@charset "UTF-8";
/* ヘッダー ///////////////////////////////////////////////////*/
#commonHeader {
  position: relative;
  border-bottom: 1px solid #d6d6d6;
}

#commonHeader .head-inner {
  width: 100%;
  height: 88px !important;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-left: 15px solid #f8db2a;
  margin: 0 auto;
  padding: 16px 26px;
}

#commonHeader .head-inner .tagline {
  color: #555;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.8rem;
  vertical-align: middle;
}

#commonHeader .head-inner .gnav-logo img {
  width: 145px !important;
  margin-right: 24px;
}

#commonHeader .header-title {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 700;
}
#commonHeader .logo_jetfisite {
  position: absolute;
  left: 0;
}
header#commonHeader nav#gNav {
  background-color: #fff !important;
}
/* 申込ボタン ///////////////////////////////////////////////////*/
.app-button-box .app-button {
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  margin: auto;
  border-radius: 35px;
  color: #fff;
  position: relative;
  line-height: 1;
  text-align: center;
  background: #36ace7;
  width: 100%;
  max-width: 450px;
  font-size: 2rem;
  padding: 25px 0;
  display: block;
  box-shadow: 2px 3px 5px 0 rgb(0 0 0 / 30%);
}

.app-button-box .app-button::after {
  position: absolute;
  top: 30%;
  right: 20px;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(/wifi/images/top/link_arrow_blue.svg);
  transition: right 0.3s ease;
}



.app-button-box .app-button:hover {
  background: #4bb7ec;
}

.app-button-box .app-button:hover::after {
  right: 5px;
}

.app-button-box .app-button.app-button-wide {
  max-width: 500px;
}
.app-button-box .app-button.app-button-wider {
  max-width: 590px;
}
.app-button-box .app-button span {
  font-weight: 700;
}

.app-button-box .app-text {
  margin-top: 20px;
  line-height: 1.5;
}
.app-button-box .app-text-red {
  color: #d91300;
  font-size: 1.6rem;
  font-weight: bold;
}

.app-button-box .app-button-two-row {
  border-radius: 60px;
  line-height: 1.5;
  padding: 15px 0;
}
.app-button-box .app-button-two-row::after {
  top: 37%;
}
/* 申込ボタン color */
.app-button-box .app-button.app-button-red {
  background: #d91300;
}

.app-button-box .app-button.app-button-red:hover {
  background: #d91300;
}

.app-button-box .app-button.app-button-red:after {
  background-image: url(/wifi/images/top/link_arrow_red.svg);
}
/* 申込ボタン 2列 */
.app-button-box.app-button-box-cols {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0;
}
.app-button-box.app-button-box-cols .app-button {
  margin-bottom: 3rem;
}

#main {
  position: initial;
  font-family: "m-plus-rounded-1c";
}
.errorMessage.show {
  font-size: 16px !important;
  color: #ed1c24;
  display: block !important;
  line-height: 1;
  padding-left: 13px;
}
.errorMessage {
  display: none;
}
.container {
  animation: fadein 0.8s ease both;
  -webkit-animation: fadein 0.8s ease both;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.8;
}
.container .content-inner,
footer .content-inner {
  width: 1000px;
  padding: 5rem 0;
  margin: 0 auto;
  text-align: left;
}

input::placeholder {
  font-family: "M PLUS Rounded 1c";
  font-size: 24px;
  font-weight: bold;
  color: #cccccc;
}
#form {
  background-color: #f7da2a;
}
#form .form-ttl {
  width: 33%;
  display: block;
  margin: 0 auto 80px;
}
#form .form-input-box {
  margin-bottom: 20px;
}
#form .form-input-box .errorMessage.show {
  margin-top: 15px;
}
#form .form-input-ttl {
  font-weight: bold;
}
#form .form-input-ttl .required {
  color: #fff;
  background-color: #ed1c24;
  border-radius: 15px;
  margin-left: 6px;
  padding: 5px 10px;
}
#form .form-input {
  border: 3px solid #cccccc;
  border-radius: 30px;
  padding: 15px 30px;
}
#form .share-btns {
  width: 100%;
  display: flex;
  justify-content: center;
  /* justify-content: space-between; */
  align-items: center;
}
#form .share-btn-box {
  background-color: #fff;
  width: 25%;
  box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-right: 30px;
  padding: 30px;
}
#form .share-btn-box:nth-of-type(4n) {
  margin-right: 0;
}
#form .share-btn-icon-box {
  height: 84px;
  margin: 0 auto 15px;
}
#form .share-btn-icon {
  height: 100%;
}
#form .share-btn-txt {
  color: #000;
  font-weight: bold;
  text-align: center;
}
#guest-flow .app-button-box,
#price .app-button-box {
  margin-top: 50px;
}
#price {
  background-color: #f7da2a;
}
#feature,
#receive,
#data_traffic {
  background-color: #e6e7e7;
}
.app-button-box .app-button {
  margin-bottom: 15px;
}
.app-button-box .app-button > img {
  width: 80%;
  max-width: 320px;
}
.app-button-box .annotation {
  max-width: 450px;
  margin: auto;
}

