* {
  outline-color: #9ed0e0;
}

button {
  -webkit-appearance: none;
  color: #4a3636;
}

.inner {
  padding-inline: 20px;
}
@media screen and (min-width: 1024px) {
  .inner {
    max-width: 1104px;
    margin-inline: auto;
    padding-inline: 40px;
  }
}

.link {
  text-decoration: underline;
  text-decoration-color: #4a3636;
  vertical-align: text-top;
}
@media screen and (min-width: 1024px) {
  .link {
    -webkit-transition: color 0.3s, text-decoration-color 0.3s;
    transition: color 0.3s, text-decoration-color 0.3s;
  }
  .link:hover {
    color: #9ed0e0;
    text-decoration-color: #9ed0e0;
  }
}

.button {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  border-radius: 40px;
  border: 2px solid #4a3636;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
  padding: 4px 22px 6px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  text-align: center;
  cursor: pointer;
}
.button.is-small {
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .button.is-small {
    font-size: 16px;
  }
}
.button.is-medium {
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .button.is-medium {
    padding: 8px 37px 9px;
    border: 3px solid #4a3636;
    font-size: 20px;
  }
}
.button.is-large {
  padding: 7px 37px 9px;
  border: 3px solid #4a3636;
  font-size: 20px;
}
.button:hover {
  background: #ffee56;
}
.button:disabled {
  background: #cccccc;
  border: #cccccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #4a3636;
}

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

