/* --------------------------------
 * fv
 * -------------------------------- */

.f-fv {
    padding: 0;
}

.f-fv-wrap {
    box-sizing: border-box;
    position: relative;
    background-color: #000;
}

.f-fv__img {
    position: absolute;
    z-index: 0;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 63.25%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/fv.jpg);
        -webkit-mask-image: linear-gradient(to left, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
        mask-image: linear-gradient(to left, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
}

.f-fv__text {
    padding: 140px 0 80px;
    position: relative;
    z-index: 2;
    color: #E5C888;
}

.f-fv__main {
    margin-top: 20px;
    display: block;
    font-size: 60px;
    font-size: 3.30rem;
    font-weight: 900;
    font-feature-settings: "palt";
    color: #fff;
}

.f-fv__sub {
    display: block;
    font-weight: bold;
    font-size: 25px;
    color: #E5C888;
}

.f-fv__desc {
    display: block;
    margin-top: 20px;
    font-size: 18px;
    font-size: 1.13rem;
    line-height: 2;
    font-weight: 500;
    padding: 0;
    font-feature-settings: "palt";
}

.f-fv__button {
    margin-top: 20px;
}

.c-button.c-button_size_l {
    width: 320px;
}

.c-button.c-button_type_grand {
    margin-right: 0;
    margin-left: 0;
}

.c-button > a {
    display: flex;
    text-align: center;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.25;
    padding: 12px 15px 12px 30px;
    font-family: "Noto Sans JP", メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-feature-settings: "palt";
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    justify-content: space-between;
    align-items: center;
}

.c-button.f-button_type_grand > a {
    color: #fff;
    font-size: 18px;
    font-size: 1.0rem;
    background: #E629D1;
    border-radius: 60px;
}

.c-button.l-button_type_grand > a {
    color: #fff;
    font-size: 18px;
    font-size: 1.0rem;
    background: #22B573;
    border-radius: 60px;
}

.c-button.c-button_type_grand > a {
    color: #fff;
    font-size: 18px;
    font-size: 1.0rem;
    background: #5a22b5;
    border-radius: 60px;
}

.icon {
    width: 40px;
    width: 2.5rem;
    margin-top: 0;
}

@media only screen and (max-width: 59.9375em) {

    .f-fv__img {
        position: relative;
        width: 100vw;
        height: 75.07vw;
        transform: translate(0, 0);
        max-height: 470px;
        background-position: 50% 50%;
        background-size: cover;
        background-image: url(../img/fv.jpg);
        -webkit-mask-image: linear-gradient(rgba(0,0,0,1) 30%, rgba(0,0,0,0) 100%);
        mask-image: linear-gradient(rgba(0,0,0,1) 30%, rgba(0,0,0,0) 100%);
    }
    
    .f-fv__text {
        padding: 0 0 80px;
        margin-top: -290px;
    }
    
    .f-fv__main {
        margin-top: 20px;
        font-size: 40px;
        font-size: 2.50rem;
        font-feature-settings: "palt";
        color: #fff;
    }
    
    .f-fv__sub {
        font-size: 24px;
        font-size: 1.5rem;
    }

}

@media only screen and (max-width: 47.9375em) {

    .f-fv__img {
        position: relative;
        width: 100vw;
        height: 75.07vw;
        transform: translate(0, 0);
        max-height: 470px;
        background-position: 50% 50%;
        background-size: cover;
        background-image: url(../img/fv.jpg);
        -webkit-mask-image: linear-gradient(rgba(0,0,0,1) 30%, rgba(0,0,0,0) 100%);
        mask-image: linear-gradient(rgba(0,0,0,1) 30%, rgba(0,0,0,0) 100%);
    }
    
    .f-fv__text {
        padding: 0 0 100px;
        margin-top: -100px;
    }
    
    .f-fv__main {
        font-size: 28px;
        font-size: 2.2rem;
    }
    
    .f-fv__sub {
        font-size: 14px;
        font-size: 1.275rem;
    }

    .f-fv__desc {
        font-size: 14px;
        font-size: 0.85rem;
    }
    
}

/*===========================
common
===========================*/

.gold-box {
    position: absolute;
    background-color: #D2B265;
    padding: 50px;
    width: 30vw;
    height: 40vw;
    right: 0;
    bottom: 0;
    z-index: -2;
}

.gold-box-left {
    position: absolute;
    background-color: #D2B265;
    width: 30vw;
    height: 30vw;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.light-green-box {
    position: absolute;
    background-color: #fff;
    width: 100vw;
    height: 30vw;
    right: 0;
    bottom: 0;
    z-index: -2;
}

.light-green-box2 {
    position: absolute;
    background-color: #fff;
    width: 100vw;
    height: 48vw;
    left: 0;
    bottom: 0;
    z-index: -3;
}

@media only screen and (max-width: 59.9375em) {
    
    .gold-box {
        width: 30vw;
        height: 30vw;
    }

    .gold-box-left {
        width: 30vw;
        height: 30vw;
    }

    .light-green-box {
        width: 100vw;
        height: 30vw;
    }

    .light-green-box2 {
        height: 40vw;
    }

}

@media only screen and (max-width: 47.9375em) {

    .gold-box {
        width: 50vw;
        height: 50vw;
    }

    .gold-box-left {
        width: 50vw;
        height: 50vw;
    }

    .light-green-box {
        height: 50vw;
    }

    .light-green-box2 {
        height: 75vw;
    }

}


/*===========================
campaign
===========================*/

.campaign {
    padding: 0;
    background-image: url(../img/gold-back.jpg);
    background-size: cover;
}

.campaign-item {
    padding: 80px 0;
}

.campaign-item h2 {
    text-align: center;
    background-color: #E5C888;
}

.campaign-box {
    display: flex;
}

.limited {
    padding: 5px 10px;
    background-color: red;
    color: #fff;
}

.limited-price {
    font-size: 40px;
    font-weight: bold;
    color: red;
    margin-bottom: 0;
    margin-left: 15px;
}

.nomal-price {
    align-items: flex-end;
    display: flex;
    margin-left: 15px;
}

@media only screen and (max-width: 59.9375em) {

    .campaign-box h2 {
        font-size: 29px;
        font-size: 1.8rem;
        text-align: center;
    }
    
}

@media only screen and (max-width: 47.9375em) {

    .campaign-item {
        padding: 60px 0;
    }

    .campaign-box h2 {
        font-size: 20px;
        font-size: 1.25rem;
    }

}

/*===========================
instagram
===========================*/

.instagram {
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    padding: 280px 0px 60px;
}

.instagram-box {
    width: 40vw;
    margin-right: 10vw;
    background-color: #fff;
    padding: 50px;
    box-shadow: 0 0 15px #838383;
}

.instagram-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 70vw;
    z-index: -1;
}

@media only screen and (max-width: 59.9375em) {
    
    .instagram-box {
        width: 65vw;
        margin-right: 80px;
    }
    
    .instagram-img {
        width: 80vw;
    }

}

@media only screen and (max-width: 47.9375em) {

    .instagram-box {
        width: 70vw;
        margin-left: auto;
        margin-right: auto;
        padding: 35px;
    }
    
    .instagram-img {
        width: 100vw;
    }

    .c-btn {
        width: 210px;
    }

}

/*===========================
AWARD
===========================*/

.award {
    position: relative;
    padding: 280px 0px 60px;
}

.award-box {
    display: block;
    width: 40vw;
    margin-left: 100px;
    background-color: #fff;
    padding: 50px;
    box-shadow: 0 0 15px #838383;
}

.message-text {
    margin-bottom: 20px;
}

.feature-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 60vw;
    z-index: -1;
}

