@charset "UTF-8";

/*************
FMT
*************/
.info_wrap,
.footer_container {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", "Verdana", "sans-serif";
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  font-weight: 400;
}
img {
  display: block;
  width: 100%;
}
.content_wrap {
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans JP", serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--text-color);
  margin-top: 66px;
  background-color: var(--bg-color);
  width: 100%;
  position: relative;
  z-index: 0;
}
a:hover img {
  opacity: 1;
}

figure {
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
}
figcaption .caption {
  margin-left: auto;
  margin-right: 0;
  width: fit-content;
  font-size: 12px;
}
@media (min-width: 751px) {
  .content_wrap {
    margin-top: 90px;
  }
}
:root {
  --text-color: #000000;
  --primary-color: #2ebcad;
  --bg-color: #ffffff;
  --red-color: #ee0000;
  --accent-color: #ffff00;
  --serif-font: "Noto Serif JP", serif;
  --baskerville-font: "Libre Baskerville", serif;
  --base-color: #46223e;
  --pink-color: #d33dae;
  --green_color: #439684;
  --light-green-color: #68b5a4;
}
/*アキ*/
.mgt48 {
  margin-top: 48px !important;
}
.mgt32 {
  margin-top: 32px !important;
}
.mgt24 {
  margin-top: 24px !important;
}
.mgt16 {
  margin-top: 16px !important;
}
.mgt8 {
  margin-top: 8px !important;
}
.mgt4 {
  margin-top: 4px !important;
}
.mgt0 {
  margin-top: 0 !important;
}

/*テキストサイズ*/
.annotation {
  font-size: 14px;
}
.smallest {
  font-size: 12px;
}
.larger {
  font-size: 1.5em;
}
.smaller {
  font-size: 0.75em;
}

