@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300..400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap");
.ff-oswald {
  font-family: "Oswald", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

/* 共通 */
/* lineup-list */
.lineup-list-text {
  margin-bottom: 100px;
}
.lineup-list .ttl-paragraph {
  margin-bottom: 8px;
}
.lineup-list-price {
  padding: 10px 0;
}
.lineup-list-price p {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 0;
}
.lineup-list-price p strong {
  font-size: 14px;
}
.lineup-list-feature {
  background: #eeeeee;
  padding: 5px;
  font-size: 13px;
}
.lineup-list-btn {
  padding: 0 15px;
  min-height: 36px;
}
.lineup-list-btn .btn {
  min-width: 0;
  width: 100%;
  padding: 6px 4px;
}
.lineup-list-btn .btn:hover {
  padding: 6px 4px;
}
.lineup-list .box-product-link:hover .text-link-arrow {
  text-decoration: none;
}

#section-sim .lineup-list-text {
  margin-bottom: 100px;
}

.lineup-more-btn {
  text-align: center;
  padding: 20px 0 3px;
}

.lineup-bottom-btn {
  text-align: center;
}

.js-refine-clear {
  display: none;
}

/* 製品の詳細ページ */
.lineup-product {
  padding: 50px 0 0;
}
.lineup-product-label, .lineup-product-label-5g span {
  display: inline-block;
  line-height: 1;
  font-size: 11px;
  color: #fff;
  background: #CACACA;
  padding: 4px 8px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.lineup-product-label.bg-red, .lineup-product-label-5g span.bg-red {
  background: #ff0000;
}
.lineup-product-label-5g span:nth-child(1) {
  margin-right: 10px;
}
.lineup-product-label-5g span.icon-5g {
  background: #000;
  color: #fff;
}
.lineup-product-ttl {
  font-size: 28px;
  font-weight: bold;
}
.lineup-product-btn-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}
.lineup-product-btn-wrapper .btn {
  min-width: 0;
  width: 100%;
}

.lineup-slider-wrapper {
  position: relative;
  overflow: hidden;
  width: 495px;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 40px;
  border-radius: 8px;
}
.lineup-slider-wrapper .refinemodal-bottom {
  display: none;
}

.lineup-slider,
.lineup-slider-new {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.lineup-slider-list,
.lineup-slider-new-list {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.lineup-slider-list > li,
.lineup-slider-new-list > li {
  display: none;
  width: 415px;
  max-width: 100%;
  padding-top: 100%;
  position: relative;
  background: #fff;
}
.lineup-slider-list > li img,
.lineup-slider-new-list > li img {
  position: absolute;
  top: 0;
  width: 100%;
}
.lineup-slider-list > li:first-child,
.lineup-slider-new-list > li:first-child {
  display: block;
}
.lineup-slider.swiper-container-fade .lineup-slider-list > li, .lineup-slider.swiper-container-horizontal .lineup-slider-list > li,
.lineup-slider-new.swiper-container-fade .lineup-slider-list > li,
.lineup-slider-new.swiper-container-horizontal .lineup-slider-list > li {
  display: block;
}

.lineup-slider-new {
  padding-bottom: 30px;
}
.lineup-slider-new .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 6px !important;
}
.lineup-slider-new .swiper-pagination-white .swiper-pagination-bullet-active {
  background-color: #36c;
}

.swiper-button-next, .swiper-button-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 26px;
  height: 26px;
  margin-top: -20px;
  border-radius: 50%;
  background: #f4f5f8;
}
.swiper-button-next::after, .swiper-button-prev::after {
  content: "";
  display: block;
  width: 5px;
  height: 8px;
  background-color: #f4f5f8;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.swiper-button-next {
  right: 12px;
}
.swiper-button-next::after {
  background-image: url(/lineup/common/images/icon_next.svg);
}

.swiper-button-prev {
  left: 12px;
}
.swiper-button-prev::after {
  background-image: url(/lineup/common/images/icon_prev.svg);
}

.lineup-product-zoom {
  display: none;
}
@media (max-width: 768px) {
  .lineup-product-zoom {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: no-repeat url(/lineup/common/images/icon_expand.svg) center/contain;
    position: absolute;
    right: 18px;
    top: 18px;
    z-index: 1;
  }
}

.lineup-thumb-list {
  font-size: 0;
  margin-top: 25px;
  margin-bottom: 25px;
  height: 48px;
}
.lineup-thumb-list .lineup-thumb {
  display: inline-block;
  width: 48px;
  height: 48px;
  vertical-align: middle;
  margin-right: 3px;
  margin-left: 3px;
  border: 1px solid #e8e8e8;
  padding: 4px;
  display: none;
  cursor: pointer;
}
.lineup-thumb-list .lineup-thumb img {
  width: 100%;
}
.lineup-thumb-list .lineup-thumb.is-active {
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  border: none;
}
.lineup-thumb-list .lineup-thumb[data-color="1"] {
  display: inline-block;
}
.lineup-thumb-list .lineup-thumb.is-show {
  display: inline-block;
}
.lineup-thumb-list .lineup-thumb.is-hidden {
  display: none;
}

.lineup-color-selected {
  text-align: center;
  margin-bottom: 10px;
}

.lineup-color-list,
.lineup-color-list2 {
  font-size: 0;
  text-align: center;
}
.lineup-color-list .lineup-color,
.lineup-color-list2 .lineup-color {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  cursor: pointer;
}
.lineup-color-list .lineup-color.is-active,
.lineup-color-list2 .lineup-color.is-active {
  -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.3);
  border: none;
}
.lineup-color-list .lineup-color:last-child,
.lineup-color-list2 .lineup-color:last-child {
  margin-right: 0;
}

.lineup-color-list2 {
  text-align: left;
}

.lineup-spec-list > li,
.lineup-spec-list > [class*=col-] {
  padding: 0 7px;
  margin-bottom: 15px;
}
.lineup-spec-list .box-small {
  padding: 15px 15px;
  border-radius: 10px;
  background: #f6f6f6;
  border: 2px #f6f6f6;
}
.lineup-spec-list .is-disactive {
  background: #fff;
  border: 2px dashed #f6f6f6;
}
.lineup-spec-list .is-disactive .box-small-image,
.lineup-spec-list .is-disactive p {
  opacity: 0.4;
}

