@charset "utf-8";

/* common
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/

/* p {
    font-family: "ryo-gothic-plusn", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .5px;
    line-height: 1.35;
    font-size: 1.6rem;
    word-break: break-word;
} */

a{
  transition: all .4s;
}

a > img{
    display: block;
}

/* frame
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/

.l-wrapper{
    position: relative;
}

@media screen and (min-width: 557px) {
    .l-wrapper:before{
        content: "";
        width: 100%;
        height: 100vh;
        background: url(../img/bg_pc@2x.png?0327) no-repeat 50% 17vw;
        background-size: 100% auto;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 0;
    }
}
@media screen and (min-width: 1200px) {
    .l-wrapper:before{
        background-position: 50% 170px;
    }
}
.l-wrapper > .sw-inner-box{
    width: 100%;
    position: relative;
    z-index: 3;
}

@media screen and (min-width: 557px) {
    .tp-section_wrap{
        /* background: #000; */
        max-width: 556px;
        width: 100%;
        height: calc(100% + 5vw);
        margin: 0 auto;
        box-sizing: border-box;
        /*display: block;*/
        position: relative;
    }

    .l-wrapper > .sw-inner-box{
        max-width: 100%;
    }
}
/*@media screen and (min-width: 1260px) {
    .l-wrapper > .sw-inner-box{
        max-width: 535px;
        left: 2.6%;
    }
}*/

/* animation
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/
.loop_en_wrap{
    overflow: hidden;
    width: 100%;
    height: auto;
    /* position: absolute;
    top: 0;
    left: 0; */
    position: relative;
    aspect-ratio: 595/205;
}

.loop_en{
    position: absolute;
    top: 23%;
    left: -5%;
    aspect-ratio: 113/17;
    width: 110%;
    height: auto;
    overflow: hidden;
    transform: rotate(-9.5deg);
}

.loop_en .en_txt{
    background:url(../img/txt-en-loop@2x.png) no-repeat 50% 50%;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  animation: loop_animation_right_double 5s linear infinite;
}

.loop_en .en_txt:nth-child(1){
  left: 0;
}

.loop_en .en_txt:nth-child(2){
  left: 100%;
}

@keyframes loop_animation_right_double {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.sw-tag_list li span{
    display: inline-block;
    background: #cbfa00;
    padding: 0 .5em;
    line-height: 1.7;
}

/* HEADER
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/

.l-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 3.5% 4%;
    width: 100%;
}

@media screen and (min-width: 1200px) {
    .l-header {
        padding: 40px 0;
    }
}

.l-header .sw-inner-box{
    max-width: 1200px;
    width: 100%;
}

.l-header .sw-logo-box{
    width: 82%;
    max-width: 830px;
}

.l-header .sw-logo-box li:first-child{
    width: 39.5%;
    max-width: 190px;
}

@media screen and (min-width: 557px) and (max-width: 1023px) {
    .l-header .sw-logo-box li:first-child{
        width: 20%;
    }
}

.l-header .sw-logo-box li:last-child{
    width: 58.5%;
    max-width: 290px;
}

@media screen and (min-width: 557px) and (max-width: 1023px) {
    .l-header .sw-logo-box li:last-child{
        width: 35%;
    }
}
.l-menu{
    background: url(../img/icn_hum@2x.png) no-repeat 50% 50%;
    background-size: contain;
}

.open .l-menu{
    background-image: url(../img/icn_hum_c@2x.png);
    /* display: none; */
}
@media screen and (min-width: 558px) {
    .open .l-menu{
        display: none;
    }
}
.close {
    width: 2.4vw;
    min-width: 2em;
    height: auto;
    aspect-ratio: 1 / 1;
    max-width: 58px;
    z-index: 10101;
    position: absolute;
    top: 2vw;
    right: 9.5%;
    cursor: pointer;
    background: url(../img/icn_hum_c@2x.png) no-repeat 50% 50%;
    background-size: contain;
    opacity: 0;
    transition: all .4s;
}
.open .close {
    opacity: 1;
}

@media screen and (max-width: 557px) {
    .close {
        width: 8.4vw;
        top: 4vw;
        right: 4.5%;
        display: none;
    }
}

/* .close {
    width: 2.4vw;
    height: auto;
    aspect-ratio: 1 / 1;
    max-width: 58px;
    z-index: 10101;
    position: absolute;
    top: 1.85vw;
    right: 0;
    cursor: pointer;
    background: url(../img/icn_hum_c@2x.png) no-repeat 50% 50%;
    background-size: contain;
} */

