@charset "utf-8";
:root {
    /* store */
    --fontgothic: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'メイリオ', 'Meiryo', sans-serif;
    --fontmincho: '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN W3', 'HiraMinProN-W3', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'Noto Serif JP', serif;
    --gold: #f3cd77;
    --red: #910201;
    --gradation01: linear-gradient(to right, #910201 0%, #cc9942 100%);
}


/* /all-color */

* {
    margin: 0;
    padding: 0;
}

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

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

div {
    box-sizing: border-box;
}

a:hover {
    opacity: 0.7;
}

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

.pc_none {
    display: none !important;
}

.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 main {
    background: url(../images/contents_bg.jpg) no-repeat scroll center top #000;
    padding: 0 0;
    background-attachment: fixed;
}

main#system {
    background: url(../images/all_bg.jpg) no-repeat scroll center top #000;
    padding: 0 0;
    background-attachment: fixed;
}

#title {
    background: url(../images/title_bg.png) no-repeat scroll center top;
    height: 490px;
    align-content: center;
    div {
        color: #fff;
        font-size: 60px;
        line-height: 1.3;
        text-align: center;
        padding: 0;
        margin: auto;
        span {
            font-size: 24px;
            display: block;
            text-align: center;
        }
    }
}

#pankuzu {
    font-size: 14px;
    color: #fff;
    width: 100%;
    margin: 10px auto 40px;
    font-family: var(--fontgothic);
    padding: auto 1%;
    div {
        width: 98%;
        padding: 10px 0;
        margin: auto;
        /*max-width: 1400px;*/
    }
    a {
        color: #fff;
    }
    a:hover {
        text-decoration: underline;
    }
    span {
        text-decoration: underline;
    }
}
main{
    min-height: calc(100vh - 37px);
}
#main {
    /*padding: 0;
    background: url(../images/top_bg.jpg) no-repeat top center / cover;
    background-attachment: fixed;*/
    #pankuzu {
        margin: 0 auto;
        background: #910201;
    }
    header .top_header_bar {
        display: block;
    }
    main {
        padding: 0;
    }
}


/*==================================================
header
===================================*/

header {
    .top_header_bar {
        background-color: #000;
        width: 100%;
        z-index: 999;
        position: relative;
        display: none;
        height: 100px;
        align-content: center;
        .boxs {
            display: flex;
            justify-content: space-between;
            width: calc(96% - 30px);
            padding: 0% 0 0 1%;
            .left_box {
                display: flex;
                .logo {
                    margin: auto;
                    max-width: 330px;
                    width: 100%;
                    img {
                        height: auto;
                        width: 100%;
                        padding: 0;
                    }
                }
                .tel_box {
                    margin: auto;
                    max-width: 280px;
                    .telbox {
                        color: #fff;
                        padding: 0 0 0 20px;
                    }
                    .open {
                        font-size: 18px;
                    }
                    .tel {
                        font-size: 24px;
                        margin-bottom: 5px;
                    }
                    .open {
                        font-size: 18px;
                    }
                }
            }
            .right_box {
                .conceptbtn {
                    display: block;
                    background: url(../images/conceptbtn.jpg) no-repeat scroll center top;
                    width: 217px;
                    height: 80px;
                    margin: auto;
                    background-size: 100% 100%;
                    text-align: center;
                    align-content: center;
                }
                .btn {
                    color: #fff;
                    font-size: 30px;
                    width: fit-content;
                    margin: auto auto auto 20px;
                    span {
                        display: block;
                        font-size: 12px;
                    }
                }
            }
        }
    }
    .header_bar {
        background-color: #000;
        position: fixed;
        width: 100%;
        z-index: 995;
        top: 0;
        height: 100px;
        align-content: center;
        .boxs {
            display: flex;
            width: calc(100% - 100px);
            padding: 0%;
            margin: auto 100px auto auto;
            height: 100%;
            .logo {
                width: 20%;
                height: fit-content;
                margin: auto;
                padding: 0 2% 0 1%;
                img {
                    height: auto;
                    width: 100%;
                    margin: auto;
                }
            }
            .telbox {
                width: 15%;
                color: #fff;
                padding: 0 2% 0 0;
                align-content: center;
                .tel {
                    font-size: 24px;
                    margin-bottom: 5px;
                }
                .open {
                    font-size: 18px;
                }
            }
            .nav {
                width: 65%;
                ul {
                    display: flex;
                    justify-content: space-between;
                    height: 100%;
                    li {
                        font-size: 14px;
                        padding: 0;
                        text-align: center;
                        display: block;
                        line-height: 2;
                        position: relative;
                        z-index: 1;
                        transition: .3s;
                        width: -webkit-fill-available;
                        height: 100%;
                        align-content: center;
                        a {
                            color: #fff;
                            transition: all 1s;
                            height: 100%;
                            display: block;
                            text-align: center;
                            align-content: center;
                            span {
                                display: block;
                                font-size: 18px;
                                font-family: var(--fontgothic);
                                text-align: center;
                            }
                        }
                    }
                    li:hover {
                        background-color: #f3cd77;
                        transition: all 1s;
                    }
                    li:hover a {
                        color: #000;
                    }
                }
            }
            .right_box {
                float: right;
                padding: 0 70px 0 0;
                .btn {
                    color: #fff;
                }
                .btn span {
                    display: block;
                }
            }
        }
    }
}


/*==================================================
header_nav
===================================*/

.header_nav {
    background-color: #000;
    position: relative;
    z-index: 997;
    nav {
        ul {
            display: flex;
            width: 98%;
            margin: auto;
            max-width: 1800px;
            padding: 0;
            li {
                width: calc(100% / 12);
                text-align: center;
                font-size: 14px;
                line-height: 1.8;
                padding: 20px 0 40px;
                a {
                    color: #fff;
                }
                span {
                    display: block;
                    text-align: center;
                    font-size: 18px;
                    font-family: var(--fontgothic);
                }
                .none {
                    display: none;
                }
                .appear_nav {
                    display: none;
                    .list {
                        text-align: center;
                        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;
                        }
                    }
                }
            }
            li.img {
                width: calc(100% / 12 * 2);
                position: relative;
                div {
                    display: inline-block;
                }
                img {
                    position: absolute;
                    margin: auto;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    top: 0;
                    z-index: 100;
                }
            }
            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%;
                }
                a {
                    color: #f5cc7a;
                }
                .none {
                    display: block;
                }
            }
        }
    }
}


/*==================================================
footer
==================================================*/

footer {
    background: linear-gradient(180deg, #1d1d1d, #000);
    #footer {
        display: flow-root;
        width: 98%;
        margin: auto;
        padding: 75px 0 50px;
        .logo {
            float: left;
            width: 18%;
            margin: 0 1%;
            img {
                width: 100%;
                height: auto;
            }
        }
        .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;
            }
        }
        .navbox {
            float: left;
            width: 55%;
            display: flex;
            font-family: var(--fontgothic);
            ul {
                width: calc(100% / 6);
                li {
                    color: #f3cd77;
                    font-size: 18px;
                    margin-bottom: 10px;
                    padding-left: 1%;
                    font-weight: 500;
                }
                a li {
                    color: #fff;
                    padding-left: 15px;
                    position: relative;
                    font-size: 14px;
                    font-weight: 100;
                    transition: all 1s;
                }
                a li::before {
                    content: "▶";
                    position: absolute;
                    left: 0;
                    color: var(--red);
                    display: none;
                }
                a:hover li::before {
                    display: block;
                }
            }
        }
    }
    .copy {
        width: 100%;
        text-align: center;
        font-family: var(--fontgothic);
        font-size: 14px;
        padding: 10px 0;
        background-color: var(--red);
        a {
            color: #fff;
        }
    }
}


/* index */

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

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

#index_logo {
    text-align: center;
    padding: 0 5% 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;
}

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

.index_txt02 a {
    font-size: 23px;
    text-decoration: underline;
    color: #fff;
}

.index_linkbok {
    text-align: center;
    width: 100%;
    max-width: 1000px;
    padding: 50px 0 100px;
    margin: auto;
}

.index_linkbok a {
    display: inline-block;
    margin: 0.5%;
}

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

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

#index footer #footer {
    display: none;
}

.enter_btn {
    background: url(../images/enter_btn.png) no-repeat scroll center top;
    width: 90%;
    margin: 0 auto 30px;
    max-width: 642px;
    line-height: 92px;
    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;
    opacity: 1;
}

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


/*トップ*/

.top_header_movie {
    z-index: 996;
    position: relative;
    background: url(../images/dummy_topimg.jpg) no-repeat center center / cover;
    background-attachment: fixed;
    height: 500px;
    align-content: center;
    .top_video {
        width: 95%;
        max-width: 1800px;
        margin: auto;
        height: fit-content;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        video {
            border: 10px solid #000;
            width: 40%;
            max-width: 800px;
            height: auto;
            margin: auto auto auto 0;
        }
    }
}

