@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Luckiest+Guy&family=Noto+Sans+JP:wght@100..900&display=swap");

.fontLuckiestGuy {
  font-family: "Luckiest Guy", cursive;
}

/*------------------------------------*/

/*************
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;
}
/*アキ*/
.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: 11px;
}
@media (min-width: 751px) {
  .red_box {
    font-size: 22px;
  }
  .pc_center {
    text-align: center;
  }
}
/* js-fadeUp */
.js-fadeUp {
  transform: translateY(10px);
  opacity: 0;
  transition: all 1s;
}
.js-fadeUp.is-inview {
  transform: translateY(0);
  opacity: 1;
}
/*************
汎用
*************/
/* ボイストック枠 */
.VoiStock_btn {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 32px auto 16px;
}
.VoiStock_btn.comingSoon {
  pointer-events: none;
}
.qr_wrap {
  display: none;
}
@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: #333333;
  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: #333333;
  color: #fff;
}
.caution_acc .acc_btn span {
  right: 10px;
}
.caution_acc .acc_body {
  padding: 10px;
  /*border-radius: 8px;*/
  border-radius: 0px;
  margin-top: 16px;
  /*border: 2px solid var(--primary-color);*/
  background-color: #ffffff;
}
.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;
  }
}

/*------------------------------
2026/03/04
-------------------------------*/

.weightM {
  font-weight: 500;
}
.weightB {
  font-weight: bold;
}
.weightBlack {
  font-weight: 900;
}

.mb15 {
  margin-bottom: 15px;
}

/*----------------*/

.mainBlock01 {
  background-color: #333333;
  padding: 20px 0px 28px;
}

.mainvisual01 {
  background-color: #ffffff;
}
.mainvisual01 img {
  width: 100%;
  height: auto;
}
.mainBox01 {
  padding-top: 20px;
}
.contPd_0_15 {
  padding-left: 15px;
  padding-right: 15px;
}
.mainLogo01 {
  margin-bottom: 14px;
}

.dayBlock {
  position: relative;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 6px;
  border: 1px solid #555555;
  background-color: #ffffff;
}
.dayBlock::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #555555;
  position: absolute;
  left: 0px;
  top: 0px;
}
.dayBlock::after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #555555;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.dayBlock.colWhite {
  background-color: transparent;
  border: 1px solid #ffffff;
}

.dayBlock.colWhite::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #ffffff;
  position: absolute;
  left: 0px;
  top: 0px;
}
.dayBlock.colWhite::after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #ffffff;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.dayBlock.dayBlockNum {
  padding-left: 33px;
  margin-top: 8px;
}
.dayBlock.dayBlockNum::before {
  display: none;
}

.dayBlock p {
  display: inline-block;
  font-size: 16px;
  line-height: 1em;
}
.dayAr01 {
  display: inline-block;
  margin: 0px 4px;
}
.dayAr01 img {
  width: 17px;
  height: auto;
}
.colWhite {
  color: #ffffff;
}
.mainBox01 .text35_10_n {
  font-size: 35px;
}
.text35_10_n {
  font-size: 30px;
  line-height: 1em;
  margin-top: 0.5rem;
  display: inline-block;
}

