@charset "UTF-8";
.lp-btn {
  transition: 0.2s !important;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #333 !important;
  text-align: center;
  max-width: 390px;
  min-height: 48px;
  margin-inline: auto;
  border-radius: 999px;
  border: 2px solid #888;
  background-color: #fff;
  /*
  @media (hover: none) {
  	&:active {
  		@content;
  	}
  }
  */
}
@media screen and (max-width: 767px) {
  .lp-btn {
    font-size: 14px;
    min-height: 48px;
  }
}
.lp-btn[href^="#anc-"]::before {
  transform: rotate(90deg);
}
.lp-btn[target=_blank]::before {
  display: none;
}
.lp-btn[target=_blank]::after {
  right: 16px;
}
.lp-btn[data-color=primary] {
  border-color: #E93817;
}
.lp-btn::before {
  transition: 0.2s;
  content: "";
  position: absolute;
  right: 16px;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  background: url(../images_v10/icn/icn_arr_blk.svg) no-repeat 0 0/100% auto;
}
@media screen and (max-width: 767px) {
  .lp-btn::before {
    right: 12px;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .lp-btn:hover {
    opacity: 0.8;
  }
  .lp-btn:hover:not[href^="#anc-"]::before {
    transform: translateX(6px);
  }
}

.lp-btn-bd-xs {
  transition: 0.2s;
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #333 !important;
  width: 100%;
  height: auto;
  margin-inline: auto;
  padding-block: 6px;
  border-radius: 999px;
  border: 2px solid #939393;
  background-color: #fff;
  /*
  @media (hover: none) {
  	&:active {
  		@content;
  	}
  }
  */
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .lp-btn-bd-xs:hover::before {
    transform: translateX(4px);
  }
}
.lp-btn-bd-xs[data-color=primary] {
  border-color: #E93817;
}

.lp-btn-bd-xs {
  max-width: 330px;
  min-height: 40px;
  font-size: 14px;
  font-weight: 500;
}
.lp-btn-bd-xs::before {
  transition: 0.2s;
  content: "";
  position: absolute;
  right: 16px;
  top: calc(50% - 6px);
  width: 12px;
  height: 12px;
  background: url(../images_v10/icn/icn_arr_xs_blk.svg) no-repeat 0 0/100% auto;
}

.acc {
  margin-bottom: 32px;
  border-radius: 12px;
  border: 1px solid #333;
  background: #fff;
}
.acc[data-id=service] {
  border: 2px solid #e2e2e2;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .acc {
    margin-bottom: 24px;
  }
}
.acc .acc-trigger {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  padding: 18px 12px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .acc .acc-trigger {
    font-size: 16px;
  }
}
.acc .acc-trigger > .inner {
  position: relative;
  display: block;
  width: auto;
  max-width: auto;
  padding-right: 24px;
  background: url(../images_v10/icn/icn_acc_open_blk.svg) no-repeat center right/25px auto;
}
.acc .acc-trigger:has(.brand) {
  padding: 14px 12px;
}
.acc .acc-trigger .brand {
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .acc .acc-trigger .brand {
    font-size: 20px;
  }
}
.acc .acc-trigger .brand .brand-label {
  display: block;
  font-size: 16px;
  text-align: center;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .acc .acc-trigger .brand .brand-label {
    font-size: 14px;
  }
}
.acc .acc-trigger .brand .brand-label img.logo {
  width: 34px;
  margin-right: 8px;
  margin-top: -4px;
}
.acc .acc-trigger.open {
  border-bottom: none;
}
.acc .acc-trigger.open > .inner {
  background-image: url(../images_v10/icn/icn_acc_close_blk.svg);
}
.acc .acc-body > .inner {
  padding: 16px 16px 32px;
}
.acc .acc-close {
  padding: 16px 8px 0;
  margin-top: 32px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #333;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .acc .acc-close {
    padding: 10px 10px 0;
    font-size: 16px;
  }
}
.acc .acc-close span {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 180px;
  background: url(../images_v10/icn/icn_acc_close_blk.svg) no-repeat center right/25px auto;
}
@media screen and (max-width: 767px) {
  .acc .acc-close span {
    max-width: 120px;
  }
}

