:root {
    --color-black:#000;
    --color-white:#fff;
    --color-red:#C80019;
    --color-vip:#FFFF00;
    --color-oshivip:#E10064;
    --color-premium:#BEBFBF;
    --color-standard:#009844;
    --color-light:#E95504;
    --color-free:#009FE8;
    --font-size-base: calc(14px * 0.8);
    --font-size-50px:3.5714rem;/* 50px */
    --font-size-40px:2.857rem;/* 40px */
    --font-size-30px:2.1428rem;/* 30px */
    --font-size-20px:1.4285rem;/* 20px */
}
*{
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: unset;
    vertical-align: top;
}
html,body{
    width:100%;
    min-width: unset;
    height: 100%;
    background-color: var(--color-white);
    color: var(--color-black);
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    margin: 0;
    padding: 0;
    font-size: var(--font-size-base);
}
h1,h2,h3,h4{
    margin: 0;
    padding: 0;
    font-weight: 700;
}
img{
    vertical-align: top;
    width: 100%;
    height: auto;
}
ul,ol,li{
    list-style: none;
    margin: 0;
    padding: 0;
}
p{
    line-height: 1.35em;
    margin: 0;
}
a{
    text-decoration: none;
}
a:visited{
    text-decoration: none;
    color: initial;
}
section{
    padding-bottom: 5rem;
}
section#hero{
    padding-bottom: 0;
}
.bk-black{
    background-color: var(--color-black);
    color: var(--color-white);
}
.bk-grade{
    background: #C80019;
    background: linear-gradient(0deg, var(--color-black) 0%, var(--color-red) 100%);
}
.bk-grade-reverse{
    background: #C80019;
    background: linear-gradient(0deg, var(--color-red) 0%, var(--color-black) 100%);
}
.bk-grade-btn{
    background: #C80019;
    background: linear-gradient(0deg, var(--color-red) 0%, #320000 100%);
}
.bk-vip{
    background-color: var(--color-vip);
}
.bk-oshi{
    background-color: var(--color-oshivip);
}
.bk-premium{
    background-color: var(--color-premium);
}
.bk-standard{
    background-color: var(--color-standard);
}
.bk-light{
    background-color: var(--color-light);
}
.bk-free{
    background-color: var(--color-free);
}
.fontsize-50px{
    font-size: var(--font-size-50px);
}
.fontsize-40px{
    font-size: var(--font-size-40px);
}
.fontsize-30px{
    font-size: var(--font-size-30px);
}
.fontsize-20px,
.tokutenBox_contentwrap h2,
.tokutenBox_btnwrap p{
    font-size: var(--font-size-20px);
}
.black{
    color: var(--color-black);
}
.red,
a.red,
a.red:visited{
    color: var(--color-red);
}
.white{
    color: var(--color-white);
}
.container{
    max-width: 1248px;
    margin: 0 auto;
    padding: 0 24px;
}

.flex{
    display: flex;
    flex-wrap: wrap;
}
.f-justify-center{
    justify-content: center;
}
.f-justify-between{
    justify-content: space-between;
}
.f-justify-around{
    justify-content: space-around;
}
.f-align-center{
    align-items: center;
}
.f-align-baseline{
    align-items:baseline;
}
.f-column{
    flex-direction: column;
}
.f-grow{
    flex-grow: 1;
}
.center{
    text-align: center;
}
.medium{
    font-weight: 500;
}
.bold{
    font-weight: 700;
}

h1{
    border-bottom: 3px solid white;
    font-size: var(--font-size-40px);
}
h1.bd-black{
    border-color: var(--color-black);
}
h1,h2{
    padding: 7.71rem 0 6.43rem;
}
.nav-logo{
    width: min(30vw, 240px);
    padding: var(--font-size-50px) 0;
}
#__heder{
    position: relative;
}
#menu li{
    cursor: pointer;
    padding: var(--font-size-40px) min(2vw, 2em);
}
#menu li:hover{
    background-color: rgba(255,255,255,0.2);
}
#_menuBtn{
    display: none;
    position: absolute;
    top: calc(50% - 20px);
    right: 1rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid;
    z-index: 1;
}
#_menuBtn::after{
    content: "";
    font-size: 1rem;
    font-weight: bold;
    display: inline-block;
}
#team30 .team30logo{
    width: min(40vw, 213px);
    padding: 4rem 0;
    margin: 0 auto;
}
#team30 h1{
    border-bottom: 0;
    border-top: 3px solid white;
}
#team30 .subcaption{
    margin-top: 1em;
}
#team30 .tm30list li{
    min-height: 5rem;
    margin-bottom: .7em;
    position: relative;
}
#team30 .tm30list li p{
    margin-left: 5rem;
    padding-left: .5em;
}
#team30 .tm30list li:nth-child(1)::before,
.cahngesDetailsList li:nth-child(1) h2::before{
    background-image: url('/files/user/LP/2025-26/number1.svg');
}
#team30 .tm30list li:nth-child(2)::before,
.cahngesDetailsList li:nth-child(2) h2::before{
    background-image: url('/files/user/LP/2025-26/number2.svg');
}
#team30 .tm30list li:nth-child(3)::before,
.cahngesDetailsList li:nth-child(3) h2::before{
    background-image: url('/files/user/LP/2025-26/number3.svg');
}
#team30 .tm30list li:nth-child(4)::before,
.cahngesDetailsList li:nth-child(4) h2::before{
    background-image: url('/files/user/LP/2025-26/number4.svg');
}
#team30 .tm30list li:nth-child(5)::before,
.cahngesDetailsList li:nth-child(5) h2::before{
    background-image: url('/files/user/LP/2025-26/number5.svg');
}
#team30 .tm30list li:nth-child(6)::before,
.cahngesDetailsList li:nth-child(6) h2::before{
    background-image: url('/files/user/LP/2025-26/number6.svg');
}
#team30 .tm30list li:last-child,
.cahngesDetailsList li:last-child{
    margin-bottom: 0;
}
#team30 .tm30list li::before,
.cahngesDetailsList li h2::before{
    content: "";
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 1.54rem;
    display: inline-block;
    width: calc(5rem - 9.6px);
    height: calc(5rem - 9.6px);
    border: 4.8px solid white;
}
.grade-list{
    gap: min(3vw, var(--font-size-40px));
    justify-content: center;
}
.grade-list li{
    flex-basis: calc(50% - (var(--font-size-40px) / 2));
    position: relative;
}
.grade-list li.close::after{
    content:"";
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    position:absolute;
    top:0;
    display:block;
    z-index:1;
}
.grade-list li.close::before{
    content:"募集を終了いたしました";
    position:absolute;
    color:white;
    padding:1rem 1.5rem;
    border:2px solid white;
    z-index:2;
    font-size:1.2rem;
    margin:auto;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    background:rgba(0,0,0,0.3);
}
.grade-list li > div{
    flex-wrap: nowrap;
    height: 100%;
}
.grade-list h3{
    font-size: 1.21rem;
    line-height: 1;
    padding-bottom: .5em;
    padding-top: 6px;
}
.grade-icon{
    flex-basis: 10rem;
    max-width: 10rem;
}
.grade-icon > div,
.filterwrap li > div{
    background-color: var(--color-black);
    width: 100%;
    aspect-ratio: 1;
    border-width: 6px;
    border-style: solid;
    display: flex;
    justify-content: center;
    align-items: center;
}
.grade-icon.vip > div,
.filterwrap li.vip > div{
    border-color: var(--color-vip);
}
.grade-icon.oshi > div,
.filterwrap li.oshi > div{
    border-color: var(--color-oshivip);
}
.grade-icon.premium > div,
.filterwrap li.premium > div{
    border-color: var(--color-premium);
}
.grade-icon.standard > div,
.filterwrap li.standard > div{
    border-color: var(--color-standard);
}
.grade-icon.light > div,
.filterwrap li.light > div{
    border-color: var(--color-light);
}
.grade-icon.free > div,
.filterwrap li.free > div{
    border-color: var(--color-free);
}
.grade-icon > div img,
.filterwrap li > div img{
    width: auto;
    height: 12%;
}
.grade-detail{
    flex: 1;
    padding: .5rem .8rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: .5rem;
    margin-left: 12px;
}
.nenkaihi{
    font-size: 1.21rem;
    line-height: 1;
}
.nenkaihi-price{
    padding-left: .3em;
    line-height: 1;
    display: flex;
    align-items: baseline;
}
.nenkaihi-price span{
    font-size: 0.6em;
    line-height: 1;
}
._moreBtn{
    font-size: 10px;
    padding-right: 2.5em;
    padding-left: 1em;
    padding-bottom: 0.1em;
    border: 2px solid;
    border-radius: 10em;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 2.2em;
    cursor: pointer;
}   
._moreBtn:hover{
    box-shadow: 0 0 8px rgba(0,0,0,.5);
}
._moreBtn p::after,
._moreBtn p::before{
    content: "";
    display: inline-block;
    background-color: var(--color-white);
    width: .6em;
    height: 1px;
    position: absolute;
    right: 1em;
    top: 50%;
}
._moreBtn p::before{
    transform: rotate(60deg);
    top:calc(50% - 0.25em);
}
._moreBtn p::after{
    transform: rotate(-60deg);
    top:calc(50% + 0.25em);
}
._moreBtn.no-link{
    border: 0;
    padding-right: 1em;
    cursor: initial;
}
._moreBtn.no-link:hover{
    box-shadow: unset;
}
._moreBtn.no-link p::before,
._moreBtn.no-link p::after{
    content: unset;
}
.bk-vip ._moreBtn p::after,
.bk-vip ._moreBtn p::before,
.bk-premium ._moreBtn p::after,
.bk-premium ._moreBtn p::before{
    background-color: var(--color-black);
}
@media screen and (max-width:920px) {
    .grade-list li > div {
        flex-direction: column;
    }
    .grade-icon {
        flex-basis: unset;
        width: 100%;
        max-width: unset;
    }
    .grade-icon > div {
        aspect-ratio: unset;
        margin: 6px;
        width: calc(100% - 12px);
        border: none;
    }
    .grade-icon > div img {
        height: calc(var(--font-size-20px) * 1.4);
        padding: 1em 0;
    }
    .grade-detail {
        margin-left: 0;
        padding: .5rem 1.3rem 1rem;
    }
    .grade-list h3{
        padding-top: 0;
        padding-bottom: 1em;
    }
}
.linkBtn{
    margin-top: 4rem;
}
.linkBtn a{
    color: var(--color-white);
    border-radius: 10rem;
    padding: .5em 1em;
    display: inline-block;
}
.filterwrap{
    gap: var(--font-size-30px);
    padding: 7.71rem 0 6.43rem;
    flex-wrap: nowrap;
}
.filterwrap li{
    flex-basis: 12rem;
    max-width: 13rem;
    cursor: pointer;
    position: relative;
}
.filterwrap li > div{
    box-sizing: border-box;
}
.filterwrap li::after{
    content: "";
    background-color: var(--color-black);
    position: absolute;
    display: block;
    opacity: .7;
    top: 0;
    height: 100%;
    width: 100%;
    transition: all .2s;
}
.filterwrap li.active::after,
.filterwrap li:hover::after{
    opacity: 0;
}
.catewrap {
    gap: var(--font-size-30px);
    margin-top: var(--font-size-30px);
}
.catewrap:first-child{
    margin-top: 0;
}
.cateList{
    opacity: 1;
    transition: opacity .3s ease-in-out;
}
.cateList.hide{
    opacity: 0;
}
.cateBox {
    background-color: white;
    width: calc(100% / 3 - 1.5rem);
    cursor: pointer;
    display: flex;
    flex-direction: column;
}
.cateBox.hide {
    display: none;
}
.tokutenBox_contentwrap {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.tokutenBox_contentwrap h2{
    padding: 0.7rem 1rem;
}
.tokutenBox_contentwrap .details {
    display: none;
}
.tokutenBox_contentwrap>div:first-child {
    flex-grow: 1;
}
.genntei {
    padding: 0 1rem 0.7rem;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.genntei span {
    padding: 0.1rem 0.7rem;
    border-radius: 2rem;
    font-size: 0.8rem;
    letter-spacing: 0;
}
.genntei .goods {
    background-color: var(--color-red);
    color: var(--color-white);
}
.genntei .tickets {
    border: 1px solid #000;
}
.genntei .events {
    background-color: var(--color-black);
    color: var(--color-white);
}
.tokutenBox_btnwrap {
    border-top: 1px solid black;
    padding: 1rem;
    transition: all .3s ease-in-out;
}
.tokutenBox_btnwrap p {
    color: var(--color-red);
    display: inline-block;
    font-weight: bold;
}
.tokutenBox_btnwrap p:hover{

}
.maruPotchList{
    margin-left: 1em;
}
.maruPotchList li{
    list-style: disc;
}
.bd-square{
    display: inline-block;
    border: 1px solid var(--color-white);
    padding: .8em 1em;
    margin-bottom: 4em;
}
#changes-details{
    padding-bottom: 0rem;
}
#changes-details .bk-grade-reverse{
    padding-bottom: 8rem;
}
#changes-details .subcaption{
    padding-top: 3em;
    padding-bottom: 3em;
}
.cahngesDetailsList{
    width: min(calc(1460px * 0.8), 100%);
    margin: 0 auto;
    gap: 4rem min(4vw, 3rem);
}
.cahngesDetailsList li{
    position: relative;
    flex-basis: min(calc(50% - 2vw), calc(50% - 1.5rem));
}
.cahngesDetailsList li h2{
    font-size: calc(var(--font-size-30px) * 0.8);
    min-height: 3em;
    margin-left: 6.5rem;
    padding: 0;
}
.cahngesDetailsList li h2 span{
    font-size: calc(var(--font-size-base) * 1.1);
    display: block;
}
.cahngesDetailsList li p{
    padding-top: 1.5em;
}
#howtojoin .subcaption{
    font-size: calc(var(--font-size-30px) * 0.8);
    padding: 3rem 0;
    line-height: 2em;
}
.joinwrap > div{
    flex-basis: calc(50% - 25.5px);
    padding-bottom: 3rem;
}
.joinwrap > div:first-child{
    border-right: 3px solid;
    padding-right: 24px;
}
.joinwrap > div:last-child{
    padding-left: 24px;
}
.joinwrap > div > .flex{
    width: min(416px, 100%);
    margin: 0 auto;
}
.joinwrap h2{
    padding-top: 3rem;
    padding-bottom: 2rem;
}
.joinwrap .caption{
    font-size: calc(var(--font-size-30px) * 0.8);
    padding-bottom: 3rem;
}
.joinwrap ol{
    counter-reset: my-counter;
}
.joinwrap ol li{
    position: relative;
    padding-left: 1.2rem;
    margin-bottom: 1.5rem;
}
.joinwrap ol li:last-child{
    margin-bottom: 0;
}
.joinwrap ol li span{
    position: absolute;
    left: 0;
}
.redBtnWrap{
    background-color: var(--color-red);
    border-radius: 10rem;
    text-align: center;
    width: min(416px, 100%);
    margin: 0 auto;
    margin-top: 5rem;
}
.redBtnWrap a,
.redBtnWrap p{
    color: var(--color-white);
    width: 100%;
    display: inline-block;
    padding: 1em 0;
    font-size: calc(var(--font-size-30px) * 0.8);
}
.redBtnWrap.hikassei{
    background-color: darkgray;
}
.faqList li {
    font-size: 1.3rem;
    flex-basis: calc(50% - 1rem);
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
}
#faq h2{
    padding: 3rem .5rem 1rem;
}
.faq_header {
    background-color: #B3B3B3;
    padding: .5em 2.3em .5em 2em;
    position: relative;
    align-items: center;
    cursor: pointer;
    height: 5rem;
}
.faq_content {
    padding: 0 2rem;
    height: 0;
    opacity: 0;
    transition: all .2s cubic-bezier(0.075, 0.82, 0.165, 1);
    border: 1px solid;
    word-break: break-all;
    position: relative;
    z-index: 0;
}
.faqList li.open .faq_content {
    height: auto;
    opacity: 1;
    padding: 1rem 2rem;
    flex-grow: 1;
}
.faq_header::before {
    content: "Q";
    font-weight: bold;
    font-size: 1.1rem;
    position: absolute;
    left: 1rem;
}
.faq_header::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 1rem;
    top: calc(50% - 8px);
    border-left: 3px solid #000;
    border-bottom: 3px solid #000;
    transform: rotate(-45deg);
    transition: all .3s ease;
}
.open .faq_header::after {
    transform: rotate(-225deg);
    top: calc(50% - 4px);
}
#attention ul{
    padding-left: 1rem;
}
.attentionwrap li {
    list-style: disc;
    font-size: 95%;
    margin-top: .5em;
}
.attentionwrap li.noliststyle{
    list-style: none;
    margin-left: -1rem;
    margin-top: 1.3em;
}
.attentionwrap p{
    margin: 2em 0 1em;
    font-size: 1.2rem;
    font-weight: 700;
}
.attentionwrap > div{
    flex-basis: calc(50% - 1rem);
    padding: 0.5rem;
}
.snswrap{
    max-width: 500px;
    margin: 3rem auto;
}
.snswrap img{
    width: auto;
    height: 50px;
}
.copy{
    padding: 3rem 0;
}
.comingsoon{
    height: min(20vw, 180px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.imgWrap{
    padding: 7rem 0 1rem;
}
#benefit-early h1{
    border-bottom: 0;
}
#benefit-early .imgWrap{
    padding-top: 0;
}
.benefitList{
    margin: 4rem 0 5rem;
}
.benefitList li{
    position: relative;
    padding-left: 2.8em;
    padding-top: 1rem;
}
.benefitList li::before{
    position: absolute;
    left: 0;
    top: 1rem;
}
.benefitList li:first-child::before{
    content: "期間 :";
}
.benefitList li:nth-child(2):before{
    content: "対象 :";
}
.benefitList p{
    margin-top: 2rem;
}
#modalwindow {
    position: fixed;
    top: -100vh;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 200;
    transition: top .3s cubic-bezier(0.86,0,0.07,1);
    background-color: rgba(0,0,0,0.8);
    backdrop-filter: blur(10px);
}
#modalwindow.open {
    top: 0;
}
.modal-bk{
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
#modalwindow > div:first-child {
    max-width: 90vw;
    height: calc(100vh - 120px);
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
#modalwindow.open > div:last-child {
    opacity: 1;
}
#modalwindow .modalwrap {
    width: 90%;
    max-width: 800px;
    max-height:calc(100vh - 5rem - 48px);
    overflow:auto;
    position: relative;
    z-index: 101;
    padding-top: 5rem;
    opacity: 0;
    transition: opacity .3s;
}
#modalwindow .modalwrap.open{
    opacity: 1;
}
#modalwindow .imgver .modalwrap {
    max-width: unset;
    width: 100%;
    height: 100%;
}
#modalwindow .imgver .modalwrap > div:first-child {
    height: 100%;
    width: 100%;
}
.tokutenver .grade_content{    
    background-color: var(--color-white);
}
.modal_title h2{
    padding: 2rem 1rem;
}
.modal_grade{
    border-bottom: 2px solid;
}
.modal_details{
    padding: 1rem;
}
#modalwindow .modalwrap > div:first-child {
    width: 100%;
}
#modalwindow .modalwrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: unset;
}
.modal_content{
    font-size: calc(1em * 1.3);
}
.colsebtn{
    position: absolute;
    top: 0rem;
    right: 1rem;
    width: 40px;
    height: 40px;
    border: 2px solid white;
    border-radius: 50%;
    background-color: #000;
}
.colsebtn::before,
.colsebtn::after{
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 1.5px);
    content: "";
    width: 3px;
    height: 20px;
    background-color: #fff;
    display: block;
}
.colsebtn::before{
    transform: rotate(45deg);
}
.colsebtn::after{
    transform: rotate(-45deg);
}
.hikaseiBtn{
    background-color: darkgray;
    /* color: #000; */
    display: inline-block;
    border-radius: 10rem;
    padding: .5em 1em;
}
@media screen and (max-width:768px) {
    h1{
        margin-left: -24px;
        margin-right: -24px;
    }
    #team30 h1 {
        padding-left: 24px;
        padding-right: 24px;
    }
    h1, h2 {
        padding: 5rem 0 3rem;
    }
    p{
        line-height: 1.6em;
        letter-spacing: .1em;
    }
    .fontsize-50px{
        font-size: calc(var(--font-size-50px) * 0.66 * 0.82);
    }
    h1,
    .fontsize-40px{
        font-size: calc(var(--font-size-40px) * 0.66 * 0.78);
    }
    .benefitList .fontsize-40px{
        font-size: calc(var(--font-size-40px) * 0.66);
    }
    .fontsize-30px,
    #howtojoin .subcaption {
        font-size: calc(var(--font-size-30px) * 0.66);
    }
    .benefitList .fontsize-30px{
        font-size: calc(var(--font-size-30px) * 0.6);
    }
    .fontsize-20px,
    .tokutenBox_contentwrap h2,
    .tokutenBox_btnwrap p{
        font-size: calc(var(--font-size-20px) * 0.8);
    }
    #team30 .team30logo,
    h1, h2 {
        padding: 2.5rem 0 2rem;
    }
    .benefitList {
        margin: 2rem 0 3rem;
    }
    .faqList li {
        font-size: 1rem;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .faq_header {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    #menuwrap{
        position: fixed;
        top: -30%;
        right: 0;
        left: 0;
        transition: top .3s cubic-bezier(0.86,0,0.07,1);
        z-index: -1;
    }
    #menuwrap.open{
        top: calc(max(60px, 10vw) + 1rem);
    }
    #menu li {
        flex-basis: calc(100% / 3);
        padding: 2rem 0;
        text-align: center;
    }
    .main{
        overflow: hidden;
        position: relative;
    }
    .menuBk{
        position: absolute;
        margin: -20px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.7);
        backdrop-filter: blur(10px);
        opacity: 0;
        transition: opacity .3s, z-index .2s;
        z-index: -1;
    }
    .main.menuOpen .menuBk{
        opacity: 1;
        z-index: 1;
    }
    #_menuBtn{
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: all .3s ease-in-out;
    }
    #_menuBtn span{
        position: absolute;
        width: 4px;
        height: 4px;
        background-color: #000;
        transition: all .3s ease-in-out;
    }
    #_menuBtn span:nth-child(1){
        top: 13px;
        left: 13px;
    }
    #_menuBtn span:nth-child(2){
        top: 13px;
        right: 13px;
        transition-delay: .3s;
    }
    #_menuBtn span:nth-child(3){
        bottom: 13px;
        left: 13px;
        transition-delay: .3s;
        opacity: 1;
    }
    #_menuBtn span:nth-child(4){
        bottom: 13px;
        right: 13px;
        opacity: 1;
    }
    .open #_menuBtn{
        background-color: #000;
    }
    .open #_menuBtn span:nth-child(1),
    .open #_menuBtn span:nth-child(2){
        width: 20px;
        height: 3px;
        background-color: #fff;
        top: 18px;
    }
    .open #_menuBtn span:nth-child(1){
        left: 10px;
        transform: rotate(45deg);
    }
    .open #_menuBtn span:nth-child(2){
        right: 10px;
        transform: rotate(-45deg);
    }
    .open #_menuBtn span:nth-child(3),
    .open #_menuBtn span:nth-child(4){
        opacity: 0;
    }
    .filterwrap li {
        flex-basis: 100px;
    }
    .filterwrap li > div {
        border-width: 3px;
    }
    .grade-icon > div img {
        height: calc(var(--font-size-20px) * 0.8 * 1.2);
    }
    .nenkaihi-price{
        font-size: calc(var(--font-size-20px) * 1);
    }
    .nenkaihiwrap{
        margin-top: .5rem;
    }
    .grade-list li,
    .cahngesDetailsList li,
    .faqList li,
    .attentionwrap > div {
        flex-basis: 100%;
    }
    .filterwrap{
        flex-wrap: nowrap;
        padding: 3rem 0;
    }
    .filterwrap,
    .catewrap {
        gap: 1rem;
    }
    .cateBox {
        flex-basis: calc(50% - .5rem);
    }
    .cahngesDetailsList,
    .cahngesDetailsList li h2,
    .joinwrap,
    .faqList,
    .attentionwrap {
        flex-direction: column;
    }
    .cahngesDetailsList li h2{
        margin-left: 4.7rem;
        text-align: center;
    }
    .joinwrap{
        align-items: stretch;
    }
    .joinwrap > div{
        flex-basis: 100%;
    }
    .joinwrap > div:first-child{
        border-right: 0;
        padding-right: 0;
        display: block;
    }
    .joinwrap > div:last-child{
        padding-left: 0;
        border-top: 1px solid;
        display: block;
    }
    .joinwrap .f-grow{
        display: flex;
        justify-content: center;
    }
    #team30 .tm30list li::before, .cahngesDetailsList li h2::before {
        top:.9rem;
        left: 0;
        width: calc(var(--font-size-50px) * 0.75);
        height: calc(var(--font-size-50px) * 0.75);
        border-width: 3.5px;
        background-size: auto 1.3rem;
    }
    .cahngesDetailsList li h2::before {
        top: 0.3em;
    }
    #team30 .tm30list li {
        margin-bottom: 3rem;
        justify-content: center;
    }
    .maruPotchList li{
        margin-bottom: 1.7rem;
    }
    #team30 .tm30list li p {
        padding-left: 0;
    }
    #team30 .tm30list li p,
    .cahngesDetailsList li h2{
        min-height: 40px;
        align-items: flex-start;
        text-align: left;
    }
    #hero{
        margin-top: calc(1rem + max(60px, 10vw));
    }
    #__heder{
        height: max(60px, 10vw);
        padding-bottom: 1rem;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 200;
    }
    #__heder.open{
        position: fixed;
        top: 0;
    }
    #__heder > div{
        position: relative;
        height: calc(100% + 1rem);
        background-color: rgba(255,255,255,0.7);
        transition: all .2s;
    }
    #__heder.open > div{
        background-color: var(--color-white);
    }
    #__heder > div > div:first-child{
        height: calc(100% - 1rem);
    }
    header .nav-logo {
        padding-top: 0;
        padding-bottom: 0;
    }
    header .nav-logo,
    header .nav-logo img{
        width: auto;
        height: 100%;
    }
    footer .nav-logo {
        width: 70%;
    }
    .imgWrap {
        padding-top: 3rem;
    }
    .comingsoon {
        height: 35vw;
    }
    .faq_header {
        height: auto;
        padding: 1.3em 2.5em;
    }
    .faq_header::after {
        width: 6px;
        height: 6px;
        top: calc(50% - 6px);
        border-left: 2px solid #000;
        border-bottom: 2px solid #000;
    }

    #modalwindow .imgver .modalwrap {
        height: unset;
    }
    footer .nav-logo {
        width:50%
    }
    .snswrap {
        justify-content: center;
        gap: 1.5rem;
        margin-top: 0;
    }
    .snswrap img {
        width: 30px;
    }
            
}