html {
    margin-top: 0 !important;
}

@font-face {
    font-family: "Oswald";
    src: url(../font/oswald/Oswald-Regular.ttf);
}

* {
    font-family: "Oswald";
    /* font-family: 'Noto Sans JP', sans-serif; */
}

html {
    scroll-behavior: smooth;
}

a:hover {
    opacity: .7;
}

main {
    margin-top: 70px !important;
}


body {
    margin: 0 !important;
    position: relative;
}

body.underlayer {
    background: #333;
    color: #fff !important;
}

body.underlayer a {
    /*     background: #333; */
    color: #fff !important;
}

body.sporttech header {
    display: none;
}

body.sporttech main {
    margin-top: 0 !important;
}

body.sporttech h2 {
    text-align: left;
    font-size: 24px;
}

body.single main {
    margin-top: 120px !important;
    margin-bottom: 60px;
}

body.single .inner {
    max-width: 760px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    body.single .inner {
        padding: 0 16px;
    }
}

.container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

li {
    list-style: none;
    padding: 0;
}

ul {
    padding: 0;
}

img {
    width: 100%;
    display: block;
}

h2 {
    margin: 0;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}

.underlayer main {
    margin-top: 93px !important;
}

.underlayer .section:first-of-type {
    padding-top: 0;
}

.underlayer h2 {
    padding: 60px 0;
    background: #3e3e3e;
}

@media screen and (max-width: 768px) {
    h2 {
        font-size: 32px;
    }
}

h2 span {
    display: block;
    font-size: 16px;
    margin-top: 10px;
}

h3 {
    margin-top: 30px;
    background: #EDEDEB;
    padding: 10px;
}

@media screen and (max-width: 768px) {
    h3 {
        font-size: 16px;
    }
}

p {
    margin: 16px 0;
}

td,
th {
    border: 1px solid #ffffff;
    padding: 3px;
    width: 30px;
    height: 25px;
}

th {
    background: #f0e6cc;
}

.even {
    background: #fbf8f0;
}

.odd {
    background: #fefcf9;
}