/* FOOTER
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/

.l-footer{
    margin: 0 auto;
    position: relative;
}

.l-footer-inner{
    position: relative;
    padding: 10.5% 0 14%;
    max-width: 556px;
    background: #000;
    margin: 0 auto;
}

@media screen and (min-width: 557px) {
    .l-footer-inner{
        padding: 63px 0 52px;
    }
}

.sw-bg-loop{
    width: 100%;
    height: 1.1em;
    background: url(../img/f_txt_02@2x.png) no-repeat 50% 50%;
    background-size: auto 1em;
    font-size: clamp(3.2rem, 8.533vw, 6.4rem);
}

.wanted-bar {
    display: flex;
    flex-direction: column;
    justify-self: center;
    align-items: center;
    aspect-ratio: 750 / 236;
    width: 100%;
    height: auto;
    margin: 5% 0 0 0;
    position: relative;
    padding: 2em 0;
}

.wanted-bar .sw-bg-loop:first-child{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.wanted-bar .sw-bg-loop:last-child{
    position: absolute;
    left: 0;
    bottom: 0;
}

.sw-logo-loop{
    border-top: 1px solid #cbfa00;
    border-bottom: 1px solid #cbfa00;
    padding: 2em 0;
    width: 100%;
    height: 100%;
    background: #000;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.sw-logo-loop .sw-logo{
    background: url(../img/f_txt_01@2x.png) no-repeat 50% 50%;
    background-size: auto 2.1em;
    display: block;
    width: 150%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  animation: loop_animation_right_double 5s linear infinite;
}

@media screen and (max-width: 320px) {
    .sw-logo-loop .sw-logo{
        width: 170%;
    }
}
.sw-logo-loop .sw-logo:nth-child(1){
  left: 0;
}

.sw-logo-loop .sw-logo:nth-child(2){
  left: 150%;
}

@media screen and (max-width: 320px) {
    .sw-logo-loop .sw-logo:nth-child(2){
    left: 170%;
    }
}
@keyframes loop_animation_right_double {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.f-txt{
    position: relative;
    z-index: 2;
    padding: 12.2% 0 32%;
}

@media screen and (max-width: 320px) {
    .f-txt{
        padding-bottom: 56%;
    }
}

.f-txt .sw-bg-loop{
    position: absolute;
    left: 0;
    bottom: 1.6em;
}

.f-txt p{
    font-size: clamp(3.2rem,8.533vw,4.72rem);
    width: 2.378em;
    height: auto;
    margin: 0 auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../img/f-txt@2x.png) no-repeat 50% 0;
    background-size: contain;
    aspect-ratio: 19 / 90;
}

@media screen and (max-width: 320px) {
    .f-txt p {
        font-size: clamp(2.4rem, 8.533vw, 4.72rem);
    }
}
.sw-btn_entry-here{
    width: 90%;
    margin: 0 auto 0;
    border: 1px solid #cbfa00;
    aspect-ratio: 672 / 145;
    position: relative;
}

.sw-btn_entry-here a{
    display: block;
    background: #cbfa00;
    color: #000;
    width: 79%;
    height: 100%;
    text-align: center;
    transition: all .2s;
}

.sw-btn_entry-here a:before{
    content: "";
    width: 21%;
    height: auto;
    aspect-ratio: 1/1;
    background: url(../img/icn_arw_gr@2x.png) no-repeat 50% 50%;
    background-size: .7em auto;
    position: absolute;
    right: 0;
    top: 0;
}

.sw-btn_entry-here a:after {
    content: "";
    width: 13%;
    height: 68%;
    position: absolute;
    top: 77%;
    right: -2%;
    z-index: 2;
    background: url(../img/icn_hand_bk@2x.png) no-repeat 0% 0%;
    background-size: contain;
    aspect-ratio: 170 / 197;
    transition: all .2s;
}

.sw-btn_entry-here a:hover:after {
    transform: rotate(-10deg);
}


.sw-btn_entry-here .sw-txt_entry-here {
    width: 100%;
    display: inline-block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: clamp(2rem,6.53vw,3.6rem);
    background: url(../img/txt_entry_here@2x.png) no-repeat 46% 50%;
    background-size: contain;
    height: .76em;
    margin: .8em 0 -.1em;
}

.f-img-01,
.f-img-02,
.f-img-03,
.f-img-04{
    font-size: clamp(1.5rem,2vw,2.2rem);
    position: absolute;
    z-index: 1;
}

.f-img-01{
    background: url(../img/f_illust_01@2x.png) no-repeat 50% 50%;
    background-size: contain;
    top: 9.6em;
    left: 2em;
    width: 8em;
    aspect-ratio: 40 / 59;
    max-width: 180px;
}
.f-img-02{
    background: url(../img/f_illust_02@2x.png) no-repeat 50% 50%;
    background-size: contain;
    top: 2.5em;
    right: 0;
    width: 8.8em;
    aspect-ratio: 264 / 703;
    max-width: 195px;
}
.f-img-03{
    background: url(../img/f_illust_03@2x.png) no-repeat 50% 50%;
    background-size: contain;   
    top: 28.5em;
    left: .8em;
    width: 8.95em;
    aspect-ratio: 53 / 90;
    max-width: 205px;
}
.f-img-04{
    background: url(../img/f_illust_04@2x.png) no-repeat 50% 50%;
    background-size: contain;
    top: 23.1em;
    right: .5em;
    width: 7.22em;
    aspect-ratio: 217 / 628;
    max-width: 160px;
}

.l-footer .sw-txt_copy{
    text-align: center;
    color: #fff;
    font-size: clamp(.9rem, 3.02vw, 1.8rem);
    margin-top: 2em;
    letter-spacing: .15em;
}

.l-footer .sw-txt_copy .copy{
    font-size: clamp(1.85rem, 5.2vw, 3.7rem);
    line-height: 1.1;
    vertical-align: middle;
    display: inline-block;
    margin: -1px 1px 0 0;
}

/* Box / btn / txt
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/

.sw-logo-box{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.sw-txt-wrap{
    display: block;
}
.sw-txt-wrap i{
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 0 .5em 0 .2em;
    margin:0 0 0 -.2em;
}

.sw-btn_entry{
    margin: 9% auto;
    width: 76.1333%;
    max-width: 571px;
    aspect-ratio: 571/146;
}

.sw-btn_entry a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background:#d4fb5c;
    border-radius: 5em;
    font-size: clamp(.9rem,2.4vw,1.4rem);
    font-weight: 500;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 1em 0 0;
}

.btn-brownies a{
    background: #f38908;
}

.sw-btn_entry a:after {
    content: "";
    width: 15%;
    height: 68%;
    position: absolute;
    bottom: -13%;
    right: 2.5%;
    z-index: 2;
    background: url(../img/icn_hand_bk@2x.png) no-repeat 0% 0%;
    background-size: contain;
    aspect-ratio: 170 / 197;
    transition: all .2s;
}

.sw-btn_entry .sw-txt_entry{
    width: 100%;
    display: inline-block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../img/txt_entry@2x.png) no-repeat 50% 100%;
    background-size: contain;
    height: 2.4em;
    margin: 0 0 .5em;
    transition: all .2s;
}

.sw-btn_entry a:hover:after {
    transform: rotate(-5deg);
}


/* KV
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/

.tp-section_kv{
    padding-top: 28.5%;
}

@media screen and (min-width: 557px) {
    .tp-section_kv {
        padding: 72px 5% 0;
    }
}
.tp-section_kv .sw-title_box{
    position: relative;
}

@media screen and (max-width: 556px) and (max-height: 600px) {
    .tp-section_kv .sw-title_box{
        max-height: 100vh;
    }
}

.tp-section_kv .sw-title_box .sw-ttl-wrap{
    position: relative;
    max-width: 1189px;
    width: 93%;
    margin: 0 auto;
}

@media screen and (max-width: 1199px) and (min-width: 557px) {
    .tp-section_kv .sw-title_box .sw-ttl-wrap{
        padding-left: 5em;
    }
}

@media screen and (min-width: 1199px) {
    .h-logo {
        position: relative;
        left: 20px;
    }
}

@media screen and (max-width: 556px) {
    .tp-section_kv .sw-title_box:before{
        content: "";
        width: 100%;
        height: auto;
        aspect-ratio: 750 / 194;
        background:url(../img/bg_kv_01@2x.png?0327) no-repeat 0% 0%;
        background-size: contain;
        position: absolute;
        top: -2.5em;
        left: 0;
        z-index: 0;
    }
}
@media screen and (max-width: 556px) {
    .tp-section_kv .sw-title_box:after{
        content: "";
        width: 100%;
        height: auto;
        aspect-ratio: 750 / 194;
        background:url(../img/bg_kv_02@2x.png?0327) no-repeat 0% 0%;
        background-size: contain;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
    }
}

.tp-section_kv .sw-catch_box{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    position: relative;
    z-index: 1;
    /* background: url(../img/bg_catch@2x.png) no-repeat 50% 50%;
    background-size: 90% auto; */
    padding: 4.5% 0 0;
}

