@charset "UTF-8";
/* 共通コンポーネントの上書き */
.l-lp .list-faq-item {
  border-bottom-color: #D2D2D2;
}
.l-lp .list-faq-item:first-child {
  border-top-color: #D2D2D2;
}
.l-lp .list-faq-item a:after {
  background-image: url(/sp/common/images/icon_arrow.svg);
}

.lp-ttl-section-step {
  display: flex;
  align-items: center;
}
.lp-ttl-section-step-icon {
  width: 48px;
  display: block;
  margin-right: 15px;
}
/* ページ固有のコンポーネント */
.lp-ttl-img {
  text-align: center;
}
.lp-ttl-img img {
  width: 138px;
}
@media (max-width: 768px) {
  .lp-ttl-img img {
    width: 109px;
  }
}
.lp-ttl-box-block {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .lp-ttl-box-block {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.lp-ttl-small {
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .lp-ttl-small {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.lp-ttl-slash {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  display: flex;
  width: 100%;
  margin: 30px auto 15px;
  align-items: flex-end;
  justify-content: center;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .lp-ttl-slash {
    font-size: 4.2666666667vw;
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
.lp-ttl-slash:before, .lp-ttl-slash:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #000;
  width: 2px;
  height: 1em;
  margin: 0 0.8em 4px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .lp-ttl-slash:before, .lp-ttl-slash:after {
    height: 1em;
    margin: 0 0 3px 0;
  }
}
.lp-ttl-slash:before {
  transform: rotate(-35deg);
}
@media (max-width: 768px) {
  .lp-ttl-slash:before {
    left: -10px;
  }
}
.lp-ttl-slash:after {
  transform: rotate(35deg);
}
@media (max-width: 768px) {
  .lp-ttl-slash:after {
    right: -10px;
  }
}
.lp-ttl-slash-large {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .lp-ttl-slash-large {
    font-size: 5.0666666667vw;
  }
}
.lp-ttl-slash-red {
  color: #FF0033;
}
.lp-ttl-slash-red:before, .lp-ttl-slash-red:after {
  background-color: #FF0033;
}
.lp-list-qa-item {
  font-weight: 700;
  font-size: 1.2rem;
  transform: rotateZ(0.03deg);
  border-bottom: 1px dashed #D2D2D2;
}
@media (max-width: 768px) {
  .lp-list-qa-item {
    font-size: 3.4666666667vw;
  }
}
.lp-list-qa-item:first-child {
  border-top: 1px dashed #D2D2D2;
}
.lp-list-qa-item a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .lp-list-qa-item a {
    font-size: 3.4666666667vw;
  }
}
.lp-list-qa-item a::after {
  content: "";
  width: 8px;
  height: 12px;
  background-image: url(/sp/common/images/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translateY(-50%);
}
.lp-list-qa-item span {
  padding: 0 40px 0 0;
  display: inline-block;
}

.model-wrapper {
  max-width: 600px;
  margin: auto;
}
.param-ouchi,
.param-kurikoshi,
.param-kazoku,
.param-planm,
.param-iphone {
  display: none!important;
}
.param-ouchi.is-active,
.param-kurikoshi.is-active,
.param-kazoku.is-active,
.param-planm.is-active,
.param-iphone.is-active {
  display: block!important;
}
.lp-mv{
  background-color: #f6f6f6;
  overflow: visible;
}
.lp-hdg{
    font-size: 22px;
  }
.ulPink{
  background-image: linear-gradient(0deg, #fecdda80 0%, #fecdda80 40%, #ffffff 40%, #ffffff 100%);
  background-size: contain;
}
.header-logo-2-lp{
  display: none;
}
.swiper{
  position: relative;
}
.swiper-button-prev,
.swiper-button-next{
  width: 30px;
  height: 30px;
  border-radius: 999px;
  box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
  background-size: cover;
  z-index: 3!important;
}
.swiper-button-prev{
  background-image: url("../images/kurikoshi_arrow_left.png");
  left: -10px;
}
.swiper-button-next{
  background-image: url("../images/kurikoshi_arrow_right.png");
  right: -10px;
}
.lp-accordion-title{
  padding-top: 12px;
  padding-bottom: 12px;
}
.lp-accordion-frame{
  border: solid #ff0033 1px;
  border-radius: 5px 5px 0 0;
  max-width:626px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.lp-accordion-frame-ttl{
  font-size: 18px;
  background-color: #ff0033;
  color: #fff;
  line-height: 2;
  text-align: center;
  margin-bottom: 0;
}
.lp-accordion-frame.gray{
  border: solid #707070 1px;
  border-radius: 5px 5px 0 0;
}
.lp-accordion-frame.gray .lp-accordion-frame-ttl{
  background-color: #707070;
}
.lp-accordion-frame.frame-support{
  border: solid #DDDDDD 1px;
  border-radius: 5px;
  max-width: 400px;
}
.lp-accordion-frame.frame-support .lp-accordion-frame-ttl{
  background-color: #323232;

}
.lp-accordion-frame-content{
  padding: 30px;
  font-size: 15px;
}
.lp-ttl-slash2{
  font-weight: normal;
  font-size: 13px;
  margin-bottom: 5px;
}
.lp-ttl-slash2::before{
  transform: rotate(-20deg);
  height: 1.2em;
  width: 1px;
  top: 0.2em;
}
.lp-ttl-slash2::after{
  transform: rotate(20deg);
  height: 1.2em;
  width: 1px;
  top: 0.2em;

}
.planm-img{
    display: inline-block;
    max-height: 88px;
  }
.planm-content .txt{
  margin-top: -5px;
}
.support-img{
  width: 100px;
  object-fit: contain;
}
.support-txt{
  align-items: center;
}
.imanosumaho-img{
  display: inline-block;
  max-height: 80px;
  object-fit: contain;

}
.imanosumaho-img img{
  display: inline-block;
  object-fit: contain;
  height: 100%;
  max-height: 80px;
}
.max626{
  max-width: 626px;
}
.max480{
  max-width: 480px;
}
#lineup p.text-bold.text-size-m{
  font-weight: normal!important;
}
.price-flow-item.plus:not(:last-child)::after{
  display: none;
}
.price-flow-list-plus{
  position: relative;
}
.price-flow-list-plus::after{
  position: absolute;
  content: "";
  width: calc(22 / 315 * 100%);
  padding-top: calc(22 / 315 * 100%);
  background: url(../images/icon_plus.png) no-repeat center center / contain;
  top: 50%;
  transform: translateY(-50%);
}
.sim-icon{
  width: calc(26 / 19 * 1em);
  margin-left: -5px;
}
.text-gray .blank-icon{
  height: 1em;
  margin: 0 2px;
  padding-bottom: 2px;
  box-sizing: content-box;
}
.lineup-btn{
  position: relative;
}
.lineup-btn .lp-label-red{
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 769px) {
  .lp-mv{
  height: 500px;
}
  .swiper-slide{
    width: 33%;
  }
  .d-flex .lp-accordion-frame{
   width: calc(50% - 10px);
  }
  .d-flex .lp-accordion-frame .lp-accordion-frame-content{
    padding: 15px 30px 35px 30px;
    height: calc(100% - 40px);
   display: flex;
   flex-direction: column;
   justify-content: space-between;
  }
  .d-flex .lp-accordion-frame .lp-accordion-frame-content .lp-ttl-slash2{
    margin-top: 0;
  }
  #lp .d-flex .lp-accordion-frame .btn-m{
    width: 100%;
   max-width: 250px;
   min-width: 200px;
  }
  .price-flow-list-plus::after{
    width: calc(34 / 640 * 100%);
    padding-top: calc(34 / 640 * 100%);
  }
  .support-img{
  margin-left: 20px;
  margin-right: 25px;
  }
  .fz-18{
    font-size: 18px;
  }
  .fz-22{
    font-size: 22px;
  }
  .fz-34{
    font-size: 34px;
  }
  .lp-accordion-link .lp-accordion-icon span:nth-child(1) {
    width: 2px;
    height: 19px;
    top: 4px;
    left: 13px;
    transform: rotate(0);
  }
  .lp-accordion-link .lp-accordion-icon span:nth-child(2) {
    width: 19px;
    height: 2px;
    top: 13px;
    left: 5px;
    transform: rotate(0);
  }
  .android-btn{
    margin-bottom: 4px;
  }
}

@media (max-width: 768px) {
  .l-header-lp-inner{
    justify-content: center;
  }
  .lp-hdg{
    font-size: 18px;
  }
  .swiper-slide{
    max-height: 40vh;
  }
  .swiper-slide img{
    max-height: 40vh;
    object-fit: contain;
  }
  .btn-m{
    font-size: 12px;
  }

  .lp-accordion-frame-content{
    padding: 15px;
  }
  .price-flow-head.high{
    min-height: 40px;
  }
  .price-flow-head span{
    font-size: 13px;
  }
  .price-flow-detail{
    height: 100%;
  }
  .price-flow-detail img{
    object-fit: contain;
    height: 100%;
    width: 100%;
  }
  .fz-md-12{
    font-size: 12px;
  }
  .fz-md-14{
    font-size: 14px;
  }
  .fz-md-16{
    font-size: 16px;
  }
  .fz-md-20{
    font-size: 20px;
  }
  .price-flow-list-plus::after{
    width: calc(22 / 315 * 100%);
    padding-top: calc(22 / 315 * 100%);
  }
  .planm-img{
    display: inline-block;
    max-height: 64px;
  }
  .planm-content .txt{
    margin-top: -5px;
  }
  .support-frame{
    max-width: 400px;
  }
  .support-frame-content{
    justify-content: center;
  }
  .support-img{
  width: 68px;
  }
  .imanosumaho-img{
    display: block;
    width: 100%;
  }
  .lp-accordion-link .lp-accordion-icon span:nth-child(1) {
    width: 2px;
    height: 14px;
    top: 5px;
    left: 11px;
    transform: rotate(0);
  }
  .lp-accordion-link .lp-accordion-icon span:nth-child(2) {
    width: 14px;
    height: 2px;
    top: 11px;
    left: 5px;
    transform: rotate(0);
  }
}
@media (max-width: 500px){
  .lp-accordion-link .lp-accordion-icon span:nth-child(1) {
  width: 0.5333333333vw;
  height: 3.7333333333vw;
  top: 1.3333333333vw;
  left: 2.9333333333vw;
  transform: rotate(0);
  }
  .lp-accordion-link .lp-accordion-icon span:nth-child(2) {
  width: 3.7333333333vw;
  height: 0.5333333333vw;
  top: 2.9333333333vw;
  left: 1.3333333333vw;
  transform: rotate(0);
  }
}
body.op0{
  opacity: 0;
}

/* 料金タリフ 上書き */
.lp-plan-list .slick-dots > li:nth-child(1) button {
  background-image: url(../images/btn_plan_s.png);
}
.lp-plan-list .slick-dots > li.slick-active:nth-child(1) button {
  background-image: url(../images/btn_plan_s_on.png?230620);
}
.lp-plan-list .slick-dots > li:nth-child(2) button {
  background-image: url(../images/btn_plan_m.png);
}
.lp-plan-list .slick-dots > li.slick-active:nth-child(2) button {
  background-image: url(../images/btn_plan_m_on.png?230620);
}
.lp-plan-list .slick-dots > li:nth-child(3) button {
  background-image: url(../images/btn_plan_l.png);
}
.lp-plan-list .slick-dots > li.slick-active:nth-child(3) button {
  background-image: url(../images/btn_plan_l_on.png?230620);
}