html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  vertical-align: baseline;
  border: 0;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, picture {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
}

body {
  color: #222;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  letter-spacing: .08em;
  background-image: url("../img/bg_body.png");
  background-repeat: repeat;
  background-size: 160px;
  min-width: 1200px;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  overflow-x: auto;
}

@media screen and (width <= 767px) {
  body {
    min-width: auto;
  }
}

a, a:visited, a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
  transition: all .35s;
}

@media (hover: hover), (-ms-high-contrast: none) {
  a:hover {
    opacity: .7;
  }
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  transition: all .35s;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

@media screen and (width <= 767px) {
  .no-sp {
    display: none;
  }
}

.no-pc {
  display: none;
}

@media screen and (width <= 767px) {
  .no-pc {
    display: inline;
  }
}

.header {
  z-index: 1;
  padding: 30px 40px;
  position: absolute;
}

@media screen and (width <= 767px) {
  .header {
    padding: 20px;
  }
}

.header__logo {
  width: 130px;
}

@media screen and (width <= 767px) {
  .header__logo {
    width: 100px;
  }
}

.main {
  max-width: 1440px;
  margin: 0 auto;
}

.kv {
  justify-content: space-between;
  align-items: center;
  gap: 5.55556%;
  padding-left: 8.33333%;
  display: flex;
}

@media screen and (width <= 767px) {
  .kv {
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding-left: 0;
  }
}

.kv__text {
  flex-shrink: 0;
  width: 42.4242%;
}

@media screen and (width <= 767px) {
  .kv__text {
    z-index: 1;
    width: 100%;
    margin-top: -110px;
    position: relative;
  }
}

.kv__title {
  flex-direction: column;
  align-items: center;
  gap: 15px;
  display: flex;
}

@media screen and (width <= 767px) {
  .kv__title {
    gap: 19px;
  }
}

.kv__title-sub {
  letter-spacing: .4em;
  font-size: clamp(16px, 1.38889vw, 20px);
}

@media screen and (width <= 767px) {
  .kv__title-sub {
    font-size: 16px;
  }
}

.kv__title-sub:before, .kv__title-sub:after {
  content: "";
  vertical-align: middle;
  background-color: #222;
  width: 1px;
  height: 36px;
  display: inline-block;
}

.kv__title-sub:before {
  margin-right: 2em;
  transform: rotate(-30deg);
}

.kv__title-sub:after {
  margin-left: 2em;
  transform: rotate(30deg);
}

.kv__title-icon {
  width: 7.29167vw;
  min-width: 65px;
  max-width: 105px;
}

@media screen and (width <= 767px) {
  .kv__title-icon {
    order: -1;
    width: 65px;
    min-width: auto;
  }

  .kv__title-main {
    width: 310px;
  }
}

.kv__lead {
  letter-spacing: .15em;
  text-align: center;
  margin-top: 80px;
  font-size: clamp(15px, 1.18056vw, 17px);
  line-height: 2.8;
}

@media screen and (width <= 767px) {
  .kv__lead {
    letter-spacing: .1em;
    margin-top: 40px;
    padding: 0 20px;
    font-size: 15px;
    line-height: 2;
  }
}

.kv__img-wrapper {
  width: 51.5152%;
  height: 75vw;
  min-height: 840px;
  position: relative;
  overflow: hidden;
}

@media screen and (width <= 767px) {
  .kv__img-wrapper {
    order: -1;
    width: 100%;
    height: 320px;
    min-height: auto;
  }
}

.kv__img-wrapper:before {
  content: "";
  aspect-ratio: 680 / 240;
  background-image: url("../img/bg_kv_slider.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (width <= 767px) {
  .kv__img-wrapper:before {
    aspect-ratio: 375 / 200;
    background-image: url("../img/bg_kv_slider_sp.png");
  }
}

.kv__img {
  gap: 5.29412%;
  width: 118.235%;
  height: 100%;
  display: flex;
}

@media screen and (width <= 767px) {
  .kv__img {
    width: 120%;
    margin-left: -10%;
  }
}

.kv__img-col {
  background-repeat: repeat-y;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
}

.kv__img-col--01, .kv__img-col--03 {
  background-position: 0 0;
  animation: 40s linear infinite loop-up;
}

.kv__img-col--01 {
  background-image: url("../img/img_kv_01.png");
}

.kv__img-col--02 {
  background-image: url("../img/img_kv_02.png");
  background-position: 0 103.333vw;
  animation: 40s linear infinite loop-down;
}

.kv__img-col--03 {
  background-image: url("../img/img_kv_03.png");
}

@keyframes loop-up {
  from {
    background-position: 0 103.333vw;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes loop-down {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 103.333vw;
  }
}

.gnav {
  z-index: 2;
  justify-content: center;
  margin-top: -15px;
  display: flex;
  position: relative;
}

@media screen and (width <= 767px) {
  .gnav {
    width: 100%;
    position: fixed;
    bottom: 0;
  }
}

.gnav.is-fixed {
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
}

@media screen and (width <= 767px) {
  .gnav.is-fixed {
    bottom: 0;
  }
}

.gnav__list {
  justify-content: center;
  display: flex;
  box-shadow: 0 8px 10px #0000000d;
}

@media screen and (width <= 767px) {
  .gnav__list {
    width: 100%;
  }
}

.gnav__item {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.gnav__item--aji {
  width: 320px;
}

@media screen and (width <= 767px) {
  .gnav__item--aji {
    width: 26.6667%;
    display: none;
  }
}

.gnav__item--aji small {
  margin-right: .5em;
  font-size: 17px;
  display: inline-block;
}

@media screen and (width <= 767px) {
  .gnav__item--aji small {
    text-align: center;
    width: 100%;
    margin-right: auto;
    font-size: 10px;
    display: block;
  }
}

.gnav__item--henge {
  width: 260px;
}

@media screen and (width <= 767px) {
  .gnav__item--henge {
    width: 26.6667%;
    display: none;
  }
}

.gnav__item--col-sp {
  display: none;
}

@media screen and (width <= 767px) {
  .gnav__item--col-sp {
    width: 53.3333%;
    display: flex;
  }

  .gnav__item--index {
    width: 46.6667%;
  }
}

.gnav__label {
  color: #fff;
  z-index: 1;
  text-align: center;
  background: #555;
  border-radius: 6px 0;
  padding: 7px 15px 8px;
  font-size: 12px;
  position: relative;
}

@media screen and (width <= 767px) {
  .gnav__label {
    letter-spacing: 0;
    font-size: 12px;
    line-height: 1.4;
  }
}

.gnav__label--aji, .gnav__label--henge {
  width: 320px;
}

@media screen and (width <= 767px) {
  .gnav__label--aji, .gnav__label--henge, .gnav__label--col-sp {
    width: calc(100% - 10px);
  }
}

.gnav__label--index {
  width: 360px;
}

@media screen and (width <= 767px) {
  .gnav__label--index {
    width: calc(100% - 10px);
  }
}

.gnav__label--index span {
  margin-left: .5em;
  display: inline-block;
}

.gnav__btn {
  letter-spacing: .05em;
  background: #fffffff2;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 100%;
  margin-top: -12px;
  padding: 30px 0 20px;
  font-size: 20px;
  display: flex;
  position: relative;
}

@media screen and (width <= 767px) {
  .gnav__btn {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    margin-top: -17px;
    padding: 30px 0 10px;
    font-size: 14px;
  }
}

@media (hover: hover), (-ms-high-contrast: none) {
  .gnav__btn:hover {
    opacity: .95;
    background: #f9f1e6;
  }
}

@media screen and (width <= 767px) {
  .gnav__btn span {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 30px;
    display: flex;
  }

  .gnav__btn--henge {
    height: 100%;
  }
}

.gnav__btn:before {
  content: "";
  background: #ccc;
  width: 1px;
  height: 36px;
  display: block;
  position: absolute;
  top: 30px;
  right: 0;
}

.gnav__btn img {
  width: 36px;
}

@media screen and (width <= 767px) {
  .gnav__btn img {
    width: 24px;
  }
}

.gnav__btn--small {
  width: 140px;
}

.gnav__btn--small:last-child:before {
  content: none;
}

@media screen and (width <= 767px) {
  .gnav__btn--small {
    width: 33.333%;
  }

  .gnav__btn--small-col-sp {
    width: 50%;
  }
}

.gnav__btn-group {
  display: flex;
}

@media screen and (width <= 767px) {
  .gnav__btn-group {
    width: 100%;
    height: 100%;
  }
}

.merit {
  max-width: 1040px;
  margin: 0 auto;
  padding: 100px 0;
}

@media screen and (width <= 767px) {
  .merit {
    padding: 60px 30px;
  }
}

.merit__icon {
  width: 122px;
}

@media screen and (width <= 767px) {
  .merit__icon {
    width: 88px;
  }
}

.merit__title {
  text-align: center;
}

.merit__title-sub {
  letter-spacing: .15em;
  margin-top: 45px;
  font-size: 18px;
}

@media screen and (width <= 767px) {
  .merit__title-sub {
    font-size: 14px;
  }
}

.merit__title-main {
  letter-spacing: .15em;
  margin-top: 15px;
  font-size: 40px;
  line-height: 1.3;
  display: inline-block;
}

@media screen and (width <= 767px) {
  .merit__title-main {
    font-size: 28px;
  }
}

.merit__list {
  gap: 40px;
  margin-top: 70px;
  display: flex;
}

@media screen and (width <= 767px) {
  .merit__list {
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
  }
}

.merit__item {
  width: calc(33.3333% - 26.6667px);
  position: relative;
}

@media screen and (width <= 767px) {
  .merit__item {
    width: 100%;
    position: relative;
  }
}

.merit__item-num {
  z-index: 1;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -30px;
  left: 0;
}

@media screen and (width <= 767px) {
  .merit__item-num {
    width: 45px;
    height: 45px;
    top: -8px;
    left: -4px;
  }
}

.merit__card {
  text-align: center;
  background: linear-gradient(#fffc 30%, #daedfa 100%);
  border-radius: 20px 0;
  height: 100%;
  padding: 40px 45px 50px;
  box-shadow: 5px 10px 12px #0000000d;
}

@media screen and (width <= 767px) {
  .merit__card {
    height: auto;
    padding: 25px 30px;
  }
}

.merit__card .col {
  align-items: center;
  gap: 15px;
  display: flex;
}

.merit__card-icon {
  width: 48px;
}

@media screen and (width <= 767px) {
  .merit__card-icon {
    width: 42px;
    position: absolute;
    top: 30px;
    right: 30px;
  }
}

.merit__card-title {
  letter-spacing: .15em;
  margin-top: 20px;
  font-size: 26px;
  line-height: 1.5;
}

@media screen and (width <= 767px) {
  .merit__card-title {
    margin-top: 0;
    font-size: 18px;
  }
}

.merit__card-text {
  letter-spacing: .04em;
  text-align: left;
  color: #555;
  border-top: 1px dashed #abd6ff;
  margin-top: 30px;
  padding-top: 30px;
  font-size: 15px;
  line-height: 2;
}

@media screen and (width <= 767px) {
  .merit__card-text {
    margin-top: 15px;
    padding-top: 15px;
    font-size: 13px;
    line-height: 1.8;
  }
}

.merit__note {
  text-align: center;
  letter-spacing: .15em;
  margin-top: 80px;
  font-size: 20px;
}

@media screen and (width <= 767px) {
  .merit__note {
    margin-top: 40px;
    font-size: 17px;
    line-height: 1.8;
  }

  .merit__note span {
    display: none;
  }
}

.merit__note b {
  border-top: 2px dotted;
  border-bottom: 2px dotted;
  padding: .5em 0;
  font-weight: normal;
  display: inline-block;
}

@media screen and (width <= 767px) {
  .merit__note b {
    border-width: 1px;
    padding: 0;
    line-height: 1.5;
  }
}

.aji {
  background: #fff6;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 120px 0 160px;
}

@media screen and (width <= 767px) {
  .aji {
    padding: 60px 0;
  }
}

.aji__title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.aji__title-deco {
  width: 542px;
}

@media screen and (width <= 767px) {
  .aji__title-deco {
    width: 208px;
  }
}

.aji__title-inner {
  text-align: center;
  z-index: 1;
  margin-top: -50px;
  position: relative;
}

@media screen and (width <= 767px) {
  .aji__title-inner {
    margin-top: -30px;
  }
}

.aji__title-icon {
  width: 52px;
}

@media screen and (width <= 767px) {
  .aji__title-icon {
    width: 40px;
  }
}

.aji__title-sub {
  letter-spacing: .15em;
  margin-top: 30px;
  font-size: 20px;
}

@media screen and (width <= 767px) {
  .aji__title-sub {
    margin-top: 10px;
    font-size: 16px;
  }
}

.aji__title-main {
  letter-spacing: .15em;
  align-items: center;
  margin-top: 10px;
  font-size: 56px;
  display: flex;
}

@media screen and (width <= 767px) {
  .aji__title-main {
    gap: 10px;
    padding-right: 10px;
    font-size: 40px;
  }
}

.aji__title-label {
  color: #222;
  letter-spacing: .05em;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  margin-right: -15px;
  font-size: 26px;
  line-height: 1.2;
  display: flex;
  position: relative;
}

@media screen and (width <= 767px) {
  .aji__title-label {
    width: 80px;
    height: 80px;
    margin-right: -20px;
    font-size: 16px;
  }
}

.aji__title-label:before {
  content: "";
  z-index: -1;
  filter: blur(5px);
  background: #fecaca;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.aji__lead {
  letter-spacing: .15em;
  text-align: center;
  margin-top: 20px;
  font-size: 17px;
  line-height: 2.2;
}

@media screen and (width <= 767px) {
  .aji__lead {
    letter-spacing: .1em;
    padding: 0 20px;
    font-size: 13px;
    line-height: 1.9;
  }
}

.aji__content {
  flex-direction: column;
  gap: 80px;
  margin-top: 80px;
  padding-left: 6.94444%;
  display: flex;
}

@media screen and (width <= 767px) {
  .aji__content {
    gap: 40px;
    margin-top: 40px;
    padding-left: 20px;
  }
}

.aji__category {
  justify-content: flex-end;
  gap: 5.97015%;
  display: flex;
}

@media screen and (width <= 767px) {
  .aji__category {
    flex-direction: column;
    gap: 20px;
  }

  .aji__category:nth-child(2n) {
    flex-direction: column;
  }
}

.aji__product {
  text-align: center;
  flex-shrink: 0;
  width: 25.3731%;
  min-width: 340px;
}

@media screen and (width <= 767px) {
  .aji__product {
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    min-width: auto;
    padding-left: 10px;
    padding-right: 30px;
    display: flex;
  }
}

.aji__product-tag {
  color: #555;
  letter-spacing: 0;
  font-size: 14px;
}

@media screen and (width <= 767px) {
  .aji__product-tag {
    text-align: left;
    font-size: 12px;
  }

  .aji__product-title-area {
    align-items: flex-start;
  }
}

.aji__product-title {
  letter-spacing: .15em;
  margin-top: 60px;
  font-size: 25px;
}

@media screen and (width <= 767px) {
  .aji__product-title {
    text-align: left;
    margin-top: 5px;
    font-size: 20px;
  }
}

.aji__product-name {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 44px;
  display: table;
  position: relative;
}

@media screen and (width <= 767px) {
  .aji__product-name {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 32px;
  }
}

.aji__product-name:before, .aji__product-name:after {
  content: "";
  vertical-align: middle;
  background-color: #222;
  width: 1px;
  height: 44px;
  display: inline-block;
}

@media screen and (width <= 767px) {
  .aji__product-name:before, .aji__product-name:after {
    content: none;
  }
}

.aji__product-name:before {
  margin-right: .8em;
  transform: rotate(-30deg);
}

.aji__product-name:after {
  margin-left: .8em;
  transform: rotate(30deg);
}

.aji__product-name line {
  line-height: 1.1;
  display: inline-block;
}

.aji__product-img {
  margin-top: 20px;
}

@media screen and (width <= 767px) {
  .aji__product-img {
    margin-top: 0;
  }

  .aji__product-img--shantan {
    width: 44.4444%;
  }
}

.aji__product-img--shantan img {
  width: 100%;
}

@media screen and (width <= 767px) {
  .aji__product-img--sukiyaki {
    width: 22.2222%;
  }
}

.aji__product-img--sukiyaki img {
  width: 47.0588%;
}

@media screen and (width <= 767px) {
  .aji__product-img--sukiyaki img {
    width: 100%;
  }

  .aji__product-img--nidaime {
    width: 28.5714%;
  }
}

.aji__product-img--nidaime img {
  width: 52.9412%;
}

@media screen and (width <= 767px) {
  .aji__product-img--nidaime img {
    width: 100%;
  }
}

.aji__recipe {
  width: 68.6567%;
}

@media screen and (width <= 767px) {
  .aji__recipe {
    width: 100%;
    overflow-x: hidden;
  }
}

.aji__recipe-list {
  width: 1660px;
  display: flex;
}

@media screen and (width <= 767px) {
  .aji__recipe-list {
    width: 960px;
  }
}

.aji__recipe-list li:last-child .aji__recipe-item:before {
  border-bottom: none;
}

.aji__recipe-item {
  display: block;
  position: relative;
}

.aji__recipe-item:before {
  content: "";
  z-index: -1;
  border-bottom: 1px dotted;
  width: calc(100% + 40px);
  height: 1px;
  position: absolute;
  top: 13px;
  left: 0;
}

.aji__recipe-day {
  color: #fff;
  background: #222;
  border-radius: 10px 0;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 28px;
  font-size: 14px;
  display: flex;
}

@media screen and (width <= 767px) {
  .aji__recipe-day {
    border-radius: 8px 0;
    width: 60px;
    height: 26px;
    font-size: 10px;
  }
}

.aji__recipe-img {
  border-radius: 20px 0;
  margin-top: 15px;
  display: block;
  overflow: hidden;
  box-shadow: 5px 10px 15px #0000001a;
}

@media screen and (width <= 767px) {
  .aji__recipe-img {
    margin-top: 10px;
  }
}

.aji__recipe-name {
  letter-spacing: .08em;
  margin-top: 25px;
  font-size: 18px;
  line-height: 1.3;
}

@media screen and (width <= 767px) {
  .aji__recipe-name {
    min-height: 42px;
    margin-top: 20px;
    font-size: 16px;
  }
}

.aji__recipe-link {
  letter-spacing: .05em;
  border-bottom: 1px solid #222;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  padding: 7px 0;
  font-size: 13px;
  display: flex;
  position: relative;
}

.aji__recipe-link:after {
  content: "";
  background-image: url("../img/icon_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: block;
}

@media screen and (width <= 767px) {
  .aji__recipe-link:after {
    width: 16px;
    height: 16px;
  }
}

.swiper {
  padding-bottom: 32px;
}

@media screen and (width <= 767px) {
  .swiper {
    padding-bottom: 0;
  }

  .swiper-nav {
    margin-top: 15px;
    margin-left: -4px;
  }
}

.swiper_button-wrapper {
  display: flex;
}

.swiper-button-next, .swiper-button-prev {
  width: 32px;
  height: 32px;
  margin: auto 0;
  position: relative;
  left: auto;
  right: auto;
}

@media screen and (width <= 767px) {
  .swiper-button-next, .swiper-button-prev {
    width: 24px;
    height: 24px;
  }
}

.swiper-button-next:after, .swiper-button-prev:after {
  content: "";
  background-size: contain;
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (width <= 767px) {
  .swiper-button-next:after, .swiper-button-prev:after {
    width: 24px;
    height: 24px;
  }
}

.swiper-button-next:after {
  background-image: url("../img/icon_arrow_next.svg");
}

.swiper-button-prev:after {
  background-image: url("../img/icon_arrow_prev.svg");
}

.swiper-pagination {
  width: auto;
  position: relative;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  align-items: center;
  width: auto;
  margin: 0;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-left: 5px;
  margin-right: 5px;
}

.swiper-pagination-bullet {
  opacity: 1;
  background: #dfdfdf;
}

@media screen and (width <= 767px) {
  .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}

.swiper-pagination-bullet-active {
  background-color: #222;
}

.henge {
  padding: 120px 0 160px;
}

@media screen and (width <= 767px) {
  .henge {
    padding: 60px 0;
  }
}

.henge__title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.henge__title-deco {
  width: 556px;
}

@media screen and (width <= 767px) {
  .henge__title-deco {
    width: 213px;
  }
}

.henge__title-inner {
  text-align: center;
  margin-top: -50px;
  position: relative;
}

@media screen and (width <= 767px) {
  .henge__title-inner {
    margin-top: -30px;
  }
}

.henge__title-icon {
  width: 52px;
}

@media screen and (width <= 767px) {
  .henge__title-icon {
    width: 40px;
  }
}

.henge__title-sub {
  letter-spacing: .15em;
  margin-top: 30px;
  font-size: 20px;
}

@media screen and (width <= 767px) {
  .henge__title-sub {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.6;
  }
}

.henge__title-main {
  letter-spacing: .15em;
  margin-top: 10px;
  font-size: 56px;
  line-height: 1.3;
}

@media screen and (width <= 767px) {
  .henge__title-main {
    font-size: 40px;
  }
}

.henge__lead {
  letter-spacing: .15em;
  text-align: center;
  margin-top: 20px;
  font-size: 17px;
  line-height: 2.2;
}

@media screen and (width <= 767px) {
  .henge__lead {
    letter-spacing: .1em;
    padding: 0 20px;
    font-size: 13px;
    line-height: 1.9;
  }
}

.henge__product-img {
  width: 640px;
  margin: 40px auto 0;
  display: block;
}

@media screen and (width <= 767px) {
  .henge__product-img {
    width: 315px;
    margin-top: 30px;
  }
}

.henge__content {
  flex-direction: column;
  gap: 120px;
  max-width: 1000px;
  margin: 80px auto 0;
  display: flex;
}

@media screen and (width <= 767px) {
  .henge__content {
    gap: 60px;
    margin-top: 60px;
    padding: 0 30px 0 20px;
  }
}

.henge__recipe {
  align-items: flex-start;
  display: flex;
}

@media screen and (width <= 767px) {
  .henge__recipe {
    flex-direction: column;
    gap: 0;
  }
}

.henge__recipe-title-pc {
  margin-left: 110px;
}

@media screen and (width <= 767px) {
  .henge__recipe-title-pc {
    margin-left: 0;
    display: none;
  }
}

.henge__recipe-title-sp {
  display: none;
}

@media screen and (width <= 767px) {
  .henge__recipe-title-sp {
    padding-left: 25px;
    display: block;
  }

  .henge__recipe-img-block {
    align-items: center;
    display: flex;
  }
}

.henge__recipe-img {
  border-radius: 20px 0;
  flex-shrink: 0;
  width: 410px;
  overflow: hidden;
  box-shadow: 10px 20px 20px #0000000d;
}

@media screen and (width <= 767px) {
  .henge__recipe-img {
    width: 52.3077%;
    max-width: 240px;
  }
}

.henge__recipe-body {
  flex-shrink: 0;
  width: 620px;
  margin-top: 20px;
  margin-left: -30px;
}

@media screen and (width <= 767px) {
  .henge__recipe-body {
    width: 100%;
    max-width: 420px;
    margin-top: 0;
    margin-left: auto;
    padding: 0 0 0 40px;
  }
}

.henge__recipe-tag {
  color: #555;
  letter-spacing: 0;
  font-size: 14px;
}

@media screen and (width <= 767px) {
  .henge__recipe-tag {
    font-size: 12px;
  }
}

.henge__recipe-title {
  letter-spacing: .15em;
  margin-top: 40px;
  font-size: 48px;
}

@media screen and (width <= 767px) {
  .henge__recipe-title {
    margin-top: 20px;
    font-size: 32px;
    line-height: 1.2;
  }
}

.henge__recipe-lead {
  letter-spacing: .15em;
  color: #555;
  margin-top: 20px;
  font-size: 17px;
  line-height: 2.2;
}

@media screen and (width <= 767px) {
  .henge__recipe-lead {
    letter-spacing: .1em;
    font-size: 12px;
    line-height: 1.7;
  }
}

.henge__recipe-link {
  letter-spacing: .05em;
  border-bottom: 1px solid #222;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding: 12px 0;
  font-size: 20px;
  display: flex;
  position: relative;
}

.henge__recipe-link:after {
  content: "";
  background-image: url("../img/icon_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: block;
}

@media screen and (width <= 767px) {
  .henge__recipe-link {
    margin-top: 20px;
    font-size: 18px;
  }
}

.henge__variation-list {
  flex-wrap: wrap;
  gap: 25px 36px;
  margin-top: 60px;
  display: flex;
}

@media screen and (width <= 767px) {
  .henge__variation-list {
    gap: 20px;
    margin-top: 30px;
  }
}

.henge__variation-item {
  align-items: center;
  gap: 12px;
  width: calc(50% - 18px);
  display: flex;
}

@media screen and (width <= 767px) {
  .henge__variation-item {
    justify-content: space-between;
    width: 100%;
  }
}

.henge__variation-thumb {
  flex-shrink: 0;
  width: 80px;
}

@media screen and (width <= 767px) {
  .henge__variation-thumb {
    order: 1;
    width: 70px;
  }
}

.henge__variation-name {
  letter-spacing: .08em;
  color: #555;
  background: #ffffff80;
  border: 1px solid #555;
  margin-bottom: 5px;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
}

.henge__variation-text {
  letter-spacing: .08em;
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (width <= 767px) {
  .henge__variation-text {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.6;
  }
}

.recipe-index {
  background: #fff6;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 160px 0;
}

@media screen and (width <= 767px) {
  .recipe-index {
    padding: 60px 0;
  }
}

.recipe-index__title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.recipe-index__title-deco {
  width: 376px;
}

@media screen and (width <= 767px) {
  .recipe-index__title-deco {
    width: 180px;
  }
}

.recipe-index__title-main {
  letter-spacing: .15em;
  margin-top: -30px;
  font-size: 56px;
  position: relative;
}

@media screen and (width <= 767px) {
  .recipe-index__title-main {
    text-align: center;
    margin-top: -20px;
    font-size: 34px;
    line-height: 1.2;
  }
}

.recipe-index__title-main span {
  margin-left: .5em;
}

@media screen and (width <= 767px) {
  .recipe-index__title-main span {
    display: block;
  }
}

.recipe-index__content {
  flex-direction: column;
  gap: 100px;
  max-width: 1120px;
  margin: 80px auto 0;
  display: flex;
}

@media screen and (width <= 767px) {
  .recipe-index__content {
    gap: 60px;
    margin-top: 40px;
    padding: 0 20px;
  }
}

.recipe-index__category-title {
  border-top: 1px dashed #222;
  border-bottom: 1px dashed #222;
  align-items: center;
  gap: 20px;
  padding: 25px 10px;
  display: flex;
}

@media screen and (width <= 767px) {
  .recipe-index__category-title {
    gap: 20px;
    padding: 25px 20px;
  }
}

.recipe-index__category-title img {
  width: 52px;
}

@media screen and (width <= 767px) {
  .recipe-index__category-title img {
    width: 40px;
  }
}

.recipe-index__category-left {
  align-items: center;
  gap: 20px;
  display: flex;
}

@media screen and (width <= 767px) {
  .recipe-index__category-left {
    text-align: center;
    flex-direction: column;
    gap: 0;
    width: 80px;
  }
}

.recipe-index__category-name {
  letter-spacing: .15em;
  font-size: 36px;
}

@media screen and (width <= 767px) {
  .recipe-index__category-name {
    margin-top: 5px;
    font-size: 24px;
  }
}

.recipe-index__category-lead {
  letter-spacing: .15em;
  font-size: 17px;
  line-height: 1.5;
}

@media screen and (width <= 767px) {
  .recipe-index__category-lead {
    width: 66.1017%;
    font-size: 14px;
  }
}

.recipe-index__list {
  flex-wrap: wrap;
  gap: 60px 32px;
  margin-top: 60px;
  display: flex;
}

@media screen and (width <= 767px) {
  .recipe-index__list {
    gap: 25px 5px;
    margin-top: 30px;
  }
}

.recipe-index__item {
  background: #fff9;
  border-radius: 20px 0;
  width: calc(25% - 24px);
  padding-bottom: 5px;
  display: flex;
  box-shadow: 5px 10px 15px #0000001a;
}

@media screen and (width <= 767px) {
  .recipe-index__item {
    width: calc(50% - 2.5px);
  }
}

.recipe-index__item a {
  flex-direction: column;
  flex-grow: 1;
  display: flex;
}

.recipe-index__item-img {
  border-radius: 20px 0 0;
  display: block;
  overflow: hidden;
}

.recipe-index__item-name {
  letter-spacing: .08em;
  flex-grow: 1;
  margin-top: 20px;
  padding: 0 15px;
  font-size: 18px;
  line-height: 1.3;
}

@media screen and (width <= 767px) {
  .recipe-index__item-name {
    font-size: 15px;
  }
}

.recipe-index__item-link {
  letter-spacing: .05em;
  border-top: 1px solid #222;
  justify-content: space-between;
  align-items: center;
  margin: 15px 15px 0;
  padding: 12px 0;
  font-size: 13px;
  display: flex;
  position: relative;
}

.recipe-index__item-link:after {
  content: "";
  background-image: url("../img/icon_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: block;
}

@media screen and (width <= 767px) {
  .recipe-index__item-link {
    font-size: 12px;
  }

  .recipe-index__item-link:after {
    width: 16px;
    height: 16px;
  }
}

.recipe-index__item-product {
  margin-top: -30px;
}

.banner {
  max-width: 920px;
  margin: 0 auto;
  padding: 120px 0 0;
}

@media screen and (width <= 767px) {
  .banner {
    padding: 60px 20px 0;
  }
}

.banner__link {
  justify-content: center;
  align-items: center;
  gap: 30px;
  display: flex;
}

@media screen and (width <= 767px) {
  .banner__link {
    flex-direction: column;
  }
}

.banner__icon {
  width: 80px;
}

@media screen and (width <= 767px) {
  .banner__icon {
    width: 60px;
  }
}

.banner__site-name {
  color: #555;
  letter-spacing: 0;
  font-size: 14px;
}

@media screen and (width <= 767px) {
  .banner__site-name {
    letter-spacing: 0;
    text-align: center;
    font-size: 12px;
  }
}

.banner__link-text {
  letter-spacing: .15em;
  border-bottom: 1px solid #222;
  align-items: center;
  gap: 30px;
  margin-top: 10px;
  padding-bottom: 10px;
  font-size: 32px;
  display: flex;
  position: relative;
}

.banner__link-text:after {
  content: "";
  background-image: url("../img/icon_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: block;
}

@media screen and (width <= 767px) {
  .banner__link-text {
    text-align: center;
    gap: 20px;
    padding-left: 15px;
    font-size: 24px;
    line-height: 1.4;
  }
}

.footer {
  text-align: center;
  background-color: #333;
  margin-top: 160px;
  padding: 70px 0 200px;
  position: relative;
}

@media screen and (width <= 767px) {
  .footer {
    margin-top: 120px;
    padding-bottom: 160px;
  }
}

.footer__pagetop {
  z-index: 100;
  position: absolute;
  top: -70px;
  right: 155px;
}

.footer__pagetop a {
  display: block;
}

@media screen and (width <= 767px) {
  .footer__pagetop a:hover img {
    transform: scale(1.05);
  }

  .footer__pagetop {
    width: 63px;
    top: -50px;
    right: 20px;
  }
}

.footer__logo {
  margin-bottom: 40px;
}

.footer__link {
  justify-content: center;
  gap: 25px;
  margin-bottom: 60px;
  display: flex;
}

@media screen and (width <= 767px) {
  .footer__link {
    gap: 10px;
  }
}

.footer__link-item {
  letter-spacing: .04em;
  padding-right: 25px;
  font-size: 13px;
  font-weight: normal;
  position: relative;
}

@media screen and (width <= 767px) {
  .footer__link-item {
    padding-right: 10px;
    font-size: 12px;
  }
}

.footer__link-item a {
  text-underline-offset: 4px;
  color: #fff;
}

@media (hover: hover), (-ms-high-contrast: none) {
  .footer__link-item a:hover {
    text-decoration: underline;
  }
}

.footer__link-item:not(:last-child):after {
  content: "";
  background-color: #fff3;
  width: 1px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.footer__copyright {
  letter-spacing: .08em;
  opacity: .4;
  color: #fff6;
  font-size: 11px;
  font-weight: normal;
}

@media screen and (width <= 767px) {
  .footer__copyright {
    font-size: 10px;
  }
}
