﻿@import"https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap";

:root {
  --vw: 1vw
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: rgba(0, 0, 0, 0)
}

sup {
  vertical-align: super
}

sub {
  vertical-align: sub
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

ul,
ol {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: rgba(0, 0, 0, 0);
  color: inherit;
  text-decoration: none;
  display: block;
  box-sizing: border-box;
  transition: .2s
}

img {
  vertical-align: bottom;
  border: none;
  width: 100%;
  height: auto
}

del {
  text-decoration: line-through
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

input,
select {
  vertical-align: middle;
  font-size: 14px
}

.color__blue {
  color: var(--color__blue)
}

:root {
  --color__main: #333333;
  --color__blue: #1e288a;
  --font__zen_old: "Zen Old Mincho", serif
}

.font__zen_old {
  font-family: var(--font__zen_old)
}

* {
  box-sizing: border-box
}

@media only screen and (min-width: 768px) {
  html {
    font-size: calc(.7320644217*var(--vw))
  }
}

@media only screen and (min-width: 1366px) {
  html {
    font-size: 62.5%
  }
}

@media only screen and (max-width: 767px) {
  html {
    font-size: calc(2.6666666667*var(--vw))
  }
}

body {
  color: var(--color__main);
  line-height: 2;
  font-family: var(--font__zen_old);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
  word-break: break-word;
  width: 100%;
  font-weight: 400;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  font-size: 1.6rem
}

.container {
  overflow: hidden
}

.inner {
  width: 112rem;
  padding: 0 2rem;
  margin: auto
}

@media only screen and (max-width: 767px) {
  .inner {
    width: 100%
  }
}

@media(any-hover: hover) {
  .hover__img:hover {
    opacity: .7
  }
}

.pc {
  display: block
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none
  }
}

.sp {
  display: none
}

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

.scrollin {
  opacity: 0;
  position: relative
}

.scrollin.animate {
  -webkit-animation: inview_slide_up 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards .2s;
  animation: inview_slide_up 1.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards .2s
}

.scrollin__group>* {
  opacity: 0;
  position: relative
}

.scrollin__group>*.animate {
  -webkit-animation: inview_slide_up .7s cubic-bezier(0.4, 0, 0.2, 1) forwards .2s;
  animation: inview_slide_up .7s cubic-bezier(0.4, 0, 0.2, 1) forwards .2s
}

@-webkit-keyframes inview_slide_up {
  0% {
    transform: translateY(-80px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type=number] {
  -moz-appearance: textfield
}

input[type=submit] {
  -webkit-appearance: none
}

textarea {
  resize: none;
  width: auto;
  height: auto
}

#TOP .kv {
  position: relative;
  margin-bottom: 10rem
}

@media only screen and (max-width: 767px) {
  #TOP .kv {
    margin-bottom: 0
  }
}

#TOP .kv .kv__ttl {
  position: absolute;
  top: 1vw;
  left: 2vw;
  width: 39.211vw
}

@media only screen and (max-width: 767px) {
  #TOP .kv .kv__ttl {
    width: 50vw
  }
}

#TOP .sec__intro {
  padding-bottom: 12rem
}

@media only screen and (max-width: 767px) {
  #TOP .sec__intro {
    padding: 9rem 0 6rem
  }
}

#TOP .sec__intro .inner {
  position: relative
}

#TOP .sec__intro .intro__ttl {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
  color: var(--color__blue)
}

@media only screen and (max-width: 767px) {
  #TOP .sec__intro .intro__ttl {
    font-size: 2.5rem;
    transform: translateY(-2rem)
  }
}

#TOP .sec__intro .intro__txt {
  text-align: center;
  line-height: 2.4;
  font-weight: bold
}

@media only screen and (max-width: 767px) {
  #TOP .sec__intro .intro__txt {
    text-align: left
  }
}

#TOP .sec__intro .intro__deco1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 16rem
}

@media only screen and (max-width: 767px) {
  #TOP .sec__intro .intro__deco1 {
    width: 6rem;
    left: 1rem;
    top: -7rem
  }
}