@media only screen and (max-width: 59.9375em) {
    
    .award-box {
        width: 65vw;
        margin-left: auto;
        margin-right: auto;
        padding: 50px;
        box-shadow: 0 0 15px #838383;
    }

    .award-img {
        width: 80vw;
    }

}

@media only screen and (max-width: 47.9375em) {

    .award-box {
        width: 70vw;
        margin-left: auto;
        margin-right: auto;
        padding: 35px;
    }
    
    .award-img {
        width: 100vw;
    }

}

/*===========================
YouTube
===========================*/

.youtube {
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    padding: 200px 0px 60px;
}

.youtube-box {
    width: 40vw;
    margin-right: 10vw;
    background-color: #fff;
    padding: 50px;
    box-shadow: 0 0 15px #838383;
}

.youtube-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 70vw;
    z-index: -1;
}

@media only screen and (max-width: 59.9375em) {
    
    .youtube-box {
        width: 65vw;
        margin-right: 80px;
    }

    .light-green-box2 {
        height: 40vw;
    }
    
    .youtube-img {
        width: 80vw;
    }

}

@media only screen and (max-width: 47.9375em) {

    .youtube-box {
        width: 70vw;
        margin-left: 20px;
        padding: 35px;
    }

    .light-green-box2 {
        height: 75vw;
    }
    
    .youtube-img {
        width: 100vw;
    }

}

