@charset "UTF-8";
*:focus {
  outline: none;
}

html {
  overflow-x: hidden;
}

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

.inner {
  padding-inline: 20px;
  margin-inline: auto;
}

img {
  width: 100%;
}

a:hover {
  color: #67b0c7;
}

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

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

.section-heading {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 6px;
}
@media screen and (min-width: 900px) {
  .section-heading {
    gap: 8px;
  }
}

.heading-icon {
  margin-inline: auto;
  width: 39px;
}
@media screen and (min-width: 900px) {
  .heading-icon {
    width: 49px;
  }
}

.heading-title {
  margin-top: 7px;
  color: #4a3636;
  font-family: "Courgette", cursive;
  line-height: 125%; /* 20px */
}
@media screen and (min-width: 900px) {
  .heading-title {
    font-size: 20px;
  }
}

.heading-subtitle {
  margin-top: 5px;
  display: inline-block;
  color: #4a3636;
  font-family: "Kiwi Maru", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 125%; /* 25px */
  padding-bottom: 6px;
  border-bottom: 6px solid #ffee56;
}
@media screen and (min-width: 900px) {
  .heading-subtitle {
    margin-top: 7px;
    font-size: 32px;
    padding-bottom: 10px;
  }
}

.btn a {
  display: inline-block;
  padding: 4px 22px 6px 22px;
  border-radius: 40px;
  border: 2px solid #4a3636;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 0px 2px #4a3636;
          box-shadow: 0px 4px 0px 2px #4a3636;
  color: #4a3636;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn a:hover {
  background-color: #ffee56;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 900px) {
  .btn a {
    font-size: 20px;
    padding: 10px 40px 12px 40px;
  }
}

#page-top {
  display: none;
}
@media screen and (min-width: 900px) {
  #page-top {
    position: fixed;
    width: 100px;
    height: 104px;
    right: 40px;
    bottom: 40px;
    z-index: 50;
  }
}

.header {
  position: fixed;
  padding-block: 16px;
  background-color: #ffffff;
  z-index: 51;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .header {
    padding-block: 14px;
  }
}

.header__inner {
  padding-inline: 20px;
}
@media screen and (min-width: 900px) {
  .header__inner {
    padding-inline: 24px;
  }
}

.header__contents {
  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;
}

.header__logo img {
  width: 210px;
}
@media screen and (min-width: 1200px) {
  .header__logo img {
    width: 183px;
  }
}

.header__nav {
  display: none;
}
@media screen and (min-width: 1200px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__nav a + a {
    margin-left: 12px;
  }
  .header__nav button {
    margin-left: 16px;
  }
}

.header__link {
  color: #4a3636;
  font-size: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__link:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #9ed0e0;
  text-decoration: underline;
}

.header__link-btn {
  color: #4a3636;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  padding: 6px 22px 8px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  border: 2px solid #4a3636;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
  margin-left: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__link-btn:hover {
  background-color: #ffee56;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__link-btn a {
  color: #4a3636;
  font-size: 14px;
  font-weight: 700;
}

.drawer-icon {
  width: 32px;
  height: 32px;
  position: relative;
  z-index: 51;
}
@media screen and (min-width: 1200px) {
  .drawer-icon {
    display: none;
  }
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(1) {
  width: 100%;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  width: 0%;
  top: 100%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(4) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.drawer-icon__bar {
  position: absolute;
  top: 1px;
  right: 0;
  height: 3px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 6px;
  background: #4a3636;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.drawer-icon__bar:nth-of-type(1) {
  width: 80%;
  left: 0;
}
.drawer-icon__bar:nth-of-type(2) {
  width: 15%;
}
.drawer-icon__bar:nth-of-type(3) {
  width: 100%;
  top: 13px;
}
.drawer-icon__bar:nth-of-type(4) {
  width: 100%;
  top: 25px;
}

.drawer-content {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  position: fixed; /*位置を固定させる*/
  background: #ffffff; /*背景色*/
  z-index: 50; /*クリック後、前面に出すために指定*/
  padding-block: 82px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); /*クリック前の位置、画面右側に置いてあるイメージ*/
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear; /*変化するスピードの指定*/
}
.drawer-content.is-checked {
  /*クリック後のクラス、HTMLには書かないがjQueryで必要になる*/
  -webkit-transform: translateY(0%);
          transform: translateY(0%); /*クリック後の位置。右側から出てくる*/
}

.drawer-content__menu {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 40px;
}

.fv {
  position: relative;
  margin-top: 64px;
}

.fv__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 0 0 24px 24px;
  overflow: hidden;
}
.fv__background img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  width: 100%;
  height: 554px;
}
@media screen and (min-width: 900px) {
  .fv__background {
    height: 740px;
  }
  .fv__background img {
    height: 100%;
  }
}

.fv__inner {
  position: relative;
  padding-inline: 20px;
  max-width: 375px;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .fv__inner {
    max-width: 848px;
  }
}

.fv__heading {
  padding-top: 17px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .fv__heading {
    padding-top: 34px;
  }
}

.fv__heading--text {
  text-shadow: 0px 0px 30px #fff;
  font-family: "Kiwi Maru", serif;
  font-size: 14px;
  line-height: 125%;
}
@media screen and (min-width: 900px) {
  .fv__heading--text {
    font-size: 24px;
    font-weight: 500;
  }
}

.img-title1 {
  margin-top: 20px;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .img-title1 {
    margin-top: 24px;
    max-width: 520px;
  }
}

.img-title2 {
  margin-top: 12px;
  width: 71.6417910448%;
}
@media screen and (min-width: 900px) {
  .img-title2 {
    margin-top: 16px;
    max-width: 356px;
  }
}

.fv__contents {
  position: relative;
  margin-top: 113px;
  text-align: center;
  color: #4a3636;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 11px;
}
@media screen and (min-width: 900px) {
  .fv__contents {
    margin-top: 33px;
    padding-bottom: 24px;
  }
}

.fv__contents--phone {
  position: sticky;
  width: 200px;
  z-index: 2;
}
@media screen and (min-width: 900px) {
  .fv__contents--phone {
    width: 250px;
  }
}

.fv__contents--item-hukidashi {
  position: absolute;
  top: -96px;
  left: 0;
}
.fv__contents--item-hukidashi img {
  width: 142px;
}
@media screen and (min-width: 900px) {
  .fv__contents--item-hukidashi {
    top: -31px;
    left: 17px;
    width: 243px;
  }
  .fv__contents--item-hukidashi img {
    width: 100%;
  }
}

