@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

.l-main.l-article {
  margin-left: auto;
  margin-right: auto;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  min-width: 320px;
  overflow-x: hidden;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #000000;
  background-color: #f5f4ef;
  min-width: 320px;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  line-height: 1.5;
}

h1 {
  font-size: 32px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 48px;
  }
}

h2 {
  font-size: 28px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 20px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 20px;
  }
}

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

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* メディア要素の保護 */
img, video {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  user-drag: none;
}

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

.section {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .section {
    padding: 40px 0;
  }
}

.bg-white {
  background-color: #ffffff;
}

.bg-light {
  background-color: #faf9f3;
}

.pc-only {
  display: none !important;
}
@media (min-width: 768px) {
  .pc-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.sp-only {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

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

.text-right {
  text-align: right;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slideInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.js-scroll-trigger {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}
.js-scroll-trigger.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.section-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 341px;
}
@media (min-width: 768px) {
  .section-button {
    max-width: 385px;
    width: 385px;
    margin-top: 17px;
  }
}
@media (min-width: 320px) and (max-width: 374px) {
  .section-button {
    width: 280px;
  }
}
.section-button a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  color: #000000;
  background-color: #dedcc7;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: clamp(17.875rem, 13.445rem + 33.15vw, 27.063rem);
  height: 37.712px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .section-button a {
    font-size: 15px;
  }
  .section-button a:hover {
    background-color: #d9d6c3;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
}

.hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 29px;
  right: 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.6px;
  width: 50px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}
@media (min-width: 768px) {
  .hamburger {
    top: 37px;
    right: 35px;
  }
}
.hamburger__line {
  display: block;
  width: 52.38px;
  height: 1px;
  background-color: #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hamburger__text {
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.16825;
  letter-spacing: 3.04px;
  margin-top: 2px;
}
.hamburger.is-active .hamburger__line {
  background-color: #ffffff;
}
.hamburger.is-active .hamburger__line:nth-child(1) {
  -webkit-transform: rotate(30deg) translate(6px, 6px);
          transform: rotate(30deg) translate(6px, 6px);
}
.hamburger.is-active .hamburger__line:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active .hamburger__line:nth-child(3) {
  -webkit-transform: rotate(-30deg) translate(6px, -6px);
          transform: rotate(-30deg) translate(6px, -6px);
}
.hamburger.is-active .hamburger__text {
  color: #ffffff;
  font-size: 0;
}
.hamburger.is-active .hamburger__text::before {
  content: "CLOSE";
}

.drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  overflow-y: auto;
}
.drawer.is-open {
  opacity: 1;
  visibility: visible;
}
.drawer__close {
  position: absolute;
  top: 19px;
  right: 31px;
  width: 40px;
  height: 40px;
  background: transparent;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .drawer__close {
    top: 24px;
    right: 35px;
    width: 50px;
    height: 50px;
  }
}
.drawer__close:hover {
  border-color: rgba(255, 255, 255, 0.6);
}
.drawer__close-icon {
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 51.626px;
  height: 14.501px;
}
@media (min-width: 768px) {
  .drawer__close-icon {
    top: 12px;
    width: 51px;
    height: 24px;
  }
}
.drawer__close-icon span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.drawer__close-icon span:first-child {
  -webkit-transform: translateY(-50%) rotate(15deg);
          transform: translateY(-50%) rotate(15deg);
}
.drawer__close-icon span:last-child {
  -webkit-transform: translateY(-50%) rotate(-15deg);
          transform: translateY(-50%) rotate(-15deg);
}
.drawer__close-label {
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  white-space: nowrap;
  color: #fff;
  font-size: 16px;
  line-height: 1.16825;
  letter-spacing: 1.6px;
}
@media (min-width: 768px) {
  .drawer__close-label {
    bottom: -2px;
    font-family: "Cormorant Garamond", serif;
    font-size: 16px;
  }
}
.drawer__bg-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
  opacity: 0.2;
  pointer-events: none;
}
@media (min-width: 768px) {
  .drawer__bg-image {
    width: 30%;
  }
}
.drawer__bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.drawer__content {
  position: relative;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 100vh;
  padding: 80px 80px 60px;
  z-index: 2;
}
@media (min-width: 768px) {
  .drawer__content {
    padding: 100px 50px 80px;
    max-width: 637px;
    margin: 0 auto;
  }
}
.drawer__list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  margin-bottom: 10px;
}
.drawer__list li:last-child {
  margin-bottom: 0;
}
.drawer__list li a {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 10px;
  position: relative;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .drawer__list li a {
    font-size: 18px;
    padding: 15px 15px 8px;
  }
}
.drawer__list li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #c9c7ab;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.drawer__list li a:hover {
  color: #c9c7ab;
}
.drawer__list li:first-child a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #c9c7ab;
}
.drawer__close-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  background: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .drawer__close-bottom {
    gap: 10px;
  }
}
.drawer__close-bottom:hover {
  opacity: 0.7;
}
.drawer__close-icon-small {
  position: relative;
  width: 16px;
  height: 16px;
}
@media (min-width: 768px) {
  .drawer__close-icon-small {
    width: 20px;
    height: 20px;
  }
}
.drawer__close-icon-small span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.drawer__close-icon-small span:first-child {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.drawer__close-icon-small span:last-child {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.drawer__close-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  color: #ffffff;
  padding-top: 5px;
}
@media (min-width: 768px) {
  .drawer__close-text {
    font-size: 14px;
  }
}

.drawer-overlay {
  display: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 75px;
  padding: 27px 25px 8px;
}
@media (min-width: 768px) {
  .header__inner {
    height: 90px;
    padding: 20px 38px;
  }
}
.header__logo {
  margin: 0;
}
.header__logo a {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__logo a:hover {
  opacity: 0.8;
}
.header__logo img {
  height: 80px;
  width: auto;
}
@media (min-width: 768px) {
  .header__logo img {
    height: 120px;
  }
}
@media (max-width: 767px) {
  .header__nav {
    display: none;
  }
}

.nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.nav-list li a {
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-list li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #95926b;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.nav-list li a:hover {
  color: #95926b;
}
.nav-list li a:hover::after {
  width: 100%;
}
.nav-list li a.is-current {
  color: #95926b;
  font-weight: 500;
}
.nav-list li a.is-current::after {
  width: 100%;
}

@-webkit-keyframes slideDownFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideDownFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.hero-top {
  position: relative;
  z-index: 101;
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
}
.hero-top__container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .hero-top__container {
    padding: 0;
  }
}
.hero-top__image {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  width: clamp(3.125rem, 1.514rem + 8.05vw, 5.375rem);
  height: auto;
  pointer-events: auto;
  -webkit-animation: slideDownFade 1s ease-out 0.3s both;
          animation: slideDownFade 1s ease-out 0.3s both;
}
@media (min-width: 768px) {
  .hero-top__image {
    width: 87px;
    height: auto;
    padding-top: 64px;
  }
}
.hero-top__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.reservation {
  background-color: #e6e3d7;
  padding-top: 60px;
  padding-bottom: 61px;
}
@media (min-width: 768px) {
  .reservation {
    padding-top: 97px;
    padding-bottom: 97px;
  }
}

.reservation__inner {
  padding-inline: 18px;
  max-width: 450px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .reservation__inner {
    padding-inline: 30px;
    margin: 0 auto;
    max-width: 1140px;
  }
}

.resavation-title {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 2.3535;
}
@media (min-width: 768px) {
  .resavation-title {
    font-size: 37px;
    line-height: 1.8;
  }
}

.resavation-title__sub {
  color: #95926b;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  font-style: normal;
  line-height: 1.02623;
  letter-spacing: 0.28px;
}
@media (min-width: 768px) {
  .resavation-title__sub {
    line-height: 1;
    letter-spacing: 0.287px;
  }
}

.reservation__description {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-style: normal;
  line-height: 1.6;
  padding-top: 49px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .reservation__description {
    padding-top: 49px;
    line-height: 1.8;
  }
}

.reservation__cards {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .reservation__cards {
    padding-top: 31px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 33px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.reservation__card {
  width: 100%;
}
@media (min-width: 768px) {
  .reservation__card {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

/* 常に transition を設定 */
.reservation__card-inner img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ホバー時：上に2px移動 + シャドウ */
.reservation__card-inner :hover img {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* PC版：PC固有の設定 */
.reservation__card-inner a {
  opacity: 1 !important;
}

@media (min-width: 768px) {
  .reservation__card-inner :hover img {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}

.reservation__card-inner a {
  cursor: pointer;
}
@media (min-width: 768px) {
  .reservation__card-inner a {
    opacity: 1 !important;
  }
}

/* SNS セクション レイアウト */
.sns {
  background: #c5be99;
  padding-top: 87px;
  padding-bottom: 61px;
  position: relative;
}
@media (min-width: 768px) {
  .sns {
    padding-top: 80px;
  }
}
.sns::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 124px;
  height: 48px;
  background-color: #e6e3d7;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  z-index: 10;
}

.sns__inner {
  padding-inline: 18px;
}
@media (min-width: 768px) {
  .sns__inner {
    padding-inline: 30px;
    margin: 0 auto;
    max-width: 1140px;
  }
}

@media (min-width: 768px) {
  .sns__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 33px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.sns__wrap {
  padding-top: 40px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .sns__wrap {
    padding-top: 0;
  }
}

.sns__description {
  background-color: #eceade;
  border-radius: 50px;
  padding: 3px 30px;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
}

.sns__text {
  color: #000000;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75;
  display: inline;
  white-space: nowrap;
}

.sns-banner {
  padding-top: 22px;
  width: 100%;
}
@media (min-width: 768px) {
  .sns-banner {
    padding-top: 28px;
  }
}

.sns__banner-inner a {
  cursor: pointer;
}

/* 常に transition を設定 */
.sns__banner-inner img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ホバー時：上に2px移動 + シャドウ */
.sns__banner-inner :hover img {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* PC版：PC固有の設定 */
@media (min-width: 768px) {
  .sns__banner-inner a {
    opacity: 1 !important;
  }
  .sns__banner-inner :hover img {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
@media (min-width: 768px) {
  .sns-banner-link--instagram img {
    border-radius: 25px;
  }
}

.footer {
  position: relative;
  color: #ffffff;
  overflow: hidden;
  height: 1137px;
}
@media (min-width: 768px) {
  .footer {
    height: 812px;
    padding-block: 150px;
  }
}
.footer__video {
  z-index: 1;
  display: block;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 768px) {
  .footer__video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.footer__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  height: 220px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), color-stop(50%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.2) 100%);
  display: block;
}
@media (min-width: 768px) {
  .footer__overlay {
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
}
.footer__bg-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 927px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(50%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.2) 100%);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: 1;
  display: block;
}
@media (min-width: 768px) {
  .footer__bg-bottom {
    display: none;
  }
}
.footer__content {
  position: relative;
  height: 1137px;
  z-index: 3;
  padding: 45px 20px 80px;
  margin-top: -210px;
}
@media (min-width: 768px) {
  .footer__content {
    display: none;
    height: 0;
    padding: 0;
    margin: 0;
  }
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  max-width: 1080px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .footer__inner {
    gap: 40px;
  }
}
.footer__part {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__logo img {
  width: 163px;
  height: 248.342px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 15px;
  max-width: 360px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  line-height: 1.14;
}
@media (min-width: 768px) {
  .footer__list {
    max-width: none;
    gap: clamp(0.938rem, 0.407rem + 1.11vw, 1.25rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
  }
}
.footer__list li {
  position: relative;
  padding-top: 2px;
}
.footer__list li::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -11px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #c9c7ab;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .footer__list li::before {
    top: -16px;
    width: 10px;
    height: 10px;
  }
}
.footer__list li:hover::before {
  opacity: 1;
}
.footer__list li a {
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  line-height: 17.241px;
  -webkit-font-feature-settings: "vrt2" on;
          font-feature-settings: "vrt2" on;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}
@media (min-width: 768px) {
  .footer__list li a {
    font-size: 20px;
    line-height: 1.2;
  }
}
.footer__list li a:hover {
  color: #c9c7ab;
  opacity: 0.8;
}
.footer__part--3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-top: -12px;
}
@media (min-width: 768px) {
  .footer__part--3 {
    padding-top: 30px;
  }
}
.footer__booking {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  width: 100%;
}
.footer__booking-label {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.05em;
  margin: 0;
}
@media (min-width: 768px) {
  .footer__booking-label {
    font-size: 13px;
  }
}
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .footer__social {
    gap: 15px;
  }
}
.footer__social-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__social-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__social-icon:hover {
  opacity: 0.7;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (min-width: 768px) {
  .footer__social-icon:hover {
    opacity: 0.8;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.footer__copyright {
  font-size: 10px;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.05em;
  color: #fff;
  opacity: 0.9;
  margin: 0;
  padding-top: 20px;
  width: 100%;
  left: 50%;
}
@media (min-width: 768px) {
  .footer__copyright {
    font-size: 11px;
    padding: 0;
    -webkit-transform: none;
            transform: none;
    left: auto;
  }
}
.footer__part--4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 28px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 320px) and (max-width: 374px) {
  .footer__part--4 {
    gap: clamp(0.25rem, 0.892rem + 0.8vw, 1rem);
  }
}
.footer__en-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 167px;
          flex: 0 0 167px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
}
@media (min-width: 768px) {
  .footer__en-content {
    gap: 20px;
  }
}
.footer__en-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 23px;
  font-weight: 400;
  color: #fff;
  line-height: 1.17391;
  letter-spacing: 1.15px;
  margin: 0;
  padding: 0;
  text-align: start;
}
.footer__en-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.7px;
  margin: 0;
  padding: 0;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 21;
  -webkit-box-orient: vertical;
  text-align: start;
}
.footer__en-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 126px;
          flex: 0 0 126px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__en-image picture {
  display: block;
  width: 100%;
}
.footer__en-image img {
  width: 126px;
  height: 191px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  display: block;
}
.footer__pc-layout {
  display: none;
}
@media (min-width: 768px) {
  .footer__pc-layout {
    display: block;
    z-index: 3;
  }
}
.footer__inner-pc {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-template-areas: "pc-image" "pc-menu" "pc-en" "pc-booking" "pc-logo" "pc-social" "pc-copyright";
  gap: 30px;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 3;
  padding: 12px 0px 12px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media (min-width: 768px) {
  .footer__inner-pc {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "pc-image pc-menu pc-logo" "pc-en pc-booking pc-social" "pc-copyright pc-copyright pc-copyright";
    row-gap: 0;
    -webkit-column-gap: clamp(1.875rem, -2.74rem + 9.62vw, 3.75rem);
       -moz-column-gap: clamp(1.875rem, -2.74rem + 9.62vw, 3.75rem);
            column-gap: clamp(1.875rem, -2.74rem + 9.62vw, 3.75rem);
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding-inline: 30px;
    height: 667px;
  }
}
.footer__pc-logo {
  grid-area: pc-logo;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .footer__pc-logo {
    position: absolute;
    top: -26px;
    right: 2px;
    width: 243px;
    height: 456px;
  }
}
.footer__pc-logo img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__pc-menu {
  grid-area: pc-menu;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.footer__pc-en {
  grid-area: pc-en;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .footer__pc-en {
    width: clamp(12.875rem, -0.048rem + 26.92vw, 18.125rem);
  }
}
.footer__pc-image {
  grid-area: pc-image;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .footer__pc-image {
    width: clamp(6.875rem, 3.052rem + 7.96vw, 9.125rem);
  }
}
.footer__pc-image picture {
  display: block;
  width: clamp(120px, 30vw, 150px);
  height: auto;
}
@media (min-width: 768px) {
  .footer__pc-image picture {
    width: clamp(6.875rem, 3.052rem + 7.96vw, 9.125rem);
  }
}
.footer__pc-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  display: block;
}
.footer__pc-booking {
  grid-area: pc-booking;
  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: 12px;
  width: 100%;
}
.footer__button {
  margin-top: 0px !important;
  width: 100%;
}
@media (min-width: 768px) {
  .footer__button {
    width: auto;
  }
}
.footer__button a {
  height: 47.714px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 263px;
}
@media (min-width: 768px) {
  .footer__button a {
    width: clamp(13.375rem, -0.01rem + 27.88vw, 18.813rem);
  }
}
@media (min-width: 768px) {
  .footer__bottomWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    position: absolute;
    bottom: 170px;
    right: 31px;
    width: 291px;
    height: auto;
  }
}
.footer__pc-copyright {
  grid-area: pc-copyright;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 20px;
  padding-top: 22px;
}
@media (min-width: 768px) {
  .footer__pc-copyright {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 10px;
    gap: 40px;
  }
}
.footer__copyright {
  font-size: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.7px;
  color: #fff;
  opacity: 0.9;
  margin: 0;
  padding: 0;
  border: none;
  text-align: center;
  line-height: 1.11052;
  padding-top: 28px;
}
@media (min-width: 768px) {
  .footer__copyright {
    font-size: 11px;
    text-align: left;
    letter-spacing: 0.77px;
    line-height: 1.00956;
    font-size: 11px;
  }
}
.footer__pc-social {
  grid-area: pc-social;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .footer__pc-social {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.footer__social-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__social-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__social-icon:hover {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.section::before {
  content: "";
  position: absolute;
  width: calc(100% - 34px);
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #e6e3d7;
}

.section-title {
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(36px, 10vw, 48px);
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.72px;
  line-height: 1;
}
@media (min-width: 768px) {
  .section-title {
    font-size: 48px;
  }
}
.section-title__sub {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  color: #95926b;
  text-align: center;
  font-weight: 400;
  line-height: 1.25427;
  letter-spacing: 0.84px;
  padding-bottom: 30px;
  line-height: 1;
  letter-spacing: 0.24px;
}
@media (min-width: 768px) {
  .section-title__sub {
    line-height: 1.25427;
    letter-spacing: 0.84px;
    padding-top: 9px;
    padding-bottom: 66px;
  }
}

.hero {
  position: relative;
  background-color: #f5f4ef;
  padding-top: 40px;
  width: 100%;
}
@media (min-width: 768px) {
  .hero {
    padding: 74px 0 47px;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.hero__container {
  position: relative;
  max-width: 1200px;
  width: 100%;
  height: calc(100vw + 160px);
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .hero__container {
    height: 595px;
    min-height: initial;
    padding: 0;
  }
}
.hero__container::before {
  content: "";
  position: absolute;
  width: calc(100% - 34px);
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #e6e3d7;
}
.hero__bg-box {
  position: absolute;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 auto;
  width: 65vw;
}
@media (min-width: 768px) {
  .hero__bg-box {
    display: block;
    top: 10%;
    max-width: 1200px;
    margin: 0 auto;
    width: clamp(37.5rem, 11.058rem + 55.09vw, 53.063rem);
    height: 385px;
    z-index: 1;
    left: 57%;
  }
}
.hero__bg-box img {
  width: 100%;
  margin: 0 auto;
}
.hero__watermark-container {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 43%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .hero__watermark-container {
    top: 11%;
    left: auto;
    right: 4%;
    -webkit-transform: none;
            transform: none;
  }
}
@media (min-width: 1200px) {
  .hero__watermark-container {
    right: 15%;
  }
}
@media (min-width: 1440px) {
  .hero__watermark-container {
    right: 14%;
  }
}
.hero__watermark {
  position: relative;
  margin: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
.hero__watermark-icon {
  width: clamp(2.375rem, 3.581rem + 7.65vw, 6.25rem);
  height: auto;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .hero__watermark-icon {
    margin-bottom: 8px;
    width: clamp(7.563rem, 3.101rem + 9.29vw, 7.375rem);
    position: absolute;
    right: calc(50% + 31px);
    margin-top: -39px;
  }
}
.hero__watermark-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero__image {
  position: absolute;
  overflow: hidden;
  z-index: 2;
  top: 108px;
}
.hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.hero__image--center {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  max-width: 100%;
  width: 87%;
  left: 52%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 19%;
}
@media (min-width: 768px) {
  .hero__image--center {
    position: absolute;
    left: 43%;
    top: 39%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 645px;
    height: 482px;
    max-width: 645px;
    margin: 0 auto;
  }
}
.hero__image--left {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  width: 19.6%;
  height: auto;
  position: absolute;
  z-index: 4;
  top: 29.1%;
  left: 4.7%;
}
@media (min-width: 768px) {
  .hero__image--left {
    position: absolute;
    right: auto;
    left: 5%;
    top: 16%;
    height: auto;
    max-width: 165px;
    width: 13.5%;
  }
}
.hero__image--right {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  width: clamp(140px, 34vw, 247px);
  height: auto;
  position: absolute;
  top: clamp(70%, 96vw, 90%);
  left: clamp(48.6%, 55vw, 60%);
  z-index: 3;
}
@media (min-width: 768px) {
  .hero__image--right {
    position: absolute;
    left: clamp(70.5%, 70vw, 74%);
    top: 57.91%;
    width: 20.42%;
    max-width: none;
  }
}
.hero__text-area {
  position: absolute;
  top: clamp(70%, 96vw, 90%);
  right: 56%;
  height: 10.5%;
  text-align: start;
  z-index: 3;
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
  width: clamp(6.875rem, 1.595rem + 26.4vw, 14.25rem);
}
@media (min-width: 768px) {
  .hero__text-area {
    position: absolute;
    text-align: left;
    width: 19%;
    left: 5.17%;
    top: 63%;
  }
}
.hero__description {
  font-family: "Inter", serif;
  color: #000000;
  margin-bottom: 8px;
  font-size: 4.2px;
  line-height: 1.9;
  letter-spacing: 0.211px;
}
@media (min-width: 768px) {
  .hero__description {
    font-size: 7.93px;
    line-height: 1.91;
    margin-bottom: 23px;
  }
}
.hero__title {
  font-family: "Cormorant Garamond", serif;
  font-size: 7.925px;
  font-weight: 400;
  line-height: 1.99866;
  letter-spacing: 0.396px;
  color: #000000;
}
@media (min-width: 768px) {
  .hero__title {
    font-size: 14.89px;
  }
}

.about {
  position: relative;
  overflow: hidden;
  padding-top: 85px;
  padding-bottom: 40px;
  padding-inline: 17px;
}
@media (min-width: 768px) {
  .about {
    padding-top: 60px;
    padding-bottom: 120px;
    max-width: 1034px;
    width: 100%;
    margin: 0 auto;
    padding-inline: 30px;
  }
}
.about::before {
  content: "";
  position: absolute;
  width: calc(100% - 34px);
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #e6e3d7;
}
.about__subtitle {
  padding-bottom: 59px;
}
.about__container {
  position: relative;
  max-width: 457px;
  margin: 0 auto;
  padding: 0px 20px;
}
@media (min-width: 768px) {
  .about__container {
    padding: 0 20px;
    max-width: 1120px;
  }
}
.about__bg-about {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50%;
  height: 50%;
  background-image: url("../../images/svg/ABOUT.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  pointer-events: none;
  opacity: 1;
}
@media (min-width: 768px) {
  .about__bg-about {
    width: 90%;
    height: 90%;
  }
}
.about__bg-map {
  position: absolute;
  left: 23%;
  top: 39%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: clamp(105.065px, 32.01vw, 242px);
  height: clamp(99.506px, 32.51vw, 229px);
  background-image: url("../../images/svg/map-niigata.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
  opacity: 1;
}
@media (min-width: 768px) {
  .about__bg-map {
    width: 242px;
    height: 229px;
    left: 50%;
    top: 50%;
    opacity: 1;
  }
}
.about__row {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .about__row {
    margin-bottom: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .about__row--row-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2rem;
  }
}
@media (min-width: 768px) {
  .about__row--row-1 {
    position: relative;
  }
  .about__row--row-1 img {
    width: 100%;
    height: 100%;
  }
}
.about__row--row-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media (min-width: 768px) {
  .about__row--row-2 {
    grid-template-columns: 1fr 1fr;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
    top: calc(50% - 395px);
    left: calc(50% + 150px);
    width: 454px;
    height: 220px;
    position: absolute;
  }
}
@media (min-width: 768px) {
  .about__row--pc-1 {
    grid-template-columns: 1fr;
    max-width: 400px;
  }
}
.about__row--primary {
  position: relative;
}
@media (min-width: 768px) {
  .about__row--primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: -4px;
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .about__row--1 {
    margin-bottom: 20px;
    margin-left: 22px;
  }
}
@media (min-width: 768px) {
  .about__row--1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
    top: calc(50% - 136px);
    left: calc(50% + 41px);
    position: absolute;
  }
}
@media (max-width: 767px) {
  .about__row--secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: -54px;
    margin-top: 10px;
    max-width: 400px;
    margin-inline: auto;
  }
}
@media (min-width: 768px) {
  .about__row--secondary {
    margin-bottom: 56px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .about__row--text-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 768px) {
  .about__row--text-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 767px) {
  .about__row--2 {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: clamp(170px, 25.01vw, 210px);
    height: clamp(100px, 17.85vw, 150px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-transform: translateX(-33%);
            transform: translateX(-33%);
  }
}
@media (min-width: 768px) {
  .about__row--2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0;
    width: auto;
    height: auto;
  }
}
@media (max-width: 767px) {
  .about__row--1 {
    margin-bottom: 20px;
    margin-left: 22px;
  }
}
@media (min-width: 768px) {
  .about__row--1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
    top: calc(50% - 136px);
    left: calc(50% + 41px);
    position: absolute;
  }
}
@media (max-width: 767px) {
  .about__row--text-2 {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .about__row--text-2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0;
    margin-top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.about__row--third {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 17px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 357px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .about__row--third {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1038px;
  }
}
@media (max-width: 767px) {
  .about__row--text-3-en {
    font-size: 5px;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    padding-top: 12px;
  }
}
@media (min-width: 768px) {
  .about__row--text-3-en {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 283px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .about__row--image-3-center {
    display: none;
  }
}
@media (min-width: 768px) {
  .about__row--image-3-center {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 246px;
    height: 106px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .about__row--text-3-jp {
    width: 100%;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    min-width: 0;
  }
}
@media (min-width: 768px) {
  .about__row--text-3-jp {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.about__images {
  z-index: 1;
  width: 100%;
}
@media (max-width: 767px) {
  .about__images {
    margin-left: -17px;
    margin-right: -17px;
    width: calc(100% + 34px);
  }
}
@media (min-width: 768px) {
  .about__images {
    gap: 20px;
    margin: 0;
    width: 100%;
  }
}
.about__image {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .about__image {
    border-radius: 4px;
  }
}
.about__image--1 {
  top: calc(50% + 150px);
  right: calc(50% - 250px);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  height: auto;
  width: clamp(10.75rem, 7.171rem + 25.9vw, 27.75rem);
}
@media (min-width: 768px) {
  .about__image--1 {
    height: 248px;
    width: 375px;
  }
  .about__image--1 img {
    height: 248px;
    width: 375px;
  }
}
.about__image--2 {
  top: calc(50% + 170px);
  left: clamp(30px, 5.21vw, 70px);
  width: clamp(91.835px, 25.01vw, 105px);
  height: clamp(65.596px, 17.85vw, 99px);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media (min-width: 768px) {
  .about__image--2 {
    display: none;
  }
}
.about__image--3 {
  width: clamp(189px, 52.01vw, 280px);
  height: clamp(112px, 18vw, 162px);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 768px) {
  .about__image--3 {
    display: none;
  }
}
@media (max-width: 767px) {
  .about__image--4 {
    width: clamp(121px, 40.01vw, 200px);
    height: clamp(123px, 31.85vw, 140px);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 121px;
    margin-top: -36px;
  }
  .about__image--4 img {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .about__image--4 {
    width: 94%;
    height: auto;
  }
  .about__image--4 img {
    width: 100%;
    height: auto;
    display: block;
  }
}
@media (max-width: 767px) {
  .about__image__row--sp-only {
    display: block;
  }
}
@media (min-width: 768px) {
  .about__image__row--sp-only {
    display: none;
  }
}
@media (min-width: 768px) {
  .about__image__row--images-3-center {
    display: block;
    width: 246px;
    height: 106px;
  }
  .about__image__row--images-3-center img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 767px) {
  .about__image__row--pc-only {
    display: none;
  }
}
@media (min-width: 768px) {
  .about__image__row--pc-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .about__images--row-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 12px;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}
@media (min-width: 768px) {
  .about__images--row-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 374px) {
  .about__images--row-2 {
    gap: 5px;
  }
}
.about__text {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .about__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  .about__text--1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 768px) {
  .about__text--1 {
    margin-left: clamp(0.25rem, -3.911rem + 9.75vw, 3.9rem);
  }
}
@media (min-width: 1000px) {
  .about__text--1 {
    margin-left: clamp(1.25rem, -3.911rem + 10.75vw, 3.9rem);
  }
}
@media (min-width: 768px) {
  .about__text--pc-1 {
    padding-right: 20px;
  }
}
.about__text--2 {
  margin-left: -90px;
}
@media (min-width: 768px) {
  .about__text--2 {
    padding-top: 68px !important;
    margin-left: 43px;
  }
}
@media (min-width: 320px) and (max-width: 374px) {
  .about__text--2 {
    margin-left: -30px;
  }
}
.about__description {
  line-height: 2.42857;
  color: #000000;
  margin-bottom: 0;
  font-size: 14px;
  letter-spacing: -0.2px;
}
@media (min-width: 768px) {
  .about__description {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 1.5em;
  }
  .about__description:last-child {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 2;
    letter-spacing: 0;
  }
}
.about__description--en {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 5px;
  line-height: 1.25;
  letter-spacing: 0.346px;
  margin-bottom: 1.2em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media (min-width: 768px) {
  .about__description--en {
    font-size: 8.884px !important;
    letter-spacing: 0.622px !important;
    line-height: 1.25 !important;
    padding-top: 0;
  }
}
.about__description--jp {
  font-size: 14px;
  line-height: 2.4;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  -webkit-box-align: flex-starte;
      -ms-flex-align: flex-starte;
          align-items: flex-starte;
  margin-left: 9px;
  margin-top: 4px;
}
@media (min-width: 768px) {
  .about__description--jp {
    font-size: 16px;
    line-height: 2;
  }
}
@media (min-width: 320px) and (max-width: 374px) {
  .about__description--jp {
    margin-left: -14px;
    margin-right: -14px;
    margin-top: 3px;
  }
}
.about__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .about__logo {
    width: clamp(45px, 2vw, 52px);
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: -12px;
    margin-left: -11px;
  }
}
@media (min-width: 768px) {
  .about__logo {
    height: auto;
    margin-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: -43px 0 85px 11px;
  }
}
@media (min-width: 768px) {
  .about__row--pc-1 .about__text--pc-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .about__row--pc-1 .about__images--pc-1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .about__row--text-1 .about__logo-pc {
    margin: 0 auto 30px;
    display: block;
  }
}

.anchor-nav {
  position: relative;
  margin: 40px 17px 0;
  background-color: #f5f4ef;
  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;
  padding-block: 0;
  height: clamp(26.313rem, 17.875rem + 42.19vw, 38.125rem);
}
.anchor-nav::before {
  content: "";
  position: absolute;
  width: calc(100% - 34px);
  height: 1px;
  bottom: -38px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #e6e3d7;
}
@media (min-width: 768px) {
  .anchor-nav::before {
    bottom: 37px;
  }
}
@media (min-width: 768px) {
  .anchor-nav {
    padding-top: 0px;
    padding-bottom: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1077px;
    margin: 0 auto;
    height: 476px;
  }
}
.anchor-nav a {
  position: relative;
  display: inline-block;
}
.anchor-nav a::before {
  content: "";
  position: absolute;
  left: -17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #c9c7ab;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
.anchor-nav a:hover::before {
  opacity: 1;
}
.anchor-nav__video {
  width: clamp(21.5rem, 9.894rem + 38.03vw, 28.125rem);
}
@media (min-width: 768px) {
  .anchor-nav__video {
    width: clamp(280px, 43vw, 490px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 320px) and (max-width: 374px) {
  .anchor-nav__video {
    width: 286px;
  }
}
.anchor-nav__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 20px;
  gap: clamp(1.063rem, -0.251rem + 1.57vw, 0.5rem);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 768px) {
  .anchor-nav__content {
    padding-top: 42px;
    padding-left: clamp(1.875rem, -0.249rem + 6.42vw, 5.125rem);
    gap: 32px;
    width: clamp(13.75rem, 8.015rem + 31.95vw, 36.894rem);
  }
}
.anchor-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11px;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 86%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-top: 18px;
}
@media (min-width: 768px) {
  .anchor-nav__list {
    padding-inline: 0;
    padding-bottom: 0;
    font-size: clamp(1.5rem, 0.438rem + 2.21vw, 2.125rem);
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 0;
    gap: 32px;
    padding-left: 40px;
    margin-top: 0;
  }
}
.anchor-nav li {
  position: relative;
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.44px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 0px;
  text-align: start;
}
@media (min-width: 768px) {
  .anchor-nav li {
    font-size: clamp(1.625rem, 0.775rem + 1.77vw, 2.125rem);
    letter-spacing: 0.68px;
    line-height: 1.17647;
  }
}
.anchor-nav li:hover {
  opacity: 0.8;
}
.anchor-nav span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(0.688rem, 0.553rem + 0.67vw, 0.875rem);
  font-weight: 400;
  color: #95926b;
  letter-spacing: 0.68px;
  line-height: 1.17647;
  padding-left: 12px;
  margin-top: 4px;
  white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 1000px) {
  .anchor-nav span {
    white-space: normal;
  }
}
@media (min-width: 768px) {
  .anchor-nav span {
    font-size: 16px;
    padding-left: 16px;
    margin-top: 8px;
    white-space: nowrap;
  }
}
.anchor-nav__icon {
  width: clamp(3.063rem, 1.54rem + 6.04vw, 4.75rem);
  height: auto;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: center;
      align-self: center;
}
@media (min-width: 768px) {
  .anchor-nav__icon {
    width: 76px;
    height: auto;
  }
}
.anchor-nav__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.concept {
  position: relative;
  padding-top: 60px;
  padding-bottom: 52px;
}
@media (min-width: 768px) {
  .concept {
    padding-top: 100px;
    padding-bottom: 122px;
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding-inline: 30px;
  }
}

@media (min-width: 768px) {
  .conscept__bg {
    width: 300px;
    position: absolute;
    left: clamp(39.375rem, 14.931rem + 50.93vw, 54.125rem);
    top: 22px;
    width: 100px;
    height: 100%;
    background-image: url("../../images/svg/CONCEPT.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    pointer-events: none;
    opacity: 1;
  }
}

.concept__header {
  text-align: center;
}

.concept__inner {
  padding-inline: 17px;
}
@media (min-width: 768px) {
  .concept__inner {
    padding-inline: 30px;
    margin: 0 auto;
  }
}

.concept__container {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .concept__container {
    max-width: 835px;
    margin: 0 auto;
    padding-inline: 20px;
  }
}

.concept__content {
  gap: 23px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-inline: 17px;
}
@media (min-width: 768px) {
  .concept__content {
    font-size: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: clamp(10px, 4vw, 60px);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    padding-top: 24px;
    width: 100%;
    max-width: 835px;
    margin: 0 auto;
  }
}
@media (min-width: 1000px) {
  .concept__content {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.concept__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  padding-top: 12px;
}
@media (min-width: 768px) {
  .concept__image {
    gap: clamp(10px, 4vw, 60px);
    -webkit-box-pack: baseline;
        -ms-flex-pack: baseline;
            justify-content: baseline;
    padding-top: 0;
  }
}

.concept__image--primary {
  border-radius: 4px;
  max-width: 255px;
  height: auto;
}
@media (min-width: 768px) {
  .concept__image--primary {
    -webkit-box-flex: 8;
        -ms-flex: 8;
            flex: 8;
    min-width: 0;
    max-width: 264px;
  }
}

.concept__image--theme {
  width: 27px;
}
@media (min-width: 768px) {
  .concept__image--theme {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    margin-top: -55px;
    width: 38px;
  }
}
@media (min-width: 1000px) {
  .concept__image--theme {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
    margin-top: -75px;
  }
}
.concept__image--theme img {
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 768px) {
  .concept__text {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    max-width: 795px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.concept__text p {
  display: block;
  color: #000000;
}
@media (min-width: 768px) {
  .concept__text p {
    font-size: 21px;
    line-height: 1.6;
    margin-bottom: 1.5em;
    padding-left: clamp(1.25rem, -1.036rem + 4.76vw, 3.25rem);
  }
  .concept__text p:last-child {
    margin-left: 0;
  }
}
@media (min-width: 1000px) {
  .concept__text p {
    line-height: 1.9;
  }
}

.concept__image-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: auto;
  width: clamp(17.875rem, -139.268rem + 785.71vw, 21.313rem);
}
@media (min-width: 768px) {
  .concept__image-wrap {
    position: absolute;
    left: calc(50% - 65px);
    bottom: 0;
    margin-top: 0;
    width: 260px;
  }
}

.concept__image-left {
  display: block;
}
.concept__image-left img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  .concept__image-left {
    padding-top: 0;
    position: static;
    -webkit-transform: none;
            transform: none;
    height: auto;
    width: 260px;
  }
}

.concept__button {
  margin-top: 32px !important;
}
@media (min-width: 768px) {
  .concept__button {
    margin-top: 72px !important;
  }
}

.features {
  padding-top: 40px;
  padding-bottom: 53px;
}
@media (min-width: 768px) {
  .features {
    padding-top: 100px;
    padding-bottom: 118px;
  }
}
.features__inner {
  padding-inline: 17px;
}
@media (min-width: 768px) {
  .features__inner {
    padding-inline: 30px;
    margin: 0 auto;
    max-width: 1140px;
  }
}
.features__wrap {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  width: clamp(21.313rem, 14.795rem + 27.81vw, 28.125rem);
}
@media (min-width: 768px) {
  .features__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-columns: 1.3fr 1fr;
    gap: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 374px) {
  .features__wrap {
    width: 286px;
  }
}
.features__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}
.features__textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .features__textarea {
    height: 100%;
  }
}
.features__list {
  padding-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
}
@media (min-width: 768px) {
  .features__list {
    padding-top: 0;
    gap: 37px;
  }
}
@media (min-width: 320px) and (max-width: 374px) {
  .features__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.features__item {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1.75rem, -1.799rem + 5.31vw, 2rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .features__item {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    padding-left: clamp(0.875rem, -0.154rem + 3.15vw, 2.313rem);
  }
}
@media (min-width: 320px) and (max-width: 374px) {
  .features__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
  }
}
.features__number {
  font-weight: 400;
  margin-bottom: 10px;
  color: #95926b;
  font-family: "Cormorant Garamond", serif;
  line-height: 1.40703;
  letter-spacing: 1.12px;
  font-size: 56px;
  margin-top: -21px;
}
@media (min-width: 768px) {
  .features__number {
    font-size: 60px;
    line-height: 1.38597;
    letter-spacing: 1.2px;
  }
}
.features__text {
  font-size: 16px;
  color: #000000;
  line-height: 1.8;
  font-family: "Shippori Mincho", serif;
  line-height: 2;
  text-align: left;
}
@media (min-width: 768px) {
  .features__text {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    font-size: 18px;
    line-height: 2;
  }
}
.features__button {
  padding-top: 4px;
}
@media (min-width: 768px) {
  .features__button {
    padding-top: 0;
  }
}

.greeting {
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .greeting {
    padding-top: 100px;
    padding-bottom: 117px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .greeting__inner {
    padding-inline: 30px;
    margin: 0 auto;
    max-width: 1140px;
  }
}
.greeting__content {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  width: clamp(21.313rem, 14.795rem + 27.81vw, 28.125rem);
}
@media (min-width: 768px) {
  .greeting__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-columns: 1.3fr 1fr;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 374px) {
  .greeting__content {
    width: 286px;
  }
}
.greeting img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.greeting__right {
  width: 100%;
}
.greeting__text {
  text-align: center;
  line-height: 2;
  font-family: "Shippori Mincho", serif;
  font-size: 25px;
  font-style: normal;
  padding-top: 30px;
  line-height: 1.7167;
}
@media (min-width: 768px) {
  .greeting__text {
    text-align: start;
    margin-top: -40px;
    margin-left: clamp(0.875rem, -0.154rem + 3.15vw, 2.313rem);
    letter-spacing: 0;
  }
}
.greeting__button {
  margin-top: 38px !important;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .greeting__button {
    margin-top: 48px !important;
  }
}

.course {
  position: relative;
  background-color: #f5f4ef;
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .course {
    padding-top: 100px;
    padding-bottom: 120px;
    padding-top: 100px;
    padding-bottom: 120px;
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding-inline: 30px;
  }
}
.course__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .course__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(1.875rem, -0.249rem + 4.42vw, 1.125rem);
    margin-bottom: 0;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.course__image {
  display: block;
  width: 100%;
  position: relative;
  width: clamp(21.313rem, 14.795rem + 27.81vw, 28.125rem);
}
@media (min-width: 768px) {
  .course__image {
    width: clamp(15.625rem, -14.322rem + 62.39vw, 33.25rem);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (min-width: 320px) and (max-width: 374px) {
  .course__image {
    width: 286px;
  }
}
.course__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
.course__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8.8px;
  padding-top: 13px;
  font-size: clamp(1.25rem, 0.892rem + 1.79vw, 1.75rem);
}
@media (min-width: 768px) {
  .course__icon {
    position: static;
    width: clamp(5rem, 1.496rem + 9.3vw, 9.063rem);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transform: none;
            transform: none;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 0px;
    gap: 20px;
  }
}
.course__icon img {
  width: clamp(3.125rem, 2.275rem + 5.25vw, 10.313rem);
  height: auto;
}
@media (min-width: 768px) {
  .course__icon img {
    width: 69px;
  }
}
.course__title {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #000000;
  margin: 0;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .course__title {
    font-size: clamp(1rem, 0.15rem + 1.77vw, 2.5rem);
    color: #000000;
    text-shadow: none;
  }
}
@media (max-width: 767px) {
  .course__wrap {
    width: clamp(18.5rem, 16.426rem + 5.37vw, 19rem);
    margin: 0 auto;
  }
}
.course__textarea {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .course__textarea {
    width: clamp(12.5rem, 0.288rem + 25.44vw, 19.688rem);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: left;
    padding: 0;
    margin-top: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 40px;
  }
}
.course__tag {
  display: inline-block;
  font-size: 13.5px;
  font-weight: 400;
  color: #000000;
  background-color: #ffffff;
  line-height: 1.61619;
  width: 81.405px;
  height: 23.259px;
  text-align: center;
}
.course__text {
  font-size: 16px;
  color: #000000;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media screen and (max-width: 374px) {
  .course__text {
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: normal;
  }
}
@media (min-width: 768px) {
  .course__text {
    font-size: 17px;
    line-height: 1.88235;
    margin-bottom: 0;
  }
}
.course__price {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .course__price {
    font-size: 20px;
    letter-spacing: normal;
  }
}
.course__price span {
  color: #000000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.course__button {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .course__button {
    margin-top: 32px;
    width: 315px;
  }
}

.information {
  background-color: #f5f4ef;
  padding-top: 40px;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .information {
    padding-top: 100px;
    padding-bottom: 160px;
  }
}
.information__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1000px) {
  .information__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(1rem, -0.335rem + 1.9vw, 5.125rem);
    -webkit-box-align: center;
    max-width: 1215px;
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}
.information__right {
  width: 100%;
  max-width: 100%;
  padding-inline: 17px;
  max-width: 450px;
}
@media (min-width: 768px) {
  .information__right {
    margin: 0;
    width: clamp(17.5rem, 9.894rem + 38.03vw, 31.125rem);
    max-width: none;
    padding: 0;
  }
}
.information__details {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .information__details {
    margin-top: 0;
    margin: 0 auto;
  }
}
.information__table {
  background-color: #f5f4ef;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.information__label {
  padding: 8px 16px 7px 0 !important;
  font-size: 17px;
  font-weight: 400 !important;
  color: #95926b;
  text-align: left;
  vertical-align: top;
  width: 96px;
  background-color: #f5f4ef;
  font-family: "Shippori Mincho", serif;
}
@media (min-width: 768px) {
  .information__label {
    padding: 11px 16px 11px 0 !important;
    font-size: 17px;
    font-weight: 400;
    font-family: "Shippori Mincho", serif;
    line-height: 19.513px;
    width: 18%;
  }
}
.information__value {
  padding: 8px 9px 7px 3px !important;
  font-size: 17px;
  line-height: 1.14781;
  color: #000000;
  vertical-align: top;
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: 100%;
}
@media (min-width: 768px) {
  .information__value {
    padding: 11px 0px 11px 0px !important;
    font-size: 17px;
    white-space: normal !important;
    overflow-wrap: break-word;
    width: 82%;
  }
}
.information__note {
  font-size: clamp(0.75rem, 0.705rem + 0.22vw, 0.813rem);
  color: #000000;
  margin-top: 4px;
  line-height: 1.14781;
}
@media (min-width: 768px) {
  .information__note {
    font-size: 13px;
    display: inline;
    margin-top: 0;
    margin-left: 8px;
  }
}
.information__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-top: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1000px) {
  .information__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  .information__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
    padding-top: 5px;
  }
}
.information__buttons .section-button:first-child .section-link {
  font-weight: 400;
  background-color: #c0be9b;
}
@media (min-width: 768px) {
  .information__buttons .section-button:first-child .section-link:hover {
    background-color: #95926b;
  }
}
@media (min-width: 768px) {
  .information__button--primary {
    width: clamp(12.563rem, 11.229rem + 2.78vw, 13.313rem);
  }
}
@media (min-width: 768px) {
  .information__button--secondary {
    width: clamp(12.563rem, 11.229rem + 2.78vw, 13.313rem);
  }
}

.swiper {
  width: 100%;
  height: auto;
}
.swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  border-radius: 10px !important;
  background: #e2e1d2 !important;
  opacity: 1;
  margin: 0 6px !important;
}
.swiper-pagination-bullet-active {
  background: #bb2121 !important;
  margin-bottom: -10px;
}
.swiper-button-prev, .swiper-button-next {
  display: none;
}

.information__swiper {
  width: 100%;
  height: auto;
  overflow: visible;
}
@media (min-width: 768px) {
  .information__swiper {
    padding-bottom: 0px;
  }
}

.information__slider {
  margin: 0;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: clamp(21.313rem, 14.795rem + 27.81vw, 28.125rem);
}
@media (min-width: 768px) {
  .information__slider {
    width: 500px;
    height: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 320px) and (max-width: 374px) {
  .information__slider {
    width: 286px;
  }
}

.swiper-slide.information__slide {
  height: auto;
}
.swiper-slide.information__slide img {
  display: block !important;
  width: 100%;
  height: auto;
}

.swiper-pagination.information__pagination {
  position: static !important;
  text-align: center;
  margin-top: 7px;
  padding: 0;
}
@media (min-width: 768px) {
  .swiper-pagination.information__pagination {
    margin-top: 0;
  }
}
@media (min-width: 1000px) {
  .swiper-pagination.information__pagination {
    margin-top: -9px;
  }
}

.main-contents {
  background: #f5f4ef;
  padding-inline: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .main-contents {
    padding-inline: 30px;
  }
}

.page-about-hero {
  padding-top: 50px;
  position: relative;
}
.page-about-hero::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #E6E3D7;
}
@media (min-width: 768px) {
  .page-about-hero {
    padding-top: 92px;
  }
}

.page-about-hero__inner {
  padding-inline: 17px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .page-about-hero__inner {
    padding-inline: 30px;
    max-width: 1140px;
  }
}

.about-hero__header {
  position: relative;
}
.about-hero__header::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #E6E3D7;
}

.page-about-hero__section-title {
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
  line-height: 1.11599;
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .page-about-hero__section-title {
    font-size: 32px;
    padding-bottom: 76px;
  }
}

.page-about-hero__content {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .page-about-hero__content {
    padding-top: 100px;
    padding-bottom: 99px;
  }
}

@media (min-width: 768px) {
  .page-about-hero__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .page-about-hero__image {
    width: clamp(25rem, -13.462rem + 80.13vw, 40.625rem);
  }
}

.page-about-hero__title-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .page-about-hero__title-text {
    margin-right: clamp(3.125rem, -0.997rem + 17.59vw, 10.875rem);
    padding-top: 0px;
  }
}

.page-about-hero__wrap--text {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .page-about-hero__wrap--text {
    padding-top: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.page-about-hero__text {
  letter-spacing: normal;
  font-size: 17px;
  line-height: 1.57552;
}
@media (min-width: 768px) {
  .page-about-hero__text {
    width: clamp(25rem, -13.462rem + 80.13vw, 40.625rem);
    margin-right: clamp(1.875rem, -3.356rem + 10.9vw, 4rem);
    line-height: 1.88235;
  }
}

.page-about-hero__text-image {
  display: block;
  height: auto;
  padding-top: 40px;
  padding-bottom: 51px;
}
@media (min-width: 768px) {
  .page-about-hero__text-image {
    width: clamp(18.75rem, 8.904rem + 20.51vw, 22.75rem);
    padding: 0;
  }
}

.page-passion {
  padding-top: 50px;
  position: relative;
}
.page-passion::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #E6E3D7;
}
@media (min-width: 768px) {
  .page-passion {
    padding-top: 113px;
    max-width: 1022px;
    margin: 0 auto;
  }
}

.page-about-passion__section-title {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-style: normal;
  line-height: 0.75256;
  letter-spacing: 1.4px;
  color: #000000;
}
@media (min-width: 768px) {
  .page-about-passion__section-title {
    font-size: 22px;
    line-height: 0.68415;
    letter-spacing: 1.54px;
  }
}

.page-about-hero__section-title--sub {
  color: #95926b;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 17px;
  font-style: normal;
  line-height: 1.05882;
  letter-spacing: 0.34px;
  padding-top: 12px;
}
@media (min-width: 768px) {
  .page-about-hero__section-title--sub {
    font-size: 26px;
    line-height: 1.84615;
    letter-spacing: 0.52px;
    padding-top: 9px;
  }
}

.page-passion__item {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .page-passion__item {
    padding-bottom: 87px;
  }
}

.page-passion__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 9px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .page-passion__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-top: 0;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}

.page-passion__card--01,
.page-passion__card--02,
.page-passion__card--03,
.page-passion__card--04 {
  background: #faf9f3;
  padding: 25px 23px 27px;
  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;
  max-width: 500px;
}
@media (min-width: 768px) {
  .page-passion__card--01,
  .page-passion__card--02,
  .page-passion__card--03,
  .page-passion__card--04 {
    padding: 5px 34px 37px;
  }
}

@media (min-width: 768px) {
  .page-passion__card--01 {
    grid-area: 1/1/2/2;
  }
  .page-passion__card--01 .page-passion__cardTile {
    padding-left: 37px;
  }
  .page-passion__card--01 .page-passion__image {
    padding-top: 53px;
  }
}

@media (min-width: 768px) {
  .page-passion__card--02 {
    grid-area: 1/2/2/3;
  }
  .page-passion__card--02 .page-passion__image {
    padding-top: 24px;
  }
}

@media (min-width: 768px) {
  .page-passion__card--03 {
    grid-area: 2/1/3/2;
    padding-bottom: 0px;
    height: auto;
  }
  .page-passion__card--03 .page-passion__cardTile {
    padding-top: 33px;
    padding-left: 31px;
  }
  .page-passion__card--03 .page-passion__image {
    padding-top: 27px;
  }
  .page-passion__card--03 .page-passion__text {
    padding-top: 29px;
  }
}

@media (min-width: 768px) {
  .page-passion__card--04 {
    grid-area: 2/2/3/3;
  }
  .page-passion__card--04 .page-passion__cardTile {
    padding-top: 36px;
    padding-left: 25px;
  }
  .page-passion__card--04 .page-passion__image {
    padding-top: 27px;
  }
  .page-passion__card--04 .page-passion__text {
    letter-spacing: 1.1px;
  }
}

@media (min-width: 768px) {
  .page-passion__titleWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.page-passion__number {
  color: #bbb7a0;
  font-family: "Cormorant Garamond", serif;
  font-size: 60px;
  font-style: normal;
  line-height: 0.27119;
}
@media (min-width: 768px) {
  .page-passion__number {
    color: #e0ddcc;
    font-size: 110px;
    line-height: 1;
  }
}

.page-passion__cardTile {
  color: #7b784a;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-style: normal;
  line-height: 1.66667;
  padding-top: 31px;
  letter-spacing: 0.01px;
}
@media (min-width: 768px) {
  .page-passion__cardTile {
    padding-top: 38px;
    padding-left: 30px;
    letter-spacing: 2px;
  }
}

.page-passion__image {
  padding-top: 20px;
}

.page-passion__text {
  color: #000000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 1.86667;
  padding-top: 26px;
  letter-spacing: 0.01px;
}
@media (min-width: 768px) {
  .page-passion__text {
    letter-spacing: 1px;
  }
}