.lineup-campare-slider-list {
  margin-bottom: 40px;
}
.lineup-campare-slider-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.lineup-campare-slider-wrapper .swiper-button-next, .lineup-campare-slider-wrapper .swiper-button-prev {
  display: none;
}
.lineup-campare-slider .box-product.is-active {
  background: #e8e8e8;
  border: 1px solid #d2d2d2;
}
.lineup-campare-slider .table th:before {
  content: none;
}
.lineup-campare-slider .table th, .lineup-campare-slider .table td {
  font-size: 14px;
  padding: 5px 10px;
}

.btn-shop {
  background-image: url(/common_c/images/common/icon/icon_shop_white.svg);
  background-repeat: no-repeat;
  background-position: 50px center;
  background-size: 40px 40px;
}
.btn-shop span {
  line-height: 25px;
  display: inline-block;
  text-align: left;
  margin-top: 9px;
  padding-left: 40px;
}
.btn-shop small {
  font-size: 14px;
}

.btn-store {
  background-image: url(/common_c/images/common/icon/icon_cart_white.svg);
  background-repeat: no-repeat;
  background-position: 40px center;
  background-size: 45px 45px;
}
.btn-store span {
  line-height: 25px;
  display: inline-block;
  text-align: left;
  margin-top: 9px;
  padding-left: 50px;
}
.btn-store small {
  font-size: 14px;
}

/* 過去の製品 */
.lineup-past-desc {
  margin-bottom: 40px;
}
.lineup-past-mainimage {
  text-align: center;
  width: 250px;
  margin: 0 auto;
}
.lineup-past-list .box-block-link {
  height: 100%;
}

@media (max-width: 768px) {
  /* lineup-list */
  .lineup-list .box-product {
    padding-top: 25px;
  }
  .lineup-list .box-product-image img {
    max-width: 80%;
  }
  .lineup-list .box-product-text {
    text-align: center;
    font-size: 12px;
  }
  .lineup-list-text {
    margin-bottom: 90px;
  }
  .lineup-list .ttl-paragraph {
    margin-bottom: 5px;
    line-height: 1.4;
  }
  .lineup-list-price p {
    font-size: 11px;
  }
  .lineup-list-feature {
    font-size: 12px;
  }
  .lineup-list-btn {
    padding: 0 10px;
    min-height: 26px;
  }
  .lineup-list-btn .btn {
    min-width: 0;
    width: 110px;
    padding: 3px 0;
    font-size: 11px;
  }
  .lineup-list-btn .btn:hover {
    padding: 3px 0;
  }
  .lineup-more-btn {
    text-align: center;
    padding: 10px 0 3px;
  }
  .lineup-bottom-btn {
    padding: 0;
  }
  .lineup-icon-device {
    background-repeat: no-repeat;
    background-position: 14px center;
    background-size: 15px;
  }
  .lineup-icon-feature {
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 24px;
  }
  /* 製品の詳細ページ */
  .lineup-product {
    padding: 20px 0 0;
  }
  .lineup-product-label, .lineup-product-label-5g span {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .lineup-product-ttl {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .lineup-product-btn-wrapper {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .lineup-product-btn-wrapper .btn {
    min-width: 185px;
    width: auto;
  }
  .lineup-slider-wrapper {
    padding: 60px 30px 30px;
  }
  .lineup-slider-wrapper.is-zoom {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
  }
  .lineup-slider-wrapper.is-zoom .lineup-slider,
  .lineup-slider-wrapper.is-zoom .lineup-slider-new {
    width: 100%;
    top: 50%;
    margin-top: -50vW;
  }
  .lineup-slider-wrapper.is-zoom .lineup-slider-list > li,
  .lineup-slider-wrapper.is-zoom .lineup-slider-new-list > li {
    width: 100%;
  }
  .lineup-slider-wrapper.is-zoom .lineup-product-zoom {
    display: none;
  }
  .lineup-slider-wrapper.is-zoom .refinemodal-bottom {
    display: block;
  }
  .lineup-slider,
  .lineup-slider-new {
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
  }
  .lineup-slider-list > li,
  .lineup-slider-new-list > li {
    width: 235px;
  }
  .lineup-thumb-list .lineup-thumb {
    width: 48px;
    height: 48px;
  }
  .lineup-thumb-list .lineup-thumb .is-active {
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
    border: none;
  }
  .lineup-color-list .lineup-color .is-active {
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
  }
  .lineup-spec-list > li,
  .lineup-spec-list > [class*=col-] {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .lineup-spec-list .box-small {
    padding: 5px 6px;
    border-radius: 5px;
  }
  .lineup-campare-slider {
    margin: 0 35px 0;
  }
  .lineup-campare-slider-wrapper {
    margin: 0 -15px 10px;
  }
  .lineup-campare-slider .table th, .lineup-campare-slider .table td {
    font-size: 12px;
    padding: 3px 5px;
  }
  .btn-shop,
  .btn-store {
    background-position: center 30px;
    padding: 86px 0 50px;
    line-height: 1.5;
  }
  .btn-shop span,
  .btn-store span {
    line-height: 1.5;
    padding-left: 0;
    text-align: center;
    margin-top: 0;
  }
  .btn-shop small,
  .btn-store small {
    font-size: 10px;
  }
  .btn-shop:hover,
  .btn-store:hover {
    padding: 95px 0 30px !important;
  }
  /* 過去の製品 */
  .lineup-past-desc {
    margin-bottom: 25px;
  }
  .lineup-past-mainimage img {
    max-width: 70%;
  }
}
/* iphone5 iphoneSE用 */
@media screen and (max-width: 370px) {
  .box-small p {
    font-size: 10px;
    left: 52px;
  }
}
/* SIMレイアウト調整 */
#sim-box-area {
  border: 0;
  padding: 0 15px;
  background-color: transparent;
}
@media (max-width: 768px) {
  #sim-box-area {
    padding: 0;
  }
}
#sim-box-area h4 span {
  padding-left: 15px;
  padding-right: 15px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #FEEA34));
  background: linear-gradient(transparent 70%, #FEEA34 0%);
}
@media (max-width: 768px) {
  #sim-box-area h4 span {
    padding: 0;
    line-height: 1.7;
  }
}
#sim-box-area .col-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  border-radius: 10px;
  max-width: 48.5%;
  margin-left: 1.5%;
}
@media (max-width: 768px) {
  #sim-box-area .col-6 {
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#sim-box-area .col-6:first-child {
  margin-right: 1.5%;
  margin-left: 0;
}
@media (max-width: 768px) {
  #sim-box-area .col-6:first-child {
    border-right: 0;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 30px;
  }
}
#sim-box-area .col-6 h5 {
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -41px;
}
@media (max-width: 768px) {
  #sim-box-area .col-6 h5 {
    position: relative;
    left: 0;
    top: 0;
    margin-left: 0;
  }
}
#sim-box-area .col-6 .btn-fix {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -97px;
}
@media (max-width: 768px) {
  #sim-box-area .col-6 .btn-fix {
    position: relative;
    left: 0;
    margin-left: 0;
    margin-top: 15px;
    bottom: 0;
  }
}
#sim-box-area .col-6 .btn-fix .btn {
  padding: 6px 4px;
  min-width: 160px;
}
@media (max-width: 768px) {
  #sim-box-area .col-6 .btn-fix .btn {
    padding: 3px 0px;
    min-width: 110px;
    font-size: 11px;
  }
}
#sim-box-area .box-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#sim-box-area .box-block .box-block-image-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
#sim-box-area .box-block .box-block-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-size: 14px;
  padding: 0 0 3em 0;
  width: 140%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  #sim-box-area .box-block .box-block-text {
    padding: 0;
  }
}
#sim-box-area .box-block .box-block-text a {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 768px) {
  #sim-box-area .box-block .box-block-text a {
    position: relative;
    margin-top: 10px;
  }
}

