@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;
  --font-zen-maru: "Zen Maru Gothic", sans-serif;
}
/*アキ*/
.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;
  max-width: 400px;
  margin: 32px auto 16px;
}
.VoiStock_btn.comingSoon {
  pointer-events: none;
}
.qr_wrap {
  display: none;
}
@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;
  }
}

/*==============================
# page
==============================*/
.bg_pink {
  position: relative;
  background-image: url(../img/bg_thin.png);
  background-size: 1200px 1600px;
  background-repeat: repeat;
  background-position: top center;
  background-color: #fec4ce;
}

.l-inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 742px;
  padding: 0 15px;
  margin: 0 auto;
}

.stamp .l-inner {
  padding: 0 15px 50px;
}
@media (min-width: 751px) {
  .stamp .l-inner {
    padding: 0 15px 65px;
  }
}

.l-sec__title {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media (min-width: 751px) {
  .l-sec__title {
    width: 100%;
    max-width: 530px;
    margin: 0 auto;
  }
}

.l-sec__title img {
  width: 100%;
}

.l-contents {
  position: relative;
  margin-top: 40px;
  background-color: #fff;
  border-radius: 16px;
}
@media (min-width: 751px) {
  .l-contents {
    margin-top: 50px;
  }
}

.l-contents.pink {
  border: 1px solid #fe94b4;
}

.l-contents.blue {
  border: 1px solid #62d2ed;
}

.l-contents__inner {
  padding: 48px 14px 32px;
}
.goods .l-contents__inner {
  padding-top: 25px;
}
@media (min-width: 751px) {
  .l-contents__inner {
    padding: 44px 32px 32px;
  }
}

.l-contents__schedule {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 270px;
}
@media (min-width: 751px) {
  .l-contents__schedule {
    max-width: 350px;
  }
}

.l-contents__schedule img {
  width: 100%;
}

.l-contents__lead {
  font-family: var(--font-zen-maru);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.024em;
  line-height: 1.8;
  color: #7e646c;
  text-align: center;
}
@media (min-width: 751px) {
  .l-contents__lead {
    font-size: 18px;
    line-height: 1.77;
  }
}

.l-contents-step {
  margin-top: 16px;
  position: relative;
}

.l-contents-step__title {
  background-color: #fe94b4;
  border: 1px solid #fe94b4;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  font-family: var(--font-zen-maru);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.008em;
  color: #fff;
  padding: 8px 0;
}
@media (min-width: 751px) {
  .l-contents-step__title {
    font-size: 18px;
    padding: 6px 0 8px;
  }
}

.l-contents-step__body {
  border: 1px solid #fe94b4;
  border-top: none;
  border-radius: 0 0 8px 8px;
  padding: 10px 10px 13px;
}
@media (min-width: 751px) {
  .l-contents-step__body {
    padding: 10px 20px 12px;
  }
}

.l-contents-step__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.l-contents-step-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.l-contents-step-item__tag {
  display: inline-block;
  font-family: var(--font-zen-maru);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.008em;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  padding: 0 8px 2px;
  background-color: #fe94b4;
}
@media (min-width: 751px) {
  .l-contents-step-item__tag {
    font-size: 14px;
    padding: 0 6px 2px;
  }
}

.l-contents-step-item__text {
  font-family: var(--font-zen-maru);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.008em;
  line-height: 1.28;
  color: #7e646c;
}
@media (min-width: 751px) {
  .l-contents-step-item__text {
    font-size: 15px;
    padding-top: 1px;
  }
}

.l-contents-balloon {
  box-sizing: border-box;
  padding: 11px 15px 20px 32px;
  font-family: var(--font-zen-maru);
  font-weight: 700;
  letter-spacing: 0.024em;
  color: #fe94b4;
  width: 100%;
  max-width: 268px;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(../img/balloon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 16px auto 0;
}

.l-contents-balloon--stamp {
  background-image: url(../img/balloon_stamp.png);
  max-width: 320px;
}

.l-contents-balloon__text {
  font-size: 16px;
}

.l-contents-balloon__text--stamp {
  font-size: 14px;
  letter-spacing: -0.98px;
}

.ride .l-contents-balloon__title {
  font-size: 18px;
}
#complete .l-contents-balloon__title {
  font-size: 24px;
}

.l-contents-balloon__sub {
  font-size: 13px;
}

.l-contents-exchange {
  position: relative;
  margin-top: 24px;
  width: 100%;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 751px) {
}

.l-contents-exchange::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 132px;
  height: 149px;
  background-image: url(../img/bg_exchange.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.l-contents-exchange.pink {
  background-color: #fdf2f5;
}

.l-contents-exchange.blue {
  background-color: #eaf9ff;
}

.l-contents-exchange__inner {
  padding: 24px 16px;
  position: relative;
}
@media (min-width: 751px) {
}

.l-contents-exchange__inner::before,
.l-contents-exchange__inner::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 16px;
  background-repeat: repeat-x;
  background-position: center;
  background-size: cover;
}

.l-contents-exchange.pink .l-contents-exchange__inner::before,
.l-contents-exchange.pink .l-contents-exchange__inner::after {
  background-image: url(../img/pattern_pink-sp.png);
}
@media (min-width: 751px) {
  .l-contents-exchange.pink .l-contents-exchange__inner::before,
  .l-contents-exchange.pink .l-contents-exchange__inner::after {
    background-image: url(../img/pattern_pink-pc.png);
  }
}

.l-contents-exchange.blue .l-contents-exchange__inner::before,
.l-contents-exchange.blue .l-contents-exchange__inner::after {
  background-image: url(../img/pattern_blue-sp.png);
}
@media (min-width: 751px) {
  .l-contents-exchange.blue .l-contents-exchange__inner::before,
  .l-contents-exchange.blue .l-contents-exchange__inner::after {
    background-image: url(../img/pattern_blue-pc.png);
  }
}

.l-contents-exchange__inner::before {
  top: 0;
}

.l-contents-exchange__inner::after {
  bottom: 0;
}

.l-contents-exchange__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.l-contents-exchange-item {
}

.l-contents-exchange-item:not(:last-child) {
  padding-bottom: 8px;
  border-bottom: 1px dashed #7e646c;
}

.l-contents-exchange-item__title {
  font-family: var(--font-zen-maru);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.008em;
  text-align: center;
  color: #fe71a4;
}

.l-contents-exchange.blue .l-contents-exchange-item__title {
  color: #63d2ed;
}

.l-contents-exchange-item__text {
  font-family: var(--font-zen-maru);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.008em;
  color: #7e646c;
  margin-top: 4px;
}

.l-contents-exchange.pink .l-contents-exchange-item__text a {
  color: #fe71a4;
  text-decoration: underline;
}

.l-contents-exchange.blue .l-contents-exchange-item__text a {
  color: #63d2ed;
  text-decoration: underline;
}

.l-contents-exchange.blue .l-contents-exchange-item__text a.mail {
  color: #7e646c;
}

.l-contents-exchange-item__note {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.58;
  color: #7e646c;
  margin-top: 4px;
}

/* mv */
.mv {
  position: relative;
  background-image: url(../img/bg.png);
  background-size: 1200px 1600px;
  background-repeat: repeat;
  background-position: top center;
  background-color: #fff;
  z-index: 1;
}

.mv::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 52%;
  background: linear-gradient(to bottom, transparent, #fff);
  z-index: -1;
}
@media (min-width: 751px) {
  .mv::before {
    height: 48%;
  }
}

.mv__img {
  width: 100%;
}
@media (min-width: 751px) {
  .mv__img {
    flex: 0 0 49%;
  }
}

.mv__img img {
  width: 100%;
}

.mv__inner {
  padding-bottom: 30px;
}
@media (min-width: 751px) {
  .mv__inner {
    box-sizing: border-box;
    padding: 16px 16px 40px;
    width: 100%;
    max-width: 952px;
    margin: 0 auto;
  }
}

@media (min-width: 751px) {
  .mv__contents {
    display: flex;
    align-items: center;
    gap: -33px;
  }
}

@media (min-width: 751px) {
  .mv__titles {
    flex: 0 0 49%;
  }
}

@media (min-width: 751px) {
  .mv__logo {
    width: 100%;
  }

  .mv__logo img {
    width: 100%;
  }
}

.mv_schedule {
  width: 100%;
  max-width: 270px;
  margin: 18px auto 0;
}
@media (min-width: 751px) {
  .mv_schedule {
    max-width: 350px;
    margin: 10px auto 0;
  }
}

.mv_schedule img {
  width: 100%;
}

.mv_comment_wrap {
  /* margin: 24px 4%; */
  position: relative;
  margin: 24px auto 165px;
  border: 2px solid #fe94b4;
  background: #fff;
  max-width: 345px;
}
.mv_comment_wrap::before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background: url(../img/balloon_mv_top.png) no-repeat center / cover;
  position: absolute;
  top: 0;
  right: 0;
}
.mv_comment_wrap::after {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background: url(../img/balloon_mv_bottom.png) no-repeat center / cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mv_comment_wrap div {
  position: relative;
  padding: 4%;
}
.mv_comment_wrap div::before {
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  background-color: #fff;
  position: absolute;
  top: -2px;
  left: -2px;
}
.mv_comment_wrap div::after {
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  background-color: #fff;
  position: absolute;
  bottom: -2px;
  right: -2px;
}
.bg_balloon {
  position: absolute;
  width: 163px;
  left: 50%;
  transform: translate(-50%, -0);
}

.mv_comment_wrap p {
  font-family: var(--font-zen-maru);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.024em;
  line-height: 1.5;
  color: #7e646c;
  text-align: center;
  margin-bottom: 1rem;
}

@media (min-width: 751px) {
  .mv_comment_wrap {
    width: 620px;
    max-width: 620px;
    margin: 24px auto;
  }
  .mv_comment_wrap p {
    text-align: left;
    font-size: 15px;
  }
  .mv_comment_wrap div {
    background: url(../img/bg_balloon_mv_pc.png) no-repeat 440px 195px;
    background-size: 150px;
  }
}

.mv-links {
  margin: 24px auto 0;
  width: 100%;
  max-width: 345px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 751px) {
  .mv-links {
    margin: 18px auto 0;
    max-width: none;
    gap: 8px;
  }
}

.mv-links__btn {
  width: calc(50% - 10px / 2);
}
@media (min-width: 751px) {
  .mv-links__btn {
    width: calc(20% - 8px * 4 / 5);
  }
  .mv-links__btn a {
    display: block;
    transition: 0.3s;
  }
  .mv-links__btn a:hover {
    opacity: 0.7;
  }
}

.mv-links__btn:last-child {
  width: 100%;
}
@media (min-width: 751px) {
  .mv-links__btn:last-child {
    width: calc(20% - 8px * 4 / 5);
  }
}

@media (min-width: 751px) {
  .mv__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }

  .mv__bg img {
    width: 100%;
  }
}

