@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: #1e1d1d;
  line-height: 1.5;
  font-weight: 400;
}
img {
  display: block;
  width: 100%;
}
.content_wrap {
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans JP", sans-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: #1e1d1d;
  --primary-color: #2ebcad;
  --bg-color: #ffffff;
  --red-color: #ee0000;
  --accent-color: #ffff00;
  --roboto-font: "Roboto", sans-serif;
  --roboto-con-font: "Roboto Condensed", 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;
  }
  ul.text_list.annotation li {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }
}
/* js-fadeUp */
.js-fadeUp {
  transform: translateY(10px);
  opacity: 0;
  transition: all 1s;
}
.js-fadeUp.is-inview {
  transform: translateY(0);
  opacity: 1;
}
/*************
汎用
*************/
/* ボイストック枠 */
.VoiStock_btn {
  position: relative;
  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;
  }
}

/*==============================
# eight-jam
==============================*/
/* common */
.inner {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
  max-width: 730px;
  margin: 0 auto;
}

.bg-red {
  background-color: #560001;
  background-image: url(../img/bg01_sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-bottom: 56px;
}
@media (min-width: 751px) {
  .bg-red {
    background-image: url(../img/bg01_pc.webp);
  }
}

.slide-box {
  margin-top: 20px;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.slide-box__head {
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 10px 30px 10px 10px;
  background-color: #3b3939;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}
@media (min-width: 751px) {
  .slide-box__head {
    font-size: 15px;
    padding: 10px 32px;
    text-align: center;
  }
}

.slide-box__head.is-open {
  border-radius: 10px 10px 0 0;
}

.slide-box__head span {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media (min-width: 751px) {
  .slide-box__head span {
    right: 16px;
  }
}

.slide-box__head span::before,
.slide-box__head span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  background-color: #3b3939;
}

.slide-box__head span::before {
  width: 8px;
  height: 2px;
}

.slide-box__head span::after {
  width: 2px;
  height: 8px;
}

.slide-box__head.is-open span::after {
  transform: translate(-50%, -50%) rotate(-90deg);
}

.slide-box__body {
  box-sizing: border-box;
  border: 2px solid #3b3939;
  border-top: none;
  border-radius: 0 0 10px 10px;
  padding: 15px 15px 20px;
  display: none;
}

.slide-box__lead {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}

.slide-box__contents {
  overflow: hidden;
  position: relative;
}

.slide-box__contents-wrap {
  position: relative;
  margin-top: 15px;
  padding: 0 15px;
}
@media (min-width: 751px) {
  .slide-box__contents-wrap {
    padding: 0 36px;
  }
}

.slide-box .swiper-wrapper {
  align-items: stretch;
}

.slide-box__item {
  box-sizing: border-box;
  background-color: #eaeaea;
  border-radius: 4px;
  padding: 20px 22.8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto;
}
@media (min-width: 751px) {
  .slide-box__item {
    padding: 24px;
  }
}

.swiper-button-prev,
.swiper-button-next {
  height: 30px;
  width: 30px;
}

.swiper-button-prev {
  left: 0;
}
@media (min-width: 751px) {
  .swiper-button-prev {
    left: 20px;
  }
}

.swiper-button-next {
  right: 0;
}
@media (min-width: 751px) {
  .swiper-button-next {
    right: 20px;
  }
}

.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 30px;
  margin: auto;
  width: 30px;
}

.swiper-button-prev::after {
  background-image: url(../img/ico_prev.png);
}

.swiper-button-next::after {
  background-image: url(../img/ico_next.png);
}

.slide01__img {
  width: 100%;
}

.slide01__img img {
  width: 100%;
}

.slide01__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 5px;
}

.slide02__lead {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}

.slide02__title {
  margin-top: 5px;
  text-align: center;
}

.slide02__title span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 3px 8px;
  background-color: #b20810;
  border-radius: 9999px;
}

.slide02__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 5px;
}

.slide03__title {
  text-align: center;
}

.slide03__title span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 3px 8px;
  background-color: #b20810;
  border-radius: 9999px;
}

.slide03__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 5px;
}

.slide04__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}