.fukidashi {
  position: absolute;
  top: 110px;
  width: 85px;
  left: 0;
  -webkit-animation-name: updown1;
          animation-name: updown1; /* アニメーション名の指定 */
  -webkit-animation-delay: 0s;
          animation-delay: 0s; /* アニメーションの開始時間指定 */
  -webkit-animation-duration: 1s;
          animation-duration: 1s; /* アニメーション動作時間の指定 */
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; /* アニメーションの動き指定（徐々に早く）*/
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media (max-width: 768px) {
  .fukidashi {
    top: 30%;
    width: 32%;
  }
}

#regi_b .lineup-list2 {
  border-bottom: 3px solid #e6e6e6;
}

.list-bg-pink {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.list-bg-pink li {
  padding: 10px 0;
  width: 30%;
  font-weight: bold;
  border-radius: 5px;
  background-color: #d3d3d3;
}
@media (max-width: 768px) {
  .list-bg-pink li {
    padding: 5px 0;
    font-size: 11px;
  }
}

@-webkit-keyframes updown1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes updown1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/**** 2022-10-27 ****/
#section-phone h3 a.compare {
  float: right;
  position: relative;
  font-size: 15px;
  text-decoration: none;
  border: 1px solid #e8e8e8;
  font-weight: normal;
  color: #131313;
  padding: 10px 10px 10px 30px;
  border-radius: 5px;
  background-color: #fff;
}
#section-phone h3 a.compare:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  background-image: url(/common_c/images/common/icon/icon_product_mobile.svg);
  background-repeat: no-repeat;
  background-position: top left;
  margin-top: -12px;
  margin-left: 5px;
}

@media (max-width: 768px) {
  #section-phone h3 a.compare {
    font-size: 12px;
    padding: 7px 7px 7px 25px;
    margin-top: -7px;
  }
  #section-phone h3 a.compare:before {
    width: 15px;
    height: 15px;
    margin-top: -9px;
  }
}
/**** 2022-12-23 ****/
.price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.price-box div:nth-child(1) {
  text-align: left;
  font-weight: bold;
  position: relative;
  padding-right: 40px;
}

.price-box div:nth-child(1) s {
  font-size: 20px;
}

.price-box div:nth-child(2) p {
  font-weight: 950;
  font-size: 40px;
  color: #ff0033;
  text-shadow: 1px 0px 0 #ff0033;
}

.price-box div:nth-child(2) p span {
  font-size: 24px;
}

.price-box div:nth-child(2) p sup {
  font-size: 12px;
  font-weight: normal;
}

.price-box div:nth-child(1) .triangle {
  width: 0;
  height: 0;
  position: absolute;
  top: 20px;
  right: 10px;
  border-left: 15px solid #aaa;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.price-box div:nth-child(2) {
  position: relative;
}

@media (max-width: 768px) {
  .price-box {
    display: block;
  }
  .price-box div:nth-child(1) {
    text-align: center;
    padding: 0;
  }
  .price-box div:nth-child(1) .triangle {
    position: relative;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #aaa;
    top: 10px;
    right: 0;
  }
}
#section-iphone h3 a,
#section-smartphone h3 a,
#section-phone h3 a,
#section-sim .text-center a.text-link-arrow {
  float: right;
  font-weight: normal;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  padding: 10px 10px 10px 30px;
  border-radius: 5px;
  margin-right: 0;
}

#section-sim .text-center a.text-link-arrow {
  float: none;
}

@media (max-width: 768px) {
  #section-iphone h3 a,
  #section-smartphone h3 a,
  #section-phone h3 a,
  #section-sim .text-center a.text-link-arrow {
    font-size: 12px;
    margin-top: -10px;
  }
  #section-sim .text-center a.text-link-arrow {
    margin-top: 0px;
  }
}
/* お客様満足度No.1 */
.lineup-slider-icon .customer_no1 {
  position: absolute;
  width: 65px;
  height: auto;
  top: 15px;
  left: 0;
  z-index: 10;
}
@media (max-width: 768px) {
  .lineup-slider-icon .customer_no1 {
    width: 17%;
    top: 0;
    left: calc(10px + 5vw);
  }
}
.lineup-slider-icon.is-zoom .customer_no1 {
  top: calc(50% - 50vw);
  left: 15px;
}
.lineup-slider-icon .swiper-button-next,
.lineup-slider-icon .swiper-button-prev {
  top: calc(50% - 29px);
}
.lineup-slider-icon.is-zoom .swiper-button-next,
.lineup-slider-icon.is-zoom .swiper-button-prev {
  top: 50%;
}
.lineup-slider-icon.is-zoom .customer_no1_note {
  display: none;
}
@media (max-width: 768px) {
  .lineup-slider-icon .lineup-product-zoom {
    bottom: 68px;
  }
}

