@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: #fff;
  width: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
a:hover img {
  opacity: 1;
}

figure {
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
}
figcaption .caption {
  margin-left: auto;
  margin-right: 0;
  width: fit-content;
  font-size: 12px;
}
@media (min-width: 751px) {
  .content_wrap {
    margin-top: 90px;
  }
}
:root {
  --text-color: #333333;
  --primary-color: #7f4c8e;
  --bg-color: #ede9f2;
  --red-color: #ee0000;
  --accent-color: #753488;
  --font-mincho: "Shippori Mincho", serif;
}
/*アキ*/
.mgt48 {
  margin-top: 48px !important;
}
.mgt32 {
  margin-top: 32px !important;
}
.mgt24 {
  margin-top: 24px !important;
}
.mgt16 {
  margin-top: 16px !important;
}
.mgt8 {
  margin-top: 8px !important;
}
.mgt4 {
  margin-top: 4px !important;
}
.mgt0 {
  margin-top: 0 !important;
}

/*テキストサイズ*/
.annotation {
  font-size: 14px;
}
.smallest {
  font-size: 12px;
}
.larger {
  font-size: 1.5em;
}
.smaller {
  font-size: 0.75em;
}

/* テキスト揃え */
.center {
  text-align: center;
}
.auto_center {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.ib {
  display: inline-block;
}

/* テキストカラー */
.fcPrimary {
  color: var(--primary-color);
}
.fcRed {
  color: var(--red-color);
}
.fcWhite {
  color: #fff;
}
.fcYellow {
  color: #ff0;
}

/* テキスト汎用 */
.bold {
  font-weight: bold;
}
.text_link {
  color: var(--primary-color);
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}
.marker {
  background: linear-gradient(transparent 50%, var(--accent-color) 50%);
}
.relative_wrap {
  position: relative;
}

/* 箇条書き */
ul.text_list li,
p.text_list {
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
}
ul.text_list li + li {
  margin-top: 2px;
}
ul.text_list.annotation li {
  font-size: 14px;
}
@media (min-width: 751px) {
  .red_box {
    font-size: 22px;
  }
  .pc_center {
    text-align: center;
  }
}
/* 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;
}
.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%);
}
.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;
  font-size: 14px;
  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: 12px;
  width: 12px;
  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: 8px;
  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;
  }
}

/*==============================
# layout
==============================*/
.l-inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 630px;
  padding: 0 15px;
  margin: 0 auto;
}

.l-box {
  position: relative;
  background-color: #fff;
  border: 1px solid #885198;
  padding: 30px 20px 16px;
}
@media (min-width: 751px) {
  .l-box {
    padding: 32px 40px;
  }
}

.l-box__title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
}

.l-box__title img {
  width: 100%;
}

.l-box__lead {
  font-size: 11px;
  font-weight: 500;
  color: #885198;
}

.l-box-item {
  margin-top: 12px;
}

