@charset "UTF-8";

.page-title .img img,
.page-title .img02 img {
    filter: saturate(100%);
}

.section-point02 img,
.section-point03 img,
.section-point04 img {
    filter: saturate(100%);
}

.heading01 {
    text-align: center;
}

.heading01 .text01 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Marcellus", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "Meiryo", serif;
    font-size: 32px;
}

.heading01 .text01 img {
    width: auto;
    height: 48px;
    margin: 0 16px 0 0;
}

.heading01 .text02 {
    font-size: 20px;
}

/*================================================================
# section-point01
================================================================ */
.section-point01 {
    margin: 80px 0 0;
}

.section-point01 .wrap {
    position: relative;
}

.section-point01 .wrap::before {
    width: 544px;
    height: 900px;
    opacity: 0.7;
    filter: var(--img-invert);
    mix-blend-mode: var(--blend-mode);
    background: url(../../top/img/cuisine_back.png) no-repeat right top -100px / contain;
    position: absolute;
    content: "";
    top: -80px;
    right: -140px;
    display: block;
    z-index: -1;
    transform: scale(-1, 1);
}

.section-point01 .container {
    min-height: 452px;
    padding: 0 0 0 477px;
    display: flex;
    align-items: center;
}

.section-point01 .text-area {
    margin: 0 0 0 40px;
    display: flex;
    flex-direction: column;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
}

.section-point01 .sub-title {
    margin-left: 8px;
    font-family: var(--mincho);
    font-size: 20px;
    line-height: 1.618;
    letter-spacing: 0.3em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
}

.section-point01 .title {
    margin: 0 auto;
    font-family: var(--mincho);
    font-size: 32px;
    line-height: 1.618;
    letter-spacing: 0.2em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
}

.section-point01 .text {
    margin-right: 64px;
}

.section-point01 .name {
    margin: auto 40px 0 0;
}

.section-point01_img01 {
    width: 677px;
    position: absolute;
    top: 0px;
    left: -200px;
    z-index: -1;
}

/*================================================================
# section-point02
================================================================ */
.section-point02 {
    margin: 80px 0 0;
    padding: 80px 0;
    background: url(../img/section-point02_bg.png) no-repeat center top / cover;
}

.section-point02 .card-wrap {
    margin: 64px 0 0 -24px;
    display: flex;
    flex-wrap: wrap;
}

.section-point02 .card {
    width: calc(33% - 24px);
    margin-left: 24px;
}

.section-point02 .card:nth-child(n + 4) {
    margin: 64px 0 0 24px;
}

.section-point02 .container {
    display: flex;
    line-height: 1.618;
}