/* CLS対応 */
.bnr-slider-wrapper {
  min-height: 224px;
}

#lineup-detail .bnr-small-slider-wrapper {
  min-height: 159px;
}

@media (max-width: 768px) {
  .bnr-slider-wrapper {
    min-height: 202px;
  }
  #lineup-detail .bnr-small-slider-wrapper {
    min-height: 126px;
  }
}
/* ボタン並列 */
#vs-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 2%;
}

#btn-spec a {
  font-family: "Roboto", "Droid Sans", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif !important;
  font-size: 12px;
  border: 2px solid #7f8382;
  background-color: #fff;
  border-radius: 8px;
  color: #191919;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 12px 10px;
}

#btn-spec a:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  background: url(/common_c/images/common/icon/vs-icon-spec.svg) no-repeat top left;
  background-size: 20px 20px;
}

@media (max-width: 768px) {
  #vs-button {
    gap: 0 0;
  }
  #btn-spec,
  virtusize-illustrator {
    width: 40%;
  }
  #btn-spec {
    text-align: center;
  }
  #btn-spec a {
    display: inline-block;
    padding: 12px 12.5px;
  }
  #btn-spec a:before {
    vertical-align: middle;
  }
}
@media (max-width: 375px) {
  #vs-button {
    gap: 0 5%;
  }
}
/*** 2024/7 製品詳細CSVABテスト ***/
#zaiko-point {
  max-width: 390px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #zaiko-point {
    max-width: 100%;
  }
}
#zaiko-point #lineup-a {
  display: none;
}
#zaiko-point .box-product {
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  #zaiko-point .box-product {
    padding-left: 25px;
    padding-right: 25px;
  }
}
#zaiko-point .ttl {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #zaiko-point .ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
#zaiko-point .text01, #zaiko-point .text02, #zaiko-point .bottom-txt {
  margin-bottom: 0;
  font-weight: bold;
}
#zaiko-point .price_01, #zaiko-point .price_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
#zaiko-point .price_01 span:nth-child(1), #zaiko-point .price_02 span:nth-child(1) {
  width: 8em;
  font-weight: bold;
  color: #ff0033;
  border: 1px solid #ff0033;
  background-color: #fff6f6;
  padding: 5px;
}
#zaiko-point .price_01 span:nth-child(2), #zaiko-point .price_02 span:nth-child(2) {
  width: 100%;
  text-align: right;
  font-size: 28px;
  font-weight: bold;
}
#zaiko-point .price_01 span:nth-child(2) em, #zaiko-point .price_02 span:nth-child(2) em {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
}
#zaiko-point .price_01_2, #zaiko-point .price_02_2 {
  border-top: 2px solid #e5e5e5;
  margin-top: -10px;
  padding-top: 10px;
}
#zaiko-point .price_01_2 span em, #zaiko-point .price_02_2 span em {
  font-size: 18px;
}
#zaiko-point .price_01_txt, #zaiko-point .price_02_txt {
  font-size: 14px;
}
@media (max-width: 768px) {
  #zaiko-point .btn-red {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.ttl-color,
.ttl-size {
  font-weight: bold;
  margin-bottom: 5px;
  text-align: left;
}

.ttl-lineup {
  border: 0 !important;
  margin-top: 0;
  margin-bottom: 5px;
  background-color: transparent;
  text-align: left;
  font-weight: bold;
}

.ttl-lineup em {
  margin-left: 7.5em;
  font-weight: bold;
  font-size: 13px !important;
}

@media (max-width: 768px) {
  .ttl-lineup em {
    margin-left: 6.5em;
  }
}
.price_area {
  padding: 0;
  margin-bottom: 20px;
}
.price_area h5 {
  text-align: left;
  font-weight: bold;
  margin-bottom: 5px;
}

.ttl-online {
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  background-color: #333;
  padding: 5px 0;
  margin-bottom: 15px;
}

#contract_top,
#pc_top {
  border-radius: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#contract_top li,
#pc_top li {
  width: 48% !important;
}

#contract_top li label,
#pc_top li label {
  padding: 1rem 0 1rem 0.5rem;
  text-align: left;
}

#contract_top li label span,
#pc_top li label span {
  font-size: 12px;
}

@media (max-width: 768px) {
  #contract_top li label span,
  #pc_top li label span {
    font-size: 11px;
  }
}
h6.kisyu,
h6.second {
  display: block;
  background: rgb(255, 45, 45);
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 45, 45)), to(rgb(255, 111, 40)));
  background: linear-gradient(90deg, rgb(255, 45, 45) 0%, rgb(255, 111, 40) 100%);
  border-radius: 15px;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-weight: bold;
}

h6.second {
  line-height: 1.2;
  margin-top: 20px;
}

.kisyu,
.norikae,
.kisyu_last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kisyu div:nth-child(1),
.norikae div:nth-child(1),
.kisyu_last div:nth-child(1) {
  width: 40%;
  text-align: left;
  font-size: 14px;
}

.kisyu_last div:nth-child(1) {
  width: 50%;
}

.kisyu div:nth-child(2),
.norikae div:nth-child(2),
.kisyu_last div:nth-child(2) {
  width: 60%;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}

.kisyu_last div:nth-child(2) {
  width: 50%;
}

.norikae div:nth-child(1),
.norikae div:nth-child(2) {
  font-weight: bold;
  color: #FF0000;
}

.norikae div:nth-child(1) {
  font-size: 16px;
}

.kisyu_shiharai {
  border-bottom: 2px solid #ddd;
  padding-bottom: 15px;
}

.kisyu_shiharai div:nth-child(2) strong {
  font-size: 28px;
  color: #FF0000;
}

.kisyu_last {
  border-top: 2px solid #ddd;
  padding-top: 15px;
}

.kisyu_last.kisyu_shiharai {
  border-bottom: 0;
}

.kosho-anshin {
  margin-bottom: 10px;
}

.kosho-anshin label {
  font-size: 13px;
  margin-top: 15px;
  display: inline-block;
  position: relative;
  padding: 22px 15px 12px 15px;
  background-color: #fff;
  text-align: left;
  border: 1px solid #ddd;
  width: 100%;
}

.kosho-anshin input:checked + label {
  border-color: #636363;
}

