/*
Theme Name: KACHINA 2nd Tokyo
Theme URI: 
Description: KACHINA 2nd Tokyo Original Theme
Version: 1.0
Author: Morichika Design Studio
Author URI: https://morichikadesignstudio.com/
*/
body {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  color: #E5DDCF;
  font-style: normal;
  font-size: 14px;
  line-height: 2.2em;
  background: url(./assets/bg.webp) repeat-y #000;
  background-size: 100% auto;
}
body:not(.page-id-13) .grecaptcha-badge {
  display: none;
}

img, object, video {
  max-width: 100%;
  height: auto;
}

.header {
  display: flex;
  justify-content: space-between;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  box-sizing: border-box;
  padding: 16px 40px;
  gap: 32px;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .header {
    padding: 16px 20px 16px 8px;
    gap: 16px;
  }
}
.header__logo {
  font-style: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  transition: opacity 0.2s;
}
@media screen and (max-width: 1200px) {
  .header__logo {
    max-width: 210px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    max-width: 260px;
  }
}
.header__nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  gap: 32px;
  margin-left: auto;
  transition: opacity 0.2s;
}
@media screen and (max-width: 1200px) {
  .header__nav {
    gap: 8px;
  }
}
@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header__nav.active {
  opacity: 0;
  pointer-events: none;
}
.header__nav__item {
  color: #FAF7F2;
  font-family: "EB Garamond";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  letter-spacing: 2px;
}
@media screen and (max-width: 1200px) {
  .header__nav__item {
    font-size: 14px;
    line-height: 1em;
  }
}
.header__nav__item a:link, .header__nav__item a:visited, .header__nav__item a:hover, .header__nav__item a:active {
  text-decoration: none;
  color: #FAF7F2;
}
.header__btn {
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  z-index: 9999;
}
.header__btn span {
  display: block;
  font-size: 0;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.header__btn span:after {
  content: "";
  width: 30px;
  height: 1px;
  background: #FAF7F2;
  display: block;
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% + 10px);
  transition: transform 0.3s;
}
.header__btn span:before {
  content: "";
  width: 30px;
  height: 1px;
  background: #FAF7F2;
  display: block;
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 10px);
  transition: transform 0.3s;
}
.header__btn:after {
  content: "";
  width: 30px;
  height: 1px;
  background: #FAF7F2;
  display: block;
  position: absolute;
  left: calc(50% - 15px);
  top: 50%;
}
.header__btn.active span:after {
  top: 50%;
  transform: rotate(-45deg);
}
.header__btn.active span:before {
  top: 50%;
  transform: rotate(45deg);
}
.header__btn.active:after {
  display: none;
}

.drawer {
  width: 100%;
  height: 100dvh;
  position: fixed;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0;
  pointer-events: none;
  z-index: 9998;
  transition: opacity 0.3s;
}
.drawer.active {
  opacity: 1;
  pointer-events: inherit;
}
.drawer__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.drawer__nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
  gap: 40px;
  width: 100%;
  max-width: 640px;
}
.drawer__nav__item {
  margin: 0;
  padding: 0;
  width: 100%;
}
.drawer__nav__item a {
  display: block;
  color: #FAF7F2;
  font-family: "EB Garamond";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  letter-spacing: 2px;
}
.drawer__nav__item a:link, .drawer__nav__item a:visited, .drawer__nav__item a:hover, .drawer__nav__item a:active {
  text-decoration: none;
  color: #FAF7F2;
}

.mv {
  width: 100%;
  height: 100svh;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  padding: 60px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .mv {
    padding: 40px 20px;
    position: relative;
  }
  .mv:after {
    content: "";
    width: 100%;
    height: 60%;
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
    z-index: 1;
  }
}
.mv__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1224px;
}
.mv__image {
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.mv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv__text {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .mv__text {
    gap: 16px;
  }
}
.mv__title-en {
  color: #FAF7F2;
  font-family: "EB Garamond";
  font-size: 88px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 90px */
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .mv__title-en {
    font-size: 64px;
    line-height: 1em;
  }
}
@media screen and (max-width: 768px) {
  .mv__title-en {
    font-size: 36px;
    line-height: 1em;
  }
}
.mv__title-jp {
  color: #F2DCB6;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5em;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .mv__title-jp {
    font-size: 18px;
    line-height: 1.5em;
  }
}
.mv__desc {
  width: 100%;
  max-width: 392px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .mv__desc {
    display: none;
  }
}

