@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;600;700;800&display=swap');

/* @import url('https://fonts.googleapis.com/css2?family=K2D:wght@600&display=swap'); */

/* コーデイング時指定 */
body *,
body {
    /* animation: none !important; */
}

/* アニメーションオフ */
/* body.reload * */
body.reload h1 {
    /* animation: none !important; */
}

body.reload {
    /* height: 100%;
    animation: none; */
}

/* body.reload #wrapper::after, */
/* body.reload #kv h1, */
/* body.reload #about, */
/* body.loaded.reload #wrapper header, */
/* body.reload [id^="player_"], */
body.reload #kv div.wrap {
    opacity: 1 !important;
}

body.reload #kv.show div.wrap {
    /* margin-top: 0 !important; */
}

body.reload #bk {
    /* display: none !important; */
}

/*  */

/* @group keyframes */

@keyframes come-down-anim {
    0% {
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(-200vh);
    }
}

@keyframes min-anim {
    0% {
        transform: scaleY(1);
    }

    100% {
        transform: scaleY(0);
        visibility: hidden;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn2 {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1;
        margin-top: 10px;

    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}



@keyframes player_01 {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

    /* 94% {
        opacity: 1;
        transform: translateY(-4px);
    } */

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes player_02 {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    /* 94% {
        opacity: 1;
        transform: translateX(4px);
    } */

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes player_03 {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }

    /* 94% {
        opacity: 1;
        transform: translateX(-4px);
    } */

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* @end */

* {
    box-sizing: border-box;
}

a:hover {
    transition: all 0.15s ease-in;
    opacity: 0.7;
}

.sp {
    display: none;
}

/*  */

body {
    width: 100%;
    /* height: 100%; */
    height: 100vh;
    overflow-y: hidden;
    top: 0;
    /* opacity: 0; */
}

body:not(.reload) {
    animation: body 14.0s ease 0s;
}

body.reload {
    /* animation: body 4.0s ease 0s; */
}

body.reload,
body.loaded {
    opacity: 1;
}

body.loaded {
    height: auto;
    overflow-y: visible;
}

@keyframes body {
    0% {
        position: fixed;
        overflow: hidden;
    }

    100% {
        position: static;
        width: auto;
        overflow: visible;
    }
}

#wrapper {
    position: relative;
    margin: 0;
    height: auto;
    /* background-image: url(../fig/fig_bg.jpg);
    background-repeat: repeat;
    background-position: 0 0;
    background-attachment: fixed; */
    overflow: hidden;
}

body.loaded #wrapper {
    display: block;
}

#wrapper::before {
    opacity: 0;
}

body.loaded #wrapper::before {
    position: fixed;
    width: 100%;
    height: 100%;
    animation: fadeIn 2.0s ease forwards 2.5s;
    content: '';
    display: block;
    background-image: url(../fig/fig_bg.jpg);
    background-repeat: repeat;
    background-position: 0 0;
    /* background-attachment: fixed; */
    z-index: -1;
    top: 0;
    left: 0;
}

#wrapper::after {
    opacity: 0;
}

body.loaded #wrapper::after {
    animation: fadeIn 2.0s ease forwards 4.7s;
    content: '';
    display: block;
    background-image: url(../fig/kv_bg.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
    width: 1980px;
    height: 1165px;
    position: absolute;
    top: 50px;
    left: calc(50% - 990px);
    z-index: -1;
}

body.reload.loaded #wrapper::after {
    animation-delay: 1.0s;
}


/*  */

img {
    width: 100%;
    height: auto;
}

/*  */

header {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    margin: 0 auto 0;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
}

header div.wrap {
    width: 1180px;
    margin: 0 auto 0;
    display: flex;
}

body.loaded #wrapper header {
    visibility: visible;
    animation: fadeIn 1.0s ease forwards 3.6s;
}

body.reload.loaded #wrapper header {
    animation: fadeIn 1s forwards 0.5s 1 normal;
}

header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    /* background-color: rgba(255, 255, 255, 0.8); */
    background-color: #fff;
    /* padding-bottom: 16px; */
    box-shadow: 2px 3px 4px 0px rgba(32, 32, 38, 0.08);
}

header h1 {
    width: 276px;
    height: 45px;
}

#nav_main {
    margin-left: auto;
}

#list_nav_main {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    font-family: roboto;
    font-weight: 700;
}

#list_nav_main li {
    transition: 0.3s;
}

#list_nav_main li:nth-child(6) {
    display: none;
}

#list_nav_main li a {
    color: #000000;
    font-size: 1.6rem;

}

#list_nav_main li:hover {
    transform: translate(0, -0.2em);
}

#list_nav_main li a[href="#game_thai"] {
    color: #122a88;
}

#list_nav_main li a[href="#game_vietnam"] {
    color: #e60012;
}

#list_nav_main li:not(:last-child) a {}

#list_nav_main li:not(:last-child) a::after {
    content: '/';
    margin: 0 0.4em;
}


/*  */

/* #loding {
    opacity: 0;
    position: relative;
}

body.loaded #loding {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #23b7fe;
    animation: come-down-anim 0.4s linear 1s;
} */

#loding {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 60px;
    height: 60px;
    animation-delay: 2.0s;
    transition: 1.0s;
}

body.reload #loding {
    display: none;
}

body.loaded #loding {
    z-index: -1;
    /* display: none; */
    opacity: 0;
    visibility: hidden;
    width: 0x;
    height: 0x;
}

.loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 25%;
    max-width: 25%;
    height: 60px;
    align-items: center;
    justify-content: center;
}

.ball-scale-multiple {
    display: block;
    position: relative;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}

.ball-scale-multiple>div {
    background-color: #9c7600;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    left: -30px;
    top: 0px;
    opacity: 0;
    margin: 0;
    width: 60px;
    height: 60px;
    -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
    animation: ball-scale-multiple 1s 0s linear infinite;
}

.ball-scale-multiple>div:nth-child(2) {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.ball-scale-multiple>div:nth-child(3) {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

@-webkit-keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}


#bk {
    opacity: 1;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    /* z-index: 99; */
    overflow: hidden;
}

body.loaded #bk {
    /* height: auto; */
    overflow: visible;
    animation: fadeOut 2.0s ease forwards 4.0s;
}

body.reload.loaded #bk {
    display: none;
}

/*  */

#kv {
    width: 100%;
    /* height: calc(100vw * 0.67); */
    position: relative;
    margin-top: 0;
}

/* wrapper */
#kv div.wrap {
    width: 100%;
    max-width: 1180px;
    height: 100%;
    min-height: 1312px;
    margin: 0 auto;

    z-index: 1;
    position: relative;

    /* visibility: hidden; */
    /* opacity: 0; */
    /* margin-top: 180px; */

}

#kv.show div.wrap {
    /* animation: fadeIn2 1.6s ease forwards 3.6s; */
    visibility: visible;
    margin-top: 10px;
    /* margin-top: 200px; */
}

#kv h1 {
    opacity: 0;
}

/* .loaded */
#kv h1 {
    font-size: 4rem;
    text-align: center;
    opacity: 0;
    /* animation: h1_txt 3.5s ease forwards 1s; */
    width: 100%;
    margin: 20px auto 0;
    /* position: absolute; */
    /* top: 25vh; */
    text-align: center;
    z-index: 999;
}

body.loaded:not(.reload) #kv h1 {
    animation: h1_txt 3.5s ease forwards 0.5s;
}

body.loaded.reload #kv h1 {
    animation: fadeIn 1s forwards 0.5s 1 normal;
}

#kv h1 img {
    max-width: 1202px;
}

@keyframes h1_txt {
    0% {
        width: 50%;
        left: 25%;
        transform: translate(-50%, -50%);

        position: absolute;
        top: 25vh;
        opacity: 0;
        transform: scale(0.8);
    }

    60% {
        position: absolute;
        top: 25vh;
        opacity: 1;
        transform: scale(1);
    }

    80% {
        width: 50%;
        left: 25%;
        transform: translate(-50%, -50%);

        position: absolute;
        top: auto;
        opacity: 0;
        transform: translateY(-770px);
    }

    90% {
        opacity: 0;
        transform: scale(0.8);
    }

    100% {
        opacity: 1;
    }
}