.swiper-charm {
  opacity: 0;
  position: relative;
  margin: 0 auto 24px;
}
.swiper-charm.is-show {
  opacity: 1;
}
.swiper-charm.is-show .swiper-slide {
  height: auto !important;
}
.swiper-charm .swiper-button-prev,
.swiper-charm .swiper-button-next {
  transition: transform 0.3s;
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  outline: none;
  background: url(../images_v10/swiper_btn_next.svg?2) no-repeat 0 0/100% auto;
}
.swiper-charm .swiper-button-prev::after,
.swiper-charm .swiper-button-next::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .swiper-charm .swiper-button-prev,
  .swiper-charm .swiper-button-next {
    display: block;
    width: 32px;
    height: 32px;
  }
}
.swiper-charm .swiper-button-prev.swiper-button-disabled,
.swiper-charm .swiper-button-next.swiper-button-disabled {
  background-image: url(../images_v10/swiper_btn_next_disabled.svg?2);
}
.swiper-charm .swiper-button-prev {
  transform: translateX(24px) rotate(180deg);
  left: -28px;
}
@media screen and (max-width: 767px) {
  .swiper-charm .swiper-button-prev {
    left: -16px;
  }
}
.swiper-charm .swiper-button-prev.init {
  opacity: 1;
  transform: translateX(0px) rotate(180deg);
}
.swiper-charm .swiper-button-next {
  transform: translateX(-24px);
  right: -28px;
}
@media screen and (max-width: 767px) {
  .swiper-charm .swiper-button-next {
    right: -16px;
  }
}
.swiper-charm .swiper-button-next.init {
  opacity: 1;
  transform: translateX(0px);
}
.swiper-charm .swiper-footer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 24px auto 0;
}
.swiper-charm .swiper-footer .swiper-pagination {
  position: relative;
  height: 28px;
}
.swiper-charm .swiper-footer .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  margin: 0 2px;
  padding: 14px;
  border-radius: 0;
  background: none;
  opacity: 1;
}
.swiper-charm .swiper-footer .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #d3d3d3;
}
.swiper-charm .swiper-footer .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  top: 8px;
  left: 8px;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background-color: #E93817;
}

