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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

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

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

button {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

option {
  color: black;
}

html {
  font-size: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1920px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media screen and (max-width: 767.98px) {
  html {
    font-size: 2.6666666667vw;
  }
}
body {
  color: #FFF;
  font-family: "Sawarabi Gothic";
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.09rem;
  background: #1F1F1F;
}

.u-hidden-sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-hidden-sp {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-hidden-pc {
    display: none;
  }
}

.u-fadeIn {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease-out 0.3s, transform 1s ease-out 0.3s;
}
.u-fadeIn.show {
  opacity: 1;
  transform: translateY(0);
}
.u-fadeIn.delay15 {
  transition-delay: 1.5s;
}

.l-inner {
  max-width: 163rem;
  padding-inline: 1.5rem;
  margin-inline: auto;
}

.l-header {
  position: fixed;
  z-index: 3;
  top: 1.7rem;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-header {
    top: 6.3rem;
  }
}

.l-header_inner {
  max-width: none;
}
@media screen and (min-width: 768px) {
  .l-header_inner {
    padding-inline: 9.8rem;
  }
}

.p-header_contents {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-header_contents {
    gap: 3.2rem;
  }
}

.p-header_nextLogo img {
  width: 7.3rem;
  height: 5.8rem;
}
@media screen and (min-width: 768px) {
  .p-header_nextLogo img {
    width: 11.8rem;
    height: 9.3rem;
  }
}

.p-header_harviaLogo {
  padding-top: 0.4rem;
}
@media screen and (min-width: 768px) {
  .p-header_harviaLogo {
    margin-left: 2.1rem;
    padding-top: 0.7rem;
  }
}
.p-header_harviaLogo img {
  width: 5.5rem;
  height: 5.5rem;
}
@media screen and (min-width: 768px) {
  .p-header_harviaLogo img {
    width: 8.7rem;
    height: 8.7rem;
  }
}

.p-header_textArea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-header_textArea {
    padding-top: 1.2rem;
    gap: 1.2rem;
  }
}

.p-header_text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-header_text {
    flex-direction: row;
    gap: 1.1rem;
  }
}
.p-header_text p {
  font-size: 1rem;
  line-height: normal;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 768px) {
  .p-header_text p {
    font-size: clamp(14px, 1.11111vw, 16px);
    letter-spacing: 0.08rem;
  }
}
.p-header_text p.en {
  font-family: "Inter Tight", sans-serif;
  font-weight: 900;
}
.p-header_text p.ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}

.p-header_name p {
  font-family: "Inter Tight", sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 768px) {
  .p-header_name p {
    font-size: clamp(14px, 1.11111vw, 16px);
    letter-spacing: 0.08rem;
  }
}

.l-hero {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100dvh; */
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-bg-sp {
    display: none;
  }
}
.p-bg-sp {
  position: absolute;
  overflow: hidden;
  left: 0;
  width: 100%;
  height: 50vh;
}
.p-bg-sp.top {
  top: 0;
}
.p-bg-sp.bottom {
  bottom: 0;
}
.p-bg-sp picture, .p-bg-sp img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-bg-sp .image {
  position: absolute;
  top: 0;
  left: 50%;
  width: 110%;
}
.p-bg-sp .image.image1a {
  z-index: 5;
  transform: translateX(-53%);
  animation: toL 10s linear infinite;
}
.p-bg-sp .image.image2a {
  z-index: 3;
  transform: translateX(-47%);
  animation: toR 10s linear infinite;
  animation-delay: 5s;
}
.p-bg-sp .image.image1b {
  z-index: 5;
  transform: translateX(-47%);
  animation: toR 10s linear infinite;
}
.p-bg-sp .image.image2b {
  z-index: 3;
  transform: translateX(-53%);
  animation: toL 10s linear infinite;
  animation-delay: 5s;
}

@keyframes toL {
  0% {
    opacity: 1;
    transform: translateX(-53%);
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: translateX(-47%);
  }
  95% {
    opacity: 0;
    transform: translateX(-54%);
  }
  100% {
    opacity: 1;
    transform: translateX(-53%);
  }
}
@keyframes toR {
  0% {
    opacity: 1;
    transform: translateX(-47%);
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: translateX(-53%);
  }
  95% {
    opacity: 0;
    transform: translateX(-46%);
  }
  100% {
    opacity: 1;
    transform: translateX(-47%);
  }
}
.p-bg-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-bg-pc {
    display: block;
    position: absolute;
    overflow: hidden;
    inset: 0;
    z-index: 1;
  }
}
.p-bg-pc picture, .p-bg-pc img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-bg-pc .image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scale(1.1);
  width: 100%;
  height: 100%;
  will-change: transform, opacity;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.p-bg-pc .image.image1 {
  z-index: 5;
  animation: scale 15s linear infinite;
}
.p-bg-pc .image.image2 {
  z-index: 3;
  animation: scale 15s linear infinite;
  animation-delay: 5s;
}
.p-bg-pc .image.image3 {
  z-index: 2;
  animation: scale 15s linear infinite;
  animation-delay: 10s;
}

@keyframes scale {
  0% {
    opacity: 1;
    transform: translateX(-50%) scale(1.1);
  }
  30% {
    opacity: 1;
  }
  33% {
    opacity: 0;
    transform: translateX(-50%) scale(1);
  }
  95% {
    opacity: 0;
    transform: translateX(-50%) scale(1.1);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) scale(1.1);
  }
}
.p-hero_catchphrase {
  position: absolute;
  z-index: 9;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  .p-hero_catchphrase {
    top: auto;
    bottom: calc(6.9rem + env(safe-area-inset-bottom));
    left: 11.4rem;
    transform: translate(0, 0);
    align-items: start;
  }
}
.p-hero_catchphrase .p-hero_catchphraseMain {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-hero_catchphrase .p-hero_catchphraseMain {
    align-items: start;
  }
}
.p-hero_catchphrase .p-hero_catchphraseMain strong {
  overflow: hidden;
}
.p-hero_catchphrase .p-hero_catchphraseMain strong span {
  font-family: "Inter Tight", sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: normal;
  display: inline-block;
  transform: translateY(100%);
  animation: upText 0.8s linear forwards;
}
@media screen and (min-width: 768px) {
  .p-hero_catchphrase .p-hero_catchphraseMain strong span {
    font-size: 14rem;
    line-height: 1.15;
  }
}
.p-hero_catchphrase .p-hero_catchphraseMain strong span.firstLine {
  animation-delay: 0.5s;
  letter-spacing: -0.01rem;
}
@media screen and (min-width: 768px) {
  .p-hero_catchphrase .p-hero_catchphraseMain strong span.firstLine {
    letter-spacing: -0.28rem;
  }
}
.p-hero_catchphrase .p-hero_catchphraseMain strong span.secondLine {
  animation-delay: 1s;
  letter-spacing: -0.08rem;
}
@media screen and (min-width: 768px) {
  .p-hero_catchphrase .p-hero_catchphraseMain strong span.secondLine {
    letter-spacing: -0.28rem;
    margin-left: 46rem;
  }
}
.p-hero_catchphrase .ja {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.15rem;
}
@media screen and (min-width: 768px) {
  .p-hero_catchphrase .ja {
    font-size: clamp(15px, 1.73611vw, 25px);
    letter-spacing: 0.25rem;
    position: absolute;
    bottom: 5.5rem;
  }
}

