<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 376px) {
  html {
    font-size: 100%;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: max(12px, 1.4159292035vw);
  }
}
@media (min-width: 1130px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Serif JP", serif;
  color: #ffffff;
  background-color: #000000;
  overflow: auto;
}

body.is-active {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  body.is-active {
    overflow: auto;
  }
}

body.fixed {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*
	* Modern CSS Reset (2024 Updated Version)
	* Based on modern-css-reset with additional optimizations
	*/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Remove default margin and padding */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

/* List reset */
ul,
ol {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  min-height: 100dvh;
  /* Modern viewport height */
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Link reset */
a {
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

/* Modern image handling */
img,
picture,
svg,
video,
canvas {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Aspect ratio support */
img[style*=aspect-ratio] {
  height: 100%;
}

/* Form element reset */
input,
button,
textarea,
select {
  padding: 0;
  margin: 0;
}

/* Modern button reset */
button {
  cursor: pointer;
  color: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border: none;
}

/* Smooth scrolling with fallback */
/* Remove animations for users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}
/* Details and summary reset */
summary {
  display: block;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}

/* Modern hover states */
@media (any-hover: hover) {
  a,
  button {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
  }
}
/* Touch device optimization */
@media (hover: none) {
  a:hover,
  button:hover {
    opacity: 1;
  }
}
/* Modern focus styles */
:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

:focus:not(:focus-visible) {
  outline: none;
}

/* Modern scrollbar styling */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, .3) transparent;
}

*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .3);
  border-radius: 4px;
}

/* Prevent image drag and select */
img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
}

/* Fix for iOS tap highlight */
* {
  -webkit-tap-highlight-color: transparent;
}

/* Modern text selection */
::-moz-selection {
  background-color: rgba(0, 0, 0, .1);
}
::selection {
  background-color: rgba(0, 0, 0, .1);
}

.l-chef {
  padding: 6.25rem 0;
}
@media screen and (min-width: 768px) {
  .l-chef {
    padding: 13.125rem 0 13.875rem;
  }
}

.l-concept-page-top {
  padding-top: 1.25rem;
}

.l-gallery-page {
  padding-top: 1.75rem;
  padding-bottom: 4.375rem;
}
@media screen and (min-width: 768px) {
  .l-gallery-page {
    padding-bottom: 8.75rem;
  }
}

.l-Information-page {
  padding-top: 1.75rem;
  padding-bottom: 11.5625rem;
}

