/*！！！！！！*/
:root {
    --bg-color: #fff;
    --text-color: #434343;
    --text-size: 20px;
    --link-color: #ff6950;
    --ttl-decoration: #ffece9;
    --white: #fff;
    --black: #000;
    --location-mv1: 1vw;
    --location-mv2: -1.4rem;
    --location-gnav1: 1.3rem;
    --location-gnav2: -1.3rem;
    --location-footer1: 1.1rem;
    --location-footer2: -1.1rem;
}


@media print,screen and (max-width: 1000px) {
    :root {
        --text-size: 18px;
        --location-mv1: 1.2vw;
        --location-mv2: -1.2rem;
    }
}


@media print,screen and (max-width: 768px) {
    :root {
        --text-size: 15px;
        --location-mv1: 1rem;
        --location-mv2: -1rem;
    }
}


/*font*/
.nitalago{
    font-family: "nitalago-ruika", sans-serif;
    font-weight: 100;
    font-style: normal;
}
/*！！！！！！*/

/*-----------
reset
-----------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 62.5%;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    color: var(--text-color);
    background-color: var(--bg-color);
    overflow-x: hidden;
    background: url(../images/common/bg_mix.png) top center;
    background-size: 100% auto;
}
.bg_red{
    background: url(../images/common/bg_red.png) top center;
    background-size: 100% auto;  
}
.bg_green{
    background: url(../images/common/bg_green.png) top center;
    background-size: 100% auto;  
}


body.cnt_bottom {
    font-family: 'Noto Sans JP', sans-serif;
    color: var(--text-color);
    background-color: var(--bg-color);
    background: url(../images/common/bg-cnt_mix.png) top center;
    overflow-x: hidden;
    background-size: 100% auto;
}
.bg_red.cnt_bottom{
    background: url(../images/common/bg-cnt_red.png) top center;
    background-size: 100% auto;  
}
.bg_green.cnt_bottom{
    background: url(../images/common/bg-cnt_green.png) top center;
    background-size: 100% auto;  
}

@media print,screen and (max-width: 768px) {

    body.cnt_bottom {
        /* font-family: 'Noto Sans JP', sans-serif;
        color: var(--text-color);
        background: var(--bg-color);
        overflow-x: hidden; */
        background: url(../images/common/bg-cnt_mix_sp.png) top center;
        background-size: 100% auto;
    }
    .bg_red.cnt_bottom{
        background: url(../images/common/bg-cnt_red_sp.png) top center;
        background-size: 100% auto;  
    }
    .bg_green.cnt_bottom{
        background: url(../images/common/bg-cnt_green_sp.png) top center;
        background-size: 100% auto;  
    }

}

/* body.zh {
    font-family: 'Noto Sans TC', sans-serif;
}

body.en {
    font-family: 'Cabin', sans-serif;
} */

img {
    max-width: 100%;
    height: auto;
    vertical-align: text-bottom;
}

a {
    text-decoration: none;
    transition: .2s;
}

a:hover {
    transition: .2s;
}

a.no_link {
    pointer-events: none;
}

ul {
    list-style: none;
}

/* .sp {
    display: none;
} */

.pc {
    display: block;
}