/*  */

/* div.box_ttl {
    text-align: center;
    padding-top: 120px;
} */

#sttl {
    font-size: 2.0rem;
    color: #9c7600;
    font-weight: 700;
    position: relative;
    z-index: 999;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.05em;
    text-align: center;
    margin-top: 18px;
    opacity: 0;

}

body.loaded #sttl {
    animation: fadeIn 1s forwards 4.5s 1 normal;
}

body.reload.loaded #sttl {
    /* opacity: 0; */
    animation: fadeIn 1s forwards 1.5s 1 normal;
}

/*  */

[id^="player_"] {
    position: absolute;
    z-index: 999;
    opacity: 0;
}

#player_01 {
    top: 70px;
    left: 110px;
    /* animation-delay: 3.2s;
    animation: player_01 1s forwards 4.5s 1 normal; */
}

#player_02 {
    top: 874px;
    left: 350px;
    /* animation: player_02 1s forwards 5.5s 1 normal; */
}

#player_03 {
    top: 195px;
    right: 216px;
    /* animation: player_03 1s forwards 5.0s 1 normal; */
}

body.loaded #player_01 {
    /* animation-delay: 2s; */
    animation: player_01 1s forwards 4.5s 1 normal;
}

body.loaded #player_02 {
    animation: player_02 1s forwards 5.5s 1 normal;
}

body.loaded #player_03 {
    animation: player_03 1s forwards 5.0s 1 normal;
}


body.reload.loaded #player_01 {
    animation-delay: 2.0s;
}

body.reload.loaded #player_02 {
    animation-delay: 2.5s;
}

body.reload.loaded #player_03 {
    animation-delay: 3.5s;
}

/*  */

[id^="fig_kv_"] {
    width: 369px;
    border-radius: 16px;
    overflow: hidden;
    position: absolute;

}

#fig_kv_01 {
    left: 0;
    top: 240px;
    opacity: 0;
    /* animation: fadeUp 2s ease 0s 1 normal backwards;
    animation-delay: 4.5s; */
}

#fig_kv_02 {
    left: 407px;
    top: 120px;
    opacity: 0;
    /* animation: fadeUp 2s ease 0s 1 normal backwards;
    animation-delay: 5.0s; */
}

#fig_kv_03 {
    /* right: 0;
    bottom: 200px;
    z-index: 9; */
    /* animation-delay: 6s; */
    position: relative;
    margin-top: -60px;
}

#fig_kv_siteid {
    /* top: 44px;
    right: 0; */
    border-radius: 16px;
    background-color: #fff;
    text-align: center;
    position: relative;
    /* z-index: 1; */
    /* animation-delay: 6.5s; */
}

#fig_kv_siteid img {
    width: 203px;
    margin-top: 100px;
    position: relative;
    z-index: 999;
}

#box_fig {
    position: absolute;
    top: 44px;
    right: 0;
    width: 369px;
    opacity: 0;
    /* animation: fadeUp 2s ease 0s 1 normal backwards;
    animation-delay: 5.5s; */
}

/*  */

body.loaded #fig_kv_01 {
    animation: fadeUp 2s ease 0s 1 normal backwards;
    animation-delay: 4.5s;
    opacity: 1;
}

body.loaded #fig_kv_02 {
    animation: fadeUp 2s ease 0s 1 normal backwards;
    animation-delay: 5.0s;
    opacity: 1;
}

body.loaded #box_fig {
    animation: fadeUp 2s ease 0s 1 normal backwards;
    animation-delay: 5.5s;
    opacity: 1;
}

/*  */

body.reload.loaded #fig_kv_01 {
    animation-delay: 1.5s;
}

body.reload.loaded #fig_kv_02 {
    animation-delay: 2.0s;
}

body.reload.loaded #box_fig {
    animation-delay: 2.5s;
}

/*  */

#nav_game {}

#nav_game li {
    position: absolute;
    z-index: 99;
}

#nav_game li::before,
#nav_game li::after {
    content: '';
    display: block;
    position: absolute;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: 999;
}

#nav_game li a {
    display: block;
    transition: 0.3s all;
}

#nav_game li img {
    transition: 0.3s all;
}

#nav_game li a:hover {
    opacity: 1;
    transform: scale(1.06, 1.06);
}

#nav_game li a:hover img {
    opacity: 1;
}

#nav_thai {
    top: 534px;
    left: 202px;
    width: 332px;
    opacity: 0;
    /* animation: fadeUp 0.5s ease 0s 1 normal backwards;
    animation-delay: 6.0s; */
}

#nav_thai::before {
    width: 123px;
    height: 159px;
    background-image: url('/goto_game/2022/img_vsteam/emb_bgputd.png');
    top: 105px;
    left: -104px;
}

#nav_thai::after {
    width: 100px;
    height: 143px;
    background-image: url('/goto_game/2022/img_vsteam/emb_sapporo.png');
    top: -48px;
    right: -54px;
}

#nav_vietnam {
    top: 730px;
    right: 240px;
    width: 361px;
    opacity: 0;
    /* animation: fadeUp 0.5s ease 0s 1 normal backwards;
    animation-delay: 6.5s; */
}

#nav_vietnam::after {
    width: 91px;
    height: 141px;
    background-image: url('/goto_game/2022/img_vsteam/emb_becamex.png');
    top: 218px;
    right: -52px;
}

body.loaded #nav_thai {
    animation: fadeUp 0.5s ease 0s 1 normal backwards;
    animation-delay: 6.0s;
    opacity: 1;
}

body.loaded #nav_vietnam {
    animation: fadeUp 0.5s ease 0s 1 normal backwards;
    animation-delay: 6.5s;
    opacity: 1;
}

body.reload.loaded #nav_thai {
    animation-delay: 3.0s;
}

body.reload.loaded #nav_vietnam {
    animation-delay: 3.5s;
}


/*  */

div.ttl {
    text-align: center;
}

section>div.wrap {
    width: 1180px;
    margin: 0 auto;
    position: relative;
}

/*  */

#about {
    position: relative;
    width: 1180px;
    margin: 0 auto;
    border: #9c7600 solid 1px;
    color: #fff;
    opacity: 0;
    /* animation: fadeIn 2s ease forwards 16.5s; */
}

body.loaded #about {
    animation: fadeIn 2s ease forwards 4.5s;
}

#about div.wrap {
    width: auto;
    background-color: #9c7600;
    border: #fff solid 10px;
    padding: 0 60px 60px;
}

#about div.wrap::after,
#about div.wrap::before {
    content: '';
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    z-index: -1;
}

#about div.wrap::before {
    background-image: url(../fig/bk_fig_01.png);
    width: 1332px;
    height: 209px;
    top: -140px;
    left: -480px;
}

#about div.wrap::after {
    background-image: url(../fig/bk_fig_02.png);
    width: 881px;
    height: 165px;
    bottom: -80px;
    left: 700px;
}

#goods div.ttl h3,
#ticket div.ttl h3,
#about div.ttl h3 {
    display: inline-block;
    padding: 22px 0 20px;

    margin: -120px auto 0;
    /* border: 1px solid #000; */
    background-color: #fff;
    box-shadow: 1px 2px 6px 0px rgba(32, 32, 38, 0.15);
    transform: skewX(-12deg);
}

#goods div.ttl img,
#ticket div.ttl img,
#about div.ttl img {
    width: 50%;
    transform: skewX(12deg);
}

#goods div.ttl h3 span,
#ticket div.ttl h3 span,
#about div.ttl h3 span {
    transform: skewX(12deg);
}

div.ttl h3 span {
    display: block;
    font-size: 1.3rem;
    color: #9c7600;
    margin-top: 0.6em;
    font-family: roboto;
    font-weight: 500;
}