.l-inner {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 34.375rem;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1130px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-news {
  padding-top: 1.5rem;
  padding-bottom: 4.125rem;
}

.l-news--single {
  padding-bottom: 5.625rem;
}

.l-partner {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .l-partner {
    margin-top: 8.75rem;
  }
}

.l-philosophy {
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-philosophy {
    padding-top: 6.875rem;
  }
}

.l-policy {
  padding-top: 1.75rem;
  padding-bottom: 2.375rem;
}

.c-block-philosophy {
  padding: 3.125rem 0 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-block-philosophy {
    padding: 6.25rem 0 5rem;
  }
}

.c-block-philosophy__title {
  font-weight: 800;
  font-size: 0.9375rem;
}

.c-block-philosophy__text {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  line-height: 2.2857142857;
  letter-spacing: -0.07em;
}

.c-block-philosophy__text + .c-block-philosophy__text {
  margin-top: 0rem;
}

.c-btn {
  font-size: 0.9375rem;
  line-height: 2.4;
  font-weight: 400;
  color: #000000;
  text-transform: capitalize;
  border: 1px solid #000000;
  text-align: center;
  display: inline-block;
  width: 8.875rem;
  text-align: center;
  border-radius: 1.875rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.c-btn:hover {
  background-color: #000000;
  color: #ffffff;
  opacity: 1;
}

.is-open .c-btn {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #ffffff;
}

.is-open .c-btn:hover {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.c-btn--white {
  border-radius: 0;
  color: #ffffff;
  width: 14.375rem;
  border: 1px solid #ffffff;
  background-color: transparent;
  font-size: 0.9375rem;
  line-height: 2.1333333333;
  font-weight: 600;
  text-transform: none;
  text-transform: initial;
}

.c-btn--white:hover {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #ffffff;
}

.c-item-news {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: -0.015em;
}

.c-item-news__title {
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 0.375rem;
}

.p-chef {
  position: relative;
  overflow: hidden;
}

.p-chef__smoke {
  max-width: 93.875rem;
  width: 100%;
  position: absolute;
  top: 3.125rem;
  left: calc(50% + 4.0625rem);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-chef__smoke {
    max-width: 75rem;
    top: 6.25rem;
    left: calc(50% + 10rem);
    z-index: -1;
  }
}

.p-chef__smoke img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1502/1716;
  -webkit-animation: smokeUp3 20s infinite ease-in-out;
          animation: smokeUp3 20s infinite ease-in-out;
  opacity: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.p-chef__smoke.delay1 img {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  opacity: 0.4;
}

.p-chef__smoke.delay2 img {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  opacity: 0.3;
}

.p-chef__inner {
  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: 1rem;
}
@media screen and (min-width: 768px) {
  .p-chef__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.25rem;
  }
}
@media screen and (min-width: 820px) {
  .p-chef__inner {
    gap: 3.75rem;
  }
}

.p-chef__img {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-chef__img {
    width: 50.9259259259%;
  }
}

.p-chef__img::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #000000;
  position: absolute;
  top: 0;
  left: 0;
}

.p-chef__img img {
  aspect-ratio: 550/492;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-chef__body {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-chef__body {
    width: 45%;
  }
}
@media screen and (min-width: 820px) {
  .p-chef__body {
    width: 43.5185185185%;
  }
}

.p-chef__name {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-chef__name {
    font-size: 1.5rem;
    padding-top: 0.625rem;
    margin-left: -1rem;
  }
}

.p-chef__name--en {
  font-size: 1rem;
  letter-spacing: 0.05em;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-chef__name--en {
    font-size: 1.25rem;
  }
}

.p-chef__name--enb {
  display: inline-block;
}

.p-chef__text {
  margin-top: 1.875rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 2.1428571429;
  letter-spacing: -0.07em;
}

.p-chef__text + .p-chef__text {
  margin-top: 0rem;
}

.p-concept-imgs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.p-concept-img img {
  aspect-ratio: 426/475;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-concept-page-top {
  position: relative;
  z-index: 10;
}

.p-concept-page-top__inner {
  position: relative;
}

.p-concept-page-top__title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-concept-page-top__title {
    font-size: 1.5625rem;
  }
}

.p-concept-page-top__img {
  margin-top: 1rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-concept-page-top__img {
    margin-top: 1.5rem;
  }
}

.p-concept-page-top__img img {
  aspect-ratio: 4/3;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-concept-page-top__img img {
    aspect-ratio: 1280/581;
  }
}

.p-concept-page-top__text-box {
  position: absolute;
  bottom: 1.875rem;
  right: 0.9375rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-concept-page-top__text-box {
    text-align: left;
    max-width: 45.3125rem;
    right: 1.25rem;
    bottom: 3.125rem;
  }
}

.p-concept-page-top__lead {
  font-size: 0.875rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-concept-page-top__lead {
    font-size: 1.125rem;
    letter-spacing: -0.0897em;
  }
}

.p-concept-page-top__text {
  font-size: 0.75rem;
  letter-spacing: -0.1em;
  font-weight: 600;
  line-height: 2.1428571429;
}
@media screen and (min-width: 768px) {
  .p-concept-page-top__text {
    margin-top: 1.25rem;
    font-size: 0.875rem;
  }
}

.p-concept-page-top__text + .p-concept-page-top__text {
  margin-top: 0rem;
}

.p-concept {
  position: relative;
  padding-top: 5.9375rem;
}
@media screen and (min-width: 768px) {
  .p-concept {
    padding-top: 5.9375rem;
  }
}

.p-concept__inner {
  position: relative;
  z-index: 10;
  padding-bottom: 3.75rem;
  text-align: center;
}

.p-concept__title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
}

.p-concept__content {
  margin-top: 2.5rem;
}

.p-concept__text {
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  color: #ffffff;
  letter-spacing: -0.076em;
  font-weight: 400;
}

.p-concept__text2 {
  margin-top: 1.75rem;
  font-size: 0.875rem;
  line-height: 2.1428571429;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: -0.076em;
}

.p-concept__text2 + .p-concept__text2 {
  margin-top: 0rem;
}

.p-concept__text + .p-concept__text {
  margin-top: 0.625rem;
}

.p-concept__imgs {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  width: 100%;
}
.p-concept__img {
  width: 100%;
  height: 100%;
}

.p-concept__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 630/482;
}

.p-concept__btn {
  margin-top: 3.25rem;
}

/* Layout
---------------------------------------- */
.p-error {
  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;
  min-height: calc(100vh - 10rem);
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-error {
    min-height: calc(100vh - 16.75rem);
  }
}

.p-error__inner {
  text-align: center;
  background: rgba(0, 0, 0, .5);
  padding-bottom: 1.875rem;
}

/* Project
---------------------------------------- */
.p-error__title {
  font-size: 4.375rem;
  margin: 0;
  color: #fff;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-error__title {
    font-size: 7.5rem;
  }
}

.p-error__subtitle {
  font-size: 1.125rem;
  margin-top: 1.25rem;
  color: #fff;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-error__subtitle {
    margin-top: 1.875rem;
    font-size: 1.5rem;
  }
}

.p-error__message {
  font-size: 1rem;
  margin-top: 1.25rem;
  font-weight: 600;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-error__message {
    margin-top: 1.875rem;
  }
}

.p-error__actions {
  margin-top: 50px;
}

.p-error__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-error__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-footer {
  padding-top: 2.75rem;
}

.p-footer__inner {
  position: relative;
}

.p-footer__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}

.p-footer__sns-link {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}

.p-footer__sns-link img {
  width: 2.9375rem;
  height: 2.9375rem;
  aspect-ratio: 47/47;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer__sns-text {
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
}

.p-footer__copyright {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  margin-top: 5.625rem;
  padding-block: 1.25rem 2.25rem;
  text-align: center;
  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;
  background-color: rgba(255, 255, 255, .2);
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    margin-top: 2.25rem;
  }
}

.p-footer__copyright-text {
  font-size: 0.9375rem;
  line-height: 2;
  font-weight: 600;
  color: #ffffff;
}

.p-footer__privacy {
  position: absolute;
  top: 6.875rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-footer__privacy {
    left: auto;
    right: 1.5625rem;
    -webkit-transform: none;
            transform: none;
    top: 3.5rem;
  }
}