@media screen and (max-width: 768px) {
    .sp-hide {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .pc-hide {
        display: none;
    }
}

.section {
    padding: 100px 0;
}

@media screen and (max-width: 768px) {
    .section {
        padding: 50px 0;
    }
}

.section.black {
    background: #333;
    color: #fff;
}

.section.gray {
    background: #c7c7c7;
}

.section.black h3 {
    background: #828282;
}

.section .inner {
    max-width: 1060px;
}

.header {
    position: fixed;
    top: 0;

    left: 0;

    width: 100%;
    z-index: 999;
    background: #000;
    padding: 35px 0;
}

/* .logged-in .header {
	top: 32px;g
}
.logged-in .header main {
	margin-top: 83.41px;
} */

.header .inner {
    max-width: 1060px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-wrapper {
    /* width: 80px; */
}

.logo-wrapper a {
    color: #fff;
}

.header_nav {
    align-items: center;
    transition: all 0.3s ease;
    display: flex;
    width: auto;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .header_nav.active {
        top: 36%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin: 0;
        padding: 0;
    }
}

.header_nav li.item {
    margin-left: 30px;
    color: #fff;
    cursor: pointer;
    position: relative;
    list-style: none;
    font-size: 13px;
}

.header_nav li.item a {
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .header_nav li.item a {
        color: #fff;
        text-align: center;
        font-size: 15px;
    }
}



.dropdwn-menu {
    position: absolute;
    display: none;
}

.dropdwn-menu li.sub a {
    padding: 15px 3px;
    display: block;
    background-color: #000;
    font-size: 0.9rem;
}

.sns_nav {
    line-height: 100px;
}

@media screen and (max-width: 1300px) {
    .sns_nav {
        display: none;
    }
}

@media screen and (max-width: 768px) {

    .sns_nav {
        line-height: 70px;
    }

    .slideMenuBox p.sub {
        line-height: 40px;
        margin-left: 70px;
    }
}

.header_nav li.item {
    margin-left: 30px;
    color: #fff;
    cursor: pointer;
    position: relative;
}

@media screen and (max-width: 1300px) {
    .sns_nav {
        display: none;
    }
}

.sns_nav ul {
    display: flex;
}

.sns_nav li {
    margin-left: 20px;
}

a {
    list-style: none;
    text-decoration: none;
}

main {
    margin-top: 70.41px;
    margin-top: 0;
}

.kv {
    position: relative;
    background: gray;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    /* position: relative;
    background-image: url(../images/worldtour2024/kv.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover; */
}

.kv_text_wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    background: #ffffffc9;
    padding: 3vh 0;
}

@media screen and (max-width: 768px) {
    .kv_text_wrapper {
        padding: 0;
    }
}

.kv_text_wrapper p {
    font-size: 2vw;
    color: #333;
    text-align: center;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .kv_text_wrapper p {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .kv_text_wrapper p.main-text {
        font-size: 20px;
    }
}


.kv_text_wrapper p.small {
    font-size: 1.4vw;
}

@media screen and (max-width: 768px) {
    .kv_text_wrapper p.small {
        font-size: 12px;
    }
}

/* 
.kv::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
} */


.fs16 {
    font-size: 16px !important;
}

.section {
    padding: 60px 0;
}

.section.gray {
    background: whitesmoke;
    color: #333;
}

@media screen and (max-width: 768px) {
    .section {
        padding: 30px 16px;
    }
}

.section .inner {
    max-width: 1060px;
    margin: 0 auto;
    /* background: gray; */
}

.title {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
}

.contents {
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wt-entry-button_wrapper {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 30px 0;
    background: #e7e7e7;
}

.wt-entry-button {
    width: 200px;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: #fff;
    background: #333;
    margin: 30px auto;
}

footer {
    background: #545454;
    padding: 30px 0;
    align-items: center;
    margin-top: auto;
}

footer .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 1060px;
    margin: 0 auto;
}

footer .inner .nav_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

@media screen and (max-width: 768px) {
    footer .inner .nav_wrapper {
        flex-direction: column;
    }
}

footer .inner .footer_nav {
    display: flex;
    align-items: center;
    gap: 0 20px;
}

@media screen and (max-width: 768px) {
    footer .inner .footer_nav {
        flex-direction: column;
    }
}

footer .logo-wrapper {
    margin-right: 100px;
}

@media screen and (max-width: 768px) {
    footer .logo-wrapper {
        margin: 0;
    }
}

footer .left-wrapper {
    margin-right: 60px;
}

footer .right-wrapper {
    margin-right: 60px;
}


footer .inner .left-wrapper {
    display: flex;
    align-items: center;
}

footer .inner ul {
    /* display: flex;
    align-items: center;
    justify-content: space-around; */
}

footer .inner ul li {
    list-style: none;
}

footer p {
    color: #fff;
}

footer .inner a {
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .header .inner {
        flex-direction: column;
    }

    .logo-wrapper {
        /* margin-bottom: 20px; */
    }

    .header_nav {
        flex-direction: column;
    }

    .header_nav li.item {
        margin-left: 0;
        margin-bottom: 15px;
    }


    .section .inner {
        max-width: 100%;
    }

    .title {
        font-size: 30px;
    }

    .wt-entry-button {
        width: 60%;
    }

    footer .inner {
        flex-direction: column;
    }

    footer .logo-wrapper,
    footer .left-wrapper,
    footer .right-wrapper {
        margin-bottom: 20px;
    }
}

/* ハンバーガー */
.hamburger-menu {
    position: fixed;
    top: 30px;
    right: 20px;

    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
    z-index: 9999;
}

.hamburger-menu span {
    width: 2rem;
    height: 0.25rem;
    background: #fff;
    transition: transform 0.3s ease, opacity 0.3s ease;

}

@media screen and (max-width: 768px) {
    .hamburger-menu {
        display: flex;
    }

    .header_nav {
        position: absolute;
        top: 0;
        left: 0;

        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    .header_nav.active {
        opacity: 1;
        visibility: visible;
    }
}

.hamburger-menu.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger-menu.open span:nth-child(2) {
    opacity: 0;
}

.hamburger-menu.open span:nth-child(3) {
    transform: rotate(-45deg) translate(10px, -10px);
}

body.mayorscup-2024 .wt-entry-button {
    width: 50%;
}

body.mayorscup-2024 .kv_text_wrapper p {
    font-size: 1.3vw;
    margin: 8px;
}

@media screen and (max-width: 768px) {
    body.mayorscup-2024 .kv_text_wrapper p {
        font-size: 16px;
    }
}

body.mayorscup-2024 .kv_text_wrapper .title {
    font-size: 3vw;
    text-align: center;
    margin: 0;
    color: #333;
}

@media screen and (max-width: 768px) {
    body.mayorscup-2024 .kv_text_wrapper .title {
        font-size: 34px;
    }
}

.main_desc {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .main_desc {
        font-size: 18px;
    }
}

p.table_like span {
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    p.table_like span {
        margin-top: 10px;
        display: inline-block;
    }
}



/* video */

.video-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 50vh;
}

@media screen and (max-width: 768px) {
    .video-box {
        height: 30vh;
    }
}

.video {
    /* position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); */
}

#video .video-box {
    height: auto;
}

#video .video {
    width: 100%;
}

