@charset "UTF-8";

.id-all,
.tu-all,
.id-tieup,
.mov-disp,
.gaiyo-link-wrap,
.gigaplan-only-disp,
#sim-tsuika #cost-area {
  display: none !important;
}

/*-------------------------
  共通
-------------------------*/
.container {
  width: 90%;
  margin: 0 auto;
}

.fc-pink {
  color: #e7198c;
}

.yellow_line {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

@media screen and (min-width: 641px) {
  .container {
    width: 960px;
  }
}

/*-------------------------
  メイン
-------------------------*/
/*---------- メイン画像 ----------*/
.main_bnr_inner {
  position: relative;
  margin: 0;
}

.main_bnr_inner .kome {
  position: absolute;
  right: 2.5%;
  top: 78.5%;
  font-size: 0.8em;
  color: #ff0;
  z-index: 1;
}
.sr_text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  overflow: hidden;
}

@media screen and (min-width: 641px) {
  .main_bnr_area {
    background: url(/campaign/15giga-upgrade202511/img/main.png) center top no-repeat;
    height: 425px;
  }

  .main_bnr_area .main_bnr_inner {
    width: 960px;
    margin: 0 auto;
    height: 345px;
  }

  .main_bnr_inner .kome {
    right: 6.2%;
    top: 240px;
  }
}

/*---------- 注釈 ----------*/
ul.mv_kome {
  max-width: 940px;
  width: 96%;
  margin: 0.5rem auto 0;
  counter-reset: number;
  padding-left: 1.5em;
  box-sizing: border-box;
}

ul.mv_kome.-countUp {
  width: 100%;
  counter-reset: number 2;
}

ul.mv_kome li {
  font-size: 11px;
  text-indent: -2em;
  list-style: none;
  line-height: 1.4;
}

ul.mv_kome li:last-child {
  margin-bottom: 0;
}

ul.mv_kome li:before {
  counter-increment: number;
  content: "※" counter(number)" ";
}

@media screen and (max-width: 640px) {
  ul.mv_kome li {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 641px) {
  ul.mv_kome.-countUp {
    margin: 2rem auto 0;
  }
}

/*---------- ボタン ----------*/
.apply-button {
  margin: 1em auto;
  line-height: 1.6;
}

.app-btn {
  position: relative;
  display: block;
  max-width: 400px;
  width: 80%;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 1.3rem 0 1rem 2rem;
  background: linear-gradient(to bottom, #8FC31F 0%, #61B118 100%);
  color: #FFF !important;
  border-radius: 5px;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, .4), 2px 2px 3px rgba(0, 0, 0, .1);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  transition-duration: 0.1s;
  margin: 0 auto;
}

.app-btn img {
  width: 14px;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}

.app-btn.-gray {
  pointer-events: none;
  background: #999;
  background: -webkit-gradient(linear, left top, right top, from(#999), to(#666));
  background: linear-gradient(90deg, #999 0, #666);
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 0;
}

.app-btn.-gray img {
  content: none;
}

.app-btn-ano {
  font-size: 11px;
  text-align: center;
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 640px) {
  .app-btn {
    font-size: 4.5vw;
  }
  .app-btn-ano {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 641px) {
  .app-btn:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .app-btn img {
    left: 8%;
  }
}

/*-------------------------
  exlarge
-------------------------*/
.slash_fukidashi {
  position: relative;
}

.slash_fukidashi:before,
.slash_fukidashi:after {
  position: absolute;
  content: "";
  top: 0;
  width: 2px;
  height: 100%;
  background: #333;
  border-radius: 3px;
}

.slash_fukidashi:before {
  left: 0;
  transform: rotate(-45deg);
}

.slash_fukidashi:after {
  right: 5px;
  transform: rotate(45deg);
}

@media screen and (max-width: 640px) {
  .slash_fukidashi:before {
    transform: rotate(-35deg);
  }

  .slash_fukidashi:after {
    transform: rotate(35deg);
  }
}

/*---------- 上box ----------*/
.exlarge_box {
  background: #f7f5f1;
  padding: 4rem 0;
}
/* タイトル */
.exlarge_box h2 {
  position: relative;
  font-size: 1.2em;
  font-weight: normal;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 1px;
  margin: 0;
}

.exlarge_box h2 * {
  font-weight: bold;
  letter-spacing: 1px;
  color: #333;
  font-size: 1.5em;
}

.exlarge_box h2 strong {
  font-size: 1.2em;
}
/* タイトル ここまで */

.flex-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 3rem auto 0;
}

@media screen and (max-width: 640px) {
  .exlarge_box {
    padding: 3rem 0;
  }
  .flex-box {
    display: block;
    width: 100%;
    margin-top: 1rem;
  }

  .flex-box img {
    width: 60vw;
    max-width: 250px;
    display: block;
    margin: 0 auto 1rem;
  }
}

@media screen and (min-width: 641px) {
  .flex-box img {
    width: 300px;
    margin: 0 2rem 0 0;
  }
}

/* 料金 */
.change_giga_box {
  display: flex;
}
.giga_price_list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 55%;
  background: #fff;
  padding: 0.5em;
  gap: 0.5em;
}
.giga_price_list:after {
  position: absolute;
  content: '';
  top: 50%;
  right: -27px;
  width: 20px;
  height: 20px;
  background: #d3cbba;
  -webkit-clip-path: polygon(50% 50%, 0 0, 0 100%);
  clip-path: polygon(50% 50%, 0 0, 0 100%);
  transform: translateY(-50%);
}
.giga_price_list li {
  width: 48.3%;
  background: #f7f5f1;
  text-align: center;
  padding: 1rem 0;
  box-sizing: border-box;
}
.giga_price_list li:nth-of-type(3) {
  width: 100%;
}
.giga_price_list li:nth-of-type(n+4) {
  margin-top: 0.5em;
}
.giga_price_list li .giga,
.giga_price_list li .giga * {
  font-weight: bold;
  line-height: 1.2;
}
.giga_price_list li .giga {
  font-size: 1.6em;
}
.giga_price_list li .unit {
  font-size: 0.7em;
}
.ex_plice_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 35%;
  text-align: center;
  background: #ffffe8;
  margin: 0 0 0 2rem;
}

.ex_plice_box * {
  margin: 0;
}

.ex_plice_box .before_price,
.ex_plice_box .after_price {
  position: relative;
}

.ex_plice_box .before_price {
  font-size: 1.5em;
  line-height: 1.1;
  margin: 0 0 1.5rem;
}

.ex_plice_box .before_price * {
  color: #333;
  letter-spacing: 1px;
}

.ex_plice_box .before_price .price {
  position: relative;
  display: inline-block;
}

.ex_plice_box .before_price .price:before {
  position: absolute;
  content: "";
  display: block;
  transform: rotate(10deg) translateX(-50%);
  background-color: #e64d97;
  width: 120%;
  height: 2px;
  bottom: 3px;
  left: 50%;
  z-index: 1;
}

.ex_plice_box .before_price:after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 3px);
  width: 20px;
  height: 20px;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 50%);
  clip-path: polygon(100% 0, 0 0, 50% 50%);
  background: #e64d97;
}

