@charset "UTF-8";
#main sup {
  font-size: clamp(11px, 0.6em, 16px);
  font-weight: normal;
}

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

.fs-15 {
  font-size: 15px;
}

.line-height-sm {
  line-height: 1.4;
}

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

.text-under {
  text-decoration: underline;
}

.text-kerning {
  font-feature-settings: "palt" 1;
}

.text-upper.text-upper-md::before, .text-upper.text-upper-md::after {
  top: 2px;
  height: 80%;
  border-color: currentColor;
  border-width: 2px;
}
.text-upper.text-upper-md::before {
  transform: rotate(-24deg);
}
.text-upper.text-upper-md::after {
  transform: rotate(24deg);
}

.link-anchor-text.color-primary {
  color: #ed3817 !important;
}
.link-anchor-text.color-primary::after {
  background-image: url(/campaign/u26/images_v10/icn-link-anchor-text-primary.svg);
}

.w-352 {
  max-width: 352px;
}

.w-480 {
  max-width: 480px;
}

[class*=content-] {
  position: relative;
  margin-inline: auto;
}

.content-640 {
  max-width: 640px;
}

.content-500 {
  max-width: 500px;
}

.list-note-num.start-9 {
  counter-increment: num 8 !important;
}

.list-note.star > li::before {
  content: "★" !important;
}

.m-auto {
  margin: auto;
}

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

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

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

.bd-radius-max {
  border-radius: 9999px;
}

@media screen and (max-width: 767px) {
  .container-sm-sp {
    width: calc(100% - 32px);
    margin: 0 16px;
  }
}