/*===========================
support
===========================*/

.support {
    position: relative;
    padding: 210px 0px 60px;
}

.support-box {
    display: block;
    width: 40vw;
    margin-left: 100px;
    background-color: #fff;
    padding: 50px;
    box-shadow: 0 0 15px #838383;
}

.support-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 60vw;
    z-index: -1;
}

@media only screen and (max-width: 59.9375em) {
    
    .support-box {
        width: 65vw;
        margin-left: 90px;
        padding: 50px;
        box-shadow: 0 0 15px #838383;
    }

    .support-img {
        width: 80vw;
    }

}

@media only screen and (max-width: 47.9375em) {

    .support-box {
        width: 70vw;
        margin-left: 20px;
        padding: 35px;
    }
    
    .support-img {
        width: 100vw;
    }

}

/*===========================
best-life
===========================*/

.best-life {
    background-color: #000;
    left: 0px;
    padding: 80px 0 10px;
}

.best-life-en {
    text-align: center;
}

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

.best-life-wrapper {
    display: flex;
    justify-content: space-between;
}

.best-life-item {
    width: 30%;
}

.best-life-item h3 {
    color: #D2B265;
    text-align: center;
    display: block;
    font-size: 18px;
    padding: 15px 30px;
    margin: 30px 0 20px;
    border: 1px solid #D2B265;
}

.best-life-item p {
    color: #fff;
    margin-bottom: 40px;
    padding: 0;
}

@media only screen and (max-width: 59.9375em) {
    
    .best-life h3 {
        padding: 15px 15px;
    }
    
    .best-life p {
        margin-bottom: 20px;
    }

}

@media only screen and (max-width: 47.9375em) {
    
    .best-life-wrapper {
        display: block;
    }
    
    .best-life-item {
        width: 100%;
    }
    
    .best-life-item h3 {
        padding: 15px 15px;
        margin: 10px 0 10px;
        color: #D2B265;
    }
    
    .best-life-item p {
        color: #D2B265;
        margin-bottom: 40px;
        padding: 0;
        font-size: .875rem;
    }

}

/*===========================
love-life
===========================*/

.love-life {
    background-color: #000;
    left: 0px;
    padding: 10px 0 60px;
}

.love-life-main {
    display: flex;
}

.message-en-life {
    font-size: 80px;
    color: #D2B265;
    padding: 0;
    margin-bottom: 0;
}

.love-life-en {
    text-align: center;
}

