@charset "UTF-8";
/*  ----------------------------------------------
  inner
  ------------------------------------------------------ */
/*  ----------------------------------------------
  title
  ------------------------------------------------------ */
/*  ----------------------------------------------
  title line
  ------------------------------------------------------ */
/*---------------------------------------------------
 breakpoint xxs, xs, sm, md, lg, xl, xxl
--------------------------------------------------- */
/*---------------------------------------------------
 共通 title
--------------------------------------------------- */
body {
  color: #4A3636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 400;
  background-color: #E9F6F8;
}
body.is-fixed {
  overflow: hidden;
}

/*---------------------------------------------------
 共通 title
--------------------------------------------------- */
.title {
  position: relative;
}
.title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 37.333px;
  height: 37.333px;
}
@media screen and (min-width : 900px) {
  .title::before {
    width: 48px;
    height: 48px;
  }
}

.title-ja {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  font-family: "Kiwi Maru";
  color: #4a3636;
  white-space: nowrap; /* 改行しない */
}
@media screen and (min-width : 900px) {
  .title-ja {
    font-size: 32px;
  }
}

.title-en {
  font-family: Courgette;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: #4a3636;
}
@media screen and (min-width : 900px) {
  .title-en {
    font-size: 20px;
  }
}

.line {
  margin: 0; /* 余計な外側余白を消す */
  padding: 0 0 12px; /* 下方向にだけ 12px の内側余白 */
  position: relative;
  text-align: center;
  display: inline-block;
}
@media screen and (min-width : 900px) {
  .line {
    padding: 0 0 16px;
  }
}
.line::after {
  content: "";
  position: absolute;
  bottom: 0; /* 要素の一番下 */
  left: 50%; /* 横中央 */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); /* 自身の幅の半分戻す */
  width: 100%;
  height: 6px;
  background: #ffee56;
}
@media screen and (min-width : 900px) {
  .line::after {
    height: 8px;
  }
}

/*---------------------------------------------------
 共通 heading
--------------------------------------------------- */
.heading {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 横方向の制御,コンテンツ幅にする */
}