.top_photodiary_card {
    background: #000;
    padding: 5px 0 50px;
    .photodiary_card {
        max-width: 1250px;
        width: 90%;
        margin: 70px auto 0;
        .tit {
            background-image: linear-gradient(to right, #f3cd77 0%, #fce8bb 50%, #f3cd77 100%);
            padding: 5px 0;
            line-height: 1;
            color: #000;
            border-radius: 20px 20px 0 0;
            font-size: 35px;
            text-align: center;
            span {
                font-size: 17px;
            }
        }
        .box {
            background: url(../images/photodiary_bg.png) no-repeat center center / 100% 100%;
            width: 100%;
            height: 270px;
        }
    }
}

#top_box01 {
    display: flex;
    width: 98%;
    margin: auto;
    .top_news {
        width: 28%;
        margin-right: 2%;
        margin-bottom: 1%;
        float: left;
        background: url(../images/top_news_bg.png) no-repeat scroll center top;
        background-size: 100% 100%;
        padding: 4% 0 2%;
    }
    .top_news a {
        color: #fff;
    }
    .top_news .titl {
        font-size: 50px;
        text-align: center;
        color: #fff;
        padding-bottom: 2%;
    }
    .top_news .titl span {
        font-size: 24px;
    }
    .top_news .onebox {
        padding: 0;
        margin: 0;
    }
    .top_news .top_news_slider {
        margin: 0 10%;
    }
    .top_news .onebox .img {
        padding-bottom: 40px;
        padding-bottom: 9%;
    }
    .top_news .onebox .t01 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .top_news .onebox .t02 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .top_news .onebox .t03 {
        font-size: 12px;
        height: 100px;
        line-height: 1.5;
        overflow-y: scroll;
        padding-right: 5px;
        font-family: var(--fontgothic);
        max-height: 12vw;
        height: auto;
    }
    .top_slider_box {
        width: 70%;
        float: left;
    }
    .top_slider_box .slider_box01,
    .top_slider_box .slider_box02 {
        background: url(../images/top_slider_box_bg.png) no-repeat;
        background-size: 100% 100%;
        padding: 4% 4.5% 4%;
        margin-bottom: 1.5%;
    }
    .top_slider_box .slider_box01 .slick-next::before,
    .top_slider_box .slider_box02 .slick-next::before {
        background: url(../images/naxt_right.png) no-repeat;
        width: 60px;
        height: 60px;
        content: '';
        display: block;
    }
    .top_slider_box .slider_box01 .slick-next::before,
    .top_slider_box .slider_box02 .slick-next::before {
        background: url(../images/naxt_right.png) no-repeat;
        width: 60px;
        height: 60px;
        content: '';
        display: block;
    }
    .top_slider_box .slider_box01 .slick-prev::before,
    .top_slider_box .slider_box02 .slick-prev::before {
        background: url(../images/naxt_left.png) no-repeat;
        width: 60px;
        height: 60px;
        content: '';
        display: block;
        z-index: 500;
    }
    .top_slider_box .slider_box01 .slick-prev::before,
    .top_slider_box .slider_box02 .slick-prev::before {
        background: url(../images/naxt_left.png) no-repeat;
        width: 60px;
        height: 60px;
        content: '';
        display: block;
        z-index: 500;
    }
    .top_slider_box .txt div {
        color: #000;
        text-align: center;
        font-size: 12px;
        line-height: 1.5;
        font-family: var(--fontgothic);
    }
    .top_slider_box .txt .t01 {
        font-weight: 600;
    }
    .top_slider_box .slider {
        background-color: #fff;
        padding: 25px 0;
    }
    .top_slider_box .t {
        font-size: 50px;
        color: #fff;
        text-align: center;
        margin-bottom: 2%;
    }
    .top_slider_box .t strong {
        font-weight: 100;
    }
    .top_slider_box .t span {
        font-size: 24px;
    }
}

.t_tit {
    font-size: 70px;
    line-height: 1.4;
    padding: 50px 0 30px;
    span {
        font-size: 24px;
    }
}

.girlsboxs {
    display: flex;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    a {
        display: block;
        width: calc(100% / 5 - 2px);
        border: 1px solid #fff;
        margin: 0;
        color: #fff;
        background-color: #000000;
        /* padding-bottom: 63px;*/
        position: relative;
        .onebox {
            .days {
                font-size: 24px;
                text-align: center;
                background-color: #000;
                padding: 15px 0;
            }
            .img {
                position: relative .img .hover {
                    display: none;
                }
                .icon01 {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 40%;
                    max-width: 150px;
                }
                .icon02 {
                    position: absolute;
                    bottom: 0;
                    right: 0;
                    img {
                        display: block;
                        margin-top: 5px;
                    }
                }
                .icon03 {
                    position: absolute;
                    top: 5px;
                    right: 5px;
                }
                img {
                    width: 100%;
                    height: auto;
                }
            }
            .profile {
                width: 100%;
                padding: 15px 0 0;
                div {
                    text-align: center;
                }
                .name {
                    font-size: 24px;
                    margin-bottom: 5px;
                }
                .size {
                    font-size: 18px;
                    margin-bottom: 10px;
                }
                .time {
                    font-size: 24px;
                    align-content: center;
                    background: url(../images/girlsboxs_time_.png) no-repeat center center / 100% 100%;
                    margin: 0 auto 10px;
                    width: 90%;
                    max-width: 311px;
                    height: 51px;
                }
                .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;
                    }
                }
                .situation {
                    text-align: center;
                    padding: 10px 0 15px;
                    font-size: 24px;
                    line-height: 30px;
                    /*position: absolute;*/
                    bottom: 0;
                    width: 100%;
                    span {
                        font-size: 30px;
                        line-height: 0;
                    }
                }
                .situation.next {
                    padding: 5px 0;
                    font-size: 22px;
                }
                .situation.next div {
                    font-size: 15px;
                    line-height: 20px;
                }
            }
        }
    }
    a:hover .onebox .img .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;
        }
    }
}

.slide_blackbg {
    height: 100%;
    box-sizing: border-box;
    position: relative;
}

.slide_blackbg::before,
.slide_blackbg::after {
    content: "";
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 90%);
    z-index: 10;
}

@media screen and (max-width: 1200px) {
    .slide_blackbg::before,
    .slide_blackbg::after {
        width: 220px;
    }
}

.slide_blackbg::before {
    left: 0;
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 90%);
}

.slide_blackbg::after {
    right: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .6) 90%);
}

#girls .girlsboxs a {
    padding-bottom: 0;
    border: 1px solid #282828;
    margin: 0 0 15px;
}

.schedule .girlsboxs {
    padding: 0 0 140px;
    a {
        max-width: 450px;
    }
}

#gonow .gonow_box {
    padding: 0 0 140px;
}

#top_schedule {
    padding: 0 0 145px;
    .top_schedule_tabs {
        background: url(../images/top_schedule_tabs.jpg);
        height: 110px;
        align-content: center;
        margin: auto auto 30px;
        ul.tabs {
            width: fit-content;
            margin: auto;
            li {
                position: relative;
                display: inline-block;
                padding: 10px 20px;
                margin: 5px;
                cursor: pointer;
                background: #ffffff00;
                border: 1px solid #fff;
                overflow: hidden;
                width: 250px;
                text-align: center;
                font-size: 24px;
                padding: 20px 0;
                transition: all 1s;
            }
            li:hover {
                background: #ffffff7a;
            }
            li.active {
                background: #ffffffd0;
                color: #000;
            }
            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%;
    }
}

#top_pickup_news {
    display: flex;
    margin: auto;
    .t_tit {
        background: url(../images/top_pickup_news_tit.jpg);
        font-size: 70px;
        text-align: left;
        position: relative;
        height: 145px;
        align-content: center;
        line-height: 1;
        padding: 0 15px;
        display: flex;
        div {
            margin: auto auto auto 0;
            span {
                font-size: 0.25em;
                text-align: left;
                width: fit-content;
            }
        }
        a {
            width: 40%;
            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: 0.34em;
            text-align: center;
            margin: auto 0 auto auto;
        }
        a::after {
            content: '⇀';
            color: #fff;
            margin: auto auto auto 5px;
            position: absolute;
            right: 1em;
            transition: 0.5s;
        }
        a:hover {
            background-position: left;
        }
        a:hover:after {
            right: 0.85em;
        }
    }
    #top_pickup {
        width: 49%;
        margin: 0.5%;
        .top_pickup {
            margin: 50px auto auto;
            .onecard {
                max-width: 320px;
                .img {
                    margin: auto auto 10px;
                    img {}
                }
                .card {
                    background: rgba(0, 0, 0, 0.4);
                    color: #fff;
                    margin: auto auto 30px;
                    padding: 10px 5px;
                    .name {
                        font-size: 24px;
                        text-align: center;
                        span {
                            font-size: 16px;
                        }
                    }
                    .size {
                        font-size: 18px;
                        text-align: center;
                    }
                }
            }
            .onecard:hover {
                .img {
                    img {
                        opacity: 0.7;
                    }
                }
            }
        }
    }
    #top_news {
        width: 49%;
        margin: 0.5%;
        .top_news {
            margin: 5px auto auto;
            .onecard {
                display: flex;
                padding: 15px 2.5%;
                border: 1px solid #fff;
                border-radius: 20px;
                background: rgba(0, 0, 0, 0.4);
                width: calc(100% - 2px);
                .img {
                    width: 55%;
                    max-width: 500px;
                    flex-shrink: 0;
                    margin: 0 10px auto auto;
                }
                .card {
                    color: #fff;
                    text-align: center;
                    font-size: 24px;
                    .tit {
                        background-color: #b7b4b5;
                        padding: 10px 5%;
                        border-radius: 30px;
                        font-size: 20px;
                        font-weight: 700;
                        color: #000;
                        margin: auto auto 10px;
                    }
                    .txt {
                        font-size: 18px;
                        margin: auto auto 30px;
                        overflow-y: auto;
                        max-height: 400px;
                    }
                }
            }
        }
    }
    .slick-prev,
    .slick-next {
        width: 35px;
        height: 80px;
        background: #000000bf;
        border-radius: 5px;
    }
}

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

.viewmore_btn {
    display: block;
    div.btn {
        color: #fff;
        display: flex;
        font-size: 16px;
        align-content: center;
        transition: all 0.5s;
        width: 100%;
        max-width: 250px;
        margin: auto;
        flex-wrap: wrap;
        border-radius: 20px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        overflow: hidden;
        transition: all 0.4s;
        div {
            align-content: center;
            width: calc(100% - 58px);
            text-align: center;
            transition: all 0.5s;
            position: relative;
            z-index: 1;
        }
    }
    div.btn::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 50%;
        width: calc(100% + 30%);
        height: calc(100% + 2px);
        clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
        background-image: var(--gradation01);
        transform: translateX(-100%);
        transition: all 0.4s;
    }
    div.btn::before {
        content: "+";
        width: 48px;
        height: 48px;
        background-image: var(--gradation01);
        display: block;
        border-radius: 50%;
        text-align: center;
        align-content: center;
        transition: all 0.4s;
        margin: auto 10px auto 0;
        font-size: 20px;
        z-index: 10;
    }
}

.viewmore_btn.is-hover {
    div.btn {
        /*-image: var(--gradation01);*/
        padding: 0 10px 0 0;
        div {}
    }
    div.btn::before {
        content: '⇀';
        background: none;
        margin: auto auto;
    }
    div.btn::after {
        transform: translateY(0);
    }
}

#top_ranking {
    padding: 30px 0 100px;
    .top_ranking_tit {
        .t_tit {
            position: relative;
            span {}
            a {
                background: url(../images/top_ranking_btn.jpg)no-repeat center center / 100% 100%;
                width: 30%;
                max-width: 460px;
                height: 142px;
                position: absolute;
                font-size: 35px;
                color: #fff;
                margin: auto;
                top: 0;
                bottom: 0;
                right: 15px;
                text-align: center;
                align-content: center;
                span {
                    color: #f3cd77;
                    display: contents;
                    font-size: 1em;
                }
            }
            a:hover {
                transform: scale(1.05);
                filter: brightness(0.8);
            }
            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;
            }
        }
    }
}