.fv__contents--item-present {
  position: absolute;
  top: -103px;
  left: 200px;
  z-index: 1;
}
.fv__contents--item-present img {
  width: 110px;
}
@media screen and (min-width: 900px) {
  .fv__contents--item-present {
    top: -16px;
    left: calc(50% + 117px);
    width: 180px;
  }
  .fv__contents--item-present img {
    width: 100%;
  }
}

.fv__contents--item-cat {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 4;
  width: 107px;
  height: 127px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 900px) {
  .fv__contents--item-cat {
    width: 233px;
    height: 294px;
    bottom: -37px;
    right: -22px;
  }
}

.fv__contents--item-food {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
}
.fv__contents--item-food img {
  width: 90px;
}
@media screen and (min-width: 900px) {
  .fv__contents--item-food {
    width: 210px;
    bottom: 10px;
    left: -22px;
  }
  .fv__contents--item-food img {
    width: 100%;
  }
}

.fv__contents--blowing {
  position: absolute;
  top: 124.6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 160px;
  border-radius: 12.8px;
  background-color: #ffffff;
  padding-bottom: 16.8px;
  overflow: hidden;
  z-index: 3;
}
@media screen and (min-width: 900px) {
  .fv__contents--blowing {
    top: 152px;
    width: 200px;
    padding-bottom: 26.8px;
  }
}

.fv__contents--head {
  padding: 6.4px 9.6px;
  background: linear-gradient(265deg, #ac3790 -3.52%, #d65a5c 44.94%, #f4c06d 92.38%);
  color: #ffffff;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-size: 12.8px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .fv__contents--head {
    font-size: 16px;
  }
}

.fv__contents--body {
  padding-top: 6.8px;
  background-color: #ffffff;
}
@media screen and (min-width: 900px) {
  .fv__contents--body {
    padding-top: 15px;
  }
}

.fv__contents--text {
  display: inline-block;
  font-size: 12px;
  border-bottom: 2.4px solid #ce2073;
}
@media screen and (min-width: 900px) {
  .fv__contents--text {
    font-size: 14px;
  }
}

.fv__contents--days {
  margin-top: 5px;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-size: 12px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .fv__contents--days {
    margin-top: 6px;
    font-size: 16px;
  }
}

.fv__contents--btn {
  margin-top: 9.8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .fv__contents--btn {
    margin-top: 16px;
  }
}

.fv__button {
  color: #4a3636;
  font-size: 14px;
  font-weight: 700;
  padding: 4px 22px 6px 22px;
  border-radius: 40px;
  border: 2px solid #4a3636;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fv__button:hover {
  color: #4a3636;
  background-color: #ffee56;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 900px) {
  .fv__button {
    font-size: 16px;
  }
}

.about {
  padding-top: 32px;
  overflow-x: hidden;
}
@media screen and (min-width: 900px) {
  .about {
    padding-top: 75px;
  }
}

.about__inner {
  position: relative;
  max-width: 375px;
}
@media screen and (min-width: 900px) {
  .about__inner {
    max-width: 1512px;
  }
}

.about__text {
  position: sticky;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 40px 12px;
  background-color: #ffffff;
  border-radius: 24px;
  gap: 24px;
  color: #4a3636;
  font-family: "Noto Sans JP", sans-serif;
  z-index: 10;
}
@media screen and (min-width: 900px) {
  .about__text {
    max-width: 848px;
    padding-inline: 114px;
    gap: 32px;
  }
}
.about__text p + p {
  margin-top: 18px;
}
@media screen and (min-width: 900px) {
  .about__text p + p {
    margin-top: 0;
  }
}
.about__text::after {
  content: "";
  position: absolute;
  bottom: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  border-top: 36px solid #cce1e4;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
}
@media screen and (min-width: 900px) {
  .about__text::after {
    bottom: -50px;
    border-top: 50px solid #cce1e4;
    border-right: 65px solid transparent;
    border-left: 65px solid transparent;
  }
}

.about__text--top {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .about__text--top {
    font-size: 16px;
  }
}

.about__text--middle {
  font-size: 12px;
}
.about__text--middle .about__text-link {
  text-decoration: underline;
}
.about__text--middle .about__text-bold {
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .about__text--middle {
    font-size: 16px;
  }
  .about__text--middle p + p {
    margin-top: 28px;
  }
}

.about__text--under p {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding-block: 7px;
  border-bottom: #e9f6f8 2px dashed;
}
@media screen and (min-width: 900px) {
  .about__text--under p {
    font-size: 20px;
    padding-block: 12px;
  }
}

.about__btn {
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .about__btn a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 56px;
    padding: 10px 40px 12px 40px;
    -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;
  }
}

/* 	スワイパー */
.about__swiper {
  padding-top: 176.87px;
}
@media screen and (min-width: 900px) {
  .about__swiper {
    padding-top: 258px;
  }
}

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

.about__swiper-slide {
  width: 100px;
}
.about__swiper-slide img {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .about__swiper-slide {
    width: 200px;
  }
}

/* 	画像配置 */
.about__bg--img {
  position: absolute;
}

.about__img--picture-l {
  top: 31.37px;
  left: 53px;
  z-index: 11;
  width: 90px;
  height: 60px;
}
@media screen and (min-width: 900px) {
  .about__img--picture-l {
    top: 34.35px;
    left: calc(50% - 340px);
    width: 149px;
    height: 100px;
  }
}

.about__img--picture-r {
  top: 30px;
  right: 39.78px;
  z-index: 11;
  width: 90px;
  height: 60px;
}
@media screen and (min-width: 900px) {
  .about__img--picture-r {
    top: 47px;
    left: calc(50% + 196px);
    width: 142px;
    height: 100px;
  }
}

.about__img--pawpads {
  top: -10px;
  right: 0;
  z-index: 1;
  width: 54px;
}
@media screen and (min-width: 900px) {
  .about__img--pawpads {
    top: -80px;
    left: calc(50% + 491px);
    width: 100px;
  }
}

.about__img--right,
.about__img--left {
  width: 200px;
  z-index: 2;
}
@media screen and (min-width: 900px) {
  .about__img--right,
  .about__img--left {
    border-radius: 40px;
    width: 480px;
  }
}

.about__img--right {
  top: 273px;
  right: -160px;
}
@media screen and (min-width: 900px) {
  .about__img--right {
    top: 73.03px;
    left: calc(50% + 560px);
  }
}

.about__img--left {
  top: 395px;
  left: -160px;
}
@media screen and (min-width: 900px) {
  .about__img--left {
    top: 74px;
    left: calc(50% - 1095px);
  }
}

