@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;
  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 {
  background-image: linear-gradient(#ffffff, transparent 20%), url(../img/bg.png);
}
.sec--lead {
  margin: 0 4%;
  padding-top: 35px;
}
.sec--lead__txt {
  text-align: center;
  line-height: 1.75;
  font-weight: 500;
}
.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;
}
.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.commingSoon {
  pointer-events: none;
  position: relative;
}
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);
}
.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;
  padding-bottom: 90px;
}
.sec--main_wrap {
  margin: 30px 8%;
}
.sec--main::after {
  content: "";
  display: block;
  width: 70%;
  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.commingSoon::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{
  width:50%;
  margin-inline:auto;
}
.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;
}

/*************
〇〇〇〇
*************/
@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;
  }
  .special-movie__annotation,
  .caution_acc {
    width: 84%;
    margin-inline: auto;
  }
  .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: 75%;
  }
  .iconring-box figure + p {
    padding-bottom: 50px;
  }
  .sec--main{
    max-width: 1100px;
    margin-inline: auto;
  }
  .sec--main_wrap {
    margin-block: 60px;
    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.commingSoon::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{
    width:30%;
  }

  .sec--collaboration h2 {
    width: 22.1%;
  }
  .festival-box {
    position:relative;
    padding: 40px 4%;
  }
  .festival-box h3 {
    max-width: 276px;
    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;
  }
}
/*************
〇〇〇〇
*************/
@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;
  }
}