@keyframes upText {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.p-fixButtons {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-inline: 1.5rem;
  padding-bottom: calc(env(safe-area-inset-bottom) + 1.2rem);
  display: flex;
  gap: 0.7rem;
}
@media screen and (min-width: 768px) {
  .p-fixButtons {
    left: auto;
    right: 9.7rem;
    width: -moz-fit-content;
    width: fit-content;
    padding-inline: 0;
    padding-bottom: calc(env(safe-area-inset-bottom) + 7.6rem);
    flex-direction: column;
    gap: 1.6rem;
  }
}
.p-fixButtons.is-hidden {
  opacity: 0;
  pointer-events: none;
  transition-delay: 0s;
}

.p-fixButton {
  width: calc((100% - 0.7rem) / 2);
}
@media screen and (min-width: 768px) {
  .p-fixButton {
    width: 208px;
  }
}
@media (any-hover: hover) {
  .p-fixButton a:hover .btn-white {
    color: #FFFFFF;
    background: #000000;
  }
  .p-fixButton a:hover .btn-white::after {
    color: #000000;
    background: #FFFFFF;
  }
  .p-fixButton a:hover .btn-black {
    color: #000000;
    background: #FFFFFF;
  }
  .p-fixButton a:hover .btn-black::after {
    color: #FFFFFF;
    background: #000000;
  }
}

.p-fixButtonInner {
  display: inline-block;
  width: 100%;
  padding: 0.5rem 0 0.7rem 2rem;
  border-radius: 0.3rem;
  border: 0.1rem solid #FFF;
  position: relative;
  transition: color 0.3s, background 0.3s;
}
@media screen and (min-width: 768px) {
  .p-fixButtonInner {
    padding: 12px 27px 13px 0;
    border-radius: 32.5px;
  }
}
.p-fixButtonInner.btn-white {
  color: #000000;
  background: #FFFFFF;
}
.p-fixButtonInner.btn-white::after {
  color: #FFFFFF;
  background: #000000;
}
.p-fixButtonInner.btn-black {
  color: #FFFFFF;
  background: #000000;
}
.p-fixButtonInner.btn-black::after {
  color: #000000;
  background: #FFFFFF;
}
.p-fixButtonInner::after {
  content: "↓";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  font-family: "Oswald", sans-serif;
  font-size: 1.2188rem;
  line-height: normal;
  letter-spacing: 0.0609rem;
  display: grid;
  place-items: center;
  transition: color 0.3s, background 0.3s;
}
@media screen and (min-width: 768px) {
  .p-fixButtonInner::after {
    right: 2.3rem;
    width: 24px;
    height: 24px;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 1;
  }
}
.p-fixButtonInner p {
  font-family: "Oswald", sans-serif;
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: 0.07rem;
}
@media screen and (min-width: 768px) {
  .p-fixButtonInner p {
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}

.l-topContent {
  position: relative;
}

.l-lead {
  position: relative;
  z-index: 12;
}

.p-lead_bg {
  position: sticky;
  z-index: 10;
  top: 0;
  opacity: 0;
  transition: opacity 1s ease;
}
.p-lead_bg img {
  width: 100%;
  height: 100vh;
}
.p-lead_bg.is-show {
  opacity: 1;
}

.l-lead_inner {
  max-width: 29.4rem;
}
@media screen and (min-width: 768px) {
  .l-lead_inner {
    max-width: 156.6rem;
  }
}

.p-lead_contents {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-lead_contents {
    flex-direction: row;
    gap: 4rem;
  }
}

.p-lead_main {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-lead_main {
    width: 71.9rem;
    flex-shrink: 0;
  }
}

.p-lead_logo img {
  width: 7.6rem;
  height: 7.7rem;
}
@media screen and (min-width: 768px) {
  .p-lead_logo img {
    width: 14rem;
    height: 14.1rem;
  }
}

.p-lead_heading {
  margin-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .p-lead_heading {
    margin-top: 8.7rem;
  }
}
.p-lead_heading strong {
  font-size: 2rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-lead_heading strong {
    font-size: 4.5rem;
    letter-spacing: 0.225rem;
  }
}

.p-lead_text {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-lead_text {
    margin-top: 4.5rem;
  }
}
.p-lead_text p {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.07rem;
}
@media screen and (min-width: 768px) {
  .p-lead_text p {
    font-size: clamp(16px, 1.25vw, 18px);
    letter-spacing: 0.09rem;
  }
}

.p-lead_images {
  width: 100%;
  height: 44.2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-lead_images {
    width: 77.3rem;
    height: 129.1rem;
  }
}

.p-lead_image {
  position: absolute;
}
.p-lead_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-lead_image.image1 {
  top: 0;
  left: -2.8rem;
  width: 13.2rem;
  height: 16.9rem;
}
@media screen and (min-width: 768px) {
  .p-lead_image.image1 {
    top: 17.7rem;
    left: 5.6rem;
    width: 33.6rem;
    height: 43.1rem;
  }
}
.p-lead_image.image2 {
  z-index: 12;
  top: 18.2rem;
  right: 4.4rem;
  width: 12.5rem;
  height: 10.6rem;
}
@media screen and (min-width: 768px) {
  .p-lead_image.image2 {
    top: 54.1rem;
    right: 8rem;
    width: 20.8rem;
    height: 28.3rem;
  }
}
.p-lead_image.image3 {
  z-index: 11;
  top: 4.7rem;
  right: -2.7rem;
  width: 13.2rem;
  height: 16.1rem;
}
@media screen and (min-width: 768px) {
  .p-lead_image.image3 {
    top: 73.8rem;
    left: 48px;
    width: 32.3rem;
    height: 41.8rem;
  }
}
.p-lead_image.image4 {
  z-index: 12;
  bottom: 0;
  left: 1.8rem;
  width: 22.7rem;
  height: 12.7rem;
}
@media screen and (min-width: 768px) {
  .p-lead_image.image4 {
    left: 35.5rem;
    width: 37rem;
    height: 22.2rem;
  }
}

.l-pickUp {
  padding-top: 29rem;
  position: relative;
  z-index: 15;
  background: linear-gradient(180deg, rgba(31, 31, 31, 0) 0%, #1F1F1F 31.37632%);
}
@media screen and (min-width: 768px) {
  .l-pickUp {
    padding-top: 41.3rem;
  }
}

.l-pickUp_inner {
  padding-inline: 0;
}
@media screen and (min-width: 768px) {
  .l-pickUp_inner {
    padding-inline: 1.5rem;
    max-width: 147rem;
  }
}

.p-pickUp_title {
  text-align: center;
  font-family: "Inter Tight", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-pickUp_title {
    font-size: 5rem;
  }
}

.p-pickUp_contents {
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-pickUp_contents {
    margin-top: 5.9rem;
  }
}

@media screen and (min-width: 768px) {
  .p-pickUp_cardsArea-sp {
    display: none;
  }
}

.p-pickUp_cardsArea-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-pickUp_cardsArea-pc {
    display: block;
  }
}

.p-pickUp_pcCards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7.6rem 4rem;
}
@media screen and (min-width: 768px) and (max-width: 1439.98px) {
  .p-pickUp_pcCards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-pickUpLink {
  overflow: hidden;
  border-radius: 1rem;
}
@media (any-hover: hover) {
  .p-pickUpLink a:hover .p-pickUpCard {
    transform: scale(1.05);
  }
}

.p-pSwiper_slide {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: 1.5rem;
}

.p-pickUpCard {
  overflow: hidden;
  padding-top: 2.4rem;
  padding-bottom: 2rem;
  width: 26rem;
  height: 34rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-pickUpCard {
    padding-top: 4rem;
    padding-bottom: 2.6rem;
    width: 100%;
    height: auto;
    aspect-ratio: 330/452;
  }
}
.p-pickUpCard::after {
  content: "↓";
  position: absolute;
  z-index: 10;
  bottom: 1.5rem;
  right: 2rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #FFFFFF;
  border: 0.1rem solid #FFFFFF;
  display: grid;
  place-items: center;
  color: #000;
  font-family: "Oswald", sans-serif;
  font-size: 1.5333rem;
  line-height: 1;
  letter-spacing: 0.0767rem;
  transition: color 0.3s, background 0.3s;
}
@media screen and (min-width: 768px) {
  .p-pickUpCard::after {
    bottom: 2rem;
    width: 3rem;
    height: 3rem;
    font-size: 2.3rem;
  }
}

.p-pickUpCard_bgImage {
  position: absolute;
  z-index: 8;
  inset: 0;
}
.p-pickUpCard_bgImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-pickUpCard_head {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-pickUpCard_head {
    gap: 0.5rem;
  }
}

.p-pickUpCard_headText p {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.06rem;
}
@media screen and (min-width: 768px) {
  .p-pickUpCard_headText p {
    font-size: clamp(9px, 0.83333vw, 12px);
  }
}

.p-pickUpCard_headTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-pickUpCard_headTitle {
    gap: 0.6rem;
  }
}
.p-pickUpCard_headTitle h3, .p-pickUpCard_headTitle p {
  text-align: center;
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
}
.p-pickUpCard_headTitle h3 {
  font-size: 3rem;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .p-pickUpCard_headTitle h3 {
    font-size: 5rem;
  }
}
.p-pickUpCard_headTitle p {
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-pickUpCard_headTitle p {
    font-size: clamp(12px, 1.38888vw, 20px);
  }
}

.p-pickUpCard_bottom {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
.p-pickUpCard_bottom p.price {
  font-family: "Inter Tight", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-pickUpCard_bottom p.price {
    font-size: clamp(16px, 1.25vw, 18px);
  }
}
.p-pickUpCard_bottom p.tax {
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 768px) {
  .p-pickUpCard_bottom p.tax {
    font-size: clamp(10px, 0.83333vw, 12px);
    letter-spacing: 0.06rem;
  }
}

.p-pSwiper_bottomArea {
  margin-top: 4.3rem;
  padding-left: 2.8rem;
  padding-right: 3.1rem;
  display: flex;
  align-items: center;
  gap: 20px;
}

.p-pSwiper_pagination {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  bottom: auto;
  font-family: "Inter Tight", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.06rem;
  display: flex;
  gap: 0.9rem;
}
.p-pSwiper_pagination > * {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.07rem;
}

.p-pSwiper_scrollbar {
  flex-grow: 1;
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  background: #797979;
  height: 0.2rem !important;
}
.p-pSwiper_scrollbar .swiper-scrollbar-drag {
  background: #FFFFFF;
}

.p-pSwiper_buttons {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 2.6rem;
}

.p-pSwiper_prevBtn,
.p-pSwiper_nextBtn {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  top: auto !important;
  right: auto !important;
  margin: 0 !important;
}
.p-pSwiper_prevBtn svg,
.p-pSwiper_nextBtn svg {
  display: none;
}
.p-pSwiper_prevBtn::after,
.p-pSwiper_nextBtn::after {
  content: "";
  width: 0.6rem;
  height: 1.6rem;
}

.p-pSwiper_prevBtn::after {
  background: url(../img/swiper-prevBtn.svg) no-repeat center center/contain;
}

.p-pSwiper_nextBtn::after {
  background: url(../img/swiper-nextBtn.svg) no-repeat center center/contain;
}

.p-pickUp_bottom {
  margin-top: 4.9rem;
}
@media screen and (min-width: 768px) {
  .p-pickUp_bottom {
    margin-top: 12.9rem;
  }
}

.p-pickUp_bottomText p {
  text-align: center;
  font-family: "Inter Tight", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-pickUp_bottomText p {
    font-size: 3rem;
  }
}

.p-pickUp_bottomBar {
  margin: 2.7rem auto 0;
  width: 0.1rem;
  height: 8.3rem;
  background: #FFFFFF;
  transform: scaleY(0);
  transform-origin: top;
  will-change: transform;
  animation: upDownEffect 3s ease-in-out infinite;
}
@media screen and (min-width: 768px) {
  .p-pickUp_bottomBar {
    margin-top: 2.4rem;
    height: 12.5rem;
  }
}

@keyframes upDownEffect {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  60% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
.l-detail {
  background: #1F1F1F;
  position: relative;
  z-index: 10;
}

.p-detailCards {
  position: sticky;
  z-index: 10;
  top: 0;
  height: 100dvh;
  overflow: hidden;
}

.p-detailSpacer {
  height: 900vh;
}

.p-detailCard {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  padding: 1.9rem 2rem calc(6.4rem + env(safe-area-inset-bottom)) 2.1rem;
}
@media screen and (min-width: 768px) {
  .p-detailCard {
    padding: 6.8rem 9rem calc(10.3rem + env(safe-area-inset-bottom)) 16rem;
  }
}
.p-detailCard.is-active {
  opacity: 1;
  pointer-events: auto;
}

.p-detailCard_bg {
  position: absolute;
  z-index: 9;
  inset: 0;
}
.p-detailCard_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-detailCard_contents {
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.p-detailCard_page p {
  text-align: right;
  line-height: 1;
}
.p-detailCard_page span {
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  line-height: normal;
}
.p-detailCard_page span.number {
  font-size: 1.4rem;
  letter-spacing: 0.07rem;
}
@media screen and (min-width: 768px) {
  .p-detailCard_page span.number {
    font-size: 25px;
    letter-spacing: 0.125rem;
  }
}
.p-detailCard_page span.slash {
  font-size: 1.2rem;
  letter-spacing: 0.06rem;
  margin-inline: 0.9rem;
}
@media screen and (min-width: 768px) {
  .p-detailCard_page span.slash {
    font-size: 22px;
    letter-spacing: 0.11rem;
    margin-inline: 1.2rem;
  }
}

.p-detailCard_main {
  margin-top: 2.4rem;
  margin-bottom: auto;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-detailCard_main {
    margin-bottom: 0;
  }
}

.p-detailCard_headText p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.07rem;
}
@media screen and (min-width: 768px) {
  .p-detailCard_headText p {
    font-size: 20px;
    line-height: normal;
    letter-spacing: 0.1rem;
  }
}

.p-detailCard_name {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
@media screen and (min-width: 768px) {
  .p-detailCard_name {
    margin-top: 1.3rem;
  }
}
.p-detailCard_name strong, .p-detailCard_name .sub {
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  letter-spacing: normal;
}
.p-detailCard_name strong {
  font-size: 5rem;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .p-detailCard_name strong {
    font-size: clamp(72px, 6.25vw, 90px);
  }
}
.p-detailCard_name .kana {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.07rem;
}
@media screen and (min-width: 768px) {
  .p-detailCard_name .kana {
    font-size: 20px;
    letter-spacing: 0.1rem;
  }
}
.p-detailCard_name .sub {
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-detailCard_name .sub {
    font-size: 40px;
    margin-top: 0.6rem;
  }
}

.p-detailCard_hash {
  margin-top: 3.3rem;
}
@media screen and (min-width: 768px) {
  .p-detailCard_hash {
    margin-top: 5.4rem;
  }
}
.p-detailCard_hash p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.07rem;
}
@media screen and (min-width: 768px) {
  .p-detailCard_hash p {
    font-size: 20px;
    letter-spacing: 0.1rem;
  }
}

.p-detailCard_contentsBottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .p-detailCard_contentsBottom {
    flex-direction: column;
    align-items: start;
    gap: 4.6rem;
  }
}

.p-detailCard_priceArea {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
@media screen and (min-width: 768px) {
  .p-detailCard_priceArea {
    flex-direction: row;
    align-items: baseline;
    gap: 1rem;
  }
}

.p-detailCard_priceHead p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.07rem;
}
@media screen and (min-width: 768px) {
  .p-detailCard_priceHead p {
    font-size: 14px;
  }
}

.p-detailCard_price {
  display: flex;
  gap: 0.5rem;
  padding-bottom: 0.6rem;
}
@media screen and (min-width: 768px) {
  .p-detailCard_price {
    padding: 0;
  }
}
.p-detailCard_price .price {
  font-family: "Inter Tight", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: normal;
}
@media screen and (min-width: 768px) {
  .p-detailCard_price .price {
    font-size: 24px;
  }
}
.p-detailCard_price .tax {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.07rem;
}
@media screen and (min-width: 768px) {
  .p-detailCard_price .tax {
    font-size: 14px;
    line-height: 1.9;
  }
}

.p-detailCard_button {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-detailCard_button {
    margin-left: 0;
  }
}
@media (any-hover: hover) {
  .p-detailCard_button:hover .p-detailCard_buttonInner {
    background: #1F1F1F;
  }
  .p-detailCard_button:hover .p-detailCard_buttonInner p {
    color: #FFFFFF;
  }
  .p-detailCard_button:hover .p-detailCard_buttonInner::before {
    background: #FFFFFF;
  }
  .p-detailCard_button:hover .p-detailCard_buttonInner::after {
    background: url(../img/plus-icon_black.svg) no-repeat center center/contain;
  }
}

.p-detailCard_buttonInner {
  width: 15.6rem;
  height: 5.1rem;
  border-radius: 3.6rem;
  border: 0.11385rem solid #FFFFFF;
  background: #FFFFFF;
  display: grid;
  place-items: center;
  position: relative;
  transition: background 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-detailCard_buttonInner {
    width: 255px;
    height: 51px;
    border-radius: 36px;
    padding-right: 0.9rem;
  }
}
.p-detailCard_buttonInner p {
  color: #1F1F1F;
  font-family: "Inter Tight", sans-serif;
  font-size: 1.4rem;
  line-height: normal;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-detailCard_buttonInner p {
    font-size: 14px;
  }
}
.p-detailCard_buttonInner::before, .p-detailCard_buttonInner::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.3s ease;
}
.p-detailCard_buttonInner::before {
  right: 1rem;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
  background: #1F1F1F;
}
@media screen and (min-width: 768px) {
  .p-detailCard_buttonInner::before {
    right: 17px;
    width: 28.5px;
    height: 28.5px;
  }
}
.p-detailCard_buttonInner::after {
  right: 1.9rem;
  width: 0.9rem;
  height: 0.9rem;
  background: url(../img/plus-icon.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-detailCard_buttonInner::after {
    right: 26px;
    width: 9px;
    height: 9px;
  }
}

/* .p-detailModal {
  position: fixed;
  z-index: 200;
  top: 2.5rem;
  bottom: 2.5rem;
  left: 1.1rem;
  right: 1.1rem;
  margin: 0;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: none;
  padding: 2rem;
  border-radius: 1rem;
  border: none;
  background: #FFFFFF;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: none;
}
@media screen and (min-width: 768px) {
  .p-detailModal {
    top: 5rem;
    bottom: 5rem;
    left: 2rem;
    right: 2rem;
    max-width: 128rem;
    margin: auto;
    padding: 4.6rem 4rem;
    overflow-y: auto;
  }
} */
/* .p-detailModal::backdrop {
  background: rgba(31, 31, 31, 0.7);
} */

.p-detailModal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  background: rgba(31, 31, 31, 0.7);
  display: none;
}

.p-detailModal.is-open {
  display: block;
}

.p-detailModal_inner {
  position: absolute;
  top: 2.5rem;
  bottom: 2.5rem;
  left: 1.1rem;
  right: 1.1rem;
  margin: 0;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: none;
  padding: 2rem;
  border-radius: 1rem;
  border: none;
  background: #FFFFFF;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: none;
}

@media screen and (min-width: 768px) {
  .p-detailModal_inner {
    top: 5rem;
    bottom: 5rem;
    left: 2rem;
    right: 2rem;
    max-width: 128rem;
    margin: auto;
    padding: 4.6rem 4rem;
  }
}

.p-detailModal_body {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  .p-detailModal_body {
    flex-direction: row;
    gap: 5.6rem;
  }
}

/* .p-detailModal_closeButton {
  position: fixed;
  z-index: 220;
  top: calc(3rem + env(safe-area-inset-top));
  right: calc(3rem + env(safe-area-inset-right));
  width: 3.3rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0 0 0.983rem 0 rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .p-detailModal_closeButton {
    width: 4.7rem;
    width: 6.2rem;
    top: calc(13rem + env(safe-area-inset-top));
    right: calc(50% - 60rem + env(safe-area-inset-top));
    top: 10rem;
    right: 36rem;
  }
} */

.p-detailModal_closeButton {
  position: absolute;
  z-index: 220;
  top: calc(3rem + env(safe-area-inset-top));
  right: calc(3rem + env(safe-area-inset-right));
  width: 3.3rem;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0 0 0.983rem 0 rgba(0, 0, 0, 0.25);
  pointer-events: auto;
}

@media screen and (min-width: 768px) {
  .p-detailModal_closeButton {
    width: 6.2rem;
    top: 4rem;
    right: 4rem;
  }
}

.p-detailModal_closeButton span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.6rem;
  height: 0.1rem;
  background: #1F1F1F;
}
@media screen and (min-width: 768px) {
  .p-detailModal_closeButton span {
    /* width: 2.26rem; */
    width: 3.26rem;
    height: 0.15rem;
  }
}
.p-detailModal_closeButton span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-detailModal_closeButton span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-detailModal_topImg {
  width: 100%;
  height: 17.9rem;
  overflow: hidden;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-detailModal_topImg {
    height: 36.4rem;
  }
}
.p-detailModal_topImg img {
  border-radius: 1rem;
  max-height: 17.9rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-detailModal_topImg img {
    max-height: 36.4rem;
  }
}