.kosho-anshin label span:nth-child(1) {
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -170px;
  border-radius: 12px;
  font-size: 12px;
  padding: 5px 15px;
  background-color: #FF4271;
  color: #fff;
  font-weight: bold;
  width: 90%;
  text-align: center;
}

.kosho-anshin strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.kosho-anshin strong em:nth-child(1) {
  width: 70%;
  text-align: left;
}

.kosho-anshin strong em:nth-child(2) {
  width: 30%;
  text-align: right;
}

.kosho-anshin strong em {
  font-weight: bold;
  font-style: normal;
}

.kosho-anshin em.icon-check {
  margin-top: 5px;
  display: inline-block;
  padding-left: 30px;
  background: url(/common_c/images/common/checkbox_new.svg) left center no-repeat #fff;
  background-size: 20px 20px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
}

.kosho-anshin input:checked + label em.icon-check {
  background-image: url(/common_c/images/common/checkbox_new_on.svg);
}

.price_area .accordion-box {
  padding-bottom: 0px;
}

.acc-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -0.9em;
}

.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-25%) rotate(135deg);
          transform: translateY(-25%) rotate(135deg);
}

.accordion-title.is-active .acc-icon {
  margin-top: -0.7em;
}

.accordion-title.is-active .dli-chevron-down {
  -webkit-transform: translateY(-25%) rotate(-45deg);
          transform: translateY(-25%) rotate(-45deg);
}

.lineup-storage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lineup-storage li {
  width: 32% !important;
  margin-bottom: 10px;
}

.lineup-storage label {
  width: 95% !important;
}

.lineup-storage label span {
  font-size: 14px;
}

h5.ttl-color-top {
  background-color: #f2f3f6;
  font-weight: bold;
  margin: 20px 0 15px 0;
  padding: 5px 0;
}

.lineup-color-list2 .lineup-color.is-active {
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 2px #0085ff;
          box-shadow: 0px 0px 0px 2px #0085ff;
}

.lineup-color-list .lineup-color, .lineup-color-list2 .lineup-color {
  width: 25px;
  height: 25px;
  border-radius: 15px;
}

.lineup-color-list2 .lineup-color {
  width: 35px;
  height: 35px;
  border-radius: 20px;
}

.lineup-storage .c-radio {
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #333;
}

.c-radio-input:checked + .c-radio--blue {
  border: 2px solid #157ED8;
}

.lineup-storage .c-radio-input:disabled + .c-radio {
  background-color: #f4f5f7;
  border: 0;
  padding: 4px 0;
}

.lineup-storage li:nth-child(2) {
  margin-left: 2%;
  margin-right: 2%;
}

.zaiko_t,
.ziko_t {
  display: block !important;
  margin-left: 0 !important;
}

.ttl-color .zaiko_t,
.ttl-color .ziko_t {
  margin-left: 10px !important;
  display: inline-block !important;
}

.norikae,
.norikae + .kisyu,
.kisyu_shiharai3 {
  margin-top: 5px;
}

.last_24 {
  border-top: 0;
  margin-top: 0;
}

.last_24 + .kisyu_last {
  margin-top: 0;
}

@media (max-width: 768px) {
  .kisyu_last div:nth-child(1) {
    width: 40%;
  }
  .kisyu_last div:nth-child(2) {
    width: 60%;
  }
}
@media (max-width: 768px) {
  body:not(.iphone_sbc) #menu-open,
  body:not(.iphone_sbc) .l-footer-control,
  body:not(.iphone_sbc) .sstop_disnone,
  body:not(.iphone_sbc) .header-submenu.header-submenu--temporarily211020 .header-submenu-onlinestore,
  body:not(.iphone_sbc) .header-submenu.header-submenu--temporarily211020 .header-submenu-client,
  body:not(.iphone_sbc) .header-submenu-myymobile,
  body:not(.iphone_sbc) .header-submenu-myymobile,
  body:not(.iphone_sbc) .header-submenu-english-sp,
  body:not(.special_sale) #menu-open,
  body:not(.special_sale) .l-footer-control,
  body:not(.special_sale) .sstop_disnone,
  body:not(.special_sale) .header-submenu.header-submenu--temporarily211020 .header-submenu-onlinestore,
  body:not(.special_sale) .header-submenu.header-submenu--temporarily211020 .header-submenu-client,
  body:not(.special_sale) .header-submenu-myymobile,
  body:not(.special_sale) .header-submenu-english-sp,
  body:not(.head_normal) #menu-open,
  body:not(.head_normal) .l-footer-control,
  body:not(.head_normal) .sstop_disnone,
  body:not(.head_normal) .header-submenu.header-submenu--temporarily211020 .header-submenu-onlinestore,
  body:not(.head_normal) .header-submenu.header-submenu--temporarily211020 .header-submenu-client,
  body:not(.head_normal) .header-submenu-myymobile,
  body:not(.head_normal) .header-submenu-english-sp {
    display: none !important;
  }
  body.head_normal #menu-open,
  body.head_normal .l-footer-control,
  body.head_normal .sstop_disnone,
  body.head_normal .header-submenu.header-submenu--temporarily211020 .header-submenu-onlinestore.d-none.d-md-block,
  body.head_normal .header-submenu.header-submenu--temporarily211020 .header-submenu-client,
  body.head_normal .header-submenu-myymobile {
    display: block !important;
  }
  body:not(.iphone_sbc) .header-logo,
  body:not(.special_sale) .header-logo,
  body:not(.head_normal) .header-logo {
    left: 50%;
    margin-left: -58px;
  }
  body.head_normal .header-logo {
    left: 15px;
    margin-left: 0;
  }
  body:not(.iphone_sbc) .header-submenu.header-submenu--temporarily211020 .header-submenu-chat,
  body:not(.special_sale) .header-submenu.header-submenu--temporarily211020 .header-submenu-chat,
  body:not(.head_normal) .header-submenu.header-submenu--temporarily211020 .header-submenu-chat {
    display: block !important;
  }
  body.head_normal .header-submenu.header-submenu--temporarily211020 .header-submenu-chat {
    display: none !important;
  }
  body:not(.iphone_sbc) .header-submenu.header-submenu--temporarily211020 .header-submenu-chat span,
  body:not(.special_sale) .header-submenu.header-submenu--temporarily211020 .header-submenu-chat span,
  body:not(.head_normal) .header-submenu.header-submenu--temporarily211020 .header-submenu-chat span {
    display: inline-block;
    width: 60px;
    height: 56px;
    background: url(/common_c/images/common/icon/icon_chat.png) center 1px no-repeat;
    background-size: 35px 37px;
    background-position: center center;
  }
  body:not(.iphone_sbc) .sba-click[data-sba-target=sbchat],
  body:not(.iphone_sbc) .sba-click[data-sba-target=sbchat-close],
  body:not(.iphone_sbc) img:has(+ .sba-click[data-sba-target=sbchat]),
  body:not(.special_sale) .sba-click[data-sba-target=sbchat],
  body:not(.special_sale) .sba-click[data-sba-target=sbchat-close],
  body:not(.special_sale) img:has(+ .sba-click[data-sba-target=sbchat]),
  body:not(.head_normal) .sba-click[data-sba-target=sbchat],
  body:not(.head_normal) .sba-click[data-sba-target=sbchat-close],
  body:not(.head_normal) img:has(+ .sba-click[data-sba-target=sbchat]) {
    display: none;
  }
  .tab-fixed-wrapper > .tab.is-fixed.is-show {
    top: 55px;
  }
  .gnav-etcmenu {
    display: none;
  }
}
#pc_modal .pc-modal-inner,
#kubun_modal .kubun-modal-inner {
  position: relative;
  width: 92%;
  max-width: 750px;
  display: block;
  border-radius: 15px;
  background-color: #fff;
  z-index: 1;
}