/*.ranking {
    .onecard {
        max-width: 450px;
        position: relative;
        .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: 10px;
            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;
                }
            }
        }
    }
    .onecard:hover {
        padding: 0 0 5px;
    }
    .slick-prev {
        right: 5px;
        left: auto;
        width: auto;
        height: auto;
    }
    .slick-prev:before {
        background: url(../images/naxt_right.png) no-repeat;
        width: 60px;
        height: 60px;
        content: '';
        display: block;
        z-index: 500;
    }
    .slick-next {
        right: auto;
        left: 5px;
        width: auto;
        height: auto;
    }
    .slick-next:before {
        background: url(../images/naxt_left.png) no-repeat;
        width: 60px;
        height: 60px;
        content: '';
        display: block;
    }
}*/

.ranking_boxs {
    width: 100%;
    overflow-x: auto;
    position: relative;
    padding: 0 20px 0;
    .ranking_box {
        display: flex;
        /*width: max-content;*/
        padding: 5px 0 20px;
        .onecard {
            max-width: 400px;
            position: relative;
            display: block;
            width: calc(100% / 5);
            .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 / 100% auto;
                position: absolute;
                bottom: 10px;
                right: 0px;
                width: 260px;
                /*width: 50%;*/
                padding: 0 40px 20px;
                box-sizing: border-box;
                aspect-ratio: 141 / 107;
                img {
                    width: 150px;
                    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: 20px;
                        span {
                            font-size: 16px;
                        }
                    }
                    .size {
                        font-size: 15px;
                        padding: 5px 0 0;
                    }
                }
            }
        }
        /*.onecard:hover {
            padding: 0 0 5px;
        }*/
        .slick-prev {
            right: 5px;
            left: auto;
            width: auto;
            height: auto;
        }
        .slick-prev:before {
            background: url(../images/naxt_right.png) no-repeat;
            width: 60px;
            height: 60px;
            content: '';
            display: block;
            z-index: 500;
        }
        .slick-next {
            right: auto;
            left: 5px;
            width: auto;
            height: auto;
        }
        .slick-next:before {
            background: url(../images/naxt_left.png) no-repeat;
            width: 60px;
            height: 60px;
            content: '';
            display: block;
        }
    }
}

#top_newface {
    background: url(../images/top_newface_bg.jpg) no-repeat scroll center bottom;
    background-size: cover;
    padding-bottom: 120px;
    position: relative;
    margin: auto auto 40px;
    .onebox {
        width: 350px;
        .profbox {
            padding: 2% 3%;
            color: #fff;
            .box {
                font-size: 20px;
                color: #f3cd77;
                padding: 0 0 2% 4%;
            }
            .name {
                font-size: 24px;
                color: #fff;
                padding: 0 0 20px 15px;
                padding: 0 0 2% 4%;
                span {
                    font-size: 16px;
                }
            }
            .size {
                font-size: 18px;
                color: #fff;
                padding: 0 0 20px 15px;
                padding: 0 0 2% 4%;
            }
            .txt {
                font-size: 14px;
                line-height: 1.5;
                color: #fff;
                padding: 0 0 30px 15px;
                padding: 0 0 5% 4%;
                font-family: var(--fontgothic);
            }
            .schedule {
                font-size: 12px;
                color: #000;
                padding: 10px 25px;
                font-size: 24p margin-bottom: 15px;
                font-family: var(--fontgothic);
            }
            .time {
                font-size: 24px;
                color: #fff;
                padding: 0 0 0 15px;
                strong {
                    font-size: 40px;
                    color: #f3cd77;
                    font-weight: 100;
                    span {
                        font-size: 22px;
                    }
                }
            }
        }
        .img {
            margin: auto;
        }
        .img div {
            position: relative;
        }
        .img div.cast-animation {
            position: absolute;
        }
        .img .icon01 {
            position: absolute;
            top: 0;
            left: 0;
            width: 40%;
            max-width: 150px;
        }
        .img .icon02 {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 30%;
        }
        .img .icon03 {
            position: absolute;
            top: 0;
            right: 0;
            width: 30%;
            max-width: 122px;
        }
        .prof {
            background: url(../images/top_newface_prof.jpg) #000 no-repeat bottom right;
            margin: 5px;
        }
    }
    .slick-list {
        z-index: 1;
    }
    .slick-slide {
        margin: 0px;
        border: 1px solid #fff;
        padding: 3px;
    }
    .slick-slider {
        position: inherit;
    }
    .slick-prev {
        left: 30%;
    }
    .slick-prev:before {
        background: url(../images/naxt_left.png) no-repeat;
        width: 60px;
        height: 60px;
        content: '';
        display: block;
    }
    .slick-next {
        right: 30%;
    }
    .slick-next:before {
        background: url(../images/naxt_right.png) no-repeat;
        width: 60px;
        height: 60px;
        content: '';
        display: block;
    }
}

#top_link {
    padding: 80px 0 90px;
    background: #000;
    .links {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        max-width: 1450px;
        margin: auto;
        a {
            width: calc(100% / 3 - 1%);
            margin: 0.5%;
            display: block;
        }
        a img {
            width: 100%;
            height: auto;
        }
    }
}

#top_slider {
    background: url(../images/top_slider_bg.jpg);
    background-size: cover;
    padding: 30px 0;
}

#top_slider .sliderArea {
    width: 95%;
    margin: auto;
    max-width: 1270px;
}

#top_slider .sliderArea .slider_thumb {
    background: url(../images/top_slider_bg.png);
    background-size: 100% 100%;
    background-repeat: none;
    padding: 9% 8% 8%;
}

#top_slider .sliderArea .slider_thumb .draggable {}

#top_slider .sliderArea .thumb {
    margin-top: 20px;
}

#top_slider .sliderArea .thumb .slick-slide {
    margin: 0px 0.05%;
}

#top_slider .sliderArea .thumb img {
    transition: all 1s;
}

#top_slider .sliderArea .thumb img:hover {
    opacity: 0.7;
    cursor: pointer;
}

#top_slider .slick-prev {
    left: 0;
}

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

#top_slider .slick-next {
    right: 0;
}

#top_slider .slick-next:before {
    background: url(../images/naxt_right.png) no-repeat;
    width: 60px;
    height: 60px;
    content: '';
    display: block;
}

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


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

#pc_navbox {
    position: fixed;
    z-index: -1;
    display: none;
    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;
    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: #fff;
    padding: 50px 0 20px;
    padding: 20% 0 10%;
}

#g-nav-list .rbox ul li .box .i {
    padding-right: 2%;
    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 li .box .t {
    font-size: 20px;
    width: 73%;
    font-size: 1.2vw;
}

#g-nav-list .rbox ul li .box .t span {
    font-size: 14px;
    display: block;
    margin-top: 5px;
    font-size: 0.8vw;
}

#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;
}

#hotel {
    padding: 0 0 140px;
    #hotel_menu .boxs {
        width: 100%;
        max-width: 1100px;
        margin: 0 auto 60px;
        display: flex;
    }
    #hotel_menu .boxs a {
        width: calc(100% / 2 - 84px);
        border: 2px solid #fff;
        text-align: center;
        display: block;
        margin: 0 40px;
        color: #fff;
        font-size: 24px;
        padding: 10px 0;
        span {
            text-align: center;
            display: block;
            transform: rotateZ(90deg);
            color: #d90011;
            transition: 0.5s;
        }
    }
    #hotel_menu .boxs a:hover {
        background-color: var(--red);
        span {
            padding: 0 0 0 5px;
        }
    }
    .hotel_box01 {
        margin: 60px auto 0px;
        width: 98%;
        border: 1px solid #fff;
        padding: 70px 0;
        max-width: 1500px;
    }
    .tit {
        font-size: 48px;
        text-align: center;
        span {
            font-size: 24px;
            text-align: center;
            display: block;
        }
    }
    .area_box {
        .txt {
            font-size: 30px;
            text-align: center;
            margin: 65px 0 35px;
            color: #fff;
        }
        .boxs {
            width: 95%;
            margin: auto;
            display: flex;
            flex-wrap: wrap;
        }
        .boxs a {
            width: calc(100% / 2 - 22px);
            display: block;
            border: 1px solid #fff;
            margin: 15px 10px;
            font-size: 24px;
            color: #fff;
            position: relative;
            font-family: var(--fontgothic);
        }
        .boxs a div {
            padding: 20px 0 20px 40px;
            transition: all 1s;
        }
        .boxs a:hover div {
            background-color: var(--red);
        }
    }
}

.hotel_box02 {
    margin: 60px auto 0px;
    width: 98%;
    padding-bottom: 70px;
    max-width: 1500px;
}

.hotel_box02 .tit {
    font-size: 48px;
    text-align: center;
}

.hotel_box02 .tit span {
    font-size: 24px;
    text-align: center;
    display: block;
}

.hotel_box02 .txt {
    font-size: 24px;
    padding: 50px 0 0;
    text-align: center;
    font-family: var(--fontgothic);
}

.hotel_box02 .area {
    font-size: 30px;
    text-align: center;
    padding: 50px 0 30px;
}

.hotel_box02 .hotelarea_box {
    font-family: var(--fontgothic);
    font-size: 24px;
    color: #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

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

.hotel_box02 .hotelarea_box .tit_box div div {
    padding: 20px 8%;
}

.hotel_box02 .hotelarea_box .name {
    width: 30%;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}

.hotel_box02 .hotelarea_box .tel {
    width: 25%;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}

.hotel_box02 .hotelarea_box .address {
    width: 45%;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}

.hotel_box02 .hotelarea_box .txtb {
    padding: 20px 8%;
    position: relative;
}

.hotel_box02 .hotelarea_box .titb {
    display: none;
}

.hotel_box02 .hotelarea_box .onebox {
    display: flex;
    color: #fff;
}

.hotel_box02 .hotelarea_box a:hover {
    opacity: 1;
}

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

.hotel_box02 .hotelarea_box a:hover .address .txtb::after {
    content: "⇀";
    right: 5%;
    position: absolute;
}

#hotel_shop {
    padding: 0 0 70px;
    .hotel_shop_box {
        padding-top: 50px;
        color: #fff;
    }
    .hotel_shop_box .t1 {
        padding-bottom: 30px;
        font-size: 40px;
        text-align: center;
        width: 98%;
        margin: auto;
    }
    .hotel_shop_box .t2 {
        padding-bottom: 60px;
        font-size: 30px;
        line-height: 2;
        font-family: var(--fontgothic);
        text-align: center;
        width: 98%;
        margin: auto;
    }
    .hotel_shop_box .hotelarea_map {
        width: 100%;
        max-width: 1000px;
        margin: auto;
    }
    .hotel_shop_box .btn {
        display: block;
        font-size: 14px;
        position: relative;
        padding: 25px 0;
        width: 250px;
        margin: 70px auto;
        border: 1px solid #fff;
        color: #fff;
        text-align: center;
        font-family: var(--fontgothic);
        justify-content: space-between;
        align-items: center;
        transition: 0.5s;
    }
    .hotel_shop_box .btn:hover {
        color: #000;
    }
}

