@charset "UTF-8";
@media screen and (max-width: 600px) {
  .inner {
    max-width: 375px;
    padding-inline: 20px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 601px) and (max-width: 767.98px) {
  .inner {
    padding-inline: 20px;
  }
}
@media screen and (min-width: 768px) {
  .inner {
    padding-inline: 20px;
  }
}
@media screen and (min-width: 900px) {
  .inner {
    padding-inline: 20px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1512px) {
  .inner {
    max-width: 1512px;
    padding-inline: 244px;
    margin-inline: auto;
  }
}

.button {
  width: auto;
  display: inline-block;
  text-align: center;
  line-height: 1.6;
  font-weight: 700;
  padding: 4px 22px 6px;
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
  border-radius: 40px;
  border: 2px solid currentColor;
  background: #fff;
  color: #4a3636;
  font-size: 16px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.button a {
  font-weight: 700;
}
.button:hover {
  background: #ffee56;
}
@media screen and (min-width: 900px) {
  .button {
    padding: 8px 38px 10px;
    font-size: 20px;
  }
  .button a {
    font-weight: 700;
  }
}
@media screen and (min-width: 900px) {
  .button.type-iphone {
    width: 144px;
    font-size: 16px;
    padding: 4px 22px 6px;
  }
}
@media screen and (min-width: 768px) {
  .button.type-header {
    width: 132px;
    font-size: 14px;
    padding: 4px 22px 6px;
  }
}

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

.heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1200px) {
  .heading {
    gap: 8px;
    padding-inline: 20px;
  }
}

.heading-icon {
  width: 37.333px;
  height: 37.333px;
}
@media screen and (min-width: 900px) {
  .heading-icon {
    width: 48px;
    height: 48px;
  }
}

.heading-en {
  font-family: "Courgette";
  font-size: 16px;
  font-weight: 400;
  line-height: 124%;
}
@media screen and (min-width: 900px) {
  .heading-en {
    font-size: 20px;
  }
}

.heading-ja {
  font-family: "Kiwi Maru";
  font-size: 20px;
  font-weight: 500;
  line-height: 125%;
  padding-bottom: 6px;
  border-bottom: 6px solid #ffee56;
}
@media screen and (min-width: 900px) {
  .heading-ja {
    font-size: 32px;
    border-bottom: 8px solid #ffee56;
    padding-bottom: 8px;
  }
}

body {
  color: #4a3636;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  font-family: "Noto Sans JP";
}

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

.under-line {
  border-bottom: 1px solid #4a3636;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.under-line:hover {
  color: #9ed0e0;
  border-bottom: 1px solid #9ed0e0;
}

.block-line {
  display: block;
  height: 1.5em;
}
@media screen and (min-width: 900px) {
  .block-line {
    height: 1.7em;
  }
}

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

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

@media screen and (min-width: 1200px) {
  .hidden-xl {
    display: none;
  }
}

.scroll-stop {
  overflow: hidden;
}

.header {
  padding-block: 18px;
}
@media screen and (min-width: 768px) {
  .header {
    padding-block: 14px;
  }
}

.header__inner {
  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;
  max-width: 808px;
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .header__inner {
    max-width: 1560px;
    padding-inline: 24px;
  }
}

.header__logo {
  z-index: 101;
}
.header__logo img {
  width: 210px;
}
@media screen and (min-width: 768px) {
  .header__logo img {
    width: 183px;
  }
}

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

@media screen and (min-width: 768px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .header-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
  }
}

@media screen and (min-width: 900px) {
  .header__item {
    margin-top: -2px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .header__item:hover {
    color: #9ed0e0;
    text-decoration-line: underline;
    text-underline-offset: 4px;
  }
}

@media screen and (min-width: 768px) {
  .header__link {
    font-size: 12px;
    padding-block: 24px;
  }
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.header-icon {
  position: relative;
  width: 32px;
  height: 24px;
  z-index: 101;
}
@media screen and (min-width: 768px) {
  .header-icon {
    display: inline;
  }
}
@media screen and (min-width: 900px) {
  .header-icon {
    display: none;
  }
}
.header-icon.is-checked .icon-bar:nth-of-type(1) {
  top: 12px;
  width: 32px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header-icon.is-checked .icon-bar:nth-of-type(2) {
  display: none;
  top: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header-icon.is-checked .icon-bar:nth-of-type(3) {
  display: none;
}
.header-icon.is-checked .icon-bar:nth-of-type(4) {
  top: 12px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

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

.drawer-content {
  inset-inline: 0;
  background: #fff;
  padding-block: 145px;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}
@media screen and (min-width: 768px) {
  .drawer-content {
    display: inline;
  }
}
@media screen and (min-width: 900px) {
  .drawer-content {
    display: none;
  }
}
.drawer-content.is-checked {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

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

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

main {
  background: #e9f6f8;
}

.fv {
  background: url(../img/fv-img_02\ 2.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 17px;
  height: 554px;
  border-radius: 0px 0px 24px 24px;
}
@media screen and (min-width: 900px) {
  .fv {
    background-image: url(../img/fv-pcOnomichi_02\ 2.jpg);
    padding-top: 35px;
    padding-bottom: 97px;
    height: 740px;
    border-radius: 0px 0px 40px 40px;
  }
}

@media screen and (min-width: 900px) {
  .fv__inner {
    margin-inline: auto;
    padding-inline: 0;
  }
}
@media screen and (min-width: 1200px) {
  .fv__inner {
    padding-inline: 1862px;
    padding-inline: 175px;
  }
}

.fv__wrap {
  max-width: 335px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .fv__wrap {
    max-width: 846px;
  }
}

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

.fv__title-img1 {
  display: block;
  margin-inline: auto;
  margin-top: 21px;
  width: 335px;
  height: auto;
  padding: 0px 0.511px 0px 0.126px;
}
@media screen and (min-width: 900px) {
  .fv__title-img1 {
    margin-top: 24px;
    padding-bottom: 0.885px;
    width: 520px;
  }
}

.fv__title-img2 {
  display: block;
  margin-inline: auto;
  margin-top: 12px;
  width: 240px;
  height: auto;
}
@media screen and (min-width: 900px) {
  .fv__title-img2 {
    margin-top: 15px;
    padding: 0.908px 0.156px 0.767px 0.036px;
    width: 356px;
  }
}

.fv__body-head {
  position: relative;
}

.body-head__yellow {
  position: absolute;
  top: 19px;
  left: 0;
  width: 139.672px;
  height: 77.519px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .body-head__yellow {
    top: -1px;
    left: 35px;
    width: 28.6052009456%;
    height: auto;
  }
}
.body-head__present {
  position: absolute;
  top: 10px;
  right: 25px;
  width: 110px;
  height: 110px;
}
@media screen and (min-width: 768px) {
  .body-head__present {
    top: 16px;
    right: 126px;
    width: 180px;
    height: 180px;
  }
}

.fv__iphone-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}

.fv__iphone-img {
  padding-top: 113px;
  width: 200px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .fv__iphone-img {
    padding-top: 30px;
  }
}
@media screen and (min-width: 900px) {
  .fv__iphone-img {
    width: 250px;
    height: auto;
    padding-top: 30px;
  }
}

.iphone-title__wrap {
  z-index: 1;
  position: absolute;
  left: 50%;
  bottom: 130px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 160px;
  margin-inline: auto;
  border-radius: 12.8px;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .iphone-title__wrap {
    width: 200px;
    bottom: 0;
    top: 184px;
    border-radius: 16px;
    overflow: hidden;
  }
}

.iphone-title__text {
  background: linear-gradient(265deg, #ac3790 -3.52%, #d65a5c 44.94%, #f4c06d 92.38%);
  text-align: center;
  padding: 6px 9px;
  color: #fff;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-size: 12.8px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 900px) {
  .iphone-title__text {
    font-size: 16px;
    padding: 8px 12px;
  }
}

.iphone-body__wrap {
  padding: 13px 14px 17px;
  background: #fff;
  text-align: center;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .iphone-body__wrap {
    padding: 16px 12px 26px;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    overflow: hidden;
  }
}

.iphone-body__label {
  padding-bottom: 1px;
  margin-inline: auto;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 2.4px solid #ce2073;
}
@media screen and (min-width: 900px) {
  .iphone-body__label {
    font-size: 14px;
    border-bottom: 3px solid #ce2073;
  }
}

.iphone-body__date {
  margin-top: 2.2px;
  text-align: center;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-size: 12px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 900px) {
  .iphone-body__date {
    margin-top: 4px;
    font-size: 16px;
  }
}

.iphone-wrap__button {
  margin-top: 12.8px;
  font-size: 14px;
  -webkit-box-shadow: 1px 4px 0px 1px #4a3636;
          box-shadow: 1px 4px 0px 1px #4a3636;
}
@media screen and (min-width: 900px) {
  .iphone-wrap__button {
    margin-top: 16px;
    font-size: 16px;
    -webkit-box-shadow: 0px 5px 0px 0px #4a3636;
            box-shadow: 0px 5px 0px 0px #4a3636;
  }
}

.fv__under-img {
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.under-cookie {
  position: absolute;
  width: 54.069px;
  height: auto;
  left: 0;
  bottom: -11px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .under-cookie {
    width: 127px;
  }
}
@media screen and (min-width: 900px) {
  .under-cookie {
    bottom: -17px;
  }
}

.under-coffee {
  position: absolute;
  bottom: 5px;
  left: 43px;
  width: 47.257px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .under-coffee {
    width: 111px;
    left: 101px;
    bottom: 21px;
  }
}
.under-pic3 {
  position: absolute;
  bottom: -11px;
  right: 9px;
  width: 98px;
  height: auto;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .under-pic3 {
    width: 233px;
    bottom: -58px;
    right: 0;
  }
}

.under-pic4 {
  position: absolute;
  bottom: 47px;
  right: 0;
  width: 62px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .under-pic4 {
    width: 170px;
    right: 61px;
    bottom: 43px;
  }
}

.about {
  margin-top: 156px;
  padding-block: 32px;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .about {
    padding-top: 80px;
    padding-bottom: 0px;
    margin-top: 97px;
  }
}

.about__inner {
  padding-bottom: 137px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .about__inner {
    max-width: unset;
  }
}
@media screen and (min-width: 900px) {
  .about__inner {
    margin-inline: auto;
    padding-bottom: 163px;
  }
}

.about__img-line {
  display: none;
}
@media screen and (min-width: 900px) {
  .about__img-line {
    display: inline;
    position: absolute;
    top: -20px;
    left: -21px;
  }
  .about__img-line img {
    width: 250px;
    height: 250px;
  }
}

.about__img1 {
  z-index: 3;
  position: absolute;
  top: 396px;
  left: calc(50% - 327px);
  width: 100%;
}
.about__img1 img {
  width: 200px;
  height: 200px;
}
@media screen and (min-width: 601px) and (max-width: 767.98px) {
  .about__img1 {
    left: calc(50% - 325px);
  }
}
@media screen and (min-width: 768px) {
  .about__img1 {
    left: calc(50% - 360px);
  }
}
@media screen and (min-width: 900px) {
  .about__img1 {
    top: 74px;
    left: -338px;
    width: 480px;
    height: 480px;
  }
  .about__img1 img {
    width: 100%;
    height: auto;
  }
}

.about__img2 {
  position: absolute;
  top: 274px;
  left: calc(50% + 127px);
  width: 100%;
}
.about__img2 img {
  width: 200px;
  height: 200px;
}
@media screen and (min-width: 601px) and (max-width: 767.98px) {
  .about__img2 {
    left: calc(50% + 140px);
  }
}
@media screen and (min-width: 768px) {
  .about__img2 {
    left: calc(50% + 140px);
  }
}
@media screen and (min-width: 900px) {
  .about__img2 {
    left: unset;
    top: 73px;
    right: -284px;
    width: 480px;
    height: 480px;
  }
  .about__img2 img {
    width: 100%;
    height: 100%;
  }
}

.about__img-paw {
  position: absolute;
  top: -10px;
  right: calc(50% - 186px);
}
.about__img-paw img {
  width: 54px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .about__img-paw {
    right: calc(50% - 250px);
  }
}
@media screen and (min-width: 900px) {
  .about__img-paw {
    top: -60px;
    right: 165px;
    width: 100px;
  }
  .about__img-paw img {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .about__img-paw {
    top: -80px;
    right: 165px;
  }
}

.about__bottom-center {
  position: absolute;
  bottom: 19px;
  right: 56.57px;
}
@media screen and (min-width: 900px) {
  .about__bottom-center {
    bottom: 83px;
    right: 74px;
  }
}
.about__bottom-center img {
  width: 133px;
  height: auto;
}
@media screen and (min-width: 900px) {
  .about__bottom-center img {
    width: 308px;
  }
}

.about__bottom-right {
  z-index: 2;
  position: absolute;
  bottom: 78px;
  right: 20px;
}
@media screen and (min-width: 900px) {
  .about__bottom-right {
    bottom: 290px;
    right: 150px;
  }
}
.about__bottom-right img {
  width: 48px;
  height: 48px;
}
@media screen and (min-width: 900px) {
  .about__bottom-right img {
    width: 101px;
    height: 100px;
  }
}

@media screen and (min-width: 900px) {
  .wave-1 {
    position: absolute;
    bottom: 371px;
    right: -568px;
    width: 809px;
    height: auto;
  }
}

@media screen and (min-width: 900px) {
  .wave-2 {
    position: absolute;
    bottom: 338px;
    right: -499px;
    width: 809px;
    height: auto;
  }
}

.about__bottom-left {
  z-index: 0;
  position: absolute;
  top: 709px;
  left: 0px;
}
@media screen and (min-width: 900px) {
  .about__bottom-left {
    left: -103px;
    top: 321px;
  }
}
.about__bottom-left img {
  width: 138px;
  height: 215px;
}
@media screen and (min-width: 900px) {
  .about__bottom-left img {
    width: 427px;
    height: 817px;
  }
}

.about__content-wrap {
  position: relative;
  z-index: 10;
  padding: 40px 12px;
  border-radius: 24px;
  background: #fff;
  width: 100%;
  max-width: 335px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .about__content-wrap {
    max-width: 460px;
  }
}
@media screen and (min-width: 900px) {
  .about__content-wrap {
    max-width: 640px;
    padding-inline: 14px;
    padding-block: 40px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1200px) {
  .about__content-wrap {
    max-width: 845px;
    border-radius: 35px;
  }
}

.content-wrap__img {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 36px;
}
@media screen and (min-width: 1200px) {
  .content-wrap__img {
    width: 140px;
    height: 50px;
  }
}

.about__content {
  position: relative;
}

.content__img1 {
  position: absolute;
  top: -7px;
  left: 22px;
}
.content__img1 img {
  width: 87px;
}
@media screen and (min-width: 900px) {
  .content__img1 {
    top: -1.35px;
    left: 71px;
  }
  .content__img1 img {
    width: 146px;
  }
}

.content__img2 {
  position: absolute;
  top: -9px;
  right: 7px;
}
.content__img2 img {
  width: 89px;
  height: auto;
}
@media screen and (min-width: 900px) {
  .content__img2 {
    top: 7px;
    right: 71px;
  }
  .content__img2 img {
    width: 146px;
  }
}

.about__content-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .about__content-card {
    gap: 8px;
  }
}

.about__content-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 900px) {
  .about__content-body {
    gap: 32px;
  }
}

.content-body__title {
  margin-top: 24px;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .content-body__title {
    margin-top: 32px;
    font-size: 16px;
  }
}

.content-body__text {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .content-body__text {
    font-size: 16px;
  }
}

.content-body__under-text {
  text-align: center;
  font-weight: 700;
  padding-block: 8px;
  border-bottom: 2px dashed #9ed0e0;
}
@media screen and (min-width: 900px) {
  .content-body__under-text {
    font-size: 20px;
    padding-block: 12px;
  }
}

.content-body__button {
  text-align: center;
}
.galley__under-title {
  margin-left: 3px;
  text-align: center;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 900px) {
  .galley__under-title {
    margin-left: -8px;
    margin-top: 1px;
  }
}

.galley__under-title-img {
  z-index: 1;
  width: 355px;
}
@media screen and (min-width: 900px) {
  .galley__under-title-img {
    width: 890px;
    height: auto;
  }
}

.galley__slide {
  overflow: hidden;
}

.swiper {
  width: 100%;
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
@media screen and (min-width: 900px) {
  .swiper-wrapper {
    margin-top: -10px !important;
    height: auto;
  }
}

.galley__slider {
  width: 100px !important;
  height: 100px !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 900px) {
  .galley__slider {
    width: 200px !important;
    height: 205px !important;
  }
}

.galley-card__img img {
  width: 100px;
  height: 100px;
}
@media screen and (min-width: 900px) {
  .galley-card__img img {
    width: 200px;
    height: 205px;
  }
}

.step {
  padding-top: 31px;
  padding-bottom: 20px;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .step {
    padding-top: 120px;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 900px) {
  .step__inner {
    max-width: 1480px;
    padding-inline: 20px;
    margin-inline: auto;
  }
}

.step__img-left {
  position: relative;
}

.img-left__map,
.img-left__paw {
  position: absolute;
}

.img-left__map {
  width: 149px;
  height: auto;
  top: 0;
  left: -20px;
}
@media screen and (min-width: 1200px) {
  .img-left__map {
    width: 420px;
    height: auto;
    top: -60px;
    left: 0;
  }
}

.img-left__paw {
  width: 55px;
  height: auto;
  top: 549px;
  left: 0;
}
@media screen and (min-width: 1200px) {
  .img-left__paw {
    width: 100px;
    top: 580px;
  }
}

.step__img-right {
  position: relative;
}

.img-right__cat-brown,
.img-right__cat-black,
.img-right__top-paw,
.img-right__bottom-paw {
  position: absolute;
}

.img-right__cat-brown {
  width: 105px;
  top: 0;
  right: 4px;
}
@media screen and (min-width: 1200px) {
  .img-right__cat-brown {
    width: 238px;
    top: -26px;
    right: 195px;
  }
}

.img-right__cat-black {
  width: 94px;
  top: 5px;
  right: -51px;
}
@media screen and (min-width: 1200px) {
  .img-right__cat-black {
    width: 214px;
    top: -16px;
    right: 69px;
  }
}

.img-right__top-paw {
  width: 55px;
  height: auto;
  top: 74px;
  right: 0;
}
@media screen and (min-width: 1200px) {
  .img-right__top-paw {
    width: 100px;
    top: 148px;
  }
}

.img-right__bottom-paw {
  width: 55px;
  height: auto;
  top: 878px;
  right: 0;
}
@media screen and (min-width: 1200px) {
  .img-right__bottom-paw {
    display: none;
  }
}

.how-to-enter__boxes {
  margin-top: 2px;
}
.how-to-enter__steps {
  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;
}
@media screen and (min-width: 768px) {
  .how-to-enter__steps {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin-inline: auto;
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 33px;
  }
}
@media screen and (min-width: 1200px) {
  .how-to-enter__steps {
    max-width: 1024px;
  }
}

.how-to-enter__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .how-to-enter__step {
    display: block;
    width: 100%;
    max-width: 320px;
  }
}
@media screen and (min-width: 768px) {
  .how-to-enter__step.type2 {
    margin-top: 69px;
    width: 100%;
    max-width: 320px;
  }
}
@media screen and (min-width: 900px) {
  .how-to-enter__step.type3 {
    width: 100%;
    max-width: 320px;
  }
}

.step-box__img {
  position: relative;
  text-align: center;
}
.step-box__img img {
  width: 196px;
  height: auto;
  margin-inline: auto;
}
@media screen and (min-width: 1200px) {
  .step-box__img img {
    width: 280px;
  }
}

.step-box__text-group {
  position: absolute;
  top: 31px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  text-align: center;
  font-family: "Josefin Sans";
  font-weight: 500;
  line-height: 125%;
}
@media screen and (min-width: 1200px) {
  .step-box__text-group {
    top: 44px;
    font-size: 20px;
    line-height: 1.6;
    padding-left: 2px;
  }
}

.icon-group__text {
  letter-spacing: 0.12px;
  margin-top: 1px;
}
@media screen and (min-width: 1200px) {
  .icon-group__text {
    letter-spacing: 0.6px;
    margin-top: -1px;
  }
}

.icon-group__number {
  margin-top: 4px;
  font-size: 40px;
  font-style: italic;
  font-weight: 600;
  line-height: 90%;
}
@media screen and (min-width: 1200px) {
  .icon-group__number {
    font-size: 56px;
    margin-top: -1px;
  }
}

.step-box__icon-group {
  position: absolute;
  top: 87px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 112px;
  height: 112px;
}
@media screen and (min-width: 1200px) {
  .step-box__icon-group {
    top: 123px;
    width: 160px;
    height: 160px;
  }
}

.icon-group__left,
.icon-group__center,
.icon-group__right,
.step-box__under-button {
  position: absolute;
}

.icon-group__left {
  top: 31px;
  left: 9px;
  width: 15.188px;
  height: 13.922px;
}
@media screen and (min-width: 1200px) {
  .icon-group__left {
    top: 40px;
    left: 11px;
    width: 21.697px;
    height: 19.889px;
  }
}

.icon-group__center {
  z-index: 1;
  top: 9px;
  left: 31px;
  width: 38.5px;
  height: 67.9px;
}
@media screen and (min-width: 1200px) {
  .icon-group__center {
    top: 10px;
    left: 44px;
    width: 55px;
    height: 97px;
  }
}

.icon-group__right {
  top: 22px;
  right: 6px;
  width: 46.2px;
  height: 46.2px;
}
@media screen and (min-width: 1200px) {
  .icon-group__right {
    top: 29px;
    right: 8px;
    width: 66px;
    height: 66px;
  }
}

.step-box__under-button {
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 1px 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 5.6px;
  border: 1.4px solid currentColor;
  background: #fff;
}
@media screen and (min-width: 1200px) {
  .step-box__under-button {
    bottom: 7px;
    border-radius: 8px;
    border: 2px solid currentColor;
    padding: 0 22px;
  }
}
.step-box__under-button a {
  font-family: "Josefin Sans";
  font-size: 11px;
  font-weight: 700;
  color: #4a3636;
}
@media screen and (min-width: 900px) {
  .step-box__under-button a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .step-box__under-button a {
    font-size: 16px;
  }
}

.step-box__body {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-top: 2px;
  margin-left: 1px;
}
@media screen and (min-width: 768px) {
  .step-box__body {
    margin-top: 16px;
    margin-top: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .step-box__body {
    position: relative;
    font-size: 20px;
    margin-top: 24px;
  }
}

.step-box__body-text1 {
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .step-box__body-text1 {
    margin-left: 3px;
  }
}

.step-box__body-text2 {
  margin-top: 16px;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (min-width: 1200px) {
  .step-box__body-text2 {
    margin-top: 17px;
    font-size: 16px;
  }
  .step-box__body-text2.type3 {
    margin-top: 2px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .step-box__body-text2.type3 {
    margin-top: 19px;
    margin-left: 6px;
    white-space: nowrap;
  }
}

@media screen and (min-width: 768px) {
  .text-space {
    font-weight: 700;
  }
}
@media screen and (min-width: 1200px) {
  .text-space {
    font-size: 16px;
    letter-spacing: -0.02em;
    display: inline-block;
    position: relative;
    top: -1px;
    left: -6px;
    line-height: 1.4;
  }
}

.step-box__body-text3 {
  font-size: 12px;
  font-weight: 400;
}
@media screen and (min-width: 1200px) {
  .step-box__body-text3 {
    font-size: 16px;
    white-space: nowrap;
  }
}

.body-text2__line {
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.body-text2__line:hover {
  text-decoration-line: underline;
  color: #9ed0e0;
}
@media screen and (min-width: 1200px) {
  .body-text2__line {
    font-size: 16px;
  }
}

.step-box__body-link {
  max-width: 234px;
  margin-inline: auto;
  margin-top: 16px;
  font-size: 14px;
  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;
  padding: 7px 12px;
  gap: 8px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .step-box__body-link {
    padding: 8px 10px;
  }
}
@media screen and (min-width: 1200px) {
  .step-box__body-link {
    margin-top: 16px;
    max-width: 262px;
  }
}
.step-box__body-link .body-link__icon {
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 1200px) {
  .step-box__body-link .body-link__icon {
    width: 24px;
    height: 24px;
  }
}
.step-box__body-link .body-link__text {
  font-family: "Noto Sans JP";
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .step-box__body-link .body-link__text {
    font-size: 16px;
  }
}

.step-img__line {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .step-img__line {
    position: relative;
  }
}
.step-img__line img {
  width: 7px;
  height: 34px;
}
@media screen and (min-width: 768px) {
  .step-img__line img {
    position: absolute;
    width: 100px;
    height: 24px;
    bottom: 246px;
    right: -48px;
  }
}
@media screen and (min-width: 1200px) {
  .step-img__line img {
    width: 113px;
    height: 24px;
    bottom: 306px;
    right: -48px;
  }
}

.icon-group__camera {
  position: absolute;
  width: 113px;
  height: 113px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 1200px) {
  .icon-group__camera {
    width: 160px;
    height: 160px;
  }
}

.step-img__line2 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .step-img__line2 {
    position: relative;
  }
}
.step-img__line2 img {
  width: 7px;
  height: 34px;
}
@media screen and (min-width: 768px) {
  .step-img__line2 img {
    position: absolute;
    bottom: 246px;
    right: -65px;
    width: 100px;
    height: 24px;
  }
}
@media screen and (min-width: 900px) {
  .step-img__line2 img {
    position: absolute;
    width: 100px;
    height: 24px;
    bottom: 278px;
  }
}
@media screen and (min-width: 1200px) {
  .step-img__line2 img {
    width: 113px;
    height: 24px;
    bottom: 315px;
    right: -58px;
  }
}

.icon-group__iphone {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 113px;
  height: 113px;
}
@media screen and (min-width: 1200px) {
  .icon-group__iphone {
    width: 160px;
    height: 160px;
  }
}

.step-box__body-button__sp {
  width: 100%;
  max-width: 439px;
  margin-inline: auto;
}
@media screen and (max-width: 350px) {
  .step-box__body-button__sp {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .step-box__body-button__sp {
    display: none;
  }
}

.step-box__body-button__pc {
  display: none;
}
@media screen and (min-width: 900px) {
  .step-box__body-button__pc {
    margin-bottom: 5px;
    display: block;
    margin-top: 48px;
    width: 439px;
    margin-inline: auto;
  }
}

.prizes {
  overflow: hidden;
  position: relative;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 188px;
}
@media screen and (min-width: 768px) {
  .prizes {
    padding-bottom: 644px;
  }
}
@media screen and (min-width: 900px) {
  .prizes {
    margin-top: 121px;
    padding-top: 33px;
    padding-bottom: 644px;
  }
}

.prizes__bg-bottom {
  position: absolute;
  bottom: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 580px;
  height: 260px;
  margin-inline: auto;
}
.prizes__bg-bottom picture,
.prizes__bg-bottom img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 601px) and (max-width: 767.98px) {
  .prizes__bg-bottom {
    bottom: -28px;
    width: 100%;
  }
  .prizes__bg-bottom picture,
  .prizes__bg-bottom img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .prizes__bg-bottom {
    width: 1512px;
    height: 640px;
    bottom: 0;
  }
}
@media screen and (min-width: 1512px) {
  .prizes__bg-bottom {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .triangle__right {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .triangle__right {
    display: block;
    position: absolute;
    top: -120px;
    right: 50%;
    -webkit-transform: translateX(512px);
            transform: translateX(512px);
    width: 315px;
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  .triangle__left {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .triangle__left {
    display: block;
    position: absolute;
    top: -120px;
    left: 50%;
    -webkit-transform: translateX(-512px);
            transform: translateX(-512px);
    width: 315px;
    height: auto;
  }
}

.prizes__bg-head-decoration {
  position: absolute;
  width: 237.6px;
  height: auto;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .prizes__bg-head-decoration {
    top: 1px;
    width: 365.624px;
    height: auto;
  }
}

.prizes__inner {
  position: relative;
  margin-top: 62px;
  background: #fff;
  border-radius: 24px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .prizes__inner {
    background: none;
  }
}
@media screen and (min-width: 601px) and (max-width: 767.98px) {
  .prizes__inner {
    background: none;
    padding-inline: 0;
  }
}
@media screen and (min-width: 900px) {
  .prizes__inner {
    margin-top: 117px;
    padding-inline: 20px;
    background: none;
  }
}

.prizes__img-bottom,
.prizes__img-wave {
  position: absolute;
}

.prizes__contents-title {
  position: absolute;
  top: -63px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .prizes__contents-title {
    top: -120px;
  }
}

.prizes-contents-boxes {
  border-radius: 24px;
  padding-top: 60px;
  width: 100%;
  max-width: 375px;
  margin-inline: auto;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .prizes-contents-boxes {
    max-width: none;
    padding-top: 68px;
    padding-inline: 0;
  }
}
@media screen and (min-width: 900px) {
  .prizes-contents-boxes {
    max-width: 1024px;
    margin-inline: auto;
    padding-inline: 56px;
  }
}

.prizes__contents-message {
  text-align: center;
  font-size: 12px;
  display: block;
}
@media screen and (min-width: 768px) {
  .prizes__contents-message {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .prizes__contents-message {
    font-size: 16px;
  }
}

.prizes-contents-box-wrap {
  margin-top: 47px;
  padding-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .prizes-contents-box-wrap {
    margin-top: 81px;
    padding-bottom: 53px;
  }
}

.prizes-contents-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 39px;
}
@media screen and (min-width: 768px) {
  .prizes-contents-box {
    gap: 30px;
  }
}

.prizes-contents-box__top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .prizes-contents-box__top {
    padding-inline: 20px;
  }
}
@media screen and (min-width: 601px) and (max-width: 767.98px) {
  .prizes-contents-box__top {
    padding-inline: 20px;
  }
}
@media screen and (min-width: 900px) {
  .prizes-contents-box__top {
    gap: 10px;
    padding-inline: 0;
  }
}
@media screen and (min-width: 1200px) {
  .prizes-contents-box__top {
    gap: 32px;
    padding-inline: 0;
  }
}

.prizes-contents-box__bottom {
  margin-top: 39px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 601px) and (max-width: 767.98px) {
  .prizes-contents-box__bottom {
    padding-inline: 20px;
  }
}
@media screen and (min-width: 768px) {
  .prizes-contents-box__bottom {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding-inline: 20px;
  }
}
@media screen and (min-width: 900px) {
  .prizes-contents-box__bottom {
    margin-top: 80px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding-inline: 0;
  }
}
@media screen and (min-width: 1200px) {
  .prizes-contents-box__bottom {
    gap: 36px;
    padding-inline: 0;
  }
}

.prizes-box {
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 160px;
  height: auto;
}
.prizes-box:hover .prizes-box__img {
  overflow: hidden;
}
.prizes-box:hover .prizes-box__img picture,
.prizes-box:hover .prizes-box__img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.prizes-box:hover .prizes-box__img-bottom .prizes-defalut {
  opacity: 0;
}
.prizes-box:hover .prizes-box__img-bottom .prizes-hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .prizes-box {
    max-width: 440px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .is-bottom .prizes-box {
    max-width: 280px;
  }
}
.is-bottom .prizes-box:nth-child(3) {
  margin-top: 25px;
  grid-column: 1/-1;
  justify-self: center;
}
@media screen and (min-width: 768px) {
  .is-bottom .prizes-box:nth-child(3) {
    grid-column: unset;
    margin-top: 0;
  }
}

.prizes-box__head {
  position: absolute;
  top: -21px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.is-bottom .prizes-box__head {
  top: -22px;
}
.is-bottom .prizes-box__head:nth-child(3) {
  top: -22px;
}
@media screen and (min-width: 768px) {
  .prizes-box__head {
    top: -50px;
  }
  .is-bottom .prizes-box__head {
    top: -39px;
  }
}

.prizes-box__bg-img {
  text-align: center;
}
.prizes-box__bg-img img {
  width: 48px;
  height: 48px;
}
@media screen and (min-width: 768px) {
  .prizes-box__bg-img img {
    width: 100px;
    height: 100px;
  }
  .is-bottom .prizes-box__bg-img img {
    width: 80px;
    height: 80px;
  }
}

.prizes-box__name {
  position: absolute;
  top: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 7.68px;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .prizes-box__name {
    font-size: 16px;
    top: 12px;
  }
  .is-bottom .prizes-box__name {
    font-size: 12.8px;
  }
}

.prizes-box__number {
  position: absolute;
  bottom: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-family: "Josefin Sans";
  font-size: 23.04px;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  .prizes-box__number {
    font-size: 48px;
    bottom: 12px;
  }
  .is-bottom .prizes-box__number {
    font-size: 38.4px;
    bottom: 9px;
  }
}

.prizes-box__body-wrap {
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (min-width: 900px) {
  .prizes-box__body-wrap {
    border-radius: 26px;
    -webkit-transition: border 0.2s;
    transition: border 0.2s;
  }
  .is-bottom .prizes-box__body-wrap {
    border-radius: 24px;
  }
  .prizes-box__body-wrap:hover {
    border: 4px solid #9ed0e0;
  }
}

.prizes-box__body {
  text-align: center;
  background: #f5f5f5;
}
.prizes-box-img {
  width: 100%;
  max-width: 160px;
  margin-top: 2px;
}
.prizes-box-img picture,
.prizes-box-img img {
  width: 100%;
  height: 140px;
}
@media screen and (min-width: 900px) {
  .prizes-box-img {
    margin-top: 0;
    max-width: 440px;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .prizes-box-img picture,
  .prizes-box-img img {
    width: 100%;
    height: 340px;
  }
  .is-bottom .prizes-box-img picture,
  .is-bottom .prizes-box-img img {
    height: 240px;
  }
}

.prizes-box__text {
  font-size: 12px;
  font-weight: 700;
  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;
  height: 56px;
}
@media screen and (min-width: 768px) {
  .prizes-box__text {
    margin-top: 0;
    font-size: 20px;
    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;
    height: 120px;
    margin-inline: auto;
  }
  .is-bottom .prizes-box__text {
    font-size: 16px;
    height: 80px;
  }
}

.prizes-box__img-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border-bottom-right-radius: 8px;
  width: 36px;
  height: 36px;
}
@media screen and (min-width: 768px) {
  .prizes-box__img-bottom {
    border-bottom-right-radius: 24px;
    width: 100px;
    height: 100px;
  }
  .is-bottom .prizes-box__img-bottom {
    border-bottom-right-radius: 17px;
  }
}
.prizes-box__img-bottom img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 36px;
  height: 36px;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  width: 36px;
  height: 36px;
}
.prizes-box__img-bottom img.prizes-defalut {
  opacity: 1;
}
.prizes-box__img-bottom img.prizes-hover {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .prizes-box__img-bottom img {
    width: 100px;
    height: 100px;
  }
  .is-bottom .prizes-box__img-bottom img {
    width: 64px;
    height: 64px;
  }
}

.prizes-box__icon {
  position: absolute;
  bottom: 11px;
  right: 5px;
  width: 11.52px;
  height: 11.52px;
}
@media screen and (min-width: 768px) {
  .prizes-box__icon {
    bottom: 15px;
    right: 12px;
    width: 32px;
    height: 32px;
  }
  .is-bottom .prizes-box__icon {
    bottom: 9px;
    right: 8px;
    width: 20px;
    height: 20px;
  }
}

.prizes__under-link {
  margin-top: 18px;
  text-align: center;
}
@media screen and (max-width: 350px) {
  .prizes__under-link a {
    font-size: 13px;
  }
}
@media screen and (min-width: 900px) {
  .prizes__under-link {
    margin-top: 42px;
  }
}

.prizes-bg-bottom__wave {
  position: absolute;
  bottom: -28px;
  width: 100%;
  height: 46px;
  background: url(../img/prizes-bg_wave.png) repeat-x;
  background-size: 96px 100%;
}
@media screen and (min-width: 900px) {
  .prizes-bg-bottom__wave {
    bottom: 0;
    height: 121px;
    background-size: 252px 120px;
  }
}

.prizes-modal {
  text-align: center;
  max-width: 100%;
  max-height: 100%;
  padding: 0 0 56px 0;
  background: #fff;
  overflow: hidden;
  border-radius: 24px;
  border: none;
}
.prizes-modal::-ms-backdrop {
  background-color: #111;
  opacity: 0.7;
}
.prizes-modal::backdrop {
  background-color: #111;
  opacity: 0.7;
}
@media screen and (min-width: 900px) {
  .prizes-modal {
    padding: 0 0 106px 0;
    width: 480px;
    height: 650px;
  }
}

.prizes-modal__head {
  width: 100%;
}

.prizes-modal__close-img {
  width: 100%;
}
.prizes-modal__close-img img {
  width: 336px;
}
@media screen and (min-width: 900px) {
  .prizes-modal__close-img img {
    width: 480px;
  }
}

.prizes-modal__body {
  margin-top: 39px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .prizes-modal__body {
    margin-top: 32px;
  }
}
.prizes-modal__body p {
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .prizes-modal__body p {
    font-size: 20px;
  }
}
.prizes-modal__body p:nth-child(n+2) {
  margin-top: 12px;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .prizes-modal__body p:nth-child(n+2) {
    font-size: 16px;
  }
}

.prizes-modal__close-button {
  margin-top: 16px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .prizes-modal__close-button {
    margin-top: 24px;
  }
}

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

.sports__contents {
  background: #67b0c7;
  padding-top: 29px;
  padding-bottom: 26px;
}
@media screen and (min-width: 900px) {
  .sports__contents {
    margin-top: -5px;
    position: relative;
    height: 716px;
    padding-block: 0;
    padding-left: 244px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
  }
}

.sports__contents-title-wrap {
  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: 20px;
}
@media screen and (min-width: 900px) {
  .sports__contents-title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 8px;
    padding-bottom: 0;
  }
}

.contents-title__icon {
  width: 28px;
  height: 28px;
}
@media screen and (min-width: 900px) {
  .contents-title__icon {
    width: 56px;
    height: 56px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.contents-title__text {
  text-align: center;
  color: #fff;
  -webkit-font-feature-settings: "pwid" on;
          font-feature-settings: "pwid" on;
  font-family: "Kiwi Maru";
  font-size: 28px;
  font-weight: 500;
  line-height: 125%;
}
@media screen and (min-width: 900px) {
  .contents-title__text {
    font-size: 40px;
  }
}

@media screen and (min-width: 900px) {
  .gallery__slider-type2 {
    max-width: 1512px;
  }
}

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

.gallery__wrapper {
  margin-top: 3px !important;
}

.gallery__slide {
  width: 240px;
}
@media screen and (min-width: 900px) {
  .gallery__slide {
    width: 344px;
  }
}

.gallery__prev,
.gallery__next {
  display: none;
}
@media screen and (min-width: 900px) {
  .gallery__prev,
  .gallery__next {
    display: block;
    position: absolute;
    z-index: 100;
    width: 80px;
    height: 80px;
  }
  .gallery__prev::after,
  .gallery__next::after {
    display: none;
  }
}

@media screen and (min-width: 900px) {
  .gallery__prev {
    display: inline-block;
    top: 508px;
    left: 284px;
    background: url(../img/left-Component\ 4.png) no-repeat center center/contain;
  }
}

@media screen and (min-width: 900px) {
  .gallery__next {
    display: inline-block;
    top: 508px;
    right: 284px;
    background: url(../img/right-Component\ 3.png) no-repeat center center/contain;
  }
}

.gallery__card {
  background: #fff;
  overflow: hidden;
  border-radius: 12px;
  width: 100%;
  min-height: 402px;
}
@media screen and (min-width: 900px) {
  .gallery__card {
    border-radius: 24px;
    min-height: 541px;
  }
}

.gallery__card-img {
  aspect-ratio: 240/180;
  overflow: hidden;
}
.gallery__card-img img {
  width: 100%;
  height: 100%;
}
.gallery__card-img picture {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 900px) {
  .gallery__card-img {
    aspect-ratio: 344/240;
  }
  .gallery__card-img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gallery__card-img picture {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.gallery__card-text-wrap {
  margin-top: 16px;
  text-align: center;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  padding-inline: 24px;
  padding-bottom: 31px;
}
.gallery__card-text-wrap p {
  font-size: 16px;
  font-weight: 700;
}
.gallery__card-text-wrap p:nth-child(n+2) {
  text-align: left;
  margin-top: 16px;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .gallery__card-text-wrap {
    margin-top: 24px;
    padding-inline: 32px;
    padding-bottom: 40px;
  }
  .gallery__card-text-wrap p {
    font-size: 20px;
  }
  .gallery__card-text-wrap p:nth-child(n+2) {
    margin-top: 24px;
    font-size: 16px;
  }
}

.sports__contents-img {
  margin-inline: auto;
  max-width: 254px;
}
.sports__contents-img img {
  width: 100%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1200px) {
  .sports__contents-img {
    max-width: 495px;
    width: 100%;
  }
}

.sports__contents-text-wrap {
  text-align: center;
  margin-top: 16px;
}
@media screen and (min-width: 900px) {
  .sports__contents-text-wrap {
    margin-top: 4px;
    margin-left: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 27px;
  }
}

.sports__contents-text {
  letter-spacing: 0.4px;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .sports__contents-text {
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .sports__contents-text {
    font-size: 13px;
    letter-spacing: normal;
    margin-top: -3px;
  }
}
@media screen and (min-width: 1269px) {
  .sports__contents-text {
    font-size: 16px;
    white-space: nowrap;
  }
}

.sports__contents-button {
  margin-top: 24px;
}
@media screen and (max-width: 350px) {
  .sports__contents-button button {
    font-size: 13px;
  }
}
@media screen and (min-width: 900px) {
  .sports__contents-button {
    margin-top: 0;
  }
  .sports__contents-button button {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .sports__contents-button button {
    font-size: 16px;
  }
}
@media screen and (min-width: 1269px) {
  .sports__contents-button {
    padding-left: 10px;
  }
  .sports__contents-button button {
    font-size: 20px;
  }
}

.sports__contents-bg-wave {
  width: 100%;
  height: 46px;
  background: url(../img/sports-img_bg_wave.png) repeat-x;
  background-size: 94px 38px;
}
@media screen and (min-width: 900px) {
  .sports__contents-bg-wave {
    height: 120px;
    background-size: 252px auto;
  }
}

@media screen and (min-width: 900px) {
  .sports__wrap {
    position: absolute;
    bottom: 3px;
    max-width: 1024px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .sports__wrap {
    gap: 81px;
  }
}

.sports__contents-paw {
  display: none;
}
@media screen and (min-width: 900px) {
  .sports__contents-paw {
    display: block;
    width: 100px;
    height: 220px;
    position: absolute;
    bottom: 0;
    left: 36px;
  }
}

.qa {
  padding-top: 35px;
  padding-bottom: 30px;
}
@media screen and (min-width: 900px) {
  .qa {
    padding-top: 123px;
    padding-bottom: 122px;
  }
}

.qa__boxes {
  margin-top: 25px;
  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: 601px) and (max-width: 767.98px) {
  .qa__boxes {
    max-width: 412px;
    padding-inline: 20px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .qa__boxes {
    padding-inline: 20px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 900px) {
  .qa__boxes {
    max-width: 1024px;
    padding-inline: 0;
    margin-inline: auto;
    gap: 25px;
    margin-top: 38px;
  }
}

.qa__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.qa-box {
  overflow: hidden;
  border-radius: 12px;
  border: 2px solid #4a3636;
  background: #fff;
}
.qa-box.is-open .qa-box__head::after {
  background: url(../img/qa-icon-png.png) no-repeat center center/contain;
}
@media screen and (min-width: 900px) {
  .qa-box {
    border-radius: 16px;
  }
}

.qa-box__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding: 12px 14px 9px;
}
@media screen and (max-width: 350px) {
  .qa-box__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    padding: 11px 5px 10px;
  }
}
@media screen and (min-width: 900px) {
  .qa-box__head {
    padding: 15px 6px 17px;
    gap: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .qa-box__head {
    padding: 15px 17px 15px;
    gap: 17px;
  }
}
.qa-box__head::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 14px;
  width: 26.182px;
  height: 26.182px;
  background: url(../img/qa-icon-+-png.png) no-repeat center center/contain;
}
@media screen and (max-width: 350px) {
  .qa-box__head::after {
    right: 6px;
  }
}
@media screen and (min-width: 900px) {
  .qa-box__head::after {
    top: 19px;
    right: 6px;
    width: 37px;
    height: 37px;
  }
}
@media screen and (min-width: 1200px) {
  .qa-box__head::after {
    top: 19px;
    right: 21px;
    width: 48px;
    height: 48px;
  }
}

.qa-box__head-icon-en {
  color: #9ed0e0;
  font-family: "Josefin Sans";
  font-size: 24px;
  font-weight: 400;
  padding-top: 3px;
}
@media screen and (min-width: 900px) {
  .qa-box__head-icon-en {
    font-size: 32px;
    padding-top: 0;
    margin-top: 7px;
    margin-left: 4px;
  }
}

.qa-box__head-text {
  max-width: 233px;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  color: #4a3636;
}
@media screen and (max-width: 350px) {
  .qa-box__head-text {
    font-size: 12px;
  }
}
@media screen and (min-width: 900px) {
  .qa-box__head-text {
    max-width: 871px;
    font-size: 18px;
    line-height: 160%;
    margin-top: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .qa-box__head-text {
    max-width: 871px;
    font-size: 20px;
    line-height: 160%;
    margin-top: 14px;
  }
}

.qa-box__body {
  background: #f5f5f5;
  padding: 13px 15px 13px;
  display: none;
}
@media screen and (max-width: 350px) {
  .qa-box__body {
    padding: 13px 5px 13px;
  }
}
@media screen and (min-width: 900px) {
  .qa-box__body {
    padding: 11px 22px 16px;
  }
}

.qa-box__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 350px) {
  .qa-box__a {
    gap: 5px;
  }
}
@media screen and (min-width: 900px) {
  .qa-box__a {
    gap: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.qa-box__icon-en {
  color: #9ed0e0;
  font-family: "Josefin Sans";
  font-size: 24px;
  font-weight: 400;
  padding-top: 7px;
}
@media screen and (min-width: 900px) {
  .qa-box__icon-en {
    font-size: 32px;
    margin-top: 4px;
  }
}

.qa-box__text {
  text-align: left;
  font-size: 14px;
  margin-top: 4px;
}
@media screen and (min-width: 900px) {
  .qa-box__text {
    font-size: 16px;
    margin-top: 13px;
  }
}

@media screen and (min-width: 1512px) {
  .infomation__inner {
    max-width: 1512px;
    padding-inline: 244px;
    margin-inline: auto;
  }
}

.infomation__content {
  padding-top: 15px;
  padding-bottom: 19px;
  border: 8px solid #fff;
  padding-inline: 15.5px;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 601px) and (max-width: 767.98px) {
  .infomation__content {
    max-width: 375px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 900px) {
  .infomation__content {
    padding-top: 30px;
    padding-bottom: 36px;
    padding-inline: 48px;
  }
}

.infomation__lists {
  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: 900px) {
  .infomation__lists {
    margin-top: 40px;
    gap: 13px;
  }
}

@media screen and (min-width: 900px) {
  .infomation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .infomation__list {
    gap: 96px;
  }
}

.infomation-list {
  padding-bottom: 14px;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 900px) {
  .infomation-list {
    padding-bottom: 11px;
  }
}
.infomation-list:nth-child(5) {
  border-bottom: none;
}
.infomation-list:nth-child(5) h3 {
  margin-top: 1px;
}
@media screen and (min-width: 900px) {
  .infomation-list:nth-child(5) h3 {
    margin-top: -1px;
  }
}

.infomation-list__title {
  font-weight: 700;
  padding-left: 16px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .infomation-list__title {
    font-size: 16px;
    padding-left: 32px;
    width: 144px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.infomation-list__title::before {
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  background: url(../img/information-icon.png) no-repeat center center/contain;
}
@media screen and (min-width: 900px) {
  .infomation-list__title::before {
    left: 16px;
  }
}

.infomation-list__text {
  font-size: 12px;
  margin-top: 8px;
}
@media screen and (min-width: 900px) {
  .infomation-list__text {
    margin-top: 0;
    width: 672px;
    font-size: 16px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.infomation-list__date {
  font-size: 12px;
  display: block;
  margin-top: 9px;
}
@media screen and (min-width: 900px) {
  .infomation-list__date {
    width: 672px;
    margin-top: 0;
    font-size: 16px;
  }
}

.infomation-list__text-caution {
  margin-top: 8px;
  padding-left: 18px;
}
@media screen and (min-width: 900px) {
  .infomation-list__text-caution {
    width: 672px;
    margin-top: 0;
    padding-left: 24px;
  }
}
.infomation-list__text-caution li {
  position: relative;
  font-size: 12px;
}
@media screen and (min-width: 900px) {
  .infomation-list__text-caution li {
    font-size: 16px;
  }
}
.infomation-list__text-caution li::before {
  position: absolute;
  content: "・";
  top: 0;
  left: -15px;
}
@media screen and (min-width: 900px) {
  .infomation-list__text-caution li::before {
    left: -20px;
  }
}
.infomation-list__text-caution li:nth-child(2) {
  margin-top: -1px;
}
@media screen and (min-width: 900px) {
  .infomation-list__text-caution li:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 900px) {
  .infomation-list__text-caution li:nth-child(4) {
    margin-top: 2px;
  }
}
.infomation-list__text-caution li:nth-child(5) {
  margin-top: -2px;
}
@media screen and (min-width: 900px) {
  .infomation-list__text-caution li:nth-child(5) {
    margin-top: 0;
  }
}
.infomation-list__text-caution li:nth-child(7) {
  margin-top: -1px;
}
@media screen and (min-width: 900px) {
  .infomation-list__text-caution li:nth-child(7) {
    margin-top: 1px;
  }
}
.infomation-list__text-caution li:nth-child(9) {
  margin-top: -1px;
}
@media screen and (min-width: 900px) {
  .infomation-list__text-caution li:nth-child(9) {
    margin-top: 3px;
  }
}

.infomation-list__text-caution__span {
  font-size: 12px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: 0;
  text-underline-position: from-font;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.infomation-list__text-caution__span:hover {
  color: #9ed0e0;
  text-decoration-line: underline;
}
@media screen and (min-width: 900px) {
  .infomation-list__text-caution__span {
    font-size: 16px;
  }
}

.infomation-list__text-caution__link {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-offset: 3px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.infomation-list__text-caution__link:hover {
  color: #9ed0e0;
  text-decoration-line: underline;
}

.infomation__bg-img {
  margin-top: 27px;
  background: url(../img/infomation-img_bg.png) no-repeat center center/cover;
  width: 100%;
  height: 99px;
}
@media screen and (min-width: 900px) {
  .infomation__bg-img {
    background: url(../img/pc/pc-infomation-img_bg.png) no-repeat center center/cover;
    width: 100%;
    height: 400px;
    margin-top: 116px;
  }
}

.contact {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 44px;
}
@media screen and (min-width: 900px) {
  .contact {
    padding-block: 124px;
  }
}

@media screen and (min-width: 1512px) {
  .contact__inner {
    max-width: 1512px;
    padding-inline: 332px;
    margin-inline: auto;
  }
}

.contact__box-text {
  text-align: center;
  font-size: 12px;
  margin-top: 25px;
}
@media screen and (min-width: 900px) {
  .contact__box-text {
    margin-top: 32px;
    font-size: 16px;
  }
}

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

.contact__fields {
  margin-top: -1px;
}
@media screen and (min-width: 900px) {
  .contact__fields {
    margin-top: 0;
  }
}

.contact__field {
  margin-top: 25px;
}
@media screen and (min-width: 900px) {
  .contact__field {
    margin-top: 23px;
  }
  .contact__field.is-radio {
    margin-top: 39px;
  }
  .contact__field.is-message {
    margin-top: 39px;
  }
}

.form__field.is-error .form-field__label {
  color: #ce2073;
}
@media screen and (min-width: 900px) {
  .form__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .is-message .form__field {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.form-field__error {
  display: none;
  margin-top: 8px;
  color: #ce2073;
  font-size: 12px;
}
@media screen and (min-width: 900px) {
  .form-field__error {
    font-size: 14px;
  }
}

.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: 900px) {
  .form__field-head {
    width: 219px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

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

.form-field__tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 8px;
  background: #ce2073;
  border-radius: 4px;
  color: #fff;
}

.form-field__item {
  margin-top: 7px;
}
.form-field__item.is-error .form-field__select-wrap::after {
  background-color: #ce2073;
}
.form-field__item.is-error .form-field__error {
  display: block;
}
.form-field__item.is-error [type=text],
.form-field__item.is-error [type=email] {
  border: 1px solid #ce2073;
  background: #fff0f7;
  outline: none;
}
.form-field__item.is-error select,
.form-field__item.is-error textarea {
  border: 1px solid #ce2073;
  background: #fff0f7;
  outline: none;
}
@media screen and (min-width: 900px) {
  .form-field__item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 0;
    font-size: 16px;
  }
}
.form-field__item [type=text],
.form-field__item [type=email] {
  border: 1px solid transparent;
  border-radius: 8px;
  background: #f5f5f5;
  padding: 16px;
  width: 100%;
}
.form-field__item [type=text]:focus,
.form-field__item [type=email]:focus {
  border: 1px solid #9ed0e0;
  background: #e9f6f8;
  outline: none;
}
.form-field__item [type=text]::-webkit-input-placeholder, .form-field__item [type=email]::-webkit-input-placeholder {
  color: #cccccc;
}
.form-field__item [type=text]::-moz-placeholder, .form-field__item [type=email]::-moz-placeholder {
  color: #cccccc;
}
.form-field__item [type=text]:-ms-input-placeholder, .form-field__item [type=email]:-ms-input-placeholder {
  color: #cccccc;
}
.form-field__item [type=text]::-ms-input-placeholder, .form-field__item [type=email]::-ms-input-placeholder {
  color: #cccccc;
}
.form-field__item [type=text]::placeholder,
.form-field__item [type=email]::placeholder {
  color: #cccccc;
}
@media screen and (min-width: 900px) {
  .form-field__item [type=text],
  .form-field__item [type=email] {
    height: 56px;
  }
}
.form-field__item [type=radio] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-field__item [type=radio]:checked + .form-field__radio-text::after {
  opacity: 1;
}
.form-field__item [type=radio]:focus + .form-field__radio-text::before {
  border: 1px solid #9ed0e0;
  background: #e9f6f8;
}
.form-field__item textarea {
  padding: 16px 16px 16px 16px;
  margin-top: 2px;
  border: none;
  border-radius: 8px;
  background-color: #f5f5f5;
  width: 100%;
  height: 160px;
}
.form-field__item textarea.is-error {
  border: 1px solid #ce2073;
  background: #fff0f7;
  outline: none;
}
.form-field__item textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.form-field__item textarea::-moz-placeholder {
  color: #cccccc;
}
.form-field__item textarea:-ms-input-placeholder {
  color: #cccccc;
}
.form-field__item textarea::-ms-input-placeholder {
  color: #cccccc;
}
.form-field__item textarea::placeholder {
  color: #cccccc;
}
.form-field__item textarea:focus {
  border: 1px solid #9ed0e0;
  background: #e9f6f8;
  outline: none;
}
@media screen and (min-width: 900px) {
  .form-field__item textarea {
    margin-top: 0;
    padding: 16px 16px 16px 16px;
  }
}

.form-field__select-wrap {
  position: relative;
}
.form-field__select-wrap select {
  border: none;
  border-radius: 8px;
  background: #f5f5f5;
  width: 100%;
  padding: 17px 72px 18px 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-field__select-wrap select:focus {
  border: 1px solid #9ed0e0;
  background: #e9f6f8;
  outline: none;
}
.form-field__select-wrap::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 52px;
  height: 100%;
  background-color: #9ed0e0;
  pointer-events: none;
  background-image: url(../img/contact-Icon.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  border-radius: 0 8px 8px 0;
  background-size: 32px 32px;
}
.form-field__select-wrap .form-field__radio-text {
  padding-left: 32px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .form-field__select-wrap .form-field__radio-text {
    padding-left: 34px;
  }
}
.form-field__select-wrap .form-field__radio-text::before, .form-field__select-wrap .form-field__radio-text::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-field__select-wrap .form-field__radio-text::before {
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #f5f5f5;
}
.form-field__select-wrap .form-field__radio-text::after {
  opacity: 0;
  width: 12px;
  height: 12px;
  left: 6px;
  background-color: #9ed0e0;
}

.form-filed__radios {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (min-width: 900px) {
  .form-filed__radios {
    margin-top: 0;
  }
}

.form-field__radio-text {
  padding-left: 32px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .form-field__radio-text {
    padding-left: 34px;
  }
}
.form-field__radio-text::before, .form-field__radio-text::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-field__radio-text::before {
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #f5f5f5;
}
.form-field__radio-text::after {
  opacity: 0;
  width: 12px;
  height: 12px;
  left: 6px;
  background-color: #9ed0e0;
}

.contact__privacy {
  margin-top: 24px;
  text-align: center;
}
.contact__privacy.is-error .form-checkbox__text::before {
  border: 1px solid #ce2073;
  background-color: #fff0f7;
}
@media screen and (min-width: 900px) {
  .contact__privacy {
    margin-top: 41px;
  }
}

.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;
  background: #e9f6f8;
}

.form-checkbox__text {
  text-align: center;
  padding-left: 36px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .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;
  text-decoration-line: underline;
}
.form-checkbox__text::before, .form-checkbox__text::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-checkbox__text::before {
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background-color: #f5f5f5;
}
.form-checkbox__text::after {
  opacity: 0;
  bottom: 7px;
  left: 5px;
  width: 14px;
  height: 9px;
  background: url(../img/contact-check.png) no-repeat center center/contain;
}

.contact__button {
  margin-top: 26px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .contact__button {
    margin-top: 41px;
  }
  .contact__button button {
    padding: 4px 38px 6px;
    font-size: 16px;
  }
}

.footer {
  padding-top: 41px;
  background: #e9f6f8;
}
@media screen and (min-width: 768px) {
  .footer {
    position: relative;
  }
}
@media screen and (min-width: 900px) {
  .footer {
    padding-top: 116px;
  }
}

.footer__img {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer__img {
    display: inline;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
  }
}
@media screen and (min-width: 900px) {
  .footer__img {
    display: inline;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__img {
    top: 80px;
    right: 80px;
  }
  .footer__img img {
    width: 100%;
    height: auto;
  }
}

.footer__inner {
  position: relative;
}

.footer__inner-img {
  text-align: center;
  max-width: 328px;
  width: 100%;
  position: absolute;
  top: 96px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .footer__inner-img {
    max-width: 755px;
    top: 135px;
  }
}
.footer__inner-img picture,
.footer__inner-img img {
  width: 100%;
  height: auto;
}

.footer__sns-head {
  text-align: center;
}
.footer__sns-head h3 {
  font-family: "Josefin Sans";
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
}
@media screen and (min-width: 900px) {
  .footer__sns-head h3 {
    font-size: 24px;
  }
}

.footer__sns-body {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .footer__sns-body {
    padding-bottom: 51px;
  }
}
@media screen and (min-width: 900px) {
  .footer__sns-body {
    padding-bottom: 120px;
    margin-top: 25px;
  }
}
.footer__sns-body .sns-body__icon1,
.footer__sns-body .sns-body__icon2,
.footer__sns-body .sns-body__icon3 {
  width: 32px;
  height: 32px;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer__sns-body .sns-body__icon1:hover,
.footer__sns-body .sns-body__icon2:hover,
.footer__sns-body .sns-body__icon3:hover {
  opacity: 1;
}
@media screen and (min-width: 900px) {
  .footer__sns-body .sns-body__icon1,
  .footer__sns-body .sns-body__icon2,
  .footer__sns-body .sns-body__icon3 {
    width: 40px;
    height: 40px;
  }
}

.footer__organizer {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .footer__organizer {
    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;
    max-width: 1024px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 900px) {
  .footer__organizer {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__organizer-map {
  width: 100%;
  margin-inline: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  .footer__organizer-map {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    max-width: 50%;
  }
  .footer__organizer-map img {
    width: 100%;
    height: auto;
  }
}
.footer__organizer-map picture,
.footer__organizer-map img {
  width: 100%;
  height: auto;
}

.footer__organizer-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .footer__organizer-info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    max-width: 50%;
    padding-inline: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
    margin-top: -2px;
  }
}
@media screen and (min-width: 1512px) {
  .footer__organizer-info {
    max-width: 512px;
    width: 100%;
    padding-inline: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
    margin-top: -2px;
  }
}

.organizer-info__logo {
  margin-inline: auto;
  margin-top: 21px;
  width: 153px;
}
.organizer-info__logo img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .organizer-info__logo {
    width: 183px;
    margin-top: 0;
    margin-inline: 0;
    margin-left: 0;
  }
}

.organizer-info__box {
  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-inline: 27px;
  padding-bottom: 29px;
}
@media screen and (max-width: 350px) {
  .organizer-info__box {
    padding-inline: 18px;
  }
}
@media screen and (min-width: 768px) {
  .organizer-info__box {
    padding-inline: 0;
    padding-bottom: 0;
    gap: 12px;
  }
}

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

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

.info-box__tag {
  font-size: 12px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 350px) {
  .info-box__tag {
    font-size: 10px;
  }
}
@media screen and (min-width: 900px) {
  .info-box__tag {
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .info-box__tag {
    font-size: 16px;
  }
}

.fv__page-top a img {
  display: none;
}
@media screen and (min-width: 900px) {
  .fv__page-top {
    display: inline-block;
    position: fixed;
    width: 100px;
    height: 104px;
    right: 40px;
    bottom: 40px;
    z-index: 100;
    -webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;
  }
  .fv__page-top.is-bottom {
    top: calc(100vh - 144px);
  }
  .fv__page-top a img {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
}

.footer__page-top {
  text-align: center;
}
.footer__page-top a {
  margin-top: 3px;
}
.footer__page-top a img {
  width: 78px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .footer__page-top {
    display: none;
  }
  .footer__page-top a {
    display: none;
  }
  .footer__page-top a img {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .footer__page-top {
    display: none;
  }
  .footer__page-top a {
    display: none;
  }
  .footer__page-top a img {
    display: none;
  }
}

.footer__bottom-bg-wave {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .footer__bottom-bg-wave {
    padding-top: 120px;
    width: 100%;
  }
}
.footer__bottom-bg-wave picture,
.footer__bottom-bg-wave img {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .footer__bottom-bg-wave picture,
  .footer__bottom-bg-wave img {
    width: 100%;
  }
}

.footer__bottom-copy-right {
  background: #67b0c7;
  padding-bottom: 24px;
  text-align: center;
  margin-top: -5px;
  height: auto;
}
@media screen and (min-width: 900px) {
  .footer__bottom-copy-right {
    padding-bottom: 32px;
  }
}

.bottom-copy-right__text {
  color: #fff;
  font-size: 10px;
}
@media screen and (min-width: 900px) {
  .bottom-copy-right__text {
    font-size: 14px;
  }
}