@media screen and (min-width: 1200px) {
    .tp-section_kv .sw-catch_box{
        background: url(../img/kv_txt_u35@2x.png) no-repeat 0 20px;
        background-size: 27% auto;
    }

    .tp-section_kv .sw-catch_box:before{
        content: "";
        width: 39%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 72.5%;
        background: url(../img/kv_txt_en@2x.png) no-repeat 0 100%;
        background-size: contain;
    }
    .tp-section_kv .sw-catch_box:after {
        content: "";
        width: 40%;
        height: 174%;
        position: absolute;
        top: -31%;
        left: 71%;
        background: url(../img/kv_txt_wanted@2x.png) no-repeat 50% 50%;
        background-size: contain;
    }
}
/* @media screen and (max-width: 556px) {
    .tp-section_kv .sw-catch_box:before{
        content: "";
        width: 100%;
        height: auto;
        aspect-ratio: 750 / 194;
        background:url(../img/bg_kv_01@2x.png) no-repeat 0% 0%;
        background-size: contain;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
    }
} */

@media screen and (min-width: 557px) {
    .tp-section_kv .sw-catch_box{
        max-width: 1200px;
        margin: -1.2em auto 0;
        padding: 7px 0 0;
    }
}

@media screen and (min-width: 1200px) {
    .tp-section_kv .sw-catch_box .sw-catch-wrap{
        order: 1;
        width: 41%;
    }
}

.tp-section_kv .sw-catch_box .sw-txt_vt {
    font-size: clamp(3.2rem,8.533vw,6.4rem);
    width: 1.85em;
    height: auto;
    margin: 0 auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    aspect-ratio: 118 / 329;
    background: url(../img/kv_txt@2x.png) no-repeat 0% 0%;
    background-size: contain;
}

@media screen and (max-width: 1199px) {
    .tp-section_kv .sw-catch_box .sw-txt_vt {
        font-size: clamp(1.6rem,8.533vw,3.2rem);
        position: absolute;
        left: 0;
        top: -5.5em;
    }
}


@media screen and (max-width: 1199px) {
    .tp-section_kv .sw-catch_box .sw-catch-wrap {
        order: 3;
        width: 100%;
        height: 19.5em;
    }
    .tp-section_kv .sw-catch_box .sw-catch-wrap:before {
        content: "";
        width: 85%;
        height: 14em;
        position: absolute;
        bottom: 7%;
        left: 8%;
        background: url(../img/kv_txt_en_sp@2x.png) no-repeat 50% 100%;
        background-size: contain;
        opacity: .6;
    }
    .tp-section_kv .sw-catch_box .sw-catch-wrap:after {
        content: "";
        width: 68%;
        height: 19em;
        position: absolute;
        bottom: -1.1em;
        left: 17%;
        background: url(../img/kv_txt_wanted@2x.png) no-repeat 50% 50%;
        background-size: contain;
    }
}

@media screen and (min-width: 1200px) {
    .tp-section_kv .sw-catch_box .sw-txt_vt {
        background-image: url(../img/kv_txt_pc@2x.png);
        width: 3.5em;
        height: 1.5em;
        margin: 0;
        aspect-ratio: unset;
        background-size: 3.5em auto;
    }
}

.tp-section_kv .sw-txt_copy{
    text-align: center;
    font-weight: 700;
    color: #fff;
    letter-spacing: .25em;
    font-size: clamp(.4rem,2.13vw,.8rem);
    margin-top: 1.5em;
}

@media screen and (min-width: 1200px) {
    .tp-section_kv .sw-txt_copy{
        order: 3;
        position: absolute;
        left: 1em;
        /* top: 12.5em; */
        bottom: 0;
    }
}

@media screen and (max-width: 1199px) {
    .tp-section_kv .sw-txt_copy{
        order: 1;
    }
}

@media screen and (min-width: 1200px) {
    .tp-section_kv .sw-catch_box .sw-txt_under35{
        order: 2;
    }
}

@media screen and (max-width: 1199px) {
    .tp-section_kv .sw-catch_box .sw-txt_under35{
        order: 2;
    }
}

.tp-section_kv .sw-catch_box .sw-txt_u35 {
    font-size: clamp(1.65rem,6.26vw,3.35rem);
    width: 11.15em;
    height: auto;
    margin: 0 auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    aspect-ratio: 937 / 118;
    background: url(../img/kv_txt_02@2x.png) no-repeat 0% 0%;
    background-size: contain;
    margin: .3em auto 0;
}

@media screen and (min-width: 1200px) {
    .tp-section_kv .sw-catch_box .sw-txt_u35{
        font-size: clamp(2.35rem,6.26vw,4.7rem);
        order: 2;
        width: 10.5em;
        height: auto;
        margin: 5px 0 0;
    }
}

/* sec-prologue
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/

.tp-section_prologue {
    background: #fff;
    position: relative;
    padding: 0 0 1.5%;
}

@media screen and (min-width: 557px) {
    .tp-section_prologue {
        padding: 0 0 10px;
    }
}

@media screen and (min-width: 1200px) {
    .tp-section_prologue {
        background: none;
    }
}

.tp-section_prologue:before{
    content: "";
    width: 100%;
    height: 13.6%;
    /* aspect-ratio: 13 / 5; */
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

@media screen and (min-width: 557px) {
    .tp-section_prologue:before{
        height: 260px;
    }
}

@media screen and (min-width: 1200px) {
    .tp-section_prologue:before{
        height: calc(100% - 260px);
        background: #fff;
        top: 260px;
    }
}

.tp-section_prologue:after {
    content: "";
    width: 19.75%;
    max-width: 163px;
    height: auto;
    aspect-ratio: 163 / 2010;
    background: url(../img/bg_txt_01@2x.png) no-repeat top left;
    background-size: 109% auto;
    position: absolute;
    top: 24.6%;
    right: 0;
    z-index: 0;
}

@media screen and (min-width: 557px) {
    .tp-section_prologue:after{
        top: 466px;
    }
}

.tp-section_prologue > *{
    position: relative;
    z-index: 1;
}

.tp-section_prologue .sw-heading{
    display: flex;
    flex-direction: column-reverse;
    position: relative;
}

.tp-section_prologue .sw-heading .sw-ttl{
    font-size: clamp(2.75rem,7.33vw,4rem);
    padding: 0 .6em;
    line-height: 1;
    height: 3.13em;

}

