@charset "UTF-8";
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  background: #e9f6f8;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #4a3636;
}

.inner {
  max-width: 1104px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 40px;
}
@media (max-width: 767px) {
  .inner {
    padding-inline: 20px;
    width: 100%;
  }
}

.button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-block: 9px 11px;
  padding-inline: 40px;
  color: #4a3636;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  /* JP/Text 16px Bold */
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6; /* 25.6px */
  border-radius: 40px;
  border: 2px solid #4a3636;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 0 0 #4a3636;
          box-shadow: 0 4px 0 0 #4a3636;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button.button--small {
  -webkit-padding-before: 6px;
          padding-block-start: 6px;
  -webkit-padding-after: 8px;
          padding-block-end: 8px;
  padding-inline: 24px;
  font-size: 14px;
}
.button.button--large {
  -webkit-padding-before: 15px;
          padding-block-start: 15px;
  -webkit-padding-after: 17px;
          padding-block-end: 17px;
  font-size: 20px;
}
@media (any-hover: hover) {
  .button:hover {
    background: #ffee56;
  }
}

.section-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-padding-after: 8px;
          padding-block-end: 8px;
  -webkit-border-after: 8px solid #ffee56;
          border-block-end: 8px solid #ffee56;
}
@media (max-width: 767px) {
  .section-title {
    -webkit-padding-after: 6px;
            padding-block-end: 6px;
    -webkit-border-after: 6px solid #ffee56;
            border-block-end: 6px solid #ffee56;
  }
}

.section-title-icon {
  width: 48px;
  height: 48px;
}
@media (max-width: 767px) {
  .section-title-icon {
    width: 37.33px;
    height: 37.33px;
  }
}

.section-title-en {
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
  color: #4a3636;
  /* En/Courgette 20px Regular */
  font-family: "Courgette", cursive;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 25px */
}
@media (max-width: 767px) {
  .section-title-en {
    font-size: 16px;
  }
}

