@charset "utf-8";

:root {
    /* store */
    --fontgothic: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'メイリオ', 'Meiryo', sans-serif;
    --fontmincho: 'Lora', serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    --red: #8c0201;
    --gold: #f3cd77;
}


/* /all-color */

* {
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    min-height: 100vh;
}

body {
    font-family: var(--fontmincho);
    line-height: 1.2;
    background-color: #000;
    width: 100%;
    overflow-x: hidden !important;
    color: #fff;
    font-size: 20px;
}

a {
    text-decoration: none;
    transition: all 1s;
    box-sizing: border-box;
}

a:hover {
    opacity: 0.7;
}

div {
    box-sizing: border-box;
}

img {
    vertical-align: top;
    max-width: 100%;
}

.btn_arrow::after {
    content: '⇀';
    position: absolute;
    transform: scaleX(1.5);
    /*top: 40%;*/
    right: 1em;
    transition: 0.5s;
    /*font-size: 150%;*/
}

.btn_arrow:hover::after {
    right: 0.5em;
}

main {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    min-height: calc(100vh - 95px);
}

main#system {
    background: url(../../images/all_bg.jpg) repeat center center / cover;
    background-position: top center;
    background-attachment: fixed;
    align-content: center;
    position: relative;
}

#main .indexbackgrand {
    background: url(../../images/sp_bg.jpg) repeat scroll center top / cover;
    background-position: top center;
    background-attachment: fixed;
    align-content: center;
    position: relative;
}

.scrolldesign::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.scrolldesign::-webkit-scrollbar-track {
    background-color: #676167;
    border-radius: 100px;
}

.scrolldesign::-webkit-scrollbar-thumb {
    background-color: #f3cd77;
    border-radius: 100px;
}

#title {
    background: url(../../images/sp_title_bg.png) #040303 no-repeat scroll center bottom / cover;
    height: auto;

    div {
        color: #fff;
        font-size: 2em;
        line-height: 1.3;
        text-align: center;
        height: 400px;
        align-content: center;
        padding: 0 0 10%;
        text-shadow: 2px 2px 2px #000, -2px -2px 2px #000;

        span {
            font-size: 0.5em;
            display: block;
            text-align: center;
        }
    }
}

@media screen and (max-width: 1000px) {
    #title {
        div {
            height: 60vw;
        }
    }
}

#pankuzu {
    background: #040303;
    font-size: 0.7em;
    color: #fff;
    width: 98%;
    padding: 1em 1%;
    font-family: var(--fontgothic);

    a {
        color: #fff;
    }

    span {
        text-decoration: underline;
    }
}

#main {
    main {
        max-width: 100%;

        #pankuzu {
            background: var(--red);
        }
         .photodiary_card {
            margin: 0 auto 0.5em;
        }
.top_photodiary_card{
    margin: 2em auto 1.5em;
       
    }
}
}

header .header_bar {
    background-color: #000;
    position: fixed;
    width: 100%;
    z-index: 995;
    top: 0;
}

header .header_bar .boxs {
    display: flex;
    width: calc(96% - 60px);
    padding: 0% 1%;
}

header .header_bar .boxs .logo {
    width: 15%
}

header .header_bar .boxs .logo img {
    height: auto;
    width: 100%;
    padding: 20px 0 0;
}

header .header_bar .boxs .telbox {
    width: 18%;
    color: #fff;
    padding: 20px 0 20px 2%;
}

header .header_bar .boxs .telbox .tel {
    font-size: 24px;
    margin-bottom: 5px;
}

header .header_bar .boxs .telbox .open {
    font-size: 18px;
}

header .header_bar .boxs .nav {
    width: 65%;
}

header .header_bar .boxs .nav ul {
    display: flex;
}

header .header_bar .boxs .nav ul li {
    font-size: 14px;
    padding: 20px 2%;
    text-align: center;
    display: block;
    line-height: 2;
    position: relative;
    z-index: 1;
    transition: .3s;
}

header .header_bar .boxs .nav ul li:hover {
    background-color: #f3cd77;
    transition: all 1s;
}

header .header_bar .boxs .nav ul li:hover a {
    color: #000;
}

header .header_bar .boxs .nav ul li a {
    color: #fff;
    transition: all 1s;
}

header .header_bar .boxs .nav ul li a span {
    display: block;
    font-size: 18px;
    font-family: var(--fontgothic);
    text-align: center;
}

header .header_bar .boxs .right_box {
    float: right;
    padding: 0 70px 0 0;
}

header .header_bar .boxs .right_box .btn {
    color: #fff;
}

header .header_bar .boxs .right_box .btn span {
    display: block;
}

header .header_nav {
    background-color: #000;
    position: relative;
    z-index: 997;
}

header .header_nav nav ul {
    display: flow-root;
    width: 98%;
    margin: auto;
    max-width: 2000px;
    padding: 25px 0;
}

header .header_nav nav ul a {
    color: #fff;
}

header .header_nav nav ul li:hover a {
    color: #f5cc7a;
}

header .header_nav nav ul li .none {
    display: none;
}

header .header_nav nav ul li:hover .none {
    display: block;
}

header .header_nav nav ul li {
    float: left;
    width: 10%;
    text-align: center;
    font-size: 14px;
    line-height: 1.8;
}

header .header_nav nav ul li span {
    display: block;
    text-align: center;
    font-size: 16px;
}

header .header_nav nav ul li.img {
    width: 20%;
    position: relative;
}

header .header_nav nav ul li.img div {
    display: inline-block;
}

header .header_nav nav ul li.img img {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 100;
}

header .header_nav nav ul li .appear_nav {
    display: none;
}

header .header_nav nav ul li:hover .appear_nav {
    display: block;
    position: absolute;
    z-index: 99;
    background-color: #000;
    top: 104px;
    left: 0;
    right: 0;
    padding-top: 100px;
    padding-top: 5%;
}

header .header_nav nav ul li .appear_nav .list {
    text-align: center;
}

header .header_nav nav ul li .appear_nav .list a {
    width: calc(100% / 6 - 2px - 1%);
    margin: 0.5%;
    display: inline-block;
    border: 1px solid #fff;
    text-align: center;
    padding: 1% 0;
    color: #fff;
}

#spheader {
    background: #000;
    height: 60px;
    align-content: center;

    .cards {
        display: flex;
        width: 98%;
        justify-content: space-evenly;

        .card {
            width: 48%;
            max-width: fit-content;
            align-content: center;

            .shopname {
                img {
                    max-height: 60px;
                }
            }

            .tel {
                font-size: 1em;

                a {
                    color: #fff;
                }
            }

            .open {
                font-size: 0.8em;
            }
        }
    }
}

.main_header {
    display: none;
}

#main .main_header {
    display: block;
    width: 100%;
    margin: auto;

    /*background-color: #000;*/
    .top_header_movie {
        object-fit: cover;
        aspect-ratio: 1 / 1;
        position: relative;

        div {
            background: url(../../images/sp_topimg.jpg) no-repeat center center / cover;
            background-position: top center;
            background-repeat: no-repeat;
            background-size: cover;
            position: fixed;
            top: 0;
            width: 100%;
            object-fit: cover;
            aspect-ratio: 1 / 1;
            z-index: -1;
            left: 0;
            right: 0;
            max-width: 1000px;
            margin: auto;
        }
    }

    .top_header_bar {
        bottom: 0;
        width: 100%;
        margin: auto;
        max-width: 1000px;
        position: relative;

        .boxs {
            background: url("../../images/sp_top_header_bar.png") no-repeat scroll center top / 100% auto;
            display: block;
            width: 100%;
            padding: 1em 3%;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;

            .left_box {
                width: 100%;
                float: none;
                max-width: 1000px;
                margin: auto auto 0.5em;

                .logo {
                    max-width: 350px;
                    width: 100%;
                    margin: auto;
                }
            }

            .tel_box {
                width: 57%;
                margin-top: 0;
                display: contents;
                display: flow-root;
                max-width: 280px;

                .telbox {
                    color: #fff;
                }

                .tel {
                    font-size: 22px;
                    /*font-size: 5.5vw;*/
                }

                .open {
                    /*font-size: 3.5vw;*/
                    font-size: 14px;
                }
            }

            .right_box {
                max-width: 1000px;
                width: 40%;
                margin-left: 0.25em;
                max-width: 250px;

                a.conceptbtn {
                    float: none;
                    width: 100%;
                    display: block;
                    padding: 3% 0;
                    margin: auto;
                    background: url(../../images/conceptbtn.jpg) no-repeat scroll center top / 100% 100%;
                    color: #fff;
                }

                .btn {
                    text-align: center;
                    /*font-size: 5vw;*/
                    font-size: 18px;
                }

                .btn span {
                    text-align: center;
                    display: block;
                    font-size: 12px;
                }
            }

            .logo img {
                height: auto;
                width: 100%;
                padding: 10px 0 0;
                max-width: fit-content;
                margin: auto;
            }
        }
    }
}

#main {
    #spheader {
        display: none;
    }

    header {
        .header_bar .boxs {
            width: 98%;
            padding: 0.5% 1%;
            display: flow-root;
        }

        .header_bar .boxs .nav {
            display: none;
        }

        .header_bar .boxs .logo {
            width: 45%;
            float: left;
        }

        .header_bar .boxs .logo img {
            max-width: 345px;
            padding: 2% 0 1%;
        }

        .header_bar .boxs .telbox {
            width: 52%;
            padding: 2.5% 0 2.5% 2%;
            max-width: 250px;
            float: right;
        }
    }
}


/*----------------------------------
footer
----------------------------------*/

footer {
    background: linear-gradient(180deg, #1d1d1d, #000);

    #footer {
        display: flow-root;
        width: 98%;
        margin: auto;
        padding: 50px 0;

        .logo {
            float: left;
            width: 18%;
            margin: 0 1%;
        }

        .prof {
            float: left;
            width: 25%;
            color: #fff;

            .shopname {
                font-size: 40px;
                line-height: 1.5;

                span {
                    display: block;
                    font-size: 18px;
                }
            }

            .tel {
                font-size: 24px;
                margin-bottom: 5px;
            }

            .mail {
                font-size: 24px;
                margin-bottom: 5px;
            }

            .open {
                font-size: 18px;
                margin-bottom: 5px;
            }
        }
    }

    #sp_nev {
        background-color: #000000d4;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 997;

        ul {
            display: flex;
        }

        ul a {
            width: 20%;
            display: block;
            padding: 10px 0;
        }

        ul a li {
            text-align: center;
            margin: auto;
        }

        ul a .n1 {
            padding: 5px;
            background-color: #f3cd77;
            display: inline-block;
            margin: 0 auto 5px;
            text-align: center;
            border-radius: 5px;

            img {}
        }

        ul a .n2 {
            text-align: center;
            color: #f3cd77;
            font-size: 0.7em;
            font-family: var(--fontgothic);
        }
    }

    .copy {
        width: 100%;
        text-align: center;
        font-family: var(--fontgothic);
        font-size: 14px;
        padding: 10px 0 110px;
        background-color: var(--red);
    }

    .copy a {
        color: #fff;
    }
}

footer #footer .navbox {
    display: none;
}

footer #footer .logo {
    width: 80%;
    float: none;
    text-align: center;
    margin: auto;
    max-width: 500px;
}

footer #footer .prof {
    width: 100%;
    float: none;
}

footer #footer .prof div,
footer #footer .prof div span {
    text-align: center;
}

@media screen and (max-width:650px) {
    footer {
        #footer {
            .prof {
                .shopname {
                    font-size: 5.2vw;

                    span {
                        font-size: 3vw;
                    }
                }

                .tel {
                    font-size: 3.5vw;
                    margin-bottom: 1%;
                }

                .mail {
                    font-size: 3.5vw;
                    margin-bottom: 1%;
                }

                .open {
                    font-size: 3vw;
                    margin-bottom: 5px;
                }
            }
        }
    }
}


/*----------------------------------
index
----------------------------------*/

