@charset "UTF-8";

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

/*================================================================
# section-title01
================================================================ */

/*================================================================
#anchor
================================================================ */
.anchor .anchor__list {
    width: calc(100% / 4 - 16px);
}

/*================================================================
.intro
================================================================ */
.intro {
    margin-top: -64px;
    padding: 64px 0 200px;
    background: url(../img/intro_bg.png) no-repeat center bottom;
}

.intro .wrap {
    position: relative;
}

.intro .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.intro .left {
    width: 280px;
    position: relative;
}

.intro .right {
    width: 500px;
    padding-right: 64px;
}

.anchor .anchor__ul {
    margin-left: 0;
    flex-direction: column;
}

.anchor .anchor__list {
    width: 100%;
    margin: 0;
}

.anchor .anchor__list:nth-child(n + 2) {
    margin-top: 16px;
}

.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 {
    position: absolute;
    top: -77px;
    left: 219px;
}

.intro .intro__img02 {
    position: absolute;
    top: 22px;
    right: -100px;
    z-index: 1;
}

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

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

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

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

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

.plan-wrap .box-container {
    height: calc(100% - 16px);
    margin: 0 16px 16px 0;
    padding: 64px;
    background-color: #fff;
    box-shadow: 16px 16px 0 0 rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
}

.plan-wrap .box .img-area {
    width: 55%;
    height: 100%;
}

.plan-wrap .box .text-area {
    width: 45%;
    padding: 0 0 0 40px;
}

.plan-wrap .box .img-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.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: 24px 0 0 0;
    display: flex;
    justify-content: flex-end;
}

.plan-wrap .btn {
    padding: 16px 56px;
    border-radius: 50px;
    background-color: #171716;
    box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.15);
    display: inline-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: -14px;
    left: 0;
    font-family: var(--text-en);
    font-size: 80px;
    font-weight: 800;
    line-height: 80px;
    color: rgb(53, 144, 50);
}

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

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

.gibier .gibier_illust01 {
    position: absolute;
    top: -106px;
    left: -93px;
}

.gibier .gibier_illust02 {
    position: absolute;
    top: -36px;
    right: 25px;
}

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

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

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

.gibier .container {
    margin: 40px 0 0 -24px;
    display: flex;
}

.gibier .card {
    margin-left: 24px;
}

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

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

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

.gibier .inner::before {
    width: calc(50vw + 50%);
    height: 100%;
    border-radius: 0 200px 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;
    right: -150px;
    bottom: -24px;
}

/*================================================================
# ぼたん鍋の豆知識
================================================================ */
.mamechishiki {
    margin-top: 40px;
    position: relative;
}

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

.mamechishiki .mamechishiki_illust01 {
    position: absolute;
    top: 91px;
    left: -237px;
}

.mamechishiki .mamechishiki_illust02 {
    position: absolute;
    top: 134px;
    right: -47px;
}

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

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

.mamechishiki .container {
    margin: 32px 0 0 -24px;
    display: flex;
    justify-content: center;
}

.mamechishiki .card {
    width: calc(100% / 3);
    margin-left: 24px;
    padding: 24px;
    border-radius: 8px;
    background-color: #fff;
}

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

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

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

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

.kiji-nabe .kiji-nabe_illust01 {
    position: absolute;
    top: 22px;
    left: 70px;
}

.kiji-nabe .kiji-nabe_illust02 {
    position: absolute;
    top: -43px;
    right: -205px;
}

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

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

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

.kiji-nabe .container {
    margin: 40px 0 0 -24px;
    display: flex;
}

.kiji-nabe .card {
    margin-left: 24px;
}

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

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

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

.kiji-nabe .inner::before {
    width: calc(50vw + 50%);
    height: 100%;
    border-radius: 0 200px 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: #c0992d;
}

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

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

.kamo-nabe .kamo-nabe_illust01 {
    position: absolute;
    top: -146px;
    left: -32px;
}

.kamo-nabe .kamo-nabe_illust02 {
    position: absolute;
    top: 6px;
    right: 82px;
}

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

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

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

.kamo-nabe .container {
    margin: 40px 0 0 -24px;
    display: flex;
}

.kamo-nabe .card {
    margin-left: 24px;
}

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

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

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

.kamo-nabe .inner::before {
    width: calc(50vw + 50%);
    height: 100%;
    border-radius: 0 200px 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;
}