/* overlay */
.overlay {
    position: relative;
}

.overlay::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    /* background: rgba(0, 0, 0, 0.8); */
    background: rgb(36 36 36);
}

#kv {
    position: relative;
}

#kv .image_wrapper {
    /* position: absolute; */
    top: 0;
    left: 0;
    z-index: 1;
}

#kv .inner .text_wrapper {
    /* position: absolute; */
    top: 44%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    z-index: 1;
    width: 70%;
}

@media screen and (max-width: 768px) {
    #kv .inner .text_wrapper {
        width: 100%;
        top: 33%;
    }
}

#kv .inner .text_wrapper p {
    color: #fff;
    font-weight: bold;
    text-align: center;
}

#kv .inner .text_wrapper p.sub_text {
    font-size: 28px;
}

#kv .inner .text_wrapper p.main_title_text {
    font-size: 150px;
    margin: 0;
}

@media screen and (max-width: 768px) {
    #kv .inner .text_wrapper p.main_title_text {
        font-size: 44px;
    }
}

#kv .inner .text_wrapper p.main_title_text_02 {
    font-size: 80px;
    margin: 0;
}

@media screen and (max-width: 768px) {
    #kv .inner .text_wrapper p.main_title_text_02 {
        font-size: 32px;
    }
}

#kv .inner .text_wrapper p.kv_date_text {
    font-size: 60px;
    margin-top: 60px;
}

@media screen and (max-width: 768px) {
    #kv .inner .text_wrapper p.kv_date_text {
        font-size: 32px;
    }
}

#kv .inner .text_wrapper p.kv_place_text {
    font-size: 24px;
    width: 80%;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    #kv .inner .text_wrapper p.kv_place_text {
        font-size: 16px;
    }
}

#break .inner {
    max-width: 960px;
    margin: 0 auto;
}

#break p {
    text-align: center;
}

table#column_table {
    margin: 0 auto;
    width: 100%;
    border-collapse: separate;
    border-spacing: 20px;
    font-size: 20px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    table#column_table {
        border-spacing: 8px;
    }
}

table#column_table td {
    padding: 16px;
    text-align: center;
}

.small_text {
    font-size: 10px;
    display: inline-block;
    margin-left: 5px;
}

.space {
    border: none;
}

table#column_table .date {
    background: #fff;
    color: #333;
}

#about .image_wrapper {
    display: inline-block;
    width: 200px;
}


@media screen and (max-width: 768px) {
    #about .image_wrapper {
        width: auto;
    }
}


#about .image_wrapper.first {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

#about .image_wrapper.second {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}



#about .image_wrapper.first {
    width: 300px;
}