.love-life-text {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.love-life-wrapper {
    display: flex;
    justify-content: space-between;
}

.love-life-item {
    width: 30%;
}

.love-life-title {
    padding: 0;
    color: #fff;
    margin-bottom: 30px;
}

.love-life h3 {
    color: #fff;
    font-size: 26px;
    padding: 15px 15px;
    margin-bottom: 10px;
}

.love-life h4 {
    color: #D2B265;
    font-size: 26px;
    font-weight: 700;
}

.love-life-wrapper p {
    color: #fff;
    margin-top: 0;
    text-align: center;
}

.yajirushi-item {
    width: 50%;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 59.9375em) {

}

@media only screen and (max-width: 47.9375em) {
    
    .love-life {
        width: 100%;
    }

    .love-life-wrapper p {
        font-size: 14px;
    }

}

/*===========================
COURCE
===========================*/

.cource {
    background-color: #000;
    left: 0px;
}

.cource-en {
    text-align: center;
}

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

.cource-wrapper {
    display: flex;
    justify-content: space-between;
}

.cource-item {
    width: 45%;
}

.cource-item h3 {
    color: #D2B265;
    text-align: center;
    display: block;
    font-size: 18px;
    padding: 15px 30px;
    margin: 30px 0 20px;
    border: 1px solid #D2B265;
}

.cource-box {
    width: 100%;
    padding: 25px;
    margin-left: 10px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 0 15px #838383;
}

.cource-box h2 {
    font-size: 24px;
    padding: 5px;
    text-align: center;
}

.cource-gold {
    background-color: #D2B265;
}

.cource-diamond {
    background-color: #ADADAD;
}

.cource-platinum {
    background-color: #4A4A4A;
    color: #fff;
}

.cource-box h3 {
    color: #D2B265;
    text-align: center;
    display: block;
    font-size: 18px;
    padding: 15px 5px;
    margin: 30px 0 20px;
    border: 1px solid #D2B265;
}

@media only screen and (max-width: 59.9375em) {
    


}

@media only screen and (max-width: 47.9375em) {
    
    .cource-wrapper {
        display: block;
    }

    .cource-item {
        width: 100%;
    }
    
    .cource-box {
        width: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
    }

}

/*===========================
ticket
===========================*/

.ticket {
    background-color: #fff;
    left: 0px;
}

.ticket-en {
    text-align: center;
}

.ticket-text {
    text-align: center;
    color: #151515;
}

.ticket-wrapper {
    display: flex;
    justify-content: space-between;
}

.text-right {
    text-align: right;
}

table {
    width: 100%;
    text-align: center;
}

th {
    padding: 15px 10px;
    background-color: #D2B265;
}

td {
    background:rgba(255,255,255,0.4);
}

.ticket-item {
    width: 45%;
}

.ticket-item h3 {
    color: #D2B265;
    text-align: center;
    display: block;
    font-size: 18px;
    padding: 15px 30px;
    margin: 30px 0 20px;
    border: 1px solid #D2B265;
}

@media only screen and (max-width: 59.9375em) {
    


}

@media only screen and (max-width: 47.9375em) {
    
    .ticket-wrapper {
        display: block;
    }
    
    .ticket-item {
        width: 100%;
    }
    
    .ticket-item h3 {
        padding: 15px 20px;
        color: #D2B265;
    }

}

/*===========================
other
===========================*/

.other {
    background-color: #000;
    left: 0px;
}

.other-en {
    text-align: center;
}

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

.other-wrapper {
    display: flex;
    justify-content: space-between;
}

.other-item {
    width: 30%;
    margin-left: 10px;
}

.other-item h3 {
    color: #D2B265;
    text-align: center;
    display: block;
    font-size: 18px;
    padding: 15px 30px;
    margin: 30px 0 20px;
    border: 1px solid #D2B265;
}

@media only screen and (max-width: 59.9375em) {
    
    .other-item h3 {
        padding: 15px 15px;
    }

}

@media only screen and (max-width: 47.9375em) {
    
    .other-wrapper {
        display: block;
    }
    
    .other-item {
        width: 100%;
        margin-left: 0;
    }
    
    .other-item h3 {
        padding: 15px 20px;
        color: #D2B265;
    }

}

/*===========================
flow
===========================*/

.flow {
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    padding: 230px 0px 60px;
}

.flow-text {
    text-align: center;
    color: #fff;
    text-shadow: 0 0 8px #000;
}

.flow-box {
    width: 40vw;
    margin-right: 10vw;
    background-color: #fff;
    padding: 50px;
    box-shadow: 0 0 15px #838383;
}

.flow-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 70vw;
    z-index: -1;
}

@media only screen and (max-width: 59.9375em) {
    
    .flow-box {
        width: 65vw;
        margin-right: 80px;
    }
    
    .flow-img {
        width: 80vw;
    }

}

@media only screen and (max-width: 47.9375em) {

    .flow-box {
        width: 70vw;
        margin-left: 20px;
        padding: 35px;
    }
    
    .flow-img {
        width: 100vw;
    }

}


/*===========================
flow2
===========================*/

.flow2 {
    position: relative;
    padding: 250px 0 60px;
}

.flow2-box {
    display: block;
    width: 40vw;
    margin-left: 100px;
    background-color: #fff;
    padding: 50px;
    box-shadow: 0 0 15px #838383;
}

.flow2-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 60vw;
    z-index: -1;
}

@media only screen and (max-width: 59.9375em) {
    
    .flow2-box {
        width: 65vw;
        margin-left: 90px;
        padding: 50px;
        box-shadow: 0 0 15px #838383;
    }

    .flow2-img {
        width: 80vw;
    }

}

@media only screen and (max-width: 47.9375em) {

    .flow2-box {
        width: 70vw;
        margin-left: 20px;
        padding: 35px;
    }
    
    .flow2-img {
        width: 100vw;
    }

}

.movie {
    width: 100%;
    height: 600px;
}

@media only screen and (max-width: 47.9375em) {

    .movie {
        width: 100%;
        height: 220px;
    }

}