.ex_plice_box .after_price,
.ex_plice_box .giga {
  font-size: 2.2em;
  line-height: 1;
  margin-bottom: 5px;
}

.ex_plice_box .after_price *,
.ex_plice_box .giga,
.ex_plice_box .giga * {
  font-weight: bold;
  color: #e64d97;
}

.ex_plice_box .after_price .price {
  display: flex;
  justify-content: center;
  align-items: end;
}

.ex_plice_box .price {
  font-size: 1em;
}

.ex_plice_box .unit {
    font-size: .7em;
}

.ex_plice_box .price .unit {
    text-align: center;
}

.ex_plice_box .price .unit .intax {
    font-size: 10px;
    font-weight: normal;
    display: block;
    margin-bottom: 2px;
}

@media screen and (max-width: 640px) {
    .giga_price_list .price {
        font-size: 1.2em;
    }

    .ex_plice_box .before_price * {
        line-height: 1.1em;
    }

    .ex_plice_box .after_price * {
        line-height: 1em;
    }
    .ex_plice_box .price .unit .intax {
        letter-spacing: -1px;
        transform: scale(0.9);
    }
    .ex_plice_box .after_price .giga {
        font-size: .8em;
    }
    .ex_plice_box .cp_period {
        font-size: 1.2em;
    }
    .giga_price_list {
        width: 50%;
    }
    .giga_price_list li {
        width: 47.7%;
    }
    .ex_plice_box {
        width: 50%;
    }
}
@media screen and (min-width: 641px) {
    .ex_plice_box {
        width: 45%;
    }
    .ex_plice_box .before_price:after {
        top: calc(100% + 6px);
    }
    .ex_plice_box .giga {
        margin-bottom: 0;
    }
    .ex_plice_box .after_price,
        .ex_plice_box .giga {
        font-size: 2.5em;
    }
    .giga_price_list {
        /* gap: 0; */
        width: 50%;
    }
    .giga_price_list li {
        width: 47.7%;
    }
    /* .giga_price_list li:nth-of-type(3) {
        margin-top: 0.5em;
    } */
    .ex_plice_box {
        width: 50%;
        padding: 0.7em 1em;
    }
}
/* 料金 ここまで */
/*---------- 上box ここまで ----------*/
/*---------- ステップ ----------*/
.change_step {
    padding: 3rem 0 4rem;
    background: repeating-linear-gradient(135deg, #f1f5fb, #f1f5fb 10px, #ecf1f9 10px, #ecf1f9 20px);
}

.change_step h2 {
    margin: 0 0 3rem;
    font-size: 1.8em;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.5;
}

.change_step h2 * {
    letter-spacing: 1px;
    font-weight: normal;
}
.change_step h2 .yellow_line {
    font-weight: bold;
}

.step_sub {
    font-size: 0.7em;
    padding: 0 0.8em;
}

.contents__step * {
    line-height: 1;
}

.apply__step__contents {
    margin-right: 4rem;
}
.list-asterisk {
    width: 86%;
    margin: 0 auto;
}
.exlarge_box .list-asterisk {
    width: 100%;
    margin-top: 1rem;
}
.list-asterisk li {
    text-align: center;
    text-indent: -1.5em;
    font-size: 11px;
    padding-left: 1.2em;
    line-height: 1.4;
}
.list-asterisk li:before {
    content: "※";
    margin-right: 0.25em;
}

@media screen and (max-width: 640px) {
    #exlarge {
        font-size: 3vw;
    }
    .change_step {
        padding: 2rem 0 3rem;
    }
    .change_step h3 {
        letter-spacing: 1px;
    }
    .change_step h3 * {
        letter-spacing: 1px;
    }
    #exlarge .apply__step {
        justify-content: space-between;
        flex-direction: row;
    }
    #exlarge .apply__step__contents {
        width: 30%;
        margin: 0;
    }
    #exlarge .apply__step__contents::after {
        border-width: 8px 8px 0 8px;
        top: 50%;
        bottom: unset;
        transform: rotate(270deg);
        right: -4.5vw;
    }
    #exlarge .contents__step {
        top: -5vw;
        left: 50%;
        width: 10vw;
        height: 10vw;
        transform: translateX(-50%);
    }
    #exlarge .icon-step {
        font-size: 2.5vw;
    }
    #exlarge .icon-count {
        font-size: 4vw;
    }
    #exlarge .contents__method {
        width: 100%;
        height: 40vw;
        border-radius: 0;
    }
    #exlarge .contents__method p {
        font-size: 3.5vw;
    }
    #exlarge .contents__method img {
        width: 80%;
    }
    .list-asterisk li {
        font-size: 2.5vw;
    }
    .exlarge_box .list-asterisk li {
        text-align-last: left;
    }
}
/*---------- ステップ ここまで ----------*/

