@charset "UTF-8";
/*
 * 共通CSSリセット
 */
/* .content-asset */
.content-asset h1,
.content-asset h2,
.content-asset h3,
.content-asset h4,
.content-asset h5,
.content-asset h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

.content-asset p,
.content-asset li {
  margin: 0;
  padding: 0;
  line-height: inherit;
}

.content-asset ul,
.content-asset ol {
  margin: 0;
  padding: 0;
  line-height: inherit;
}

.content-asset ul li {
  list-style: none;
}

.content-asset dl {
  margin: 0;
  padding: 0;
}

.primary-content dl dt {
  float: none;
  min-width: 0;
  margin: 0;
  padding: 0;
}

.primary-content dl dd {
  float: none;
  margin: 0;
  padding: 0;
}

/* フェードイン */
@keyframes msFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#ms-program {
  max-width: 752px;
  margin: 0 auto;
  letter-spacing: 0;
}
#ms-program .cSectionTitle {
  margin-bottom: 40px;
}

/* 共通 */
#ms-program ul.sup li {
  padding-left: 1em;
  color: #888;
  font-size: 12px;
  line-height: 1.4;
  text-indent: -1em;
}

#ms-program .announce {
  margin-bottom: 40px;
  color: #C81414;
  text-align: center;
}

/* LINE */
#ms-program .msp-to-line {
  width: 316px;
  margin-inline: auto;
}
#ms-program .msp-to-line .msp-to-line-btn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 28px;
  height: 28px;
  margin: auto 0;
  background: url(../img/icon_line.svg) no-repeat 50% 50%/contain;
  content: "";
}
#ms-program .msp-to-line .msp-to-line-sup {
  margin-top: 16px;
  padding-left: 1em;
  color: #888;
  font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  text-indent: -1em;
  text-align: left;
  font-feature-settings: "palt";
}

/* リード */
#ms-program .msp-lead {
  padding: 107px 0 60px;
  background: #f3f3f3 url(../img/lead_bg.png) no-repeat 50% 0/100% auto;
  text-align: center;
}
#ms-program .msp-lead h2 {
  margin: 60px 0 16px;
  font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.1em;
}
#ms-program .msp-lead h2 + p {
  font-size: 14px;
  line-height: 2.5;
}
#ms-program .msp-lead dl {
  display: flex;
  height: 304px;
  margin: 60px 0 31px;
  background: url(../img/lead_stage_bg.png) no-repeat -1px 50%/contain;
}
#ms-program .msp-lead .stage {
  width: 25%;
}
#ms-program .msp-lead .stage-white {
  padding-top: 118px;
}
#ms-program .msp-lead .stage-beige {
  padding-top: 102px;
}
#ms-program .msp-lead .stage-blue {
  padding-top: 85px;
  color: #fff;
}
#ms-program .msp-lead .stage-navy {
  padding-top: 69px;
  color: #fff;
}
#ms-program .msp-lead dt {
  margin-bottom: 21px;
  font-family: "Hiragino Kaku Gothic W5 JIS2004", sans-serif;
  font-size: 20px;
  line-height: 1.5;
}
#ms-program .msp-lead dd {
  font-size: 12px;
  line-height: 1.5;
}

/* 体験 */
#ms-program .msp-experience {
  margin-top: -40px;
  padding: 110px 0 0;
}
#ms-program .msp-experience p.lead {
  width: 408px;
  height: 336px;
  margin: 0 auto 50px;
  padding: 165px 0 0 10px;
  background: url(../img/experience_bg.png) no-repeat 50% 50%/contain;
  font-size: 14px;
  line-height: 1.7142857143;
  text-align: center;
  letter-spacing: 0.05em;
}
#ms-program .msp-experience .tabs {
  display: flex;
}
#ms-program .msp-experience .tabs li {
  position: relative;
  width: 50%;
  background-color: #E5EBED;
}
#ms-program .msp-experience .tabs li.is-active {
  background-color: #EEF2F5;
}
#ms-program .msp-experience .tabs li.is-active a {
  opacity: 1;
  pointer-events: none;
}
#ms-program .msp-experience .tabs li a {
  display: block;
  padding: 14px 0;
  color: inherit;
  font-size: 14px;
  opacity: 0.5;
}
#ms-program .msp-experience .tabs-panel {
  display: none;
  padding: 36px 40px 42px;
  background-color: #EEF2F5;
  animation: msFadeIn 0.5s ease;
}
#ms-program .msp-experience .tabs-panel.is-active {
  display: block;
}
#ms-program .msp-experience .tabs-panel .stage-lead {
  font-size: 14px;
  line-height: 1.5714285714;
}
#ms-program .msp-experience .tabs-panel table {
  width: auto;
  margin: 34px auto 0;
}
#ms-program .msp-experience .tabs-panel th,
#ms-program .msp-experience .tabs-panel td {
  padding: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}