#index {
    background: url(../../images/index_bg.jpg) no-repeat scroll center top #000;

    main {
        background: none;
        padding: 60px 0 0;
    }


    #index_logo {
        text-align: center;
        padding: 0 20% 20px;
    }

    .index_txt01 {
        font-size: 12px;
        line-height: 1.5;
        text-align: center;
        color: #fff;
        padding-bottom: 65px;
        font-family: var(--fontgothic);
    }

    .index_txt02 {
        font-size: 12px;
        line-height: 2;
        text-align: center;
        color: #fff;
    }

    .enterbtns {
        padding-bottom: 50px;

        a {
            display: block;
            margin: 0 auto 10px;
            width: 90%;
            max-width: 500px;
            text-align: center;
            align-content: center;
            border-radius: 30px;
            text-decoration: none;
            box-shadow: 0px 2px 20px 0px rgba(2, 40, 49, 0.2);
            padding: 5px 0;
        }

        a.enterbtn {
            display: flex;
            align-items: center;
            justify-content: center;
            border: 2px solid #656566;
            background: linear-gradient(90deg, #181818 0%, #656566 100%);
            background-position: 0% 50%;
            background-size: 200% auto;
            font-size: 1.8em;
            color: #fff;
        }

        a.anotherbtn {
            background: linear-gradient(90deg, #a0a0a0 0%, #a0a0a0 25%, #a5a5a5 50%, #a5a5a5 100%);
            background-position: 0% 50%;
            background-size: 200% auto;
            color: #000;
            font-size: 1em;
        }

        a.enterbtn:hover,
        a.anotherbtn:hover {
            animation: light 1s infinite;
            outline-color: #fff;
            background-position: 100% 50%;
            transform: scale(0.97);
            opacity: 1;
        }
    }
}

.index_txt02 div {
    font-family: var(--fontgothic);
    text-align: center;
}

.index_txt02 a {
    font-size: 23px;
    text-decoration: underline;
    color: #fff;
    text-align: center;
    margin: auto;
    display: block;
}

.index_linkbok {
    text-align: center;
    width: 98%;
    max-width: fit-content;
    padding: 10% 0 5%;
    margin: auto;
}

.index_linkbok a {
    display: block;
    margin: 0 auto 5px;
}

.index_freebok {
    text-align: center;
    width: 100%;
    max-width: 1200px;
    padding: 0% 0 5%;
    margin: auto;
}

.index_freebok iframe {
    display: inline-block;
    margin: 0.5%;
    width: 100%;
}

.enter_btn {
    background: url(../../images/enter_btn.png) no-repeat scroll center top;
    width: 80%;
    margin: 0 auto 30px;
    max-width: 642px;
    line-height: 80px;
    background-size: 100% 100%;
    text-align: center;
    font-size: 40px;
    color: #fff;
    outline: 1px solid;
    outline-color: #333;
    outline-offset: 0px;
    display: block;
    transition: .3s;
}

.enter_btn:hover {
    animation: light .8s infinite;
    outline-color: #fff;
}

@keyframes light {
    100% {
        outline-color: transparent;
        outline-offset: 12px;
    }
}


.anime_button {
    z-index: 1;
    transition: .3s;
    position: relative;
}

.anime_button::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #fff;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .3s;
}

.anime_button:hover {
    color: #000 !important;
    opacity: 1 !important;
}

.anime_button:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
}

main#main {
    padding: 0;
}
#top_movie{
    width: 100%;
        max-width: 800px;
        margin: auto;
    video{
        
    }
}
#top_ranking {
    padding: 0 0 3em;

    .top_ranking_tit {
        .t_tit {
            position: relative;

            span {}

            div {
                font-size: 24px;
                text-align: center;
                margin: 30px auto 10px;
                display: flex;
                max-width: 750px;
                width: 90%;
            }

            div::before {
                content: "";
                flex-grow: 1;
                height: 1px;
                display: block;
                background: #fff;
                margin: auto 25px auto 0;
            }

            div::after {
                content: "";
                flex-grow: 1;
                height: 1px;
                display: block;
                background: #fff;
                margin: auto 0 auto 25px;
            }
        }
    }

    a.ranking_btn {
        width: 90%;
        max-width: 380px;
        height: 65px;
        align-content: center;
        background: url(../../images/top_ranking_btn.jpg) no-repeat center center / 100% 100%;
        color: #fff;
        font-size: 1em;
        text-align: center;
        margin: 2em auto 1em auto;
        display: block;
        position: relative;

        span {
            color: #f3cd77;
            font-size: 1em;
        }
    }

    /*a.ranking_btn::after {
        content: '⇀';
        color: #fff;
        margin: auto auto auto 5px;
        position: absolute;
        right: 1em;
        transition: 0.5s;
    }
    a.ranking_btn:hover {
        background-position: left;
    }
    a.ranking_btn:hover:after {
        right: 0.85em;
    }*/
}

.ranking_boxs {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    padding: 0 20px 0;

    .ranking_box {
        display: flex;
        width: max-content;
        padding: 5px 0 20px;

        .onecard {
            max-width: 350px;
            position: relative;
            display: block;

            /* width: calc(100% / 5 - 100px);*/
            .img {
                aspect-ratio: 3 / 4;
                overflow: hidden;
                position: relative;
                clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);

                img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    display: block;
                    aspect-ratio: 3 / 4;
                }

                .cast-wrap {
                    .cast-animation {
                        .b {
                            border: none;
                        }
                    }
                }
            }

            .txt {
                background: url(../../images/ranking_txt_bg.png) no-repeat bottom center;
                position: absolute;
                bottom: 0;
                right: 0;
                width: 282px;
                padding: 0 40px 20px;
                box-sizing: border-box;

                img {
                    width: 200px;
                    height: auto;
                    padding: 0 0 10px;
                    margin: 0 0px 0 30px;
                }

                .prof {
                    padding: 10px 0 0;
                    border-top: 1px solid #fff;
                    color: #fff;

                    .name {
                        font-size: 25px;

                        span {
                            font-size: 20px;
                        }
                    }

                    .size {
                        font-size: 15px;
                        padding: 5px 0 0;
                    }
                }
            }
        }

        .slick-next {
            right: 0;
        }

        .slick-next:before {
            background: url(../../images/naxt_right.png) no-repeat center center / 100% 100%;
            width: 40px;
            height: 40px;
            content: '';
            display: block;
        }

        .slick-prev {
            left: 0;
        }

        .slick-prev:before {
            background: url(../../images/naxt_left.png) no-repeat center center / 100% 100%;
            width: 40px;
            height: 40px;
            content: '';
            display: block;
            z-index: 500;
        }
    }

    .side-scroll {
        position: absolute;
        right: 100px;
        top: 0;
    }

    .side-scroll::before {
        background-color: #fff;
    }

    .side-scroll:before {
        left: 0;
        top: 20px;
        background-color: #fff;
        display: block;
        -webkit-animation: scrolldown 1.5s cubic-bezier(.785, .135, .15, .86) infinite;
        animation: scrolldown 1.5s cubic-bezier(.785, .135, .15, .86) infinite;
    }

    .side-scroll:before {
        content: "";
        display: block;
        height: 3px;
        width: 100px;
        position: absolute;
    }

    .side-scroll p {
        color: #fff;
    }

    .side-scroll p {
        position: absolute;
        left: 0;
        top: 0;
    }
}

@-webkit-keyframes scrolldown {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }

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

    to {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }
}

@keyframes scrolldown {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }

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

    to {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }
}

.ranking_scroll {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: auto 0 auto auto;
    justify-content: end;
    text-align: end;
    font-size: 1em;
    padding: 15px 20px 5px 0;

    /* アニメーションする線 */
    .line {
        position: relative;
        width: 100px;
        height: 1px;
        background-color: #ccc;
        /* 背景線（グレー） */
        overflow: hidden;
    }

    /* 動く黒線 */
    .line::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #000;
        animation: scrollX 2s infinite;
    }
}


/* 横方向アニメーション */

@keyframes scrollX {
    0% {
        transform: scaleX(0);
        transform-origin: left;
    }

    50% {
        transform: scaleX(1);
        transform-origin: left;
    }

    51% {
        transform: scaleX(1);
        transform-origin: right;
    }

    100% {
        transform: scaleX(0);
        transform-origin: right;
    }
}

#top_schedule {
    .top_schedule_tabs {
        background: url(../../images/top_schedule_tabs.jpg) no-repeat center center / cover;
        height: 110px;
        align-content: center;

        ul.tabs {
            width: 100%;
            margin: auto;
            display: flex;
            justify-content: center;

            li {
                position: relative;
                display: inline-block;
                padding: 10px 20px;
                margin: 5px;
                cursor: pointer;
                background: #ffffff00;
                border: 1px solid #fff;
                overflow: hidden;
                max-width: 250px;
                width: calc(100% / 3 - 12px);
                text-align: center;
                font-size: 0.7em;
                padding: 10px 0;
            }

            /* 光がはみ出さないように */
            li.active {
                background: #ffffff7a;
                color: #fff;
            }

            li::after {
                content: "";
                position: absolute;
                top: 0;
                left: -75%;
                width: 50%;
                height: 100%;
                background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
                transform: skewX(-25deg);
            }

            /* アニメーション用クラス */
            li.shine::after {
                animation: shine 0.8s forwards;
            }
        }
    }
}

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

.t_tit {
    font-size: 2em;
    line-height: 1.4;
    padding: 50px 0 30px;

    span {
        font-size: 0.8em;
    }
}

.girlsboxs {
    display: flex;
    width: 98%;
    margin: 0 auto 3em;
    flex-wrap: wrap;
    max-width: 1000px;

    a {
        display: block;
        width: calc(100% / 3);
        border: 1px solid #fff;
        margin: 0 0 10px;
        color: #fff;
        background-color: #272828;
        position: relative;

        .onebox {
            .days {
                font-size: 24px;
                text-align: center;
                background-color: #000;
                padding: 15px 0;
            }

            .img {
                position: relative;

                .icon01 {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 40%;
                }

                .icon02 {
                    position: absolute;
                    bottom: 0;
                    right: 0;
                    width: 40%;

                    img {
                        display: block;
                        margin-top: 5px;
                    }
                }

                .icon03 {
                    position: absolute;
                    top: 5px;
                    right: 5px;
                    width: 25%;
                    max-width: 100px;
                }

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

            .profile {
                width: 100%;
                padding: 5px 0 0;

                .icon {
                    display: flex;
                    flex-wrap: wrap;
                    margin: auto;
                    width: 100%;

                    .i {
                        width: calc(50% - 5px);
                        margin: 2.5px;
                        background: #f3cd78;
                        color: #000;
                        padding: 5px 0;
                        font-size: 0.6em;
                    }
                }

                div {
                    text-align: center;
                }

                .name {
                    font-size: 0.8em;
                    margin-bottom: 5px;

                    span {
                        font-size: 0.7em;
                    }
                }

                .size {
                    font-size: 0.7em;
                    margin-bottom: 5px;
                }

                .time {
                    font-size: 0.6em;
                    align-content: center;
                    background: url(../../images/girlsboxs_time_.png) no-repeat center center / 100% 100%;
                    margin: auto auto;
                    width: 90%;
                    max-width: 311px;
                    height: 40px;
                    width: 98%;
                }

                .situation {
                    text-align: center;
                    padding: 0.5em 0;
                    font-size: 0.8em;
                    line-height: 30px;
                    width: 100%;
                    height: 65px;
                    align-content: center;
                }

                .situation.next {}

                .situation.next div {
                    font-size: 0.8em;
                    line-height: 18px;
                }

                .situation span {
                    font-size: 1.2em;
                    line-height: 0;
                }
            }
        }
    }
}

.cast-wrap {
    position: relative;
    overflow: hidden;
    margin: auto;

    img {
        width: 100%;
        /* height: 100%;*/
        object-fit: cover;
        display: block;
        transition: 1s ease;
    }

    /* === アニメーション本体 === */
    .cast-animation {
        position: absolute;
        inset: 0;
        z-index: 3;
        opacity: 0;
        transition: opacity 0.5s ease;
        align-content: center;
        background: #000000c0;

        /* 枠線アニメーション
        span {
            position: absolute;
            display: block;
            transition: 1s ease;
            background: #fff;
        }
        span:nth-child(1) {
            top: 0;
            left: 0;
            width: 0;
            height: 2px;
        }
        span:nth-child(2) {
            top: 0;
            left: 0;
            width: 2px;
            height: 0;
        }
        span:nth-child(3) {
            bottom: 0;
            right: 0;
            width: 0;
            height: 2px;
        }
        span:nth-child(4) {
            bottom: 0;
            right: 0;
            width: 2px;
            height: 0;
        } */
        /* 名前テキスト */
        .b {
            text-align: center;
            padding: 10px 0;
            border: 1px solid #fff;
            color: #fff;
            width: 90%;
            margin: auto;
            position: relative;
            transition: 1s;
            max-width: 300px;
        }

        .b::after {
            content: '⇀';
            margin: auto;
            position: absolute;
            right: 10px;
            transition: 0.3s;
        }

        .b:hover:after {
            right: 5px;
        }
    }

    /* 光の走査エフェクト */
    .cast-animation::after {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.418), transparent);
        transition: 1s;
        transition-delay: 0.3s;
        z-index: 5;
    }
}

