@charset "UTF-8";
/* @font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 300;
    src: url('../font/NotoSansCJKjp-Light.eot');
    src: url('../font/NotoSansCJKjp-Light.woff') format('woff'), url('../font/NotoSansCJKjp-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    src: url('../font/NotoSansCJKjp-Regular.eot');
    src: url('../font/NotoSansCJKjp-Regular.woff') format('woff'), url('../font/NotoSansCJKjp-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 500;
    src: url('../font/NotoSansCJKjp-Medium.eot');
    src: url('../font/NotoSansCJKjp-Medium.woff') format('woff'), url('../font/NotoSansCJKjp-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 700;
    src: url('../font/NotoSansCJKjp-Bold.eot');
    src: url('../font/NotoSansCJKjp-Bold.woff') format('woff'), url('../font/NotoSansCJKjp-Bold.ttf') format('truetype');
} */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville&family=Noto+Serif+JP:wght@300&family=Oswald:wght@700&family=Radley&display=swap");
/*
offset版のnotoは廃止
font-family: 'Noto Sans Japanese'; // 300,400,500,700
font-family: 'Libre Baskerville', serif; // 400
font-family: 'Oswald', sans-serif; // 700
font-family: 'Radley', serif; // 400
font-family: 'Noto Serif JP', serif; // 300
*/
/**********************************
*
* mixin medeia query
*
**********************************/
/*
.sample {
    @include pcTab {
        プロパティ: 値;
    };
}
*/
/*-----------------------------------------------

    common setting

-------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #2E2E2E;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", "MS PGothic", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  position: relative;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  overflow-x: clip;
}
@media (min-width: 768px) {
  body {
    min-width: 1280px;
    overflow-x: clip;
  }
}

.display-sp {
  display: block;
}
@media (min-width: 768px) {
  .display-sp {
    display: none;
  }
}

.display-pc {
  display: none;
}
@media (min-width: 768px) {
  .display-pc {
    display: block;
  }
}

img {
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

/*-----------------------------------------------

    versatility parts

-------------------------------------------------*/
/*-------------------- video --------------------*/
.wrap_video {
  width: 100%;
  margin: 0 auto;
}
.wrap_video .box_video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.wrap_video .box_video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.txt_video-cap {
  margin-top: 12px;
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  font-feature-settings: "palt";
}

/*-----------------------------------------------

    page-contents

-------------------------------------------------*/
.page-contents {
  display: none;
}
.page-contents__intro {
  margin-bottom: 0px;
}
.page-contents__top-news {
  margin-bottom: 145px;
}
.page-contents__next-match {
  margin-bottom: 200px;
}
.page-contents__top-members {
  margin-bottom: 25.0595238095%;
}
.page-contents__partner {
  margin-bottom: 98px;
}
.page-contents__top-about {
  margin: 50px 0;
}
.page-contents__sub-header {
  margin-bottom: 250px;
}
.page-contents__section-player {
  margin-bottom: 90px;
}
.page-contents__section-staff {
  margin-bottom: 0px;
}
.page-contents__section-player-detail {
  margin-bottom: 203px;
}
.page-contents__section-player-gallery {
  margin-bottom: 90px;
}
.page-contents__page-controller {
  margin-bottom: 140px;
}

/*-----------------------------------------------

    intro

-------------------------------------------------*/
.intro {
  width: 100%;
}
.intro__inner {
  position: relative;
  width: 100%;
  height: auto !important;
  padding: 0;
}
.intro__background {
  width: 100%;
  position: absolute;
  overflow: hidden;
  z-index: -10;
  top: 173px;
  left: 0;
  height: initial;
  display: block;
}
.intro__background:before {
  content: "";
  display: block;
  padding-top: 53.98%;
  /* 高さを幅の53.98%に固定 */
}
.intro__background-body {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.intro__background-video {
  /* display: none; */
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scale(1);
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  /* @include pcTab {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%) scale(1.0);
      z-index: -1;
      object-fit: cover;
  } */
}
.intro__background-video_sp {
  display: none;
}
.intro__background-video_pc {
  display: block;
}
.intro__background-img {
  /* object-fit: cover;
  object-position: center;
  width: 100%;
  height: calc(910 / 1680 * 100vw); */
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scale(1);
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.intro__background-img_sp {
  display: none;
}
.intro__background-img_pc {
  display: block;
}
.intro__bg-grid {
  position: absolute;
  width: 100%;
  left: 0;
  background: url(../images/bg-grid.png) repeat;
  top: 173px;
  height: initial;
  display: block;
}
.intro__bg-grid:before {
  content: "";
  display: block;
  padding-top: 53.98%;
  /* 高さを幅の53.98%に固定 */
}
.intro__bg-grid-body {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.intro__container {
  width: 100%;
  height: calc(100% - 0px);
  min-height: 100%;
  position: relative;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: initial;
  position: relative;
  padding-top: 173px;
  width: 100%;
  height: initial;
  display: block;
}
.intro__container:before {
  content: "";
  display: block;
  padding-top: 53.98%;
  /* 高さを幅の53.98%に固定 */
}
.intro__body {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.intro__center-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.intro__intro-header {
  position: absolute;
  top: 0;
  left: 0;
}
.intro__bottom {
  width: 100%;
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  bottom: 0;
  padding-left: 4.2261904762%;
  margin-bottom: 3.2738095238%;
}
.intro__catch-block {
  margin-bottom: 3.2738095238%;
}
.intro__sp-header-nav {
  display: none;
}
.pc-catch-img {
  display: block;
  position: absolute;
  /* top: 173px; */
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pc-catch-img__hood-img {
  position: relative;
  display: inline-block;
  padding: 10px;
  margin-bottom: 3px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 48.4523809524%;
}
.pc-catch-img__hood-img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/pc__diamond-border@2x.png) center/100% auto no-repeat;
}
.pc-catch-img__diamond-img {
  width: 100%;
}
.pc-catch-img__img-overlay {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 100%;
  width: calc(100% - 12px);
  height: 100%;
  height: calc(100% - 12px);
}
.pc-catch-img__img-overlay:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/diamond-overlay.png) center/100% auto no-repeat;
}

.catch-block__hood-img {
  display: none;
}
.catch-block__hood-img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/sp__diamond-border@2x.png) center/contain no-repeat;
}
.catch-block__diamond-img {
  width: auto;
  height: 44.6846846847vh;
}
.catch-block__img-overlay {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 100%;
  width: calc(100% - 12px);
  height: 100%;
  height: calc(100% - 12px);
}
.catch-block__img-overlay:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/diamond-overlay.png) center/100% auto no-repeat;
}
.catch-block__text-wrap {
  width: 100%;
  text-align: left;
}
.catch-block__catch-text1 {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  /* font-size: calc(150 / 1680 * 100vw); */
  color: #fff;
  margin-bottom: 6px;
  font-size: 5.9523809524vw;
}
@media (max-width: 1280px) and (min-width: 768px) {
  .catch-block__catch-text1 {
    /* font-size: 79.36px; */
    font-size: 76.1905px;
  }
}
.catch-block__catch-text2 {
  font-family: "Noto Sans Japanese";
  font-weight: 300;
  /* font-size: 13px; */
  color: #fff;
  letter-spacing: 1em;
  /* text-indent: 1em; */
  font-size: 1.4880952381vw;
  text-indent: unset;
}
@media (max-width: 1280px) and (min-width: 768px) {
  .catch-block__catch-text2 {
    font-size: 19.0476px;
  }
}

