@charset "utf-8";
/* CSS Document */

/*=====================================================================
 トップページ
=====================================================================*/
html {
  --fontKozuka: "kozuka-gothic-pr6n", sans-serif;
  --fontYu: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 100%;
}

* {
  font-feature-settings: normal;
}

.sp-none {
  display: block;
}

.pc-none {
  display: none;
}

@media screen and (max-width: 959px) {
  .sp-none {
    display: none;
  }

  .pc-none {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .m-none {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sm-none {
    display: block;
  }
}

.fv__inner {
  box-sizing: border-box;
  max-width: 1290px;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 919px) {
  .fv__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* ヘッダー */
/* ヘッダー */
.header {
  height: 80px;
  height: 5rem;
  background-image: url("../images/common/header-bg_sp.webp");
  background-size: 23.4375rem 8.125rem;
  background-repeat: repeat-x;
  background-position: center top;
  padding: 24px 0;
  padding: 1.5rem 0;
}
.header.--front {
  background-image: none;
}
@media screen and (min-width: 768px) {
  .header.--front {
    background-image: none;
  }
}
@media screen and (min-width: 768px) {
  .header {
    background-image: url("../images/common/header-bg.webp");
    background-size: 87.25rem 17.5rem;
    padding: 2.5rem 0 6.5rem;
    height: 17.5rem;
    margin-bottom: -5rem;
  }
}
.header.--fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  background-image: none;
  background-image: initial;
  height: 50px;
  height: 3.125rem;
  z-index: 999999;
  background-color: #fffefa;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .header.--fixed {
    padding: 0;
    height: 5rem;
  }
  .header.--fixed .header__inner {
    padding: 0 1.875rem 0;
  }
}
.header.--fixed.is-scrolled {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px) {
  .header.--fixed.is-scrolled {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  }
}
.header.--fixed .header__inner {
  padding: 0 15px 0;
  padding: 0 0.9375rem 0;
  height: 100%;
}
.header.--fixed:has(+ .hamburger-menu.open) {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header .header__inner {
  padding: 0 15px 0;
  padding: 0 0.9375rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header .header__inner {
    padding: 0 1.875rem 0;
  }
}
.header .header-pc {
  display: none;
}
@media screen and (min-width: 1280px) {
  .header .header-pc {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: clamp(0.75rem, -6.75rem + 9.375vw, 1.6875rem);
    z-index: 10000;
  }
}
.header .header-logo {
  position: relative;
  display: block;
  width: 210px;
  width: 13.125rem;
  height: 25px;
  height: 1.5625rem;
  z-index: 10000;
}
@media screen and (min-width: 768px) {
  .header .header-logo {
    width: 17.5625rem;
    height: 2.125rem;
  }
}
.header .header-logo img {
  width: 100%;
  height: 100%;
}
.header .header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(12px, -108px + 9.375vw, 27px);
  gap: clamp(0.75rem, -6.75rem + 9.375vw, 1.6875rem);
}
.header .header-nav__link {
  position: relative;
  font-family: "fot-cezanne-pron", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.header .header-nav__link:not(.--recruit):hover::after {
  content: "";
  position: absolute;
  width: calc(100% + 24px);
  height: 197px;
  bottom: -106px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header .header-nav__link:not(.--recruit).open::after {
  content: "";
  position: absolute;
  width: calc(100% + 24px);
  height: 197px;
  bottom: -106px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header .header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  gap: 0.625rem;
}
.header .header__button {
  height: 50px;
  height: 3.125rem;
  display: grid;
  place-items: center;
  font-family: "fot-cezanne-pron", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background-color: #e60012;
  padding: 0 44px;
  padding: 0 2.75rem;
  border: 1px solid #e60012;
  border-radius: 3.125rem;
}
.header .header__button.--gray {
  padding: 0 22px;
  padding: 0 1.375rem;
  background-color: #595757;
  border-color: #595757;
}
.header .header-translate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  gap: 0.625rem;
}
.header .header-translate-jp {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", yu-gothic-pr6n;
  font-weight: 500;
}
.header .active {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-underline-offset: 0.25rem;
  text-decoration-thickness: 2px;
  text-decoration-thickness: 0.125rem;
}
.header .header-translate-en {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", yu-gothic-pr6n;
  font-weight: 500;
}
.header .header-sp {
  display: block;
}
@media screen and (min-width: 1280px) {
  .header .header-sp {
    display: none;
  }
}
.header .header-button {
  display: block;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  position: relative;
  z-index: 100000;
}
.header .header-button span {
  position: absolute;
  display: block;
  width: 30px;
  width: 1.875rem;
  height: 2px;
  height: 0.125rem;
  background-color: #e60012;
}
.header .header-button span:nth-child(1) {
  top: 10.5px;
  -webkit-transition: top 0.15s ease-in-out 0.15s, -webkit-transform 0.15s ease-in-out 0s;
  transition: top 0.15s ease-in-out 0.15s, -webkit-transform 0.15s ease-in-out 0s;
  transition: top 0.15s ease-in-out 0.15s, transform 0.15s ease-in-out 0s;
  transition: top 0.15s ease-in-out 0.15s, transform 0.15s ease-in-out 0s, -webkit-transform 0.15s ease-in-out 0s;
}
.header .header-button span:nth-child(2) {
  bottom: 10.5px;
  -webkit-transition: bottom 0.15s ease-in-out 0.15s, -webkit-transform 0.15s ease-in-out 0s;
  transition: bottom 0.15s ease-in-out 0.15s, -webkit-transform 0.15s ease-in-out 0s;
  transition: bottom 0.15s ease-in-out 0.15s, transform 0.15s ease-in-out 0s;
  transition: bottom 0.15s ease-in-out 0.15s, transform 0.15s ease-in-out 0s, -webkit-transform 0.15s ease-in-out 0s;
}
.header .header-button.open {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
}
.header .header-button.open span:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: top 0.15s ease-in-out 0s, -webkit-transform 0.15s ease-in-out 0.15s;
  transition: top 0.15s ease-in-out 0s, -webkit-transform 0.15s ease-in-out 0.15s;
  transition: top 0.15s ease-in-out 0s, transform 0.15s ease-in-out 0.15s;
  transition: top 0.15s ease-in-out 0s, transform 0.15s ease-in-out 0.15s, -webkit-transform 0.15s ease-in-out 0.15s;
}
.header .header-button.open span:nth-child(2) {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(-45deg);
  transform: translateY(50%) rotate(-45deg);
  -webkit-transition: top 0.15s ease-in-out 0s, -webkit-transform 0.15s ease-in-out 0.15s;
  transition: top 0.15s ease-in-out 0s, -webkit-transform 0.15s ease-in-out 0.15s;
  transition: top 0.15s ease-in-out 0s, transform 0.15s ease-in-out 0.15s;
  transition: top 0.15s ease-in-out 0s, transform 0.15s ease-in-out 0.15s, -webkit-transform 0.15s ease-in-out 0.15s;
}

.hamburger-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  z-index: 9999;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
  max-width: 500px;
}
.hamburger-menu.open {
  right: 0;
}
.hamburger-menu .menu-container {
  width: 100%;
  height: calc(100% - 80px);
  margin-top: 80px;
  padding: 60px 22px 0;
  padding: 3.75rem 1.375rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
  position: relative;
  background-color: #fffefa;
}
@media screen and (min-width: 768px) {
  .hamburger-menu .menu-container.front {
    height: calc(100% - 100px);
    margin-top: 100px;
  }
}
@media screen and (min-width: 768px) {
  .hamburger-menu .menu-container {
    height: calc(100% - 90px);
    margin-top: 90px;
    padding: 4.75rem 1.375rem 0;
  }
}
.hamburger-menu .menu-container.is-scrolled {
  margin-top: 50px;
  height: calc(100% - 50px);
}
@media screen and (min-width: 768px) {
  .hamburger-menu .menu-container.is-scrolled {
    margin-top: 80px;
    height: calc(100% - 80px);
  }
}
.hamburger-menu .menu-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 68px 0 24px;
  padding: 4.25rem 0 1.5rem;
}
.hamburger-menu .menu-header .menu-title {
  display: block;
  width: 210px;
  width: 13.125rem;
  height: 25px;
  height: 1.5625rem;
}
.hamburger-menu .menu-header .menu-title img {
  width: 100%;
  height: 100%;
}
.hamburger-menu .menu-header .menu-close {
  font-size: 32px;
  font-weight: 700;
  background: none;
  border: none;
  cursor: pointer;
  color: #d71618;
}
@media (hover: hover) and (pointer: fine) {
  .hamburger-menu .menu-header .menu-close:hover {
    opacity: 0.7;
  }
}
.hamburger-menu .menu-nav {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.hamburger-menu .menu-nav .menu__details {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  cursor: pointer;
  overflow: hidden;
  /* **開いたときのアニメーション** */
}
.hamburger-menu .menu-nav .menu__details.hamburger {
  margin-bottom: 0;
}
.hamburger-menu .menu-nav .menu__details .js-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  list-style: none;
  position: relative;
  /* **開いているとき (`+` → `-`) にアニメーションで変更** */
}
@media (hover: hover) and (pointer: fine) {
  .hamburger-menu .menu-nav .menu__details .js-summary:hover {
    opacity: 0.7;
  }
}
.hamburger-menu .menu-nav .menu__details .js-summary::-webkit-details-marker {
  display: none;
}
.hamburger-menu .menu-nav .menu__details .js-summary.open .open-icon::after {
  opacity: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.hamburger-menu .menu-nav .menu__details .menu__summary-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0 10px;
  /* 横線（`-` の形） */
  /* 縦線（`+` の形） */
}
.hamburger-menu .menu-nav .menu__details .menu__summary-item .open-icon {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
}
.hamburger-menu .menu-nav .menu__details .menu__summary-item .open-icon::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #d71618;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.hamburger-menu .menu-nav .menu__details .menu__summary-item .open-icon::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 15px;
  background-color: #d71618;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.hamburger-menu .menu-nav .menu__details .js-content {
  display: grid;
  opacity: 0;
  border-top: 1px solid #efefef;
  margin-top: 0;
  -webkit-transition: grid-template-rows 0.3s ease-out, opacity 0.3s ease-out, margin-top 0.3s ease;
  transition: grid-template-rows 0.3s ease-out, opacity 0.3s ease-out, margin-top 0.3s ease;
  transition: grid-template-rows 0.3s ease-out, opacity 0.3s ease-out, margin-top 0.3s ease, -ms-grid-rows 0.3s ease-out;
  grid-template-rows: 0fr;
}
.hamburger-menu .menu-nav .menu__details .js-content.open {
  grid-template-rows: 1fr;
  opacity: 1;
}
.hamburger-menu .menu-nav .menu__details .js-content .menu__text {
  overflow: hidden;
}
.hamburger-menu .menu-nav .menu__details .js-content .menu__text ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 24px 0 32px;
  padding-left: 16px;
}
.hamburger-menu .menu-nav .menu__details .js-content .menu__text ul li {
  font-size: 14px;
  line-height: 1.5;
  overflow: hidden;
  font-weight: 700;
}
.hamburger-menu .menu-nav .menu__details .js-content .menu__text ul li a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #575757;
  border-right: 1px solid #575757;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 8px;
  margin-bottom: 1px;
}
.hamburger-menu .menu-nav .menu__details .js-content.open {
  grid-template-rows: 1fr;
  margin-top: 10px;
}
.hamburger-menu .menu-nav .menu__details .js-content.open.hamburger {
  margin-top: 0;
}
.hamburger-menu .menu-nav .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  gap: 0.625rem;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 10px 10px;
  padding: 0.625rem 0.625rem;
  border-bottom: 1px solid #ddd;
}
.hamburger-menu .menu-nav .button img {
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
}
.hamburger-menu .menu-footer {
  text-align: center;
  padding-top: 20px;
}
.hamburger-menu .menu-footer .btn {
  display: block;
  max-width: 240px;
  width: 100%;
  padding: 12px;
  margin: 0 auto 10px;
  font-size: 16px;
  text-align: center;
  border-radius: 25px;
  text-decoration: none;
  color: white;
}
.hamburger-menu .menu-footer .red {
  background: #d71618;
}
.hamburger-menu .menu-footer .gray {
  background: #595757;
}
.hamburger-menu .menu-footer .lang-switcher {
  margin-top: 36px;
  margin-bottom: 50px;
  font-size: 14px;
}
.hamburger-menu .menu-footer .lang-switcher .active {
  font-weight: bold;
  text-decoration: underline;
}