/* テキスト揃え */
.center {
  text-align: center;
}
.auto_center {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.ib {
  display: inline-block;
}

/* テキストカラー */
.fcPrimary {
  color: var(--primary-color);
}
.fcRed {
  color: var(--red-color);
}
.fcWhite {
  color: #fff;
}
.fcYellow {
  color: #ff0;
}

/* テキスト汎用 */
.bold {
  font-weight: bold;
}
.text_link {
  color: var(--primary-color);
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}
.marker {
  background: linear-gradient(transparent 50%, var(--accent-color) 50%);
}
.relative_wrap {
  position: relative;
}

/* 箇条書き */
ul.text_list li,
p.text_list {
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
}
ul.text_list li + li {
  margin-top: 2px;
}
ul.text_list.annotation li {
  font-size: 14px;
}
@media (min-width: 751px) {
  .red_box {
    font-size: 22px;
  }
  .pc_center {
    text-align: center;
  }
}
/* js-fadeUp */
.js-fadeUp {
  transform: translateY(10px);
  opacity: 0;
  transition: all 1s;
}
.js-fadeUp.is-inview {
  transform: translateY(0);
  opacity: 1;
}
/*************
汎用
*************/
/* ボイストック枠 */
.VoiStock_btn {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 32px auto 16px;
}
.VoiStock_btn.comingSoon {
  pointer-events: none;
}
.qr_wrap {
  display: none;
}
.VoiStock_btn p.comingSoon {
  background: rgba(56, 18, 36, 0.8);
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 70%;
  top: 50%;
  left: 50%;
  max-width: 400px;
  transform: translate(-50%, -50%);
  border-radius: 100vmax;
}
@media (min-width: 751px) {
  .qr_wrap {
    padding: 16px;
    margin: 32px auto 16px;
    border: 2px solid var(--primary-color);
    display: flex;
    gap: 16px;
    border-radius: 16px;
    max-width: 480px;
    align-items: center;
  }
  .qr_text {
    flex: 1;
  }
  .qr_text_wrap {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .qr_text_hd {
    font-weight: bold;
    margin-bottom: 6px;
    font-size: 20px;
    color: #fff;
    background-color: var(--primary-color);
    padding: 4px 12px;
    border-radius: 40px;
    text-align: center;
  }
  .qr_text p {
    text-align: left;
  }
  .qr_img {
    width: 100px;
    position: relative;
    padding: 4px;
    border: 2px solid var(--primary-color);
    border-radius: 8px;
    background-color: #fff;
  }
  .qr_img .comingSoon {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: var(--text-color);
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
  }
}
/* アコーディオン */
.acc_body {
  display: none;
}
.acc_btn {
  font-weight: bold;
  width: fit-content;
  margin: 32px auto 0;
  color: var(--text-color);
  position: relative;
  padding-right: 28px;
  cursor: pointer;
  transition: all 0.3s;
}
.acc_btn span {
  position: absolute;
  background-color: #fff;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.acc_btn span::before,
.acc_btn span::after {
  content: "";
  background-color: var(--primary-color);
  position: absolute;
  width: 12px;
  height: 2px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: transform 0.3s;
}
.acc_btn span::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.acc_btn.open span::before {
  transform: translate(-50%, -50%);
}
/* ご注意事項アコーディオン */
.caution_acc .acc_btn {
  padding: 4px 40px 6px 20px;
  border-radius: 30px;
  background-color: var(--primary-color);
  color: #fff;
}
.caution_acc .acc_btn span {
  right: 10px;
}
.caution_acc .acc_body {
  padding: 10px;
  border-radius: 8px;
  margin-top: 16px;
  border: 2px solid var(--primary-color);
}
.caution_head {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 4px;
}
.text_list + .caution_head {
  margin-top: 8px;
}
@media (min-width: 751px) {
  .caution_acc .acc_body {
    padding: 20px;
    border-radius: 16px;
  }
}
/*************
〇〇〇〇
*************/
@media (min-width: 751px) {
}
/*************
〇〇〇〇
*************/
@media (min-width: 751px) {
}
/*************
〇〇〇〇
*************/
@media (min-width: 751px) {
}
/*************
〇〇〇〇
*************/
@media (min-width: 751px) {
}
/*************
〇〇〇〇
*************/
@media (min-width: 751px) {
}
/*************
〇〇〇〇
*************/
@media (min-width: 751px) {
}
/*************
終了処理
*************/

.red_box {
  font-weight: bold;
  border: 2px solid var(--red-color);
  color: var(--red-color);
  font-size: 18px;
  text-align: center;
  padding: 8px;
  margin: 16px auto 0;
  max-width: 800px;
  width: calc(100% - 40px);
  background-color: #fff;
}
.VoiStock_btn.sign-off-btn {
  pointer-events: none;
  position: relative;
}
.sign-off {
  background-color: rgba(255, 255, 255, 0.8);
  color: #ee0000;
  border: #ee0000 2px solid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  padding: 16px 0;
}
@media (min-width: 751px) {
  /* 終了処理 QR枠用 */
  .sign-off-pc {
    background-color: rgba(255, 255, 255, 0.9);
    color: #ee0000;
    border: #ee0000 2px solid;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    height: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
  }
}

/*************
footer
*************/
/*その他の推し旅プラン*/
.info_wrap {
  margin: 0 auto;
  padding: 8px 40px 20px;
  position: relative;
  background-color: #fff;
}
.oshitabi_btn {
  display: block;
  border: 4px solid #000;
  background-color: #fff;
  max-width: 740px;
  margin: 32px auto 0;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  border-radius: 10px;
  position: relative;
  padding: 10px 30px 10px 5px;
  font-size: 18px;
  transition: all 0.3s;
}
.oshitabi_btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  height: 12px;
  width: 12px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
.oshitabi_btn:hover {
  background-color: var(--primary-color);
  color: #fff;
  border: 4px solid var(--primary-color);
}
.oshitabi_btn:hover::after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
.credit {
  text-align: center;
  margin-top: 16px;
  font-size: 12px;
}

.footer_container {
  position: relative;
  z-index: 100;
  background-color: #fff;
  padding-top: 1px;
}
@media (min-width: 751px) {
  .info_wrap {
    margin: 0 auto;
    padding: 8px 20px 100px;
  }
  .oshitabi_btn {
    padding: 15px;
    font-size: 20px;
  }
}

/*************
メディアクエリ
*************/
@media (min-width: 751px) {
  .sp {
    display: none;
  }
}
@media (max-width: 750px) {
  .pc {
    display: none;
  }
}

#bokuyaba {
  color: var(--base-color);
  overflow: hidden;
}

.intro {
  box-sizing: border-box;
  padding-top: 17px;
  padding-bottom: 60px;
  background-image: url(../img/bg_intro-sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
}
@media (min-width: 751px) {
  .intro {
    background-image: url(../img/bg_intro-pc.png);
    padding-top: 60px;
    padding-bottom: 70px;
  }
}

.intro * {
  box-sizing: border-box;
}

.intro::before,
.intro::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.intro::before {
  background-image: url(../img/intro_deco01-sp.png);
  width: 33px;
  height: 23px;
  top: 31px;
  right: 9px;
  z-index: 1;
}
@media (min-width: 751px) {
  .intro::before {
    background-image: url(../img/intro_deco01-pc.png);
    width: 340px;
    height: 350px;
    top: -104px;
    left: -72px;
    z-index: 1;
  }
}

.intro::after {
  background-image: url(../img/intro_deco02-sp.png);
  width: 27px;
  height: 28px;
  top: 320px;
  left: 0;
}
@media (min-width: 751px) {
  .intro::after {
    background-image: url(../img/intro_deco07-pc.png);
    width: 378px;
    height: 213px;
    bottom: 58px;
    right: -51px;
    top: auto;
    left: auto;
    z-index: -1;
  }
}

.intro-fv {
}

@media (min-width: 751px) {
  .intro-fv__inner {
    width: 100%;
    max-width: 877px;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
  }
}

.intro-fv__img {
  width: 100%;
  padding-left: 15px;
  padding-right: 7px;
  position: relative;
  opacity: 0;
  filter: blur(8px);
  transition: 2.3s ease;
}
.loaded .intro-fv__img {
  opacity: 1;
  filter: blur(0);
}
@media (min-width: 751px) {
  .intro-fv__img {
    padding-left: 0;
    padding-right: 0;
    flex: 0 1 47.77%;
  }
}

.intro-fv__img img {
  width: 100%;
}

.intro-fv__img::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/intro_deco03-sp.png);
  width: 63px;
  height: 35px;
  bottom: 0;
  right: -15px;
  z-index: -1;
}
@media (min-width: 751px) {
  .intro-fv__img::before {
    background-image: url(../img/intro_deco03-pc.png);
    width: 47px;
    height: 32px;
    bottom: auto;
    right: 0;
    top: 13px;
    z-index: 1;
  }
}

@media (min-width: 751px) {
  .intro-fv__img::after {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/intro_deco06-pc.png);
    width: 79px;
    height: 44px;
    bottom: -29px;
    left: 29px;
    z-index: 1;
  }
}

.intro-fv__contents {
  margin-top: -40px;
  position: relative;
  z-index: 1;
}
@media (min-width: 751px) {
  .intro-fv__contents {
    margin-top: 0;
    flex: 0 0 57%;
    margin-right: -42px;
  }
}

@media (min-width: 751px) {
  .intro-fv__contents::before {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/intro_deco02-pc.png);
    width: 42px;
    height: 44px;
    top: -60px;
    left: 270px;
    z-index: -1;
  }
}

.intro-fv__title {
  width: 100%;
  max-width: 345px;
  margin: 0 auto;
}
@media (min-width: 751px) {
  .intro-fv__title {
    width: 100%;
    max-width: none;
  }
}

.intro-fv__schedule {
  width: 100%;
  max-width: 282px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 751px) {
  .intro-fv__schedule {
    max-width: 360px;
  }
}

.intro-fv__schedule::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/intro_deco04-sp.png);
  width: 24px;
  height: 13px;
  bottom: -26px;
  right: 14px;
  z-index: -1;
}
@media (min-width: 751px) {
  .intro-fv__schedule::before {
    background-image: url(../img/intro_deco04-pc.png);
    width: 40px;
    height: 24px;
    bottom: -50px;
    right: -8px;
    z-index: -1;
  }
}

