@charset "UTF-8";

/* destyle.css*/
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
html {
  line-height: 1.15;
  /* Correct the line height */
  -webkit-text-size-adjust: 100%;
  /* Prevent font size adjustment */
  -webkit-tap-highlight-color: transparent;
  /* Remove gray overlay on links */
}

/* Sections */
body {
  margin: 0;
  /* Remove margin */
  -webkit-font-smoothing: antialiased;
}

main {
  display: block;
  /* Render `main` consistently */
}

/* Vertical rhythm */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

/* Text-level semantics */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  appearance: none;
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

/* Interactive */
details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.grecaptcha-badge { visibility: hidden; }
/********** base **********/
.m-arrow-more {
  display: flex;
  align-items: center;
  gap: 15px;
}

.m-arrow-more__link {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 15px;
}

.m-arrow-more__text {
  font-size: 12px;
  line-height: 1;
  position: relative;
  z-index: 2;
  font-weight: 500;
  padding-right: 5px;
  font-family: "Zen Kaku Gothic New", "serif";
}

.m-arrow-more__icon {
  width: fit-content;
  position: relative;
  width: 8px;
  height: auto;
  transform: translateY(-28%);
  transition: transform 0.3s ease-in-out;
}

.m-arrow-more:hover .m-arrow-more__icon {
  transform: translate(10px, -28%);
  transition: transform 0.3s ease-in-out;
}

