@charset "UTF-8";
/* Colors */
:root {
  --clr-brown: #4a3636;
  --clr-gray: #f5f5f5;
  --clr-d-gray: #ccc;
  --clr-blue: #9ed0e0;
  --clr-d-blue: #67b0c7;
  --clr-l-blue: #e9f6f8;
  --clr-b-gray: #cce1e4;
  --clr-a-red: #ce2073;
  --clr-a-yellow: #ffee56;
}

/* BOILERPLATE*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  interpolate-size: allow-keywords;
}

html {
  overflow-x: hidden;
}

body {
  background-color: var(--clr-l-blue);
  color: var(--clr-brown);
  min-height: 100vh;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  overflow-x: hidden;
}

/* HEADERー文字崩れを防ぐためbpをmedium837pxに設定 */
.header {
  background-color: #fff;
  height: 64px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 250;
}

.header__inner {
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 52.3125em) {
  .header__inner {
    padding: 14px 24px;
    max-width: 1024px;
    margin-inline: auto;
  }
}
.header__inner .header__logo {
  margin-top: 3px;
  width: 210px;
}
.header__inner .header__logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 52.3125em) {
  .header__inner .header__logo {
    margin-top: 7px;
    width: 183px;
  }
}

.header__nav-list {
  display: none;
}
@media (min-width: 52.3125em) {
  .header__nav-list {
    padding-inline: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
  }
}

.header__nav-link:hover,
.drawer-content__link:hover {
  text-decoration: underline;
  color: var(--clr-d-blue);
}

@media (min-width: 52.3125em) {
  .header__open {
    display: none;
  }
}

.drawer-icon {
  width: 32px;
  height: 27px;
  position: relative;
  z-index: 1;
}

.drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 6px;
  background: var(--clr-brown);
  transition: transform 0.3s linear, top 0.3s linear;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 12px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 24px;
}

.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  top: 12px;
  transform: rotate(45deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  opacity: 0;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  top: 12px;
  transform: rotate(-45deg);
}

/* DRAWER */
.drawer-content {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 64px;
  right: 0;
  z-index: 100;
  padding-top: 82px;
  transform: translateY(-100%);
  transition: transform 0.3s linear;
}
.drawer-content.is-checked {
  transform: translateY(0);
}