#top_newface {
    background: url(../../images/top_newface_bg.jpg) no-repeat scroll center bottom;
    background-size: cover;
    padding-bottom: 50px;
    position: relative;

    .slick-slide {
        margin: 0px auto;
        border: 1px solid #fff;
        padding: 3px;
        max-width: 450px;
        width: 100%;
        height: fit-content;

        .onebox {}

        .onebox .profbox {
            padding: 2% 3%;
            color: #fff;
        }
    }

    .onebox .profbox .box {
        font-size: 20px;
        color: #f3cd77;
        padding: 0 0 2% 4%;
    }

    .onebox .profbox .name {
        font-size: 1.3em;
        color: #fff;
        padding: 0 0 20px 15px;
        padding: 0 0 2% 4%;

        span {
            font-size: 16px;
        }
    }

    .onebox .profbox .size {
        font-size: 1em;
        color: #fff;
        padding: 0 0 20px 15px;
        padding: 0 0 2% 4%;
    }

    .onebox .profbox .txt {
        font-size: 0.7em;
        line-height: 1.5;
        color: #fff;
        padding: 0 0 30px 15px;
        padding: 0 0 5% 4%;
        font-family: var(--fontgothic);
    }

    .onebox .profbox .schedule {
        font-size: 0.7em;
        ;
        color: #000;
        padding: 10px 25px;
        font-size: 24p margin-bottom: 15px;
        font-family: var(--fontgothic);
    }

    .onebox .profbox .time {
        font-size: 1.3em;
        color: #fff;
        padding: 0 0 0 15px;
    }

    .onebox .profbox .time strong {
        font-size: 1.6em;
        color: #f3cd77;
        font-weight: 100;
    }

    .onebox .profbox .time strong span {
        font-size: 1em;
    }

    .onebox .img {
        margin: auto;
    }

    .onebox .img div {
        position: relative;
    }

    .onebox .img div.cast-animation {
        position: absolute;
    }

    .onebox .img .icon01 {
        position: absolute;
        top: 0;
        left: 0;
        width: 40%;
    }

    .onebox .img .icon02 {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 30%;
    }

    .onebox .img .icon03 {
        position: absolute;
        top: 5px;
        right: 5px;
        width: 30%;
        max-width: fit-content;
    }

    .onebox .prof {
        background: url(../images/top_newface_prof.jpg) #000 no-repeat bottom right;
        margin: 5px;
    }

    .slick-slider {
        position: inherit;
    }

    .slick-next {
        right: 3px;
        width: 40px;
        height: 40px;
    }

    .slick-next:before {
        background: url(../../images/naxt_right.png) no-repeat center center / 100% 100%;
        width: 40px;
        height: 40px;
        content: '';
        display: block;
    }

    .slick-prev {
        left: 3px;
        width: 40px;
        height: 40px;
    }

    .slick-prev:before {
        background: url(../../images/naxt_left.png) no-repeat center center / 100% 100%;
        width: 40px;
        height: 40px;
        content: '';
        display: block;
        z-index: 500;
    }

    .btn {
        width: 90%;
        max-width: 380px;
        height: 65px;
        align-content: center;
        background-image: linear-gradient(to right, #cc9942 0%, #910201 50%, #cc9942 100%);
        background-size: 200%;
        background-position: right;
        color: #fff;
        font-size: 1em;
        text-align: center;
        margin: 3em auto 0 auto;
        display: block;
        position: relative;
    }

    .btn::after {
        content: '⇀';
        color: #fff;
        margin: auto auto auto 5px;
        position: absolute;
        right: 1em;
        transition: 0.5s;
    }
}


/* ホバー時 */

.cast-wrap:hover {
    img {
        transform: scale(1.05);
        filter: brightness(0.8);
    }

    .cast-animation {
        opacity: 1;

        .b {
            opacity: 1;
        }

        span:nth-child(1) {
            width: 100%;
        }

        span:nth-child(2) {
            height: 100%;
        }

        span:nth-child(3) {
            width: 100%;
        }

        span:nth-child(4) {
            height: 100%;
        }
    }

    .cast-animation::after {
        left: 100%;
    }
}

#top_movie .slick-slide {
    margin: 0px 0.1%;
}

#top_tag .tags {
    display: flex;
    width: 100%;
    max-width: 1260px;
    margin: auto;
    padding: 30px 0 0;
    flex-wrap: wrap;
}

#top_tag .tags .btn {
    width: 23%;
    margin: 1%;
}

#top_tag .tags .btn div {
    text-align: center;
    border: 1px solid #fff;
    border-image: linear-gradient(228deg, #000 0%, #fff 20%, #000 40%, #fff 60%, #000 80%, #fff 100%);
    border-image-slice: 1;
    padding: 20px 0;
    color: #fff;
    font-size: 24px;
}

#top_tag .tags .btn div:hover {
    background-color: #fff;
    color: #000;
}

.review_txt {
    font-size: 30px;
    text-align: center;
    margin: 80px auto 20px;
}

.review_search {
    background-color: #fff;
    padding: 10px 0;
    margin-bottom: 15px;
}

.review_search .boxs {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 98%;
    max-width: 1200px;
    margin: auto;
    font-family: var(--fontgothic);
}

.review_search .boxs .box01 {
    display: flex;
    background-color: #000;
    padding: 5px 1.5%;
    border: 1px solid #f3cd77;
    line-height: 40px;
    width: 45%;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.review_search .boxs .box01 .b1 {
    display: flex;
    padding: 0 2% 0 0;
    width: 43%;
}

.review_search .boxs .box01 .b1 img {
    padding: 0 5px 0 0;
}

.review_search .boxs .box01 .b1 div {
    display: block ruby;
}

.review_search .boxs .box01 .b2 {
    width: 55%;
}

.review_search .boxs .box01 .b2 select {
    background: #fff;
    border: none;
    padding: 5px 0 5px 6%;
    max-width: 400px;
    width: 360px;
    border-radius: 0;
    width: 100%;
    font-size: 18px;
    color: #000;
}

.review_search .boxs .box02 {
    width: 500px;
    font-size: 18px;
    text-align: center;
    background-color: #ff0000;
    color: #fff;
    line-height: 52px;
    margin-left: 30px;
    position: relative;
    width: 42%;
    display: block;
}

.review_search .boxs .box02>div {
    text-align: center;
}

.review_box {
    background: #14101a;
    padding-bottom: 120px;
    border-bottom: 10px solid var(--red);
    position: relative;
}

.review_box .oneboxs {
    width: 98%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

#review .review_box .oneboxs>div {
    width: calc(100% / 2 - 5px - 1%);
    margin: 0.5%;
}

#review .review_box {
    border-bottom: none;
    background: none;
}

.review_box .onebox {
    display: flex;
    background: url(../../images/review_onebg.jpg) repeat scroll right bottom #000;
    /*background-size: cover;*/
    border: 5px #282828 solid;
    padding: 3.5% 4%;
    transition: all 1s;
    padding: 3%;
}

.review_box .onebox .profbox {
    padding: 0 0 0 2%;
    color: #fff;
}

.review_box .onebox .profbox .name {
    font-size: 36px;
    color: #fff;
    padding: 0 0 15px 0;
}

.review_box .onebox .profbox .size {
    font-size: 18px;
    color: #fff;
    padding: 0 0 20px 0;
}

.review_box .onebox .profbox .t div {
    font-size: 18px;
    color: #000;
    padding: 5px 0 5px 20px;
    clip-path: polygon(0% 100%, 0% 0%, 70% 0%, 100% 100%);
    background-color: #f3cd77;
    width: 150px;
}

.review_box .onebox .profbox .txt {
    font-size: 18px;
    color: #fff;
    padding: 4%;
    border: 1px solid #f3cd77;
}

.review_box .onebox .profbox .txt .t01 {
    display: flex;
    color: #f3cd77;
    font-size: 18px;
    padding: 0 0 10px;
    border-bottom: 1px solid #f3cd77;
    margin-bottom: 10px;
}

.review_box .onebox .profbox .txt .t01 .t01i {
    margin-right: 15px;
    width: 52px;
    display: ruby;
}

.review_box .onebox .profbox .txt .t01 .t01t {
    padding-top: 5px;
    line-height: 1.3;
    width: fit-content;
}

.review_box .onebox .profbox .txt .t02 {
    padding: 0 5px 0 0;
    line-height: 1.5;
    height: 200px;
    overflow-y: scroll;
    height: 10vw;
}

.review_box .onebox .img {
    width: calc(100% / 3);
}

.review_box .onebox .img .img_box {
    position: relative;
}

.review_box .onebox .img .img_box .link {
    display: none;
    position: absolute;
    background-color: #00000096;
    top: 0;
    width: 100%;
    height: 100%;
}

.review_box .onebox:hover .img .img_box .link {
    display: block;
}

.review_box .onebox .img .img_box .link .btn {
    position: absolute;
    display: block;
    color: #fff;
    top: calc(100% / 2 - 40px);
    width: 90%;
    max-width: 250px;
    line-height: 80px;
    border: 1px solid #fff;
    margin: auto;
    left: 0;
    right: 0;
    padding: 30px 0;
    line-height: 1.3;
}

.review_box .onebox .img .img_box .link .btn div {
    position: relative;
    text-align: center;
}


/*.review_box .onebox .img .img_box .link .btn div::after {
  top: 0;
  bottom: 0;
  right: 5%;
  position: absolute;
  content: '→';
}*/

.review_box .onebox .img img {
    width: 100%;
    height: auto;
}

.review_box .onebox .prof {
    width: calc(100% / 3 * 2);
}

#top_review .slick-slider {
    position: inherit;
}

#top_review .slick-prev {
    left: calc(100% - 270px);
    top: calc(100% - 30px);
    position: absolute;
}

#top_review .slick-prev:before {
    background: url(../../images/naxt_left02.png) no-repeat;
    width: 130px;
    height: 45px;
    content: '';
    display: block;
    z-index: 500;
    background-size: 100%;
}

#top_review .slick-next {
    left: calc(100% - 130px);
    top: calc(100% - 30px);
    position: absolute;
}

#top_review .slick-next:before {
    background: url(../../images/naxt_right02.png) no-repeat;
    width: 130px;
    height: 45px;
    content: '';
    display: block;
    background-size: 100%;
}

#top_link {
    padding: 80px 0 90px;

    .links {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        max-width: 468px;
        margin: auto;

        a {
            margin: 1% auto;
            display: block;
            width: calc(100% / 2 - 1%);
        }

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

        a.top_photodiary {
            width: calc(100% - 1%);
        }
    }
}

#top_slider {
    background: url(../../images/sp_top_slider.jpg) no-repeat center center / cover;
    padding: 0 0 3em;
    width: 100%;
    max-width: 1000px;
    margin: auto;

    .sliderArea {
        width: 100%;
        margin: auto;

        .slider_thumb {
            padding: 9% 0 0%;
            height: fit-content;
        }

        .thumb {
            margin-top: 20px;
            height: fit-content;

            .slick-slide {
                margin: 0px 0.05%;
            }

            img {
                transition: all 1s;
            }

            img:hover {
                opacity: 0.7;
                cursor: pointer;
            }
        }
    }

    .slick-prev {
        left: 0;
    }

    .slick-prev:before {
        background: url(../../images/naxt_left.png) no-repeat;
        width: 30px;
        height: 30px;
        content: '';
        display: block;
        z-index: 500;
        background-size: 100% 100%;
    }

    .slick-next {
        right: 0;
    }

    .slick-next:before {
        background: url(../../images/naxt_right.png) no-repeat;
        width: 30px;
        height: 30px;
        content: '';
        display: block;
        z-index: 500;
        background-size: 100% 100%;
    }
}

#top_pickup_news {
    margin: auto;

    .t_tit {
        background: url(../../images/top_pickup_news_tit.jpg);
        font-size: 2em;
        text-align: left;
        position: relative;
        height: 120px;
        align-content: center;
        line-height: 1;
        padding: 0 15px;
        display: flex;

        div {
            margin: auto auto auto 0;

            span {
                font-size: 0.5em;
                text-align: left;
                width: fit-content;
                margin: 0 0 0.5em;
            }
        }
    }

    #top_pickup {
        width: 99%;
        margin: 0.5% auto 3em;

        .top_pickup {
            margin: 1em auto auto;

            .onecard {
                max-width: 320px;
                border: 1px solid #fff;
                padding: 0.1em;
                margin: 0 0 0.5em;

                .img {
                    margin: auto auto 10px;

                    img {}
                }

                .card {
                    color: #fff;
                    margin: auto;
                    padding: 0.5em 0.25em;
                    font-family: var(--fontgothic);

                    .name {
                        font-size: 1em;
                        text-align: center;

                        span {
                            font-size: 0.8em;
                        }
                    }

                    .size {
                        padding: 0.5em 0 0;
                        font-size: 0.8em;
                        text-align: center;
                    }
                }
            }

            .onecard:hover {
                .img {
                    img {
                        opacity: 0.7;
                    }
                }
            }
        }
    }

    #top_news {
        width: 99%;
        margin: 0.5% auto 3em;

        .top_news {
            width: 100%;
            max-width: 1000px;
            margin: 5px auto auto;

            .onecard {
                color: #fff;
                width: calc(100% - 2px);
                border: 1px solid #fff;
                border-radius: 10px;
                display: block;
                font-family: var(--fontgothic);
                padding: 0.5em;
                margin: 0.5em 0 0;

                .tit {
                    background-color: #b7b4b5;
                    padding: 0.2em;
                    font-size: 0.8em;
                    font-weight: 600;
                    color: #000;
                    background: #bbb9bb;
                    margin: auto auto 10px;
                }

                .card {
                    color: #fff;
                    text-align: center;
                    display: flex;
                    align-items: flex-start;

                    .img {
                        width: 40%;
                        max-width: 500px;
                        flex-shrink: 0;
                        margin: 0 0.5em auto auto;
                        height: auto;

                        img {
                            aspect-ratio: 3 / 4;
                            object-fit: cover;
                            object-position: center top;
                        }
                    }

                    .txt {
                        font-size: 0.8em;
                        margin: 0;
                        overflow-y: auto;
                        height: 260px;
                    }
                }
            }
        }
    }

    .slick-prev,
    .slick-next {
        width: 35px;
        height: 50px;
        background: #0000009f;
        border-radius: 5px;
    }

    .btn {
        width: 90%;
        max-width: 380px;
        height: 60px;
        align-content: center;
        background-image: linear-gradient(to right, #cc9942 0%, #910201 50%, #cc9942 100%);
        background-size: 200%;
        background-position: right;
        color: #fff;
        font-size: 1em;
        text-align: center;
        margin: 1.5em auto 1em;
        display: block;
        position: relative;
    }

    .btn::after {
        content: '⇀';
        color: #fff;
        margin: auto auto auto 5px;
        position: absolute;
        right: 1em;
        transition: 0.5s;
    }

    .btn:hover {
        background-position: left;
    }

    .btn:hover:after {
        right: 0.85em;
    }
}

