/*-------------------------------------------
    Main
 -------------------------------------------*/

/*KV*/
#top img{
  vertical-align: bottom;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
#top #first_view img:nth-of-type(3){
  margin-top: -1px;
}
#top dl{
  margin-block-start: 0;
}
#top h2{
  margin-block-start: -1px;
  margin-block-end: 0;
}
#top ul{
  padding-inline-start: 0;
}
#top li{
  list-style: none;
}

/*First_view*/
#first_view {
  margin: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(-45deg, #ffc300 40%, #ffe700 60%); */
  background-color: rgba(255, 203, 0, 1);
background-image: repeating-linear-gradient(-54deg, transparent, transparent 69px, rgba(255, 220, 0, 1) 69px, rgba(255, 220, 0, 1) 138px );
}
#first_view_wimax {
  margin: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://d1q08lkutgkcx2.cloudfront.net/image/wimax-kv-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
/* #first_view h1{
  background-image: url(https://d1q08lkutgkcx2.cloudfront.net/image/kv-top-cosupa-campaign-bg.svg);
  background-size: 100%;
  background-repeat: repeat-y;
} */

#first_view h1 div.top-kv,
#first_view_wimax h1 div.top-kv{
  max-height: calc(100vh - 95px);
  margin: 0 auto;
  aspect-ratio: 1180/550;
}
#first_view h1 div.top-kv{
  max-height: 600px;
}

#first_view h1 div.top-kv img,
#first_view_wimax h1 div.top-kv img{
  width: 100%;
}
#first_view h1 div.top-kv img{
  position: relative;
  z-index: 1;
}
#first_view h1.size-up,
#first_view_wimax h1.size-up{
  max-width: initial;
}

/*First_view(WiMAX)*/
#first_view_wimax h1 .btn_box02.wimax-btn {
  margin: 0 auto;
}
#first_view_wimax h1 .btn_box02.wimax-btn a{
  width: 100%;
  height: 95px;
}
#first_view_wimax h1 .btn_box02.wimax-btn span{
  padding: 0;
  height: inherit;/* もともと95px */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.75vh;
  background-color: #0B3180;
  color: #FFED00;
}
#first_view_wimax h1 .btn_box02.wimax-btn + span{
  font-size: 1.3rem;
  font-weight: normal;
}
.wimax-kv-caution {
  margin: 0 auto;
  position: absolute;
  left: 50%;
  bottom: 22%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.wimax-kv-caution span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  font-weight: normal;
}
#first_view_wimax .wimax-btn {
  width: 100%;
}

/*スライドショー*/
#top ul.slick-dots{
  display: none !important;
}
div.slick-dotted.slick-slider{
  margin-bottom: 0;
}
div.pc.slick-dotted.slick-slider{
  display: block;
  z-index: 16;
}
div.sp.slick-dotted.slick-slider{
  display: none;
}
.slick-slide img {
  width: 100%;
}
@media screen and (max-width:767px){
  div.sp.slick-dotted.slick-slider{
    display: block;
  }
  div.pc.slick-dotted.slick-slider{
    display: none;
  }
}

/*
追加 202107~ 夏のZEUSキャンペーン
修正 202110~ WZEUSキャンペーン
修正 202203~ 大特価SALEキャンペーン
*/
div.top-appeal-area-bgcolor{
  background-color: #1E1E1E;
}
div.top-campaign-period{
  color: #000000;
  font-size: 3.5rem;
  background: #FFEB00;
  width: 100%;
  padding: 40px 0;
}
div.top-campaign-period div{
  max-width: 980px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  font-weight: bold;
}

div.top-campaign-period span{
  color: #FF3838;
  font-size: 4.5rem;
  letter-spacing: 0.5rem;
  font-style: italic;
}
div.top-campaign-period span.end{
  font-size: 4.5rem;
  letter-spacing: 0.5rem;
  display: inline-block;
  margin-left: 60px;
  position: relative;
}
div.top-campaign-period span.end::before{
  content: "～";
  width: 45px;
  height: 3px;
  top: 0;
  left: -60px;
  position: absolute;
}

div.top-appeal-area{
  color: #000;
  background: #ffeb00;
  text-align: center;
  padding: 70px 0 15px;
  font-size: 4vh;
  letter-spacing: 0.3rem;
  position: relative;
  height: 100%;
  z-index: 1;
}
@media screen and (min-width:768px){
  div.top-appeal-area::before,
  div.top-appeal-area::after {
    position: absolute;
    content: '';
    display: block;
    width: 21vw;
    height: 100%;
    top: 0;
    background: linear-gradient(50deg,
    rgba(254,255,27,0) 0%, 
    rgba(254,255,27,0) 38%, 
    rgba(255,208,0,1) 38%, 
    rgba(255,225,0,1) 51%, 
    rgba(255,200,0,1) 51%);
    z-index: 0;
  }
}

div.top-appeal-area::before {
  left: 0;
  transform: scale(-1, 1);
}
div.top-appeal-area::after {
  right: 0;
}
div.top-appeal-area span.emphasis-s{
  font-size: 4vh;
}

div.top-appeal-area span.emphasis-m{
  color: #e6006b;
}

div.top-appeal-area span.emphasis-l{
  color: #e6006b;
  font-size: 7vh;
}

@media screen and (max-width:767px){
  #first_view h1 div.top-kv,
  #first_view_wimax h1 div.top-kv{
    max-height: initial;
    background: #FFEB00;
    height: auto;
  }
  #first_view h1 div.top-kv img {
    max-height: initial;
    width: 100%;
  }
  #first_view_wimax {
    width: 100%;
  }
  #first_view_wimax h1 .btn_box02.wimax-btn{
    width: 100%;
    height: 93px;
  }
  #first_view_wimax h1 .btn_box02.wimax-btn + span{
    font-size: 1rem;
  }
  div.top-appeal-area-bgcolor{
    padding: 0;
  }
  div.top-appeal-area::before,
  div.top-appeal-area::after {
    position: absolute;
    content: '';
    display: block;
    width: 30vw;
    height: 100%;
    top: 0;
    background: linear-gradient(50deg,
    rgba(254, 255, 27, 0) 0%,
    rgba(254, 255, 27, 0) 50%,
    rgba(255, 208, 0, 1) 39%,
    rgba(255, 225, 0, 1) 68%,
    rgba(255, 200, 0, 1) 51%);
    z-index: 0;
    }
  div.top-campaign-period{
    font-size: 1.8rem;
    padding: 10px;
    width: calc(100% - 20px);
    overflow: hidden;
  }
  div.top-campaign-period div{
    flex-direction: column;
    align-items: center;
  }
  div.top-campaign-period div p:last-of-type{
    margin-top: 10px;
  }
  div.top-campaign-period span.start,
  div.top-campaign-period span.end{
    font-size: 2.8rem;
    letter-spacing: 0.2rem;
  }
  div.top-campaign-period span.end{
    margin-left: 35px;
  }
  div.top-campaign-period span.end::before{
    width: 30px;
    left: -35px;
  }
  div.top-appeal-area{
    width: 100%;
    font-size: 2.5rem;
    letter-spacing: 0.2rem;
    padding: 35px 0 15px;
    z-index: 1;
  }
  div.top-appeal-area span{
    font-size: 1.8rem;
    letter-spacing: 0;
  }
  div.top-appeal-area span.emphasis-s {
    font-size: 1.8rem;
  }
  div.top-appeal-area span.emphasis-l {
    font-size: 3rem;
  }
  div.top-appeal-area {
    font-size: 1.9rem;
    letter-spacing: 0;
  }
  #first_view_wimax h1 .btn_box02.wimax-btn span {
    padding: 0;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.2rem;
  }
  #first_view_wimax h1 .btn_box02.wimax-btn {
    width: 100%;
    height: 75px;
  }
  .wimax-kv-caution {
    bottom: 22%;
  }
  #top ul.slick-dots {
    bottom: 20%;
  }
  .wimax-kv-caution span {
    width: 95%;
    margin: 0 auto;
  }
    
  div.top-appeal-area::before,
  div.top-appeal-area::after {
    content: '';
    width: 30vw;
    z-index: -1;
  }
}

/* KV 固定 */
.top-kv-flex { 
  display: flex;
  flex-direction: column;
}

.top-kv-first {
  height: calc( 81vh - 95px );
}

.top-kv-second {
  height: calc( 90vh - 95px );
}

.top-kv-second-sub {
  height: 10vh;
}

@media screen and (max-width:1400px) and (min-width:1185px) {
  #first_view_wimax h1 div.top-kv{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    max-width: 100vw;
  }

  .top-kv-first {
    height: calc( 74vh - 95px );
  }

  .top-kv-first-sub {
    height: auto;
  }

  .top-kv-second {
    height: calc( 79vh - 95px );
  }

  .top-kv-second-sub {
    height: 14vh;
  }
}

/*-------------------------------------------
    Top Common
 -------------------------------------------*/
/*文字白色にする*/
section#price div.white-text p,
section#reason div.white-text p,
section#promotion div.white-text p{
  color:#FFFFFF;
}
h2.text-title,
#devise h2.text-title,
#price h2.text-title{
  text-align: left;
  padding-top: 1em;
  font-size: 4em;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
}

/*TOPのみ.innerにrelativeを適用させる*/
#price .inner,
#plus .inner,
#reason .inner,
#device .inner,
#flow .inner,
#pay .inner,
#news .inner,
#feature .inner {
  position: relative;
  z-index: 11;
}
#price .default-main-titl,
#plus .default-main-titl,
#reason .default-main-titl,
#device .default-main-titl,
#flow .default-main-titl,
#pay .default-main-titl,
#news .default-main-titl,
#feature .default-main-titl {
  padding-top: 0;
}
div.inner p.remarks{
  font-size: 1.0rem;
}

/*注釈*/
section#price div.price-remarks p{
  font-size: 1.15rem;
  margin: 0;
  line-height: initial;
  color: #808080;
}

/*画像サイズ調整*/
#top .price_item01 ul li img,
#top .price_item02 ul li img,
#plus dd ul li img,
#reason ul li img{
  margin: -5% 0 -5% -4%;
  max-width: 110%;
}
.price_item01 ul li span img,
#top .price_item02 ul li span img{
  margin: 0;
  width: 100%;
  max-width: 110%;
}
.para_01{
  width: 180px;
  position: absolute;
  z-index: 3;
  top: 150px;
  left: -5px;
}
.para_02 {
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/price_para02.svg) no-repeat left center;
  width: 58%;
  position: absolute;
  top: -20vw;
  left: -19%;
}

div.top_price + p{
  font-size: 1.1rem;
  line-height: 1.8;
  color: #808080;
  letter-spacing: 0.02rem;
  margin: 25px auto 0;
}

/*-------------------------------------------
    Price
-------------------------------------------*/
#price{
  padding: 0 0;
  position: relative;
  overflow: hidden;
  z-index: 15;
}
.price-area#price{
  padding: 0;
}
#price::before{
  content: "";
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/price_para02_t.png) left top -360px no-repeat;
  background-size: 530px;
}

#price h2,
#plus dt h2,
#price h3 {
  position: relative;
  font-size: 5rem;
  font-weight: bold;
  margin-bottom: 95px;
  z-index: 1;
}
#price h2 span.price_ttl01{
  font-size: 3.5rem;
  display: block;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}
#price h2 span.price_ttl02{
  font-weight: bold;
  font-size: 5.5rem;
  letter-spacing: 0.1em;
}

#price h3.price-free-plan{
  margin-bottom: 20px;
}

#price .btn_box02{
  text-align: center;
  margin: 80px 0 0;
}
section#price div.inner div.top_price p.read-st,
div.top_price p.read-st{
  font-size: 2.5em;
  font-weight: bold;
  text-align: center;
  color: #000000;
  letter-spacing: 3.2px;
  margin: 0px 0 50px;
  line-height: initial;
  z-index: 2;
  position: relative;
}
section#price div.inner div.top_price p.read-st span,
div.top_price p.read-st span{
  font-size: 1.5em;
  color: #00d3d5;
}




/*4月～キャンペーン*/
div.top_price{
  position: relative;
}
div.top_price.free div.top_section_01 h3:last-child{
  width: 39%;
}
div.top_price ul{
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}
div.top_price ul li{
  width: 31%;
  filter: drop-shadow(4px 4px 4px rgb(0,0,0,20%));
  transform: translateZ(0);
  list-style: none;
  aspect-ratio: 11/15;
}
.price_box01{
  display: flex;
  justify-content: space-between;
}
.price_item01,
.price_item02{
  width: 48%;
  position: relative;
}
.price_item02{
  z-index: 1;
}
.price_item01 h3,
.price_item02 h3{
  height: 230px;
}
.price_item01 h3 img,
.price_item02 h3 img{
  height: 100%;
}
.price_item01 ul,
.price_item02 ul{
  margin: 40px 0 0;
}
.price_item01 ul li,
.price_item02 ul li,
#plus dd ul li{
  margin: 25px 0 0;
  position: relative;
}
.price_item01 ul li span,
.price_item02 ul li span{
  position: absolute;
  right: 10px;
  top: -40px;
  max-width: 80px;
}
.para_box_price {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}

/*キャンペーン適用イメージの表*/
div.price-standard-campaign-table{
  margin: 30px auto 80px;
}
div.price-standard-campaign-table h3{
  font-size: 3.0rem;
  text-align: center;
  line-height: 7.0rem;
  letter-spacing: 0.2rem;
  display: block;
  background: #FF3838;
  width: 100%;
  margin-bottom: 0;
  color: #FFEB00;
}

div.price-standard-campaign-table div{
  background: #FFFFFF;
  padding: 30px;
}

/*容量選びのヒント*/
.hint_pop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #323232;
  z-index: 10000002;
  box-sizing: border-box;
  overflow: hidden;
  transform: scale(0);
  transition: .5s all;
  opacity: 0;
  border-radius: 0%;
  display: none;
}
.hint_pop_inner {
  width: 100%;
  padding: 60px 0;
  overflow: auto;
}
.hint_pop ul {
  padding-inline-start: 0;
}
.hint_pop li {
  list-style: none;
}
.hint_pop img {
  vertical-align: bottom;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
.forbiz .hint_pop img {
  width: 100%;
}
.hint_pop.active{
  transform: scale(1);
  opacity: 1;
  margin: 3.5% 10%;
  min-width: 768px;
  display: flex;
  justify-content: center;
}
.hint_box{
  margin: 30px auto 0;
  width: 100%;
  max-width: 780px;
  -ms-overflow-style: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.hint_box ul{
  display: block;
}
.hint_box ul li{
  width: 100%;
  margin: 2% 0 0;
}
.hint-title-pop h4,
.hint-title-pop p {
  max-width: 500px;
  margin: 0 auto;
}
.hint_item01,
.hint_item02,
.hint_item03{
  max-width: 30%;
  margin: 0 auto;
}
.hint_item02 p,
.hint_item03 p{
  max-width: 100%;
}
.hint_item04 {
  color: #ffffff;
  font-size: 1.3rem;
  text-align: right;
  margin-top: 10px;
}
.note{
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/note.svg) no-repeat left center;
  background-size: 50px;
  max-width: 740px;
  margin: 30px auto 0;
  padding: 5px 0;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 100;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  box-sizing: border-box;
}
.note p {
  padding-left: 70px;
}
.close {
  position: absolute;
  right: 5%;
  top: 6%;
  z-index: 1;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
#price_fix{
  width: 80px;
  position: fixed;
  right: 0;
  top: 200px;
  background: #323232;
  z-index: 5;
  transition: .3s all;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
}
#price_fix.show{
  visibility: visible;
  opacity: 1;
}
#hint_wrap{
  position: relative;
}
.hint_pop .hint_box h4 img,
#top .hint_box h4 img{
  max-width: 65%;
  margin-bottom: 40px;
}
.hint_pop .hint_box p span.gb_img,
#top .hint_box p span.gb_img{
  display: flex;
  align-items: flex-end;
  height: 85px;
  margin: 0 0 15px;
}
.hint_pop .hint_box p span.gb_img img,
#top .hint_box p span.gb_img img{
  max-width: 60%;
}
span.gb_txt01 {
  margin: 23px 0 12px;
}
span.gb_txt02 {
  margin-top: 31px;
}
.hint_pop .hint_box p span.gb_txt,
#top .hint_box p span.gb_txt{
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0em;
  display: block;
  color: #FFFFFF;
  min-height: 85px;
}
.hint_pop .hint_box p span.gb_txt b,
#top .hint_box p span.gb_txt b{
  font-size: 2.0rem;
  color: #e6006b;
  margin: 0 4px 0 2px;
  vertical-align: bottom;
  line-height: 1.4em;
}
.hint_box_ul{
  margin-top: -7px;
}
#price div.top_section_01 h3 p,
div.top_section_01 h3 p{
  color: #000000;
  font-size: 1.9rem;
  font-weight: bold;
  margin: 0;
  line-height:1.8;
}
#price div.top_section_01 h3 p span,
div.top_section_01 h3 p span{
  display: inline-block;
  font-size: 4.0rem;
}