.drawer-content__menu {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.drawer-content__link {
  font-size: 14px;
  text-align: center;
  color: var(--clr-brown);
}

.drawer-content__button {
  margin-top: 14px;
  text-align: center;
}

/* LAYOUT  */
.inner {
  padding-inline: 20px;
}
@media (min-width: 52.3125em) {
  .inner {
    max-width: 1024px;
    margin-inline: auto;
  }
}

@media (min-width: 52.3125em) {
  .hidden-pc {
    display: none;
  }
}

.hidden-sp {
  display: none;
}
@media (min-width: 52.3125em) {
  .hidden-sp {
    display: inline-block;
  }
}

/* TYPOGRAPHY */
.bold {
  font-weight: 700;
}

.underline {
  text-decoration-line: underline;
  cursor: pointer;
}
.underline:hover {
  color: var(--clr-d-blue);
}

/* heading style */
.heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
@media (min-width: 52.3125em) {
  .heading {
    gap: 8px;
  }
}

.heading__ja {
  display: inline-block;
  font-family: "Kiwi Maru";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  padding-bottom: 6px;
  border-bottom: 6px solid var(--clr-a-yellow);
}
@media (min-width: 52.3125em) {
  .heading__ja {
    padding-top: 0;
    padding-bottom: 8px;
    border-bottom: 8px solid var(--clr-a-yellow);
    font-size: 32px;
  }
}

.heading__en {
  font-family: Courgette;
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 52.3125em) {
  .heading__en {
    font-size: 20px;
  }
}

/* ICON */
.material-symbols--campaign::after {
  display: inline-block;
  width: 37.333px;
  height: 37.333px;
  vertical-align: -0.125em;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%239ed0e0' d='M18 13v-2h4v2zm1.2 7L16 17.6l1.2-1.6l3.2 2.4zm-2-12L16 6.4L19.2 4l1.2 1.6zM5 19v-4H4q-.825 0-1.412-.587T2 13v-2q0-.825.588-1.412T4 9h4l5-3v12l-5-3H7v4zm9-3.65v-6.7q.675.6 1.088 1.463T15.5 12t-.413 1.888T14 15.35'/%3E%3C/svg%3E");
}
@media (min-width: 52.3125em) {
  .material-symbols--campaign::after {
    width: 48px;
    height: 48px;
  }
}

.ic--baseline-camera-alt::after {
  display: inline-block;
  width: 37.333px;
  height: 37.333px;
  vertical-align: -0.125em;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='3.2' fill='%239ed0e0'/%3E%3Cpath fill='%239ed0e0' d='M9 2L7.17 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2h-3.17L15 2zm3 15c-2.76 0-5-2.24-5-5s2.24-5 5-5s5 2.24 5 5s-2.24 5-5 5'/%3E%3C/svg%3E");
}
@media (min-width: 52.3125em) {
  .ic--baseline-camera-alt::after {
    width: 48px;
    height: 48px;
  }
}

.ph--gift-bold::after {
  display: inline-block;
  width: 37.333px;
  height: 37.333px;
  vertical-align: -0.125em;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath fill='%239ed0e0' d='M216 68h-25.94A33.8 33.8 0 0 0 196 49.69A36.62 36.62 0 0 0 158.31 12A33.44 33.44 0 0 0 134 23.25a54.7 54.7 0 0 0-6 8.3a54.7 54.7 0 0 0-6-8.3A33.44 33.44 0 0 0 97.69 12A36.62 36.62 0 0 0 60 49.69A33.8 33.8 0 0 0 65.94 68H40a20 20 0 0 0-20 20v32a20 20 0 0 0 16 19.6V200a20 20 0 0 0 20 20h144a20 20 0 0 0 20-20v-60.4a20 20 0 0 0 16-19.6V88a20 20 0 0 0-20-20m-4 48h-72V92h72Zm-60-76.83a9.6 9.6 0 0 1 7-3.17h.35A12.62 12.62 0 0 1 172 49a9.6 9.6 0 0 1-3.17 7c-6.9 6.12-18.25 9.26-27.63 10.76c1.5-9.34 4.64-20.69 10.8-27.59m-64.3.53a12.8 12.8 0 0 1 8.91-3.7H97a9.6 9.6 0 0 1 7 3.17c6.12 6.9 9.26 18.24 10.75 27.61C105.45 65.27 94 62.13 87.17 56A9.6 9.6 0 0 1 84 49a12.72 12.72 0 0 1 3.7-9.3M44 92h72v24H44Zm16 48h56v56H60Zm80 56v-56h56v56Z'/%3E%3C/svg%3E");
}
@media (min-width: 52.3125em) {
  .ph--gift-bold::after {
    width: 48px;
    height: 48px;
  }
}

.ph--magnifying-glass-plus-bold::after {
  display: inline-block;
  width: 11.52px;
  height: 11.52px;
  vertical-align: -0.125em;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath fill='%23fff' d='M156 112a12 12 0 0 1-12 12h-20v20a12 12 0 0 1-24 0v-20H80a12 12 0 0 1 0-24h20V80a12 12 0 0 1 24 0v20h20a12 12 0 0 1 12 12m76.49 120.49a12 12 0 0 1-17 0L168 185a92.12 92.12 0 1 1 17-17l47.54 47.53a12 12 0 0 1-.05 16.96M112 180a68 68 0 1 0-68-68a68.08 68.08 0 0 0 68 68'/%3E%3C/svg%3E");
}
@media (min-width: 52.3125em) {
  .ph--magnifying-glass-plus-bold::after {
    width: 48px;
    height: 48px;
  }
}

.healthicons--communication::after {
  display: inline-block;
  width: 37.333px;
  height: 37.333px;
  vertical-align: -0.125em;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath fill='%239ed0e0' fill-rule='evenodd' d='M18.5 6C10.492 6 4 12.492 4 20.5C4 38.5 28 42 28 42v-7h1.5C37.508 35 44 28.508 44 20.5S37.508 6 29.5 6zM24 23.5a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5M34.5 21a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0M16 23.5a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5' clip-rule='evenodd'/%3E%3C/svg%3E");
}
@media (min-width: 52.3125em) {
  .healthicons--communication::after {
    width: 48px;
    height: 48px;
  }
}

.material-symbols--edit-note-rounded::after {
  display: inline-block;
  width: 37.333px;
  height: 37.333px;
  vertical-align: -0.125em;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%239ed0e0' d='M5 14q-.425 0-.712-.288T4 13t.288-.712T5 12h5q.425 0 .713.288T11 13t-.288.713T10 14zm0-4q-.425 0-.712-.288T4 9t.288-.712T5 8h9q.425 0 .713.288T15 9t-.288.713T14 10zm0-4q-.425 0-.712-.288T4 5t.288-.712T5 4h9q.425 0 .713.288T15 5t-.288.713T14 6zm8 13v-1.65q0-.2.075-.387t.225-.338l5.225-5.2q.225-.225.5-.325t.55-.1q.3 0 .575.113t.5.337l.925.925q.2.225.313.5t.112.55t-.1.563t-.325.512l-5.2 5.2q-.15.15-.337.225T15.65 20H14q-.425 0-.712-.287T13 19m6.575-4.6l.925-.975l-.925-.925l-.95.95zM14.5 18.5h.95l3.025-3.05l-.45-.475l-.475-.45l-3.05 3.025zm0 0v-.95l3.05-3.025l.925.925l-3.025 3.05z'/%3E%3C/svg%3E");
}
@media (min-width: 52.3125em) {
  .material-symbols--edit-note-rounded::after {
    width: 48px;
    height: 48px;
  }
}

.ic--round-mail::after {
  display: inline-block;
  width: 37.333px;
  height: 37.333px;
  vertical-align: -0.125em;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%239ed0e0' d='M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2m-.4 4.25l-6.54 4.09c-.65.41-1.47.41-2.12 0L4.4 8.25a.85.85 0 1 1 .9-1.44L12 11l6.7-4.19a.85.85 0 1 1 .9 1.44'/%3E%3C/svg%3E");
}
@media (min-width: 52.3125em) {
  .ic--round-mail::after {
    width: 48px;
    height: 48px;
  }
}

/* BUTTON */
.button {
  display: inline-flex;
  height: 40px;
  padding: 6px 24px 8px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  border: 2px solid var(--clr-brown);
  background: #fff;
  box-shadow: 0px 4px 0px 0px var(--clr-brown);
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 52.3125em) {
  .button {
    height: 56px;
    padding: 10px 40px 12px 40px;
    border: 3px solid var(--clr-brown);
    font-size: 20px;
  }
}
.button:hover {
  background: var(--clr-a-yellow);
}

.button-small {
  height: 40px;
  padding: 6px 24px 8px 24px;
  border: 2px solid var(--clr-brown);
  font-size: 16px;
}

.button-xsmall {
  height: 36px;
  padding: 6px 24px 8px 24px;
  border: 2px solid var(--clr-brown);
  font-size: 14px;
}

/* CARD */
/* NAVBAR */
/* FV */
.fv {
  padding-top: 64px;
  border-radius: 0px 0px 24px 24px;
  background: url(../img/fv.png) lightgray 50%/cover no-repeat;
  width: 100%;
  height: 618px;
}
@media (min-width: 52.3125em) {
  .fv {
    border-radius: 0px 0px 40px 40px;
    background: url(../img/fv.png) lightgray 0px -0.678px/100% 153.243% no-repeat;
    height: 740px;
  }
}

.fv__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 52.3125em) {
  .fv__inner {
    padding-left: 25px;
  }
}

.fv__title {
  margin-top: 20px;
  text-align: center;
  text-shadow: 0px 0px 30px #fff;
  font-family: "Kiwi Maru";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
}
@media (min-width: 52.3125em) {
  .fv__title {
    margin-top: 34px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
  }
}

.fv__content {
  display: flex;
  justify-content: space-between;
  gap: 58px;
  position: relative;
  left: -13px;
}
@media (min-width: 52.3125em) {
  .fv__content {
    gap: 260px;
    top: -50px;
    left: -50px;
  }
}

.fv__campaign {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: var(--clr-a-red);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 52.3125em) {
  .fv__campaign {
    width: 180px;
    height: 180px;
    position: relative;
    top: 26px;
    left: 3px;
  }
}

.fv__catch {
  margin-top: 20px;
  margin-bottom: 10px;
}
.fv__catch img {
  width: 335px;
}
@media (min-width: 52.3125em) {
  .fv__catch {
    margin-top: 24px;
    margin-bottom: 33px;
  }
  .fv__catch img {
    width: 520px;
  }
}

.fv__sub-image1 {
  margin-top: 9px;
  width: 142px;
}
@media (min-width: 52.3125em) {
  .fv__sub-image1 {
    width: 244px;
  }
}

