@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;500;600;700&family=Noto+Sans+JP:wght@100..900&display=swap");

/*************
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", 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: #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: 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 {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 15px auto 8px;
}
.VoiStock_btn.comingSoon {
  pointer-events: none;
}
.qr_wrap {
  display: none;
}
@media (min-width: 751px) {
  .qr_wrap {
    padding: 16px;
    margin: 32px auto 16px;
    border: 1px solid #000000;
    display: flex;
    gap: 16px;
    border-radius: 16px;
    max-width: 520px;
    align-items: center;
    background-image: url("../img/cont01_btn01_bg01_pc.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
  }
  .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: 16px;
    /*color: #FFF;*/
    background-color: #fcf9ac;
    padding: 4px 12px;
    border-radius: 40px;
    text-align: center;
    border: 1px solid #000;
  }
  .qr_text p {
    text-align: left;
    font-size: 13px;
  }
  .qr_img {
    width: 100px;
    position: relative;
    padding: 4px;
    border: 1px solid #000000;
    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-size: 13px;
  font-weight: bold;
  width: fit-content;
  margin: 16px auto 0;
  color: var(--text-color);
  position: relative;
  padding-right: 28px;
  cursor: pointer;
  transition: all 0.3s;
}
.acc_btn span {
  position: absolute;
  background-color: #ff8be3;
  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: #ffffff;
  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: transparent;
  /*color: #FFF;*/
  border: 1px solid #000000;
}
.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);*/
  background-color: #f9eeff;
}
.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;
  }
}

/************************************************************
  JR東海-推し旅　MBSアイドルパークpart1（私立恵比寿中学 篇）
************************************************************/

.fontIBM {
  font-family: "IBM Plex Sans JP", sans-serif;
}

.pageBody {
  background-color: #a2ddfa;
}

.weightM {
  font-weight: 500;
}
.weightSB {
  font-weight: 600;
}
.weightB {
  font-weight: bold;
}

.colPink01 {
  color: #f541c9;
}

.posiRe {
  display: block;
  position: relative;
}