.topImg {
  display: none;
}
.topImg.is-show {
  display: block;
}

.p-detailModal_imgButtons {
  margin-top: 1.2rem;
  display: flex;
  gap: 0.773rem;
  overflow-x: scroll;
}

.p-detailModal_imgBtn {
  width: 6.2398rem;
  flex-shrink: 0;
  height: 5.4078rem;
  border-radius: 0.5943rem;
  border: 0.0594rem solid #DFDBDB;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-detailModal_imgBtn {
    width: 10.5rem;
    height: 9.1rem;
    border-radius: 1rem;
    border: 0.1rem solid #DFDBDB;
  }
}
.p-detailModal_imgBtn.is-active {
  border: 0.0594rem solid #F5341A;
}
.p-detailModal_imgBtn img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-detailModal_bodyFirst {
    width: 48.8rem;
    flex-shrink: 0;
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  .p-detailModal_bodySecond {
    flex-grow: 1;
  }
}

.p-detailModal_hash p {
  color: #1F1F1F;
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: 0.07rem;
}
@media screen and (min-width: 768px) {
  .p-detailModal_hash p {
    font-size: clamp(12px, 1.25vw, 18px);
    letter-spacing: 0.09rem;
  }
}

.p-detailModal_name {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-detailModal_name {
    margin-top: 2.8rem;
    gap: 2.4rem;
  }
}
.p-detailModal_name strong, .p-detailModal_name p {
  color: #1F1F1F;
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
}
.p-detailModal_name strong {
  font-size: 3rem;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .p-detailModal_name strong {
    font-size: 6rem;
  }
}
.p-detailModal_name p {
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-detailModal_name p {
    font-size: 3rem;
  }
}

.p-detailModal_tag {
  margin-top: 2.4rem;
  padding: 0.2rem 1rem;
  border-radius: 0.5rem;
  background: #E6E9ED;
  width: -moz-fit-content;
  width: fit-content;
}
.p-detailModal_tag p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.08rem;
}
@media screen and (min-width: 768px) {
  .p-detailModal_tag p {
    font-size: clamp(10px, 1.11111vw, 16px);
  }
}

.p-detailModal_text {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-detailModal_text {
    margin-top: 2.8rem;
  }
}
.p-detailModal_text p {
  color: #1F1F1F;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.07rem;
}
@media screen and (min-width: 768px) {
  .p-detailModal_text p {
    font-size: clamp(12px, 1.25vw, 18px);
    letter-spacing: 0.09rem;
  }
}

.p-detailModal_notes {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-detailModal_notes {
    margin-top: 2.1rem;
  }
}
.p-detailModal_notes p {
  color: #1F1F1F;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.06rem;
}
@media screen and (min-width: 768px) {
  .p-detailModal_notes p {
    font-size: clamp(9px, 0.83333vw, 12px);
  }
}
.p-detailModal_notes p::before {
  content: "※";
}

.p-detailModal_figure {
  /* margin-top: 5.9rem; */
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-detailModal_figure {
    margin-top: 30px;
  }
}

.p-detailModal_figure img {
  /* height: 100%; */
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-detailModal_items {
  margin-top: 3rem;
  background: #E6E6E6;
  padding-block: 3rem;
  border-radius: 1rem;
}
@media screen and (min-width: 768px) {
  .p-detailModal_items {
    margin-top: 5.9rem;
    padding: 3.4rem 4rem;
    border-radius: 0.6rem;
  }
}

.p-detailModal_items_title {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding-inline: 1.5rem;
}
.p-detailModal_items_title p {
  color: #1F1F1F;
}
.p-detailModal_items_title .en {
  font-family: "Inter Tight", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-detailModal_items_title .en {
    font-size: clamp(16px, 1.52777vw, 22px);
  }
}
.p-detailModal_items_title .ja {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: 0.07rem;
}
@media screen and (min-width: 768px) {
  .p-detailModal_items_title .ja {
    font-size: clamp(10px, 0.97222vw, 14px);
  }
}

.p-detailModal_itemsArea-sp {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-detailModal_itemsArea-sp {
    display: none;
  }
}

.p-detailModal_itemsArea-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-detailModal_itemsArea-pc {
    margin-top: 2.3rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.3rem 2.7rem;
  }
}

.p-miSwiper_slide {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: 0.75rem;
}
.p-miSwiper_slide.firstSlide {
  margin-left: 1.5rem;
}
.p-miSwiper_slide.finalSlide {
  margin-right: 1.5rem;
}

.p-modalItemCard {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 16.5rem;
}

.p-modalItemCard_image img {
  width: 16.5rem;
  height: 16.5rem;
}

.p-modalItemCard_text p {
  color: #1F1F1F;
  font-size: 1.2rem;
  line-height: normal;
  letter-spacing: 0.06rem;
}
@media screen and (min-width: 768px) {
  .p-modalItemCard_text p {
    font-size: clamp(9px, 0.83333vw, 12px);
  }
}