.intro-fv__text {
  font-family: var(--serif-font);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 2.06;
  text-align: center;
  margin-top: 40px;
  position: relative;
}
@media (min-width: 751px) {
  .intro-fv__text {
    font-size: 18px;
    line-height: 2;
    margin-top: 54px;
  }
}

.intro-fv__text::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/intro_deco05-sp.png);
  width: 220px;
  height: 220px;
  top: -100px;
  left: -106px;
  z-index: -1;
}
@media (min-width: 751px) {
  .intro-fv__text::before {
    background-image: url(../img/intro_deco05-pc.png);
    width: 60px;
    height: 70px;
    top: auto;
    bottom: -55px;
    left: 0;
    z-index: -1;
  }
}

.intro-fv__text::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/intro_deco06-sp.png);
  width: 221px;
  height: 124px;
  top: 53px;
  right: -140px;
  z-index: -1;
}
@media (min-width: 751px) {
  .intro-fv__text::after {
    content: none;
  }
}

.intro-link {
  margin-top: 46px;
  position: relative;
  z-index: 1;
}
@media (min-width: 751px) {
  .intro-link {
    margin-top: 60px;
  }
}

.intro-link::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/intro_deco07-sp.png);
  width: 30px;
  height: 22px;
  top: -24px;
  left: 36px;
  z-index: -1;
}
@media (min-width: 751px) {
  .intro-link::before {
    content: none;
  }
}

.intro-link::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/intro_deco08-sp.png);
  width: 32px;
  height: 34px;
  top: -25px;
  right: 122px;
  z-index: 0;
}
@media (min-width: 751px) {
  .intro-link::after {
    background-image: url(../img/intro_deco08-pc.png);
    width: 50px;
    height: 50px;
    top: auto;
    bottom: -80px;
    right: 450px;
  }
}

.intro-link__inner {
  width: 100%;
  max-width: 705px;
  padding: 0 15px;
  margin: 0 auto;
}

.intro-link__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  position: relative;
}

.intro-link__list::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/intro_deco09-sp.png);
  width: 27px;
  height: 28px;
  bottom: -45px;
  right: 105px;
  z-index: -1;
}
@media (min-width: 751px) {
  .intro-link__list::before {
    content: none;
  }
}

.intro-link__list li {
  width: calc(50% - 15px / 2);
}
@media (min-width: 751px) {
  .intro-link__list li {
    width: calc(25% - 15px * 3 / 4);
    transition-duration: 0.3s;
  }
  .intro-link__list li:hover {
    transform: translateY(6px);
  }
}

.contents {
  box-sizing: border-box;
  background-image: url(../img/bg_contents-sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
}
@media (min-width: 751px) {
  .contents {
    background-image: url(../img/bg_contents-pc.png);
  }
}

.contents::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/contents_deco.png);
  width: 216px;
  height: 141px;
  top: -54px;
  left: -43px;
  z-index: 1;
}
@media (min-width: 1200px) {
  .contents::before {
    width: 327px;
    height: 215px;
    top: -45px;
    left: 173px;
    z-index: 1;
  }
}

.contents__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 710px;
  padding: 0 15px 50px;
  margin: 0 auto;
}
@media (min-width: 751px) {
  .contents__inner {
    padding: 0 15px 70px;
  }
}

.contents__title {
  width: 100%;
  max-width: 288px;
  margin: 0 auto;
}
.contents__title::before {
  background-image: url(../img/travel_deco02_sp.png);
  width: 82px;
  height: 271px;
  top: 30px;
  left: 250px;
  z-index: 1;
}
.contents__title::after {
  background-image: url(../img/travel_deco03_sp.png);
  width: 55px;
  height: 53px;
  left: -65px;
  bottom: -140px;
  z-index: 1;
}
@media (min-width: 751px) {
  .contents__title {
    max-width: 325px;
  }
  .contents__title::before {
    background-image: url(../img/contents_deco02_pc.png);
    width: 125px;
    height: 197px;
    top: 140px;
    left: 340px;
    z-index: 1;
  }
  .contents__title::after {
    background-image: url(../img/contents_deco03_pc.png);
    width: 62px;
    height: 62px;
    left: -95px;
    bottom: -80px;
    z-index: 1;
  }
}

.contents__schedule {
  width: 100%;
  max-width: 282px;
  margin: 10px auto 0;
}
@media (min-width: 751px) {
  .contents__schedule {
    max-width: 318px;
  }
}

.contents-box {
  margin-top: 58px;
  background-color: #fff;
  border: 1px solid var(--pink-color);
  position: relative;
}
@media (min-width: 751px) {
  .contents-box {
    margin-top: 65px;
  }
}

.contents-box__title {
  width: 270px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 751px) {
  .contents-box__title {
    width: 327px;
  }
}

.contents-box__inner {
  padding: 5px;
}

.contents-box__top {
  width: 100%;
}