.btn.en a {
    font-size: 1.5rem;
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.cf {
    zoom: 1;
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}


/*link*/
a {
    color: var(--link-color);
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

a:hover img {
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}

/*flex box*/
.flex {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.flex img {
    align-items: flex-start;
}

.mleft {
    margin-left: auto;
}

.mright {
    margin-right: auto;
}

.mtop {
    margin-top: auto;
}

.mbottom {
    margin-bottom: auto;
}

@media screen and (max-width:768px) {
    .flex {
        flex-wrap: wrap;
    }
}

/*commone*/
.btn a {
    color: var(--white);
    display: block;
    padding: 1em 3em 1em 1em;
    max-width: 500px;
    width: 80%;
    font-size: 1.5rem;
    text-align: center;
    position: relative;
    background: #61cde1;
    box-shadow: 5px 5px 0px #32a9bf;
}

.btn.center a{margin: 0 auto;}

.btn a:hover {
    transform: translate(5px, 5px);
    box-shadow: none;
}

.btn a::after {
    content: "";
    width: 2em;
    height: 2em;
    right: 1em;
    top: calc(50% - 1em);
    background: url(../images/common/icon_arrow_w.png) center center;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.btn.blank a::after {
    content: "";
    position: absolute;
    width: 1em;
    height: 1em;
    background: url(../images/common/icon_blank.png) no-repeat right top / 100% auto;
    right: 25px;
    top: 52%;
    margin-top: -8px;
}

.btn.blank_w a::after {
    content: "";
    position: absolute;
    width: 1em;
    height: 1em;
    background: url(../images/common/icon_blank_w.png) no-repeat right top / 100% auto;
    right: 25px;
    top: 52%;
    margin-top: -8px;
}

.btn.blank.media a {
    background: none;
    border: 1px solid #b1b1b1;
    color: var(--text-color);
    box-shadow: none;
    max-width: 800px;
    width: 80%;
    display: block;
    margin: 5rem auto 0;
}

.btn.blank.media a:hover {
    transform: translate(0, 0);
    opacity: 0.8;
}

.btn a.no_link {
    background: #b1b1b1;
    box-shadow: none;
    padding: 1em;
}

.btn a.no_link::after {
    display: none;

}

/*hr*/
hr {
    border: none;
    width: 100%;
    height: 52px;
    background: url(../images/common/hr_yoko.png) center center;
}

hr.width_min{display: none;}

hr.bottom {
    border: none;
    width: 100%;
    height: 30px;
    background: url(../images/common/hr_yoko.png) center center;
    background-size: auto 30px;
}


/*============
  .h_inner
==============*/

header {
    position: relative;
    margin: auto;
    z-index: 999;
    padding: 10px 75px 10px 15px;
    width: 100%;
    box-sizing: border-box;
}

.h_inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.h_inner .logo_gsc {
    width: 47%;
    margin-right: 1rem;
}

.h_inner .logo_mxf {
    width: calc(53% - 1rem);
}

.h_inner .logo_wh37 {
    width: 52%;
    margin-right: 1rem;
}

.h_inner .h_left .data {
    position: relative;
    width: calc(48% - 1rem);
}

.h_inner .h_left {
    width: 300px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


.h_right {
    width: 100%;
    max-height: 50px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    z-index: 200;
}

.lang,
.social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 20px
}

.social {
    margin-right: 0;
}

.lang li.active {
    font-size: 1.5rem;
    padding: 10px 0;
    text-align: center;
    border-bottom: 2px solid var(--text-color);
}

.lang li,
.social li {
    margin-right: 10px;
    border-bottom: 2px solid transparent;
    font-size: 1.5rem;
}


.lang li a {
    display: block;
    padding: 10px 0;
    width: 100%;
    font-size: 1.5rem;
    color: var(--text-color);
    margin-right: 10px;
    text-align: center;
}

.lang li a:hover {
    border-color: var(--text-color);
}

.social li.tw,
.social li.fb {
    width: 3rem;
}

.social li.fb {
    margin-right: 0;
}

nav {
    flex-grow: 1;
}

.button #navbtn {
    position: fixed;
    width: 60px;
    height: 60px;
    background: #61cde1;
    top: 10px;
    right: 15px;
    border-radius: 10px;
    z-index: 5;
}

.button #navbtn span {
    position: absolute;
    display: block;
    width: 70%;
    height: 3px;
    background: var(--white);
    top: calc(50%);
    left: 15%;
}

.button #navbtn span::after,
.button #navbtn span::before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    left: 0;
    background: var(--white);
    position: absolute;
}

.button #navbtn span::after {
    top: -12px;
}

.button #navbtn span::before {
    bottom: -12px;
}

.button #navbtn span.open {
    background: transparent;
}

.button #navbtn span.open::after {
    transform: rotate(-45deg);
    top: 0;
}

.button #navbtn span.open::before {
    bottom: auto;
    transform: rotate(45deg);
    top: 0;
}