#about h4 {
    font-size: 2.2rem;
    color: #fff;
    text-align: center;
    line-height: 1.6;
    width: 44em;
    margin: 1.4em auto;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 0px;
}

#about div.wrap h4:first-of-type::after {
    content: '';
    display: block;
    width: 20em;
    height: 1px;
    background-color: #fff;
    margin: 40px auto 0;
}

#about div.wrap p {
    position: relative;
    font-size: 1.6rem;
    line-height: 1.8;
    clear: both;
}

#about div.wrap p:nth-child(2) {
    margin-top: 50px;
}


#about div.wrap p:nth-child(1)::before {
    content: 'タイ';
    font-size: 11rem;
    float: left;
    line-height: 1;
    margin-bottom: 0.2em;
    margin-right: 0.2em;
}

#about div.wrap p:nth-child(2)::before {
    content: 'ベトナム';
    font-size: 11rem;
    float: right;
    line-height: 1;
    margin-bottom: 0.5em;
    margin-left: 0.2em;
}

#about div.box_txt {
    position: relative;
}

#about div.box_txt::after {
    /* content: url(../fig/icon_01.png); */
    content: '';
    background-image: url(../fig/icon_01.png);
    background-size: 100% auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    width: 29px;
    height: 29px;
    margin: 60px auto 0;
}

/*  */

ul.cnav_article {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 60px;
    margin: 70px auto;
}

.game_info ul.cnav_article.sp,
.game_info ul.cnav_article.sp {
    display: none;
}

div.box_goods ul.cnav_article {
    margin-top: 40px;
}


ul.cnav_article li {
    border: #9c7600 solid 3px;
    transform: skewX(-12deg);
    padding: 0 3em;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

/*キラッと光る*/
ul.cnav_article li::before {
    content: '';
    /*絶対配置でキラッと光るの位置を決める*/
    position: absolute;
    top: 0;
    left: -75%;
    /*キラッと光る形状*/
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(45, 100, 61, 0) 0%, rgba(156, 118, 0, 0.3) 100%);
    transform: skewX(0);
}

/*hoverした際の移動のアニメーション*/
ul.cnav_article li:hover::before {
    animation: shine 0.7s;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

ul.cnav_article li a {
    /* display: block; */
    display: inline-block;
    color: #9c7600;
    font-size: 1.8rem;
    font-weight: 600;
    transform: skewX(12deg);

    padding-left: 20px;
    padding-bottom: 1.6em;
    padding-top: 1.6em;
    background-image: url(../fig/arrow_01.svg);
    background-position: 0 1.9em;
    background-repeat: no-repeat;
    background-size: auto;
}

/*  */

#videos {
    width: 1180px;
    margin: 0 auto 110px;
    border: #9c7600 solid 1px;
}

#videos>div.wrap {
    width: 100%;
    background-color: #f3f3ce;
    border: #fff solid 10px;
    padding: 40px 70px;
    text-align: center;
}

#videos .ttl {
    margin-bottom: 24px;
}

#videos h3 {
    padding: 0;
    display: block;
    background-color: transparent;
}

#videos h3 img {
    width: 218px;
}

#videos h3 span {}

#li_video {
    width: 1024px;
    display: flex;
    justify-content: flex-start;
    /* justify-content: space-between; */
    align-items: flex-start;
    gap: 46px;
    flex-wrap: wrap;
}

#li_video li {
    /* width: 294px; */
    width: 310px;
}

#li_video li a {
    color: #222222;
    display: block;
    transition: 0.3s;
}

#li_video li a:hover {
    transform: translate(0, -6px);
}

#li_video li figure {
    /* width: 294px;
    height: 166px; */
    background-color: #222222;
    overflow: hidden;
    position: relative;
}

#li_video li figure img {
    object-fit: cover;
    /* position: absolute; */
    width: 100%;
    height: 100%;
}

#li_video li p {
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: left;
    margin-top: 0.8em;
}

#li_video li p.date {
    text-align: center;
    color: #8a8a78;
    margin-top: 0.4em;
}

#videos .btn {
    background: #9c7600;
    display: inline-block;
    margin: 40px auto 0;
    transform: skewX(-12deg);
    padding: 1.2em 2.4em;
}

#videos .btn a {
    color: #fff;
    display: inline-block;
    font-size: 1.4rem;
    transform: skewX(12deg);
    padding-left: 18px;
    background-image: url(../fig/arrow_02.svg);
    background-position: 0 5px;
    background-repeat: no-repeat;
    background-size: auto;
}

.swiper_video {
    padding-bottom: 50px;
}

:root {
    --swiper-theme-color: #9c7600
}

/* 準備中 */

#videos.preparation div.ttl::after {
    content: 'Coming Soon';
    display: block;
    margin-top: 8em;
    margin-bottom: 8em;
    font-family: 'Roboto Slab', serif;
    font-weight: 800;
    font-size: 1.6rem;
}

#videos.preparation .swiper,
#videos.preparation #li_video,
#videos.preparation .btn {
    display: none;
}


/*  */

#game_info {}

div.box_game_info {
    margin-bottom: 90px;
}

div.inner_game {
    width: 100%;
    background-color: #fff;
    box-shadow: 1px 3px 8px 0px rgba(32, 32, 38, 0.07);
    padding-top: 60px;
    padding-bottom: 40px;
}

div.inner_game>small {
    display: block;
    color: #777777;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.6;
}

div.box_game_info div.ttl {
    text-align: center;
    margin-top: 60px;
}

div.box_game_info div.ttl h3 {
    text-align: center;
}

#game_thai div.ttl h3 img {
    width: 820px;
    margin: 0 auto;
    display: block;
}

#game_vietnam div.ttl h3 img {
    width: 718px;
    margin: 0 auto;
    display: block;
}


div.box_game_info div.ttl p {
    color: #9c7600;
    font-size: 1.8rem;
    margin-top: 20px;
    text-indent: 1em;
}

/*  */

div.box_game_info div.ttl+h4 {
    font-size: 3.2rem;
    color: #9c7600;
    text-align: center;
    position: relative;
}

div.box_game_info div.ttl+h4 span {
    display: block;
    font-size: 0.6em;
    margin-top: 0.2em;
}

#game_thai div.ttl+h4::before {
    content: '';
    display: block;
    width: 29px;
    height: 29px;
    background-image: url(../fig/icon_02.jpg);
    margin: 26px auto;
}

#game_vietnam div.ttl+h4::before {
    content: '';
    display: block;
    width: 29px;
    height: 29px;
    background-image: url(../fig/icon_03.jpg);
    margin: 26px auto;
}

div.game_wrap {
    width: 1180px;
    margin: 16px auto 100px;
    position: relative;
    padding-bottom: 200px;
}

#game_vietnam div.game_wrap {
    /* padding-bottom: 200px; */
    min-height: 980px;
}

div.box_sttl {
    position: absolute;
    text-align: center;
    width: 690px;
    height: 100%;
    background-color: #9c7600;
    color: #fff;
    margin: 22px auto 0;
    left: calc(50% - 345px);
    z-index: 0;
}

div.box_sttl h5 {
    font-size: 2.4rem;
    margin-top: 1em;
}

div.box_sttl p {
    font-size: 1.8rem;
    margin-top: 0.6em;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.05em;
}

div.box_game {
    position: relative;
    /* height: 800px; */

}

div.box_game.sapporo {
    margin-top: 160px;
}

div.game_info {
    width: 567px;
    border: #9c7600 solid 1px;
    border-top: #9c7600 solid 10px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 150px;
    z-index: 99;
    padding: 20px 24px 54px;
}

.sapporo div.game_info {
    left: auto;
    right: 0;
}

.bgputd div.game_info::before {
    /* content: url(../fig/emb_bgputd.png); */
    content: '';
    background-image: url(../fig/emb_bgputd.png);
    width: 210px;
    height: 280px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    position: absolute;
    top: -80px;
    left: 20px;
}