.m-arrow-more:hover .m-arrow-more__icon::before {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.m-scale-change:hover .m-arrow-more .m-arrow-more__icon {
  transform: translate(10px, -28%);
  transition: transform 0.3s ease-in-out;
}

.m-scale-change:hover .m-arrow-more .m-arrow-more__icon::before {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.m-arrow-more__A {
  width: fit-content;
}

.m-arrow-more__B a {
  width: 100%;
  background: #F7F7F7;
  justify-content: center;
  padding: 16px 0;
}

body {
  font-family: "A1 Mincho", "serif";
  color: #151515;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  font-size: 15px;
}

.m-text-en {
  font-family: "Zen Kaku Gothic New", "serif";
  letter-spacing: 0.2em;
  position: relative;
  display: inline-block;
}

.about-mainV__text::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 3px;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

@media (hover: hover) {
  .about-mainV__text:hover::after {
    opacity: 1;
  }
}

.m-section-ttl__A {
  font-size: 15px;
  font-family: "Zen Kaku Gothic New", "serif";
  letter-spacing: 0.2em;
  font-weight: 500;
}

/********** variable **********/
/********** mixin **********/
/********** module **********/
.footer {
  border-top: 1px solid #BEBEBE;
}

.footer__inner {
  width: 90%;
  margin: 0 0 0 auto;
}

@media (max-width: 600px) {
  .footer__inner {
    width: 100%;
  }
}

.footer__logo {
  max-width: 92px;
}

@media screen and (max-width: 600px) {
  .footer__logo {
    margin: 0 auto;
  }
}

.footer__contents-left {
  display: flex;
  gap: 60px;
  border-right: 1px solid #BEBEBE;
  padding: 30px 16px;
}

@media (max-width: 600px) {
  .footer__contents-left {
    border-right: none;
    border-bottom: 1px solid #BEBEBE;
    padding: 30px 20px;
    position: relative;
    gap: 0;
  }
}

.footer__copy small {
  font-size: 8px;
  writing-mode: vertical-rl;
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic New", "serif";
}

@media screen and (max-width: 600px) {
  .footer__copy small {
    position: absolute;
    top: 30px;
    left: 20px;
  }
}

@media screen and (max-width: 600px) {
  .footer-nav {
    width: fit-content;
    margin: 0 auto;
  }
}

.footer-nav__contents {
  gap: 64px;
  margin-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 600px) {
  .footer-nav__contents {
    grid-template-columns: 1fr 1fr !important;
  }
}

.footer-nav__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

@media screen and (max-width: 600px) {
  .footer-nav__list {
    gap: 30px;
  }
}

.footer-nav__item {
  font-weight: 500;
  font-size: 10px;
  font-family: "Zen Kaku Gothic New", "serif";
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 10px;
  letter-spacing: 0.2em;
}

.footer-nav__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5px;
  height: 1.5px;
  background: #000;
  transition: width 0.3s ease;
}

.footer-nav__item:hover::before {
  width: 6px;
}

@media (max-width: 600px) {
  .footer__sns {
    min-height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.footer__sns-icon {
  width: 15px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 30px;
}

.footer__contents-right {
  text-align: center;
  align-items: center;
}

.footer__sns-link {
  font-size: 12px;
  margin-top: 15px;
  letter-spacing: 0.05em;
}

.footer__sns-link a {
  font-family: "Zen Kaku Gothic New", "serif";
}

.footer__tomosu {
  width: 100%;
  height: 100%;
}

.footer__tomosu a {
  display: block;
  font-family: "Zen Kaku Gothic New", "serif";
  height: 100%;
  background: #BEBEBE;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  letter-spacing: 0.2em;
  min-height: 160px;
  transition: background 0.3s ease-in-out;
}

@media (max-width: 600px) {
  .footer__tomosu a {
    padding: 50px 0;
  }
}

.footer__tomosu a:hover {
  background: #6F6F6F;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5vw 0 2vw;
  height: 98px;
}

@media (max-width: 600px) {
  .header {
    padding: 0 20px;
    height: 70px;
  }
}

.home .header {
  background: #EAE8E1;
  position: relative;
}

.header__logo {
  display: none;
}

.home .header__logo {
  display: block;
  max-width: 116px;
}

.header__logo img {
  object-fit: contain;
  transition: filter 0.3s ease;
  width: 100%;
  height: auto;
}

.header__logo--scroll {
  height: 98px;
  display: flex;
  align-items: center;
  opacity: 1;
  max-width: 116px;
  position: fixed;
  transform: translateX(2vw);
  top: 0;
  left: 0;
  z-index: 100;
}

.header__logo--scroll img {
  transition: filter 0.3s ease;
  width: 100%;
  height: auto;
}

@media (max-width: 600px) {

  body.modal-open .header,
  body.modal-open .header__logo,
  body.modal-open .header__logo--scroll {
    z-index: 1100;
    background: transparent !important;
  }

  body.modal-open .header__logo img,
  body.modal-open .header__logo--scroll img {
    filter: brightness(0) invert(1);
  }
}

@media (max-width: 600px) {
  .header__logo--scroll {
    transform: translateX(20px);
    height: 70px;
  }
}

.home .header__logo--scroll {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.header__nav {
  display: none;
}

.home .header__nav {
  display: block;
}

@media (max-width: 600px) {
  .home .header__nav {
    display: none;
  }
}

.header__nav-list {
  display: flex;
  align-items: center;
  gap: 3vw;
}

.header__nav-item {
  font-size: 12px;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", "serif";
}

.header__nav-item::after {
  content: "";
  width: 1.5px;
  height: 2px;
  background: #000;
  transition: width 0.2s ease-in-out;
}

.header__nav-item:hover::after {
  width: 16px;
}

.mainV-slide {
  height: calc(100vh - 98px);
}

@media screen and (max-width: 480px) {
  .mainV-slide {
    height: auto;
  }
}

.top-slideshow {
  height: 100%;
}

.top-slideshow img {
  object-fit: cover;
}

body.modal-open {
  overflow: hidden;
}

.header__nav-modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.header__nav-modal-wrapper.active {
  opacity: 1;
  visibility: visible;
}

.header__nav-modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  width: 40vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
  overflow-y: scroll;
}

@media (max-width: 600px) {
  .header__nav-modal {
    width: 100vw;
  }
}

@media (max-width: 600px) {
  .header__nav-modal {
    padding: 96px 0;
    justify-content: flex-start;
  }
}

.header__nav-modal .header__nav-item {
  color: #fff;
  font-size: 12px;
}

.header__nav-modal .header__nav-item::after {
  background: #fff;
}

.header__nav-sns {
  color: #BEBEBE;
  font-family: "Zen Kaku Gothic New", "serif";
}

.header__nav-modal .header__nav-list {
  display: flex;
  flex-direction: column;
  gap: 5vh;
}

.header__nav-tomosu {
  margin-top: 46px;
}

.header__nav-tomosu a {
  display: inline-block;
  color: #000;
  font-size: 12px;
  margin-bottom: 24px;
  padding: 12px 0;
  width: 200px;
  background: #fff;
  text-align: center;
  font-weight: 500;
  transition: background 0.3s ease;
}

.header__nav-tomosu a:hover {
  background: #6F6F6F;
  color: #fff;
}

.header__nav-sns {
  margin-top: 46px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  align-items: center;
  font-size: 12px;
}

.header__nav-sns-icon {
  width: 15px;
  height: 15px;
  margin-bottom: 24px;
}

.header__nav-modal-img-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 60vw;
  height: 100vh;
  z-index: 99;
  opacity: 1;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.header__nav-modal-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.header__nav-modal-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.header__nav-modal-img.active {
  opacity: 1;
  visibility: visible;
}

.contents {
  padding: 80px 0 0 0;
}

@media (max-width: 600px) {
  .contents {
    padding: 120px 0 0 0;
  }
}

body {
  background: #EAE8E1;
}

.container-sm {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  max-width: calc(800px + 40px);
}

.container-md {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  max-width: calc(940px + 40px);
}

.container {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  max-width: calc(1100px + 40px);
}

.container-lg {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  max-width: calc(1200px + 40px);
}

.m-grid-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 600px) {
  .m-grid-2col {
    grid-template-columns: 1fr;
  }
}

.m-grid-3col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 600px) {
  .m-grid-3col {
    grid-template-columns: 1fr;
  }
}

.m-black-filter {
  position: relative;
  display: block;
  overflow: hidden;
}

.m-black-filter img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s ease;
}

.m-black-filter:hover img {
  transform: scale(1.1);
}

.m-black-filter::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s ease;
  pointer-events: none;
  /* ← 画像のクリックを邪魔しないために追加 */
}

.m-black-filter:hover::before {
  opacity: 0;
}

.top-story__item:hover .m-black-filter img {
  transform: scale(1.1);
}

.top-story__item:hover .m-black-filter::before {
  opacity: 0;
}