#ms-program .msp-experience .tabs-panel th {
  font-size: 12px;
  line-height: 1.5;
}
#ms-program .msp-experience .tabs-panel td {
  height: 60px;
  font-size: 14px;
  line-height: 1.3;
}
#ms-program .msp-experience .tabs-panel thead tr:first-child th {
  width: 134px;
  height: 40px;
  background: no-repeat 50% 50% / cover;
  font-family: "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
  font-size: 12px;
  line-height: 1.6666666667;
}
#ms-program .msp-experience .tabs-panel thead tr:first-child th.stage-white {
  background-color: #fff;
}
#ms-program .msp-experience .tabs-panel thead tr:first-child th.stage-beige {
  background-image: url(../img/stage_bg_beige.png);
}
#ms-program .msp-experience .tabs-panel thead tr:first-child th.stage-blue {
  background-image: url(../img/stage_bg_blue.png);
  color: #fff;
}
#ms-program .msp-experience .tabs-panel thead tr:first-child th.stage-navy {
  background-image: url(../img/stage_bg_navy.png);
  color: #fff;
}
#ms-program .msp-experience .tabs-panel thead tr:last-child th {
  font-size: 10px;
  line-height: 1.65;
}
#ms-program .msp-experience .tabs-panel thead tr:last-child td {
  border: 1px solid rgba(50, 50, 50, 0.2);
  border-width: 0 1px;
}
#ms-program .msp-experience .tabs-panel thead tr:last-child td:last-child {
  border-right-width: 0;
}
#ms-program .msp-experience .tabs-panel tbody th,
#ms-program .msp-experience .tabs-panel tbody td {
  border: 1px solid rgba(50, 50, 50, 0.2);
  background-color: #fff;
}
#ms-program .msp-experience .tabs-panel tbody th {
  border-left-width: 0;
  font-size: 10px;
  line-height: 1.65;
}
#ms-program .msp-experience .tabs-panel tbody td {
  font-family: "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
  font-size: 12px;
  line-height: 1.6666666667;
}
#ms-program .msp-experience .tabs-panel tbody td:last-child {
  border-right-width: 0;
}
#ms-program .msp-experience .tabs-panel tbody tr:first-child th,
#ms-program .msp-experience .tabs-panel tbody tr:first-child td {
  border-top-color: rgba(50, 50, 50, 0.4);
}
#ms-program .msp-experience .tabs-panel tbody tr:last-child th,
#ms-program .msp-experience .tabs-panel tbody tr:last-child td {
  border-bottom-width: 0;
}
#ms-program .msp-experience .tabs-panel .no-bg {
  border: none;
  background-color: transparent;
}
#ms-program .msp-experience .tabs-panel .privilege {
  width: 23px;
  background-color: #888;
  color: #fff;
}
#ms-program .msp-experience .tabs-panel .privilege span {
  display: block;
  line-height: 23px;
  white-space: pre;
  writing-mode: vertical-rl;
}
#ms-program .msp-experience .tabs-panel h3 {
  margin: 29px 0 12px;
  font-size: 14px;
  line-height: 1.5714285714;
}
#ms-program .msp-experience .tabs-panel ul.sup {
  margin-top: 18px;
}
#ms-program .msp-experience .tabs-panel ul.sup li {
  font-feature-settings: "palt";
}

/* 特典 */
#ms-program .msp-privilege {
  padding-top: 110px;
}
#ms-program .msp-privilege p.lead {
  margin: 0 0 50px;
  font-size: 14px;
}
#ms-program .msp-privilege .cHalfColumn-item.--wideColumn {
  width: 100%;
}
#ms-program .msp-privilege .cHalfColumn-main {
  display: flex;
  align-items: center;
  gap: 0 30px;
}
#ms-program .msp-privilege .cHalfColumn-main .privilege-img {
  flex: 0 0 100px;
}
#ms-program .msp-privilege .privilege-fs .privilege-img,
#ms-program .msp-privilege .privilege-more .privilege-img {
  flex: 0 0 90px;
}
#ms-program .msp-privilege .privilege-event {
  display: flex;
  margin-top: 30px;
  background-color: #EEF2F5;
}
#ms-program .msp-privilege .privilege-event-title {
  display: flex;
  flex: 0 0 auto;
  width: 259px;
  background-color: #E5EBED;
}
#ms-program .msp-privilege .privilege-event-title h4 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-inline: auto;
  padding-top: 11px;
  font-family: "Hiragino Kaku Gothic W5 JIS2004", sans-serif;
  font-size: 13px;
  line-height: 1.4615384615;
}
#ms-program .msp-privilege .privilege-event-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-left: 30px;
}
#ms-program .msp-privilege .privilege-event-desc p {
  font-size: 13px;
  line-height: 1.6923076923;
}
#ms-program .msp-privilege .privilege-event-desc ul.sup {
  margin-top: 6px;
}