.swiper-charm {
  max-width: 648px;
  margin: 0 auto 24px;
  /*
  @media screen and (min-width: 480px) and (max-width: 767px) {
  	width: calc(100% + 32px);
  	margin-left: -16px;
  }
  */
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .swiper-charm {
    max-width: 520px;
  }
}
@media screen and (max-width: 767px) {
  .swiper-charm {
    margin-bottom: 24px;
  }
}
.swiper-charm[data-id=tv] .charm-item::before {
  background: #FFE5E0;
}
.swiper-charm[data-id=tv] .charm-item .lp-btn-bd-xs {
  font-size: 12px;
}
.swiper-charm .charm-item {
  position: relative;
  z-index: 0;
  overflow: hidden;
  text-align: center;
  padding: 16px 10px;
  border-radius: 10px;
  border: 1px solid #333;
  background: #fff;
}
.swiper-charm .charm-item > .inner {
  max-width: 290px;
  margin-inline: auto;
}
.swiper-charm .charm-item::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 40px;
  background: #FFE5E0;
}
.swiper-charm .charm-item .num {
  margin-bottom: 20px;
}
.swiper-charm .charm-item .txt-14 {
  font-size: 14px;
}
@media screen and (min-width: 980px) and (max-width: 1089px) {
  .swiper-charm .charm-item .txt-14 {
    font-size: calc(12.6px + (14 - 12.6) * (100vw - 980px) / (1089 - 980));
  }
}
.swiper-charm .charm-item .txt-16 {
  font-size: 16px;
}
@media screen and (min-width: 980px) and (max-width: 1089px) {
  .swiper-charm .charm-item .txt-16 {
    font-size: calc(14.4px + (16 - 14.4) * (100vw - 980px) / (1089 - 980));
  }
}
.swiper-charm .charm-item .h-14 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
}
.swiper-charm .charm-item .h-16 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}
.swiper-charm .charm-item .h-18 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}
.swiper-charm .charm-item .h-20 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
}
.swiper-charm .charm-item .h-24 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}
.swiper-charm .charm-item .h-24 .fs-sm {
  font-size: 66.6666666667%;
}
.swiper-charm .charm-item .shinsta-img {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-bottom: 16px;
}
.swiper-charm .charm-item .shinsta-summary {
  overflow: hidden;
  display: block;
  color: #333;
  border-radius: 6px;
  border: 1px solid #333;
  /*
  @media (hover: none) {
  	&:active {
  		@content;
  	}
  }
  */
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .swiper-charm .charm-item .shinsta-summary:hover .link::before {
    transform: translateX(4px);
  }
}
.swiper-charm .charm-item .shinsta-summary > .header {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #fff;
  text-align: center;
  height: 58px;
  padding-inline: 6px;
  background: #333;
}
.swiper-charm .charm-item .shinsta-summary > .inner {
  text-align: center;
  font-weight: bold;
  padding: 6px 2px 8px;
  background: #FFEDF6;
}
.swiper-charm .charm-item .shinsta-summary > .inner .catch {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2px;
  min-height: 46px;
}
.swiper-charm .charm-item .shinsta-summary > .inner sup {
  top: -6px;
  font-size: 10px;
}
.swiper-charm .charm-item .shinsta-summary > .inner > .link {
  transition: 0.25s;
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #E93817;
  margin-bottom: 0;
  padding: 0 16px 2px 2px;
  border-bottom: 1px solid #E93817;
}
.swiper-charm .charm-item .shinsta-summary > .inner > .link::before {
  transition: 0.2s;
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
  width: 11px;
  height: 11px;
  background: url(../images_v10/icn/icn_arr_red.svg) no-repeat 0 0/100% auto;
}
.swiper-charm .charm-item .charm-tv-row {
  display: flex;
  margin-bottom: 16px;
}
.swiper-charm .charm-item .charm-tv-row .charm-tv-col:not(.icn) {
  width: 47.5862068966%;
}
.swiper-charm .charm-item .charm-tv-row .icn {
  position: relative;
  z-index: 1;
  width: 7.5862068966%;
  margin: 28% -4px 0;
}
.swiper-charm .charm-item .charm-box[data-color=beg] {
  border: 1px solid #f7b6ab;
  background: #FFF2F0;
}
.swiper-charm .charm-item .charm-box[data-color=beg] .charm-box-body {
  background: #FFF2F0;
}
.swiper-charm .charm-item .charm-box .charm-box-header {
  padding: 10px;
  background: #fff;
}
.swiper-charm .charm-item .charm-box .charm-box-header .h-14 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
}
.swiper-charm .charm-item .charm-box .charm-box-header .h-24 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0;
}
.swiper-charm .charm-item .charm-box .charm-box-body {
  padding: 16px 19px;
}
.swiper-charm .charm-item .catch-balloon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  max-width: 258px;
  height: 80px;
  margin: 0 auto 32px;
  border: 1px solid #f7b6ab;
  background: #FFF2F0;
}
.swiper-charm .charm-item .catch-balloon::before, .swiper-charm .charm-item .catch-balloon::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin-inline: auto;
}
.swiper-charm .charm-item .catch-balloon::after {
  bottom: -14px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 14px solid #FFF2F0;
}
.swiper-charm .charm-item .catch-balloon::before {
  bottom: -15px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 15px solid #f7b6ab;
}
.swiper-charm .charm-item .catch-balloon p {
  margin-bottom: 0;
}
.swiper-charm .charm-item .check-list[data-color=gas] {
  text-align: left;
  max-width: 252px;
  margin-top: 16px;
}
.swiper-charm .charm-item .check-list[data-color=gas] li {
  font-size: 14px;
  padding: 10px 16px 10px 44px;
}
.swiper-charm .charm-item .check-list[data-color=gas] li + li {
  margin-top: 12px;
}
.swiper-charm .charm-item sup {
  top: -10px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .swiper-charm .charm-item sup {
    font-size: 10px;
  }
}
.swiper-charm .charm-item .list-note > li,
.swiper-charm .charm-item .list-note-num > li {
  padding-left: 16px;
  text-align: justify;
}
.swiper-charm .charm-item .text-upper::before, .swiper-charm .charm-item .text-upper::after,
.swiper-charm .charm-item .text-upper::before,
.swiper-charm .charm-item .text-upper::after {
  top: 4%;
  border-color: currentColor;
  height: 82%;
}
.swiper-charm .charm-item .text-upper::before,
.swiper-charm .charm-item .text-upper::before {
  left: 6px;
  transform: rotate(-20deg);
}
@media screen and (max-width: 767px) {
  .swiper-charm .charm-item .text-upper::before,
  .swiper-charm .charm-item .text-upper::before {
    left: 8px;
  }
}
.swiper-charm .charm-item .text-upper::after,
.swiper-charm .charm-item .text-upper::after {
  right: 6px;
  transform: rotate(20deg);
}
@media screen and (max-width: 767px) {
  .swiper-charm .charm-item .text-upper::after,
  .swiper-charm .charm-item .text-upper::after {
    right: 8px;
  }
}

