@charset "UTF-8";
/* ==========================================================
Name:
    module.css

Description:
    サイトで共通使用する汎用モジュールのスタイルを記述する
    アルファベット降順(A->Z)に記述する

Contents:
    layout
    component
    utility
========================================================== */
/* ==========================================================
*
*   layout
*
========================================================== */
/* ---------------------------------------------
*   l-contents
--------------------------------------------- */
/* ---------------------------------------------
*   l-footer
--------------------------------------------- */
.l-footer__container {
    padding-bottom: 30px;
    background-color: #000;
}

@media screen and (max-width: 1350px) {
    .l-footer__container {
        padding-bottom: 2.22222vw;
    }
}

@media screen and (max-width: 768px) {
    .l-footer__container {
        padding-bottom: 22.66667vw;
    }
}

.l-footer__logo {
    padding-top: 70px;
}

@media screen and (max-width: 1350px) {
    .l-footer__logo {
        padding-top: 5.18519vw;
    }
}

@media screen and (max-width: 768px) {
    .l-footer__logo {
        padding-top: 10.26667vw;
    }
}

.l-footer__logo-link {
    display: block;
    margin: 0 auto;
    width: 70px;
}

@media screen and (max-width: 1350px) {
    .l-footer__logo-link {
        width: 5.18519vw;
    }
}

@media screen and (max-width: 768px) {
    .l-footer__logo-link {
        width: 15.73333vw;
    }
}

@media screen and (min-width: 769px) {
    .l-footer__logo-link {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .l-footer__logo-link:hover {
        opacity: 0.8;
    }
}

.l-footer__address {
    margin-top: 37px;
    color: #fff;
    text-align: center;
    letter-spacing: .16em;
    font-size: 12px;
}

@media screen and (max-width: 1350px) {
    .l-footer__address {
        margin-top: 2.74074vw;
        font-size: 0.88889vw;
    }
}

@media screen and (max-width: 768px) {
    .l-footer__address {
        margin-top: 4vw;
        font-size: 2.93333vw;
        line-height: 1.59;
    }
}

.l-footer__copyright {
    padding-top: 50px;
    text-align: center;
}

@media screen and (max-width: 1350px) {
    .l-footer__copyright {
        padding-top: 3.7037vw;
    }
}

@media screen and (max-width: 768px) {
    .l-footer__copyright {
        padding-top: 12vw;
    }
}

.l-footer__copyright-txt {
    color: #ACACAC;
    letter-spacing: .1em;
    font-size: 11px;
}

@media screen and (max-width: 1350px) {
    .l-footer__copyright-txt {
        font-size: 0.81481vw;
    }
}

@media screen and (max-width: 768px) {
    .l-footer__copyright-txt {
        font-size: 2.66667vw;
    }
}

/*  l-footer-pagetop
--------------------------------------------- */
/*  l-footer-list-sns
--------------------------------------------- */
.l-footer-list-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 27px auto 0;
    width: 170px;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1350px) {
    .l-footer-list-sns {
        margin-top: 2vw;
        width: 12.59259vw;
    }
}

@media screen and (max-width: 768px) {
    .l-footer-list-sns {
        margin-top: 2.66667vw;
        width: 46.66667vw;
    }
}

.l-footer-list-sns__link {
    display: inline-block;
    width: 24px;
}

@media screen and (max-width: 1350px) {
    .l-footer-list-sns__link {
        width: 1.77778vw;
    }
}

@media screen and (max-width: 768px) {
    .l-footer-list-sns__link {
        width: 6.93333vw;
    }
}

@media screen and (min-width: 769px) {
    .l-footer-list-sns__link:hover {
        opacity: 0.6;
        -webkit-transition: 300ms;
        transition: 300ms;
    }
}

/*  l-footer-nav
--------------------------------------------- */
.l-footer-nav {
    height: 80px;
    background-color: #333333;
}

@media screen and (max-width: 1350px) {
    .l-footer-nav {
        height: 5.92593vw;
    }
}

@media screen and (max-width: 768px) {
    .l-footer-nav {
        padding: 13.33333vw 0;
        height: auto;
        border-bottom: 0.26667vw solid #4D4D4D;
        background-color: #000;
    }
}

.l-footer-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    margin: 0 auto;
    width: 730px;
    height: 100%;

    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 1350px) {
    .l-footer-nav__list {
        width: 54.07407vw;
    }
}

@media screen and (max-width: 768px) {
    .l-footer-nav__list {
        width: 52.4vw;
    }
}

@media screen and (max-width: 768px) {
    .l-footer-nav__item {
        display: block;
        width: 20vw;
    }
    .l-footer-nav__item:nth-of-type(odd) {
        width: 32vw;
    }
    .l-footer-nav__item:nth-of-type(n+3) {
        margin-top: 2.66667vw;
    }
}

.l-footer-nav__link {
    color: #fff;
    font-size: 14px;
    font-family: "Jost", sans-serif;
}

@media screen and (max-width: 1350px) {
    .l-footer-nav__link {
        font-size: 1.03704vw;
    }
}

@media screen and (max-width: 768px) {
    .l-footer-nav__link {
        font-size: 3.2vw;
    }
}

@media screen and (min-width: 769px) {
    .l-footer-nav__link:hover {
        text-decoration: underline;
        -webkit-transition: 300ms;
        transition: 300ms;
    }
}

/*  sp-fixed-menu
--------------------------------------------- */
.sp-fixed-menu {
    position: fixed;
    bottom: 0px;
    z-index: 99;
    display: none;
    width: 100%;
    font-size: 0;
    opacity: 1;
}

.sp-fixed-menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.sp-fixed-menu-list__item {
    width: 50%;
    height: 14.66667vw;
}

.sp-fixed-menu-list__tel {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    height: 100%;
    background-color: #CE9390;
    color: #fff;
    letter-spacing: .1em;
    font-weight: 300;
    font-size: 5.33333vw;
    font-family: "Cormorant Infant", serif;

    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
}

@media screen and (max-width: 768px) {
    .sp-fixed-menu-list__tel::before {
        display: inline-block;
        margin-right: 1.6vw;
        width: 3.6vw;
        height: 3.86667vw;
        background: url(../img/sp/ico_tel.svg) 0 0 no-repeat;
        background-size: 100% auto;
        content: "";
    }
}

.sp-fixed-menu-list__tel--jost {
    font-family: "Jost", sans-serif;
}

.sp-fixed-menu-list__mail {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    height: 100%;
    background-color: #DAADAB;
    color: #fff;
    letter-spacing: .16em;
    font-size: 3.46667vw;

    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.sp-fixed-menu-list__mail::before {
    display: inline-block;
    margin-right: 1.2vw;
    width: 4.66667vw;
    height: 3.2vw;
    background: url(../img/ico_mail.svg) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
}

/* ---------------------------------------------
*   l-header
--------------------------------------------- */
.l-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    height: 88px;
    background-color: transparent;
    -webkit-transition: height .3s, background-color .3s;
    transition: height .3s, background-color .3s;
}

@media screen and (max-width: 1350px) {
    .l-header {
        height: 6.51852vw;
    }
}

@media screen and (max-width: 768px) {
    .l-header {
        height: 12vw;
    }
}

.l-header.is-scroll {
    height: 80px;
    background-color: #fff;
}

@media screen and (max-width: 1350px) {
    .l-header.is-scroll {
        height: 5.92593vw;
    }
}

@media screen and (max-width: 768px) {
    .l-header.is-scroll {
        height: 13.33333vw;
    }
}

.l-header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding-left: 1.48148vw;
    height: 100%;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .l-header__container {
        padding-left: 4vw;
    }
}

.js-sp-menu-opened .l-header__container {
    background-color: #fff;
}

.l-header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    -webkit-transition: height .5s, background-color .5s;
    transition: height .5s, background-color .5s;

    -webkit-box-align: end;
    align-items: flex-end;
}

.is-scroll .l-header__logo {
    -ms-flex-align: center;

    -webkit-box-align: center;
    align-items: center;
}

.l-header__logo-link {
    width: 67px;
}

@media screen and (max-width: 1350px) {
    .l-header__logo-link {
        width: 4.96296vw;
    }
}

@media screen and (max-width: 768px) {
    .l-header__logo-link {
        width: 9.46667vw;
    }
}

@media screen and (min-width: 769px) {
    .l-header__logo-link {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .l-header__logo-link:hover {
        opacity: 0.8;
    }
}

.is-scroll .l-header__logo-link img:nth-of-type(1) {
    display: none;
}

.l-header__logo-link img:nth-of-type(2) {
    display: none;
    width: 54px;
}

@media screen and (max-width: 1350px) {
    .l-header__logo-link img:nth-of-type(2) {
        width: 4vw;
    }
}

@media screen and (max-width: 768px) {
    .l-header__logo-link img:nth-of-type(2) {
        width: 9.46667vw;
    }
}

.is-scroll .l-header__logo-link img:nth-of-type(2) {
    display: inline;
}

.js-sp-menu-opened .l-header__logo-link {
    display: none;
}

/*  l-header-nav
--------------------------------------------- */
.l-header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
}

@media screen and (max-width: 1350px) {
    .l-header-nav {
        height: 5.92593vw;
    }
}

@media screen and (max-width: 768px) {
    .l-header-nav {
        position: fixed;
        top: 10.66667vw;
        right: 0;
        left: 0;
        z-index: 2000;
        display: none;
        overflow-y: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 3.46667vw 0 20vw;
        width: 100%;
        height: 100%;
        background-color: #fff;
    }
}

.js-sp-menu-opened .l-header-nav {
    display: block;
}

.l-header-nav__list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    margin-right: 24px;
    padding-right: 30px;
    font-size: 0;

    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 1350px) {
    .l-header-nav__list {
        margin-right: 1.77778vw;
        padding-right: 2.22222vw;
    }
}

@media screen and (max-width: 768px) {
    .l-header-nav__list {
        display: block;
        margin: 0 auto;
        padding-right: 0;
        text-align: center;
    }
}

.l-header-nav__list::after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 1px;
    height: 40px;
    background-color: #fff;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 1350px) {
    .l-header-nav__list::after {
        height: 2.96296vw;
    }
}

@media screen and (max-width: 768px) {
    .l-header-nav__list::after {
        content: none;
    }
}

.is-scroll .l-header-nav__list::after {
    background-color: #000;
    opacity: .2;
}

.l-header-nav__item {
    margin-left: 23px;
}

@media screen and (max-width: 1350px) {
    .l-header-nav__item {
        margin-left: 1.7037vw;
    }
}

@media screen and (max-width: 768px) {
    .l-header-nav__item {
        margin-top: 2.66667vw;
        margin-left: 0;
    }
}

.l-header-nav__item:first-of-type {
    margin-top: 0;
    margin-left: 0;
}

.l-header-nav__link {
    color: #fff;
    letter-spacing: .16em;
    font-size: 12px;
    font-family: "Jost", sans-serif;

    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
}

@media screen and (max-width: 1350px) {
    .l-header-nav__link {
        font-size: 0.88889vw;
    }
}

@media screen and (max-width: 768px) {
    .l-header-nav__link {
        color: #000;
        letter-spacing: .02em;
        font-weight: 300;
        font-size: 5.33333vw;
        font-family: "Cormorant", serif;
    }
}

.is-scroll .l-header-nav__link {
    color: #333333;
}

@media screen and (min-width: 769px) {
    .l-header-nav__link:hover {
        border-bottom: 1px solid #fff;
    }
    .is-scroll .l-header-nav__link:hover {
        border-color: #333333;
    }
}

/*  l-header-btn
--------------------------------------------- */
.l-header-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    margin-top: 2px;
    margin-right: 35px;
    color: #fff;
    letter-spacing: .16em;
    font-size: 12px;

    -webkit-box-align: center;
    align-items: center;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
}

@media screen and (max-width: 1350px) {
    .l-header-btn-wrap {
        margin-top: 0.14815vw;
        margin-right: 2.59259vw;
        font-size: 0.88889vw;
    }
}

@media screen and (max-width: 768px) {
    .l-header-btn-wrap {
        -ms-flex-pack: center;
        margin-top: 13.33333vw;
        margin-right: 0;
        color: #1A1A1A;
        letter-spacing: .05em;
        font-weight: bold;
        font-size: 5.33333vw;

        -webkit-box-pack: center;
        justify-content: center;
    }
}

.is-scroll .l-header-btn-wrap {
    color: #333333;
}

.l-header-btn {
    display: block;
    line-height: 1.25;
}

@media screen and (min-width: 769px) {
    .l-header-btn:hover {
        opacity: .8;
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
}

.l-header-btn--current {
    opacity: .3;
    pointer-events: none;
}

.l-header-btn-txt {
    display: inline-block;
    margin: 0 5px;
    line-height: 1.25;
}

@media screen and (max-width: 1350px) {
    .l-header-btn-txt {
        margin: 0 0.37037vw;
    }
}

@media screen and (max-width: 768px) {
    .l-header-btn-txt {
        margin: 0 3.46667vw;
    }
}

/*  l-header-menu-button
--------------------------------------------- */
.l-header-menu-button {
    position: relative;
    display: block;
    margin: 0;
    padding: 15px;
    outline: none;
    border: 0;
    border-radius: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.l-header-menu-button__lines {
    position: relative;
    display: block;
    width: 30px;
    height: 20px;
}

.l-header-menu-button__line {
    position: absolute;
    left: 0;
    display: block;
    padding-top: 2px;
    width: 100%;
    height: 0;
    background-color: #fff;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.is-scroll .l-header-menu-button__line {
    background-color: #333333;
}

.l-header-menu-button__line--top {
    top: 0;
}

.js-sp-menu-opened .l-header-menu-button__line--top {
    top: 50%;
    background-color: #333333;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.l-header-menu-button__line--center {
    top: 50%;
    margin-top: -1px;
}

.js-sp-menu-opened .l-header-menu-button__line--center {
    background-color: transparent;
}

.l-header-menu-button__line--bottom {
    bottom: 0;
}

.js-sp-menu-opened .l-header-menu-button__line--bottom {
    bottom: 50%;
    background-color: #333333;
    -webkit-transform: translateY(50%) rotate(-45deg);
    transform: translateY(50%) rotate(-45deg);
}

/*  l-header-menu-overlay
--------------------------------------------- */
.l-header-menu-overlay {
    position: fixed;
    top: 90px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: calc(100% - 50px);
    background-color: rgba(0, 0, 0, 0.5);
}

.js-sp-menu-opened .l-header-menu-overlay {
    display: block;
}

/* ---------------------------------------------
*   l-wrapper
--------------------------------------------- */
/* ==========================================================
*
*   component
*
========================================================== */
/* ---------------------------------------------
*   c-block
--------------------------------------------- */
/*  c-block-about
--------------------------------------------- */
.c-block-about-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: justify;
    margin-left: auto;
    max-width: 1180px;

    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
}

@media screen and (max-width: 1350px) {
    .c-block-about-1 {
        width: 87.40741vw;
    }
}

@media screen and (max-width: 768px) {
    .c-block-about-1 {
        display: block;
        width: 100%;
    }
}

.c-block-about-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 124px 0 0 auto;
    max-width: 786px;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1350px) {
    .c-block-about-2 {
        margin-top: 9.18519vw;
        width: 58.22222vw;
    }
}