.tp-section_prologue .sw-heading .sw-ttl span{
    display: inline-block;
    background: url(../img/ttl_prologue@2x.png) no-repeat 50% 50%;
    background-size: contain;
    aspect-ratio: 162 / 43;
    width: 95%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.tp-section_prologue .hide-character .character {
    margin: 5% auto 5.5%;
    width: 51.2%;
    max-width: 360px;
    position: relative;
    left: 1.8%;
}

@media screen and (min-width: 557px) {
    .tp-section_prologue .hide-character .character {
        margin:75px auto 32px;
    }
}

.tp-section_prologue .sw-txt-box p{
    margin: 1.45em auto 1.95em;
    font-size: clamp(1.2rem, 3.2vw, 1.8rem);
    font-weight: 600;
    line-height: 1.95;
}

.sw-txt_join {
    display: inline-block;
    background: url(../img/txt_prologue@2x.png) no-repeat 50% 50%;
    background-size: contain;
    aspect-ratio: 325 / 86;
    width: 98.5%;
    height: auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin: .6em 0 0 -.4em;
}


/* tp-section_mutan_division
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/

.tp-section_mutan_division{
    padding: 0 0 1px;
    position: relative;
    background: #000;
    color: #fff;
}

.tp-section_mutan_division:before{
    content: "";
    width: 100%;
    height: auto;
    aspect-ratio: 75 / 12;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.tp-section_mutan_division:after{
    content: "";
    width: 81%;
    height: auto;
    aspect-ratio: 605 / 242;
    background: url(../img/img_mutan_01@2x.jpg) no-repeat top right;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.tp-section_mutan_division .sw-heading_mutan{
    /* padding: 6.5% 0 0 0; */
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    z-index: 2;
}

.tp-section_mutan_division .hide-character.sw-heading_mutan .character {
    width: 82.5%;
    max-width: 622px;
    height: auto;
    margin: -.6em auto -9.2em;
}

.sw-ttl_mutan{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: clamp(1.5rem,4vw,2.2rem);
    margin-top: 8.5%;
    position: relative;
}