.btn--a {
  display: flex;
  width: 100%;
  max-width: 220px;
  justify-content: space-between;
  align-items: center;
  border-radius: 40px;
  background: linear-gradient(90deg, #A93F0A 0%, #E37C00 100%);
  padding: 12px 24px;
  box-sizing: border-box;
  line-height: 1em;
  font-weight: 500;
  border: none;
  color: #FAF7F2;
  cursor: pointer;
  transition: filter 0.3s;
}
@media screen and (max-width: 768px) {
  .btn--a {
    max-width: 280px;
  }
}
@media (hover: hover) {
  .btn--a:hover {
    filter: brightness(1.5);
  }
  .btn--a:hover:after {
    animation: arrow 0.6s ease-in-out;
  }
}
.btn--a:link, .btn--a:visited, .btn--a:hover, .btn--a:active {
  text-decoration: none;
  color: #FAF7F2;
}
.btn--a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #FAF7F2;
  border-right: 1px solid #FAF7F2;
  transform: rotate(45deg);
}
.btn--b {
  display: flex;
  width: 100%;
  max-width: 220px;
  justify-content: space-between;
  align-items: center;
  border-radius: 40px;
  padding: 12px 24px;
  box-sizing: border-box;
  line-height: 1em;
  font-weight: 500;
  border: 1px solid #E5DDCF;
  color: #E5DDCF;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .btn--b {
    max-width: 280px;
  }
}
.btn--b:link, .btn--b:visited, .btn--b:hover, .btn--b:active {
  text-decoration: none;
  color: #E5DDCF;
}
@media (hover: hover) {
  .btn--b:hover:after {
    animation: arrow 0.6s ease-in-out;
  }
}
.btn--b:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #E5DDCF;
  border-right: 1px solid #E5DDCF;
  transform: rotate(45deg);
}

p {
  margin: 0;
}
p:not(:last-child) {
  margin-bottom: 1em;
}