#TOP .sec__intro .intro__deco2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 11.7rem
}

@media only screen and (max-width: 767px) {
  #TOP .sec__intro .intro__deco2 {
    width: 6rem;
    right: 1rem;
    top: -3rem
  }
}

#TOP .sec__plan {
  padding: 9rem 0;
  background: url("../img/bg_heart.png");
  background-repeat: repeat;
  background-size: 7rem;
  border-radius: 10rem
}

@media only screen and (max-width: 767px) {
  #TOP .sec__plan {
    border-radius: 5rem;
    padding: 6rem 0
  }
}

#TOP .sec__plan .inner {
  position: relative
}

#TOP .sec__plan .plan_deco1 {
  position: absolute;
  top: -3rem;
  left: 0;
  width: 17.9rem
}

@media only screen and (max-width: 767px) {
  #TOP .sec__plan .plan_deco1 {
    width: 8rem;
    top: -4rem
  }
}

#TOP .sec__plan .plan_deco2 {
  position: absolute;
  top: -3rem;
  right: 0;
  width: 18.9rem
}

@media only screen and (max-width: 767px) {
  #TOP .sec__plan .plan_deco2 {
    width: 8rem;
    top: -3rem;
    right: 1rem;
    z-index: 0
  }
}

#TOP .sec__plan .plan__ttl {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 2rem;
  color: var(--color__blue);
  text-align: center
}

@media only screen and (max-width: 767px) {
  #TOP .sec__plan .plan__ttl {
    font-size: 2.4rem;
    position: relative;
    line-height: 1.5
  }
}

#TOP .sec__plan .plan__txt {
  text-align: center;
  color: var(--color__blue);
  /*margin-bottom: 15rem*/
  margin-bottom: 8rem;
}

@media only screen and (max-width: 767px) {
  #TOP .sec__plan .plan__txt {
    margin-bottom: 3rem
  }
}

/*#TOP .sec__plan .plantable {
  position: relative
}

@media only screen and (max-width: 767px) {
  #TOP .sec__plan .plantable {
    overflow: scroll
  }
}

#TOP .sec__plan .plantable .cards {
  position: absolute;
  top: -12rem;
  left: 1rem;
  width: 59.9rem;
  z-index: 0
}

@media only screen and (max-width: 767px) {
  #TOP .sec__plan .plantable .cards {
    width: 100%
  }
}

#TOP .sec__plan .plantable table {
  position: relative;
  width: 100%;
  background: #f6fffd;
  border: 1px solid #ccc
}

@media only screen and (max-width: 767px) {
  #TOP .sec__plan .plantable table {
    width: 1080px
  }
}

#TOP .sec__plan .plantable table th,
#TOP .sec__plan .plantable table td {
  padding: 1rem;
  border: 1px solid #ccc;
  vertical-align: middle
}

#TOP .sec__plan .plantable table thead th,
#TOP .sec__plan .plantable table thead td {
  line-height: 1.6
}

#TOP .sec__plan .plantable table thead .table__logo {
  width: 27.6rem
}

#TOP .sec__plan .plantable table thead th:first-child {
  background: #bef8f0
}

#TOP .sec__plan .plantable table thead .bgttl1 {
  color: #fff;
  background: #82c5d3
}

#TOP .sec__plan .plantable table thead .bgttl2 {
  color: #fff;
  background-image: linear-gradient(90deg, #8a8a88, #c4c4c3 25%, #8a8a88 50%, #c4c4c3 75%, #8a8a88)
}

#TOP .sec__plan .plantable table thead .bgttl3 {
  color: #fff;
  background-image: linear-gradient(90deg, #caa540, #e4d29f 25%, #caa540 50%, #e4d29f 75%, #caa540)
}

#TOP .sec__plan .plantable table thead .bgttl4 {
  color: #fff;
  background: url("../img/bg_table1.jpg") no-repeat;
  background-size: 100% 100%
}

#TOP .sec__plan .plantable table .icon {
  color: #afdce5
}

#TOP .sec__plan .plantable table tbody tr td {
  text-align: center;
  font-weight: bold
}

#TOP .sec__plan .plantable table tbody tr td:first-child {
  padding-left: 3rem;
  text-align: left
}

#TOP .sec__plan .plantable table tbody tr td:nth-child(2) {
  color: #82c5d3
}

#TOP .sec__plan .plantable table tbody tr td:nth-child(3) {
  color: #8a8a88
}

#TOP .sec__plan .plantable table tbody tr td:nth-child(4) {
  color: #caa540
}

#TOP .sec__plan .plantable table tbody tr td:nth-child(5) {
  color: #040404
}

#TOP .sec__plan .plantable table tbody tr .bg__thick {
  background: #dff7f4
}

#TOP .sec__plan .plantable table tbody tr .bg__thick .icon {
  color: #8a8a88
}*/