@media screen and (max-width: 768px) {
    #about .image_wrapper.first {
        width: 50%;
    }
}

#about .image_wrapper.second img {
    width: 100px;
}

a.link_button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    color: #333;
    padding: 10px 20px;
    width: 30%;
    position: relative;
}

a.link_button::after {
    position: absolute;
    top: -6px;
    right: 20px;
    content: "";
    padding: 30px 10px;
    background-image: url(../img/arrow.png);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}



@media screen and (max-width: 768px) {
    a.link_button::after {
        top: -5px;
        right: 13px;
    }
}

ul.news_wrapper li p {
    margin: 0;
}

ul.news_wrapper li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px 0;
    background: #fff;
}

ul.news_wrapper li a p {
    color: #333;
}

ul.news_wrapper li {
    background: #fff;
    color: #333;
    text-align: center;
    width: 50%;
    margin: 30px auto;
    position: relative;
}

@media screen and (max-width: 768px) {
    ul.news_wrapper li {
        width: 100%;
    }
}

ul.news_wrapper li::after {
    position: absolute;
    top: 33px;
    right: 20px;
    content: "";
    padding: 30px 10px;
    background-image: url(../img/right_arrow.png);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}

.right_arrow {
    position: relative;
}

.right_arrow::after {
    position: absolute;
    top: 20px;
    right: 20px;
    content: "";
    padding: 30px 10px;
    background-image: url(../img/right_arrow.png);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}

ul.sponsor_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

@media screen and (max-width: 768px) {
    ul.sponsor_wrapper {
        flex-wrap: wrap;
    }
}

ul.sponsor_wrapper li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
}

@media screen and (max-width: 768px) {
    ul.sponsor_wrapper li {
        width: 45%;
    }
}

ul.sponsor_wrapper li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
}

#sponsor h3 {
    text-align: center;
}

.copyright {
    font-size: 13px;
    text-align: center;
}

/* アーカイブのアコーディオン */

.header_nav .item {
    position: relative;
    /* アコーディオンの基準点となる */
}

.archive-content {
    display: none;
    position: absolute;
    top: 100%;
    left: -5px;
    background-color: #fff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1000;
    width: 124%;
}

.archive-content li a {
    color: #000 !important;
    padding: 8px;
    text-decoration: none;
    /* アンダーラインを消す */
    display: block;
    /* ブロックレベル要素として表示 */
}

/* ホバー時のスタイル */
.archive-content li a:hover {
    background-color: #f2f2f2;
}

.bg-hamburger.active {
    height: 100vh;
}

.underlayer .has-black-color {
    color: #fff !important;
}

.mark-box {
    width: 60px;
    position: relative;
    padding: 24px 16px;
    background-color: #fef2f2;
}

@media screen and (max-width: 768px) {
    .mark-box {
        width: 1px;
        padding: 10px 29px;
    }
}

.mark-box:hover {
    opacity: .7;
    cursor: pointer;
}

.mark-box.today {
    background-color: #f6f47d;
}

.mark-box.current {}

.mark-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 54px 54px 0 0;
    border-color: #333 transparent transparent transparent;
}

@media screen and (max-width: 768px) {
    .mark-box:before {
        border-width: 35px 35px 0 0;

    }
}

.mark-box:after {
    position: absolute;
    display: block;
    font-size: 11px;
    white-space: pre;
    color: #fff;
    top: 4px;
    left: 8px;
    text-align: center;
    z-index: 2;
    line-height: 1.2;
    font-size: 24px;
}

@media screen and (max-width: 768px) {
    .mark-box:after {
        font-size: 13px;
    }
}

.mark-box.april:after {
    content: "4";
}

.mark-box.may:after {
    content: "5";
}

.mark-box.sat .week {
    color: #0013C1;
}

.mark-box.sun .week {
    color: #DB0000;
}

#calendar p.title {
    background: #333;
    color: #fff;
    margin-top: 40px;
}

@media screen and (max-width: 768px) {
    #calendar p.title {
        font-size: 24px;
    }
}