.fv__desc {
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.fv__desc .line1 {
  color: #fff;
  font-size: 10px;
}
@media (min-width: 52.3125em) {
  .fv__desc .line1 {
    font-size: 16px;
  }
}
.fv__desc .line2 {
  color: var(--clr-a-yellow);
  font-size: 30.458px;
  font-style: normal;
  line-height: 1.25;
}
@media (min-width: 52.3125em) {
  .fv__desc .line2 {
    font-size: 49.84px;
  }
}
.fv__desc .line3 {
  color: var(--clr-a-yellow);
  font-size: 9.778px;
}
@media (min-width: 52.3125em) {
  .fv__desc .line3 {
    font-size: 16px;
  }
}
.fv__desc .line4 {
  color: #fff;
  font-size: 9.778px;
}
@media (min-width: 52.3125em) {
  .fv__desc .line4 {
    font-size: 16px;
  }
}
.fv__desc .line5 {
  color: #fff;
  font-size: 14.667px;
}
@media (min-width: 52.3125em) {
  .fv__desc .line5 {
    font-size: 24px;
  }
}

.fv__sub-images {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  top: -7px;
}
@media (min-width: 52.3125em) {
  .fv__sub-images {
    top: -184px;
    left: 5px;
  }
}

.fv__sub-image2 {
  flex-shrink: 0;
  position: relative;
  left: 38px;
}
@media (min-width: 52.3125em) {
  .fv__sub-image2 {
    left: 95px;
  }
}
.fv__sub-image2 img {
  width: 200px;
}
@media (min-width: 52.3125em) {
  .fv__sub-image2 img {
    width: 250px;
  }
}

.fv__sub-image3 {
  flex-shrink: 0;
  z-index: 2;
  position: relative;
  bottom: -11px;
  left: 55px;
}
@media (min-width: 52.3125em) {
  .fv__sub-image3 {
    bottom: -10px;
    left: -4px;
  }
}
.fv__sub-image3 img {
  width: 86px;
}
@media (min-width: 52.3125em) {
  .fv__sub-image3 img {
    width: 202px;
  }
}

.fv__sub-image4 {
  flex-shrink: 0;
  z-index: 2;
  position: relative;
  bottom: 44px;
  left: 40px;
}
@media (min-width: 52.3125em) {
  .fv__sub-image4 {
    bottom: 50px;
    left: 158px;
  }
}
.fv__sub-image4 img {
  width: 62px;
}
@media (min-width: 52.3125em) {
  .fv__sub-image4 img {
    width: 170px;
  }
}

.fv__sub-image5 {
  flex-shrink: 0;
  z-index: 3;
  position: relative;
  bottom: -12px;
  left: -64px;
}
@media (min-width: 52.3125em) {
  .fv__sub-image5 {
    bottom: -56px;
    left: -16px;
  }
}
.fv__sub-image5 img {
  width: 98px;
}
@media (min-width: 52.3125em) {
  .fv__sub-image5 img {
    width: 233px;
  }
}

/* ABOUT */
.about {
  padding-top: 172px;
  overflow: hidden;
}
@media (min-width: 52.3125em) {
  .about {
    padding-top: 191px;
  }
}

.about__inner {
  text-align: center;
  width: 335px;
  margin-inline: auto;
  padding: 40px 12px;
  border-radius: 24px;
  background: #fff;
  position: relative;
}
@media (min-width: 52.3125em) {
  .about__inner {
    width: 848px;
  }
}
.about__inner::after {
  content: "";
  display: block;
  width: 100px;
  height: 36px;
  background-image: url("../img/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -36px;
}
@media (min-width: 52.3125em) {
  .about__inner::after {
    width: 140px;
    height: 50px;
    bottom: -50px;
  }
}

.about__heading {
  padding-top: 8px;
}
@media (min-width: 52.3125em) {
  .about__heading {
    padding-top: 0;
  }
}

.about__image-wrapper {
  display: flex;
  justify-content: space-around;
  gap: 60px;
  margin-bottom: -60px;
  position: relative;
  bottom: -10px;
}
@media (min-width: 52.3125em) {
  .about__image-wrapper {
    top: 60px;
  }
}

.about__side-image {
  width: 80px;
}
@media (min-width: 52.3125em) {
  .about__side-image {
    width: 134px;
  }
}
.about__side-image img {
  width: 100%;
  height: auto;
}

.about__side-image:first-child {
  position: relative;
}
@media (min-width: 52.3125em) {
  .about__side-image:first-child {
    left: -44px;
  }
}

.about__side-image:last-child {
  position: relative;
  right: -10px;
}
@media (min-width: 52.3125em) {
  .about__side-image:last-child {
    right: -44px;
  }
}

.left-pc {
  display: none;
}
@media (min-width: 52.3125em) {
  .left-pc {
    display: block;
    position: absolute;
    border-radius: 24px;
    width: 250px;
    left: -350px;
    top: 25px;
    z-index: -1;
  }
}

.right-pc {
  display: none;
}
@media (min-width: 52.3125em) {
  .right-pc {
    display: block;
    position: absolute;
    border-radius: 24px;
    width: 100px;
    right: -170px;
    top: -73px;
  }
}

.left {
  width: 200px;
  position: absolute;
  left: -140px;
  bottom: 120px;
  z-index: -1;
}
@media (min-width: 52.3125em) {
  .left {
    width: 400px;
    left: -585px;
    top: 200px;
  }
}

.right {
  width: 200px;
  position: absolute;
  right: -175px;
  bottom: 240px;
  z-index: -1;
}
@media (min-width: 52.3125em) {
  .right {
    width: 480px;
    right: -610px;
    top: 120px;
  }
}

.about__image-wrapper3 {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.bottom-left {
  flex: 0 0 auto;
  width: 138px;
  margin-left: 5px;
}
@media (min-width: 75em) {
  .bottom-left {
    width: 427px;
    margin-top: -500px;
    margin-left: -100px;
    z-index: -2;
  }
}
.bottom-left img {
  height: auto;
  max-width: 100%;
}

.image-right {
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
}
@media (min-width: 75em) {
  .image-right {
    flex-direction: column-reverse;
  }
}

.bottom-right {
  margin-bottom: -124px;
  margin-right: 15px;
  flex: 0 0 auto;
  width: 133px;
  object-fit: contain;
}
@media (min-width: 75em) {
  .bottom-right {
    width: 308px;
    position: relative;
    top: -180px;
    left: -60px;
    z-index: -2;
  }
}

.bottom-right2 {
  flex: 0 0 auto;
  width: 48px;
  object-fit: contain;
  position: relative;
  bottom: -12px;
  right: 18px;
}
@media (min-width: 75em) {
  .bottom-right2 {
    width: 101px;
    top: -220px;
    right: -70px;
    z-index: -2;
  }
}

.about__image-onomichi {
  text-align: center;
  margin-top: -82px;
  transform: translateX(3px);
}
@media (min-width: 52.3125em) {
  .about__image-onomichi {
    margin-top: 52px;
    margin-left: -4px;
  }
}
.about__image-onomichi img {
  width: 355px;
}
@media (min-width: 52.3125em) {
  .about__image-onomichi img {
    width: 891px;
  }
}

.about__content-wrapper {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 52.3125em) {
  .about__content-wrapper {
    padding-top: 32px;
    gap: 32px;
  }
}

.about__caption {
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 52.3125em) {
  .about__caption {
    font-size: 16px;
  }
}

.about__highlight {
  font-size: 14px;
  font-weight: 700;
  padding-top: 12px;
  padding-bottom: 4px;
  border-bottom: 2px dashed var(--clr-blue);
}
@media (min-width: 52.3125em) {
  .about__highlight {
    font-size: 20px;
    padding-bottom: 12px;
  }
}

.about__desc {
  padding-bottom: 18px;
  font-size: 12px;
}
@media (min-width: 52.3125em) {
  .about__desc {
    padding-bottom: 26px;
    font-size: 16px;
  }
}
.about__desc:last-child {
  padding-bottom: 0;
}

/* ABOUT__SLIDER - SWIPER */
.about-swiper-wrapper {
  transition-timing-function: linear !important;
  display: flex;
  gap: 10px;
}
@media (min-width: 52.3125em) {
  .about-swiper-wrapper {
    gap: 20px;
  }
}

.about__slide {
  width: 100px !important;
  height: 100px;
}
@media (min-width: 52.3125em) {
  .about__slide {
    width: 200px !important;
    height: 200px;
  }
}
.about__slide img {
  width: 100px;
  height: 100px;
  border-radius: 12px;
}
@media (min-width: 52.3125em) {
  .about__slide img {
    width: 200px;
    height: 200px;
    border-radius: 24px;
  }
}

/* HOW-TO */
.how-to {
  padding-top: 30px;
  overflow: hidden;
}
@media (min-width: 52.3125em) {
  .how-to {
    padding-top: 116px;
  }
}

.how-to__inner {
  text-align: center;
  max-width: 375px;
  margin-inline: auto;
  padding: 28px 0;
  position: relative;
}
@media (min-width: 52.3125em) {
  .how-to__inner {
    max-width: 1024px;
    padding: 0;
  }
}

.how-to__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}

.how-to__card-wrapper {
  padding-top: 32px;
  padding-bottom: 22px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 52.3125em) {
  .how-to__card-wrapper {
    padding-top: 40px;
    padding-bottom: 5px;
    flex-direction: row;
    justify-content: space-between;
    gap: 16px;
  }
}

.how-to__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  gap: 16px;
}
@media (min-width: 52.3125em) {
  .how-to__card {
    gap: 24px;
    flex: 1;
  }
}

@media (min-width: 52.3125em) {
  .how-to__card:nth-of-type(2) {
    margin-top: 68px;
  }
}

.how-to__card-image img {
  width: 196px;
}
@media (min-width: 52.3125em) {
  .how-to__card-image img {
    width: 280px;
  }
}

.how-to__card-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 52.3125em) {
  .how-to__card-content {
    gap: 16px;
  }
}