.gnav {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-bottom: 150px;
    z-index: 2;
   /*  overflow-y: scroll; */
    background: rgb(200,238,244);
    background: linear-gradient(141deg, rgba(200,238,244,1) 0%, rgba(240,255,222,1) 45%, rgba(255,203,194,1) 100%);
    padding: 10px 0 0;
}

.gnav::-webkit-scrollbar-track {
    background: #61cde1;
}

.gnav::-webkit-scrollbar-thumb {
    background: var(--white);
    border-radius: 10px;
}

button.menu_btn {
    width: 80px;
    height: 80px;
    cursor: pointer;
    border: none;
    background: none;
    z-index: 10;
}


.gnav_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 20px 40px 0 20px;
    box-sizing: border-box;
    align-items: center;
}

.gnav_wrap .g_infotext{
    width: 30%;
} 
.gnav_wrap .g_infotext a{margin-bottom: .5rem; display: block;}


.gnav_wrap .g_infotext .location{
    margin-top: .5rem;
    padding-left: var(--location-gnav1);
}
.gnav_wrap .g_infotext .location.en{
    text-align: center;
}


.gnav_wrap .g_infotext .location span {
    position: relative;
    font-size: var(--location-gnav1);
}

.gnav_wrap .g_infotext .location span::before {
    content: "";
    display: block;
    width: var(--location-gnav1);
    height: var(--location-gnav1);
    margin: 0 auto;
    background: url(../images/common/icon_location.svg) no-repeat;
    background-size: auto 100%;
    top: 0;
    left: var(--location-gnav2);
    position: absolute;
}


.gnav_wrap .g_taxtarea{
    width: calc(70% - 1rem); margin-left: 1rem;
}
.gnav_wrap ul {
    
    margin: 0 0 0;
    display: flex;
    flex-wrap: wrap;
}

.gnav_wrap ul li {
    text-align: left;
    font-size: 2rem;
    /* margin: 0 auto 0; */
    border-right: 1px solid var(--text-color);
    padding: 0 2rem;
    line-height: 1.2;
    margin-top: 1rem;
}

.gnav_wrap ul li.last{
    border: none;
}
.gnav_wrap ul li.menu,
.gnav_wrap ul li.top{display: none;}
.gnav_wrap ul li.long{
    width: 100%;
    border: none;
    margin-top: 2rem;
}


.gnav_wrap ul li.long.media{
    font-size: 1rem;
    margin-top: 3rem;
}


.gnav_wrap ul li a {
    font-size: 2.1rem;
    color: var(--text-color);
}

.gnav_wrap ul li.long.media a{
    font-size: 1.7rem;
    margin-top: 3rem;
}


.gnav_wrap ul li a:hover {
    color: var(--link-color);
}

.gnav_wrap ul li a.no_link {
    color: #888888;
}

.gnav_wrap .h_lang li:first-of-type,
.gnav_wrap .h_sns li:first-of-type{
    padding-left: 0;
    border: none;
    position: relative;
}

.gnav_wrap .h_lang li.active a{
    color: var(--link-color);
}


.gnav_wrap .h_sns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.gnav_wrap .h_sns li {
    position: relative;
    padding: 0 1rem 0 1rem;
    border: none;
    box-sizing: border-box;
}

.gnav_wrap .h_sns li.tw,
.gnav_wrap .h_sns li.fb {
    width: 6rem;
}
.gnav_wrap .h_sns li a{display: block;}
.gnav_wrap .h_sns li a:hover {
    opacity: .7;
}
.gnav_wrap .h_lang li:first-of-type::after,
.gnav_wrap .h_sns li:first-of-type::after{
    content: "";
    border: .5rem solid #000;
    border-color: transparent transparent transparent var(--text-color);
    display: block;
    width: .5rem;
    height: .5rem;
    box-sizing: border-box;
    position: absolute;
    right: -.5rem;
    top: calc(50% - .5rem);
}