/* プレミアム特典 */
#ms-program .msp-premium {
  padding-top: 110px;
}
#ms-program .msp-premium .cSmallTitle {
  margin-top: 60px;
  margin-bottom: 30px;
}
#ms-program .msp-premium .cSmallTitle small {
  font-size: 85.7142857143%;
}
#ms-program .msp-premium p {
  font-size: 14px;
}
#ms-program .msp-premium picture {
  display: block;
  text-align: center;
}
#ms-program .msp-premium ul.sup {
  margin-top: 8px;
}
#ms-program .msp-premium .slide-blocks {
  max-width: 566px;
  margin: 0 auto 26px;
}
#ms-program .msp-premium .premium-present {
  display: flex;
  justify-content: center;
  gap: 0 9px;
  margin-top: 50px;
}
#ms-program .msp-premium .premium-present li {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-family: "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
  font-size: 12px;
}
#ms-program .msp-premium .premium-present li span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  background: no-repeat 50% 50% / cover;
}
#ms-program .msp-premium .premium-present .premium-present-blue span {
  width: 140px;
  margin-bottom: 26px;
  background-image: url("../img/premium_blue_bg.png");
}
#ms-program .msp-premium .premium-present .premium-present-navy span {
  width: 236px;
  margin-bottom: 21px;
  background-image: url("../img/premium_navy_bg.png");
}
#ms-program .msp-premium .msp-premium-bag > p + p {
  margin-top: 21px;
}
#ms-program .msp-premium .msp-premium-bag aside {
  display: flex;
  align-items: center;
  gap: 30px 40px;
  margin-top: 40px;
  padding: 25px 40px;
  background-color: #EEF2F5;
}
#ms-program .msp-premium .msp-premium-bag aside picture {
  flex: 0 0 auto;
  width: 170px;
  margin: 0;
}
#ms-program .msp-premium .msp-premium-bag aside p {
  font-size: 13px;
  line-height: 1.7692307692;
}

