@charset "UTF-8";
@keyframes top-sauna-loop {
  0% {
    background-position: 189.5rem 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes top-sauna-loop-sp {
  0% {
    background-position: 268.4615384615vw 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes top-contact-loop {
  0% {
    background-position: 132.8rem 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes top-contact-loop-sp {
  0% {
    background-position: 230.7692307692vw 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes fillBar {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes instagram-icon-rotate {
  0% {
    rotate: 0;
  }
  50%, 100% {
    rotate: 360deg;
  }
}
@keyframes button-arrow-01 {
  0% {
    transform-origin: right center;
    transform: scaleX(1);
  }
  50% {
    transform-origin: right center;
    transform: scaleX(0);
  }
  51% {
    transform-origin: left center;
    transform: scaleX(0);
  }
  100% {
    transform-origin: left center;
    transform: scaleX(1);
  }
}
@keyframes button-arrow-02 {
  0% {
    transform-origin: left center;
    transform: scaleX(1);
    translate: 0 -1rem;
  }
  50% {
    transform-origin: left center;
    transform: scaleX(0);
    translate: 0 -1rem;
  }
  51% {
    transform-origin: right center;
    transform: scaleX(0);
    translate: 0;
    right: 0;
  }
  100% {
    transform-origin: right center;
    transform: scaleX(1);
    translate: 0;
    right: 0;
  }
}
@keyframes slidein {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes stickyin {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  1% {
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes stickyin-mobile {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  1% {
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes stickyout {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slide-img {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes hero-arrow {
  0% {
    top: 0;
  }
  33%, 95% {
    top: 100%;
  }
  100% {
    top: 100%;
  }
}
@keyframes belt {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes gnavi-line {
  0% {
    transform: translateX(-42%);
  }
  100% {
    transform: translateX(50%);
  }
}
@keyframes pagenavi-line {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes button_arrow {
  40%, 50% {
    opacity: 0;
  }
  43% {
    transform: translateX(105%) scaleY(0.1);
  }
  44%, 50% {
    transform: translateX(-145%) scaleY(0.1);
  }
  100% {
    transform: translateX(0) scaleY(1);
  }
}
@keyframes button_arrow_down {
  40%, 50% {
    opacity: 0;
  }
  43% {
    transform: translateY(105%) scaleX(0.1);
  }
  44%, 50% {
    transform: translateY(-145%) scaleX(0.1);
  }
  100% {
    transform: translateX(0) scaleY(1);
  }
}
@keyframes button_arrow_leave {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes gnavi-close-line-01 {
  0% {
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dashoffset: -10;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes gnavi-close-line-02 {
  0% {
    rotate: -20deg;
  }
  50% {
    rotate: 0deg;
  }
  100% {
    rotate: -20deg;
  }
}
@keyframes hero-arrow {
  0% {
    transform-origin: top;
  }
  25% {
    transform: scaleY(1);
    transform-origin: top;
  }
  25.1% {
    transform-origin: bottom;
  }
  25.2% {
    transform: scaleY(1);
  }
  45%, 100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
@keyframes roll-out-text {
  0% {
    opacity: 0;
    transform: translateY(0%);
  }
  1% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: translateY(-110%);
  }
}
@keyframes top-about-slide-rev {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2.6rem);
  }
}
@keyframes top-about-slide {
  0% {
    transform: translateX(-2.6rem);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes top-about-slide-rev-sp {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-4.6666666667vw);
  }
}
@keyframes top-about-slide-sp {
  0% {
    transform: translateX(-4.6666666667vw);
  }
  100% {
    transform: translateX(0);
  }
}
/* ===
 * * buildOutputFile: 'style';
 * * === */
/* ==========================================================================
 * *	Foundation
 * * ========================================================================== */
/* destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
* ========================================================================== */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document
* ========================================================================== */
/**
* * 1. Correct the line height in all browsers.
* * 2. Prevent adjustments of font size after orientation changes in iOS.
* * 3. Remove gray overlay on links for iOS.
* */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* Sections
* ========================================================================== */
/**
* * Remove the margin in all browsers.
* */
body {
  margin: 0;
}

/**
* * Render the `main` element consistently in IE.
* */
main {
  display: block;
}

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

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

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

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

dd {
  margin-left: 0;
}

/* Grouping content
* ========================================================================== */
/**
* * 1. Add the correct box sizing in Firefox.
* * 2. Show the overflow in Edge and IE.
* */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
* * 1. Correct the inheritance and scaling of font size in all browsers.
* * 2. Correct the odd `em` font sizing in all browsers.
* */
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

/* Text-level semantics
* ========================================================================== */
/**
* * Remove the gray background on active links in IE 10.
* */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
* * 1. Remove the bottom border in Chrome 57-
* * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
* */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
* * Add the correct font weight in Chrome, Edge, and Safari.
* */
b,
strong {
  font-weight: bolder;
}

/**
* * 1. Correct the inheritance and scaling of font size in all browsers.
* * 2. Correct the odd `em` font sizing in all browsers.
* */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

/**
* * Add the correct font size in all browsers.
* */
small {
  font-size: 80%;
}

/**
* * Prevent `sub` and `sup` elements from affecting the line height in
* * all browsers.
* */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
* ========================================================================== */
/**
* * Prevent vertical alignment issues
* */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms
* ========================================================================== */
/**
* * Reset form fields to make them styleable
* */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  /* 1 */
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  /* 1 */
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
* * Show the overflow in IE.
* * 1. Show the overflow in Edge.
* */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
* * Remove the inheritance of text transform in Edge, Firefox, and IE.
* * 1. Remove the inheritance of text transform in Firefox.
* */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
* * Correct the inability to style clickable types in iOS and Safari.
* */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
* * Remove the inner border and padding in Firefox.
* */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* * Restore the focus styles unset by the previous rule.
* */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* * Remove arrow in IE10 & IE11
* */
select::-ms-expand {
  display: none;
}

/**
* * Remove padding
* */
option {
  padding: 0;
}

/**
* * Reset to invisible
* */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
* * 1. Correct the text wrapping in Edge and IE.
* * 2. Correct the color inheritance from `fieldset` elements in IE.
* * 3. Remove the padding so developers are not caught out when they zero out
* *    `fieldset` elements in all browsers.
* */
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
* * Add the correct vertical alignment in Chrome, Firefox, and Opera.
* */
progress {
  vertical-align: baseline;
}

/**
* * Remove the default vertical scrollbar in IE 10+.
* */
textarea {
  overflow: auto;
}

/**
* * Correct the cursor style of increment and decrement buttons in Chrome.
* */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* * 1. Correct the outline style in Safari.
* */
[type=search] {
  outline-offset: -2px;
}

/**
* * Remove the inner padding in Chrome and Safari on macOS.
* */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* * 1. Correct the inability to style clickable types in iOS and Safari.
* * 2. Change font properties to `inherit` in Safari.
* */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/**
* * Clickable labels
* */
label[for] {
  cursor: pointer;
}

/* Interactive
* ========================================================================== */
/* * Add the correct display in Edge, IE 10+, and Firefox.
* */
details {
  display: block;
}

/* * Add the correct display in all browsers.
* */
summary {
  display: list-item;
}

/* * Remove outline for editable content.
* */
[contenteditable] {
  outline: none;
}

/* Table
* ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc
* ========================================================================== */
/**
* * Add the correct display in IE 10+.
* */
template {
  display: none;
}

/**
* * Add the correct display in IE 10.
* */
[hidden] {
  display: none;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  scroll-padding-top: 22rem;
  font-size: 0.78125vw;
}

body {
  font-weight: 400;
  color: black;
  font-size: 1.4rem;
  line-height: 1;
  background: var(--page-bg, #FFF);
}

:root {
  --page-bg: #FFF;
}

a {
  backface-visibility: hidden;
  outline: none !important;
}
a[href^="tel:"] {
  pointer-events: none;
}

summary {
  cursor: pointer;
}

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

iframe {
  max-width: 100%;
}

i {
  font-style: normal;
}

@media screen and (max-width: 1024px) {
  html {
    scroll-padding-top: 46.1538461538vw;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
#header {
  z-index: 1001;
}

.global-navi {
  z-index: 1000;
}
.global-navi__opener {
  z-index: 1001;
}

.c-back {
  z-index: 999;
}

/* ==========================================================================
 * *	Layout
 * * ========================================================================== */
#header, .header {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  height: 7rem;
  position: fixed;
  top: 0;
  left: 0;
  padding-left: 1.6rem;
  z-index: 100;
  background: var(--page-bg, white);
}

.header__logo {
  padding-top: 1rem;
}
.header__logo a {
  display: flex;
  position: relative;
}
.header__logo a::before {
  position: absolute;
  content: "";
  top: -1rem;
  left: -1rem;
  right: -1rem;
  bottom: -1rem;
}
.header__logo svg {
  width: 6.5rem;
  aspect-ratio: 65/39;
}
.header__aside {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header__button {
  margin-right: 3.5rem;
}
.header__sns {
  display: flex;
  gap: 1.8rem;
}
.header__sns a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.is-pc .header__sns a:hover {
  opacity: 0.6;
}
.header__opener {
  position: relative;
  height: 7rem;
  width: 7rem;
  justify-self: flex-end;
}
.header__opener::before, .header__opener::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 2.5rem;
  height: 1px;
  background: currentColor;
  transition: 0.5s;
}
.header__opener::before {
  translate: -50% -0.35rem;
}
.header__opener::after {
  translate: -50% 0.35rem;
}
.header__opener.is-open::before {
  translate: -50% 0;
}
.header__opener.is-open::after {
  translate: -50% 0;
}
.header__opener.is-open::before {
  rotate: -29.25deg;
}
.header__opener.is-open::after {
  rotate: 29.25deg;
}
.header__news {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  align-items: center;
  border-top: 1px solid;
  display: flex;
  height: 5rem;
}
.header__news-title {
  padding-left: 9rem;
  padding-right: 2rem;
  border-right: 1px solid;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
}
.header__news-item {
  overflow: hidden;
  padding-left: 2rem;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
.header__news-item > span {
  display: flex;
  gap: 1em;
}
@media (min-width: 48.0625em) {
  .header__news-item > span:nth-child(2) {
    display: none;
  }
}
.header__float-navi {
  display: none;
}

@media (max-width: 48.0525em) {
  #header, .header {
    height: 11.5384615385vw;
    padding-left: 4.1025641026vw;
    padding-right: 0;
  }
  .header__logo img {
    width: auto;
    height: 8.2051282051vw;
  }
  .header__aside {
    gap: 3.0769230769vw;
    padding-right: 3.0769230769vw;
    margin-left: auto;
  }
  .header__sns {
    gap: 3.0769230769vw;
  }
  .header__button {
    display: none;
  }
  .header__opener {
    height: 11.5384615385vw;
    width: 11.5384615385vw;
  }
  .header__opener::before, .header__opener::after {
    width: 6.4102564103vw;
    height: 1px;
    background: #000;
  }
  .header__opener::before {
    translate: -50% -0.8974358974vw;
  }
  .header__opener::after {
    translate: -50% 0.8974358974vw;
  }
  .header__opener.is-open::before, .header__opener.is-open::after {
    width: 5.641025641vw;
  }
  .header__opener.is-open::before {
    rotate: -45deg;
  }
  .header__opener.is-open::after {
    rotate: 45deg;
  }
}
.global-navi {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
}
.global-navi.is-open {
  opacity: 1;
  pointer-events: auto;
}
.global-navi__opener {
  position: fixed;
  top: 0;
  right: 0;
}
@media (min-width: 48.0625em) {
  .global-navi__opener {
    display: none;
  }
}
.global-navi__opener svg {
  width: 16rem;
  height: auto;
}
.global-navi__opener .path-01, .global-navi__opener .path-02 {
  transform-origin: 50%;
  transform-box: stroke-box;
}
.global-navi__opener .path-02 {
  transform-origin: center 100%;
}
.global-navi__opener .svg-line {
  transform: translateX(-42%);
}
.is-pc .global-navi__opener:hover .svg-line {
  animation: gnavi-line 1.175s cubic-bezier(0.2, 0.84, 0.49, 1);
}
.is-pc .global-navi__opener:hover .svg-line.next {
  animation-delay: 0.2s;
  animation-duration: 0.975s;
}
.global-navi__opener .svg-close {
  transition: 0.2s;
  transition-delay: 0.2s;
}
.global-navi__opener .svg-close path {
  stroke-dashoffset: 13;
  stroke-dasharray: 13;
  transition: 0.2s;
}
.global-navi__opener .is-open .path-01 {
  opacity: 0;
}
.global-navi__opener .is-open .path-02 {
  opacity: 0;
}
.global-navi__opener .is-open .svg-line {
  animation: none !important;
}
.global-navi__opener .is-open .svg-close {
  opacity: 1;
  transition-delay: 0s;
}
.global-navi__opener .is-open .svg-close path {
  stroke-dashoffset: 0;
  transition: 0.5s;
}
.global-navi__header {
  background: none;
}
.global-navi__header .header__aside {
  grid-column: 2;
}
.global-navi__inner {
  overflow-y: hidden;
}
@media (min-width: 48.0625em) {
  .global-navi__inner {
    flex: 1;
  }
}
.global-navi__main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: white;
  position: relative;
  padding: 9.8rem 18.3rem 8.5rem;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.6s;
  overflow-y: auto;
}
.is-open .global-navi__main {
  opacity: 1;
}
.global-navi__list {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 2.4166666667;
  margin-top: -0.7083333334em;
  margin-bottom: auto;
}
.global-navi__list a {
  position: relative;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.global-navi__list a::before {
  content: "";
  position: absolute;
  top: -0.5em;
  right: -0.5em;
  bottom: -0.5em;
  left: -0.5em;
}
.global-navi__list a .-en,
.global-navi__list a .-jp {
  transition: 0.3s;
}
.global-navi__list a .-en {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
}
@media (min-width: 48.0625em) {
  .global-navi__list a .-jp {
    position: absolute;
    font-size: 1.9rem;
    opacity: 0;
  }
}
.is-pc .global-navi__list a:hover .-en {
  opacity: 0;
}
.is-pc .global-navi__list a:hover .-jp {
  opacity: 1;
}
.global-navi__logo {
  margin-top: 8rem;
}
.global-navi__privacy {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  margin-top: 5.58rem;
}
.global-navi__privacy .-en,
.global-navi__privacy .-jp {
  transition: 0.3s;
}
@media (min-width: 48.0625em) {
  .global-navi__privacy .-jp {
    position: absolute;
    opacity: 0;
    left: 0;
  }
}
.is-pc .global-navi__privacy:hover .-en {
  opacity: 0;
}
.is-pc .global-navi__privacy:hover .-jp {
  opacity: 1;
}
.global-navi__sns {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.global-navi__sns svg {
  width: 3.5rem;
  height: 3.5rem;
}
@media (min-width: 48.0625em) {
  .global-navi__sns {
    right: 17rem;
    bottom: 4rem;
  }
}
.global-navi__copyright {
  position: absolute;
  right: 2.6rem;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
}

@media (max-width: 48.0525em) {
  .global-navi__header {
    display: flex;
  }
  .global-navi__inner {
    height: 100%;
  }
  .global-navi__main {
    flex-direction: column;
    padding: 0;
    padding-top: 0vw;
    padding-inline: 11.0256410256vw;
    padding-bottom: 10.2564102564vw;
    height: 100%;
  }
  .global-navi__list {
    order: -2;
    position: relative;
    top: 0;
    width: 100%;
    font-size: 4.8717948718vw;
    margin-top: 23.0769230769vw;
    margin-bottom: 0;
    padding-bottom: 3.8461538462vw;
    line-height: 2.7894736842;
  }
  .global-navi__list .-slash {
    font-size: 0.7368421053em;
  }
  .global-navi__list ul {
    display: flex;
    flex-direction: column;
    gap: 6.4102564103vw;
  }
  .global-navi__list li:first-child {
    margin-bottom: 3.3333333333vw;
  }
  .global-navi__list a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1;
    gap: 0.7692307692vw;
  }
  .global-navi__list a .-jp {
    font-size: 2.5641025641vw;
  }
  .global-navi__logo {
    margin-top: auto;
  }
  .global-navi__privacy {
    order: -1;
    font-size: 3.0769230769vw;
    margin-top: 10.2564102564vw;
    margin-bottom: 20.5128205128vw;
  }
  .global-navi__privacy .-en {
    display: none;
  }
  .global-navi__sns {
    flex-direction: column;
    gap: 5.1282051282vw;
    right: 6.4102564103vw;
    top: 23.0769230769vw;
  }
  .global-navi__sns svg {
    width: 8.9743589744vw;
    height: 8.9743589744vw;
  }
  .global-navi__copyright {
    position: absolute;
    right: 7.6923076923vw;
    bottom: 10.2564102564vw;
    top: auto;
    transform: none;
    writing-mode: vertical-rl;
    font-size: 3.0769230769vw;
  }
}
#footer {
  position: relative;
  width: 100%;
  padding-top: 34.7rem;
  padding-bottom: 3.3rem;
  padding-inline: 3.3rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.footer__video {
  position: absolute;
  top: 17rem;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  mix-blend-mode: multiply;
}
.footer__video video {
  width: 128rem;
}
.footer__main {
  display: flex;
  align-items: center;
  row-gap: 5rem;
  width: 100%;
}
.footer__logo {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-right: 1.5rem;
}
.footer__brand {
  display: flex;
  align-items: center;
}
@media (min-width: 48.0625em) {
  .footer__brand > * + *::before {
    content: "｜";
    margin-inline: 1em;
  }
}
.footer__brand-access, .footer__brand-open {
  font-size: 1.4rem;
  letter-spacing: 0.01em;
}
.footer__brand-tel {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.footer__aside {
  display: flex;
  justify-content: space-between;
  font-size: 1.3rem;
  gap: 3.2rem;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.footer__sns {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 1.1538461538em;
  white-space: nowrap;
}
.footer__sns a {
  transition: 0.3s;
  font-weight: 400;
}
.is-pc .footer__sns a:hover {
  font-weight: 500;
}
.footer__copyright {
  font-weight: 400;
  white-space: nowrap;
}

@media (max-width: 48.0525em) {
  #footer {
    background-color: transparent;
    padding-top: 52.3076923077vw;
    padding-bottom: 6.9230769231vw;
    padding-inline: 5.641025641vw;
    display: flex;
    flex-direction: column;
    gap: 0;
    font-size: 3.5897435897vw;
  }
  .footer__video {
    top: 34.8717948718vw;
  }
  .footer__video video {
    width: 100vw;
    height: 120vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .footer__main {
    display: grid;
    row-gap: 12.8205128205vw;
  }
  .footer__logo {
    display: none;
  }
  .footer__brand {
    display: flex;
    flex-direction: column;
    gap: 4.6153846154vw;
  }
  .footer__brand-access, .footer__brand-open {
    font-size: 3.0769230769vw;
  }
  .footer__brand-tel {
    font-size: 3.5897435897vw;
  }
  .footer__aside {
    margin-top: 35.8974358974vw;
  }
  .footer__sns {
    font-size: 3.3333333333vw;
    gap: 3.8461538462vw;
  }
  .footer__copyright {
    font-size: 2.5641025641vw;
    letter-spacing: 0em;
    writing-mode: vertical-rl;
    position: absolute;
    right: 5.3846153846vw;
    bottom: 6.9230769231vw;
  }
}
@media (min-width: 48.0625em) {
  #contents {
    min-height: calc(100vh - 66rem);
  }
}

#main {
  padding-top: 2rem;
  padding-bottom: 5rem;
}

@media (max-width: 48.0525em) {
  #main {
    padding-top: 0;
    padding-bottom: 0;
  }
}
/* ==========================================================================
 * *	Object
 * * ========================================================================== */
/* -----------------------------------------------------------------
 * *	Vendor
 * * ----------------------------------------------------------------- */
.splide__pagination {
  bottom: 3rem;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
  display: flex;
  gap: 1.2rem;
}
@media (max-width: 48.0525em) {
  .splide__pagination {
    gap: 4.6153846154vw;
    bottom: 7.6923076923vw;
  }
}

.splide__pagination__page {
  background: none;
  border-radius: 50%;
  display: block;
  padding: 0;
  position: relative;
  transition: background 0.2s linear;
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid white;
}
@media (max-width: 48.0525em) {
  .splide__pagination__page {
    width: 2.3076923077vw;
    height: 2.3076923077vw;
  }
}
.splide__pagination__page::before {
  content: "";
  position: absolute;
  top: -0.6rem;
  left: -0.6rem;
  width: 1.8rem;
  height: 1.8rem;
}
@media (max-width: 48.0525em) {
  .splide__pagination__page::before {
    top: -2.3076923077vw;
    left: -2.3076923077vw;
    width: 6.9230769231vw;
    height: 6.9230769231vw;
  }
}
.splide__pagination__page.is-active {
  background: #fff;
  z-index: 1;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__controls-area {
  position: absolute;
  top: 0;
  width: 18%;
  height: 100%;
  cursor: pointer;
}
.splide__controls-area.--next {
  right: 0;
}

/* -----------------------------------------------------------------
 * *	Layout primitive
 * * ----------------------------------------------------------------- */
.ly-stack {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.ly-stack > * {
  margin-top: 0;
  margin-bottom: 0;
}
.ly-stack > * + * {
  margin-top: 16rem;
}
@media (max-width: 48.0525em) {
  .ly-stack > * + * {
    margin-top: 51.2820512821vw;
  }
}

/* -----------------------------------------------------------------
 * *	Component
 * * ----------------------------------------------------------------- */
.c-wrapper {
  padding-inline: 7.2rem;
}

@media (max-width: 48.0525em) {
  .c-wrapper {
    padding-inline: 4.1025641026vw;
  }
}
.c-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(1, auto);
  grid-gap: 10px;
  width: 100%;
}
.c-column__item {
  width: 100%;
}
.c-column__left {
  float: left;
}
.c-column__right {
  float: right;
}
.c-column--rev .c-column__alpha {
  float: left;
}
.c-column--rev .c-column__beta {
  float: right;
}
.c-column--separate {
  position: relative;
}
.c-column--separate:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: "";
  display: block;
  border-right: 1px dotted #ccc;
  height: 100%;
}
.c-column--half .c-column__left {
  width: 50%;
}
.c-column--half .c-column__right {
  width: 50%;
}
.c-column--three .c-column__left {
  box-sizing: border-box;
  width: 31.9148936%;
  max-width: none;
}
.c-column--three .c-column__center {
  box-sizing: border-box;
  float: left;
  width: 31.9148936%;
  max-width: none;
  margin-left: 2.1276596%;
  margin-right: 2.1276596%;
}
.c-column--three .c-column__right {
  box-sizing: border-box;
  width: 31.9148936%;
  max-width: none;
}

@media (max-width: 48.0525em) {
  .c-column__item, .c-column__alpha, .c-column__beta {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .c-column__beta {
    margin-left: auto;
    margin-right: auto;
  }
}
.c-btn {
  position: relative;
  font-size: 1.5rem;
  display: inline-flex;
  align-items: center;
  padding-inline: 2.4rem;
  border: 1px solid;
  height: 2.3333333333em;
  border-radius: 1.6em;
  transition: 0.3s;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}
.is-pc .c-btn:hover {
  background: black;
  color: white;
  border-color: black;
}
.c-btn-trigger {
  cursor: pointer;
}
.is-pc .c-btn-trigger:hover .c-btn::before {
  animation: button-arrow-01 0.6s ease-in-out;
}
.is-pc .c-btn-trigger:hover .c-btn::after {
  animation: button-arrow-02 0.6s 0.2s ease-in-out;
}
.c-btn--large {
  font-size: 1.6rem;
  justify-content: center;
  height: 4.0625em;
  border-radius: 2.5em;
  font-weight: 600;
}
.c-btn--large::after {
  content: "";
  position: absolute;
  right: 2.4rem;
  background: url(../images/block/block_sns_arrow.png) no-repeat;
  background-size: 3.2rem;
  width: 3.2rem;
  height: 3.2rem;
  transition: 0.3s;
}
.is-pc .c-btn--large:hover::after {
  filter: invert(1);
}

@media (max-width: 48.0525em) {
  .c-btn {
    font-size: 3.5897435897vw;
    width: auto;
    min-width: 25.641025641vw;
    padding-inline: 0.82em;
    height: 2em;
    justify-content: center;
  }
  .c-btn--large {
    font-size: 4.1025641026vw;
    width: 100% !important;
    height: 16.6666666667vw;
  }
  .c-btn--large::after {
    right: 5.8974358974vw;
    background-size: 8.2051282051vw;
    width: 8.2051282051vw;
    height: 8.2051282051vw;
  }
}
.c-title {
  padding-top: 17rem;
  padding-bottom: 2rem;
  display: flex;
  align-items: flex-end;
  gap: 1.4rem;
  border-bottom: 1px solid #40543F;
  margin-bottom: 7.5rem;
}
.c-title i {
  font-family: "adobe-caslon-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  line-height: 0.4;
}
.c-title.--privacy {
  letter-spacing: 0.1em;
}
.c-title span {
  font-weight: 500;
  font-style: normal;
  font-family: kozuka-mincho-pro, "小塚明朝 Pro", serif !important;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
}

@media (max-width: 48.0525em) {
  .c-title {
    padding-top: 30.7692307692vw;
    padding-bottom: 3.5897435897vw;
    gap: 3.8461538462vw;
    margin-bottom: 12.8205128205vw;
  }
  .c-title i {
    font-size: 9.2307692308vw;
  }
  .c-title span {
    font-size: 4.6153846154vw;
    font-weight: 500;
  }
}
.p-contact__inner .screen-reader-response {
  visibility: hidden;
  position: absolute;
}
.p-contact__inner .wpcf7 .wpcf7-response-output {
  display: none;
}

i.required {
  font-style: normal;
  font-weight: 400;
  color: #F00;
}

.c-form {
  width: 100%;
  font-size: 1.6rem;
  display: flex;
  flex-direction: column;
}
.c-form .wpcf7-spinner {
  position: absolute;
}
.c-form .error {
  color: white;
  line-height: 2.5;
  font-size: 1.4rem;
  font-weight: 600;
}
.c-form__group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding-block: 5rem;
}
.c-form__group + .c-form__group {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.c-form__group-block + .c-form__group-block {
  margin-top: 4rem;
}
.c-form__row {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.c-form__row span[data-name=sei],
.c-form__row span[data-name=mei],
.c-form__row span[data-name=kana-sei],
.c-form__row span[data-name=kana-mei] {
  width: 12.5em;
}
.c-form__title {
  display: flex;
  align-items: center;
  line-height: 1.375;
  flex-shrink: 0;
  gap: 1em;
  margin-bottom: 0.4rem;
}
.c-form__zip {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.c-form__zip [data-name=zip-01] {
  width: 9.875em !important;
}
@media (min-width: 48.0625em) {
  .c-form__zip [data-name=zip-01] input {
    width: 100% !important;
  }
}
@media (min-width: 48.0625em) {
  .c-form__zip [data-name=zip-02] input {
    width: 9.375em !important;
  }
}
@media (min-width: 48.0625em) {
  .c-form__zip .wpcf7-form-control-wrap {
    align-items: center;
    flex-direction: row !important;
  }
}
.c-form__data {
  display: flex;
  align-items: center;
  gap: 4.1875em;
  margin-top: 2.5rem;
}
.c-form__data-title {
  white-space: nowrap;
}
.c-form__radios {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.c-form .radios label {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.c-form__button-area {
  display: flex;
  justify-content: space-between;
  margin-top: 7rem;
}
.c-form__button {
  flex: 1;
  display: flex;
}
.c-form__button.is-disabled {
  pointer-events: none;
  color: #A4A4A4;
}
.c-form__button.is-disabled [type=submit] {
  color: #666;
  border-color: #666;
}
.c-form__button input {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  flex: 1;
  text-align: center;
  height: 6rem;
  align-items: center;
  font-weight: 500;
  border: 1px solid white;
  background: none;
}
.c-form__button input[type=submit] {
  letter-spacing: 0.02em;
  transition: 0.5s;
  font-weight: 400;
}
.c-form__button input[type=submit][disabled] {
  transition: 0s;
  pointer-events: none;
  color: #666;
  border-color: #666;
}
.c-form__button input[type=reset] {
  background: white;
  border: 1px solid;
}
.c-form__button input:only-child {
  margin-left: auto;
  margin-right: auto;
}
.c-form__button-info {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 2rem;
}
.c-form__button-info i.required {
  position: relative;
  vertical-align: baseline;
}
.c-form__last {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.c-form__back {
  position: absolute;
  left: 0;
}
.c-form__back::before {
  content: "<　";
}
.c-form__check {
  display: flex;
  align-items: center;
  height: 3.125em;
  margin-bottom: 2rem;
}
.c-form__check a {
  border-bottom: 1px solid;
  transition: 0.3s;
}
.is-pc .c-form__check a:hover {
  border-bottom-color: transparent;
}
.c-form__submit {
  position: relative;
  border-radius: 4rem;
  border: 1.5px solid #40543F;
  background: #ECEDEA;
  height: 6rem;
  width: 26rem;
  text-align: center;
  cursor: pointer;
  font-size: 1.8rem;
}
.c-form__submit:has([disabled]) {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}
.c-form__submit input {
  width: 100%;
}
.is-pc .c-form__submit:hover {
  background: #40543F;
  color: white;
}
.c-form__submit .wpcf7-spinner {
  top: calc(50% - 12px);
  opacity: 0;
}
.c-form .wpcf7-form-control-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.75em;
}
.c-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  opacity: 0.7;
  font-size: 0.9em;
}
.c-form [type=text],
.c-form [type=tel],
.c-form [type=email],
.c-form [type=number],
.c-form [type=password] {
  font-size: inherit;
  vertical-align: middle;
  padding: 0.5em 0.75em;
  border: none;
  height: 4rem;
  background: #F5F5F5;
  border-radius: 0.6rem;
  letter-spacing: 0.02em;
}
.c-form [type=text]:focus::-moz-placeholder,
.c-form [type=tel]:focus::-moz-placeholder,
.c-form [type=email]:focus::-moz-placeholder,
.c-form [type=number]:focus::-moz-placeholder,
.c-form [type=password]:focus::-moz-placeholder {
  color: transparent;
}
.c-form [type=text]::-moz-placeholder, .c-form [type=tel]::-moz-placeholder, .c-form [type=email]::-moz-placeholder, .c-form [type=number]::-moz-placeholder, .c-form [type=password]::-moz-placeholder {
  color: #808080;
}
.c-form [type=text]::placeholder,
.c-form [type=tel]::placeholder,
.c-form [type=email]::placeholder,
.c-form [type=number]::placeholder,
.c-form [type=password]::placeholder {
  color: #808080;
}
.c-form .wpcf7-checkbox,
.c-form .wpcf7-radio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.c-form .wpcf7-checkbox .wpcf7-list-item-label,
.c-form .wpcf7-radio .wpcf7-list-item-label {
  height: 4rem;
  display: flex;
  align-items: center;
}
.c-form [type=checkbox],
.c-form [type=radio] {
  display: none;
  margin: 0;
}
.c-form [type=checkbox] + span,
.c-form [type=radio] + span {
  position: relative;
  display: inline-block;
  padding-left: 1.8571428571em;
}
.c-form [type=checkbox] + span:before, .c-form [type=checkbox] + span:after,
.c-form [type=radio] + span:before,
.c-form [type=radio] + span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  display: block;
  width: 1.1428571429em;
  height: 1.1428571429em;
  transform: translateY(-50%);
  border-radius: 0.6rem;
}
.c-form [type=checkbox] + span:before,
.c-form [type=radio] + span:before {
  border: 0.5px solid #000;
}
.c-form [type=checkbox] + span:after,
.c-form [type=radio] + span:after {
  background: #333333;
  opacity: 0;
  transform: translateY(-50%) scale(0.1);
}
.c-form [type=checkbox]:checked + span:after,
.c-form [type=radio]:checked + span:after {
  opacity: 1;
  transform: translateY(-50%) scale(0.6);
}
.c-form [type=checkbox].is-disabled + span,
.c-form [type=radio].is-disabled + span {
  color: #999;
}
.c-form [type=checkbox] + span:before, .c-form [type=checkbox] + span:after {
  border-radius: 0.3rem;
}
.c-form [type=radio] + span:before, .c-form [type=radio] + span:after {
  border-radius: 50%;
}
.c-form textarea {
  border: none;
  width: 100%;
  height: 15rem;
  padding: 1.25em 0.75em;
  background: #F5F5F5;
  border-radius: 0.6rem;
  line-height: 1.5;
}
.c-form label {
  display: inline-flex;
  cursor: pointer;
}
.c-form button {
  cursor: pointer;
}
.c-form__recaptcha-info {
  color: #4D4D4D;
  font-size: 1.2rem;
  margin-top: 2em;
  letter-spacing: 0.06em;
}
.c-form__recaptcha-info a {
  transition: 0.25s;
  border-bottom: 1px solid transparent;
}
.is-pc .c-form__recaptcha-info a:hover {
  border-bottom-color: currentColor;
}

@media (max-width: 48.0525em) {
  .c-form {
    font-size: 3.5897435897vw;
  }
  .c-form .error {
    font-size: 3.5897435897vw;
  }
  .c-form__group {
    padding-block: 7.6923076923vw;
    gap: 0vw;
  }
  .c-form__group.vertical .wpcf7-form-control {
    display: flex;
    flex-direction: column;
  }
  .c-form__group-block + .c-form__group-block {
    margin-top: 7.6923076923vw;
  }
  .c-form__title {
    font-size: 4.1025641026vw;
    padding-top: 0;
    padding-left: 0;
    width: 100%;
    margin-bottom: 0.5em;
  }
  .c-form__data {
    width: 100%;
    gap: 5.1282051282vw;
    margin-top: 6.4102564103vw;
  }
  .c-form__radios {
    padding: 0;
  }
  .c-form__radios.vertical {
    display: flex;
    flex-direction: column;
  }
  .c-form .radios label {
    padding-top: 7.6923076923vw;
    padding-bottom: 7.6923076923vw;
  }
  .c-form__zip {
    gap: 1.5384615385vw;
  }
  .c-form__zip [data-name=zip-01] {
    width: 25.641025641vw !important;
  }
  .c-form__zip [data-name=zip-02] {
    width: 30.7692307692vw !important;
  }
  .c-form__button-area {
    flex-direction: column-reverse;
    margin-top: 28.2051282051vw;
  }
  .c-form__button-area input {
    flex: none;
    width: 100%;
    height: 35.8974358974vw;
    font-size: 7.1794871795vw;
  }
  .c-form__button input {
    height: 30.7692307692vw;
  }
  .c-form__button-info {
    font-size: 6.1538461538vw;
    white-space: nowrap;
    margin-top: 0vw;
  }
  .c-form [type=checkbox] + span,
  .c-form [type=radio] + span {
    display: flex;
    align-items: center;
    height: 20.5128205128vw;
  }
  .c-form [type=text],
  .c-form [type=tel],
  .c-form [type=email],
  .c-form [type=number],
  .c-form [type=password] {
    padding: 0 6.4102564103vw;
    width: 100%;
    height: 10.2564102564vw;
    font-size: inherit;
    border-radius: 0.7692307692vw;
  }
  .c-form .wpcf7-checkbox,
  .c-form .wpcf7-radio {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-form .wpcf7-checkbox .wpcf7-list-item-label,
  .c-form .wpcf7-radio .wpcf7-list-item-label {
    height: 12.8205128205vw;
  }
  .c-form textarea {
    font-size: inherit;
    height: 46.1538461538vw;
  }
  .c-form__last {
    margin-top: 6.9230769231vw;
  }
  .c-form__check {
    margin-bottom: 3.3333333333vw;
    height: 12.8205128205vw;
  }
  .c-form__submit {
    border-radius: 10.2564102564vw;
    height: 15.3846153846vw;
    width: 61.5384615385vw;
    font-size: 4.1025641026vw;
    font-weight: 500;
  }
}
.c-pager {
  position: relative;
  text-align: center;
  margin-top: 17rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  gap: 11.8rem;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.c-pager__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.8rem;
}
.c-pager .is-disabled {
  pointer-events: none;
}
.c-pager a {
  transition: 0.3s;
}
.is-pc .c-pager a:hover {
  opacity: 0.6;
}

@media (max-width: 48.0525em) {
  .c-pager {
    margin-top: 25.641025641vw;
    font-size: 3.3333333333vw;
    gap: 14.6153846154vw;
  }
  .c-pager__list {
    gap: 7.6923076923vw;
  }
}
.c-intro {
  padding-left: 20px;
  margin-bottom: 1em;
  font-size: 1.5rem;
}

@media (max-width: 48.0525em) {
  .c-intro {
    padding-left: 0;
  }
}
.c-modal {
  transition: 0.5s;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  background: white;
  color: white;
  width: 100%;
  height: 100%;
}
.c-modal:not([open]) {
  position: fixed;
  top: 0;
  pointer-events: none;
  visibility: hidden;
}
.c-modal::backdrop {
  transition: 0.5s;
}
.c-modal.-closing {
  opacity: 0;
  transform: scale(1);
}
.c-modal.-closing::backdrop {
  opacity: 0;
}
.c-modal .path-01, .c-modal .path-02 {
  transform-origin: 50%;
  transform-box: stroke-box;
}
.c-modal .js-popup-close .path-01, .c-modal .js-popup-close .path-02 {
  transform-origin: center;
}
.c-modal .js-popup-close .path-01 {
  translate: 0 -500%;
  rotate: 20deg;
}
@media (max-width: 48.0525em) {
  .c-modal .js-popup-close .path-01 {
    translate: 0 -375%;
  }
}
.c-modal .js-popup-close .path-02 {
  translate: 0 500%;
  rotate: -20deg;
}
@media (max-width: 48.0525em) {
  .c-modal .js-popup-close .path-02 {
    translate: 0 375%;
  }
}
.c-modal__gallery-prev, .c-modal__gallery-next {
  position: fixed;
  top: calc(50% - 1.9rem);
}
.c-modal__gallery-prev {
  left: 6.15rem;
}
.c-modal__gallery-next {
  right: 6.15rem;
}

@media (max-width: 48.0525em) {
  .c-modal {
    padding: 0;
  }
  .c-modal__close {
    overflow: hidden;
  }
  .c-modal__close svg {
    margin-top: -1.7948717949vw;
    margin-right: -1.7948717949vw;
    width: 20.5128205128vw;
    height: 20.5128205128vw;
  }
  .c-modal--gallery {
    padding: 0;
  }
  .c-modal__gallery-item, .c-modal__staff-wrapper {
    max-width: calc(100% - 1.7948717949vw * 2);
  }
  .c-modal__gallery-item {
    max-height: calc(100% - 17.9487179487vw * 2);
  }
  .c-modal__staff-wrapper {
    margin: 17.9487179487vw 1.7948717949vw 0;
    max-height: calc(100% - 17.9487179487vw * 1);
  }
  .c-modal__gallery-prev, .c-modal__gallery-next {
    top: calc(50% - 9.2307692308vw / 2);
  }
  #works-gallery .c-modal__gallery-prev, #works-gallery .c-modal__gallery-next {
    top: 50%;
  }
  .c-modal__gallery-prev svg, .c-modal__gallery-next svg {
    width: 9.2307692308vw;
    height: 9.2307692308vw;
  }
  .c-modal__gallery-prev {
    left: 0;
  }
  .c-modal__gallery-next {
    right: 0;
  }
}
.c-bg {
  padding: 40px 20px 35px;
  box-sizing: border-box;
  border-radius: 7px;
}
.c-bg--black {
  background: #333333;
  color: white;
}
.c-bg--black a {
  color: white;
}

@media (max-width: 48.0525em) {
  .c-bg {
    margin-left: -10vw;
    margin-right: -10vw;
  }
}
.c-to-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
}
.c-to-top a {
  display: block;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.c-to-top a img {
  transition: 0.2s;
}
.c-to-top a:hover img {
  opacity: 1;
  margin-top: -60px;
}

.c-map {
  position: relative;
  width: 100%;
  height: 56rem;
}
.c-map__canvas {
  width: 100%;
  height: 100%;
}
.c-map__canvas div {
  border: none !important;
}
.c-map__canvas .gmnoprint[data-control-width="40"] {
  transform-origin: right bottom;
  transform: scale(0.9);
}
.c-map__canvas .gmnoprint[data-control-width="40"] button {
  scale: 0.85;
}
.c-map__link {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  background: #1A1A1A;
  width: 10em;
  height: 2.5em;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.25em;
  gap: 0.5em;
}
.c-map__link picture {
  display: contents;
}
.c-map__link img {
  width: 0.6666666667em;
}

@media (max-width: 48.0525em) {
  .c-map {
    height: 128.2051282051vw;
  }
}
@media (max-width: 48.0525em) and (max-width: 48.0525em) {
  .c-map {
    width: auto;
    margin-left: -15.3846153846vw;
    margin-right: -15.3846153846vw;
  }
}
@media (max-width: 48.0525em) {
  .c-map__canvas .gmnoprint[data-control-width="40"] {
    transform: scale(0.8);
    margin-top: 5vw;
  }
  .c-map__canvas .gmnoprint[data-control-width="40"] button {
    scale: 0.85;
  }
  .c-map__link {
    bottom: 7.6923076923vw;
    left: 7.6923076923vw;
    font-size: 4.6153846154vw;
  }
  .c-map img[src*="map_marker.svg"],
  .c-map img[src*="icon_map_marker_common.svg"] {
    transform: scale(0.75);
    transform-origin: center bottom;
  }
}
.c-pc-only {
  display: block;
}

span.c-pc-only, img.c-pc-only {
  display: inline-block;
}

@media (max-width: 48.0525em) {
  .c-pc-only {
    display: none !important;
  }
}
.c-sp-only {
  display: none;
}

@media (max-width: 48.0525em) {
  .c-sp-only {
    display: block;
  }
  img.c-sp-only, span.c-sp-only {
    display: inline-block;
  }
}
.c-fade-in-img img {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.18, 0.06, 0.23, 1);
}
.c-fade-in-img.is-show img {
  opacity: 1;
}

.c-fade-in {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.18, 0.06, 0.23, 1);
}
.c-fade-in.is-show {
  opacity: 1;
}

.c-line-in {
  clip-path: inset(0 0 0 0);
}
.c-line-in > * {
  translate: 0 105%;
  transition: 0.5s;
}
.c-line-in.is-show > * {
  translate: 0 0;
}

.c-slide-control {
  pointer-events: none;
  z-index: 2;
}
.c-slide-control button {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #000;
  width: 80px;
  height: 80px;
  font-size: 12px;
  letter-spacing: 0.06em;
  transform-origin: center center;
  z-index: 2;
  opacity: 0;
  scale: 0;
  transition: opacity 0.5s, scale 0.5s;
  pointer-events: none;
}
.c-slide-control button.is-show:not([disabled]) {
  opacity: 1;
  scale: 1;
}

@media (max-width: 48.0525em) {
  .c-slide-control {
    display: none;
  }
}
.c-hero {
  position: relative;
  padding-top: 23.6rem;
  padding-bottom: 15.2rem;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 6.4rem;
  letter-spacing: 0.05em;
}
.c-hero span {
  font-weight: 400;
}

@media (max-width: 48.0525em) {
  .c-hero {
    font-size: 6.4102564103vw;
    padding-top: 28.2051282051vw;
    padding-bottom: 17.9487179487vw;
  }
}
.c-navi ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3rem 6.9rem;
}
.c-navi a {
  display: flex;
  border-bottom: 1px solid;
  padding-bottom: 0.6rem;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
}
.c-navi a i {
  font-style: normal;
}

@media (max-width: 48.0525em) {
  .c-navi ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 6.4102564103vw 5.1282051282vw;
  }
  .c-navi a {
    font-size: 4.1025641026vw;
    padding-bottom: 1.5384615385vw;
  }
}
.c-accordion summary {
  display: flex;
}
.c-accordion summary::-webkit-details-marker {
  display: none;
}
.c-accordion summary::after {
  rotate: -90deg;
  transition: 0.3s;
}
.c-accordion details[open] summary::after {
  translate: 0 0.5rem;
  opacity: 0;
}

.c-section {
  margin-inline: 9rem;
  border-top: 1px solid #40543F;
}
.c-section__title {
  display: flex;
  padding-top: 2rem;
}
.c-section__title i {
  font-size: 2.4rem;
  font-weight: 600;
  font-style: normal;
  font-family: kozuka-mincho-pro, "小塚明朝 Pro", serif !important;
  color: #414E3D;
  margin-right: auto;
}
.c-section__title span {
  font-weight: 600;
  font-style: normal;
  font-family: kozuka-mincho-pro, "小塚明朝 Pro", serif !important;
  font-size: 2.4rem;
  letter-spacing: 0.12em;
}

@media (max-width: 48.0525em) {
  .c-section {
    margin-inline: 5.1282051282vw;
  }
  .c-section__title {
    padding-top: 2.3076923077vw;
  }
  .c-section__title i {
    font-size: 4.6153846154vw;
  }
  .c-section__title span {
    font-size: 4.6153846154vw;
  }
}
.c-lineup-item {
  position: relative;
}
@media (min-width: 48.0625em) {
  .c-lineup-item.is-slide .c-lineup-item__body {
    padding-top: 16.8rem;
  }
}
.c-lineup-item__body {
  position: absolute;
  z-index: 2;
  color: white;
  padding-block: 7.5rem;
  padding-left: 5rem;
  width: 60rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.c-lineup-item__body .c-btn {
  margin-top: auto;
}
.c-lineup-item__num {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.5rem;
  letter-spacing: 0.08em;
  margin-bottom: 3rem;
}
.c-lineup-item__title {
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  margin-bottom: 2rem;
}
.c-lineup-item__title + .c-lineup-item__description {
  margin-top: 1rem;
}
.c-lineup-item__description {
  font-size: 1.8rem;
  line-height: 1.94;
  margin-bottom: 2rem;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 48.0625em) {
  .is-normal .c-lineup-item__description {
    display: none;
  }
}
.c-lineup-item__detail {
  width: 35rem;
  border-top: 1px solid;
  padding-top: 0.8rem;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
@media (min-width: 48.0625em) {
  .is-slide .c-lineup-item__detail {
    width: auto;
    display: inline-flex;
    justify-content: space-between;
    align-self: flex-start;
    gap: 1em;
  }
}
@media (min-width: 48.0625em) {
  .is-normal .c-lineup-item__detail {
    line-height: 1.375;
    border-top: none;
  }
}
.c-lineup-item__text {
  font-size: 1.6rem;
  line-height: 1.375;
}
.c-lineup-item__image {
  position: relative;
}
.c-lineup-item__image::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(102, 102, 102, 0) 100%);
  z-index: 1;
}
.c-lineup-item__image img {
  width: 100%;
  height: 65rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-lineup-item__pagination {
  position: absolute;
  top: 5rem;
  left: 5rem;
  display: flex;
  gap: 1.846rem;
  z-index: 2;
}
.c-lineup-item__pagination > button {
  width: 1.23rem;
  aspect-ratio: 1;
  border: 1.5px solid white;
  border-radius: 50%;
}
.c-lineup-item__pagination > button.is-current {
  background: white;
}

@media (max-width: 48.0525em) {
  .c-lineup-item > a {
    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
  }
  .c-lineup-item__body {
    position: relative;
    color: black;
    padding-block: 0;
    padding-inline: 5.1282051282vw;
    width: 100%;
    margin-top: -6.9230769231vw;
  }
  .c-lineup-item__body .c-btn {
    margin-top: 7.6923076923vw;
  }
  .c-lineup-item__num {
    color: white;
    font-size: 3.5897435897vw;
    margin-bottom: 11.0256410256vw;
  }
  .c-lineup-item__title {
    color: white;
    font-size: 5.1282051282vw;
  }
  .c-lineup-item__description {
    display: none;
  }
  .c-lineup-item__detail {
    width: auto;
    border-top: none;
    padding-top: 0;
    margin-bottom: 0;
    font-size: 3.5897435897vw;
    line-height: 1.5714285714;
    display: flex;
    flex-wrap: wrap;
    gap: 0 2em;
  }
  .c-lineup-item__detail .-build {
    order: -1;
  }
  .c-lineup-item__detail .-floor {
    order: 2;
  }
  .c-lineup-item__detail .-total {
    order: 1;
  }
  .c-lineup-item__text {
    font-size: 3.5897435897vw;
    line-height: 1.5714285714;
  }
  .c-lineup-item__image img {
    height: 66.6666666667vw;
  }
  .c-lineup-item__pagination {
    top: 61.2820512821vw;
    left: auto;
    right: 5.1282051282vw;
    gap: 3.0769230769vw;
  }
  .c-lineup-item__pagination > button {
    width: 2.0512820513vw;
    border: 0.3846153846vw solid white;
  }
}
.c-lib-item {
  display: flex;
  flex-direction: column;
  position: relative;
}
.is-pc .c-lib-item:hover .splide__track::before {
  opacity: 0;
}
.is-pc .c-lib-item:hover .splide__arrows {
  opacity: 1;
}
.c-lib-item__date {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  writing-mode: vertical-rl;
}
.c-lib-item__date > span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  transform: translateX(-50%);
  color: white;
}
.c-lib-item__date span:nth-child(1) {
  clip-path: inset(0 0 0 50%);
  mix-blend-mode: difference;
}
.c-lib-item__date span:nth-child(2) {
  position: absolute;
  color: black;
  top: 0;
  clip-path: inset(0 50% 0 0);
  -webkit-font-smoothing: initial;
}
.c-lib-item__image {
  width: 100%;
}
.c-lib-item__image img {
  width: 100%;
  height: 48rem;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.c-lib-item__image .splide__track {
  position: relative;
}
.c-lib-item__image .splide__track::before {
  content: "";
  position: absolute;
  top: 0.9rem;
  right: 0.8rem;
  z-index: 3;
  width: 2.1rem;
  height: 2.4rem;
  background: url(../images/common/icon_multi_image.png) no-repeat;
  background-size: 2.1rem;
  transition: 0.3s;
}
.c-lib-item__image .splide__arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 100%;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: 0.3s;
}
.c-lib-item__image .splide__pagination {
  bottom: -1.6rem;
  right: 0;
  width: auto;
  left: auto;
  gap: 0.5rem;
}
.c-lib-item__image .splide__pagination .splide__pagination__page {
  border: none;
  background: #D9D9D9;
}
.c-lib-item__image .splide__pagination .splide__pagination__page.is-active {
  background: #000;
}
.c-lib-item__tag {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-top: 1em;
  margin-bottom: 0.25em;
}
.c-lib-item__title {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 48.0525em) {
  .c-lib-item__date {
    font-size: 2.5641025641vw;
  }
  .c-lib-item__image img {
    height: 58.9743589744vw;
  }
  .c-lib-item__image .splide__track::before {
    top: 1.7948717949vw;
    right: 1.641025641vw;
    width: 4.4871794872vw;
    height: 5.1282051282vw;
    background-size: 4.4871794872vw;
  }
  .c-lib-item__image .splide__arrows {
    display: none;
  }
  .c-lib-item__image .splide__pagination {
    bottom: -3.3333333333vw;
    gap: 0.8538461538vw;
  }
  .c-lib-item__image .splide__pagination__page {
    width: 1.2820512821vw;
    height: 1.2820512821vw;
  }
  .c-lib-item__tag {
    font-size: 3.0769230769vw;
  }
  .c-lib-item__title {
    font-size: 3.0769230769vw;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.c-news {
  margin-inline: 8rem;
}
.c-news a {
  position: relative;
  display: grid;
  grid-template-columns: 17rem 1fr;
  font-size: 1.6rem;
  padding-left: 2.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid #40543F;
  letter-spacing: 0.06em;
  min-height: 8.6rem;
  padding-right: 4rem;
}
.c-news a::after {
  content: "";
  position: absolute;
  right: 2.45rem;
  bottom: 2rem;
  width: 2.3rem;
  height: 2.2rem;
  background: url(../images/common/news_arrow@2x.png) no-repeat;
  background-size: 2.2rem;
}
.c-news a:last-child {
  border-bottom: 1px solid #40543F;
}

@media (max-width: 48.0525em) {
  .c-news {
    display: flex;
    flex-direction: column;
    margin-inline: 0vw;
    gap: 10.2564102564vw;
  }
  .c-news a {
    display: flex;
    flex-direction: column;
    border-top: none;
    border-bottom: 1px solid #40543F;
    padding-top: 0;
    padding-bottom: 5.1282051282vw;
    padding-right: 17.9487179487vw;
  }
  .c-news a::after {
    right: 6.4102564103vw;
    bottom: 6.4102564103vw;
    width: 3.8461538462vw;
    height: 3.8461538462vw;
    background-size: 3.8461538462vw;
  }
  .c-news__date {
    font-size: 3.5897435897vw;
    letter-spacing: 0.06em;
    margin-bottom: 4.8717948718vw;
  }
  .c-news__title {
    font-size: 4.6153846154vw;
    line-height: 1.39;
  }
}
.c-more {
  margin-top: 10rem;
  margin-inline: auto;
  display: flex;
  justify-content: center;
}
.c-more .is-loading {
  pointer-events: none;
  opacity: 0.6;
}
.c-more a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  width: 19rem;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #40543F;
  transition: 0.3s;
}
.is-pc .c-more a:hover {
  background: black;
  color: white;
  border-color: black;
}

@media (max-width: 48.0525em) {
  .c-more a {
    width: 35.8974358974vw;
    font-size: 3.5897435897vw;
  }
}
.c-body {
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  line-height: 2.56;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.c-body > *:not(h2) + * {
  margin-top: 10rem;
}
.c-body > p + p {
  margin-top: 2.56em;
}
.c-body h2 {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
.c-body img {
  max-width: 100%;
  height: auto;
}
.c-body iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 1rem;
}
.c-body__slide {
  position: relative;
  margin-right: -7.2rem;
}
.c-body__slide img {
  border-radius: 1rem;
}
.c-body .wp-block-group-is-layout-constrained {
  padding: 6.4rem 6.8rem;
  background: var(--group-bg, rgba(217, 217, 217, 0.3));
  border-radius: 1rem;
}
.c-body .wp-block-group-is-layout-constrained h2 {
  line-height: 1.8181818182;
  margin-top: -0.5em;
  margin-bottom: 1.5em;
}
.c-body .wp-block-group-is-layout-constrained .c-btn {
  margin-top: 2em;
}
.c-body .wp-block-media-text {
  gap: 2rem;
}
.c-body .wp-block-media-text__content {
  padding-inline: 0;
}
.c-body .wp-block-media-text__content h2 {
  line-height: 1.8181818182;
  margin-top: -0.5em;
  margin-bottom: 1.5em;
}
.c-body .wp-block-media-text__media img {
  border-radius: 1rem;
  overflow: hidden;
}
.c-body .wp-block-image {
  margin-block: 10rem;
}
.c-body .wp-block-image img {
  border-radius: 1rem;
  overflow: hidden;
}
.c-body .wp-block-image figcaption {
  font-size: 0.9375em;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 1em;
  line-height: 2;
}
.c-body .wp-block-image.is-style-no-margin {
  margin-block: 0;
}
.c-body .c-btn {
  line-height: 1;
}
@media (min-width: 48.0625em) {
  .c-body .c-btn--large {
    padding-right: 3.8em;
    padding-left: 2em;
  }
}
@media (min-width: 48.0625em) {
  .c-body > .c-btn {
    align-self: flex-start;
  }
}

@media (max-width: 48.0525em) {
  .c-body {
    font-size: 3.5897435897vw;
    line-height: 2.2142857143;
  }
  .c-body > *:not(h2) + * {
    margin-top: 20.5128205128vw;
  }
  .c-body > p + p {
    margin-top: 2.2142857143em;
  }
  .c-body h2 {
    font-size: 1.285em;
  }
  .c-body__slide {
    margin-right: -4.1025641026vw;
  }
  .c-body__slide img {
    border-radius: 2.5641025641vw;
  }
  .c-body iframe {
    border-radius: 2.5641025641vw;
  }
  .c-body .wp-block-group-is-layout-constrained {
    padding: 12.8205128205vw 5.3846153846vw 11.2820512821vw;
    border-radius: 2.5641025641vw;
  }
  .c-body .wp-block-group-is-layout-constrained h2 {
    line-height: 1.8181818182;
    margin-top: -0.5em;
    margin-bottom: 1.5em;
  }
  .c-body .wp-block-group-is-layout-constrained .c-btn {
    width: auto;
    padding-inline: 1.5em;
  }
  .c-body .wp-block-media-text {
    gap: 12.8205128205vw;
  }
  .c-body .wp-block-media-text__media {
    padding-inline: 10.2564102564vw;
  }
  .c-body .wp-block-media-text__media img {
    border-radius: 2.5641025641vw;
  }
  .c-body .wp-block-media-text__content {
    padding-inline: 0;
  }
}
.c-sns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  padding-inline: 7.2rem;
  margin-top: 25rem;
}
.c-sns__item {
  padding: 4.4rem 4.8rem;
  border: 1px solid #000;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-sns__item-icon {
  margin-bottom: 1.4rem;
}
.c-sns__item-title {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  margin-bottom: 1.5em;
}
.c-sns__item-text {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.714;
  margin-block: -0.357em;
}
.c-sns__item .c-btn {
  margin-top: 2.5rem;
}

@media (max-width: 48.0525em) {
  .c-sns {
    display: flex;
    flex-direction: column;
    gap: 1.7948717949vw;
    padding-inline: 4.1025641026vw;
    margin-top: 19.7435897436vw;
  }
  .c-sns__item {
    padding: 0 6.6666666667vw;
    aspect-ratio: auto;
    border: 1px solid #000;
    align-items: center;
    justify-content: center;
    display: grid;
    grid-template-columns: auto 1fr 38.4615384615vw;
    height: 30.7692307692vw;
    border-radius: 2.5641025641vw;
  }
  .c-sns__item-icon {
    margin-bottom: 0;
    margin-left: -0.5128205128vw;
  }
  .c-sns__item-icon svg {
    width: 10.2564102564vw;
    height: 10.2564102564vw;
  }
  .c-sns__item-title {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 3.5897435897vw;
    letter-spacing: 0.05em;
    margin-bottom: 0;
    text-align: center;
  }
  .c-sns__item-text {
    font-size: 3.0769230769vw;
    line-height: 1.5;
  }
  .c-sns__item .c-btn {
    display: none;
  }
}
@media (min-width: 48.0625em) {
  .c-escort {
    position: relative;
    display: grid;
    align-items: flex-start;
  }
  .c-escort__side {
    position: sticky;
    top: 0;
  }
}
.c-breadcrumbs {
  margin-bottom: 11rem;
}
.c-breadcrumbs__list {
  display: flex;
  align-items: center;
  line-height: 0.8;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.c-breadcrumbs li {
  display: flex;
  align-items: center;
}
.c-breadcrumbs li span {
  font-weight: 200;
}
.c-breadcrumbs li:before {
  font-size: 1.1em;
  content: ">";
  padding-left: 0.3125em;
  padding-right: 0.3125em;
}
.c-breadcrumbs li:first-child:before {
  content: "";
  padding: 0;
}

@media (max-width: 48.0525em) {
  .c-breadcrumbs {
    margin-bottom: 10.2564102564vw;
  }
  .c-breadcrumbs__list {
    font-size: 3.0769230769vw;
  }
}
.c-page-navi {
  display: flex;
  margin-block: 25rem;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  gap: 9em;
}
.c-page-navi > * {
  display: flex;
  align-items: center;
  gap: 0.6em;
}
.c-page-navi > span {
  opacity: 0;
  pointer-events: none;
}
.c-page-navi a {
  transition: 0.3s;
}
.is-pc .c-page-navi a:hover {
  opacity: 0.6;
}

@media (max-width: 48.0525em) {
  .c-page-navi {
    margin-block: 16.6666666667vw;
    font-size: 3.8461538462vw;
    gap: 8.9743589744vw;
  }
}
.c-tag {
  font-size: 1.6rem;
  font-weight: 500;
  border: 1px dashed;
  height: 2.8125em;
  border-radius: 1.40625em;
  padding-inline: 1.5625em;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 48.0525em) {
  .c-tag {
    font-size: 3.0769230769vw;
    height: 6.4102564103vw;
  }
}
.c-roll > span {
  display: flex;
  position: relative;
  clip-path: inset(-0.1em 0 -0.1em);
}
.c-roll > span::before {
  position: absolute;
  content: attr(data-text);
  top: 130%;
  opacity: 0;
  transition: 0.5s;
}
.c-roll > span span {
  display: flex;
  transition: 0.5s;
}
.is-pc .c-roll:hover > span::before {
  top: 0;
  opacity: 1;
}
.is-pc .c-roll:hover > span span {
  opacity: 0;
  transform: translateY(-130%);
}

.is-pc .c-thumb-trigger:hover .c-roll > span::before {
  top: 0;
  opacity: 1;
}
.is-pc .c-thumb-trigger:hover .c-roll > span span {
  opacity: 0;
  transform: translateY(-130%);
}

.c-yt-recommend {
  position: fixed;
  bottom: 3.6rem;
  right: 3.6rem;
  padding: 3.5rem;
  background: #EDEDED;
  border-radius: 1rem;
  z-index: 10;
  width: 24rem;
  display: flex;
  flex-direction: column;
}
.c-yt-recommend__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.8rem;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  border-radius: 50%;
  transform: translate(50%, -50%);
  cursor: pointer;
}
.c-yt-recommend__title {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.005em;
  line-height: 1.6363636364;
  margin-bottom: 1em;
  margin-top: -0.5em;
}
.c-yt-recommend img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}

@media (max-width: 48.0525em) {
  .c-yt-recommend {
    bottom: 4.1025641026vw;
    right: 4.1025641026vw;
    padding: 5.1282051282vw;
    border-radius: 2.5641025641vw;
    width: 92.3076923077vw;
    flex-direction: row;
    gap: 3.0769230769vw;
  }
  .c-yt-recommend__close {
    width: 7.1794871795vw;
    transform: translate(0, -50%);
  }
  .c-yt-recommend__title {
    font-size: 2.8205128205vw;
    margin-bottom: 0;
    margin-top: 0;
    flex: 1;
  }
  .c-yt-recommend img {
    width: 43.5897435897vw;
    border-radius: 2.5641025641vw;
  }
}
/* -----------------------------------------------------------------
 * * 	Block
 * * ----------------------------------------------------------------- */
.b-sns {
  background: var(--group-bg, rgba(217, 217, 217, 0.3));
  padding-right: 10rem;
  padding-block: 7.8rem;
  border-radius: 1rem;
  display: grid;
  grid-template-columns: 23rem 1fr;
  grid-template-rows: 1fr auto;
  grid-template-areas: "icon text" "button text";
  padding-left: 1rem;
}
.b-sns__icon {
  justify-self: center;
  padding-top: 0.9rem;
}
.b-sns__icon img {
  width: 7.2rem;
  height: auto;
}
.b-sns__body {
  grid-area: text;
  letter-spacing: 0.05em;
  background: url(../images/block/block_sns_arrow.png) no-repeat;
  background-size: 3.2rem;
  background-position: top right;
}
.b-sns__title {
  display: flex;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1em;
}
.b-sns__text {
  font-size: 1.4rem;
  line-height: 2;
}
.b-sns__button {
  grid-area: button;
  justify-self: center;
}
.b-sns__button a {
  padding-bottom: 0.25em;
  border-bottom: 1px solid;
}

@media (max-width: 48.0525em) {
  .b-sns {
    padding: 12.8205128205vw 5.3846153846vw 11.2820512821vw;
    border-radius: 2.5641025641vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .b-sns__icon {
    padding-top: 0;
    margin-bottom: 4.6153846154vw;
  }
  .b-sns__icon img {
    width: 18.4615384615vw;
    height: auto;
  }
  .b-sns__body {
    width: 100%;
    background: none;
  }
  .b-sns__title {
    font-size: 3.8461538462vw;
    justify-content: center;
    margin-bottom: 1.2em;
  }
  .b-sns__text {
    font-size: 3.0769230769vw;
    line-height: 2;
  }
  .b-sns__button {
    margin-top: 7.6923076923vw;
  }
  .b-sns__button a {
    padding-bottom: 0.25em;
    border-bottom: 1px solid;
  }
}
.b-index {
  padding: 6.4rem 6.8rem;
  border: 1px solid #000000;
  border-radius: 1rem;
}
.b-index__title {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 2.2rem;
  letter-spacing: 0.01em;
  margin-top: -0.5em;
  margin-bottom: 0.25em;
}
.b-index__list li {
  line-height: 2.1875;
}
.b-index__list li a {
  display: flex;
  align-items: flex-end;
}
.is-pc .b-index__list li a:hover span {
  text-decoration: underline;
}
.b-index__list li i {
  display: flex;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  width: 2.1428571429em;
  flex-shrink: 0;
}

@media (max-width: 48.0525em) {
  .b-index {
    padding: 10vw 7.1794871795vw 7.1794871795vw;
    border-radius: 2.5641025641vw;
  }
  .b-index__title {
    font-size: 3.8461538462vw;
    letter-spacing: 0.005em;
    margin-bottom: 0.7em;
  }
  .b-index__list li {
    line-height: 2.21;
  }
  .b-index__list li a {
    display: flex;
    align-items: flex-start;
  }
  .b-index__list li i {
    font-size: 3.3333333333vw;
    width: 2.1428571429em;
    padding-top: 0.1em;
  }
}
.b-slide img {
  width: auto;
  max-height: 51.5rem;
}

@media (max-width: 48.0525em) {
  .b-slide img {
    max-height: 61.5384615385vw;
  }
}
/* -----------------------------------------------------------------
 * * 	Project
 * * ----------------------------------------------------------------- */
.p-top__loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: 0.5s;
}
.p-top__loading.is-loaded {
  opacity: 0;
  pointer-events: none;
}
.p-top__loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100lvh;
  background: #252525;
  transition: 1s;
}
.p-top__loading-indicator {
  position: absolute;
  top: 1.3rem;
  left: 1.3rem;
  right: 1.3rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  z-index: 2;
}
.p-top__loading-indicator span {
  display: block;
  flex: 1;
  opacity: 0.4;
  background: white;
  height: 2px;
}
.p-top__loading-slide {
  position: absolute;
  padding-top: 3.9rem;
  padding-bottom: 2.3rem;
  display: none;
}
.p-top__loading-slide img {
  height: calc(100vh - 3.9rem - 2.3rem);
  clip-path: inset(0 0 2px 0);
  border-radius: 1rem;
  overflow: hidden;
}
.p-top__loading-slide > *:nth-child(2) {
  border-radius: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  clip-path: none;
  height: auto;
}
.p-top__loading-slide > *:nth-child(2)[src*="01"] {
  width: 4.7rem;
}
.p-top__loading-slide > *:nth-child(2)[src*="02"] {
  width: 11.8rem;
}
.p-top__loading-slide > *:nth-child(2)[src*="03"] {
  width: 14.7rem;
}
.p-top__hero {
  position: relative;
  padding-top: 19.2rem;
  padding-bottom: 17.4rem;
  padding-inline: 1.7rem;
}
.p-top__hero-text {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.p-top__hero-text-en {
  font-size: 9.3rem;
  letter-spacing: 0.03em;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 0.8;
}
.p-top__hero-text-jp {
  font-size: 1.9rem;
  letter-spacing: 0.03em;
  font-weight: 300;
  display: flex;
  gap: 1em;
}
.p-top__hero-text-jp svg {
  position: relative;
  top: 1px;
  width: 1.0526315789em;
  height: 1.0526315789em;
}
.p-top__hero-text-jp-roll {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 1.263em;
  height: 1em;
  clip-path: inset(-0.1em 0 -0.1em);
}
.p-top__hero-text-jp-roll span {
  display: block;
}
.p-top__hero-diary {
  position: absolute;
  bottom: 3.4rem;
  right: 1.7rem;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  display: inline-flex;
  align-items: center;
  padding-bottom: 0.722rem;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.p-top__hero-diary::before, .p-top__hero-diary::after {
  content: "";
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid;
  left: 0;
  right: 0;
}
.p-top__hero-diary::before {
  opacity: 0;
  transition: 0.7s;
}
.p-top__hero-diary::after {
  transition: transform 0.7s cubic-bezier(0.55, 0.05, 0.06, 1);
  transform-origin: left top;
  transform: translateX(-1.8em) scaleX(0);
  backface-visibility: hidden;
}
.is-pc .p-top__hero-diary:hover:before {
  opacity: 0.1;
}
.is-pc .p-top__hero-diary:hover:after {
  transform: translateX(0) scaleX(1);
}
.p-top__hero-diary > *:nth-child(1) {
  position: relative;
  top: 1px;
  margin-right: 0.6rem;
}
.p-top__hero-diary > *:last-child {
  position: relative;
  top: -1px;
}
.p-top__hero-diary i {
  font-weight: 600;
}
.p-top__showcase {
  padding-inline: 1.6rem;
}
.p-top__showcase-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
}
.p-top__showcase-item {
  position: relative;
  color: white;
  cursor: pointer;
}
.is-pc .p-top__showcase-item:hover .p-top__showcase-item-icon > *:nth-child(1) {
  opacity: 1 !important;
}
.is-pc .p-top__showcase-item:hover .p-top__showcase-item-icon > *:nth-child(2) {
  opacity: 0 !important;
}
.p-top__showcase-item-title {
  position: absolute;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.03em;
  writing-mode: vertical-rl;
  color: white;
  top: 3rem;
  left: 1.4rem;
  z-index: 2;
}
.p-top__showcase-item-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.p-top__showcase-item-icon > * {
  transition: 0.3s opacity;
}
.p-top__showcase-item-icon > *:nth-child(1) {
  position: absolute;
  opacity: 0 !important;
}
.p-top__showcase-item-button {
  position: absolute;
  bottom: 1.8rem;
  right: 1.8rem;
}
.p-top__showcase-slider .splide__pagination {
  bottom: auto;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  width: auto;
  gap: 0.69rem;
}
.p-top__showcase-slider .splide__pagination li {
  flex: 1;
}
.p-top__showcase-slider .splide__pagination li button {
  width: 100%;
  border-radius: 0;
  height: 2px;
  border: none;
  background: rgba(255, 255, 255, 0.4);
  clip-path: inset(0);
}
.p-top__showcase-slider .splide__pagination li button.is-active::after {
  animation: fillBar 5s linear forwards;
}
.p-top__showcase-slider .splide__pagination li button::before {
  content: "";
  position: absolute;
  opacity: 0;
  inset: -0.75rem 0;
  width: auto;
  height: auto;
}
.p-top__showcase-slider .splide__pagination li button::after {
  content: "";
  position: absolute;
  height: 2px;
  background: white;
  inset: 0;
  transform: translateX(-100%);
}
.p-top__showcase-slider img {
  width: 100%;
  height: auto;
}
.p-top__about {
  display: grid;
  grid-template-columns: 1fr 42.6rem;
  gap: 0.9rem;
  margin-top: 26rem;
}
.p-top__about-main {
  position: relative;
  background: url(../images/top/about_bg@2x.jpg) no-repeat;
  background-size: cover;
}
@media (min-width: 48.0625em) {
  .p-top__about-main {
    color: white;
    display: flex;
    flex-direction: column;
  }
}
.p-top__about-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 4.2rem;
  flex: 1;
}
.p-top__about-title {
  position: absolute;
  top: 6rem;
  left: 7.2rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.p-top__about-title-en {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 7.5rem;
  letter-spacing: 0.05em;
  line-height: 0.75;
}
.p-top__about-title-jp {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.p-top__about-catch {
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  text-align: right;
  margin-bottom: 1.8em;
}
.p-top__about-text {
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.01em;
  text-align: right;
  line-height: 1.5333333333;
  margin-bottom: 3.8rem;
}
.p-top__about-visual video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top__model {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10.2rem;
  align-items: flex-start;
  padding-left: 7.2rem;
  margin-top: 22rem;
}
@media (min-width: 48.0625em) {
  .p-top__model-model {
    position: absolute;
    left: 66rem;
    bottom: 0;
  }
}
.p-top__model-title {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 5rem;
  letter-spacing: 0.05em;
  line-height: 1.34;
  margin-block: -0.17em;
}
.p-top__model-title span > span {
  font-size: 0.78em;
}
.p-top__model-title-jp {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin-top: 0.7rem;
  margin-bottom: 4.7rem;
}
.p-top__model-text {
  font-size: 1.5rem;
  line-height: 1.8666666667;
  font-weight: 300;
  letter-spacing: 0.01em;
  margin-block: -0.4333333334em;
}
.p-top__model .c-btn {
  margin-top: 4.7rem;
}
.p-top__model-images {
  z-index: -1;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0.9rem;
}
.p-top__model-images img {
  width: 100%;
}
@media (min-width: 48.0625em) {
  .p-top__model-images > *:nth-child(1) {
    position: absolute;
    top: 0;
    left: 60.6rem;
    right: 0;
    flex: 1;
    width: auto;
  }
}
.p-top__model-images > *:nth-child(2) {
  width: 52.5rem;
}
.p-top__works {
  grid-template-columns: repeat(2, 50%);
  margin-top: 18.6rem;
}
.p-top__works-main {
  background: url(../images/top/works_bg@2x.jpg) no-repeat;
  background-size: cover;
  height: 100vh;
  color: white;
  display: flex;
  flex-direction: column;
}
.p-top__works-header {
  padding-top: 14rem;
  padding-left: 4.6rem;
  padding-bottom: 5.8rem;
  flex: 1;
  margin-bottom: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-top__works-title {
  font-size: 7.5rem;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 0.7;
  margin-bottom: 2.3rem;
}
.p-top__works-title-jp {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin-bottom: auto;
}
.p-top__works-item {
  position: relative;
  padding-block: 2.2rem;
  border-top: 1px solid;
}
.p-top__works-item::after {
  content: "";
  position: absolute;
  right: 3.1rem;
  top: 1.6rem;
  border-radius: 50%;
  border: 1px solid white;
  width: 2.8rem;
  aspect-ratio: 1;
  pointer-events: none;
}
.p-top__works-item summary {
  position: relative;
  font-size: 1.6rem;
  padding-left: 1.5625em;
  display: flex;
  align-items: center;
}
@media (min-width: 48.0625em) {
  .p-top__works-item summary span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 90%;
  }
}
.p-top__works-item summary::after, .p-top__works-item summary::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.9rem;
  width: 0.75em;
  height: 1px;
  background: white;
}
.p-top__works-item-main .c-pager {
  display: none;
}
.p-top__works-item-body {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 3.5rem;
  padding-right: 3rem;
  margin-top: 2.5rem;
}
.p-top__works-item-text {
  font-size: 1.5rem;
  line-height: 1.7333333333;
  letter-spacing: 0.05em;
}
.p-top__works-item-thumbnail {
  width: 20.9rem;
}
.p-top__works-item-thumbnail img {
  border-radius: 1rem;
}
.p-top__works-visual-group {
  display: none;
}
.p-top__works-visual-group.is-active {
  display: block;
}
.p-top__works-visual-group > div {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.p-top__works-visual img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top__works-visual a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 48.0625em) {
  .p-top__works-visual a::before, .p-top__works-visual a::after {
    pointer-events: none;
    transition: 0.5s;
    opacity: 0;
  }
  .p-top__works-visual a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
  }
  .p-top__works-visual a::after {
    content: "";
    position: absolute;
    background: url(../images/top/works_more.png) no-repeat;
    background-size: 9.4rem;
    width: 9.4rem;
    height: 6.3rem;
    z-index: 2;
  }
  .is-pc .p-top__works-visual a:hover::before, .is-pc .p-top__works-visual a:hover::after {
    opacity: 1;
  }
}
.p-top__works-more {
  display: none;
}
.p-top__youtube {
  grid-template-columns: repeat(2, 50%);
  margin-top: 24rem;
}
.p-top__youtube-header {
  background: url(../images/top/youtube_bg@2x.jpg) no-repeat;
  background-size: cover;
  height: 100vh;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 3rem;
  padding-left: 5.6rem;
  padding-bottom: 6rem;
}
.p-top__youtube-title {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 7.5rem;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 0.16em;
}
.p-top__youtube-title svg {
  width: 0.9em;
  height: 0.9em;
  fill: white;
}
.p-top__youtube-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-inline: 2rem;
  padding-top: 2rem;
}
.p-top__youtube-item {
  position: relative;
  padding: 2.4rem 0;
  border: 1px solid;
  border-radius: 1rem;
}
.p-top__youtube-item-header {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  margin-bottom: 7rem;
  padding-left: 2.4rem;
}
.p-top__youtube-item-title {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.03em;
}
.p-top__youtube-item .c-btn {
  position: absolute;
  top: 2.2rem;
  right: 2.2rem;
  width: 12rem;
  justify-content: center;
}
.p-top__youtube-item-thumb {
  width: 23rem;
  filter: grayscale(1) brightness(1.2);
  transition: 0.5s;
}
.is-pc .p-top__youtube-item-thumb:hover {
  filter: grayscale(0) brightness(1);
}
.p-top__youtube-item-thumb img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top__youtube-item-thumb-dummy {
  width: 1px;
}
.p-top__youtube-item-controls {
  display: flex;
  justify-content: flex-end;
  gap: 1.4rem;
  padding-right: 1.5rem;
  margin-top: 2.2rem;
}
.p-top__youtube-item-controls button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 3.2rem;
}
.p-top__banner {
  margin-top: 25rem;
  background: url(../images/top/sauna_bg@2x.jpg) no-repeat;
  background-size: cover;
  height: 50rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.p-top__banner-loop {
  position: absolute;
  left: 0;
  right: 0;
  background: url(../images/top/sauna_loop@2x.png?01) repeat-x;
  background-size: auto 3.4rem;
  height: 3.4rem;
  animation: top-sauna-loop 50s infinite linear;
  transition: 0.5s;
}
.p-top__banner-text {
  opacity: 0;
  transition: 0.5s;
}
.is-pc .p-top__banner:hover .p-top__banner-loop {
  opacity: 0;
}
.is-pc .p-top__banner:hover .p-top__banner-text {
  opacity: 1;
}
.p-top__banner--sauna {
  background-image: url(../images/top/sauna_bg@2x.jpg);
}
.p-top__banner--sauna .p-top__banner-loop {
  background-image: url(../images/top/sauna_loop@2x.png?01);
}
.p-top__banner--contact {
  background-image: url(../images/top/contact_bg@2x.jpg);
}
.p-top__banner--contact .p-top__banner-loop {
  background-image: url(../images/top/contact_loop@2x.png?02);
  animation-name: top-contact-loop;
  animation-duration: 40s;
  background-size: auto 3.1rem;
  height: 3.1rem;
}
.p-top__discover {
  margin-top: 24.7rem;
  padding-left: 1.5rem;
}
.p-top__discover-list {
  position: relative;
  display: flex;
  height: 60rem;
}
.p-top__discover-item {
  position: relative;
  border: 1px solid;
  border-radius: 1rem 0 0 1rem;
  margin-right: -1rem;
  background: white;
  z-index: 5;
  overflow: hidden;
}
.p-top__discover-item.is-open {
  flex: 1;
}
.p-top__discover-item:last-child {
  border-right: none;
}
@media (min-width: 48.0625em) {
  .p-top__discover-item:last-child {
    margin-right: 0;
  }
  .p-top__discover-item:last-child .p-top__discover-item-title {
    padding-right: 2rem;
  }
}
.p-top__discover-item-title {
  position: relative;
  font-size: 1.6rem;
  padding: 4rem 2rem;
  padding-right: 2.6rem;
  display: flex;
  gap: 0.9rem;
  flex: 1;
  height: 100%;
  cursor: pointer;
  writing-mode: vertical-rl;
}
.p-top__discover-item-title span {
  opacity: 1;
  transition: 1s;
}
.p-top__discover-item-title::after {
  position: absolute;
  content: "";
  bottom: 3.5rem;
  width: 3.2rem;
  aspect-ratio: 1;
  background: url(../images/top/discover_plus@2x.png) no-repeat;
  background-size: 3.2rem;
  left: calc(50% - 0.4rem);
  transform: translateX(-50%);
}
.is-open .p-top__discover-item-title {
  display: none;
}
.p-top__discover-item-title .-en {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.p-top__discover-item-title .-jp {
  font-weight: 300;
}
@media (min-width: 48.0625em) {
  .p-top__discover-item-title .-jp {
    writing-mode: sideways-rl;
  }
}
@media (min-width: 48.0625em) {
  .p-top__discover-item-main {
    width: 0;
    overflow: hidden;
    height: 100%;
  }
  .is-open .p-top__discover-item-main {
    width: 100%;
    display: flex;
  }
}
.is-open .p-top__discover-item-main .p-top__discover-item-body {
  opacity: 1;
}
.p-top__discover-item-header {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 6rem;
  line-height: 1.2333333333;
  margin-block: -0.25em;
  width: 45.5rem;
  background: #999 no-repeat;
  background-size: cover;
  color: white;
  padding-block: 5rem;
  padding-left: 4.7rem;
  display: flex;
}
.--01 .p-top__discover-item-header {
  background-image: url(../images/top/discover_01@2x.jpg?02);
}
.--02 .p-top__discover-item-header {
  background-image: url(../images/top/discover_02@2x.jpg);
}
@media (min-width: 48.0625em) {
  .--02 .p-top__discover-item-header {
    align-items: flex-end;
  }
}
.--03 .p-top__discover-item-header {
  background-image: url(../images/top/discover_03@2x.jpg?02);
}
.--04 .p-top__discover-item-header {
  background-image: url(../images/top/discover_04@2x.jpg);
}
.--05 .p-top__discover-item-header {
  background-image: url(../images/top/discover_05@2x.jpg);
}
.p-top__discover-item-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6rem;
  padding: 3.5rem 6rem;
  opacity: 0;
  transition: 1s;
  transition-delay: 0.5s;
}
.--01 .p-top__discover-item-body {
  justify-content: flex-end;
}
.--02 .p-top__discover-item-body .c-btn {
  margin-top: auto;
}
.--03 .p-top__discover-item-body {
  justify-content: flex-end;
}
.--04 .p-top__discover-item-body .c-btn {
  margin-top: auto;
}
.--05 .p-top__discover-item-body {
  justify-content: flex-end;
}
.p-top__discover-item-body .c-btn {
  width: 12rem;
  justify-content: center;
}
.p-top__discover-item-name {
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media (min-width: 48.0625em) {
  .p-top__discover-item-name {
    margin-bottom: -0.3rem;
  }
}
.p-top__discover-item-text {
  font-size: 1.5rem;
  line-height: 1.8666666667;
  letter-spacing: 0.01em;
  margin-block: -0.4333333334em;
  font-weight: 300;
}
.p-top__last {
  padding-inline: 1.6rem;
  margin-top: 44rem;
}
.p-top__last img {
  width: 100%;
}

@media (max-width: 48.0525em) {
  .p-top__loading-indicator {
    top: 2.5641025641vw;
    left: 2.5641025641vw;
    right: 2.5641025641vw;
    gap: 1.241025641vw;
  }
  .p-top__loading-slide {
    padding-top: 0;
    padding-bottom: 0;
    display: none;
    inset: 0;
  }
  .p-top__loading-slide img {
    width: 100vw;
    height: 100vh;
    clip-path: none;
    border-radius: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .p-top__loading-slide > *:nth-child(2) {
    height: auto;
  }
  .p-top__loading-slide > *:nth-child(2)[src*="01"] {
    width: 9.1384615385vw;
  }
  .p-top__loading-slide > *:nth-child(2)[src*="02"] {
    width: 30.4153846154vw;
  }
  .p-top__loading-slide > *:nth-child(2)[src*="03"] {
    width: 37.6923076923vw;
  }
  .p-top__hero {
    display: flex;
    flex-direction: column;
    padding-top: 21.2820512821vw;
    padding-bottom: 4.6153846154vw;
    padding-inline: 4.1025641026vw;
  }
  .p-top__hero-text {
    gap: 5.1282051282vw;
  }
  .p-top__hero-text-en {
    font-size: 8.2051282051vw;
  }
  .p-top__hero-text-jp {
    font-size: 3.8461538462vw;
    gap: 1.7948717949vw;
  }
  .p-top__hero-text-jp svg {
    top: 0.3846153846vw;
    width: 3.0769230769vw;
    height: 3.0769230769vw;
  }
  .p-top__hero-diary {
    margin-top: 17.9487179487vw;
    position: relative;
    bottom: auto;
    right: auto;
    font-size: 3.5897435897vw;
    margin-right: auto;
    padding-bottom: 1.6512820513vw;
    border-bottom: 1px solid;
  }
  .p-top__hero-diary > *:nth-child(1) {
    margin-right: 1.2820512821vw;
  }
  .p-top__showcase {
    padding-inline: 0;
    padding-left: 4.1025641026vw;
    overflow-x: auto;
    padding-bottom: 4.1025641026vw;
    margin-bottom: -4.1025641026vw;
  }
  .p-top__showcase-list {
    width: calc(261.5384615385vw + 3.5897435897vw);
    gap: 1.7948717949vw;
    margin-right: 4.1025641026vw;
  }
  .p-top__showcase-item {
    width: 87.1794871795vw;
  }
  .p-top__showcase-item-title {
    font-size: 3.8461538462vw;
    top: 6.4102564103vw;
    left: 2.0512820513vw;
  }
  .p-top__showcase-item-icon img {
    width: 9.4871794872vw;
  }
  .p-top__showcase-item-icon > * {
    transition: 0.3s opacity;
  }
  .p-top__showcase-item-button {
    position: absolute;
    bottom: 3.8461538462vw;
    right: 3.8461538462vw;
  }
  .p-top__showcase-item-button .c-btn {
    width: auto;
    padding-inline: 1em;
    color: white;
    font-size: 3.8461538462vw;
  }
  .p-top__showcase-slider .splide__pagination {
    bottom: auto;
    top: 2.0512820513vw;
    left: 2.5641025641vw;
    right: 2.5641025641vw;
    gap: 1.3282051282vw;
  }
  .p-top__showcase-slider .splide__pagination li button::before {
    opacity: 0;
    inset: -2.0512820513vw 0;
  }
  .p-top__about {
    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
    gap: 0;
    margin-top: 12.3076923077vw;
  }
  .p-top__about-main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    background: none;
    padding-inline: 4.358974359vw;
    padding-bottom: 47.1794871795vw;
  }
  .p-top__about-main::after {
    position: absolute;
    bottom: 0;
    right: 11.0256410256vw;
    content: "";
    background: url(../images/top/sp/about@2x.jpg) no-repeat;
    background-size: 38.9743589744vw;
    width: 38.9743589744vw;
    height: 54.1025641026vw;
  }
  .p-top__about-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
  }
  .p-top__about-title {
    position: relative;
    top: 0;
    left: 0;
    gap: 2.5641025641vw;
    margin-bottom: 6.9230769231vw;
  }
  .p-top__about-title-en {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 6.4102564103vw;
  }
  .p-top__about-title-jp {
    font-size: 2.5641025641vw;
    letter-spacing: 0.05em;
  }
  .p-top__about-catch {
    display: none;
  }
  .p-top__about-text {
    font-size: 3.5897435897vw;
    text-align: left;
    line-height: 2.1428571429;
    margin-bottom: 8.7179487179vw;
  }
  .p-top__about-visual {
    margin-top: -59vw;
    margin-bottom: -54vw;
  }
  .p-top__about-visual video {
    height: 180vw;
  }
  .p-top__image {
    margin-top: 11.7948717949vw;
  }
  .p-top__image img {
    width: 100%;
    height: auto;
  }
  .p-top__model {
    overflow: hidden;
    margin-top: 30.7692307692vw;
    gap: 0;
    padding-left: 4.358974359vw;
  }
  .p-top__model-model {
    margin-top: 12.8205128205vw;
  }
  .p-top__model-title {
    font-size: 6.4102564103vw;
    line-height: 1.28;
  }
  .p-top__model-title-jp {
    font-size: 2.5641025641vw;
    letter-spacing: 0.05em;
    margin-top: 2.0512820513vw;
    margin-bottom: 7.1794871795vw;
  }
  .p-top__model-text {
    font-size: 3.5897435897vw;
    line-height: 2.1428571429;
  }
  .p-top__model .c-btn {
    margin-top: 7.6923076923vw;
  }
  .p-top__model-images {
    left: 4.358974359vw;
    z-index: -1;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 1.7948717949vw;
    width: 100%;
    margin-top: -7.1794871795vw;
  }
  .p-top__model-images > *:nth-child(1) {
    position: relative;
    margin-left: auto;
    flex: none;
    width: 61.7948717949vw;
  }
  .p-top__model-images > *:nth-child(2) {
    width: 52.5641025641vw;
  }
  .p-top__works {
    margin-top: 30.7692307692vw;
  }
  .p-top__works-main {
    background: none;
    height: auto;
    color: black;
  }
  .p-top__works-header {
    padding-top: 0;
    padding-left: 4.1025641026vw;
    padding-bottom: 0;
  }
  .p-top__works-header .c-btn {
    display: none;
  }
  .p-top__works-title {
    font-size: 6.4102564103vw;
    margin-bottom: 2.5641025641vw;
  }
  .p-top__works-title-jp {
    font-size: 2.5641025641vw;
    margin-bottom: 7.1794871795vw;
  }
  .p-top__works-list {
    border-bottom: 1px solid;
  }
  .p-top__works-item {
    padding: 3.8461538462vw;
  }
  .p-top__works-item::after {
    content: "";
    position: absolute;
    right: 4.1025641026vw;
    top: 5.641025641vw;
    border-radius: 50%;
    border-color: currentColor;
    width: 7.1794871795vw;
    aspect-ratio: 1;
  }
  .p-top__works-item[open]::after {
    opacity: 0;
  }
  .p-top__works-item[open] summary::before, .p-top__works-item[open] summary::after {
    opacity: 0;
  }
  .p-top__works-item summary {
    font-size: 3.5897435897vw;
    line-height: 1.5;
    padding-left: 0;
    display: flex;
    align-items: center;
    padding-right: 3em;
  }
  .p-top__works-item summary span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .p-top__works-item summary::after, .p-top__works-item summary::before {
    right: 2.3076923077vw;
    width: 3.0769230769vw;
    background: currentColor;
  }
  .p-top__works-item-main {
    position: relative;
    padding-bottom: 11.0256410256vw;
    padding-top: 20px;
  }
  .p-top__works-item-main .c-pager {
    position: absolute;
    bottom: 3.7179487179vw;
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .p-top__works-item-slide-image {
    position: relative;
    display: flex !important;
    align-items: center;
  }
  .p-top__works-item-slide-image a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-top__works-item-slide-image a::before, .p-top__works-item-slide-image a::after {
    pointer-events: none;
  }
  .p-top__works-item-slide-image a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
  }
  .p-top__works-item-slide-image a::after {
    content: "";
    position: absolute;
    background: url(../images/top/works_more.png) no-repeat;
    background-size: 21.0256410256vw;
    width: 21.0256410256vw;
    height: 14.358974359vw;
    z-index: 2;
  }
  .p-top__works-item-slide-image img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-top__works-item-slide-image.is-horizontal img {
    aspect-ratio: 363/254;
  }
  .p-top__works-item-slide-image.is-vertical img {
    aspect-ratio: 363/465;
  }
  .p-top__works-item-controls {
    display: flex;
    gap: 8.7179487179vw;
  }
  .p-top__works-item-body {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    padding-inline: 0;
    gap: 7.6923076923vw;
  }
  .p-top__works-item-thumbnail {
    width: 100%;
  }
  .p-top__works-item-thumbnail img {
    width: 100%;
  }
  .p-top__works-item-text {
    font-size: 3.5897435897vw;
  }
  .p-top__works-visual {
    display: none;
  }
  .p-top__works-more {
    display: flex;
    justify-content: flex-end;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 3.5897435897vw;
    letter-spacing: 0.05em;
    line-height: 0.5;
    margin-top: 2.0512820513vw;
    padding-right: 4.358974359vw;
  }
  .p-top__works-more a {
    padding-top: 3.8461538462vw;
    display: flex;
    border-bottom: 1px solid;
    padding-bottom: 0.6875em;
  }
  .p-top__youtube {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-top__youtube-header {
    background: none;
    height: auto;
    color: black;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    padding-inline: 4.1025641026vw;
    padding-bottom: 9.4871794872vw;
  }
  .p-top__youtube-title {
    font-size: 6.4102564103vw;
    font-weight: 500;
  }
  .p-top__youtube-title svg {
    width: 10.2564102564vw;
    height: 10.2564102564vw;
  }
  .p-top__youtube-list {
    gap: 2.5641025641vw;
    padding-inline: 4.1025641026vw;
  }
  .p-top__youtube-item {
    padding: 7.6923076923vw 0 5.1282051282vw;
    border-radius: 2.5641025641vw;
  }
  .p-top__youtube-item-header {
    gap: 1.5384615385vw;
    margin-bottom: 2.5641025641vw;
    padding-left: 5.1282051282vw;
  }
  .p-top__youtube-item-title {
    font-size: 4.358974359vw;
  }
  .p-top__youtube-item-sub-title {
    font-size: 3.3333333333vw;
  }
  .p-top__youtube-item .c-btn {
    top: 5.641025641vw;
    right: 4.358974359vw;
    width: 20.5128205128vw;
  }
  .p-top__youtube-item-thumb {
    width: 45.641025641vw;
  }
  .p-top__youtube-item-controls {
    gap: 10vw;
    padding-right: 5.1282051282vw;
    margin-top: 1.5384615385vw;
  }
  .p-top__youtube-item-controls button {
    width: 5.641025641vw;
    height: 5.641025641vw;
  }
  .p-top__banner {
    margin-top: 30.7692307692vw;
    height: 71.7948717949vw;
    background-image: url(../images/top/sp/sauna_bg.jpg);
    background-size: auto 71.7948717949vw;
  }
  .p-top__banner-loop {
    background-size: auto 5.3846153846vw;
    height: 5.3846153846vw;
    animation: top-sauna-loop-sp 50s infinite linear;
    transition: 0.5s;
  }
  .p-top__banner-text {
    opacity: 0;
    transition: 0.5s;
  }
  .is-pc .p-top__banner:hover .p-top__banner-loop {
    opacity: 0;
  }
  .is-pc .p-top__banner:hover .p-top__banner-text {
    opacity: 1;
  }
  .p-top__banner--sauna {
    background-image: url(../images/top/sp/sauna_bg.jpg);
  }
  .p-top__banner--contact {
    background-image: url(../images/top/sp/contact_bg.jpg);
  }
  .p-top__banner--contact .p-top__banner-loop {
    animation-name: top-contact-loop-sp;
    animation-duration: 40s;
    background-size: auto 5.3846153846vw;
    height: 5.3846153846vw;
  }
  .p-top__discover {
    margin-top: 30.7692307692vw;
    padding-left: 3.8461538462vw;
    min-height: 168.2051282051vw;
  }
  .p-top__discover-list {
    flex-direction: column-reverse;
    height: auto;
  }
  .p-top__discover-item {
    border-right: none;
    margin-right: 0;
    border-radius: 2.5641025641vw 0 0 0;
    margin-bottom: -2.5641025641vw;
  }
  .p-top__discover-item.--01 {
    z-index: 5;
    border-radius: 2.5641025641vw 0 0 2.5641025641vw;
  }
  .p-top__discover-item.--01 .p-top__discover-item-title {
    padding-bottom: 3.8461538462vw;
  }
  .p-top__discover-item.--02 {
    z-index: 4;
  }
  .p-top__discover-item.--03 {
    z-index: 3;
  }
  .p-top__discover-item.--04 {
    z-index: 2;
  }
  .p-top__discover-item.--05 {
    z-index: 1;
  }
  .p-top__discover-item-title {
    font-size: 3.8461538462vw;
    writing-mode: horizontal-tb;
    padding: 3.8461538462vw 4.1025641026vw 5.1282051282vw;
    padding-right: 10.2564102564vw;
    display: flex;
    gap: 2.0512820513vw;
    height: auto;
  }
  .p-top__discover-item-title::after {
    top: 45%;
    bottom: auto;
    width: 3.3333333333vw;
    aspect-ratio: 1;
    background: url(../images/top/sp/discover_plus.png) no-repeat;
    background-size: 3.3333333333vw;
    left: auto;
    right: 7.6923076923vw;
    transform: translateY(-50%);
  }
  .p-top__discover-item-title .-jp {
    font-size: 3.3333333333vw;
  }
  .p-top__discover-item-main {
    position: relative;
    height: 0;
    overflow: hidden;
    color: white;
  }
  .is-open .p-top__discover-item-main {
    height: 100%;
    display: flex;
  }
  .p-top__discover-item-header {
    position: relative;
    font-size: 7.6923076923vw;
    writing-mode: vertical-rl;
    width: 100%;
    margin: 0;
    padding-block: 11.0256410256vw;
    padding-top: 10vw;
    height: 121.0256410256vw;
    z-index: -1;
  }
  .p-top__discover-item-header span {
    position: relative;
    z-index: 2;
  }
  .p-top__discover-item-header::before {
    position: absolute;
    content: "";
    inset: 0;
    background: #000;
    z-index: 1;
    opacity: 0.1;
  }
  .p-top__discover-item-header br {
    display: none;
  }
  .p-top__discover-item-body {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7.6923076923vw;
    padding: 11.0256410256vw 7.6923076923vw 7.6923076923vw;
    inset: 0;
  }
  .--01 .p-top__discover-item-body {
    justify-content: flex-end;
  }
  .--01 .p-top__discover-item-body .c-btn {
    margin-top: auto;
  }
  .--02 .p-top__discover-item-body {
    justify-content: flex-end;
  }
  .--02 .p-top__discover-item-body .c-btn {
    margin-top: 0;
  }
  .--03 .p-top__discover-item-body {
    justify-content: flex-end;
  }
  .--04 .p-top__discover-item-body .c-btn {
    margin-top: auto;
  }
  .--05 .p-top__discover-item-body {
    justify-content: flex-end;
  }
  .p-top__discover-item-body .c-btn {
    width: 25.641025641vw;
  }
  .p-top__discover-item-name {
    font-size: 3.5897435897vw;
  }
  .p-top__discover-item-text {
    font-size: 3.5897435897vw;
  }
}
.p-about__navi {
  position: sticky;
  top: 0;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  padding-top: 7.4rem;
  margin-bottom: 8rem;
  background: white;
  padding-bottom: 4rem;
  z-index: 2;
}
.p-about__navi ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10rem;
}
@media (min-width: 48.0625em) {
  .p-about__navi a {
    position: relative;
    display: flex;
    padding-bottom: 0.5rem;
  }
  .p-about__navi a::before, .p-about__navi a::after {
    content: "";
    position: absolute;
    bottom: 0;
    border-bottom: 1px solid;
    left: 0;
    right: 0;
  }
  .p-about__navi a::before {
    opacity: 0;
    transition: 0.7s;
  }
  .p-about__navi a::after {
    transition: transform 0.7s cubic-bezier(0.55, 0.05, 0.06, 1);
    transform-origin: left top;
    transform: translateX(-1.8em) scaleX(0);
    backface-visibility: hidden;
  }
  .is-pc .p-about__navi a:hover:before {
    opacity: 0.1;
  }
  .is-pc .p-about__navi a:hover:after {
    transform: translateX(0) scaleX(1);
  }
}
.p-about__section {
  padding-left: 7rem;
  padding-right: 8rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-about__section-catch {
  font-size: 3rem;
  line-height: 2.1666666667;
  letter-spacing: 0.01em;
  margin-block: -0.5833333333em;
  font-weight: 300;
}
.p-about__section-catch span {
  font-weight: 400;
}
@media (min-width: 48.0625em) {
  .p-about__side {
    top: 38%;
    padding-bottom: 1rem;
  }
  .p-about-thought .p-about__side {
    margin-top: -9.5rem;
    display: flex;
    flex-direction: column;
    gap: 5rem;
  }
  .p-about__sub-section .p-about__side {
    margin-top: -14.5rem;
  }
}
.p-about__sub-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
@media (min-width: 48.0625em) {
  .p-about__sub-section {
    padding-top: 15rem;
  }
}
.p-about__sub-section + .p-about__sub-section {
  margin-top: 39rem;
}
.p-about__sub-section-title {
  font-size: 2.3rem;
  letter-spacing: 0.05em;
  margin-bottom: 7.8rem;
}
.p-about__column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}
.p-about__column + .p-about__column {
  margin-top: 9rem;
}
.p-about__sec-title {
  font-size: 1.9rem;
  letter-spacing: 0.05em;
  margin-bottom: 3.5rem;
}
.p-about__text {
  font-size: 1.5rem;
  line-height: 2.2;
  letter-spacing: 0.1em;
}
.p-about-thought {
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 48.0625em) {
  .p-about-thought {
    padding-top: 9.5rem;
  }
}
.p-about-thought__body {
  display: flex;
  flex-direction: column;
  gap: 8.7rem;
}
.p-about-thought__catch-en {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 5rem;
  letter-spacing: 0.05em;
  line-height: 0.8;
}
.p-about-thought__illust {
  padding-block: 26rem;
  display: flex;
  justify-content: center;
  margin-inline: auto;
}
.p-about__image {
  margin-bottom: 18rem;
}
.p-about__image img {
  width: 100%;
  height: auto;
}
.p-about__philosophy-images {
  margin-top: 20rem;
  margin-bottom: 23rem;
  display: grid;
  grid-template-columns: 53rem 1fr;
  gap: 0 1rem;
  margin-left: -7rem;
  margin-right: -8rem;
  padding-inline: 3.2rem;
}
.p-about__philosophy-images > *:nth-child(1) {
  grid-column: 2;
}
.p-about__philosophy-images > *:nth-child(2) {
  grid-column: 1;
}
@media (min-width: 48.0625em) {
  .p-about__philosophy-images > *:nth-child(2) {
    margin-top: -7rem;
  }
}
.p-about__philosophy-images img {
  width: 100%;
  height: auto;
}
.p-about__value-main {
  display: flex;
  flex-direction: column;
  gap: 9rem;
}
.p-about__value-main .js-scroll-trigger {
  opacity: 0;
  transform: translateY(20rem);
  transition: 1.5s;
  margin-top: 0;
}
.p-about__value-main .js-scroll-trigger.is-in-view {
  opacity: 1;
  transform: translateY(0);
}
.p-about__value-title {
  display: flex;
  flex-direction: column;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  font-weight: 300;
  gap: 0.2em;
}
.p-about__value-title i {
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.p-about__company {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 26rem;
}
.p-about__company-table {
  font-size: 1.5rem;
  letter-spacing: 0.01em;
  line-height: 2.2666666667;
  width: 70rem;
  display: grid;
  grid-template-columns: 19rem 1fr;
  margin-top: 5.5rem;
}
.p-about__company-table dt, .p-about__company-table dd {
  padding-block: 0.8em;
}
.p-about__company-table dt {
  font-weight: 400;
}
.p-about__company-table dd {
  position: relative;
}
.p-about__company-table dd::before {
  content: "";
  position: absolute;
  left: -19rem;
  bottom: 0;
  right: 0;
  background: black;
  height: 1px;
}
.p-about__company .map-pin {
  display: flex;
  align-items: center;
}
.p-about__company .map-pin::after {
  content: "";
  width: 1.4666666667em;
  aspect-ratio: 1;
  background: url(../images/common/icon_map_pin.svg) no-repeat;
  background-size: 1.4666666667em;
}
.p-about__youtube {
  width: 70rem;
  margin-inline: auto;
  margin-top: 25rem;
  margin-bottom: 24rem;
}
.p-about__youtube iframe {
  width: 70rem;
  height: auto;
  aspect-ratio: 16/9;
}
.p-about__staff {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.7rem;
}
.p-about__staff-text {
  font-size: 1.5rem;
  letter-spacing: 0.01em;
}

@media (max-width: 48.0525em) {
  .p-about__navi {
    top: 7.6923076923vw;
    font-size: 3.5897435897vw;
    padding-top: 10.2564102564vw;
    padding-bottom: 10.2564102564vw;
    margin-bottom: 20.5128205128vw;
  }
  .p-about__navi ul {
    gap: 7.6923076923vw;
  }
  .p-about__section {
    padding-left: 4.1025641026vw;
    padding-right: 4.1025641026vw;
  }
  .p-about__section-catch {
    font-size: 5.3846153846vw;
    line-height: 2.1428571429;
  }
  .p-about-thought .p-about__side {
    display: flex;
    flex-direction: column;
    gap: 10.2564102564vw;
  }
  .p-about__sub-section-title {
    font-size: 4.1025641026vw;
    margin-bottom: 20.5128205128vw;
  }
  .p-about__column {
    display: flex;
    flex-direction: column;
    gap: 17.9487179487vw;
  }
  .p-about__sec-title {
    font-size: 3.8461538462vw;
    margin-bottom: 6.4102564103vw;
  }
  .p-about__text {
    font-size: 3.8461538462vw;
  }
  .p-about-thought {
    margin-top: 0;
  }
  .p-about-thought__body {
    gap: 17.9487179487vw;
    margin-top: 17.9487179487vw;
  }
  .p-about-thought__catch-en {
    font-size: 6.4102564103vw;
  }
  .p-about-thought__illust {
    padding: 25.641025641vw 11.5384615385vw 30.7692307692vw;
    margin-inline: -4.1025641026vw;
  }
  .p-about__image {
    margin-bottom: 30.7692307692vw;
  }
  .p-about__philosophy-images {
    margin-top: 13.8461538462vw;
    margin-bottom: 30.7692307692vw;
    grid-template-columns: 40vw 1fr;
    gap: 0 1.7948717949vw;
    margin-inline: -4.1025641026vw;
    padding-inline: 3.8461538462vw;
  }
  .p-about__philosophy-images > *:nth-child(2) {
    margin-top: -5.3846153846vw;
  }
  .p-about__value-title {
    display: flex;
    flex-direction: column;
    font-size: 5.1282051282vw;
    font-weight: 400;
    gap: 1.5384615385vw;
  }
  .p-about__value-title i {
    font-size: 3.3333333333vw;
    padding-left: 1px;
  }
  .p-about__value .p-about__column {
    gap: 3.8461538462vw;
  }
  .p-about__value .p-about__column + .p-about__column {
    margin-top: 12.8205128205vw;
  }
  .p-about__value .p-about__text {
    font-size: 3.5897435897vw;
    letter-spacing: 0.1em;
    line-height: 1.7857142857;
  }
  .p-about__value .p-about__text br {
    display: none;
  }
  .p-about__company {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 28.2051282051vw;
  }
  .p-about__company-table {
    margin-top: 2.5641025641vw;
    font-size: 3.5897435897vw;
    line-height: 1.6428571429;
    width: 100%;
    display: block;
  }
  .p-about__company-table dt, .p-about__company-table dd {
    padding-block: 0.3333333333em;
  }
  .p-about__company-table dt {
    border-bottom: 1px dashed #AAAAAA;
  }
  .p-about__company-table dd {
    border-bottom: 1px solid black;
  }
  .p-about__company-table dd::before {
    display: none;
  }
  .p-about__youtube {
    width: 100%;
    padding-inline: 15.3846153846vw;
    margin-top: 20.5128205128vw;
    margin-bottom: 24.8717948718vw;
  }
  .p-about__youtube iframe {
    width: 100%;
    height: auto;
  }
  .p-about__staff {
    gap: 7.6923076923vw;
  }
  .p-about__staff-text {
    font-size: 3.8461538462vw;
  }
}
.is-pc .c-hover-plus-trigger:hover .c-hover-plus::before, .is-pc .c-hover-plus-trigger:hover .c-hover-plus::after {
  opacity: 1;
}

.c-hover-plus {
  position: relative;
}
.c-hover-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: url(../images/common/icon_plus@2x.png) no-repeat;
  background-size: 4rem;
  width: 4rem;
  height: 4rem;
}
.c-hover-plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.c-hover-plus::before, .c-hover-plus::after {
  pointer-events: none;
  opacity: 0;
  transition: 0.5s;
}
.is-pc .c-hover-plus:hover::before, .is-pc .c-hover-plus:hover::after {
  opacity: 1;
}

.p-diary-list {
  margin-inline: -1rem;
}
.p-diary-list__item {
  display: block;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  padding-bottom: 5rem;
  padding-inline: 1rem;
}
.p-diary-list__item.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.p-diary-list__item-image {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  margin-bottom: 1.2rem;
}
.p-diary-list__item-image img {
  width: 100%;
}
.p-diary-list__item-title {
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  font-weight: 500;
  line-height: 1.4;
}

@media (max-width: 48.0525em) {
  .p-diary-list {
    margin-inline: -0.641025641vw;
  }
  .p-diary-list__item {
    padding-inline: 0.641025641vw;
    padding-bottom: 7.1794871795vw;
  }
  .p-diary-list__item-image {
    border-radius: 2.5641025641vw;
    margin-bottom: 2.0512820513vw;
  }
  .p-diary-list__item-title {
    font-size: 3.0769230769vw;
  }
}
.p-diary__recommend {
  display: flex;
  flex-direction: column;
  gap: 8.5rem;
}
.p-diary__recommend-title {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 3rem;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-diary__recommend-more {
  display: flex;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 0.5;
  margin-top: -3.5rem;
}
.p-diary__recommend-more a {
  display: flex;
  border-bottom: 1px solid;
  padding-bottom: 0.6875em;
  transition: 0.3s;
}
.is-pc .p-diary__recommend-more a:hover {
  font-weight: 500;
}

@media (max-width: 48.0525em) {
  .p-diary__recommend {
    display: none;
  }
}
.p-lineup__hero {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 7.1rem;
  position: relative;
  color: white;
  margin-bottom: 20rem;
}
@media (min-width: 48.0625em) {
  .p-lineup__hero {
    height: 50rem;
    overflow: hidden;
  }
}
.p-lineup__hero .c-breadcrumbs {
  position: absolute;
  top: 2rem;
  left: 2.6rem;
  z-index: 2;
  font-size: 1.2rem;
}
.p-lineup__hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.p-lineup__hero-title {
  position: absolute;
  font-size: 2.4rem;
  z-index: 2;
  font-weight: 500;
  font-style: normal;
  font-family: kozuka-mincho-pro, "小塚明朝 Pro", serif !important;
  letter-spacing: 0.06em;
}
.p-lineup__hero-image {
  width: 100%;
}
.p-lineup__hero-image img {
  width: 100%;
}
.p-lineup__main {
  display: grid;
  grid-template-columns: 26rem 1fr;
  gap: 12.5rem;
  margin-top: 7.5rem;
  padding-bottom: 10rem;
}
.p-lineup__main-text > p {
  font-size: 1.8rem;
  line-height: 2.22;
}
.p-lineup__main-images {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
.p-lineup__detail {
  margin-top: 10rem;
}
.p-lineup__detail-title {
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 1rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #40543F;
}
.p-lineup__detail ul {
  margin-right: -9rem;
  line-height: 1.57;
  font-size: 1.4rem;
}
.p-lineup__gallery {
  padding-top: 5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
}
.p-lineup__gallery-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-lineup__gallery-popup a, .p-lineup__gallery-popup button {
  pointer-events: auto;
}
.p-lineup__gallery-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}
.p-lineup__gallery-popup-close::before, .p-lineup__gallery-popup-close::after {
  background-color: black;
}
.p-lineup__gallery-popup-image {
  position: relative;
  z-index: 99;
}
.p-lineup__gallery-popup-image img {
  max-height: 90vh;
  max-width: 90vw;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
.p-lineup__info-link {
  display: flex;
  justify-content: center;
  padding-block: 10rem;
}
.p-lineup__related {
  padding-top: 5rem;
}
.p-lineup__related .splide__track {
  padding-block: 12px;
  margin-block: -12px;
}
.p-lineup__related-title {
  padding-left: 9rem;
  margin-bottom: 2.5rem;
  font-size: 2rem;
  font-weight: 500;
}
.p-lineup__related-item {
  position: relative;
  color: white;
  border-radius: 0.5rem;
  overflow: hidden;
  width: 26rem;
}
.p-lineup__related-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.6) 0%, rgba(102, 102, 102, 0) 100%);
  pointer-events: none;
}
.p-lineup__related-item span {
  position: absolute;
  bottom: 1.5rem;
  left: 2rem;
  font-weight: 500;
  z-index: 2;
}
.p-lineup__related-item img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-lineup__related-item a {
  display: block;
}
.p-lineup__back {
  margin-top: 9rem;
  margin-bottom: 15rem;
}
.p-lineup__bg {
  overflow: hidden;
  background: #D8D7CF;
  margin-bottom: -5rem;
  padding-bottom: 5rem;
}

@media (max-width: 48.0525em) {
  .p-lineup__hero {
    margin-top: 15.3846153846vw;
    margin-bottom: 16.6666666667vw;
  }
  .p-lineup__hero .c-breadcrumbs {
    top: 3.0769230769vw;
    left: 5.1282051282vw;
    font-size: 3.0769230769vw;
  }
  .p-lineup__hero-title {
    font-size: 4.6153846154vw;
  }
  .p-lineup__hero-image img {
    height: 82.0512820513vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-lineup__main {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 12.8205128205vw;
    padding-bottom: 12.8205128205vw;
  }
  .p-lineup__main-text {
    display: contents;
  }
  .p-lineup__main-text > p {
    font-size: 4.1025641026vw;
    font-weight: 500;
  }
  .p-lineup__main-images {
    gap: 5.1282051282vw;
    margin-top: 19.2307692308vw;
  }
  .p-lineup__main-images img {
    width: 100%;
  }
  .p-lineup__detail {
    order: 5;
    margin-top: 12.8205128205vw;
  }
  .p-lineup__detail-title {
    font-size: 4.6153846154vw;
    padding-bottom: 1.7948717949vw;
    margin-bottom: 3.8461538462vw;
  }
  .p-lineup__detail ul {
    margin-right: 0;
    font-size: 3.5897435897vw;
  }
  .p-lineup__gallery {
    padding-top: 7.6923076923vw;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5641025641vw;
  }
  .p-lineup__gallery-popup-close {
    mix-blend-mode: normal;
  }
  .p-lineup__gallery-popup-close::before, .p-lineup__gallery-popup-close::after {
    background-color: black;
  }
  .p-lineup__info-link {
    display: flex;
    justify-content: center;
    padding: 12.8205128205vw 6.4102564103vw;
  }
  .p-lineup__related {
    padding-top: 12.8205128205vw;
  }
  .p-lineup__related .splide__track {
    padding-bottom: 10vw;
  }
  .p-lineup__related-title {
    padding-left: 4.6153846154vw;
    margin-bottom: 3.5897435897vw;
    font-size: 4.6153846154vw;
  }
  .p-lineup__related-list {
    display: flex;
    padding-bottom: 10vw;
  }
  .p-lineup__related-item {
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    width: 36.1538461538vw;
  }
  .p-lineup__related-item::before {
    display: none;
  }
  .p-lineup__related-item span {
    bottom: -10vw;
    left: 0;
    font-size: 3.5897435897vw;
    color: #191919;
    white-space: nowrap;
    text-align: center;
    display: flex;
    justify-content: center;
    padding-bottom: 0.25em;
  }
  .p-lineup__related-item img {
    overflow: hidden;
    border-radius: 1.2820512821vw;
  }
  .p-lineup__back {
    margin-top: 12.8205128205vw;
    margin-bottom: 10.2564102564vw;
  }
  .p-lineup__bg {
    margin-bottom: -64.1025641026vw;
    padding-bottom: 64.1025641026vw;
  }
}
.p-library-list {
  margin-bottom: 15rem;
}
.p-library-list__category {
  display: flex;
  margin-bottom: 5rem;
}
.p-library-list__category ul {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}
.p-library-list__category ul .is-current a {
  border: 1px solid black;
  background: black;
  color: white;
}
.p-library-list__category a {
  transition: 0.3s;
  white-space: nowrap;
}
.p-library-list__category a span {
  clip-path: inset(-0.1em -2em -0.1em);
}
.p-library-list__category a span::before {
  left: 50%;
  translate: -50% 0;
}
.is-pc .p-library-list__category a:hover {
  border-style: solid;
}
.p-library-list__category .is-current {
  pointer-events: none;
}
.p-library-list__selected-tags {
  display: flex;
  align-items: center;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  margin-top: -2rem;
  margin-bottom: 5rem;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
.p-library-list__selected-tags span + span::before {
  content: "　｜　";
}
.p-library-list__selected-tags i {
  font-weight: 500;
}
.p-library-list__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15rem 2rem;
}
@media (min-width: 48.0625em) {
  .p-library-list__list > *:nth-child(5),
  .p-library-list__list > *:nth-child(9) {
    grid-column: span 2;
  }
}
.p-library-list__result {
  font-size: 1.5rem;
}

.p-library__recommend {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7rem;
  margin-top: 30rem;
}
.p-library__recommend-title {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 3rem;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-library__recommend-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  width: 100%;
}
.p-library__recommend-list .c-lib-item {
  position: relative;
}
@media (min-width: 48.0625em) {
  .p-library__recommend-list .c-lib-item::before {
    position: absolute;
    content: "";
    inset: 0;
    pointer-events: none;
    background: black;
    opacity: 0;
    transition: 0.3s;
    z-index: 0;
  }
}
.is-pc .p-library__recommend-list .c-lib-item:hover::before {
  opacity: 0.4;
}
@media (min-width: 48.0625em) {
  .p-library__recommend-list .c-lib-item__title {
    position: absolute;
    bottom: 2.2rem;
    left: 0;
    padding-inline: 2.2rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: white;
    opacity: 0;
    transition: 0.2s;
    z-index: 3;
  }
}
.is-pc .p-library__recommend-list .c-lib-item:hover .c-lib-item__title {
  opacity: 1;
}
.p-library__recommend-more {
  margin-top: -3rem;
  margin-left: auto;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.p-library__recommend-more a {
  display: flex;
  padding-bottom: 1rem;
  border-bottom: 1px solid;
}
.is-pc .p-library__recommend-more a:hover {
  font-weight: 500;
}

@media (max-width: 48.0525em) {
  .p-library-list {
    margin-bottom: 0;
  }
  .p-library-list__category {
    margin-bottom: 3.5897435897vw;
    overflow-x: auto;
    margin-inline: -4.1025641026vw;
    padding-inline: 4.1025641026vw;
    padding-bottom: 2.5641025641vw;
  }
  .p-library-list__category ul {
    gap: 1.0256410256vw;
  }
  .p-library-list__selected-tags {
    margin-top: 2.5641025641vw;
    margin-bottom: 6.1538461538vw;
    font-size: 3.3333333333vw;
  }
  .p-library-list__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20.5128205128vw 2.5641025641vw;
  }
  .p-library-list__list > *:nth-child(5),
  .p-library-list__list > *:nth-child(10) {
    grid-column: span 2;
  }
  .p-library-list__result {
    font-size: 3.8461538462vw;
  }
  .p-library__recommend {
    gap: 17.1794871795vw;
    margin-top: 25.641025641vw;
  }
  .p-library__recommend-title {
    font-size: 4.6153846154vw;
  }
  .p-library__recommend-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.8205128205vw;
    width: 100%;
  }
  .p-library__recommend-list .c-lib-item__title {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 1.7948717949vw;
  }
  .p-library__recommend-list .c-lib-item:nth-child(n+3) {
    display: none;
  }
  .p-library__recommend-list .splide__pagination {
    display: none;
  }
  .p-library__recommend-more {
    margin-top: -2.5641025641vw;
    font-size: 3.5897435897vw;
  }
  .p-library__recommend-more a {
    padding-bottom: 2.3076923077vw;
  }
}
.p-single {
  margin-top: 12rem;
  margin-inline: 7.2rem;
}
.p-single__header {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3rem 2rem;
  position: relative;
  margin-bottom: 5.3rem;
  margin-top: -1rem;
}
@media (min-width: 48.0625em) {
  .p-single__diary .p-single__header {
    gap: 1.5rem;
  }
}
.p-single__category {
  display: inline-flex;
}
.p-single__tags {
  display: flex;
  align-items: center;
  gap: 0.75em;
}
.p-single__title {
  grid-column: span 2;
  font-size: 3rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.5;
  margin-top: -0.5em;
}
@media (min-width: 48.0625em) {
  .p-single__title {
    padding-right: 3.9em;
  }
}
.p-single__eyecatch {
  margin-bottom: 8rem;
}
.p-single__eyecatch img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
.p-single__diary {
  margin-inline: 10rem;
}
.p-single__diary-gallery {
  margin-top: 10rem;
}
.p-single__diary-gallery-main img {
  width: 100%;
  aspect-ratio: 6/4;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 1rem;
}
.p-single__diary-gallery-sub {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 1.7rem;
  margin-top: 1.6rem;
}
.p-single__diary-gallery-sub-item {
  border-radius: 1rem;
  overflow: hidden;
}
.p-single__diary-gallery-sub-item::before {
  position: absolute;
  content: "";
  inset: 0;
  background: #000;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
.p-single__diary-gallery-sub-item.is-active {
  position: relative;
}
.p-single__diary-gallery-sub-item.is-active::before {
  opacity: 0.45;
}
.p-single__diary-gallery-sub-item img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single__date {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.p-single__column {
  grid-template-columns: 17rem 1fr;
  grid-template-areas: "side main";
  gap: 11.2rem;
}
.p-single__main {
  grid-area: main;
}
.p-single__tags {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.p-single__side {
  grid-area: side;
  top: 10rem;
}
.p-single__tags-list-title {
  position: relative;
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 3.6rem;
}
.p-single__tags-list-title::after, .p-single__tags-list-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.75em;
  height: 2px;
  background: #000;
}
.p-single__tags-list ul {
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
.p-single__tags-list ul li {
  display: flex;
  align-items: center;
  height: 2.0833333333em;
}
.p-single__tags-list ul li + li {
  border-top: 1px dashed #ABABAB;
}

@media (max-width: 48.0525em) {
  .p-single {
    margin-top: 17.9487179487vw;
    margin-inline: 4.1025641026vw;
  }
  .p-single__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3.8461538462vw;
    margin-bottom: 11.5384615385vw;
  }
  .p-single__title {
    font-size: 4.6153846154vw;
    line-height: 1.5;
    margin-top: 6.4102564103vw;
    margin-bottom: 0.75em;
  }
  .p-single__diary {
    margin-inline: 0;
  }
  .p-single__diary-gallery {
    margin-top: 15.3846153846vw;
  }
  .p-single__diary-gallery-main img {
    border-radius: 2.5641025641vw;
  }
  .p-single__diary-gallery-sub {
    grid-template-columns: repeat(6, 1fr);
    gap: 1.2820512821vw;
    margin-top: 4.8717948718vw;
  }
  .p-single__diary-gallery-sub-item {
    border-radius: 2.5641025641vw;
  }
  .p-single__date {
    font-size: 3.3333333333vw;
  }
  .p-single__category {
    position: relative;
    margin-top: 8.4615384615vw;
    transform: none;
  }
  .p-single__column {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
  }
  .p-single__tags {
    font-size: 3.0769230769vw;
  }
  .p-single__side {
    position: relative;
    top: 0;
    margin-bottom: 12.8205128205vw;
    padding-bottom: 8.9743589744vw;
  }
  .p-single__tags-list {
    position: absolute;
    border: 1px solid;
    border-radius: 2.5641025641vw;
    padding: 3.0769230769vw;
    width: 47.1794871795vw;
    background: var(--page-bg);
  }
  .p-single__tags-list-title {
    font-size: 3.0769230769vw;
    margin-bottom: 0;
    font-weight: 500;
  }
  .p-single__tags-list-title::after, .p-single__tags-list-title::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1em;
    height: 1px;
    background: #000;
  }
  .p-single__tags-list ul {
    margin-top: 3.8461538462vw;
    display: flex;
    flex-direction: column;
    font-size: 3.0769230769vw;
    letter-spacing: 0.05em;
  }
  .p-single__tags-list ul li {
    display: flex;
    align-items: center;
    height: 2.0833333333em;
  }
}
.p-works__header {
  margin-bottom: 2.8rem;
}
.p-works__title {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.p-works__tags {
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  font-weight: 300;
  margin-top: 1em;
}
.p-works__mv {
  margin-inline: -7.2rem;
  padding-inline: 1.6rem;
  margin-bottom: 25rem;
}
.p-works__mv img {
  width: 100%;
  height: auto;
}
.p-works__mv-caption {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  font-weight: 300;
  text-align: right;
  margin-top: 1.2em;
}
.p-works__main {
  display: flex;
  flex-direction: column;
  gap: 25rem;
}
.p-works__sec-title {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 3rem;
  letter-spacing: 0.05em;
  line-height: 0.75;
  margin-bottom: 7rem;
}
.p-works__concept {
  padding-inline: 10rem;
}
.p-works__concept-column {
  display: flex;
  gap: 8rem;
}
.p-works__concept-body {
  flex: 1;
}
.p-works__concept-text {
  font-size: 1.6rem;
  line-height: 2.8125;
  letter-spacing: 0.05em;
}
.p-works__concept-image {
  width: 47.6rem;
}
.p-works__concept-image img, .p-works__concept-image iframe {
  width: 100%;
  height: auto;
}
.p-works__concept-image iframe {
  aspect-ratio: 16/9;
}
.p-works__point-title {
  text-align: center;
}
.p-works__point-list {
  margin-inline: -7.2rem;
  margin-bottom: -7rem;
}
.p-works__point-image {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-works__point-image img {
  width: auto;
  max-height: 55rem;
}
.p-works__point-dummy {
  width: 7.2rem;
}
.p-works__point-caption {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin-top: 1em;
  display: none;
}
.is-init .p-works__point-caption {
  display: block;
}
.p-works__gallery-title {
  text-align: center;
}
.p-works__gallery-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.p-works__gallery-item img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-works__gallery-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.p-works__gallery-popup-image {
  position: relative;
  z-index: 99;
}
.p-works__gallery-popup-image img {
  width: 100vw;
  height: 100vh;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 48.0525em) {
  .p-works__header {
    margin-bottom: 20.5128205128vw;
  }
  .p-works__title {
    font-size: 4.6153846154vw;
    line-height: 1.72;
    margin-top: -0.36em;
  }
  .p-works__tags {
    font-size: 3.3333333333vw;
  }
  .p-works__mv {
    margin-inline: -4.1025641026vw;
    padding-inline: 0;
    margin-bottom: 23.0769230769vw;
  }
  .p-works__mv-caption {
    font-size: 3.0769230769vw;
    line-height: 1.75;
    margin-top: 2.5641025641vw;
    text-align: left;
    padding-inline: 4.1025641026vw;
  }
  .p-works__main {
    display: flex;
    flex-direction: column;
    gap: 25.641025641vw;
  }
  .p-works__sec-title {
    font-size: 4.6153846154vw;
    margin-bottom: 11.7948717949vw;
    font-weight: 500;
  }
  .p-works__concept {
    padding-inline: 0;
  }
  .p-works__concept-column {
    flex-direction: column;
    gap: 23.0769230769vw;
  }
  .p-works__concept-text {
    font-size: 3.5897435897vw;
    line-height: 2.2142857143;
  }
  .p-works__concept-image {
    width: 100%;
    padding-inline: 15.3846153846vw;
  }
  .p-works__point-caption {
    font-size: 3.0769230769vw;
  }
  .p-works__point-list {
    margin-bottom: -13.8461538462vw;
    gap: 2.8205128205vw;
    margin-inline: -4.1025641026vw;
  }
  .p-works__point-image img {
    width: 89.7435897436vw;
    height: auto;
    aspect-ratio: 350/210;
    max-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-works__point-dummy {
    width: 1px;
  }
  .p-works__gallery-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.8205128205vw;
    margin-bottom: 15.3846153846vw;
  }
  .p-works__gallery-item img {
    aspect-ratio: 1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-privacy {
  gap: 12.5rem;
  font-weight: 400;
  line-height: 2.5625;
  letter-spacing: 0.05em;
  padding-top: 11rem;
  padding-bottom: 15rem;
  color: black;
}
.p-privacy__title {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 7.4rem;
}
.p-privacy__inner {
  max-width: 94.5rem;
  margin-inline: auto;
}
.p-privacy__body {
  font-size: 1.6rem;
}
.p-privacy__body a {
  text-decoration: underline;
}
.is-pc .p-privacy__body a:hover {
  text-decoration: none;
}
.p-privacy__body ul li {
  list-style-type: disc;
  margin-left: 1.25em;
}
.p-privacy__sec-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2em;
}
@media (min-width: 48.0625em) {
  .p-privacy__sec-title:not(:first-child) {
    margin-top: 7.5rem;
  }
}

@media (max-width: 48.0525em) {
  .p-privacy {
    padding-bottom: 24.1025641026vw;
  }
  .p-privacy__inner {
    max-width: 90%;
  }
  .p-privacy__title {
    font-size: 5.1282051282vw;
    margin-bottom: 10.2564102564vw;
  }
  .p-privacy__body {
    font-size: 3.5897435897vw;
    font-weight: 400;
  }
  .p-privacy__sec-title {
    font-size: 5.1282051282vw;
    margin-bottom: 1em;
    font-weight: 500;
    margin-top: 12.8205128205vw;
  }
}