@media screen and (min-width:900px) {
  .tb-hiddun {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .tb-hiddun {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .pc-hiddun {
    display: none;
  }
}

.inline-block-sp {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  display: inline-block;
}

.inline-block-tb {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  text-decoration: inherit;
}
@media screen and (min-width:900px) {
  .inline-block-tb {
    display: inline-block;
  }
}

.title {
  text-align: center;
  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;
}
@media screen and (min-width: 1024px) {
  .title {
    gap: 8px;
  }
}

.title-icon img {
  width: 37.333px;
  height: 37.333px;
}
@media screen and (min-width: 1024px) {
  .title-icon img {
    width: 48px;
    height: 48px;
  }
}

.title-head {
  font-family: "Courgette", cursive;
  font-size: 16px;
  line-height: 1.25; /* 20px */
}
@media screen and (min-width: 1024px) {
  .title-head {
    font-size: 20px;
  }
}

.title-body {
  font-family: "Kiwi Maru", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25; /* 25px */
  padding-bottom: 6px;
  border-bottom: 6px solid #ffee56;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .title-body {
    font-size: 32px;
    padding-bottom: 8px;
    border-bottom: 8px solid #ffee56;
  }
}

.is-weight {
  font-weight: 700;
}

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

.header {
  background: #ffffff;
  height: 64px;
  width: 100%;
  padding-top: 18px;
  position: fixed;
  z-index: 99;
}
@media screen and (min-width: 1024px) {
  .header {
    padding-top: 14px;
  }
}

.header__inner {
  padding-inline: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .header__inner {
    padding-inline: 24px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.header__logo img {
  width: 210px;
}
@media screen and (min-width: 1024px) {
  .header__logo img {
    width: 183px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .header__logo img:hover {
    opacity: 0.7;
  }
}

.header__nav-drawer {
  overflow: auto;
  position: fixed;
  background: #ffffff;
  width: 100%;
  height: calc(100% - 64px);
  top: 64px;
  right: 0;
  padding-top: 82px;
  z-index: 98;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.header__nav-drawer.is-checked {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.header__nav {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header__nav {
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header__link {
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .header__link {
    font-size: 12px;
    position: relative;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .header__link::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #9ed0e0;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .header__link:hover {
    color: #9ed0e0;
  }
  .header__link:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@media screen and (min-width: 1024px) {
  .header__button {
    margin-left: 5px;
  }
}
.header__button.button,
.header__button .is-small {
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .header__button.button,
  .header__button .is-small {
    font-size: 14px;
  }
}

.drawericon {
  position: relative;
  width: 32px;
  height: 27px;
}
@media screen and (min-width: 1024px) {
  .drawericon {
    display: none;
  }
}
.drawericon.is-checked .drawericon__bar:nth-of-type(1) {
  width: 32px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 14.6px;
}
.drawericon.is-checked .drawericon__bar:nth-of-type(2) {
  visibility: hidden;
  opacity: 0;
}
.drawericon.is-checked .drawericon__bar:nth-of-type(3) {
  display: none;
}
.drawericon.is-checked .drawericon__bar:nth-of-type(4) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 14.6px;
}

.drawericon__bar {
  display: inline-block;
  height: 3px;
  background: #4a3636;
  position: absolute;
  border-radius: 6px;
  -webkit-transition: top 0.3s, width 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, width 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, transform 0.3s, width 0.3s, opacity 0.3s, visibility 0.3s;
  transition: top 0.3s, transform 0.3s, width 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
}
.drawericon__bar:nth-of-type(1) {
  width: 25.6px;
  top: 0;
  left: 0;
}
.drawericon__bar:nth-of-type(2) {
  width: 4.8px;
  top: 0;
  right: 0;
  visibility: visible;
  opacity: 1;
}
.drawericon__bar:nth-of-type(3) {
  width: 32px;
  top: 12.6px;
  right: 0;
}
.drawericon__bar:nth-of-type(4) {
  width: 32px;
  top: 24.6px;
  right: 0;
}

.main {
  padding-top: 64px;
}

.fv {
  position: relative;
  top: 0;
  left: 0;
}

.fv__background img {
  max-height: 600px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0 0 20px 20px;
}
@media screen and (min-width: 1024px) {
  .fv__background img {
    min-height: 740px;
  }
}

.fv__inner {
  width: 100%;
  position: absolute;
  top: 17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .fv__inner {
    top: 34px;
  }
}

.fv__text {
  text-align: center;
  text-shadow: 0px 0px 30px #ffffff;
  font-family: "Kiwi Maru", serif;
  font-size: 14px;
  line-height: 1.25; /* 17.5px */
}
@media screen and (min-width: 1024px) {
  .fv__text {
    font-size: 24px;
    font-weight: 500;
  }
}

.fv__title {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .fv__title {
    margin-top: 24px;
  }
}

.fv__title-picture img {
  width: 500px;
}
@media screen and (min-width: 1024px) {
  .fv__title-picture img {
    width: 520px;
  }
}

.fv__img {
  max-width: 380px;
  top: 10px;
  margin-inline: auto;
  position: relative;
  height: 522px;
}
@media screen and (min-width: 1024px) {
  .fv__img {
    max-width: 848px;
    height: 603px;
    top: 0;
  }
}
.fv__img img {
  position: absolute;
}
.fv__img img:nth-of-type(1) {
  width: 141px;
  height: 82px;
  left: 0;
  top: 7px;
}
@media screen and (min-width: 1024px) {
  .fv__img img:nth-of-type(1) {
    width: 244px;
    height: 130px;
    top: 0;
    left: 37px;
  }
}
.fv__img img:nth-of-type(2) {
  width: 111px;
  height: 111px;
  top: 0;
  right: 25px;
}
@media screen and (min-width: 1024px) {
  .fv__img img:nth-of-type(2) {
    width: 180px;
    height: 180px;
    top: 17px;
    right: 127px;
  }
}
.fv__img img:nth-of-type(3) {
  width: 90px;
  height: 140px;
  bottom: 0;
  left: 0;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .fv__img img:nth-of-type(3) {
    width: 212px;
    height: 331px;
    bottom: 45px;
  }
}
.fv__img img:nth-of-type(4) {
  width: 62px;
  height: 68px;
  right: 0;
  bottom: 58px;
  z-index: 11;
}
@media screen and (min-width: 1024px) {
  .fv__img img:nth-of-type(4) {
    width: 170px;
    height: 190px;
    bottom: 104px;
    right: 63px;
  }
}
.fv__img img:nth-of-type(5) {
  width: 98px;
  height: 72px;
  bottom: 0;
  right: 9px;
  z-index: 12;
}
@media screen and (min-width: 1024px) {
  .fv__img img:nth-of-type(5) {
    width: 233px;
    height: 174px;
    right: 0;
  }
}

.fv__img-hukidasi {
  position: absolute;
  color: #ce2073;
  text-align: right;
  font-family: "Josefin Sans", sans-serif;
  text-shadow: 0px 0px 2.295px #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1; /* 18.361px */
  top: 14px;
  left: 23px;
}
@media screen and (min-width: 1024px) {
  .fv__img-hukidasi {
    text-shadow: 0px 0px 4px #ffffff;
    font-size: 32px;
    line-height: 1; /* 32px */
    top: 9px;
    left: 73px;
  }
}

.fv__img-smartphone {
  position: absolute;
  top: 104px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .fv__img-smartphone {
    top: 33px;
  }
}

.fv-smartphone {
  width: 200px;
  height: 408px;
  background: url(../img/fv/img_smartphone_SP.png) no-repeat center center/contain;
}
@media screen and (min-width: 1024px) {
  .fv-smartphone {
    width: 250px;
    height: 510px;
    background: url(../img/fv/img_smartphone_PC.png) no-repeat center center/contain;
  }
}

.fv-smartphone__box {
  width: 160px;
  height: 154px;
  margin-top: 123px;
  margin-inline: auto;
  text-align: center;
  background: #ffffff;
  border-radius: 10px;
  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: 1024px) {
  .fv-smartphone__box {
    width: 200px;
    height: initial;
    margin-top: 152.5px;
    padding-bottom: 24px;
    gap: 16px;
  }
}

.fv-smartphone__header {
  background: linear-gradient(265deg, #ac3790 -3.52%, #d65a5c 44.94%, #f4c06d 92.38%);
  border-radius: 10px 10px 0 0;
  padding: 6.4px 9.6px;
  color: #ffffff;
  font-size: 12.8px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .fv-smartphone__header {
    padding: 8px 12px;
    font-size: 16px;
  }
}

.fv-smartphone__body-title {
  padding-bottom: 1px;
  border-bottom: 2.4px solid #ce2073;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .fv-smartphone__body-title {
    font-size: 14px;
    border-bottom: 3px solid #ce2073;
  }
}

.fv-smartphone__body-day {
  margin-top: 3.5px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .fv-smartphone__body-day {
    margin-top: 4px;
  }
}

.fv-smartphone__button a.button,
.fv-smartphone__button a .is-small {
  padding-top: 3px;
  padding-bottom: 2px;
}
@media screen and (min-width: 1024px) {
  .fv-smartphone__button a.button,
  .fv-smartphone__button a .is-small {
    padding: 4px 22px 6px;
  }
}

.about {
  overflow: hidden;
  padding-block: 250px 310px;
}
@media screen and (min-width: 374px) {
  .about {
    padding-block: 188px 310px;
  }
}
@media screen and (min-width:900px) {
  .about {
    padding-block: 177px 458px;
  }
}

.about__inner {
  text-align: center;
  padding-inline: 20px;
  max-width: 550px;
  margin-inline: auto;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .about__inner {
    max-width: 928px;
    margin-inline: auto;
    padding-inline: 40px;
  }
}

.about__contents {
  border-radius: 23px;
  background: #ffffff;
  padding-block: 40px;
  position: relative;
}
@media screen and (min-width:900px) {
  .about__contents {
    border-radius: 40px;
  }
}

.about__title-img {
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 282.221px;
  height: 72.416px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width:900px) {
  .about__title-img {
    width: 678.696px;
    height: 124.325px;
    right: 84.304px;
    top: 40.351px;
  }
}
.about__title-img img {
  width: 87px;
  height: 70px;
}
@media screen and (min-width:900px) {
  .about__title-img img {
    width: 146px;
    height: 117px;
  }
}
@media screen and (min-width: 374px) {
  .about__title-img img:nth-of-type(1) {
    margin-top: 1px;
    margin-left: 6px;
  }
}
@media screen and (min-width:900px) {
  .about__title-img img:nth-of-type(1) {
    margin-top: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 374px) {
  .about__title-img img:nth-of-type(2) {
    margin-right: -7px;
  }
}
@media screen and (min-width:900px) {
  .about__title-img img:nth-of-type(2) {
    margin-top: 6.65px;
    margin-right: 0;
  }
}

.about__text {
  margin-top: 23px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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__text {
    margin-top: 32px;
    gap: 32px;
  }
}

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

.about__text-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: 18px;
}
@media screen and (min-width:900px) {
  .about__text-body {
    gap: 27px;
  }
}
.about__text-body p:nth-of-type(4) {
  margin-top: 1px;
}
@media screen and (min-width:900px) {
  .about__text-body p:nth-of-type(4) {
    margin-top: 0;
  }
}

.about__text-main {
  font-size: 14px;
  font-weight: 700;
  padding-block: 8px 6px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width:900px) {
  .about__text-main {
    font-size: 20px;
    padding-block: 12px 11px;
  }
}
.about__text-main::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-image: linear-gradient(to right, #9ed0e0 4px, transparent 4px);
  background-size: 8px 4px;
  background-repeat: repeat-x;
  background-position: left -1px bottom 0;
}
@media screen and (min-width:900px) {
  .about__text-main::after {
    background-size: 7.92px 4px;
    background-position: left -2px bottom 0;
  }
}

@media screen and (min-width:900px) {
  .about__button {
    margin-top: 2px;
  }
}

.about__arrow {
  position: absolute;
  bottom: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width:900px) {
  .about__arrow {
    bottom: -50px;
  }
}
.about__arrow img {
  width: 100px;
  height: 36px;
}
@media screen and (min-width:900px) {
  .about__arrow img {
    width: 140px;
    height: 50px;
  }
}

.about__background-right {
  position: absolute;
  right: -160px;
  top: -10px;
  z-index: -1;
}
@media screen and (min-width:900px) {
  .about__background-right {
    top: -80px;
    right: -898px;
  }
}

.about__background-left {
  position: absolute;
  left: -160px;
  bottom: -216px;
  z-index: -1;
}
@media screen and (min-width:900px) {
  .about__background-left {
    top: -20px;
    left: -670px;
  }
}

.background-right__item {
  width: 330px;
  height: 837.003px;
  position: relative;
}
@media screen and (min-width:900px) {
  .background-right__item {
    width: 948px;
    height: 988px;
  }
}
.background-right__item img {
  position: absolute;
}
.background-right__item img:nth-of-type(1) {
  width: 54px;
  height: 120px;
  top: 0;
  right: 140px;
}
@media screen and (min-width:900px) {
  .background-right__item img:nth-of-type(1) {
    width: 100px;
    height: 220px;
    left: 116.12px;
  }
}
.background-right__item img:nth-of-type(2) {
  width: 200px;
  height: 200px;
  top: 283px;
  right: 0;
}
@media screen and (min-width:900px) {
  .background-right__item img:nth-of-type(2) {
    width: 480px;
    height: 480px;
    left: 186.2px;
    top: 153.07px;
  }
}
.background-right__item img:nth-of-type(3) {
  width: 48px;
  height: 48px;
  bottom: 59px;
  left: 121px;
}
@media screen and (min-width:900px) {
  .background-right__item img:nth-of-type(3) {
    width: 101px;
    height: 100.047px;
    left: 131px;
    bottom: 206.63px;
  }
}
.background-right__item img:nth-of-type(4) {
  width: 133px;
  height: 65.003px;
  bottom: 0;
  left: 0;
}
@media screen and (min-width:900px) {
  .background-right__item img:nth-of-type(4) {
    width: 308px;
    height: 150.604px;
  }
}
.background-right__item img:nth-of-type(5) {
  display: none;
}
@media screen and (min-width:900px) {
  .background-right__item img:nth-of-type(5) {
    display: block;
    width: 806.851px;
    height: 12.006px;
    right: 0;
    bottom: 288.67px;
    z-index: -1;
  }
}
.background-right__item img:nth-of-type(6) {
  display: none;
}
@media screen and (min-width:900px) {
  .background-right__item img:nth-of-type(6) {
    display: block;
    width: 806.851px;
    height: 12.006px;
    right: 67.07px;
    bottom: 255.65px;
    z-index: -1;
  }
}

.background-left__item {
  position: relative;
  width: 278px;
  height: 529px;
}
@media screen and (min-width:900px) {
  .background-left__item {
    width: 662px;
    height: 1158px;
  }
}
.background-left__item > img {
  display: none;
}
@media screen and (min-width:900px) {
  .background-left__item > img {
    display: block;
    position: absolute;
    width: 250px;
    height: 250px;
    right: 95px;
    top: 0;
  }
}

.photo {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 0;
  left: 0;
}
@media screen and (min-width:900px) {
  .photo {
    width: 480px;
    height: 480px;
    top: 94px;
  }
}

.slope {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 138px;
  height: 215px;
}
@media screen and (min-width:900px) {
  .slope {
    z-index: -1;
    width: 427px;
    height: 817px;
  }
}

.about__swiper {
  position: absolute;
  bottom: -277px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width:900px) {
  .about__swiper {
    bottom: -459px;
  }
}

.about__swiper-img img {
  max-width: 358px;
  width: 100%;
  height: auto;
}
@media screen and (min-width:900px) {
  .about__swiper-img img {
    padding-right: 3px;
    max-width: 892px;
  }
}

.about__swiper-container {
  width: 100vw;
  margin-top: -2px;
}

.about-swiper__slide {
  width: 100px;
  height: 100px;
}
@media screen and (min-width:900px) {
  .about-swiper__slide {
    width: 150px;
    height: 150px;
  }
}
@media screen and (min-width:900px) {
  .about-swiper__slide {
    width: 200px;
    height: 200px;
  }
}
.sample-slider,
.swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.howtoenter {
  padding-block: 32px 20px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width:900px) {
  .howtoenter {
    padding-block: 120px 0;
  }
}

.howtoenter__background {
  max-width: 375px;
  width: 100%;
  height: 1000px;
  margin-top: 32px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .howtoenter__background {
    max-width: 672px;
    height: 900px;
  }
}
@media screen and (min-width:900px) {
  .howtoenter__background {
    max-width: 1222px;
    height: 860px;
    padding-inline: 36px;
    margin-top: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .howtoenter__background {
    max-width: 1512px;
  }
}
.howtoenter__background > img {
  position: absolute;
  z-index: -1;
}
.howtoenter__background > img:nth-of-type(1) {
  width: 135px;
  height: 203px;
  top: 0;
  left: 0;
}
@media screen and (min-width:900px) {
  .howtoenter__background > img:nth-of-type(1) {
    width: 420px;
    height: 628.496px;
    left: 36px;
  }
}
.howtoenter__background > img:nth-of-type(2) {
  width: 55px;
  height: 120.12px;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  top: 550px;
  left: 20px;
}
@media screen and (min-width: 1024px) {
  .howtoenter__background > img:nth-of-type(2) {
    width: 100px;
    height: 220px;
    top: initial;
    bottom: 0;
    left: 36px;
  }
}
.howtoenter__background > img:nth-of-type(3) {
  width: 55px;
  height: 120.12px;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
  bottom: 0px;
  right: 20px;
}
@media screen and (min-width:900px) {
  .howtoenter__background > img:nth-of-type(3) {
    display: none;
  }
}

.howtoenter__background-right {
  position: absolute;
  top: 0;
  right: -31px;
}
@media screen and (min-width:900px) {
  .howtoenter__background-right {
    top: 95px;
    right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .howtoenter__background-right {
    top: 34px;
    right: 36px;
  }
}

.howtoenter__right-item {
  width: 160px;
  height: 194px;
  position: relative;
  z-index: -1;
}
@media screen and (min-width:900px) {
  .howtoenter__right-item {
    width: 346px;
    height: 315px;
  }
}
@media screen and (min-width: 1024px) {
  .howtoenter__right-item {
    width: 433px;
    height: 394px;
  }
}
.howtoenter__right-item > img {
  position: absolute;
}
.howtoenter__right-item > img:nth-of-type(1) {
  width: 105px;
  height: 63px;
  top: 0;
  left: 0;
}
@media screen and (min-width:900px) {
  .howtoenter__right-item > img:nth-of-type(1) {
    width: 190px;
    height: 113px;
  }
}
@media screen and (min-width: 1024px) {
  .howtoenter__right-item > img:nth-of-type(1) {
    width: 238px;
    height: 141px;
  }
}
.howtoenter__right-item > img:nth-of-type(2) {
  width: 94px;
  height: 80px;
  top: 5px;
  right: 0;
}
@media screen and (min-width:900px) {
  .howtoenter__right-item > img:nth-of-type(2) {
    width: 171px;
    height: 144px;
    top: 11px;
    right: 69px;
  }
}
@media screen and (min-width: 1024px) {
  .howtoenter__right-item > img:nth-of-type(2) {
    width: 214px;
    height: 181px;
  }
}
.howtoenter__right-item > img:nth-of-type(3) {
  width: 55px;
  height: 120px;
  bottom: 0;
  left: 50%;
  -webkit-transform: scale(-1, 1) translateX(50%);
          transform: scale(-1, 1) translateX(50%);
}
@media screen and (min-width:900px) {
  .howtoenter__right-item > img:nth-of-type(3) {
    width: 80px;
    height: 176px;
    left: initial;
    right: 0;
    -webkit-transform: scale(-1, 1) translateX(0);
            transform: scale(-1, 1) translateX(0);
  }
}
@media screen and (min-width: 1024px) {
  .howtoenter__right-item > img:nth-of-type(3) {
    width: 100px;
    height: 220px;
  }
}

.howtoenter__inner {
  position: relative;
}

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

@media screen and (min-width: 768px) {
  .howtoenter__contants {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
@media screen and (min-width:900px) {
  .howtoenter__contants {
    -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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0px;
    padding-inline: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .howtoenter__contants {
    gap: 32px;
  }
}

.howtoenter__contents-box {
  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) {
  .howtoenter__contents-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 25px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width:900px) {
  .howtoenter__contents-box {
    width: 320px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: initial;
  }
  .howtoenter__contents-box.step2 {
    padding-top: 69px;
  }
}

.howtoenter__button {
  margin-top: -1px;
}
@media screen and (min-width: 768px) {
  .howtoenter__button {
    margin-top: 41px;
    margin-bottom: 6px;
  }
}

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

.step-line {
  width: 8px;
  height: 34px;
  background: url(../img/how-to-enter/img_step_line-sp.png) no-repeat center center/contain;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .step-line {
    width: 8px;
    height: 34px;
    background: url(../img/how-to-enter/img_step_line-sp.png) no-repeat center center/contain;
    position: absolute;
    right: 35%;
    top: -35px;
    z-index: 1;
  }
}
@media screen and (min-width:900px) {
  .step-line {
    background: url(../img/how-to-enter/img_step_line-pc.png) no-repeat center center/contain;
    width: 100px;
    height: 24px;
    left: -70px;
    top: 205px;
    right: initial;
    z-index: 20;
  }
  .step3 .step-line {
    left: -63px;
  }
}
@media screen and (min-width: 1024px) {
  .step-line {
    background: url(../img/how-to-enter/img_step_line-pc.png) no-repeat center center/contain;
    width: 113px;
    height: 24px;
    position: absolute;
    left: -97px;
    top: 205px;
    z-index: 20;
  }
  .step3 .step-line {
    left: -88px;
  }
}

.step-img {
  position: relative;
}

.step-img__background {
  height: 210px;
}
@media screen and (min-width:900px) {
  .step-img__background {
    height: 272px;
  }
}
@media screen and (min-width: 1024px) {
  .step-img__background {
    height: 302px;
  }
}
.step-img__background svg {
  width: 197px;
  height: 211px;
  margin-inline: auto;
}
@media screen and (min-width:900px) {
  .step-img__background svg {
    width: 250px;
    height: 270px;
    margin-top: 1px;
  }
}
@media screen and (min-width: 1024px) {
  .step-img__background svg {
    width: 280px;
    height: 300.741px;
    margin-top: 1px;
  }
}

.step1 .step-img__background-path {
  fill: #9ed0e0;
}
.step2 .step-img__background-path {
  fill: #79bfd6;
}
.step3 .step-img__background-path {
  fill: #67b0c7;
}

.step-img__contents {
  position: absolute;
  top: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width:900px) {
  .step-img__contents {
    top: 46px;
  }
}

.step-img__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
  gap: 2px;
}
@media screen and (min-width:900px) {
  .step-img__num {
    gap: 3px;
  }
}

.step-img__num-head {
  font-family: Josefin Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
}
@media screen and (min-width:900px) {
  .step-img__num-head {
    font-size: 20px;
  }
}

.step-img__num-body {
  font-family: Josefin Sans;
  font-size: 40px;
  font-style: italic;
  font-weight: 600;
  line-height: 90%;
}
@media screen and (min-width:900px) {
  .step-img__num-body {
    font-size: 56px;
  }
}

.step-img__img {
  width: 112px;
  height: 112px;
}
@media screen and (min-width:900px) {
  .step-img__img {
    width: 120px;
    height: 120px;
  }
}
@media screen and (min-width: 1024px) {
  .step-img__img {
    width: 160px;
    height: 160px;
  }
}
.step-text {
  padding-block: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .step-text {
    width: 300px;
  }
}
@media screen and (min-width:900px) {
  .step-text {
    width: initial;
    padding-block: 24px 8px;
    gap: 16.4px;
  }
}

.step-text__head {
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width:900px) {
  .step-text__head {
    font-size: 20px;
  }
}
.step3 .step-text__head {
  margin-left: 4px;
}

.step-follow__link {
  background: #ffffff;
  padding: 5px 10px 6px 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid transparent;
}
@media screen and (min-width:900px) {
  .step-follow__link {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
  }
  .step-follow__link:hover {
    border: 2px solid #9ed0e0;
  }
}

.step-follow__link-img img {
  width: 20px;
  height: 20px;
}
@media screen and (min-width:900px) {
  .step-follow__link-img img {
    width: 24px;
    height: 24px;
  }
}

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

.prizes {
  padding-top: 100px;
  overflow: hidden;
}
@media screen and (min-width:900px) {
  .prizes {
    padding-top: 135px;
  }
}
@media screen and (min-width: 1024px) {
  .prizes {
    padding-top: 270px;
  }
}

.prizes__wrapper {
  background: #ffffff;
  border-radius: 24px;
  padding-block: 60px 35px;
  position: relative;
  max-width: 888px;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .prizes__wrapper {
    background: none;
    border-radius: initial;
    padding-block: initial;
    max-width: initial;
    margin-inline: initial;
  }
}
.prizes__wrapper::before {
  position: absolute;
  content: "";
  width: 248px;
  height: 83px;
  left: 51%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -83px;
  background: url(../img/prizes/device=SP.png) no-repeat center center/contain;
}
@media screen and (min-width: 1024px) {
  .prizes__wrapper::before {
    content: "";
    width: 376px;
    height: 175px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -162px;
    background: url(../img/prizes/device=PC.png) no-repeat center center/contain;
  }
}

.prizes__heading {
  display: none;
}
@media screen and (min-width: 1024px) {
  .prizes__heading {
    position: absolute;
    top: -122px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 1104px;
    padding-inline: 40px;
  }
  .prizes__heading img {
    width: 315px;
    height: 86px;
  }
  .prizes__heading img:nth-of-type(1) {
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
  }
}

.prizes__title {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -62px;
}
@media screen and (min-width: 1024px) {
  .prizes__title {
    top: -121px;
  }
}

.prizes__inner {
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .prizes__container {
    background: #ffffff;
    padding-inline: 53px;
    padding-bottom: 53px;
    border-radius: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .prizes__text {
    padding-top: 63px;
  }
}

.prizes__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-block: 25px 18px;
}
@media screen and (min-width:900px) {
  .prizes__contents {
    gap: 30px;
    margin-block: 28px 35px;
  }
}
@media screen and (min-width: 1024px) {
  .prizes__contents {
    margin-block: 30px 37px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 28px;
  }
}

.prizes-box {
  position: relative;
  margin-top: 23px;
}
@media screen and (min-width: 374px) {
  .prizes-box {
    width: 47.4626865672%;
  }
}
@media screen and (min-width:900px) {
  .prizes-box {
    width: 30.8962264151%;
  }
}
@media screen and (min-width: 1024px) {
  .prizes-box {
    width: 100%;
    margin-top: 50px;
  }
  .prizes-box.--is-small {
    margin-top: 46px;
  }
  .prizes-box:nth-of-type(1) {
    grid-column: 1/4;
  }
  .prizes-box:nth-of-type(2) {
    grid-column: 4/7;
  }
  .prizes-box:nth-of-type(3) {
    grid-column: 1/3;
  }
  .prizes-box:nth-of-type(4) {
    grid-column: 3/5;
  }
  .prizes-box:nth-of-type(5) {
    grid-column: 5/7;
  }
}

.prizes-box__head {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 46px;
  height: 46px;
  background: url(../img/prizes/Star\ 1.png) no-repeat center center/contain;
  position: absolute;
  top: -23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 20;
}
@media screen and (min-width: 1024px) {
  .prizes-box__head {
    width: 97px;
    height: 97px;
    top: -48px;
  }
  .--is-small .prizes-box__head {
    width: 78px;
    height: 78px;
    top: -37px;
  }
}

.prizes-box__head-text {
  color: #ffffff;
  font-size: 7.68px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .prizes-box__head-text {
    font-size: 16px;
  }
  .--is-small .prizes-box__head-text {
    font-size: 12.8px;
  }
}

.prizes-box__head-num {
  color: #ffffff;
  font-family: Josefin Sans;
  font-size: 23.04px;
  font-weight: 700;
  line-height: 1; /* 23.04px */
  padding-top: 2px;
}
@media screen and (min-width: 1024px) {
  .prizes-box__head-num {
    font-size: 48px;
  }
  .--is-small .prizes-box__head-num {
    font-size: 38.4px;
  }
}

.prizes-box__body {
  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;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (min-width: 1024px) {
  .prizes-box__body {
    border: 4px solid transparent;
    border-radius: 24px;
  }
}
.prizes-box__body:hover {
  outline: 4px solid #9ed0e0;
}
@media screen and (min-width: 1024px) {
  .prizes-box__body:hover {
    border-color: #9ed0e0;
  }
}
.prizes-box__body:hover .prizes-box__body-text::before {
  background: linear-gradient(135deg, transparent 0 50%, #9ed0e0 50% 100%);
}
.prizes-box__body:hover .prizes-box__body-img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.prizes-box__body-img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.prizes-box__body-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 140px;
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 1024px) {
  .prizes-box__body-img img {
    border-radius: 24px 24px 0 0;
  }
  .--is-small .prizes-box__body-img img {
    border-radius: 22px 22px 0 0;
  }
}

.prizes-box__body-text {
  width: 100%;
  height: 56px;
  background: #f5f5f5;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0 0 10px 10px;
}
@media screen and (min-width: 1024px) {
  .prizes-box__body-text {
    height: 120px;
    border-radius: 0 0 24px 24px;
  }
  .--is-small .prizes-box__body-text {
    height: 79px;
  }
}
.prizes-box__body-text button {
  font-weight: 700;
  color: #4a3636;
}
@media screen and (min-width: 1024px) {
  .prizes-box__body-text button {
    font-size: 20px;
  }
  .--is-small .prizes-box__body-text button {
    font-size: 16px;
  }
}
.prizes-box__body-text::before {
  content: "";
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, transparent 0 50%, #67b0c7 50% 100%);
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 0 0 10px 0;
}
@media screen and (min-width: 1024px) {
  .prizes-box__body-text::before {
    width: 100px;
    height: 100px;
    border-radius: 0 0 20px 0;
  }
  .--is-small .prizes-box__body-text::before {
    width: 64px;
    height: 64px;
    border-radius: 0 0 20px 0;
  }
}
.prizes-box__body-text::after {
  content: "";
  width: 11.52px;
  height: 11.52px;
  background: url(../img/prizes/img_prizes_zoom_icon.svg) no-repeat center center/cover;
  position: absolute;
  right: 5.22px;
  bottom: 6.12px;
}
@media screen and (min-width: 1024px) {
  .prizes-box__body-text::after {
    width: 32px;
    height: 32px;
    bottom: 14px;
    right: 12.5px;
  }
  .--is-small .prizes-box__body-text::after {
    width: 20.48px;
    height: 20.48px;
    bottom: 8.98px;
    right: 8px;
  }
}

.prizes__background {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -44px;
}
@media screen and (min-width: 1024px) {
  .prizes__background {
    margin-top: -16px;
  }
}
.prizes__background img {
  min-width: 580px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .prizes__background img {
    min-width: 1512px;
  }
}

.prizes-modal {
  border-radius: 24px;
  background: #ffffff;
  width: 336px;
  height: 480px;
  padding: 0;
  border: none;
}
.prizes-modal::-ms-backdrop {
  background: rgba(0, 0, 0, 0.7);
}
.prizes-modal::backdrop {
  background: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1024px) {
  .prizes-modal {
    width: 480px;
    height: 650px;
  }
}

.prizes-modal__img {
  height: 210px;
  width: 100%;
  overflow: hidden;
  border-radius: 24px 24px 0 0;
}
@media screen and (min-width: 1024px) {
  .prizes-modal__img {
    height: 300px;
  }
}
.prizes-modal__img img {
  height: 100%;
}

.prizes-modal__body {
  margin-top: 40px;
  padding-inline: 20px;
  padding-bottom: 15px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .prizes-modal__body {
    margin-top: 32px;
    padding-inline: 40px;
  }
}

.prizes-modal__body-head {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .prizes-modal__body-head {
    font-size: 20px;
  }
}

.prizes-modal__body-text {
  font-size: 10px;
}
@media screen and (min-width: 374px) {
  .prizes-modal__body-text {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .prizes-modal__body-text {
    font-size: 16px;
  }
}

.prizes-modal__button {
  margin-top: 4px;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .prizes-modal__button {
    margin-top: 12px;
  }
}

.spots {
  background: #67b0c7;
  position: relative;
  padding-bottom: 21px;
}
@media screen and (min-width:900px) {
  .spots {
    margin-top: -21px;
    padding-bottom: 3px;
  }
}
.spots::before {
  content: "";
  width: 100%;
  height: 45.714px;
  position: absolute;
  background: url(../img/spots/device=SP-position=top.png);
  background-size: contain;
  top: -45px;
}
@media screen and (min-width:900px) {
  .spots::before {
    background: url(../img/spots/device=PC-position=top.png);
    height: 120px;
    top: -120px;
    background-size: contain;
  }
}
.spots::after {
  content: "";
  width: 100%;
  height: 45.714px;
  position: absolute;
  background: url(../img/spots/device=SP-position=bottom.png);
  background-size: contain;
  bottom: -39px;
}
@media screen and (min-width:900px) {
  .spots::after {
    background: url(../img/spots/device=PC-position=bottom.png);
    height: 120px;
    bottom: -118px;
    background-size: contain;
  }
}

.spots__inner {
  padding-inline: 20px;
  position: relative;
  overflow: hidden;
  padding-bottom: 5px;
}
@media screen and (min-width: 1024px) {
  .spots__inner {
    padding-bottom: 0;
  }
}
@media screen and (min-width:900px) {
  .spots__inner::before {
    content: "";
    background: url(../img/pawpads.png);
    width: 100px;
    height: 220px;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 36px;
    z-index: -1;
  }
}

@media screen and (min-width:900px) {
  .spots__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .spots__container {
    padding-left: 15.2116402116%;
  }
}

.spots__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width:900px) {
  .spots__title {
    -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: start;
    gap: 14px;
  }
}

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

.spots__title-text {
  color: #ffffff;
  -webkit-font-feature-settings: "pwid" on;
          font-feature-settings: "pwid" on;
  font-family: "Kiwi Maru", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25; /* 35px */
}
@media screen and (min-width:900px) {
  .spots__title-text {
    font-size: 40px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    letter-spacing: 10.5px;
  }
}

.spots__swiper {
  margin-top: 24px;
  margin-inline: -20px;
}
@media screen and (min-width:900px) {
  .spots__swiper {
    margin-top: 0;
    margin-inline: 0;
    width: 100%;
    position: relative;
  }
}

@media screen and (min-width:900px) {
  .spots__swiper-container {
    padding-bottom: 64px;
  }
}

.spots__swiper-wrapper {
  height: 402px;
}
@media screen and (min-width:900px) {
  .spots__swiper-wrapper {
    height: 542px;
  }
}

.spots-slide {
  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: 16px;
  background: #ffffff;
  border-radius: 12px;
  padding-bottom: 29px;
}
@media screen and (min-width:900px) {
  .spots-slide {
    gap: 24px;
    border-radius: 24px;
    padding-bottom: 40px;
  }
}

.spots-slide__img {
  width: 100%;
  max-height: 200px;
}
@media screen and (min-width:900px) {
  .spots-slide__img {
    max-height: 240px;
  }
}
.spots-slide__img img {
  width: 100%;
  height: 100%;
  border-radius: 12px 12px 0 0;
}
@media screen and (min-width:900px) {
  .spots-slide__img img {
    border-radius: 24px 24px 0 0;
  }
}

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

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

.spots__swiper-button {
  width: 100%;
  max-width: 984px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  bottom: 40px;
  left: -68px;
  padding-inline: 20px;
}

.spots__swiper-button-prev,
.spots__swiper-button-next {
  display: none;
}
@media screen and (min-width:900px) {
  .spots__swiper-button-prev,
  .spots__swiper-button-next {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: initial;
    margin-top: initial;
  }
}
@media screen and (min-width:900px) {
  .spots__swiper-button-prev::after,
  .spots__swiper-button-next::after {
    content: "";
  }
}

@media screen and (min-width:900px) {
  .spots__swiper-button-next {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.spots__bottom {
  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: 16px;
}
@media screen and (min-width: 1024px) {
  .spots__bottom {
    -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;
    max-width: 1024px;
    margin-inline: auto;
    padding-bottom: 3px;
  }
}

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

.spots__text {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width:900px) {
  .spots__text {
    gap: 16px;
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .spots__text {
    gap: 24px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    padding-bottom: 0;
  }
}

.spots__text-main {
  color: #ffffff;
  font-size: 11.444px;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width:900px) {
  .spots__text-main {
    font-size: 16px;
  }
}

.qanda {
  margin-top: 41px;
  padding-block: 40px;
}
@media screen and (min-width:900px) {
  .qanda {
    margin-top: 117px;
  }
}
@media screen and (min-width: 1024px) {
  .qanda {
    margin-top: 117px;
    padding-block: 120px;
  }
}

.qanda__contents {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 1024px) {
  .qanda__contents {
    margin-top: 40px;
    gap: 23px;
  }
}

.qanda-item {
  border-radius: 12px;
  border: 2px solid #4a3636;
  background: #ffffff;
}
@media screen and (min-width: 1024px) {
  .qanda-item {
    border-radius: 16px;
  }
}
.qanda-item.is-open .qanda-item__head {
  border-radius: 12px 12px 0 0;
  padding: 11px 14px 10px;
}
@media screen and (min-width: 1024px) {
  .qanda-item.is-open .qanda-item__head {
    border-radius: 16px 16px 0 0;
    padding: 22px;
  }
}
.qanda-item.is-open .qanda-item__head-toggle::after {
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.qanda-item__icon {
  color: #9ed0e0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  line-height: 1.25; /* 30px */
}
@media screen and (min-width: 1024px) {
  .qanda-item__icon {
    font-size: 32px;
  }
}

.qanda-item__head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  padding: 11px 14px 8px;
  gap: 10px;
}
@media screen and (min-width: 374px) {
  .qanda-item__head {
    gap: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .qanda-item__head {
    gap: 16px;
    border-radius: 16px;
    padding: 21px 22px 19px 22px;
  }
}

.qanda-item__head-text {
  font-size: 12px;
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
}
@media screen and (min-width: 374px) {
  .qanda-item__head-text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .qanda-item__head-text {
    font-size: 20px;
  }
}

.qanda-item__head-toggle {
  width: 22px;
  height: 20px;
  background: #9ed0e0;
  border-radius: 50%;
  position: relative;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media screen and (min-width: 374px) {
  .qanda-item__head-toggle {
    width: 26.182px;
    height: 26.182px;
  }
}
@media screen and (min-width: 1024px) {
  .qanda-item__head-toggle {
    width: 48px;
    height: 48px;
  }
}
.qanda-item__head-toggle::before, .qanda-item__head-toggle::after {
  content: "";
  width: 10px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  top: 44%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  border-radius: 1px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (min-width: 1024px) {
  .qanda-item__head-toggle::before, .qanda-item__head-toggle::after {
    width: 20px;
    height: 4px;
    border-radius: 3px;
  }
}
.qanda-item__head-toggle::after {
  -webkit-transform: translate(-50%) rotate(-90deg);
          transform: translate(-50%) rotate(-90deg);
}

.qanda-item__body {
  background: #f5f5f5;
  border-radius: 0 0 12px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 14px 13px 14px;
}
@media screen and (min-width: 1024px) {
  .qanda-item__body {
    border-radius: 0 0 16px 16px;
    padding: 24px 22px 22px 22px;
  }
}
.qanda-item__body-text {
  font-size: 12px;
}
@media screen and (min-width: 374px) {
  .qanda-item__body-text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .qanda-item__body-text {
    font-size: 16px;
  }
}

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

.entry__wrapper {
  padding-block: 16px;
  padding-inline: 14px;
  border: 8px solid #ffffff;
  background: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
}
@media screen and (min-width:900px) {
  .entry__wrapper {
    padding-block: 32px;
    padding-inline: 46px;
    gap: 40px;
  }
}

@media screen and (min-width:900px) {
  .entry__container {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}

.entry__table-tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
}

.entry__table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 14px;
  border-bottom: 1px solid #cccccc;
}
@media screen and (min-width:900px) {
  .entry__table-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    padding-bottom: 11px;
  }
}
.entry__table-row:nth-child(5) {
  border-bottom: none;
}

.entry__table-head {
  font-size: 14px;
  font-weight: 700;
  padding-left: 16px;
  position: relative;
}
@media screen and (min-width:900px) {
  .entry__table-head {
    font-size: 16px;
    max-width: 240px;
    width: 100%;
    padding-left: 32px;
  }
}
.entry__table-head::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9ed0e0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width:900px) {
  .entry__table-head::before {
    left: 16px;
  }
}

.entry__table-list {
  list-style-type: disc;
  padding-left: 18px;
  line-height: 1.58;
}
@media screen and (min-width:900px) {
  .entry__table-list {
    padding-left: 30px;
    line-height: 1.62;
    margin-top: -1px;
  }
}

.entry__table-listitem::marker {
  font-size: 9px;
}
@media screen and (min-width:900px) {
  .entry__table-listitem::marker {
    font-size: 12px;
  }
}

.entry__bg {
  margin-top: 31px;
  height: 99px;
}
.entry__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width:900px) {
  .entry__bg {
    margin-top: 118px;
    height: 400px;
  }
}

.contact {
  background: #ffffff;
  padding-block: 41px 44px;
}
@media screen and (min-width:900px) {
  .contact {
    padding-block: 120px;
  }
}

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

.contact__text {
  padding-block: 24px 24px;
  text-align: center;
}
@media screen and (min-width:900px) {
  .contact__text {
    padding-block: 32px 40px;
  }
}

.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: 26px;
}
@media screen and (min-width:900px) {
  .contact__fields {
    gap: 27px;
  }
}

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

.contact__button {
  margin-top: 24px;
  text-align: center;
}
@media screen and (min-width:900px) {
  .contact__button {
    margin-top: 40px;
  }
}
.contact__button .button {
  font-size: 16px;
}
@media screen and (min-width:900px) {
  .contact__button .button {
    width: 240px;
  }
}

.form-field.is-textarea {
  margin-top: -2px;
}
@media screen and (min-width:900px) {
  .form-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .form-field.is-textarea {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-top: 0;
  }
}

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

.form-field__label {
  font-size: 14px;
  font-weight: 700;
}
.form-field__label.is-error {
  color: #ce2073;
}
@media screen and (min-width:900px) {
  .form-field__label {
    font-size: 16px;
  }
}

.form-field__tag {
  display: inline-block;
  border-radius: 4px;
  background: #ce2073;
  padding: 4px 8px;
  color: #ffffff;
  font-weight: 700;
}
@media screen and (min-width:900px) {
  .form-field__tag {
    font-size: 12px;
  }
}

.form-field__item {
  margin-top: 8px;
}
@media screen and (min-width:900px) {
  .form-field__item {
    margin-top: 0;
    max-width: 628px;
    width: 100%;
  }
}

.form-text {
  width: 100%;
  border-radius: 8px;
  background: #f5f5f5;
  padding: 15px 15px 15px 15px;
  font-size: 14px;
  border: 1px solid #f5f5f5;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  outline: none;
}
.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:hover, .form-text:focus {
  border-color: #9ed0e0;
  outline: none;
}
.form-text:focus {
  background: #e9f6f8;
}
.form-text.is-error {
  border-color: #ce2073;
  background: #fff0f7;
}
@media screen and (min-width:900px) {
  .form-text {
    font-size: 16px;
    padding: 14px 14px 12px 14px;
  }
}

.form-select {
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  border-radius: 8px;
  font-size: 14px;
  padding: 15px 15px 15px 15px;
  border: 1px solid #f5f5f5;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  background-image: url(../img/Vector-select.png), linear-gradient(to left, #9ed0e0 52px, #f5f5f5 53px);
  background-repeat: no-repeat;
  background-position: center right 18.65px, center center;
  background-size: 14.9px 8.78px, cover;
}
.form-select:hover, .form-select:focus {
  border-color: #9ed0e0;
}
.form-select.is-error {
  border-color: #ce2073;
  background: #fff0f7;
  background-image: url(../img/Vector-select.png), linear-gradient(to left, #ce2073 52px, #fff0f7 53px);
  background-repeat: no-repeat;
  background-position: center right 18.65px, center center;
  background-size: 14.9px 8.78px, cover;
}
@media screen and (min-width:900px) {
  .form-select {
    font-size: 16px;
    padding: 14px 14px 12px 14px;
  }
}

.form-field__radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (min-width:900px) {
  .form-field__radios {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 54px;
    gap: 22px;
  }
}

.from-radio {
  margin-top: 1px;
}
@media screen and (min-width:900px) {
  .from-radio {
    margin-top: 0;
  }
}
.from-radio:hover .from-radio__text::before {
  border-color: #9ed0e0;
}

.from-radio__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.from-radio__input:checked + .from-radio__text::after {
  opacity: 1;
}

.from-radio__text {
  font-size: 14px;
  padding-left: 32px;
  position: relative;
}
@media screen and (min-width:900px) {
  .from-radio__text {
    font-size: 16px;
    padding-left: 34px;
  }
}
.from-radio__text::before, .from-radio__text::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
.from-radio__text::before {
  width: 24px;
  height: 24px;
  background: #f5f5f5;
  left: 2px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.from-radio__text::after {
  width: 12px;
  height: 12px;
  background: #9ed0e0;
  left: 8px;
  opacity: 0;
}

.form-textarea {
  border-radius: 8px;
  background: #f5f5f5;
  width: 100%;
  height: 160px;
  padding: 15px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  border: 1px solid #f5f5f5;
  font-size: 14px;
  outline: none;
}
@media screen and (min-width:900px) {
  .form-textarea {
    font-size: 16px;
  }
}
.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:hover, .form-textarea:focus {
  border-color: #9ed0e0;
  outline: none;
}
.form-textarea:focus {
  background: #e9f6f8;
}
.form-textarea.is-error {
  border-color: #ce2073;
  background: #fff0f7;
}

.form-checkbox:hover .form-checkbox__text::before {
  border-color: #9ed0e0;
}

.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-color: #9ed0e0;
}
.form-checkbox__input.is-error + .form-checkbox__text::before {
  border-color: #ce2073;
  background: #fff0f7;
}

.form-checkbox__text {
  position: relative;
  padding-left: 36px;
  font-size: 14px;
}
@media screen and (min-width:900px) {
  .form-checkbox__text {
    font-size: 16px;
  }
}
.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: 1px solid #f5f5f5;
  border-radius: 4px;
  background: #f5f5f5;
}
.form-checkbox__text::after {
  width: 14px;
  height: 9px;
  left: 5px;
  margin-top: -1px;
  background: url(../img/Vector.png) no-repeat center center/contain;
  opacity: 0;
}
.form-checkbox__text a {
  text-decoration-line: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.form-checkbox__text a:hover {
  color: #9ed0e0;
}

.footer {
  padding-top: 41px;
}
@media screen and (min-width: 1024px) {
  .footer {
    padding-top: 120px;
    position: relative;
  }
  .footer::before {
    content: "";
    width: 100px;
    height: 220px;
    background: url(../img/pawpads.png) no-repeat center center/contain;
    position: absolute;
    top: 80px;
    right: 80px;
    z-index: -1;
  }
}

.footer__text {
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  line-height: 1.25; /* 25px */
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .footer__text {
    font-size: 24px;
  }
}

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

.footer__sns-item img {
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 1024px) {
  .footer__sns-item img {
    width: 40px;
    height: 40px;
  }
}

.footer__title {
  margin-top: 14px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .footer__title {
    margin-top: 41px;
    position: relative;
    z-index: -1;
  }
}
.footer__title img {
  padding-left: 3px;
  padding-right: 6px;
}
@media screen and (min-width: 1024px) {
  .footer__title img {
    width: 749px;
    height: 83px;
    padding-left: 0;
  }
}

.footer__organizer {
  margin-top: -2px;
  background: #ffffff;
  border-radius: 16px;
}
@media screen and (min-width: 1024px) {
  .footer__organizer {
    margin-top: -4px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 400px;
    grid-template-areas: "areaA areaB";
  }
  .footer__organizer .footer__map {
    grid-area: areaB;
  }
  .footer__organizer .footer__campany {
    grid-area: areaA;
  }
}

.footer__map iframe {
  width: 100%;
  height: 271px;
  border-radius: 16px 16px 0 0;
  vertical-align: bottom;
}
@media screen and (min-width: 1024px) {
  .footer__map iframe {
    height: 100%;
    border-radius: 0 16px 16px 0;
  }
}

.footer__campany {
  padding: 23px 20px;
}
@media screen and (min-width: 1024px) {
  .footer__campany {
    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;
  }
}

.footer__campany-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}
@media screen and (min-width: 1024px) {
  .footer__campany-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}

.footer__campany-logo img {
  width: 153px;
  height: 20px;
}
@media screen and (min-width: 1024px) {
  .footer__campany-logo img {
    width: 183px;
    height: 24px;
    margin-left: 5px;
  }
}

.footer-info__tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  .footer-info__tbody {
    gap: 8px;
  }
}

.footer-info__head {
  font-weight: 700;
  width: 80px;
  padding-left: 18px;
  text-align: left;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .footer-info__head {
    width: 120px;
  }
}
.footer-info__head::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9ed0e0;
  position: absolute;
  left: 2px;
  top: 5px;
}
@media screen and (min-width: 1024px) {
  .footer-info__head::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.footer__pagetop {
  padding-block: 25px 18px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .footer__pagetop {
    padding-block: 0;
  }
}

.footer__pagetop-link {
  display: inline-block;
  position: relative;
  width: 78px;
  height: 81px;
  background: url(../img/pagetop.png) no-repeat center center/contain;
}
@media screen and (min-width: 1024px) {
  .footer__pagetop-link {
    width: 100px;
    height: 104px;
    position: fixed;
    right: 40px;
    bottom: 53px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .footer__pagetop-link.is-show {
    opacity: 1;
    visibility: visible;
  }
}

.footer__pagetop-text {
  color: #ffffff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.1; /* 9.9px */
  position: absolute;
  bottom: 15px;
  right: 18px;
}
@media screen and (min-width: 1024px) {
  .footer__pagetop-text {
    font-size: 12px;
    bottom: 19px;
    right: 22px;
  }
}

.copylight {
  background: #67b0c7;
  padding-bottom: 24px;
  margin-top: 43px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .copylight {
    padding-bottom: 32px;
    margin-top: 237px;
  }
}
.copylight::before {
  content: "";
  background: url(../img/spots/device=SP-position=top.png);
  width: 100%;
  height: 45.714px;
  position: absolute;
  top: -45px;
  left: 0;
  background-size: contain;
  background-position: right;
}
@media screen and (min-width: 1024px) {
  .copylight::before {
    background: url(../img/spots/device=PC-position=top.png);
    height: 120px;
    top: -119px;
    background-size: contain;
  }
}

.footer__copy {
  color: #ffffff;
  font-size: 10px;
}
@media screen and (min-width: 1024px) {
  .footer__copy {
    font-size: 14px;
  }
}