.contents-box__mid {
  box-sizing: border-box;
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.contents-box__bot {
  width: 100%;
}

.contents-box__text {
  font-family: var(--serif-font);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.68;
  text-align: center;
  margin-top: 35px;
}
@media (min-width: 751px) {
  .contents-box__text {
    margin-top: 48px;
  }
}

.contents-box__chara {
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 751px) {
  .contents-box__chara {
    margin-top: 30px;
  }
}

.contents-box__cast {
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 751px) {
  .contents-box__cast {
    margin-top: 30px;
  }
}

.contents-box__item {
  width: 100%;
  margin-top: 30px;
}

.contents-box__item + .contents-box__item {
  margin-top: 10px;
}
@media (min-width: 751px) {
  .contents-box__item + .contents-box__item {
    margin-top: 15px;
  }
}

.contents-box-present {
  margin-top: 40px;
}

.contents-box-present__title {
  border-top: 2px solid #e5c8dd;
  border-bottom: 2px solid #e5c8dd;
  padding: 2px 0;
}

.contents-box-present__title p {
  border-top: 1px solid #e5c8dd;
  border-bottom: 1px solid #e5c8dd;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.625;
  text-align: center;
}
@media (min-width: 751px) {
  .contents-box-present__title p {
    padding: 15px 0;
    font-size: 20px;
    line-height: 1.6;
  }
}

.contents-box-present__title p span {
  color: var(--pink-color);
}

.contents-box-present__disc {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.5;
  margin-top: 10px;
}

.contents-box-present__img {
  width: 100%;
  max-width: 350px;
  margin: 30px auto 0;
}

.contents-box-present__note {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.5;
  text-align: right;
  position: relative;
}

.contents-voice__inner {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

.caution_acc .acc_btn {
  background-color: var(--base-color);
}

.acc_btn span::before,
.acc_btn span::after {
  background-color: var(--base-color);
}

.caution_acc .acc_body {
  border: none;
  padding: 15px;
  background-color: #fff7fd;
  border-radius: 0;
}

.text_link {
  color: var(--pink-color);
}

ul.text_list.annotation li {
  font-size: 12px;
  letter-spacing: 0.025em;
  line-height: 1.58;
}

ul.text_list.annotation li.pink {
  color: var(--pink-color);
}

@media (min-width: 751px) {
  .qr_wrap {
    border-radius: 10px;
    background-color: #b5904c;
    border: 3px solid #fff;
    padding: 14px;
  }
}

@media (min-width: 751px) {
  .qr_text_hd {
    font-size: 17px;
    letter-spacing: 0.025em;
    color: #b5904c;
    background-color: #fff;
  }
}

@media (min-width: 751px) {
  .qr_text p {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.025em;
    line-height: 1.64;
    color: #fff;
  }
}

@media (min-width: 751px) {
  .qr_img {
    border-radius: 0;
    border: none;
  }
}

.present {
  box-sizing: border-box;
  background-image: url(../img/bg_present-sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
}
@media (min-width: 751px) {
  .present {
    background-image: url(../img/bg_present-pc.png);
  }
}

.present::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/present_deco01_sp.png);
  width: 240px;
  height: 160px;
  top: -62px;
  right: -112px;
  z-index: 1;
}
@media (min-width: 1200px) {
  .present::before {
    background-image: url(../img/present_deco01_pc.png);
    width: 300px;
    height: 240px;
    top: -94px;
    right: 145px;
  }
}

.present__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 710px;
  padding: 0 15px 50px;
  margin: 0 auto;
}
@media (min-width: 751px) {
  .present__inner {
    padding: 0 15px 70px;
    margin: 0 auto;
  }
}

.present__title {
  width: 100%;
  max-width: 224px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 751px) {
  .present__title {
    max-width: 253px;
  }
}

.contents__title::before,
.contents__title::after,
.present__title::before,
.present__title::after,
.travel__title::before,
.travel__title::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.present__title::before {
  background-image: url(../img/present_deco02_sp.png);
  width: 63px;
  height: 35px;
  top: 32px;
  left: -35px;
  z-index: 1;
}
@media (min-width: 751px) {
  .present__title::before {
    background-image: url(../img/present_deco02_pc.png);
    width: 82px;
    height: 46px;
    top: 37px;
    left: -71px;
  }
}

.present__title::after {
  background-image: url(../img/present_deco03_sp.png);
  width: 17px;
  height: 18px;
  left: -45px;
  bottom: 10px;
  z-index: 1;
}
@media (min-width: 751px) {
  .present__title::after {
    background-image: url(../img/present_deco03_pc.png);
    width: 23px;
    height: 24px;
    left: -100px;
    bottom: 30px;
  }
}

.present__schedule {
  width: 100%;
  max-width: 282px;
  margin: 10px auto 0;
  position: relative;
}
@media (min-width: 751px) {
  .present__schedule {
    max-width: 320px;
  }
}

.present__schedule::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/present_deco04_sp.png);
  width: 30px;
  height: 32px;
  right: -35px;
  bottom: -20px;
  z-index: 1;
}
@media (min-width: 751px) {
  .present__schedule::before {
    background-image: url(../img/present_deco04_pc.png);
    width: 40px;
    height: 42px;
    right: -88px;
    bottom: -22px;
    z-index: 1;
  }
}

.present__lead {
  font-family: var(--serif-font);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.68;
  text-align: center;
  margin-top: 30px;
}

.present-box {
  margin-top: 50px;
  background-color: #fff;
  border: 1px solid var(--green_color);
  position: relative;
}
@media (min-width: 751px) {
  .present-box {
    margin-top: 60px;
  }
}

.present-box__title {
  width: 270px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 751px) {
  .present-box__title {
    width: 320px;
  }
}

.present-box__inner {
  padding: 5px;
}

.present-box__top {
  width: 100%;
}

.present-box__mid {
  box-sizing: border-box;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.present-box__bot {
  width: 100%;
}

.present-box__img {
  margin-top: 20px;
  width: 100%;
  max-width: 383px;
  margin-left: auto;
  margin-right: auto;
}

.present-box__note {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.5;
  text-align: right;
  max-width: 383px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  transform: translateY(-100%);
}

.present-box__exchange {
  margin-top: 15px;
}

.box-wing {
  background-color: #eafcf8;
  position: relative;
}

.box-wing__top {
  width: 100%;
}

.box-wing__mid {
  padding: 0 10px;
  margin-top: -20px;
  position: relative;
}
@media (min-width: 751px) {
  .box-wing__mid {
    padding: 0 35px;
    margin-top: -30px;
    position: relative;
  }
}

.box-wing__bot {
  width: 100%;
}

.box-wing__inner {
  padding: 5px;
}

.box-wing__title {
  text-align: center;
}

.box-wing__title span {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: var(--green_color);
  padding-bottom: 3px;
  position: relative;
}
@media (min-width: 751px) {
  .box-wing__title span {
    font-size: 17px;
  }
}

.box-wing__title span::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--green_color);
}

.box-exchange {
  margin-top: 15px;
}

.box-exchange__contents {
  margin-top: 12px;
  position: relative;
}
@media (min-width: 751px) {
  .box-exchange__contents {
    margin-top: 20px;
  }
}