.sw-ttl_mutan .sw-ttl_sub {
    height: .98em;
    width: 100%;
    background: url(../img/ttl_01_sub@2x.png) no-repeat 46.5% 0;
    background-size: contain;
    margin-bottom: 3.3em;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.sw-ttl_mutan:after {
    content: "";
    width: 1px;
    height: 1.35em;
    background: #cbfa00;
    display: block;
    position: absolute;
    top: 1.8em;
    left: 48%;
}

.sw-ttl_mutan .sw-ttl{
    height: 2.5em;
    width: 100%;
    background: url(../img/ttl_01@2x.png) no-repeat 50% 0;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.sw-our_team-txt{
    width: 81%;
    margin: 1.92em auto 1.8em;
}

.tp-section_mutan_division .sw-txt-img{
    display: inline-block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.tp-section_mutan_division .sw-txt-division_01{
    background: url(../img/ttl_bu_01@2x.png) no-repeat 50% 50%;
    background-size: auto 1.42em;
    width: 6.2em;
    height: 1.5em;
}

.tp-section_mutan_division .sw-txt-division_02{
    background: url(../img/ttl_bu_02@2x.png) no-repeat 50% 50%;
    background-size: auto 1.42em;
    width: 6.2em;
    height: 1.5em;
}

.tp-section_mutan_division .sw-txt-division_03{
    background: url(../img/ttl_bu_03@2x.png) no-repeat 50% 50%;
    background-size: auto 1.42em;
    width: 6.2em;
    height: 1.5em;
}

.tp-section_mutan_division .sw-txt-corp_mutan{
    background: url(../img/logo_mutan@2x.png) no-repeat 50% 50%;
    background-size: auto 1.5em;
    font-size: 1em;
    width: 4.5em;
    height: 1.5em;
    margin: 0 0 0 .55em;
}

.tp-section_mutan_division .sw-txt-corp_brownies{
    background: url(../img/logo_brownies@2x.png) no-repeat 50% 50%;
    background-size: auto 1.9em;
    font-size: 1em;
    width: 5.7em;
    height: 2em;
    margin: 0 0 0 .5em;
}

.ttl-corp_division{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(1.45rem, 7.7333vw, 4.35rem);
}

.sw-tag-list{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 3% auto 0;
}

.sw-tag-list li{
    margin: 0 .55em .3em;
    line-height: 1.5;
}
@media screen and (min-width: 557px) {
    .sw-tag-list li{
        font-size: 1.5rem;
    }
}

.sw-tag-list li:before{
    content: "#";
    color: #cbfa00;
}

.sw-img_main{
    width: 94.5%;
    margin: 4% auto 0;
}

.sw-txt-join_wrap {
    width: 94.5%;
    margin: 4% auto 0;
}
.sw-txt-join_wrap dt,
.sw-txt-join_wrap dd{
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.sw-txt-join_wrap dt{
    /* font-size: clamp(3.1rem, 8.2666vw, 6.2rem); */
    font-size: clamp(3.1rem, 8.2666vw, 4.6rem);
    width: 100%;
}

.sw-txt-join_wrap dd{
    font-size: clamp(2.1rem, 5.60vw, 3.2rem);
    width: 100%;
}

.tp-section_mutan_division .sw-entry_list{
    width: 91%;
    margin: -1.5% auto 14%;
    /* border-top: 1px solid #fff; */
    /* padding-top: 4.5%; */
}

.tp-section_mutan_division .sec-division_mutan_02 .sw-entry_list{
    margin: 17% auto 7.5%;
}

.tp-section_mutan_division .sec-division_brownies_01 .sw-entry_list{
    margin: 12.5% auto 7.5%;
}

.tp-section_mutan_division .sec-division_mutan_03 .sw-entry_list{
    margin: 11.5% auto 15%;
}
.tp-section_mutan_division .sw-entry_list .sw-entry_title{
    text-align: center;
    font-size: clamp(3.8rem,10.13vw,4.8rem);
}
.tp-section_mutan_division .sw-entry_list .sw-entry_title .sw-txt-ja{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 1em;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: auto .9em;
    display: block;
}

.tp-section_mutan_division .sec-division_mutan_01 .sw-entry_title .sw-txt-ja,
.tp-section_mutan_division .sec-division_mutan_02 .sw-entry_title .sw-txt-ja,
.tp-section_mutan_division .sec-division_mutan_03 .sw-entry_title .sw-txt-ja{
    background-image: url(../img/entry_title_mutan@2x.png);
}


.tp-section_mutan_division .sec-division_brownies_01 .sw-entry_title .sw-txt-ja,
.tp-section_mutan_division .sec-division_brownies_02 .sw-entry_title .sw-txt-ja{
    background-image: url(../img/entry_title_brownies@2x.png);
}

.tp-section_mutan_division .sw-entry_list p{
    font-size: clamp(.7rem,2.13vw,1.4rem);
    margin: .9em auto 1.6em;
    letter-spacing: .14em;
}
.tp-section_mutan_division .sw-entry_list .sw-entry_title + p{
    text-align: center;
}

.tp-section_mutan_division .sw-entry_list ul + p{
    margin: 2.4em auto 0;
    line-height: 1.7;
    letter-spacing: .07em;
}

.tp-section_mutan_division .sec-division_mutan_01 .sw-entry_list p,
.tp-section_mutan_division .sec-division_mutan_02 .sw-entry_list p,
.tp-section_mutan_division .sec-division_mutan_03 .sw-entry_list p{
    color: #d4fb5c;
}

.tp-section_mutan_division .sec-division_brownies_01 .sw-entry_list p,
.tp-section_mutan_division .sec-division_brownies_02 .sw-entry_list p{
    color: #f38908;
}

.tp-section_mutan_division .sw-entry_list li{
    border-bottom: 1px solid #fff;
    font-size: clamp(1.85rem,4.93vw,2.8rem);
}

.tp-section_mutan_division .sw-entry_list li a{
    position: relative;
    display: block;
    cursor: pointer;
    padding: 1.4em 1em 1.4em 2.5em;
}

.tp-section_mutan_division .sw-entry_list li a:before{
    content: "";
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: 1.8em;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.tp-section_mutan_division .sw-entry_list li a:after{
    content: "";
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    width: .8em;
    height: .8em;
    position: absolute;
    right: .8em;
    bottom: calc(50% - .3em);
    transition: all .4s;
}

.tp-section_mutan_division .sw-entry_list li a:hover:after{
    right: .6em;

}

.tp-section_mutan_division .sec-division_mutan_01 .sw-entry_list li a:after,
.tp-section_mutan_division .sec-division_mutan_02 .sw-entry_list li a:after,
.tp-section_mutan_division .sec-division_mutan_03 .sw-entry_list li a:after{
    background-image: url(../img/icn_arw_r_gr@2x.png)
}

.tp-section_mutan_division .sec-division_brownies_01 .sw-entry_list li a:after,
.tp-section_mutan_division .sec-division_brownies_02 .sw-entry_list li a:after{
    background-image: url(../img/icn_arw_r_or@2x.png)
}
.tp-section_mutan_division .sw-entry_list li .sw-txt-ja{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 1em;
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: auto .9em;
    display: block;
    cursor: pointer;
}
.tp-section_mutan_division .sw-entry_list .sw-txt_programer .sw-txt-ja{
    background-image: url(../img/entry_txt_programer_gr@2x.png);
}

.tp-section_mutan_division .sw-entry_list .sw-txt_programer a:before{
    background-image: url(../img/entry_icn_programer_gr@2x.png);
    width: 1.25em;
    left: .25em;
}

.tp-section_mutan_division .sec-division_brownies_01 .sw-entry_list .sw-txt_programer .sw-txt-ja{
    background-image: url(../img/entry_txt_programer@2x.png);
}

.tp-section_mutan_division .sec-division_brownies_01 .sw-entry_list .sw-txt_programer a:before{
    background-image: url(../img/entry_icn_programer@2x.png);
    width: 1.25em;
    left: .25em;
}

.tp-section_mutan_division .sw-entry_list .sw-txt_designer .sw-txt-ja{
    background-image: url(../img/entry_txt_designer_gr@2x.png);
}

.tp-section_mutan_division .sw-entry_list .sw-txt_designer a:before{
    background-image: url(../img/entry_icn_designer_gr@2x.png);
    width: 1.35em;
    left: .15em;
}

.tp-section_mutan_division .sw-entry_list .sw-txt_planner .sw-txt-ja{
    background-image: url(../img/entry_txt_planner_gr@2x.png);
}

.tp-section_mutan_division .sw-entry_list .sw-txt_planner a:before{
    background-image: url(../img/entry_icn_planner_gr@2x.png);
    width: 1.35em;
    left: .2em;
}

.tp-section_mutan_division .sec-division_brownies_01 .sw-entry_list .sw-txt_planner .sw-txt-ja{
    background-image: url(../img/entry_txt_planner_or@2x.png);
}

.tp-section_mutan_division .sec-division_brownies_01 .sw-entry_list .sw-txt_planner a:before{
    background-image: url(../img/entry_icn_planner_or@2x.png);
}

.tp-section_mutan_division .sw-entry_list .sw-txt_ui_ux .sw-txt-ja{
    background-image: url(../img/entry_txt_ui_ux@2x.png);
    background-size: auto .78em;
}

.tp-section_mutan_division .sec-division_mutan_03 .sw-entry_list .sw-txt_ui_ux .sw-txt-ja{
    background-image: url(../img/entry_txt_ui_ux_gr@2x.png);
}

.tp-section_mutan_division .sw-entry_list .sw-txt_ui_ux a:before{
    background-image: url(../img/entry_icn_ui_ux@2x.png);
    width: 1.15em;
    left: .25em;
}

.tp-section_mutan_division .sec-division_mutan_03 .sw-entry_list .sw-txt_ui_ux a:before{
    background-image: url(../img/entry_icn_ui_ux_gr@2x.png);
}

.tp-section_mutan_division .sw-entry_list .sw-txt_p_leader .sw-txt-ja{
    background-image: url(../img/entry_txt_proleader@2x.png);
}

.tp-section_mutan_division .sw-entry_list .sw-txt_p_leader a:before{
    background-image: url(../img/entry_icn_proleader@2x.png);
    width: 1.3em;
    left: .2em;
}

.tp-section_mutan_division .sw-entry_list .sw-txt_animater .sw-txt-ja{
    background-image: url(../img/entry_txt_animater@2x.png);
}

.tp-section_mutan_division .sw-entry_list .sw-txt_animater a:before{
    background-image: url(../img/entry_icn_animater@2x.png);
    width: 1.1em;
    left: .35em;
}

.tp-section_mutan_division .sw-entry_list .sw-txt_2d .sw-txt-ja{
    background-image: url(../img/entry_txt_2d@2x.png);
}

.tp-section_mutan_division .sw-entry_list .sw-txt_2d a:before{
    background-image: url(../img/entry_icn_2d@2x.png);
    width: 1.1em;
    left: .35em;
}

.tp-section_mutan_division .sw-entry_list .sw-txt_vfx .sw-txt-ja{
    background-image: url(../img/entry_txt_vfx@2x.png);
    background-size: auto .78em;
}

.tp-section_mutan_division .sec-division_mutan_03 .sw-entry_list .sw-txt_vfx .sw-txt-ja{
    background-image: url(../img/entry_txt_vfx_gr@2x.png);
}

.tp-section_mutan_division .sw-entry_list .sw-txt_vfx a:before{
    background-image: url(../img/entry_icn_vfx@2x.png);
    width: 1.1em;
    left: .3em;
}

.tp-section_mutan_division .sec-division_mutan_03 .sw-entry_list .sw-txt_vfx a:before{
    background-image: url(../img/entry_icn_vfx_gr@2x.png);
}

.tp-section_mutan_division .sw-entry_list .sw-txt_ta .sw-txt-ja{
    background-image: url(../img/entry_txt_ta@2x.png);
    background-size: auto .78em;
}

.tp-section_mutan_division .sec-division_mutan_03 .sw-entry_list .sw-txt_ta .sw-txt-ja{
    background-image: url(../img/entry_txt_ta_gr@2x.png);
}

.tp-section_mutan_division .sw-entry_list .sw-txt_ta a:before{
    background-image: url(../img/entry_icn_ta@2x.png);
    width: 1.25em;
    left: .25em;
}

.tp-section_mutan_division .sec-division_mutan_03 .sw-entry_list .sw-txt_ta a:before{
    background-image: url(../img/entry_icn_ta_gr@2x.png);
}

.tp-section_mutan_division .sw-entry_list .sw-txt_bg .sw-txt-ja{
    background-image: url(../img/entry_txt_bg@2x.png);
}


.tp-section_mutan_division .sec-division_mutan_03 .sw-entry_list .sw-txt_bg .sw-txt-ja{
    background-image: url(../img/entry_txt_bgm_gr@2x.png);
}

.tp-section_mutan_division .sec-division_brownies_01 .sw-entry_list .sw-txt_bg .sw-txt-ja{
    background-image: url(../img/entry_txt_bg_or@2x.png);
}

.tp-section_mutan_division .sw-entry_list .sw-txt_bg a:before{
    background-image: url(../img/entry_icn_bg@2x.png);
    width: 1.3em;
    left: .2em;
}

.tp-section_mutan_division .sec-division_mutan_03 .sw-entry_list .sw-txt_bg a:before{
    background-image: url(../img/entry_icn_bg_gr@2x.png);
}

.tp-section_mutan_division .sw-entry_list .sw-txt_motion .sw-txt-ja{
    background-image: url(../img/entry_txt_motion@2x.png);
    background-size: auto .82em;
}

.tp-section_mutan_division .sec-division_mutan_03 .sw-entry_list .sw-txt_motion .sw-txt-ja{
    background-image: url(../img/entry_txt_motion_gr@2x.png);
}

.tp-section_mutan_division .sw-entry_list .sw-txt_motion a:before{
    background-image: url(../img/entry_icn_motion@2x.png);
    width: 1.5em;
    left: .1em;
}

.tp-section_mutan_division .sec-division_mutan_03 .sw-entry_list .sw-txt_motion a:before{
    background-image: url(../img/entry_icn_motion_gr@2x.png);
}

.tp-section_mutan_division .sw-entry_list .sw-txt_ligger .sw-txt-ja{
    background-image: url(../img/entry_txt_ligger@2x.png);
    background-size: auto .95em;
}

.tp-section_mutan_division .sec-division_mutan_03 .sw-entry_list .sw-txt_ligger .sw-txt-ja{
    background-image: url(../img/entry_txt_ligger_gr@2x.png);
}

.tp-section_mutan_division .sw-entry_list .sw-txt_ligger a:before{
    background-image: url(../img/entry_icn_ligger@2x.png);
    width: 1.4em;
    left: .2em;
}

.tp-section_mutan_division .sec-division_mutan_03 .sw-entry_list .sw-txt_ligger a:before{
    background-image: url(../img/entry_icn_ligger_gr@2x.png);
}

.tp-section_mutan_division .sw-entry_list .sw-txt_character .sw-txt-ja{
    background-image: url(../img/entry_txt_character@2x.png);
}

.tp-section_mutan_division .sec-division_mutan_03 .sw-entry_list .sw-txt_character .sw-txt-ja{
    background-image: url(../img/entry_txt_characterm_gr@2x.png);
}

.tp-section_mutan_division .sec-division_brownies_01 .sw-entry_list .sw-txt_character .sw-txt-ja{
    background-image: url(../img/entry_txt_character_or@2x.png);
}

.tp-section_mutan_division .sw-entry_list .sw-txt_character a:before{
    background-image: url(../img/entry_icn_character@2x.png);
    width: 1.25em;
    left: .1em;
}

.tp-section_mutan_division .sec-division_mutan_03 .sw-entry_list .sw-txt_character a:before{
    background-image: url(../img/entry_icn_character_gr@2x.png);
}

.tp-section_mutan_division .sec-division_mutan_01 .sw-entry_list ul,
.tp-section_mutan_division .sec-division_mutan_02 .sw-entry_list ul,
.tp-section_mutan_division .sec-division_mutan_03 .sw-entry_list ul{
    border-top: 1px solid #d4fb5c;
}

.tp-section_mutan_division .sec-division_brownies_01 .sw-entry_list ul,
.tp-section_mutan_division .sec-division_brownies_02 .sw-entry_list ul{
    border-top: 1px solid #f38908;
}

.tp-section_mutan_division .sec-division_mutan_01 .sw-entry_list li,
.tp-section_mutan_division .sec-division_mutan_02 .sw-entry_list li,
.tp-section_mutan_division .sec-division_mutan_03 .sw-entry_list li{
    border-color: #d4fb5c;
}

.tp-section_mutan_division .sec-division_brownies_01 .sw-entry_list li,
.tp-section_mutan_division .sec-division_brownies_02 .sw-entry_list li{
    border-color: #f38908;
}

.sec-division_mutan_01{
    padding-top: 8%;
}

@media screen and (min-width: 557px) {
    .sec-division_mutan_01 {
        padding-top: 44px;
    }
}

.sec-division_mutan_01 .sw-tag-list{
    width: 80%;
}

.sec-division_mutan_01 .sw-txt-join_wrap dt{
    height: 3.4em;
    background: url(../img/ttl_mutan_01@2x.png) no-repeat 0% 50%;
    background-size: contain;
}

.sec-division_mutan_01 .sw-txt-join_wrap dd {
    height: 4.9em;
    background: url(../img/txt_mutan_01@2x.png) no-repeat 0% 50%;
    background-size: contain;
    margin-top: .7em;
    margin-left: .5em;
    width: 89.7%;
    margin-bottom: 1.9em;
}

.sec-division_mutan_02{
    padding-top: 2.5%;
}

.sec-division_mutan_02 .sw-tag-list{
    margin-top:4.5%;
}

.sec-division_mutan_02 .sw-txt-join_wrap {
    margin-top: 7.5%;
}

.sec-division_mutan_02 .sw-txt-join_wrap dt{
    height: 5.32em;
    background: url(../img/ttl_mutan_02@2x.png) no-repeat 0% 50%;
    background-size: contain;
}

.sec-division_mutan_02 .sw-txt-join_wrap dd{
    height: 3em;
    background: url(../img/txt_mutan_02@2x.png) no-repeat 0% 50%;
    background-size: contain;
    margin-top: .85em;
    width: 91%;
    margin-left: .45em;
}

.sec-division_brownies_01{
    padding-top: 1%;
}

.sec-division_mutan_03 .sw-txt-join_wrap{
    width: 96%;
}

.sec-division_brownies_01 .sw-txt-join_wrap dt{
    height: 5.32em;
    background: url(../img/ttl_brownies_01@2x.png) no-repeat 0% 50%;
    background-size: contain;
}

.sec-division_brownies_01 .sw-txt-join_wrap dd{
    height: 3em;
    background: url(../img/txt_brownies_01@2x.png) no-repeat 0% 50%;
    background-size: contain;
    margin-top: .75em;
    width: 92%;
    margin-left: .55em;
}

.sec-division_mutan_03{
    padding-top: 7.5%;
}
.sec-division_mutan_03 .sw-tag-list{
    margin-top: 1.5%;
}
.sec-division_mutan_03 .sw-txt-join_wrap{
    width: 96%;
}

.sec-division_mutan_03 .sw-txt-join_wrap dt{
    height: 5.32em;
    background: url(../img/ttl_mutan_03@2x.png) no-repeat 0% 50%;
    background-size: contain;
}

.sec-division_mutan_03 .sw-txt-join_wrap dd{
    height: 4.6em;
    background: url(../img/txt_mutan_03@2x.png) no-repeat 0% 50%;
    background-size: contain;
    margin-top: 1.15em;
    margin-left: .6em;
    width: 94.2%;
}

.tp-section_plan .sw-ttl_sub-ja .sw-txt-en{
    font-family: "MFW-PA1GothicTCB5HK-Bold";
    background: url(../img/ttl-plan@2x.png) no-repeat 50% 50%;
    background-size: contain;
    width: 5.8em;
    height: 2.95em;
    margin-right: .1em;
}

.tp-section_plan .swiper{
    padding: 6% 0 0;
}
.tp-section_plan .sw-plan-box{
    /* padding: 0 10.8%; */
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    margin-bottom: 9%;
    /* padding: 5%; */

}

.tp-section_plan .sw-plan-box .sw-plan-box_inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #cbfa00;
    border-radius: 2.5em;
    aspect-ratio: 589 / 838;
    height: 100%;
    padding: 3.5% 5% 6.5% 8%;
    overflow: hidden;
    width: 92%;
    max-width: 380px;
}

.tp-section_plan .sw-plan-box figure{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tp-section_plan .sw-plan-box figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 0%;
}

.tp-section_plan .sw-plan-box .sw-txt_plan-num{
    /* position: absolute;
    top: 0;
    left: 0; */
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    z-index: 1;
    top: 2.5%;
    left: 5%;
    line-height: 1;
    text-align: center;
}

/* animation
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/

.hide-contents {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-40px);
  transition: all 1s;
}

.hide-contents_02 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-40px);
  transition: all 2s;
}

.hide-contents.is-show,
.hide-contents_02.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.hide-character .character{
  opacity: 0;
  visibility: hidden;
  transform: translateY(3rem);
  transition: all 2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.hide-character.is-show .character {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.hide-ttl.is-show .show-ttl {
  animation: zoomIn 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
 
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* slide menu
━━━━━━━━━━━━━━━━━━━―…‥・★・‥…―━━━━━━━━━━━━━━━━━━*/

.l-header .sw-logo-box-wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.sw-menu_catch {
    width: 100%;
    margin: 8% auto 7%;
    padding: 7.5% 0% 7.5% 0;
    background: url(../img/bg_menu_ttl@2x.png) no-repeat 50% 50%;
    background-size: contain;
}
@media screen and (min-width: 557px) {
    .sw-menu_catch{
        /* padding: 4.5% 0% 0 0; */
        margin: 6% auto 17.5%;
        padding: 4.5% 0% 7.5% 0;
        background-size: cover;
    }
}

.sw-menu_catch img{
    width: 63%;
    max-width: 638px;
}

@media screen and (max-width: 556px) {
    /* .sw-menu_catch img{
        transform: rotate(-3.2deg);
    } */
}

@media screen and (min-width: 557px) {
    .sw-menu_catch img {
        /* position: relative;
        left: 3.5%; */
        width: 70%;
    }
}

#Menu {
    width: 8.4vw;
    height: auto;
    aspect-ratio: 1/1;
    max-width: 58px;
    z-index: 10101;
    position: fixed;
    top: 3vw;
    right: 4vw;
    cursor: pointer;
    transition: all .4s;
    opacity: 1;
    animation: fadeIn2 .6s cubic-bezier(0.4, 0, 0.2, 1);
    animation-fill-mode: both;
}

@media screen and (min-width: 557px) and (max-width: 1023px) {
    #Menu {
        width: 5.4vw;
    }
}
.open #Menu{
    opacity: 0;
}
@media screen and (min-width: 1601px) {
    #Menu {
        right:calc(50% - 700px);
    }
}
#Menu span {
    height: 1px;
    width: 100%;
    background: transparent;
    display: block;
    margin: 0;
    transition: all 0.4s;
}
#Menu span:nth-of-type(2) {
    width: 80%;
}
#Menu span:nth-of-type(3) {
    width: 60%;
}
body.open{
    overflow:hidden;
}
@media screen and (max-width: 556px) {
body.open #Header{
    animation: fadeIn .6s cubic-bezier(0.4, 0, 0.2, 1);
    animation-fill-mode: both;
}
}
    
