@charset "UTF-8";

.second-layer .page-title .title span {
    color: var(--pink);
}

/*================================================================
#anchor
================================================================ */
.anchor .anchor__list {
    width: 100%;
    margin: 8px 0 0 0;
}

/*================================================================
.intro
================================================================ */
.section-wrap .intro {
    padding: 40px 0 150px;
    background: url(../img/intro_bg.png) no-repeat center bottom;
}

.intro .wrap {
    position: relative;
}

.intro .left {
    position: relative;
}

.intro .sub-title {
    font-weight: 700;
    color: #7a7870;
}

.intro .title {
    margin-top: 8px;
    font-size: 32px;
}

.intro .text {
    margin-top: 16px;
    line-height: 2;
}

.intro .intro__img01 {
    display: none;
}

.intro .intro__img02 {
    width: calc(278px / 1.5);
    position: absolute;
    top: -22px;
    right: -59px;
    z-index: 1;
}

/*================================================================
# plan-wrap　・　共通スタイル
================================================================ */
.plan-wrap {
    background-color: #faf8ee;
}

.plan-wrap .box {
    position: relative;
}

.plan-wrap .box+.box {
    margin-top: 24px;
}

.plan-wrap .box__sub-title {
    font-weight: 700;
    color: #7a7870;
}

.plan-wrap .box__title {
    margin-top: 8px;
    font-size: 24px;
    font-weight: 700;
}

.plan-wrap .box__text {
    margin-top: 16px;
    font-size: 14px;
}

.plan-wrap .box__price {
    text-align: right;
}

.plan-wrap .box-container {
    height: 100%;
    margin: 0 8px;
    padding: 24px;
    background-color: #fff;
    box-shadow: 16px 16px 0 0 rgba(0, 0, 0, 0.15);
}

.plan-wrap .box .text-area {
    margin-top: 24px;
}

.plan-wrap .box__price-title {
    margin-top: 24px;
    font-size: 14px;
}

.plan-wrap .box__price {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 700;
}

.plan-wrap .box__price span {
    font-size: 24px;
}

.plan-wrap .btn-wrap {
    margin: 16px 0 0 0;
    display: flex;
    justify-content: center;
}

.plan-wrap .btn {
    width: 100%;
    padding: 16px;
    border-radius: 50px;
    background-color: #171716;
    box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.15);
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    transition: background-color 0.3s;
}

.plan-wrap .btn span {
    position: relative;
}

.plan-wrap .btn span::before {
    width: 14px;
    height: 14px;
    background-image: url(../../common/img/arrow_w.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    content: "";
    top: 50%;
    right: -24px;
    transition: transform 0.3s;
    transform: translate(0, -50%);
}

.plan-wrap .btn:hover {
    background-color: #58bae4;
}

.plan-wrap .btn:hover span::before {
    transform: translate(5px, -10px);
}

.box-title {
    position: absolute;
    top: -10px;
    left: 0;
    font-family: var(--text-en);
    font-size: 64px;
    font-weight: 800;
    line-height: 64px;
    color: rgb(53, 144, 50);
}

/*================================================================
# 噛むほど旨味溢れる“ぼたん鍋”
================================================================ */
.gibier {
    margin-top: -80px;
    position: relative;
}

.gibier .title-area {
    position: relative;
}

.gibier .gibier_illust01 {
    width: calc(355px / 1.5);
    position: absolute;
    top: 515px;
    right: -112px;
}

.gibier .gibier_illust02 {
    width: calc(310px / 2);
    position: absolute;
    right: -92px;
    bottom: 250px;
}

.gibier .title-area__sub-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--pink);
    text-align: center;
}

