@charset "UTF-8";
html {
  scroll-behavior: smooth;
  scroll-padding-top: 64px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.6;
  color: #4a3636;
  background: #e9f6f8;
}

.body--no-scroll {
  overflow: hidden;
  height: 100vh;
}

.wrapper {
  overflow: hidden;
}

.button-small {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 32px;
  padding: 6px 24px 8px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 40px;
  border: 2px solid #4a3636;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 0 0 #4a3636;
          box-shadow: 0 4px 0 0 #4a3636;
  font-size: 14px;
  font-weight: 700;
}

.button-normal {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 40px;
  padding: 6px 22px 8px 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 40px;
  border: 2px solid #4a3636;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 0 0 #4a3636;
          box-shadow: 0 4px 0 0 #4a3636;
  font-size: 16px;
  font-weight: 700;
}

.button-large {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 56px;
  padding: 10px 40px 12px 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 40px;
  border: 2px solid #4a3636;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 0 0 #4a3636;
          box-shadow: 0 4px 0 0 #4a3636;
  font-size: 20px;
  font-weight: 700;
}

@media screen and (min-width: 900px) {
  .button-hover:hover {
    background: #ffee56;
  }
}
@media screen and (min-width: 1200px) {
  .button-hover:hover {
    background: #ffee56;
  }
}

@media screen and (min-width: 900px) {
  .link:hover {
    color: #67b0c7;
  }
}
@media screen and (min-width: 1200px) {
  .link:hover {
    color: #67b0c7;
  }
}

.inner {
  padding-inline: 20px;
}
@media screen and (min-width: 1200px) {
  .inner {
    padding-inline: 40px;
  }
}

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

.under__line {
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

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

.section__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;
  padding-inline: 24px;
  text-align: center;
  max-width: 335px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .section__heading {
    gap: 8px;
    padding-inline: 20px;
    max-width: 1024px;
  }
}

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

.heading__en {
  font-family: "Courgette", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  color: #4a3636;
}
@media screen and (min-width: 1200px) {
  .heading__en {
    font-size: 20px;
  }
}

.heading__ja {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-family: "Kiwi Maru", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 125%;
  color: #4a3636;
  position: relative;
  border-bottom: 6px solid #ffee56;
  padding-bottom: 6px;
}
@media screen and (min-width: 1200px) {
  .heading__ja {
    font-size: 32px;
    padding-bottom: 10px;
  }
}

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

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

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  height: 64px;
  background: #ffffff;
}

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

.header__logo img {
  display: block;
  width: 210px;
}
@media screen and (min-width: 1200px) {
  .header__logo img {
    width: 183px;
  }
}