/* ポイントについて */
#ms-program .msp-point {
  margin-bottom: 74px;
  padding-top: 110px;
}
#ms-program .msp-point .cSmallTitle {
  margin-bottom: 26px;
}
#ms-program .msp-point p {
  font-size: 14px;
}
#ms-program .msp-point ul.sup {
  margin-top: 8px;
}
#ms-program .msp-point .msp-point-save {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 72px;
  margin: 0 60px 60px 0;
}
#ms-program .msp-point .stage-point {
  flex: 0 0 220px;
  text-align: center;
}
#ms-program .msp-point .stage-point p {
  margin-bottom: 20px;
}
#ms-program .msp-point .title-etc {
  margin: 40px 17px 17px;
  font-family: "Hiragino Kaku Gothic W5 JIS2004", sans-serif;
  font-size: 14px;
  line-height: 1.4285714286;
}
#ms-program .msp-point .cAccordionToggle {
  margin-bottom: -1px;
  padding-right: 68px;
  background-color: rgba(255, 250, 231, 0.3);
  font-family: "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
  letter-spacing: 0;
}
#ms-program .msp-point .lAccordionContent {
  padding: 36px 40px;
}
#ms-program .msp-point .msp-special-point {
  padding-top: 20px;
}
#ms-program .msp-point #a-faq {
  margin-top: -110px;
  padding-top: 110px;
}
#ms-program .msp-point #a-faq picture {
  display: block;
}
#ms-program .msp-point .msp-faq .faq-pointuse-flow picture {
  margin: 25px 0 50px;
  text-align: center;
}
#ms-program .msp-point .msp-faq .faq-pointuse-flow ol {
  padding: 28px 0 15px;
}
#ms-program .msp-point .msp-faq .faq-pointuse-flow ol li {
  font-family: "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
  font-size: 14px;
  font-weight: bold;
}
#ms-program .msp-point .msp-faq .faq-pointuse-flow ol li:last-child picture {
  margin-bottom: 0;
}
#ms-program .msp-point .msp-faq .faq-pointuse-flow ol li span.--indent {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}
#ms-program .msp-point .msp-faq .faq-exp-date picture {
  margin: 16px 0;
}
#ms-program .msp-point .msp-faq .faq-connect {
  padding-bottom: 0;
}
#ms-program .msp-point .msp-faq .faq-connect ol li {
  font-family: "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
  font-size: 14px;
  font-weight: bold;
}
#ms-program .msp-point .msp-faq .faq-connect ol li * {
  font-family: "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
  font-weight: normal;
}
#ms-program .msp-point .msp-faq .faq-connect > ol > li {
  margin-bottom: 42px;
}
#ms-program .msp-point .msp-faq .faq-connect > ol > li:last-child {
  margin-bottom: 18px;
}
#ms-program .msp-point .msp-faq .faq-connect .em {
  font-family: "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
  font-weight: bold;
}
#ms-program .msp-point .msp-faq .faq-connect .faq-reqistration {
  margin: 18px 0 34px;
  padding: 22px 24px 25px;
  background-color: #f9f9f9;
}
#ms-program .msp-point .msp-faq .faq-connect .faq-reqistration p {
  margin-bottom: 11px;
}
#ms-program .msp-point .msp-faq .faq-connect .faq-reqistration ol {
  margin-left: 20px;
}
#ms-program .msp-point .msp-faq .faq-connect .faq-reqistration ol li {
  list-style: decimal;
}
#ms-program .msp-point .msp-faq .faq-connect a.to-line {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 50px;
  margin-top: 10px;
  padding-right: 14px;
  border-radius: 5px;
  background-color: #00c942;
  color: #fff;
  font-family: "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 2.6px;
  transition: opacity .2s linear;
}
#ms-program .msp-point .msp-faq .faq-connect a.to-line:hover {
  opacity: 0.7;
}
#ms-program .msp-point .msp-faq .faq-connect a.to-line::before {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 9px;
  background: url(../img/icon_line.svg) no-repeat 50% 50%/contain;
  content: "";
}
#ms-program .msp-point .msp-faq .faq-connect picture {
  margin: 15px 0 28px;
}
#ms-program .msp-point .msp-faq .faq-connect picture + ul {
  margin-left: 2px;
}
#ms-program .msp-point .msp-faq .faq-connect picture + ul li {
  padding-left: 0.85em;
  line-height: 1.5;
  text-indent: -0.85em;
  letter-spacing: 1.2px;
  font-feature-settings: "palt";
}
#ms-program .msp-point .msp-faq .faq-connect picture + ul li::before {
  margin-right: 0.3em;
  content: "・";
}

/* アウトロ */
#ms-program .msp-outro {
  margin-top: 110px;
  padding: 40px 0;
  background-color: #f9f9f9;
  text-align: center;
}
#ms-program .msp-outro p.lead {
  font-size: 14px;
  line-height: 1.5714285714;
}
#ms-program .msp-outro p.lead img {
  margin: 20px 0 42px;
}

/* お問い合わせ */
#ms-program .msp-contact {
  margin-top: 110px;
  padding-bottom: 110px;
}
#ms-program .msp-contact dt,
#ms-program .msp-contact dd {
  font-size: 14px;
  line-height: 1.5714285714;
}
#ms-program .msp-contact dt {
  margin-bottom: 22px;
}
#ms-program .msp-contact a {
  display: inline-block;
  position: relative;
  margin-left: 3px;
  padding-left: 22px;
  text-decoration: none;
  pointer-events: none;
}
#ms-program .msp-contact a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15px;
  height: 10px;
  margin: auto 0;
  background: url(../img/icon_freedial.svg) no-repeat 50% 50%/contain;
  content: "";
}

/*-----
 *  Mobile Layout: ～768px
 */