.color-marker-yel {
  background: linear-gradient(transparent 1.1em, #F5D200 1.1em, #F5D200 1.35em, transparent 1.35em);
}

.bnr-648 {
  display: block;
  max-width: 648px;
  margin: 0 auto 8px;
}
.bnr-648 img {
  border-radius: 16px;
}

.check-list {
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .check-list {
    width: 82%;
    max-width: 320px;
  }
}
.check-list li {
  font-size: 16px;
  font-weight: 700;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 12px 16px 12px 56px;
}
@media screen and (max-width: 767px) {
  .check-list li {
    font-size: 14px;
  }
}
.check-list li + li {
  margin-top: 16px;
}
.check-list[data-color=gas] li {
  background: #F2F2F2 url(../images_v10/icn/icn_check_blk.svg) no-repeat left 12px center/19px auto;
}

/*コンテナー*/
@media screen and (max-width: 767px) {
  .container-sm-sp {
    width: calc(100% - 32px);
    margin: 0 16px;
  }
}

/*テキスト*/
.fs-15 {
  font-size: 15px;
}

.line-height-xs {
  line-height: 1.2;
}

.text-upper.text-upper-md {
  padding: 0 16px;
}
.text-upper.text-upper-md::before, .text-upper.text-upper-md::after {
  bottom: 2px;
  height: 80%;
  border-width: 2px;
}
@media screen and (max-width: 767px) {
  .text-upper.text-upper-md::before, .text-upper.text-upper-md::after {
    height: 75%;
    border-width: 1px;
  }
}
.text-upper.text-upper-md::before {
  transform: rotate(-26deg);
}
.text-upper.text-upper-md::after {
  transform: rotate(26deg);
}

/*テキストカラー*/
.color-black {
  color: #333 !important;
}

/*上付き文字*/
sup {
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  h3 sup {
    font-size: 12px;
    top: -10px;
  }
}

/*補助*/
@media screen and (max-width: 767px) {
  .block-sp {
    display: block;
  }
}

/*テキストリンク*/
.link-anchor-text.color-primary {
  color: #ed3817 !important;
}
.link-anchor-text.color-primary::after {
  background-image: url(../images_v10/icn-link-anchor-text-primary.svg);
}

/*幅*/
.w-352 {
  max-width: 352px;
}

/*リスト*/
.list-note-num.start-9 {
  counter-increment: num 8 !important;
}
.list-note-num.start-10 {
  counter-increment: num 9 !important;
}
.list-note-num.start-10 > li {
  padding-left: 38px;
}

.list-note > li.star::before {
  content: "★";
  position: absolute;
  top: 0;
  left: 0;
}

/*余白*/
.m-auto {
  margin: auto;
}

@media screen and (max-width: 767px) {
  .p-md-sp {
    padding: 16px !important;
  }
}

@media screen and (max-width: 767px) {
  .tab-nav.p-md-sp {
    padding: 16px 16px 0 !important;
  }
}

/*ボード*/
.board-plan {
  overflow: hidden;
  padding-top: 36px;
  padding-bottom: 0;
  border: solid #e2e2e2 2px;
}
@media screen and (max-width: 767px) {
  .board-plan {
    padding: 24px 16px 0;
  }
}

[class^=board-] .board-price {
  width: calc(100% + 48px);
  margin-left: -24px;
  border-radius: 0;
  background-color: #fff2f0;
}
@media screen and (max-width: 767px) {
  [class^=board-] .board-price {
    width: calc(100% + 32px);
    margin-left: -16px;
    padding: 24px 16px;
  }
}

/*ボックス*/
.box-features,
.box-features-sm {
  padding: 24px 16px;
  border-radius: 8px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .box-features,
  .box-features-sm {
    padding: 16px 16px;
  }
}
.box-features.middle-center,
.box-features-sm.middle-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .box-features.middle-center,
  .box-features-sm.middle-center {
    display: block;
  }
}

.box-features-sm {
  padding: 12px 16px;
}
/*リンク*/
.link-anchor-panel-down.col-50 {
  width: 272px;
}
.link-anchor-panel-down.col-50 img.icon[data-type=wifi] {
  width: 16px;
}
.link-anchor-panel-down.col-50 img.icon[data-type=wifi_tv] {
  width: 46px;
}

/*角丸*/
.bd-radius-8 {
  border-radius: 8px;
}

.bd-radius-48 {
  border-radius: 48px;
}