.box-exchange__contents::before {
  content: "";
  width: 61px;
  height: 106px;
  background-image: url(../img/present_chara01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 0;
  top: -13px;
}
@media (min-width: 751px) {
  .box-exchange__contents::before {
    width: 84px;
    height: 145px;
    right: 0;
    top: -10px;
  }
}

.box-exchange__title {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.025em;
}
@media (min-width: 751px) {
  .box-exchange__title {
    font-size: 16px;
    line-height: 1.25;
  }
}

.box-exchange__text {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.41;
  margin-top: 7px;
}

.box-exchange__text a {
  color: var(--green_color);
  font-weight: 700;
  text-decoration: underline;
}

.box-exchange__time {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.025em;
  margin-top: 7px;
}
@media (min-width: 751px) {
  .box-exchange__time {
    font-size: 16px;
    line-height: 1.25;
  }
}

.present-box__annotation {
  margin-top: 20px;
}

.box-join {
  position: relative;
  margin-top: 90px;
}
@media (min-width: 751px) {
  .box-join {
    margin-top: 63px;
  }
}

.box-join::before {
  content: "";
  width: 70px;
  height: 116px;
  background-image: url(../img/present_chara02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 50px;
  top: -63px;
  z-index: 1;
}
@media (min-width: 751px) {
  .box-join::before {
    width: 81px;
    height: 134px;
    left: -22px;
    top: -38px;
  }
}

.box-join__list {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 33px;
}
@media (min-width: 751px) {
  .box-join__list {
    margin-top: 20px;
  }
}

.box-join-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.box-join-item:not(:last-child)::before {
  content: "";
  width: 71px;
  height: 13px;
  background-image: url(../img/step_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
}

.box-join-item__step {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #fff;
  flex-shrink: 0;
  background-color: #68b5a4;
  padding: 3px 8px;
}

.box-join-item__text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.5;
}
@media (min-width: 751px) {
  .box-join-item__text {
    font-size: 15px;
  }
}

.travel {
  box-sizing: border-box;
  background-image: url(../img/bg_travel-sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
}
@media (min-width: 751px) {
  .travel {
    background-image: url(../img/bg_travel-pc.png);
    background-repeat: repeat-y;
    background-size: contain;
  }
}

.travel::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/travel_deco01_sp.png);
  width: 217px;
  height: 141px;
  top: -54px;
  left: -58px;
  z-index: 1;
}
@media (min-width: 1200px) {
  .travel::before {
    background-image: url(../img/travel_deco01_pc.png);
    width: 327px;
    height: 215px;
    top: -36px;
    left: 176px;
  }
}

.travel__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 710px;
  padding: 0 15px 50px;
  margin: 0 auto;
}
@media (min-width: 751px) {
  .travel__inner {
    padding: 0 15px 70px;
    margin: 0 auto;
  }
}

.travel__title {
  width: 100%;
  max-width: 236px;
  margin: 0 auto;
  position: relative;
}
.travel__title::before {
  background-image: url(../img/travel_deco02_sp.png);
  width: 82px;
  height: 271px;
  top: 30px;
  left: 220px;
  z-index: 1;
}
.travel__title::after {
  background-image: url(../img/travel_deco03_sp.png);
  width: 55px;
  height: 53px;
  left: -65px;
  bottom: -140px;
  z-index: 1;
}
@media (min-width: 751px) {
  .travel__title {
    max-width: 267px;
  }
  .travel__title::before {
    background-image: url(../img/travel_deco02_sp.png);
    width: 90px;
    height: 296px;
    top: 40px;
    left: 260px;
    z-index: 1;
  }
  .travel__title::after {
    background-image: url(../img/travel_deco03_sp.png);
    width: 70px;
    height: 67px;
    left: -85px;
    bottom: -160px;
    z-index: 1;
  }
}

.travel__schedule {
  width: 100%;
  max-width: 282px;
  margin: 10px auto 0;
  position: relative;
}
@media (min-width: 751px) {
  .travel__schedule {
    max-width: 320px;
  }
}

.travel__lead {
  font-family: var(--serif-font);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.68;
  text-align: center;
  margin-top: 20px;
}

.travel__img {
  width: 100%;
  margin-top: 20px;
}

.travel-item {
  background-color: #fff;
  border: 1px solid var(--pink-color);
  position: relative;
  margin-top: 20px;
}

.travel-item__inner {
  padding: 5px;
}

.travel-item__top {
  width: 100%;
}

.travel-item__mid {
  box-sizing: border-box;
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.travel-item__mid.spot {
  max-width: 500px;
}

.travel-item__bot {
  width: 100%;
  margin-top: 5px;
}

.travel-item-heading {
  max-width: 275px;
  border-top: 2px solid #e5c8dd;
  border-bottom: 2px solid #e5c8dd;
  padding: 2px 0;
  margin: 0 auto;
}

.travel-item-heading.spot {
  margin-top: 20px;
}

.travel-item-heading__inner {
  border-top: 1px solid #e5c8dd;
  border-bottom: 1px solid #e5c8dd;
  padding: 12px 0;
  text-align: center;
}

.travel-item-heading__sub {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.travel-item-heading__title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--pink-color);
  margin-top: 2px;
}

.travel-item-heading__text {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.travel-item-heading__text span {
  color: var(--pink-color);
}

.travel-item__img {
  width: 100%;
  max-width: 383px;
  margin: 20px auto 0;
}

.travel-item__note {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.5;
  text-align: right;
  max-width: 383px;
  margin: 0 auto;
}

.travel-exchange {
  background-color: #f4e9f1;
  max-width: 480px;
  margin: 20px auto 0;
}

.travel-exchange__inner {
  padding: 5px;
}

.travel-exchange__top {
  width: 100%;
}

.travel-exchange__mid {
  padding: 0 10px;
}

.travel-exchange__bot {
  width: 100%;
  margin-top: -20px;
}

.travel-exchange__title {
  text-align: center;
  margin-top: -20px;
}

.travel-exchange__title span {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: var(--pink-color);
  padding-bottom: 3px;
  position: relative;
}
@media (min-width: 751px) {
  .travel-exchange__title span {
    font-size: 17px;
  }
}

.travel-exchange__title span::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--pink-color);
}

.travel-exchange__contents {
  margin-top: 12px;
  position: relative;
}

