/* ヘッダー */
/* ヘッダー */
.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;
  }
}
/* フッター */
.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;
  }
}
/* 
.mega-menu {
  display: none;
} */
.breadcrumb {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.breadcrumb.--hidden {
  opacity: 0;
}
