@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");
/*
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%;
}
@media (min-width: 768px) {
  .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;
  /* &__about {
      padding-top: 72px;
      padding-bottom: 50px;
      @include pcTab {
          padding-top: 60px;
          padding-bottom: 78px;
      }
  } */
}
.page-contents__intro {
  margin-bottom: 37px;
}
@media (min-width: 768px) {
  .page-contents__intro {
    margin-bottom: 0px;
  }
}
.page-contents__top-news {
  margin-bottom: 38px;
}
@media (min-width: 768px) {
  .page-contents__top-news {
    margin-bottom: 145px;
  }
}
.page-contents__next-match {
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .page-contents__next-match {
    margin-bottom: 200px;
  }
}
.page-contents__top-members {
  margin-bottom: 57px;
}
@media (min-width: 768px) {
  .page-contents__top-members {
    margin-bottom: 25.0595238095%;
  }
}
.page-contents__official-sns {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .page-contents__official-sns {
    margin-bottom: 290px;
  }
}
.page-contents__partner {
  margin-bottom: 44px;
}
@media (min-width: 768px) {
  .page-contents__partner {
    margin-bottom: 98px;
  }
}
.page-contents__top-about {
  margin: 50px 0;
}
.page-contents__sub-header {
  margin-bottom: 98px;
}
@media (min-width: 768px) {
  .page-contents__sub-header {
    margin-bottom: 250px;
  }
}
.page-contents__section-player {
  margin-bottom: 56px;
}
@media (min-width: 768px) {
  .page-contents__section-player {
    margin-bottom: 90px;
  }
}
@media (min-width: 768px) {
  .page-contents__section-staff {
    margin-bottom: 0px;
  }
}
.page-contents__section-player-detail {
  margin-bottom: 90px;
}
@media (min-width: 768px) {
  .page-contents__section-player-detail {
    margin-bottom: 203px;
  }
}
.page-contents__section-player-gallery {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page-contents__section-player-gallery {
    margin-bottom: 90px;
  }
}
.page-contents__page-controller {
  margin-bottom: 34px;
}
@media (min-width: 768px) {
  .page-contents__page-controller {
    margin-bottom: 140px;
  }
}

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

    intro