@keyframes fadeIn{
    0%{
        top: -25vw;
        z-index: 1;
        position: absolute;
    }
    75%{
        top: -25vw;
        z-index: 1;
        position: absolute;
    }
    100%{
        top: 0;
        z-index: 10002;
        position: fixed;
    }
}
    
@keyframes fadeIn2{
    0%{
        opacity: 0;
    }
    75%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
body.open #Header .logo a{
    color: #fff;
}
/* body.open #Menu span{
    animation: fadeIn .4s linear;
    background: #000;
    position: absolute;
    top: 50%;
    left: 0;
}
body.open #Menu span:nth-of-type(1) {
    -webkit-transform: translateY(-.5vw) rotate(-45deg);
    transform: translateY(-.5vw) rotate(-45deg);
    width: 95%;
}
body.open #Menu span:nth-of-type(2) {
    visibility: hidden;
    transition: all 0.1s;
}
body.open #Menu span:nth-of-type(3) {
    -webkit-transform: translateY(-.5vw) rotate(45deg);
    transform: translateY(-.5vw) rotate(45deg);
    width: 95%;
} */
body.open #Menu span{
    display: none;
}
@media screen and (min-width: 557px) {
    body.open #Menu span{
        display: none;
    }
}
#Slide_Menu{
    /* display: none; */
    background: #fff;
    position: fixed;
    right: -100vw;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10001;
    box-sizing:border-box;
    font-size:0;
    /*
    visibility: hidden;
    opacity: 0;
    */
    transition: all .4s;
    overflow: hidden;
}
/* .open #Slide_Menu{
    display: block;
} */
 

