@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%);
}

li.line2 {
  visibility: hidden;
}
li.line2.show {
  visibility: visible;
}

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

/*-------------------------メイン-------------------------*/
/*---------- メイン画像 ----------*/
.mainArea h1 {
  display: none;
}

.main_bnr_inner {
  position: relative;
}

.main_bnr_inner .kome1 {
  position: absolute;
  right: 11%;
  top: 31%;
  font-size: 0.8em;
  color: #01a4ad;
  z-index: 1;
}

.main_bnr_inner .kome2 {
  position: absolute;
  right: 13%;
  top: 83%;
  font-size: 0.8em;
  color: #333;
  z-index: 1;
}

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

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

@media screen and (min-width: 641px) {
  .main_bnr_inner .kome1 {
    right: 21.3%;
    top: 143px;
  }
  .main_bnr_inner .kome2 {
    right: 25.1%;
    top: 273px;
  }
}

/*---------- 注釈 ----------*/
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, 0.4),
    2px 2px 3px rgba(0, 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%;
  }
}

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

@media screen and (max-width: 640px) {
  .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;
  }
}

/*-------------------------料金表-------------------------*/
.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%;
}

.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) {
  .list-asterisk li {
    font-size: 2.5vw;
  }

  #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;
  }
}

/*---------- osirase(btnの上) ----------*/
.osirase {
  position: relative;
  text-align: center;
  font-weight: bold !important;
  margin: 1em auto -0.6em;
  line-height: 1.6;
}

.osirase span {
  padding: 0 8px;
  font-size: 3.8vw;
}

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

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

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

@media screen and (min-width: 641px) {
  .osirase span {
    font-size: 22px;
    padding: 0 10px;
  }

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

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

/*---------- conditions ----------*/
.apply-conditions {
  box-sizing: border-box;
  width: 100%;
  padding: 25px 0;
  text-align: center;
  background-color: #fffddc;
}

.apply-conditions-head {
  margin-bottom: 15px;
}

.apply-conditions-body {
  padding: 0 15px;
}

.cond {
  position: relative;
  margin-bottom: 10px;
  padding: 15px;
  background-color: #fff;
  border: 3px solid #01a4ad;
}

.cond::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0;
  height: 0;
  border-top: 50px solid #01a4ad;
  border-right: 50px solid transparent;
  z-index: 1;
}

.cond:nth-of-type(1) .left-box,
.cond:nth-of-type(2) .left-box {
  margin-right: -10px;
  padding-left: 15px;
}

.cond:nth-of-type(1) .left-box p,
.cond:nth-of-type(2) .left-box p {
  letter-spacing: 8px;
}

.cond:nth-of-type(3) .left-box {
  flex: 2;
}

.cond:nth-of-type(3) .right-box img {
  margin-left: -20px;
  width: 70%;
}

.cond-head {
  position: absolute;
  top: 1px;
  left: 1px;
  display: flex;
  flex-direction: column;
  color: #fff;
  z-index: 1;
}

.cond-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.left-box {
  min-width: 100px;
  text-align: center;
  flex: 1.5;
}

.right-box {
  flex: 1;
}

.right-box img {
  width: 90%;
}

/* font */
.apply-conditions-head h2 {
  font-size: 5.5vw;
  letter-spacing: 1px;
}

.left-box p {
  font-size: 5.5vw;
  letter-spacing: 2px;
}

.left-box p .yellow_line {
  font-weight: bold;
}

.s_text {
  font-size: 60%;
  letter-spacing: 0.1em;
}

.note {
  display: block;
  margin-bottom: 5px;
  line-height: 1.5;
}

.cond-caption {
  font-size: 12px;
  font-weight: bold;
}