.intro-header {
  width: 100%;
  /* height: 57px; */
  /* background: transparent; */
  /* position: absolute; */
  top: 0;
  left: 0;
  z-index: 1000;
  height: 173px;
  background: #fff;
  min-width: 1280px;
  position: fixed;
}
.intro-header__container {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 50px;
  display: block;
}
.intro-header__sp-nav-button {
  position: absolute;
  right: 0;
  top: 0;
}
.intro-header__header-nav {
  display: block;
}
.intro-header__top {
  padding: 23px 0 42px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.intro-header__header-logo {
  overflow: hidden;
  position: relative;
  /* top: 6px; */
  z-index: 2;
  /* width: 275px; */
  top: initial;
  width: 522px;
}
.intro-header__bottom {
  /* width: 100%; */
  /* position: relative; */
  /* padding: 0 0 0 90px; */
  /* box-sizing: border-box; */
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.header-logo__page-title {
  color: #fff;
  /* font-size: 14px;
  font-size: 1.4rem; */
  font-weight: bold;
  font-weight: 700;
  position: relative;
  float: left;
  font-size: 18px;
  font-size: 1.8rem;
}
.header-logo__logo-img {
  /* width: 200px;
  height: 51.56px; */
  width: 390px;
  height: auto;
}
.header-logo__page-title-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.header-logo__page-title2 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  float: right;
  position: relative;
  top: 7px;
}
.header-logo__logo-img2 {
  width: 105px;
  height: 45px;
}
.header-logo__page-title-link2 {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
.button-scroll-down .button-scroll-down__arrow {
    animation: unset;
  }
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0) translateX(-50%);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px) translateX(-50%);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0) translateX(-50%);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 20px) translateX(-50%);
    opacity: 0;
  }
}
.header-nav__list {
  display: flex;
  justify-content: space-between;
}
.header-nav__list .submenu {
  cursor: pointer;
  position: relative;
}
.header-nav__list .submenu ul {
  visibility: hidden;
  opacity: 0;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  transition: all 0.3s;
}
.header-nav__list .submenu ul li a {
  display: block;
  padding: 10px 0;
}
.header-nav__list .submenu:hover ul {
  height: auto;
  opacity: 1;
  visibility: visible;
  top: 30px;
  background-color: #fff;
}
.header-nav__list-item {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  font-weight: 700;
}
.header-nav__list-item:not(:last-child) {
  /* margin-right: 50px; */
}
.header-nav__link {
  /* color: #000000;
  font-size: 18px;
  font-size: 1.6rem;
  font-weight: bold;
  font-weight: 700;
  text-decoration: none; */
  color: #000000;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  font-weight: 700;
  text-decoration: none;
}
.header-nav__link_jp-text {
  font-size: 17px;
  font-size: 1.7rem;
  font-family: "Noto Sans Japanese";
  position: relative;
  top: -0.05em;
}

.sp-header-nav {
  display: none;
}

.show .sp-header-nav {
  opacity: 1;
  visibility: visible;
}

.info-next-game {
  color: #fff;
  text-align: left;
  width: 455px;
}
.info-next-game__container {
  padding: 0;
}
.info-next-game__heading-text {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  /* font-size: 1.1rem; */
  /* margin-bottom: 8px; */
  font-size: 2.8rem;
  margin-bottom: 14px;
}
.info-next-game__box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.info-next-game__team {
  width: 60px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: 22px;
}
.info-next-game__label {
  background: #E6002D;
  /* width: 44px;
  height: 21px; */
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-bottom: 6px; */
  width: 58px;
  height: 27px;
  margin-bottom: 8px;
}
.info-next-game__label-text {
  color: #fff;
  /* font-size: 9px; */
  font-family: "Noto Sans Japanese";
  font-weight: bold;
  font-size: 13px;
}
.info-next-game__emblem-img {
  width: 78px;
  height: 78px;
}
.info-next-game__schedule {
  padding-top: 5px;
  width: calc(100% - 77px);
  /* background: url(../images/logo-we-white.svg) top 5px right 0 / 49px auto no-repeat; */
}
.info-next-game__schedule_black {
  /* background: url(../images/logo-we-black.png) top 5px right 0 / 47px auto no-repeat; */
}
.info-next-game__text1 {
  /* font-size: 12px; */
  font-family: "Noto Sans Japanese";
  font-weight: bold;
  font-weight: 700;
  /* margin-bottom: 15px; */
  font-size: 15px;
  margin-bottom: 22px;
}
.info-next-game__text2 {
  /* font-size: 33px; */
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 43px;
  margin-bottom: 10px;
}
.info-next-game__text3 {
  /* font-size: 12px; */
  font-family: "Noto Sans Japanese";
  font-weight: bold;
  font-weight: 700;
  /* padding-right: 10px; */
  font-size: 15px;
  padding-right: 15px;
}
.info-next-game__text4 {
  /* font-size: 12px; */
  font-family: "Noto Sans Japanese";
  font-weight: bold;
  font-weight: 500;
  font-size: 15px;
}
.info-next-game__schedule-bottom {
  display: flex;
  justify-content: space-between;
}
.info-next-game_large {
  color: #000;
  width: 100%;
}
.info-next-game_large .info-next-game__team {
  width: 144px;
  margin-right: 62px;
}
.info-next-game_large .info-next-game__schedule {
  width: calc(100% - 206px);
  padding-top: 16px;
  /* background: url(../images/logo-we-black.png) top 0px right 0/71px auto no-repeat; */
}
.info-next-game_large .info-next-game__label {
  width: 107px;
  height: 50px;
  margin-bottom: 16px;
}
.info-next-game_large .info-next-game__label-text {
  font-size: 18px;
  font-size: 1.8rem;
}
.info-next-game_large .info-next-game__text1 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 44px;
}
.info-next-game_large .info-next-game__text2 {
  font-size: 80px;
  font-size: 8rem;
  margin-bottom: 22px;
}
.info-next-game_large .info-next-game__text3 {
  font-size: 24px;
  font-size: 2.4rem;
}
.info-next-game_large .info-next-game__text4 {
  font-size: 24px;
  font-size: 2.4rem;
}
.info-next-game_large .info-next-game__box {
  margin-bottom: 38px;
}
.info-next-game_large .info-next-game__emblem-img {
  /* width: 60px;
  height: 60px; */
  width: 144px;
  height: 144px;
}
.info-next-game_large .info-next-game__schedule-bottom {
  font-size: 2.4rem;
  min-height: 2.4em;
}