@media screen and (max-width: 768px) {
  #ms-program {
    max-width: none;
  }
  #ms-program .cSectionTitle {
    margin-bottom: 9.6618357488vw;
  }
  #ms-program .cSectionTitle-inner {
    height: auto;
    min-height: 1.4285714286rem;
  }

  /* 共通 */
  #ms-program ul.sup li {
    font-size: 2.8985507246vw;
    line-height: 1.5;
  }

  #ms-program .announce {
    margin-bottom: 9.6618357488vw;
  }

  /* LINE */
  #ms-program .msp-to-line {
    width: 76.3285024155vw;
  }
  #ms-program .msp-to-line .msp-to-line-btn::before {
    left: 2.4154589372vw;
    width: 6.7632850242vw;
    height: 6.7632850242vw;
  }
  #ms-program .msp-to-line .msp-to-line-sup {
    margin-top: 3.8647342995vw;
    font-size: 2.8985507246vw;
  }

  /* リード */
  #ms-program .msp-lead {
    padding: 43.961352657vw 0 8.6956521739vw;
    background: #f1f5f8 url(../img/sp_lead_bg.jpg) no-repeat 50% 0/100% auto;
  }
  #ms-program .msp-lead h1 img {
    width: 43.4782608696vw;
  }
  #ms-program .msp-lead h2 {
    margin: 55.5555555556vw 5.7971014493vw 3.8647342995vw;
    font-size: 4.347826087vw;
    text-align: left;
  }
  #ms-program .msp-lead h2 + p {
    margin-inline: 5.7971014493vw;
    padding-left: 0;
    font-size: 3.3816425121vw;
    text-align: left;
    line-height: 2.5;
  }
  #ms-program .msp-lead dl {
    flex-wrap: wrap;
    height: 135.2657004831vw;
    margin: 18.3574879227vw 0 5.7971014493vw;
    background: url(../img/sp_lead_stage_bg.png) no-repeat 0 50%/100% auto;
  }
  #ms-program .msp-lead .stage {
    width: 50%;
    height: 50%;
  }
  #ms-program .msp-lead .stage-white {
    padding-top: 22.7053140097vw;
  }
  #ms-program .msp-lead .stage-beige {
    padding-top: 18.3574879227vw;
  }
  #ms-program .msp-lead .stage-blue {
    padding-top: 18.3574879227vw;
  }
  #ms-program .msp-lead .stage-navy {
    padding-top: 14.0096618357vw;
  }
  #ms-program .msp-lead dt {
    margin-bottom: 5.5555555556vw;
    font-size: 4.8309178744vw;
  }
  #ms-program .msp-lead dd {
    font-size: 2.8985507246vw;
  }

  /* 体験 */
  #ms-program .msp-experience {
    margin-top: -9.6618357488vw;
    padding-top: 26.5700483092vw;
  }
  #ms-program .msp-experience p.lead {
    width: 98.5507246377vw;
    height: 81.1594202899vw;
    margin-bottom: 7.2463768116vw;
    padding: 39.8550724638vw 0 0 2.4154589372vw;
    font-size: 3.3816425121vw;
  }
  #ms-program .msp-experience .tabs {
    margin: 0 4.1062801932vw;
  }
  #ms-program .msp-experience .tabs li a {
    padding: 3.3816425121vw 0;
    font-size: 3.3816425121vw;
  }
  #ms-program .msp-experience .tabs-panel {
    margin: 0 4.1062801932vw;
    padding: 7.2463768116vw 0 7.729468599vw;
  }
  #ms-program .msp-experience .tabs-panel .stage-lead {
    padding: 0 6.2801932367vw;
    font-size: 3.3816425121vw;
  }
  #ms-program .msp-experience .tabs-panel table {
    margin: 5.3140096618vw 3.3816425121vw 0 4.347826087vw;
  }
  #ms-program .msp-experience .tabs-panel th {
    font-size: 2.8985507246vw;
  }
  #ms-program .msp-experience .tabs-panel td {
    height: 14.4927536232vw;
    font-size: 3.3816425121vw;
    line-height: 1.5714285714;
  }
  #ms-program .msp-experience .tabs-panel thead tr:first-child th {
    width: 15.4589371981vw;
    height: 9.6618357488vw;
    font-size: 2.8985507246vw;
  }
  #ms-program .msp-experience .tabs-panel thead tr:first-child th.stage-beige {
    background-image: url(../img/sp_stage_bg_beige.png);
  }
  #ms-program .msp-experience .tabs-panel thead tr:first-child th.stage-blue {
    background-image: url(../img/sp_stage_bg_blue.png);
  }
  #ms-program .msp-experience .tabs-panel thead tr:first-child th.stage-navy {
    background-image: url(../img/sp_stage_bg_navy.png);
  }
  #ms-program .msp-experience .tabs-panel thead tr:last-child th {
    padding-left: 5.5555555556vw;
    font-size: 2.4154589372vw;
  }
  #ms-program .msp-experience .tabs-panel tbody th {
    font-size: 2.4154589372vw;
    font-feature-settings: "palt";
  }
  #ms-program .msp-experience .tabs-panel tbody td {
    font-size: 2.4154589372vw;
  }
  #ms-program .msp-experience .tabs-panel .privilege {
    width: 5.5555555556vw;
  }
  #ms-program .msp-experience .tabs-panel .privilege span {
    line-height: 5.5555555556vw;
  }
  #ms-program .msp-experience .tabs-panel h3 {
    margin: 2.4154589372vw 6.2801932367vw 0;
    font-size: 3.3816425121vw;
  }
  #ms-program .msp-experience .tabs-panel picture {
    display: block;
    margin: 0 6.2801932367vw;
  }
  #ms-program .msp-experience .tabs-panel ul.sup {
    margin: 4.347826087vw 6.2801932367vw 0;
  }

  /* 特典 */
  #ms-program .msp-privilege {
    padding-top: 26.5700483092vw;
  }
  #ms-program .msp-privilege p.lead {
    margin: 0 4.1062801932vw 8.4541062802vw;
    font-size: 3.3816425121vw;
  }
  #ms-program .msp-privilege .cHalfColumn-main {
    gap: 0 7.2463768116vw;
  }
  #ms-program .msp-privilege .cHalfColumn-main .privilege-img {
    flex: 0 0 24.154589372vw;
  }
  #ms-program .msp-privilege .cHalfColumn-main .privilege-img img {
    width: 100%;
  }
  #ms-program .msp-privilege .privilege-fs .privilege-img {
    flex: 0 0 24.154589372vw;
  }
  #ms-program .msp-privilege .privilege-more .cHalfColumn-main {
    gap: 0 2.4154589372vw;
  }
  #ms-program .msp-privilege .privilege-more .privilege-img {
    flex: 0 0 28.9855072464vw;
  }
  #ms-program .msp-privilege .privilege-event {
    flex-direction: column;
    margin-top: 7.2463768116vw;
  }
  #ms-program .msp-privilege .privilege-event-title {
    width: 100%;
  }
  #ms-program .msp-privilege .privilege-event-title img {
    flex: 1 1 auto;
    width: auto;
    height: 19.3236714976vw;
  }
  #ms-program .msp-privilege .privilege-event-title h4 {
    gap: 2.4154589372vw;
    width: 100%;
    margin-inline: 6.2801932367vw;
    padding-top: 2.8985507246vw;
    font-size: 3.3816425121vw;
    line-height: 1.5714285714;
  }
  #ms-program .msp-privilege .privilege-event-title h4 img {
    width: 14.4927536232vw;
    height: auto;
  }
  #ms-program .msp-privilege .privilege-event-desc {
    padding: 6.038647343vw 7.2463768116vw;
  }
  #ms-program .msp-privilege .privilege-event-desc p {
    font-size: 3.1400966184vw;
  }
  #ms-program .msp-privilege .privilege-event-desc ul.sup {
    margin-top: 0.9661835749vw;
  }

  /* プレミアム特典 */
  #ms-program .msp-premium {
    padding-top: 26.5700483092vw;
  }
  #ms-program .msp-premium .cSmallTitle {
    margin: 9.6618357488vw 4.1062801932vw 6.2801932367vw;
  }
  #ms-program .msp-premium p {
    margin-inline: 4.1062801932vw;
    font-size: 3.3816425121vw;
  }
  #ms-program .msp-premium picture {
    width: 60.38647343vw;
    margin-inline: auto;
  }
  #ms-program .msp-premium ul.sup {
    margin-top: 2.8985507246vw;
    margin-inline: 4.1062801932vw;
  }
  #ms-program .msp-premium .slide-blocks {
    max-width: none;
    margin: 0 4.1062801932vw 3.8647342995vw;
  }
  #ms-program .msp-premium .premium-present {
    gap: 0 2.1739130435vw;
    margin-top: 9.6618357488vw;
  }
  #ms-program .msp-premium .premium-present li {
    font-size: 2.8985507246vw;
  }
  #ms-program .msp-premium .premium-present li span {
    height: 9.6618357488vw;
  }
  #ms-program .msp-premium .premium-present .premium-present-blue span {
    width: 26.3285024155vw;
    margin-bottom: 5.3140096618vw;
    background-image: url("../img/sp_premium_blue_bg.png");
  }
  #ms-program .msp-premium .premium-present .premium-present-blue img {
    width: 8.6956521739vw;
  }
  #ms-program .msp-premium .premium-present .premium-present-navy span {
    width: 52.1739130435vw;
    margin-bottom: 4.347826087vw;
    background-image: url("../img/sp_premium_navy_bg.png");
  }
  #ms-program .msp-premium .premium-present .premium-present-navy img {
    width: 37.922705314vw;
  }
  #ms-program .msp-premium .msp-premium-bag > p + p {
    margin-top: 5.0724637681vw;
  }
  #ms-program .msp-premium .msp-premium-bag aside {
    flex-direction: column;
    gap: 7.2463768116vw 9.6618357488vw;
    margin: 8.4541062802vw 4.1062801932vw 0;
    padding: 6.038647343vw 9.6618357488vw;
  }
  #ms-program .msp-premium .msp-premium-bag aside picture {
    width: 72.4637681159vw;
  }
  #ms-program .msp-premium .msp-premium-bag aside picture img {
    width: 100%;
  }
  #ms-program .msp-premium .msp-premium-bag aside p {
    margin: 0;
    font-size: 2.8985507246vw;
    line-height: 1.75;
  }

  /* ポイントについて */
  #ms-program .msp-point {
    margin-bottom: 0;
    padding-top: 26.5700483092vw;
  }
  #ms-program .msp-point .cSmallTitle {
    margin-bottom: 6.2801932367vw;
    margin-inline: 4.1062801932vw;
  }
  #ms-program .msp-point p {
    margin-inline: 4.1062801932vw;
    font-size: 3.3816425121vw;
  }
  #ms-program .msp-point ul.sup {
    margin-top: 2.8985507246vw;
    margin-inline: 4.1062801932vw;
  }
  #ms-program .msp-point .toggle-content p,
  #ms-program .msp-point .toggle-content ul.sup {
    margin-inline: 0;
  }
  #ms-program .msp-point .msp-point-save {
    flex-direction: column;
    gap: 0;
    margin: 0 0 8.4541062802vw;
  }
  #ms-program .msp-point .msp-point-save > div:not(.stage-point) {
    display: contents;
  }
  #ms-program .msp-point .msp-point-save > div:not(.stage-point) ul.sup {
    order: 3;
  }
  #ms-program .msp-point .stage-point {
    flex: 0 0 53.1400966184vw;
    margin-top: 4.8309178744vw;
  }
  #ms-program .msp-point .stage-point p {
    margin-bottom: 3.8647342995vw;
  }
  #ms-program .msp-point .title-etc {
    margin: 8.4541062802vw 4.1062801932vw 3.6231884058vw;
    font-size: 3.3816425121vw;
  }
  #ms-program .msp-point .cAccordionToggle {
    padding-right: 13.5265700483vw;
    padding-block: 4.5893719807vw;
  }
  #ms-program .msp-point .lAccordionContent {
    padding: 7.729468599vw 11.8357487923vw 8.6956521739vw;
  }
  #ms-program .msp-point .msp-special-point {
    padding-top: 0;
  }
  #ms-program .msp-point #a-faq {
    margin-top: -26.5700483092vw;
    padding-top: 26.5700483092vw;
  }
  #ms-program .msp-point .msp-faq .faq-pointuse-flow picture {
    margin: 3.6231884058vw 0 8.4541062802vw;
  }
  #ms-program .msp-point .msp-faq .faq-pointuse-flow ol {
    padding: 8.4541062802vw 0 0;
  }
  #ms-program .msp-point .msp-faq .faq-pointuse-flow ol li {
    font-size: 3.3816425121vw;
  }
  #ms-program .msp-point .msp-faq .faq-exp-date picture {
    margin: 3.3816425121vw 0;
  }
  #ms-program .msp-point .msp-faq .faq-connect {
    padding-bottom: 0;
  }
  #ms-program .msp-point .msp-faq .faq-connect ol li {
    font-size: 3.3816425121vw;
  }
  #ms-program .msp-point .msp-faq .faq-connect > ol > li {
    margin-bottom: 8.4541062802vw;
  }
  #ms-program .msp-point .msp-faq .faq-connect > ol > li:last-child {
    margin-bottom: 0;
  }
  #ms-program .msp-point .msp-faq .faq-connect .faq-reqistration {
    margin: 1.9323671498vw 0 2.8985507246vw;
    padding: 5.3140096618vw 8.4541062802vw 6.038647343vw;
  }
  #ms-program .msp-point .msp-faq .faq-connect .faq-reqistration p {
    margin-bottom: 0.9661835749vw;
  }
  #ms-program .msp-point .msp-faq .faq-connect .faq-reqistration ol {
    margin-left: 4.8309178744vw;
  }
  #ms-program .msp-point .msp-faq .faq-connect a.to-line {
    position: relative;
    width: 76.3285024155vw;
    height: 11.5942028986vw;
    margin-top: 2.4154589372vw;
    padding-right: 0;
    border-radius: 0.4830917874vw;
    background-color: #323232;
    font-size: 3.1400966184vw;
    letter-spacing: 0.05em;
    transition: none;
  }
  #ms-program .msp-point .msp-faq .faq-connect a.to-line:hover {
    opacity: 1;
  }
  #ms-program .msp-point .msp-faq .faq-connect a.to-line::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2.4154589372vw;
    width: 6.7632850242vw;
    height: 6.7632850242vw;
    margin: auto 0;
  }
  #ms-program .msp-point .msp-faq .faq-connect a.to-line::after {
    position: absolute;
    top: 0;
    right: 0.5rem;
    bottom: 0;
    width: 2.8985507246vw;
    height: auto;
    margin: auto 0;
    background: url("../../../common/img/icon_arrow_white.svg") no-repeat 50% 50%/contain;
    content: "";
  }
  #ms-program .msp-point .msp-faq .faq-connect picture {
    margin: 2.8985507246vw 0;
  }
  #ms-program .msp-point .msp-faq .faq-connect picture + ul {
    margin-left: 1.2077294686vw;
  }

  /* アウトロ */
  #ms-program .msp-outro {
    margin-top: 26.5700483092vw;
    padding: 9.6618357488vw 0;
  }
  #ms-program .msp-outro p.lead {
    font-size: 3.3816425121vw;
  }
  #ms-program .msp-outro p.lead img {
    width: 38.1642512077vw;
    margin: 6.2801932367vw 0 10.1449275362vw;
  }

  /* お問い合わせ */
  #ms-program .msp-contact {
    margin-top: 26.5700483092vw;
    padding-bottom: 26.5700483092vw;
  }
  #ms-program .msp-contact dl {
    margin: 0 4.1062801932vw;
  }
  #ms-program .msp-contact dt,
  #ms-program .msp-contact dd {
    font-size: 3.3816425121vw;
  }
  #ms-program .msp-contact dt {
    margin-bottom: 5.3140096618vw;
  }
  #ms-program .msp-contact a {
    margin-left: 0.7246376812vw;
    padding-left: 5.3140096618vw;
    text-decoration: underline;
    pointer-events: auto;
  }
  #ms-program .msp-contact a::before {
    width: 3.6231884058vw;
    height: 2.4154589372vw;
  }
}
.content-asset .slick-slider {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .content-asset .slick-slider {
    width: auto;
  }
}
.content-asset .slick-track {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.content-asset .slick-slide img {
  max-width: 100%;
}
.content-asset .slick-prev,
.content-asset .slick-next {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .content-asset .slick-prev,
  .content-asset .slick-next {
    margin-top: -30px;
    padding-block: 12px;
    padding-inline: 15px 12px;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .slick-prev,
  .content-asset .slick-next {
    margin-top: -8.6956521739vw;
    padding-block: 3.3816425121vw;
    padding-inline: 3.1400966184vw 3.3816425121vw;
  }
}
.content-asset .slick-prev::before,
.content-asset .slick-next::before {
  content: url("../../../../assets/img/common/arrow.svg");
  font-family: none;
  line-height: unset;
  font-size: unset;
}
@media screen and (min-width: 769px) {
  .content-asset .slick-prev::before,
  .content-asset .slick-next::before {
    height: 12px;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .slick-prev::before,
  .content-asset .slick-next::before {
    height: 2.8985507246vw;
  }
}
.content-asset .slick-next {
  rotate: 180deg;
}
.content-asset .slick-dots {
  height: 12px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (min-width: 769px) {
  .content-asset .slick-dots {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .slick-dots {
    margin-top: 3.8647342995vw;
  }
}
.content-asset .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0;
}
.content-asset .slick-dots li + li {
  margin-left: 3px;
}
.content-asset .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-asset .slick-dots li button::before {
  content: '';
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 4px;
  height: 4px;
  font-size: 5px;
  border-radius: 50%;
  background-color: #dcdcdc;
  margin: auto;
}
.content-asset .slick-dots li.slick-active button::before {
  background-color: #323232;
  width: 6px;
  height: 6px;
}