/*202104～
デュアルスタイル・節約術エリア*/
.dual-area-box{
  margin: 80px auto 0;
}
.dual-introduction{
  border: 15px solid #BEBABA;
  border-radius: 2.5vw;
  margin: 0 auto;
  background: #A9F0FF;
  position: relative;
}
.dual-introduction img{
  image-rendering: -webkit-optimize-contrast;
}
.dual-introduction div.btn-area02{
  position: absolute;
  right: 60px;
  margin: 0;
  bottom: 60px;
}
div.top_section_01{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
div.top_section_01 h3{
  width: 45%;
}
div.top_section_02{
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 30px 0 50px;
}
div.top_section_02 div:first-child{
  width: 36%;
  position: relative;
}
div.top_section_02 div:last-child{
  width: 55%;
}
div.top_section_02 div:last-child img{
  position: absolute;
  bottom: -9px;
  right: 25px;
  width: 350px;
}
span.under-line-thin-pink{
  background: linear-gradient(transparent 80%, #e6006b 0%);
}

/*202211～
リニューアル*/
.top_section_flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#top .top_section_flex img:first-child { 
  width: 55%;
}
#top .top_section_flex img:last-child { 
  width: 40%;
}

/*おかわりGIGA*/
#plus{
  padding: 0 20px 80px;
  position: relative;
  z-index: 4;
}
#plus dl{
  display: flex;
  justify-content: space-between;
}
#plus dt{
  width: 48%;
}
#plus dt h2{
  margin-bottom: 35px;
}
#plus dt h2 span{
  font-size: 3rem;
  display: block;
  margin: 0 0 10px;
}
#plus dt p{
  font-size: 2.15rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.12em;
  text-align: justify;
}
#plus dt img{
  margin: 20px 40px 0;
}
#plus dd{
  width: 48%;
  margin: -20px 0 0;
}
#plus dd ul li img {
  max-width: 110%;
  width: 110%;
}
#plus .plus_para01{
  width: 180px;
  position: absolute;
  right: 20px;
  top: -20px;
  z-index: 3;
}
#plus .plus_para01_top{
  z-index: 11;
}
.plus_para02{
  width: 640px;
  position: absolute;
  right: 0;
  top: -330px;
  overflow-x: hidden;
}
#plus .btn_box02{
  margin-top: -160px;
}
@media screen and (min-width: 767px){
  #plus dt img{
    image-rendering: -webkit-optimize-contrast;
  }
  #plus div.empty-lp-area {
    margin-top: 0;
  }
  div.price_note{
    margin-left: 170px;
  }
  div.remarks.price_note{
    margin-left: 0px;
  }
  .sp-flow-point.size-adjust p:first-child{
    line-height: 1;
    margin: -30px 0px -15px 0;
  }
}

@media screen and (max-width: 767px) {
  #plus.top-plus-section {
    padding: 60px 8% 40px;
  }
  .para_01{
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/price_para01.svg) no-repeat left center;
    width: 15%;
    top: 120px;
    left: 0px;
  }
  div.top_section_01{
    flex-direction: column;
  }
  #top div.top_section_02 div:last-child img,
  div.top_section_02 div:last-child img{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-25%);
    max-width: 90%;
  }
  .hint_pop .hint_box h4 img,
  #top .hint_box h4 img{
    max-width: 80%;
    margin-bottom: 20px;
  }
  .hint-title-pop {
    max-width: 300px;
    margin: 0 auto;
  }
  .hint_pop.active{
    transform: scale(1);
    opacity: 1;
    margin: 0%;
    min-width: 0px;
  }
  .hint_pop .hint_box p span.gb_txt,
  #top .hint_box p span.gb_txt {
    font-size: 1.1rem;
    line-height: 1.8;
    letter-spacing: 0em;
    display: block;
    color: #FFFFFF;
    min-height: 85px;
    margin-top: 3px;
  }
  .sp-flex {
    display: flex;
  }
  .hint_pop .hint_box p span.gb_img,
  #top .hint_box p span.gb_img {
    display: block;
    width: 40%;
  }
  .hint_pop .hint_box p span.gb_img img,
  #top .hint_box p span.gb_img img {
    max-width: 100px;
  }
  .hint_pop .hint_box p span.gb_txt b,
  #top .hint_box p span.gb_txt b {
    font-size: 1.5rem;
  }
  .hint_pop .hint_box p span.gb_txt02,
  #top .hint_box p span.gb_txt02 {
    margin-top: 7px;
  }
  ul.hint_box_ul_sp {
    margin-top: -30px;
  }
  .hint_pop .hint_box p span.gb_txt02-sp,
  #top .hint_box p span.gb_txt02-sp {
    margin-top: 14px;
  }
  #price{
    background-size: 50%;
    padding: 0;
    z-index: 4;
  }
  #price h2{
    font-size: 9vw;
    margin-bottom:60px;
  }
  #price h2 span.price_ttl01{
    font-size: 5vw;
  }
  #price h2 span.price_ttl02{
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 9vw;
  }
  #price h2::after{
    display: none;
  }
  #price .btn_box02{
    margin: 55px 0 0;
  }
  #price_fix {
    width: 35px;
    top: 100px;
  }
  #price_fix.active img{
    opacity: 0;
  }
  h2.text-title,
  #devise h2.text-title,
  #price h2.text-title{
    z-index: 0;
    position: relative;
    font-size: 2em;
    padding-top:1.4em;
  }
  section#price div.inner div.top_price p.read-st,
  div.top_price p.read-st{
    font-size: 4.3vw;
    letter-spacing: 0.6px;
    margin: 0px 0 20px;
    line-height: 1.25em;
  }
  section#price div.inner div.top_price p.read-st span,
  div.top_price p.read-st span{
    font-size: 2em;
  }

  div.top_section_01 h3,
  div.top_section_01 img,
  div.top_section_02 div:first-child,
  div.top_section_02 div:last-child{
    width: 100%;
  }
  section#price div.inner div.top_price div.top_price.free div.top_section_01 h3,
  div.top_price div.top_price.free div.top_section_01 h3{
    margin: 0 0 10px;
  }
  div.top_price.free div.top_section_01 h3:last-child{
    width: 99.5%;
  }
  div.top_price ul{
    flex-direction: column;
  }
  div.top_price ul li{
    width: 100%;
    margin: 10px 0;
    aspect-ratio: 244/150;
  }
  div.top_price.free > ul li{
    aspect-ratio: 300/107;
  }
  div.top_price.free > ul li:last-child{
    aspect-ratio: 300/136;
  }
  div.top_price.free > ul.crg-free li{
    aspect-ratio: 255/150;
  }
  div.top_price.free > ul.crg-free li:last-child{
    aspect-ratio: 249/150;
  }
  div.top_price + p{
    width: 100%;
    margin: 25px 0 0;
  }
  div.top_section_02{
    flex-direction: column-reverse;
    margin: 30px 0;
  }

  /* キャンペーンテーブル */
  div.price-standard-campaign-table{
    letter-spacing: -0.02em;
  }
  div.price-standard-campaign-table h3{
    font-size: 1.8rem;
    letter-spacing: -0.03rem;
    line-height: 4.0rem;
  }
  div.price-standard-campaign-table div{
    padding: 15px 10px 15px 5px;
  }

  div.price_note p,
  div.remarks.price_note p{
    font-size: 1.2rem;
  }
  .price_box01{
    flex-direction: column-reverse;
  }
  .price_item01{
    width: 100%;
    margin-top: 60px;
  }
  .price_item02{
    width: 100%;
  }
  .price_item01 h3,
  .price_item02 h3,
  .price_item01 h3 img,
  .price_item02 h3 img{
    height: auto;
    margin-left: 0;
  }
  .price_item01 ul{
    margin: 30px 0 0;
  }
  .price_item02 ul{
    margin: 28px 0 0;
  }
  .price_item01 ul li,
  .price_item02 ul li{
    margin: 0;
  }
  .price_item01 ul li span,
  .price_item02 ul li span{
    right: -10px;
    top: 0px;
    max-width: 55px;
  }
  .price_item02 ul li span{
    right: 0px;
    top: -25px;
  }

  .dual-area-box{
    margin: 55px auto 0;
  }
  h3.dual-area{
    font-size: 2.2em;
    padding: 15px;
    border-radius: 5vw 5vw 0 0;
    line-height: 1.3em;
  }
  .dual-introduction{
    border: 10px solid #BEBABA;
    padding-top: 10px;
    border-radius: 15px;
  }
  .dual-introduction div.btn-area02{
    right: 10px;
    bottom: 10px;
    width: 80%;
  }
  section#price .dual-introduction p{
    font-size: 1.15em;
    line-height: 1em;
  }
  section#price .dual-introduction p:first-child{
    line-height: 1.5em;
  }
  .dual-introduction > p img{
    margin: 25px auto 0;
    width: 100%;
  }
  p.dual-logo img{
    margin: 25px auto 12px;
    width: 90%;
  }
  section#price .dual-introduction .btn_box02{
    margin: 0 0 0 30px;
  }
  section#price .dual-introduction .btn_box02 a{
    width: 100%;
  }
  section#price .dual-introduction .btn_box02 a span{
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow02_t.png) no-repeat 93% center;
    background-size: 6px;
  }
  span.under-line-thin-pink{
    outline: 1px solid transparent;
  }

  .hint_box{
    margin: auto;
    padding: 8% 12% 0;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
  }
  .hint_box ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .hint_box ul li{
    width: 49%;
  }
  .hint_box h4{
    max-width: 740px;
    margin: 0 auto 25px;
    position: static;
    transform: none;
    width: 100%;
  }

  .hint_item01,
  .hint_item02,
  .hint_item03{
    max-width: 740px;
    margin: 0 auto;
  }
  .hint_item02{
    margin: 20px auto;
    width: 100%;
  }
  .hint_item03{
    margin-bottom: 0px;
  }
  .hint_item04 {
    margin-top: -5px;    margin-top: -5px;
    margin-bottom: -10px;
    font-size: 1rem;
  }
  .hint_item03_phone{
    margin-bottom: 25px;
  }
  .hint_item01 p {
    max-width: 650px;
    margin-bottom: -30px;
  }
  .hint_item01 p.sp,
  .hint_item02 p.sp,
  .hint_item03 p.sp {
    display: flex;
  }
  .hint_item02 p,
  .hint_item03 p{
    max-width: 100%;
    margin-bottom: -18px;
  }
  .hint_item02 h1,
  .hint_item03 h1{
    max-width: 100%;
  }
  .note{
    width: 90%;
    background-size: 30px;
    margin: 25px auto 0;
    font-size: 1.2rem;
  }
  .note p {
    padding-left: 40px;
  }
  .close{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 25px;
    height: 25px;
  }

  #plus{
    padding: 60px 8%;
  }
  #plus dl{
    display: block;
  }
  #plus dt{
    width: 100%;
  }
  #plus dt h2{
    font-size: 3rem;
    margin-bottom: 45px;
  }
  #plus dt h2 span{
    font-size: 2rem;
  }
  #plus dt p{
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  #plus dt img{
    position: absolute;
    top: -50px;
    right: -5px;
    width: 38%;
    z-index: -1;
    margin: 0;
  }
  #plus dd{
    width: 100%;
    margin: 0;
  }
  #plus dd ul{
    display: flex;
    justify-content: space-between;
  }
  #plus dd ul li {
    margin-top: 10px;
  }
  #plus .plus_para01{
    width: 15%;
    right: 0;
    left: 0;
    top: 90px;
  }
  #plus .btn_box02{
    text-align: center;
    margin-top: 40px;
  }
  /*舞香ちゃんのうしろに三角形を重ねる*/
  section#price h3.free-back{
    padding: 0 10%;
    margin: 0 -10%;
  }
  .free-back{
    background:url(https://d1q08lkutgkcx2.cloudfront.net/image/plus_para02-2_t.png) no-repeat right;
    background-size: 45%;
    background-position: 100% 52%;
    padding: 0 13%;
    margin: 0 -13%;
  }
  /* 20230119 */
  .standerd-free-sec .price-box ul.price-row li::before {
    text-align: center;
  }
  div.top-appeal-area span.appeal-head {
    font-size: 1.6rem;
    padding: 1rem 2rem 0.8rem;
    width: 75%;
    top: 10px;
  }

}

@media screen and (max-width: 320px) {
  section#price div.inner div.top_price p.read-st,
  div.top_price p.read-st{
      font-size: 1.1em;
      letter-spacing: 0px;
      margin: 0 0 20px;
  }
  section#price div.inner div.top_price p.read-st span,
  div.top_price p.read-st span{
      font-size: 1.8em;
  }
}

/* 新ボタン（海外レンタルとほぼ同じ） */
a.entry-btn{
  display: block;
  position: relative;
  width: fit-content;
  padding: 50px 10px 15px;
  margin: auto;
}
a.entry-btn::before{
  content: "";
  position: absolute;
  display: block;
  width: 95px;
  height: 44px;
  top: 0%;
  left: 50%;
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/application-zeus-icon-3.webp) no-repeat 0% 0% / contain;
  transform: translate(-50%, 50%);
  z-index: 2;
}

.lp-price-page a.entry-btn-price {
  margin-bottom: 100px;
}

.lp-price-page a.entry-btn-price-free {
  margin-bottom: 180px;
}

a .default-btn-main::before,
a .default-btn-main::after {
  content: "";
  position: absolute;
  top: unset;
  transform: unset;
  bottom: 0;
}
a .default-btn-main::before {
  width: 110px;
  height: 139px;
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/global-btn-icon1-4.webp) no-repeat 0% 0% / cover;
  left: 20px;
}
@media screen and (min-width: 768px) {
  a .default-btn-main::after {
    width: 120px;
    height: 138px;
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/global-btn-icon2.webp) no-repeat 0% 0% / cover;
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  a .default-btn-main::after {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 13px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    height: fit-content;
  }
}

a.entry-btn:hover .default-btn-main {
  background: #FFDC00;
}

.entry-btn:hover::after {
  background: #FF008A;
}

.entry-btn:hover .default-btn-main span{
  color: #000;
}

a .default-btn-main {
  text-align: center;
  padding-top: 60px;
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
}
a .default-btn-main{
  display: inline-block;
  position: relative;
  height: 100px;
  line-height: 100px;
  min-width: 600px;
  background: #e6006b;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  padding: 0 30px 0 0;
  border-radius: 60px;
  letter-spacing: 2px;
  transition: .3s;
}

.default-btn-main span {
  margin-left: 20px;
  text-align: left;
  justify-content: center;
  display: flex;
}

@media screen and (max-width: 767px) {
  a.entry-btn {
    display: block;
    position: relative;
    width: fit-content;
    padding: 0;
    margin: 40px auto;
  }
  a .default-btn-main{
    height: 60px;
    line-height: 1.3em;
    min-width: 320px;
    font-size: 1.7rem;
    padding: 15px 0 0px;
    margin: 40px 0 0;
  }
  a .default-btn-main::before{
    content: "";
    position: absolute;
    top: unset;
    border-radius: 0 0 0 20px;
  }
  a .default-btn-main::before {
    width: 85px;
    height: 90px;
    left: 16px;
  }
  a.entry-btn::after {
    content: "";
    height: 65px;
    min-width: 320px;
    top: 50px;
    left: 50%;
  }
  a .default-btn-main span::before {
    right: 25px;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 14px solid #fff;
  }
  a.entry-btn::before{
    content: "";
    top: 30px;
    left: 210px;
    transform: translateX(-50%) rotate(-8deg);
    width: 20%;
  }
  a .default-btn-main:hover {
    background: #FFDC00;
  }
  a.entry-btn:hover::after {
    background: #FF008A;
  }
  a.entry-btn:hover .default-btn-main span::before{
    border-left: 13px solid #037E82;
  }
  .default-btn.btn-green a::before {
    transform: translateY(-50%) rotate(90deg);
  }
  .features-container1 .default-btn.btn-green a::before {
    transform: translateY(-50%) rotate(-90deg);
  }
}

/*2022.11.25～
price リニューアル*/
.standerd-free-sec{
  background:  #F3F3F3;
  padding: 0 0 0px;
}

.standerd-free-sec .price-box{
  padding: 100px 0;
  position: relative;
}

.standerd-free-sec.top-price .price-box {
  padding: 70px 0 100px;
  position: relative;
}

.bg02.section-divide::after {
  background-color: #f3f3f3;
}

.standerd-free-sec .free-box{
  background:  #F3F3F3;
  padding: 0 0 70px;
  position: relative;
}

.standerd-free-sec .price-plan-top {
  background-color: #f2f2f2;
}

.standerd-free-sec .content-box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.standerd-free-sec .content-box h2{
  width: 61%;
  margin: 0;
}

