@charset "UTF-8";

html,
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

html {
  font-size: 14px;
  overflow-wrap: anywhere;
  word-break: auto-phrase;
}

@media (min-width: 768px) {
  html {
    font-size: 18px;
  }
}


/* a {
  text-decoration: underline;
  color: -webkit-link;
} */

img {
  display: block;
  height: auto;
  width: 100%;
}

.inner {
  max-width: 560px;
  margin: 0 auto;
  width: calc(100% - 32px);
}

.u-sp {
  display: block;
}

.u-pc {
  display: none;
}

@media (min-width: 768px) {
  .u-sp {
    display: none;
  }

  .u-pc {
    display: block;
  }
}

@media (min-width: 768px) {
  .inner {
    max-width: 770px;
  }
}

/* <!-- ↓↓ セクション01 ↓↓ --> */

.header {
  background-color: #fff;
  width: fit-content;
  position: absolute;
  top: 9px;
  left: 7px;
}

.header__logo img {
  display: block;
  height: auto;
  width: 80px;
  margin: 7px;
}

h1 .main {
  color: #FBFDFF;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}

h1 {
  width: fit-content;
  margin: 0 auto;
  position: relative;
}

h1 .main .dot {
  display: inline-block;
  position: relative;
}

h1 .main .dot::after {
  background: radial-gradient(circle farthest-side, #3BA9C8, #3BA9C8 40%, transparent 40%, transparent);
  background-size: 13px;
  content: '';
  display: inline-block;
  height: 13px;
  width: 100%;
  position: absolute;
  bottom: -8px;
  left: 0;
}

h1 .main .small {
  font-size: 20px;
}

.sub_balloon {
  font-size: 14px;
  color: #3BA9C8;
  background-color: #fff;
  width: fit-content;
  padding: 8px 6px;
  border-radius: 8px;
  margin: 0 0 0 auto;
  transform: translateX(1rem);
}

.sub_balloon span {
  position: relative;
}

.sub_balloon span::after {
  content: '';
  width: 20px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  clip-path: polygon(100% 0, 0 0, 0 100%);
}

.sec01 {
  background-color: #6AC5DF;
  padding: 50px 0 20px;
  background-image: url(/pc/lp_wintersports-25/assets/img/snowman.png);
  background-repeat: no-repeat;
  background-size: 95px;
  background-position: right -10px bottom -10px;
}

.mv-basic__title {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
}

/* <!-- ↑↑ セクション02 ↑↑ --> */

.sec02 {
  background-color: #6AC5DF;
}

.footer__right {
  text-align: right;
}

.footer__center {
  text-align: center;
}

.footer__logo img {
  width: 297px;
}

.tabs .tabs__item {
  display: block;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #2C8DA7;
  font-weight: bold;
  transition: all 0.2s ease;
  cursor: pointer;
  border-radius: 20px 20px 0 0;
  width: calc((100% / 2) + .5rem);
  padding: .8rem 0;
  text-align: center;
  position: absolute;
  font-size: 18px;
}

.tabs .tabs__item:nth-child(1) {
  left: 0;
}

.tabs .tabs__item:nth-child(2) {
  right: 0;
}

.tabs .tabs__list {
  width: 100%;
  background-color: #6AC5DF;
  height: 54px;
}

.tabs .tabs__item:hover,
.tabs .tabs__item:has(input:focus) {
  background-color: #dddddd;
}

.tabs input {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.tabs .tabs__content {
  overflow: hidden;
  position: absolute;
  height: 0;
  display: none;
}

.tabs .tabs__list:has(#tabs-basic > input:checked)~#tabs-basic__content,
.tabs .tabs__list:has(#tabs-mini > input:checked)~#tabs-mini__content {
  display: block;
  overflow: visible;
  position: static;
  height: auto;
  background-color: #E9FAFF;
}

.tabs .tabs__item:has(input:checked),
.tabs .tabs__item:has(input:focus:checked) {
  background-color: #E9FAFF;
  z-index: 1;
  padding: 1.2rem 0;
  transform: translateY(-10px);
  width: calc((100% / 2) + .2rem);
}

.tabs__content__sec {
  padding: 2rem 0 3rem;
}

.tabs__content__ttl {
  font-size: 23px;
  font-weight: bold;
  color: #3BA9C8;
  line-height: 1.3;
  margin-bottom: 21px;
}

.price_head {
  font-size: 18px;
  color: #2C8DA7;
  font-weight: bold;
  margin-bottom: 24px;
}

.price_head span {
  font-size: 23px;
}

.tabs__content__detail {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  margin: 0 auto;
}

.benefits {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.benefits li {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #3BA9C8;
  padding: 10px 20px;
  border: solid 1px #6AC5DF;
  border-radius: 3px;
  background-color: #fff;

}

.tabs__content__detail figure {
  flex: 1;
  max-width: 240px;
  margin: 0 auto;
}

.tabs-basic__caution {
  color: #455E72;
  font-size: 14px;
  margin-bottom: 37px;
}

.p-keiyakusya-kaigai-cta-btn {
  margin-bottom: 1.5rem;
}

.p-keiyakusya-kaigai-cta-btn a {
  text-decoration: none;
  height: auto;
  padding: 10px 0 6px;
}

.p-keiyakusya-kaigai-cta-btn__round {
  margin: 0 auto 8px;
  font-size: 17px;
  max-width: 100%;
  width: fit-content;
  padding: 4px 1.5rem;
  height: auto;
  border-radius: 1.6875rem;
}

.p-keiyakusya-kaigai-cta-btn a::after {
  display: none;
}

.p-keiyakusya-kaigai-cta-btn__large {
  font-size: 24px;
}

.cta-text {
  font-size: 16px;
  text-align: center;
}

.cta-sports .cta-text {
  color: #FC8077;
}

.cta-kokunai .cta-text {
  color: #58C190;
}

.cta-sports a {
  background-color: #FC8077;
  box-shadow: 0 .4375rem 0 #EE6960;
}

.cta-sports .p-keiyakusya-kaigai-cta-btn__round {
  color: #FC8077;
}

.cta-kokunai a {
  background-color: #58C190;
  box-shadow: 0 .4375rem 0 #25AC6D;
}

.cta-kokunai .p-keiyakusya-kaigai-cta-btn__round {
  color: #58C190;
}

.tabs__content__scene {
  background-color: #fff;
}

.tabs__content__h3__ttl {
  font-size: 25px;
  font-weight: bold;
  color: #455E72;
  text-align: center;
  margin-bottom: 23px;
}

.content__scene_items {
  padding: 0 16px;
  display: flex;
  flex-wrap: wrap;
  padding: 0 16px;
  gap: 53px 20px;
  justify-content: center;
  margin-bottom: 34px;
}

.content__scene_items figure {
  margin-bottom: 10px;
}

.content__scene_items li {
  width: calc((100% /2) - 10px);
}

.content__scene_items .gold_only {
  position: relative;
}

.content__scene_items .gold_only_txt {
  position: absolute;
  font-size: 13px;
  text-align: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #25CDD1;
  color: #fff;
  display: table;
  top: -40px;
  left: -14px;
}

.content__scene_items .gold_only_txt span {
  display: table-cell;
  vertical-align: middle;
}


.content__scene_items .item_txt {
  font-size: 18px;
  color: #455E72;
  line-height: 1.3;
  text-align: center;
}

.tabs__content__scene .under_txt {
  width: fit-content;
  font-size: 17px;
  font-weight: bold;
  color: #3BA9C8;
  text-align: center;
  line-height: 1.5;
  padding: 15px;
  border: solid 3px #6AC5DF;
  margin: 0 auto;
  border-radius: 3px;
}

.tabs__content__h4__ttl {
  color: #3BA9C8;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

.p-keiyakusya-table,
.p-bycle-table {
  width: calc(100% - 16px);
}

.p-keiyakusya-table__wrapper,
.p-bycle-table__wrapper {
  padding: 4px;
  border-radius: 3px;
  border: none;
  background-color: #fff;
}

.inr_sec {
  margin-bottom: 24px;
}

.footer__right {
  padding: 1.5rem 0;
}

@media (max-width: 520px) {

  .p-byclehoken-tab-price .p-bycle-table__wrapper table thead td:first-child.-thumbnail,
  .p-byclehoken-tab-price .p-bycle-table__wrapper table tbody .p-byclytable-twocolumn td:first-child.-thumbnail {
    height: 9.9rem;
  }

}

.p-byclehoten-type__inner-img {
  display: none;
}

.p-byclehoken-tab-price {
  margin-bottom: 45px;
}


.tabs__content__app {
  background-color: #fff;
  color: #455E72;
}

.app_head {
  /* color: #455E72; */
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

.app_head .sub {
  font-size: 16px;
  font-weight: normal;
}

.tabs__content__app .icon {
  display: block;
  width: calc(100% / 3);
  height: auto;
}

.icon_flex {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 0 16px;
}

.tabs__content__app .inr_sec {
  margin-bottom: 30px;
}

.tabs__content__app p {
  text-align: center;
  /* color: #455E72; */
}

.tabs__content__important {
  color: #455E72;
}

.document_link {
  margin-bottom: 30px;
}

.c-download-pdf {
  font-size: 17px;
  margin: 0 11px;
}

.c-list-dot {
  font-weight: normal;
  margin-bottom: 45px;
}

.footer__logo {
  display: block;
  width: fit-content;
  margin: 0 auto;
}

.footer__logo img {
  width: 116px;
  margin: 0 auto;
  padding: 30px 0;
}

#tabs-mini__content .content__scene_items {
  margin-bottom: 0;
}


@media (min-width: 768px) {
  .header {
    top: 30px;
    left: 60px;
  }

  h1 .main .small {
    font-size: 30px;
    padding: 0 .2rem;
  }

  .header__logo img {
    width: 129px;
    margin: 14px 17px;
  }

  .sub_balloon {
    font-size: 19px;
    padding: 10px 20px;
    transform: translateX(5.5rem);
    margin-bottom: 10px;
  }

  .sub_balloon span::after {
    bottom: -18px;
    left: -150px;
    right: 0;
    margin: 0 auto;
    clip-path: polygon(100% 0, 48% 0, 38% 100%);
    width: 80px;
    height: 20px;
  }

  .tabs__content__sec {
    padding: 3rem 0 4rem;
  }

  .inner {
    max-width: 946px;
  }

  .sec01 {
    padding: 85px 0 100px;
    background-size: 124px;
    background-position: right 0 bottom -10px;
  }

  h1 .main {
    font-size: 42px;
  }

  .tabs .tabs__item {
    font-size: 29px;
  }

  .tabs__content__ttl {
    font-size: 32px;
    margin-bottom: 27px;
  }

  .price_head {
    font-size: 25px;
    margin-bottom: -80px;
  }

  .price_head span {
    font-size: 32px;
  }

  .tabs__content__detail {
    align-items: flex-end;
  }

  .benefits {
    flex-direction: row;
    gap: 25px;
  }

  .benefits li {
    font-size: 25px;
    padding: 27px;
  }

  .tabs-basic__caution {
    margin-top: 10px;
    font-size: 16px;
  }

  .content__scene_items {
    margin-bottom: 46px;
  }

  .p-keiyakusya-kaigai-cta-btn__round {
    font-size: 20px;
  }

  .p-keiyakusya-kaigai-cta-btn__large {
    font-size: 32px;
  }

  .p-keiyakusya-kaigai-cta-btn {
    max-width: 470px;
  }

  .cta-text {
    font-size: 20px;
  }

  .tabs__content__h3__ttl {
    font-size: 34px;
    margin-bottom: 34px;
  }

  .tabs__content__h4__ttl {
    font-size: 30px;
    margin-bottom: 25px;
  }

  .content__scene_items {
    flex-wrap: nowrap;
    padding: 0 32px;
  }

  .content__scene_items .item_txt {
    font-size: 23px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .content__scene_items .gold_only_txt {
    font-size: 18px;
    width: 103px;
    height: 103px;
    top: -64px;
    left: 60%;
  }

  .tabs__content__scene .under_txt {
    width: 100%;
    font-size: 23px;
  }

  .p-byclehoten-type__inner-img {
    display: block;
  }

  .p-bycle-table__wrapper {
    margin-bottom: 70px;
  }

  .tabs__content__app .inr_sec {
    margin-bottom: 60px;
  }

  .app_head {
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 1.4;
  }

  .app_head .sub {
    font-size: 23px;
  }

  .tabs__content__app p {
    font-size: 20px;
    line-height: 1.5;
  }

  .c-download-pdf {
    font-size: 20px;
  }

  .tabs-basic__caution {
    margin-bottom: 54px;
  }

  .tabs__content__detail figure {
    max-width: 300px;
  }

  .inr_sec {
    margin-bottom: 50px;
  }

  .footer__logo img {
    width: 145px;
  }

}

@media (min-width: 1000px) {
  .sub_balloon {
    font-size: 19px;
    padding: 10px 20px;
    transform: translateX(10rem);
    margin-bottom: 10px;
  }

  .sec01 {
    background-position: right 16% bottom -10px;
  }
}

@media (max-width: 519px) {

  .p-byclehoken-tab-money table,
  .p-byclehoken-tab-price table {
    width: fit-content;
  }
}

*:focus {
  outline: 2px #000 dashed;
}

.tabs__item:has(input:focus-visible) {
  outline: 2px #000 dashed;
}

table td {
  color: #353A3E;
}

.p-keiyakusya-table table thead td:nth-child(2),
.p-bycle-table table thead td:nth-child(2) {
  background-color: #B6D4F6;
}

.p-keiyakusya-table table thead td:nth-child(3),
.p-bycle-table table thead td:nth-child(3) {
  background-color: #6E97C5;
}

.p-keiyakusya-table table thead td:nth-child(4),
.p-bycle-table table thead td:nth-child(4) {
  background-color: #003756;
}

.p-keiyakusya-table table tbody td:first-child,
.p-bycle-table table tbody td:first-child {
  background-color: #fff;
}

.p-keiyakusya-table table td:nth-child(2),
.p-bycle-table table td:nth-child(2) {
  background-color: #EEF6FF;
}

.p-keiyakusya-table table td:nth-child(3),
.p-bycle-table table td:nth-child(3) {
  background-color: #F4F4F4;
}

.p-keiyakusya-table table td:nth-child(4),
.p-bycle-table table td:nth-child(4) {
  background-color: #E7F3FB;
}

.p-byclehoken-tab-price .p-bycle-table__wrapper table tbody td .p-byclehoten-pay-temporary {
  background-color: #9EF4FB;
}

.p-byclehoken-tab-price .p-bycle-table__wrapper table tbody .p-byclytable-twocolumn td .p-byclehoten-pay-temporary p:first-child {
  background-color: #C8FBFF;
}

.p-keiyakusya-table::-webkit-scrollbar-thumb,
.p-bycle-table::-webkit-scrollbar-thumb {
  background-color: #455E72;
}

.to_page_top {
  background-color: #E9FAFF;
  padding: 30px 0;
}

.button_to_top {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #3BA9C8;
  border-radius: 50%;
  margin: 0 0 0 auto;
  font-size: 13px;
  text-align: center;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
}

.button_to_top .arrow {
  display: block;
  width: 20px;
  height: 13px;
  background-color: #fff;
  margin: 0 auto;
  clip-path: polygon(100% 100%, 50% 30%, 0 100%, 0 70%, 50% 0, 100% 70%);
  transform: translateY(4px);
}

.button_to_top .txt {
  display: block;
}

.tabs__item::after {
  display: block;
  margin: .8rem auto 0;
  content: "";
  width: 1.2rem;
  height: .5rem;
  background-color: #2C8DA7;
  clip-path: polygon(100% 30%, 50% 100%, 0 30%, 0 0, 50% 70%, 100% 0);
}

.tabs__content{
  padding-top: 2rem;
}