/* リピーターキャンペーンLP ///////////////////////////////////////////////////*/

#container img {
  margin: 50px 0;
}

#container .sub-img-mt {
  margin: 50px 0 10px !important;
}

#container .sub-img-mb {
  margin: 10px 0 50px !important;
}

#container .content-inner {
  width: 80%;
  max-width: 900px;
  position: relative;
  z-index: 50;
  text-align: center;
}

.repeat .gnav-logo {
  display: inline-block;
  vertical-align: middle;
}

#catch-text{
  background: repeating-linear-gradient(135deg, rgba(247,218,42,1), rgba(247,218,42,1) 1px, #fff 1px, #fff 6px);
}

#catch-text img {
  padding: 50px;
  background: #ffff;
  margin: 0;
}

.repeat #commonHeader .head-inner{
  height: 77px !important;
}

section#main-visual {
  position: relative;
}

.repeat #main-visual .app-button-box {
  position: absolute;
  width: 45%;
  bottom: 10%;
  right: 0;
  left: 0;
  margin: 0 auto;
  height: 50px;
}

.repeat a.app-button.app-button-red.text-center {
  font-size: 16px;
  padding: 1.5vw 0;
}

.repeat .app-button-box .app-button{
  position: relative;
}

.repeat .app-button-box .app-button::after {
  position: absolute;
  top: 31%;
  right: 20px;
  width: 20px;
  height: 20px;
}

.repeat .app-button-box .app-button:hover::after{
  right: 10px;
}

.repeat .main-visual img{
  margin: 0 auto !important;
}

.repeat section .section-ttl{
  margin-bottom: 20px;
}

.repeat .content__subtitle {
  font-size: 2rem;
  padding: 30px 0 0;
}

.repeat .price-container{
  background-color: #F6D92A;
}

#price .section-ttl:after{
  background-color: #fff;
}

.repeat .price-catch{
  width: 80%;
  margin: 0 auto;
}

.repeat .annotation{
  font-size: 12px;
}

.repeat #price .app-button-box {
  margin-top: 0px;
}

.repeat .app-button-box .app-button {
  margin: 0 auto 15px !important;
}

.repeat #lgoo-device{
  background-color: #f7da2a;
}

.repeat #lgoo-device .apply-inner {
  width: 100%;
  max-width: 900px;
  padding: 60px 50px 30px 0;
  margin: 0 auto;
  text-align: center;
}

#lgoo-device .apply-inner img {
  max-width: 220px;
  margin: auto 10px;
  display: inline-block;
  max-height: 250px;
  height: auto;
  width: auto;
}

#lgoo-device .apply-inner div {
  width: 100%;
  max-width: 380px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin: 0 65px 0px 10px;
}

#lgoo-device .apply-inner div img {
  width: 174px;
  margin: 0 0 30px 25px;
}

#lgoo-device .apply-inner div p {
  text-align: left;
  line-height: 2rem;
  padding: 10px 0 0;
}


/*-------------------------------*/

/*@media screen and (min-width : 1024px)

-------------------------------*/
@media screen and (max-width: 1024px) {
  /* ヘッダー ///////////////////////////////////////////////////*/
  #commonHeader .inner {
    box-shadow: none !important;
    width: calc(100% - 2em);
    height: 80px;
    margin-right: auto;
    margin-left: auto;
  }
  #commonHeader .head-inner .gnav-logo img {
    width: 130px !important;
  }
  #commonHeader .header-title {
    font-size: 2rem;
  }
  .container .content-inner,
  footer .content-inner {
    width: 90%;
  }
  #form .share-btns {
    align-items: stretch;
  }
  #form .share-btn-box {
    margin-right: 20px;
    padding: 30px 15px;
  }
}
/*-------------------------------*/