.about__img--naname {
  display: none;
}
@media screen and (min-width: 900px) {
  .about__img--naname {
    display: block;
    top: -20px;
    left: calc(50% - 779px);
    width: 250px;
  }
}

.about__img--hill-sp {
  left: 0px;
  width: 138px;
}
@media screen and (min-width: 900px) {
  .about__img--hill-sp {
    display: none;
  }
}

.about__img--hill-pc {
  display: none;
}
@media screen and (min-width: 900px) {
  .about__img--hill-pc {
    display: inline-block;
    width: 425px;
    bottom: -305px;
    left: calc(50% - 859px);
  }
}

.about__img--goods {
  bottom: -118.67px;
  right: 57px;
  width: 133px;
}
@media screen and (min-width: 900px) {
  .about__img--goods {
    width: 308px;
    bottom: -77px;
    left: calc(50% + 373px);
  }
}

.about__img--group {
  bottom: -59.67px;
  right: 21px;
  width: 48px;
  z-index: 2;
}
@media screen and (min-width: 900px) {
  .about__img--group {
    width: 101px;
    bottom: 129.63px;
    left: calc(50% + 505px);
  }
}

.about__wavyline {
  display: none;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .about__wavyline {
    display: block;
    width: 806.851px;
  }
}

@media screen and (min-width: 900px) {
  .about__img--wavyline {
    left: calc(50% + 516px);
    bottom: 211px;
  }
}

.about__img--wavyline-2 {
  bottom: 178px;
  left: calc(50% + 444px);
}

.about__img--onomichi {
  bottom: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 354.642px;
}
@media screen and (min-width: 900px) {
  .about__img--onomichi {
    width: 891px;
    bottom: 200px;
  }
}

.how-to-enter {
  position: relative;
  padding-top: 64px;
}
@media screen and (min-width: 900px) {
  .how-to-enter {
    padding-top: 120px;
  }
}

.how-to-enter__inner {
  z-index: 5;
  overflow: hidden;
}

.how-to-enter__step-container {
  margin-top: 32px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 900px) {
  .how-to-enter__step-container {
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
  }
}

.how-to-enter__step {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 900px) {
  .how-to-enter__step {
    width: 320px;
  }
}

/* pcサイズにてstep-2のみ配置を調整	 */
.step-2 {
  margin-top: 32px;
}
@media screen and (min-width: 900px) {
  .step-2 {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-bottom: 5px;
  }
}

.step-3 {
  margin-top: 49px;
}
@media screen and (min-width: 900px) {
  .step-3 {
    margin-top: -1px;
  }
}

.step-text {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 16px;
  color: #4a3636;
}
@media screen and (min-width: 900px) {
  .step-text {
    margin-top: 24px;
  }
}

.how-to-enter__step--img {
  margin-inline: auto;
  width: 196px;
}
@media screen and (min-width: 900px) {
  .how-to-enter__step--img {
    width: 280px;
  }
}

.step-text__head {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .step-text__head {
    font-size: 20px;
  }
}

.step-text__text {
  color: #4a3636;
  text-align: center;
  font-size: 12px;
}
@media screen and (min-width: 900px) {
  .step-text__text {
    font-size: 16px;
  }
}
.step-text__text a {
  text-decoration: underline;
}
.step-text__text span {
  font-weight: 700;
}

.step-text__follow-box {
  margin-top: 17px;
  margin-bottom: 18px;
  text-align: center;
}

.step-text__follow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 6px 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.step-text__follow:hover {
  color: #4a3636;
  border: 1px solid #67b0c7;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.step-text__follow svg {
  color: #9ed0e0;
  width: 20px;
}
@media screen and (min-width: 900px) {
  .step-text__follow svg {
    width: 24px;
  }
}
.step-text__follow p {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .step-text__follow svg {
    width: 24px;
  }
  .step-text__follow p {
    font-size: 16px;
  }
}

.how-to-enter__footer {
  margin-top: 16px;
  padding-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .how-to-enter__footer {
    margin-top: 40px;
    padding-bottom: 6px;
  }
}