/* voice */
.voice {
  position: relative;
  z-index: 1;
}

.voice__chara {
  position: absolute;
  top: -18px;
  right: 3px;
  width: 92px;
}
@media (min-width: 751px) {
  .voice__chara {
    width: 107px;
    top: -113px;
    right: 7px;
  }
}

.voice__chara img {
  width: 100%;
}

.voice__inner {
  padding-top: 40px;
}
@media (min-width: 751px) {
  .voice__inner {
    padding-top: 64px;
  }
}

/* ride */
.ride {
  margin-top: 40px;
}
@media (min-width: 751px) {
  .ride {
    margin-top: 64px;
  }
}

.ride__title {
  position: relative;
}

.ride-images {
  margin-top: 14px;
  width: 100%;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 751px) {
  .ride-images {
    max-width: 540px;
    margin-top: 8px;
  }
}

.ride-images__img {
  width: 100%;
}

.ride-images__img img {
  width: 100%;
}

.ride-images__note {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.025em;
  color: #7e646c;
  margin-top: 8px;
}
@media (min-width: 751px) {
  .ride-images__note {
    margin-top: 4px;
  }
}

.ride__title_chara {
  width: 85px;
  position: absolute;
  top: -17px;
  left: 15px;
}
@media (min-width: 751px) {
  .ride__title_chara {
    width: 100px;
    top: 32px;
    left: -52px;
  }
}