.standerd-free-sec .content-box h2 img{
  height: 110px;
}

.standerd-free-sec .content-box p{
  width: 34%;
}

.yellow-border,
.blue-border{
  border: 4px solid #00d2d4;
  padding: 10px 0 14px;
  background-color: #fff;
}
.yellow-border{
  border: 4px solid #ffe000;
  margin-bottom: 4px;
}
p.yellow-border-2line{
  background-color: #fff;
  border: solid 2px #ffc800;
	outline: solid 4px #ffc800;
	outline-offset: 2px;
  padding: 0 0 8px;
}

p.yellow-2line-price-page{
  border: solid 2px #ffc100;
	outline: solid 4px #ffc100;
	outline-offset: 2px;
  width: 65%;
  margin-left: 5px;
  margin-bottom: 30px;
  padding: 5px 0;
  text-align: center;
  line-height: 35px;
}

#top p.yellow-border-2line {
  width: calc(100% - 12px);
  margin: 0 auto;
}

p.blue-border-2line{
  background-color: #fff;
  border: solid 2px #00d2d4;
	outline: solid 4px #00d2d4;
	outline-offset: 2px;
  width: 65%;
  margin-left: 5px;
}

p.blue-2line-price-page {
  margin-bottom: 30px;
  margin-left: 5px;
  padding: 5px 0;
  text-align: center;
  line-height: 35px;
}

p.blue-border-2line.top {
  width: calc(100% - 12px);
  margin: auto;
  padding: 0 0 8px;
}
.catch_text{
  line-height: 1.4;
  font-size: 2.3em;
  font-weight: bold;
  text-align: center;
  color: #000000;
  margin: 10px 0 0 0;
  letter-spacing: 1px;
  box-sizing: border-box;
}

.price-attention{
  font-size: 1.2rem;
  line-height: 1.8;
  color: #333;
  letter-spacing: 0.02rem;
  margin: 25px auto 0;
}

@media screen and (min-width: 1281px){
  div.content-box-inner p.price-attention.price-attention-margin {
    margin: 15px 62px 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  div.content-box-inner p.price-attention.price-attention-margin {
    margin: 15px 0 0;
  }
}

.price-attention a{
  text-decoration: underline;
}

.condo-in-preparation.price-attention {
  text-align: right;
}

#plus .condo-in-preparation.price-attention {
  position: absolute;
  bottom: -10px;
  right: 0;
}

.price-attention span,
.notice-txt span {
  display: block;
  margin: 10px 0;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.2rem;
}

.pink-text{
  color: #ff0080;
  font-size: 4.5rem;
  padding: 0 2px;
}

.blue-text{
  color: #00d2d4;
  font-size: 4.5rem;
}

.standerd-free-sec ul.price-row li{
  display: flex;
  width: 32%;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  list-style: none;
}
.standerd-free-sec ul.price-row li > p{
  margin-left: -15px;
}

.standerd-free-sec ul.price-row .standard-text-strong{
  height: 48px;
}

.standerd-free-sec ul.price-row{
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 20px 0 0;
  z-index: 1111;
}
.standerd-free-sec .price-box ul.price-row {
  align-items: flex-start;
}
.price-area .standerd-free-sec .price-box{
  padding: 0;
}
div.comparison-box h3 {
  margin: 80px 0 0px;
}
div.comparison-box p {
  margin: 50px 0 20px;
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
}
div.comparison-box p span {
  font-size: 4rem;
}
span.appeal-head {
  position: absolute;
  font-size: clamp(2rem, 2vw, 2.9rem);
  letter-spacing: 0;
  display: inline-block;
  background-color: #fff;
  padding: 1.4rem 3rem 1rem;
  border-radius: 31px;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  border: 4px solid #ffe000;
}
ul.price-row li .price-standerd-case img,
.free-box ul.price-row li img{
  filter: drop-shadow(4px 4px 4px rgb(0,0,0,20%));
  transform: translateZ(0);
  width: 100%;
}

.standerd-free-sec .free-box .price-free{
  display:flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}

.standerd-free-sec .free-box .price-free li {
  width: 31%;
  filter: drop-shadow(4px 4px 4px rgb(0,0,0,20%));
  transform: translateZ(0);
  list-style: none;
}

.setuyaku-box,
.wimax-box{
  position: relative;
  background: #a8efff;
  border:#bdb9b9 20px solid;
  border-radius: 20px;
  margin: 120px auto 0;
}
#feature .setuyaku-box{
  background: unset;
  border: none;
  border-radius: 0;
  margin: 15px 180px;
}
.free-box-global.mg .overseas-box{
  margin: 0;
}
.free-box-global.mg{
  background-color: #ebebeb;
  padding: 120px 0;
}
.free-box-global.mg.price-mg{
  background-color: #ebebeb;
  padding: 0px 0 50px;
}
.free-box-global .prepaid-box {
  margin-top: 20px;
}
.prepaid-box-link {
  position: relative;
}
.prepaid-box-link > a {
  display: block;
}
.prepaid-box-link > a > img {
  width: 100%;
}
.prepaid-box-link .btn_box02 {
  position: absolute;
  bottom: 20px;
  right: 30px;
}
.prepaid-box-link .btn_box02 > a {
  width: 310px;
  transition: .2s all;
}
.prepaid-box-link .btn_box02 > a::after {
  background: unset;
}
.prepaid-box-link .btn_box02 > a > span {
  padding: 25px 70px 27px 30px;
}
.prepaid-box-link .btn_box02 > a > span {
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/icon-window-white.webp) no-repeat 255px center;
}
.prepaid-box-link .btn_box02 > a:hover {
  background-color: #fff;
  color: #e6006b;
  outline: 4px solid #e6006b;
  outline-offset: -4px;
}
.prepaid-box-link .btn_box02 > a:hover > span {
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/icon-window-pink.webp) no-repeat 255px center;
}
@media screen and (max-width: 767px){
  #feature .setuyaku-box{
    border: none;
    border-radius: 0;
    margin: 15px;
  }
  .free-box-global.mg{
    padding: 8%;
  }
}
.wimax-box {
  margin-top: 120px;
}

.wimax-box img {
  border-radius: 20px;
}

.setuyaku-box .btn_box02 {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.wimax-box .btn_box02 {
  position: absolute;
  bottom: 40px;
  right: 330px;
}
.setuyaku-box.global-area {
  background: #bdb9b9;
  border: #bdb9b9 5px solid;
}
.setuyaku-box img{
  vertical-align: bottom;
  max-width: 100%;
}
.setuyaku-box.global-area img{
  border-radius: 20px;
}
.setuyaku-box.global-area .btn_box02{
  bottom: 5px;
  right: 15px;
}
.setuyaku-box.global-area{
  margin: 60px auto;
}
.setuyaku-box.global-area .btn_box02 a {
  width: 220px;
  font-size: 1.5rem;
}
.setuyaku-box.global-area .btn_box02 a span{
  padding: 10px 40px 10px 5px;
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/icon-new-tab.svg) no-repeat right 14px center;
  background-size: 14px;
}
.setuyaku-box.global-area .btn_box02 a::after {
  width: 40px;
} 
.setuyaku-box.global-area .btn_box02 a:hover::after {
  width: 100%;
}
.setuyaku-box .top-dual-appeal{
  width: 100%;
}
.wimax-box .btn_box02 a{
  width: 300px;
}
.setuyaku-box .btn_box02 a{
  width: 265px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px){
  #feature .setuyaku-box .btn_box02 a{
    font-size: 1.2rem;
  } 
}
#price .overseas-box .btn_box02 {
  bottom: 60px;
  left: auto;
  right: 60px;
}

#price .overseas-box .btn_box02 a {
  width: 300px;
}

#price .overseas-box .btn_box02 a span {
  background-position: right 32px center;
}

.bg11 {
  height: 6vw;
  display: block;
  overflow-x: hidden;
  position: absolute;
  width: 100%;
  height: 10vw;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.bg11.sp {
  display: none;
}

.bg11:before{
  content: "";
  display: block;
  background: #e6e6e6;
  width: 120%;
  height: 5vw;
  box-shadow: 0 8px 8px rgb(0 0 0 / 20%);
  position: absolute;
  top: 0%;
  left: -10%;
  right: -10%;
  margin: auto;
  transform: rotate(-2.5deg) translate(0,-45%);
}

.bg12:before{
  content: "";
  display: block;
  background: #e6e6e6;
  width: 120%;
  height: 5vw;
  box-shadow: 0 8px 8px rgb(0 0 0 / 20%);
  position: absolute;
  top: 0%;
  left: -10%;
  right: -10%;
  margin: auto;
  transform: rotate(2.5deg) translate(0,-45%);
}

.setuyaku-box .btn_box02 a span,
.wimax-box .btn_box02 a span {
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow02.svg) no-repeat right 30px center;
  background-size: 8px;
  display: block;
  padding: 25px 70px 27px 0;
  position: relative;
  z-index: 1;
}

.setuyaku-box .btn_box02 a {
  width: 220px;
  font-size: 1.5rem;
}

.setuyaku-box .btn_box02 a span {
  padding: 12px 40px 12px 5px;
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow02.svg) no-repeat right 16px center;
  background-size: 8px;
}

.setuyaku-box .btn_box02 a::after {
  width: 40px;
}

.setuyaku-box .btn_box02 a:hover::after {
  width: 100%;
}

.bg02.top-bg02::after {
  background: #e6e6e6;
}

.setuyaku-box.big-banner .btn_box03 {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.setuyaku-box.big-banner .btn_box03 a,
.setuyaku-box.big-banner .btn_box03 div {
  padding: 15px 30px;
  min-width: 160px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px){
  .setuyaku-box.big-banner .btn_box03 {
    right: unset;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .bg11.sp {
    display: block;
  }
  .standerd-free-sec.top-price .price-box {
    padding: 50px 8%;
  }
  
  .standerd-free-sec.yellow-triangle{
    background: 0;
  }

  .standerd-free-sec.yellow-triangle .side-title{
    display: none;
  }

  .bg11 {
    height: 12vw;
  }

  .standerd-free-sec .content-box{
    display: block;
    margin-bottom: 15px;
  }

  .standerd-free-sec .content-box h2{
    width: 100%;
    margin-bottom:20px;
  }

  .standerd-free-sec .content-box h2 img{
    height: auto;
  }

  .standerd-free-sec .content-box p{
    width: 100%;
    margin-bottom:20px;
  }

  .standerd-free-sec .free-box .content-box{
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .standerd-free-sec .content-box h2 img,
  .standerd-free-sec .content-box p img{
    max-width: 100%;
    vertical-align: bottom;
  }

  .standerd-free-sec .price-box,
  .standerd-free-sec .free-box{
    padding: 50px 8%;
  }

  .blue-border {
    margin-bottom: 30px; 
  }

  .standerd-free-sec ul.price-row{
    display: block;
    margin-top: 30px;
  }

  .standerd-free-sec ul.price-row li {
    width: 100%;
    margin: 0;
    align-items: initial;
  }

  .standerd-free-sec ul.price-row li:last-of-type > .price-standerd-case {
    margin-top: 8%;
  }
  .standerd-free-sec.yellow-triangle ul.price-row li > p{
    text-align: center;
    margin-left: 0;
  }
  .standerd-free-sec ul.price-row li:last-child .standard-text-strong{
    margin-top: 0;
  }
  .standerd-free-sec ul.price-row li:nth-of-type(2){
    margin: 5% 0;
  }
  .standerd-free-sec ul.price-row .standard-text-strong {
    height: auto;
    width: 55%;
    margin-bottom: -6px;
  }
  .standerd-free-sec .price-box ul.price-row li::before {
    transform: translate(0, 30%);

  }
  .standerd-free-sec .price-box ul.price-row li:nth-of-type(2):before {
    transform: translate(0, 50%);
  }
  .yellow-border{
    margin-bottom: 16px;
  }

  .yellow-border,
  .blue-border {
    border-width: 4px;
    padding: 10px 0;
  }

  .catch_text{
    font-size: 1.3em;
    letter-spacing: 0.05em;
  }

  .pink-text,
  .blue-text{
    font-size: 1.5em;
    line-height: 0.8;
  }

  p.price-font {
    font-size: 1.1rem;
  }

  .price-attention{
    width: 100%;
    margin: 25px 0 0;
  }

  .condo-in-preparation.price-attention {
    text-align: left;
  }
  
  #plus .condo-in-preparation.price-attention {
    position: initial;
    margin-top: 15px;
  }

  ul.price-row li .price-standard-case img {
    padding-bottom: 10px;
  }

  ul.price-row li .price-standard-case.bottom{
    display: block;
    height: auto;
  }

  .standerd-free-sec .free-box .price-free{
    display:block;
  }
  
  .standerd-free-sec .free-box .price-free li {
    width: 100%;
    margin-bottom: 20px;
  }

  .setuyaku-box,
  .wimax-box{
    border: 10px solid #BEBABA;
    outline: 0;
    padding: 0px;
    border-radius: 20px;
    margin-top: 70px;
  }

  #feature .setuyaku-box {
    background: #a8efff;
  }

  .wimax-box img {
    border-radius:3vw;
  }

  .wimax-box {
    margin-top: 70px;
  }

  .setuyaku-box .btn_box02,
  .wimax-box .btn_box02{
    position: absolute;
    bottom: 1.5%;
    right: 50%;
    transform: translateX(50%);
    width: 70%;
  }

  .setuyaku-box .btn_box02 a,
  .wimax-box .btn_box02 a{
    max-width: 300px;
    width: 100%;
  }

  .setuyaku-box .btn_box02 a span,
  .wimax-box .btn_box02 a span {
    background-position: right 25px center;
    background-size: 6px;
    display: block;
    padding: 18px 45px 18px 0;
    position: relative;
    z-index: 1;
  }

  .setuyaku-box .btn_box02 a::after {
    width: 56px;
  }

  .btn_box02 a:hover::after {
    width: 100%;
  }
  .wimax-box .btn_box02 {
    bottom: 10%;
  }
  .setuyaku-box.global-area {
    margin: 30px auto;
    border: #bdb9b9 5px solid;
  }
  .setuyaku-box.global-area .btn_box02{
    width: 50%;
    right: 20%;
    bottom: 3%;
  }  
  .setuyaku-box.global-area .btn_box02 a{
    max-width: 110px;
    font-size: 1rem;
  }
  .setuyaku-box.global-area .btn_box02 a span{
    padding: 6px 14px 6px 0;
  }
  .setuyaku-box.global-area .btn_box02 a span{
    background-position: right 7px center;
    background-size: 6px;
  }
  .setuyaku-box.global-area .btn_box02 a::after{
    width: 20px;
  }
  
  .setuyaku-box.global-area img{
    border-radius: 4vw;
  }
  div.comparison-box h3 {
    margin: 0px 0 0px;
  }
  #price .overseas-box .btn_box02 {
    bottom: 15px;
    right: 50%;
    transform: translateX(50%);
    width: 70%;
  }
  #price .overseas-box .btn_box02 a {
    max-width: 300px;
    width: 100%;
  }
  #price .overseas-box .btn_box02 a span {
    background-position: right 20px center;
    padding: 12px 45px 12px 0;
  }
}

/*-------------------------------------------
    Reason
-------------------------------------------*/
#reason{
  position: relative;
  padding: 90px 20px;
  z-index: 4;
  background: #F3F3F3;
}
#reason.nobutton{
  padding:160px 20px;
}
#reason h2{
  text-align: center;
}
#reason h2 img{
  max-width: 30%;
}
#reason .reason_box{
  position: relative;
}
#reason ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px 0 0;
  position: relative;
  z-index: 1;
}
#reason ul li{
  width: 49%;
}
#reason ul li img{
  margin: -3% 0 -3% -4%;
  width: 110%;
}
#reason .btn_box02{
  text-align: center;
  margin: 80px 0 0;
}
.reason_para01{
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/reason_para01.svg) no-repeat left center;
  width: 180px;
  position: absolute;
  z-index: 3;
  left: -3px;
  top: 90px;
}
.reason_para03{
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/reason_para03.svg) no-repeat left center;
  width: 180px;
  position: absolute;
  z-index: 3;
  right: 20px;
  top: 150px;
}
h2.reason-4 p{
  font-size: 30px;
}
h2.reason-4 span{
  font-size: 2em;
}
h2.reason-4{
  font-size: 3.2em;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 2em;
  text-align: center;
}
#pay .btn_box02{
  margin: 80px 0 0 0;
}
@media screen and (max-width: 767px){
  #pay .btn_box02{
    margin: 40px 0 0 0;
  }
}
@media screen and (max-width: 767px){
  #reason{
    background-size: 80%;
    padding: 85px 8% 55px;
  }
  #reason.nobutton{
    padding: 85px 8% 55px;
  }
  #reason h2 img{
    max-width: 50%;
  }
  #reason ul{
    margin: 30px 0 0;
  }
  #reason ul li{
    width: 49%;
  }
  #reason .btn_box02{
    text-align: center;
    margin: 40px 0 0;
  }
  .reason_para01{
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/reason_para01.svg) no-repeat left center;
    width: 15%;
    left: 0;
  }
  .reason_para03{
    width: 15%;
    right: 0;
    top: 380px;
  }
  #reason h2.reason-4{
    font-size: 2.5em;
    font-weight: bold;
    line-height: 1.8em;
    text-align: center;
  }
  h2.reason-4 p{
    font-size: 19px;
  }
  h2.reason-4 span{
    font-size: 1.8em;
  }
}
/*-------------------------------------------
    Devise
-------------------------------------------*/
#devise{
  padding: 100px 20px 80px;
  position: relative;
  z-index: 3;
}
#devise h2{
  text-align: center;
  font-size: 5rem;
  letter-spacing: 0.12em;
  text-indent: -0.12em;
  position: relative;
}
#devise p{
  text-align: center;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  text-indent: -0.1em;
  margin: 50px 0 65px;
  position: relative;
  z-index: 1;
}
#devise ul{
  display: flex;
  justify-content: space-between;
  margin: 0;
}
#devise ul li{
  width: 25%;
}
#devise .devise_img{
  max-width: 500px;
  margin: 0 auto 0 0;
}
#devise .btn_box02{
  text-align: center;
  margin: 80px 0 0;
}
.devise_para01{
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/devise_para01.svg) no-repeat left center;
  width: 180px;
  position: absolute;
  z-index: -1;
  right: 20px;
  top: 100px;
}