.accordion[data-bg=white] .accordion-header {
  padding-right: 0;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
.accordion[data-bg=white] .accordion-header.collapse-trigger {
  border-radius: 0;
}
.accordion[data-bg=white] .collapse-container {
  border-radius: 0;
  background-color: #fff;
}
.accordion[data-bg=white] .collapse-container.is-open::after {
  display: none;
}

.collapse-container > .collapse-content .collapse-close.color-white {
  color: #fff;
}
.collapse-container > .collapse-content .collapse-close.color-white::after {
  background-image: url(/campaign/u26/images_v10/icn-accordion-open-white.svg);
}

.accordion.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.accordion.disabled:hover {
  opacity: 0.3 !important;
}

.section-cv .container .cv-guide .cv-box [class^=btn-] {
  /*
  &[data-icon-sp="false"] {
  	@include common.mq-sp {
  		&::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;
}
@media screen and (max-width: 767px) {
  .section-cv .container .cv-guide .cv-box [class^=btn-].square {
    height: 135px;
  }
}
.section-cv .container .cv-guide[data-max-width="764"] {
  max-width: 764px;
  width: 100%;
}

.fade-in-up {
  opacity: 0;
  transform: translateY(64px);
  transition: 0.6s;
}
.fade-in-up.is-show {
  opacity: 1;
  transform: translateY(0);
}

.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);
  }
}
.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(/campaign/u26/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(/campaign/u26/images_v10/icn/icn_arr_xs_blk.svg) no-repeat 0 0/100% auto;
}

.is-ad-u22,
.is-ad-u26 {
  display: none;
}

#tab-content {
  position: relative;
}

.ad-tab {
  --btn-height: 78px;
  --bd-color: #939393;
  --active-color: #fff;
  width: 100%;
  margin: 48px auto 0;
  border-bottom: 2px solid var(--bd-color);
}
@media screen and (max-width: 767px) {
  .ad-tab {
    --btn-height: 68px;
  }
}
.ad-tab .ad-tab-nav {
  width: 100%;
  max-width: 980px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-inline: auto;
  padding: 0 32px;
}
@media screen and (max-width: 767px) {
  .ad-tab .ad-tab-nav {
    padding: 0 16px;
  }
}
.ad-tab .ad-tab-nav .ad-tab-nav-item {
  transition: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #333;
  width: calc(50% - 12px);
  height: var(--btn-height);
  margin-bottom: 0;
  padding: 0 8px;
  border: 2px solid var(--bd-color);
  border-bottom: none;
  border-radius: 16px 16px 0 0;
  background: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .ad-tab .ad-tab-nav .ad-tab-nav-item {
    font-size: 16px;
    width: calc(50% - 6px);
  }
}
.ad-tab .ad-tab-nav .ad-tab-nav-item .note {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  margin-top: 4px;
  padding-left: 0;
}
.ad-tab .ad-tab-nav .ad-tab-nav-item .note::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .ad-tab .ad-tab-nav .ad-tab-nav-item .note {
    font-size: 10px;
  }
}
.ad-tab .ad-tab-nav .ad-tab-nav-item:focus {
  outline: none;
  background: #fff;
}
.ad-tab .ad-tab-nav .ad-tab-nav-item.current {
  position: relative;
  pointer-events: none;
  color: #333;
  height: calc(var(--btn-height) + 12px);
  padding-block: 18px;
  background: var(--active-color);
}
@media screen and (max-width: 767px) {
  .ad-tab .ad-tab-nav .ad-tab-nav-item.current {
    opacity: 1 !important;
  }
}
.ad-tab .ad-tab-nav .ad-tab-nav-item.current .under {
  border-bottom: 3px solid #E93817;
}
.ad-tab .ad-tab-nav .ad-tab-nav-item.current::before {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: var(--active-color);
  position: absolute;
  bottom: -2px;
  left: 0px;
}

.ad-tab-end {
  width: 100%;
  height: 3px;
  background: var(--bd-color);
}

.discount-box {
  overflow: hidden;
  position: relative;
  border-radius: 16px;
  border: 2px solid #ed5c47;
}

.discount-box-header {
  font-weight: bold;
  color: #fff;
  padding: 8px 12px;
  text-align: center;
  background: #ed5c47;
}

.discount-box-body {
  padding: 16px;
  background: #fff;
}

.tip-bubble {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  min-width: 240px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #FFE5E0;
}
@media screen and (max-width: 767px) {
  .tip-bubble {
    min-width: 208px;
  }
}
.tip-bubble::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin-inline: auto;
}
.tip-bubble::after {
  bottom: -12px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 14px solid #FFE5E0;
}

.discount-price-group, .discount-price-group-usual {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.discount-price-group p, .discount-price-group-usual p {
  margin-bottom: 0;
}
.discount-price-group > .price-value, .discount-price-group-usual > .price-value {
  position: relative;
  z-index: 1;
  top: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
  color: #d9161B;
  padding: 0 2px 0 6px;
}
@media screen and (max-width: 767px) {
  .discount-price-group > .price-value, .discount-price-group-usual > .price-value {
    font-size: 48px;
  }
}
.discount-price-group > .price-value .color-marker, .discount-price-group-usual > .price-value .color-marker {
  position: relative;
  background: none;
}
.discount-price-group > .price-value .color-marker::after, .discount-price-group-usual > .price-value .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) {
  .discount-price-group > .price-value .color-marker::after, .discount-price-group-usual > .price-value .color-marker::after {
    height: 10px;
  }
}
.discount-price-group > .price-unit, .discount-price-group-usual > .price-unit {
  position: relative;
  top: 4px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.discount-price-group > .price-unit small, .discount-price-group-usual > .price-unit small {
  font-weight: normal;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .discount-price-group > .price-unit, .discount-price-group-usual > .price-unit {
    top: 6px;
    font-size: 20px;
    line-height: 1.1;
  }
}

.discount-price-group-usual > .price-value {
  top: 4px;
  font-size: 48px;
  line-height: 1;
  color: #333;
}
@media screen and (max-width: 767px) {
  .discount-price-group-usual > .price-value {
    font-size: 40px;
  }
}
.discount-price-group-usual > .price-unit {
  top: 4px;
  font-size: 20px;
  line-height: 1.1;
}
.discount-price-group-usual > .price-unit small {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .discount-price-group-usual > .price-unit {
    top: 4px;
    font-size: 16px;
    line-height: 1.2;
  }
}

.step-icn {
  text-align: center;
  margin: 8px auto;
}

.offer-box {
  position: relative;
  padding: 24px 16px;
  border-radius: 16px;
  border: 3px solid #ed5c47;
  background: url(/campaign/u26/images_v10/price_box_bg.png) no-repeat calc(0% - 1px) top/auto 100%, url(/campaign/u26/images_v10/price_box_bg_2.png) no-repeat calc(100% + 1px) bottom/auto 100%;
}
@media screen and (max-width: 767px) {
  .offer-box {
    padding: 16px 12px;
  }
}
.offer-box.illust-woman::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 32px;
  bottom: 0;
  width: 64px;
  height: 118px;
  background: url(/campaign/young/net/images/illust_woman_2_sp.png) no-repeat 0 0/100% auto;
}
@media screen and (max-width: 767px) {
  .offer-box.illust-woman::after {
    right: 10px;
    width: 40px;
    height: 74px;
  }
}

@media screen and (max-width: 767px) {
  .img-zero {
    width: 98px;
  }
}

.acc {
  margin-bottom: 32px;
  border-radius: 12px;
  border: 2px solid #e2e2e2;
  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: 20px 24px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .acc .acc-trigger {
    font-size: 16px;
    padding: 18px 16px;
  }
}
.acc .acc-trigger > .acc-title {
  position: relative;
  display: block;
  width: auto;
  max-width: auto;
  background: url(/campaign/u26/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 > .acc-title {
  background-image: url(/campaign/u26/images_v10/icn/icn_acc_close_blk.svg);
}
.acc .acc-body > .acc-content {
  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(/campaign/u26/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;
  }
}

.section-head h1 {
  line-height: 1.2;
  margin-bottom: 0;
}

.section-hero {
  padding-block: 24px 32px;
}
@media screen and (max-width: 767px) {
  .section-hero {
    padding-block: 16px 24px;
  }
}

.section-hero .is-border {
  border: 3px solid #E93817;
}

@media screen and (min-width: 768px) {
  .link-anchor-panel-down.is-custom {
    width: 228px;
  }
}
.link-anchor-panel-down.is-custom > .panel-body {
  padding: 12px 10px 8px;
}

.board-plan,
.board-option {
  overflow: hidden;
  padding: 32px 24px;
  border: solid #e2e2e2 2px;
}
@media screen and (max-width: 767px) {
  .board-plan,
  .board-option {
    padding: 24px 16px;
  }
}
.board-plan + .board-option,
.board-option + .board-option {
  margin-top: 40px;
}
.board-plan .board-header,
.board-plan .board-header-primary,
.board-option .board-header,
.board-option .board-header-primary {
  position: relative;
  text-align: center;
  width: calc(100% + 48px);
  margin: -32px -24px 32px !important;
  padding: 20px 16px;
  border-radius: 0px;
  background: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .board-plan .board-header,
  .board-plan .board-header-primary,
  .board-option .board-header,
  .board-option .board-header-primary {
    width: calc(100% + 32px);
    margin: -24px -16px 24px !important;
  }
}
.board-plan .board-header-primary,
.board-option .board-header-primary {
  color: #fff;
  background: #d9161B;
}

.board-primary {
  padding: 16px;
  border-radius: 12px;
  border: 2px solid #d9161B;
}

.box-features, .box-features-sm {
  padding: 24px 16px;
  border-radius: 8px;
  background-color: #fdecee;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .box-features, .box-features-sm {
    padding: 16px 16px;
  }
}
.box-features[class*=link-bullet-]::after, [class*=link-bullet-].box-features-sm::after {
  right: 8px;
  width: 9px;
}

.box-features-sm {
  padding: 12px 16px;
}
@media screen and (max-width: 767px) {
  .box-features-sm {
    padding: 16px 16px;
  }
}

.section-banner {
  text-align: center;
  padding-block: 48px 56px;
}
@media screen and (max-width: 767px) {
  .section-banner {
    padding-block: 40px 48px;
  }
}

.price-group {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.price-group > .price-label {
  font-size: 20px;
  line-height: 1.2;
  text-align: right;
}
.price-group > .price-label strong {
  font-weight: 700;
  color: #d9161B;
}
@media screen and (max-width: 767px) {
  .price-group > .price-label {
    font-size: 18px;
  }
}
.price-group > .price-value {
  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) {
  .price-group > .price-value {
    font-size: 52px;
  }
}
.price-group > .price-value .color-marker {
  position: relative;
  background: none;
}
.price-group > .price-value .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) {
  .price-group > .price-value .color-marker::after {
    height: 10px;
  }
}
.price-group > .price-unit {
  position: relative;
  top: 6px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.price-group > .price-unit small {
  font-weight: normal;
  font-size: 9px;
}
@media screen and (max-width: 767px) {
  .price-group > .price-unit {
    top: 6px;
    font-size: 28px;
  }
}

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

.shinsta-jsports {
  color: #fff;
  max-width: 460px;
  margin: 24px auto 0;
  padding: 32px 16px;
  border-radius: 16px;
  background: url(/campaign/u26/images_v10/shinsta_jsports_bg.jpg) no-repeat center center/100% auto;
}
@media screen and (max-width: 767px) {
  .shinsta-jsports {
    padding: 20px 16px;
    background-size: cover;
  }
}

.section-campaign-jcom .swiper-container {
  opacity: 0;
}
.section-campaign-jcom .swiper-container.swiper-initialized {
  opacity: 1;
}
.section-campaign-jcom .swiper-container.swiper-initialized .swiper-slide img {
  width: 100%;
  height: auto;
}