.ride__title_chara img {
  width: 100%;
}

.ride-exchange__chara {
  width: 95px;
  position: absolute;
  top: 50px;
  right: 9px;
}
@media (min-width: 751px) {
  .ride-exchange__chara {
    width: 110px;
    top: 167px;
    right: -91px;
  }
}

.ride-exchange__chara img {
  width: 100%;
}

.ride__annotation {
  margin-top: 16px;
}

/* stamp */
.stamp {
  margin-top: 40px;
}
@media (min-width: 751px) {
  .stamp {
    margin-top: 64px;
  }
}

.stamp__sub {
  text-align: center;
  margin-top: 16px;
}

.stamp__sub span {
  display: inline-block;
  font-family: var(--font-zen-maru);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.0024em;
  line-height: 1.25;
  color: #fe94b4;
  padding: 0 16px;
  position: relative;
}

.stamp__sub span::before,
.stamp__sub span::after {
  content: "";
  position: absolute;
  top: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 12px;
  height: 35px;
}

.stamp__sub span::before {
  left: 0;
  background-image: url(../img/txt_deco-l.png);
}

.stamp__sub span::after {
  right: 0;
  background-image: url(../img/txt_deco-r.png);
}

.stamp__spot {
  margin-top: 16px;
}

.stamp-slide-box {
  margin-top: 8px;
  background-color: #fdf2f5;
  border-radius: 1px;
  padding: 5px;
}