.sec {
  padding: 120px 60px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .sec {
    padding: 60px 30px;
  }
}
.sec__title {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sec__title--center {
  text-align: center;
  gap: 8px;
}
.sec__title-s {
  color: #FAF7F2;
  font-family: "EB Garamond";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 15.4px */
  margin: 0;
  padding: 0;
}
.sec__title-xs {
  color: #E5DDCF;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 21.6px */
}
.sec__title-en {
  color: #FAF7F2;
  font-family: "EB Garamond";
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 61.6px */
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .sec__title-en {
    font-size: 32px;
    line-height: 1.1em;
  }
}
.sec__title-jp {
  color: #F2DCB6;
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 43.2px */
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .sec__title-jp {
    font-size: 18px;
    line-height: 1.8em;
  }
}
.sec__title-jp--center {
  text-align: center;
}
.sec__btn {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .sec__btn {
    justify-content: center;
  }
}

.top-about__inner {
  width: 100%;
  max-width: 1224px;
  display: flex;
  flex-wrap: wrap;
  gap: 128px;
}
@media screen and (max-width: 1200px) {
  .top-about__inner {
    gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  .top-about__inner {
    flex-direction: column;
    gap: 40px;
  }
}
.top-about__text {
  flex: 1;
  order: 2;
  width: 100%;
  max-width: 392px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .top-about__text {
    max-width: 100%;
    order: 1;
  }
}
.top-about__image {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  gap: 24px;
  order: 1;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .top-about__image {
    gap: 16px;
    order: 2;
  }
}

.footer-contact {
  background: url(./assets/footer-contact-img01.webp) no-repeat center center;
  background-size: cover;
  padding: 128px 30px;
  position: relative;
  box-sizing: border-box;
}
.footer-contact:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-contact__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  text-align: center;
  gap: 16px;
}
.footer-contact__desc {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .footer-contact__desc {
    text-align: left;
  }
}
.footer-contact__btn {
  width: 100%;
  display: flex;
  justify-content: center;
}

.top-item {
  position: relative;
}
.top-item:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  z-index: -1;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: overlay;
}
.top-item__inner {
  width: 100%;
  max-width: 1224px;
  display: flex;
  flex-wrap: wrap;
  gap: 128px;
}
@media screen and (max-width: 1200px) {
  .top-item__inner {
    gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  .top-item__inner {
    flex-direction: column;
  }
}
.top-item__text {
  flex: 1;
  width: 100%;
  max-width: 496px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .top-item__text {
    max-width: 100%;
  }
}
.top-item__text .sec__desc {
  max-width: 392px;
}
@media screen and (max-width: 768px) {
  .top-item__text .sec__desc {
    max-width: 100%;
  }
}
.top-item__list {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 24px;
  margin-bottom: auto;
}
@media screen and (max-width: 768px) {
  .top-item__list {
    grid-template-columns: 1fr 1fr;
    gap: 40px 16px;
  }
}

.item {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 16px;
}
.item__image {
  font-size: 0;
  line-height: 0;
}
.item__title {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.item__title-en {
  margin: 0;
  padding: 0;
  color: #FAF7F2;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
}
.item__title-jp {
  margin: 0;
  padding: 0;
  color: #FAF7F2;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 15px */
}
.item__desc {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.item__price-title {
  margin: 0;
  padding: 0;
  color: #E5DDCF;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 10px */
}
.item__price {
  color: #FAF7F2;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 18px */
}

.top-process__inner {
  width: 100%;
  max-width: 1224px;
  display: flex;
  flex-wrap: wrap;
  gap: 128px;
}
@media screen and (max-width: 1200px) {
  .top-process__inner {
    gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  .top-process__inner {
    flex-direction: column;
  }
}
.top-process__text {
  flex: 1;
  order: 2;
  width: 100%;
  max-width: 496px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .top-process__text {
    max-width: 100%;
    order: 1;
  }
}
.top-process__text .sec__desc {
  max-width: 392px;
}
@media screen and (max-width: 768px) {
  .top-process__text .sec__desc {
    max-width: 100%;
  }
}
.top-process__flow {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .top-process__flow {
    order: 2;
  }
}

.flow {
  display: flex;
  flex-direction: column;
}
.flow__item {
  display: flex;
  justify-content: flex-start;
  gap: 24px;
  box-sizing: border-box;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .flow__item {
    padding: 24px 0;
    gap: 16px;
  }
}
.flow__item:first-child {
  padding-top: 0;
}
.flow__item:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.flow__item__image {
  font-size: 0;
  line-height: 0;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .flow__item__image {
    max-width: 80px;
  }
}
.flow__item__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.flow__item__no {
  color: #F2DCB6;
  font-family: "EB Garamond";
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 56px */
}
.flow__item__title {
  color: #FAF7F2;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 28.8px */
  margin: 0;
}
@media screen and (max-width: 768px) {
  .flow__item__title {
    font-size: 15px;
    line-height: 1.8em;
  }
}
.flow__item__desc {
  color: #E5DDCF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 220%; /* 30.8px */
}

.top-column {
  position: relative;
}
.top-column:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  z-index: -1;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: overlay;
}
.top-column__inner {
  width: 100%;
  max-width: 1224px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 60px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top-column__inner {
    gap: 40px;
  }
}
.top-column__btn {
  width: 100%;
  display: flex;
  justify-content: center;
}

.column-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  flex-wrap: wrap;
  gap: 60px 24px;
}
.column-list--s {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 24px;
}
@media screen and (max-width: 768px) {
  .column-list {
    gap: 40px 16px;
    grid-template-columns: 1fr 1fr;
  }
}
.column-list__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.column-list__item__image {
  font-size: 0;
  line-height: 0;
}
.column-list__item__image img {
  aspect-ratio: 3/4;
  object-fit: cover;
}
.column-list__item__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-right: 8px;
}
.column-list__item__cat {
  color: #FAF7F2;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 12px */
  letter-spacing: 1px;
  display: flex;
  justify-content: flex-start;
  gap: 12px;
}
.column-list__item__cat a {
  display: block;
  color: #FAF7F2;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 12px */
  letter-spacing: 1px;
}
.column-list__item__cat a:before {
  content: "[";
}
.column-list__item__cat a:after {
  content: "]";
}
.column-list__item__cat a:link, .column-list__item__cat a:visited, .column-list__item__cat a:hover, .column-list__item__cat a:active {
  text-decoration: none;
  color: #FAF7F2;
}
.column-list__item__title {
  margin: 0;
  color: #E5DDCF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
}
@media screen and (max-width: 768px) {
  .column-list__item__title {
    font-size: 14px;
    line-height: 1.8em;
  }
}
.column-list__item__title a:link, .column-list__item__title a:visited, .column-list__item__title a:hover, .column-list__item__title a:active {
  text-decoration: none;
  color: #E5DDCF;
}
.date {
  color: #E5DDCF;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 11px */
  letter-spacing: 1px;
}

.footer {
  background: #000;
  padding: 128px 30px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 80px 30px;
  }
}
.footer__logo {
  font-size: 0;
  line-height: 0;
  max-width: 210px;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    max-width: 160px;
  }
}
.footer__inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    gap: 60px;
  }
}
.footer__nav {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    flex-direction: column;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav__item {
    width: 100%;
  }
}
.footer__nav__item a {
  color: #E5DDCF;
  font-family: "EB Garamond";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .footer__nav__item a {
    display: block;
    text-align: center;
  }
}
.footer__nav__item a:link, .footer__nav__item a:visited, .footer__nav__item a:hover, .footer__nav__item a:active {
  text-decoration: none;
  color: #E5DDCF;
}
.footer__copyright {
  color: #E5DDCF;
  text-align: center;
  font-family: Arial;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 10px */
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  .sp-hide {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .pc-hide {
    display: none !important;
  }
}

.contents-column {
  width: 100%;
  max-width: 1224px;
  display: flex;
  flex-wrap: wrap;
  gap: 128px;
}
@media screen and (max-width: 1224px) {
  .contents-column {
    gap: 60px;
  }
}
.contents-column__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.contents-column__header__image {
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .contents-column__header__image {
    width: calc(100% + 60px);
    transform: translateX(-30px);
  }
}
.contents-column__main {
  width: 100%;
  max-width: 392px;
}
@media screen and (max-width: 1224px) {
  .contents-column__main {
    max-width: 35%;
  }
}
@media screen and (max-width: 768px) {
  .contents-column__main {
    max-width: 100%;
  }
}
.contents-column__main--s {
  max-width: 288px;
}
@media screen and (max-width: 1224px) {
  .contents-column__main--s {
    max-width: 35%;
  }
}
@media screen and (max-width: 768px) {
  .contents-column__main--s {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contents-column__main--last {
    order: 2;
  }
}
.contents-column__main__inner {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media screen and (max-width: 768px) {
  .contents-column__main__inner {
    gap: 40px;
  }
}
.contents-column__sub {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 769px) {
  .contents-column__sub {
    min-height: 100vh;
  }
}
.contents-column__sub .contents {
  width: 100%;
}

.contents > * {
  margin: 0 0 2em;
}
.contents > *:last-child {
  margin-bottom: 0;
}
.contents .btn {
  min-width: 180px;
  max-width: 180px;
}
.contents a {
  text-underline-offset: 3px;
}
.contents a:link, .contents a:visited {
  text-decoration: underline;
  color: #E5DDCF;
}
.contents a:hover, .contents a:active {
  text-decoration: underline;
  color: #fff;
}
.contents figure {
  font-size: 0;
  line-height: 0;
}
.contents figure:last-child {
  margin-bottom: 0px;
}
.contents figure figcaption {
  font-size: 12px;
  line-height: 1.6em;
  margin: 10px 0 0;
}
.contents blockquote {
  padding: 20px;
  font-style: italic;
}
.contents p,
.contents ul,
.contents ol,
.contents blockquote {
  margin: 0 0 2em;
  line-height: 2em;
  letter-spacing: 1px;
}
.contents ul, .contents ol {
  padding-left: 1em;
}
.contents h1, .contents h2, .contents h3, .contents h4, .contents h5, .contents h6 {
  font-weight: 700;
}
.contents h1 {
  font-size: 32px;
  line-height: 1.5em;
  margin: 0 0 1em;
}
.contents h1:not(:first-child) {
  margin-top: 3em;
}
.contents h2 {
  font-size: 28px;
  line-height: 1.5em;
  margin: 0 0 1em;
}
.contents h2:not(:first-child) {
  margin-top: 3em;
}
.contents h3 {
  font-size: 24px;
  line-height: 1.5em;
  margin: 0 0 1em;
}
.contents h3:not(:first-child) {
  margin-top: 3em;
}
.contents h4 {
  font-size: 22px;
  line-height: 1.5em;
  margin: 0 0 1em;
}
.contents h4:not(:first-child) {
  margin-top: 3em;
}
.contents table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.contents table:not(:last-child) {
  margin-bottom: 32px;
}
.contents table tr th {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 24px 0;
  text-align: left;
  font-weight: normal;
  white-space: nowrap;
}
.contents table tr td {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 24px;
  text-align: left;
}
.contents form table {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 768px) {
  .contents form table tr {
    display: block;
  }
}
.contents form table tr th {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .contents form table tr th {
    display: block;
    padding: 24px 0 16px;
    font-size: 14px;
    line-height: 1em;
  }
}
.contents form table tr th p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .contents form table tr td {
    display: block;
    border-top: none;
    padding: 0 0 24px;
  }
}
.contents form table tr td p {
  margin: 0;
}
.contents form table tr td div:not(:last-child) {
  margin-bottom: 8px;
}
.contents input[type=text],
.contents input[type=email],
.contents input[type=tel] {
  background: #E5DDCF;
  padding: 12px 16px;
  border: none;
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  -webkit-appearance: none;
  font-size: 16px;
  line-height: 1.5em;
}
.contents input[type=text].zip,
.contents input[type=email].zip,
.contents input[type=tel].zip {
  max-width: 184px;
}
@media screen and (max-width: 768px) {
  .contents input[type=text].zip,
  .contents input[type=email].zip,
  .contents input[type=tel].zip {
    max-width: 50%;
  }
}
.contents textarea {
  background: #E5DDCF;
  padding: 16px;
  border: none;
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  -webkit-appearance: none;
  font-size: 16px;
  line-height: 1.5em;
}

.contents-title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.contents-title__en {
  color: #FAF7F2;
  font-family: "EB Garamond";
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 56px */
  letter-spacing: -1px;
  text-transform: uppercase;
}
.contents-title__jp {
  margin: 0;
  padding: 0;
  color: #E5DDCF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 21.6px */
  letter-spacing: 1px;
}

.contents-desc {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.contents-flow {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contents-flow__title {
  margin: 0;
  color: #E5DDCF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 32.4px */
}
.contents-flow .flow__item {
  padding: 16px 0;
}
.contents-flow .flow__item:first-child {
  padding-top: 0;
}
.contents-flow .flow__item__image {
  max-width: 80px;
}
.contents-flow .flow__item__no {
  font-size: 24px;
  line-height: 1em;
}
.contents-flow .flow__item__title {
  font-size: 14px;
  line-height: 1.5em;
  margin: 0;
}
.contents-flow .flow__item__desc {
  display: none;
}

.topicpath {
  margin: 128px auto 0;
  padding: 0 60px;
  width: 100%;
  max-width: 1364px;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .topicpath {
    padding: 0 10px;
    margin-top: 72px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.topicpath li {
  color: #E5DDCF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 12px */
  letter-spacing: 1px;
  display: flex;
  justify-content: flex-start;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .topicpath li {
    display: inline;
    font-size: 10px;
    line-height: 1em;
  }
}
.topicpath li:not(:last-child):after {
  content: "/";
  color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 768px) {
  .topicpath li:not(:last-child):after {
    display: inline-block;
    margin: 0 4px;
  }
}
.topicpath li a:link, .topicpath li a:visited, .topicpath li a:hover, .topicpath li a:active {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.3);
}

.faq-list {
  display: flex;
  flex-direction: column;
}
.faq-list__item {
  box-sizing: border-box;
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.faq-list__item dt {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 43.2px */
  margin: 0;
  padding: 0;
}
.faq-list__item dd {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 220%; /* 35.2px */
  padding: 0;
  margin: 0;
}

.about-contents {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 128px;
}
@media screen and (max-width: 1200px) {
  .about-contents {
    gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  .about-contents {
    flex-direction: column;
    gap: 40px;
  }
}
.about-contents__text {
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 1224px) {
  .about-contents__text {
    max-width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .about-contents__text {
    max-width: 100%;
  }
}
.about-contents__text--l {
  max-width: 704px;
}
@media screen and (max-width: 1224px) {
  .about-contents__text--l {
    max-width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .about-contents__text--l {
    max-width: 100%;
  }
}
.about-contents__image {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  gap: 24px;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .about-contents__image {
    gap: 16px;
    order: 2;
  }
}

.side-category .cat {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .side-category .cat {
    flex-direction: inherit;
  }
}
.side-category .cat-item {
  color: #FAF7F2;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .side-category .cat-item {
    font-size: 12px;
    line-height: 1em;
  }
}
.side-category .cat-item.current-cat a:link, .side-category .cat-item.current-cat a:visited {
  color: #fff;
  opacity: 1;
}
.side-category .cat-item a:before {
  content: "[";
}
.side-category .cat-item a:after {
  content: "]";
}
.side-category .cat-item a:link, .side-category .cat-item a:visited {
  text-decoration: none;
  color: #FAF7F2;
  opacity: 0.7;
}
.side-category .cat-item a:hover, .side-category .cat-item a:active {
  text-decoration: underline;
  color: #FAF7F2;
  opacity: 1;
}

.tags {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.tags__title {
  color: #FAF7F2;
  font-family: "EB Garamond";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 24px */
  letter-spacing: -1px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .tags__title {
    font-size: 16px;
    line-height: 1em;
    letter-spacing: 0;
  }
}
.tags__list {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
}
.tags__list li {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.tags__list li.current-cat a:link, .tags__list li.current-cat a:visited {
  color: #fff;
  opacity: 1;
}
.tags__list li a {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 12px */
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .tags__list li a {
    font-size: 11px;
    line-height: 1em;
  }
}
.tags__list li a:before {
  content: "#";
}
.tags__list li a:link, .tags__list li a:visited {
  text-decoration: none;
  color: #E5DDCF;
  opacity: 0.7;
}
.tags__list li a:hover, .tags__list li a:active {
  text-decoration: underline;
  color: #E5DDCF;
  opacity: 1;
}

.article {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  max-width: 704px;
}
.article__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.article__title {
  color: #FAF7F2;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
}
.article__eyecatch {
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .article__eyecatch {
    width: calc(100% + 60px);
    transform: translateX(-30px);
  }
}
.article__tag ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
}
.article__tag ul li {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.article__tag ul li.current-cat a:link, .article__tag ul li.current-cat a:visited {
  color: #fff;
  opacity: 1;
}
.article__tag ul li a {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 12px */
  letter-spacing: 1px;
}
.article__tag ul li a:before {
  content: "#";
  display: inline;
}
.article__tag ul li a:link, .article__tag ul li a:visited {
  text-decoration: none;
  color: #E5DDCF;
  opacity: 0.7;
}
.article__tag ul li a:hover, .article__tag ul li a:active {
  text-decoration: underline;
  color: #E5DDCF;
  opacity: 1;
}

.required {
  display: inline-block;
  margin-left: 4px;
}
.required:before {
  content: "*";
  font-weight: bold;
  color: #f00;
}

.btn-wrap p {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .btn-wrap p {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .btn-wrap {
    display: flex;
    justify-content: center;
    gap: 16px;
  }
}

@keyframes arrow {
  0% {
    transform: translateX(0) rotate(45deg);
    opacity: 1;
  }
  50% {
    transform: translateX(8px) rotate(45deg);
    opacity: 0;
  }
  51% {
    transform: translateX(-8px) rotate(45deg);
    opacity: 0;
  }
  100% {
    transform: translateX(0px) rotate(45deg);
    opacity: 1;
  }
}