.ticket-information {
  display: flex;
  justify-content: space-between;
}
.ticket-information__button {
  /* width: 50%;
  height: 30px; */
  display: flex;
  /* justify-content: center; */
  align-items: center;
  position: relative;
  border: 2px solid #EA0015;
  border-radius: 10px;
  padding: 0 14px;
  width: 50%;
  height: 45px;
  background: url(../images/icon-arrow-right.svg) top 17px right 10px/16px 9px no-repeat;
  background-color: #fff;
}
.ticket-information__button:nth-of-type(2n) {
  margin-left: 15px;
}
.ticket-information__button-text {
  font-family: "Noto Sans Japanese";
  font-weight: bold;
  font-weight: 500;
  color: #000000;
  font-size: 15px;
}
.ticket-information__button-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.ticket-information_large .ticket-information__button {
  height: 80px;
  padding: 0 17px;
  background: url(../images/icon-arrow-right.svg) top 28px right 14px/29.37px 16.45px no-repeat;
  background-color: #fff;
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.16));
  border: 4px solid #EA0015;
}
.ticket-information_large .ticket-information__button-text {
  /* font-size: 18px; */
  font-weight: 700;
  font-size: 18px;
}

.ticket-information__button {
  transition: 0.2s;
  transition-property: background-color;
}
.ticket-information__button .ticket-information__button-text {
  transition-property: color;
  transition: 0.2s;
}

.ticket-information__button:hover {
  background: url(../images/icon-arrow-right-white.svg) top 17px right 10px/16px 9px no-repeat;
  background-color: #EA0015;
}
.ticket-information__button:hover .ticket-information__button-text {
  color: #fff;
}

.ticket-information_large .ticket-information__button:hover {
  background: url(../images/icon-arrow-right-white.svg) top 28px right 14px/29.37px 16.45px no-repeat;
  background-color: #EA0015;
}

/*-----------------------------------------------

    sp-nav-button

-------------------------------------------------*/
.sp-nav-button {
  width: 24px;
  height: 18px;
  padding: 19px 17px;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  transition: 0.2s ease-in-out;
  transition-property: opacity, visibility;
  background: #EA0015;
  z-index: 11;
  position: fixed;
  right: 0;
  top: 0;
}
.sp-nav-button__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.sp-nav-button__line {
  display: inline-block;
  width: 24px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transition: 0.2s;
}
.sp-nav-button__line:nth-child(1) {
  top: 0px;
  left: 0px;
}
.sp-nav-button__line:nth-child(2) {
  top: 8px;
  left: 0px;
}
.sp-nav-button__line:nth-child(3) {
  bottom: 0px;
  left: 0px;
}

.show .sp-nav-button .sp-nav-button__line:nth-child(1) {
  transform: rotate(45deg);
  top: 8px;
}
.show .sp-nav-button .sp-nav-button__line:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.show .sp-nav-button .sp-nav-button__line:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 8px;
}

/*-----------------------------------------------

    hover

-------------------------------------------------*/
.header-nav__link {
  transition: 0.2s;
}

.header-nav__link:hover {
  opacity: 0.7;
}

.button-scroll-down__link {
  transition: 0.2s;
}

.button-scroll-down__link:hover {
  opacity: 0.7;
}

.sp-nav-button {
  transition: 0.2s;
}

.sp-nav-button:hover {
  /* opacity: .7; */
}

.sp-header-nav__link {
  transition: 0.2s;
}

.sp-header-nav__link:hover {
  opacity: 0.7;
}

/*-----------------------------------------------

    swiper-container

-------------------------------------------------*/
/*スライドごとにスタイルを変える場合はクラスにModifaiaをつけて上書き*/
.swiper-container {
  width: 1080px;
  margin: 0 auto;
}

.slide-item {
  width: 300px;
  height: 200px;
  background: #000;
  color: #fff;
  font-size: 2rem;
  text-align: center;
}
.slide-item:nth-child(2n) {
  background: #fafafa;
  color: #222;
}

.swiper-slide {
  transition: 0.2s;
  transition-property: opacity;
}
.swiper-slide img {
  width: 100%;
}

.swiper-slide-active {
  opacity: 1;
  /*    img {
      width: 100%;
  } */
}

.swiper-button-prev,
.swiper-button-next {
  color: #000;
}

/*swiper news*/
.swiper-container_news {
  width: 100%;
  padding-left: 265px;
  /* padding-left: 20vw; 可変でずらすときはこれ。js側でslidesPerViewを小数点で、centeredSlidesをfalse?*/
  /*スライドが偶数個でそれぞれ可変の場合と、スライドが固定pxの場合はすこし手間がかかる*/
}
.swiper-container_news .swiper-slide {
  width: 530px !important;
  height: 353px;
}
.swiper-container_news .swiper-button-next {
  right: 275px;
}

/*swiper next-match*/
.swiper-container_next-match {
  width: 100%;
  margin: 0 auto;
}
.swiper-container_next-match .swiper-slide {
  width: 820px !important;
}