.header__button {
  position: relative;
  width: 32px;
  height: 24px;
}
.header__button.is-checked .drawer-icon__bar:nth-child(1) {
  width: 100%;
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__button.is-checked .drawer-icon__bar:nth-child(2) {
  display: none;
}
.header__button.is-checked .drawer-icon__bar:nth-child(3) {
  width: 100%;
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header__button.is-checked .drawer-icon__bar .drawer-icon__dot {
  display: none;
}
@media screen and (min-width: 1200px) {
  .header__button {
    display: none;
  }
}

.drawer-icon__bar {
  position: absolute;
  width: 32px;
  height: 3px;
  border-radius: 6px;
  top: 0;
  left: 0;
  background: #4a3636;
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.drawer-icon__bar:nth-child(1) {
  top: 0;
  width: 25.6px;
}
.drawer-icon__bar:nth-child(2) {
  top: 12px;
}
.drawer-icon__bar:nth-child(3) {
  top: 24px;
}

.drawer-icon__dot {
  position: absolute;
  top: 0;
  right: 0;
  left: 28px;
  width: 4px;
  height: 3px;
  border-radius: 6px;
  background: #4a3636;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.header__nav {
  display: none;
}
@media screen and (min-width: 1200px) {
  .header__nav {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header__nav-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: 12px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.header__nav-link {
  font-size: 12px;
  font-weight: 400;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.header__nav-button {
  margin-left: 16px;
}

@media screen and (min-width: 900px) {
  .header__nav-list {
    gap: 8px;
  }
  .header__nav-link {
    font-size: 11px;
  }
}
.drawer-content {
  display: none;
  position: fixed;
  background: #ffffff;
  top: 64px;
  left: 0;
  width: 100%;
  padding-block: 60px;
  height: calc(100dvh - 64px);
  z-index: 60;
}

.drawer-content__nav {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.drawer-content__link {
  text-align: center;
  font-size: 14px;
}

.drawer-content__button a {
  display: inline-block;
  padding-top: 4px;
  padding-right: 22px;
  padding-bottom: 6px;
  padding-left: 22px;
  font-size: 16px;
  font-weight: 700;
  color: #4a3636;
  text-align: center;
  cursor: pointer;
  background: #fff;
  border: 2px solid #4a3636;
  border-radius: 40px;
}

.first-view {
  margin-top: 64px;
  padding-top: 17px;
  position: relative;
  height: 710px;
}
@media screen and (min-width: 1200px) {
  .first-view {
    padding-top: 34px;
    height: 900px;
  }
}

.first-view-background-image {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  height: calc(100% - 156px);
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .first-view-background-image {
    height: calc(100% - 60px);
  }
}
@media screen and (min-width: 1200px) {
  .first-view-background-image {
    height: calc(100% - 160px);
  }
}
.first-view-background-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.first-view__inner {
  position: relative;
  max-width: 335px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 900px) {
  .first-view__inner {
    max-width: 450px;
  }
}
@media screen and (min-width: 1200px) {
  .first-view__inner {
    max-width: 848px;
  }
}

.first-view__description {
  text-align: center;
  text-shadow: 0 0 30px #fff;
  font-family: "Kiwi Maru", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 125%;
}
@media screen and (min-width: 1200px) {
  .first-view__description {
    font-size: 24px;
    font-weight: 500;
  }
}

.first-view__lead {
  margin-top: 20px;
}
@media screen and (min-width: 1200px) {
  .first-view__lead {
    margin-top: 24px;
    width: 520px;
    margin-left: auto;
    margin-right: auto;
  }
}

.first-view__decoration-wrap {
  position: relative;
  height: 522px;
  margin-top: 10px;
}
@media screen and (min-width: 1200px) {
  .first-view__decoration-wrap {
    height: 588px;
    margin-top: 0;
  }
}

.first-view__decoration-smartphone {
  position: absolute;
  bottom: 11px;
  z-index: 25;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 900px) {
  .first-view__decoration-smartphone {
    bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .first-view__decoration-smartphone {
    bottom: 45px;
  }
}

.decorate-smartphone {
  width: 200px;
}
@media screen and (min-width: 900px) {
  .decorate-smartphone {
    width: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .decorate-smartphone {
    width: 250px;
  }
}

.decorate-smartphone__image {
  position: relative;
}

.decorate-smartphone__contents {
  position: absolute;
  background: #ffffff;
  top: 30%;
  text-align: center;
  border-radius: 12.8px;
  left: 50%;
  width: calc(100% - 40px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1200px) {
  .decorate-smartphone__contents {
    width: calc(100% - 50px);
  }
}

.decorate-smartphone__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12.8px;
}
@media screen and (min-width: 1200px) {
  .decorate-smartphone__content {
    gap: 16.8px;
  }
}

.decorate-smartphone__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6.4px 9.6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: linear-gradient(265deg, #ac3790 -3.52%, #d65a5c 44.94%, #f4c06d 92.38%);
  border-top-left-radius: 12.8px;
  border-top-right-radius: 12.8px;
}
@media screen and (min-width: 1200px) {
  .decorate-smartphone__title {
    padding: 8px 23px;
  }
}

.decorate-smartphone__title-text {
  color: #fff;
  text-align: center;
  font-size: 12.8px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 1200px) {
  .decorate-smartphone__title-text {
    font-size: 16px;
  }
}

.decorate-smartphone__lead {
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (min-width: 1200px) {
  .decorate-smartphone__lead {
    font-size: 14px;
  }
}
.decorate-smartphone__lead::after {
  content: "";
  position: absolute;
  background: #ce2073;
  top: 20px;
  left: 0;
  width: 100%;
  height: 2.4px;
}

.decorate-smartphone__date {
  font-size: 12px;
  font-weight: 700;
  margin-top: 7px;
}
@media screen and (min-width: 1200px) {
  .decorate-smartphone__date {
    font-size: 16px;
  }
}

.decorate-smartphone__button {
  padding-bottom: 19.2px;
}
@media screen and (min-width: 1200px) {
  .decorate-smartphone__button {
    padding-bottom: 24px;
  }
}

.decorate-smartphone__button-size {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 32px;
  padding: 6px 24px 8px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 40px;
  border: 2px solid #4a3636;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 0 0 #4a3636;
          box-shadow: 0 4px 0 0 #4a3636;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .decorate-smartphone__button-size {
    height: 40px;
    font-size: 16px;
  }
}

.first-view__decoration-message {
  position: absolute;
  top: 8px;
  left: 0;
  width: 142px;
}
@media screen and (min-width: 900px) {
  .first-view__decoration-message {
    top: 10px;
    left: -75px;
    width: 170px;
  }
}
@media screen and (min-width: 1200px) {
  .first-view__decoration-message {
    width: 244px;
    top: 0;
    left: 37px;
  }
}

.first-view__decoration-present {
  position: absolute;
  top: 0;
  right: 25px;
  width: 110px;
  height: 110px;
}
@media screen and (min-width: 900px) {
  .first-view__decoration-present {
    top: 0;
    right: -10px;
    width: 130px;
  }
}
@media screen and (min-width: 1200px) {
  .first-view__decoration-present {
    width: 180px;
    height: 180px;
    top: 17px;
    right: 127px;
  }
}

.first-view__decoration-food {
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 90px;
  height: 140px;
  z-index: 26;
}
@media screen and (min-width: 900px) {
  .first-view__decoration-food {
    bottom: 78px;
    left: -3px;
    width: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .first-view__decoration-food {
    width: 210px;
    height: 330px;
    bottom: 30px;
  }
}

.first-view__decoration-cat-image-black {
  position: absolute;
  width: 62px;
  height: 69px;
  bottom: 58px;
  right: 0;
  z-index: 26;
}
@media screen and (min-width: 900px) {
  .first-view__decoration-cat-image-black {
    width: 80px;
    height: 69px;
    bottom: 90px;
    right: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .first-view__decoration-cat-image-black {
    width: 170px;
    height: 190px;
    right: 63px;
    bottom: 90px;
  }
}

.first-view__decoration-cat-image-blown {
  position: absolute;
  width: 98px;
  height: 72px;
  bottom: 0;
  right: 9px;
  z-index: 26;
}
@media screen and (min-width: 900px) {
  .first-view__decoration-cat-image-blown {
    width: 120px;
    height: 72px;
    bottom: 38px;
    right: -10px;
  }
}
@media screen and (min-width: 1200px) {
  .first-view__decoration-cat-image-blown {
    width: 233px;
    height: 174px;
    right: 0;
    bottom: -14px;
  }
}

.about {
  position: relative;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media screen and (min-width: 1200px) {
  .about {
    padding-top: 15px;
    padding-bottom: 80px;
  }
}

.about__content {
  position: relative;
  border-radius: 24px;
  background: #ffffff;
  padding: 41px 35px;
  width: 100%;
  max-width: 335px;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .about__content {
    max-width: 520px;
    padding: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .about__content {
    padding: 40px 114px;
    max-width: 848px;
    border-radius: 40px;
  }
}

.about__image-left {
  position: absolute;
  top: 32px;
  left: 33px;
}
@media screen and (min-width: 1200px) {
  .about__image-left {
    top: 40px;
    left: 84px;
  }
}
.about__image-left img {
  width: 88px;
}
@media screen and (min-width: 1200px) {
  .about__image-left img {
    width: 150px;
  }
}

.about__image-right {
  position: absolute;
  top: 30px;
  right: 20px;
}
@media screen and (min-width: 1200px) {
  .about__image-right {
    top: 47px;
    right: 82px;
  }
}
.about__image-right img {
  width: 88px;
}
@media screen and (min-width: 1200px) {
  .about__image-right img {
    width: 150px;
  }
}

.about__lead-sp {
  margin-top: 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .about__lead-sp {
    display: none;
  }
}

.about__lead-pc {
  display: none;
}
@media screen and (min-width: 1200px) {
  .about__lead-pc {
    display: block;
    margin-top: 32px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 160%;
    text-align: center;
  }
}

.about__text {
  margin-top: 21px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 900px) {
  .about__text {
    font-size: 14px;
    margin-top: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .about__text {
    font-size: 16px;
    margin-top: 35px;
  }
}

.about__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 22px;
}
@media screen and (min-width: 1200px) {
  .about__message {
    margin-top: 34px;
  }
}

.about__message-text {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  position: relative;
  padding-block: 5px;
  border-bottom: 2px dashed #9ed0e0;
}
@media screen and (min-width: 1200px) {
  .about__message-text {
    font-size: 20px;
    padding-block: 12px;
  }
}

.about__button {
  margin-top: 24px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .about__button {
    margin-top: 32px;
  }
}

.about__button-size {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 40px;
  padding: 6px 24px 8px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 40px;
  border: 2px solid #4a3636;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 0 0 #4a3636;
          box-shadow: 0 4px 0 0 #4a3636;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .about__button-size {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 56px;
    padding: 10px 40px 12px 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 40px;
    border: 2px solid #4a3636;
    background: #ffffff;
    -webkit-box-shadow: 0 4px 0 0 #4a3636;
            box-shadow: 0 4px 0 0 #4a3636;
    font-size: 20px;
    font-weight: 700;
  }
}

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

.about__bg-left {
  position: absolute;
  top: 427px;
  right: calc(50% + 128px);
  border-radius: 24px;
  width: 200px;
  height: 200px;
  z-index: -1;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .about__bg-left {
    width: 300px;
    height: 300px;
    top: 90px;
    right: calc(50% + 370px);
  }
}
@media screen and (min-width: 1200px) {
  .about__bg-left {
    width: 480px;
    height: 480px;
    top: 90px;
    right: calc(50% + 614px);
  }
}
.about__bg-left img {
  width: 100%;
}

.about__bg-right {
  position: absolute;
  top: 305px;
  left: calc(50% + 128px);
  z-index: -1;
  border-radius: 24px;
  width: 200px;
  height: 200px;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .about__bg-right {
    width: 300px;
    height: 300px;
    top: 88px;
    left: calc(50% + 330px);
  }
}
@media screen and (min-width: 1200px) {
  .about__bg-right {
    width: 480px;
    height: 480px;
    top: 88px;
    left: calc(50% + 560px);
  }
}
.about__bg-right img {
  width: 100%;
}

.about__bg-slope {
  position: absolute;
  z-index: -1;
  width: 138px;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .about__bg-slope {
    bottom: 85px;
    left: -65px;
    z-index: -2;
    width: 250px;
  }
}
@media screen and (min-width: 1200px) {
  .about__bg-slope {
    bottom: 38px;
    left: calc(50% - 859px);
    z-index: -2;
    width: 427px;
    height: 817px;
  }
}
.about__bg-slope img {
  width: 100%;
}

.about__bg-goods {
  position: absolute;
  bottom: 191px;
  left: calc(50% - 2px);
  width: 133px;
}
@media screen and (min-width: 900px) {
  .about__bg-goods {
    width: 200px;
    bottom: 256px;
    left: calc(50% + 232px);
    z-index: -1;
  }
}
@media screen and (min-width: 1200px) {
  .about__bg-goods {
    width: 308px;
    bottom: 270px;
    left: calc(50% + 375px);
    z-index: -1;
  }
}
.about__bg-goods img {
  width: 100%;
}

.about__bg-goods-button {
  position: absolute;
  bottom: 250px;
  width: 48px;
  left: calc(50% + 118px);
}
@media screen and (min-width: 900px) {
  .about__bg-goods-button {
    width: 90px;
    bottom: 478px;
    left: calc(50% + 310px);
  }
}
@media screen and (min-width: 1200px) {
  .about__bg-goods-button {
    width: 101px;
    bottom: 474px;
    left: calc(50% + 505px);
  }
}
.about__bg-goods-button img {
  width: 100%;
}

.about__bg-pawpads {
  position: absolute;
  top: 22px;
  left: calc(50% + 135px);
  width: 54px;
  height: 120px;
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .about__bg-pawpads {
    top: -25px;
    left: calc(50% + 270px);
    width: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .about__bg-pawpads {
    top: -60px;
    left: calc(50% + 490px);
    width: 100px;
    height: 220px;
  }
}
.about__bg-pawpads img {
  width: 100%;
}

.about__bg-square {
  display: none;
}
@media screen and (min-width: 900px) {
  .about__bg-square {
    position: absolute;
    display: block;
    width: 170px;
    top: 0px;
    right: calc(50% + 320px);
    z-index: -2;
  }
}
@media screen and (min-width: 1200px) {
  .about__bg-square {
    position: absolute;
    display: block;
    width: 250px;
    top: -2px;
    right: calc(50% + 527px);
    z-index: -2;
  }
}

.about__bg-wavyline-1 {
  display: none;
}
@media screen and (min-width: 900px) {
  .about__bg-wavyline-1 {
    display: block;
    position: absolute;
    width: 806px;
    bottom: 553px;
    left: calc(50% + 320px);
    z-index: -1;
  }
}
@media screen and (min-width: 1200px) {
  .about__bg-wavyline-1 {
    display: block;
    position: absolute;
    width: 806px;
    bottom: 553px;
    left: calc(50% + 516px);
    z-index: -1;
  }
}

.about__bg-wavyline-2 {
  display: none;
}
@media screen and (min-width: 900px) {
  .about__bg-wavyline-2 {
    display: block;
    position: absolute;
    width: 806px;
    bottom: 523px;
    left: calc(50% + 275px);
    z-index: -1;
  }
}
@media screen and (min-width: 1200px) {
  .about__bg-wavyline-2 {
    display: block;
    position: absolute;
    width: 806px;
    bottom: 523px;
    left: calc(50% + 449px);
    z-index: -1;
  }
}

.about__bottom {
  margin-top: 140px;
}
@media screen and (min-width: 1200px) {
  .about__bottom {
    margin-top: 167px;
    position: relative;
  }
}

.about__bottom-title {
  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;
}
@media screen and (min-width: 1200px) {
  .about__bottom-title img {
    width: 891px;
  }
}

.about__scroll {
  width: 100% !important;
  margin: 0 auto;
  overflow: visible;
}
@media screen and (min-width: 1200px) {
  .about__scroll {
    position: absolute;
    bottom: -192px;
  }
}

.about-slider {
  width: 100px !important;
  height: 100px !important;
}
@media screen and (min-width: 1200px) {
  .about-slider {
    width: 200px !important;
    height: 200px !important;
  }
}

#js-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.step {
  position: relative;
}

.step__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
}
@media screen and (min-width: 1200px) {
  .step__head {
    margin-top: 232px;
  }
}

.step__body {
  margin-top: 30px;
}
@media screen and (min-width: 1200px) {
  .step__body {
    margin-top: 40px;
  }
}

.step__body-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
@media screen and (min-width: 900px) {
  .step__body-wrapper {
    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-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .step__body-wrapper {
    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-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 33px;
  }
}

@media screen and (min-width: 900px) {
  .step__container:nth-child(2) .step__content::after {
    right: -46px;
    bottom: 220px;
  }
}
@media screen and (min-width: 1200px) {
  .step__container:nth-child(2) .step__content::after {
    right: -56px;
    bottom: 315px;
  }
}
.step__container:nth-child(3) .step__content::after {
  content: none;
}
@media screen and (min-width: 900px) {
  .step__container:nth-child(odd) {
    margin-top: 0;
  }
  .step__container:nth-child(even) {
    margin-top: 34px;
  }
}
@media screen and (min-width: 1200px) {
  .step__container:nth-child(odd) {
    margin-top: 0;
  }
  .step__container:nth-child(even) {
    margin-top: 68px;
  }
}

.step__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 16px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .step__content {
    gap: 18px;
    width: 320px;
  }
}
.step__content::after {
  content: "";
  position: absolute;
  background: url(../img/step/img-step-line-sp.png) no-repeat center/contain;
  width: 7px;
  height: 32px;
  right: 49%;
  bottom: -50px;
}
@media screen and (min-width: 900px) {
  .step__content::after {
    background: url(../img/step/img-step-line.png) no-repeat center/contain;
    width: 100px;
    height: 24px;
    right: -30px;
    bottom: 220px;
  }
}
@media screen and (min-width: 1200px) {
  .step__content::after {
    background: url(../img/step/img-step-line.png) no-repeat center/contain;
    width: 113px;
    height: 24px;
    right: -50px;
    bottom: 308px;
  }
}

.step__image {
  margin-inline: auto;
}
.step__image img {
  width: 196px;
}
@media screen and (min-width: 1200px) {
  .step__image img {
    width: 280px;
  }
}

.step__lead {
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 1200px) {
  .step__lead {
    margin-top: 4px;
    font-size: 20px;
  }
}

.step__text {
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 1200px) {
  .step__text {
    font-size: 16px;
  }
}

.instagram__account {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 12px;
  gap: 8px;
  margin-inline: auto;
}

.instagram__account-icon img {
  width: 20px;
}
@media screen and (min-width: 1200px) {
  .instagram__account-icon img {
    width: 24px;
  }
}

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

.step__bottom {
  margin-top: 16px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .step__bottom {
    margin-top: 48px;
  }
}

.step__button-size {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 40px;
  padding: 6px 22px 8px 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 40px;
  border: 2px solid #4a3636;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 0 0 #4a3636;
          box-shadow: 0 4px 0 0 #4a3636;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 320px) {
  .step__button-size {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .step__button-size {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 56px;
    padding: 10px 40px 12px 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 40px;
    border: 2px solid #4a3636;
    background: #ffffff;
    -webkit-box-shadow: 0 4px 0 0 #4a3636;
            box-shadow: 0 4px 0 0 #4a3636;
    font-size: 20px;
    font-weight: 700;
  }
}

.step__decorate-map {
  position: absolute;
  width: 149px;
  top: 0;
  right: calc(50% + 39px);
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .step__decorate-map {
    width: 350px;
    top: -40px;
    right: calc(50% + 190px);
  }
}
@media screen and (min-width: 1200px) {
  .step__decorate-map {
    width: 460px;
    top: -60px;
    right: calc(50% + 260px);
  }
}

.step__decorate-cat-black {
  position: absolute;
  width: 94px;
  top: 5px;
  left: calc(50% + 125px);
}
@media screen and (min-width: 900px) {
  .step__decorate-cat-black {
    width: 107px;
    top: -18px;
    left: calc(50% + 241px);
  }
}
@media screen and (min-width: 1200px) {
  .step__decorate-cat-black {
    width: 214px;
    top: -19px;
    left: calc(50% + 436px);
  }
}
.step__decorate-cat-black img {
  width: 100%;
}

.step__decorate-cat-blown {
  position: absolute;
  width: 105px;
  top: 0px;
  left: calc(50% + 60px);
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .step__decorate-cat-blown {
    width: 119px;
    top: -28px;
    left: calc(50% + 167px);
  }
}
@media screen and (min-width: 1200px) {
  .step__decorate-cat-blown {
    width: 238px;
    top: -28px;
    left: calc(50% + 286px);
  }
}
.step__decorate-cat-blown img {
  width: 100%;
}

.step__decorate-pawpads-1 {
  position: absolute;
  width: 55px;
  top: 74px;
  left: calc(50% + 112px);
}
@media screen and (min-width: 900px) {
  .step__decorate-pawpads-1 {
    width: 70px;
    top: 55px;
    left: calc(50% + 337px);
  }
}
@media screen and (min-width: 1200px) {
  .step__decorate-pawpads-1 {
    width: 100px;
    top: 147px;
    left: calc(50% + 619px);
  }
}

.step__decorate-pawpads-2 {
  position: absolute;
  width: 55px;
  top: 549px;
  right: calc(50% + 112px);
}
@media screen and (min-width: 900px) {
  .step__decorate-pawpads-2 {
    width: 70px;
    top: 490px;
    right: calc(50% + 365px);
  }
}
@media screen and (min-width: 1200px) {
  .step__decorate-pawpads-2 {
    width: 100px;
    top: 580px;
    right: calc(50% + 619px);
  }
}

.step__decorate-pawpads-3 {
  position: absolute;
  width: 55px;
  top: 879px;
  left: calc(50% + 112px);
}
@media screen and (min-width: 900px) {
  .step__decorate-pawpads-3 {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .step__decorate-pawpads-3 {
    display: none;
  }
}

.prize {
  margin-top: 37px;
}
@media screen and (min-width: 900px) {
  .prize {
    margin-top: 100px;
    padding-inline: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .prize {
    margin-top: 150px;
  }
}

.prize__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .prize__title {
    padding-top: 5px;
  }
}

.prize__contents-decoration-left {
  display: none;
}
@media screen and (min-width: 900px) {
  .prize__contents-decoration-left {
    position: absolute;
    display: block;
    top: 0;
    right: calc(50% + 155px);
    width: 270px;
  }
}
@media screen and (min-width: 1200px) {
  .prize__contents-decoration-left {
    position: absolute;
    display: block;
    top: 0;
    right: calc(50% + 197px);
    width: 315px;
  }
}
.prize__contents-decoration-left img {
  width: 100%;
}

.prize__contents-decoration-right {
  display: none;
}
@media screen and (min-width: 900px) {
  .prize__contents-decoration-right {
    position: absolute;
    display: block;
    top: 0;
    left: calc(50% + 155px);
    width: 270px;
  }
}
@media screen and (min-width: 1200px) {
  .prize__contents-decoration-right {
    position: absolute;
    display: block;
    top: 0;
    left: calc(50% + 197px);
    width: 315px;
  }
}
.prize__contents-decoration-right img {
  width: 100%;
}

.prize__contents {
  border-radius: 24px;
  background: #fff;
  position: relative;
  top: -42px;
  padding: 59px 20px 37px;
}
@media screen and (min-width: 900px) {
  .prize__contents {
    margin: auto;
    padding: 64px 48px 53px;
    top: -24px;
  }
}
@media screen and (min-width: 1200px) {
  .prize__contents {
    max-width: 1024px;
    margin: auto;
    padding: 64px 56px 53px;
    top: -24px;
  }
}
.prize__contents::before {
  content: "";
  background: url(../img/prize/content-decoration-sp.png) no-repeat center/cover;
  position: absolute;
  width: 237px;
  height: 83px;
  top: -83px;
  left: 51%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 900px) {
  .prize__contents::before {
    background: url(../img/prize/content-decoration-pc.png) no-repeat center/cover;
    width: 366px;
    height: 149px;
    top: -149px;
    left: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .prize__contents::before {
    background: url(../img/prize/content-decoration-pc.png) no-repeat center/cover;
    width: 366px;
    height: 149px;
    top: -149px;
    left: 50%;
  }
}

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

.prize__card-list {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
@media screen and (min-width: 900px) {
  .prize__card-list {
    margin-top: 48px;
    gap: 0;
  }
}
@media screen and (min-width: 1200px) {
  .prize__card-list {
    margin-top: 60px;
    gap: 0;
  }
}

.prize__card-item {
  margin-top: 23px;
}
@media screen and (min-width: 900px) {
  .prize__card-item:nth-of-type(2) {
    margin-left: 16px;
  }
  .prize__card-item:nth-of-type(4), .prize__card-item:nth-of-type(5) {
    margin-left: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .prize__card-item:nth-of-type(2) {
    margin-left: 32px;
  }
  .prize__card-item:nth-of-type(4), .prize__card-item:nth-of-type(5) {
    margin-left: 36px;
  }
}

.item-large {
  width: calc(50% - 7.5px);
}
@media screen and (min-width: 900px) {
  .item-large {
    width: calc(50% - 8px);
  }
  .item-large .prize__card-icon {
    width: 80px;
    height: 80px;
    top: -40px;
  }
  .item-large .prize__icon-text {
    font-size: 14px;
    top: 10px;
  }
  .item-large .prize__icon-num {
    font-size: 45px;
    top: 40px;
  }
  .item-large .prize__card-image img {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
  .item-large .prize__card-content {
    border-radius: 24px;
  }
  .item-large .prize__card-text {
    height: 120px;
    font-size: 20px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
  }
  .item-large .prize__card-text::before {
    width: 32px;
    height: 32px;
    bottom: 14px;
    right: 12.5px;
  }
  .item-large .prize__card-text::after {
    width: 100px;
    height: 100px;
    border-bottom-right-radius: 24px;
  }
  .item-large:hover .prize__card-wrap .prize__card-content {
    -webkit-box-shadow: 0 0 0 4px #9ed0e0;
            box-shadow: 0 0 0 4px #9ed0e0;
    border-radius: 24px;
  }
  .item-large:hover .prize__card-wrap .prize__card-content .prize__card-image img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .item-large:hover .prize__card-wrap .prize__card-content .prize__card-text::after {
    background: url(../img/prize/item-content-triangle-hover.png) no-repeat center/contain;
    width: 100px;
    height: 100px;
    border-bottom-right-radius: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .item-large {
    width: calc(50% - 16px);
  }
  .item-large .prize__card-icon {
    width: 100px;
    height: 100px;
    top: -50px;
  }
  .item-large .prize__icon-text {
    font-size: 16px;
    top: 12px;
  }
  .item-large .prize__icon-num {
    font-size: 48px;
    top: 40px;
  }
  .item-large .prize__card-content {
    border-radius: 24px;
  }
  .item-large .prize__card-image img {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
  .item-large .prize__card-text {
    height: 120px;
    font-size: 20px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
  }
  .item-large .prize__card-text::before {
    width: 32px;
    height: 32px;
    bottom: 14px;
    right: 12.5px;
  }
  .item-large .prize__card-text::after {
    width: 100px;
    height: 100px;
    border-bottom-right-radius: 24px;
  }
  .item-large:hover .prize__card-wrap .prize__card-content {
    -webkit-box-shadow: 0 0 0 4px #9ed0e0;
            box-shadow: 0 0 0 4px #9ed0e0;
    border-radius: 24px;
  }
  .item-large:hover .prize__card-wrap .prize__card-content .prize__card-image img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .item-large:hover .prize__card-wrap .prize__card-content .prize__card-text::after {
    background: url(../img/prize/item-content-triangle-hover.png) no-repeat center/contain;
    width: 100px;
    height: 100px;
    border-bottom-right-radius: 24px;
  }
}

.item-small {
  width: calc(50% - 7.5px);
}
@media screen and (min-width: 900px) {
  .item-small {
    width: calc(33% - 12px);
    margin-top: 60px;
  }
  .item-small .prize__card-icon {
    width: 60px;
    height: 60px;
    top: -30px;
  }
  .item-small .prize__icon-text {
    font-size: 9px;
    top: 10px;
  }
  .item-small .prize__icon-num {
    font-size: 36px;
    top: 24px;
  }
  .item-small .prize__card-content {
    border-radius: 8px;
  }
  .item-small .prize__card-text {
    height: 80px;
    font-size: 14px;
  }
  .item-small .prize__card-text::before {
    width: 20px;
    height: 20px;
    bottom: 9px;
    right: 8px;
  }
  .item-small .prize__card-text::after {
    width: 64px;
    height: 64px;
  }
  .item-small:hover .prize__card-wrap .prize__card-content {
    -webkit-box-shadow: 0 0 0 4px #9ed0e0;
            box-shadow: 0 0 0 4px #9ed0e0;
    border-radius: 8px;
  }
  .item-small:hover .prize__card-wrap .prize__card-content .prize__card-image img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .item-small:hover .prize__card-wrap .prize__card-content .prize__card-text::after {
    background: url(../img/prize/item-content-triangle-hover.png) no-repeat center/contain;
    width: 64px;
    height: 64px;
    border-bottom-right-radius: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .item-small {
    width: calc(33% - 21px);
    margin-top: 80px;
  }
  .item-small .prize__card-icon {
    width: 80px;
    height: 80px;
    top: -40px;
  }
  .item-small .prize__icon-text {
    font-size: 13px;
    top: 10px;
  }
  .item-small .prize__icon-num {
    font-size: 38px;
    top: 32px;
  }
  .item-small .prize__card-content {
    border-radius: 8px;
  }
  .item-small .prize__card-text {
    height: 80px;
    font-size: 16px;
  }
  .item-small .prize__card-text::before {
    width: 20px;
    height: 20px;
    bottom: 9px;
    right: 8px;
  }
  .item-small .prize__card-text::after {
    width: 64px;
    height: 64px;
  }
  .item-small:hover .prize__card-wrap .prize__card-content {
    -webkit-box-shadow: 0 0 0 4px #9ed0e0;
            box-shadow: 0 0 0 4px #9ed0e0;
    border-radius: 8px;
  }
  .item-small:hover .prize__card-wrap .prize__card-content .prize__card-image img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .item-small:hover .prize__card-wrap .prize__card-content .prize__card-text::after {
    background: url(../img/prize/item-content-triangle-hover.png) no-repeat center/contain;
    width: 64px;
    height: 64px;
    border-bottom-right-radius: 8px;
  }
}

.prize__card-wrap {
  position: relative;
}

.prize__card-icon {
  width: 48px;
  height: 48px;
  background: url(../img/prize/item-icon-sp.png) no-repeat center/cover;
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}

.prize__icon-text {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 7.68px;
  font-weight: 700;
  line-height: 160%;
  position: absolute;
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}

.prize__icon-num {
  color: #fff;
  text-align: center;
  font-family: "Josefin Sans";
  font-size: 23.04px;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  top: 19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}

.prize__card-content {
  overflow: hidden;
  cursor: pointer;
}

.prize__card-image img {
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
@media screen and (min-width: 900px) {
  .prize__card-image img {
    -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: 1200px) {
  .prize__card-image img {
    -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;
  }
}

.prize__card-text {
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 56px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background: #f5f5f5;
  color: #4a3636;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 700;
  line-height: 160%;
  position: relative;
}
.prize__card-text::before {
  content: "";
  position: absolute;
  background: url(../img/prize/modal-icon.png) no-repeat center/contain;
  width: 11.52px;
  height: 11.52px;
  bottom: 6px;
  right: 5px;
  z-index: 2;
}
.prize__card-text::after {
  content: "";
  position: absolute;
  background: url(../img/prize/item-content-triangle.png) no-repeat center/contain;
  width: 36px;
  height: 36px;
  bottom: 0;
  right: 0;
  border-bottom-right-radius: 8px;
}

.prize__button {
  text-align: center;
  margin-top: 18px;
}
@media screen and (min-width: 900px) {
  .prize__button {
    margin-top: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .prize__button {
    margin-top: 40px;
  }
}

.prizes__button-size {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 40px;
  padding: 6px 22px 8px 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 40px;
  border: 2px solid #4a3636;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 0 0 #4a3636;
          box-shadow: 0 4px 0 0 #4a3636;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 320px) {
  .prizes__button-size {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .prizes__button-size {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 56px;
    padding: 10px 40px 12px 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 40px;
    border: 2px solid #4a3636;
    background: #ffffff;
    -webkit-box-shadow: 0 4px 0 0 #4a3636;
            box-shadow: 0 4px 0 0 #4a3636;
    font-size: 20px;
    font-weight: 700;
  }
}

.prize__modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999;
}
.prize__modal.is-open {
  display: block;
}

.modal__inner {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.modal__item {
  display: none;
}
.modal__item.is-open {
  display: block;
}

@media screen and (min-width: 1200px) {
  .modal__list {
    margin-top: 50px;
  }
}

.modal__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
  margin-top: 90px;
  background: #ffffff;
  max-width: 336px;
  width: 100%;
  overflow: hidden;
  border-radius: 24px;
}
@media screen and (min-width: 1200px) {
  .modal__contents {
    margin-top: 40px;
    max-width: 480px;
  }
}

.modal__image {
  display: block;
}
.modal__image img {
  width: 100%;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.modal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  text-align: center;
  margin-top: 39px;
  padding-inline: 20px;
  padding-bottom: 56px;
}
@media screen and (min-width: 1200px) {
  .modal__content {
    margin-top: 32px;
    padding-inline: 40px;
    padding-bottom: 60px;
  }
}

.modal__lead {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .modal__lead {
    font-size: 20px;
  }
}

.modal__text {
  margin-top: 12px;
  font-size: 12px;
}
@media screen and (min-width: 1200px) {
  .modal__text {
    font-size: 16px;
  }
}

.modal__close {
  margin-top: 16px;
}
@media screen and (min-width: 1200px) {
  .modal__close {
    margin-top: 24px;
  }
}

.prize__background {
  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;
  margin-top: -88px;
}
@media screen and (min-width: 1200px) {
  .prize__background {
    display: block;
    margin-top: -22px;
  }
}

.prize__background-image img {
  display: block;
  width: 100%;
  min-width: 580px;
}
@media screen and (min-width: 1200px) {
  .prize__background-image img {
    min-height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
}

.spots {
  background: #67b0c7;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .spots {
    margin-top: -24px;
  }
}
.spots::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 45.714px;
  background-image: url(../img/spots/bg-wave-top-sp.png);
  background-repeat: repeat-x;
  background-size: 96px auto;
  top: -45px;
}
@media screen and (min-width: 1200px) {
  .spots::before {
    height: 120px;
    background-image: url(../img/spots/bg-wave-top-pc.png);
    background-repeat: repeat-x;
    background-size: 252px auto;
    top: -119px;
  }
}
.spots::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 45.714px;
  background-image: url(../img/spots/bg-wave-bottom-sp.png);
  background-repeat: repeat-x;
  background-size: 96px auto;
  bottom: -45px;
}
@media screen and (min-width: 1200px) {
  .spots::after {
    height: 120px;
    background-image: url(../img/spots/bg-wave-bottom-pc.png);
    background-repeat: repeat-x;
    background-size: 252px auto;
    bottom: -103px;
  }
}

.spots__inner {
  max-width: 375px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 1200px) {
  .spots__inner {
    max-width: 1512px;
    position: relative;
  }
  .spots__inner::before {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/spots/spots-pawpads.png) no-repeat center/contain;
    width: 100px;
    height: 220px;
    bottom: 20px;
    left: 36px;
    z-index: 10;
  }
}

@media screen and (min-width: 1200px) {
  .spots__slider {
    position: relative;
    margin-top: 24px;
  }
}

.spots__heading {
  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;
  gap: 8px;
}
@media screen and (min-width: 1200px) {
  .spots__heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 10px;
    position: absolute;
    width: 56px;
    height: 485px;
    top: 0;
    left: 0;
    padding-left: 272px;
    gap: 15px;
    z-index: 10;
  }
}

.spots__heading-icon {
  width: 28px;
  height: 28px;
}
@media screen and (min-width: 1200px) {
  .spots__heading-icon {
    width: 56px;
    height: 56px;
  }
}
.spots__heading-icon img {
  width: 100%;
}

.spots__heading-title {
  color: #ffffff;
  text-align: center;
  font-family: "Kiwi Maru", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 125%;
}
@media screen and (min-width: 1200px) {
  .spots__heading-title {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 40px;
  }
}

.spots__slider-contents {
  margin-top: 24px;
  overflow: visible !important;
}
@media screen and (min-width: 1200px) {
  .spots__slider-contents {
    margin-top: 0;
    margin-left: 300px;
    padding-left: 32px;
    padding-bottom: 32px;
    position: relative;
  }
  .spots__slider-contents::before {
    content: "";
    position: absolute;
    width: 1512px;
    height: 100%;
    left: -1512px;
    top: 0;
    background: #67b0c7;
    z-index: 5;
    pointer-events: none;
  }
}

.spots__slider-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 335px;
}
@media screen and (min-width: 1200px) {
  .spots__slider-cards {
    max-width: 1024px;
  }
}

.spots__slider-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;
  gap: 16px;
  border-radius: 12px;
  background: #ffffff;
  max-width: 240px;
  height: 402px;
  overflow: hidden;
  padding-bottom: 31px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1200px) {
  .spots__slider-card {
    gap: 24px;
    border-radius: 24px;
    padding-bottom: 40px;
    max-width: 344px;
    height: 542px;
  }
}

.spots__slider-image {
  width: 240px;
}
@media screen and (min-width: 1200px) {
  .spots__slider-image {
    width: 344px;
    height: 240px;
  }
}
.spots__slider-image img {
  width: 100%;
  height: 100%;
}

.spots__slider-content {
  text-align: center;
  padding-inline: 24px;
}
@media screen and (min-width: 1200px) {
  .spots__slider-content {
    padding-inline: 32px;
  }
}

.spots__slider-lead {
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 1200px) {
  .spots__slider-lead {
    font-size: 20px;
  }
}

.spots__slider-text {
  margin-top: 16px;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  text-align: left;
}
@media screen and (min-width: 1200px) {
  .spots__slider-text {
    margin-top: 24px;
    font-size: 16px;
  }
}

.spots__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
@media screen and (min-width: 1200px) {
  .spots__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1024px;
    margin-inline: auto;
    margin-top: 30px;
  }
}

.spots__logo {
  width: 255px;
  margin-inline: auto;
}
@media screen and (min-width: 1200px) {
  .spots__logo {
    width: 495px;
    margin-inline: 0;
  }
}
.spots__logo img {
  width: 100%;
}

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

.spots__text {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 11.444px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 1200px) {
  .spots__text {
    font-size: 16px;
  }
}

.spots__button {
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .spots__button {
    margin-left: 9px;
  }
}

.spots__button-size {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 40px;
  padding: 6px 22px 8px 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 40px;
  border: 2px solid #4a3636;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 0 0 #4a3636;
          box-shadow: 0 4px 0 0 #4a3636;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 320px) {
  .spots__button-size {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .spots__button-size {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 56px;
    padding: 10px 37px 12px 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 40px;
    border: 2px solid #4a3636;
    background: #ffffff;
    -webkit-box-shadow: 0 4px 0 0 #4a3636;
            box-shadow: 0 4px 0 0 #4a3636;
    font-size: 20px;
    font-weight: 700;
  }
}

.spots__paginasion {
  display: none;
}

.spots__prev,
.spots__next {
  display: none;
}
@media screen and (min-width: 1200px) {
  .spots__prev,
  .spots__next {
    display: block;
    margin-top: 0 !important;
    position: absolute;
  }
}

@media screen and (min-width: 1200px) {
  .spots__prev {
    left: -18px !important;
    top: 504px !important;
    width: 1px;
  }
  .spots__prev::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background: url(../img/spots/slider-button-left.png) no-repeat center/contain;
    top: -18px;
  }
}

@media screen and (min-width: 1200px) {
  .spots__next {
    top: 504px !important;
    right: 363px !important;
    width: 1px;
  }
  .spots__next::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background: url(../img/spots/slider-button-right.png) no-repeat center/contain;
    top: -18px;
  }
}

.qa {
  margin-top: 46px;
}
@media screen and (min-width: 1200px) {
  .qa {
    margin-top: 120px;
  }
}

.qa__inner {
  padding-top: 40px;
  margin: 0 auto;
  max-width: 335px;
}
@media screen and (min-width: 900px) {
  .qa__inner {
    max-width: 740px;
  }
}
@media screen and (min-width: 1200px) {
  .qa__inner {
    padding-top: 103px;
    max-width: 1024px;
  }
}

.qa__boxes {
  margin-top: 24px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 11px;
}
@media screen and (min-width: 1200px) {
  .qa__boxes {
    margin-top: 40px;
    gap: 24px;
  }
}

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

.qa-box__head {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 10px 14px;
  background-color: #ffffff;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .qa-box__head {
    padding: 20px;
    gap: 18px;
  }
}

.qa-box__head-icon {
  color: #9ed0e0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 125%;
}
@media screen and (min-width: 1200px) {
  .qa-box__head-icon {
    font-size: 32px;
  }
}

.qa-box__head-text {
  color: #4a3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
@media screen and (min-width: 1200px) {
  .qa-box__head-text {
    font-size: 20px;
  }
}

.qa-box__head-image {
  width: 26.182px;
  height: 26.182px;
  background: url(../img/qa/qa-open-icon.png) no-repeat center/contain;
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
}
.qa-box__head-image.is-open {
  background-image: url(../img/qa/qa-close-icon.png);
}
@media screen and (min-width: 1200px) {
  .qa-box__head-image {
    width: 48px;
    height: 48px;
  }
}

.qa-box__body {
  display: none;
}

.qa-box__a {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 16px 14px;
  background-color: #f5f5f5;
  text-align: left;
}
@media screen and (min-width: 1200px) {
  .qa-box__a {
    padding: 25px 24px;
  }
}

.qa-box__a-icon {
  color: #9ed0e0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 125%;
}
@media screen and (min-width: 1200px) {
  .qa-box__a-icon {
    font-size: 32px;
  }
}

.qa-box__a-text {
  color: #4a3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 1200px) {
  .qa-box__a-text {
    font-size: 16px;
  }
}

.entry {
  margin-top: 30px;
}
@media screen and (min-width: 1200px) {
  .entry {
    margin-top: 120px;
  }
}

.entry__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 335px;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 12px;
  margin: 0 auto;
  -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;
  border: 8px solid #ffffff;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 900px) {
  .entry__inner {
    max-width: 740px;
    gap: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .entry__inner {
    max-width: 1024px;
    padding-top: 30px;
    padding-bottom: 38px;
    padding-inline: 48px;
    gap: 40px;
  }
}

.entry__contents {
  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;
  gap: 12px;
  max-width: 288px;
}
@media screen and (min-width: 900px) {
  .entry__contents {
    max-width: 576px;
  }
}
@media screen and (min-width: 1200px) {
  .entry__contents {
    max-width: 912px;
    gap: 11px;
  }
}

.entry__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 14px;
  -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;
  gap: 8px;
  border-bottom: 1px solid #cccccc;
}
@media screen and (min-width: 900px) {
  .entry__content {
    gap: 0;
    padding-bottom: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
@media screen and (min-width: 1200px) {
  .entry__content {
    gap: 0;
    padding-bottom: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}

.entry__content-title {
  color: #4a3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  padding-left: 16px;
  position: relative;
}
.entry__content-title::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: url(../img/entry/content-title-icon.png) no-repeat center/contain;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 900px) {
  .entry__content-title {
    width: 224px;
    margin-left: 16px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .entry__content-title {
    width: 224px;
    margin-left: 16px;
    font-size: 16px;
  }
}

.entry__content-text {
  color: #4a3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 900px) {
  .entry__content-text {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .entry__content-text {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    font-size: 16px;
  }
}

.entry__attention {
  border-bottom: none;
  max-width: 286px;
  width: 100%;
  gap: 7px;
}
@media screen and (min-width: 900px) {
  .entry__attention {
    max-width: 576px;
  }
}
@media screen and (min-width: 1200px) {
  .entry__attention {
    max-width: 912px;
  }
}

.entry__content-attention {
  padding-left: 18px;
  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;
}
@media screen and (min-width: 900px) {
  .entry__content-attention {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .entry__content-attention {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 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: 1px;
  }
}

.entry__attention-text {
  color: #4a3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  position: relative;
}
.entry__attention-text::before {
  content: "・";
  font-size: 16px;
  position: absolute;
  left: -17px;
  top: -2px;
  line-height: 1.55;
}
@media screen and (min-width: 1200px) {
  .entry__attention-text::before {
    font-size: 20px;
    left: -22px;
  }
}
@media screen and (min-width: 900px) {
  .entry__attention-text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .entry__attention-text {
    font-size: 16px;
  }
}

.entry__background {
  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;
  margin-top: 32px;
}
@media screen and (min-width: 900px) {
  .entry__background {
    display: block;
    margin-top: 68px;
  }
}
@media screen and (min-width: 1200px) {
  .entry__background {
    display: block;
    margin-top: 118px;
  }
}

.entry__background-image img {
  display: block;
  width: 100%;
  min-width: 375px;
}
@media screen and (min-width: 1200px) {
  .entry__background-image img {
    min-height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
}

.contact {
  background: #ffffff;
  padding-top: 40px;
  padding-bottom: 45px;
}
@media screen and (min-width: 1200px) {
  .contact {
    padding-top: 117px;
    padding-bottom: 120px;
  }
}

.contact__inner {
  padding-inline: 20px;
}
@media screen and (min-width: 900px) {
  .contact__inner {
    padding-inline: 0;
    margin-inline: auto;
    max-width: 848px;
  }
}
@media screen and (min-width: 1200px) {
  .contact__inner {
    padding-inline: 0;
    margin-inline: auto;
    max-width: 848px;
  }
}

.contact__form {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 24px;
}
@media screen and (min-width: 900px) {
  .contact__form {
    margin-top: 34px;
    gap: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .contact__form {
    margin-top: 34px;
    gap: 40px;
  }
}

.contact__text {
  color: #4a3636;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 1200px) {
  .contact__text {
    font-size: 16px;
  }
}

.contact__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
}

.contact__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: 6px;
}
@media screen and (min-width: 900px) {
  .contact__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 848px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1200px) {
  .contact__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 848px;
    overflow: hidden;
  }
}

.contact__privacy {
  margin-top: 1px;
}

.contact__submit {
  margin-top: 25px;
}
@media screen and (min-width: 900px) {
  .contact__submit {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .contact__submit {
    margin-top: 40px;
  }
}

.submit-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 40px;
  padding: 6px 22px 8px 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 40px;
  border: 2px solid #4a3636;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 0 0 #4a3636;
          box-shadow: 0 4px 0 0 #4a3636;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .submit-button {
    padding: 6px 40px 8px 40px;
  }
}

.contact__control-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-title {
  color: #4a3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}
.form-title.is-error {
  color: #ce2073;
}
@media screen and (min-width: 1200px) {
  .form-title {
    font-size: 16px;
  }
}

.form-label {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  border-radius: 4px;
  background: #ce2073;
  padding: 4px 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact__control-input {
  text-align: left;
}
@media screen and (min-width: 900px) {
  .contact__control-input {
    width: 628px;
  }
}
@media screen and (min-width: 1200px) {
  .contact__control-input {
    width: 628px;
  }
}

.form-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  color: inherit;
  vertical-align: top;
  width: 100%;
  border: none;
  border-radius: 8px;
  background: #f5f5f5;
  padding: 15px;
  height: 56px;
  font-size: 14px;
}
.form-text::-webkit-input-placeholder {
  color: #cccccc;
}
.form-text::-moz-placeholder {
  color: #cccccc;
}
.form-text:-ms-input-placeholder {
  color: #cccccc;
}
.form-text::-ms-input-placeholder {
  color: #cccccc;
}
.form-text::placeholder {
  color: #cccccc;
}
.form-text:focus {
  border: 1px solid #9ed0e0;
  -webkit-box-shadow: #9ed0e0;
          box-shadow: #9ed0e0;
  background: #f5f5f5;
  outline: none;
}
@media screen and (min-width: 1200px) {
  .form-text {
    font-size: 16px;
  }
}

.control__select {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.control__select::before {
  content: "";
  position: absolute;
  width: 52px;
  height: 55px;
  right: 0;
  bottom: 0;
  background: #9ed0e0;
  pointer-events: none;
}
.control__select::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  right: 10.5px;
  bottom: 11px;
  background: url(../img/contact/select-button-icon.png) no-repeat center/contain;
  pointer-events: none;
}
.control__select.is-error::before {
  background: #ce2073;
}
.control__select.is-error .form-select {
  border: 1px solid #ce2073;
  background-color: #fff0f7;
}

.form-select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: inherit;
  color: inherit;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border-radius: 8px;
  border: none;
  background: #f5f5f5;
  padding: 15px;
  height: 56px;
  font-size: 14px;
}
.form-select:focus {
  outline: none;
  border: 1px solid #9ed0e0;
}
@media screen and (min-width: 1200px) {
  .form-select {
    font-size: 16px;
  }
}

.form__radio {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.4375;
}

.contact__control-radio {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (min-width: 1200px) {
  .contact__control-radio {
    height: 56px;
  }
}

.form__radio-input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form__radio-input:focus + .form__radio-text::before {
  -webkit-box-shadow: 0 0 0 1px #9ed0e0;
          box-shadow: 0 0 0 1px #9ed0e0;
}

.form__radio-input:checked + .form__radio-text::after {
  opacity: 1;
}

.form__radio-text {
  font-weight: 400;
  padding-left: 32px;
  position: relative;
  font-size: 14px;
}
@media screen and (min-width: 1200px) {
  .form__radio-text {
    font-size: 16px;
    padding-left: 33px;
  }
}

.form__radio-text::before,
.form__radio-text::after {
  content: "";
  position: absolute;
  background: #f5f5f5;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}

.form__radio-text::before {
  width: 24px;
  height: 24px;
  border: none;
  left: 0;
}

.form__radio-text::after {
  width: 10px;
  height: 10px;
  background: #9ed0e0;
  left: 7px;
  opacity: 0;
}

@media screen and (min-width: 900px) {
  .contact__message {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .contact__message {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.form-textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.6;
  color: inherit;
  vertical-align: top;
  border-radius: 8px;
  border: none;
  background: #f5f5f5;
  width: 100%;
  height: 160px;
  padding: 16px;
}
.form-textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.form-textarea::-moz-placeholder {
  color: #cccccc;
}
.form-textarea:-ms-input-placeholder {
  color: #cccccc;
}
.form-textarea::-ms-input-placeholder {
  color: #cccccc;
}
.form-textarea::placeholder {
  color: #cccccc;
}
.form-textarea:focus {
  border: 1px solid #9ed0e0;
  -webkit-box-shadow: #9ed0e0;
          box-shadow: #9ed0e0;
  background: #f5f5f5;
  outline: none;
}
@media screen and (min-width: 1200px) {
  .form-textarea {
    font-size: 16px;
    padding: 16px;
  }
}

.form__checkbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}

.form__checkbox-input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form__checkbox-input:focus + .form__checkbox-text::before {
  -webkit-box-shadow: 0 0 0 1px #9ed0e0;
          box-shadow: 0 0 0 1px #9ed0e0;
}

.form__checkbox-input:checked + .form__checkbox-text::after {
  opacity: 1;
}

.form__checkbox-text {
  position: relative;
  color: #4a3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  right: -16px;
}
.form__checkbox-text a {
  color: #4a3636;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media screen and (min-width: 1200px) {
  .form__checkbox-text {
    font-size: 16px;
  }
}

.form__checkbox-text::before,
.form__checkbox-text::after {
  content: "";
  position: absolute;
  left: -34px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form__checkbox-text::before {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #f5f5f5;
  border: none;
}

.form__checkbox-text::after {
  width: 14px;
  height: 9px;
  left: -31px;
  opacity: 0;
  background: url(../img/contact/check-icon.png) no-repeat center/contain;
}

input.is-error,
textarea.is-error {
  border: 1px solid #ce2073;
  background-color: #fff0f7;
}

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

.footer__inner {
  padding-inline: 20px;
}

.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding-bottom: 48px;
  position: relative;
}
@media screen and (min-width: 900px) {
  .footer__sns {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__sns {
    padding-bottom: 120px;
  }
}
.footer__sns::before {
  content: "";
  display: none;
}
@media screen and (min-width: 900px) {
  .footer__sns::before {
    position: absolute;
    display: block;
    background: url(../img/footer/img-pawpads.png) no-repeat center/contain;
    width: 80px;
    height: 180px;
    left: calc(50% + 440px);
    top: -10px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__sns::before {
    position: absolute;
    display: block;
    background: url(../img/footer/img-pawpads.png) no-repeat center/contain;
    width: 100px;
    height: 220px;
    left: calc(50% + 576px);
    top: -39px;
  }
}

.sns__text {
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
}
@media screen and (min-width: 1200px) {
  .sns__text {
    font-size: 24px;
  }
}

.sns__icon {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.icon-youtube {
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/footer/icon-youtube.png) no-repeat center center/cover;
}
@media screen and (min-width: 1200px) {
  .icon-youtube {
    width: 40px;
    height: 40px;
  }
}

.icon-instagram {
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/footer/icon-instagram.png) no-repeat center center/cover;
}
@media screen and (min-width: 1200px) {
  .icon-instagram {
    width: 40px;
    height: 40px;
  }
}

.icon-twitter {
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/footer/icon-twitter.png) no-repeat center center/cover;
}
@media screen and (min-width: 1200px) {
  .icon-twitter {
    width: 40px;
    height: 40px;
  }
}

.footer__map {
  max-width: 335px;
  margin-inline: auto;
  border-radius: 16px;
  background: #ffffff;
  position: relative;
}
@media screen and (min-width: 900px) {
  .footer__map {
    max-width: 860px;
    height: 400px;
    gap: 0;
  }
}
@media screen and (min-width: 1200px) {
  .footer__map {
    max-width: 1024px;
    height: 400px;
    gap: 0;
  }
}
.footer__map::before {
  content: "";
  position: absolute;
  background: url(../img/footer/img-onomichi.png) no-repeat center/contain;
  height: 36px;
  width: 375px;
  right: 50%;
  top: -35px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media screen and (min-width: 900px) {
  .footer__map::before {
    height: 56px;
    width: 576px;
    top: -56px;
  }
}
@media screen and (min-width: 1200px) {
  .footer__map::before {
    width: 755px;
    height: 82.231px;
    top: -82.231px;
  }
}

.map__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  overflow: hidden;
  border-radius: 16px;
}
@media screen and (min-width: 900px) {
  .map__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .map__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.map__date {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .map__date {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .map__date {
    width: 50%;
  }
}
.map__date iframe {
  width: 100%;
  height: 271px;
}
@media screen and (min-width: 900px) {
  .map__date iframe {
    width: 512px;
    height: 400px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 1200px) {
  .map__date iframe {
    width: 512px;
    height: 400px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.map__information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 24px 28px 24px;
  -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: 30px;
}
@media screen and (max-width: 320px) {
  .map__information {
    padding: 0 20px 28px 20px;
  }
}
@media screen and (min-width: 900px) {
  .map__information {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 84px 45px 94px 45px;
    gap: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .map__information {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 84px 45px 94px 45px;
    gap: 26px;
  }
}

.map__logo {
  width: 153px;
}
.map__logo img {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .map__logo {
    width: 185px;
    padding-left: 2px;
  }
}
@media screen and (min-width: 1200px) {
  .map__logo {
    width: 185px;
    padding-left: 2px;
  }
}

.map__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
@media screen and (min-width: 900px) {
  .map__list {
    gap: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .map__list {
    gap: 12px;
  }
}

.map__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 11px;
}
@media screen and (min-width: 900px) {
  .map__item {
    gap: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .map__item {
    gap: 40px;
  }
}

.map__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 72px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 18px;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .map__item-title {
    font-size: 16px;
    width: 82px;
  }
}
.map__item-title::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: url(../img/entry/content-title-icon.png) no-repeat center/contain;
  top: 50%;
  left: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 1200px) {
  .map__item-text {
    font-size: 16px;
  }
}

.footer__pagetop {
  position: static;
  display: block;
  margin-block: 24px;
  margin-inline: auto;
  width: 75px;
  height: 78px;
}
.footer__pagetop img {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .footer__pagetop {
    position: fixed;
    display: block;
    width: 75px;
    height: 78px;
    right: 40px;
    bottom: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3 ease;
    transition: opacity 0.3 ease;
    z-index: 998;
  }
  .footer__pagetop.is-show {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 1200px) {
  .footer__pagetop {
    position: fixed;
    display: block;
    width: 100px;
    height: 104px;
    right: 40px;
    bottom: 273px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3 ease;
    transition: opacity 0.3 ease;
    z-index: 998;
  }
  .footer__pagetop.is-show {
    opacity: 1;
    visibility: visible;
  }
}

.footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 70px;
  padding-bottom: 25px;
  width: 100%;
  background: #67b0c7;
  text-align: center;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.6;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .footer__copyright {
    margin-top: 239px;
    padding-bottom: 32px;
    font-size: 14px;
  }
}
.footer__copyright::before {
  content: "";
  position: absolute;
  background-image: url(../img/footer/img-bg-wave-sp.png);
  background-repeat: repeat-x;
  background-size: 94px;
  height: 46px;
  width: 100%;
  top: -45px;
}
@media screen and (min-width: 1200px) {
  .footer__copyright::before {
    background-image: url(../img/footer/img-bg-wave-pc.png);
    background-repeat: repeat-x;
    background-size: 252px auto;
    height: 120px;
    width: 100%;
    top: -119px;
  }
}