.how-to__card-caption {
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 52.3125em) {
  .how-to__card-caption {
    font-size: 20px;
  }
}

.how-to__card-desc {
  font-size: 12px;
}
@media (min-width: 52.3125em) {
  .how-to__card-desc {
    font-size: 16px;
  }
}

.how-to__card-link a {
  display: inline-block;
  padding: 8px 12px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 52.3125em) {
  .how-to__card-link a {
    font-size: 16px;
  }
}
.how-to__card-link span {
  padding-right: 8px;
}

.how-to__card-line {
  width: 7px;
}
@media (min-width: 52.3125em) {
  .how-to__card-line {
    width: 113px;
    transform: translate(155px, -355px);
  }
}

.how-to__image-wrapper4 {
  display: flex;
  justify-content: space-between;
  align-items: start;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.image-left {
  display: flex;
  flex-direction: column;
  gap: 330px;
  margin-top: 30px;
}
@media (min-width: 52.3125em) {
  .image-left {
    gap: 0;
    margin-top: -80px;
    margin-left: -180px;
  }
}

.left1 {
  width: 149px;
}
@media (min-width: 52.3125em) {
  .left1 {
    width: 360px;
  }
}

.left2 {
  width: 55px;
  transform: rotate(180deg);
}
@media (min-width: 52.3125em) {
  .left2 {
    width: 100px;
    margin-top: 120px;
    margin-left: -20px;
  }
}

.image-right {
  margin-top: 35px;
  margin-right: -48px;
}
@media (min-width: 52.3125em) {
  .image-right {
    margin-top: -15px;
    margin-right: -180px;
  }
}

.right1 {
  width: 160px;
  object-fit: contain;
}
@media (min-width: 52.3125em) {
  .right1 {
    width: 377px;
  }
}

/* PRIZE */
.prize {
  margin-top: 68px;
  padding-top: 20px;
}
@media (min-width: 52.3125em) {
  .prize {
    margin-top: 248.967px;
    padding-top: 16px;
  }
}

.prize__inner {
  text-align: center;
  padding-inline: 20px;
  padding-bottom: 34px;
  margin-inline: auto;
  max-width: 375px;
  border-radius: 24px;
  background: #fff;
  position: relative;
  overflow: visible;
}
.prize__inner::before {
  content: "";
  display: block;
  width: 237.6px;
  height: 83px;
  background-image: url("../img/prize_cap.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -83px;
}
@media (min-width: 52.3125em) {
  .prize__inner::before {
    width: 365.624px;
    height: 148.967px;
    top: -148.967px;
  }
}
@media (min-width: 52.3125em) {
  .prize__inner {
    max-width: 1024px;
    padding-inline: 56px;
  }
}

.prize__background-wrapper {
  display: none;
}
@media (min-width: 52.3125em) {
  .prize__background-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.left-uroko,
.right-uroko {
  width: 315px;
}

.left-uroko {
  transform: translate(-62px, -126px);
}

.right-uroko {
  transform: translate(62px, -126px);
}

.prize__heading {
  position: relative;
  top: -63px;
}
@media (min-width: 52.3125em) {
  .prize__heading {
    top: -200px;
  }
}

.prize__desc {
  margin-top: -88px;
  padding-top: 36px;
  padding-bottom: 48px;
}
@media (min-width: 52.3125em) {
  .prize__desc {
    margin-top: -180px;
    font-size: 16px;
    padding-top: 22px;
    padding-bottom: 76px;
  }
}

.prize__card-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
@media (min-width: 52.3125em) {
  .prize__card-wrapper {
    column-gap: 32px;
    row-gap: 46px;
  }
}

/* HACK: FLEXBOX TWEAKS */
.prize__card {
  margin-bottom: 22px;
  position: relative;
  overflow: visible;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  flex: 0 1 calc(50% - 15px / 2);
}
@media (min-width: 52.3125em) {
  .prize__card {
    border-radius: 24px;
  }
}
@media (min-width: 52.3125em) {
  .prize__card .prize__image-main img {
    width: 440px;
    height: 340px;
  }
  .prize__card .svg-wrapper img {
    width: 100px;
    height: 100px;
  }
  .prize__card .svg-wrapper .overlay-text .head {
    font-size: 16px;
  }
  .prize__card .svg-wrapper .overlay-text .count {
    font-size: 48px;
  }
  .prize__card .prize__card-content {
    height: 120px;
  }
  .prize__card .prize__card-title {
    font-size: 20px;
  }
  .prize__card .icon-wrapper img {
    width: 100px;
    height: 100px;
  }
  .prize__card .ph--magnifying-glass-plus-bold::after {
    width: 32px;
    height: 32px;
  }
  .prize__card:nth-child(-n+2) {
    flex: 1 1 calc(45% - 15px / 2);
  }
  .prize__card:nth-child(n+3) {
    flex: 1 1 calc(30% - 15px * 2 / 3);
  }
  .prize__card:nth-child(n+3) .prize__image-main img {
    width: 280px;
    height: 240px;
  }
  .prize__card:nth-child(n+3) .svg-wrapper img {
    width: 80px;
    height: 80px;
  }
  .prize__card:nth-child(n+3) .svg-wrapper .overlay-text .head {
    font-size: 12.8px;
  }
  .prize__card:nth-child(n+3) .svg-wrapper .overlay-text .count {
    font-size: 38.4px;
  }
  .prize__card:nth-child(n+3) .prize__card-content {
    height: 80px;
  }
  .prize__card:nth-child(n+3) .prize__card-title {
    font-size: 16px;
  }
  .prize__card:nth-child(n+3) .icon-wrapper img {
    width: 64px;
    height: 64px;
  }
  .prize__card:nth-child(n+3) .ph--magnifying-glass-plus-bold::after {
    width: 20.48px;
    height: 20.48px;
  }
}

@media (min-width: 52.3125em) {
  .prize__card-image {
    display: flex; /* Makes it respond properly */
    align-items: stretch; /* Ensures full height usage */
    flex-grow: 1;
  }
}

.prize__image-main {
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
@media (min-width: 52.3125em) {
  .prize__image-main {
    width: 100%;
    height: 100%;
    border-radius: 19px 19px 0 0;
  }
}
.prize__image-main img {
  border-radius: 8px 8px 0 0;
  display: block;
  width: 160px;
  height: auto;
  object-fit: cover; /* Adjusts cropping */
}
@media (min-width: 52.3125em) {
  .prize__image-main img {
    border-radius: 24px 24px 0 0;
  }
}

/* HOVER */
.prize__card {
  border: 5px solid transparent;
  transition: border-color 0.3s ease;
}
.prize__card .prize__image-main img {
  transition: transform 0.3s ease;
}
.prize__card:hover {
  border-color: var(--clr-blue);
}
.prize__card:hover .prize__image-main img {
  transform: scale(1.1);
}
.prize__card:hover .icon-wrapper img {
  fill: var(--clr-blue);
}
.prize__card:hover .icon-wrapper img {
  opacity: 0.7;
}

.svg-wrapper {
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%); /* Adjust depth */
  z-index: 1;
}
.svg-wrapper img {
  display: block;
  width: 48px;
  height: 48px;
}
.svg-wrapper .overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.svg-wrapper .overlay-text .head {
  color: #fff;
  font-size: 7.68px;
  font-weight: 700;
}
.svg-wrapper .overlay-text .count {
  color: #fff;
  font-family: "Josefin Sans";
  font-size: 23.04px;
  font-weight: 700;
  line-height: 100%;
}

.prize__card-content {
  background: var(--clr-gray);
  border-radius: 0 0 8px 8px;
  position: relative;
  overflow: hidden;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 52.3125em) {
  .prize__card-content {
    border-radius: 0 0 19px 19px;
  }
}

.prize__card-title {
  font-size: 12px;
  font-weight: 700;
}

.icon-wrapper {
  position: absolute;
  display: inline-block;
  right: 0px;
  bottom: 0px;
}
.icon-wrapper img {
  width: 36px;
  height: 36px;
  transition: color 0.3s ease;
}

.overlay-icon {
  position: absolute;
  top: 73.3333333333%;
  left: 73.3333333333%;
  transform: translate(-50%, -50%);
}

.prize__button {
  font-size: clamp(12px, 2px + 4vw, 16px);
  padding: 6px 22px 8px 22px;
}
@media (min-width: 52.3125em) {
  .prize__button {
    padding: 6px 34px 8px 34px;
    font-size: 20px;
    margin-top: 12px;
  }
}

/* PRIZE MODAL */
.prize-modal {
  position: fixed;
  inset: 0;
  margin: auto;
  padding: 0;
  max-width: 480px;
  height: 650px;
  overflow: auto;
  border-radius: 24px;
  background: #fff;
  border: none;
  z-index: 30;
}
.prize-modal::backdrop {
  opacity: 0.5;
  background: #000;
}

.prize-modal__wrapper {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.prize-modal__image {
  display: block;
  min-width: 100%;
  height: 300px;
  border-radius: 24px 24px 0 0;
  object-fit: cover;
}

.prize-modal__content {
  padding-inline: 40px;
}

.prize-modal__title {
  font-size: 20px;
  font-weight: 700;
}

.prize-modal__desc {
  padding-top: 12px;
  padding-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
}

/* GALLERY */
.gallery {
  background: var(--clr-d-blue);
}

.gallery__interval {
  background-image: url("../img/img_bg_wave.png"), url("../img/bg_pic.png");
  background-repeat: repeat-x, no-repeat;
  background-position: left bottom, center;
  background-size: auto 46px, cover;
  width: 100%;
  height: 260px;
  overflow: hidden;
  margin-top: -44px;
}
@media (min-width: 52.3125em) {
  .gallery__interval {
    height: 640px;
    margin-top: 20px;
    background-size: auto 120px, cover;
  }
}

.gallery__heading {
  padding-bottom: 24px;
  color: #fff;
  text-align: center;
  font-family: "Kiwi Maru";
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
}
@media (min-width: 52.3125em) {
  .gallery__heading {
    font-size: 40px;
    writing-mode: vertical-rl;
    letter-spacing: 10px;
    text-orientation: mixed;
    white-space: nowrap;
    padding-bottom: 0;
  }
}
.gallery__heading::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url("../img/icon-star.svg") no-repeat center center/contain;
  margin-right: 8px;
  vertical-align: middle;
}
@media (min-width: 52.3125em) {
  .gallery__heading::before {
    width: 56px;
    height: 56px;
    margin-inline-end: 14px;
  }
}

/* GALLERY SLIDER */
.gallery__slider {
  position: relative;
}
@media (min-width: 52.3125em) {
  .gallery__slider {
    display: flex;
    align-items: flex-start;
    width: 100vw; /* Makes sure it spans full viewport */
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

.gallery__swiper {
  overflow: hidden;
}

.gallery-swiper-wrapper {
  display: flex;
  gap: 16px;
}
@media (min-width: 52.3125em) {
  .gallery-swiper-wrapper {
    gap: 32px;
  }
}

.gallery__slide {
  width: 240px !important;
  height: 398px;
  padding: 0;
}
@media (min-width: 52.3125em) {
  .gallery__slide {
    width: 344px !important;
    height: 582px;
    padding: 0 40px 40px;
  }
}

.gallery-card {
  width: 240px;
  border-radius: 12px;
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 16px;
}
@media (min-width: 52.3125em) {
  .gallery-card {
    border-radius: 24px;
    width: 344px;
    gap: 24px;
  }
}

.gallery__image {
  border-radius: 12px 12px 0 0;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 52.3125em) {
  .gallery__image {
    border-radius: 24px 24px 0 0;
    height: 240px;
  }
}

.gallery__content {
  padding-inline: 24px;
  padding-bottom: 31.16px;
  flex-grow: 1;
}
@media (min-width: 52.3125em) {
  .gallery__content {
    padding-inline: 32px;
  }
}

.gallery__title {
  padding-bottom: 16px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 52.3125em) {
  .gallery__title {
    font-size: 20px;
  }
}

.gallery__desc {
  font-size: 12px;
}
@media (min-width: 52.3125em) {
  .gallery__desc {
    font-size: 16px;
  }
}

.gallery__prev,
.gallery__next {
  opacity: 0;
  width: 40px;
  height: 40px;
}
.gallery__prev::after,
.gallery__next::after {
  display: none;
}
@media (min-width: 52.3125em) {
  .gallery__prev,
  .gallery__next {
    opacity: 1;
    width: 80px;
    height: 80px;
    top: auto;
    bottom: 0;
    transform: none;
  }
}

.gallery__prev {
  left: 0;
  background: url(../img/prev-icon.png) no-repeat center center/contain;
}
@media (min-width: 52.3125em) {
  .gallery__prev {
    left: 0;
    right: auto;
  }
}

.gallery__next {
  right: 0;
  background: url(../img/next-icon.png) no-repeat center center/contain;
}
@media (min-width: 52.3125em) {
  .gallery__next {
    right: calc(30% - 40px);
    left: auto;
  }
}

.gallery__cta {
  background: var(--clr-d-blue);
  text-align: center;
}
@media (min-width: 52.3125em) {
  .gallery__cta {
    margin-bottom: 12px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 80px;
    position: relative;
  }
}

.gallery__background {
  display: none;
}
@media (min-width: 64em) {
  .gallery__background {
    display: block;
    width: 100px;
    height: 220px;
    position: absolute;
    top: -90px;
    left: 30px;
  }
}

.gallery__interval2 {
  background-image: url("../img/img_bg_wave_down.png");
  background-repeat: repeat-x;
  background-position: left top;
  background-size: auto 46px;
  height: 46px;
  margin-top: -3px;
  width: 100%;
}
@media (min-width: 52.3125em) {
  .gallery__interval2 {
    background-size: auto 122px;
    height: 122px;
    margin-top: -23px;
  }
}

.gallery__cta-image {
  display: inline-block;
  width: 255px;
}
@media (min-width: 52.3125em) {
  .gallery__cta-image {
    margin-top: 25px;
    width: 495px;
  }
}

@media (min-width: 52.3125em) {
  .gallery__cta-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}

.gallery__cta-desc {
  color: #fff;
  font-size: 12px;
  padding-top: 18px;
  padding-bottom: 24px;
}
@media (min-width: 52.3125em) {
  .gallery__cta-desc {
    font-size: 16px;
    padding-bottom: 0;
  }
}

.gallery__button {
  margin-bottom: 20px;
  font-size: clamp(12px, 5.8px + 1vw, 16px);
}

/* FAQ */
.faq {
  padding-top: 40px;
}
@media (min-width: 52.3125em) {
  .faq {
    margin-block: 76px;
  }
}

.faq__heading {
  padding-bottom: 24px;
}
@media (min-width: 52.3125em) {
  .faq__heading {
    padding-bottom: 38px;
  }
}

@media (min-width: 52.3125em) {
  .accordion__wrapper {
    max-width: 1024px;
  }
}

.accordion {
  text-align: left;
  border-radius: 12px;
  border: 2px solid currentColor;
  background: #fff;
  margin-bottom: 10px;
}
@media (min-width: 52.3125em) {
  .accordion {
    margin-bottom: 23px;
  }
}

.accordion__icon {
  color: var(--clr-blue);
  font-family: "Josefin Sans";
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  align-self: center;
}
@media (min-width: 52.3125em) {
  .accordion__icon {
    font-size: 32px;
  }
}

.accordion__text {
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 52.3125em) {
  .accordion__text {
    font-size: 20px;
  }
}

.accordion summary {
  cursor: pointer;
  padding: 11px 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
@media (min-width: 52.3125em) {
  .accordion summary {
    padding: 21px 24px;
  }
}

.accordion summary {
  list-style: none; /* 矢印アイコンを非表示にする */
}

.accordion summary::-webkit-details-marker {
  display: none; /* 矢印アイコンを非表示にする */
}

.accordion summary:after {
  content: "";
  display: inline-block;
  width: 26.182px;
  height: 26.182px;
  background-color: var(--clr-blue);
  background-image: url("../img/Icon-plus.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border-radius: 50%;
  margin-left: auto;
}
@media (min-width: 52.3125em) {
  .accordion summary:after {
    width: 48px;
    height: 48px;
  }
}

.accordion[open] summary:after {
  content: "";
  display: inline-block;
  width: 26.182px;
  height: 26.182px;
  background-color: var(--clr-blue);
  background-image: url("../img/Icon-minus.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border-radius: 50%;
  margin-left: auto;
}
@media (min-width: 52.3125em) {
  .accordion[open] summary:after {
    width: 48px;
    height: 48px;
  }
}

.accordion .content {
  font-size: 14px;
  padding: 14px 16px;
  background-color: var(--clr-gray);
  border-radius: 0 0 12px 12px;
  display: flex;
  gap: 16px;
}
@media (min-width: 52.3125em) {
  .accordion .content {
    font-size: 16px;
    padding: 24px 24px;
  }
}

details::details-content {
  overflow: hidden;
  block-size: 0;
  transition: block-size 0.5s, content-visibility 0.5s;
  content-visibility: auto; /* コンテンツの可視性を自動に設定 */
  transition-behavior: allow-discrete; /* アニメーションを許可 */
}

details[open]::details-content {
  overflow: auto;
  block-size: auto;
}

/* ENTRY */
.entry {
  padding-top: 14px;
  padding-bottom: 24px;
}
@media (min-width: 52.3125em) {
  .entry {
    padding-top: 54px;
    padding-bottom: 132px;
  }
}

.entry__inner {
  margin-inline: 16px;
  border: 8px solid #fff;
  background: rgba(255, 255, 255, 0.5);
}
@media (min-width: 52.3125em) {
  .entry__inner {
    max-width: 1024px;
    padding-inline: 56px;
    margin-inline: auto;
  }
}

.entry__heading {
  padding-top: 20px;
  padding-bottom: 23px;
}
@media (min-width: 52.3125em) {
  .entry__heading {
    padding-bottom: 38px;
  }
}

.entry__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 24px;
}

.entry__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 52.3125em) {
  .entry__list {
    gap: 9px;
  }
}

.entry__content {
  border-bottom: 1px solid var(--clr-d-gray);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 52.3125em) {
  .entry__content {
    display: flex;
    flex-direction: row;
    row-gap: 12px;
  }
}

.entry__content:last-child {
  border-bottom: none;
}

.entry__term {
  font-size: 14px;
  font-weight: 700;
  width: 225px;
}
.entry__term::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--clr-blue);
  margin-right: 8px;
}
@media (min-width: 52.3125em) {
  .entry__term::before {
    margin-left: 6px;
  }
}
@media (min-width: 52.3125em) {
  .entry__term {
    font-size: 16px;
  }
}

.entry__detail {
  padding-bottom: 14px;
}
@media (min-width: 52.3125em) {
  .entry__detail {
    padding-bottom: 12px;
  }
}
.entry__detail ul {
  list-style-type: disc;
  padding-left: 16px;
  line-height: 1.59;
}
@media (min-width: 52.3125em) {
  .entry__detail {
    font-size: 16px;
    line-height: 1.77;
    flex: 1;
  }
}

/* CONTACT */
.gallery__interval3 {
  background-image: url("../img/img_bg_entry.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 99px;
  overflow: hidden;
}
@media (min-width: 52.3125em) {
  .gallery__interval3 {
    height: 400px;
  }
}

.contact {
  background: #fff;
  padding-top: 38px;
  padding-bottom: 44px;
}
@media (min-width: 52.3125em) {
  .contact {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.contact__heading {
  padding-bottom: 24px;
}
@media (min-width: 52.3125em) {
  .contact__heading {
    padding-bottom: 32px;
  }
}

@media (min-width: 52.3125em) {
  .contact__box {
    max-width: 848px;
    margin-inline: auto;
  }
}

.contact__title {
  text-align: center;
  padding-bottom: 24px;
}
@media (min-width: 52.3125em) {
  .contact__title {
    font-size: 16px;
    padding-bottom: 40px;
  }
}

.contact__fields {
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 52.3125em) {
  .form-field {
    flex-direction: row;
    align-items: center;
  }
  .form-field:has(.form-textarea) .form-field__head {
    align-self: start;
  }
}

.form-field__head {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (min-width: 52.3125em) {
  .form-field__head {
    width: 230px;
    flex-shrink: 0;
  }
}

.form-field__label {
  font-size: 14px;
  font-weight: 700;
  padding-right: 10px;
}
@media (min-width: 52.3125em) {
  .form-field__label {
    font-size: 16px;
  }
}

.form-field__tag {
  color: #fff;
  background: var(--clr-a-red);
  border-radius: 4px;
  padding: 4px 8px;
}

.form-field__item {
  font-size: 14px;
}
@media (min-width: 52.3125em) {
  .form-field__item {
    flex-grow: 1;
    align-content: center;
  }
}

.form-text,
.form-select,
.form-textarea {
  height: 56px;
  width: 100%;
  border-radius: 8px;
  background: var(--clr-gray);
  font-size: 14px;
  padding: 16px;
  border: none;
}
@media (min-width: 52.3125em) {
  .form-text,
  .form-select,
  .form-textarea {
    font-size: 16px;
  }
}
.form-text:focus,
.form-select:focus,
.form-textarea:focus {
  outline: 2px solid var(--clr-d-blue);
  outline-offset: 1px;
}

.is-invalid {
  border: 2px solid var(--clr-a-red);
}

.error-msg {
  color: red;
  font-size: 12px;
  margin-top: 5px;
  display: block;
}

/* DEFAULT APPEARANCEを隠す */
.form-radio,
.form-checkbox {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin-right: 16px;
}
.form-radio:last-child,
.form-checkbox:last-child {
  margin-right: 0;
}

.form-radio__input,
.form-checkbox__input {
  opacity: 0;
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

/* 疑似要素でカスタムする */
.form-radio__text {
  padding-left: 36px;
  position: relative;
  font-size: 14px;
}
@media (min-width: 52.3125em) {
  .form-radio__text {
    font-size: 16px;
    height: 56px;
    align-content: center;
  }
}
.form-radio__text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 2px solid var(--clr-gray);
  border-radius: 50%;
  background-color: var(--clr-gray);
  transition: border-color 0.2s ease-in-out;
}
.form-radio__text::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--clr-d-blue);
  transition: transform 0.2s ease-in-out;
}

.form-radio__input:checked + .form-radio__text::before {
  border-color: var(--clr-d-blue);
}

.form-radio__input:checked + .form-radio__text::after {
  transform: translateY(-50%) scale(1);
}

.form-checkbox__text {
  padding-left: 28px;
  position: relative;
  font-size: 16px;
}
.form-checkbox__text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid var(--clr-gray);
  border-radius: 4px;
  background-color: var(--clr-gray);
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.form-checkbox__text::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 4px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg) scale(0);
  transition: transform 0.2s ease-in-out;
}

.form-checkbox__input:checked + .form-checkbox__text::before {
  background-color: var(--clr-d-blue);
  border-color: var(--clr-d-blue);
}

.form-checkbox__input:checked + .form-checkbox__text::after {
  transform: rotate(45deg) scale(1);
}

.form-radio__input:focus-visible + .form-radio__text::before,
.form-checkbox__input:focus-visible + .form-checkbox__text::before {
  outline: 2px solid var(--clr-d-blue);
  outline-offset: 2px;
}

.form-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: var(--clr-gray);
  border-radius: 8px;
  padding: 16px 40px 16px 16px;
  width: 100%;
  cursor: pointer;
  background-image: url("../img/Icon-arrow.svg"), linear-gradient(var(--clr-blue), var(--clr-blue));
  background-repeat: no-repeat, no-repeat;
  background-position: right 11.5px center, right center;
  background-size: 32px 32px, 52px 100%;
}
.form-select:focus {
  outline: 2px solid var(--clr-d-blue);
  outline-offset: 0;
}

.form-textarea {
  height: 164px;
  resize: vertical;
}

.contact__privacy {
  text-align: center;
  padding-block: 24px;
}
@media (min-width: 52.3125em) {
  .contact__privacy {
    font-size: 16px;
    padding-block: 40px;
  }
}

.form-checkbox__text {
  text-align: center;
  font-size: 14px;
}
@media (min-width: 52.3125em) {
  .form-checkbox__text {
    font-size: 16px;
  }
}

.contact__button {
  text-align: center;
}

/* FOOTER - HEADER同様bpをlarge900pxに設定、とっくに地図とコンタクト情報がアンバランスになるのを避けるため*/
footer {
  padding-top: 40px;
  margin-inline: auto;
}
@media (min-width: 64em) {
  footer {
    padding-top: 120px;
    position: relative;
  }
}

@media (min-width: 64em) {
  .footer__inner {
    margin-inline: auto;
  }
}

.footer__background {
  display: none;
}
@media (min-width: 64em) {
  .footer__background {
    display: block;
    width: 100px;
    height: 220px;
    position: absolute;
    top: 80px;
    right: 80px;
  }
}

.footer__hav-heading {
  text-align: center;
  font-family: "Josefin Sans";
  font-size: 20px;
  line-height: 125%;
  padding-bottom: 24px;
}
@media (min-width: 64em) {
  .footer__hav-heading {
    font-size: 24px;
  }
}

.footer__nav-items-social {
  padding-bottom: 10px;
  display: flex;
  gap: 40px;
  justify-content: center;
}
@media (min-width: 64em) {
  .footer__nav-items-social {
    padding-bottom: 41px;
  }
}

.social-icon {
  width: 32px;
  height: 32px;
  fill: var(--clr-d-blue);
  vertical-align: middle;
  transition: fill 0.3s ease; /* Transition the fill property */
}

/* Styling for the anchor tag containing the icon */
.footer__nav-link {
  display: inline-flex; /* Helps center the icon within the link */
  align-items: center;
  justify-content: center;
  padding: 2px; /* Add some padding to make it easier to click */
  text-decoration: none; /* Remove underline from the link */
}

/* Optional: Hover effect for all social icons */
.footer__nav-link:hover .social-icon,
.footer__nav-link:focus .social-icon {
  fill: var(--clr-brown);
}

.footer__image-onomichi img {
  display: block;
  margin-inline: auto;
  width: 328px;
}
@media (min-width: 64em) {
  .footer__image-onomichi img {
    width: 755px;
    height: 82.231px;
  }
}

@media (min-width: 64em) {
  .footer__nav-items {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    padding-bottom: 135px;
  }
}

.footer__nav-map {
  width: 335px;
  margin-inline: auto; /* Centers itself */
  text-align: center;
}
@media (min-width: 64em) {
  .footer__nav-map {
    margin: 0;
    width: 512px;
    flex: 1;
  }
}

.footer__gmap {
  width: 100%;
  aspect-ratio: 335/271; /* この指定でgapが消えた */
  overflow: hidden;
}
@media (min-width: 64em) {
  .footer__gmap {
    aspect-ratio: 512/400;
  }
}

.footer__nav-contact {
  width: 335px;
  margin-inline: auto; /* Centers itself */
  background: #fff;
  padding: 22px 24px 26px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
}
@media (min-width: 64em) {
  .footer__nav-contact {
    padding-top: 106px;
    margin: 0;
    width: 512px;
    flex: 1;
    align-items: start;
    padding-left: 60px;
  }
}

.footer__logo {
  display: block; /* allowing margin auto to work */
  width: 153px;
  height: 20px;
}
@media (min-width: 64em) {
  .footer__logo {
    text-align: left;
    width: 183px;
    height: 24px;
  }
}

.nav-contact__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 64em) {
  .nav-contact__list {
    font-size: 16px;
  }
}

.nav-contact__content {
  display: flex;
  flex-direction: row;
}

.nav-contact__term {
  font-weight: 700;
  width: 80px;
}
.nav-contact__term::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--clr-blue);
  margin-right: 8px;
}