.link_box01 {
    padding-bottom: 80px;
    border-bottom: 1px solid #fff;
}

.link_box01 .txt {
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 70px;
    margin-bottom: 55px;
}

.link_box01 .boxs {
    width: 98%;
    max-width: 555px;
    margin: auto;
}

.link_box01 .boxs .box {
    display: flex;
    margin-bottom: 20px;
}

.link_box01 .boxs .box .t {
    font-size: 18px;
    color: #fff;
    width: 15%;
    text-align: right;
    margin-right: 5%;
}

.link_box01 .boxs .box .b {
    width: 80%;
}

.link_box02 {
    padding: 60px 0 0;
}

.link_box02 .txt {
    padding: 0 0 40px;
    font-size: 30px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
}

.link_box02 .txt span {
    font-size: 24px;
    display: block;
    text-align: center;
}

.link_box02 .boxs {
    width: 95%;
    max-width: 2000px;
    margin: auto;
    text-align: center;
}

.link_box02 .boxs a {
    display: inline-block;
    margin: 0.5%;
}

.foam_box {
    padding: 0 0 90px;
    .txt {
        padding-top: 100px;
        text-align: center;
        color: #fff;
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 50px;
        .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: 750px;
            .onebox {
                display: flow-root;
                padding-bottom: 20px;
                .t01 {
                    width: 28%;
                    float: left;
                    color: #fff;
                    line-height: 50px;
                    text-align: right;
                    span {
                        color: #ff0000;
                    }
                }
                .t02 {
                    width: 70%;
                    float: right;
                    input {
                        height: 50px;
                        width: 100%;
                        padding: 5px 10px;
                        box-shadow: 2px 2px 4px inset;
                        border: none;
                        box-sizing: border-box;
                    }
                    select {
                        border-radius: 0;
                        width: 100%;
                        padding: 15px 1%;
                        box-shadow: 2px 2px 4px inset;
                        border: none;
                        color: #000;
                        box-sizing: border-box;
                    }
                    textarea {
                        line-height: 1.5;
                        width: 100%;
                        padding: 15px 10px;
                        box-shadow: 2px 2px 4px inset;
                        border: none;
                        min-height: 130px;
                        box-sizing: border-box;
                    }
                    .t {
                        line-height: 1.5;
                        width: 90%;
                        padding: 10px 1%;
                        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;
                .submit,
                .return {
                    background: none;
                    color: #fff;
                    width: 250px;
                    border: 1px solid #fff;
                    line-height: 70px;
                    cursor: pointer;
                }
            }
            .foambtn.btn_arrow::after {
                top: 40%;
            }
            .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;
            }
        }
    }
    .contact_send .txt .btn div {
        text-align: center;
    }
    .error {
        color: #fff;
        padding: 1% 0;
        font-size: 12px;
        font-family: var(--fontgothic);
    }
    select::before {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        content: "▼";
        pointer-events: none;
    }
    select {
        position: relative;
    }
}

.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: 70px 0 140px;
}

.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;
    div {
        text-align: center;
    }
}

.foam_box.contact_send .txt .btn:hover {
    color: #000;
}


/*.foam_box.contact_send .txt .btn .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;
}*/


/*==================================================
event
==================================================*/

#event {
    padding: 0 0 140px;
    .event_box {
        .onebox {
            background: url(../images/event_bg.png) center top;
            background-size: 100%;
            background-repeat: no-repeat;
            width: 98%;
            max-width: 1636px;
            margin: 0 auto 50px;
            .oneboxb {
                background: url(../images/event_bg_b.png) center bottom;
                background-repeat: no-repeat;
                background-size: 100%;
            }
            .box {
                display: flex;
                color: #fff;
                padding: 5.5% 6.5%;
                .img {
                    width: calc(100% / 2 - 2%);
                    margin-right: 2%;
                    flex-shrink: 0;
                    .i {
                        padding: 3%;
                        background-color: #282828;
                        img {
                            width: 100%;
                            height: auto;
                        }
                    }
                }
                .txt {
                    margin-right: 4%;
                    padding-top: 2%;
                    font-family: var(--fontgothic);
                                        width: -webkit-fill-available;
                    .day {
                        font-size: 18px;
                        margin-bottom: 20px;
                        margin-bottom: 2%;
                    }
                    .titl {
                        font-size: 30px;
                        padding-bottom: 15px;
                        border-bottom: 1px solid #fff;
                        padding-bottom: 2%;
                    }
                    .text {
                        overflow-y: auto;
                        font-size: 18px;
                        line-height: 1.5;
                        margin: 6% auto;
                        max-height: 22vw;
                        padding: 0 10px 0 0;
                    }
                }
            }
        }
    }
}