/*---------------------------------------------------
 共通 button
--------------------------------------------------- */
.button:hover {
  background: var(--LP-Yellow, #ffee56);
}
.button {
  color: var(--3-ea-1-d-1, #4a3636);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: inline-block;
  display: flex;
  width: 136px;
  height: 36px;
  padding: 4px 22px 6px 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  border: 2px solid var(--LP-Blown, #4a3636);
  background: var(--LP-White, #fff);
  -webkit-box-shadow: 0 4px 0 0 #4a3636;
          box-shadow: 0 4px 0 0 #4a3636;
  margin: 0 auto; /* display: blockかflexwidthの指定必要 */
  /* 応募してみる header */
}
@media screen and (min-width : 768px) {
  .button--type2 {
    width: 132px;
    height: 32px;
  }
}
.button {
  /* 応募してみる fv */
}
@media screen and (min-width : 768px) {
  .button--type3 {
    width: 144px;
    height: 40px;
    font-size: 16px;
  }
}
.button {
  /* 参加の仕方はこちら */
}
.button--type4 {
  font-size: 16px;
  width: 192px;
  height: 40px;
}
@media screen and (min-width : 900px) {
  .button--type4 {
    border: 3px solid var(--LP-Blown, #4a3636);
    font-size: 20px;
    width: 260px;
    height: 56px;
    padding: 7px 37px 9px 37px;
  }
}
.button {
  /* #見つけて尾道レトロ の最新投稿を見る */
}
.button--type5 {
  font-size: 16px;
  font-size: clamp(12px, 4.26vw, 16px); /*16px ÷ 375px = 0.0426 */
  max-width: 334px;
  width: 100%;
  height: 40px;
  white-space: nowrap; /* 改行しない */
}
@media screen and (min-width : 900px) {
  .button--type5 {
    border: 3px solid var(--LP-Blown, #4a3636);
    font-size: 20px;
    max-width: none;
    width: 437px;
    height: 56px;
    padding: 7px 37px 9px 37px;
  }
}
.button {
  /* prize 閉じる */
}
.button--type6 {
  font-size: 16px;
  width: 96px;
  height: 40px;
}
@media screen and (min-width : 900px) {
  .button--type6 {
    font-size: 16px;
    border-radius: 40px;
  }
}
.button {
  /* contact 送信する */
}
.button--type7 {
  font-size: 16px;
  width: 208px;
  height: 40px;
}
@media screen and (min-width : 900px) {
  .button--type7 {
    width: 240px;
    border-radius: 40px;
  }
}

/*---------------------------------------------------
html, body
--------------------------------------------------- */
html,
body {
  overflow-x: hidden;
}

/*---------------------------------------------------
header
--------------------------------------------------- */
.header {
  background-color: #FFF;
  height: 64px;
  position: fixed;
  top: 0; /* 固定のため追加 */
  left: 0; /* 固定のため追加 */
  width: 100%; /* 固定のため追加 */
  z-index: 100; /* 固定のため追加 */
}

.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-block: 16.7px;
  padding-inline: 20px; /* 左右の余白 */
}
@media screen and (min-width : 900px) {
  .header_inner {
    max-width: 1512px;
    margin-left: auto;
    margin-right: auto;
    padding-inline: 24px;
    padding-block: 14px;
  }
}

.header_logo a img {
  width: 210px;
  height: auto;
  display: block; /* 余計な隙間が出ない */
}
@media screen and (min-width : 768px) {
  .header_logo a img {
    width: 183px;
  }
}

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

@media screen and (min-width : 900px) {
  .header_lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width : 768px) {
  .header_list {
    margin-right: 12px;
  }
  .header_list:last-child {
    margin-right: 0;
  }
}

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

.drawer-icon {
  width: 32px;
  height: 24px;
  position: relative;
  z-index: 51;
}
.drawer-icon.is-checked .drawer-icon_bar:nth-of-type(1) {
  top: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #4A3636;
}
.drawer-icon.is-checked .drawer-icon_bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon_bar:nth-of-type(3) {
  top: 12px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.drawer-icon_bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 3px;
  background-color: #4A3636;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-icon_bar:nth-of-type(1) {
  top: 0;
  background: linear-gradient(to right, #4A3636 0px, #4A3636 25.6px, transparent 25.6px, transparent 27.2px, #4A3636 27.2px, #4A3636 100%);
}
.drawer-icon_bar:nth-of-type(2) {
  top: 12px;
}
.drawer-icon_bar:nth-of-type(3) {
  top: 24px;
}

.drawer-content {
  display: none;
  background-color: #FFF;
  top: 64px;
  width: 100%;
  height: calc(100vh - 64px);
  position: fixed;
  z-index: 50;
  padding-top: 35px;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-content.is-checked {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.drawer-content_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
}

.drawer-content_button {
  text-align: center;
}

/*---------------------------------------------------
first view
--------------------------------------------------- */
.fv {
  padding-inline: 20px;
  margin-top: 64px;
  border-radius: 0 0 24px 24px;
  background: url(../img/fv/fv-sp-onomichi.png) center center no-repeat;
  height: 554px;
  width: 100%;
  background-size: cover;
}
@media screen and (min-width : 900px) {
  .fv {
    border-radius: 0 0 40px 40px;
    background: url(../img/fv/fv-pc-onomichi.png) center center no-repeat;
    height: 740px;
    background-position: center bottom;
  }
}

@media screen and (min-width : 768px) {
  .fv_inner {
    max-width: 848px;
    margin-right: auto;
    margin-left: auto;
  }
}

.fv_title {
  color: #4A3636;
  text-align: center;
  text-shadow: 0 0 30px #fff;
  font-family: "Kiwi Maru", serif;
  font-size: 14px;
  line-height: 1.25;
  padding-top: 17px; /*titleの上17px */
}
@media screen and (min-width : 900px) {
  .fv_title {
    font-size: 24px;
    font-weight: 500;
    padding-top: 35px; /*titleの上35px */
  }
}

.fv_title-campain {
  margin-top: 20px;
  max-width: 335px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width : 900px) {
  .fv_title-campain {
    margin-top: 24px;
    max-width: 520px;
    margin-right: auto;
    margin-left: auto;
  }
}

.fv_images {
  position: relative;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width : 900px) {
  .fv_images {
    max-width: 250px;
  }
}

.fv_image-sp {
  position: relative;
  margin-top: 113px;
  width: 200px;
  display: block; /* img はinline要素, margin:auto効かない */
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}
@media screen and (min-width : 900px) {
  .fv_image-sp {
    width: 250px;
    margin-top: 33px;
    z-index: 1;
  }
}

.fv_image-frame {
  text-align: center;
  width: 160px;
  background: #FFF;
  border-radius: 12.8px;
  position: absolute;
  top: 122.6px;
  overflow: hidden;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width : 900px) {
  .fv_image-frame {
    width: 200px;
    top: 152.5px;
  }
}

.fv_image-frame-title {
  background: linear-gradient(265deg, #ac3790 -3.52%, #d65a5c 44.94%, #f4c06d 92.38%);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12.8px;
  font-weight: 700;
  padding: 6.4px 9.6px;
  color: #FFF;
}
@media screen and (min-width : 900px) {
  .fv_image-frame-title {
    font-size: 16px;
    padding: 8px 12px;
  }
}

.period-term-jp {
  margin-top: 13.8px;
  text-underline-offset: 3.2px;
  -webkit-text-decoration: underline solid #CE2073 2.4px;
          text-decoration: underline solid #CE2073 2.4px;
}
@media screen and (min-width : 900px) {
  .period-term-jp {
    margin-top: 16px;
    font-size: 14px;
    text-underline-offset: 4px;
    -webkit-text-decoration: underline solid #CE2073 3px;
            text-decoration: underline solid #CE2073 3px;
  }
}

.period-term {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-top: 5.2px;
  margin-bottom: 12.8px;
}
@media screen and (min-width : 900px) {
  .period-term {
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 16px;
  }
}

.fv_image-frame_button {
  padding-bottom: 19.2px;
}

.fv_image-fukidashi {
  position: absolute;
  width: 142px;
  top: -95px;
  left: -67px;
}
@media screen and (min-width : 900px) {
  .fv_image-fukidashi {
    width: 244px;
    top: -33px;
    left: -262px;
  }
}

.fv_image-present {
  position: absolute;
  width: 110px;
  right: -42px;
  top: -102.17px;
}
@media screen and (min-width : 900px) {
  .fv_image-present {
    width: 180px;
    top: -17px;
    left: calc(50% + 117px);
    right: auto;
  }
}

.fv_image-food {
  position: absolute;
  bottom: 0;
  left: -67px;
  z-index: 2;
}
.fv_image-food img {
  width: 86px;
  display: block;
}
@media screen and (min-width : 900px) {
  .fv_image-food img {
    width: 202px;
  }
}
@media screen and (min-width : 900px) {
  .fv_image-food {
    left: -291px;
    top: 205px;
  }
}

.fv_image-cat1 {
  position: absolute;
  top: 292px;
  right: calc(50% - 170px);
  z-index: 2;
}
.fv_image-cat1 img {
  width: 62px;
  display: block;
}
@media screen and (min-width : 900px) {
  .fv_image-cat1 img {
    width: 170px;
  }
}
@media screen and (min-width : 900px) {
  .fv_image-cat1 {
    right: -237px;
    top: 275px;
  }
}

.fv_image-cat2 {
  position: absolute;
  top: 350px;
  right: calc(50% - 150px);
  z-index: 2;
}
.fv_image-cat2 img {
  width: 98px;
  display: block;
}
@media screen and (min-width : 900px) {
  .fv_image-cat2 img {
    width: 233px;
  }
}
@media screen and (min-width : 900px) {
  .fv_image-cat2 {
    right: -260px;
    top: 396px;
    right: -303px;
  }
}

/*---------------------------------------------------
about
--------------------------------------------------- */
.about {
  margin-top: 156px;
  padding: 32px 20px;
}
@media screen and (min-width : 900px) {
  .about {
    margin-top: 97px;
    padding: 80px 114px;
  }
}

.about_inner {
  position: relative;
  border-radius: 24px;
  background: #FFF;
  padding: 40px 12px;
  max-width: 335px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width : 768px) {
  .about_inner {
    max-width: 500px;
  }
}
@media screen and (min-width : 1200px) {
  .about_inner {
    max-width: 848px;
  }
}
.about_inner::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -36px;
  width: 100px;
  height: 36px;
  background: url(../img/about/arrow-sp.png) no-repeat center/contain;
}
@media screen and (min-width : 900px) {
  .about_inner::after {
    background: url(../img/about/arrow-pc.png) no-repeat center/contain;
    width: 140px;
    height: 50px;
    bottom: -50px;
  }
}

.about_heading {
  margin-top: 3px;
}
@media screen and (min-width : 900px) {
  .about_heading {
    margin-top: 0px;
  }
}

.about_title {
  position: relative;
  padding-top: 40px;
  max-width: 230px;
  margin: 0 auto;
}
@media screen and (min-width : 900px) {
  .about_title {
    max-width: 360px;
    padding-top: 56px;
  }
}
.about_title::before {
  background: url(../img/about/about-Icon.png) no-repeat center/contain;
}
@media screen and (min-width : 900px) {
  .about_title::before {
    background: url(../img/about/about-Icon-pc.png);
  }
}

.about_picture-left {
  position: absolute;
  top: -8.13px;
  left: -19.5px;
}
@media screen and (min-width : 900px) {
  .about_picture-left {
    top: -1.35px;
    left: -159px;
  }
}

.about_picture-right {
  position: absolute;
  top: -10px;
  right: -32.72px;
}
@media screen and (min-width : 900px) {
  .about_picture-right {
    top: 7.65px;
    right: -161.08px;
  }
}

.about_title-sub .pc-only {
  display: none;
}
@media screen and (min-width : 900px) {
  .about_title-sub .pc-only {
    display: inline;
  }
}
@media screen and (min-width : 900px) {
  .about_title-sub .sp-only {
    display: none;
  }
}
.about_title-sub {
  margin-top: 24px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width : 900px) {
  .about_title-sub {
    font-size: 16px;
    margin-top: 33px;
  }
}

.about_text {
  margin-top: 24px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
.about_text .pc-only {
  display: none;
}
@media screen and (min-width : 900px) {
  .about_text {
    margin-top: 32px;
    font-size: 16px;
  }
  .about_text .sp-only {
    display: none;
  }
  .about_text .pc-only {
    display: block;
  }
}

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

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

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

.about_text4-1 {
  font-weight: 700;
}

.link-sns {
  /* how to entryのところに記載 */
}

.about_pop {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; /* 文字幅に合わせる */
  margin: 0 auto;
  font-size: 14px;
  font-weight: 700;
  margin-top: 32px;
}
@media screen and (min-width : 900px) {
  .about_pop {
    margin-top: 44px;
    font-size: 20px;
  }
}
.about_pop::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px; /* 文字との距離 */
  width: 100%; /* 文字幅と同じ長さ */
  border-bottom: 2px dashed #9ED0E0; /* 波線 */
}
@media screen and (min-width : 900px) {
  .about_pop::after {
    bottom: -12px;
  }
}

.about_button {
  margin-top: 32px;
}
@media screen and (min-width : 900px) {
  .about_button {
    margin-top: 44px;
  }
}

.about_images {
  position: absolute;
  inset: 0; /* top right bottom left = 0 */
  pointer-events: none; /* ボタンなどクリック邪魔しない */
}

.about_image-pawpads {
  position: absolute;
  top: -10px;
  right: -20px;
  width: 54px;
  height: 120px;
  z-index: -1;
}
@media screen and (min-width : 900px) {
  .about_image-pawpads {
    top: -80px;
    width: 100px;
    height: 220px;
    right: -169.12px;
  }
}

.about_image-naname {
  display: none;
}
@media screen and (min-width : 900px) {
  .about_image-naname {
    position: absolute;
    display: block;
    width: 250px;
    height: 250px;
    top: -20px;
    left: calc(50% - 560px);
    z-index: -1;
  }
}
@media screen and (min-width : 1200px) {
  .about_image-naname {
    position: absolute;
    display: block;
    width: 250px;
    height: 250px;
    top: -20px;
    left: calc(50% - 778px);
  }
}

.about_image-photo-left {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 197px;
  left: -85px;
  z-index: -1;
}
@media screen and (min-width : 900px) {
  .about_image-photo-left {
    width: 480px;
    height: 480px;
    top: 37px;
    left: calc(50% - 554px);
  }
}
@media screen and (min-width : 1200px) {
  .about_image-photo-left {
    width: 480px;
    height: 480px;
    top: 37px;
    left: calc(50% - 667px);
  }
}

.about_image-photo-right {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 137px;
  right: -86px;
  z-index: -1;
}
@media screen and (min-width : 900px) {
  .about_image-photo-right {
    width: 480px;
    height: 480px;
    top: 35px;
    right: calc(50% - 550px);
  }
}
@media screen and (min-width : 1200px) {
  .about_image-photo-right {
    width: 480px;
    height: 480px;
    top: 35px;
    right: calc(50% - 640px);
  }
}

.about_image-sakamichi {
  position: absolute;
  width: 138px;
  height: 215px;
  top: 708px;
  left: -20px;
}
@media screen and (min-width : 768px) {
  .about_image-sakamichi {
    left: calc(50% - 400px);
    z-index: -1;
  }
}
@media screen and (min-width : 900px) {
  .about_image-sakamichi {
    width: 427px;
    height: 817px;
    top: 320px;
    left: calc(50% - 595px);
    z-index: -1;
  }
}
@media screen and (min-width : 1200px) {
  .about_image-sakamichi {
    width: 427px;
    height: 817px;
    top: 320px;
    left: calc(50% - 858px);
  }
}

.about_image-button {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 719.67px;
  right: 0;
}
@media screen and (min-width : 768px) {
  .about_image-button {
    width: 101px;
    height: 100.047px;
    top: 690.67px;
    right: calc(50% - 308px);
    z-index: 1;
  }
}
@media screen and (min-width : 900px) {
  .about_image-button {
    width: 101px;
    height: 100.047px;
    top: 602.67px;
    right: calc(50% - 440px);
  }
}
@media screen and (min-width : 1200px) {
  .about_image-button {
    width: 101px;
    height: 100.047px;
    top: 602.67px;
    right: calc(50% - 600px);
  }
}

.about_image-goods {
  position: absolute;
  width: 133px;
  height: 65.003px;
  top: 761.67px;
  right: 36px;
}
@media screen and (min-width : 768px) {
  .about_image-goods {
    width: 308px;
    height: 150.604px;
    top: 739.67px;
    right: calc(50% - 398px);
    z-index: -1;
  }
}
@media screen and (min-width : 900px) {
  .about_image-goods {
    width: 308px;
    height: 150.604px;
    top: 817.67px;
    right: calc(50% - 478px);
    z-index: -1;
  }
}
@media screen and (min-width : 1200px) {
  .about_image-goods {
    width: 308px;
    height: 150.604px;
    top: 754.67px;
    right: -256px;
    z-index: -1;
  }
}

.about_image-wave1 {
  display: none;
}
@media screen and (min-width : 900px) {
  .about_image-wave1 {
    position: absolute;
    display: block;
    width: 806.851px;
    height: 12.006px;
    top: 602.67px;
    right: -182px;
    top: 601.67px;
    right: -900px;
  }
}

.about_image-wave2 {
  display: none;
}
@media screen and (min-width : 900px) {
  .about_image-wave2 {
    position: absolute;
    display: block;
    width: 806.851px;
    height: 12.006px;
    top: 633.67px;
    right: -831px;
  }
}

.about_image-logo {
  position: absolute;
  bottom: -175.67px;
  width: 354.642px;
  height: 37.2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width : 900px) {
  .about_image-logo {
    width: 890.604px;
    height: 97px;
    bottom: -264px;
  }
}

.about_slider {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 176.87px;
}
@media screen and (min-width : 900px) {
  .about_slider {
    margin-top: 258px;
  }
}

.about_slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 横並びにする */
}

.about-card img {
  width: 100%;
  height: auto;
}

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

/*---------------------------------------------------
how to enter
--------------------------------------------------- */
.how-to {
  padding-top: 32px;
  padding-inline: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width : 900px) {
  .how-to {
    padding-inline: 36px;
  }
}

.how-to_inner {
  position: relative;
  width: 100%;
  max-width: 335px;
  margin-inline: auto;
}
@media screen and (min-width : 900px) {
  .how-to_inner {
    max-width: 1024px;
  }
}

.how-to_title {
  position: relative;
  padding-top: 43.33px;
}
@media screen and (min-width : 900px) {
  .how-to_title {
    padding-top: 66px;
  }
}
.how-to_title::before {
  content: "";
  position: absolute;
  width: 37.333px;
  height: 37.333px;
  background: url(../img/how/how-Icon.png) no-repeat center/contain;
}
@media screen and (min-width : 900px) {
  .how-to_title::before {
    top: 8px;
    width: 48px;
    height: 48px;
    background: url(../img/how/how-Icon-pc.png) no-repeat center/contain;
  }
}

.how-to_cards {
  text-align: center;
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34px;
}
@media screen and (min-width : 900px) {
  .how-to_cards {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 2fr);
    gap: 32px;
    position: relative; /* 装飾画像のため */
  }
  .how-to_cards::before {
    content: "";
    position: absolute;
    background: url(../img/how/how_step_line-r-pc.png) no-repeat center/contain;
    width: 113px;
    height: 23.596px;
    top: 205px;
    left: 25%;
  }
  .how-to_cards::after {
    content: "";
    content: "";
    position: absolute;
    background: url(../img/how/how_step_line-r-pc.png) no-repeat center/contain;
    width: 113px;
    height: 23.596px;
    top: 206px;
    left: 60.2%;
  }
}

.how-to_card {
  padding-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width : 900px) {
  .how-to_card {
    padding-bottom: 0;
    gap: 24px;
  }
}
@media screen and (min-width : 900px) {
  .how-to_card:nth-child(2) {
    margin-top: 69px;
  }
}

.how-to_card + .how-to_card {
  position: relative;
}
.how-to_card + .how-to_card::before {
  content: "";
  position: absolute;
  background: url(../img/how/how_step_line-top.png) no-repeat center/contain;
  width: 8px;
  height: 34px;
  top: -34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width : 900px) {
  .how-to_card + .how-to_card::before {
    background: none;
  }
}

.how-to_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

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

.how-to_card-text {
  line-height: 1.57;
}
.how-to_card-text .pc-only {
  display: none;
}
@media screen and (min-width : 768px) {
  .how-to_card-text .sp-only {
    display: none;
  }
  .how-to_card-text .pc-only {
    display: block;
  }
}
@media screen and (min-width : 1200px) {
  .how-to_card-text {
    line-height: 1.6;
    font-size: 16px;
  }
  .how-to_card-text .sp-only {
    display: none;
  }
  .how-to_card-text .pc-only {
    display: block;
  }
}

.link-sns {
  /* aboutの尾道観光部も同様 */
  text-decoration: underline;
  text-underline-offset: 2px;
}

.card-text-fw {
  font-weight: 700;
}

.how-to_link {
  background-color: #FFF;
  padding: 8px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  width: 226px;
}
@media screen and (min-width : 900px) {
  .how-to_link {
    width: 254px;
  }
}

.how-to_link-btn {
  font-size: 14px;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (min-width : 1200px) {
  .how-to_link-btn {
    font-size: 16px;
  }
}
.how-to_link-btn::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/how/how-instagram.png") no-repeat center/contain;
}
@media screen and (min-width : 900px) {
  .how-to_link-btn::before {
    width: 24px;
    height: 24px;
    background: url("../img/how/how-instagram-pc.png") no-repeat center/contain;
  }
}

@media screen and (min-width : 900px) {
  .how-to_button {
    margin-top: 48px;
  }
}

.how-to_image-map {
  position: absolute;
  top: 0;
  left: -20px;
  z-index: -1;
}
@media screen and (min-width : 900px) {
  .how-to_image-map {
    width: 460px;
    height: 628.496px;
    top: -50px;
    left: -208px;
  }
}

.how-to_image-cat {
  position: absolute;
  top: 0;
  right: 3px;
  z-index: -1;
}
@media screen and (min-width : 900px) {
  .how-to_image-cat {
    top: -18px;
    right: -13px;
  }
}

.how-to_image-cat-black {
  position: absolute;
  top: 5px;
  right: -51px;
}
@media screen and (min-width : 900px) {
  .how-to_image-cat-black {
    top: -8.03px;
    right: -139px;
  }
}

.how-to_image-pawpads-top {
  position: absolute;
  top: 5.358435916%;
  right: 0;
}
@media screen and (min-width : 900px) {
  .how-to_image-pawpads-top {
    display: none;
  }
}

.how-to_image-pawpads-left {
  position: absolute;
  top: 550px;
  left: 0;
}
@media screen and (min-width : 900px) {
  .how-to_image-pawpads-left {
    top: 590px;
    left: -208px;
  }
}

.how-to_image-pawpads-right {
  position: absolute;
  top: 880.88px;
  right: 0;
}
@media screen and (min-width : 900px) {
  .how-to_image-pawpads-right {
    top: 155px;
    right: -208px;
  }
}

/*---------------------------------------------------
prize
--------------------------------------------------- */
.prize {
  margin-top: 101.67px; /* 半円高さ83px+17.67px */
}
@media screen and (min-width : 600px) {
  .prize {
    padding-inline: 84px;
  }
}
@media screen and (min-width : 768px) {
  .prize {
    margin-top: 255.967px;
  }
}
@media screen and (min-width : 1200px) {
  .prize {
    margin-top: 255.967px;
    margin-inline: auto;
    max-width: 1024px;
    padding-inline: 20px;
  }
}

.prize_inner {
  position: relative;
  background-color: #FFF;
  border-radius: 24px;
  padding-inline: 20px;
  padding-bottom: 34.67px;
}
@media screen and (min-width : 1200px) {
  .prize_inner {
    padding-inline: 30px;
    padding-bottom: 53px;
  }
  .prize_inner::after {
    content: "";
    position: absolute;
  }
}
.prize_inner::before {
  content: "";
  position: absolute;
  top: -81px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 237.6px;
  height: 83px;
  background: url(../img/prize/circle-sp.png) no-repeat center/contain;
}
@media screen and (min-width : 900px) {
  .prize_inner::before {
    top: -147px;
    width: 365.624px;
    height: 148.967px;
    background: url(../img/prize/circle-pc.png) no-repeat center/contain;
  }
}

@media screen and (min-width : 900px) {
  .prize_triangle-left {
    position: absolute;
    top: -121px;
    left: -15px;
    background: url(../img/prize/prize-triangle-l-pc.png) no-repeat center/contain;
    max-width: 315px;
    height: 86px;
    aspect-ratio: auto 315/86;
  }
}

@media screen and (min-width : 900px) {
  .prize_triangle-right {
    position: absolute;
    right: 0;
    top: -121px;
    right: -15px;
    background: url(../img/prize/prize-triangle-r-pc.png) no-repeat center/contain;
    width: 315px;
    height: 86px;
    aspect-ratio: auto 315/86;
  }
}

.prize_icon {
  width: 37.333px;
  height: 37.333px;
  background: url(../img/prize/prize-icon-sp.png) no-repeat center/contain;
}
@media screen and (min-width : 900px) {
  .prize_icon {
    width: 48px;
    height: 48px;
    background: url(../img/prize/prize-icon-pc.png) no-repeat center/contain;
  }
}

.prize_title {
  padding-top: 43.33px;
}
/* headingを半円の上にのせる */
.prize_heading {
  position: absolute;
  top: -63px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
@media screen and (min-width : 900px) {
  .prize_heading {
    top: -118px;
  }
}

.prize-description {
  text-align: center;
  margin-top: 16px;
}
@media screen and (min-width : 900px) {
  .prize-description {
    font-size: 16px;
    margin-top: 22px;
  }
}
@media screen and (min-width : 900px) {
  .prize-description .sp-only {
    display: none;
  }
}

.prize_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px; /* 横方向のギャップ */
  row-gap: 39px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 46.65px;
}
@media screen and (min-width : 600px) {
  .prize_cards {
    max-width: 600px;
    margin-inline: auto;
  }
}
@media screen and (min-width : 900px) {
  .prize_cards {
    max-width: 912px;
    margin-inline: auto;
    row-gap: 72px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 79px;
  }
}

.prize_card {
  background: #F5F5F5;
  position: relative;
  width: calc(50% - 7.5px);
  border: 2px solid transparent; /* 枠線を透明で確保 */
  border-radius: 8px;
}
.prize_card:hover {
  border-color: #9ED0E0;
}
.prize_card {
  /* 6カラム構成 */
}
@media screen and (min-width : 900px) {
  .prize_card {
    border-radius: 24px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0; /* flex-grow:1, flex-shrink:1, basis:0 */
    max-width: 280px;
    width: auto; /* flexのwidthをリセット */
    grid-column: span 2; /* 基本は3列（6分割中2つ） */
    /* 上から2枚だけ大きく */
  }
  .prize_card:nth-child(-n+2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px) / 2);
            flex: 0 0 calc((100% - 20px) / 2);
    max-width: 440px;
    grid-column: span 3; /* 2枚で1行埋まる */
  }
  .prize_card:nth-of-type(n + 3) .prize-card-text {
    min-height: 80px;
    padding-block: 14px;
  }
}

.prize_card-modal {
  display: block; /* buttonが画像sizeで止まる(inline要素のため) */
  width: 100%;
}
.prize_card-modal:hover .prize_image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2); /* 1.2倍に拡大 */
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; /* スムーズに拡大 */
}

.prize-card-no {
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

/* 特典1,2,3,4,5の画像位置をpc画面で変える。
別ブロックとして書く
.prize-card-no→ 各カードに1個だけ順番つけられない。
 .prize_card に対して条件を書く*/
@media screen and (min-width : 900px) {
  .prize_card {
    /* 1番目と2番目 */
  }
  .prize_card:nth-of-type(-n + 2) .prize-card-no {
    top: -50px;
  }
  .prize_card:nth-of-type(n + 3) .prize-card-no {
    top: -40px;
  }
}
.prize_card-contents {
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width : 900px) {
  .prize_card-contents {
    border-radius: 24px;
  }
}

.prize_image {
  width: 100%;
  display: block;
  overflow: hidden; /* hover時に画像のはみ出しを防ぐ */
}
@media screen and (min-width : 900px) {
  .prize_image {
    aspect-ratio: 440/340; /* 幅:高さ */
  }
}
.prize_image img {
  width: 100%;
  height: auto;
}

@media screen and (min-width : 900px) {
  .prize_card:nth-of-type(n + 3) .prize_image {
    aspect-ratio: 280/240; /* 幅:高さ */
  }
}
.prize-card-text {
  width: 100%;
  padding-block: 9px;
  text-align: center;
  font-weight: 700;
  min-height: 56px;
  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;
}
@media screen and (min-width : 900px) {
  .prize-card-text {
    font-size: 20px;
    min-height: 120px;
    padding-block: 32px;
  }
}
@media screen and (min-width : 900px) {
  .prize-card-text .sp-only {
    display: none;
  }
}

@media screen and (min-width : 900px) {
  .prize_card:nth-of-type(n + 3) .prize-card-text {
    font-size: 16px;
  }
}
.prize_triangle-wrap {
  position: absolute;
  overflow: hidden;
  right: 0px;
  bottom: 0px;
}

.triangle-image {
  display: block;
  width: 36px;
  height: 36px;
  border-bottom-right-radius: 8px;
}
@media screen and (min-width : 900px) {
  .triangle-image {
    width: 100px;
    height: 100px;
    border-bottom-right-radius: 24px;
  }
}

@media screen and (min-width : 900px) {
  .prize_card:nth-child(n+3) .triangle-image {
    width: 64px;
    height: 64px;
  }
}
.triangle-shape:hover {
  fill: #9ED0E0;
  cursor: pointer;
}

.prize_zoom_icon {
  position: absolute;
  right: 5.22px;
  bottom: 6.12px;
  width: 11.52px;
  height: auto;
  pointer-events: none;
}
@media screen and (min-width : 900px) {
  .prize_zoom_icon {
    width: 32px;
    right: 12.5px;
    bottom: 14px;
  }
}

@media screen and (min-width : 900px) {
  .prize_card:nth-of-type(n + 3) .prize_zoom_icon {
    width: 20.48px;
    right: 8px;
    bottom: 8.96px;
  }
}
.prize_modal {
  position: fixed;
  padding: 0; /* dialog>のデフォルトpadding:1em消す */
  inset: 0; /* top/right/bottom/left = 0 */
  z-index: 200; /* headerより前面 */
  width: 336px;
  max-width: calc(100% - 20px);
  height: 480px;
  max-height: calc(100% - 20px);
  border: none;
  overscroll-behavior-y: none;
  overflow: auto;
  border-radius: 24px;
}
.prize_modal::-ms-backdrop {
  background: #000;
  opacity: 0.7;
}
.prize_modal::backdrop {
  background: #000;
  opacity: 0.7;
}
@media screen and (min-width : 900px) {
  .prize_modal {
    width: 480px;
    height: 650px;
  }
}

.prize_modal-content {
  text-align: center;
  position: relative;
  margin: auto;
  background: #fff;
  z-index: 2;
  max-height: calc(100vh - 64px); /* headerの高さを引いた高さ以内 */
}

.prize_modal-image {
  display: block; /* <picture> は インライン要素のように扱われる */
  aspect-ratio: 336/210; /* 幅:高さ */
}
.prize_modal-image img {
  width: 100%; /* これがないと親に合わせない */
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 枠いっぱいに画像を収める */
  display: block; /* pictureの下で余白を消す */
}

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

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

.prize_modal-button {
  margin-top: 16px;
  padding-bottom: 23px;
}

.prize_button {
  margin-top: 16px;
}
@media screen and (min-width : 900px) {
  .prize_button {
    margin-top: 40px;
  }
}

.prize_bg-picture {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -44px;
}
@media screen and (min-width : 900px) {
  .prize_bg-picture {
    margin-top: 0px;
  }
}
.prize_bg-picture img {
  width: 100%;
  min-width: 580px;
}

.prize_bg-image {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width : 900px) {
  .prize_bg-image {
    width: 100vw;
    /* margin-top: 0とmargin-bottom: 0;
    親(inner)の横幅の半分-画面の半分(左右にずらす) */
    margin: 0 calc(50% - 50vw);
  }
}

/*---------------------------------------------------
spots
--------------------------------------------------- */
.spots {
  position: relative;
  background-color: #67B0C7;
  padding-bottom: 19.84px;
}
@media screen and (min-width : 900px) {
  .spots {
    padding-bottom: 0px;
  }
}
.spots::before {
  content: "";
  position: absolute;
  background: url(../img/spots/wave-top-sp.png) repeat center top;
  width: 100%;
  height: 45.714px;
  top: -45.714px;
}
@media screen and (min-width : 900px) {
  .spots::before {
    background: url(../img/spots/wave-top-pc.png) repeat center top;
    top: -120px;
    height: 120px;
  }
}
.spots::after {
  content: "";
  position: absolute;
  background: url(../img/spots/wave-bottom-sp.png) repeat center bottom;
  width: 100%;
  height: 65.554px; /* 45.714px+19.84px */
}
@media screen and (min-width : 900px) {
  .spots::after {
    background: url(../img/spots/wave-bottom-pc.png) repeat center bottom;
    height: 120px;
    bottom: -120px;
  }
}

.spots_inner {
  position: relative;
}
@media screen and (min-width : 900px) {
  .spots_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 10px;
    gap: 32px;
  }
}
@media screen and (min-width : 1200px) {
  .spots_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: calc(50% - 510px);
    gap: 32px;
  }
}