/*-----------------------------------------------

    top-news

-------------------------------------------------*/
.top-news__heading {
  /* padding-left: 0px; */
  /* margin-bottom: 0px; */
  /* position: absolute; */
  /* top: -240px; */
  /* left: 0; */
  /* z-index: 2; */
  padding-left: 0px;
  margin-bottom: 0px;
  position: absolute;
  top: -274px;
  left: 0;
  z-index: 2;
}
.top-news__slider {
  position: relative;
  margin-bottom: 50px;
  margin-bottom: 48px;
}
.top-news__slide-item {
  position: relative;
}
.top-news__slide-img-hood {
  position: relative;
  width: 530px;
  height: 353px;
}
.top-news__slide-img-hood:before {
  /* content: "";
  display: block;
  padding-top: 81.640625%; */
  /* 高さを幅の75%に固定 */
}
.top-news__slide-img {
  width: 530px;
  height: 353px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  /* position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; */
  opacity: 0.15;
  transition: 0.3s;
  transition-property: opacity;
}
.top-news__text-box {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px;
  overflow: hidden;
  box-sizing: border-box;
}
.top-news__slide-text {
  /* position: absolute;
  top: */
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  /* color: #fff; */
  line-height: 1.333;
  text-align: center;
  opacity: 1;
  transition: 0.3s;
  color: #EA0015;
}
.top-news__slide-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.top-news__swiper-custom-button {
  display: block;
  width: 123px;
  height: 17px;
  position: absolute;
  bottom: -34px;
  left: 50%;
  transform: translateX(-50%);
}
.top-news__news-category {
  padding: 0 0 0 160px;
  margin-bottom: 40px;
}
.top-news__category-wrap {
  width: 82.1428571429%;
  margin: 0 auto;
  position: relative;
}

.top-news .swiper-slide {
  cursor: pointer;
}

.top-news .swiper-slide:hover .top-news__slide-img {
  opacity: 1;
}
.top-news .swiper-slide:hover .top-news__slide-text {
  opacity: 1;
  color: #fff;
}

.swiper-slide-active .top-news__slide-img {
  opacity: 0.15;
}
.swiper-slide-active .top-news__slide-img-hood:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.15;
}

.swiper-custom-button {
  display: flex;
  justify-content: center;
}
.swiper-custom-button__prev {
  display: block;
  width: 30px;
  height: 17px;
  background: url(../images/icon-arrow-left-red.svg) center/30px auto no-repeat;
  margin-right: 64px;
  cursor: pointer;
}
.swiper-custom-button__next {
  display: block;
  width: 30px;
  height: 17px;
  background: url(../images/icon-arrow-right-red.svg) center/30px auto no-repeat;
  cursor: pointer;
}

.swiper-custom-button_top-news {
  display: none;
}

.news-category {
  /* overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; */
}
.news-category__list {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  display: flex;
  /* padding-left: 15px;
  padding-right: 15px; */
  padding-left: 0px;
  padding-right: 0px;
}
.news-category__list-item {
  width: 100%;
  min-width: 96px;
  /* height: 36px; */
  display: flex;
  align-items: center;
  /* justify-content: center; */
  /* border-left: 2px solid #000; */
  position: relative;
  border-left: 5px solid #000;
  height: 100px;
  box-sizing: content-box;
  justify-content: initial;
  padding-left: 8px;
}
.news-category__list-item:last-child {
  /* border-right: 2px solid #000; */
  border-right: none;
}
.news-category__category-name {
  /* font-size: 12px;
  font-size: 1.2rem; */
  font-weight: bold;
  color: #000000;
  line-height: 1.166;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}
.news-category__link {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  cursor: pointer;
}

.news-category__list::-webkit-scrollbar {
  display: none;
}

/*hover*/
.news-category__list-item {
  /* -webkit-transition: all .4s ease;
  transition: all .4s ease; */
  position: relative;
}
.news-category__list-item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #EA0015;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  /* -webkit-transition: all .4s ease;
  transition: all .4s ease; */
  z-index: -1;
}

.news-category__list-item:hover .news-category__category-name {
  color: #fff;
  webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.news-category__list-item:hover:before {
  webkit-clip-path: inset(0);
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  transition: all 0.4s ease;
}

/*-----------------------------------------------

    next-match

-------------------------------------------------*/
.next-match__heading {
  /* padding-left: 15px;
  margin-bottom: 28px; */
  width: 82.1428571429%;
  margin: 0 auto;
  padding-left: 0px;
  margin-bottom: 58px;
}
.next-match__button-view-more {
  width: 82.1428571429%;
  margin: 0 auto;
}
.next-match__slider {
  margin-bottom: 40px;
}
.next-match__slider .swiper-wrapper {
  margin-bottom: 52px;
}
/*-----------------------------------------------

    .button-view-more

-------------------------------------------------*/
.button-view-more {
  text-align: right;
  padding: 0 15px;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
}
.button-view-more__body {
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding-left: 22px;
}
.button-view-more__diamond {
  display: block;
  /* width: 45px;
  height: 45px; */
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
  width: 58px;
  height: 58px;
}
.button-view-more__diamond:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #333333;
  transform: rotate(45deg);
  transition: 0.5s;
}
.button-view-more__text {
  font-family: "Radley", serif;
  /* font-size: 10px; */
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
  /* line-height: 45px; */
  position: relative;
  z-index: 1;
  display: inline-block;
  /* padding-right: 33px; */
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 58px;
  padding-right: 52px;
}
.button-view-more__text:after {
  content: "";
  display: inline-block;
  width: 29.37px;
  height: 16.45px;
  /* background: url(../images/icon-arrow-right.svg) center / 23px 13px no-repeat; */
  position: absolute;
  right: 0;
  top: calc(50% - 0.4rem);
  transform: translateY(-50%);
  background: url(../images/icon-arrow-right.svg) center/29.37px 16.45px no-repeat;
}
.button-view-more__text_white {
  color: #CCCCCC;
}
.button-view-more__link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}

.button-view-more__body:hover .button-view-more__diamond {
  left: 95%;
  transform: scale(0.3);
}
.button-view-more__body:hover .button-view-more__diamond:before {
  background: #EA0015;
}
.button-view-more__body:hover .button-view-more__text {
  color: #000;
}
.button-view-more__body:hover .button-view-more__text_white {
  color: #000;
}

.button-view-more_left {
  text-align: left;
}

.button-view-more_instagram .button-view-more__body {
  padding-left: 94px;
}
.button-view-more_instagram .button-view-more__text {
  font-family: "Noto Sans Japanese";
  font-weight: bold;
  font-weight: 700;
  /* font-size: 10px; */
  font-size: 1rem;
  position: relative;
  /* padding-left: 22px; */
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 38px;
  /* @include pcTab {
      font-size: 16px;
      font-size: 1.6rem;
      padding-left: 38px;
  } */
}
.button-view-more_instagram .button-view-more__text:before {
  content: "";
  display: block;
  /* width: 18px;
  height: 18px; */
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  /* background: url(../images/icon-instagram2.svg) center / 18px 18px no-repeat; */
  width: 29px;
  height: 29px;
  background: url(../images/icon-instagram2.svg) center/29px 29px no-repeat;
}