#profile {
    padding: 60px 0 100px;
    color: #fff;
    .tit {
        font-size: 50px;
        position: relative;
        text-align: center;
        margin: 0 auto 35px;
        span {
            font-size: 24px;
        }
        span.r {
            position: absolute;
            right: 0;
            font-size: 18px;
            bottom: 10px;
        }
    }
    .profile_box .onebox {
        position: relative;
    }
    .profile_box .onebox .icon01 {
        position: absolute;
        top: 0;
        left: 0;
    }
    .profile_box .onebox .icon02 {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .profile_box .onebox .icon02 img {
        display: block;
        margin-top: 5px;
    }
    .profile_box .onebox .icon03 {
        position: absolute;
        top: 5px;
        right: 5px;
    }
    .slick-prev:before {
        background: url(../images/naxt_right.png) no-repeat;
        width: 60px;
        height: 60px;
        content: '';
        display: block;
        z-index: 500;
    }
    .slick-next:before {
        background: url(../images/naxt_left.png) no-repeat;
        width: 60px;
        height: 60px;
        content: '';
        display: block;
    }
    .profile_box .slick-prev {
        right: calc(100% / 3);
        width: auto;
        height: auto;
        left: auto;
    }
    .profile_box .slick-next {
        left: calc(100% / 3);
        width: auto;
        height: auto;
        right: auto;
    }
    .profile_box01 {
        padding: 60px 0 0;
        color: #fff;
        width: 90%;
        max-width: 1200px;
        margin: auto;
        .name {
            font-size: 50px;
            text-align: center;
            margin-bottom: 15px;
        }
        .size {
            font-size: 24px;
            text-align: center;
            margin: auto auto 30px;
        }
        .cards {
            width: 390px;
            margin: auto;
            display: flex;
            flex-wrap: wrap;
            padding: 0 0 45px;
            .card {
                width: 49.5%;
                margin: 0.25%;
                font-size: 16px;
                color: #000;
                background: #f3cd77;
                text-align: center;
                padding: 10px 0;
            }
        }
        .timeprice {
            border-top: 1px solid #fff;
            display: flex;
            padding: 40px 0 70px;
            justify-content: center;
            .time {
                background: url(../images/profile_time.png) no-repeat center center;
                width: 311px;
                height: 63px;
                text-align: center;
                align-content: center;
                font-size: 22px;
            }
            .price {
                width: 305px;
                height: 55px;
                margin: 3px 3px 0;
                border: 1px solid #fff;
                text-align: center;
                align-content: center;
                font-size: 22px;
                span {
                    margin: 0 0 0 5px;
                    font-size: 15px;
                }
            }
        }
    }
    .profile_box02 {
        display: flex;
        width: 98%;
        /*max-width: 1780px;*/
        margin: 0 auto 120px;
    }
    .profile_box02 .tit {
        padding-bottom: 10px;
        border-bottom: 1px solid #fff;
        text-align: left;
    }
    .profile_box02 .box01 {
        width: 49%;
        margin: 2% auto 0;
    }
    .profile_box02 .box01 .price .boxs {
        display: flex;
        font-size: 30px;
        color: #f3cd77;
        flex-wrap: wrap;
        padding: 40px 0;
    }
    .profile_box02 .box01 .price .boxs .p {
        width: calc(100% / 2);
        text-align: center;
        line-height: 1.8;
    }
    .profile_box02 .box01 .qa .boxs {
        margin-top: 20px;
    }
    .profile_box02 .box01 .qa .boxs .onebox {
        background-color: #282828;
        padding: 20px;
        display: flex;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .profile_box02 .box01 .qa .boxs .onebox span {
        font-size: 30px;
        line-height: 1;
        display: block;
    }
    .profile_box02 .box01 .qa .boxs .onebox .q {
        width: 40%;
        display: flex;
    }
    .profile_box02 .box01 .qa .boxs .onebox .a {
        width: 60%;
        display: flex;
    }
    .profile_box02 .box01 .qa .boxs .onebox .a span {
        color: #f3cd77;
    }
    .profile_box02 .box02 {
        background: url(../images/message_bg.png) no-repeat center bottom / 100% 100%;
        width: 49%;
        padding: 2% 2%;
        margin: 0 auto;
        .message {
            .box {
                .txt {
                    padding: 0 10px;
                    line-height: 1.5;
                    font-family: var(--fontgothic);
                    overflow-y: auto;
                    max-height: 750px;
                }
            }
        }
    }
    .profile_box04 .option_icon {
        width: 98%;
        margin: 0 auto;
        padding: 2% 0 1%;
        display: flow-root;
        font-size: 14px;
        max-width: 1800px;
    }
    .profile_box04 .option_icon .i1 {
        background-color: #f3cd77;
        ext-align: center;
        float: right;
        color: #000;
        padding: 5px 20px;
        margin-right: 5px;
        border: 1px solid #fff;
    }
    .profile_box04 .option_icon .i2 {
        color: #fff;
        ext-align: center;
        float: right;
        padding: 5px 20px;
        border: 1px solid #fff;
        margin-right: 5px;
        background-color: #282828;
    }
    .profile_box03 {
        margin: 90px auto auto;
    }
    .profile_box03 .boxs {
        width: 100%;
        max-width: 880px;
        margin: 30px auto 120px;
        margin: 2% auto 6%;
    }
    .profile_box04 .boxs {
        width: 98%;
        max-width: 1800px;
        margin: 0 auto;
        padding-bottom: 120px;
    }
    .profile_box04 .option .boxs {
        display: flex;
        flex-wrap: wrap;
    }
    .profile_box04 .option .boxs .box {
        width: calc(100% / 6 - 12px);
        border: 1px solid #fff;
        margin: 5px;
        line-height: 1.6;
        background-color: #282828;
    }
    .profile_box04 .option .boxs .box .t1 {
        text-align: center;
        font-size: 25px;
        padding-top: 10px;
    }
    .profile_box04 .option .boxs .box .t2 {
        text-align: center;
        font-size: 24px;
        font-style: italic;
        color: #f3cd77;
    }
    .profile_box04 .option .boxs .box .t3 {
        text-align: center;
        font-size: 16px;
        font-style: italic;
        padding-bottom: 10px;
        color: #f3cd77;
    }
    .profile_box04 .option .boxs .box.on {
        background-color: #f3cd77;
    }
    .profile_box04 .option .boxs .box.on .t1 {
        color: #000;
    }
    .profile_box04 .option .boxs .box.on .t2 {
        color: #000;
    }
    .profile_box04 .option .boxs .box.on .t3 {
        color: #000;
    }
    .profile_box05 {
        background: url(../images/profile_box05_bg.jpg);
        padding-top: 50px;
    }
    .profile_box05 .tit .t {
        font-size: 18px;
        text-align: center;
        padding-top: 20px;
    }
    .profile_box05 .boxs {
        width: 98%;
        max-width: 1800px;
        margin: 0 auto;
        padding-bottom: 30px;
        padding-top: 30px;
        display: flex;
        flex-wrap: wrap;
    }
    .profile_box05 .boxs .box {
        width: calc(100% / 7 - 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: 20px 0;
        font-family: var(--fontgothic);
    }
    .profile_box05 .boxs .box.on {
        background-color: #f3ce7a;
    }
    .profile_box05 .boxs .box .t1 {
        font-size: 18px;
        text-align: center;
        background-image: linear-gradient(#3b3b3b 0%, #000 100%);
        padding: 10px 0;
        width: 70%;
        margin: auto;
    }
    .profile_box05 .boxs .box .t2 {
        font-size: 30px;
        text-align: center;
    }
    .profile_box05 .boxs .box.on .t1 {
        background-image: linear-gradient(#d72723 0%, #960505 100%);
    }
    .profile_box05 .boxs .box.on .t2 {
        color: #000;
        padding: 10px 0;
    }
    .profile_box05 .boxs .box .t3 {
        font-size: 20px;
        text-align: center;
        padding: 5px 0;
        width: 80%;
        margin: auto;
        border: 1px solid #fff;
        background-color: #ff0000;
        display: block;
        color: #fff;
        position: relative;
    }
    .profile_box06 {
        padding: 70px 0 170px;
        .review {
            .btn1 {
                width: 70%;
                max-width: 520px;
                margin: 35px auto 0;
                border: 1px solid #fff;
                display: block;
                font-size: 18px;
                color: #fff;
                background-color: #ff0000;
                font-family: var(--fontgothic);
                position: relative;
                div {
                    text-align: center;
                    padding: 30px 0;
                }
            }
            .boxs {
                margin: 25px auto 0;
                .onebox {
                    background: url(../images/review_onebg.jpg) no-repeat scroll right bottom #000;
                    background-size: cover;
                    border: 5px #282828 solid;
                    width: 90%;
                    max-width: 940px;
                    margin: auto;
                    margin-bottom: 15px;
                    .box {
                        padding: 20px 40px;
                        font-size: 18px;
                        .name {
                            display: flex;
                            border-bottom: 1px solid #f3cd77;
                            color: #f3cd77;
                            padding: 0 5px 10px;
                        }
                        .name .n {
                            margin-left: 5px;
                            margin-top: 5px;
                        }
                        .txt {
                            height: 100px;
                            overflow-y: scroll;
                            margin-top: 15px;
                            line-height: 1.5;
                            font-family: var(--fontgothic);
                        }
                    }
                }
            }
            .btn2 {
                width: 70%;
                max-width: 250px;
                margin: 35px auto 0;
                border: 1px solid #fff;
                display: block;
                text-align: center;
                font-size: 18px;
                color: #fff;
                padding: 30px 0;
                font-family: var(--fontgothic);
                position: relative;
                span {
                    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;
                }
            }
        }
    }
    .photodiary_card {
        max-width: 1250px;
        width: 90%;
        margin: 100px auto 0;
        .tit {
            background-image: linear-gradient(to right, #f3cd77 0%, #fce8bb 50%, #f3cd77 100%);
            padding: 5px 0;
            line-height: 1;
            color: #000;
            border-radius: 20px 20px 0 0;
            font-size: 35px;
            text-align: center;
            span {
                font-size: 17px;
            }
        }
        .box {
            background: url(../images/photodiary_bg.png) no-repeat center center / 100% 100%;
            width: 100%;
            height: 270px;
        }
    }
    /*profile_slider*/
    .profile_slider01 .container {
        margin: 30px auto 0;
        width: 100%;
    }
    /* 中央以外のスライド */
    .profile_slider01 .slick-slide img {
        height: auto;
        opacity: ;
        transition: opacity .5s, transform .5s;
        width: 100%;
    }
    .profile_slider01 .slick-slide {
          opacity: 0.5;
    }
     .profile_slider01 .slick-slide.slick-center {
          opacity: 1;
    }
    /* 中央のスライド */
    .profile_slider01 .slick-center img {
        opacity: 1;
        transform: scale(1);
    }
    .profile_box07 .slick-slide {
        margin: 0;
    }
    .profile_box07 .slick-prev {
        right: 10px;
        left: auto;
        width: auto;
        height: auto;
    }
    .profile_box07 .slick-next {
        left: 10px;
        right: auto;
        width: auto;
        height: auto;
    }
    .profile_box07 .slick-next {
        left: 10px;
        right: auto;
        width: auto;
        height: auto;
    }
    .profile_box08 {
        background: url(../images/profile_box08_bg.png) #000 no-repeat center center / cover;
        padding: 40px 0;
        .tit {
            text-align: center;
            font-size: 30px;
            color: #fff;
            line-height: 1.8;
            span {
                text-align: center;
                font-size: 20px;
                display: block;
            }
        }
        .matterboxs {
            font-family: var(--fontgothic);
            width: 90%;
            max-width: 1000px;
            margin: auto;
            padding: 45px 0 0;
            font-size: 20px;
            color: #fff;
            line-height: 1.8;
        }
    }
}


/*schedule*/

#schedule {
    .schedule_btn {
        .schedule_btns {
            width: 100%;
            max-width: 1850px;
            margin: 70px auto 0;
            display: flex;
        }
        .btn {
            width: calc(100% / 7 - 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: 20px 0;
            font-family: var(--fontgothic);
            text-align: center;
            color: #fff;
            font-size: 24px;
        }
        .btn:hover {
            background: #f3ce77d0;
        }
        .btn.on {
            background-color: #f3cd77;
            color: #000;
        }
    }
    .schedule_day {
        font-size: 24px;
        text-align: center;
        padding: 45px 0 40px;
        color: #fff;
    }
}


/**system**/

#system {
    padding-bottom: 0;
}

#system .tit {
    text-align: center;
    font-size: 2.5em;
    color: #fff;
    line-height: 1.8;
    div {
        margin: 20px auto auto;
        font-size: 23px;
        text-align: center;
        color: #f3cd77;
    }
}

#system .tit span {
    text-align: center;
    font-size: 20px;
    display: block;
}

.system_box01 {
    width: 98%;
    max-width: 1200px;
    margin: 0 auto 0;
    padding: 0 0;
    .txt {
        text-align: center;
        font-size: 24px;
        color: #f3cd77;
        padding: 130px 0 80px;
    }
    .pricecards {
        display: flex;
        margin: 50px auto auto;
        width: 100%;
        max-width: 1400px;
        .p_tit {
            font-size: 40px;
            text-align: center;
            font-style: italic;
            margin: auto auto 60px;
            height: 80px;
            align-content: center;
            span {
                font-size: 27px;
                display: block;
                font-style: italic;
                text-align: center;
                margin: 5px auto 0;
            }
        }
        .pricecard {
            width: calc(50% - 27px);
            border: 1px solid #fff;
            margin: 0 auto 0 0;
            padding: 60px 0;
            background: #ffffff26;
            .price {
                border-bottom: 1px solid #fff;
                width: 90%;
                margin: auto;
                max-width: 480px;
                .card {
                    display: flex;
                    font-style: italic;
                    margin: auto auto 15px;
                    max-width: 450px;
                    .t {
                        width: 40%;
                        margin: 0 0 auto 0;
                        font-style: italic;
                        font-size: 40px;
                        text-align: right;
                        max-width: 130px;
                        span {
                            font-size: 33px;
                            font-style: italic;
                        }
                    }
                    .p {
                        width: 60%;
                        text-align: right;
                        font-style: italic;
                        font-size: 55px;
                        color: var(--gold);
                        span {
                            display: block;
                            text-align: right;
                            font-size: 20px;
                            font-style: italic;
                            color: #fff;
                        }
                    }
                }
                p {
                    padding: 15px 0 30px;
                    text-align: center;
                    line-height: 1.3;
                    font-size: 25px;
                    font-style: italic;
                }
            }
            .price:last-of-type {
                border: none;
                padding: 40px 0 0;
                .card {
                    .t {
                        font-size: 35px;
                        max-width: 180px;
                        margin: 10px 0 auto;
                    }
                }
                .card:first-of-type {
                    .p {
                        padding: 0 60px 0 0;
                    }
                }
                p {
                    padding: 15px 0 0;
                }
            }
        }
        .pricecard:nth-child(2n) {
            background: #00000070;
            margin: 0 0 0 auto;
        }
    }
    .matiawase {
        margin: 50px auto 100px;
        width: calc(100% - 2px);
        border: 1px solid #fff;
        background: #000;
        padding: 50px 0 30px;
        .box1 {
            .p_tit {
                text-align: center;
                font-size: 40px;
                margin: auto auto 15px;
            }
            .t1 {
                text-align: center;
                font-family: var(--fontgothic);
                font-size: 25px;
                margin: auto auto 15px;
            }
            .t2 {
                text-align: center;
                font-family: var(--fontgothic);
                font-size: 16px;
                margin: auto auto 30px;
            }
        }
        .box2 {
            background: #282828;
            padding: 10px 35px 15px;
            font-family: var(--fontgothic);
            width: fit-content;
            margin: auto auto 20px;
            .mt {
                text-align: center;
                font-size: 24px;
                margin: auto auto 10px;
            }
            .mb {
                .b {
                    display: flex;
                    justify-content: center;
                    .one {
                        margin: auto 5px;
                        color: #fff;
                        font-size: 18px;
                        div {
                            text-align: center;
                            padding: 5px 0 0;
                        }
                    }
                }
            }
        }
        .btn {
            width: 300px;
            text-align: center;
            line-height: 80px;
            border: 1px solid #fff;
            color: #fff;
            position: relative;
            margin: auto;
            display: block;
            div {
                text-align: center;
                font-family: var(--fontgothic);
            }
            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 .txtbox {
        font-family: var(--fontgothic);
        border: 1px solid #fff;
        margin: 50px auto auto;
    }
    .boxs .txtbox .t1 {
        padding: 20px 0;
        text-align: center;
        color: #f3cd77;
        font-size: 30px;
        border-bottom: 1px solid #fff;
    }
    .boxs .txtbox .t2 {
        padding: 10px 0;
        text-align: center;
        background-color: #282828;
        color: #fff;
        font-size: 20px;
    }
}

.system_box01::after {
    content: '';
    width: 90%;
    margin: 30px auto auto;
    height: 1px;
    background-color: #fff;
    display: block;
}

.system_box02 {
    width: 100%;
    margin: 50px auto 120px;
    .boxs {
        .priceboxs {
            display: flex;
            flex-wrap: wrap;
            max-width: 1350px;
            width: 90%;
            margin: auto auto 40px;
            justify-content: center;
            .onebox {
                width: calc(100% / 4 - 1px);
                padding: 30px 0;
            }
            .onebox:nth-child(2) {
                .y:last-child {
                    text-align: right;
                    display: block;
                }
            }
            .onebox .t {
                width: 90%;
                margin: 0 auto 10px;
                padding: 5px 0;
                text-align: center;
                background-color: #f3cd77;
                font-size: 20px;
                border-radius: 210px;
                color: #000;
            }
            .onebox .p {
                font-size: 29px;
                font-style: italic;
                color: #f3cd77;
                text-align: center;
                width: fit-content;
                margin: auto;
            }
            .onebox .p span {
                font-size: 20px;
                font-style: italic;
            }
            .onebox .p span.y {
                font-size: 25px;
            }
            .onebox .p span.y:last-child {
                padding-bottom: 0px;
            }
            .onebox .c {
                font-size: 24px;
                padding: 20px 0;
                color: #f3cd77;
                text-align: center;
            }
            .onebox .c div {
                font-size: 24px;
                display: inline-block;
                line-height: 30px;
                margin-left: 10px;
            }
            .onebox .c span {
                border-radius: 50%;
                background-color: #f3cd77;
                width: 30px;
                line-height: 30px;
                height: 30px;
                text-align: center;
                font-size: 20px;
                color: #fff;
                display: inline-block;
                font-family: var(--fontgothic);
                color: #000;
            }
        }
        .credit {
            text-align: center;
            background: url(../images/credit_bg.jpg) no-repeat center center / cover;
            color: #fff;
            padding: 35px 0 40px;
            .box {
                .t1 {
                    text-align: center;
                    font-size: 30px;
                    padding: 0 0 10px;
                }
                .t2 {
                    text-align: center;
                    font-size: 20px;
                    padding: 0 0 35px;
                }
                .t3 {
                    text-align: center;
                    font-size: 24px;
                    line-height: 1.8;
                    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;
                        line-height: 60px;
                        text-align: center;
                        font-size: 25px;
                        color: #fff;
                        display: inline-block;
                        vertical-align: top;
                        margin: auto;
                        width: calc(60% - 2px);
                        max-width: 500px;
                    }
                    .btn:hover {
                        color: #000;
                    }
                }
            }
        }
    }
}

.system_box03 {
    width: 95%;
    margin: auto;
    max-width: 1300px;
}

.system_box03 .optionboxs {}

.system_box03 .optionboxs .boxs {}

.system_box03 .optionboxs .boxs .box {
    width: 98%;
    margin: 50px auto 200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
}

.system_box03 .optionboxs .boxs .box .onebox {
    width: 49%;
    padding: 0 1% 0 0;
    font-size: 25px;
    display: flex;
    padding-bottom: 20px;
    justify-content: space-between;
    max-width: 550px;
}

.system_box03 .optionboxs .boxs .box .onebox:nth-child(2n) {
    padding: 0 0 0 1%;
}

.system_box03 .optionboxs .boxs .box .onebox .t1 {
    color: #fff;
    font-size: 40px;
    span {
        font-size: 30px;
    }
}

.system_box03 .optionboxs .boxs .box .onebox .t3 {
    color: #f3cd77;
    font-size: 55px;
    font-style: italic;
    letter-spacing: 0;
    span {
        font-size: 20px;
        display: block;
        text-align: right;
        color: #fff;
    }
}

.system_box04 {
    width: 90%;
    max-width: 1500px;
    margin: 0 auto 0;
}

.system_box04 .transportationboxs {
    width: 90%;
    max-width: 1200px;
    margin: 20px auto 120px;
}

.system_box04 .transportationboxs .boxs {}

.system_box04 .transportationboxs .boxs .onebox {
    border-bottom: 1px solid #fff;
    padding: 30px 0;
}

.system_box04 .transportationboxs .boxs .onebox:last-child {
    border-bottom: none;
}

.system_box04 .transportationboxs .boxs .onebox .box {
    display: flex;
    line-height: 1.5;
}

.system_box04 .transportationboxs .boxs .onebox .box .t1 {
    width: 25%;
    color: #f3cd77;
    font-style: italic;
    text-align: center;
    font-size: 50px;
}

.system_box04 .transportationboxs .boxs .onebox .box .t1 span {
    font-size: 24px;
    font-style: italic;
}

.system_box04 .transportationboxs .boxs .onebox .box .t2 {
    width: 74%;
    padding-left: 1%;
    color: #fff;
    font-size: 25px;
    font-family: var(--fontgothic);
    align-content: center;
}

.system_box04 .transportationboxs .boxs02 {
    padding: 50px 0 0;
    .t1 {
        color: #fff;
        font-size: 25px;
        text-align: center;
        font-family: var(--fontgothic);
        margin: 0 auto 20px;
    }
    .t2 {
        color: #f3cd77;
        font-style: italic;
        text-align: center;
        font-size: 50px;
        span {
            font-size: 28px;
            font-style: italic;
        }
    }
}

.system_box05 {
    width: 90%;
    max-width: 1500px;
    margin: 0 auto 135px;
    padding: 45px 0 40px;
}

.system_box05 .transportationbtn {}

.system_box05 .transportationbtn .btns {
    width: 100%;
    max-width: 720px;
    margin: 35px auto 0;
    display: flex;
}

.system_box05 .transportationbtn .btns .btn {
    width: calc(100% / 2 - 42px);
    border: 1px solid #fff;
    text-align: center;
    padding: 15px 0;
    display: block;
    font-size: 20px;
    color: #fff;
    margin: 0 20px;
}

.system_box05 .transportationbtn .btns .btn:hover {
    color: #000;
}

.system_box05 .transportationbtn .btns .btn span {
    display: block;
    font-size: 24px;
    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: 95px 0 130px;
}

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


/*==================================================
waiting
==================================================*/

#waiting {
    .waiting_box01 {
        color: #fff;
        padding: 0 0 120px;
        .txt {
            padding: 75px 0 80px;
            .t1 {
                text-align: center;
                font-size: 30px;
                padding-bottom: 30px;
            }
            .t2 {
                text-align: center;
                font-size: 18px;
                padding-bottom: 20px;
            }
            .t3 {
                text-align: center;
                font-size: 14px;
                font-family: var(--fontgothic);
            }
        }
        .tit {
            text-align: center;
            font-size: 30px;
            color: #fff;
            line-height: 1.8;
            span {
                text-align: center;
                font-size: 20px;
                display: block;
            }
        }
        .pricecard {
            width: calc(90% - 2px);
            margin: auto;
            max-width: 1200px;
            border: 1px solid #fff;
            margin: 0 auto;
            padding: 40px 0;
            .p_tit {
                font-size: 40px;
                text-align: center;
                font-style: italic;
                margin: auto auto 40px;
                height: 80px;
                align-content: center;
            }
            .price {
                border-bottom: 1px solid #fff;
                width: 90%;
                margin: auto;
                display: flex;
                flex-wrap: wrap;
                .card {
                    display: flex;
                    font-style: italic;
                    width: 50%;
                    margin: 0 auto 15px;
                                        max-width: 450px;
                    .t {
                        width: 45%;
                        margin: 0 auto auto 0;
                        font-style: italic;
                        font-size: 40px;
                        text-align: right;
                        max-width: 175px;
                        span {
                            font-size: 33px;
                        }
                    }
                    .p {
                        width: 55%;
                        text-align: right;
                        font-style: italic;
                        font-size: 55px;
                        color: var(--gold);
                        span {
                            display: block;
                            text-align: right;
                            font-size: 20px;
                            font-style: italic;
                            color: #fff;
                            margin: 0 -20px 0 0px;
                        }
                    }
                }
                p {
                    padding: 15px 0 30px;
                    text-align: center;
                    line-height: 1.3;
                    font-size: 25px;
                    width: 100%;
                }
            }
            .price:last-of-type {
                border: none;
                padding: 40px 0 0;
                .card {
                    .t {
                        font-size: 35px;
                    }
                }
                .card:first-of-type {
                    .p {
                        padding: 0 60px 0 0;
                    }
                }
                p {
                    padding: 15px 0 0;
                }
            }
        }
    }
    .waiting_box02 {
        color: #fff;
    }
    .waiting_box02 .tit,
    .waiting_box03 .tit {
        text-align: center;
        font-size: 48px;
        color: #fff;
        line-height: 1.3;
    }
    .waiting_box02 .tit span,
    .waiting_box03 .tit span {
        text-align: center;
        font-size: 24px;
        display: block;
    }
    .waiting_box02 .flowboxs {}
    .waiting_box02 .flowboxs .boxs {}
    .waiting_box02 .flowboxs .boxs .box {
        width: 95%;
        max-width: 1800px;
        margin: 50px auto 75px;
        display: flex;
    }
    .waiting_box02 .flowboxs .boxs .box .onebox {
        width: 17%;
    }
    .waiting_box02 .flowboxs .boxs .box .onebox .t1 {
        font-size: 30px;
        margin-bottom: 15px;
        padding: 0 1%;
    }
    .waiting_box02 .flowboxs .boxs .box .onebox .t1 span {
        font-size: 48px;
    }
    .waiting_box02 .flowboxs .boxs .box .onebox .t2 img {
        width: 100%;
        height: auto;
    }
    .waiting_box02 .flowboxs .boxs .box .onebox .t3 {
        font-size: 14px;
        margin-top: 10px;
        padding: 0 1%;
        line-height: 1.8;
        font-family: var(--fontgothic);
    }
    .waiting_box02 .flowboxs .boxs .box .next {
        width: 3.75%;
        text-align: center;
        font-size: 50px;
        color: #ff0000;
        letter-spacing: -30px;
        /* transform: scale(0.6, 2);*/
        padding: 10% 0 0;
    }
    .waiting_box02 .flowboxs .boxs .box .next div {
        text-align: center;
    }
    .waiting_box03 {
        padding: 75px 0 0;
    }
    .waiting_box03 .meeting_locationboxs {
        width: 90%;
        max-width: 1800px;
        margin: 100px auto 20px;
    }
    .waiting_box03 .meeting_locationboxs .boxs {
        display: flex;
        flex-wrap: wrap;
    }
    .waiting_box03 .meeting_locationboxs .boxs .onebox {
        width: calc(100% / 2 - 2px - 5%);
        margin: 0 2% 100px 3%;
        border: 1px solid #fff;
        position: relative;
    }
    .waiting_box03 .meeting_locationboxs .boxs .onebox .i {
        background-color: #900201;
        color: #fff;
        font-size: 50px;
        border-radius: 50%;
        width: 100px;
        line-height: 100px;
        text-align: center;
        position: absolute;
        top: -50px;
        left: -50px;
        ;
    }
    .waiting_box03 .meeting_locationboxs .boxs .onebox .box {
        padding: 20px 12px;
        display: flex;
    }
    .waiting_box03 .meeting_locationboxs .boxs .onebox .box .m {
        width: 53%;
    }
    .waiting_box03 .meeting_locationboxs .boxs .onebox .box .t {
        width: 40%;
        color: #fff;
        padding: 1% 2% 0 5%;
    }
    .waiting_box03 .meeting_locationboxs .boxs .onebox .box .t .t1 {
        font-size: 24px;
    }
    .waiting_box03 .meeting_locationboxs .boxs .onebox .box .t .t2 {
        font-size: 14px;
        line-height: 2.5;
        padding: 20px 0;
        font-family: var(--fontgothic);
    }
    .waiting_box03 .meeting_locationboxs .boxs .onebox .box .t .t3 img {
        width: 100%;
        height: auto;
    }
}


/*movie*/

.movie {
    padding: 0 0;
    .top_movie_btn {
        width: 250px;
        margin: auto;
        display: block;
        align-content: center;
        text-align: center;
        color: #fff;
        background-image: linear-gradient(to right, #cc9942 0%, #910201 50%, #cc9942 100%);
        background-size: 200%;
        background-position: right;
        transition: all 1s;
        position: relative;
        font-size: 18px;
        height: 80px;
    }
    .top_movie_btn::after {
        content: '⇀';
        color: #fff;
        margin: auto auto auto 5px;
        position: absolute;
        right: 1.5em;
        transition: 0.5s;
    }
    .top_movie_btn:hover::after {
        right: 1em;
    }
    .top_movie_btn:hover {
        background-position: left;
    }
}

.movie .oneboxs {
    padding: 0 0 40px;
    display: flex;
    .onebox {
        width: calc(100% / 3);
        background: url(../images/top_movie_bg.png) no-repeat scroll center top;
        background-size: 100% 100%;
        width: 100%;
        .boxs {
            padding: 7% 20px;
            .txtbox {
                display: flex;
                color: #fff;
                margin: 0 auto 2%;
                width: 95%;
                .prof {
                    /* width: calc(100% / 3);*/
                    line-height: 1.5;
                    margin: 0 0.25em 0 0;
                    .name {
                        font-size: 20px;
                        span {
                            font-size: 18px;
                        }
                    }
                    .size {
                        font-size: 16px;
                    }
                }
                .icon {
                    display: flex;
                    width: calc(100% / 3 * 2);
                    height: 50px;
                    margin: 0 0 auto auto;
                    max-width: 400px;
                    .box {
                        width: calc(100% / 2);
                        padding: 0 5px;
                        line-height: 1;
                        align-content: center;
                        min-width: 140px;
                        margin: 0 0.25em;
                    }
                    .btn {
                        width: calc(100% / 2);
                        margin: auto;
                        display: block;
                        border-radius: 50px;
                        text-align: center;
                        color: #fff;
                        background-image: linear-gradient(to right, #cc9942 0%, #910201 50%, #cc9942 100%);
                        background-size: 200%;
                        background-position: right;
                        transition: all 1s;
                        padding: 15px 10px 15px 0px;
                        position: relative;
                        font-size: 14px;
                        min-width: 150px;
                    }
                    .btn::after {
                        content: '⇀';
                        color: #fff;
                        margin: auto;
                        position: absolute;
                        right: 0.5em;
                        transition: 0.5s;
                    }
                    .icon01 {
                        text-align: center;
                        font-size: 16px;
                        background-color: var(--red);
                        padding: 5px 2.5%;
                        margin: auto auto 10px;
                        border: 1px solid #fff;
                    }
                    .icon02 {
                        height: 48px;
                        text-align: center;
                        align-content: center;
                        margin: auto;
                        font-size: 16px;
                        background: #656565;
                        border: 1px solid #fff;
                    }
                    .time {
                        text-align: center;
                        font-size: 16px;
                        padding: 0 2.5%;
                        font-family: var(--fontgothic);
                        align-content: center;
                    }
                    .time span {
                        color: #d60302;
                        font-weight: 600;
                    }
                }
                .icon:hover .btn::after {
                    right: 0.25em;
                }
                .icon .btn:hover {
                    background-position: left;
                }
            }
            .movie_img {
                width: 95%;
                margin: auto;
                video {
                    width: 100%;
                    height: auto;
                }
            }
        }
    }
    .top_movie_btn {
        width: 250px;
        text-align: center;
        line-height: 80px;
        border: 1px solid #fff;
        color: #fff;
        position: relative;
        margin: auto;
        display: block;
    }
}

#pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--fontgothic);
    padding: 30px 0px 0;
    font-size: 20px;
    button {
        background: none;
        border: none;
        color: #fff;
        display: block;
        width: 30px;
        text-align: center;
        line-height: 30px;
        margin: 0 2.5px;
        font-size: 1em;
        cursor: pointer;
    }
    button.active {
        background-color: #debb6d;
        color: #000;
        border-radius: 50%;
    }
    button.prev-btn {
        color: #fff;
        width: auto;
        margin: 0 80px 0 0;
        &::before {
            content: "↼ PREV";
        }
    }
    button.next-btn {
        color: #fff;
        width: auto;
        margin: 0 0 0 80px;
        &::before {
            content: "PREV ⇀";
        }
    }
    button:hover {
        opacity: 0.8;
    }
    .prev-disabled,
    .next-disabled {
        display: none;
    }
}

#newface {
    padding: 0 0 140px;
    .newface_box {
        .newface_girlsboxs {
            display: flex;
            flex-wrap: wrap;
            max-width: 1900px;
            margin: auto;
            .onebox {
                width: calc(50% - 2px - 20px);
                display: flex;
                border: 1px solid #fff;
                margin: 10px;
                color: #fff;
                background: url(../images/newface_girlsboxs_bg.jpg) no-repeat bottom right / cover;
                .img {
                    width: 50%;
                    margin: 0 auto auto;
                    flex-shrink: 0;
                    position: relative;
                    height: fit-content;
                    img {
                        width: 100%;
                        height: auto;
                    }
                    .icon01 {
                        position: absolute;
                        top: 0;
                        left: 0;
                    }
                    .icon02 {
                        position: absolute;
                        bottom: 0;
                        right: 0;
                    }
                    .icon03 {
                        position: absolute;
                        top: 5px;
                        right: 5px;
                    }
                    .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%;
                    .days {
                        padding: 20px 0 20px 40px;
                        font-size: 36px;
                        color: #f3cd77;
                    }
                    .name {
                        font-size: 24px;
                        margin: 0 0 10px 40px;
                    }
                    .size {
                        font-size: 18px;
                        margin: 0 0 10px 40px;
                    }
                    .text {
                        font-size: 14px;
                        line-height: 1.8;
                        font-family: var(--fontgothic);
                        padding: 15px;
                        background: #000000bd;
                        .scrolldesign {
                            max-height: 360px;
                            overflow-y: auto;
                            padding: 0 10px 0 0;
                        }
                    }
                }
            }
        }
    }
}

.movie .slick-prev {
    left: 0;
}

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

.movie .slick-next {
    right: 40px;
}

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

#movie {
    padding: 0 0 140px;
    .movie {
        .oneboxs {
            display: flex;
            flex-wrap: wrap;
        }
        .onebox {
            /*width: calc(100% / 2 - 60px);
  margin: 25px 30px;*/
            width: calc(100% / 2 - 1%);
            margin: 0.5%;
            display: block;
        }
    }
}


/*ranking*/

#ranking {
    padding: 0 0 40px;
    .ranking_card {
        margin: 100px auto;
        .tit {
            height: 70px;
            align-content: center;
            justify-content: center;
            margin: auto;
            div {
                margin: auto;
                text-align: center;
                font-size: 45px;
                display: flex;
            }
            div::after {
                width: 130px;
                height: 1px;
                content: '';
                display: block;
                margin: auto auto auto 15px;
                background-color: #fff;
            }
            div::before {
                width: 130px;
                height: 1px;
                content: '';
                display: block;
                margin: auto 15px auto auto;
                background-color: #fff;
            }
        }
    }
    .ranking_card.ranking_card01 .tit {
        background: url(../images/ranking_tit01.jpg) no-repeat center center / cover;
    }
    .ranking_card.ranking_card02 .tit {
        background: url(../images/ranking_tit02.jpg) no-repeat center center / cover;
    }
    .ranking_card.ranking_card03 .tit {
        background: url(../images/ranking_tit03.jpg) no-repeat center center / cover;
    }
    .ranking_card.ranking_card04 .tit {
        background: url(../images/ranking_tit04.jpg) no-repeat center center / cover;
    }
}

