@charset "UTF-8";
@import "writing-mode.css";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;600;700;800&family=Noto+Sans+JP:wght@400;700&display=swap");
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}

html.ie,
.ie input,
.ie textarea,
.ie select,
.ie button {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
}

html {
  color: #212327;
  background: #FCFCFC;
  font-size: 14px;
  line-height: 1;
  word-break: break-all;
}

body {
  background: #FCFCFC;
  margin: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: #212327;
  text-decoration: none;
  transition: 0.3s;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

button {
  line-height: 1;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.outer-block {
  min-width: 1366px;
}

.inner-block {
  width: 1120px;
  margin: 0 auto;
  padding: 0;
}

#wrapper {
  position: relative;
  padding-top: 97px;
}

main {
  display: block;
  letter-spacing: 0.075em;
}

@media screen and (min-width: 641px) {
  .sp {
    display: none !important;
  }
}
.ib {
  display: inline-block;
}

.en {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#pagetop {
  position: absolute;
  right: 10px;
  bottom: -1px;
  z-index: 99;
  border: 1px solid #000;
}
#pagetop.is-fixed {
  position: fixed;
  top: auto !important;
  bottom: 10px;
}
#pagetop > a {
  background-color: #FCFCFC;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
#pagetop > a::after {
  content: "";
  background: url("../img/common/arrow_top_black.svg") no-repeat;
  background-size: contain;
  width: 10px;
  height: 6px;
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 641px) {
  #pagetop > a:hover:after {
    transform: translateY(-3px);
  }
}

/*------------------------------------------------------------------------------
  common
------------------------------------------------------------------------------*/
body {
  animation: startFadeIn 3s forwards;
}
@keyframes startFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bg-white {
  background: #FCFCFC;
}

.page-ttl-block .inner-block {
  padding-top: 90px;
  text-align: center;
}
.page-ttl-block .inner-block .c-ttl {
  color: #212327;
  font-weight: bold;
  text-align: center;
  font-feature-settings: "palt";
}
.page-ttl-block .inner-block .c-ttl .en {
  display: block;
  font-size: 52px;
  letter-spacing: 0.05em;
  font-weight: 800;
}
.page-ttl-block .inner-block .c-ttl .ja {
  display: block;
  font-size: 16px;
  margin-top: 10px;
}

.c-ttl02 {
  border-bottom: 1px solid #000;
  margin: 120px 0 60px;
  text-align: center;
}
.c-ttl02 .en, .c-ttl02 .jp {
  display: block;
}
.c-ttl02 .en {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 800;
}
.c-ttl02 .jp {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 30px;
}
.c-ttl02:first-child {
  margin-top: 80px;
}

.c-ttl03 {
  padding-left: 15px;
  padding-right: 10px;
  position: relative;
}
.c-ttl03::before {
  background: #000;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  width: 4px;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
}
.c-ttl03.large {
  padding-left: 20px;
  padding-right: 0;
  line-height: 1.4;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: bold;
}
.c-ttl03.large::before {
  height: 100%;
}

.select-wrap {
  display: flex;
  align-items: center;
}
.select-wrap > div {
  display: flex;
  gap: 8px;
}
.select-wrap .schedule-button {
  margin: 6px 8px 6px 0;
  display: flex;
  align-items: center;
}
.select-wrap .schedule-button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #212327;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  padding: 11px 33px 11px 16px;
  letter-spacing: 0.075em;
  text-decoration: none;
  color: #000000;
  background: #FFFFFF;
  position: relative;
  min-width: 240px;
  cursor: pointer;
}
.select-wrap .schedule-button a::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 12px;
  background: url(../img/common/arrow_right_black.svg) no-repeat center;
  background-size: contain;
}
.select-wrap .select-button {
  margin: 6px 0;
}
.select-wrap .select-button select {
  background: url(../img/common/arrow_bottom_black.svg) no-repeat center right 16px;
  border: 1px solid #212327;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  padding: 11px 33px 11px 16px;
  letter-spacing: 0.075em;
  cursor: pointer;
}
@media screen and (min-width: 641px) {
  .select-wrap .select-button:first-child select {
    padding-right: 40px;
  }
}
.select-wrap .select-button:last-child select {
  margin-left: 8px;
}

.select-container {
  position: relative;
}
.select-container .c-border {
  padding: 30px 280px 30px 0;
}
@media screen and (min-width: 641px) {
  .select-container .select-wrap {
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
  }
}

.c-border {
  border: 1px solid #212327;
  display: flex;
  justify-content: space-between;
  margin: 60px auto 80px;
  padding: 18px 25px 18px 0;
  width: 100%;
}
.c-border .select-ttl {
  display: flex;
}
.c-border .select-ttl .ttl {
  font-size: 24px;
  display: flex;
  font-weight: bold;
  align-items: center;
  letter-spacing: 0.075em;
  display: none;
}
.c-border .select-ttl .ttl::before {
  align-items: center;
  background: #212327;
  content: "";
  display: inline-block;
  height: 2px;
  margin-right: 20px;
  width: 30px;
}
.c-border .select-ttl .ttl.is-active {
  display: flex;
}
.c-border.min {
  padding: 22px;
}