.p-footer__privacy-link {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  color: #ffffff;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.076em;
}

.p-footer__privacy-link:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.p-footer__privacy-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.p-footer__privacy-text {
  font-size: 0.9375rem;
}

.p-fv {
  position: relative;
  height: 37.9375rem;
}
@media screen and (min-width: 768px) {
  .p-fv {
    height: calc(100vh - 5.125rem);
  }
}

.p-fv__swiper {
  width: 100%;
  height: 100%;
}
.p-fv__swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1280/907;
}
.p-fv__new {
  position: absolute;
  bottom: 0rem;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, .3);
  padding: 1.875rem;
  color: #fff;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-fv__new {
    height: 13.5625rem;
    bottom: 0;
  }
}

.p-fv__new-head {
  text-align: center;
}
.p-fv__new-title {
  font-weight: 600;
  line-height: 1;
  font-size: 1.5625rem;
}
.p-fv__new-posts {
  width: 100%;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-fv__new-posts {
    max-width: 50.8125rem;
    margin-inline: auto;
  }
}

.p-fv__new-post a {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2.1428571429;
  color: #fff;
  text-decoration: none;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  /* 2行目以降省略するコード */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.p-fv__new-btn {
  margin-top: 0.625rem;
}

.p-fv__new-btn a {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 0.875rem;
  letter-spacing: -0.007em;
  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: 0.625rem;
}

.p-fv__new-btn a::after {
  content: "";
  width: 1.125rem;
  height: 0.5rem;
  background: url(../images/common/icon_arrow.svg) no-repeat center/contain;
}

.p-gallery-page__title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
}

.p-gallery-page__imgs {
  margin-top: 1.875rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-gallery-page__imgs {
    margin-top: 1.5rem;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }
}

.p-gallery-page__img img {
  aspect-ratio: 250/270;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-gallery {
  position: relative;
  padding-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-gallery {
    padding-top: 8.75rem;
  }
}

.p-gallery__inner {
  position: relative;
  z-index: 1;
}
.p-gallery__title {
  text-align: center;
  font-size: 1.25rem;
  letter-spacing: 0.011em;
  font-weight: 600;
  color: #ffffff;
  text-transform: capitalize;
}

.p-gallery__imags {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-gallery__imags {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.p-gallery__btn {
  margin-top: 3.625rem;
  text-align: center;
}
.p-gallery__content {
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-gallery__content {
    margin-top: 8.75rem;
  }
}

.p-gallery__content-title {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
  text-transform: capitalize;
  text-align: center;
}
.p-gallery__content-text {
  font-size: 0.875rem;
  line-height: 2.1428571429;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  letter-spacing: -0.076em;
  margin-top: 2.125rem;
}
.p-gallery__content-text + .p-gallery__content-text {
  margin-top: 0rem;
}

main {
  overflow: hidden;
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 3.75rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 5.125rem;
  }
}

.p-header__inner {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    gap: 7.3125rem;
  }
}

.p-header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 90;
}

.p-header__logo img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 4.1875rem;
  height: 2.9375rem;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .p-header__logo img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.p-header__logo.is-open img {
  filter: url('data:image/svg+xml;charset=utf-8,&lt;svg xmlns="http://www.w3.org/2000/svg"&gt;&lt;filter id="filter"&gt;&lt;feComponentTransfer color-interpolation-filters="sRGB"&gt;&lt;feFuncR type="table" tableValues="1 0" /&gt;&lt;feFuncG type="table" tableValues="1 0" /&gt;&lt;feFuncB type="table" tableValues="1 0" /&gt;&lt;/feComponentTransfer&gt;&lt;/filter&gt;&lt;/svg&gt;#filter');
  -webkit-filter: invert(1);
          filter: invert(1);
}

.p-header__logo a {
  display: block;
  width: 100%;
}

.p-header__hamburger {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 2.5625rem;
  height: 1.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 90;
}
@media screen and (min-width: 768px) {
  .p-header__hamburger {
    display: none;
  }
}

.p-header__hamburger span {
  display: block;
  width: 2rem;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-header__hamburger span:nth-child(1) {
  top: 0;
  left: 50%;
}

.p-header__hamburger span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-header__hamburger span:nth-child(3) {
  bottom: 0;
  left: 50%;
}

.p-header__hamburger[aria-expanded=true] {
  filter: url('data:image/svg+xml;charset=utf-8,&lt;svg xmlns="http://www.w3.org/2000/svg"&gt;&lt;filter id="filter"&gt;&lt;feComponentTransfer color-interpolation-filters="sRGB"&gt;&lt;feFuncR type="table" tableValues="1 0" /&gt;&lt;feFuncG type="table" tableValues="1 0" /&gt;&lt;feFuncB type="table" tableValues="1 0" /&gt;&lt;/feComponentTransfer&gt;&lt;/filter&gt;&lt;/svg&gt;#filter');
  -webkit-filter: invert(1);
          filter: invert(1);
}
.p-header__hamburger[aria-expanded=true] span:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  left: 50%;
}
.p-header__hamburger[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}
.p-header__hamburger[aria-expanded=true] span:nth-child(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  left: 50%;
}