.ranking_scroll {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: auto 0 auto auto;
    justify-content: end;
    text-align: end;
    font-size: 20px;
    padding: 15px 20px 5px 0;
    display: none;
    /* アニメーションする線 */
    .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;
    }
}


/*
#ranking .ranking {}

#ranking .ranking .oneboxs {
    display: flex;
    flex-wrap: wrap;
}

#ranking .ranking .oneboxs #no1 {
    width: 100%;
    display: block;
    margin: 0 0 65px;
}

#ranking .ranking .oneboxs #no1.oneboxno1 .b {
    background-size: 80%;
    background-position: right center;
}

#ranking .ranking .oneboxs #no1.oneboxno1 .bg {
    background: url(../images/ranking_no01_bg.png);
    background-position: top center;
    background-color: #000000b2;
    background-size: cover;
}

#ranking .ranking .oneboxs #no1.oneboxno1 .bg .boxs {
    display: flow-root;
    position: relative;

    margin: auto;
    padding: 1% 0;
}

#ranking .ranking .oneboxs #no1.oneboxno1 .bg .boxs .box1 {
    width: 50%;
    padding: 5% 0 0;
    float: right;
}

#ranking .ranking .oneboxs #no1.oneboxno1 .bg .boxs .box2 {
    width: 50%;
    padding: 5% 0 0;
    float: right;
}

#ranking .ranking .oneboxs #no1.oneboxno1 .bg .boxs .ranking_no {}

#ranking .ranking .oneboxs #no1.oneboxno1 .bg .boxs .ranking_no img {
    width: 100%;
    height: auto;
}

#ranking .ranking .oneboxs #no1.oneboxno1 .bg .boxs .ranking_img {
    max-width: 500px;
    border: 10px solid #927b47;
}

#ranking .ranking .oneboxs #no1.oneboxno1 .bg .boxs .ranking_img img {
    width: 100%;
    height: auto;
}

#ranking .ranking .oneboxs #no1.oneboxno1 .bg .boxs .ranking_txt {
    position: absolute;
    bottom: 1%;
    right: 0;
    background-color: #000000e3;
    color: #fff;
    width: 30%;
    padding: 1% 5% 1% 1%;
    line-height: 1.5;
}

#ranking .ranking .oneboxs #no1.oneboxno1 .bg .boxs .ranking_txt .name {
    font-size: 36px;
    padding: 0 1% 5px;
}

#ranking .ranking .oneboxs #no1.oneboxno1 .bg .boxs .ranking_txt .size {
    font-size: 18px;
    border-bottom: 1px solid #ba9a28;
    padding: 0 1% 5px;
    margin-bottom: 5px;
}

#ranking .ranking .oneboxs #no1.oneboxno1 .bg .boxs .ranking_txt .txt {
    font-size: 18px;
    font-family: var(--fontgothic);
    padding: 5px 1% 0;
    margin-top: 5px;
    max-height: 220px;
    overflow-y: scroll;
}

#ranking .ranking .oneboxs a.onebox {
    width: 48%;
    margin: 0 1% 1%;
}

#ranking .ranking .oneboxs a.onebox .bg {
    background: url(../images/ranking_no_bg.png);
    background-position: top center;
    background-size: 100% 100%;
}

#ranking .ranking .oneboxs a.onebox .bg .boxs {
    display: flex;
}

#ranking .ranking .oneboxs a.onebox .bg .boxs .box1,
#ranking .ranking .oneboxs a.onebox .bg .boxs .box2 {
    width: 50%;
}

#ranking .ranking .oneboxs a.onebox .bg .boxs .box1 {
    padding: 6% 4%;
}

#ranking .ranking .oneboxs a.onebox .bg .boxs .box1 img {
    width: 100%;
    height: auto;
}

#ranking .ranking .oneboxs a.onebox .bg .boxs .box2 {
    padding: 5% 5% 5% 0;
    color: #fff;
}

#ranking .ranking .oneboxs a.onebox .bg .boxs .box2 .ranking_no {
    margin-bottom: 30px;
}

#ranking .ranking .oneboxs a.onebox .bg .boxs .box2 .ranking_no img {
    width: 100%;
    height: auto;
}

#ranking .ranking .oneboxs a.onebox .bg .boxs .box2 .ranking_txt {}

#ranking .ranking .oneboxs a.onebox .bg .boxs .box2 .ranking_txt .name {
    font-size: 36px;
    padding: 0 1% 5px;
}

#ranking .ranking .oneboxs a.onebox .bg .boxs .box2 .ranking_txt .size {
    font-size: 18px;
    border-bottom: 1px solid #ba9a28;
    padding: 0 1% 5px;
    margin-bottom: 5px;
}

#ranking .ranking .oneboxs a.onebox .bg .boxs .box2 .ranking_txt .txt {
    font-size: 18px;
    font-family: var(--fontgothic);
    padding: 5px 1% 0;
    margin-top: 5px;
    max-height: 220px;
    overflow-y: scroll;
}*/