/*-------------------------
料金表
-------------------------*/
.miowari-obi,
.campaign_bnr,
.data-cost,
.ano-area.cost-area-anno.pc ul li:nth-of-type(2),
.ano-area.cost-area-anno.pc ul li:nth-of-type(7),
.ano-area.cost-area-anno.pc ul li:nth-of-type(8),
.ano-area.cost-area-anno.sp ul li:nth-of-type(2),
.ano-area.cost-area-anno.sp ul li:nth-of-type(3),
.cost-area-anno.miowari-kome-detail.ano-area li:nth-of-type(2) {
    display: none !important;
}
.ano-area.cost-area-anno ul li .kizon-change,
.cost-area-anno.miowari-kome-detail.ano-area li .kizon-change {
    display: inline-block;
    visibility: hidden;
    height: 1.3em;
    width: 5em;
    overflow: hidden;
    vertical-align: text-top;
}
.ano-area.cost-area-anno ul li .kizon-change:before,
.cost-area-anno.miowari-kome-detail.ano-area li .kizon-change:before {
    content: '月額料金は';
    visibility: visible;
    padding-left: 1em;
}
#cost h2.cost_title {
    font-size: 1.7em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    margin: 0 auto 2rem;
}
.cost-area {
    margin: 0 auto;
}

#cost .spec-tab-box[data-tab="for-new"],
#cost .spec-tab-box[data-tab="for-change"] {
    display: none;
}
#cost .spec-tab-box[data-tab="for-kizonOnly"] {
    display: flex !important;
}
#cost .spec-tab-box {
    width: 48%;
}
#cost .spec-tab-box.checked {
    width: 50%;
}

@media screen and (max-width: 640px) {
    #cost {
        width: 96%;
        margin: 0 auto;
        padding: 3rem 0 0;
    }

    #cost .spec_index {
        text-align: left;
        margin: 0 auto 1rem;
    }
    #cost .spec-tab-box .Period {
        margin: 0 auto;
    }
    #cost .voice-cost {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 641px) {
    #cost {
        padding: 4rem 0 0;
    }

    .cost {
        width: 960px;
        margin: 0 auto;
    }

    .cost-area {
        width: 960px;
    }

    #cost .spec_index {
        box-sizing: border-box;
        width: 960px;
        margin: 0 auto 1rem;
        text-align: left;
    }

    #cost .cost-area-anno {
        max-width: 960px;
        margin: 1rem auto 2rem;
    }
    #cost .tab-obi {
        width: 260px;
    }
}

/*---------- gaiyo ----------*/
.inc_gaiyo h2 {
    font-size: 1.7em !important;
    padding: 2rem 0 0.3rem !important;
    letter-spacing: 1px !important;
}
@media screen and (min-width: 641px) {
    .inc_gaiyo h2 {
    padding: 1rem 0 !important;
    }
}