@charset "UTF-8";
body {
  font-size: 12px;
  line-height: 1.6;
  color: #4a3636;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #e9f6f8;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

.wrapper {
  overflow: hidden;
}

.inner {
  padding-inline: 20px;
}

.button-l {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 40px;
  border: 3px solid #4a3636;
  background: #fff;
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
  font-size: 20px;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  white-space: nowrap;
}
.button-l:hover {
  background: #ffee56;
  cursor: pointer;
}

.button-m {
  height: 40px;
  padding: 5px 24px 8px 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 40px;
  border: 2px solid #4a3636;
  background: #fff;
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  white-space: nowrap;
}
.button-m:hover {
  background: #ffee56;
  cursor: pointer;
}

.button-s {
  height: 36px;
  padding: 5px 23px 8px 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 40px;
  border: 2px solid #4a3636;
  background: #fff;
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
  font-size: 14px;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  white-space: nowrap;
}
.button-s:hover {
  background: #ffee56;
  cursor: pointer;
}

.heading {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.heading__logo {
  width: 37.333px;
  height: 37.333px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .heading__logo {
    width: 48px;
    height: 48px;
  }
}

.heading__title-en {
  color: #4a3636;
  font-family: "Courgette", cursive;
  font-size: 16px;
  line-height: 125%;
  padding: 6px 0;
}
@media screen and (min-width: 768px) {
  .heading__title-en {
    font-size: 19px;
    padding: 10px 0;
  }
}

.heading__title-ja {
  color: #4a3636;
  font-family: "Kiwi Maru", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 125%;
  border-bottom: 6px solid #ffee56;
  padding-bottom: 6px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .heading__title-ja {
    font-size: 32px;
    border-bottom: 8px solid #ffee56;
    padding-bottom: 7px;
  }
}

.onomichi-sns {
  text-decoration: underline;
  text-underline-offset: 2px;
}

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

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

.header {
  padding-top: 18px;
  padding-bottom: 18px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 55;
}
@media screen and (min-width: 768px) {
  .header {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.header__logo {
  width: 210px;
  margin: auto 0;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 183px;
  }
}

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

.drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 3px;
  background: #4a3636;
  border-radius: 2px;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-icon__bar:nth-of-type(1) {
  width: 25.6px;
}
.drawer-icon__bar:nth-of-type(2) {
  width: 4.8px;
  left: 27.2px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 12px;
}
.drawer-icon__bar:nth-of-type(4) {
  top: 24px;
}

.header__nav-drawer {
  width: 100%;
  height: 710px;
  position: absolute;
  top: 63px;
  right: 0;
  background: #fff;
  font-size: 14px;
  text-align: center;
  z-index: 50;
  padding: 82px 114px;
  display: none;
}

.header__link-drawer {
  white-space: nowrap;
}
.header__link-drawer + .header__link-drawer {
  margin-top: 40px;
}

.header__link-drawer-button {
  font-weight: 700;
  margin-top: 40px;
}

.header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
  }
}

.header__link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .header__link {
    font-size: 10px;
    margin: auto 0;
  }
}
@media screen and (min-width: 900px) {
  .header__link {
    font-size: 12px;
  }
}
.header__link:hover {
  opacity: 0.8;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .header__link-button {
    margin-left: 4px;
  }
}

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

.fv__background-image {
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
}
.fv__background-image img {
  height: 554px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fv__background-image img {
    height: 600px;
  }
}
@media screen and (min-width: 900px) {
  .fv__background-image img {
    height: 740px;
  }
}

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

.fv__head {
  padding-top: 22px;
}
@media screen and (min-width: 900px) {
  .fv__head {
    padding-top: 38px;
  }
}

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

.fv__title-wrapper {
  margin: 21px auto 0;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .fv__title-wrapper {
    margin-top: 24px;
    width: 520px;
  }
}
@media screen and (min-width: 768px) {
  .fv__title1 {
    width: 520px;
  }
}

.fv__title2 {
  width: 240px;
  margin-top: 12px;
}
@media screen and (min-width: 900px) {
  .fv__title2 {
    width: 356px;
    margin-top: 16px;
  }
}

.fv-decoration {
  margin: 10px auto 0;
  width: 100%;
  height: 522px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fv-decoration {
    margin-top: 0;
    height: 490px;
  }
}
@media screen and (min-width: 900px) {
  .fv-decoration {
    height: 603px;
  }
}

.fv-decoration__fukidashi {
  position: absolute;
  top: 7px;
  left: 0;
  width: 142px;
}
@media screen and (min-width: 900px) {
  .fv-decoration__fukidashi {
    width: 244px;
    top: 0;
    left: 37px;
  }
}

.fv-decoration__present {
  position: absolute;
  top: 0px;
  right: 25px;
  width: 110px;
}
@media screen and (min-width: 900px) {
  .fv-decoration__present {
    width: 180px;
    top: 17px;
    right: 127px;
  }
}

.fv-decoration__smartphone {
  position: absolute;
  width: 200px;
  top: 103px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .fv-decoration__smartphone {
    top: 75px;
  }
}
@media screen and (min-width: 900px) {
  .fv-decoration__smartphone {
    width: 250px;
    top: 33px;
  }
}

.fv-decoration__food {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90px;
}
@media screen and (min-width: 900px) {
  .fv-decoration__food {
    width: 213px;
    bottom: 44px;
    left: 0;
  }
}

.fv-decoration__cat1 {
  position: absolute;
  width: 62px;
  bottom: 58px;
  right: 0;
}
.fv-decoration__cat1 img {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .fv-decoration__cat1 {
    width: 170px;
    bottom: 104px;
    right: 63px;
  }
}