@media screen and (max-width: 500px) {
    #top_pickup_news {
        & #top_pickup {
            & .top_pickup {
                .onecard {
                    max-width: fit-content;
                }
            }
        }

        #top_news {
            .top_news {
                .onecard {
                    .card {
                        .txt {
                            height: 47vw;
                        }
                    }
                }
            }
        }
    }
}

.top_pickup_btn {
    display: block;

    div.pb {
        color: #fff;
        display: flex;
        font-size: 14px;
        align-content: center;
        transition: all 0.5s;
        width: 100%;
        max-width: 250px;
        margin: auto;
        flex-wrap: wrap;

        div {
            align-content: center;
            width: calc(100% - 58px);
            text-align: center;
            transition: all 0.5s;
        }
    }

    div.pb::before {
        content: "+";
        width: 40px;
        height: 40px;
        background-image: linear-gradient(to right, #910201 0%, #cc9942 100%);
        display: block;
        border-radius: 50%;
        text-align: center;
        align-content: center;
        transition: all 0.5ms;
        margin: auto 10px auto 0;
        font-size: 20px;
    }
}

.t_tit {
    text-align: center;
    color: #fff;
}

.t_tit span {
    display: block;
    text-align: center;
}


/*========= ナビゲーションのためのCSS ===============*/

#pc_navbox {
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position: fixed;
    z-index: -1;
    display: none;
    /*はじめは透過0*/
    /*ナビの位置と形状*/
    top: 0;
    width: 100%;
    height: 100vh;
    /*ナビの高さ*/
    background: #000;
    left: 0;
    /*動き*/
    transition: all 0.3s;
}


/*アクティブクラスがついたら透過なしにして最前面へ*/

#pc_navbox {
    display: block;
    z-index: 999;
}


/*ナビゲーションの縦スクロール*/

#g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    /* z-index: 999;*/
    width: 100%;
    height: 100vh;
    /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: flex;
}

/*#g-nav-list .lbox {
    width: 35%;
}*/

#g-nav-list .lbox img {
    width: 100%;
    height: auto;
}

#g-nav-list .rbox {
    width: 63%;
    padding: 2.5% 0 2% 2.5%;
}

#g-nav-list .rbox .txt {
    font-size: 70px;
    color: #fff;
    padding: 5px 0;
    font-size: 3.5vw;
}

#g-nav-list .rbox .txt span {
    font-size: 24px;
    font-size: 1.5vw;
}

#g-nav-list .rbox ul {
    display: flex;
    flex-wrap: wrap;
}

#g-nav-list .rbox ul li {
    width: calc(100% / 5);
    border-bottom: 1px solid #fff;
}

#g-nav-list .rbox ul li .box {
    display: flex;
    color: #f3cd77;
    padding: 50px 0 20px;
    padding: 20% 0 10%;
}

#g-nav-list .rbox ul li .box .i {
    padding: 2% 2% 2% 0;
    width: 25%;
    max-width: 70px;
}

#g-nav-list .rbox ul li .box .i img {
    height: auto;
    width: 100%;
    max-width: 60px;
}

#g-nav-list .rbox ul.shop_btn {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    margin: 0 auto;
    padding: 5% 0;
}

#g-nav-list .rbox ul.shop_btn li {
    width: calc(100% / 2 - 2%);
    border-bottom: none;
    margin: 0 1%;
}


/*========= ボタンのためのCSS ===============*/

.openbtn {
    position: absolute;
    z-index: 9999;
    /*ボタンを最前面に*/
    cursor: pointer;
    width: 60px;
    height: 60px;
    right: 20px;
    border: 2px solid #fff;
    /*margin-top: 20px;*/
    top: 20px;
    z-index: 1000;
}

.openbtn.active {
    position: absolute;
}


/*×に変化*/

.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    width: 45%;
    right: 0;
    margin: auto;
}

.openbtn span:nth-of-type(1) {
    top: 20px;
}

.openbtn span:nth-of-type(2) {
    top: 0;
    bottom: 0;
}

.openbtn span:nth-of-type(3) {
    bottom: 20px;
}

.openbtn.active span:nth-of-type(1) {
    top: 20px;
    left: 0;
    transform: translateY(6px) rotate(-45deg);
    /*width: 30%;*/
}

.openbtn.active span:nth-of-type(2) {
    opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
    top: 25px;
    left: 0;
    transform: translateY(-6px) rotate(45deg);
    /* width: 30%;*/
}


/*==================================================
スライダーのためのcss
===================================*/

.slider {
    width: 100%;
    margin: auto;
}

.slick-slide {
    margin: 0px 0.05%;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}

.slick-active {
    opacity: 1;
}

.slick-current {
    opacity: 1;
}

#top_boxs01 {}

#top_boxs01 .boxs {
    padding-bottom: 5%;
}

#top_boxs01 .boxs .box {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    display: flex;
}

#top_boxs01 .boxs .box a {
    width: 48%;
    margin: 1%;
    display: block;
}

#top_boxs02 {
    background: url(../../images/top_boxs02_bg.jpg);
    background-size: cover;
}

#top_boxs02 .boxs {
    padding-bottom: 120px;
}

#top_boxs02 .boxs .box {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#top_boxs02 .boxs .box iframe {
    margin: 1%;
    width: 98%;
    width: calc(100% / 3 - 2%);
    max-width: 360px;
    display: inline-block;
}

.t_slider01 .slick-slide {
    margin: 0px 5px;
}


/*-------------------------
foam_box
-------------------------*/

.foam_box {
    .txt {
        padding: 2em 0 3em;
        text-align: center;
        color: #fff;
        font-size: 0.8em;
        line-height: 1.5;

        .g {
            text-align: center;
            color: #f3cd77;
        }

        .ti {
            text-align: center;
            font-size: 30px;
        }

        span {
            color: #ff0000;
        }

        a {
            color: #ff0000;
            text-decoration: underline;
        }
    }

    .foam {
        .foambox {
            width: 95%;
            margin: auto;
            max-width: 600px;

            .onebox {
                padding-bottom: 1em;
                font-size: 0.8em;

                .t01 {
                    width: 100%;
                    color: #fff;
                    /*line-height: 50px;*/
                    text-align: left;
                    font-weight: 600;
                    margin: 0 0 0.5em;
                    display: block;

                    span {
                        color: #ff0000;
                    }
                }

                .t02 {
                    width: 100%;

                    input {
                        width: 100%;
                        padding: 10px 5px;
                        box-shadow: 1px 1px 1px inset;
                        border: none;
                        box-sizing: border-box;
                    }

                    select {
                        /*ine-height: 50px;*/
                        border-radius: 5px;
                        width: 100%;
                        padding: 10px 5px;
                        box-shadow: 1px 1px 1px inset;
                        border: none;
                        color: #000;
                        box-sizing: border-box;
                        -webkit-appearance: none;
                        -moz-appearance: none;
                        appearance: none;
                    }

                    textarea {
                        line-height: 1.5;
                        width: 100%;
                        padding: 10px 5px;
                        box-shadow: 2px 2px 4px inset;
                        border: none;
                        min-height: 130px;
                        box-sizing: border-box;
                    }

                    .t {
                        line-height: 1.5;
                        width: 100%;
                        padding: 5px 0;
                        color: #fff;
                    }
                }

                .t02.b2 {
                    display: flex;

                    div {
                        width: 10%;
                        line-height: 50px;
                        color: #fff;
                        padding: 0 0.5%;
                    }
                }
            }

            .foambtn {
                width: 70%;
                max-width: 250px;
                position: relative;
                margin: 40px auto 0;
                transition: all 1s;
            }

            .foambtn.btn_arrow::after {
                top: 0;
                bottom: 0;
                margin: auto;
                align-content: center;
            }

            .foambtn .submit,
            .foambtn .return {
                background: none;
                color: #fff;
                width: 250px;
                border: 1px solid #fff;
                line-height: 70px;
                cursor: pointer;
            }

            .foambtn:hover .submit,
            .foambtn:hover .return {
                color: #000;
            }

            .foambtn .button01 {
                width: 20px;
                height: 4px;
                border-bottom: 1px solid #fff;
                border-right: 1px solid #fff;
                transform: skew(45deg);
                display: block;
                position: absolute;
                right: 10px;
                top: 0;
                bottom: 0;
                margin: auto;
            }

            .foambtn {
                margin: 3% auto 0;
            }

            .foambtn .submit,
            .foambtn .submit {
                line-height: 60px;
            }

            .error {
                color: #f00;
                font-weight: 600;
                padding: 1% 0;
                font-size: 12px;
                font-family: var(--fontgothic);
            }
        }
    }
}

.foam_box.contact_send .txt strong {
    font-size: 20px;
}

.foam_box.contact_send .txt {
    font-size: 14px;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: 14px;
}

.foam_box.contact_send .txt .btn {
    margin: 20% auto 0;
    font-size: 14px;
    line-height: 60px;
    width: 70%;
    max-width: 250px;
}

.foam_box.contact_confirm .foam .foambox .onebox {
    border-top: 1px solid #161616;
    padding: 10px 0;
}

.foam_box.contact_confirm .foam .foambox div:nth-child(1) {
    border-top: none;
}

.foam_box.contact_send {
    padding: 190px 0;
}

.foam_box.contact_send .txt {
    font-size: 18px;
}

.foam_box.contact_send .txt strong {
    font-size: 24px;
    font-weight: 100;
    padding-bottom: 35px;
    display: block;
    text-align: center;
}

.foam_box.contact_send .txt .btn {
    position: relative;
    margin: 180px auto 0;
    text-decoration: none;
    transition: all 1s;
    color: #fff;
    width: 250px;
    border: 1px solid #fff;
    line-height: 70px;
    cursor: pointer;
    display: block;
}

.foam_box.contact_send .txt .btn div {
    text-align: center;
}

select::before {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    content: "▼";
    pointer-events: none;
}

select {
    position: relative;
}

