@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: #333333;
  --primary-color: #2ebcad;
  --bg-color: #ffffff;
  --red-color: #ee0000;
  --accent-color: #fff367;
}

/*アキ*/
.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;
  font-weight: 400;
}

.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: #d57def;
  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: 12px;
}

@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: #d57def;
  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 {
  margin-bottom: 12px;
}

.caution_acc .acc_btn {
  padding: 4px 40px 6px 20px;
  border-radius: 30px;
  background-color: #d57def;
  font-size: 14px;
  color: #fff;
}

.caution_acc .acc_btn span {
  right: 10px;
}

.caution_acc .acc_body {
  margin-top: 16px;
  font-size: 12px;
}

.caution_head {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 4px;
}

.text_list+.caution_head {
  margin-top: 8px;
}

/* animation */
.js-animate[data-animate="fade-up"] {
  opacity: 0;
  translate: 0 40px;
  transition: 1.5s ease;
}

.js-animate--active[data-animate="fade-up"] {
  opacity: 1;
  translate: 0;
}

@media (min-width: 751px) {
  .caution_acc .acc_body {
    /* padding: 20px; */
    border-radius: 16px;
  }
}

.mv__img {
  opacity: 0;
  filter: blur(8px);
  transition: 1.5s ease;
  position: relative;
}

.loaded .mv__img {
  opacity: 1;
  filter: blur(0);
}

.mv__img::after {
  content: "";
  display: block;
  width: 70%;
  height: auto;
  aspect-ratio: 520 / 96;
  position: absolute;
  bottom: 0;
  background: url(../img/bookNegative.png) no-repeat center / cover;
}

.contents_wrapper {
  position: relative;
  background-image: linear-gradient(#ffffff, transparent 20%), url(../img/bg.png);
}

.sec--lead {
  margin: 0 4%;
  padding-top: 35px;
}

.sec--lead__txt {
  font-size: 14px;
  text-align: center;
  line-height: 1.75;
  font-weight: 500;
}

@media (min-width: 751px) {
  .sec--lead__txt {
    font-size: 17px;
  }
}

.sec--shinkansen {
  margin: 0 4%;
}

.sec--shinkansen__ttl {
  margin-inline: auto;
  margin-block: 25px 45px;
  width: fit-content;
  text-align: center;
}

.sec--shinkansen__ttl h2 {
  color: #397fe1;
  font-size: 18px;
  font-weight: bold;
  background: linear-gradient(transparent 50%, var(--accent-color) 50%);
  display: inline-block;
  padding: 0 10px;
}

.sec--special {
  position: relative;
  border-radius: 24px;
  border: 2px solid #d57def;
  padding: 0 14px;
  background: #fff;
}

.sec--special__ttl {
  width: 46%;
  margin-inline: auto;
  margin-bottom: -40px;
  translate: 0 -25px;
}

.date-box__dtl {
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(126, 0, 163, 0.15);
  border-left: 5px solid #d57def;
  border-right: 5px solid #d57def;
  text-align: center;
  font-size: 14px;
  color: #d57def;
  font-weight: 800;
  line-height: 34px;
}

.date-box__dtl span {
  font-size: 18px;
}

.iconring-box {
  margin-block: 15px 25px;
  background: url(../img/bg_pre.png) no-repeat center / contain;
  font-size: 14px;
  text-align: center;
}

.iconring-box__txt {
  position: relative;
  text-align: center;
  font-size: 14px;
}

.iconring-box__txt span {
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.iconring-box__txt span span {
  display: block;
  font-size: 12px;
  font-weight: 400;
}

.iconring-box__txt::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  width: 20px;
  height: 30px;
  background: url(../img/img_special01.png) no-repeat center / cover;
  margin-inline: 10px;
  vertical-align: -4px;
}

.iconring-box__txt::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 20px;
  height: 30px;
  background: url(../img/img_special02.png) no-repeat center / cover;
  margin-inline: 10px;
  vertical-align: -4px;
}

