@charset "UTF-8";
/* Scss Document */
/* CSS Document */
img, source {
  width: 100%;
  height: auto;
}

/*------------------------------mixin bg------------------------------*/
/*------------------------------mixin flex------------------------------*/
/*------------------------------基本設定------------------------------*/
html {
  scroll-behavior: smooth;
  font-size: 2.5641025641vw;
}
@media only screen and (min-width: 769px) {
  html {
    font-size: 0.69vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #333;
}

img, source {
  width: 100%;
  height: auto;
}

.wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  max-width: 1280px;
}

main {
  flex: 1;
  width: 100vw;
}

.pc-only {
  display: none;
}
@media only screen and (min-width: 769px) {
  .pc-only {
    display: block;
  }
}

.sp-only {
  display: block;
}
@media only screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

section {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

picture {
  display: block;
}

.font-en {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.bold {
  font-weight: 700;
}

.black {
  font-weight: 900;
}

/*------------------------------カラー設定------------------------------*/
.red {
  color: #E42019;
}

.blue {
  color: #004099;
}

.yellow {
  color: #FEF400;
}

/*------------------------------料金シミュレーション------------------------------*/
body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
body.modal-open .fwh-sec10_pagetop {
  display: none;
}

.price-simulation-btn {
  display: block;
  background: #333;
  color: #f6f6f6;
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  border-radius: 999px;
  box-shadow: 0rem 0.6rem 0.7rem rgba(51, 51, 51, 0.1);
  margin-top: 2rem;
  cursor: pointer;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .price-simulation-btn {
    margin: 0 auto;
    margin-top: 1.8rem;
    width: 50rem;
    height: 7rem;
    line-height: 7rem;
    font-size: 2.4rem;
    box-shadow: 0rem 0.6rem 0.7rem rgba(51, 51, 51, 0.1);
  }
}
.price-simulation-btn::before {
  content: "";
  background: url(../img/top/icon_arrow_2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.5rem;
  height: 1.5rem;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 1rem;
}
@media only screen and (min-width: 769px) {
  .price-simulation-btn::before {
    width: 2.8rem;
    height: 2.8rem;
    right: 2rem;
  }
}

.fwh-sec07_inwrap .price-simulation-btn {
  margin-top: -2rem;
}

.popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.price-simulation-wrapper {
  max-height: 100%;
  width: 100%;
  overflow: auto;
  padding: 4rem 3rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media only screen and (min-width: 769px) {
  .price-simulation-wrapper {
    padding: 6rem 14rem;
  }
}
.price-simulation-wrapper .close-button {
  display: block;
  text-align: center;
  position: absolute;
  top: 2.5rem;
  right: 1.5rem;
  width: 4rem;
  height: 4rem;
  background: #fff;
  cursor: pointer;
  font-size: 2.4rem;
  line-height: 4rem;
  border-radius: 99px;
  z-index: 1001;
}
@media only screen and (min-width: 769px) {
  .price-simulation-wrapper .close-button {
    top: 4rem;
    right: 12rem;
    width: 6rem;
    height: 6rem;
    font-size: 3rem;
    line-height: 6rem;
  }
}
.price-simulation-wrapper .close-button:hover {
  background-color: #f1f1f1;
}

.price-simulation {
  width: 33rem;
  background: #f6f6f6;
  padding: 0 0rem 4rem;
  overflow-y: auto;
  max-height: 2000px;
}
@media only screen and (min-width: 769px) {
  .price-simulation {
    width: 100%;
    padding: 0rem 0rem 7rem;
  }
}
.price-simulation--ttl {
  color: #fff;
  background: #E42019;
  padding: 1rem 0;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  font-size: 1.8rem;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .price-simulation--ttl {
    padding: 2rem;
    font-size: 2.4rem;
  }
}
.price-simulation .selection {
  padding: 0 2rem;
  margin-top: 2rem;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .price-simulation .selection {
    margin-top: 4rem;
    padding: 0 15rem;
  }
}
.price-simulation .selection .selection-ttl {
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (min-width: 769px) {
  .price-simulation .selection .selection-ttl {
    font-size: 2.4rem;
  }
}
.price-simulation .selection .selection-btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}
@media only screen and (min-width: 769px) {
  .price-simulation .selection .selection-btn-wrap {
    margin-top: 2rem;
    gap: 2rem;
    flex-direction: row;
  }
}
.price-simulation .selection .selection-btn-wrap .plan-option {
  width: 100%;
  height: 13rem;
  background: #F5F5F5;
  border: #E0E0E0 solid 0.2rem;
  color: #888888;
  border-radius: 0.8rem;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .price-simulation .selection .selection-btn-wrap .plan-option {
    width: 22rem;
    height: 21.5rem;
  }
}
.price-simulation .selection .selection-btn-wrap .plan-option.selected {
  background: #FAECEC;
  border: #E42019 solid 0.2rem;
  color: #333;
}
.price-simulation .selection .selection-btn-wrap .plan-option .radio {
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  accent-color: #E42019;
  width: 1.6rem;
  height: 1.6rem;
}
@media only screen and (min-width: 769px) {
  .price-simulation .selection .selection-btn-wrap .plan-option .radio {
    left: 1.3rem;
    top: 1rem;
  }
}
.price-simulation .selection .selection-btn-wrap .plan-option label {
  display: block;
  width: 100%;
  height: 13rem;
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  .price-simulation .selection .selection-btn-wrap .plan-option label {
    height: 21.5rem;
  }
}
.price-simulation .selection .selection-btn-wrap .plan-option .sub {
  font-size: 1.2rem;
  margin-top: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .price-simulation .selection .selection-btn-wrap .plan-option .sub {
    margin-top: 2.5rem;
  }
}
.price-simulation .selection .selection-btn-wrap .plan-option .flex-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media only screen and (min-width: 769px) {
  .price-simulation .selection .selection-btn-wrap .plan-option .flex-wrap {
    flex-direction: column;
  }
}
.price-simulation .selection .selection-btn-wrap .plan-option .flex-wrap .device-img {
  width: 12rem;
  padding-top: 1rem;
}
.price-simulation .selection .selection-btn-wrap .plan-option .device {
  font-weight: bold;
}
.price-simulation .selection .selection-btn-wrap .plan-option .device .gb {
  font-weight: normal;
  font-size: 1.1rem;
}
.price-simulation .selection .selection-btn-wrap .plan-option .price {
  font-size: 1.3rem;
  margin-top: -0.5rem;
}
.price-simulation .selection .selection-btn-wrap .plan-option .price .ff_barlow {
  font-size: 2.8rem;
  font-weight: bold;
  color: #E42019;
  line-height: 1.2;
}
.price-simulation .selection .selection-btn-wrap .plan-option .price .tax {
  font-size: 1rem;
}
.price-simulation .selection.selection-option {
  margin-top: 2rem;
}
@media only screen and (min-width: 769px) {
  .price-simulation .selection.selection-option {
    margin-top: 4rem;
  }
}
.price-simulation .selection.selection-option .selection-btn-wrap {
  flex-direction: row;
  gap: 1.8rem;
}
@media only screen and (min-width: 769px) {
  .price-simulation .selection.selection-option .selection-btn-wrap {
    gap: 2rem;
  }
}
.price-simulation .selection.selection-option .selection-btn-wrap .plan-option {
  width: 13.7rem;
  height: 20rem;
  background: #F5F5F5;
  border: #E0E0E0 solid 0.2rem;
  color: #888888;
  border-radius: 0.8rem;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .price-simulation .selection.selection-option .selection-btn-wrap .plan-option {
    flex-direction: row;
    width: 28rem;
    height: 14rem;
    gap: 1rem;
  }
}
.price-simulation .selection.selection-option .selection-btn-wrap .plan-option.selected {
  background: #FAECEC;
  border: #E42019 solid 0.2rem;
  color: #333;
}
.price-simulation .selection.selection-option .selection-btn-wrap .plan-option.selected .option-img {
  position: relative;
}
.price-simulation .selection.selection-option .selection-btn-wrap .plan-option.selected .option-img::before {
  content: "";
  background: url(../img/top/option-01-red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 6rem;
  height: 6.274rem;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}
.price-simulation .selection.selection-option .selection-btn-wrap .plan-option.selected .option-img.option-img-option2 {
  position: relative;
}
.price-simulation .selection.selection-option .selection-btn-wrap .plan-option.selected .option-img.option-img-option2::before {
  content: "";
  background: url(../img/top/option-02-red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 5.5rem;
  height: 5.135rem;
  position: absolute;
  left: 0;
  top: 0;
}
.price-simulation .selection.selection-option .selection-btn-wrap .plan-option .option-checkbox {
  width: 2rem;
  height: 2rem;
  accent-color: #E42019;
  position: absolute;
  top: 1.4rem;
  left: 1.4rem;
  z-index: -1;
}
.price-simulation .selection.selection-option .selection-btn-wrap .plan-option .option-img {
  width: 6rem;
}
@media only screen and (min-width: 769px) {
  .price-simulation .selection.selection-option .selection-btn-wrap .plan-option .option-img {
    margin: 0;
  }
}
.price-simulation .selection.selection-option .selection-btn-wrap .plan-option .option-img.option-img-option2 {
  width: 5.5rem;
}
@media only screen and (min-width: 769px) {
  .price-simulation .selection.selection-option .selection-btn-wrap .plan-option .option-img.option-img-option2 {
    margin-top: 0;
  }
}
.price-simulation .arrow {
  margin: 0 auto;
  width: 2rem;
}
.price-simulation .result {
  margin: 1rem 2rem 0;
  padding: 2rem;
  text-align: center;
  background: #fff;
}
@media only screen and (min-width: 769px) {
  .price-simulation .result {
    margin: 1rem 26rem 0;
    padding: 3rem 6rem;
  }
}
.price-simulation .result .result-ttl {
  font-size: 1.8rem;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .price-simulation .result .result-ttl {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 769px) {
  .price-simulation .result .monthly-price {
    margin-top: 1rem;
  }
}
.price-simulation .result .monthly-price dl {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: #E0E0E0 0.1rem solid;
  padding: 0 1rem;
  color: #888;
}
@media only screen and (min-width: 769px) {
  .price-simulation .result .monthly-price dl {
    padding: 0 2rem;
  }
}
.price-simulation .result .monthly-price dl.monthly-price-total {
  border-bottom: #E0E0E0 0.2rem solid;
  color: #333;
}
.price-simulation .result .monthly-price dl.monthly-price-total dt {
  font-size: 1.6rem;
}
@media only screen and (min-width: 769px) {
  .price-simulation .result .monthly-price dl.monthly-price-total dt {
    font-size: 2rem;
  }
}
.price-simulation .result .monthly-price dl dt {
  width: 50%;
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  .price-simulation .result .monthly-price dl dt {
    font-size: 1.6rem;
  }
}
.price-simulation .result .monthly-price dl dd {
  width: 50%;
  text-align: right;
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  .price-simulation .result .monthly-price dl dd {
    font-size: 1.6rem;
  }
}
.price-simulation .result .monthly-price dl dd .total {
  font-size: 3.2rem;
  color: #E42019;
}
@media only screen and (min-width: 769px) {
  .price-simulation .result .monthly-price dl dd .total {
    font-size: 3.6rem;
  }
}
.price-simulation .result .monthly-price dl dd .tax {
  font-size: 1rem;
}
@media only screen and (min-width: 769px) {
  .price-simulation .result .monthly-price dl dd .tax {
    font-size: 1.2rem;
  }
}
.price-simulation .result .monthly-price .total-detail dl {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  border: none;
}
.price-simulation .result .monthly-price .total-detail dl dt {
  width: 60%;
  font-size: 1.4rem;
  white-space: nowrap;
  text-align: left;
}
@media only screen and (min-width: 769px) {
  .price-simulation .result .monthly-price .total-detail dl dt {
    font-size: 1.6rem;
  }
}
.price-simulation .result .monthly-price .total-detail dl dd {
  width: 40%;
  text-align: right;
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  .price-simulation .result .monthly-price .total-detail dl dd {
    font-size: 1.6rem;
  }
}
.price-simulation .result .monthly-price .total-detail dl dd .total {
  font-size: 4rem;
  color: #E42019;
}
@media only screen and (min-width: 769px) {
  .price-simulation .result .monthly-price .total-detail dl dd .total {
    font-size: 5rem;
  }
}
.price-simulation .result .monthly-price .total-detail dl dd .tax {
  font-size: 1rem;
}
@media only screen and (min-width: 769px) {
  .price-simulation .result .monthly-price .total-detail dl dd .tax {
    font-size: 1.2rem;
  }
}
.price-simulation .result .monthly-price .total-detail dl dd .ff_barlow {
  font-size: 2.5rem;
  line-height: 1;
}
@media only screen and (min-width: 769px) {
  .price-simulation .result .monthly-price .total-detail dl dd .ff_barlow {
    font-size: 3rem;
  }
}
.price-simulation .result .plus {
  margin: 1rem auto;
  width: 2.2rem;
  height: 2.2rem;
}
.price-simulation .result .initial-administrative-fee dl {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
}
@media only screen and (min-width: 769px) {
  .price-simulation .result .initial-administrative-fee dl {
    padding: 0 3rem;
  }
}
.price-simulation .result .initial-administrative-fee dl dt {
  width: 50%;
  font-size: 1.4rem;
}
.price-simulation .result .initial-administrative-fee dl dd {
  width: 50%;
  text-align: right;
  font-size: 1.4rem;
  font-weight: bold;
}
.price-simulation .result .initial-administrative-fee dl dd .total {
  font-size: 4rem;
  color: #E42019;
}
.price-simulation .result .initial-administrative-fee dl dd .tax {
  font-size: 1rem;
}
.price-simulation .result .initial-administrative-fee dl dd .ff_barlow {
  font-size: 2.5rem;
}
@media only screen and (min-width: 769px) {
  .price-simulation .result .initial-administrative-fee dl dd .ff_barlow {
    font-size: 3rem;
  }
}
.price-simulation .result .initial-administrative-fee dl.initial-administrative-fee-total dt {
  font-size: 1.6rem;
}
@media only screen and (min-width: 769px) {
  .price-simulation .result .initial-administrative-fee dl.initial-administrative-fee-total dt {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 769px) {
  .price-simulation .result .initial-administrative-fee dl.initial-administrative-fee-total dd {
    font-size: 2rem;
  }
}
.price-simulation .result .initial-administrative-fee dl.initial-administrative-fee-total dd .ff_barlow {
  font-size: 4rem;
  color: #E42019;
}
@media only screen and (min-width: 769px) {
  .price-simulation .result .initial-administrative-fee dl.initial-administrative-fee-total dd .ff_barlow {
    font-size: 3.6rem;
  }
}
.price-simulation .toggle_wrap {
  margin-top: 3rem;
  padding: 0 2rem;
}
@media only screen and (min-width: 769px) {
  .price-simulation .toggle_wrap {
    margin-top: 4rem;
    padding: 0 22rem;
  }
}
.price-simulation .toggle_wrap .fwh-toggle_btn {
  background: #333;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 4rem;
  height: 4rem;
}
.price-simulation .toggle_wrap .fwh-toggle_btn .cross {
  width: 2rem;
  height: 2rem;
}
.price-simulation .toggle_wrap .fwh-toggle_panel {
  padding: 3rem 2rem;
  border: 1px solid #333;
  background: #fff;
}
@media only screen and (min-width: 769px) {
  .price-simulation .toggle_wrap .fwh-toggle_panel {
    padding: 4rem 10rem;
  }
}
.price-simulation .fwh-cta_btn {
  margin-top: 3rem;
}
@media only screen and (min-width: 769px) {
  .price-simulation .fwh-cta_btn {
    margin-top: 4rem;
  }
}

.toggle_panel picture {
  display: none;
}

/*------------------------------よくある質問------------------------------*/
.fwh-sec10 .qa-more {
  text-align: right;
  margin-right: 2rem;
  position: relative;
  transition: all 0.5s;
  font-size: 1.6rem;
}
.fwh-sec10 .qa-more::before {
  content: "";
  background: url(../img/top/icon_arrow_1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: -2rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.fwh-sec10 .qa-more:hover::before {
  transform: translate(0.5rem, -50%);
}

/* sky SIM */
.to_skysim {
  margin-top: 6rem;
}
.to_skysim p {
  text-align: center;
  margin-bottom: 0.8em;
  font-weight: 600;
  font-size: 120%;
}
@media only screen and (min-width: 769px) {
  .to_skysim p {
    margin-bottom: 0.5em;
  }
}
.to_skysim p span {
  line-height: 1.4;
  display: inline-block;
  position: relative;
  padding: 0 2.6em;
}
@media only screen and (min-width: 769px) {
  .to_skysim p span {
    padding: 0 1.2em;
  }
}
.to_skysim p span::before, .to_skysim p span::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: #333;
  height: 2px;
  width: 2.6em;
}
@media only screen and (min-width: 769px) {
  .to_skysim p span::before, .to_skysim p span::after {
    width: 1em;
  }
}
.to_skysim p span::before {
  left: 0;
  -webkit-transform: rotate(70deg);
  transform: rotate(70deg);
}
.to_skysim p span::after {
  right: 0;
  -webkit-transform: rotate(-70deg);
  transform: rotate(-70deg);
}
.to_skysim a {
  transition: all 0.4s;
}
.to_skysim a:hover {
  opacity: 0.7;
}/*# sourceMappingURL=style_scss.css.map */