.section-point02 .container .right {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.section-point02 .title-en {
    margin-right: 8px;
    font-family: var(--text-en);
    font-size: 20px;
    line-height: 1.618;
    color: var(--logo-color);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
}

.section-point02 .img,
.section-point02 .img img {
    width: 100%;
}

.section-point02 .name {
    width: calc(100% - 80px);
    margin: 24px 0 0;
    font-size: 16px;
    font-weight: 700;
}

.section-point02 .price {
    width: 80px;
    margin: 16px 0 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right;
}

.section-point02 .nutritional-information {
    width: 100%;
    margin: 8px 0 0;
    font-size: 14px;
}

.section-point02 .ingredients {
    margin: 8px 0 0;
    opacity: 0.7;
    font-size: 12px;
    letter-spacing: 0.05em;
}

.section-point02 .box .box__note {
    display: flex;
    justify-content: center;
}

.section-point02 .box {
    margin: 40px 0 0;
    display: flex;
    justify-content: center;
    text-align: center;
}

.section-point02 .box .box__title {
    font-size: 20px;
}

.section-point02 .box .box__title span {
    position: relative;
}

.section-point02 .box .box__title span:before {
    width: 100px;
    height: 1px;
    margin: auto;
    opacity: 0.5;
    background-color: #fff;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: -124px;
}

.section-point02 .box .box__title span::after {
    width: 100px;
    height: 1px;
    margin: auto;
    opacity: 0.5;
    background-color: #fff;
    position: absolute;
    content: "";
    top: 0;
    right: -124px;
    bottom: 0;
}

.section-point02 .box .box__text {
    margin: 24px 0 0;
}

.section-point02 .box .gold-btn {
    margin: 40px auto 0;
}

.section-point02 .box .gold-btn a {
    padding: 16px 80px;
    display: inline-block;
}

.section-point02 .box .box__note li {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.618;
    color: var(--gray);
    letter-spacing: 0.05em;
}

/*================================================================
# section-point03
================================================================ */
.section-point03 {
    margin-top: 80px;
}

.section-point03 .wrap {
    position: relative;
}

.section-point03 .wrap::before {
    width: calc(50vw + 50% - 160px);
    height: 800px;
    filter: var(--img-invert);
    mix-blend-mode: var(--blend-mode);
    background: #fff url(../../common/img/section01_bg.png) no-repeat right top;
    position: absolute;
    content: "";
    top: 0;
    left: calc(-50vw + 50%);
    display: block;
    z-index: -1;
}

.section-point03 .inner {
    padding: 80px 0 40px;
}

.section-point03 .title-area {
    text-align: center;
}

.section-point03 .title-area .sub-title {
    font-family: "游ゴシック Medium", "YuGothic,YuGothicM", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 16px;
    color: var(--gold);
    letter-spacing: 0.3em;
}

.section-point03 .title-area .title {
    margin: 0;
    font-family: var(--mincho);
    font-size: 32px;
    line-height: 1.618;
    letter-spacing: 0.2em;
}

.section-point03 .title-area .text {
    margin: 24px 0 0;
}

.section-point03 .card-wrap {
    margin: 64px 0 0 -4%;
    display: flex;
    flex-wrap: wrap;
}

.section-point03 .card {
    width: calc(100% / 2 - 4%);
    margin: 0 0 0 4%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    line-height: 1.618;
}

.section-point03 .card:nth-child(n + 3) {
    margin-top: 4%;
}

.section-point03 .card .img,
.section-point03 .card .img img {
    width: 100%;
}

.section-point03 .card .name {
    width: calc(100% - 80px);
    margin: 16px 0 0;
    font-size: 16px;
    font-weight: 700;
}

.section-point03 .card-big .name {
    font-size: 20px;
}

.section-point03 .card .price {
    width: 80px;
    margin: 16px 0 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right;
}

.section-point03 .card-big .price {
    font-size: 16px;
}

.section-point03 .card .text {
    width: 100%;
    margin: 16px 0 0;
    font-size: 14px;
}

.section-point03 .card .nutritional-information {
    width: 100%;
    margin: 16px 0 0;
    font-size: 14px;
}

.section-point03 .card .ingredients {
    margin: 16px 0 0;
    opacity: 0.7;
    font-size: 12px;
    letter-spacing: .05em;
}

/*================================================================
# section-point04
================================================================ */
.section-point04 {
    margin: 80px 0 0;
    padding: 0 0 100px;
}

.section-point04 .wrap {
    position: relative;
}

.section-point04 .wrap::before {
    width: calc(50vw + 50% - 160px);
    height: 800px;
    filter: var(--img-invert);
    mix-blend-mode: var(--blend-mode);
    background: #fff url(../../common/img/section02_bg.png) no-repeat left top;
    position: absolute;
    content: "";
    top: 0;
    right: calc(-50vw + 50%);
    display: block;
    z-index: -1;
}

.section-point04 .inner {
    padding: 80px 0 40px;
}

.section-point04 .title-area {
    text-align: center;
}

.section-point04 .title-area .sub-title {
    font-family: "游ゴシック Medium", "YuGothic,YuGothicM", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 16px;
    color: var(--gold);
    letter-spacing: 0.3em;
}

.section-point04 .title-area .title {
    margin: 0;
    font-family: var(--mincho);
    font-size: 32px;
    line-height: 1.618;
    letter-spacing: 0.2em;
}

.section-point04 .title-area .text {
    margin: 24px 0 0;
}

.section-point04 .card-wrap {
    margin: 64px 0 0 -4%;
    display: flex;
    flex-wrap: wrap;
}

.section-point04 .card {
    width: calc(100% / 2 - 4%);
    margin: 0 0 0 4%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    line-height: 1.618;
}

.section-point04 .card .img,
.section-point04 .card .img img {
    width: 100%;
}

.section-point04 .card .name {
    width: calc(100% - 0px);
    margin: 24px 0 0;
    font-size: 16px;
    font-weight: 700;
}

.section-point04 .card .nutritional-information {
    width: 100%;
    margin: 16px 0 0;
    font-size: 14px;
}

.section-point04 .card .price {
    width: 80px;
    margin: 8px 0 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right;
}

.section-point04 .card .text {
    margin: 16px 0 0;
    font-size: 14px;
}

.section-point04 .card .ingredients {
    margin: 16px 0 0;
    opacity: 0.7;
    font-size: 14px;
}

/*================================================================
# ご案内
================================================================ */
.information {
    margin-top: 80px;
    padding: 64px 0;
    background-color: var(--black);
}

.information .container {
    display: flex;
}

.information .left {
    width: 165px;
    padding-right: 40px;
    border-right: 1px solid #54575a;
    font-family: var(--text-en);
    font-size: 20px;
    line-height: 1.618;
}

.information .right {
    width: calc(100% - 165px);
    padding-left: 40px;
}

.information .item {
    padding: 40px 0;
    display: flex;
}

.information .item:first-child {
    padding-top: 0;
}

.information .item:nth-child(n + 2) {
    border-top: 1px solid #54575a;
}

.information .title {
    width: 20%;
    font-weight: 600;
    line-height: 2;
}

.information .text {
    width: 80%;
}

.information .text ul li {
    line-height: 1.618;
}

.information .text ul li:first-child {
    margin-top: 3px;
}

.information .text ul li:nth-child(n + 2) {
    margin-top: 16px;
}

.information .note {
    font-size: 12px;
    color: var(--gray);
    letter-spacing: 0.05em;
}

.information span {
    margin-top: -8px;
    font-size: 12px;
    color: var(--gray);
    letter-spacing: 0.05em;
}