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

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

/*First_view*/
#first_view{
  width: 100%;
  height: 100%;
  background-size: 100% 65%;
  padding: 0;
}
#first_view h1 div.top-kv{
  width: 100%;
  margin: 0 auto;
  max-height: 35.5vw;
  min-height: 353px;
  overflow: hidden;
}
#first_view h1 div.top-kv img{
  width: 100%;
}
#first_view h1{
  margin-bottom: -1px;
}
@media screen and (max-width:767px){
  #first_view{
    padding: 0;
  }
  #first_view h1.top-first_view{
    line-height: 0;
  }
  #first_view h1 div.top-kv{
    max-height: 100%;
    height: initial;
  }
}

/*スライドショー*/
#top div.slide {
  position: relative;
}
#top div.slide .btn-content {
  position: absolute;
}
#top div.slide .btn-content.btn-rental {
  bottom: 4vw;
  left: 50%;
  transform: translateX(-50%);
}
#top div.slide .btn-content.btn-business {
  bottom: 5vw;
  right: 17vw;
}
#top div.slide .btn-content.btn-recharge {
  bottom: 6vw;
  left: 23vw;
}
#top ul.slick-dots{
  bottom: 15px;
}
#top .slick-dots li button:focus-visible {
  outline: solid 2px #000;
  border-radius: 40px;
}
#top ul.slick-dots li {
  width: 25px;
  height: 25px;
  margin: 0 6px;
}
#top ul.slick-dots li button:before {
  font-size: 16px;
  height: 25px;
}
div.slick-dotted.slick-slider{
  margin-bottom: 0;
}
button.slick-prev:before, .slick-next:before{
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #e8eaea;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
div.pc.slick-dotted.slick-slider{
  display: block;
}
div.sp.slick-dotted.slick-slider{
  display: none;
}
.slick-slide img {
  width: 100%;
}
@media screen and (max-width:767px){
  #top ul.slick-dots{
    bottom: 30px;
  }
  div.sp.slick-dotted.slick-slider{
    display: block;
  }
  div.pc.slick-dotted.slick-slider{
    display: none;
  }
  #top div.slide .btn-content.btn-rental {
    bottom: 65px;
    left: 50%;
    transform: translateX(-50%);
    right: unset;
    top: unset;
  }
  #top div.slide .btn-content.btn-business {
    bottom: 65px;
    left: 50%;
    transform: translateX(-50%);
    right: unset;
    top: unset;
  }
  #top div.slide .btn-content.btn-recharge {
    bottom: 65px;
    left: 50%;
    transform: translateX(-50%);
    right: unset;
    top: unset;
  }
}

/*-------------------------------------------
    Top Common
 -------------------------------------------*/
section{
  position: relative;
  background: #f2f5f5;
  padding: 60px 0;
}
section.white{
  background: #FFFFFF;
}

@media screen and (max-width: 767px) {
  section{
    padding: 30px 0;
  }
}

/*-------------------------------------------
    Top Campaign Section
 -------------------------------------------*/

/*common.cssに記載*/

/*-------------------------------------------
    Top Plan Section
 -------------------------------------------*/

/*common.cssに記載*/
@media screen and (max-width: 767px) {
  div#entry_wrap section.plan .assumption-flex .assumption-head {
    padding: 10px 0;
  }
}

/*-------------------------------------------
    Top Data Charge Section
 -------------------------------------------*/

/*common.cssに記載*/

/*-------------------------------------------
    Top オプションサービス Section
 -------------------------------------------*/
section.option-service .option-container {
  display: flex;
}
section.option-service .opt-desc {
  width: 65%;
  font-size: 1.9rem;
  line-height: 2;
  padding: 50px 40px 0 0;
}
section.option-service .opt-img {
  width: 35%;
}