@media (min-width: 751px) {
  a.hover:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition-duration: 0.3s;
  }

  #mainVisual {
    /* background-image: url("../img/main_bg01_pc.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1300px auto; */
    text-align: center;
    padding-top: 115px;
  }
  #mainVisual::after {
    content: "";
    background-image: url(../img/main_bg01_pc.png);
    background-repeat: no-repeat;
    background-size: 1300px auto;
    position: absolute;
    top: 0;
    width: 1300px;
    height: 193px;
    transform: translateX(-50%);
    left: 50%;
    animation: tonton 5s ease-in-out infinite alternate;
  }
  #mainVisual img.pc {
    width: 940px;
    height: auto;
    margin: auto;
  }

  .contBlock700 {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .mainObiWrap01 {
    background-color: #fcf9ac;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    height: 50px;
    margin-top: 32px;
  }
  .mainObi01 {
    display: inline-block;
    position: relative;
  }
  .mainObi01::before {
    content: "";
    background-image: url("../img/main_obi_deco01_pc.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 69px;
    height: 94px;
    position: absolute;
    left: -80px;
    top: 50%;
    margin-top: -56px;
    animation: fuwafuwaTopA 3s ease-in-out infinite alternate;
  }
  .mainObi01::after {
    content: "";
    background-image: url("../img/main_obi_deco02_pc.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 68px;
    height: 81px;
    position: absolute;
    right: -80px;
    top: 50%;
    margin-top: -42px;
    animation: fuwafuwaTopB 5s ease-in-out infinite alternate;
  }

  .mainObi01 img {
    width: auto;
    height: 33px;
  }
}

/*----------------------*/

.ancBlock01 {
  text-align: center;
  background-image: url("../img/anc_block_bg01.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  padding: 24px 15px 48px;
}
.text15_17_n {
  font-size: 15px;
  line-height: 1.7em;
}
.ancFlex01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 0px;
  margin-top: 24px;
}
.ancFlex01 li {
  width: 48.6%;
}
.ancBlock01 a.colPink01 {
  text-decoration: underline;
}

@media (min-width: 751px) {
  .ancBlock01 {
    background-image: url("../img/anc_block_bg01_pc.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 796px auto;
    padding: 56px 0px 40px;
    margin-bottom: 56px;
  }
  .text15_17_n {
    font-size: 15px;
    line-height: 1.7em;
  }
  .ancFlex01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0px 0px;
    margin-top: 32px;
  }
  .ancFlex01 li {
    width: 23.8%;
  }
}

/*----------------------*/

.ancContBlock01 {
  margin-bottom: 35px;
}

.cont01Deco01 {
  display: block;
  width: 67px;
  position: absolute;
  left: 0px;
  bottom: -19px;
}
.cont01Deco02 {
  display: block;
  width: 61px;
  position: absolute;
  right: 0px;
  bottom: -32px;
}

.cont01Block01 {
  position: relative;
  margin: 24px 16px 0px;
  background-color: #ffffff;
  border-radius: 24px;
  padding: 16px 16px 32px;
}
.cont01H301 {
  position: relative;
  text-align: center;
  padding: 32px 0px;
}
.cont01H301::before {
  content: "";
  background-image: url("../img/cont01_box_deco01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 100%;
  height: 19.2vw;
  position: absolute;
  left: 0px;
  top: -16px;
}
.cont01H301::after {
  content: "";
  background-image: url("../img/cont01_box_deco02.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 100%;
  height: 19.6vw;
  position: absolute;
  left: 0px;
  bottom: -4px;
}

.text16_17_n {
  font-size: 16px;
  line-height: 1.7em;
}

.cont01Ul01 {
  width: 276px;
  margin: 8px auto auto;
}
.cont01Ul01 li {
  padding: 6px 0px;
  border-top: 1px solid #c1c1c1;
  display: flex;
  align-items: center;
}
.cont01Ul01 li:first-child {
  flex-direction: column;
  padding: 6px 0px;
  border-top: none;
}

.cont01Ul01 li .p01 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff8be3;
  border: 1px solid #000000;
  border-radius: 40px;
  width: 100%;
  height: 24px;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1em;
  font-weight: 600;
  box-sizing: border-box;
  /*padding-bottom: 2px;*/
  margin-right: 8px;
}
.cont01Ul01 li .p02 {
  /* display: flex;
  align-items: flex-end; */
  font-size: 16px;
  line-height: 1.7em;
  font-weight: 600;
}
.cont01Ul01 li .p02 span {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}
.text13_10_n {
  font-size: 13px !important;
  line-height: 1em !important;
}
.cont01Ul01 li .s01 img {
  width: 12px;
  height: auto;
  margin: 2px 5px auto;
}
.cont01Text01 {
  color: #666666;
  font-size: 10px !important;
  line-height: 1.4em;
  margin-bottom: 22px;
}

.textLink01 {
  color: #ca2bac;
  text-decoration: underline;
  font-weight: bold;
}

@media (min-width: 751px) {
  .contH2Pc01 {
    width: 545px;
    margin: auto;
  }

  .contDayWrap01_pc {
    position: relative;
    background-color: #fcf9ac;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 8px 10px;
    text-align: center;
    margin: 24px auto 32px;
  }
  .dayPc img {
    width: 350px;
    height: auto;
    margin: auto;
  }
  .obiDecoPc01 {
    width: 72px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    margin-left: -300px;
    animation: fuwafuwaA 3s ease-in-out infinite alternate;
  }
  .obiDecoPc02 {
    width: 71px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50%;
    margin-right: -300px;
    animation: fuwafuwaA 5s ease-in-out infinite alternate;
  }

  .cont01Block01 {
    margin: 24px auto 0px;
    padding: 40px;
    box-sizing: border-box;
    width: 700px;
  }

  .cont01H301 {
    position: relative;
    text-align: center;
    padding: 32px 0px;
    width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
  .cont01H301::before {
    content: "";
    background-image: url("../img/cont01_box_deco01.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    width: 330px;
    height: 100px;
    position: absolute;
    left: 0px;
    top: -16px;
  }
  .cont01H301::after {
    content: "";
    background-image: url("../img/cont01_box_deco02.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    width: 330px;
    height: 100px;
    position: absolute;
    left: 0px;
    bottom: -4px;
  }
  .contPcAlc {
    text-align: center !important;
  }
}

/*-----------------------*/

.cont01Block02 {
  position: relative;
  margin: 24px 16px 0px;
  background-color: #ffffff;
  border-radius: 24px;
  padding: 32px 0px 32px;
}
.contPd0_16 {
  padding-left: 16px;
  padding-right: 16px;
}
.cont02Ul01 {
  position: relative;
  margin-top: 16px;
}
.cont02Ul01 li {
  font-size: 12px;
  line-height: 1.4em;
  margin: 4px 0px;
}

.cont02Deco01 {
  width: 62px;
  position: absolute;
  left: -12px;
  top: 10px;
  animation: fuwafuwaA 5s ease-in-out infinite alternate;
}
@media (min-width: 751px) {
  .cont02Deco01 {
    animation: fuwafuwaA 5s ease-in-out infinite alternate;
    top: -12px;
  }
}
.cont02Deco02 {
  width: 72px;
  position: absolute;
  right: -10px;
  bottom: -70px;
  animation: fuwafuwaB 3s ease-in-out infinite alternate;
}
@media (min-width: 751px) {
  .cont02Deco02 {
    top: 30px;
  }
}
.cont02H301 {
  background-color: #ff8be3;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  padding: 5px 10px;
  height: 44px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1em;
  font-weight: bold;
  margin: 30px auto 15px;
}

.cont02H301 h3 {
  font-weight: bold;
}

.stepBoxWrap01 {
  margin: auto;
  padding: 24px 20px 0px;
  align-self: stretch;
}
.stepBox01 {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 16px;
  padding: 40px 16px 24px;
  box-sizing: border-box;
  width: 100%;
}
.stepStep {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0px;
  top: -24px;
}
.stepStep img {
  width: auto;
  height: 46px;
  margin: auto;
}
.stepH401 {
  text-align: center;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: bold;
  margin-bottom: 15px;
}
.text13_14_n {
  font-size: 13px;
  line-height: 1.4em;
}
.text12_14_n {
  font-size: 12px;
  line-height: 1.4em;
}
.stepImg01 {
  margin-top: 30px;
}
.slick-list {
  /*overflow: visible;*/
}

.slick-arrow {
  text-indent: -9999px;
}
.slick-prev {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  background: transparent;
  background-image: url("../img/cont02_step_ar01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 15px;
  height: 46px;
  position: absolute;
  left: 0px;
  top: 45%;
  z-index: 1;
}
.slick-next {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  background: transparent;
  background-image: url("../img/cont02_step_ar02.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 15px;
  height: 46px;
  position: absolute;
  right: 0px;
  top: 45%;
  z-index: 1;
}

.slick-arrow.slick-disabled {
  display: none !important;
}

.slick-dots {
  display: flex;
  justify-content: center;
  gap: 0px 8px;
  margin-top: 10px;
}
.slick-dots li button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  background: transparent;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background-color: #d9d9d9;
}
.slick-dots li.slick-active button {
  background-color: #ff8be3;
  border: 1px solid #000;
}

.slick01 .stepBox01 {
  height: 84vw;
}

.mb_5 {
  margin-bottom: 5px;
}
.colPink02 {
  color: #ca2bac;
}
.stepSlick01 {
  margin-bottom: 28px;
}

.contBoxIn01 {
  position: relative;
  background-color: #eaf8ff;
  border: 1px solid #000000;
  border-radius: 16px;
  padding: 24px 16px;
  margin-top: 30px;
}
.contBoxDeco01 {
  width: 63px;
  position: absolute;
  left: -16px;
  top: -14px;
}
.contBoxDeco02 {
  width: 63px;
  position: absolute;
  right: -16px;
  bottom: -14px;
}
.contBoxDeco03 {
  width: 58px;
  position: absolute;
  right: -5px;
  top: -13px;
  animation: fuwafuwaA 3s ease-in-out infinite alternate;
}

.contH301 {
  text-align: center;
  margin-bottom: 15px;
}
.contH301 .h301 {
  font-size: 18px;
  line-height: 1.3em;
  font-weight: bold;
}
.contH301 .h302 {
  width: 104px;
  margin: 10px auto auto;
}
.contTextBox01 {
  position: relative;
  border-top: 2px dotted #000000;
  padding: 15px 0px;
}
.contH401 {
  font-size: 16px;
  line-height: 1.3em;
  font-weight: bold;
  margin-bottom: 12px;
}
.contDl01 {
  margin-top: 14px;
}
.contDl01 dt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  padding: 3px 10px;
  height: 24px;
  border: 1px solid #000000;
  border-radius: 50px;
  background-color: #ff8be3;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.3em;
  font-weight: 600;
  margin-bottom: 5px;
}
.text14_13_n {
  font-size: 14px;
  line-height: 1.3em;
}
.contCyuSyaku01 {
  margin-top: 8px;
}
.contCyuSyaku01 li {
  text-indent: -1em;
  padding-left: 1em;
}
.contDl01 dd .text14_13_n + .text14_13_n {
  margin-top: 8px;
}
.contDl01 dd .text14_13_n + .text14_13_n a {
  color: #ca2bac;
  text-decoration: underline;
  font-weight: bold;
}
.contDl01 dd .text14_13_n + .text14_13_n span {
  display: block;
}

@media (min-width: 751px) {
  .cont01Block02 {
    position: relative;
    margin: 34px auto 0px;
    background-color: #ffffff;
    border-radius: 24px;
    padding: 40px 0px 40px;
    box-sizing: border-box;
    width: 700px;
  }

  .cont02Img01Pc {
    width: 400px;
    margin: auto;
  }
  .cont02Deco01 {
    left: 52px;
    /* top: -20px; */
  }
  .cont02Ul01 {
    width: 588px;
    margin-left: auto;
    margin-right: auto;
  }
  .slick01 .stepBox01 {
    height: 330px;
  }
  .stepSlick01 {
    width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
  .stepBoxWrap01 {
    padding: 24px 10px 0px;
  }
  .slick-prev {
    left: -18px;
  }
  .slick-next {
    right: -18px;
  }
  .contPd0_16 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .contBoxDeco03 {
    right: 20px;
    top: 50px;
  }
}

/*----------------------*/

.cont03Deco01 {
  width: 64px;
  position: absolute;
  left: -7px;
  top: -13px;
  animation: fuwafuwaTopA 3s ease-in-out infinite alternate;
}

.cont03Deco02 {
  width: 79px;
  position: absolute;
  left: -7px;
  top: -13px;
  animation: fuwafuwaTopA 3s ease-in-out infinite alternate;
}

.contH302 {
  text-align: center;
}
.contH302 .s01 {
  position: relative;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: bold;
  background-image: url("../img/cont_text_line01.png");
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: auto 10px;
  margin-bottom: 12px;
  display: inline-block;
}
.text18_13_n {
  font-size: 18px;
  line-height: 1.3em;
}
.contH302 .s02 {
  font-size: 17px;
  line-height: 1.3em;
  font-weight: bold;
}
.contH302 .s03 {
  font-size: 26px;
  line-height: 1.3em;
  font-weight: bold;
  color: #ca2bac;
}

@media (min-width: 751px) {
  .contH302 .s01 {
    font-size: 16px;
  }
  .contH302 .s02 {
    font-size: 21px;
  }
  .contH302 .s03 {
    font-size: 32px;
  }
  .text14_13_n {
    font-size: 14px;
  }
  .cont03Deco01 {
    width: 70px;
  }
}

.cont03Day01 {
  margin: 12px auto 14px;
}
.text14_17_n {
  font-size: 14px;
  line-height: 1.7em;
}
.contBoxIn01.bgColPink01 {
  background-color: #ffedf6;
}
.contBoxDeco04 {
  width: 58px;
  position: absolute;
  right: -10px;
  top: -10px;
  animation: fuwafuwaTopB 3s ease-in-out infinite alternate;
}

.alc {
  text-align: center;
}
.alr {
  text-align: right;
}
.mb_15 {
  margin-bottom: 15px;
}
.contBoxDeco05 {
  width: 101px;
  position: absolute;
  left: 50%;
  bottom: -50px;
  animation: fuwafuwaTopB 5s ease-in-out infinite alternate;
}

@media (min-width: 751px) {
  .cont03Deco01 {
    left: 96px;
    top: -13px;
  }

  .cont03Deco02 {
    left: 41px;
    top: -15px;
  }
  .cont03Img01Pc {
    text-align: center;
  }
  .cont03Img01Pc img {
    width: 418px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*----------------------*/

.ancContBlock02 {
  background-image: url("../img/cont04_bg01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  padding: 48px 16px 12px;
  margin-top: 48px;
}
.contH201 {
  text-align: center;
  margin-bottom: 24px;
}
.contH201 img {
  width: 100px;
  height: auto;
  margin: auto;
}
.profFlex01 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 16px 0px;
  margin: 24px auto;
}
.profFlex01 li {
  width: 45.48%;
}
.profBtnWrap01 {
  margin: 24px auto;
}

@media (min-width: 751px) {
  .ancContBlock02 {
    padding-bottom: 50px;
  }

  .cont04PcWrap01 {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .profFlex01 {
    justify-content: space-between;
    gap: 16px 0px;
  }
  .profFlex01 li {
    width: 23.2%;
  }
  .profBtnWrap01 {
    margin: 24px auto;
    width: 400px;
  }
}

.VoiStock_btn p.comingSoon {
  background: rgba(0, 0, 0, 0.75);
  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;
}

.contSign {
  margin-top: 80px;
  position: relative;
}
.contSign .cont03Deco02 {
  width: 79px;
  position: absolute;
  left: -7px;
  top: -13px;
  animation: fuwafuwaTopA 3s ease-in-out infinite alternate;
}
.contPrecautions {
  margin-top: 70px;
}
.contPrecautions h4 {
  font-size: 14px;
  line-height: 1.3em;
  font-weight: bold;
}
.contPrecautions p {
  margin-block: 5px;
  font-size: 12px;
}

@keyframes tonton {
  0% {
    transform: translate(-50%, 0%);
  }
  50% {
    transform: translate(-50%, -15%);
  }
  100% {
    transform: translate(-50%, 0%);
  }
  /*   0% {
    transform: scale(1, 1) translateY(-100%) translateX(-50%);
    opacity: 0;
  }
  20% {
    transform: scale(1.1, 0.5) translateY(10%) translateX(-45%);
    opacity: 1;
  }
  35% {
    transform: scale(1, 1) translateY(-60%) translateX(-50%);
  }
  48% {
    transform: scale(1.1, 0.8) translateY(8%) translateX(-45%);
  }
  60% {
    transform: scale(1, 1) translateY(-30%) translateX(-50%);
  }
  70% {
    transform: scale(1.1, 1) translateY(3%) translateX(-45%);
  }
  80% {
    transform: scale(1, 1) translateY(-5%) translateX(-50%);
  }
  100% {
    transform: translateY(0) translateX(-50%);
  } */
}

@keyframes fuwafuwaTopA {
  0% {
    transform: translate(0px, 0px) rotate(-10deg);
  }
  50% {
    transform: translate(0px, -8px) rotate(0deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(-10deg);
  }
}
@keyframes fuwafuwaTopAsp {
  0% {
    transform: translate(0px, 0px) rotate(-10deg);
  }
  50% {
    transform: translate(0px, -8px) rotate(0deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(-10deg);
  }
}
@keyframes fuwafuwaTopB {
  0% {
    transform: translate(0px, 0px) rotate(8deg);
  }
  50% {
    transform: translate(0px, -8px) rotate(0deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(8deg);
  }
}

@keyframes fuwafuwaA {
  0% {
    transform: translate(0, -50%) rotate(-7deg);
  }
  50% {
    transform: translate(0, -65%) rotate(0deg);
  }
  100% {
    transform: translate(0, -50%) rotate(-7deg);
  }
}

@keyframes fuwafuwaB {
  0% {
    transform: translate(0, -50%) rotate(10deg);
  }
  50% {
    transform: translate(0, -60%) rotate(0deg);
  }
  100% {
    transform: translate(0, -50%) rotate(10deg);
  }
}
