@charset "UTF-8";
main {
  display: block;
  width: 100%;
  position: relative;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  color: #1E1E1E;
}

time {
  display: inline-block;
}

section {
  position: relative;
}
section:last-of-type {
  margin-bottom: 0;
}


#wrapper:has(.mv-top) {
  padding-top: 0 !important;
}

.js-accordion-head {
  cursor: pointer;
}
.js-accordion-body {
  display: none;
}
.js-modal.scroll {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.js-modal.scroll::-webkit-scrollbar {
  display: none;
}


.table {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #323232;
  max-width: 670px;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 1.5;
  position: relative;
}
.table.full {
  max-width: none;
}
.table.spec table thead tr th {
  vertical-align: middle;
}
.table.spec table tbody tr th {
  vertical-align: middle;
}
.table.spec table tbody tr td {
  text-align: left;
}
.table.row table tbody tr th {
  vertical-align: middle;
}
.table.row table tbody tr td {
  text-align: left;
}
.table.invert table thead tr th:nth-of-type(n+2) {
  background-color: #EBEBEB;
  color: #323232;
  border-color: #323232;
}
.table.invert table tbody tr th {
  background-color: #323232;
  color: #fff;
  border-color: #fff;
}
.table table {
  table-layout: fixed;
}
.table table:not(:has(thead)) tbody tr:first-of-type th, .table table:not(:has(thead)) tbody tr:first-of-type td {
  border-top: none;
}
.table table thead tr th {
  background-color: #323232;
  border-right: solid 1px #EBEBEB;
  color: #fff;
  font-weight: 300;
  padding: 16px;
  word-break: break-all;
}
.table table thead tr th:last-of-type {
  border-right: none;
}
.table table tbody tr:not(:has(td)) th:last-of-type {
  border-right: none;
}
.table table tbody tr th {
  border-top: 1px solid #323232;
  background-color: #D7D7D7;
  border-right: solid 1px #323232;
  font-weight: 300;
  padding: 16px;
  vertical-align: middle;
  word-break: break-all;
}
.table table tbody tr td {
  border-top: 1px solid #323232;
  background-color: #fff;
  border-right: solid 1px #323232;
  padding: 16px;
  text-align: center;
  vertical-align: middle;
  word-break: break-all;
}
.table table tbody tr td:last-of-type {
  border-right: none;
}

.table-service {
  position: relative;
  max-width: 710px;
  width: 100%;
  margin: 16px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.table-service > li {
  width: calc(50% - 4px);
  background-color: #fff;
  border-radius: 6px;
  height: 64px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  position: relative;
  line-height: 1.5;
}
.table-service > li.netflix {
  width: 100%;
}
.table-service > li > p > span {
  font-size: 2rem;
}
.table-service > li > sup {
  position: absolute;
  top: 4px;
  right: 8px;
  font-size: 1.2rem;
}

.table-cost {
  position: relative;
  max-width: 710px;
  width: 100%;
  margin: 16px auto 0;
  display: flex;
  gap: 8px;
}
.table-cost > li {
  padding: 16px 0;
  width: 100%;
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.table-cost > li .text-attention {
  margin-top: 8px;
}
.table-cost > li > sup {
  position: absolute;
  top: 4px;
  right: 8px;
  font-size: 1.2rem;
}
.table-cost-title > span {
  font-size: 2rem;
}

.table-spec {
  max-width: 1024px;
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 16px 0;
  margin-inline: auto;
}
.table-spec-inner {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #323232;
  position: relative;
  display: flex;
}
.table-spec-head {
  position: relative;
  padding: 20px 24px 24px;
  background-color: #323232;
  width: 44%;
  font-size: 1.6rem;
  color: #fff;
}
.table-spec-body {
  width: 56%;
  padding: 24px;
  background-color: #fff;
  position: relative;
}
.table-spec-tips {
  width: 24px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 24px;
  right: 16px;
  background-image: url(/home/service/simple/share/img/icon-modal-primary.svg);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.table-single {
  position: relative;
}
.table-single-head {
  border-radius: 6px 6px 0 0;
  font-size: 2.2rem;
  font-weight: normal;
  background-color: #323232;
  color: #fff;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  text-align: center;
}
.table-single-body {
  background-color: #fff;
  border-radius: 0 0 6px 6px;
  padding: 32px 48px;
}

.tab-head {
  position: relative;
  z-index: 10;
  display: flex;
  gap: 0 4px;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  align-items: flex-end;
  padding: 0 4px;
}
.tab-head.gr > li {
  background-color: #fff;
  border: 1px solid #323232;
  border-bottom: none;
}
.tab-head.gr > li.on {
  color: #323232;
  background-color: #EBEBEB;
  background-image: url(/home/service/simple/share/img/arrow-anchor-primary.svg);
  border: none;
}
.tab-head > li {
  cursor: pointer;
  border-radius: 6px 6px 0 0;
  width: 100%;
  background-color: #FDF399;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.5;
  background-image: url(/home/service/simple/share/img/arrow-anchor-primary.svg);
  background-repeat: no-repeat;
  background-position: center bottom 2px;
}
.tab-head > li.on {
  background-color: #FFE100;
  height: 80px;
}

.tag {
  padding: 4px 8px;
  border-radius: 3px;
  font-size: 1.2rem;
  line-height: 1;
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: #323232;
}
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}


.btn.cta::after {
  border-radius: 100px;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: 0.3s;
  border: 1px solid #EB0731;
  pointer-events: none;
}
/*.btn.cta::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: 0.3s;
}*/
.btn > a[target=_blank] {
  background-image: url(/share/img/icon-blank-wh.svg);
}
.btn > a > * {
  position: relative;
  line-height: 1.3;
}
.btn.medium > a {
  width: 200px;
  min-height: 56px;
}
.btn.small > a {
  font-size: 1.4rem;
  width: 284px;
  min-height: 40px;
  margin: 0 auto;
}
.btn.primary::before {
  display: none;
}
.btn.primary > a {
  background-color: #323232;
  min-width: 300px;
}
.btn.outline {
  background: none;
  border: 1px solid #323232;
}
.btn.outline::before {
  display: none;
}
.btn.outline > a {
  background-color: #fff;
  color: #323232;
  background-image: url(/home/service/simple/share/img/arrow-link-primary.svg);
}
.btn.outline > a[target=_blank] {
  background-image: url(/share/img/icon-blank-gy.svg);
}
.btn.chat > a::before {
  content: "";
  display: block;
  width: 24px;
  height: 17px;
  position: absolute;
  top: 0;
  left: 24px;
  bottom: 0;
  margin: auto 0;
  background-image: url(/home/service/simple/share/img/icon-chat.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
}
.btn.chat.outline > a::before {
  background-image: url(/home/service/simple/share/img/icon-chat-primary.svg);
}
.btn.mypage > a::before {
  content: "";
  display: block;
  width: 18px;
  height: 21px;
  position: absolute;
  top: 0;
  left: 24px;
  bottom: 0;
  margin: auto 0;
  background-image: url(/home/service/simple/share/img/icon-mypage.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
}
.btn.mypage.outline > a::before {
  background-image: url(/share/img/icon-blank-gy.svg);
}
.btn.pdf > a {
  background-image: url(/home/service/simple/share/img/icon-pdf.svg) !important;
  background-position: 16px center !important;
  background-size: 16px;
}
.btn.anchor > a {
  background-image: url(/home/service/simple/share/img/arrow-anchor.svg) !important;
}

.btn-faq {
  display: flex;
  max-width: 600px;
  width: 100%;
  min-height: 62px;
  display: flex;
  align-items: center;
  border: 1px solid #323232;
  border-radius: 100px;
  text-decoration: none;
  padding: 8px 56px;
  position: relative;
  line-height: 1.3;
  background-color: #fff;
  letter-spacing: 0;
  background-image: url(/share/img/icon-blank-gy.svg);
  background-repeat: no-repeat;
  background-position: right 24px center;
  transition: 0.3s;
}
.btn-faq::before {
  content: "Q";
  position: absolute;
  left: 24px;
  font-size: 2.6rem;
  top: 50%;
  translate: 0 -50%;
  font-weight: normal;
}

.card-mypage {
  flex-shrink: 0;
  background-color: #323232;
  width: 350px;
  padding: 24px 0 32px;
  text-align: center;
  border-radius: 6px;
  color: #fff;
}
.card-mypage-title {
  line-height: 1.6;
  font-size: 2rem;
}
.card-mypage .btn {
  margin: 16px auto 0;
}
.card-mypage-notice {
  margin-top: 16px;
  text-align: center;
}
.card-plan {
  width: 400px;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.card-plan-head {
  flex-shrink: 0;
  background-color: #323232;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.3;
  min-height: 75px;
  display: flex;
  padding: 16px 0;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}
.card-plan-body {
  height: 100%;
  padding: 24px 32px;
  background-color: #fff;
}
.card-plan-list {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  margin-top: 24px;
  position: relative;
}
.card-plan-list > li {
  display: flex;
  align-items: baseline;
  position: relative;
}
.card-plan-year {
  border-top: 1px solid #323232;
  border-bottom: 1px solid #323232;
  width: 90px;
  flex-shrink: 0;
  line-height: 1;
  padding: 4px 0;
  text-align: center;
  font-weight: normal;
}
.card-plan-price {
  width: 100%;
  text-align: right;
  font-size: 4rem;
  line-height: 1;
  position: relative;
  letter-spacing: 0;
}
.card-plan-price:has(.card-plan-price-pickup) {
  left: 4px;
  bottom: -3px;
}
.card-plan-price-pickup {
  display: inline-block;
  line-height: 1;
  font-size: 8.4rem;
  color: #EB0731;
}
.card-plan-yen {
  margin-left: 8px;
  flex-shrink: 0;
  font-size: 2.2rem;
  line-height: 1;
}
.card-plan-attention {
  position: absolute;
  right: 0;
  bottom: 1.8lh;
  font-size: 1.2rem;
  line-height: 1.3;
}
.card-speed {
  width: 400px;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.card-speed-head {
  flex-shrink: 0;
  background-color: #323232;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.3;
  height: 70px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}
.card-speed-body {
  height: 100%;
  padding: 24px;
  background-color: #fff;
}
.card-speed-list {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  position: relative;
}
.card-speed-list > li {
  display: flex;
  align-items: baseline;
  position: relative;
  gap: 0 16px;
  justify-content: center;
}
.card-speed-dir {
  border-top: 1px solid #323232;
  border-bottom: 1px solid #323232;
  width: 84px;
  flex-shrink: 0;
  line-height: 1;
  padding: 4px 0;
  text-align: center;
  font-weight: normal;
}
.card-speed-num {
  font-size: 8.4rem;
  letter-spacing: 0;
  line-height: 1;
  color: #EB0731;
}
.card-speed-bps {
  font-size: 2.6rem;
}
.card-review {
  width: 340px;
  background-color: #fff;
  border-radius: 6px;
  padding: 24px;
  display: flex;
  flex-direction: column;
}
.card-review-info {
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-review-info-star {
  display: flex;
}
.card-review-info-star > span {
  font-size: 2.2rem;
  font-weight: normal;
  color: #EBEBEB;
}
.card-review-info-star.star1 > span:nth-of-type(-n+1) {
  color: #FFE100;
}
.card-review-info-star.star2 > span:nth-of-type(-n+2) {
  color: #FFE100;
}
.card-review-info-star.star3 > span:nth-of-type(-n+3) {
  color: #FFE100;
}
.card-review-info-star.star4 > span:nth-of-type(-n+4) {
  color: #FFE100;
}
.card-review-info-star.star5 > span {
  color: #FFE100;
}
.card-review-info-date {
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0;
}
.card-review-title {
  margin-top: 24px;
  font-size: 1.6rem;
  font-weight: normal;
  margin-top: 16px;
}
.card-review-text {
  margin: 16px 0 auto;
}
.card-review-name {
  text-align: right;
  margin-top: 16px;
  font-size: 1.2rem;
  font-weight: normal;
}
.card-support {
  border-radius: 6px;
  background-color: #EBEBEB;
  width: 224px;
  padding: 24px 0;
  position: relative;
  display: flex;
  flex-direction: column;
}
.card-support-title {
  text-align: center;
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: normal;
}
.card-support-pic {
  margin-top: 16px;
  text-align: center;
  margin-bottom: auto;
}
.card-support-text {
  margin-top: 16px;
  line-height: 1.5;
  text-align: center;
  height: 2lh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
}
.card-support-menu {
  padding: 24px 0;
  width: 400px;
  border-radius: 6px;
  background-color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  overflow-x: clip;
}
.card-support-menu-inner {
  display: flex;
  justify-content: center;
  gap: 0 24px;
}
.card-support-menu-inner > li {
  width: 90px;
}
.card-support-menu-inner > li .card-support-menu-text {
  white-space: nowrap;
  margin-inline: -100%;
  line-height: 1.3;
}
.card-support-menu-icon {
  margin-top: 8px;
  aspect-ratio: 1/1;
  width: 90px;
  background-color: #EBEBEB;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-support-menu-pic {
  max-width: 330px;
  margin: 24px auto 12px;
}
.card-support-menu-text {
  text-align: center;
  margin-top: 8px;
}
.card-line {
  width: 400px;
  position: relative;
  border-radius: 6px;
  background-color: #fff;
  padding: 16px 32px 16px;
  text-align: center;
}
.card-line-title {
  font-size: 1.6rem;
  margin-bottom: 8px;
}
.card-line-pic {
  margin-top: 24px;
}
.card-line-text {
  margin-top: 8px;
}
.card-reason-line {
  width: 400px;
  position: relative;
  border-radius: 6px;
  background-color: #fff;
  padding: 16px 32px 16px;
  text-align: center;
}
.card-reason-line-title {
  font-size: 1.6rem;
  margin-bottom: 8px;
}
.card-reason-line-pic {
  margin-top: 24px;
}
.card-reason-line-text {
  margin-top: 8px;
}
.card-reason-provider {
  width: 390px;
  position: relative;
  border-radius: 6px;
  background-color: #fff;
  padding: 32px;
  text-align: center;
}
.card-reason-provider-pic {
  max-width: 330px;
  margin: 0 auto 24px;
}
.card-compare {
  width: 400px;
  position: relative;
  text-align: center;
  background-color: #EBEBEB;
  border-radius: 6px;
  padding: 24px 0 32px;
}
.card-compare-title {
  font-size: 1.8rem;
  font-weight: normal;
}
.card-compare-pic {
  margin-top: 8px;
}
.card-netflix {
  border-radius: 6px;
  border: 1px solid #323232;
  background-color: #fff;
  width: 340px;
  position: relative;
  padding: 24px;
  display: flex;
  flex-direction: column;
}
.card-netflix-title {
  font-size: 1.6rem;
  font-weight: normal;
  margin-top: 16px;
}
.card-netflix-text {
  margin-top: 8px;
  margin-bottom: auto;
}
.card-netflix-link {
  margin-top: 16px;
}
.card-clickable {
  display: flex;
  max-width: 350px;
  width: 100%;
  flex-direction: column;
  padding: 24px;
  border-radius: 6px;
  background-color: #fff;
  text-decoration: none;
  position: relative;
}
.card-clickable[target=_blank] > p::before {
  background-image: url(/home/service/simple/share/img/icon-blank.svg);
  background-size: 10px;
}
.card-clickable > img {
  flex-shrink: 0;
  margin-bottom: 24px;
}
.card-clickable > p {
  height: 100%;
  position: relative;
  padding-right: 32px;
  font-size: 1.4rem;
}
.card-clickable > p::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 24px;
  background-color: #323232;
  position: absolute;
  top: 50%;
  right: 0;
  border-radius: 100%;
  translate: 0 -50%;
  transition: 0.3s;
  background-image: url(/home/service/simple/share/img/arrow-link.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.card-maya {
  border-radius: 6px;
  text-align: center;
  background-color: #fff;
  border: solid #8b8b8b 1px;
  padding: 34px 92px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.card-maya p {
    font-size: 2.2rem;
    height: 15rem;
}
.card-maya p span.num {
    font-size: 6.8rem;
    line-height: 1.3;
}
.card-maya p span.monthly{
  line-height: 1;
  font-size: 3.8rem;
}
.card-maya p span.free{
  line-height: 1;
  font-size: 5.4rem;
}
.card-maya p.note {
  font-size: 1.6rem;
    height: 3rem;
}

.cv-line-head {
  pointer-events: none;
  position: relative;
  overflow: hidden;
  margin-bottom: -20px;
}
.cv-line-head::after {
  content: "";
  display: block;
  width: 1920px;
  height: 196px;
  left: 50%;
  translate: -50%;
  position: relative;
  background-image: url(/home/service/simple/share/img/cv-line-head-l.png), url(/home/service/simple/share/img/cv-line-head-r.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 614px, 438px;
  background-position: 214px top, right 137px bottom 14px;
}

.cv-line-head-03 {
  pointer-events: none;
  position: relative;
  overflow: hidden;
    margin-top: -10%;
  margin-bottom: -20px;
}
.cv-line-head-03::after {
  content: "";
  display: block;
  width: 1920px;
  height: 196px;
  left: 50%;
  translate: -50%;
  position: relative;
  background-image: url(/home/service/simple/share/img/cv-line-head-l.png), url(/home/service/simple/share/img/cv-line-head-r.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 614px, 438px;
  background-position: 214px top, right 137px bottom 14px;
}
.cv-line-head-03.gr {
    background-color: #ebebeb;
}
.cv-line-foot {
  pointer-events: none;
  position: relative;
  overflow: hidden;
  margin-top: -40px;
}
.cv-line-foot::after {
  content: "";
  display: block;
  width: 1920px;
  height: 255px;
  left: 50%;
  translate: -50%;
  position: relative;
  background-image: url(/home/service/simple/share/img/cv-line-foot-l.png), url(/home/service/simple/share/img/cv-line-foot-r.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 590px, 1145px;
  background-position: left bottom 25px, right top;
}
.cv-line-foot-03 {
  pointer-events: none;
  position: relative;
  overflow: hidden;
  margin-top: -40px;
}
.cv-line-foot-03::after {
  content: "";
  display: block;
  width: 1920px;
  height: 255px;
  left: 50%;
  translate: -50%;
  position: relative;
  background-image: url(/home/service/simple/share/img/cv-line-foot-l.png), url(/home/service/simple/share/img/cv-line-foot-r.png);
  background-repeat: no-repeat, no-repeat;
  background-size: 590px, 1145px;
  background-position: left bottom 25px, right top;
}

.cv-line-cover {
  z-index: 5;
  margin: -9.0277777778% 0 calc(-9.0277777778% - 60px) !important;
}
.cv-line-cover-head {
  z-index: 5;
  margin-top: -9.0277777778% !important;
}
.cv-line-cover-foot {
  z-index: 5;
  margin-bottom: calc(-9.0277777778% - 60px) !important;
}
.cv-apply {
  position: relative;
}
.cv-apply-copy {
  text-align: center;
  font-size: 2rem;
}
.cv-apply-title {
  text-align: center;
  font-size: 5rem;
  font-weight: normal;
  line-height: 1.3;
}
.cv-apply-title .eo {
  line-height: 1;
}
.cv-apply-text {
  text-align: center;
  font-size: 2rem;
  margin-top: 16px;
  margin-bottom: 40px;
}
.cv-advice {
  position: relative;
}
.cv-advice.foot {
  z-index: 10;
  margin-top: 120px;
  margin-bottom: -15px;
}
.cv-test {
  position: relative;
}
.cv-test.foot {
  z-index: 10;
  margin-top: 120px;
  margin-bottom: -15px;
}
.cv-apply-03 {
  position: relative;
}
.cv-apply-03.foot {
  z-index: 10;
  margin-top: 0;
  margin-bottom: 80px;
}
.cv-app {
  max-width: 440px;
  margin: 80px auto 0;
  position: relative;
  border-radius: 6px;
  background-color: #fff;
  padding: 24px 40px 32px;
  overflow-x: clip;
}
.cv-app-inner {
  position: relative;
}
.cv-app-list {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 0 56px;
}
.cv-app-list > li {
  text-align: center;
  width: 120px;
}
.cv-app-list > li .text-caption {
  white-space: nowrap;
  margin: 0 -100%;
}
.cv-app-btn {
  width: 120px;
  display: block;
  margin: 16px auto 0;
}
.cv-app-qr {
  width: 70px;
  display: block;
  margin: 16px auto 0;
}

@-webkit-keyframes text-link-underline {
  0% {
    background-size: 0% 0.5px;
  }
  100% {
    background-size: 100% 0.9px;
  }
}

@keyframes text-link-underline {
  0% {
    background-size: 0% 0.5px;
  }
  100% {
    background-size: 100% 0.9px;
  }
}
@-webkit-keyframes text-link-underline-ff {
  0% {
    background-size: 0% 1px;
  }
  100% {
    background-size: 100% 1px;
  }
}
@keyframes text-link-underline-ff {
  0% {
    background-size: 0% 1px;
  }
  100% {
    background-size: 100% 1px;
  }
}


.important_news > a,
.text-link {
  text-decoration: none;
  padding-bottom: 0.2em;
}
.important_news > a:not(:has(> span)),
.text-link:not(:has(> span)) {
  text-decoration: none;
  transition: none;
}
@-moz-document url-prefix() {
  .important_news > a:not(:has(> span)),
.text-link:not(:has(> span)) {
    background-size: 100% 1px;
  }
}
.important_news > a:not(:has(> span)).color-white,
.text-link:not(:has(> span)).color-white {
  background-image: linear-gradient(90deg, #fff, #fff);
}
.important_news > a:not(:has(> span)).color-important,
.text-link:not(:has(> span)).color-important {
  background-image: linear-gradient(90deg, #EB0731, #EB0731);
}
.important_news > a:has(> span),
.text-link:has(> span) {
  background-repeat: no-repeat;
  background-position: right center;
}
/*.important_news > a:has(> span) > span,
.text-link:has(> span) > span {
  background-image: linear-gradient(90deg, #323232, #323232);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 0.9px;
  text-decoration: none;
  transition: none;
  padding-bottom: 0.2em;
}*/
@-moz-document url-prefix() {
  .important_news > a:has(> span) > span,
.text-link:has(> span) > span {
    background-size: 100% 1px;
  }
}
.important_news > a:has(> span).color-white[target=_blank],
.text-link:has(> span).color-white[target=_blank] {
  background-image: url(/share/img/icon-blank-wh.svg);
}
.important_news > a:has(> span).color-white > span,
.text-link:has(> span).color-white > span {
  background-image: linear-gradient(90deg, #fff, #fff);
}
.important_news > a:has(> span).color-important > span,
.text-link:has(> span).color-important > span {
  background-image: linear-gradient(90deg, #EB0731, #EB0731);
}
.important_news > a:has(> span)[target=_blank],
.text-link:has(> span)[target=_blank] {
  background-image: url(/share/img/icon-blank-gy.svg);
  padding-right: 18px;
  margin-right: 0.3em;
}
.important_news > a:hover:has(> span)[target=_blank],
.text-link:hover:has(> span)[target=_blank] {
  background-image: url(/share/img/icon-blank-or.svg);
}
.important_news > a:has(> span)[target=_blank] span:after,
.text-link:has(> span)[target=_blank] span:after {
  background-image: none;
  margin-left: 0;
  width: 0;
}
.important_news > a:has(> span)[href$=".pdf"],
.text-link:has(> span)[href$=".pdf"] {
  width: 14px;
  height: 14px;
  margin-left: 4px;
  background-image: url(/share/img/icon-pdf-gy.svg);
}
.important_news > a:has(> span)[href$=".pdf"]:hover,
.text-link:has(> span)[href$=".pdf"]:hover {
  background-image: url(/share/img/icon-pdf-or.svg);
}
.important_news > a:has(> span)[href$=".pdf"] span:after,
.text-link:has(> span)[href$=".pdf"] span:after {
  background-image: none;
  margin-left: 0;
  width: 0;
}
.text-attention {
  margin-top: 16px;
}
.text-attention > li:nth-of-type(n+2) {
  margin-top: 4px;
}

.text-list {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px 0;
}
.text-list > li {
  position: relative;
}
.text-list.point > li {
  padding-left: 16px;
}
.text-list > li:nth-of-type(n+2) {
    margin-top: 0;
}
.text-list.point > li::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 8px;
  border-radius: 100%;
  background-color: #323232;
  position: absolute;
  top: 10px;
  left: 0;
}

.text-notice {
  position: relative;
  font-size: 1.4rem;
  padding-left: 24px;
  font-weight: 400;
}
.text-notice::before {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 1/1;
  background-image: url(/home/service/simple/share/img/icon-notice.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 4px;
  left: 0;
}

.text-copy {
  font-size: 2rem;
}

.text-lead {
  margin-top: 32px;
  font-size: 1.6rem;
  text-align: center;
}

.text-caption {
  font-size: 1.4rem;
}
.text-balloon {
  font-size: 1.3rem;
  text-align: center;
  position: relative;
  max-width: 280px;
  margin: 0 auto;
  font-weight: normal;
  width: 100%;
}
.text-balloon.outline {
  border: 1px solid #323232;
}
.text-balloon.outline::before {
  background-image: url(/home/service/simple/share/img/arrow-balloon-outline.svg);
}
.text-balloon.up::before {
  bottom: auto;
  top: -15px;
  rotate: 180deg;
}
.text-balloon-inner {
  padding: 4px 8px;
  position: relative;
  background-color: #fff;
  z-index: 5;
}
.text-balloon::before {
  content: "";
  display: block;
  width: 24px;
  height: 32px;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: url(/home/service/simple/share/img/arrow-balloon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.text-pickup {
  text-align: center;
  font-size: 1.6rem;
  font-weight: normal;
  background-color: #fff;
  border: 1px solid #323232;
  border-radius: 6px;
  margin-inline: auto;
  padding: 8px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.title-h2-cap {
  padding-bottom: 32px;
  margin-bottom: 24px;
  position: relative;
  letter-spacing: 0;
}
.title-h2-cap::after {
  content: "";
  display: block;
  width: 22px;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  background-color: #FFE100;
}
.title-h2-text .eo {
  font-weight: 500;
}
.title-h2.wh .title-h2-cap::after {
  background-color: #fff;
}
.title-h2.top .title-h2-text {
  font-size: 5.6rem;
}
.title-h3 {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 300;
  line-height: 1.5;
}
.title-h3-left {
  font-size: 2.4rem;
  text-align: left;
  font-weight: 300;
  line-height: 1.5;
}
.title-h4 {
  font-size: 2rem;
  text-align: center;
  font-weight: 300;
}
.title-h5 {
  font-size: 1.6rem;
  font-weight: 400;
}

.section {
  position: relative;
}
.section-inner {
  position: relative;
  padding: 0 20px;
}
.section-head {
  position: relative;
  aspect-ratio: 1440/264;
  margin-bottom: -0.6px;
  z-index: -1;
}
.section-head::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background-color: #FFE100;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.section-head.gr::after {
  background-color: #EBEBEB;
}
.section-head.wh::after {
  background-color: #fff;
}
.section-foot {
  position: relative;
  aspect-ratio: 1440/264;
  margin-top: -0.6px;
  z-index: -1;
}
.section-foot::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background-color: #FFE100;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.section-foot.gr::after {
  background-color: #EBEBEB;
}
.section-foot.wh::after {
  background-color: #fff;
}

.color-primary-rd {
  color: #E31A00 !important;
}
.bg-primary-rd {
  background-color: #E31A00 !important;
}
.bg-transparent {
  background-color: transparent !important;
}

.color-primary-or {
  color: #FCA733 !important;
}
.bg-primary-or {
  background-color: #FCA733 !important;
}
.bg-transparent {
  background-color: transparent !important;
}

.color-secondary-yl {
  color: #FFE100 !important;
}
.bg-secondary-yl {
  background-color: #FFE100 !important;
}
.bg-transparent {
  background-color: transparent !important;
}

.color-secondary-gr {
  color: #EBEBEB !important;
}
.bg-secondary-gr {
  background-color: #EBEBEB !important;
}
.bg-transparent {
  background-color: transparent !important;
}

.color-secondary-wh {
  color: #D7D7D7 !important;
}
.bg-secondary-wh {
  background-color: #D7D7D7 !important;
}
.bg-transparent {
  background-color: transparent !important;
}

.color-text {
  color: #323232 !important;
}
.bg-text {
  background-color: #323232 !important;
}
.bg-transparent {
  background-color: transparent !important;
}

.color-important {
  color: #EB0731 !important;
}
.bg-important {
  background-color: #EB0731 !important;
}
.bg-transparent {
  background-color: transparent !important;
}

.color-white {
  color: #fff !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}

.color-border {
  color: #707070 !important;
}
.bg-border {
  background-color: #707070 !important;
}
.bg-transparent {
  background-color: transparent !important;
}

.color-sub {
  color: #0095A1 !important;
}

.bg-simpleplan {
  background-color: #FFE0E6;
  padding: 40px 0 80px 0;
}
.bg-black {
  background-color: #323232333;
}
.bg-yellow {
  background-color: #ffe100;
}
.cv-apply-03-head.gr-ye {
  background-color: #EBEBEB;
}
.breadcrumb {
  position: relative;
  padding: 16px 20px;
  background-color: #EBEBEB;
}
.breadcrumb > ul {
  position: relative;
  width: 100%;
  max-width: 1080px;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  margin-inline: auto;
}
.breadcrumb > ul > li {
  line-height: 1.5;
}
.breadcrumb > ul > li::after {
  content: "/";
  margin-left: 0.5em;
}
.breadcrumb > ul > li:last-of-type::after {
  display: none;
}
.breadcrumb > ul > li > a {
  text-decoration: none;
}

.list-center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}
.list-center > li > * {
  height: 100%;
}
.list-support {
  display: flex;
  gap: 0 16px;
  justify-content: center;
  margin: 32px auto 0;
}
.list-feature {
  max-width: 800px;
  margin: 48px auto 0;
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px 0;
  overflow-x: clip;
}
.list-feature > li {
  width: 50%;
}
.list-feature > li > p {
  font-size: 2rem;
  line-height: 1.3;
  position: relative;
  padding-left: 24px;
}
.list-feature > li > p::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #FFE100;
  position: absolute;
  top: 6px;
  left: 0;
}
.list-num {
  counter-reset: cnt;
}
.list-num > li {
  font-size: 1.6rem;
  position: relative;
  padding-left: 2em;
}
.list-num > li::before {
  counter-increment: cnt;
  content: "0" counter(cnt) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.list-num > li:nth-of-type(n+2) {
  margin-top: 8px;
}
.list-point {
  display: flex;
  flex-direction: column;
  gap: 32px 0;
}
.list-point > li {
  position: relative;
  padding-left: 32px;
}
.list-point > li::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 16px;
  border-radius: 100%;
  background-color: #FFE100;
  position: absolute;
  top: 10px;
  left: 0;
}
.list-point-title {
  font-size: 2rem;
}
.list-point-title + * {
  margin-top: 8px;
}
.list-color {
  display: flex;
  justify-content: center;
  gap: 0 24px;
}
.list-color > li > span {
  display: inline-block;
  aspect-ratio: 1;
  width: 16px;
  background-color: #f00;
  margin-right: 4px;
  position: relative;
  top: 2px;
}

.cp-app-kv {
  position: relative;
  margin: 32px auto 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow-x: clip;
}
.cp-app-kv-pic {
  width: 210px;
  position: relative;
  z-index: 5;
}
.cp-app-kv-detail {
  position: relative;
  margin-left: -4px;
  text-align: center;
  margin-top: 48px;
}
.cp-app-kv-detail-inner {
  position: relative;
}
.cp-app-kv-detail-box {
  padding: 32px;
  background-color: #fff;
  margin-bottom: 16px;
}
.cp-app-kv-detail-box-inner {
  position: relative;
}
.cp-app-kv-detail-title {
  margin-top: 8px;
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: normal;
}
.cp-app-kv-detail-copy {
  margin-top: 8px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  font-weight: normal;
}
.cp-app-kv-detail-price {
  font-size: 2rem;
  line-height: 1;
  margin-top: 8px;
}
.cp-app-kv-detail-price > span {
  font-size: 10rem;
  color: #EB0731;
  letter-spacing: 0;
}
.cp-app-flow {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 0 40px;
}
.cp-app-flow-step {
  width: 340px;
}
.cp-app-flow-step-pic {
  display: flex;
  margin-bottom: 8px;
}
.cp-app-flow-step-pic .icon-step {
  flex-shrink: 0;
}
.cp-app-flow-step-pic > img {
  margin-left: -16px;
  position: relative;
  width: 270px;
}

.icon-step {
  font-size: 1.5rem;
  font-weight: normal;
  display: flex;
  width: 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #323232;
  border-radius: 100%;
  position: relative;
  letter-spacing: 0;
}

.contents-width {
  margin-inline: auto;
  position: relative;
  max-width: 1440px;
}
.contents-width.large {
  max-width: 1080px;
}
.contents-width.medium {
  max-width: 1024px;
}
.contents-width.small {
  max-width: 600px;
}
.contents-width.tiny {
  max-width: 400px;
}
.contents-width.fit {
  max-width: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.mv-top {
  height: 900px;
  position: relative;
  overflow: hidden;
  background-color: #EBEBEB;
}
.mv-top-anm {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.mv-top-anm-pc, .mv-top-anm-tb, .mv-top-anm-sp {
  position: relative;
  display: none;
  width: 100%;
  height: 100%;
}
.mv-top-anm-pc > *, .mv-top-anm-tb > *, .mv-top-anm-sp > * {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mv-top-anm-pc > img, .mv-top-anm-tb > img, .mv-top-anm-sp > img {
  transition: 0.4s;
  opacity: 0;
}
.mv-top-anm-pc > img.on, .mv-top-anm-tb > img.on, .mv-top-anm-sp > img.on {
  opacity: 1;
}
.mv-top-anm-pc #front-pc {
  z-index: 10;
  pointer-events: none;
}
.mv-top-anm-label {
  position: absolute;
  right: 15px;
  bottom: 6.4102564103vw;
  width: 104px;
  height: 24px;
  border: 1px solid #323232;
  background-color: #fff;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: normal;
  opacity: 0;
}
.mv-top-anm-label.anm {
  transition: 0.5s;
  opacity: 1;
}
.mv-top-inner {
  max-width: 1080px;
  height: 100%;
  margin-inline: auto;
  position: relative;
}
.mv-top-title {
  z-index: 10;
  text-align: center;
  font-size: 6.8rem;
  font-weight: 300;
  position: absolute;
  width: 100%;
  top: 112px;
  left: 0;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  translate: -2%;
}
.mv-top-title.anm {
  transition: 1s;
  opacity: 1;
  translate: 0;
}
.mv-top-plan {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  position: absolute;
  padding-bottom: 60px;
  bottom: 0;
  right: 0;
}
.mv-top-plan::before {
  content: "";
  aspect-ratio: 1;
  width: 810px;
  border-radius: 100%;
  background-color: #fff;
  left: 50%;
  translate: -50%;
  bottom: -120px;
  position: absolute;
}
.mv-top-plan-type {
  width: 104px;
  height: 24px;
  border: 1px solid #323232;
  background-color: #fff;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: normal;
  position: relative;
}
.mv-top-plan-copy {
  margin-top: 8px;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: normal;
  text-align: center;
  position: relative;
}
.mv-top-plan-copy > small {
  display: inline-block;
  font-size: 1.6rem;
}
.mv-top-plan-title {
  line-height: 1.3;
  font-size: 6rem;
  font-weight: normal;
  margin-top: -8px;
  margin-bottom: 8px;
  position: relative;
}
.mv-top-plan-title .eo {
  line-height: 1;
  display: inline-block;
}
.mv-top-plan-prcie {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.mv-top-plan-prcie-inner {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0 8px;
  position: relative;
}
.mv-top-plan-prcie-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mv-top-plan-prcie-detail-copy {
  font-size: 3rem;
  line-height: 1;
}
.mv-top-plan-prcie-detail-speed {
  margin-top: 4px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.mv-top-plan-prcie-detail-speed-num {
  font-size: 7rem;
  line-height: 1;
  color: #EB0731;
  letter-spacing: 0;
}
.mv-top-plan-prcie-detail-speed-gb {
  line-height: 1.3;
  font-size: 1.8rem;
}
.mv-top-plan-prcie-detail-year {
  margin-top: 8px;
  width: 100px;
  line-height: 1;
  font-size: 1.6rem;
  border-top: 1px solid #323232;
  border-bottom: 1px solid #323232;
  padding: 4px 0;
}
.mv-top-plan-prcie-num {
  font-size: 17.4rem;
  line-height: 1;
  color: #EB0731;
  letter-spacing: 0;
}
.mv-top-plan-prcie-yen {
  font-size: 4rem;
  line-height: 1;
  position: relative;
  white-space: nowrap;
}
.mv-top-plan-prcie-yen-attention {
  font-size: 1.5rem;
  position: absolute;
  bottom: 3lh;
  right: 0;
}
.mv-top-plan-prcie-notice {
  margin-top: 8px;
  text-align: right;
  font-size: 1.2rem;
  font-weight: normal;
  position: relative;
}
.mv-top-plan-option {
  display: flex;
  justify-content: center;
  gap: 0 8px;
  margin-top: 8px;
}
.mv-top-plan-option > li {
  width: 280px;
  height: 48px;
  background-color: #EBEBEB;
  border-radius: 6px;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: normal;
  line-height: 1.3;
  justify-content: center;
}
.mv-top-plan-option > li > p > span {
  font-size: 2.2rem;
  color: #EB0731;
}
.mv-top-plan-option > li > p > span > small {
  font-size: 1.4rem;
}
.mv-top-plan-option > li > span {
  font-size: 1.2rem;
  position: absolute;
  top: 4px;
  right: 8px;
  line-height: 1;
  display: block;
}
.mv-top-plan-btn {
  margin-top: 20px;
  display: flex;
  gap: 0 16px;
  justify-content: center;
  position: relative;
  z-index: 15;
}

.mv-sub {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: -24px;
  z-index: 5;
  overflow-x: clip;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mv-sub-bg {
  position: absolute;
  width: 1920px;
  height: 100%;
  top: 0;
  left: 50%;
  translate: -50%;
}
.mv-sub-bg::before {
  content: "";
  display: block;
  aspect-ratio: 1729/408;
  position: absolute;
  top: 0px;
  left: -95px;
  width: 865px;
  background-image: url(/home/service/simple/share/img/mv-sub-head.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.mv-sub-bg::after {
  content: "";
  display: block;
  aspect-ratio: 1384/418;
  position: absolute;
  bottom: 0;
  right: 90px;
  width: 690px;
  background-image: url(/home/service/simple/share/img/mv-sub-foot.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.mv-sub-inner {
  position: relative;
  text-align: center;
  padding: 0 20px;
}
.mv-sub-title {
  line-height: 1.3;
  font-weight: 300;
  font-size: 4rem;
}

.slide-card {
  margin: 48px -20px 0;
  position: relative;
  max-width: 100%;
}
.slide-card-inner {
  position: relative;
}
.slide-card-main > ul > li {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: auto;
}
.slide-card-main > ul > li > * {
  height: 100%;
}
.slide-card-arrow {
  position: absolute;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}
.slide-card-arrow-prev, .slide-card-arrow-next {
  pointer-events: auto;
  cursor: pointer;
  background-color: #323232;
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-repeat: no-repeat;
  background-position: center center;
}
.slide-card-arrow-prev {
  left: 5px;
  background-image: url(/home/service/simple/share/img/arrow-slide-prev.svg);
}
.slide-card-arrow-next {
  right: 5px;
  background-image: url(/home/service/simple/share/img/arrow-slide-next.svg);
}
.slide-card-pager {
  max-width: 1120px;
  width: 100%;
  margin: 32px auto 0;
  display: flex;
  gap: 0 16px;
  padding: 0 20px;
  justify-content: center;
}
.slide-card-pager .swiper-pagination-bullet {
  border-radius: 0;
  background-color: #323232;
  opacity: 0.3 !important;
  width: 100%;
  max-width: calc((100% - 64px) / 5);
  height: 2px;
  margin: 0 !important;
  transition: 0.3s;
}
.slide-card-pager .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1 !important;
}

.accordion-list {
  max-width: 800px;
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.accordion {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.accordion.on .accordion-head::after {
  background-image: url(/share/img/icon-accordion-close.svg);
}
.accordion-head {
  position: relative;
  background-color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 80px;
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 16px 0;
  padding-left: 48px;
  padding-right: 88px;
  cursor: pointer;
}
.accordion-head::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 48px;
  top: 0;
  bottom: 0;
  margin-block: auto;
  background-image: url(/share/img/icon-accordion-open.svg);
  background-size: 50px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.accordion-body {
  border-top: 0.5px solid #323232;
  padding: 24px 48px;
  position: relative;
  background-color: #fff;
  display: none;
}

.accordion-attention {
  position: relative;
}
.accordion-attention.on .accordion-attention-head > span::after {
  background-image: url(/home/service/simple/share/img/icon-accordion-close.svg);
}
.accordion-attention.on .accordion-attention-body {
  -webkit-mask-image: none;
  mask-image: none;
}
.accordion-attention-head {
  font-weight: normal;
  text-align: center;
  position: relative;
}
.accordion-attention-head > span,
.accordion-attention-head > button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  outline: none;
  position: relative;
  border: none;
  cursor: pointer;
}
.accordion-attention-head > span::after,
.accordion-attention-head > button::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-color: #323232;
  border-radius: 100%;
  transition: 0.3s;
  background-image: url(/home/service/simple/share/img/icon-accordion-open.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.accordion-attention-body {
  height: 3lh;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(#000, transparent);
  mask-image: linear-gradient(#000, transparent);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  transition: 0.3s;
  padding-bottom: 8px;
}
.accordion-attention-body > *:first-child {
  margin-top: 0 !important;
}

.flow-step {
  display: flex;
  justify-content: space-between;
  margin: 32px auto 0;
  position: relative;
}
.flow-step::before {
  content: "";
  display: block;
  position: absolute;
  top: 40px;
  left: 1px;
  width: calc(100% - 10px);
  height: 0.5px;
  background-color: #707070;
}
.flow-step > li {
  position: relative;
  width: 80px;
}
.flow-step-text {
  margin: 8px -100% 0;
  font-size: 2rem;
  white-space: nowrap;
  text-align: center;
}

.flow-apply {
  max-width: 800px;
  position: relative;
  width: 100%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
}
.flow-apply > li {
  display: flex;
  gap: 0 16px;
  position: relative;
}
.flow-apply > li:not(:last-of-type) {
  padding-bottom: 40px;
}
.flow-apply > li:not(:last-of-type)::before {
  content: "";
  width: 0.5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 35px;
  background-color: #323232;
}
.flow-apply > li .icon-step {
  flex-shrink: 0;
}
.flow-apply-inner {
  width: 100%;
}
.flow-apply-title {
  font-size: 2rem;
  display: flex;
  align-items: center;
  height: 80px;
}

.flow-card {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
}
.flow-card > li {
  width: 300px;
  flex-shrink: 0;
  position: relative;
}
.flow-card-pic {
  background-color: #fff;
  border-radius: 6px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.flow-card-pic .icon-step {
  position: absolute;
  top: -24px;
  left: -16px;
}
.flow-card-text {
  margin-top: 24px;
}

.news-important {
  position: relative;
  padding: 16px 20px;
  background-color: #EBEBEB;
  margin-bottom: 48px;
}
.news-important-inner {
  position: relative;
  width: 100%;
  max-width: 800px;
  display: flex;
  align-items: center;
  gap: 0 16px;
  margin-inline: auto;
}
.news-important-head {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EB0731;
  color: #fff;
  font-weight: normal;
  width: 108px;
  flex-shrink: 0;
  font-size: 1.2rem;
  height: 24px;
}
.news-important-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}
.news-important-title {
  font-weight: normal;
  color: #EB0731;
}

#alert_area #press_message {
  position: relative;
  padding: 16px 20px;
  background-color: #EBEBEB;
  margin-bottom: 38px;
}
#alert_area .important_container {
  position: relative;
  width: 100%;
  max-width: 800px;
  display: flex;
  align-items: center;
  gap: 0 16px;
  margin-inline: auto;
}
#alert_area .important_container .important_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EB0731;
  color: #fff;
  font-weight: normal;
  width: 108px;
  flex-shrink: 0;
  font-size: 1.2rem;
  height: 24px;
}
#alert_area .important_container .important_news {
  width: 100%;
}
#alert_area .important_container .important_news > a {
  color: #EB0731;
  text-decoration: none;
  background-image: linear-gradient(90deg, #EB0731, #EB0731);
}
#alert_area .important_container .important_news > a > strong {
  font-weight: normal;
}

.area-confirm {
  border-radius: 6px;
  position: relative;
  margin: 48px auto 0;
  width: 100%;
  max-width: 440px;
  border: 6px;
  border: 1px solid #323232;
  padding: 24px 0 32px;
}
.area-confirm .btn {
  margin: 24px auto 0;
}

.area-map {
  position: relative;
  max-width: 710px;
  margin: 0 auto;
}
.area-map-pic {
  position: relative;
}
.area-map-info {
  position: absolute;
  right: 0;
  bottom: 0;
}
.area-map-info-copy {
  font-weight: normal;
  font-size: 2.5rem;
  line-height: 1;
  text-align: center;
}
.area-map-info-cover {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0 16px;
}
.area-map-info-cover-num {
  font-size: 5.4rem;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
.area-map-info-cover-num > span {
  font-size: 14.5rem;
  display: inline-block;
}
.area-map-info-cover-text {
  line-height: 1;
  font-weight: normal;
  font-size: 2.1rem;
}

.area-confirm {
  border-radius: 6px;
  position: relative;
  margin: 48px auto 0;
  width: 100%;
  max-width: 440px;
  border: 6px;
  border: 1px solid #323232;
  padding: 24px 0 32px;
}
.area-confirm .btn {
  margin: 24px auto 0;
}
.faq-list {
  max-width: 600px;
  margin: 32px auto 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.img {
  text-align: center;
  position: relative;
  max-width: 400px;
}
.img.center {
  margin-inline: auto;
}

.support-service-set {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 8px;
}
@container (max-width: 700px) {
  .support-service-set {
    flex-direction: column;
    gap: 16px 0;
  }
}
.support-service-box {
  border-radius: 6px;
  width: 330px;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #EBEBEB;
  padding: 0 8px;
}
.support-service-box-price > span {
  letter-spacing: 0;
  font-size: 2rem;
  display: inline-block;
  line-height: 1;
}

.support-menu {
  position: relative;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.support-menu-main {
  border-radius: 6px;
  background-color: #EBEBEB;
  padding: 24px;
}
.support-menu-main > ul {
  display: flex;
  position: relative;
  gap: 0 56px;
}
.support-menu-main > ul::before {
  content: "";
  display: flex;
  width: 32px;
  aspect-ratio: 1;
  border-radius: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background-image: url(/home/service/simple/share/img/icon-plus.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center center;
}
.support-menu-main > ul > li {
  border-radius: 6px;
  padding: 16px 0;
  width: 100%;
  background-color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.support-menu-main-title {
  font-size: 2rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.support-menu-main-price {
  font-size: 1.6rem;
  margin-top: 8px;
  flex-shrink: 0;
}
.support-menu-main-price > span {
  letter-spacing: 0;
  font-size: 2.4rem;
  display: inline-block;
  line-height: 1;
}
.support-menu-main-total {
  font-size: 2.4rem;
  margin-top: 48px;
  position: relative;
}
.support-menu-main-total::before {
  content: "";
  display: block;
  width: 100%;
  height: 48px;
  position: absolute;
  top: -48px;
  left: 0;
  background-image: url(/home/service/simple/share/img/arrow-flow-down.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.support-menu-main-total > span {
  letter-spacing: 0;
  font-size: 3.2rem;
  display: inline-block;
  line-height: 1;
}
.support-menu-option {
  position: relative;
  margin-top: 48px;
  border-radius: 6px;
  background-color: #EBEBEB;
  padding: 24px;
}
.support-menu-option::before {
  content: "";
  display: block;
  width: 100%;
  height: 48px;
  position: absolute;
  top: -48px;
  left: 0;
  background-image: url(/home/service/simple/share/img/icon-plus.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px;
}
.support-menu-option-title {
  font-size: 2rem;
}
.support-menu-option-price {
  font-size: 1.6rem;
  flex-shrink: 0;
  position: relative;
}
.support-menu-option-price > span {
  letter-spacing: 0;
  font-size: 2.4rem;
  display: inline-block;
  line-height: 1;
}
.support-menu-option-notice {
  position: relative;
  margin-top: 48px;
}
.support-menu-option-notice::before {
  content: "";
  display: block;
  width: 100%;
  height: 48px;
  position: absolute;
  top: -48px;
  left: 0;
  background-image: url(/home/service/simple/share/img/arrow-flow-down.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.reason-anchor-list {
  position: relative;
  max-width: 800px;
  margin: 40px auto 0;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
.reason-anchor-list > li {
  width: 100%;
}
.reason-anchor-list > li:nth-of-type(n+2) {
  padding-top: 48px;
  margin-top: 48px;
  border-top: 1px solid #323232;
}
.reason-anchor-card {
  position: relative;
}
.reason-anchor-card-title {
  margin-top: 24px;
}
.reason-anchor-card-text {
  margin-top: 16px;
  text-align: center;
  font-size: 1.6rem;
}
.reason-anchor-card-link {
  text-align: center;
  font-size: 1.2rem;
  margin-top: 16px;
  margin-bottom: 32px;
}
.reason-anchor-card .btn {
  margin: 32px auto 0;
}

.compare {
  position: relative;
  padding: 0 20px 80px;
}
.compare::before, .compare::after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.compare::before {
  left: 0;
  background-color: #FFE100;
}
.compare::after {
  left: 50%;
  background-color: #EBEBEB;
}
.compare > li {
  position: relative;
}
.compare > li:first-of-type .compare-body {
  border-radius: 6px 6px 0 0;
  padding-bottom: 0;
}
.compare > li:last-of-type .compare-body {
  padding-top: 0;
  border-radius: 0 0 6px 6px;
}
.compare-head {
  max-width: 800px;
  width: 100%;
  display: flex;
  margin: 0 auto;
  position: relative;
}
.compare-head.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  z-index: 50;
}
.compare-head > li {
  width: 100%;
  position: relative;
  padding: 32px 0;
}
.compare-head > li:first-of-type {
  background-color: #FFE100;
}
.compare-head > li:last-of-type {
  background-color: #EBEBEB;
}
.compare-head > li:first-of-type .compare-head-title::after {
  content: "NEW";
  width: 32px;
  height: 32px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: -24px;
  background: linear-gradient(to left, #E31A00, #FCA733);
  letter-spacing: 0;
  font-size: 1.2rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.compare-head-title {
  text-align: center;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 0 auto;
}
.compare-head-title > small {
  font-size: 1.4rem;
  display: inline-block;
}
.compare-cv {
  position: relative;
  max-width: 800px;
  width: 100%;
  display: flex;
  margin: 0 auto;
  padding: 0 0 32px;
}
.compare-cv > li {
  width: 100%;
  position: relative;
}
.compare-cv > li:first-of-type {
  background-color: #FFE100;
}
.compare-cv > li:last-of-type {
  background-color: #EBEBEB;
}
.compare-cv > li > .btn {
  margin: 24px auto 0;
}
.compare-cv > li > .btn > a {
  width: 170px;
}
.compare-cv-label {
  margin: 0 auto 0;
  width: 130px;
  height: 60px;
  border-radius: 6px;
  border: 1px solid #707070;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5;
}
.compare-cv-apply {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px 0;
}
.compare-body {
  padding: 48px;
  background-color: #fff;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.compare-body > *:first-child {
  margin-top: 0;
}
.compare-body-title {
  margin-top: 40px;
  margin-bottom: 24px;
  border-radius: 6px;
  background-color: #323232;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 300;
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  padding: 8px 0;
}
.compare-body-subtitle {
  background-color: #EBEBEB;
  border-radius: 6px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  height: 24px;
  width: 100%;
  border-radius: 6px;
  font-weight: 300;
  margin-top: 32px;
  margin-bottom: 24px;
}
.compare-body-subtitle-eo {
  background-color: #0095A1;
  color: #fff;
  font-size: 1.3rem;
  border-radius: 6px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 14px;
  line-height: 1.2;
  padding: 4px;
}
.compare-body-separate {
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
}
.compare-body-separate > ul {
  display: flex;
  position: relative;
  justify-content: space-between;
}
.compare-body-separate > ul:before {
  content: "";
  display: block;
  width: 0.5px;
  height: 100%;
  background-color: #323232;
  position: absolute;
  top: 0;
  left: 50%;
}
.compare-body-separate > ul > li {
  width: 200px;
}
.compare-body-separate > ul > li > *:nth-child(1) {
  margin-top: 0;
}
.compare-body-separate > ul > li .text-balloon {
  margin: 0px auto 24px;
}
.compare-body-separate > ul > li .text-balloon.up {
  margin: 24px auto 0;
}
.compare-body-list > h4 {
  font-size: 1.3rem;
  border-top: 0.5px solid #323232;
  border-bottom: 0.5px solid #323232;
  line-height: 1.5;
  text-align: center;
  font-weight: normal;
}
.compare-body-list > h4 + * {
  margin-top: 24px;
}
.compare-body-list > p {
  margin-top: 24px;
  text-align: center;
}
.compare-body-list > ul {
  position: relative;
}
.compare-body-list > ul > li {
  position: relative;
  line-height: 1.5;
}
.compare-body-list > ul > li:not(:has(> img)) {
  padding-left: 24px;
}
.compare-body-list > ul > li:not(:has(> img))::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 8px;
  border-radius: 100%;
  background-color: #323232;
  position: absolute;
  top: 8px;
  left: 0;
}
.compare-body-list > ul > li > img {
  display: inline-block;
  margin-right: 8px;
  position: relative;
  bottom: 3px;
}
.compare-body-list > ul > li:nth-of-type(n+2) {
  margin-top: 8px;
}
.compare-body-price {
  display: flex;
  align-items: flex-end;
  margin: 0 auto 0;
  justify-content: space-between;
  margin-top: 24px;
}
.compare-body-price-term {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.04;
}
.compare-body-price-yen {
  font-weight: normal;
  position: relative;
  bottom: -3px;
}
.compare-body-price-yen > span {
  font-size: 2.8rem;
  letter-spacing: 0;
  font-weight: 300;
  line-height: 1;
  display: inline-block;
  position: relative;
  bottom: -2px;
}
.compare-body-price-yen > sup {
  font-size: 1.2rem;
  font-weight: 300;
  position: absolute;
  bottom: 20px;
  top: auto;
  right: 0;
}
.compare-body-netflix-copy {
  text-align: center;
  margin-bottom: 8px;
}
.compare-body-netflix-price {
  text-align: center;
  margin-bottom: 8px;
}
.compare-body-netflix-price > span {
  font-size: 3.8rem;
  display: inline-block;
  letter-spacing: 0;
  color: #EB0731;
  line-height: 1;
  font-weight: 300;
}
.compare-body-netflix .text-link {
  font-size: 1.2rem;
}
.compare-body-graph {
  text-align: center;
}
.compare-body-graph-price {
  height: 2lh;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.compare-body-graph-price > p {
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  align-items: flex-end;
}
.compare-body-graph-price > p > span {
  font-size: 1.4rem;
  display: inline-block;
}
.compare-body-graph-price > p > span > span {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
}
.compare-body-graph-title {
  height: 2lh;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.compare-body-graph > img {
  margin-top: 16px;
}
.compare-body-graph .text-link {
  font-size: 1.2rem;
}
.box-excluded {
  max-width: 800px;
  margin: 24px auto 0;
  position: relative;
  border-radius: 6px;
  background-color: #fff;
  padding: 24px;
}
.box-excluded-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin-bottom: 16px;
}
.box-excluded-list > li {
  position: relative;
  padding-left: 16px;
}
.box-excluded-list > li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #323232;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.box {
  border-radius: 6px;
  padding: 16px;
}

.modal {
  position: fixed;
  z-index: 1000;
  inset: 0;
  width: 100%;
  height: 100dvh;
  display: none;
}
.modal.old .modal-iframe-contents {
  height: 90dvh;
}
.modal-bg {
  position: absolute;
  background-color: #323232;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.modal-head {
  position: relative;
}
.modal-body {
  position: relative;
  padding: 24px 20px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  overflow: auto;
  max-width: 1120px;
  margin-inline: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal-body::-webkit-scrollbar {
  display: none;
}
.modal-iframe-contents {
  overflow: hidden;
  width: 100%;
  max-width: 1080px;
  margin-block: auto;
  position: relative;
  background-color: #fff;
  border-radius: 6px;
}
.modal-iframe-contents > iframe {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.modal-title {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: -24px;
  z-index: 5;
  overflow-x: clip;
  padding-top: 40px;
}
.modal-title-bg {
  position: absolute;
  width: 1920px;
  height: 100%;
  top: 0;
  left: 50%;
  translate: -50%;
  height: 240px;
  pointer-events: none;
}
.modal-title-inner {
  position: relative;
  text-align: center;
  padding: 0 20px;
}
.modal-title-title {
  line-height: 1.3;
  font-weight: 300;
  font-size: 3.0rem;
}

.scroll-wrap {
  position: relative;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scroll-wrap::-webkit-scrollbar {
  display: none;
}
.scroll-wrap-contents {
  position: relative;
  min-width: 800px;
  padding-bottom: 8px;
}
.scroll-wrap .scroll-hint-icon-wrap {
  z-index: 10;
}
.scroll-wrap .simplebar-horizontal {
  height: 4px !important;
}
.scroll-wrap .simplebar-horizontal .simplebar-scrollbar {
  height: 4px !important;
  top: 0 !important;
}
.scroll-wrap .simplebar-horizontal .simplebar-scrollbar::before {
  inset: 0 !important;
  opacity: 1;
  background-color: #323232;
}

.cp-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  position: relative;
  z-index: 10;
}
.cp-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 320px;
  padding: 24px;
  border-radius: 6px;
  position: relative;
  text-decoration: none;
  background-color: #fff;
}
.cp-card::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  border: 1px solid #323232;
  border-radius: 6px;
}
.cp-card::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  border: 2px solid #FFE100;
  border-radius: 4px;
  transition: 0.3s;
  opacity: 0;
}
.cp-card-text {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 16px;
  margin-bottom: auto;
}
.cp-card-info {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px 0;
}
.cp-card-info-label {
  margin-top: 4px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.cp-card-info-label > li {
  line-height: 1;
  color: #fff;
  border-radius: 3px;
  background-color: #EB0731;
  padding: 4px 8px;
  font-weight: 400;
}
.cp-card-info-detail {
  margin-left: auto;
  font-size: 1.6rem;
  position: relative;
  padding-right: 40px;
}
.cp-card-info-detail::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 32px;
  border-radius: 100%;
  background-image: url(/home/service/simple/share/img/arrow-link.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #323232;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  transition: 0.3s;
}

.notice-maintenance {
  background-color: #fff;
  border-radius: 10px;
  padding: 16px;
  border: 1px solid #EB0731;
}

:root {
  --color-textgray: rgb(82, 109, 123);
  --color-qualitygray: rgb(115, 135, 146);
  --color-yellow: rgb(250, 190, 0);
}




#wrapper[data-layout=modal] {
  padding-top: 56px;
}
#wrapper[data-layout=modal] .modal-close {
  right: 24px;
}

.container {
  container-type: inline-size;
}

.simplebar-content-wrapper {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.simplebar-content-wrapper::-webkit-scrollbar {
  display: none;
}

hr {
  border-color: #323232;
  margin-block: 32px;
}

@media print {
  @page {
    size: A4;
    margin: 12.7mm 9.7mm;
  }
  body {
    zoom: 0.8;
    width: 1200px;
    transform: scale(0.8);
    transform-origin: 0 0;
  }
}

@media (any-hover: hover) {
  a {
    transition: 0.3s;
  }
  .btn.cta:hover::after {
    opacity: 1;
  }
  .btn.cta:hover::before {
    opacity: 1;
  }
  .btn.cta:hover > a {
    color: #EB0731;
    background-color: #fff;
    background-image: url(/home/service/simple/share/img/arrow-link-important.svg);
  }
  .btn.cta:hover > a[target=_blank] {
    background-image: url(/share/img/icon-blank-rd.svg);
  }
  .btn.primary > a:hover {
    background-image: url(/home/service/simple/share/img/arrow-link-primary.svg);
    color: #323232;
    background-color: #fff;
  }
  .btn.primary > a:hover[target=_blank] {
    background-image: url(/share/img/icon-blank-gy.svg);
  }
  .btn.outline > a:hover {
    background-color: #323232;
    background-image: url(/home/service/simple/share/img/arrow-link.svg);
    color: #fff;
  }
  .btn.outline > a:hover[target=_blank] {
    background-image: url(/home/service/simple/share/img/icon-blank-gy.svg);
  }
  .btn.chat > a:hover::before {
    background-image: url(/home/service/simple/share/img/icon-chat-primary.svg);
  }
  .btn.chat.outline > a:hover::before {
    background-image: url(/home/service/simple/share/img/icon-chat.svg);
  }
  .btn.mypage > a:hover::before {
    background-image: url(/home/service/simple/share/img/icon-mypage-primary.svg);
  }
  .btn.mypage.outline > a:hover::before {
    background-image: url(/home/service/simple/share/img/icon-mypage.svg);
  }
  .btn.pdf > a:hover {
    background-image: url(/home/service/simple/share/img/icon-pdf-primary.svg) !important;
  }
  .btn.anchor > a:hover {
    background-image: url(/home/service/simple/share/img/arrow-anchor-primary.svg) !important;
  }
  .btn-faq:hover {
    background-color: #323232;
    color: #fff;
    background-image: url(/share/img/icon-blank-wh.svg);
  }
  .card-clickable:hover > p::before {
    scale: 1.3;
  }
  .important_news > a:not(:has(> span)):hover,
.text-link:not(:has(> span)):hover {
    -webkit-animation-name: text-link-underline;
    animation-name: text-link-underline;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
  }
  @-moz-document url-prefix() {
    .important_news > a:not(:has(> span)):hover,
.text-link:not(:has(> span)):hover {
      animation-name: text-link-underline-ff;
    }
  }
  .important_news > a:has(> span):hover > span,
.text-link:has(> span):hover > span {
    -webkit-animation-name: text-link-underline;
    animation-name: text-link-underline;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
  }
  @-moz-document url-prefix() {
    .important_news > a:has(> span):hover > span,
.text-link:has(> span):hover > span {
      animation-name: text-link-underline-ff;
    }
  }
  .slide-card-arrow-prev, .slide-card-arrow-next {
    transition: 0.3s;
  }
  .slide-card-arrow-prev:hover, .slide-card-arrow-next:hover {
    scale: 1.25;
  }
  .accordion-attention-head > span:hover::after,
  .accordion-attention-head > button:hover::after {
    scale: 1.15;
  }
  .cp-card:hover::after {
    opacity: 1;
  }
  .cp-card:hover .cp-card-info-detail::after {
    scale: 1.15;
  }
  .header-menu-pc > li > a:hover::after {
    width: 100%;
  }
  .header-menu-sp-link > li > a:hover > span::after {
    width: 100%;
  }
  .footer-pagetop:hover {
    scale: 1.25;
  }
  .footer-nav-menu-link-list > li > a:hover {
    background-position: right 8px center;
  }
  .footer-nav-menu-link-list > li > a:hover[target=_blank] {
    background-position: right 4px center;
  }
  .footer-nav-menu-link-list > li > a:hover > span::before {
    width: 100%;
  }
}

@media all and (-ms-high-contrast: none) {
  sup {
    font-size: 80%;
  }
}

@media screen and (max-width: 767.98px) {
  #wrapper {
    padding-top: 100px;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .table.row table tbody tr th {
    display: block;
    border-right: none;
    text-align: left;
  }
  .table.row table tbody tr th:nth-of-type(n+2) {
    border-top: 1px solid #323232 !important;
  }
  .table.row table tbody tr td {
    display: block;
    border-top: 1px solid #323232 !important;
  }
  .table table thead tr th {
    padding: 8px;
  }
  .table table tbody tr th {
    padding: 8px;
  }
  .table table tbody tr td {
    padding: 8px;
  }
  .table-service > li {
    min-height: 64px;
    height: auto;
    padding: 16px 0;
    width: 100%;
  }
  .table-cost {
    flex-direction: column;
  }
  .table-spec-inner {
    display: block;
  }
  .table-spec-head {
    width: 100%;
    min-height: 65px;
    display: flex;
    align-items: center;
    padding-block: 12px;
  }
  .table-spec-body {
    width: 100%;
  }
  .table-single-body {
    padding: 32px 24px;
  }
  .tab-head > li {
    border-radius: 0;
    height: 75px;
  }
  .btn.medium > a {
    min-height: 46px;
  }
  .btn-faq {
    max-width: 350px;
  }
  .card-mypage {
    width: 100%;
    max-width: 350px;
  }
  .card-plan {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
  }
  .card-plan-head {
    font-size: 2.2rem;
  }
  .card-plan-year {
    width: 90px;
    font-size: 1.3rem;
  }
  .card-plan-price {
    font-size: 3.6rem;
  }
  .card-plan-yen {
    font-size: 2rem;
  }
  .card-speed {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
  }
  .card-speed-head {
    font-size: 2.2rem;
    height: 90px;
  }
  .card-speed-body {
    padding-top: 16px;
  }
  .card-speed-dir {
    width: 80px;
    font-size: 1.3rem;
  }
  .card-support {
    padding: 16px 0;
  }
  .card-support-menu {
    max-width: 350px;
    width: 100%;
  }
  .card-support-menu-inner {
    gap: 0 16px;
  }
  .card-line {
    max-width: 350px;
    width: 100%;
  }
  .card-reason-line {
    max-width: 350px;
    width: 100%;
  }
  .card-reason-provider {
    width: 100%;
    max-width: 350px;
  }
  .card-compare {
    padding: 16px 0 24px;
    width: 100%;
  }
  .card-compare-title {
    width: 100%;
    font-size: 1.6rem;
  }
  .card-maya {
    padding: 24px;
  }
  .card-maya p {
    font-size: 1.4rem;
    height: 13rem;
  }
  .card-maya p span.num {
    font-size: 4.8rem;
    line-height: 1.3;
  }
  .card-maya p span.monthly{
    line-height: 1;
    font-size: 2.8rem;
  }
  .card-maya p span.free{
    line-height: 1;
    font-size: 3.4rem;
  }
  .card-maya p.note {
    font-size: 1.4rem;
    height: 5rem;
  }
  .cv-line-head {
    margin-bottom: 24px;
  }
  .cv-line-head::after {
    width: 100%;
    height: auto;
    left: 0;
    translate: none;
    background-image: none;
    aspect-ratio: 780/338;
    background-image: url(/home/service/simple/share/img/cv-line-head-sp.png);
    background-size: 100%;
    background-position: top center;
  }
  .cv-line-head-03 {
    margin-bottom: 24px;
  }
  .cv-line-head-03::after {
    width: 100%;
    height: auto;
    left: 0;
    translate: none;
    background-image: none;
    aspect-ratio: 780/338;
    background-image: url(/home/service/simple/share/img/cv-line-head-sp-03.png);
    background-size: 100%;
    background-position: top center;
  }
  .cv-line-foot {
    margin-top: 24px;
  }
  .cv-line-foot::after {
    width: 100%;
    height: auto;
    left: 0;
    translate: none;
    background-image: none;
    aspect-ratio: 780/422;
    background-image: url(/home/service/simple/share/img/cv-line-foot-sp.png);
    background-size: 100%;
    background-position: top center;
  }
  .cv-line-foot-03 {
    margin-top: 0px;
  }
  .cv-line-foot-03::after {
    width: 100%;
    height: auto;
    left: 0;
    translate: none;
    background-image: none;
    aspect-ratio: 780/422;
    background-image: url(/home/service/simple/share/img/cv-line-foot-sp-03.png);
    background-size: 100%;
    background-position: top center;
  }
  .cv-line-cover {
    margin: -32.0512820513vw 0 -48.7179487179vw !important;
  }
  .cv-line-cover-head {
    margin-top: -32.0512820513vw !important;
  }
  .cv-line-cover-foot {
    margin-bottom: -48.7179487179vw !important;
  }
  .cv-apply-title {
    font-size: 3.5rem;
  }
  .cv-apply-text {
    margin-bottom: 32px;
  }
  .cv-advice {
    margin-top: 48px;
  }
  .cv-advice.foot {
    margin-bottom: -10px;
  }
  .cv-test {
    margin-top: 48px;
  }
  .cv-test.foot {
    margin-bottom: -10px;
  }
  .cv-apply-02 {
    margin-top: 48px;
  }
  .cv-apply-02.foot {
    margin-bottom: -10px;
  }
  .cv-apply-03 {
  }
  .cv-apply-03.foot {
    margin-bottom: 40px;
  }
  .cv-app {
    margin-top: 48px;
    padding: 24px 0 32px;
  }
  .cv-app-inner {
    max-width: 300px;
    margin-inline: auto;
  }
  .cv-app-list {
    gap: 0 32px;
    margin-top: 16px;
  }
  .cv-app-list > li {
    width: auto;
  }
  .cv-app-list > li .text-caption {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2lh;
    margin: auto;
  }
  .cv-app-btn {
    width: 140px;
  }
  .cv-app-qr {
    display: none;
  }
  .text-attention {
    font-weight: normal;
  }
  .text-copy-sp {
    font-size: 2rem !important;
  }

  .text-lead-sp {
    font-size: 1.6rem !important;
  }

  .text-caption-sp {
    font-size: 1.2rem !important;
  }
  .text-balloon {
    max-width: 240px;
    font-size: 1.2rem;
  }
  .title-h2.top .title-h2-text {
    font-size: 4rem;
  }
  .section-head {
    aspect-ratio: 390/192;
  }
  .section-foot {
    aspect-ratio: 390/192;
  }
  .color-primary-rd-sp {
    color: #E31A00 !important;
  }
  .bg-primary-rd-sp {
    background-color: #E31A00 !important;
  }
  .color-primary-or-sp {
    color: #FCA733 !important;
  }
  .bg-primary-or-sp {
    background-color: #FCA733 !important;
  }
  .color-secondary-yl-sp {
    color: #FFE100 !important;
  }
  .bg-secondary-yl-sp {
    background-color: #FFE100 !important;
  }
  .color-secondary-gr-sp {
    color: #EBEBEB !important;
  }
  .bg-secondary-gr-sp {
    background-color: #EBEBEB !important;
  }
  .color-secondary-wh-sp {
    color: #D7D7D7 !important;
  }
  .bg-secondary-wh-sp {
    background-color: #D7D7D7 !important;
  }
  .color-text-sp {
    color: #323232 !important;
  }
  .bg-text-sp {
    background-color: #323232 !important;
  }
  .color-important-sp {
    color: #EB0731 !important;
  }
  .bg-important-sp {
    background-color: #EB0731 !important;
  }
  .color-white-sp {
    color: #fff !important;
  }
  .bg-white-sp {
    background-color: #fff !important;
  }
  .color-border-sp {
    color: #707070 !important;
  }
  .bg-border-sp {
    background-color: #707070 !important;
  }
  .breadcrumb > ul > li {
    font-size: 1.2rem;
  }
  .list-center {
    gap: 16px;
    flex-direction: column;
    align-items: center;
  }
  .list-support {
    max-width: 350px;
  }
  .list-feature {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: column;
  }
  .list-feature > li {
    width: 100%;
  }
  .list-point {
    gap: 16px 0;
  }
  .list-color {
    gap: 0 4px;
  }
  .cp-app-kv {
    margin-top: 40px;
    margin-inline: -20px;
  }
  .cp-app-kv-pic {
    position: absolute;
    left: -16px;
    width: 180px;
  }
  .cp-app-kv-detail {
    margin-left: 0;
    margin-top: 32px;
    width: 100%;
  }
  .cp-app-kv-detail .text-link {
    font-size: 1.2rem;
  }
  .cp-app-kv-detail-inner {
    padding-left: 160px;
  }
  .cp-app-kv-detail-box {
    margin-bottom: 8px;
    padding: 24px 16px;
  }
  .cp-app-kv-detail-box-inner {
    width: 180px;
    margin-inline: auto;
  }
  .cp-app-kv-detail-title {
    font-size: 1.8rem;
  }
  .cp-app-kv-detail-price {
    white-space: nowrap;
    font-size: 1.4rem;
  }
  .cp-app-kv-detail-price > span {
    font-size: 8.4rem;
  }
  .cp-app-flow {
    flex-direction: column;
  }
  .cp-app-flow-step {
    width: 100%;
  }
  .cp-app-flow-step:nth-of-type(n+2) {
    border-top: 1px solid #323232;
    margin-top: 32px;
    padding-top: 32px;
  }
  .cp-app-flow-step-pic {
    justify-content: center;
  }
  .cp-app-flow-step-pic > img {
    width: 230px;
  }
  .mv-top {
    height: auto;
  }
  .mv-top .mv-top-anm-sp {
    display: block;
  }
  .mv-top-anm {
    aspect-ratio: 790/1040;
    height: auto;
    position: relative;
    overflow: hidden;
    overflow-x: clip;
    margin-bottom: -2.5641025641vw;
    z-index: 5;
  }
  .mv-top-anm::before {
    content: "";
    display: block;
    width: 123.0769230769vw;
    border-radius: 100%;
    aspect-ratio: 1;
    position: absolute;
    top: -20.5128205128vw;
    right: -53.8461538462vw;
    background-color: #fff;
  }
  .mv-top-anm-pc > img, .mv-top-anm-tb > img, .mv-top-anm-sp > img {
    height: auto;
  }
  .mv-top-inner {
    background-color: #fff;
  }
  .mv-top-title {
    line-height: 1.3;
    font-size: 11.7948717949vw;
    top: 15.3846153846vw;
  }
  .mv-top-plan {
    position: relative;
    padding: 16px 0;
    margin-inline: auto;
  }
  .mv-top-plan::before {
    display: none;
  }
  .mv-top-plan-type {
    display: none;
  }
  .mv-top-plan-copy {
    margin-top: 0;
    font-size: 2rem;
  }
  .mv-top-plan-copy > small {
    font-size: 1.3rem;
  }
  .mv-top-plan-title {
    margin-bottom: 16px;
    margin-top: 8px;
    font-size: 3.5rem;
  }
  .mv-top-plan-prcie {
    margin-top: 8px;
  }
  .mv-top-plan-prcie-detail-copy {
    font-size: 2.1rem;
  }
  .mv-top-plan-prcie-detail-speed-num {
    font-size: 4.6rem;
  }
  .mv-top-plan-prcie-detail-speed-gb {
    font-size: 1.3rem;
  }
  .mv-top-plan-prcie-detail-year {
    width: 70px;
    font-size: 1.2rem;
  }
  .mv-top-plan-prcie-num {
    font-size: 12rem;
    bottom: -5px;
    position: relative;
  }
  .mv-top-plan-prcie-yen {
    font-size: 3.4rem;
  }
  .mv-top-plan-prcie-notice {
    text-align: center;
  }
  .mv-top-plan-option > li {
    padding-left: 0;
    width: 170px;
    height: 60px;
    justify-content: center;
  }
  .mv-top-plan-option > li > p {
    font-size: 1.2rem;
  }
  .mv-top-plan-option > li > p > span {
    font-size: 2rem;
  }
  .mv-top-plan-option > li > p > span > small {
    font-size: 1.6rem;
  }
  .mv-top-plan-btn {
    gap: 0 8px;
  }
  .mv-top-plan-btn .btn > a {
    width: 200px;
    min-height: 46px;
  }
  .mv-top-plan-btn .btn.primary > a {
    width: 140px;
  }
  .mv-sub {
    height: 230px;
    padding-bottom: 16px;
    margin-bottom: -16px;
    padding-top: 32px;
  }
  .mv-sub-bg {
    width: 390px;
  }
  .mv-sub-bg::before {
    background-image: url(/home/service/simple/share/img/mv-sub-head-sp.png);
    aspect-ratio: 555/329;
    top: 0;
    left: -130px;
    width: 275px;
  }
  .mv-sub-bg::after {
    background-image: url(/home/service/simple/share/img/mv-sub-foot-sp.png);
    aspect-ratio: 704/389;
    right: -260px;
    width: 350px;
  }
  .slide-card {
    margin-top: 40px;
  }
  .slide-card-arrow-prev, .slide-card-arrow-next {
    width: 32px;
    height: 32px;
  }
  .slide-card-arrow-prev {
    left: 8px;
  }
  .slide-card-arrow-next {
    right: 8px;
  }
  .slide-card-pager {
    margin-top: 24px;
    gap: 0 8px;
  }
  .accordion-list {
    margin-top: 40px;
    max-width: 375px;
  }
  .accordion-head {
    padding-left: 24px;
    padding-right: 64px;
  }
  .accordion-head::after {
    right: 24px;
    background-size: 24px;
  }
  .accordion-body {
    padding: 24px;
  }
  .flow-step {
    margin-top: 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: column;
    gap: 20px 0;
  }
  .flow-step::before {
    top: 0;
    left: 40px;
    width: 0.5px;
    height: 100%;
  }
  .flow-step > li {
    width: auto;
    display: flex;
    align-items: center;
    gap: 0 24px;
  }
  .flow-step-text {
    margin: 0;
    text-align: left;
  }
  .flow-apply > li:not(:last-of-type) {
    padding-bottom: 32px;
  }
  .flow-card {
    flex-direction: column;
    align-items: center;
  }
  .flow-card > li {
    width: 100%;
    max-width: 350px;
  }
  .flow-card > li:nth-of-type(n+2) {
    padding-top: 42px;
    margin-top: 32px;
    background-image: url(/home/service/simple/share/img/arrow-flow-down.svg);
    background-repeat: no-repeat;
    background-position: center top;
  }
  .flow-card-pic .icon-step {
    left: -12px;
  }
  .flow-card-text {
    margin-top: 16px;
  }
  .news-important {
    display: block;
  }
  .news-important-inner {
    display: block;
  }
  .news-important-body {
    margin-top: 16px;
  }
  #alert_area {
    display: block;
  }
  #alert_area .important_container {
    display: block;
  }
  #alert_area .important_container .important_news {
    margin-top: 16px;
  }
  .area-map {
    margin: 0 -20px;
  }
  .area-map-pic {
    overflow-x: clip;
  }
  .area-map-pic > img {
    max-width: none;
    width: 120.5128205128vw;
    margin-inline: -10.2564102564vw;
  }
  .area-map-info {
    right: 20px;
  }
  .area-map-info-copy {
    font-size: 1.4rem;
  }
  .area-map-info-cover {
    gap: 0 8px;
  }
  .area-map-info-cover-num {
    font-size: 3rem;
  }
  .area-map-info-cover-num > span {
    font-size: 8rem;
  }
  .area-map-info-cover-text {
    font-size: 1.2rem;
  }
  .faq-list {
    margin-top: 40px;
    max-width: 350px;
  }
  .support-service-box {
    width: auto;
    max-width: 300px;
    margin-inline: auto;
  }
  .support-menu-main {
    padding: 16px;
  }
  .support-menu-main > ul {
    display: block;
  }
  .support-menu-main > ul::before {
    display: none;
  }
  .support-menu-main > ul > li:nth-of-type(n+2) {
    margin-top: 48px;
  }
  .support-menu-main > ul > li:nth-of-type(n+2)::before {
    content: "";
    display: flex;
    width: 32px;
    aspect-ratio: 1;
    border-radius: 100%;
    background-color: #fff;
    position: absolute;
    top: -40px;
    left: 50%;
    translate: -50%;
    background-image: url(/home/service/simple/share/img/icon-plus.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px;
  }
  .reason-anchor-list > li:nth-of-type(n+2) {
    padding-top: 32px;
    margin-top: 32px;
  }
  .reason-anchor-card {
    width: 100%;
    display: block;
  }
  .reason-anchor-card-text {
    text-align: left;
    font-size: 1.4rem;
  }
  .compare {
    padding-bottom: 40px;
  }
  .compare-head.sticky {
    top: 30px;
  }
  .compare-head > li {
    padding: 40px 0 24px;
  }
  .compare-cv > li > .btn {
    margin-top: 16px;
  }
  .compare-cv > li > .btn > a {
    background-image: none;
    width: 110px;
    min-height: 36px;
    font-size: 1.2rem;
  }
  .compare-cv-apply {
    gap: 12px 0;
  }
  .compare-cv-apply .btn > a {
    background-image: none;
    width: 110px;
    min-height: 36px;
    font-size: 1.2rem;
  }
  .compare-body {
    padding: 24px;
  }
  .compare-body-separate > ul {
    justify-content: center;
    gap: 0 48px;
  }
  .compare-body-separate > ul > li {
    width: 130px;
  }
  .compare-body-list > h4 + * {
    margin-top: 16px;
  }
  .compare-body-list > ul > li:not(:has(> img)) {
    padding-left: 16px;
  }
  .compare-body-price {
    margin-top: 16px;
    display: block;
  }
  .compare-body-price-yen {
    margin-top: 4px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
  .compare-body-graph-price > p {
    width: 100%;
    display: block;
    text-align: left;
  }
  .compare-body-graph-price > p > span {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
  .compare-body-subtitle-eo {
    font-size: 1.2rem;
  }
  .box-excluded {
    margin-top: 16px;
  }
  .box-excluded-list {
    flex-direction: column;
  }
  .modal-close {
    right: 13px;
    top: 13px;
    width: 24px;
  }
  .modal-head {
    position: fixed;
    top: 24px;
    background-color: #fff;
    width: calc(100% - 40px);
    left: 20px;
    height: 48px;
    z-index: 1000;
    border-radius: 6px 6px 0 0;
  }
  .modal-body {
    height: calc(100% - 48px);
    top: 48px;
    padding-top: 0;
  }
  .modal-iframe-contents {
    margin-top: 0;
    border-radius: 0 0 6px 6px;
  }
  .modal-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 140px;
    padding-bottom: 16px;
    margin-bottom: -16px;
    padding-top: 32px;
  }
  .modal-title-bg {
    width: 390px;
    height: 100%;
  }
  .modal-title-bg::before {
    background-image: url(/home/service/simple/share/img/mv-sub-head-sp.png);
    aspect-ratio: 555/329;
    left: -130px;
    width: 275px;
  }
  .modal-title-bg::after {
    background-image: url(/home/service/simple/share/img/mv-sub-foot-sp.png);
    aspect-ratio: 704/389;
    right: -260px;
    width: 350px;
  }
  .cp-list {
    display: flex;
    gap: 24px 0;
    flex-direction: column;
  }
  .cp-card {
    min-height: auto;
  }
  .cp-card-info-label > li {
    font-size: 1.2rem;
  }
  .cp-card-info-detail {
    padding-right: 32px;
    font-size: 1.4rem;
  }
  .cp-card-info-detail::after {
    width: 28px;
  }
  #wrapper[data-layout=modal] {
    padding-top: 24px;
  }
  #wrapper[data-layout=modal] .modal-close {
    display: none;
  }
}

@media screen and (min-width: 767.99px), print {
  .text-list.inline-pc {
    gap: 16px 24px;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .text-copy-pc {
    font-size: 2rem !important;
  }

  .text-lead-pc {
    font-size: 1.6rem !important;
  }

  .text-caption-pc {
    font-size: 1.2rem !important;
  }
  .color-primary-rd-pc {
    color: #E31A00 !important;
  }
  .bg-primary-rd-pc {
    background-color: #E31A00 !important;
  }
  .color-primary-or-pc {
    color: #FCA733 !important;
  }
  .bg-primary-or-pc {
    background-color: #FCA733 !important;
  }
  .color-secondary-yl-pc {
    color: #FFE100 !important;
  }
  .bg-secondary-yl-pc {
    background-color: #FFE100 !important;
  }
  .color-secondary-gr-pc {
    color: #EBEBEB !important;
  }
  .bg-secondary-gr-pc {
    background-color: #EBEBEB !important;
  }
  .color-secondary-wh-pc {
    color: #D7D7D7 !important;
  }
  .bg-secondary-wh-pc {
    background-color: #D7D7D7 !important;
  }
  .color-text-pc {
    color: #323232 !important;
  }
  .bg-text-pc {
    background-color: #323232 !important;
  }
  .list-feature.top {
    max-width: 580px;
  }
  .list-feature.top > li:nth-of-type(even) > p {
    margin-left: auto;
  }
  .list-feature.top > li > p {
    min-width: 10.5em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .mv-top .mv-top-anm-pc {
    display: block;
  }
  .mv-top-anm-pc svg, .mv-top-anm-tb svg, .mv-top-anm-sp svg {
    position: absolute;
    height: 100% !important;
    width: auto !important;
    left: 50%;
    translate: -50%;
    top: 0;
  }
  .mv-top-anm-pc > img, .mv-top-anm-tb > img, .mv-top-anm-sp > img {
    max-width: none;
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    left: 50%;
    translate: -50%;
  }
  .mv-top-anm-label {
    display: none;
  }
  .mv-top-plan-prcie-detail-year {
    width: 80px;
  }
  .mv-top-plan-btn .btn.primary > a {
    width: 220px;
  }
  .accordion-attention.enable-sp .accordion-attention-head {
    display: none;
  }
  .accordion-attention.enable-sp .accordion-attention-body {
    height: auto;
    overflow: visible;
    -webkit-mask-image: none;
    mask-image: none;
    padding-bottom: 0;
  }
  @-moz-document url-prefix() {
    .flow-step::before {
      height: 1px;
    }
  }
  .flow-card > li:nth-of-type(n+2)::before {
    content: "";
    display: block;
    width: 90px;
    height: 200px;
    position: absolute;
    left: -90px;
    top: 0;
    background-image: url(/home/service/simple/share/img/arrow-flow.svg);
    background-repeat: no-repeat;
    background-position: center center;
  }
  .compare-cv > li {
    padding: 0 24px;
  }
  .modal.old .modal-iframe-contents {
    padding-top: 64px;
  }
  .modal.old .modal-head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

@media screen and (min-width: 767.99px) and (max-width: 1280px) {
  .cv-line-head::after {
    width: 1640px;
  }
  .cv-line-head-03::after {
    width: 1640px;
  }
  .cv-line-foot::after {
    width: 1640px;
  }
  .cv-line-foot-03::after {
    width: 1640px;
  }
  .cv-line-cover {
    margin: -11.1111111111% 0 calc(-11.1111111111% - 60px) !important;
  }
  .cv-line-cover-head {
    margin-top: -11.1111111111% !important;
  }
  .cv-line-cover-foot {
    margin-bottom: calc(-11.1111111111% - 60px) !important;
  }
}

@media screen and (min-width: 767.99px) and (max-width: 1080px) {
  .cp-app-flow {
    flex-direction: column;
    gap: 48px 0;
  }
  .cp-app-flow-step {
    margin: 0 auto;
  }
}

@media screen and (min-width: 767.99px) and (max-width: 1120px) {
  .mv-top {
    height: 1024px;
  }
  .mv-top .mv-top-anm-pc {
    display: none;
  }
  .mv-top .mv-top-anm-tb {
    display: block;
  }
  .mv-top-title {
    top: 88px;
    font-size: 4.4rem;
  }
  .mv-top-plan {
    left: 0;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  .mv-top-plan::before {
    width: 705px;
    bottom: -145px;
  }
  .mv-top-plan-type {
    width: 136px;
    height: 32px;
    font-size: 1.6rem;
  }
  .mv-top-plan-copy {
    font-size: 2.2rem;
    line-height: 1.3;
  }
  .mv-top-plan-copy > small {
    font-size: 1.4rem;
  }
  .mv-top-plan-title {
    margin-top: 0;
    font-size: 4.8rem;
  }
  .mv-top-plan-prcie-detail-copy {
    font-size: 2.4rem;
  }
  .mv-top-plan-prcie-detail-speed-num {
    font-size: 5.6rem;
  }
  .mv-top-plan-prcie-detail-speed-gb {
    font-size: 1.4rem;
  }
  .mv-top-plan-prcie-detail-year {
    font-size: 1.2rem;
  }
  .mv-top-plan-prcie-num {
    font-size: 14.2rem;
  }
  .mv-top-plan-prcie-yen {
    font-size: 3.6rem;
  }
  .mv-top-plan-prcie-yen-attention {
    font-size: 1.2rem;
  }
  .mv-top-plan-prcie-notice {
    font-size: 0.8rem;
  }
  .mv-top-plan-option > li {
    width: 240px;
    height: 40px;
  }
  .mv-top-plan-option > li > p {
    font-size: 1.2rem;
  }
  .mv-top-plan-option > li > p > span {
    font-size: 1.8rem;
  }
  .mv-top-plan-option > li > p > span > small {
    font-size: 1.2rem;
  }
  .mv-top-plan-option > li > span {
    font-size: 1rem;
  }
  .mv-top-plan-btn .btn > a {
    width: 240px;
    min-height: 48px;
  }
  .mv-top-plan-btn .btn.primary > a {
    width: 180px;
  }
}

@media screen and (min-width: 767.99px) and (max-width: 1000px) {
  .flow-step {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: column;
    gap: 32px 0;
  }
  .flow-step::before {
    top: 0;
    left: 40px;
    width: 0.5px;
    height: 100%;
  }
  .flow-step > li {
    width: auto;
    display: flex;
    align-items: center;
    gap: 0 24px;
  }
  .flow-step-text {
    margin: 0;
    text-align: left;
  }
}

@media screen and (min-width: 767.99px) and (max-width: 1140px) {
  .flow-card {
    flex-direction: column;
    align-items: center;
  }
  .flow-card > li:nth-of-type(n+2) {
    padding-top: 56px;
    margin-top: 32px;
    border-top: 1px solid #323232;
  }
  .flow-card > li:nth-of-type(n+2)::before {
    display: none;
  }
}




.local-nav {
  position: relative;
  background-color: #ebebeb;
  padding: 20px 0;
}
.local-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px 0;
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (min-width: 767.99px) {
	.local-nav {
		padding: 40px 0;
	}
}


/* ---------------------------------------------------------------------------

----------------------------------------------------------------------------*/
.new__detail2__common {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 40px auto 0;
}
.new__detail2__common-penalty, 
.new__detail2__common-router,
.new__detail2__common-rental {
  border-radius: 6px;
  text-align: center;
  background-color: #fff;
  border: solid #8b8b8b 1px;
  padding: 10px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.new__detail2__common-penalty p {
  font-size: 1.4rem;
  height: 7.4rem;
}
.new__detail2__common-penalty p.note {
  position: absolute;
  text-align: center;
  margin: 60px 30px;
  font-size: 1rem;
  line-height: 1.3;
}
.new__detail2__common-penalty p span {
  font-size: 1.8rem;
}
.new__detail2__common-penalty p span.price-6000 {
  line-height: 1.3;
  font-size: 3.6rem;
  color: #EB0731;
}
.new__detail2__common-penalty p span.note {
  position: relative;
  right: 0;
  bottom: 44px;
  font-size: 1rem;
  color: #323232;
  line-height: 1.3;
}
.new__detail2__common-price {
  width: 218px;
  margin: 0 auto;
}
.new__detail2__common-router p {
  height: 8rem;
}
.new__detail2__common-router p span {
  line-height: 1.3;
  font-size: 3.2rem;
}
.new__detail2__common-router .price-150 {
  font-size: 3.2rem;
}
.new__detail2__common-router p span.monthly {
  line-height: 1;
  font-size: 1.8rem;
}
.new__detail2__common-router img {
  width: 8px;
  margin: 0 4px;
  vertical-align: -1px
}
.new__detail2__common-router p span.free {
  line-height: 1;
  font-size: 3.2rem;
}
.new__detail2__common-router p span.note {
  position: relative;
  right: 0;
  bottom: 66px;
  left: 128px;
  font-size: 1rem;
  color: #323232;
  line-height: 1.3;
}
.new__detail2__common-rental p {
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
}
.new__detail2__common-rental span {
  line-height: 1.8;
}
.new__detail2__common-rental a img {
  width: 7px;
}
.new__detail2__common-rental-month {
  font-size: 1.8rem;
}
.new__detail2__common-rental-month span {
  font-size: 3.2rem;
  line-height: 1.3;
}
.new__detail2__common-rental .note {
  text-align: left;
}
.new__detail-sup {
  vertical-align: top;
  position: relative;
  top: 1em;
}
.new__detail__simple-terms {
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .new__detail2__common {
    width: 96vw;
    max-width: 800px;
    gap: 24px;
    margin: 0 auto;
  }
  .new__detail2__common-penalty, 
  .new__detail2__common-router, 
  .new__detail2__common-rental {
    padding: 34px 92px;
    gap: 24px;
  }
  .new__detail2__common-penalty p,
  .new__detail2__common-router p {
    font-size: 2.8rem;
    height: 10rem;
  }
  .new__detail2__common-penalty p span {
    font-size: 2.8rem;
  }
  .new__detail2__common-penalty p span.price-6000,
  .new__detail2__common-router p span {
    font-size: 5.0rem;
  }
  .new__detail2__common-penalty p span.note {
    position: relative;
    right: 0;
    bottom: 34px;
    left: -33px;
    font-size: 1rem;
    color: #323232;
    line-height: 1.3;
    margin: 0;
  }
  .new__detail2__common-router p span.note {
    position: relative;
    right: 0;
    bottom: 52px;
    left: -44px;
    font-size: 1rem;
    color: #323232;
    line-height: 1.3;
  }
  .new__detail2__common-price {
    width: 374px;
  }
  .new__detail2__common-rental p {
    font-size: 1.4rem;
  }
  .new__detail2__common-rental-month {
    font-size: 2.8rem;
  }
  .new__detail2__common-router p span.monthly {
    font-size: 2.8rem;
  }
  .new__detail2__common-rental-month span {
    font-size: 5.0rem;
    line-height: 1.3;
  }
  .new__detail2__common-rental .note {
    font-size: 1.2rem;
  }
  .new__detail__simple-terms {
    font-size: 1.6rem;
  }
}


/* ---------------------------------------------------------------------------
口コミ
----------------------------------------------------------------------------*/
.review {
  padding: 0 0 40px;
  overflow-x: hidden;
}
.review .swiper-container {
  width: 80%;
  margin: 30px auto;
  position: relative;
}
.review img.swiper-button-prev {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-20px, 0);
}
.review img.swiper-button-next {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(20px, 0);
}
/* ページネーション */
.review div.swiper-pagination {
  bottom: 110px !important;
  width: 350px !important;
  left: 50% !important;
  transform: translateX(-50%);
}
.review span.swiper-pagination-bullet {
  width: 38px;
  height: 3px;
  border-radius: 5px;
  background: #888;
  transition: all 0.3s ease;
}
.review .swiper-pagination-bullet-active {
  background: #323232;
  width: 50px;
}
@media (min-width: 768px) {
  .review {
		padding: 0 0 80px;
  }
  .review .swiper-container {
    margin: 54px auto 34px;
  }
  .review span.swiper-pagination-bullet {
    width: 150px;
  }
  .review div.swiper-pagination {
    width: 1100px !important;
  }
}


.slide-card-review .card-review {
    width: 320px;
    padding: 0;
}
.slide-card-review .slide-card-arrow {
    max-width: 100%;
}
.slide-card-review .slide-card-arrow-prev {
  left: 30px;
}
.slide-card-review .slide-card-arrow-next {
  right: 30px;
}
@media (min-width: 768px) {
    .slide-card-review .card-review {
        width: 380px;
    }
    .slide-card-review .slide-card-arrow-prev {
      left: 52px;
    }
    .slide-card-review .slide-card-arrow-next {
      right: 52px;
    }
}


.simple-netflix {
  background-color: #000;
  background-image: url("/home/service/simple/share/img/netflix-bg-sp.jpg");
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: 100% auto;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
.simple-netflix .swiper-netflix {
    overflow: hidden;
    position: relative;
    background-image: url("/home/service/simple/share/img/netflix-slide-bg-pc.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 20px 0;
    padding: 12px 0;
}
.simple-netflix .swiper-netflix .swiper-button-prev {
    top: 50% !important;
    left: 20px !important;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
}
.simple-netflix .swiper-netflix .swiper-button-next {
    top: 50% !important;
    right: 20px !important;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
}
.simple-netflix .swiper-netflix .swiper-button-next:after,
.simple-netflix .swiper-netflix .swiper-button-prev:after {
    font-size: 12px !important;
    font-weight: bold !important;
    color: #000 !important;
}
.simple-netflix .swiper-netflix .swiper-button-next:after {
    margin-left: 3px;
}
.simple-netflix .swiper-netflix .swiper-button-prev:after {
    margin-right: 3px;
}
.simple-netflix .netflix-foot {
  margin: 0 0 -2px;
}
@media screen and (min-width: 767.99px) {
  .simple-netflix {
    background-image: url("/home/service/simple/share/img/netflix-bg-pc.jpg");
    background-position: 0 99.999%;
    margin: 0;
    padding: 0;
  }
  .simple-netflix .swiper-netflix {
    margin: 50px 0;
    padding: 20px 0;
  }
  .simple-netflix .swiper-netflix .swiper-button-prev,
  .simple-netflix .swiper-netflix .swiper-button-next {
    width: 36px;
    height: 36px;
  }
  .simple-netflix .swiper-netflix .swiper-button-next:after, 
  .simple-netflix .swiper-netflix .swiper-button-prev:after {
    font-size: 18px !important;
  }
}

.accordion {
  margin-top: 0;
}
.btn.cta > a {
  color: #FFFFFF;
  background-color: #EB0731;
  border: 3px solid #EB0731;
  min-width: 300px;
}
.btn.small {
  max-width: none;
}
.slide-card-main {
  max-width: 100%;
}
.ico_new,.ico_reccomend,.ico_securitypack {
  margin-left: 20px;
  padding-top: 3px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  color: #fff;
  font-size: 1.4rem;
  vertical-align: bottom;
  background-color: #ffe100;
}
.ico_reccomend {
  background-color: #ffe100;
  color: #000;
}
.ico_securitypack {
  background-color: #6794D4;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color:#FFFFFF;	
    pointer-events: auto;
  background-color: #323232;
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  transition: 0.3s;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 12px;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  scale: 1.25;
}

.charge-excluded {
  border: 1px solid #EBEBEB;
  background-color: #fff;
  border-radius: 10px;
}

body#option .local-nav li:nth-child(2) a {
  color:#F57E00;
}