@media screen and (max-width: 767px) {
  section.option-service .option-container {
    flex-direction: column;
  }
  section.option-service .opt-desc {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 0;
    margin-bottom: 2rem;
  }
  section.option-service .opt-img {
    width: 100%;
    text-align: center;
  }
  section.option-service .opt-img img {
    width: 50%;
  }
  section.option-service .margin-60 {
    margin: 40px 0 10px;
  }
  section.option-service .section-heading {
    margin: 0 auto 30px;
  }
}

/*-------------------------------------------
    Top 5 Strength Section
 -------------------------------------------*/
div.strength-area{
  margin: 30px 0 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

div.strength-area p{
  position: relative;
  width: 22%;
}

div.strength-area p::after{
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

div.strength-area p.second::after{
  background: url(/assets/img/5-strength-2-img.svg) no-repeat bottom/100%;
}
div.strength-area p.third::after{
  background: url(/assets/img/5-strength-3-2img-sp.svg) no-repeat bottom/100%;
  width: 130px;
  height: 100px;
  bottom: -25px;
}
div.strength-area p.fourth::after{
  background: url(/assets/img/5-strength-4-img.svg) no-repeat bottom/100%;
  width: 60px;
  bottom: -32px;
}
div.strength-area p.fifth a{
  position: absolute;
  bottom: -60px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  div.strength-area{
    flex-wrap: wrap;
  }
  div.strength-area p{
    width: 48%;
    margin-bottom: 30px;
  }
  div.strength-area p.third::after,
  div.strength-area p.fourth::after {
    bottom: -20px;
  }
}

/*-------------------------------------------
    Top Spec Section
 -------------------------------------------*/
section.spec h3{
  text-align: center;
  font-size: 3.0rem;
}
div.spec-area{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
div.spec-area p{
  width: 50%;
}
div.spec-area p:last-of-type{
  width: 75%;
}

@media screen and (max-width: 767px) {
  section.spec h3{
    font-size: 2.0rem;
    margin-top: 0;
  }
  div.spec-area{
    flex-direction: column;
    margin-bottom: 40px;
  }
  div.spec-area p,
  div.spec-area p:last-of-type{
    width: 100%;
    margin: 15px 0;
  }
  div#entry_wrap section.spec div.swiper-button-next,
  div#entry_wrap section.spec div.swiper-button-prev {
    top: -65px;
    bottom: 5px;
    margin: auto!important;
  }
  div#entry_wrap section.spec div.swiper-button-prev {
    left: -5px;
  }
  div#entry_wrap section.spec div.swiper-button-next {
    right: -5px;
  }
}

/*-------------------------------------------
    Top Flow Section
 -------------------------------------------*/
section.flow{
  padding-top: 35px;
}
div.flow-area.pc{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
div.flow-area.sp{
  display: none
}
div.flow-area p{
  position: relative;
  width: 30%;
}
div.flow-area p.arrow{
  width: 2%;
}
div.flow-area p span{
  display: block;
  position: absolute;
  bottom: -240px;
  left: 50%;
  transform: translateX(-50%);
  width: 340px;
  height: 150px;
  z-index: 2;
}
div.flow-area p:last-of-type span{
  height: 75px;
  bottom: -30px;
}
div.flow-area p span::after{
  content: '';
  position: absolute;
  background: url(/assets/img/icon-nashi.svg) no-repeat center top/100%;
  width: 80px;
  height: 110px;
  right: -50px;
  top: 10px;
  background: 3;
}

@media screen and (max-width: 767px) {
  div.flow-area.pc{
    display: none;
  }
  div.flow-area.sp{
    display: block;
  }
}
@media screen and (max-width: 1279px) {
  .news-title br{
    display: none;
  }
}
@media screen and (min-width: 1281px) {
  .news-title br{
    display: block;
  }
}
.swiper-container-autoheight .swiper-wrapper{
  margin: 40px 0;
}
span.slider-attention{
  font-size: 1.2rem;
  margin-top: 30px;
  text-align: center;
  display: block;
}
.slider-attention-prime{
  width: 630px;
  margin: 0 auto;
}
.slide-device-name{
  position: absolute;
  top: -40px;
  margin: 0 auto;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .slider-attention-prime{
    width: auto;
  }
}