.iconring-box figure img {
  /* width: 63%; */
  margin-inline: auto;
  margin-block: 5%;
}

.iconring-box figure+p {
  margin-top: 16px;
}

.iconring-box figure+p span {
  display: block;
  font-size: 12px;
  margin-top: 8px;
}

.sec--special__list {
  border: 1px solid #d57def;
  padding: 0 16px;
}

.sec--special__list dt {
  display: block;
  background: #d57def;
  width: fit-content;
  margin-inline: auto;
  color: #fff;
  padding: 2px 10px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-weight: bold;
  font-size: 14px;
}

.sec--special__list dl {
  width: fit-content;
  margin-top: 15px;
}

.sec--special__list__row {
  display: grid;
  align-items: start;
  grid-template-columns: 60px 1fr;
  margin-bottom: 15px;
}

.sec--special__list dt.sec--special__list__ttl {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  padding: 1px 6px 1px 7px;
  background: #d57def;
  border-radius: 100vmax;
}

.sec--special__list__dtl {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}

.common-btn-wrapper {
  margin-block: 24px 5px;
}

.common-btn-wrapper img {
  width: 79%;
  margin-inline: auto;
}

a.comingSoon {
  pointer-events: none;
  position: relative;
  display: block;
}

a.comingSoon::after {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  display: block;
  width: 110px;
  height: 24px;
  background: url(../img/wp_cs.png) no-repeat center / cover;
  transform: rotate(-10deg);
}

.special-movie__annotation {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.025em;
  padding-left: 1em;
  text-indent: -1em;
}

.sec--main {
  position: relative;
}

.sec--main_wrap {
  margin: 30px 8% 0;
  padding-bottom: 120px;
}

.wrapper_bg::after {
  content: "";
  display: block;
  left: 10%;
  width: 60%;

  height: auto;
  aspect-ratio: 520 / 96;
  position: absolute;
  bottom: 0;
  background: url(../img/bookNegative_main.png) no-repeat center / cover;
}

.sec--main .date-box__dtl {
  box-shadow: 0px 2px 4px 0px rgba(0, 47, 152, 0.15);
  border-left: 5px solid #397fe1;
  border-right: 5px solid #397fe1;
  color: #397fe1;
}

.sec--main--btn_wrapper {
  margin-top: 20px;
}

.sec--main--btn_wrapper a.comingSoon::after {
  right: -15px;
  top: 45px;
}

.sec--collaboration {
  padding: 32px 4%;
  background: #66d0d5;
}

.sec--collaboration h2 {
  width: 30.6%;
  margin-inline: auto;
}

/* .festival-box::after{
  content: "";
  left: 10vw;
  position: absolute;
  top: 10vw;
  display: block;
  width: 293px;
  height: 81px;
  background: url(../img/img-collabo01.png) no-repeat center / cover;
} */

.festival-box {
  position: relative;
  height: fit-content;
  margin-top: 16px;
  padding: 24px 4%;
  border-radius: 4px;
  background: #fff;
  text-align: center;
}

.festival-box img {}

.festival-box .dummy,
.xcpn-box .dummy {
  width: 90%;
  background: #ccc;
  margin-inline: auto;
  margin-block: 10px;
  aspect-ratio: 43 / 27;
}

.festival-box h3 {
  background: #66d0d5;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 28px;
  color: #fff;
}

.festival-box p {
  margin-top: 6px;
  font-size: 14px;
  font-weight: bold;
}

.festival-box p span {
  font-size: 12px;
}

.festival-box p.fextival-box__link {
  margin-block: 20px 5px;
}

.fextival-box__link a {
  color: #fcbf5b;
  font-weight: bold;
  text-decoration: underline;
}

.festival-box p.smallest {
  font-size: 12px;
  font-weight: 400;
}

.festival-box dl {
  display: flex;
  gap: 0;
  margin: 8px;
}