.fv-decoration__cat2 {
  position: absolute;
  bottom: 0;
  right: 9px;
  width: 98px;
}
.fv-decoration__cat2 img {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .fv-decoration__cat2 {
    width: 233px;
    right: 0;
  }
}

@media screen and (min-width: 900px) {
  .pagetop-pc {
    width: 100px;
    height: 104px;
    right: 40px;
    bottom: 40px;
    position: fixed;
    z-index: 60;
  }
}
.pagetop-pc:hover {
  cursor: pointer;
}

.about {
  padding-top: 32px;
  padding-bottom: 176.87px;
  margin-bottom: 32.8px;
  position: relative;
  max-width: 1512px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .about {
    padding-top: 36px;
    padding-bottom: 258px;
    margin-bottom: 0;
  }
}

.about-decoration {
  position: absolute;
  z-index: 50;
}

.about-decoration__foots {
  width: 54px;
  top: 22px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .about-decoration__foots {
    width: 100px;
    top: 140px;
    right: 23px;
  }
}
@media screen and (min-width: 900px) {
  .about-decoration__foots {
    top: 12px;
    right: 190px;
  }
}
@media screen and (min-width: 1200px) {
  .about-decoration__foots {
    top: -44px;
    right: 166px;
  }
}

.about-decoration__right {
  width: 200px;
  top: 305px;
  right: -140px;
}
.about-decoration__right img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about-decoration__right {
    width: 300px;
    top: 300px;
  }
}
@media screen and (min-width: 900px) {
  .about-decoration__right {
    width: 480px;
    top: 110px;
    right: -284.2px;
  }
}

.about-decoration__naname {
  left: -200%;
}
@media screen and (min-width: 1200px) {
  .about-decoration__naname {
    width: 250px;
    top: 16px;
    left: -21px;
  }
}

.about-decoration__left {
  width: 200px;
  top: 427px;
  left: -140px;
}
@media screen and (min-width: 768px) {
  .about-decoration__left {
    width: 300px;
    top: 400px;
    left: -100px;
  }
}
@media screen and (min-width: 900px) {
  .about-decoration__left {
    width: 480px;
    top: 406px;
  }
}
@media screen and (min-width: 1200px) {
  .about-decoration__left {
    top: 110px;
    left: -338px;
  }
}

.about__contents {
  padding: 40px 8.9552238806%;
  border-radius: 24px;
  background: #fff;
  text-align: center;
  position: relative;
  z-index: 51;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .about__contents {
    max-width: 650px;
  }
}
@media screen and (min-width: 900px) {
  .about__contents {
    max-width: 704px;
    border-radius: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .about__contents {
    max-width: 848px;
    padding: 40px 114px;
  }
}

.about__heading {
  position: relative;
}

.heading-decoration__left {
  width: 87.8px;
  position: absolute;
  top: -8.13px;
  left: -34.5px;
}
@media screen and (min-width: 768px) {
  .heading-decoration__left {
    top: 0;
  }
}
@media screen and (min-width: 900px) {
  .heading-decoration__left {
    width: 146px;
    left: -179px;
  }
}

.heading-decoration__right {
  width: 87.2px;
  position: absolute;
  top: -10px;
  right: -46.72px;
}
@media screen and (min-width: 768px) {
  .heading-decoration__right {
    top: 7px;
  }
}
@media screen and (min-width: 900px) {
  .heading-decoration__right {
    width: 146px;
    right: -179px;
  }
}

.about__title {
  font-size: 14px;
  font-weight: 700;
  padding: 24px 0;
  line-height: 160%;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .about__title {
    font-size: 16px;
    padding: 32px 0 32px;
  }
}

.about__text {
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .about__text {
    font-size: 16px;
  }
}
.about__text span {
  font-weight: 700;
}
.about__text + .about__text {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .about__text + .about__text {
    margin-top: 27px;
  }
}

.about__text-gift {
  line-height: 160%;
  font-size: 14px;
  font-weight: 700;
  padding: 32px 0 6px;
  border-bottom: 2px dashed #9ed0e0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .about__text-gift {
    font-size: 20px;
    padding: 45px 0 10px;
  }
}

.about__button {
  margin: 24px auto 0;
}
@media screen and (min-width: 768px) {
  .about__button {
    height: 56px;
    padding: 8px 37px 12px 36px;
    border-radius: 40px;
    border: 3px solid #4a3636;
    -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
            box-shadow: 0px 4px 0px 0px #4a3636;
    font-size: 20px;
    font-weight: 700;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 32px auto 0;
  }
}

.about-decoration-bottom {
  position: absolute;
}

.about-decoration-bottom__arrow {
  width: 100px;
  bottom: 140px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .about-decoration-bottom__arrow {
    width: 140px;
    bottom: 208px;
  }
}

.about-decoration-bottom__human {
  width: 138px;
  bottom: -38px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .about-decoration-bottom__human {
    width: 291px;
  }
}
@media screen and (min-width: 900px) {
  .about-decoration-bottom__human {
    width: 265px;
  }
}
@media screen and (min-width: 1200px) {
  .about-decoration-bottom__human {
    width: 427px;
    bottom: -50px;
    left: -103px;
  }
}

.about-decoration-bottom__path1 {
  width: 806.851px;
  bottom: 562.67px;
  right: -200%;
}
@media screen and (min-width: 768px) {
  .about-decoration-bottom__path1 {
    right: -564px;
  }
}