/*bottom*/
header.bottom:after{
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    background: url(../images/common/hr_yoko.png) repeat center center;
    background-size: auto 30px;
    position: absolute;
    left: 0;
    bottom: -32px;
}

/*============
  title
==============*/
section h2 {
    width: 100%;
    line-height: 1.3;
    text-align: center;
    position: relative;
    font-weight: 100;
}

section h2::before {
    content: "EVENT";
    position: absolute;
    top: -5rem;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 6rem;
    font-weight: 700;
    color: var(--white);
    text-shadow: 0 0 20px var(--ttl-decoration),0 0 20px var(--ttl-decoration),0 0 20px var(--ttl-decoration),0 0 20px var(--ttl-decoration);
    z-index: 1;
}



section h2.booth::before {
    content: "BOOTH";
}

section h2.sales:before {
    content: "SALES";
}

section h2.stage:before {
    content: "STAGE";
}

section h2.campaign:before {
    content: "CAMPAIGN";
}

section h2.maker::before {
    content: "MAKER/BRAND";
    bottom: .3em;
}

section h2.maker .small {
    font-size: 2.2rem;
    margin-left: -1rem;
}

section h2.en::before {
    display: none;
}

section h2 span {
    position: relative;
    z-index: 10;
    font-size: 3.2rem;
}

section p {
    font-size: 1.6rem;
    line-height: 1.9;
    margin: 1.6rem 0 0;
    position: relative;
    z-index: 10;
}

section figure {
    position: relative;
    z-index: 10;
}

/*============
  page-top
==============*/
#page-top {
    position: absolute;
    top: -100px;
    right: 0;
    transition: all 0.2s linear;
}

#page-top:hover {
    top: -110px;
}

#page-top span {
    width: 70px;
    height: 70px;
    display: block;
    background: var(--link-color);
    border-radius: 100px;
    position: relative;
}

#page-top span::after {
    content: "";
    border: 1px solid var(--white);
    border-width: 1px 1px 0 0;
    width: 20px;
    height: 20px;
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    left: calc(50% - 10px);
    top: 43%;
}
/*============
  footer
==============*/
footer {
    width: 100%;
    margin-top: 120px;
    padding: 60px 15px 40px;
    background: #cdf0f6;
    margin-top: 5rem;
}
footer .f_inner{
    padding: 0 20em;
    justify-content:space-between ;
}

.f_left {
    width: 36%;
    max-width: 600px;
}

.f_left .f_logo {
    text-align: center;
    width: 80%;
    margin: 0 auto 1rem;
}

.f_left figure {
    text-align: center;
}

.f_left .data {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.f_location{
    margin-top: .5rem;
    /* padding-left: var(--location-gnav1); */
    text-align: center;
}

.f_location span {
    position: relative;
    font-size: var(--location-footer1);
    /* margin-left: var(--location-footer2); */
}

.f_location span::before {
    content: "";
    display: block;
    width: var(--location-footer1);
    height: var(--location-footer1);
    margin: 0 auto;
    background: url(../images/common/icon_location.svg) no-repeat;
    background-size: auto 100%;
    top: 0;
    left: var(--location-footer2);
    position: absolute;
}



/* .f_location {
    width: 80%;
    margin: 10px auto 0;
    font-size: .78vw;
    position: relative;
    padding: 0 0 0 1em;
    background: url(../images/common/icon_location.svg) no-repeat;
    background-position: left center;
    background-size: auto 100%;
} */

.f_left .btn {
    margin-top: 1rem;
    text-align: center;
}

.f_left .btn a {
    margin: 20px auto 0;
    position: relative;
}



.f_right {
    width: 480px;
}

.f_right h3{font-size: 2rem; padding: 0 0 0 3.5rem; background: url(../images/common/icon_sns.png) no-repeat left top;  background-size: 3rem auto;}
.f_right h3 + p{font-size: 1.2rem; margin-top: .5rem;}
.f_right .f_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 25px 0 0;
}

.f_right .f_list li {
    width: calc(50% - 15px);
}

