@charset "UTF-8";
/* CSS Document */


/** --------------------------------------------------
共通部分
-------------------------------------------------- **/

/**トライアングル　MV+block01**/

#mv-top .triangle-box{
margin: 0 auto;
width: 100%;
position: relative;
}

#mv-top .triangle-box .triangle{
width: 0;
height: 100px;
border-style: solid;
border-width: 55px 55px 0 55px;
border-color: #ea5413 transparent transparent transparent;
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: -120px;
}

#block01 .triangle-box{
margin: 0 auto 10%;
width: 100%;
position: relative;
}

#block01 .triangle-box::before{
content:"";
display:block;
width:100%;
height:3px;
background-color: #ea5413;
}

#block01 .triangle-box .triangle{
width: 0;
height: 100px;
border-style: solid;
border-width: 45px 45px 0 45px;
border-color: #ea5413 transparent transparent transparent;
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: -100px;
}

.pc { display: inline-block; }
.mb { display: none;}

/**メディアクエリ**/
/* ******************************************* */
@media screen and (max-width: 1500px) {
 /* ---------------------------------- */ 
#mv-top .triangle-box .triangle{
border-width: 45px 45px 0 45px;
bottom: -115px;
}

#block01 .triangle-box .triangle{border-width: 45px 45px 0 45px;}

 /* ---------------------------------- */
}

/* ******************************************* */
@media screen and (max-width: 1024px) {
 /* ---------------------------------- */
#mv-top .triangle-box .triangle{border-width: 35px 35px 0 35px;}
#block01 .triangle-box .triangle{border-width: 35px 35px 0 35px;}

.pc { display: none; }
.mb { display: inline-block;}
 /* ---------------------------------- */
}

/* ******************************************* */
@media screen and (max-width: 768px) {
 /* ---------------------------------- */
#mv-top .triangle-box .triangle{
border-width: 30px 30px 0 30px;
bottom: -100px;
}

#block01 .triangle-box .triangle{border-width: 30px 30px 0 30px;}
 /* ---------------------------------- */
}

/* ******************************************* */
@media screen and (max-width: 600px) {
 /* ---------------------------------- */
#block01 .triangle-box{width: 90%;}
#block01 .triangle-box::before{height:1.5px;}
#block01 .triangle-box .triangle{border-width: 25px 25px 0 25px;}
 /* ---------------------------------- */
}

/** --------------------------------------------------
メインビジュアル
-------------------------------------------------- **/
#mv-top {
  background: url(../img/webp/main-bg@2x.webp?) no-repeat;
  background-size: cover;
  margin: 0;
  border-bottom-left-radius: 1300px 260px;
  position: relative;
  z-index: 1;
  border-bottom-right-radius: 1300px 260px;
  margin: 0 -10vw;
  padding: 0 10vw;
  background-position: 50% 30%;
  background-size: 84%;
}
.mv-text { width: 50%; }
#mv-top .mv-text {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: min(110px,calc((110/1920)*100vw));
    padding-left: 4%;
    padding-bottom: 135px;
}
#mv-top .mv-text div {
  width: calc((680/1920)*100vw);
  margin-right: 3%;
}
#mv-top .mv-text div + div {
    width: calc((798/1920)*100vw);
    margin-top: -35px;
    margin-right: 0;
}
.mv-btn {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -3%;
}
/* #mv-top:after {
    content: "";
    display: block;
    background: transparent;
    width: 120vw;
    border-radius: 50%;
    height: 150px;
    margin-left: -10vw;
} */

/**メディアクエリ**/
/* ******************************************* */
@media screen and (max-width: 1200px) {
 /* ---------------------------------- */
#mv-top .mv-text{
top:13%;
left: 8%;
}

#mv-top>.mv-text h1{font-size: 3.3vw;}
#mv-top>.mv-text h1>span{border-bottom: solid 2px #ea5413;}