.festival-box dt {
  display: flex;
  align-items: center;
  width: 65%;
  font-size: 12px;
  color: #259196;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}

.festival-box dd {
  width: 35%;
  position: relative;
}

.festival-box dd::after {
  content: "イメージ";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-size: 10px;
}

.festival-box__list {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  text-align: left;
}

.festival-box__btn {
  display: flex;
  gap: 16px;
  flex-direction: column;
  margin-top: 24px;
}

.festival-box__btn li a {
  display: block;
  width: 80%;
  margin-inline: auto;
  background: #F7B447;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 37px;
  border-radius: 4px;
  text-align: center;
}

.contents_wrapper__b {
  position: relative;
  background: url(../img/bg-pinkpurple_light.jpg);
}

.sec--main_contents_wrap {
  position: relative;
  max-width: 1100px;
  margin-inline: auto;
  padding-bottom: 50px;
}

.sec--main__wallpaper h2 {
  translate: 0 -25px;
  margin-bottom: -25px;
}

.sec--main__wallpaper_inbox {
  margin: 20px 4%;
  padding: 30px 4%;
  border-radius: 24px;
  background: #fff;
}

.sec--main_contents_wrap .sec--main__wallpaper_inbox .date-box__dtl,
.sec--main_contents_wrap .sec--main__clearcard_inbox .date-box__dtl,
.sec--main_contents_wrap .sec--main__xcpn_inbox .date-box__dtl {
  border-left: 5px solid #f25caf;
  border-right: 5px solid #f25caf;
  color: #f25caf;
  padding: 0 5px;
  letter-spacing: -0.03rem;
}

.wallpaper-img_inbox,
.clearcard-box {
  margin-block: 15px 25px;
  background: url(../img/bg_main.png) no-repeat center / contain;
  font-size: 14px;
  text-align: center;
}

.wallpaper-box__txt {
  position: relative;
  margin-top: 16px;
  text-align: center;
  font-size: 14px;
}

.wallpaper-box__txt::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 10px;
  display: block;
  width: 20px;
  height: 30px;
  background: url(../img/img_main01.png) no-repeat center / cover;
  margin-inline: 10px;
  vertical-align: -4px;
}

.wallpaper-box__txt::after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 10px;
  display: block;
  width: 20px;
  height: 30px;
  background: url(../img/img_main02.png) no-repeat center / cover;
  margin-inline: 10px;
  vertical-align: -4px;
}

.wallpaper-img_inbox+p span {
  display: block;
  font-size: 12px;
  margin-top: 4px;
  padding-left: 1em;
  text-indent: -1em;
}

.wallpaper-box .common-btn-wrapper {
  margin-bottom: 20px;
}

.sec--main__wallpaper_inbox .caution_acc .acc_btn,
.sec--main__clearcard_inbox .caution_acc .acc_btn,
.sec--main__xcpn_inbox .caution_acc .acc_btn {
  background-color: #f25caf;
}

.sec--main__wallpaper_inbox .acc_btn span::before,
.sec--main__wallpaper_inbox .acc_btn span::after,
.sec--main__clearcard_inbox .acc_btn span::before,
.sec--main__clearcard_inbox .acc_btn span::after,
.sec--main__xcpn_inbox .acc_btn span::before,
.sec--main__xcpn_inbox .acc_btn span::after {
  background-color: #f25caf;
}

.sec--main__clearcard_inbox {
  margin: 20px 4%;
  padding: 30px 4%;
  border-radius: 24px;
  background: #fff;
}

.clearcard-box__txt {
  position: relative;
  margin-top: 16px;
  text-align: center;
  font-size: 14px;
}

.clearcard-box__txt::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: -10px;
  display: block;
  width: 20px;
  height: 30px;
  background: url(../img/img_main01.png) no-repeat center / cover;
  margin-inline: 10px;
  vertical-align: -4px;
}