/* 	画像配置 */
.how-to-enter__step-line {
  position: absolute;
  width: 9px;
  height: 34px;
  left: calc(50% - 10px);
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.step__line {
  bottom: -31px;
}
@media screen and (min-width: 900px) {
  .step__line {
    width: 113px;
    top: 37%;
    left: 62%;
  }
}

.step-2__line {
  bottom: -47px;
}
@media screen and (min-width: 900px) {
  .step-2__line {
    width: 113px;
    top: 29%;
    left: 65%;
  }
}

.how-to-enter__bg--img {
  position: absolute;
}
.how-to-enter__bg--img img {
  width: 100%;
}

.how-to-enter__img--map {
  width: 149px;
  top: 64px;
  left: calc(50% - 188px);
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .how-to-enter__img--map {
    width: 455px;
    left: calc(50% - 716px);
    top: 58px;
  }
}

.how-to-enter__img--blackcat {
  width: 94px;
  top: 69px;
  right: calc(50% - 219px);
  z-index: 3;
}
@media screen and (min-width: 900px) {
  .how-to-enter__img--blackcat {
    width: 214px;
    top: 100px;
    right: calc(50% - 651px);
  }
}

.how-to-enter__img--whitecat {
  width: 105px;
  top: 63px;
  right: calc(50% - 162px);
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .how-to-enter__img--whitecat {
    width: 238px;
    top: 90px;
    right: calc(50% - 525px);
  }
}

.how-to-enter__img--pawpads {
  width: 55px;
  top: 138px;
  right: calc(50% - 166px);
}
@media screen and (min-width: 900px) {
  .how-to-enter__img--pawpads {
    width: 100px;
    top: 263px;
    right: calc(50% - 721px);
  }
}

.how-to-enter__img--pawpads-2 {
  width: 55px;
  top: 613.55px;
  left: calc(50% - 167px);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 900px) {
  .how-to-enter__img--pawpads-2 {
    width: 100px;
    top: 695px;
    left: calc(50% - 717px);
  }
}

.how-to-enter__img--pawpads-3 {
  width: 55px;
  top: 942.88px;
  right: calc(50% - 167px);
}
@media screen and (min-width: 900px) {
  .how-to-enter__img--pawpads-3 {
    display: none;
  }
}

/* 	疑似要素で背景を作る */
.prizes {
  margin-top: 36px;
  position: relative;
  z-index: 5;
  /* 	セクション全体の白背景 */
}
.prizes::after {
  position: absolute;
  content: "";
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  background-color: #ffffff;
  width: 100%;
  max-width: 600px;
  height: calc(100% - 60px);
  border-radius: 24px;
}
.prizes::before {
  position: absolute;
  content: "";
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  width: 375px;
  height: 83px;
  background-image: url(../img/prizes/Union-sp.png);
  background-size: cover;
}
@media screen and (min-width: 900px) {
  .prizes {
    margin-top: 120px;
  }
  .prizes::after {
    width: 100%;
    max-width: 1024px;
    height: calc(100% - 149px);
    border-radius: 24px;
    top: 149px;
  }
  .prizes::before {
    width: 1024px;
    height: 149px;
    top: 0;
    background-image: url(../img/prizes/Union-pc.png);
  }
}

.pirizes__inner {
  position: relative;
  z-index: 2;
  padding-bottom: 34px;
}
@media screen and (min-width: 900px) {
  .pirizes__inner {
    padding-bottom: 55px;
  }
}

.prizes__heading {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 900px) {
  .prizes__heading {
    padding-top: 32px;
  }
  .prizes__heading::before {
    position: absolute;
    content: "";
    top: 28px;
    left: calc(50% - 511px);
    width: 315px;
    height: 86px;
    background-image: url(../img/prizes/img_bg_triangle-left.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
  }
  .prizes__heading::after {
    position: absolute;
    content: "";
    top: 28px;
    right: calc(50% - 511px);
    width: 315px;
    height: 86px;
    background-image: url(../img/prizes/img_bg_triangle-right.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
  }
}

.prizes__head {
  margin-top: 16px;
}
@media screen and (min-width: 900px) {
  .prizes__head {
    margin-top: 40px;
  }
}

.prizes__head--text {
  color: #4a3636;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .prizes__head--text {
    font-size: 16px;
  }
}

.prizes__container {
  margin-top: 24px;
  margin-inline: auto;
  padding-inline: 20px;
  display: grid;
  max-width: 600px;
  gap: 15px;
  grid-template-areas: "prizes-1  prizes-2" " prizes-3  prizes-4" " prizes-5 prizes-5 ";
}
@media screen and (min-width: 900px) {
  .prizes__container {
    margin-top: 32px;
    padding-inline: 56px;
    max-width: 1024px;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
    row-gap: 29px;
    grid-template-areas: "prizes-1 prizes-1 prizes-1 prizes-2 prizes-2 prizes-2" " prizes-3 prizes-3 prizes-4 prizes-4  prizes-5 prizes-5";
  }
}

.prizes__item {
  padding-top: 24px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .prizes__item {
    padding-top: 50px;
  }
}

.prizes-item-5 {
  justify-self: center;
  width: calc(50% - 7.5px);
}
@media screen and (min-width: 900px) {
  .prizes-item-5 {
    width: 100%;
  }
}

/* 	アイテムにgird-areaを指定 */
.prizes-item-1 {
  grid-area: prizes-1;
}

.prizes-item-2 {
  grid-area: prizes-2;
}

.prizes-item-3 {
  grid-area: prizes-3;
}

.prizes-item-4 {
  grid-area: prizes-4;
}

.prizes-item-5 {
  grid-area: prizes-5;
}

/* 	特典アイコン */
.card-icon {
  position: absolute;
  background-image: url(../img/prizes/Star\ 1.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: grid;
  place-items: center;
  color: #ffffff;
  font-weight: 700;
  z-index: 2;
}

@media screen and (min-width: 900px) {
  .card-icon-1,
  .card-icon-2 {
    width: 100px;
    height: 100px;
  }
  .card-icon-1 .card-icon__text,
  .card-icon-2 .card-icon__text {
    font-size: 16px;
  }
  .card-icon-1 .card-icon__number,
  .card-icon-2 .card-icon__number {
    font-size: 40px;
  }
}

@media screen and (min-width: 900px) {
  .card-icon-3,
  .card-icon-4,
  .card-icon-5 {
    width: 80px;
    height: 80px;
    top: 14px;
  }
  .card-icon-3 .card-icon__text,
  .card-icon-4 .card-icon__text,
  .card-icon-5 .card-icon__text {
    font-size: 12.8px;
  }
  .card-icon-3 .card-icon__number,
  .card-icon-4 .card-icon__number,
  .card-icon-5 .card-icon__number {
    font-size: 38.4px;
  }
}

.card-icon__text {
  font-size: 7.68px;
  text-align: center;
}

.card-icon__number {
  font-family: "Josefin Sans", sans-serif;
  font-size: 23.04px;
  line-height: 100%; /* 23.04px */
}

.prizes__card--button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.prizes__card--button::after {
  content: "";
  position: absolute;
  bottom: 9px;
  right: 6px;
  width: 11px;
  height: 11px;
  background-image: url(../img/prizes/img_prizes_zoom_icon.png);
  background-size: cover;
  z-index: 2;
}
.prizes__card--button::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 36px solid transparent;
  border-right: 36px solid #67b0c7; /* ラベルの色はここで変更 */
  z-index: 1;
}
.prizes__card--button::before:hover {
  border-right: 36px solid #9ed0e0; /* ラベルの色はここで変更 */
}

.prizes__card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  z-index: 1;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .prizes__card {
    border-radius: 20px;
  }
}
.prizes__card .prizes__card--img {
  overflow: hidden;
}
.prizes__card .prizes__card--img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  height: auto;
}
.prizes__card:hover::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: #9ed0e0 solid 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 900px) {
  .prizes__card:hover::after {
    border-radius: 20px;
  }
}
.prizes__card:hover .prizes__card--img {
  overflow: hidden;
}
.prizes__card:hover .prizes__card--img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.prizes__card:hover .prizes__card--button::before {
  border-right: 36px solid #9ed0e0; /* ラベルの色はここで変更 */
}

/* 	レスポンシブ時の変化 */
@media screen and (min-width: 900px) {
  .prizes-item-1 img,
  .prizes-item-2 img {
    aspect-ratio: 440/340;
  }
  .prizes-item-1 .prizes__card--text,
  .prizes-item-2 .prizes__card--text {
    height: 120px;
  }
  .prizes-item-1 .card-text,
  .prizes-item-2 .card-text {
    font-size: 20px;
  }
  .prizes-item-1 .prizes__card--button::before,
  .prizes-item-2 .prizes__card--button::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 100px solid transparent;
    border-right: 100px solid #67b0c7; /* ラベルの色はここで変更 */
    z-index: 2;
  }
  .prizes-item-1 .prizes__card--button:hover::before,
  .prizes-item-2 .prizes__card--button:hover::before {
    border-right: 100px solid #9ed0e0; /* ラベルの色はここで変更 */
  }
  .prizes-item-1 .prizes__card--button::after,
  .prizes-item-2 .prizes__card--button::after {
    content: "";
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    background-image: url(../img/prizes/img_prizes_zoom_icon.png);
    background-size: cover;
    z-index: 2;
  }
}