#mv-top>.mv-text .ntt{
margin: 2% 0 0 0;
padding: 3%;
}

#mv-top>.mv-text .ntt h2{font-size: 3vw;}

 /* ---------------------------------- */
}

/* ******************************************* */
@media screen and (max-width: 1024px) {
 /* ---------------------------------- */
#mv-top{mergin:0 auto;}
#mv-top .mv-text{top:20%;}
 /* ---------------------------------- */
}

/* ******************************************* */
@media screen and (max-width: 768px) {
 /* ---------------------------------- */
#mv-top .mv-text{
width: 80%;
top:25%;
left: 7%;
}

#mv-top>.mv-text h1{
font-size: 5.6vw;
line-height: 1.8em;
}

#mv-top>.mv-text .ntt{
width: 70%;
padding: 4.5% 5.5%;
}

#mv-top>.mv-text .ntt h2{font-size: 5.3vw;}

#mv-top h3{
margin: 7% auto;
font-size: 3.4vw;
}
 /* ---------------------------------- */
}

/* ******************************************* */
@media screen and (max-width: 600px) {
 /* ---------------------------------- */
#mv-top h3{
margin: 8% auto;
font-size: 5.3vw;
line-height: 1.8em;
}
/* ---------------------------------- */
}

/* -----------  ----------- */
#sale {
  padding-top: 120px;
  background: #ea5413;
  margin-top: -120px;
  position: relative;
  z-index: 0;
  padding-bottom: 125px;
}
#sale .bg-box {
  background: url(../img/webp/section2-bg@2x.webp?) no-repeat;
  background-size: contain;
  margin-top: -20px;
  padding-top: 25px;
}
.banner {
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: min(93px,4.5vw);
  margin-bottom: min(65px,4vw);
}
.banner>img{
	margin-bottom: 10px;
}
.banner>img:last-of-type{
	margin-bottom: 0;
}
.bord-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
.bord-box {
  width: 36%;
  background: #fff;
  height: 5px;
}
.text-box {
  font-size: min(40px,calc((40/1920)*100vw));
  line-height: 1.3;
  color: #fff;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gk-box {
  width: 80%;
  max-width: 950px;
  margin: 0 auto;
}
.evaluation { margin-bottom: 75px; }
.voice { margin-bottom: 55px; }
.gy-kensaku { margin-bottom: 60px; }
.btn-wrapper a {
  display: block;
  width: calc((680/1920)*100vw);
  max-width: 680px;
  aspect-ratio: 680/68;
  margin: 0 auto;
  border: 3px solid #fff;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
}
.triangle,.triangle::before,.triangle::after{
width: 16px;
height: 16px;
background: #fff;
}
.triangle::before,.triangle::after {
content: "";
position: absolute;
}
.triangle {
position: relative;
border-top-left-radius: 30%;
transform: rotate(120deg) skewY(30deg) scaleX(.86666);
margin-left: 30px;
}
.triangle::before {
border-top-right-radius: 30%;
transform: skewX(-45deg) translateX(0%);
}
.triangle::after {
border-bottom-left-radius: 30%;
transform: skewY(-45deg) translateY(0%) translateX(-50%);
}
#sale:after {
  content: "";
  width: 0;
  height:0;
  border-style:solid;
  border-width: 95px 300px 0 300px;
  border-color: #ea5313 transparent transparent transparent;
  position: absolute;
  bottom: -95px;
  left: 0;
  right: 0;
  margin: auto;
}
#store {
  padding-top: 265px;
  padding-bottom: 130px;
  position: relative;
}
.text-bgcolor {
  width: fit-content;
  margin: 0 auto 15px;
  font-size: 37px;
  display: flex;
  flex-wrap: wrap;
  justify-self: flex-start;
}
.text-bgcolor .bg-text {
  background: #ea5313;
  color: #fff;
  padding: 15px 25px;
  line-height: 1;
  letter-spacing: 0.1em;
}
.text-wrap {
  max-width: 1065px;
  width: 100%;
  margin: 0 auto 60px;
}
.text-bgcolor .bg-text:first-of-type {
  margin-right: 5em;
  margin-bottom: 15px;
}
.text-bgcolor .bg-text:nth-of-type(2) { padding-right: 0; }
.text-bgcolor .bg-text:nth-of-type(3) { padding-left: 0; }
.text-wrap p {
  text-align: right;
  font-size: 16px;
  padding-right: 6%;
}
.store {
  width: 100%;
  max-width: 1065px;
  margin: 0 auto 65px;
  position: relative;
}
.store p {
  position: absolute;
  left: 24%;
  top: 3%;
  font-size: 24px;
}
#store:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 95px 300px 0 300px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -95px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
#soudan .bg-box {
  background: #e95413;
  padding-bottom: 200px;
  position: relative;
  z-index: 0;
}
#soudan .flex {
  padding-left: 17%;
  padding-top: 185px;
  justify-content: flex-start;
}
#soudan .text-box {
  font-size: unset;
  line-height: 1.7;
  width: 27%;
  margin-right: 7%;
}
.img {
  padding-top: 15px;
  text-align: left;
  margin-bottom: 15px;
}
.text {
  font-size: 99px;
  line-height: 1.14;
  margin-bottom: 35px;
}
#soudan .btn-wrapper a {
  max-width: 283px;
  width: calc((283/1920)*100vw);
  background: #fff;
  color: #e95413;
  border: none;
  margin-left: 0;
  font-weight: bold;
  font-size: 24px;
  aspect-ratio: 283/53;
}
.illust-box {
  margin-right: 1%;
  width: 22%;
}
.img-box { width: 43%; }
#recommend .bg-box {
  background: url(../img/webp/section4-bg@2x.webp) no-repeat;
  background-size: cover;
  background-position-y: 6%;
  padding-top: 520px;
  letter-spacing: 0.05em;
  padding-bottom: 175px;
}
#recommend {
  position: relative;
  border-top-left-radius: 1300px 260px;
  z-index: 0;
  border-top-right-radius: 1300px 260px;
  margin: 0 -10vw;
  padding: 0 10vw;
  margin-top: -90px;
  background: #fff;
}
#recommend .title {
  position: relative;
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 110px;
}
#recommend .title span {
  position: absolute;
  font-size: 116px;
  font-weight: bold;
  opacity: 0.12;
  margin: auto;
  left: 0;
  right: 0;
  letter-spacing: 0.05em;
  bottom: -30%;
}
.reco-wrap {
  max-width: 950px;
  width: 90%;
  margin: 0 auto 40px;
}
#recommend .triangle, #recommend .triangle::before, #recommend .triangle::after {
  background: #e95413;
}
#recommend .triangle {
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  margin-bottom: 60px;
  transform: rotate(225deg) skew(15deg, 15deg) scale(1);
}
#recommend .text-box {
  font-size: 28px;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1.6;
}
#recommend .text-box span { color: #e95413; }
#recommend .text-box p {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 2;
}
#point3 .bg-box {
  background: #ef865c;
  padding-bottom: 120px;
}
#point3 .title {
  background: url(../img/webp/point3-bg2@2x.webp) repeat-x;
  background-size: contain;
  position: relative;
  padding: 70px 0 113px 21.5%;
  font-size: 30px;
  color: #fff;
  text-align: left;
  letter-spacing: -0.03em;
}
#point3 title span { position: absolute; }
#point3 .title span {
  font-size: 24px;
  position: absolute;
  left: 23%;
  top: 33%;
  letter-spacing: -0.01em;
}
#point3 .title .big {
  font-size: 62px;
  position: relative;
  line-height: 1;
  left: unset;
  top: unset;
  letter-spacing: -0.13em;
}
#point3 .title .big b {
  font-size: 99px;
  line-height: 1;
}
#point3 .illust {
  position: absolute;
  max-width: 180px;
  right: 20%;
  top: -4%;
}
#point3 .point-wrap {
  padding-top: 120px;
  width: 100%;
  max-width: 1078px;
  margin: 0 auto;
}
#point3 .point-wrap div { margin-bottom: 50px; }