.l-box-item:not(:last-child) {
  padding-bottom: 12px;
  background-image: radial-gradient(circle, #885198 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 10px 2px;
}

.l-box-item__title {
  font-size: 16px;
  font-weight: 700;
  color: #753488;
}

.l-box-item__text {
  font-size: 13px;
  font-weight: 500;
}

.l-box-item__text a {
  color: #238ed1;
}

.l-box-item__text span {
  font-size: 10px;
}

.l-box-item__times {
  margin-top: 8px;
  display: flex;
  align-items: start;
  gap: 6px;
}

.l-box-item__tag {
  flex-shrink: 0;
  display: inline-block;
  font-family: var(--font-mincho);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #753488;
  padding: 3px 8px;
  margin-top: 3px;
  border: 1px solid #753488;
  border-radius: 9999px;
}

.l-box-item__time {
  display: block;
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 751px) {
  .l-box-item__time {
    display: inline-block;
    margin-right: 1.2rem;
  }
}

.l-box-item__note {
  margin-top: 2px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.3;
  padding-left: 1em;
  text-indent: -1em;
}

.l-box-step {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.l-box-step__item {
}

.l-box-step__tag {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #885198;
  padding: 1px 16px;
  background-color: #f6ecf8;
  border-radius: 9999px;
}

.l-box-step__text {
  margin-top: 4px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

/*==============================
# component
==============================*/
.c-schedule {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 6px;
}

.c-schedule__tag {
  display: inline-block;
  font-family: var(--font-mincho);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  color: var(--accent-color);
  padding: 3px 10px;
  border: 1px solid var(--accent-color);
  border-radius: 9999px;
  flex-shrink: 0;
  margin-bottom: 3px;
}

.c-schedule.is-goods .c-schedule__tag {
  color: #0e90a8;
  border-color: #0e90a8;
}

.c-schedule__text {
  font-family: var(--font-mincho);
  font-size: 14px;
  font-weight: 800;
}
@media (min-width: 751px) {
  .c-schedule__text {
    font-size: 16px;
  }
}

.c-schedule__text .num {
  font-size: 24px;
}
@media (min-width: 751px) {
  .c-schedule__text .num {
    font-size: 28px;
  }
}

.c-deco {
  width: 100%;
  max-width: 48px;
  margin-left: auto;
  margin-right: auto;
}

.c-deco img {
  width: 100%;
}

.c-sec__title {
  width: 100%;
  max-width: 345px;
  margin: 0 auto;
}
@media (min-width: 751px) {
  .c-sec__title {
    max-width: 414px;
  }
}

.c-sec__lead {
  font-family: var(--font-mincho);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  text-align: center;
  margin-top: 24px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media (min-width: 751px) {
  .c-sec__lead {
    font-size: 16px;
    line-height: 1.75;
    margin-top: 40px;
  }
}

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

/*==============================
# section
==============================*/
.fv-wrap {
  padding-bottom: 40px;
  background-image: url(../img/fv_bg-sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media (min-width: 751px) {
  .fv-wrap {
    padding-bottom: 42px;
    background-image: url(../img/fv_bg-pc.png);
  }
}

.fv__deco {
  margin-top: 24px;
}
@media (min-width: 751px) {
  .fv__deco {
    margin-top: 34px;
  }
}

@media (min-width: 751px) {
  .mv {
    background-image: url(../img/mv_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.mv__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
@media (min-width: 751px) {
  .mv__inner {
    display: flex;
  }
}

.mv__img {
  width: 100%;
}
@media (min-width: 751px) {
  .mv__img {
    flex: 0 0 48%;
  }
}
@media (min-width: 768px) {
  .mv__img {
    flex: 0 0 50%;
  }
}

.mv__img img {
  width: 100%;
}

.mv__contents {
  margin-top: 24px;
}
@media (min-width: 751px) {
  .mv__contents {
    flex: 0 1 100%;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
  }
}

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

.mv__title img {
  width: 100%;
}

.mv__schedule {
  margin-top: 15px;
}
@media (min-width: 751px) {
  .mv__schedule {
    margin-top: 20px;
  }
}

.intro {
  margin-top: 13px;
}
@media (min-width: 751px) {
  .intro {
    margin-top: 27px;
  }
}

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

.intro__box {
  padding: 30px 20px;
  background-image: url(../img/intro_box-sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 751px) {
  .intro__box {
    padding: 50px 20px;
    background-image: url(../img/intro_box-pc.png);
  }
}

.intro__text {
  font-family: var(--font-mincho);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  text-align: center;
}
@media (min-width: 751px) {
  .intro__text {
    font-size: 15px;
    line-height: 1.6;
  }
}

.link {
  margin-top: 30px;
}
@media (min-width: 751px) {
  .link {
    margin-top: 50px;
  }
}

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

.link__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
}
@media (min-width: 751px) {
  .link__list {
    gap: 10px;
  }
}

.link__item {
  width: calc(50% - 0px / 2);
}
@media (min-width: 751px) {
  .link__item {
    width: calc(25% - 10px * 3 / 4);
  }
  .link__item a {
    transition: all 0.5s;
    display: block;
  }
  .link__item a:hover {
    transform: translateY(5px);
  }
}

.link__item img {
  width: 100%;
}

.bg_v {
  padding-top: 32px;
  padding-bottom: 48px;
  background-image: url(../img/bg-v_sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
@media (min-width: 751px) {
  .bg_v {
    padding-top: 48px;
    background-image: url(../img/bg-v_pc.png);
  }
}

.voice {
}

.voice__schedule {
  margin-top: 16px;
}

.voice__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 12px;
  margin-top: 24px;
}
@media (min-width: 751px) {
  .voice__list {
    margin-top: 40px;
    max-width: 400px;
    margin-inline: auto;
  }
}

.voice__item {
  width: calc(33.33% - 12px * 2 / 3);
}

.voice__img {
  width: 100%;
}

.voice__img img {
  width: 100%;
}

.voice__name {
  font-family: var(--font-mincho);
  font-size: 15px;
  font-weight: 800;
  text-align: center;
  color: var(--accent-color);
  margin-top: 6px;
}
@media (min-width: 751px) {
  .voice__name {
    font-size: 17px;
  }
}

.voice__cv {
  font-family: var(--font-mincho);
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  margin-top: 4px;
}
@media (min-width: 751px) {
  .voice__cv {
    font-size: 11px;
  }
}

.voice__annotation {
  margin-top: 24px;
}
@media (min-width: 751px) {
  .voice__annotation {
    margin-top: 32px;
  }
}

.voice__deco {
  margin-top: 40px;
}
@media (min-width: 751px) {
  .voice__deco {
    margin-top: 64px;
  }
}

.benefits {
  margin-top: 24px;
}
@media (min-width: 751px) {
  .benefits {
    margin-top: 40px;
  }
}

.benefits__schedule {
  margin-top: 16px;
}

.benefits__sub {
  margin-top: 24px;
  width: 100%;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 751px) {
  .benefits__sub {
    margin-top: 40px;
    max-width: 500px;
  }
}

.benefits__images {
  margin-top: 16px;
  width: 100%;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 751px) {
  .benefits__images {
    margin-top: 24px;
    max-width: 418px;
  }
}

.benefits__item {
  width: 100%;
  max-width: 322px;
  margin: 0 auto;
}
@media (min-width: 751px) {
  .benefits__item {
    max-width: 374px;
  }
}

.benefits__item img {
  width: 100%;
}

.benefits__note {
  max-width: 180px;
  margin-top: 6px;
  margin-left: auto;
  font-size: 12px;
  font-weight: 400;
  color: #a27ead;
}

.benefits__note span {
  font-size: 10px;
}

.benefits__contents {
  margin-top: 44px;
}
@media (min-width: 751px) {
  .benefits__contents {
    margin-top: 60px;
  }
}

.benefits__box + .benefits__box {
  margin-top: 35px;
}

.benefits__annotation {
  margin-top: 16px;
}
@media (min-width: 751px) {
  .benefits__annotation {
    margin-top: 32px;
  }
}

.benefits__deco {
  margin-top: 40px;
}
@media (min-width: 751px) {
  .benefits__deco {
    margin-top: 60px;
  }
}

.tour {
  margin-top: 32px;
}
@media (min-width: 751px) {
  .tour {
    margin-top: 40px;
  }
}

.tour__schedule {
  margin-top: 16px;
}

.tour__area {
  margin-top: 24px;
}
@media (min-width: 751px) {
  .tour__area {
    margin-top: 40px;
  }
}

.tour__area + .tour__area {
  margin-top: 10px;
}
@media (min-width: 751px) {
  .tour__area + .tour__area {
    margin-top: 32px;
  }
}

.tour__deco {
  width: 100%;
}

.tour__deco img {
  width: 100%;
}

.tour__box {
  background-color: #fff;
  border: 1px solid #8e2471;
  padding: 20px 15px 15px;
}
@media (min-width: 751px) {
  .tour__box {
    padding: 20px;
  }
}

.tour__title {
  font-family: var(--font-mincho);
  font-size: 22px;
  font-weight: 800;
  text-align: center;
  color: #8e2471;
  position: relative;
  padding-bottom: 10px;
}
@media (min-width: 751px) {
  .tour__title {
    font-size: 26px;
  }
}

.tour__title::before {
  content: "";
  width: 80px;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/deco_title.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.tour__map {
  margin-top: 10px;
  width: 100%;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.tour__map img {
  width: 100%;
}

.tour__sub {
  margin-top: 24px;
  width: 100%;
  max-width: 315px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 751px) {
  .tour__sub {
    max-width: none;
  }
}

.tour__item {
  margin-top: 8px;
  width: 100%;
  max-width: 308px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 751px) {
  .tour__item {
    max-width: 404px;
  }
}

.tour__note {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.19;
  color: #888888;
  margin-top: 8px;
}

.tour__note li {
  padding-left: 1em;
  text-indent: -1em;
}

.l-tour__box {
  margin-top: 43px;
}

.tour__annotation01 {
  margin-top: 24px;
}
@media (min-width: 751px) {
  .tour__annotation01 {
    margin-top: 40px;
  }
}

.tour__annotation02 {
  margin-top: 16px;
}
@media (min-width: 751px) {
  .tour__annotation02 {
    margin-top: 32px;
  }
}

.tour-annotation__title {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  margin-bottom: 8px;
}

.goods {
  padding-top: 32px;
  padding-bottom: 48px;
  background-image: url(../img/bg_goods-sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
@media (min-width: 751px) {
  .goods {
    padding-top: 48px;
    background-image: url(../img/bg_goods-pc.png);
  }
}

.goods__schedule {
  margin-top: 20px;
}
@media (min-width: 751px) {
  .goods__schedule {
    margin-top: 16px;
  }
}

.goods__item {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 500px;
}
@media (min-width: 751px) {
  .goods__item {
    margin-top: 40px;
  }
}

.goods__box {
  border-color: #0e90a8;
  margin-top: 35px;
}
@media (min-width: 751px) {
  .goods__box {
    margin-top: 50px;
  }
}

.goods__box .l-box-item__title {
  color: #0e90a8;
}

.goods__box .l-box-item__tag {
  color: #0e90a8;
  border-color: #0e90a8;
}

.goods__btn {
  margin-top: 24px;
  text-align: center;
}
@media (min-width: 751px) {
  .goods__btn,
  .info__btn {
    margin-top: 40px;
    transition: all 0.5s;
    opacity: 1;
  }
  .goods__btn:hover,
  .info__btn:hover {
    opacity: 0.7;
  }
}

.goods__btn a {
  display: inline-block;
  width: 100%;
  max-width: 345px;
}
@media (min-width: 751px) {
  .goods__btn a {
    max-width: 450px;
  }
}

.goods__btn img {
  width: 100%;
}

.info {
  padding-top: 32px;
  padding-bottom: 40px;
  background-image: url(../img/bg_info-sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
@media (min-width: 751px) {
  .info {
    background-image: url(../img/bg_info-pc.png);
  }
}

.info__title {
  width: 100%;
  max-width: 345px;
  margin: 0 auto;
}

.info__title img {
  width: 100%;
}

.info__img {
  width: 100%;
  margin-top: 32px;
}

.info__img img {
  width: 100%;
  aspect-ratio: 345/400;
}

.info__btn {
  margin-top: 24px;
  text-align: center;
}
@media (min-width: 751px) {
  .info__btn {
    margin-top: 40px;
  }
  .info__img img {
    aspect-ratio: 3/2;
  }
}

.info__btn a {
  display: inline-block;
  width: 100%;
  max-width: 345px;
}
@media (min-width: 751px) {
  .info__btn a {
    max-width: 450px;
  }
}

.info__btn img {
  width: 100%;
}

.info__note {
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  margin-top: 8px;
}

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

@media (min-width: 751px) {
  .qr_wrap {
    padding: 20px 21px 23px 34px;
    margin: 40px auto 16px;
    border: none;
    display: flex;
    gap: 20px;
    border-radius: 0;
    max-width: 600px;
    align-items: center;
    background-image: url(../img/qr_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media (min-width: 751px) {
  .qr_img {
    width: 105px;
    position: relative;
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: #fff;
  }
}

@media (min-width: 751px) {
  .qr_title {
    width: 100%;
    margin: 0 auto;
  }
}

@media (min-width: 751px) {
  .qr_title img {
    width: 100%;
  }
}

@media (min-width: 751px) {
  .qr_title-01 {
    max-width: 345px;
  }
}

@media (min-width: 751px) {
  .qr_text p {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.025em;
    color: #c3c3c3;
    text-align: center;
  }
}

.annotation-wrap {
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.55);
}

ul.text_list.annotation li {
  font-size: 11px;
}

ul.text_list.annotation li.min {
  font-size: 9px;
}

.caution_acc .acc_body {
  border: none;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.55);
  padding: 16px;
}

.annotation a.text_link {
  color: #238ed1 !important;
  font-weight: 500 !important;
}

/* モーダル */
.modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
}
.modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 0;
}
.modal_flex {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 1;
  flex-direction: column;
  gap: 16px;
}
.modal_container {
  pointer-events: initial;
  max-width: 760px;
  width: calc(100% - 20px);
  padding: 40px 24px 16px;
}
.modal_close_btn {
  width: fit-content;
  margin: 16px auto 0;
  padding: 28px 2px 2px;
  color: #fff;
  position: relative;
  cursor: pointer;
}
.modal_close_btn::before,
.modal_close_btn::after {
  content: "";
  background-color: #fff;
  width: 2px;
  height: 30px;
  position: absolute;
  top: 14px;
  right: 50%;
}
.modal_close_btn::before {
  transform: translateY(-50%) rotate(-45deg);
}
.modal_close_btn::after {
  transform: translateY(-50%) rotate(45deg);
}

@media (min-width: 751px) {
  .modal-btn__img {
    transition: all 0.5s;
    opacity: 1;
  }
  .modal-btn__img:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

body.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  overflow-y: scroll;
}

@media (min-width: 751px) {
  .modal-container {
    top: 5%;
  }
}

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