@media screen and (min-width: 900px) {
  .prizes-item-3 .prizes__card--text,
  .prizes-item-4 .prizes__card--text,
  .prizes-item-5 .prizes__card--text {
    height: 75px;
  }
  .prizes-item-3 .card-text,
  .prizes-item-4 .card-text,
  .prizes-item-5 .card-text {
    font-size: 16px;
  }
  .prizes-item-3 .prizes__card--button::before,
  .prizes-item-4 .prizes__card--button::before,
  .prizes-item-5 .prizes__card--button::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 64px solid transparent;
    border-right: 64px solid #67b0c7; /* ラベルの色はここで変更 */
    z-index: 2;
  }
  .prizes-item-3 .prizes__card--button:hover::before,
  .prizes-item-4 .prizes__card--button:hover::before,
  .prizes-item-5 .prizes__card--button:hover::before {
    border-right: 64px solid #9ed0e0; /* ラベルの色はここで変更 */
  }
  .prizes-item-3 .prizes__card--button::after,
  .prizes-item-4 .prizes__card--button::after,
  .prizes-item-5 .prizes__card--button::after {
    content: "";
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 20.48px;
    height: 20.48px;
    background-image: url(../img/prizes/img_prizes_zoom_icon.png);
    background-size: cover;
    z-index: 2;
  }
}

.prizes__card--text {
  background-color: #f5f5f5;
  width: 100%;
  height: 56px;
  display: grid;
  place-items: center;
}

.card-text {
  color: #4a3636;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

/* 	ボタン */
.prizes__container--footer {
  margin-top: 17px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .prizes__container--footer {
    margin-top: 40px;
  }
}

/* 	セクション下部画像 */
.prizes__footer {
  position: relative;
  margin-top: -43px;
}
@media screen and (min-width: 900px) {
  .prizes__footer {
    margin-top: 0;
  }
}

.prizes__footer--img {
  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;
  margin-top: -43px;
}
.prizes__footer--img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  width: 100%;
  height: auto;
  min-width: 580px;
}
@media screen and (min-width: 900px) {
  .prizes__footer--img {
    margin-top: 0;
    display: block;
  }
  .prizes__footer--img img {
    min-height: 600px;
  }
}

.prizes__wave--img {
  position: absolute;
  background-image: url(../img/prizes/img_bg_wave.png);
  background-size: contain;
  width: 100%;
  height: 46px;
  bottom: -1px;
  left: 0;
}
@media screen and (min-width: 900px) {
  .prizes__wave--img {
    background: url(../img/prizes/Vector\ 3.png) center center/contain;
    height: 105px;
  }
}

.prizes-modal {
  position: fixed;
  inset: 0;
  margin: auto;
  overscroll-behavior-y: none;
  max-width: 336px;
  max-height: 480px;
  border-radius: 24px;
  padding: 0;
  overflow-y: hidden;
}
.prizes-modal::-ms-backdrop {
  opacity: 0.6;
  background: #000;
}
.prizes-modal::backdrop {
  opacity: 0.6;
  background: #000;
}
@media screen and (min-width: 900px) {
  .prizes-modal {
    max-width: 480px;
    max-height: 650px;
  }
}

.prizes-modal__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 39px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #ffffff;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .prizes-modal__card {
    padding-bottom: 106px;
    gap: 32px;
  }
}

.prizes-modal__card--img {
  height: 210px;
}
.prizes-modal__card--img img {
  height: 100%;
  width: 100%;
  aspect-ratio: 336/210;
}
@media screen and (min-width: 900px) {
  .prizes-modal__card--img {
    width: 480px;
    height: 300px;
    aspect-ratio: 480/300;
  }
  .prizes-modal__card--img img {
    width: 100%;
    height: 100%;
  }
}

.modal-text {
  width: 100%;
  padding-inline: 20px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .modal-text {
    padding-inline: 40px;
  }
}

.modal-text__title {
  color: #4a3636;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .modal-text__title {
    font-size: 20px;
  }
}

.modal-text__text {
  margin-top: 12px;
  color: #000;
  text-align: center;
  font-size: 12px;
  line-height: 160%; /* 19.2px */
}
@media screen and (min-width: 900px) {
  .modal-text__text {
    font-size: 16px;
  }
}

.modal-text__btn {
  margin-top: 16px;
  padding: 4px 22px 6px 22px;
  border-radius: 40px;
  border: 2px solid #4a3636;
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
  background: #ffffff;
  color: #4a3636;
  font-size: 16px;
  font-weight: 700;
  margin-inline: auto;
}
.modal-text__btn:hover {
  background-color: #ffee56;
}

.spots {
  position: relative;
}

.spots__link--move {
  position: absolute;
  top: -50px;
}
@media screen and (min-width: 900px) {
  .spots__link--move {
    top: -150px;
  }
}

.spots__inner {
  background-color: #67b0c7;
}

@media screen and (min-width: 900px) {
  .spots__container {
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
  }
}

.spots__head {
  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;
  gap: 8px;
}
@media screen and (min-width: 900px) {
  .spots__head {
    padding-top: 6px;
    padding-left: max(30px, 50% - 512px);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 11px;
  }
}

.spots__head-icon {
  color: #ffee56;
  width: 28px;
}
@media screen and (min-width: 900px) {
  .spots__head-icon {
    width: 56px;
    height: 56px;
  }
}

.spots__head-text {
  color: #ffffff;
  text-align: center;
  font-family: "Kiwi Maru", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 125%; /* 35px */
}
@media screen and (min-width: 900px) {
  .spots__head-text {
    font-size: 40px;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    text-align: inherit;
    letter-spacing: 11px;
  }
}

.spots__right {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 900px) {
  .spots__swiper {
    overflow: hidden;
  }
}

.spots__swiper-wrapper {
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .spots__swiper-wrapper {
    margin-top: 0;
    overflow: visible;
  }
}

.spots__swiper-slide {
  min-height: 401px;
  height: auto;
}
@media screen and (min-width: 900px) {
  .spots__swiper-slide {
    height: 542px;
  }
}