.cond-number {
  margin-top: 2px;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (min-width: 641px) {
  .apply-conditions-body {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 15px;
    max-width: 960px;
    padding: 0;
    gap: 3%;
  }

  .apply-conditions-head {
    margin-bottom: 20px;
  }

  .apply-conditions {
    padding: 50px 0 60px;
  }

  .cond {
    width: 30%;
    margin-bottom: 0;
    padding: 30px 15px;
  }

  .cond::before {
    top: -1px;
    left: -1px;
    border-top: 60px solid #01a4ad;
    border-right: 60px solid transparent;
  }

  .cond-head {
    top: 3px;
    left: 3px;
  }

  .cond-flex {
    height: 100%;
    flex-direction: column;
    align-items: center;
  }

  .cond:nth-of-type(1) .left-box p,
  .cond:nth-of-type(2) .left-box p {
    letter-spacing: 2px;
  }

  .cond:nth-of-type(1) .left-box,
  .cond:nth-of-type(2) .left-box {
    margin-right: 0;
    padding-left: 0;
  }

  .cond:nth-of-type(3) .left-box {
    flex: 1.5;
  }

  .cond:nth-of-type(3) .right-box img {
    width: 75%;
    margin-left: 0;
  }
  /* font */
  .apply-conditions-head h2 {
    font-size: 30px;
  }

  .left-box p {
    font-size: 22px;
    line-height: 1.5em;
  }
}

/*---------- apply-period ----------*/
.apply-period {
  box-sizing: border-box;
  width: 100%;
  padding: 30px 0;
  text-align: center;
  background: #ebf7f7;
}

.apply-period-head {
  margin-bottom: 15px;
}

.apply-period-body {
  position: relative;
  margin: 0 15px;
  padding: 20px;
  background: #fff;
}

.apply-period-body::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 5px;
  background: url("/campaign/esimdebut202509/img/esim-bg-repeat.png") repeat;
  background-size: 10px 10px;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.apply-period-body::after {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid #00a4ac;
  pointer-events: none;
}

.period-title-pc {
  display: none;
}

.period-title-sp {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1.5px solid #00a4ac;
}

.period-title-sp img {
  width: 80%;
}

.plan-after img {
  width: 90%;
}

.period-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
}

.plan-before {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex: 3;
  line-height: 2;
}

.triangle-mint {
  width: 0;
  height: 0;
  margin: 0 10px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #00a4ac;
}

.line-through {
  display: inline-block;
  position: relative;
}

.plan-after {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 3;
  line-height: 2;
}

.line-through:before {
  display: block;
  width: 110%;
  height: 2px;
  position: absolute;
  content: "";
  left: 50%;
  transform: rotate(-15deg) translateX(-50%);
  background-color: #00a4ac;
  z-index: 1;
}

/* font */
.apply-period-head h2 {
  font-size: 5.5vw;
  letter-spacing: 1px;
}

.apply-period-head span {
  font-weight: bold;
  letter-spacing: 1px;
}

.plan-before p {
  font-size: 5.5vw;
  letter-spacing: 2px;
}

.plan-before p {
  font-size: 6vw;
  font-weight: bold;
  color: #9d9d9d;
}

.plan-before .giga {
  color: #00a4ac;
}

.plan-before strong {
  font-size: 1.5em;
}

.plan-after {
  font-size: 5.5vw;
  font-weight: bold;
  letter-spacing: 1px;
}

@media screen and (min-width: 641px) {
  .period-title-pc {
    display: block;
    flex: 2;
  }

  .period-title-pc img {
    width: 85%;
  }

  .plan-after img {
    width: 80%;
  }

  .period-title-sp {
    display: none;
  }

  .apply-period {
    padding: 50px 0 60px;
  }

  .apply-period-head {
    margin-bottom: 20px;
  }

  .period-flex {
    padding-top: 0;
    padding: 10px 80px;
  }

  .plan-after {
    flex: 1;
    margin-left: 20px;
  }

  .plan-before {
    margin-left: -30px;
    padding-top: 0;
    gap: 0;
    flex: 1;
    line-height: 1.2;
  }

  .apply-period-body::before {
    padding: 10px;
  }

  .triangle-mint {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #00a4ac;
  }

  .line-through:before {
    top: 25%;
  }

  .apply-period-body::after {
    inset: 10px;
  }
  /* font */
  .apply-period-head h2 {
    font-size: 30px;
    letter-spacing: 1px;
  }
  .apply-period-body {
    width: 920px;
    margin: 0 auto;
  }

  .plan-before p {
    font-size: 25px;
  }

  .plan-after {
    font-size: 30px;
  }
}

