@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: "M PLUS Rounded 1c", "Noto Sans JP", serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--text-color);
  margin-top: 66px;
  background-color: var(--bg-color);
  width: 100%;
  position: relative;
  z-index: 0;
  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: -moz-fit-content;
  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: -moz-fit-content;
  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;
  max-width: 400px;
  margin: 32px auto 16px;
}

.VoiStock_btn.comingSoon {
  pointer-events: none;
}

.qr_wrap {
  display: none;
}

@media (min-width: 751px) {
  .qr_wrap {
    padding: 16px;
    margin: 32px auto 16px;
    display: flex;
    gap: 16px;
    border-radius: 16px;
    max-width: 480px;
    align-items: center;
    background: url(../img/bg-qr_wrap.webp);
    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: 17px;
    color: #3d7e11;
    background-color: #fff;
    padding: 4px 12px;
    border-radius: 40px;
    text-align: center;
  }
  .qr_text p {
    text-align: left;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
  }
  .qr_img {
    width: 100px;
    position: relative;
    padding: 4px;
    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: -moz-fit-content;
  width: fit-content;
  margin: 32px auto 0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  position: relative;
  padding-right: 28px;
  cursor: pointer;
  transition: all 0.3s;
}

.acc_btn span {
  position: absolute;
  background-color: #fff;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.acc_btn span::before,
.acc_btn span::after {
  content: "";
  background-color: #000;
  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: 8px 40px 8px 20px;
  border-radius: 100px;
  background-color: #000;
  color: #fff;
}

.caution_acc .acc_btn span {
  right: 10px;
}

.caution_acc .acc_body {
  padding: 16px;
  margin-top: 16px;
  background-color: #f1f2ef;
}

.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: 15px;
  }
}
/*************
section-top
*************/
.section-top {
  padding-top: 40px;
  padding-bottom: 70px;
  background-image: url(../img/sec-bg-01.webp);
  background-repeat: repeat;
  background-size: 375px 375px;
  background-position: center center;
}
@media (max-width: 750px) {
  .section-top {
    padding-top: min(2.6666666667vw, 10px);
    padding-bottom: min(13.3333333333vw, 50px);
  }
}
.section-top > .inner {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.section-top > .inner > h1.mv {
  width: 683px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.section-top > .inner > h1.mv > img {
  display: block;
  max-width: 100%;
}
@media (max-width: 750px) {
  .section-top > .inner > h1.mv {
    width: 100%;
    max-width: 592px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: min(8vw, 30px);
  }
  .section-top > .inner > h1.mv > img {
    max-width: initial;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
    width: 115.4666666667%;
    height: auto;
    margin-left: -7.7333333333%;
  }
}
.section-top > .inner > .lead {
  width: 620px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.section-top > .inner > .lead > p {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  color: white;
}
.section-top > .inner > .lead > p + p {
  margin-top: 1.6666666667em;
}
@media (max-width: 750px) {
  .section-top > .inner > .lead {
    width: 84vw;
  }
  .section-top > .inner > .lead > p {
    font-size: min(3.7333333333vw, 14px);
  }
}
.section-top > .inner > .video {
  container-type: inline-size;
  position: relative;
  width: min(84%, 400px);
  margin-left: auto;
  margin-right: auto;
}
.section-top > .inner > .video::after {
  content: "";
  display: block;
  position: absolute;
  width: 140px;
  aspect-ratio: 140/95;
  left: -110px;
  bottom: -24px;
  background-image: url(../img/video-deco-03.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: 1;
}
@media (max-width: 750px) {
  .section-top > .inner > .video::after {
    width: 29.8412698413cqw;
    left: -15.873015873cqw;
    bottom: -4.7619047619cqw;
  }
}
.section-top > .inner > .video > .video-h {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #90ccf0;
  height: 80px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3333333333;
  color: white;
  text-align: center;
}
@media (max-width: 750px) {
  .section-top > .inner > .video > .video-h {
    font-size: min(4.4444444444cqw, 14px);
    height: min(22.2222222222cqw, 70px);
  }
}
.section-top > .inner > .video > .video-h::after {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  aspect-ratio: 100/30;
  top: 21px;
  left: -66px;
  background-image: url(../img/video-deco-01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media (max-width: 750px) {
  .section-top > .inner > .video > .video-h::after {
    width: 24.7619047619cqw;
    left: -13.3333333333cqw;
    top: -2.5396825397cqw;
  }
}
.section-top > .inner > .video > .video-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 400/224;
  background-color: #c1c1c1;
  z-index: 2;
}
.section-top > .inner > .video > .video-wrap::after {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  aspect-ratio: 100/30;
  top: 57px;
  right: -72px;
  background-image: url(../img/video-deco-02.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media (max-width: 750px) {
  .section-top > .inner > .video > .video-wrap::after {
    width: 28.5714285714cqw;
    right: -13.0158730159cqw;
    top: 30.4761904762cqw;
  }
}
.section-top > .inner > .video > .notice {
  margin-top: 1em;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
  color: white;
}
@media (max-width: 750px) {
  .section-top > .inner > .video > .notice {
    font-size: min(3.8095238095cqw, 12px);
  }
}

/*************
anchor-links-block
*************/
.anchor-links-block {
  position: relative;
  background-image: url(../img/auchor-bg.webp);
  background-repeat: repeat;
  background-size: 375px 375px;
  background-position: left top;
  padding-top: 45px;
  padding-bottom: 40px;
}
@media (max-width: 750px) {
  .anchor-links-block {
    padding-top: min(12vw, 45px);
    padding-bottom: min(12vw, 45px);
  }
}
.anchor-links-block::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 19px;
  background-image: url(../img/section-border.svg);
  background-repeat: repeat-x;
  background-position: left top;
  z-index: 2;
}
@media (max-width: 750px) {
  .anchor-links-block::before {
    height: min(4.2666666667vw, 16px);
  }
}
.anchor-links-block > .inner {
  position: relative;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
@media (max-width: 750px) {
  .anchor-links-block > .inner {
    container-type: inline-size;
    width: min(92vw, 345px);
  }
}
.anchor-links-block > .inner::before {
  content: "";
  display: block;
  position: absolute;
  top: -45px;
  right: -150px;
  width: 201px;
  aspect-ratio: 201/160;
  background-image: url(../img/anchor-r.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}
@media (max-width: 750px) {
  .anchor-links-block > .inner::before {
    background-image: url(../img/anchor-r-sp.webp);
    width: min(58.2608695652cqw, 201px);
    aspect-ratio: 201/218;
    top: calc(0px - min(13.0434782609cqw, 45px));
    right: calc(0px - min(25.5072463768cqw, 88px));
  }
}
.anchor-links-block > .inner::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -40px;
  left: -80px;
  width: 135px;
  height: 88px;
  background-image: url(../img/anchor-l.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}
@media (max-width: 750px) {
  .anchor-links-block > .inner::after {
    background-image: url(../img/anchor-l-sp.webp);
    width: min(39.1304347826cqw, 135px);
    aspect-ratio: 135/88;
    bottom: calc(0px - min(13.0434782609cqw, 45px));
    left: calc(0px - min(13.0434782609cqw, 45px));
  }
}
.anchor-links-block > .inner > .anchor-links {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}
.anchor-links-block > .inner > .anchor-links > a {
  transition: opacity 0.2s ease 0s;
  display: block;
  width: 168px;
}
.anchor-links-block > .inner > .anchor-links > a:hover {
  opacity: 0.8;
}
.anchor-links-block > .inner > .anchor-links > a > img {
  display: block;
  max-width: 100%;
}
@media (max-width: 750px) {
  .anchor-links-block > .inner > .anchor-links {
    flex-wrap: wrap;
    gap: min(2.4vw, 9px);
  }
  .anchor-links-block > .inner > .anchor-links > a {
    width: calc((100% - min(2.4vw, 9px)) * 0.5);
  }
}

/*************
main sections
*************/
.main-sections-wrap {
  position: relative;
  padding-top: 40px;
  padding-bottom: 70px;
  background-image: url(../img/sec-bg-02.webp);
  background-repeat: repeat;
  background-size: 375px 375px;
  background-position: center center;
}
.main-sections-wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 19px;
  background-image: url(../img/section-border.svg);
  background-repeat: repeat-x;
  background-position: left top;
  z-index: 2;
}
@media (max-width: 750px) {
  .main-sections-wrap {
    container-type: inline-size;
    padding-top: min(10.6666666667vw, 40px);
    padding-bottom: min(13.3333333333vw, 50px);
  }
  .main-sections-wrap::before {
    height: min(4.2666666667vw, 16px);
  }
}

.main-sec {
  width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.main-sec + .main-sec {
  margin-top: 56px;
}
@media (max-width: 750px) {
  .main-sec {
    width: min(92vw, 620px);
  }
  .main-sec + .main-sec {
    margin-top: calc(min(13.3333333333vw, 50px) + 6px);
  }
}

.sec-main-h {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 26px;
}
.sec-main-h > img {
  display: block;
  max-width: 100%;
}
@media (max-width: 750px) {
  .sec-main-h {
    margin-bottom: calc(min(5.3333333333vw, 20px) + 6px);
  }
}

.sec-block-title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6111111111;
  letter-spacing: 0.025em;
  text-align: center;
}
.sec-block-title > a {
  color: #005ec3;
  text-decoration: underline;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 1px;
}
@media (max-width: 750px) {
  .sec-block-title {
    font-size: min(4.2666666667vw, 18px);
    margin-bottom: min(2.6666666667vw, 10px);
  }
}

.border-block {
  margin-left: 6px;
  margin-right: 6px;
  padding: 24px;
  box-shadow: 0px 0px 0px 1px #f54746, 0px 0px 0px 3px #ffffff, 0px 0px 0px 6px #f54746;
  border-radius: 8px;
  background-color: #fff;
}
@media (max-width: 750px) {
  .border-block {
    container-type: inline-size;
    padding: min(6.4vw, 24px) min(2.4vw, 9px);
  }
  .border-block > * {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
}
.border-block--deco {
  position: relative;
  padding-top: 45px;
}
.border-block--deco::before,
.border-block--deco::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 36px;
  aspect-ratio: 36/85;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}
.border-block--deco::before {
  background-image: url(../img/section-inner-deco-l.svg);
  left: 55px;
}
.border-block--deco::after {
  background-image: url(../img/section-inner-deco-r.svg);
  right: 55px;
}
@media (max-width: 750px) {
  .border-block--deco {
    padding-top: min(12vw, 45px);
  }
  .border-block--deco::before,
  .border-block--deco::after {
    width: min(11.4285714286cqw, 36px);
  }
  .border-block--deco::before {
    left: 2.8571428571cqw;
  }
  .border-block--deco::after {
    right: 2.8571428571cqw;
  }
}
.border-block + .border-block {
  margin-top: 42px;
}
@media (max-width: 750px) {
  .border-block + .border-block {
    margin-top: min(11.2vw, 42px);
  }
}
.border-block--blue {
  box-shadow: 0px 0px 0px 1px #2898d9, 0px 0px 0px 3px #ffffff, 0px 0px 0px 6px #2898d9;
}
.border-block--blue.border-block--deco::before {
  background-image: url(../img/section-inner-deco-l_blue.svg);
}
.border-block--blue.border-block--deco::after {
  background-image: url(../img/section-inner-deco-r_blue.svg);
}

.notice-list {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4166666667;
}
.notice-list > li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.notice-list > li + li {
  margin-top: 5px;
}
.notice-list > li::before {
  content: "※";
  text-indent: 0;
  margin-right: 0.2em;
}
.notice-list > li a {
  color: #f54746;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
}

.acc_box > .acc_btn {
  width: 100%;
  padding: 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  border-radius: 0;
  background-color: #f54746;
}
.acc_box > .acc_btn > span {
  right: 10px;
}
.acc_box > .acc_btn > span::before,
.acc_box > .acc_btn > span::after {
  background-color: #f54746;
}
.acc_box > .acc_body {
  border: 2px solid #f54746;
  padding: 16px 20px;
}

.sec-video .sec-main-h {
  width: 510px;
}
@media (max-width: 750px) {
  .sec-video .sec-main-h {
    width: 100cqw;
    margin-left: calc((100% - min(100cqw, 375px)) * 0.5);
    margin-right: auto;
    max-width: 375px;
  }
  .sec-video .sec-main-h > img {
    max-width: initial;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
    width: 110.4%;
    height: auto;
    margin-left: -5.2%;
  }
}
.sec-video .limited-vid-link {
  margin-top: 20px;
  margin-bottom: 20px;
}
.sec-video .limited-vid-link > a {
  transition: opacity 0.2s ease 0s;
  display: block;
  width: 520px;
  margin-left: auto;
  margin-right: auto;
  filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.16));
}
.sec-video .limited-vid-link > a:hover {
  opacity: 0.8;
}
.sec-video .limited-vid-link > a > img {
  display: block;
  max-width: 100%;
}
.sec-video .limited-vid-link > p {
  margin-top: 15px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4166666667;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.sec-video .limited-vid-link > p::before {
  content: "※";
  text-indent: 0;
  margin-right: 0.2em;
}
@media (max-width: 750px) {
  .sec-video .limited-vid-link > a {
    width: 100%;
    max-width: 315px;
    filter: none;
  }
  .sec-video .limited-vid-link > p {
    margin-top: 8px;
  }
}
.sec-video .howto > .acc_body > .howto__text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1;
  margin-bottom: 1em;
  text-align: center;
}
@media (max-width: 750px) {
  .sec-video .howto > .acc_body > .howto__text {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.sec-video .howto > .acc_body > .howto__image {
  width: 46px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.sec-video .howto > .acc_body > .howto__image > img {
  display: block;
  max-width: 100%;
}
.sec-video .howto > .acc_body > .howto__slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 125px;
  background-color: #fae9e8;
  background-image: url(../img/slider-bg.webp);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 106px 61px;
}
.sec-video .howto > .acc_body > .howto__slider > .swiper-button-prev,
.sec-video .howto > .acc_body > .howto__slider > .swiper-button-next {
  transition: opacity 0.2s ease 0s;
  position: static;
  margin: 0;
  padding: 0;
  background: none;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.sec-video .howto > .acc_body > .howto__slider > .swiper-button-prev:hover,
.sec-video .howto > .acc_body > .howto__slider > .swiper-button-next:hover {
  opacity: 0.8;
}
.sec-video .howto > .acc_body > .howto__slider > .swiper-button-prev > .swiper-navigation-icon,
.sec-video .howto > .acc_body > .howto__slider > .swiper-button-next > .swiper-navigation-icon {
  display: none;
}
.sec-video .howto > .acc_body > .howto__slider > .swiper-button-prev {
  background-image: url(../img/slider-prev.svg);
  transform: translateX(-50%);
}
.sec-video .howto > .acc_body > .howto__slider > .swiper-button-next {
  background-image: url(../img/slider-next.svg);
  transform: translateX(50%);
}
.sec-video .howto > .acc_body > .howto__slider > .slider {
  margin: 0;
  width: 220px;
}
.sec-video .facility > h3 {
  margin-bottom: 20px;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 750px) {
  .sec-video .facility > h3 {
    width: 100%;
    max-width: 315px;
  }
}
.sec-video .facility .facility__body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 320px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 750px) {
  .sec-video .facility .facility__body {
    width: 100%;
    max-width: 315px;
  }
}
.sec-video .facility .facility__image {
  width: 158px;
}
.sec-video .facility .facility__image > img {
  display: block;
  max-width: 100%;
}
.sec-video .facility .facility__text {
  width: 142px;
}
.sec-video .facility .facility__title {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.4;
}
.sec-video .facility .facility__link {
  transition: opacity 0.2s ease 0s;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  padding-right: 20px;
  color: white;
  background-color: #004ea2;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.3076923077;
  border-radius: 6px;
}
.sec-video .facility .facility__link:hover {
  opacity: 0.8;
}
.sec-video .facility .facility__link::after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 11px;
  top: 50%;
  right: 12px;
  transform: translate(0, -50%);
  background-image: url(../img/link-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.sec-video .facility .facility__notice {
  margin-top: 8px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.025em;
}

.sec-shiori .sec-main-h {
  width: 412px;
}
@media (max-width: 750px) {
  .sec-shiori .sec-main-h {
    width: 100cqw;
    margin-left: calc((100% - min(100cqw, 375px)) * 0.5);
    margin-right: auto;
    max-width: 375px;
  }
  .sec-shiori .sec-main-h > img {
    max-width: initial;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
    width: 110.4%;
    height: auto;
    margin-left: -5.2%;
  }
}
.sec-shiori .shiori-main-image > figure {
  display: block;
  width: 364px;
  margin-left: auto;
  margin-right: auto;
}
.sec-shiori .shiori-main-image > figure > img {
  display: block;
  max-width: 100%;
}
@media (max-width: 750px) {
  .sec-shiori .shiori-main-image > figure {
    width: 80.746031746%;
    max-width: 364px;
  }
}
.sec-shiori .shiori-main-image > .notice {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  text-align: right;
  margin-top: 1em;
}
@media (max-width: 750px) {
  .sec-shiori .shiori-main-image {
    margin-top: min(8.5333333333vw, 32px);
  }
}
.sec-shiori .shiori-info-block {
  box-sizing: border-box;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 14px;
  background-color: #f1f2ef;
}
.sec-shiori .shiori-info-block::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 106px;
  height: 61px;
  background-image: url(../img/shiori-info-bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  z-index: 1;
}
.sec-shiori .shiori-info-block > .shiori-info-block__item {
  position: relative;
  z-index: 2;
}
.sec-shiori .shiori-info-block > .shiori-info-block__item > h4 {
  font-size: 14px;
  font-weight: 700;
  color: #f54746;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #f54746;
  margin-bottom: 0.5em;
  text-align: center;
}
.sec-shiori .shiori-info-block > .shiori-info-block__item > p {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.025em;
}
.sec-shiori .shiori-info-block > .shiori-info-block__item > p.notice {
  font-size: 12px;
  font-weight: 400;
}
.sec-shiori .shiori-info-block > .shiori-info-block__item > p.notice a {
  color: #f54746;
  text-decoration: underline;
}
.sec-shiori .shiori-info-block > .shiori-info-block__item + .shiori-info-block__item {
  margin-top: 10px;
}
.sec-shiori .flow .acc_body {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 750px) {
  .sec-shiori .flow .acc_body {
    padding-left: min(3.2vw, 30px);
    padding-right: min(3.2vw, 30px);
  }
}
.sec-shiori .flow .flow__list > li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  padding-top: 1.5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.015em;
}
.sec-shiori .flow .flow__list > li > span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  width: 60px;
  height: 24px;
  color: white;
  border-radius: 100px;
  background-color: #000;
  flex: 0 0 60px;
  margin-top: -1.5px;
}
.sec-shiori .flow .flow__list > li + li {
  margin-top: 10px;
}

.sec-gosyuin .sec-main-h {
  width: 414px;
}
@media (max-width: 750px) {
  .sec-gosyuin .sec-main-h {
    width: 100cqw;
    margin-left: calc((100% - min(100cqw, 375px)) * 0.5);
    margin-right: auto;
    max-width: 375px;
  }
  .sec-gosyuin .sec-main-h > img {
    max-width: initial;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
    width: 110.4%;
    height: auto;
    margin-left: -5.2%;
  }
}
.sec-gosyuin .plan-section {
  margin-top: 35px;
}
@media (max-width: 750px) {
  .sec-gosyuin .plan-section {
    margin-top: min(8vw, 30px);
  }
}
.sec-gosyuin .plan-section > h4 {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.sec-gosyuin .plan-section > h4 > img {
  display: block;
  max-width: 100%;
}
@media (max-width: 750px) {
  .sec-gosyuin .plan-section > h4 {
    width: 100%;
    max-width: 315px;
  }
}
.sec-gosyuin .plan-section > .notice {
  margin-top: 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: right;
}
.sec-gosyuin .plan-section > .plan-block {
  position: relative;
  margin-top: 15px;
  background-color: #f1f2ef;
  padding-bottom: 15px;
}
.sec-gosyuin .plan-section > .plan-block::before {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  margin-bottom: 12px;
  background-image: url(../img/gosyuin-border.svg);
  background-repeat: repeat-x;
}
@media (max-width: 750px) {
  .sec-gosyuin .plan-section > .plan-block {
    padding-left: min(2.4vw, 9px);
    padding-right: min(2.4vw, 9px);
  }
  .sec-gosyuin .plan-section > .plan-block::before {
    margin-left: calc(0px - min(2.4vw, 9px));
    margin-right: calc(0px - min(2.4vw, 9px));
    width: auto;
  }
}
.sec-gosyuin .plan-section > .plan-block > .inner {
  display: flex;
  justify-content: space-between;
  width: 266px;
  margin-left: auto;
  margin-right: auto;
}
.sec-gosyuin .plan-section > .plan-block > .inner > .plan-block__image {
  width: 104px;
}
.sec-gosyuin .plan-section > .plan-block > .inner > .plan-block__image > img {
  display: block;
  max-width: 100%;
}
.sec-gosyuin .plan-section > .plan-block > .inner > .plan-block__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 142px;
}
.sec-gosyuin .plan-section > .plan-block > .inner > .plan-block__text > .plan-block__title {
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4117647059;
  letter-spacing: 0.015em;
  text-align: center;
}
.sec-gosyuin .plan-section > .plan-block > .inner > .plan-block__text > .plan-block__link {
  transition: opacity 0.2s ease 0s;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 42px;
  padding-right: 20px;
  color: white;
  background-color: #004ea2;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1;
  border-radius: 6px;
}
.sec-gosyuin .plan-section > .plan-block > .inner > .plan-block__text > .plan-block__link:hover {
  opacity: 0.8;
}
.sec-gosyuin .plan-section > .plan-block > .inner > .plan-block__text > .plan-block__link::after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 11px;
  top: 50%;
  right: 12px;
  transform: translate(0, -50%);
  background-image: url(../img/link-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
/*comingsoon*/
.sec-gosyuin .plan-section > .plan-block > .inner > .plan-block__text > div {
  position: relative;
  width: 100%;
}
.sec-gosyuin .plan-section > .plan-block > .inner > .plan-block__text > div .plan-block__link {
  transition: opacity 0.2s ease 0s;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 42px;
  padding-right: 20px;
  color: white;
  background-color: #004ea2;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1;
  border-radius: 6px;
  pointer-events: none;
}
.sec-gosyuin .plan-section > .plan-block > .inner > .plan-block__text > div .plan-block__link::after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 11px;
  top: 50%;
  right: 12px;
  transform: translate(0, -50%);
  background-image: url(../img/link-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.sec-gosyuin .plan-section > .plan-block > .inner > .plan-block__text > div p.comingSoon {
  background: rgba(56, 18, 36, 0.8);
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  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: 6px;
}
/*comingsoon*/
.sec-gosyuin .plan-section > .plan-block > .inner > .plan-block__text > .plan-block__notice {
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.025em;
  margin-top: 1em;
}
@media (max-width: 750px) {
  .sec-gosyuin .plan-section > .plan-block > .inner {
    width: 100%;
    max-width: 266px;
  }
  .sec-gosyuin .plan-section > .plan-block > .inner > .plan-block__image {
    width: 39.0977443609%;
  }
  .sec-gosyuin .plan-section > .plan-block > .inner > .plan-block__text {
    width: 53.3834586466%;
  }
}
.sec-gosyuin .gosyuin-map-wrap {
  margin-top: 20px;
  margin-bottom: 30px;
  /*   width: 640px;
  height: 480px; */
  margin-left: auto;
  margin-right: auto;
}
.sec-gosyuin .gosyuin-map-wrap > * {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 560/480;
  border: 0;
}
.sec-gosyuin .gosyuin-map-wrap.sp {
  width: 100%;
  height: auto;
  aspect-ratio: 480/640;
}
@media (max-width: 750px) {
  .sec-gosyuin .gosyuin-map-wrap.pc {
    width: 100%;
    height: auto;
    aspect-ratio: 560/480;
  }
}
.sec-gosyuin .gosyuin-more-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.sec-gosyuin .gosyuin-more-info .more-info-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 750px) {
  .sec-gosyuin .gosyuin-more-info .more-info-block {
    width: 100%;
  }
}
.sec-gosyuin .gosyuin-more-info .more-info-title {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.4666666667;
  text-align: center;
}
.sec-gosyuin .gosyuin-more-info .more-info-image {
  margin-top: 15px;
  width: 315px;
}
.sec-gosyuin .gosyuin-more-info .more-info-image > img {
  display: block;
  max-width: 100%;
}
@media (max-width: 750px) {
  .sec-gosyuin .gosyuin-more-info .more-info-image {
    width: 100%;
    max-width: 315px;
  }
}
.sec-gosyuin .gosyuin-more-info .more-info-link,
.sec-newsong .new-song-info .more-info-link {
  transition: opacity 0.2s ease 0s;
  margin-top: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  width: 200px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1;
  color: white;
  background-color: #000;
  border-radius: 6px;
}
.sec-gosyuin .gosyuin-more-info .more-info-link:hover,
.sec-newsong .new-song-info .more-info-link:hover {
  opacity: 0.8;
}
.sec-gosyuin .gosyuin-more-info .more-info-link::after,
.sec-newsong .new-song-info .more-info-link::after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 11px;
  top: 50%;
  right: 12px;
  transform: translate(0, -50%);
  background-image: url(../img/link-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.sec-gosyuin .gosyuin-more-info .more-info-link-notice {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1;
}
.sec-gosyuin hr {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 360px;
  height: 13px;
  margin: 30px auto;
  background-image: url(../img/hr.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media (max-width: 750px) {
  .sec-gosyuin hr {
    width: 95.2380952381%;
    aspect-ratio: 360/13;
    max-width: 360px;
    height: auto;
    margin: min(8vw, 30px) auto;
  }
}
.sec-gosyuin hr:last-child {
  margin-bottom: 0;
}

/*************
ads sections
*************/
.ads-sections-wrap {
  position: relative;
  padding-top: 40px;
  padding-bottom: 70px;
  background-image: url(../img/sec-bg-03.webp);
  background-repeat: repeat;
  background-size: 375px 375px;
  background-position: center center;
}
.ads-sections-wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 19px;
  background-image: url(../img/section-border.svg);
  background-repeat: repeat-x;
  background-position: left top;
  z-index: 2;
}
@media (max-width: 750px) {
  .ads-sections-wrap {
    container-type: inline-size;
    padding-top: min(10.6666666667vw, 40px);
    padding-bottom: min(13.3333333333vw, 50px);
  }
  .ads-sections-wrap::before {
    height: min(4.2666666667vw, 16px);
  }
}

.sec-homedoor .sec-main-h {
  width: 450px;
}
@media (max-width: 750px) {
  .sec-homedoor .sec-main-h {
    width: 100cqw;
    margin-left: calc((100% - min(100cqw, 375px)) * 0.5);
    margin-right: auto;
    max-width: 375px;
  }
  .sec-homedoor .sec-main-h > img {
    max-width: initial;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
    width: 110.4%;
    height: auto;
    margin-left: -5.2%;
  }
}
.sec-homedoor .homedoor-mainimg {
  width: 450px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.sec-homedoor .homedoor-mainimg > img {
  display: block;
  max-width: 100%;
}
@media (max-width: 750px) {
  .sec-homedoor .homedoor-mainimg {
    width: 100%;
    max-width: 450px;
  }
}

/*************
新曲情報
*************/
.sec-newsong {
  position: relative;
  padding-top: 40px;
  padding-bottom: 70px;
  background-image: url(../img/new-song-bg.webp);
  background-repeat: repeat;
  background-size: 375px 375px;
  background-position: center center;
  overflow: hidden;
}
.sec-newsong::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 19px;
  background-image: url(../img/section-border.svg);
  background-repeat: repeat-x;
  background-position: left top;
  z-index: 2;
}
@media (max-width: 750px) {
  .sec-newsong {
    container-type: inline-size;
    padding-top: min(10.6666666667vw, 40px);
    padding-bottom: min(8vw, 30px);
    padding-left: min(4vw, 15px);
    padding-right: min(4vw, 15px);
  }
  .sec-newsong::before {
    height: min(4.2666666667vw, 16px);
  }
}
.sec-newsong > .inner {
  position: relative;
  width: 620px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 750px) {
  .sec-newsong > .inner {
    container-type: inline-size;
    width: 100%;
    max-width: 620px;
  }
}
.sec-newsong h2 {
  width: 316px;
  margin-bottom: 24px;
}
.sec-newsong h2 > img {
  display: block;
  max-width: 100%;
}
@media (max-width: 750px) {
  .sec-newsong h2 {
    width: 100%;
    max-width: 315px;
  }
}
.sec-newsong .new-song-info {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  z-index: 2;
}
.sec-newsong .new-song-info__release {
  margin-bottom: 12px;
  width: 100%;
  padding: 6px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: white;
  text-align: center;
  background-color: #beaa6d;
}
.sec-newsong .new-song-info__group {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.sec-newsong .new-song-info__title {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.sec-newsong .new-song-info__image {
  width: 400px;
}
.sec-newsong .new-song-info__image > img {
  display: block;
  max-width: 100%;
}
@media (max-width: 750px) {
  .sec-newsong .new-song-info__image {
    width: 100%;
    max-width: 400px;
  }
}
.sec-newsong .group-link {
  position: relative;
  width: 190px;
  z-index: 2;
}
.sec-newsong .group-link__link {
  transition: opacity 0.2s ease 0s;
  display: block;
}
.sec-newsong .group-link__link:hover {
  opacity: 0.8;
}
.sec-newsong .group-link__link > img {
  display: block;
  max-width: 100%;
}
.sec-newsong .group-link > p {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
}
.sec-newsong .credit {
  position: relative;
  margin-top: 50px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.025em;
  z-index: 2;
}
.sec-newsong .newsong-deco01,
.sec-newsong .newsong-deco02,
.sec-newsong .newsong-deco03 {
  position: absolute;
  z-index: 1;
}
.sec-newsong .newsong-deco01 > img,
.sec-newsong .newsong-deco02 > img,
.sec-newsong .newsong-deco03 > img {
  display: block;
  max-width: 100%;
}
.sec-newsong .newsong-deco01 {
  width: 201px;
  aspect-ratio: 201/218;
  top: -40px;
  right: -50px;
}
@media (max-width: 750px) {
  .sec-newsong .newsong-deco01 {
    width: min(58.2608695652cqw, 201px);
    top: calc(0px - min(11.5942028986cqw, 40px));
    right: calc(0px - min(25.5072463768cqw, 88px));
  }
}
.sec-newsong .newsong-deco02 {
  width: 135px;
  aspect-ratio: 135/105;
  top: 300px;
  left: -10px;
}
@media (max-width: 750px) {
  .sec-newsong .newsong-deco02 {
    width: min(39.1304347826cqw, 135px);
    top: min(86.9565217391cqw, 300px);
    left: calc(0px - min(13.0434782609cqw, 45px));
  }
}
.sec-newsong .newsong-deco03 {
  width: 180px;
  aspect-ratio: 180/180;
  top: 485px;
  right: 90px;
}
@media (max-width: 750px) {
  .sec-newsong .newsong-deco03 {
    width: min(52.1739130435cqw, 180px);
    top: auto;
    bottom: calc(0px - min(14.4927536232cqw, 50px));
    left: calc(50% + min(12.4637681159cqw, 43px));
  }
}

/*************
終了処理
*************/
.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 !important;
  }
}
@media (max-width: 750px) {
  .pc {
    display: none !important;
  }
}

.gosyuin-map-list_a > li,
.gosyuin-map-list_b > li {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
  padding-top: 1.5px;
  padding-left: 1.8rem;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.015em;
}
.gosyuin-map-list_b > li {
  height: 30px;
}
.gosyuin-map-list_a > li::before,
.gosyuin-map-list_b > li::before {
  display: block;
  position: absolute;
  color: #fff;
  border-radius: 100vmax;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 13px;
  margin-left: -1.8rem;
}
.gosyuin-map-list_a > li::before {
  background: #ff5352;
}
.gosyuin-map-list_b > li::before {
  background: #0388d2;
}
.gosyuin-map-list_a > li:first-child::before,
.gosyuin-map-list_b > li:first-child::before {
  content: "1";
}
.gosyuin-map-list_a > li:nth-of-type(2)::before,
.gosyuin-map-list_b > li:nth-of-type(2)::before {
  content: "2";
}
.gosyuin-map-list_a > li:nth-of-type(3)::before,
.gosyuin-map-list_b > li:nth-of-type(3)::before {
  content: "3";
}
.gosyuin-map-list_a > li span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  line-height: 11px;
  width: fit-content;
  height: 20px;
  padding: 3px 15px;
  color: white;
  border-radius: 100px;
  background-color: #000;
  margin-top: -1.5px;
}

.VoiStock_btn p.comingSoon {
  background: rgba(56, 18, 36, 0.8);
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 60%;
  top: 30%;
  left: 50%;
  max-width: 400px;
  transform: translate(-50%, -50%);
  border-radius: 100vmax;
}

.modal-open {
  border: none;
  background: none;
  cursor: pointer;
}

/* モーダルと背景の指定 */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 50%);
  padding: 76px 10px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 3;
}

/* モーダルの擬似要素の指定 */
.modal:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}

/* クラスが追加された時の指定 */
.modal.is-active {
  opacity: 1;
  visibility: visible;
}

/* モーダル内側の指定 */
.modal-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 800px;
  width: 99%;
}

/* モーダルを閉じるボタンの指定 */
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  right: -10px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
}

/* モーダルのコンテンツ部分の指定 */
.modal-content {
  background: #fff;
  text-align: left;
  line-height: 1.8;
  /* padding: 20px; */
}

/* モーダルのコンテンツ部分のテキストの指定 */
.modal-content p {
  margin: 1em 0;
}

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