.section-title-ja {
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
  color: #4a3636;
  -webkit-font-feature-settings: "pwid" on;
          font-feature-settings: "pwid" on;
  /* JP/Kiwi Maru 32px Medium */
  font-family: "Kiwi Maru", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 125%; /* 40px */
}
@media (max-width: 767px) {
  .section-title-ja {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .pc-only1023 {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .sp-only1024 {
    display: none !important;
  }
}

.header {
  padding-block: 12px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  background: #ffffff;
}
@media (max-width: 767px) {
  .header {
    padding-block: 16px;
  }
}

.header-inner {
  max-width: 1464px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .header-inner {
    padding-inline: 20px;
    padding-top: 1px;
  }
}

.header-logo {
  width: 183px;
  height: 24px;
}
@media (any-hover: hover) {
  .header-logo:hover {
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  .header-logo {
    width: 210px;
    height: 27px;
  }
}

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 900px) {
  .header-nav {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
}

.header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 900px) {
  .header-list {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
}
.header-list li a {
  color: #4a3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.6; /* 19.2px */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .header-list li a:hover {
    opacity: 0.8;
  }
}

.header-icon-bar-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 9px;
}

.header-icon-bar1 {
  width: 32px;
  height: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
}

.header-icon-bar1-middle {
  width: 25.6px;
  height: 3px;
  background: #4a3636;
  border-radius: 10px;
}

.header-icon-bar1-short {
  width: 4.8px;
  height: 3px;
  background: #4a3636;
  border-radius: 10px;
}

.header-icon-bar2 {
  width: 32px;
  height: 3px;
  background: #4a3636;
  border-radius: 10px;
}

.header-icon-bar3 {
  width: 32px;
  height: 3px;
  background: #4a3636;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .header.is-drawer-open .header-icon .header-icon-bar-wrap .header-icon-bar1 {
    background: #4a3636;
    rotate: 45deg;
    translate: -1px 7.5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header.is-drawer-open .header-icon .header-icon-bar-wrap .header-icon-bar2 {
    display: none;
  }
  .header.is-drawer-open .header-icon .header-icon-bar-wrap .header-icon-bar3 {
    rotate: -45deg;
    translate: -1px -3.5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.drawer {
  padding-block: 187px 213px;
  background: #ffffff;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.drawer.is-drawer-open {
  opacity: 1;
  visibility: visible;
}

.drawer-inner {
  padding-inline: 114px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.drawer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.drawer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.drawer-list li {
  width: 100%;
}
.drawer-list a {
  width: 100%;
  text-align: center;
  -webkit-padding-after: 20px;
          padding-block-end: 20px;
  color: #4a3636;
  /* JP/Text 14px Regular */
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6; /* 22.4px */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .drawer-list a:hover {
    text-decoration: underline;
  }
}

.fv {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  position: relative;
  padding-top: 48px;
}

.fv-image {
  width: 100%;
  height: 756px;
  display: block;
  overflow: hidden;
  border-radius: 0 0 24px 24px;
}
@media (max-width: 899px) {
  .fv-image {
    height: 554px;
  }
}
.fv-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  aspect-ratio: 1512/740;
}

.fv-inner {
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 900px;
  margin-inline: auto;
}
@media (max-width: 899px) {
  .fv-inner {
    width: 335px;
  }
}

.fv-wrap {
  position: relative;
  -webkit-padding-before: 49px;
          padding-block-start: 49px;
}
@media (max-width: 899px) {
  .fv-wrap {
    -webkit-padding-before: 17px;
            padding-block-start: 17px;
  }
}

.fv-wrap-text {
  color: #4a3636;
  text-align: center;
  text-shadow: 0 0 30px #ffffff;
  font-family: "Kiwi Maru", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
}
@media (max-width: 899px) {
  .fv-wrap-text {
    font-size: 14px;
    font-weight: 400;
  }
}

.fv-wrap-title {
  width: 520px;
  margin-inline: auto;
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
}
@media (max-width: 899px) {
  .fv-wrap-title {
    width: 335px;
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}
.fv-wrap-title img {
  width: 100%;
}

.fv-wrap-share {
  width: 244px;
  position: absolute;
  top: 290px;
  left: 63px;
}
@media (max-width: 899px) {
  .fv-wrap-share {
    width: 142px;
    top: 195px;
    left: 0;
  }
}
.fv-wrap-share img {
  width: 100%;
}

.fv-wrap-hundred {
  width: 180px;
  position: absolute;
  top: 309px;
  right: 153px;
}
@media (max-width: 899px) {
  .fv-wrap-hundred {
    width: 110px;
    top: 188px;
    right: 25px;
  }
}
.fv-wrap-hundred img {
  width: 100%;
}

.fv-wrap-drink {
  width: 202px;
  position: absolute;
  top: 531px;
  left: 26px;
  z-index: 10;
}
@media (max-width: 899px) {
  .fv-wrap-drink {
    width: 86px;
    top: 575px;
    left: 0;
  }
}
.fv-wrap-drink img {
  width: 100%;
}

.fv-wrap-blackcat {
  width: 170px;
  position: absolute;
  top: 600px;
  right: 89px;
  z-index: 9;
}
@media (max-width: 899px) {
  .fv-wrap-blackcat {
    width: 62px;
    top: 583px;
    right: 0;
  }
}
.fv-wrap-blackcat img {
  width: 100%;
}

.fv-wrap-browncat {
  width: 233px;
  position: absolute;
  top: 721px;
  right: 26px;
  z-index: 10;
}
@media (max-width: 899px) {
  .fv-wrap-browncat {
    width: 98px;
    top: 638px;
    right: 11px;
  }
}
.fv-wrap-browncat img {
  width: 100%;
}

.fv-wrap-sp {
  position: relative;
  -webkit-margin-before: 35px;
          margin-block-start: 35px;
  margin-inline: auto;
  width: 250px;
  height: 510px;
}
@media (max-width: 899px) {
  .fv-wrap-sp {
    -webkit-margin-before: 119px;
            margin-block-start: 119px;
    width: 200px;
    height: 408px;
  }
}

.fv-wrap-smartphone-image {
  width: 100%;
}

.fv-wrap-sp-window {
  position: absolute;
  top: 152.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 899px) {
  .fv-wrap-sp-window {
    top: 123.43px;
    width: 160px;
  }
}

.sp-window-title {
  background: -webkit-gradient(linear, left top, right top, from(#f4c06d), color-stop(#d65a5c), to(#ac3790));
  background: linear-gradient(to right, #f4c06d, #d65a5c, #ac3790);
  padding: 8px 12px;
  color: #ffffff;
  text-align: center;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 899px) {
  .sp-window-title {
    padding: 6.4px 18.5px;
    font-size: 12.8px;
  }
}

.sp-window-span {
  color: #4a3636;
  text-align: center;
  -webkit-margin-before: 13px;
          margin-block-start: 13px;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  position: relative;
}
@media (max-width: 899px) {
  .sp-window-span {
    font-size: 12px;
  }
}
.sp-window-span::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 58px;
  height: 3px;
  background: #ce2073;
}

.sp-window-date {
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
  color: #4a3636;
  text-align: center;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 899px) {
  .sp-window-date {
    -webkit-margin-before: 3.2px;
            margin-block-start: 3.2px;
    font-size: 12px;
  }
}

.button.button--small.fv-sp-button {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  -webkit-margin-after: 24px;
          margin-block-end: 24px;
  margin-inline: auto;
}
@media (max-width: 899px) {
  .button.button--small.fv-sp-button {
    -webkit-margin-after: 19.2px;
            margin-block-end: 19.2px;
    -webkit-padding-before: 1px;
            padding-block-start: 1px;
    -webkit-padding-after: 3px;
            padding-block-end: 3px;
  }
}

.about-inner {
  position: relative;
  padding-block: 177px 258px;
  max-width: 960px;
  width: 100%;
  padding-inline: 60px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .about-inner {
    width: 335px;
    padding-block: 188px 176.87px;
    padding-inline: 0;
  }
}

.about-content {
  position: relative;
  background: #ffffff;
  border-radius: 40px;
  padding: 40px 114px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 34px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-content::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  width: 140px;
  height: 50px;
  background-image: url("../img/about-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .about-content::after {
    width: 100px;
    height: 36px;
  }
}
@media (max-width: 767px) {
  .about-content {
    padding: 40px 42px;
    row-gap: 21px;
  }
}

.about-c-subtitle {
  text-align: center;
  color: #4a3636;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media (max-width: 767px) {
  .about-c-subtitle {
    font-size: 14px;
  }
}

.about-c-text-wrap {
  text-align: center;
}
@media (max-width: 767px) {
  .about-c-text-wrap {
    font-size: 12px;
  }
}
.about-c-text-wrap .c-underline {
  text-decoration: underline;
}
.about-c-text-wrap .c-hashtag {
  font-weight: 700;
}
.about-c-text-wrap .about-c-text {
  text-align: center;
}
.about-c-text-wrap .about-c-text:nth-of-type(n + 2) {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}

@media (any-hover: hover) {
  .c-underline:hover {
    color: #9ed0e0;
  }
}

.about-c-present {
  padding-block: 12px;
  border-bottom: 2px dashed #9ed0e0;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .about-c-present {
    font-size: 14px;
  }
}

.button.about-c-button {
  font-size: 20px;
}
@media (max-width: 767px) {
  .button.about-c-button {
    padding-block: 2px 8px;
    padding-inline: 24px;
    font-size: 16px;
  }
}

.about-d-minipic-l {
  position: absolute;
  top: 227px;
  left: 147px;
  width: 134px;
  height: 100px;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
}
@media (max-width: 1024px) {
  .about-d-minipic-l {
    width: 80px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .about-d-minipic-l {
    width: 80px;
    height: 60px;
    left: 37px;
  }
}

.about-d-minipic-r {
  position: absolute;
  top: 233px;
  right: 148px;
  width: 134px;
  height: 100px;
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
}
@media (max-width: 1024px) {
  .about-d-minipic-r {
    width: 80px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .about-d-minipic-r {
    width: 80px;
    height: 60px;
    top: 225px;
    right: 23px;
  }
}

.about-d-naname {
  width: 250px;
  height: 250px;
  border-radius: 24px;
  overflow: hidden;
  position: absolute;
  top: 157px;
  right: calc(50% + 527px);
}
.about-d-naname img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .about-d-naname {
    display: none;
  }
}

.about-d-left-img {
  width: 480px;
  height: 480px;
  border-radius: 40px;
  overflow: hidden;
  position: absolute;
  z-index: -10;
  top: 251px;
  right: calc(50% + 614px);
}
@media (max-width: 767px) {
  .about-d-left-img {
    top: 583px;
    left: -140px;
    width: 200px;
    height: 200px;
  }
}
.about-d-left-img img {
  width: 100%;
}

.about-d-right-img {
  width: 480px;
  height: 480px;
  border-radius: 40px;
  overflow: hidden;
  position: absolute;
  z-index: -10;
  top: 251px;
  left: calc(50% + 560px);
}
@media (max-width: 767px) {
  .about-d-right-img {
    left: unset;
    top: 461px;
    right: -140px;
    width: 200px;
    height: 200px;
  }
}
.about-d-right-img img {
  width: 100%;
}

.about-d-catstamp {
  width: 100px;
  height: 220px;
  position: absolute;
  z-index: -10;
  top: 95px;
  left: calc(50% + 490.12px);
}
@media (max-width: 767px) {
  .about-d-catstamp {
    left: unset;
    top: 178px;
    right: -20px;
    width: 54px;
    height: 120px;
  }
}
.about-d-catstamp img {
  width: 100%;
}

.about-d-slope {
  width: 427px;
  height: 817px;
  position: absolute;
  z-index: -10;
  bottom: -50px;
  left: -380px;
}
@media (max-width: 767px) {
  .about-d-slope {
    bottom: -99.8px;
    left: -75px;
    width: 216px;
    height: 433px;
  }
}
.about-d-slope img {
  width: 100%;
}

.about-d-button {
  width: 101px;
  height: 100px;
  position: absolute;
  z-index: -10;
  bottom: 385.63px;
  right: -126px;
}
@media (max-width: 767px) {
  .about-d-button {
    bottom: 117.2px;
    right: 0;
    width: 48px;
    height: 48px;
  }
}
.about-d-button img {
  width: 100%;
}

.about-d-coincase {
  width: 308px;
  height: 150.6px;
  position: absolute;
  z-index: -10;
  bottom: 179px;
  right: -200px;
}
@media (max-width: 767px) {
  .about-d-coincase {
    bottom: 58.2px;
    right: 37px;
    width: 133px;
    height: 65px;
  }
}
.about-d-coincase img {
  width: 100%;
}

.about-d-wave2 {
  width: 874px;
  height: 45px;
  position: absolute;
  top: 785px;
  right: -760px;
}
@media (max-width: 767px) {
  .about-d-wave2 {
    display: none;
  }
}
.about-d-wave2 img {
  width: 100%;
}

.about-card {
  position: relative;
}
.about-card::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 891px;
  height: 97px;
  background-color: #9ed0e0;
  -webkit-mask-image: url("../img/about-img_onomichi.svg");
          mask-image: url("../img/about-img_onomichi.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 (max-width: 767px) {
  .about-card::before {
    width: 355px;
    height: 37.2px;
  }
}

.about-card__swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 200px;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about-card__swiper-slide {
    width: 100px;
    height: 100px;
  }
}

.about-card__swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.enter {
  padding-block: 120px;
}
@media (max-width: 767px) {
  .enter {
    -webkit-padding-before: 60.8px;
            padding-block-start: 60.8px;
    -webkit-padding-after: 37px;
            padding-block-end: 37px;
  }
}

.enter-inner {
  max-width: 1024px;
  width: 100%;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .enter-inner {
    padding-inline: 20px;
  }
}

.enter-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.enter-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  margin-block: 40px 48px;
}
@media (max-width: 1023px) {
  .enter-steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 16px;
    margin-block: 29px 15px;
  }
}

.enter-step {
  width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023px) {
  .enter-step {
    width: 100%;
    padding-inline: 20px;
  }
}
.enter-step.enter-step2 {
  -webkit-margin-before: 69px;
          margin-block-start: 69px;
  position: relative;
}
.enter-step.enter-step2::before {
  content: "";
  position: absolute;
  top: 136px;
  left: -100px;
  width: 113px;
  height: 24px;
  background: url(../img/howto-Vector\ 5.svg) no-repeat center center/cover;
}
@media (max-width: 1023px) {
  .enter-step.enter-step2::before {
    width: 34px;
    height: 7px;
    top: -24px;
    left: 48%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media (max-width: 1023px) {
  .enter-step.enter-step2 {
    -webkit-margin-before: 31px;
            margin-block-start: 31px;
  }
}
.enter-step.enter-step3 {
  position: relative;
}
.enter-step.enter-step3::before {
  content: "";
  position: absolute;
  top: 204px;
  left: -90px;
  width: 113px;
  height: 24px;
  background: url(../img/howto-Vector\ 5.svg) no-repeat center center/cover;
}
@media (max-width: 1023px) {
  .enter-step.enter-step3::before {
    width: 34px;
    height: 7px;
    top: -24px;
    left: 48%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.enter-step.enter-step3 .enter-step-text span {
  font-weight: 700;
}
@media (max-width: 1023px) {
  .enter-step.enter-step3 {
    -webkit-margin-before: 31px;
            margin-block-start: 31px;
  }
}

.enter-step-image {
  width: 280px;
  -webkit-margin-after: 24px;
          margin-block-end: 24px;
}
.enter-step-image img {
  width: 100%;
}
@media (max-width: 767px) {
  .enter-step-image {
    width: 196px;
    -webkit-margin-after: 18px;
            margin-block-end: 18px;
  }
}

.enter-step-title {
  text-align: center;
  color: #4a3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6; /* 32px */
  -webkit-margin-after: 16px;
          margin-block-end: 16px;
}
@media (max-width: 767px) {
  .enter-step-title {
    font-size: 16px;
  }
}

.enter-step-text {
  text-align: center;
  width: 100%;
  color: #4a3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6; /* 25.6px */
}
@media (max-width: 767px) {
  .enter-step-text {
    font-size: 12px;
  }
}

.enter-follow-button {
  font-size: 14px;
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  padding: 8px 12px 8px 44px;
  background: #ffffff;
  position: relative;
  font-weight: 700;
}
.enter-follow-button::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 9px;
  left: 12px;
  background-image: url("../img/insta-Icon.svg");
  background-size: contain; /* 画像が要素に収まるように調整 */
  background-repeat: no-repeat; /* 画像の繰り返しを無効化 */
}

.button.button--large.enter-button {
  -webkit-padding-before: 11px;
          padding-block-start: 11px;
  -webkit-padding-after: 9px;
          padding-block-end: 9px;
}
@media (max-width: 767px) {
  .button.button--large.enter-button {
    padding: 6px 24px;
    font-size: 14px;
  }
}

.enter-deco-map {
  position: absolute;
  z-index: -10;
  top: -60px;
  left: -206px;
  width: 420px;
  height: 628px;
}
@media (max-width: 767px) {
  .enter-deco-map {
    top: 0;
    left: -20px;
    width: 149px;
    height: 223px;
  }
}

.enter-deco-blackcat {
  position: absolute;
  z-index: -9;
  top: -16.03px;
  right: -139px;
  width: 214px;
  height: 181px;
}
@media (max-width: 767px) {
  .enter-deco-blackcat {
    top: 5px;
    right: -51px;
    width: 94px;
    height: 80px;
  }
}

.enter-deco-browncat {
  position: absolute;
  z-index: -10;
  top: -26px;
  right: -13px;
  width: 238px;
  height: 141px;
}
@media (max-width: 767px) {
  .enter-deco-browncat {
    top: 0;
    right: 4px;
    width: 105px;
    height: 63px;
  }
}

.enter-deco-catstamp {
  position: absolute;
  z-index: -10;
  top: 148px;
  left: calc(100% + 108px);
  width: 100px;
  height: 220px;
}
@media (max-width: 767px) {
  .enter-deco-catstamp {
    top: 74px;
    left: unset;
    right: 0;
    width: 55px;
    height: 120px;
  }
}

.enter-deco-catstamp-reverse {
  position: absolute;
  z-index: -10;
  top: 580px;
  right: calc(100% + 108px);
  width: 100px;
  height: 220px;
}
@media (max-width: 767px) {
  .enter-deco-catstamp-reverse {
    width: 55px;
    height: 120px;
    top: 540px;
    left: 0;
    right: unset;
  }
}

.prizes-inner {
  -webkit-padding-before: 148.97px;
          padding-block-start: 148.97px;
  position: relative;
}
@media (max-width: 767px) {
  .prizes-inner {
    -webkit-padding-before: 83px;
            padding-block-start: 83px;
    padding-inline: 0px;
  }
}

.prizes-title {
  margin-inline: auto;
  position: absolute;
  top: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
@media (max-width: 767px) {
  .prizes-title {
    top: 20px;
  }
}

.prizes-deco-l-triangele {
  position: absolute;
  top: 28px;
  left: 40px;
}
@media (max-width: 767px) {
  .prizes-deco-l-triangele {
    display: none;
  }
}

.prizes-deco-r-triangele {
  position: absolute;
  top: 28px;
  right: 40px;
}
@media (max-width: 767px) {
  .prizes-deco-r-triangele {
    display: none;
  }
}

.prizes-contents {
  position: relative;
  background-color: #ffffff;
  padding: 72.33px 50px 34.67px 50px;
  border-radius: 24px;
}
@media (max-width: 768px) {
  .prizes-contents {
    padding: 61.33px 20px 34.67px 20px;
  }
}

.prizes-deco-halfround {
  position: absolute;
  width: 366px;
  height: 149px;
  top: -149px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .prizes-deco-halfround {
    width: 237.6px;
    height: 83px;
    top: -82px;
  }
}

.prizes-contents-text {
  text-align: center;
}
@media (max-width: 767px) {
  .prizes-contents-text {
    font-size: 12px;
  }
}

.prizes-contents-cards {
  -webkit-margin-before: 50px;
          margin-block-start: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .prizes-contents-cards {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 15px;
  }
}

.prizes-contents-cards-card {
  position: relative;
  width: calc(50% - 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
}
.prizes-contents-cards-card:nth-of-type(3), .prizes-contents-cards-card:nth-of-type(4), .prizes-contents-cards-card:nth-of-type(5) {
  width: calc(33.33% - 21.3333333333px);
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media (max-width: 767px) {
  .prizes-contents-cards-card:nth-of-type(3), .prizes-contents-cards-card:nth-of-type(4), .prizes-contents-cards-card:nth-of-type(5) {
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
  }
}
.prizes-contents-cards-card:nth-of-type(3) .card-head, .prizes-contents-cards-card:nth-of-type(4) .card-head, .prizes-contents-cards-card:nth-of-type(5) .card-head {
  width: 80px;
  height: 80px;
  top: -40px;
}
.prizes-contents-cards-card:nth-of-type(3) .card-head-text, .prizes-contents-cards-card:nth-of-type(4) .card-head-text, .prizes-contents-cards-card:nth-of-type(5) .card-head-text {
  font-size: 12.8px;
  top: 9.6px;
}
.prizes-contents-cards-card:nth-of-type(3) .card-head-number, .prizes-contents-cards-card:nth-of-type(4) .card-head-number, .prizes-contents-cards-card:nth-of-type(5) .card-head-number {
  font-size: 38.4px;
  top: 32.27px;
}
.prizes-contents-cards-card:nth-of-type(3) .card-body, .prizes-contents-cards-card:nth-of-type(4) .card-body, .prizes-contents-cards-card:nth-of-type(5) .card-body {
  border-radius: 16px;
}
.prizes-contents-cards-card:nth-of-type(3) .card-body-image, .prizes-contents-cards-card:nth-of-type(4) .card-body-image, .prizes-contents-cards-card:nth-of-type(5) .card-body-image {
  overflow: hidden;
}
.prizes-contents-cards-card:nth-of-type(3) .card-body-text, .prizes-contents-cards-card:nth-of-type(4) .card-body-text, .prizes-contents-cards-card:nth-of-type(5) .card-body-text {
  height: 80px;
  font-size: 16px;
}
.prizes-contents-cards-card:nth-of-type(3) .card-body-zoom, .prizes-contents-cards-card:nth-of-type(4) .card-body-zoom, .prizes-contents-cards-card:nth-of-type(5) .card-body-zoom {
  width: 64px;
  height: 64px;
}
.prizes-contents-cards-card:nth-of-type(3) .card-body-zoom img, .prizes-contents-cards-card:nth-of-type(4) .card-body-zoom img, .prizes-contents-cards-card:nth-of-type(5) .card-body-zoom img {
  bottom: 8.96px;
  right: 8px;
  width: 20.48px;
  height: 20.48px;
}
@media (max-width: 1024px) {
  .prizes-contents-cards-card:nth-of-type(1), .prizes-contents-cards-card:nth-of-type(2), .prizes-contents-cards-card:nth-of-type(3), .prizes-contents-cards-card:nth-of-type(4), .prizes-contents-cards-card:nth-of-type(5) {
    width: calc(50% - 24px);
  }
  .prizes-contents-cards-card:nth-of-type(1) .card-head, .prizes-contents-cards-card:nth-of-type(2) .card-head, .prizes-contents-cards-card:nth-of-type(3) .card-head, .prizes-contents-cards-card:nth-of-type(4) .card-head, .prizes-contents-cards-card:nth-of-type(5) .card-head {
    width: 80px;
    height: 80px;
    top: -40px;
  }
  .prizes-contents-cards-card:nth-of-type(1) .card-head-text, .prizes-contents-cards-card:nth-of-type(2) .card-head-text, .prizes-contents-cards-card:nth-of-type(3) .card-head-text, .prizes-contents-cards-card:nth-of-type(4) .card-head-text, .prizes-contents-cards-card:nth-of-type(5) .card-head-text {
    font-size: 12.8px;
    top: 9.6px;
  }
  .prizes-contents-cards-card:nth-of-type(1) .card-head-number, .prizes-contents-cards-card:nth-of-type(2) .card-head-number, .prizes-contents-cards-card:nth-of-type(3) .card-head-number, .prizes-contents-cards-card:nth-of-type(4) .card-head-number, .prizes-contents-cards-card:nth-of-type(5) .card-head-number {
    font-size: 38.4px;
    top: 32.27px;
  }
  .prizes-contents-cards-card:nth-of-type(1) .card-body, .prizes-contents-cards-card:nth-of-type(2) .card-body, .prizes-contents-cards-card:nth-of-type(3) .card-body, .prizes-contents-cards-card:nth-of-type(4) .card-body, .prizes-contents-cards-card:nth-of-type(5) .card-body {
    border-radius: 16px;
  }
  .prizes-contents-cards-card:nth-of-type(1) .card-body-image, .prizes-contents-cards-card:nth-of-type(2) .card-body-image, .prizes-contents-cards-card:nth-of-type(3) .card-body-image, .prizes-contents-cards-card:nth-of-type(4) .card-body-image, .prizes-contents-cards-card:nth-of-type(5) .card-body-image {
    overflow: hidden;
    width: 115%;
  }
  .prizes-contents-cards-card:nth-of-type(1) .card-body-text, .prizes-contents-cards-card:nth-of-type(2) .card-body-text, .prizes-contents-cards-card:nth-of-type(3) .card-body-text, .prizes-contents-cards-card:nth-of-type(4) .card-body-text, .prizes-contents-cards-card:nth-of-type(5) .card-body-text {
    height: 80px;
    font-size: 16px;
  }
  .prizes-contents-cards-card:nth-of-type(1) .card-body-zoom, .prizes-contents-cards-card:nth-of-type(2) .card-body-zoom, .prizes-contents-cards-card:nth-of-type(3) .card-body-zoom, .prizes-contents-cards-card:nth-of-type(4) .card-body-zoom, .prizes-contents-cards-card:nth-of-type(5) .card-body-zoom {
    width: 64px;
    height: 64px;
  }
  .prizes-contents-cards-card:nth-of-type(1) .card-body-zoom img, .prizes-contents-cards-card:nth-of-type(2) .card-body-zoom img, .prizes-contents-cards-card:nth-of-type(3) .card-body-zoom img, .prizes-contents-cards-card:nth-of-type(4) .card-body-zoom img, .prizes-contents-cards-card:nth-of-type(5) .card-body-zoom img {
    bottom: 8.96px;
    right: 8px;
    width: 20.48px;
    height: 20.48px;
  }
}
@media (max-width: 768px) {
  .prizes-contents-cards-card:nth-of-type(1) .card-head, .prizes-contents-cards-card:nth-of-type(2) .card-head, .prizes-contents-cards-card:nth-of-type(3) .card-head, .prizes-contents-cards-card:nth-of-type(4) .card-head, .prizes-contents-cards-card:nth-of-type(5) .card-head {
    width: 48px;
    height: 48px;
    top: -24px;
  }
  .prizes-contents-cards-card:nth-of-type(1) .card-head-text, .prizes-contents-cards-card:nth-of-type(2) .card-head-text, .prizes-contents-cards-card:nth-of-type(3) .card-head-text, .prizes-contents-cards-card:nth-of-type(4) .card-head-text, .prizes-contents-cards-card:nth-of-type(5) .card-head-text {
    font-size: 7.68px;
    top: 7.77px;
  }
  .prizes-contents-cards-card:nth-of-type(1) .card-head-number, .prizes-contents-cards-card:nth-of-type(2) .card-head-number, .prizes-contents-cards-card:nth-of-type(3) .card-head-number, .prizes-contents-cards-card:nth-of-type(4) .card-head-number, .prizes-contents-cards-card:nth-of-type(5) .card-head-number {
    font-size: 23.04px;
    top: unset;
    bottom: 5.64px;
  }
  .prizes-contents-cards-card:nth-of-type(1) .card-body-text, .prizes-contents-cards-card:nth-of-type(2) .card-body-text, .prizes-contents-cards-card:nth-of-type(3) .card-body-text, .prizes-contents-cards-card:nth-of-type(4) .card-body-text, .prizes-contents-cards-card:nth-of-type(5) .card-body-text {
    height: 56px;
    font-size: 12px;
    line-height: 1.6;
  }
  .prizes-contents-cards-card:nth-of-type(1) .card-body-zoom, .prizes-contents-cards-card:nth-of-type(2) .card-body-zoom, .prizes-contents-cards-card:nth-of-type(3) .card-body-zoom, .prizes-contents-cards-card:nth-of-type(4) .card-body-zoom, .prizes-contents-cards-card:nth-of-type(5) .card-body-zoom {
    width: 36px;
    height: 36px;
  }
  .prizes-contents-cards-card:nth-of-type(1) .card-body-zoom img, .prizes-contents-cards-card:nth-of-type(2) .card-body-zoom img, .prizes-contents-cards-card:nth-of-type(3) .card-body-zoom img, .prizes-contents-cards-card:nth-of-type(4) .card-body-zoom img, .prizes-contents-cards-card:nth-of-type(5) .card-body-zoom img {
    bottom: 6.12px;
    right: 5.22px;
    width: 11.52px;
    height: 11.52px;
  }
}

.card-head {
  position: absolute;
  z-index: 10;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -50px;
  width: 100px;
  height: 100px;
}

.card-head-text {
  position: absolute;
  font-weight: 700;
  color: #ffffff;
  top: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.card-head-number {
  position: absolute;
  top: 40.33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Josefin Sans", sans-serif;
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
}
.card-body {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 24px;
  border: 4px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .card-body:hover {
    border-color: #9ed0e0;
  }
  .card-body:hover .card-body-image img {
    scale: 1.2;
  }
  .card-body:hover .card-body-zoom {
    background-color: #9ed0e0;
  }
}

.card-body-image {
  width: 100%;
  overflow: hidden;
}
.card-body-image img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card-body-text {
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 700;
  background-color: #f5f5f5;
}
.card-body-zoom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background-color: #67b0c7;
  -webkit-mask-image: url("../img/prizes_zoom.svg");
          mask-image: url("../img/prizes_zoom.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.card-body-zoom img {
  position: absolute;
  bottom: 14px;
  right: 12.5px;
  width: 32px;
  height: 32px;
}
.prizes-contents-button {
  -webkit-margin-before: 35px;
          margin-block-start: 35px;
  margin-inline: auto;
  font-size: 20px;
}
@media (max-width: 767px) {
  .prizes-contents-button {
    -webkit-margin-before: 12px;
            margin-block-start: 12px;
    padding: 6px 24px;
    font-size: 14px;
  }
}

.prizes-picture {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  position: relative;
}
@media (max-width: 768px) {
  .prizes-picture {
    -webkit-margin-before: 64px;
            margin-block-start: 64px;
  }
}
.prizes-picture::after {
  content: "";
  position: absolute;
  display: block;
  width: 200%;
  height: 120px;
  background-image: url("../img/spots-img_bg_wave.svg");
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: center;
  bottom: 0px;
  left: -120px;
}
@media (max-width: 1023px) {
  .prizes-picture::after {
    height: 46px;
  }
}

/* 初期設定 */
button {
  background: none;
}

:where(dialog) {
  width: unset;
  max-width: unset;
  height: unset;
  max-height: unset;
  padding: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

body:has(dialog[open]) {
  overflow: hidden;
}

/* モーダルのスタイル ============ */
dialog::-ms-backdrop {
  opacity: 0;
  -ms-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
dialog::backdrop {
  opacity: 0;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
dialog.js-show.modal__content {
  opacity: 1;
}
dialog.js-show::-ms-backdrop {
  opacity: 1;
  /* 背景画像 */
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(6px);
}
dialog.js-show::backdrop {
  opacity: 1;
  /* 背景画像 */
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(6px);
}

.modal__content {
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  /* モーダル枠組みのスタイル */
  width: 480px;
  height: 650px;
  background: #fff;
  border-radius: 20px;
}

.modal__inner {
  overflow-y: scroll;
  height: inherit;
  max-height: inherit;
  text-align: center;
}

.modal__body {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  /* modal内のスタイル */
}
.modal__body h3 {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
  font-size: 20px;
  font-weight: 700;
}
.modal__body p {
  -webkit-margin-before: 12px;
          margin-block-start: 12px;
  font-size: 16px;
}

.modal__image {
  width: 480px;
  height: 300px;
}
.modal__image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.modal__close-btn {
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
  font-size: 16px;
  margin-inline: auto;
}

.spots {
  -webkit-margin-after: 120px;
          margin-block-end: 120px;
  background: #67b0c7;
  position: relative;
}
@media (max-width: 1023px) {
  .spots {
    -webkit-margin-after: 65.84px;
            margin-block-end: 65.84px;
  }
}
.spots::after {
  content: "";
  position: absolute;
  z-index: -10;
  display: block;
  width: 200%;
  height: 120px;
  background-image: url("../img/spots-img_bg_wave_down.svg");
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: center;
  bottom: -118px;
  left: -140px;
}
@media (max-width: 1023px) {
  .spots::after {
    height: 46px;
    bottom: -41px;
  }
}

.catfoot {
  position: absolute;
  top: 496px;
  right: calc(50% + 621px);
  width: 100px;
  height: 220px;
}

.spots-swiper-wrap {
  padding-left: calc(50% - 512px);
  height: 542px;
  background: #67b0c7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
@media (max-width: 1023px) {
  .spots-swiper-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
    height: auto;
  }
}

.spots-swiper-wrap-leftparts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 8px;
}
@media (max-width: 1023px) {
  .spots-swiper-wrap-leftparts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    row-gap: unset;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    -webkit-margin-after: 22px;
            margin-block-end: 22px;
  }
}

.spots-swiper-wrap-star {
  width: 56px;
  height: 56px;
}
.spots-swiper-wrap-star img {
  width: 100%;
}
@media (max-width: 1023px) {
  .spots-swiper-wrap-star {
    width: 28px;
    height: 28px;
  }
}

.spots-swiper-wrap-title {
  -webkit-margin-end: 32px;
          margin-inline-end: 32px;
  font-size: 40px;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1.25;
  letter-spacing: 8px;
  color: #ffffff;
}
@media (max-width: 1023px) {
  .spots-swiper-wrap-title {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    -webkit-margin-end: 0px;
            margin-inline-end: 0px;
    letter-spacing: 0px;
    font-size: 28px;
  }
}

.spots-swiper-wrap-swiper {
  height: auto;
  width: 100%;
}

.spots-swiper__inner {
  width: 100%;
  margin-inline: auto;
  height: 542px;
}
@media (max-width: 1023px) {
  .spots-swiper__inner {
    height: auto;
  }
}

.spots__swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  width: 344px;
  height: 542px;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .spots__swiper-slide {
    width: 240px;
    height: 402.16px;
    row-gap: 16px;
    border-radius: 12px;
  }
}
.spots__swiper-slide img {
  width: 344px;
  height: 240px;
  aspect-ratio: 344/240;
}
@media (max-width: 1023px) {
  .spots__swiper-slide img {
    width: 240px;
    height: 180px;
  }
}
.spots__swiper-slide .swiper-title {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1023px) {
  .spots__swiper-slide .swiper-title {
    font-size: 16px;
  }
}
.spots__swiper-slide .swiper-text {
  padding-inline: 32px;
}
@media (max-width: 1023px) {
  .spots__swiper-slide .swiper-text {
    font-size: 12px;
    padding-inline: 24px;
  }
}

.spots__swiper-container,
.spots__swiper,
.spots__swiper-wrapper,
.spots__swiper-slide {
  position: relative;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}
@media (max-width: 1023px) {
  .swiper-button-prev,
  .swiper-button-next,
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
  }
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

.swiper-button-prev,
.swiper-button-next {
  bottom: -24px;
  width: 80px;
  height: 80px;
}
.swiper-button-prev img,
.swiper-button-next img {
  width: 100%;
  height: 100%;
}

.swiper-button-prev {
  left: -48px;
}

.swiper-button-next {
  left: 816px;
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
}

.spots-title-wrap {
  -webkit-margin-before: 64px;
          margin-block-start: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 81px;
     -moz-column-gap: 81px;
          column-gap: 81px;
  max-width: 1024px;
  margin-inline: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1023px) {
  .spots-title-wrap {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.spots-title-wrap-image {
  width: 495px;
  height: 107px;
}
@media (max-width: 1023px) {
  .spots-title-wrap-image {
    width: 254.44px;
    height: 55px;
  }
}
.spots-title-wrap-image img {
  width: 100%;
}

.spots-title-wrap-texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .spots-title-wrap-texts {
    -webkit-padding-after: 26px;
            padding-block-end: 26px;
  }
}

.spots-title-wrap-texts-text {
  font-size: 16px;
  color: #ffffff;
}
@media (max-width: 1023px) {
  .spots-title-wrap-texts-text {
    font-size: 11.444px;
  }
}

@media (max-width: 450px) {
  .button.button--large.spots-button {
    font-size: 16px;
    padding-block: 7px;
    width: 100%;
  }
}

.faq {
  padding-block: 120px;
}
@media (max-width: 767px) {
  .faq {
    padding-block: 10px 30.67px;
  }
}

.faq__inner {
  width: min(1064px, 100%);
  padding-inline: 20px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .faq__inner {
    width: min(385px, 100%);
    padding-inline: 20px;
    margin-inline: auto;
  }
}

.faq__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq__items {
  -webkit-margin-before: 38px;
          margin-block-start: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
@media (max-width: 767px) {
  .faq__items {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
    row-gap: 10px;
  }
}

.faq__item {
  border: 2px solid #4a3636;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .faq__item {
    border-radius: 12px;
  }
}

summary {
  display: block;
  background: #ffffff;
  position: relative;
}
summary::-webkit-details-marker {
  display: none;
}

.faq__question {
  padding: 30px 84px 30px 69px;
}
@media (max-width: 767px) {
  .faq__question {
    padding: 8px 52px 12px 50px;
  }
}
.faq__question::before, .faq__question::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 50%;
  translate: 0 -50%;
  background: #ffffff;
}
.faq__question::before {
  content: "";
  position: absolute;
  right: 35px;
  width: 18.667px;
  height: 2.667px;
}
@media (max-width: 767px) {
  .faq__question::before {
    width: 10.182px;
    height: 1.455px;
    right: 23px;
  }
}
.faq__question::after {
  content: "";
  position: absolute;
  right: 43px;
  width: 2.667px;
  height: 18.667px;
  -webkit-transition: rotate 0.3s ease;
  transition: rotate 0.3s ease;
}
@media (max-width: 767px) {
  .faq__question::after {
    right: 27.5px;
    width: 1.455px;
    height: 10.182px;
  }
}
@media (any-hover: hover) {
  .faq__question:hover {
    cursor: pointer;
  }
}

details[open] .faq__question::after {
  rotate: 90deg;
}

.faq__question-text {
  list-style: none;
  position: relative;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .faq__question-text {
    font-size: 14px;
  }
}
.faq__question-text::before {
  content: "Q";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: -45px;
  font-family: "Josefin Sans", sans-serif;
  color: #9ed0e0;
  font-size: 32px;
  line-height: 125%; /* 40px */
}
@media (max-width: 767px) {
  .faq__question-text::before {
    left: -34px;
    font-size: 24px;
  }
}

.faq-blueround {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 50%;
  translate: 0 -50%;
  right: 22px;
  border-radius: 50%;
  background: #9ed0e0;
}
@media (max-width: 767px) {
  .faq-blueround {
    width: 26.182px;
    height: 26.182px;
    right: 14.91px;
  }
}

.faq__answer {
  padding: 31px 16px 28px 69px;
  background: #f5f5f5;
}
@media (max-width: 767px) {
  .faq__answer {
    padding: 16px 16px 16px 49px;
  }
}

.faq__answer-text {
  position: relative;
  list-style: none;
}
@media (max-width: 767px) {
  .faq__answer-text {
    font-size: 14px;
  }
}
.faq__answer-text::before {
  content: "A";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: -45px;
  color: #9ed0e0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 32px;
  line-height: 125%; /* 40px */
}
@media (max-width: 767px) {
  .faq__answer-text::before {
    left: -34px;
    font-size: 24px;
  }
}

.entry {
  padding-inline: 20px;
}

.entry-inner {
  width: min(1024px, 100%);
  -webkit-padding-before: 31px;
          padding-block-start: 31px;
  -webkit-padding-after: 40px;
          padding-block-end: 40px;
  padding-inline: 20px;
  margin-inline: auto;
  background: rgba(255, 255, 255, 0.5);
  border: 8px solid #ffffff;
}
@media (max-width: 899px) {
  .entry-inner {
    padding-block: 14px;
    padding-inline: 15px;
  }
}

.entry-main-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.entry-main-table {
  padding-inline: 42px;
  -webkit-margin-before: 28px;
          margin-block-start: 28px;
}
.entry-main-table a {
  text-decoration: underline; /* 下線を表示 */
}
@media (max-width: 899px) {
  .entry-main-table {
    padding-inline: 0px;
    -webkit-margin-before: 12px;
            margin-block-start: 12px;
  }
}

.entry-table-row {
  border-bottom: 1px solid #ccc;
}
.entry-table-row:last-child {
  border-bottom: none;
}
.entry-table-row th {
  width: 226px;
  text-align: left;
  padding-block: 12px;
  -webkit-padding-start: 22px;
          padding-inline-start: 22px;
  font-weight: 700;
}
@media (max-width: 899px) {
  .entry-table-row th {
    -webkit-padding-start: 11px;
            padding-inline-start: 11px;
    -webkit-padding-before: 11px;
            padding-block-start: 11px;
  }
}
.entry-table-row td {
  padding-block: 12px;
}
.entry-table-row td ul {
  padding-left: 25px; /* 左に少し余白を作る */
}
.entry-table-row td ul li {
  list-style-type: disc; /* 「・」を表示 */
}
@media (max-width: 899px) {
  .entry-table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 7px;
  }
  .entry-table-row th {
    display: block;
    width: auto;
    -webkit-padding-before: 12px;
            padding-block-start: 12px;
    -webkit-padding-after: 0px;
            padding-block-end: 0px;
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
  }
  .entry-table-row td {
    display: block;
    -webkit-padding-before: 0px;
            padding-block-start: 0px;
    -webkit-padding-after: 15px;
            padding-block-end: 15px;
  }
}

.entry-table-header {
  width: 240px;
  position: relative;
}
.entry-table-header::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9ed0e0;
  top: 21px;
  left: 0px;
}
@media (max-width: 899px) {
  .entry-table-header {
    font-size: 14px;
  }
}

@media (max-width: 899px) {
  .entry-table-date {
    font-size: 12px;
  }
}

.entry-table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

.entry-picture {
  -webkit-margin-before: 120px;
          margin-block-start: 120px;
  height: 400px;
}
@media (max-width: 899px) {
  .entry-picture {
    -webkit-margin-before: 28px;
            margin-block-start: 28px;
    height: 98px;
  }
}

.contact {
  padding-block: 120px;
  background: #ffffff;
}
@media (max-width: 899px) {
  .contact {
    padding-block: 40px;
  }
}

.contact__inner {
  width: min(940px, 100%);
  padding-inline: 46px;
  margin-inline: auto;
}
@media (max-width: 899px) {
  .contact__inner {
    width: min(900px, 100%);
    padding-inline: 20px;
  }
}

.contact__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .contact__title {
    margin-bottom: 20px;
  }
}

.section-title-text {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .section-title-text {
    font-size: 12px;
    margin-bottom: 28px;
  }
}

.contact__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
@media (max-width: 767px) {
  .contact__form {
    row-gap: 26px;
  }
}

.contact__row {
  display: grid;
  grid-template-columns: 220px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__row.--top-aligned {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 899px) {
  .contact__row {
    grid-template-columns: 1fr;
    row-gap: 8px;
  }
}

.contact__head {
  font-weight: 700;
  line-height: 160%; /* 25.6px */
}
@media (max-width: 767px) {
  .contact__head {
    font-size: 14px;
  }
}
.contact__head span.--must {
  position: relative;
  display: inline-block;
}
.contact__head span.--must::after {
  content: "必須";
  position: absolute;
  display: inline-block;
  top: calc(50% - 0px);
  translate: 0 -50%;
  left: calc(100% + 12px);
  color: #ffffff;
  background: #ce2073;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .contact__head span.--must::after {
    padding: 2px 8px;
  }
}

input[type=text],
input[type=email],
select,
textarea {
  border-radius: 0;
  width: 100%;
  border: none;
  border-radius: 8px;
  padding: 16px 16px 14px 16px;
  background: #f5f5f5;
}
@media (any-hover: hover) {
  input[type=text],
  input[type=email],
  select,
  textarea {
    cursor: pointer;
  }
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: var(--LP-Dark-Gray, #ccc);
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--LP-Dark-Gray, #ccc);
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: var(--LP-Dark-Gray, #ccc);
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: var(--LP-Dark-Gray, #ccc);
}
input[type=text]::placeholder,
input[type=email]::placeholder,
select::placeholder,
textarea::placeholder {
  color: var(--LP-Dark-Gray, #ccc);
}
input[type=text]:focus,
input[type=email]:focus,
select:focus,
textarea:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px #9ed0e0;
          box-shadow: 0 0 0 2px #9ed0e0;
  background: #e9f6f8;
}
input[type=text].invalid,
input[type=email].invalid,
select.invalid,
textarea.invalid {
  border: 2px solid #ce2073;
  background: #fff0f7;
}

textarea {
  resize: vertical;
  height: 160px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.contact__select-wrap {
  position: relative;
}
.contact__select-wrap .sellect-btn {
  position: absolute;
  width: 52px;
  height: 55px;
  background: #9ed0e0;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  pointer-events: none;
}
.contact__select-wrap .sellect-btn svg {
  width: 14.9px;
  height: 8.78px;
}

input[type=radio] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type=radio]:checked + span::before {
  border-color: #9ed0e0;
}
input[type=radio]:checked + span::after {
  opacity: 1;
}

.contact__data-radio {
  -webkit-margin-before: 24px;
          margin-block-start: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 46px;
     -moz-column-gap: 46px;
          column-gap: 46px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-padding-start: 32px;
          padding-inline-start: 32px;
}
@media (max-width: 767px) {
  .contact__data-radio {
    -webkit-margin-before: -5px;
            margin-block-start: -5px;
  }
}
.contact__data-radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
}
.contact__data-radio label span {
  display: inline-block;
  position: relative;
}
.contact__data-radio label span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border: 2px solid #ccc;
  border-radius: 50%;
  background: #fff;
}
.contact__data-radio label span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background: #9ed0e0;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.contact__acceptance {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  grid-template-columns: 1fr;
  text-align: center;
}
@media (max-width: 899px) {
  .contact__acceptance {
    -webkit-margin-before: 0px;
            margin-block-start: 0px;
  }
}
.contact__acceptance a {
  font-weight: 700;
  color: #4a3636;
  text-decoration: underline;
}

input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.contact__data-checkbox span {
  display: inline-block;
  padding-left: 36px;
  font-size: 16px;
  position: relative;
}
.contact__data-checkbox span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: #f5f5f5;
  border-radius: 4px;
}
.contact__data-checkbox span::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 10px;
  width: 8px;
  height: 14px;
  border-right: 2px solid #67b0c7;
  border-bottom: 2px solid #67b0c7;
  rotate: 45deg;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

input[type=checkbox].invalid + span::before {
  border: 2px solid #ce2073;
  background: #fff0f7;
}

input[type=submit],
input[type=button] {
  border-radius: 0px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

.row.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact__submit {
  margin-inline: auto;
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  text-align: center;
  font-size: 16px;
  padding-inline: 32px;
  padding-block: 6px;
}
.contact__submit input[type=submit] {
  display: inline-block;
}
@media (max-width: 899px) {
  .contact__submit {
    -webkit-margin-before: 0px;
            margin-block-start: 0px;
  }
}

.footer {
  -webkit-padding-before: 120px;
          padding-block-start: 120px;
}
@media (max-width: 1023px) {
  .footer {
    position: relative;
    -webkit-padding-before: 40px;
            padding-block-start: 40px;
    -webkit-padding-after: 0px;
            padding-block-end: 0px;
  }
}

.footer__inner {
  width: min(1084px, 100%);
  margin-inline: auto;
}

.footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__title {
  text-align: center;
  font-family: "Josefin Sans";
  font-size: 24px;
  line-height: 125%; /* 30px */
}
@media (max-width: 1024px) {
  .footer__title {
    font-size: 20px;
  }
}

.footer__threeicons {
  margin-top: 19px;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 44px;
     -moz-column-gap: 44px;
          column-gap: 44px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1024px) {
  .footer__threeicons {
    margin-top: 24px;
  }
}
.footer__threeicons .footer-icon {
  width: 40px;
}
.footer__threeicons .footer-icon img {
  width: 100%;
}
@media (max-width: 1024px) {
  .footer__threeicons .footer-icon {
    width: 28px;
  }
}

.footer__logo {
  margin-top: 27px;
  text-align: center;
  margin-inline: auto;
  max-width: 755px;
}
@media (max-width: 550px) {
  .footer__logo {
    margin-top: 5px;
  }
}

.footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1024px;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .footer__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 512px;
  }
}
@media (max-width: 550px) {
  .footer__contents {
    width: 335px;
  }
}

.footer__content {
  width: 512px;
  height: 400px;
}
@media (max-width: 550px) {
  .footer__content {
    width: 335px;
    height: auto;
  }
}

.content-info {
  background: #fff;
  padding: 106px 61.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 9px;
}
@media (max-width: 550px) {
  .content-info {
    padding: 19px 27.5px 30px 27.5px;
  }
}

.content-info__titlelogo {
  width: 183px;
  height: 24px;
}
@media (max-width: 550px) {
  .content-info__titlelogo {
    width: 152.6px;
    height: 20px;
    margin-inline: auto;
  }
}

.content-info__lists {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}
@media (max-width: 550px) {
  .content-info__lists {
    margin-top: 26px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    row-gap: 8px;
  }
}

.content-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-info__list-head {
  width: 120px;
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 16px;
  position: relative;
}
.content-info__list-head::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9ed0e0;
}
@media (max-width: 550px) {
  .content-info__list-head {
    width: 80px;
    font-size: 12px;
  }
}

.content-info__list-body {
  white-space: nowrap;
  font-size: 16px;
}
@media (max-width: 550px) {
  .content-info__list-body {
    font-size: 12px;
  }
}

.content-map iframe {
  display: block;
  width: 100%;
  height: 450px;
  border: 0;
}
@media (max-width: 550px) {
  .content-map iframe {
    height: 271px;
  }
}

.footer__bigwave {
  -webkit-margin-before: 120px;
          margin-block-start: 120px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__wave {
  background-image: url("../img/spots-img_bg_wave.svg");
  background-repeat: repeat-x;
  background-position: center bottom;
  height: 120px;
  width: 100%;
}
@media (max-width: 1023px) {
  .footer__wave {
    height: 120px;
    background-position: center bottom;
  }
}

.footer-underwave {
  background: #67b0c7;
  width: 100%;
  height: 54px;
  position: relative;
}

.footer-copyright {
  -webkit-margin-before: 240px;
          margin-block-start: 240px;
  font-family: "Noto Sans JP";
  font-size: 14px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.footer-copyright::after {
  content: "";
  position: absolute;
  display: block;
  width: 200%;
  height: 120px;
  background-image: url("../img/spots-img_bg_wave.svg");
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: center;
  bottom: 53px;
  left: -128px;
}
@media (max-width: 1023px) {
  .footer-copyright::after {
    height: 46px;
  }
}
@media (max-width: 550px) {
  .footer-copyright {
    -webkit-margin-before: 172px;
            margin-block-start: 172px;
    font-size: 10px;
  }
}

.pagetop-stamp {
  position: fixed;
  z-index: 11;
  bottom: 20px;
  right: 20px;
  width: 100px;
  height: 104px;
}
.pagetop-stamp img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 550px) {
  .pagetop-stamp {
    position: absolute;
    bottom: 125px;
    left: 50%;
    translate: -50%;
    width: 75px;
    height: 78px;
  }
}