@charset "UTF-8";
#font-apple{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "SF Pro Icons";
}

.reservation_contents{
  border: 1px solid #c4c4c4;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
}

.reservation_contents p.ols-ttl{
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
}
.reservation_contents p.ols-ttl span{
  color: #0a7bff;
  display: block;
}
.reservation_contents .reservation_orenge{
  color: #fff;
  background-color: #ff6c29;
  font-weight: bold;
  padding: 5px 0;
  margin-bottom: 5px;
}
.reservation_contents .reserv_text01{
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}
.reservation_contents ul{
  text-align: left;
  margin-left: 1.2em;
}
.reservation_contents ul li{
  text-indent: -1.2em;
  font-size: 11px;
  color: #000;
}
.reservation_contents ul li a{
  font-size: 11px;
  text-decoration: underline;
}
.reservation_contents .reserv_text02{
  color: #ff6600;
  font-weight: bold;
  margin-bottom: 10px;
}
.reservation_contents .link_esim a{
  color: #000;
  font-size: 13px;
}
.reservation_contents .reserv_price_title{
  position: relative;
  margin-bottom: 10px;
}
.reservation_contents .reserv_price_title:after{
  content: '';
  display: block;
  width: 100%;
  border-top: 1px solid #c4c4c4;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
}
.reservation_contents .reserv_price_title span{
  display: inline-block;
  background-color: #fff;
  padding: 0 15px;
  font-weight: bold;
  font-size: 12px;
  position: relative;
  z-index: 2;
}
.reservation_contents .reserv_price_box{
  display: flex;
  margin: 0 0 15px 0;
}
.reservation_contents .reserv_price_box div{
  width: 40%;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 0 0 0 30px;
}
.reservation_contents .reserv_price_box div:nth-child(2){
  width: 60%;
  justify-content: end;
  padding: 0 30px 0 0;
}
.reservation_contents .reserv_price_box.reserv_price_first p{
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.reservation_contents .reserv_price_box div p.reserv_price_icon{
  background-color: #ff0033;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  font-size: 12px;
  border-radius: 5px;
  margin: 0;
  display: inline-block;
  line-height: 1;
}
.reservation_contents .reserv_price_box div p.reserv_price_text,
.reservation_contents .reserv_price_box div p.reserv_price_text02{
  margin: 0;
  color: #ff0033;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
}
.reservation_contents .reserv_price_box div p.reserv_price_text02{
  font-size: 15px;
}
.reservation_contents .reserv_price_box div p.reserv_price_text strong{
  font-size: 40px;
}
.reservation_contents .reserv_price_box div p.reserv_price_text02 strong{
  font-size: 30px;
}
.reservation_contents .reserv_etc_text{
  font-size: 11px;
  text-align: left;
  margin-bottom: 10px;
  color: #000;
}
.reservation_contents .reserv_tokusapo_link{
  text-align: left;
}
.reservation_contents .reserv_tokusapo_link a{
  font-size: 12px;
  color: #000;
}
.btm_link{
  margin-bottom: 10px;
}
.btm_link a{
  color: #000;
  font-size: 16px;
}
.text-ttl-tyu{
  font-size: 11px;
  color: #000;
}

@media (max-width: 768px) {
  .reservation_contents{
    margin-bottom: 20px;
  }
  .reservation_contents .reserv_price_box div{
    padding: 0 0 0 20px;
  }
  .reservation_contents .reserv_price_box div:nth-child(2){
    padding: 0 20px 0 0;
  }
  .reservation_contents p.ols-ttl{
    font-size: 16px;
    margin-bottom: 15px;
  }
  .reservation_contents .reservation_orenge{
    font-size: 13px;
  }
  .reservation_contents ul li,
  .reservation_contents ul li a{
    font-size: 10px;
  }
  .reservation_contents .reserv_text01{
    font-size: 11px;
    margin-bottom: 10px;
  }
  .reservation_contents .reserv_text02{
    font-size: 13px;
  }
  .reservation_contents ul{
    margin-bottom: 10px;
  }
  .reservation_contents .link_esim a{
    font-size: 12px;
  }
  #zaiko-point .btn-red{
    padding-top: 15px;
    padding-bottom: 15px;
    min-width: 100%;
  }
  .reservation_contents .reserv_price_box div{
    width: 50%;
  }
  .reservation_contents .reserv_price_box div:nth-child(2){
    width: 50%;
  }
  .reservation_contents .reserv_price_box div p.reserv_price_text{
  font-size: 15px;
  }
  .reservation_contents .reserv_price_box div p.reserv_price_text02{
    font-size: 15px;
  }
  .reservation_contents .reserv_price_box div p.reserv_price_text strong{
    font-size: 30px;
  }
  .reservation_contents .reserv_price_box div p.reserv_price_text02 strong{
    font-size: 30px;
  }
  .reservation_contents .reserv_tokusapo_link a,
  .text-ttl-tyu{
    font-size: 10px;
  }

}