@media screen and (max-width: 768px) {
    .c-block-about-2 {
        -ms-flex-align: end;
        margin-top: 0;
        padding-left: 6.66667vw;
        width: 100%;

        -webkit-box-align: end;
        align-items: flex-end;
    }
}

/*  c-block-feature
--------------------------------------------- */
.c-block-feature {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    margin: 30px auto 130px;
    max-width: 1000px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 1350px) {
    .c-block-feature {
        margin: 2.22222vw auto 9.62963vw;
        width: 74.07407vw;
    }
}

@media screen and (max-width: 768px) {
    .c-block-feature {
        margin: 4.8vw auto 20.26667vw;
        width: 86.66667vw;
    }
}

.c-block-feature .c-box-feature:nth-of-type(3n) {
    margin-right: 0;
}

.c-block-feature .c-box-feature:nth-of-type(n+4) {
    margin-top: 10px;
}

@media screen and (max-width: 1350px) {
    .c-block-feature .c-box-feature:nth-of-type(n+4) {
        margin-top: 0.74074vw;
    }
}

@media screen and (max-width: 768px) {
    .c-block-feature .c-box-feature:nth-of-type(n+4) {
        margin-top: 2.66667vw;
    }
}

.c-block-feature .c-box-feature:last-of-type {
    margin-right: 0;
}

.c-block-feature:after {
    position: absolute;
    bottom: -80px;
    left: 50%;
    display: inline-block;
    width: 47px;
    height: 20px;
    background: url(../img/ico_arrow_down.png) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 1350px) {
    .c-block-feature:after {
        bottom: -5.92593vw;
        width: 3.48148vw;
        height: 1.48148vw;
    }
}

@media screen and (max-width: 768px) {
    .c-block-feature:after {
        bottom: -14vw;
        width: 10.13333vw;
        height: 4.53333vw;
    }
}

/*  c-block-quality
--------------------------------------------- */
.c-block-quality {
    position: relative;
    margin: 0 auto;
    padding-top: 46.51%;
    width: 100%;
    background: url(../img/bg_1.jpg) 0 0 no-repeat;
    background-size: 100% auto;
}

@media screen and (max-width: 768px) {
    .c-block-quality {
        padding-top: 168.13vw;
        background-image: url(../img/sp/bg_1.jpg);
    }
}

/*  c-block-plan
--------------------------------------------- */
.c-block-plan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 0 auto;
    max-width: 1005px;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1350px) {
    .c-block-plan {
        width: 74.44444vw;
    }
}

@media screen and (max-width: 768px) {
    .c-block-plan {
        display: block;
        margin: 0 auto;
        width: 100%;
    }
}

/*  c-block-premium
--------------------------------------------- */
.c-block-premium-1 {
    margin-top: -66px;
}

@media screen and (max-width: 1350px) {
    .c-block-premium-1 {
        margin-top: -4.88889vw;
    }
}

@media screen and (max-width: 768px) {
    .c-block-premium-1 {
        margin-top: -133.33333vw;
    }
}

.c-block-premium-2 {
    margin: 0 auto;
    max-width: 1005px;
}

@media screen and (max-width: 1350px) {
    .c-block-premium-2 {
        width: 74.44444vw;
    }
}

@media screen and (max-width: 768px) {
    .c-block-premium-2 {
        padding-left: 9.33333vw;
        width: 100%;
    }
}

.c-block-premium-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-left: auto;
    max-width: 960px;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1350px) {
    .c-block-premium-3 {
        width: 71.11111vw;
    }
}

@media screen and (max-width: 768px) {
    .c-block-premium-3 {
        display: block;
        margin-right: auto;
        width: 100%;
    }
}

.c-block-premium-4 {
    position: relative;
    margin: 0 auto;
    max-width: 1350px;
}

@media screen and (max-width: 1350px) {
    .c-block-premium-4 {
        width: 100%;
    }
}

/*  c-block-voice
--------------------------------------------- */
.c-block-voice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-right: auto;
    max-width: 1200px;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1350px) {
    .c-block-voice {
        width: 88.88889vw;
    }
}

@media screen and (max-width: 768px) {
    .c-block-voice {
        width: 100%;
    }
}

/*  c-block-faq
--------------------------------------------- */
.c-block-faq {
    margin: 0 auto;
}

.c-block-faq + .c-block-faq {
    margin-top: 17px;
}

@media screen and (max-width: 1350px) {
    .c-block-faq + .c-block-faq {
        margin-top: 1.25926vw;
    }
}

@media screen and (max-width: 768px) {
    .c-block-faq + .c-block-faq {
        margin-top: 3.46667vw;
    }
}

.c-block-faq__head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    padding: 20px 50px 20px 10px;
    border-bottom: 1px solid #DFDFDF;
    line-height: 1;
    cursor: pointer;

    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 1350px) {
    .c-block-faq__head {
        padding: 1.48148vw 3.7037vw 1.48148vw 0.74074vw;
    }
}

@media screen and (max-width: 768px) {
    .c-block-faq__head {
        -ms-flex-align: start;
        padding: 3.33333vw 6.66667vw 3.33333vw 0.4vw;

        -webkit-box-align: start;
        align-items: flex-start;
    }
}

@media screen and (min-width: 769px) {
    .c-block-faq__head:hover .c-block-faq__ttl {
        text-decoration: underline;
        -webkit-transition: 300ms;
        transition: 300ms;
    }
}

.c-block-faq__head-icon {
    margin-right: 23px;
    color: #DAADAB;
    font-weight: 300;
    font-size: 30px;
    font-family: "Cormorant", serif;
}

@media screen and (max-width: 1350px) {
    .c-block-faq__head-icon {
        margin-right: 1.7037vw;
        font-size: 2.22222vw;
    }
}

@media screen and (max-width: 767px) {
    .c-block-faq__head-icon {
        margin-right: 2.4vw;
        font-size: 6.13333vw;
    }
}

.c-block-faq__ttl {
    color: #333333;
    text-align: left;
    letter-spacing: .05em;
    font-size: 18px;
}

@media screen and (max-width: 1350px) {
    .c-block-faq__ttl {
        font-size: 1.33333vw;
    }
}

@media screen and (max-width: 768px) {
    .c-block-faq__ttl {
        font-size: 3.2vw;
        line-height: 1.75;
    }
}

.c-block-faq__icon {
    position: absolute;
    top: 50%;
    right: 16px;
    overflow: hidden;
    width: 21px;
    height: 21px;
    background: url(../img/ico_plus.png) 0 0 no-repeat;
    background-size: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 1350px) {
    .c-block-faq__icon {
        right: 1.18519vw;
        width: 1.55556vw;
        height: 1.55556vw;
    }
}

@media screen and (max-width: 768px) {
    .c-block-faq__icon {
        top: 6.66667vw;
        right: 0.53333vw;
        width: 4.13333vw;
        height: 4.13333vw;
    }
}

.is-acc-open .c-block-faq__icon {
    height: 1px;
    background-image: url(../img/ico_minus.png);
}

.c-block-faq__body {
    display: none;
    margin-top: 30px;
}

@media screen and (max-width: 1350px) {
    .c-block-faq__body {
        margin-top: 2.22222vw;
    }
}

@media screen and (max-width: 767px) {
    .c-block-faq__body {
        margin-top: 6vw;
    }
}

.c-block-faq__body-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px;
}

@media screen and (max-width: 1350px) {
    .c-block-faq__body-inner {
        padding: 0 0.74074vw;
    }
}

@media screen and (max-width: 767px) {
    .c-block-faq__body-inner {
        padding: 0 1.33333vw;
    }
}

.c-block-faq__body-icon {
    margin-right: 23px;
    font-weight: 300;
    font-size: 30px;
    font-family: "Cormorant", serif;
    line-height: 1;
}

@media screen and (max-width: 1350px) {
    .c-block-faq__body-icon {
        margin-right: 1.7037vw;
        font-size: 2.22222vw;
    }
}

@media screen and (max-width: 768px) {
    .c-block-faq__body-icon {
        margin-right: 2.4vw;
        font-size: 6.13333vw;
    }
}

.c-block-faq__txt {
    color: #333333;
    text-align: left;
    font-size: 16px;
    line-height: 2.125;
}

@media screen and (max-width: 1350px) {
    .c-block-faq__txt {
        font-size: 1.18519vw;
    }
}

@media screen and (max-width: 768px) {
    .c-block-faq__txt {
        font-size: 3.2vw;
        line-height: 1.75;
    }
}

.c-block-faq__txt-note {
    color: #333333;
    text-align: left;
    font-size: 14px;
    line-height: 2.42;
}

@media screen and (max-width: 1350px) {
    .c-block-faq__txt-note {
        font-size: 1.03704vw;
    }
}

@media screen and (max-width: 768px) {
    .c-block-faq__txt-note {
        font-size: 2.93333vw;
        line-height: 1.9;
    }
}

/*  c-block-modal
--------------------------------------------- */
.c-block-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    height: 100%;

    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .c-block-modal {
        display: block;
    }
}

/* ---------------------------------------------
*   c-box
--------------------------------------------- */
/*  .c-box-kv
--------------------------------------------- */
.c-box-kv {
    position: absolute;
    top: 50%;
    left: 11.48148vw;
    z-index: 100;
    width: 610px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 1350px) {
    .c-box-kv {
        width: 45.18519vw;
    }
}