.f_right .f_list li a {
    font-size: 1.3rem;
    color: var(--text-color);
    display: block;
    line-height: 1.5;
    margin-bottom: 20px;
}

.f_right .f_list li a:hover {
    color: var(--link-color)
}

.f_right .f_sns {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    font-size: 2.5rem;
    align-items: center;
}

.f_right .f_sns li {
    position: relative;
    margin-right: 10px;
}

.f_right .f_sns li:first-child {
    padding-right: 1rem;
}

.f_right .f_sns li:first-child::after {
    content: "▶";
    font-size: 50%;
    top: 15%;
    right: -.5rem;
    position: absolute;
}

.f_right .f_sns li.tw {
    width: 3rem;
}

.f_right .f_sns li.fb {
    width: 3rem;
}

.f_right .f_company {
    padding-top: 2rem;
    flex-wrap: nowrap;
}

.f_right .f_company li {
    margin-right: 15px;
}

.f_right .copy {
    font-size: 1.2rem;
    text-align: right;
    margin-top: 2rem;
}

@media print,screen and (max-width: 1500px) {

    /*============
    title
    ==============*/
    section h2::before {
        top: -3rem;
    }



    /*hr*/
    hr {
        height: 30px;
        background-size:  auto 30px;
    }
}


@media print,screen and (max-width: 1240px) {
    .gnav_wrap{
        padding-right: 70px;
    }

    .gnav_wrap .g_infotext{
        width: 40%;
    }
    .gnav_wrap .g_taxtarea {
        width: calc(60% - 1rem);
        margin-left: 1rem;
    }

    .h_inner .h_right {
        width: 100%;
    }

/*     .h_inner .h_left .survey {
        position: fixed;
        width: 100%;
        max-width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
    }

    .h_inner .h_left .survey a {
        width: 100%;
        padding: 12px;
        border-radius: 0;
        margin: 0;
    } */
}

@media print,screen and (max-width: 1000px) {
    /*============
    title
    ==============*/
    /*hr*/
    hr {
        height: 30px;
        background-size:  auto 30px;
    }
    hr.width_min{
        display: block;
        border: none;
        width: 100%;
        height: 30px;
        background: url(../images/common/hr_yoko.png) center center;
        background-size:  auto 30px;
    }
}



@media print,
screen and (max-width: 920px) {
    /* .gnav{padding-top: 0;} */

    .gnav_wrap{
        padding-right: 70px;
        flex-wrap: wrap;
        padding-top: 0;
    }

    .gnav_wrap .g_infotext{
        width: 100%;
    }

    .gnav_wrap .g_infotext .nav_logo,
    .gnav_wrap .g_infotext .nav_date{width: 50%;}
    .gnav_wrap .g_infotext .location{width: 100%; font-size: 1rem;}
    .gnav_wrap .g_taxtarea {
        width: 100%;
        margin-left: -2rem;
    }

    .h_inner {
        padding: 0;
    }

    /* .h_inner .h_left {
        width: 55%;
    } */

    .h_inner nav {
        width: 45%;
    }

    .h_logo {
        width: 25%;
    }

    .h_date p {
        font-size: 1.2rem;
        padding: 10px 0 0 20px;
    }

    .h_date p:before {
        width: 15px;
        height: 22px;
    }

    .gnav_wrap {
        width: 100%;
    }

    .gnav_wrap ul li{
        margin-top: 2rem;
    }
    .gnav_wrap ul li.long{margin-top: 1rem;}
    /* .gnav_wrap ul {
        justify-content: space-between;
    } */

    /* footer {
        width: 100%;
    } */

    .f_left {
        width: 50%;
    }

    .f_left .btn a {
        max-width: 100%;
        font-size: 1.5rem;
    }

    .f_right {
        width: calc(50% - 15px);
    }


    .h_inner .h_left.bottom {
        width: 35%;
        align-self: center;
    }

    .h_inner .logo_wh37 {
        width: 48%;
    }

    /*  .h_inner .h_left .data {
        font-size: 4.5vw;
        line-height: .2;
        position: relative;
        margin-top: -3%;
    } */

    /* .h_inner .h_left .data .small {
        font-size: 25%;
        position: relative;
        ;
    } */

    /*.h_inner .h_left .data .time{
        font-size: 50%;
    } */

    /* .f_inner{padding: 0;} */
    .f_left {
        width: 300px;
    }

    .f_right .f_list{
        justify-content: flex-start;
    }
    .f_right .f_list li{
        width:auto;
        margin-right: 15px;
    }

}