.mainBlock02 {
  position: relative;
  background-image: url("../img/cont_bg01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 75px;
  text-align: center;
  color: #ffffff;
}
.mainBlock02::before {
  content: "";
  background-image: url("../img/cont_bg01_top01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.mainBlock02::after {
  content: "";
  background-image: url("../img/cont_bg01_bot01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.text15_16_n {
  font-size: 15px;
  line-height: 1.6em;
}
.colYel01 {
  color: #f7ff36;
  font-weight: bold;
}
.text16_16_n {
  font-size: 16px;
  line-height: 1.6em;
}

.ancNaviWrap01 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.ancNaviWrap01 li {
  margin-bottom: -7px;
}

/*---------------------*/

.contBlock01 {
  background-color: #f5f5f5;
  position: relative;
  padding-top: 34px;
  padding-bottom: 56px;
}
.blockDeco01 {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.contH201 {
  margin-bottom: 13px;
}

.posiRe {
  position: relative;
}
.colRed01 {
  color: #e80036;
}
.alc {
  text-align: center;
}
.contPd_0_30 {
  padding-left: 30px;
  padding-right: 30px;
}
.contH301 {
  background-image: url("../img/cont_tit_bg01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  width: calc(100% - 15px);
  display: flex;
  align-items: center;
  padding: 5px 18px 5px 15px;
  height: 40px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 900;
  margin-bottom: 15px;
}
.contH301 .s01 {
  font-size: 54%;
  margin-right: 8px;
}

.contBox01 {
  margin: 20px auto;
}
.dayBlock p.dayNum01 {
  background-color: #f7ff36;
  padding: 2px 12px;
  font-size: 20px;
  line-height: 1.3em;
  position: absolute;
  left: -8px;
  top: 11px;
}

/*----------------------------*/
/* STEP */
.step_acc .acc_btn {
  padding: 4px 10px;
  box-sizing: border-box;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333333;
  color: #fff;
  border: #000 1px solid;
  width: unset;
  text-align: center;
  border-radius: 8px 8px 8px 8px;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: bold;
}
.step_acc .acc_btn.open {
  border-radius: 8px 8px 0px 0px;
}

.schedule__block .acc_btn {
  padding: 0.6rem 2rem 0.6rem 2rem;
  background-color: #fff;
  color: #000;
  border: 0;
  width: unset;
  text-align: center;
  font-weight: 700;
  border-radius: 30rem;
  font-size: 2.2rem;
  margin-top: 1.6rem;
}

.schedule__block .acc_btn span {
  position: absolute;
  background-color: var(--primary-color);
  height: 2rem;
  width: 2rem;
  border-radius: 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.schedule__block .acc_btn span::before,
.schedule__block .acc_btn span::after {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 1.2rem;
  height: 0.2rem;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transition: transform 0.3s;
}
.schedule__block .acc_btn span::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.schedule__block .acc_btn.open span::before {
  transform: translate(-50%, -50%);
}
.schedule__block .acc_btn span {
  right: 10px;
}

/*----------------------------*/

/* splide */

.splide {
  position: relative; /* ここで基準にする */
  margin-top: 8px;
}

/* 矢印を絶対配置でリストの上に重ねる */
.splide__arrow {
  position: absolute;
  top: 50%; /* 縦中央 */
  transform: translateY(-50%); /* 上下補正 */
  background: none;
  border: none;
  padding: 0;
  width: auto;
  height: auto;
  z-index: 10; /* スライドの上に表示 */
}

/* 左右の位置 */
.splide__arrow--prev {
  left: 0; /* 左端 */
}

.splide__arrow--next {
  right: 0; /* 右端 */
}

/* 画像だけ表示 */
.splide__arrow img {
  display: block;
  width: 7.73vw; /* お好みで調整 */
  height: auto;
}

/* ページネーションリセット */
.splide__pagination {
  all: unset;
  display: flex !important; /* 強制表示 */
  justify-content: center;
  gap: 8px;
  position: absolute;
  bottom: -18px;
  width: 100%;
}
.splide__pagination__page {
  all: unset;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e5e5e5;
}
.splide__pagination__page.is-active {
  background: #000;
}

/* スライド自体をフレックスコンテナに */
.splide__slide {
  display: flex; /* フレックス化 */
  flex-direction: column; /* 上下方向 */
  justify-content: center; /* 縦中央 */
  align-items: center; /* 横中央 */
  text-align: center; /* テキスト中央寄せ */
  box-sizing: border-box;
  height: 146px;
  background-color: #f5f6f7;
  border-radius: 10px;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
  width: 90%;
  margin: 0 auto;
}

#Promotion .splide__track {
  width: 100%;
}
#Promotion .splide__slide {
  background-color: unset;
  padding: 1rem 0 0.8rem;
  border-radius: 0;
  font-size: 1.5rem;
}
/* 左右の位置 */
#Promotion .splide__arrow--prev {
  left: -1rem; /* 左端 */
}

#Promotion .splide__arrow--next {
  right: -1rem; /* 右端 */
}

/*-------------------------------------*/

.howto_wrap__heading {
  text-align: center;
  margin: 10px auto;
}
.howto_wrap__heading img {
  width: 46px;
  height: auto;
  margin: auto;
}

.step_acc .acc_body {
  border: #000 1px solid;
  margin-top: -0.1rem;
  padding: 14px 10px 34px;
  border-radius: 0px 0px 8px 8px;
  background-color: #ffffff;
}
.text14_14_n {
  font-size: 14px;
  line-height: 1.4em;
}
.howto_wrap_btn {
  width: 180px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.Plate__bk {
  background-color: #e80036;
  border-radius: 24rem;
  color: #fff;
  padding: 0.2rem 0.8rem;
  margin: 8px auto;
}
.aori__txt {
  display: flex;
  justify-content: center;
  align-items: center;
}

.aori__txt::before,
.aori__txt::after {
  width: 2px;
  height: 20px;
  background-color: #000;
  content: "";
}

.aori__txt::before {
  transform: rotate(-35deg);
  margin-right: 24px;
}

.aori__txt::after {
  transform: rotate(35deg);
  margin-left: 24px;
}

.contTextBox01 {
  background-color: #ffffff;
  padding: 15px;
  font-size: 11px;
  line-height: 1.3em;
  margin: 10px auto;
}
.fsSm10 {
  font-size: 10px;
}
.contUl01 li {
  text-indent: -1em;
  padding-left: 1em;
  margin: 4px 0px;
}
.mb25 {
  margin-bottom: 25px;
}

/*----------------------*/

.contTit01 {
  border: 1px solid #ef2d48;
  padding: 4px;
  color: #ef2d48;
  font-size: 13px;
  line-height: 1.35em;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
.contBox02 {
  background-color: #ffffff;
  border: 1px solid #555555;
  padding: 30px 15px 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 0px;
  text-align: center;
}
.contBox02 .box01 {
  width: 100%;
}

.contH302 {
  background-image: url("../img/cont02_tit_bg01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 2px 15px;
  height: 25px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 900;
  margin-bottom: 10px;
}

.contImgWrap01 {
  position: relative;
  width: 75.33vw;
  margin: auto;
}
.contBadge01 {
  background-color: #333333;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  padding: 4px 4px 6px;
  color: #ffffff;
  font-weight: bold;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  right: -10px;
  bottom: 0px;
}
.contBadge01 .s01 {
  display: block;
  font-size: 20px;
  line-height: 1em;
}
.contBadge01 .s02 {
  display: block;
  font-size: 12px;
  line-height: 1.1em;
}
.contCyusyaku01 {
  width: 100%;
  font-size: 10px;
  line-height: 1.6em;
  text-align: center;
  color: #888888;
}

/*---------------------*/

.contBlock02 {
  background-color: #f5f5f5;
  position: relative;
  padding-bottom: 56px;
}
.contBlock02 .blockDeco01 {
  top: -40px;
}

.contH401 {
  background-color: #dddddd;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  padding: 2px 15px 3px;
  font-size: 14px;
  line-height: 1.25em;
  font-weight: bold;
  margin-bottom: 8px;
}
.text11_15_n {
  font-size: 11px;
  line-height: 1.5em;
}

/*---------------------*/

.contBlock03 {
  background-image: url("../img/cont_bg02.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding-top: 80px;
  padding-bottom: 56px;
}
.contBlock03::before {
  content: "";
  background-image: url("../img/cont_bg02_top01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.contBlock03 .blockDeco01 {
  top: 20px;
}

.contH303 {
  text-align: center;
  margin-bottom: 15px;
}
.contH303 img {
  width: auto;
  height: 35px;
  margin: auto;
}
.text22_12_n {
  font-size: 22px;
  line-height: 1.2em;
}

.contBox03 {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #555555;
  padding: 24px 15px;
  margin-top: 20px;
  text-align: center;
}
.contBox03::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #555555;
  position: absolute;
  top: 0px;
  left: 0px;
}
.contBox03::after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #555555;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.contBox03 .text11_15_n {
  margin-top: 0.5rem;
}

.contText01 {
  font-size: 20px;
  line-height: 1em;
  font-weight: 600;
  margin-bottom: 5px;
}
.contText01 .s01 {
  background-image: url("../img/text_line01.png");
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: auto 8px;
}
.contBtn01 {
  margin-top: 16px;
}
.btnCyusyaku01 {
  color: #ffffff;
  font-size: 11px;
  line-height: 1.6em;
  text-align: center;
  margin-top: 7px;
}
.mb55 {
  margin-bottom: 55px;
}

@media (min-width: 751px) {
  .content_wrap {
    background-image: url("../img/bg_pc.jpg");
    background-repeat: repeat;
    background-position: center top;
  }

  .blockPc01 {
    width: 726px;
    margin: auto;
  }

  .mainvisual01 img {
    width: 420px;
    height: auto;
    margin: auto;
  }
  .mainBlock01 {
    padding: 35px 0px 28px;
  }
  .mainLogo01 {
    width: 518px;
    margin-left: auto;
    margin-right: auto;
  }
  .dayBlock {
    width: 380px;
    margin-left: auto;
    margin-right: auto;
  }

  .mainBlock02 {
    background-image: url("../img/cont_bg01.png");
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .mainBlock02::before {
    background-image: url("../img/cont_bg01_top01_pc.png");
    height: 80px;
  }
  .mainBlock02::after {
    background-image: url("../img/cont_bg01_bot01_pc.png");
    height: 80px;
  }
  .ancNaviWrap01 {
    margin-top: 30px;
    justify-content: center;
    gap: 5px;
  }
  .ancNaviWrap01 li {
    margin-bottom: -7px;
    width: 328px;
  }

  .contH201 {
    text-align: center;
  }
  .contH201 img {
    width: 420px;
    margin: auto;
  }
  .contH301 {
    background-image: url("../img/cont_tit_bg01_pc.png");
    width: calc(100% - 15px);
    padding: 5px 18px 5px 50px;
    height: 50px;
    font-size: 20px;
  }
  .dayBlock p {
    font-size: 20px;
    line-height: 1em;
  }

  .contBox01 .dayBlock.dayBlockNum {
    width: 360px;
  }
  .contBox01 .dayBlock.dayBlockNum:nth-child(1) {
    margin-left: 130px;
  }
  .contBox01 .dayBlock.dayBlockNum:nth-child(3) {
    margin-right: 130px;
  }
  .step_acc .acc_btn {
    height: 60px;
    font-size: 18px;
  }
  .howto_wrap__heading img {
    width: 50px;
  }
  .splide__arrow img {
    display: block;
    width: 30px;
    height: auto;
  }
  .step_acc .acc_body {
    padding: 14px 88px 34px;
  }
  .contPd_0_15 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .contPd_0_15 .text16_16_n {
    font-size: 20px;
  }
  .contPd_0_15 .text22_12_n.colYel01 {
    font-size: 28px;
  }

  /*------------------*/

  .qr_text_hd {
    font-weight: bold;
    margin-bottom: 6px;
    font-size: 20px;
    color: #fff;
    background-color: transparent;
    padding: 0px;
    border-radius: 0px;
    text-align: center;
  }
  .qr_wrap {
    border: none;
    max-width: 480px;
    background-image: url("../img/cont_qr_box_bg01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    color: #ffffff;
  }
  .qr_img {
    width: 100px;
    position: relative;
    padding: 0px;
    border: none;
    border-radius: 8px;
    background-color: transparent;
  }
  .blockDeco01 {
    top: -10px;
  }
  .contBlock02 .blockDeco01 {
    top: -78px;
    z-index: 0;
  }

  .caution_acc {
    position: relative;
    z-index: 1;
  }
  .contImgWrap01 {
    position: relative;
    width: 380px;
    margin: auto;
  }
  .contH302 {
    background-image: url("../img/cont02_tit_bg01_pc.png");
    padding: 2px 15px;
    height: 32px;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .splide__arrow--prev {
    left: 8px;
  }

  .splide__arrow--next {
    right: 8px;
  }

  .contBlock03::before {
    content: "";
    background-image: url("../img/cont_bg02_top01_pc.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0px;
    left: 0px;
  }

  .imgPc01 {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
  .contBox03 {
    width: 362px;
    margin-left: auto;
    margin-right: auto;
  }
  .contBox03 .contText01 .s01 {
    font-size: 24px;
  }
  .contBtn01 {
    margin-top: 38px;
    margin-left: auto;
    margin-right: auto;
    width: 450px;
  }
  .contTit01 {
    width: 55%;
    margin-inline: auto;
  }
  .contH303 img {
    height: 40px;
  }
  .mainBox01 .text35_10_n,
  .contPd_0_30 .text35_10_n {
    font-size: 38px;
    margin-top: 0.8rem;
  }
  .mainBlock02 .text15_16_n {
    font-size: 16px;
  }
  .mainBlock02 .text16_16_n {
    font-size: 17px;
  }
  .contPd_0_15 .text14_14_n {
    font-size: 16px;
    font-weight: bold;
  }
  .contPd_0_15 .howto_wrap_btn {
    width: 250px;
  }
  .splide__slide {
    height: 180px;
  }
  .ancNaviWrap01 li a:hover img {
    transform: scale(1.05, 1.05);
  }

  .ancNaviWrap01 li a img {
    transition: all 0.3s;
  }
}

/*---*/

.VoiStock_btn p.comingSoon {
  background: rgba(56, 18, 36, 0.8);
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  max-width: 400px;
  transform: translate(-50%, -50%);
  border-radius: 100vmax;
}
