@charset "UTF-8";
.header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  width: 100%;
  height: 64px;
  background-color: #fff;
}

.header__inner {
  padding-top: 17px;
  padding-right: 20px;
  padding-bottom: 16px;
  padding-left: 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: 769px) and (max-width: 1280px) {
  .header__inner {
    padding-top: 12px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 1281px) {
  .header__inner {
    padding-top: 12px;
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 12px;
  }
}

.header__logo {
  width: 210px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .header__logo {
    width: 183px;
  }
}
@media screen and (min-width: 1281px) {
  .header__logo {
    width: 183px;
  }
}

.header__logo-link img {
  width: 100%;
}

.header__button {
  position: relative;
  padding-top: 3.6px;
  width: 32px;
  height: 24px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .header__button {
    display: none;
  }
}
@media screen and (min-width: 1281px) {
  .header__button {
    display: none;
  }
}

.header__button-line {
  display: block;
  border-radius: 4px;
  background: #4a3636;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.header__button-line:nth-child(1) {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 25.6px;
  height: 3px;
}
.header__button-line:nth-child(2) {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 3.8px;
  height: 3px;
}
.header__button-line:nth-child(3) {
  position: absolute;
  top: 12px;
  left: 0px;
  width: 32px;
  height: 3px;
}
.header__button-line:nth-child(4) {
  position: absolute;
  top: 24px;
  left: 0px;
  width: 32px;
  height: 3px;
}

.header__nav {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 64px;
  left: 0px;
  z-index: 9999;
  text-align: center;
  background-color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .header__nav {
    display: block;
    position: static;
    width: auto;
  }
}
@media screen and (min-width: 1281px) {
  .header__nav {
    display: block;
    position: static;
    width: auto;
  }
}

.header__nav-list {
  padding-top: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 374px) {
  .header__nav-list {
    padding-top: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .header__nav-list {
    padding-top: 2px;
    padding-right: 1px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8px;
  }
}
@media screen and (min-width: 1281px) {
  .header__nav-list {
    padding-top: 2px;
    padding-right: 1px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 13px;
  }
}

@media screen and (min-width: 1281px) {
  .header__nav-item:nth-child(6) {
    display: none;
  }
}

.header__nav-link {
  color: #4a3636;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.header__nav-link:hover {
  color: #67B0C7;
  text-decoration: underline;
  cursor: pointer;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .header__nav-link {
    font-size: 10px;
  }
}
@media screen and (min-width: 1281px) {
  .header__nav-link {
    font-size: 12px;
  }
}

.button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  display: inline-block;
  color: #4a3636;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  border-radius: 40px;
  border: 2px solid #4a3636;
  background: #fff;
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
  padding: 6px 22px 6px 22px;
  -webkit-transition: background-color 0.7s;
  transition: background-color 0.7s;
}
.button:hover {
  background-color: #FFEE56;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .button {
    height: 36px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1281px) {
  .button {
    height: 36px;
    font-size: 14px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .pc-close {
    display: none;
  }
}
@media screen and (min-width: 1281px) {
  .pc-close {
    display: none;
  }
}

.js-header__button .header__button-line {
  display: block;
  border-radius: 4px;
  background: #4a3636;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.js-header__button .header__button-line:nth-child(1) {
  position: absolute;
  top: 12px;
  left: 0px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 32px;
  height: 3px;
}
.js-header__button .header__button-line:nth-child(2) {
  display: none;
}
.js-header__button .header__button-line:nth-child(3) {
  display: none;
}
.js-header__button .header__button-line:nth-child(4) {
  position: absolute;
  top: 12px;
  left: 0px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 32px;
  height: 3px;
}

.fv {
  position: relative;
  top: 64px;
  height: 554px;
  background-image: url(../img/sp/sp-fv/);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0px 0px 24px 24px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .fv {
    height: 740px;
    background-image: url(../img/fv/top.png);
    border-radius: 0px 0px 40px 40px;
  }
}
@media screen and (min-width: 1281px) {
  .fv {
    height: 740px;
    background-image: url(../img/fv/top.png);
    border-radius: 0px 0px 40px 40px;
  }
}

.fv__inner {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 710px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .fv__inner {
    height: 876px;
  }
}
@media screen and (min-width: 1281px) {
  .fv__inner {
    height: 876px;
    padding-left: 332px;
    padding-right: 332px;
  }
}

.fv__title-box {
  padding-top: 17px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .fv__title-box {
    padding-top: 35px;
  }
}
@media screen and (min-width: 1281px) {
  .fv__title-box {
    padding-top: 35px;
  }
}

.fv__title-text {
  color: #4a3636;
  text-align: center;
  text-shadow: 0px 0px 30px #fff;
  font-family: "Kiwi Maru";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .fv__title-text {
    font-size: 24px;
  }
}
@media screen and (min-width: 1281px) {
  .fv__title-text {
    font-size: 24px;
  }
}

.fv__title-img_box {
  margin-top: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .fv__title-img_box {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1281px) {
  .fv__title-img_box {
    margin-top: 24px;
  }
}

.fv__title-img1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 335px;
  width: 100%;
  padding-left: 0.13px;
  padding-right: 0.51px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .fv__title-img1 {
    max-width: 520px;
    padding-bottom: 0.885px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 1281px) {
  .fv__title-img1 {
    max-width: 520px;
    padding-bottom: 0.885px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.fv__title-img1 img {
  width: 100%;
}

.fv__title-img2 {
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  max-width: 240px;
  width: 72%;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .fv__title-img2 {
    max-width: 356px;
    padding: 0.908px 0.156px 0.767px 0.036px;
  }
}
@media screen and (min-width: 1281px) {
  .fv__title-img2 {
    max-width: 356px;
    padding: 0.908px 0.156px 0.767px 0.036px;
  }
}
.fv__title-img2 img {
  width: 100%;
}

.fv__content-fukidashi {
  display: block;
  position: absolute;
  top: 195px;
  left: calc(50% - 168px);
  width: 142px;
  height: 80px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .fv__content-fukidashi {
    width: 244px;
    top: 276px;
    left: calc(50% - 388px);
  }
}
@media screen and (min-width: 1281px) {
  .fv__content-fukidashi {
    width: 244px;
    top: 276px;
    left: calc(50% - 388px);
  }
}
.fv__content-fukidashi img {
  width: 100%;
}

.fv__content-present {
  position: absolute;
  top: 188px;
  right: calc(50% - 142px);
  width: 110px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .fv__content-present {
    width: 180px;
    top: 293px;
    right: calc(50% - 296px);
  }
}
@media screen and (min-width: 1281px) {
  .fv__content-present {
    width: 180px;
    top: 293px;
    right: calc(50% - 296px);
  }
}
.fv__content-present img {
  width: 100%;
}

.fv__content-smartphone {
  width: 200px;
  height: 408px;
  position: absolute;
  top: 291px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .fv__content-smartphone {
    width: 250px;
    height: 510px;
    top: 310px;
  }
}
@media screen and (min-width: 1281px) {
  .fv__content-smartphone {
    width: 250px;
    height: 510px;
    top: 310px;
  }
}

.fv__smartphone-picture {
  display: block;
  width: 200px;
  height: 408px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .fv__smartphone-picture {
    width: 250px;
    height: 510px;
  }
}
@media screen and (min-width: 1281px) {
  .fv__smartphone-picture {
    width: 250px;
    height: 510px;
  }
}
.fv__smartphone-picture img {
  width: 100%;
}

.fv__smartphone-box {
  overflow: hidden;
  position: absolute;
  top: 122.6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 160px;
  border-radius: 12.8px;
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .fv__smartphone-box {
    width: 200px;
    border-radius: 16px;
    top: 151.6px;
  }
}
@media screen and (min-width: 1281px) {
  .fv__smartphone-box {
    width: 200px;
    border-radius: 16px;
    top: 151.6px;
  }
}

.fv__smartphone-box_title {
  color: #fff;
  padding: 6.4px 9.6px;
  background: linear-gradient(265deg, #ac3790 -3.52%, #d65a5c 44.94%, #f4c06d 92.38%);
  text-align: center;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-family: "Noto Sans JP";
  font-size: 12.8px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .fv__smartphone-box_title {
    padding: 8px 12px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1281px) {
  .fv__smartphone-box_title {
    padding: 8px 12px;
    font-size: 16px;
  }
}

.fv__smartphone-box_texts {
  padding-top: 9.7px;
  padding-bottom: 19.2px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .fv__smartphone-box_texts {
    padding-top: 16px;
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 1281px) {
  .fv__smartphone-box_texts {
    padding-top: 16px;
    padding-bottom: 24px;
  }
}

.fv__smartphone-box_texts1 {
  display: inline-block;
  color: #4a3636;
  text-align: center;
  -webkit-text-stroke-width: 0.8000000119;
  -webkit-text-stroke-color: #000;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  padding-bottom: 3.2px;
  border-bottom: 2.4px solid #ce2073;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .fv__smartphone-box_texts1 {
    font-size: 14px;
    border-bottom: 3px solid #ce2073;
  }
}
@media screen and (min-width: 1281px) {
  .fv__smartphone-box_texts1 {
    font-size: 14px;
    border-bottom: 3px solid #ce2073;
  }
}

.fv__smartphone-box_texts2 {
  margin-top: 3.2px;
  color: #4a3636;
  text-align: center;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .fv__smartphone-box_texts2 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1281px) {
  .fv__smartphone-box_texts2 {
    font-size: 16px;
  }
}

.button2 {
  margin-top: 12.8px;
  display: inline-block;
  color: #4a3636;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  padding: 2px 24px 2px 24px;
  border-radius: 40px;
  border: 2px solid #4a3636;
  background: #fff;
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
  -webkit-transition: background-color 0.7s;
  transition: background-color 0.7s;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .button2 {
    margin-top: 16px;
    font-size: 16px;
    padding: 2px 24px 6px 24px;
  }
}
@media screen and (min-width: 1281px) {
  .button2 {
    margin-top: 16px;
    font-size: 16px;
    padding: 2px 24px 6px 24px;
  }
}
.button2:hover {
  background-color: #ffee56;
  cursor: pointer;
}

.fv__content-food {
  position: absolute;
  bottom: 0px;
  left: calc(50% - 168px);
  width: 90px;
  height: 141px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .fv__content-food {
    width: 207px;
    bottom: 225px;
    left: calc(50% - 422px);
  }
}
@media screen and (min-width: 1281px) {
  .fv__content-food {
    width: 207px;
    bottom: 225px;
    left: calc(50% - 422px);
  }
}
.fv__content-food img {
  width: 100%;
}

.fv__content-cat-black {
  position: absolute;
  bottom: 58px;
  right: calc(50% - 168px);
  width: 62px;
  height: 69px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .fv__content-cat-black {
    width: 170px;
    bottom: 222px;
    right: calc(50% - 360px);
  }
}
@media screen and (min-width: 1281px) {
  .fv__content-cat-black {
    width: 170px;
    bottom: 222px;
    right: calc(50% - 360px);
  }
}
.fv__content-cat-black img {
  width: 100%;
}

.fv__content-cat-blown {
  position: absolute;
  bottom: 0px;
  right: calc(50% - 158px);
  width: 98px;
  height: 72px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .fv__content-cat-blown {
    width: 233px;
    bottom: 98px;
    right: calc(50% - 426px);
  }
}
@media screen and (min-width: 1281px) {
  .fv__content-cat-blown {
    width: 233px;
    bottom: 98px;
    right: calc(50% - 426px);
  }
}
.fv__content-cat-blown img {
  width: 100%;
}

.about {
  overflow: hidden;
  position: relative;
  margin-top: 220px;
  padding-top: 32px;
  padding-left: 20px;
  padding-right: 20px;
  height: 1017px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .about {
    margin-top: 160px;
    padding-top: 80px;
    height: 1180px;
  }
}
@media screen and (min-width: 1281px) {
  .about {
    margin-top: 160px;
    padding-top: 80px;
    padding-left: 332px;
    padding-right: 332px;
    height: 1370px;
  }
}

.about__inner {
  position: relative;
  z-index: 10;
  text-align: center;
  max-width: 355px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 40px;
  background-color: #fff;
  border-radius: 24px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .about__inner {
    max-width: 605px;
    padding-left: 110px;
    padding-right: 110px;
    border-radius: 40px;
  }
}
@media screen and (min-width: 1281px) {
  .about__inner {
    max-width: 845px;
    padding-left: 110px;
    padding-right: 110px;
    border-radius: 40px;
  }
}

.about-title {
  text-align: center;
}

.about-title-box_img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 37.333px;
  height: 37.333px;
}
@media screen and (min-width: 1281px) {
  .about-title-box_img {
    width: 48px;
    height: 48px;
  }
}
.about-title-box_img img {
  width: 100%;
}

.about-title-box_text {
  margin-top: 6px;
}
@media screen and (min-width: 1281px) {
  .about-title-box_text {
    margin-top: 8px;
  }
}

.about-title-box_text-en {
  display: block;
  color: #4a3636;
  text-align: center;
  font-family: Courgette;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
@media screen and (min-width: 1281px) {
  .about-title-box_text-en {
    font-size: 20px;
  }
}

.about-title-box_text-ja {
  margin-top: 6px;
  display: inline-block;
  color: #4a3636;
  text-align: center;
  font-family: "Kiwi Maru";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  padding-bottom: 6px;
  border-bottom: 6px solid #ffee56;
}
@media screen and (min-width: 1281px) {
  .about-title-box_text-ja {
    font-size: 32px;
    padding-bottom: 8px;
    border-bottom: 8px solid #ffee56;
  }
}

.about__title-img1 {
  position: absolute;
  top: 34px;
  left: calc(50% - 135px);
  width: 85px;
}
@media screen and (min-width: 1281px) {
  .about__title-img1 {
    width: 143px;
    top: 42px;
    left: calc(50% - 338px);
  }
}
.about__title-img1 img {
  width: 100%;
}

.about__title-img2 {
  position: absolute;
  top: 32px;
  right: calc(50% - 147px);
  width: 85px;
}
@media screen and (min-width: 1281px) {
  .about__title-img2 {
    width: 143px;
    top: 50px;
    right: calc(50% - 340px);
  }
}
.about__title-img2 img {
  width: 100%;
}

.about__inner-title {
  margin-top: 24px;
  color: #4a3636;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 1281px) {
  .about__inner-title {
    margin-top: 33px;
    font-size: 16px;
  }
}

.about_sp-close {
  display: none;
}
@media screen and (min-width: 1281px) {
  .about_sp-close {
    display: inline-block;
    color: #4a3636;
    text-align: center;
    -webkit-font-feature-settings: "pref" on;
            font-feature-settings: "pref" on;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
  }
}

.about__inner-text {
  margin-top: 24px;
  color: #4a3636;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 1281px) {
  .about__inner-text {
    margin-top: 33px;
    font-size: 16px;
  }
}

.about__inner-text2 {
  display: block;
  margin-top: 18px;
}
@media screen and (min-width: 1281px) {
  .about__inner-text2 {
    margin-top: 28px;
  }
}

.about__inner-text3 {
  display: block;
  margin-top: 18px;
}
@media screen and (min-width: 1281px) {
  .about__inner-text3 {
    margin-top: 28px;
  }
}

.about__inner-text4 {
  display: block;
  margin-top: 18px;
}
@media screen and (min-width: 1281px) {
  .about__inner-text4 {
    margin-top: 25px;
  }
}

.text_under-line {
  color: #4a3636;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-decoration-line: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.text_under-line:hover {
  color: #67b0c7;
  cursor: pointer;
}
@media screen and (min-width: 1281px) {
  .text_under-line {
    font-size: 16px;
  }
}

.text_bold {
  color: #4a3636;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 1281px) {
  .text_bold {
    font-size: 16px;
  }
}

.about__inner-title2 {
  display: inline-block;
  margin-top: 24px;
  padding-top: 8px;
  padding-bottom: 6px;
  color: #4a3636;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  border-bottom: 2px dashed #9ed0e0;
}
@media screen and (min-width: 1281px) {
  .about__inner-title2 {
    margin-top: 32px;
    font-size: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.button3 {
  display: inline-block;
  margin-top: 24px;
  padding: 6px 24px 4px 24px;
  color: #4a3636;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  border-radius: 40px;
  border: 2px solid #4a3636;
  background: #fff;
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.button3:hover {
  background-color: #ffee56;
  cursor: pointer;
}
@media screen and (min-width: 1281px) {
  .button3 {
    margin-top: 32px;
    font-size: 20px;
    padding: 10px 40px 8px 40px;
    border: 3px solid #4a3636;
  }
}

.about__content {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 100%;
  width: 655px;
  height: 934px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .about__content {
    width: 2416px;
    height: 1218px;
  }
}
@media screen and (min-width: 1281px) {
  .about__content {
    width: 2416px;
    height: 1218px;
  }
}

.about__content-pawpads {
  position: absolute;
  top: 22px;
  right: 0px;
  width: 54px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .about__content-pawpads {
    width: 100px;
    top: 0px;
    right: 30px;
  }
}
@media screen and (min-width: 1281px) {
  .about__content-pawpads {
    width: 100px;
    top: 0px;
    right: 166px;
  }
}
.about__content-pawpads img {
  width: 100%;
}

.about__content-line {
  display: none;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .about__content-line {
    position: absolute;
    top: 60px;
    left: calc(50% - 590px);
    display: block;
  }
}
@media screen and (min-width: 1281px) {
  .about__content-line {
    position: absolute;
    top: 60px;
    left: calc(50% - 778px);
    display: block;
  }
}

.about__content-left {
  position: absolute;
  top: 426px;
  left: calc(50% - 327px);
  display: block;
  width: 200px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .about__content-left {
    position: absolute;
    top: 155px;
    left: calc(50% - 645px);
    width: 380px;
  }
}
@media screen and (min-width: 1281px) {
  .about__content-left {
    position: absolute;
    top: 155px;
    left: calc(50% - 1095px);
    width: 480px;
  }
}
.about__content-left img {
  width: 100%;
}

.about__content-right {
  position: absolute;
  top: 304px;
  right: calc(50% - 328px);
  display: block;
  width: 200px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .about__content-right {
    position: absolute;
    top: 153px;
    right: calc(50% - 645px);
    width: 380px;
  }
}
@media screen and (min-width: 1281px) {
  .about__content-right {
    position: absolute;
    top: 153px;
    right: calc(50% - 1040px);
    width: 480px;
  }
}
.about__content-right img {
  width: 100%;
}

.about__content-arrow {
  position: absolute;
  top: 740px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .about__content-arrow {
    position: absolute;
    top: 710px;
    left: 50%;
    width: 140px;
  }
}
@media screen and (min-width: 1281px) {
  .about__content-arrow {
    position: absolute;
    top: 910px;
    left: 50%;
    width: 140px;
  }
}
.about__content-arrow img {
  width: 100%;
}

.about__content-wavyline1 {
  display: none;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .about__content-wavyline1 {
    position: absolute;
    top: 570px;
    right: -565px;
    width: 806.851px;
    display: block;
  }
}
@media screen and (min-width: 1281px) {
  .about__content-wavyline1 {
    position: absolute;
    top: 680px;
    right: -565px;
    width: 806.851px;
    display: block;
  }
}
.about__content-wavyline1 img {
  width: 100%;
}

.about__content-wavyline2 {
  display: none;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .about__content-wavyline2 {
    position: absolute;
    top: 600px;
    right: -498px;
    width: 806.851px;
    display: block;
  }
}
@media screen and (min-width: 1281px) {
  .about__content-wavyline2 {
    position: absolute;
    top: 715px;
    right: -498px;
    width: 806.851px;
    display: block;
  }
}
.about__content-wavyline2 img {
  width: 100%;
}

.about__content-good {
  position: absolute;
  top: 794px;
  right: calc(50% - 130px);
  width: 133px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .about__content-good {
    position: absolute;
    top: 795px;
    right: calc(50% - 480px);
    width: 308px;
  }
}
@media screen and (min-width: 1281px) {
  .about__content-good {
    position: absolute;
    top: 838px;
    right: calc(50% - 682px);
    width: 308px;
  }
}
.about__content-good img {
  width: 100%;
}

.about__content-group {
  position: absolute;
  top: 752px;
  right: calc(50% - 166px);
  width: 48px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .about__content-group {
    position: absolute;
    top: 683px;
    right: calc(50% - 400px);
    width: 101px;
  }
}
@media screen and (min-width: 1281px) {
  .about__content-group {
    position: absolute;
    top: 683px;
    right: calc(50% - 605px);
    width: 101px;
  }
}
.about__content-group img {
  width: 100%;
}

.about__content-road {
  position: absolute;
  top: 740px;
  left: 0;
  width: 142px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .about__content-road {
    position: absolute;
    top: 255px;
    left: -155px;
    width: 427px;
  }
}
@media screen and (min-width: 1281px) {
  .about__content-road {
    position: absolute;
    top: 400px;
    left: -105px;
    width: 427px;
  }
}
.about__content-road img {
  width: 100%;
}

.about__content-onomichi {
  position: absolute;
  top: 880px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 355px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .about__content-onomichi {
    position: absolute;
    top: 952px;
    left: 50%;
    width: 730px;
  }
}
@media screen and (min-width: 1281px) {
  .about__content-onomichi {
    position: absolute;
    top: 1075px;
    left: 50%;
    width: 891px;
  }
}
.about__content-onomichi img {
  width: 100%;
}

.step {
  overflow: hidden;
  margin-top: 32.8px;
  padding-top: 32px;
  padding-bottom: 16px;
}
@media screen and (min-width: 1281px) {
  .step {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.step__inner {
  position: relative;
  text-align: center;
}

.step-title_img img {
  width: 100%;
}

.step__inner-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: 33px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .step__inner-list {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    -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;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    gap: 0;
  }
}
@media screen and (min-width: 1281px) {
  .step__inner-list {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    -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;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    gap: 0;
  }
}

.step__inner-item {
  padding-bottom: 16px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .step__inner-item:nth-child(2) {
    margin-top: 69px;
  }
}
@media screen and (min-width: 1281px) {
  .step__inner-item:nth-child(2) {
    margin-top: 69px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .step__inner-item {
    padding-bottom: 0;
    width: 300px;
    height: 380px;
  }
}
@media screen and (min-width: 1281px) {
  .step__inner-item {
    padding-bottom: 0;
    width: 320px;
    height: 484px;
  }
}

.step__inner-item_img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 196px;
  height: 210px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .step__inner-item_img {
    width: 196px;
    height: 210px;
  }
}
@media screen and (min-width: 1281px) {
  .step__inner-item_img {
    width: 280px;
    height: 300px;
  }
}
.step__inner-item_img img {
  width: 100%;
}

.step__inner-item_title {
  margin-top: 16px;
  color: #4a3636;
  text-align: center;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .step__inner-item_title {
    margin-top: 24px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1281px) {
  .step__inner-item_title {
    margin-top: 24px;
    font-size: 20px;
  }
}

.step__inner-item_text {
  margin-top: 16px;
  color: #4a3636;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .step__inner-item_text {
    font-size: 12px;
  }
}
@media screen and (min-width: 1281px) {
  .step__inner-item_text {
    font-size: 16px;
  }
}

.step-text_under-line {
  color: var(--LP-Blown, #4a3636);
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .step-text_under-line {
    font-size: 12px;
  }
}
@media screen and (min-width: 1281px) {
  .step-text_under-line {
    font-size: 16px;
  }
}

.step__inner-item_link {
  margin-top: 16px;
  display: inline-block;
  color: #4a3636;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  background: #fff;
  padding-top: 9px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
}
.step__inner-item_link:hover {
  border: 1px solid #67B0C7;
  cursor: pointer;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .step__inner-item_link {
    font-size: 14px;
  }
}
@media screen and (min-width: 1281px) {
  .step__inner-item_link {
    font-size: 16px;
  }
}
.step__inner-item_link img {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 8px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .step__inner-item_link img {
    width: 24px;
    height: 24px;
  }
}
@media screen and (min-width: 1281px) {
  .step__inner-item_link img {
    width: 24px;
    height: 24px;
  }
}

.step-text_bold {
  color: #4a3636;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .step-text_bold {
    font-size: 12px;
  }
}
@media screen and (min-width: 1281px) {
  .step-text_bold {
    font-size: 16px;
  }
}

@media screen and (min-width: 1281px) {
  .step__inner-link {
    margin-top: 40px;
  }
}

.step_map {
  position: absolute;
  top: 0px;
  left: calc(50% - 188px);
  display: block;
  width: 149px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .step_map {
    top: 30px;
    left: -90px;
    z-index: -1;
    width: 250px;
  }
}
@media screen and (min-width: 1281px) {
  .step_map {
    width: 500px;
    padding: 0px 40px 60.504px 0px;
    top: -65px;
    left: calc(50% - 720px);
    z-index: -1;
  }
}
.step_map img {
  width: 100%;
}

.step_cat-blown {
  position: absolute;
  top: 0px;
  right: calc(50% - 163px);
  width: 105px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .step_cat-blown {
    top: 30px;
    right: 20px;
  }
}
@media screen and (min-width: 1281px) {
  .step_cat-blown {
    width: 238px;
    top: -30px;
    right: calc(50% - 525px);
  }
}
.step_cat-blown img {
  width: 100%;
}

.step_cat-black {
  position: absolute;
  top: 5px;
  right: calc(50% - 218px);
  width: 94px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .step_cat-black {
    top: 40px;
    right: -30px;
  }
}
@media screen and (min-width: 1281px) {
  .step_cat-black {
    width: 214px;
    top: -20px;
    right: calc(50% - 650px);
  }
}
.step_cat-black img {
  width: 100%;
}

.step_direction1 {
  position: absolute;
  top: 72px;
  right: calc(50% - 168px);
  width: 55px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .step_direction1 {
    top: 130px;
    right: 0px;
  }
}
@media screen and (min-width: 1281px) {
  .step_direction1 {
    width: 100px;
    top: 145px;
    right: calc(50% - 720px);
  }
}
.step_direction1 img {
  width: 100%;
}

.step_direction2 {
  position: absolute;
  top: 548px;
  left: calc(50% - 168px);
  width: 55px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .step_direction2 {
    top: 470px;
    left: 0px;
    z-index: -1;
  }
}
@media screen and (min-width: 1281px) {
  .step_direction2 {
    width: 100px;
    top: 575px;
    left: calc(50% - 720px);
  }
}
.step_direction2 img {
  width: 100%;
}

.step_direction3 {
  position: absolute;
  bottom: 360px;
  right: calc(50% - 168px);
  width: 55px;
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .step_direction3 {
    display: none;
  }
}
@media screen and (min-width: 1281px) {
  .step_direction3 {
    display: none;
  }
}
.step_direction3 img {
  width: 100%;
}

.step_device1 {
  position: absolute;
  top: 533px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 8px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .step_device1 {
    width: 100px;
    top: 280px;
    left: calc(50% - 153px);
  }
}
@media screen and (min-width: 1281px) {
  .step_device1 {
    width: 100px;
    top: 387px;
    left: calc(50% - 200px);
  }
}
.step_device1 img {
  width: 100%;
}

.step_device2 {
  position: absolute;
  top: 927px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 8px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .step_device2 {
    width: 113px;
    top: 280px;
    left: calc(50% + 167px);
  }
}
@media screen and (min-width: 1281px) {
  .step_device2 {
    width: 113px;
    top: 387px;
    left: calc(50% + 160px);
  }
}
.step_device2 img {
  width: 100%;
}

.swiper1 {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .swiper1 {
    height: 150px;
  }
}
@media screen and (min-width: 1281px) {
  .swiper1 {
    height: 200px;
  }
}

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

.swiper1-slide {
  width: 100px !important;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .swiper1-slide {
    width: 150px !important;
  }
}
@media screen and (min-width: 1281px) {
  .swiper1-slide {
    width: 200px !important;
  }
}

.swiper-slide_img {
  width: 100px;
  height: 100px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .swiper-slide_img {
    width: 150px;
    height: 150px;
  }
}
@media screen and (min-width: 1281px) {
  .swiper-slide_img {
    width: 200px;
    height: 200px;
  }
}
.swiper-slide_img img {
  width: 100%;
}

.prizes {
  overflow: hidden;
  position: relative;
  padding-top: 105px;
  padding-bottom: 182px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .prizes {
    padding-top: 208px;
    padding-bottom: 553px;
  }
}
@media screen and (min-width: 1281px) {
  .prizes {
    padding-top: 208px;
    padding-bottom: 553px;
  }
}

.prizes__inner {
  position: relative;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 24px;
  background-color: #fff;
  padding-top: 60.33px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 34.67px;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .prizes__inner {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 67.33px;
    padding-bottom: 50.67px;
  }
}
@media screen and (min-width: 1281px) {
  .prizes__inner {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 67.33px;
    padding-bottom: 50.67px;
  }
}

.prizes__inner-left {
  display: none;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .prizes__inner-left {
    position: absolute;
    top: -118px;
    left: 0px;
    display: block;
    width: 250px;
  }
}
@media screen and (min-width: 1281px) {
  .prizes__inner-left {
    position: absolute;
    top: -118px;
    left: 0px;
    display: block;
    width: 315px;
  }
}
.prizes__inner-left img {
  width: 100%;
}

.prizes__inner-right {
  display: none;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .prizes__inner-right {
    position: absolute;
    top: -118px;
    right: 0px;
    display: block;
    width: 250px;
  }
}
@media screen and (min-width: 1281px) {
  .prizes__inner-right {
    position: absolute;
    top: -118px;
    right: 0px;
    display: block;
    width: 315px;
  }
}
.prizes__inner-right img {
  width: 100%;
}

.prizes__inner-top_img {
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 237.6px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .prizes__inner-top_img {
    width: 365.624px;
    top: -149px;
  }
}
@media screen and (min-width: 1281px) {
  .prizes__inner-top_img {
    width: 365.624px;
    top: -149px;
  }
}
.prizes__inner-top_img img {
  width: 100%;
}

.prizes-title {
  position: absolute;
  top: -62px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .prizes-title {
    top: -118px;
  }
}
@media screen and (min-width: 1281px) {
  .prizes-title {
    top: -118px;
  }
}

.prizes-title_img img {
  width: 100%;
}

.prizes__inner-text {
  color: #4a3636;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .prizes__inner-text {
    font-size: 12px;
  }
}
@media screen and (min-width: 1281px) {
  .prizes__inner-text {
    font-size: 16px;
  }
}

.prizes__inner-list {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .prizes__inner-list {
    margin-top: 30px;
    gap: 35px;
  }
}
@media screen and (min-width: 1281px) {
  .prizes__inner-list {
    margin-top: 30px;
    gap: 35px;
  }
}

.prizes__inner-item {
  position: relative;
  padding-top: 24px;
  width: 160px;
  height: 220px;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .prizes__inner-item {
    padding-top: 50px;
    width: 280px;
    height: 360px;
  }
}
@media screen and (min-width: 1281px) {
  .prizes__inner-item {
    padding-top: 50px;
    width: 440px;
    height: 510px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .prizes__inner-item2 {
    width: 280px;
    height: 360px;
  }
}
@media screen and (min-width: 1281px) {
  .prizes__inner-item2 {
    width: 280px;
    height: 360px;
  }
}

.prizes__inner-item_img {
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 48px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .prizes__inner-item_img {
    width: 80px;
  }
}
@media screen and (min-width: 1281px) {
  .prizes__inner-item_img {
    width: 100px;
  }
}
.prizes__inner-item_img img {
  width: 100%;
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .prizes__inner-item_img2 {
    top: 8px;
    width: 80px;
  }
}
@media screen and (min-width: 1281px) {
  .prizes__inner-item_img2 {
    top: 8px;
    width: 80px;
  }
}

.prizes__item-box {
  overflow: hidden;
  border-radius: 8px;
  background: #f5f5f5;
}
.prizes__item-box:hover {
  border: 4px solid #9ed0e0;
  cursor: pointer;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .prizes__item-box {
    border-radius: 16px;
  }
}
@media screen and (min-width: 1281px) {
  .prizes__item-box {
    border-radius: 24px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .prizes__item-box2 {
    border-radius: 16px;
  }
}
@media screen and (min-width: 1281px) {
  .prizes__item-box2 {
    border-radius: 16px;
  }
}

.prizes__item-img {
  overflow: hidden;
  display: block;
  width: 160px;
  height: 140px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .prizes__item-img {
    width: 280px;
    height: 240px;
  }
}
@media screen and (min-width: 1281px) {
  .prizes__item-img {
    width: 440px;
    height: 340px;
  }
}
.prizes__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.prizes__item-img img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  cursor: pointer;
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .prizes__item-img2 {
    width: 280px;
    height: 240px;
  }
}
@media screen and (min-width: 1281px) {
  .prizes__item-img2 {
    width: 280px;
    height: 240px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .prizes__item-img_content2 {
    width: 280px;
    height: 240px;
  }
}
@media screen and (min-width: 1281px) {
  .prizes__item-img_content2 {
    width: 280px;
    height: 240px;
  }
}

.prizes__item-box_texts {
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .prizes__item-box_texts {
    padding-top: 12px;
    padding-bottom: 14px;
  }
}
@media screen and (min-width: 1281px) {
  .prizes__item-box_texts {
    padding-top: 27px;
    padding-bottom: 28px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .prizes__item-box_texts2 {
    padding-top: 12px;
    padding-bottom: 14px;
  }
}
@media screen and (min-width: 1281px) {
  .prizes__item-box_texts2 {
    padding-top: 12px;
    padding-bottom: 14px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .padding-plus1 {
    padding-top: 24px;
    padding-bottom: 26px;
  }
}
@media screen and (min-width: 1281px) {
  .padding-plus1 {
    padding-top: 43px;
    padding-bottom: 45px;
  }
}

.padding-plus {
  padding-top: 18px;
  padding-bottom: 18px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .padding-plus {
    padding-top: 24px;
    padding-bottom: 26px;
  }
}
@media screen and (min-width: 1281px) {
  .padding-plus {
    padding-top: 24px;
    padding-bottom: 26px;
  }
}

.prizes__item-box_text {
  color: #4a3636;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .prizes__item-box_text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1281px) {
  .prizes__item-box_text {
    font-size: 20px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .prizes__item-box_text2 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1281px) {
  .prizes__item-box_text2 {
    font-size: 16px;
  }
}

.prizes__item-box_square {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 36px;
  height: 36px;
  background-color: #67b0c7;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.prizes__item-box_square:hover {
  background-color: #9ed0e0;
  cursor: pointer;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .prizes__item-box_square {
    width: 64px;
    height: 64px;
  }
}
@media screen and (min-width: 1281px) {
  .prizes__item-box_square {
    width: 100px;
    height: 100px;
  }
}
.prizes__item-box_square::before {
  position: absolute;
  top: 18px;
  right: 5px;
  content: "";
  display: block;
  width: 11.52px;
  height: 11.52px;
  background-image: url(../img/prizes/prizes__zoom-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .prizes__item-box_square::before {
    width: 20.48px;
    height: 20.48px;
    top: 35px;
    right: 8px;
  }
}
@media screen and (min-width: 1281px) {
  .prizes__item-box_square::before {
    top: 52px;
    right: 14px;
    width: 32px;
    height: 32px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .prizes__item-box_square2 {
    width: 64px;
    height: 64px;
  }
}
@media screen and (min-width: 1281px) {
  .prizes__item-box_square2 {
    width: 64px;
    height: 64px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .prizes__item-box_square2::before {
    width: 20.48px;
    height: 20.48px;
    top: 35px;
    right: 8px;
  }
}
@media screen and (min-width: 1281px) {
  .prizes__item-box_square2::before {
    width: 20.48px;
    height: 20.48px;
    top: 35px;
    right: 8px;
  }
}

.prizes__link {
  margin-top: 18px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .prizes__link {
    margin-top: 46px;
  }
}
@media screen and (min-width: 1281px) {
  .prizes__link {
    margin-top: 46px;
  }
}

.modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
}

.modal__over {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
}

.modal__item {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  width: 336px;
  height: 480px;
  border-radius: 24px;
  background: #fff;
  padding-bottom: 56px;
}
@media screen and (max-width: 374px) {
  .modal__item {
    width: 315px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .modal__item {
    width: 480px;
    height: 650px;
    padding-bottom: 106px;
  }
}
@media screen and (min-width: 1281px) {
  .modal__item {
    width: 480px;
    height: 650px;
    padding-bottom: 106px;
  }
}

.modal__item-img {
  display: block;
  width: 336px;
  height: 210px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .modal__item-img {
    width: 480px;
    height: 300px;
  }
}
@media screen and (min-width: 1281px) {
  .modal__item-img {
    width: 480px;
    height: 300px;
  }
}
.modal__item-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal__item-box {
  text-align: center;
  margin-top: 39px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .modal__item-box {
    margin-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1281px) {
  .modal__item-box {
    margin-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }
}

.modal__item-box_title {
  color: #4a3636;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .modal__item-box_title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1281px) {
  .modal__item-box_title {
    font-size: 20px;
  }
}

.modal__item-box_text {
  margin-top: 12px;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .modal__item-box_text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1281px) {
  .modal__item-box_text {
    font-size: 16px;
  }
}

.modal__item-br {
  display: none;
}
@media screen and (max-width: 374px) {
  .modal__item-br {
    display: block;
  }
}

.modal__item-box_link {
  margin-top: 16px;
  display: inline-block;
  color: #4a3636;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  padding: 4px 22px 5px 22px;
  border-radius: 40px;
  border: 2px solid #4a3636;
  background: var #fff;
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
  -webkit-transition: background-color 0.7s;
  transition: background-color 0.7s;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .modal__item-box_link {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1281px) {
  .modal__item-box_link {
    margin-top: 24px;
  }
}
.modal__item-box_link:hover {
  background-color: #ffee56;
  cursor: pointer;
}

.prizes__bg {
  position: absolute;
  bottom: -34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  width: 580px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .prizes__bg {
    width: 1512px;
  }
}
@media screen and (min-width: 1281px) {
  .prizes__bg {
    width: 1512px;
    bottom: -108px;
  }
}
.prizes__bg img {
  width: 100%;
}

.spots {
  padding-top: 35px;
  background-color: #67b0c7;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .spots {
    padding-top: 86px;
  }
}
@media screen and (min-width: 1281px) {
  .spots {
    padding-top: 86px;
  }
}

.spots__inner {
  position: relative;
  padding-bottom: 30px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .spots__inner {
    padding-left: 240px;
  }
}
@media screen and (min-width: 1281px) {
  .spots__inner {
    padding-left: 240px;
  }
}

.spots__inner-top {
  position: absolute;
  top: -46px;
  left: 0px;
  width: 100%;
  height: 45.714px;
  background-image: url(../img/sport/wave_top.png);
  background-size: contain;
  background-repeat: repeat-x;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .spots__inner-top {
    top: -120px;
    height: 120px;
  }
}
@media screen and (min-width: 1281px) {
  .spots__inner-top {
    top: -120px;
    height: 120px;
  }
}
.spots__inner-top img {
  width: 100%;
}

.spots__inner-bottom {
  position: absolute;
  bottom: -37px;
  left: 0px;
  width: 100%;
  height: 45.714px;
  background-image: url(../img/sport/wave_bottom.png);
  background-size: contain;
  background-repeat: repeat-x;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .spots__inner-bottom {
    bottom: -94px;
    height: 120px;
  }
}
@media screen and (min-width: 1281px) {
  .spots__inner-bottom {
    bottom: -92px;
    height: 120px;
  }
}
.spots__inner-bottom img {
  width: 100%;
}

.spots__inner-pawpads {
  display: none;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .spots__inner-pawpads {
    position: absolute;
    top: 496px;
    left: 36px;
    width: 100px;
    display: block;
  }
}
@media screen and (min-width: 1281px) {
  .spots__inner-pawpads {
    position: absolute;
    top: 496px;
    left: 36px;
    width: 100px;
    display: block;
  }
}
.spots__inner-pawpads img {
  width: 100%;
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .spots__inner-content1 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 35px;
  }
}
@media screen and (min-width: 1281px) {
  .spots__inner-content1 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 35px;
  }
}

.spots__content1-title {
  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;
  gap: 8px;
  padding-bottom: 24px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .spots__content1-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
@media screen and (min-width: 1281px) {
  .spots__content1-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}

.spots__content1-title-img {
  width: 28px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .spots__content1-title-img {
    width: 56px;
  }
}
@media screen and (min-width: 1281px) {
  .spots__content1-title-img {
    width: 56px;
  }
}
.spots__content1-title-img img {
  width: 100%;
}

.spots__content1-title-text {
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: "pwid" on;
          font-feature-settings: "pwid" on;
  font-family: "Kiwi Maru";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .spots__content1-title-text {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 40px;
    letter-spacing: 10px;
  }
}
@media screen and (min-width: 1281px) {
  .spots__content1-title-text {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 40px;
    letter-spacing: 10px;
  }
}

.spots__inner-content2 {
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .spots__inner-content2 {
    margin-top: 64px;
    max-width: 1024px;
    margin-right: auto;
    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;
    gap: 78px;
  }
}
@media screen and (min-width: 1281px) {
  .spots__inner-content2 {
    margin-top: 64px;
    max-width: 1024px;
    margin-right: auto;
    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;
    gap: 78px;
  }
}

.spots__content2-img {
  margin-left: auto;
  margin-right: auto;
  width: 255px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .spots__content2-img {
    width: 495px;
  }
}
@media screen and (min-width: 1281px) {
  .spots__content2-img {
    width: 495px;
  }
}
.spots__content2-img img {
  width: 100%;
}

.spots__content2-box {
  text-align: center;
}

.spots__content2-box_text {
  padding-top: 16px;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 11.444px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .spots__content2-box_text {
    font-size: 14px;
    padding-top: 0;
  }
}
@media screen and (min-width: 1281px) {
  .spots__content2-box_text {
    font-size: 16px;
    padding-top: 0;
  }
}

.spots__content2-box_link {
  margin-top: 24px;
  margin-left: 9px;
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .spots__button4 {
    font-size: 9px !important;
    padding: 10px 12px 12px 12px !important;
  }
}

.swiper2-swiper-slide {
  overflow: hidden;
  width: 240px;
  height: 401px;
  background-color: #fff;
  border-radius: 12px;
  padding-bottom: 31.16px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .swiper2-swiper-slide {
    width: 344px;
    height: 542px;
    border-radius: 24px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1281px) {
  .swiper2-swiper-slide {
    width: 344px;
    height: 542px;
    border-radius: 24px;
    padding-bottom: 40px;
  }
}

.swiper2-swiper-slide_img {
  display: block;
  width: 240px;
  height: 180px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .swiper2-swiper-slide_img {
    width: 344px;
    height: 240px;
  }
}
@media screen and (min-width: 1281px) {
  .swiper2-swiper-slide_img {
    width: 344px;
    height: 240px;
  }
}
.swiper2-swiper-slide_img img {
  width: 100%;
}

.swiper2-swiper-slide_box {
  margin-top: 16px;
  padding-left: 24px;
  padding-right: 24px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .swiper2-swiper-slide_box {
    margin-top: 24px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1281px) {
  .swiper2-swiper-slide_box {
    margin-top: 24px;
    padding-left: 32px;
    padding-right: 32px;
  }
}

.swiper2-swiper-slide_box-title {
  color: #4a3636;
  text-align: center;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .swiper2-swiper-slide_box-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1281px) {
  .swiper2-swiper-slide_box-title {
    font-size: 20px;
  }
}

.swiper2-swiper-slide_box-text {
  text-align: left;
  margin-top: 16px;
  color: #4a3636;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .swiper2-swiper-slide_box-text {
    margin-top: 24px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1281px) {
  .swiper2-swiper-slide_box-text {
    margin-top: 24px;
    font-size: 16px;
  }
}

@media screen and (min-width: 1281px) {
  .swiper2-swiper-button-prev {
    width: 80px;
    height: 80px;
    background-image: url(../img/sport/button-left.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    left: 45px;
    top: 510px;
  }
}
.swiper2-swiper-button-prev::after {
  display: none;
}

@media screen and (min-width: 1281px) {
  .swiper2-swiper-button-next {
    width: 80px;
    height: 80px;
    background-image: url(../img/sport/button-right.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    right: 285px;
    top: 510px;
  }
}
.swiper2-swiper-button-next::after {
  display: none;
}

.qa {
  margin-top: 78px;
  padding-bottom: 30px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .qa {
    margin-top: 213px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1281px) {
  .qa {
    margin-top: 213px;
    padding-bottom: 120px;
  }
}

.qa__inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1281px) {
  .qa__inner {
    padding-left: 244px;
    padding-right: 244px;
  }
}

.qa__inner-content {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (min-width: 1281px) {
  .qa__inner-content {
    margin-top: 40px;
    gap: 24px;
  }
}

.qa__content-box {
  overflow: hidden;
  width: 100%;
  border-radius: 12px;
  border: 2px solid #4a3636;
  background: #fff;
}
@media screen and (min-width: 1281px) {
  .qa__content-box {
    border-radius: 16px;
  }
}

.qa__content-box_top {
  padding-top: 10px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 10px;
  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;
  gap: 12px;
}
@media screen and (min-width: 1281px) {
  .qa__content-box_top {
    padding-top: 20px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}

.qa__content-box_top-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (min-width: 1281px) {
  .qa__content-box_top-title {
    gap: 16px;
  }
}

.qa__content-box_top-title_icon {
  color: #9ed0e0;
  font-family: "Josefin Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
@media screen and (min-width: 1281px) {
  .qa__content-box_top-title_icon {
    font-size: 32px;
  }
}

.qa__content-box_top-title_text {
  color: #4a3636;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 1281px) {
  .qa__content-box_top-title_text {
    font-size: 20px;
  }
}

.qa__content-box_top-button {
  width: 26.182px;
  height: 26.182px;
  background-color: #9ed0e0;
  border-radius: 50%;
  background-image: url(../img/qa/purasu.png);
  background-repeat: no-repeat;
  background-size: 17.455px 17.455px;
  background-position: center center;
}
@media screen and (min-width: 1281px) {
  .qa__content-box_top-button {
    width: 48px;
    height: 48px;
    background-size: 32px 32px;
  }
}

.qa-open {
  width: 26.182px;
  height: 26.182px;
  background-color: #9ed0e0;
  border-radius: 50%;
  background-image: url(../img/qa/mainasu.png);
  background-repeat: no-repeat;
  background-size: 17.455px 17.455px;
  background-position: center center;
}
@media screen and (min-width: 1281px) {
  .qa-open {
    width: 48px;
    height: 48px;
    background-size: 32px 32px;
  }
}

.qa__content-box_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 12px;
  background-color: #f5f5f5;
}
@media screen and (min-width: 1281px) {
  .qa__content-box_bottom {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
  }
}

.qa-close {
  display: none;
}

.qa__content-box_bottom-icon {
  color: #9ed0e0;
  font-family: "Josefin Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
@media screen and (min-width: 1281px) {
  .qa__content-box_bottom-icon {
    font-size: 32px;
  }
}

.qa__content-box_bottom-text {
  color: #4a3636;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 1281px) {
  .qa__content-box_bottom-text {
    font-size: 16px;
  }
}

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

.information__inner {
  padding-top: 16px;
  border: 8px solid #fff;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
}
@media screen and (min-width: 1281px) {
  .information__inner {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 35px;
    padding-left: 40px;
    padding-right: 30px;
    padding-bottom: 15px;
  }
}

.information__table {
  width: 100%;
  margin-top: 24px;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 15px;
}
@media screen and (min-width: 1281px) {
  .information__table {
    margin-top: 40px;
    padding-left: 20px;
  }
}

.information__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: 12px;
}
@media screen and (min-width: 1281px) {
  .information__table-tbody {
    gap: 11px;
  }
}

.information__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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 8px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 1281px) {
  .information__table-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    padding-bottom: 12px;
  }
}
.information__table-row:nth-child(5) {
  border-bottom: none;
}

@media screen and (min-width: 1281px) {
  .information__table-head {
    width: 224px;
  }
}

.information__table-head_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.information__table-head_title-icon {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #9ed0e0;
  border-radius: 50%;
}

.information__table-head_title-text {
  color: #4a3636;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 1281px) {
  .information__table-head_title-text {
    font-size: 16px;
  }
}

.information__table-data {
  text-align: justify;
  color: #4a3636;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 1281px) {
  .information__table-data {
    width: 672px;
    font-size: 16px;
  }
}

.information__table-data_box {
  margin-top: 1px;
  position: relative;
  padding-left: 17px;
}
@media screen and (min-width: 1281px) {
  .information__table-data_box {
    margin-top: 1px;
    padding-left: 26px;
  }
}
.information__table-data_box::before {
  position: absolute;
  top: 1px;
  left: 4px;
  content: "・";
}
.information__table-data_box:nth-child(2) {
  margin-top: -2px;
}
@media screen and (min-width: 1281px) {
  .information__table-data_box:nth-child(2) {
    margin-top: 2px;
  }
}
.information__table-data_box:nth-child(3) {
  margin-top: 0px;
}
.information__table-data_box:nth-child(4) {
  margin-top: 0px;
}
@media screen and (min-width: 1281px) {
  .information__table-data_box:nth-child(4) {
    margin-top: 3px;
  }
}
.information__table-data_box:nth-child(5) {
  margin-top: -2px;
}
@media screen and (min-width: 1281px) {
  .information__table-data_box:nth-child(5) {
    margin-top: 0;
  }
}
.information__table-data_box:nth-child(6) {
  margin-top: 0px;
}
@media screen and (min-width: 1281px) {
  .information__table-data_box:nth-child(6) {
    margin-top: 2px;
  }
}
.information__table-data_box:nth-child(7) {
  margin-top: 0px;
}
.information__table-data_box:nth-child(8) {
  margin-top: 0px;
}
.information__table-data_box:nth-child(9) {
  margin-top: -3px;
}
@media screen and (min-width: 1281px) {
  .information__table-data_box:nth-child(9) {
    margin-top: 1px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .information__link-text1 {
    display: none;
  }
}
@media screen and (min-width: 1281px) {
  .information__link-text1 {
    display: none;
  }
}

.information__link-text2 {
  display: none;
}
@media screen and (min-width: 1281px) {
  .information__link-text2 {
    display: block;
  }
}

.information__table-data_box-text {
  text-align: justify;
  color: #4a3636;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-indent: 0;
}
@media screen and (min-width: 1281px) {
  .information__table-data_box-text {
    font-size: 16px;
  }
}

.information__img {
  display: block;
  width: 100%;
  margin-top: 30px;
}
@media screen and (min-width: 1281px) {
  .information__img {
    margin-top: 120px;
  }
}
.information__img img {
  width: 100%;
}

.contact {
  background-color: #fff;
}

.contact__inner {
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 45px;
}
@media screen and (min-width: 1281px) {
  .contact__inner {
    padding-top: 122px;
    padding-bottom: 120px;
  }
}

.contact__inner-text {
  margin-top: 24px;
  color: #4a3636;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 1281px) {
  .contact__inner-text {
    margin-top: 34px;
    font-size: 16px;
  }
}

.contact__form {
  margin-top: 24px;
}
@media screen and (min-width: 1281px) {
  .contact__form {
    margin-top: 36px;
    margin-left: auto;
    margin-right: auto;
    max-width: 848px;
  }
}

.contact__form-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: 24px;
}
@media screen and (min-width: 1281px) {
  .contact__form-fields {
    gap: 25px;
  }
}

.contact__form-field:nth-child(5) .form__field {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

@media screen and (min-width: 1281px) {
  .form__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 40px;
  }
}

@media screen and (min-width: 1281px) {
  .form__field-head {
    width: 180px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.form__field-label {
  color: #4a3636;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin-right: 7px;
}
@media screen and (min-width: 1281px) {
  .form__field-label {
    font-size: 16px;
    margin-right: 6px;
  }
}

.form__field-icon {
  display: inline-block;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  padding-top: 4px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 4px;
  border-radius: 4px;
  background: #ce2073;
}

.form__field-item {
  position: relative;
}
@media screen and (min-width: 1281px) {
  .form__field-item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.form__field-item [type=radio] {
  margin-top: 8px;
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form__field-item [type=radio]:checked + .form__field-label_radio-text::after {
  opacity: 1;
}
.form__field-item [type=radio]:focus + .form__field-label_radio-text::before {
  border: 1px solid #9ed0e0;
}

.form-name {
  width: 100%;
  margin-top: 8px;
  border: none;
  border-radius: 8px;
  background: #f5f5f5;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
}
.form-name:focus-visible {
  outline: none;
}
.form-name::-webkit-input-placeholder {
  color: #ccc;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.form-name::-moz-placeholder {
  color: #ccc;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.form-name:-ms-input-placeholder {
  color: #ccc;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.form-name::-ms-input-placeholder {
  color: #ccc;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.form-name::placeholder {
  color: #ccc;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 1281px) {
  .form-name::-webkit-input-placeholder {
    font-size: 16px;
  }
  .form-name::-moz-placeholder {
    font-size: 16px;
  }
  .form-name:-ms-input-placeholder {
    font-size: 16px;
  }
  .form-name::-ms-input-placeholder {
    font-size: 16px;
  }
  .form-name::placeholder {
    font-size: 16px;
  }
}

.form-email {
  width: 100%;
  margin-top: 8px;
  border: none;
  border-radius: 8px;
  background: #f5f5f5;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
}
@media screen and (min-width: 1281px) {
  .form-email {
    margin-top: 0;
  }
}
.form-email:focus-visible {
  outline: none;
}
.form-email::-webkit-input-placeholder {
  color: #ccc;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.form-email::-moz-placeholder {
  color: #ccc;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.form-email:-ms-input-placeholder {
  color: #ccc;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.form-email::-ms-input-placeholder {
  color: #ccc;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.form-email::placeholder {
  color: #ccc;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 1281px) {
  .form-email::-webkit-input-placeholder {
    font-size: 16px;
  }
  .form-email::-moz-placeholder {
    font-size: 16px;
  }
  .form-email:-ms-input-placeholder {
    font-size: 16px;
  }
  .form-email::-ms-input-placeholder {
    font-size: 16px;
  }
  .form-email::placeholder {
    font-size: 16px;
  }
}

.form__field-label_radios {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (min-width: 1281px) {
  .form__field-label_radios {
    margin-top: 16px;
  }
}

.form__field-label_radio-text {
  position: relative;
  color: #4a3636;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  padding-left: 32px;
}
@media screen and (min-width: 1281px) {
  .form__field-label_radio-text {
    font-size: 16px;
  }
}
.form__field-label_radio-text::before, .form__field-label_radio-text::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
.form__field-label_radio-text::before {
  width: 24px;
  height: 24px;
  background-color: #f5f5f5;
  left: 0px;
}
.form__field-label_radio-text::after {
  width: 12px;
  height: 12px;
  background-color: #9ed0e0;
  left: 6px;
  opacity: 0;
}

.js-radio::before {
  border: 1px solid #ce2073;
  background-color: #fff0f7;
}

.form__field-item_select {
  margin-top: 8px;
  width: 100%;
  border: none;
  border-radius: 8px;
  background: #f5f5f5;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 52px;
  padding-bottom: 16px;
  color: #4a3636;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form__field-item_select:focus-visible {
  outline: none;
}
@media screen and (min-width: 1281px) {
  .form__field-item_select {
    margin-top: 0;
  }
}

.form__field-item_select-style {
  position: absolute;
  top: 9px;
  right: 1px;
  z-index: 1;
  width: 52px;
  height: 54px;
  padding: 16px 1px 16px 0px;
  background-color: #9ed0e0;
  background-image: url(../img/contact/select-icon.png);
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: center center;
  border-radius: 0 8px 8px 0;
  pointer-events: none;
}
@media screen and (min-width: 1281px) {
  .form__field-item_select-style {
    top: 0;
  }
}

.form__field-textarea {
  margin-top: 8px;
  width: 100%;
  height: 160px;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  border-radius: 8px;
  background: #f5f5f5;
  border: none;
}
.form__field-textarea:focus-visible {
  outline: none;
}
@media screen and (min-width: 1281px) {
  .form__field-textarea {
    margin-top: 0px;
    height: 128px;
  }
}
.form__field-textarea::-webkit-input-placeholder {
  color: #ccc;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.form__field-textarea::-moz-placeholder {
  color: #ccc;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.form__field-textarea:-ms-input-placeholder {
  color: #ccc;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.form__field-textarea::-ms-input-placeholder {
  color: #ccc;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.form__field-textarea::placeholder {
  color: #ccc;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 1281px) {
  .form__field-textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  .form__field-textarea::-moz-placeholder {
    font-size: 16px;
  }
  .form__field-textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  .form__field-textarea::-ms-input-placeholder {
    font-size: 16px;
  }
  .form__field-textarea::placeholder {
    font-size: 16px;
  }
}

.contact__form-privacy {
  margin-top: 24px;
  text-align: center;
}
@media screen and (min-width: 1281px) {
  .contact__form-privacy {
    margin-top: 80px;
  }
}

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

.form-checkbox_text {
  position: relative;
  padding-left: 36px;
  color: var(--LP-Blown, #4a3636);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 1281px) {
  .form-checkbox_text {
    font-size: 16px;
  }
}
.form-checkbox_text::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #f5f5f5;
}
.form-checkbox_text::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5px;
  width: 14px;
  height: 9px;
  background-image: url(../img/contact/check-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0;
}
.form-checkbox_text a {
  color: #4a3636;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.form-checkbox_text a:hover {
  color: #67B0C7;
  cursor: pointer;
}
@media screen and (min-width: 1281px) {
  .form-checkbox_text a {
    font-size: 16px;
  }
}

.js-privacy::before {
  border: 1px solid #ce2073;
  background-color: #fff0f7;
}

.contact__button {
  margin-top: 24px;
}
@media screen and (min-width: 1281px) {
  .contact__button {
    margin-top: 38px;
  }
}

.contact__button {
  text-align: center;
}

.contact__button-input {
  color: #4a3636;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  display: inline-block;
  height: 40px;
  padding: 6px 24px 8px 24px;
  border-radius: 40px;
  border: 2px solid #4a3636;
  background: #fff;
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.contact__button-input:hover {
  background-color: #ffee56;
  cursor: pointer;
}
@media screen and (min-width: 1281px) {
  .contact__button-input {
    width: 240px;
  }
}

.form-error_text {
  display: none;
  font-size: 14px;
  color: #ce2073;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}

.input-focus {
  border: 1px solid #9ed0e0 !important;
  background: #e9f6f8 !important;
}

.input-er {
  border: 1px solid #ce2073;
  background: #fff0f7;
}

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

.footer__inner {
  position: relative;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.footer__inner-top_text {
  color: #4a3636;
  font-family: "Josefin Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
@media screen and (min-width: 1281px) {
  .footer__inner-top_text {
    font-size: 24px;
  }
}

.footer__inner-top_box {
  margin-top: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 46px;
  padding-bottom: 48px;
}
@media screen and (min-width: 1281px) {
  .footer__inner-top_box {
    padding-bottom: 120px;
  }
}

.footer__inner-top_box-icon {
  width: 26.667px;
  height: 18.667px;
}
@media screen and (min-width: 1281px) {
  .footer__inner-top_box-icon {
    width: 33.333px;
    height: 23.333px;
  }
}
.footer__inner-top_box-icon img {
  width: 100%;
}

.footer__inner-img {
  position: absolute;
  top: 95px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 330px;
}
@media screen and (min-width: 1281px) {
  .footer__inner-img {
    top: 135px;
    width: 740px;
  }
}
.footer__inner-img img {
  width: 100%;
}

.footer__inner-bottom {
  margin-top: 13px;
  border-radius: 16px;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .footer__inner-bottom {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1281px) {
  .footer__inner-bottom {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.footer__inner-bottom_map {
  width: 100%;
  height: 268px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .footer__inner-bottom_map {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 390px;
    height: 400px;
  }
}
@media screen and (min-width: 1281px) {
  .footer__inner-bottom_map {
    width: 512px;
    height: 400px;
  }
}

.footer-map {
  width: 100%;
  height: 100%;
}

.footer__inner-bottom_box {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .footer__inner-bottom_box {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 0;
    padding-top: 106px;
    padding-left: 61.5px;
    padding-right: 61.5px;
    padding-bottom: 106px;
  }
}
@media screen and (min-width: 1281px) {
  .footer__inner-bottom_box {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 0;
    padding-top: 106px;
    padding-left: 61.5px;
    padding-right: 61.5px;
    padding-bottom: 106px;
  }
}

.footer__inner-bottom_box-img {
  margin-left: auto;
  margin-right: auto;
  width: 153px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .footer__inner-bottom_box-img {
    width: 183px;
  }
}
@media screen and (min-width: 1281px) {
  .footer__inner-bottom_box-img {
    width: 183px;
    margin-left: 0;
  }
}
.footer__inner-bottom_box-img img {
  width: 100%;
}

.footer__table {
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 28px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .footer__table {
    padding-top: 22px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1281px) {
  .footer__table {
    padding-top: 22px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}

.footer__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: 4px;
}
@media screen and (min-width: 1281px) {
  .footer__table-tbody {
    gap: 8px;
  }
}

.footer__table-head {
  position: relative;
  color: #4a3636;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  padding-left: 16px;
  -moz-text-align-last: left;
       text-align-last: left;
  width: 78px;
}
@media screen and (max-width: 374px) {
  .footer__table-head {
    font-size: 10px;
    width: 59px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .footer__table-head {
    font-size: 10px;
    width: 66px;
  }
}
@media screen and (min-width: 1281px) {
  .footer__table-head {
    font-size: 16px;
    width: 115px;
  }
}
.footer__table-head::before {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #9ed0e0;
  border-radius: 50%;
}

.footer__table-data {
  color: #4a3636;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-align: left;
}
@media screen and (max-width: 374px) {
  .footer__table-data {
    font-size: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .footer__table-data {
    font-size: 9px;
  }
}
@media screen and (min-width: 1281px) {
  .footer__table-data {
    font-size: 16px;
  }
}

.footer__inner-pawpads {
  display: none;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .footer__inner-pawpads {
    display: none;
  }
}
@media screen and (min-width: 1281px) {
  .footer__inner-pawpads {
    display: block;
    position: absolute;
    right: 80px;
    top: -40px;
    z-index: -1;
    width: 100px;
  }
}
.footer__inner-pawpads img {
  width: 100%;
}

.footer__copy {
  position: relative;
  margin-top: 165.71px;
  padding-bottom: 24px;
  background-color: #67b0c7;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .footer__copy {
    margin-top: 235px;
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 1281px) {
  .footer__copy {
    margin-top: 235px;
    padding-bottom: 32px;
  }
}

.footer__copy-img {
  position: absolute;
  top: -40px;
  left: 0px;
  width: 100%;
  height: 45.714px;
  background-image: url(../img/sp/sp-footer/sp-footer_wave.png);
  background-repeat: repeat-x;
  background-size: 96px 45.714px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .footer__copy-img {
    top: -118px;
    height: 120px;
    background-image: url(../img/footer/footer_wave.png);
    background-size: 252px 120px;
  }
}
@media screen and (min-width: 1281px) {
  .footer__copy-img {
    top: -118px;
    height: 120px;
    background-image: url(../img/footer/footer_wave.png);
    background-size: 252px 120px;
  }
}

.footer__copy-text {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .footer__copy-text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1281px) {
  .footer__copy-text {
    font-size: 14px;
  }
}

.footer__pagetop-button {
  display: none;
  position: fixed;
  bottom: 112px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  z-index: 50;
  width: 78px;
}
@media screen and (max-width: 374px) {
  .footer__pagetop-button {
    width: 50px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .footer__pagetop-button {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    right: 90px;
  }
}
@media screen and (min-width: 1281px) {
  .footer__pagetop-button {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    right: 90px;
  }
}
.footer__pagetop-button img {
  width: 100%;
}

body {
  background-color: #E9F6F8;
}

.sp-close {
  display: none;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .sp-close {
    display: inline-block;
    color: #4A3636;
    text-align: center;
    -webkit-font-feature-settings: "pref" on;
            font-feature-settings: "pref" on;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
  }
}
@media screen and (min-width: 1281px) {
  .sp-close {
    display: inline-block;
    color: #4A3636;
    text-align: center;
    -webkit-font-feature-settings: "pref" on;
            font-feature-settings: "pref" on;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
  }
}

.title-box {
  text-align: center;
}

.title-box_img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 37.333px;
  height: 37.333px;
}
@media screen and (min-width: 1281px) {
  .title-box_img {
    width: 48px;
    height: 48px;
  }
}
.title-box_img img {
  width: 100%;
}

.title-box_text {
  margin-top: 6px;
}
@media screen and (min-width: 1281px) {
  .title-box_text {
    margin-top: 8px;
  }
}

.title-box_text-en {
  display: block;
  color: #4A3636;
  text-align: center;
  font-family: Courgette;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
@media screen and (min-width: 1281px) {
  .title-box_text-en {
    font-size: 20px;
  }
}

.title-box_text-ja {
  margin-top: 6px;
  display: inline-block;
  color: #4A3636;
  text-align: center;
  font-family: "Kiwi Maru";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  padding-bottom: 6px;
  border-bottom: 6px solid #FFEE56;
}
@media screen and (min-width: 1281px) {
  .title-box_text-ja {
    font-size: 32px;
    padding-bottom: 8px;
    border-bottom: 8px solid #FFEE56;
  }
}

.button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  display: inline-block;
  color: #4A3636;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  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: 6px 22px 6px 22px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.button:hover {
  background-color: #FFEE56;
  cursor: pointer;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .button {
    height: 36px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1281px) {
  .button {
    height: 36px;
    font-size: 14px;
  }
}

.button2 {
  margin-top: 12.8px;
  display: inline-block;
  color: #4A3636;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  padding: 2px 24px 2px 24px;
  border-radius: 40px;
  border: 2px solid #4A3636;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 0px 0px #4A3636;
          box-shadow: 0px 4px 0px 0px #4A3636;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .button2 {
    margin-top: 16px;
    font-size: 16px;
    padding: 2px 24px 6px 24px;
  }
}
@media screen and (min-width: 1281px) {
  .button2 {
    margin-top: 16px;
    font-size: 16px;
    padding: 2px 24px 6px 24px;
  }
}
.button2:hover {
  background-color: #FFEE56;
  cursor: pointer;
}

.button3 {
  display: inline-block;
  margin-top: 24px;
  padding: 6px 24px 4px 24px;
  color: #4A3636;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  border-radius: 40px;
  border: 2px solid #4A3636;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 0px 0px #4A3636;
          box-shadow: 0px 4px 0px 0px #4A3636;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.button3:hover {
  background-color: #FFEE56;
  cursor: pointer;
}
@media screen and (min-width: 1281px) {
  .button3 {
    margin-top: 32px;
    font-size: 20px;
    padding: 10px 40px 8px 40px;
    border: 3px solid #4A3636;
  }
}

.button4 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  color: #4A3636;
  -webkit-font-feature-settings: "pref" on;
          font-feature-settings: "pref" on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  padding-top: 4px;
  padding-bottom: 5px;
  padding-left: 22px;
  padding-right: 22px;
  border-radius: 40px;
  border: 2px solid #4A3636;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 0px 0px #4A3636;
          box-shadow: 0px 4px 0px 0px #4A3636;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 374px) {
  .button4 {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .button4 {
    font-size: 14px;
    border: 3px solid #4A3636;
    padding: 10px 40px 12px 40px;
  }
}
@media screen and (min-width: 1281px) {
  .button4 {
    font-size: 20px;
    border: 3px solid #4A3636;
    padding: 10px 40px 12px 40px;
  }
}
.button4:hover {
  background-color: #FFEE56;
  cursor: pointer;
}