@media print,
screen and (max-width: 768px) {

    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    /* body {
        padding: 50px 0 0;
    } */
    .btn a {
        font-size: 1.6rem;
        padding: 15px 3em 15px 1em;
        margin: 20px 0;
    }
    .gray_btn {
        font-size: 1.6rem;
        padding: 20px 40px;
        margin: 20px 0;
    }

    .btn.blank.media a {
        margin-top: 3rem;
        font-size: 1.2rem;
        background: #ffffff50;
    }

    header {
        top: 0;
        padding: 1.5rem 1rem 0;
    }
    header.bottom{
        padding-bottom: .8rem;
    }

    .h_inner .logo_gsc {
        width: 40%;
        margin-right: 1rem;
    }

    .h_inner .logo_mxf {
        width: calc(43% - 1rem);
    }

    .h_inner .h_left.bottom {
        width: 60%;
    }

    /*  .h_inner .h_left .data {
        font-size: 8vw;
    } */

    .h_inner .gallery {
        margin: 3rem auto 0;
        padding: 0 15px;
    }

    /*     .h_inner .h_left h1 {
        width: 80%;
    } */
    .h_inner .h_left figure {
        display: none;
    }

    .h_inner .h_left {
        width: 60%;
    }

    .h_inner nav {
        width: 55%;
    }
    .gnav {
        padding:60px 0 0;
        /* background: #cde9ff;
        background: linear-gradient(to bottom, #cde9ff, #fff); */
    }
    .gnav_wrap{padding: 10px 0 0 0;}
    .gnav_wrap .g_taxtarea{margin-left: 0;}
    .gnav_wrap .g_infotext{display: none;}
    .gnav_wrap ul{flex-direction: column;}
    .gnav_wrap ul li{
        width: 100%;
        text-align: center;
        border: 1px solid #43434350;
        border-width: 0 0 1px 0;
        padding: 1.5rem 0;
        line-height: 1;
        margin-top: 0;
    }
    .gnav_wrap ul li a{display: block;}
    .gnav_wrap ul li.last{border-bottom: 1px solid #43434350;}
    .gnav_wrap ul li.menu,
    .gnav_wrap ul li.top{
        display: block;
    }

    .lang {
        width: calc(100% - 45px);
        margin-right: 5px;
        
    }

    .lang li {
        width: calc((100% / 3) - 5px);
        margin-right: 5px;
    }

    .lang li.active,
    .lang li a {
        padding: 8px 0;
        font-size: 1.3rem;
        border-radius: 20px;
    }
    .gnav_wrap .h_lang li{margin-top: 2rem;}  
    .gnav_wrap .h_sns li{margin-top: 0;}
    .gnav_wrap .h_sns li:first-of-type{
        padding-left: 0;
        
    }

    .gnav_wrap ul li.long.media{
        margin-top: 0;
        margin-bottom: 0;
        border-bottom: 1px solid #43434350;
    }

    .button #navbtn {
        width: 60px;
        height: 60px;

    }

    button.menu_btn {
        width: 60px;
        height: 60px;
    }

    .button #navbtn span {
        width: 70%;
        height: 3px;
        top: calc(50% - 1.5px);
        left: 15%;
    }

    .gnav_wrap .h_lang,
    .gnav_wrap .h_sns{flex-direction: row;flex-wrap: nowrap; justify-content: center;}
    .gnav_wrap .h_lang li{
        margin: 0 ;
        border: none;
        width: auto;
        padding: 0 1rem;
        border: 1px solid var(--text-color);
        border-width: 0 1px 0 0;
    }
    .gnav_wrap .h_lang li:last-of-type{
        border: none;
    }

    .gnav_wrap .h_lang li:first-of-type {
        margin-left: 0;
    }

    .gnav_wrap .h_sns li{
        width: auto;
    }

    /*============
    title
    ==============*/
    section h2::before{
        font-size: 5rem;
    }

    section h2.maker span{
        font-size: 2.5rem;
    }


    footer{padding-top: 30px;margin-top: 3rem;}
    footer .f_inner{padding: 0;flex-direction: column;}


    .f_left {
        width: 100%;
        margin: 0 auto;}
    

    .f_right {
        width: 100%;
        margin-top: 40px;
        padding: 0 10px;
    }
    

    .f_left .f_logo {
        max-width: 60%;
        margin: 0 auto 0px;
    }

    

    /* .f_left .data {
        width: 60%;
    } */
    .f_location{font-size: 2.1vw;}

    .f_right .f_company {
        justify-content: center;
    }

    .f_right .f_company li {
        width: calc(30% - 15px);
        margin: 0 1rem;
    }

    .f_right .copy {
        text-align: center;
    }

    .f_date {
        font-size: 1.5rem;
        max-width: 280px;
    }

    .f_left .f_logo {
        max-width: 70%;
        margin: 0 auto 0px;
    }

    .f_left .data {
        margin-top: .5rem;
        width: 70%;
    }

}
@media print,screen and (max-width: 650px) {

    /*============
    title
    ==============*/
    section h2.maker::before {
        font-size: 3.5rem;
    }


    section p {
        font-size: 1.3rem;
    }

    .btn a{width: 100%;max-width: 100%; padding: 10px 3em 10px 1rem;}
    .f_left .btn a{margin-top: .5rem;}

    .gnav_wrap ul li.long.media a{font-size: 1.4rem; margin-top: 0;}
}


