@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

button {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

html {
  overflow-x: hidden;
}

body {
  font-size: 16px;
  line-height: 1.7;
  color: #4a3636;
  font-family: "Noto Sans JP", sans-serif;
  background: #e9f6f8;
  overflow-x: hidden;
}
body.modal-open {
  overflow: hidden;
}

.button {
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  height: 40px;
  padding: 6px 24px 8px 24px;
  border-radius: 40px;
  background: #fff;
  color: #4a3636;
  border: 2px solid #4a3636;
  box-shadow: 0px 4px 0px 0px #4a3636;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap; /* 改行なし */
  overflow: hidden; /* 要素からはみ出したコンテンツを隠す */
  text-overflow: ellipsis; /* はみ出したテキストを省略記号（...）で表示する */
  /* max-width: 90vw; */
}
@media screen and (min-width:1024px) {
  .button {
    font-size: 20px;
    padding: 12px 38px 14px;
    height: 56px;
  }
}
.button:hover {
  background: #79bfd6;
  color: #fff;
  transition: all 0.3s ease; /* ease=ゆっくり→速い→ゆっくり */
}

.button-mitukete {
  width: 338px;
  margin: 12px auto;
}
@media screen and (min-width:1024px) {
  .button-mitukete {
    width: 443px;
    margin-top: 52px;
  }
}

.button-mitukete-2 {
  width: 338px;
  margin: 23px auto 0;
}
@media screen and (min-width:1024px) {
  .button-mitukete-2 {
    width: 443px;
    margin-top: 42px;
  }
}

.spots__button-mitukete {
  width: 338px;
  margin: 20px auto 20px;
}
@media screen and (min-width:1024px) {
  .spots__button-mitukete {
    width: 446px;
    padding: 10px 40px 12px 40px;
    margin: 30px auto 20px;
  }
}

.icon {
  margin: 0 auto;
  width: 37.333px;
}
@media screen and (min-width:1024px) {
  .icon {
    width: 48px;
  }
}

.icon-2 {
  margin: 0 auto;
  width: 37.333px;
}
@media screen and (min-width:1024px) {
  .icon-2 {
    width: 45px;
  }
}

.title-en {
  font-family: "Courgette";
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
}
@media screen and (min-width:1024px) {
  .title-en {
    font-size: 20px;
  }
}

.title-ja {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content; /* コンテンツの幅に合わせて要素の幅を自動調整する */
  margin: 0 auto;
  font-family: "Kiwi Maru";
  font-size: 20px;
  font-weight: 500;
  line-height: 125%;
  padding-bottom: 6px;
  border-bottom: 6px solid #ffee56;
}
@media screen and (min-width:1024px) {
  .title-ja {
    font-size: 32px;
    padding-bottom: 10px;
  }
}

@media screen and (min-width:768px) and (max-width:1023px) {
  .br-tb-block {
    display: block;
  }
}

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

.br-pc-block {
  display: none;
}
@media screen and (min-width:1024px) {
  .br-pc-block {
    display: block;
  }
}

.br-inline-block {
  display: inline-block;
}

.header {
  background: #fff;
}

.header__container {
  display: flex;
  max-width: 1512px;
  margin: 0 auto;
  justify-content: space-between;
  padding-right: 20px;
  padding-left: 20px;
  height: 64px;
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .header__container {
    width: 768px;
  }
}
@media screen and (min-width:1024px) {
  .header__container {
    padding-right: 24px;
    padding-left: 24px;
  }
}

.header__nav-area {
  display: flex;
  gap: 16px;
}

.header__logo {
  width: 210px;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .header__logo {
    width: 188px;
    padding-top: 20px;
  }
}
@media screen and (min-width:1024px) {
  .header__logo {
    width: 183px;
    padding-top: 20px;
    padding-bottom: 23.03px;
  }
}

.header__nav-list {
  display: none;
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .header__nav-list {
    display: flex;
    gap: 12px;
    margin-top: 22.5px;
  }
}
@media screen and (min-width:1024px) {
  .header__nav-list {
    display: flex;
    gap: 12px;
    margin-top: 22.5px;
  }
}

.header__nav-item {
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
}
.header__nav-item:hover {
  color: #79bfd6;
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .header__nav-item {
    font-size: 10px;
  }
}

.header__button {
  display: none;
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .header__button {
    display: block;
    margin-top: 12px;
  }
}
@media screen and (min-width:1024px) {
  .header__button {
    display: block;
    height: 36px;
    margin-top: 14px;
    padding: 4px 22px 6px;
    font-size: 14px;
  }
}

.header__hamburger-button span {
  display: block;
  width: 32px;
  height: 3px;
  background: #4a3636;
  position: relative;
  z-index: 200;
  transition: transform 0.3s ease;
}
.header__hamburger-button span:nth-of-type(2) {
  position: absolute;
  top: 9px;
}
.header__hamburger-button span:nth-of-type(3) {
  position: absolute;
  top: 18px;
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .header__hamburger-button span {
    display: none;
  }
}
@media screen and (min-width:1024px) {
  .header__hamburger-button span {
    display: none;
  }
}

.header__hamburger-button {
  position: absolute;
  top: 21.6px;
  right: 20px;
}
.header__hamburger-button.is-checked span:nth-of-type(1) {
  transform: rotate(30deg);
  top: 12px;
}
.header__hamburger-button.is-checked span:nth-of-type(2) {
  opacity: 0;
}
.header__hamburger-button.is-checked span:nth-of-type(3) {
  transform: rotate(-30deg);
  top: 12px;
}

.drawer-content {
  /* ドロワー */
  width: 100%;
  margin: 0 auto;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 100;
  transition: all 0.6s;
  text-align: center;
  display: flex;
  flex-direction: column;
  /*  スタイル  */
  padding-top: 82px;
  gap: 40px;
}
.drawer-content.active {
  right: 0;
  display: flex;
}
@media screen and (min-width:1024px) {
  .drawer-content.active {
    display: none;
  }
}

.drawer-header__logo {
  width: 210px;
  margin-top: -30px;
}

.drawer-content__button {
  width: 148px;
  margin: 0 auto;
}

.mv {
  position: relative;
  width: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: url(../img/onomichi_mv.png) no-repeat center center;
  background-size: cover;
  background-attachment: scroll;
  height: 554px;
  text-align: center;
  padding-top: 17px;
  margin-bottom: 188px;
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .mv {
    padding-top: 35px;
    margin-bottom: 316px;
  }
}
@media screen and (min-width:1024px) {
  .mv {
    background: url(../img/onomichi_mv-pc.png) no-repeat center center;
    background-size: cover;
    padding-top: 34px;
    height: 738px;
  }
}

.mv__text {
  font-family: "Kiwi Maru";
  font-size: 14px;
  font-weight: 400;
  line-height: 125%;
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .mv__text {
    font-size: 24px;
  }
}
@media screen and (min-width:1024px) {
  .mv__text {
    font-size: 24px;
  }
}

.mv__title {
  margin-top: 20px;
}
.mv__title img {
  display: block;
  margin: 0 auto;
}
.mv__title img:nth-of-type(2) {
  margin-top: 12px;
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .mv__title img:nth-of-type(2) {
    margin-top: 18px;
    width: 360px;
  }
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .mv__title {
    margin-top: 22px;
  }
}

@media screen and (min-width:1024px) {
  .mv__title img {
    margin-top: 24px;
  }
  .mv__title img:nth-of-type(1) {
    width: 520px;
  }
  .mv__title img:nth-of-type(2) {
    margin-top: 16px;
    width: 356px;
  }
}
.mv__smartphone-base {
  position: absolute;
  width: 200px;
  height: 408px;
  top: 291px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .mv__smartphone-base {
    width: 254px;
    top: 280px;
  }
}
@media screen and (min-width:1024px) {
  .mv__smartphone-base {
    width: 250px;
    top: 310px;
  }
}

@media screen and (min-width:1024px) {
  .mv__smartphone-base img {
    width: 250px;
  }
}

.mv__img-bottom {
  position: relative;
  width: 200px;
  height: 408px;
  margin: 120px auto 0;
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .mv__img-bottom {
    width: 250px;
    height: 510px;
    margin: 35px auto 0;
  }
}
@media screen and (min-width:1024px) {
  .mv__img-bottom {
    width: 250px;
    height: 510px;
    margin: 35px auto 0;
  }
}

.mv__share-text {
  position: absolute;
  top: -96px;
  left: -49px;
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .mv__share-text {
    width: 143px;
    top: -30px;
    left: -220px;
  }
}
@media screen and (min-width:1024px) {
  .mv__share-text {
    width: 143px;
    top: -30px;
    left: -220px;
  }
}

.mv__share-decoration {
  position: absolute;
  top: -100px;
  left: -71px;
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .mv__share-decoration {
    width: 244px;
    top: -44px;
    left: -260px;
  }
}
@media screen and (min-width:1024px) {
  .mv__share-decoration {
    width: 244px;
    top: -44px;
    left: -260px;
  }
}

.mv__present {
  position: absolute;
  right: -39px;
  top: -103px;
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .mv__present {
    width: 180px;
    right: -176px;
    top: -16px;
  }
}
@media screen and (min-width:1024px) {
  .mv__present {
    width: 180px;
    right: -176px;
    top: -16px;
  }
}

.mv__cat-cha {
  position: absolute;
  right: -56px;
  top: 345px;
  z-index: 30;
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .mv__cat-cha {
    width: 233px;
    right: -240px;
    top: 396px;
  }
}
@media screen and (min-width:1024px) {
  .mv__cat-cha {
    width: 233px;
    right: -299px;
    top: 396px;
  }
}

.mv__cat-kuro {
  position: absolute;
  top: 289px;
  right: -67px;
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .mv__cat-kuro {
    width: 170px;
    right: -175px;
    top: 276px;
  }
}
@media screen and (min-width:1024px) {
  .mv__cat-kuro {
    width: 170px;
    right: -236px;
    top: 276px;
  }
}

.mv__food {
  position: absolute;
  top: 278px;
  z-index: 30;
  left: -70px;
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .mv__food {
    width: 202px;
    top: 211px;
    left: -234px;
  }
}
@media screen and (min-width:1024px) {
  .mv__food {
    width: 202px;
    top: 194px;
    left: -297px;
  }
}

.button__retoro-top {
  width: 160px;
  height: 32.8px;
  position: absolute;
  top: 413px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  color: #fff;
  border-radius: 12px 12px 0 0;
  display: flex;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(265deg, #ac3790 -3.52%, #d65a5c 44.94%, #f4c06d 92.38%);
  font-size: 12.8px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .button__retoro-top {
    width: 200px;
    height: 42px;
    font-size: 16px;
    top: 432px;
  }
}
@media screen and (min-width:1024px) {
  .button__retoro-top {
    width: 200px;
    height: 42px;
    font-size: 16px;
    top: 462px;
  }
}

.button__retoro-bottom {
  width: 160px;
  height: 127px;
  background: #fff;
  position: absolute;
  top: 445.8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  border-radius: 0 0 12px 12px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .button__retoro-bottom {
    width: 200px;
    height: 150px;
    top: 473px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    border-radius: 0 0 12px 12px;
    padding: 19px 0;
    font-size: 14px;
  }
}
@media screen and (min-width:1024px) {
  .button__retoro-bottom {
    width: 200px;
    height: 150px;
    top: 503px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    border-radius: 0 0 12px 12px;
    padding: 12px;
    font-size: 14px;
  }
}

.retoro-bold {
  margin-top: 9px;
  font-size: 12px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .retoro-bold {
    font-size: 16px;
  }
}
@media screen and (min-width:1024px) {
  .retoro-bold {
    font-size: 16px;
  }
}

.button__retoro-bottom .button {
  margin: 14px auto 0;
  width: 132px;
  padding: 6px 24px;
  font-size: 14px;
  height: 30px;
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .button__retoro-bottom .button {
    width: 144px;
    margin: 14px auto 0;
    height: 40px;
    font-size: 16px;
  }
}
@media screen and (min-width:1024px) {
  .button__retoro-bottom .button {
    width: 144px;
    margin: 18px auto 0;
    height: 40px;
  }
}

.campaign__wrapper {
  text-align: center;
  position: relative;
  max-width: 100vw;
}
.campaign__inner {
  display: flex;
  width: 335px;
  padding: 40px 12px 10px;
  flex-direction: column;
  background: #fff;
  border-radius: 24px;
  margin: 0 auto;
  gap: 22px;
  position: relative;
  overflow: visible;
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .campaign__inner {
    width: 573px;
    border-radius: 45px;
  }
}
@media screen and (min-width:1024px) {
  .campaign__inner {
    width: 848px;
    padding: 25px 114px 0;
    gap: 29px;
  }
  .campaign__inner *:nth-child(2) {
    margin-top: 10px;
  }
}

.campaign__title {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media screen and (min-width:1024px) {
  .campaign__title {
    gap: 8px;
  }
}

@media screen and (min-width:1024px) {
  .campaign__title .title-en {
    margin-top: 0;
  }
}

.campaign__title-second {
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width:1024px) {
  .campaign__title-second {
    font-size: 16px;
  }
}

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

.campaign__text-bold {
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 2px dashed #9ed0e0;
  width: 249px;
  margin: 0 auto;
  white-space: nowrap;
}
@media screen and (min-width:1024px) {
  .campaign__text-bold {
    font-size: 20px;
    padding-top: 12px;
    width: 356px;
  }
}

.campaign__button {
  width: 196px;
  margin: 0 auto;
}
@media screen and (min-width:1024px) {
  .campaign__button {
    width: 260px;
    margin: 10px auto;
  }
}

.campaign__img-about-1 {
  display: block;
  position: absolute;
  width: 86px;
  height: 60px;
  flex-shrink: 0;
  z-index: 3;
  top: 40px;
  left: 33px;
}
@media screen and (min-width:1024px) {
  .campaign__img-about-1 {
    width: 134px;
    height: 100px;
    top: 40px;
    left: 85px;
  }
}

.campaign__img-about-2 {
  display: block;
  position: absolute;
  width: 86px;
  height: 60px;
  flex-shrink: 0;
  z-index: 3;
  top: 40px;
  right: 20px;
}
@media screen and (min-width:1024px) {
  .campaign__img-about-2 {
    width: 134px;
    height: 100px;
    top: 40px;
    right: 85px;
  }
}

.campaign__img-right {
  display: block;
  position: absolute;
  z-index: -1;
  top: 280px;
  right: -160px;
  width: 200px;
  height: 200px;
}
@media screen and (min-width:1024px) {
  .campaign__img-right {
    width: 480px;
    right: -615px;
    top: 58px;
    z-index: 5;
  }
}

.campaign__img-left {
  display: block;
  position: absolute;
  top: 400px;
  left: -160px;
  width: 200px;
  height: 200px;
  z-index: -1;
}
@media screen and (min-width:1024px) {
  .campaign__img-left {
    width: 480px;
    top: 60px;
    left: -670px;
    z-index: 5;
  }
}

.campaign__img-naname {
  display: none;
}
@media screen and (min-width:1024px) {
  .campaign__img-naname {
    display: block;
    position: absolute;
    width: 250px;
    top: -30px;
    left: -353px;
    z-index: 3;
  }
}

.campaign__img-sakamichi-sp {
  position: absolute;
  width: 138px;
  bottom: -220px;
  left: -20px;
}
@media screen and (min-width:1024px) {
  .campaign__img-sakamichi-sp {
    display: none;
  }
}

.campaign__img-sakamichi-pc {
  display: none;
}
@media screen and (min-width:1024px) {
  .campaign__img-sakamichi-pc {
    display: block;
    position: absolute;
    width: 427px;
    height: 817px;
    left: -437px;
    top: 308px;
  }
}

.campaign__img-pawpads {
  display: none;
}
@media screen and (min-width:1024px) {
  .campaign__img-pawpads {
    display: block;
    position: absolute;
    width: 100px;
    height: 220px;
    top: -94px;
    right: -164px;
    z-index: 6;
  }
}

.campaign__img-goods {
  display: block;
  position: absolute;
  width: 133px;
  bottom: -121px;
  right: 37px;
}
@media screen and (min-width:1024px) {
  .campaign__img-goods {
    width: 308px;
    top: 743px;
    right: -260px;
    z-index: 7;
  }
}

.campaign__img-goods2 {
  display: none;
  display: block;
  position: absolute;
  width: 48px;
  bottom: -64px;
  right: 0px;
}
@media screen and (min-width:1024px) {
  .campaign__img-goods2 {
    top: 585px;
    right: -180px;
    z-index: 8;
    width: 101px;
  }
}

.cat-kuro-2 {
  display: block;
  position: absolute;
  width: 94px;
  top: 58px;
  right: -28px;
  z-index: 10;
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .cat-kuro-2 {
    top: 70px;
    right: 90px;
    width: 165px;
  }
}
@media screen and (min-width:1024px) {
  .cat-kuro-2 {
    top: 100px;
    right: 105px;
    width: 214px;
  }
}

.cat-cha-2 {
  display: block;
  position: absolute;
  width: 105px;
  top: 52px;
  right: 27px;
  z-index: 9;
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .cat-cha-2 {
    width: 170px;
    top: 60px;
    right: 147px;
  }
}
@media screen and (min-width:1024px) {
  .cat-cha-2 {
    width: 238px;
    top: 94px;
    right: 231px;
  }
}

.campaign__arrow {
  width: 100px;
}
@media screen and (min-width:1024px) {
  .campaign__arrow {
    width: 140px;
    height: 50px;
  }
}

.bg__top-img {
  width: 355px;
  padding-top: 110px;
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .bg__top-img {
    width: 770px;
    height: 138px;
    padding-top: 100px;
  }
}
@media screen and (min-width:1024px) {
  .bg__top-img {
    width: 891px;
    padding-top: 130px;
    display: block;
    margin: 0 auto;
  }
}

.how-to-enter {
  text-align: center;
  padding-top: 49.8px;
  padding-bottom: 17.6px;
  position: relative;
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .how-to-enter {
    padding-top: 67px;
  }
}
@media screen and (min-width:1024px) {
  .how-to-enter {
    padding-top: 120px;
    padding-bottom: 120px;
    max-width: 1512px;
    margin: 0 auto;
  }
}

.how-to-enter .title-ja {
  margin-top: 3px;
}
@media screen and (min-width:1024px) {
  .how-to-enter .title-ja {
    margin-top: 0;
  }
}

.how-to-enter__step-wrapper {
  margin-top: 32px;
  z-index: 20;
}
@media screen and (min-width:1024px) {
  .how-to-enter__step-wrapper {
    display: flex;
    width: 1024px;
    margin: 0 auto;
    gap: 32px;
  }
}

.how-to-enter__cats {
  z-index: 10;
}
@media screen and (min-width:1024px) {
  .how-to-enter__cats {
    margin-top: 41px;
    display: flex;
    flex-direction: column;
  }
  .how-to-enter__cats:nth-of-type(2) {
    margin-top: 110px;
  }
}

.how-to-enter__cat {
  position: relative;
  width: 196px;
  margin: 0 auto;
}
@media screen and (min-width:1024px) {
  .how-to-enter__cat {
    width: 280px;
  }
}

.how-to-enter__step {
  width: 49px;
  margin: 0 auto;
  color: #fff;
  position: absolute;
  top: 31.06px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width:1024px) {
  .how-to-enter__step {
    width: 70px;
    top: 44px;
  }
}

.how-to-enter__step-en {
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 1.12px;
}
@media screen and (min-width:1024px) {
  .how-to-enter__step-en {
    font-size: 20px;
  }
}

.how-to-enter__step-number {
  font-family: "Josefin Sans", sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 600;
  line-height: 90%;
}
@media screen and (min-width:1024px) {
  .how-to-enter__step-number {
    font-size: 56px;
    line-height: 125%;
  }
}

.how-to-enter__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width:1024px) {
  .how-to-enter__title {
    font-size: 20px;
  }
}

.how-to-enter__text {
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width:1024px) {
  .how-to-enter__text {
    width: 320px;
    font-size: 16px;
  }
}

.how-to-enter__button {
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
  background: #fff;
  display: flex;
  padding: 8px 12px;
  align-items: center;
  gap: 8px;
  width: 226px;
  margin: 0 auto;
  white-space: nowrap;
}
@media screen and (min-width:1024px) {
  .how-to-enter__button {
    font-size: 16px;
    padding: 8px 12px;
    width: 254px;
  }
}

.how-to-enter__icon-base {
  width: 196px;
}
@media screen and (min-width:1024px) {
  .how-to-enter__icon-base {
    width: 280px;
  }
}

.how-to-enter__icon--step1-left {
  position: absolute;
  top: 95.06px;
  right: 82.7px;
  z-index: 10;
  width: 38.5px;
  height: auto;
}
@media screen and (min-width:1024px) {
  .how-to-enter__icon--step1-left {
    top: 133px;
    right: 121px;
    width: 55px;
  }
}

.how-to-enter__icon--step1-right {
  position: absolute;
  top: 108px;
  right: 47.6px;
  width: 46.2px;
}
@media screen and (min-width:1024px) {
  .how-to-enter__icon--step1-right {
    top: 157px;
    right: 68px;
    width: 66px;
  }
}

.how-to-enter__icon--step2 {
  position: absolute;
  top: 88px;
  left: 50%;
  transform: translateX(-50%);
  width: 112px;
}
@media screen and (min-width:1024px) {
  .how-to-enter__icon--step2 {
    top: 123px;
    width: 160px;
  }
}

.how-to-enter__icon--step3 {
  position: absolute;
  top: 88px;
  left: 50%;
  transform: translateX(-50%);
  width: 112px;
}
@media screen and (min-width:1024px) {
  .how-to-enter__icon--step3 {
    top: 123px;
    width: 160px;
  }
}

.how-to-enter__text-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 10px;
  position: relative;
}
@media screen and (min-width:1024px) {
  .how-to-enter__text-box {
    margin-top: 16px;
  }
}

.how-to-enter__arrow-step1-sp {
  display: block;
  margin: 0 auto;
  width: 34px;
  height: 35px;
}
@media screen and (min-width:1024px) {
  .how-to-enter__arrow-step1-sp {
    display: none;
  }
}

.how-to-enter__arrow-step1-pc {
  display: none;
}
@media screen and (min-width:1024px) {
  .how-to-enter__arrow-step1-pc {
    display: block;
    position: absolute;
    z-index: 10;
    margin: 0;
    top: -124px;
    right: -51px;
  }
}

.how-to-enter__arrow-step2-sp {
  margin: 0 auto;
  width: 34px;
  height: 35px;
  display: block;
}
@media screen and (min-width:1024px) {
  .how-to-enter__arrow-step2-sp {
    display: none;
  }
}

.how-to-enter__arrow-step2-pc {
  display: none;
}
@media screen and (min-width:1024px) {
  .how-to-enter__arrow-step2-pc {
    position: absolute;
    top: -194px;
    right: -59px;
    z-index: 10;
    display: block;
  }
}

.how-to-enter__button-follow {
  font-size: 11px;
  font-weight: 700;
  border-radius: 5.6px;
  display: inline-flex;
  padding: 2.8px 16.8px 5.6px 16.8px;
  justify-content: center;
  align-items: flex-start;
  gap: 7px;
  font-family: "Josefin Sans", sans-serif;
  border: 1.4px solid #4a3636;
  background: #fff;
  position: absolute;
  top: 173px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .how-to-enter__button-follow {
    padding: 2.8px 16.8px 0;
  }
}
@media screen and (min-width:1024px) {
  .how-to-enter__button-follow {
    font-size: 16px;
    padding: 0px 24px;
    top: 245px;
  }
}

.how-to-enter__pawpads-top {
  display: none;
  display: block;
  position: absolute;
  width: 55px;
  top: 128px;
  right: 21px;
}
@media screen and (min-width:1024px) {
  .how-to-enter__pawpads-top {
    top: 266px;
    right: 35px;
    z-index: 5;
    width: 100px;
  }
}

.how-to-enter__pawpads-bottom {
  display: block;
  position: absolute;
  top: 600px;
  left: 23px;
  width: 55px;
  z-index: 5;
}
@media screen and (min-width:1024px) {
  .how-to-enter__pawpads-bottom {
    top: 695px;
    left: 34px;
    width: 100px;
  }
}

.how-to-enter__map {
  display: block;
  position: absolute;
  top: 56px;
  left: 0;
  width: 149px;
}
@media screen and (min-width:1024px) {
  .how-to-enter__map {
    top: 58px;
    left: 32px;
    width: 420px;
  }
}

.prizes {
  position: relative;
}

.prizes__inner {
  text-align: center;
  border-radius: 24px;
  background: #fff;
  padding-bottom: 53px;
  position: relative;
  margin: -20px auto 0;
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .prizes__inner {
    padding-bottom: 417px;
  }
}
@media screen and (min-width:1024px) {
  .prizes__inner {
    width: 1024px;
  }
}

.prizes__bg {
  width: 237.6px;
  margin: 0 auto -5px;
}
@media screen and (min-width:1024px) {
  .prizes__bg {
    width: 380px;
    margin: 0 auto -25px;
  }
}

.prizes__icon {
  position: absolute;
  top: 29px;
  left: 50%;
  width: 42px;
  transform: translateX(-50%);
}
@media screen and (min-width:1024px) {
  .prizes__icon {
    top: 26px;
  }
}

.prizes__title .title-en {
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
}
@media screen and (min-width:1024px) {
  .prizes__title .title-en {
    top: 80px;
  }
}

.prizes__title .title-ja {
  position: absolute;
  top: 98px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
}
@media screen and (min-width:1024px) {
  .prizes__title .title-ja {
    top: 113px;
  }
}

.prizes__text {
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  padding-top: 88px;
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .prizes__text {
    padding-top: 78px;
  }
}
@media screen and (min-width:1024px) {
  .prizes__text {
    font-size: 16px;
    padding-top: 80px;
  }
}

.prize__grids {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 15px;
  margin: 25px auto 0;
  max-width: 335px;
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .prize__grids {
    max-width: 560px;
  }
}
.prize__grids img {
  width: 190px;
  height: 140px;
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .prize__grids img {
    width: 560px;
  }
}
@media screen and (min-width:1024px) {
  .prize__grids img {
    width: 100%;
  }
}
@media screen and (min-width:1024px) {
  .prize__grids .prize__grid:nth-child(3),
  .prize__grids .prize__grid:nth-child(4),
  .prize__grids .prize__grid:nth-child(5) {
    margin-top: 70px;
  }
}
@media screen and (min-width:1024px) {
  .prize__grids {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    max-width: 912px;
    margin-top: 60px;
  }
  .prize__grids .prize__grid:nth-child(1) {
    width: 440px;
    margin-right: 32px;
  }
  .prize__grids .prize__grid:nth-child(1) img {
    height: 340px;
  }
  .prize__grids .prize__grid:nth-child(2) {
    width: 440px;
  }
  .prize__grids .prize__grid:nth-child(2) img {
    height: 340px;
  }
  .prize__grids .prize__grid:nth-child(2)::after {
    content: "";
    width: 100%;
    height: 0;
  }
  .prize__grids .prize__grid:nth-child(3) {
    width: 280px;
    margin-right: 36px;
  }
  .prize__grids .prize__grid:nth-child(3) img {
    height: 240px;
  }
  .prize__grids .prize__grid:nth-child(3) .prize__name {
    min-height: 100px;
  }
  .prize__grids .prize__grid:nth-child(4) {
    width: 280px;
    margin-right: 36px;
  }
  .prize__grids .prize__grid:nth-child(4) img {
    height: 240px;
  }
  .prize__grids .prize__grid:nth-child(4) .prize__name {
    min-height: 100px;
  }
  .prize__grids .prize__grid:nth-child(5) {
    width: 280px;
  }
  .prize__grids .prize__grid:nth-child(5) img {
    height: 240px;
  }
  .prize__grids .prize__grid:nth-child(5) .prize__name {
    min-height: 100px;
  }
}

.prize__grid:nth-child(odd):last-child {
  grid-column: 1/-1;
  justify-self: center;
}

.prize__grid {
  width: 160px;
  position: relative;
  margin-top: 22px;
}

.prize__image {
  border-radius: 8px 8px 0 0;
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .prize__image {
    width: 100%;
  }
}
@media screen and (min-width:1024px) {
  .prize__image {
    width: 100%;
    border-radius: 25px 25px 0 0;
  }
}

.prize__name {
  font-size: 12px;
  font-weight: 700;
  line-height: 160%;
  border-radius: 0 0 8px 8px;
  background: #f5f5f5;
  padding: 9px 36px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width:1024px) {
  .prize__name {
    padding-top: 32px;
    padding-bottom: 32px;
    font-size: 20px;
    min-height: 126px;
  }
}

.prize__name-2 {
  font-size: 12px;
  font-weight: 700;
  line-height: 160%;
  border-radius: 0 0 8px 8px;
  background: #f5f5f5;
  min-height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width:1024px) {
  .prize__name-2 {
    font-size: 16px;
    padding-top: 14px;
    padding-bottom: 14px;
    height: 81px;
  }
}

.prize__icon {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 48px;
}
@media screen and (min-width:1024px) {
  .prize__icon {
    width: 100px;
    height: 100px;
    top: -50px;
  }
}

.prize__icon-ja {
  position: absolute;
  top: -18.24px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 7.68px;
  font-weight: 700;
  line-height: 160%;
  color: #fff;
}
@media screen and (min-width:1024px) {
  .prize__icon-ja {
    font-size: 16px;
    top: -35px;
  }
}

.prize__icon-number {
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: 23.04px;
  font-weight: 700;
  line-height: 100%;
  color: #fff;
}
@media screen and (min-width:1024px) {
  .prize__icon-number {
    font-size: 48px;
    top: -10px;
  }
}

.prize__icon-2 {
  position: absolute;
  width: 48px;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width:1024px) {
  .prize__icon-2 {
    width: 80px;
    top: -38px;
  }
}

.prize__icon-ja-2 {
  position: absolute;
  top: -18.24px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 7.68px;
  font-weight: 700;
  line-height: 160%;
  color: #fff;
}
@media screen and (min-width:1024px) {
  .prize__icon-ja-2 {
    font-size: 12.8px;
    top: -27px;
  }
}

.prize__icon-number-2 {
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-family: "Josefin Sans";
  font-size: 23.04px;
  font-weight: 700;
  line-height: 100%;
  color: #fff;
}
@media screen and (min-width:1024px) {
  .prize__icon-number-2 {
    font-size: 38.4px;
    top: -5px;
  }
}

.prize__icon-3 {
  z-index: 10;
  width: 36px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-radius: 0 0 8px 0;
}
@media screen and (min-width:1024px) {
  .prize__icon-3 {
    width: 100px;
    bottom: 0px;
    border-radius: 0 0 25px 0;
  }
}

.prize__icon-4 {
  z-index: 10;
  width: 36px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-radius: 0 0 8px 0;
}
@media screen and (min-width:1024px) {
  .prize__icon-4 {
    width: 64px;
    border-radius: 0 0 25px 0;
  }
}

.prize__icon-3-clip {
  position: absolute;
  width: 12px;
  bottom: 6.12px;
  right: 5.22px;
  z-index: 20;
}
@media screen and (min-width:1024px) {
  .prize__icon-3-clip {
    width: 32px;
    bottom: 23px;
    right: 14px;
  }
}

.prize__icon-4-clip {
  position: absolute;
  width: 12px;
  bottom: 6.12px;
  right: 5.22px;
  z-index: 20;
}
@media screen and (min-width:1024px) {
  .prize__icon-4-clip {
    width: 20.48px;
    bottom: 8px;
    right: 8px;
  }
}

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

.prize-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.prize-modal__content {
  background: #fff;
  border-radius: 16px;
  min-height: 480px;
  overflow-y: auto;
  position: relative;
  animation: modalFadeIn 0.3s ease;
  max-width: 90vw;
}
@media screen and (min-width:1024px) {
  .prize-modal__content {
    max-width: 480px;
    min-height: 650px;
  }
}

.prize-modal__close {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 40px;
  font-size: 16px;
  z-index: 10;
  white-space: nowrap;
  writing-mode: horizontal-tb;
}

.prize-modal__body {
  padding: 40px 32px 32px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .prize-modal__body {
    padding: 40px 20px 20px;
  }
}

.prize-modal__image {
  width: 100%;
  max-width: 336px;
  height: auto;
  border-radius: 12px;
  margin-bottom: 24px;
}

.prize-modal__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 16px;
  color: #4a3636;
}
@media screen and (max-width:767px) {
  .prize-modal__title {
    font-size: 16px;
  }
}

