@charset "UTF-8";
/* =========================================================
# 基本設定
========================================================= */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #4A3636;
  line-height: 1.6;
  font-size: 14px;
  background: #E9F6F8;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  display: inline-block;
  height: auto;
  vertical-align: bottom;
  line-height: 1;
}

ul {
  list-style: none;
}

.button {
  padding: calc(6px - 2px) calc(24px - 2px) calc(8px - 2px);
  border: 2px solid currentColor;
  border-radius: 40px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 0px 0px currentColor;
          box-shadow: 0px 4px 0px 0px currentColor;
  font-size: 14px;
  font-weight: 700;
  pointer-events: auto;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.button:hover {
  background: #FFEE56;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .button-large {
    padding: calc(10px - 3px) calc(40px - 3px) calc(12px - 3px);
    border: 3px solid currentColor;
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .button-large {
    padding: calc(10px - 3px) calc(40px - 3px) calc(12px - 3px);
    border: 3px solid currentColor;
    font-size: 20px;
  }
}

.heading {
  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: 8px;
}

.heading__icon-img {
  width: 37.3333px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .heading__icon-img {
    width: 48px;
  }
}

@media (min-width: 1200px) {
  .heading__icon-img {
    width: 48px;
  }
}

.heading__title-en {
  font-size: 16px;
  line-height: 1.25;
  font-family: "Courgette", cursive;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .heading__title-en {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .heading__title-en {
    font-size: 20px;
  }
}

.heading__title-ja {
  font-family: "Kiwi Maru", serif;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 500;
  padding-bottom: 6px;
  border-bottom: 6px solid #FFEE56;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .heading__title-ja {
    font-size: 32px;
    -webkit-font-feature-settings: 'pwid' on;
            font-feature-settings: 'pwid' on;
    border-bottom: 8px solid #FFEE56;
    padding-bottom: 8px;
  }
}

@media (min-width: 1200px) {
  .heading__title-ja {
    font-size: 32px;
    -webkit-font-feature-settings: 'pwid' on;
            font-feature-settings: 'pwid' on;
    border-bottom: 8px solid #FFEE56;
    padding-bottom: 8px;
  }
}

.text-link {
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
}

.text-link:hover {
  color: #67B0C7;
}

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

@media (min-width: 900px) and (max-width: 1199px) {
  .sm-block {
    display: none;
  }
}

@media (min-width: 1200px) {
  .sm-block {
    display: none;
  }
}

@media (max-width: 599px) {
  .lg-block {
    display: none;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .lg-block {
    display: none;
  }
}

.text-paragraph {
  display: block;
  margin-top: 24px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .text-paragraph {
    margin-top: 32px;
  }
}

@media (min-width: 1200px) {
  .text-paragraph {
    margin-top: 32px;
  }
}

/* =========================================================
# header
========================================================= */
.header {
  padding-top: 18px;
  padding-bottom: 18px;
  background: #fff;
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
}

@media (min-width: 1200px) {
  .header {
    padding-top: 19px;
    padding-bottom: 19px;
  }
}

.header__inner {
  padding-right: 20px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .header__inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 1200px) {
  .header__inner {
    max-width: 1512px;
    width: 100%;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.header-logo {
  line-height: 1;
}

.header-logo__link {
  display: inline-block;
  line-height: 1;
}

.header-logo__img {
  width: 210px;
}

@media (min-width: 1200px) {
  .header-logo__img {
    width: 183px;
  }
}

.header-list {
  display: none;
}

@media (min-width: 1200px) {
  .header-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header__list {
  margin-left: auto;
}

.header-list__item + .header-list__item {
  margin-left: 12px;
}

.header-list-item__link {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.header-list-item__link:hover {
  text-decoration: underline;
  color: #67B0C7;
}

.header-list__item:last-child {
  margin-left: 16px;
}

.header-list-item {
  font-size: 12px;
}

.header__drawer-icon {
  margin-left: auto;
  width: 32px;
  height: 28px;
  position: relative;
  padding-top: 3.6px;
  z-index: 101;
}

@media (min-width: 1200px) {
  .header__drawer-icon {
    display: none;
  }
}

.drawer-icon__bar1,
.drawer-icon__bar2,
.drawer-icon__bar3 {
  width: 100%;
  position: absolute;
  height: 4px;
  left: 0;
  right: 0;
  border-radius: 6px;
}

.drawer-icon__bar1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 3.6px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.drawer-icon.is-open .drawer-icon__bar1 {
  top: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.drawer-icon__line1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25.6px;
          flex: 0 0 25.6px;
  background: #4A3636;
  border-radius: 6px;
}

.drawer-icon.is-open .drawer-icon__line1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.drawer-icon__line2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4.8px;
          flex: 0 0 4.8px;
  background: #4A3636;
  border-radius: 6px;
}

.drawer-icon.is-open .drawer-icon__line2 {
  display: none;
}

.drawer-icon__bar2 {
  top: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #4A3636;
}

.drawer-icon.is-open .drawer-icon__bar2 {
  display: none;
}

.drawer-icon__bar3 {
  bottom: -2.6px;
  background: #4A3636;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.drawer-icon.is-open .drawer-icon__bar3 {
  bottom: auto;
  top: 12px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* =========================================================
# drawer
========================================================= */
.drawer {
  position: fixed;
  top: 64px;
  background: #fff;
  z-index: 100;
  width: 100%;
}

@media (min-width: 1200px) {
  .drawer {
    display: none;
  }
}

.drawer-list {
  padding-top: 71px;
  display: none;
}

.drawer__list {
  height: 100vh;
}

.drawer-item {
  text-align: center;
}

.drawer-list__item + .drawer-list__item {
  margin-top: 18px;
}

.drawer-list__item:last-child {
  margin-top: 40px;
}

.drawer-item__link {
  display: inline-block;
  padding-top: 11px;
  padding-bottom: 11px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.drawer-item__link:hover {
  text-decoration: underline;
  color: #67B0C7;
}

/* =========================================================
# top
========================================================= */
.top {
  padding-top: 17px;
  position: relative;
  margin-top: 64px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .top {
    padding-top: 34px;
  }
}

@media (min-width: 1200px) {
  .top {
    padding-top: 34px;
    margin-top: 66px;
  }
}

.top__background {
  position: absolute;
  z-index: 1;
  border-radius: 0px 0px 24px 24px;
  inset: 0 0 156px 0;
  background: no-repeat url(../img/Onomichi.png) center center/cover;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .top__background {
    inset: 0 0 97px 0;
    border-radius: 0px 0px 40px 40px;
  }
}

@media (min-width: 1200px) {
  .top__background {
    inset: 0 0 97px 0;
    border-radius: 0px 0px 40px 40px;
  }
}

.top__inner {
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
  z-index: 2;
}

.top__text {
  text-align: center;
  line-height: 1.25;
  text-shadow: 0px 0px 30px #fff;
  font-family: "Kiwi Maru", serif;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .top__text {
    font-size: 24px;
    font-weight: 500;
  }
}

@media (min-width: 1200px) {
  .top__text {
    font-size: 24px;
    font-weight: 500;
  }
}

.top__title {
  text-align: center;
}

.top__title-img {
  max-width: 335px;
  width: 100%;
  margin-top: 20px;
}

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

@media (min-width: 1200px) {
  .top__title-img {
    max-width: 520px;
    width: 100%;
    margin-top: 24px;
  }
}

.top__box {
  margin-top: 10px;
  position: relative;
  max-width: 335px;
  width: 100%;
  height: 522px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .top__box {
    margin-top: 0;
    max-width: 848px;
    height: 603px;
  }
}

@media (min-width: 1200px) {
  .top__box {
    margin-top: 0;
    max-width: 848px;
    height: 603px;
  }
}

.top__picture-top-left {
  position: absolute;
  top: 7px;
  left: 0;
  z-index: 3;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .top__picture-top-left {
    top: 0;
    left: 37px;
  }
}

@media (min-width: 1200px) {
  .top__picture-top-left {
    top: 0;
    left: 37px;
  }
}

.top__img-top-left {
  width: 142px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .top__img-top-left {
    width: 244px;
  }
}

@media (min-width: 1200px) {
  .top__img-top-left {
    width: 244px;
  }
}

.top__picture-top-right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .top__picture-top-right {
    top: 17px;
    right: 127px;
  }
}

@media (min-width: 1200px) {
  .top__picture-top-right {
    top: 17px;
    right: 127px;
  }
}

.top__img-top-right {
  width: 110px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .top__img-top-right {
    width: 180px;
  }
}

@media (min-width: 1200px) {
  .top__img-top-right {
    width: 180px;
  }
}

.top__phone-img-wrapper {
  position: absolute;
  top: 94px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  z-index: 4;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .top__phone-img-wrapper {
    top: 33px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (min-width: 1200px) {
  .top__phone-img-wrapper {
    top: 33px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.top__phone-img {
  width: 200px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .top__phone-img {
    width: 250px;
  }
}

@media (min-width: 1200px) {
  .top__phone-img {
    width: 250px;
  }
}

.top__apply-box {
  position: absolute;
  top: 122.6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  border-radius: 12.8px;
  z-index: 5;
  overflow: hidden;
  width: 160px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .top__apply-box {
    top: 152.5px;
    border-radius: 16px;
    width: 200px;
  }
}

@media (min-width: 1200px) {
  .top__apply-box {
    top: 152.5px;
    border-radius: 16px;
    width: 200px;
  }
}

.top-apply-box__header {
  text-align: center;
  background: linear-gradient(265deg, #AC3790 -3.52%, #D65A5C 44.94%, #F4C06D 92.38%);
  padding-top: 6.4px;
  padding-bottom: 6.4px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .top-apply-box__header {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

@media (min-width: 1200px) {
  .top-apply-box__header {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.top-apply-box__title {
  font-size: 12.8px;
  color: #fff;
  -webkit-font-feature-settings: 'pref' on;
          font-feature-settings: 'pref' on;
  font-weight: 700;
  white-space: nowrap;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .top-apply-box__title {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .top-apply-box__title {
    font-size: 16px;
  }
}

.top-apply-box__body {
  padding-top: 12.8px;
  padding-bottom: 19.2px;
  background: #fff;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .top-apply-box__body {
    padding-top: 16px;
    padding-bottom: 24px;
  }
}

@media (min-width: 1200px) {
  .top-apply-box__body {
    padding-top: 16px;
    padding-bottom: 24px;
  }
}

.top-apply-box__body-title {
  font-size: 12px;
  color: #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0.8px;
  border-bottom: solid 2.4px #CE2073;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .top-apply-box__body-title {
    font-size: 14px;
    padding-bottom: 1px;
    border-bottom: solid 3px #CE2073;
  }
}

@media (min-width: 1200px) {
  .top-apply-box__body-title {
    font-size: 14px;
    padding-bottom: 1px;
    border-bottom: solid 3px #CE2073;
  }
}

.top-apply-box__body-text {
  margin-top: 3.2px;
  -webkit-font-feature-settings: 'pref' on;
          font-feature-settings: 'pref' on;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .top-apply-box__body-text {
    margin-top: 4px;
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .top-apply-box__body-text {
    margin-top: 4px;
    font-size: 16px;
  }
}

.top-apply-box__button {
  margin-top: 12.8px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .top-apply-box__button {
    margin-top: 16px;
  }
}

@media (min-width: 1200px) {
  .top-apply-box__button {
    margin-top: 16px;
  }
}

.top__picture-bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
}

.top__img-bottom-left {
  width: 86px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .top__img-bottom-left {
    width: 202px;
  }
}

@media (min-width: 1200px) {
  .top__img-bottom-left {
    width: 202px;
  }
}

.top__picture-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 4;
}

.top__img-bottom-right {
  width: 107px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .top__img-bottom-right {
    width: 233px;
  }
}

@media (min-width: 1200px) {
  .top__img-bottom-right {
    width: 233px;
  }
}

/* =========================================================
# about
========================================================= */
.about {
  padding-top: 32px;
  padding-bottom: 32.8px;
  overflow: hidden;
  background: no-repeat url(../img/img_bg_pawpads.png) top 25px right 0/54px 120px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .about {
    padding-top: 80px;
    padding-bottom: 0;
    background: no-repeat url(../img/img_bg_pawpads.png) top right 40px/100px 220px, no-repeat url(../img/wave.png) top 687px right -570px/873.992px 45.021px;
  }
}

@media (min-width: 1200px) {
  .about {
    padding-top: 80px;
    padding-bottom: 0;
    background: no-repeat url(../img/img_bg_pawpads.png) top right 40px/100px 220px, no-repeat url(../img/wave.png) top 687px right -570px/873.992px 45.021px;
  }
}

.about__inner {
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
}

.about__box {
  position: relative;
  background: #fff;
  padding: 40px 12px;
  border-radius: 24px;
  max-width: 335px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .about__box {
    max-width: 848px;
    border-radius: 40px;
    padding: 40px 114px;
  }
}

@media (min-width: 1200px) {
  .about__box {
    max-width: 848px;
    border-radius: 40px;
    padding: 40px 114px;
  }
}

.about__box::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 36px;
  background: no-repeat url(../img/arrow-background.png) center center/cover;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .about__box::after {
    width: 140px;
    height: 50px;
  }
}

@media (min-width: 1200px) {
  .about__box::after {
    width: 140px;
    height: 50px;
  }
}

.about__decoration-picture1,
.about__decoration-picture2,
.about__decoration-picture3,
.about__decoration-picture4,
.about__decoration-picture5,
.about__decoration-picture6,
.about__decoration-picture7,
.about__decoration-picture8,
.about__decoration-picture9 {
  position: absolute;
}

.about__decoration-picture1 {
  top: 40px;
  left: calc(50% - 127px);
}

@media (min-width: 900px) and (max-width: 1199px) {
  .about__decoration-picture1 {
    top: 40px;
    right: calc(50% + 192.39px);
    left: auto;
  }
}

@media (min-width: 1200px) {
  .about__decoration-picture1 {
    top: 40px;
    right: calc(50% + 192.39px);
    left: auto;
  }
}

.about__decoration-img1 {
  width: 80px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .about__decoration-img1 {
    width: 134px;
  }
}

@media (min-width: 1200px) {
  .about__decoration-img1 {
    width: 134px;
  }
}

.about__decoration-picture2 {
  top: 40px;
  right: calc(50% - 127px);
}

@media (min-width: 900px) and (max-width: 1199px) {
  .about__decoration-picture2 {
    right: auto;
    left: calc(50% + 192.39px);
  }
}

@media (min-width: 1200px) {
  .about__decoration-picture2 {
    right: auto;
    left: calc(50% + 192.39px);
  }
}

.about__decoration-img2 {
  width: 80px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .about__decoration-img2 {
    width: 134px;
  }
}

@media (min-width: 1200px) {
  .about__decoration-img2 {
    width: 134px;
  }
}

.about__decoration-picture3 {
  top: 273px;
  right: -160px;
  z-index: -1;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .about__decoration-picture3 {
    top: 73.07px;
    right: auto;
    left: calc(100% + 136.2px);
    z-index: 1;
  }
}

@media (min-width: 1200px) {
  .about__decoration-picture3 {
    top: 73.07px;
    right: auto;
    left: calc(100% + 136.2px);
    z-index: 1;
  }
}

.about__decoration-img3 {
  width: 200px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .about__decoration-img3 {
    width: 480px;
  }
}

@media (min-width: 1200px) {
  .about__decoration-img3 {
    width: 480px;
  }
}

.about__decoration-picture4 {
  top: 395px;
  left: -160px;
  z-index: -1;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .about__decoration-picture4 {
    top: 74px;
    left: auto;
    right: calc(100% + 190px);
    z-index: 1;
  }
}

@media (min-width: 1200px) {
  .about__decoration-picture4 {
    top: 74px;
    left: auto;
    right: calc(100% + 190px);
    z-index: 1;
  }
}

.about__decoration-img4 {
  width: 200px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .about__decoration-img4 {
    width: 480px;
  }
}

@media (min-width: 1200px) {
  .about__decoration-img4 {
    width: 480px;
  }
}

.about__decoration-picture5 {
  top: 510px;
  left: -72px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .about__decoration-picture5 {
    top: 390px;
    left: auto;
    right: calc(100% + 8px);
  }
}

@media (min-width: 1200px) {
  .about__decoration-picture5 {
    top: 390px;
    left: auto;
    right: calc(100% + 8px);
  }
}

.about__decoration-img5 {
  width: 216px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .about__decoration-img5 {
    width: 427px;
  }
}

@media (min-width: 1200px) {
  .about__decoration-img5 {
    width: 427px;
  }
}

.about__decoration-picture6 {
  top: calc(100% + 53.67px);
  right: calc(50% - 130.5px);
}

@media (min-width: 900px) and (max-width: 1199px) {
  .about__decoration-picture6 {
    top: 757.4px;
    left: 798px;
    right: auto;
    z-index: -1;
  }
}

@media (min-width: 1200px) {
  .about__decoration-picture6 {
    top: 757.4px;
    left: 798px;
    right: auto;
    z-index: -1;
  }
}

.about__decoration-img6 {
  width: 133px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .about__decoration-img6 {
    width: 308px;
  }
}

@media (min-width: 1200px) {
  .about__decoration-img6 {
    width: 308px;
  }
}

.about__decoration-picture7 {
  top: calc(100% + 11.67px);
  left: calc(50% + 119.5px);
}

@media (min-width: 900px) and (max-width: 1199px) {
  .about__decoration-picture7 {
    top: 601.32px;
    left: calc(100% + 81px);
  }
}

@media (min-width: 1200px) {
  .about__decoration-picture7 {
    top: 601.32px;
    left: calc(100% + 81px);
  }
}

.about__decoration-img7 {
  width: 48px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .about__decoration-img7 {
    width: 101px;
  }
}

@media (min-width: 1200px) {
  .about__decoration-img7 {
    width: 101px;
  }
}

.about__decoration-picture8 {
  display: none;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .about__decoration-picture8 {
    display: block;
    top: -20px;
    right: calc(100% + 103px);
    z-index: -1;
  }
}

@media (min-width: 1200px) {
  .about__decoration-picture8 {
    display: block;
    top: -20px;
    right: calc(100% + 103px);
    z-index: -1;
  }
}

.about__decoration-img8 {
  width: 250px;
}

.about__title-text {
  margin-top: 24px;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .about__title-text {
    display: none;
  }
}

@media (min-width: 1200px) {
  .about__title-text {
    display: none;
  }
}

.about__title-text-pc {
  display: none;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .about__title-text-pc {
    display: block;
    font-size: 16px;
    font-weight: 700;
    -webkit-font-feature-settings: 'pref' on;
            font-feature-settings: 'pref' on;
    text-align: center;
    margin-top: 32px;
  }
}

@media (min-width: 1200px) {
  .about__title-text-pc {
    display: block;
    font-size: 16px;
    font-weight: 700;
    -webkit-font-feature-settings: 'pref' on;
            font-feature-settings: 'pref' on;
    text-align: center;
    margin-top: 32px;
  }
}

.about__text {
  margin-top: 24px;
  text-align: center;
  font-size: 12px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .about__text {
    font-size: 16px;
    margin-top: 32px;
  }
}

@media (min-width: 1200px) {
  .about__text {
    font-size: 16px;
    margin-top: 32px;
  }
}

.about__present-text {
  margin-top: 24px;
  padding-top: 8px;
  padding-bottom: 6px;
  border-bottom: dashed 2px #9ED0E0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .about__present-text {
    padding-top: 12px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
  }
}

@media (min-width: 1200px) {
  .about__present-text {
    padding-top: 12px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
  }
}

.about__button-wrapper {
  margin-top: 24px;
  text-align: center;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .about__button-wrapper {
    margin-top: 32px;
  }
}

@media (min-width: 1200px) {
  .about__button-wrapper {
    margin-top: 32px;
  }
}

.about__box2 {
  margin-top: 139.67px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .about__box2 {
    margin-top: 167px;
  }
}

@media (min-width: 1200px) {
  .about__box2 {
    margin-top: 167px;
  }
}

.about__box2-title {
  position: relative;
  z-index: 1;
  text-align: center;
  display: block;
}

.about__box2-title-img {
  max-width: 355px;
  width: 100%;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .about__box2-title-img {
    max-width: 891px;
  }
}

@media (min-width: 1200px) {
  .about__box2-title-img {
    max-width: 891px;
  }
}

.about-swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  gap: 10px;
}

.about-swiper-slide {
  width: 100px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .about-swiper-slide {
    width: 200px;
  }
}

@media (min-width: 1200px) {
  .about-swiper-slide {
    width: 200px;
  }
}

.about-swiper-slide__img {
  width: 100%;
}

/* =========================================================
# how-to-enter
========================================================= */
.how-to-enter {
  padding-top: 32px;
  overflow: hidden;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .how-to-enter {
    padding-top: 120px;
    padding-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .how-to-enter {
    padding-top: 120px;
    padding-bottom: 0;
  }
}

.how-to-enter__inner {
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .how-to-enter__inner {
    padding-right: 36px;
    padding-left: 36px;
  }
}

@media (min-width: 1200px) {
  .how-to-enter__inner {
    padding-right: 36px;
    padding-left: 36px;
  }
}

.how-to-enter__picture1,
.how-to-enter__picture2,
.how-to-enter__picture3,
.how-to-enter__picture4,
.how-to-enter__picture5,
.how-to-enter__picture6 {
  position: absolute;
}

.how-to-enter__picture1 {
  top: 0;
  right: 24px;
  z-index: 1;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .how-to-enter__picture1 {
    top: -26px;
    left: calc(50% + 287px);
    right: auto;
  }
}

@media (min-width: 1200px) {
  .how-to-enter__picture1 {
    top: -26px;
    left: calc(50% + 287px);
    right: auto;
  }
}

.how-to-enter__img1 {
  width: 105px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .how-to-enter__img1 {
    width: 238px;
  }
}

@media (min-width: 1200px) {
  .how-to-enter__img1 {
    width: 238px;
  }
}

.how-to-enter__picture2 {
  top: 5px;
  right: -31px;
  z-index: 2;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .how-to-enter__picture2 {
    top: -16.03px;
    right: auto;
    left: calc(50% + 437px);
  }
}

@media (min-width: 1200px) {
  .how-to-enter__picture2 {
    top: -16.03px;
    right: auto;
    left: calc(50% + 437px);
  }
}

.how-to-enter__img2 {
  width: 94px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .how-to-enter__img2 {
    width: 214px;
  }
}

@media (min-width: 1200px) {
  .how-to-enter__img2 {
    width: 214px;
  }
}

.how-to-enter__picture3 {
  top: 74px;
  right: 20px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .how-to-enter__picture3 {
    top: 148px;
    right: 30px;
  }
}

@media (min-width: 1200px) {
  .how-to-enter__picture3 {
    top: 148px;
    right: 30px;
  }
}

.how-to-enter__img3 {
  width: 55px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .how-to-enter__img3 {
    width: 100px;
  }
}

@media (min-width: 1200px) {
  .how-to-enter__img3 {
    width: 100px;
  }
}

.how-to-enter__picture4 {
  top: 549.55px;
  left: 20px;
  z-index: -1;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .how-to-enter__picture4 {
    top: auto;
    bottom: 40px;
    left: 36px;
  }
}

@media (min-width: 1200px) {
  .how-to-enter__picture4 {
    top: auto;
    bottom: 40px;
    left: 36px;
  }
}

.how-to-enter__img4 {
  width: 55px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .how-to-enter__img4 {
    width: 100px;
  }
}

@media (min-width: 1200px) {
  .how-to-enter__img4 {
    width: 100px;
  }
}

.how-to-enter__picture5 {
  top: 879.88px;
  right: 20px;
  z-index: -1;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .how-to-enter__picture5 {
    display: none;
  }
}

@media (min-width: 1200px) {
  .how-to-enter__picture5 {
    display: none;
  }
}

.how-to-enter__img5 {
  width: 55px;
}

.how-to-enter__picture6 {
  top: 0;
  left: 20px;
  z-index: -1;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .how-to-enter__picture6 {
    top: -60px;
    right: calc(50% + 260px);
    left: auto;
  }
}

@media (min-width: 1200px) {
  .how-to-enter__picture6 {
    top: -60px;
    right: calc(50% + 260px);
    left: auto;
  }
}

.how-to-enter__img6 {
  width: 149px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .how-to-enter__img6 {
    width: 420px;
  }
}

@media (min-width: 1200px) {
  .how-to-enter__img6 {
    width: 420px;
  }
}

.how-to-enter__list {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 34px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .how-to-enter__list {
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 32px;
  }
}

@media (min-width: 1200px) {
  .how-to-enter__list {
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.how-to-enter-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 335px;
          flex: 0 1 335px;
  padding-bottom: 16px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .how-to-enter-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 320px;
            flex: 0 1 320px;
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  .how-to-enter-list__item:nth-child(2) {
    margin-top: 68px;
  }
}

@media (min-width: 1200px) {
  .how-to-enter-list__item:nth-child(2) {
    margin-top: 68px;
  }
}

.how-to-enter-list__item:nth-child(2),
.how-to-enter-list__item:nth-child(3) {
  position: relative;
}

.how-to-enter-list__item:nth-child(2)::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 7px;
  height: 34px;
  background: no-repeat url(../img/img_step_line.png) center center/cover;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .how-to-enter-list__item:nth-child(2)::before {
    top: 136px;
    left: 16px;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    width: 113px;
    height: 24px;
    background: no-repeat url(../img/img_step_line-pc.png) center center/cover;
  }
}

@media (min-width: 1200px) {
  .how-to-enter-list__item:nth-child(2)::before {
    top: 136px;
    left: 16px;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    width: 113px;
    height: 24px;
    background: no-repeat url(../img/img_step_line-pc.png) center center/cover;
  }
}

.how-to-enter-list__item:nth-child(3)::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 7px;
  height: 34px;
  background: no-repeat url(../img/img_step_line.png) center center/cover;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .how-to-enter-list__item:nth-child(3)::before {
    top: 205px;
    bottom: auto;
    left: 16px;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    width: 113px;
    height: 24px;
    background: no-repeat url(../img/img_step_line-pc.png) center center/cover;
  }
}

@media (min-width: 1200px) {
  .how-to-enter-list__item:nth-child(3)::before {
    top: 205px;
    bottom: auto;
    left: 16px;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    width: 113px;
    height: 24px;
    background: no-repeat url(../img/img_step_line-pc.png) center center/cover;
  }
}

.how-to-enter-item__img-wrapper {
  text-align: center;
}

.how-to-enter-item__img {
  width: 196px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .how-to-enter-item__img {
    width: 280px;
  }
}

@media (min-width: 1200px) {
  .how-to-enter-item__img {
    width: 280px;
  }
}

.how-to-enter-item__title {
  font-size: 16px;
  font-weight: 700;
  -webkit-font-feature-settings: 'pref' on;
          font-feature-settings: 'pref' on;
  text-align: center;
  margin-top: 16px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .how-to-enter-item__title {
    font-size: 20px;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    margin-top: 24px;
  }
}

@media (min-width: 1200px) {
  .how-to-enter-item__title {
    font-size: 20px;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    margin-top: 24px;
  }
}

.how-to-enter-item__text {
  font-size: 12px;
  text-align: center;
  margin-top: 16px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .how-to-enter-item__text {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .how-to-enter-item__text {
    font-size: 16px;
  }
}

.how-to-enter-item__follow-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
  padding: 8px 12px;
  background: #fff;
  width: 226px;
  margin-right: auto;
  margin-left: auto;
}

.how-to-enter-item__icon-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
}

.how-to-enter-item__icon-img {
  width: 100%;
}

.how-to-enter-item__follow-text {
  font-weight: 700;
}

.how-to-enter__button-wrapper {
  text-align: center;
  margin-top: 16px;
}

/* =========================================================
# prizes
========================================================= */
.prizes {
  padding-top: 37.67px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .prizes {
    padding-top: 120px;
    padding-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .prizes {
    padding-top: 120px;
    padding-bottom: 40px;
  }
}

.prizes__inner {
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .prizes__inner {
    max-width: 1024px;
    width: 100%;
    padding-right: 36px;
    padding-left: 36px;
    margin-right: auto;
    margin-left: auto;
    background: no-repeat url(../img/img_bg_triangle-right.png) top 28px right 36px/315px 86px, no-repeat url(../img/img_bg_triangle-left.png) top 28px left 36px/315px 86px;
  }
}

@media (min-width: 1200px) {
  .prizes__inner {
    max-width: 1024px;
    width: 100%;
    padding-right: 36px;
    padding-left: 36px;
    margin-right: auto;
    margin-left: auto;
    background: no-repeat url(../img/img_bg_triangle-right.png) top 28px right 36px/315px 86px, no-repeat url(../img/img_bg_triangle-left.png) top 28px left 36px/315px 86px;
  }
}

.prizes__box {
  position: relative;
  top: 83px;
  background: #ffff;
  border-radius: 24px;
  max-width: 375px;
  width: 100%;
  padding-top: 59.33px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 36.47px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .prizes__box {
    top: 173px;
    max-width: 1024px;
    padding-top: 64.03px;
    padding-right: 56px;
    padding-left: 56px;
    padding-bottom: 53px;
  }
}

@media (min-width: 1200px) {
  .prizes__box {
    top: 173px;
    max-width: 1024px;
    max-width: 1024px;
    padding-top: 64.03px;
    padding-right: 56px;
    padding-left: 56px;
    padding-bottom: 53px;
  }
}

.prizes__box::before {
  content: "";
  position: absolute;
  top: -83px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 238px;
  height: 83px;
  background: no-repeat url(../img/prizes-backgroundSP.png) center center/cover;
  z-index: -1;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .prizes__box::before {
    top: -148.97px;
    width: 378px;
    height: 150px;
    background: no-repeat url(../img/prizes-background.png) center center/cover;
  }
}

@media (min-width: 1200px) {
  .prizes__box::before {
    top: -148.97px;
    width: 378px;
    height: 150px;
    background: no-repeat url(../img/prizes-background.png) center center/cover;
  }
}

.prizes__heading {
  position: absolute;
  top: -63px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .prizes__heading {
    top: -120.97px;
  }
}

@media (min-width: 1200px) {
  .prizes__heading {
    top: -120.97px;
  }
}

.prizes__box-text {
  font-size: 12px;
  text-align: center;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .prizes__box-text {
    font-size: 16px;
    white-space: nowrap;
  }
}

@media (min-width: 1200px) {
  .prizes__box-text {
    font-size: 16px;
    white-space: nowrap;
  }
}

.prizes__steps {
  margin-top: 24px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .prizes__steps {
    margin-top: 32px;
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  .prizes__steps {
    margin-top: 32px;
  }
}

.prizes__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .prizes__steps {
    gap: 40px 32px;
  }
}

@media (min-width: 1200px) {
  .prizes__steps {
    gap: 40px 32px;
  }
}

.prizes__step {
  width: calc(50% - 7.5px);
  padding-top: 24px;
  position: relative;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .prizes__step {
    width: calc(33.33333% - 32px * 2 / 3);
  }
}

@media (min-width: 1200px) {
  .prizes__step {
    width: calc(33.33333% - 32px * 2 / 3);
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  .prizes__step:nth-child(1),
  .prizes__step:nth-child(2) {
    width: calc(50% - 32px * 1 / 2);
  }
}

@media (min-width: 1200px) {
  .prizes__step:nth-child(1),
  .prizes__step:nth-child(2) {
    width: calc(50% - 32px * 1 / 2);
  }
}

.prizes-step__box {
  position: relative;
}

.prizes-step__button {
  position: absolute;
  inset: 0;
}

.prizes-step__button:hover,
.prizes-step__button:focus {
  border: 4px solid #67B0C7;
  border-radius: 8px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .prizes-step__button:hover,
  .prizes-step__button:focus {
    border-radius: 40px;
  }
}

@media (min-width: 1200px) {
  .prizes-step__button:hover,
  .prizes-step__button:focus {
    border-radius: 40px;
  }
}

.prizes-step__parts1 {
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 48px;
  height: 48px;
  display: block;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .prizes-step__parts1 {
    width: 100px;
    height: 100px;
    top: -50px;
  }
}

@media (min-width: 1200px) {
  .prizes-step__parts1 {
    width: 100px;
    height: 100px;
    top: -50px;
  }
}

.prizes-step__parts1-img {
  width: 100%;
  height: 100%;
}

.prizes-step__parts2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, transparent 0%, transparent 50%, #67B0C7 50%, #67B0C7 100%);
  border-radius: 0 0 8px 0;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .prizes-step__parts2 {
    width: 64px;
    height: 64px;
    border-radius: 0 0 20px 0;
  }
}

@media (min-width: 1200px) {
  .prizes-step__parts2 {
    width: 64px;
    height: 64px;
    border-radius: 0 0 20px 0;
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  .prizes__step:nth-child(1) .prizes-step__parts2,
  .prizes__step:nth-child(2) .prizes-step__parts2 {
    width: 100px;
    height: 100px;
  }
}

@media (min-width: 1200px) {
  .prizes__step:nth-child(1) .prizes-step__parts2,
  .prizes__step:nth-child(2) .prizes-step__parts2 {
    width: 100px;
    height: 100px;
  }
}

.prizes-step__parts2::before {
  content: "";
  position: absolute;
  right: 5.22px;
  bottom: 6.12px;
  width: 12px;
  height: 12px;
  z-index: 3;
  background: no-repeat url(../img/img_prizes_zoom_icon.png) center center/contain;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .prizes-step__parts2::before {
    width: 24.08px;
    height: 24.08px;
    right: 8px;
    bottom: 8.96px;
  }
}

@media (min-width: 1200px) {
  .prizes-step__parts2::before {
    width: 24.08px;
    height: 24.08px;
    right: 8px;
    bottom: 8.96px;
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  .prizes__step:nth-child(1) .prizes-step__parts2::before,
  .prizes__step:nth-child(2) .prizes-step__parts2::before {
    width: 32px;
    height: 32px;
    right: 12.5px;
    bottom: 14px;
  }
}

@media (min-width: 1200px) {
  .prizes__step:nth-child(1) .prizes-step__parts2::before,
  .prizes__step:nth-child(2) .prizes-step__parts2::before {
    width: 32px;
    height: 32px;
    right: 12.5px;
    bottom: 14px;
  }
}

.prizes-step__button:hover ~ .prizes-step__parts2,
.prizes-step__button:hover ~ .prizes-step__parts2::before,
.prizes-step__button:focus ~ .prizes-step__parts2,
.prizes-step__button:focus ~ .prizes-step__parts2::before {
  opacity: 0.8;
}

.prizes-step__img-wrapper {
  text-align: center;
  border-radius: 8px 8px 0 0;
  aspect-ratio: 160 / 140;
  overflow: hidden;
  display: block;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .prizes-step__img-wrapper {
    border-radius: 40px 40px 0 0;
    aspect-ratio: 280 / 240;
  }
}

@media (min-width: 1200px) {
  .prizes-step__img-wrapper {
    border-radius: 40px 40px 0 0;
    aspect-ratio: 280 / 240;
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  .prizes__step:nth-child(1) .prizes-step__img-wrapper,
  .prizes__step:nth-child(2) .prizes-step__img-wrapper {
    aspect-ratio: 440 / 340;
  }
}

@media (min-width: 1200px) {
  .prizes__step:nth-child(1) .prizes-step__img-wrapper,
  .prizes__step:nth-child(2) .prizes-step__img-wrapper {
    aspect-ratio: 440 / 340;
  }
}

.prizes-step__img {
  width: 100%;
}

.prizes-step__figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F5F5F5;
  font-size: 12px;
  font-weight: 700;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .prizes-step__figcaption {
    height: 80px;
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .prizes-step__figcaption {
    height: 80px;
    font-size: 16px;
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  .prizes__step:nth-child(1) .prizes-step__figcaption,
  .prizes__step:nth-child(2) .prizes-step__figcaption {
    height: 120px;
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .prizes__step:nth-child(1) .prizes-step__figcaption,
  .prizes__step:nth-child(2) .prizes-step__figcaption {
    height: 120px;
    font-size: 20px;
  }
}

.prizes__button-wrapper {
  margin-top: 18px;
  text-align: center;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .prizes__button-wrapper {
    margin-top: 40px;
  }
}

@media (min-width: 1200px) {
  .prizes__button-wrapper {
    margin-top: 40px;
  }
}

/* =========================================================
# prizes-dialog
========================================================= */
.prizes-dialog {
  position: fixed;
  inset: 0;
  margin: auto;
  max-width: 336px;
  width: 100%;
  border: none;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  height: 480px;
}

.prizes-dialog::-webkit-backdrop {
  background: rgba(0, 0, 0, 0.7);
}

.prizes-dialog::backdrop {
  background: rgba(0, 0, 0, 0.7);
}

.prizes-dialog__img-wrapper {
  display: block;
}

.prizes-dialog__img {
  width: 100%;
  aspect-ratio: 336 / 210;
}

.prizes-dialog__figcaption {
  margin-top: 39px;
  padding-right: 20px;
  padding-left: 20px;
}

.prizes-dialog__title {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  -webkit-font-feature-settings: 'pref' on;
          font-feature-settings: 'pref' on;
}

.prizes-dialog__text {
  margin-top: 12px;
  text-align: center;
  font-size: 12px;
}

.prizes-dialog__button-wrapper {
  text-align: center;
  margin-top: 16px;
}

/* =========================================================
# bg-background
========================================================= */
.bg-background__inner {
  position: relative;
  aspect-ratio: 375 / 256;
  width: 100%;
  margin-top: 43px;
  z-index: -1;
  overflow: hidden;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .bg-background__inner {
    margin-top: 173px;
    aspect-ratio: 1512 / 640;
  }
}

@media (min-width: 1200px) {
  .bg-background__inner {
    margin-top: 173px;
    aspect-ratio: auto;
    aspect-ratio: 1512 / 640;
  }
}

.bg-background__picture {
  position: absolute;
  top: 0;
  margin: 0 auto;
  display: block;
  width: 580px;
  height: 100%;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .bg-background__picture {
    inset: 0;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .bg-background__picture {
    inset: 0;
    width: 100%;
  }
}

.bg-background__img {
  width: 100%;
  height: 100%;
}

/* =========================================================
# spot
========================================================= */
.spot {
  background: #67B0C7;
  padding-bottom: 19.84px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .spot {
    padding-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .spot {
    padding-bottom: 0;
  }
}

.spot__inner {
  position: relative;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .spot__inner {
    padding-left: 244px;
  }
}

@media (min-width: 1200px) {
  .spot__inner {
    padding-left: 244px;
  }
}

.spot__inner::before {
  content: "";
  position: absolute;
  top: -46px;
  left: 0;
  width: 100%;
  height: 46px;
  background: repeat url(../img/spot_bg_wave-top.png) top left/96px 46px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .spot__inner::before {
    top: -120px;
    height: 120px;
    background: repeat url(../img/spot_bg_wave-top.png) top left/252px 120px;
  }
}

@media (min-width: 1200px) {
  .spot__inner::before {
    top: -120px;
    height: 120px;
    background: repeat url(../img/spot_bg_wave-top.png) top left/252px 120px;
  }
}

.spot__inner::after {
  content: "";
  position: absolute;
  bottom: -64.84px;
  left: 0;
  width: 100%;
  height: 46px;
  background: repeat url(../img/spot_bg_wave-bottom.png) top left/96px 46px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .spot__inner::after {
    bottom: -120px;
    height: 120px;
    background: repeat url(../img/spot_bg_wave-bottom.png) top left/252px 120px;
  }
}

@media (min-width: 1200px) {
  .spot__inner::after {
    bottom: -120px;
    height: 120px;
    background: repeat url(../img/spot_bg_wave-bottom.png) top left/252px 120px;
  }
}

.spot__background-picture {
  display: none;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .spot__background-picture {
    display: block;
    position: absolute;
    bottom: 0;
    left: 36px;
  }
}

@media (min-width: 1200px) {
  .spot__background-picture {
    display: block;
    position: absolute;
    bottom: 0;
    left: 36px;
  }
}

.spot__background-img {
  width: 100px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .spot__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 32px;
  }
}

@media (min-width: 1200px) {
  .spot__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 32px;
  }
}

.spot__title {
  position: relative;
  font-size: 28px;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  line-height: 1.25;
  padding-left: 36px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .spot__title {
    -webkit-font-feature-settings: 'pwid' on;
            font-feature-settings: 'pwid' on;
    font-size: 40px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    padding-left: 0;
    padding-top: 64px;
    color: #fff;
  }
}

@media (min-width: 1200px) {
  .spot__title {
    -webkit-font-feature-settings: 'pwid' on;
            font-feature-settings: 'pwid' on;
    font-size: 40px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    padding-left: 0;
    padding-top: 64px;
    color: #fff;
  }
}

.spot__title::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 28px;
  background: no-repeat url(../img/Icon-star.png) center center/contain;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .spot__title::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    width: 56px;
    height: 56px;
  }
}

@media (min-width: 1200px) {
  .spot__title::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    width: 56px;
    height: 56px;
  }
}

.spot__swiper-content {
  position: relative;
  margin-top: 24px;
  overflow: hidden;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .spot__swiper-content {
    margin-top: 0;
    padding-left: 48px;
    padding-bottom: 24px;
  }
}

@media (min-width: 1200px) {
  .spot__swiper-content {
    margin-top: 0;
    padding-left: 48px;
    padding-bottom: 24px;
  }
}

.spot-swiper__slide {
  width: 240px;
  border-radius: 12px;
  overflow: hidden;
  margin-right: 16px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .spot-swiper__slide {
    width: 344px;
    border-radius: 24px;
    margin-right: 24px;
  }
}

@media (min-width: 1200px) {
  .spot-swiper__slide {
    width: 344px;
    border-radius: 24px;
    margin-right: 24px;
  }
}

.spot-swiper-item__picture {
  display: block;
  width: 100%;
  aspect-ratio: 240 / 180;
  overflow: hidden;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .spot-swiper-item__picture {
    aspect-ratio: 344 / 240;
  }
}

@media (min-width: 1200px) {
  .spot-swiper-item__picture {
    aspect-ratio: 344 / 240;
  }
}

.spot-swiper-item__img {
  width: 100%;
  height: 100%;
}

.spot-swiper-item__figcaption {
  padding: 16px 24px 31px;
  height: 220px;
  background: #fff;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .spot-swiper-item__figcaption {
    padding: 24px 32px 40px;
    height: 302px;
    gap: 24px;
  }
}

@media (min-width: 1200px) {
  .spot-swiper-item__figcaption {
    padding: 24px 32px 40px;
    height: 302px;
    gap: 24px;
  }
}

.spot-swiper-item__title {
  -webkit-font-feature-settings: 'pref' on;
          font-feature-settings: 'pref' on;
  font-size: 16px;
  font-weight: 700;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .spot-swiper-item__title {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .spot-swiper-item__title {
    font-size: 20px;
  }
}

.spot-swiper-item__text {
  font-size: 12px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .spot-swiper-item__text {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .spot-swiper-item__text {
    font-size: 16px;
  }
}

.spot-swiper__button-prev {
  display: none;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .spot-swiper__button-prev {
    display: block;
    width: 80px;
    height: 80px;
    background: no-repeat url(../img/swiper-button-prev.png) center center/contain;
    top: auto;
    bottom: 0;
    left: 0;
  }
}

@media (min-width: 1200px) {
  .spot-swiper__button-prev {
    display: block;
    width: 80px;
    height: 80px;
    background: no-repeat url(../img/swiper-button-prev.png) center center/contain;
    top: auto;
    bottom: 0;
    left: 0;
  }
}

.spot-swiper__button-prev::after {
  display: none;
}

.spot-swiper__button-next {
  display: none;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .spot-swiper__button-next {
    display: block;
    width: 80px;
    height: 80px;
    background: no-repeat url(../img/swiper-button-prev.png) center center/contain;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    bottom: 0;
    top: auto;
    left: calc(864 / 1248 * 100%);
  }
}

@media (min-width: 1200px) {
  .spot-swiper__button-next {
    display: block;
    width: 80px;
    height: 80px;
    background: no-repeat url(../img/swiper-button-prev.png) center center/contain;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    bottom: 0;
    top: auto;
    left: calc(864 / 1248 * 100%);
  }
}

.spot-swiper__button-next::after {
  display: none;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .spot__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 81px;
    margin-top: 40px;
  }
}

@media (min-width: 1200px) {
  .spot__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 81px;
    margin-top: 40px;
  }
}

.spot__logo {
  text-align: center;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 495px;
          flex: 0 1 495px;
}

.spot__logo-img {
  width: 255px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .spot__logo-img {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .spot__logo-img {
    width: 100%;
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  .spot__text-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

@media (min-width: 1200px) {
  .spot__text-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.spot__text {
  margin-top: 16px;
  color: #fff;
  font-size: 11.444px;
  text-align: center;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .spot__text {
    font-size: 16px;
    text-align: left;
    white-space: nowrap;
  }
}

@media (min-width: 1200px) {
  .spot__text {
    font-size: 16px;
    text-align: left;
    white-space: nowrap;
  }
}

.spot__button-wrapper {
  margin-top: 24px;
  text-align: center;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .spot__button-wrapper {
    text-align: left;
    padding-left: 8px;
  }
}

@media (min-width: 1200px) {
  .spot__button-wrapper {
    text-align: left;
    padding-left: 8px;
  }
}

/* =========================================================
# qa
========================================================= */
.qa {
  padding-top: 40px;
  padding-bottom: 30.67px;
  margin-top: 46px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .qa {
    padding-top: 120px;
    margin-top: 120px;
    padding-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .qa {
    padding-top: 120px;
    margin-top: 120px;
    padding-bottom: 0;
  }
}

.qa__inner {
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .qa__inner {
    padding-right: 36px;
    padding-left: 36px;
  }
}

@media (min-width: 1200px) {
  .qa__inner {
    padding-right: 36px;
    padding-left: 36px;
  }
}

.qa__content {
  margin-top: 24px;
  max-width: 345px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .qa__content {
    margin-top: 40px;
    max-width: 1024px;
  }
}

@media (min-width: 1200px) {
  .qa__content {
    margin-top: 40px;
    max-width: 1024px;
  }
}

.qa-item {
  border: 2px solid currentColor;
  border-radius: 12px;
  overflow: hidden;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .qa-item {
    border-radius: 16px;
  }
}

@media (min-width: 1200px) {
  .qa-item {
    border-radius: 16px;
  }
}

.qa__item + .qa__item {
  margin-top: 12px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .qa__item + .qa__item {
    margin-top: 24px;
  }
}

@media (min-width: 1200px) {
  .qa__item + .qa__item {
    margin-top: 24px;
  }
}

.qa-item__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 14px 12px 48px;
  background: #fff;
  font-weight: 700;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .qa-item__head {
    gap: 16px;
    padding: 22px 22px 22px 67px;
    font-size: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .qa-item__head {
    gap: 16px;
    padding: 22px 22px 22px 67px;
    font-size: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.qa-item__head::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 14px;
  width: 22px;
  height: 30px;
  background: no-repeat url(../img/qa-item__head-parts.png) center center/contain;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .qa-item__head::before {
    width: 29px;
    height: 35px;
    left: 22px;
  }
}

@media (min-width: 1200px) {
  .qa-item__head::before {
    width: 29px;
    height: 35px;
    left: 22px;
  }
}

.qa-item__head::webkit-details-marker {
  display: none;
}

.qa-item__head-icon {
  width: 26px;
  height: 26px;
  display: block;
  background: #9ED0E0;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .qa-item__head-icon {
    width: 48px;
    height: 48px;
  }
}

@media (min-width: 1200px) {
  .qa-item__head-icon {
    width: 48px;
    height: 48px;
  }
}

.qa-item__head-icon::before,
.qa-item__head-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 2px;
  border-radius: 50px;
  background: #fff;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .qa-item__head-icon::before,
  .qa-item__head-icon::after {
    width: 19px;
    height: 3px;
  }
}

@media (min-width: 1200px) {
  .qa-item__head-icon::before,
  .qa-item__head-icon::after {
    width: 19px;
    height: 3px;
  }
}

.qa-item__head-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.qa-item__head.is-open > .qa-item__head-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}

.qa-item__body {
  position: relative;
  padding: 16px 16px 16px 49px;
  background: #F5F5F5;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .qa-item__body {
    padding: 24px 24px 24px 61px;
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .qa-item__body {
    padding: 24px 24px 24px 61px;
    font-size: 16px;
  }
}

.qa-item__body::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17px;
  height: 30px;
  background: no-repeat url(../img/qa-item__body-parts.png) center center/contain;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .qa-item__body::before {
    left: 22px;
    width: 23px;
    height: 40px;
  }
}

@media (min-width: 1200px) {
  .qa-item__body::before {
    left: 22px;
    width: 23px;
    height: 40px;
  }
}

/* =========================================================
# entry
========================================================= */
.entry {
  padding-bottom: 32px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .entry {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media (min-width: 1200px) {
  .entry {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.entry__inner {
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .entry__inner {
    max-width: calc(1024px + 72px);
    width: 100%;
    padding-right: 36px;
    padding-left: 36px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1200px) {
  .entry__inner {
    max-width: calc(1024px + 72px);
    width: 100%;
    padding-right: 36px;
    padding-left: 36px;
    margin-right: auto;
    margin-left: auto;
  }
}

.entry__box {
  padding: 24px 23.5px 24px;
  background: #fff;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .entry__box {
    padding: 40px 56px;
  }
}

@media (min-width: 1200px) {
  .entry__box {
    padding: 40px 56px;
  }
}

.entry__content {
  margin-top: 24px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .entry__content {
    margin-top: 40px;
  }
}

@media (min-width: 1200px) {
  .entry__content {
    margin-top: 40px;
  }
}

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

.entry-item {
  border-bottom: 1px solid #CCC;
  padding-bottom: 16px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .entry-item {
    padding-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1200px) {
  .entry-item {
    padding-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.entry-item:last-child {
  border: none;
}

.entry-item__head {
  position: relative;
  padding-left: 16px;
  font-weight: 700;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .entry-item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
    padding-left: 32px;
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .entry-item__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
    padding-left: 32px;
    font-size: 16px;
  }
}

.entry-item__head::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 8px;
  height: 8px;
  background: #9ED0E0;
  border-radius: 50%;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .entry-item__head::before {
    top: 10px;
    left: 16px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (min-width: 1200px) {
  .entry-item__head::before {
    top: 10px;
    left: 16px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.entry-item__body {
  margin-top: 8px;
  font-size: 12px;
  position: relative;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .entry-item__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    font-size: 16px;
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .entry-item__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    font-size: 16px;
    margin-top: 0;
  }
}

.entry-item__body-item {
  position: relative;
  font-size: 12px;
  padding-left: 17px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .entry-item__body-item {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .entry-item__body-item {
    font-size: 16px;
  }
}

.entry-item__body-item::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 7px;
  width: 3px;
  height: 3px;
  background: currentColor;
  border-radius: 50%;
}

.entry-item__body-item + .entry-item__body-item {
  margin-top: 2px;
}

/* =========================================================
# bg-background2
========================================================= */
.bg-background2 {
  aspect-ratio: 375 / 99;
  background: no-repeat url(../img/bg-background2-sp.png) center center/cover;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .bg-background2 {
    aspect-ratio: 1512 / 400;
    background: no-repeat url(../img/bg-background2-pc.png) center center/cover;
  }
}

@media (min-width: 1200px) {
  .bg-background2 {
    aspect-ratio: 1512 / 400;
    background: no-repeat url(../img/bg-background2-pc.png) center center/cover;
  }
}

/* =========================================================
# contact
========================================================= */
.contact {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .contact {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media (min-width: 1200px) {
  .contact {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.contact__inner {
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .contact__inner {
    padding-right: 36px;
    padding-left: 36px;
    max-width: calc(848px + 36px * 2);
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1200px) {
  .contact__inner {
    padding-right: 36px;
    padding-left: 36px;
    max-width: calc(848px + 36px * 2);
    margin-right: auto;
    margin-left: auto;
  }
}

.contact__form {
  margin-top: 24px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .contact__form {
    margin-top: 32px;
  }
}

@media (min-width: 1200px) {
  .contact__form {
    margin-top: 32px;
  }
}

.contact-form__text {
  font-size: 12px;
  text-align: center;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .contact-form__text {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .contact-form__text {
    font-size: 16px;
  }
}

.contact-form__dl {
  margin-top: 24px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .contact-form__dl {
    margin-top: 40px;
  }
}

@media (min-width: 1200px) {
  .contact-form__dl {
    margin-top: 40px;
  }
}

.contact-form__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: 8px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .contact-form__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1200px) {
  .contact-form__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.contact-form__row + .contact-form__row {
  margin-top: 24px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .contact-form__row:last-child {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (min-width: 1200px) {
  .contact-form__row:last-child {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

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

@media (min-width: 900px) and (max-width: 1199px) {
  .contact-form__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
  }
}

@media (min-width: 1200px) {
  .contact-form__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
  }
}

.contact-form__label {
  font-weight: 700;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .contact-form__label {
    font-size: 16px;
    -webkit-font-feature-settings: 'pref' on;
            font-feature-settings: 'pref' on;
  }
}

@media (min-width: 1200px) {
  .contact-form__label {
    font-size: 16px;
    -webkit-font-feature-settings: 'pref' on;
            font-feature-settings: 'pref' on;
  }
}

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

.contact-form__data {
  line-height: 1;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .contact-form__data {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

@media (min-width: 1200px) {
  .contact-form__data {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

.contact-form__input {
  width: 100%;
  padding: 16px;
  font-size: 14px;
  background: #F5F5F5;
  border-radius: 8px;
  border: 1px solid transparent;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .contact-form__input {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .contact-form__input {
    font-size: 16px;
  }
}

.contact-form__input:focus,
.contact-form__input:hover,
.contact-form__textarea:focus,
.contact-form__textarea:hover {
  background: #E9F6F8;
  border: 1px solid #9ED0E0;
}

input:-internal-autofill-selected {
  -webkit-box-shadow: 0 0 0 100px #F5F5F5 inset;
          box-shadow: 0 0 0 100px #F5F5F5 inset;
}

.contact-form__input::-webkit-input-placeholder {
  color: #ccc;
}

.contact-form__input:-ms-input-placeholder {
  color: #ccc;
}

.contact-form__input::-ms-input-placeholder {
  color: #ccc;
}

.contact-form__input::placeholder {
  color: #ccc;
}

.contact-form__input:valid {
  background: #F5F5F5;
}

.js-form-input.is-error {
  border: 1px solid #CE2073;
  background: #FFF0F7;
}

.contact-form__select-wrapper {
  position: relative;
}

.contact-form__select-wrapper::before {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 52px;
  height: 100%;
  background: #9ED0E0;
  border-radius: 0 8px 8px 0;
}

.contact-form__select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  width: 32px;
  height: 32px;
  background: no-repeat url(../img/Icon-select-arrow.png) center center/contain;
}

.contact-form__select-wrapper.is-error::before {
  background: #CE2073;
}

.contact-form__select {
  color: #4A3636;
}

.js-form-select.is-error {
  background: #FFF0F7;
  border: 1px solid #CE2073;
}

.contact-form__radio-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-form__radio-wrapper {
  position: relative;
}

.contact-form__radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 0;
  left: 0;
}

.contact-form__radio-parts {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #F5F5F5;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
  border: 1px solid transparent;
}

.contact-form__radio:focus + .contact-form__radio-parts {
  border-color: #9ED0E0;
}

.contact-form__radio-parts::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background: #9ED0E0;
  border-radius: 50%;
  opacity: 0;
}

.contact-form__radio:checked + .contact-form__radio-parts::after {
  opacity: 1;
}

.contact-form__textarea {
  width: 100%;
  height: 125px;
  padding: 16px;
  background: #F5F5F5;
  border-radius: 8px;
  resize: horizontal;
  border: 1px solid transparent;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .contact-form__textarea {
    height: 160px;
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .contact-form__textarea {
    height: 160px;
    font-size: 16px;
  }
}

.contact-form__textarea::-webkit-input-placeholder {
  line-height: 1.6;
}

.contact-form__textarea:-ms-input-placeholder {
  line-height: 1.6;
}

.contact-form__textarea::-ms-input-placeholder {
  line-height: 1.6;
}

.contact-form__textarea::placeholder {
  line-height: 1.6;
}

.contact-form__privacy {
  margin-top: 24px;
  text-align: center;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .contact-form__privacy {
    margin-top: 40px;
  }
}

@media (min-width: 1200px) {
  .contact-form__privacy {
    margin-top: 40px;
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  .contact-form__privacy-text {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .contact-form__privacy-text {
    font-size: 16px;
  }
}

.contact-form__checkbox-wrapper {
  position: relative;
  display: inline-block;
  line-height: 1;
  margin-right: 12px;
}

.contact-form__checkbox {
  position: absolute;
  inset: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.contact-form__checkbox-parts {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #F5F5F5;
  vertical-align: middle;
}

.contact-form__checkbox-parts::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14px;
  height: 9px;
  background: no-repeat url(../img/checkbox-parts.png) center center/contain;
  opacity: 0;
}

.contact-form__checkbox:checked + .contact-form__checkbox-parts::after {
  opacity: 1;
}

.contact-form__privacy-link {
  text-decoration: underline;
}

.contact-form__button-wrapper {
  text-align: center;
  margin-top: 24px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .contact-form__button-wrapper {
    margin-top: 40px;
  }
}

@media (min-width: 1200px) {
  .contact-form__button-wrapper {
    margin-top: 40px;
  }
}

/* =========================================================
# footer
========================================================= */
.footer {
  padding-top: 40px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .footer {
    padding-top: 120px;
  }
}

@media (min-width: 1200px) {
  .footer {
    padding-top: 120px;
  }
}

.footer__inner {
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .footer__inner {
    padding-right: 36px;
    padding-left: 36px;
    position: relative;
    max-width: calc(1024px + 36px * 2);
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1200px) {
  .footer__inner {
    padding-right: 36px;
    padding-left: 36px;
    position: relative;
    max-width: calc(1024px + 36px * 2);
    margin-right: auto;
    margin-left: auto;
  }
}

.footer__picture {
  display: none;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .footer__picture {
    display: inline-block;
    position: absolute;
    top: -40px;
    right: 80px;
    z-index: -1;
  }
}

@media (min-width: 1200px) {
  .footer__picture {
    display: block;
    position: absolute;
    top: -40px;
    right: 80px;
    z-index: -1;
  }
}

.footer__img {
  width: 100px;
}

.footer__text {
  font-size: 20px;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .footer__text {
    font-size: 24px;
    line-height: 1.25;
  }
}

@media (min-width: 1200px) {
  .footer__text {
    font-size: 24px;
    line-height: 1.25;
  }
}

.footer__list {
  margin-top: 24px;
}

.sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}

.sns-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .sns-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
  }
}

@media (min-width: 1200px) {
  .sns-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
  }
}

.sns-item__img {
  width: 100%;
}

.footer__title-img-wrapper {
  margin-top: 7px;
  text-align: center;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .footer__title-img-wrapper {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .footer__title-img-wrapper {
    margin-top: 30px;
  }
}

.footer__title-img {
  max-width: 333px;
  width: 100%;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .footer__title-img {
    max-width: 755px;
  }
}

@media (min-width: 1200px) {
  .footer__title-img {
    max-width: 755px;
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  .footer__address {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 16px;
    overflow: hidden;
  }
}

@media (min-width: 1200px) {
  .footer__address {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 16px;
    overflow: hidden;
  }
}

.footer__iframe-wrapper {
  max-width: 335px;
  width: 100%;
  aspect-ratio: 335 / 271;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .footer__iframe-wrapper {
    max-width: 50%;
    aspect-ratio: 512 / 400;
    border-radius: 0;
  }
}

@media (min-width: 1200px) {
  .footer__iframe-wrapper {
    max-width: 50%;
    aspect-ratio: 512 / 400;
    border-radius: 0;
  }
}

.footer__iframe {
  width: 100%;
  height: 100%;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .footer__iframe-body-wrapper {
    display: -ms-grid;
    display: grid;
    place-items: center;
    max-width: 50%;
    width: 100%;
    background: #fff;
    aspect-ratio: 512 / 400;
  }
}

@media (min-width: 1200px) {
  .footer__iframe-body-wrapper {
    display: -ms-grid;
    display: grid;
    place-items: center;
    max-width: 50%;
    width: 100%;
    background: #fff;
    height: 100%;
    aspect-ratio: 512 / 400;
  }
}

.footer__iframe-body {
  max-width: 335px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 24px;
  background: #fff;
  border-radius: 0 0 16px 16px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .footer__iframe-body {
    max-width: 100%;
    border-radius: 0;
  }
}

@media (min-width: 1200px) {
  .footer__iframe-body {
    max-width: 100%;
    border-radius: 0;
  }
}

.footer__logo {
  text-align: center;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .footer__logo {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .footer__logo {
    text-align: left;
  }
}

.footer__logo-img {
  width: 153px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .footer__logo-img {
    width: 183px;
  }
}

@media (min-width: 1200px) {
  .footer__logo-img {
    width: 183px;
  }
}

.footer__dl {
  margin-top: 24px;
  padding-top: 4px;
  padding-bottom: 4px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .footer__dl {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .footer__dl {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.footer-dl__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-dl__row + .footer-dl__row {
  margin-top: 8px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .footer-dl__row + .footer-dl__row {
    margin-top: 12px;
  }
}

@media (min-width: 1200px) {
  .footer-dl__row + .footer-dl__row {
    margin-top: 12px;
  }
}

.footer-dl__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  padding-left: 16px;
  position: relative;
  font-size: 12px;
  font-weight: 700;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .footer-dl__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    font-size: 16px;
    line-height: normal;
  }
}

@media (min-width: 1200px) {
  .footer-dl__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    font-size: 16px;
    line-height: normal;
  }
}

.footer-dl__head::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 8px;
  height: 8px;
  background: #9ED0E0;
  border-radius: 50%;
}

.footer-dl__data {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  font-size: 12px;
  white-space: nowrap;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .footer-dl__data {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .footer-dl__data {
    font-size: 16px;
  }
}

.to-top {
  margin-top: 24px;
  text-align: center;
  max-width: 75px;
  width: calc(75 / 375 * 100%);
  aspect-ratio: 75 / 78;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .to-top {
    margin: 0;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 100;
    max-width: 100px;
    width: calc(100 / 1512 * 100%);
    aspect-ratio: 100 / 104;
  }
}

@media (min-width: 1200px) {
  .to-top {
    margin: 0;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 100;
    max-width: 100px;
    width: calc(100 / 1512 * 100%);
    aspect-ratio: 100 / 104;
  }
}

.to-top__link {
  display: block;
  height: 100%;
  opacity: 0;
  visibility: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.to-top__link.is-show {
  opacity: 1;
  visibility: visible;
}

.to-top__img {
  width: 100%;
  height: 100%;
}

.footer__bottom {
  padding-bottom: 24px;
  position: relative;
  margin-top: 69px;
  background: #67B0C7;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .footer__bottom {
    padding-bottom: 32px;
    margin-top: 240px;
  }
}

@media (min-width: 1200px) {
  .footer__bottom {
    padding-bottom: 32px;
    margin-top: 240px;
  }
}

.footer__bottom::before {
  content: "";
  position: absolute;
  top: -45px;
  left: 0;
  width: 100%;
  height: 45px;
  background: repeat url(../img/spot_bg_wave-top.png) center center/96px 45px;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .footer__bottom::before {
    top: -120px;
    left: 0;
    height: 120px;
    background: repeat url(../img/spot_bg_wave-top.png) center center/252px 120px;
  }
}

@media (min-width: 1200px) {
  .footer__bottom::before {
    top: -120px;
    left: 0;
    height: 120px;
    background: repeat url(../img/spot_bg_wave-top.png) center center/252px 120px;
  }
}

.footer__copyright {
  font-size: 10px;
  color: #fff;
  text-align: center;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .footer__copyright {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .footer__copyright {
    font-size: 14px;
  }
}