#pc_modal .pc-modal-content,
#kubun_modal .kubun-modal-content {
  max-height: 85vh;
  overflow-y: auto;
}

#pc_modal .pc-modal-item,
#kubun_modal .kubun-modal-item {
  padding: 8% 4% 4% 6%;
}

#pc_modal .pc-modal-gray,
#kubun_modal .kubun-modal-gray {
  padding: 0.5em;
  background-color: #dbdbdb;
}

#pc_modal .pc-modal-closewrap,
#pc_modal .pc-modal-close,
#kubun_modal .kubun-modal-closewrap,
#kubun_modal .kubun-modal-close {
  cursor: pointer;
}

#pc_modal .pc-modal-closewrap,
#kubun_modal .kubun-modal-closewrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

#pc_modal .pc-modal-close,
#kubun_modal .kubun-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(1.5em, 7.5vw);
  height: min(1.5em, 7.5vw);
  color: #000;
  font-weight: bold;
  font-size: min(1.5em, 5vw);
  border-radius: 50%;
  background-color: #bfbfbf;
}

#pc_modal.is-active,
#kubun_modal.is-active {
  left: 175px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10000;
}

#pc_modal,
#kubun_modal {
  background-color: transparent;
}

#csv_option_text {
  border-bottom: 1px solid #333;
  padding-bottom: 15px;
}

.modal-refine.pc,
.modal-refine.kubun {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.modal-refine.pc em,
.modal-refine.kubun em {
  font-style: normal;
  width: 78%;
}

.modal-refine.pc em:nth-child(1),
.modal-refine.kubun em:nth-child(1) {
  border: 1px solid #333;
  border-radius: 6px;
  padding: 5px;
  margin-right: 2%;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
}

.modal-refine.pc em:nth-child(2),
.modal-refine.kubun em:nth-child(2) {
  width: 20%;
  border-radius: 12px;
  color: #fff;
  background-color: #176bb3;
  padding: 5px;
  font-size: 14px;
}

#kisyu {
  margin-bottom: 20px;
}

.kisyu {
  color: #878786;
  font-weight: bold;
}

.kisyu_gray,
.kisyu_orange {
  position: relative;
  margin-top: 15px;
  background-color: #f7f7f7;
  padding: 15px;
  border-radius: 8px;
}

.kisyu_gray .kisyu_last {
  border: 0;
  padding: 0;
  margin: 0;
  font-weight: bold;
}

.kisyu_gray .kisyu_last span {
  font-size: 30px;
}

.kisyu_gray .kisyu {
  margin-top: 5px;
  color: #333;
}

.kisyu_gray:after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 50%;
  border: 20px solid transparent;
  border-top: 25px solid #ee2025;
  margin-left: -20px;
}

.kisyu_orange {
  background-color: #fde8e8;
}

.kisyu_orange div {
  color: #333;
}

.kisyu_orange .kisyu_shiharai {
  margin-top: 0;
  border: 0;
  padding-bottom: 5px;
}

.kisyu_orange .kisyu_shiharai div:nth-child(2) strong {
  font-size: 35px;
}

.kisyu_orange .kisyu {
  margin-top: 0;
}

.kisyu_orange .fukidashi_oragen {
  text-align: right;
}

.kisyu_orange .fukidashi_oragen span {
  display: inline-block;
  background: rgb(255, 45, 45);
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 45, 45)), to(rgb(255, 111, 40)));
  background: linear-gradient(90deg, rgb(255, 45, 45) 0%, rgb(255, 111, 40) 100%);
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  font-weight: bold;
  position: relative;
  font-size: 12px;
  margin: 10px 0;
}

.kisyu_orange .fukidashi_oragen span:before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 80%;
  border: 10px solid transparent;
  border-top: 12px solid #f36c33;
}

.bottom_tyu,
.bottom_tyu_reserv {
  padding: 10px;
}

.bottom_tyu li,
.bottom_tyu_reserv li {
  font-weight: bold;
}

.bottom_tyu li a,
.bottom_tyu_reserv li a {
  color: #157ED8;
  text-decoration: underline;
}

.bottom_text,
.bottom_text_reserv {
  border-bottom: 1px solid #333;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.kosho-anshin label span:nth-child(1):before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 12px solid #ff4271;
}

.c-select::after {
  content: "";
  background: url(/common_c/images/common/icon/icon_arrow_black.svg) no-repeat center center;
  background-size: 10px 10px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#keiyakukubun {
  padding-top: 20px;
}

@media (max-width: 1180px) {
  #pc_modal.is-active,
  #kubun_modal.is-active {
    left: 0;
  }
}
@media (max-width: 768px) {
  .modal-refine.pc em:nth-child(2),
  .modal-refine.kubun em:nth-child(2) {
    font-size: 12px;
  }
  .text-md-left {
    text-align: left !important;
  }
}
/* 20250228 */
.kosho-anshin + p + p + ul.list-iconindent.text-size-s.text-left {
  display: none;
}