.clearcard-box__txt::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: -10px;
  display: block;
  width: 20px;
  height: 30px;
  background: url(../img/img_main02.png) no-repeat center / cover;
  margin-inline: 10px;
  vertical-align: -4px;
}

.clearcard-box+p span {
  display: block;
  font-size: 12px;
  margin-top: 8px;
}

.sec--main__clearcard_list {
  border: 1px solid #f25caf;
  margin-top: 24px;
  padding: 0 16px;
}

.sec--main__clearcard_list dt {
  display: block;
  background: #f25caf;
  width: fit-content;
  margin-inline: auto;
  color: #fff;
  padding: 2px 10px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-weight: bold;
  font-size: 14px;
}

.sec--main__clearcard_list dl {
  width: fit-content;
  margin-top: 15px;
}

.sec--main__clearcard_list__row {
  display: grid;
  align-items: start;
  grid-template-columns: 60px 1fr;
  margin-bottom: 15px;
}

.sec--main__clearcard_list__div {
  display: grid;
  align-items: start;
  grid-template-columns: 1fr;
  margin-bottom: 15px;
  padding-left: 1em;
  text-indent: -1em;
}

.sec--main__clearcard_list dt.sec--main__clearcard_list__ttl {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  padding: 1px 6px 1px 7px;
  background: #f25caf;
  border-radius: 100vmax;
}

.sec--main__clearcard_list__dtl {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}

.sec--main__clearcard_list__div .sec--main__clearcard_list__dtl {
  font-size: 12px;
  font-weight: 400;
}

.sec--main__clearcard_list dl .sec--main__clearcard_list__div:last-child {
  margin-top: 24px;
}

.sec--main__clearcard_inbox .common-btn-wrapper {
  margin-bottom: 20px;
}

.exchange__box {
  margin: 0 9.4%;
  padding: 16px;
  background: #fdeef6;
  border-radius: 8px;
}

.exchange__box__txt {
  display: grid;
  align-items: start;
  grid-template-columns: 75px 1fr;
  margin-bottom: 15px;
  font-size: 14px;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 5px;
}

.exchange__box__txt span.exchange__box__anotation {
  color: var(--text-color);
  padding: 0;
  margin-right: 0;
  background: none;
}

.exchange__box__txt span.exchange__box__anotation span {
  display: block;
  font-size: 12px;
  color: var(--text-color);
  padding: 0;
  margin-right: 0;
  background: none;
}

.exchange__box__txt span {
  background: #f25caf;
  color: #fff;
  display: inline-block;
  margin-right: 0.5rem;
  padding: 2px 5px;
}

.exchange__box__link {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
}

.exchange__box__link a {
  text-decoration: underline;
  color: #f25caf;
}

.exchange__box__link span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
}

.exchange__box dl {
  display: flex;
  justify-content: space-between;
  width: 60%;
  margin-inline: auto;
}

.exchange__box dl dt {
  display: block;
  background: #f25caf;
  color: #fff;
  font-size: 14px;
}

.exchange__box dl dd {
  font-size: 14px;
}

.sec--main__xcpn_inbox {
  margin: 20px 4%;
  padding: 30px 4%;
  border-radius: 24px;
  background: #fff;
  letter-spacing: -0.02rem;
}

.xcpn-box__txt {
  position: relative;
  margin-block: 16px;
  text-align: center;
  font-size: 14px;
}

.xcpn-box__txt span {
  display: block;
  margin-block: 3px;
  font-weight: 600;
  font-size: 16px;
}

.xcpn-box__txt::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 10px;
  display: block;
  width: 20px;
  height: 30px;
  background: url(../img/img_main01.png) no-repeat center / cover;
  margin-inline: 10px;
  vertical-align: -4px;
}

.xcpn-box__txt::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 10px;
  display: block;
  width: 20px;
  height: 30px;
  background: url(../img/img_main02.png) no-repeat center / cover;
  margin-inline: 10px;
  vertical-align: -4px;
}