.prize-modal__description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #4a3636;
  width: 400px;
}
@media screen and (max-width:767px) {
  .prize-modal__description {
    font-size: 12px;
    width: 336px;
  }
}

.prize__grid--clickable {
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.prize__grid--clickable:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.prize__grid--clickable:active {
  transform: translateY(-2px);
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.bg__middle {
  margin: 0 auto;
  width: 100%;
  height: 210px;
  background: linear-gradient(180deg, #e9f6f8 0%, rgba(255, 255, 255, 0.6) 51.04%), url(<path-to-image>) lightgray 50%/cover no-repeat;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width:1024px) {
  .bg__middle {
    width: 100%;
    height: auto;
  }
}

.bg__middle-picture {
  width: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  height: 200px;
  display: block;
}
@media screen and (min-width:1024px) {
  .bg__middle-picture {
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 400px;
    height: auto;
  }
}

.slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0 20px;
}
@media screen and (min-width:1024px) {
  .slider {
    padding: 0;
  }
}
.slider .swiper {
  overflow: hidden;
  width: 100%;
}
.slider .swiper-wrapper {
  width: 100%;
}

.slider {
  width: 100%;
  overflow: hidden;
}

.swiper-slide {
  max-width: 100%;
  box-sizing: border-box;
  max-width: 100%;
}

.about-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0 20px;
}
@media screen and (min-width:1024px) {
  .about-slider {
    max-width: 1512px;
    margin: 0 auto;
    padding: 0;
    margin-top: -10px;
  }
}
.about-slider .swiper {
  width: 100%;
  overflow: visible;
}
.about-slider .swiper-wrapper {
  width: 100%;
  transition-timing-function: ease-in-out;
}
.about-slider .swiper-slide {
  width: auto !important;
  margin-right: 10px;
}
@media screen and (min-width:1024px) {
  .about-slider .swiper-slide {
    margin-right: 20px;
  }
}
.about-slider .swiper-slide img {
  width: 100px;
  height: auto;
  display: block;
}
@media screen and (min-width:1024px) {
  .about-slider .swiper-slide img {
    width: 200px;
  }
}

.spots-slider {
  width: 100%;
  overflow: visible;
  position: relative;
}
@media screen and (max-width:767px) {
  .spots-slider {
    margin: 0 -20px;
    padding: 0 20px;
  }
}
@media screen and (min-width:1024px) {
  .spots-slider {
    flex: 1;
    overflow: visible;
    padding: 0;
    order: 2;
  }
}
.spots-slider .swiper {
  width: 100%;
  overflow: visible;
}
.spots-slider .swiper-wrapper {
  width: 100%;
}
.spots-slider .swiper-slide {
  width: 240px;
  overflow: hidden;
}
@media screen and (min-width:1024px) {
  .spots-slider .swiper-slide {
    width: 344px;
  }
}
.spots-slider .swiper-slide img {
  width: 100%;
  margin: 0 auto;
}

.spots {
  background: #67b0c7;
  position: relative;
  overflow: visible;
}

.spots::before {
  content: "";
  position: absolute;
  top: -41px;
  left: 0;
  width: 100%;
  height: 46px;
  background-image: url(../img/img_bg_wave-sp.svg);
  background-repeat: repeat-x;
  background-position: bottom;
  left: -48px;
  width: calc(100% + 96px);
  transform: translateX(-48px);
}
@media screen and (min-width:1024px) {
  .spots::before {
    height: 120px;
    top: -118px;
    background-image: url(../img/img_bg_wave-pc.svg);
    background-size: 252px 100%;
    left: -126px;
    width: calc(100% + 252px);
    transform: translateX(-126px);
  }
}

.spots::after {
  content: "";
  position: absolute;
  bottom: -45px;
  left: 0;
  width: 100%;
  height: 45px;
  background-image: url(../img/img_bg_wave-bottom-sp.svg), linear-gradient(to top, transparent 33px, #67b0c7 33px);
}
@media screen and (min-width:1024px) {
  .spots::after {
    height: 120px;
    bottom: -108px;
    background-image: url(../img/img_bg_wave-bottom-pc.svg);
  }
}

@media screen and (min-width:1024px) {
  .spots__boxes {
    position: relative;
    padding-bottom: 47px;
    overflow: visible;
    display: flex;
    align-items: flex-start;
    gap: 32px;
    max-width: 1512px;
    margin: 0 auto;
    padding-left: 24px;
  }
}

.spots__box {
  width: 240px;
  max-width: calc(100vw - 40px);
  background: #fff;
  border-radius: 12px;
  box-sizing: border-box;
  overflow: hidden;
  height: 402px;
}
@media screen and (min-width:1024px) {
  .spots__box {
    width: 344px;
    max-width: 344px;
    height: 542px;
  }
  .spots__box img {
    border-radius: 12px 12px 0 0;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
}
@media screen and (min-width:1024px) and (max-width:767px) {
  .spots__box img {
    width: 240px;
  }
}
@media screen and (min-width:1024px) and (min-width:1024px) {
  .spots__box img {
    width: 344px;
  }
}

.spots__title {
  color: #4a3636;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
}
@media screen and (min-width:1024px) {
  .spots__title {
    font-size: 20px;
  }
}

.spots__heading {
  color: #fff;
  text-align: center;
  font-family: "Kiwi Maru";
  font-size: 28px;
  font-weight: 500;
  line-height: 125%;
  margin-bottom: 12px;
}
@media screen and (min-width:1024px) {
  .spots__heading {
    writing-mode: vertical-rl;
    margin: 0;
    font-family: "Kiwi Maru";
    font-size: 40px;
    font-weight: 500;
    line-height: 125%;
    color: #fff;
    z-index: 20;
    width: 200px;
    flex-shrink: 0;
    padding-left: 275px;
    padding-top: 6px;
    align-items: center;
    justify-content: center;
    order: 1;
    letter-spacing: 0.2em;
  }
}

.spots__icon {
  width: 29px;
}
@media screen and (min-width:1024px) {
  .spots__icon {
    width: 56px;
  }
}

.spots__text-box {
  padding-top: 16px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width:767px) {
  .spots__text-box {
    width: 222px;
    margin: 0 auto;
  }
}
@media screen and (min-width:1024px) {
  .spots__text-box {
    padding-top: 24px;
    width: 302px;
    margin: 0 auto;
  }
}

.spots__text {
  color: #4a3636;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  padding: 24px 14px 40px;
  display: block;
  overflow: hidden;
}
@media screen and (min-width:1024px) {
  .spots__text {
    font-size: 16px;
  }
}

.spots__text-pic {
  color: #fff;
  font-size: 11.444px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width:1024px) {
  .spots__text-pic {
    font-size: 16px;
  }
}

.spots__image img {
  width: 255px;
  margin: 0 auto;
}
@media screen and (min-width:1024px) {
  .spots__image {
    width: 495px;
    height: 107px;
  }
}

.spots__bottom {
  text-align: center;
}
@media screen and (min-width:1024px) {
  .spots__bottom {
    display: flex;
    width: 1024px;
    margin: 15px auto 0;
    gap: 81px;
  }
}

.spots__right {
  margin-top: 20px;
}
@media screen and (min-width:1024px) {
  .spots__right {
    margin-top: 0;
  }
}

.spots__pawpads {
  display: none;
}
@media screen and (min-width:1024px) {
  .spots__pawpads {
    display: block;
    position: absolute;
    left: 36px;
    top: 496px;
    z-index: 20;
  }
}

.swiper-button-next {
  display: none !important;
}
@media screen and (min-width:1024px) {
  .swiper-button-next {
    background-image: url(../img/icon_arrow-right.svg);
    right: 280px !important;
  }
}

.swiper-button-prev {
  display: none !important;
}
@media screen and (min-width:1024px) {
  .swiper-button-prev {
    background-image: url(../img/icon_arrow-left.svg);
    left: 285px !important;
  }
}

.swiper-button-next,
.swiper-button-prev {
  display: none !important;
}
@media screen and (min-width:1024px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 80px !important;
    height: 80px !important;
    background-color: #ffee56;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px 27px;
    border-radius: 50%;
    transition: background-position 0.3s;
    top: auto !important;
    bottom: 170px;
    transform: translateY(0);
    z-index: 10;
  }
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none !important;
}

.QA {
  padding-top: 83px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width:1024px) {
  .QA {
    padding-top: 225px;
    max-width: 1024px;
  }
}

.QA .title-ja {
  margin: 1px auto 0;
}

.accordion-boxes {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 26px;
  padding: 0 20px;
}
@media screen and (min-width:1024px) {
  .accordion-boxes {
    gap: 24px;
    margin-top: 52px;
    width: 100%;
    padding: 0;
  }
}

.accordion-item {
  text-align: left;
  border-radius: 12px;
  border: 2px solid #4a3636;
}

.accordion-header {
  padding: 10px 52px 10px 14px;
  background: #fff;
  border-radius: 12px;
  display: flex;
  gap: 14px;
  position: relative;
  align-items: center;
  width: 100%;
  border: none;
  cursor: pointer;
  text-align: left;
  line-height: 160%;
  position: relative;
}
@media screen and (min-width:1024px) {
  .accordion-header {
    padding: 24px;
    gap: 16px;
  }
}

.accordion-question {
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width:1024px) {
  .accordion-question {
    font-size: 20px;
  }
}

.accordion-body {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  padding: 0 14px;
  background: #f5f5f5;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 14px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease, padding 0.6s ease;
}
@media screen and (min-width:1024px) {
  .accordion-body {
    font-size: 16px;
    gap: 16px;
  }
}
.accordion-body.is-open {
  max-height: 200px;
  padding: 16px 24px;
}
@media screen and (min-width:1024px) {
  .accordion-body.is-open {
    padding: 24px;
  }
}

.accordion-item.is-open .accordion-body {
  padding: 16px;
  max-height: 200px;
}
@media screen and (min-width:1024px) {
  .accordion-item.is-open .accordion-body {
    padding: 24px;
  }
}

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

.accordion-button {
  position: absolute;
  top: 15px;
  right: 16px;
}
@media screen and (min-width:1024px) {
  .accordion-button {
    width: 48px;
    top: 22px;
    right: 22px;
  }
}

.entry {
  border: 8px solid #ffffff;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 30.67px;
  padding-top: 16px;
}
@media screen and (min-width:1024px) {
  .entry {
    width: 1024px;
    padding: 32px 48px;
    margin: 0 auto;
    margin-top: 126px;
  }
}

@media screen and (min-width:1024px) {
  .entry__title .title-ja {
    padding-top: 8px;
  }
}

.entry__icon {
  margin-right: 8px;
}

.entry__contents {
  padding-top: 20px;
  padding-right: 15px;
  padding-left: 11px;
}
@media screen and (min-width:1024px) {
  .entry__contents {
    padding-top: 28px;
    padding-right: 12px;
  }
}
.entry__contents dl {
  padding-bottom: 20px;
  padding-top: 5px;
  border-bottom: 1px solid #ccc;
  text-align: left;
  letter-spacing: 0.01em;
  width: 290px;
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .entry__contents dl {
    width: 671px;
  }
}
@media screen and (min-width:1024px) {
  .entry__contents dl {
    display: flex;
    padding-bottom: 12px;
    padding-top: 12px;
    width: 897px;
  }
  .entry__contents dl li {
    margin-top: 1.1px;
  }
}
.entry__contents dl dt {
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width:1024px) {
  .entry__contents dl dt {
    font-size: 16px;
    width: 226px;
  }
}
.entry__contents dl dd {
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  margin-top: 10px;
}
@media screen and (min-width:1024px) {
  .entry__contents dl dd {
    font-size: 16px;
    flex: 1;
    margin-top: 0;
  }
}
.entry__contents dl li {
  list-style: disc;
  margin-left: 1.5em;
}

.bg__bottom {
  padding-top: 37px;
}
.bg__bottom img {
  width: 100%;
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .bg__bottom {
    padding-top: 56px;
  }
}
@media screen and (min-width:1024px) {
  .bg__bottom {
    padding-top: 110px;
    min-width: 500px;
  }
}

.contact {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background: #fff;
}
@media screen and (min-width:1024px) {
  .contact {
    padding-top: 130px;
    padding-bottom: 120px;
  }
}

.contact__text {
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .contact__text {
    padding-bottom: 24px;
  }
}
@media screen and (min-width:1024px) {
  .contact__text {
    font-size: 16px;
    padding-top: 32px;
    padding-bottom: 40px;
  }
}

.contact__button {
  width: 212px;
  height: 40px;
  padding: 6px 24px 8px 24px;
  font-size: 16px;
}
@media screen and (min-width:1024px) {
  .contact__button {
    width: 236px;
  }
}

.contact-form__form {
  margin: 0 auto;
  display: flex;
  width: 335px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .contact-form__form {
    width: 700px;
  }
}
@media screen and (min-width:1024px) {
  .contact-form__form {
    width: 838px;
  }
}

.radio-group {
  display: flex;
}

.form__bottom {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 9px;
  margin: 0 auto;
}
@media screen and (min-width:1024px) {
  .form__bottom {
    gap: 40px;
    margin-top: 5px;
  }
}

.form-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}
@media screen and (min-width:1024px) {
  .form-group {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
  .form-group:nth-of-type(5) {
    align-items: flex-start;
  }
}

@media screen and (min-width:1024px) {
  .form-message {
    margin-top: 14px;
  }
}

.form-label {
  color: #4a3636;
  font-size: 14px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width:1024px) {
  .form-label {
    font-size: 16px;
    padding: 15px 0;
  }
}

.form-title {
  display: flex;
  gap: 12px;
  align-items: center;
}
@media screen and (min-width:1024px) {
  .form-title {
    width: 228px;
    gap: 0;
    margin: -6px;
  }
}

.required {
  margin-left: 0;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  background: #ce2073;
  width: 40px;
  font-size: 12px;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width:1024px) {
  .required {
    margin-left: 12px;
  }
}

.radio-label {
  cursor: pointer;
}
.radio-label:nth-of-type(2) {
  margin-left: 24px;
}

.radio-input {
  display: none;
}

.radio-button {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 50%;
  background: #f5f5f5;
  margin-right: 13px;
  vertical-align: middle;
  position: relative;
  transition: all 0.3s ease;
}

.radio-input:checked + .radio-text .radio-button {
  background: #79bfd6;
  border-color: #79bfd6;
}

.radio-input:checked + .radio-text .radio-button::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.radio-text {
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media screen and (min-width:1024px) {
  .radio-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    margin-top: 11px;
  }
}

.form-input {
  width: 335px;
  background: #f5f5f5;
  border-radius: 8px;
  border: none;
  padding: 16px;
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .form-input {
    width: 700px;
    flex: 1;
  }
}
@media screen and (min-width:1024px) {
  .form-input {
    width: 628px;
    flex: 1;
  }
}

.form-select {
  font-size: 14px;
  width: 335px;
  background: #f5f5f5;
  border-radius: 8px;
  border: none;
  padding: 16px;
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .form-select {
    width: 700px;
  }
}
@media screen and (min-width:1024px) {
  .form-select {
    width: 628px;
  }
}

.form-select-wrap {
  position: relative;
  width: 335px;
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .form-select-wrap {
    width: 700px;
  }
}
@media screen and (min-width:1024px) {
  .form-select-wrap {
    width: 628px;
  }
}
.form-select-wrap::after {
  content: "";
  display: flex;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 52px;
  height: 55px;
  padding: 16px 1px 16px 0px;
  background: #9ed0e0;
  justify-content: center;
  align-items: center;
  content: "▼";
  font-size: 16px;
  color: #fff;
}

.form-textarea {
  width: 335px;
  background: #f5f5f5;
  border-radius: 8px;
  border: none;
  padding: 16px 16px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .form-textarea {
    font-size: 16px;
    width: 700px;
    height: 160px;
  }
}
@media screen and (min-width:1024px) {
  .form-textarea {
    font-size: 16px;
    width: 638px;
    height: 160px;
  }
}

.form-input.error,
.form-select.error,
.form-textarea.error {
  border: 2px solid #ce2073;
  background: #ffeef6;
}

.error-message {
  color: #ce2073;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  margin-top: 4px;
  display: block;
}
@media screen and (min-width:1024px) {
  .error-message {
    font-size: 14px;
    margin-top: 6px;
  }
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  outline: none;
  border: 2px solid #79bfd6;
  background: #fff;
}

.form-input:focus.error,
.form-select:focus.error,
.form-textarea:focus.error {
  border: 2px solid #ce2073;
  background: #ffeef6;
}

.checkbox-input {
  display: none;
}

.checkbox-label {
  cursor: pointer;
  position: relative;
}

.checkbox-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width:1024px) {
  .checkbox-text {
    font-size: 16px;
  }
}

.checkbox-text::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: #f5f5f5;
  margin-right: 12px;
  vertical-align: middle;
  border: 2px solid #ccc;
  position: relative;
  transition: all 0.3s ease;
}