.p-miSwiper-scrollbar {
  margin: 2.5rem 1.9rem 0;
  width: calc(100% - 3.8rem) !important;
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  background: #FFFFFF;
  height: 0.7rem !important;
  border-radius: 5rem;
}
.p-miSwiper-scrollbar .swiper-scrollbar-drag {
  background: #C2C2C2;
}

.p-detailModal_spec {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-detailModal_spec {
    margin-top: 4rem;
  }
}

.p-detailModal_spec_title {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.p-detailModal_spec_title p {
  color: #1F1F1F;
}
.p-detailModal_spec_title .en {
  font-family: "Inter Tight", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-detailModal_spec_title .en {
    font-size: clamp(16px, 1.52777vw, 22px);
  }
}
.p-detailModal_spec_title .ja {
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0.07rem;
}
@media screen and (min-width: 768px) {
  .p-detailModal_spec_title .ja {
    font-size: clamp(10px, 0.97222vw, 14px);
  }
}

.p-detailModal_spec_table {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-detailModal_spec_table {
    margin-top: 4rem;
    gap: 2rem;
  }
}

.p-detailModal_spec_tableRow {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #1F1F1F;
}
@media screen and (min-width: 768px) {
  .p-detailModal_spec_tableRow {
    flex-direction: row;
    gap: 0;
  }
}
.p-detailModal_spec_tableRow dt, .p-detailModal_spec_tableRow dd {
  color: #1F1F1F;
  font-size: 1.4rem;
  letter-spacing: 0.07rem;
}
@media screen and (min-width: 768px) {
  .p-detailModal_spec_tableRow dt, .p-detailModal_spec_tableRow dd {
    font-size: clamp(9px, 1.11111vw, 16px);
    letter-spacing: 0.08rem;
  }
}
.p-detailModal_spec_tableRow dt {
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-detailModal_spec_tableRow dt {
    width: 26.1rem;
    flex-shrink: 0;
  }
}
.p-detailModal_spec_tableRow dd {
  font-weight: 500;
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .p-detailModal_spec_tableRow dd {
    flex-grow: 1;
    line-height: 1.5;
  }
}

.p-detailModal_bottomNote {
  margin-top: 4rem;
}
.p-detailModal_bottomNote p {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.06rem;
}
@media screen and (min-width: 768px) {
  .p-detailModal_bottomNote p {
    font-size: clamp(8px, 0.83333vw, 12px);
  }
}

.l-models {
  position: relative;
  z-index: 10;
  padding-top: 13.6rem;
  padding-bottom: 16.3rem;
  background: #1F1F1F;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-models {
    padding-top: 26.3rem;
    padding-bottom: 21.5rem;
  }
}

.p-models_heading p {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.14rem;
}
@media screen and (min-width: 768px) {
  .p-models_heading p {
    font-size: clamp(25px, 2.77777vw, 40px);
    letter-spacing: 0.2rem;
  }
}

.p-models_text {
  margin-top: 2.2rem;
}
@media screen and (min-width: 768px) {
  .p-models_text {
    margin-top: 2.6rem;
  }
}
.p-models_text p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.08rem;
}
@media screen and (min-width: 768px) {
  .p-models_text p {
    font-size: clamp(15px, 1.38888vw, 20px);
    letter-spacing: 0.1rem;
  }
}

.p-models_images {
  margin-top: 4.4rem;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: slide 30s linear infinite;
}
@media screen and (min-width: 768px) {
  .p-models_images {
    margin-top: 6.7rem;
    animation: slide 34.56s linear infinite;
  }
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-75%);
  }
}
.p-models_image {
  width: 10.5rem;
  flex-shrink: 0;
  margin-right: 2rem;
}
@media screen and (min-width: 768px) {
  .p-models_image {
    width: 35rem;
    margin-right: 10rem;
  }
}
.p-models_image img {
  display: block;
  width: 100%;
  height: 10.5rem;
}
@media screen and (min-width: 768px) {
  .p-models_image img {
    height: 35rem;
  }
}

.l-oneStop {
  position: relative;
  z-index: 10;
  background: #1F1F1F;
  padding-top: 3.9rem;
  height: 52.6rem;
}
@media screen and (min-width: 768px) {
  .l-oneStop {
    padding-top: 8.8rem;
    height: calc(65rem + 34px);
    padding-bottom: 34px;
  }
}
.l-oneStop::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: -0.5rem;
  left: 0;
  width: 100%;
  height: 1rem;
  background: #1F1F1F;
}

.p-oneStop_bgImages {
  position: absolute;
  overflow: hidden;
  inset: 0;
}

.p-oneStop_bgImg {
  position: absolute;
}
.p-oneStop_bgImg.img1 {
  bottom: 0;
  left: -0.3rem;
  width: 12.2rem;
  height: 15.6rem;
}
@media screen and (min-width: 768px) {
  .p-oneStop_bgImg.img1 {
    bottom: auto;
    top: 0;
    left: 15.8rem;
    width: 26.3rem;
    height: 33.7rem;
  }
}
.p-oneStop_bgImg.img2 {
  top: 0;
  left: 2.6rem;
  width: 14.8rem;
  height: 10.9rem;
}
@media screen and (min-width: 768px) {
  .p-oneStop_bgImg.img2 {
    top: auto;
    bottom: 2rem;
    left: 27.1rem;
    width: 31.9rem;
    height: 23.5rem;
  }
}
.p-oneStop_bgImg.img3 {
  top: 6.3rem;
  right: -0.2rem;
  width: 10.1rem;
  height: 13rem;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .p-oneStop_bgImg.img3 {
    top: 4.4rem;
    right: 16.2rem;
    width: 21.9rem;
    height: 28.1rem;
  }
}
.p-oneStop_bgImg.img4 {
  top: 17.8rem;
  right: 2.2rem;
  width: 12.4rem;
  height: 16.1rem;
  z-index: 8;
}
@media screen and (min-width: 768px) {
  .p-oneStop_bgImg.img4 {
    top: auto;
    bottom: 0;
    right: 33.3rem;
    width: 27rem;
    height: 34.9rem;
  }
}
.p-oneStop_bgImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-oneStop_inner {
  padding-inline: 3.95rem;
  max-width: none;
  margin-inline: auto;
  position: relative;
  z-index: 10;
}

.p-oneStop_head {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-oneStop_head {
    align-items: center;
    gap: 0;
  }
}
.p-oneStop_head strong {
  font-family: "Inter Tight", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-oneStop_head strong {
    text-align: center;
    font-size: 6rem;
    letter-spacing: 0.3rem;
  }
}
.p-oneStop_head p {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-oneStop_head p {
    text-align: center;
    font-size: 4rem;
    letter-spacing: 0.2rem;
  }
}

.p-oneStop_text {
  margin-top: 5.1rem;
}
@media screen and (min-width: 768px) {
  .p-oneStop_text {
    margin-top: 6.5rem;
  }
}
.p-oneStop_text p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.08rem;
}
@media screen and (min-width: 768px) {
  .p-oneStop_text p {
    text-align: center;
    font-size: clamp(13px, 1.38888vw, 20px);
    letter-spacing: 0.1rem;
  }
}
.p-oneStop_text p + p {
  margin-top: 2.6rem;
}