.about-decoration-bottom__path2 {
  width: 806.851px;
  bottom: 529.64px;
  right: -200%;
}
@media screen and (min-width: 768px) {
  .about-decoration-bottom__path2 {
    right: -498px;
  }
}

.about-decoration-bottom__buttons {
  width: 48px;
  bottom: 117px;
  right: 20px;
}
.about-decoration-bottom__buttons img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about-decoration-bottom__buttons {
    width: 101px;
    right: 29px;
    bottom: 356px;
  }
}
@media screen and (min-width: 900px) {
  .about-decoration-bottom__buttons {
    bottom: 406px;
  }
}
@media screen and (min-width: 1200px) {
  .about-decoration-bottom__buttons {
    bottom: 386px;
    right: 150px;
  }
}

.about-decoration-bottom__goods {
  width: 133px;
  bottom: 58px;
  right: 57px;
}
.about-decoration-bottom__goods img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about-decoration-bottom__goods {
    width: 191px;
    bottom: 254px;
    right: 12px;
  }
}
@media screen and (min-width: 900px) {
  .about-decoration-bottom__goods {
    width: 279px;
    bottom: 198px;
    right: 29px;
  }
}
@media screen and (min-width: 1200px) {
  .about-decoration-bottom__goods {
    width: 308px;
    bottom: 179px;
    right: 74px;
  }
}

.about-decoration-bottom__onomichi {
  width: 355px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .about-decoration-bottom__onomichi {
    width: 730px;
  }
}
@media screen and (min-width: 900px) {
  .about-decoration-bottom__onomichi {
    width: 890px;
    bottom: -7px;
  }
}

.about__swiper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about__swiper {
    height: 200px;
  }
}

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

.about__slide {
  width: 100px !important;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .about__slide {
    width: 200px !important;
    margin-right: 20px;
  }
}