#event {
    padding: 0 0 5em;

    .event_box {
        .onebox {
            width: 98%;
            max-width: 1636px;
            margin: 0 auto 2em;
            background: #00000069;
            padding: 0 0 1em;

            .box {
                color: #fff;
                padding: 0;

                .img {
                    width: 100%;
                    margin-right: 0;

                    .i {
                        padding: 15px;
                        background-color: #282828;

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

                .txt {
                    font-family: var(--fontgothic);
                    width: 98%;
                    margin: 0 auto;
                    padding-top: 1em;
                    font-size: 0.8em;
                    line-height: 1.5;

                    .titl {
                        font-weight: 600;
                        border-bottom: 1px solid #ffffff85;
                        padding-bottom: 0.5em;
                    }

                    .text {
                        max-height: 600px;
                        overflow-y: auto;
                        margin: 1em auto 0;
                    }
                }
            }
        }
    }
}


/*-----------------
profile
-----------------*/

#profile {
    padding: 0;
    color: #fff;

    .tit {
        font-size: 2em;
        position: relative;
        text-align: center;

        span {
            font-size: 0.7em;
        }

        span.r {
            position: absolute;
            right: 0;
            font-size: 0.9em;
            bottom: 10px;
        }
    }

    .tit span.r {
        position: relative;
        text-align: left;
        bottom: auto;
        display: block;
        margin-top: 10px;
    }

    .profile_box {
        .onebox {
            position: relative;

            .icon01 {
                position: absolute;
                top: 0;
                left: 0;
                width: 40%;
                max-width: fit-content;
            }

            .icon02 {
                position: absolute;
                bottom: 0;
                right: 0;
                width: 30%;
                max-width: fit-content;
            }

            .icon02 img {
                display: block;
                margin-top: 5px;
            }

            .icon03 {
                position: absolute;
                top: 5px;
                right: 5px;
                width: 33%;
                max-width: fit-content;
            }
        }

        .slick-prev {
            left: 0;
        }

        .slick-next {
            right: 0;
        }
    }

    .profile_box01 {
        padding: 1.5em 0 2em;
        color: #fff;
        width: 90%;
        max-width: 1200px;
        margin: auto;

        .name {
            font-size: 1.8em;
            text-align: center;
            margin-bottom: 0.5em;
        }

        .size {
            font-size: 1em;
            text-align: center;
            margin: auto auto 30px;
        }

        .cards {
            width: 100%;
            max-width: 390px;
            margin: auto;
            display: flex;
            flex-wrap: wrap;
            padding: 0 0 45px;
            border-bottom: 1px solid #fff;

            .card {
                width: 49.5%;
                margin: 0.25%;
                font-size: 0.9em;
                color: #000;
                background: #f3cd77;
                text-align: center;
                padding: 10px 0;
            }
        }

        .timeprice {
            margin: 2em auto 0;

            .time {
                background: url(../../images/profile_time.png) no-repeat center center;
                width: 311px;
                height: 63px;
                text-align: center;
                align-content: center;
                font-size: 1em;
                margin: auto auto 0.5em;
            }

            .price {
                width: 300px;
                height: 50px;
                margin: auto;
                border: 1px solid #fff;
                text-align: center;
                align-content: center;
                font-size: 1em;
                padding: 0.5em 0;

                span {
                    font-size: 0.8em;
                }
            }
        }

        .free_card {
            width: 90%;
            margin: 1.5em auto 0;
            max-width: 800px;
            font-size: 0.9em;
            text-align: center;
        }
    }

    .profile_box02 {
        width: 95%;
        margin: 0 auto;

        .tit {
            font-size: 1.7em;
            text-align: left;
            border-bottom: 1px solid #fff;
            padding: 0 0 0.3em;
            margin: 0 0 0.5em;
        }

        .box01 {
            width: 100%;
            margin: 1em auto 3em;

            .price {
                .boxs {
                    display: flex;
                    font-size: 1.5em;
                    color: #f3cd77;
                    flex-wrap: wrap;
                    padding: 1em 0;

                    .p {
                        width: calc(100% / 2);
                        text-align: center;
                        line-height: 1.8;
                    }
                }
            }

            .qa {
                .boxs {
                    margin: auto;

                    .onebox {
                        background-color: #282828;
                        padding: 0.5em 1em;
                        margin-bottom: 0.5em;
                        font-size: 0.75em;
                        line-height: 1.8;

                        span {
                            font-size: 2em;
                            line-height: 1;
                        }

                        .q {
                            width: 100%;
                            margin-bottom: 0.5em;
                        }

                        .a {
                            width: 100%;

                            span {
                                color: #f3cd77;
                            }
                        }
                    }
                }
            }
        }

        .box02 {
            background: url(../../images/message_bg.png) center bottom no-repeat;
            background-size: 100% 100%;
            width: 100%;
            padding: 1em;
            margin: 0 auto 3em;

            /*aspect-ratio: 1 / 1.5;
            object-fit: cover;
            overflow: hidden;*/
            .message {
                .box {
                    .tit {}

                    .txt {
                        padding: 0 0.5em 0.5em;
                        max-height: 500px;
                        overflow-y: auto;
                        font-size: 0.8em;
                        line-height: 1.5;
                        font-family: var(--fontgothic);
                    }
                }
            }
        }
    }

    .profile_box03 {
        width: 100%;
        max-width: 1200px;
        margin: auto;

        .tit {
            font-size: 1.5em;
            margin: 0 0 0.5em;

            span {
                font-size: 0.6em;
            }
        }

        .movie {
            padding: 0 0 3em;
        }
    }

    .profile_box04 {
        padding: 2em 0 1.5em;

        .tit {
            font-size: 1.5em;
            margin: 0 0 0.5em;
        }

        .option_icon {
            width: 98%;
            margin: 0 auto;
            padding: 0.5em 0 0.2em;
            display: flex;
            font-size: 0.7em;
            max-width: 1000px;

            .i1 {
                background-color: #f3cd77;
                text-align: center;
                color: #000;
                padding: 5px 0;
                width: calc(100% / 2 - 12px);
                border: 1px solid #fff;
                margin: 5px;
            }

            .i2 {
                color: #fff;
                text-align: center;
                padding: 5px 0;
                border: 1px solid #fff;
                width: calc(100% / 2 - 12px);
                border: 1px solid #fff;
                margin: 5px;
                background-color: #282828;
            }
        }

        .option {
            .boxs {
                display: flex;
                flex-wrap: wrap;
                width: 98%;
                max-width: 1000px;
                margin: 0 auto;

                .box {
                    width: calc(100% / 2 - 12px);
                    border: 1px solid #fff;
                    margin: 5px;
                    line-height: 1.6;
                    padding: 0.5em 0;
                    background-color: #282828;

                    .t1 {
                        text-align: center;
                        font-size: 1em;
                    }

                    .t2 {
                        text-align: center;
                        font-size: 1.5em;
                        font-style: italic;
                        color: #f3cd77;
                    }

                    .t3 {
                        text-align: center;
                        font-size: 16px;
                        font-style: italic;
                        color: #f3cd77;
                    }
                }

                .box.on {
                    background-color: #f3cd77;

                    .t1 {
                        color: #000;
                    }

                    .t2 {
                        color: #000;
                    }

                    .t3 {
                        color: #000;
                    }
                }
            }
        }
    }

    .profile_box05 {
        background: url(../../images/profile_box05_bg.jpg);
        padding: 1.5em 0 1.5em;

        .tit {
            font-size: 1.5em;
            margin: 0 0 0.5em;

            span {
                font-size: 0.6em;
            }

            .t {
                font-size: 0.5em;
                text-align: center;
                padding-top: 1em;
            }
        }

        .boxs {
            width: 98%;
            max-width: 1800px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;

            .box {
                width: calc(100% / 2 - 12px);
                margin: 5px;
                line-height: 1.6;
                border: 1px solid #fff;
                border-image: linear-gradient(228deg, #000 0%, #fff 20%, #000 40%, #fff 60%, #000 80%, #fff 100%);
                border-image-slice: 1;
                padding: 0.5em 0;
                font-family: var(--fontgothic);

                .t1 {
                    font-size: 0.8em;
                    text-align: center;
                    background-image: linear-gradient(#3b3b3b 0%, #000 100%);
                    padding: 0.2em 0;
                    width: 80%;
                    margin: auto;
                }

                .t2 {
                    font-size: 1em;
                    text-align: center;
                    font-weight: 600;
                    padding: 0.2em 0;
                    height: 75px;
                    align-content: center;
                }

                .t3 {
                    font-size: 0.8em;
                    text-align: center;
                    padding: 0.2em 0;
                    width: calc(80% - 2px);
                    margin: auto;
                    border: 1px solid #fff;
                    background-color: #ff0000;
                    display: block;
                    color: #fff;
                    position: relative;
                }
            }

            .box.on {
                background-color: #f3ce7a;

                .t1 {
                    background-image: linear-gradient(#d72723 0%, #960505 100%);
                }

                .t2 {
                    color: #000;
                    height: auto;
                }
            }
        }
    }

    .profile_box07 {
        .tit {
            font-size: 1.5em;
            margin: 0 0 0.5em;

            span {
                font-size: 0.6em;
            }
        }

        .slick-slide {
            margin: 0;

            .slick-prev {
                left: 0;
            }

            .slick-next {
                right: 0;
            }
        }

        .photodiary_card {
            .tit {
                margin: 0;
            }
        }
    }

    .profile_box08 {
        background: url(../../images/profile_box08_bg.png) #000 no-repeat center center / cover;
        padding: 1.5em 0 5em;

        .tit {
            text-align: center;
            font-size: 1.5em;
            color: #fff;
            line-height: 1.8;

            span {
                text-align: center;
                font-size: 0.6em;
                display: block;
            }
        }

        .matterboxs {
            font-family: var(--fontgothic);
            width: 90%;
            max-width: 1000px;
            margin: auto;
            padding: 1.5em 0 0;
            font-size: 0.8em;
            color: #fff;
            line-height: 1.8;
        }
    }

    /*profile_slider*/
    .profile_slider01 .container {
        margin: 30px auto 0;
        width: 100%;
    }

    /* 中央以外のスライド */
    .profile_slider01 .slick-slide img {
        height: auto;
        opacity: .3;
        transition: opacity .5s, transform .5s;
        width: 100%;
    }

    /* 中央のスライド */
    .profile_slider01 .slick-center img {
        opacity: 1;
        transform: scale(1);
    }

    .slick-prev:before {
        background: url(../../images/naxt_left.png) no-repeat;
        width: 30px;
        height: 30px;
        content: '';
        display: block;
        z-index: 500;
        background-size: 100% 100%;
    }

    .slick-next:before {
        background: url(../../images/naxt_right.png) no-repeat;
        width: 30px;
        height: 30px;
        content: '';
        display: block;
        z-index: 500;
        background-size: 100% 100%;
    }

    .photodiary_card {
        margin: 1.5em auto 3em;

        .tit {
            font-size: 1.4em;

            span {
                font-size: 0.6em;
            }
        }

        .box {}
    }

    .girlsboxs {
        margin: 0 auto 1.5em;

        a {
            max-width: 450px;
            padding: 0 0 1em;
        }
    }
}

@media screen and (max-width:1000px) {
    #profile {
        .profile_box02 {
            .box02 {
                .message {
                    .box {
                        .txt {
                            max-height: 118vw;
                        }
                    }
                }
            }
        }
    }
}

.photodiary_card {
    max-width: 1000px;
    width: 98%;
    margin: 0 auto;

    .tit {
        background-image: linear-gradient(to right, #f3cd77 0%, #fce8bb 50%, #f3cd77 100%);
        padding: 10px 0;
        line-height: 1;
        color: #000;
        border-radius: 20px 20px 0 0;
        font-size: 1.4em;
        text-align: center;

        span {
            font-size: 0.6em;
        }
    }

    .box {
        background: url(../../images/photodiary_bg.png) no-repeat center center / 100% 100%;
        width: 100%;
        min-height: 200px;
        padding: 2%;
    }
}


/*-----------------
schedule
-----------------*/

#schedule {
    .schedule_btn {
        .schedule_btns {
            width: 100%;
            max-width: 1900px;
            margin: 20px auto 0;
            display: flex;
            justify-content: space-between;

            .btn {
                width: calc(100% / 4 - 7px);
                margin: 5px 2.5px;
                line-height: 1.6;
                border: 1px solid #fff;
                border-image: linear-gradient(228deg, #000 0%, #fff 20%, #000 40%, #fff 60%, #000 80%, #fff 100%);
                border-image-slice: 1;
                padding: 15px 0;
                font-family: var(--fontgothic);
                text-align: center;
                color: #fff;
                font-size: 14px;
            }

            .btn.on {
                background-color: #f3cd77;
                color: #000;
            }
        }
    }

    .schedule_day {
        font-size: 1em;
        text-align: center;
        padding: 1em 0;
        color: #fff;
    }
}


/*-----------------
waiting
-----------------*/

#waiting {
    padding: 0 0 5em;

    .waiting_box01 {
        .txt {
            padding: 2em 0;
            width: 90%;
            margin: auto;

            .t1 {
                text-align: center;
                font-size: 1.3em;
                padding-bottom: 1em;
            }

            .t2 {
                text-align: center;
                font-size: 0.9em;
                padding-bottom: 1em;
            }

            .t3 {
                text-align: center;
                font-size: 0.7em;
                font-family: var(--fontgothic);
            }
        }

        .tit {
            font-size: 1.2em;
            text-align: center;
            font-style: italic;
            margin: auto auto 1em;
            align-content: center;

            span {
                font-size: 0.6em;
                display: block;
                font-style: italic;
                text-align: center;
            }
        }

        .pricecard {
            width: calc(98% - 2px);
            border: 1px solid #fff;
            margin: 0 auto 0.5em;
            padding: 1em 0;

            .price {
                border-bottom: 1px solid #fff;
                width: 90%;
                margin: auto;

                .card {
                    display: flex;
                    font-style: italic;
                    margin: auto auto 0.5em;
                    max-width: 400px;
                    justify-content: center;

                    .t {
                        width: 40%;
                        margin: 10px 0 auto;
                        font-style: italic;
                        font-size: 1em;
                        text-align: right;
                        max-width: 80px;

                        span {
                            font-size: 0.8em;
                        }
                    }

                    .p {
                        width: 60%;
                        text-align: right;
                        font-style: italic;
                        font-size: 1.5em;
                        color: var(--gold);
                        max-width: 180px;

                        span {
                            display: block;
                            text-align: right;
                            font-size: 0.5em;
                            font-style: italic;
                            color: #fff;
                        }

                        strong {
                            font-size: 0.7em;
                            font-weight: 100;
                            padding: 0 0 0 5px;
                        }
                    }
                }

                p {
                    padding: 0.5em 0 1em;
                    text-align: center;
                    line-height: 1.3;
                    font-size: 0.7em;
                }
            }

            .price:last-of-type {
                border: none;
                padding: 1em 0 0;

                .card {
                    .t {
                        font-size: 1em;
                        max-width: 150px;
                    }

                    .p {
                        max-width: 150px;
                    }
                }

                .card:first-of-type {
                    .p {
                        padding: 0 50px 0 0;
                    }

                    .t {}
                }

                p {
                    padding: 0.5em 0 0;
                }
            }
        }
    }

    .tit {
        font-size: 1.5em;
        text-align: center;
        margin: auto auto 1em;
        align-content: center;

        span {
            font-size: 0.6em;
            display: block;
            text-align: center;
        }
    }

    .waiting_box02 {
        padding: 2em 0;

        .flowboxs {
            .boxs {
                .box {
                    width: 95%;
                    max-width: 1800px;
                    margin: 2em auto 0;

                    .onebox {
                        display: flex;
                        justify-content: space-between;

                        .t1 {
                            font-size: 1.5em;
                            padding: 0 1%;
                        }

                        .t1 span {
                            padding: 0 0 0 5px;
                            font-size: 1.3em;
                        }

                        .t2 {
                            width: 49%;
                            flex: none;
                            margin: 10px 5px 0 0;

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

                        .t3 {
                            font-size: 0.7em;
                            margin-top: 3px;
                            padding: 0 1%;
                            line-height: 1.2;
                            font-family: var(--fontgothic);
                        }
                    }

                    .next {
                        text-align: center;
                        font-size: 2.5em;
                        color: #ff0000;
                        letter-spacing: -30px;
                        /* transform: scale(0.6, 2);*/
                        padding: 0;

                        div {
                            text-align: center;
                            width: 40px;
                            height: 80px;
                            margin: auto;
                            transform: rotate(90deg);
                        }
                    }
                }
            }
        }
    }

    .waiting_box03 {
        .tit {
            font-size: 1.2em;
        }

        .meeting_locationboxs {
            width: 100%;
            /*max-width: 1800px;*/
            margin: 2em auto;

            .boxs {
                .onebox {
                    width: calc(90% - 2px);
                    margin: 0 auto 2em;
                    border: 1px solid #fff;
                    position: relative;

                    .i {
                        background-color: #900201;
                        color: #fff;
                        font-size: 2em;
                        border-radius: 50%;
                        width: 70px;
                        line-height: 70px;
                        text-align: center;
                        position: absolute;
                        top: -10px;
                        left: -10px;

                        span {
                            margin: auto;
                        }
                    }

                    .box {
                        padding: 0.5em;

                        .m {
                            padding: 0 0 0.5em;
                        }

                        .t {
                            color: #fff;
                            line-height: 1.5;

                            .t1 {
                                font-size: 1em;
                            }

                            .t2 {
                                font-size: 0.8em;
                                padding: 0 0 1em;
                                font-family: var(--fontgothic);
                            }

                            .t3 img {
                                width: 100%;
                                height: auto;
                                max-width: 300px;
                            }
                        }
                    }
                }
            }
        }
    }
}


/*-----------------
movie
-----------------*/

.movie {
    width: 98%;
    margin: auto;
    max-width: 600px;

    .oneboxs {
        padding: 0 0 1em;

        .onebox {
            /*margin: 0 5px;*/
            background: url(../../images/top_movie_bg.png) no-repeat scroll center top;
            background-size: 100% 100%;
            width: 100%;

            .boxs {
                padding: 7% 5%;

                .movie_img {
                    width: 100%;
                }

                .movie_img video {
                    width: 100%;
                    height: auto;
                }

                .txtbox {
                    display: flex;
                    color: #fff;
                    margin-bottom: 0.5em;
                    justify-content: space-between;

                    .prof {
                        line-height: 1.5;

                        .name {
                            font-size: 1em;
                        }

                        .size {
                            font-size: 0.75em;
                        }
                    }

                    .icon {
                        margin: 0 0 0 5px;

                        .box {
                            /* width: 49%;*/
                            margin: 0 0.5%;
                        }

                        .icon01 {
                            border: 1px solid #fff;
                            text-align: center;
                            font-size: 0.75em;
                            background-color: var(--red);
                            padding: 0 2.5%;
                            width: 130px;
                            height: 30px;
                            align-content: center;
                            margin: 0 0 5px;
                        }

                        .icon02 {
                            border: 1px solid #fff;
                            text-align: center;
                            font-size: 0.75em;
                            background-color: #656565;
                            padding: 0 2.5%;
                            width: 130px;
                            height: 30px;
                            align-content: center;
                            margin: 0 0 5px;
                        }

                        .time {
                            text-align: center;
                            font-size: 0.75em;
                            font-family: var(--fontgothic);
                            width: 130px;
                            align-content: center;
                            height: 30px;

                            strong {
                                color: #e50201;
                                font-size: 1.5em;
                                font-weight: 600;
                                font-family: var(--fontmincho);

                                span {
                                    color: #e50201;
                                    font-size: 15px;
                                }
                            }
                        }
                    }
                }

                .btn {
                    width: 100%;
                    margin: auto;
                    display: block;
                    border-radius: 50px;
                    text-align: center;
                    color: #fff;
                    background-image: linear-gradient(to right, #910201 0%, #cc9942 100%);
                    transition: all 1s;
                    padding: 10px 0px;
                    position: relative;
                    font-size: 0.7em;
                    min-width: 150px;
                }

                .btn::after {
                    content: '⇀';
                    color: #fff;
                    margin: auto auto auto 5px;
                    position: absolute;
                    right: 1em;
                    transition: 0.5s;
                }
            }
        }
    }

    a.top_movie_btn {
        width: 90%;
        max-width: 380px;
        height: 65px;
        align-content: center;
        background-image: linear-gradient(to right, #cc9942 0%, #910201 50%, #cc9942 100%);
        background-size: 200%;
        background-position: right;
        color: #fff;
        font-size: 1em;
        text-align: center;
        margin: 2em auto 1em auto;
        display: block;
        position: relative;
    }

    a.top_movie_btn::after {
        content: '⇀';
        color: #fff;
        margin: auto auto auto 5px;
        position: absolute;
        right: 1em;
        transition: 0.5s;
    }

    a.top_movie_btn:hover {
        background-position: left;
    }

    a.top_movie_btn:hover:after {
        right: 0.85em;
    }
}

#movie {
    padding: 0 0 5em;

    .movie {
        .oneboxs {
            display: flex;
            flex-wrap: wrap;

            .onebox {
                width: calc(100% - 1%);
                margin: 0.5%;
                display: block;
            }
        }
    }
}


/*-----------------
ranking
-----------------*/

#ranking {
    padding: 0 0 5em;

    .ranking_card {
        margin: 2em auto 0;

        .tit {
            height: auto;
            align-content: center;
            justify-content: center;
            margin: auto auto 1em;
            padding: 0.5em 0;

            div {
                margin: auto;
                text-align: center;
                font-size: 1.5em;
                display: flex;
            }

            div::after {
                width: 2rem;
                height: 1px;
                content: '';
                display: block;
                margin: auto auto auto 15px;
                background-color: #fff;
            }

            div::before {
                width: 2rem;
                height: 1px;
                content: '';
                display: block;
                margin: auto 15px auto auto;
                background-color: #fff;
            }
        }
    }

    .ranking_card.ranking_card01 .tit {
        background: url(../../images/sp_ranking_tit01.jpg) repeat center center / auto 100%;
    }

    .ranking_card.ranking_card02 .tit {
        background: url(../../images/sp_ranking_tit02.jpg) repeat center center / auto 100%;
    }

    .ranking_card.ranking_card03 .tit {
        background: url(../../images/sp_ranking_tit03.jpg) repeat center center / auto 100%;
    }

    .ranking_card.ranking_card04 .tit {
        background: url(../../images/sp_ranking_tit04.jpg) repeat center center / auto 100%;
    }
}


/*-----------------
concept
-----------------*/

#concept {
    padding: 0 0;

    .concept_box01 {
        .txtbox {
            .txt {
                max-width: 1270px;
                color: #fff;
                width: 100%;
                margin: 0;

                .txtcard {
                    background: url(../../images/sp_concept_box01_bg.png) top center no-repeat;
                    background-size: cover;
                    position: relative;
                    max-height: 770px;
                    height: 75vw;
                    align-content: center;

                    .i {
                        width: 40%;
                        padding: 0 0 0 2.5%;
                    }

                    .t1 {
                        display: none;
                        display: block;
                        font-size: 3.2vw;
                        padding: 2% 2.5% 0;
                        text-shadow: 2px 2px 2px #000;
                    }

                    .t2 {
                        padding-top: 50px;
                        padding: 2% 2.5% 1%;
                        text-shadow: 2px 2px 2px #000;
                        font-size: 4.3vw;
                    }
                }

                .t3 {
                    font-size: 0.8em;
                    line-height: 1.5;
                    font-family: var(--fontgothic);
                    text-align: center;
                    width: 100%;
                    padding: 30px 0;
                    background-color: #000;
                }
            }
        }
    }

    .concept_box02 {
        background: url(../../images/sp_concept_box02_bg.jpg) top center no-repeat;
        background-size: 100% 100%;
        width: 100%;
        max-width: 1000px;
        padding: 20% 0;

        .txtboxs {
            color: #fff;
            background-size: 100% 100%;
            margin: auto;

            .boxs {
                .tit {
                    font-size: 1.3em;
                    text-align: center;
                    margin-bottom: 1em;
                    text-shadow: 2px 2px 2px #000;

                    span {
                        font-size: 0.75em;
                        text-align: center;
                        display: block;
                    }
                }

                .txtbox {
                    .onebox {
                        margin: auto;
                        display: block;
                        width: 70%;

                        .i {
                            max-width: 60px;
                            width: 16%;
                            margin: 0 auto 0.5em;
                        }

                        .t {
                            .t1 {
                                font-size: 1em;
                                margin-bottom: 0.5em;
                            }

                            .t2 {
                                font-size: 0.7em;
                                margin-bottom: 1em;
                                line-height: 1.3;
                                font-family: var(--fontgothic);
                            }
                        }
                    }
                }
            }
        }
    }

    .concept_box03 {
        background-size: cover;
        background: url(../../images/sp_concept_box03_bg.jpg) top center no-repeat;
        padding: 2em 0 5em;

        .txtboxs {
            background: url(../../images/concept_box03_bg.png) top center no-repeat;
            padding: 1.5em 0;
            background-size: 100% 100%;
            width: 95%;
            max-width: 1000px;
            margin: auto;

            .txt {
                line-height: 1.5;
                color: #fff;

                .t1 {
                    text-align: center;
                    font-size: 1em;
                    padding: 0;
                }
            }
        }

        .heart_txt {
            margin: 3em auto 0;

            div {
                text-align: center;
                font-size: 1.5em;
                display: flex;
                justify-content: center;

                p {
                    text-align: center;
                }

                img {
                    width: 25px;
                    height: fit-content;
                    margin: auto 5px;
                }
            }

            div:first-child {
                color: #f3cd77;
                margin: 0 0 1em;
            }
        }
    }
}

@media screen and (max-width:1000px) {
    #concept {
        .concept_box01 {
            .txtbox {
                .txt {
                    .txtcard {
                        .t1 {}

                        .t2 {}
                    }
                }
            }
        }
    }
}


/*---------------------
news
---------------------*/

#news {
    padding: 0 0 5em;

    .news {
        .oneboxs {
            .onebox {
                background: url(../../images/sp_news_onebox.png) no-repeat scroll center top;
                background-size: 100% 100%;
                width: 94%;
                display: block;
                padding: 3% 2%;
                margin: 1.5% auto;
                max-width: 600px;

                .imgbox {
                    padding: 0;
                    width: 100%;
                    margin: 0 auto 0.5em;
                }

                .txtbox {
                    color: #fff;
                    width: 100%;
                    font-family: var(--fontgothic);

                    .prof {
                        .tit {
                            font-size: 1.2em;
                            margin: auto auto 0.25em;
                            padding: 0 0.1em 0.25em;
                            border-bottom: 1px solid #fff;
                        }

                        .txt {
                            font-size: 0.8em;
                            line-height: 1.5;
                            max-height: 360px;
                            overflow-y: auto;
                            padding: 0 10px 0 0;
                        }
                    }
                }
            }
        }
    }
}