.slide-box__note {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.slide-box__note li {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
}

.VoiStock__note {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
  color: #525252;
  margin-bottom: 16px;
}

.text_list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

ul.text_list.annotation li {
  font-size: 12px;
  line-height: 1.4;
}

.caution_acc .acc_btn {
  font-size: 13px;
  color: #b20810;
  background-color: #fff;
  border: 1px solid #b20810;
  padding: 2px 36px 2px 18px;
}

.caution_acc .acc_btn span {
  background-color: #b20810;
  width: 16px;
  height: 16px;
}

.acc_btn span::before,
.acc_btn span::after {
  background-color: #fff;
  width: 8px;
}

.caution_acc .acc_body {
  border: none;
  border-radius: 4px;
  background-color: #f7f7f7;
}

ul.text_list.annotation li a {
  color: #b20810 !important;
  font-weight: 700 !important;
}

@media (min-width: 751px) {
  .qr_wrap {
    box-sizing: border-box;
    max-width: 500px;
    border: none;
    padding: 21px 20px;
    border-radius: 10px;
    gap: 20px;
    background-image: url(../img/qr_bg01.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .slide-box__note li {
    font-size: 14px;
  }
}

@media (min-width: 751px) {
  .qr_wrap.wide {
    max-width: 600px;
    padding: 21px 26px;
    background-image: url(../img/qr_bg02.png);
  }
}

@media (min-width: 751px) {
  .qr_text_hd {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
    color: #b20810;
    line-height: 1.4;
    letter-spacing: 0.03em;
    background-color: #fff;
    padding: 3px 12px;
    border-radius: 9999px;
    text-align: center;
  }
}

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

@media (min-width: 751px) {
  .qr_text p {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
}

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

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

.privacy {
  margin-top: 24px;
}

.privacy__head {
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #b20810;
  padding: 10px 28px 10px 10px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  border: 1px solid #b20810;
}
@media (min-width: 751px) {
  .privacy__head {
    font-size: 15px;
    padding: 10px 28px;
    text-align: center;
  }
}

.privacy__head span {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 16px;
  height: 16px;
  background-color: #b20810;
  border-radius: 50%;
  transform: translateY(-50%);
}

.privacy__head span::before,
.privacy__head span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  background-color: #fff;
}

.privacy__head span::before {
  width: 8px;
  height: 2px;
}

.privacy__head span::after {
  width: 2px;
  height: 8px;
}

.privacy__head.is-open span::after {
  transform: translate(-50%, -50%) rotate(-90deg);
}

.privacy__body {
  margin-top: 16px;
  display: none;
}

.privacy__text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

.privacy__text a {
  text-decoration: underline;
  color: #b20810;
}

/* mv */
.mv__img {
  width: 100%;
}

.mv__img img {
  width: 100%;
}

.mv-schedule {
  background-color: #560001;
  border-top: 1px solid #efdd7d;
  border-bottom: 1px solid #efdd7d;
}

.mv-schedule__inner {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 16px 0;
}

.mv-schedule__txt {
  width: 100%;
  max-width: 302px;
  margin: 0 auto;
}
@media (min-width: 751px) {
  .mv-schedule__txt {
    max-width: 429px;
  }
}

/* links */
.links {
}

.links__inner {
  padding-top: 32px;
}

.links__lead {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
}
@media (min-width: 751px) {
  .privacy__text {
    font-size: 14px;
    line-height: 1.6;
  }
  .links__lead {
    font-size: 16px;
  }
}

.links__title {
  margin-top: 32px;
  text-align: center;
}
@media (min-width: 751px) {
  .links__title {
    margin-top: 48px;
  }
}

.links__title span {
  display: inline-block;
  font-family: var(--roboto-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  line-height: 0.05;
  color: #fff;
  padding: 0 35px;
  position: relative;
}
@media (min-width: 751px) {
  .links__title span {
    font-size: 20px;
  }
}

.links__title span::before,
.links__title span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 1px;
  background-color: #fff;
}

.links__title span::before {
  left: 0;
}

.links__title span::after {
  right: 0;
}

.links__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 11px;
  margin-top: 16px;
}

.links__item {
  width: calc(50% - 11px / 2);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}
.links__item.links__item__info {
  width: 100%;
}
@media (min-width: 751px) {
  .links__item {
    width: calc(33% - 11px * 3 / 3);
  }
  .links__item.links__item__info {
    width: calc(51.5% - 11px * 3 / 4 * 2);
  }
}

.links__item img {
  width: 100%;
  transition: all 0.3s;
}
.links__item img:hover {
  opacity: 0.7;
}

/* talk */
.talk {
  padding-top: 48px;
  overflow: hidden;
}
@media (min-width: 751px) {
  .talk {
    padding-top: 64px;
  }
}

.talk__title {
  width: 100%;
  max-width: 345px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  mix-blend-mode: screen;
}
@media (min-width: 751px) {
  .talk__title {
    max-width: 420px;
  }
}

.talk__title::before,
.talk__title::after {
  content: "";
  position: absolute;
  width: 210px;
  height: 175px;
  top: -40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
@media (min-width: 751px) {
  .talk__title::before,
  .talk__title::after {
    top: -35px;
  }
}

.talk__title::before {
  background-image: url(../img/prizm01.png);
  left: -60px;
}
@media (min-width: 751px) {
  .talk__title::before {
    background-image: url(../img/prizm01.png);
    left: -120px;
  }
}

.talk__title::after {
  background-image: url(../img/prizm02.png);
  right: -48px;
}
@media (min-width: 751px) {
  .talk__title::after {
    background-image: url(../img/prizm02.png);
    right: -113px;
  }
}

.talk__title img {
  width: 100%;
}

.talk-schedule {
  /* background-color: #560001;
  border-top: 1px solid #efdd7d;
  border-bottom: 1px solid #efdd7d; */
  margin-top: 20px;
}
@media (min-width: 751px) {
  .talk-schedule {
    margin-top: 24px;
  }
}

.talk-schedule__inner {
  /* background-color: rgba(0, 0, 0, 0.4); */
  padding: 8px 0;
}
@media (min-width: 751px) {
  .talk-schedule__inner {
    padding: 16px 0;
  }
}

.talk-schedule__txt {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
}
@media (min-width: 751px) {
  .talk-schedule__txt {
    max-width: 420px;
  }
}

.talk__contents {
  margin-top: 20px;
}

.talk__lead {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
}
@media (min-width: 751px) {
  .talk__lead {
    font-size: 16px;
  }
}

.talk__box {
  margin-top: 24px;
  padding: 32px 16px;
  border-radius: 10px;
  background-color: #fff;
}
@media (min-width: 751px) {
  .talk__box {
    margin-top: 32px;
    padding: 48px;
  }
}

.talk__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 420px;
  margin-inline: auto;
}
@media (min-width: 751px) {
  .talk__list {
    max-width: 330px;
    margin: 0 auto;
  }
}

.talk__item {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  gap: 4px;
}

.talk__tag {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 1px 9px;
  background-color: #b20810;
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
  flex-shrink: 0;
}
@media (min-width: 751px) {
  .talk__tag {
    font-size: 16px;
  }
}

.talk__day {
  font-family: var(--roboto-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (min-width: 751px) {
  .talk__day {
    font-size: 18px;
  }
}

.talk__day .week {
  font-size: 12px;
  margin-left: 2px;
}

.talk__day .bar {
  margin: 0 4px;
}
@media (min-width: 751px) {
  .talk__day .bar {
    font-size: 16px;
  }
}

.talk .slide-box {
  margin-top: 20px;
}

/* campaign */
.campaign {
  padding-top: 48px;
  overflow: hidden;
}
@media (min-width: 751px) {
  .campaign {
    padding-top: 64px;
  }
}

.campaign__title {
  width: 100%;
  max-width: 345px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  mix-blend-mode: screen;
}
@media (min-width: 751px) {
  .campaign__title {
    max-width: 420px;
  }
}

.campaign__title::before,
.campaign__title::after {
  content: "";
  position: absolute;
  width: 210px;
  height: 175px;
  top: -40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
@media (min-width: 751px) {
  .campaign__title::before,
  .campaign__title::after {
    top: -26px;
  }
}

.campaign__title::before {
  background-image: url(../img/prizm01.png);
  left: -76px;
}
@media (min-width: 751px) {
  .campaign__title::before {
    background-image: url(../img/prizm01.png);
    left: -131px;
  }
}

.campaign__title::after {
  background-image: url(../img/prizm02.png);
  right: -63px;
}
@media (min-width: 751px) {
  .campaign__title::after {
    background-image: url(../img/prizm02.png);
    right: -136px;
  }
}

.campaign__title img {
  width: 100%;
}

.campaign-schedule {
  /* background-color: #560001;
  border-top: 1px solid #efdd7d;
  border-bottom: 1px solid #efdd7d; */
  margin-top: 20px;
}
@media (min-width: 751px) {
  .campaign-schedule {
    margin-top: 24px;
  }
}

.campaign-schedule__inner {
  /* background-color: rgba(0, 0, 0, 0.4); */
  padding: 8px 0;
}
@media (min-width: 751px) {
  .campaign-schedule__inner {
    padding: 16px 0;
  }
}

.campaign-schedule__txt {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
}
@media (min-width: 751px) {
  .campaign-schedule__txt {
    max-width: 420px;
  }
}

.campaign__contents {
  margin-top: 20px;
}

.campaign__lead {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
}
@media (min-width: 751px) {
  .campaign__lead {
    font-size: 16px;
  }
}

.campaign__box {
  padding: 32px 16px;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 24px;
}
@media (min-width: 751px) {
  .campaign__box {
    margin-top: 32px;
    padding: 48px;
  }
}

.campaign__box + .campaign__box {
  margin-top: 24px;
}

.campaign-heading {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.campaign-box01 .campaign-heading {
  max-width: 275px;
}
@media (min-width: 751px) {
  .campaign-box01 .campaign-heading {
    max-width: 455px;
  }
}

.campaign-box02 .campaign-heading {
  max-width: 315px;
}
@media (min-width: 751px) {
  .campaign-box02 .campaign-heading {
    max-width: 410px;
  }
}

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

.campaign-heading::before {
  width: 49px;
  height: 36px;
  background-image: url(../img/ico_star.png);
}

.campaign-heading::after {
  width: 39px;
  height: 41px;
  background-image: url(../img/ico_note.png);
}

.campaign-box01 .campaign-heading::before {
  top: -3px;
  left: -5px;
}

.campaign-box01 .campaign-heading::after {
  top: -16px;
  right: -10px;
}

.campaign-box02 .campaign-heading::before {
  top: 16px;
  left: 13px;
}

.campaign-box02 .campaign-heading::after {
  top: 12px;
  right: 12px;
}
@media (min-width: 751px) {
  .campaign-box02 .campaign-heading::after {
    top: 16px;
    right: 37px;
  }
}

.campaign-heading__tag {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  padding: 1px 13px;
  background-color: #b20810;
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
}
@media (min-width: 751px) {
  .campaign-heading__tag {
    font-size: 20px;
  }
}

.campaign-heading__tag span {
  font-family: var(--roboto-font);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-left: 8px;
}
@media (min-width: 751px) {
  .campaign-heading__tag span {
    font-size: 22px;
  }
}

.campaign-heading__title {
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #b20810;
  background: linear-gradient(transparent 65%, #fcfabc 0%);
  margin-top: 8px;
}
.campaign-heading__title_ss {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #b20810;
  display: block;
  background: none;
  margin-top: 8px;
}
.campaign-heading__title_ss + .campaign-heading__title {
  margin-top: 0;
}
@media (min-width: 751px) {
  .campaign-heading__title {
    font-size: 30px;
    display: inline;
    letter-spacing: 0;
  }
  .campaign-heading__title + .campaign-heading__title {
    margin-left: -0.2rem;
  }
  .campaign-heading__title_ss {
    font-size: 24px;
  }
}

.campaign-box01 .campaign-heading__title,
.campaign-box02 .campaign-heading__title {
  font-size: 26px;
}
@media (min-width: 751px) {
  .campaign-box01 .campaign-heading__title,
  .campaign-box02 .campaign-heading__title {
    font-size: 30px;
  }
}

.campaign-box01 .campaign-heading__title + .campaign-heading__title,
.campaign-box02 .campaign-heading__title + .campaign-heading__title {
  margin-top: 0;
}

.campaign-heading__sub {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #b20810;
  margin-top: 4px;
}
@media (min-width: 751px) {
  .campaign-heading__sub {
    font-size: 16px;
  }
}

.campaign-box01__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 16px;
}
@media (min-width: 751px) {
  .campaign-box01__text {
    font-size: 15px;
  }
}

.campaign-box01__note {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  margin-top: 4px;
}

.campaign-box01-images {
  width: 100%;
  max-width: 313px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 751px) {
  .campaign-box01-images {
    max-width: 420px;
  }
}

.campaign-box01-images__img {
  width: 100%;
}

.campaign-box01-images__img img {
  width: 100%;
}

.campaign-box01-images__note {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  margin-top: 8px;
}

.campaign__annotation {
  margin-top: 24px;
}

.campaign-box02__text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 16px;
}
@media (min-width: 751px) {
  .campaign-box02__text {
    font-size: 15px;
    width: 380px;
    margin-inline: auto;
  }
}

.campaign-box02-images {
  width: 100%;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  position: relative;
}
@media (min-width: 751px) {
  .campaign-box02-images {
    max-width: 380px;
  }
}

.campaign-box02-images__img {
  width: 100%;
}

.campaign-box02-images__img img {
  width: 100%;
}

.campaign-box02-images__tag {
  width: 77px;
  position: absolute;
  top: -5px;
  right: -24px;
}
@media (min-width: 751px) {
}

.campaign-box02-images__note {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  text-align: right;
}

/* event */
.event {
  background-image: url(../img/event_bg-sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  overflow: hidden;
  isolation: isolate;
}
@media (min-width: 751px) {
  .event {
    background-image: url(../img/event_bg-pc.png);
  }
}

.event__inner {
  padding-top: 48px;
  padding-bottom: 52px;
}
@media (min-width: 751px) {
  .event__inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

.information__title {
  width: 100%;
  max-width: 316px;
  margin: 0 auto;
  position: relative;
}
.event__title {
  width: 100%;
  max-width: 149px;
  margin: 32px auto 0;
  position: relative;
}
@media (min-width: 751px) {
  .information__title {
    max-width: 366px;
  }
  .event__title {
    max-width: 155px;
    margin-top: 40px;
  }
}

.event__title picture {
  position: relative;
  z-index: 2;
}

.event__inner {
  position: relative;
}
#information .event__inner::before {
  content: "";
  width: 522px;
  height: 121px;
  background-image: url(../img/hikari.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -2px;
  left: 55%;
  transform: translateX(-50%);
  z-index: 0;
  mix-blend-mode: color-dodge;
}
@media (min-width: 751px) {
  #event .event__inner::before {
    top: 10px;
    left: 53%;
  }
  #information .event__inner::before {
    top: 8px;
  }
}

.event__img {
  width: 100%;
  max-width: 300px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 751px) {
  .event__img {
    max-width: 420px;
  }
}

.event-box {
  background-color: #fff;
  padding: 32px 16px;
  border-radius: 10px;
  margin-top: 16px;
}
@media (min-width: 751px) {
  .event-box {
    padding: 48px;
  }
}

.event-box__head {
  font-family: var(--roboto-con-font);
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.05em;
}
@media (min-width: 751px) {
  .event-box__head {
    font-size: 26px;
  }
}

.event-box__head span {
  text-decoration: underline;
}

.event-box__desc {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.event-box__item {
}

.event-box__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  padding: 1px 0;
  background-color: #b20810;
  clip-path: polygon(2% 0, 100% 0, 98% 100%, 0% 100%);
}
@media (min-width: 751px) {
  .event-box__title {
    font-size: 16px;
    clip-path: polygon(1% 0, 100% 0, 99% 100%, 0% 100%);
  }
}

.event-box__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 8px;
}

.event-box-day {
  margin-top: 10px;
}

.event-box-day__item {
  padding-left: 56px;
  position: relative;
}

.event-box-day__item + .event-box-day__item {
  margin-top: 24px;
}
@media (min-width: 751px) {
  .event-box-day__item + .event-box-day__item {
    margin-top: 32px;
  }
}

.event-box-day__img {
  width: 72px;
  position: absolute;
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
}
@media (min-width: 751px) {
  .event-box-day__img {
    width: 80px;
  }
}

.event-box-day__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (min-width: 751px) {
  .event-box-day__text {
    font-size: 18px;
  }
}

.event-official {
  margin-top: 32px;
}

.event-official__title {
  text-align: center;
}

.event-official__title span {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 0 21px;
  position: relative;
}

.event-official__title span::before,
.event-official__title span::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0;
  width: 11px;
  height: 39px;
}

.event-official__title span::before {
  background-image: url(../img/event_deco01.png);
  left: 0;
}

.event-official__title span::after {
  background-image: url(../img/event_deco02.png);
  right: 0;
}

.event-official__img {
  width: 100%;
  max-width: 300px;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 751px) {
  .event-official__img {
    max-width: 420px;
  }
}

.event-official__img img {
  width: 100%;
  transition: all 0.3s;
}
.event-official__img img:hover {
  opacity: 0.7;
}

.event-official__note {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  margin-top: 8px;
}

/* others */
.others {
  background-color: #f1efea;
}

.others__inner {
  padding-top: 48px;
  padding-bottom: 52px;
}
@media (min-width: 751px) {
  .others__inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

.others__title {
  width: 100%;
  max-width: 168px;
  margin: 0 auto;
}
@media (min-width: 751px) {
  .others__title {
    max-width: 175px;
  }
}

.others-box {
  background-color: #fff;
  padding: 32px 16px;
  border-radius: 10px;
  margin-top: 32px;
}
@media (min-width: 751px) {
  .others-box {
    padding: 48px;
  }
}

.others-box__items {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.others-box__item {
}

.others-box__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  padding: 1px 0;
  background-color: #b20810;
  clip-path: polygon(2% 0, 100% 0, 98% 100%, 0% 100%);
}
@media (min-width: 751px) {
  .others-box__title {
    font-size: 16px;
    clip-path: polygon(1% 0, 100% 0, 99% 100%, 0% 100%);
  }
}

.others-box__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 8px;
}

.others-box__note {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  margin-top: 8px;
}

.others-link {
  margin-top: 24px;
}

.others-link__title {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}

.others-link__img {
  width: 100%;
  max-width: 345px;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 751px) {
  .others-link__img {
    max-width: 420px;
  }
}

.others-link__img img {
  width: 100%;
  transition: all 0.3s;
}
.others-link__img img:hover {
  opacity: 0.7;
}

.others-link__note {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  margin-top: 8px;
}

.profile {
  background-color: #1e1d1d;
  margin-top: 32px;
}

.profile__inner {
  padding: 32px 16px;
}
@media (min-width: 751px) {
  .profile__inner {
    padding: 48px;
  }
}

.profile__title {
  font-family: var(--roboto-con-font);
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.05em;
  color: #fff;
}
@media (min-width: 751px) {
  .profile__title {
    font-size: 26px;
  }
}

.profile__title span {
  text-decoration: underline;
}

.profile__img {
  width: 100%;
  max-width: 260px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}

.profile_text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  margin-top: 24px;
}

.profile__btn {
  margin-top: 24px;
  text-align: center;
}

.profile__btn a {
  display: inline-block;
  width: 100%;
  max-width: 313px;
}
@media (min-width: 751px) {
  .profile__btn a {
    max-width: 604px;
  }
}

.profile__btn img {
  width: 100%;
  transition: all 0.3s;
}
.profile__btn img:hover {
  opacity: 0.7;
}

.profile__note {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  margin-top: 8px;
}

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

.VoiStock_btn p.comingSoon {
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  font-weight: bold;
  font-size: 30px;
  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;
}

.back_to_top {
  position: fixed;
  right: 8px;
  bottom: 8px;
  width: 70px;
  transition: all 0.5s;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
}
.back_to_top.show {
  display: block;
  pointer-events: auto;
  opacity: 1;
}
@media (min-width: 751px) {
  .back_to_top {
    right: 20px;
    bottom: 20px;
    width: 86px;
  }
  .back_to_top:hover {
    opacity: 0.7;
    transform: translateY(-5px);
  }
}
