html {
  scroll-behavior: smooth;
}

@media screen and (max-width:375px) {
  html {
    width: 425px;
    overflow-x: hidden;
    zoom: calc(100vw / 425px);
  }
}

html,
body {
  overflow-x: hidden;
  width: 100%;
}

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

.container {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

button,
button:hover,
button:focus,
a,
a:hover,
a:focus {
  text-decoration: none;
}

.head-icon-img {
  width: 48px;
  padding-bottom: 8px;
}
@media screen and (max-width:899px) {
  .head-icon-img {
    width: 37px;
  }
}

.head-en {
  font-family: Courgette;
  font-size: 20px;
  line-height: 125%;
  margin-bottom: 5px;
}
@media screen and (max-width:899px) {
  .head-en {
    font-size: 16px;
  }
}

.head-jp {
  font-family: "Kiwi Maru";
  font-size: 32px;
  font-weight: 500;
  border-bottom: 8px solid var(--LP-Yellow, #ffee56);
  padding-bottom: 8px;
  display: inline-block;
  margin-bottom: 40px;
  line-height: 125%;
}
@media screen and (max-width:899px) {
  .head-jp {
    font-size: 20px;
    padding-bottom: 6px;
  }
}

.button {
  width: auto;
  border-radius: 40px;
  border: 3px solid var(--LP-Blown, #4a3636);
  background: var(--LP-White, #fff);
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
}

.br {
  display: none;
}
@media screen and (max-width:899px) {
  .br {
    display: inline;
  }
}

.br-r {
  display: inline;
}
@media screen and (max-width:899px) {
  .br-r {
    display: none;
  }
}

.bb {
  display: none;
}

@media screen and (max-width:899px) {
  .bb-r {
    display: none;
  }
}

.pagetop-btn {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 9999;
  width: 100px;
  height: 100px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.pagetop-btn.is-show {
  opacity: 1;
  visibility: visible;
}

header {
  z-index: 30;
  height: 64px;
  background: #fff;
  padding-left: 24px;
  padding-right: 24px;
}

.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.header-left img {
  width: 183px;
}
@media screen and (max-width:899px) {
  .header-left img {
    position: relative;
    z-index: 110;
    width: 220px;
  }
}

.header-right {
  margin-left: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width:899px) {
  .header-right {
    position: fixed;
    top: -100%;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    -webkit-transition: top 0.3s;
    transition: top 0.3s;
    padding: 60px 20px;
    z-index: 100;
    display: block;
  }
  .header-right.is-open {
    top: 0;
  }
}
.header-right nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:899px) {
  .header-right nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.nav-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:899px) {
  .nav-lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 60px;
  }
}
.nav-lists a {
  margin-right: 12px;
  font-size: 12px;
  line-height: 1.6;
}
@media screen and (max-width:899px) {
  .nav-lists a {
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.apply {
  padding: 6px 22px;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width:899px) {
  .header-drawer {
    margin-left: auto;
    font-size: 30px;
  }
}

.first {
  background: url(../img/Onomichi-bg.png) no-repeat center bottom;
  background-size: cover;
  height: 740px;
  margin-bottom: 45px;
  position: relative;
}
@media screen and (max-width:899px) {
  .first {
    height: 100%;
    height: 553px;
    border-radius: 0 0 20px 30px;
  }
}

.first-container h1 {
  padding-top: 35px;
  font-family: "Kiwi Maru";
  font-size: 24px;
  font-weight: 500;
  line-height: 125%;
  margin-bottom: 24px;
}
@media screen and (max-width:899px) {
  .first-container h1 {
    font-size: 14px;
    padding-top: 17px;
  }
}

.first-img {
  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;
  margin-bottom: 33px;
}
.first-img img {
  width: 520px;
}
@media screen and (max-width:899px) {
  .first-img img {
    width: 100%;
    max-width: 335px;
  }
}

.first-images {
  position: relative;
}

.first-fukudashi {
  position: absolute;
  top: -8%;
  left: 50%;
  margin-left: -390px;
  width: 244px;
}
@media screen and (max-width:899px) {
  .first-fukudashi {
    top: -5%;
    left: 50%;
    margin-left: -175px;
    width: 150px;
  }
}

.first-present {
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: 120px;
  width: 175px;
  z-index: 3;
}
@media screen and (max-width:899px) {
  .first-present {
    top: -6%;
    left: 50%;
    margin-left: 30px;
    width: 110px;
  }
}

.first-food {
  position: absolute;
  top: 40%;
  left: 50%;
  margin-left: -420px;
  width: 202px;
}
@media screen and (max-width:899px) {
  .first-food {
    top: 85%;
    left: 50%;
    margin-left: -180px;
    z-index: 10;
    width: 100px;
  }
}

.first-brown {
  position: absolute;
  top: 400px;
  left: 50%;
  margin-left: 200px;
  width: 233px;
  z-index: 2;
}
@media screen and (max-width:899px) {
  .first-brown {
    top: 420px;
    left: 50%;
    margin-left: 60px;
    width: 100px;
    z-index: 10;
  }
}

.first-black {
  position: absolute;
  top: 270px;
  left: 50%;
  margin-left: 200px;
  width: 170px;
  z-index: 9;
}
@media screen and (max-width:899px) {
  .first-black {
    top: 370px;
    left: 50%;
    margin-left: 110px;
    width: 60px;
  }
}

.smartphone-img {
  position: relative;
  width: 250px;
  z-index: 9;
}
@media screen and (max-width:899px) {
  .smartphone-img {
    top: 80px;
    width: 200px;
  }
}

.first-apply {
  position: absolute;
  top: 61%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width:899px) {
  .first-apply {
    top: 75%;
  }
}

.first-apply-head {
  background: linear-gradient(265deg, #ac3790 -3.52%, #d65a5c 44.94%, #f4c06d 92.38%);
}
.first-apply-head p {
  font-weight: 700;
  color: white;
  padding: 8px 23px;
}
@media screen and (max-width:899px) {
  .first-apply-head p {
    font-size: 13px;
    padding: 5px 18px;
  }
}

.first-apply-period {
  background: white;
}
.first-apply-period .first-apply-period-title {
  padding-top: 16px;
  font-size: 14px;
}
.first-apply-period .first-apply-period-title a {
  border-bottom: 2.4px solid #ce2073;
}
@media screen and (max-width:899px) {
  .first-apply-period .first-apply-period-title {
    font-size: 12px;
  }
}
.first-apply-period .first-apply-period-date {
  padding-top: 4px;
  font-weight: 700;
}
@media screen and (max-width:899px) {
  .first-apply-period .first-apply-period-date {
    font-size: 12px;
  }
}
.first-apply-period .first-apply-period-apply {
  padding: 6px 22px;
  margin: 16px;
}
@media screen and (max-width:899px) {
  .first-apply-period .first-apply-period-apply {
    padding: 2px 20px;
    margin: 15px;
    font-size: 14px;
    font-weight: 700;
  }
}

.about {
  position: relative;
}

.about-container {
  max-width: 848px;
  position: relative;
  padding: 40px 0px;
  border-radius: 40px;
  background: white;
  margin-bottom: 140px;
  margin-top: 180px;
  z-index: 10;
}
@media screen and (max-width:899px) {
  .about-container {
    border-radius: 20px;
    padding: 40px 80px;
    padding: 40px;
    width: min(95%, 600px);
    margin-top: 190px;
    margin-bottom: 110px;
  }
}
.about-container h2 {
  margin-bottom: 35px;
}
@media screen and (max-width:899px) {
  .about-container h2 {
    margin-bottom: 20px;
  }
}
.about-container h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 35px;
}
@media screen and (max-width:899px) {
  .about-container h3 {
    margin-bottom: 30px;
  }
}
.about-container .about-text p {
  font-family: Courgette;
  font-size: 16px;
  line-height: 160%;
  padding-bottom: 26px;
}
@media screen and (max-width:899px) {
  .about-container .about-text p {
    font-size: 14px;
    padding-bottom: 20px;
  }
}
.about-container .about-text .about-gift {
  margin-top: 4px;
  margin-bottom: 32px;
  padding-top: 12px;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  display: inline-block;
  border-bottom: 2px dashed var(--LP-Blue, #9ed0e0);
}
@media screen and (max-width:899px) {
  .about-container .about-text .about-gift {
    font-size: 14px;
    padding-top: 10px;
    line-height: 100%;
  }
}
.about-container .about-text a {
  text-decoration: underline;
  font-family: "Noto Sans JP", sans-serif;
}
.about-container .kochira {
  padding: 10px 40px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none !important;
}
@media screen and (max-width:899px) {
  .about-container .kochira {
    padding: 6px 22px;
    font-size: 16px;
  }
}

.about-img-arrow {
  width: 140px;
  margin-top: -260px;
  margin-left: 45%;
  margin-right: 45%;
}
@media screen and (max-width:899px) {
  .about-img-arrow {
    width: 100px;
    margin-top: -280px;
  }
}

.about-tag {
  font-weight: 700;
}

.about-img-wavyline {
  position: absolute;
  width: 1000px;
  top: 600px;
  right: -750px;
}

.about-img-wavyline2 {
  position: absolute;
  width: 1000px;
  top: 630px;
  right: -700px;
}

.back-image {
  position: absolute;
}

.naname {
  width: 250px;
  top: -2%;
  left: 50%;
  margin-left: -780px;
}
@media screen and (max-width:899px) {
  .naname {
    display: none;
  }
}

.photo-l {
  width: 480px;
  top: 70px;
  left: 50%;
  margin-left: -1100px;
}
@media screen and (max-width:899px) {
  .photo-l {
    width: 200px;
    top: 400px;
    left: 50%;
    margin-left: -380px;
    z-index: 1;
  }
}

.photo-r {
  width: 480px;
  top: 75px;
  left: 50%;
  margin-left: 560px;
}
@media screen and (max-width:899px) {
  .photo-r {
    width: 200px;
    top: 280px;
    left: 50%;
    margin-left: 180px;
  }
}

.sakamichi {
  width: 427px;
  top: 320px;
  left: 50%;
  margin-left: -850px;
}
@media screen and (max-width:899px) {
  .sakamichi {
    width: 300px;
    top: 480px;
    left: 50%;
    margin-left: -520px;
  }
}

.goods {
  width: 101px;
  top: 600px;
  left: 50%;
  margin-left: 500px;
}
@media screen and (max-width:899px) {
  .goods {
    width: 80px;
    top: 750px;
    left: 50%;
    margin-left: 280px;
  }
}

.goods2 {
  width: 308px;
  top: 750px;
  left: 50%;
  margin-left: 370px;
}
@media screen and (max-width:899px) {
  .goods2 {
    width: 200px;
    top: 800px;
    left: 50%;
    margin-left: 100px;
  }
}

.nikukyu {
  width: 100px;
  top: -75px;
  left: 50%;
  margin-left: 490px;
}
@media screen and (max-width:899px) {
  .nikukyu {
    width: 60px;
    top: -10px;
    left: 50%;
    margin-left: 200px;
  }
}

.pic-l {
  width: 150px;
  top: 35px;
  left: 50%;
  margin-left: -340px;
  z-index: 11;
}
@media screen and (max-width:899px) {
  .pic-l {
    width: 90px;
    top: 30px;
    margin-left: -135px;
  }
}

.pic-r {
  width: 150px;
  top: 45px;
  left: 50%;
  margin-left: 190px;
  z-index: 11;
}
@media screen and (max-width:899px) {
  .pic-r {
    width: 90px;
    top: 30px;
    margin-left: 60px;
  }
}

.gallery-onomichi {
  width: 891px;
  z-index: 10;
}
@media screen and (max-width:899px) {
  .gallery-onomichi {
    width: 40%;
  }
}

.gallery-swiper {
  width: 1512px;
  margin-bottom: 130px;
}
@media screen and (max-width:899px) {
  .gallery-swiper {
    margin-bottom: 70px;
  }
}
.gallery-swiper img {
  height: 200px;
  width: 200px;
}
@media screen and (max-width:899px) {
  .gallery-swiper img {
    height: 100px;
    width: 100px;
  }
}

.how-to {
  margin-bottom: 134px;
  position: relative;
}
@media screen and (max-width:899px) {
  .how-to {
    margin-bottom: 55px;
  }
}

.step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width:899px) {
  .step {
    display: block;
    margin-bottom: -45px;
  }
}

.item {
  margin-bottom: 60px;
  position: relative;
}
.item img {
  width: 280px;
  margin-bottom: 24px;
  position: relative;
  z-index: 32;
}
@media screen and (max-width:899px) {
  .item img {
    width: 195px;
    margin-top: -10px;
    margin-bottom: 16px;
  }
}

.item-step2 {
  margin-top: 70px;
}
@media screen and (max-width:899px) {
  .item-step2 {
    margin-top: -10px;
  }
}

.item-follow {
  display: inline-block;
  background-color: white;
  padding: 6px 10px;
  font-weight: bold;
  margin-top: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:899px) {
  .item-follow {
    font-size: 14px;
    padding: 6px 10px;
  }
}

.item-follow::before {
  content: url(../img/icon-follow.svg);
  padding-right: 8px;
}

.item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 40%;
  right: -64px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 113px;
  height: 24px;
  background: url("../img/img_step_line.svg") no-repeat center/contain;
  z-index: 35;
}
@media screen and (max-width:899px) {
  .item:not(:last-child)::after {
    top: 110%;
    right: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
    width: 50px;
  }
}

.item:not(:last-child):nth-of-type(2):after {
  top: 30%;
}
@media screen and (max-width:899px) {
  .item:not(:last-child):nth-of-type(2):after {
    top: 110%;
    right: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
    width: 50px;
  }
}

.how-to-step-head {
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 16px;
}
@media screen and (max-width:899px) {
  .how-to-step-head {
    font-size: 16px;
  }
}

@media screen and (max-width:899px) {
  .step-p {
    font-size: 14px;
  }
}

.item-retro {
  font-weight: 700;
}

.latest-post {
  padding: 10px 40px;
  font-size: 20px;
}
@media screen and (max-width:899px) {
  .latest-post {
    padding: 4px 22px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
  }
}

.howto-map {
  position: absolute;
  width: 460px;
  top: -60px;
  left: 50%;
  margin-left: -720px;
  z-index: 32;
}
@media screen and (max-width:899px) {
  .howto-map {
    width: 180px;
    top: -5px;
    margin-left: -260px;
  }
}

.howto-cat {
  position: absolute;
  width: 238px;
  top: -25px;
  left: 50%;
  margin-left: 290px;
}
@media screen and (max-width:899px) {
  .howto-cat {
    width: 110px;
    top: -5px;
    margin-left: 55px;
  }
}

.howto-cat1 {
  position: absolute;
  width: 214px;
  top: -15px;
  left: 50%;
  margin-left: 440px;
  z-index: 10;
}
@media screen and (max-width:899px) {
  .howto-cat1 {
    width: 95px;
    top: 0px;
    margin-left: 120px;
  }
}

.howto-pawpads {
  position: absolute;
  width: 100px;
  top: 150px;
  left: 50%;
  margin-left: 580px;
}
@media screen and (max-width:899px) {
  .howto-pawpads {
    width: 60px;
    top: 60px;
    margin-left: 170px;
  }
}

.howto-pawpads1 {
  position: absolute;
  width: 100px;
  top: 580px;
  left: 50%;
  margin-left: -680px;
}
@media screen and (max-width:899px) {
  .howto-pawpads1 {
    width: 60px;
    top: 510px;
    margin-left: -230px;
  }
}

.campaign-container {
  background: #e9f6f8;
  position: relative;
}

.cam-sem {
  width: 400px;
  position: absolute;
  left: 30%;
  top: 0%;
  z-index: 10;
}
@media screen and (max-width:899px) {
  .cam-sem {
    width: 220px;
    left: 50%;
    margin-left: -110px;
    top: -1%;
  }
}

.cam-jp {
  position: relative;
  top: -30px;
}
@media screen and (max-width:899px) {
  .cam-jp {
    top: 0;
    margin-bottom: 0px;
  }
}

.cam-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 180px;
  position: relative;
  z-index: 11;
}

.cam-tri {
  position: relative;
  width: 315px;
  display: block;
  top: 20px;
}
@media screen and (max-width:899px) {
  .cam-tri {
    display: none;
  }
}

.head-en,
.head-jp {
  position: relative;
  z-index: 11;
}

.cam-bg-white {
  background-color: white;
  position: relative;
  top: 0;
  margin-top: 40px;
  padding-bottom: 65px;
  border-radius: 24px;
}
@media screen and (max-width:899px) {
  .cam-bg-white {
    width: min(100%, 610px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 40px;
  }
}

.cam-bg-white-p {
  margin-top: -30px;
}
@media screen and (max-width:899px) {
  .cam-bg-white-p {
    margin-top: 20px;
    font-size: 14px;
  }
}

.prizes {
  margin-top: 80px;
}
@media screen and (max-width:899px) {
  .prizes {
    margin-top: 46px;
  }
}

.prizes-upper,
.prizes-lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.prizes-upper {
  gap: 32px;
}
@media screen and (max-width:899px) {
  .prizes-upper {
    margin-top: 0px;
    gap: 18px;
  }
}

.prize-upper,
.prize-lower {
  position: relative;
}

@media screen and (max-width:899px) {
  .prize-upper {
    margin-bottom: 40px;
    position: relative;
  }
}

.prize-upper-img,
.prize-lower-img {
  height: 240px;
  width: 100%;
}
@media screen and (max-width:899px) {
  .prize-upper-img,
  .prize-lower-img {
    border-radius: 12px 12px 0 0;
  }
}

.prize-upper-img {
  height: 340px;
  border-radius: 24px 24px 0 0;
}

.prize-upper-exp,
.prize-lower-exp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  background: #f5f5f5;
}
@media screen and (max-width:899px) {
  .prize-upper-exp,
  .prize-lower-exp {
    height: 70px;
  }
}

.prize-upper-exp {
  font-size: 20px;
  height: 120px;
  border-radius: 0 0 32px 32px;
}

.rec-img-upper,
.rec-img-lower {
  position: absolute;
  overflow: hidden;
}

.zoom-img-upper,
.zoom-img-lower {
  position: absolute;
}

.rec-img-upper {
  top: 360px;
  left: 340px;
  border-bottom-right-radius: 24px;
}

.zoom-img-upper {
  top: 410px;
  left: 395px;
}

.rec-img-lower {
  width: 65px;
  top: 255px;
  left: 215px;
  border-bottom-right-radius: 16px;
}

.zoom-img-lower {
  width: 20px;
  top: 290px;
  left: 250px;
}

.zoom-img-upper,
.zoom-img-lower {
  position: absolute;
}
@media screen and (max-width:899px) {
  .zoom-img-upper,
  .zoom-img-lower {
    width: 20px;
    top: 91%;
    left: 90%;
  }
}

@media screen and (max-width:899px) {
  .rec-img-upper {
    border-radius: 0 0 16px 0;
    position: absolute;
    width: 20%;
    left: 90%;
    top: 91%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .rec-img-lower {
    position: absolute;
    width: 20%;
    left: 90%;
    top: 85%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 0 0 16px 0;
  }
  .zoom-img-upper {
    position: absolute;
    width: 5%;
    left: 93%;
    top: 95%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .zoom-img-lower {
    position: absolute;
    width: 5%;
    left: 93%;
    top: 89%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.pim-u,
.pim-l {
  position: absolute;
  top: -12%;
}
@media screen and (max-width:899px) {
  .pim-u,
  .pim-l {
    top: -25px;
    width: 50px;
    left: 110px;
  }
}

.pim-u {
  width: 100px;
  left: 170px;
}
@media screen and (max-width:899px) {
  .pim-u {
    position: absolute;
    width: 20%;
    left: 50%;
    top: 0%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.pim-l {
  width: 80px;
  left: 100px;
}
@media screen and (max-width:899px) {
  .pim-l {
    position: absolute;
    width: 20%;
    left: 50%;
    top: 0%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.prizes-lower {
  margin-top: 80px;
  margin-bottom: 50px;
  gap: 35px;
}
@media screen and (max-width:899px) {
  .prizes-lower {
    margin-top: 0px;
    margin-bottom: 5px;
    gap: 20px;
  }
}

.prize-lower {
  position: relative;
}

@media screen and (max-width:899px) {
  .prize-lower:last-child {
    margin-bottom: 0;
  }
}

.prize-lower-img {
  border-radius: 16px 16px 0 0;
}
@media screen and (max-width:899px) {
  .prize-lower-img {
    width: min(100%, 610px);
    aspect-ratio: 610/530;
    height: auto;
  }
}

.prize-lower-exp {
  height: 80px;
  border-radius: 0 0 16px 16px;
}
@media screen and (max-width:899px) {
  .prize-lower-exp {
    height: 70px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width:899px) {
  .prizes-upper {
    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: 18px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width:899px) {
  .prizes .prize {
    width: 45%;
  }
}

@media screen and (max-width:899px) {
  .prize-upper-img {
    height: 240px;
    border-radius: 16px 16px 0 0;
    display: block;
    width: min(100%, 610px);
    aspect-ratio: 610/540;
    height: auto;
  }
}

@media screen and (max-width:899px) {
  .prize-upper-exp {
    height: 70px;
    border-radius: 0 0 16px 16px;
  }
}

@media screen and (max-width:899px) {
  .prize-upper-exp {
    font-size: 14px;
  }
}

@media screen and (max-width:899px) {
  .pim-u,
  .pim-l {
    position: absolute;
  }
}

.campaign-button {
  padding: 10px 40px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width:899px) {
  .campaign-button {
    padding: 6px 22px;
    font-size: 16px;
  }
}

.prizes-bg {
  background: url(../img/img_prizes_bg.png) no-repeat center bottom;
  background-size: cover;
  height: 610px;
}
@media screen and (max-width:899px) {
  .prizes-bg {
    height: 400px;
  }
}

.spot-wave {
  height: 120px;
  background-image: url("../img/img_bg_wave.svg");
  background-repeat: repeat-x;
  margin-top: -120px;
}
@media screen and (max-width:899px) {
  .spot-wave {
    height: 80px;
    background-size: auto 45px;
    background-position: left bottom;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}

.modal-inner {
  width: 480px;
}

.modal-inner img {
  width: calc(100% + 80px);
  height: 300px;
}

.modal-text {
  background: #f5f5f5;
  height: 350px;
  padding: 20px;
  text-align: center;
  border-radius: 0 0 12px 12px;
}

.modal-title {
  padding-top: 15px;
  font-size: 20px;
  font-weight: 700;
}

.modal-p {
  padding-top: 15px;
  margin-top: 12px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 40px;
}

.modal-close {
  font-size: 20px;
  font-weight: bold;
  padding: 8px 35px;
  margin-top: 30px;
}

.spot {
  background: #67b0c7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.spot-container {
  max-width: 1512px;
  margin: 0 auto;
}
@media screen and (max-width:899px) {
  .spot-container {
    width: min(100%, 899px);
    margin-inline: auto;
    padding-inline: clamp(14px, 4vw, 40px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
  }
}

.spot-swiper {
  width: 100%;
  margin: 0 auto 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  overflow-x: hidden;
  overflow-y: visible;
}

.spot-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-bottom: 25px;
}
@media screen and (max-width:899px) {
  .spot-top {
    display: block;
    margin-bottom: 0px;
  }
}

@media screen and (max-width:899px) {
  .spot-recommend {
    margin-bottom: 25px;
  }
}

.spot-recommend-title {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 40px;
  color: white;
  line-height: 125%;
  padding-left: 210px;
  padding-top: 25px;
  letter-spacing: 0.25em;
}
@media screen and (max-width:899px) {
  .spot-recommend-title {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-align: center;
    padding-left: 15px;
    margin-top: -20px;
    padding-top: 0px;
    font-size: 28px;
    letter-spacing: 0em;
  }
}

.spot-recommend-title::before {
  content: "";
  display: inline-block;
  position: relative;
  height: 50px;
  width: 50px;
  background: url("../img/star.png") no-repeat center/contain;
  top: -4%;
  left: 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width:899px) {
  .spot-recommend-title::before {
    width: 25px;
    top: 15px;
    left: -11px;
  }
}

.spot-wrap {
  position: relative;
  overflow: visible;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

@media screen and (max-width:899px) {
  .spot-swiper {
    margin-bottom: 0px;
  }
}

.spot-swiper-slide {
  background: white;
  width: 335px;
  height: 542px;
  overflow: hidden;
  border-radius: 12px;
}
@media screen and (max-width:899px) {
  .spot-swiper-slide {
    width: 435px;
    height: 500px;
  }
}

@media screen and (max-width:899px) {
  .sss-img {
    width: 100%;
    height: 325px;
  }
}

.sss-hp {
  font-size: 20px;
  font-weight: 700;
  margin-top: 24px;
  text-align: center;
}
@media screen and (max-width:899px) {
  .sss-hp {
    font-size: 16px;
    margin-top: 15px;
  }
}

.sss-p {
  font-size: 16px;
  line-height: 160%;
  text-align: left;
  margin: 24px 32px 0 32px;
}
@media screen and (max-width:899px) {
  .sss-p {
    margin: 20px 32px 0 32px;
    font-size: 14px;
  }
}

.spot-swiper-button-prev,
.spot-swiper-button-next {
  position: absolute;
  width: 80px;
  z-index: 20;
  top: auto;
  margin-top: 0;
  bottom: 30px;
}
@media screen and (max-width:899px) {
  .spot-swiper-button-prev,
  .spot-swiper-button-next {
    display: none;
  }
}

.spot-swiper-button-prev {
  left: -45px;
  bottom: 35px;
}

.spot-swiper-button-next {
  right: 320px;
  bottom: 35px;
}

.spot-swiper-button-prev::after,
.spot-swiper-button-next::after {
  content: "";
}

.spot-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1200px) {
  .spot-description {
    max-width: 1200px;
    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;
  }
}
@media screen and (max-width:899px) {
  .spot-description {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
}

.spot-left {
  margin-left: -70px;
}
.spot-left img {
  width: 495px;
}
@media (max-width: 1200px) {
  .spot-left {
    margin-left: 0px;
  }
}
@media screen and (max-width:899px) {
  .spot-left {
    margin-right: auto;
    margin-left: auto;
    width: 250px;
    margin-bottom: 20px;
  }
}

.spot-right {
  margin-left: 80px;
}
@media (max-width: 1200px) {
  .spot-right {
    margin-left: 0px;
  }
}
.spot-right p {
  color: white;
  padding-bottom: 30px;
}
@media screen and (max-width:899px) {
  .spot-right p {
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 18px;
    margin: 0 auto;
  }
}

.spot-right-button {
  padding: 10px 40px;
  font-size: 20px;
}
@media screen and (max-width:899px) {
  .spot-right-button {
    padding: 6px 22px;
    font-size: 16px;
  }
}

.spot-wave-under {
  height: 135px;
  background-image: url("../img/img_bg_wave.png");
  background-repeat: repeat-x;
  margin-bottom: 110px;
}
@media screen and (max-width:899px) {
  .spot-wave-under {
    height: 90px;
    background-size: auto 45px;
    background-position: left top;
    margin-bottom: 0px;
  }
}

.container-faq {
  margin-bottom: 120px;
}
@media screen and (max-width:899px) {
  .container-faq {
    margin-bottom: 30px;
    width: min(90%, 899px);
  }
}
@media screen and (max-width:375px) {
  .container-faq {
    max-width: 90%;
  }
}

@media screen and (max-width:899px) {
  .faq-head-jp {
    margin-bottom: 22px;
  }
}

.qatab {
  margin-bottom: 24px;
  border: 2px #4a3636 solid;
  border-radius: 16px;
}
@media screen and (max-width:899px) {
  .qatab {
    margin-bottom: 12px;
    border: 2px #4a3636 solid;
    border-radius: 12px;
  }
}

.qatab-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  font-size: 20px;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 24px;
  border-radius: 16px;
  cursor: pointer;
}
@media screen and (max-width:899px) {
  .qatab-q {
    font-size: 14px;
    padding: 10px 14px;
  }
}
.qatab-q p {
  font-weight: 700;
}

.qa-img {
  width: 29px;
  height: 35px;
}
@media screen and (max-width:899px) {
  .qa-img {
    width: 21px;
    height: 30px;
  }
}

@media screen and (max-width:899px) {
  .qa-img-a {
    width: 15px;
  }
}

.ellipse-img {
  width: 48px;
  margin-left: auto;
}
@media screen and (max-width:899px) {
  .ellipse-img {
    width: 25px;
  }
}

.qatab-a {
  display: none;
  overflow: hidden;
}

.qatab-a-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  background: #f5f5f5;
  padding: 24px 24px;
  border-radius: 16px;
}
@media screen and (max-width:899px) {
  .qatab-a-inner {
    padding: 16px 14px;
    font-size: 14px;
  }
}

.entry {
  margin-bottom: 120px;
}
@media screen and (max-width:899px) {
  .entry {
    margin-bottom: 30px;
  }
}

.container-entry {
  border: 8px solid white;
  background: rgba(255, 255, 255, 0.5);
  padding: 40px 56px;
}
@media screen and (max-width:899px) {
  .container-entry {
    width: min(90%, 899px);
    padding: 16px;
  }
}

.head-icon-img {
  margin-top: -2px;
}
.entry-jp {
  margin-bottom: 25px;
}
@media screen and (max-width:899px) {
  .entry-jp {
    margin-bottom: 12px;
  }
}

.entry-items table {
  width: 100%;
}
.entry-items table tr {
  text-align: left;
  padding-bottom: 12px;
}
.entry-items table tr p::before {
  content: url(../img/entry-ten.svg);
  width: 8px;
  height: 8px;
  padding-right: 8px;
}
.entry-items table tr th,
.entry-items table tr td {
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 1.6;
}
@media screen and (max-width:899px) {
  .entry-items table tr th,
  .entry-items table tr td {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width:899px) {
  .entry-items table tr td {
    font-size: 14px;
    padding-bottom: 14px;
  }
}
.entry-items table tr ul {
  padding-left: 16px;
}
.entry-items table tr ul li {
  list-style: disc;
}

.table-left {
  width: 224px;
  font-weight: bold;
  padding-left: 8px;
}
@media screen and (max-width:899px) {
  .table-left {
    padding-left: 0px;
    padding-top: 10px;
  }
}
.table-left img {
  width: 8px;
  margin-right: 8px;
}
.table-left p {
  font-weight: bold;
  line-height: 160%;
}

@media screen and (max-width:899px) {
  .entry-exp {
    margin-left: 5px;
    font-size: 13.5px;
    letter-spacing: 0.4px;
  }
}
@media screen and (max-width:899px) {
  .entry-exp li {
    margin-bottom: 1px;
  }
}

.contact-bg-img {
  background: url(../img/img_bg_entry.png) no-repeat;
  background-size: cover;
  height: 400px;
}
@media screen and (max-width:899px) {
  .contact-bg-img {
    height: 238px;
  }
}

tr:not(:last-of-type) th,
tr:not(:last-of-type) td {
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width:899px) {
  .entry-items table tr th {
    border-bottom: none !important;
  }
}
.contact {
  background: white;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width:899px) {
  .contact {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

.container-contact {
  max-width: 848px;
  margin: 0 auto;
}
@media screen and (max-width:899px) {
  .container-contact {
    max-width: 600px;
    width: min(90%, 899px);
  }
}

.contact-jp {
  margin-bottom: 32px;
}
@media screen and (max-width:899px) {
  .contact-jp {
    margin-bottom: 22px;
  }
}

@media screen and (max-width:899px) {
  .contact-p {
    font-size: 14px;
  }
}

form {
  margin-bottom: 40px;
}
@media screen and (max-width:899px) {
  form {
    margin-bottom: 20px;
  }
}

.form-field {
  margin-top: 40px;
  width: 848px;
  width: 100%;
}
@media screen and (max-width:899px) {
  .form-field {
    margin-top: 26px;
  }
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
@media screen and (max-width:899px) {
  .form {
    display: block;
    margin-bottom: 22px;
  }
}
.form ::-webkit-input-placeholder {
  opacity: 0.4;
  font-size: 14px;
}
.form ::-moz-placeholder {
  opacity: 0.4;
  font-size: 14px;
}
.form :-ms-input-placeholder {
  opacity: 0.4;
  font-size: 14px;
}
.form ::-ms-input-placeholder {
  opacity: 0.4;
  font-size: 14px;
}
.form ::placeholder {
  opacity: 0.4;
  font-size: 14px;
}

.form-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:899px) {
  .form-head {
    margin-bottom: 10px;
  }
}

.your-p {
  font-weight: bold;
  padding-right: 12px;
}

.form-label {
  padding: 4px 8px;
  background: #ce2073;
  color: white;
  font-weight: bold;
  border-radius: 4px;
  font-size: 12px;
  line-height: 160%;
}

.enter-textarea {
  height: 56px;
  width: 650px;
  padding: 16px;
  border-radius: 8px;
  background: #f5f5f5;
  border: 1px solid transparent;
  border: none;
}
@media screen and (max-width:899px) {
  .enter-textarea {
    width: 100%;
  }
}

.form-newsletter {
  height: 56px;
}
.form-newsletter .form-newsletter-radio {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-newsletter .form-newsletter-radio .radio-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 24px;
}
.form-newsletter .form-newsletter-radio .radio-option .form-newsletter-radio-span {
  width: 24px;
  margin-right: 8px;
}
@media screen and (max-width:899px) {
  .form-newsletter .form-newsletter-radio span {
    font-size: 14px;
  }
}

.form-message .message-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form-message textarea {
  height: 160px;
}

input[type=checkbox] {
  display: none;
}

.checkbox {
  margin-right: 8px;
  background: #f5f5f5;
  width: 24px;
  height: 24px;
  border-radius: 4px;
}
.privacypolicys {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width:899px) {
  .privacypolicys {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

.privacypolicy-a {
  text-decoration: underline;
}

.form-button {
  font-weight: bold;
  padding: 6px 40px;
  font-size: 16px;
}
@media screen and (max-width:899px) {
  .form-button {
    padding: 6px 22px;
  }
}

.access {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media screen and (max-width:899px) {
  .access {
    margin-top: 40px;
  }
}

.access-container h3 {
  font-size: 24px;
  line-height: 125%;
  margin-bottom: 24px;
}
@media screen and (max-width:899px) {
  .access-container h3 {
    font-size: 20px;
  }
}

.access-icons {
  margin-bottom: 40px;
}
.access-icons img {
  width: 200px;
}
@media screen and (max-width:899px) {
  .access-icons img {
    width: 180px;
  }
}

.access-onomichi img {
  width: 755px;
}
@media screen and (max-width:899px) {
  .access-onomichi img {
    width: 35%;
  }
}

.access-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
}
@media screen and (max-width:899px) {
  .access-address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: auto;
  }
}

.access-address-left {
  background: #fff;
  padding: 106px 60px;
  text-align: left;
}
@media screen and (max-width:899px) {
  .access-address-left {
    width: 66%;
    margin: 0 auto;
    border-radius: 16px;
    margin-top: -5px;
    height: auto;
    padding: 40px 10% 30px 18%;
    font-size: 14px;
    width: min(90%, 899px);
  }
}

.access-logo {
  width: 183px;
  margin-bottom: 24px;
}
@media screen and (max-width:899px) {
  .access-logo {
    width: 150px;
    margin-left: 90px;
  }
}

.address-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (max-width:899px) {
  .address-row {
    margin-bottom: 8px;
  }
}
.address-row .row-ell {
  width: 8px;
  height: 8px;
  display: block;
}
.address-row .add-row-info {
  font-weight: bold;
  width: 100px;
}
@media screen and (max-width:899px) {
  .address-row .add-row-info {
    width: 75px;
  }
}
.access-address-right iframe {
  width: 512px;
  height: 400px;
}
@media screen and (max-width:899px) {
  .access-address-right iframe {
    width: 66%;
    margin: 0 auto;
    border-radius: 16px;
    height: 485px;
    width: min(90%, 899px);
  }
}

footer {
  text-align: center;
  font-size: 14px;
  line-height: 160%;
  color: #fff;
}

.footer-bg {
  width: 100%;
  height: 120px;
  background-image: url("../img/img_bg_wave.svg");
  background-repeat: repeat-x;
}
@media screen and (max-width:899px) {
  .footer-bg {
    height: 80px;
    background-size: auto 45px;
    background-position: left bottom;
  }
}

.copy-bg {
  background: #67b0c7;
  padding-bottom: 32px;
}