#price .bg-box {
  background: #ea5413;
  padding-bottom: 70px;
}
#price .h1-text,#news .h1-text {
  padding-top: 100px;
  font-size: 56px;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #fff;
  margin-bottom: 120px;
}
#price .h1-text p ,#news .h1-text p {
  width: fit-content;
  margin: 0 auto;
  font-size: 21px;
  letter-spacing: 0;
  border-top: 1px solid #fff;
  padding-top: 25px;
}
#price .h1-text h2,#news .h1-text h2 { margin-bottom: 20px;}
.kake-plan, .wifi-plan {
  width: 90%;
  max-width: 1450px;
  margin: 0 auto;
}
.white-bg {
  background: #fff;
  width: 100%;
  border-radius: 25px;
  padding: 135px 0;
}
#price .btn-wrapper.img {
  margin-top: -110px;
  margin-bottom: 115px;
  padding-top: unset;
}
#price .btn-wrapper.img a {
  width: fit-content;
  border: none;
  max-width: unset;
  aspect-ratio: unset;
}
#price .wifi-plan .btn-wrapper.img {
  margin-top: 60px;
  margin-bottom: 0;
}
#news .h1-text {
  color: #ea5413;
  margin-bottom: 75px;
}
#news .h1-text p { border-color: #ea5413; }
ul.wp-post {
  width: 90%;
  max-width: 890px;
  margin: 0 auto;
  margin-bottom: 145px;
}
.wp-post li {
  border-bottom: 2px solid #333;
  text-align: left;
  padding-left: 53px;
  font-size: 20px;
  letter-spacing: 0.01em;
  line-height: 1.7;
  padding: 15px 0 20px 53px;
}
.wp-post li a { position: relative; }
.wp-post li a:after {
  content: "〉";
  font-size: calc((30/1920)*100vw);
  position: absolute;
  margin: auto;
  right: 2%;
  top: 0;
  bottom: 0;
  height: fit-content;
}