-------------------------------------------------*/
.intro {
  width: 100%;
}
.intro__inner {
  position: relative;
  width: 100%;
  height: 100%;
  /* padding-top: 40px; //ヘッダーfixedで背景をヘッダーに被らせない場合はpaddingをつける */
}
@media (min-width: 768px) {
  .intro__inner {
    width: 100%;
    height: auto !important;
    /* min-height: calc( 100vh - 130px); */
    position: relative;
    padding: 0;
  }
}
.intro__background {
  width: 100%;
  height: 100%;
  height: calc(100% - 0px);
  position: absolute;
  top: 0px;
  left: 0;
  overflow: hidden;
  z-index: -10;
  /* height: calc(211 / 375 * 100vw); */
  /* background: url(../images/sp__intro-bg.jpg) center / cover no-repeat; */
}
@media (min-width: 768px) {
  .intro__background {
    width: 100%;
    /* height: calc(100% - 173px); */
    position: absolute;
    top: 173px;
    left: 0;
    overflow: hidden;
    z-index: -10;
    height: initial;
    display: block;
  }
  .intro__background:before {
    content: "";
    display: block;
    padding-top: 53.98%;
    /* 高さを幅の53.98%に固定 */
  }
}
@media (min-width: 768px) {
  .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;
}
@media (min-width: 768px) {
  .intro__background-video {
    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;
  }
}
.intro__background-video_sp {
  display: block;
}
.intro__background-video_pc {
  display: none;
}
.intro__background-img {
  /* object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100vh;
  min-height: -webkit-fill-available; */
  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: block;
}
.intro__background-img_pc {
  display: none;
}
.intro__bg-grid {
  position: absolute;
  width: 100%;
  height: calc(100% - 0px);
  top: 0px;
  left: 0;
  background: url(../images/bg-grid.png) repeat;
}
@media (min-width: 768px) {
  .intro__bg-grid {
    /* height: calc(100% - 173px);
    top: 173px; */
    top: 173px;
    width: 100%;
    height: initial;
    display: block;
  }
  .intro__bg-grid:before {
    content: "";
    display: block;
    padding-top: 53.98%;
    /* 高さを幅の53.98%に固定 */
  }
}
@media (min-width: 768px) {
  .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;
}
@media (min-width: 768px) {
  .intro__container {
    min-height: initial;
    position: relative;
    /* display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100% - 173px); */
    /* top: 173px; */
    padding-top: 173px;
    width: 100%;
    height: initial;
    display: block;
  }
  .intro__container:before {
    content: "";
    display: block;
    padding-top: 53.98%;
    /* 高さを幅の53.98%に固定 */
  }
}
@media (min-width: 768px) {
  .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;
}
@media (min-width: 768px) {
  .intro__center-box {
    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;
}
@media (min-width: 768px) {
  .intro__bottom {
    width: 100%;
    bottom: 0;
    padding-left: 4.2261904762%;
    margin-bottom: 3.2738095238%;
  }
}
.intro__catch-block {
  /* margin-bottom: calc(10 / 555 * 100vh); */
  margin-bottom: 2.6666666667%;
}
@media (min-width: 768px) {
  .intro__catch-block {
    margin-bottom: 3.2738095238%;
  }
}
@media (min-width: 768px) {
  .intro__sp-header-nav {
    display: none;
  }
}
.pc-catch-img {
  display: none;
}
@media (min-width: 768px) {
  .pc-catch-img {
    display: block;
    position: absolute;
    /* top: 173px; */
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .pc-catch-img__hood-img {
    position: relative;
    display: inline-block;
    padding: 10px;
    margin-bottom: 3px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 48.4523809524%;
  }
}
@media (min-width: 768px) {
  .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;
  }
}
@media (min-width: 768px) {
  .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 {
  position: relative;
  display: inline-block;
  padding: 6px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .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 / 100% auto no-repeat; */
  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%;
}
@media (min-width: 768px) {
  .catch-block__text-wrap {
    text-align: left;
  }
}
.catch-block__catch-text1 {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 8.9285714286vw;
  color: #fff;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .catch-block__catch-text1 {
    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;
}
@media (min-width: 768px) {
  .catch-block__catch-text2 {
    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: relative;
  top: 0;
  left: 0;
  z-index: 9;
  /* &__top-inner {
      overflow: hidden;
      position: relative;
      top: 6px;
      z-index: 2;
      width: 275px;
      @include pcTab {
          top: initial;
          width: 496px;
      }
  } */
}
@media (min-width: 768px) {
  .intro-header {
    height: 173px;
    background: #fff;
    min-width: 1280px;
    position: fixed;
    /* position: absolute; */
    /* left: initial!important; */
  }
}
.intro-header__container {
  padding: 0 15px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .intro-header__container {
    padding: 0 50px;
    /* justify-content: unset; */
    /* flex-wrap: wrap; */
    display: block;
    /* min-width: 1280px; */
  }
}
.intro-header__sp-nav-button {
  position: absolute;
  right: 0;
  top: 0;
}
.intro-header__header-nav {
  display: none;
}
@media (min-width: 768px) {
  .intro-header__header-nav {
    display: block;
  }
}
@media (min-width: 768px) {
  .intro-header__top {
    padding: 23px 0 14px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
.intro-header__header-logo {
  overflow: hidden;
  position: relative;
  top: 6px;
  z-index: 2;
  width: 275px;
}
.intro-header__header-logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .intro-header__header-logo {
    top: initial;
    width: 522px;
  }
}
.intro-header__bottom {
  width: 100%;
  position: relative;
  padding: 0px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .intro-header__bottom {
    width: 100%;
    position: relative;
    padding: 0px 0 0 90px;
    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;
}
@media (min-width: 768px) {
  .header-logo__page-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.header-logo__logo-img {
  width: 200px;
  height: 51.56px;
}
@media (min-width: 768px) {
  .header-logo__logo-img {
    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: 4px;
}
@media (min-width: 768px) {
  .header-logo__page-title2 {
    top: 7px;
  }
}
.header-logo__logo-img2 {
  width: 58px;
  height: 25px;
  /* position: relative;
  top: 4px; */
}
@media (min-width: 768px) {
  .header-logo__logo-img2 {
    width: 105px;
    height: 45px;
    /* top: 7px; */
  }
}
.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;
  }
}
@media (min-width: 768px) {
  .header-nav__list {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .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;
}
@media (min-width: 768px) {
  .header-nav__link {
    /* font-family: 'Gotham'; */
    color: #000000;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    font-weight: 700;
    text-decoration: none;
  }
}
@media (min-width: 768px) {
  .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: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  /* background: #EA0015; */
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  z-index: 9;
  padding: 0px 15px 22px;
  box-sizing: border-box;
  /* &__link_jp-text {
      font-size: 13px;
      font-size: 1.3rem;
      font-family: 'Noto Sans Japanese';
      position: relative;
      top: -0.1em;
  } */
}
@media (min-width: 768px) {
  .sp-header-nav {
    display: none;
  }
}
.sp-header-nav__heading {
  text-align: left;
  margin-bottom: 40px;
}
.sp-header-nav__header-logo {
  overflow: hidden;
  position: relative;
  top: 8px;
  z-index: 2;
  width: 275px;
  text-align: left;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .sp-header-nav__header-logo {
    top: initial;
    width: 496px;
  }
}
.sp-header-nav__logo-img {
  width: 275px;
  height: 51.56px;
}
.sp-header-nav__list {
  text-align: left;
}
.sp-header-nav__list-item {
  margin-bottom: 15px;
}
.sp-header-nav__link {
  /* font-family: 'Gotham'; */
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  font-weight: 700;
  text-decoration: none;
}
.sp-header-nav__sns-list {
  display: flex;
}
.sp-header-nav__body {
  position: relative;
  z-index: 9;
}
.sp-header-nav__bg-red {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: #EA0015; */
  opacity: 1;
  z-index: 8;
}
.sp-header-nav__bg-red-block1 {
  /* width: calc(232 / 375 * 100vw); */
  width: calc(100% - 143px);
  height: 100%;
  background: #EA0015;
  position: absolute;
  top: 0;
  left: 0;
}
.sp-header-nav__bg-red-block2 {
  width: 143px;
  height: calc(100vh - 174px);
  background: #EA0015;
  position: absolute;
  top: 0;
  right: 0;
}
.sp-header-nav__bg-red-block3 {
  display: block;
  width: 143px;
  height: 174px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: url(../images/triangle.png) center/cover no-repeat;
}
.sp-header-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 7;
}

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

.info-next-game {
  color: #fff;
  text-align: left;
}
@media (min-width: 768px) {
  .info-next-game {
    width: 455px;
  }
}
.info-next-game__container {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .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;
}
@media (min-width: 768px) {
  .info-next-game__heading-text {
    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: 17px;
}
@media (min-width: 768px) {
  .info-next-game__team {
    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;
}
@media (min-width: 768px) {
  .info-next-game__label {
    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;
}
.info-next-game__emblem-img {
  width: 59px;
  height: 59px;
}
.info-next-game__schedule {
  padding-top: 5px;
  width: calc(100% - 77px);
  /* background: url(../images/logo-we-white.svg) top 5px right 0 / 33px 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;
}
.info-next-game__text2 {
  font-size: 33px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  margin-bottom: 8px;
}
.info-next-game__text3 {
  font-size: 12px;
  font-family: "Noto Sans Japanese";
  font-weight: bold;
  font-weight: 700;
  padding-right: 10px;
}
.info-next-game__text4 {
  font-size: 12px;
  font-family: "Noto Sans Japanese";
  font-weight: bold;
  font-weight: 500;
}
.info-next-game__schedule-bottom {
  display: flex;
  justify-content: space-between;
}
/* .info-next-game_black {
    color: #000;
} */
.info-next-game_large {
  color: #000;
}
@media (min-width: 768px) {
  .info-next-game_large {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .info-next-game_large .info-next-game__team {
    width: 144px;
    margin-right: 62px;
  }
}
@media (min-width: 768px) {
  .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;
  }
}
@media (min-width: 768px) {
  .info-next-game_large .info-next-game__label {
    width: 107px;
    height: 50px;
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .info-next-game_large .info-next-game__label-text {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .info-next-game_large .info-next-game__text1 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 44px;
  }
}
@media (min-width: 768px) {
  .info-next-game_large .info-next-game__text2 {
    font-size: 80px;
    font-size: 8rem;
    margin-bottom: 22px;
  }
}
@media (min-width: 768px) {
  .info-next-game_large .info-next-game__text3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  .info-next-game_large .info-next-game__text4 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  .info-next-game_large .info-next-game__box {
    margin-bottom: 38px;
  }
}
.info-next-game_large .info-next-game__emblem-img {
  width: 60px;
  height: 60px;
}
@media (min-width: 768px) {
  .info-next-game_large .info-next-game__emblem-img {
    width: 144px;
    height: 144px;
  }
}
.info-next-game_large .info-next-game__schedule-bottom {
  font-size: 1.2rem;
  min-height: 2.4em;
}
@media (min-width: 768px) {
  .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;
  background: url(../images/icon-arrow-right.svg) top 10px right 8px/12.13px 6.8px no-repeat;
  background-color: #fff;
}
.ticket-information__button:nth-of-type(2n) {
  margin-left: 15px;
}
@media (min-width: 768px) {
  .ticket-information__button {
    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-text {
  font-size: 12px;
  font-family: "Noto Sans Japanese";
  font-weight: bold;
  font-weight: 500;
  color: #000000;
}
@media (min-width: 768px) {
  .ticket-information__button-text {
    font-size: 15px;
  }
}
.ticket-information__button-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

@media (min-width: 768px) {
  .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;
}
@media (max-width: 374px) {
  .ticket-information_large .ticket-information__button-text {
    font-size: 14px;
  }
}

.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 {
  /* @include pcTab { */
  background: url(../images/icon-arrow-right-white.svg) top 10px right 8px/12.13px 6.8px no-repeat;
  background-color: #EA0015;
  /* } */
}
@media (min-width: 768px) {
  .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 {
  /* @include pcTab { */
  background: url(../images/icon-arrow-right-white.svg) top 10px right 8px/12.13px 6.8px no-repeat;
  background-color: #EA0015;
  /* } */
}
@media (min-width: 768px) {
  .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;
  box-sizing: unset;
}
.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: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .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*/
@media (min-width: 768px) {
  .swiper-container_news {
    width: 100%;
    padding-left: 265px;
    /* padding-left: 20vw; 可変でずらすときはこれ。js側でslidesPerViewを小数点で、centeredSlidesをfalse?*/
    /*スライドが偶数個でそれぞれ可変の場合と、スライドが固定pxの場合はすこし手間がかかる*/
  }
}
@media (min-width: 768px) {
  .swiper-container_news .swiper-slide {
    width: 530px;
    height: 353px;
  }
}
@media (min-width: 768px) {
  .swiper-container_news .swiper-button-next {
    right: 275px;
  }
}

/*swiper next-match*/
@media (min-width: 768px) {
  .swiper-container_next-match {
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .swiper-container_next-match .swiper-wrapper {
    /* margin-bottom: 52px; */
  }
}
@media (min-width: 768px) {
  .swiper-container_next-match .swiper-slide {
    width: 820px;
  }
}

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

    top-news

-------------------------------------------------*/
.top-news {
  /* &__slider-inner {
      position: relative;
  } */
}
.top-news__heading {
  padding-left: 0px;
  margin-bottom: 0px;
  position: absolute;
  top: -240px;
  left: 0;
  z-index: 2;
}
@media (min-width: 768px) {
  .top-news__heading {
    padding-left: 0px;
    margin-bottom: 0px;
    position: absolute;
    top: -274px;
    left: 0;
    z-index: 2;
  }
}
.top-news__slider {
  position: relative;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .top-news__slider {
    margin-bottom: 48px;
  }
}
.top-news__slide-item {
  position: relative;
}
.top-news__slide-img-hood {
  position: relative;
  /* width: 100%; */
  width: 66.6666666667vw;
  height: 54.4vw;
}
.top-news__slide-img-hood:before {
  /* content: "";
  display: block;
  padding-top: 81.640625%; */
}
.top-news__slide-img {
  /* width: 100%;
  height: 100%; */
  width: 66.6666666667vw;
  height: 54.4vw;
  -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;
}
@media (min-width: 768px) {
  .top-news__slide-text {
    /* opacity: 0; */
    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%);
  /* .swiper-button-prev.swiper-button-prev_news {
      left: 0;
  }
  .swiper-button-next.swiper-button-next_news {
      right: 0;
  } */
}
.top-news__news-category {
  padding: 25px 0px 0;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .top-news__news-category {
    padding: 0 0 0 160px;
  }
}
@media (min-width: 768px) {
  .top-news__category-wrap {
    width: 82.1428571429%;
    margin: 0 auto;
    position: relative;
  }
}

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

@media (min-width: 768px) {
  .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: 1;
}
@media (min-width: 768px) {
  .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;
}

@media (min-width: 768px) {
  .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;
}
@media (min-width: 768px) {
  .news-category__list {
    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;
}
.news-category__list-item:last-child {
  border-right: 2px solid #000;
}
@media (min-width: 768px) {
  .news-category__list-item:last-child {
    border-right: none;
  }
}
@media (min-width: 768px) {
  .news-category__list-item {
    border-left: 5px solid #000;
    height: 100px;
    box-sizing: content-box;
    justify-content: initial;
    padding-left: 8px;
  }
}
.news-category__category-name {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #000000;
  line-height: 1.166;
  text-align: center;
}
@media (min-width: 768px) {
  .news-category__category-name {
    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

-------------------------------------------------*/
@media (min-width: 768px) {
  .next-match__container {
    /* width: calc(1380 / 1680 * 100vw);
    margin: 0 auto; */
  }
}
.next-match__heading {
  padding-left: 15px;
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .next-match__heading {
    width: 82.1428571429%;
    margin: 0 auto;
    padding-left: 0px;
    margin-bottom: 58px;
  }
}
@media (min-width: 768px) {
  .next-match__button-view-more {
    width: 82.1428571429%;
    margin: 0 auto;
  }
}
.next-match__slider {
  margin-bottom: 40px;
}
.next-match__slider .swiper-wrapper {
  margin-bottom: 23px;
}
@media (min-width: 768px) {
  .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;
}
@media (min-width: 768px) {
  .button-view-more {
    padding: 0;
  }
}
.button-view-more__body {
  cursor: pointer;
  position: relative;
  padding-left: 20px;
  display: inline-block;
  /* &:after {
      content: "";
      display: block;
      width: 50px;
      height: 50px;
      position: absolute;
      top: 0;
      left: 0;
      background: url(../images/rectangle.svg) center / 50px 50px no-repeat;
      transition: .3s;
  } */
}
@media (min-width: 768px) {
  .button-view-more__body {
    padding-left: 22px;
  }
}
.button-view-more__diamond {
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
  /* background: #333333; */
}
.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;
}
@media (min-width: 768px) {
  .button-view-more__diamond {
    width: 58px;
    height: 58px;
  }
}
.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;
}
.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%);
}
@media (min-width: 768px) {
  .button-view-more__text:after {
    background: url(../images/icon-arrow-right.svg) center/29.37px 16.45px no-repeat;
  }
}
@media (min-width: 768px) {
  .button-view-more__text {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 58px;
    padding-right: 52px;
  }
}
.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: 64px;
}
@media (min-width: 768px) {
  .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;
}
.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;
}
@media (min-width: 768px) {
  .button-view-more_instagram .button-view-more__text:before {
    width: 29px;
    height: 29px;
    background: url(../images/icon-instagram2.svg) center/29px 29px no-repeat;
  }
}
@media (min-width: 768px) {
  .button-view-more_instagram .button-view-more__text {
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 38px;
  }
}

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

    top-members

-------------------------------------------------*/
@media (min-width: 768px) {
  .top-members__container {
    width: 82.1428571429%;
    margin: 0 auto;
  }
}
.top-members__heading {
  padding-left: 15px;
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .top-members__flex-box {
    display: flex;
    justify-content: space-between;
  }
}
.top-members__top {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .top-members__top {
    margin-bottom: 0;
    width: 53.4057971014%;
    padding-left: 75px;
    box-sizing: border-box;
    position: relative;
  }
}
.top-members__block1 {
  margin-bottom: 42px;
}
@media (min-width: 768px) {
  .top-members__block1 {
    margin-bottom: 0;
  }
}
.top-members__img-box {
  position: relative;
  /* overflow: hidden; */
}
.top-members__img-hood {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .top-members__img-hood {
    overflow: hidden;
  }
}
.top-members__img-hood:before {
  content: "";
  display: block;
  padding-top: 150%;
  /* 高さを幅の150%に固定 */
}
@media (min-width: 768px) {
  .top-members__img-hood:before {
    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: calc(100% + 152px);
  height: calc(100% + 66px); */
  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;
}
@media (min-width: 768px) {
  .top-members__diamond-layer:after {
    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;
}
@media (min-width: 768px) {
  .top-members__block2 {
    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;
  /* justify-content: center; */
  text-align: left;
}
@media (min-width: 768px) {
  .top-members__player-name {
    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;
}
.top-members__name1:after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background: #EA0015;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .top-members__name1:after {
    content: "";
    display: block;
    width: 31px;
    height: 1px;
    background: #EA0015;
    position: absolute;
    left: 7px;
    bottom: -30px;
    right: initial;
    top: initial;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  .top-members__name1 {
    padding-right: 0px;
    margin-right: 0px;
    margin-bottom: 65px;
    font-size: 42px;
    white-space: nowrap;
  }
}
.top-members__name2 {
  font-family: "Libre Baskerville", serif;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}
@media (min-width: 768px) {
  .top-members__name2 {
    font-size: 42px;
    white-space: nowrap;
  }
}
.top-members__player-sns-list {
  display: flex;
}
@media (min-width: 768px) {
  .top-members__player-sns-list {
    position: relative;
    left: -2px;
  }
}
/*hover*/
@media (min-width: 768px) {
  .top-members__img-box .top-members__player-img {
    transition: 0.5s ease;
    cursor: pointer;
  }
}

@media (min-width: 768px) {
  .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;
}
@media (min-width: 768px) {
  .player-sns-list__item:not(:last-of-type) {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
.player-sns-list__img-sns-icon {
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
  .player-sns-list__img-sns-icon {
    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;
}
@media (min-width: 768px) {
  .official-sns__container {
    width: 82.1428571429%;
    margin: 0 auto;
  }
}
.official-sns__bg-object {
  background: url(../images/diamond-red.svg) center/cover no-repeat;
  width: 113vw;
  height: 135vw;
  position: absolute;
  z-index: -1;
  right: -46vw;
}
@media (min-width: 768px) {
  .official-sns__bg-object {
    width: 1339px;
    height: 1598px;
    bottom: initial;
    top: 0;
    right: -291px;
    left: initial;
  }
}
.official-sns__top {
  padding: 0 15px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .official-sns__top {
    width: 74.2028985507%;
    margin: 0 auto;
    padding: 0;
  }
}
.official-sns__heading {
  padding-left: 15px;
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .official-sns__heading {
    padding-left: 0;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.official-sns__video {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .official-sns__video {
    width: 800px;
    margin-bottom: 56px;
  }
}
@media (min-width: 768px) {
  .official-sns__button-view-more {
    padding-left: 16px;
  }
}
.official-sns__bottom {
  padding: 0 15px;
  text-align: left;
}
@media (min-width: 768px) {
  .official-sns__bottom {
    padding: 0;
    text-align: right;
  }
}
.official-sns__block1 {
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .official-sns__block1 {
    margin-bottom: 22px;
  }
}
@media (min-width: 768px) {
  .official-sns__twitter {
    display: inline-block;
    position: relative;
  }
}
.official-sns__tw-img {
  width: 17.22px;
  height: 14px;
}
@media (min-width: 768px) {
  .official-sns__tw-img {
    width: 27px;
    height: 21.95px;
  }
}
@media (min-width: 768px) {
  .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;
}
@media (min-width: 768px) {
  .official-sns__block2-inner {
    display: inline-block;
    width: 540px;
    padding: 40px 55px 0;
    box-sizing: border-box;
  }
}
@media (min-width: 768px) {
  .official-sns__block2-inner iframe {
    height: 774px !important;
  }
}
@media (min-width: 768px) {
  .official-sns__block3 {
    width: 74.2028985507%;
    margin: 0 auto;
    padding: 0;
  }
}

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

    partner

-------------------------------------------------*/
@media (min-width: 768px) {
  .partner__container {
    /* width: calc(1024 / 1680 * 100%); */
    width: 1024px;
    margin: 0 auto;
  }
}
.partner__heading {
  margin-bottom: 34px;
}
@media (min-width: 768px) {
  .partner__heading {
    margin-bottom: 81px;
  }
}
.partner-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .partner-list {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .partner-list:after {
    content: "";
    display: block;
    width: 75%;
  }
}
.partner-list__list-item {
  width: 50%;
  margin-bottom: 19px;
  position: relative;
}
@media (min-width: 768px) {
  .partner-list__list-item {
    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 {
  width: 100vw;
}
.footer__container {
  border-top: 1px solid #707070;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .footer__container {
    width: 100%;
    margin: 0 auto;
  }
}
.footer__top {
  background: #E6002D;
  padding: 147px 15px 0;
  width: 100%;
  box-sizing: border-box;
}
.footer__logo {
  margin-bottom: 39px;
}
.footer__logo-img01 {
  width: 100%;
  max-width: 324px;
  height: auto;
  margin: 0 auto;
}
.footer__common-sns-list {
  margin-bottom: 120px;
}
.footer__footer-menu-list {
  margin-bottom: 20px;
}
.footer__copy-text {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .footer__copy-text {
    padding-bottom: 89px;
  }
}
.footer__ey {
  background: #fff;
  padding: 10px 0 15px;
  border-top: 1px solid #707070;
}
@media (min-width: 768px) {
  .footer__ey {
    padding: 23px 0 29px;
  }
}
.footer__bottom-logo-img {
  width: 107px;
  height: 35.15px;
}
@media (min-width: 768px) {
  .footer__bottom-logo-img {
    width: 134.89px;
    height: 44.25px;
  }
}
.footer__banner {
  background: #fff;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .footer__banner {
    padding: 23px 0 29px;
  }
}
.footer__bottom-banner-img {
  height: 35.15px;
}
@media (min-width: 768px) {
  .footer__bottom-banner-img {
    height: 44.25px;
  }
}
.footer__table {
  width: min(400px, 90vw);
  margin: 30px auto;
}
.footer__table div {
  margin: 30px 0;
}
.footer__table div table {
  border: solid 1px #2E2E2E;
}
.footer .side_tv_title {
  width: 90vw;
  padding: 10px;
  margin: 30px auto 0;
  background-color: #E6002D;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
}
.footer .side_tv_img img {
  max-width: 90vw;
  margin: 0 auto;
}
.footer .banners {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  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;
}
.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;
}
@media (min-width: 768px) {
  .footer-menu-list__link {
    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;
}
@media (min-width: 768px) {
  .common-heading__heading-text {
    font-size: 104px;
    font-size: 10.4rem;
  }
}

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

@media (min-width: 768px) {
  .common-heading_vertical {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media (min-width: 768px) {
  .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: 49px;
  font-size: 4.9rem;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
}
@media (min-width: 768px) {
  .sub-heading__text {
    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: 50%;
  margin: 0;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .tile-img-list__list-item {
    width: 25%;
  }
}
.tile-img-list__tile-img {
  width: 50vw;
  height: 54.7866666667vw;
  /* object-fit: cover;
  object-position: center; */
}
.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;
}
@media (min-width: 768px) {
  .tile-img-list__l1-text1 {
    font-size: 20px;
    font-size: 2rem;
    padding-bottom: 18px;
  }
}
.tile-img-list__l1-text1:after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 1px;
  display: block;
  width: 10px;
  height: 1px;
  background: #EA0015;
}
.tile-img-list__l1-text2 {
  font-family: "Libre Baskerville", serif;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
}
@media (min-width: 768px) {
  .tile-img-list__l1-text2 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.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;
}
@media (min-width: 768px) {
  .tile-img-list__l2-text1 {
    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;
}
@media (min-width: 768px) {
  .tile-img-list__l2-text2 {
    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;
}
@media (min-width: 768px) {
  .tile-img-list__l2-text3 {
    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;
}
@media (min-width: 768px) {
  .tile-img-list__l2-text4 {
    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;
}
@media (min-width: 768px) {
  .tile-img-list__l2-text5 {
    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 15px;
  margin-bottom: 42px;
}
@media (min-width: 768px) {
  .section-player__sub-heading {
    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;
}
@media (min-width: 768px) {
  .section-staff__sub-heading {
    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;
}
@media (min-width: 768px) {
  .section-player-detail__container {
    width: 82.1428571429%;
    max-width: 1380px;
    padding: 0;
    margin: 0 auto;
  }
}
.section-player-detail__player-detail1 {
  margin-bottom: 52px;
}
@media (min-width: 768px) {
  .section-player-detail__player-detail1 {
    margin-bottom: 220px;
  }
}
.section-player-detail__player-detail2 {
  margin-bottom: 62px;
}
@media (min-width: 768px) {
  .section-player-detail__player-detail2 {
    margin-bottom: 78px;
  }
}
/* -------- player-detail1 -------*/
.player-detail1 {
  /* &__object-diamond {
      @include pcTab {
          position: absolute;
          top: 50%;
          right: -85px;
          transform: translateY(-50%);
          z-index: -1;
      }
  } */
}
.player-detail1__inner {
  /* display: flex;
  justify-content: space-between;
  position: relative; */
}
@media (min-width: 768px) {
  .player-detail1__inner {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
}
.player-detail1__player-visual {
  margin-bottom: 22.9333333333vw;
}
@media (min-width: 768px) {
  .player-detail1__player-visual {
    /* width: calc(690 / 1380 * 100%);
    margin-bottom: 0; */
    width: 690px;
    margin-bottom: 0;
    margin-right: 7.5362318841%;
  }
}
@media (min-width: 768px) {
  .player-detail1__player-profile {
    /* width: calc(586 / 1380 * 100%); */
    width: calc(100% - 794px);
  }
}

.player-visual {
  /* width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between; */
  /*layer1*/
  /*layer2*/
  /*layer3*/
}
.player-visual__inner {
  /* width: 100%;
  position: relative; */
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.player-visual__layer1 {
  /* width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; */
  width: 24px;
  position: relative;
}
@media (min-width: 768px) {
  .player-visual__layer1 {
    width: 51px;
  }
}
.player-visual__layer1-inner {
  display: block;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  /* overflow: hidden;
  text-overflow: ellipsis; */
}
.player-visual__layer1-text1 {
  font-family: "Libre Baskerville", serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  color: #EA0015;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
  padding-bottom: 38px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .player-visual__layer1-text1 {
    font-size: 51px;
    font-size: 5.1rem;
  }
}
.player-visual__layer1-text1:after {
  content: "";
  position: absolute;
  bottom: 22px;
  left: 3px;
  display: block;
  width: 20px;
  height: 1px;
  background: #EA0015;
}
@media (min-width: 768px) {
  .player-visual__layer1-text1:after {
    left: 6px;
    width: 43px;
  }
}
.player-visual__layer1-text2 {
  font-family: "Libre Baskerville", serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  color: #000;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media (min-width: 768px) {
  .player-visual__layer1-text2 {
    font-size: 51px;
    font-size: 5.1rem;
  }
}
.player-visual__layer2 {
  /* width: 100%;
  padding: 0 54px 0 24px;
  box-sizing: border-box;
  position: relative; */
  position: relative;
  width: calc(100% - 78px);
}
@media (min-width: 768px) {
  .player-visual__layer2 {
    width: auto;
  }
}
.player-visual__layer2-hood-img {
  width: 100%;
}
.player-visual__layer2-main-img {
  width: 100%;
}
.player-visual__layer2-sign-img {
  position: absolute;
  top: 0;
  left: 7.1161048689%;
  display: block;
  width: 25.8426966292%;
  height: auto;
}
.player-visual__layer3 {
  width: 54px;
  position: relative;
}
@media (min-width: 768px) {
  .player-visual__layer3 {
    width: 108px;
  }
}
.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; */
}
@media (min-width: 768px) {
  .player-visual__layer3-text1 {
    font-size: 108px;
    font-size: 10.8rem;
    text-indent: 0.7rem;
    text-indent: 0rem;
  }
}
.player-visual__object-diamond {
  position: absolute;
  top: 17px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (min-width: 768px) {
  .player-visual__object-diamond {
    position: absolute;
    top: -242px;
    left: 914px;
    transform: translateX(-50%);
    z-index: -1;
  }
}

.player-profile {
  /* &__object-diamond {
      @include pcTab {
          position: absolute;
          top: 50%;
          right: -85px;
          transform: translateY(-50%);
          z-index: -1;
      }
  } */
}
@media (min-width: 768px) {
  .player-profile__inner {
    position: relative;
  }
}
.player-profile__profile1 {
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .player-profile__profile1 {
    margin-bottom: 40px;
  }
}
.player-profile__profile2 {
  margin-bottom: 56px;
}
.object-diamond {
  width: 135.7333333333vw;
}
@media (min-width: 768px) {
  .object-diamond {
    width: 1101px;
    height: 1314px;
    /* width: calc(1101 / 586 * 100%); */
  }
}
.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.svg) center/contain no-repeat;
}
@media (min-width: 768px) {
  .object-diamond__inner {
    background: url(../images/diamond-red-border_pc.svg) center/contain no-repeat;
  }
}

/*
.object-diamond_sp {
    display: block;
    @include pcTab {
        display: none;
    }
}

.object-diamond_pc {
    display: none;
    @include pcTab {
        display: block;
    }
} */
.profile1 {
  text-align: left;
}
.profile1__role {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}
.profile1__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .profile1__inner {
    justify-content: unset;
    margin-bottom: 22px;
  }
}
.profile1__name {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 500;
  color: #000;
}
@media (min-width: 768px) {
  .profile1__name {
    font-size: 46px;
    font-size: 4.6rem;
    margin-right: 42px;
    margin-right: 7.1672354949%;
    white-space: nowrap;
  }
}
.profile1__name-ruby {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #000;
}
@media (min-width: 768px) {
  .profile1__name-ruby {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.player-sns-list2 {
  display: flex;
}
.player-sns-list2__item {
  position: relative;
}
.player-sns-list2__item:not(:last-child) {
  margin-right: 11px;
}
@media (min-width: 768px) {
  .player-sns-list2__item:not(:last-child) {
    margin-right: 15px;
  }
}
.player-sns-list2__img-sns-icon {
  width: 21px;
  height: 21px;
}
@media (min-width: 768px) {
  .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: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  float: left;
}
.profile4__dt:not(:last-of-type) {
  margin-bottom: 13px;
}
.profile4__dd {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  margin-left: 80px;
  /* border-left: 2px solid #EA0015; */
  width: calc(100% - 80px);
  box-sizing: border-box;
  overflow-wrap: break-word;
}
.profile4__dd:not(:last-of-type) {
  margin-bottom: 13px;
}

/* -------- 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: 1051px;
  background: #fff;
}
@media (min-width: 768px) {
  .record-table {
    width: 100%;
  }
}

.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-family: Arial, sans-serif; */
  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-family: Arial, sans-serif; */
  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 -------*/
@media (min-width: 768px) {
  .player-detail3__inner {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .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: 9px;
}
@media (min-width: 768px) {
  .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 {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .section-player-gallery__container {
    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;
}
.gallery-photoswipe__item:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* 高さを幅の100%に固定 */
}
@media (min-width: 768px) {
  .gallery-photoswipe__item {
    width: calc((100% - 24px) / 4);
  }
}
.gallery-photoswipe__item:nth-of-type(2n) {
  margin-left: 20px;
}
@media (min-width: 768px) {
  .gallery-photoswipe__item:nth-of-type(2n) {
    margin-left: initial;
  }
}
@media (min-width: 768px) {
  .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 {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .page-controller__container {
    width: 80.9523809524vw;
    margin: 0 auto;
  }
}
.page-controller__inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 42px;
}
.page-controller__bottom_pc {
  display: none;
}
@media (min-width: 768px) {
  .page-controller__bottom_pc {
    display: block;
  }
}
.page-controller__bottom_sp {
  display: block;
}
@media (min-width: 768px) {
  .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.css.map */