.mega-menu {
  position: fixed;
  top: 200px;
  background-color: #fffff9;
  width: 100%;
  height: 0px;
  max-height: 480px;
  z-index: 9999;
  -webkit-box-shadow: 0px 7px 10px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 7px 10px -5px rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.4s ease-out, height 0.4s ease-out;
  transition: grid-template-rows 0.4s ease-out, height 0.4s ease-out;
  transition: grid-template-rows 0.4s ease-out, height 0.4s ease-out, -ms-grid-rows 0.4s ease-out;
}
.mega-menu.open {
  grid-template-rows: 1fr;
  height: calc(100% - 200px);
  -webkit-transition: grid-template-rows 0.4s ease-out, height 0.4s ease-out;
  transition: grid-template-rows 0.4s ease-out, height 0.4s ease-out;
  transition: grid-template-rows 0.4s ease-out, height 0.4s ease-out, -ms-grid-rows 0.4s ease-out;
}
.mega-menu.open .mega-menu__inner {
  overflow-y: auto;
  opacity: 1;
  -webkit-transition: margin-top 0.4s ease-out, opacity 0.2s ease-out 0.2s, height 0.4s ease-out;
  transition: margin-top 0.4s ease-out, opacity 0.2s ease-out 0.2s, height 0.4s ease-out;
}
.mega-menu:hover {
  grid-template-rows: 1fr;
  height: calc(100% - 200px);
  -webkit-transition: margin-top 0.4s ease-out, opacity 0.2s ease-out 0s, height 0.4s ease-out;
  transition: margin-top 0.4s ease-out, opacity 0.2s ease-out 0s, height 0.4s ease-out;
}
.mega-menu:hover .mega-menu__inner {
  overflow-y: auto;
  opacity: 1;
  -webkit-transition: margin-top 0.4s ease-out, opacity 0.2s ease-out 0.2s, height 0.4s ease-out;
  transition: margin-top 0.4s ease-out, opacity 0.2s ease-out 0.2s, height 0.4s ease-out;
}
.mega-menu.is-scrolled {
  top: 80px;
  max-height: 580px;
  -webkit-transition: grid-template-rows 0.4s ease-out, padding-top 0.4s ease-out, height 0.4s ease-out;
  transition: grid-template-rows 0.4s ease-out, padding-top 0.4s ease-out, height 0.4s ease-out;
  transition: grid-template-rows 0.4s ease-out, padding-top 0.4s ease-out, height 0.4s ease-out, -ms-grid-rows 0.4s ease-out;
}
.mega-menu.is-scrolled .mega-menu__inner {
  margin-top: 0;
  -webkit-transition: margin-top 0.4s ease-out, opacity 0.2s ease-out 0s, height 0.4s ease-out;
  transition: margin-top 0.4s ease-out, opacity 0.2s ease-out 0s, height 0.4s ease-out;
}
.mega-menu.is-scrolled.open {
  padding-top: 100px;
  height: calc(100% - 80px);
  -webkit-transition: margin-top 0.4s ease-out, opacity 0.2s ease-out 0s, height 0.4s ease-out;
  transition: margin-top 0.4s ease-out, opacity 0.2s ease-out 0s, height 0.4s ease-out;
}
.mega-menu.is-scrolled.open .mega-menu__inner {
  margin-top: 0;
  overflow-y: auto;
  -webkit-transition: margin-top 0.4s ease-out, opacity 0.2s ease-out 0s, height 0.4s ease-out;
  transition: margin-top 0.4s ease-out, opacity 0.2s ease-out 0s, height 0.4s ease-out;
}
.mega-menu.is-scrolled:hover {
  padding-top: 100px;
  height: calc(100% - 80px);
  -webkit-transition: margin-top 0.4s ease-out, opacity 0.2s ease-out 0s, height 0.4s ease-out;
  transition: margin-top 0.4s ease-out, opacity 0.2s ease-out 0s, height 0.4s ease-out;
}
.mega-menu.is-scrolled:hover .mega-menu__inner {
  margin-top: 0;
  overflow-y: auto;
  -webkit-transition: margin-top 0.4s ease-out, opacity 0.2s ease-out 0s, height 0.4s ease-out;
  transition: margin-top 0.4s ease-out, opacity 0.2s ease-out 0s, height 0.4s ease-out;
}
.mega-menu.is-front {
  top: 120px;
  max-height: 540px;
  -webkit-transition: grid-template-rows 0.4s ease-out, padding-top 0.4s ease-out, height 0.4s ease-out;
  transition: grid-template-rows 0.4s ease-out, padding-top 0.4s ease-out, height 0.4s ease-out;
  transition: grid-template-rows 0.4s ease-out, padding-top 0.4s ease-out, height 0.4s ease-out, -ms-grid-rows 0.4s ease-out;
}
.mega-menu.is-front .mega-menu__inner {
  margin-top: 0;
  overflow-y: auto;
  -webkit-transition: margin-top 0.4s ease-out, opacity 0.2s ease-out 0s, height 0.4s ease-out;
  transition: margin-top 0.4s ease-out, opacity 0.2s ease-out 0s, height 0.4s ease-out;
}
.mega-menu.is-brand {
  top: 120px;
  max-height: 480px;
  -webkit-transition: grid-template-rows 0.4s ease-out, padding-top 0.4s ease-out, height 0.4s ease-out;
  transition: grid-template-rows 0.4s ease-out, padding-top 0.4s ease-out, height 0.4s ease-out;
  transition: grid-template-rows 0.4s ease-out, padding-top 0.4s ease-out, height 0.4s ease-out, -ms-grid-rows 0.4s ease-out;
}
.mega-menu.is-brand .mega-menu__inner {
  margin-top: 0;
  overflow-y: auto;
  -webkit-transition: margin-top 0.4s ease-out, opacity 0.2s ease-out 0s, height 0.4s ease-out;
  transition: margin-top 0.4s ease-out, opacity 0.2s ease-out 0s, height 0.4s ease-out;
}
.mega-menu.is-brand.open,
.mega-menu.is-front.open {
  padding-top: 60px;
  height: calc(100% - 120px);
  -webkit-transition: margin-top 0.4s ease-out, opacity 0.2s ease-out 0s, height 0.4s ease-out;
  transition: margin-top 0.4s ease-out, opacity 0.2s ease-out 0s, height 0.4s ease-out;
}
.mega-menu.is-brand.open .mega-menu__inner,
.mega-menu.is-front.open .mega-menu__inner {
  margin-top: 0;
  overflow-y: auto;
  -webkit-transition: margin-top 0.4s ease-out, opacity 0.2s ease-out 0s, height 0.4s ease-out;
  transition: margin-top 0.4s ease-out, opacity 0.2s ease-out 0s, height 0.4s ease-out;
}
.mega-menu.is-brand:hover,
.mega-menu.is-front:hover {
  padding-top: 60px;
  height: calc(100% - 120px);
  -webkit-transition: margin-top 0.4s ease-out, opacity 0.2s ease-out 0s, height 0.4s ease-out;
  transition: margin-top 0.4s ease-out, opacity 0.2s ease-out 0s, height 0.4s ease-out;
}
.mega-menu.is-brand:hover .mega-menu__inner,
.mega-menu.is-front:hover .mega-menu__inner {
  margin-top: 0;
  overflow-y: auto;
  -webkit-transition: margin-top 0.4s ease-out, opacity 0.2s ease-out 0s, height 0.4s ease-out;
  transition: margin-top 0.4s ease-out, opacity 0.2s ease-out 0s, height 0.4s ease-out;
}
.mega-menu.is-brand.is-scrolled,
.mega-menu.is-front.is-scrolled {
  top: 80px;
  -webkit-transition: grid-template-rows 0.4s ease-out, padding-top 0.4s ease-out, height 0.4s ease-out;
  transition: grid-template-rows 0.4s ease-out, padding-top 0.4s ease-out, height 0.4s ease-out;
  transition: grid-template-rows 0.4s ease-out, padding-top 0.4s ease-out, height 0.4s ease-out, -ms-grid-rows 0.4s ease-out;
}
.mega-menu.is-brand.is-scrolled .mega-menu__inner,
.mega-menu.is-front.is-scrolled .mega-menu__inner {
  margin-top: 0;
  overflow-y: auto;
  -webkit-transition: margin-top 0.4s ease-out, opacity 0.2s ease-out 0s, height 0.4s ease-out;
  transition: margin-top 0.4s ease-out, opacity 0.2s ease-out 0s, height 0.4s ease-out;
}
.mega-menu.is-brand.is-scrolled.open,
.mega-menu.is-front.is-scrolled.open {
  padding-top: 60px;
  height: calc(100% - 80px);
  -webkit-transition: margin-top 0.4s ease-out, opacity 0.2s ease-out 0s, height 0.4s ease-out;
  transition: margin-top 0.4s ease-out, opacity 0.2s ease-out 0s, height 0.4s ease-out;
}
.mega-menu.is-brand.is-scrolled.open .mega-menu__inner,
.mega-menu.is-front.is-scrolled.open .mega-menu__inner {
  margin-top: 0;
  overflow-y: auto;
  -webkit-transition: margin-top 0.4s ease-out, opacity 0.2s ease-out 0s, height 0.4s ease-out;
  transition: margin-top 0.4s ease-out, opacity 0.2s ease-out 0s, height 0.4s ease-out;
}
.mega-menu.is-brand.is-scrolled:hover,
.mega-menu.is-front.is-scrolled:hover {
  padding-top: 60px;
  height: calc(100% - 80px);
  -webkit-transition: margin-top 0.4s ease-out, opacity 0.2s ease-out 0s, height 0.4s ease-out;
  transition: margin-top 0.4s ease-out, opacity 0.2s ease-out 0s, height 0.4s ease-out;
}
.mega-menu.is-brand.is-scrolled:hover .mega-menu__inner,
.mega-menu.is-front.is-scrolled:hover .mega-menu__inner {
  margin-top: 0;
  overflow-y: auto;
  -webkit-transition: margin-top 0.4s ease-out, opacity 0.2s ease-out 0s, height 0.4s ease-out;
  transition: margin-top 0.4s ease-out, opacity 0.2s ease-out 0s, height 0.4s ease-out;
}

