@charset "UTF-8";
body {
  font-family: "Noto Sans JP", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  background: #E9F6F8;
  /* 320px以下の画面幅に対するスタイル */
}
@media (max-width: 320px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #4A3636;
}
a:hover {
  text-decoration: underline;
  color: #9ED0E0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

ul a:hover {
  text-decoration: underline;
  color: #9ED0E0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.wrapper {
  overflow: hidden;
}

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

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

.button {
  border-radius: 40px;
  padding-top: 2px;
  padding-bottom: 4px;
  padding-inline: 20px;
  border: 2px solid #4A3636;
  background: #fff;
  -webkit-box-shadow: 0px 4px 0px 0px #4A3636;
          box-shadow: 0px 4px 0px 0px #4A3636;
  color: #4A3636;
  font-family: "Noto Sans JP";
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
}
.button:hover {
  background: #FFEE56;
  color: #4A3636;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.small-button {
  display: inline-block;
  font-size: 12px;
}

.medium-button {
  display: inline-block;
  font-size: 14px;
}
@media screen and (min-width: 900px) {
  .medium-button {
    font-size: 16px;
  }
}

.large-button {
  display: inline-block;
  padding-top: 4px;
  padding-bottom: 6px;
  padding-inline: 22px;
  font-size: 16px;
}
@media (max-width: 320px) {
  .large-button {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  .large-button {
    font-size: 20px;
    padding-top: 8px;
    padding-bottom: 10px;
    padding-inline: 38px;
  }
}

.header__button {
  padding-inline: 27px;
  padding-top: 7px;
  padding-bottom: 9px;
  max-width: 100%;
  font-size: 15px;
}
@media screen and (min-width: 1200px) {
  .header__button {
    margin-top: -3px;
  }
}

.heading {
  position: relative;
  width: 100%;
  max-width: 335px;
  height: 106px;
  max-height: 100%;
  color: #4A3636;
  line-height: 1.25;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.heading::before {
  content: "";
  position: absolute;
  width: 37.333px;
  height: 37.333px;
  background: transparent;
}
@media screen and (min-width: 900px) {
  .heading {
    max-width: 734px;
    margin: 0 auto;
  }
  .heading::before {
    content: "";
    width: 48px;
    height: 48px;
  }
}

.heading-en {
  position: absolute;
  top: 43px;
  left: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-family: "Courgette";
  font-size: 16px;
}
@media screen and (min-width: 900px) {
  .heading-en {
    font-size: 20px;
    top: 56px;
  }
}

.heading-ja {
  position: absolute;
  top: 48px;
  padding-block: 6px;
  font-family: "Kiwi Maru";
  font-size: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  border-bottom: 6px solid #FFEE56;
}
@media screen and (min-width: 900px) {
  .heading-ja {
    font-size: 32px;
    padding-block: 12px;
  }
}

.header {
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  height: 64px;
  background: #fff;
  z-index: 103;
}
@media screen and (min-width: 768px) {
  .header {
    height: 64px;
  }
}

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

.header__logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo img {
  max-width: 210px;
  height: auto;
}
@media screen and (min-width: 900px) {
  .header__logo img {
    max-width: 183px;
    height: auto;
  }
}

.header__icon {
  width: 32px;
  height: 27px;
  position: relative;
  z-index: 104;
  background: transparent;
  border: 0;
  -webkit-transition: transparent 0.4s, -webkit-transform 0.4s;
  transition: transparent 0.4s, -webkit-transform 0.4s;
  transition: transparent 0.4s, transform 0.4s;
  transition: transparent 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.header__icon.is-checked .bar1:nth-of-type(2), .header__icon.is-checked .bar2:nth-of-type(2), .header__icon.is-checked .bar3:nth-of-type(2) {
  display: none;
}
.header__icon.is-checked .bar1:nth-of-type(1), .header__icon.is-checked .bar2:nth-of-type(1), .header__icon.is-checked .bar3:nth-of-type(1) {
  top: 9px;
  width: 32px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 0;
}
.header__icon.is-checked .bar1:nth-of-type(3), .header__icon.is-checked .bar2:nth-of-type(3), .header__icon.is-checked .bar3:nth-of-type(3) {
  top: 9px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: 0;
}
.header__icon.is-checked .bar-dot {
  display: none;
}

.bar1, .bar2, .bar3 {
  position: absolute;
  width: 32px;
  height: 3px;
  border-radius: 10px;
  left: 0;
  background: #4A3636;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}
.bar1:nth-of-type(1), .bar2:nth-of-type(1), .bar3:nth-of-type(1) {
  top: 0;
}
.bar1:nth-of-type(2), .bar2:nth-of-type(2), .bar3:nth-of-type(2) {
  top: 12px;
}
.bar1:nth-of-type(3), .bar2:nth-of-type(3), .bar3:nth-of-type(3) {
  top: 24px;
}

.bar1 {
  width: 25.6px;
}
.bar1.is-checked {
  margin-top: 0;
}

.bar-dot {
  width: 4.5px;
  margin-left: 2px;
  height: 3px;
  background: #4A3636;
  position: absolute;
  right: -6px;
  border-radius: 10px;
}

.header__nav {
  display: none;
}
@media screen and (min-width: 1200px) {
  .header__nav {
    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;
    position: fixed;
    background: #fff;
    z-index: 150;
    background: transparent;
    top: 11px;
    right: 0;
    width: auto;
    height: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 82px 114px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
.header__list.is-checked {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
@media screen and (min-width: 1200px) {
  .header__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    padding: 0;
    gap: 13px;
    margin-right: -10px;
  }
}

.header__item {
  list-style-type: none;
}
.header__item a {
  color: #4A3636;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .header__item a {
    font-size: 12px;
  }
}

.button-header {
  padding: 4px 22px 6px;
}

.drawer__menu {
  display: block;
  position: fixed;
  background: #fff;
  width: 100%;
  height: calc(100vh - 64px);
  top: 47px;
  left: 0;
  z-index: 101;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.drawer__menu.is-checked {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
@media screen and (min-width: 1200px) {
  .drawer__menu {
    background: transparent;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 85px 110px 33px 110px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
.drawer__list.is-checked {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
@media (max-width: 374px) {
  .drawer__list {
    padding: 70px;
  }
}

.drawer__item {
  list-style-type: none;
}
.drawer__item a {
  color: #4A3636;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  text-decoration: none;
}

.drawer__button {
  text-align: center;
}

.fv {
  position: relative;
  margin-top: 64px;
  width: 100%;
  height: 710px;
}
@media screen and (min-width: 900px) {
  .fv {
    height: 835px;
  }
}

.fv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: hidden; /* 追加 */
  height: calc(100% - 156px);
  border-radius: 0 0 40px 40px;
}
.fv__bg img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (min-width: 900px) {
  .fv__bg img {
    width: 100%;
    max-height: 848px;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
}

.fv__inner {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 335px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media screen and (min-width: 900px) {
  .fv__inner {
    max-width: 848px;
    max-height: 800px;
  }
}

.fv__message {
  position: absolute;
  width: 100%;
  height: auto;
  max-width: 375px;
  top: 0;
}
@media screen and (min-width: 900px) {
  .fv__message {
    top: 18px;
    max-width: 520px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.fv__message-text {
  top: 0;
  left: 0;
  color: #4A3636;
  text-align: center;
  text-shadow: 0px 0px 30px #FFF;
  font-family: "Kiwi Maru";
  font-size: 14px;
  line-height: 1.25;
  margin: 0;
  padding: 17px 0 20px;
}
@media screen and (min-width: 768px) {
  .fv__message-text {
    font-size: 24px;
    font-weight: 500;
  }
}

.fv__logo img {
  width: 100%;
  max-width: 335px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .fv__logo img {
    max-width: 520px;
  }
}

.fv__deco-items {
  position: relative;
  width: 100%;
  height: 552px;
  margin-top: 6px;
}
@media screen and (min-width: 900px) {
  .fv__deco-items {
    width: 100%;
    min-width: 848px;
    height: 603px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 0;
  }
}

.fv__deco-fukidashi {
  position: absolute;
  top: 7px;
  left: 0;
}
.fv__deco-fukidashi img {
  width: 100%;
  max-width: 142px;
  height: auto;
}
@media screen and (min-width: 900px) {
  .fv__deco-fukidashi {
    top: 0;
    left: 37px;
  }
  .fv__deco-fukidashi img {
    max-width: 244px;
  }
}

.fv__deco-present {
  position: absolute;
  top: 0;
  right: 25px;
  width: 110px;
}
.fv__deco-present img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 900px) {
  .fv__deco-present {
    top: 17px;
    right: 127px;
    width: 180px;
  }
}

.fv__img-smartphone {
  position: absolute;
  top: 103px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
}
.fv__img-smartphone img {
  max-width: 100%;
  height: auto;
  position: relative;
}
@media screen and (min-width: 900px) {
  .fv__img-smartphone {
    top: 33px;
    width: 250px;
  }
}

.fv__box {
  width: calc(100% - 40px);
  height: 154px;
  position: absolute;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 12.8px;
}
@media screen and (min-width: 900px) {
  .fv__box {
    width: calc(100% - 50px);
    height: 212px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 16px;
  }
}

.fv__box-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 9.6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: linear-gradient(265deg, #AC3790 -3.52%, #D65A5C 44.94%, #F4C06D 92.38%);
  text-align: center;
  font-size: 12.8px;
  border-radius: 12.8px 12.8px 0 0;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .fv__box-title {
    font-size: 16px;
    padding: 8px 12px;
    border-radius: 16px 16px 0 0;
  }
}

.fv__box-content {
  background: #fff;
  padding-top: 12.8px;
  padding-bottom: 15.2px;
  border-radius: 0 0 12.8px 12.8px;
}
@media screen and (min-width: 900px) {
  .fv__box-content {
    padding-top: 10px;
    padding-bottom: 25px;
    border-radius: 0 0 16px 16px;
  }
}

.fv__box-text {
  position: relative;
  color: #4A3636;
  text-align: center;
  font-size: 12px;
  margin-top: 2px;
  margin-bottom: -6px;
}
.fv__box-text::after {
  content: "";
  width: 48px;
  height: 2.4px;
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -2px;
  background-color: #CE2073;
  margin-block: 0;
}
@media screen and (min-width: 900px) {
  .fv__box-text {
    font-size: 14px;
    margin-top: 6px;
  }
  .fv__box-text::after {
    content: "";
    width: 56px;
    height: 3px;
    bottom: -4px;
    background-color: #CE2073;
  }
}

.fv__box-text-bold {
  color: #4A3636;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .fv__box-text-bold {
    font-size: 16px;
  }
}

.fv__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 132px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 3px;
}
@media screen and (min-width: 900px) {
  .fv__button {
    width: 144px;
    padding-bottom: 0;
  }
}

.fv__deco-food {
  position: absolute;
  top: 382px;
  left: 0;
  width: 90px;
}
.fv__deco-food img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 900px) {
  .fv__deco-food {
    top: 233px;
    left: 6px;
    width: 202px;
  }
}

.fv__deco-cat-black {
  position: absolute;
  top: 395px;
  right: 0;
  width: 62px;
}
.fv__deco-cat-black img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 900px) {
  .fv__deco-cat-black {
    top: 309px;
    right: 63px;
    width: 170px;
  }
}

.fv__deco-cat-brown {
  position: absolute;
  top: 450px;
  right: 9px;
  width: 98px;
}
.fv__deco-cat-brown img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 900px) {
  .fv__deco-cat-brown {
    top: 429px;
    right: 0;
    width: 233px;
  }
}

.about__bg {
  margin: -112px auto 112px;
  position: relative;
  max-width: 100%;
  height: 1033px;
}
@media (max-width: 320px) {
  .about__bg {
    height: 1200px;
  }
}
@media screen and (min-width: 768px) {
  .about__bg {
    width: 100%;
    height: 1342px;
    padding: 80px 0 32px;
  }
}
@media screen and (min-width: 900px) {
  .about__bg {
    margin: 0;
    height: 1280px;
  }
}

.about__bg-deco-pattern {
  display: none;
}
@media screen and (min-width: 1200px) {
  .about__bg-deco-pattern {
    display: block;
    position: absolute;
    top: 60px;
    right: calc(50% + 527px);
    width: 250px;
  }
  .about__bg-deco-pattern img {
    max-width: 100%;
    height: auto;
  }
}

.bg-deco-paw {
  position: absolute;
  top: 68px;
  right: calc(50% - 218px);
  width: 54px;
}
.bg-deco-paw img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 900px) {
  .bg-deco-paw {
    top: 0;
    left: calc(50% + 490px);
    width: 100px;
  }
}

.about__bg-img-right {
  position: absolute;
  top: 416px;
  left: calc(50% + 128px);
  width: 200px;
}
.about__bg-img-right img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 900px) {
  .about__bg-img-right {
    display: block;
    top: 153px;
    left: calc(50% + 560px);
    width: 480px;
  }
}

.about__bg-img-left {
  position: absolute;
  top: 540px;
  right: calc(50% + 128px);
  width: 200px;
}
.about__bg-img-left img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 900px) {
  .about__bg-img-left {
    top: 156px;
    right: calc(50% + 615px);
    width: 480px;
  }
}

.about__bg-deco-button {
  position: absolute;
  top: 865px;
  left: calc(50% + 118px);
  width: 48px;
}
.about__bg-deco-button img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 900px) {
  .about__bg-deco-button {
    top: 682px;
    left: calc(50% + 504px);
    width: 101px;
  }
}

.about__bg-deco-line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.about__bg-deco-line .first-img {
  position: absolute;
  top: -13px;
  left: calc(50% + 512px);
  width: 806px;
  height: auto;
}
.about__bg-deco-line .second-img {
  position: absolute;
  top: 23px;
  left: calc(50% + 113px);
  width: 806px;
  height: auto;
}

.about__bg-deco-cloth {
  position: absolute;
  top: 906px;
  right: calc(50% - 130px);
  width: 133px;
}
.about__bg-deco-cloth img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 320px) {
  .about__bg-deco-cloth {
    top: 952px;
  }
}
@media screen and (min-width: 900px) {
  .about__bg-deco-cloth {
    top: 840px;
    left: calc(50% + 380px);
    width: 300px;
  }
}

.about__bg-deco-slope {
  position: absolute;
  top: calc(50% + 336px);
  left: 0;
  width: 138px;
}
.about__bg-deco-slope img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 900px) {
  .about__bg-deco-slope {
    top: calc(28% + 10px);
    left: -7%;
    width: 427px;
  }
  .about__bg-deco-slope img {
    width: 427px;
  }
}

.about__bg-logo {
  position: absolute;
  top: calc(50% + 477px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 354.642px;
}
.about__bg-logo img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 900px) {
  .about__bg-logo {
    top: calc(50% + 381px);
    width: 891px;
  }
}

.about__inner {
  max-width: 100%;
  height: 1000px;
  padding-inline: 20px;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .about__inner {
    width: 1512px;
    padding-inline: 0;
  }
}

.about__contents {
  position: absolute;
  top: 46px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 335px;
  max-width: 100%;
  padding: 40px 0px 42px;
  border-radius: 24px;
  background: #fff;
  z-index: 99;
}
@media screen and (min-width: 900px) {
  .about__contents {
    top: -549px;
    width: 840px;
    max-width: 100%;
    padding: 38px 0;
  }
}

.about__box {
  position: relative;
}
.about__box::after {
  content: "";
  position: absolute;
  bottom: -36px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100px;
  height: 36px;
  background: url(../img/icon-about-arrow.png) no-repeat center center/contain;
}
@media screen and (min-width: 900px) {
  .about__box::after {
    content: "";
    bottom: -50px;
    width: 140px;
    height: 50px;
  }
}

.about__heading {
  position: relative;
  margin: 0 auto;
}
.about__heading::before {
  content: "";
  position: absolute;
  width: 37.333px;
  height: 37.333px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-image: url(../img/sp/icon-about.svg);
}
@media screen and (min-width: 900px) {
  .about__heading {
    height: 151px;
  }
  .about__heading::before {
    width: 48px;
    height: 48px;
    background-image: url(../img/pc/icon-about.svg);
  }
}

.about__heading-pic-left {
  position: absolute;
  top: -9px;
  right: calc(50% + 46px);
  width: 88px;
}
.about__heading-pic-left img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 320px) {
  .about__heading-pic-left {
    width: 70px;
  }
}
@media screen and (min-width: 900px) {
  .about__heading-pic-left {
    top: -4px;
    right: calc(50% + 192px);
    width: 148px;
  }
}

.about__heading-pic-right {
  position: absolute;
  top: -10px;
  left: calc(50% + 60px);
  width: 88px;
}
.about__heading-pic-right img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 320px) {
  .about__heading-pic-right {
    width: 70px;
  }
}
@media screen and (min-width: 900px) {
  .about__heading-pic-right {
    top: 3px;
    left: calc(50% + 192px);
    width: 148px;
  }
}