/*-----------------------------------------------

    top-members

-------------------------------------------------*/
.top-members__container {
  width: 82.1428571429%;
  margin: 0 auto;
}
.top-members__heading {
  padding-left: 15px;
  margin-bottom: 28px;
}
.top-members__flex-box {
  display: flex;
  justify-content: space-between;
}
.top-members__top {
  /* margin-bottom: 16px; */
  margin-bottom: 0;
  width: 53.4057971014%;
  padding-left: 75px;
  box-sizing: border-box;
  position: relative;
}
.top-members__block1 {
  margin-bottom: 0;
}
.top-members__img-box {
  position: relative;
  /* overflow: hidden; */
}
.top-members__img-hood {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.top-members__img-hood:before {
  content: "";
  display: block;
  padding-top: 150%;
  /* 高さを幅の150%に固定 */
  padding-top: 142%;
}
.top-members__player-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.top-members__diamond-layer {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}
.top-members__diamond-layer:after {
  content: "";
  display: block;
  /* width: 100%;
  height: 100%; */
  /* width: calc(100% + 152px); */
  /* height: calc(100% + 66px); */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* background: url(../images/diamond-red-border.svg) center / contain no-repeat; */
  width: 65.5357142857vw;
  height: 78.2142857143vw;
  background: url(../images/diamond-red-border_pc.svg) center/contain no-repeat;
}
@media (max-width: 1280px) and (min-width: 768px) {
  .top-members__diamond-layer:after {
    width: 838.844px;
    height: 1001.14px;
  }
}
.top-members__img-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.top-members__block2 {
  /* padding: 0 15px; */
  padding: 0;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  z-index: 2;
}
.top-members__player-name {
  display: flex;
  text-align: left;
  margin-bottom: 35px;
}
.top-members__name1 {
  font-family: "Libre Baskerville", serif;
  /* font-size: 18px; */
  font-weight: 400;
  color: #EA0015;
  /* padding-right: 14px;
  margin-right: 14px; */
  position: relative;
  margin-bottom: 9px;
  padding-right: 0px;
  margin-right: 0px;
  margin-bottom: 65px;
  font-size: 42px;
  white-space: nowrap;
  /* @include pcTab {
      padding-right: 0px;
      margin-right: 0px;
      margin-bottom: 65px;
      font-size: 42px;
      white-space: nowrap;
  } */
}
.top-members__name1:after {
  /* content: "";
  display: block;
  width: 1px;
  height: 14px;
  background: #EA0015;
  position: absolute; */
  /* right: 0;
  top: 50%; */
  /* transform: translateY(-50%); */
  content: "";
  display: block;
  width: 31px;
  height: 1px;
  background: #EA0015;
  position: absolute;
  left: 7px;
  bottom: -30px;
  right: initial;
  top: initial;
  transform: translateY(-50%);
}
.top-members__name2 {
  font-family: "Libre Baskerville", serif;
  /* font-size: 18px; */
  font-weight: 400;
  color: #000000;
  font-size: 42px;
  white-space: nowrap;
}
.top-members__player-sns-list {
  display: flex;
  position: relative;
  left: -2px;
}
/*hover*/
.top-members__img-box .top-members__player-img {
  transition: 0.5s ease;
  cursor: pointer;
}

.top-members__img-box:hover .top-members__player-img {
  transform: scale(1.1);
}

.player-sns-list__item {
  position: relative;
}
.player-sns-list__item:not(:last-of-type) {
  /* margin-right: 9px; */
  margin-right: 0px;
  margin-bottom: 10px;
}
.player-sns-list__img-sns-icon {
  /* width: 24px;
  height: 24px; */
  width: 29px;
  height: 29px;
}
.player-sns-list__link {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}

/*-----------------------------------------------

    official Sns

-------------------------------------------------*/
.official-sns {
  /* &__button-view-more_2 {
      @include pcTab {
          padding-left: 0px;
          width: calc();
      }
  } */
}
.official-sns__container {
  /* width: 100%; */
  position: relative;
  width: 82.1428571429%;
  margin: 0 auto;
}
.official-sns__bg-object {
  background: url(../images/diamond-red.svg) center/cover no-repeat;
  /* width: 658px;
  height: 788px; */
  position: absolute;
  z-index: -1;
  /* bottom: 68px; */
  /* left: -25px; */
  /* &:before {} */
  width: 830px;
  height: 1000px;
  bottom: initial;
  top: 0;
  right: -291px;
  left: initial;
}
.official-sns__top {
  /* padding: 0 15px; */
  /* margin-bottom: 24px; */
  /* width: calc(1024 / 1380 * 100%); */
  margin: 0 auto;
  padding: 0;
}
.official-sns__heading {
  /* padding-left: 15px;
  margin-bottom: 28px; */
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.official-sns__video {
  /* margin-bottom: 56px; */
  width: 800px;
  margin: 0 0 56px auto;
}
.official-sns__button-view-more {
  padding-left: 16px;
}
.official-sns__bottom {
  /* padding: 0 15px; */
  /* text-align: left; */
  padding: 0;
  text-align: right;
}
.official-sns__block1 {
  margin-bottom: 22px;
}
.official-sns__twitter {
  display: inline-block;
  position: relative;
}
.official-sns__tw-img {
  width: 27px;
  height: 21.95px;
}
.official-sns__tw-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.official-sns__block2 {
  margin-bottom: 72px;
  text-align: right;
}
.official-sns__block2-inner {
  background: #fff;
  /* padding: 30px 30px 0; */
  display: inline-block;
  width: 540px;
  padding: 40px 55px 0;
  box-sizing: border-box;
}
.official-sns__block2-inner iframe {
  height: 774px !important;
}
.official-sns__block3 {
  width: 74.2028985507%;
  margin: 0 auto;
  padding: 0;
}

/*-----------------------------------------------

    partner

-------------------------------------------------*/
.partner__container {
  width: 1024px;
  margin: 0 auto;
}
.partner__heading {
  margin-bottom: 81px;
}
.partner-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 15px;
  padding: 0;
}
.partner-list:after {
  content: "";
  display: block;
  width: 75%;
}
.partner-list__list-item {
  /* width: 50%; */
  /* margin-bottom: 19px; */
  position: relative;
  width: 25%;
  margin: 0 auto 43px;
}
.partner-list__img {
  width: 100%;
}
.partner-list__link {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

/*-----------------------------------------------

    footer

-------------------------------------------------*/
.footer__container {
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #707070;
}
.footer__top {
  width: 100%;
  box-sizing: border-box;
  padding: 132px 0px 0;
  background: #E6002D;
}
.footer__logo {
  margin-bottom: 65px;
}
.footer__logo-img01 {
  margin: 0 auto;
  width: 573px;
  height: 168px;
}
.footer__common-sns-list {
  margin-bottom: 50px;
}
.footer__footer-menu-list {
  margin-bottom: 33px;
}
.footer__copy-text {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  padding-bottom: 89px;
}
.footer__ey {
  background: #fff;
  padding: 23px 0 29px;
  border-top: 1px solid #707070;
}
.footer__bottom-logo-img {
  width: 134.89px;
  height: 44.25px;
}
.footer__banner {
  background: #fff;
  padding: 23px 0;
}
.footer__bottom-banner-img {
  height: 44.25px;
}
.footer__table {
  display: flex;
  justify-content: center;
  gap: 30px;
  width: min(700px, 90vw);
  margin: 50px auto;
}
.footer__table div {
  width: 100%;
}
.footer__table div table {
  border: solid 1px #2E2E2E;
}
.footer__juni {
  display: flex;
}
.footer .side_tv_title {
  width: min(700px, 90vw);
  padding: 10px;
  margin: 0 auto;
  background-color: #E6002D;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
}
.footer .banners {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
  margin: 50px auto;
  width: min(1300px, 90vw);
}

.common-sns-list {
  display: flex;
  justify-content: center;
}
.common-sns-list__item {
  position: relative;
}
.common-sns-list__item:not(:last-of-type) {
  margin-right: 30px;
}
.common-sns-list__img-sns-icon {
  width: 29px;
  height: 29px;
}
.common-sns-list__img-sns-icon_youtube {
  width: 41px;
  height: 29px;
}
.common-sns-list__link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  /* @include pcTab {} */
}
.common-sns-list_message-link {
  color: white;
  text-decoration: none;
  font-size: 2rem;
}

.common-sns-list_spnav {
  justify-content: initial;
}
.common-sns-list_spnav .common-sns-list__item:not(:last-of-type) {
  margin-right: 15px;
}

.common-sns-list_pc-header .common-sns-list__item:not(:last-of-type) {
  margin-right: 15px;
}

.footer-menu-list {
  letter-spacing: -0.4em;
}
.footer-menu-list__item {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
  position: relative;
  padding-right: 1.3rem;
  margin-right: 1rem;
}
.footer-menu-list__item:after {
  content: "|";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
}
.footer-menu-list__item:nth-of-type(3) {
  padding-right: 0;
  margin-right: 0;
}
.footer-menu-list__item:nth-of-type(3):after {
  display: none;
}
.footer-menu-list__item:last-of-type {
  padding-right: 0;
  margin-right: 0;
}
.footer-menu-list__item:last-of-type:after {
  display: none;
}
.footer-menu-list__link {
  /* font-size: 13px;
  font-size: 1.3rem; */
  font-weight: 500;
  color: #fff;
  line-height: 1.84;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
}

/*-----------------------------------------------

    common-heading

-------------------------------------------------*/
.common-heading {
  text-align: left;
}
.common-heading__heading-text {
  /* font-size: 49px;
  font-size: 4.9rem; */
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
  pointer-events: none;
  font-size: 104px;
  font-size: 10.4rem;
}

.common-heading_center {
  text-align: center;
}

.common-heading_vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.common-heading_vertical .common-heading__heading-text {
  font-size: 104px;
  font-size: 10.4rem;
  position: relative;
  left: -1.5rem;
  text-indent: -0.5rem;
}

/* .official-sns__heading.common-heading_vertical {
    .common-heading__heading-text {
        position: relative;
        left: -1.5rem;
    }
} */
/*-----------------------------------------------

    sub-header

-------------------------------------------------*/
.sub-header {
  color: #000;
}

/*-----------------------------------------------

    sub-heading

-------------------------------------------------*/
.sub-heading__text {
  text-align: left;
  font-size: 68px;
  font-size: 6.8rem;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
  /* @include pcTab {
      font-size: 68px;
      font-size: 6.8rem;
  } */
}

/*-----------------------------------------------

    tile-img-list

-------------------------------------------------*/
.tile-img-list__list {
  letter-spacing: -0.4em;
  text-align: left;
}
.tile-img-list__list-item {
  letter-spacing: normal;
  vertical-align: top;
  display: inline-block;
  width: 25%;
  margin: 0;
  position: relative;
  text-align: center;
  /* @include pcTab {
      width: 25%;
  } */
}
.tile-img-list__tile-img {
  width: 25vw;
  height: 27.380952381vw;
  /* object-fit: cover;
  object-position: center; */
}
@media (max-width: 1280px) and (min-width: 768px) {
  .tile-img-list__tile-img {
    width: 320px;
    height: 350.47px;
  }
}
.tile-img-list__l1 {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 11px 13px;
  box-sizing: border-box;
}
.tile-img-list__l1-inner {
  display: block;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tile-img-list__l1-text1 {
  font-family: "Libre Baskerville", serif;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
  color: #EA0015;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
  padding-bottom: 12px;
  white-space: nowrap;
  font-size: 20px;
  font-size: 2rem;
  padding-bottom: 18px;
  /* @include pcTab {
      font-size: 20px;
      font-size: 2.0rem;
      padding-bottom: 18px;
  } */
}
.tile-img-list__l1-text1:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 1px;
  display: block;
  width: 20px;
  height: 1px;
  background: #EA0015;
}
.tile-img-list__l1-text2 {
  font-family: "Libre Baskerville", serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  color: #000;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
  /* @include pcTab {
      font-size: 20px;
      font-size: 2.0rem;
  } */
}
.tile-img-list__l2 {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.2s;
  padding: 0 13px;
  box-sizing: border-box;
  /* background: #EA0015; */
  background: rgba(234, 0, 21, 0.8);
}
.tile-img-list__l2_black {
  background: rgba(0, 0, 0, 0.8);
}
.tile-img-list__l2-inner {
  display: inline-block;
  /* padding-top: calc(43 / 187.5 * 100%); */
}
.tile-img-list__l2-text1 {
  font-family: "Libre Baskerville", serif;
  /* font-size: 22px;
  font-size: 2.2rem; */
  font-weight: 400;
  color: #fff;
  /* margin-bottom: 6px; */
  font-size: 35px;
  font-size: 3.5rem;
  margin-bottom: 18px;
}
.tile-img-list__l2-text2 {
  font-family: "Libre Baskerville", serif;
  /* font-size: 63px;
  font-size: 6.3rem; */
  font-weight: 400;
  color: #fff;
  /* margin-bottom: 4px; */
  font-size: 114px;
  font-size: 11.4rem;
  margin-bottom: 20px;
}
.tile-img-list__l2-text3 {
  font-family: "Libre Baskerville", serif;
  /* font-size: 11px;
  font-size: 1.1rem; */
  font-weight: 400;
  color: #fff;
  /* margin-bottom: 6px; */
  font-size: 21px;
  font-size: 2.1rem;
  margin-bottom: 16px;
}
.tile-img-list__l2-text4 {
  /* font-family: 'Libre Baskerville', serif; */
  /* font-size: 15px;
  font-size: 1.5rem; */
  font-weight: 400;
  color: #fff;
  font-size: 33px;
  font-size: 3.3rem;
}
.tile-img-list__l2-text5 {
  /* font-size: 15px;
  font-size: 1.5rem; */
  font-weight: 400;
  line-height: 1.333;
  color: #fff;
  /* margin-bottom: 10px; */
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 32px;
}
.tile-img-list__link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.tile-img-list__list-item:hover .tile-img-list__l2 {
  opacity: 1;
}

/*-----------------------------------------------

    section-player

-------------------------------------------------*/
.section-player__sub-heading {
  box-sizing: border-box;
  padding: 0 75px;
  margin-bottom: 64px;
  /* @include pcTab {
      padding: 0 75px;
      margin-bottom: 64px;
  } */
}
.section-player__tile-img-list {
  width: 100%;
  padding: 0;
}

/*-----------------------------------------------

    section-staff

-------------------------------------------------*/
.section-staff__sub-heading {
  box-sizing: border-box;
  /* padding: 0 15px; */
  /* margin-bottom: 42px; */
  padding: 0 75px;
  margin-bottom: 64px;
}
.section-staff__tile-img-list {
  width: 100%;
  padding: 0;
}

/*-----------------------------------------------

    section-player-detail

-------------------------------------------------*/
.section-player-detail__container {
  /* width: 100%; */
  /* padding: 0 15px; */
  box-sizing: border-box;
  width: 82.1428571429%;
  max-width: 1380px;
  padding: 0;
  margin: 0 auto;
}
.section-player-detail__player-detail1 {
  margin-bottom: 220px;
}
.section-player-detail__player-detail2 {
  margin-bottom: 78px;
}
/* -------- player-detail1 -------*/
.player-detail1__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.player-detail1__player-visual {
  width: 690px;
  margin-bottom: 0;
  margin-right: 7.5362318841%;
}
.player-detail1__player-profile {
  width: calc(100% - 794px);
}

.player-visual {
  /*layer1*/
  /*layer2*/
  /*layer3*/
}
.player-visual__inner {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.player-visual__layer1 {
  width: 51px;
  position: relative;
}
.player-visual__layer1-inner {
  display: block;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}
.player-visual__layer1-text1 {
  font-family: "Libre Baskerville", serif;
  font-size: 51px;
  font-size: 5.1rem;
  font-weight: 400;
  color: #EA0015;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
  padding-bottom: 38px;
  white-space: nowrap;
}
.player-visual__layer1-text1:after {
  content: "";
  position: absolute;
  bottom: 22px;
  display: block;
  height: 1px;
  background: #EA0015;
  left: 6px;
  width: 43px;
}
.player-visual__layer1-text2 {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  color: #000;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 51px;
  font-size: 5.1rem;
}
.player-visual__layer2 {
  position: relative;
  width: auto;
}
.player-visual__layer2-hood-img {
  width: 100%;
  text-align: left;
}
.player-visual__layer2-main-img {
  width: 100%;
}
.player-visual__layer2-main-img_staff {
  width: calc(100% - 20px);
}
.player-visual__layer2-sign-img {
  position: absolute;
  top: 0;
  left: 7.1161048689%;
  display: block;
  width: 25.8426966292%;
  height: auto;
}
.player-visual__layer3 {
  width: 108px;
  position: relative;
}
.player-visual__layer3-text1 {
  font-family: "Noto Serif JP", serif;
  /* font-size: 54px;
  font-size: 5.4rem; */
  font-weight: 300;
  color: #000;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.7rem;
  /* text-indent: 0.7rem; */
  font-size: 108px;
  font-size: 10.8rem;
  text-indent: 0rem;
}
.player-visual__object-diamond {
  /* position: absolute; */
  /* top: 17px;
  left: 50%; */
  /* transform: translateX(-50%); */
  z-index: -1;
  position: absolute;
  top: -242px;
  left: 914px;
  transform: translateX(-50%);
  z-index: -1;
}

.player-profile__inner {
  position: relative;
}
.player-profile__profile1 {
  margin-bottom: 40px;
}
.player-profile__profile2 {
  margin-bottom: 56px;
}
.object-diamond {
  width: 1101px;
  height: 1314px;
}
.object-diamond:before {
  content: "";
  display: block;
  padding-top: 119.449%;
  /* 高さを幅の119.449%に固定 */
  /* 608 / 509 * 100 = 119.449*/
}
.object-diamond__inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../images/diamond-red-border_pc.svg) center/contain no-repeat;
}