.spots-swiper__card {
  height: 100%;
  padding-bottom: 31.2px;
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .spots-swiper__card {
    padding-bottom: 40px;
    border-radius: 24px;
  }
}

.spots-swiper__card--img {
  height: auto;
}
@media screen and (min-width: 900px) {
  .spots-swiper__card--img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 240px;
  }
  .spots-swiper__card--img img {
    height: 100%;
  }
}

.spots-swiper__card--text {
  margin-top: 16px;
  padding-inline: 23px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 900px) {
  .spots-swiper__card--text {
    margin-top: 24px;
    padding-inline: 32px;
    gap: 24px;
  }
}

.spots-swiper__card--text-head {
  color: #4a3636;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .spots-swiper__card--text-head {
    font-size: 20px;
  }
}

.spots-swiper__card--text-text {
  color: #4a3636;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}
@media screen and (min-width: 900px) {
  .spots-swiper__card--text-text {
    font-size: 16px;
  }
}

.spots__swiper-button {
  display: none;
}
@media screen and (min-width: 900px) {
  .spots__swiper-button {
    display: block;
    position: relative;
    width: 62.4338624339%;
    max-width: 944px;
    height: 64px;
    margin-inline: auto;
  }
}

.spots__swiper-button-prev,
.spots__swiper-button-next {
  position: absolute;
  width: 80px;
  height: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  top: -56px;
  z-index: 1;
  cursor: pointer;
}
.spots__swiper-button-prev::after,
.spots__swiper-button-next::after {
  display: none;
}

.spots__swiper-button-prev {
  background: url(../img/spots/Component\ 4.png) no-repeat center center/contain;
  left: 0;
}

.spots__swiper-button-next {
  background: url(../img/spots/Component\ 3.png) no-repeat center center/contain;
  right: 0;
}

@media screen and (min-width: 900px) {
  .swiper-button-lock {
    display: block;
  }
}

@media screen and (min-width: 900px) {
  .spots__footer {
    position: relative;
    max-width: 1064px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.spots__footer--left {
  width: 255px;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .spots__footer--left {
    width: 495px;
    margin: 0;
  }
}

.spots__footer--right {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .spots__footer--right {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
}

.spots__footer--text {
  margin-top: 17px;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11.444px;
}
@media screen and (min-width: 900px) {
  .spots__footer--text {
    margin-top: 0;
    font-size: 16px;
  }
}

.spots__footer--btn {
  overflow: visible;
  margin-top: 24px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
  margin-bottom: 7px;
}
@media screen and (min-width: 1200px) {
  .spots__footer--btn {
    margin-top: 0;
  }
  .spots__footer--btn a {
    padding: 10px 36px;
    margin-top: 22px;
    margin-left: 9px;
    font-size: 20px;
  }
}

.spot__footer--img {
  display: none;
}
@media screen and (min-width: 900px) {
  .spot__footer--img {
    display: block;
    position: absolute;
    width: 100px;
    left: -188px;
    bottom: 0;
  }
}

.spots__footer--bg {
  position: relative;
  background-color: #e9f6f8;
  height: 57.71px;
}
@media screen and (min-width: 900px) {
  .spots__footer--bg {
    height: 121px;
  }
}

.spots__wave--img {
  position: absolute;
  top: -1px;
  width: 100%;
  height: 100%;
  background-image: url(../img/spots/img_bg_wave.png);
  background-size: contain;
}
@media screen and (min-width: 900px) {
  .spots__wave--img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.faq {
  padding-top: 40px;
}
@media screen and (min-width: 900px) {
  .faq {
    padding-top: 120px;
  }
}

.faq__container {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .faq__container {
    margin-top: 42px;
    gap: 24px;
  }
}

.faq__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 596px;
  width: 100%;
  -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;
  border-radius: 12px;
  border: 2px solid #4a3636;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .faq__box {
    max-width: 1024px;
  }
}
.faq__box.is-open .faq__box--head-right::after {
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.faq__box--head {
  background: #ffffff;
  padding: 10px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .faq__box--head {
    padding: 24px 24px 20px;
  }
}

.faq__box--head-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq__box--head-left,
.faq__box--body-left {
  color: #9ed0e0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  line-height: 125%; /* 30px */
  -ms-flex-line-pack: center;
      align-content: center;
}
.faq__box--head-left h2,
.faq__box--body-left h2 {
  margin-block: auto;
}
@media screen and (min-width: 900px) {
  .faq__box--head-left,
  .faq__box--body-left {
    font-size: 32px;
  }
}

.faq__box--head-text {
  color: #4a3636;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 900px) {
  .faq__box--head-text {
    font-size: 20px;
  }
}

.faq__box--head-right {
  position: relative;
  width: 27px;
  height: 27px;
}
@media screen and (min-width: 900px) {
  .faq__box--head-right {
    width: 44px;
    height: 44px;
  }
}
.faq__box--head-right::after, .faq__box--head-right::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1.5px;
  background-color: #ffffff;
  border-radius: 1px;
  z-index: 2;
}
@media screen and (min-width: 900px) {
  .faq__box--head-right::after, .faq__box--head-right::before {
    width: 18.667px;
    height: 2.667px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.faq__box--head-right::before {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.faq__box--head-right::after {
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.faq__svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.faq__box--body {
  width: 100%;
}

.faq__box--body-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 14px;
  gap: 16px;
  background-color: #f5f5f5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .faq__box--body-a {
    padding: 24px;
  }
}

.faq__box--body-text {
  color: #4a3636;
  font-size: 14px;
}
.faq__box--body-text a {
  text-decoration: underline;
}
@media screen and (min-width: 900px) {
  .faq__box--body-text {
    font-size: 16px;
  }
}

.form-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 22px 6px 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  border: 2px solid #4a3636;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
  margin-inline: auto;
}

.entry__container {
  margin-top: 26.67px;
  margin-bottom: 36px;
  border: 8px solid #ffffff;
  background: rgba(255, 255, 255, 0.5);
  max-width: 600px;
  padding: 16px 15.5px;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .entry__container {
    margin-block: 120px;
    max-width: 1024px;
    padding: 32px 48px;
    gap: 0;
  }
}

.entry__contents {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  text-align: left;
}
@media screen and (min-width: 900px) {
  .entry__contents {
    margin-top: 40px;
    gap: 12px;
  }
}

.entry__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
  border-bottom: 1px solid #cccccc;
}
.entry__info a {
  text-decoration: underline;
}
.entry__info:last-of-type {
  border-bottom: 0px;
}
@media screen and (min-width: 900px) {
  .entry__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}

.entry__info--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media screen and (min-width: 900px) {
  .entry__info--title {
    width: 240px;
    white-space: nowrap;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-left: 14px;
  }
}

.entry__info--title-icon {
  position: relative;
  width: 9px;
  height: 9px;
}

.entry-svg {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-flex-item-align: center;
      align-self: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.entry__info--title-text {
  color: #4a3636;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .entry__info--title-text {
    font-size: 16px;
  }
}

.entry__info--text-text {
  font-size: 12px;
  padding-bottom: 15px;
}
@media screen and (min-width: 900px) {
  .entry__info--text-text {
    font-size: 16px;
    padding-bottom: 12px;
    color: #4a3636;
    line-height: 160%; /* 19.2px */
  }
}

ul {
  padding-left: 18px;
  padding-bottom: 12px;
}
@media screen and (min-width: 900px) {
  ul {
    padding-left: 24px;
    padding-bottom: 12px;
  }
}

li {
  list-style: disc;
  color: #4a3636;
  font-size: 12px;
  color: #4a3636;
}
li a {
  font-size: 12px;
}
@media screen and (min-width: 900px) {
  li {
    font-size: 16px;
  }
  li a {
    font-size: 16px;
  }
}

li + li {
  margin-top: -1px;
}
@media screen and (min-width: 900px) {
  li + li {
    margin-top: 1px;
  }
}

.entry__bg {
  width: 100%;
}
.entry__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
}

.contact {
  padding-block: 46px;
  background-color: #ffffff;
}
@media screen and (min-width: 900px) {
  .contact {
    padding-top: 128px;
    padding-bottom: 126px;
  }
}

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

.contact__container--head {
  margin-top: 24px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .contact__container--head {
    margin-top: 32px;
  }
}

@media screen and (min-width: 900px) {
  .contact-form {
    margin-top: 16px;
  }
}

@media screen and (min-width: 900px) {
  .contact-form__items {
    gap: 24px;
  }
}

.contact-form__item {
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  max-width: 600px;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .contact-form__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 848px;
    gap: 0;
    margin-top: 24.1px;
  }
}

.contact-form__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 900px) {
  .contact-form__head {
    width: 220px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.contact__head-text {
  font-size: 12px;
}
@media screen and (min-width: 900px) {
  .contact__head-text {
    font-size: 16px;
  }
}

.contact-form__head-label {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .contact-form__head-label {
    font-size: 16px;
  }
}

.contact-form__head-tag {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  background: #ce2073;
}

@media screen and (min-width: 900px) {
  .contact-form__body {
    width: 628px;
  }
}

.input-area {
  width: 100%;
  border-radius: 8px;
  background: #f5f5f5;
  padding: 16px;
  text-align: left;
  font-size: 14px;
  color: #4a3636;
}
.input-area:focus {
  outline: 1px solid #9ed0e0;
  background: #e9f6f8;
}
@media screen and (min-width: 900px) {
  .input-area {
    font-size: 16px;
  }
}

::-webkit-input-placeholder {
  color: #cccccc;
}

::-moz-placeholder {
  color: #cccccc;
}

:-ms-input-placeholder {
  color: #cccccc;
}

::-ms-input-placeholder {
  color: #cccccc;
}

::placeholder {
  color: #cccccc;
}

.contact-form__body-select {
  position: relative;
}
.contact-form__body-select::after, .contact-form__body-select::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background-color: #ffffff;
  top: 50%;
  border-radius: 1px;
}
.contact-form__body-select::after {
  right: 23.5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.contact-form__body-select::before {
  right: 17.5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.contact-form__select {
  width: 100%;
  border-radius: 8px;
  font-size: 14px;
  background: #f5f5f5;
  padding: 16px;
  text-align: left;
  border-right: 52px #9ed0e0 solid;
}
.contact-form__select:focus {
  outline: 1px solid #9ed0e0;
}
@media screen and (min-width: 900px) {
  .contact-form__select {
    font-size: 16px;
  }
}

.form-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 24px;
}
@media screen and (min-width: 900px) {
  .form-radio {
    padding-block: 12px;
  }
}

.contact-form__radio:hover .form-radio__text::before {
  border: 2px solid #67b0c7; /* ラジオボタンのテキストにマウスが乗った時の色を設定します */
}

.form-radio__input {
  width: 1px; /* ラジオボタンの入力部分を非表示にします */
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-radio__input:checked + .form-radio__text::after {
  opacity: 1; /* ラジオボタンが選択された時、テキストの後ろに表示される円の色を変更します */
}
.form-radio__input:focus + .form-radio__text::before {
  border-color: #9ed0e0; /* ラジオボタンがフォーカスされた時の色を設定します */
}

.form-radio__text {
  padding-left: 32px;
  position: relative;
  font-size: 14px;
}
.form-radio__text::before, .form-radio__text::after {
  content: ""; /* 疑似要素のコンテンツを空にします */
  position: absolute; /* 絶対位置に配置します */
  top: 50%; /* 要素の上端を親要素の中央に配置します */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); /* 要素を垂直方向に50%上に移動します */
  border-radius: 50%; /* 疑似要素の角を丸くします */
}
.form-radio__text::before {
  width: 24px; /* 円の直径を設定します */
  height: 24px;
  border-radius: 24px; /* 円の角を丸くします */
  background-color: #f5f5f5;
  left: 0px; /* ラジオボタンのテキストの左端に配置します */
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s; /* 境界線の色が変化する際のアニメーションを設定します */
}
.form-radio__text::after {
  width: 12px; /* 選択された時に表示される円の直径を設定します */
  height: 12px;
  background: #9ed0e0; /* 選択された時に表示される円の背景色を設定します */
  left: 6px; /* テキストの左端からのオフセットを設定します */
  opacity: 0; /* 非選択時は透明に設定します */
}
@media screen and (min-width: 900px) {
  .form-radio__text {
    font-size: 16px;
  }
}

@media screen and (min-width: 900px) {
  .textarea-head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.contact-form__textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 156px;
  background: #f5f5f5;
  padding: 16px;
  text-align: left;
  border-radius: 8px;
  color: #4a3636;
  font-size: 14px;
  font-weight: 400;
}
.contact-form__textarea:focus {
  outline: 1px solid #9ed0e0;
}
@media screen and (min-width: 900px) {
  .contact-form__textarea {
    font-size: 16px;
    height: 160px;
  }
}

.contact-form__footer {
  margin-top: 21px;
}
@media screen and (min-width: 900px) {
  .contact-form__footer {
    margin-top: 45px;
  }
}

.form-checkbox__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-checkbox__input:checked + .form-checkbox__text::after {
  opacity: 1;
}
.form-checkbox__input:focus + .form-checkbox__text::before {
  border: 1px solid #9ed0e0;
}

.form-checkbox__text {
  position: relative;
  padding-left: 36px;
  font-size: 14px;
  font-weight: 400;
}
.form-checkbox__text:before, .form-checkbox__text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-checkbox__text::before {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #f5f5f5;
}
.form-checkbox__text::after {
  background: url(../img/contact/Vector-7.png) no-repeat center center/contain;
  width: 14px;
  height: 9px;
  left: 5px;
  top: 10px;
  opacity: 0;
}
.form-checkbox__text a {
  text-decoration: underline;
}
.form-checkbox__text:hover {
  cursor: pointer;
}
@media screen and (min-width: 900px) {
  .form-checkbox__text {
    font-size: 16px;
  }
}

.contact__button {
  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;
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .contact__button {
    margin-top: 36px;
  }
}

.submit-button {
  padding: 6px 22px 8px 22px;
  border-radius: 40px;
  font-weight: 700;
  border: 2px solid #4a3636;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.submit-button:hover {
  background-color: #ffee56;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 900px) {
  .submit-button {
    font-size: 16px;
    padding: 6px 38px 8px;
  }
}

.error {
  border: 1px solid #ce2073; /* ボーダーの色を指定します */
  background-color: #fff0f7; /* 背景色を指定します */
}
.error + .form-checkbox__text::before {
  background-color: #fff0f7;
  border: 1px solid #ce2073;
}

.contact-form__select.error {
  border-color: #ce2073;
  border-right: 52px #ce2073 solid;
}

.contact-form__item:has(.error) label {
  color: #ce2073;
}

.footer {
  margin-top: 37px;
}
@media screen and (min-width: 900px) {
  .footer {
    margin-top: 115px;
  }
}

@media screen and (min-width: 900px) {
  .footer__inner {
    padding-bottom: 120px;
  }
}

.footer__head--sns svg {
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 900px) {
  .footer__head--sns svg {
    width: 40px;
    height: 40px;
  }
}

.footer__head {
  position: relative;
  text-align: center;
  padding-bottom: 48px;
}
@media screen and (min-width: 900px) {
  .footer__head {
    padding-bottom: 120px;
  }
}

.footer-title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 125%; /* 25px */
}
@media screen and (min-width: 900px) {
  .footer-title {
    font-size: 24px;
  }
}

.footer__head--sns {
  margin-top: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 40px;
}

.footer__onomichi {
  position: absolute;
  bottom: -16px;
  left: 52%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .footer__onomichi {
    left: 51%;
    bottom: -34px;
  }
}

.footer__onomichi--text {
  position: relative;
  color: #e9f6f8;
  text-align: center;
  -webkit-text-stroke: 2px #9ed0e0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 55px */
  letter-spacing: 12.32px;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .footer__onomichi--text {
    font-size: 100px;
    -webkit-text-stroke-width: 4px;
    letter-spacing: 28px;
  }
}
.footer__onomichi--text::after {
  position: absolute;
  content: "ONOMICHI";
  top: 0;
  left: 0;
  color: #e9f6f8;
  -webkit-text-stroke: 0 #9ed0e0;
  font-size: 44px;
  font-weight: 500;
  line-height: 125%; /* 55px */
  letter-spacing: 12.32px;
  z-index: 2;
}
@media screen and (min-width: 900px) {
  .footer__onomichi--text::after {
    text-align: center;
    -webkit-text-stroke-width: 0;
    letter-spacing: 28px;
    font-size: 100px;
  }
}

.footer__head--img {
  display: none;
}
@media screen and (min-width: 900px) {
  .footer__head--img {
    display: block;
    position: absolute;
    width: 100px;
    bottom: 34px;
    right: 59px;
  }
}

.footer__container {
  max-width: 600px;
  border-radius: 16px;
  margin-inline: auto;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .footer__container {
    max-width: 1024px;
    max-height: 400px;
  }
}

.access-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #ffffff;
}
@media screen and (min-width: 900px) {
  .access-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 900px) {
  .access-card__text,
  .access-card__map {
    max-width: 512px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 335/271;
}
.access-card__text {
  padding: 20px 24px 29px;
}
@media screen and (min-width: 900px) {
  .access-card__text {
    padding: 106px 61.5px;
  }
}

.access-card__title {
  width: 153px;
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .access-card__title {
    width: 183px;
    margin-inline: 0;
  }
}

.access-card__campaign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 29px;
  max-width: 280px;
  margin-inline: auto;
  gap: 8px;
}
@media screen and (min-width: 900px) {
  .access-card__campaign {
    max-width: 389px;
    margin-inline: 0;
    margin-top: 23px;
    gap: 12px;
  }
}

