/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
:root {
  --white: #ffffff;
  --black: #000000;
  --gray: #3E3A39;
  --grey: #E2E2E2;
  --red: #E60100;
  --primary: #DC000B;
  --text-body: #5F5E5E;
  --grayF5: #F5F5F5;  
}

.container-sm, .container-lg, .container {
  width: 100%;
  max-width: 1470px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.methods ul, .connect ul, .fanclub__nav ul, .history__items ul, .profesionals__list, .memories__list, .profile-detail__body ul, .video-content__social ul, .footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.falcons-intro p, .content-center p {
  font-size: 16px;
  line-height: 2;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .falcons-intro p, .content-center p {
    font-size: 20px;
  }
}

.container-lg {
  max-width: 1630px;
}

.container-sm {
  max-width: 1230px;
}

.gray-bg {
  background: #F5F5F5;
}

.gray-dark-bg {
  background: #E2E2E2;
}

.section {
  padding: 60px 0;
}
@media only screen and (min-width: 768px) {
  .section {
    padding: 90px 0;
  }
}

.heading-section {
  text-align: center;
  position: relative;
  font-size: 36px;
  padding-bottom: 20px;
  margin: 0 0 40px;
  color: var(--black);
  font-weight: 900;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .heading-section {
    font-size: 48px;
    padding-bottom: 30px;
    margin: 0 0 50px;
  }
}
.heading-section::before {
  content: "";
  width: 68px;
  border-bottom: 3px solid var(--primary);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .heading-section::before {
    width: 80px;
    border-bottom-width: 4px;
  }
}
.heading-section--white {
  color: var(--white);
}

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

@media only screen and (min-width: 768px) {
  .hide-pc {
    display: none;
  }
}

.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.btn {
  font-size: 12px;
  border: 0;
  background: var(--red);
  color: var(--white) !important;
  border-radius: 10px;
  text-decoration: none;
  padding: 12px 20px;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  gap: 20px;
  align-items: center;
  min-height: 50px;
  gap: 30px;
  opacity: 1;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  .btn {
    font-size: 16px;
    padding: 12px 50px;
    min-height: 70px;
  }
}
.btn--gray {
  background: #5F5E5E;
}
.btn:hover {
  opacity: 0.7;
}

.btn-outline {
  font-size: 12px;
  border: 1px solid var(--black);
  color: var(--black) !important;
  border-radius: 10px;
  text-decoration: none;
  padding: 12px 20px;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  gap: 20px;
  align-items: center;
  min-height: 50px;
}
@media only screen and (min-width: 768px) {
  .btn-outline {
    font-size: 16px;
    padding: 12px 50px;
  }
}
.btn-outline--white {
  border-color: var(--white);
  color: var(--white) !important;
}
.btn-outline:hover {
  text-decoration: none;
}

.btn-outline-arrow {
  font-size: 12px;
  border: 1px solid var(--black);
  color: var(--black) !important;
  border-radius: 10px;
  background: url("../images/pages/arrow-btn-right.svg") no-repeat calc(100% - 12px) 50%;
  text-decoration: none;
  padding: 12px 20px 12px 5px;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  min-height: 50px;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .btn-outline-arrow {
    font-size: 16px;
    background-position: calc(100% - 20px) 50%;
    padding: 12px 50px;
  }
}
.btn-outline-arrow--white {
  border-color: var(--white);
  color: var(--white) !important;
  background-image: url("../images/pages/arrow-btn-white.svg");
}
.btn-outline-arrow--prev {
  padding: 12px 5px 12px 20px;
  background: url("../images/pages/arrow-btn-left.svg") no-repeat 12px 50%;
}
@media only screen and (min-width: 768px) {
  .btn-outline-arrow--prev {
    background-position: 20px 50%;
    padding: 12px 50px;
  }
}
.btn-outline-arrow:hover {
  text-decoration: none;
}

.slick-arrow {
  z-index: 20;
  width: 20px;
  height: 20px;
  opacity: 0.3;
  cursor: pointer;
}
.slick-arrow::before {
  display: none;
}
.slick-arrow.slick-prev {
  background: url("../images/pages/arrow-left.svg") no-repeat 50% 50%/18px;
}
.slick-arrow.slick-next {
  background: url("../images/pages/arrow-right.svg") no-repeat 50% 50%/18px;
}
.slick-arrow.slick-disabled {
  opacity: 0.3;
}
.slick-arrow:hover {
  opacity: 1;
}

.site-nav__content {
  max-width: 1440px;
  padding: 0 15px;
}
.site-nav__content .site-nav__content__logo {
  justify-content: flex-start;
}
.site-nav__content .site-nav__content__right {
  padding-right: 0;
}

.global-footer {
  margin-top: 0;
}

.footer-nav {
  background: var(--primary);
  font-size: 14px;
  padding: 23px 0;
  margin-top: auto;
}
.footer-nav ul {
  display: flex;
  gap: 20px 70px;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
.footer-nav ul li a {
  color: var(--white);
  font-size: 14px;
  text-decoration: none;
  opacity: 1;
  transition: all 0.3s;
}
.footer-nav ul li a strong {
  font-size: 20px;
  display: inline-block;
  margin-bottom: 4px;
  font-family: "Noto Sans JP", sans-serif;
}
.footer-nav ul li a:hover {
  opacity: 0.7;
}

#main-contents {
  overflow-x: hidden;
}

.content-box {
  padding: 20px 0 80px;
}
@media only screen and (min-width: 992px) {
  .content-box {
    padding: 18px 0 150px;
  }
}
.content-box .breadcrumb {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .content-box .breadcrumb {
    margin-bottom: 65px;
  }
}
.content-box__inner {
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 40px 20px 60px;
  color: var(--black);
}
@media only screen and (min-width: 992px) {
  .content-box__inner {
    padding: 60px 30px 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .content-box__inner {
    padding: 70px 220px 100px;
  }
}
.content-box__inner a {
  color: var(--red);
}
.content-box__inner a:hover {
  text-decoration: underline;
}
.content-box__inner p {
  font-size: 16px;
  line-height: 2.25;
}
.content-box__inner h1 {
  font-size: 30px;
  color: var(--text-body);
  font-weight: 700;
  margin: 0 0 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .content-box__inner h1 {
    font-size: 42px;
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 992px) {
  .content-box__inner h1 {
    font-size: 64px;
    margin: 0 0 65px;
  }
}
.content-box__description {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .content-box__description {
    margin-bottom: 100px;
  }
}
.content-box__note {
  margin-bottom: 24px;
}
.content-box__button {
  margin-bottom: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.content-box__button .btn {
  min-width: 100%;
}
@media only screen and (min-width: 768px) {
  .content-box__button .btn {
    min-width: 280px;
  }
}
@media only screen and (min-width: 1200px) {
  .content-box__button .btn {
    min-width: 340px;
  }
}

.breadcrumb {
  font-size: 14px;
  color: var(--text-body);
  display: flex;
  gap: 5px;
}
.breadcrumb li + li::before {
  content: ">";
  margin-right: 0.5em;
}
.breadcrumb li a {
  color: var(--text-body);
}

.page-banner {
  position: relative;
  z-index: 1;
  background: url("../images/pages/banner-page-sp.png") no-repeat 50% 50%/cover;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .page-banner {
    background-image: url("../images/pages/banner-page-sp.png");
  }
}
.page-banner picture {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-banner picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-banner .breadcrumb {
  position: absolute;
  top: 20px;
  left: 15px;
  color: var(--white);
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .page-banner .breadcrumb {
    display: none;
  }
}
.page-banner .breadcrumb li a {
  color: var(--white);
}
.page-banner .container {
  min-height: 200px;
  padding-block: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 1440px;
}
@media only screen and (min-width: 768px) {
  .page-banner .container {
    min-height: 280px;
  }
}
.page-banner__body {
  color: var(--white);
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .page-banner__body br {
    display: none;
  }
}
.page-banner__body h1 {
  font-size: 36px;
  margin: 0 0 10px;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) {
  .page-banner__body h1 {
    font-size: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .page-banner__body h1 span {
    font-size: 24px;
  }
}
.page-banner__body h2 {
  font-weight: 400;
  font-size: 12px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .page-banner__body h2 {
    font-size: 14px;
  }
}

.page-title {
  padding: 20px 0;
}
.page-title .container {
  max-width: 1440px;
}
@media only screen and (max-width: 767px) {
  .page-title .breadcrumb {
    display: none;
  }
}
.page-title h1 {
  font-size: 36px;
  color: var(--text-body);
  text-align: center;
  margin: 40px 0 20px;
}
@media only screen and (min-width: 992px) {
  .page-title h1 {
    font-size: 64px;
    margin: 50px 0 40px;
  }
}

.content-center {
  background: var(--black);
  position: relative;
  z-index: 1;
  padding: 60px 0 90px;
  overflow: hidden;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .content-center {
    padding: 90px 0;
  }
}
.content-center picture {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-center picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-center p {
  color: var(--white);
}

.falcons-intro {
  position: relative;
  z-index: 1;
  padding: 60px 0 90px;
  overflow: hidden;
  text-align: center;
  color: var(--white);
}
@media only screen and (min-width: 768px) {
  .falcons-intro {
    padding: 110px 0;
  }
}
.falcons-intro > img {
  top: 50px;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .falcons-intro > img {
    top: 70px;
  }
}
.falcons-intro picture {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.falcons-intro picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.falcons-intro h3 {
  color: var(--white);
  text-align: center;
  font-size: 28px;
  margin: 0 0 24px;
}
@media only screen and (min-width: 768px) {
  .falcons-intro h3 {
    font-size: 34px;
  }
}
.falcons-intro__content {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .falcons-intro__content {
    margin-top: 120px;
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
    text-align: left;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width: 1200px) {
  .falcons-intro__content {
    gap: 0 70px;
  }
}
@media only screen and (min-width: 768px) {
  .falcons-intro__content div {
    max-width: calc(50% - 15px);
  }
}
@media only screen and (min-width: 1200px) {
  .falcons-intro__content div {
    max-width: calc(50% - 35px);
  }
}
.falcons-intro__content h3 {
  margin-bottom: 40px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .falcons-intro__content figure {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .falcons-intro__content figure {
    max-width: calc(50% - 15px);
  }
}
@media only screen and (min-width: 1200px) {
  .falcons-intro__content figure {
    max-width: calc(50% - 35px);
  }
}

.player-list {
  padding: 100px 0 50px;
  background: #E2E2E2;
}
@media only screen and (min-width: 768px) {
  .player-list {
    padding: 150px 0 75px;
  }
}
.player-list__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.player-list__list:first-of-type {
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .player-list__list {
    gap: 90px 6px;
  }
  .player-list__list:first-of-type {
    padding-bottom: 90px;
  }
}
.player-list__item {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .player-list__item {
    width: calc(50% - 3px);
  }
}
@media only screen and (min-width: 992px) {
  .player-list__item {
    width: calc(33.33% - 4px);
  }
}
.player-list__item figure {
  position: relative;
  background: url("../images/pages/player-bg.png") no-repeat 0 0/cover;
  margin: 0 0 6px;
}
.player-list__item figure a {
  display: block;
  position: relative;
  padding-top: 100%;
}
.player-list__item figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.player-list__item figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  font-weight: 700;
  background: var(--black);
  min-width: 120px;
  min-height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px 5px 5px;
  line-height: 1;
  color: var(--white);
  clip-path: polygon(0 0, 100% 0, calc(100% - 16px) 100%, 0% 100%);
}
@media only screen and (min-width: 768px) {
  .player-list__item figure figcaption {
    min-width: 170px;
    min-height: 40px;
    font-size: 18px;
  }
}
.player-list__item h3 {
  font-size: 30px;
}
@media only screen and (min-width: 992px) {
  .player-list__item h3 {
    font-size: 40px;
  }
}
.player-list__item h3 a {
  color: var(--black);
  text-decoration: none;
}
.player-list__item h3 small {
  font-size: 12px;
  font-weight: 400;
  display: block;
}
@media only screen and (min-width: 992px) {
  .player-list__item h3 small {
    font-size: 14px;
  }
}

.staff-list {
  padding: 50px 0 100px;
  background: #F5F5F5;
}
@media only screen and (min-width: 768px) {
  .staff-list {
    padding: 75px 0 200px;
  }
}
.staff-list__list {
  display: flex;
  gap: 20px 33px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1200px) {
  .staff-list__list .staff-list__item h3 {
    font-size: 24px;
    margin: 0;
  }
}
.staff-list__list .staff-list__item a {
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .staff-list__list .staff-list__item a {
    display: flex;
    padding: 0;
    align-items: center;
    gap: 20px;
  }
}
.staff-list__list .staff-list__item figure {
  width: 75%;
  margin: 0 auto 20px;
}
@media only screen and (min-width: 768px) {
  .staff-list__list .staff-list__item figure {
    margin: 0;
    position: relative;
    padding-top: 55%;
    width: 44%;
  }
}
.staff-list__list .staff-list__item figure img {
  width: 100%;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) {
  .staff-list__list .staff-list__item figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
  }
}
.staff-list__item {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: var(--white);
}
@media only screen and (min-width: 768px) {
  .staff-list__item {
    width: calc(33.33% - 22px);
  }
}
.staff-list__item a {
  color: var(--black);
  text-decoration: none;
  display: block;
}
.staff-list__item h3 {
  font-size: 20px;
  margin: 0 0 6px;
}
.staff-list__item p {
  font-size: 14px;
}
.staff-list__bottom {
  display: flex;
  gap: 20px 26px;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .staff-list__bottom {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .staff-list__bottom .staff-list__item {
    width: calc(33.33% - 17.33px);
  }
}
@media only screen and (min-width: 1200px) {
  .staff-list__bottom .staff-list__item {
    width: calc(20% - 20.8px);
  }
}
.staff-list__bottom .staff-list__item a {
  padding: 25px 20px;
}
@media only screen and (min-width: 1200px) {
  .staff-list__bottom .staff-list__item a {
    padding: 40px 30px;
  }
}

@media only screen and (min-width: 768px) {
  .tennis-box {
    display: flex;
  }
}
.tennis-box__item {
  position: relative;
  z-index: 1;
  padding: 20px 40px;
  color: var(--white);
}
@media only screen and (min-width: 768px) {
  .tennis-box__item {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .tennis-box__item {
    padding: 46px 80px 115px;
  }
}
@media only screen and (max-width: 767px) {
  .tennis-box__item + .tennis-box__item {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1630px) {
  .tennis-box__item:first-child {
    padding-left: calc(50vw - 810px);
  }
}
.tennis-box__item picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.tennis-box__item picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tennis-box__item h3 {
  color: var(--white);
  font-size: 28px;
  line-height: 1.2;
  font-weight: 900;
  margin: 0 0 4px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .tennis-box__item h3 {
    font-size: 48px;
    margin: 0 0 14px;
  }
}
.tennis-box__item h3::before {
  content: "";
  width: 14px;
  border-bottom: 3px solid var(--primary);
  position: absolute;
  top: 16px;
  left: -22px;
}
@media only screen and (min-width: 992px) {
  .tennis-box__item h3::before {
    width: 30px;
    left: -40px;
    top: 30px;
    border-bottom-width: 4px;
  }
}
.tennis-box__item p {
  font-size: 16px;
  margin: 0 0 20px;
}
@media only screen and (min-width: 992px) {
  .tennis-box__item p {
    margin: 0 0 38px;
  }
}
.tennis-box__item .btn-outline-arrow {
  min-width: 100%;
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  .tennis-box__item .btn-outline-arrow {
    min-width: 240px;
  }
}

.video-content {
  padding: 60px 0 75px;
  background: #E2E2E2;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .video-content {
    padding: 90px 0;
  }
}
@media only screen and (min-width: 992px) {
  .video-content {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .video-content .container-lg {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .video-content .container-lg {
    gap: 0;
  }
}
.video-content h3 {
  font-size: 22px;
  margin: 0 0 20px;
}
@media only screen and (min-width: 992px) {
  .video-content h3 {
    font-size: 26px;
  }
}
.video-content p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}
@media only screen and (min-width: 992px) {
  .video-content p {
    font-size: 16px;
    line-height: 2.375;
  }
}
@media only screen and (min-width: 992px) {
  .video-content__content {
    grid-row: 1/2;
    grid-column: 1/2;
  }
}
@media only screen and (min-width: 1200px) {
  .video-content__content {
    padding-right: 30px;
  }
}
.video-content__video {
  margin: 60px 0;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .video-content__video {
    grid-row: 1/3;
    grid-column: 2/3;
    margin: 0;
  }
}
@media only screen and (min-width: 992px) {
  .video-content__social {
    grid-row: 2/3;
    grid-column: 1/2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1200px) {
  .video-content__social {
    padding-right: 30px;
  }
}
.video-content__social ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .video-content__social ul {
    justify-content: center;
  }
}

.faqs {
  padding-bottom: 90px;
}
@media only screen and (min-width: 992px) {
  .faqs {
    padding-bottom: 160px;
  }
}
.faqs .container {
  max-width: 1230px;
}
.faqs__item {
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  background: var(--white);
}
@media only screen and (min-width: 992px) {
  .faqs__item {
    margin-bottom: 10px;
  }
}
.faqs__item--heading {
  padding: 16px 55px 16px 20px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}
@media only screen and (min-width: 992px) {
  .faqs__item--heading {
    padding: 18px 80px 18px 28px;
  }
}
.faqs__item--heading::before, .faqs__item--heading::after {
  content: "";
  width: 22px;
  border-bottom: 3px solid var(--primary);
  position: absolute;
  right: 20px;
  top: 34px;
  transition: all 0.3s;
}
@media only screen and (min-width: 992px) {
  .faqs__item--heading::before, .faqs__item--heading::after {
    width: 26px;
    right: 40px;
    top: 39px;
  }
}
.faqs__item--heading::after {
  transform: rotate(90deg);
}
.faqs__item--heading h3 {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  color: var(--text-body);
  display: flex;
  gap: 10px;
  align-items: center;
  transition: all 0.3s;
}
@media only screen and (min-width: 992px) {
  .faqs__item--heading h3 {
    font-size: 16px;
    gap: 22px;
  }
}
.faqs__item--heading h3::before {
  content: "Q";
  font-size: 20px;
  min-width: 40px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: var(--primary);
  color: var(--white);
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .faqs__item--heading h3::before {
    font-size: 24px;
    width: 45px;
    height: 45px;
    min-width: 45px;
  }
}
.faqs__item--content {
  display: none;
  padding: 26px 20px;
  font-size: 14px;
  line-height: 1.85;
  font-weight: 500;
  color: var(--text-body);
}
@media only screen and (min-width: 992px) {
  .faqs__item--content {
    padding: 30px 50px;
    font-size: 16px;
    line-height: 1.875;
  }
}
.faqs__item--content a {
  color: var(--primary);
  text-decoration: none;
}
.faqs__item--content a:hover {
  text-decoration: underline;
}
.faqs__item.show .faqs__item--heading {
  background: var(--primary);
}
.faqs__item.show .faqs__item--heading::before, .faqs__item.show .faqs__item--heading::after {
  border-color: var(--white);
}
.faqs__item.show .faqs__item--heading::after {
  opacity: 0;
}
.faqs__item.show .faqs__item--heading h3 {
  color: var(--white);
}
.faqs__item.show .faqs__item--heading h3::before {
  background: var(--white);
  color: var(--primary);
}

.profile-detail {
  padding: 20px 0 0;
  background: url("../images/pages/profile-bg-sp.png") no-repeat 0 0/cover;
  color: var(--black);
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .profile-detail {
    background-image: url("../images/pages/profile-bg.png");
  }
}
.profile-detail .container {
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .profile-detail__inner {
    display: grid;
    grid-template-columns: 40% 60%;
  }
}
@media only screen and (min-width: 1230px) {
  .profile-detail__inner {
    grid-template-columns: 1fr 1fr;
  }
}
.profile-detail__inner picture {
  display: block;
  margin: 30px 0 40px;
}
@media only screen and (min-width: 768px) {
  .profile-detail__inner picture {
    grid-row: 1/5;
    grid-column: 2/3;
    display: flex;
    align-items: flex-end;
    margin: 0;
  }
}
@media only screen and (min-width: 1230px) {
  .profile-detail__inner picture {
    width: 50vw;
    margin-right: calc(-50vw - 600px);
  }
}
.profile-detail__heading {
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .profile-detail__heading {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
.profile-detail__heading h4 {
  font-size: 12px;
  font-weight: 700;
  background: var(--black);
  min-width: 110px;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px 5px 5px;
  line-height: 1;
  color: var(--white);
  clip-path: polygon(0 0, 100% 0, calc(100% - 16px) 100%, 0% 100%);
  margin: 0 0 12px;
}
@media only screen and (min-width: 1230px) {
  .profile-detail__heading h4 {
    min-width: 130px;
    min-height: 40px;
    font-size: 14px;
  }
}
.profile-detail__heading h1 {
  font-size: 30px;
  color: var(--black);
  margin: 0 0 5px;
  font-weight: 900;
}
@media only screen and (min-width: 1230px) {
  .profile-detail__heading h1 {
    font-size: 48px;
  }
}
.profile-detail__heading h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 30px;
}
@media only screen and (min-width: 1230px) {
  .profile-detail__heading h3 {
    font-size: 34px;
  }
}
.profile-detail__heading h3 small {
  font-size: 12px;
  font-weight: 400;
}
@media only screen and (min-width: 1230px) {
  .profile-detail__heading h3 small {
    font-size: 14px;
  }
}
.profile-detail__body {
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .profile-detail__body {
    grid-row: 3/4;
    grid-column: 1/2;
  }
}
.profile-detail__body ul {
  font-size: 14px;
  max-width: 580px;
}
@media only screen and (min-width: 1230px) {
  .profile-detail__body ul {
    font-size: 16px;
  }
}
.profile-detail__body ul li {
  display: flex;
  padding: 11px 0;
  border-bottom: 1px solid #BCBCBC;
}
@media only screen and (min-width: 992px) {
  .profile-detail__body ul li {
    padding: 12px 0;
  }
}
.profile-detail__body ul li label {
  font-weight: 700;
  width: 90px;
  padding-right: 20px;
}
@media only screen and (min-width: 1230px) {
  .profile-detail__body ul li label {
    width: 240px;
  }
}
.profile-detail__body ul li p {
  width: calc(100% - 90px);
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .profile-detail__body ul li p {
    width: calc(100% - 240px);
  }
}

.profile-box-section {
  padding: 20px 0;
  color: var(--black);
}
@media only screen and (min-width: 768px) {
  .profile-box-section {
    min-height: 250px;
  }
}
@media only screen and (min-width: 992px) {
  .profile-box-section .container-sm {
    display: flex;
  }
}
.profile-box-section .container-sm h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 20px;
  text-transform: uppercase;
  line-height: 1.2;
}
@media only screen and (min-width: 992px) {
  .profile-box-section .container-sm h2 {
    margin: 0;
    width: 240px;
    padding-right: 20px;
    font-size: 34px;
  }
  .profile-box-section .container-sm .profile-profile__content, .profile-box-section .container-sm .profile-message__content {
  width: calc(100% - 260px);
}
}
.profile-box-section__content {
  font-size: 14px;
  line-height: 1.7;
}
@media only screen and (min-width: 992px) {
  .profile-box-section__content {
    width: calc(100% - 230px);
    font-size: 16px;
    line-height: 2.5;
  }
}

@media only screen and (min-width: 768px) {
  .profile-detail-profile {
    padding: 84px 0 48px;
  }
}

@media only screen and (min-width: 768px) {
  .profile-message {
    padding: 84px 0;
  }
}

.profile-gallery {
  color: var(--black);
  padding: 20px 0;
  overflow: hidden;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .profile-gallery {
    padding: 80px 0 100px;
  }
}
.profile-gallery__heading {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.profile-gallery__heading h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  line-height: 1.2;
}
@media only screen and (min-width: 992px) {
  .profile-gallery__heading h2 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1230px) {
  .profile-gallery__list {
    width: calc(50vw - 600px + 100%);
  }
}
.profile-gallery__item {
  padding: 0 4px;
}
.profile-gallery__item img {
  height: 350px;
}
.profile-gallery__nav {
  display: flex;
  gap: 20px;
  align-items: center;
}
.profile-gallery__nav .slick-arrow {
  position: static;
  transform: none;
}

.profile-nav {
  padding: 20px 0 40px;
}
@media only screen and (min-width: 768px) {
  .profile-nav {
    padding: 30px 0;
  }
}
.profile-nav .container-sm {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.profile-nav .container-sm .btn-outline-arrow {
  width: calc(50% - 10px);
}
@media only screen and (min-width: 768px) {
  .profile-nav .container-sm .btn-outline-arrow {
    flex-grow: 1;
    width: auto;
  }
}
.profile-nav .container-sm .btn-outline {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .profile-nav .container-sm .btn-outline {
    width: auto;
    flex-grow: 1;
  }
}
@media only screen and (min-width: 768px) {
  .profile-nav--next {
    order: 2;
  }
}

.profesionals__list, .memories__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.profesionals__list li, .memories__list li {
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 48em) {
  .profesionals__list li, .memories__list li {
    margin-bottom: 30px;
    max-width: calc(25% - 30px);
  }
}
.profesionals__list li figure, .memories__list li figure {
  margin-bottom: 10px;
}
.profesionals__list li figure img, .memories__list li figure img {
  border-radius: 10px;
}
.profesionals__list li p, .memories__list li p {
  padding-inline: 10px;
  font-size: 16px;
  line-height: 24px;
  color: var(--black);
}

.profesionals .container, .memories .container, .tennis .container {
  max-width: 1230px;
  padding-inline: 20px;
}
@media (min-width: 48em) {
  .profesionals .container, .memories .container, .tennis .container {
    padding-inline: 15px;
  }
}

.btn-loadmore {
  border: 1px solid var(--black);
  padding: 5px 15px;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  height: 40px;
  max-width: 300px;
  width: 100%;
  border-radius: 10px;
  margin-inline: auto;
  margin-top: 30px;
  background: transparent;
  transition: all 0.3s;
}
.btn-loadmore span {
  color: var(--black);
}
.btn-loadmore:hover {
  background: var(--red);
  border-color: var(--red);
  color: var(--white) !important;
}

.section__title {
  margin-bottom: 20px;
}
.section__title-heading {
  position: relative;
  align-items: center;
  margin-bottom: 10px;
}
@media (min-width: 48em) {
  .section__title-heading {
    display: flex;
    gap: 10px;
  }
}
.section__title-heading::before {
  content: "";
  width: 20px;
  height: 4px;
  background: var(--red);
  position: absolute;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
@media (min-width: 48em) {
  .section__title-heading::before {
    width: 30px;
    display: block;
  }
}
.section__title-heading h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--black);
  margin-right: 5px;
  margin-bottom: 0;
}
.club-page .section__title-heading h2 {
  font-size: 28px;
}
@media (min-width: 48em) {
  .section__title-heading h2 {
    margin-right: 10px;
    font-size: 48px;
  }
  .club-page .section__title-heading h2 {
    font-size: 34px;
  }
}
.section__title-heading img {
  max-width: 30px;
  object-fit: contain;
  height: auto;
  display: inline-block;
}
@media (min-width: 48em) {
  .section__title-heading img {
    max-width: 47px;
  }
}
.section__title small {
  font-size: 16px;
  color: var(--black);
}

.tennis {
  background: var(--grey);
  padding-top: 40px;
  padding-bottom: 60px;
}
@media (min-width: 48em) {
  .tennis {
    padding-top: 87px;
    padding-bottom: 150px;
  }
}
.tennis .container > h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 48em) {
  .tennis .container > h2 {
    font-size: 26px;
  }
}
.tennis__league {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .tennis__league {
    overflow: auto;
    scroll-snap-type: x mandatory;
  }
}
.tennis table {
  border-radius: 10px;
  border-collapse: collapse;
  overflow: hidden;
}
@media (min-width: 48em) {
  .tennis table {
    width: 100%;
  }
}
.tennis table td,
.tennis table th {
  padding: 18px 25px;
  text-align: left;
  white-space: nowrap;
}
.tennis table td.text-center,
.tennis table th.text-center {
  text-align: center;
}
@media (min-width: 48em) {
  .tennis table td:first-child,
  .tennis table th:first-child {
    padding-left: 60px;
  }
}
.tennis table td {
  font-size: 16px;
  color: var(--black);
  vertical-align: top;
}
.tennis table th {
  background: var(--text-body);
  color: var(--white);
  font-weight: bold;
  white-space: nowrap;
}
.tennis table tr {
  background: var(--grayF5);
}
.tennis table tr:nth-child(even) {
  background: var(--white);
}

.memories {
  padding-top: 40px;
  padding-bottom: 30px;
}
@media (min-width: 48em) {
  .memories {
    padding-top: 85px;
    padding-bottom: 70px;
  }
}
.memories .section__title {
  margin-bottom: 30px;
}
@media (min-width: 48em) {
  .memories .section__title {
    margin-bottom: 50px;
  }
}
.memories .container h3 {
  margin-bottom: 20px;
}
.memories .container h3 span:last-child{
  font-size:16px;
  margin-left:20px;
}
.profesionals {
  padding-top: 30px;
  padding-bottom: 40px;
}
@media (min-width: 48em) {
  .profesionals {
    padding-bottom: 130px;
  }
}
.profesionals .container h2 {
  font-size: 18px;
  margin-bottom: 20px;
}
@media (min-width: 48em) {
  .profesionals .container h2 {
    font-size: 26px;
  }
}
.radio-container {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.radio-container input:checked ~ .checkmark::after {
  opacity: 1;
}
.radio-container .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 22px;
  width: 22px;
  border: 1px solid #777777;
  border-radius: 100%;
}
.radio-container .checkmark::after {
  content: "";
  position: absolute;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: var(--red);
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s;
}

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-container input:checked ~ .checkmark::after {
  opacity: 1;
}
.checkbox-container .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 22px;
  width: 22px;
  border: 1px solid #777777;
  border-radius: 5px;
}
.checkbox-container .checkmark::after {
  content: "";
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
  width: 7px;
  height: 12px;
  border: solid var(--red);
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  left: 7px;
  top: 3px;
}
.checkbox-container--lg {
  padding-left: 36px;
  min-height: 26px;
  padding-top: 1px;
}
.checkbox-container--lg .checkmark {
  height: 26px;
  width: 26px;
  border-width: 2px;
}
.checkbox-container--lg .checkmark::after {
  width: 7px;
  height: 12px;
  left: 8px;
  top: 3px;
}

.form-row {
  margin-bottom: 32px;
}
.form-row__label {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 14px;
}
.form-row__label label {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.form-row__label strong {
  font-size: 14px;
  font-weight: 700;
  margin-left: auto;
}
.form-row__label span {
  color: var(--red);
}
.form-row__input--group {
  display: flex;
  gap: 20px 26px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .form-row__input--group {
    flex-direction: column;
  }
}
.form-row__input input,
.form-row__input select,
.form-row__input textarea {
  min-height: 60px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #D6D6D6;
  border-radius: 10px;
  background: #F8F8F8;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .form-row__input input,
  .form-row__input select,
  .form-row__input textarea {
    padding: 10px 28px;
  }
}
.form-row__input select {
  background: url("../images/pages/arrow-down-red.svg") no-repeat calc(100% - 20px) 50%;
}
@media only screen and (min-width: 768px) {
  .form-row__input select {
    background-position: calc(100% - 36px) 50%;
  }
}
.form-row__input textarea {
  height: 180px;
}
@media only screen and (min-width: 768px) {
  .form-row__input textarea {
    height: 220px;
  }
}
.form-row--none {
  margin-bottom: 0;
}

.form-submit {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .form-submit {
    margin-top: 65px;
  }
}
.form-submit .btn {
  min-width: 100%;
}
@media only screen and (min-width: 768px) {
  .form-submit .btn {
    min-width: 280px;
  }
}
@media only screen and (min-width: 1200px) {
  .form-submit .btn {
    min-width: 340px;
  }
}

.form-row-confirm {
  border-bottom: 1px solid #D6D6D6;
  font-size: 16px;
  color: var(--black);
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .form-row-confirm {
    display: flex;
    padding: 29px 0;
  }
}
.form-row-confirm:first-child {
  border-top: 1px solid #D6D6D6;
}
.form-row-confirm label {
  font-weight: 700;
  padding-right: 20px;
  line-height: 2.5;
}
@media only screen and (min-width: 768px) {
  .form-row-confirm label {
    width: 150px;
  }
}
@media only screen and (min-width: 992px) {
  .form-row-confirm label {
    width: 200px;
  }
}
.form-row-confirm label span {
  color: var(--red);
}
.form-row-confirm p {
  font-weight: 500;
  line-height: 2.5;
}
@media only screen and (min-width: 768px) {
  .form-row-confirm p {
    width: calc(100% - 150px);
  }
}
@media only screen and (min-width: 992px) {
  .form-row-confirm p {
    width: calc(100% - 200px);
  }
}

.form-success {
  text-align: center;
}
.form-success h2 {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
  margin: 0 0 30px;
  color: var(--red);
}
@media only screen and (min-width: 768px) {
  .form-success h2 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .form-success h2 {
    font-size: 30px;
  }
}
.form-success p {
  font-size: 16px;
  line-height: 2.125;
}
.form-success .btn {
  margin-top: 30px;
  min-width: 200px;
}
@media only screen and (min-width: 768px) {
  .form-success .btn {
    min-width: 280px;
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .form-success .btn {
    min-width: 340px;
    margin-top: 100px;
  }
}

.events-text {
  background: url(../images/events/bg-events.png) repeat-x;
  background-size: cover;
  padding-block: 40px;
}
@media (min-width: 48em) {
  .events-text {
    padding-block: 80px;
  }
}
.events-text p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
}
@media (min-width: 48em) {
  .events-text p {
    font-size: 20px;
  }
}

.events-activity__table {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (min-width: 48em) {
  .events-activity__table {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
}
.events-activity .btn-loadmore {
  margin-bottom: 0;
    padding-bottom: 10px;
}

@media (min-width: 48em) {
  .events-memory {
    padding-bottom: 50px;
  }
}
#previous_events{
	padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#previous_events h2{
	margin-top:20px;
}
.history {
  padding-top: 40px;
  padding-bottom: 90px;
}
@media (min-width: 48em) {
  .history {
    padding-top: 95px;
    padding-bottom: 190px;
  }
}
.history .container {
  max-width: 1180px;
}
.history__items {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.history__items:last-child {
  margin-bottom: 30px;
}
@media (min-width: 48em) {
  .history__items:last-child {
    margin-bottom: 50px;
  }
}
.history__items h2 {
  font-size: 30px;
  line-height: 1.5;
  color: rgba(230, 1, 0, 0.4);
  text-align: right;
  padding-right: 30px;
}
@media (min-width: 48em) {
  .history__items h2 {
    font-size: 48px;
    line-height: 56px;
    padding-right: 66px;
    width: 220px;
  }
}
.history__items ul {
  position: relative;
  padding-bottom: 40px;
}
@media (min-width: 48em) {
  .history__items ul {
    padding-bottom: 75px;
    min-width: calc(100% - 490px);
  }
}
.history__items ul.last {
  padding-bottom: 0;
  margin-bottom: 40px;
}
@media (min-width: 48em) {
  .history__items ul.last {
    margin-bottom: 75px;
  }
}
.history__items ul::before, .history__items ul::after {
  content: "";
  position: absolute;
  top: 10px;
  left: -5px;
}
.history__items ul::before {
  width: 10px;
  height: 10px;
  background-color: var(--red);
  border-radius: 100%;
  position: absolute;
}
.history__items ul::after {
  border-left: 1px solid var(--red);
  width: 1px;
  height: 100%;
  left: -1px;
  opacity: 0.5;
}
.history__items ul li {
  margin-bottom: 25px;
  position: relative;
  padding-left: 40px;
  width: 100%;
  max-width: 890px;
}
@media (min-width: 48em) {
  .history__items ul li {
    display: flex;
    padding-left: 90px;
    gap: 30px;
  }
}
.history__items ul li::before, .history__items ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.history__items ul li::before {
  width: 20px;
  border-bottom: 1px solid var(--red);
  opacity: 0.3;
  left: 0;
  top: 15px;
  height: 1px;
  transform: translateY(-50%);
}
@media (min-width: 48em) {
  .history__items ul li::before {
    width: 70px;
  }
}
.history__items ul li::after {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: var(--white);
  border: 1px solid var(--red);
  left: 20px;
  top: 15px;
  transform: translateY(-50%);
}
@media (min-width: 48em) {
  .history__items ul li::after {
    left: 70px;
  }
}
.history__items ul li span {
  display: block;
  min-width: 68px;
  margin-bottom: 10px;
}
.history__items ul li span:last-child {
  font-weight: bold;
}

@media (min-width: 48em) {
  .successive table {
    margin-bottom: 50px;
  }
}

.step-item {
  color: rgba(230, 1, 0, 0.4);
  display: flex;
  align-items: center;
  font-weight: bold;
  max-width: 360px;
}
.step-item strong {
  text-transform: uppercase;
  font-size: 18px;
}
.step-item span {
  font-size: 38px;
}

.fanclub {
  padding-top: 35px;
  padding-bottom: 30px;
  background: var(--grey);
}
@media (min-width: 48em) {
  .fanclub {
    padding-top: 50px;
    padding-bottom: 43px;
  }
}
.fanclub .container-sm p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media (min-width: 48em) {
  .fanclub .container-sm p {
    font-size: 18px;
  }
}
.fanclub__space {
  min-height: 385px;
}
@media (min-width: 48em) {
  .fanclub__nav ul {
    display: flex;
    justify-content: space-between;
    justify-content: center;
  }
}
.fanclub__nav ul li {
  padding-inline: 30px;
  position: relative;
  border-left: 1px solid #707070;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .fanclub__nav ul li {
    border: 1px solid #707070;
    margin-bottom: 10px;
    padding: 10px 10px;
  }
}
@media (min-width: 48em) {
  .fanclub__nav ul li {
    border-bottom: none;
  }
}
@media (min-width: 48em) {
  .fanclub__nav ul li:first-child {
    border-left: none;
  }
}
.fanclub__nav ul li a{
	color:#000;
	font-weight:700;
}
.fan-contact {
  padding-top: 50px;
  padding-bottom: 40px;
}
@media (min-width: 48em) {
  .fan-contact {
    padding-top: 75px;
    padding-bottom: 80px;
  }
}
.fan-contact__methods {
  width: 100%;
}
@media (min-width: 48em) {
  .fan-contact__methods {
    display: flex;
  }
}
.fan-contact__methods-item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 20px;
  width: 100%;
}
@media (min-width: 48em) {
  .fan-contact__methods-item {
    max-width: 50%;
  }
}
.fan-contact__methods-item__icon {
  max-width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.fan-contact__methods-item__icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.fan-contact__methods-item__content-title {
  display: flex;
  align-items: center;
  height: 78px;
  margin-bottom:30px;
}
.fan-contact__methods-item div.icon {
  color: rgba(230, 1, 0, 0.4);
  text-align: center;
  margin-bottom: 10px;
}
.fan-contact__methods-item div.icon strong {
  font-size: 42px;
  display: block;
}
@media (min-width: 48em) {
  .fan-contact__methods-item div.icon strong {
    font-size: 58px;
  }
}
.fan-contact__methods-item div.icon span {
  display: block;
  font-size: 14px;
}
.fan-contact__methods-item__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fan-contact__methods-item__content p {
  text-align: center;
}

.connect {
  background: var(--grey);
  padding-top: 30px;
  padding-bottom: 40px;
}
@media (min-width: 48em) {
  .connect {
    padding-top: 56px;
    padding-bottom: 82px;
  }
}
.connect p {
  font-size: 18px;
  font-weight: bold;
  line-height: 38px;
  margin-bottom: 30px;
}
.connect p.note {
  font-size: 16px;
  font-weight: normal;
}
.connect h2 {
  margin-bottom: 10px;
  font-weight: bold;
  color: var(--black);
  font-size: 18px;
}
@media (min-width: 48em) {
  .connect h2 {
    font-size: 26px;
  }
}
.connect__pdf {
  border-radius: 10px;
  background: 10px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 55px;
  height: 64px
}
@media (min-width: 48em) {
  .connect__pdf {
    padding: 10px 50px 10px 30px;
	height: 54px
  }
}
.connect__pdf a {
  color: var(--black);
}
.connect ul {
  margin-bottom: 30px;
}
.connect ul li {
  border-radius: 10px;
  background: var(--white);
  margin-bottom: 10px;
  padding: 5px 20px;
  color: var(--black);
  height:154px;
}
@media (min-width: 48em) {
  .connect ul li {
    display: flex;
	align-items:center;
    padding: 5px 50px;
	height:70px;
  }
}
.connect ul li span {
  display: block;
}
.connect ul.steps li {
  background: transparent;
  border-bottom: 1px solid #ef9393;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-radius: 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 5px 0px;
  height:auto;
}
.connect ul.steps li span {
  display: inline-block;
}
.connect ul.steps li a {
  color: var(--red);
}
.connect ul.steps li div:last-child {
  padding-top: 15px;
}
.connect ul.steps-event li {
  font-size: 18px;
  background: var(--white);
}
@media (min-width: 48em) {
  .connect ul.steps-event li {
    display: flex;
  }
}
.connect ul.steps-event li span {
  display: block;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .connect ul.steps-event li span {
    margin-bottom: 10px;
  }
}
.connect ul.steps-event li span:last-child {
  font-weight: normal;
}
.connect ul.steps-event li strong {
  display: block;
  width: 313px;
}
.connect ul.steps-event li strong:first-child {
  color: var(--red);
  width: 266px;
}
.connect .btn.btn-red {
  margin-inline: auto;
  width: 100%;
  display: flex;
  max-width: 300px;
}
@media (min-width: 48em) {
  .connect .btn.btn-red {
    margin-top: 30px;
  }
}

.methods {
  padding-top: 40px;
  padding-bottom: 30px;
}
@media (min-width: 48em) {
  .methods {
    padding-top: 80px;
    padding-bottom: 170px;
  }
}
.methods ul li {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  align-items: flex-start;
  border-bottom: 1px solid #ef9393;
  padding-bottom: 20px;
}
.methods ul li p {
  font-weight: normal;
}
.methods ul li .btn {
  background: transparent;
  white-space: nowrap;
  width: 295px;
  height: 50px;
  border-color: #000;
}
.methods ul li .btn:hover {
  border-color: var(--red);
}
@media (min-width: 48em) {
  .methods ul li .btn {
    margin-top: 0;
	width: 330px;
	max-width: 330px;
  height: 50px;
  }
}
.methods ul li .actions {
  margin-top: 0;
}
@media (min-width: 48em) {
  .methods ul li .actions {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
.methods ul li div p {
  margin-bottom: 5px;
}
@media (min-width: 48em) {
  .methods ul li div:last-child {
    padding-top: 20px;
  }
}

/*# sourceMappingURL=custom-styles.css.map */
.memories_section > header {
  border: 1px solid #B5B6B6;
  font-weight: bold;
  font-size: 93.75%;
  padding: 8px 0 8px 20px;
  color: #333;
  margin: 15px 0 20px 0;
  position: relative;
}
.memories__list li img{border-radius:10px;}
@media (min-width: 48em) {
  .memories_section .memories__list li {
    margin-bottom: 30px;
    max-width: calc(25% - 12px);
  }
}
.form-submit .btn{
  position: relative;
  overflow: hidden;
  border: solid 1px var(--red);
}
.form-submit .btn.btn--gray, a.btn.btn--gray{
  border-color:#5F5E5E
}

.form-submit .btn::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: white;
  transition: width 150ms ease-in-out;
  
}
.form-submit .btn:hover {
  color: black !important;
  opacity: 1;
}
.form-submit .btn:hover::before {
  width: 110%;
}
.form-submit .btn span, .form-submit .btn svg {
  position: relative;
}
.form-submit .btn:hover svg path {
  stroke: black;
}
.form-submit .btn svg {
  position: absolute;
  right: -70px;
  top: 8px;
  left:auto;
}
.form-submit .btn.btn--gray svg {
  position: absolute;
  left: -70px;
}
#team-schedule h2{
	font-size:26px;
	margin-bottom:20px;
}
.memories h3{
	font-size:26px;
	margin-bottom:20px;
}
.fan-contact__methods-item__content-title h3{
	font-size:30px;
	text-align: center;
	line-height: 1.3;
}	
.fan-contact__methods-item__content p{
	font-weight:700;
	text-align: center;
}
.page__top_img ul {
  display: flex;
  gap: 16px;
  margin: 70px 0;
}
#v0006 {
  height: auto;
}
h1.title1{
	font-size:30px;
	text-align:center;
	display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  overflow: hidden;
}
h1.title1 img{
	width:auto;height:50px;
}
h1.title1 span{
	margin:0 50px;
}
button.btn, a.btn {
  position: relative;
  border: 1px solid var(--red);
  text-decoration: none;
}
button.btn span, a.btn span{
  position: relative;
}
button.btn:before, a.btn:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: white;
  transition: width 150ms ease-in-out;
  border-radius: 10px;
}
button.btn span:after, a.btn span:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../images/icon/ico-arrow.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: -70px;
  top: calc(50% - 5px);
}
@media (max-width:1199px){
	.form-submit button.btn span::after, .content-box__button .btn span::after{
		right:-35px;
	}
	.form-submit .btn.btn--gray span::after, .content-box__button .btn.btn--gray span::after {
	  left: -35px;
	}
}
button.btn.btn--gray span:after, a.btn.btn--gray span:after {
transform: rotate(180deg);
left:-70px;
}
button.btn:hover, a.btn:hover {
  color: black;
  opacity: 1;
}
button.btn:hover:before, a.btn:hover:before {
  width: 100%;
}
button.btn:hover span:after, a.btn:hover span:after {
  background: url(../images/icon/ico-arrow-black.svg) no-repeat;
  background-size: contain;
}
button.btn:hover, button.btn:hover span, a.btn:hover span, a.btn:hover{
color:#000;
}
.methods ul li a.btn span:after {
  background: url(../images/icon/ico-arrow-black.svg) no-repeat ;
  background-size: contain;
  right:-20px;
}
.methods ul li a.btn:hover span:after {
  background: url(../images/icon/ico-arrow.svg) no-repeat;
  background-size: contain;
}
.methods ul li a.btn::before {
  background: var(--red);
}
.methods ul li a.btn:hover span{
color:#fff;
}
a.btn span.no_arrow{
color:#000;
}
span.no_arrow:after{
	display:none !important;
}
body:not(.club-page) a.btn.btn-loadmore span:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url(../images/icon/icon_plus_black.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: -20px;
  top: calc(50% - 7px);
}
body:not(.club-page) a.btn.btn-loadmore.open span:after {
  background: url(../images/icon/icon_minus_black.svg) no-repeat;
  background-size: contain;
}
.history {
  background: #F5F5F5;
  padding-top: 45px;
}
.successive {
  background: #F5F5F5;
  padding-top: 45px;
}
ul.history_list {
  display: flex;
  justify-content:space-between;
  margin:0px 0 80px;
}
ul.history_list li{
  width:calc(50% - 10px);
   display: flex;
}
ul.history_list li a{
  width:100%;
   display: flex;
   flex-direction:column;
   position:relative;
   color:#DC000B;
   justify-content: center;
  align-items: center;
  height:80px;
  background:#fff;
  text-decoration:none;
}

ul.history_list li.active a, ul.history_list li:hover a{
	background: #DC000B;
	color:#fff;
}
ul.history_list li.active a:after, ul.history_list li:hover a:after{
	content:'';
	position:absolute;
	bottom:-8px;
	left:calc(50% - 10px);
	width:20px;
	height:20px;
	background: #DC000B;
	transform: rotate(45deg);
}
ul.history_list li a .en{
	font-size:20px;
	font-weight:700;
	text-transform:uppercase;
}
ul.history_list li a .jp{
	font-size:12px;
}
.section__title p.des{
	margin-top:25px;
}
a.black{color:#000;}
@media (min-width: 768px)
{	
	#cboxTitle {
	  position: fixed;
	  top: 54px;
	  left: 64px;
	}
}
#cboxClose {
  position: fixed;
  top: 50px;
  right: 50px;
  display: block;
  background: url(../images/colorbox/close.png) no-repeat top center;
  background-size: cover;
  width: 52px;
  height: 52px;
  text-indent: -9999px;
}
#cboxPrevious {
  background: url(../images/colorbox/arrow_left.png) no-repeat top left;
  width: 24px;
  height: 48px;
  text-indent: -9999px;
  background-size: cover;
}
#cboxNext {
  
  background: url(../images/colorbox/arrow_right.png) no-repeat top right;
  width: 24px;
  height: 48px;
  text-indent: -9999px;
  background-size: cover;
}
@media (min-width: 768px)
{	
	#cboxPrevious {
	  position: fixed;
	  bottom: calc(50% + 24px);
	  left: 50px;
	  margin-left: 0;
	}
	#cboxNext 
	{
		position: fixed;
	  bottom: calc(50% + 24px);
	  right: 50px;
	  margin-right: 0;
	}
}

#cboxCurrent span {
  font-size: 0px;
  margin: 0 10px;
  width: 40px;
  height: 2px;
  background: #fff;
  display: inline-block;
  text-indent: -1000000px;
}
#cboxCurrent span.current {
  background: #E60100;
}
.profesionals__list, .memories__list {
  gap: 10px;
}
.connect__pdf{
	position:relative;
}
.connect__pdf:after{
	content:'';
	position:absolute;
	right:50px;
	top:20px;
	width:19px;
	height:17px;
	background:url(../images/icon/icon_file.svg) no-repeat;
}
.connect__pdf a{
	background:url(../images/icon/icon_pdf.svg) no-repeat;
	padding-left: 30px;
}
.profile-nav .profile-list span{
	background:url(../images/icon/icon_list.svg) center left no-repeat;
	padding-left: 30px;
}
@media (min-width: 48em) {
  .profesionals__list li, .memories__list li {
    max-width: calc(25% - 10px);
  }
}
@media (min-width:768px){
	.sp{display:none !important;}
}	
@media (max-width:767px){
	h1.title1{
		font-size:16px;
		justify-content: space-between;
	}
	h1.title1 span{
		margin:0;
	}
	.connect__pdf:after{
		right:20px;
	}
	button.btn span:after {
		right: -35px;
	}
	button.btn.btn--gray span:after, a.btn.btn--gray span:after {
	left:-35px;
	}
	.pc{display:none !important;}
	.btn{width: 235px;min-width: unset !important;}
	.form-submit .btn svg {
	  right: -35px;top:4px;
	}
	.form-submit .btn.btn--gray svg {
	  left: -35px;
	}
	.content-box__inner h1, .withdrawal-page .content-box__inner h1,
	.information-page  .content-box__inner h1,
	.inquiry-page  .content-box__inner h1 {font-size: 32px;}
	#team-schedule h2{
		font-size:22px;
		text-align: center;
	}
	.memories .container h3 {
	  margin-bottom: 20px;
	  display: flex;
	  flex-direction: column;
	  font-size: 22px;
	}
	.memories h3 span{
		font-size:22px;
	}
	.memories .container h3 span:last-child {
	  font-size: 13px;
	  margin-left: 0px;
	  font-weight: 400;
	}
	.memories__list li {
	  text-align: center;
}
	.fan-contact__methods-item__content-title h3{
		font-size:24px;
	}
	.connect ul li {
	  display: flex;
	  flex-direction: column;
	  justify-content: center
	}
	.page__top_img{
		padding:0 20px;
	}
	.page__top_img ul {
	  flex-direction: column;
	  margin:44px 0;
	}
	.fanclub__nav{
		padding:0 40px;
	}
	::placeholder {
	  color: transparent;
	}

	::-ms-input-placeholder { /* Edge 12 -18 */
	  color: transparent;
	}
	body .form-row__input .sp_placeholder{
		font-size:10px;
		color: #aaa;
		margin-bottom:5px;
	}
	.fan-contact__methods-item {
	  flex-direction: column;
	}
	.methods ul li {
	  flex-direction: column;
	}
	.history {
	  padding-top: 30px;
	}
	.successive {
	  padding-top: 30px;
	}
	ul.history_list li {
	  width: calc(50% - 5px);
	}
	ul.history_list li a{
		height:65px;
	}
	ul.history_list li a .en{
		font-size: min((14/375)*100vw,14px);
	}
	ul.history_list li a .jp{
		font-size:10px;
	}
	.section__title p.des{
		font-size:14px;
	}
	
	.match-page .section__title-heading h2 {
	  font-size: 38px;
	  position:relative;
	  padding-left:30px;
	}
	.match-page .section__title-heading h2:before {
	  content: "";
	  width: 20px;
	  height: 4px;
	  background: var(--red);
	  position: absolute;
	  left: 0;
	  top: 30px;
	  display: block;
	}
	.match-page  .section__title small {
		margin-left: 30px;
	}
	.tennis .container > h2 {
	  text-align: center;
	}
	.profesionals__list li p, .memories__list li p {
	  font-size: 14px;
	  }
	.section__title small {
	  font-size: 13px;
	} 
	.socials_link {
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.socials_link a img.youtube{
	 width:60px;
	 margin-right:10px;
	}
	.socials_link a img.x{
	 width:50px;
	 border-radius:100%;
	}	
	
	.tennis table.responsive{
		display: flex;
	}
	.tennis table.responsive thead {
	  background: var(--text-body);
	}
	.tennis table.responsive th {
		padding: 15px;
		width: 100px;
		text-align: left;
		white-space: normal;
	}
	.tennis table.responsive td{
		padding: 15px;
		text-align: center;
	}
	.tennis table.responsive tr th, .tennis table.responsive tr td{
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100px;
	}
	.tennis table.responsive tbody{
	  display: flex;
	  overflow-x: scroll;
	}
	.tennis table.responsive tr {
	  display: flex;
	  flex-direction: column;
	}
	.content-box__inner p {
	  font-size: 14px;
	}
}
@media (max-width:500px){
	.memories__list li img {
		width: 295px;
	  height: 132px;
	}
}

.btn.w235{
	min-width: unset !important;
	width:235px !important;
	height:50px !important;
	min-height:50px !important;
	padding: 12px 5px !important;
}
.btn.w235 span::after {
  right: -35px !important;
}
.btn.btn--gray.w235 span::after {
  left: -35px !important;
  right: auto !important;
}  
.tennis .page__top_img ul {
	 margin-bottom:0;
}
.heading-section::before {
  width: 80px;
  border-bottom: 4px solid var(--primary);
}
@media (max-width:767px){
	.heading-section::before {
	  width: 68px;
	  border-bottom: 3px solid var(--primary);
	}
}
.hide{
	display:none !important;
}
.gold{
	color:#AD8308;
}
.silver{
	color:#5F5E5E;
}
.copper{
	color:#8B4715;
}
.icon_medal{
	position:relative;
}
.icon_medal img{
right: -55px;
  position: absolute;
  top: -6px;
}
.icon_medal.silver img{
  top: 0px;
}
.page-title1 {
  text-align: center;
  margin-bottom: 50px;
}
.breadcrumb_list {
  padding: 10px 0;
  background: #F5F5F5;
}
.page-title1 h1{
	color:#000;
	font-size:64px;
}
.page-title1 h2{
	color:#000;
	font-size:14px;
}
@media (min-width:768px){
	#cboxContent {
	  background: none;
	}
	#cboxLoadedContent {
	  min-width: 500px;
	  margin:0 auto;
	}	
}	
@media (max-width:767px){
	.page-title1 h1{
		font-size:36px;
	}
	.page-title1 h2{
		font-size:12px;
	}
	.history__items {
	  flex-direction: column;
	  padding: 0 40px;
	}
	.history__items h2 {
	  padding-right: 0;
	  border-left: 1px solid rgba(230, 1, 0, 0.5);
	  padding-left: 20px;
	  padding-bottom: 15px;
	}
	.history__items.first h2 {
	  border-color:transparent;
	}
	.history__items ul::after {
	  left: 0;
	  top: 0px;
	}
	.history__items.first ul::after {
	  top: 10px;
	}
	.icon_medal {
	  padding-right: 40px;
	}
	.icon_medal img {
	  right: 0;
	  top: 0;
	}
	.form-row__label {
		margin-bottom: 0;
	}
	#colorbox {
	  max-width:100%;
	}
	#cboxWrapper {
	  max-width: none;
	  width: 100% !important;
	}
  #cboxContent {
		width: 100% !important;
		height: 370px !important;
	  }
	#cboxLoadedContent {
		width: 100% !important;	
		border: 0;
	  }
  .cboxPhoto {
	  width: 100% !important;
	  height: 350px !important;
	  object-fit: cover;
	}
	#cboxPrevious {
	  width: 13px;
	  height: 26px;
	}
	#cboxNext {
	  right: 20px;
	  width: 13px;
	}
	#cboxClose {
	  top: 30px;
	  right: 20px;
	  width: 36px;
	  height: 36px;
	}
	#cboxCurrent {
		bottom: -15px;
	}
	#cboxCurrent span {
		width: 16px;
		margin: 0 5px;
	}
/*
	#cboxTitle {
	  top: 100px;
		  left: 40px;
		  word-wrap: break-word;
		  width: calc(100% - 80px);
		line-height: 1.5;
	}
*/
}

#colorbox, #cboxOverlay, #cboxWrapper
{
	overflow: visible;
}