.story__item:hover .m-black-filter img {
  transform: scale(1.1);
}

.story__item:hover .m-black-filter::before {
  opacity: 0;
}

.m-scale-change {
  cursor: pointer;
  height: auto;
  overflow: hidden;
  width: 100%;
}

.m-scale-change img {
  height: auto;
  transition: transform 0.6s ease;
  /* ゆっくり変化させる */
}

.m-scale-change:hover img {
  transform: scale(1.1);
  /* 拡大 */
}

.page-section-ttl {
  margin-top: 140px;
}

.m-arrow-more__B a {
  max-width: 350px;
}

@media (max-width: 600px) {
  .m-arrow-more__B a {
    max-width: 100%;
    margin: 0 auto;
  }
}

.home .hamburger-menu {
  display: none;
}

@media (max-width: 600px) {
  .home .hamburger-menu {
    display: block;
  }
}

/* ハンバーガーメニューのボタン位置 */
.hamburger-menu {
  width: 58px;
  /*ハンバーガーメニューの線の幅*/
  height: 14px;
  position: fixed;
  top: 28px;
  /*(ヘッダーの高さ)ー(メニューボタンの高さ)/2*/
  right: 20px;
  background: transparent;
  z-index: 1100;
}

.hamburger-menu__icon {
  position: relative;
  width: 100%;
  height: 100%;
}

.hamburger-menu__icon span {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  /*メニューバーの色*/
  transition: ease 0.4s;
}

.hamburger-menu span.white {
  background: #fff;
}

.hamburger-menu span:nth-child(1) {
  top: 0;
}

.hamburger-menu span:nth-child(2) {
  top: 100%;
}

.hamburger-menu.active span {
  background: #fff;
}

.hamburger-menu.active span.white {
  background: #fff !important;
}

@media (max-width: 600px) {
  .page-about .hamburger-menu:not(.active) span {
    background: #000 !important;
  }
}

.hamburger-menu.active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(20deg);
}

.hamburger-menu.active span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%) rotate(-20deg);
}

.opening {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #151515;
  z-index: 999;
}

.opening__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  color: #fff;
}

/********** utils **********/
.u-mt5 {
  margin-top: 5px;
}

.u-mt16 {
  margin-top: 16px;
}