@media screen and (max-width: 767px){
  #devise {
    padding: 55px 8%;
  }
  #devise h2{
    text-align: center;
    font-size: 2.4em;
  }
  #devise h2::after{
    content: "";
    right: -25px;
    bottom: -210px;
    width: 211px;
    height: 298px;
  }
  #devise p{
    text-align: center;
    font-size: 1.6em;
    line-height: 1.4;
    text-indent: 0;
    margin: 35px 0 40px;
  }
  #devise ul{
    flex-wrap: wrap;
    margin: 10px 0 0;
    position: relative;
    z-index: 2;
  }
  #devise ul li{
    width: 50%;
  }
  #devise .devise_img{
    max-width: 80%;
    position: relative;
    z-index: 1;
  }
  #devise .btn_box02{
    margin: 40px 0 0;
  }
  .devise_para01{
    width: 15%;
    right: 0;
    top: 180px;
  }
}

/*-------------------------------------------
    Flow
-------------------------------------------*/
#flow{
  background: #ebebeb;
  background-size: 35%;
  padding: 90px 20px;
  position: relative;
}
#flow h2{
  text-align: center;
  font-size: 5rem;
  margin: 0 0 80px;
}
#flow ul{
  display: flex;
  justify-content: space-between;
}
#flow ul li{
  width: 30%;
}
#flow ul li:nth-of-type(2){
  width: 275px;
}
#flow ul li:nth-of-type(3){
  width: 253px;
}
#flow .btn_box02{
  text-align: center;
  margin: 80px 0 0;
}
#flow .flow_para01{
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/flow_para01.svg) no-repeat left center;
  width: 180px;
  position: absolute;
  z-index: 11;
  left: -4px;
  top: 80px;
}
#flow .flow_para02{
  position: absolute;
  left: 0;
  top: -10px;
  z-index: 1;
  width: 650px;
}
.userflow{
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 2.5em;
  font-weight: bold;
  text-align: center;
  height: 100%;
}
.userflow h3{
  margin: 0 0 1em 0;
}
.userflow h3 span.flow-number{
  font-size: 2em;
  padding-bottom: 0.3em;
}
.userflow .flow-point{
  font-size: 1.4em;
  padding: 0.5em 0;
  line-height: 1.25em;
}
div.userflow img{
  margin-top: auto;
}

/*最短翌日発送の注意書き*/
section#flow ul li div.userflow div.sp-flow-point{
  position: relative;
}
section#flow ul li:first-child div.userflow div.sp-flow-point::before{
  content: '※';
  position: absolute;
  top: 65px;
  right: -20px;
  font-size: 2.0rem;
  color: #333;
}
section#flow ul li:first-child div.userflow div.sp-flow-point::after{
  content: '※お申し込み内容に不備がない場合に限ります。';
  position: absolute;
  top: 115px;
  left: -25px;
  color: #333;
  font-size: 1.3rem;
  font-weight: normal;
  width: 120%;
}
@media screen and (max-width: 767px){
  #flow{
    padding: 55px 8%;
  }
  #flow h2 {
    text-align: center;
    font-size: 2.4em;
    margin: 0 0 30px;
  }
  #flow ul{
    display: block;
  }
  #flow ul li{
    width: 100%;
  }
  #flow ul li:nth-of-type(2){
    width: 100%;
    margin: 40px 0;
  }
  #flow ul li:nth-of-type(3){
    width: 100%;
  }
  #flow .btn_box02{
    margin: 40px 0 0;
  }
  #flow .flow_para01{
    width: 15%;
    left: 0;
  }
  #flow .flow_para02{
    top: -360px;
    width: 15%;
  }

  .userflow .sp-flow-point {
    width: 60%;
    justify-content: unset;
    flex-direction: column;
  }
  section#flow ul li:first-child div.userflow div.sp-flow-point::before{
    top: 30px;
    left: 165px;
    font-size: 1.4rem;
  }
  section#flow ul li:first-child div.userflow div.sp-flow-point::after {
    top: 62px;
    left: 0;
    font-size: 1.1rem;
    width: 160%;
  }
  .userflow{
    flex-direction: unset;
    text-align: left;
    font-size: 2em;
    justify-content: space-between;
    align-items: flex-end;
  }
  .userflow h3{
    margin: 0;
  }
  .userflow h3 span.flow-number{
    padding-bottom: 0;
    padding-right: 10px;
  }
  .userflow .sp-flow-point{
    width: 60%;
    justify-content: unset;
    flex-direction: column;
  }
  .userflow p{
    font-size: 1.2rem;
  }
  .userflow .flow-point{
    font-size: 1em;
    padding: 0 0 0.2em 0;
    line-height: 1.1em;
  }
  .userflow img{
    width: 30%;
  }
}

@media screen and (max-width: 374px) {
  .userflow img{
    width: 25%;
  }
}

@media screen and (max-width: 320px) {
  section#flow ul li:first-child div.userflow div.sp-flow-point::before{
    top: 15px;
  }
}

/*-------------------------------------------
    Pay
-------------------------------------------*/
#pay{
  padding: 90px 20px;
  position: relative;
  z-index: 3;
}
#pay h2{
  text-align: center;
  font-size: 5rem;
  letter-spacing: 0.12em;
  text-indent: -0.12em;
  position: relative;
}
#pay .pay-box-flex{
  max-width: 980px;
  margin: 115px auto 0;
  display: flex;
  justify-content: space-between;
}
#pay .pay-box{
  width: 455px;
  border-radius: 20px;
  background-color: #FFFFFF;
  text-align: center;
  padding: 45px;
  box-sizing: border-box;
  filter: drop-shadow(4px 4px 4px rgb(0,0,0,20%));
  -webkit-filter: drop-shadow(4px 4px 4px rgb(0,0,0,20%));
	-moz-filter: drop-shadow(4px 4px 4px rgb(0,0,0,20%));
  transform: translateZ(0);
}
#pay .pay-box p{
  line-height: 1.2;
}
#pay .pay-box-title{
  font-size: 4rem;
  font-weight: bold;
}
#pay .pay-box-condopay .pay-box-title{
  font-size: 3.5rem;
}
#pay .pay-box-subtitle-1{
  font-size: 2.8rem;
  font-weight: bold;
  margin: 46px 0;
}
#pay .pay-box-subtitle-2{
  font-size: 2.8rem;
  font-weight: bold;
  margin: 30px 0 20px;
}
#pay .condopay-caution{
  text-align: center;
  margin: 10px auto 0;
}
.pay_para01{
  width: 180px;
  position: absolute;
  z-index: -1;
  right: 20px;
  top: 100px;
}
.condopay-mark{
  width: 85%;
}
#pay .pay-box-condopay .pay-box-title .pay-box-subtitle-small{
  font-size: 2.3rem;
}
#pay .pay-box-flex.pay-container {
  margin: 80px auto 0;
  gap: 0;
  border: 1px solid #FFE400;
}
#pay .pay-box-flex.pay-container .pay-box-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 40%;
  background: #FFE400;
  color: #000;
}
#pay .pay-box-flex.pay-container .pay-box-title > h3 {
  font-size: 2.2rem;
  margin: 0;
}
#pay .pay-box-flex.pay-container .pay-box-title > p {
  font-size: 1.6rem;
  margin-top: 10px;
}
#pay .pay-box-flex.pay-container .pay-box-img {
  width: 60%;
  text-align: center;
  background-color: #fff;
  padding: 15px 0;
  box-sizing: border-box;
}
#pay .pay-box-flex.pay-container .pay-box-img > img {
  width: 70%;
}
#pay .pay-bnr-charge {
  margin-top: 60px;
}

@media screen and (max-width: 767px){
  #pay {
    padding: 55px 8%;
  }
  #pay h2{
    text-align: center;
    font-size: 2.4em;
    margin: 0 0 30px;
  }
  #pay .pay-box-flex{
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  #pay .pay-box{
    width: 100%;
    border-radius: 20px;
    background-color: #FFFFFF;
    text-align: center;
    padding: 45px 0;
    box-sizing: border-box;
    filter: drop-shadow(4px 4px 4px rgb(0,0,0,20%));
    -webkit-filter: drop-shadow(4px 4px 4px rgb(0,0,0,20%));
    -moz-filter: drop-shadow(4px 4px 4px rgb(0,0,0,20%));
    transform: translateZ(0);
  }
  #pay .pay-box-condopay{
    margin-top: 30px;
  }
  #pay .creditcard-mark{
    width: 80%;
  }
  #pay .condopay-mark{
    width: 78%;
  }
  #pay .pay-box-title {
    font-size: 2.6rem;
    font-weight: bold;
  }
  #pay .pay-box-condopay .pay-box-title {
    font-size: 2.6rem;
  }
  #pay .pay-box-subtitle-1 {
    font-size: 2rem;
    font-weight: bold;
    margin: 30px 0;
  }
  #pay .pay-box-subtitle-2 {
    font-size: 2rem;
    font-weight: bold;
    margin: 30px 0 25px;
  }
  .pay_para01{
    width: 15%;
    right: 0;
    top: 180px;
  }
  #pay .pay-box-condopay .pay-box-title .pay-box-subtitle-small {
    font-size: 1.8rem;
  }
  #pay .pay-box-flex.pay-container {
    margin: 30px auto 0;
  }
  #pay .pay-box-flex.pay-container .pay-box-title {
    width: 100%;
    padding: 20px 0;
  }
  #pay .pay-box-flex.pay-container .pay-box-img {
    width: 100%;
    padding: 15px 0;
  }
  #pay .pay-box-flex.pay-container .pay-box-img > img {
    width: 80%;
  }
  #pay .pay-bnr-charge {
    margin-top: 30px;
  }
}


/*-------------------------------------------
    特集
-------------------------------------------*/
#feature,
.hint-area{
  background: #232323;
  padding: 120px 20px 140px;
  position: relative;
  overflow: hidden;
}
#feature{
  padding: 90px 20px;
  background: #f3f3f3;
}
#feature .inner{
  z-index: 1;
}
#feature::before {
  content: "";
  display: block;
  background: #1E1E1E;
  width: 120%;
  height: 5vw;
  box-shadow: 0 8px 8px rgb(0 0 0 / 20%);
  position: absolute;
  top: 0%;
  left: -10%;
  right: -10%;
  margin: auto;
  transform: rotate(2.5deg) translate(0,-45%);
  z-index: -1;
}
#feature.hint-area::before{
  box-shadow: 0 0px 0px rgb(0 0 0);
}
#feature h2{
  text-align: center;
  color: #FFFFFF;
  font-size: 5rem;
  letter-spacing: 0.26em;
  text-indent: -0.26em;
  margin: 0 0 80px;
}
#feature ul{
  display: flex;
  justify-content: space-between;
}
#feature ul li{
  width: 32%;
}
#feature .feature_para_02{
  position: absolute;
  left: 0;
  width: 650px;
  top: -50px;
}

div.top-special-contents-icons-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
div.top-special-contents-icon {
  padding: 15px;
  width: 30%;
  display: flex;
  justify-content: center;
}
div.top-special-contents-icon img{
  width: 100%;
  image-rendering: -webkit-optimize-contrast;/*画像をシャープにする*/
}
div.top-special-contents-icons-wrapper a {
  text-align: center;
}

@media screen and (max-width: 767px) {
  #feature{
    padding: 75px 8%;
  }
  #feature h2{
    text-align: center;
    color: #fff;
    font-size: 2.4em;
    letter-spacing: 0.16em;
    text-indent: -0.16em;
    margin: 0 0 30px;
  }
  #feature ul{
    display: block;
  }
  #feature ul li{
    width: 100%;
    margin: 25px 0 0;
  }
  #feature .feature_para_02 {
    left: -12%;
    width: 105%;
    bottom: initial;
    top: -100px;
    transform: rotate(-15deg);
  }
  div.top-special-contents-icons-wrapper {
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 0;
  }
  div.top-special-contents-icon {
    width: 100%;
    padding-top: 0;
  }
  div.top-special-contents-icon:last-child {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 320px) {
  div.top-special-contents-icon {
    padding: 5px;
  }
}

/*-------------------------------------------
    お知らせ
-------------------------------------------*/
#news{
  padding: 90px 20px;
  position: relative;
  z-index: 3;
  background-color: #e3e3e3;
}
#news h2{
  text-align: center;
  font-size: 5rem;
  letter-spacing: 0.12em;
  text-indent: -0.12em;
  position: relative;
}
.news_para01{
  width: 150px;
  position: absolute;
  z-index: -1;
  right: 20px;
  top: 100px;
}
#news .news-day{
  width: 10%;
}

@media screen and (max-width: 767px){
  #news{
    padding: 80px 8%;
  }
  #news h2{
    text-align: center;
    font-size: 2.4em;
    margin: 0 0 40px;
  }
  .news_para01{
    width: 15%;
    right: 0;
    top: 180px;
  }
  #news .news-box-area{
    margin: 60px auto;
  }
  #news .news-day{
    width: 30%;
  }
}

/*-------------------------------------------
    フッター
-------------------------------------------*/
/*フッターの針吹き出し*/
.footer-limited,
.footer-page-limited{
  width: 30%;
  position: relative;
}
.footer-limited img,
.footer-page-limited img{
  width: 125px;
  position: absolute;
  bottom: -5px;
  left: 160px;
}

@media screen and (max-width: 767px) {
  .footer-limited img,
  .footer-page-limited img{
    width: 80px;
    left: 60px;
    bottom: -10px;
  }
}

@media screen and (max-width: 320px) {
  .footer-page-limited img{
    bottom: -25px;
  }
  .footer-page-limited img{
    bottom: -5px;
  }
}
div.image-slider-wrapper.device-slider {
  width: 700px;
  padding: 20px 0 0;
  filter: drop-shadow(5px 5px 6px rgba(0, 0, 0, .2));
  transform: translateZ(0);
  margin: 0 auto 45px;
}
div.swiper-slide img {
  width: 540px;
  margin-left: 75px;
}
#top div.image-slider-wrapper.device-slider{
  filter: none;
}
#top .img-shadow{
  filter: drop-shadow(5px 5px 6px rgba(0, 0, 0, .3));
  transform: translateZ(0);
  width: 97%;
}
#top .swiper-container-autoheight .swiper-slide{
  display: flex;
  justify-content: center;
}
#top div.swiper-slide img {
  margin-left: 0;
}
@media screen and (min-width: 1281px) {
  #top div.image-slider-wrapper.device-slider{
    max-width: 850px;
    width: auto;
    margin-bottom: 15px;
  }
  #top #devise ul{
    max-width: 850px;
    margin: 0 auto;
  }
  #top .swiper-button-prev,#top .swiper-button-next{
    width: 50px !important;
    top: 40%;
  }
  #top #devise .image-slider-wrapper p{
    top: 200px;
  }
  #top div.swiper-container.device-slider-visual{
    height: 298px;
  }
  #top .swiper-button-next{
    right: 210px;
  }
  #top .swiper-button-prev{
    left: 210px;
  }
  #top div.swiper-slide img {
    margin-top: 20px;
    width: 35%;
  }
  #top .swiper-slide span{
    top: 25px;
  }
}
@media screen and (max-width: 767px) {
  #top div.image-slider-wrapper.device-slider{
    width: 100%;
  }
  #top .img-shadow{
    max-width: 104%;
    width: 104%;
  }
}