#TOP .sec__plan .yearprice {
  display: flex;
  justify-content: space-between;
  color: var(--color__main);
  font-size: 1.2rem
}

#TOP .sec__plan .yearprice.yearprice__single {
  justify-content: center
}

#TOP .sec__plan .attention {
  margin-top: 2rem;
  font-weight: bold;
  line-height: 1.7;
  position: relative
}

@media only screen and (min-width: 768px) {
  #TOP .sec__plan .attention .plan__deco3 {
    width: 14.6rem;
    position: absolute;
    bottom: 0;
    right: 0
  }
}

@media only screen and (max-width: 767px) {
  #TOP .sec__plan .attention .plan__deco3 {
    width: 6rem;
    position: absolute;
    bottom: -3rem;
    right: 0
  }
}

#TOP .sec__plan .box__entry {
  width: 59.2rem;
  margin: 8rem auto 0;
  background: #fff;
  border-radius: 4rem;
  text-align: center;
  padding: 4rem 2rem
}

@media only screen and (max-width: 767px) {
  #TOP .sec__plan .box__entry {
    width: 100%
  }
}

#TOP .sec__plan .box__entry .entry__ttl {
  color: var(--color__blue);
  text-align: center;
  font-size: 2.3rem;
  margin-bottom: 3rem;
  line-height: 1.6
}

@media only screen and (max-width: 767px) {
  #TOP .sec__plan .box__entry .entry__ttl {
    font-size: 2rem
  }
}

#TOP .sec__plan .box__entry .btn__entry {
  width: 36rem;
  height: 7rem;
  margin: auto;
  position: relative;
  z-index: 1;
  transition: .3s all
}

@media only screen and (max-width: 767px) {
  #TOP .sec__plan .box__entry .btn__entry {
    width: 100%
  }
}

@media(any-hover: hover) {
  #TOP .sec__plan .box__entry .btn__entry:hover .btn__entry__inner {
    transform: translateX(1rem) translateY(1rem);
    background: #fff;
    color: var(--color__blue)
  }
}

#TOP .sec__plan .box__entry .btn__entry::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  background: #bef8f0;
  position: absolute;
  z-index: 0;
  bottom: -1rem;
  right: -1rem
}

#TOP .sec__plan .box__entry .btn__entry .btn__entry__inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color__blue);
  border: 1px solid var(--color__blue);
  color: #fff;
  border-radius: 1rem;
  margin: auto;
  font-weight: bold;
  font-size: 2.6rem;
  position: relative;
  transition: .3s all
}

@media only screen and (max-width: 767px) {
  #TOP .sec__plan .box__entry .btn__entry .btn__entry__inner {
    font-size: 2rem;
    letter-spacing: .2em
  }
}

#TOP .scroll-hint-icon {
  top: calc(40% - 25px)
}

/* プラン表差し替え */
#TOP .sec__plan .plantable {
  padding-top: 10rem;
}

#TOP .sec__plan .plantable img.cards {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  z-index: 1;
}