@media screen and (min-width: 557px) {
    #Slide_Menu{
        width: 34.2%;
        max-width: 950px;
    }
}
.sw-slide_menu-wrap{
    overflow: hidden;
    max-height: 100vh;
    padding-top: 15.5%;
    height: 100%;
    position: relative;
}

@media screen and (min-width: 557px) {
    .sw-slide_menu-wrap {
        padding-top: 6.5vw;
        max-width: 430px;
        /* margin: 0 0 0 6%; */
        /* height: calc(100% - 95px - 5%); */
    }
}

.sw-slide_menu-inner{
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 1178px;
    height: 100%;
}

.sw-slide_menu-scroll{
    width: 100%;
    overflow-y:auto;
    height: calc(100vh - 17.5%);
    padding-bottom: 5%;
}

.sw-slide_menu-scroll .sw-txt_copy {
    text-align: center;
    margin-top: 11em;
    font-size: .8em;
}
@media screen and (max-height: 650px) {
    .sw-slide_menu-scroll .sw-txt_copy {
        text-align: center;
        margin-top: 0;
        font-size: .8em;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
    }
}
@media screen and (max-width: 567px) {
    .sw-slide_menu-scroll .sw-txt_copy {
        display: none;
    }
}
/*
body.open #Slide_Menu{
    visibility: visible;
    opacity: 1;
}
*/