/* 20250220 */
.btn-disabled{
  color: #808080;
  background-color: #d9d9d9;
}

section.mv{
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  padding: 100px 0;
}
section.mv .logo img{
  width: 174px;
}
section.mv .text01{
  font-size: 44px;
  font-weight: bold;
  line-height: 1.2;
}
section.mv .text02{
  font-size: 28px;
  font-weight: bold;
  background: linear-gradient(128deg, #0090f7 6%, #ba62fc 36%, #f2416b 79%, #f55600 95%);
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
}
section.mv .text03{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  color: #6e6e73;
}
section.content1,
section.content5{
  background-color: #f5f5f7;
}
section.content1 div.l-inner,
section.content3 div.l-inner,
section.content5 div.l-inner{
  padding: 60px;
}
section.content4 div.l-inner{
  padding: 30px 60px;
}
section.content1 .row-content,
section.content2 .row-content,
section.content3 .row-content,
section.content4 .row-content{
  display: flex;
  flex-wrap: wrap;
}
section.content1 .row-content .w100{
  width: 100%;
  margin-bottom: 20px;
}
section.content1 .row-content .w50,
section.content3 .row-content .w50,
section.content4 .row-content .w50{
  width: calc(50% - 10px);
  margin-bottom: 20px;
}
section.content2{
  padding: 60px 0;
}
section.content2 .bg-area{
  padding: 60px;
  background-color: #f5f5f7;
  border-radius: 15px;
}
section.content2 .row-content div{
  width: 32%;
  margin-bottom: 20px;
}
section.content2 .row-content div.second{
  margin: 0 2% 20px 2%;
}
.etc_content00{
  margin: 50px auto 0 auto;
  padding: 0;
}
.etc_content00 dl dt,
.etc_content00 dl dd{
  font-size: 10px;
  margin-bottom: 10px;
}
.content01{
  border-radius: 18px;
  background-color: #fff;
  padding-top: 50px;
  margin-bottom: 20px;
}
.content01 h2,
.content01 p,
.content02 h2,
.content03 h2,
.content04 h2,
.content05 h2,
.content06 h2,
.content07 h2,
.content08 h2,
.content2 h3,
.content3 h3,
.content4 h3,
.content4 h4,
.content5 h3,
.content5 h4{
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.content01 h2,
.content02 h2,
.content03 h2,
.content04 h2,
.content05 h2,
.content06 h2,
.content07 h2,
.content08 h2,
.content2 h3,
.content2 h3,
.content3 h3,
.content4 h3,
.content5 h3,
.content5 h4{
  font-size: 28px;
}
.content4 h4{
  font-size: 18px;
  margin-bottom: 20px;
}
.content5 h4{
  text-align: left;
  margin-bottom: 20px;
}
.content5 h4 span{
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
}
.content01 p{
  color: #6e6e73;
  font-size: 15px;
  margin-bottom: 0;
}
.content02,
.content03,
.content04,
.content05,
.content06,
.content07,
.content08{
  border-radius: 18px;
  overflow: hidden;
  background-color: #fff;
}
.content02 h2{
  background:url(../images/durable_b_large_2x.png) repeat-x top left;
  background-size: contain;
  padding: 40px;
}
.content03 .icon{
  padding: 100px 0 0 60px;
}
.content03 .icon img{
  width: 137px;
}
.content03 h2{
  text-align: left;
  padding: 0 30px 0 60px;
}
.content03 .row{
  margin-top: 30px;
  padding: 0 0 0 60px;
}
.content03 .row p{
  font-size: 14px;
  color: #6e6e73;
  font-weight: bold;
}
.content03 .row p strong{
  font-size: 34px;
  color: #000;
}
.content03 .row .translate_area_en p strong{
  font-size: 26px;
}
.content04{
  background-color: #000;
  min-height: 610px;
}
.content04 h2{
  color: #fff;
  padding: 50px 0 30px;
}
.content04 .cpu_img{
  width: 223px;
  margin: 0 auto 30px;
}
.content04 .ttl{
  font-size: 17px;
  color: #86868b;
  font-weight: bold;
  margin-bottom: 0;
}
.content04 .cpu-area{
  padding: 0 44px;
}
.content04 .cpu-area div.cpu{
  display: flex;
}
.content04 .cpu-area div.cpu p:nth-child(2){
  padding-left: 20px;
  white-space: nowrap;
  font-size: 14px;
  background:linear-gradient(90deg, #f3436d 0%, #f4502e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
}
.content04 .cpu-area div.cpu p:nth-child(2) strong{
  font-size: 30px;
}
.content04 .cpu-area .img-iphone11{
  width: 189px;
}
.content04 .cpu-area p.text01,
.content04 .cpu-area p.text02{
  color: #fff;
  font-size: 14px;
}
.content04 .cpu-area p.text01{
  margin-top: -3em;
}
.content05{
  min-height: 610px;
}
.content05 h2{
  padding: 50px 0 10px;
}
.content05 h2 strong{
  background: linear-gradient(128deg, #0090f7 6%, #ba62fc 35%, #f2416b 68%, #ff8b00 99%);
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.content05 .img{
  margin-top: 20px;
  margin-left: 83px;
}
.content05 p{
  font-size: 13px;
  color: #6e6e73;
  text-align: center;
}

.content06{
  position: relative;
}
.content06 h2{
  position: absolute;
  bottom: 25px;
  left: 42px;
  color: #fff;
  text-align: left;
}
.content07-08{
  display: flex;
}
.content07-08 .content07{
  width: 330px;
  margin-right: 20px;
  padding: 20px;
}
.content07-08 .content07 h2,
.content07-08 .content07 p{
  display: block;
}
.content07-08 .content07 p{
  margin-top: 80px;
}
.content07-08 .content08{
  width: calc(100% - 330px);
  display: flex;
  align-items: center;
}
.content07-08 .content08 div h2,
.content07-08 .content08 div p{
  display: block;
  text-align: left;
  margin-left: 20px;
}
.content07-08 .content08 div h2{
  margin-bottom: 20px;
}
.content07-08 .content08 div:nth-child(2){
  padding: 20px;
  width: 200px;
}
.content2 h3{
  text-align: left;
  margin-bottom: 30px;
}
.content2 h3 + p{
  font-size: 18px;
}
.content2 .row-content div{
  border-radius: 16px;
  background-color: #fff;
  min-height: 287px;
  display: flex;
}
.content2 .row-content div p{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow:column;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #6e6e73;
}
.content2 .row-content div.content14 p{
  justify-content: flex-end;

}
.content2 .row-content div.content09 img{
  width: 80px;
}
.content2 .row-content div.content13 img{
  width: 85px;
}
.content2 .row-content div.content14 img{
  width: 180px;
}
.content2 .row-content div.content09,
.content2 .row-content div.content10,
.content2 .row-content div.content12,
.content2 .row-content div.content13{
  margin-right: 2%;
}
.content2 .row-content div.content09,
.content2 .row-content div.content10,
.content2 .row-content div.content11,
.content2 .row-content div.content12,
.content2 .row-content div.content13,
.content2 .row-content div.content14{
  font-size: 19px;
  font-weight: bold;
}
.content2 .row-content div.content12,
.content2 .row-content div.content13,
.content2 .row-content div.content14{
  margin-bottom: 0;
}
.content2 .row-content div.content13 img{
  margin-bottom: 15px;
}
.content2 .row-content div.content10 strong,
.content2 .row-content div.content11 strong,
.content2 .row-content div.content12 strong{
  font-size: 40px;
  line-height: 1.2;
  color: #000;
  padding: 15px 0;
}
.content2 .row-content div.content12 strong{
  padding: 15px 0 0;
}
.content2 .row-content div.content11 em{
  display: inline-block;
  padding-right: 70px;
  font-weight: bold;
  font-style: normal;
  background: url(/iphone/iphone16e/images/feature_03.png?202508) no-repeat right center;
  background-size: 62px auto;
}
.content2 .row-content div.content09 img{
  margin-bottom: 15px;
}
.content2 .row-content div.content14 img{
  margin-top: 15px;
}

.content3 .row-content div{
  background-color: #f5f5f7;
  border-radius: 18px;
}
.content3 .row-content div p.logo{
  text-align: center;
  margin: 25px 0;
}
.content3 .row-content div p.logo img{
  width: 34px;
}
.content3 .row-content div h4{
  font-weight: bold;
  text-align: center;
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 5px;
}
.content3 .row-content div p{
  text-align: center;
  font-size: 12px;
}

.content3 .row-content div:nth-child(1) img{
  width: 262px;
  margin-top: 20px;
}
.content3 .row-content div:nth-child(2) img{
  width: 134px;
  margin-top: 20px;
}

.content4 .w50{
  background-color: #f5f5f7;
  border-radius: 18px;
}
.content4 .w50:nth-child(1),
.content4 .w50:nth-child(2){
  padding-top: 60px;
}
.content4 .w50:nth-child(1) img{
  width: 34px;
  margin-bottom: 5px;
}
.content4 .w50:nth-child(2) img{
  width: 72px;
}
.content4 .w50 .logo{
  text-align: center;
}
.content4 .w50 .text01{
  text-align: center;
}
.content5 .row{
  justify-content:center;
  align-items:center;
  background-color: #fff;
  border-radius: 18px;
  margin-bottom: 20px;
}
.content5 .row div{
  padding: 40px 40px 0 40px;
}
.content5 .row div.second-img{
  padding: 40px;
}
.content5 .row div.second-img img{
  width: 276px;
  margin: 0 auto;
  display: block;
}

.content5 .row div ul li{
  background:url(/iphone/iphone16e/images/flex_icon_checkmark_large_2x.png) no-repeat center left;
  background-size: 15px 14px;
  padding-left: 20px;
}

@media (max-width: 768px) {
  .feature-iphone16e,
  .feature-iphone16e .tab-target-item{
    overflow: visible
  }
  .etc_content00{
    width: auto;
    margin: 40px 0 0 0;
    padding: 0 0 20px 0;
  }
  .etc_content00 dl dt,
  .etc_content00 dl dd{
    font-size: calc((24 / 750)* 100vw);
    line-height: calc(32 / 24);
    margin-bottom: 10px;
  }
  section.mv{
    margin: 0;
  }
  section.content1,
  section.content3,
  section.content4,
  section.content5{
    margin: 0;
  }
  section.content2{
    padding: 0;
    margin: 0;
  }
  section.content1 div.l-inner,
  section.content3 div.l-inner,
  section.content5 div.l-inner{
    padding: 50px 30px 30px 30px;
  }
  section.content2 div.l-inner{
    padding: 0;
  }
  section.content4 div.l-inner{
    padding: 0 30px 30px 30px;
  }
  section.content1 .row-content .w100,
  section.content1 .row-content .w50,
  section.content3 .row-content .w50,
  section.content4 .row-content .w50{
    width: 100%;
  }
  section.content2 .bg-area{
    border-radius: 0;
    padding: 30px 30px 50px 30px;
  }
  section.content2 .row-content div{
    width: calc(50% - 10px);
  }
  section.content2 .row-content div.second{
    margin: 0;
  }
  section.content2 .row-content div:nth-child(2n){
    margin-left: 20px;
  }
  /* 202508 */
  section.mv{
    padding-bottom: 0;
  }
  section.mv .logo img{
    width: 107px;
  }
  section.mv .text01{
    font-size: 32px;
  }
  section.mv .text02{
    font-size: 18px;
    margin-bottom: 10px;
  }
  section.mv .text03{
    font-size: 13px;
    margin-bottom: 20px;
  }
  section.mv .disnone.d-md-block img{
    width: 212px;
  }
  .content01 h2,
  .content02 h2,
  .content03 h2,
  .content04 h2,
  .content05 h2,
  .content06 h2,
  .content07 h2,
  .content08 h2,
  .content2 h3,
  .content2 h3,
  .content3 h3,
  .content4 h3,
  .content5 h3,
  .content5 h4{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .content03 .icon{
    padding: 50px 0 0 25px;
  }
  .content03 .icon img{
    width: 92px;
  }
  .content03 h2 {
    padding: 0 30px 0 25px;
  }
  .content03 .row{
    display: block;
    padding: 0 0 0 25px;
  }
  .content03 .row .col-5,
  .content03 .row .col-7{
    width: 100%;
    max-width: 100%;
  }
  .content03 .row .col-5{
    padding-bottom: 20px;
  }
  .content03 .row .col-7{
    padding-bottom: 40px;
  }
  .content03 .row p strong{
    font-size: 28px;
  }
  .content04,
  .content05{
    min-height: auto;
  }
  .content04 .cpu_img{
    width: 152px;
  }
  .content04 .cpu-area{
    padding: 0 24px;
  }
  .content04 .cpu-area p.text01,
  .content04 .cpu-area p.text02{
    font-size: 12px;
  }
  .content04 .cpu-area p.text01{
    margin-bottom: 0;
  }
  .content04 .cpu-area p.text02{
    padding-bottom: 30px;
  }
  .content04 .cpu-area .img-iphone11{
    width: 114px;
  }
  .content06 h2{
    width: 100%;
    left: 0;
    text-align: center;
  }
  .content07-08{
    display: block;
  }
  .content07-08 .content07{
    margin: 0;
    width: 100%;
  }
  .content07-08 .content07 p{
    margin-top: 50px;
  }
  .disnone.d-md-block .content08{
    padding: 50px 30px;
  }
  .disnone.d-md-block .content08 p{
    font-size: 12px;
  }
  .content05 h2{
    margin-bottom: 5px;
    padding-bottom: 0;
  }
  .content2 .row-content div.content09, .content2 .row-content div.content10, .content2 .row-content div.content12, .content2 .row-content div.content13{
    margin-right: 0;
  }
  .content2 .row-content div{
    min-height: auto;
    padding: 30px 0;
  }
  .content2 .row-content div.content09 img{
    width: 42px;
  }
  .content2 .row-content div p{
    font-size: 13px;
  }
  .content2 .row-content div.content10 strong,
  .content2 .row-content div.content11 strong,
  .content2 .row-content div.content12 strong{
    font-size: 26px;
    padding: 5px 0;
  }
  .content2 .row-content div.content11 em{
    padding-right: 35px;
    background-size: 29px auto;
  }
  .content2 .row-content div.content12{
    margin-bottom: 20px;
  }
  .content2 .row-content div.content13 img{
    width: 44px;
  }
  .content2 .row-content div.content13,
  .content2 .row-content div.content14{
    padding-top: 20px;
    padding-bottom: 0;
  }
  .content2 .row-content div.content14 img{
    width: 80%;
  }
  .content3 .row-content div p.logo{
    margin-bottom: 15px;
  }
  .content3 .row-content div h4{
    margin-bottom: 15px;
    font-size: 20px;
  }
  .content3 .row-content div p.logo,
  .content3 .row-content div h4,
  .content3 .row-content div h4 + p{
    padding: 0 35px;
    text-align: left;
  }
  .content3 .row-content div h4 + p{
    font-size: 14px;
  }
  .content3 .row-content div:nth-child(1) img{
    width: 206px;
    margin-top: 0;
  }
  .content3 .row-content div:nth-child(2) p.mb-0 img{
    width: 124px;
    margin-bottom: 30px;
  }
  .content4 h3,
  .content4 .w50 .logo,
  .content4 .w50 h4,
  .content4 .w50 .text01{
    text-align: left;
  }
  .content4 .w50{
    padding: 30px;
  }
  .content4 .w50 .logo{
    margin-bottom: 5px;
  }
  .content4 .w50:nth-child(1) img{
    width: 34px;
  }
  .content4 .w50:nth-child(2) p.logo{
    text-indent: -11px;
  }
  .content4 .w50:nth-child(2) img{
    width: 49px;
  }
  .content5 .row{
    display: block;
    padding-top: 30px;
  }
  .content5 .row .col-6{
    max-width: 100%;
  }
  .content5 h4 span{
    font-size: 15px;
  }
  .content5 .row div{
    padding-top: 20px;
  }
  .content5 .row div.second-img img{
    width: 162px;
  }
  .content5 .row div ul li{
    background-position: top 3px left;
  }
}

/* 20250411 */
.swiper-pagination span:nth-child(6),
.swiper-pagination span:nth-child(7){
  border-radius: 0;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}