/*タブ*/
.tab.tab-card > .tab-nav li > a.is-current {
  background: #F2F2F2;
  border-radius: 16px 16px 0 0;
  border: solid #AFAFAF 2px;
  border-bottom: none;
  color: #e93817 !important;
  font-weight: bold;
}
.tab.tab-card > .tab-nav li > a.is-current::before, .tab.tab-card > .tab-nav li > a.is-current::after {
  display: block;
  content: "";
  position: absolute;
  top: calc(100% - 4px);
}
.tab.tab-card > .tab-nav li > a.is-current::before {
  left: calc(50% - 3px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #e93817 transparent transparent transparent;
}
.tab.tab-card > .tab-nav li > a.is-current::after {
  left: 8px;
  width: calc(100% - 16px);
  height: 3px;
  background: #e93817;
}

.tab.tab-card > .tab-nav li > a {
  border-bottom: solid #AFAFAF 2px;
}

/*JCOMサービスロゴ*/
.service-logo {
  height: 42px;
  margin-left: auto;
  margin-right: auto;
}
.service-logo img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 767px) {
  .service-logo {
    height: 34px;
    margin-bottom: 24px;
  }
}

/*おすすめの理由 画像*/
@media screen and (max-width: 1099px) {
  .img-recommend {
    width: 100%;
    height: auto;
  }
}

/*ラベル*/
.label-ur {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #d9161B;
  text-align: center;
  margin-right: 10px;
  padding: 6px 12px;
  border-radius: 8px;
  border: solid #d9161B 2px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .label-ur {
    font-size: 12px;
    margin-right: 8px;
    padding: 4px 8px;
    border-radius: 6px;
  }
}

.label-price-1,
.label-price-2 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
  color: #fff;
  padding: 4px 6px;
  border-radius: 4px;
  background-color: #999;
}
@media screen and (max-width: 767px) {
  .label-price-1,
  .label-price-2 {
    font-size: 12px;
    padding: 3px 4px;
    border-radius: 3px;
  }
}

.label-price-2 {
  background-color: #ee5d44;
}

/*金額*/
.text-price-total {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.text-price-total > .label-price-1,
.text-price-total > .label-price-2 {
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .text-price-total > .label-price-1,
  .text-price-total > .label-price-2 {
    margin-right: 6px;
  }
}
.text-price-total > .txt-1 {
  font-size: 22px;
  line-height: 1.2;
  text-align: right;
  display: flex;
  align-items: end;
}
@media screen and (max-width: 767px) {
  .text-price-total > .txt-1 {
    font-size: 18px;
  }
}
.text-price-total > .txt-2 {
  position: relative;
  z-index: 1;
  top: -3px;
  font-size: 62px;
  font-weight: 700;
  line-height: 1.2;
  color: #d9161B;
  padding: 0 2px 0 6px;
}
@media screen and (max-width: 767px) {
  .text-price-total > .txt-2 {
    font-size: 52px;
  }
}
.text-price-total > .txt-2 .color-marker {
  position: relative;
  background: none;
}
.text-price-total > .txt-2 .color-marker::after {
  content: "";
  width: 100%;
  height: 12px;
  background-color: #f8d200;
  position: absolute;
  bottom: 12.5%;
  left: 0;
  border-radius: 12px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .text-price-total > .txt-2 .color-marker::after {
    height: 10px;
  }
}
.text-price-total > .txt-3 {
  position: relative;
  top: 6px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.text-price-total > .txt-3 small {
  font-weight: normal;
  font-size: 9px;
}
@media screen and (max-width: 767px) {
  .text-price-total > .txt-3 {
    top: 6px;
    font-size: 28px;
  }
}

.text-price-taxin {
  position: relative;
  margin-top: -16px;
}

/*CVエリア*/
.section-cv .container .cv-guide .cv-box [class^=btn-] {
  /*
  &.square {
  	@media screen and (max-width: 767px) {
  		height: 135px;
  	}
  }

  &[data-icon-sp="false"] {
  	@media screen and (max-width: 767px) {
  		&::after {
  			display: none !important;
  		}
  	}
  }
  */
}
.section-cv .container .cv-guide .cv-box [class^=btn-].adjust {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 68px;
  padding: 0 !important;
}
.section-cv .container .cv-guide[data-max-width="764"] {
  max-width: 764px;
  width: 100%;
}

/*メインビジュアル*/
.mv {
  border-radius: 48px;
  border: solid #00b4ed 3px;
}
.mv img {
  border-radius: 48px 48px 42px 42px;
}

/*ローダー*/
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  margin: 30px auto;
  font-size: 4px;
  position: relative;
  text-indent: -9999em;
  border-top: 3px solid rgba(200, 200, 200, 0.2);
  border-right: 3px solid rgba(200, 200, 200, 0.2);
  border-bottom: 3px solid rgba(200, 200, 200, 0.2);
  border-left: 3px solid #c8c8c8;
  transform: translateZ(0);
  animation: load8 0.6s infinite linear;
}

@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*アコーディオン内 カルーセル余白調整*/
.accordion .swiper_netflix_pickup .swiper-extended-footer {
  padding-inline: 24px;
}