.xcpn-box__anotation-txt {
  display: block;
  font-size: 12px;
  margin-top: 8px;
}

.xcpn-box .text_list.annotation {
  padding: 4%;
  border-top: 1px solid #f25caf;
  border-bottom: 1px solid #f25caf;
}

.xcpn-box__txt+figure {
  margin-inline: auto;
  width: 78%;
  border: 1px solid #e6ae0f;
}

.sec--main__xcpn_list__row {
  display: grid;
  align-items: start;
  grid-template-columns: 60px 1fr;
  margin-bottom: 15px;
}

.sec--main__xcpn_list__div {
  display: grid;
  align-items: start;
  grid-template-columns: 1fr;
  margin-bottom: 15px;
}

.sec--main__xcpn_list__div a {
  display: block;
  position: relative;
  margin-bottom: 16px;
  border-radius: 100vmax;
  box-shadow: 0px 3px 0px 3px #f25caf;
  border: 1px solid #f25caf;
  font-size: 14px;
  font-weight: bold;
  padding: 13px;
  text-align: center;
  text-indent: 20px;
}

.sec--main__xcpn_list__div a::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 13%;
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/icon-x.png) no-repeat center / cover;
  margin-inline: 10px;
  vertical-align: -4px;
}

.sec--main__xcpn_list__div dd {
  font-size: 12px;
}

.sec--main__xcpn_list__ttl {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  padding: 1px 6px 1px 7px;
  background: #f25caf;
  border-radius: 100vmax;
  width: fit-content;
  margin-inline: auto;
  display: block;
}

.sec--main__xcpn_list__dtl {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}

.sec--main__xcpn_list__dtl a,
.sec--main__xcpn_list__dtl span {
  color: #f25caf;
}

.caution_acc.howto dt {
  display: block;
  margin-block: 12px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #f25caf;
  line-height: 23px;
}

.caution_acc.howto dt.howto__ttl {
  margin-bottom: 8px;
  font-size: 14px;
  color: #333333;
  background: none;
}

.sec--main__xcpn__howto_list__row {
  display: grid;
  align-items: start;
  grid-template-columns: 60px 1fr;
  margin-bottom: 15px;
}

.caution_acc.howto dt.sec--main__xcpn__howto_list__ttl {
  color: #f25caf;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  padding: 1px 6px 1px 7px;
  margin: 0;
  background: none;
  border-radius: 100vmax;
  width: fit-content;
  margin-inline: auto;
  display: block;
}