.p-oneStop_button {
  margin-top: 5.3rem;
}
@media screen and (min-width: 768px) {
  .p-oneStop_button {
    margin-top: 7.1rem;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
@media (any-hover: hover) {
  .p-oneStop_button a:hover .p-oneStop_buttonInner {
    background: #FFFFFF;
  }
  .p-oneStop_button a:hover .p-oneStop_buttonInner p {
    color: #000000;
  }
  .p-oneStop_button a:hover .p-oneStop_buttonInner::after {
    color: #FFFFFF;
    background: #000000;
  }
}

.p-oneStop_buttonInner {
  width: 100%;
  height: 5rem;
  padding-right: 1rem;
  padding-bottom: 0.3rem;
  border-radius: 3.25rem;
  border: 0.1rem solid #FFF;
  background: #000;
  display: grid;
  place-items: center;
  position: relative;
  transition: background 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-oneStop_buttonInner {
    width: 344px;
    height: 50px;
    border-radius: 32.5px;
    padding-right: 20px;
  }
}
.p-oneStop_buttonInner p {
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.08rem;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-oneStop_buttonInner p {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
.p-oneStop_buttonInner::after {
  content: "↓";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.2rem;
  width: 2.4rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #FFFFFF;
  display: grid;
  place-items: center;
  color: #000;
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.08rem;
  transition: color 0.3s ease, background 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-oneStop_buttonInner::after {
    right: 23px;
    width: 24px;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}

.l-reason {
  position: relative;
  z-index: 10;
}
.l-reason::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: -0.5rem;
  left: 0;
  width: 100%;
  height: 1rem;
  background: #1F1F1F;
}
.l-reason::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-reason::after {
    display: block;
    content: "";
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 67.4rem;
    background: #1F1F1F;
  }
}

.p-reason_bgContents {
  position: sticky;
  top: 0;
  background: #1F1F1F;
  width: 100%;
  height: 100vh;
  display: grid;
  place-items: center;
}

.p-reason_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-reason_title {
    gap: 2.9rem;
  }
}
.p-reason_title h2 {
  text-align: center;
  font-family: "Inter Tight", sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-reason_title h2 {
    font-size: 10rem;
  }
}
.p-reason_title p {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.11rem;
}
@media screen and (min-width: 768px) {
  .p-reason_title p {
    font-size: 4rem;
    letter-spacing: 0.2rem;
  }
}

.l-reason_inner {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .l-reason_inner {
    padding-bottom: 27rem;
  }
}

.p-reason_cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  .p-reason_cards {
    margin-top: 39rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 39.3rem 34rem;
  }
}

.p-reason_card {
  padding: 4rem 1.5rem 3rem;
  border-radius: 1.5rem;
  background: #E6E6E6;
}
@media screen and (min-width: 768px) {
  .p-reason_card {
    padding: 6rem 5.9rem 4.8rem;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (min-width: 768px) {
  .p-reason_card:nth-child(2n+1) {
    margin-top: -39rem;
  }
}

.p-reason_cardImage img {
  width: 100%;
  height: 18rem;
}
@media screen and (min-width: 768px) {
  .p-reason_cardImage img {
    height: 33rem;
  }
}

.p-reason_cardHeading {
  margin-top: 2.7rem;
}
@media screen and (min-width: 768px) {
  .p-reason_cardHeading {
    margin-top: 4rem;
  }
}
.p-reason_cardHeading h3 {
  color: #1F1F1F;
  font-size: 2rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-reason_cardHeading h3 {
    font-size: clamp(16px, 1.0555vw, 26px);
    letter-spacing: 0.13rem;
  }
}

.p-reason_cardText {
  margin-top: 1.3rem;
}
@media screen and (min-width: 768px) {
  .p-reason_cardText {
    margin-top: 2.1rem;
  }
}
.p-reason_cardText p {
  color: #1F1F1F;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.08rem;
}
@media screen and (min-width: 768px) {
  .p-reason_cardText p {
    font-size: clamp(10px, 1.25vw, 18px);
    letter-spacing: 0.09rem;
  }
}

.l-gallery-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-gallery-pc {
    display: block;
    position: relative;
    z-index: 10;
    background: #1F1F1F;
    overflow: hidden;
  }
}

.l-gallery-sp {
  padding-top: 10.7rem;
  position: relative;
  z-index: 10;
  background: #1F1F1F;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-gallery-sp {
    display: none;
  }
}

.p-gallery-contents {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-gallery-contents {
    height: 100vh;
  }
}

@media screen and (min-width: 768px) {
  .p-gallery_mainContainer-pc {
    display: flex;
    flex-direction: row;
    position: relative;
    width: -moz-max-content;
    width: max-content;
  }
}

.p-gallery_mainContainer-sp {
  display: flex;
  flex-direction: column;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-gallery_title {
    width: 50vw;
    flex-shrink: 0;
    height: 100vh;
    display: grid;
    place-items: center;
  }
}
.p-gallery_title h2 {
  text-align: center;
  font-family: "Inter Tight", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-gallery_title h2 {
    font-size: 50px;
  }
}

.p-gallery_images {
  margin-top: 7.8rem;
  position: relative;
  width: 100%;
  height: 177.9rem;
}
@media screen and (min-width: 768px) {
  .p-gallery_images {
    margin-top: 0;
    width: 736.5rem;
    height: 100dvh;
  }
}

.p-gallery_endSpacer {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-gallery_endSpacer {
    display: block;
    flex: 0 0 50vw;
    width: 50vw;
    height: 1px;
  }
}

.p-gallery_image {
  position: absolute;
}
.p-gallery_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-gallery_image.image1 {
  top: 0;
  left: 0;
  width: 26.5rem;
  height: 26.7rem;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-gallery_image.image1 {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 78.6rem;
    height: 79.3rem;
  }
}
.p-gallery_image.image2 {
  top: 22rem;
  right: 0;
  width: 12.6rem;
  height: 15.6rem;
  z-index: 12;
}
@media screen and (min-width: 768px) {
  .p-gallery_image.image2 {
    top: auto;
    right: auto;
    bottom: 18.7037vh;
    left: 87.1rem;
    width: 37.6rem;
    height: 46.4rem;
  }
}
.p-gallery_image.image3 {
  top: 37.4rem;
  left: 4.4rem;
  width: 13.6rem;
  height: 11.9rem;
}
@media screen and (min-width: 768px) {
  .p-gallery_image.image3 {
    top: 23.14814vh;
    left: 135.8rem;
    width: 45rem;
    height: 39.6rem;
  }
}
.p-gallery_image.image4 {
  top: 45.8rem;
  right: 1.4rem;
  width: 18rem;
  height: 14.1rem;
  z-index: 12;
}
@media screen and (min-width: 768px) {
  .p-gallery_image.image4 {
    top: auto;
    right: auto;
    bottom: 11.11111vh;
    left: 194.4rem;
    width: 44.4rem;
    height: 34.3rem;
  }
}
.p-gallery_image.image5 {
  top: 62.6rem;
  left: 0;
  width: 19.1rem;
  height: 23.3rem;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-gallery_image.image5 {
    top: 0;
    left: 227.2rem;
    width: 63.7rem;
    height: 77.7rem;
  }
}
.p-gallery_image.image6 {
  top: 92.5rem;
  left: 10.5rem;
  width: 13.5rem;
  height: 11.5rem;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-gallery_image.image6 {
    top: auto;
    bottom: 14.25925vh;
    left: 307.1rem;
    width: 36.7rem;
    height: 30.9rem;
  }
}
.p-gallery_image.image7 {
  top: 77.5rem;
  right: 2.5rem;
  width: 11.9rem;
  height: 16.8rem;
  z-index: 11;
}
@media screen and (min-width: 768px) {
  .p-gallery_image.image7 {
    top: 12.59259vh;
    right: auto;
    left: 360rem;
    width: 39.5rem;
    height: 56.1rem;
  }
}
.p-gallery_image.image8 {
  top: 109.4rem;
  left: 2.2rem;
  width: 21.3rem;
  height: 23.2rem;
  z-index: 12;
}
@media screen and (min-width: 768px) {
  .p-gallery_image.image8 {
    top: auto;
    bottom: 0;
    left: 394rem;
    width: 70.4rem;
    height: 77.3rem;
  }
}
.p-gallery_image.image9 {
  top: 141.3rem;
  left: 3.8rem;
  width: 14.9rem;
  height: 10.8rem;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-gallery_image.image9 {
    top: auto;
    right: auto;
    bottom: 7.68518vh;
    left: 479.4rem;
    width: 40.2rem;
    height: 28.9rem;
  }
}
.p-gallery_image.image10 {
  top: 120.4rem;
  right: 0;
  width: 15.6rem;
  height: 18.9rem;
}
@media screen and (min-width: 768px) {
  .p-gallery_image.image10 {
    top: 24.25925vh;
    left: 535.6rem;
    width: 40.2rem;
    height: 48.8rem;
  }
}
.p-gallery_image.image11 {
  bottom: 0;
  left: 2.2rem;
  width: 32.5rem;
  height: 20rem;
}
@media screen and (min-width: 768px) {
  .p-gallery_image.image11 {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    left: 611.2rem;
    width: 125.3rem;
    height: 94rem;
    overflow: visible;
  }
}
.p-gallery_image.image11 .default-image {
  will-change: transform;
}
.p-gallery_image.image11 .text-image {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18.154rem;
  height: 2.2rem;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-gallery_image.image11 .text-image {
    top: 50%;
    width: 53.6rem;
    height: 6.6rem;
  }
}
.p-gallery_image.image11 .text-image img {
  display: block;
  width: 18.154rem;
  height: 2.2rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-gallery_image.image11 .text-image img {
    width: 53.6rem;
    height: 6.6rem;
  }
}

.l-visit-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-visit-pc {
    display: block;
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100vh;
    margin-top: -100vh;
    will-change: transform;
    opacity: 1;
  }
}