.stamp-slide-box__inner {
  border: 1px solid #fe94b4;
  position: relative;
}

.stamp-slide-box__inner::before,
.stamp-slide-box__inner::after {
  content: "";
  position: absolute;
  top: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 12.5px;
  height: 12.5px;
}

.stamp-slide-box__inner::before {
  left: -1px;
  background-image: url(../img/stamp-box_tl.png);
}

.stamp-slide-box__inner::after {
  right: -1px;
  background-image: url(../img/stamp-box_tr.png);
}

.stamp-slide-box__contents {
  position: relative;
  padding: 7px 10px;
}

.stamp-slide-box__contents::before,
.stamp-slide-box__contents::after {
  content: "";
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 12.5px;
  height: 12.5px;
}

.stamp-slide-box__contents::before {
  left: -1px;
  bottom: -1px;
  background-image: url(../img/stamp-box_bl.png);
}

.stamp-slide-box__contents::after {
  right: -1px;
  bottom: -2px;
  background-image: url(../img/stamp-box_br.png);
}

.stamp-slide-box__lead {
  font-family: var(--font-zen-maru);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.008em;
  line-height: 1.42;
  text-align: center;
  color: #7e646c;
}

.stamp-slide-box__title {
  font-family: var(--font-zen-maru);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #fe71a4;
}

.stamp-slide-box__title span {
  display: inline-block;
  position: relative;
}

.stamp-slide-box__title span::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fe71a4;
}

.stamp-slide-box__sub {
  font-family: var(--font-zen-maru);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: #fe71a4;
}

.stamp-slide-box__sub span {
  display: inline-block;
  position: relative;
}

.stamp-slide-box__sub span::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fe71a4;
}

.stamp-slide-box__text {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.42;
  color: #7e646c;
  margin-top: 10px;
}

.stamp-slide-box__note {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  color: #7e646c;
  margin-top: 3px;
}
.stamp-slide-box__note a {
  color: #7e646c;
  text-decoration: underline;
}

.stamp-images {
  margin-top: 8px;
  width: 100%;
  max-width: 222px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 751px) {
  .stamp-images {
    max-width: 320px;
  }
}

.stamp-images__img {
  width: 100%;
}

.stamp-images__img img {
  width: 100%;
}

.stamp-images__chara {
  width: 100%;
  max-width: 94px;
  position: absolute;
  top: 28px;
  left: -44px;
}
@media (min-width: 751px) {
  .stamp-images__chara {
    max-width: 110px;
    top: 62px;
    left: -94px;
  }
}

.stamp-images__chara img {
  width: 100%;
}

.stamp__annotation {
  margin-top: 8px;
}

/* goods */
.goods {
  position: relative;
  background-image: url(../img/bg_thin.png);
  background-size: 1200px 1600px;
  background-repeat: repeat;
  background-position: top center;
  background-color: #bfe5f2;
}