/*---------------------
mailmagazine
---------------------*/

#mailmagazine {
    padding: 0 0 5em;

    .mailmagazine_box01 {
        .txt {
            display: inline-block;
            background: linear-gradient(0deg, #956815, #e3c366 30%, #956815);
            background: -webkit-linear-gradient(90deg, #956815, #e3c366 30%, #956815);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-align: center;
            font-size: 2em;
            width: 100%;
            font-weight: 600;
            margin-bottom: 1em;
        }
    }

    .mailmagazine_box02 {
        width: 95%;
        max-width: 900px;
        margin: auto;

        .txt {
            color: #fff;

            .t1 {
                font-size: 1.25em;
                margin-bottom: 1em;
                text-align: center;
            }

            .t2 {
                font-size: 0.8em;
                line-height: 1.8;
                margin-bottom: 3em;
                text-align: center;
            }

            .btn {
                font-family: var(--fontgothic);
                border: 1px solid #fff;
                padding: 1em 0;
                font-size: 18px;
                color: #fff;
                display: inline-block;
                margin: 1em auto 0;
                width: 90%;
                max-width: 320px;
                text-align: center;
                display: block;
            }
        }
    }
}


/****　トップメニューバー　設定　****/

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--fontgothic);
    padding: 30px 0px 0;
    font-size: 20px;
}

.pagination .disabled {
    display: none;
}

.pagination .pagination-list {
    display: flex;
}

.pagination .pagination-list a {
    color: #fff;
    display: block;
    width: 30px;
    text-align: center;
    line-height: 30px;
    margin: 0 2.5px;
}

.pagination .item a {
    background-color: #debb6d;
    color: #000;
    border-radius: 50%
}

.pagination .items {
    margin: 0 2%;
}

.pagination button {
    background: none;
    color: #fff;
    border: none;
    font-size: 20px;
}

.pagination .prev {
    margin-right: 5%;
}

.pagination .next {
    margin-left: 5%;
}


/*========= 上部固定させるためのCSS ===============*/

.UpMove.DownMove {
    display: none;
}


/*　上に上がる動き　*/

#header_bar.UpMove {
    position: fixed;
    width: 98%;
    animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100px);
    }
}


/*　下に下がる動き　*/

#header_bar.DownMove {
    position: fixed;
    width: 100%;
    animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }

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


/****　/　トップメニューバー　設定　****/


/*========= メニューモーダル表示のためのCSS ===============*/

.sp_none {
    display: none !important;
}

#index footer #sp_nev {
    display: none;
}

#index footer {
    margin-bottom: 0;
}

header .header_bar #g-nav {
    display: none;
}

header {
    position: relative;
}

#top_box01 .top_slider_box .txt div {
    font-size: 10px;
}

.openbtn,
.top_openbtn {
    display: none;
}

#g-nav-list {
    display: block;
    height: calc(100vh - 5px);
    margin-top: 5px;
}

#g-nav-list .lbox {
    display: block;
    width: 300px;
    margin: auto;
}

#g-nav-list .rbox {
    width: 100%;
    padding: 2%;
    font-family: var(--fontgothic);
}

#g-nav-list .rbox .txt {
    display: none;
}

#g-nav-list .rbox ul li {
    width: calc(100% / 2);
    border-bottom: 1px solid #fff;
    padding: 0 2%;
}

#g-nav-list .rbox ul li .box .t span {
    display: none;
}