.kosho-anshin + p + p + ul.list-iconindent.text-size-s.text-left.mt-20 {
  display: block;
}

/* 20250410 */
.slide_movie:after {
  content: "";
  display: block;
  background: url(/common_c/images/common/icon/icon_play_gray.png) no-repeat center center;
  background-size: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.refinemodal.is-active fw-player {
  position: absolute;
  top: 50%;
  margin-top: -275px;
}
@media (max-width: 768px) {
  .refinemodal.is-active fw-player {
    margin-top: -116px;
  }
}

/* 20250425 */
.cta-box {
  border-bottom: 1px solid #333;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.cta-box .bg-gray {
  border-radius: 10px;
  padding: 20px 0;
}
.cta-box .bg-gray .text-link-arrow.text-red {
  color: #ff0033 !important;
}
.cta-box .bg-gray .esim_block {
  background-color: #fff;
  border-radius: 5px;
  width: 80%;
  margin: 0 auto 20px;
  padding: 15px 0;
}

/*** 20250603-購入導線静的化 ***/
.text-center-b {
  text-align: center !important;
}

.ttl-ols {
  font-size: 16px;
  font-weight: bold;
  padding: 8px 0;
  margin-bottom: 10px;
  border-top: 1px solid #323232;
  border-bottom: 1px solid #323232;
}

/* 容量 */
.gb-box {
  background-color: #F4F5F8;
  padding: 20px 10px;
  border-radius: 8px;
}
.gb-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  margin-bottom: 0;
}
.gb-box ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px 0;
  border: 2px solid #fff;
  cursor: pointer;
}
.gb-box ul li.active {
  border: 2px solid #1997FF;
  cursor: default;
}

/* プラン */
.plan-box {
  padding: 25px 0 0 0;
}
.plan-box .text-first {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 25px;
}
.plan-box .text-first span {
  font-size: 12px;
  font-weight: normal;
}

body.has-no-discount .plan-box .js-plan-box:not(.is-tokusapo) .model_price,
body.has-no-discount .plan-box .js-plan-box:not(.is-tokusapo) .discount,
body.has-no-discount .plan-box .js-plan-box:not(.is-tokusapo) .total,
body.has-no-bunkatsu-discount .plan-box .js-plan-box.is-tokusapo .model_price,
body.has-no-bunkatsu-discount .plan-box .js-plan-box.is-tokusapo .discount,
body.has-no-bunkatsu-discount .plan-box .js-plan-box.is-tokusapo .total {
  display: none;
}

body:not(.has-no-discount) .plan-box .js-plan-box:not(.is-tokusapo) .model-price-and-total,
body:not(.has-no-bunkatsu-discount) .plan-box .js-plan-box.is-tokusapo .model-price-and-total {
  display: none;
}

.plan-box .model_price,
.plan-box .discount,
.plan-box .total,
.plan-box .model-price-and-total,
.plan-box .payment1-24,
.plan-box .payment25-48,
.tokusapo-box .tokusapo-total,
.tokusapo-box .payment1-24,
.tokusapo-box .payment25-48 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.plan-box .payment25-48 {
  margin-bottom: 15px;
}

.tokusapo-box .tokusapo-total {
  font-weight: bold;
}

.plan-box .discount {
  color: #ff0033;
}

.plan-box .model_price div p,
.plan-box .discount div p,
.plan-box .total div p,
.plan-box .model-price-and-total div p,
.plan-box .payment1-24 div p,
.plan-box .payment25-48 div p,
.tokusapo-box .tokusapo-total div p,
.tokusapo-box .payment1-24 div p,
.tokusapo-box .payment25-48 div p {
  margin-bottom: 5px;
}

.tokusapo-box .payment25-48 div:nth-child(2) p {
  font-size: 16px;
}

.plan-box .total div p,
.plan-box .model-price-and-total div p {
  margin-bottom: 10px;
}

.plan-box .model_price div:nth-child(1),
.plan-box .discount div:nth-child(1),
.plan-box .total div:nth-child(1),
.plan-box .model-price-and-total div:nth-child(1),
.plan-box .payment1-24 div:nth-child(1),
.plan-box .payment25-48 div:nth-child(1),
.tokusapo-box .payment1-24 div:nth-child(1),
.tokusapo-box .payment25-48 div:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}

.plan-box .payment1-24 div:nth-child(1),
.plan-box .payment25-48 div:nth-child(1),
.tokusapo-box .payment1-24 div:nth-child(1),
.tokusapo-box .payment25-48 div:nth-child(1) {
  padding-left: 1em;
}

.plan-box .model_price div:nth-child(2),
.plan-box .discount div:nth-child(2),
.plan-box .total div:nth-child(2),
.plan-box .model-price-and-total div:nth-child(2),
.plan-box .payment1-24 div:nth-child(2),
.plan-box .payment25-48 div:nth-child(2),
.tokusapo-box .payment1-24 div:nth-child(2),
.tokusapo-box .payment25-48 div:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}

.tokusapo-box .tokusapo-total div:nth-child(1) {
  text-align: left;
  width: 5em;
}

.tokusapo-box .tokusapo-total div:nth-child(2) {
  text-align: right;
  width: calc(100% - 5em);
}

.plan-box .model_price div:nth-child(2) span,
.plan-box .discount div:nth-child(2) span,
.plan-box .total div:nth-child(2) span,
.plan-box .model-price-and-total div:nth-child(2) span,
.tokusapo-box .tokusapo-total div:nth-child(2) span {
  font-size: 18px;
}

.tokusapo-box .tokusapo-total div:nth-child(2),
.tokusapo-box .payment25-48 div:nth-child(2) {
  color: #ff0033;
}

.tokusapo-box .tokusapo-total p {
  line-height: 1;
}

.tokusapo-box .tokusapo-total div:nth-child(2) p {
  font-size: 24px;
}

.tokusapo-box .tokusapo-total div:nth-child(2) span {
  font-size: 64px;
}

.ttl-payment {
  text-align: left;
  font-size: 12px;
  color: #878786;
  padding: 15px 0 0 1em;
  margin-bottom: 5px;
  border-top: 1px dashed #878786;
}