.footer__pagetop {
  padding-block: 28px;
}
.footer__pagetop img {
  display: block;
  margin-inline: auto;
  width: 75px;
  height: 78px;
}
@media (min-width: 64em) {
  .footer__pagetop {
    display: none;
  }
}

.gallery__interval4 {
  background-image: url("../img/img_bg_wave.png");
  background-repeat: repeat-x;
  background-position: left top;
  background-size: auto 46px;
  height: 46px;
  margin-top: -3px;
  width: 100%;
}
@media (min-width: 64em) {
  .gallery__interval4 {
    background-size: auto 122px;
    height: 122px;
    margin-top: -23px;
  }
}

.footer__copyright {
  background: var(--clr-d-blue);
  padding-bottom: 24px;
  text-align: center;
  color: #fff;
  font-size: 10px;
}
@media (min-width: 64em) {
  .footer__copyright {
    font-size: 14px;
    padding-bottom: 38px;
  }
}

/* PAGETOP */
.pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: min(13.3333333333%, 50px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 60;
}
@media (min-width: 52.3125em) {
  .pagetop {
    bottom: 20px;
    right: 20px;
    width: 76px;
  }
}
.pagetop.is-show {
  opacity: 1;
  visibility: visible;
}

/*# sourceMappingURL=style.css.map */