/*===========================
 ACCESS
===========================*/

.access {
    background-color: #000;
    left: 0px;
}

.access-en {
    text-align: center;
    font-weight: 600;
}

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

.access-wrapper {
    display: flex;
    justify-content: space-between;
}

.access-item {
    width: 100%;
    padding: 25px;
    margin-left: 10px;
    margin-bottom: 30px;
    background-color: #fff;
}

.access-item h2 {
    font-size: 24px;
    background-color: #D2B265;
    padding: 5px;
    text-align: center;
    color: #fff;
}

@media only screen and (max-width: 59.9375em) {
    
    .access-item p {
        margin-bottom: 20px;
    }

}

@media only screen and (max-width: 47.9375em) {
    
    .access-wrapper {
        display: block;
    }

    .access-item {
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
    
    .access-item p {
        padding: 0;
        font-size: .875rem;
    }

}

/*===========================
greeting
===========================*/

.greeting {
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    padding: 200px 0px 60px;
}

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

.greeting-box {
    width: 40vw;
    margin-right: 10vw;
    background-color: #fff;
    padding: 50px;
    box-shadow: 0 0 15px #838383;
}

.greeting-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 70vw;
    z-index: -1;
}

@media only screen and (max-width: 59.9375em) {
    
    .greeting-box {
        width: 65vw;
        margin-right: 80px;
    }
    
    .greeting-img {
        width: 80vw;
    }

}

@media only screen and (max-width: 47.9375em) {

    .greeting-box {
        width: 70vw;
        padding: 35px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .greeting-img {
        width: 100vw;
    }

}

/*===========================
 FAQ
===========================*/

.faq {
    background-color: #000;
    left: 0px;
}

.faq-en {
    text-align: center;
}

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

.faq-wrapper {
    display: flex;
    justify-content: space-between;
}

.faq-item {
    width: 30%;
}

.faq-item h3 {
    color: #D2B265;
    text-align: center;
    display: block;
    font-size: 18px;
    padding: 15px 20px;
    margin: 30px 0 20px;
    border: 1px solid #D2B265;
}

.faq-item p {
    color: #fff;
    margin-bottom: 40px;
    padding: 0;
}

@media only screen and (max-width: 59.9375em) {
    
    .faq-item h3 {
        padding: 15px 15px;
    }
    
    .faq-item p {
        margin-bottom: 20px;
    }

}

@media only screen and (max-width: 47.9375em) {
    
    .faq-wrapper {
        display: block;
    }
    
    .faq-item {
        width: 100%;
    }
    
    .faq-item h3 {
        padding: 15px 15px;
        color: #D2B265;
    }
    
    .faq-item p {
        margin-bottom: 20px;
        padding: 0;
        font-size: .875rem;
    }

}


/* --------------------------------
 * form
 * -------------------------------- */

.form {
    margin: 20px auto;
    max-width: 600px;
}

label {
    font-size: 18px;
}

.form-box {
    margin-bottom: 20px;
}

.form-box-item {
    font-size: 14px;
    padding: 2px 6px;
    background-color: #C7020B;
    color: #fff;
    margin-left: 10px;
}

.form-item {
    border-top: 1px solid #ddd;
    padding-top: 24px;
    padding-bottom: 24px;
    width: 100%;
    display: flex;
    align-items: center;
}

.form-item:nth-child(5) {
    border-bottom: 1px solid #ddd;
}

.form-item-input {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding-left: 1em;
    padding-right: 1em;
    height: 48px;
    flex: 1;
    width: 90%;
    max-width: 600px;
    background: #eaedf2;
    font-size: 16px;
}

.form-month {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding-left: 1em;
    padding-right: 1em;
    height: 48px;
    flex: 1;
    width: 20%;
    max-width: 600px;
    background: #eaedf2;
}

.form-time {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding-left: 1em;
    padding-right: 1em;
    height: 48px;
    flex: 1;
    width: 40%;
    max-width: 600px;
    background: #eaedf2;
}

.form-item-textarea {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding-left: 1em;
    padding-right: 1em;
    height: 100px;
    flex: 1;
    width: 90%;
    max-width: 600px;
    background: #eaedf2;
}

.form-btn {
    border-radius: 5px;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 280px;
    display: block;
    letter-spacing: 0.05em;
    background: #C7020B;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

input[type="submit"] {
    background-color: #C7020B;
    color: white;
}