/*@media screen and (min-width : 768px)

-------------------------------*/
@media screen and (max-width: 768px) {
  /* ヘッダー ///////////////////////////////////////////////////*/
  #commonHeader .head-inner {
    height: 66px !important;
    padding-left: 10px;
  }
  header#commonHeader nav#gNav {
    width: 100%;
    height: 50px !important;
    display: flex;
    align-items: center;
  }
  #commonHeader .head-inner .gnav-logo img {
    width: 90px !important;
  }
  /* 申込ボタン */
  .app-button-box .app-button {
    line-height: 1.5;
    padding: 18px 15px 18px 0px;
  }
  .app-button-box .app-button::after {
    width: 25px;
    height: 25px;
  }
  .container .content-inner {
    padding: 3rem 0;
  }
  #hero {
    padding-top: 66px;
  }
  #form .share-btns {
    justify-content: center;
    flex-wrap: wrap;
  }
  #form .share-btn-box {
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #form .share-btn-box:nth-of-type(2n) {
    margin-right: 0;
  }
  #form .share-btn-box:nth-last-of-type(1),
  #form .share-btn-box:nth-last-of-type(2) {
    margin-bottom: 0;
  }
  #flow .app-button-box,
  #price .app-button-box {
    margin-top: 30px;
  }
  .app-button-box .annotation {
    width: 90%;
    margin: auto;
  }

  .repeat #flow .app-button-box{
    margin-top: 0px !important;
  }

  .repeat #lgoo-device .apply-inner {
    padding: 60px 0px 30px 0;
}

  #lgoo-device .apply-inner div {
    margin: 0 auto;
  }

  .repeat #common-footer .inner {
    padding: 2em 2em 0;
  }

  .repeat footer div.inner ul.gNav li, .repeat footer div.inner ul.subNav li {
    float: left;
  }

  .repeat footer div.inner ul.gNav.sub > li {
    margin: 0.35em 0.35em 0.5em;
  }

}

/*-------------------------------*/

/*@media screen and (min-width: 640px) and (max-width: 840px)

-------------------------------*/

@media screen and (min-width: 640px) and (max-width: 840px){
  #lgoo-device .pc{
    display: none !important;
  }
}

/*-------------------------------*/

/*@media screen and (max-width : 640px)

-------------------------------*/
@media screen and (max-width: 640px) {
  /* 申込ボタン */
  .app-button-box .app-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90% !important;
    border-radius: 50px;
    max-width: 350px;
    margin: 25px auto;
    font-size: 1.8rem;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .app-button-box .app-button::after {
    width: 20px;
    height: 20px;
    right: 15px;
    top: 28%;
  }
  /* 申込ボタン 2列 */
  .app-button-box.app-button-box-cols .app-button {
    margin-bottom: 0;
  }

  #lgoo-device .apply-inner {
    width: 100%;
    max-width: 640px;
    padding: 80px 20px;
    margin: 0 auto;
    text-align: center;
}

  #lgoo-device .apply-inner img {
    width: 238px;
    margin: 0 auto 30px;
    display: block;
  }

  #lgoo-device .apply-inner div img {
    width: 174px;
    margin: 0 auto 30px;
  }

  .repeat .app-button-box .app-button::after {
    top: 37%;
}

}

/*-------------------------------*/

/*@media screen and (max-width : 460px)

-------------------------------*/
@media screen and (max-width: 460px) {
  .repeat #container img{
    margin: 20px 0;
  }
  
  .repeat #commonHeader .head-inner {
    height: 50px !important;
  }

  .repeat section#main-visual{
    margin-top: 50px;
  }

  .repeat #main-visual .app-button-box {
    width: 100%;
    bottom: 40px;
  }

  #catch-text img {
    padding: 35px;
  }

  .repeat a.app-button.app-button-red.text-center {
    padding: 15px 0;
  }

  .repeat .app-button-box .app-button{
    width: 100% !important;
  }

  .repeat #lgoo-device .apply-inner {
    padding: 60px 0px;
  }

  .repeat #common-footer .inner {
    padding: 2em 2em 35%;
  }

  .repeat .annotation {
    line-height: 2.2rem;
    margin: 10px 0 30px;
  }

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

/*@media screen and (max-width : 360px)

-------------------------------*/
@media screen and (max-width: 360px) {
  /* 申込ボタン */
  .app-button-box .app-button {
    font-size: 1.6rem;
  }
}