.sapporo div.game_info::before {
    /* content: url(../fig/emb_sapporo.png); */
    content: '';
    background-image: url(../fig/emb_sapporo.png);
    width: 190px;
    height: 225px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    position: absolute;
    top: -80px;
    left: 20px;
}

.becamex div.game_info::before {
    /* content: url(../fig/emb_becamex.png); */
    content: '';
    background-image: url(../fig/emb_becamex.png);
    width: 174px;
    height: 244px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    position: absolute;
    top: -80px;
    left: 20px;
}

div.box_date {
    display: table;
    margin-left: auto;
}

div.box_date p:first-child {
    font-family: 'Roboto Slab', serif;
    font-weight: 800;
    font-size: 9rem;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.05em;
    line-height: 1;
}

div.box_date p strong {
    color: #0fbbf3;
}

div.box_date p span {
    font-weight: 300;
}

div.box_date p span.day {
    font-size: 0.4em;
}

div.box_date p.kiffoff {
    font-size: 1.8rem;
    font-weight: 600;
}

div.game_info div.box_vs {
    margin-top: 60px;
    text-align: center;
}

div.game_info div.box_vs h6 {
    font-size: 3.6rem;
    color: #9c7600;
    text-align: center;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.05em;
}

div.game_info div.box_vs p {
    font-size: 1.5rem;
    margin-top: 1em;
}

div.game_info div.box_vs p a {
    display: inline-block;
    font-size: 2.4rem;
    color: #111111;
    font-weight: 600;
    border-bottom: #111111 solid 1px;
    position: relative;
    margin-left: 24px;
}

div.game_info div.box_vs p a::before {
    /* content: url(../fig/icon_map.svg); */
    content: '';
    background-image: url(../fig/icon_map.svg);
    width: 19px;
    height: 36px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    position: absolute;
    top: 5px;
    left: -25px;
}

div.game_info div.box_vs p span {
    display: block;
    margin-top: 0.6em;
}

/*  */

div.game_info div.box_vs+figure {
    width: 525px;
    height: 240px;

    display: block;
    margin-top: 20px;
}

div.game_info div.box_vs+figure.waiting {
    background-color: #9c750044;
    position: relative;

}

div.game_info div.box_vs+figure.waiting::after {
    content: 'Now Waiting';
    font-family: 'Roboto Slab', serif;
    font-weight: 800;
    font-size: 1.4rem;
    width: 525px;
    height: 240px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.game_info div.box_vs+figure.waiting img {
    display: none;
}

/*  */

div.broadcast {
    text-align: center;
    margin-top: 30px;
}

div.broadcast h6 {
    font-size: 2.0rem;
}

div.broadcast p {
    width: 100%;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.8;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.05em;
    margin-top: 0.4em;
    padding-left: 1em;
    text-indent: -1em;
}

div.broadcast p small {
    font-size: 0.8em;
    display: block;
}

/*  */

div.vs_team {
    width: 812px;
    background-color: #f9f7f0;
    border: #9c7600 solid 1px;
    position: relative;
    right: 0;
    top: 200px;
    margin-left: auto;
    margin-bottom: 80px;
    padding: 0 32px 60px 236px;
}

.sapporo div.vs_team {
    right: auto;
    left: 0;
    padding-left: 32px;
    padding-right: 236px;
    margin-left: 0;
    margin-right: auto;
}

.bgputd div.vs_team {
    padding-bottom: 100px;
}

div.vs_team ul.cnav_article {
    gap: 0;
    margin: 0;
    margin-top: -46px;
}

div.vs_team h6 {
    font-size: 2.4rem;
    color: #9c7600;
    font-weight: 600;
    text-align: center;
    margin-top: 1.6em;
}

div.vs_team h6+p {
    font-size: 1.6rem;
    line-height: 2.2;
    margin-top: 1.4em;
}

div.vs_team div.box_fig {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0 28px;
    margin-top: 30px;
}

div.vs_team div.box_fig figure {}

div.vs_team div.box_fig figure img {
    background-color: #c7c6c0;
    width: 252px;
    height: 170px;
}

div.vs_team div.box_fig figcaption {
    color: #111111;
    font-size: 1.2rem;
    margin-top: 0.6em;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.05em;
}

div.vs_team div.link {
    text-align: center;
    margin-top: 44px;
}

div.vs_team div.link p {
    text-align: left;
}

div.vs_team div.link p:not(:last-child) {
    margin-bottom: 1em;
}

div.vs_team div.link p a {
    font-weight: 600;
    color: #9c7600;
    border-bottom: #9c7600 solid 1px;
    padding-bottom: 0.2em;
}

div.vs_team div.link p span {
    display: inline-block;
    min-width: 13em;
    text-align: right;
    margin-right: 1.0em;
}

/*  */

div.others {
    margin-top: 60px;
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #fff;
    box-shadow: 1px 3px 8px 0px rgba(32, 32, 38, 0.07);
    text-align: center;
}

div.others>section {}

section.uni {}

div.others div.sttl {
    text-align: center;
}

/* section.uni h3 {
    font-family: 'K2D', sans-serif;
    -webkit-text-stroke: 1px #9c7600;
    text-stroke: 1px #9c7600;
    color: #fff;
    font-size: 6rem;
}

section.uni h3:first-letter {
    color: #34b0ef;
    -webkit-text-stroke: 0px #fff;
    text-stroke: 0px #fff;

} */

section.uni h3 img {
    width: 307px;
}

div.others div.sttl p {
    font-size: 1.3rem;
    color: #9c7600;
    margin-top: 1em;
}

div.others section h4 {
    display: inline-block;
    font-size: 2.0rem;
    color: #9c7600;
    line-height: 1;
    border: #9c7600 solid 1px;
    padding: 0.6em 1.6em;
    margin-top: 1.4em;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.05em;
}

/*  */

div.fig_uni {
    width: 1180px;
    margin: 30px auto 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

div.fig_uni figure {}

div.fig_uni figure img {
    /* width: auto; */
    width: 100%;
}

/*  */

section.outline {
    position: relative;
}

section.outline::before {
    content: '';
    display: block;
    width: 50%;
    height: 1px;
    background-color: #9c7600;
    margin: 100px auto 50px;
}

section.outline h3 img {
    width: 301px;
}

div.others section.outline div.sttl p {
    margin-bottom: 1em;
}

div.others section.outline div.sttl strong {
    font-size: 3.2rem;
}

div.others div.org {}

div.others div.org::before {
    content: '';
    display: block;
    width: 29px;
    height: 29px;
    background-image: url(../fig/icon_02.jpg);
    margin: 26px auto 0;
}

#game_vietnam div.others div.org::before {
    background-image: url(../fig/icon_03.jpg);
}

div.others div.org p {
    font-size: 2.0rem;
    font-weight: 600;
    margin-top: 1em;
}

div.others div.partner {
    margin-top: 30px;
}

div.others div.partner h5 {
    margin-top: 1.2em;
    font-size: 2.0rem;
    color: #9c7600;
    position: relative;

}

/* #game_vietnam  */
div.others div.partner h5 {
    color: #85a8af;
    display: flex;
    justify-content: center;
    align-items: center;
}

#game_vietnam div.others div.partner h5:not(:first-of-type) {
    margin-top: 40px;
}

div.others div.partner h5.gold {
    color: #bda049;
}

div.others div.partner h5.silver {
    color: #94adb1;
}

div.others div.partner h5.bronze {
    color: #7f9480;
}

div.others div.partner h5.bronze::before,
div.others div.partner h5.silver::before,
div.others div.partner h5.gold::before,
div.others div.partner h5.platinum::before {
    /* content: url(../fig/icon_platinum.jpg); */
    content: '';
    background-image: url(../fig/icon_platinum.jpg);
    width: 36px;
    height: 38px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: inline-block;
    margin-top: 10px;
    margin-right: 8px;
}