/* ----------- メディアクエリ ----------- */
@media (max-width: 1700px) {
  .text { font-size: calc((99/1920)*100vw); }
  #point3 .illust { left: 73vw;}
  .banner {
    margin-bottom: min(65px,4vw);
  }
  .mv-btn {
    width: 30%;
    max-width: 400px;
    margin: 0 auto;
  }
  .btn-wrapper a { font-size: calc((28/1920)*100vw); }
  .triangle, .triangle::before, .triangle::after {
    width: 8px;
    height: 8px;
  }
  .text-bgcolor { font-size: calc((45/1920)*100vw);}
  .text-wrap { width: 70%; }
  .store { width: 70%; }
  .store p { font-size: 20px; }
  #soudan .btn-wrapper a { font-size: calc((24/1920)*100vw); }
  #recommend .title span { font-size: calc((116/1920)*100vw); }
  #recommend .title { font-size: calc((42/1920)*100vw); }
  #point3 .title { font-size: calc((30/1920)*100vw); }
  #point3 .title span { font-size: calc((24/1920)*100vw); }
  #point3 .title .big { font-size: calc((62/1920)*100vw); }
  #point3 .title .big b { font-size: calc((99/1920)*100vw); }
  #point3 .point-wrap { width: 70%;}
  #price .h1-text,#news .h1-text {
    font-size: calc((56/1920)*100vw);
    padding-top: calc((100/1920)*100vw);
    margin-bottom: calc((120/1920)*100vw);
  }
  #price .h1-text p,#news .h1-text p { font-size: calc((21/1920)*100vw); }
  .white-bg { padding: calc((135/1920)*100vw); }
  #price .btn-wrapper.img a { width: calc((900/1920)*100vw); }
  .wp-post li { font-size: 18px; }
  @media (max-width: 520px) {
    #mv-top .mv-text div {
      margin: 0;
      width: 100%;
      margin-bottom: 30px;
    }
    #mv-top .mv-text div + div {
      width: 100%;
      margin-top: 0;
      margin-bottom: 130px;
    }
    #mv-top .mv-text {
      padding: 0;
      padding-top: 70px;
      width: 90%;
    }
    #mv-top {
      background: url(../img/webp/main-bg_mb@2x.webp?) no-repeat;
      background-size: 87%;
      background-position: 50% 0;
    }
    .mv-btn {
      width: 65%;
      bottom: -7%;
    }
    #sale .bg-box {
      padding-top: 120px;
      background: url(../img/webp/section2-bg_mb@2x.webp?1) no-repeat;
      background-size: contain;
    }
    .text-box { font-size: 20px; }
    .banner {
        width: 85%;
        margin-bottom: 90px;
    }
    .gk-box {
        width: 73%;
        max-width: 284px;
    }
    .gk-box div { margin-bottom: 30px;}
    .bord-text { margin-bottom: 60px;}
    .evaluation {
        margin-bottom: 20px;
    }
    .btn-wrapper a {
        width: calc((327/390)*100vw);
        aspect-ratio: 327/44;
        font-size: 13px;
    }
    .gy-kensaku { margin-bottom: 30px; }
    #sale:after {
        border-width: 75px 50vw 0 50vw;
        bottom: -74px;
    }
    #sale { padding-bottom: 60px; }
    #store {
        padding-top: 140px;
        padding-bottom: 40px;
    }
    .text-wrap { width: 80%; }
    .text-bgcolor { font-size: 20px;}
    .text-bgcolor .bg-text { padding: 10px;}
    .text-bgcolor .bg-text:first-of-type { margin-right: 0;}
    .text-bgcolor .bg-text:nth-of-type(2) {
        margin-bottom: 10px;
    }
    .text-bgcolor .bg-text:nth-of-type(3) {
        padding-left: 10px;
    }
    .text-wrap p {
        padding: 0;
        font-size: 13px;
    }
    .store {
        width: 80%;
        margin-bottom: 120px;
    }
    .store p {
        bottom: -9%;
        top: unset;
        left: 0;
        font-size: 14px;
        text-align: left;
    }
    #store:after {
        border-width: 40px 50vw 0 50vw;
        bottom: -39px;
    }
    #soudan .flex {
        padding: 100px 0 0;
        justify-content: center;
    }
    #soudan .text-box {
        width: 100%;
        margin: 0px auto 40px;
    }
    #soudan .text-box .img {
        text-align: center;
    }
    #soudan .text-box .text {
        font-size: 68px;
        font-weight: bold;
        margin-bottom: 30px;
    }
    #soudan .btn-wrapper a {
        width: calc((281/390)*100vw);
        aspect-ratio: 280/52;
        margin: 0 auto;
        font-size: 22px;
    }
    .illust-box {
        display: flex;
        justify-content: center;
        width: 90%;
        margin: 0 auto 30px;
    }
    .img-box {
        width: 80%;
        margin: 0 auto;
    }
    #soudan .bg-box {
        padding-bottom: 160px;
    }
    #recommend .bg-box {
        padding-top: 140px;
        background: url(../img/webp/section4-bg_mb@2x.webp) no-repeat;
        background-size: cover;
    }
    #recommend .title span {
        font-size: calc((55/390)*100vw);
        letter-spacing: 0;
        bottom: -0.7em;
        margin: auto;
    }
    #recommend .title {
        font-size: calc((28/390)*100vw);
    }
    .reco-wrap {
        width: 90%;
        margin: 0 auto 60px;
        display: block;
    }
    .reco-wrap div {
        max-width: 165px;
        margin: 0 auto 30px;
    }
    .reco-wrap div+div+div {
        max-width: 219px;
    }
    #recommend .triangle, #recommend .triangle::before, #recommend .triangle::after {
        width: 15px;
        height: 15px;
    }
    #recommend .text-box { font-size: 20px; }
    #recommend .text-box p { font-size: 14px;}
    .bord-box { width: 14%; }
    #point3 .title {
      background-size: cover;
      padding: 25px 20px 65px;
      font-size: 17px;
    }
    #point3 .title .big { font-size: 36px; }
    #point3 .title .big b { font-size: 70px; }
    #point3 .title span {
      font-size: 18px;
      top: 31%;
    }
    #point3 .illust {
      width: 75px;
      top: 9%;
    }
    #point3 .point-wrap {
      padding-top: 70px;
      width: 100%;
    }
    #point3 .bg-box {
      padding-bottom: 60px;
    }
    #price .h1-text,#news .h1-text {
      font-size: 34px;
      padding-top: 100px;
      margin-bottom: 60px;
    }
    #price .h1-text p,#news .h1-text p {
      font-size: 16px;
      padding-top: 12px;
    }
    #price .h1-text h2,#news .h1-text h2 {
      margin-bottom: 15px;
    }
    .white-bg {
      padding: 20px 20px 55px;
    }
    #price .btn-wrapper.img {
      margin-top: -46px;
      margin-bottom: 60px;
    }
    #price .btn-wrapper.img a {
      width: 90%;
    }
    #price .wifi-plan .btn-wrapper.img {
      margin-top: 40px;
    }
    #news .h1-text {
      margin-bottom: 60px;
    }
    .wp-post li {
      font-size: 14px;
      padding: 10px 0 10px 15px;
    }
    .wp-post li a .title {
      width: 90%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .wp-post li a:after {
      font-size: 14px;
    }
    ul.wp-post {
      margin-bottom: 100px;
    }
    @media (max-width: 390px) {

    }
  }
}
@media (max-width: 1024px) and (min-width: 521px) {
  #mv-top .mv-text div { width: 47%; }
  #mv-top .mv-text div + div { width: 50%; margin-top: 0;}
  .mv-btn { width: 27%; }
  .banner .pc { display: inline-block; }
  .banner .mb { display: none; }
  .gk-box div { width: 46%; }
  #store .store .pc { display: inline-block; }
  #store .store .mb { display: none; }
  .store p { font-size: 14px; top: 0; }
  .text-wrap { margin-bottom: 50px; }
  #store {
    padding-top: 200px;
    padding-bottom: 30px;
  }
  #sale { padding-bottom: 60px; }
  #soudan .flex { padding-top: 150px; }
  #soudan .bg-box { padding-bottom: 150px; }
  #soudan .text-box { margin-right: 3%;}
  .illust-box { margin-right: 3%; }
  .img-box { width: 45%; }
  #recommend .bg-box {
      padding-top: 230px;
      padding-bottom: 130px;
  }
  .reco-wrap div { width: 25%; }
  .reco-wrap div:last-of-type { width: 33%;}
  #point3 .title {
      padding: 25px 0 60px 32%;
      background-size: cover;
      font-size: calc((24/1024)*100vw);
  }
  #point3 .title .big {
      font-size: calc((30/1024)*100vw);
      letter-spacing: 0;
  }
  #point3 .title span {
      font-size: calc((16/1024)*100vw);
      left: 39%;
  }
  #point3 .title .big b { font-size: calc((70/1024)*100vw); }
  #point3 .illust { width: 80px; }
  #point3 .point-wrap { padding-top: 70px;}
  #point3 .bg-box { padding-bottom: 70px;}
  .white-bg {
      width: 75%;
      margin: 0 auto;
  }
}