.u-mt24 {
  margin-top: 24px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt64 {
  margin-top: 64px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mb5 {
  margin-bottom: 5px;
}

.u-mb16 {
  margin-bottom: 16px;
}

.u-mb24 {
  margin-bottom: 24px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb64 {
  margin-bottom: 64px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mr {
  margin: 0 0 0 auto;
}

.u-pt5 {
  padding-top: 5px;
}

.u-pt16 {
  padding-top: 16px;
}

.u-pt24 {
  padding-top: 24px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pt64 {
  padding-top: 64px;
}

.u-pt80 {
  padding-top: 80px;
}

.u-pb5 {
  padding-bottom: 5px;
}

.u-pb16 {
  padding-bottom: 16px;
}

.u-pb24 {
  padding-bottom: 24px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-pb64 {
  padding-bottom: 64px;
}

.u-pb80 {
  padding-bottom: 80px;
}

.u-center {
  text-align: center;
}

.u-mc {
  margin: 0 auto;
}

.u-mr {
  margin: 0 0 0 auto;
  justify-content: end;
}

.u-tc {
  text-align: center;
}

.u-sp {
  display: none;
}

@media (max-width: 600px) {
  .u-sp {
    display: block;
  }
}

.u-pc {
  display: block;
}

@media (max-width: 600px) {
  .u-pc {
    display: none;
  }
}

/********** pages **********/
/* top-page*/
.home {
  background: #EAE8E1;
}

.top-concept {
  padding-top: 132px;
}

@media (max-width: 600px) {
  .top-concept {
    padding-top: 80px;
  }
}

.top-concept__inner {
  width: 90%;
  margin: 0 0 0 auto;
}

@media (max-width: 768px) {
  .top-concept__inner {
    max-width: 100%;
    padding: 0 20px;
  }
}

@media (max-width: 600px) {
  .top-concept__inner {
    width: 100%;
  }
}

.top-concept__copy {
  font-size: 16px;
  font-weight: bold;
  margin-top: 40px;
}

.top-concept__copy-text {
  font-size: 13px;
  font-weight: bold;
  line-height: 2.5;
  margin-top: 40px;
}

.top-concept__left-content {
  width: fit-content;
}

@media (max-width: 600px) {
  .top-concept__left-content {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .top-concept__left-content .m-arrow-more {
    margin-top: 40px;
    margin-right: 40px;
  }
}

.top-concept__right-content {
  width: 70%;
  margin: 0 0 0 auto;
}

@media (max-width: 600px) {
  .top-concept__right-content {
    margin-top: 100px;
  }
}

.top-concept .m-arrow-more {
  margin-top: 80px;
}

.top-concept__images {
  padding-top: 140px;
  overflow: hidden;
}

.top-concept__images img {
  width: fit-content;
  height: auto;
  display: block;
  object-fit: cover;
}

.top-concent__img--01 img {
  width: 50%;
  aspect-ratio: 1/0.5;
}

@media (max-width: 600px) {
  .top-concent__img--01 img {
    width: 70%;
  }
}

.top-concent__img--02 img {
  width: 50%;
  aspect-ratio: 1/0.7;
  margin: 0 auto;
  margin-top: 72px;
}

@media (max-width: 600px) {
  .top-concent__img--02 img {
    width: 70%;
    margin: 0 0 0 auto;
    margin-top: 70px;
  }
}

.top-concent__img--03 img {
  width: 40%;
  aspect-ratio: 1/1;
  margin: 0 0 0 auto;
  transform: translateX(-8%);
  margin-top: 72px;
}

.top-concent__img--04 img {
  width: 25%;
  aspect-ratio: 1/1.5;
  margin-top: -100px;
  margin-left: 10%;
}

@media (max-width: 600px) {
  .top-concent__img--04 img {
    width: 35%;
    margin-top: 0px;
    margin-left: 5%;
  }
}

.top-concept .m-arrow-more__link {
  justify-content: end;
}

.top-story {
  padding-top: 240px;
  position: relative;
}

.top-section-accent {
  position: relative;
  height: 50vh;
  margin-top: 48px;
}

@media (max-width: 1080px) {
  .top-section-accent {
    height: 40vh;
  }
}

@media (max-width: 600px) {
  .top-section-accent {
    height: 30vh;
  }
}

.m-gb-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50vh;
  clip-path: inset(0);
  z-index: -999;
}

@media (max-width: 1080px) {
  .m-gb-inner {
    height: 40vh;
  }
}

@media (max-width: 600px) {
  .m-gb-inner {
    height: 30vh;
  }
}

.top-section-accent__01 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-image: url(../img/top/top-section-bg.webp);
  background-size: cover;
  background-position: center;
  z-index: -1;
}

@media (max-width: 600px) {
  .top-section-accent__01 {
    background-image: url(../img/top/top-section-bg-sp.webp);
  }
}

.top-story__inner {
  margin-top: 96px;
}

.top-story__list {
  gap: 56px;
  margin-bottom: 54px;
}

.top-story__item {
  border-bottom: 1px solid #000;
  padding-bottom: 13px;
}

.top-story__item-img img {
  aspect-ratio: 1/0.7;
  object-fit: cover;
}

.top-story__item-ttl {
  font-family: "Zen Kaku Gothic New", "serif";
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 24px;
}

.top-story__item-text {
  margin-top: 24px;
  font-size: 16px;
}

.top-story__item .m-arrow-more {
  margin-top: 40px;
}

.top-story__inner .u-mr {
  margin-right: 40px;
}

.top-card {
  margin-top: 96px;
  padding-top: 120px;
  padding-bottom: 130px;
  background: #EFEFEF;
}

.top-card__contents {
  gap: 60px;
}

.top-card__contents-img {
  position: relative;
}

.top-card__contents-img span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  font-family: "Zen Kaku Gothic New", "serif";
  z-index: 1;
}

.top-instagram {
  padding-top: 140px;
}

@media screen and (max-width: 600px) {
  .top-instagram {
    padding-top: 80px;
  }
}

.top-instagram .m-section-ttl__A {
  width: fit-content;
}


.top-instagram__contents {
  margin-top: 32px;
}

.top-cta {
  padding-top: 200px;
  padding-bottom: 264px;
  margin-top: 96px;
}

@media (max-width: 600px) {
  .top-cta {
    padding-top: 100px;
    padding-bottom: 160px;
    margin-top: 10px;
  }
}

/* New top-cta design */
.top-cta--new {
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #efefef;
}

@media (max-width: 600px) {
  .top-cta--new {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.top-cta__inner--new {
  display: flex;
  justify-content: center;
  gap: 30px;
}

@media (max-width: 768px) {
  .top-cta__inner--new {
    flex-direction: column;
    gap: 20px;
    padding: 0 20px;
  }
}

.top-cta__card {
  position: relative;
  flex: 1;
  aspect-ratio: 1 / 0.45;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  overflow: hidden;
}

@media (max-width: 768px) {
  .top-cta__card {
    aspect-ratio: 1 / 0.45;
  }
}

.top-cta__card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
}

.top-cta__card:hover .top-cta__card-bg {
  transform: scale(1.05);
}

.top-cta__card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: background 0.3s ease;
}

.top-cta__card:hover .top-cta__card-overlay {
  background: rgba(0, 0, 0, 0.2);
}

.top-cta__card-text {
  position: relative;
  color: #fff;
  font-size: 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.3em;
  padding-left: 0.3em;
  /* To offset the last letter spacing for true centering */
  z-index: 1;
}

.top-cta__inner {
  align-items: flex-end;
}

.top-cta__copy {
  font-weight: bold;
}

@media (max-width: 600px) {
  .top-cta__copy {
    margin-top: 96px;
  }
}

.top-cta__copy-text {
  font-size: 13px;
  line-height: 2.5;
  font-weight: bold;
  margin-top: 40px;
}

.top-cta__left-content .m-arrow-more__B {
  margin-top: 64px;
}

@media (max-width: 600px) {
  .top-cta__right-content {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}

.top-cta__inner-01 {
  gap: 90px;
  align-items: center;
}

.top-cta__inner-01 .m-section-ttl__A {
  margin-bottom: 50px;
}

.policy {
  padding-top: 100px;
  padding-bottom: 100px;
}

.policy__title {
  font-size: 24px;
  margin-bottom: 40px;
}

.policy__content {
  line-height: 1.75;
}

.policy__content .wp-block-heading {
  font-size: 20px;
  margin-top: 30px;
}

.policy__content .wp-block-spacer {
  height: 40px !important;
}

.policy__content .wp-block-list {
  padding: 20px 0;
  list-style: disc;
  margin-left: 1em;
}

.policy__content p,
.policy__content a,
.policy__content li {
  margin-top: 1em;
}

.contact {
  padding: 120px 0;
}

@media (max-width: 600px) {
  .contact {
    padding: 160px 0 80px 0;
  }
}

.contact__ttl {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", "serif";
  letter-spacing: 0.2em;
}

.contact__info {
  font-size: 14px;
  line-height: 2;
  font-size: 13px;
  margin-top: 96px;
}

@media (max-width: 600px) {
  .contact__info {
    margin-top: 60px;
  }
}

.contact__form {
  margin-top: 64px;
  width: 100%;
}

.form-unit {
  width: 100%;
  margin-bottom: 2em;
}

.form-unit__head {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}

.form-unit__input,
.form-unit__input-wrap {
  width: 100%;
  height: auto;
  padding: 8px;
  border: 1px solid #6F6F6F;
  background: #fff;
  font-size: 16px;
}

.form-unit__textarea,
.form-unit__textarea-wrap {
  width: 100%;
  padding: 8px;
  height: 210px;
  border: 1px solid #6F6F6F;
  background: #fff;
  font-size: 16px;
}

.form-unit__radio {
  margin-top: 20px;
}

.form-unit__date {
  width: 40%;
  height: 70px;
  padding: 8px;
  border: 1px solid #ccc;
  background: #f9f9f9;
  border-radius: 4px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .form-unit__date {
    width: 50%;
    height: 54px;
  }
}

.wpcf7-list-item {
  display: block;
}

.wpcf7-submit {
  text-align: center;
  display: block;
  width: 100%;
  max-width: 350px;
  padding: 20px;
  transition: 0.3s;
  font-size: 12px;
  margin-top: 100px;
  background: #fff;
}

@media (max-width: 600px) {
  .wpcf7-submit {
    margin: 0 auto;
    margin-top: 60px;
    max-width: 100%;
  }
}

.m-submit-btn {
  display: flex;
  width: 100%;
  max-width: 350px;
  background: #F7F7F7;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 16px 0;
  margin-top: 100px;
  border: none;
  cursor: pointer;
  text-align: center;
  position: relative;
  font-size: 12px;
}

@media (max-width: 768px) {
  .m-submit-btn {
    margin: 0 auto;
    margin-top: 60px;
  }
}

@media (max-width: 600px) {
  .m-submit-btn {
    margin: 0 auto;
    margin-top: 60px;
    max-width: 100%;
  }
}

.m-submit-btn::before {
  content: "確認画面";
  font-size: 12px;
  z-index: 0;
}

.page-contact-confirm .m-submit-btn::before {
  content: "送信する";
}

.m-submit-btn .form__submit {
  background: transparent;
  border: none;
  font-size: 12px;
  font-family: "Zen Kaku Gothic New", "serif";
  margin: 0;
  padding: 0;
  width: auto;
  max-width: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}

.m-more-btn {
  display: flex;
  align-items: center;
  gap: 15px;
}

.m-more-btn__arrow {
  width: fit-content;
  position: relative;
  width: 8px;
  height: 8px;
  transform: translateY(0%);
  transition: transform 0.3s ease-in-out;
  background: url(../../assets/img/common/arrow_01.webp) no-repeat center center/contain;
}

.m-submit-btn:hover .m-more-btn__arrow {
  transform: translate(10px, 0%);
  transition: transform 0.3s ease-in-out;
}

.m-submit-btn:hover .m-more-btn__arrow::before {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.wpcf7-radio {
  -webkit-appearance: button !important;
  appearance: button !important;
  display: flex;
}

.wpcf7-radio input:hover,
.wpcf7-radio label:hover {
  cursor: pointer;
}

.wpcf7-response-output {
  border-color: transparent !important;
  text-align: center !important;
  font-family: "A1 Mincho", "serif" !important;
}

input[type=radio] {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #555;
  position: relative;
  background-color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: translateY(-2px);
}

input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #555;
  transform: translate(-50%, -50%);
}

.form-checkbox {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #555;
  position: relative;
  background-color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: translateY(-2px);
}

.form-checkbox:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 25%;
  width: 5px;
  height: 10px;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
  transform: rotate(45deg) translate(-50%, -50%);
}

.form-unit__policy-link {
  border-bottom: 1px solid #555;
}

@media screen and (max-width: 768px) {
  .form-unit__policy-link {
    font-size: 15px;
  }
}

.form-consent {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}

.contact__btn {
  display: inline-block;
  font-size: 13px;
  margin-top: 42px;
  margin-top: 20px;
  text-decoration: underline;
}

.thanks {
  height: calc(100vh - 300px);
}

.wpcf7-spinner {
  display: none;
}

input.wpcf7-form-control.wpcf7-previous {
  display: block;
  font-size: 13px;
  margin-top: 24px;
}

@media (max-width: 768px) {
  input.wpcf7-form-control.wpcf7-previous {
    margin: 0 auto;
    margin-top: 20px;
  }
}

.story__item {
  display: grid;
  grid-template-columns: 1fr 0.6fr;
  gap: 4%;
  line-height: 1.75;
  align-items: center;
  margin-top: 68px;
}

@media (max-width: 768px) {
  .story__item {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .story__item {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .story__item-thumb--over {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.story__item-thumb img {
  aspect-ratio: 1/0.7;
}

.story__name {
  font-size: 15px;
  font-weight: 500;
}

.story__title {
  margin-top: 24px;
  font-size: 16px;
  font-weight: bold;
}

.story__desc {
  font-size: 13px;
  font-weight: bold;
  margin-top: 40px;
}

.story__date {
  margin-top: 40px;
  color: #6F6F6F;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
  font-family: "Zen Kaku Gothic New", "serif";
}

.story__date-text {
  font-size: 10px;
  font-weight: 500;
}

.story__list-child {
  gap: 50px;
  margin-top: 180px;
}

@media (max-width: 768px) {
  .story__list-child {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .story__list-child {
    grid-template-columns: 1fr;
  }
}

.story__list-child-wrap {
  padding-bottom: 200px;
}

@media (max-width: 768px) {
  .story__list-child-wrap {
    padding-bottom: 100px;
  }
}

.story__list-child .story__item {
  grid-template-columns: 1fr;
  margin-top: 0;
}

.story__thumb-content {
  padding-top: 20px;
}

.story__list-child .m-arrow-more {
  width: 100%;
  display: block;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}

.story__list-child .story__date {
  margin-top: 24px;
  margin-bottom: 24px;
}

.story__list-child .story__item.m-scale-change {
  max-width: none;
  overflow: visible;
  height: auto;
}

.story__list-child .story__item-thumb.m-scale-change {
  max-width: none;
  overflow: hidden;
}

/* もっと見るボタン */
.story__load-more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px auto;
}

.story__load-more-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: none;
  border: 1px solid #000;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 80px;
  height: 80px;
  padding: 15px;
}

@media (max-width: 768px) {
  .story__load-more-btn {
    width: 60px;
    height: 60px;
  }
}

.story__load-more-btn:hover {
  background: #000;
  color: #fff;
}

.story__load-more-btn:hover .story__load-more-icon img {
  filter: invert(1);
}

.story__load-more-btn-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.story__load-more-text {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  font-family: "Zen Kaku Gothic New", "serif";
}

@media (max-width: 768px) {
  .story__load-more-text {
    font-size: 12px;
  }
}

.story__load-more-icon {
  width: 8px;
  height: auto;
  transition: transform 0.3s ease;
}

.story__load-more-icon img {
  transform: rotate(90deg);
}

.story__load-more-btn:hover .story__load-more-icon {
  transform: translateY(3px);
}

.story__load-more-btn.hidden {
  display: none;
}

.about-mainV {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #fff;
}

.about-mainV__inner {
  display: flex;
  height: 100vh;
}

@media (max-width: 600px) {
  .about-mainV__inner {
    flex-direction: column;
  }
}

.about-mainV__left {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 600px) {
  .about-mainV__left {
    width: 100%;
    height: 50%;
  }
}

.about-mainV__right {
  width: 50%;
}

@media (max-width: 600px) {
  .about-mainV__right {
    width: 100%;
    height: 50%;
  }
}

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

.about-mainV__content {
  text-align: center;
}

.about-mainV__title {
  font-size: 15px;
  font-weight: 500;
}

.about-mainV__text-list {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}

.about-mainV__text {
  font-size: 10px;
  font-weight: 500;
}

.about__text p {
  margin-top: 36px;
  font-size: 13px;
  line-height: 2.5;
}

@media (max-width: 420px) {
  .about__text p {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .about-profile__inner {
    grid-template-columns: 1fr;
  }
}

.about-profile {
  padding-top: 180px;
  padding-bottom: 160px;
}

@media (max-width: 600px) {
  .about-profile {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.about-profile__title {
  font-size: 10px;
  font-weight: 500;
}

.about-profile__name {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .about-profile__name {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0;
    align-items: end;
  }
}

.about-profile__name-text {
  display: flex;
  flex-direction: column;
}

.about-profile__name-text span:nth-child(1) {
  font-size: 8px;
}

.about-profile__name-text span:nth-child(2) {
  font-size: 15px;
}

.about-profile__name-text span:nth-child(3) {
  font-size: 10px;
}

.about-profile__right--sp {
  display: none;
}

@media (max-width: 768px) {
  .about-profile__right--sp {
    display: block;
  }
}

.about-profile__right {
  width: 60%;
  margin: 0 0 0 auto;
}

@media (max-width: 768px) {
  .about-profile__right {
    display: none;
  }
}

.about-history {
  padding-top: 175px;
}

@media (max-width: 600px) {
  .about-history {
    padding-top: 80px;
  }
}

.about-history__inner {
  grid-template-columns: 1fr 22%;
}

@media (max-width: 768px) {
  .about-history__inner {
    grid-template-columns: 1fr 0.6fr;
    gap: 20px;
  }
}

@media (max-width: 600px) {
  .about-history__inner {
    grid-template-columns: 1fr;
  }
}

.about-history__item {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 600px) {
  .about-history__item {
    gap: 40px;
    margin-top: 56px;
  }
}

.about-tomosu {
  padding-top: 216px;
  margin-bottom: 212px;
}

.about-tomosu__inner {
  align-items: center;
}

@media (max-width: 768px) {
  .about-tomosu__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 600px) {
  .about-tomosu__inner {
    gap: 0;
  }
}

.about-tomosu__left h2 {
  font-family: "Zen Kaku Gothic New", "serif";
  font-weight: 500;
  letter-spacing: 0.2em;
}

.about-tomosu__right {
  position: relative;
  cursor: pointer;
}

@media (max-width: 600px) {
  .about-tomosu__right {
    aspect-ratio: 1/1;
    margin-top: 40px;
  }
}

.about-tomosu__right img {
  object-fit: cover;
}

.about-tomosu__right p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(50%, -50%);
  font-size: 10px;
  font-weight: 500;
  color: #fff;
}

.about-tomosu__right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  transition: opacity 0.6s ease-in-out;
}

.about-tomosu__right:hover::before {
  opacity: 0;
}

.flow {
  padding-top: 180px;
  padding-bottom: 240px;
}

@media (max-width: 600px) {
  .flow {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

.flow__item-num {
  font-family: "Zen Kaku Gothic New", "serif";
  font-weight: 500;
}

.flow__item {
  gap: 15%;
  padding-bottom: 64px;
}

@media (max-width: 1080px) {
  .flow__item {
    gap: 40px;
  }
}

@media (max-width: 600px) {
  .flow__item {
    gap: 0;
    padding-bottom: 86px;
  }
}

.flow__item-content {
  padding-top: 1em;
}

@media (max-width: 600px) {
  .flow__item-content {
    padding-top: 20px;
  }
}

.flow__item-ttl {
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
}

.flow__item-text {
  font-size: 13px;
  margin-top: 28px;
  line-height: 2;
}

.single-page {
  margin-top: 144px;
}

.single-page__ttl {
  text-align: center;
  font-size: 15px;
  font-family: "Zen Kaku Gothic New", "serif";
  margin-bottom: 68px;
  letter-spacing: 0.2em;
  font-weight: 500;
}

.single-page__name {
  text-align: center;
  font-size: 15px;
  font-family: "Zen Kaku Gothic New", "serif";
  margin-top: 27px;
  letter-spacing: 0.2em;
  font-weight: 500;
}

.single-page__content {
  padding-bottom: 156px;
}

@media (max-width: 768px) {
  .single-page__content {
    padding-bottom: 0px;
  }
}

.single-page__content-title,
.single-page__desc {
  line-height: 2;
}

.single-page__content-head {
  margin-top: 60px;
}

.single-page__desc {
  margin-top: 72px;
  font-size: 13px;
}

.single-page__container {
  padding-bottom: 160px;
}

.single-page__chapter-box {
  margin-top: 200px;
  line-height: 2;
}

.single-page__chapter-num {
  text-align: center;
  font-family: "Zen Kaku Gothic New", "serif";
  font-weight: 500;
  letter-spacing: 0.2em;
}

.single-page__chapter-inner {
  margin-top: 68px;
  gap: 78px;
}

.single-page__chapter-left-inner {
  margin-top: 80px;
  font-size: 13px;
}

.single-page__chapter-right {
  display: flex;
  flex-direction: column;
  gap: 33px;
}

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

.single-page__gallery .swiper-button-prev,
.single-page__gallery .swiper-button-next {
  width: 70px;
  height: 70px;
  background: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media (max-width: 600px) {

  .single-page__gallery .swiper-button-prev,
  .single-page__gallery .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}

.single-page__gallery .swiper-button-prev img,
.single-page__gallery .swiper-button-next img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  display: block;
}

.single-page__gallery .swiper-button-prev::after,
.single-page__gallery .swiper-button-next::after {
  display: none;
}

.single-page__gallery .swiper-pagination.swiper-pagination-fraction {
  color: #fff;
  position: absolute;
  right: 20px;
  bottom: 20px;
  top: auto;
  width: auto;
  font-size: 15px;
  z-index: 10;
  text-align: end;
  font-family: "Zen Kaku Gothic New", "serif";
}

@media (max-width: 1080px) {
  .single-page__gallery .swiper-pagination.swiper-pagination-fraction {
    right: 18px;
  }
}

@media (max-width: 768px) {
  .single-page__gallery .swiper-pagination.swiper-pagination-fraction {
    right: 12px;
    bottom: 10px;
  }
}

.swiper-main {
  max-height: 700px;
}

.swiper-main img {
  width: 100%;
  height: 100%;
  max-height: 700px;
  aspect-ratio: 1/0.7;
  object-fit: contain;
  object-position: center;
}

.single-page__gallery-thumb-outer {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  z-index: 2;
}

.single-page__gallery-thumb-outer img {
  aspect-ratio: 1/0.6;
  object-fit: cover;
}

.swiper-thumb {
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
  padding: 0 20px;
  margin-top: 20px;
}

.swiper-thumb .swiper-slide {
  position: relative;
}

.swiper-thumb .swiper-slide img {
  object-fit: contain;
}

.swiper-thumb .swiper-slide:not(.swiper-slide-thumb-active) img {
  filter: brightness(0.4);
  transition: filter 0.2s;
}

.swiper-thumb .swiper-slide.swiper-slide-thumb-active img {
  filter: none;
}

.single-page__btm-content {
  margin-top: 220px;
}

@media (max-width: 768px) {
  .single-page__btm-content {
    margin-top: 88px;
  }
}

.single-page__btm-inner {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  align-items: center;
}

@media (max-width: 768px) {
  .single-page__btm-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.single-page__btm-right {
  aspect-ratio: 1/0.56;
}

.single-page__btm-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-page__btm-credit {
  font-size: 10px;
  color: #6F6F6F;
  line-height: 2;
  letter-spacing: 0.2em;
  font-family: "Zen Kaku Gothic New", "serif";
  font-weight: 500;
}

.single-page__story-list {
  padding-bottom: 40px;
}

.single-pagination {
  margin: 40px 0 140px 0;
}

@media (max-width: 768px) {
  .single-pagination {
    margin-top: 10px;
  }
}

.single-pagination .single-pagination__inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 0 20px;
  max-width: 500px;
  margin: 0 auto;
}

.single-pagination .single-pagination__item {
  font-size: 11px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", "serif";
  font-weight: 500;
  letter-spacing: 0.035em;
}

.single-pagination .single-pagination__item a {
  text-decoration: none;
  transition: opacity 0.3s;
}

.single-pagination .single-pagination__item a:hover {
  opacity: 0.5;
}

.single-pagination .single-pagination__item.single-pagination__back a {
  border-bottom: 1px solid #111;
  padding-bottom: 4px;
  display: inline-block;
}

.single-pagination .single-pagination__item .is-disabled {
  color: #aaa;
  pointer-events: none;
}

/********** FAQ Page **********/
.l-faq {
  padding: 132px 0 100px;
  background-color: #EAE8E1;
  min-height: 100vh;
}

@media (max-width: 768px) {
  .l-faq {
    padding: 80px 0 60px;
  }
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.faq-page-title {
  font-family: "Zen Kaku Gothic New", "serif";
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 120px;
  letter-spacing: 0.2em;
}

@media (max-width: 768px) {
  .faq-page-title {
    margin-bottom: 60px;
  }
}

.faq-intro-container {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 160px;
  justify-content: space-between;
}

@media (max-width: 1080px) {
  .faq-intro-container {
    gap: 30px;
    margin-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .faq-intro-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 600px) {
  .faq-intro-container {
    margin-bottom: 54px;
  }
}

.faq-img {
  width: 50%;
}

@media (max-width: 768px) {
  .faq-img {
    width: 100%;
  }
}



.faq-intro-title {
  font-family: "A1 Mincho", "serif";
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
}

.faq-intro-text {
  font-family: "A1 Mincho", "serif";
  font-size: 13px;
  font-weight: 700;
  line-height: 2.2;
}

.faq-intro-text p {
  margin-bottom: 0.5em;
}

.faq-intro-text p:last-child {
  margin-bottom: 0;
}

.faq-item {
  margin-bottom: 0;
}

@media screen and (max-width: 600px) {
  .faq-item {
    margin-bottom: 0;
  }
}

.faq-q-block {
  margin-bottom: 60px;
}

@media screen and (max-width: 600px) {
  .faq-q-block {
    margin-bottom: 30px;
  }
}

.faq-label {
  font-family: "Zen Kaku Gothic New", "serif";
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 600px) {
  .faq-label {
    margin-bottom: 10px;
  }
}

.faq-question-text {
  font-family: "A1 Mincho", "serif";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.faq-a-block {
  margin-bottom: 0;
}

.faq-answer-text {
  font-family: "A1 Mincho", "serif";
  font-size: 13px;
  font-weight: 700;
  line-height: 2.2;
}

.faq-answer-text p {
  margin-bottom: 0.5em;
}

.faq-answer-text p:last-child {
  margin-bottom: 0;
}

.faq-separator {
  margin: 100px 0;
  border: none;
  border-top: 1px solid #6F6F6F;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .faq-separator {
    margin: 50px 0;
  }
}

.faq-contact {
  margin-top: 160px;
  text-align: left;
}

@media (max-width: 768px) {
  .faq-contact {
    margin-top: 100px;
  }
}

@media screen and (max-width: 600px) {
  .faq-contact {
    margin-top: 60px;
  }
}

.faq-contact-text {
  font-family: "A1 Mincho", "serif";
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 80px;
  line-height: 2.2;
}

@media (max-width: 768px) {
  .faq-contact-text {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 600px) {
  .faq-contact-text {
    margin-bottom: 30px;
  }
}

.faq-contact .m-arrow-more__link {
  width: 100%;
}

/*# sourceMappingURL=main.css.map */