.link-anchor {
  display: flex;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  align-items: center;
}
.link-anchor li {
  line-height: 1.4;
  position: relative;
}
.link-anchor li a {
  display: inline-block;
  padding-right: 20px;
  position: relative;
}
.link-anchor li a::before {
  background: url(../img/common/arrow_bottom_bk.svg) no-repeat center center;
  background-size: 11px 6px;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  width: 11px;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.link-anchor li a:hover::before {
  bottom: -6px;
}
.link-anchor li + li {
  padding-left: 80px;
}
.link-anchor li + li::before {
  background: #000;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  width: 1px;
  bottom: 0;
  top: 0;
  left: 40px;
  margin: auto;
}

/*------------------------------------------------------------------------------
  header
------------------------------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #FCFCFC;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 641px) {
  .header {
    min-width: 1366px;
  }
}
.header > .col-pc {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 641px) {
  .header > .col-pc {
    align-items: center;
  }
}
.header .menu-wrap {
  display: flex;
  align-items: center;
}
.header .header-logo a {
  width: 160px;
  padding: 16px 40px;
}
.header h2.contact a {
  display: block;
  width: 160px;
  color: #eb0a1e;
}
.header h2.contact a .en {
  display: block;
  font-size: 1.5em;
  text-align: center;
}
.header h2.contact a .ja {
  display: block;
  margin-top: 0.2em;
  font-size: 1.2em;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .header .menu-wrap {
    width: calc(100% - 160px - 160px);
  }
  .header .list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: calc(100% - 300px);
    min-width: 790px;
    padding: 0 10px;
    border: 1px solid #000;
    border-width: 0 1px;
    word-break: keep-all;
  }
}
.header .list > li {
  position: relative;
}
.header .list > li a {
  padding: 33px 15px;
  text-align: center;
  display: block;
  position: relative;
  transition: 0.15s;
  letter-spacing: 0.075em;
}
@media screen and (min-width: 641px) {
  .header .list > li a:hover {
    padding: 25px 15px 40px;
  }
  .header .list > li a:hover .ja {
    opacity: 1;
    visibility: visible;
  }
}
.header .list > li a.game .ja {
  left: -10px;
}
.header .list > li .en {
  font-size: 14px;
}
.header .list > li .ja {
  font-size: 10px;
  transition: 0.4s;
  margin: auto;
}
@media screen and (min-width: 641px) {
  .header .list > li .ja {
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 26px;
  }
}
.header .sns-area {
  width: 300px;
  padding: 0 30px;
}
.header .sns-area ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 641px) {
  .header .sns-area ul a {
    display: block;
    width: 20px;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .header .sns-area ul a:hover {
    transform: scale(1.1);
  }
	.header .sns-area ul a.sns-head-toyotimes {
		width: 36px;
	}
}

.header-logo > a {
  display: block;
}

/*------------------------------------------------------------------------------
  footer
------------------------------------------------------------------------------*/
.footer {
  border-top: 1px solid #000;
}
@media screen and (min-width: 641px) {
  .footer {
    padding-top: 100px;
    min-width: 1366px;
  }
}

.footer-sitemap {
  position: relative;
}
@media screen and (min-width: 641px) {
  .footer-sitemap .inner-block {
    min-width: 1246px;
    width: 90%;
    max-width: 1400px;
  }
}
.footer-sitemap .list {
  border: 1px solid #000;
  padding: 40px;
}
@media screen and (min-width: 641px) {
  .footer-sitemap .list {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1367px) {
  .footer-sitemap .list {
    padding: 40px 60px;
  }
}
.footer-sitemap .list > li {
  position: relative;
}
@media screen and (min-width: 641px) {
  .footer-sitemap .list > li {
    text-align: center;
  }
  .footer-sitemap .list > li a {
    display: block;
  }
  .footer-sitemap .list > li a:hover {
    color: #ff0000;
  }
}
.footer-sitemap .list > li .en {
  font-size: 16px;
  letter-spacing: 0.075em;
}
.footer-sitemap .list > li .ja {
  font-size: 11px;
  display: block;
  margin-top: 8px;
  font-weight: bold;
}

.footer-company {
  padding: 25px 0;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 641px) {
  .footer-company .inner-block {
    width: 100%;
    max-width: 1366px;
  }
}
.footer-company .col {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 40px;
}
.footer-company .col > li {
  padding: 25px 15px;
}
.footer-company a {
  display: block;
}

.footer-address {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-address .txt-wrap {
  margin-left: 50px;
  width: 66%;
}
.footer-address .logo {
  width: 150px;
}
.footer-address .name {
  font-size: 16px;
  letter-spacing: 0.075em;
  margin-bottom: 20px;
  font-weight: bold;
}
.footer-address .flexbox {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.footer-address .address,
.footer-address .note {
  font-size: 14px;
  line-height: 1.7;
}
.footer-address .address {
  width: 45%;
}
.footer-address .note {
  width: 55%;
}
.footer-address .note li {
  padding-left: 1em;
  text-indent: -1em;
}
.footer-address .note li:before {
  content: '※';
}
@media screen and (min-width: 641px) {
  .footer-address .address {
    letter-spacing: 0.1em;
    padding: 2px 0;
  }
}
.footer-address .address .sub {
  font-size: 12px;
  margin-top: 4px;
}

.footer-copyright {
  background-color: #000;
  color: #FCFCFC;
  text-align: center;
  padding: 30px 0;
  font-size: 12px;
  letter-spacing: 0.1em;
  position: relative;
}

/*------------------------------------------------------------------------------
  main
------------------------------------------------------------------------------*/
.home .footer {
  border-top: none;
}

.c-btn {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #eb0a1e;
  height: 54px;
  padding-right: 10px;
  letter-spacing: 0.05em;
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition-property: transform, box-shadow;
  min-width: 320px;
  cursor: pointer;
}
@media screen and (min-width: 641px) {
  .c-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  }
}
.c-btn::after {
  content: "";
  background: url("../img/common/arrow_right_black.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  width: 8px;
  height: 12px;
}
.c-btn.back {
  color: #fff;
}
.c-btn.back::after {
  right: inherit;
  left: 20px;
  background: url("../img/common/arrow_right_white.svg") no-repeat center/contain;
  transform: rotate(180deg);
}
.c-btn.back::after {
  left: 13px;
}
.c-btn.more {
  color: #fff;
}
.c-btn.more::after {
  right: 20px;
  background: url("../img/common/arrow_right_white.svg") no-repeat center/contain;
  transform: rotate(90deg);
}
.c-btn.is-open {
  color: #fff;
}
.c-btn.is-open::after {
  background: url("../img/common/arrow_right_white.svg") no-repeat center/contain;
  transform: rotate(270deg);
}
.c-btn.white {
  color: #fff;
  margin-top: 40px;
}
.c-btn.white::after {
  background-image: url("../img/common/arrow_right_white.svg");
}

.c-ttl {
  font-size: 34px;
  font-weight: 800;
}

.c-box-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #fcfcfc;
  transition: width 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 9;
}
.c-box-mask.is-active {
  width: 0;
}

.c-ttl-mask {
  position: relative;
  display: inline-block;
  z-index: 0;
}
.c-ttl-mask.is-active::before, .c-ttl-mask.is-loaded::before {
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.3s;
}
.c-ttl-mask.is-active::after, .c-ttl-mask.is-loaded::after {
  animation: slideIn 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
.c-ttl-mask::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #fcfcfc;
  z-index: 1;
}
.c-ttl-mask::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: currentColor;
  z-index: 2;
}

@keyframes slideIn {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes slideIn2 {
  0% {
    width: 0;
  }
  50%, 100% {
    width: 100%;
    left: 0;
  }
}
@keyframes slideIn3 {
  0% {
    width: 0;
    left: 0;
    right: auto;
  }
  50%, 100% {
    width: 100%;
    left: 0;
  }
  60%, 100% {
    opacity: 1;
  }
}
.kv-block {
  position: relative;
  z-index: 0;
  background: #FCFCFC;
}
@media screen and (min-width: 641px) {
  .kv-block {
    min-width: 1366px;
  }
}
.kv-block .slider {
  position: relative;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.kv-block .slider .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.kv-block .slick-dots {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kv-block .slick-dots li {
  position: relative;
  width: 23px;
  height: 5px;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  pointer-events: auto;
  transition: 0.3s;
}
.kv-block .slick-dots li button {
  font-size: 0;
}
.kv-block .slick-dots li.slick-active {
  background: #000000;
}
.kv-block .slick-dots li + li {
  margin-left: 10px;
}
.kv-block .kv-txt01 {
  font-size: 45px;
  position: absolute;
  top: 30%;
  left: 30px;
  z-index: 2;
  font-weight: 500;
}
.kv-block .kv-txt01 span {
  background: transparent;
  padding: 6px 20px;
}
.kv-block .kv-txt01 .c-ttl-mask .inn {
  opacity: 0;
  transition-delay: 0.3s;
  transition-property: opacity;
  position: relative;
  z-index: 3;
}
.kv-block .kv-txt01 .c-ttl-mask::after, .kv-block .kv-txt01 .c-ttl-mask::before {
  transform: translate3d(0, 0, 0);
  width: 0;
}
.kv-block .kv-txt01 .c-ttl-mask::after {
  background: #ff0000;
}
.kv-block .kv-txt01 .c-ttl-mask::before {
  opacity: 0;
  background: #212327;
  visibility: inherit;
}
.kv-block .kv-txt01 .c-ttl-mask.is-loaded .inn {
  opacity: 1;
}
.kv-block .kv-txt01 .c-ttl-mask.is-loaded::before {
  animation: slideIn3 forwards 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
.kv-block .kv-txt01 .c-ttl-mask.is-loaded::after {
  animation: slideIn2 forwards 0.6s 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
.kv-block .kv-txt02 {
  position: absolute;
  text-align: center;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  font-weight: 700;
  width: 100%;
  padding: 150px 0;
}
.kv-block .kv-txt02 .t-white {
  font-size: 110px;
  color: #fff;
  line-height: 80%;
  margin-bottom: 20px;
}
.kv-block .kv-txt02 .t-red {
  font-size: 80px;
  color: #ff0000;
}
.kv-block .kv-txt02 .t-red + .t-red {
  margin-left: 20px;
}

/*-----------------------
  next
------------------------*/
@media screen and (min-width: 641px) {
  .next-block {
    display: flex;
    justify-content: space-between;
    min-width: 1366px;
  }
}
.next-block .next-wrap {
  background: url(../img/top/nextgame-bg.jpg) no-repeat center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(0.3 * (100% - 300px));
  position: relative;
}
.next-block .next-wrap .ttl {
  color: #FCFCFC;
  font-size: 60px;
  font-weight: 800;
  text-align: center;
}
@media screen and (min-width: 1367px) {
  .next-block .next-wrap .ttl {
    font-size: 80px;
  }
}
.next-block .next-wrap .ttl .ls {
  letter-spacing: 0.1em;
}
.next-block .date-wrap {
  width: calc(0.7 * (100% - 300px));
}
.next-block .date {
  padding: 40px 50px;
  border: 1px solid #000;
  border-width: 1px 0;
}
@media screen and (min-width: 641px) {
  .next-block .date {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1367px) {
  .next-block .date {
    padding: 50px 80px;
  }
}
.next-block .date .big {
  font-size: 72px;
  font-weight: 700;
  margin-right: 20px;
  flex-shrink: 0;
}
@media screen and (min-width: 1367px) {
  .next-block .date .big {
    font-size: 82px;
  }
}
.next-block .date .time {
  font-size: 24px;
  font-weight: 700;
  flex-shrink: 0;
}
@media screen and (min-width: 1367px) {
  .next-block .date .time {
    font-size: 28px;
  }
}
.next-block .date .time .week {
  text-transform: uppercase;
}
.next-block .date .place {
  font-size: 14px;
  line-height: 1.3;
}
@media screen and (min-width: 641px) {
  .next-block .date .place {
    margin-left: auto;
    margin-right: 0;
    padding-left: 40px;
  }
}
.next-block .game {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 50px 30px 90px;
}
@media screen and (min-width: 1367px) {
  .next-block .game {
    padding: 40px 50px 40px 90px;
  }
}
.next-block .game .antelopes {
  width: 120px;
}
.next-block .game .vs {
  font-size: 38px;
  margin: 0 90px;
}
@media screen and (min-width: 1367px) {
  .next-block .game .vs {
    margin: 0 6vw;
  }
}
.next-block .game .challenger {
  width: 270px;
  background: #000;
  text-align: center;
  color: #FCFCFC;
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  padding: 20px 10px;
  line-height: 1.2;
}
.next-block .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 641px) {
  .next-block .btn-wrap {
    width: 300px;
    border: 1px solid #000;
    border-width: 1px 0 0 1px;
  }
  .next-block .btn-wrap .c-btn {
    min-width: 220px;
  }
}

/*-----------------------
  news
------------------------*/
@media screen and (min-width: 641px) {
  .news-block {
    min-width: 1366px;
  }
  .news-block .inner-block {
    max-width: 1400px;
    min-width: 1246px;
    width: 90%;
  }
}
.news-block .cat {
  font-size: 14px;
  color: #999;
  font-weight: 600;
  position: relative;
}
.news-block .cat::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 11px;
  background: url(../img/common/arrow_right_gray.svg) no-repeat center/contain;
  margin-left: 10px;
}

.news-ttl-area {
  border: 1px solid #000;
  border-width: 1px 0;
  padding: 36px 0;
}
.news-ttl-area .inner-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-cont {
  display: flex;
}
@media screen and (min-width: 641px) {
  .news-cont {
    height: 393px;
  }
}

.news-inner {
  position: relative;
  width: 25%;
}
@media screen and (min-width: 641px) {
  .news-inner {
    border: 1px solid #000;
    border-width: 0 1px;
  }
  .news-inner + .news-inner {
    border-left: none;
  }
}

.news-item {
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 100%;
}
@media screen and (min-width: 641px) {
  .news-item {
    display: flex;
		flex-direction: column;
  }
  .news-item:hover .thumbnail {
    transform: scale(1.1);
  }
}
.news-item .thumbnail {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 641px) {
  .news-item .thumbnail {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: -1;
    width: 100%;
    height: 100%;
  }
}
.news-item .thumbnail.c-no-image {
  background-image: url(../img/common/no-image.png);
}
.news-item .box {
  position: relative;
  padding: 24px 20px;
  background: #FCFCFC;
}
@media screen and (min-width: 641px) {
  .news-item .box {
    width: 100%;
  }
}
.news-item .box .ttl {
  font-size: 18px;
  font-weight: bold;
  text-align: justify;
  line-height: 1.4;
}
.news-item .box .date {
  font-size: 14px;
  margin-top: 16px;
}
.news-item .box .more {
  position: absolute;
  right: 25px;
  bottom: 25px;
}
.news-item .box .more::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 11px;
  background: url(../img/common/arrow_right_black.svg) no-repeat center/contain;
  margin-left: 10px;
}

/*-----------------------
  pickup
------------------------*/
.pickup-block {
  border: 1px solid #000;
  border-width: 1px 0;
}
@media screen and (min-width: 641px) {
  .pickup-block {
    min-width: 1366px;
  }
  .pickup-block .pickup-wrap {
    display: flex;
  }
  .pickup-block .inner-block {
    min-width: 1246px;
    max-width: 1400px;
    width: 90%;
  }
}
.pickup-block .pickup-ttl-area {
  border-right: 1px solid #000;
  padding: 36px 0 36px 0;
}
@media screen and (min-width: 641px) {
  .pickup-block .pickup-ttl-area {
    width: 180px;
  }
}
@media screen and (min-width: 641px) {
  .pickup-block .pickup-container {
    padding: 40px 60px;
    display: flex;
    width: calc(100% - 180px);
    max-width: 1120px;
    border-right: 1px solid #000;
  }
}
.pickup-block .pickup-container .pickup-cont {
  border: 1px solid #000;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 641px) {
  .pickup-block .pickup-container .pickup-cont {
    width: 306px;
  }
  .pickup-block .pickup-container .pickup-cont + .pickup-cont {
    margin-left: 40px;
  }
}
@media screen and (min-width: 641px) {
  .pickup-block .pickup-container .pickup-cont .pickup-item:hover .thumbnail {
    transform: scale(1.1);
  }
}
.pickup-block .pickup-container .pickup-cont .thumbnail {
  width: 100%;
  height: 130px;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.pickup-block .pickup-container .pickup-cont .box {
  padding: 20px 30px;
  position: relative;
  z-index: 1;
  background: #FCFCFC;
  border-top: 1px solid #000;
}
.pickup-block .pickup-container .pickup-cont .box .ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}

/*-----------------------
  member
------------------------*/
.member-block {
  height: 530px;
  padding: 60px 0;
  min-width: 1366px;
  position: relative;
}
.member-block::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(../img/top/member_bg.jpg) no-repeat center/cover;
}
@media screen and (min-width: 641px) {
  .member-block .inner-block {
    min-width: 1246px;
    width: 90%;
    max-width: 1400px;
  }
}
.member-block .c-ttl {
  color: #FCFCFC;
}
@media screen and (min-width: 641px) {
  .member-block .c-ttl {
    display: inline-block;
    vertical-align: middle;
  }
}
.member-block .txt {
  font-size: 18px;
  color: #FCFCFC;
  font-weight: bold;
}
@media screen and (min-width: 641px) {
  .member-block .txt {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
  }
}
.member-block .link-wrap {
  margin-top: 20px;
}
.member-block .link {
  font-size: 16px;
  color: #FCFCFC;
  display: inline-block;
  font-weight: bold;
  position: relative;
  padding-right: 10px;
}
.member-block .link::before, .member-block .link::after {
  content: "";
  position: absolute;
  transition: 0.3s;
}
.member-block .link::before {
  width: 100%;
  height: 1px;
  right: 0px;
  bottom: -5px;
  background: #FCFCFC;
}
.member-block .link::after {
  width: 6px;
  height: 11px;
  right: 0px;
  top: 4px;
  background: url(../img/common/arrow_right_white.svg) no-repeat center/contain;
}
@media screen and (min-width: 641px) {
  .member-block .link:hover:before {
    width: 0%;
  }
}

/*-----------------------
  social
------------------------*/
.social-block {
  width: 100%;
}
@media screen and (min-width: 641px) {
  .social-block {
    min-width: 1366px;
  }
  .social-block .inner-block {
    min-width: 1246px;
    width: 100%;
    max-width: 1366px;
  }
}
.social-block .social-ttl-area {
  border: 1px solid #000;
  border-width: 1px 0 0;
  padding: 36px 0;
}
@media screen and (min-width: 641px) {
  .social-block .social-ttl-area {
    min-width: 1366px;
  }
  .social-block .social-ttl-area .inner-block {
    width: 90%;
  }
}
.social-block .social-inner {
  position: relative;
  z-index: 0;
}
.social-block .social-ttl-wrap {
  width: 230px;
  padding: 35px 30px 20px 30px;
}
.social-block .social-ttl-wrap .ttl {
  display: inline-block;
  font-size: 16px;
  position: relative;
}
@media screen and (min-width: 641px) {
  .social-block .social-cont .inner-block {
    display: flex;
  }
  .social-block .social-cont .social-list {
    width: calc(100% - 230px);
  }
}
.social-block .social-cont .social-list {
  position: relative;
  border: 1px solid #000;
  border-width: 0 1px;
  font-size: 0;
}
@media screen and (min-width: 641px) {
  .social-block .social-cont.instagram {
    min-width: 1366px;
    border: 1px solid #000;
    border-width: 1px 0px;
  }
}
.social-block .social-cont.instagram .ttl {
  padding-left: 30px;
}
.social-block .social-cont.instagram .ttl a::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 19px;
  height: 19px;
  background: url(../img/common/ico-instagram.svg) no-repeat center;
}
.social-block .social-cont.facebook .ttl {
  padding-left: 27px;
}
.social-block .social-cont.facebook .ttl a::before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 20px;
  height: 20px;
  background: url(../img/common/ico-facebook02.svg) no-repeat center;
}
.social-block .social-cont.facebook .social-list {
  width: 402px;
}
.social-block .social-cont.facebook .social-list iframe {
  width: 400px;
  height: 500px;
}
@media screen and (min-width: 641px) {
  .social-block .social-cont.youtube .social-ttl-wrap {
    text-align: center;
  }
}
.social-block .social-cont.youtube .ttl {
  padding-left: 38px;
}
.social-block .social-cont.youtube .ttl a::before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 28px;
  height: 19px;
  background: url(../img/common/ico-youtube.svg) no-repeat center;
}
.social-block .social-cont.youtube .social-list a {
  display: block;
  position: relative;
}
@media screen and (min-width: 641px) {
  .social-block .social-cont.youtube .social-list a {
    height: 502px;
  }
}
.social-block .social-cont.youtube .social-list a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.social-block .social-cont.youtube .social-list a .txt {
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #FCFCFC;
  padding-right: 12px;
  font-size: 14px;
}
.social-block .social-cont.youtube .social-list a .txt::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 10px;
  right: 0;
  top: 2px;
  background: url(../img/common/arrow_right_white.svg) no-repeat center/contain;
}
.social-block .social-cont.twitter {
}
.social-block .social-cont.twitter .ttl {
  padding-left: 27px;
}
.social-block .social-cont.twitter .ttl a::before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 20px;
  height: 20px;
  background: url(../img/common/ico-twitter.svg) no-repeat center;
}
.social-block .social-cont.twitter .social-list {
  overflow: hidden;
  width: 530px;
  height: 430px;
}
.social-block .social-cont.twitter .social-list iframe {
  width: 528px;
  height: 340px;
}
@media screen and (min-width: 641px) {
  .social-block .social-wrap {
    min-width: 1366px;
    border: 1px solid #000;
    border-width: 1px 0px;
    margin-top: 100px;
  }
  .social-block .social-wrap .inner-block {
    display: flex;
  }
}
@media screen and (min-width: 641px) {
  .social-block .social-wrap .social-cont {
    display: flex;
  }
}

.ie .ie-none {
  display: none;
}
.ie-show {
  display: none;
}
.ie .twitter-area {
  opacity: 1 !important;
}
.ie .ie-show {
  display: block;
}
.ie .social-block .social-cont.twitter .social-list {
  height: auto;
}
.ie .ie-show.btn-wrap {
  margin: 35px auto;
  text-align: center;
}
.ie .ie-show.btn-wrap .c-btn {
}