.tokusapo-box:before {
  content: "";
  display: inline-block;
  background: url(/lineup/common/images/icon_arrow.png) no-repeat top center;
  background-size: cover;
  width: 32px;
  height: 22px;
}

.tokusapo-box .tokusapo-ttl {
  background: #FF0033;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 0, 51)), to(rgb(255, 107, 131)));
  background: linear-gradient(90deg, rgb(255, 0, 51) 0%, rgb(255, 107, 131) 100%);
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 15px;
  padding: 5px;
  margin-bottom: 0;
}

.tokusapo-box .tokusapo-plan {
  border-radius: 0 0 10px 10px;
  background-color: #FFF0F3;
  padding: 15px;
  margin-bottom: 20px;
}

.tokusapo-box .tokusapo-plan .text-red {
  font-size: 13px;
  margin-bottom: 0;
}

.text-link-arrow.link-red {
  font-size: 13px;
  color: #ff0033 !important;
}

.plan-box .total-ikkatsu div:nth-child(1) span {
  display: block;
  font-size: 13px;
  color: #878786;
}

.plan-box .total-ikkatsu div:nth-child(2) {
  color: #ff0033;
  font-size: 17px;
  font-weight: bold;
}

.plan-box .total-ikkatsu div:nth-child(2) span {
  font-size: 32px;
}

/* 20250624-spec */
.spec-ttl {
  position: relative;
}
.spec-ttl h3.ttl-section {
  width: calc(100% - 237px);
}
@media (max-width: 768px) {
  .spec-ttl h3.ttl-section {
    width: 100%;
  }
}
.spec-ttl #btn-spec {
  position: absolute;
  bottom: 0;
  right: 0;
}
.spec-ttl #btn-spec a {
  padding: 10px 50px;
}
@media (max-width: 768px) {
  .spec-ttl #btn-spec {
    position: relative;
    width: 100%;
  }
  .spec-ttl #btn-spec a {
    padding: 12px 12.5px;
    font-size: 14px;
    width: 100%;
  }
}

/* 202507-layout */
.slide_sticky {
  position: sticky;
  top: 0;
}
@media (max-width: 768px) {
  .slide_sticky {
    position: relative;
  }
  .slide_sticky .ttl-color {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .slide_sticky .lineup-color-list2 .lineup-color {
    width: 38px;
    height: 38px;
  }
}

.is-header-fixed .slide_sticky {
  padding-top: 83px;
}
@media (max-width: 768px) {
  .is-header-fixed .slide_sticky {
    padding-top: 0;
  }
}

.bottom_cta_link {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: #fff;
  padding: 10px 0 5px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.4);
}

.pb-sticky {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .pb-sticky {
    padding-bottom: 0;
  }
}

.gotop-sticky {
  bottom: 90px;
}
@media (max-width: 768px) {
  .gotop-sticky {
    bottom: 85px;
  }
}

.mb-sticky {
  margin-bottom: 10em;
}
@media (max-width: 768px) {
  .mb-sticky {
    margin-bottom: 0;
  }
}

.lineup-detail-tab.tab {
  max-width: 980px;
  margin-inline: auto;
}
.lineup-detail-tab .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3px;
  border: 0;
}
.lineup-detail-tab .tab-list-item {
  border-radius: 10px 10px 0 0;
  height: auto;
  min-height: 42px;
  background: #caceda;
  color: #fff;
  font-weight: bold;
}
.lineup-detail-tab .tab-list-item.is-active {
  background: #323232;
  border-bottom: none;
}
.lineup-detail-tab .tab-list-item.is-active::after {
  display: none;
}
.lineup-detail-tab:not(.has-no-tab) + .tab-target-wrapper {
  border-top: 1px solid #323232;
}
.lineup-detail-tab + .tab-target-wrapper .tab-target-item > .row {
  max-width: 770px;
  margin-inline: auto;
}

.gb-selector ul,
.contract-type-selector ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px 10px;
}
@media (max-width: 768px) {
  .gb-selector ul,
  .contract-type-selector ul {
    gap: 10px 9px;
  }
}
.gb-selector ul > li,
.contract-type-selector ul > li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: calc((100% - 20px) / 3);
      flex-basis: calc((100% - 20px) / 3);
}
.gb-selector input,
.contract-type-selector input {
  display: none;
}
.gb-selector label,
.contract-type-selector label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 36px;
  border: 1px solid #7c7e87;
  -webkit-box-shadow: 0 4px 0 #7c7e87;
          box-shadow: 0 4px 0 #7c7e87;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  font-size: 15px;
  line-height: 1.15;
  padding: 2px;
}
@media (max-width: 768px) {
  .gb-selector label,
  .contract-type-selector label {
    min-height: 30px;
    font-size: clamp(11px, 3.25vw, 13px);
  }
}
.gb-selector input:checked ~ label,
.contract-type-selector input:checked ~ label {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #1997FF;
  border-color: #1997FF;
  color: #fff;
}

@media (min-width: 769px) {
  .contract-type-selector ul > li {
    -ms-flex-preferred-size: calc((100% - 20px) / 2);
        flex-basis: calc((100% - 20px) / 2);
  }
}
.tokusapo-box-balloon img {
  width: 70%;
  height: auto;
  max-width: 354px;
}

@media (min-width: 769px) {
  .plan-box-content {
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 22px 26px;
  }
}
.about-tokusapo-link a {
  color: #f00 !important;
  text-decoration: underline !important;
}

.product-info-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
}
@media (max-width: 768px) {
  .product-info-nav ul {
    gap: 10px;
  }
}
.product-info-nav ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 250px;
}
@media (max-width: 768px) {
  .product-info-nav ul > li {
    min-width: auto;
  }
}
.product-info-nav ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 0.3em;
  font-size: 15px;
  border-bottom: 1px solid #323232;
}
@media (max-width: 768px) {
  .product-info-nav ul > li > a {
    font-size: 13px;
  }
}
.product-info-nav ul > li > a > span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 0 30px;
  font-weight: bold;
}
.product-info-nav ul > li > a > span::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 9px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #7c7e87;
}
@media (max-width: 768px) {
  .product-info-nav ul > li > a > span::after {
    width: 13px;
    height: 8px;
    right: 10px;
  }
}

.text-regular {
  font-weight: 400 !important;
}

.js-plan-box {
  opacity: 1;
  -webkit-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
}

.js-plan-box.is-hidden {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}