.profile1 {
  text-align: left;
}
.profile1__role {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}
.profile1__inner {
  display: flex;
  align-items: center;
  justify-content: unset;
  margin-bottom: 22px;
}
.profile1__name {
  /* font-size: 36px;
  font-size: 3.6rem; */
  font-weight: 500;
  color: #000;
  font-size: 46px;
  font-size: 4.6rem;
  margin-right: 42px;
  margin-right: 7.1672354949%;
  white-space: nowrap;
}
.profile1__name-ruby {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
}

.player-sns-list2 {
  display: flex;
}
.player-sns-list2__item {
  position: relative;
}
.player-sns-list2__item:not(:last-child) {
  margin-right: 15px;
}
.player-sns-list2__img-sns-icon {
  width: 29px;
  height: 29px;
}
.player-sns-list2__link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.profile2 {
  text-align: left;
}
.profile2__dl {
  /* overflow: hidden; */
}
.profile2__dt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  float: left;
}
.profile2__dt:not(:last-of-type) {
  margin-bottom: 24px;
}
.profile2__dd {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  margin-left: 124px;
  padding-left: 20px;
  border-left: 2px solid #EA0015;
  width: 64.0579710145%;
  box-sizing: border-box;
  overflow-wrap: break-word;
}
.profile2__dd:not(:last-of-type) {
  margin-bottom: 24px;
}