.mega-menu__inner {
  width: 100%;
  padding: 0 50px;
  margin: 0 auto;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: margin-top 0.4s ease-out, opacity 0.2s ease-out 0s, height 0.4s ease-out;
  transition: margin-top 0.4s ease-out, opacity 0.2s ease-out 0s, height 0.4s ease-out;
  height: 100%;
}

.mega-menu-content-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 80px;
  padding-bottom: 45px;
}

.mega-menu-content.--left {
  width: 220px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.mega-menu-content.--left .mega-menu__title {
  font-size: 24px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media (hover: hover) and (pointer: fine) {
  .mega-menu-content.--left .mega-menu__title a:hover {
    opacity: 0.7;
  }
}
.mega-menu-content.--left .mega-menu__title.--underline {
  padding-bottom: 36px;
  margin-bottom: 39px;
  border-bottom: 1px solid #585757;
}
.mega-menu-content.--left .mega-menu__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
}
.mega-menu-content.--left .mega-menu__menu-item {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  line-height: 1;
  letter-spacing: 0.08em;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .mega-menu-content.--left .mega-menu__menu-item:hover {
    opacity: 0.7;
  }
}
.mega-menu-content.--left .mega-menu__menu-item.--product,
.mega-menu-content.--left .mega-menu__menu-item.--brand {
  position: relative;
}
.mega-menu-content.--left .mega-menu__menu-item.--product::before,
.mega-menu-content.--left .mega-menu__menu-item.--product::after,
.mega-menu-content.--left .mega-menu__menu-item.--brand::before,
.mega-menu-content.--left .mega-menu__menu-item.--brand::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  background-color: #e60012;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.mega-menu-content.--left .mega-menu__menu-item.--product::after,
.mega-menu-content.--left .mega-menu__menu-item.--brand::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.mega-menu-content.--left .mega-menu__menu-item.--product.is-active,
.mega-menu-content.--left .mega-menu__menu-item.--brand.is-active {
  color: #e60012;
}
.mega-menu-content.--left .mega-menu__menu-item.--product.is-active::after,
.mega-menu-content.--left .mega-menu__menu-item.--brand.is-active::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}
.mega-menu-content.--right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 980px;
  width: 100%;
  grid-template-rows: 1fr;
}
.mega-menu-content.--right .mega-menu-links--wrapper {
  display: grid;
  grid-template-rows: 1fr;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.mega-menu-content.--right .mega-menu-links--wrapper.--hidden {
  grid-template-rows: 0fr;
  opacity: 0;
}
.mega-menu-content.--right .mega-menu-links--wrapper.--closing {
  grid-template-rows: 0fr;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.mega-menu-content.--right .mega-menu-links {
  display: grid;
  gap: 28px 10px;
  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out;
  overflow: hidden;
  grid-template-columns: repeat(auto-fit, 270px);
}
.mega-menu-content.--right .mega-menu-links.--product {
  grid-template-columns: repeat(auto-fit, 160px);
}
.mega-menu-content.--right .mega-menu-links.--product .image-area {
  width: 160px;
}
.mega-menu-content.--right .mega-menu-links.--hidden {
  grid-template-rows: 0fr;
  width: 100%;
  overflow: hidden;
  -webkit-animation: fadeOut 0.3s ease-in-out;
  animation: fadeOut 0.3s ease-in-out;
}
.mega-menu-content.--right .image-area {
  width: 270px;
}
.mega-menu-content.--right .image-area figcaption {
  font-size: 13px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  line-height: 21px;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 10px;
}
.mega-menu-content .mega-menu-content-link {
  -webkit-transition: opacity 0.18s ease-in-out;
  transition: opacity 0.18s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .mega-menu-content .mega-menu-content-link:hover {
    opacity: 0.7;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#pageBody {
  margin: -180px 0 0;
}

@media screen and (min-width: 768px) {
  #pageBody {
    margin: -320px 0 0;
  }
}

.oniku {
  font-family: var(--fontYu);
  line-height: 1.6;
  letter-spacing: 0.2em;
}

.oniku .fv__inner.inner {
  max-width: 1290px;
}

.oniku .breadcrumb {
  padding-bottom: 24px;
  color: #585757;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .oniku .breadcrumb {
    padding-top: 24px;
    padding-bottom: 40px;
  }
}

.oniku .inner {
  max-width: 1080px;
  padding-inline: 27.5px;
  margin-inline: auto;
}

.oniku h1,
h2,
h3,
h4 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
  letter-spacing: 0.2em;
}

