@charset "UTF-8";
.campaign-mv-container {
  padding-bottom: 0;
}

.th23sp-lead {
  margin-top: 25px;
  padding: 40px 0 60px;
  background-image: url(/asset/img/special/2023spring/lead_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
}

.th23sp-lead-title {
  text-align: center;
  line-height: 1.5;
  font-style: italic;
  color: #00a23f;
}

.th23sp-lead-text {
  margin-top: 30px;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}

.th23sp-lead-anchor {
  margin: 70px auto 0;
  max-width: 820px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.th23sp-lead-copy {
  margin: 35px auto 0;
  max-width: 353px;
  text-align: center;
}

.th23sp-service-title {
  text-align: center;
}

.th23sp-service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px 0;
  margin-top: 45px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.th23sp-service-list > li {
  width: 100%;
}

.th23sp-service-anchor {
  position: relative;
  top: -30px;
}

.th23sp-service-anchor[data-anchor-id="yuzurune"] + .th23sp-service-card .th23sp-service-card-title {
  width: 417px;
  margin: 0 auto;
}

.th23sp-service-card {
  border-radius: 10px;
  position: relative;
  padding: 40px;
  background-color: #fff;
  border: 1px solid #00a23f;
}

.th23sp-service-card-balloon {
  position: absolute;
  top: -25px;
  left: 10px;
  width: 140px;
}

.th23sp-service-card-title {
  text-align: center;
}

.th23sp-service-card-feature {
  margin: 45px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.th23sp-service-card-feature > dt {
  width: 300px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
  padding-right: 25px;
}

.th23sp-service-card-feature > dd {
  width: 100%;
  line-height: 1.5;
}

.th23sp-service-card-feature-title {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "UD Shin Maru Go Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.th23sp-service-card-feature-text {
  font-weight: bold;
  margin-top: 25px;
}

.th23sp-service-card .price-container {
  margin-top: 25px;
}

.th23sp-service-card-recommend {
  margin-top: 40px;
}

.th23sp-service-card-recommend-title {
  text-align: center;
}

.th23sp-service-card-recommend-list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.th23sp-service-card-recommend-list > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.th23sp-service-card-recommend-list > dl > dt {
  text-align: center;
  width: 120px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.th23sp-service-card-recommend-list > dl > dd {
  width: 200px;
  line-height: 1.5;
}

.th23sp-service-card-recommend-list-title {
  font-weight: bold;
}

.th23sp-service-card-recommend-list-text {
  font-weight: bold;
  margin-top: 15px;
  font-size: 1.4rem;
}

.th23sp-service-card .btn {
  margin-top: 45px;
}

.th23sp-service-card .btn.disable {
  opacity: 1;
  background-color: #e0e0e0;
  color: #212121;
  border-color: #b1b1b1;
}

.th23sp-service-card .btn.disable > i {
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}

.th23sp-movie-title {
  margin: 0 auto;
  width: 596px;
}

.th23sp-movie-text {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-top: 40px;
}

.th23sp-movie-youtube {
  margin: 40px auto 0;
  max-width: 830px;
}

.th23sp-movie .btn {
  margin-top: 60px;
}

.th23sp-movie .btn.disable {
  opacity: 1;
  background-color: #e0e0e0;
  color: #212121;
  border-color: #b1b1b1;
}

.th23sp-movie .btn.disable > i {
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}

.th23sp-cp-title {
  text-align: center;
  margin-bottom: 40px;
}

.th23sp-cp .card.link-card.disable > a[target="_blank"] {
  pointer-events: none;
}

.th23sp-cp .card.link-card.disable > a[target="_blank"] > dl > dt {
  background-image: none;
}

@media screen and (max-width: 767px) {
  .th23sp-lead {
    margin-top: 20px;
    padding: 20px 0 30px;
    background-image: url(/asset/img/special/2023spring/sp/lead_bg.png);
    background-size: 350px;
  }
  .th23sp-lead-text {
    margin-top: 15px;
    font-size: 1.6rem;
  }
  .th23sp-lead-anchor {
    width: 300px;
    margin: 25px auto 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .th23sp-lead-anchor > li {
    width: 90px;
  }
  .th23sp-lead-copy {
    width: 225px;
    margin: 25px auto 0;
  }
  .th23sp-service-title {
    width: 185px;
    margin: 0 auto;
  }
  .th23sp-service-list {
    gap: 35px 0;
    margin-top: 30px;
  }
  .th23sp-service-anchor {
    top: -25px;
  }
  .th23sp-service-anchor[data-anchor-id="10punvoicepack"] + .th23sp-service-card .th23sp-service-card-title {
    width: 180px;
  }
  .th23sp-service-anchor[data-anchor-id="superlight"] + .th23sp-service-card .th23sp-service-card-balloon {
    width: 225px;
  }
  .th23sp-service-anchor[data-anchor-id="superlight"] + .th23sp-service-card .th23sp-service-card-title {
    width: 250px;
  }
  .th23sp-service-anchor[data-anchor-id="free"] + .th23sp-service-card .th23sp-service-card-title {
    width: 150px;
  }
  .th23sp-service-anchor[data-anchor-id="esim"] + .th23sp-service-card .th23sp-service-card-balloon {
    width: 225px;
  }
  .th23sp-service-anchor[data-anchor-id="esim"] + .th23sp-service-card .th23sp-service-card-title {
    width: 170px;
  }
  .th23sp-service-anchor[data-anchor-id="yuzurune"] + .th23sp-service-card .th23sp-service-card-title {
    width: 170px;
  }
  .th23sp-service-anchor[data-anchor-id="yuzurune"] + .th23sp-service-card .th23sp-service-card-balloon {
    width: 175px;
  }
  .th23sp-service-anchor[data-anchor-id="nightfree"] + .th23sp-service-card .th23sp-service-card-balloon {
    width: 225px;
  }
  .th23sp-service-anchor[data-anchor-id="nightfree"] + .th23sp-service-card .th23sp-service-card-title {
    width: 140px;
  }
  .th23sp-service-anchor[data-anchor-id="nightfree"] + .th23sp-service-card .th23sp-service-card-feature > dt {
    width: 180px;
  }
  .th23sp-service-anchor[data-anchor-id="chargespot"] + .th23sp-service-card .th23sp-service-card-balloon {
    width: 155px;
  }
  .th23sp-service-anchor[data-anchor-id="chargespot"] + .th23sp-service-card .th23sp-service-card-title {
    width: 260px;
  }
  .th23sp-service-anchor[data-anchor-id="chargespot"] + .th23sp-service-card .th23sp-service-card-feature > dt {
    width: 185px;
  }
  .th23sp-service-anchor[data-anchor-id="okaeri"] + .th23sp-service-card .th23sp-service-card-balloon {
    width: 165px;
  }
  .th23sp-service-anchor[data-anchor-id="okaeri"] + .th23sp-service-card .th23sp-service-card-title {
    width: 165px;
  }
  .th23sp-service-card {
    padding: 45px 20px 30px;
  }
  .th23sp-service-card-balloon {
    width: 215px;
    top: -15px;
    left: 8px;
  }
  .th23sp-service-card-title {
    margin: 0 auto;
  }
  .th23sp-service-card-feature {
    margin-top: 20px;
    display: block;
  }
  .th23sp-service-card-feature > dt {
    width: 145px;
    margin: 0 auto;
    padding: 0;
  }
  .th23sp-service-card-feature > dd {
    margin-top: 20px;
  }
  .th23sp-service-card-feature-title {
    font-size: 1.6rem;
  }
  .th23sp-service-card-feature-text {
    margin-top: 15px;
  }
  .th23sp-service-card .price-container {
    margin-top: 30px;
  }
  .th23sp-service-card-recommend {
    margin-top: 30px;
  }
  .th23sp-service-card-recommend-title {
    width: 185px;
    margin: 0 auto;
  }
  .th23sp-service-card-recommend-list {
    margin-top: 30px;
    display: block;
  }
  .th23sp-service-card-recommend-list > dl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .th23sp-service-card-recommend-list > dl:nth-of-type(n+2) {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eeeeee;
  }
  .th23sp-service-card-recommend-list > dl:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .th23sp-service-card-recommend-list > dl > dt {
    width: 75px;
  }
  .th23sp-service-card-recommend-list > dl > dt > img {
    max-width: none;
    height: 65px;
  }
  .th23sp-service-card-recommend-list > dl > dd {
    width: 100%;
  }
  .th23sp-service-card-recommend-list-title {
    font-size: 1.1rem;
  }
  .th23sp-service-card-recommend-list-text {
    margin-top: 10px;
    font-size: 1.0rem;
  }
  .th23sp-service-card .btn {
    margin-top: 30px;
  }
  .th23sp-movie-title {
    width: 200px;
  }
  .th23sp-movie-text {
    font-size: 1.6rem;
    margin-top: 20px;
  }
  .th23sp-movie-youtube {
    margin-top: 20px;
    max-width: 250px;
  }
  .th23sp-movie .btn {
    margin-top: 30px;
  }
  .th23sp-cp-title {
    width: 250px;
    margin: 0 auto 20px;
  }
}

@media screen and (min-width: 768px) {
  .th23sp-service-anchor[data-anchor-id="free"] + .th23sp-service-card .th23sp-service-card-recommend-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .th23sp-service-anchor[data-anchor-id="free"] + .th23sp-service-card .th23sp-service-card-recommend-list > dl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .th23sp-service-anchor[data-anchor-id="free"] + .th23sp-service-card .th23sp-service-card-recommend-list > dl > dd {
    width: auto;
  }
  .th23sp-service-anchor[data-anchor-id="nightfree"] + .th23sp-service-card .th23sp-service-card-feature {
    margin-top: 60px;
  }
  .th23sp-service-anchor[data-anchor-id="chargespot"] + .th23sp-service-card .th23sp-service-card-feature {
    margin-top: 60px;
  }
  .th23sp-service-anchor[data-anchor-id="okaeri"] + .th23sp-service-card .th23sp-service-card-feature {
    margin-top: 55px;
  }
}