.swiper-button-prev {
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/swiper-button-prev_t.png) no-repeat center center / contain;
  width: 70px !important;
  height: 70px !important;
}
.swiper-button-next {
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/swiper-button-next_t.png) no-repeat center center / contain;
  width: 70px !important;
  height: 70px !important;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}
div.swiper-button-prev,
div.swiper-button-next {
  top: 45%;
}
div.swiper-container.device-slider-visual {
  height: 390px;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  div.swiper-container.device-slider-visual {
    height: 155px;
  }
  div.image-slider-wrapper.device-slider {
    width: 307px;
    margin-left: 0px;
    padding: 20px 0;
    background: #FFF;
  }
  div.swiper-slide img {
    width: 220px;
    margin-left: 42px;
  }
  div.swiper-button-prev,
  div.swiper-button-next {
    top: 55%;
  }
  .swiper-button-prev {
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/swiper-button-prev_t.png) no-repeat center center / contain;
    width: 30px !important;
    height: 30px !important;
  }
  .swiper-button-next {
    background: url(https://d1q08lkutgkcx2.cloudfront.net/image/swiper-button-next_t.png) no-repeat center center / contain;
    width: 30px !important;
    height: 30px !important;
  }
  div.image-slider-wrapper.device-slider {
    margin: 0 auto 15px;
  }
}

/* 新フリープラン料金 2024/09~ */
.default-main-titl.terminal-price-ttl .topborder::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
  height: 8px;
  background-color: #ffc100;
}

.sub-topborder {
  margin-bottom: 46px;
}

#price .default-main-titl,
#reason .default-main-titl,
#flow .default-main-titl,
#pay .default-main-titl,
#news .default-main-titl,
#feature .default-main-titl {
  margin: 30px 0 70px;
}

.lp-price-page #entry_wrap.lp-price-countainer .default-main-titl {
  margin: 0 0 70px;
  padding-top: 0;
}

.standerd-free-sec .content-box h2.price-standard-plan img {
  height: auto;
}

.price-plan-top {
  background-color: #f2f2f2;
}

#price .default-main-titl h2 {
  margin-bottom: 0;
}

.standerd-free-sec div.price-plan-top{
  padding: 0;
  margin-top: 120px;
}

.standerd-free-sec .content-standard-plan,
.standerd-free-sec .content-free-plan{
  display: flex;
  justify-content: space-between;
  position: relative;
}

.standerd-free-sec .content-standard-plan .standard-price-table,
.standerd-free-sec .content-free-plan .free-price-table {
  position: initial;
  width: 35%;
}

#price.standerd-free-sec h3.price-standard-plan,
#price.standerd-free-sec h3.price-free-plan {
  margin: 0;
}

#price.standerd-free-sec h3.price-standard-plan {
  max-width: 415px;
}

#price.standerd-free-sec h3.price-free-plan {
  max-width: 305px;
}

#price.standerd-free-sec h3.price-standard-plan img,
#price.standerd-free-sec h3.price-free-plan img {
  width: 100%;
}

.standerd-free-sec .content-standard-plan div img,
.standerd-free-sec .content-free-plan div img {
  width: 100%;
}

.standerd-free-sec .content-standard-plan p.yellow-2line-price-page,
.standerd-free-sec .content-free-plan p.blue-2line-price-page {
  width: 60%;
  margin: auto 0;
  padding: 15px 90px 15px 0px;
}

.standerd-free-sec .content-standard-plan div.price-standard-page,
.standerd-free-sec .content-free-plan div.price-free-page {
  position: absolute;
  max-width: 140px;
  top: -50px;
  right: -40px;
  left: 0;
  margin: auto;
  z-index: 999;
}

.standerd-free-sec .content-free-plan div.price-free-page{
  max-width: 120px;
  top: -63px;
}

.standerd-free-sec .price-plan-inner + .price-plan-inner {
  margin-top: 80px;
}

.inner .pc-price-table {
  border-collapse:  collapse;
  position: relative;
  top: 92px;
  left: 0;
}

.inner .standard-price-table {
  top: 83px;
}

.inner .free-price-table th,
.inner .free-price-table td,
.inner .free-price-table th,
.inner .free-price-table td{
  font-weight: bold;
  border-top: #000 solid 1px;
  border-bottom: #000 solid 1px;
  padding: 5px 10px;
  font-size: 1.2rem;
}

.inner tbody {
  width: 100%;
}

.inner .free-price-table th{
  text-align: left;
}

.inner .free-price-table td span{
  color: #00d2d4;
}

.inner .free-price-table.standard-price-table td span{
  color: #ff0080;
}

.free-giga-ttl {
  display: flex;
  justify-content: center;
  text-align: center;
  background: #2c2c2c;
  position: relative;
  padding: 12px 28px 12px 27px;
  margin: 0 auto;
  width: 260px;
}

.free-giga-ttl p {
  font-size: 3rem;
  font-weight: bold;
  margin: 0;
  color: #fff;
}

.free-giga-ttl p span {
  font-size: 1.5rem;
}

.free-giga-main {
  display: flex;
  justify-content: center;
  text-align: center;
  background: #fff;
  position: relative;
  padding: 30px 28px 12px 27px;
  margin: 8px auto 0;
  width: 260px;
}

.free-giga-main p {
  font-size: 5rem;
  font-weight: bold;
  margin: 0;
  color: #00d2d4;
}

.free-giga-main p span {
  margin-left: 5px;
  font-size: 1.3rem;
  color: #000;
}

.standerd-free-sec div.js-free-30giga-btn.free-30giga-btn.free-giga-btn,
.standerd-free-sec div.js-free-50giga-btn.free-50giga-btn.free-giga-btn,
.standerd-free-sec div.js-free-100giga-btn.free-100giga-btn.free-giga-btn {
  width: 260px;
  padding: 12px 0px 12px 55px;
}

.standerd-free-sec #price-page-top div.js-free-30giga-btn.free-30giga-btn.free-giga-btn,
.standerd-free-sec #price-page-top div.js-free-50giga-btn.free-50giga-btn.free-giga-btn,
.standerd-free-sec #price-page-top div.js-free-100giga-btn.free-100giga-btn.free-giga-btn {
  padding: 8px 20px 8px 35px;
}

@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
    max-width: 450px;
    margin: auto;
  }

  .price-inner-page {
    padding: 0 8%;
    width: auto;
  }

  .sp-size-font {
    font-size: 2.5rem;
    font-weight: bold;
  }

  
  .lp-price-page #entry_wrap.lp-price-countainer .default-main-titl {
    margin: 20px 0;
  }
  
  .lp-price-page #entry_wrap.lp-price-countainer .plan-opt-tanmatsu-anshin:not(.plan-opt-3) {
    margin-top: 0;
  }

  section.standerd-free-sec div.js-free-30giga-btn.free-30giga-btn.free-giga-btn,
  section.standerd-free-sec div.js-free-50giga-btn.free-50giga-btn.free-giga-btn,
  section.standerd-free-sec div.js-free-100giga-btn.free-100giga-btn.free-giga-btn {
    width: 60%;
    padding: 12px 0px 12px 10px;
    justify-content: center;
  }
  div.free-giga-ttl,
  div.free-giga-main {
    width: 100%;
  }

  div.free-giga-ttl {
    padding: 12px 0 12px;
  }
  div.free-giga-main {
    padding: 30px 0 12px;
  }

  .standerd-free-sec .content-box h2.price-standard-plan img {
    margin-bottom: 15px;
  }

  .standerd-free-sec .content-standard-plan div.price-standard-page {
    top: -28%;
    right: -82%;
    width: 85px;
  }
  
  .standerd-free-sec .content-free-plan div.price-free-page {
    top: -31%;
    right: -80%;
    width: 70px;
  }

  .default-main-titl h2 {
    font-size: 2.3rem;
    line-height: 1.2;
    margin-top: 70px;
  }

  .default-main-titl .plan-price-ttl,
  .default-main-titl .terminal-plan-price {
    font-size: 2.8rem;
    font-weight: 800;
  }

  .default-main-titl .pc-topborder {
    border-top: none;
  }
  .default-main-titl .topborder {
    position: relative;
    padding-top: 4px;
    display: contents;
  }
  .default-main-titl .topborder::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 8px;
    background-color: #ffe000;
  }
  
  .default-main-titl h2 .sp-big-plan {
    font-size: 4rem;
    font-weight: 800;
  }
  #price .inner p.blue-border-2line,
  #price .inner p.yellow-border-2line {
    width: 100%;
    padding: 5px 45px 5px 0;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 20px;
  }
  #price .inner p.blue-2line-price-page,
  #price .inner p.yellow-2line-price-page{
    font-size: 1.6em;
    width: 96%;
    margin: 0 auto 20px;
  }
  #top #price .inner p.blue-border-2line,
  #top #price .inner p.yellow-border-2line {
    width: calc(100% - 12px);
    text-align: center;
    padding: 5px 45px 5px 0;
    margin: 0 auto;
  }
  span.sp-pink-text {
    color: #e6006b;
  }
  .inner .sp-price-table{
    border-collapse:  collapse;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .lp-price-page .standerd-free-sec .content-free-plan {
    margin-bottom: 0;
  }
  .inner .sp-price-table th {
    width: 30%;
  }
  .inner .sp-price-table td {
    width: 32%;
  }
  .standerd-free-sec .content-free-plan h2 img {
    height: 80px;
  }
}
/* 新フリープラン料金 2024/09~ end */

/* おかわりGIGA 2024/09~ */
.entry_wrap img {
  max-width: 100%;
}

section.other-sixth.price-other-sixth {
  padding: 110px 0 40px;
  background-color: #ebebeb;
}

section.price-giga-section {
  padding: 38px 0;
  margin-top: -70px;
  position: relative;
  z-index: 99;
}

.giga-flex {
  display: flex;
  background-color: #1e1e1e;
}

.giga-flex-top-main {
  display: flex;
  background-color: #1e1e1e;
  padding: 0 40px 10px;
}