.oniku .top-mv {
  /* background: url(../../../images/brand/kinokonooniku/topmv-bg.webp) no-repeat center / cover; */
  background: url(../../../images/brand/kinokonooniku/topmv-bg.webp) no-repeat center / cover;
  width: 100%;
  height: 680px;
}

.oniku .top-mv .top-mv__flex {
  display: flex;
  gap: 116px;
  justify-content: center;
  align-items: center;
  padding-inline: 20px;
  height: 100%;
}

.oniku .top-mv .top-mv__flex .top-mv__left {
  width: 671px;
  font-weight: 600;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.oniku .top-mv .top-mv__flex .top-mv__left p:first-child {
  color: #fff;
  font-size: 36px;
  letter-spacing: 0.08em;
}

.oniku .top-mv .top-mv__flex .top-mv__left p:last-child {
  color: #fff;
  font-size: 45px;
  letter-spacing: 0.08em;
}

.oniku .top-mv .top-mv__flex .top-mv__left p:last-child span {
  font-size: 28px;
  letter-spacing: 0.08em;
}

.oniku .top-mv .top-mv__flex .top-mv__left p:last-child span:last-child {
  font-size: 52px;
  font-style: italic;
  line-height: 1;
  letter-spacing: 0.08em;
}

.oniku .top-mv .top-mv__flex .top-mv__right {
  min-width: 450px;
  height: 428px;
  text-align: center;
  background: url(../../../images/brand/kinokonooniku/calender-bg.webp) no-repeat center / cover;
}

.oniku .top-mv .top-mv__flex .top-mv__right .calender {
  color: #e60012;
  height: 100%;
  font-weight: 600;
}

.oniku .top-mv .top-mv__flex .top-mv__right .calender .calender-contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 40px;
  padding-inline: 20px;
}

.oniku .top-mv .top-mv__flex .top-mv__right .calender .calender-catch {
  font-size: 24px;
  margin-bottom: 32px;
  letter-spacing: 0.08em;
}

.oniku .top-mv .top-mv__flex .top-mv__right .calender .calender-catch2 {
  font-size: 30px;
  background: #ffdddd;
  border-radius: 40px;
  width: 340px;
  padding: 2px;
}

.oniku .top-mv .top-mv__flex .top-mv__right .calender .calender-date {
  margin-top: -8px;
}

.oniku .top-mv .top-mv__flex .top-mv__right .calender .calender-date span:first-child {
  font-size: 120px;
  font-weight: 700;
}

.oniku .top-mv .top-mv__flex .top-mv__right .calender .calender-date span:last-child {
  font-size: 36px;
}