/*header bottm*/
.h_inner .h_left.bottom {
    width: auto;
    align-self: center;
}

.h_inner .h_left.bottom h1{
    width: 200px;
}

.h_inner .h_left.bottom .text_area{
    /* width: 300px; */
    margin-left: 1rem;
}
.h_inner .h_left.bottom .text_area .date{
    width: 400px;
}
.h_inner .h_left.bottom .text_area .location{
    margin-top: .5rem;
    padding-left: var(--location-gnav1);
}

/* .h_inner .h_left.bottom .text_area .location.en{
    margin-top: .5rem;
    padding-left: var(--location-gnav1);
} */

.h_inner .h_left.bottom .text_area .location span {
    position: relative;
    font-size: var(--location-gnav1);
}

.h_inner .h_left.bottom .text_area .location.en span {
    font-size: 1rem;
}

.h_inner .h_left.bottom .text_area  span::before {
    content: "";
    display: block;
    width: var(--location-gnav1);
    height: var(--location-gnav1);
    margin: 0 auto;
    background: url(../images/common/icon_location.svg) no-repeat;
    background-size: auto 100%;
    top: 0;
    left: var(--location-gnav2);
    position: absolute;
}

@media print,screen and (max-width: 768px) {
    .h_inner .h_left.bottom h1{
        width: 150px;
    }
    .h_inner .h_left.bottom .text_area{display: none;}

}

/*gallery*/
.gallery {
    max-width: 700px;
    width: 80%;
    margin: 3rem auto 0;
    display: block;
}

.gnav .gallery {
    max-width: 600px;
    width: 80%;
}


.campaign_detail .btn a {
    margin: 3rem auto 0;
}

.campaign_detail p a.link {
    font-size: 1rem;
}

/*==========
  gallery
============*/
.gallery_bnr{width: 90%; margin: 0 auto; max-width: 800px; padding: 5rem 0;}
.gnav_wrap .gallery_nav{width: 100%; border-right: none; margin-bottom: 1rem;}
.gallery_nav img{max-width: 500px; width: 90%;}
@media print,screen and (max-width: 768px) {
    .gallery_bnr{padding: 2rem 0;}
    .gallery_nav img{margin: 0 auto; display: block;}
}