#Slide_Menu nav{
    margin: 5% auto 7.5%;
    width: 90%;
}

@media screen and (min-width: 1200px) {
    #Slide_Menu nav {
        margin: 2% auto 0;
        width: 82%;
    }
}
#Slide_Menu nav ul{
    border-top: 1px solid #000;
}
#Slide_Menu nav ul li{
    border-bottom: 1px solid #000;
    /* margin-bottom: 2.15em; */
}
#Slide_Menu nav ul li a{
    /* display: flex;
    align-items: flex-end;
    justify-content: space-between; */
    display: block;
    font-size: clamp(.8rem,2.13vw,1.5rem);
    position: relative;
    padding: 2.4em 0 1.56em .4em;
}


@media screen and (min-width: 557px) {
    #Slide_Menu nav ul li a{
        padding: 1.2em 0 .9em 0;
    }
}

#Slide_Menu nav ul li a .sw-txt-ja{
    display: inline-block;
    line-height: 1.1;
    position: relative;
    top: 1px;
    font-weight: 600;
}
#Slide_Menu nav ul li a .sw-txt {
    font-size: clamp(1.55rem,4.06vw,3.1rem);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto .86em;
    display: inline-block;
    height: .9em;
    width: 70%;
    margin: 0;
}
#Slide_Menu nav ul .sw-txt-menu_top a .sw-txt{
    background-image: url(../img/txt_menu_top@2x.png);
    background-size: auto .88em;
}
#Slide_Menu nav ul .sw-txt-menu_message a .sw-txt{
    background-image: url(../img/txt_menu_message@2x.png);
    background-size: auto .8em;
}
#Slide_Menu nav ul .sw-txt-menu_mutan_01 a .sw-txt{
    background-image: url(../img/txt_menu_mutan_01@2x.png);
}
#Slide_Menu nav ul .sw-txt-menu_mutan_02 a .sw-txt{
    background-image: url(../img/txt_menu_mutan_02@2x.png);
}
#Slide_Menu nav ul .sw-txt-menu_mutan_03 a .sw-txt{
    background-image: url(../img/txt_menu_mutan_03@2x.png);
}
#Slide_Menu nav ul .sw-txt-menu_brownies_01 a .sw-txt{
    background-image: url(../img/txt_menu_brownies_01@2x.png);
    background-size: auto .9em;
}

@media screen and (min-width: 557px) {
    #Slide_Menu nav ul li a .sw-txt {
        background-size: auto .51em;
        height: .51em;
    }
    #Slide_Menu nav ul .sw-txt-menu_top a .sw-txt{
        background-size: auto .51em;
    }
    #Slide_Menu nav ul .sw-txt-menu_message a .sw-txt{
        background-size: auto .48em;
    }
    #Slide_Menu nav ul .sw-txt-menu_brownies_01 a .sw-txt{
        background-size: auto .54em;
    }
}

#Slide_Menu nav ul li a:before {
    content: "";
    width: 1.2em;
    height: 100%;
    background: url(../img/icn_arw_r_bk@2x.png) no-repeat 50% 50%;
    background-size: contain;
    position: absolute;
    right: .2em;
    top: 0;
    transition: all .2s;
}

@media screen and (min-width: 557px) {
    #Slide_Menu nav ul li a:before{
        width: .8em;
    }
}

#Slide_Menu nav ul li a:hover:before {
    transform: translateX(5px)
}


.sw-menu_link.sw-btn_entry-here{
    display: block;
    border:1px solid #000;
    width: 100%;
    width: 90%;
    max-width: 500px;
    margin: 5% auto 0;
}
@media screen and (max-width: 556px) {
    .sw-menu_link.sw-btn_entry-here{
        margin-bottom: 15%;
    }
}
@media screen and (min-width: 557px) {
    .sw-menu_link.sw-btn_entry-here{
        width: 82%;
    }
}

.l-header .sw-menu_link.sw-btn_entry-here{
    display: none;
}

@media screen and (min-width: 1200px) {
    /* #Slide_Menu .sw-menu_link.sw-btn_entry-here{
        display: none;
    } */
    .l-header .sw-menu_link.sw-btn_entry-here{
        max-width: 230px;
        margin:0;
        align-self: center;
    }
    .open .l-header .sw-menu_link.sw-btn_entry-here{
        display: none;
    }
}
.sw-menu_link.sw-btn_entry-here .sw-txt_entry-txt{
    display: block;
    line-height: 1.1;
    position: relative;
    top: .85em;

}
@media screen and (min-width: 557px) and (max-width: 767px) {
    .sw-menu_link.sw-btn_entry-here .sw-txt_entry-txt {
        /* display: none; */
        font-size: .4em;
        top: -.3em;

    }
}
/* @media screen and (min-width: 681px) and (max-width: 767px) {
    .sw-menu_link.sw-btn_entry-here .sw-txt_entry-txt {
        display: block;
        line-height: 1.1;
        position: relative;
        top: .3em;
        font-size: .7em;
    }
} */

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .sw-menu_link.sw-btn_entry-here .sw-txt_entry-txt {
        top: 0;
        font-size: .5em;
    }
}
@media screen and (min-width:1024px) {
    .sw-menu_link.sw-btn_entry-here .sw-txt_entry-txt {
        top: .4em;
        font-size: .7em;
    }
}
@media screen and (min-width: 557px) {
     .sw-menu_link.sw-btn_entry-here a:after {
        width: 14%;
        height: 79%;
        top: 87%;
        right: -4%;
    }
}

.sw-menu_link.sw-btn_entry-here a{
    background: #000;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sw-menu_link.sw-btn_entry-here a:before{
    background-image: url(../img/icn_arw_bk@2x.png);
    background-size: .35em auto;
}
@media screen and (max-width: 556px) {
    .sw-menu_link.sw-btn_entry-here a:before{
        background-size: .8em auto;
    }
}

.sw-menu_link.sw-btn_entry-here .sw-txt_entry-here{
    width: 80%;
    background-image: url(../img/txt_entry_here_wh@2x.png);
    margin: 0;
}

@media screen and (min-width: 557px) {
    .sw-menu_link.sw-btn_entry-here .sw-txt_entry-here{
        width: 72%;
    }
}
@media screen and (max-width: 556px) {
    .sw-menu_link.sw-btn_entry-here a:after{
        display: none;
    }
}
.open .layer{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
}