.about__text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 23px;
  text-align: center;
  padding-inline: 43px;
}
@media (max-width: 320px) {
  .about__text-box {
    padding-inline: 0px;
  }
}
@media screen and (min-width: 900px) {
  .about__text-box {
    gap: 34px;
    padding-inline: 0;
  }
}

.about__text-title {
  color: #4A3636;
  font-size: 14px;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 0;
}
@media screen and (min-width: 900px) {
  .about__text-title {
    font-size: 16px;
  }
}

.about__text {
  margin: 0;
}
@media screen and (min-width: 900px) {
  .about__text {
    font-size: 16px;
  }
}

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

.about__text-bold-underline {
  padding-bottom: 6px;
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 2px dashed #9ED0E0;
}
@media screen and (min-width: 900px) {
  .about__text-bold-underline {
    font-size: 20px;
    padding-bottom: 10px;
    display: inline-block;
    width: 356px;
    margin: 15px auto;
  }
}

.about__button {
  width: 192px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .about__button {
    width: 260px;
    margin-top: -12px;
  }
}

.about__slider {
  top: calc(50% + 515px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .about__slider {
    top: calc(50% + 445px) !important;
    height: 210px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100% !important;
  }
}

.about__slideshow {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
@media screen and (min-width: 900px) {
  .about__slideshow {
    gap: 20px;
  }
}

.about__slide-content {
  width: 100%;
}
.about__slide-content img {
  height: auto;
  max-width: 100%;
}
.how-to-entry {
  padding-top: 48px;
}
@media (max-width: 320px) {
  .how-to-entry {
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .how-to-entry {
    padding-top: 10px;
  }
}
@media screen and (min-width: 900px) {
  .how-to-entry {
    padding-top: 95px;
  }
}

.how-to-entry__inner {
  width: 335px;
  max-width: 100%;
  height: 1381px;
  max-height: 100%;
  padding-inline: 20px;
  margin: 0 auto;
}
@media (max-width: 320px) {
  .how-to-entry__inner {
    width: 300px;
    padding-inline: 0;
  }
}
@media screen and (min-width: 900px) {
  .how-to-entry__inner {
    width: 1512px;
    padding-inline: 0;
    height: auto;
  }
}

.how-to-entry__heading {
  position: relative;
}
.how-to-entry__heading::before {
  content: "";
  position: absolute;
  width: 37.333px;
  height: 37.333px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-image: url(../img/sp/icon-how-to-entry.svg);
}
@media screen and (min-width: 900px) {
  .how-to-entry__heading {
    padding-bottom: 50px;
  }
  .how-to-entry__heading::before {
    width: 48px;
    height: 48px;
    background-image: url(../img/pc/icon-how-to-entry.svg);
  }
}

.how-to-entry__steps {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding-top: 32px;
  gap: 32px;
}
@media screen and (min-width: 900px) {
  .how-to-entry__steps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-inline: 20px;
    padding-bottom: 40px;
  }
}

.how-to-entry__step {
  margin-top: 0;
  padding-bottom: 16px;
}
.how-to-entry__step:nth-of-type(3) {
  margin-top: -16px;
  padding-bottom: 0;
}
@media screen and (min-width: 900px) {
  .how-to-entry__step:nth-of-type(2) {
    margin-top: 68px;
    padding-bottom: 0;
  }
  .how-to-entry__step:nth-of-type(3) {
    margin-top: 0;
    padding-bottom: 0;
  }
}

.how-to-entry__step-img img {
  width: 196px;
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 900px) {
  .how-to-entry__step-img img {
    width: 280px;
  }
}

.how-to-entry__text-box {
  margin-top: -4px;
}

.how-to-entry__title {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .how-to-entry__title {
    font-size: 20px;
  }
}

.how-to-entry__text {
  margin-block: 13px;
}
@media (max-width: 320px) {
  .how-to-entry__text {
    font-size: 13px;
  }
}
@media screen and (min-width: 900px) {
  .how-to-entry__text {
    font-size: 16px;
    min-width: 320px;
    margin-top: -4px;
    margin-bottom: 16px;
  }
}

.how-to-entry__instagram {
  display: inline-block;
  margin: 0 auto;
  background: #fff;
  padding: 8px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4A3636;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.how-to-entry__instagram img {
  width: 20px;
  margin-right: 8px;
}
@media screen and (min-width: 900px) {
  .how-to-entry__instagram {
    width: 230px;
    font-size: 16px;
  }
  .how-to-entry__instagram:hover {
    border: 1px solid #9ED0E0;
  }
  .how-to-entry__instagram img {
    margin-right: 12px;
  }
}

.how-to-entry__line {
  position: absolute;
}
.how-to-entry__line:nth-of-type(1) {
  top: 428px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.how-to-entry__line:nth-of-type(2) {
  top: 822px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.how-to-entry__line img {
  width: 7px;
  height: 34px;
}
@media screen and (min-width: 900px) {
  .how-to-entry__line:nth-of-type(1) {
    top: 238px;
    left: calc(50% - 200px);
  }
  .how-to-entry__line:nth-of-type(2) {
    top: 238px;
    left: calc(50% + 160px);
  }
  .how-to-entry__line img {
    width: 113px;
    height: 24px;
  }
}

@media screen and (min-width: 900px) {
  .how-to-entry__button {
    text-align: center;
    margin-top: -7px;
  }
}

.how-to-entry__bg {
  position: relative;
}

.how-to-entry__bg-deco-map {
  position: absolute;
  top: 0;
  right: calc(50% + 39px);
}
.how-to-entry__bg-deco-map img {
  width: 149px;
  max-width: 100%;
  height: 223px;
}
@media screen and (min-width: 900px) {
  .how-to-entry__bg-deco-map {
    top: -64px;
    right: calc(50% + 262px);
  }
  .how-to-entry__bg-deco-map img {
    width: 460px;
    height: 100%;
  }
}

.how-to-entry__bg-deco-cat1 {
  position: absolute;
  top: 5px;
  left: calc(50% + 124px);
  z-index: 99;
}
.how-to-entry__bg-deco-cat1 img {
  width: 94px;
  min-width: 100%;
  height: 100%;
}
@media screen and (min-width: 900px) {
  .how-to-entry__bg-deco-cat1 {
    top: -19px;
    left: calc(50% + 438px);
  }
  .how-to-entry__bg-deco-cat1 img {
    width: 214px;
  }
}

.how-to-entry__bg-deco-cat2 {
  position: absolute;
  top: 0;
  left: calc(50% + 58px);
}
.how-to-entry__bg-deco-cat2 img {
  max-width: 100%;
  width: 105px;
  height: 100%;
}
@media screen and (min-width: 900px) {
  .how-to-entry__bg-deco-cat2 {
    top: -25px;
    left: calc(50% + 287px);
  }
  .how-to-entry__bg-deco-cat2 img {
    width: 238px;
  }
}

.how-to-entry__bg-deco-paw {
  position: absolute;
  top: 75px;
  left: calc(50% + 112px);
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.how-to-entry__bg-deco-paw img {
  width: 55px;
  height: 100%;
}
@media screen and (min-width: 900px) {
  .how-to-entry__bg-deco-paw {
    top: 145px;
    left: calc(50% + 618px);
  }
  .how-to-entry__bg-deco-paw img {
    width: 100px;
  }
}

.how-to-entry__bg-deco-opposite {
  position: absolute;
  top: calc(50% + 550px);
  right: calc(50% + 112px);
}
.how-to-entry__bg-deco-opposite img {
  width: 55px;
  height: 100%;
}
.how-to-entry__bg-deco-opposite-mirror {
  position: absolute;
  top: calc(50% + 880px);
  left: calc(50% + 112px);
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.how-to-entry__bg-deco-opposite-mirror img {
  width: 55px;
  height: 100%;
}
@media screen and (min-width: 900px) {
  .how-to-entry__bg-deco-opposite-mirror {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .how-to-entry__bg-deco-opposite {
    top: calc(50% + 575px);
    right: calc(50% + 620px);
  }
  .how-to-entry__bg-deco-opposite img {
    width: 100px;
  }
  .how-to-entry__bg-deco-opposite-mirror img {
    width: 100px;
    height: 100%;
  }
}

.prizes {
  width: 100%;
  height: 1174px;
  padding-block: 17px;
  margin: 0 auto;
}
@media (max-width: 374px) {
  .prizes {
    height: 1750px;
  }
}
@media screen and (min-width: 900px) {
  .prizes {
    height: 2062px;
  }
}

.prizes__wrapper {
  position: relative;
}

.prizes__deco-left {
  position: absolute;
  top: 182px;
  right: calc(50% + 38px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.prizes__deco-left img {
  width: 315px;
  max-width: 100%;
  height: 86px;
}

.prizes__deco-right {
  position: absolute;
  top: 182px;
  left: calc(50% + 350px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.prizes__deco-right img {
  width: 315px;
  height: 86px;
}

.prizes__half-circle {
  position: absolute;
  top: 5px;
  left: 51%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 100%;
  text-align: center;
}
.prizes__half-circle img {
  width: 238px;
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 900px) {
  .prizes__half-circle {
    top: 108px;
    left: 50%;
  }
  .prizes__half-circle img {
    width: 378px;
  }
}

.prizes__contents {
  position: absolute;
  top: 84px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 375px;
  max-width: 100%;
  height: 904px;
  background: #fff;
  border-radius: 24px;
}
@media (max-width: 374px) {
  .prizes__contents {
    height: 1435px;
  }
}
@media screen and (min-width: 900px) {
  .prizes__contents {
    width: 1024px;
    top: calc(50% - 192px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 1181px;
  }
}

.prizes__heading {
  position: absolute;
  top: -63px;
  left: calc(50% - 167px);
}
.prizes__heading::before {
  content: "";
  position: absolute;
  width: 37.333px;
  height: 37.333px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-image: url(../img/sp/icon-prizes.svg);
  background-repeat: no-repeat;
}
@media (max-width: 320px) {
  .prizes__heading {
    left: 0;
  }
}
@media screen and (min-width: 900px) {
  .prizes__heading {
    top: -116px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 151px;
  }
  .prizes__heading::before {
    width: 48px;
    height: 48px;
    background-image: url(../img/pc/icon-prizes.svg);
  }
}

.circle-area {
  position: relative;
}

.prizes__inner {
  padding: 48px 20px 34px;
}
.prizes__text {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .prizes__text {
    font-size: 16px;
  }
}

.prizes__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-top: 2px;
}
@media screen and (min-width: 900px) {
  .prizes__boxes {
    gap: 42px 0;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin-top: -5px;
  }
}

.prizes__box {
  position: relative;
  top: 34px;
  cursor: pointer;
}
@media screen and (min-width: 900px) {
  .prizes__box {
    top: 68px;
    height: 460px;
    border-radius: 24px;
    border: 4px solid transparent;
  }
  .prizes__box:hover {
    border: 4px solid #9ED0E0;
  }
  .prizes__box:hover .box-image img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .prizes__box:hover .prizes__icon img {
    opacity: 0.5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .prizes__box:nth-child(n+3) {
    text-align: center;
    width: 280px;
    top: 96px;
    height: 320px;
  }
  .prizes__box:nth-child(n+3) .box-image {
    width: 280px;
    height: 239px;
  }
  .prizes__box:nth-child(n+3) .box-image img {
    height: auto;
    max-width: 100%;
  }
  .prizes__box:nth-child(n+3) .box-item {
    margin-top: -5px;
    padding: 0;
    width: 280px;
    height: 80px;
    max-width: 100%;
  }
  .prizes__box:nth-child(n+3) .box-title {
    font-size: 16px;
  }
  .prizes__box:nth-child(n+3) .prizes__box-number {
    top: -40px;
  }
  .prizes__box:nth-child(n+3) .prizes__box-number img {
    width: 80px;
  }
  .prizes__box:nth-child(n+3) .prizes__icon img {
    width: 64px;
    height: 64px;
    border-radius: 0 0 24px;
  }
  .prizes__box:nth-child(n+3) .prizes__icon::after {
    content: "";
    width: 20px;
    height: 20px;
    top: 34px;
    right: 10px;
  }
}

.box-image {
  display: inline-block;
}
.box-image img {
  border-radius: 8px 8px 0 0;
  width: 160px;
  max-width: 100%;
  height: 140px;
}
@media screen and (min-width: 900px) {
  .box-image {
    width: 440px;
    height: 340px;
    overflow: hidden;
    border-radius: 24px 24px 0 0;
  }
  .box-image img {
    width: 440px;
    height: 340px;
    border-radius: 24px 24px 0 0;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
}

.prizes__box-number {
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 102;
}
.prizes__box-number img {
  width: 48px;
  height: auto;
}
@media screen and (min-width: 900px) {
  .prizes__box-number {
    top: -50px;
  }
  .prizes__box-number img {
    width: 100px;
  }
}

.box-item {
  background: #F5F5F5;
  width: 160px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 0 0 10px 10px;
  position: relative;
  margin-top: -5px;
}
@media screen and (min-width: 900px) {
  .box-item {
    width: 440px;
    height: 116px;
    max-width: 100%;
  }
}

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

.prizes__icon {
  position: absolute;
  right: 0;
  bottom: -3px;
  padding: 0;
}
.prizes__icon img {
  width: 36px;
  height: 36px;
  border-radius: 0 0 8px;
}
.prizes__icon::after {
  content: "";
  position: absolute;
  top: 19px;
  right: 5px;
  background: url(../img/icon-prizes-zoom.svg);
  background-size: cover;
  display: inline-block;
  width: 12px;
  height: 12px;
}
@media screen and (min-width: 900px) {
  .prizes__icon {
    right: 0;
    bottom: -8px;
  }
  .prizes__icon img {
    width: 100px;
    height: 100px;
    border-radius: 0 0 24px;
  }
  .prizes__icon::after {
    content: "";
    width: 32px;
    height: 32px;
    top: 53px;
    right: 13px;
  }
}

.prizes__button {
  margin-top: 11px;
}
@media screen and (min-width: 900px) {
  .prizes__button {
    margin-top: 88px;
  }
}

.prizes__bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1205px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.prizes__bg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
@media (max-width: 374px) {
  .prizes__bg {
    height: 1750px;
  }
}
@media screen and (min-width: 900px) {
  .prizes__bg {
    height: 2079px;
  }
}

.prizes__modal {
  background: transparent;
  position: fixed;
  inset: 0;
  margin: auto;
  width: 336px;
  max-width: calc(100% - 20px);
  max-height: calc(100% - 40px);
  overflow: auto;
  padding: 0 0 56px;
  border-radius: 24px;
  border: none;
  background: #fff;
  z-index: 160;
  overscroll-behavior-y: none;
}
@media screen and (min-width: 900px) {
  .prizes__modal {
    width: 480px;
    height: 600px;
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.prizes__modal::-ms-backdrop {
  opacity: 0.5;
  background: #000;
}
.prizes__modal::backdrop {
  opacity: 0.5;
  background: #000;
}

.prizes__modal-img img {
  width: 336px;
  height: 210px;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 900px) {
  .prizes__modal-img img {
    width: 480px;
    height: 300px;
  }
}

.prizes__modal-body {
  padding-inline: 20px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .prizes__modal-body {
    padding-inline: 40px;
    padding-bottom: 23px;
  }
}

.prizes__modal-title {
  margin-top: 39px;
  font-size: 16px;
}
@media screen and (min-width: 900px) {
  .prizes__modal-title {
    font-size: 20px;
  }
}

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

.prizes__modal-close {
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .prizes__modal-close {
    margin-top: -20px;
  }
}

.spots {
  position: relative;
  background: #67B0C7;
  width: 100%;
}
.spots::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 45.7px;
  background-image: url(../img/sp/deco-spots-wavyline-sp.svg);
}
@media screen and (min-width: 900px) {
  .spots {
    height: 770px;
    max-width: 100%;
  }
  .spots::before {
    content: "";
    position: absolute;
    top: -120px;
    left: 0;
    width: 100%;
    background-image: url(../img/pc/deco-spots-wavyline-pc.svg);
    background-repeat: repeat-x;
    height: 122px;
  }
}

@media screen and (min-width: 900px) {
  .spots__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
    padding-left: calc(50% - 425px);
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.spots__text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 16px;
  padding-bottom: 22px;
}
@media screen and (min-width: 1200px) {
  .spots__text-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    margin-top: -80px;
  }
}

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

.spots__title {
  color: #fff;
  font-family: "Kiwi Maru";
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .spots__title {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 40px;
    line-height: 1.25;
    letter-spacing: 10px;
  }
}

@media screen and (min-width: 900px) {
  .spots__slider {
    width: 100%;
  }
}

@media screen and (min-width: 900px) {
  .swiper {
    min-height: 555px;
    top: 0;
    right: 0;
  }
}

.swiper-container {
  position: relative;
}
@media screen and (min-width: 900px) {
  .swiper-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 900px) {
  .swiper-slide:first-child {
    margin-right: 0; /* 最初のスライドには余白を適用しない */
  }
}

.spots__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 400px;
}
@media screen and (min-width: 900px) {
  .spots__slide {
    margin: 0;
  }
}

.swiper__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 31.159px;
  -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: flex-start;
  border-radius: 12px;
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .swiper__card {
    border-radius: 24px;
  }
}

.swiper-card {
  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: flex-start;
  border-radius: 12px;
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .swiper-card {
    border-radius: 24px;
  }
}

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

.swiper__card-body {
  padding-inline: 24px;
  border-radius: 0 0 12px 12px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 900px) {
  .swiper__card-body {
    padding-inline: 36px;
    background: #fff;
    height: 284px;
    padding-top: 10px;
    border-radius: 0 0 24px 24px;
  }
}

.swiper__card-title {
  font-size: 16px;
  margin-top: 12px;
}
@media screen and (min-width: 900px) {
  .swiper__card-title {
    font-size: 20px;
  }
}

.swiper__card-text {
  font-size: 12px;
  text-align: left;
}
@media screen and (min-width: 900px) {
  .swiper__card-text {
    font-size: 16px;
  }
}

.spots__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .spots__boxes {
    width: 1024px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: absolute;
    top: 604px;
    left: calc(50% - 510px);
  }
}

.spots-logo {
  width: 255px;
  margin: 0 auto;
}
.spots-logo img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 900px) {
  .spots-logo {
    width: 495px;
    margin-right: 81px;
  }
}

@media screen and (min-width: 900px) {
  .spots__box {
    width: 448px;
  }
}

.spots__text {
  color: #fff;
  font-size: 11.444px;
}
@media screen and (min-width: 900px) {
  .spots__text {
    font-size: 16px;
    margin: 0;
  }
}

.spots__button {
  margin-top: 25px;
  padding-bottom: 42px;
}

.spots__wave-line {
  position: relative;
  width: 100%;
}
.spots__wave-line::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 0;
  width: 100%;
  height: 47px;
  background-image: url(../img/sp/deco-spots-wavyline2-sp.svg);
}
@media screen and (min-width: 900px) {
  .spots__wave-line {
    min-width: 1512px;
    width: 100%;
    height: 120px;
  }
  .spots__wave-line::before {
    content: "";
    top: 156px;
    left: 0;
    height: 120px;
    background-image: url(../img/pc/deco-spots-wavyline2-pc.svg);
    background-repeat: repeat-x;
  }
}

@media screen and (min-width: 900px) {
  .spots__bg-deco-paw {
    position: absolute;
    top: -110px;
    right: calc(50% + 622px);
    width: 100px;
  }
  .spots__bg-deco-paw img {
    max-width: 100%;
    height: auto;
  }
}

.spots__prev::after,
.spots__next::after {
  display: none;
}
@media screen and (min-width: 900px) {
  .spots__prev,
  .spots__next {
    width: 80px;
    height: 80px;
    margin-top: -60px;
    position: absolute;
  }
}

.spots__prev {
  left: 0;
  background: url(../img/pc/icon-spots-prev.svg) no-repeat center center/contain;
}
@media screen and (min-width: 900px) {
  .spots__prev {
    top: 546px;
    left: calc(50% - 472px);
  }
}

.spots__next {
  right: 0;
  background: url(../img/pc/icon-spots-next.svg) no-repeat center center/contain;
}
@media screen and (min-width: 900px) {
  .spots__next {
    top: 546px;
    left: calc(50% + 392px);
  }
}

.qa {
  width: 100%;
  padding-block: 31px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .qa {
    width: 1512px;
    max-width: 100%;
    margin-top: 305px;
    margin-bottom: -28px;
    margin-inline: auto;
  }
}

.qa__inner {
  padding-inline: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .qa__inner {
    margin-top: 12px;
  }
}

.qa__heading {
  position: absolute;
  top: 65px;
  left: calc(50% - 167px);
}
.qa__heading::before {
  content: "";
  position: absolute;
  width: 37.333px;
  height: 37.333px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-image: url(../img/sp/icon-qa.svg);
}
@media screen and (min-width: 900px) {
  .qa__heading {
    top: -116px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 151px;
  }
  .qa__heading::before {
    width: 48px;
    height: 48px;
    background-image: url(../img/pc/icon-qa.svg);
  }
}

.qa__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11px;
  margin: 164px auto 0;
  max-width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 900px) {
  .qa__boxes {
    margin-top: 26px;
    margin-bottom: 120px;
    width: 1024px;
    max-width: 100%;
    margin-inline: auto;
    gap: 24px;
  }
}

.qa__box {
  border-radius: 12px;
  border: 2px solid #4A3636;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.qa__box .a-box {
  display: none;
  -webkit-animation: slideDown 0.4s ease forwards;
          animation: slideDown 0.4s ease forwards;
}
.qa__box .q-drawer .q-bar:nth-of-type(2) {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.qa__box:first-of-type .q-bar:nth-of-type(2) {
  display: none;
}
.qa__box:first-of-type .a-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 900px) {
  .qa__box {
    border-radius: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .qa__box:first-of-type .q-bar:nth-of-type(2) {
    display: inline;
  }
  .qa__box:first-of-type .a-box {
    display: none;
  }
  .qa__box:nth-of-type(2) .q-bar:nth-of-type(2) {
    display: none;
  }
  .qa__box:nth-of-type(2) .a-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.qa-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding: 10px 14px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.qa-box::after {
  content: "";
  position: absolute;
  right: 0;
}
@media screen and (min-width: 900px) {
  .qa-box {
    gap: 16px;
    padding: 20px;
  }
}

.q-icon {
  color: #9ED0E0;
  font-family: "Josefin Sans";
  font-size: 24px;
  line-height: 1.25;
}
@media screen and (min-width: 900px) {
  .q-icon {
    font-size: 32px;
  }
}

.q-text {
  color: #4A3636;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .q-text {
    font-size: 20px;
  }
}

.q-drawer {
  position: relative;
  width: 30px;
  height: 26.182px;
  border-radius: 50%;
  background: #9ED0E0;
  -webkit-transition: transparent 0.4s, -webkit-transform 0.4s;
  transition: transparent 0.4s, -webkit-transform 0.4s;
  transition: transparent 0.4s, transform 0.4s;
  transition: transparent 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
@media (max-width: 350px) {
  .q-drawer {
    width: 36px;
  }
}
@media screen and (min-width: 900px) {
  .q-drawer {
    width: 51px;
    height: 48px;
  }
}

.q-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  width: 10.182px;
  height: 1.455px;
  border-radius: 10px;
  -webkit-transition: transparent 0.4s, -webkit-transform 0.4s;
  transition: transparent 0.4s, -webkit-transform 0.4s;
  transition: transparent 0.4s, transform 0.4s;
  transition: transparent 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.q-bar:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
@media screen and (min-width: 900px) {
  .q-bar {
    width: 18.667px;
    height: 2.667px;
  }
}

.a-box {
  background: #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  padding: 16px;
  border-radius: 0 0 12px 12px;
  display: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  .a-box {
    padding: 27px 24px 22px 24px;
    gap: 14px;
  }
}

.a-icon {
  color: #9ED0E0;
  font-family: "Josefin Sans";
  font-size: 25px;
  line-height: 1.25;
}
@media screen and (min-width: 900px) {
  .a-icon {
    font-size: 32px;
  }
}

.a-text {
  color: #4A3636;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (min-width: 900px) {
  .a-text {
    font-size: 16px;
  }
}

@-webkit-keyframes slideDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%) scaleY(0);
            transform: translateY(-100%) scaleY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scaleY(1);
            transform: translateY(0) scaleY(1);
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%) scaleY(0);
            transform: translateY(-100%) scaleY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scaleY(1);
            transform: translateY(0) scaleY(1);
  }
}
.information {
  position: relative;
}

.information__inner {
  padding-top: 24px;
  padding-inline: 20px;
}

.information__wrapper {
  max-width: 640px;
  padding: 24px 20px 40px;
  -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;
  margin: 0 auto 32px;
  border: 8px solid #FFF;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 320px) {
  .information__wrapper {
    height: 1700px;
  }
}
@media screen and (min-width: 900px) {
  .information__wrapper {
    max-width: 980px;
    -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;
    margin: 0 auto 120px;
  }
}

.information__heading {
  position: absolute;
  top: 23px;
  left: calc(50% - 168px);
}
.information__heading::before {
  content: "";
  position: absolute;
  width: 37.333px;
  height: 37.333px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-image: url(../img/sp/icon-information.svg);
}
@media screen and (min-width: 900px) {
  .information__heading {
    top: 35px;
    left: calc(50% - 368px);
    height: 151px;
  }
  .information__heading::before {
    width: 48px;
    height: 48px;
    background-image: url(../img/pc/icon-information.svg);
  }
}

.information__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 106px auto -37px;
  padding: 14px;
  max-width: 100%;
}
@media screen and (min-width: 900px) {
  .information__lists {
    margin-top: 174px;
    margin-bottom: -20px;
  }
}

.information__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
}
.information__list:nth-child(n+2) {
  border-top: 1px solid #CCCCCC;
}
.information__list:nth-child(n+2)::before {
  content: "";
  top: 20px;
  left: 0;
}
@media screen and (min-width: 900px) {
  .information__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    margin: 0;
  }
  .information__list:first-child {
    padding-bottom: 11px;
  }
  .information__list:nth-child(n+2) {
    padding-block: 11px;
    margin: 0;
  }
  .information__list:nth-child(n+2)::before {
    content: "";
    top: 20px;
    left: 2px;
  }
}

.list-title {
  color: #4A3636;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
  padding-left: 16px;
  text-align: left;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.list-title::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #9ED0E0;
  border-radius: 50%;
}
@media screen and (min-width: 900px) {
  .list-title {
    font-size: 16px;
    min-width: 209px;
    padding-left: 52px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    top: -3px;
  }
  .list-title::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 35px;
    width: 8px;
    height: 8px;
    background: #9ED0E0;
    border-radius: 50%;
  }
}

.list-text {
  line-height: 1.6;
  color: #4A3636;
  margin: 0;
  padding-bottom: 13px;
}
.list-text a {
  color: #4A3636;
}
.list-text a:hover {
  color: #9ED0E0;
}
@media screen and (min-width: 900px) {
  .list-text {
    font-size: 16px;
    padding-bottom: 0;
  }
}

.ul-lists {
  padding-left: 10px;
  margin: 0;
  list-style: none;
}

.list-caution {
  position: relative;
  line-height: 19px;
  padding-left: 7px;
}
.list-caution::before {
  content: "・";
  position: absolute;
  top: -1px;
  left: -7px;
}
@media screen and (min-width: 900px) {
  .list-caution {
    font-size: 16px;
    line-height: 26px;
    padding-inline: 13px;
  }
  .list-caution::before {
    content: "・";
    position: absolute;
    top: -1px;
    left: -7px;
  }
}

.entry__bg {
  width: 100%;
  height: 99px;
  background: url(../img/bg-entry.jpg) lightgray 50%/cover no-repeat;
}
@media screen and (min-width: 900px) {
  .entry__bg {
    height: 400px;
    margin-top: -10px;
  }
}

.contact {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0px;
  -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: 24px;
}
@media screen and (min-width: 900px) {
  .contact {
    padding-bottom: 24px;
  }
}

.contact__inner {
  padding-inline: 20px;
  width: 335px;
  max-width: 100%;
  margin: 119px auto -19px;
  position: relative;
}
@media (max-width: 374px) {
  .contact__inner {
    width: 300px;
    padding-inline: 10px;
  }
}
@media screen and (min-width: 900px) {
  .contact__inner {
    width: 1512px;
    padding-inline: 0;
  }
}

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

.contact__heading {
  position: absolute;
  top: -119px;
  left: calc(50% - 168px);
}
.contact__heading::before {
  content: "";
  position: absolute;
  width: 37.333px;
  height: 37.333px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-image: url(../img/sp/icon-contact.svg);
}
@media screen and (min-width: 900px) {
  .contact__heading {
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 151px;
  }
  .contact__heading::before {
    width: 48px;
    height: 48px;
    background-image: url(../img/pc/icon-contact.svg);
  }
}

.contact__text {
  color: #4A3636;
  text-align: center;
  font-size: 12px;
}
@media screen and (min-width: 900px) {
  .contact__text {
    font-size: 16px;
    line-height: 1.6;
    padding-top: 4px;
    padding-bottom: 18px;
  }
}

.contact-form__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
@media screen and (min-width: 900px) {
  .contact-form__dl {
    gap: 20px;
    width: 878px;
    margin: 0 auto;
  }
}

.contact-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
.contact-form__row:nth-of-type(5) {
  margin-top: -7px;
}
@media screen and (min-width: 900px) {
  .contact-form__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8px;
  }
}

.contact-form__label {
  color: #4A3636;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-top: 11px;
}
.contact-form__label::after {
  content: "必須";
  color: #fff;
  background: #CE2073;
  padding: 4px 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  font-size: 12px;
}
.contact-form__label.no-required::after {
  content: "";
  background: transparent;
}
@media screen and (min-width: 900px) {
  .contact-form__label {
    width: 200px;
    vertical-align: middle;
    font-size: 16px;
    margin-top: 20px;
    margin-left: 16px;
  }
  .contact-form__label::after {
    display: inline-block;
    height: 19px;
  }
}

.contact-form__input {
  width: 303px;
  margin-top: 5px;
}
@media screen and (min-width: 900px) {
  .contact-form__input {
    width: 628px;
  }
}
.contact-form__input input::-webkit-input-placeholder {
  color: #CCCCCC;
}
.contact-form__input input::-moz-placeholder {
  color: #CCCCCC;
}
.contact-form__input input:-ms-input-placeholder {
  color: #CCCCCC;
}
.contact-form__input input::-ms-input-placeholder {
  color: #CCCCCC;
}
.contact-form__input input::placeholder {
  color: #CCCCCC;
}
.contact-form__input [type=text] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 303px;
  padding: 16px;
  font-size: 14px;
  border: 0;
  border-radius: 8px;
  margin-left: -40px;
  background: #F5F5F5;
  height: 24px;
}
@media (max-width: 374px) {
  .contact-form__input [type=text] {
    width: 268px;
  }
}
@media screen and (min-width: 900px) {
  .contact-form__input [type=text] {
    width: 596px;
    padding: 16px;
    margin-left: -23px;
  }
}
.contact-form__input [type=email] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 303px;
  padding: 16px;
  font-size: 14px;
  border: 0;
  border-radius: 8px;
  background: #F5F5F5;
  margin-left: -40px;
  height: 24px;
}
@media (max-width: 374px) {
  .contact-form__input [type=email] {
    width: 268px;
  }
}
@media screen and (min-width: 900px) {
  .contact-form__input [type=email] {
    width: 596px;
    padding: 16px;
    margin-left: -23px;
  }
}
.contact-form__input select {
  border: 0;
  background: #F5F5F5 url(../img/icon-contact-arrow2.png) no-repeat right center/50px 52px;
  /*select要素やinputのcheckbox/submit要素は画像が擬似要素（after)で指定ができないので、背景で指定してあげる*/
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 8px;
  padding: 19px 16px;
  font-size: 14px;
  width: 335px;
  margin-left: -40px;
}
@media (max-width: 374px) {
  .contact-form__input select {
    width: 300px;
  }
}
@media screen and (min-width: 900px) {
  .contact-form__input select {
    width: 628px;
    height: 56px;
    margin-left: -23px;
    font-size: 16px;
  }
}
.contact-form__input textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 335px;
  height: 125px;
  line-height: 1.6;
  letter-spacing: 1.3px;
  margin-left: -38px;
  max-width: 100%;
  padding: 16px;
  font-size: 14px;
  border: 0;
  border-radius: 8px;
  background: #F5F5F5;
  resize: none;
}
@media (max-width: 374px) {
  .contact-form__input textarea {
    width: 268px;
  }
}
@media screen and (min-width: 900px) {
  .contact-form__input textarea {
    width: 596px;
    height: 128px;
    padding: 16px;
    margin-left: -23px;
    margin-top: 15px;
    font-size: 16px;
  }
}
.contact-form__input textarea::-webkit-input-placeholder {
  color: #CCCCCC;
}
.contact-form__input textarea::-moz-placeholder {
  color: #CCCCCC;
}
.contact-form__input textarea:-ms-input-placeholder {
  color: #CCCCCC;
}
.contact-form__input textarea::-ms-input-placeholder {
  color: #CCCCCC;
}
.contact-form__input textarea::placeholder {
  color: #CCCCCC;
}