.goods__inner {
  padding-top: 40px;
  padding-bottom: 48px;
}
@media (min-width: 751px) {
  .goods__inner {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.goods__img {
  width: 100%;
  max-width: 420px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.goods__img img {
  width: 100%;
}

.goods__img img.modal_icon {
  pointer-events: none;
  width: 40px;
  position: absolute;
  top: 7px;
  right: 7px;
}
@media (min-width: 751px) {
  .goods__img img.modal_icon {
    width: 53px;
    top: 9px;
    right: 9px;
  }
}

.goods-images__chara {
  width: 100%;
  max-width: 94px;
  position: absolute;
  top: -82px;
  right: 46px;
}
.goods-images__chara img {
  width: 100%;
}
@media (min-width: 751px) {
  .goods .l-sec__title {
    position: relative;
    z-index: 2;
  }
  .goods .l-contents.blue {
    z-index: 1;
  }
  .goods-images__chara {
    top: 155px;
    right: -64px;
  }
}

/* voistock */
@media (min-width: 751px) {
  .qr_wrap {
    box-sizing: border-box;
    border: none;
    max-width: 462px;
    background-image: url(../img/voistock_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media (min-width: 751px) {
  .qr_text_hd {
    font-family: var(--font-zen-maru);
    font-size: 15px;
    border-radius: 21px;
    background-color: #fff;
    color: #62d2ed;
    padding: 8px;
  }
}

@media (min-width: 751px) {
  .qr_text p {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.28;
    color: #fff;
  }
}

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

ul.text_list.annotation li {
  font-size: 12px;
  color: #7e646c;
}

ul.text_list.annotation li.fcRed {
  color: #de588a;
}

.text_link {
  color: #de588a;
}

.caution_acc .acc_btn {
  background-color: #7e646c;
}

.acc_btn span::before,
.acc_btn span::after {
  background-color: #7e646c;
}

.caution_acc .acc_body {
  border: none;
  background-color: #fdf2f5;
}

/* --- splide --- */
.sec--stamp__splide__slide {
  padding-bottom: 74px;
  position: relative;
}
.splide__num {
  font-family: var(--font-zen-maru);
  font-size: 18px;
  font-weight: 900;
  position: absolute;
  bottom: 13px;
  pointer-events: none;
  left: 50%;
  translate: -50%;
  color: #7e646c;
}
.splide__num__index,
.splide__num__total {
  margin-inline: 7px;
}
.splide__arrows {
  display: flex;
  justify-content: space-between;
  width: 190px;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50%;
}
.splide__arrow {
  display: block;
  border: 0;
  border-radius: 50%;
  background: #fe94b4;
  width: 48px;
  height: 48px;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
}

.splide__arrow::after {
  content: "";
  display: block;
  width: 6px;
  height: 9px;
  background: url(../img/ico_swiper-arrow.png) no-repeat center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.splide__arrow:active {
  opacity: 0.5;
}

.splide__arrow svg {
  display: none;
}

.splide__arrow--next {
  scale: -1 1;
}

.sec--stamp {
  background: linear-gradient(to bottom, #ffffff, #d2e3e6);
  padding-bottom: 57px;
}
.sec--stamp__col-mask {
  overflow: hidden;
}
.sec--stamp__col {
  max-width: 375px;
  position: relative;
  padding: 4.93% 14px 13px 0;
}
.sec--stamp__col__txt {
  width: 61.03%;
  margin-left: auto;
  background: #e1eff2;
  padding: 12px 9px;
  border: 1px solid #cce4ea;
  border-radius: 8px;
  color: #568a68;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.73;
  text-align: center;
  position: relative;
  z-index: 1;
}
.sec--stamp__col__img {
  width: 42.03%;
  position: absolute;
  bottom: 0;
  left: 2.32%;
  z-index: 2;
}
.sec--stamp__col__img--bg {
  width: 121.74%;
  max-width: none;
  position: absolute;
  top: 0;
  left: -19.13%;
  z-index: 0;
}
.sec--stamp__col__img--deco {
  width: 30.43%;
  position: absolute;
  bottom: 1.58%;
  right: -15.07%;
  z-index: 2;
}
.sec--stamp__acc {
  margin-bottom: 24px;
}

.sec--stamp__acc__btn__ico {
  width: 16px;
  height: 16px;
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  margin-left: 8px;
  vertical-align: -2px;
}

.sec--stamp__acc__btn__ico::before,
.sec--stamp__acc__btn__ico::after {
  background: #d0a155;
  width: 8px;
  height: 2px;
  border-radius: 10vh;
}

.sec--stamp__acc__content {
  border: 0;
  border-radius: 0;
}
.sec--stamp__acc__content__inner {
  padding: 24px 14px;
  background-color: #fff;
}

.sec--stamp__acc__map-wrapper {
  position: relative;
  margin-bottom: 9px;
  max-width: 313px;
  margin-inline: auto;
}
.sec--stamp__acc__map-btn {
  display: grid;
  width: 11.36%;
  max-width: 34.9844px;
  height: 11.36%;
  max-height: 34.9844px;
  aspect-ratio: 1/1;
  place-content: center;
  border: 3px solid #fe71a4;
  border-radius: 100vmax;
  background: #fff;
  color: #fe71a4;
  font-size: 22px;
  font-weight: 700;
  font-family: var(--font-zen-maru);
  line-height: 1;
  position: absolute;
  transition: 0.3s;
  cursor: pointer;
}

.sec--stamp__acc__map-btn span {
  position: relative;
  bottom: 2px;
}

.sec--stamp__acc__map-btn:hover,
.sec--stamp__acc__map-btn.is-active {
  background: #fe71a4;
  color: #fff;
}

.sec--stamp__acc__map-btn--01 {
  right: 13%;
  top: 27%;
}
.sec--stamp__acc__map-btn--02 {
  left: 16%;
  top: 25%;
}
.sec--stamp__acc__map-btn--03 {
  right: 28%;
  top: 51%;
}
.sec--stamp__acc__map-btn--04 {
  left: 52.5%;
  top: 69.2%;
}
.sec--stamp__acc__map-btn--05 {
  right: 30%;
  top: 82.5%;
}
@media (min-width: 751px) {
  .sec--stamp__acc__map-btn {
    height: 11.36%;
  }
}
.sec--stamp__splide__slide {
  height: auto;
}
.sec--stamp__splide__slide__inner {
  height: 100%;
  padding: 20px 14px 0px;
  background: #fff;
  border-radius: 16px;
  border: 2px solid #fe94b4;
  box-shadow: 3px 3px 0 #fe94b4;
}
.sec--stamp__splide__slide__img {
  margin-bottom: 16px;
}
.sec--stamp__splide__slide__img-ttl {
  font-family: var(--font-zen-maru);
  color: #fe71a4;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.sec--stamp__splide__slide__img-ttl span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-zen-maru);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fe71a4;
}

.sec--stamp__splide__slide__txt {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 8px;
  text-align: left;
}
.sec--stamp__splide__slide__info {
  display: grid;
  gap: 8px;
  text-align: left;
}
.sec--stamp__splide__slide__info__row {
  display: flex;
}
.sec--stamp__splide__slide__info__ttl,
.sec--stamp__splide__slide__info__dtl {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  color: #7e646c;
}
.sec--stamp__splide__slide__info__dtl {
  flex: 1;
}
.sec--stamp__splide__slide__info__dtl.note {
  font-size: 10px;
}
.sec--stamp__splide__slide__info__dtl a,
.stamp-slide-box__lead a {
  color: #7e646c;
  text-decoration: underline;
}
.sec--stamp__splide__slide__info__dtl-textwrap {
  overflow-wrap: anywhere;
}

/* ------------------- 共通（スマホ縦並び） ------------------- */
.sec--stamp__acc__col {
  display: grid;
  grid-template-columns: 100%; /* 縦1列 */
  gap: 17px 20px;
}

.sec--stamp__acc__col__map {
  order: 1;
}
.sec--stamp__acc__col__slide {
  order: 2;
}
.text_list.annotation.auto_center {
  order: 3;
}

.text_list.annotation.auto_center {
  margin-top: 0;
  padding-left: 0;
}

/* ------------------- PC（751px以上） ------------------- */
@media (min-width: 751px) {
  .sec--stamp__acc__col {
    grid-template-columns: repeat(2, calc(50% - 10px)); /* 左右2列 */
    align-items: start; /* 左カラムが右カラムの高さに引っ張られない */
  }

  /* 左カラム：MAP + ULを縦に積む */
  .sec--stamp__acc__col__map {
    grid-column: 1 / 2;
  }

  .sec--stamp__acc__col__map {
    margin-bottom: 10px; /* ULとの間隔 */
  }

  .text_list.annotation.auto_center {
    grid-column: 1 / 3;
  }

  /* 右カラム：スライダー */
  .sec--stamp__acc__col__slide {
    grid-column: 2 / 3;
  }

  .con03_chara {
    background-image: url(../img/con03_chara_pc.png);
    height: 374px;
  }
  .content__item__header__bg__ttl {
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  }
  #stamprally .content__item img {
    max-width: 300px;
    margin: 0 auto;
  }
}

.splide__track {
  overflow: visible;
}

.splide.is-initialized,
.splide.is-rendered {
  padding-bottom: 16px;
}

/* モーダルを開くボタン */
.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: 3;
}

/* モーダルの擬似要素の指定 */
.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%;
    max-width: 1200px;
  }
}

.credit {
  color: #7e646c;
}

.VoiStock_btn.comingSoon {
  position: relative;
}
.VoiStock_btn p.comingSoon {
  background: rgba(50, 105, 119, 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: 100%;
  top: 50%;
  left: 50%;
  max-width: 400px;
  transform: translate(-50%, -50%);
  border-radius: 100vmax;
}