.travel-exchange__contents::before {
  content: "";
  width: 65px;
  height: 110px;
  background-image: url(../img/travel_chara.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -21px;
  right: 0;
}
@media (min-width: 751px) {
  .travel-exchange__contents::before {
    width: 75px;
    height: 125px;
    top: -40px;
  }
}

.travel-exchange__text {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.025em;
}
@media (min-width: 751px) {
  .travel-exchange__text {
    font-size: 16px;
    line-height: 1.25;
  }
}

.travel-exchange__note {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.41;
  margin-top: 7px;
}

.travel-exchange__note a {
  color: var(--pink-color);
  font-weight: 700;
  text-decoration: underline;
}

.travel-exchange__time {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.025em;
  margin-top: 7px;
}
@media (min-width: 751px) {
  .travel-exchange__time {
    font-size: 16px;
    line-height: 1.25;
  }
}

.travel-area {
  margin-top: 30px;
}

.travel-area__title {
  width: 100%;
  max-width: 292px;
  margin: 0 auto;
}

/*==============================
# map
==============================*/
.spot-wrap {
  box-sizing: border-box;
  width: 100%;
  max-width: 335px;
  margin: 20px auto 0;
}
@media (min-width: 751px) {
  .spot-wrap {
    max-width: none;
  }
}

.spot {
  background-color: #fff;
}

.spot__inner {
}

.spot-map__block {
  padding-bottom: 25px;
  margin-top: 8px;
}
.spot-map__box {
  position: relative;
  max-width: 317px;
  margin: 0 auto 16px;
}
.map-pin {
  width: 9.6vw;
  max-width: 36px;
  height: 9.6vw;
  max-height: 36px;
  background-color: var(--bg-color);
  border-radius: 50%;
  border: 3px solid var(--pink-color);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  cursor: pointer;
  transition: all 0.5s;
}
.map-pin span {
  font-weight: 700;
  color: var(--pink-color);
  font-size: 20px;
  text-align: 1;
}
.map-pin.active {
  background-color: var(--pink-color);
}
.map-pin.active span {
  color: #fff;
}

/* 京都駅 */
.map-pin.pin01 {
  top: 39%;
  left: 9%;
}
/* 八坂神社 */
.map-pin.pin02 {
  top: 8%;
  left: 57%;
}
/* 梅園 清水店 */
.map-pin.pin03 {
  top: 36%;
  left: 72%;
}
/* 勝林寺 */
.map-pin.pin04 {
  top: 60%;
  left: 62%;
}
/* 伏見稲荷大社 */
.map-pin.pin05 {
  top: 74%;
  left: 59%;
}

/* マップ スライドカセット*/
.spot__slide--box {
  height: 100%;
  background-color: #f4e9f1;
  border-radius: 8px;
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}
.spot-name {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: -15px;
  position: relative;
  z-index: 1;
}
.spot-name span {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: var(--pink-color);
  border-radius: 50%;
}
.spot-name::before {
  content: "";
  width: 71px;
  height: 77px;
  background-image: url(../img/headphone.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -10px;
  right: 15px;
  z-index: -1;
}
.splide__slide a .spot-name {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.spot__box--top--flex {
  display: flex;
}
.spot__box--top--flex .flex-right {
  width: 50%;
}
.spot__slide--box .note__list li {
  font-size: 10px;
}
.spot__box--mid {
}
.spot-img {
  box-sizing: border-box;
  width: 100%;
  margin-top: 10px;
  padding: 0 10px;
}
.spot-list {
  box-sizing: border-box;
  padding: 0 10px;
  margin-top: 16px;
}
.spot-list li {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.025em;
  padding-left: 1em;
  text-indent: -1em;
}
.spot-list li span {
  color: var(--pink-color);
}
.spot-img.list-none {
  margin-top: 30px;
}
.spot__box--bottom {
  margin-top: 12px;
}

/* splideカスタマイズ */
.splide__pagination.spot-slide-pagination {
  bottom: -30px;
  /* left: 0;
	padding: 0 1em;
	position: absolute;
	right: 0;
	z-index: 1; */
}
.splide__pagination__page.spot-slide-page.is-active {
  background: var(--pink-color);
  transform: scale(1);
  z-index: 1;
  opacity: 1;
}
.splide__pagination__page.spot-slide-page {
  background: #d5d5d5;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 5px;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}
.splide__arrow {
  top: 108%;
  width: 30px;
  height: 30px;
  opacity: 1;
}
.splide__arrow.spot-slide-arrow:disabled {
  opacity: 0;
}
.splide__arrow--next.spot-slide-next {
  right: 75px;
}
.splide__arrow--prev.spot-slide-prev {
  left: 75px;
}
.splide__arrow.spot-slide-arrow {
  background: var(--pink-color);
}
.splide__arrow.spot-slide-arrow svg {
  fill: #fff;
  height: 1em;
  width: 1em;
}

/* カセットの高さ可変させる場合 */
.splide__track--fade > .splide__list > .splide__slide {
  height: 0 !important;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  height: auto !important;
}

/* PC用設定 */
@media screen and (min-width: 751px) {
  #stamp .sec__head {
    width: 409px;
  }
  #stamp .cont-inner {
    padding-top: 56px;
  }
  #stamp .sec__lead {
    margin-bottom: 40px;
  }
  .img-kv {
    max-width: 600px;
    margin: 0 auto 24px;
  }
  .complete__block {
    margin-bottom: 32px;
  }
  .complete__head {
    margin-bottom: 24px;
  }
  .complete__head span {
    padding: 0 24px;
    font-size: 20px;
  }
  .img-wallpaper {
    max-width: 400px;
    margin: 0 auto;
  }
  .spot {
    margin-bottom: 32px;
  }
  .spot .acc__body {
    margin-top: 24px;
  }
  .spot .acc__btn {
    padding: 8px 28px;
    font-size: 16px;
  }
  .spot__lead {
    font-size: 18px;
    margin: 0 auto 24px;
  }
  .spot__lead::before,
  .spot__lead::after {
    width: 40px;
    height: 42px;
  }
  .spot__lead::before {
    left: -50px;
  }
  .spot__lead::after {
    right: -50px;
  }
  .spot-map__block {
    display: flex;
    gap: 20px;
    padding-bottom: 0;
  }
  .spot-map__box {
    width: 350px;
  }
  .map-pin:hover {
    background-color: var(--primary-color);
    transform: scale(1.1);
  }
  .map-pin:hover span {
    color: #fff;
  }
  .spot__slide--block {
    width: calc(100% - 337px);
  }
  .spot__slide--box {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
  }
  .spot-txt {
    font-size: 14px;
  }
  .spot-info {
    font-size: 14px;
  }
}

.travel-photo {
  margin-top: 40px;
}

.travel-photo__annotation {
  margin-top: 20px;
}

.travel-item__sub {
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
}

.travel-item__spot {
  margin-top: 20px;
  width: 100%;
}

.travel-item__spot.spot-dummy {
  margin-inline: 10%;
  width: 80%;
}

.travel-item__spot.spot-dummy + .travel-item__annotation {
  margin-inline: 10%;
  width: 80%;
}

.travel-item__text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.78;
  margin-top: 15px;
}