@media screen and (max-width: 1023px) {
  .oniku .top-mv {
    height: 390px;
    background: url(../../../images/brand/kinokonooniku/topmv-bg-sp.webp) no-repeat center / cover;
  }

  .oniku .top-mv .top-mv__flex {
    height: 100%;
    flex-direction: column;
    gap: 24px;
    padding-top: 0;
  }

  .oniku .top-mv .top-mv__flex .top-mv__left {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .oniku .top-mv .top-mv__flex .top-mv__left h1 {
    margin-bottom: 0;
  }

  .oniku .top-mv .top-mv__flex .top-mv__left h1 img {
    width: 296px;
    margin-bottom: 0;
  }

  .oniku .top-mv .top-mv__flex .top-mv__left p:first-child {
    font-size: 18px;
    letter-spacing: 0.08em;
    margin-bottom: 0;
  }

  .oniku .top-mv .top-mv__flex .top-mv__left p:last-child {
    font-size: 20.5px;
    letter-spacing: 0.08em;
  }

  .oniku .top-mv .top-mv__flex .top-mv__left p:last-child span {
    font-size: 16px;
  }

  .oniku .top-mv .top-mv__flex .top-mv__left p:last-child span:last-child {
    font-style: italic;
    font-size: 24px;
  }

  .oniku .top-mv .top-mv__flex .top-mv__right {
    background-size: contain;
    min-width: auto;
    height: 320px;
  }

  .oniku .top-mv .top-mv__flex .top-mv__right .calender .calender-contents {
    height: 100%;
    padding-inline: 20px;
    margin-top: 30px;
  }

  .oniku .top-mv .top-mv__flex .top-mv__right .calender .calender-catch {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .oniku .top-mv .top-mv__flex .top-mv__right .calender .calender-catch2 {
    font-size: 22px;
    width: 256px;
  }

  .oniku .top-mv .top-mv__flex .top-mv__right .calender .calender-date span:first-child {
    font-size: 88px;
  }

  .oniku .top-mv .top-mv__flex .top-mv__right .calender .calender-date span:last-child {
    font-size: 30px;
  }
}

.oniku .oniku-new-products {
  background-color: #fff;
  padding-top: 96px;

  @media screen and (max-width: 767px) {
    padding-top: 37px;
  }
}

.oniku .oniku-new-products .oniku-flex-contents {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}

.oniku .oniku-new-products .oniku-flex-contents .new-products__left {
  width: 660px;
}

.oniku .oniku-new-products .oniku-flex-contents .new-products__left h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 60px;

  @media screen and (max-width: 767px) {
    margin-bottom: 26px;
  }
}

.oniku .oniku-new-products .oniku-flex-contents .new-products__left h2 span {
  background-color: #e60012;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  padding-inline: 8px;
  font-family: var(--fontYu);

  @media screen and (max-width: 767px) {
    font-size: 21px;
    letter-spacing: 0.06em;
  }
}

.oniku .oniku-new-products .oniku-flex-contents .new-products__left .new-products__contents {
  padding: 31px;
  max-width: 596px;

  border: 1px solid #e60012;
  border-radius: 10px;

  @media screen and (max-width: 767px) {
    margin-inline: auto;
    padding: 25px 20px;
    border-radius: 6.67px;
  }
}

.oniku .oniku-new-products .oniku-flex-contents .new-products__left .new-products__catch {
  width: fit-content;
  color: #e60012;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
  letter-spacing: 0.08em;
  font-family: var(--fontYu);

  @media screen and (max-width: 767px) {
    font-size: 15px;
    width: 100%;
    text-align: center;
  }
}

.oniku .oniku-new-products .oniku-flex-contents .new-products__left .new-products__description {
  width: fit-content;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 2;
  font-family: var(--fontYu);
  font-feature-settings: "palt";

  @media screen and (max-width: 767px) {
    font-size: 12px;
  }
}

.oniku .oniku-new-products .oniku-flex-contents .new-products__right {
  width: 284px;

  @media screen and (max-width: 767px) {
    width: 170px;
  }

  img {
    width: 100%;
    aspect-ratio: 284 / 524;
  }
}

@media screen and (max-width: 959px) {
  .oniku .oniku-new-products .oniku-flex-contents {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .oniku .oniku-new-products .oniku-flex-contents .new-products__left {
    width: 100%;
  }

  .oniku .oniku-new-products .oniku-flex-contents .new-products__left .new-products__catch {
    /* font-size: 18px; */
    margin-bottom: 24px;
    text-align: center;
  }
}

.oniku .oniku-feature {
  background-color: #ffdddd;
  padding: 72px 0 72px;

  @media screen and (max-width: 767px) {
    padding: 40px 0 40px;
  }

  .oniku-feature__inner.inner {
    max-width: 1240px;
  }

  .oniku-feature__contents {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
  }

  .oniku-feature__content {
    max-width: 520px;
    width: 100%;
    height: 368px;
    border-radius: 10px;
    padding: 36px 40px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    @media screen and (max-width: 767px) {
      border-radius: 6.7px;
      max-width: calc(100% - 20px * 2);
      height: auto;
      padding: 24px 20px 16px;

      max-width: 600px;
    }

    &.--left {
      .oniku-feature-content__heading {
        margin-bottom: 40px;

        @media screen and (max-width: 767px) {
          margin-bottom: 16px;
        }
      }
    }

    &.--right {
      .oniku-feature-content__heading {
        margin-bottom: 36px;

        @media screen and (max-width: 767px) {
          margin-bottom: 20px;
        }
      }

      .oniku-feature-content__main {
        gap: 30px;

        @media screen and (max-width: 767px) {
          gap: 20px;
        }
      }

      .oniku-feature-content__image {
        width: 176px;
        height: 259px;

        @media screen and (max-width: 767px) {
          margin-top: 6px;
          width: 88px;
          height: 130px;
        }
      }

      .oniku-feature-content__body {
        align-items: flex-start;
        gap: 0;

        p {
          text-align: left;

          @media screen and (max-width: 767px) {
            margin-bottom: 6px;
          }
        }

        .oniku-feature-content__description {
          font-feature-settings: normal;
          & > p {
            /* text-align: center; */
            font-size: 19px;
            font-weight: 700;
            line-height: 33px;
            letter-spacing: 0.08em;

            @media screen and (max-width: 767px) {
              font-size: 10px;
              line-height: 1.5;
              text-align: left;
            }

            span {
              color: #e60012;
            }

            & > span:last-of-type {
              font-family: var(--fontYu);
              font-weight: 600;
              font-size: 14px;
              line-height: 24px;
              letter-spacing: 0.08em;
              color: #000;

              @media screen and (max-width: 767px) {
                margin-top: 6px;
                font-size: 9px;
                line-height: 1.7;
                display: inline-block;
              }
            }
          }
        }
      }
    }
  }

  .oniku-feature-content__heading {
    width: 100%;
    padding-bottom: 28px;
    border-bottom: 1px solid #e60012;

    h3 {
      text-align: center;
      font-size: 28px;
      line-height: 30px;
      letter-spacing: 0.08em;
      color: #e60012;

      @media screen and (max-width: 767px) {
        font-size: 16px;
        line-height: 1;
      }
    }

    @media screen and (max-width: 767px) {
      padding-bottom: 16px;
    }
  }

  .oniku-feature-content__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 13px;

    & > p {
      text-align: center;
      font-size: 19px;
      font-weight: 700;
      line-height: 33px;
      letter-spacing: 0.08em;

      @media screen and (max-width: 767px) {
        font-size: 12px;
        line-height: 1.6;
      }

      span {
        color: #e60012;
      }
    }
  }

  .oniku-feature-content__main {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;

    @media screen and (max-width: 767px) {
      gap: 13px;
      align-items: flex-start;
    }
  }

  .oniku-feature-content__image {
    width: 180px;
    height: 180px;
    flex-shrink: 0;

    @media screen and (max-width: 767px) {
      width: 98px;
      height: 98px;
    }

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }

  .oniku-feature-content__description {
    p:first-child {
      border-radius: 10px;
      padding: 23px 15px;
      background-color: #fafafa;
      font-size: 19px;
      font-weight: 700;
      line-height: 28px;
      letter-spacing: 0.08em;
      font-feature-settings: normal;

      @media screen and (max-width: 767px) {
        border-radius: 6.67px;
        padding: 11px 10px 11px 10px;
        font-size: 10px;
        font-weight: 700;
        line-height: 1.7;
      }

      span {
        color: #e60012;
      }
    }

    p:last-child {
      font-family: var(--fontYu);
      margin-top: 12px;
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 0.08em;
      text-align: right;

      @media screen and (max-width: 767px) {
        margin-top: 6px;
        font-size: 10px;
      }
    }
  }
}

.oniku .oniku-feature h2 {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 65px;
  font-family: var(--fontYu);

  @media screen and (max-width: 767px) {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.oniku .oniku-line-up {
  margin-top: 0 !important;
  @media screen and (max-width: 767px) {
  }

  .oniku-line-up-head {
    padding-block: 71px 82px;
    background-color: #e60012;

    @media screen and (max-width: 1023px) {
      padding-block: 34px 41px;
    }
  }

  .oniku-line-up-head__inner.inner {
    max-width: 1320px;

    @media screen and (max-width: 1023px) {
      padding-inline: 27px;
    }
  }

  .oniku-line-up__heading {
    color: #fff;
    text-align: center;
    margin-bottom: 60px;

    @media screen and (max-width: 1023px) {
      margin-bottom: 29px;
    }

    h2 {
      font-size: 32px;
      line-height: 1;
      letter-spacing: 0.08em;
      margin-bottom: 40px;
      font-weight: 700;

      @media screen and (max-width: 1023px) {
        font-size: 18px;
        margin-bottom: 20px;
      }
    }

    p {
      font-weight: 700;
      font-size: 16px;
      letter-spacing: 0.08em;

      @media screen and (max-width: 1023px) {
        font-size: 12px;
      }
    }
  }

  .oniku-line-up__body {
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, 249px);
    justify-content: center;
    /* display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; */
    gap: 18px;

    @media screen and (max-width: 767px) {
      grid-template-columns: repeat(auto-fit, 153px);
      /* grid-template-columns: repeat(2, 1fr); */
      /* width: fit-content; */
      gap: 10px;
    }

    li {
      background-color: #fff;
      width: 250px;
      height: 300px;
      border-radius: 10px;
      box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);

      @media screen and (max-width: 767px) {
        width: 154px;
        height: 70px;
        border-radius: 6.67px;

        &:first-child a {
          padding-block: 21px 10px;
          height: calc(100% - 21px - 10px);
        }

        .oniku-line-up__image {
          display: none;
        }
      }
    }

    &.--flex {
      margin-top: 56px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
    }
  }

  .oniku-line-up__link {
    width: 100%;
    height: calc(100% - 32px - 10px);
    padding-block: 32px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

    @media screen and (max-width: 767px) {
      padding-block: 10px 10px;
      height: calc(100% - 10px - 10px);
    }

    p {
      text-align: center;
      font-size: 16px;
      color: #000;
      font-weight: 700;
      line-height: 23px;
      letter-spacing: 0.08em;
      font-feature-settings: "palt";

      @media screen and (max-width: 767px) {
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 0;
      }
    }
  }

  .oniku-line-up__image {
    width: 119px;
    height: 179px;
    transition: transform 0.3s;

    @media (hover: hover) and (pointer: fine) {
      &:hover {
        transform: scale(1.1);
      }
    }

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
}

/* .oniku .oniku-lineup h2::before {
  content: "";
  display: inline-block;
  background: url(../../../images/brand/kinokonooniku/diagonal-line-left.webp) no-repeat center / cover;
  width: 58px;
  height: 98px;
}

.oniku .oniku-lineup h2::after {
  content: "";
  display: inline-block;
  background: url(../../../images/brand/kinokonooniku/diagonal-line-right.webp) no-repeat center / cover;
  width: 58px;
  height: 98px;
} */

.oniku .oniku-lineup .oniku-dishs__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  position: relative;
  margin-bottom: 64px;
}

.oniku .oniku-lineup .oniku-dishs__wrap::before {
  content: "";
  display: block;
  background: url(../../../images/brand/kinokonooniku/coming-soon.webp) no-repeat center / cover;
  width: 638px;
  height: 71px;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.oniku .oniku-line-up__body {
  margin-top: 101px;

  @media screen and (max-width: 1023px) {
    margin-top: 29px;
  }

  .oniku-line-up__inner.inner {
    max-width: 1240px;
    width: 100%;
  }

  .oniku-line-up-item__wrapper {
    margin-bottom: 40px;
    border: 2px solid #efefef;
    border-radius: 10px;

    & > .oniku-line-up__item {
      padding: 60px 40px 0;
      width: calc(100% - 40px * 2);

      @media screen and (max-width: 1023px) {
        padding: 25px 25px 0;
        width: calc(100% - 25px * 2);
      }

      &.--large {
        gap: 128px;

        @media screen and (max-width: 1023px) {
          gap: 50px;
        }

        @media screen and (max-width: 767px) {
          gap: 26px;
        }
      }
    }

    & > .oniku-line-up__gray-area {
      border-radius: 0 0 10px 10px;
      /* border: 2px solid #f6f6f6; */
      margin-bottom: 0;
      border: none;
    }
  }

  .oniku-line-up__item {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;

    @media screen and (max-width: 959px) {
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    &.--large {
      gap: 167px;

      @media screen and (max-width: 1023px) {
        gap: 50px;
      }

      @media screen and (max-width: 767px) {
        gap: 26px;
        flex-direction: column;

        h3 {
          text-align: center;
          font-size: 21px;
          line-height: 30px;
          margin-bottom: 26px;
          font-feature-settings: "palt";
        }

        .oniku-line-up__matrix-title {
          text-align: left;
          font-weight: 700;
        }

        p {
          font-size: 10px;
          text-align: center;
        }
      }

      .oniku-line-up-item__image {
        width: 245px;
        height: 367px;

        @media screen and (max-width: 767px) {
          width: 128px;
          height: 192px;
        }
      }

      .oniku-line-up__notice {
        span::before {
          content: "※";
        }
      }
    }

    &.--center {
      gap: 79px;
      align-items: center;
      margin-bottom: 0;

      @media screen and (max-width: 767px) {
        gap: 26px;
      }

      h3 {
        margin-bottom: 32px;

        span {
          font-weight: 700;
        }

        @media screen and (max-width: 767px) {
          font-size: 21px;
          margin-bottom: 16px;
          text-align: center;

          span {
            font-size: 12px;
            margin-top: 0;
            font-weight: 700;
          }
        }
      }

      p {
        margin-bottom: 32px;
        font-size: 18px;
        text-align: center;

        @media screen and (max-width: 767px) {
          margin-bottom: 16px;
          font-size: 10px;
        }
      }

      dl:last-child {
        margin-bottom: 0;
      }

      .oniku-line-up-item__image {
        margin-top: -48px;
        width: 404px;
        height: 274px;

        @media screen and (max-width: 767px) {
          margin-top: 0;
          width: 301px;
          height: 202px;
        }
      }
    }

    & + .oniku-line-up-item__wrapper {
      margin-top: 62px;

      @media screen and (max-width: 767px) {
        margin-top: 26px;
      }
    }
  }

  .oniku-line-up-item__image {
    flex-shrink: 0;

    img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
  }

  .oniku-line-up-item__content {
    @media screen and (max-width: 767px) {
      margin-bottom: 16px;
    }
    @media screen and (min-width: 768px) {
      max-width: initial;
      width: 100%;
    }

    @media screen and (min-width: 960px) {
      max-width: 740px;
      margin-bottom: 50px;
    }

    h3 {
      margin-bottom: 40px;
      font-size: 36px;
      font-weight: 700;
      line-height: 1.4;
      letter-spacing: 0.08em;

      @media screen and (max-width: 767px) {
        text-align: center;
      }

      span {
        display: inline-block;
        margin-top: 12px;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.08em;
      }
    }

    p {
      margin-bottom: 40px;
      font-size: 18px;
      font-weight: 500;
      line-height: 2;
      letter-spacing: 0.08em;

      &:first-of-type {
        font-weight: 700;
        text-align: left;

        @media screen and (max-width: 767px) {
          text-align: center;
        }
      }
    }

    p + dl,
    h3 + dl {
      border-top: 1px solid #efefef;
    }

    dl {
      width: 100%;
      display: flex;
      align-items: flex-start;
      padding-block: 16px;

      border-bottom: 1px solid #efefef;

      @media screen and (max-width: 767px) {
        padding-block: 10px;
      }

      &:has(+ p) {
        margin-bottom: 31px;

        @media screen and (max-width: 767px) {
          margin-bottom: 12px;
        }
      }

      dt {
        width: 160px;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.7;
        letter-spacing: 0.08em;
        flex-shrink: 0;

        @media screen and (max-width: 767px) {
          width: 90px;
          font-size: 10px;
        }
      }

      dd {
        font-family: var(--fontYu);
        max-width: 580px;
        font-weight: 600;
        font-size: 16px;
        line-height: 1.7;
        letter-spacing: 0.08em;
        @media screen and (max-width: 767px) {
          font-size: 10px;
        }
      }
    }
  }

  p.oniku-line-up__matrix-title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 23px;

    @media screen and (max-width: 767px) {
      font-size: 10px;
      margin-bottom: 16px;
    }

    &:has(+ table) {
      margin-bottom: 16px;
      text-align: left;
    }
  }

  .oniku-line-up__matrix {
    width: 100%;
    margin-bottom: 20px;

    border-collapse: separate;
    border-spacing: 0; /* セル間の隙間をなくす */
    border-radius: 10px;
    overflow: hidden; /* 角を切り取る */
    border: 2px solid #efefef;

    @media screen and (max-width: 767px) {
      border-radius: 6.67px;
      border-width: 1px;
      margin-bottom: 0;
    }

    tbody {
      width: 100%;

      tr th,
      tr td {
        width: calc(100 / 8 * 1%);
        text-align: center;
        border-right: 1px solid #efefef;

        &:last-child {
          border-right: none;

          @media screen and (max-width: 767px) {
            border-right: 1px solid #efefef;
            border-bottom: none;

            &:nth-of-type(odd):nth-last-child(2) {
              border-bottom: none;
            }
          }
        }
      }

      tr th {
        border-bottom: none;
        padding-block: 29px 16px;
        border-bottom: 1px solid #efefef;
        font-weight: 700;
        letter-spacing: 0.08em;

        @media screen and (max-width: 767px) {
          padding-block: 13px 10px;
        }
      }

      tr td {
        font-family: var(--fontYu);
        padding-block: 16px 23px;
        border-bottom-width: 2px;
        font-weight: 600;
      }

      @media screen and (max-width: 767px) {
        tr {
          display: flex;
          flex-wrap: wrap;

          @media screen and (max-width: 767px) {
            &:last-child {
              display: none;
            }
          }

          th {
            width: calc(50% - 13px);
            text-align: left;
            padding-left: 12px;

            display: flex;
            justify-content: flex-start;
            align-items: center;
            gap: 12px;
            font-size: 10px;

            &:nth-of-type(2n) {
              border-right: none;
            }
          }
        }
      }
    }
  }

  p.oniku-line-up__notice {
    margin-bottom: 43px;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.08em;

    @media screen and (max-width: 767px) {
      font-size: 10px;
    }

    & > span {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      text-align: left;
      font-family: var(--fontKozuka);

      @media screen and (max-width: 767px) {
        font-size: 10px;
      }
    }

    & > span::before {
      content: "※";
      font-family: var(--fontKozuka);

      @media screen and (max-width: 767px) {
        font-size: 10px;
      }
    }

    & > span:last-child {
      flex-shrink: 0;

      @media screen and (max-width: 1023px) {
        align-self: flex-end;
      }
    }

    & > span:last-child::before {
      display: none;
    }

    & > span:last-child:nth-of-type(1) {
      margin-top: 15px;
    }

    & > span:last-child:nth-of-type(1)::before {
      display: block;
    }

    & > p {
      margin-bottom: 0;
    }

    &.--flex {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: 20px;
      margin-bottom: 0;

      @media screen and (max-width: 1023px) {
        flex-direction: column-reverse;
        gap: 10px;
      }
    }
  }

  .oniku-line-up__gray-area {
    background-color: #f6f6f6;
    width: calc(100% - 38px * 2);
    border-radius: 10px;
    padding: 38px;
    margin-bottom: 79px;
    border: 2px solid #efefef;

    @media screen and (max-width: 767px) {
      /* width: calc(100% - 30px * 2); */
      width: auto;
      border-radius: 6.67px;
      padding: 30px;
      margin-bottom: 40px;
    }
  }

  .oniku-line-up-gray-area__heading {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 21px;
    margin-bottom: 32px;

    p {
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 0.08em;
      font-feature-settings: "palt";

      @media screen and (max-width: 767px) {
        font-size: 12px;
        text-align: center;
      }
    }

    @media screen and (max-width: 767px) {
      /* flex-wrap: wrap; */
      flex-direction: column;
    }
  }

  .oniku-line-up-gray-area__title {
    width: 120px;
    height: 40px;
    background-color: #e60012;
    color: #fff;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.06em;
    display: grid;
    place-items: center;

    @media screen and (max-width: 767px) {
      width: 80px;
      height: 25px;
      font-size: 12px;
      border-radius: 13px;
    }

    &.--orange {
      background-color: #ef5c2f;
    }

    &.--orange2 {
      background-color: #ff9824;
    }

    &.--aqua {
      background-color: #1ab6d4;
    }

    &.--brown {
      background-color: #9f774b;
    }
  }

  .oniku-line-up-gray-area__body {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;

    @media screen and (max-width: 767px) {
      flex-wrap: wrap;
      align-items: center;
      gap: 24px;
    }

    & + .oniku-line-up-gray-area__text-contents {
      margin-top: 35px;
    }
  }

  .how-to-eat__item {
    max-width: 360px;
    width: 100%;

    &:has(> .how-to-eat-image__wrapper) {
      max-width: initial;

      .how-to-eat-image__wrapper {
        max-width: 560px;
        height: 360px;
        overflow: hidden;

        @media screen and (max-width: 767px) {
          border-radius: 6.67px;
          height: 202px;
          margin-bottom: 15px;
        }

        border-radius: 10px;
        margin-bottom: 25px;

        .how-to-eat__image {
          width: 100%;
          height: 100%;
          margin-bottom: 0;
          border-radius: 0;

          img {
            width: 100%;
            height: 100%;
            object-fit: cover;
          }
        }
      }

      .how-to-eat__text {
        font-weight: 600;
      }
    }

    @media screen and (max-width: 767px) {
      &:has(> .how-to-eat-image__wrapper) {
        max-width: initial;

        .how-to-eat-image__wrapper {
          border-radius: 6.67px;
          height: 202px;
          margin-bottom: 15px;
        }

        .how-to-eat__text {
          font-size: 12px;
          line-height: 2;
        }
      }
    }
  }

  .oniku-line-up-gray-area__text-contents {
    padding: 36px 40px;
    border: 1px solid #000;
    border-radius: 10px;

    @media screen and (max-width: 767px) {
      padding: 18px 20px;
      border-radius: 6.67px;
      border-width: 1px;
    }

    p {
    }

    p span {
      display: inline-block;
      font-size: 16px;
      line-height: 2;
      font-weight: 600;
      letter-spacing: 0.08em;
      font-feature-settings: normal;

      & + & {
        margin-top: 4px;
      }

      @media screen and (max-width: 767px) {
        font-size: 9px;
      }
    }
  }

  .how-to-eat__image {
    width: 100%;
    height: 280px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 24px;

    @media screen and (max-width: 767px) {
      border-radius: 6.67px;
      width: 100%;
      height: 201px;
      margin-bottom: 15px;
    }

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }

  .how-to-eat__title {
    font-family: var(--fontKozuka) !important;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 30px;

    @media screen and (max-width: 767px) {
      font-size: 12px;
      line-height: 1.5;
      margin-bottom: 4px;
    }
  }

  .how-to-eat__text {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 2;
    font-feature-settings: "palt";

    @media screen and (max-width: 767px) {
      font-size: 12px;
    }
  }

  #maitake-gohan {
    margin-top: 80px;
  }
}

.arrange-recipe {
  width: 100%;
  height: 610px;
  background-color: #e60012;
  padding-top: 97px;
  position: relative;

  @media screen and (max-width: 959px) {
    height: 305px;
    padding-top: 46px;
  }

  .arrange-recipe__title {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #fff;
    text-align: center;

    @media screen and (max-width: 959px) {
      font-size: 18px;
    }
  }

  .arrange-recipe__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #fff;
    text-transform: uppercase;

    @media screen and (max-width: 959px) {
      font-size: 12px;
    }
  }
}