.spots_title-wrapper {
  position: relative;
}

.spots_pawpads {
  display: none;
}
@media screen and (min-width : 900px) {
  .spots_pawpads {
    display: block;
    position: absolute;
    top: -107px;
    left: calc(50% - 720px);
    width: 100%;
    z-index: 2;
  }
}
@media screen and (min-width : 900px) {
  .spots_pawpads img {
    width: 100px;
  }
}

.spots_title {
  font-size: 28px;
  font-family: "Kiwi Maru", serif;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
@media screen and (min-width : 900px) {
  .spots_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 27px;
    margin-top: 8.34px;
    font-size: 40px;
    letter-spacing: 0.25em;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
.spots_title::before {
  content: "";
  display: inline-block;
  background: url(../img/spots/icon-star-sp.png);
  width: 28px;
  height: 28px;
}
@media screen and (min-width : 900px) {
  .spots_title::before {
    background: url(../img/spots/icon-star-pc.png);
    width: 39.932px;
    height: 38.164px;
    position: relative;
  }
}

.spots_slider {
  margin-top: 24px;
}
@media screen and (min-width : 900px) {
  .spots_slider {
    width: calc(100% - 56px - 32px);
    margin-top: 0px;
  }
}

.spots_swiper {
  position: relative;
  width: 100%;
  height: auto;
}

.spots_slide {
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.spots_card {
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  background-color: #FFF;
  padding-bottom: 31.159px;
  height: 100%; /* 親の高さを決める必要あり */
}
@media screen and (min-width : 900px) {
  .spots_card {
    border-radius: 24px;
    padding-bottom: 40px;
  }
}

.spots_card-image img {
  width: 100%;
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width : 900px) {
  .spots_card-image img {
    height: auto;
  }
}

.spots_card-content {
  padding-inline: 24px;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (min-width : 900px) {
  .spots_card-content {
    padding-inline: 32px;
    margin-top: 24px;
    gap: 24px;
  }
}

.spots_card-title {
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (min-width : 768px) {
  .spots_card-title {
    font-size: 20px;
  }
}

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

@media screen and (min-width : 768px) {
  .swiper_arrow {
    max-width: 900px;
  }
}

.spots_prev svg {
  display: none;
}
@media screen and (min-width : 900px) {
  .spots_prev {
    left: 70px;
    top: calc(50% + 239px);
    width: 80px;
    height: 80px;
    background: url(../img/spots/prev-icon.png) no-repeat center center/contain;
  }
}
@media screen and (min-width : 1200px) {
  .spots_prev {
    left: calc(50% - 465px);
    top: calc(50% + 239px);
  }
}

.spots_next svg {
  display: none;
}
@media screen and (min-width : 900px) {
  .spots_next {
    top: calc(50% + 239px);
    right: calc(50% - 347px);
    width: 80px;
    height: 80px;
    background: url(../img/spots/next-icon.png) no-repeat center center/contain;
  }
}
@media screen and (min-width : 1200px) {
  .spots_next {
    top: calc(50% + 239px);
    right: calc(50% - 472px);
  }
}

@media screen and (min-width : 1200px) {
  .spots_bottom {
    max-width: 1024px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 64px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.spots_image-lg img {
  max-width: 255px;
  display: block;
  margin: 0 auto;
  height: auto;
}
@media screen and (min-width : 900px) {
  .spots_image-lg img {
    max-width: 495px;
  }
}

@media screen and (min-width : 768px) {
  .spots_txt-button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.spots_txt {
  text-align: center;
  font-size: 11.444px;
  color: #FFF;
  margin-top: 16px;
}
@media screen and (min-width : 1200px) {
  .spots_txt {
    font-size: clamp(11.444px, 4.26vw, 16px);
    -moz-text-align-last: left;
         text-align-last: left;
    margin-top: 0px;
    white-space: nowrap;
  }
}

.spots_button {
  margin-top: 24px;
  z-index: 1;
  position: relative;
}
@media screen and (min-width : 900px) {
  .spots_button {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}

/*---------------------------------------------------
Q&A
--------------------------------------------------- */
.qa {
  padding-top: 85.714px;
  padding-bottom: 30.67px;
  padding-inline: 20px;
}
@media screen and (min-width : 1200px) {
  .qa {
    padding-bottom: 0px;
    padding-inline: 244px;
    padding-top: 240px;
  }
}

.qa_title {
  position: relative;
  padding-top: 34.33px;
}
@media screen and (min-width : 900px) {
  .qa_title {
    padding-top: 57px;
  }
}
.qa_title::before {
  content: "";
  position: absolute;
  width: 37.333px;
  height: 37.333px;
  background: url(../img/qa/qa-icon-sp.png) no-repeat center/contain;
}
@media screen and (min-width : 900px) {
  .qa_title::before {
    top: 8px;
    width: 48px;
    height: 48px;
    background: url(../img/qa/qa-icon-pc.png) no-repeat center/contain;
  }
}

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

.qa_box {
  border-radius: 12px;
  border: 2px solid #4A3636;
  background: #FFF;
}

.qa-box {
  overflow: hidden;
}
.qa-box.is-open .qa-accordion-icon:before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.qa-box_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding-inline: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (min-width : 900px) {
  .qa-box_head {
    gap: 16px;
    padding-inline: 24px;
    padding-top: 21px;
    padding-bottom: 22px;
    width: 100%;
  }
}

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

.qa-box_head-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
}
@media screen and (min-width : 768px) {
  .qa-box_head-text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (min-width : 900px) {
  .qa-box_head-text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 20px;
  }
}

.qa-accordion-icon {
  position: relative;
  display: block;
  width: 26.182px;
  height: 26.182px;
  background: #9ED0E0;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width : 900px) {
  .qa-accordion-icon {
    width: 48px;
    height: 48px;
  }
}
.qa-accordion-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 10.182px;
  width: 1.455px;
  background: #FFF;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: -0.7275px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (min-width : 900px) {
  .qa-accordion-icon::before {
    height: 18.667px;
    width: 2.667px;
    margin-left: -1.3335px;
  }
}
.qa-accordion-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10.182px;
  height: 1.455px;
  background: #FFF;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: -0.7275px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (min-width : 900px) {
  .qa-accordion-icon::after {
    width: 18.667px;
    height: 2.667px;
    margin-top: -1.3335px;
  }
}

.qa-box_body {
  padding: 16px;
  background: #F5F5F5;
  overflow: hidden;
  display: none;
}
@media screen and (min-width : 900px) {
  .qa-box_body {
    padding-inline: 24px;
    padding-top: 23px;
    padding-bottom: 17.8px;
  }
}

.qa-box_answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

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

.qa-box_a-text {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (min-width : 900px) {
  .qa-box_a-text {
    font-size: 16px;
  }
}

/*---------------------------------------------------
entry
--------------------------------------------------- */
.entry {
  padding-inline: 20px;
}
@media screen and (min-width : 900px) {
  .entry {
    margin-top: 120px;
    padding-inline: 48px;
  }
}
@media screen and (min-width : 1200px) {
  .entry {
    padding-inline: 244px;
  }
}

.entry_inner {
  border: 8px solid #FFF;
  background: rgba(255, 255, 255, 0.5);
  padding-top: 16px;
}
@media screen and (min-width : 768px) {
  .entry_inner {
    padding-top: 25.8px;
  }
}

.entry_title {
  position: relative;
  padding-top: 37.333px;
}
@media screen and (min-width : 900px) {
  .entry_title {
    padding-top: 56px;
  }
}
.entry_title::before {
  content: "";
  position: absolute;
  width: 37.333px;
  height: 37.333px;
  background: url(../img/entry/entry-icon-sp.png) no-repeat center/contain;
}
@media screen and (min-width : 900px) {
  .entry_title::before {
    top: 8px;
    width: 48px;
    height: 48px;
    background: url(../img/entry/entry-icon-pc.png) no-repeat center/contain;
  }
}

.entry_content {
  padding-inline: 13.5px;
  padding-bottom: 16px;
}
@media screen and (min-width : 768px) {
  .entry_content {
    padding-inline: 48px;
    padding-bottom: 32px;
  }
}

.entry_table {
  width: 100%;
  margin-top: 24px;
}
@media screen and (min-width : 768px) {
  .entry_table {
    margin-top: 40px;
  }
}

.entry_table_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-bottom: 13.4px;
}
@media screen and (min-width : 900px) {
  .entry_table_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 16px;
    padding-bottom: 11.4px;
    gap: 0px;
  }
}
.entry_table_row:nth-child(n+2) {
  position: relative;
  padding-top: 13.4px;
}
.entry_table_row:nth-child(n+2)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background: #e3e3e3;
}

.entry_table_head {
  position: relative;
  height: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  padding-left: 16px;
}
@media screen and (min-width : 900px) {
  .entry_table_head {
    width: 224px;
    font-size: 16px;
  }
}
.entry_table_head::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #9ED0E0;
}
@media screen and (min-width : 900px) {
  .entry_table_data {
    width: calc(100% - 224px); /* width24px-padding left16px */
    font-size: 16px;
  }
}
.entry_table_data ul {
  padding-left: 1.5em;
}
.entry_table_data li {
  position: relative;
  line-height: 1.58;
}
@media screen and (min-width : 900px) {
  .entry_table_data li {
    line-height: 1.62;
  }
}
.entry_table_data li::before {
  content: "・";
  position: absolute;
  top: 0.1em;
  left: -1em;
}
.link-privacy {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.entry_background-img {
  display: block;
  width: 100%;
}
.entry_background-img img {
  width: 100%;
}

.entry_background-img {
  margin-top: 32px;
}
@media screen and (min-width : 900px) {
  .entry_background-img {
    margin-top: 120px;
  }
}

/*---------------------------------------------------
contact
--------------------------------------------------- */
.contact {
  background-color: #FFF;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width : 1200px) {
  .contact {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

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

.contact_title {
  position: relative;
  padding-top: 37.333px;
}
@media screen and (min-width : 900px) {
  .contact_title {
    padding-top: 52px;
  }
}
.contact_title::before {
  content: "";
  position: absolute;
  width: 37.333px;
  height: 37.333px;
  background: url(../img/contact/qa-icon-sp.png) no-repeat center/contain;
}
@media screen and (min-width : 900px) {
  .contact_title::before {
    top: 8px;
    width: 40px;
    height: 32px;
    background: url(../img/contact/qa-icon-pc.png) no-repeat center/contain;
  }
}

.contact_text {
  margin-top: 24.6px;
  text-align: center;
}
@media screen and (min-width : 900px) {
  .contact_text .sp-only {
    display: none;
  }
}
@media screen and (min-width : 768px) {
  .contact_text {
    margin-top: 32px;
    font-size: 16px;
  }
}

.contact_form {
  margin-top: 26.5px;
}
@media screen and (min-width : 768px) {
  .contact_form {
    margin-top: 40px;
  }
}

.contact_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width : 1200px) {
  .contact_fields {
    padding-inline: 332px;
  }
}

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

@media screen and (min-width : 768px) {
  .form-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}

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

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

.form-field_tag {
  display: inline-block; /* 上下のpadding */
  padding-block: 4px;
  padding-inline: 8px;
  border-radius: 4px;
  background: #CE2073;
  color: #FFF;
  font-weight: 700;
}

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

.form-text {
  width: 100%;
  height: 56px;
  font-size: 14px;
  border-radius: 8px;
  background: #F5F5F5;
  border: none;
  padding: 16px;
  border: 1px solid transparent;
}
@media screen and (min-width : 768px) {
  .form-text {
    font-size: 16px;
  }
}
.form-text:focus {
  outline: none;
  background-color: #E9F6F8;
  border-color: #9ED0E0;
}

.form-radio_input {
  font-size: 14px;
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-radio_input:focus + .form-radio_text::before {
  border-color: #9ED0E0;
}
.form-radio_input:checked + .form-radio_text {
  font-weight: 700;
}
.form-radio_input:checked + .form-radio_text::before {
  border: 1px solid #9ED0E0;
}
.form-radio_input:checked + .form-radio_text::after {
  opacity: 1;
}

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

.form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 56px;
  font-size: 14px;
  border-radius: 8px;
  border: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 52px 16px 16px;
  background-image: url(../img/contact/contact-arrow.png), linear-gradient(to left, #9ED0E0 52px, #FFF 52px);
  background-repeat: no-repeat, no-repeat;
  background-position: center right 16px, center center;
  background-size: 14.899px 8.779px, cover;
}
@media screen and (min-width : 768px) {
  .form-select {
    font-size: 16px;
  }
}
.form-select:focus {
  outline: none;
  border-color: #9ED0E0;
}

.form-textarea {
  border-radius: 8px;
  background: #F5F5F5;
  border: 1px solid transparent;
  font-size: 14px;
  width: 100%;
  height: 160px;
  padding: 16px;
}
@media screen and (min-width : 768px) {
  .form-textarea {
    font-size: 16px;
  }
}
.form-textarea:focus {
  outline: none;
  background-color: #E9F6F8;
  border-color: #9ED0E0;
}

.form-text.is-error,
.form-textarea.is-error {
  border: 1px solid #CE2073;
  background-color: #fff0f7;
}

.form-select.is-error {
  border: 1px solid #CE2073;
  background-image: url(../img/contact/contact-arrow.png), linear-gradient(to left, #CE2073 52px, #fff0f7 52px);
}

.form-checkbox_input.is-error + .form-checkbox_text::before {
  border: 1px solid #CE2073;
  background-color: #fff0f7;
}

.form-field_radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width : 1200px) {
  .form-field_radios {
    height: 56px;
  }
}

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

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

.form-checkbox_input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-checkbox_input:checked + .form-checkbox_text::after {
  opacity: 1;
}

.form-checkbox_text {
  position: relative;
  padding-left: 36px;
  font-size: 14px;
}
@media screen and (min-width : 768px) {
  .form-checkbox_text {
    font-size: 16px;
  }
}
.form-checkbox_text::before, .form-checkbox_text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-checkbox_text::before {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #F5F5F5;
}
.form-checkbox_text::after {
  width: 14px;
  height: 9px;
  left: 5px;
  background: url(../img/contact/check-icon.png) no-repeat center center/contain;
  opacity: 0;
}
.form-checkbox_text a {
  text-decoration-line: underline;
  text-underline-offset: 2px;
  font-weight: inherit; /* 親のテキストと太さを合わせる */
}

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

.footer_inner {
  position: relative;
  padding-inline: 20px;
}
@media screen and (min-width : 1200px) {
  .footer_inner {
    padding-inline: 244px;
  }
}

.footer_pawpads {
  display: none;
}
@media screen and (min-width : 900px) {
  .footer_pawpads {
    display: block;
    position: absolute;
    content: "";
    width: 60px;
    height: auto;
    right: 0;
    top: 0;
  }
}
@media screen and (min-width : 1200px) {
  .footer_pawpads {
    width: 100px;
    height: 220px;
    right: 80px;
    top: -40px;
  }
}

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

.sns_lins-nav {
  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;
  gap: 40px;
  margin-top: 24px;
}
.footer_image-logo {
  margin-top: 15px;
  text-align: center;
  max-width: 328px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width : 900px) {
  .footer_image-logo {
    margin-top: 45px;
    max-width: 755px;
  }
}

.footer_address-wrapper {
  overflow: hidden;
  border-radius: 16px;
  background: #FFF;
}
@media screen and (min-width : 900px) {
  .footer_address-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.address-wrapper-map {
  overflow: hidden;
}
@media screen and (min-width : 900px) {
  .address-wrapper-map {
    width: 50%;
  }
}
.address-wrapper-map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 335/271;
  vertical-align: top; /* iframeの下の隙間を消す */
}
@media screen and (min-width : 900px) {
  .address-wrapper-map iframe {
    aspect-ratio: 512/400;
  }
}

.address-wrapper_body {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 19.7px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.address-wrapper_logo {
  width: 153px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 28.7px;
}
@media screen and (min-width : 900px) {
  .address-wrapper_logo {
    width: 183px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 24px;
  }
}

.address-wrapper_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (min-width : 900px) {
  .address-wrapper_list {
    gap: 12px;
  }
}

.address-wrapper_row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width : 900px) {
  .address-wrapper_row {
    gap: 40px;
  }
}

.address-wrapper_term {
  min-width: 64px;
  padding-left: 16px;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
}
.address-wrapper_term::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #9ED0E0;
}
@media screen and (min-width : 768px) {
  .address-wrapper_term {
    font-size: 14px;
    width: 80px;
  }
}
@media screen and (min-width : 900px) {
  .address-wrapper_term {
    font-size: 16px;
    width: 80px;
  }
}

.address-wrapper_description {
  font-size: 12px;
  font-size: clamp(10px, 3.125vw, 16px); /*10px ÷ 320px = 0.03125 */
  white-space: nowrap;
}
@media screen and (min-width : 768px) {
  .address-wrapper_description {
    font-size: 14px;
  }
}
@media screen and (min-width : 900px) {
  .address-wrapper_description {
    font-size: 16px;
  }
}

.footer_pagetop {
  margin-top: 24px;
  margin-bottom: 69.714px;
  text-align: center;
}
.footer_pagetop a img {
  width: 75px;
}
@media screen and (min-width : 900px) {
  .footer_pagetop {
    position: fixed;
    right: 40px;
    bottom: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
    z-index: 1;
  }
}

.footer_bottom {
  position: relative;
  background: #67B0C7;
}
.footer_bottom::before {
  content: "";
  position: absolute;
  background: url(../img/footer/wave-sp.png) repeat center top;
  width: 100%;
  height: 45.714px;
  top: -45.714px;
}
@media screen and (min-width : 900px) {
  .footer_bottom::before {
    background: url(../img/footer/wave-pc.png) repeat center top;
    height: 120px;
    top: -120px;
  }
}
@media screen and (min-width : 900px) {
  .footer_bottom {
    margin-top: 240px;
  }
}

.pagetop {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.pagetop.is-show {
  opacity: 1;
  visibility: visible;
}

.footer_copylight {
  display: block;
  text-align: center;
  padding-bottom: 24px;
  font-size: 10px;
  color: #FFF;
}
@media screen and (min-width : 900px) {
  .footer_copylight {
    padding-bottom: 32px;
    font-size: 14px;
  }
}