/*---------- data_share_detail_link ----------*/
#data_share_detail_link {
  background: url(/gigaplan/img/bg_datashare.png) center top repeat;
  width: 100%;
  padding: 30px 0 20px;
  text-align: center;
}

#data_share_detail_link .data_share_detail_link_title span {
  line-height: 1.3 !important;
  display: inline-block;
  margin-top: 5px;
}

#data_share_detail_link .data_share_detail_link_title h2 {
  font-size: 5.5vw;
  line-height: 1.4em;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  margin: 0;
  margin-bottom: 15px;
}

.data_share_detail_link_content {
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

/*ピンクボタン*/
.data_share_detail_link_btn {
  margin: 0 auto;
}

.data_share_detail_link_btn a.pink-btn {
  line-height: 1.2;
  background: #fa4e9e;
  color: #fff;
  display: block;
  padding: 0.5rem 6rem;
  width: fit-content;
  width: -moz-fit-content;
  border-radius: 30px;
  text-decoration: none;
  position: relative;
}

.data_share_detail_link_btn a.pink-btn::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 40%;
  left: 7%;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
}

.data_share_detail_link_btn a.pink-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}

#data_share_detail_link .data_share_detail_link_title h2 img.only {
  margin-right: 1rem;
}

.datashare_case_image {
  margin-bottom: 50px;
}

.data-cost {
  display: block !important;
}

@media screen and (max-width: 640px) {
  #data_share_detail_link .data_share_detail_link_title {
    width: 95%;
    margin: 0 auto;
  }
  .data_share_detail_link_title_content {
    width: 95%;
    margin: 0 auto;
  }
  .data_share_detail_link_content {
    display: block;
    width: 90%;
  }
  .datashare_case_image {
    margin-bottom: 30px;
  }

  .cost-area h3 {
    font-size: 20px;
    font-weight: normal;
    color: #303030;
    margin: 0 0 20px;
    padding-left: 15px;
    background: url(/hdd/img/service-voice-h2-title.jpg) no-repeat center left;
  }

  #data_share_detail_link .data_share_detail_link_title h2 span {
    font-size: 13px;
  }
}

@media screen and (min-width: 641px) {
  #data_share_detail_link {
    padding: 60px 0;
  }

  .cost-area h3 {
    font-size: 20px;
    font-weight: normal;
    color: #303030;
    margin: 0 0 20px;
    padding-left: 15px;
    background: url(/hdd/img/service-voice-h2-title.jpg) no-repeat center left;
  }

  #data_share_detail_link .data_share_detail_link_title h2 {
    font-size: 30px;
  }
  .data_share_detail_link_btn a {
    max-width: 280px;
  }
  .data_share_detail_link_btn a.pink-btn {
    margin-top: 2rem;
    padding: 1rem 4rem;
  }

  #data_share_detail_link .data_share_detail_link_title h2 span {
    font-size: 16px;
  }
}

/*---------- datashare_entry ----------*/
.datashare-process-esim-debut .datashare_entry {
  margin-bottom: 10px;
}

.datashare-process-esim-debut .datashare_entry h2 {
  font-size: 5.3vw;
  letter-spacing: 1px;
  font-weight: bold;
}
.datashare_specification_table {
  display: none;
}

@media screen and (min-width: 641px) {
  .datashare-process-esim-debut .datashare_entry {
    margin-bottom: 20px;
  }

  .datashare-process-esim-debut .datashare_entry h2 {
    font-size: 30px;
  }

  #data_share_detail_link span {
    font-size: 16px;
  }
}
