@charset "UTF-8";
.pf-Margin {
  height: 500px;
}

html {
  scroll-behavior: smooth;
  scroll-margin-top: 64px; /* 追記 */
}
html:has(dialog[open]) {
  overflow-y: hidden;
}

body {
  overflow-x: hidden;
  background-color: #e9f6f8;
  color: #4a3636;
  font-family: "Courgette", cursive;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1rem;
  }
}

a {
  width: 100%;
  position: relative;
  cursor: pointer;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

table {
  border-collapse: collapse;
}

h2 span {
  display: block;
}

.c-Headline02-Achieve {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  font-family: Montserrat;
  font-size: 38px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 3.8px;
}

.c-Headline02__Image {
  margin-inline: auto;
  width: clamp(
    2.3125rem,
    0.97vw + 2.08515625rem,
    3rem
  );
  aspect-ratio: 1;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
  background-color: #9ed0e0;
}

.c-Headline02__English {
  margin-top: 0.5rem;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Courgette", cursive;
  font-size: clamp(
    1rem,
    0.35vw + 0.91796875rem,
    1.25rem
  );
  font-weight: 400;
  line-height: 1.25;
}

.c-Headline02__Japanese {
  margin-top: 0.5rem;
  margin-inline: auto;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Kiwi Maru", serif;
  font-size: clamp(
    1.25rem,
    1.06vw + 1.0015625rem,
    2rem
  );
  font-weight: 500;
  line-height: 1.25;
}
.c-Headline02__Japanese::after {
  position: absolute;
  top: clamp(
    1.75rem,
    1.58vw + 1.3796875rem,
    2.875rem
  );
  left: 0;
  width: 100%;
  height: clamp(
    0.375rem,
    0.18vw + 0.3328125rem,
    0.5rem
  );
  content: "";
  background-color: #ffee56;
}

.c-Button-14,
.c-Button-16,
.c-Button-16-16,
.c-Button-20 {
  display: grid;
  place-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px #4a3636 solid;
  box-shadow: 0px 4px 0px #4a3636;
  background-color: #ffffff;
  border-radius: 2.5rem;
  font-weight: 700;
  letter-spacing: 0px;
  text-decoration: none;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  .c-Button-14:hover,
.c-Button-16:hover,
.c-Button-16-16:hover,
.c-Button-20:hover {
    background-color: #ffee56;
  }
}

.c-Button-14 {
  padding-inline: 1.375rem;
  padding-block: 0.1875rem 0.25rem;
  font-size: 0.875rem;
  line-height: 1.6;
}

.c-Button-16-16 {
  padding-inline: 1.5rem;
  padding-block: 0.375rem 0.5rem;
  font-size: 1rem;
  line-height: 1.6;
}

.c-Button-16 {
  padding-inline: 1.5rem;
  padding-block: 0.375rem 0.5rem;
  font-size: clamp(
    0.875rem,
    0.27vw + 0.7454rem,
    1rem
  );
  line-height: 1.6;
}

.c-Button-20 {
  padding-top: clamp(
    0.375rem,
    0.35vw + 0.29296875rem,
    0.625rem
  );
  padding-bottom: clamp(
    0.5rem,
    0.35vw + 0.41796875rem,
    0.75rem
  );
  padding-inline: clamp(
    1.375rem,
    1.58vw + 1.0046875rem,
    2.5rem
  );
  font-size: clamp(
    1rem,
    0.35vw + 0.91796875rem,
    1.25rem
  );
  line-height: 1.6;
}

.c-Button-Light {
  background: #fff;
}

@media (hover: hover) {
  .c-Button-Light:hover {
    background: #fabe00;
  }
}
.c-Button-Dark {
  background: #111;
}

@media (hover: hover) {
  .c-Button-Dark:hover {
    background: #fabe00;
  }
}
.c-CardPrizesWrap {
  position: relative;
  container-type: inline-size;
}

.c-CardPrizes-Big,
.c-CardPrizes-Small {
  display: grid;
  grid-template-rows: auto 35cqw;
  border-radius: 5cqw;
  text-decoration: none;
  overflow: hidden;
  border: 4px solid transparent;
}
@media (hover: hover) {
  .c-CardPrizes-Big:hover,
.c-CardPrizes-Small:hover {
    border: 4px solid #9ed0e0;
    color: #4a3636;
    cursor: pointer;
  }
  .c-CardPrizes-Big:hover .c-CardPrizes__Image,
.c-CardPrizes-Small:hover .c-CardPrizes__Image {
    transform: scale(1.2);
  }
  .c-CardPrizes-Big:hover .c-CardPrizes__Button-Big,
.c-CardPrizes-Small:hover .c-CardPrizes__Button-Big {
    background-color: #9ed0e0;
  }
  .c-CardPrizes-Big:hover .c-CardPrizes__Button-Small,
.c-CardPrizes-Small:hover .c-CardPrizes__Button-Small {
    background-color: #9ed0e0;
  }
}

@media screen and (min-width: 768px) {
  .c-CardPrizes-Big {
    border-radius: 5.4545454545cqw;
    grid-template-rows: auto 27.2727272727cqw;
  }
}

@media screen and (min-width: 768px) {
  .c-CardPrizes-Small {
    border-radius: 5.7142857143cqw;
    grid-template-rows: auto 28.5714285714cqw;
  }
}

.c-CardPrizes__TagWrap-Big,
.c-CardPrizes__TagWrap-Small {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 28.7356321839cqw;
  aspect-ratio: 1;
  container-type: inline-size;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url("../images/pages/front/prizes-tag.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .c-CardPrizes__TagWrap-Big {
    width: 22.3214285714cqw;
  }
}

@media screen and (min-width: 768px) {
  .c-CardPrizes__TagWrap-Small {
    width: 28.5714285714cqw;
  }
}

.c-CardPrizes__TagUpper-Big,
.c-CardPrizes__TagUpper-Small {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0em;
  font-size: 16cqw;
}

@media screen and (min-width: 768px) {
  .c-CardPrizes__TagUpper-Big {
    font-size: 16cqw;
  }
}

@media screen and (min-width: 768px) {
  .c-CardPrizes__TagUpper-Small {
    font-size: 16cqw;
  }
}

.c-CardPrizes__TagLower-Big,
.c-CardPrizes__TagLower-Small {
  position: relative;
  color: #ffffff;
  font-family: "Josefin Sans", sans;
  font-size: 48.0833333333cqw;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .c-CardPrizes__TagLower-Big {
    font-size: 48cqw;
  }
}

@media screen and (min-width: 768px) {
  .c-CardPrizes__TagLower-Small {
    font-size: 38.4cqw;
  }
}

.c-CardPrizes__ImageWrap-Big,
.c-CardPrizes__ImageWrap-Small {
  width: 100%;
  aspect-ratio: 1.1428571429;
  border-radius: 0.5rem 0.5rem 0 0;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .c-CardPrizes__ImageWrap-Big {
    aspect-ratio: 1.2941176471;
  }
}

@media screen and (min-width: 768px) {
  .c-CardPrizes__ImageWrap-Small {
    aspect-ratio: 1.1666666667;
  }
}

.c-CardPrizes__Image {
  transition: 0.3s transform ease;
}

.c-CardPrizes__Lower-Big,
.c-CardPrizes__Lower-Small {
  position: relative;
  display: grid;
  place-content: center;
  background-color: #f5f5f5;
}

.c-CardPrizes__Title-Big,
.c-CardPrizes__Title-Small {
  font-size: 7.5cqw;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-CardPrizes__Title-Big {
    font-size: 4.5454545455cqw;
  }
}

@media screen and (min-width: 768px) {
  .c-CardPrizes__Title-Small {
    font-size: 5.7142857143cqw;
  }
}

.c-CardPrizes__Button-Big,
.c-CardPrizes__Button-Small {
  position: absolute;
  bottom: 0;
  right: 0;
  aspect-ratio: 1;
  background-color: #67b0c7;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.c-CardPrizes__Button-Big::before,
.c-CardPrizes__Button-Small::before {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(-50%, -50%);
  aspect-ratio: 1;
  background-image: url(../images/pages/front/prizes-serch.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.c-CardPrizes__Button-Big,
.c-CardPrizes__Button-Small {
  width: 22.5cqw;
}
.c-CardPrizes__Button-Big::before,
.c-CardPrizes__Button-Small::before {
  width: 7.5cqw;
}

@media screen and (min-width: 768px) {
  .c-CardPrizes__Button-Big {
    width: 22.7272727273cqw;
  }
  .c-CardPrizes__Button-Big::before {
    width: 7.2727272727cqw;
  }
}

@media screen and (min-width: 768px) {
  .c-CardPrizes__Button-Small {
    width: 22.8571428571cqw;
  }
  .c-CardPrizes__Button-Small::before {
    width: 7.3214285714cqw;
  }
}

.c-CardSpots {
  width: 15rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .c-CardSpots {
    width: 21.5rem;
    margin-left: 2rem;
  }
}

.c-CardSpots__ImageWrap {
  width: 240px;
  aspect-ratio: 0.75;
  border-radius: 0.75rem 0.75rem 0 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-CardSpots__ImageWrap {
    width: 344px;
    aspect-ratio: 0.7093023256;
    border-radius: 1.5rem 1.5rem 0 0;
  }
}

.c-CardSpots__NoteWrap {
  height: 100%;
  padding-block: 1rem 1.9475rem;
  padding-inline: 1.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  background-color: #ffffff;
  border-radius: 0 0 0.75rem 0.75rem;
  font-size: clamp(
    0.75rem,
    0.54vw + 0.4908rem,
    1rem
  );
}
@media screen and (min-width: 768px) {
  .c-CardSpots__NoteWrap {
    padding-block: 1.5rem 2.5rem;
    padding-inline: 2rem;
    row-gap: 1.5rem;
    border-radius: 0 0 1.5rem 1.5rem;
  }
}

.c-CardSpots__NoteTitle {
  text-align: center;
  font-size: clamp(
    1rem,
    0.54vw + 0.7408rem,
    1.25rem
  );
  font-weight: 700;
  line-height: 1.6;
}

/*   閉じた状態のダイアログ   */
dialog {
  opacity: 0;
  transform: scaleY(0);
  transition: opacity 0.7s ease-out, transform 0.7s ease-out, overlay 0.7s ease-out allow-discrete, display 0.7s ease-out allow-discrete;
  /* transition: all 0.7s allow-discrete;と等しい*/
}

/* 開いた状態のダイアログ  */
dialog[open] {
  opacity: 1;
  transform: scaleY(1);
}

/* ダイアログがモーダルで最上位に来た場合に :backdrop をトランジションする */
dialog::-webkit-backdrop {
  background-color: rgba(0, 0, 0, 0);
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  -webkit-transition: display 0.7s allow-discrete, overlay 0.7s allow-discrete, background-color 0.7s, -webkit-backdrop-filter 1s allow-discrete;
  transition: display 0.7s allow-discrete, overlay 0.7s allow-discrete, background-color 0.7s, -webkit-backdrop-filter 1s allow-discrete;
  transition: display 0.7s allow-discrete, overlay 0.7s allow-discrete, background-color 0.7s, backdrop-filter 1s allow-discrete;
  transition: display 0.7s allow-discrete, overlay 0.7s allow-discrete, background-color 0.7s, backdrop-filter 1s allow-discrete, -webkit-backdrop-filter 1s allow-discrete;
  /* transition: all 0.7s allow-discrete;と等しい */
}
dialog::backdrop {
  background-color: rgba(0, 0, 0, 0);
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  transition: display 0.7s allow-discrete, overlay 0.7s allow-discrete, background-color 0.7s, -webkit-backdrop-filter 1s allow-discrete;
  transition: display 0.7s allow-discrete, overlay 0.7s allow-discrete, background-color 0.7s, backdrop-filter 1s allow-discrete;
  transition: display 0.7s allow-discrete, overlay 0.7s allow-discrete, background-color 0.7s, backdrop-filter 1s allow-discrete, -webkit-backdrop-filter 1s allow-discrete;
  /* transition: all 0.7s allow-discrete;と等しい */
}

dialog[open]::-webkit-backdrop {
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}

dialog[open]::backdrop {
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}

/*   開く前の状態  */
/* 詳細度が同じであるため、前の dialog[open] ルールの後に置かなければ効果がありません */
@starting-style {
  dialog[open] {
    opacity: 0;
    transform: scaleY(0);
  }
}
@starting-style {
  dialog[open]::-webkit-backdrop {
    background-color: rgba(0, 0, 0, 0);
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
  }
  dialog[open]::backdrop {
    background-color: rgba(0, 0, 0, 0);
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
  }
}
.c-DialogPrizes {
  width: 30rem;
  border-radius: 1.5rem;
  overflow: hidden;
  overflow-y: auto;
}
.c-DialogPrizes::-webkit-scrollbar {
  width: 0.125rem; /* スクロールバーの幅 */
}

.c-DialogPrizes__ImageWrap {
  width: 30rem;
  aspect-ratio: 1.6;
  border-radius: 1.5rem 1.5rem 0 0;
}

.c-DialogPrizes__Lower {
  padding-block: 2rem 6.25rem;
  padding-inline: 2.5rem;
  background-color: #ffffff;
}

.c-DailogPrizes__Headline03 {
  color: #4a3636;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}

.c-DailogPrizes__Note {
  margin-top: 0.75rem;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.c-DialogPrizes__Close {
  margin-inline: auto;
  display: block;
  margin-top: 1.5rem;
}

.modal__content {
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  width: min(860px, 95%);
  max-height: 80vh;
  background: #d0f8f8;
}

.modal__inner {
  overflow-y: scroll;
  height: inherit;
  max-height: inherit;
  position: relative;
}

.modal__body {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 50px 40px 63px;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 50px;
       column-gap: 50px;
}

.modal__text {
  width: 382px;
}
.modal__text h3 {
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 12px;
}

.modal__text-career {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 22px;
}

.modal__text-wrap {
  margin-bottom: 20px;
}
.modal__text-wrap .text {
  font-size: 12px;
  line-height: 18px;
}
.modal__text-wrap .text + .text {
  margin-top: 12px;
}

.modal__text-history .head {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 12px;
}
.modal__text-history .text {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 1em;
       column-gap: 1em;
  font-size: 12px;
  line-height: 18px;
}

.c-wave {
  width: 100%;
  aspect-ratio: 8.152173913;
  background-repeat: repeat;
  background-size: contain;
  -webkit-animation: c-Wave-Animation-sp linear 15s infinite;
          animation: c-Wave-Animation-sp linear 15s infinite;
}
@media screen and (min-width: 768px) {
  .c-wave {
    aspect-ratio: 12.6;
    -webkit-animation: c-Wave-Animation linear 15s infinite;
            animation: c-Wave-Animation linear 15s infinite;
  }
}

.pf-Spots__FirstWave,
.pg-Footer__FirstWave {
  background-image: url("../images/pages/front/wave-upside-sp.png");
}
@media screen and (min-width: 768px) {
  .pf-Spots__FirstWave,
.pg-Footer__FirstWave {
    background-image: url("../images/pages/front/spots-wave-upper.png");
  }
}

.pf-Spots__SecondWave {
  margin-top: -30px;
  background-image: url("../images/pages/front/wave-lowside-sp.png");
}
@media screen and (min-width: 768px) {
  .pf-Spots__SecondWave {
    background-image: url("../images/pages/front/spots-wave-lower.png");
  }
}

@-webkit-keyframes c-Wave-Animation {
  0% {
    background-position: 200% 0%;
    transform: translateY(10px);
  }
  25% {
    background-position: 160% 10%;
    transform: translateY(-12px);
  }
  50% {
    background-position: 100% 40%;
    transform: translateY(18px);
  }
  75% {
    background-position: 40% 70%;
    transform: translateY(-15px);
  }
  100% {
    background-position: 0% 100%;
    transform: translateY(10px);
  }
}

@keyframes c-Wave-Animation {
  0% {
    background-position: 200% 0%;
    transform: translateY(10px);
  }
  25% {
    background-position: 160% 10%;
    transform: translateY(-12px);
  }
  50% {
    background-position: 100% 40%;
    transform: translateY(18px);
  }
  75% {
    background-position: 40% 70%;
    transform: translateY(-15px);
  }
  100% {
    background-position: 0% 100%;
    transform: translateY(10px);
  }
}
@-webkit-keyframes c-Wave-Animation-sp {
  0% {
    background-position: 200% 0%;
    transform: translateY(5px);
  }
  25% {
    background-position: 160% 10%;
    transform: translateY(-6px);
  }
  50% {
    background-position: 100% 40%;
    transform: translateY(9px);
  }
  75% {
    background-position: 40% 70%;
    transform: translateY(-8px);
  }
  100% {
    background-position: 0% 100%;
    transform: translateY(5px);
  }
}
@keyframes c-Wave-Animation-sp {
  0% {
    background-position: 200% 0%;
    transform: translateY(5px);
  }
  25% {
    background-position: 160% 10%;
    transform: translateY(-6px);
  }
  50% {
    background-position: 100% 40%;
    transform: translateY(9px);
  }
  75% {
    background-position: 40% 70%;
    transform: translateY(-8px);
  }
  100% {
    background-position: 0% 100%;
    transform: translateY(5px);
  }
}
.c-SNS-Twitter,
.c-SNS-Instagram,
.c-SNS-Youtube {
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #67b0c7;
}

.c-SNS-Twitter {
  width: clamp(
    1.6875rem,
    1.08vw + 1.1691rem,
    2.1875rem
  );
  aspect-ratio: 1;
  -webkit-mask-image: url("../images/icon/sns/twitter.svg");
          mask-image: url("../images/icon/sns/twitter.svg");
}

.c-SNS-Instagram {
  width: clamp(
    1.6875rem,
    1.08vw + 1.1691rem,
    2.1875rem
  );
  aspect-ratio: 1;
  -webkit-mask-image: url("../images/icon/sns/instagram.svg");
          mask-image: url("../images/icon/sns/instagram.svg");
}

.c-SNS-Youtube {
  width: clamp(
    1.6875rem,
    0.94vw + 1.2363rem,
    2.125rem
  );
  aspect-ratio: 1;
  -webkit-mask-image: url("../images/icon/sns/youtube.svg");
          mask-image: url("../images/icon/sns/youtube.svg");
}

.l-MainContainer {
  max-width: 100%;
  padding-inline: 5.3333333333%;
  margin-inline: auto;
  padding-top: 2.3125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-MainContainer {
    max-width: 1106px;
    padding-inline: 41px;
  }
}
@media screen and (min-width: 768px) {
  .l-MainContainer {
    padding-top: 5rem;
  }
}

.l-NarrowContainer {
  max-width: 100%;
  padding-inline: 5.3333333333%;
  margin-inline: auto;
  padding-top: 2.3125rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-NarrowContainer {
    max-width: 930px;
    padding-inline: 41px;
  }
}
@media screen and (min-width: 768px) {
  .l-NarrowContainer {
    padding-top: 5rem;
  }
}

@-webkit-keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 14px;
  color: #fff;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
          animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

.pr-DrawerNav {
  position: absolute;
  top: 100dvh;
  right: 0;
  transform: translateY(100%);
  z-index: 100;
  height: 100dvh;
  width: 100%;
  transition: transform 0.3s;
}
@media screen and (min-width: 568px) {
  .pr-DrawerNav {
    width: 23.4375rem;
  }
}
@media screen and (min-width: 824px) {
  .pr-DrawerNav {
    width: 100%;
  }
}
.pr-Drawer-js-IsOpen .pr-DrawerNav {
  transform: translateY(0);
}

.pr-DrawerIcon {
  position: absolute;
  z-index: 105;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  width: 2rem;
}
@media (min-width: 824px) {
  .pr-DrawerIcon {
    display: none;
  }
}

.pr-Drawer__Burger {
  position: relative;
  z-index: 105;
  display: flex;
  flex-direction: column;
  width: 2rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.pr-Drawer__BurgerLine {
  display: block;
  height: 0.1875rem;
}
.pr-Drawer__BurgerLine:nth-child(1) {
  position: relative;
  width: 100%;
  transition: transform 0.3s;
}
.pr-Drawer__BurgerLine:nth-child(1)::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 80%;
  height: 0.1875rem;
  background: #4a3636;
  border-radius: 5px;
  transition: transform 0.3s;
}
.pr-Drawer__BurgerLine:nth-child(1)::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  width: 15%;
  height: 0.1875rem;
  background: #4a3636;
  border-radius: 5px;
  transition: transform 0.3s;
}
.pr-Drawer__BurgerLine:nth-child(2) {
  margin-top: 0.5625rem;
  width: 100%;
  background-color: #4a3636;
  border-radius: 5px;
  transition: background-color 0.5s ease;
}
.pr-Drawer__BurgerLine:nth-child(3) {
  margin-top: 0.5625rem;
  width: 100%;
  background-color: #4a3636;
  border-radius: 5px;
  transition: transform 0.3s;
}
.pr-Drawer-js-IsOpen .pr-Drawer__BurgerLine:nth-child(1) {
  transform: translateY(12px) rotate(45deg);
}
.pr-Drawer-js-IsOpen .pr-Drawer__BurgerLine:nth-child(1)::before {
  width: 100%;
}
.pr-Drawer-js-IsOpen .pr-Drawer__BurgerLine:nth-child(2) {
  background-color: transparent;
}
.pr-Drawer-js-IsOpen .pr-Drawer__BurgerLine:nth-child(3) {
  transform: translateY(-12px) rotate(-45deg);
}

.pr-Drawer__Layer {
  display: none;
}
.pr-Drawer-js-IsOpen .pr-Drawer__Layer {
  display: block;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100dvh;
}
@media screen and (min-width: 824px) {
  .pr-Drawer-js-IsOpen .pr-Drawer__Layer {
    display: none;
  }
}

.js-DrawerModalBody {
  overflow-y: hidden;
}

.pr-DrawerAreaHeader {
  display: flex;
  align-items: center;
  height: 4rem;
}

.pr-DrawerNavList {
  margin-top: 1.25rem;
}

.pr-DrawerNavList__DrawerNavItem {
  margin-top: 3.125rem;
}

.pr-DrawerNavItem {
  text-align: center;
  position: relative;
  font-size: rem(20);
  font-weight: 800;
  margin-top: 3.125rem;
}

@media (hover: hover) {
  .mo-Collapse__Details:hover {
    cursor: pointer;
  }
}

.mo-Collapse__SummaryWrap {
  display: flex;
  align-items: center;
}
.mo-Collapse__SummaryWrap::-webkit-details-marker {
  display: none;
}

.u-ShowOverMiddle-Inline {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-ShowOverMiddle-Inline {
    display: none;
  }
}
@media screen and (min-width: 1096px) {
  .u-ShowOverMiddle-Inline {
    display: inline-block;
  }
}

.u-ShowOverMiddle-Inline-2 {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-ShowOverMiddle-Inline-2 {
    display: inline-block;
  }
}

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

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

.u-ShowUnderLarge-Block {
  display: block;
}
@media screen and (min-width: 824px) {
  .u-ShowUnderLarge-Block {
    display: none;
  }
}

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

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

.u-UpperText {
  text-transform: uppercase;
}

.u-Bold {
  font-weight: 700;
}

.u-Katakana {
  letter-spacing: 0.3px;
}

.pr-Drawer-js-IsOpen {
  overflow: hidden;
}

.pg-Header {
  position: fixed;
  z-index: 98;
  width: 100%;
  height: 4rem;
  background: #fff;
}

.pg-Container-Header {
  max-width: 100%;
  padding-inline: 5.3333333333%;
  margin-inline: auto;
  height: inherit;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 824px) {
  .pg-Container-Header {
    max-width: 94.25rem;
    padding-inline: 22px;
  }
}

.pg-Header__Logo {
  width: 13.125rem;
  aspect-ratio: 7.7777777778;
}
@media screen and (min-width: 824px) {
  .pg-Header__Logo {
    width: 11.4375rem;
    aspect-ratio: 7.625;
  }
}

.pg-Drawer__Layer {
  display: none;
}

.pr-Drawer-js-IsOpen .pg-Drawer__Layer {
  display: block;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100dvh;
}

@media screen and (min-width: 824px) {
  .pr-Drawer-js-IsOpen .pg-Drawer__Layer {
    display: none;
  }
}
.pg-Header__AreaIconBurger {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  z-index: 105;
  transform: translateY(-50%);
  display: block;
  background-color: #ffffff;
}
@media (min-width: 824px) {
  .pg-Header__AreaIconBurger {
    display: none;
  }
}

.pg-Header__Nav {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-100%);
  z-index: 100;
  width: 100%;
  height: 100dvh;
  background-color: #ffffff;
  transition: transform 0.3s;
}
@media (min-width: 568px) {
  .pg-Header__Nav {
    width: 85%;
  }
}
@media (min-width: 824px) {
  .pg-Header__Nav {
    margin-left: auto;
    position: relative;
    padding-inline: unset;
    padding-block: unset;
    display: flex;
    align-items: center;
    width: unset;
    height: 100%;
    transform: translateX(0);
  }
}

.pr-Drawer-js-IsOpen .pg-Header__Nav {
  transform: translateX(0);
}

.pg-Header__SPLogo {
  height: 4rem;
  padding-left: 1.25rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 824px) {
  .pg-Header__SPLogo {
    display: none;
  }
}

.pg-Header__SPLogoLink {
  display: block;
  width: 13.125rem;
  height: 1.6875rem;
}

.pg-Header__NavList {
  margin-inline: auto;
  padding-top: 5.125rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (min-width: 824px) {
  .pg-Header__NavList {
    height: inherit;
    padding-top: unset;
    flex-direction: row;
    align-items: center;
  }
}

.pg-Header__NavItem {
  margin-inline: auto;
}
.pg-Header__NavItem:not(:first-child) {
  margin-top: 2.5rem;
}
@media screen and (min-width: 824px) {
  .pg-Header__NavItem {
    height: 100%;
  }
  .pg-Header__NavItem:not(:first-child) {
    margin-top: unset;
    margin-left: 0.75rem;
  }
}

.pg-Header__NavLink {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .pg-Header__NavLink:hover {
    color: #67b0c7;
    text-decoration: underline;
  }
}

.pg-Header__NavLink-Hide {
  display: contents;
}
@media screen and (min-width: 824px) {
  .pg-Header__NavLink-Hide {
    display: none;
  }
}

.pg-Header__NavContact {
  margin-top: 2.5rem;
}
@media screen and (min-width: 824px) {
  .pg-Header__NavContact {
    margin-top: unset;
    margin-left: 16px;
  }
}

.pg-Header__NavContactLink {
  margin-top: 1.75rem;
  margin-inline: auto;
}
@media screen and (min-width: 824px) {
  .pg-Header__NavContactLink {
    margin-top: unset;
  }
}

.pg-Header__NavButton {
  font-weight: 700;
  margin-top: 2.5rem;
}
@media screen and (min-width: 824px) {
  .pg-Header__NavButton {
    margin-top: unset;
  }
}

.pf-MainView {
  padding-top: 64px;
  position: relative;
  background-size: cover;
}
.pf-MainView::after {
  position: absolute;
  top: 4rem;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 72%;
  content: "";
  background-image: url(../images/pages/front/main_view-sp-background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0 0 1.5rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .pf-MainView {
    height: unset;
  }
  .pf-MainView::after {
    height: 82.2222222222%;
    background-image: url(../images/pages/front/main_view-pc-background.jpg);
    background-size: cover;
    background-position: center center;
    border-radius: 0 0 2.5rem 2.5rem;
  }
}

.pf-MainView__Container {
  max-width: 100%;
  padding-inline: 5.3333333333%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .pf-MainView__Container {
    max-width: 930px;
    padding-inline: 41px;
  }
}

.pf-MainView__TopLine {
  padding-top: 1.0625rem;
  text-align: center;
  font-family: "Kiwi Maru", serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .pf-MainView__TopLine {
    padding-top: 2.1875rem;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
  }
}

.pf-MainView__H2 {
  margin-top: 1.375rem;
}

.pf-MainView__H2Line01 {
  display: block;
  width: clamp(
    20.9375rem,
    39.11vw + 11.77109375rem,
    32.5rem
  );
  margin-inline: auto;
}

.pf-MainView__H2Line02 {
  display: block;
  margin-top: 0.791875rem;
  margin-inline: auto;
  width: clamp(
    15rem,
    24.31vw + 9.30234375rem,
    22.1875rem
  );
}
@media screen and (min-width: 768px) {
  .pf-MainView__H2Line02 {
    margin-top: 1rem;
  }
}

.pf-MainView__ImageWrap {
  padding-top: 7.0625rem;
  padding-bottom: 0.6875rem;
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .pf-MainView__ImageWrap {
    padding-top: 2.0625rem;
    padding-bottom: 1.0625rem;
  }
}

.pf-MainView__Speech {
  position: absolute;
  top: 17px;
  left: 0;
  width: clamp(
    8.875rem,
    21.56vw + 3.821875rem,
    15.25rem
  );
}
@media screen and (min-width: 768px) {
  .pf-MainView__Speech {
    top: 0;
    left: 2.3125rem;
  }
}

.pf-MainView__Pop {
  position: absolute;
  top: 9px;
  left: 60%;
  width: clamp(
    6.875rem,
    14.8vw + 3.40625rem,
    11.25rem
  );
}
@media screen and (min-width: 768px) {
  .pf-MainView__Pop {
    top: 1.0625rem;
    left: 63.7971698113%;
  }
}

.pf-MainView__Phone {
  position: relative;
  width: clamp(
    12.5rem,
    10.57vw + 10.02265625rem,
    15.625rem
  );
  aspect-ratio: 0.4901960784;
  background-image: url(../images/pages/front/main_view-sp-phone.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pf-MainView__Drink {
  position: absolute;
  left: 12.4637681159%;
  bottom: 1.0625rem;
  width: clamp(
    2.95rem,
    13.49vw + -0.21171875rem,
    6.9375rem
  );
  display: block;
}
@media screen and (min-width: 768px) {
  .pf-MainView__Drink {
    bottom: 2.25rem;
    left: 6.3125rem;
  }
}

.pf-MainView__Ice {
  position: absolute;
  left: 0;
  bottom: 0;
  width: clamp(
    3.375rem,
    15.43vw + -0.24140625rem,
    7.9375rem
  );
  display: block;
}

.pf-MainView__CatBrown {
  position: absolute;
  right: 2.8985507246%;
  bottom: 0;
  width: clamp(
    6.125rem,
    28.54vw + -0.5640625rem,
    14.5625rem
  );
}
@media screen and (min-width: 768px) {
  .pf-MainView__CatBrown {
    right: 0rem;
    bottom: -2.6875rem;
  }
}

.pf-MainView__CatBlack {
  position: absolute;
  right: 0;
  bottom: 3.625rem;
  width: clamp(
    3.875rem,
    22.83vw + -1.47578125rem,
    10.625rem
  );
}
@media screen and (min-width: 768px) {
  .pf-MainView__CatBlack {
    right: 7.429245283%;
    bottom: 3.75rem;
  }
}

/* ====================================== //
// Phone 内 Card
// ====================================== */
.pf-MainView__Card {
  width: clamp(
    10rem,
    8.46vw + 8.0171875rem,
    12.5rem
  );
  border-radius: 0.8rem;
  transform: translateY(-0.4375rem);
}
@media screen and (min-width: 768px) {
  .pf-MainView__Card {
    transform: unset;
  }
}

.pf-MainView__CardHeader {
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
  background: linear-gradient(265.18deg, #ac3790 -3.52%, #d65a5c 44.94%, #f4c06d 92.38%);
  border-radius: 0.8rem 0.8rem 0 0;
  font-size: 12.8px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .pf-MainView__CardHeader {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
  }
}

.pf-MainView__CardBody {
  background: #ffffff;
  border-radius: 0 0 0.8rem 0.8rem;
  padding-top: 0.875rem;
  padding-bottom: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .pf-MainView__CardBody {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }
}

.pf-MainView__CardLine1 {
  margin-inline: auto;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}
.pf-MainView__CardLine1::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 0.1875rem;
  content: "";
  background-color: #ce2073;
}
@media screen and (min-width: 768px) {
  .pf-MainView__CardLine1 {
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
  }
}

.pf-MainView__CardLine2 {
  margin-top: 0.5rem;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pf-MainView__CardLine2 {
    margin-top: 0.5rem;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
  }
}

.pf-MainView__CardButton {
  margin-top: 0.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-block: 0.125rem 0.25rem;
}
@media screen and (min-width: 768px) {
  .pf-MainView__CardButton {
    padding-block: 0.375rem 0.5rem;
    margin-top: 1rem;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    text-align: left;
  }
}

.pf-About {
  position: relative;
  overflow-x: hidden;
}

.pf-About__Container {
  max-width: 100%;
  padding-inline: 5.3333333333%;
  margin-inline: auto;
  padding-top: 2.3125rem;
  padding-bottom: 8.4375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .pf-About__Container {
    max-width: 930px;
    padding-inline: 41px;
  }
}
@media screen and (min-width: 768px) {
  .pf-About__Container {
    padding-top: 5rem;
    padding-bottom: 10.625rem;
  }
}

.pf-About__Board {
  background-color: #ffffff;
  padding-top: 1.4375rem;
  padding-bottom: 2.5rem;
  display: flex;
  justify-content: center;
  position: relative;
  width: clamp(
    20.9375rem,
    24.17vw + 15.27265625rem,
    26.875rem
  );
  margin-inline: auto;
  border-radius: clamp(
    1.5rem,
    1.41vw + 1.16953125rem,
    2.5rem
  );
  text-align: center;
}
.pf-About__Board::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: clamp(
    6.25rem,
    3.52vw + 5.425rem,
    8.75rem
  );
  height: 3.125rem;
  content: "";
  background-color: #cce1e4;
  -webkit-mask-image: url("../images/icon/icon-arrow.png");
          mask-image: url("../images/icon/icon-arrow.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media screen and (min-width: 768px) {
  .pf-About__Board {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    width: clamp(
    32.5rem,
    44.09vw + 11.3368rem,
    53rem
  );
  }
}

.pf-About__Headline02 {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-top: 0.4375rem;
  padding-inline: 30px;
}
.pf-About__Headline02::before, .pf-About__Headline02::after {
  position: absolute;
  width: clamp(
    5.625rem,
    5.1vw + 4.4296875rem,
    9.25rem
  );
  aspect-ratio: 0.7462686567;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
}
.pf-About__Headline02::before {
  top: clamp(
    0rem,
    0.7vw + -0.1640625rem,
    0.5rem
  );
  left: clamp(
    11.8125rem,
    49.62vw + 0.1828125rem,
    24rem
  );
  background-image: url(../images/pages/front/about-bench.png);
}
.pf-About__Headline02::after {
  top: 0;
  right: clamp(
    11rem,
    52.93vw + -1.40546875rem,
    24rem
  );
  background-image: url(../images/pages/front/about-tower.png);
}
@media screen and (min-width: 768px) {
  .pf-About__Headline02 {
    padding-top: 0rem;
  }
  .pf-About__Headline02::before {
    left: clamp(
    9.875rem,
    30.38vw + -4.7074rem,
    24rem
  );
  }
  .pf-About__Headline02::after {
    right: clamp(
    9.875rem,
    30.38vw + -4.7074rem,
    24rem
  );
  }
}

.pf-About__Headline02Image {
  -webkit-mask-image: url(../images/icon/icon-about.svg);
          mask-image: url(../images/icon/icon-about.svg);
}

.pf-About__BoardBody {
  padding-top: clamp(
    2.25rem,
    1.06vw + 2.0015625rem,
    3rem
  );
}

.pf-About-Caption {
  font-size: clamp(
    0.875rem,
    0.18vw + 0.8328125rem,
    1rem
  );
  font-weight: 700;
  line-height: 1.6;
}

.pf-About-AreaNote {
  margin-top: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .pf-About-AreaNote {
    margin-top: 2rem;
  }
}

.pf-About-Note {
  font-size: 16px;
  font-size: clamp(
    0.75rem,
    0.35vw + 0.66796875rem,
    1rem
  );
  font-weight: 400;
  line-height: 1.625;
}
.pf-About-Note:not(.pf-About-Note:first-child) {
  margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .pf-About-Note:not(.pf-About-Note:first-child) {
    margin-top: 1.625rem;
  }
}

.pf-About-NoteBold {
  margin-top: clamp(
    1.9375rem,
    1.14vw + 1.6703125rem,
    2.75rem
  );
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 20px;
  font-size: clamp(
    0.8125rem,
    0.62vw + 0.6671875rem,
    1.25rem
  );
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.8px;
  position: relative;
}
.pf-About-NoteBold::after {
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: transparent;
  background-image: repeating-linear-gradient(to right, #9ed0e0, #9ed0e0 50%, transparent 50%, transparent 100%);
  background-size: 12px 2px;
}

.pf-About-Button {
  margin-top: clamp(
    2.0625rem,
    0.97vw + 1.83515625rem,
    2.75rem
  );
  margin-inline: auto;
}

.pf-About__Steps {
  position: absolute;
  right: 100%;
  z-index: 1;
  bottom: -4.625rem;
  transform: translateX(100%);
  width: clamp(
    8.625rem,
    37.4vw + -0.140625rem,
    17.8125rem
  );
  aspect-ratio: 0.6418604651;
  background-image: url(../images/pages/front/about-steps-sp.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .pf-About__Steps {
    bottom: -8.875rem;
    width: 26.6875rem;
    right: clamp(
    57.4375rem,
    54.44vw + 31.3063rem,
    82.75rem
  );
    width: 427px;
    aspect-ratio: 0.5226438188;
    background-image: url(../images/pages/front/about-steps.png);
  }
}
@media screen and (min-width: 1512px) {
  .pf-About__Steps {
    z-index: 0;
  }
}

.pf-About__Stones {
  position: absolute;
  bottom: clamp(
    3.5rem,
    16.62vw + -0.3953125rem,
    15.3125rem
  );
  left: clamp(
    20.625rem,
    60.69vw + 6.40078125rem,
    63.75rem
  );
  transform: translate(-50%, -50%);
  z-index: 1;
  width: clamp(
    3rem,
    4.66vw + 1.9078125rem,
    6.3125rem
  );
  aspect-ratio: 1;
  background-image: url(../images/pages/front/about-stone.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.pf-About__Cloth {
  position: absolute;
  bottom: clamp(
    3.4375rem,
    9.76vw + 1.15rem,
    10.375rem
  );
  left: clamp(
    15.625rem,
    65.26vw + 0.3296875rem,
    62rem
  );
  transform: translate(-50%, 50%);
  z-index: -1;
  width: clamp(
    8.3125rem,
    15.39vw + 4.70546875rem,
    19.25rem
  );
  aspect-ratio: 2.0461538462;
  background-image: url(../images/pages/front/about-cloth.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.pf-About__Wave {
  display: none;
}
@media screen and (min-width: 768px) {
  .pf-About__Wave {
    display: block;
    position: absolute;
    top: 46.875rem;
    left: clamp(
    27.25rem,
    58.6vw + -0.878rem,
    54.5rem
  );
    z-index: -1;
    width: clamp(
    27.375rem,
    58.87vw + -0.8826rem,
    54.75rem
  );
    aspect-ratio: 18.25;
    background-image: url(../images/pages/front/about-wave.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: unset;
    bottom: clamp(
    21.5rem,
    0vw + 21.5rem,
    21.5rem
  );
    left: clamp(
    41.25rem,
    34.14vw + 24.8628rem,
    57.125rem
  );
  }
}

.pf-About__Pattern {
  display: none;
}
@media screen and (min-width: 768px) {
  .pf-About__Pattern {
    display: block;
    position: absolute;
    top: -1.125rem;
    right: clamp(
    33.375rem,
    55.91vw + 6.5382rem,
    59.375rem
  );
    z-index: -1;
    width: clamp(
    6.5625rem,
    12.75vw + 3.57421875rem,
    15.625rem
  );
    aspect-ratio: 1;
    border-radius: 1.5rem;
    background-image: url(../images/pages/front/about-pattern.png);
    background-size: contain;
  }
}

.pf-About__FootPrints {
  position: absolute;
  top: -1.0625rem;
  left: clamp(
    18.75rem,
    54vw + 6.09375rem,
    57.125rem
  );
  z-index: -1;
  width: clamp(
    3.375rem,
    4.05vw + 2.42578125rem,
    6.25rem
  );
  aspect-ratio: 0.45;
  background-image: url(../images/pages/front/c-footprints.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .pf-About__FootPrints {
    top: unset;
    bottom: clamp(
    37.125rem,
    12.37vw + 31.1874rem,
    42.875rem
  );
    left: clamp(
    33.25rem,
    51.34vw + 8.6068rem,
    57.125rem
  );
  }
}

.pf-About__Ropeway {
  position: absolute;
  bottom: clamp(
    7.25rem,
    65.9vw + -8.1953125rem,
    23.4375rem
  );
  right: clamp(
    18.75rem,
    25.45vw + 12.78515625rem,
    25rem
  );
  z-index: -1;
  width: clamp(
    12.5rem,
    24.63vw + 6.72734375rem,
    30rem
  );
  aspect-ratio: 1;
  border-radius: clamp(
    1.5rem,
    1.41vw + 1.16953125rem,
    2.5rem
  );
  background-image: url(../images/pages/front/about-ropeway.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .pf-About__Ropeway {
    z-index: 2;
    top: 4.8125rem;
    right: clamp(
    35.25rem,
    63.71vw + 4.6692rem,
    64.875rem
  );
  }
}

.pf-About__Port {
  position: absolute;
  top: 16.625rem;
  left: clamp(
    18.75rem,
    3.82vw + 17.8546875rem,
    19.6875rem
  );
  z-index: -1;
  width: clamp(
    12.5rem,
    24.63vw + 6.72734375rem,
    30rem
  );
  aspect-ratio: 1;
  border-radius: clamp(
    1.5rem,
    1.41vw + 1.16953125rem,
    2.5rem
  );
  background-image: url(../images/pages/front/about-port.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .pf-About__Port {
    top: 4.625rem;
    left: clamp(
    35.25rem,
    56.45vw + 8.154rem,
    61.5rem
  );
  }
}

.pf-About__Onomichi {
  position: relative;
  z-index: 2;
  width: clamp(
    22.1875rem,
    50.13vw + 10.43828125rem,
    57.8125rem
  );
  height: 40px;
  margin-inline: auto;
  background-image: url(../images/pages/front/about_onomichi-sp.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .pf-About__Onomichi {
    height: unset;
    background-image: url(../images/pages/front/about_onomichi.svg);
    aspect-ratio: 9.5360824742;
    left: 50%;
    transform: translateX(-80%);
  }
}

.pf-About__OnomichiGallery {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 1512px) {
  .pf-About__OnomichiGallery {
    height: 13.2275132275vw;
    transform: translateY(-7px);
  }
}

.pf-About__ImagesWrap {
  max-width: clamp(
    6.25rem,
    8.8vw + 4.1875rem,
    12.5rem
  );
  aspect-ratio: 1;
  margin-right: clamp(
    0.625rem,
    0.88vw + 0.41875rem,
    1.25rem
  );
}
@media screen and (min-width: 1512px) {
  .pf-About__ImagesWrap {
    max-width: 13.2275132275vw;
    height: 100%;
    aspect-ratio: 1;
  }
}

.pf-About__Images {
  width: 100%;
  border-radius: clamp(
    0.75rem,
    1.06vw + 0.5015625rem,
    1.5rem
  );
}
@media screen and (min-width: 1512px) {
  .pf-About__Images {
    border-radius: 1.5873015873vw;
    max-width: 13.2275132275vw;
    height: 100%;
    aspect-ratio: 1;
  }
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.pf-Entry {
  padding-top: 3.75rem;
  padding-bottom: 0.625rem;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .pf-Entry {
    padding-top: 7rem;
  }
}

.pf-Entry__Container {
  max-width: 100%;
  padding-inline: 5.3333333333%;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .pf-Entry__Container {
    max-width: 1106px;
    padding-inline: 41px;
  }
}
.pf-Entry__Container::before {
  position: absolute;
  top: 250px;
  top: clamp(
    6.25rem,
    13.19vw + 3.15859375rem,
    15.625rem
  );
  left: 70px;
  transform: translate(-50%, -50%);
  content: "";
  width: clamp(
    9.375rem,
    27.26vw + 2.9859375rem,
    28.75rem
  );
  aspect-ratio: 0.7324840764;
  background-image: url(../images/pages/front/entry_map.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.pf-Entry__Container::after {
  position: absolute;
  top: 2.875rem;
  left: clamp(
    20.375rem,
    79.9vw + 1.6484375rem,
    40rem
  );
  transform: translate(-50%, -50%);
  content: "";
  width: 368px;
  width: clamp(
    10rem,
    18.29vw + 5.71328125rem,
    23rem
  );
  aspect-ratio: 1.8969072165;
  background-image: url(../images/pages/front/entry_cat.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .pf-Entry__Container::before {
    left: 64px;
  }
  .pf-Entry__Container::after {
    top: 4.25rem;
    left: clamp(
    40rem,
    50.81vw + 15.6112rem,
    63.625rem
  );
  }
}

@media screen and (min-width: Break-Main) {
  .pf-Entry__SubContainer {
    margin-inline: auto;
    max-width: 62.5rem;
  }
}

.pf-Entry__Headline02 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  .pf-Entry__Headline02 {
    font-size: 24px;
  }
}

.pf-Entry__SectionBody {
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .pf-Entry__SectionBody {
    margin-top: 3.5rem;
    width: 100%;
  }
}

.pf-Entry__Headline02Image {
  -webkit-mask-image: url(../images/icon/icon-camera.svg);
          mask-image: url(../images/icon/icon-camera.svg);
}

.pf-Entry__SectionBody {
  position: relative;
}
.pf-Entry__SectionBody::before {
  position: absolute;
  top: -10px;
  right: clamp(
    39.375rem,
    61.56vw + 9.8262rem,
    68rem
  );
  transform: translate(-50%, -50%) rotate(180deg);
  content: "";
  width: 3.4375rem;
  aspect-ratio: 0.4583333333;
  background-image: url(../images/pages/front/c-footprint-down_left.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .pf-Entry__SectionBody::before {
    top: clamp(
    26.25rem,
    11.16vw + 20.8932rem,
    31.4375rem
  );
    right: clamp(
    41.25rem,
    57.53vw + 13.6356rem,
    68rem
  );
    width: 6.25rem;
    aspect-ratio: 0.5;
  }
}
.pf-Entry__SectionBody::after {
  position: absolute;
  top: -65px;
  left: clamp(
    17.5rem,
    115.59vw + -37.9832rem,
    71.25rem
  );
  content: "";
  width: 3.4375rem;
  aspect-ratio: 0.4583333333;
  background-image: url(../images/pages/front/c-footprint-right.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .pf-Entry__SectionBody::after {
    top: -24px;
    left: clamp(
    38.125rem,
    71.24vw + 3.9298rem,
    71.25rem
  );
    width: 6.25rem;
    aspect-ratio: 0.5;
  }
}

.pf-Entry__Layout {
  display: flex;
  flex-direction: column;
  position: relative;
}
.pf-Entry__Layout::before, .pf-Entry__Layout::after {
  position: absolute;
  content: "";
  width: 55px;
  height: 120px;
  background-repeat: no-repeat;
  background-size: contain;
}
.pf-Entry__Layout::before {
  top: 35%;
  left: 0;
  background-image: url(../images/pages/front/c-footprint-down_left.png);
}
.pf-Entry__Layout::after {
  top: 63%;
  right: 0;
  background-image: url(../images/pages/front/c-footprint-down_right.png);
}
@media screen and (min-width: 768px) {
  .pf-Entry__Layout {
    flex-direction: row;
    gap: 3.125%;
  }
  .pf-Entry__Layout::before, .pf-Entry__Layout::after {
    content: none;
  }
}

.pf-Entry__Card {
  width: 100%;
  position: relative;
}
.pf-Entry__Card:not(:first-child) {
  margin-top: 3rem;
}
.pf-Entry__Card:not(:last-child)::after {
  position: absolute;
  top: 106%;
  right: 50%;
  transform: translate(50%, 50%) rotate(90deg);
  content: "";
  width: 2.125rem;
  height: 0.4375rem;
  background-image: url(../images/pages/front/entry_chain.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .pf-Entry__Card {
    width: 31.25%;
  }
  .pf-Entry__Card:not(:first-child) {
    margin-top: 0;
  }
  .pf-Entry__Card:not(:last-child)::after {
    top: 37%;
    right: -108px;
    transform: translate(-50%, 50%) rotate(0);
    content: "";
    width: 7.0625rem;
    height: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .pf-Entry__Card-02 {
    padding-top: 4.375rem;
  }
}

.pf-Entry__Card-03 {
  margin-top: 3.25rem;
}
@media screen and (min-width: 768px) {
  .pf-Entry__Card-03 {
    padding-top: 4.375rem;
  }
}

.pf-Entry__CardImageBG {
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: clamp(
    12.25rem,
    21.37vw + 7.24140625rem,
    17.5rem
  );
  aspect-ratio: 0.9333333333;
  -webkit-mask-image: url(../images/pages/front/entry_bg-cat.svg);
          mask-image: url(../images/pages/front/entry_bg-cat.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
@media screen and (min-width: 768px) {
  .pf-Entry__CardImageBG {
    width: 87.5%;
    aspect-ratio: 0.9333333333;
  }
}

.pf-Entry__CardImageBG-01 {
  background-color: #9ed0e0;
}

.pf-Entry__CardImageBG-02 {
  background-color: #79bfd6;
}

.pf-Entry__CardImageBG-03 {
  background-color: #67b0c7;
}

.pf-Entry__CardStep {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .pf-Entry__CardStep {
    margin-top: clamp(
    0.9375rem,
    0.44vw + 0.834375rem,
    1.25rem
  );
  }
}

.pf-Entry__StepNote {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-family: "Josefin Sans", sans;
  font-size: clamp(
    0.875rem,
    0.81vw + 0.4862rem,
    1.25rem
  );
  font-weight: 500;
  line-height: 1.25;
  color: #ffffff;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.pf-Entry__StepNumber {
  font-family: "Josefin Sans", sans;
  font-size: clamp(
    2.5rem,
    2.15vw + 1.468rem,
    3.5rem
  );
  font-style: italic;
  font-weight: 600;
  color: #ffffff;
  line-height: 0.9em;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.pf-Entry__StepAreaImage {
  margin-top: 0rem;
  width: 57.1428571429%;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  .pf-Entry__StepAreaImage {
    margin-top: 0.25rem;
  }
}

.pf-Entry__StepImage {
  display: block;
  margin-inline: auto;
  width: 100%;
}

.pf-Entry__CardWrite {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .pf-Entry__CardWrite {
    margin-top: 1.5rem;
  }
}

.pf-Entry__Headline03 {
  font-size: clamp(
    1rem,
    0.54vw + 0.7408rem,
    1.25rem
  );
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  white-space: no-warp;
}

.pf-Entry__Headline03-br {
  display: block;
}
@media screen and (min-width: 850px) {
  .pf-Entry__Headline03-br {
    display: none;
  }
}

.pf-Entry__Note {
  margin-top: 0.875rem;
  font-size: clamp(
    0.75rem,
    0.54vw + 0.4908rem,
    1rem
  );
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.1px;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
@media screen and (min-width: 768px) {
  .pf-Entry__Note {
    margin-top: 1rem;
    line-height: 25.6px;
  }
}

.pf-Entry__InstagramLink {
  margin-top: 1rem;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 0.5rem;
  padding-inline: 0.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ffffff;
}

.i-Instagram {
  width: 24px;
  aspect-ratio: 1;
}

.pf-Entry__IconNote {
  letter-spacing: 0.2px;
  margin-left: 0.5rem;
  display: block;
  font-size: clamp(
    0.875rem,
    0.27vw + 0.7454rem,
    1rem
  );
  font-weight: 700;
}
.pf-Entry-Button {
  margin-top: 0.9375rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .pf-Entry-Button {
    margin-top: 3.125rem;
  }
}

.pf-Prizes {
  padding-top: 2.6875rem;
}
@media screen and (min-width: 768px) {
  .pf-Prizes {
    max-width: 100%;
    padding-inline: 5.3333333333%;
    margin-inline: auto;
    padding-top: 9.0625rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .pf-Prizes {
    max-width: 1106px;
    padding-inline: 41px;
  }
}

@media screen and (min-width: 768px) {
  .pf-Prizes__ContentsWrap {
    position: relative;
  }
  .pf-Prizes__ContentsWrap::before, .pf-Prizes__ContentsWrap::after {
    position: absolute;
    top: 0;
    content: "";
    width: clamp(
    13.4375rem,
    13.44vw + 6.9863rem,
    19.6875rem
  );
    aspect-ratio: 3.6627906977;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .pf-Prizes__ContentsWrap::before {
    left: 0;
    background-image: url(../images/pages/front/prizes_header-left.png);
  }
  .pf-Prizes__ContentsWrap::after {
    right: 0;
    content: "";
    background-image: url(../images/pages/front/prizes_header-right.png);
  }
}

@media screen and (min-width: Break-Main) {
  .pf-Prizes__SubContainer {
    margin-inline: auto;
    max-width: 62.5rem;
  }
}

.pf-Prizes__Headline02 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  position: relative;
}
.pf-Prizes__Headline02::before {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 12.5rem;
  aspect-ratio: 2.453852349;
  background-image: url(../images/pages/front/prizes_header-center.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  content: "";
}
@media screen and (min-width: 768px) {
  .pf-Prizes__Headline02 {
    font-size: 24px;
    width: 366px;
    aspect-ratio: 2.4563758389;
  }
  .pf-Prizes__Headline02::before {
    width: 22.8515rem;
  }
}

.pf-Prizes__Headline02Image {
  -webkit-mask-image: url(../images/icon/icon-present.svg);
          mask-image: url(../images/icon/icon-present.svg);
}

.pf-Prizes__SectionBody {
  padding-block: 1.625rem 2.1875rem;
  padding-inline: 1.25rem;
  position: relative;
}
.pf-Prizes__SectionBody::before {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 100%;
  height: calc(100% + 30px);
  border-radius: 1.5rem;
  background-color: #ffffff;
  content: "";
}
@media screen and (min-width: 768px) {
  .pf-Prizes__SectionBody {
    padding-block: 2.1875rem 3.125rem;
    padding-inline: clamp(
    1.25rem,
    4.84vw + -1.0732rem,
    3.5rem
  );
  }
}

.pf-Prizes__Caption {
  width: 100%;
  font-size: clamp(
    0.75rem,
    0.54vw + 0.4908rem,
    1rem
  );
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pf-Prizes__Caption {
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
  }
}

.pf-Prizes__List {
  margin-top: clamp(
    3rem,
    8.14vw + 1.0921875rem,
    5rem
  );
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: clamp(
    2.4375rem,
    10.43vw + -0.00703125rem,
    5rem
  );
  grid-template-areas: "Item01 Item01 Item02 Item02 " "Item03 Item03 Item04 Item04" " . Item05 Item05 .";
}
@media screen and (min-width: 768px) {
  .pf-Prizes__List {
    margin-top: 5.125rem;
    grid-template-columns: repeat(6, 1fr);
    row-gap: 80px;
    grid-template-areas: "Item01 Item01 Item01 Item02 Item02 Item02" "Item03 Item03 Item04 Item04 Item05 Item05";
  }
}

.pf-Prizes__Card-01,
.pf-Prizes__Card-02 {
  align-self: self-end;
}

.pf-Prizes__Card-01 {
  grid-area: Item01;
  margin-right: 0.46875rem;
}
@media screen and (min-width: 768px) {
  .pf-Prizes__Card-01 {
    margin-right: 1rem;
  }
}

.pf-Prizes__Card-02 {
  grid-area: Item02;
  margin-left: 0.46875rem;
}
@media screen and (min-width: 768px) {
  .pf-Prizes__Card-02 {
    margin-left: 1rem;
  }
}

.pf-Prizes__Card-03 {
  grid-area: Item03;
  margin-right: 0.46875rem;
}
@media screen and (min-width: 768px) {
  .pf-Prizes__Card-03 {
    margin-right: 1.5rem;
  }
}

.pf-Prizes__Card-04 {
  grid-area: Item04;
  margin-left: 0.46875rem;
}
@media screen and (min-width: 768px) {
  .pf-Prizes__Card-04 {
    margin-inline: 0.75rem;
  }
}

.pf-Prizes__Card-05 {
  grid-area: Item05;
  margin-inline: 0.203125rem;
}
@media screen and (min-width: 768px) {
  .pf-Prizes__Card-05 {
    margin-inline: unset;
    margin-left: 1.5rem;
  }
}

.pf-Prizes__IconNote {
  letter-spacing: 0.2px;
  margin-left: 0.5rem;
  display: block;
  font-size: clamp(
    0.875rem,
    0.27vw + 0.7454rem,
    1rem
  );
  font-weight: 700;
}
.pf-Prizes__Button {
  margin-top: 1rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .pf-Prizes__Button {
    margin-top: 2.5rem;
  }
}

.pf-Spots__UpperImage {
  position: -webkit-sticky;
  position: sticky;
  top: 64px;
  z-index: -2;
  width: 100%;
  aspect-ratio: 1.4423076923;
}
.pf-Spots__UpperImage::before {
  position: absolute;
  top: -2.875rem;
  width: 100%;
  aspect-ratio: 1.4423076923;
  background-image: url("../images/pages/front/spots-bg-sp.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  content: "";
}
@media screen and (min-width: 768px) {
  .pf-Spots__UpperImage {
    aspect-ratio: 2.3625;
  }
  .pf-Spots__UpperImage::before {
    top: 0;
    aspect-ratio: 2.3625;
    background-image: url("../images/pages/front/spots-bg.jpg");
    background-size: contain;
  }
}

.pf-Spots__Contaier {
  max-width: 100%;
  padding-inline: 5.3333333333%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .pf-Spots__Contaier {
    max-width: 1106px;
    padding-inline: 41px;
  }
}

.pf-Spots__LowerWrap {
  margin-top: -90px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .pf-Spots__LowerWrap {
    margin-top: -120px;
  }
}

.pf-Spots__Contents {
  margin-top: -1.875rem;
  padding-top: 1.875rem;
  padding-bottom: 3.125rem;
  position: relative;
  background-color: #67b0c7;
  overflow: hidden;
}

.pf-Spots__LowerBody {
  position: relative;
}
@media screen and (min-width: 768px) {
  .pf-Spots__LowerBody {
    padding-bottom: 4rem;
    display: flex;
  }
}

.pf-Spots__Contaier {
  max-width: 100%;
  padding-inline: 5.3333333333%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .pf-Spots__Contaier {
    max-width: 1106px;
    padding-inline: 41px;
  }
}

.pf-Spots__Headline02 {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  font-family: "Kiwi Maru", serif;
  font-size: clamp(
    1.75rem,
    1.61vw + 0.9772rem,
    2.5rem
  );
  padding-left: 2.1875rem;
  position: relative;
  font-weight: 500;
  line-height: 1.25;
}
.pf-Spots__Headline02::before {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  transform: translateY(-50%);
  width: clamp(
    1.375rem,
    2.15vw + 0.343rem,
    2.375rem
  );
  aspect-ratio: 1;
  background-image: url(../images/pages/front/spots-star.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (min-width: 768px) {
  .pf-Spots__Headline02 {
    margin-inline: unset;
    padding-top: 4.375rem;
    padding-left: unset;
    writing-mode: vertical-lr;
    text-orientation: upright; /* 文字を正立 */
    font-feature-settings: "pwid" on;
    letter-spacing: 10px;
  }
  .pf-Spots__Headline02::before {
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.pf-Spots__SwiperWrap {
  margin-top: 1.3125rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .pf-Spots__SwiperWrap {
    margin-top: unset;
    margin-left: 2.375rem;
  }
}

.pf-Spots__Swiper {
  width: 100vw;
  height: 402px;
}
@media screen and (min-width: 768px) {
  .pf-Spots__Swiper {
    margin-left: -32px;
    height: 542px;
  }
}

@media screen and (min-width: 768px) {
  .pf-Spots__SwiperNav {
    width: 92%;
    height: 5rem;
    position: absolute;
    bottom: 7%;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .pf-Spots__Prev,
.pf-Spots__Next {
    position: relative;
    width: 5rem;
    aspect-ratio: 1;
    background-color: #ffee56;
    border-radius: 50%;
  }
  .pf-Spots__Prev::before,
.pf-Spots__Next::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    transform: translate(-50%, -50%);
    width: 1rem;
    aspect-ratio: 0.5925925926;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .pf-Spots__Prev:hover,
.pf-Spots__Next:hover {
    cursor: pointer;
  }
}

.pf-Spots__Prev::before {
  background-image: url(../images/icon/spots-prev.svg);
}

.pf-Spots__Next::before {
  background-image: url(../images/icon/spots-next.svg);
}

.pf-Spots__AreaCTA {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .pf-Spots__AreaCTA {
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
  }
}

.pf-Spots__CTATitleWrap {
  width: clamp(
    15.9375rem,
    32.26vw + 0.4527rem,
    30.9375rem
  );
  aspect-ratio: 4.6363636364;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .pf-Spots__CTATitleWrap {
    margin-inline: unset;
    width: 30.9375rem;
    aspect-ratio: 4.6261682243;
  }
}

.pf-Spots__CTATitleImage {
  -o-object-fit: contain;
     object-fit: contain;
}

.pf-Spots__CTAWrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
}

.pf-Spots__CTANote {
  margin-top: 1rem;
  text-align: center;
  color: #ffffff;
  font-size: clamp(
    0.71875rem,
    1.15vw + 0.44921875rem,
    1rem
  );
}
@media screen and (min-width: 768px) {
  .pf-Spots__CTANote {
    font-size: clamp(
    0.875rem,
    0.18vw + 0.8328125rem,
    1rem
  );
    margin-top: unset;
    text-align: right;
    white-space: nowrap;
  }
}

.pf-Spots__Button {
  margin-top: 1.5rem;
  margin-inline: auto;
  display: block;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .pf-Spots__Button {
    margin-inline: auto 0;
  }
}

.pf-QandA {
  padding-top: clamp(
    2.0625rem,
    3.63vw + 0.3201rem,
    3.75rem
  );
  max-width: 100%;
  padding-inline: 5.3333333333%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .pf-QandA {
    max-width: 1106px;
    padding-inline: 41px;
  }
}
@media screen and (min-width: 768px) {
  .pf-QandA {
    padding-bottom: 3.75rem;
    padding-block: 6.375rem 3.75rem;
  }
}

.pf-QandA__SectionBody {
  margin-top: clamp(
    2.1875rem,
    2.82vw + 0.8339rem,
    3.5rem
  );
}

.pf-QandA__Headline02Image {
  -webkit-mask-image: url(../images/icon/q_and_a.svg);
          mask-image: url(../images/icon/q_and_a.svg);
}

.pf-QandA__Details {
  position: relative;
}
.pf-QandA__Details:not(:first-child) {
  margin-top: clamp(
    0.75rem,
    1.34vw + 0.1068rem,
    1.375rem
  );
}

.pf-QandA__SummaryWrap {
  width: 100%;
  border-radius: 16px;
  border: 2px solid #4a3636;
  background-color: #ffffff;
  padding-top: clamp(
    0.75rem,
    1.34vw + 0.1068rem,
    1.375rem
  );
  padding-bottom: clamp(
    0.625rem,
    1.88vw + -0.2774rem,
    1.5rem
  );
  padding-left: clamp(
    3.125rem,
    2.42vw + 1.9634rem,
    4.25rem
  );
  padding-right: clamp(
    1rem,
    1.08vw + 0.4816rem,
    1.5rem
  );
  display: flex;
  align-items: center;
  position: relative;
  font-size: clamp(
    0.875rem,
    0.81vw + 0.4862rem,
    1.25rem
  );
  font-weight: 700;
}
.pf-QandA__SummaryWrap::-webkit-details-marker {
  display: none;
}
.pf-QandA__SummaryWrap::before {
  position: absolute;
  top: 50%;
  left: clamp(
    0.875rem,
    1.34vw + 0.2318rem,
    1.5rem
  );
  transform: translateY(-50%);
  color: #9ed0e0;
  font-family: "Josefin Sans", sans;
  font-size: clamp(
    1.5rem,
    1.08vw + 0.9816rem,
    2rem
  );
  font-weight: 400;
  content: "Q";
}
.pf-QandA__Details[open] .pf-QandA__SummaryWrap {
  border-bottom: 2px dashed #4a3636;
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
}

.pf-QandA__Summary {
  padding-right: clamp(
    0.9375rem,
    0.13vw + 0.8751rem,
    1rem
  );
  width: 100%;
}

.pf-QandA__Toggle {
  margin-left: auto;
  display: block;
  width: clamp(
    1.63125rem,
    2.94vw + 0.22005rem,
    3rem
  );
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #9ed0e0;
  position: relative;
}
.pf-QandA__Toggle::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(
    0.625rem,
    1.08vw + 0.1066rem,
    1.125rem
  );
  height: clamp(
    0.125rem,
    0.13vw + 0.0626rem,
    0.1875rem
  );
  background-color: #ffffff;
  content: "";
}
.pf-QandA__Toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: clamp(
    0.625rem,
    1.08vw + 0.1066rem,
    1.125rem
  );
  height: clamp(
    0.125rem,
    0.13vw + 0.0626rem,
    0.1875rem
  );
  background-color: #ffffff;
  content: "";
  transition: 0.3s transform ease;
}
.pf-QandA__Details[open] .pf-QandA__Toggle::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.pf-QandA__Notes {
  padding-top: clamp(
    0.75rem,
    2.02vw + -0.2196rem,
    1.6875rem
  );
  padding-bottom: clamp(
    0.75rem,
    2.02vw + -0.2196rem,
    1.6875rem
  );
  padding-left: clamp(
    3.125rem,
    1.61vw + 2.3522rem,
    3.875rem
  );
  padding-right: clamp(
    1rem,
    1.08vw + 0.4816rem,
    1.5rem
  );
  border-radius: 0 0 1rem 1rem;
  border: 2px solid #4a3636;
  background-color: #f5f5f5;
  position: relative;
  color: #4a3636;
  font-size: clamp(
    0.875rem,
    0.27vw + 0.7454rem,
    1rem
  );
  font-weight: 400;
  transition: 0.3s display;
}
.pf-QandA__Notes::before {
  position: absolute;
  top: 50%;
  left: clamp(
    0.875rem,
    1.34vw + 0.2318rem,
    1.5rem
  );
  transform: translateY(-50%);
  color: #9ed0e0;
  font-family: "Josefin Sans", sans;
  font-size: clamp(
    1.5rem,
    1.08vw + 0.9816rem,
    2rem
  );
  font-weight: 400;
  content: "A";
}

.pf-Resume {
  padding-top: clamp(
    1.875rem,
    4.03vw + -0.0594rem,
    3.75rem
  );
  padding-bottom: clamp(
    1.875rem,
    12.1vw + -3.933rem,
    7.5rem
  );
  max-width: 100%;
  padding-inline: 5.3333333333%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .pf-Resume {
    max-width: 1106px;
    padding-inline: 41px;
  }
}

.pf-Resume__Board {
  padding-block: clamp(
    0.75rem,
    3.09vw + -0.7332rem,
    2.1875rem
  ) clamp(
    1.5rem,
    0.81vw + 1.1112rem,
    1.875rem
  );
  padding-inline: clamp(
    0.9375rem,
    4.44vw + -1.1937rem,
    3rem
  );
  border: 8px solid #ffffff;
  background-color: #f4fafb;
}
@media screen and (min-width: 768px) {
  .pf-Resume__Board {
    margin-inline: auto;
  }
}

.pf-Resume__Headline02Image {
  -webkit-mask-image: url(../images/icon/resume.svg);
          mask-image: url(../images/icon/resume.svg);
}

.pf-Resume__SectionBody {
  margin-top: clamp(
    1.25rem,
    2.96vw + -0.1708rem,
    2.625rem
  );
}

.pf-Resume__Item {
  padding-block: 0.8125rem 0.9375rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .pf-Resume__Item {
    padding-block: 0.875rem 0.625rem;
    flex-direction: row;
    gap: clamp(
    1.25rem,
    9.41vw + -3.2668rem,
    5.625rem
  );
    align-items: flex-start;
  }
}
.pf-Resume__Item:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}

.pf-Resume__ItemHeader {
  padding-left: clamp(
    1rem,
    2.15vw + -0.032rem,
    2rem
  );
  font-weight: 700;
  position: relative;
  font-size: 0.875rem;
}
.pf-Resume__ItemHeader::before {
  position: absolute;
  top: 50%;
  left: clamp(
    0rem,
    2.15vw + -1.032rem,
    1rem
  );
  transform: translateY(-50%);
  width: 0.5rem;
  aspect-ratio: 1;
  background-color: #9ed0e0;
  content: "";
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .pf-Resume__ItemHeader {
    flex: 0 0 9.375rem;
    font-size: 1rem;
  }
}

.pf-Resume__ItemBody {
  font-size: 0.75rem;
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  .pf-Resume__ItemBody {
    margin-top: unset;
    font-size: 1rem;
  }
}

.pf-Rresume__NoteItem {
  padding-left: 1rem;
  padding-bottom: 1px;
  position: relative;
  margin-top: -2px;
}
.pf-Rresume__NoteItem::before {
  position: absolute;
  top: 0.9em;
  left: 0.8em;
  transform: translate(-50%, -50%);
  width: 0.25rem;
  aspect-ratio: 1;
  background-color: #4a3636;
  content: "";
}
@media screen and (min-width: 768px) {
  .pf-Rresume__NoteItem {
    padding-left: 1.5rem;
    margin-top: unset;
  }
}

.pf-View02 {
  position: relative;
  left: 0;
  width: 100%;
  aspect-ratio: 3.78;
}
.pf-View02::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 3.78;
  background-image: url(../images/pages/front/view_bg-02.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.pf-Contact {
  padding-top: clamp(
    2.125rem,
    11.69vw + -3.4862rem,
    7.5625rem
  );
  padding-bottom: clamp(
    2.5rem,
    10.75vw + -2.66rem,
    7.5rem
  );
  background-color: #ffffff;
}

.pf-Contact__Container {
  max-width: 100%;
  padding-inline: 5.3333333333%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .pf-Contact__Container {
    max-width: 1106px;
    padding-inline: 41px;
  }
}

.pf-Contact__Headline02Image {
  -webkit-mask-image: url(../images/pages/front/contact-i-mail.svg);
          mask-image: url(../images/pages/front/contact-i-mail.svg);
}

.pf-Contact__SectionBody {
  margin-top: clamp(
    2.25rem,
    1.61vw + 1.4772rem,
    3rem
  );
}
@media screen and (min-width: 768px) {
  .pf-Contact__SectionBody {
    margin-inline: auto;
    max-width: 930px;
    padding-inline: 41px;
  }
}

.pf-Contact__Caption {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(
    0.75rem,
    0.54vw + 0.4908rem,
    1rem
  );
  text-align: center;
}
.pf-Contact__List {
  margin-top: clamp(
    0.75rem,
    3.76vw + -1.0548rem,
    2.5rem
  );
}

.pf-Contact__Item {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
}
.pf-Contact__Item:not(:first-child) {
  margin-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .pf-Contact__Item {
    flex-direction: row;
    align-items: flex-start;
    gap: 1.25rem;
  }
  .pf-Contact__Item:not(:first-child) {
    margin-top: 1.75rem;
    align-items: center;
  }
}

.pf-Contact__ItemTitle {
  font-weight: 700;
}

.pf-Contact__Tag-Required {
  position: relative;
  display: inline-block;
}
.pf-Contact__Tag-Required::before {
  position: absolute;
  top: 50%;
  right: -4.5rem;
  transform: translate(-50%, -50%);
  border-radius: 0.25rem;
  padding-block: 0.25rem;
  padding-inline: 0.5rem;
  background-color: #ce2073;
  content: "必須";
  color: #ffffff;
  font-size: 0.75rem;
}

.pf-Contact__ItemTitle {
  padding-block: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .pf-Contact__ItemTitle {
    flex-basis: 12.5rem;
  }
}
.pf-Contact__ItemTitle.-Message {
  align-self: flex-start;
}

.pf-Contact__ItemBody {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .pf-Contact__ItemBody {
    width: unset;
    flex: 1 1 auto;
  }
}

.pf-Contact__Text-Single,
.pf-Contact__Email,
.pf-Contact__Select,
.pf-Contact__Text-Multi {
  width: 100%;
  border-radius: 5px;
  background-color: #f5f5f5;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-inline: 1rem;
  border: 1px solid transparent;
}
@media screen and (min-width: 768px) {
  .pf-Contact__Text-Single,
.pf-Contact__Email,
.pf-Contact__Select,
.pf-Contact__Text-Multi {
    padding-top: 0.875rem;
    padding-bottom: 0.6875rem;
  }
}
@media (hover: hover) {
  .pf-Contact__Text-Single:hover,
.pf-Contact__Email:hover,
.pf-Contact__Select:hover,
.pf-Contact__Text-Multi:hover {
    border: 1px solid #9ed0e0;
    cursor: pointer;
    outline: unset;
  }
}
.pf-Contact__Text-Single:focus,
.pf-Contact__Email:focus,
.pf-Contact__Select:focus,
.pf-Contact__Text-Multi:focus {
  outline: unset;
  border: 1px solid #9ed0e0;
  background-color: #e9f6f8;
}
.invalid-Null .pf-Contact__Text-Single, .invalid-Email .pf-Contact__Text-Single,
.invalid-Null .pf-Contact__Email,
.invalid-Email .pf-Contact__Email,
.invalid-Null .pf-Contact__Select,
.invalid-Email .pf-Contact__Select,
.invalid-Null .pf-Contact__Text-Multi,
.invalid-Email .pf-Contact__Text-Multi {
  border: 1px solid #ce2073;
  background-color: #fff0f7;
}

.c-Contact__ErrorRequired,
.c-Contact__ErrorEmail {
  display: none;
  color: #ce2073;
  font-weight: 700;
  font-size: 16px;
  margin-top: 6px;
}

.invalid-Null .c-Contact__ErrorRequired {
  display: block;
}

.invalid-Email .c-Contact__ErrorEmail {
  display: block;
}

.c-Contact__SelectWrap {
  position: relative;
  width: 100%;
}

.c-Contact__Select {
  position: relative;
  z-index: 0;
  width: 100%;
}
@media (hover: hover) {
  .c-Contact__Select:hover {
    cursor: pointer;
  }
}
.invalid-Select .c-Contact__Select {
  border: 1px solid #ce2073;
  background-color: #fff0f7;
}

.c-Contact__SelectButton {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
  width: clamp(
    3.25rem,
    0vw + 3.25rem,
    3.25rem
  );
  height: 100%;
  border-radius: 0 5px 5px 0;
  background-color: #9ed0e0;
}
.c-Contact__SelectButton::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  width: clamp(
    2rem,
    0vw + 2rem,
    2rem
  );
  aspect-ratio: 1;
  background-image: url(../images/icon/contact-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.invalid-Select .c-Contact__SelectButton {
  background-color: #ce2073;
}

.pf-Contact__ItemBody-Newsletter {
  display: flex;
  padding-left: 0.75rem;
}

.pf-Contact__Radio-Subsc {
  width: 100%;
}

.c-Contact__RadioLabel {
  display: inline-block;
  position: relative;
}
.c-Contact__RadioLabel::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: clamp(
    1.5rem,
    0vw + 1.5rem,
    1.5rem
  );
  aspect-ratio: 1;
  background-color: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
}
.c-Contact__RadioLabel::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: clamp(
    0.75rem,
    0vw + 0.75rem,
    0.75rem
  );
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #67b0c7;
  content: "";
  opacity: 0;
}
@media (hover: hover) {
  .c-Contact__RadioLabel:hover::before {
    border: 1px solid #9ed0e0;
  }
}

.c-Contact__Radio:checked + .c-Contact__RadioLabel {
  font-weight: 700;
}
.c-Contact__Radio:checked + .c-Contact__RadioLabel::after {
  opacity: 1;
}

.c-Contact__RadioLabel {
  position: relative;
  z-index: 2;
  padding-left: 1.375rem;
}
.c-Contact__RadioLabel:not(:first-of-type) {
  margin-left: 2.1875rem;
}
.c-Contact__RadioLabel::after {
  width: clamp(
    0.75rem,
    0vw + 0.75rem,
    0.75rem
  );
  background-color: #67b0c7;
  content: "";
  opacity: 0;
}
@media (hover: hover) {
  .c-Contact__RadioLabel:hover {
    cursor: pointer;
  }
  .c-Contact__RadioLabel:hover:after {
    border: 1px solid #9ed0e0;
  }
}

.pf-Contact__Text-Multi {
  height: 160px;
}

.pf-Contact__AcceptWrap {
  margin-top: 1.1875rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .pf-Contact__AcceptWrap {
    margin-top: 2.5rem;
  }
}

.c-Contact__Accept {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-Contact__Accept:checked + .c-Contact__AcceptLabel::after {
  opacity: 1;
}

.c-Contact__AcceptLabel {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-left: 1.9375rem;
  position: relative;
  font-weight: 700;
  cursor: pointer;
}
.c-Contact__AcceptLabel::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  aspect-ratio: 1;
  border-radius: 3px;
  background-color: #f5f5f5;
  transition: border-color 0.3s;
  content: "";
}
.c-Contact__AcceptLabel::after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../images/icon/contact-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  content: "";
  transition: opacity 0.3s;
}

.c-Contact__AcceptLink {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  transition: color 0.3s;
}

.pf-Contact__Submit {
  margin-inline: auto;
  margin-top: 1.5rem;
  padding-bottom: 0.25rem;
  padding-inline: clamp(
    1.25rem,
    2.42vw + 0.0884rem,
    2.375rem
  );
}
@media screen and (min-width: 768px) {
  .pf-Contact__Submit {
    margin-top: 2.625rem;
  }
}

.pg-Footer {
  padding-top: clamp(
    2.75rem,
    10.62vw + -2.3476rem,
    7.6875rem
  );
}

.pg-Footer__Upper {
  max-width: 100%;
  padding-inline: 5.3333333333%;
  margin-inline: auto;
  padding-bottom: clamp(
    1.875rem,
    9.41vw + -2.6418rem,
    6.25rem
  );
}
@media screen and (min-width: 768px) {
  .pg-Footer__Upper {
    max-width: 1106px;
    padding-inline: 41px;
  }
}

.pg-Footer__Caption {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Josefin Sans", sans;
  font-size: clamp(
    1.25rem,
    0.54vw + 0.9908rem,
    1.5rem
  );
  line-height: 1.25;
}

.pg-footer__SNSWrap {
  margin-top: 1.625rem;
  margin-inline: auto;
  transform: translateX(-2px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 3rem;
}

.pg-Footer__Onomichi {
  margin-top: clamp(
    0.9375rem,
    4.17vw + -1.0641rem,
    2.875rem
  );
  margin-inline: auto;
  width: clamp(
    46.1875rem,
    0vw + 46.1875rem,
    46.1875rem
  );
  max-width: 100%;
  aspect-ratio: 9.5974025974;
}

.pg-Footer__Layout {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .pg-Footer__Layout {
    flex-direction: row;
    align-items: unset;
  }
}

.pg-Footer__LayoutRight {
  width: 100%;
  background-color: #ffffff;
  border-radius: 0 0 1rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 1.625rem 1.5rem;
  padding-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .pg-Footer__LayoutRight {
    flex-basis: 50%;
    border-radius: 1rem 0 0 1rem;
    padding-block: 1.25rem;
  }
}

.pg-Footer__OverviewWrap {
  width: clamp(
    17.5rem,
    14.78vw + 10.4056rem,
    24.375rem
  );
}
.pg-Footer__LogoWrap {
  margin-inline: auto;
  width: clamp(
    9.5625rem,
    4.03vw + 7.6281rem,
    11.4375rem
  );
  aspect-ratio: 7.625;
}
@media screen and (min-width: 768px) {
  .pg-Footer__LogoWrap {
    margin-inline: unset;
  }
}

.pg-Footer__OverView {
  margin-top: 1.875rem;
  font-size: clamp(
    0.75rem,
    0.54vw + 0.4908rem,
    1rem
  );
}
@media screen and (min-width: 768px) {
  .pg-Footer__OverView {
    margin-top: 1.5rem;
  }
}

.pg-OverView__Item {
  display: flex;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .pg-OverView__Item:not(:first-child) {
    margin-top: 0.75rem;
  }
}

.pg-OverView__Title {
  padding-left: 1rem;
  flex: 0 0 clamp(
    5rem,
    5.38vw + 2.4176rem,
    7.5rem
  );
  font-weight: 700;
  position: relative;
}
.pg-OverView__Title::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.5rem;
  aspect-ratio: 1;
  border-radius: 10px;
  background-color: #67b0c7;
  content: "";
}

.pg-OverView__Notes {
  flex-grow: 1;
}

.pg-Footer__MapWrap {
  width: 100%;
  aspect-ratio: 1.2361623616;
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .pg-Footer__MapWrap {
    border-radius: 0 1rem 1rem 0;
    aspect-ratio: 1.28;
    flex-basis: 50%;
  }
}

.pg-Footer__FirstWave {
  margin-top: 7.875rem;
}
@media screen and (min-width: 768px) {
  .pg-Footer__FirstWave {
    margin-top: unset;
  }
}

.pg-Footer__CopyrightWrap {
  margin-top: -1.25rem;
  padding-top: 2.5rem;
  padding-bottom: 1.875rem;
  background-color: #67b0c7;
}

.pg-Footer__Copyright {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  font-size: clamp(
    0.625rem,
    0.54vw + 0.3658rem,
    0.875rem
  );
}

.pg-Footer__ToTopWrap {
  display: none;
}
.pg-Footer__ToTopWrap.is-Visible {
  display: block;
}

.pg-Footer__ToTopLink {
  position: fixed;
  bottom: 0.25rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  width: 4.6875rem;
  aspect-ratio: 0.8196721311;
  background-image: url(../images/icon/footer-to-top.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .pg-Footer__ToTopLink {
    bottom: 3.125rem;
    left: unset;
    transform: unset;
    right: 2.5rem;
    width: 6.25rem;
  }
}

.pg-Policy {
  padding-block: clamp(
    5rem,
    2.69vw + 3.7088rem,
    6.25rem
  );
}

.pg-Policy__Headline02 {
  font-weight: 700;
  font-size: clamp(
    1.5rem,
    1.08vw + 0.9816rem,
    2rem
  );
  line-height: 1.2em;
}

.pg-Policy__List {
  padding-left: 1rem;
}

.pg-Policy__Item {
  margin-top: 3.125rem;
}

.pg-Policy__Header {
  position: relative;
  padding-left: 1rem;
  font-weight: 700;
  font-size: clamp(
    1.375rem,
    0.81vw + 0.9862rem,
    1.75rem
  );
  line-height: 1.2em;
}
.pg-Policy__Header::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 0.3125rem;
  height: 120%;
  background-color: #67b0c7;
  content: "";
}

.pg-Policy__Body {
  margin-top: 1.875rem;
}
/*# sourceMappingURL=style.css.map */