.contact-form__radio {
  margin-top: -8px;
  margin-left: 41px;
}
@media screen and (min-width: 900px) {
  .contact-form__radio {
    margin-top: 2px;
    margin-left: 58px;
  }
}
.contact-form__radio label {
  position: relative;
  cursor: pointer;
}
.contact-form__radio [type=radio] {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%; /* 円形の形状を持たせる */
  opacity: 0; /* ラジオボタンを透明にする */
}
.contact-form__radio span {
  display: inline-block;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 8px;
  margin-right: 63px;
  margin-left: -10px;
}
.contact-form__radio span::before {
  background-color: #F5F5F5; /* ラジオボタンの背景色を指定 */
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid transparent;
  position: absolute;
  left: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
.contact-form__radio span::after {
  content: "";
  width: 12px;
  height: 12px;
  display: none;
  background: #9ED0E0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -33px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 900px) {
  .contact-form__radio span {
    font-size: 16px;
  }
  .contact-form__radio span span {
    display: inline-block;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 8px;
    margin-right: 65px;
    margin-left: -12px;
  }
  .contact-form__radio span span::before {
    left: -40px;
  }
  .contact-form__radio span span::after {
    left: -35px;
  }
}
.contact-form__radio [type=radio]:checked + span::after {
  display: block;
}
.contact-form__radio [type=radio]:focus + span::before {
  border-color: #9ED0E0;
}

.contact__footer {
  text-align: center;
  margin-top: -26px;
}
@media screen and (min-width: 900px) {
  .contact__footer {
    margin-top: -25px;
  }
}

.contact-form__check {
  position: relative;
  padding-left: 35px;
  font-size: 14px;
}
.contact-form__check a {
  margin-left: -17px;
}
@media screen and (min-width: 900px) {
  .contact-form__check {
    font-size: 16px;
  }
}
.contact-form__check label {
  position: relative;
  cursor: pointer; /* カーソルをポインターに */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* フレックスボックスを使用 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 中央揃え */
}
.contact-form__check [type=checkbox] {
  opacity: 0; /* チェックボックスを透明にする */
  position: absolute;
  z-index: 1;
  width: 24px;
  height: 24px;
  cursor: pointer; /* カーソルをポインターに */
}
.contact-form__check span {
  position: relative;
  padding-left: 18px; /* チェックボックスのサイズ分のパディング */
  display: inline-block;
  margin: 0 auto;
}
.contact-form__check span::before {
  content: "";
  background: #F5F5F5;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  position: absolute;
  top: -6px;
  left: -30px;
  border: 1px solid transparent;
}
@media screen and (min-width: 900px) {
  .contact-form__check span::before {
    top: 0;
    left: calc(50% - 157px);
  }
}
.contact-form__check [type=checkbox]:focus + span::before {
  border-color: #9ED0E0; /* フォーカス時の枠線スタイル */
}
.contact-form__check [type=checkbox]:checked + span::after {
  content: "";
  top: 35%;
  left: calc(50% - 134px);
  width: 24px;
  height: 24px;
  background: url(../img/icon-contact-check.svg) no-repeat center center/contain;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 900px) {
  .contact-form__check [type=checkbox]:checked + span::after {
    top: 50%;
    left: calc(50% - 156px);
  }
}
.contact-form__check a {
  color: #4A3636;
}

@media screen and (min-width: 900px) {
  .form-text:focus {
    border-radius: 8px;
    border: 1px solid #9ED0E0;
    background: #E9F6F8;
  }
}
.form-text.is-error {
  border-radius: 8px;
  border: 1px solid #CE2073;
  background: #FFF0F7;
}

.form-select.is-error {
  background: #FFF0F7 url(../img/icon-contact-arrow-error.png) no-repeat right center/50px 52px;
  border-radius: 8px;
  border: 1px solid #CE2073;
}

.contact-form__button {
  margin: 26px auto;
}
.contact-form__button [type=submit] {
  display: none;
}
@media screen and (min-width: 900px) {
  .contact-form__button {
    margin-top: 38px;
    margin-bottom: 120px;
    font-size: 16px;
    padding: 6px 37px;
  }
}

.footer {
  position: relative;
  text-align: center;
  margin-block: 42px;
  margin-bottom: 0;
}
@media screen and (min-width: 900px) {
  .footer {
    margin-top: 117px;
  }
}

.footer__inner {
  padding-inline: 20px;
  margin: 0 auto;
}

.sns-text {
  font-family: "Josefin Sans";
  font-size: 20px;
  line-height: 1.25;
}
@media screen and (min-width: 900px) {
  .sns-text {
    font-size: 24px;
    line-height: 1.25; /* 30px */
  }
}

.sns-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sns-box img {
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 900px) {
  .sns-box img {
    width: 40px;
    height: 40px;
    -webkit-transition: -webkit-filter 0.3s ease;
    transition: -webkit-filter 0.3s ease;
    transition: filter 0.3s ease;
    transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  }
  .sns-box img:hover {
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
  }
}

.footer__image img {
  margin-top: 10px;
  width: 100%;
  max-width: 326px;
  height: auto;
}
@media screen and (min-width: 900px) {
  .footer__image {
    width: 100%;
  }
  .footer__image img {
    margin-top: 39px;
    max-width: 755px;
    height: auto;
  }
}

.footer__information {
  border-radius: 16px;
  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;
  text-align: center;
  margin-bottom: 22px;
  margin: 0 auto;
}
@media (min-width: 641px) {
  .footer__information {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__map iframe {
  border-radius: 16px 16px 0px 0px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 335/271;
  vertical-align: top;
}
@media screen and (min-width: 600px) {
  .footer__map iframe {
    aspect-ratio: 640/360;
    border-radius: 0px 16px 16px 0px;
    min-height: 400px;
  }
}
@media (max-width: 640px) {
  .footer__map iframe {
    border-radius: 16px 16px 0px 0px;
  }
}
@media screen and (min-width: 768px) {
  .footer__map {
    width: 35%;
    aspect-ratio: 512/360;
  }
}
@media (min-width: 1513px) {
  .footer__map {
    width: auto;
    aspect-ratio: 0;
  }
}

.footer__information-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 23px 23px 12px;
  background: #fff;
  -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;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 0px 0px 16px 16px;
}
@media screen and (min-width: 600px) {
  .footer__information-box {
    padding: 40px 50px;
  }
}
@media (min-width: 640px) {
  .footer__information-box {
    border-radius: 16px 0px 0px 16px;
  }
}
@media screen and (min-width: 900px) {
  .footer__information-box {
    position: relative;
  }
}

.footer__logo img {
  width: 153px;
  height: 20px;
}
@media screen and (min-width: 900px) {
  .footer__logo {
    position: absolute;
    top: 97px;
    left: 51px;
  }
  .footer__logo img {
    width: 183px;
    height: 24px;
  }
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 280px;
  max-width: 100%;
  margin-top: 23px;
}
@media screen and (min-width: 900px) {
  .footer__list {
    margin-top: 108px;
    width: 389px;
  }
}

.footer__list-title {
  margin-bottom: 8px;
  color: #4A3636;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  position: relative;
  padding-left: 16px;
  text-align: left;
  width: 62px;
}
.footer__list-title::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #9ED0E0;
  border-radius: 50%;
}
@media screen and (min-width: 900px) {
  .footer__list-title {
    margin-bottom: 12px;
    font-size: 16px;
    width: 102px;
    padding-left: 18px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
  .footer__list-title::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0px;
    width: 8px;
    height: 8px;
    background: #9ED0E0;
    border-radius: 50%;
  }
}

.footer__list-data {
  color: #4A3636;
  margin: 0;
  font-size: 12px;
}
@media screen and (min-width: 900px) {
  .footer__list-data {
    font-size: 16px;
  }
}

.page-top {
  margin-top: 22px;
  z-index: 100;
}
.page-top img {
  width: 75px;
  height: 78px;
}
@media screen and (min-width: 900px) {
  .page-top {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    margin-top: 0;
    cursor: pointer;
  }
  .page-top img {
    width: 100px;
    height: 104px;
  }
}

.footer__line {
  position: relative;
  background: #67B0C7;
  width: 100%;
  height: auto;
  margin-top: 47px;
}
.footer__line::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 30.7px;
  background-image: url(../img/sp/deco-spots-wavyline-sp.svg);
}
@media screen and (min-width: 900px) {
  .footer__line {
    max-width: 100%;
    padding-bottom: 32px;
    margin-top: 232px;
  }
  .footer__line::before {
    content: "";
    position: absolute;
    top: -120px;
    left: 0;
    width: 100%;
    background-image: url(../img/pc/deco-spots-wavyline-pc.svg);
    background-repeat: repeat-x;
    height: 122px;
  }
}

.footer__copyright {
  background: #67B0C7;
  color: #fff;
  font-size: 10px;
  height: 41px;
  padding-top: 16px;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .footer__copyright {
    font-size: 14px;
    overflow: hidden;
    padding: 0 0 32px;
  }
}

@media screen and (min-width: 900px) {
  .footer__bg-deco-paw {
    position: absolute;
    right: 80px;
    top: -41px;
  }
  .footer__bg-deco-paw img {
    width: 100px;
    height: 220px;
  }
}