div.others div.partner h5.gold::before {
    /* content: url(../fig/icon_gold.jpg); */
    background-image: url(../fig/icon_gold.jpg);
}

div.others div.partner h5.silver::before {
    /* content: url(../fig/icon_silver.jpg); */
    background-image: url(../fig/icon_silver.jpg);
}

div.others div.partner h5.bronze::before {
    /* content: url(../fig/icon_bronze.jpg); */
    background-image: url(../fig/icon_bronze.jpg);
}

ul.list_partner {
    width: 1024px;
    margin: 30px auto 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 32px;
}

ul.list_partner li {
    width: 320px;
    text-align: center;
}

ul.list_partner li figure {
    width: 100%;
    height: 102px;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.list_partner li:not(.full) figure {
    border: #cccccc solid 1px;
}


ul.list_partner li img {
    width: auto;
    height: auto;
    /* max-height: 100%; */
    transform: scale(0.5);
}

ul.list_partner li.equal_size:nth-child(1) img {
    /* transform: scale(2); */
    transform: none;
    /* width: 165px;
    height: 63px; */
}

ul.list_partner li.equal_size:nth-child(2) img {
    transform: none;
    /* width: 221px;
    height: 69px; */
}

ul.list_partner li.full img {
    max-width: 100%;
    max-height: 100%;
    transform: scale(1);
}

ul.list_partner li a {
    display: block;
    pointer-events: none;
}

div.others ul.list_partner li p {
    font-size: 1.5rem;
    font-weight: 400;
    color: #555555;
    margin-top: 0.6em;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.05em;
}

div.others div.org p.bnr {
    margin-top: 2em;
}

div.others div.org p.bnr a {
    width: 320px;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 400;
    color: #555555;
    border: #cccccc solid 1px;
    padding: 1em;
    pointer-events: none;
}

/*  */

div.sponsorship {
    margin-top: 40px;
}

div.sponsorship p {
    width: 1000px;
    margin: 1em auto;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2;
}

/*  */

#ticket {
    width: 1180px;
    margin: 140px auto 0;
    border: #9c7600 solid 1px;
}

#ticket div.wrap {
    background-color: #34b0ef;
    text-align: center;
    color: #fff;
    border: #fff solid 10px;
    padding: 0 60px 40px;
    width: 100%;
}

#ticket div.ttl h3 {
    padding: 22px 30px 20px;
}

#ticket div.ttl h3 img {
    width: 257px;
}

#ticket div.wrap h4 {
    margin-top: 1.2em;
    font-size: 2.2rem;
    line-height: 1.6;
    margin-bottom: 1.2em;
}

#ticket div.wrap p.btm {
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.8;
    position: relative;
}

#ticket div.wrap p.btm::before {
    content: '';
    display: block;
    width: 30%;
    height: 1px;
    background-color: #fff;
    margin: 40px auto;
}

#ticket div.wrap p.btm::after {
    text-align: center;
    content: '';
    background-image: url(../fig/icon_01.png);
    background-size: 100% auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    width: 29px;
    height: 29px;
    display: block;
    margin: 30px auto;
}

#li_ticket li:first-child {
    margin-bottom: 30px;
}

#li_ticket li a {
    display: inline-block;
    width: 60em;
    color: #fff;
    background-color: #9c7600;
    border: #fff solid 2px;
    box-shadow: 4.12px 6.857px 12px 0px rgba(32, 32, 38, 0.1);

    padding: 5em 2em 3em;
    position: relative;
    transition: 0.3s;
}


#li_ticket li a::before {
    content: '';
    width: 2.2em;
    height: 2.2em;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 1em;
    left: calc(50% - 1.1em);
    /* margin-top: -3px; */
}

#li_ticket li a:hover {
    transform: translate(0, -6px);
}

#li_ticket h5 {
    font-size: 2.4rem;
    margin-bottom: 0.4em;
}

#li_ticket p {
    font-size: 1.8rem;
    margin-bottom: 0.4em;
}

/*  */

#goods {
    margin-top: 140px;
    background-color: #fff;
    box-shadow: 1px 3px 8px 0px rgba(32, 32, 38, 0.07);
    text-align: center;
    padding-bottom: 90px;
}

#goods div.ttl h3 {
    padding: 22px 30px 20px;
}

#goods div.ttl img {
    width: 386px;
}

#goods div.ttl+p {
    color: #666666;
    margin-top: 2em;
}

div.box_goods {
    width: 1024px;
    margin: 40px auto 0;
}

div.box_goods h4 {
    font-size: 2.0rem;
    color: #9c7600;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.05em;
}

div.box_goods h4::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #9c7600;
    margin-top: 20px;
    margin-bottom: 10px;
}

div.box_goods h4+p {
    font-size: 1.6rem;
    font-weight: 700;
}

/*  */

div.acrylic_stand {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px 20px 0;
    margin-bottom: 70px;
}

div.acrylic_stand>div.wrap {
    order: 2;
    text-align: left;
    margin-left: 26px;
}

div.acrylic_stand>div.wrap p {
    font-size: 1.5rem;
    line-height: 1.8;
}

div.acrylic_stand>div.wrap p strong {
    color: #ee0000;
}

div.acrylic_stand>div.wrap h5 {
    font-size: 1.8rem;
    font-weight: 700;
}

sup {
    font-size: 0.4em;
    vertical-align: middle;
}

div.acrylic_stand>div.wrap h5::before {
    content: '';
    width: 5em;
    height: 2px;
    /* background-color: #9c7600; */
    border-top: 2px solid #9c7600;
    display: block;
    margin-top: 1.2em;
    margin-bottom: 1em;
}

div.acrylic_stand>div.wrap p.size {
    font-size: 1.4rem;
    color: #666666;
    margin-top: 0.6em;
}


div.acrylic_stand>div.wrap p.price {
    font-size: 3.2rem;
    color: #9c7600;
    font-family: roboto;
    font-weight: 400;
}

div.acrylic_stand>div.wrap p.price span {
    color: #666666;
    font-size: 0.4em;
    margin-left: 0.3em;
}

div.acrylic_stand>div.wrap p.note {
    font-weight: 600;
    color: #ee0000;
    padding-left: 1em;
    text-indent: -1em;
}


div.acrylic_stand figure {
    order: 1;
}

div.acrylic_stand ul.goods_fig {
    width: 600px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

div.acrylic_stand ul.goods_fig li {
    width: 50%;
    text-align: center;
}

div.acrylic_stand figure li:nth-child(3) {
    width: 100%;
}

div.acrylic_stand ul.goods_fig li img {
    width: 90%;
}

div.acrylic_stand figure li:nth-child(3) img {
    width: 60%;
}

div.acrylic_stand figcaption {
    font-size: 1.5rem;
}

/*  */

ul.list_goods {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    /* flex-wrap: wrap; */
    gap: 0 32px;
    margin-top: 40px;
    /* padding-bottom: 80px; */
    padding: 0 32px 80px;
}

ul.list_goods li {
    width: calc(100% / 3);
    color: #666666;
}

ul.list_goods li figure {
    /* width: 270px; */
    height: auto;
    min-height: 270px;

    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

}

ul.list_goods li figure img {
    width: 90%;
    height: auto;
}

ul.list_goods li figure img:not(:first-child) {
    margin-top: 14px;
}

ul.list_goods li figcaption {
    text-align: right;
    margin-right: 1.6em;
    margin-left: auto;
}

ul.list_goods li h5 {
    font-size: 1.8rem;
    color: #222222;
    margin-top: 0.6em;
}

ul.list_goods li h5+p {
    margin-top: 0.6em;
}

ul.list_goods li p.price {
    font-size: 1.2rem;
    line-height: 1;
    margin-top: 1.4em;

    display: inline-flex;
    justify-content: center;
    align-items: flex-end;

}

ul.list_goods li p.price strong {
    font-size: 2.6em;
    font-family: roboto;
    font-weight: 400;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.05em;
    margin-right: 0.1em;
    margin-left: 0.1em;
    line-height: 0.6;
    color: #9c7600;
}

/*  */

footer {
    background-color: #fff;
    text-align: center;
    border-top: #9c7600 solid 30px;
    padding-top: 60px;
    padding-bottom: 100px;
    position: relative;
}

footer p {
    width: 596px;
    margin: 0 auto;
}

footer small {
    display: block;
    font-size: 1.3rem;
    color: #777777;
    margin-top: 3em;
}

/*  */

#btn_top {
    width: 100px;
    height: 100px;
    margin: 0 auto;

    position: fixed;
    z-index: 999999;
    bottom: 5vh;
    /* left: calc(50% - 50px); */
    right: 20px;
    /* display: block; */
    display: none;
}