#g-nav-list .rbox ul li .box {
    padding: 5% 0;
}

#g-nav-list .rbox ul li .box .t {
    font-size: 25px;
    padding: 0;
    line-height: 85px;
    width: 73%;
    align-content: center;
}

#g-nav-list .rbox ul li.shop {
    width: 100%;
    padding: 4% 0 4% 10%;
}

#g-nav-list .rbox ul li.shop a {
    color: #f3cd77;
    font-size: 25px;
}

#g-nav-list .rbox ul li.nav_profile {
    width: 100%;
    border-bottom: none;
    padding: 5% 2% 10%;
}

#g-nav-list .rbox ul li .logo {
    width: 100%;
    float: none;
    text-align: center;
    margin: auto;
}

#g-nav-list .rbox ul li .prof {
    width: 100%;
    float: none;
    color: #fff;
    font-family: var(--fontmincho);
}

#g-nav-list .rbox ul li .prof .shopname {
    font-size: 40px;
    line-height: 1.5;
    text-align: center;
}

#g-nav-list .rbox ul li .prof .shopname span {
    display: block;
    font-size: 18px;
    text-align: center;
}

#g-nav-list .rbox ul li .prof .mail {
    font-size: 24px;
    margin-bottom: 5px;
    text-align: center;
}

#g-nav-list .rbox ul li .prof .tel {
    font-size: 24px;
    margin-bottom: 5px;
    text-align: center;
}

#g-nav-list .rbox ul li .prof .open {
    font-size: 18px;
    margin-bottom: 5px;
    text-align: center;
}

#g-nav-list .rbox ul li .prof div,
#g-nav-list .rbox ul li.prof div span {
    text-align: center;
}

#top_boxs02 .boxs .box {
    display: block;
}

#top_boxs02 .boxs .box iframe {
    margin: 1% auto;
    width: 98%;
}

#top_boxs02 .boxs .box a {
    margin: 3% auto 0;
    width: 98%;
    max-width: 360px;
    display: block;
}

#top_boxs02 .boxs .box a img {
    height: auto;
    width: 100%;
}

#top_movie {
    padding: 0;
}

.t_slider01 .slick-slide {
    margin: 0px 0.1%;
}

#system {
    padding-bottom: 0;

    .tit {
        text-align: center;
        font-size: 1.25em;
        color: #fff;
        line-height: 1.8;

        span {
            text-align: center;
            font-size: 0.6em;
            display: block;
        }

        div {
            text-align: center;
            font-size: 0.55em;
            color: var(--gold);
            margin: 1em auto auto;
        }
    }

    .system_box01 {
        width: 100%;
        max-width: 1200px;
        margin: 1em auto 0;
        padding: 0 0;

        .txt {
            text-align: center;
            font-size: 24px;
            color: var(--gold);
            padding: 130px 0 80px;
        }

        .system_notice {
            width: fit-content;
            margin: 20px auto 0;
            max-width: 550px;
        }


        .pricecards {
            margin: 1em auto auto;
            width: 100%;
            max-width: 1350px;

            .p_tit {
                font-size: 1.2em;
                text-align: center;
                font-style: italic;
                margin: auto auto 1em;
                align-content: center;

                span {
                    font-size: 0.6em;
                    display: block;
                    font-style: italic;
                    text-align: center;
                }
            }

            .pricecard {
                width: calc(98% - 2px);
                border: 1px solid #fff;
                margin: 0 auto 0.5em;
                padding: 2em 0;

                .price {
                    border-bottom: 1px solid #fff;
                    width: 90%;
                    margin: auto;

                    .card {
                        display: flex;
                        font-style: italic;
                        margin: auto auto 0.5em;
                        max-width: 400px;
                        justify-content: center;

                        .t {
                            width: 40%;
                            margin: 10px 0 auto;
                            font-style: italic;
                            font-size: 1em;
                            text-align: right;
                            max-width: 80px;

                            span {
                                font-size: 0.8em;
                            }
                        }

                        .p {
                            width: 60%;
                            text-align: right;
                            font-style: italic;
                            font-size: 1.5em;
                            color: var(--gold);
                            max-width: 180px;

                            span {
                                display: block;
                                text-align: right;
                                font-size: 0.5em;
                                font-style: italic;
                                color: #fff;
                            }

                            strong {
                                font-size: 0.7em;
                                font-weight: 100;
                                padding: 0 0 0 5px;
                            }
                        }
                    }

                    .card.extension {
                        padding: 0em 0 1em;

                        .t {
                            width: 45%;
                            max-width: 110px;
                        }

                        .p {
                            width: 55%;
                            max-width: 160px;
                        }
                    }

                    p {
                        padding: 0.5em 0 1em;
                        text-align: center;
                        line-height: 1.3;
                        font-size: 0.7em;
                    }
                }

                .price:last-of-type {
                    border: none;
                    padding: 1em 0 0;

                    .card {
                        .t {
                            font-size: 1em;
                            max-width: 150px;
                        }

                        .p {
                            max-width: 150px;
                        }
                    }

                    .card:first-of-type {
                        .p {
                            padding: 0 50px 0 0;
                        }

                        .t {}
                    }

                    p {
                        padding: 0.5em 0 0;
                    }
                }
            }
        }

        .matiawase {
            width: calc(98% - 2px);
            border: 1px solid #fff;
            margin: 0 auto 1em;
            padding: 2em 0;

            .box1 {
                .p_tit {
                    text-align: center;
                    font-size: 1.25em;
                    margin: auto auto 0.75em;
                }

                .t1 {
                    text-align: center;
                    font-family: var(--fontgothic);
                    font-size: 0.9em;
                    margin: auto auto 0.75em;
                }

                .t2 {
                    text-align: center;
                    font-family: var(--fontgothic);
                    font-size: 0.7em;
                    margin: auto auto 1.5em;
                }
            }

            .box2 {
                background: #282828;
                padding: 0.75em 0 0.5em;
                font-family: var(--fontgothic);
                width: 100%;
                margin: auto auto 0.75em;

                .mt {
                    text-align: center;
                    font-size: 1em;
                    margin: auto auto 10px;
                }

                .mb {
                    .b {
                        display: flex;
                        justify-content: center;
                        margin: 0;
                        padding: 0 0 30px;
                        position: relative;

                        .one {
                            margin: auto 5px;
                            color: #fff;
                            font-size: 0.8em;

                            div {
                                text-align: center;
                                padding: 5px 0 0;
                            }
                        }

                        .slick-dots {
                            bottom: 0;
                        }
                    }
                }
            }

            .btn {
                max-width: 300px;
                width: 80%;
                text-align: center;
                line-height: 50px;
                border: 1px solid #fff;
                color: #fff;
                position: relative;
                margin: auto;
                display: block;
                font-size: 0.8em;

                div {
                    text-align: center;
                }

                div:hover {
                    color: #000;
                }
            }
        }

        .boxs .matiawase {
            color: #fff;
            border: 1px solid #fff;

            .box1 {
                padding: 35px 0 20px;

                .t1 {
                    font-size: 30px;
                    text-align: center;
                    padding-bottom: 20px;
                }

                .t2 {
                    font-size: 24px;
                    text-align: center;
                    padding-bottom: 10px;
                    font-family: var(--fontgothic);
                }

                .t3 {
                    font-size: 14px;
                    text-align: center;
                    font-family: var(--fontgothic);
                }
            }

            .box2 {
                width: 90%;
                margin: 0 auto 40px;
                max-width: 1000px;
                font-family: var(--fontgothic);

                .mt {
                    font-size: 20px;
                    text-align: center;
                    padding: 15px 0 10px;
                }

                .mb {
                    width: 95%;
                    margin: auto;
                    max-width: 930px;
                }

                .b {
                    display: flex;

                    a {
                        width: calc(100% / 3 - 10px);
                        margin: 0 10px;
                        display: block;
                        color: #fff;
                    }

                    .one .t {
                        text-align: center;
                        padding: 5px 0 10px;
                        font-size: 14px;
                    }
                }
            }

            .btn {
                display: block;
                border: 1px solid #fff;
                max-width: 300px;
                margin: 0 auto 40px;
                color: #fff;
                font-size: 14px;
                padding: 25px 0;
                font-family: var(--fontgothic);
                position: relative;

                div {
                    text-align: center;
                }
            }
        }

        .boxs {
            margin: auto;
            padding: 2em 0 3em;
            width: calc(98% - 2px);

            .txtbox {
                font-family: var(--fontgothic);
                border: 1px solid #fff;

                .t1 {
                    padding: 0.5em 0;
                    text-align: center;
                    color: #f3cd77;
                    font-size: 1em;
                }

                .t2 {
                    padding: 0.5em 0;
                    text-align: center;
                    background-color: #282828;
                    color: #fff;
                    font-size: 0.8em;
                }
            }

            .priceboxs {
                display: flex;
                flex-wrap: wrap;

                .onebox {
                    width: calc(100% / 4 - 1px);
                    border-right: 1px solid #fff;
                    border-bottom: 1px solid #fff;
                    background-color: #000;
                }

                .onebox .box {
                    display: flex;
                    padding: 30px 0;
                    justify-content: center;
                    align-items: center;
                }

                .onebox .box .t {
                    color: #000;
                }

                .onebox .box .t div {
                    border-radius: 50%;
                    background-color: #f3cd77;
                    width: 55px;
                    height: 41px;
                    font-style: italic;
                    text-align: center;
                    font-size: 25px;
                    line-height: 1;
                    padding: 7px 0px;
                }

                .onebox .box .t div span {
                    display: block;
                    text-align: center;
                    font-size: 17px;
                    font-style: italic;
                }

                .onebox .box .p {
                    font-size: 29px;
                    font-style: italic;
                    padding-left: 2%;
                    color: #f3cd77;
                    text-align: right;
                    letter-spacing: 0.2em;
                }

                .onebox .box .p span {
                    font-size: 16px;
                    text-align: right;
                    color: #fff;
                    display: block;
                    font-style: italic;
                }

                .onebox:nth-child(n+5) {
                    background-color: #282828;
                }
            }
        }
    }

    .system_box02 {
        margin: 0 auto;

        .boxs {
            .priceboxs {
                display: flex;
                flex-wrap: wrap;
                width: 98%;
                margin: 0 auto 1em;

                .onebox {
                    .t {
                        width: 90%;
                        margin: 0 auto 5px;
                        padding: 0;
                        text-align: center;
                        background-color: #f3cd77;
                        font-size: 1em;
                        border-radius: 210px;
                        color: #000;
                    }

                    .p {
                        font-size: 1.5em;
                        font-style: italic;
                        color: #f3cd77;
                        text-align: center;
                        width: fit-content;
                        margin: auto;
                        line-height: 1;

                        span {
                            font-size: 0.6em;
                            font-style: italic;
                        }

                        span.y {
                            display: block;
                            text-align: right;
                            line-height: 1.3;
                        }
                    }

                    .c {
                        font-size: 1em;
                        padding: 0 0 0.5em;
                        color: #f3cd77;
                    }

                    .c div {
                        font-size: 1em;
                        display: inline-block;
                        line-height: 30px;
                        margin-left: 10px;
                    }

                    .c span {
                        border-radius: 50%;
                        background-color: #f3cd77;
                        width: 20px;
                        line-height: 20px;
                        height: 20px;
                        text-align: center;
                        font-size: 16px;
                        color: #fff;
                        display: inline-block;
                        font-family: var(--fontgothic);
                        color: #000;
                    }
                }

                .onebox.card1 {
                    width: calc(98% / 2);
                    margin: 0 auto 1em;
                }

                .onebox.card2 {
                    width: 98%;
                    margin: 0 auto;
                    max-width: 200px;
                }
            }

            .credit {
                text-align: center;
                background: url(../../images/credit_bg.jpg) no-repeat center center / cover;
                color: #fff;
                padding: 1.5em 0;

                .box {
                    .t1 {
                        text-align: center;
                        font-size: 1.2em;
                        padding: 0 0 0.5em;
                    }

                    .t2 {
                        text-align: center;
                        font-size: 0.7em;
                        padding: 0 0 1em;
                    }

                    .t3 {
                        text-align: center;
                        font-size: 0.8em;
                        line-height: 1.2;
                        font-family: var(--fontgothic);
                    }

                    .b {
                        text-align: center;
                        padding: 30px 0 20px;
                        font-family: var(--fontgothic);

                        .i {
                            display: inline-block;
                        }

                        .btn {
                            display: inline-block;
                            border: 1px solid #fff;
                            height: 50px;
                            align-content: center;
                            text-align: center;
                            font-size: 0.8em;
                            color: #fff;
                            display: inline-block;
                            vertical-align: top;
                            margin: auto;
                            width: calc(80% - 2px);
                            max-width: 500px;
                        }
                    }
                }

                .box.b {
                    .btn {
                        margin: 2% auto;
                        width: calc(80% - 2px);
                        max-width: 500px;
                        display: block;
                    }
                }
            }
        }
    }

    .system_box03 {
        width: 98%;
        margin: auto;

        .optionboxs {
            .boxs {
                display: block;
                margin: auto;
                padding: 1em 0 2em;

                .box {
                    width: 100%;
                    padding: 0;
                    font-size: 1.2em;

                    .onebox {
                        font-size: 1em;
                        padding-bottom: 0.25em;
                        display: flex;
                        justify-content: space-between;
                        max-width: 350px;
                        margin: auto;
                        width: 98%;

                        .t1 {
                            max-width: 180px;
                            font-size: 0.9em;

                            span {
                                font-size: 0.7em;
                            }
                        }

                        .t3 {
                            color: #f3cd77;
                            display: flex;
                            flex-wrap: wrap;
                            justify-content: space-between;
                            font-style: italic;
                            max-width: 160px;
                            font-size: 1.2em;

                            span {
                                font-size: 0.5em;
                                color: #fff;
                                font-style: italic;
                                display: block;
                                text-align: right;
                                width: 100%;
                            }
                        }

                        .t3::before {
                            content: "…";
                            font-size: 0.7em;
                            line-height: 34px;
                            display: block;
                            color: #fff;
                            margin: 0 0.25em;
                        }
                    }
                }
            }
        }
    }

    .system_box04 {
        width: 95%;
        margin: auto;
        padding: 0 0 2em;

        .transportationboxs {
            .boxs {
                .onebox {
                    border-bottom: 1px solid #fff;
                    padding: 0.5em 0;

                    .box {
                        display: block;

                        .t1 {
                            color: #f3cd77;
                            font-size: 1.5em;
                            font-style: italic;

                            span {
                                font-size: 0.5em;
                                font-style: italic;
                            }
                        }

                        .t2 {
                            padding-top: 1%;
                            padding-left: 1%;
                            color: #fff;
                            font-size: 0.8em;
                            font-family: var(--fontgothic);
                        }
                    }
                }
            }

            .boxs02 {
                padding: 1em 0 0;

                .t1 {
                    padding-top: 1%;
                    padding-left: 1%;
                    color: #fff;
                    font-size: 0.8em;
                    font-family: var(--fontgothic);
                }

                .t2 {
                    color: #f3cd77;
                    font-size: 1.5em;
                    font-style: italic;

                    span {
                        font-size: 0.5em;
                        font-style: italic;
                    }
                }
            }
        }
    }

    .system_box05 {
        width: 98%;
        padding: 0;

        .transportationbtn {
            .btns {
                display: block;
                width: 100%;
                margin: 1em 0 0;

                .btn {
                    width: calc(98% - 2px);
                    border: 1px solid #fff;
                    margin: 0.5em auto 0;
                    text-align: center;
                    display: block;
                    font-size: 0.8em;
                    color: #fff;
                    max-width: 500px;
                    padding: 0.5em 0;

                    span {
                        display: block;
                        font-size: 0.8;
                        font-family: var(--fontgothic);
                        text-align: center;
                    }
                }
            }
        }
    }

    .system_box06 {
        background: url(../../images/system_box05_bg.jpg) no-repeat scroll right bottom #000;
        background-size: cover;
        padding: 2em 0 5em;

        .matterboxs {
            width: 90%;
            font-family: var(--fontgothic);
            margin: auto;
            padding: 1em 0 0;
            font-size: 0.8em;
            color: #fff;
            line-height: 1.8;
        }
    }
}