/**concept**/

.concept_box01 {
    background: url(../images/concept_box01_bg.png) top center no-repeat;
}

.concept_box01 .txtbox {}

.concept_box01 .txtbox .txt {
    width: 98%;
    margin: auto;
    max-width: 1270px;
    padding: 125px 0 200px;
    color: #fff;
}

.concept_box01 .txtbox .txt .t1 {
    display: none;
}

.concept_box01 .txtbox .txt .t2 {
    font-size: 40px;
    padding-top: 50px;
}

.concept_box01 .txtbox .txt .t3 {
    font-size: 18px;
    padding-top: 20px;
    line-height: 1.5;
    font-family: var(--fontgothic);
}

.concept_box02 {
    background: url(../images/concept_box02_bg.jpg) top center no-repeat;
    padding: 130px 0 140px;
    background-size: cover;
}

.concept_box02 .txtboxs {
    color: #fff;
    background: url(../images/concept_box02_bg.png) top center no-repeat;
    background-size: 100% 100%;
    width: 95%;
    max-width: 1120px;
    margin: auto;
}

.concept_box02 .txtboxs .boxs {
    padding: 135px 10%;
    ;
    /*padding: 12% 10%;*/
}

.concept_box02 .txtboxs .tit {
    font-size: 50px;
    text-align: center;
    margin-bottom: 30px;
}

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