.travel-item__annotation {
  margin-top: 15px;
}

.travel-menu {
  background-color: #f4e9f1;
  border-radius: 8px;
  margin-top: 10px;
}

.travel-menu__inner {
  padding: 5px;
}

.travel-menu__top {
  width: 100%;
}

.travel-menu__mid {
  padding: 0 10px;
}

.travel-menu__bot {
  width: 100%;
}

.travel-menu__title {
  text-align: center;
  margin-top: -20px;
}

.travel-menu__title span {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: var(--pink-color);
  padding-bottom: 3px;
  position: relative;
}

.travel-menu__title span::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--pink-color);
}

.travel-menu__sub {
  margin-top: 13px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-align: center;
}

.travel-menu__sub span {
  font-size: 13px;
}

.travel-menu__list {
  margin-top: 13px;
}

.travel-menu__list li {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}

.travel-menu__img {
  margin-top: 5px;
  width: 100%;
}

.goods {
  box-sizing: border-box;
  background-image: url(../img/bg_present-sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
}
@media (min-width: 751px) {
  .goods {
    background-image: url(../img/bg_present-pc.png);
  }
}

.goods::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/present_deco01_sp.png);
  width: 240px;
  height: 160px;
  top: -62px;
  right: -112px;
  z-index: 1;
}
@media (min-width: 1200px) {
  .goods::before {
    background-image: url(../img/present_deco01_pc.png);
    width: 300px;
    height: 240px;
    top: -94px;
    right: 145px;
  }
}

.goods__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 710px;
  padding: 0 15px 50px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 751px) {
  .goods__inner {
    padding: 0 15px 70px;
    margin: 0 auto;
  }
}

.goods__title {
  width: 100%;
  max-width: 236px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 751px) {
  .goods__title {
    max-width: 267px;
  }
}

.goods__title::before,
.goods__title::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.goods__title::before {
  background-image: url(../img/present_deco02_sp.png);
  width: 63px;
  height: 35px;
  top: 32px;
  left: -35px;
  z-index: 1;
}
@media (min-width: 751px) {
  .goods__title::before {
    background-image: url(../img/present_deco02_pc.png);
    width: 82px;
    height: 46px;
    top: 37px;
    left: -71px;
  }
}

.goods__title::after {
  background-image: url(../img/present_deco03_sp.png);
  width: 17px;
  height: 18px;
  left: -45px;
  bottom: 10px;
  z-index: 1;
}
@media (min-width: 751px) {
  .present__title::after {
    background-image: url(../img/present_deco03_pc.png);
    width: 23px;
    height: 24px;
    left: -100px;
    bottom: 30px;
  }
}

.goods__schedule {
  width: 100%;
  max-width: 282px;
  margin: 10px auto 0;
  position: relative;
}
@media (min-width: 751px) {
  .goods__schedule {
    max-width: 320px;
  }
}

.goods__schedule::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/present_deco04_sp.png);
  width: 30px;
  height: 32px;
  right: -35px;
  bottom: -20px;
  z-index: 1;
}
@media (min-width: 751px) {
  .goods__schedule::before {
    background-image: url(../img/present_deco04_pc.png);
    width: 40px;
    height: 42px;
    right: -88px;
    bottom: -22px;
    z-index: 1;
  }
}

.goods__lead {
  font-family: var(--serif-font);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.68;
  text-align: center;
  margin-top: 20px;
}

.goods-box {
  margin-top: 50px;
  background-color: #fff;
  border: 1px solid var(--green_color);
  position: relative;
}
@media (min-width: 751px) {
  .goods-box {
    margin-top: 60px;
  }
}

.goods-box__title {
  width: 270px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 751px) {
  .goods-box__title {
    width: 320px;
  }
}

.goods-box__inner {
  padding: 5px;
}

.goods-box__top {
  width: 100%;
}