@media screen and (max-width: 768px) {
    .c-box-kv {
        top: 28.8vw;
        left: 50%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

/*  c-box-about
--------------------------------------------- */
@media screen and (max-width: 1350px) {
    .c-box-about-1 {
        min-width: 250px;
    }
}

@media screen and (max-width: 768px) {
    .c-box-about-1 {
        margin-top: 13.33333vw;
        padding-left: 6.66667vw;
        min-width: auto;
    }
}

@media screen and (max-width: 768px) {
    .c-box-about-2 {
        margin-bottom: 6vw;
    }
}

/*  c-box-feature
--------------------------------------------- */
.c-box-feature {
    margin-right: 10px;
    padding: 38px 10px;
    width: 287px;
    border-radius: 2px;
    background-color: #F7F7FA;
}

@media screen and (max-width: 1350px) {
    .c-box-feature {
        margin-right: 0.74074vw;
        padding: 2.81481vw 0.74074vw;
        width: 21.25926vw;
        border-radius: 0.14815vw;
    }
}

@media screen and (max-width: 768px) {
    .c-box-feature {
        margin-right: 2.66667vw;
        padding: 0;
        width: 27.06667vw;
        height: 27.06667vw;
        border-radius: 0.53333vw;
    }
}

/*  c-box-select
--------------------------------------------- */
.c-box-select {
    margin: -170px auto 0;
}

@media screen and (max-width: 1350px) {
    .c-box-select {
        margin-top: -12.59259vw;
    }
}

@media screen and (max-width: 768px) {
    .c-box-select {
        margin-top: -26.66667vw;
    }
}

/*  c-box-contact
--------------------------------------------- */
.c-box-contact {
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .l-header-nav .c-box-contact {
        margin-top: 4vw;
    }
}

.c-box-plan .c-box-contact {
    margin-top: 30px;
}

@media screen and (max-width: 1350px) {
    .c-box-plan .c-box-contact {
        margin-top: 2.22222vw;
    }
}

@media screen and (max-width: 768px) {
    .c-box-plan .c-box-contact {
        margin-top: 10.66667vw;
    }
}

/*  c-box-plan
--------------------------------------------- */
/*  c-box-option
--------------------------------------------- */
.c-box-option {
    position: relative;
    top: -246px;
    margin: 0 auto;
    padding: 60px 0 50px;
    max-width: 1005px;
    width: 100%;
    background-color: rgba(102, 102, 102, 0.7);
}

@media screen and (max-width: 1350px) {
    .c-box-option {
        top: -18.22222vw;
        padding: 4.44444vw 0 3.7037vw;
        width: 74.44444vw;
    }
}

@media screen and (max-width: 768px) {
    .c-box-option {
        top: -161.06667vw;
        padding: 8vw 0 9.33333vw;
        width: 86.66667vw;
    }
}

/*  c-box-premium
--------------------------------------------- */
.c-box-premium {
    margin-top: 150px;
}

@media screen and (max-width: 1350px) {
    .c-box-premium {
        margin-top: 11.11111vw;
    }
}

@media screen and (max-width: 768px) {
    .c-box-premium {
        margin-top: 11.33333vw;
    }
}

/*  c-box-voice
--------------------------------------------- */
.c-box-voice {
    margin-top: 122px;
    text-align: center;
}

@media screen and (max-width: 1350px) {
    .c-box-voice {
        margin: 9.03704vw 0 0 auto;
        min-width: 324px;
    }
}

@media screen and (max-width: 768px) {
    .c-box-voice {
        margin: 0 auto;
        min-width: auto;
    }
}

/*  c-box-modal
--------------------------------------------- */
.c-box-modal {
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 1350px) {
    .c-box-modal {
        margin-left: auto;
        min-width: 370px;
    }
}

@media screen and (max-width: 768px) {
    .c-box-modal {
        margin: 8vw auto 0;
        min-width: auto;
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .c-box-modal--l {
        margin-top: 34.66667vw;
    }
}

/* ---------------------------------------------
*   c-btn
--------------------------------------------- */
.c-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 220px;
    height: 80px;
    background-color: #DAADAB;
    color: #fff;
    letter-spacing: .16em;
    font-size: 14px;
    -webkit-transition: height .3s, background-color .3s;
    transition: height .3s, background-color .3s;

    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 1350px) {
    .c-btn {
        width: 16.2963vw;
        height: 5.92593vw;
        font-size: 1.03704vw;
    }
}

@media screen and (max-width: 768px) {
    .c-btn {
        width: 76vw;
        height: 16.26667vw;
        font-size: 3.46667vw;
    }
}

.is-scroll .c-btn {
    height: 80px;
}

@media screen and (max-width: 1350px) {
    .is-scroll .c-btn {
        height: 5.92593vw;
    }
}

@media screen and (min-width: 769px) {
    .c-btn:hover {
        background-color: #C78380;
        -webkit-transition: 300ms;
        transition: 300ms;
    }
}

.c-btn--tel {
    letter-spacing: .1em;
    font-weight: 300;
    font-size: 34px;
    font-family: "Cormorant Infant", serif;

    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
}

@media screen and (max-width: 768px) {
    .c-btn--tel {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        -ms-flex-align: center;
        margin: 0 auto;
        width: 76vw;
        height: 16.26667vw;
        background-color: #CE9390;
        color: #fff;
        font-size: 5.33333vw;

        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
    .c-btn--tel::before {
        margin-right: 1.6vw;
        width: 3.6vw;
        height: 3.86667vw;
        background: url(../img/sp/ico_tel.svg) 0 0 no-repeat;
        background-size: 100% auto;
        content: "";
    }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
    .c-btn--tel::after {
        position: absolute;
        top: 50%;
        right: 2.66667vw;
        width: 1.06667vw;
        height: 1.86667vw;
        background: url(../img/ico_arrow_right_wh.png) 0 0 no-repeat;
        background-size: 100% auto;
        content: "";
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.c-btn--mail::before {
    display: inline-block;
    margin-right: 9px;
    width: 16px;
    height: 11px;
    background: url(../img/ico_mail.svg) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
}

@media screen and (max-width: 1350px) {
    .c-btn--mail::before {
        margin-right: 0.66667vw;
        width: 1.18519vw;
        height: 0.81481vw;
    }
}

@media screen and (max-width: 768px) {
    .c-btn--mail::before {
        margin-right: 1.73333vw;
        width: 4.66667vw;
        height: 3.2vw;
    }
}

.c-box-contact .c-btn {
    margin: 0 auto;
    width: 470px;
    height: 100px;
    font-size: 16px;
}

@media screen and (max-width: 1350px) {
    .c-box-contact .c-btn {
        width: 34.81481vw;
        height: 7.40741vw;
        font-size: 1.18519vw;
    }
}

@media screen and (max-width: 768px) {
    .c-box-contact .c-btn {
        width: 76vw;
        height: 16.26667vw;
        font-size: 3.46667vw;
    }
}

.c-box-contact .c-btn--mail {
    margin-top: 15px;
    text-align: center;
}

@media screen and (max-width: 1350px) {
    .c-box-contact .c-btn--mail {
        margin-top: 1.11111vw;
    }
}

@media screen and (max-width: 768px) {
    .c-box-contact .c-btn--mail {
        margin-top: 2.66667vw;
    }
}

.c-box-contact .c-btn--mail::before {
    width: 21px;
    height: 15px;
    content: "";
}

@media screen and (max-width: 1350px) {
    .c-box-contact .c-btn--mail::before {
        width: 1.55556vw;
        height: 1.11111vw;
    }
}

@media screen and (max-width: 768px) {
    .c-box-contact .c-btn--mail::before {
        width: 4.66667vw;
        height: 3.2vw;
    }
}

.c-box-contact .c-btn--mail::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 14px;
    background: url(../img/ico_arrow_right_wh.png) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 1350px) {
    .c-box-contact .c-btn--mail::after {
        right: 1.48148vw;
        width: 0.59259vw;
        height: 1.03704vw;
    }
}

@media screen and (max-width: 768px) {
    .c-box-contact .c-btn--mail::after {
        right: 2.66667vw;
        width: 1.06667vw;
        height: 1.86667vw;
    }
}

.c-box-plan .c-btn {
    margin: 0 auto;
    width: 310px;
    height: 60px;
    font-size: 16px;
}

@media screen and (max-width: 1350px) {
    .c-box-plan .c-btn {
        width: 22.96296vw;
        height: 4.44444vw;
        font-size: 1.18519vw;
    }
}

@media screen and (max-width: 768px) {
    .c-box-plan .c-btn {
        width: 76vw;
        height: 16.26667vw;
        font-size: 3.46667vw;
    }
}

.c-box-plan .c-btn--mail {
    margin-top: 15px;
    text-align: center;
}

@media screen and (max-width: 1350px) {
    .c-box-plan .c-btn--mail {
        margin-top: 1.11111vw;
    }
}

@media screen and (max-width: 768px) {
    .c-box-plan .c-btn--mail {
        margin-top: 2.66667vw;
    }
}

.c-box-plan .c-btn--mail::before {
    width: 21px;
    height: 15px;
    content: "";
}

@media screen and (max-width: 1350px) {
    .c-box-plan .c-btn--mail::before {
        width: 1.55556vw;
        height: 1.11111vw;
    }
}

@media screen and (max-width: 768px) {
    .c-box-plan .c-btn--mail::before {
        width: 4.66667vw;
        height: 3.2vw;
    }
}

.c-box-plan .c-btn--mail::after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 14px;
    background: url(../img/ico_arrow_right_wh.png) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 1350px) {
    .c-box-plan .c-btn--mail::after {
        right: 1.48148vw;
        width: 0.59259vw;
        height: 1.03704vw;
    }
}

@media screen and (max-width: 768px) {
    .c-box-plan .c-btn--mail::after {
        right: 2.66667vw;
        width: 1.06667vw;
        height: 1.86667vw;
    }
}

/*  c-btn-voice
--------------------------------------------- */
.c-btn-voice {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    padding-bottom: 2px;
    width: 250px;
    height: 60px;
    border: 1px solid #929292;
    background-color: #fff;
    color: #333333;
    letter-spacing: .16em;
    font-size: 20px;
    font-family: "Cormorant", serif;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    pointer-events: none;

    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
}

@media screen and (min-width: 769px) {
    .c-btn-voice:hover {
        background-color: #EBEBEB;
        -webkit-transition: 300ms;
        transition: 300ms;
    }
}

@media screen and (max-width: 1350px) {
    .c-btn-voice {
        padding-bottom: 0.14815vw;
        width: 18.51852vw;
        height: 4.44444vw;
        font-size: 1.48148vw;
    }
}

@media screen and (max-width: 768px) {
    .c-btn-voice {
        padding-bottom: 0.53333vw;
        width: 50.93333vw;
        height: 12.26667vw;
        font-size: 4vw;
    }
}

/* ---------------------------------------------
*   .c-img
--------------------------------------------- */
/*  c-img-about
--------------------------------------------- */
.c-img-about-1 {
    width: 811px;
}

@media screen and (max-width: 1350px) {
    .c-img-about-1 {
        width: 60.07407vw;
    }
}

@media screen and (max-width: 768px) {
    .c-img-about-1 {
        margin-left: auto;
        width: 88vw;
    }
}

.c-img-about-2 {
    position: absolute;
    bottom: 330px;
    left: 0;
    z-index: -10;
    width: 431px;
}

@media screen and (max-width: 1350px) {
    .c-img-about-2 {
        bottom: 24.44444vw;
        width: 31.92593vw;
    }
}

@media screen and (max-width: 768px) {
    .c-img-about-2 {
        position: static;
        display: block;
        margin: 15.33333vw 0 -14.66667vw;
        width: 54.13333vw;
    }
}

.c-img-about-3 {
    width: 270px;
}

@media screen and (max-width: 1350px) {
    .c-img-about-3 {
        width: 20vw;
    }
}

@media screen and (max-width: 768px) {
    .c-img-about-3 {
        width: 36vw;
    }
}

/*  c-img-contact
--------------------------------------------- */
.c-img-contact {
    margin: 0 auto;
    padding-top: 100px;
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 1350px) {
    .c-img-contact {
        padding-top: 7.40741vw;
    }
}

@media screen and (max-width: 768px) {
    .c-img-contact {
        padding-top: 26.66667vw;
    }
}

.c-img-contact img {
    width: 100%;
    height: auto;
}

/*  c-img-plan
--------------------------------------------- */
.c-img-plan-1 {
    width: 500px;

    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 1350px) {
    .c-img-plan-1 {
        width: 37.03704vw;
    }
}

@media screen and (max-width: 768px) {
    .c-img-plan-1 {
        margin: 0 auto 12vw;
        width: 69.2vw;
    }
}

.c-img-plan-2 {
    margin: 40px auto 0;
    width: 404px;
}

@media screen and (max-width: 1350px) {
    .c-img-plan-2 {
        margin-top: 2.96296vw;
        width: 29.92593vw;
    }
}

@media screen and (max-width: 768px) {
    .c-img-plan-2 {
        margin-top: 8.66667vw;
        width: 86.8vw;
    }
}

.c-img-plan-2 img {
    width: 100%;
    height: auto;
}

/*  c-img-option
--------------------------------------------- */
.c-img-option {
    margin: 30px auto 0;
    width: 822px;
}

@media screen and (max-width: 1350px) {
    .c-img-option {
        margin-top: 2.22222vw;
        width: 60.88889vw;
    }
}

@media screen and (max-width: 768px) {
    .c-img-option {
        margin-top: 5.33333vw;
        width: 70.4vw;
    }
}

.c-img-option img {
    width: 100%;
    height: auto;
}

/*  c-img-premium
--------------------------------------------- */
.c-img-premium {
    position: absolute;
}

.c-img-premium--1 {
    position: static;
    width: 510px;
}

@media screen and (max-width: 1350px) {
    .c-img-premium--1 {
        width: 37.77778vw;
    }
}

@media screen and (max-width: 768px) {
    .c-img-premium--1 {
        width: 62.66667vw;
    }
}

.c-img-premium--2 {
    top: -187px;
    right: 0;
    width: 476px;
}

@media screen and (max-width: 1350px) {
    .c-img-premium--2 {
        top: -13.85185vw;
        width: 35.25926vw;
    }
}

@media screen and (max-width: 768px) {
    .c-img-premium--2 {
        top: -19.6vw;
        width: 44.93333vw;
    }
}

.c-img-premium--3 {
    top: 145px;
    left: 0;
    width: 678px;
}

@media screen and (max-width: 1350px) {
    .c-img-premium--3 {
        top: 10.74074vw;
        width: 50.22222vw;
    }
}

@media screen and (max-width: 768px) {
    .c-img-premium--3 {
        top: 24vw;
        width: 68vw;
    }
}

.c-img-premium--4 {
    top: 268px;
    right: 138px;
    width: 237px;
}

@media screen and (max-width: 1350px) {
    .c-img-premium--4 {
        top: 19.85185vw;
        right: 10.22222vw;
        width: 17.55556vw;
    }
}

@media screen and (max-width: 768px) {
    .c-img-premium--4 {
        top: 79.46667vw;
        right: 12vw;
        width: 27.73333vw;
    }
}

.c-img-premium--5 {
    top: 490px;
    right: 336px;
    width: 247px;
}

@media screen and (max-width: 1350px) {
    .c-img-premium--5 {
        top: 36.2963vw;
        right: 24.88889vw;
        width: 18.2963vw;
    }
}

@media screen and (max-width: 768px) {
    .c-img-premium--5 {
        top: 96.66667vw;
        right: 36.4vw;
        width: 32.8vw;
    }
}

/*  c-img-voice
--------------------------------------------- */
.c-img-voice {
    width: 805px;
}

@media screen and (max-width: 1350px) {
    .c-img-voice {
        width: 59.62963vw;
    }
}

@media screen and (max-width: 768px) {
    .c-img-voice {
        margin: 7.2vw auto 0;
        width: 76vw;
    }
}

/*  c-img-modal
--------------------------------------------- */
.c-img-modal {
    width: 435px;

    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 1350px) {
    .c-img-modal {
        margin-right: 0.74074vw;
        width: 27.40741vw;
    }
}

@media screen and (max-width: 768px) {
    .c-img-modal {
        margin: 0 auto;
        width: 76.13333vw;
    }
}

.c-img-modal--l {
    width: 682px;
}

@media screen and (max-width: 1350px) {
    .c-img-modal--l {
        width: 45.18519vw;
    }
}

@media screen and (max-width: 768px) {
    .c-img-modal--l {
        margin: 0 auto;
        width: 92vw;
    }
}

/* ---------------------------------------------
*   c-kv
--------------------------------------------- */
.c-kv {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 59.259vw;
}

@media screen and (max-width: 768px) {
    .c-kv {
        height: 178.66667vw;
    }
}

.c-kv__slide {
    overflow: hidden !important;
    height: 59.259vw;
}

@media screen and (max-width: 768px) {
    .c-kv__slide {
        height: 178.66667vw;
    }
}

.c-kv__slide img {
    width: 100%;
    height: auto;
}

.c-kv__ttl {
    color: #fff;
    text-align: center;
    letter-spacing: .04em;
    font-weight: 300;
    font-style: italic;
    font-size: 90px;
    font-family: "Cormorant", serif;
    line-height: 0.68;
}

@media screen and (max-width: 1350px) {
    .c-kv__ttl {
        font-size: 6.66667vw;
    }
}

@media screen and (max-width: 768px) {
    .c-kv__ttl {
        font-size: 13.33333vw;
    }
}

.c-kv__txt {
    margin-top: 10px;
    color: #fff;
    text-align: center;
    letter-spacing: .05em;
    font-weight: 300;
    font-style: italic;
    font-size: 34px;
    font-family: "Cormorant", serif;
}

@media screen and (max-width: 1350px) {
    .c-kv__txt {
        margin-top: 0.74074vw;
        font-size: 2.51852vw;
    }
}

@media screen and (max-width: 768px) {
    .c-kv__txt {
        margin-top: 1.33333vw;
        letter-spacing: .05em;
        font-size: 5.06667vw;
    }
}

/* ---------------------------------------------
*   c-link
--------------------------------------------- */
/*  c-link-voice
--------------------------------------------- */
.c-link-voice {
    margin: 40px auto 0;
    width: 250px;
    text-align: center;
}

@media screen and (max-width: 1350px) {
    .c-link-voice {
        margin-top: 2.96296vw;
        width: 18.51852vw;
    }
}

@media screen and (max-width: 768px) {
    .c-link-voice {
        margin-top: 5.86667vw;
        width: 50.93333vw;
    }
}

/* ---------------------------------------------
*   c-list
--------------------------------------------- */
/*  c-list-sns
--------------------------------------------- */
.c-list-sns {
    position: absolute;
    top: 50%;
    right: 1.25926vw;
    z-index: 100;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    .c-list-sns {
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        -ms-flex-align: end;
        margin: 14.93333vw auto 0;
        width: 46vw;

        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        align-items: flex-end;
    }
}

.c-list-sns__item {
    margin-top: 16px;
    width: 24px;
}

@media screen and (max-width: 1350px) {
    .c-list-sns__item {
        margin-top: 1.18519vw;
        width: 1.77778vw;
    }
}

.c-list-sns__item:first-of-type {
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    .c-list-sns__item {
        width: 6.93333vw;
    }
}

.c-list-sns__link {
    display: inline-block;
    width: 100%;
}

.c-list-sns__link img:nth-of-type(2) {
    display: none;
}

@media screen and (min-width: 769px) {
    .c-list-sns__link:hover img:nth-of-type(1) {
        display: none;
    }
    .c-list-sns__link:hover img:nth-of-type(2) {
        display: inline;
    }
}

/*  c-list-showcase
--------------------------------------------- */
.c-list-showcase {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
}

.c-list-showcase__item {
    margin-top: -1px;
    margin-left: -1px;
    width: 33.3333%;
    font-size: 0;
}

@media screen and (max-width: 768px) {
    .c-list-showcase__item {
        margin-top: 0;
        margin-bottom: -1px;
        margin-left: 0;
        width: 50%;
    }
}

.c-list-showcase__link {
    position: relative;
    display: inline-block;
    padding-top: 100%;
    width: 100%;
    background-position: 0 0;
    background-size: 100%;
    background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
    .c-list-showcase__link {
        padding-top: 64.6667vw;
    }
    .windows .c-list-showcase__link {
        padding-top: 129%;
    }
}

.c-list-showcase__link--1 {
    background-image: url(../img/img_showcase_1.jpg);
}

@media screen and (max-width: 768px) {
    .c-list-showcase__link--1 {
        background-image: url(../img/sp/img_showcase_1.jpg);
    }
}

.c-list-showcase__link--2 {
    background-image: url(../img/img_showcase_2.jpg);
}

@media screen and (max-width: 768px) {
    .c-list-showcase__link--2 {
        background-image: url(../img/sp/img_showcase_2.jpg);
    }
}

.c-list-showcase__link--3 {
    background-image: url(../img/img_showcase_3.jpg);
}

@media screen and (max-width: 768px) {
    .c-list-showcase__link--3 {
        background-image: url(../img/sp/img_showcase_3.jpg);
    }
}

.c-list-showcase__link--4 {
    background-image: url(../img/img_showcase_4.jpg);
}

@media screen and (max-width: 768px) {
    .c-list-showcase__link--4 {
        background-image: url(../img/sp/img_showcase_4.jpg);
    }
}

.c-list-showcase__link--5 {
    background-image: url(../img/img_showcase_5.jpg);
}

@media screen and (max-width: 768px) {
    .c-list-showcase__link--5 {
        background-image: url(../img/sp/img_showcase_5.jpg);
    }
}

.c-list-showcase__link--6 {
    background-image: url(../img/img_showcase_6.jpg);
}

@media screen and (max-width: 768px) {
    .c-list-showcase__link--6 {
        background-image: url(../img/sp/img_showcase_6.jpg);
    }
}

.c-list-showcase__link::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    content: '';
}

@media screen and (min-width: 769px) {
    .c-list-showcase__link:hover .c-list-showcase-mask {
        opacity: 1;
    }
}

.c-list-showcase__ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    letter-spacing: .1em;
    font-size: 30px;
    font-family: "Cormorant", serif;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 1350px) {
    .c-list-showcase__ttl {
        font-size: 1.92593vw;
    }
}

@media screen and (max-width: 768px) {
    .c-list-showcase__ttl {
        width: 100%;
        text-align: center;
        letter-spacing: .1em;
        font-size: 5.33333vw;
    }
}

/*  c-list-showcase-mask
--------------------------------------------- */
.c-list-showcase-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(218, 173, 171, 0.9);
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.c-list-showcase-mask__ttl {
    padding-top: 9.62963vw;
    color: #fff;
    letter-spacing: .1em;
    font-size: 30px;
    font-family: "Cormorant", serif;
}

@media screen and (max-width: 1350px) {
    .c-list-showcase-mask__ttl {
        padding-top: 7.40741vw;
        font-size: 1.92593vw;
    }
}

.c-list-showcase-mask__ttl-note {
    margin-top: 2px;
    color: #fff;
    letter-spacing: .16em;
    font-size: 12px;
}

@media screen and (max-width: 1350px) {
    .c-list-showcase-mask__ttl-note {
        margin-top: 0.14815vw;
        font-size: 0.88889vw;
    }
}

.c-list-showcase-mask__txt {
    margin-top: 20px;
    padding: 0 5px;
    color: #fff;
    letter-spacing: .16em;
    font-size: 12px;
    line-height: 2.5;
}

@media screen and (max-width: 1350px) {
    .c-list-showcase-mask__txt {
        margin-top: 1.03704vw;
        padding: 0 0.37037vw;
        font-size: 0.88889vw;

        -webkit-font-feature-settings: "palt" 1;
        font-feature-settings: "palt" 1;
    }
}

/*  c-list-feature
--------------------------------------------- */
.c-list-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    margin-top: 30px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (max-width: 1350px) {
    .c-list-feature {
        margin-top: 2.22222vw;
    }
}

@media screen and (max-width: 768px) {
    .c-list-feature {
        display: block;
        margin: 4vw auto 0;
        text-align: center;
    }
}

.c-list-feature__item {
    position: relative;
    width: 350px;
}

@media screen and (max-width: 1350px) {
    .c-list-feature__item {
        width: 25.92593vw;
    }
}

@media screen and (max-width: 768px) {
    .c-list-feature__item {
        margin: 9.33333vw auto 0;
        width: 100%;
    }
}

.c-list-feature__item::after {
    position: absolute;
    top: 70px;
    right: 0;
    display: inline-block;
    width: 1px;
    height: 176px;
    background-color: #D3D3E3;
    content: "";
}

@media screen and (max-width: 1350px) {
    .c-list-feature__item::after {
        top: 5.18519vw;
        height: 13.03704vw;
    }
}

@media screen and (max-width: 768px) {
    .c-list-feature__item::after {
        top: auto;
        right: auto;
        bottom: -6.66667vw;
        left: 50%;
        width: 26.66667vw;
        height: 0.26667vw;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media screen and (min-width: 769px) {
    .c-list-feature__item:nth-of-type(n+4) {
        margin-top: 30px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1350px) {
    .c-list-feature__item:nth-of-type(n+4) {
        margin-top: 2.22222vw;
    }
}

@media screen and (min-width: 769px) {
    .c-list-feature__item:nth-of-type(3n)::after {
        content: none;
    }
}

@media screen and (max-width: 768px) {
    .c-list-feature__item:first-of-type {
        margin-top: 0;
    }
}

.c-list-feature__item:last-of-type::after {
    content: none;
}

.c-list-feature__num {
    color: #DAADAB;
    letter-spacing: .05em;
    font-weight: 300;
    font-size: 40px;
    font-family: "Cormorant Infant", serif;
}

@media screen and (max-width: 1350px) {
    .c-list-feature__num {
        font-size: 2.96296vw;
    }
}

@media screen and (max-width: 768px) {
    .c-list-feature__num {
        font-size: 8.53333vw;
    }
}

.c-list-feature__ttl {
    margin-top: 15px;
    color: #1A1A1A;
    letter-spacing: .09em;
    font-weight: 300;
    font-size: 20px;
    font-family: "Shippori Mincho B1", serif;
    line-height: 1.55;
}

@media screen and (max-width: 1350px) {
    .c-list-feature__ttl {
        margin-top: 1.11111vw;
        font-size: 1.48148vw;
    }
}

@media screen and (max-width: 768px) {
    .c-list-feature__ttl {
        margin-top: 0.26667vw;
        letter-spacing: .05em;
        font-size: 4.26667vw;
    }
}

.c-list-feature__txt {
    margin-top: 15px;
    padding: 0 47px;
    color: #333333;
    text-align: left;
    word-break: break-all;
    letter-spacing: .1em;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.846;
}

@media screen and (max-width: 1350px) {
    .c-list-feature__txt {
        margin-top: 1.11111vw;
        padding: 0 3.48148vw;
        font-size: 0.96296vw;
        line-height: 1.56;
    }
}

@media screen and (max-width: 768px) {
    .c-list-feature__txt {
        margin: 3.33333vw auto 0;
        padding: 0;
        width: 80vw;
        font-size: 3.2vw;
        line-height: 2.08;
    }
}

/*  c-list-select
--------------------------------------------- */
.c-list-select-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin: 0 auto 43px;

    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 1350px) {
    .c-list-select-1 {
        margin-bottom: 3.18519vw;
    }
}

@media screen and (max-width: 768px) {
    .c-list-select-1 {
        margin-bottom: 6.66667vw;
    }
}

.c-list-select-1__item {
    margin: 0 15px;
    width: 76px;
}

@media screen and (max-width: 1350px) {
    .c-list-select-1__item {
        margin: 0 1.11111vw;
        width: 5.62963vw;
    }
}

@media screen and (max-width: 768px) {
    .c-list-select-1__item {
        margin: 0 0.26667vw;
        width: 14.13333vw;
    }
}

.c-list-select-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 20px auto 0;
    width: 1001px;

    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 1350px) {
    .c-list-select-2 {
        margin-top: 1.48148vw;
        width: 74.14815vw;
    }
}

@media screen and (max-width: 768px) {
    .c-list-select-2 {
        margin-top: 5.33333vw;
        width: 76vw;
    }
}

@media screen and (min-width: 769px) {
    .c-list-select-2__item:nth-of-type(n+4) {
        margin-top: 4px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1350px) {
    .c-list-select-2__item:nth-of-type(n+4) {
        margin-top: 0.2963vw;
    }
}

.c-list-select-2__link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 769px) {
    .c-list-select-2__link:hover {
        opacity: 0.5;
        -webkit-transition: 300ms;
        transition: 300ms;
    }
}

.c-list-select-2__img {
    width: 331px;
}

@media screen and (max-width: 1350px) {
    .c-list-select-2__img {
        width: 24.51852vw;
    }
}

@media screen and (max-width: 768px) {
    .c-list-select-2__img {
        width: 38vw;
    }
}

.c-list-select-2__num {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #fff;
    letter-spacing: 0;
    font-weight: 300;
    font-size: 32px;
    font-family: "Cormorant Infant", serif;
    line-height: 1;
}

@media screen and (max-width: 1350px) {
    .c-list-select-2__num {
        top: 1.11111vw;
        left: 1.11111vw;
        font-size: 2.37037vw;
    }
}

@media screen and (max-width: 768px) {
    .c-list-select-2__num {
        top: 1.33333vw;
        left: 1.33333vw;
        font-size: 4.26667vw;
    }
}

.c-list-select-2__ttl {
    position: absolute;
    bottom: 10px;
    left: 50%;
    color: #fff;
    letter-spacing: .06em;
    font-size: 14px;
    font-family: "Jost", sans-serif;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 1350px) {
    .c-list-select-2__ttl {
        bottom: 0.74074vw;
        font-size: 1.03704vw;
    }
}

@media screen and (max-width: 768px) {
    .c-list-select-2__ttl {
        bottom: 2.66667vw;
        width: 100%;
        font-size: 2.93333vw;
    }
}

/*  c-list-flow
--------------------------------------------- */
.c-list-flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-bottom: 30px;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1350px) {
    .c-list-flow {
        margin-bottom: 2.22222vw;
    }
}

@media screen and (max-width: 768px) {
    .c-list-flow {
        display: block;
        margin-bottom: 10.66667vw;
        padding: 0 6.66667vw;
    }
}

.c-list-flow__item {
    position: relative;
    width: 198px;
}

@media screen and (max-width: 1350px) {
    .c-list-flow__item {
        width: 14.66667vw;
    }
}

@media screen and (max-width: 768px) {
    .c-list-flow__item {
        margin-top: 16vw;
        width: 100%;
    }
}

.c-list-flow__item::after {
    position: absolute;
    top: 17px;
    right: -40px;
    display: inline-block;
    width: 10px;
    height: 22px;
    background: url(../img/ico_arrow_right_bk_1.png) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
}

@media screen and (max-width: 1350px) {
    .c-list-flow__item::after {
        top: 1.25926vw;
        right: -2.96296vw;
        width: 0.74074vw;
        height: 1.62963vw;
    }
}

@media screen and (max-width: 768px) {
    .c-list-flow__item::after {
        top: auto;
        right: auto;
        bottom: -7.33333vw;
        left: 50%;
        width: 5.6vw;
        height: 2.66667vw;
        background-image: url(../img/ico_arrow_down.png);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.c-list-flow__item:last-of-type::after {
    content: none;
}

.c-list-flow__item:first-of-type {
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    .c-list-flow__box-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;

        -webkit-box-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (max-width: 768px) {
    .c-list-flow__box-3 {
        width: 49.86667vw;
    }
}

@media screen and (max-width: 768px) {
    .c-list-flow__box-4 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        line-height: 1;

        -webkit-box-align: start;
        align-items: flex-start;
    }
}

.c-list-flow__num {
    color: #DAADAB;
    letter-spacing: .05em;
    font-weight: 300;
    font-size: 16px;
    font-family: "Jost", sans-serif;
}

@media screen and (max-width: 1350px) {
    .c-list-flow__num {
        font-size: 1.18519vw;
    }
}

@media screen and (max-width: 768px) {
    .c-list-flow__num {
        margin-right: 2.26667vw;
        font-size: 4.53333vw;
    }
}

.c-list-flow__ttl {
    margin-top: 5px;
    color: #333333;
    letter-spacing: .11em;
    font-size: 20px;
    font-family: "Shippori Mincho B1", serif;
}

@media screen and (max-width: 1350px) {
    .c-list-flow__ttl {
        margin-top: 0.37037vw;
        font-size: 1.48148vw;
    }
}

@media screen and (max-width: 768px) {
    .c-list-flow__ttl {
        margin-top: 0;
        font-size: 4vw;
    }
}

.c-list-flow__img {
    margin-top: 15px;
    width: 100%;
}

@media screen and (max-width: 1350px) {
    .c-list-flow__img {
        margin-top: 1.11111vw;
    }
}

@media screen and (max-width: 768px) {
    .c-list-flow__img {
        margin-top: 0;
        width: 31.73333vw;

        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

.c-list-flow__txt {
    margin-top: 15px;
    color: #333333;
    text-align: left;
    letter-spacing: .03em;
    font-size: 13px;
    line-height: 1.84;
}

@media screen and (max-width: 1350px) {
    .c-list-flow__txt {
        margin-top: 1.11111vw;
        font-size: 0.96296vw;
    }
}

@media screen and (max-width: 768px) {
    .c-list-flow__txt {
        margin-top: 2vw;
        font-size: 3.2vw;
    }
}

/*  c-list-link
--------------------------------------------- */
.c-list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;

    -webkit-box-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .c-list-link {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .c-list-link__item {
        margin: 2.66667vw auto 0;
    }
    .c-list-link__item:first-of-type {
        margin-top: 0;
    }
}

.c-list-link__btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 322px;
    height: 120px;
    border: 1px solid #666666;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: 300ms;
    transition: 300ms;

    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 1350px) {
    .c-list-link__btn {
        width: 23.85185vw;
        height: 8.88889vw;
    }
}

@media screen and (max-width: 768px) {
    .c-list-link__btn {
        margin: 0 auto;
        width: 76vw;
        height: 24vw;
    }
}

.c-list-link__btn::after {
    position: absolute;
    top: 50%;
    right: 13px;
    display: inline-block;
    width: 10px;
    height: 18px;
    background: url(../img/ico_arrow_right_bk_2.png) 0 0 no-repeat;
    background-size: 100% auto;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 1350px) {
    .c-list-link__btn::after {
        right: 0.96296vw;
        width: 0.74074vw;
        height: 1.33333vw;
    }
}

@media screen and (max-width: 768px) {
    .c-list-link__btn::after {
        right: 2.26667vw;
        width: 2vw;
        height: 4vw;
    }
}

@media screen and (min-width: 769px) {
    .c-list-link__btn:hover {
        background-color: #EBEBEB;
    }
}

.c-list-link__txt {
    display: block;
    width: 100%;
    text-align: center;
    letter-spacing: .02em;
    font-weight: 300;
    font-size: 26px;
    font-family: "Cormorant", serif;
    line-height: 1;
}

@media screen and (max-width: 1350px) {
    .c-list-link__txt {
        font-size: 1.92593vw;
    }
}

@media screen and (max-width: 768px) {
    .c-list-link__txt {
        font-size: 6.13333vw;
    }
}

.c-list-link__txt span {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 768px) {
    .android .c-list-link__txt span {
        font-size: 5.06667vw;
    }
}

.c-list-link__txt-note {
    color: #333333;
    letter-spacing: .16em;
    font-size: 12px;
}

@media screen and (max-width: 1350px) {
    .c-list-link__txt-note {
        font-size: 0.88889vw;
    }
}

@media screen and (max-width: 768px) {
    .c-list-link__txt-note {
        font-size: 2.66667vw;
    }
}

/* ---------------------------------------------
*   c-modal
--------------------------------------------- */
.c-modal {
    position: relative;
    margin: 0 auto;
    max-width: 900px;
}

@media screen and (max-width: 1350px) {
    .c-modal {
        width: 66.66667vw;
    }
}

@media screen and (max-width: 768px) {
    .c-modal {
        padding: 13.33333vw 0;
        width: 100%;
    }
}

.c-modal--l {
    max-width: 1200px;
}

@media screen and (max-width: 1350px) {
    .c-modal--l {
        width: 88.88889vw;
    }
}

@media screen and (max-width: 768px) {
    .c-modal--l {
        width: 100%;
    }
}

.c-modal__num {
    letter-spacing: 0;
    font-weight: 300;
    font-size: 22px;
    font-family: "Cormorant Infant", serif;
}

@media screen and (max-width: 1350px) {
    .c-modal__num {
        font-size: 1.62963vw;
    }
}

@media screen and (max-width: 768px) {
    .c-modal__num {
        font-size: 6.66667vw;
    }
}

/* ---------------------------------------------
*   c-section
--------------------------------------------- */
/*  c-section-about
--------------------------------------------- */
.c-section-about {
    position: relative;
    margin: 0 auto;
    max-width: 1350px;
}

@media screen and (max-width: 1350px) {
    .c-section-about {
        width: 100%;
    }
}

.c-section-about__container {
    padding-top: 178px;
}

@media screen and (max-width: 1350px) {
    .c-section-about__container {
        padding-top: 13.18519vw;
    }
}

@media screen and (max-width: 768px) {
    .c-section-about__container {
        padding-top: 20.66667vw;
    }
}

.c-section-about__head {
    margin-left: auto;
    max-width: 1180px;
}

@media screen and (max-width: 1350px) {
    .c-section-about__head {
        width: 87.40741vw;
    }
}

@media screen and (max-width: 768px) {
    .c-section-about__head {
        padding-left: 6.66667vw;
        width: 100%;
    }
}

.c-section-about__body {
    margin-top: 80px;
    max-width: 1350px;
    background: url(../img/bg_produce.png) bottom 235px right 50% no-repeat;
    background-size: 701px auto;
}

@media screen and (max-width: 1350px) {
    .c-section-about__body {
        margin-top: 5.92593vw;
        width: 100%;
        background-position: bottom 17.40741vw right 50%;
        background-size: 51.92593vw auto;
    }
}

@media screen and (max-width: 768px) {
    .c-section-about__body {
        margin-top: 16vw;
        padding-bottom: 7.33333vw;
        background: url(../img/sp/bg_produce.png) bottom center no-repeat;
        background-size: 100% auto;
    }
}

/*  c-section-showcase
--------------------------------------------- */
.c-section-showcase {
    margin: 0 auto;
}

.c-section-showcase__container {
    padding-top: 100px;
}

@media screen and (max-width: 1350px) {
    .c-section-showcase__container {
        padding-top: 7.40741vw;
    }
}

@media screen and (max-width: 768px) {
    .c-section-showcase__container {
        padding-top: 28.66667vw;
    }
}

.c-section-showcase__head {
    text-align: center;
}

.c-section-showcase__body {
    margin-top: 50px;
}

@media screen and (max-width: 1350px) {
    .c-section-showcase__body {
        margin-top: 3.7037vw;
    }
}

@media screen and (max-width: 768px) {
    .c-section-showcase__body {
        margin-top: 10vw;
    }
}

/*  c-section-feature
--------------------------------------------- */
.c-section-feature {
    margin: 0 auto;
}

.c-section-feature__container {
    padding: 150px 0 175px;
}

@media screen and (max-width: 1350px) {
    .c-section-feature__container {
        padding: 11.11111vw 0 12.96296vw;
    }
}

@media screen and (max-width: 768px) {
    .c-section-feature__container {
        padding: 24.66667vw 0;
    }
}

.c-section-feature__head {
    text-align: center;
}

.c-section-feature__body {
    margin: 50px auto 0;
    max-width: 1050px;
    text-align: center;
}

@media screen and (max-width: 1350px) {
    .c-section-feature__body {
        margin-top: 3.7037vw;
        width: 77.77778vw;
    }
}

@media screen and (max-width: 768px) {
    .c-section-feature__body {
        margin-top: 9.33333vw;
        width: 100%;
    }
}

/*  c-section-quality
--------------------------------------------- */
.c-section-quality__container {
    position: absolute;
    top: 11.55556vw;
    left: 8.88889vw;
    width: 400px;
}

@media screen and (max-width: 1350px) {
    .c-section-quality__container {
        top: 11.55556vw;
        left: 8.88889vw;
        width: 29.62963vw;
    }
}

@media screen and (max-width: 768px) {
    .c-section-quality__container {
        top: 20vw;
        left: 50%;
        width: 100%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.c-section-quality__head {
    text-align: center;
}

.c-section-quality__body {
    margin: 30px auto 0;
}

@media screen and (max-width: 1350px) {
    .c-section-quality__body {
        margin-top: 2.22222vw;
        width: 31.85185vw;
    }
}

@media screen and (max-width: 768px) {
    .c-section-quality__body {
        margin-top: 5.33333vw;
        width: 80vw;
    }
    .android .c-section-quality__body {
        width: 82.66667vw;
    }
}

/*  c-section-select
--------------------------------------------- */
.c-section-select {
    margin: 0 auto;
}

.c-section-select__container {
    padding-top: 150px;
}

@media screen and (max-width: 1350px) {
    .c-section-select__container {
        padding-top: 11.11111vw;
    }
}

@media screen and (max-width: 768px) {
    .c-section-select__container {
        padding-top: 24.66667vw;
    }
}

.c-section-select__head {
    text-align: center;
}

.c-section-select__body {
    margin: 45px auto 0;
    text-align: center;
}

@media screen and (max-width: 1350px) {
    .c-section-select__body {
        margin-top: 3.33333vw;
    }
}

@media screen and (max-width: 768px) {
    .c-section-select__body {
        margin-top: 8vw;
    }
}

.c-section-select__bg {
    margin-top: 350px;
    padding-bottom: 100px;
    background-color: #F7F7FA;
}

@media screen and (max-width: 1350px) {
    .c-section-select__bg {
        margin-top: 25.92593vw;
        padding-bottom: 7.40741vw;
    }
}

@media screen and (max-width: 768px) {
    .c-section-select__bg {
        margin-top: 44vw;
        padding-bottom: 20vw;
    }
}

/*  c-section-contact
--------------------------------------------- */
.c-section-contact {
    margin: 0 auto;
    background: url(../img/bg_getintouch.png) top 122px right 50% no-repeat;
    background-size: 1230px auto;
}

@media screen and (max-width: 1350px) {
    .c-section-contact {
        background-position: top 9.03704vw right 50%;
        background-size: 91.11111vw auto;
    }
}

@media screen and (max-width: 768px) {
    .c-section-contact {
        background: url(../img/sp/bg_getintouch.png) top 14.66667vw right 50% no-repeat;
        background-size: 90.66667vw auto;
    }
}

.c-section-contact__container {
    padding-top: 170px;
}

@media screen and (max-width: 1350px) {
    .c-section-contact__container {
        padding-top: 12.59259vw;
    }
}

@media screen and (max-width: 768px) {
    .c-section-contact__container {
        padding-top: 24.66667vw;
    }
}

.c-section-contact__head {
    text-align: center;
}

.c-section-contact__body {
    margin-top: 50px;
}

@media screen and (max-width: 1350px) {
    .c-section-contact__body {
        margin-top: 3.7037vw;
    }
}

@media screen and (max-width: 768px) {
    .c-section-contact__body {
        margin-top: 6.66667vw;
    }
}

/*  c-section-flow
--------------------------------------------- */
.c-section-flow {
    margin: 0 auto;
}

.c-section-flow__container {
    padding: 125px 0 130px;
    background-color: #F7F7FA;
}

@media screen and (max-width: 1350px) {
    .c-section-flow__container {
        padding: 9.25926vw 0 9.62963vw;
    }
}

@media screen and (max-width: 768px) {
    .c-section-flow__container {
        padding: 24.66667vw 0 21.86667vw;
    }
}

.c-section-flow__head {
    text-align: center;
}

.c-section-flow__body {
    margin: 50px auto 0;
    max-width: 1000px;
    text-align: center;
}

@media screen and (max-width: 1350px) {
    .c-section-flow__body {
        margin-top: 3.7037vw;
        width: 74.07407vw;
    }
}

@media screen and (max-width: 768px) {
    .c-section-flow__body {
        margin-top: 8vw;
        width: 100%;
    }
}

/*  c-section-plan
--------------------------------------------- */
.c-section-plan {
    margin: 0 auto;
}

.c-section-plan__container {
    padding-top: 150px;
}

@media screen and (max-width: 1350px) {
    .c-section-plan__container {
        padding-top: 11.11111vw;
    }
}

@media screen and (max-width: 768px) {
    .c-section-plan__container {
        padding-top: 24vw;
    }
}

.c-section-plan__head {
    text-align: center;
}

.c-section-plan__body {
    margin: 346px auto 0;
}

@media screen and (max-width: 1350px) {
    .c-section-plan__body {
        margin-top: 25.62963vw;
    }
}

@media screen and (max-width: 768px) {
    .c-section-plan__body {
        margin-top: 172.53333vw;
    }
}

.c-section-plan__bg {
    padding-bottom: 730px;
    background-color: #F7F7FA;
}

@media screen and (max-width: 1350px) {
    .c-section-plan__bg {
        padding-bottom: 54.07407vw;
    }
}

@media screen and (max-width: 768px) {
    .c-section-plan__bg {
        padding-bottom: 133.33333vw;
    }
}

/*  c-section-voice
--------------------------------------------- */
.c-section-voice {
    margin: 0 auto;
    padding-top: 290px;
    max-width: 1350px;
}

@media screen and (max-width: 1350px) {
    .c-section-voice {
        padding-top: 21.48148vw;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .c-section-voice {
        padding-top: 32vw;
    }
}

/*  c-section-faq
--------------------------------------------- */
.c-section-faq {
    margin: 0 auto;
}

.c-section-faq__container {
    padding-top: 200px;
}

@media screen and (max-width: 1350px) {
    .c-section-faq__container {
        padding-top: 14.81481vw;
    }
}

@media screen and (max-width: 768px) {
    .c-section-faq__container {
        padding: 21.33333vw 6.66667vw 0;
    }
}

.c-section-faq__head {
    text-align: center;
}

.c-section-faq__body {
    margin: 50px auto 0;
    max-width: 1000px;
    text-align: center;
}

@media screen and (max-width: 1350px) {
    .c-section-faq__body {
        margin-top: 3.7037vw;
        width: 74.07407vw;
    }
}

@media screen and (max-width: 768px) {
    .c-section-faq__body {
        margin-top: 10.66667vw;
        width: 100%;
    }
}

/*  c-section-other
--------------------------------------------- */
.c-section-other {
    margin: 0 auto;
}

.c-section-other__container {
    padding: 180px 0 150px;
}

@media screen and (max-width: 1350px) {
    .c-section-other__container {
        padding: 13.33333vw 0 11.11111vw;
    }
}

@media screen and (max-width: 768px) {
    .c-section-other__container {
        padding: 18.66667vw 0 26vw;
    }
}

.c-section-other__head {
    text-align: center;
}

.c-section-other__body {
    margin: 50px auto 0;
    max-width: 1000px;
}

@media screen and (max-width: 1350px) {
    .c-section-other__body {
        margin-top: 3.7037vw;
        width: 74.07407vw;
    }
}

@media screen and (max-width: 768px) {
    .c-section-other__body {
        margin-top: 9.33333vw;
        width: 100%;
    }
}

/* ---------------------------------------------
*   c-slider
--------------------------------------------- */
.c-slider {
    position: relative;
    top: -252px;
    overflow-x: hidden;
}

@media screen and (max-width: 1350px) {
    .c-slider {
        top: -18.66667vw;
    }
}

@media screen and (max-width: 768px) {
    .c-slider {
        top: -30.66667vw;
    }
}

.c-slider::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 1px;
    height: 74px;
    background-color: #666666;
    content: "";
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 1350px) {
    .c-slider::after {
        height: 5.48148vw;
    }
}

@media screen and (max-width: 768px) {
    .c-slider::after {
        height: 9.86667vw;
    }
}

.c-slider__ttl {
    letter-spacing: .16em;
    font-size: 26px;
    font-family: "Cormorant", serif;
}

@media screen and (max-width: 1350px) {
    .c-slider__ttl {
        font-size: 1.92593vw;
    }
}

@media screen and (max-width: 768px) {
    .c-slider__ttl {
        font-size: 5.6vw;
    }
}

.c-slider .slick-list {
    overflow: visible;
}

.c-slider .slick-dotted.slick-slider {
    margin-bottom: 185px;
}

@media screen and (max-width: 1350px) {
    .c-slider .slick-dotted.slick-slider {
        margin-bottom: 13.7037vw;
    }
}

@media screen and (max-width: 768px) {
    .c-slider .slick-dotted.slick-slider {
        margin-bottom: 25.33333vw;
    }
}

.c-slider__slides {
    margin-right: auto;
    margin-left: auto;
    max-width: 1145px;
}

@media screen and (max-width: 1350px) {
    .c-slider__slides {
        width: 84.81481vw;
    }
}

@media screen and (max-width: 768px) {
    .c-slider__slides {
        width: 85.33333vw;
    }
}

.c-slider .slick-dots {
    bottom: -55px;
}

@media screen and (max-width: 1350px) {
    .c-slider .slick-dots {
        bottom: -4.07407vw;
    }
}

@media screen and (max-width: 768px) {
    .c-slider .slick-dots {
        bottom: -7.33333vw;
    }
}

.c-slider .slick-dots li {
    margin: 0 4px;
    width: 37px;
    height: 3px;
}

@media screen and (max-width: 1350px) {
    .c-slider .slick-dots li {
        margin: 0 0.2963vw;
        width: 2.74074vw;
        height: 0.22222vw;
    }
}

@media screen and (max-width: 768px) {
    .c-slider .slick-dots li {
        margin: 0 0.66667vw;
        width: 7.33333vw;
        height: 0.53333vw;
    }
}

.c-slider .slick-dots li button::before {
    width: 37px;
    height: 3px;
    background: #E2E2EC;
    content: "";
    opacity: 1;
}

@media screen and (max-width: 1350px) {
    .c-slider .slick-dots li button::before {
        width: 2.74074vw;
        height: 0.22222vw;
    }
}

@media screen and (max-width: 768px) {
    .c-slider .slick-dots li button::before {
        width: 7.33333vw;
        height: 0.53333vw;
    }
}

.c-slider .slick-dots li.slick-active button::before {
    background: #E4928E;
}

.c-slider .slick-arrow {
    position: absolute;
    top: 55%;
    width: 21px;
    height: 48px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 1350px) {
    .c-slider .slick-arrow {
        width: 1.55556vw;
        height: 3.55556vw;
    }
}

@media screen and (max-width: 768px) {
    .c-slider .slick-arrow {
        width: 2.8vw;
        height: 6.4vw;
    }
}

.c-slider .slick-arrow::before {
    display: inline-block;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 1;
}

.c-slider .slick-arrow.slick-prev {
    left: 0;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .c-slider .slick-arrow.slick-prev {
        left: -1.2vw;
    }
}

.c-slider .slick-arrow.slick-prev::before {
    background: url(../img/ico_arrow_slider_left.png);
    background-size: 100% auto;
}

.c-slider .slick-arrow.slick-next {
    right: 0;
}

@media screen and (max-width: 768px) {
    .c-slider .slick-arrow.slick-next {
        right: -1.2vw;
    }
}

.c-slider .slick-arrow.slick-next::before {
    background: url(../img/ico_arrow_slider_right.png);
    background-size: 100% auto;
}

.c-slider .slick-prev.slick-disabled::before,
.c-slider .slick-next.slick-disabled::before {
    opacity: 0;
}

/* ---------------------------------------------
*   c-ttl
--------------------------------------------- */
/*  c-ttl-1
--------------------------------------------- */
.c-ttl-1 {
    letter-spacing: .02em;
    font-weight: 300;
    font-size: 24px;
    font-family: "Cormorant", serif;
}

@media screen and (max-width: 1350px) {
    .c-ttl-1 {
        font-size: 1.77778vw;
    }
}

@media screen and (max-width: 768px) {
    .c-ttl-1 {
        font-size: 4vw;
    }
}

/*  c-ttl-2
--------------------------------------------- */
.c-ttl-2 {
    letter-spacing: .02em;
    font-weight: 300;
    font-size: 40px;
    font-family: "Cormorant", serif;
}

@media screen and (max-width: 1350px) {
    .c-ttl-2 {
        font-size: 2.96296vw;
    }
}

@media screen and (max-width: 768px) {
    .c-ttl-2 {
        font-size: 9.33333vw;
        line-height: 1.1;
    }
}

/*  c-ttl-3
--------------------------------------------- */
.c-ttl-3 {
    color: #fff;
    text-align: center;
    letter-spacing: .16em;
    font-weight: 300;
    font-size: 26px;
    font-family: "Cormorant", serif;
}

@media screen and (max-width: 1350px) {
    .c-ttl-3 {
        font-size: 1.92593vw;
    }
}

@media screen and (max-width: 768px) {
    .c-ttl-3 {
        font-size: 4.4vw;
    }
}

/*  c-ttl-modal
--------------------------------------------- */
.c-ttl-modal {
    letter-spacing: .02em;
    font-size: 26px;
    font-family: "Shippori Mincho B1", serif;
}

@media screen and (max-width: 1350px) {
    .c-ttl-modal {
        font-size: 1.92593vw;
    }
}

@media screen and (max-width: 768px) {
    .c-ttl-modal {
        font-size: 6.13333vw;
    }
}

.c-ttl-modal--en {
    letter-spacing: .02em;
    font-weight: 300;
    font-size: 30px;
    font-family: "Cormorant", serif;
}

@media screen and (max-width: 1350px) {
    .c-ttl-modal--en {
        font-size: 2.22222vw;
    }
}

@media screen and (max-width: 768px) {
    .c-ttl-modal--en {
        font-size: 6.66667vw;
    }
}

/*  c-ttl-note-modal
--------------------------------------------- */
.c-ttl-note-modal {
    color: #333333;
    letter-spacing: .16em;
    font-size: 12px;

    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
}

@media screen and (max-width: 1350px) {
    .c-ttl-note-modal {
        font-size: 0.88889vw;
    }
}

@media screen and (max-width: 768px) {
    .c-ttl-note-modal {
        font-size: 3.2vw;
    }
}

/* ---------------------------------------------
*   c-txt
--------------------------------------------- */
/*  c-txt-1
--------------------------------------------- */
.c-txt-1 {
    margin-top: 15px;
    color: #333333;
    letter-spacing: .1em;
    font-size: 36px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    line-height: 1.889;

    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
}

@media screen and (max-width: 1350px) {
    .c-txt-1 {
        margin-top: 1.11111vw;
        font-size: 2.66667vw;
    }
}

@media screen and (max-width: 768px) {
    .c-txt-1 {
        margin-top: 4.53333vw;
        font-size: 4.93333vw;
        font-family: "Shippori Mincho B1", serif;
        line-height: 1.833;
    }
}

/*  c-txt-2
--------------------------------------------- */
.c-txt-2 {
    color: #333333;
    letter-spacing: .16em;
    font-size: 14px;
    line-height: 2.428;

    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
}

@media screen and (max-width: 1350px) {
    .c-txt-2 {
        font-size: 1.03704vw;
    }
}

@media screen and (max-width: 768px) {
    .c-txt-2 {
        letter-spacing: .12em;
        font-size: 3.2vw;
        line-height: 2.167;

        -webkit-font-feature-settings: "palt" 1;
        font-feature-settings: "palt" 1;
    }
}

.c-txt-2 + .c-txt-2 {
    margin-top: 30px;
}

@media screen and (max-width: 1350px) {
    .c-txt-2 + .c-txt-2 {
        margin-top: 2.22222vw;
    }
}

@media screen and (max-width: 768px) {
    .c-txt-2 + .c-txt-2 {
        margin-top: 4vw;
    }
}

/*  c-txt-3
--------------------------------------------- */
.c-txt-3 {
    margin-top: 30px;
    color: #333333;
    letter-spacing: .16em;
    font-size: 22px;
    line-height: 2.272;

    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
}

@media screen and (max-width: 1350px) {
    .c-txt-3 {
        margin-top: 2.22222vw;
        font-size: 1.62963vw;
    }
}

@media screen and (max-width: 768px) {
    .c-txt-3 {
        margin-top: 11.46667vw;
        padding-left: 6.66667vw;
        font-size: 4vw;
    }
}

/*  c-txt-4
--------------------------------------------- */
.c-txt-4 {
    color: #333333;
    letter-spacing: .16em;
    font-size: 12px;

    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
}

@media screen and (max-width: 1350px) {
    .c-txt-4 {
        font-size: 0.88889vw;
    }
}

@media screen and (max-width: 768px) {
    .c-txt-4 {
        margin-top: 0.66667vw;
        font-size: 2.93333vw;
    }
}

/*  c-txt-5
--------------------------------------------- */
.c-txt-5 {
    color: #333333;
    letter-spacing: .16em;
    font-size: 22px;
    font-family: "Shippori Mincho B1", serif;

    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
}

@media screen and (max-width: 1350px) {
    .c-txt-5 {
        font-size: 1.62963vw;
    }
}

@media screen and (max-width: 768px) {
    .c-txt-5 {
        font-size: 4vw;
    }
}

/*  c-txt-6
--------------------------------------------- */
.c-txt-6 {
    color: #333333;
    letter-spacing: .05em;
    font-size: 16px;
    line-height: 1.5;

    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
}

@media screen and (max-width: 1350px) {
    .c-txt-6 {
        font-size: 1.18519vw;
    }
}

@media screen and (max-width: 768px) {
    .c-txt-6 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        -ms-flex-align: center;
        height: 100%;
        letter-spacing: 0;
        font-size: 3.06667vw;
        line-height: 1.56;

        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }
}

/*  c-txt-7
--------------------------------------------- */
.c-txt-7 {
    position: relative;
    z-index: 1;
    display: inline-block;
    color: #1A1A1A;
    letter-spacing: .13em;
    font-size: 30px;
    font-family: "Shippori Mincho B1", serif;

    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
}

@media screen and (max-width: 1350px) {
    .c-txt-7 {
        font-size: 2.22222vw;
    }
}

@media screen and (max-width: 768px) {
    .c-txt-7 {
        letter-spacing: .1em;
        font-size: 5.06667vw;
    }
}

.c-txt-7 span {
    font-size: 27px;
}

@media screen and (max-width: 1350px) {
    .c-txt-7 span {
        font-size: 2vw;
    }
}

@media screen and (max-width: 768px) {
    .c-txt-7 span {
        font-size: 4.53333vw;
    }
}

.c-txt-7::after {
    position: absolute;
    bottom: 4px;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 8px;
    background-color: #E0BBB9;
    content: "";
    opacity: 0.5;
}

@media screen and (max-width: 1350px) {
    .c-txt-7::after {
        bottom: 0.2963vw;
        height: 0.59259vw;
    }
}

@media screen and (max-width: 768px) {
    .c-txt-7::after {
        bottom: 0.8vw;
        height: 1.86667vw;
    }
}

/*  c-txt-8
--------------------------------------------- */
.c-txt-8 {
    color: #333333;
    letter-spacing: .16em;
    font-size: 15px;
    line-height: 2.4;

    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
}

@media screen and (max-width: 1350px) {
    .c-txt-8 {
        letter-spacing: .1em;
        font-size: 1.11111vw;
    }
}

@media screen and (max-width: 768px) {
    .c-txt-8 {
        letter-spacing: .1em;
        font-size: 3.2vw;
    }
    .android .c-txt-8 {
        letter-spacing: .05em;
    }
}

.c-txt-8 + .c-txt-8 {
    margin-top: 30px;
}

@media screen and (max-width: 1350px) {
    .c-txt-8 + .c-txt-8 {
        margin-top: 2.22222vw;
    }
}

@media screen and (max-width: 768px) {
    .c-txt-8 + .c-txt-8 {
        margin-top: 5.33333vw;
    }
}

/*  c-txt-9
--------------------------------------------- */
.c-txt-9 {
    color: #DAADAB;
    letter-spacing: .05em;
    font-weight: 300;
    font-style: italic;
    font-size: 20px;
    font-family: "Cormorant", serif;

    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
}

@media screen and (max-width: 1350px) {
    .c-txt-9 {
        font-size: 1.48148vw;
    }
}

@media screen and (max-width: 768px) {
    .c-txt-9 {
        font-size: 4.26667vw;
    }
}

.c-txt-9 span {
    font-size: 16px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 1350px) {
    .c-txt-9 span {
        font-size: 1.18519vw;
    }
}

@media screen and (max-width: 768px) {
    .c-txt-9 span {
        font-size: 2.93333vw;
    }
}

/*  c-txt-10
--------------------------------------------- */
.c-txt-10 {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-top: 28px;
    color: #333333;
    letter-spacing: .13em;
    font-size: 26px;
    font-family: "Shippori Mincho B1", serif;

    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
}

@media screen and (max-width: 1350px) {
    .c-txt-10 {
        margin-top: 2.07407vw;
        font-size: 1.92593vw;
    }
}

@media screen and (max-width: 768px) {
    .c-txt-10 {
        margin-top: 0.8vw;
        font-size: 5.06667vw;
    }
}

.c-txt-10::after {
    position: absolute;
    bottom: 4px;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 8px;
    background-color: #E0BBB9;
    content: "";
    opacity: 0.5;
}

@media screen and (max-width: 1350px) {
    .c-txt-10::after {
        bottom: 0.2963vw;
        height: 0.59259vw;
    }
}

@media screen and (max-width: 768px) {
    .c-txt-10::after {
        bottom: 0.8vw;
        height: 1.86667vw;
    }
}

/*  c-txt-11
--------------------------------------------- */
.c-txt-11 {
    margin-top: 20px;
    color: #333333;
    letter-spacing: .16em;
    font-size: 14px;
    line-height: 2.14;

    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
}

@media screen and (max-width: 1350px) {
    .c-txt-11 {
        margin-top: 1.48148vw;
        font-size: 1.03704vw;
    }
}

@media screen and (max-width: 768px) {
    .c-txt-11 {
        margin-top: 4vw;
        font-size: 3.2vw;
    }
}

/*  c-txt-tel
--------------------------------------------- */
.c-txt-tel {
    color: #333333;
    letter-spacing: .1em;
    font-weight: 300;
    font-size: 34px;
    font-family: "Cormorant Infant", serif;

    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
}

@media screen and (max-width: 1350px) {
    .c-txt-tel {
        font-size: 2.51852vw;
    }
}

@media screen and (max-width: 768px) {
    .c-txt-tel {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        -ms-flex-align: center;
        margin: 0 auto;
        width: 76vw;
        height: 16.26667vw;
        background-color: #CE9390;
        color: #fff;
        font-size: 5.33333vw;

        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
    .c-txt-tel::before {
        display: inline-block;
        margin-right: 1.6vw;
        width: 3.6vw;
        height: 3.86667vw;
        background: url(../img/sp/ico_tel.svg) 0 0 no-repeat;
        background-size: 100% auto;
        content: "";
    }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
    .c-txt-tel::after {
        position: absolute;
        top: 50%;
        right: 2.66667vw;
        display: inline-block;
        width: 1.06667vw;
        height: 1.86667vw;
        background: url(../img/ico_arrow_right_wh.png) 0 0 no-repeat;
        background-size: 100% auto;
        content: "";
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.c-txt-tel--s {
    font-size: 22px;
}

@media screen and (max-width: 1350px) {
    .c-txt-tel--s {
        font-size: 1.62963vw;
    }
}

.c-txt-tel--jost {
    font-family: "Jost", sans-serif;
}

.c-box-plan .c-txt-tel {
    display: inline-block;
    font-size: 22.5px;
}

@media screen and (max-width: 1350px) {
    .c-box-plan .c-txt-tel {
        font-size: 1.66667vw;
    }
}

@media screen and (max-width: 768px) {
    .c-box-plan .c-txt-tel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 5.33333vw;
    }
}

.c-box-plan .c-txt-tel--s {
    font-size: 14.6px;
}

@media screen and (max-width: 1350px) {
    .c-box-plan .c-txt-tel--s {
        font-size: 1.08148vw;
    }
}

/*  c-txt-12
--------------------------------------------- */
.c-txt-12 {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-top: 10px;
    color: #333333;
    letter-spacing: .13em;
    font-size: 22px;
    font-family: "Shippori Mincho B1", serif;

    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
}

@media screen and (max-width: 1350px) {
    .c-txt-12 {
        margin-top: 0.37037vw;
        font-size: 1.62963vw;
    }
}

@media screen and (max-width: 768px) {
    .c-txt-12 {
        margin-top: 4vw;
        letter-spacing: .08em;
        font-size: 4.53333vw;
    }
}

.c-txt-12::after {
    position: absolute;
    bottom: 4px;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 8px;
    background-color: #E0BBB9;
    content: "";
    opacity: 0.5;
}

@media screen and (max-width: 1350px) {
    .c-txt-12::after {
        bottom: 0.2963vw;
        height: 0.59259vw;
    }
}

@media screen and (max-width: 768px) {
    .c-txt-12::after {
        bottom: 0.8vw;
        height: 1.86667vw;
    }
}

/*  c-txt-13
--------------------------------------------- */
.c-txt-13 {
    margin-top: 30px;
    color: #333333;
    letter-spacing: .16em;
    font-size: 14px;
    line-height: 2.14;

    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
}

@media screen and (max-width: 1350px) {
    .c-txt-13 {
        margin-top: 2.22222vw;
        font-size: 1.03704vw;
    }
}

@media screen and (max-width: 768px) {
    .c-txt-13 {
        margin-top: 5.33333vw;
        font-size: 3.33333vw;
    }
}

/*  c-txt-14
--------------------------------------------- */
.c-txt-14 {
    margin-top: 40px;
    color: #DAADAB;
    letter-spacing: .05em;
    font-weight: 300;
    font-size: 12px;
    font-family: "Jost", sans-serif;

    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
}

@media screen and (max-width: 1350px) {
    .c-txt-14 {
        margin-top: 2.96296vw;
        font-size: 0.88889vw;
    }
}

@media screen and (max-width: 768px) {
    .c-txt-14 {
        margin-top: 5.33333vw;
        font-size: 2.4vw;
    }
}

/*  c-txt-15
--------------------------------------------- */
.c-txt-15 {
    color: #333333;
    letter-spacing: .12em;
    font-weight: 300;
    font-size: 36px;
    font-family: "Cormorant Infant", serif;

    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
}

@media screen and (max-width: 1350px) {
    .c-txt-15 {
        font-size: 2.66667vw;
    }
}

@media screen and (max-width: 768px) {
    .c-txt-15 {
        font-size: 7.46667vw;
    }
}

.c-txt-15 span {
    font-size: 12px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 1350px) {
    .c-txt-15 span {
        font-size: 0.88889vw;
    }
}

@media screen and (max-width: 768px) {
    .c-txt-15 span {
        font-size: 2.4vw;
    }
}

/*  c-txt-16
--------------------------------------------- */
.c-txt-16 {
    margin-top: 10px;
    color: #333333;
    letter-spacing: .07em;
    font-size: 14px;
    line-height: 2.14;

    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
}

@media screen and (max-width: 1350px) {
    .c-txt-16 {
        margin-top: 0.74074vw;
        font-size: 1.03704vw;
    }
}

@media screen and (max-width: 768px) {
    .c-txt-16 {
        margin-top: 2vw;
        font-size: 2.93333vw;
    }
}

/*  c-txt-17
--------------------------------------------- */
.c-txt-17 {
    letter-spacing: .04em;
    font-weight: 300;
    font-style: italic;
    font-size: 50px;
    font-family: "Cormorant", serif;
    line-height: 0.84;
}

@media screen and (max-width: 1350px) {
    .c-txt-17 {
        font-size: 3.7037vw;
    }
}

@media screen and (max-width: 768px) {
    .c-txt-17 {
        font-size: 9.86667vw;
    }
}

/*  c-txt-18
--------------------------------------------- */
.c-txt-18 {
    margin-top: 10px;
    letter-spacing: .13em;
    font-size: 12px;
    font-family: "Cormorant", serif;
    line-height: 1.4167;
}

@media screen and (max-width: 1350px) {
    .c-txt-18 {
        margin-top: 0.74074vw;
        font-size: 0.88889vw;
    }
}

@media screen and (max-width: 768px) {
    .c-txt-18 {
        margin-top: 3.06667vw;
        font-size: 2.13333vw;
    }
}

/*  c-txt-19
--------------------------------------------- */
.c-txt-19 {
    margin-top: 20px;
    color: #333333;
    letter-spacing: .16em;
    font-size: 14px;
    line-height: 2.14;

    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
}

@media screen and (max-width: 1350px) {
    .c-txt-19 {
        margin-top: 1.48148vw;
        font-size: 1.03704vw;
    }
}

@media screen and (max-width: 768px) {
    .c-txt-19 {
        margin-top: 6.66667vw;
        font-size: 3.33333vw;
    }
}

/*  c-txt-20
--------------------------------------------- */
.c-txt-20 {
    margin-top: 10px;
    letter-spacing: .04em;
    font-style: italic;
    font-size: 30px;
    font-family: "Cormorant", serif;

    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
}

@media screen and (max-width: 1350px) {
    .c-txt-20 {
        margin-top: 0.74074vw;
        font-size: 2.22222vw;
    }
}

@media screen and (max-width: 768px) {
    .c-txt-20 {
        margin-top: 2vw;
        font-size: 3.73333vw;
    }
}

/*  c-txt-modal
--------------------------------------------- */
.c-txt-modal {
    margin-top: 20px;
    color: #333333;
    letter-spacing: .16em;
    font-size: 12px;
    line-height: 2.25;

    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
}

@media screen and (max-width: 1350px) {
    .c-txt-modal {
        margin-top: 1.48148vw;
        font-size: 0.88889vw;
    }
}

@media screen and (max-width: 768px) {
    .c-txt-modal {
        margin-top: 1.33333vw;
        letter-spacing: .1em;
        font-size: 3.2vw;
    }
    .android .c-txt-modal {
        letter-spacing: 0;
    }
}

/* ==========================================================
*
*   javascript style hooks
*
========================================================== */
/* ---------------------------------------------
*   Magnific Popup
--------------------------------------------- */
@media screen and (max-width: 1350px) {
    .mfp-close {
        top: -1.48148vw;
        right: -4.44444vw;
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width: 768px) {
    .mfp-close {
        top: 0;
        right: 3.2vw;
        width: 40px;
        height: 40px;
    }
}

.mfp-close img {
    vertical-align: baseline;
}

/* ---------------------------------------------
*   js-acc-target
--------------------------------------------- */
.js-acc-target {
    display: none;
}

/* ---------------------------------------------
*   js-fit-img
--------------------------------------------- */
.js-fit-img {
    width: 100%;
    height: 100%;
    font-family: 'object-fit: cover;';

    -o-object-fit: cover;
    object-fit: cover;
}

/* ---------------------------------------------
*    js-fv-target
--------------------------------------------- */
.js-fv-target {
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

.js-fv-target.first-view {
    opacity: 1;
}

/* ---------------------------------------------
*   js-scroll
--------------------------------------------- */
.js-scroll {
    opacity: 0;
    -webkit-transition: opacity 1500ms, -webkit-transform 1500ms;
    -webkit-transition: opacity 1500ms, background 1500ms, -webkit-transform 1500ms;
    transition: opacity 1500ms, -webkit-transform 1500ms;
    transition: opacity 1500ms, background 1500ms, -webkit-transform 1500ms;
    transition: opacity 1500ms, transform 1500ms, background 1500ms;
    transition: opacity 1500ms, transform 1500ms, background 1500ms, -webkit-transform 1500ms;
    transition: opacity 1500ms, transform 1500ms, -webkit-transform 1500ms;
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
}

.js-scroll.js-scroll-in {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.js-fadestep1,
.js-fadestep2,
.js-fadestep3,
.js-fadestep4,
.js-fadestep5 {
    opacity: 0;
    -webkit-transition: opacity 1500ms;
    transition: opacity 1500ms;
}

.js-fadestep1.js-fadestep-in,
.js-fadestep2.js-fadestep-in,
.js-fadestep3.js-fadestep-in,
.js-fadestep4.js-fadestep-in,
.js-fadestep5.js-fadestep-in {
    opacity: 1;
}

/* ---------------------------------------------
js-scroll-threshold
--------------------------------------------- */
.js-scroll-threshold {
    position: absolute;
    top: 0;
    height: 29.62963vw;
}

@media screen and (max-width: 768px) {
    .js-scroll-threshold {
        height: 53.33333vw;
    }
}

/* ---------------------------------------------
*   js-tel-disabled
--------------------------------------------- */
.js-tel-disabled {
    pointer-events: none;
}

/* ==========================================================
*
*   utility
*
========================================================== */
/* ---------------------------------------------
*   background-color
--------------------------------------------- */
.bg-white {
    background-color: #fff !important;
}

/* ---------------------------------------------
*   font-wight
--------------------------------------------- */
.fw-normal {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

/* ---------------------------------------------
*   text-align
--------------------------------------------- */
.txt-al-center {
    text-align: center !important;
}

.txt-al-right {
    text-align: right !important;
}

.txt-al-left {
    text-align: left !important;
}

@media print and (min-width: 769px), screen and (min-width: 769px) {
    .pc-hide {
        display: none !important;
    }
}

@media print and (max-width: 768px), screen and (max-width: 768px) {
    .sp-hide {
        display: none !important;
    }
}

/* ---------------------------------------------
*   margin-top
--------------------------------------------- */
.mgt-pc--0 {
    margin-top: 0 !important;
}

.mgt-pc--5 {
    margin-top: 5px !important;
}

.mgt-pc--10 {
    margin-top: 10px !important;
}

.mgt-pc--15 {
    margin-top: 15px !important;
}

.mgt-pc--20 {
    margin-top: 20px !important;
}

.mgt-pc--25 {
    margin-top: 25px !important;
}

.mgt-pc--30 {
    margin-top: 30px !important;
}

.mgt-pc--35 {
    margin-top: 35px !important;
}

.mgt-pc--40 {
    margin-top: 40px !important;
}

.mgt-pc--45 {
    margin-top: 45px !important;
}

.mgt-pc--50 {
    margin-top: 50px !important;
}

.mgt-pc--55 {
    margin-top: 55px !important;
}

.mgt-pc--60 {
    margin-top: 60px !important;
}

.mgt-pc--65 {
    margin-top: 65px !important;
}

.mgt-pc--70 {
    margin-top: 70px !important;
}

.mgt-pc--75 {
    margin-top: 75px !important;
}

.mgt-pc--80 {
    margin-top: 80px !important;
}

.mgt-pc--85 {
    margin-top: 85px !important;
}

.mgt-pc--90 {
    margin-top: 90px !important;
}

.mgt-pc--95 {
    margin-top: 95px !important;
}

.mgt-pc--100 {
    margin-top: 100px !important;
}

.mgt-pc--105 {
    margin-top: 105px !important;
}

.mgt-pc--110 {
    margin-top: 110px !important;
}

.mgt-pc--115 {
    margin-top: 115px !important;
}

.mgt-pc--120 {
    margin-top: 120px !important;
}

.mgt-pc--125 {
    margin-top: 125px !important;
}

.mgt-pc--130 {
    margin-top: 130px !important;
}

.mgt-pc--135 {
    margin-top: 135px !important;
}

.mgt-pc--140 {
    margin-top: 140px !important;
}

.mgt-pc--145 {
    margin-top: 145px !important;
}

.mgt-pc--150 {
    margin-top: 150px !important;
}

.mgt-pc--155 {
    margin-top: 155px !important;
}

.mgt-pc--160 {
    margin-top: 160px !important;
}

.mgt-pc--165 {
    margin-top: 165px !important;
}

.mgt-pc--170 {
    margin-top: 170px !important;
}

.mgt-pc--175 {
    margin-top: 175px !important;
}

.mgt-pc--180 {
    margin-top: 180px !important;
}

.mgt-pc--185 {
    margin-top: 185px !important;
}

.mgt-pc--190 {
    margin-top: 190px !important;
}

.mgt-pc--195 {
    margin-top: 195px !important;
}

.mgt-pc--200 {
    margin-top: 200px !important;
}

.mgt-pc--205 {
    margin-top: 205px !important;
}

.mgt-pc--210 {
    margin-top: 210px !important;
}

.mgt-pc--215 {
    margin-top: 215px !important;
}

.mgt-pc--220 {
    margin-top: 220px !important;
}

.mgt-pc--225 {
    margin-top: 225px !important;
}

.mgt-pc--230 {
    margin-top: 230px !important;
}

.mgt-pc--235 {
    margin-top: 235px !important;
}

.mgt-pc--240 {
    margin-top: 240px !important;
}

.mgt-pc--245 {
    margin-top: 245px !important;
}

.mgt-pc--250 {
    margin-top: 250px !important;
}

@media screen and (max-width: 768px) {
    .mgt-sp--0 {
        margin-top: 0 !important;
    }
    .mgt-sp--5 {
        margin-top: 0.66667vw !important;
    }
    .mgt-sp--10 {
        margin-top: 1.33333vw !important;
    }
    .mgt-sp--15 {
        margin-top: 2vw !important;
    }
    .mgt-sp--20 {
        margin-top: 2.66667vw !important;
    }
    .mgt-sp--25 {
        margin-top: 3.33333vw !important;
    }
    .mgt-sp--30 {
        margin-top: 4vw !important;
    }
    .mgt-sp--35 {
        margin-top: 4.66667vw !important;
    }
    .mgt-sp--40 {
        margin-top: 5.33333vw !important;
    }
    .mgt-sp--45 {
        margin-top: 6vw !important;
    }
    .mgt-sp--50 {
        margin-top: 6.66667vw !important;
    }
    .mgt-sp--55 {
        margin-top: 7.33333vw !important;
    }
    .mgt-sp--60 {
        margin-top: 8vw !important;
    }
    .mgt-sp--65 {
        margin-top: 8.66667vw !important;
    }
    .mgt-sp--70 {
        margin-top: 9.33333vw !important;
    }
    .mgt-sp--75 {
        margin-top: 10vw !important;
    }
    .mgt-sp--80 {
        margin-top: 10.66667vw !important;
    }
    .mgt-sp--85 {
        margin-top: 11.33333vw !important;
    }
    .mgt-sp--90 {
        margin-top: 12vw !important;
    }
    .mgt-sp--95 {
        margin-top: 12.66667vw !important;
    }
    .mgt-sp--100 {
        margin-top: 13.33333vw !important;
    }
    .mgt-sp--105 {
        margin-top: 14vw !important;
    }
    .mgt-sp--110 {
        margin-top: 14.66667vw !important;
    }
    .mgt-sp--115 {
        margin-top: 15.33333vw !important;
    }
    .mgt-sp--120 {
        margin-top: 16vw !important;
    }
    .mgt-sp--125 {
        margin-top: 16.66667vw !important;
    }
    .mgt-sp--130 {
        margin-top: 17.33333vw !important;
    }
    .mgt-sp--135 {
        margin-top: 18vw !important;
    }
    .mgt-sp--140 {
        margin-top: 18.66667vw !important;
    }
    .mgt-sp--145 {
        margin-top: 19.33333vw !important;
    }
    .mgt-sp--150 {
        margin-top: 20vw !important;
    }
    .mgt-sp--155 {
        margin-top: 20.66667vw !important;
    }
    .mgt-sp--160 {
        margin-top: 21.33333vw !important;
    }
    .mgt-sp--165 {
        margin-top: 22vw !important;
    }
    .mgt-sp--170 {
        margin-top: 22.66667vw !important;
    }
    .mgt-sp--175 {
        margin-top: 23.33333vw !important;
    }
    .mgt-sp--180 {
        margin-top: 24vw !important;
    }
    .mgt-sp--185 {
        margin-top: 24.66667vw !important;
    }
    .mgt-sp--190 {
        margin-top: 25.33333vw !important;
    }
    .mgt-sp--195 {
        margin-top: 26vw !important;
    }
    .mgt-sp--200 {
        margin-top: 26.66667vw !important;
    }
    .mgt-sp--205 {
        margin-top: 27.33333vw !important;
    }
    .mgt-sp--210 {
        margin-top: 28vw !important;
    }
    .mgt-sp--215 {
        margin-top: 28.66667vw !important;
    }
    .mgt-sp--220 {
        margin-top: 29.33333vw !important;
    }
    .mgt-sp--225 {
        margin-top: 30vw !important;
    }
    .mgt-sp--230 {
        margin-top: 30.66667vw !important;
    }
    .mgt-sp--235 {
        margin-top: 31.33333vw !important;
    }
    .mgt-sp--240 {
        margin-top: 32vw !important;
    }
    .mgt-sp--245 {
        margin-top: 32.66667vw !important;
    }
    .mgt-sp--250 {
        margin-top: 33.33333vw !important;
    }
}

/* ---------------------------------------------
*   margin-bottom
--------------------------------------------- */
.mgb-pc--0 {
    margin-bottom: 0 !important;
}

.mgb-pc--5 {
    margin-bottom: 5px !important;
}

.mgb-pc--10 {
    margin-bottom: 10px !important;
}

.mgb-pc--15 {
    margin-bottom: 15px !important;
}

.mgb-pc--20 {
    margin-bottom: 20px !important;
}

.mgb-pc--25 {
    margin-bottom: 25px !important;
}

.mgb-pc--30 {
    margin-bottom: 30px !important;
}

.mgb-pc--35 {
    margin-bottom: 35px !important;
}

.mgb-pc--40 {
    margin-bottom: 40px !important;
}

.mgb-pc--45 {
    margin-bottom: 45px !important;
}

.mgb-pc--50 {
    margin-bottom: 50px !important;
}

.mgb-pc--55 {
    margin-bottom: 55px !important;
}

.mgb-pc--60 {
    margin-bottom: 60px !important;
}

.mgb-pc--65 {
    margin-bottom: 65px !important;
}

.mgb-pc--70 {
    margin-bottom: 70px !important;
}

.mgb-pc--75 {
    margin-bottom: 75px !important;
}

.mgb-pc--80 {
    margin-bottom: 80px !important;
}

.mgb-pc--85 {
    margin-bottom: 85px !important;
}

.mgb-pc--90 {
    margin-bottom: 90px !important;
}

.mgb-pc--95 {
    margin-bottom: 95px !important;
}

.mgb-pc--100 {
    margin-bottom: 100px !important;
}

.mgb-pc--105 {
    margin-bottom: 105px !important;
}

.mgb-pc--110 {
    margin-bottom: 110px !important;
}

.mgb-pc--115 {
    margin-bottom: 115px !important;
}

.mgb-pc--120 {
    margin-bottom: 120px !important;
}

.mgb-pc--125 {
    margin-bottom: 125px !important;
}

.mgb-pc--130 {
    margin-bottom: 130px !important;
}

.mgb-pc--135 {
    margin-bottom: 135px !important;
}

.mgb-pc--140 {
    margin-bottom: 140px !important;
}

.mgb-pc--145 {
    margin-bottom: 145px !important;
}

.mgb-pc--150 {
    margin-bottom: 150px !important;
}

.mgb-pc--155 {
    margin-bottom: 155px !important;
}

.mgb-pc--160 {
    margin-bottom: 160px !important;
}

.mgb-pc--165 {
    margin-bottom: 165px !important;
}

.mgb-pc--170 {
    margin-bottom: 170px !important;
}

.mgb-pc--175 {
    margin-bottom: 175px !important;
}

.mgb-pc--180 {
    margin-bottom: 180px !important;
}

.mgb-pc--185 {
    margin-bottom: 185px !important;
}

.mgb-pc--190 {
    margin-bottom: 190px !important;
}

.mgb-pc--195 {
    margin-bottom: 195px !important;
}

.mgb-pc--200 {
    margin-bottom: 200px !important;
}

.mgb-pc--205 {
    margin-bottom: 205px !important;
}

.mgb-pc--210 {
    margin-bottom: 210px !important;
}

.mgb-pc--215 {
    margin-bottom: 215px !important;
}

.mgb-pc--220 {
    margin-bottom: 220px !important;
}

.mgb-pc--225 {
    margin-bottom: 225px !important;
}

.mgb-pc--230 {
    margin-bottom: 230px !important;
}

.mgb-pc--235 {
    margin-bottom: 235px !important;
}

.mgb-pc--240 {
    margin-bottom: 240px !important;
}

.mgb-pc--245 {
    margin-bottom: 245px !important;
}

.mgb-pc--250 {
    margin-bottom: 250px !important;
}

@media screen and (max-width: 768px) {
    .mgb-sp--0 {
        margin-bottom: 0 !important;
    }
    .mgb-sp--5 {
        margin-bottom: 0.66667vw !important;
    }
    .mgb-sp--10 {
        margin-bottom: 1.33333vw !important;
    }
    .mgb-sp--15 {
        margin-bottom: 2vw !important;
    }
    .mgb-sp--20 {
        margin-bottom: 2.66667vw !important;
    }
    .mgb-sp--25 {
        margin-bottom: 3.33333vw !important;
    }
    .mgb-sp--30 {
        margin-bottom: 4vw !important;
    }
    .mgb-sp--35 {
        margin-bottom: 4.66667vw !important;
    }
    .mgb-sp--40 {
        margin-bottom: 5.33333vw !important;
    }
    .mgb-sp--45 {
        margin-bottom: 6vw !important;
    }
    .mgb-sp--50 {
        margin-bottom: 6.66667vw !important;
    }
    .mgb-sp--55 {
        margin-bottom: 7.33333vw !important;
    }
    .mgb-sp--60 {
        margin-bottom: 8vw !important;
    }
    .mgb-sp--65 {
        margin-bottom: 8.66667vw !important;
    }
    .mgb-sp--70 {
        margin-bottom: 9.33333vw !important;
    }
    .mgb-sp--75 {
        margin-bottom: 10vw !important;
    }
    .mgb-sp--80 {
        margin-bottom: 10.66667vw !important;
    }
    .mgb-sp--85 {
        margin-bottom: 11.33333vw !important;
    }
    .mgb-sp--90 {
        margin-bottom: 12vw !important;
    }
    .mgb-sp--95 {
        margin-bottom: 12.66667vw !important;
    }
    .mgb-sp--100 {
        margin-bottom: 13.33333vw !important;
    }
    .mgb-sp--105 {
        margin-bottom: 14vw !important;
    }
    .mgb-sp--110 {
        margin-bottom: 14.66667vw !important;
    }
    .mgb-sp--115 {
        margin-bottom: 15.33333vw !important;
    }
    .mgb-sp--120 {
        margin-bottom: 16vw !important;
    }
    .mgb-sp--125 {
        margin-bottom: 16.66667vw !important;
    }
    .mgb-sp--130 {
        margin-bottom: 17.33333vw !important;
    }
    .mgb-sp--135 {
        margin-bottom: 18vw !important;
    }
    .mgb-sp--140 {
        margin-bottom: 18.66667vw !important;
    }
    .mgb-sp--145 {
        margin-bottom: 19.33333vw !important;
    }
    .mgb-sp--150 {
        margin-bottom: 20vw !important;
    }
    .mgb-sp--155 {
        margin-bottom: 20.66667vw !important;
    }
    .mgb-sp--160 {
        margin-bottom: 21.33333vw !important;
    }
    .mgb-sp--165 {
        margin-bottom: 22vw !important;
    }
    .mgb-sp--170 {
        margin-bottom: 22.66667vw !important;
    }
    .mgb-sp--175 {
        margin-bottom: 23.33333vw !important;
    }
    .mgb-sp--180 {
        margin-bottom: 24vw !important;
    }
    .mgb-sp--185 {
        margin-bottom: 24.66667vw !important;
    }
    .mgb-sp--190 {
        margin-bottom: 25.33333vw !important;
    }
    .mgb-sp--195 {
        margin-bottom: 26vw !important;
    }
    .mgb-sp--200 {
        margin-bottom: 26.66667vw !important;
    }
    .mgb-sp--205 {
        margin-bottom: 27.33333vw !important;
    }
    .mgb-sp--210 {
        margin-bottom: 28vw !important;
    }
    .mgb-sp--215 {
        margin-bottom: 28.66667vw !important;
    }
    .mgb-sp--220 {
        margin-bottom: 29.33333vw !important;
    }
    .mgb-sp--225 {
        margin-bottom: 30vw !important;
    }
    .mgb-sp--230 {
        margin-bottom: 30.66667vw !important;
    }
    .mgb-sp--235 {
        margin-bottom: 31.33333vw !important;
    }
    .mgb-sp--240 {
        margin-bottom: 32vw !important;
    }
    .mgb-sp--245 {
        margin-bottom: 32.66667vw !important;
    }
    .mgb-sp--250 {
        margin-bottom: 33.33333vw !important;
    }
}