.profile3 {
  text-align: left;
}
.profile3__dt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 12px;
}
.profile3__dd {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
  line-height: 1.6;
}
.profile3__dd:not(:last-of-type) {
  margin-bottom: 30px;
}

.profile4 {
  text-align: left;
}
.profile4__heading {
  margin-bottom: 20px;
}
.profile4__heading-text {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
}
.profile4__dl {
  overflow: hidden;
}
.profile4__dt {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  float: left;
}
.profile4__dt:not(:last-of-type) {
  margin-bottom: 17px;
}
.profile4__dd {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  margin-left: 85px;
  padding-left: 20px;
  /* border-left: 2px solid #EA0015; */
  width: 66.9565217391%;
  box-sizing: border-box;
  overflow-wrap: break-word;
}
.profile4__dd:not(:last-of-type) {
  margin-bottom: 17px;
}

/* -------- player-detail2 -------*/
.player-detail2__heading {
  text-align: left;
  margin-bottom: 12px;
}
.player-detail2__heading-text {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
}
.player-detail2__table-wrap {
  display: block;
  width: 100%;
  overflow-x: scroll;
}
.player-detail2__record-table-caption {
  text-align: left;
  margin-top: 15px;
  font-size: 1.4rem;
}

.record-table {
  width: 100%;
  background: #fff;
}