.l-visit-sp {
  position: relative;
  z-index: 10;
  opacity: 1;
  margin-top: 7.4rem;
  height: 100dvh;
}
@media screen and (min-width: 768px) {
  .l-visit-sp {
    display: none;
  }
}
.l-visit-sp img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-visit-pc_inner {
  width: 100%;
  height: 100%;
}
.l-visit-pc_inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-visit_center {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.1rem;
}
@media screen and (min-width: 768px) {
  .p-visit_center {
    top: 50%;
    gap: 5.4rem;
  }
}
.p-visit_center .en {
  text-align: center;
  font-family: "Inter Tight", sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-visit_center .en {
    font-size: clamp(60px, 6.94444vw, 100px);
  }
}
.p-visit_center .ja {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.11rem;
}
@media screen and (min-width: 768px) {
  .p-visit_center .ja {
    font-size: clamp(20px, 2.77777vw, 40px);
    letter-spacing: 0.2rem;
  }
}
.p-visit_center .p-visit_button {
  margin-top: 5.2rem;
}
@media screen and (min-width: 768px) {
  .p-visit_center .p-visit_button {
    margin-top: 0;
  }
}
.p-visit_center .p-visit_button a {
  pointer-events: auto;
}
@media (any-hover: hover) {
  .p-visit_center .p-visit_button a:hover .p-visit_buttonInner {
    background: #1F1F1F;
  }
  .p-visit_center .p-visit_button a:hover .p-visit_buttonInner p {
    color: #FFFFFF;
  }
  .p-visit_center .p-visit_button a:hover .p-visit_buttonInner::after {
    background: #FFFFFF;
    color: #1F1F1F;
  }
}
.p-visit_center .p-visit_buttonInner {
  width: 26rem;
  padding-right: 2rem;
  height: 5rem;
  border-radius: 3.25rem;
  border: 0.1rem solid #FFFFFF;
  background: #000;
  display: grid;
  place-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-visit_center .p-visit_buttonInner {
    width: 260px;
    height: 50px;
    border-radius: 32.5px;
  }
}
.p-visit_center .p-visit_buttonInner p {
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  line-height: normal;
  letter-spacing: 0.08rem;
}
@media screen and (min-width: 768px) {
  .p-visit_center .p-visit_buttonInner p {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
.p-visit_center .p-visit_buttonInner::after {
  content: "↓";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3.6rem;
  width: 2.4rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #FFFFFF;
  display: grid;
  place-items: center;
  color: #000;
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.08rem;
}
@media screen and (min-width: 768px) {
  .p-visit_center .p-visit_buttonInner::after {
    right: 36px;
    width: 24px;
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}

.p-visit_scroll {
  position: absolute;
  z-index: 15;
  bottom: 0;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.p-visit_scroll p {
  text-align: center;
  font-family: "Inter Tight", sans-serif;
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-visit_scroll p {
    font-size: clamp(20px, 2.08333vw, 30px);
  }
}
.p-visit_scroll span {
  margin-top: 2.6rem;
  display: block;
  width: 0.1rem;
  height: 7.8rem;
  background: #FFFFFF;
  margin-inline: auto;
  transform: scaleY(0);
  transform-origin: top;
  will-change: transform;
  animation: upDownEffect 3s ease-in-out infinite;
}
@media screen and (min-width: 768px) {
  .p-visit_scroll span {
    margin-top: 2.85rem;
    width: 1px;
    height: 11.57407dvh;
  }
}

@keyframes upDownEffect {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  60% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
.l-qa {
  padding-top: 10.1rem;
  padding-bottom: 11.1rem;
  background: #1F1F1F;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .l-qa {
    padding-top: 20rem;
  }
}
.l-qa::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: 0;
  width: 100%;
  height: 1rem;
  background: #1F1F1F;
}

.l-qa_inner {
  max-width: 131.2rem;
}

.p-qa_title h2 {
  color: #E6E6E6;
  text-align: center;
  font-family: "Inter Tight", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-qa_title h2 {
    text-align: left;
    color: #FFF;
    font-size: clamp(32px, 3.47222vw, 50px);
  }
}

.p-qa_contents {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  gap: 6.2rem;
}
@media screen and (min-width: 768px) {
  .p-qa_contents {
    margin-top: 6.9rem;
    flex-direction: row;
    gap: 15.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-qa_head {
    padding-top: 0.5rem;
    width: 27.6rem;
    width: clamp(145px, 19.16666vw, 276px);
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 9.2rem;
  }
}

.p-qa_headImages {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-qa_headImages {
    display: block;
  }
}

.p-qa_headImg {
  display: none;
}
.p-qa_headImg.is-show {
  display: block;
}

.p-qa_headButtons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-qa_headButtons {
    gap: 30px;
  }
}

.p-qa_headBtn {
  width: 30rem;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  border-radius: 3.25rem;
  background: #1F1F1F;
  border: 0.1rem solid #E6E6E6;
  color: #E6E6E6;
  text-align: center;
  font-family: "Inter Tight", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  transition: color 0.3s ease, background 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-qa_headBtn {
    width: 100%;
    padding-top: 17px;
    padding-bottom: 17px;
    border-radius: 32.5px;
    font-size: clamp(10px, 1.25vw, 18px);
  }
}
.p-qa_headBtn.is-active {
  background: #E6E6E6;
  color: #1F1F1F;
}
@media (any-hover: hover) {
  .p-qa_headBtn:hover {
    background: #E6E6E6;
    color: #1F1F1F;
  }
}

.p-qa_main {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-qa_main {
    flex-grow: 1;
  }
}

.p-qa_boxes {
  display: none;
}
.p-qa_boxes.is-show {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.p-qa_box {
  padding-bottom: 3.9rem;
  border-bottom: 0.2rem solid #E6E6E6;
}
@media screen and (min-width: 768px) {
  .p-qa_box {
    padding-bottom: 2.8rem;
  }
}
.p-qa_box.is-open .p-qa_accordionIcon::after {
  transform: translate(-50%, -50%) rotate(0);
}

.p-qa_qArea,
.p-qa_aArea {
  width: 100%;
  display: flex;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-qa_qArea,
  .p-qa_aArea {
    gap: 5rem;
  }
}

.p-qa_qArea {
  align-items: center;
}

.p-qa_aArea {
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .p-qa_aArea {
    padding-top: 1.9rem;
  }
}

.p-qa_accordionIcon {
  margin-left: 1.1rem;
  width: 2.6rem;
  flex-shrink: 0;
  height: 2.6rem;
  border-radius: 50%;
  background: #E6E6E6;
  position: relative;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-qa_accordionIcon {
    width: clamp(15px, 2.22222vw, 32px);
    height: clamp(15px, 2.22222vw, 32px);
  }
}
.p-qa_accordionIcon::before, .p-qa_accordionIcon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.1rem;
  height: 0.1rem;
  background: #1F1F1F;
}
@media screen and (min-width: 768px) {
  .p-qa_accordionIcon::before, .p-qa_accordionIcon::after {
    width: 43.75%;
    height: 0.15rem;
  }
}
.p-qa_accordionIcon::before {
  transform: translate(-50%, -50%);
}
.p-qa_accordionIcon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.p-qa_icon {
  width: 2.6rem;
  flex-shrink: 0;
  height: 2.6rem;
  border-radius: 50%;
  font-family: "Inter Tight", sans-serif;
  font-size: 1.2381rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.0619rem;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 768px) {
  .p-qa_icon {
    width: clamp(20px, 2.91666vw, 42px);
    height: clamp(20px, 2.91666vw, 42px);
    font-size: clamp(14px, 1.38888vw, 20px);
    letter-spacing: 0.1rem;
  }
}
.p-qa_icon.qIcon {
  color: #1F1F1F;
  background: #E6E6E6;
}
.p-qa_icon.aIcon {
  color: #E6E6E6;
  background: #CD0606;
}

.p-qa_qText {
  color: #E6E6E6;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.08rem;
}
@media screen and (min-width: 768px) {
  .p-qa_qText {
    font-size: clamp(15px, 1.38888vw, 20px);
    letter-spacing: 0.1rem;
  }
}

.p-qa_aContainer {
  display: none;
}

.p-qa_aText p {
  color: #E6E6E6;
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0.07rem;
}
@media screen and (min-width: 768px) {
  .p-qa_aText p {
    font-size: clamp(12px, 1.25vw, 18px);
    letter-spacing: 0.09rem;
  }
}
.p-qa_aText p a {
  text-decoration: underline;
  transition: opacity 0.2s ease;
}
@media (any-hover: hover) {
  .p-qa_aText p a:hover {
    opacity: 0.7;
  }
}

.l-caution {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  opacity: 0;
  background-color: #1F1F1F;
}
.l-caution.opacity1 {
  opacity: 1;
}

.p-caution_bg {
  position: absolute;
  z-index: 6;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 40.5rem;
}
@media screen and (min-width: 768px) {
  .p-caution_bg {
    height: 75rem;
  }
}
.p-caution_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-caution_inner {
  padding-inline: 2.7rem;
  margin-inline: auto;
  height: 100%;
  position: relative;
  z-index: 7;
}

.p-caution_contents {
  padding-top: 2.6rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.p-caution_iconImg img {
  width: 2rem;
  height: 2rem;
}
@media screen and (min-width: 768px) {
  .p-caution_iconImg img {
    width: 6rem;
    height: 6rem;
  }
}

.p-caution_heading {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.46rem;
  width: 100%;
  max-width: 121rem;
}

.p-caution_headingText strong {
  color: #1F1F1F;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-caution_headingText strong {
    font-size: 4rem;
    letter-spacing: 0.2rem;
  }
}
.p-caution_headingText strong .colorRed {
  color: #CD0606;
}

.p-caution_script {
  width: 30.6rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-caution_script {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-caution_script p {
  font-size: 1.6rem;
  line-height: 1.88;
  letter-spacing: 0.08rem;
}
@media screen and (min-width: 768px) {
  .p-caution_script p {
    text-align: center;
    font-size: clamp(12px, 1.25vw, 18px);
    letter-spacing: 0.09rem;
  }
}

.l-space {
  display: block;
  height: 100vh;
  background: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 10;
}

.l-company {
  background: #1F1F1F;
  position: relative;
  z-index: 10;
  padding-top: 13.1rem;
  padding-bottom: 5.6rem;
}

@media screen and (min-width: 768px) {
  .p-company_contents {
    display: flex;
    gap: 14.9rem;
  }
}

.p-company_image-pc {
  width: 67rem;
  flex-shrink: 0;
}
.p-company_image-pc img {
  width: 100%;
  height: 88rem;
}

@media screen and (min-width: 768px) {
  .p-company_main {
    padding-top: 5.7rem;
    flex-grow: 1;
  }
}

.p-company_title h2 {
  text-align: center;
  font-family: "Inter Tight", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-company_title h2 {
    font-size: 5rem;
  }
}

.p-company_image-sp {
  margin-top: 5rem;
  width: 100%;
}
.p-company_image-sp img {
  width: 100%;
  height: 20rem;
}

.p-company_table {
  margin-top: 4.4rem;
  display: flex;
  flex-direction: column;
  gap: 1.9rem;
}
@media screen and (min-width: 768px) {
  .p-company_table {
    margin-top: 6.7rem;
    gap: 2.2rem;
  }
}

.p-company_tableRow {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  padding-bottom: 2.3rem;
  border-bottom: 0.1rem solid #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-company_tableRow {
    flex-direction: row;
    gap: 3.1rem;
  }
}
.p-company_tableRow dt, .p-company_tableRow dd {
  font-size: 1.4rem;
  letter-spacing: 0.07rem;
}
.p-company_tableRow dt {
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-company_tableRow dt {
    width: 15rem;
    font-size: clamp(10px, 1.38888vw, 20px);
    letter-spacing: 0.1rem;
  }
}
.p-company_tableRow dd {
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-company_tableRow dd {
    flex-grow: 1;
    font-size: clamp(10px, 1.25vw, 18px);
    line-height: 1.9;
    letter-spacing: 0.09rem;
  }
}
.p-company_tableRow dd span {
  display: block;
}

.address-info + .address-info {
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .address-info + .address-info {
    margin-top: 3rem;
  }
}

.work-info::before {
  content: "・";
}

.l-contact {
  padding-top: 6.4rem;
  padding-bottom: 8rem;
  position: relative;
  z-index: 10;
  background: #1F1F1F;
}
@media screen and (min-width: 768px) {
  .l-contact {
    padding-top: 14.2rem;
    padding-bottom: 14rem;
  }
}
.l-contact::before, .l-contact::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1rem;
  background: #1F1F1F;
}
.l-contact::before {
  top: -0.5rem;
}
.l-contact::after {
  bottom: -0.5rem;
}

.l-contact_inner {
  padding-inline: 3rem;
  max-width: 166rem;
}

.p-contact_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9rem;
}
@media screen and (min-width: 768px) {
  .p-contact_title {
    gap: 1.2rem;
  }
}
.p-contact_title h2 {
  font-family: "Inter Tight", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-contact_title h2 {
    font-size: 5rem;
  }
}
.p-contact_title p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.08rem;
}
@media screen and (min-width: 768px) {
  .p-contact_title p {
    font-size: clamp(12px, 1.38888vw, 20px);
    letter-spacing: 0.1rem;
  }
}

.p-contact_headText {
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-contact_headText {
    margin-top: 3.3rem;
  }
}
.p-contact_headText p {
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.08rem;
}
@media screen and (min-width: 768px) {
  .p-contact_headText p {
    text-align: center;
    font-size: clamp(9px, 1.25vw, 18px);
    letter-spacing: 0.09rem;
  }
}

.p-contact_formArea {
  margin-top: 5.1rem;
}
@media screen and (min-width: 768px) {
  .p-contact_formArea {
    margin-top: 8rem;
  }
}

.p-cForm_fields {
  display: flex;
  flex-direction: column;
  gap: 3.9rem;
}
@media screen and (min-width: 768px) {
  .p-cForm_fields {
    gap: 3rem;
  }
}

.p-cForm_field {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-cForm_field {
    flex-direction: row;
    gap: 5rem;
  }
}
.p-cForm_field.checkField, .p-cForm_field.sexRadioField, .p-cForm_field.placeField {
  gap: 0.4rem;
}
@media screen and (min-width: 768px) {
  .p-cForm_field.checkField, .p-cForm_field.sexRadioField, .p-cForm_field.placeField {
    gap: 5rem;
  }
}
.p-cForm_field.sexRadioField {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-cForm_field.sexRadioField {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-cForm_field.companyField, .p-cForm_field.postcodeField {
    margin-top: 1rem;
  }
}
.p-cForm_field.addressField {
  gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  .p-cForm_field.addressField {
    gap: 5rem;
  }
}
.p-cForm_field.scheduleField {
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-cForm_field.scheduleField {
    gap: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-cForm_field.emailField {
    margin-top: 0.8rem;
    padding-bottom: 0.9rem;
  }
}
.p-cForm_field.telField, .p-cForm_field.postcodeField {
  padding-bottom: 1.3rem;
}
@media screen and (min-width: 768px) {
  .p-cForm_field.telField, .p-cForm_field.postcodeField {
    padding-bottom: 2rem;
  }
}
.p-cForm_field.scheduleField {
  padding-bottom: 0.7rem;
}
@media screen and (min-width: 768px) {
  .p-cForm_field.scheduleField {
    padding-bottom: 2rem;
  }
}
.p-cForm_field.placeField {
  padding-bottom: 2rem;
}
.p-cForm_field#booking {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .p-cForm_field_head {
    width: clamp(185px, 24.93055vw, 359px);
    flex-shrink: 0;
    padding-top: 0.3rem;
    padding-left: 0.9rem;
  }
}
@media screen and (min-width: 768px) {
  .p-cForm_field_head.required .p-cForm_field_headLabel::before {
    opacity: 1;
  }
}
.p-cForm_field_head.required .p-cForm_field_headLabel::after {
  opacity: 1;
}

.p-cForm_field_headLabel {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.08rem;
  display: flex;
  gap: 2.8rem;
}
@media screen and (min-width: 768px) {
  .p-cForm_field_headLabel {
    font-size: clamp(10px, 1.25vw, 18px);
    letter-spacing: 0.09rem;
    align-items: center;
    gap: clamp(14px, 1.94444vw, 28px);
  }
}
.p-cForm_field_headLabel::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-cForm_field_headLabel::before {
    content: "必須";
    color: #FFF;
    font-size: clamp(10px, 1.25vw, 18px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.09rem;
    padding: clamp(3px, 0.41666vw, 6px) clamp(5px, 0.69444vw, 10px);
    border-radius: 0.5rem;
    background: #F5341A;
    display: grid;
    place-items: center;
    opacity: 0;
  }
}
.p-cForm_field_headLabel::after {
  content: "必須";
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08rem;
  width: 5.7rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  background: #F5341A;
  display: grid;
  place-items: center;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-cForm_field_headLabel::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-cForm_field_headLabel.h56 {
    height: 5.6rem;
  }
}

.p-cForm_field_item {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-cForm_field_item {
    flex-grow: 1;
  }
}
.p-cForm_field_item.checkField_item, .p-cForm_field_item.addressField_item, .p-cForm_field_item.telField_item, .p-cForm_field_item.scheduleField_item, .p-cForm_field_item.placeField_item, .p-cForm_field_item.bookingField_item, .p-cForm_field_item.postcodeField_item {
  flex-direction: column;
}
.p-cForm_field_item.checkField_item, .p-cForm_field_item.bookingField_item {
  gap: 0.9rem;
}
@media screen and (min-width: 768px) {
  .p-cForm_field_item.addressField_item, .p-cForm_field_item.scheduleField_item, .p-cForm_field_item.placeField_item {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.p-cForm_field_item.addressField_item {
  gap: 0.9rem;
}
@media screen and (min-width: 768px) {
  .p-cForm_field_item.addressField_item {
    gap: 3.1rem 6.2rem;
  }
}
.p-cForm_field_item.scheduleField_item {
  gap: 1.1rem;
}
@media screen and (min-width: 768px) {
  .p-cForm_field_item.scheduleField_item {
    gap: 2.9rem;
    margin-top: 0.8rem;
  }
}
@media screen and (min-width: 768px) {
  .p-cForm_field_item.checkField_item {
    flex-direction: row;
    gap: 14px;
  }
}
.p-cForm_field_item.sexRadioField_item {
  gap: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-cForm_field_item.sexRadioField_item {
    gap: 2.9rem;
  }
}
.p-cForm_field_item.telField_item, .p-cForm_field_item.postcodeField_item {
  gap: 1.3rem;
}
@media screen and (min-width: 768px) {
  .p-cForm_field_item.telField_item, .p-cForm_field_item.postcodeField_item {
    gap: 2rem;
  }
}
.p-cForm_field_item.placeField_item {
  gap: 1.1rem;
}
@media screen and (min-width: 768px) {
  .p-cForm_field_item.placeField_item {
    gap: 2.8rem;
    align-items: center;
  }
}
.p-cForm_field_item .pNote {
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06rem;
}
@media screen and (min-width: 768px) {
  .p-cForm_field_item .pNote {
    font-size: clamp(8px, 1.11111vw, 16px);
    letter-spacing: 0.08rem;
  }
}

.p-cForm_field_checkItem {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-cForm_field_checkItem {
    justify-content: center;
  }
}
.p-cForm_field_checkItem label {
  height: 2rem;
}
@media screen and (min-width: 768px) {
  .p-cForm_field_checkItem label {
    height: auto;
  }
}

.p-cForm_field_checkInput {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.p-cForm_field_checkInput:focus + .p-cForm_field_checkText::before {
  border: 0.1rem solid #CD0606;
}
.p-cForm_field_checkInput:checked + .p-cForm_field_checkText::after {
  opacity: 1;
}

.p-cForm_field_checkText {
  padding-left: 2.6rem;
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08rem;
}
@media screen and (min-width: 768px) {
  .p-cForm_field_checkText {
    padding-left: clamp(10px + 1.5rem, 2.43055vw, 35px);
    font-size: clamp(10px, 1.25vw, 18px);
    letter-spacing: 0.09rem;
  }
}
.p-cForm_field_checkText:hover {
  cursor: pointer;
}
.p-cForm_field_checkText::before, .p-cForm_field_checkText::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-cForm_field_checkText::before {
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  background: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-cForm_field_checkText::before {
    width: clamp(12px, 1.66666vw, 24px);
    height: clamp(12px, 1.66666vw, 24px);
  }
}
.p-cForm_field_checkText::after {
  left: 0.3rem;
  width: 0.96rem;
  height: 0.72rem;
  background: url(../img/checkbox-checkIcon.svg) no-repeat center center/contain;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-cForm_field_checkText::after {
    width: clamp(12px, 1.11111vw, 16px);
    height: clamp(9px, 0.83333vw, 12px);
  }
}

.p-cForm_scheduleField_radioItem,
.p-cForm_placeField_radioItem {
  display: block;
  height: 2rem;
}
@media screen and (min-width: 768px) {
  .p-cForm_scheduleField_radioItem,
  .p-cForm_placeField_radioItem {
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-cForm_field_radioItem {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.p-cForm_field_radioInput {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.p-cForm_field_radioInput:focus + .p-cForm_field_radioText::before {
  border: 0.1rem solid #F5341A;
}
@media screen and (min-width: 768px) {
  .p-cForm_field_radioInput:checked + .p-cForm_field_radioText::before {
    border: 0.1rem solid #F5341A;
    background: none;
  }
}
.p-cForm_field_radioInput:checked + .p-cForm_field_radioText::after {
  opacity: 1;
}

.p-cForm_field_radioText {
  padding-left: 2.6rem;
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08rem;
}
@media screen and (min-width: 768px) {
  .p-cForm_field_radioText {
    padding-left: clamp(20px, 2.43055vw, 35px);
    font-size: clamp(10px, 1.25vw, 18px);
    letter-spacing: 0.09rem;
  }
}
.p-cForm_field_radioText:hover {
  cursor: pointer;
}
.p-cForm_field_radioText::before, .p-cForm_field_radioText::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-cForm_field_radioText::before {
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-cForm_field_radioText::before {
    width: clamp(12px, 1.66666vw, 24px);
    height: clamp(12px, 1.66666vw, 24px);
  }
}
.p-cForm_field_radioText::after {
  left: 0.4rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #F5341A;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-cForm_field_radioText::after {
    left: clamp(3px, 0.41666vw, 6px);
    width: clamp(6px, 0.83333vw, 12px);
    height: clamp(6px, 0.83333vw, 12px);
  }
}

.p-cForm_field_textInput {
  width: 100%;
  height: 5.2rem;
  color: #1F1F1F;
  background: #FFFFFF;
  padding-inline: 1.3rem;
}
@media screen and (min-width: 768px) {
  .p-cForm_field_textInput {
    height: 5.6rem;
    padding-inline: 2.6rem;
  }
}
@media screen and (min-width: 768px) {
  .p-cForm_field_textInput.name-input, .p-cForm_field_textInput.company-input {
    width: 39rem;
  }
}
@media screen and (min-width: 768px) {
  .p-cForm_field_textInput.postcode-input {
    width: 20.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-cForm_field_textInput.pref-input, .p-cForm_field_textInput.city-input {
    width: 20rem;
  }
}
@media screen and (min-width: 768px) {
  .p-cForm_field_textInput.street-input {
    width: 30rem;
  }
}
@media screen and (min-width: 768px) {
  .p-cForm_field_textInput.building-input {
    width: 54rem;
  }
}
@media screen and (min-width: 768px) {
  .p-cForm_field_textInput.email-input, .p-cForm_field_textInput.tel-input {
    width: 45rem;
  }
}
.p-cForm_field_textInput::-moz-placeholder {
  color: #ADADAD;
}
.p-cForm_field_textInput::placeholder {
  color: #ADADAD;
}

.p-cForm_field_addressItem label,
.p-cForm_scheduleField_radioItem label {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}
@media screen and (min-width: 768px) {
  .p-cForm_field_addressItem label,
  .p-cForm_scheduleField_radioItem label {
    flex-direction: row;
    align-items: center;
    gap: 1.9rem;
  }
}
@media screen and (min-width: 768px) {
  .p-cForm_field_addressItem.lastItem,
  .p-cForm_scheduleField_radioItem.lastItem {
    margin-top: -1rem;
    flex-shrink: 0;
    width: 86.3rem;
  }
}
.p-cForm_field_addressItem.lastItem label,
.p-cForm_scheduleField_radioItem.lastItem label {
  flex-direction: column;
  align-items: start;
}

.p-cForm_field_addressText {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.08rem;
}
@media screen and (min-width: 768px) {
  .p-cForm_field_addressText {
    font-size: clamp(10px, 1.25vw, 18px);
    letter-spacing: 0.09rem;
  }
}

.p-cForm_field_itemTextarea {
  width: 100%;
  height: 30.2rem;
  color: #1F1F1F;
  padding: 0.6rem 1.3rem;
}
@media screen and (min-width: 768px) {
  .p-cForm_field_itemTextarea {
    width: 63.9rem;
    height: 34rem;
    padding: 1.3rem 2.6rem;
  }
}

.p-cForm_privacy {
  margin: 5.5rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
.p-cForm_privacy p {
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.08rem;
}
@media screen and (min-width: 768px) {
  .p-cForm_privacy p {
    font-size: clamp(10px, 1.25vw, 18px);
    letter-spacing: 0.09rem;
  }
}
.p-cForm_privacy p a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .p-cForm_privacy p a:hover {
    opacity: 0.7;
  }
}

.p-cForm_button {
  margin-top: 3.4rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-cForm_button {
    margin-top: 6.2rem;
  }
}

.p-cForm_buttonInner {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
.p-cForm_buttonInner::after {
  display: block;
  content: "→";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.1rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #FFFFFF;
  display: grid;
  place-items: center;
  color: #CD0606;
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.075rem;
  transition: color 0.3s, background 0.3s;
}
@media screen and (min-width: 768px) {
  .p-cForm_buttonInner::after {
    width: clamp(15px, 1.38888vw, 20px);
    height: clamp(15px, 1.38888vw, 20px);
    font-size: clamp(8px, 1.04166vw, 15px);
  }
}
@media (any-hover: hover) {
  .p-cForm_buttonInner:hover::after {
    background: #CD0606;
    color: #FFFFFF;
  }
  .p-cForm_buttonInner:hover .p-cForm_button_input {
    cursor: pointer;
    background: #FFFFFF;
    color: #CD0606;
  }
}

.p-cForm_button_input {
  width: 31.5rem;
  height: 5rem;
  border-radius: 2.65rem;
  background: #CD0606;
  border: 0.1rem solid #CD0606;
  position: relative;
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.08rem;
  transition: color 0.3s, background 0.3s;
}
.p-cForm_button_input.reverse {
  background: #FFFFFF;
  color: #CD0606;
}
@media screen and (min-width: 768px) {
  .p-cForm_button_input {
    width: clamp(148px, 20.625vw, 297px);
    height: clamp(27px, 3.68055vw, 53px);
    border-radius: 26.5px;
    font-size: clamp(10px, 1.25vw, 18px);
    letter-spacing: 0.09rem;
  }
}

.option-on,
.option-off {
  display: none;
}

.p-cForm_field_dateInput {
  width: 31.5rem;
  height: 5.2rem;
  color: #000000;
  text-align: left;
  background: #FFFFFF;
  padding-inline: 1.3rem;
}
@media screen and (min-width: 768px) {
  .p-cForm_field_dateInput {
    width: 24rem;
    height: 5.6rem;
    padding-inline: 2.6rem;
  }
}
.p-cForm_field_dateInput::-webkit-date-and-time-value {
  text-align: left;
}

.p-cForm_field_bookingItem.itemSelect {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-cForm_field_bookingItem.itemSelect {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-cForm_field_bookingItem.itemSelect::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.5rem;
  width: 1.6rem;
  height: 0.8rem;
  background: url(../img/select-arrow.svg) no-repeat center center/contain;
  pointer-events: none;
}

.p-cForm_field_select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 5.2rem;
  color: #000000;
  background: #FFFFFF;
  border-radius: 0;
  padding-inline: 1.3rem;
}
@media screen and (min-width: 768px) {
  .p-cForm_field_select {
    width: 24rem;
    height: 5.6rem;
    padding-inline: 2.6rem;
  }
}
@media (any-hover: hover) {
  .p-cForm_field_select:hover {
    cursor: pointer;
  }
}

.p-cForm_field_bookingText p {
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.08rem;
}
@media screen and (min-width: 768px) {
  .p-cForm_field_bookingText p {
    font-size: clamp(10px, 1.25vw, 18px);
    letter-spacing: 0.09rem;
  }
}

.p-cForm_field_bookingAccordion {
  margin-top: 3rem;
  padding: 2.7rem 1.5rem 2.6rem;
  border: 0.1rem solid #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-cForm_field_bookingAccordion {
    padding: 2.7rem 3rem 2.6rem;
  }
}
.p-cForm_field_bookingAccordion.is-open .acIcon::after {
  transform: translate(-50%, -50%) rotate(0);
}

.p-cForm_field_bookingAcBtn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-cForm_field_bookingAcBtn .acText {
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 1.9rem;
  letter-spacing: 0.08rem;
}
@media screen and (min-width: 768px) {
  .p-cForm_field_bookingAcBtn .acText {
    font-size: clamp(10px, 1.25vw, 18px);
    letter-spacing: 0.09rem;
  }
}
.p-cForm_field_bookingAcBtn .acIcon {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background: #FFFFFF;
  position: relative;
}
.p-cForm_field_bookingAcBtn .acIcon::before, .p-cForm_field_bookingAcBtn .acIcon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.4rem;
  height: 0.1rem;
  background: #1F1F1F;
}
.p-cForm_field_bookingAcBtn .acIcon::before {
  transform: translate(-50%, -50%);
}
.p-cForm_field_bookingAcBtn .acIcon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
@media (any-hover: hover) {
  .p-cForm_field_bookingAcBtn:hover {
    cursor: pointer;
  }
}

.p-cForm_field_bookingAcMain {
  display: none;
}

.p-cForm_field_bookingAcHead {
  padding-top: 3rem;
}
.p-cForm_field_bookingAcHead p {
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
}
@media screen and (min-width: 768px) {
  .p-cForm_field_bookingAcHead p {
    font-size: clamp(10px, 1.25vw, 18px);
    letter-spacing: 0.09rem;
  }
}

.p-cForm_field_bookingAcBody {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.p-cForm_field_bookingAcBody.place {
  gap: 0;
}
@media screen and (min-width: 768px) {
  .p-cForm_field_bookingAcBody p, .p-cForm_field_bookingAcBody dt, .p-cForm_field_bookingAcBody dd {
    font-size: clamp(10px, 1.25vw, 18px);
  }
}

.p-cForm_field_bookingAcContainer.row {
  display: flex;
}
.p-cForm_field_bookingAcContainer.row dt::after {
  content: "：";
}
.p-cForm_field_bookingAcContainer.mt3 {
  margin-top: 3rem;
}
.p-cForm_field_bookingAcContainer.map {
  width: -moz-fit-content;
  width: fit-content;
}
.p-cForm_field_bookingAcContainer.map a {
  transition: opacity 0.2s ease;
}
@media (any-hover: hover) {
  .p-cForm_field_bookingAcContainer.map a:hover {
    opacity: 0.7;
  }
}
.p-cForm_field_bookingAcContainer.map .googleMapBtn {
  width: 100%;
  padding: 2.3rem 3.5rem 2.3rem 6.1rem;
  border-radius: 0.6rem;
  background: #FFFFFF;
  position: relative;
}
.p-cForm_field_bookingAcContainer.map .googleMapBtn p {
  color: #1F1F1F;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.08rem;
}
@media screen and (min-width: 768px) {
  .p-cForm_field_bookingAcContainer.map .googleMapBtn p {
    white-space: nowrap;
    font-size: clamp(10px, 1.25vw, 18px);
    letter-spacing: 0.09rem;
  }
}
.p-cForm_field_bookingAcContainer.map .googleMapBtn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2.3rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/map-icon.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-cForm_field_bookingAcContainer.map .googleMapBtn::before {
    width: clamp(12px, 1.66666vw, 24px);
    height: clamp(12px, 1.66666vw, 24px);
  }
}

.p-cForm_error {
  margin-top: 1.6rem;
  padding: 1.2rem 1.4rem;
  border: 1px solid #F5341A;
  background: #FFFFFF;
  color: #F5341A;
  font-weight: 700;
  border-radius: 0.8rem;
  display: none;
}

.p-cForm_error.is-show {
  display: block;
}

.l-footer {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  z-index: 10;
  background: #000;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-top: 10rem;
    padding-bottom: 7.7rem;
  }
}

.l-footer_inner {
  padding-inline: 2.3rem;
  margin-inline: auto;
}

.p-footer_infoArea {
  padding-bottom: 3.4rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer_infoArea {
    padding-bottom: 4.4rem;
  }
}
.p-footer_infoArea::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 0.1rem;
  background: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p-footer_infoArea::after {
    width: 100vw;
  }
}

.p-footer_head {
  padding-left: 0.9rem;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer_head {
    align-items: center;
    padding-left: 0.5rem;
    gap: 3.4rem;
  }
}

.p-footer_headLogo {
  width: 7.7rem;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-footer_headLogo {
    width: 8.5rem;
  }
}
.p-footer_headLogo img {
  width: 100%;
  height: 7.7rem;
}
@media screen and (min-width: 768px) {
  .p-footer_headLogo img {
    height: 8.5rem;
  }
}

.p-footer_headBody {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.p-footer_headText {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-footer_headText {
    flex-direction: row;
    gap: 0.9rem;
  }
}
.p-footer_headText p {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: 0.07rem;
}
@media screen and (min-width: 768px) {
  .p-footer_headText p {
    font-size: clamp(10px, 1.11111vw, 16px);
    letter-spacing: 0.08rem;
  }
}
.p-footer_headText .en {
  font-family: "Inter Tight", sans-serif;
  font-weight: 900;
}
.p-footer_headText .ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}

.p-footer_headName p {
  font-family: "Inter Tight", sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.07rem;
}
@media screen and (min-width: 768px) {
  .p-footer_headName p {
    font-size: clamp(10px, 1.11111vw, 16px);
    letter-spacing: 0.08rem;
  }
}

.p-footer_tel-sp {
  margin-top: 2.9rem;
}
@media screen and (min-width: 768px) {
  .p-footer_tel-sp {
    display: none;
  }
}

.p-footer_tel-spInner {
  border-radius: 1rem;
  border: 0.1rem solid #FFFFFF;
  padding-top: 2rem;
  padding-bottom: 1.4rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}

.p-footer_telHeading p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.08rem;
}
@media screen and (min-width: 768px) {
  .p-footer_telHeading p {
    font-size: clamp(10px, 1.52777vw, 22px);
    font-weight: 500;
  }
}

.p-footer_telNumber p {
  font-family: "Inter Tight", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-footer_telNumber p {
    font-size: 6.2rem;
    font-weight: 500;
    letter-spacing: normal;
  }
}

.p-footer_tel-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-footer_tel-pc {
    margin-top: 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.6rem;
  }
}

.p-footer_info {
  margin-top: 2.9rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-footer_info {
    margin-top: 3.3rem;
    flex-direction: row;
    gap: 4rem;
  }
}

.p-footer_time,
.p-footer_rest {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.p-footer_infoHead {
  width: 9.6rem;
  padding-top: 0.9rem;
  padding-bottom: 0.7rem;
  border-radius: 3rem;
  border: 0.1rem solid #FFFFFF;
  text-align: center;
  font-family: "Inter Tight", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-footer_infoHead {
    width: clamp(52px, 6.66666vw, 96px);
    font-size: clamp(9px, 0.97222vw, 14px);
  }
}

.p-footer_infoMain {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.07rem;
}
@media screen and (min-width: 768px) {
  .p-footer_infoMain {
    font-size: clamp(10px, 1.11111vw, 16px);
    letter-spacing: 0.08rem;
  }
}

.p-footer_bottom {
  padding-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer_bottom {
    padding-top: 5.2rem;
  }
}

.p-footer_next {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.3rem;
}
@media screen and (min-width: 768px) {
  .p-footer_next {
    flex-direction: row;
    justify-content: center;
    padding-right: 4rem;
  }
}

.p-footer_nextLogo img {
  width: 11.3rem;
  height: 9rem;
}

@media (any-hover: hover) {
  .p-footer_nextLink a:hover {
    opacity: 0.7;
  }
}

.p-footer_nextLinkInner {
  padding-right: 2.1rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-footer_nextLinkInner {
    padding-right: 21px;
  }
}
.p-footer_nextLinkInner p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.07rem;
}
@media screen and (min-width: 768px) {
  .p-footer_nextLinkInner p {
    font-size: clamp(9px, 0.97222vw, 14px);
  }
}
.p-footer_nextLinkInner::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1rem;
  height: 1rem;
  background: url(../img/linkIcon_white.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-footer_nextLinkInner::after {
    width: 10px;
    height: 10px;
  }
}

.p-footer_copyright {
  margin-top: 1.6rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer_copyright {
    margin-top: 3.1rem;
  }
}
.p-footer_copyright small {
  font-family: "Inter Tight", sans-serif;
  font-size: 0.789rem;
  font-weight: 600;
  line-height: 1.9;
  letter-spacing: 0.0789rem;
}
@media screen and (min-width: 768px) {
  .p-footer_copyright small {
    font-size: clamp(8px, 0.83333vw, 12px);
    letter-spacing: 0.12rem;
  }
}

.l-contactConfirm {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 5rem;
}

.p-confirm_contents {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.p-confirm_contents .p-confirm_form {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-confirm_dl {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.p-confirm_row {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-confirm_row {
    flex-direction: row;
    gap: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-confirm_row dt {
    width: 30rem;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-confirm_row dd {
    flex-grow: 1;
  }
}

.p-contact_thanksArea {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}

.grecaptcha-badge{
  z-index: 99;
}
.is-error {
    border: 2px solid #c00 !important;
    background-color: #fff5f5;
}

.p-cForm_field_item.wantsRadioField_item {
  flex-direction: column;
  gap: 0.9rem;
}
@media screen and (min-width: 768px) {
  .p-cForm_field_item.wantsRadioField_item {
    flex-direction: row;
    gap: 14px;
  }
}