.gibier .title-area__title {
    margin-top: 8px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.gibier .title-area__text {
    margin-top: 16px;
    font-size: 14px;
    font-size: 14px;
    line-height: 2;
    text-align: center;
}

.gibier .container {
    margin: 24px auto 0;
}

.gibier .card {
    margin-top: 16px;
}

.gibier .card__title {
    font-size: 22px;
    font-weight: 700;
    color: var(--pink);
}

.gibier .card__body {
    margin-top: 8px;
    font-size: 14px;
    color: var(--gray);
}

.gibier .inner {
    margin-top: 40px;
    padding: 80px 0;
    position: relative;
}

.gibier .inner::before {
    width: calc(50vw + 50% + 24px);
    height: 100%;
    border-radius: 0 160px 0 0;
    background-color: var(--pink);
    position: absolute;
    content: "";
    top: 0;
    left: calc(-50vw + 50%);
    display: block;
    z-index: 0;
}

.gibier .box-title {
    color: #bd4d57;
}

.gibier .gibier_illust03 {
    position: absolute;
    top: -8px;
    right: -6px;
}

/*================================================================
# ぼたん鍋の豆知識
================================================================ */
.mamechishiki {
    width: 88%;
    margin: 40px auto 0;
    position: relative;
}

.mamechishiki .title-area {
    position: relative;
}

.mamechishiki .mamechishiki_illust01 {
    display: none;
}

.mamechishiki .mamechishiki_illust02 {
    display: none;
}

.mamechishiki .title-area__sub-title {
    font-size: 16px;
    font-weight: 700;
    color: #be4d56;
    text-align: center;
}

.mamechishiki .title-area__title {
    margin-top: 0;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.mamechishiki .container {
    margin: 0;
}

.mamechishiki .card {
    width: 100%;
    padding: 24px;
    background-color: #fff;
}

.mamechishiki .card__title {
    margin-top: 16px;
    font-size: 18px;
    font-weight: 700;
    color: var(--pink);
}

.mamechishiki .card__body {
    margin-top: 8px;
    font-size: 14px;
    color: var(--gray);
}

/*================================================================
# 宮中饗宴のヘルシーキジ鍋
================================================================ */
.kiji-nabe {
    margin-top: 64px;
    position: relative;
}

.kiji-nabe .title-area {
    position: relative;
}

.kiji-nabe .kiji-nabe_illust01 {
    width: calc(355px / 1.5);
    position: absolute;
    top: 515px;
    right: -112px;
}

.kiji-nabe .kiji-nabe_illust02 {
    width: calc(310px / 1.5);
    position: absolute;
    right: -40px;
    bottom: 270px;
}

.kiji-nabe .title-area__sub-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--yellow);
    text-align: center;
}

.kiji-nabe .title-area__title {
    margin-top: 8px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.kiji-nabe .title-area__text {
    margin-top: 16px;
    font-size: 14px;
    font-size: 14px;
    line-height: 2;
    text-align: center;
}

.kiji-nabe .container {
    width: 90%;
    margin: 24px auto 0;
}

.kiji-nabe .card {
    margin-top: 32px;
}

.kiji-nabe .card__title {
    font-size: 22px;
    font-weight: 700;
    color: var(--yellow);
}

.kiji-nabe .card__body {
    margin-top: 8px;
    font-size: 14px;
    color: var(--gray);
}

.kiji-nabe .inner {
    margin-top: 40px;
    padding: 80px 0;
    position: relative;
}

.kiji-nabe .inner::before {
    width: calc(50vw + 50% + 24px);
    height: 100%;
    border-radius: 0 160px 0 0;
    background-color: var(--yellow);
    position: absolute;
    content: "";
    top: 0;
    left: calc(-50vw + 50%);
    display: block;
    z-index: 0;
}

.kiji-nabe .box-title {
    color: #bb942a;
}

.kiji-nabe .kiji-nabe_illust03 {
    position: absolute;
    top: -8px;
    right: -6px;
}

/*================================================================
# 黄金色の出汁と滋味深い旨味の鴨鍋
================================================================ */
.kamo-nabe {
    margin-top: 64px;
    position: relative;
}

.kamo-nabe .title-area {
    position: relative;
}

.kamo-nabe .kamo-nabe_illust01 {
    width: calc(355px / 1.5);
    position: absolute;
    top: 515px;
    right: -112px;
}

.kamo-nabe .kamo-nabe_illust02 {
    width: calc(214px / 1.5);
    position: absolute;
    top: 149px;
    right: -74px;
}

.kamo-nabe .title-area__sub-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--green);
    text-align: center;
}

.kamo-nabe .title-area__title {
    margin-top: 8px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.kamo-nabe .title-area__text {
    margin-top: 16px;
    font-size: 14px;
    font-size: 14px;
    line-height: 2;
    text-align: center;
}

.kamo-nabe .container {
    width: 90%;
    margin: 24px auto 0;
}

.kamo-nabe .card {
    margin-top: 32px;
}

.kamo-nabe .card__title {
    font-size: 22px;
    font-weight: 700;
    color: var(--green);
}

.kamo-nabe .card__body {
    margin-top: 8px;
    font-size: 14px;
    color: var(--gray);
}

.kamo-nabe .inner {
    margin-top: 40px;
    padding: 80px 0;
    position: relative;
}

.kamo-nabe .inner::before {
    width: calc(50vw + 50% + 24px);
    height: 100%;
    border-radius: 0 160px 0 0;
    background-color: var(--green);
    position: absolute;
    content: "";
    top: 0;
    left: calc(-50vw + 50%);
    display: block;
    z-index: 0;
}

.kamo-nabe .box-title {
    color: #3c9539;
}