.giga-inner {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.giga-flex h3 {
  color: #fff;
  text-align: center;
  margin: auto 40px;
  font-size: 2rem;
}

.border-h3 {
  border-bottom: #ffe000 solid 5px;
  padding: 3px;
}

.giga-flex div {
  position: relative;
  top: -15px;
  left: 10%;
}

.giga-flex span {
  color: #ffe000;
  font-size: 2.5rem;
}
.giga-flex .normal-text-wrapper {
  position: unset;
  display: inline-flex;
  vertical-align: middle;
  border-bottom: #ffe000 solid 5px;
  margin-right: 40px;
  padding: 3px;
  align-items: baseline;
}
.giga-flex .normal-text {
  color: unset;
  font-size: unset;
}
.giga-flex span.giga-font {
  font-size: 4rem;
  vertical-align: middle;
}
.giga-flex-content {
  display: flex;
  position: relative;
}

.giga-content {
  background-color: #fff;
  height: 280px;
  margin-bottom: 100px;
}

.btn_in_mypage {
  text-align: center;
}
.btn_in_mypage a {
  background-color: #ffe000;
  color: #000;
}

.giga-flex-content p {
  width: 40%;
  margin: 3% 0 3% auto;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.giga-table {
  width: 50%;
  margin: 3% auto;
  font-weight: bold;
  text-align: center;
}

.giga-table th {
  background-color: #1e1e1e;
  color: #fff;
}

.giga-table th span,
.giga-table td span {
  font-size: 3.5rem;
}

.giga-table td{
  background-color: #f4f4f4;
  width: 33.3%;
}

a.button-yellow-price {
  box-sizing: border-box;
  display: flex;
  min-width: 180px;
  width: 40%;
  margin: auto;
  padding: 1.2em 1em;
  font-size: 1.7rem;
  font-weight: 900;
  border-radius: 10px;
  background-color: #ffe000;
  color: #000;
  margin-top: 20px;
  position: relative;
}

a.button-yellow-price span {
  width: fit-content;
  flex-grow: 1;
  text-align: center;
  line-height: 1.25em;
}

a.button-yellow-price i {
  font-size: 16px;
  margin: auto;
}

a.button-yellow-price:hover, button.button-yellow-price:hover {
  background-color: #000;
  color: #fff;
  transition: 0.3s;
}

.come-tax-included {
  position: absolute;
  top: 86%;
  right: 39%;
}

@media screen and (max-width: 767px) {
  section.other-sixth.price-other-sixth {
    padding: 50px 0;
  }

  section.price-giga-section {
    padding: 0px 8% 20px;
    margin-top: 80px;
  }

  .giga-flex {
    display: block;
    padding: 5px;
    text-align: center;
  }

  .giga-flex-top-main {
    padding: 0;
    padding-bottom: 5px;
  }

  .giga-flex-top-main .fast-giga-img {
    width: 18%;
    height: 15%;
    margin-top: 45px;
    margin-left: 10px;
  }

  .giga-flex-top-main .second-giga-img {
    width: 18%;
    height: 15%;
    margin-top: 15px;
  }

  .giga-flex h3,
  .giga-flex h2 {
    margin: 5px auto;
    font-size: 3.5vw;
  }

  .giga-flex span {
    font-size: 5.5vw;
  }

  .giga-flex span.giga-font{
    font-size: 7vw;
  }

  .border-h3 {
    display: inline-block;
    border-bottom: #ffe000 solid 5px;
    padding: 3px;
  }

  .giga-flex-content {
    display: block;
  }

  .giga-content {
    background-color: #fff;
    height: auto;
    margin-bottom: 30px;
    padding: 20px 0 25px;
  }

  .giga-flex-content p {
    width: 85%;
    font-size: 1.5rem;
    margin: auto;
  }

  .giga-table.sp {
    margin: 18px 7.5% 0;
    width: 85%;
    height: 150px;
    display: inline-table;
  }

  a.button-yellow-price {
    width: 85%;
    margin-top: 30px;
  }

  a.button-yellow-price i {
    font-size: 30px;
  }

  .giga-table td {
    width: auto;
  }

  .come-tax-included {
    top: 100%;
    right: 46%;
    left: 8%;
  }

}
/* おかわりGIGA 2024/09~ end */

/* 海外データプラン */
.default-main-titl.terminal-price-ttl.option-price-ttl {
  margin-top: -70px;
}

.default-main-titl.terminal-price-ttl.option-price-ttl-2 {
  margin-top: -30px;
}

.option-price-ttl p {
  margin-bottom: 46px;
}

.default-main-titl p.topborder.sub-topborder::before {
  top: 30px;
}

.default-main-titl p.topborder.plan-price-subttl::before {
  top: 155px;
}

.lp-price-page .default-main-titl p.topborder.plan-price-subttl::before {
  top: 30px;
}

.lp-price-page .other-sixth div.white-font-small p {
  font-size: 1.6rem;
  font-weight: lighter;
}

.sub-price-image,
.fast-free-plan,
.second-free-plan {
  display: flex;
  justify-content: center;
}

.sub-price-image {
  margin: 80px 0 20px;
  text-align: center;
}

.sub-price-wrapper {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  margin: 0 5px;
  padding: 30px 20px;
  display: grid;
  position: relative;
}

.lp-price-page .sub-price-wrapper {
  padding: 30px 19px;
}

.sub-price-wrapper .price-free-img {
  position: absolute;
  top: 43px;
  right: 10px;
  width: 25%;
}

.sub-price-wrapper p {
  font-weight: 900;
  font-size: 1.6rem;
  display: inline-block;
}

.sub-price-wrapper p span.small-font-price {
  font-size: 1.3rem;
}
.back-yellow {
  background-color: #ffe000;
}

.sub-price-wrapper .sub-feature-font {
  font-size: 2rem;
}

a.button-black-price {
  box-sizing: border-box;
  display: flex;
  min-width: 180px;
  max-width: 300px;
  width: 40%;
  padding: 1.2em 1em;
  font-size: 1.7rem;
  font-weight: 900;
  border-radius: 10px;
  background-color: #000;
  color: #fff;
  margin: 50px auto 100px;
  position: relative;
}

a.button-yellow-price span::before {
  content: "▶";
  color: #000;
  position: absolute;
  right: 20px;
  top: 21px;
  font-size: 16px;
}

a.button-yellow-price:hover span::before {
  color: #ffe000;
  transform: 0.3s;
}

a.button-black-price span::before {
  content: "";
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-left: 11px solid #ffe000;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  height: fit-content;
  }

  a.button-black-price:hover span::before {
    border-left: 11px solid #000;
    transform: 0.3s;
  }

a.button-black-price span {
  width: fit-content;
  flex-grow: 1;
  text-align: center;
  line-height: 1.4;
  font-size: 1.5rem;
}

a.button-black-price i {
  font-size: 16px;
  margin: auto;
  color: #ffe000;
}

a.button-black-price:hover i,
a.button-black-price-business:hover i {
  color: #000
}

a.button-black-price:hover,
a.button-black-price-business:hover {
  background-color: #ffe000;
  color: #000;
  transition: 0.3s;
}

.button-black-price-business {
  box-sizing: border-box;
  display: flex;
  min-width: 180px;
  width: 16%;
  margin: auto;
  padding: 1.2em 1em;
  font-size: 1.7rem;
  font-weight: 900;
  border-radius: 10px;
  background-color: #000;
  color: #fff;
  margin-top: 20px;
  position: absolute;
}

a.button-black-price-business i {
  font-size: 16px;
  margin: auto;
  color: #ffe000;
}

div.business-banner-box img {
  max-width: 980px;
  height: auto;
}

.sub-price-wrapper img {
  width: 200px;
}

@media screen and (max-width: 767px) {
  .lp-price-page .default-main-titl {
    margin-bottom: 30px;
  }
  .default-main-titl.terminal-price-ttl.option-price-ttl {
    margin-top: -50px;
  }
  .default-main-titl.terminal-price-ttl.option-price-ttl-2 {
    margin-top: 0px;
  }
  .default-main-titl h2.plan-price-ttl {
    margin-top: 40px;
  }

  .option-price-ttl .plan-price-subttl {
    margin: 0;
  }

  .default-main-titl p.topborder.plan-price-subttl::before {
    top: 30px;
  }

  .default-main-titl .topborder.option-plan-price::before {
    top: -20px;
  }

  .sub-price-image {
    display: block;
    margin: 0;
  }

  div.price-option-person-sp img {
    width: 75%;
    margin: 0 auto;
  }

  .lp-price-page .sub-price-wrapper,
  .sub-price-thumb .sub-price-wrapper {
    margin: 5px;
    width: 100%;
    padding: 20px 15px;
  }

  .lp-price-page .sub-price-wrapper .sub-feature-font,
  .sub-price-thumb .sub-price-wrapper .sub-feature-font {
    font-size: 1.5rem;
  }

  .lp-price-page .sub-price-wrapper p,
  .sub-price-thumb .sub-price-wrapper p {
    font-size: 1.3rem;
  }

  .sub-price-wrapper p {
    font-size: 1.3rem;
    line-height: 1.4;
  }

  .sub-price-wrapper p span.small-font-price {
    font-size: 1.1rem;
  }

  div.sub-price-wrapper img {
    margin: 8px auto 0;
    width: 80%;
  }

  a.button-black-price {
    width: 90%;
  }

  div.business-banner-box img {
    max-width: 450px;
  }

  a.button-yellow-price span::before {
    top: 33px;
  }
}
/* 海外データプラン end */

/* 端末安心オプション */
.default-main-titl.terminal-price-ttl {
  margin-top: 0;
}
.default-main-titl .topborder.terminal-plan-price::before {
  top: 200px;
}

.terminal-plan-explanation {
  display: flex;
  align-items: center;
}

.terminal-plan-explanation .descr {
  width: 45%;
}

.terminal-plan-explanation .price-plan-if {
  margin-left: 20px;
  font-weight: bold;
  font-size: 8rem;
  margin-top: 0;
}

.terminal-plan-explanation .price-plan-if-660 {
  margin-top: 20px;
}

.terminal-plan-explanation .price-plan-if-circle {
  font-size: 1.5rem;
  font-weight: bold;
}

.price-flex-option {
  display: flex;
  align-items: center;
  justify-content: center;
}

.plan-opt .terminal-plan-explanation img {
  height: 120px;
  width: auto;
  margin: 0 3vw 0 4vw;
}

.terminal-plan-explanation .price-flex-option {
  position: relative;
  margin-left: 30px;
}

.terminal-plan-explanation .if-flex-op {
  position: absolute;
  right: -150px;
  bottom: 3px;
}

.terminal-plan-explanation .descr {
  width: 54%;
}

.plan-opt .terminal-plan-explanation img {
  margin: 0;
}

.th-option-0,
.td-not-maximum {
  display: flex;
}

.th-option,
.td-not,
.td-maximum,
.mind-break {
  display: flex;
  justify-content: center;
  margin: auto;
}

.mind-break {
  margin-top: 15px;
}

.th-option p,
.td-not p,
.td-maximum p {
  display: flex;
  align-items: center;
}

.td-maximum p {
  margin-top: 10px;
}

.td-maximum span {
  margin-bottom: 10px;
}

.plan-opt-body-tbl {
  display: flex;
  align-items: flex-start;
}

.plan-opt .content-notes table.plan-content-tbl {
  table-layout: auto;
  margin: 0;
}

.compensation-details {
  margin: 50px 0 10px;
  font-size: 1.6rem;
  font-weight: lighter;
}

.th-option,
.th-0,
.td-not,
.td-maximum {
  margin: 0 2px 2px 2px;
  font-weight: bold;
}

.flex-opt-content {
  width: 50%;
  margin-right: 20px;
}

.th-option {
  background-color: #000;
  color: #fff;
  width: 120px;
}

.th-0 {
  background-color: #ffe700;
  width: 300px;
}

.th-0 p {
  font-weight: 900;
  font-size: 1.5rem;
  text-align: center;
}

.th-0 .center-zero {
  margin-top: 20px;
  font-weight: bold;
}

.th-0 p span {
  font-size: 5rem;
  color: #e6006b;
}

.td-not {
  background-color: #fff;
  width: 120px;
  height: 78px;
}

.td-maximum {
  background-color: #fff;
  width: 300px;
}

.td-maximum span {
  font-size: 3.5rem;
}

.plan-opt div.content-notes table tbody p,
.plan-opt div.content-notes table tbody ul {
  font-size: 1.1rem;
}

.plan-opt div.content-notes table tbody th {
  border: none;
  border-top: 1px solid var(--zeus-po-black);
  border-bottom: 1px solid var(--zeus-po-black);
}

.plan-opt div.content-notes table tbody td {
  border: none;
  border-left: 1px solid var(--zeus-po-black);
  border-top: 1px solid var(--zeus-po-black);
  border-bottom: 1px solid var(--zeus-po-black);
}
.plan-opt .plan-content-wrapper .plan-content-tbl ul li {
  list-style-type: none;
  position: relative;
  padding-left: 20px;
}

.plan-opt .plan-content-wrapper .plan-content-tbl ul li::before {
  content: '◎';
  position: absolute;
  color: #000;
  text-indent: -1.5rem;
}

@media screen and (max-width: 767px) {
  .default-main-titl .topborder.terminal-plan-price::before {
    top: -20px;
  }

  .lp-price-page .default-main-titl.terminal-price-ttl {
    margin-bottom: 30px;
  }

  .default-main-titl h2 {
    margin-top: 40px;
  }

  .terminal-plan-explanation {
    display: block;
  }

  .terminal-plan-explanation {
    margin-top: 2em;
  }

  .plan-opt-header .terminal-plan-explanation .descr {
    width: 100%;
    font-size: 1.6rem;
  }

  div.terminal-plan-explanation .price-plan-if {
    font-size: 5rem;
    line-height: 4rem;
  }

  div.terminal-plan-explanation .price-plan-if-circle {
    margin: 0;
  }

  .terminal-plan-explanation .price-flex-option {
    margin: 30px 0 0;
  }

  .opt-tanmatsu-anshin .terminal-plan-explanation .price-flex-option {
    margin: 10px 0 0 -80px;
  }

  .terminal-plan-explanation .if-flex-op {
    right: auto;
    left: 60%;
  }

  .plan-opt-body-tbl {
    display: block;
  }

  .plan-opt .terminal-plan-explanation img {
    height: 80px;
  }

  .flex-opt-content {
    width: 100%;
    margin: 0;
  }

  .th-option {
    width: 25%;
  }

  .th-0 {
    width: 75%;
  }

  .td-not {
    width: 25%;
  }

  .td-maximum {
    width: 75%;
  }

  .td-maximum p {
    margin-top: 10px;
  }

  .plan-opt .plan-content-wrapper .plan-content-tbl {
    margin-top: 20px;
  }

  .conditions-entry {
    border-bottom: #000 solid 1px;
    padding: 10px 0;
  }

  .conditions-entry:nth-child(1) {
    border-top: #000 solid 1px;
  }

  .conditions-entry h3 {
    margin: 10px 0;
  }

  .plan-content-tbl ul {
    padding-left: 15px;
    margin-top: 0;
  }

  .plan-opt .plan-content-wrapper .plan-content-tbl ul li {
    padding-left: 0em;
  }
}
/* 端末安心オプション end */

/* デジタルライフサポート */
div.plan-opt-3 {
  margin-top: 100px;
}

.default-main-titl.terminal-price-ttl-half h2{
  margin-bottom: 0;
}

.terminal-plan-price {
  position: relative;
}

.terminal-plan-price.shoulder {
  position: absolute;
  left: -150px;
  top: 50%;
  transform: translate(0, -50%);
  color: var(--zeus-po-white);
  font-size: 2.5rem;
  line-height: 1;
  padding: 8px 32px;
  background-color: #e6006b;
  border-radius: 50px;
}

.digital-price-wrapper {
  display: flex;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  margin: 0 5px;
  padding: 30px 20px;
  width: 33.3%;
}

.digital-price-wrapper p {
  font-size: 1.5rem;
  font-weight: 800;
  text-align: left;
  margin: auto;
  line-height: 1.5;
}

.fast-free-plan-digital {
  display: flex;
  width: 100%;
}

.digital-price-wrapper p .back-yellow {
  font-size: 2.3rem;
}
.price-sub-terminal {
  display: flex;
  width: 30%;
  margin-top: 80px;
}

.terminal-price-ttl {
  position: relative;
}

.if-flex {
  display: flex;
  justify-content: center;
  text-align: center;
}

.if-flex .min-max {
  display: block;
  font-size: 2.5rem;
}

.months-free {
  width: 116px;
  position: absolute;
  right: 10%;
  top: 25%;
}

.terminal-free-plan {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: baseline;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.price-main-terminal {
  display: flex;
  width: 60%;
}

.price-main-terminal .terminal-price-wrapper {
  width: 20%;
  margin-left: 20px;
}

.price-main-terminal .terminal-price-wrapper p {
  font-weight: bold;
  font-size: 1.2rem;
}

.price-sub-terminal .terminal-price-wrapper {
  margin-right: 10%;
}

.price-sub-terminal .terminal-price-wrapper p {
  font-weight: bold;
  font-size: 1.1rem;
}

.price-support-model {
  position: absolute;
  right: 10px;
  bottom: -2px;
  width: 431px;
}

.price-support-model img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .terminal-plan-price.shoulder {
    font-size: 1.5rem;
    left: 100px;
    top: -87px;
  }

  .fast-free-plan-digital {
    display: block;
  }

  .digital-price-wrapper {
    width: 92%;
    margin: 0 0 10px;
    padding: 20px 4%;
    justify-content: center;
  }

  .digital-price-wrapper p .back-yellow {
    font-size: 1.8rem;
  }

  .digital-price-wrapper p {
    font-size: 1.3rem;
  }

  .fast-free-plan-digital img {
    margin: auto;
  }

  .terminal-free-plan {
    display: block;
    padding-bottom: 45px;
    margin-bottom: 5px;
  }

  .price-main-terminal {
    width: 100%;
  }

  .price-main-terminal .terminal-price-wrapper {
    margin: 0;
    padding: 10px;
    width: 25%;
  }

  .price-support-model {
    min-width: auto;
    max-width: 300px;
  }

  .price-sub-terminal .terminal-price-wrapper {
    margin-right: 0;
  }

  .price-sub-terminal {
    width: 55%;
    margin-top: 50px;
    margin-left: 30px;
    margin-bottom: -35px;
  }

  .price-main-terminal .terminal-price-wrapper p {
    font-size: 1.1rem;
    line-height: 1.2;
  }

  .price-sub-terminal img {
    width: 70%;
  }

  .price-sub-terminal .terminal-price-wrapper p {
  font-size: 1rem;
  line-height: 1.2;
  }
  
  .months-free {
    right: 0;
    top: -42%;
    width: 70px;
  }
}
/* 丸ごと安心パック */
.digital-notes {
  margin-bottom: 60px;
  font-size: 1.3rem;
}

.saison-box img {
  max-width: 100%;
}

.if-flex-option4 {
  display: flex;
  justify-content: baseline;
}

/* price footer */
#price-footer {
  position: relative;
}

#price-footer #cv .inner h3 img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -60px;
  width: 60px;
}

#price-footer #cv dl dt a span,
#price-footer #cv dl dd a span {
  background: none;
  padding-right: 0;
  position: relative;
}

#price-footer #cv dl dt a span::before,
#price-footer #cv dl dd a span::before {
  content: "";
  border-left: 11px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}

#price-footer #cv dl dt a:hover span::before,
#price-footer #cv dl dd a:hover span::before {
  border-left: 11px solid #FFE400;
}

#price-footer #cv .inner h3 {
  position: relative;
  text-align: center;
  font-weight: bold;
}

#price-footer #cv {
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  #price-footer #cv {
    padding: 11px 8%;
  }

  #price-footer #cv .inner h3 img {
    top: -40px;
  }
}
/* ギガフリーアコーディオン */
.standerd-free-sec .free-giga-btn {
  display: flex;
  align-items: center;
  vertical-align: middle;
  background: #2c2c2c;
  position: relative;
  padding: 12px 10px 12px 45px;
  box-shadow: 0 8px 8px rgb(0 0 0 / 10%);
  border-radius: 10px;
  margin: 2rem auto 0;
  width: 230px;
  transition: .3s;
  cursor: pointer;
}
.standerd-free-sec .free-giga-btn::after {
  content: "";
  border-right: 10px solid transparent;
  border-bottom: 10px solid #2c2c2c;
  border-left: 10px solid transparent;
  position: absolute;
  left: 50%;
  top: -7px;
  transform: translateX(-50%);
  transition: .3s;
}
.standerd-free-sec .free-giga-btn::before {
  content: "";
  background-image: url(https://d1q08lkutgkcx2.cloudfront.net/image/q_icon_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 30px;
  position: absolute;
  left: 15px;
  top: 15px;
}
.standerd-free-sec #price-page-top .free-giga-btn::before {
  top: 9px;
  left: 30px;
}
.standerd-free-sec .free-giga-btn:hover {
  background: #fff;
}
.standerd-free-sec .free-giga-btn:hover::after {
  border-bottom: 10px solid #fff;
}
.standerd-free-sec .free-giga-btn:hover::before {
  background-image: url(https://d1q08lkutgkcx2.cloudfront.net/image/q_icon_black.svg);
}
#price.standerd-free-sec .free-giga-btn:hover p {
  color: #000;
}
.standerd-free-sec .free-giga-btn.open {
  background: #fff;
}
.standerd-free-sec .free-giga-btn.open::after {
  border-bottom: 10px solid #fff;
}
.standerd-free-sec .free-giga-btn.open::before {
  background-image: url(https://d1q08lkutgkcx2.cloudfront.net/image/q_icon_black.svg);
}
#price.standerd-free-sec .free-giga-btn.open p {
  color: #000;
}
.standerd-free-sec .free-box ul.price-row li .free-giga-btn img {
  width: 20px;
  height: auto;
  position: absolute;
  left: 15px;
  top: 14px;
}
#price.standerd-free-sec .free-giga-btn p {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0;
  color: #fff;
}
#price.standerd-free-sec #price-page-top div.free-giga-btn p {
  margin: auto;
}
.standerd-free-sec .free-giga-btn p span:nth-of-type(1) {
  font-size: 1.5rem;
}
.standerd-free-sec .free-giga-btn p span:nth-of-type(2) {
  font-size: 1.3rem;
}
.standerd-free-sec .free-giga-content {
  width: 290px;
  margin: 1rem auto 2rem;
  position: relative;
}
.standerd-free-sec .free-giga-content .inner {
  border: 1px solid #00d2d4;
  padding: 15px 10px;
  background-color: #fff;
  padding-bottom: 100px;
}
.standerd-free-sec .price-standerd-case .free-giga-content .inner {
  border: 1px solid #ffe000;
}
#price .price-standerd-case p,
#price .free-giga-content p{
  font-size: 1.1rem;
  line-height: 1.8;
  font-weight: 400;
  font-style: normal;
  color: gray;
  letter-spacing: .002em;
  margin: 25px auto 0;
}
#price.standerd-free-sec .free-giga-content .inner .content-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 auto 1rem;
  text-align: center;
  min-height: 110px;
}
#price.standerd-free-sec .free-giga-content .inner .content-ttl span {
  font-size: 2.2rem;
  color: #e6006b;
}
.standerd-free-sec .free-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  position: relative;
}