.foam_box.contact_send {
    padding: 0 0;
}

.foam_box.contact_send {
    padding: 9% 0;
}

.foam_box.contact_send .txt .btn {
    margin: 12% auto 0;
    width: 250px;
    line-height: 70px;
}

#movie .movie .onebox {
    width: calc(100% - 1%);
}

#hotel {
    padding: 0 0 5em;

    #hotel_menu {
        .boxs {
            display: block;
            width: 100%;
            max-width: 1100px;
            margin: 0 auto;

            a {
                width: calc(90% - 2px);
                max-width: 500px;
                margin: 2% auto;
                border: 2px solid #fff;
                text-align: center;
                display: block;
                color: #fff;
                font-size: 1em;
                padding: 1em 0;

                span {
                    display: contents;
                    transform: none;
                    color: #fff;
                    text-align: center;
                    transform: rotateZ(90deg);
                }
            }
        }
    }

    .hotel_box01 {
        margin: 0 auto 0px;
        width: 98%;
        border: 1px solid #fff;
        padding: 1.5em 0;
        max-width: 1500px;

        .tit {
            font-size: 1.7em;
            text-align: center;

            span {
                font-size: 0.7em;
                text-align: center;
                display: block;
            }
        }

        .area_box {
            .txt {
                font-size: 1.2em;
                text-align: center;
                margin: 2em 0 1em;
                color: #fff;
            }

            .boxs {
                width: 98%;
                margin: auto;
                display: flex;
                flex-wrap: wrap;

                a {
                    width: calc(100% / 2 - 14px);
                    border: 2px solid #fff;
                    font-size: 0.7em;
                    color: #fff;
                    position: relative;
                    font-family: var(--fontgothic);
                    margin: 0 auto 1em;
                    position: relative;

                    .btn_arrow::after {
                        content: '⇀';
                        position: relative;
                        transform: scaleX(1.5);
                        right: auto;
                        transition: 0.5s;
                        text-align: center;
                        position: absolute;
                        top: 0;
                        bottom: 0;
                        right: 10px;
                        align-content: center;
                    }
                }

                a div {
                    padding: 1em 0;
                    transition: all 1s;
                    text-align: center;
                }

                a:hover div {
                    background-color: var(--red);
                }
            }
        }
    }

    .hotel_box02 {
        margin: 2em auto auto;
        width: 98%;
        max-width: 1500px;

        .tit {
            font-size: 1.5em;
            text-align: center;

            span {
                font-size: 0.7em;
                text-align: center;
                display: block;
            }
        }

        .txt {
            font-size: 0.8em;
            padding: 2em 0 0;
            text-align: center;
            font-family: var(--fontgothic);
        }

        .area {
            font-size: 1.2em;
            text-align: center;
            padding: 1em 0 30px;
        }

        .hotelarea_box {
            font-family: var(--fontgothic);
            font-size: 1em;
            color: #fff;

            .tit_box {
                background-color: #282828;
                color: #fff;
                display: flex;
                width: 100%;

                div div {
                    padding: 1em 8%;
                }
            }

            .name {
                width: calc(30% - 1px);
                border-bottom: 1px solid #fff;
                border-left: 1px solid #fff;
            }

            .tel {
                width: calc(25% - 1px);
                border-bottom: 1px solid #fff;
                border-left: 1px solid #fff;
            }

            .address {
                width: calc(45% - 1px);
                border-bottom: 1px solid #fff;
                border-left: 1px solid #fff;
            }

            .txtb {
                padding: 1em 8%;
                position: relative;
            }

            .titb {
                display: none;
            }

            .onebox {
                border: 1px solid #fff;
                width: calc(100% - 4px);
                color: #fff;
                display: block;
                margin: auto auto 1em;

                .card {
                    display: flex;
                    width: 100%;
                    border: 1px solid #fff;

                    .h_tit {
                        width: calc(27% / 1);
                        background: #282828;
                        padding: 10px 2%;
                        font-size: 16px;
                    }

                    .h_txt {
                        width: calc(69% / 1);
                        border-left: 2px solid #fff;
                        padding: 0px 2%;
                        position: relative;
                        font-size: 16px;
                        width: calc(69% / 1);
                        border-left: 2px solid #fff;
                        box-sizing: border-box;
                        height: 100%;
                        min-height: 40px;
                        display: flex;
                        flex-wrap: wrap;
                        align-items: center;
                    }
                }
            }

            a:hover {
                opacity: 1;
            }

            a:hover .onebox {
                background-color: var(--red);
            }
        }
    }
}

#hotel_shop {
    .hotel_shop_box {
        padding: 5em 0;
        color: #fff;

        .t1 {
            padding-bottom: 1em;
            font-size: 1.5em;
            text-align: center;
            width: 98%;
            margin: auto;
        }

        .t2 {
            padding-bottom: 2em;
            font-size: 1em;
            line-height: 2;
            font-family: var(--fontgothic);
            text-align: center;
            width: 98%;
            margin: auto;
        }

        .hotelarea_map {
            width: 100%;
            max-width: 1000px;
            margin: auto;
        }

        .btn {
            display: block;
            font-size: 14px;
            position: relative;
            padding: 25px 0;
            width: 250px;
            margin: 70px auto 0;
            border: 1px solid #fff;
            color: #fff;
            text-align: center;
            font-family: var(--fontgothic);
            justify-content: space-between;
            align-items: center;
            transition: 0.5s;
        }
    }
}

.schedule_btn .schedule_btns {
    flex-wrap: wrap;
}

#top_newface .onebox .profbox .box {
    font-size: 36px;
    padding: 0 0 25px 15px;
}


/*-------------------------
newface
-------------------------*/

#newface {
    padding: 0 0 5em;

    .newface_girlsboxs {
        .onebox {
            width: 100%;
            margin: 0.25% auto 1.5em;
            max-width: 600px;
            color: #fff;
            display: block;
            background: url(../../images/sp_newface_girlsboxs_bg.jpg) no-repeat bottom right / cover;

            .img {
                width: 100%;
                margin: 0 auto auto;
                flex-shrink: 0;
                position: relative;
                height: fit-content;
                border: 1px solid #fff;
                width: calc(100% - 2px);
                padding: 10px;

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

                .icon01 {
                    position: absolute;
                    top: 10px;
                    left: 10px;
                }

                .icon02 {
                    position: absolute;
                    bottom: 10px;
                    right: 10px;
                }

                .icon03 {
                    position: absolute;
                    top: 10px;
                    right: 10px;
                    width: 25%;
                    max-width: fit-content;
                }

                .hover {
                    display: none;
                }
            }

            .img:hover .hover {
                display: block;
                background: #0000007a;
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                align-content: center;

                div {
                    color: #fff;
                    border: 1px solid #fff;
                    width: 80%;
                    padding: 5px 0;
                    text-align: center;
                    margin: auto;
                    transition: all 1s;
                    font-size: 18px;
                }

                div::after {
                    content: '⇀';
                    margin: auto auto auto 5px;
                }

                div:hover:after {
                    margin: auto auto auto 10px;
                }
            }

            .profile {
                padding: 1%;
                margin: 5px;
                background: #000000bd;

                .days {
                    padding: 0.5em 0 0.25em 0.5em;
                    font-size: 1.2em;
                    color: #f3cd77;
                }

                .name {
                    font-size: 1.2em;
                    margin: auto auto 0.25em 0.5em;
                }

                .size {
                    font-size: 0.9em;
                    margin: auto auto 0.25em 0.5em;
                }

                .text {
                    font-size: 0.8em;
                    line-height: 1.5;
                    font-family: var(--fontgothic);
                    padding: 0.5em;

                    .scrolldesign {
                        max-height: 300px;
                        overflow-y: auto;
                        padding: 0 10px 0 0;
                    }
                }
            }
        }
    }
}

#pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--fontgothic);
    padding: 30px 0px 0;
    font-size: 1em;

    button {
        background: none;
        border: none;
        color: #fff;
        display: block;
        width: 30px;
        text-align: center;
        line-height: 30px;
        margin: 0 2.5px;
        font-size: 1em;
    }

    button.active {
        background-color: #debb6d;
        color: #000;
        border-radius: 50%;
    }

    button.prev-btn {
        color: #fff;
        width: auto;

        &::before {
            content: "↼ PREV";
        }
    }

    button.next-btn {
        color: #fff;
        width: auto;

        &::before {
            content: "PREV ⇀";
        }
    }

    .prev-disabled,
    .next-disabled {
        display: none;
    }
}

@media screen and (max-width: 650px) {
    .girlsboxs a {
        width: calc(100% / 2 - 2px);
    }
}

/* 260216 */
#system {
    .system_box01 {
        & .pricecards {
            .pricecard {
                background: url(../../images/system_course_bg.png) no-repeat center center / 100% 100%;
                padding: 50px 40px;
                max-width: 500px;
                border: none;

                & .price {
                    p {
                        padding: 15px 0 30px;
                    }
                }

                .price:last-of-type {
                    & .card {
                        margin: auto auto 0.5em 0;
                        justify-content: center;

                        .t {
                            width: auto;
                            max-width: fit-content;
                            margin: 10px 20px auto 0;
                        }

                        .p {
                            width: auto;
                            max-width: fit-content;
                        }
                    }

                    .card:first-of-type {
                        .p {
                            padding: 0;
                        }
                    }
                }
            }

            .pricecard:nth-child(2n) {
                background: url(../../images/system_course_bg.png) no-repeat center center / 100% 100%;
            }
        }
    }
}

@media screen and (max-width: 421px) {
    #system {
        & .system_box01 {
            & .pricecards {
                & .pricecard {
                    & .price:last-of-type {
                        & .card {
                            .p {
                                width: 140px;
                            }
                        }
                    }
                }
            }
        }
    }
}

#profile {
    & .profile_box01 {
        .free_cards {
            .freecard {
                border: 1px solid #fff;
                width: 98%;
                max-width: 390px;
                padding: 10px;
                background: #ffffff1f;
                margin: 20px auto auto;

                .free_title {
                    font-size: 1em;
                    text-align: center;
                    border-bottom: 1px solid #fff;
                    padding: 0 0 0.3em;
                    line-height: 1.5;
                    span{
                        display: block;
                        font-size: 0.8em;
                        text-align: center;
                    }
                }

                .free_card {
                    line-height: 1.5;
                    margin: 0.5em auto 0;
                    
                }
            }
        }
    }
}
ul.top_linkbanner{
    display: block;
    width: 98%;
    max-width: fit-content;
    margin: auto;
    padding: 50px 0;
    flex-wrap: wrap;
    li{
        width: fit-content;
            margin: 0 auto 5px;
    }
}