#calendar h2 {
    margin-top: 40px;
}

#calendar ul.date_lists {
    display: flex;
    gap: 0 10px;
}

@media screen and (max-width: 768px) {
    #calendar ul.date_lists {
        flex-wrap: wrap;
        font-size: 10px;
        gap: 6px 12px;
    }
}

#calendar ul.date_lists span.date {
    display: grid;
    place-content: center;
    font-size: 40px;
}

@media screen and (max-width: 768px) {
    #calendar ul.date_lists span.date {
        font-size: 20px;
    }
}

#calendar ul.date_lists span.week {
    display: grid;
    place-content: end;
}

.content-box {
    display: none;
}

#banner ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}

#banner ul li {
    width: 50%;
}

#banner ul li a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#banner ul li a {
    color: #333;
}

#banner ul li.left {}

#banner ul li.left a {
    background: #333;
    color: #fff;
}

#banner ul li.right {
    background: rgb(190, 190, 190);
}

#banner ul li p.title {
    font-size: 64px;
    text-align: center;
}

#banner ul li p.date {
    font-size: 28px;
    text-align: center;
}

.flex-wrapper.row-reverse {
    flex-direction: row-reverse;
}

.flex-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
}

@media screen and (max-width: 768px) {
    .flex-wrapper {
        flex-direction: column;
    }

    .flex-wrapper.row-reverse {
        flex-direction: column;
    }

    .flex-wrapper .image-wrapper {
        order: 1;
    }

    .flex-wrapper .text-wrapper {
        order: 2;
    }
}

.flex-wrapper.row-reverse .text-wrapper {
    width: 100%;
}

.flex-wrapper .image-wrapper {
    width: 100%;
}

.flex-item {
    width: 50%;
}

@media screen and (max-width: 768px) {
    .flex-item {
        width: 100%;
    }
}

#rule .column-wrapper.hide-column ul {
    justify-content: center;
    margin-bottom: 60px;
}

#rule .column-wrapper.hide-column ul li {
    width: 21%;
    margin-right: 7px;
    margin-bottom: 7px;
}

@media screen and (max-width: 768px) {
    #rule .column-wrapper.hide-column ul li {
        width: 41%;
    }
}

.column-wrapper.hide-column ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.column-wrapper ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}

.column-wrapper.hide-column ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 30%;
    height: 250px;
    border: 1px solid #fff;
    padding: 10px;
}

.column-wrapper.hide-column ul li p.desc-text {
    text-align: left;
    display: flex;
    align-items: center;
}

#rule.section {
    padding: 10px;
}

#whats3x3.section {
    padding-bottom: 10px;
}

body.underlayer a.button_link_simple {
    text-decoration: underline;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    margin: 30px auto;
    padding: 20px 40px;
    background: #fff;
    color: #333 !important;
    text-decoration: underline;
}

#contact a.link_button::after {
    top: 3px;
}

#contact .inner a.link_button {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 200px;
    padding: 20px 40px;
    margin: 0 auto;
    color: #333;
    background: #fff;
    border: 1px solid #333;
}

.contact_wrapper {
    border: 1px solid #fff;
    padding: 20px;
    text-align: center;
    max-width: 670px;
    margin: 0 auto;
}

.contact_wrapper a:hover {
    opacity: .7;
    cursor: pointer;
}

#free-coat .flex-wrapper {
    align-items: flex-start;
}

.text_left {
    text-align: left !important;
}

#banner li .image_wrapper {
    position: relative;

}

.image_wrapper:hover .mask {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    /* ホバーで表示する */
    display: grid;
    place-items: center;
}

#banner li a:hover {
    opacity: 1;
}

.caption {
    font-size: 200%;
    color: #fff;
    text-align: center;
}

.mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    /* 表示させない */
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.image_wrapper:hover .mask {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    /* ホバーで表示する */
}

.free-coat .image_wrapper {
    width: 70%;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .free-coat .image_wrapper {
        width: 100%;
    }
}