@charset "UTF-8";
body {
  font-size: 16px;
  color: #4A3636;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  background: #E9F6F8;
  overflow-x: visible !important;
}
body.is-checked {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .sm {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  .sm {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .md {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .md {
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  .hidden-sm {
    display: none;
  }
}

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

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

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

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

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

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

.title-en {
  font-family: "Courgette", cursive;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .title-en {
    font-size: 20px;
  }
}

.title-ja {
  font-family: "Kiwi Maru", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  padding-bottom: 6px;
  border-bottom: 6px solid #FFEE56;
}
@media screen and (min-width: 768px) {
  .title-ja {
    font-size: 32px;
    padding-bottom: 10px;
  }
}

.button,
.button2,
.button3 {
  display: inline-block;
  text-align: center;
  padding: 6px 22px;
  font-weight: 700;
  font-size: 14px;
  border-radius: 40px;
  -webkit-box-shadow: 0px 4px 0px 0px #4A3636;
          box-shadow: 0px 4px 0px 0px #4A3636;
  background: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.button:hover,
.button2:hover,
.button3:hover {
  background: #FFEE56;
}

.button {
  border: 2px solid #4A3636;
  padding: 3px 22px;
}
@media screen and (min-width: 768px) {
  .button {
    padding: 4px 22px;
  }
}

.button2 {
  border: 2px solid #4A3636;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .button2 {
    font-size: 20px;
    padding: 9px 37px;
    border: 3px solid #4A3636;
  }
}

.button3 {
  border: 2px solid #4A3636;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .button3 {
    padding-left: 38px;
    padding-right: 38px;
  }
}

.sns-link {
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.sns-link:hover {
  color: #67B0C7;
}

.header {
  height: 64px;
  background: #fff;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 20;
}

.header__inner {
  height: inherit;
  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: 768px) {
  .header__inner {
    max-width: 1512px;
    margin-inline: auto;
    padding-left: 24px;
    padding-right: 24px;
  }
}

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

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

.header__link {
  font-size: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.header__link:hover {
  color: #67B0C7;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .header__button {
    margin-left: 5px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.drawer-icon {
  width: 32px;
  height: 26px;
  position: relative;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 13px;
  width: 32px;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 13px;
}
.drawer-icon.is-checked .drawer-icon__bar-short {
  display: none;
}

.drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 3px;
  background: #4A3636;
  border-radius: 2px;
  -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;
}
.drawer-icon__bar:nth-child(1) {
  width: 25.6px;
}
.drawer-icon__bar:nth-child(2) {
  top: 12px;
}
.drawer-icon__bar:nth-child(3) {
  top: 24px;
}

.drawer-icon__bar-short {
  position: absolute;
  top: 0;
  right: -6.4px;
  width: 4.8px;
  height: 3px;
  background: #4A3636;
  border-radius: 2px;
  -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;
}

.drawer-content {
  background: #fff;
  padding: 82px 14px;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 64px;
  right: 0;
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  z-index: 10;
}
.drawer-content.is-checked {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.drawer-content__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.drawer-content__link {
  font-size: 14px;
  display: block;
}

.drawer-content__button {
  margin-top: -3px;
}

.fv {
  background: url(../img/sm/Onomichi_02-sm.jpg) no-repeat center center/cover;
  padding-top: 17px;
  height: 554px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fv {
    background: url(../img/Onomichi_02-pc.jpg) no-repeat center center/cover;
    padding-top: 34px;
    height: 740px;
    border-radius: 0px 0px 40px 40px;
  }
}

.fv__inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .fv__inner {
    max-width: 848px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.fv__inner::before {
  position: absolute;
  content: "";
  background: url(../img/img_food.png) no-repeat center center/contain;
  bottom: 150px;
  left: 20px;
  width: 86px;
  height: 141px;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .fv__inner::before {
    background: url(../img/img_food-pc.png) no-repeat center center/contain;
    width: 212px;
    height: 344px;
    left: 0;
    bottom: 39px;
  }
}
.fv__inner::after {
  position: absolute;
  content: "";
  background: url(../img/img_cats.png) no-repeat center center/contain;
  bottom: 153px;
  right: 20px;
  width: 107px;
  height: 127px;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .fv__inner::after {
    background: url(../img/img_cats-pc.png) no-repeat center center/contain;
    width: 233px;
    height: 294px;
    right: 0;
    bottom: 0;
  }
}

.fv__content {
  height: 846px;
}

.fv__lead {
  text-align: center;
  text-shadow: 0px 0px 30px #FFF;
  font-family: "Kiwi Maru", serif;
  font-size: 14px;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .fv__lead {
    font-size: 24px;
  }
}

.fv__title {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .fv__title {
    margin-top: 24px;
    gap: 16px;
  }
}

.fv__title-lead1 img {
  width: 335px;
}
@media screen and (min-width: 768px) {
  .fv__title-lead1 img {
    width: 520px;
  }
}

.fv__title-lead2 img {
  width: 240px;
}
@media screen and (min-width: 768px) {
  .fv__title-lead2 img {
    width: 356px;
  }
}

.fv__accent {
  position: relative;
}
.fv__accent::before {
  position: absolute;
  content: "";
  background: url(../img/img_fukidashi.png) no-repeat center center/contain;
  top: 17px;
  left: 0;
  width: 142px;
  height: 80px;
}
@media screen and (min-width: 768px) {
  .fv__accent::before {
    top: 0;
    left: 37px;
    width: 244px;
    height: 130px;
  }
}
.fv__accent::after {
  position: absolute;
  content: "";
  background: url(../img/img_present.png) no-repeat center center/contain;
  top: 10px;
  right: 25px;
  width: 110px;
  height: 110px;
}
@media screen and (min-width: 768px) {
  .fv__accent::after {
    top: 17px;
    right: 127px;
    width: 180px;
    height: 180px;
  }
}

.fv__phone {
  width: 160px;
  border-radius: 12.8px;
  margin: 236px auto 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .fv__phone {
    margin-top: 186px;
    width: 200px;
  }
}
.fv__phone::before {
  position: absolute;
  content: "";
  background: url(../img/sm/img_smartphone_SP.png) no-repeat center center/contain;
  top: 53%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 200px;
  height: 408px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .fv__phone::before {
    background: url(../img/img_smartphone_PC.png) no-repeat center center/contain;
    width: 250px;
    height: 510px;
  }
}

.fv__phone-tag {
  background: linear-gradient(265deg, #AC3790 -3.52%, #D65A5C 44.94%, #F4C06D 92.38%);
  font-size: 12.8px;
  font-weight: 700;
  color: #FFF;
  padding: 6.4px 9.6px;
  text-align: center;
  border-top-right-radius: 12.8px;
  border-top-left-radius: 12.8px;
}
@media screen and (min-width: 768px) {
  .fv__phone-tag {
    font-size: 16px;
    padding: 8px 12px;
  }
}

.phone-content {
  background: #fff;
  padding: 12.8px 14px 19.2px;
  border-bottom-right-radius: 12.8px;
  border-bottom-left-radius: 12.8px;
}
@media screen and (min-width: 768px) {
  .phone-content {
    padding: 16px 8px 25px;
  }
}

.phone-content__entry {
  font-size: 12px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .phone-content__entry {
    font-size: 14px;
  }
}
.phone-content__entry::after {
  position: absolute;
  content: "";
  width: 48px;
  height: 2.4px;
  background: #CE2073;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .phone-content__entry::after {
    width: 56px;
  }
}

.phone-content__time {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  .phone-content__time {
    font-size: 16px;
  }
}

.phone-content__button {
  text-align: center;
  margin-top: 11.8px;
}
@media screen and (min-width: 768px) {
  .phone-content__button {
    margin-top: 18px;
  }
  .phone-content__button a {
    font-size: 16px;
  }
}

.about {
  margin-top: 108px;
  padding-top: 80px;
  padding-bottom: 32px;
  width: 100%;
  overflow-x: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about {
    margin-top: 88px;
    padding-top: 88px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .about::before {
    position: absolute;
    content: "";
    background: url(../img/斜めパターン.png) no-repeat center center/contain;
    top: 68px;
    left: -20px;
    width: 250px;
    height: 250px;
    z-index: -1;
  }
}
.about::after {
  position: absolute;
  content: "";
  background: url(../img/img_bg_pawpads.png) no-repeat center center/contain;
  top: 70px;
  right: 0;
  width: 54px;
  height: 120px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .about::after {
    width: 100px;
    height: 220px;
    top: 7px;
    right: 167px;
  }
}

.about::-webkit-scrollbar {
  display: none;
}

.about__inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .about__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.about__inner::before {
  position: absolute;
  content: "";
  background: url(../img/photo_L.png) no-repeat center center/contain;
  top: 395px;
  left: -140px;
  width: 200px;
  height: 200px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .about__inner::before {
    width: 480px;
    height: 480px;
    top: 74px;
    left: -542px;
  }
}
.about__inner::after {
  position: absolute;
  content: "";
  background: url(../img/photo_R.png) no-repeat center center/contain;
  top: 273px;
  right: -140px;
  width: 200px;
  height: 200px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .about__inner::after {
    width: 480px;
    height: 480px;
    top: 74px;
    right: -488px;
  }
}

.about__content {
  padding: 40px 12px;
  border-radius: 24px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .about__content {
    max-width: 848px;
    margin: 0 auto;
    width: 100%;
    gap: 32px;
    padding: 40px 114px;
    border-radius: 40px;
    position: relative;
  }
  .about__content::after {
    position: absolute;
    content: "";
    background: url(../img/波.png) no-repeat center center/contain;
    bottom: 174px;
    right: -886px;
    width: 861.922px;
    height: 48.021px;
    z-index: -1;
  }
}

.about__heading {
  position: relative;
}
.about__heading::before {
  content: "";
  position: absolute;
  background: url(../img/img_about_pic1.png) no-repeat center center/contain;
  width: 86px;
  height: 70px;
  top: -9px;
  left: -34px;
}
@media screen and (min-width: 768px) {
  .about__heading::before {
    top: -2px;
    left: -178px;
    width: 146px;
    height: 121px;
  }
}
.about__heading::after {
  content: "";
  position: absolute;
  background: url(../img/img_about_pic2.png) no-repeat center center/contain;
  width: 86px;
  height: 70px;
  top: -10px;
  right: -46px;
}
@media screen and (min-width: 768px) {
  .about__heading::after {
    width: 146px;
    height: 121px;
    top: 5px;
    right: -179px;
  }
}

.about__lead {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about__lead {
    font-size: 16px;
  }
}

.about__text {
  text-align: center;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
@media screen and (min-width: 768px) {
  .about__text {
    font-size: 16px;
    gap: 28px;
  }
}

.accent {
  font-weight: 700;
}

.about__present {
  font-size: 14px;
  font-weight: 700;
  padding: 7px 0px;
  text-align: center;
  border-bottom: 2px dashed #9ED0E0;
}
@media screen and (min-width: 768px) {
  .about__present {
    font-size: 20px;
    padding: 10px 0;
  }
}

.triangle-bottom {
  text-align: center;
  position: relative;
}
.triangle-bottom::before {
  position: absolute;
  content: "";
  background: url(../img/Goods=布.png) no-repeat center center/contain;
  top: 52px;
  left: 49%;
  width: 133px;
  height: 65.003px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .triangle-bottom::before {
    top: -71px;
    left: 85%;
    width: 308px;
    height: 150.604px;
  }
}
.triangle-bottom::after {
  position: absolute;
  content: "";
  background: url(../img/Goods=ボタン.png) no-repeat center center/contain;
  bottom: -22px;
  right: 0px;
  width: 48px;
  height: 48px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .triangle-bottom::after {
    width: 101px;
    height: 100.047px;
    right: -74px;
    bottom: 178px;
  }
}
.triangle-bottom img {
  width: 100px;
}
@media screen and (min-width: 768px) {
  .triangle-bottom img {
    width: 140px;
  }
}

.about__gallery {
  margin: 101px calc(50% - 50vw) 0;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .about__gallery {
    margin-top: 116px;
  }
}

.about__gallery-img {
  text-align: center;
}
.about__gallery-img img {
  width: 354.642px;
}
@media screen and (min-width: 768px) {
  .about__gallery-img img {
    width: 890.604px;
  }
}

.about__swiper {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about__swiper {
    margin-top: -5px;
  }
}
.about__swiper::before {
  position: absolute;
  content: "";
  background: url(../img/sm/img_about_hill-sm.png) no-repeat center center/contain;
  bottom: 60px;
  left: 0px;
  width: 138px;
  height: 215px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .about__swiper::before {
    background: url(../img/img_about_hill-pc.png) no-repeat center center/contain;
    width: 427px;
    height: 817px;
    left: -103px;
    bottom: 150px;
  }
}

.gallery-card__img img {
  width: 100px;
}
@media screen and (min-width: 768px) {
  .gallery-card__img img {
    width: 200px;
  }
}

.swiper-wrapper1 {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.how-to-enter {
  padding-top: 32px;
  padding-bottom: 32px;
  width: 100%;
  overflow-x: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .how-to-enter {
    padding-top: 90px;
  }
}
.how-to-enter::before {
  position: absolute;
  content: "";
  background: url(../img/img_map.png) no-repeat center center/contain;
  top: 32px;
  left: 0;
  width: 149px;
  height: 223px;
}
@media screen and (min-width: 900px) {
  .how-to-enter::before {
    top: 28px;
    left: 36px;
    width: 460px;
    height: 689px;
  }
}

@media screen and (min-width: 900px) {
  .how-to-enter__inner {
    position: relative;
  }
  .how-to-enter__inner::before {
    position: absolute;
    content: "";
    background: url(../img/img_bg_pawpads.png) no-repeat center center/contain;
    bottom: 33px;
    left: -169px;
    width: 100px;
    height: 220px;
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
  }
  .how-to-enter__inner::after {
    position: absolute;
    content: "";
    background: url(../img/img_bg_pawpads.png) no-repeat center center/contain;
    top: 147px;
    right: -168px;
    width: 100px;
    height: 220px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
}

.how-to-enter__heading {
  position: relative;
}
.how-to-enter__heading::before {
  position: absolute;
  content: "";
  background: url(../img/cats=gray.png) no-repeat center center/contain;
  top: 5px;
  right: -50px;
  width: 94px;
  height: 80.046px;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .how-to-enter__heading::before {
    top: -16px;
    right: -138px;
    width: 214px;
    height: 181px;
  }
}
.how-to-enter__heading::after {
  position: absolute;
  content: "";
  background: url(../img/cats=tabby.png) no-repeat center center/contain;
  top: 0px;
  right: 4px;
  width: 105px;
  height: 63px;
}
@media screen and (min-width: 900px) {
  .how-to-enter__heading::after {
    top: -26px;
    right: -13px;
    width: 238px;
    height: 141px;
  }
}

.how-to-enter__title-ja {
  position: relative;
}
.how-to-enter__title-ja::after {
  position: absolute;
  content: "";
  background: url(../img/img_bg_pawpads.png) no-repeat center center/contain;
  top: 5px;
  right: -117px;
  width: 55px;
  height: 120px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (min-width: 900px) {
  .how-to-enter__title-ja::after {
    display: none;
  }
}

.how-to-enter__items {
  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;
  gap: 57px;
}
@media screen and (min-width: 900px) {
  .how-to-enter__items {
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.enter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 900px) {
  .enter-item {
    width: calc(33% - 21.3333333333px);
  }
}
@media screen and (min-width: 900px) {
  .enter-item:nth-of-type(2) {
    margin-top: 69px;
  }
}
.enter-item:nth-of-type(2)::before {
  position: absolute;
  content: "";
  background: url(../img/sm/device=SP.png) no-repeat center center/contain;
  top: -35px;
  left: 49%;
  width: 7px;
  height: 34px;
}
@media screen and (min-width: 900px) {
  .enter-item:nth-of-type(2)::before {
    background: url(../img/img_step_line.png) no-repeat center center/contain;
    width: 113px;
    height: 24px;
    top: 134px;
    left: -99px;
  }
}
.enter-item:nth-of-type(2)::after {
  position: absolute;
  content: "";
  background: url(../img/img_bg_pawpads.png) no-repeat center center/contain;
  top: -18px;
  left: 0;
  width: 55px;
  height: 120px;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
@media screen and (min-width: 768px) {
  .enter-item:nth-of-type(2)::after {
    display: none;
  }
}
.enter-item:nth-of-type(3) {
  margin-top: -9px;
}
@media screen and (min-width: 768px) {
  .enter-item:nth-of-type(3) {
    margin-top: 0;
  }
}
.enter-item:nth-of-type(3)::before {
  position: absolute;
  content: "";
  background: url(../img/sm/device=SP.png) no-repeat center center/contain;
  top: -34px;
  left: 49%;
  width: 7px;
  height: 34px;
}
@media screen and (min-width: 900px) {
  .enter-item:nth-of-type(3)::before {
    background: url(../img/img_step_line.png) no-repeat center center/contain;
    width: 113px;
    height: 24px;
    top: 202px;
    left: -90px;
  }
}
.enter-item:nth-of-type(3)::after {
  position: absolute;
  content: "";
  background: url(../img/img_bg_pawpads.png) no-repeat center center/contain;
  top: -81px;
  right: 0;
  width: 55px;
  height: 120px;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
@media screen and (min-width: 900px) {
  .enter-item:nth-of-type(3)::after {
    display: none;
  }
}

@media screen and (min-width: 900px) {
  .enter-item__img {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.enter-item__img img {
  width: 196px;
}
@media screen and (min-width: 900px) {
  .enter-item__img img {
    width: 280px;
  }
}

.enter-item__title {
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .enter-item__title {
    font-size: 20px;
    margin-top: 12px;
  }
}

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

.enter-item__button {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin-top: 15px;
}
@media screen and (min-width: 900px) {
  .enter-item__button {
    margin-top: 48px;
    font-size: 16px;
  }
}

.enter-item__insta {
  margin-top: 5px;
}
@media screen and (min-width: 900px) {
  .enter-item__insta {
    margin-top: 10px;
  }
}

.enter-item__follow {
  padding: 8px 12px 8px 36px;
  font-size: 14px;
  font-weight: 700;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 900px) {
  .enter-item__follow {
    font-size: 16px;
    padding-left: 41px;
  }
}
.enter-item__follow::before {
  position: absolute;
  content: "";
  background: url(../img/insta-icon.png) no-repeat center center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 8px;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 900px) {
  .enter-item__follow::before {
    width: 24px;
    height: 24px;
  }
}

.prize {
  padding-top: 18px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .prize {
    padding-top: 173px;
  }
}
.prize::before {
  background: url(../img/sm/Union-sm.png) no-repeat center center/contain;
  position: absolute;
  content: "";
  top: -61px;
  left: 51%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 250px;
  height: 222px;
}
@media screen and (min-width: 768px) {
  .prize::before {
    background: url(../img/Union-PC.png) no-repeat center center/contain;
    top: 41px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 384px;
    height: 256.567px;
  }
}

@media screen and (max-width: 767px) {
  .prize__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .prize__inner {
    max-width: 1104px;
    margin-inline: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.prize__heading {
  z-index: 3;
  position: absolute;
  top: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .prize__heading {
    top: 124px;
  }
}

.prize__content {
  margin-top: 72px;
  background: #fff;
  padding: 58px 20px 35px;
  border-radius: 24px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .prize__content {
    padding: 68px 56px 50px;
  }
  .prize__content::before {
    background: url(../img/pattern=left.png) no-repeat center center/contain;
    position: absolute;
    content: "";
    top: -100px;
    left: 0;
    width: 315px;
    height: 86px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .prize__content::before {
    top: -120px;
  }
}
@media screen and (min-width: 768px) {
  .prize__content::after {
    background: url(../img/pattern=right.png) no-repeat center center/contain;
    position: absolute;
    content: "";
    top: -100px;
    right: 0;
    width: 315px;
    height: 86px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .prize__content::after {
    top: -120px;
  }
}

.prize__text {
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .prize__text {
    font-size: 16px;
  }
}

.prize__cards {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4.47%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .prize__cards {
    gap: 0;
    margin-top: 80px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.prize__card {
  width: 47.76%;
}
@media screen and (min-width: 768px) {
  .prize__card {
    width: 48.24%;
  }
  .prize__card:nth-child(2) {
    margin-left: 3.5%;
  }
  .prize__card:nth-child(n+4) {
    margin-left: 3.94%;
  }
}
.prize__card:nth-child(n+3) {
  margin-top: 38px;
}
@media screen and (min-width: 768px) {
  .prize__card:nth-child(n+3) {
    margin-top: 78px;
    width: calc(33% - 24px);
  }
}

.prize-card {
  position: relative;
}

.prize-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  background: url(../img/Star\ 1.png) no-repeat center center/contain;
  width: 48px;
  height: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .prize-card__head {
    top: -50px;
    width: 100px;
    height: 100px;
    z-index: 20;
  }
}

@media screen and (min-width: 768px) {
  .prize-card__head-light {
    width: 80px;
    height: 80px;
    top: -40px;
  }
}

.prize-card__head-head {
  font-size: 7.68px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .prize-card__head-head {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .head__light {
    font-size: 12.8px;
  }
}

.prize-card__head-number {
  font-family: "Josefin Sans", sans-serif;
  font-size: 23.04px;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  .prize-card__head-number {
    font-size: 48px;
  }
}

@media screen and (min-width: 768px) {
  .number__light {
    font-size: 38.4px;
  }
}

@media screen and (min-width: 768px) {
  .prize-card__link {
    width: 440px;
    position: relative;
  }
  .prize-card__link::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: border-width 0.3s;
    transition: border-width 0.3s;
    border: 0 solid #9ED0E0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 15;
    border-radius: 24px;
  }
  .prize-card__link:hover::before {
    border-width: 5px;
  }
  .prize-card__link:hover .prize-card__img img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .prize-card__link:hover .zoom-bg::before {
    border-bottom: 100px solid #9ED0E0;
  }
  .prize-card__link:hover .zoom-small::before {
    border-bottom: 64px solid #9ED0E0;
  }
}

@media screen and (min-width: 768px) {
  .prize-card__img {
    max-width: 440px;
    overflow: hidden;
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
  }
  .prize-card__img img {
    -webkit-transition: 0.5s, -webkit-transform;
    transition: 0.5s, -webkit-transform;
    transition: transform, 0.5s;
    transition: transform, 0.5s, -webkit-transform;
  }
}
.prize-card__img img {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
@media screen and (min-width: 768px) {
  .prize-card__img img {
    width: 100%;
  }
}

.prize-card__text {
  font-size: 12px;
  font-weight: 700;
  padding: 8px;
  height: 56px;
  background: #F5F5F5;
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  text-align: center;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .prize-card__text {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    max-width: 440px;
    height: 120px;
    font-size: 20px;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }
}

@media screen and (min-width: 768px) {
  .text-small {
    font-size: 16px;
    height: 80px;
    padding: 0;
    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;
  }
}

.zoom-bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-left: 36px solid transparent;
  border-bottom: 36px solid #67B0C7;
  border-bottom-right-radius: 8px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media screen and (min-width: 768px) {
  .zoom-bg::before {
    border-left: 100px solid transparent;
    border-bottom: 100px solid #67B0C7;
    border-bottom-right-radius: 24px;
  }
}
.zoom-bg::after {
  background: url(../img/prize-zoom-Icon.svg) no-repeat center center/contain;
  content: "";
  display: block;
  bottom: 6px;
  right: 6px;
  width: 11.52px;
  height: 11.52px;
  position: absolute;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .zoom-bg::after {
    width: 32px;
    height: 32px;
    right: 12.5px;
    bottom: 14px;
  }
}

.zoom-small::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-left: 36px solid transparent;
  border-bottom: 36px solid #67B0C7;
  border-bottom-right-radius: 8px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media screen and (min-width: 768px) {
  .zoom-small::before {
    border-left: 64px solid transparent;
    border-bottom: 64px solid #67B0C7;
    border-bottom-right-radius: 24px;
  }
}
.zoom-small::after {
  background: url(../img/prize-zoom-Icon.svg) no-repeat center center/contain;
  content: "";
  display: block;
  bottom: 6px;
  right: 6px;
  width: 11.52px;
  height: 11.52px;
  position: absolute;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .zoom-small::after {
    width: 20.48px;
    height: 20.48px;
    right: 8px;
    bottom: 9px;
  }
}

.modal-prize {
  margin: 0;
  position: fixed;
  padding: 60px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
  background: transparent;
  border: none;
  z-index: 850;
  width: 100%;
  height: 100%;
}
.modal-prize__content {
  overflow: auto;
  text-align: center;
  border-radius: 24px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 800;
}
@media screen and (min-width: 768px) {
  .modal-prize__content {
    width: 400px;
  }
}

.modal__img img {
  width: 100%;
  height: 250px;
}

.modal__body {
  background: #FFF;
  text-align: center;
  padding: 20px;
}

.modal__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.modal__text {
  margin-top: 12px;
}

.modal-prize__button {
  margin-top: 18px;
}
.modal-prize-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 600;
}

.prize__button {
  margin-top: 17px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .prize__button {
    margin-top: 37px;
  }
}
.prize__button a {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .prize__button a {
    font-size: 20px;
  }
}

.prize__bg {
  background: url(../img/bg_pic.jpg) no-repeat center center/cover;
  height: 260px;
  margin-top: -45px;
  z-index: -10;
}
@media screen and (min-width: 768px) {
  .prize__bg {
    height: 645px;
    margin-top: 0;
  }
}

.spot {
  background: #67B0C7;
  padding-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .spot {
    margin-top: -80px;
    padding-top: 75px;
    padding-bottom: 77px;
  }
}
.spot::before {
  content: "";
  position: absolute;
  background: url(../img/sm/spot-bgtop-sm.png) repeat-x;
  top: -46px;
  left: 0;
  width: 100%;
  height: 49.714px;
}
@media screen and (min-width: 768px) {
  .spot::before {
    background: url(../img/spot-bgtop-pc.png) repeat-x;
    top: -39px;
  }
}
.spot::after {
  content: "";
  position: absolute;
  background: url(../img/sm/spot-bgbottom-sm.png) repeat-x;
  bottom: -52px;
  left: 0;
  width: 100%;
  height: 54.714px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .spot::after {
    background: url(../img/spot-bgbottom-pc.png) repeat-x;
    height: 125px;
  }
}

@media screen and (min-width: 768px) {
  .spot__content {
    margin-top: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
}

.spot__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .spot__heading {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    gap: 16px;
  }
}

.spot__heading-img img {
  width: 28px;
}
@media screen and (min-width: 768px) {
  .spot__heading-img img {
    width: 56px;
  }
}

.spot__heading-title {
  color: #fff;
  font-family: "Kiwi Maru", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .spot__heading-title {
    font-size: 40px;
    letter-spacing: 10px;
  }
}

@media screen and (max-width: 767px) {
  .spot__swiper {
    margin: 24px calc(50% - 50vw) 0;
    width: 100vw;
  }
}
@media screen and (min-width: 768px) {
  .swiper2 {
    max-width: 700px;
  }
}
@media screen and (min-width: 900px) {
  .swiper2 {
    max-width: 800px;
  }
}
@media screen and (min-width: 1300px) {
  .swiper2 {
    max-width: 1180px;
  }
}

.spot-card__img img {
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
@media screen and (max-width: 767px) {
  .spot-card__img img {
    min-height: 182px;
  }
}
@media screen and (min-width: 768px) {
  .spot-card__img img {
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
  }
}

.spot-card__content {
  background: #fff;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 15px 25px 32px;
}
@media screen and (max-width: 767px) {
  .spot-card__content {
    height: 220px;
  }
}
@media screen and (min-width: 768px) {
  .spot-card__content {
    padding: 24px 32px 40px;
    height: 302px;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }
}

.spot-card__title {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .spot-card__title {
    font-size: 20px;
  }
}

.spot-card__text {
  font-size: 12px;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .spot-card__text {
    font-size: 16px;
    margin-top: 24px;
  }
}

.spot__prev::after,
.spot__next::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .spot__prev,
  .spot__next {
    top: -100px;
  }
}

@media screen and (min-width: 768px) {
  .spot__prev {
    background: #FFEE56;
    width: 80px;
    height: 80px;
    left: 80px;
    border-radius: 40px;
  }
  .spot__prev::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url(../img/spot-prev-icon.svg) no-repeat center center/contain;
    width: 15.638px;
    height: 26.539px;
  }
}

@media screen and (min-width: 768px) {
  .spot__next {
    background: #FFEE56;
    width: 80px;
    height: 80px;
    right: 80px;
    border-radius: 40px;
  }
  .spot__next::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url(../img/spot-next-icon.svg) no-repeat center center/contain;
    width: 15.638px;
    height: 26.539px;
  }
}

.spot__footer {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .spot__footer {
    -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;
    margin-top: 65px;
    position: relative;
  }
  .spot__footer::before {
    position: absolute;
    content: "";
    background: url(../img/img_bg_pawpads.png) no-repeat center center/contain;
    bottom: 0;
    left: -168px;
    width: 100px;
    height: 220px;
  }
}

.spot__img img {
  width: 254.439px;
}
@media screen and (min-width: 768px) {
  .spot__img img {
    width: 495px;
  }
}

.spot__text {
  font-size: 11.444px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .spot__text {
    font-size: 16px;
  }
}

.spot__button {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .spot__button {
    text-align: right;
  }
}
.spot__button a {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .spot__button a {
    font-size: 20px;
  }
}

.qa {
  padding-top: 86px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .qa {
    padding-top: 166px;
  }
}

.qa__boxes {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .qa__boxes {
    margin-top: 41px;
    gap: 24px;
  }
}

.qa-box {
  border-radius: 12px;
  border: 2px solid #4A3636;
  background: #fff;
}
.qa-box.is-open .qa-box__plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.qa-box__head {
  padding: 11px 14px 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .qa-box__head {
    gap: 16px;
    padding: 22px;
  }
}

.qa-box__icon {
  color: #9ED0E0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .qa-box__icon {
    font-size: 32px;
  }
}

.qa-box__text {
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  max-width: 950px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .qa-box__text {
    font-size: 20px;
  }
}

.qa-box__plus {
  background: #9ED0E0;
  width: 31.182px;
  height: 28.182px;
  border-radius: 13px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .qa-box__plus {
    width: 48px;
    height: 45px;
    border-radius: 24px;
  }
}
.qa-box__plus::before {
  content: "";
  position: absolute;
  background: url(../img/minus-icon.png) no-repeat center center/contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .qa-box__plus::before {
    width: 32px;
    height: 32px;
  }
}
.qa-box__plus::after {
  content: "";
  position: absolute;
  background: url(../img/minus-icon.png) no-repeat center center/contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  width: 18px;
  height: 18px;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
@media screen and (min-width: 768px) {
  .qa-box__plus::after {
    width: 32px;
    height: 32px;
  }
}

.qa-box__body {
  display: none;
  background: #F5F5F5;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.qa-box__a {
  padding: 17px 14px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
}
@media screen and (min-width: 768px) {
  .qa-box__a {
    padding: 24px 22px 22px;
    gap: 16px;
  }
}

.qa-box__a-icon {
  color: #9ED0E0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .qa-box__a-icon {
    font-size: 32px;
  }
}

.qa-box__a-text {
  font-size: 14px;
  display: block;
}
@media screen and (min-width: 768px) {
  .qa-box__a-text {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .entry {
    padding-top: 91px;
  }
}

.entry__content {
  padding: 17px 16px 12px;
  border: 8px solid #FFF;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 768px) {
  .entry__content {
    padding: 32px 48px 42px;
  }
}

.entry__items {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11px;
}
@media screen and (min-width: 768px) {
  .entry__items {
    margin-top: 40px;
    gap: 12px;
  }
}

.entry-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-bottom: 15px;
}
.entry-item:not(:last-child) {
  border-bottom: 1px solid #CCC;
}
@media screen and (min-width: 768px) {
  .entry-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 0;
    padding-bottom: 12px;
  }
  .entry-item:last-child {
    padding-bottom: 0;
  }
}

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

.entry-item__text {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .entry-item__text {
    font-size: 16px;
  }
}

.entry-item__lists {
  padding-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .entry-item__lists {
    padding-left: 36px;
    gap: 1px;
  }
}

.entry-item__list {
  position: relative;
}
.entry-item__list::before {
  content: "";
  position: absolute;
  background: #4A3636;
  width: 3px;
  height: 3px;
  top: 9px;
  left: -11px;
  border-radius: 13px;
}

.entry__bg {
  background: url(../img/img_bg_entry.png) no-repeat center center/cover;
  height: 99px;
  margin-top: 30px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .entry__bg {
    margin-top: 122px;
    height: 400px;
  }
}

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

.contact__box {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .contact__box {
    margin-top: 33px;
  }
}

.contact-form {
  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: 768px) {
  .contact-form {
    gap: 38px;
  }
}

.contact__text {
  text-align: center;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .contact__text {
    font-size: 16px;
  }
}

.contact__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .contact__fields {
    max-width: 848px;
    width: 100%;
    margin: 0 auto;
    gap: 23px;
  }
}

@media screen and (min-width: 768px) {
  .contact__field:nth-child(n+4) {
    margin-top: 16px;
  }
}

.form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .form-field {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}

.form-field__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .form-field__head {
    width: 220px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.flex-start {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

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

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

@media screen and (min-width: 768px) {
  .form-field__item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.form-text {
  border-radius: 8px;
  background: #F5F5F5;
  padding: 16px;
  width: 100%;
  border: none;
  color: #4A3636;
  font-size: 14px;
}
.form-text ::-webkit-input-placeholder {
  color: #CCC;
}
.form-text ::-moz-placeholder {
  color: #CCC;
}
.form-text :-ms-input-placeholder {
  color: #CCC;
}
.form-text ::-ms-input-placeholder {
  color: #CCC;
}
.form-text ::placeholder {
  color: #CCC;
}
@media screen and (min-width: 768px) {
  .form-text {
    font-size: 16px;
  }
}
.form-text:focus {
  outline: 1px solid #9ED0E0;
  background-color: #E9F6F8;
}
.form-text:valid {
  background-color: #F5F5F5;
}

.form-field__select {
  position: relative;
}
.form-field__select::before {
  position: absolute;
  content: "";
  background: #9ED0E0;
  top: 0;
  right: 0;
  width: 52px;
  height: 55px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .form-field__select::before {
    height: 58px;
  }
}
.form-field__select.form-invalid::before {
  background-color: #CE2073;
}
.form-field__select.form-invalid .form-select {
  border: 1px solid #CE2073;
  background-color: #FFF0F7;
}
.form-field__select::after {
  position: absolute;
  content: "";
  background: url(../img/select-icon.png) no-repeat center center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  width: 32px;
  height: 32px;
  pointer-events: none;
}

.form-select {
  border-radius: 8px;
  background: #F5F5F5;
  padding: 16px;
  width: 100%;
  border: none;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.form-select ::-webkit-input-placeholder {
  color: #CCC;
}
.form-select ::-moz-placeholder {
  color: #CCC;
}
.form-select :-ms-input-placeholder {
  color: #CCC;
}
.form-select ::-ms-input-placeholder {
  color: #CCC;
}
.form-select ::placeholder {
  color: #CCC;
}
@media screen and (min-width: 768px) {
  .form-select {
    font-size: 16px;
  }
}
.form-select:focus {
  outline: 1px solid #9ED0E0;
  background-color: #E9F6F8;
}

.form-invalid .form-select {
  border: 1px solid #CE2073;
  background-color: #FFF0F7;
}

.form-select::-ms-expand {
  display: none;
}

.form-field__radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.form-radio__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-radio__input:checked + .form-radio__text {
  font-weight: 700;
}
.form-radio__input:checked + .form-radio__text::after {
  opacity: 1;
}
.form-radio__input:focus + .form-radio__text::before {
  outline: 1px solid #9ED0E0;
}

.form-radio__text {
  font-size: 14px;
  position: relative;
  padding-left: 32px;
}
@media screen and (min-width: 768px) {
  .form-radio__text {
    font-size: 16px;
  }
}
.form-radio__text::before, .form-radio__text::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
.form-radio__text::before {
  width: 24px;
  height: 24px;
  background: #F5F5F5;
  left: 0;
}
.form-radio__text::after {
  width: 12px;
  height: 12px;
  background: #9ED0E0;
  left: 6px;
  opacity: 0;
}

.form-textarea {
  border-radius: 8px;
  background: #F5F5F5;
  padding: 16px;
  width: 100%;
  height: 160px;
  border: none;
  color: #4A3636;
  font-size: 14px;
  resize: vertical;
}
.form-textarea ::-webkit-input-placeholder {
  color: #CCC;
}
.form-textarea ::-moz-placeholder {
  color: #CCC;
}
.form-textarea :-ms-input-placeholder {
  color: #CCC;
}
.form-textarea ::-ms-input-placeholder {
  color: #CCC;
}
.form-textarea ::placeholder {
  color: #CCC;
}
@media screen and (min-width: 768px) {
  .form-textarea {
    font-size: 16px;
  }
}
.form-textarea:focus {
  outline: 1px solid #9ED0E0;
  background: #E9F6F8;
}

.contact__pryvacy {
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contact__pryvacy {
    margin-top: 40px;
  }
}

.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 {
  outline: 1px solid #9ED0E0;
}

.form-checkbox__text {
  position: relative;
  padding-left: 36px;
  font-size: 14px;
}
.form-checkbox__text a:focus {
  outline: 1px solid #9ED0E0;
}
@media screen and (min-width: 768px) {
  .form-checkbox__text {
    font-size: 16px;
  }
}
.form-checkbox__text::before, .form-checkbox__text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-checkbox__text::before {
  background: #F5F5F5;
  width: 24px;
  height: 24px;
  border-radius: 4px;
}
.form-checkbox__text::after {
  background: url(../img/check-icon.png) no-repeat center center/contain;
  width: 24px;
  height: 24px;
  left: 0px;
  opacity: 0;
}

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

.submit {
  cursor: pointer;
}

.input-invalid {
  border: 1px solid #CE2073;
  background-color: #FFF0F7;
}

.access {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .access {
    padding-top: 120px;
    padding-bottom: 170px;
  }
}

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

.access__sns {
  margin-top: 24px;
}

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

.sns__list-link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.sns__list-link img {
  width: 32px;
}
@media screen and (min-width: 768px) {
  .sns__list-link img {
    width: 40px;
  }
}
.sns__list-link:hover {
  opacity: 0.7;
}

.access__img {
  margin-top: 13px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .access__img {
    margin-top: 40px;
  }
}
.access__img img {
  width: 327px;
}
@media screen and (min-width: 768px) {
  .access__img img {
    width: 740px;
  }
}

@media screen and (min-width: 768px) {
  .access__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .access__iframe {
    width: 50%;
  }
}
.access__iframe iframe {
  width: 100%;
  max-width: 750px;
  height: auto;
  aspect-ratio: 335/271;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .access__iframe iframe {
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
  }
}
@media screen and (min-width: 768px) {
  .access__iframe iframe {
    max-width: 512px;
    aspect-ratio: 512/400;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}

.access__lead {
  background: #fff;
  padding: 18px 24px 28px;
}
@media screen and (max-width: 767px) {
  .access__lead {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }
}
@media screen and (min-width: 768px) {
  .access__lead {
    padding: 10px 10px 0;
    width: 50%;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
}
@media screen and (min-width: 900px) {
  .access__lead {
    padding: 50px 30px 0;
    width: 50%;
  }
}
@media screen and (min-width: 1300px) {
  .access__lead {
    max-width: 512px;
    aspect-ratio: 512/400;
    padding: 103px 61px;
  }
}

.access__lead-logo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .access__lead-logo {
    text-align: left;
  }
}
.access__lead-logo img {
  width: 153px;
}
@media screen and (min-width: 768px) {
  .access__lead-logo img {
    width: 183px;
  }
}

.access__lead-lists {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .access__lead-lists {
    margin: 12px 0 0;
    text-align: left;
    gap: 13px;
  }
}
@media screen and (min-width: 900px) {
  .access__lead-lists {
    margin: 24px 0 0;
  }
}

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

.lead__text-info {
  font-size: 12px;
  font-weight: 700;
  width: 64px;
  padding-left: 16px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .lead__text-info {
    font-size: 16px;
    width: 120px;
  }
}
.lead__text-info::before {
  content: "";
  position: absolute;
  background: #9ED0E0;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.lead__text-detail {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .lead__text-detail {
    font-size: 16px;
  }
}

.page__top {
  padding-top: 24px;
  padding-bottom: 63px;
  text-align: center;
  z-index: 30;
}
@media screen and (min-width: 768px) {
  .page__top {
    position: fixed;
    right: 40px;
    bottom: 10px;
    padding-bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
  }
}
.page__top.is-show {
  opacity: 1;
  visibility: visible;
}

.page__top-link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page__top-link img {
  width: 75px;
}
@media screen and (min-width: 768px) {
  .page__top-link img {
    width: 100px;
    height: 104px;
  }
}
.page__top-link:hover {
  opacity: 0.7;
}

.footer {
  padding-bottom: 24px;
  background: #67B0C7;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 67px;
    padding-bottom: 40px;
  }
}
.footer::before {
  content: "";
  position: absolute;
  background: url(../img/sm/spot-bgtop-sm.png) repeat-x;
  top: -40px;
  left: 0;
  width: 100%;
  height: 45.714px;
}
@media screen and (min-width: 768px) {
  .footer::before {
    background: url(../img/spot-bgtop-pc.png) repeat-x;
    top: -50px;
    left: 0;
    width: 100%;
    height: 53.714px;
  }
}

.footer__inner {
  text-align: center;
}

.footer__copyright {
  color: #fff;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    font-size: 14px;
  }
}