.sec--main__xcpn__howto_list__dtl {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.caution_acc.howto a {
  color: #D57DEF;
}

.howto__list {
  padding-left: 1em;
  text-indent: -1em;
}

.howto__list li {
  margin-bottom: 3px;
}

.link_btn {
  transition: .3s;
}

.festival-box p.festival__anotation {
  font-size: 12px;
  font-weight: 400;
}

@media (any-hover: hover) {
  .link_btn:hover {
    opacity: 0.5;
  }
}

/*************
〇〇〇〇
*************/
@media (min-width: 751px) {
  .mv__img {
    max-width: 1100px;
    margin-inline: auto;
  }

  .mv__img::after {
    width: 60%;
    aspect-ratio: 1200 / 128;
    background: url(../img/bookNegative_pc.png) no-repeat center / cover;
  }

  .sec--special {
    box-sizing: border-box;
    max-width: 800px;
    width: 100%;
    margin: 20px auto 0;
    border: 4px solid #d57def;
  }

  .sec--special_inbox {
    margin: 0 25%;
  }

  .sec--special__ttl {
    width: 25%;
    translate: 0 -50px;
    margin-bottom: -60px;
  }

  .date-box__dtl {
    font-size: 18px;
  }

  .date-box__dtl span {
    font-size: 22px;
  }

  .caution_acc {
    width: 84%;
    margin-inline: auto;
  }

  .special-movie__annotation {
    width: 100%;
    margin-inline: auto;
  }

  .sec--main__wallpaper_inbox .caution_acc,
  .sec--main__clearcard_inbox .caution_acc {
    width: 100%;
  }

  .caution_acc .acc_body {
    padding-bottom: 20px;
  }

  .iconring-box {
    margin-top: 30px;
  }

  .iconring-box__txt {
    font-size: 18px;
  }

  .iconring-box__txt span {
    font-size: 20px;
  }

  .iconring-box figure img {
    width: 100%;
    margin-block: 30px;
  }

  .iconring-box figure+p {
    padding-bottom: 50px;
  }

  .sec--main {
    max-width: 1100px;
    margin-inline: auto;
  }

  .sec--main_wrap {
    margin-block: 60px 0;
    max-width: 800px;
    margin-inline: auto;
  }

  .sec--main--btn {
    display: flex;
    gap: 12px;
    margin-top: 30px;
  }

  .sec--main .date-box__dtl {
    width: 516px;
    margin-inline: auto;
    font-size: 22px;
  }

  .sec--main .date-box__dtl span {
    font-size: 26px;
  }

  .sec--main--btn_wrapper a.comingSoon::after {
    right: -5px;
    top: 85px;
  }

  .sec--main::after {
    width: 60%;
    aspect-ratio: 1200 / 128;
    left: 10%;
    background: url(../img/bookNegative_main_pc.png) no-repeat center / cover;
  }

  .sec--collaboration_inbox {
    max-width: 800px;
    margin-inline: auto;
    width: 100%;
  }

  .festival-box img,
  .festival-box .dummy {
    width: 100%;
    margin-block: 15px;
  }

  .sec--collaboration h2 {
    width: 22.1%;
  }

  .festival-box {
    position: relative;
    padding: 40px 4%;
  }

  .festival-box h3 {
    max-width: 530px;
    width: 100%;
    margin-inline: auto;
    font-size: 20px;
    line-height: 34px;
  }

  .festival-box p {
    margin-top: 12px;
    font-size: 16px;
  }

  .festival-box p span {
    font-size: 14px;
  }

  .cta-qr_wrap {
    background: url(../img/bg-purple.png);
    border-radius: 12px;
    padding: 7px;
    margin-block: 24px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 0.16);
  }

  .cta-qr {
    display: grid;
    grid-template-columns: 1fr 100px;
    gap: 20px;
    padding: 20px;
    border: 1px dashed #fff;
    border-radius: 12px;

  }

  .cta-qr__ttl {
    color: var(--primary-color-orange);
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #d57def;
    background: var(--bg-color);
    font-size: :16px;
    padding-block: 6px;
    border-radius: 10vh;
    margin-bottom: 12px;
  }

  .cta-qr__ttl__small-txt {
    font-size: 14px;
  }

  .cta-qr__txt {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
  }

  .comingsoon,
  .finish {
    position: relative;
    pointer-events: none;
  }

  .cta-qr__img p {
    padding: 8px;
    border-radius: 8px;
    border: 2px solid #D57DEF;
    background: #fff;
  }

  .wrapper_bg::after {
    left: 25%;
    width: 30%;
  }

  h2 {
    max-width: 800px;
    margin-inline: auto;
  }

  .contents_wrapper__b::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 162px;
    background: url(../img/bg-pinkpurple.jpg);
  }

  /*.sec--main__wallpaper, */
  .sec--main__clearcard h2,
  .sec--main__xcpn h2 {
    translate: 0 -25px;
  }

  .sec--main__wallpaper h2 {
    margin-bottom: 0;
  }

  .sec--main__wallpaper_inbox,
  .sec--main__clearcard_inbox,
  .sec--main__xcpn_inbox {
    box-sizing: border-box;
    max-width: 800px;
    margin-inline: auto;
  }

  .sec--main_contents_wrap .sec--main__wallpaper_inbox .date-box__dtl,
  .sec--main_contents_wrap .sec--main__clearcard_inbox .date-box__dtl,
  .sec--main_contents_wrap .sec--main__xcpn_inbox .date-box__dtl {
    max-width: 516px;
    margin-inline: auto;
    font-size: 22px;
  }

  .sec--main_contents_wrap .sec--main__wallpaper_inbox .date-box__dtl span,
  .sec--main_contents_wrap .sec--main__clearcard_inbox .date-box__dtl span,
  .sec--main_contents_wrap .sec--main__xcpn_inbox .date-box__dtl span {
    font-size: 26px;
  }

  .wallpaper-img_inbox,
  .clearcard-box,
  .xcpn-box__txt,
  .xcpn-box__txt+figure,
  .xcpn-box__txt+figure.dummy {
    max-width: 420px;
    margin-top: 32px;
    margin-inline: auto;
  }

  .wallpaper-box__txt,
  .clearcard-box__txt {
    font-size: 20px;
  }

  .wallpaper-img_inbox+p {
    width: 100%;
    margin-inline: auto;
  }

  .contents_wrapper__b .cta-qr_wrap {
    max-width: 400px;
    margin-inline: auto;
    background-image: linear-gradient(90deg, #f19fcc, #f25caf);
  }

  .contents_wrapper__b .cta-qr__ttl {
    color: #f25caf;
  }

  .contents_wrapper__b .cta-qr__img p {
    border: 2px solid #f25caf;
  }

  .sec--main__clearcard_list {
    box-sizing: border-box;
    max-width: 400px;
    margin-inline: auto;
  }

  .clearcard-box__txt::before {
    left: -40px;
  }

  .clearcard-box__txt::after {
    right: -40px;
  }

  .contents_wrapper__b .sec--main__clearcard_inbox .cta-qr_wrap {
    max-width: 454px;
  }

  .xcpn-box .text_list.annotation {
    border: 1px solid #f25caf;
  }

  .xcpn-box__txt::before,
  .xcpn-box__txt::after {
    bottom: 10px;
  }

  .exchange__box {
    width: 692px;
    margin-inline: auto;
  }

  .exchange__box div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .exchange__box__txt {
    width: fit-content;
    display: flex;
  }

  .xcpn-box__txt {
    max-width: 434px;
    font-size: 15px;
  }

  .xcpn-box__txt span {
    font-size: 20px;
  }

  .xcpn-box {
    max-width: 672px;
    margin-inline: auto;
  }

  .xcpn-box .caution_acc {
    width: 672px;
  }

  .wrapper_bg .sec--main_contents_wrap {
    padding-bottom: 130px;
  }

  .festival-box dl {
    max-width: 490px;
    margin-inline: auto;
  }

  .festival-box dt {
    width: fit-content;
    font-size: 17px;
    line-height: 26px;
  }

  .festival-box dd {
    width: 40%;
  }

  .festival-box__btn {
    max-width: 400px;
    margin-inline: auto;
  }

  .festival-box__btn li a {
    width: 100%;
  }

  .festival-box dd::after {
    bottom: 30px;
    left: -30px;
    top: inherit;
    right: inherit;
  }

  .sec--main__xcpn_list__div a::after {
    left: 200px;
  }
}

/*************
〇〇〇〇
*************/
@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;
  }
}

/* comingsoon */
.event_cs {
  position: relative;
  pointer-events: none;
}

.event_cs_text {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #66d0d5;
  background-color: #fff;
  border: 1px solid #66d0d5;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 6px;
  transform: rotate(345deg);
}

@media (min-width: 751px) {
  .event_cs_text {
    font-size: 15px;
  }
}

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

@media (max-width: 750px) {
  .pc {
    display: none;
  }
}



a.commingSoon {
  pointer-events: none;
  position: relative;
  display:block;
}
a.commingSoon::after {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  display: block;
  width: 110px;
  height: 24px;
  background: url(../img/wp_cs.png) no-repeat center / cover;
  transform: rotate(-10deg);
}