.p-drawer-menu {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background: rgba(0, 0, 0, .8);
  z-index: 70;
}
@media screen and (min-width: 768px) {
  .p-drawer-menu {
    height: auto;
    height: initial;
    background: none;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    position: static;
  }
}

.p-header__hamburger[aria-expanded=true] + .p-drawer-menu {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  overflow: auto;
  padding-bottom: 8.125rem;
}

.p-drawer-menu__items {
  margin-top: 11.625rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-drawer-menu__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0;
    height: inherit;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    gap: 0rem;
  }
}

.p-drawer-menu__item {
  height: 100%;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-drawer-menu__item:first-child {
    margin-right: 4.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-drawer-menu__item:first-child {
    margin-right: 5.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-drawer-menu__item:first-child {
    margin-right: 7.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-drawer-menu__item:nth-child(2) {
    margin-right: 4.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-drawer-menu__item:nth-child(2) {
    margin-right: 5.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-drawer-menu__item:nth-child(2) {
    margin-right: 7.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-drawer-menu__item:nth-child(3) {
    margin-right: 3.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-drawer-menu__item:nth-child(3) {
    margin-right: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-drawer-menu__item:nth-child(3) {
    margin-right: 5.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-drawer-menu__item:nth-child(4) {
    margin-right: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-drawer-menu__item:nth-child(4) {
    margin-right: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-drawer-menu__item:nth-child(4) {
    margin-right: 3rem;
  }
}

.p-drawer-menu__link {
  position: relative;
  height: inherit;
  display: inline-block;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  font-weight: 600;
  color: #000000;
  text-transform: capitalize;
}

.p-drawer-menu.is-open .p-drawer-menu__link {
  color: #ffffff;
}

.p-drawer-menu__item a::after {
  content: "";
  position: absolute;
  bottom: -0.3125rem;
  left: 50%;
  width: 105%;
  height: 1px;
  background: #000000;
  -webkit-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-drawer-menu__item a:hover::after {
  -webkit-transform: translateX(-50%) scaleX(1);
          transform: translateX(-50%) scaleX(1);
}

.p-drawer-menu__lang {
  position: relative;
  z-index: 1000;
  width: 8.875rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-drawer-menu__lang {
    margin-right: 2rem;
  }
}

.p-drawer-menu__lang span {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1rem;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 1.875rem;
  color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1001;
  pointer-events: none;
  font-size: 0.9375rem;
}

.p-drawer-menu__lang span::before {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  background: url(../images/common/icon_lang.svg) no-repeat center/cover;
}

.p-drawer-menu__lang span::after {
  content: "";
  width: 0.875rem;
  height: 0.4375rem;
  background: url(../images/common/icon_arrow-black.svg) no-repeat center/contain;
}

.gtranslate_wrapper {
  position: relative;
  z-index: -1;
}

.gt_switcher {
  width: 100% !important;
  height: 2.25rem;
  overflow: visible !important;
}

.gt_selected {
  background: none !important;
}

.gt_selected a {
  margin-inline: auto;
  width: 8.875rem !important;
  height: 2.25rem !important;
  border: 1px solid #000000 !important;
  border-radius: 1.875rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.625rem !important;
  color: #000000 !important;
  background-color: #ffffff;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
@media screen and (min-width: 768px) {
  .gt_selected a {
    width: 100% !important;
  }
}

.gt_option {
  background-color: #ffffff !important;
  padding: 0.625rem !important;
}

.p-Information-page {
  position: relative;
  overflow: hidden;
}

.p-Information-page__smoke {
  position: absolute;
  top: 11.25rem;
  left: calc(50% + 105px);
  max-width: 75.8125rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-Information-page__smoke {
    top: 10rem;
    left: calc(50% + 150px);
  }
}

.p-Information-page__smoke img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1213/910;
  -webkit-animation: smokeUp 14s infinite ease-in-out;
          animation: smokeUp 14s infinite ease-in-out;
  opacity: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.p-Information-page__smoke.delay1 img {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  opacity: 0.4;
}

.p-Information-page__smoke.delay2 img {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  opacity: 0.3;
}

.p-Information-page__smoke2 {
  max-width: 53rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: -12.5rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-Information-page__smoke2 {
    bottom: -42.5rem;
    left: calc(50% - 71.875rem);
  }
}

.p-Information-page__smoke2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 848/1131;
  -webkit-animation: smokeUp2 20s infinite ease-in-out;
          animation: smokeUp2 20s infinite ease-in-out;
  opacity: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.p-Information-page__smoke2.delay1 img {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  opacity: 0.4;
}

.p-Information-page__smoke2.delay2 img {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  opacity: 0.3;
}

.p-Information-page__inner {
  max-width: 38.3125rem;
}

.p-Information-page__title {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
}

.p-information-page__img {
  margin-top: 2.5rem;
  position: relative;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-information-page__img {
    margin-top: 5rem;
    width: 35.1875rem;
  }
}

.p-information-page__img::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #000000;
  position: absolute;
  top: 0;
  left: 0;
}

.p-information-page__img img {
  aspect-ratio: 567/375;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-information-page__name {
  margin-top: 3.125rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 768px) {
  .p-information-page__name {
    margin-top: 5.625rem;
    font-size: 1.125rem;
  }
}

.p-information-page__address {
  margin-top: 2rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 768px) {
  .p-information-page__address {
    padding-left: 2.6875rem;
  }
}

.p-information-page__map {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-information-page__map {
    padding: 0 2.6875rem;
  }
}

.p-information-page__map iframe {
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-information-page__access {
  margin-top: 1.875rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 768px) {
  .p-information-page__access {
    padding-left: 2.6875rem;
  }
}

.p-information-page__boxies {
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-information-page__boxies {
    padding-left: 2.6875rem;
  }
}

.p-information-page__box {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.9230769231;
  letter-spacing: -0.04em;
  text-indent: -1em;
  padding-left: 1em;
}

.p-information-page__box:nth-child(n+2) {
  margin-top: 2.75rem;
}

.p-information {
  padding-top: 4.375rem;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-information {
    padding-top: 8.375rem;
    margin-bottom: 6rem;
  }
}

.p-information__title {
  text-align: center;
  font-size: 1.25rem;
  letter-spacing: 0.011em;
  font-weight: 600;
  color: #ffffff;
  text-transform: capitalize;
}

.p-information__body {
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-information__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.375rem;
  }
}

.p-information__img {
  width: 100%;
  max-width: 34.6875rem;
}

.p-information__img img {
  aspect-ratio: 555/393;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-information__content {
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-information__content {
    margin-top: 0;
  }
}

.p-information__content-title {
  font-size: 1.5625rem;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: -0.06em;
}

.p-information__content-text {
  font-size: 0.875rem;
  line-height: 2.1428571429;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: -0.016em;
  margin-top: 1.875rem;
}

.p-information__btn {
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-information__btn {
    text-align: left;
  }
}

.p-loading {
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9000;
}
@media screen and (min-width: 768px) {
  .p-loading {
    height: 100vh;
  }
}

.p-loading__animation {
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999;
}

.p-loading__animation img {
  opacity: 0;
  display: block;
  height: auto;
  max-width: 18.75rem;
  /* 必要に応じて画像の最大幅 */
  min-width: 6.25rem;
  /* 必要に応じて画像の最小幅 */
  width: 100%;
  -webkit-clip-path: inset(0% 0% 0% 0%);
          clip-path: inset(0% 0% 0% 0%);
}

.p-main {
  margin-top: 3.75rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-main {
    margin-top: 5.125rem;
  }
}

.p-menu {
  position: relative;
  padding-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-menu {
    padding-top: 8.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-menu__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.9375rem;
  }
}

.p-menu__main {
  width: 100%;
  text-align: center;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-menu__main {
    margin-top: 0.9375rem;
    max-width: 30.1875rem;
  }
}

.p-menu__title {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 600;
  text-transform: capitalize;
  color: #ffffff;
  -webkit-transform: translateX(-0.9375rem);
          transform: translateX(-0.9375rem);
}
.p-menu__subtitle {
  -webkit-transform: translateX(-0.625rem);
          transform: translateX(-0.625rem);
  margin-top: 2.625rem;
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: -0.09em;
}
.p-menu__subtitle + .p-menu__subtitle {
  margin-top: 0rem;
}

.p-menu__content {
  margin-top: 2.25rem;
}
.p-menu__text {
  font-size: 0.875rem;
  line-height: 2.1428571429;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: -0.067em;
}
.p-menu__list {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-menu__list {
    margin-top: 4.375rem;
  }
}

.p-menu__item {
  display: block;
  width: 100%;
}
.p-menu__item:not(:first-child) {
  margin-top: 1.25rem;
}

.p-menu__item-title {
  font-size: 0.875rem;
  line-height: 1.7857142857;
  color: #ffffff;
  font-weight: 600;
}
.p-menu__item-text {
  font-size: 0.875rem;
  line-height: 1.7857142857;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: -0.05em;
}
.p-menu__caution {
  margin-top: 1.5rem;
  font-size: 0.8125rem;
  line-height: 1.6923076923;
  color: #ffffff;
  letter-spacing: -0.05em;
  font-weight: 600;
}
.p-menu__btn {
  margin-top: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .p-menu__btn {
    margin-top: 7.5rem;
  }
}

.p-menu__img {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  margin-top: 3.125rem;
  gap: 1.25rem;
  display: grid;
  position: relative;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .p-menu__img {
    display: block;
    margin-top: 0;
    max-width: 40rem;
    margin-right: calc(50% - 50vw);
    margin-left: 0;
    margin-left: initial;
  }
}

.p-menu__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 640/692;
}

.p-menu__smoke {
  max-width: 53rem;
  width: 100%;
  position: absolute;
  top: 13.75rem;
  left: -12.5rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-menu__smoke {
    top: -37.5rem;
    left: calc(50% - 71.875rem);
  }
}

.p-menu__smoke img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 848/1131;
  -webkit-animation: smokeUp2 20s infinite ease-in-out;
          animation: smokeUp2 20s infinite ease-in-out;
  opacity: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.p-menu__smoke.delay1 img {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  opacity: 0.4;
}

.p-menu__smoke.delay2 img {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  opacity: 0.3;
}

@-webkit-keyframes smokeUp2 {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 0;
  }
  10% {
    opacity: 0.4;
  }
  90% {
    opacity: 0.3;
  }
  100% {
    -webkit-transform: translateY(-150px) scale(1.2);
            transform: translateY(-150px) scale(1.2);
    opacity: 0;
  }
}

@keyframes smokeUp2 {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 0;
  }
  10% {
    opacity: 0.4;
  }
  90% {
    opacity: 0.3;
  }
  100% {
    -webkit-transform: translateY(-150px) scale(1.2);
            transform: translateY(-150px) scale(1.2);
    opacity: 0;
  }
}
.p-menu__bg {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-menu__bg {
    margin-top: 8.75rem;
    aspect-ratio: 1280/538;
    height: auto;
    height: initial;
  }
}

.p-menu__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1280/538;
}

.p-news {
  position: relative;
  overflow: hidden;
}

.p-news__smoke {
  position: absolute;
  top: 0;
  left: calc(50% + 105px);
  max-width: 75.8125rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-news__smoke {
    top: 0;
    left: calc(50% + 250px);
  }
}

.p-news__smoke img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1213/910;
  -webkit-animation: smokeUp 14s infinite ease-in-out;
          animation: smokeUp 14s infinite ease-in-out;
  opacity: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.p-news__smoke.delay1 img {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  opacity: 0.4;
}

.p-news__smoke.delay2 img {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  opacity: 0.3;
}

.p-news__smoke2 {
  max-width: 53rem;
  width: 100%;
  position: absolute;
  bottom: -21.875rem;
  left: -12.5rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-news__smoke2 {
    bottom: -42.5rem;
    left: calc(50% - 71.875rem);
  }
}

.p-news__smoke2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 848/1131;
  -webkit-animation: smokeUp2 20s infinite ease-in-out;
          animation: smokeUp2 20s infinite ease-in-out;
  opacity: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.p-news__smoke2.delay1 img {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  opacity: 0.4;
}

.p-news__smoke2.delay2 img {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  opacity: 0.3;
}

.p-news__inner {
  max-width: 39.8125rem;
  position: relative;
  z-index: 10;
}

.p-news__inner--single {
  max-width: 40.625rem;
}

.p-news__title {
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
}

.p-news__list {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-news__list {
    margin-top: 6.75rem;
  }
}

.p-news__item:nth-child(n+2) {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-news__item:nth-child(n+2) {
    margin-top: 2.625rem;
  }
}

.p-page-course {
  margin-top: 2.5rem;
  margin-bottom: 4.125rem;
}
@media screen and (min-width: 768px) {
  .p-page-course {
    margin-top: 9.375rem;
    margin-bottom: 9.375rem;
  }
}

.p-page-course__title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.026em;
  color: #ffffff;
  text-align: center;
}
.p-page-course__text {
  margin-top: 1.25rem;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.026em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-course__content {
    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;
  }
}

.p-page-course__main {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-page-course__main {
    margin-top: 8.875rem;
    width: 100%;
    max-width: 33.6875rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
  }
}

.p-page-course__item {
  width: 100%;
}
.p-page-course__item:not(:first-child) {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-page-course__item:not(:first-child) {
    margin-top: 4.875rem;
  }
}

.p-page-course__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  gap: 0.3125rem;
  letter-spacing: -0.04em;
}
.p-page-course__item-body {
  margin-top: 1.25rem;
}
.p-page-course__item-text {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 2.1428571429;
  color: #ffffff;
}
.p-page-course__item2 {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-page-course__item2 {
    margin-top: 8.125rem;
  }
}

.p-page-course__item2--last {
  margin-top: 3.125rem;
}

.p-page-course__item2-head {
  display: none;
}
.p-page-course__item2-head--last {
  display: block;
}

.p-page-course__item2-title {
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
}
.p-page-course__item2-body {
  margin-top: 0.625rem;
}
.p-page-course__item2-text {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 2.0833333333;
  color: #ffffff;
  letter-spacing: -0.076em;
}
@media screen and (min-width: 768px) {
  .p-page-course__item2-text {
    font-size: 0.8125rem;
  }
}

.p-page-course__item2--last .p-page-course__item2-text + .p-page-course__item2-text {
  margin-top: 1.5rem;
}

.p-page-course__item2-text a {
  color: inherit;
  pointer-events: auto;
}
@media screen and (min-width: 768px) {
  .p-page-course__item2-text a {
    pointer-events: none;
  }
}

.p-page-course__right-img {
  margin-top: 2.75rem;
  position: absolute;
  top: 62.5rem;
  right: -9.375rem;
  z-index: -1;
  left: 0rem;
}
@media screen and (min-width: 768px) {
  .p-page-course__right-img {
    top: 48%;
    right: -21.875rem;
    right: -25vw;
    left: auto;
  }
}

.p-page-course__right-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-page-course__right-img img {
    width: 100vw;
    max-width: 46.5rem;
    -webkit-transform: translateX(2.125rem);
            transform: translateX(2.125rem);
  }
}

.p-page-course__left-img {
  margin-top: 2.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-page-course__left-img {
    margin-top: 15.625rem;
  }
}

.p-page-course__left-img2 {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}

.p-page-course__left-img2 img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-page-course__left-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-page-course__left-img img {
    width: 100vw;
    max-width: 46.25rem;
    -webkit-transform: translateX(-13%);
            transform: translateX(-13%);
  }
}

@media screen and (min-width: 768px) {
  .p-page-course__left-img img:last-child {
    position: absolute;
    bottom: 0rem;
    left: 0;
    width: 42.5rem;
    height: 34.3125rem;
    -webkit-transform: translateX(-24%);
            transform: translateX(-24%);
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 1000px) {
  .p-page-course__left-img img:last-child {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.p-page-menu__head {
  margin-top: 1.875rem;
}

.p-page-menu__title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1;
  text-transform: capitalize;
  text-align: center;
}
.p-page-menu__main {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-page-menu__main {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-page-menu__content {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-page-menu__content {
    max-width: 31.5625rem;
    margin-top: 11.25rem;
    margin-left: 1.25rem;
  }
}

.p-page-menu__text {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.7333333333;
}
.p-page-menu__text2 {
  font-size: 0.875rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 2.1428571429;
  margin-top: 1.25rem;
  letter-spacing: -0.076em;
}
.p-page-menu__body {
  position: relative;
  margin-top: 1.875rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-page-menu__body {
    margin-top: 0;
  }
}

.p-page-menu__body img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-page-menu__body img {
    width: 100vw;
    max-width: 58.75rem;
    -webkit-transform: translateX(-18%);
            transform: translateX(-18%);
  }
}

.p-pagination {
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
  padding-bottom: 3.75rem;
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-pagination {
    margin-top: 8.125rem;
    padding-bottom: 6.875rem;
    gap: 2rem;
  }
}

.p-pagination .current {
  border-bottom: 1px solid #ffffff;
}

.p-pagination .num {
  padding: 0 0.25rem;
}

.p-pagination .prev,
.p-pagination .next {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: normal;
}

.p-pagination .prev {
  left: 0.625rem;
}

.p-pagination .next {
  right: 0.625rem;
}

.p-pagination .prev::before,
.p-pagination .next::after {
  content: "";
  width: 1.125rem;
  height: 0.5rem;
  background: url(../images/common/icon_arrow.svg) no-repeat center/cover;
}

.p-pagination .prev::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.p-partner__inner {
  max-width: 56.875rem;
}

.p-partner__title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75;
}

.p-partner__logos {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-partner__logos {
    margin-top: 3.75rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.75rem;
  }
}

.p-partner__logo img {
  aspect-ratio: 244/79;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-philosophy {
  position: relative;
}

.p-philosophy__smoke {
  position: absolute;
  top: 8.125rem;
  left: calc(50% + 105px);
  max-width: 75.8125rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-philosophy__smoke {
    top: -1.25rem;
    left: calc(50% + 150px);
  }
}

.p-philosophy__smoke img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1213/910;
  -webkit-animation: smokeUp 14s infinite ease-in-out;
          animation: smokeUp 14s infinite ease-in-out;
  opacity: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.p-philosophy__smoke.delay1 img {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  opacity: 0.4;
}

.p-philosophy__smoke.delay2 img {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  opacity: 0.3;
}

.p-philosophy__smoke2 {
  max-width: 53rem;
  width: 100%;
  position: absolute;
  bottom: 11.25rem;
  left: -12.5rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-philosophy__smoke2 {
    bottom: 14.375rem;
    left: calc(50% - 71.875rem);
  }
}

.p-philosophy__smoke2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 848/1131;
  -webkit-animation: smokeUp2 20s infinite ease-in-out;
          animation: smokeUp2 20s infinite ease-in-out;
  opacity: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.p-philosophy__smoke2.delay1 img {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  opacity: 0.4;
}

.p-philosophy__smoke2.delay2 img {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  opacity: 0.3;
}

.p-philosophy__lead {
  padding-top: 3.125rem;
  padding-bottom: 5.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-philosophy__lead {
    padding-top: 6.25rem;
    padding-bottom: 10.875rem;
  }
}

.p-philosophy__title {
  font-size: 1.25rem;
  font-weight: 600;
}

.p-philosophy__text {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  line-height: 2.2857142857;
  letter-spacing: -0.07em;
  font-weight: 600;
}

.p-philosophy__text + .p-philosophy__text {
  margin-top: 0rem;
}

.p-philosophy__blocks {
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-philosophy__blocks {
    padding-bottom: 7.75rem;
  }
}

.p-philosophy__bottom {
  padding: 3.125rem 0;
  text-align: center;
  background-color: rgba(255, 255, 255, .3);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-philosophy__bottom {
    padding: 6.25rem 0 6.5rem;
  }
}

.p-philosophy__bottom-title {
  font-size: 1.25rem;
  font-weight: 600;
}

.p-philosophy__bottom-text {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 2.2857142857;
  letter-spacing: -0.07em;
}

.p-philosophy__bottom-text + .p-philosophy__bottom-text {
  margin-top: 0rem;
}

.p-policy__inner {
  max-width: 32.0625rem;
}

.p-policy__title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
}

.p-policy__lead {
  margin-top: 4.5rem;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 2.1538461538;
  letter-spacing: -0.085em;
}

.p-policy__table {
  margin-top: 2.75rem;
  font-size: 0.8125rem;
  line-height: 2.1538461538;
  letter-spacing: -0.085em;
}

.p-policy__table-box:nth-child(n+2) {
  margin-top: 1.75rem;
}

.p-policy__table-box dt {
  font-weight: 600;
}

.p-policy__table-box dd {
  font-weight: 500;
}

.p-policy__name {
  margin-top: 3.75rem;
  text-align: right;
  font-size: 0.8125rem;
  line-height: 2.1538461538;
  font-weight: 500;
  letter-spacing: -0.085em;
}

.p-policy__name span {
  letter-spacing: 0;
}

.p-policy__back {
  margin-top: 4.625rem;
}
@media screen and (min-width: 768px) {
  .p-policy__back {
    margin-left: -3.5rem;
  }
}

.p-policy__back a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-size: 0.875rem;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: normal;
}

.p-policy__back a::before {
  content: "";
  width: 1.125rem;
  height: 0.5rem;
  background: url(../images/common/icon_arrow.svg) no-repeat center/cover;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.p-single {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-single {
    margin-top: 6.75rem;
  }
}

.p-single__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-single__head {
    gap: 1.25rem;
  }
}

.p-single__time {
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-single__time {
    font-size: 0.9375rem;
  }
}

.p-single__title {
  font-size: 0.9375rem;
  font-weight: 500;
}

.p-single__contents {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-single__contents {
    margin-top: 1.625rem;
  }
}

.p-single__contents img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-single__contents p {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  line-height: 2.1428571429;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-single__contents p {
    margin-top: 2rem;
  }
}

.p-single__pagination {
  margin-top: 5rem;
  position: relative;
}

.nav-previous,
.nav-next {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
}

.nav-previous {
  left: 0;
}
@media screen and (min-width: 768px) {
  .nav-previous {
    left: -3.4375rem;
  }
}

.nav-next {
  right: 0;
}
@media screen and (min-width: 768px) {
  .nav-next {
    right: -3.4375rem;
  }
}

.nav-previous::before,
.nav-next::after {
  content: "";
  width: 1.125rem;
  height: 0.5rem;
  background: url(../images/common/icon_arrow.svg) no-repeat center/cover;
}

.nav-previous::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.p-smoke1,
.p-smoke2,
.p-smoke3 {
  opacity: 0.5;
}

.p-smoke-bottom {
  max-width: 93.875rem;
  width: 100%;
  position: absolute;
  bottom: 0rem;
  left: calc(50% + 4.0625rem);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-smoke-bottom {
    max-width: 75rem;
    bottom: 0;
    left: 50%;
    z-index: -1;
  }
}

.p-smoke-bottom img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1502/1716;
  -webkit-animation: smokeUp3 20s infinite ease-in-out;
          animation: smokeUp3 20s infinite ease-in-out;
  opacity: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.p-smoke-bottom.delay1 img {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  opacity: 0.4;
}

.p-smoke-bottom.delay2 img {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  opacity: 0.3;
}

@-webkit-keyframes smokeUp3 {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 0;
  }
  10% {
    opacity: 0.4;
  }
  90% {
    opacity: 0.3;
  }
  100% {
    -webkit-transform: translateY(-150px) scale(1.2);
            transform: translateY(-150px) scale(1.2);
    opacity: 0;
  }
}

@keyframes smokeUp3 {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 0;
  }
  10% {
    opacity: 0.4;
  }
  90% {
    opacity: 0.3;
  }
  100% {
    -webkit-transform: translateY(-150px) scale(1.2);
            transform: translateY(-150px) scale(1.2);
    opacity: 0;
  }
}
.p-visual__smoke {
  position: absolute;
  top: 8.125rem;
  left: calc(50% + 105px);
  max-width: 75.8125rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-visual__smoke {
    top: -6.25rem;
    left: calc(50% + 50px);
  }
}

.p-visual__smoke img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1213/910;
  -webkit-animation: smokeUp 14s infinite ease-in-out;
          animation: smokeUp 14s infinite ease-in-out;
  opacity: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.p-visual__smoke.delay1 img {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  opacity: 0.4;
}

.p-visual__smoke.delay2 img {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  opacity: 0.3;
}

@-webkit-keyframes smokeUp {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 0;
  }
  10% {
    opacity: 0.3;
  }
  90% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: translateY(-150px) scale(1.2);
            transform: translateY(-150px) scale(1.2);
    opacity: 0;
  }
}

@keyframes smokeUp {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 0;
  }
  10% {
    opacity: 0.3;
  }
  90% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: translateY(-150px) scale(1.2);
            transform: translateY(-150px) scale(1.2);
    opacity: 0;
  }
}
.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

.u-fixed {
  width: 100%;
  overflow: hidden;
}

.js-fadeUp01,
.js-fadeUp02 {
  opacity: 0;
  position: relative;
  top: 100px;
  -webkit-transition: opacity 1s ease, top 1s ease;
  transition: opacity 1s ease, top 1s ease;
}

.js-fadeUp02 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.js-fadeUp01.is-active,
.js-fadeUp02.is-active {
  opacity: 1;
  top: 0;
}

font {
  display: contents;
}

.p-page-course__left-img2.u-mobile {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .p-page-course__left-img2.u-mobile {
    display: none !important;
  }
}

.p-page-course__left-img.u-mobile {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .p-page-course__left-img.u-mobile {
    display: none !important;
  }
}

html[lang=ko] .p-philosophy__text br.u-mobile {
  display: none;
}

html[lang=zh-CN] br.u-mobile {
  display: none;
}
html[lang=zh-CN] .p-gallery__content-text br.u-mobile {
  display: block;
}

html[lang=en] .p-drawer-menu__btn .c-btn {
  line-height: 1.5;
  padding-block: 0.625rem;
  border-radius: 1.875rem;
}
html[lang=en] br {
  display: none;
}
html[lang=en] br.u-mobile {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
</pre></body></html>