@charset "UTF-8";
/**
 * vendor prefix wrappers
 */
/**
 * media query helpers
 */
/**
 * class mixins
 */
/**
 * デフォルトのテキストリンク設定
 */
/**
 * デフォルトのブロックリンク設定
 */
/**
 * テキストのセンタリング
 */
/**
 * ブロックのセンタリング
 */
/**
 * 画面横幅いっぱいの画像
 */
/**
 * 画像の横幅を最大として、入りきらない場合は縮小
 */
/**
 * vendor prefix wrappers
 */
/**
 * media query helpers
 */
/**
 * class mixins
 */
/**
 * デフォルトのテキストリンク設定
 */
/**
 * デフォルトのブロックリンク設定
 */
/**
 * テキストのセンタリング
 */
/**
 * ブロックのセンタリング
 */
/**
 * 画面横幅いっぱいの画像
 */
/**
 * 画像の横幅を最大として、入りきらない場合は縮小
 */

#main .footer__bnr.sp,
#main .webIcon.sp {
    display: none!important;
}

.fair-contents {
    color: #444;
}

.is_serif {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.is_pc {
    display: block;
}

br.is_pc {
    display: inline;
}

.is_sp {
    display: none;
}

@media screen and (max-width: 1024px) {
    .is_sp {
        display: block;
    }
    br.is_sp {
        display: inline;
    }
    .is_pc {
        display: none;
    }
    br.is_pc {
        display: none;
    }

    .btn-form {
        font-size: 13px;
        width: 88.7%;
        padding: 4% 0;
    }

}

/*------------------------------------*  .hero
\*------------------------------------*/

.hero {
    margin-top: 81px;
    height: 770px;
    position: relative;
}

.hero-bg img {
    height: calc(100vh - 48px);
}

.hero-logo {
    max-width: 217px;
    width: 100%;
    margin-bottom: 70px;
    line-height: 0;
}

.hero-logo img {
    width: 100%;
}

.hero-container {
    position: absolute;
    bottom: 0px;
    top: 10vh;
    right: 200px;
    margin: auto;
    height: 300px;
}

.hero-catch {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    color: #48322a;
}

.hero-copy {
    max-width: 350px;
    width: 100%;
    margin: 0 auto 20px auto;
}

.hero-copy img {
    width: 100%;
}

.hero-price {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}
.hero-present {
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
}

.hero-price img,
.hero-present img {
    width: 100%;
}

@media screen and (max-width: 1024px) {
.hero {
    padding: 0;
    margin-top: 48px;
    height: 100vh;
    display: flex;
    justify-content: center;
}
.hero-container {
    top: 10px;
    bottom: auto;
    right: 0;
    left: 0;
    margin: auto;
    height: auto;
    width: 80%;
}
.hero-bg {
    width: 100%;
    display: flex;
    justify-content: center;
}
    .hero-logo {
        max-width: 350px;
        width: 46%;
        margin: 3% auto;
    }

    .hero-catch {
        font-size: 15px;
        margin-bottom: 1%;
    }

    .hero-copy {
        width: 70%;
        margin-bottom: 3%;
    }

    .hero-present {
        max-width: 100%;
        margin-bottom: 20px;
    }

}

.terms-container {
    background-color: rgba(245,243,241,0.87);
    padding: 33px 70px 46px 70px;
    box-sizing: border-box;
    margin: -150px auto 40px auto;
    position: relative;
}

.terms {
    margin-bottom: 80px;
}

.terms-breadcrumb {
    margin-bottom: 16px;
}

.terms-breadcrumb-item {
    font-size: 14px;
}

.terms-breadcrumb-item:after {
    content: " >";
}

.terms-breadcrumb-item:last-child:after {
    content: "";
}

.terms-breadcrumb-btn {
    color: #84b99a;
}

.terms-heading {
    text-align: center;
    font-size: 24px;
    margin-bottom: 40px;
}

.terms-copy {
    margin-bottom: 34px;
}

.terms-list {
    margin-bottom: 34px;
}

.terms-list:last-child {
    margin-bottom: 0;
}

.terms-list-ttl {
    font-weight: bold;
}

.terms-list-copy {
    text-indent: -1em;
    padding-left: 1em;
    line-height: 2.8em;
}

.terms-list-copy:last-child {
    margin-bottom: 0;
}

.terms-list-btn {
    color: #84b99a;
}

@media screen and (max-width: 1024px) {

    .terms-container {
        margin: -40% auto 0 auto;
        width: 90%;
        padding: 4% 5%;
        max-width: 700px;
    }

    .terms {
        margin-bottom: 10%;
    }

    .terms-breadcrumb-item {
        font-size: 10px;
    }

    .terms-heading {
        font-size: 18px;
        margin-bottom: 5%;
    }

    .terms {
        font-size: 10px;
    }

    .terms-list-copy {
        font-size: 10px;
    }

}

.consent {
    text-align: center;
}

.consent-label {
    display: inline-block;
    color: #ef8787;
    margin-bottom: 30px;
}

.consent-copy {
    line-height: 2.8em;
    margin-bottom: 10px;
}

.consent-btn {
    display: block;
    background-color: #48322a;
    width: 300px;
    color: #fff!important;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    padding: 10px 0;
    opacity: 0.5;
}

.consent-btn.active {
    opacity: 1;
}

@media screen and (max-width: 1024px) {

    .consent-copy {
        font-size: 10px;
        margin-bottom: 2%;
        text-align: left;
    }

    .consent-label {
        font-size: 10px;
        margin-bottom: 10%;
    }

    .consent-btn {
        font-size: 12px;
        width: 80%;
        max-width: 300px;
    }


}

@media screen and (max-width: 1024px) {

    .webIcon.sp,
    .lineIcon.sp,
    .bottomList.sp {
        display: none!important;
    }
    #gFooter .footGood {
        padding: 30px 0;
    }
    #gFooter .menu {
        margin-top: 40px;
    }
}