#btn_top.btm {
    position: absolute;
    top: -150px;
}

#btn_top a {
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999em;
    position: relative;

    border-radius: 50%;
    /* background-color: rgba(255, 255, 255, 0.5); */
    background-color: #9c7500b8;
}

#btn_top.btm a {
    background-color: #9c7600;
}

#btn_top a:after {
    content: '';
    width: 30px;
    height: 30px;
    border: 0px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 8px);
    left: 35px;

}

/* sp */


@media screen and (max-width: 599px) {
    .sp {
        display: inline-block;
    }

    .pc {
        display: none;
    }

    /*  */

    #wrapper {
        /* background-image: none; */
    }

    body.loaded #wrapper::after {
        display: none;
    }

    /*  */

    header {
        padding: 0;
        position: relative;
        z-index: 9;
    }

    header div.wrap {
        width: 100%;
        display: block;
        padding-top: 4vw;
        padding-bottom: 4vw;
    }

    header h1 {
        width: 66vw;
        height: auto;
        margin: auto;
    }


    /*  */

    /*　ハンバーガーメニューボタン　*/
    .hamburger {
        display: block;
        /* position: fixed; */
        position: absolute;
        z-index: 3;
        right: 4vw;
        top: 4vw;
        width: 7vw;
        height: 7vw;
        cursor: pointer;
        text-align: center;
    }

    .hamburger span {
        display: block;
        position: absolute;
        width: 7vw;
        height: 2px;
        left: 0;
        background: #9c7600;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .hamburger span:nth-child(1) {
        top: 2vw;
    }

    .hamburger span:nth-child(2) {
        top: 4vw;
    }

    .hamburger span:nth-child(3) {
        top: 5.4vw;
        height: auto;
        background-color: transparent;
        transition: none;
        font-size: 2.0vw;
        /* 8px */
        color: #9c7600;
        font-family: roboto;
        font-weight: 500;
    }

    .hamburger span:nth-child(3)::after {
        content: 'MENU';
        display: block;
    }

    /* スマホメニューを開いてる時のボタン */
    .hamburger.active span:nth-child(1) {
        top: 2vw;
        /* background: #fff; */
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .hamburger.active span:nth-child(2) {
        top: 2vw;
        /* background: #fff; */
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .hamburger.active span:nth-child(3)::after {
        content: 'CLOSE';
    }

    /* メニュー背景　*/
    #nav_main {
        position: fixed;
        z-index: 2;
        top: 18vw;
        left: 0;
        color: #fff;
        background-color: #9c7600e0;
        width: 100%;
        transform: translateX(100%);
        transition: all 0.6s;
        opacity: 0;
    }

    #list_nav_main {
        margin: 0 auto;
        padding: 9vw 8vw;
        width: 100%;
        display: block;
        height: 100vh;
        font-weight: 500;
    }

    #list_nav_main li {
        transition: .4s all;
        margin-bottom: 1.2em;
    }

    #list_nav_main li a {
        color: #fff;
        font-size: 7.5vw;
        /* 24px */

    }

    #list_nav_main li:not(:last-child) a::after {
        margin-left: 0.6em;
    }

    /* クリックでjQueryで追加・削除 */
    #nav_main.active {
        opacity: 100;
        display: block;
        transform: translateX(0%);
        z-index: 9999999999;
    }

    /*  */

    #kv div.wrap {
        max-width: initial;
        min-height: 270vw;
    }

    #kv h1 {
        margin-top: 0;
        margin-left: 1vw;
    }

    #sttl {
        font-size: 4.0625vw;
        /* 13px */
        padding: 0 0.8em;
    }

    /*  */

    [id^="fig_kv_"] {
        width: 46vw;
    }

    #box_fig_sp {
        width: 46vw;
        position: absolute;
        top: 20vw;
        opacity: 0;
    }

    body.loaded #box_fig_sp {
        animation: fadeUp 2s ease 0s 1 normal backwards;
        animation-delay: 4.5s;
        opacity: 1;
    }

    body.reload.loaded #box_fig_sp {
        animation-delay: 1.5s;
    }

    #fig_kv_siteid_sp {
        border-radius: 16px;
        background-color: #fff;
        text-align: center;
        position: relative;
    }

    #fig_kv_siteid_sp img {
        width: 60%;
        margin-top: 8vw;
        position: relative;
        z-index: 999;
    }

    #fig_kv_01_sp {
        margin-top: -11vw;
    }

    #fig_kv_02 {
        top: 80vw;
        left: auto;
        right: 0;
    }

    #fig_kv_03_sp {
        right: 0;
        top: 170vw;
        opacity: 0;
    }

    body.loaded #fig_kv_03_sp {
        animation: fadeUp 2s ease 0s 1 normal backwards;
        animation-delay: 5.5s;
        opacity: 1;
    }

    body.reload.loaded #fig_kv_03_sp {
        animation-delay: 2.5s;
    }

    #player_01 {
        width: 42vw;
        top: 110vw;
        left: auto;
        right: -18vw;
    }

    #player_02 {
        width: 50vw;
        top: 170vw;
        left: 16vw;
    }

    #player_03 {
        top: 20vw;
        right: 2vw;
        width: 72vw;
    }

    body.loaded #player_03 {
        animation: player_03 1s forwards 4.0s 1 normal;
    }

    body.reload.loaded #player_03 {
        animation-delay: 2.5s;
    }

    #nav_thai {
        width: 32vw;
        height: auto;
        left: 14vw;
        top: 138vw;
    }

    #nav_thai::before {
        width: 12vw;
        height: calc(12vw * 1.3);
        top: 6vw;
        left: -10vw;
    }

    #nav_thai::after {
        width: 10vw;
        height: calc(10vw * 1.43);
        top: -9vw;
        right: -6vw;
    }

    #nav_vietnam {
        width: 32vw;
        height: auto;
        top: 150vw;
        right: 14vw;
    }

    #nav_vietnam::after {
        width: 10vw;
        height: calc(10vw * 1.549450549450549);
        top: auto;
        bottom: -2vw;
        right: -2vw;
    }

    /*  */

    #goods div.ttl h3,
    #ticket div.ttl h3,
    #about div.ttl h3 {
        padding: 4vw 0 4vw;
        margin-top: -24vw;
        display: inline-block;
        max-width: 80%;
    }

    div.ttl h3 span {
        font-size: 3.125vw;
        /* 10px */
    }

    /*  */

    #about {
        width: 100%;
        margin-bottom: 10vw;
        border-left: none;
        border-right: none;
    }

    #about div.wrap {
        width: 100%;
        padding: 0 6vw 10vw;
        border-left: none;
        border-right: none;
    }

    #about div.wrap::before {
        /* position: static; */
        width: 96vw;
        height: calc(96vw * 0.16);
        margin: 0 auto;
        left: 0;
        top: -20vw;
    }

    #about div.wrap::after {
        width: 96vw;
        height: calc(96vw * 0.1872871736662883);
        margin: 0 auto;
        bottom: -19vw;
        left: auto;
        right: 0;
    }


    #about h4 {
        font-size: 3.4375vw;
        /* 11px */
        width: auto;
        text-align: left;
    }

    #about h4 br {
        display: none;
    }

    #about div.wrap p {
        font-size: 3.4375vw;
        /* 11px */
    }

    #about div.wrap p:nth-child(2)::before,
    #about div.wrap p:nth-child(1)::before {
        font-size: 12vw;
    }

    #about div.wrap p:nth-child(2) {
        margin-top: 3em;
    }

    #about div.box_txt::after {
        width: 6vw;
        height: 6vw;
        margin-top: 12vw;
    }

    /*  */

    ul.cnav_article {
        display: block;
        margin: 10vw auto 20vw;
    }

    #about+ul.cnav_article {
        margin-top: 0;
    }

    ul.cnav_article li {
        text-align: center;
        width: 80%;
        margin: 0 auto 6vw;
    }

    ul.cnav_article li a {
        font-size: 3.75vw;
        /* 12px */
        margin: 0 auto;
        white-space: nowrap;
    }

    /*  */

    #videos {
        width: 100%;
        margin-bottom: 20vw;
        border-left: none;
        border-right: none;
    }

    #videos>div.wrap {
        border-left: none;
        border-right: none;
        padding: 10vw 0 14vw;
    }

    #videos .ttl {
        margin-bottom: 2em;
    }

    #videos h3 img {
        width: 60%;
    }

    #li_video {
        width: 100%;
        gap: 8vw;

        margin: 0 auto;
        padding: 0 6vw;
        /* width: 90%; */
        /* コンテンツが見切れて見えるようにする */
        overflow-x: auto;
        /* 横スクロールの指定 */
        white-space: nowrap;
        /* 横スクロールの指定 */
        overflow-scrolling: touch;
        /* スクロールを滑らかにする */
        -webkit-overflow-scrolling: touch;
        /* スクロールを滑らかにする */

        justify-content: flex-start;
        flex-wrap: nowrap;

    }

    #li_video li {
        /* width: auto;
        height: auto; */

        width: 80vw;
        /* height: calc(80vw * 0.5625); */
    }

    #li_video li:first-child {
        /* margin-left: 6vw; */
    }

    #li_video li figure {
        width: auto;
        height: auto;
    }

    #li_video li p {
        font-size: 3.125vw;
        /* 10px */
        font-size: 3.4375vw;
        /* 11px */
        padding: 0 0.8em;

        width: 80vw;
        white-space: normal;
    }

    #li_video li figure img {
        width: 100%;
        height: calc(80vw * 0.5625);
    }

    /*  */

    div.box_game_info {
        margin-bottom: 20vw;
    }

    div.inner_game {
        padding-top: 10vw;
        padding-bottom: 2vw;
    }

    div.inner_game>small {
        font-size: 3.125vw;
        /* 10px */
        padding: 4vw;
        text-align: left;
    }

    div.box_game_info div.ttl {
        margin-top: 10vw;
    }

    #game_thai div.ttl h3 img {
        width: 94vw;
    }

    div.box_game_info div.ttl p {
        font-size: 3.125vw;
        /* 10px */
        font-size: 4.0625vw;
        /* 13px */
    }

    div.box_game_info div.ttl+h4 {
        font-size: 5.625vw;
        /* 18px */
        font-size: 5vw;
        /* 16px */
    }

    /*  */

    div.game_wrap {
        width: 100vw;
        padding-top: 40vw;
        padding-bottom: 0;
    }

    div.box_sttl {
        width: 88vw;
        left: 6vw;
        margin: 4vw auto 0;
        padding: 0 1em;
        top: 0;
    }

    div.box_sttl h5 {
        font-size: 4.375vw;
        /* 14px */
    }

    div.box_sttl p {
        font-size: 3.125vw;
        /* 10px */
    }

    div.game_info {
        width: 88vw;
        padding: 10vw 2vw 10vw;
        position: relative;
        top: 0;
    }

    .bgputd div.game_info {
        border-left: none;
    }

    .bgputd div.game_info::before {
        width: 30vw;
        height: calc(30vw * 1.333333333333333);
        top: -14vw;
        left: 10vw;
    }

    .sapporo div.game_info::before {
        width: 30vw;
        height: calc(30vw * 1.342105263157895);
        top: -14vw;
        left: auto;
        right: 4vw;
    }

    div.box_date p:first-child {
        font-size: 11vw;
    }

    div.box_date p span.day {
        font-weight: 800;
    }

    div.box_date p.kiffoff {
        font-size: 2.0vw;
        /* 8px */
        font-size: 2.8125vw;
        /* 9px */
    }

    div.game_info div.box_vs {
        margin-top: 8vw;
    }

    div.game_info div.box_vs h6 {
        font-size: 5.3125vw;
        /* 17px */
    }

    div.game_info div.box_vs p {
        font-size: 3.75vw;
        /* 12px */
    }

    div.game_info div.box_vs p a {
        font-size: 4.0625vw;
        /* 13px */
        margin-left: 5vw;
    }

    div.game_info div.box_vs p a::before {
        width: 4vw;
        height: calc(4vw * 1.894736842105263);
        top: 0;
        left: -5vw;

    }

    div.game_info div.box_vs p span {
        font-size: 0.8em;
    }

    div.game_info div.box_vs+figure {
        width: 100%;
        height: auto;
        margin-top: 4vw;
    }

    div.broadcast {
        margin-top: 8vw;
    }

    div.broadcast h6 {
        font-size: 4.0625vw;
        /* 13px */
    }

    div.broadcast p {
        font-size: 2.8125vw;
        /* 9px */
    }


    div.vs_team {
        width: 88vw;
        padding: 6vw 13vw 10vw 8vw;
        position: static;
        position: relative;
        top: -10vw;
        z-index: 1;
    }

    div.bgputd div.vs_team {
        border-right: none;
        padding-bottom: 10vw;
    }

    /*  */

    div.box_game ul.cnav_article {
        margin: 0;
        position: absolute;
        top: -2em;
        right: -10vw;
    }

    .game_info ul.cnav_article.sp,
    .game_info ul.cnav_article.sp {
        display: block;
    }

    div.box_game.sapporo ul.cnav_article {
        right: auto;
        left: -10vw;
    }

    div.box_game ul.cnav_article.pc {
        display: none;
    }

    div.box_game ul.cnav_article li {
        width: auto;
        padding: 0 1em;
    }

    div.box_game ul.cnav_article li a {
        padding-top: 1em;
        padding-bottom: 1em;
        background-size: 1em auto;
        background-position: 0 1.4em;

        font-size: 3.4375vw;
        /* 11px */
    }

    /*  */

    div.vs_team h6 {
        font-size: 4.375vw;
        /* 14px */

    }

    div.vs_team h6+p {
        font-size: 3.125vw;
        /* 10px */
        line-height: 1.7;
    }

    div.vs_team div.box_fig {
        gap: 0 4vw;
        margin-top: 4vw;
    }

    div.vs_team div.box_fig figure img {
        width: 31vw;
        height: calc(31vw * 0.6746031746031746);
    }

    div.vs_team div.box_fig figcaption {
        font-size: 2.5vw;
        /* 8px */
    }

    div.vs_team div.link {
        margin-top: 10vw;
    }

    div.vs_team div.link p {
        font-size: 3.125vw;
        /* 10px */
    }

    div.vs_team div.link p a {
        display: inline-block;
    }

    div.vs_team div.link p span {
        min-width: initial;
    }

    /*  */
    div.box_game.sapporo {
        margin-top: 0;
    }

    .sapporo div.game_info {
        padding-right: 0;
        margin-left: auto;
    }

    .sapporo div.box_date {
        margin-left: 8vw;
    }

    .sapporo div.vs_team {
        border-left: none;
        padding-left: 14vw;
        padding-right: 8vw;
    }

    div.box_game.sapporo ul.cnav_article.pc {
        display: none;
    }

    /*  */

    div.others {
        margin-top: 12vw;
        padding-top: 8vw;
        padding-bottom: 8vw;
    }

    section.uni h3 img {
        width: 60%;
    }

    div.others div.sttl p {
        font-size: 3.125vw;
        /* 10px */
    }

    div.others section h4 {
        font-size: 4.375vw;
        /* 14px */
    }

    #game_vietnam div.others section h4 {
        line-height: 1.6;
    }


    div.fig_uni {
        width: 88vw;
        margin-top: 6vw;
        display: block;
    }

    div.fig_uni figure:not(:last-child) {
        margin-bottom: 4vw;
    }

    section.outline::before {
        width: 88vw;
        margin: 14vw auto 10vw;
    }

    section.outline h3 img {
        width: 60%;
    }

    div.others section.outline div.sttl strong {
        font-size: 5.625vw;
        /* 18px */
    }

    div.others div.org::before {
        width: 8vw;
        height: 8vw;
        margin: 8vw auto 0;
        background-position: 0 0;
        background-repeat: no-repeat;
    }

    div.others div.org p {
        font-size: 3.75vw;
        /* 12px */
    }

    div.others div.partner {
        margin-top: 6vw;
    }

    div.others section h4 {
        font-size: 3.4375vw;
        /* 11px */
    }

    div.others div.partner h5 {
        font-size: 3.75vw;
        /* 12px */
        margin-top: 2em;
    }

    div.others div.partner h5.bronze::before,
    div.others div.partner h5.silver::before,
    div.others div.partner h5.gold::before,
    div.others div.partner h5.platinum::before {
        width: 2em;
        height: calc(2em * 1.055555555555556);
        margin-top: 0.4em;
        margin-right: 0.2em;
    }

    ul.list_partner {
        width: 88vw;
        margin-top: 6vw;
        /* gap: 6vw; */
        gap: 0;
        justify-content: space-between;
    }

    ul.list_partner li {
        /* width: calc(50% - 6vw); */
        width: 41vw;
        margin-bottom: 4vw;
    }

    ul.list_partner li figure {
        /* width: 100%;
        height: 102px;
        overflow: hidden;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center; */

        height: calc(41vw * 0.3187124637289965);


    }

    ul.list_partner li img {
        /* transform: scale(0.6);
        max-width: 86%;
        max-height: 80%; */
    }

    ul.list_partner li:not(.full) img {
        transform: scale(0.8);
        max-width: 90%;
        max-height: 88%;
    }

    .bronze+ul.list_partner li img {
        /* max-width: initial;
        max-height: initial; */
    }

    .bronze+ul.list_partner li:nth-child(1) img,
    .bronze+ul.list_partner li:nth-child(2) img {
        transform: scale(0.6);
    }

    div.others ul.list_partner li p {
        font-size: 2.5vw;
        /* 8px */
    }

    /*  */

    #game_vietnam div.ttl h3 img {
        width: 94%;
    }

    #game_vietnam div.ttl+h4::before {
        width: 6vw;
        height: 6vw;
        margin: 6vw auto;
        background-size: 100% auto;
        background-position: 0 0;
        background-repeat: no-repeat;
    }

    /*  */

    .becamex div.game_info::before {
        width: 28vw;
        height: calc(28vw * 1.402298850574713);
        background-size: 100% auto;
        background-position: 0 0;
        background-repeat: no-repeat;
        top: -14vw;
        left: 8vw;
    }

    #game_vietnam div.game_wrap {
        min-height: initial;
        padding-bottom: 0;
    }

    /*  */

    div.sponsorship {
        margin-top: 12vw;
    }

    div.sponsorship p {
        width: 88vw;
        font-size: 3.4375vw;
        /* 11px */
    }

    /*  */

    #ticket {
        width: 100%;
        margin-bottom: 10vw;
        border-left: none;
        border-right: none;
    }

    #ticket div.wrap {
        width: 100%;
        padding: 0 6vw 10vw;
        border-left: none;
        border-right: none;
    }

    #ticket div.ttl h3 img {
        width: 50%;
    }

    #ticket div.wrap h4 {
        font-size: 3.4375vw;
        /* 11px */
    }

    #ticket div.wrap p.btm {
        font-size: 3.75vw;
        /* 12px */
    }

    #ticket div.wrap p.btm::before {
        margin: 6vw auto;
    }


    #ticket div.wrap p.btm::after {
        width: 6vw;
        height: 6vw;
        margin-top: 6vw;
    }

    /*  */

    #li_ticket li:first-child {
        margin-bottom: 6vw;
    }

    #li_ticket li a {
        width: auto;
        padding-top: 3.6em;
    }

    #li_ticket h5 {
        font-size: 3.75vw;
        /* 12px */
        margin-bottom: 0.6em;
    }

    #li_ticket p {
        font-size: 3.125vw;
        /* 10px */
    }

    #li_ticket li a::before {
        top: 0.6em;
        width: 1.6em;
        height: 1.6em;
        left: calc(50% - 0.8em);
    }



    /*  */
    #goods {
        margin-top: 30vw;
        padding-bottom: 12vw;
    }

    #goods div.ttl img {
        width: 80%;
    }

    #goods div.ttl+p {
        font-size: 2.8125vw;
        /* 9px */
    }

    div.box_goods {
        width: 88vw;
        margin-top: 8vw;
    }

    div.box_goods h4 {
        font-size: 3.75vw;
        /* 12px */
    }

    div.box_goods h4::after {
        margin-top: 4vw;
        margin-bottom: 4vw;
    }

    div.acrylic_stand {
        padding: 6vw 0 0;
        margin-bottom: 10vw;
        display: block;
    }

    div.acrylic_stand>div.wrap {
        margin-left: 0;
    }

    div.acrylic_stand>div.wrap p {
        font-size: 3.4375vw;
        /* 11px */
    }

    div.acrylic_stand>div.wrap p strong {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 0.8em;
    }

    div.acrylic_stand>div.wrap h5 {
        font-size: 4.0625vw;
        /* 13px */
        text-align: center;

    }

    div.acrylic_stand>div.wrap h5::before {
        margin-left: auto;
        margin-right: auto;
    }

    div.acrylic_stand>div.wrap p.size {
        font-size: 3.125vw;
        /* 10px */
        text-align: center;
    }

    div.acrylic_stand>div.wrap p.price {
        text-align: center;
        font-size: 9.375vw;
        /* 30px */

    }

    div.acrylic_stand>div.wrap p.price span {
        font-size: 0.2em;
    }

    div.acrylic_stand>div.wrap p.note {
        text-align: center;
    }

    div.acrylic_stand ul.goods_fig {
        width: 100%;
    }

    div.acrylic_stand figcaption {
        font-size: 3.125vw;
        /* 10px */
    }

    /*  */

    ul.list_goods {
        gap: 0 4vw;
        margin-top: 4vw;

        padding: 0 2vw 0;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }

    ul.list_goods li:not(:last-child) {
        width: 40vw;
    }

    ul.list_goods li:last-child {
        width: 80%;
        margin: 8vw auto 0;
    }

    ul.list_goods li figure {
        width: auto;
        min-height: 40vw;
    }

    ul.list_goods li h5 {
        font-size: 3.75vw;
        /* 12px */
    }

    ul.list_goods li h5+p {
        font-size: 3.125vw;
        /* 10px */
        margin-top: 0.4em;
    }

    ul.list_goods li p.price {
        font-size: 2.5vw;
        /* 8px */
    }

    ul.list_goods li figcaption {
        font-size: 2.8125vw;
        /* 9px */
    }

    /*  */

    footer {
        padding-top: 10vw;
        padding-bottom: 30vw;
    }

    footer p {
        width: 80%;
    }

    footer small {
        font-size: 2.5vw;
        /* 8px */
    }

    #btn_top {
        width: 16vw;
        height: 16vw;
        right: 6vw;
        bottom: 0;

    }

    #btn_top a:after {
        width: 6vw;
        height: 6vw;
        left: 5vw;
        top: calc(50% - 2vw);

    }

    #btn_top.btm {
        top: -28vw;
    }

}