<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.btn_more {
    margin: 50px auto 0;
}
.btn_more a {
    margin: 0 auto;
    display: table;
    background: #bf2c3f;
    border: 1px solid #bf2c3f;
    color: #fff;
    padding: 10px 40px;
    font-size: 110%;
    border-radius: 50px;
}
.btn_more a:hover {
    background: #fff;
    border: 1px solid #bf2c3f;
    color: #bf2c3f;
    opacity: 1;
}
#wasou .btn_more a {
    width: 200px;
}
.bg {
    background: #f6f4ee;
}
/*---------------
main_img
---------------*/
.main_img {
    position: relative;
    padding: 16vw 0 0;
    background: url(../images/wasou/main_bg.webp) top center / contain no-repeat;
}
.main_img h1 {
    position: absolute;
    top: 6vw;
    left: 7.5%;
    text-align: left;
    color: #fff;
}
.main_img h1 span {
    display: block;
}
.main_img h1 span:nth-child(1) {
    font-size: 1.5vw;
    line-height: 1.2em;
}
.main_img h1 span:nth-child(2) {
    font-size: 4.5vw;
    line-height: 0.5em;
}
.main_img h1 span:nth-child(2) span {
    font-size: 9vw;
    margin: 0 0 0 -0.07em;
}
.main_img ul {
    position: absolute;
    top: 35vw;
    left: 7.5%;
}
.main_img div {
    width: 50%;
    margin: 0 auto;
}
.main_img div img {
    width: 100%;
}
.main_img + .cta_area {
    margin: 60px auto 0;
}

/*---------------
enter
---------------*/
.enter {
    height: 50vw;
    position: relative;
}
#wasou.enter {
    margin: 140px auto 0;
    background: #beb693 url(../images/wasou/wasou_bg.webp) left center / contain no-repeat;
}
#mens.enter {
    margin: 10vw auto 0;
    background: url(../images/mens_bg.webp) center center / cover no-repeat;
}
#mens.enter:before {
    display: block;
    content: "";
    top: -120px;
    right: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    background: #f6f4ee;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    height: 170px;
    margin-left: -100px;
    margin-right: -100px;
    padding-left: 100px;
    padding-right: 100px;
}
.enter .desc {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    width: 600px;
    z-index: 3;
}
#mens.enter .desc {
    width: auto;
    color: #fff;
    margin: 5vw auto 0;
}
.enter .desc h2 {
    font-size: 110%;
}
#mens.enter .desc h2 {
    text-shadow: 0px 0px 15px rgba(0,0,0,0.3), 0px 0px 30px rgba(0,0,0,0.3);
}
.enter .desc h2 span {
    display: block;
    font-size: 400%;
    line-height: 1.2em;
}
.enter .desc p {
    margin: 40px auto 0;
}
#mens.enter .desc p {
    text-shadow: 0px 0px 15px rgba(0,0,0,0.3), 0px 0px 30px rgba(0,0,0,0.7);
}
.enter .images {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
#wasou.enter .images {
    right: 0;
    margin: 1.5vw auto 0;
    text-align: right;
    height: calc(100% + 6vw);
}
.enter .images img {
    height: 100%;
    width: auto;
}

/*---------------
bnr_area
---------------*/
.bnr_area {
    margin: 180px auto;
    width: 80%;
    max-width: 1395px;
}
.bnr_area p {
    margin: 30px auto 0;
    display: table;
}
.bnr_area p span {
    display: inline-block;
    color: #000;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.4em 0.7em;
    border-left-color: currentColor;
    border-right: 0;
    margin: 0 0 0 4px;
}

@media screen and (max-width:640px) {
    .btn_more {
        margin: 20px auto 0;
    }
    .btn_more a {
        padding: 5px 15px;
        font-size: 120%;
    }
    #wasou .btn_more a {
        margin: 0 0 0 auto;
        padding: 5px 24%;
        width: auto;
    }

    /*---------------
    main_img
    ---------------*/
    .main_img {
        padding: 25vw 0 0;
        background-image: url(../images/wasou/main_bg_sp.webp);
    }
    .main_img:before {
        display: block;
        position: absolute;
        content: "wasou\Atuxedo &amp; hakama";
        white-space: pre;
        top: 77vw;
        left: 4%;
        text-align: left;
        font-size: 90%;
        line-height: 2.5em;
    }
    .main_img div {
        width: 68%;
        margin: 0 0 0 auto;
    }
    .main_img h1 span:nth-child(1) {
        font-size: 3vw;
    }
    .main_img h1 span:nth-child(2) {
        font-size: 7.5vw;
    }
    .main_img h1 span:nth-child(2) span {
        font-size: 14vw;
    }
    .main_img + .cta_area {
        margin: 40px auto 0;
    }

    /*---------------
    enter
    ---------------*/
    .enter {
        height: auto;
        padding: 8vw 0 68vw;
    }
    #wasou.enter {
        margin: 60px auto 0;
        background: url(../images/wasou/wasou_bg_sp.webp) left top / cover no-repeat;
        z-index: 2;
    }
    #mens.enter {
        margin: 18vw auto 0;
        padding: 42vw 0 8vw;
        background-image: url(../images/mens_bg_sp.webp);
    }
    #mens.enter:before {
        top: -140px;
    }
    .enter .desc {
        position: static;
        transform: translateY(0);
        width: 58%;
        text-align: center;
    }
    #wasou.enter .desc {
        margin: 0 5% 0 auto;
        text-align: right;
    }
    #mens.enter .desc {
        width: 100%;
    }
    .enter .desc h2 span {
        font-size: 260%;
    }
    .enter .desc p {
        margin: 15px auto 0;
    }
    #mens.enter .desc p {
        width: 75%;
    }
    .enter .images {
        width: 60%;
        margin: 0;
        top: auto;
        bottom: -16vw;
        transform: translateY(0);
    }
    #wasou.enter .images {
        margin: 0;
        height: auto;
    }
    .enter .images img {
        width: 100%;
        height: auto;
    }

    /*---------------
    bnr_area
    ---------------*/
    .bnr_area {
        margin: 60px auto;
        width: 90%;
        max-width: none;
    }
    .bnr_area p {
        margin: 10px auto 0;
    }
    .bnr_area p span {
        border-width: 0.5em 0.7em;
    }
}</pre></body></html>