/*------------------------------------------------------------------------------
  bottom-page
------------------------------------------------------------------------------*/
.bottom-page {
  padding-bottom: 120px;
}
.bottom-page .btn-wrap {
  text-align: center;
}
.bottom-page .btn-wrap .c-btn {
  padding: 0 40px;
  margin-top: 80px;
  line-height: 1.4;
}

/*------------------------------------------------------------------------------
  team
------------------------------------------------------------------------------*/
.team .txt {
  line-height: 2;
  font-size: 16px;
  letter-spacing: normal;
}
.team #slogan {
  margin-bottom: 20px;
}
.team .slogan-wrap .vamos {
  font-size: 67px;
  font-weight: bold;
  color: #eb0a1e;
  margin-bottom: 20px;
  text-align: center;
}
.team .slogan-wrap .vamos.small {
  font-size: 120px;
}
@media screen and (min-width: 641px) {
  .team .slogan-wrap .txt {
    text-align: center;
  }
}
@media screen and (min-width: 641px) {
  .team .greeting-wrap .profile {
    display: flex;
    justify-content: space-between;
  }
  .team .greeting-wrap .profile img {
    width: 346px;
  }
}
@media screen and (min-width: 641px) {
  .team .greeting-wrap .txt-wrap {
    padding-top: 20px;
    width: 700px;
  }
}
.team .greeting-wrap .txt-wrap .info {
  margin-bottom: 40px;
}
.team .greeting-wrap .txt-wrap .position {
  font-size: 16px;
  vertical-align: middle;
}
.team .greeting-wrap .txt-wrap .name {
  font-size: 30px;
  font-weight: bold;
  vertical-align: middle;
}
@media screen and (min-width: 641px) {
  .team .greeting-wrap .txt-wrap .name {
    margin-left: 30px;
  }
}
.team .greeting-wrap .history {
  margin-top: 50px;
  padding: 20px 30px;
  border: 1px solid #000;
}
@media screen and (min-width: 641px) {
  .team .greeting-wrap .history {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 641px) {
  .team .greeting-wrap .history .name-wrap {
    border-right: solid 1px #000;
    padding-right: 30px;
  }
}
.team .greeting-wrap .history .name-wrap .en {
  font-size: 12px;
  font-weight: 300;
}
.team .greeting-wrap .history .name-wrap .name {
  margin-top: 8px;
  font-size: 23px;
  font-weight: bold;
}
.team .greeting-wrap .history .year-wrap {
  font-size: 14px;
  line-height: 2;
}
@media screen and (min-width: 641px) {
  .team .greeting-wrap .history .year-wrap {
    padding-left: 30px;
  }
}
.team .logo-wrap {
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .team .logo-wrap {
    width: 930px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.team .logo-wrap .logo {
  width: 144px;
}
.team #mascot {
  margin-bottom: 0;
}
.team .mascot-wrap {
  border-bottom: 1px solid #000;
  position: relative;
}
.team .mascot-wrap .name-wrap {
  border: 1px solid #000;
  border-width: 0 1px;
  padding: 40px 50px;
  width: 800px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 641px) {
  .team .mascot-wrap .name-wrap .mascot {
    position: absolute;
    right: -145px;
    top: 20px;
  }
  .team .mascot-wrap .name-wrap .mascot .mascot_illust {
    width: 180px;
    margin-left: 15px;
    vertical-align: bottom;
  }
}
.team .mascot-wrap .name-wrap .name {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
.team .mascot-wrap .profile-wrap {
  border: 1px solid #000;
  border-width: 1px 1px 0;
  padding: 50px;
  width: 800px;
  margin: 0 auto;
}
.team .mascot-wrap .profile-wrap table th, .team .mascot-wrap .profile-wrap table td {
  padding: 6px 0;
  line-height: 1.6;
  border-bottom: 1px solid #aaaaae;
  letter-spacing: normal;
}
.team .mascot-wrap .profile-wrap table th {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  width: 120px;
}
.team .mascot-wrap .profile-wrap table td {
  width: 450px;
}
.team .record-table {
  width: 100%;
}
@media screen and (min-width: 641px) {
  .team .record-table .bt {
    border-top: 1px solid #aaaaae;
    padding: 20px 30px 10px;
  }
  .team .record-table .bt:last-child:before {
    bottom: -10px;
  }
  .team .record-table .bb {
    border-bottom: 1px solid #aaaaae;
    padding: 10px 30px 20px;
  }
  .team .record-table .bb:last-child:before {
    top: -10px;
  }
}
.team .record-table tr th {
  border: 1px solid #aaaaae;
  border-width: 1px 0;
}
.team .record-table th {
  font-size: 28px;
  font-weight: 700;
  padding: 40px 10px;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 641px) {
  .team .record-table th {
    width: 160px;
  }
}
.team .record-table td {
  font-size: 16px;
  line-height: 1.4;
  position: relative;
}
.team .record-table td .sub {
  font-size: 11px;
}
@media screen and (min-width: 641px) {
  .team .record-table td:first-child {
    width: 350px;
  }
}
@media screen and (min-width: 641px) {
  .team .record-table td:last-child {
    width: 610px;
  }
  .team .record-table td:last-child:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 40%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #aaaaae;
  }
}
.team .info-wrap .ttl {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-left: 18px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.team .info-wrap .ttl::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 4px;
  height: 100%;
  background: #000;
}
.team .info-wrap .sub {
  font-size: 14px;
  margin-top: 40px;
}
.team .info-wrap .img-wrap {
  margin-top: 50px;
}
@media screen and (min-width: 641px) {
  .team .info-wrap .img-wrap {
    display: flex;
    justify-content: space-between;
  }
  .team .info-wrap .img-wrap img {
    width: 550px;
  }
}
.team .hidden {
  display: none;
}
.team .hidden .record-table tr:first-child th,
.team .hidden .record-table tr:first-child td {
  border-top: none;
}
.team .btn-wrap .c-btn {
  margin-top: 36px;
}

/*------------------------------------------------------------------------------
  players
------------------------------------------------------------------------------*/
.player-list a {
  display: inline-block;
  position: relative;
  z-index: 1;
  transition-property: transform, box-shadow;
  width: 100%;
  transition: 0.4s;
  /* border アニメーション */
}
@media screen and (min-width: 641px) {
  .player-list a:hover:before {
    width: 100%;
  }
  .player-list a:hover:after {
    width: 0;
  }
  .player-list a:hover .border01::before {
    width: 0;
  }
  .player-list a:hover .border01::after {
    height: 0;
  }
  .player-list a:hover .border02::before {
    width: 0;
  }
  .player-list a:hover .border02::after {
    height: 0;
  }
}
@media screen and (min-width: 641px) {
  .player-list a .border {
    position: relative;
    height: 100%;
  }
  .player-list a .border::before, .player-list a .border::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .player-list a .border::before {
    transition: width 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .player-list a .border::after {
    transition: height 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .player-list a .border01::before {
    border-bottom: 1px solid #000;
    right: 0;
    top: 0;
  }
  .player-list a .border01::after {
    border-right: 1px solid #000;
    left: 0;
    top: 0;
  }
  .player-list a .border02::before {
    border-top: 1px solid #000;
    left: 0;
    top: 0;
  }
  .player-list a .border02::after {
    border-left: 1px solid #000;
    left: 0;
    bottom: 0;
  }
}
.player-list .img {
  position: relative;
}
.player-list .img .txt {
  position: absolute;
  top: 15px;
  left: 15px;
}
.player-list .img .txt .head, .player-list .img .txt .position {
  display: block;
  text-align: center;
}
.player-list .img .txt .head {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 5px;
}
.player-list .img .txt .position {
  font-size: 30px;
  font-weight: 600;
}
.player-list .box {
  background: #fff;
  margin: -30px auto 0;
  position: relative;
  width: calc(100% - 40px);
  z-index: 2;
}
.player-list .box .inn {
  display: flex;
  padding: 30px 25px;
}
.player-list .box .num {
  font-size: 48px;
  padding-right: 12px;
  text-align: center;
  width: 90px;
}
.player-list .box .txt {
  line-height: 1.4;
  width: calc(100% - 70px);
}
.player-list .box .txt .en {
  font-size: 12px;
  font-weight: 300;
}
.player-list .box .txt .name {
  font-weight: bold;
  font-size: 23px;
}
.player-list .box .txt .small {
  font-weight: bold;
  font-size: 13px;
  margin-top: 10px;
}
.player-list .box .cat {
  border: 1px solid #000;
  font-size: 12px;
  font-weight: 500;
  min-width: 78px;
  padding: 6px 4px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}
.player-list .box .cat.sub, .player-list .box .cat.cap, .player-list .box .cat.new {
  color: #fff;
}
.player-list .box .cat.sub {
  background: #1c56ad;
}
.player-list .box .cat.cap {
  background: #eb0a1e;
}
.player-list .box .cat.new {
  background: #000;
}
@media screen and (min-width: 641px) {
  .player-list {
    display: flex;
    flex-wrap: wrap;
  }
  .player-list li {
    width: calc((100% - 28px)/3);
  }
  .player-list li:nth-child(3n-1) {
    margin: 0 14px;
  }
  .player-list li:nth-child(n+4) {
    margin-top: 40px;
  }
}
.player-list.staff .box {
  border: 1px solid #000;
}
.player-list.staff .box .txt {
  width: 100%;
}
.player-list.staff .box .txt .position {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 20px;
}
.player-list.staff .box .cat {
  top: -1px;
  right: -1px;
}

.position-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.position-list li {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 641px) {
  .position-list li {
    width: calc((99.9999% - 50px)/2);
  }
  .position-list li:nth-child(even) {
    margin-left: 50px;
  }
  .position-list li:nth-child(n+3) {
    margin-top: 30px;
  }
}
.position-list .position {
  border: 1px solid #000;
  padding: 10px;
  width: 100px;
  text-align: center;
}
.position-list .position .small, .position-list .position .large {
  display: block;
}
.position-list .position .small {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 5px;
}
.position-list .position .large {
  font-size: 30px;
  font-weight: 600;
}
.position-list .txt {
  padding-left: 20px;
  line-height: 1.4;
  width: calc(100% - 100px);
  font-size: 14px;
}

.player-mv-block {
  border-bottom: 1px solid #000;
  /* margin-bottom: 120px; */
  position: relative;
}
.player-mv-block .arrow {
  display: block;
  z-index: 99;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 100px;
  margin: auto;
}
.player-mv-block .arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.player-mv-block .arrow.next {
  right: -70px;
}
.player-mv-block .arrow.next::after {
  background: url(../img/common/arrow_next.svg) no-repeat center center;
  background-size: 24px 36px;
}
.player-mv-block .arrow.prev {
  left: -70px;
}
.player-mv-block .arrow.prev::after {
  background: url(../img/common/arrow_prev.svg) no-repeat center center;
  background-size: 24px 36px;
}
.player-mv-block .inner-block {
  position: relative;
}
@media screen and (min-width: 641px) {
  .player-mv-block .inner-block {
    border-right: 1px solid #000;
    border-left: 1px solid #000;
  }
}
.player-mv-block .upper-box {
  position: relative;
  padding: 50px 60px;
  border-bottom: 1px solid #000;
}
.player-mv-block .upper-box .name {
  display: flex;
}
.player-mv-block .upper-box .name .num {
  color: #eb0a1e;
  font-size: 120px;
  font-weight: bold;
  margin-right: 35px;
}
.player-mv-block .upper-box .name .ttl .en, .player-mv-block .upper-box .name .ttl .jp {
  display: block;
}
.player-mv-block .upper-box .name .ttl .en {
  font-size: 90px;
  font-weight: 800;
  word-break: break-word;
}
.player-mv-block .upper-box .name .ttl .jp {
  font-size: 20px;
  font-weight: bold;
}
.player-mv-block .upper-box .sign {
  width: 234px;
}
.player-mv-block .upper-box .uniform-img {
	display: none;
}
@media screen and (min-width: 641px) {
  .player-mv-block .upper-box .name .ttl {
    max-width: 720px;
  }
  .player-mv-block .upper-box .sign {
    /*margin: 20px -90px 0 auto;*/
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
}
@media all and (min-width: 641px) and (-ms-high-contrast: none){
  .player-mv-block .upper-box .name .num {
    min-width: 170px;
  }
  .player-mv-block .upper-box .name .ttl {
    max-width: 661px;
  }
}
.player-mv-block .middle-box {
  position: relative;
}
.player-mv-block .middle-box .profile {
  padding: 30px;
	position: relative;
}
.player-mv-block .middle-box .profile .ttl {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 40px;
}
.player-mv-block .middle-box .profile .profile-list li {
  display: flex;
  align-items: center;
}
.player-mv-block .middle-box .profile .profile-list li + li {
  margin-top: 5px;
}
.player-mv-block .middle-box .profile .profile-list .c-ttl03 {
  width: 150px;
  padding-right: 10px;
}
.player-mv-block .middle-box .profile .profile-list .txt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  width: calc(100% - 150px);
}
.player-mv-block .middle-box .profile .profile-list .sns-area .c-ttl03 {
	display: flex;
  align-items: center;
	height: 28px;
  margin-top: 2px;
}
.player-mv-block .middle-box .profile .profile-list .sns-area .txt {
  font-size: 0;
}
.player-mv-block .middle-box .profile .profile-list .sns {
  display: inline-block;
}
@media screen and (min-width: 641px) {
  .player-mv-block .middle-box .profile .profile-list .sns:hover {
    transform: scale(1.1);
  }
}
.player-mv-block .middle-box .profile .profile-list .sns img {
  max-height: 19px;
  max-width: 22px;
  vertical-align: middle;
}
.player-mv-block .middle-box .profile .sign {
	margin-top: 20px;
	width: 240px;
	height: 200px;
}
.player-mv-block .middle-box .profile .sign img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: 50% 50%;
}
@media screen and (min-width: 641px) {
  .player-mv-block .middle-box .profile .profile-list .sns:nth-child(3n-1) {
    margin: 0 7px;
  }
  .player-mv-block .middle-box .profile .profile-list .sns:nth-child(n+4) {
    margin-top: 10px;
  }
}
.player-mv-block .middle-box .table {
  position: relative;
  padding: 30px;
  letter-spacing: 0;
}
.player-mv-block .middle-box .table .profile-table th, .player-mv-block .middle-box .table .profile-table td {
  border-bottom: 1px solid #aaaaae;
  line-height: 1.4;
  padding: 8px 0;
  text-align: left;
  vertical-align: top;
}
.player-mv-block .middle-box .table .profile-table th {
  width: 110px;
}
.player-mv-block .middle-box .table .profile-table rd {
  width: calc(100% - 110px);
}
.player-mv-block .middle-box .table .profile-table tr:last-child td, .player-mv-block .middle-box .table .profile-table tr:last-child th {
  border-bottom: none;
}
.player-mv-block .middle-box .person {
  position: relative;
  width: 180px;
	display: none;
}
.player-mv-block .middle-box .person .upper {
  height: 160px;
  padding: 15px;
  text-align: right;
}
.player-mv-block .middle-box .person .upper .txt {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
}
.player-mv-block .middle-box .person .office-img {
  position: absolute;
  bottom: 0;
  z-index: 2;
}
@media screen and (min-width: 641px) {
  .player-mv-block .middle-box {
    border-bottom: 1px solid #000;
    display: flex;
  }
  .player-mv-block .middle-box .info {
    display: flex;
  }
  .player-mv-block .middle-box .profile {
    border-right: 1px solid #000;
    width: 300px;
  }
  .player-mv-block .middle-box .table {
    /* border-right: 1px solid #000; */
    width: 818px;
  }
  .player-mv-block .middle-box .table .profile-table {
    width: 340px;
  }
  .player-mv-block .middle-box .person .upper {
    border-bottom: 1px solid #000;
  }
}
.player-mv-block .under-box {
  padding: 50px 65px;
}
.player-mv-block .under-box p {
  font-size: 16px;
  line-height: 1.8;
}
.player-mv-block .under-box .ttl {
  font-size: 17px;
  font-weight: 500;
	margin: 50px 0 10px;
}
.player-mv-block .under-box .txt {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 641px) {
  .player-mv-block .under-box .inn {
    /*width: 560px;*/
  }
}
.player-mv-block .uniform-img {
  position: absolute;
	height: 730px;
  margin: 0;
	right: 0;
	bottom: 0;
  z-index: 3;
}
.player-mv-block .uniform-img img {
	width: auto;
	height: 730px;
}
.player-mv-block .inner-block > .uniform-img {
  top: 60px;
  right: 130px;
  max-width: 458px;
}
.player-mv-block .middle-box .table .uniform-img {
  bottom: 0;
  /*left: calc(290px + 30px);*/
  right: 0;
}
.player-mv-block .middle-box .table .uniform-img img {
  max-width: none;
}
@media screen and (min-width: 641px) {
  .player-mv-block .middle-box .person .uniform-img {
    display: none;
  }
}

.record-list li {
  border-top: 1px solid #aaaaae;
  padding: 25px 0;
}
.record-list li:last-child {
  border-bottom: 1px solid #aaaaae;
}
.record-list .c-ttl03 {
  font-size: 14px;
}
.record-list .txt, .record-list .record {
  font-size: 16px;
}
.record-list .txt {
  line-height: 1.4;
}
.record-list .record {
  position: relative;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (min-width: 641px) {
  .record-list li {
    display: flex;
    align-items: center;
  }
  .record-list .c-ttl03 {
    width: 200px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .record-list .col3 .txt {
    width: 500px;
  }
  .record-list .record {
    width: 420px;
    margin-left: auto;
    padding-left: 100px;
  }
  .record-list .record::before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50px;
    width: 1px;
    height: calc(100% - 0.4em);
    margin: auto;
    background: #aaaaae;
    content: "";
  }
}

.record-block .social-list {
  position: relative;
}

/*------------------------------------------------------------------------------
  cherr
------------------------------------------------------------------------------*/
.cheer .page-ttl-block .summary {
  margin: 30px 0 55px;
  line-height: 1.4;
  text-align: center;
}
.cheer .summary-block {
  margin: 80px 0 80px;
}
.cheer .summary-block .btn-list {
  display: flex;
}
.cheer .summary-block .btn-list li {
  border: 1px solid #000;
  width: calc((100% - 30px)/2);
}
.cheer .summary-block .btn-list li a {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  padding: 40px 60px 40px 30px;
  position: relative;
}
.cheer .summary-block .btn-list li a::after {
  background: url(../img/common/arrow_right_black.svg) no-repeat center center;
  background-size: 8px 14px;
  content: "";
  display: inline-block;
  height: 14px;
  position: absolute;
  width: 8px;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 641px) {
  .cheer .summary-block .btn-list li a:hover::after {
    right: 25px;
  }
}
.cheer .summary-block .btn-list li + li {
  margin-left: 30px;
}
.cheer .summary-block .news {
  border: 5px solid #000;
  margin: 60px auto 0;
  max-width: 800px;
  padding: 40px 50px;
}
.cheer .summary-block .news .ttl {
  border-bottom: 1px solid;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
  padding-bottom: 25px;
  text-align: center;
}
.cheer .summary-block .news .txt {
  font-size: 16px;
  line-height: 2;
}
.cheer .js-img-bg {
  background: no-repeat center center/cover;
}
.cheer .link {
  color: #eb0a1e;
  position: relative;
  text-decoration: underline;
}
@media screen and (min-width: 641px) {
  .cheer .link:hover {
    text-decoration: none;
  }
}
.cheer .link.ico-external::after {
  background: url(../img/common/hp-link-red.svg) no-repeat center center;
  background-size: 11px 11px;
  content: "";
  display: inline-block;
  height: 11px;
  position: relative;
  width: 11px;
  right: -3px;
  margin: auto;
  margin-right: 5px;
}
.cheer .content-ttl {
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  letter-spacing: 0;
  padding: 20px 10px;
  text-align: center;
}
.cheer .content-ttl .en {
  font-weight: 800;
}
.cheer .content-ttl .small {
  font-size: 22px;
  margin-bottom: 10px;
}
.cheer .content-ttl .large {
  font-size: 40px;
}
.cheer .content-ttl .min {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (min-width: 641px) {
  .cheer .content-ttl {
    width: 215px;
  }
}
.cheer .cheer-block {
  border-color: #000;
  border-top: 1px solid;
  border-bottom: 1px solid;
  font-feature-settings: "palt";
}
.cheer .cheer-block + .cheer-block {
  margin-top: 80px;
}
.cheer .cheer-block .inner-block {
  border-right: 1px solid;
  border-left: 1px solid;
}
.cheer .cheer-block .border-link-list {
  margin-top: 20px;
}
.cheer .cheer-block .border-link-list li + li {
  margin-top: 20px;
}
.cheer .cheer-block .border-link-list .link-inn {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 16px 0 22px;
  position: relative;
}
.cheer .cheer-block .border-link-list .link-inn::before, .cheer .cheer-block .border-link-list .link-inn::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
}
.cheer .cheer-block .border-link-list .link-inn::before {
  background: #000;
  height: 110%;
  width: 4px;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
}
.cheer .cheer-block .border-link-list .link-inn::after {
  background: url(../img/common/arrow_right_black.svg) no-repeat center center;
  background-size: 6px 11px;
  content: "";
  display: block;
  width: 6px;
  height: 11px;
  bottom: 0;
  top: 0;
  right: 0;
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.cheer .cheer-block .border-link-list .link-inn + .sns {
  margin-left: 8px;
}
@media screen and (min-width: 641px) {
  .cheer .cheer-block .border-link-list a.link-inn:hover::after {
    right: -3px;
  }
}
.cheer .cheer-block .border-link-list .sns {
  display: inline-block;
  font-size: 0;
  padding-bottom: 4px;
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  vertical-align: middle;
}
.cheer .cheer-block .border-link-list .sns + .sns {
  margin-left: 5px;
}
@media screen and (min-width: 641px) {
  .cheer .cheer-block .border-link-list .sns:hover {
    transform: scale(1.1);
  }
}
.cheer .cheer-block .box .ttl {
  border-bottom: 1px solid;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  padding: 24px 50px;
}
.cheer .cheer-block .box .txt-area {
  line-height: 2;
  padding: 24px 50px;
}
.cheer .cheer-block .box .txt-area .txt {
  font-size: 16px;
}
.cheer .cheer-block .box .txt-area .note {
  margin-top: 10px;
}
.cheer .cheer-block .box .img {
  display: block;
  font-size: 0;
}
.cheer .cheer-block .box .inn {
  width: 100%;
}
.cheer .cheer-block .upper-area + .under-area {
  border-top: 1px solid;
}
.cheer .cheer-block .border-box {
  border: 1px solid;
  font-size: 12px;
  margin-top: 20px;
  padding: 14px 20px;
}
.cheer .cheer-block .cat {
  display: block;
  margin-bottom: 10px;
  font-size: 0;
}
.cheer .cheer-block .cat .txt {
  background: #000;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 4px 14px;
  vertical-align: top;
}
.cheer .watch .upper-area,
.cheer .watch .under-area {
  display: flex;
}
.cheer .watch .upper-area .box,
.cheer .watch .under-area .box {
  display: flex;
}
@media screen and (min-width: 641px) {
  .cheer .watch .upper-area .box {
    width: calc(100% - 430px);
  }
  .cheer .watch .under-area .box01 {
    width: calc(100% - 430px);
  }
  .cheer .watch .under-area .box02 {
    width: 430px;
  }
}
.cheer .watch .upper-area .img {
  border-left: 1px solid;
  width: 215px;
  min-height: 330px;
}
.cheer .watch .under-area .box01 .inn {
  width: calc(100% - 264px);
}
.cheer .watch .under-area .box01 .img {
  width: 264px;
  border-left: 1px solid;
  border-right: 1px solid;
  min-height: 385px;
}
.cheer .venue .bold {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}
.cheer .venue .bold .red {
  color: #eb0a1e;
}
@media screen and (min-width: 641px) {
  .cheer .venue .upper-area {
    display: flex;
  }
  .cheer .venue .upper-area .box01 {
    display: flex;
    width: calc(100% - 215px);
  }
  .cheer .venue .upper-area .box01 .inn {
    width: calc(100% - 425px);
  }
  .cheer .venue .upper-area .box01 .img {
    border-left: 1px solid;
    width: 425px;
    min-height: 320px;
  }
  .cheer .venue .box03 {
    display: flex;
  }
  .cheer .venue .box03 .inn {
    width: calc(100% - 425px);
  }
  .cheer .venue .box03 .img {
    border-left: 1px solid;
    width: 425px;
    min-height: 260px;
  }
  .cheer .venue .box04 {
    display: flex;
    flex-flow: row-reverse;
  }
  .cheer .venue .box04 .inn {
    width: calc(100% - 425px);
  }
  .cheer .venue .box04 .img {
    border-right: 1px solid #000;
    width: 425px;
    min-height: 400px;
  }
  .cheer .venue .box05 {
    display: flex;
  }
  .cheer .venue .box05 .inn {
    width: calc(100% - 560px);
  }
  .cheer .venue .box05 .img {
    border-left: 1px solid;
    width: 560px;
    min-height: 330px;
  }
}
.cheer .venue .upper-area .box01 {
  border-bottom: 1px solid;
}
.cheer .venue .box + .box {
  border-top: 1px solid;
}
@media screen and (min-width: 641px) {
  .cheer .game .box .txt-area {
    padding-bottom: 40px;
  }
  .cheer .game .box .border-link-list {
    margin-bottom: 8px;
  }
  .cheer .game .upper-area {
    display: flex;
  }
  .cheer .game .upper-area .box01 {
    display: flex;
    flex-flow: row-reverse;
    width: calc(100% - 215px);
  }
  .cheer .game .upper-area .box01 .inn {
    width: calc(100% - 345px);
  }
  .cheer .game .upper-area .box01 .img {
    border-right: 1px solid;
    border-left: 1px solid;
    width: 345px;
  }
  .cheer .game .box02 {
    display: flex;
  }
  .cheer .game .box02 .inn {
    width: calc(100% - 559px);
  }
  .cheer .game .box02 .img {
    border-left: 1px solid;
    width: 559px;
    min-height: 345px;
  }
}
.cheer .game .upper-area {
  border-bottom: 1px solid;
}
.cheer .game .box02 {
  border-bottom: 1px solid;
}
@media screen and (min-width: 641px) {
  .cheer .game .flex-wrap {
    display: flex;
  }
  .cheer .game .left-area {
    width: 428px;
  }
  .cheer .game .right-area {
    border-left: 1px solid;
    width: calc(100% - 428px);
  }
  .cheer .game .left-area .img, .cheer .game .right-area .img {
    border-top: 1px solid;
    width: 100%;
  }
  .cheer .game .box03 .img {
    min-height: 265px;
  }
  .cheer .game .box04 {
    border-top: 1px solid;
  }
  .cheer .game .box04 .img {
    min-height: 270px;
  }
  .cheer .game .box05 {
    display: flex;
    flex-direction: column;
  }
  .cheer .game .box05 .inn {
    width: 100%;
    order: 2;
  }
  .cheer .game .box05 .img {
    border-bottom: 1px solid;
    width: 100%;
    min-height: 430px;
    order: 1;
  }
}
.cheer .game .box06 {
  display: flex;
  flex-flow: row-reverse;
  border-top: 1px solid;
}
.cheer .game .box06 .inn {
  width: calc(100% - 265px);
}
.cheer .game .box06 .img {
  border-top: none;
  border-right: 1px solid;
  width: 265px;
}
.cheer .manners-block .c-ttl02 {
  margin-top: 120px;
}
.cheer .manners-block .c-ttl03 {
  font-size: 20px;
}
.cheer .manners-block .circle-list li {
  line-height: 2;
  position: relative;
}
.cheer .manners-block .circle-list li:not(.note) {
  padding-left: 1.2em;
}
.cheer .manners-block .circle-list li:not(.note)::before {
  background: #000;
  border-radius: 50%;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  width: 4px;
  top: 12px;
  left: 0.4em;
  margin: auto;
}
.cheer .manners-block .circle-list + .c-ttl03 {
  margin-top: 35px;
}
.cheer .manners-block .note-box {
  border: 1px solid;
  line-height: 1.6;
  margin-top: 80px;
  text-align: center;
  padding: 35px 40px;
}

/*------------------------------------------------------------------------------
  lecture
------------------------------------------------------------------------------*/
.ico-movie {
  display: inline-block;
  position: relative;
}
.ico-movie::before {
  background: url(../img/common/ico_movie.svg) no-repeat center center;
  background-size: 60px 60px;
  content: "";
  display: block;
  height: 60px;
  position: absolute;
  width: 60px;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 641px) {
  .ico-movie:hover::before {
    transform: scale(1.1);
  }
}

.bg-movie {
  display: inline-block;
  position: relative;
}
.bg-movie::after {
  background: rgba(0, 0, 0, 0.3) url(../img/common/bg_movie.png) repeat center center;
  background-size: 2px 2px;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}

.lecture .c-ttl02 {
  margin-bottom: 40px;
}
.lecture .summary {
  margin-bottom: 55px;
  line-height: 1.4;
  text-align: center;
}
.lecture .summary .box + .box {
  margin-right: 80px;
}
@media screen and (min-width: 641px) {
  .lecture .movie-area .box-wrap {
    display: flex;
  }
  .lecture .movie-area .box-wrap .box {
    width: calc((99.9999% - 80px)/2);
  }
  .lecture .movie-area .box-wrap .box + .box {
    margin-left: 80px;
  }
}
.lecture .movie-area .point-box {
  border: 1px solid #000;
  margin: 60px auto 0;
}
.lecture .movie-area .point-box .inn {
  padding: 55px 40px;
}
.lecture .movie-area .point-box .inn.point .ttl {
  text-align: center;
  font-size: 28px;
  font-weight: 800;
}
.lecture .movie-area .point-box .inn.img-area {
  padding-right: 150px;
  position: relative;
}
.lecture .movie-area .point-box .inn.img-area .txt {
  font-size: 16px;
  line-height: 1.4;
}
.lecture .movie-area .point-box .inn.img-area .img {
  position: absolute;
  right: 35px;
  bottom: 0;
}
.lecture .movie-area .point-box .inn.img-area .img .name {
  border: 1px solid #000;
  background: #fff;
  font-size: 12px;
  padding: 6px 8px;
  position: absolute;
  bottom: 10px;
  right: -36px;
}
@media screen and (min-width: 641px) {
  .lecture .movie-area .point-box {
    display: flex;
    justify-content: center;
    max-width: 960px;
  }
  .lecture .movie-area .point-box .inn.point {
    border-right: 1px solid #000;
    width: 200px;
  }
  .lecture .movie-area .point-box .inn.img-area {
    width: calc(100% - 200px);
  }
}
.lecture .member-area .mv {
  margin-bottom: 80px;
}
.lecture .member-area .cheer-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 641px) {
.lecture .member-area .cheer-list .txt-area {
height: 285px;
}}
@media screen and (min-width: 641px) {
  .lecture .member-area .cheer-list > li {
    width: calc((99.9999% - 64px)/3);
  }
  .lecture .member-area .cheer-list > li:nth-child(3n-1) {
    margin: 0 32px;
  }
  .lecture .member-area .cheer-list > li:nth-child(n+4) {
    margin-top: 40px;
  }
}
.lecture .member-area .cheer-list .img {
  text-align: center;
}
.lecture .member-area .cheer-list .txt-area {
  border: 1px solid #000;
  position: relative;
  z-index: 2;
}
.lecture .member-area .cheer-list .txt-area .name,
.lecture .member-area .cheer-list .txt-area .profile {
  padding: 22px 30px;
}
.lecture .member-area .cheer-list .txt-area .name {
  border-bottom: 1px solid #000;
  font-size: 30px;
  font-weight: 800;
}
.lecture .member-area .cheer-list .txt-area .profile .ttl, .lecture .member-area .cheer-list .txt-area .profile .txt {
  line-height: 1.4;
}
.lecture .member-area .cheer-list .txt-area .profile .ttl {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 5px;
}
.lecture .member-area .cheer-list .txt-area .profile .txt {
  font-size: 17px;
}
.lecture .member-area .cheer-list .txt-area .profile li + li {
  margin-top: 25px;
}
.lecture .goods-area .goods-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 641px) {
  .lecture .goods-area .goods-list li {
    width: calc((99.9999% - 160px)/3);
  }
  .lecture .goods-area .goods-list li:nth-child(3n-1) {
    margin: 0 80px;
  }
  .lecture .goods-area .goods-list li:nth-child(n+4) {
    margin-top: 30px;
  }
}
.lecture .goods-area .goods-list .c-ttl03 {
  font-size: 20px;
  margin-top: 15px;
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.lecture .goods-area .goods-list .c-ttl03::before {
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.lecture .goods-area .goods-list .img {
  text-align: center;
}
.lecture .goods-area .goods-list .txt {
  line-height: 1.8;
}
.lecture .goods-area .btn-wrap .c-btn {
  margin-top: 40px;
}

.text-link-area.btn-wrap {
  margin-top: 80px;
}
.text-link-area .ico {
  display: inline-block;
  font-size: 17px;
  position: relative;
  padding-right: 25px;
}
.text-link-area .ico::before {
  background: url(../img/common/arrow_right_black.svg) no-repeat center center;
  background-size: 6px 11px;
  content: "";
  display: block;
  height: 11px;
  position: absolute;
  width: 6px;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.text-link-area .ico.back {
  padding-left: 25px;
  padding-right: 0;
}
.text-link-area .ico.back::before {
  right: inherit;
  left: 0;
  transform: rotate(180deg);
}
.text-link-area .ico + .ico {
  margin-left: 60px;
}
@media screen and (min-width: 641px) {
  .text-link-area .ico:hover::before {
    right: -5px;
  }
  .text-link-area .ico:hover.back:hover::before {
    right: inherit;
    left: -5px;
  }
}

/*------------------------------------------------------------------------------
  schedule
------------------------------------------------------------------------------*/
.toplayer-wrap {
	display: none;
  position: absolute;
  bottom: -45px;
  right: 0;
  width: calc(100% - 100px);
  margin: 0 auto;
  text-align: right;
}
.toplayer-wrap a {
  position: relative;
  padding: 7px 25px 7px 13px;
  background-color: #fff;
  line-height: 1;
  font-weight: bold;
  color: #c60e0e;
  border: 1px solid #c60e0e;
}
.toplayer-wrap a:after {
  content: '\025b6';
  font-size: 0.5em;
  position: absolute;
  top: calc(46% - 0.5em);
  right: 3%;
}
.schedule .select-box {
  background: #000;
  display: none;
  position: relative;
  margin-bottom: 40px;
  border: 1px solid #000;
}
.schedule .select-box.stop .txt-area {
  position: relative;
}
.schedule .select-box.stop .txt-area::before {
  background: rgba(255, 255, 255, 0.9);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100%);
  height: 100%;
  z-index: 1;
}
.schedule .select-box.stop .txt-area::after {
  background: #212327;
  color: #fff;
  content: "中止";
  font-weight: bold;
  padding: 18px 0;
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 192px;
  height: 54px;
  z-index: 2;
}
.schedule .select-box.stop .c-btn {
  background: #dde0e4;
  pointer-events: none;
}
.schedule .select-box.played .ttl-area .place {
  display: block;
}
.schedule .select-box.played .ttl-area .result {
  background: #fff;
  display: block;
}
.schedule .select-box.played .ttl-area .competitor {
  border-top: 1px solid #000;
  background: #fff;
  color: #000;
}
.schedule .select-box.played .txt-area .result::before {
  content: "";
  position: absolute;
  top: 25px;
  right: 0;
  left: 0;
  margin: auto;
  width: 26px;
  height: 5px;
  background: #000;
}
.schedule .select-box.is-active {
  display: flex;
}
.schedule .select-box:last-child {
  margin-bottom: 0;
}
.schedule .select-box .ttl-area {
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-right: 1px solid #000;
}
.schedule .select-box .ttl-area .info {
  color: #fff;
  font-weight: bold;
  background: #000;
  padding: 20px 25px;
}
.schedule .select-box .ttl-area .info .ttl {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 14px;
  margin-bottom: 14px;
  position: relative;
  line-height: 1.3;
}
.schedule .select-box .ttl-area .info .ttl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background-color: #fff;
}
.schedule .select-box .ttl-area .info .date {
  font-weight: 600;
}
.schedule .select-box .ttl-area .info .day {
  font-size: 22px;
  margin-right: 6px;
}
.schedule .select-box .ttl-area .info .time {
  font-size: 14px;
}
.schedule .select-box .ttl-area .info .time .week {
  text-transform: uppercase;
}
.schedule .select-box .ttl-area .place {
  background-color: #444;
  font-size: 16px;
  font-weight: 600;
  padding: 8px;
  text-align: center;
  color: #fff;
  display: none;
}
.schedule .select-box .ttl-area .result {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.03em;
  padding: 20px 0;
  position: relative;
  display: none;
}
.schedule .select-box .ttl-area .result.win {
  color: #eb081e;
}
.schedule .select-box .ttl-area .result.lose {
  color: #999;
}
.schedule .select-box .ttl-area .competitor {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background: #000;
  color: #fff;
  border-top: 1px solid #fff;
}
.schedule .select-box .ttl-area .competitor .vs {
  font-size: 22px;
  font-weight: 600;
  margin-right: 10px;
  white-space: nowrap;
}
.schedule .select-box .ttl-area .competitor .name {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
}
.schedule .select-box .txt-area {
  background: #fff;
  padding: 40px 70px 45px;
  width: calc(100% - 300px);
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 641px) {
  .schedule .select-box .txt-area .teams {
    width: 150px;
    text-align: center;
  }
  .schedule .select-box .txt-area .teams.home {
    order: 1;
  }
  .schedule .select-box .txt-area .teams.away {
    order: 3;
  }
}
.schedule .select-box .txt-area .teams .img {
  width: 150px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.schedule .select-box .txt-area .teams .txt {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-top: 6px;
}
@media screen and (min-width: 641px) {
  .schedule .select-box .txt-area .scores {
    width: 320px;
    order: 2;
  }
}
.schedule .select-box .txt-area .scores .result {
  display: flex;
  justify-content: space-between;
  padding: 0 10px 15px;
  position: relative;
}
@media screen and (min-width: 641px) {
  .schedule .select-box .txt-area .scores .result {
    border-bottom: 1px solid #000;
  }
}
.schedule .select-box .txt-area .scores .result .num {
  font-size: 56px;
  font-weight: 600;
}
.schedule .select-box .txt-area .scores .result .vs {
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  font-size: 46px;
  font-weight: 600;
  text-align: center;
}
.schedule .select-box .social-btn-wrap {
  text-align: center;
}
@media screen and (min-width: 641px) {
  .schedule .select-box .social-btn-wrap {
    padding-top: 25px;
  }
}
.schedule .select-box .social-btn-wrap .c-btn {
  min-width: 192px;
  margin: 0 auto 10px;
  display: flex;
  width: 192px;
  height: 46px;
  color: #fff;
}
.schedule .select-box .social-btn-wrap .c-btn::after {
  background: url(../img/common/arrow_right_white.svg) no-repeat center/contain;
}
.schedule .select-box .social-btn-wrap .place {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
  position: relative;
}
.schedule .select-box .social-btn-wrap a.place {
  padding-right: 14px;
}
.schedule .select-box .social-btn-wrap a.place::before {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  width: 11px;
  height: 11px;
  background: url("../img/common/hp-link.svg") no-repeat center/contain;
}

/*------------------------------------------------------------------------------
  news
------------------------------------------------------------------------------*/
.news .box-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  text-align: center;
  margin-top: 0;
}
.news .box-area::after {
  display: block;
  width: 345px;
  height: 0;
  content: "";
}
.news .box-area .select-box {
  background: #fff;
  display: none;
  position: relative;
  margin-top: 40px;
  margin-bottom: 0;
  width: 345px;
}
.news .box-area .select-box.is-active {
  display: flex;
}
.news .box-area .select-box::after {
  background: #000 url("../img/common/arrow_rt.svg") no-repeat center center;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 40px;
  width: 40px;
  z-index: 1;
}
.news .box-area .select-box .img-area {
  width: 100%;
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
}
.news .box-area .select-box .img-area img {
  width: 100%;
}
.news .box-area .select-box .img-area .cat {
  position: absolute;
  right: 0;
  top: -18px;
  border: 1px solid #000;
  background: #fff;
  font-size: 12px;
  padding: 6px 16px;
  font-weight: 300;
}
.news .box-area .select-box .txt-area {
  text-align: left;
  padding: 20px 0 0;
  width: auto;
  position: relative;
}
.news .box-area .select-box .txt-area .ttl {
  display: block;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.075em;
  margin-bottom: 0;
  line-height: 1.2;
  text-align: justify;
  font-feature-settings: "palt";
}
.news .box-area .select-box .txt-area .day {
  color: #000;
  display: block;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin-top: 14px;
}
.news .box-area .select-box a {
  position: relative;
  z-index: 1;
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition-property: transform, box-shadow;
  width: 100%;
  transition: 0.4s;
}
.news .box-area .select-box a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: #fcfcfc;
  transition: width 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 0;
}
@media screen and (min-width: 641px) {
  .news .box-area .select-box a:hover:before {
    width: 100%;
  }
  .news .box-area .select-box a:hover:after {
    width: 0;
  }
  .news .box-area .select-box a:hover .border01::before {
    width: 0;
  }
  .news .box-area .select-box a:hover .border01::after {
    height: 0;
  }
  .news .box-area .select-box a:hover .border02::before {
    width: 0;
  }
  .news .box-area .select-box a:hover .border02::after {
    height: 0;
  }
  .news .box-area .select-box a .border {
    position: relative;
    height: 100%;
  }
  .news .box-area .select-box a .border::before, .news .box-area .select-box a .border::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .news .box-area .select-box a .border::before {
    transition: width 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .news .box-area .select-box a .border::after {
    transition: height 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .news .box-area .select-box a .border01::before {
    border-bottom: 1px solid #000;
    right: 0;
    top: 0;
  }
  .news .box-area .select-box a .border01::after {
    border-right: 1px solid #000;
    left: 0;
    top: 0;
  }
  .news .box-area .select-box a .border02 {
    padding: 40px 40px 34px;
  }
  .news .box-area .select-box a .border02::before {
    border-top: 1px solid #000;
    left: 0;
    top: 0;
  }
  .news .box-area .select-box a .border02::after {
    border-left: 1px solid #000;
    left: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 641px) {
  .news .c-border.news {
    margin-bottom: 40px;
  }
}

.news-detail .news-area {
  background: #fff;
  padding: 76px 80px 80px;
  margin-top: 60px;
  border: 1px solid #000;
}
.news-detail .news-ttl {
  border-bottom: 1px solid #aaaaae;
  padding: 0 0 30px;
  margin-bottom: inherit;
}
.news-detail .news-ttl .ttl {
  display: block;
  font-size: 26px;
  font-feature-settings: "palt";
  line-height: 1.4;
  letter-spacing: 0.075em;
  font-weight: 700;
}
.news-detail .news-ttl .day {
  color: #000;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-top: 9px;
  line-height: 1.4;
}
.news-detail .txt-area {
  padding-top: 38px;
}
.news-detail .txt-area p {
  font-feature-settings: "palt";
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 1.8;
}
.news-detail .txt-area p:last-child {
  margin-bottom: 0;
}
.news-detail .txt-area p .small {
  font-size: 13px;
}
.news-detail .txt-area a {
  color: #eb0a1e;
  display: inline-block;
  position: relative;
}
.news-detail .txt-area a::before {
  content: "";
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 100%;
  height: 1px;
  background: #eb0a1e;
  transition: width 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (min-width: 641px) {
  .news-detail .txt-area a:hover {
    text-decoration: none;
  }
  .news-detail .txt-area a:hover:before {
    width: 0;
  }
}
.news-detail .txt-area * + * {
  padding-top: 0.7em;
}
.news-detail .txt-area img {
  display: block;
  margin-top: 30px;
}

/*------------------------------------------------------------------------------
  rule
------------------------------------------------------------------------------*/
.rule .summary {
  font-size: 16px;
  line-height: 2;
  margin: 70px 0 0;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .rule .c-ttl02 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 641px) {
  .rule .balloon-area {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.rule .balloon-area .img {
  margin-bottom: -10px;
  padding-left: 65px;
}
.rule .balloon-area .balloon {
  border: 1px solid #000;
  font-size: 16px;
  display: inline-block;
  position: relative;
  width: 570px;
  margin-top: 30px;
}
.rule .balloon-area .balloon::before, .rule .balloon-area .balloon::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
}
.rule .balloon-area .balloon::before {
  right: -37px;
  border: 14px solid transparent;
  border-left: 24px solid #FFF;
  z-index: 2;
  margin: auto;
}
.rule .balloon-area .balloon::after {
  right: -38px;
  border: 14px solid transparent;
  border-left: 24px solid #000;
  z-index: 1;
  margin: auto;
}
.rule .balloon-area .balloon .inn {
  padding: 30px 50px;
  line-height: 2;
}
.rule .movie-area {
  margin: 0 auto 80px;
  width: 960px;
  height: 540px;
}
.rule .rule-area .txt-area .txt {
  font-size: 16px;
  line-height: 2;
}
@media screen and (min-width: 641px) {
  .rule .rule-area {
    display: flex;
  }
  .rule .rule-area .txt-area {
    padding-right: 80px;
    width: 600px;
  }
  .rule .rule-area .img-area {
    width: 520px;
  }
}
.rule .c-btn {
  max-width: 520px;
  width: 100%;
}

.gallery-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.gallery-list li {
  width: calc((99.9999% - 28px)/3);
}

.gallery-list li img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 641px) {
  .gallery-list li:nth-child(3n-1) {
    margin: 0 14px;
  }
  .gallery-list li:nth-child(n+4) {
    margin-top: 14px;
  }
}

/*------------------------------------------------------------------------------
  download
------------------------------------------------------------------------------*/
.download {
    padding-bottom: 0;
}
.download .outer-block:not(.page-ttl-block) {
    margin-top: 200px;
}
.download .inner-block {
    width: auto;
    max-width: none;
    margin: auto;
    padding-right: 0;
    padding-left: 0;
}
.download-details {
    z-index: 1;
    position: relative;
}
.download-details-cont {
    margin: 0 auto;
}
.download-detail-area .download-item > p {
    text-align: center;
    padding: 42px 0;
}

@media screen and (min-width: 640px) and (max-width: 1000px) {
}


.download-details *,
.download-details *:before,
.download-details *:after {
    box-sizing: content-box;
}
.download-details {
    overflow: hidden;
}
.download-detail-area img {
    width: 100%;
    vertical-align: bottom;
}
.download-detail-area .main-contents {
    display: block;
    margin: 0 auto;
}
.download-detail-area {
    font-family: YuGothic, '游ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック ProN', Meiryo, 'メイリオ', sans-serif;
    text-align: center;
}
.download-box .download-items > div {
    width: 100%;
}
ul.download-switching-tab {
    display: flex;
    margin: 0;
    padding: 0;
}
ul.download-switching-tab li {
    list-style: none;
}
ul.download-switching-tab li.member,
ul.download-switching-tab li.wallpaper,
ul.download-switching-tab li.sns {
    display: list-item !important;
    border: 1px solid #000;
    border-bottom: none;
}
ul.download-switching-tab li span {
    display: block;
    text-align: center;
    cursor: pointer;
    line-height: 1em;
    font-weight: bold;
}
ul.download-switching-tab li.active {
    color: #fff;
    background-color: #000;
}
.download-items {
    align-items: center;
    justify-content: center;
    background: url(/teams/antelopes/assets2020/img/common/main_bg.png) no-repeat center center;
    background-color: #f5f5f5;
}
.download-items.member,
.download-items.wallpaper,
.download-items.sns {
    display: none !important;
    border-top: 1px solid #000;
}
.download-items.show {
    display: flex !important;
}
.download-box .antelopes-download-image {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.download-box .antelopes-download-image li dl {
    margin: 0;
}
.download-box .antelopes-download-image li dl dt {
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.download-box .antelopes-download-image li dl dt img {
    max-height: 100%;
    width: auto;
}
.download-box .antelopes-download-image li dl dd.downloads {
    margin: 0;
}
.download-box .antelopes-download-image li dl dd.downloads ul li {
    width: 100%;
    margin: 20px 0;
    list-style: none;
}
.download-box .antelopes-download-image li dl dd.downloads ul li a {
    display: inline-block;
    width: 100%;
    max-width: 140px;
    color: #222;
    background: #fff;
    font-weight: bold;
    text-decoration: none;
    transition-duration: 300ms;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #000
}
.download-detail-area small span {
    display: inline-block;
}
.download-box .antelopes-download-image > li {
    width: 48%;
}
.download-box .antelopes-download-image > li.comingsoon {
    font-size: 22px;
}
.download-box .download-items.wallpaper .antelopes-download-image.each-player > li {
    width: 48%;
}
.download-box .antelopes-download-image > li:only-child {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.download-box .antelopes-download-image > li p:first-of-type {
    font-weight: bold;
}
.download-box .antelopes-download-image > li p {
    font-size: 22px;
    font-weight: bold;
}
.download-box .antelopes-download-image > li p small {
    font-weight: normal;
}
.download-box .antelopes-download-image > li p span {
    text-decoration: underline;
}

@media screen and (min-width:640px) {
    .download .sp {
        display: none;
    }
    ul.download-switching-tab {
        justify-content: center;
    }
    ul.download-switching-tab li {
        margin: 0 11px;
    }
    ul.download-switching-tab li span {
        width: 275px;
        padding: 20px 0;
        font-size: 22px;
    }
    .download-items {
        min-height: 815px;
        background-size: 50%;
    }
    .download-box .unit + .unit {
        margin: 40px 0 0;
    }
    .download-box .download-items.wallpaper {
        padding: 75px 0;
    }
    .download-box .download-items.member .antelopes-download-image > li {
        width: 45%;
    }
    .download-box .download-items.wallpaper .antelopes-download-image.each-player {
        justify-content: normal;
    }
    .download-box .download-items.wallpaper .antelopes-download-image > li {
        width: 50%;
    }
    .download-box .download-items.wallpaper .antelopes-download-image.each-player > li {
        width: calc(100% / 5);
    }
    .download-box .download-items.wallpaper .antelopes-download-image > li dl dt {
        height: 360px;
    }
    .download-box .download-items.sns .antelopes-download-image > li dl dt {
        width: 350px;
    }
    .download-box .antelopes-download-image > li dl dd.downloads ul {
        margin: 60px 0 0;
        padding: 0;
    }
    .download-box .download-items .flexbox {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .download-box .download-items .flexbox .unit {
        width: 48%;
    }
    .download-box .download-items .flexbox .unit:only-child {
        width: 1100px;
        margin-left: auto;
        margin-right: auto;
    }
}


/* footer 更新 20240917 */
.footer_hr {
	margin: 20px auto;
	border: none;
	background-color: #111;
	width: calc(100% - 50px);
	height: 1px;
	max-width: 1400px;
}
.foot_logo_FIT-EASY {
	width: 267px;
	height: auto;
}
.foot_logo_jbl {
	width: 80px;
	height: auto;
}

@media screen and (max-width:640px) {
	.footer-company a > img.foot_logo_FIT-EASY {
		max-width: none;
		width: auto;
		height: auto;
		max-height: 45px;
	}
	.footer-company a > img.foot_logo_jbl {
		max-width: none;
		width: auto;
		height: auto;
		max-height: 40px;
	}
}


/*----------------------------------
  2502 リニューアル top 
-----------------------------------*/
.news-cont {
	height: auto;
}
.news-item .thumbnail {
	height: 260px;
}
.news-item .box {
	height: calc(100% - 260px);
}
.nextgame-block {
	min-width: 1366px;
	border-top: 1px solid #000;
	padding: 80px 0 0;
}
.nextgame-block .inner-block {
	max-width: 1400px;
	min-width: 1246px;
	width: 90%;
}
.nextgame-ttl-area {
	border: 1px solid #000;
	border-width: 1px 0;
	padding: 36px 0;
}
.nextgame-ttl-area .inner-block {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nextgame-block .cat {
	font-size: 14px;
	color: #999;
	font-weight: 600;
	position: relative;
}
.nextgame-block .cat::after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 11px;
	background: url(../img/common/arrow_right_gray.svg) no-repeat center / contain;
	margin-left: 10px;
}
.nextgame-container {
	border-bottom: 1px solid #000;
}
.nextgame-container .inner-block {
	display: flex;
	justify-content: space-between;
}
.nextgame-cont {
	width: calc(100% / 3);
	padding: 64px 36px;
	border-right: 1px solid #000;
}
.nextgame-cont:first-child {
	border-left: 1px solid #000;
}
.nextgame-date .date {
	font-size: 20px;
	font-weight: bold;
}
.nextgame-date small {
	font-size: 14px;
	font-weight: bold;
	margin-left: 8px;
}
.nextgame-date .time {
	font-size: 14px;
	font-weight: bold;
	margin-left: 8px;
}
.nextgame-vs {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.4;
	margin-top: 30px;
	position: relative;
	padding-left: 30px;
}
.nextgame-vs::before {
	position: absolute;
	top: 8px;
	left: 0;
	content: "VS";
	font-size: 20px;
	font-weight: bold;
	margin-right: 8px;
}
.nextgame-map {
	margin-top: 30px;
}
.nextgame-map a {
	display: inline-block;
	position: relative;
	padding: 0 18px 0 0;
}
.nextgame-map a::before {
	content: "";
	position: absolute;
	right: 0;
	top: 2px;
	width: 11px;
	height: 11px;
	background: url(../img/common/hp-link.svg) no-repeat center / contain;
}
.social-wrap-new {
	min-width: 1366px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.social-wrap-new .inner-block {
	max-width: 1400px;
	min-width: 1246px;
	width: 90%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.social-cont {
	width: 50%;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
.social-cont:nth-child(odd) {
	border-left: 1px solid #000!important;
}
.social-cont:nth-last-child(-n+2) {
	border-bottom: none;
}
.social-block .social-ttl-wrap {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #000;
	height: 80px;
	padding: 0 36px;
}
.social-block .social-ttl-wrap .ttl {
	font-size: 16px;
}
.social-block .social-cont .social-list {
	border: none;
	margin: 0 auto;
	padding: 30px 36px;
	width: 100%;
	min-height: 400px;
}
.social-block .social-cont .social-list figure {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
.social-block .social-cont.twitter .social-list {
	width: 620px;
	height: auto;
}
.social-block .social-cont.instagram {
	min-width: auto;
	width: 50%;
	border-top: none;
	border-right: 1px solid #000;
}
.social-block .social-cont.instagram .social-list div {
	max-width: 550px;
	margin: auto;
}
.social-block .social-cont.youtube .social-ttl-wrap {
	text-align: left;
}
.social-block .social-cont.youtube .youtube-wrap iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}
.social-block .social-cont.toyotimes .ttl img {
	width: 140px;
}

/*----------------------------------
  2502 リニューアル team
-----------------------------------*/
.team .greeting-wrap .txt-wrap {
	background-image: url(../img/common/logo-antelopes.svg);
	background-color: rgba(252, 252, 252,0.9);
	background-position: 40% 50%;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-blend-mode: lighten;
}
.team .logo-wrap {
	width: 100%;
}
.team .logo-wrap .logo {
	width: 346px;
	text-align: center;
}
.team .logo-wrap .logo img {
	width: 240px;
	height: auto;
}
.team .logo-wrap .txt {
	width: 700px;
}
.team .table_scroll {
	width: 100%;
	height: 570px;
	overflow-y: scroll;
}
.team .table_scroll::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #ccc;
}
.team .table_scroll::-webkit-scrollbar-thumb {
  --bg-opacity: 1;
  background-color: #c60e0e;
}

/*----------------------------------
  2502 リニューアル player
-----------------------------------*/
.player-list.staff li {
	width: calc((100% - 20px) / 5);
	margin: 0 2px 40px;
}
.player-list.staff li img {
	width: 100%;
	height: auto;
}
.player-list.staff .box .inn {
	padding: 20px 17px;
}
.player-list.staff .box .txt .position {
	margin-bottom: 10px;
}
.player-list.staff .box .txt .name {
	font-size: 16px;
}

.players #mascot {
  margin-bottom: 0;
}
.players .mascot-wrap {
  border-bottom: 1px solid #000;
  position: relative;
}
.players .mascot-wrap .name-wrap {
  border: 1px solid #000;
  border-width: 0 1px;
  padding: 40px 50px;
  width: 800px;
  margin: 0 auto;
  position: relative;
}
.players .mascot-wrap .name-wrap .name {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
.players .mascot-wrap .profile-wrap {
  border: 1px solid #000;
  border-width: 1px 1px 0;
  padding: 50px;
  width: 800px;
  margin: 0 auto;
}
.players .mascot-wrap .profile-wrap table th, .players .mascot-wrap .profile-wrap table td {
  padding: 6px 0;
  line-height: 1.6;
  border-bottom: 1px solid #aaaaae;
  letter-spacing: normal;
}
.players .mascot-wrap .profile-wrap table th {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  width: 120px;
}
.players .mascot-wrap .profile-wrap table td {
  width: 450px;
}
.players .record-table {
  width: 100%;
}
.players .mascot-wrap .mascot_illust_sp {
	display: none;
}
.players .mascot-wrap .mascot {
	position: absolute;
	right: 60px;
	bottom: -10px;
}
.players .mascot-wrap .mascot .mascot_illust {
	width: 400px;
	height: auto;
}
@media screen and (max-width:640px) {
	.players .mascot-wrap .mascot {
		width: 100%;
		margin: 20px auto 0;
		display: flex;
		justify-content: space-between;
		align-items: baseline;
	}
	.players .mascot-wrap .mascot img:first-child {
		width: 55%;
	}
	.players .mascot-wrap .mascot .mascot_illust {
		display: none;
	}
	.players .mascot-wrap .mascot_illust_sp {
		display: block;
		width: 70%;
		margin: 200px;
		margin: 20px auto 0;
	}
	.players .mascot-wrap .name-wrap {
		width: 100%;
		padding: 20px;
	}
	.players .mascot-wrap .name-wrap .name {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.players .mascot-wrap .profile-wrap {
		width: 100%;
		padding: 20px;
	}
	.players .mascot-wrap .profile-wrap table th {
		font-size: 12px;
		width: 30%;
	}
	.players .mascot-wrap .profile-wrap table td {
		width: 70%;
	}
	.players .mascot-wrap .mascot {
		display: none;
	}
	.player-list.staff {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.player-list.staff li {
		width: calc(48.5%);
		margin: 0 0 20px;
	}
	.player-list.staff .box .inn {
		padding: 10px 12px;
	}
	.player-list .box {
		margin: -10px auto 0;
		width: calc(100% - 0px);
	}
	.player-list.staff .box .txt .position {
		font-size: 12px;
		margin-bottom: 14px;
	}
	.player-list .box .txt .en {
		font-size: 10px;
	}
	.player-list.staff .box .txt .name {
		font-size: 14px;
	}
}

/*----------------------------------
  2502 リニューアル GAME カレンダー
-----------------------------------*/
.schedule {
	background-image: url(../img/schedule/bg.jpg);
	background-repeat: repeat-y;
	background-size: 100% auto;
	background-position: 50% 0;
}
.schedule .select-container .c-border {
	margin-bottom: 20px;
}
.schedule .select-container {
	background-color: #fff;
}
.schedule .page-ttl-block .inner-block .c-ttl {
	color: #fff;
}
.schedule #calendar_area {
  max-width: 1120px;
  padding: 40px 20px 60px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.2);
}
.schedule .calendar_nav {
	color: #fff;
  width: 410px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 30px;
}

.schedule .calendar_nav .prev,
.schedule .calendar_nav .next {
  cursor: pointer;
  font-size: 20px;
	margin-top: 20px;
}
.schedule .calendar_nav .year {
	display: inline-block;
  font-size: 20px;
	width: 130px;
	text-align: right;
	font-weight: 700;
}
.schedule .calendar_nav .month {
  font-size: 60px;
	font-weight: 700;
  margin: 0 12px;
}
.schedule .calendar_nav .month_en {
	display: inline-block;
  font-size: 20px;
	width: 130px;
	text-align: left;
	font-weight: 700;
}
.schedule .calendar-body {
  display: none;
  max-width: 968px;
  margin: auto;
}
.schedule .calendar-body ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 20px 0 0;
}
.schedule .calendar-body li {
  background-color: #fff;
  font-size: 10px;
	line-height: 1.5;
  width: calc(14.2857142857% - 1px);
  min-height: 110px;
  margin: 0.5px;
  position: relative;
  padding: 0;
}
.schedule .calendar-body li:nth-child(-n+7)::before {
  content: "";
	color: #fff;
  display: block;
  position: absolute;
  top: -20px;
  text-align: center;
  width: 100%;
}
.schedule .calendar-body li:nth-child(1)::before {
  content: "Mon";
}
.schedule .calendar-body li:nth-child(2)::before {
  content: "Tue";
}
.schedule .calendar-body li:nth-child(3)::before {
  content: "Wed";
}
.schedule .calendar-body li:nth-child(4)::before {
  content: "Thu";
}
.schedule .calendar-body li:nth-child(5)::before {
  content: "Fri";
}
.schedule .calendar-body li:nth-child(6)::before {
  content: "Sat";
}
.schedule .calendar-body li:nth-child(7)::before {
  content: "Sun";
}
.schedule .calendar-body li p {
	height: 100%;
}
.schedule .calendar-body li a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 0px 20px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
	height: 100%;
}
.schedule .calendar-body li a span {
  display: block;
}
.schedule .calendar-body li span {
  font-weight: 700;
}
.schedule .calendar-body li a:hover {
  background-color: #ff4e4e;
  color: #fff;
}
.schedule .calendar-body .num {
	font-size: 12px;
  font-weight: 700;
  padding: 8px 0;
  display: block;
  text-align: center;
}
@media screen and (max-width:640px) {
	.schedule {
		padding-top: 40px;
	}
	.schedule .select-container {
		margin-bottom: 10px!important;
	}
	.schedule .page-ttl-block .inner-block {
		text-align: center;
	}
	.schedule .page-ttl-block .inner-block .c-ttl {
		text-align: center;
	}
	.schedule .inner-block {
		padding: 0 10px;
	}
	.schedule .select-container .c-border {
		border: none;
		margin-bottom: 10px!important;
	}
	.schedule .select-container {
		display: flex; 
    justify-content: end;
		flex-direction: column; 
		align-items: flex-end;
		padding: 6px 10px 11px 0px;
		/* gap: 8px;  */
    
	}
	.schedule .select-container .select-wrap {
		flex-direction: column;
		align-items: flex-start;
		padding: 0 0 0 5px;
		gap: 8px;
		width: 291px;
	}
	.schedule .select-wrap .schedule-button {
		margin: 0;
		width: 286px;
	}
	.schedule .select-wrap .schedule-button a {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		width: 100%;
		min-width: auto;
		padding: 7px 16px;
		gap: 10px;
		isolation: isolate;
		height: 34px;
		font-size: 16px;
		line-height: 150%;
		letter-spacing: 0.08em;
		border: 1px solid #000000;
	}
	.schedule .select-wrap .select-button {
		margin: 0;
		min-height: 34px;
	}
	.schedule .select-wrap .select-button a {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		min-height: 34px;
		padding: 0 16px;
		border: 1px solid #000000;
		font-size: 16px;
		line-height: 150%;
		letter-spacing: 0.08em;
	}
	.schedule .select-wrap .select-button select {
		height: 34px;
		box-sizing: border-box;
	}
	.schedule .select-container .select-wrap > div:last-child {
		display: flex;
		flex-direction: row;
		gap: 8px;
		width: 286px;
		height: 34px;
	}
	.schedule .select-container .select-wrap > div:last-child .select-button:first-child {
		width: 213px;
	}
	.schedule .select-container .select-wrap > div:last-child .select-button:last-child {
		width: 65px;
	}
	.schedule .select-container .select-wrap select {
		width: 100%;
		height: 34px;
		border: 1px solid #212327;
		padding: 4px 8px;
		font-size: 16px;
		font-weight: bold;
		line-height: 24px;
		letter-spacing: 1.2px;
		appearance: none;
		background: #FFFFFF url(../img/common/arrow_bottom_black.svg) no-repeat right 8px center;
		background-size: 7px 6px;
		padding-right: 24px;
	}
	.schedule #calendar_area {
		width: calc(100% - 20px);
		padding: 10px 10px 10px;
	}
	.schedule .calendar_nav  {
		width: 96%;
		margin-bottom: 0;
	}
	.schedule .calendar_nav  .prev,
	.schedule .calendar_nav  .next {
		font-size: 18px;
	}
	.schedule .calendar_nav  .year {
		font-size: 18px;
		width: auto;
	}
	.schedule .calendar_nav  .month {
		font-size: 54px;
		font-weight: 700;
		margin: 0 12px;
	}
	.schedule .calendar_nav  .month_en {
		font-size: 18px;
		width: auto;
	}
	.schedule .calendar-body ul {
		flex-direction: column;
	}
	.schedule .calendar-body li {
		width: 100%;
		min-height: 40px;
	}
	.schedule .calendar-body li::before {
		display: none!important;
	}
	.schedule .calendar-body li .num::after {
		margin-left: 16px;
	}
	.schedule .calendar-body li p {
		display: flex;
		min-height: 40px;
	}
	.schedule .calendar-body li a {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		padding: 0;
	}
	.schedule .calendar-body .num {
		width: 100px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		border-right: 1px solid #8e3c39;
	}
	.schedule .calendar-body .game_box {
		width: calc(100% - 100px);
		padding: 10px 10px;
	}
	.schedule .calendar-body li:nth-child(1) .num::after,
	.schedule .calendar-body li:nth-child(8) .num::after,
	.schedule .calendar-body li:nth-child(15) .num::after,
	.schedule .calendar-body li:nth-child(22) .num::after,
	.schedule .calendar-body li:nth-child(29) .num::after,
	.schedule .calendar-body li:nth-child(36) .num::after {
		content: "Mon";
	}
	.schedule .calendar-body li:nth-child(2) .num::after,
	.schedule .calendar-body li:nth-child(9) .num::after,
	.schedule .calendar-body li:nth-child(16) .num::after,
	.schedule .calendar-body li:nth-child(23) .num::after,
	.schedule .calendar-body li:nth-child(30) .num::after,
	.schedule .calendar-body li:nth-child(37) .num::after {
		content: "Tue";
	}
	.schedule .calendar-body li:nth-child(3) .num::after,
	.schedule .calendar-body li:nth-child(10) .num::after,
	.schedule .calendar-body li:nth-child(17) .num::after,
	.schedule .calendar-body li:nth-child(24) .num::after,
	.schedule .calendar-body li:nth-child(31) .num::after,
	.schedule .calendar-body li:nth-child(38) .num::after {
		content: "Wed";
	}
	.schedule .calendar-body li:nth-child(4) .num::after,
	.schedule .calendar-body li:nth-child(11) .num::after,
	.schedule .calendar-body li:nth-child(18) .num::after,
	.schedule .calendar-body li:nth-child(25) .num::after,
	.schedule .calendar-body li:nth-child(32) .num::after,
	.schedule .calendar-body li:nth-child(39) .num::after {
		content: "Thu";
	}
	.schedule .calendar-body li:nth-child(5) .num::after,
	.schedule .calendar-body li:nth-child(12) .num::after,
	.schedule .calendar-body li:nth-child(19) .num::after,
	.schedule .calendar-body li:nth-child(26) .num::after,
	.schedule .calendar-body li:nth-child(33) .num::after,
	.schedule .calendar-body li:nth-child(40) .num::after {
		content: "Fri";
	}
	.schedule .calendar-body li:nth-child(6) .num::after,
	.schedule .calendar-body li:nth-child(13) .num::after,
	.schedule .calendar-body li:nth-child(20) .num::after,
	.schedule .calendar-body li:nth-child(27) .num::after,
	.schedule .calendar-body li:nth-child(34) .num::after,
	.schedule .calendar-body li:nth-child(29) .num::after,
	.schedule .calendar-body li:nth-child(41) .num::after {
		content: "Sat";
	}
	.schedule .calendar-body li:nth-child(7) .num::after,
	.schedule .calendar-body li:nth-child(14) .num::after,
	.schedule .calendar-body li:nth-child(21) .num::after,
	.schedule .calendar-body li:nth-child(28) .num::after,
	.schedule .calendar-body li:nth-child(35) .num::after,
	.schedule .calendar-body li:nth-child(42) .num::after {
		content: "Sun";
	}
}

/* PC版スケジュールボタンの高さ調整 */
@media screen and (min-width: 641px) {
	/* marginリセットと共通の高さ設定 */
	.schedule .select-wrap .schedule-button {
		height: 40px;
		margin: 0 !important;
		display: flex;
		align-items: center;
	}
	
	.schedule .select-wrap .select-button {
		height: 40px;
		margin: 0 !important;
		display: flex;
		align-items: center;
	}
	
	.schedule .select-wrap .schedule-button a {
		height: 40px;
		line-height: 40px;
		padding: 0 40px 0 16px;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: center;
		min-width: 240px;
	}
	
	.schedule .select-wrap .select-button a {
		height: 40px;
		line-height: 40px;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 16px;
	}
	
	.schedule .select-wrap select {
		height: 40px;
		line-height: normal;
		padding: 7px 40px 7px 16px;
		box-sizing: border-box;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		vertical-align: middle;
		border: 1px solid #212327;
		background: #FFFFFF url(../img/common/arrow_bottom_black.svg) no-repeat right 16px center;
		background-size: 7px 6px;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 0.075em;
		cursor: pointer;
	}
	
	.schedule .select-container .select-wrap > div {
		height: 40px;
		display: flex;
		align-items: center;
		gap: 8px;
		margin: 0;
	}
	
	.schedule .select-container .select-wrap > div:last-child {
		height: 40px;
		display: flex;
		align-items: center;
	}
	
	/* ボタンとセレクトボックスの垂直整列 */
	.schedule .select-container .select-wrap {
		display: flex;
		align-items: center;
		gap: 8px;
	}
}

/*----------------------------------
  2502 リニューアル GAME 詳細
-----------------------------------*/
.schedule_detail_page :target {
  scroll-margin-top: 120px;
}
.schedule_detail_page .select-box .ttl-area .competitor {
	height: 63px;
}
.schedule_detail_page .select-box .txt-area:nth-child(2) {
	padding: 0;
	flex-wrap: wrap;
}
.schedule_detail_page .game_teams_area {
	width: 100%;
	height: calc(100% - 63px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 40px;
}
.schedule_detail_page .game_btn_area {
	border-top: 1px solid #000;
	width: 100%;
	height: 63px;
	display: flex;
	justify-content: center;
	align-items: center;
	order: 4;
	margin: auto 0 0;
}
.schedule_detail_page .game_btn_area p {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.schedule_detail_page .game_btn_area b {
	font-size: 18px;
	font-weight: bold;
	margin-right: 4px;
}
.schedule_detail_page .game_btn_area a,
.schedule_detail_page .game_btn_area button {
	display: inline-block;
	border: 1px solid #707070;
	border-radius: 50px;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px 8px;
	text-align: center;
	width: 200px;
	transition: all 0.3s;
}
.schedule_detail_page .game_btn_area a::before {
	content: "";
	display: inline-block;
	background-image: url(../img/schedule/ico_link.png),url(../img/schedule/ico_link_hover.png);
	background-size: 100% 100%, 100% 100%;
	background-repeat: no-repeat, no-repeat;
	width: 16px;
	height: 16px;
	position: relative;
	top: 2px;
	margin-right: 6px;
	transition: all 0.3s;
}
.schedule_detail_page .game_btn_area a:hover,
.schedule_detail_page .game_btn_area button:hover {
	background-color: #EB0A1E;
	border: 1px solid #EB0A1E;
	color: #fff;
}
.schedule_detail_page .game_btn_area a:hover::before {
	background-image: url(../img/schedule/ico_link_hover.png),url(../img/schedule/ico_link.png);

}
.schedule_detail_page .game_btn_area p.disabled a,
.schedule_detail_page .game_btn_area p.disabled button {
	background-color: #bebebe;
	color: #707070;
	pointer-events: none;
}
.schedule_detail_page .game_btn_area p.live_area b {
	background-image: url(../img/schedule/ico_video.svg);
	background-size: 30px 20px;
	background-repeat: no-repeat;
	padding: 0 0 5px 40px;
	margin-right: 14px;
}

.schedule_detail_page .game_btn_area p.ticket_area b {
	background-image: url(../img/schedule/ico_ticket.svg);
	background-size: 30px 20px;
	background-repeat: no-repeat;
	padding: 0 0 5px 40px;
	margin-right: 14px;
}

.schedule_detail_page .game_btn_area p.gallery_area b {
	background-image: url(../img/schedule/ico_gallery.svg);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 0 0 5px 30px;
	margin-right: 14px;
}
.schedule_detail_page .game_btn_area p.live_area {
	margin-right: 20px;
}
.schedule_detail_page .game_btn_area p.ticket_area {
	
}
.schedule_detail_page .game_btn_area p.gallery_area {
	display: none;
}
.schedule_detail_page .played .game_btn_area p.ticket_area {
	display: none;
}
.schedule_detail_page .played .game_btn_area p.gallery_area {
	display: inline-block;
}
.schedule_detail_page .modalOpen {
  display: block;
  background-color: #fff;
  border: 1px solid #333;
  width: 200px;
  height: 32px;
  cursor: pointer;
}
.schedule_detail_page .modal_area {
  pointer-events: none;
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
	z-index: 100;
}
.schedule_detail_page .modal_area.on {
  pointer-events: all;
  opacity: 1;
}
.schedule_detail_page .modal_area .modal_overlay {
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.schedule_detail_page .modal_area .modal_cont {
  background-color: #fff;
  max-width: 88%;
  max-height: 80%;
  /* height: 100%; */
	min-height: 570px;
  position: relative;
  z-index: 1;
}
.schedule_detail_page .modal_area .modal_cont > div {
  overflow-y: auto;
  width: 100%;
  height: 100%;
  padding: 20px;
	position: relative;
}
.schedule_detail_page .modal_area .modal_close {
	cursor: pointer;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -15px;
  right: -15px;
	z-index: 1;
}
.schedule_detail_page .modal_area .modal_close img {
	width: 30px;
	height: 30px;
}
.schedule_detail_page .modal_area .swiper {
  max-width: 800px;
  width: 100%;
  margin: auto;
}
.schedule_detail_page .modal_area .swiper-wrapper li::before {
  display: none !important;
}
.schedule_detail_page .modal_area .swiper-wrapper img {
  width: 100%;
  height: auto;
}
.swiper-button-prev,
.swiper-button-next {
  height: 50px;
  width: 50px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
	display: none;
}
.swiper-button-prev,
.swiper-button-next {
  content: "";
	background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 7px 14px;
  height: 50px;
  width: 50px;
  margin: auto;
}
.swiper-button-prev {
  background-image: url(../img/schedule/arrow_left.png);
	left: 0px!important;
	right: auto!important;
	width: 18px!important;
}
.swiper-button-next {
  background-image: url(../img/schedule/arrow_right.png);
	left: auto!important;
	right: 0px!important;
	width: 18px!important;
}
@media screen and (max-width: 960px) {
	.schedule_detail_page .modal_area .modal_cont {
		min-height: 60vw;
	}
}
@media screen and (max-width:640px) {
	.schedule_detail_page :target {
		scroll-margin-top: 80px;
	}
	.schedule .select-box .txt-area .teams {
		margin: 0 10px;
	}
	.schedule_detail_page .game_teams_area {
		padding: 20px;
		justify-content: center;
		flex-wrap: wrap;
	}
	.schedule .select-box .txt-area .scores {
		margin-top: 16px!important;
	}
	.schedule_detail_page .game_btn_area {
		flex-direction: column;
	}
	.schedule_detail_page .game_btn_area {
		height: auto;
		padding: 20px 16px;
	}
	.schedule_detail_page .game_btn_area p {
		justify-content: space-between;
		width: 100%;
	}
	.schedule_detail_page .game_btn_area b {
		font-size: 18px;
	}
	.schedule_detail_page .game_btn_area a,
	.schedule_detail_page .game_btn_area button {
		min-width: 160px;
		width: calc(100% - 140px);
	}
	.schedule_detail_page .game_btn_area p.live_area {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.schedule_detail_page .game_btn_area p.live_area b {
		margin-right: 0;
		padding: 0 0 5px 35px;
	}
	.schedule_detail_page .game_btn_area p.ticket_area b {
		margin-right: 0;
		padding: 0 0 5px 35px;
	}
	.schedule_detail_page .game_btn_area p.gallery_area b {
		margin-right: 0;
		padding: 0 0 5px 35px;
	}
	.schedule_detail_page .played .game_btn_area p.gallery_area {
		display: flex;
	}
	.schedule_detail_page .modal_area .modal_cont {
		max-width: 96%;
		min-height: 60vw;
	}
	.schedule_detail_page .modal_area .modal_close {
		top: -10px;
		right: -10px;
	}
	.schedule_detail_page .modal_area .modal_close img {
		width: 20px;
		height: 20px;
	}
}

.players .gallery_area {
	border-bottom: 1px solid #000;
	min-width: 1366px;
}
.players .gallery_area .inner-block {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 30px 20px;
}
.players .gallery_area .inner-block h2 {
	font-size: 36px;
	font-weight: 900;
	margin-bottom: 16px;
}
.players .gallery_area .inner-block > div {
	padding: 0 30px;
}
.players .gallery_area .inner-block .gallery_slider li {
	margin: 0 12px;
}
.players .gallery_area .inner-block .gallery_slider li img {
	width: 100%;
	height: auto;
}
.players .gallery_area .inner-block .gallery_slider .slick-arrow {
	font-size: 0;
	width: 50px;
	height: 100px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.players .gallery_area .inner-block .gallery_slider .slick-prev {
	left: -45px;
}
.players .gallery_area .inner-block .gallery_slider .slick-next {
	right: -45px;
}
.players .gallery_area .inner-block .gallery_slider .slick-arrow::after {
	content: "";
	display: block;
	margin: auto;
	width: 50px;
	height: 100px;
}
.players .gallery_area .inner-block .gallery_slider .slick-prev::after {
	background: url(../img/common/arrow_prev.svg) no-repeat center center;
	background-size: 24px 36px;
}
.players .gallery_area .inner-block .gallery_slider .slick-next::after {
	background: url(../img/common/arrow_next.svg) no-repeat center center;
	background-size: 24px 36px;
}

@media screen and (max-width:640px) {
	.players .gallery_area {
		min-width: auto;
	}
	.players .gallery_area .inner-block {
		border: none;
		width: calc(100% - 40px);
		padding: 18px 20px;
	}
	.players .gallery_area .inner-block h2 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.players .gallery_area .inner-block > div {
		padding: 0;
	}
	.players .gallery_area .inner-block .gallery_slider li {
		margin: 0;
	}
	.players .gallery_area .inner-block .gallery_slider .slick-arrow {
		width: 40px;
	}
	.players .gallery_area .inner-block .gallery_slider .slick-arrow::after {
		width: 20px;
	}
	.players .gallery_area .inner-block .gallery_slider .slick-prev::after,
	.players .gallery_area .inner-block .gallery_slider .slick-next::after {
		background-size: 15px 24px;
	}
	.players .gallery_area .inner-block .gallery_slider .slick-prev {
		left: -40px;
	}
	.players .gallery_area .inner-block .gallery_slider .slick-next {
		right: -40px;
	}
}
/* PC Navigation Styles */
.col-pc .nav.js-nav-target {
  opacity: 0;
  visibility: hidden;
  transform: translateX(20%);
  transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition-property: opacity, visibility, transform;
}

.col-pc .nav.js-nav-target.is-open {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateX(0) !important;
}

.col-pc .nav-btn-wrap .btn.js-nav-btn {
  background-color: transparent;
}

.col-pc .nav-btn-wrap .btn.js-nav-btn.is-open {
  background-color: #212327 !important;
}

/* ハンバーガーメニューのX印アニメーション */
.col-pc .nav-btn-wrap .bar::before,
.col-pc .nav-btn-wrap .bar::after {
  content: "";
  background-color: #FCFCFC;
  position: absolute;
  right: 4px;
  width: 0;
  height: 2px;
  transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition-property: width, opacity;
  transition-delay: 0s;
  opacity: 0;
}

.col-pc .nav-btn-wrap .bar::before {
  top: 0;
  transform: rotateZ(-45deg);
  transform-origin: top right;
}

.col-pc .nav-btn-wrap .bar::after {
  bottom: 0;
  transform: rotateZ(45deg);
  transform-origin: bottom right;
}

/* ハンバーガーメニューが開いた時のX印 */
.col-pc .nav-btn-wrap .btn.js-nav-btn.is-open .bar::before,
.col-pc .nav-btn-wrap .btn.js-nav-btn.is-open .bar::after {
  width: 25px !important;
  opacity: 1 !important;
  transition-delay: 0.3s !important;
}

/* ハンバーガーメニューの3本線アニメーション */
.col-pc .nav-btn-wrap .btn.js-nav-btn.is-open .bar span {
  width: 0 !important;
  opacity: 0 !important;
  transition-delay: 0s !important;
}