.how-to {
  padding-top: 63px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .how-to {
    padding-top: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to {
    padding-top: 120px;
    overflow: visible;
  }
}

.how-to__inner {
  position: relative;
  max-width: 1512px;
  margin: 0 auto;
}

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

.how-to__decoration-cat1 {
  width: 105px;
  top: 0;
  right: 24px;
}
@media screen and (min-width: 768px) {
  .how-to__decoration-cat1 {
    width: 238px;
    top: -27px;
    right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .how-to__decoration-cat1 {
    right: 232px;
  }
}

.how-to__decoration-cat2 {
  width: 94px;
  top: 5px;
  right: -31px;
}
@media screen and (min-width: 768px) {
  .how-to__decoration-cat2 {
    width: 214px;
    top: -17px;
    right: -115px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to__decoration-cat2 {
    right: 106px;
  }
}

.how-to__decoration-map {
  width: 149px;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .how-to__decoration-map {
    width: 460px;
    top: -61px;
    left: -83px;
  }
}
@media screen and (min-width: 900px) {
  .how-to__decoration-map {
    left: 37px;
  }
}

.how-to__decoration-foot-r1 {
  width: 55px;
  top: 74px;
  right: 20px;
}
@media screen and (min-width: 768px) {
  .how-to__decoration-foot-r1 {
    z-index: -1;
    width: 100px;
    top: 148px;
    right: 36px;
  }
}

.how-to__decoration-cat-foot-l {
  width: 55px;
  top: 548px;
  left: 20px;
}
@media screen and (min-width: 768px) {
  .how-to__decoration-cat-foot-l {
    width: 100px;
    top: 579px;
    left: 36px;
    z-index: -1;
  }
}

.how-to__decoration-cat-foot-r2 {
  width: 55px;
  top: 879px;
  right: 20px;
}
@media screen and (min-width: 768px) {
  .how-to__decoration-cat-foot-r2 {
    display: none;
  }
}

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

.how-to-card {
  padding-bottom: 17px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .how-to-card {
    width: 320px;
  }
}

.how-to-card-center {
  position: relative;
}
@media screen and (min-width: 768px) {
  .how-to-card-center {
    margin: 40px 0 0;
  }
}
@media screen and (min-width: 900px) {
  .how-to-card-center {
    margin: 69px 0 0;
  }
}

.how-to-card__image {
  margin: 32px auto 0;
  width: 196px;
}
@media screen and (min-width: 900px) {
  .how-to-card__image {
    width: 250px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-card__image {
    width: 280px;
  }
}

.how-to-card__title {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .how-to-card__title {
    margin-top: 25px;
    font-size: 17px;
  }
}
@media screen and (min-width: 900px) {
  .how-to-card__title {
    font-size: 20px;
  }
}

.how-to-card__text {
  margin-top: 16px;
  font-size: 12px;
}
@media screen and (min-width: 900px) {
  .how-to-card__text {
    margin-top: 15px;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .how-to-card__text3 {
    margin-top: 22px;
  }
}

.card3-bold {
  font-weight: 700;
}

.how-to-card__sns {
  margin: 16px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 12px;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .how-to-card__sns {
    font-size: 13px;
    margin-top: 17px;
  }
}
@media screen and (min-width: 900px) {
  .how-to-card__sns {
    font-size: 16px;
  }
}
.how-to-card__sns a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.how-to-card__sns a:hover {
  opacity: 0.8;
  cursor: pointer;
}

.how-to-card__sns-img {
  width: 20px;
}
@media screen and (min-width: 768px) {
  .how-to-card__sns-img {
    width: 24px;
  }
}

.how-to-cards__line-top {
  position: absolute;
  top: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 8px;
}
@media screen and (min-width: 768px) {
  .how-to-cards__line-top {
    width: 90px;
    left: -40px;
    top: 150px;
  }
}
@media screen and (min-width: 900px) {
  .how-to-cards__line-top {
    width: 113px;
    top: 167px;
  }
}

.how-to-cards__line-bottom {
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 8px;
}
@media screen and (min-width: 768px) {
  .how-to-cards__line-bottom {
    width: 90px;
    right: -100px;
    top: 150px;
    left: auto;
  }
}
@media screen and (min-width: 900px) {
  .how-to-cards__line-bottom {
    width: 113px;
    top: 167px;
    right: -114px;
  }
}

.how-to__button {
  margin: -2px auto 37.67px;
}
@media screen and (min-width: 768px) {
  .how-to__button {
    margin: 0 auto 0;
    height: 56px;
    padding: 8px 38px 9px 37px;
    font-size: 20px;
    margin-bottom: 126px;
  }
}

.prizes {
  position: relative;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .prizes {
    margin-top: 32px;
  }
}
.prizes::after {
  content: "";
  position: absolute;
  background-image: url(../img/bg_pic.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  bottom: -216px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  min-width: 580px;
  min-height: 260px;
}
@media screen and (min-width: 900px) {
  .prizes::after {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .prizes__inner {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 900px) {
  .prizes__inner {
    max-width: 1024px;
  }
}

.prizes__contents {
  position: relative;
  z-index: 2;
  padding-top: 18px;
  padding-right: 18px;
  padding-bottom: 41px;
  padding-left: 18px;
}
@media screen and (min-width: 768px) {
  .prizes__contents {
    padding-right: 56px;
    padding-left: 56px;
    padding-top: 20px;
    padding-bottom: 59px;
  }
}
.prizes__contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 238px;
  height: 83px;
  background-color: transparent;
  background-image: url(../img/prizes-halfcircle.svg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .prizes__contents::before {
    width: 372px;
    height: 148px;
    background-image: url(../img/prizes-halfcircle-pc.svg);
  }
}
.prizes__contents::after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 83px);
  border-radius: 24px;
  position: absolute;
  z-index: -1;
  background-color: #fff;
}
@media screen and (min-width: 900px) {
  .prizes__contents::after {
    width: 1024px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: calc(100% - 148px);
  }
}

.prizes__head-decorations {
  display: none;
}
@media screen and (min-width: 900px) {
  .prizes__head-decorations {
    width: 850px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    top: 27px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 1200px) {
  .prizes__head-decorations {
    width: 1024px;
  }
}

@media screen and (min-width: 900px) {
  .prizes__head-decorations-left {
    width: 275px;
  }
}
@media screen and (min-width: 1200px) {
  .prizes__head-decorations-left {
    width: 315px;
  }
}

@media screen and (min-width: 900px) {
  .prizes__head-decorations-right {
    width: 275px;
  }
}
@media screen and (min-width: 1200px) {
  .prizes__head-decorations-right {
    width: 315px;
  }
}

.prizes__heading {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .prizes__heading {
    margin-top: 5px;
  }
}

.prizes__text {
  margin-top: 17px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .prizes__text {
    margin-top: 40px;
    font-size: 16px;
  }
}

.prizes__cards {
  margin: 48px 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 900px) {
  .prizes__cards {
    margin-top: 60px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .prizes__cards {
    margin: 82px auto 0;
    width: 100%;
  }
}

.prizes-card {
  position: relative;
  width: 47%;
  height: auto;
  margin-bottom: 23px;
}
@media screen and (min-width: 600px) {
  .prizes-card {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .prizes-card {
    width: 31%;
  }
}
.prizes-card::after {
  content: "";
  position: absolute;
  bottom: 1px;
  right: 0;
  width: 36px;
  height: 36px;
  border-style: solid;
  border-width: 0 0 36px 36px;
  background: transparent;
  border-color: transparent transparent #67b0c7 transparent;
  border-radius: 0 0 10px 0;
}
@media screen and (min-width: 600px) {
  .prizes-card::after {
    width: 64px;
    height: 64px;
    border-width: 0 0 64px 64px;
    border-radius: 0 0 15px 0;
  }
}
.prizes-card:hover .prizes-card__wrapper {
  border: 2px solid #9ed0e0;
  cursor: pointer;
}
.prizes-card:hover::after {
  border-color: transparent transparent #9ed0e0 transparent;
}
.prizes-card:hover .prizes-card__image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.prizes-card__lavel {
  background: url(../img/prizes-lavel.png) top center/contain no-repeat;
  width: 46px;
  height: 46px;
  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;
  text-align: center;
  position: absolute;
  top: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 50;
}
@media screen and (min-width: 600px) {
  .prizes-card__lavel {
    width: 78px;
    height: 78px;
    top: -38px;
  }
}
.prizes-card__lavel .prizes-card__lavel-head {
  color: #fff;
  font-size: 7.68px;
  font-weight: 700;
  margin-top: 14px;
}
@media screen and (min-width: 600px) {
  .prizes-card__lavel .prizes-card__lavel-head {
    font-size: 12.8px;
    margin-top: 24px;
  }
}
.prizes-card__lavel .prizes-card__lavel-number {
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 23.04px;
  font-weight: 700;
  -webkit-transform: translateY(-17%);
          transform: translateY(-17%);
}
@media screen and (min-width: 600px) {
  .prizes-card__lavel .prizes-card__lavel-number {
    font-size: 38.4px;
  }
}

.prizes-card__wrapper {
  border-radius: 8px;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .prizes-card__wrapper {
    border-radius: 20px;
  }
}

.prizes-card__image {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.prizes-card__image img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .prizes-card__image img {
    -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;
  }
}

.prizes-card__text {
  font-weight: 700;
  display: grid;
  text-align: center;
  place-items: center;
  background: #f5f5f5;
  height: 57px;
}
@media screen and (min-width: 600px) {
  .prizes-card__text {
    font-size: 16px;
    height: 79px;
  }
}

.prizes-card__zoom-icon img {
  position: absolute;
  bottom: 7.12px;
  right: 5.22px;
  width: 11.52px;
  height: 11.52px;
  z-index: 50;
}
@media screen and (min-width: 600px) {
  .prizes-card__zoom-icon img {
    width: 20.48px;
    height: 20.48px;
    bottom: 10.96px;
    right: 8px;
  }
}

.prizes__button {
  margin: -6px auto;
}
@media screen and (min-width: 768px) {
  .prizes__button {
    height: 55px;
    padding: 8px 37px 12px 37px;
    margin-top: 0;
    border-radius: 40px;
    border: 3px solid #4a3636;
    font-size: 20px;
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) {
  .prizes-card-l {
    width: 48%;
    height: auto;
    margin-bottom: 66px;
  }
  .prizes-card-l::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
    border-style: solid;
    border-width: 0 0 100px 100px;
    background: transparent;
    border-color: transparent transparent #67b0c7 transparent;
    border-radius: 0 0 22px 0;
  }
  .prizes-card-l .prizes-card__lavel {
    width: 96px;
    height: 100px;
    top: -47px;
  }
  .prizes-card-l .prizes-card__lavel .prizes-card__lavel-head {
    font-size: 16px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .prizes-card-l .prizes-card__lavel .prizes-card__lavel-head {
    margin-top: 22px;
  }
}
@media screen and (min-width: 768px) {
  .prizes-card-l .prizes-card__lavel .prizes-card__lavel-number {
    font-size: 48px;
  }
  .prizes-card-l .prizes-card__image {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .prizes-card-l .prizes-card__image img {
    width: 100%;
    height: 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;
  }
  .prizes-card-l .prizes-card__text {
    height: 120px;
    font-size: 20px;
  }
  .prizes-card-l .prizes-card__zoom-icon img {
    width: 32px;
    height: 32px;
    bottom: 14px;
    right: 12.5px;
  }
  .prizes-card-l .prizes__button {
    height: 56px;
    padding: 10px 40px 12px 40px;
    border-radius: 40px;
    border: 3px solid #4a3636;
    font-size: 20px;
    font-weight: bold;
  }
}

.modal {
  width: 335px;
  max-width: calc(100% - 20px);
  height: 480px;
  max-height: calc(100% - 20px);
  border-radius: 24px;
  background: #fff;
  border: none;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .modal {
    width: 480px;
    height: 650px;
  }
}

.prizes-modal__image img {
  width: 335px;
}
@media screen and (min-width: 768px) {
  .prizes-modal__image img {
    width: 480px;
    height: 300px;
  }
}

.prizes-modal__body {
  padding: 20px 35px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .prizes-modal__body {
    padding: 39px 40px 0;
  }
}

.prizes-modal__body-title {
  font-size: 17px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .prizes-modal__body-title {
    font-size: 20px;
  }
}

.prizes-modal__body-text {
  margin-top: 12px;
}

.prizes-modal__close-button {
  margin-top: 24px;
  margin: 24px auto 0;
}

.prizes__background {
  margin-top: 20px;
}

.bg__image img {
  width: 100%;
  height: auto;
  max-width: 3024px;
  max-height: 1280px;
  display: block;
  aspect-ratio: 1512/640;
}

.spots {
  overflow: hidden;
  position: relative;
  margin-top: 170px;
  padding-top: 45px;
  padding-bottom: 45px;
}
@media screen and (min-width: 900px) {
  .spots {
    margin-top: -120px;
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.spots::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 45px;
  left: 0;
  top: 1px;
  background-color: transparent;
  background-image: url(../img/spots-top.png);
  background-position: bottom center;
  background-size: contain;
  background-repeat: repeat-x;
}
@media screen and (min-width: 900px) {
  .spots::before {
    height: 120px;
    background-image: url(../img/spots-top-pc.png);
  }
}
.spots::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 45px;
  background-color: transparent;
  background-image: url(../img/spots-bottom.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  background-repeat: repeat-x;
}
@media screen and (min-width: 900px) {
  .spots::after {
    height: 120px;
    background-image: url(../img/spots-bottom-pc.png);
  }
}

.spots__inner {
  background: #67b0c7;
  padding-bottom: 22px;
}
@media screen and (min-width: 900px) {
  .spots__inner {
    padding-bottom: 4px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .spots__inner {
    padding-left: 0;
  }
}

@media screen and (min-width: 900px) {
  .spots__contents-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
    padding-left: calc((100% - 1010px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .spots__contents-top {
    padding-left: max(30px, 50vw - 509px);
  }
}

.spots__title {
  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;
  padding-bottom: 25px;
  padding-top: 2px;
}
@media screen and (min-width: 900px) {
  .spots__title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.title-text {
  color: #fff;
  font-family: "Kiwi Maru", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 125%;
  position: relative;
  padding-left: 36px;
}
@media screen and (min-width: 900px) {
  .title-text {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 40px;
    padding-top: 68px;
    padding-left: 0;
    letter-spacing: 0.25em;
  }
}
.title-text::before {
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 28px;
  position: absolute;
  background-image: url(../img/spots-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (min-width: 900px) {
  .title-text::before {
    width: 56px;
    height: 56px;
    top: -3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (min-width: 900px) {
  .spots__slider {
    width: calc(100% - 56px - 32px);
    overflow: hidden;
  }
}

.spots__swiper {
  height: 100%;
}
@media screen and (min-width: 900px) {
  .spots__swiper {
    overflow: visible;
  }
}

.spots__swiper-wrapper {
  height: auto;
}
@media screen and (min-width: 768px) {
  .spots__swiper-wrapper {
    width: calc(100% - 56px - 32px);
  }
}

.spots__slide {
  height: auto;
}
@media screen and (min-width: 900px) {
  .spots__slide {
    margin-right: 30px !important;
  }
}

.slide-item {
  padding-bottom: 26.159px;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  height: 100%;
}
@media screen and (min-width: 900px) {
  .slide-item {
    border-radius: 24px;
    padding-bottom: 40px;
  }
}

.slide-item__img img {
  max-height: 48%;
  width: 100%;
}

.spots__slide-contents {
  margin-top: 17px;
  padding-left: 26px;
  padding-right: 26px;
}
@media screen and (min-width: 900px) {
  .spots__slide-contents {
    margin-top: 24px;
    padding-left: 32px;
    padding-right: 32px;
  }
}

.spots__slide-title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .spots__slide-title {
    font-size: 20px;
  }
}

.spots__slide-text {
  margin-top: 15px;
  font-size: 12px;
}
@media screen and (min-width: 900px) {
  .spots__slide-text {
    margin-top: 24px;
    font-size: 16px;
  }
}

@media screen and (min-width: 900px) {
  .spots__navigation {
    width: 700px;
    position: absolute;
    bottom: 293px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 80px;
    z-index: 50;
  }
}
@media screen and (min-width: 1200px) {
  .spots__navigation {
    width: 963px;
    bottom: 293px;
  }
}

.spots__prev,
.spots__next {
  width: 80px;
  height: 80px;
}

.spots__prev::after,
.spots__next::after {
  content: "";
  height: 80px;
  width: 80px;
  margin: auto;
}

.spots__prev::after {
  background: url(../img/spots-prev.png) no-repeat center center/contain;
}

.spots__next::after {
  background: url(../img/spots-next.png) no-repeat center center/contain;
}

@media screen and (min-width: 768px) {
  .spots__contents-bottom {
    padding-top: 25px;
  }
}
@media screen and (min-width: 900px) {
  .spots__contents-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 66px auto 0;
    max-width: 1025px;
    position: relative;
    padding-right: 20px;
    gap: 20px;
    padding-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .spots__contents-bottom {
    padding: 0;
    gap: 0;
  }
}

.spots__logo {
  width: 255px;
  height: 55px;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .spots__logo {
    width: 495px;
    height: 107px;
    margin: 0;
  }
}

.spots__decoration {
  display: none;
}
@media screen and (min-width: 900px) {
  .spots__decoration {
    display: block;
    position: absolute;
    width: 100px;
    height: 220px;
    left: -207px;
    bottom: -2px;
  }
}

.spots__text {
  color: #fff;
  text-align: center;
  font-size: 11.444px;
  margin-top: 16px;
  margin-bottom: 24px;
  white-space: nowrap;
}
@media screen and (min-width: 900px) {
  .spots__text {
    font-size: 16px;
    font-weight: 400;
    margin-top: 0;
  }
}

.spots__button {
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .spots__button {
    margin-top: 24px;
    height: 56px;
    padding: 11px 37px 9px 37px;
    border-radius: 40px;
    border: 3px solid #4a3636;
    -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
            box-shadow: 0px 4px 0px 0px #4a3636;
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .spots__button {
    font-size: 20px;
    padding-top: 7px;
  }
}

.spots__image-bottom {
  position: absolute;
  bottom: -100px;
}

.qa {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .qa {
    padding-top: 112px;
  }
}

@media screen and (min-width: 900px) {
  .qa__inner {
    padding: 0;
    max-width: 788px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .qa__inner {
    max-width: 1024px;
  }
}

.qa__boxes {
  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: 12px;
}
@media screen and (min-width: 768px) {
  .qa__boxes {
    margin-top: 39px;
    gap: 24px;
  }
}

.qa__box {
  border-radius: 12px;
  border: 2px solid #4a3636;
  background: #fff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .qa__box {
    border-radius: 16px;
  }
}
.qa__box:hover {
  cursor: pointer;
}

.qa-box__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 14px 11px 14px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .qa-box__head {
    padding: 21px 20px 20px 20px;
    gap: 19px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.qa-box__head.is-open .qa-box__head-button::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.qa-box__head-icon,
.qa-box__a-icon {
  color: #9ed0e0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 125%;
}
@media screen and (min-width: 768px) {
  .qa-box__head-icon,
  .qa-box__a-icon {
    font-size: 32px;
    margin: 0;
  }
}

.qa-box__head-text {
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .qa-box__head-text {
    font-size: 20px;
  }
}

.qa-box__head-button {
  width: 26px;
  height: 26px;
  background: #9ed0e0;
  border-radius: 50%;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .qa-box__head-button {
    width: 48px;
    height: 48px;
  }
}
.qa-box__head-button::before {
  content: "";
  position: absolute;
  width: 10.182px;
  height: 1.455px;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .qa-box__head-button::before {
    width: 18.667px;
    height: 2.667px;
  }
}
.qa-box__head-button::after {
  content: "";
  position: absolute;
  height: 10.182px;
  width: 1.455px;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .qa-box__head-button::after {
    height: 18.667px;
    width: 2.667px;
  }
}

.qa-box__body {
  display: none;
}

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

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

.qa-box__a {
  padding: 17px 15px 12px 15px;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .qa-box__a {
    padding: 26px 24px 23px 24px;
  }
}

.qa-box__a-text {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .qa-box__a-text {
    font-size: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.entry {
  margin-top: 31px;
}
@media screen and (min-width: 768px) {
  .entry {
    margin-top: 120px;
  }
}

.entry__inner {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .entry__inner {
    margin-bottom: 120px;
  }
}

.entry__wrapper {
  border: 8px solid #fff;
  background: rgba(255, 255, 255, 0.5);
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 900px) {
  .entry__wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 48px;
    padding-right: 48px;
    max-width: 788px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .entry__wrapper {
    max-width: 1024px;
  }
}

.entry__table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .entry__table {
    margin-top: 38px;
  }
}

.table-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .table-contents {
    gap: 13px;
  }
}

.table-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .table-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    padding-bottom: 11px;
  }
}

.table-head {
  font-size: 14px;
  font-weight: 700;
  position: relative;
  padding-left: 16px;
}
.table-head::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #9ed0e0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .table-head::before {
    left: 16px;
  }
}
@media screen and (min-width: 768px) {
  .table-head {
    width: 240px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 16px;
    padding-left: 32px;
  }
}

.table-body li {
  position: relative;
  padding-left: 19px;
  line-height: 1.587;
}
.table-body li::before {
  content: "";
  position: absolute;
  background: #4a3636;
  width: 3px;
  height: 3px;
  top: 9px;
  left: 9px;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .table-body li::before {
    width: 4px;
    height: 4px;
    top: 13px;
    left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .table-body li {
    font-size: 16px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding-left: 24px;
    line-height: 1.63;
  }
}

td,
th {
  text-align: left;
  display: block;
  width: 100%;
}

.header-row th {
  background-color: #f2f2f2; /* ヘッダーセルの背景色を追加する場合はここに色を指定してください */
}

.entry__bg-image {
  width: 100%;
  height: auto;
}
.entry__bg-image img {
  width: 100%;
}

.contact {
  padding-top: 40px;
  padding-bottom: 43px;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .contact {
    padding-top: 117px;
    padding-bottom: 120px;
  }
}

.contact__text {
  text-align: center;
  padding: 24px 0;
}
@media screen and (min-width: 768px) {
  .contact__text {
    font-size: 16px;
    padding-top: 33px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  .contact__box {
    width: clamp(570px, 56.0846560847vw, 848px);
    margin: 0 auto;
  }
}

.contact__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .contact__fields {
    gap: 22px;
  }
}

.form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .form-field {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.form-field__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.form-field__label {
  font-weight: 700;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .form-field__label {
    font-size: 16px;
  }
}

.form-field__tag {
  font-weight: 700;
  color: #ffffff;
  border-radius: 4px;
  background: #ce2073;
  padding: 4px 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .form-field__tag {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .form-field__item {
    width: clamp(335px, 41.5343915344vw, 628px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.form-text {
  border-radius: 8px;
  background: #f5f5f5;
  padding: 16px;
  border: none;
  width: 100%;
  font-size: 14px;
}
.form-text.is-error {
  outline: #ce2073 auto 1px;
  background: #fff0f7;
}
.form-text::-webkit-input-placeholder {
  color: #cccccc;
}
.form-text::-moz-placeholder {
  color: #cccccc;
}
.form-text:-ms-input-placeholder {
  color: #cccccc;
}
.form-text::-ms-input-placeholder {
  color: #cccccc;
}
.form-text::placeholder {
  color: #cccccc;
}
.form-text:focus {
  outline: #9ed0e0 auto 1px;
  background: #e9f6f8;
}
@media screen and (min-width: 768px) {
  .form-text {
    font-size: 16px;
  }
}

.form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  border-radius: 8px;
  border: none;
  padding: 16px;
  font-size: 14px;
  background-image: url(../img/contact-arrow.png), linear-gradient(to left, #9ed0e0 52px, #f5f5f5 52px);
  background-repeat: no-repeat, no-repeat;
  background-position: center right 12px, center center;
  background-size: 32px 32px, cover;
}
.form-select:focus {
  outline: #9ed0e0 auto 1px;
}
.form-select:hover {
  cursor: pointer;
}
.form-select.is-error {
  outline: #ce2073 auto 1px;
  background: #fff0f7;
  background-image: url(../img/contact-arrow.png), linear-gradient(to left, #ce2073 52px, #fff0f7 52px);
  background-repeat: no-repeat, no-repeat;
  background-position: center right 12px, center center;
  background-size: 32px 32px, cover;
}
@media screen and (min-width: 768px) {
  .form-select {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .form-field__radio {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.form-radio {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form-radio + .form-radio {
  margin-left: 22px;
}
.form-radio:hover {
  cursor: pointer;
}

.form-radio__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-radio__input:hover + .form-radio__text::before {
  border-color: #9ed0e0;
}
.form-radio__input:focus + .form-radio__text::before {
  border-color: #9ed0e0;
}

.form-radio__input:checked + .form-radio__text::after {
  opacity: 1;
}

.form-radio__text {
  font-size: 14px;
  padding-left: 32px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .form-radio__text {
    font-size: 16px;
  }
}

.form-radio__text::before,
.form-radio__text::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}

.form-radio__text::before {
  width: 24px;
  height: 24px;
  border: 1px solid transparent;
  background: #f5f5f5;
  left: 0;
  -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;
}

.form-textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  border-radius: 8px;
  border: none;
  background: #f5f5f5;
  padding: 17px;
  font-size: 14px;
  height: 160px;
}
.form-textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.form-textarea::-moz-placeholder {
  color: #cccccc;
}
.form-textarea:-ms-input-placeholder {
  color: #cccccc;
}
.form-textarea::-ms-input-placeholder {
  color: #cccccc;
}
.form-textarea::placeholder {
  color: #cccccc;
}
.form-textarea:focus {
  outline: #9ed0e0 auto 1px;
  background: #e9f6f8;
}
.form-textarea.is-error {
  outline: #ce2073 auto 1px;
  background: #fff0f7;
}
@media screen and (min-width: 768px) {
  .form-textarea {
    font-size: 16px;
  }
}

.contact__privacy {
  margin-top: 24px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact__privacy {
    margin-top: 41px;
  }
}

.form-checkbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form-checkbox:hover {
  cursor: pointer;
}

.form-checkbox__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-checkbox__input.is-error + .form-checkbox__text::before {
  outline: #ce2073 auto 1px;
  background: #fff0f7;
}

.form-checkbox__input:checked + .form-checkbox__text::after {
  opacity: 1;
}

.form-checkbox__text {
  position: relative;
  padding-left: 36px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .form-checkbox__text {
    font-size: 16px;
  }
}
.form-checkbox__text a {
  text-decoration-line: underline;
  text-underline-offset: 2px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.form-checkbox__text a:hover {
  color: #9ed0e0;
  cursor: pointer;
}

.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;
  border: none;
  background: #f5f5f5;
}

.form-checkbox__text::after {
  width: 14px;
  height: 9px;
  left: 5px;
  top: 10px;
  background: url(../img/contact-vector.png) no-repeat center center/contain;
  opacity: 0;
}

.contact__button {
  display: block;
  margin: 26px auto 0;
}
@media screen and (min-width: 768px) {
  .contact__button {
    margin-top: 40px;
    padding: 6px 40px 8px 38px;
  }
}

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

@media screen and (min-width: 768px) {
  .footer__inner {
    position: relative;
  }
}

.footer__decoration {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer__decoration {
    position: absolute;
    width: 100px;
    height: 220px;
    right: 60px;
    top: -40px;
  }
}

.footer__title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  line-height: 125%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__title {
    font-size: 24px;
  }
}

.footer__sns-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__sns {
  width: 32px;
  height: 32px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .footer__sns {
    width: 40px;
    height: 40px;
  }
}
.footer__sns:hover {
  opacity: 0.8;
  cursor: pointer;
}

.footer__logo {
  width: 100%;
  padding-top: 14px;
  padding-inline: 4px;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    margin-top: 30px;
    width: 755px;
    margin: 28px auto 0;
  }
}

.footer__info {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  margin-top: -1px;
}
@media screen and (min-width: 768px) {
  .footer__info {
    max-width: 1024px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    height: 400px;
  }
}

@media screen and (min-width: 768px) {
  .info-map {
    width: 50%;
  }
}
.info-map iframe {
  width: 100%;
  height: 271px;
  border: none;
}
@media screen and (min-width: 768px) {
  .info-map iframe {
    height: 100%;
  }
}

.info-contents {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .info-contents {
    padding-inline: 20px;
  }
}
@media screen and (min-width: 900px) {
  .info-contents {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 389px;
    padding-inline: 0;
  }
}

.info-logo {
  width: 153px;
  height: 20px;
  margin: 19px auto 0;
}
@media screen and (min-width: 768px) {
  .info-logo {
    margin: -9px 0 0;
    width: 183px;
    height: 24px;
  }
}

.info-wrapper {
  padding: 30px 26px 30px 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .info-wrapper {
    padding: 0;
    margin-top: 25px;
    gap: 12px;
  }
}

.info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .info-wrap {
    gap: 36px;
  }
}
@media screen and (min-width: 900px) {
  .info-wrap {
    gap: 40px;
  }
}

.info-title {
  width: 80px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  font-weight: 700;
  position: relative;
  padding-left: 16px;
}
.info-title::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #9ed0e0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}

.pagetop-sp {
  display: block;
  margin: 22px auto 24px;
  width: 78px;
  height: 78px;
}
@media screen and (min-width: 768px) {
  .pagetop-sp {
    display: none;
  }
}
.pagetop-sp:hover {
  cursor: pointer;
}

.footer__bottom {
  position: relative;
  padding-top: 45px;
}
@media screen and (min-width: 768px) {
  .footer__bottom {
    padding-top: 119px;
    margin-top: 118px;
  }
}
.footer__bottom::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 45px;
  top: 1px;
  bottom: 1px;
  background-color: transparent;
  background-image: url(../img/spots-top.png);
  background-position: top center;
  background-size: cover;
  background-repeat: repeat-x;
}
@media screen and (min-width: 768px) {
  .footer__bottom::before {
    height: 120px;
    background-size: cover;
    background-image: url(../img/spots-top-pc.png);
  }
}

.footer__copylight {
  padding-bottom: 24px;
  text-align: center;
  color: #ffffff;
  background: #67b0c7;
}
@media screen and (min-width: 768px) {
  .footer__copylight {
    padding-bottom: 32px;
  }
}

.footer__copylight-text {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .footer__copylight-text {
    font-size: 14px;
    display: block;
  }
}

.fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(24px);
          transform: translateY(24px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.fade-in-up.is-in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}