.record-table {
  border-collapse: collapse;
  border-spacing: 0;
}
.record-table thead th {
  border-top: 2px solid #707070;
  border-bottom: 1px solid #707070;
  border-left: none;
  border-right: none;
}
.record-table tbody tr:nth-of-type(2n) td {
  background: #ECECEC;
}
.record-table tbody tr:last-of-type td {
  border-top: 2px solid #707070;
  background: #fff;
}
.record-table tbody td {
  border-top: none;
  border-bottom: none;
}
.record-table td {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  font-size: 15px;
  font-weight: 500;
  overflow: hidden;
  padding: 12px 5px;
  word-break: normal;
  border-left: none;
  border-right: none;
}
.record-table th {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  font-size: 15px;
  font-weight: 500;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
  border-left: none;
  border-right: none;
}
.record-table .tg-baqh {
  text-align: center;
  vertical-align: middle;
}
.record-table .dotted {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  position: relative;
}
.record-table .dotted td {
  border-top: none;
  border-bottom: none;
}

/* -------- player-detail3 -------*/
.player-detail3__inner {
  display: flex;
  justify-content: space-between;
}
.player-detail3__player-title {
  width: 398px;
  width: 28.8405797101%;
}

.player-title {
  padding-bottom: 28px;
  border-bottom: 1px solid #707070;
}
.player-title:not(:last-of-type) {
  margin-bottom: initial;
}
.player-title__heading {
  width: 100%;
  background: #EA0015;
  padding: 15px 10px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.player-title__heading-text {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}
.player-title__title-list-item {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
}
.player-title__title-list-item:not(:last-of-type) {
  margin-bottom: 28px;
}

/*-----------------------------------------------

    section-player-gallery

-------------------------------------------------*/
.section-player-gallery__container {
  box-sizing: border-box;
  width: 1024px;
  margin: 0 auto;
  padding: 0;
}
.section-player-gallery__sub-heading {
  box-sizing: border-box;
  padding: 0;
  margin-bottom: 42px;
}
.gallery-photoswipe {
  letter-spacing: -0.4em;
  text-align: left;
}
.gallery-photoswipe__item {
  width: calc(50% - 10px);
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin-bottom: 8px;
  position: relative;
  width: calc((100% - 24px) / 4);
}
.gallery-photoswipe__item:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* 高さを幅の100%に固定 */
}
.gallery-photoswipe__item:nth-of-type(2n) {
  margin-left: initial;
}
.gallery-photoswipe__item:not(:nth-of-type(4n)) {
  margin-right: 8px;
}
.gallery-photoswipe__link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.gallery-photoswipe__thumb-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/*-----------------------------------------------

    page-controller

-------------------------------------------------*/
.page-controller {
  /* &__button-link {
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 700;
      color: #000;
      position: relative;
      text-decoration: none;
  } */
  /* &__button-link_prev {
      padding-left: 50px;
      &:before {
          content: "";
          display: block;
          width: 30px;
          height: 17px;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          background: url(../images/icon-arrow-left-red.svg) center / 30px 17px no-repeat;
      }
  }
  &__button-link_next {
      padding-right: 50px;
      &:before {
          content: "";
          display: block;
          width: 30px;
          height: 17px;
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%);
          background: url(../images/icon-arrow-right-red.svg) center / 30px 17px no-repeat;
      }
  } */
}
.page-controller__container {
  padding: 0 15px;
  box-sizing: border-box;
  width: 80.9523809524vw;
  margin: 0 auto;
}
.page-controller__inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 42px;
  position: relative;
}
.page-controller__bottom {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page-controller__bottom_pc {
  display: block;
}
.page-controller__bottom_sp {
  display: none;
}
.page-controller__bottom-text-link {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  position: relative;
  text-decoration: none;
}
.page-controller__prev-button a {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  position: relative;
  text-decoration: none;
  padding-left: 50px;
}
.page-controller__prev-button a:before {
  content: "";
  display: block;
  width: 30px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/icon-arrow-left-red.svg) center/30px 17px no-repeat;
}
.page-controller__next-button a {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  position: relative;
  text-decoration: none;
  padding-right: 50px;
}
.page-controller__next-button a:before {
  content: "";
  display: block;
  width: 30px;
  height: 17px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../images/icon-arrow-right-red.svg) center/30px 17px no-repeat;
}

/*-----------------------------------------------

    player-sns-list

-------------------------------------------------*/
/*# sourceMappingURL=style.css.map */
.pswp img {
  max-width: none !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

/*-----------------------------------------------

    ローディング画面

------------------------------------------------- */
.loading {
  color: #ffffff;
  font-size: 40px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading-bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #E6002D;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.loading-logo {
  margin-bottom: 50px;
  width: min(80vw, 400px);
}

.loading-text {
  font-size: 20px;
  color: #FFF;
  font-weight: bold;
}/*# sourceMappingURL=style_pc.css.map */