#price.standerd-free-sec .free-container img {
  width: 100%;
  filter: none;
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
}
#price.standerd-free-sec .desc {
  margin: 0;
  text-align: right;
  font-size: 1rem;
}
#price.standerd-free-sec .plan-contact {
  box-sizing: border-box;
  margin: 0;
  background: #00d2d4;
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 10px 0;
}
#price.standerd-free-sec .price-standerd-case .plan-contact {
  background: #ffe000;
}
#price.standerd-free-sec .plan-contact p {
  font-size: 1.7rem;
  font-weight: bold;
  margin: 0;
  text-align: center;
  color: #000;
}
#price.standerd-free-sec .plan-contact p span {
  background: #fff;
  padding: 5px 10px;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: 4px;
  display: inline-block;
  line-height: 1;
}

#price.standerd-free-sec .plan-contact p span span,
#price.standerd-free-sec .standerd-plan-table-wrap .plan-contact p span span {
  font-size: 2.5rem;
  margin-right: 0px;
  padding: 0;
}
#price.standerd-free-sec .plan-contact p a {
  color: #e6006b;
  font-weight: bold;
  font-size: 1.7rem;
  position: relative;
  display: inline-block;
  text-decoration: underline;
}
#price.standerd-free-sec .plan-contact p a::before {
  content: "";
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #e6006b;
  position: absolute;
  right: -15px;
  top: 9px;
}
.js-std-30giga-btn-img,.js-std-50giga-btn-img,.js-std-100giga-btn-img {
  padding-left: 5px;
}
.standerd-free-sec.top-price .price-box.js-cost-content{
  padding: 0px 8% 50px;
}

.standerd-free-sec .price-box#price-section-v2-1{
  padding: 0 8% 80px;
}
.price-box#price-section-v2-1 div.comparison-box h3{
  margin: 0;
}

@media screen and (max-width: 767px){
  .standerd-free-sec .price-box ul.price-row li:last-of-type::before {
    height: 1.5rem;
  }
  .bg11.sp {
    display: block;
  }
  .standerd-free-sec.top-price .price-box {
    padding: 50px 8%;
  }
  
  .standerd-free-sec.yellow-triangle{
    background: 0;
  }

  .standerd-free-sec.yellow-triangle .side-title{
    display: none;
  }

  .bg11 {
    height: 12vw;
  }

  .standerd-free-sec .content-box{
    display: block;
    margin-bottom: 15px;
  }

  .standerd-free-sec .content-box h2{
    width: 100%;
    margin-bottom:20px;
  }

  .standerd-free-sec .content-box h2 img{
    height: 100%;
    max-height: 100px;
  }

  .standerd-free-sec .content-box p{
    width: 100%;
    margin-bottom:20px;
  }

  .standerd-free-sec .free-box .content-box{
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .standerd-free-sec .content-box h2 img,
  .standerd-free-sec .content-box p img{
    max-width: 100%;
    vertical-align: bottom;
  }

  .standerd-free-sec .price-box,
  .standerd-free-sec .free-box{
    padding: 20px 8% 50px;
  }

  .blue-border {
    margin-bottom: 30px; 
  }

  .standerd-free-sec ul.price-row{
    display: block;
    margin-top: 30px;
  }

  .standerd-free-sec ul.price-row li {
    width: 100%;
    margin: 0;
    align-items: initial;
  }

  .standerd-free-sec.yellow-triangle ul.price-row li > p{
    text-align: center;
    margin-left: 0;
  }

  .standerd-free-sec ul.price-row li:last-child .standard-text-strong{
    margin-top: 0;
  }

  .standerd-free-sec ul.price-row li:nth-of-type(2){
    margin: 10% 0;
  }

  .standerd-free-sec ul.price-row .standard-text-strong {
    height: auto;
    width: 55%;
    margin-bottom: -6px;
  }

  .yellow-border{
    margin-bottom: 16px;
  }

  .yellow-border,
  .blue-border {
    border-width: 4px;
    padding: 10px 0;
  }

  .catch_text{
    font-size: 1.3em;
    letter-spacing: 0.05em;
  }

  #price .inner .catch_text{
    font-size: 1.2em;
    letter-spacing: 2px;
    margin: 0;
  }

  .pink-text,
  .blue-text{
    font-size: 1.5em;
    line-height: 0.8;
  }

  .price-attention{
    width: 100%;
    margin: 25px 0 0;
  }

  ul.price-row li .price-standard-case img {
    padding-bottom: 10px;
  }

  ul.price-row li .price-standard-case.bottom{
    display: block;
    height: auto;
  }

  .standerd-free-sec .free-box .price-free{
    display:block;
  }
  
  .standerd-free-sec .free-box .price-free li {
    width: 100%;
    margin-bottom: 20px;
  }

  .standerd-free-sec .free-box h2{
    margin: 0;
  }

  /* ギガフリーアコーディオン */
  .standerd-free-sec .free-giga-btn {
    display: flex;
    align-items: center;
    vertical-align: middle;
    background: #2c2c2c;
    position: relative;
    padding: 12px 10px 12px 45px;
    box-shadow: 0 8px 8px rgb(0 0 0 / 10%);
    border-radius: 10px;
    margin: 2rem auto 0;
    width: 225px;
    transition: .3s;
  }
  .standerd-free-sec .free-giga-btn::before {
    content: "";
    background-image: url(https://d1q08lkutgkcx2.cloudfront.net/image/q_icon_white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 30px;
  }
  .standerd-free-sec .free-giga-btn:hover {
    background: #fff;
  }
  .standerd-free-sec .free-giga-btn:hover::before {
    background-image: url(https://d1q08lkutgkcx2.cloudfront.net/image/q_icon_black.svg);
  }
  #price.standerd-free-sec .free-giga-btn:hover p {
    color: #000;
  }
  .standerd-free-sec .free-giga-btn.open {
    background: #fff;
  }
  .standerd-free-sec .free-giga-btn.open::before {
    background-image: url(https://d1q08lkutgkcx2.cloudfront.net/image/q_icon_black.svg);
  }
  #price.standerd-free-sec .free-giga-btn.open p {
    color: #000;
  }
  .standerd-free-sec .free-box ul.price-row li .free-giga-btn img {
    width: 20px;
    height: auto;
    position: absolute;
    left: 15px;
    top: 14px;
  }
  #price.standerd-free-sec .free-giga-btn p {
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0;
    color: #fff;
  }
  .standerd-free-sec #price-page-top .free-giga-btn::before {
    top: 8px;
    left: 20px;
  }
  #price.standerd-free-sec #price-page-top .free-giga-btn p {
    font-size: 1.3rem;
  }
  .standerd-free-sec .free-giga-btn p span:nth-child(1) {
    font-size: 1.5rem;
  }
  .standerd-free-sec .free-giga-btn p span:nth-child(2) {
    font-size: 1.3rem;
  }
  .standerd-free-sec .free-giga-content {
    width: 290px;
    margin: 1rem auto 2rem;
    position: relative;
  }
  .standerd-free-sec .free-giga-content .inner {
    border: 1px solid #00d2d4;
    padding: 15px 10px;
    background-color: #fff;
    padding-bottom: 80px;
    box-sizing: border-box;
  }
  #price.standerd-free-sec .free-giga-content .inner .content-ttl {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0 auto 1rem;
    min-height: auto;
  }
  #price.standerd-free-sec .free-giga-content .inner .content-ttl span {
    font-size: 1.6rem;
    color: #e6006b;
  }
  .standerd-free-sec .free-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    position: relative;
  }
  ul.price-row li .price-standerd-case .std-free-container img {
    margin-top: 0px;
  }
  ul.price-row li:nth-of-type(2) .price-standerd-case .std-free-container img {
    margin-top: 0px;
  }
  #price.standerd-free-sec .desc {
    margin: 0;
    text-align: right;
    font-size: 1rem;
  }
  #price.standerd-free-sec .plan-contact {
    box-sizing: border-box;
    margin: 0;
    background: #00d2d4;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 10px 0;
  }
  #price.standerd-free-sec .plan-contact p {
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0;
  }
  #price.standerd-free-sec .plan-contact p span,
  #price.standerd-free-sec .standerd-plan-table-wrap .plan-contact p span {
    background: #fff;
    padding: 5px;
    color: #000;
    font-size: 1.2rem;
    font-weight: bold;
    margin-right: 4px;
  }
  #price.standerd-free-sec .plan-contact p span span,
  #price.standerd-free-sec .standerd-plan-table-wrap .plan-contact p span span {
    font-size: 1.5rem;
    margin-right: 0px;
    padding: 0;
  }
  #price.standerd-free-sec .plan-contact p a {
    color: #e6006b;
    font-weight: bold;
    font-size: 1.4rem;
    position: relative;
    display: inline-block;
  }
  #price.standerd-free-sec .plan-contact p a::before {
    content: "";
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #e6006b;
    position: absolute;
    right: -13px;
    top: 7px;
  }

  #price.standerd-free-sec .price-standerd-case .plan-contact {
    height: 65px;
  }

  .standerd-free-sec .price-standerd-case .free-giga-content .inner {
    padding-bottom: 80px;
  }
}

/* ギガフリーアコーディオンここまで */



.btn_box02 .btn-dd-pink {
  background: #f07;
  width: 426px;
  display: block;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: .05em;
  position: relative;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.btn_box02 .btn-dd-pink span {
  background-size: 8px;
  display: block;
  padding: 25px 70px 27px 0;
  position: relative;
  z-index: 1;
}
.btn_box02 .btn-dd-pink span::before {
  content: "";
  width: 22px;
  height: 22px;
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/arrow02.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 35px;
  top: 36%;
  transform: rotate(90deg) translateY(-50%);
}
.btn_box02.open .btn-dd-pink span::before{
  transform: rotate(-90deg) translate(0%,50%);
}
.btn_box02 .btn-dd-pink::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 70px;
  background: #1e1e1e;
  transition: .3s all;
}
.btn_box02 .btn-dd-pink:hover::after {
  width: 100%
}
@media screen and (max-width: 767px) {
  .btn_box02 .btn-dd-pink {
    background: #f07;
    width: 280px;
    display: block;
    margin: 0 auto;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: .02em;
    position: relative;
    text-align: center;
    text-decoration: none;
  }
  .btn_box02 .btn-dd-pink span {
    background-size: 6px;
    display: block;
    padding: 20px 45px 20px 0;
    position: relative;
    z-index: 1;
  }
  .btn_box02 .btn-dd-pink span::before {
    width: 15px;
    height: 15px;
    right: 22px;
    top: 36%;
  }
  .btn_box02 .btn-dd-pink::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 45px;
    background: #1e1e1e;
    transition: .3s all;
  }
}
#devise .top-slider-device p{
  font-size: 1.2rem;
  margin: 0;
  top: -100px;
}
@media screen and (max-width: 767px) {
  #devise .top-slider-device p{
    top: -60px;
    padding: 0 20px;
  }
  #devise .top-slider-device{
    max-height: 235px;
  }
  #top #devise .top-slider-device div.image-slider-wrapper.device-slider{
    padding: 35px 0 30px 0;
  }
  #top #devise .top-slider-device div.swiper-button-prev, #top #devise .top-slider-device div.swiper-button-next{
    top: 47%;
    width: 40px !important;
    height: 40px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #devise .top-slider-device{
    max-height: 425px;
  }
  #devise ul{
    max-width: 660px;
    margin: 0 auto;
  }
  #top #devise .top-slider-device div.swiper-button-prev, #top #devise .top-slider-device div.swiper-button-next{
    top: 47%;
    width: 50px !important;
    height: 50px !important;
  }
}
@media screen and (min-width: 1281px) {
  .top-slider-device {
    max-width: 850px;
    background-color: #fff;
    text-align: center;
    padding-bottom: 25px;
    margin: 20px auto;
  }
  #top div.image-slider-wrapper.device-slider{
    width: 50%;
    padding: 5px 0;
  }
  #top .swiper-button-prev{
    left: 0;
  }
  #top .swiper-button-next{
    right: 0;
  }
  #top div.swiper-slide img{
    width: 80%;
  }
  #top div.swiper-container.device-slider-visual{
    height: auto;
  }
  #top .swiper-button-prev, #top .swiper-button-next{
    top: 52%;
  }
  #devise .top-slider-device p{
    font-size: 1.2rem;
    margin: 0;
    top: 0;
  }
}
#price.standerd-free-sec .content-box h2{
  margin-bottom: 0;
}
#price .free-box-global.mg .overseas-box .btn_box02 a span{
  background: url(https://d1q08lkutgkcx2.cloudfront.net/image/icon-new-tab.svg) no-repeat 386px center;
  background-size: 25px;
  background-position: right 24px center;
}
@media screen and (max-width: 767px){
  #price .free-box-global.mg .overseas-box .btn_box02 a span{
    background-size: 18px;
    background-position: right 15px center;
    padding: 8px 45px 8px 0;
  }
  #price .overseas-box .btn_box02{
    bottom: 10px;
  }
  .setuyaku-box.global-area .btn_box02 a span{
    background-position: right 5px center;
    background-size: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px){
  #price .free-box-global.mg .overseas-box .btn_box02 a span{
    background-position: right 18px center;
  }
  .setuyaku-box.global-area .btn_box02 a span{
    background-size: 18px;
    background-position: right 12px center;
  }
}