.concept_box02 .txtboxs .txtbox {}

.concept_box02 .txtboxs .txtbox .onebox {
    display: flex;
    margin-bottom: 30px;
}

.concept_box02 .txtboxs .txtbox .onebox .i {
    width: 10%;
    margin-right: 1%;
}

.concept_box02 .txtboxs .txtbox .onebox .t {
    width: 89%;
}

.concept_box02 .txtboxs .txtbox .onebox .t .t1 {
    font-size: 40px;
    margin-bottom: 10px;
}

.concept_box02 .txtboxs .txtbox .onebox .t .t2 {
    font-size: 18px;
    line-height: 1.3;
    font-family: var(--fontgothic);
}

.concept_box03 {
    background: url(../images/concept_box03_bg.jpg) top center no-repeat;
    padding: 180px 0 215px;
    background-size: cover;
    .txtboxs {
        background: url(../images/concept_box03_bg.png) top center no-repeat;
        background-size: 100% 100%;
        width: 95%;
        max-width: 1000px;
        margin: auto;
        height: 600px;
        align-content: center;
        .txt {
            color: #fff;
            text-align: center;
            font-size: 30px;
            margin: auto;
            align-content: center;
        }
    }
    .heart_txt {
        margin: 100px auto 0;
        div {
            text-align: center;
            font-size: 50px;
            display: flex;
            justify-content: center;
        }
        div:first-child {
            color: #f3cd77;
            margin: 0 0 20px;
        }
    }
}

#concept {
    padding-bottom: 0px;
}


/*movie*/

#news {
    padding: 0 0 140px;
    .news {
        .oneboxs {
            display: flex;
            flex-wrap: wrap;
            .onebox {
                padding: 60px 40px;
                width: calc(50% - 55px);
                margin: 0 27.5px 40px;
                display: block;
                background: url(../images/news_onebox.png) no-repeat scroll center top / 100% 100%;
                display: flex;
                .img {
                    width: 50%;
                    margin: 0 auto auto;
                    flex-shrink: 0;
                    position: relative;
                    height: fit-content;
                    margin: 0 50px auto auto;
                    max-width: 400px;
                    img {
                        width: 100%;
                        height: auto;
                    }
                }
                .text {
                    font-family: var(--fontgothic);
                    line-height: 1.5;
                    .tit {
                        font-size: 30px;
                        border-bottom: 1px solid #fff;
                        padding: 0 0 15px;
                    }
                    .txt {
                        font-size: 18px;
                        margin: 20px 0;
                        max-height: 300px;
                        overflow-y: auto;
                    }
                }
            }
        }
    }
}

.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;
}

#mailmagazine {
    padding: 0 0 140px;
    .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: 68px;
        width: 100%;
        font-weight: 600;
        margin-bottom: 40px;
    }
    .mailmagazine_box02 {
        display: flex;
        width: 90%;
        max-width: 900px;
        margin: auto;
        .txt {
            width: 63%;
            margin-right: 2%;
            color: #fff;
            .t1 {
                font-size: 30px;
                margin-bottom: 30px;
            }
            .t2 {
                font-size: 18px;
                line-height: 1.8;
                margin-bottom: 20px;
            }
            .btn {
                font-family: var(--fontgothic);
                border: 1px solid #fff;
                padding: 30px 20px;
                font-size: 18px;
                color: #fff;
                display: inline-block;
                margin-top: 20px;
            }
            .btn:hover {
                color: #000;
            }
        }
        .img {
            width: 35%;
            color: #fff;
            border: 1px solid #fff;
            .box {
                padding: 20px;
                img {
                    width: 100%;
                    height: auto;
                }
                .t1 {
                    text-align: center;
                    font-size: 24px;
                    margin-top: 30px;
                }
                .t2 {
                    text-align: center;
                    font-size: 18px;
                    margin-top: 25px;
                    line-height: 1.5;
                }
            }
        }
    }
}


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

.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: 100%;
    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 ===============*/

.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;
    }
}


/* ホバー時 */

.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%;
    }
}