.checkbox-input:checked + .checkbox-text::before {
  background: #79bfd6;
  border-color: #79bfd6;
}

.checkbox-input:checked + .checkbox-text::after {
  content: "✓";
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  pointer-events: none;
}

.privacy-link {
  border-bottom: 1px solid #4a3636;
}

.form-submit {
  display: flex;
  justify-content: center;
  width: 100%;
}

.form__submit-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}

.footer {
  background: #e9f6f8;
  padding-top: 40px;
  text-align: center;
  padding-bottom: 24px;
}
@media screen and (min-width:1024px) {
  .footer {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

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

.footer__links {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-top: 24px;
  line-height: 1;
}

.footer__onomichi-logo {
  margin-top: 4px;
}
@media screen and (min-width:1024px) {
  .footer__onomichi-logo {
    width: 755px;
    margin-top: 41px;
  }
}

.map-image {
  width: 335px;
}

.footer__map {
  margin: 0 auto;
  padding-bottom: 126px;
}
@media screen and (min-width:1024px) {
  .footer__map {
    display: flex;
    width: 1024px;
    justify-content: center;
    gap: 0;
    flex-direction: row-reverse;
    margin: -5px auto;
  }
}

.footer__map-image {
  border-radius: 16px 16px 0 0;
}
@media screen and (min-width:1024px) {
  .footer__map-image img {
    width: 512px;
    height: 400px;
    border-radius: 0 16px 16px 0;
  }
}

.footer__map-text {
  width: 335px;
  background: #fff;
  border-radius: 0 0 16px 16px;
  margin: 0 auto;
  padding: 24px 24px;
  white-space: nowrap;
}
@media screen and (min-width:1024px) {
  .footer__map-text {
    width: 512px;
    padding: 106px 61.5px;
    height: 400px;
    text-align: left;
    border-radius: 16px 0 0 16px;
  }
}
.footer__map-text dl {
  display: flex;
  margin-bottom: 8px;
  margin-top: 9px;
}
@media screen and (min-width:1024px) {
  .footer__map-text dl {
    width: 389px;
    gap: 0;
    margin-bottom: 12px;
    margin-top: 0;
  }
  .footer__map-text dl:nth-of-type(4) {
    margin-bottom: 0;
  }
}
.footer__map-text dt {
  font-size: 12px;
  font-weight: 700;
  line-height: 160%;
  width: 80px;
  text-align: left;
}
@media screen and (min-width:1024px) {
  .footer__map-text dt {
    font-size: 16px;
    width: 120px;
  }
}
.footer__map-text dd {
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width:1024px) {
  .footer__map-text dd {
    font-size: 16px;
    flex: 1;
  }
}

.footer__logo {
  width: 153px;
  margin-bottom: 24px;
}
@media screen and (min-width:1024px) {
  .footer__logo {
    width: 183px;
  }
}

.footer__copyright {
  background: #67b0c7;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 10px;
  font-weight: 400;
  line-height: 160%;
  color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (min-width:1024px) {
  .footer__copyright {
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 24px;
  }
}

.footer__copyright::before {
  content: "";
  position: absolute;
  top: -38px;
  width: 100%;
  height: 55px;
  background-image: url(../img/img_bg_wave-sp.svg);
  background-repeat: repeat-x;
  background-position: bottom;
  left: -48px;
  width: calc(100% + 96px);
  transform: translateX(-48px);
}
@media screen and (min-width:1024px) {
  .footer__copyright::before {
    height: 120px;
    top: -120px;
    background-image: url(../img/img_bg_wave-pc.svg);
    background-size: 252px 100%;
    transform: translateX(-126px);
    left: -126px;
    width: calc(100% + 252px);
  }
}

.footer__inner {
  position: relative;
}

.footer__page-top {
  position: absolute;
  bottom: 35px;
  right: 50%;
  transform: translateX(50%);
  width: 75px;
  height: 78px;
  z-index: 100;
  cursor: pointer;
}
@media screen and (min-width:1024px) {
  .footer__page-top {
    position: fixed;
    bottom: 40px;
    right: 80px;
    width: 100px;
    height: 104px;
  }
}

.footer__page-top-text {
  position: absolute;
  top: 44.25px;
  right: 14.25px;
  color: #fff;
  text-align: center;
  font-family: "Josefin Sans", sans-serif;
  font-size: 9px;
  font-weight: 600;
  line-height: 110%;
  z-index: 101;
}
@media screen and (min-width:1024px) {
  .footer__page-top-text {
    top: 50px;
    right: 25px;
    font-size: 11px;
  }
}

.footer__icon {
  margin-right: 8px;
}/*# sourceMappingURL=style.css.map */