/* topリニューアル 20240905 start */
.btn_box03 {
  text-align: center;
}
.btn_box03 a,
.btn_box03 div {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 20px 30px;
  border-radius: 10px;
  position: relative;
  transition: all .3s;
  min-width: 240px;
  font-size: 1.6rem;
}
.btn_box03 a::before,
.btn_box03 div::before {
  content: "";
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #FFE400;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.btn_box03 a:hover {
  background-color: #FFE400;
  color: #000;
}
.btn_box03 a:hover::before {
  border-left: 12px solid #000;
}
.setuyaku-box-a:hover .btn_box03 div {
  background-color: #FFE400;
  color: #000;
}
.setuyaku-box-a:hover .btn_box03 div::before {
  border-left: 12px solid #000;
}
#price .price-inner {
  padding-top: 120px;
}
#price .default-main-titl h2 {
  margin-bottom: 0;
}
.default-main-titl h2.price-ttl {
  font-size: 4.5rem;
}
.top-plan-content-wrap {
  position: relative;
  padding-bottom: 30px;
}
.top-plan-content-wrap .icon-right {
  position: absolute;
  right: 0;
  bottom: 0;
}
.free-box-global.mg .saison-box {
  position: relative;
  margin: 40px 0 0;
}
.free-box-global.mg .saison-box.saison-box-top {
  margin: 0;
}
.lp-price-page .free-box-global.mg .saison-box {
  margin: 120px 0 60px;
}
.free-box-global.mg .btn_box03 {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.free-box-global.mg .btn_box03 a {
  padding: 15px 30px 15px 20px;
  min-width: unset;
  font-size: 1.3rem;
}

.free-box-global.mg .btn_box03 a::before {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #FFE400;
  right: 10px;
}
.free-box-global.mg .btn_box03 a:hover::before {
  border-left: 8px solid #000;
}
.free-box-global.mg .smart-box {
  background: unset;
  border: none;
  border-radius: 0;
  margin: 40px auto 0;
  position: relative;
}
.free-box-global.mg .smart-box img {
  border-radius: 0;
}
.free-box-global.mg .overseas-box {
  background: unset;
  border: none;
  border-radius: 0;
  margin: 40px auto 0;
  position: relative;
}
.free-box-global.mg .overseas-box img {
  border-radius: 0;
}
.free-box-global.mg .prepaid-box {
  margin: 40px auto 0;
}
.free-box-global.mg .default-main-titl .sub-ttl {
  font-size: 2.1rem;
  margin-top: 30px;
}
#reason .reason_box {
  display: flex;
  gap: 25px;
  margin-bottom: 50px;
}
.promotion-newservice #reason .reason_box {
  margin-bottom: 0;
}
#reason .reason_box .reason-item {
  width: calc(100% / 4 - 18.8px);
  text-align: center;
  font-weight: bold;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  padding: 20px;
  box-sizing: border-box;
}
#reason .reason_box .reason-item .number {
  font-size: 5rem;
}
#reason .reason_box .reason-item p {
  font-size: 1.8rem;
  margin-top: 5px;
}
#reason .reason_box .reason-item .txt-strong {
  font-size: 2.9rem;
  background-color: #ffd700;
  padding: 5px;
  display: inline-block;
  margin-top: 5px;
}
#reason .reason_box .reason-item img {
  margin-top: 10px;
}
#flow .flow_box {
  display: flex;
  gap: 25px;
  margin-bottom: 30px;
}
#flow .flow_box .flow-item {
  width: calc(100% / 3 - 16.7px);
  text-align: center;
  font-weight: bold;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  padding: 20px;
  box-sizing: border-box;
}
#flow .default-main-titl h2 {
  margin: 0;
}
#flow .flow_box .flow-item .step-number {
  font-size: 2.2rem;
  letter-spacing: 2px;
}
#flow .flow_box .flow-item .step-number span {
  font-size: 5rem;
}
#flow .flow_box .flow-item .flow-ttl {
  font-size: 2rem;
  border-bottom: 1px solid #000;
  padding: 10px 0;
  letter-spacing: 2px;
}
#flow .flow_box .flow-item .txt-strong {
  font-size: 1.6rem;
  margin-top: 20px;
}
#flow .flow_box .flow-item .txt-strong .marker {
  font-size: 2.9rem;
  background-color: #ffd700;
  padding: 5px;
  display: inline-block;
  margin-top: 5px;
}
#flow .flow_box .flow-item .txt-strong .notice-icon {
  font-size: 1.2rem;
}
#flow .flow_box .flow-item img {
  width: 80%;
  margin-top: 30px;
}
#flow .flow_box .flow-item:nth-child(3) img {
  width: 70%;
  margin-top: 10px;
}
#flow .notice-txt {
  margin-bottom: 50px;
}
.promotion-newservice #flow .notice-txt {
  margin-bottom: 0;
}
#flow .flow_box .flow-item .btn_box03 {
  margin-top: 15px;
}
#flow .flow_box .flow-item .btn_box03 a {
  padding: 10px 20px;
  min-width: 120px;
  font-size: 1.3rem;
}
#flow .flow_box .flow-item .btn_box03 a::before {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #FFE400;
  right: 10px;
}
#flow .flow_box .flow-item .btn_box03 a:hover::before {
  border-left: 8px solid #000;
}
#pay .pay-box-img {
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 20px 40px 20px;
  margin-bottom: 50px;
}
#pay .free-box-global.mg {
  background-color: unset;
  padding: 0;
  margin-bottom: 40px;
}
#pay .pay-box-img img {
  width: 70%;
}
#pay .sub-ttl {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
#pay .notice-txt {
  margin: 30px 0 0;
}
#pay .sub-notice-txt {
  padding-top: 10px;
  font-size: 1.1rem;
  line-height: 1.3;
}
#feature .default-main-titl h2{
  color: #1E1E1E;
  font-size: 4.5rem;
  letter-spacing: 0;
  text-indent: 0;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1280px) {
  #price h2 {
    font-size: 4rem;
  }
  .free-box-global.mg .btn_box03 a {
    padding: 5px 30px 5px 20px;
    font-size: 1.2rem;
    line-height: 1.3;
  }
  .free-box-global.mg .btn_box03 {
    right: 10px;
    bottom: 6px;
  }
}
@media screen and (min-width: 768px) {
  #first_view h1 div.top-kv {
    overflow: hidden;
  }
  #first_view h1 div.top-kv img {
    top: 50%;
    transform: translateY(-50%);
  }
}
#top .free-box .top-plan-content-wrap .icon-right {
  right: 0px;
  bottom: 0px;
  width: 130px;
}
@media screen and (max-width: 767px) {
  #top .free-box .top-plan-content-wrap .icon-right {
    width: 70px;
  }
  .standerd-free-sec .price-box#price-section-v2-1 {
    padding: 0 8% 40px;
  }
  #top .standerd-free-sec ul.price-row {
    display: block;
    margin-top: 0px;
  }
  #top .standerd-free-sec .free-box .content-box {
    margin-top: 0px;
    margin-bottom: 15px;
  }
  #top #price .inner p.blue-border-2line {
    width: calc(100% - 12px);
    margin: 0 auto;
  }
  .price-attention {
    font-size: 1.1rem;
  }
  .default-main-titl h2.price-ttl {
    font-size: 2.8rem;
  }
  #price .inner .catch_text {
    font-size: 1.5em;
    margin: 0;
    font-weight: bold;
    padding: 5px 50px 5px 0;
    padding-right: 50px;
    padding-bottom: 0;
  }
  #price.standerd-free-sec h3.price-standard-plan {
    max-width: 315px;
  }
  #price.standerd-free-sec h3.price-free-plan {
    max-width: 220px;
  }
  .top-plan-content-wrap {
    padding-bottom: 20px;
  }
  .top-plan-content-wrap .icon-right {
    right: -10px;
    width: 80px;
  }
  .top-plan-content-wrap {
    padding-bottom: 20px;
    max-width: 580px;
    margin: auto;
  }
  #reason .reason_box {
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
  }
  #reason .reason_box .reason-item {
    width: calc(100% / 2 - 7px);
    padding: 15px 10px;
    max-width: 290px;
  }
  #reason .reason_box .reason-item .number {
    font-size: 4rem;
  }
  #reason .reason_box .reason-item p {
    font-size: 1.5rem;
  }
  #flow .flow_box {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 15px;
  }
  #flow .flow_box .flow-item {
    width: 100%;
    display: flex;
    padding: 15px 10px 15px 20px;
    border-radius: 10px;
  }
  #flow .flow_box .flow-item .flex-left {
    width: 57%;
    text-align: left;
  }
  #flow .flow_box .flow-item .step-number {
    font-size: 1.6rem;
  }
  #flow .flow_box .flow-item .step-number span {
    font-size: 3rem;
  }
  #flow .flow_box .flow-item .flow-ttl {
    font-size: 1.6rem;
    padding: 5px 0;
  }
  #flow .flow_box .flow-item .txt-strong {
    font-size: 1.2rem;
    margin-top: 10px;
    line-height: 1.3;
  }
  #flow .flow_box .flow-item .txt-strong .marker {
    font-size: 2.2rem;
  }
  #flow .flow_box .flow-item .flex-right {
    width: 43%;
    display: flex;
  }
  #flow .flow_box .flow-item:nth-child(1) .flex-right img {
    width: 80%;
    margin: auto;
  }
  #flow .flow_box .flow-item:nth-child(2) .flex-right img {
    width: 80%;
    margin: auto;
  }
  #flow .flow_box .flow-item:nth-child(3) .flex-right img {
    width: 90%;
    margin: auto;
  }
  #flow .notice-txt {
    margin-bottom: 30px;
  }
  .price-attention span,
  .notice-txt span {
    font-size: 1.1rem;
  }
  #reason .reason_box .reason-item .txt-strong {
    font-size: 2rem;
  }
  #price .price-inner {
    padding-top: 90px;
  }
  #top .default-main-titl {
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
  }
  #top .free-box-global.mg .default-main-titl h2 .sp-big-plan {
    font-size: 3rem;
  }
  .free-box-global.mg .default-main-titl .sub-ttl {
    font-size: 1.8rem;
  }
  .free-box-global.mg .btn_box03 {
    position: absolute;
    right: 10px;
    bottom: 4px;
  }
  .free-box-global.mg .btn_box03 a {
    padding: 7px 25px 7px 10px;
    font-size: 1.1rem;
    border-radius: 5px;
  }
  .lp-price-page .free-box-global.mg .btn_box03.business {
    left: 50%;
  }
  .lp-price-page .free-box-global.mg .saison-box {
    margin: 0;
  }
  .lp-price-page .free-box-global.mg.price-mg .btn_box03.business a {
    right: unset;
    bottom: unset;
    position: relative;
  }
  .free-box-global.mg.price-mg .btn_box03 a {
    position: absolute;
    right: 10px;
    bottom: 30px;
    min-width: 140px;
    padding: 8px 5px 8px 0;
  }
  #reason {
    padding: 50px 8% 55px;
  }
  .free-box-global.mg {
    padding: 80px 8% 70px;
  }
  #flow {
    padding: 100px 8% 55px;
  }
  #top #flow {
    padding: 50px 8% 55px;
  }
  #pay {
    padding: 50px 8% 55px;
  }
  #price a.entry-btn,
  #pay a.entry-btn {
    margin: 0 auto;
  }
  #pay .pay-box-img {
    padding: 20px 10px 20px;
    margin-bottom: 40px;
  }
  #pay .notice-txt {
    margin: 20px 0 0;
    font-size: 1.2rem;
    text-align: left;
  }
  #pay .notice-txt span {
    margin: 0;
  }
  #pay .pay-box-img img {
    width: 80%;
    margin: auto;
  }
  #pay .sub-ttl {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  #pay .sub-notice-txt {
    padding-top: 5px;
    font-size: 1.1rem;
  }
  #pay .free-box-global.mg .saison-box {
    position: relative;
    margin: 0;
  }
  #news {
    padding: 50px 8% 55px;
  }
  #feature {
    padding: 100px 8% 60px;
  }
  #top #feature {
    padding: 50px 8% 60px;
  }
}
/* topリニューアル 20240905 end */
/* スタンダードプランテーブル表 start */
.standerd-plan-table-wrap {
  display: flex;
  gap: 8px;
  position: relative;
  z-index: 1111;
}
.standerd-plan-table-wrap .standerd-plan-table {
  width: calc((100% - 150px) / 3 - 5.34px);
  display: flex;
  flex-direction: column;
  gap: 8px 0;
}
.standerd-plan-table-wrap .standerd-plan-table .flex-content > div {
  box-sizing: border-box;
  font-weight: bold;
}
.standerd-plan-table-wrap .standerd-plan-table .flex-content {
  display: flex;
  gap: 8px;
}
.standerd-plan-table-wrap .standerd-plan-table:first-child {
  width: calc(((100% - 150px) / 3 + 150px));
}
.standerd-plan-table-wrap .standerd-plan-table .flex-content div.box-th {
  width: 150px;
  padding: 15px 20px;
}
.standerd-plan-table-wrap .standerd-plan-table .flex-content div.box-td {
  width: 100%;
  padding: 15px 20px;
  text-align: center;
}
.standerd-plan-table-wrap .standerd-plan-table .flex-content div.box-td {
  width: 100%;
  padding: 15px 20px;
  text-align: center;
}
.standerd-plan-table-wrap .standerd-plan-table:first-child .flex-content div.box-td {
  width: calc(100% - 150px);
}
.standerd-plan-table-wrap .standerd-plan-table .table-head div.box-th {
  width: 150px;
  background-color: unset;
}
.standerd-plan-table-wrap .standerd-plan-table .flex-content.table-head div.box-td {
  color: #fff;
  text-align: center;
  background-color: #1e1e1e;
  font-size: 2.8rem;
  padding: 5px;
}
.standerd-plan-table-wrap .standerd-plan-table .flex-content.table-head div.box-td span {
  font-size: 1.7rem;
}
.standerd-plan-table-wrap .standerd-plan-table .row-content1 .box-th,
.standerd-plan-table-wrap .standerd-plan-table .row-content1 .box-td {
  background-color: #fff;
}
.standerd-plan-table-wrap .standerd-plan-table .row-content1 .box-td {
  position: relative;
}
.standerd-plan-table-wrap .standerd-plan-table .row-content1 .box-td::before {
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 14px solid #000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  z-index: 1;
}
.standerd-plan-table-wrap .standerd-plan-table .row-content2 .box-th,
.standerd-plan-table-wrap .standerd-plan-table .row-content2 .box-td,
.standerd-plan-table-wrap .standerd-plan-table .row-content3 .box-th,
.standerd-plan-table-wrap .standerd-plan-table .row-content3 .box-td {
  background-color: #ffe600;
}
.standerd-plan-table-wrap .standerd-plan-table .row-content1 .box-td,
.standerd-plan-table-wrap .standerd-plan-table .row-content3 .box-td {
  font-size: 2.2rem;
}
.standerd-plan-table-wrap .standerd-plan-table .row-content1 .box-td span,
.standerd-plan-table-wrap .standerd-plan-table .row-content3 .box-td span {
  font-size: 1.3rem;
}
.standerd-plan-table-wrap .standerd-plan-table .flex-content.row-content2 div.box-td {
  font-size: 4.2rem;
  color: #DB0066;
  position: relative;
}
.standerd-plan-table-wrap .standerd-plan-table .row-content2 .box-td span {
  font-size: 1.3rem;
  color: #1e1e1e;
}
.standerd-plan-table-wrap .standerd-plan-table .flex-content.row-content2 div.box-td img {
  position: absolute;
  right: 5px;
  top: -25px;
  width: 70px;
}
.standerd-plan-table-wrap .standerd-plan-table:first-child .row-content1 div.box-th,
.standerd-plan-table-wrap .standerd-plan-table:first-child .row-content2 div.box-th,
.standerd-plan-table-wrap .standerd-plan-table:first-child .row-content3 div.box-th {
  display: flex;
  align-items: center;
}
.standerd-plan-table-wrap .standerd-plan-table .free-giga-btn {
  width: 100%;
  box-sizing: border-box;
  margin: 5px auto 0;
  padding: 8px 10px 8px 45px;
}
.standerd-plan-table-wrap .standerd-plan-table .free-giga-btn::before {
  width: 25px;
  height: 25px;
  left: 14px;
  top: 10px;
}
.standerd-plan-table-wrap .standerd-plan-table .drop-content div.box-th,
.standerd-plan-table-wrap .standerd-plan-table .drop-content div.box-td {
  padding: 0;
}
.standerd-free-sec .standerd-plan-table-wrap .standerd-plan-table .drop-content .free-giga-content {
  width: 100%;
}
.standerd-free-sec .standerd-plan-table-wrap .standerd-plan-table .drop-content .free-giga-content .inner {
  border: 1px solid #ffe000;
  box-sizing: border-box;
}
#price.standerd-free-sec .standerd-plan-table-wrap .plan-contact {
  background: #ffe000;
}

#price.standerd-free-sec .standerd-plan-table-wrap .free-giga-btn p {
  font-size: 1.3rem;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .standerd-plan-table-wrap .standerd-plan-table:first-child {
    width: calc(((100% - 100px) / 3 + 100px - 5.34px));
  }
  .standerd-plan-table-wrap .standerd-plan-table .flex-content div.box-th {
    width: 100px;
  }
  .standerd-plan-table-wrap .standerd-plan-table .flex-content div.box-td {
    width: 100%;
  }
  .standerd-plan-table-wrap .standerd-plan-table:first-child .flex-content div.box-td {
    width: calc(100% - 100px);
  }
  .standerd-plan-table-wrap .standerd-plan-table .table-head div.box-th {
    width: 100px;
  }
  .standerd-plan-table-wrap .standerd-plan-table {
    width: calc((100% - 100px) / 3 - 5.34px);
  }
  .standerd-plan-table-wrap .standerd-plan-table .flex-content div.box-th {
    padding: 15px 0 15px 10px;
  }
  .standerd-plan-table-wrap .standerd-plan-table .free-giga-btn {
    padding: 8px 10px 8px 35px;
  }
  #price.standerd-free-sec .standerd-plan-table-wrap .free-giga-btn p {
    font-size: 1.2rem;
  }
  .standerd-plan-table-wrap .standerd-plan-table .flex-content.row-content2 div.box-td img {
    right: 2px;
    top: -23px;
    width: 60px;
  }
  #price.standerd-free-sec .standerd-plan-table-wrap .free-giga-content .inner .content-ttl {
    font-size: 1.3rem;
  }
  #price.standerd-free-sec .standerd-plan-table-wrap .free-giga-content .inner .content-ttl span {
    font-size: 1.6rem;
  }
  #price.standerd-free-sec .standerd-plan-table-wrap .plan-contact p span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #top .standerd-free-sec .content-box h2#price-section-v2-2 img {
    height: 100%;
  }
  .standerd-plan-table-wrap {
    gap: 30px 0;
    flex-direction: column;
  }
  .standerd-plan-table-wrap .standerd-plan-table {
    width: 100%;
    margin: auto;
  }
  .standerd-plan-table-wrap .standerd-plan-table:first-child {
    width: 100%;
  }
  .standerd-plan-table-wrap .standerd-plan-table:first-child .flex-content div.box-td {
    width: 100%;
  }
  .standerd-plan-table-wrap .standerd-plan-table .flex-content.table-head div.box-th,
  .standerd-plan-table-wrap .standerd-plan-table .flex-content.drop-content div.box-th {
    display: none;
  }
  .standerd-plan-table-wrap .standerd-plan-table .flex-content div.box-th {
    padding: 10px 8px;
    display: flex;
    align-items: center;
  }
  .standerd-plan-table-wrap .standerd-plan-table .flex-content div.box-td {
    padding: 10px 10px;
  }
  .standerd-plan-table-wrap .standerd-plan-table .flex-content.drop-content div.box-td {
    padding: 0 10px 10px;
  }
  .standerd-plan-table-wrap .standerd-plan-table .free-giga-btn {
    width: 80%;
    padding: 8px 10px 8px 20px;
  }
  #price.standerd-free-sec .standerd-plan-table-wrap .free-giga-btn p {
    margin: 0 auto;
  }
  .standerd-plan-table-wrap .standerd-plan-table .flex-content.row-content2 div.box-td img {
    width: 60px;
  }
  #price.standerd-free-sec .standerd-plan-table .drop-content .desc {
    bottom: 60px;
    right: 10px;
  }
  #price.standerd-free-sec .plan-contact {
    height: 65px;
  }
  .standerd-free-sec .standerd-plan-table .drop-content .free-giga-content .inner {
    padding-bottom: 80px;
  }
}
/* スタンダードプランテーブル表 end */