#TOP .sec__plan .plantable table {
  position: relative;
  width: 100%;
  background: rgb(222, 251, 247);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(204, 204, 204);
  -o-border-image: initial;
     border-image: initial;
  z-index: 100;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#TOP .sec__plan .plantable table thead th:first-child {
  background: #8a8a88;
  color: white;
}

#TOP .sec__plan .plantable table thead .bg-general-k,
.bg-general {
  background: rgb(175, 220, 229);
}

#TOP .sec__plan .plantable table thead th,
#TOP .sec__plan .plantable table thead td {
  line-height: 1.6;
}

#TOP .sec__plan .plantable table th,
#TOP .sec__plan .plantable table td {
  padding: 1rem;
  border: 1px solid #ccc;
  vertical-align: middle;
}

#TOP .sec__plan .plantable table tbody tr td:first-child {
  padding-left: 3rem;
  text-align: left;
}

#TOP .sec__plan .plantable table th,
#TOP .sec__plan .plantable table td {
  padding: 1rem;
  border: 1px solid #ccc;
  vertical-align: middle;
}

#TOP .sec__plan .plantable table thead .bg-premium-k,
.bg-premium {
  background-image: linear-gradient(45deg, #8E8E8E 0%, #A9A9A9 40%, #D5D5D5 65%, #A9A9A9 85%, #7A7A7A 100%);
}

#TOP .sec__plan .plantable table thead .bg-club {
  background-image: linear-gradient(45deg, #A87800 0%, #C99A00 40%, #F2D675 65%, #C99A00 85%, #8C6B00 100%);
}

#TOP .sec__plan .plantable table thead .bg-royal {
  color: #fff;
  background: url(/badminton/fanclub/assets/img/plan/bg_table1.jpg) no-repeat;
  background-size: 100% 100%;
}

#TOP .sec__plan .plantable table tbody tr td {
  text-align: center;
  font-weight: bold;
  color: #323333;
  line-height: 1.2;
}

#TOP .sec__plan .plantable table td span.taxin {
  font-size: 1.2rem;
  font-weight: 400;
}

#TOP .sec__plan .plantable table td.annual_fee {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.2;
}

#TOP .sec__plan .plantable table tbody tr .bg__thick {
  background: rgb(190, 248, 240);
}

/* ▼各列の背景色を縦方向に適用 */
#TOP .sec__plan .plantable table tbody td:nth-child(2) {
  background: #b4b5b7;
}

/* ロイヤル */
#TOP .sec__plan .plantable table tbody td:nth-child(3) {
  background: #f5de9f;
}

/* クラブ */
#TOP .sec__plan .plantable table tbody td:nth-child(4) {
  background: #eeeeee;
}

/* プレミアム */
#TOP .sec__plan .plantable table tbody td:nth-child(5) {
  background: #eeeeee;
}

/* プレミアム高校生 */
#TOP .sec__plan .plantable table tbody td:nth-child(6) {
  background: #ddf4ff;
}

/* 一般 */
#TOP .sec__plan .plantable table tbody td:nth-child(7) {
  background: #ddf4ff;
}

/* 一般高校生 */
/* 1列目（項目名）は白と薄グレー交互 */
#TOP .sec__plan .plantable table tbody tr:nth-child(odd) td:first-child {
  background: #ffffff;
}

#TOP .sec__plan .plantable table tbody tr:nth-child(even) td:first-child {
  background: #f6f6f6;
}

/* 中央寄せ維持 */
table td,
table th {
  text-align: center;
}

/* 項目セルの見やすさUP */
tbody td:first-child {
  text-align: left !important;
  padding-left: 12px;
  font-weight: 500;
}

.c-mini-dec {
  display: inline-block;
  font-size: 1.2rem;
  padding: 1rem;
}

@media only screen and (max-width: 767px) {
  #TOP .sec__plan .plantable {
    overflow: scroll;
    padding-top: 6rem;
  }

  #TOP .sec__plan .plantable img.cards {
    width: 100%;
  }
}

@media (max-width: 576px) {
  #TOP .sec__plan .plantable table {
    width: 1080px;
  }
}
/*# sourceMappingURL=style.css.map */