@charset "UTF-8";

/*************
FMT
*************/
.info_wrap,
.footer_container {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", "Verdana", "sans-serif";
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  font-weight: 400;
}
img {
  display: block;
  width: 100%;
}
.content_wrap {
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans JP", 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;
  --lightText-color: #dcd3ff;
  --white-color: #fff;
  --primary-color: #2ebcad;
  --bg-color: #ffffff;
  --red-color: #ee0000;
  --accent-color: #0fffe2;
  --main-color: #443579;
  --sub-color: #806da4;
  --blue-color: #233f7f;
  --btn-color: #dcd3ff;
  --font-urbanist: "Urbanist", sans-serif;
  --liner-color: linear-gradient(to right, #6276b1 0%, #a48dbb 100%);
}
/*アキ*/
.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;
  }
}
/* 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 p.comingSoon {
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  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%);
}
.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;
  font-size: 13px;
}
.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;
  }
}

/*==============================
# bmc
==============================*/
.c-sec__sub {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1;
  text-align: center;
  color: var(--white-color);
  padding: 16px 0;
  background: var(--liner-color);
  border-top: 1px solid var(--white-color);
  border-bottom: 1px solid var(--white-color);
}
@media (min-width: 751px) {
  .c-sec__sub {
    font-size: 22px;
  }
}

.c-sec__lead {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.7;
  text-align: center;
  color: var(--white-color);
  margin-top: 16px;
}
@media (min-width: 751px) {
  .c-sec__lead {
    font-size: 16px;
    margin-top: 24px;
  }
}

.liner-box {
  position: relative;
  background: var(--liner-color);
}

.liner-box::before,
.liner-box::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  border-top: 1px solid var(--white-color);
}

.liner-box::before {
  left: 0;
  border-left: 1px solid var(--white-color);
}

.liner-box::after {
  right: 0;
  border-right: 1px solid var(--white-color);
}

.liner-box__inner {
  box-sizing: border-box;
  padding: 24px 16px;
}

.liner-box__inner::before,
.liner-box__inner::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid var(--white-color);
}

.liner-box__inner::before {
  left: 0;
  border-left: 1px solid var(--white-color);
}

.liner-box__inner::after {
  right: 0;
  border-right: 1px solid var(--white-color);
}

.liner-box__item {
}

.liner-box__item + .liner-box__item {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--white-color);
}

.liner-box__title {
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: var(--white-color);
  margin-bottom: 24px;
}

.liner-box__sub {
  text-align: center;
}

.liner-box__sub span {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: var(--white-color);
  padding: 0 48px;
  position: relative;
}

.liner-box__sub span::before,
.liner-box__sub span::after {
  content: "";
  width: 40px;
  height: 4px;
  background-image: url(../img/deco_sub.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.liner-box__sub span::before {
  left: 0;
}

.liner-box__sub span::after {
  right: 0;
}

.liner-box__text {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  color: var(--white-color);
  margin-top: 14px;
}

.liner-box__text a {
  font-weight: 500;
  text-decoration: underline;
  color: var(--accent-color);
}

.liner-box__text span {
  font-size: 12px;
}

.liner-box__text + .liner-box__text {
  margin-top: 8px;
}

.liner-box__note {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--white-color);
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 24px;
}

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

.btn-link__inner {
  box-sizing: border-box;
  width: 100%;
  padding: 0 16px;
  max-width: 375px;
  margin: 0 auto;
}

@media (min-width: 751px) {
  .btn-link__inner {
    max-width: 532px;
  }
}

.btn-link__btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1;
  text-align: center;
  color: var(--main-color);
  background-color: var(--btn-color);
  padding: 16px 0;
  width: 100%;
  border-radius: 100px;
  position: relative;
  transition: all 0.5s;
}
.btn-link__btn:hover {
  opacity: 0.7;
}
@media (min-width: 751px) {
}

.btn-link__btn::before {
  content: "";
  width: 19px;
  height: 19px;
  background-image: url(../img/ico_btn-arw.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}

.btn-link__note {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--white-color);
  text-align: center;
  margin-top: 8px;
}