.coming-soon__catch {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  color: #e60012;
  letter-spacing: 0.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  white-space: nowrap;
  padding-bottom: 100px;
  padding-inline: 20px;
}

.coming-soon__catch::before {
  content: "";
  display: block;
  border-top: 1px solid #e60012;
  width: 380px;
}

.coming-soon__catch::after {
  content: "";
  display: block;
  border-top: 1px solid #e60012;
  width: 380px;
}

@media screen and (max-width: 959px) {
  .oniku .oniku-lineup {
    padding: 48px 0 48px;
  }

  .oniku .oniku-lineup h2 {
    font-size: 18px;
    margin-bottom: 40px;
    gap: 8px;
  }

  .oniku .oniku-lineup h2::before {
    width: 42px;
    height: 72px;
  }

  .oniku .oniku-lineup h2::after {
    width: 42px;
    height: 72px;
  }

  .lineup-comingSoon {
    margin-bottom: 40px;
  }

  .oniku .oniku-lineup .oniku-dishs__wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    margin-bottom: 40px;
  }

  .oniku .oniku-lineup .oniku-dishs__wrap::before {
    display: none;
  }

  .oniku .oniku-lineup .oniku-dishs__wrap .oniku-dishs {
    background: #fff;
    border-radius: 10px;
    height: auto;
    padding: 24px 20px;
  }

  .oniku .oniku-lineup .oniku-dishs__wrap .oniku-dishs h3 {
    font-size: 18px;
    margin-bottom: 16px;
    min-height: auto;
    margin-top: 0;
  }

  .oniku .oniku-lineup .oniku-dishs__wrap .oniku-dishs h3 span {
    font-size: 12px;
  }

  .oniku .oniku-lineup .oniku-dishs__wrap .oniku-dishs p {
    font-size: 14px;
  }

  .coming-soon__catch {
    font-size: 20px;
    gap: 24px;
    padding-bottom: 48px;
  }
}