.access-card__Organizer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.access-card__Organizer-left {
  position: relative;
  width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 16px;
  font-size: 12px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .access-card__Organizer-left {
    width: 120px;
    font-size: 16px;
  }
}
.access-card__Organizer-left::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #9ed0e0;
}

.access-card__Organizer-right {
  font-size: 12px;
  white-space: nowrap;
}
@media screen and (min-width: 900px) {
  .access-card__Organizer-right {
    font-size: 16px;
  }
}

.footer__button {
  padding-block: 24px;
  text-align: center;
}
.footer__button a img {
  width: 75px;
  height: 78px;
}
@media screen and (min-width: 900px) {
  .footer__button {
    display: none;
  }
}

.footer__copy {
  margin-top: -8px;
  background-color: #67b0c7;
  color: #ffffff;
  text-align: center;
  padding-bottom: 24px;
}
@media screen and (min-width: 900px) {
  .footer__copy {
    margin-top: -4px;
    padding-bottom: 32px;
  }
}

small {
  font-size: 10px;
}
@media screen and (min-width: 900px) {
  small {
    font-size: 14px;
  }
}

.footer__bg {
  position: relative;
  background-color: #e9f6f8;
  height: 46.71px;
}
@media screen and (min-width: 900px) {
  .footer__bg {
    height: 121px;
  }
}

.footer__wave--img {
  position: absolute;
  top: 1px;
  width: 100%;
  height: 100%;
  background-image: url(../img/footer/img_bg_wave-sp.png);
  background-size: contain;
}
@media screen and (min-width: 900px) {
  .footer__wave--img {
    background-image: url(../img/footer/img_bg_wave-pc.png);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}