.mv {
  background-color: var(--main-color);
}

.mv__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.mv__img {
  width: 100%;
}

.mv__img img {
  width: 100%;
}

.intro {
  background-color: var(--sub-color);
}

.intro__inner {
  box-sizing: border-box;
  width: 100%;
  padding: 40px 16px 48px;
  max-width: 732px;
  margin: 0 auto;
}
.intro .intro__inner h2:first-child {
  margin-top: 0;
}
@media (min-width: 751px) {
  .intro__inner {
    padding-bottom: 48px;
  }
}

.intro__text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.7;
  color: var(--white-color);
  margin-top: 24px;
}
@media (min-width: 751px) {
  .intro__text {
    font-size: 15px;
  }
}

.intro__title {
  margin-top: 24px;
  padding-top: 40px;
  font-family: var(--font-urbanist);
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: var(--white-color);
  position: relative;
}
@media (min-width: 751px) {
  .intro__title {
    font-size: 32px;
  }
}

.intro__title::before {
  content: "";
  width: 1px;
  height: 31.5px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 1) 100%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.intro__list {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  position: relative;
  z-index: 1;
}

.intro__list::before,
.intro__list::after {
  content: "";
  width: 49px;
  height: 57px;
  background-image: url(../img/deco01.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
}
@media (min-width: 751px) {
  .intro__list {
    justify-content: center;
  }
  .intro__list::before,
  .intro__list::after {
    content: none;
  }
}

.intro__list::before {
  top: -39px;
  right: -8px;
}

.intro__list::after {
  bottom: -35px;
  left: -8px;
}

.intro__item {
  width: calc(50% - 8px / 2);
  transition: all 0.5s;
}
.intro__item:hover {
  transform: translateY(5%);
}
@media (min-width: 751px) {
  .intro__item {
    width: calc(25% - 8px * 3 / 4);
  }
}

.intro__item img {
  width: 100%;
}

.voice {
  background-color: var(--main-color);
  border-top: 1px solid var(--white-color);
  overflow: hidden;
}

.voice__inner {
  padding: 40px 0;
}
@media (min-width: 751px) {
  .voice__inner {
    padding: 36px 0 48px;
  }
}

.voice__title {
  width: 100%;
  max-width: 331px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (min-width: 751px) {
  .voice__title {
    max-width: 499px;
  }
}

.voice__title img {
  width: 100%;
}

.voice__title::before {
  content: "";
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(154, 123, 255, 0.6) 0%, transparent 80%);
  filter: blur(15px);
  border-radius: 50%;
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
@media (min-width: 751px) {
  .voice__title::before {
    width: 350px;
    height: 350px;
    right: 40px;
  }
}

.voice-drama {
  margin-top: 34px;
  position: relative;
}

.voice-drama__contents {
  box-sizing: border-box;
  margin-top: 32px;
  padding: 0 16px;
  width: 100%;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 751px) {
  .voice-drama__contents {
    max-width: 552px;
  }
}

.voice-drama__items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.voice-drama-item {
  display: flex;
  align-items: center;
}

@media (min-width: 751px) {
  .voice-drama-item:nth-child(odd) {
    gap: 24px;
  }
}

.voice-drama-item:nth-child(even) {
  flex-direction: row-reverse;
  gap: 10px;
}
@media (min-width: 751px) {
  .voice-drama-item:nth-child(even) {
    gap: 24px;
  }
}

.voice-drama-item__texts {
  flex: 0 1 100%;
}

.voice-drama-item__tag {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1;
  padding: 4px 4px 4px 10.5px;
  position: relative;
  color: var(--main-color);
  background-color: var(--white-color);
}
@media (min-width: 751px) {
  .voice-drama-item__tag {
    font-size: 16px;
  }
}

.voice-drama-item__tag::before {
  content: "";
  width: 6.5px;
  height: 1px;
  background-color: var(--main-color);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.voice-drama-item__name {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1.7;
  color: var(--white-color);
  margin-top: 4px;
}
@media (min-width: 751px) {
  .voice-drama-item__name {
    font-size: 32px;
  }
}

.voice-drama-item__cv {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.7;
  color: var(--white-color);
  margin-top: 2px;
}
@media (min-width: 751px) {
  .voice-drama-item__cv {
    font-size: 13px;
  }
}

.voice-drama-item__images {
  flex: 0 0 220px;
  position: relative;
}
@media (min-width: 751px) {
  .voice-drama-item__images {
    flex: 0 0 340px;
  }
}

.voice-drama-item__img {
  width: 100%;
}

.voice-drama-item__img img {
  width: 100%;
}

.voice-drama-item__deco {
  position: absolute;
}

.voice-drama-item__deco img {
  width: 100%;
}

.voice-drama-item__deco--01 {
  width: 51px;
  top: -24px;
  right: 0;
}
@media (min-width: 751px) {
  .voice-drama-item__deco--01 {
    top: -21px;
    right: -21px;
  }
}

.voice-drama-item__deco--02 {
  width: 28px;
  top: -8px;
  left: 30px;
}
@media (min-width: 751px) {
  .voice-drama-item__deco--02 {
    top: -8px;
    left: 54px;
  }
}

.voice-drama-item__deco--03 {
  width: 6px;
  top: 2px;
  right: 46px;
}
@media (min-width: 751px) {
  .voice-drama-item__deco--03 {
    top: -9px;
    right: 59px;
  }
}

.voice-screen {
  margin-top: 32px;
}
@media (min-width: 751px) {
  .voice-screen {
    margin-top: 48px;
  }
}

.voice-screen__contents {
  box-sizing: border-box;
  margin-top: 24px;
  width: 100%;
  max-width: 375px;
  padding: 0 16px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 751px) {
  .voice-screen__contents {
    max-width: 532px;
  }
}

.voice-screen__images {
  position: relative;
  width: 185px;
  margin: 0 auto;
  z-index: 1;
}
@media (min-width: 751px) {
  .voice-screen__images {
    width: 300px;
  }
}

.voice-screen__images::before {
  content: "";
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(154, 123, 255, 0.6) 0%, transparent 80%);
  filter: blur(15px);
  border-radius: 50%;
  position: absolute;
  top: 23px;
  left: -67px;
  z-index: -1;
}
@media (min-width: 751px) {
  .voice-screen__images::before {
    /* width: 350px;
    height: 350px; */
    top: 116px;
    left: -72px;
  }
}

.voice-screen__img {
  width: 100%;
}

.voice-screen__img img {
  width: 100%;
}

.voice-screen__deco {
  position: absolute;
}

.voice-screen__deco img {
  width: 100%;
}

.voice-screen__deco--01 {
  width: 40px;
  top: 8px;
  right: -18px;
}
@media (min-width: 751px) {
  .voice-screen__deco--01 {
    top: 35px;
    right: -10px;
  }
}

.voice-screen__deco--02 {
  width: 51px;
  bottom: 5px;
  left: -18px;
}
@media (min-width: 751px) {
  .voice-screen__deco--02 {
    bottom: 32px;
    left: -5px;
  }
}

.voice-screen__notes {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.voice-screen__notes li {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--white-color);
  padding-left: 1em;
  text-indent: -1em;
}

.benefit {
  background-color: var(--main-color);
  border-top: 1px solid var(--white-color);
  overflow: hidden;
}

.benefit__inner {
  padding: 40px 0;
}

.benefit__title {
  width: 100%;
  max-width: 268px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (min-width: 751px) {
  .benefit__title {
    max-width: 420px;
  }
  .benefit__inne {
    padding: 36px 0 48px;
  }
}

.benefit__title img {
  width: 100%;
}

.benefit__title::before {
  content: "";
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(154, 123, 255, 0.6) 0%, transparent 80%);
  filter: blur(15px);
  border-radius: 50%;
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
@media (min-width: 751px) {
  .benefit__title::before {
    width: 350px;
    height: 350px;
    right: -40px;
  }
}

.benefit__wrap {
  margin-top: 34px;
}

.benefit__contents {
  box-sizing: border-box;
  margin-top: 48px;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.benefit-items {
  box-sizing: border-box;
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
}
@media (min-width: 751px) {
  .benefit-items {
    max-width: 500px;
  }
}

.benefit-items-item {
  box-sizing: border-box;
  padding-top: 14px;
  position: relative;
  z-index: 1;
}
@media (min-width: 751px) {
  .benefit-items-item {
    padding-top: 8px;
  }
}

.benefit-items-item::before {
  content: "";
  width: 276px;
  height: 263px;
  background: linear-gradient(to bottom, #5153aa 0%, #513d94 100%);
  position: absolute;
  top: 0;
  z-index: -1;
}
@media (min-width: 751px) {
  .benefit-items-item::before {
    width: 320px;
    height: 305px;
  }
}

.benefit-items-item:nth-child(1)::before {
  left: 0;
  clip-path: polygon(0 0, 55% 0, 100% 100%, 0 100%);
}

.benefit-items-item:nth-child(2)::before {
  right: 0;
  clip-path: polygon(45% 0, 100% 0, 100% 100%, 0 100%);
}

.benefit-items-item + .benefit-items-item {
  margin-top: 30px;
}
@media (min-width: 751px) {
  .benefit-items-item + .benefit-items-item {
    margin-top: 24px;
  }
}

.benefit-items-item__texts {
  display: flex;
  flex-direction: column;
}

.benefit-items-item:nth-child(1) .benefit-items-item__texts {
  align-items: flex-start;
}

.benefit-items-item:nth-child(2) .benefit-items-item__texts {
  align-items: flex-end;
}

.benefit-items-item__tag {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1;
  color: var(--white-color);
  position: relative;
}
@media (min-width: 751px) {
  .benefit-items-item__tag {
    font-size: 16px;
  }
}

.benefit-items-item:nth-child(1) .benefit-items-item__tag {
  padding: 6px 8px 6px 18.5px;
  border-top: 1px solid var(--white-color);
  border-right: 1px solid var(--white-color);
  border-bottom: 1px solid var(--white-color);
  border-top-right-radius: 8px;
}

.benefit-items-item:nth-child(1) .benefit-items-item__tag::before {
  content: "";
  width: 6.5px;
  height: 1px;
  background-color: var(--white-color);
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}

.benefit-items-item:nth-child(2) .benefit-items-item__tag {
  padding: 6px 18.5px 6px 8px;
  border-top: 1px solid var(--white-color);
  border-left: 1px solid var(--white-color);
  border-bottom: 1px solid var(--white-color);
  border-top-left-radius: 8px;
}

.benefit-items-item:nth-child(2) .benefit-items-item__tag::before {
  content: "";
  width: 6.5px;
  height: 1px;
  background-color: var(--white-color);
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}

.benefit-items-item__title {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1.7;
  color: var(--main-color);
  background-color: var(--white-color);
  padding: 0 18px;
}
@media (min-width: 751px) {
  .benefit-items-item__title {
    font-size: 20px;
  }
}

.benefit-items-item:nth-child(1) .benefit-items-item__title {
  clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
}

.benefit-items-item:nth-child(2) .benefit-items-item__title {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
}

.benefit-items-item__text {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1.7;
  margin-top: 4px;
}

.benefit-items-item__text span {
  font-family: var(--font-urbanist);
  font-size: 18px;
}

.benefit-items-item:nth-child(1) .benefit-items-item__text {
  padding-left: 18px;
  background: linear-gradient(to right, #e6bfff 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.benefit-items-item:nth-child(2) .benefit-items-item__text {
  padding-right: 18px;
  background: linear-gradient(to left, #e6bfff 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.benefit-items-item__images {
  margin-top: 25px;
  position: relative;
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 751px) {
  .benefit-items-item__images {
    max-width: 400px;
  }
}

.benefit-items-item__img {
  width: 100%;
}

.benefit-items-item__img img {
  width: 100%;
}

.benefit-items-item__deco {
  position: absolute;
}

.benefit-items-item__deco img {
  width: 100%;
}

.benefit-items-item__deco--01 {
  width: 40px;
  top: 0;
  right: 0;
}
@media (min-width: 751px) {
  .benefit-items-item__deco--01 {
    top: -5px;
    right: -10px;
  }
}

.benefit-items-item__deco--02 {
  width: 51px;
  bottom: 12px;
  left: -20px;
}
@media (min-width: 751px) {
  .benefit-items-item__deco--02 {
    bottom: 35px;
    left: -30px;
  }
}

.benefit__notes {
  box-sizing: border-box;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 16px;
  width: 100%;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 751px) {
  .benefit__notes {
    max-width: 492px;
  }
}

.benefit__notes li {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--white-color);
  padding-left: 1em;
  text-indent: -1em;
}

.benefit-exchange {
  box-sizing: border-box;
  margin-top: 24px;
  padding: 0 16px;
  width: 100%;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 751px) {
  .benefit-exchange {
    max-width: 532px;
  }
}

.benefit-step {
  margin-top: 24px;
}

.benefit-step__inner {
  box-sizing: border-box;
  padding: 0 16px;
  width: 100%;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 751px) {
  .benefit-step__inner {
    max-width: 532px;
  }
}

.benefit-step__contents {
  box-sizing: border-box;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.benefit-step__title {
  text-align: center;
}

.benefit-step__title span {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  color: var(--white-color);
  padding: 0 20px;
  position: relative;
}

.benefit-step__title span::before,
.benefit-step__title span::after {
  content: "";
  width: 12px;
  height: 17px;
  background-image: url(../img/deco_step.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.benefit-step__title span::before {
  left: 0;
}

.benefit-step__title span::after {
  right: 0;
}

.benefit-step__list {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 16px;
}

.benefit-step__item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.benefit-step__tag {
  box-sizing: border-box;
  display: inline-block;
  font-family: var(--font-urbanist);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  color: var(--main-color);
  padding: 3px 7.5px;
  border-radius: 100px;
  background-color: var(--white-color);
  min-width: 61px;
  text-align: center;
  flex-shrink: 0;
}

.benefit-step__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--white-color);
}

.benefit__voistock {
  box-sizing: border-box;
  width: 100%;
  padding: 0 16px;
  max-width: 375px;
  margin: 0 auto;
}
@media (min-width: 751px) {
  .benefit__voistock {
    max-width: 532px;
  }
}

.collab {
  background-color: var(--blue-color);
  border-top: 1px solid var(--white-color);
  overflow: hidden;
}

.collab__inner {
  padding: 36px 0;
}
.collab__inner .c-sec__lead {
  margin-top: 34px;
}
.collab__inner .c-sec__lead span {
  display: block;
  font-size: 12px;
}
@media (min-width: 751px) {
  .collab__inner {
    padding: 40px 0 48px;
  }
}

.collab__title {
  width: 100%;
  max-width: 265px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (min-width: 751px) {
  .collab__title {
    max-width: 400px;
  }
}

.collab__title img {
  width: 100%;
}

.collab__title::before {
  content: "";
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(80, 147, 255, 0.6) 0%, transparent 80%);
  filter: blur(15px);
  border-radius: 50%;
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
@media (min-width: 751px) {
  .collab__title::before {
    width: 350px;
    height: 350px;
    right: -20px;
  }
}

.collab__contents {
  margin-top: 34px;
  position: relative;
}

.collab-items {
  box-sizing: border-box;
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
}
@media (min-width: 751px) {
  .collab-items {
    max-width: 500px;
  }
}

.collab-items-item {
  box-sizing: border-box;
  padding-top: 18px;
  position: relative;
  z-index: 1;
}
@media (min-width: 751px) {
  .collab-items-item {
    padding-top: 8px;
  }
}

.collab-items-item::before {
  content: "";
  background: linear-gradient(to bottom, #385aa8 0%, #2a4991 100%);
  position: absolute;
  top: 0;
  z-index: -1;
}
@media (min-width: 751px) {
  .collab-items-item::before {
    width: 320px;
    height: 305px;
  }
}

@media (min-width: 751px) {
  .collab-items-item:nth-child(1) {
    padding-top: 26px;
  }
}

@media (min-width: 751px) {
  .collab-items-item:nth-child(2) {
    padding-top: 17px;
  }
}

.collab-items-item:nth-child(1)::before {
  width: 276px;
  height: 175px;
  left: 0;
  clip-path: polygon(0 0, 55% 0, 100% 100%, 0 100%);
}
@media (min-width: 751px) {
  .collab-items-item:nth-child(1)::before {
    width: 320px;
    height: 203px;
    clip-path: polygon(0 0, 55% 0, 100% 100%, 0 100%);
  }
}

.collab-items-item:nth-child(2)::before {
  width: 276px;
  height: 263px;
  right: 0;
  clip-path: polygon(45% 0, 100% 0, 100% 100%, 0 100%);
}
@media (min-width: 751px) {
  .collab-items-item:nth-child(2)::before {
    width: 320px;
    height: 305px;
    clip-path: polygon(45% 0, 100% 0, 100% 100%, 0 100%);
  }
}

.collab-items-item + .collab-items-item {
  margin-top: 30px;
}
@media (min-width: 751px) {
  .collab-items-item + .collab-items-item {
    margin-top: 24px;
  }
}

.collab-items-item__texts {
  display: flex;
  flex-direction: column;
}

.collab-items-item:nth-child(1) .collab-items-item__texts {
  align-items: flex-start;
}

.collab-items-item:nth-child(2) .collab-items-item__texts {
  align-items: flex-end;
}

.collab-items-item__tag {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1;
  color: var(--white-color);
  position: relative;
}
@media (min-width: 751px) {
  .collab-items-item__tag {
    font-size: 16px;
  }
}

.collab-items-item:nth-child(1) .collab-items-item__tag {
  padding: 6px 8px 6px 18.5px;
  border-top: 1px solid var(--white-color);
  border-right: 1px solid var(--white-color);
  border-bottom: 1px solid var(--white-color);
  border-top-right-radius: 8px;
}

.collab-items-item:nth-child(1) .collab-items-item__tag::before {
  content: "";
  width: 6.5px;
  height: 1px;
  background-color: var(--white-color);
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}

.collab-items-item:nth-child(2) .collab-items-item__tag {
  padding: 6px 18.5px 6px 8px;
  border-top: 1px solid var(--white-color);
  border-left: 1px solid var(--white-color);
  border-bottom: 1px solid var(--white-color);
  border-top-left-radius: 8px;
}

.collab-items-item:nth-child(2) .collab-items-item__tag::before {
  content: "";
  width: 6.5px;
  height: 1px;
  background-color: var(--white-color);
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}

.collab-items-item__title {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1.7;
  color: var(--main-color);
  background-color: var(--white-color);
  padding: 0 18px;
}
@media (min-width: 751px) {
  .collab-items-item__title {
    font-size: 20px;
  }
}

.collab-items-item:nth-child(1) .collab-items-item__title {
  clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
}

.collab-items-item:nth-child(2) .collab-items-item__title {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
}

.collab-items-item__images {
  margin-top: 25px;
  position: relative;
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 751px) {
  .collab-items-item__images {
    max-width: 400px;
  }
}

.collab-items-item:nth-child(1) .collab-items-item__images {
  margin-top: 0;
}

.collab-items-item__img {
  width: 100%;
}

.collab-items-item__img img {
  width: 100%;
}

.collab-items-item__deco {
  position: absolute;
}

.collab-items-item__deco img {
  width: 100%;
}

.collab-items-item__deco--01 {
  width: 40px;
  top: 0;
  right: 0;
}
@media (min-width: 751px) {
  .collab-items-item__deco--01 {
    top: -5px;
    right: -10px;
  }
}

.collab-items-item__deco--02 {
  width: 51px;
  bottom: 12px;
  left: -20px;
}
@media (min-width: 751px) {
  .collab-items-item__deco--02 {
    bottom: 35px;
    left: -30px;
  }
}

.collab__notes {
  box-sizing: border-box;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 16px;
  width: 100%;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 751px) {
  .collab__notes {
    max-width: 532px;
  }
}

.collab__notes li {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--white-color);
  padding-left: 1em;
  text-indent: -1em;
}

.collab-exchange {
  box-sizing: border-box;
  margin-top: 24px;
  padding: 0 16px;
  width: 100%;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 751px) {
  .collab-exchange {
    max-width: 532px;
  }
}

.goods {
  background-color: var(--blue-color);
  border-top: 1px solid var(--white-color);
  overflow: hidden;
}

.goods__inner {
  padding: 40px 0 40px;
}

.goods__title {
  width: 100%;
  max-width: 328px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (min-width: 751px) {
  .goods__title {
    max-width: 495px;
  }
}

.goods__title img {
  width: 100%;
}

.goods__title::before {
  content: "";
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(80, 147, 255, 0.6) 0%, transparent 80%);
  filter: blur(15px);
  border-radius: 50%;
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
@media (min-width: 751px) {
  .goods__title::before {
    width: 350px;
    height: 350px;
    right: -20px;
  }
}

.goods__contents {
  box-sizing: border-box;
  margin-top: 34px;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0 16px;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 751px) {
  .goods__contents {
    max-width: 532px;
  }
}

.goods__lead {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.7;
  text-align: center;
  color: var(--white-color);
}
@media (min-width: 751px) {
  .goods__lead {
    font-size: 16px;
  }
}

.goods-exchange {
  margin-top: 24px;
}

.goods-contact {
  margin-top: 24px;
}

.goods-contact__inner {
  box-sizing: border-box;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.goods-contact__title {
  text-align: center;
}

.goods-contact span {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  color: var(--white-color);
  padding: 0 20px;
  position: relative;
}

.goods-contact span::before,
.goods-contact span::after {
  content: "";
  width: 12px;
  height: 17px;
  background-image: url(../img/deco_step.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.goods-contact span::before {
  left: 0;
}

.goods-contact span::after {
  right: 0;
}

.goods-contact__text {
  margin-top: 24px;
  font-size: 14px;
  letter-spacing: 0.07em;
  line-height: 1.7;
  text-align: center;
  color: var(--white-color);
}

.goods-contact__text a {
  text-decoration: underline;
  color: var(--accent-color);
}

.goods .btn-link__inner {
  padding: 0;
}

.goods__bnr {
  margin-top: 14px;
  margin-bottom: 0px;
  width: 100%;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
  box-sizing: border-box;
}
@media (min-width: 751px) {
  .goods__bnr {
    max-width: 500px;
    padding: 0;
    margin-top: 24px;
  }
}

.goods__bnr img {
  transition: all 0.3s;
  border: 1px solid #6579a6;
}

.goods__bnr img:hover {
  opacity: 0.7;
}

.c-copy {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: var(--white-color);
  margin-top: 16px;
}

/*==============================
# ボイストック調整
==============================*/
.VoiStock_btn {
  margin-bottom: 8px;
}

.VoiStock_note {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--accent-color);
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 24px;
}

@media (min-width: 751px) {
  .qr_wrap {
    box-sizing: border-box;
    margin-bottom: 8px;
    display: block;
    border-radius: 10px;
    border: none;
    background-image: url(../img/qr_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 6px;
    max-width: 488px;
  }
}

@media (min-width: 751px) {
  .qr_inner {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px 20px;
    border-radius: 8px;
    border: 1px solid var(--white-color);
  }
}

@media (min-width: 751px) {
  .qr_text_hd {
    font-size: 16px;
    letter-spacing: 0.03em;
    color: #008cb5;
    margin-bottom: 10px;
    background-color: var(--white-color);
  }
}

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

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

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

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

ul.text_list.annotation li {
  font-size: 12px;
  line-height: 1.4;
  color: var(--lightText-color);
}

ul.text_list.annotation li a {
  font-weight: 700 !important;
  color: var(--accent-color) !important;
}

.caution_acc .acc_btn {
  background-color: var(--white-color);
  color: var(--main-color);
}

.acc_btn span {
  background-color: var(--main-color);
}

.acc_btn span::before,
.acc_btn span::after {
  background-color: var(--white-color);
}

.caution_acc .acc_body {
  border-radius: 0;
  border: 1px solid var(--lightText-color);
}

@media (min-width: 751px) {
}

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