.goods-box__mid {
  box-sizing: border-box;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.goods-box__bot {
  width: 100%;
}

.goods-box__img {
  margin-top: 20px;
  width: 100%;
  max-width: 383px;
  margin-left: auto;
  margin-right: auto;
}

.goods-box__note {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.5;
  text-align: right;
  max-width: 383px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 14px;
  transform: translateY(-100%);
}

.goods-box__exchange {
  margin-top: 15px;
}

.box-exchange__contents--goods::before {
  content: "";
  width: 68px;
  height: 108px;
  background-image: url(../img/goods_chara.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 0;
  top: -13px;
  left: auto;
}
@media (min-width: 751px) {
  .box-exchange__contents--goods::before {
    width: 84px;
    height: 145px;
    right: 0;
    top: -10px;
  }
  .goods-box__note {
    margin-top: 0;
  }
}

.goods-contact {
  margin-top: 20px;
}

.goods-contact__text {
  font-size: 14px;
  letter-spacing: 0.025em;
  line-height: 1.5;
  text-align: center;
}

.goods-contact__text a {
  font-weight: 700;
  color: var(--green_color);
  text-decoration: underline;
}

.goods-contact__btn {
  margin-top: 15px;
  text-align: center;
}

.goods-contact__btn a {
  display: inline-block;
  width: 100%;
  max-width: 315px;
}

.goods-contact__note {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.025em;
  text-align: center;
  margin-top: 5px;
}

.info {
  background: linear-gradient(-20deg, #ffedfb 0%, #ffedfb 37%, #eadbed 37%, #eadbed 100%);
}
@media (min-width: 751px) {
  .info {
    background: linear-gradient(-12deg, #ffedfb 0%, #ffedfb 41%, #eadbed 41%, #eadbed 100%);
  }
}

.info__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 375px;
  padding: 28px 15px 45px;
  margin: 0 auto;
}

.info__title {
  width: 100%;
  max-width: 284px;
  margin: 0 auto;
}

.info__img01 {
  margin-top: 10px;
  width: 100%;
}

.info__schedule {
  width: 100%;
  max-width: 305px;
  margin: 20px auto 0;
}

.info__movie {
  margin-top: 20px;
  text-align: center;
}

.info__movie a {
  display: inline-block;
  width: 100%;
  max-width: 315px;
}

.info__note {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.025em;
  text-align: center;
  margin-top: 5px;
}

.info__img02 {
  width: 100%;
  max-width: 274px;
  margin: 30px auto 0;
}

.info__anime {
  text-align: center;
}

.info__anime a {
  display: inline-block;
  width: 100%;
  max-width: 315px;
}

.privacy {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 8px 0;
}

/*さくら*/
.sakura {
  position: absolute;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 0;
}
.sakura li {
  width: 18px;
  position: absolute;
  list-style: none;
  top: -50px;
  animation: fall 4s linear infinite, rotate1 2s ease-in-out infinite alternate;
}
.sakura li img {
  width: 100%;
}

@keyframes fall {
  to {
    top: 8.5%;
  }
}
@keyframes fallpc {
  to {
    top: 7%;
  }
}
@keyframes rotate1 {
  from {
    transform: translateX(0px) rotate(0deg);
  }
  to {
    transform: translateX(200px) rotate(-80deg) rotateX(180deg);
  }
}
@keyframes rotate2 {
  from {
    transform: translateX(200px) rotate(-45deg);
  }
  to {
    transform: translateX(0px) rotate(0deg);
  }
}
.sakura li:nth-child(1) {
  left: 0;
  animation: fall 10s linear infinite, rotate1 3s ease-in-out infinite alternate;
}
.sakura li:nth-child(2) {
  left: 5vw;
  animation: fall 15s linear infinite, rotate1 2s ease-in-out infinite alternate;
}
.sakura li:nth-child(3) {
  left: 15vw;
  animation: fall 9s linear infinite, rotate1 3.5s ease-in-out infinite alternate;
}
.sakura li:nth-child(4) {
  left: 30vw;
  animation: fall 8s linear infinite, rotate2 4s ease-in-out infinite alternate;
}
.sakura li:nth-child(5) {
  left: 40vw;
  animation: fall 10s linear infinite, rotate1 4s ease-in-out infinite alternate;
}
.sakura li:nth-child(6) {
  left: 55vw;
  animation: fall 11s linear infinite, rotate2 3s ease-in-out infinite alternate;
}
.sakura li:nth-child(7) {
  left: 65vw;
  animation: fall 7s linear infinite, rotate2 3.5s ease-in-out infinite alternate;
}
.sakura li:nth-child(8) {
  left: 50vw;
  animation: fall 7s linear infinite, rotate1 3s ease-in-out infinite alternate;
}

@media (min-width: 751px) {
  .sakura li:nth-child(1) {
    left: 0;
    animation: fallpc 10s linear infinite, rotate1 3s ease-in-out infinite alternate;
  }
  .sakura li:nth-child(2) {
    left: 5vw;
    animation: fallpc 15s linear infinite, rotate1 2s ease-in-out infinite alternate;
  }
  .sakura li:nth-child(3) {
    left: 15vw;
    animation: fallpc 9s linear infinite, rotate1 3.5s ease-in-out infinite alternate;
  }
  .sakura li:nth-child(4) {
    left: 30vw;
    animation: fallpc 8s linear infinite, rotate2 4s ease-in-out infinite alternate;
  }
  .sakura li:nth-child(5) {
    left: 40vw;
    animation: fallpc 10s linear infinite, rotate1 4s ease-in-out infinite alternate;
  }
  .sakura li:nth-child(6) {
    left: 55vw;
    animation: fallpc 11s linear infinite, rotate2 3s ease-in-out infinite alternate;
  }
  .sakura li:nth-child(7) {
    left: 65vw;
    animation: fallpc 7s linear infinite, rotate2 3.5s ease-in-out infinite alternate;
  }
  .sakura li:nth-child(8) {
    left: 50vw;
    animation: fallpc 7s linear infinite, rotate1 3s ease-in-out infinite alternate;
  }
}

/* モーダルを開くボタン */
.modal-open {
  /*   position: fixed;
  top: 50%;
  left: 50%;
  font-size: 16px;
  font-weight: bold;
  width: 300px;
  height: 60px;
  color: #fff;
  background: #000;
  border: none;
  translate: -50% -50%; */
  border: none;
  background: none;
  cursor: pointer;
}

/* モーダルと背景の指定 */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 50%);
  padding: 76px 10px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 2;
}

/* モーダルの擬似要素の指定 */
.modal:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}

/* クラスが追加された時の指定 */
.modal.is-active {
  opacity: 1;
  visibility: visible;
}

/* モーダル内側の指定 */
.modal-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 600px;
  width: 99%;
}

/* モーダルを閉じるボタンの指定 */
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  right: -10px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
}

/* モーダルのコンテンツ部分の指定 */
.modal-content {
  background: #fff;
  text-align: left;
  line-height: 1.8;
  /* padding: 20px; */
}

/* モーダルのコンテンツ部分のテキストの指定 */
.modal-content p {
  margin: 1em 0;
}

body.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  overflow-y: scroll;
}

@media (min-width: 751px) {
  .modal-container {
    top: 5%;
  }
}