/* フェードインアニメーション */
.oniku-js-animation {
  visibility: hidden;
  opacity: 0;
  transition: all 1s;
  transform: translateY(50px);
}

.oniku-js-animation.is-show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

/* スライドインアニメーション */
.oniku-animation__slide {
  opacity: 0;
  transform: translateX(-180px);
}

.oniku-animation__slide.is-slide {
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.oniku-animation__slide:nth-child(1) {
  animation-delay: 0s;
  /* 最初の要素は即座に */
}

.oniku-animation__slide:nth-child(2) {
  animation-delay: 0.9s;
  /* 次の要素は0.5秒後に */
}

.oniku-animation__slide:nth-child(3) {
  animation-delay: 1.8s;
  /* 最後の要素は1秒後に */
}

@keyframes slideIn {
  0% {
    transform: translateX(-180px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
  }

  40%,
  100% {
    opacity: 1;
  }
}

/* ポップアップアニメーション */
.oniku-animation__popup {
  opacity: 0;
}

.oniku-animation__popup.is-popup {
  animation: popup 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 2.6s;
}

@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }

  100% {
    transform: translateY(0) scale(1);
  }

  80%,
  100% {
    opacity: 1;
  }
}

/* フッター */

/* フッター */
.footer {
  padding: 46px 0 50px;
  padding: 2.875rem 0 3.125rem;
  background-image: url("../images/common/footer-bg_sp.webp");
  background-size: 23.4375rem 55.4375rem;
  background-position: center bottom;
  background-repeat: repeat-x;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 13rem 0 3.875rem;
    background-image: url("../images/common/footer-bg.webp");
    background-size: 46rem 71.1875rem;
    background-position: center bottom;
    background-repeat: repeat-x;
    background-color: #fff;
  }
}
.footer .to-top-link {
  width: 80px;
  height: 80px;
  border-radius: 10px 0 0 10px;
  position: fixed;
  bottom: 120px;
  right: 0;
  z-index: 1000;
  display: none;
}
@media screen and (max-width: 767px) {
  .footer .to-top-link {
    width: 60px;
    height: 60px;
    bottom: 50px;
  }
}
.footer .footer__inner {
  margin: 0 auto;
  padding: 0 46px;
  padding: 0 2.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1269px;
  max-width: 79.3125rem;
}
.footer .footer__contents {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .footer .footer__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4.125rem 0.78125rem;
  }
}
.footer .footer-nav {
  width: 100%;
  border-bottom: 1px solid #e60012;
}
@media screen and (min-width: 768px) {
  .footer .footer-nav {
    max-width: 24rem;
    width: 100%;
    border: none;
  }
}
.footer .footer-nav.--global {
  margin: 27px 0 0;
  margin: 1.6875rem 0 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px 27px;
  gap: 0.5rem 1.6875rem;
}
.footer .footer-nav.--global .footer-nav-item {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .footer .footer-nav.--global {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer .footer-nav.--global .footer-nav-item {
    font-size: 1rem;
  }
}
.footer .footer-nav__heading {
  padding: 24px 0 19px;
  padding: 1.5rem 0 1.1875rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (hover: hover) and (pointer: fine) {
  .footer .footer-nav__heading:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .footer .footer-nav__heading {
    padding: 0 0 1.25rem;
  }
}
.footer .footer-nav__heading.opened .footer-nav-heading__button > span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.footer .footer-nav-heading__item {
  font-family: "fot-cezanne-pron", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #e60012;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .footer .footer-nav-heading__item {
    font-size: 1.25rem;
  }
}
.footer .footer-nav-heading__button {
  position: relative;
  margin: 0 10px 0 0;
  margin: 0 0.625rem 0 0;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .footer .footer-nav-heading__button {
    display: none;
  }
}
.footer .footer-nav-heading__button span {
  position: absolute;
  background-color: #e60012;
  width: 15px;
  width: 0.9375rem;
  height: 2px;
  height: 0.125rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.footer .footer-nav-heading__button span:nth-child(2) {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.footer .footer-nav__body {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: grid-template-rows 0.3s ease-out, opacity 0.3s ease-out, padding 0.3s ease;
  transition: grid-template-rows 0.3s ease-out, opacity 0.3s ease-out, padding 0.3s ease;
  transition: grid-template-rows 0.3s ease-out, opacity 0.3s ease-out, padding 0.3s ease, -ms-grid-rows 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  .footer .footer-nav__body {
    grid-template-rows: 1fr;
    opacity: 1;
  }
}
.footer .footer-nav__body.opened {
  grid-template-rows: 1fr;
  opacity: 1;
  padding: 0 0 20px;
  padding: 0 0 1.25rem;
}
.footer .footer-nav-list {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
  gap: 0.5rem;
}
.footer .footer-nav-item {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "fot-cezanne-pron", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .footer .footer-nav-item {
    font-size: 1rem;
  }
}
.footer .footer-nav-item.--extra::after {
  content: "";
  display: inline-block;
  background-image: url("../images/common/extra-link.webp");
  background-size: contain;
  margin-left: 2px;
  margin-left: 0.125rem;
  width: 8px;
  height: 8px;
}
@media screen and (min-width: 768px) {
  .footer .footer-nav-item.--extra::after {
    margin-left: 0.25rem;
    width: 12px;
    height: 12px;
  }
}
.footer .footer-bottom-contents {
  margin-top: 46px;
  margin-top: 2.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 22px;
  gap: 1.375rem;
}
@media screen and (min-width: 768px) {
  .footer .footer-bottom-contents {
    -ms-flex-item-align: end;
    align-self: flex-end;
    gap: 0.875rem;
  }
}
.footer .footer-logo {
  width: 229px;
  width: 14.3125rem;
  height: 27px;
  height: 1.6875rem;
}
.footer .footer-logo img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .footer .footer-logo {
    width: 21.5625rem;
    height: 2.5625rem;
  }
}
.footer .footer-copy {
  font-size: 8px;
  font-size: 0.5rem;
}
@media screen and (min-width: 768px) {
  .footer .footer-copy {
    font-size: 0.875rem;
  }
}

.header__button.--gray::after {
  display: none;
}

body.no-scroll {
  overflow: hidden !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

.header-button {
  border: none;
  background: none;
}

.footer .footer-nav-heading__button {
  border: none;
  background: none;
}
