@charset "UTF-8";
body {
  font-size: 12px;
  position: relative;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
}

.outer-block {
  min-width: 320px;
}

.inner-block {
  padding: 0;
  width: auto;
  padding: 0 25px;
}

#wrapper {
  min-width: 320px;
  position: relative;
  overflow: hidden;
  padding-top: 60px;
}

input[type=submit] {
  -webkit-text-size-adjust: 100%;
}

input, select, textarea {
  font-size: 16px !important;
}

.pc {
  display: none !important;
}

#pagetop {
  right: 25px;
  top: -22px;
  bottom: auto;
}
#pagetop > a {
  width: 43px;
  height: 43px;
}

/*------------------------------------------------------------------------------
common
------------------------------------------------------------------------------*/
.page-ttl-block .inner-block {
  padding-top: 40px;
  text-align: left;
}
.page-ttl-block .inner-block .c-ttl {
  text-align: left;
}
.page-ttl-block .inner-block .c-ttl .en {
  font-size: 30px;
}
.page-ttl-block .inner-block .c-ttl .ja {
  font-size: 15px;
  margin-top: 10px;
}

.select-container {
  margin-bottom: 30px;
}
.select-container .c-border {
  padding: 0px 10px 10px 0;
  margin-bottom: 10px;
}

.c-border {
  margin: 24px auto 30px;
  padding: 5px 10px 5px 0;
}
.c-border.race {
  margin-top: 24px;
}
.c-border.child-page {
  padding: 20px 0;
  margin: 30px 0;
}
.c-border .select-ttl .ttl {
  font-size: 18px;
}
.c-border .select-ttl .ttl::before {
  background: #212327;
  content: "";
  display: inline-block;
  height: 2px;
  margin-right: 10px;
  width: 15px;
}
.c-border .an-link {
  margin: auto;
}
.c-border .an-link li:first-child::after {
  height: 14px;
  top: 3px;
}
.c-border .an-link li a {
  font-size: 13px;
}
.c-border.min {
  padding: 10px;
}

.select-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 0;
}
.select-wrap .select-button select {
  background: url(../img/common/arrow_bottom_black.svg) no-repeat center right 10px;
  background-size: 7px 8px;
  font-size: 16px !important;
  padding: 3px 25px 5px 7px;
}
.select-wrap .select-button:last-child select {
  margin-left: 5px;
  padding-right: 23px;
}

.link-anchor {
  font-size: 14px;
  flex-wrap: wrap;
  width: 100%;
}
.link-anchor li {
  text-align: center;
  width: 50%;
}
.link-anchor li + li {
  padding-left: 0;
}
.link-anchor li + li::before {
  height: 14px;
  left: 0;
}
.link-anchor li:nth-child(2n+1)::before {
  content: none;
}
.link-anchor li:nth-child(n+3) {
  margin-top: 8px;
}
.link-anchor li:nth-child(odd) {
  padding-right: 15px;
}
.link-anchor li:nth-child(even) {
  padding-left: 15px;
}

/*------------------------------------------------------------------------------
  header
------------------------------------------------------------------------------*/
.header .col-sp.sp {
  display: flex;
  align-items: center;
}
.header .header-logo a {
  padding: 12px 10px;
  width: 80px;
}
.header h2.contact {
  width: calc(100% - 80px - 60px);
}
.header h2.contact a {
  width: auto;
}
.header .list > li a {
  color: #fff;
  padding: 10px 0;
  text-align: right;
}
.header .list > li a > * {
  vertical-align: middle;
}
.header .list > li .en {
  font-size: 20px;
  margin-right: 10px;
}

.nav-btn-wrap {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  width: 60px;
  height: 60px;
  border-left: 1px solid #000;
}
.nav-btn-wrap .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition-property: background-color, box-shadow;
}
.nav-btn-wrap .btn.is-open {
  background-color: #212327 !important;
}
.nav-btn-wrap .btn.is-open .bar::before, .nav-btn-wrap .btn.is-open .bar::after {
  width: 22px;
  opacity: 1;
}
.nav-btn-wrap .btn.is-open .bar::before {
  transition-delay: 0.3s;
}
.nav-btn-wrap .btn.is-open .bar::after {
  transition-delay: 0.4s;
}
.nav-btn-wrap .btn.is-open .bar > span {
  width: 0;
  opacity: 0;
  transition-delay: 0s;
}
.nav-btn-wrap .btn.is-open .txt-menu {
  opacity: 0;
}
.nav-btn-wrap .btn.is-open .txt-close {
  opacity: 1;
}
.nav-btn-wrap .inner {
  position: relative;
  width: 25px;
}
.nav-btn-wrap .bar {
  display: block;
  position: relative;
  height: 16px;
}
.nav-btn-wrap .bar::before, .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;
}
.nav-btn-wrap .bar::before {
  top: 0;
  transform: rotateZ(-45deg);
  transform-origin: top right;
}
.nav-btn-wrap .bar::after {
  bottom: 0;
  transform: rotateZ(45deg);
  transform-origin: bottom right;
}
.nav-btn-wrap .bar > span {
  background-color: #000;
  position: absolute;
  right: 0;
  height: 2px;
  transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition-property: width, opacity;
  transition-delay: 0.3s;
  width: 100%;
}
.nav-btn-wrap .bar > span:nth-child(1) {
  width: 100%;
  top: 0;
}
.nav-btn-wrap .bar > span:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
.nav-btn-wrap .bar > span:nth-child(3) {
  bottom: 0;
}

.nav {
  background-color: rgba(33, 35, 39, 0.5);
  position: fixed;
  z-index: 999;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition-property: opacity, visibility, transform;
  transform: translateX(20%);
}
.nav.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.nav.is-open .nav-item {
  opacity: 1;
  transform: translateX(0);
}

.nav-inner {
  position: relative;
  padding: 0;
  background: #000;
  z-index: 998;
}
.nav-inner .contents {
  margin: 0 auto;
  padding: 40px 35px 100px;
}

.nav-bg {
  background-color: rgba(33, 35, 39, 0.5);
  position: fixed;
  z-index: 990;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.nav-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.nav-sns li + li {
  margin-left: 20px;
}
.nav-sns a {
  display: block;
  overflow: hidden;
  width: 20px;
}

.nav-sns a.sns-head-toyotimes {
	width: 28px;
}

/*------------------------------------------------------------------------------
  footer
------------------------------------------------------------------------------*/
.footer-sitemap .list {
  padding: 20px;
  width: 100%;
}
.footer-sitemap .list li .en {
  font-size: 16px;
  padding-right: 14px;
  position: relative;
}
.footer-sitemap .list li .en::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 10px;
  right: 0;
  top: 5px;
  background: url(../img/common/arrow_right_black.svg) no-repeat center/contain;
}
.footer-sitemap .list li .ja {
  margin-top: 3px;
  font-size: 12px;
}
.footer-sitemap .list > li + li {
  margin-top: 18px;
}
.footer-sitemap .link {
  display: inline-block;
}

.footer-company .col {
  padding: 0;
  margin: 0 -12.5px;
}
.footer-company .col > li {
  width: 50%;
  padding: 0;
  padding: 5px 12.5px;
}
.footer-company .col + .col {
  margin-top: 20px;
}
.footer-company a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
}
.footer-company a > img {
  max-width: 115px;
  max-height: 38px;
  
}

.footer-address {
  padding: 20px 10px;
}
.footer-address .logo {
  width: 20%;
}
.footer-address .txt-wrap {
  margin-left: 20px;
}
.footer-address .name {
  font-size: 15px;
  margin-bottom: 5px;
  line-height: 1.4;
}
.footer-address .flexbox {
  flex-direction: column;
  align-items: flex-start;
}
.footer-address .address,
.footer-address .note {
  width: 100%;
  font-size: 11px;
  letter-spacing: 0.075em;
}
.footer-address .note {
  margin-top: 1em;
}
.footer-address .address .sub {
  font-size: 10px;
}

.footer-copyright {
  font-size: 10px;
  padding: 15px 10px;
}

/*------------------------------------------------------------------------------
  main
------------------------------------------------------------------------------*/
.c-btn {
  font-size: 12px;
  height: 45px;
  min-width: 185px;
}

.c-ttl {
  font-size: 28px;
}

.c-ttl02 {
  margin: 50px 0 20px;
}
.c-ttl02:first-child {
  margin-top: 50px;
}
.c-ttl02 .en {
  font-size: 14px;
  margin-bottom: 10px;
}
.c-ttl02 .jp {
  font-size: 26px;
  padding-bottom: 20px;
}

.c-ttl03.large {
  padding-left: 24px;
  margin-bottom: 15px;
  font-size: 18px;
}

/*-----------------------
  kv
------------------------*/
.kv-block {
  height: 88vw;
  min-height: 282px;
}
.kv-block .kv-txt01 {
  left: 0;
  font-size: 5.1vw;
  top: 20%;
}
.kv-block .kv-txt01 span {
  padding: 6px 10px;
}
.kv-block .kv-txt02 {
  padding: 60px 0;
}
.kv-block .kv-txt02 .t-white {
  font-size: 13.2vw;
  color: #fff;
  line-height: 80%;
  margin-bottom: 17px;
}
.kv-block .kv-txt02 .t-red {
  font-size: 5.1vw;
  color: #fff;
  background: #ff0000;
  padding: 0 2px;
}
.kv-block .kv-txt02 .t-red + .t-red {
  margin-left: 30px;
}

.slick-list {
  height: 100%;
}
.slick-list .slick-track {
  height: 100%;
}

/*-----------------------
  next
------------------------*/
.next-block .top-wrap {
  display: flex;
}
.next-block .next-wrap {
  width: 160px;
  background: url(../img/top/nextgame-bg-sp.jpg) no-repeat center/cover;
}
.next-block .next-wrap .ttl {
  font-size: 35px;
}
.next-block .date {
  width: calc(100% - 160px);
  padding: 30px 25px 30px 15px;
}
.next-block .date .big {
  font-size: 40px;
}
.next-block .date .time {
  display: block;
  font-size: 16px;
  margin: 4px 0;
}
.next-block .date .place {
  font-size: 11px;
}
.next-block .game {
  padding: 20px 25px;
}
.next-block .game .antelopes {
  width: 70px;
}
.next-block .game .vs {
  font-size: 20px;
  margin: 0 30px;
}
.next-block .game .challenger {
  font-size: 13px;
  width: 150px;
  padding: 7px 10px;
  line-height: 1.4;
}
.next-block .btn-wrap {
  padding-bottom: 20px;
}

/*-----------------------
  news
------------------------*/
.news-block .cat {
  display: block;
  text-align: right;
  margin-bottom: 20px;
}
.news-block .news-ttl-area {
  padding: 15px 0;
}
.news-block .news-ttl {
  font-size: 40px;
  padding: 0;
  margin-bottom: -7px;
}
.news-block .news-inner:nth-child(even) {
  margin-left: 25px;
}
.news-block .news-container {
  padding: 20px 0 30px;
}

.news-item .thumbnail {
  height: 27vw;
  border: 1px solid #000;
}
.news-item .box {
  padding: 10px 0 20px;
}
.news-item .box .ttl {
  font-size: 13px;
}
.news-item .box .date {
  font-size: 12px;
  margin-top: 10px;
}
.news-item .box .more {
  right: 0;
  bottom: 0;
}

/*-----------------------
  pickup
------------------------*/
.pickup-block .pickup-ttl-area {
  width: calc(100% + 50px);
  margin: 0 -25px;
  border: 1px solid #000;
  border-width: 0 0 1px;
  padding: 15px 25px;
}
.pickup-block .pickup-container {
  padding: 30px 0;
}
.pickup-block .pickup-container .pickup-cont .thumbnail {
  height: 35vw;
}
.pickup-block .pickup-container .pickup-cont .box {
  padding: 16px 25px;
}
.pickup-block .pickup-container .pickup-cont .box .ttl {
  font-size: 14px;
}
.pickup-block .pickup-container .pickup-cont + .pickup-cont {
  margin-top: 20px;
}

/*-----------------------
  member
------------------------*/
.member-block {
  padding: 40px 0;
  height: 300px;
}
.member-block .c-ttl {
  margin-bottom: 14px;
}
.member-block .txt {
  font-size: 14px;
  margin-bottom: 14px;
}
.member-block .link {
  font-size: 14px;
}

/*-----------------------
  social
------------------------*/
.social-block .social-wrap {
  border-bottom: 1px solid #000;
}
.social-block .social-ttl-wrap {
  border: 1px solid #000;
  width: calc(100% + 50px);
  margin: 0 -25px;
  border-width: 1px 0;
  padding: 16px 25px;
}
.social-block .social-ttl-area {
  padding: 20px 0;
}
.social-block .social-cont.facebook .social-list {
  width: 270px;
  margin: 0 auto;
}
.social-block .social-cont.facebook .social-list iframe {
  width: 100%;
  height: 400px;
}
.social-block .social-cont.youtube .social-list a .txt {
  font-size: 10px;
}
.social-block .social-cont.youtube .social-list a .txt::after {
  height: 8px;
}
.social-block .social-cont.twitter {
}
.social-block .social-cont.twitter .social-ttl-wrap {
    border-top: none;
}
.social-block .social-cont.twitter .social-list {
  width: 100%;
  margin: 0 auto;
}
.social-block .social-cont.twitter .social-list iframe {
  width: 100%;
  height: 340px;
}

/*------------------------------------------------------------------------------
  bottom-page
------------------------------------------------------------------------------*/
.bottom-page {
  padding-bottom: 80px;
}
.bottom-page .btn-wrap .c-btn {
  margin-top: 20px;
}
.bottom-page .social-btn-wrap {
  right: 0;
}
.bottom-page .social-btn-wrap > a.c-btn {
  width: 130px;
}
.bottom-page .social-btn-wrap > a.c-btn::after {
  right: 14px;
}

/*------------------------------------------------------------------------------
  team
------------------------------------------------------------------------------*/
.team .c-border {
  display: none;
}
.team .txt {
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
}
.team .slogan-wrap .vamos {
  font-size: 9vw;
  margin-bottom: 20px;
}
.team .slogan-wrap .vamos.small {
  font-size: 16vw;
}
.team .greeting-wrap .img {
  margin-bottom: 20px;
}
.team .greeting-wrap .txt-wrap .info {
  margin-bottom: 16px;
}
.team .greeting-wrap .txt-wrap .position {
  font-size: 12px;
}
.team .greeting-wrap .txt-wrap .name {
  display: block;
  font-size: 20px;
  margin-top: 10px;
}
.team .greeting-wrap .history {
  padding: 20px;
  margin-top: 20px;
}
.team .greeting-wrap .history .name-wrap {
  margin-bottom: 10px;
}
.team .greeting-wrap .history .name-wrap .name {
  font-size: 18px;
}
.team .greeting-wrap .history .year-wrap {
  font-size: 12px;
  line-height: 1.6;
}
.team .logo-wrap .logo {
  width: 140px;
  margin: 0 auto 20px;
}
.team .record-table th, .team .record-table td {
  display: block;
  border-width: 1px 0 0;
}
.team .record-table th {
  background: #eee;
  font-size: 16px;
  padding: 10px 0;
}
.team .record-table td {
  font-size: 14px;
  padding: 4px 0;
  line-height: 1.6;
}
.team .record-table td .sub {
  line-height: 1.4;
}
.team .record-table td:nth-of-type(1) {
  padding: 10px 0 0;
}
.team .record-table td:nth-of-type(2) {
  padding: 0 0 10px;
}
.team .record-table tr:nth-child(odd) {
  border-bottom: 1px dashed #aaaaae;
}
.team .record-table tr:last-child td:last-child {
  border-bottom: 1px solid #aaaaae;
}
.team .mascot-wrap .mascot {
  width: 100%;
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.team .mascot-wrap .mascot img:first-child {
  width: 55%;
}
.team .mascot-wrap .mascot .mascot_illust {
  width: 40%;
}
.team .mascot-wrap .name-wrap {
  width: 100%;
  padding: 20px;
}
.team .mascot-wrap .name-wrap .name {
  font-size: 20px;
  margin-bottom: 10px;
}
.team .mascot-wrap .profile-wrap {
  width: 100%;
  padding: 20px;
}
.team .mascot-wrap .profile-wrap table th {
  font-size: 12px;
  width: 30%;
}
.team .mascot-wrap .profile-wrap table td {
  width: 70%;
}
.team .info-wrap .ttl {
  font-size: 18px;
  padding-left: 14px;
  margin-bottom: 10px;
}
.team .info-wrap .sub {
  font-size: 12px;
  margin-top: 20px;
  line-height: 1.5;
}
.team .info-wrap .img-wrap {
  margin-top: 20px;
}
.team .info-wrap .img-wrap img + img {
  margin-top: 20px;
}

/*------------------------------------------------------------------------------
  players
------------------------------------------------------------------------------*/
.player-list li {
  max-width: 341px;
  margin: auto;
}
.player-list li + li {
  margin-top: 30px;
}
.player-list .box {
  border: 1px solid #000;
}
.player-list .box .inn {
  padding: 25px 15px 25px;
}
.player-list .box .num {
  padding-right: 5px;
  font-size: 30px;
  width: 60px;
}
.player-list .box .txt .en {
  margin-bottom: 3px;
}
.player-list .box .txt .name {
  font-size: 20px;
}
.player-list .box .txt .small {
  font-size: 12px;
  margin-top: 10px;
}
.player-list .box .cat {
  top: -1px;
  right: -1px;
}

.position-list li + li {
  margin-top: 20px;
}

.player-mv-block {
  /* margin-bottom: 30px; */
}
.player-mv-block .arrow {
  top: 220px;
  bottom: inherit;
}
.player-mv-block .arrow.prev {
  left: -10px;
}
.player-mv-block .arrow.next {
  right: -10px;
}
.player-mv-block .arrow.prev::after, .player-mv-block .arrow.next::after {
  background-size: 18px 27px;
}
.player-mv-block .upper-box,
.player-mv-block .middle-box .profile,
.player-mv-block .middle-box .table,
.player-mv-block .under-box {
  padding: 25px;
  margin: 0 -25px;
}
.player-mv-block .uniform-img {
  margin: auto;
}
.player-mv-block .uniform-img img {
  width: auto;
}
.player-mv-block .inner-block > .uniform-img {
  top: 25px;
  right: 0;
  left: auto;
  /*max-width: 230px;*/
  height: 585px;
}
.player-mv-block .inner-block > .uniform-img img {
  height: 585px;
}
.player-mv-block .middle-box .table .uniform-img {
  display: none;
}
.player-mv-block .middle-box .person .uniform-img {
  max-width: 100%;
  bottom: 0;
  right: 0;
}
.player-mv-block .middle-box .person .uniform-img img {
  height: 580px;
  max-width: none;
}
.player-mv-block .upper-box {
	position: relative;
	overflow: hidden;
  height: 400px;
}
.player-mv-block .upper-box .name {
  display: block;
}
.player-mv-block .upper-box .name .num {
  font-size: 45px;
  margin-right: 0;
}
.player-mv-block .upper-box .name .ttl .en {
  font-size: 47px;
}
.player-mv-block .upper-box .name .ttl .jp {
  margin-top: 10px;
  font-size: 15px;
}
.player-mv-block .upper-box .sign {
  margin-top: 30px;
  width: 130px;
  margin-left: 25px;
}
.player-mv-block .upper-box .uniform-img {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: auto;
	height: 100%;
	pointer-events: none;
}
.player-mv-block .upper-box .uniform-img img {
 width: auto;
 height: 100%;
}
.player-mv-block .middle-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -25px;
}
.player-mv-block .middle-box .profile {
  border-color: #000;
  border-right: 1px solid;
  border-left: 1px solid;
  margin: auto;
  min-width: 280px;
  width: calc(100% - 40px);
  order: 2;
	position: relative;
}
.player-mv-block .middle-box .profile .profile-list li + li {
	margin-top: 20px;
}
.player-mv-block .middle-box .profile .sign {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5px;
	width: 35%;
	height: 100%;
	margin: auto;
	display: flex;
	align-items: center;
	padding: 5px;
}
.player-mv-block .middle-box .profile .sign img {
	width: 100%;
	height: auto;
}
.player-mv-block .middle-box .profile .ttl {
  font-size: 22px;
  margin-bottom: 20px;
}
.player-mv-block .middle-box .profile .profile-list li .c-ttl03 {
  width: 140px;
}
.player-mv-block .middle-box .profile .profile-list li .txt {
  font-size: 16px;
  width: calc(100% - 140px);
}
.player-mv-block .middle-box .profile .profile-list .sns {
  margin-right: 10px;
  margin-bottom: 0;
}
.player-mv-block .middle-box .table {
  border-color: #000;
  border-top: 1px solid;
  border-bottom: 1px solid;
  order: 3;
  width: 100%;
}
.player-mv-block .middle-box .table .profile-table {
  width: 100%;
}
.player-mv-block .middle-box .table .profile-table th {
  width: 90px;
}
.player-mv-block .middle-box .table .profile-table td {
  width: calc(100% - 90px);
}
.player-mv-block .middle-box .person {
  border-bottom: 1px solid #000;
  display: flex;
  flex-flow: row-reverse;
  width: 100%;
  order: 1;
}
.player-mv-block .middle-box .person .upper {
  position: relative;
  width: calc(100% - 140px);
  height: auto;
  text-align: left;
  border-left: 1px solid #000;
}
.player-mv-block .middle-box .person .upper .txt {
  margin-left: 0;
}
.player-mv-block .middle-box .person .office-img {
  width: 140px;
  margin-top: -40px;
  position: inherit;
  bottom: inherit;
}
.player-mv-block .middle-box .person .office-img img {
  width: 100%;
}
.player-mv-block .under-box {
  font-size: 13px;
	padding: 0;
}
.player-mv-block .under-box .inn {
	width: calc(100% - 40px);
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 20px;
	margin: auto;
}
.player-mv-block .under-box p {
  font-size: 12px;
}
.player-mv-block .under-box .ttl {
  font-size: 12px;
	margin-top: 30px;
}
.player-mv-block .under-box .txt {
  font-size: 16px;
  font-weight: 800;
}

.record-list .c-ttl03 {
  margin-bottom: 10px;
  padding-right: 0;
}
.record-list .txt, .record-list .record {
  font-size: 13px;
}
.record-list .col3 .txt, .record-list .col3 .record {
  display: block;
}
.record-list .col3 .record {
  margin-top: 6px;
  font-weight: bold;
}

/*------------------------------------------------------------------------------
  cheer
------------------------------------------------------------------------------*/
.cheer .page-ttl-block .summary {
  margin: 25px 0 30px;
  text-align: left;
}
.cheer .summary-block {
  margin: 30px 0 30px;
}
.cheer .summary-block .btn-list {
  display: block;
}
.cheer .summary-block .btn-list li {
  width: 100%;
}
.cheer .summary-block .btn-list li + li {
  margin-left: 0;
  margin-top: 15px;
}
.cheer .summary-block .btn-list li a {
  font-size: 16px;
  padding: 18px 30px 18px 18px;
}
.cheer .summary-block .btn-list li a::after {
  background-size: 6px 10px;
  width: 6px;
  height: 10px;
  right: 12px;
}
.cheer .summary-block .news {
  border-width: 3px;
  margin-top: 30px;
  padding: 20px;
}
.cheer .summary-block .news .ttl {
  text-align: left;
  font-size: 18px;
  margin-bottom: 15px;
  padding-bottom: 20px;
}
.cheer .summary-block .news .txt {
  font-size: 14px;
}
.cheer .content-ttl .small {
  font-size: 17px;
  margin-bottom: 6px;
}
.cheer .content-ttl .large {
  font-size: 30px;
}
.cheer .content-ttl .min {
  font-size: 13px;
  margin-top: 6px;
}
.cheer .cheer-block .inner-block {
  padding: 0;
}
.cheer .cheer-block .box .ttl, .cheer .cheer-block .box .txt-area {
  padding: 16px 20px;
}
.cheer .cheer-block .box .ttl {
  font-size: 20px;
}
.cheer .cheer-block .box .txt-area .txt {
  font-size: 14px;
}
.cheer .cheer-block .border-box {
  margin-top: 15px;
}
.cheer .cheer-block .border-link-list {
  margin-top: 15px;
}
.cheer .cheer-block .border-link-list .link-inn {
  padding: 0px 12px 0 15px;
}
.cheer .cheer-block .border-link-list .link-inn + .sns {
  margin-left: 35px;
}
.cheer .cheer-block .border-link-list .sns-wrap .link-inn {
  display: block;
  margin-bottom: 10px;
}
.cheer .cheer-block .border-link-list .sns-wrap .link-inn::after {
  content: none;
}
.cheer .cheer-block .border-link-list .sns-wrap .sns {
  display: inline-block;
  padding: 0;
  position: relative;
  vertical-align: bottom;
}
.cheer .cheer-block .border-link-list .sns-wrap .sns + .sns {
  margin-left: 10px;
}
.cheer .cheer-block .border-link-list .sns-wrap .sns + .sns::after {
  content: none;
}
.cheer .cheer-block .border-link-list .sns-wrap .sns::after {
  background: url(../img/common/arrow_right_black.svg) no-repeat center center;
  background-size: 6px 11px;
  content: "";
  display: block;
  width: 6px;
  height: 11px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: -20px;
  margin: auto;
}
.cheer .cheer-block + .cheer-block {
  margin-top: 40px;
}
.cheer .watch .upper-area {
  flex-wrap: wrap;
}
.cheer .watch .upper-area .content-ttl {
  width: calc(100% - 160px);
}
.cheer .watch .upper-area .box {
  width: 100%;
  order: 3;
}
.cheer .watch .upper-area .img {
  border-bottom: 1px solid;
  order: 2;
  width: 160px;
  min-height: 190px;
}
.cheer .watch .under-area {
  flex-wrap: wrap;
}
.cheer .watch .under-area .box01 {
  border-bottom: 1px solid;
}
.cheer .watch .under-area .box01 .inn {
  width: calc(100% - 140px);
}
.cheer .watch .under-area .box01 .img {
  width: 140px;
  border-right: 1px none;
  min-height: 385px;
}
.cheer .watch .under-area .box02 {
  width: 100%;
}
.cheer .venue .bold {
  margin-bottom: 6px;
}
.cheer .venue .box01 .img,
.cheer .venue .box03 .img,
.cheer .venue .box04 .img,
.cheer .venue .box05 .img {
  border-top: 1px solid;
  width: 100%;
  min-height: 200px;
}
.cheer .venue .box04 .img {
  height: 0;
  padding-top: 70%;
}
.cheer .game .box01 .img,
.cheer .game .box02 .img,
.cheer .game .box03 .img,
.cheer .game .box04 .img,
.cheer .game .box05 .img,
.cheer .game .box06 .img {
  border-top: 1px solid;
  width: 100%;
  min-height: 200px;
}
.cheer .game .box04 {
  border-top: 1px solid;
}
.cheer .game .box05 {
  border-top: 1px solid;
}
.cheer .game .box05 .img {
  height: 240px;
}
.cheer .game .box06 .inn {
  width: calc(100% - 140px);
}
.cheer .game .box06 .img {
  border-top: none;
  width: 140px;
}
.cheer .manners-block {
  margin-top: 50px;
}
.cheer .manners-block .c-ttl02 {
  margin-top: 50px;
}
.cheer .manners-block .c-ttl03 {
  font-size: 18px;
}
.cheer .manners-block .circle-list + .c-ttl03 {
  margin-top: 25px;
}
.cheer .manners-block .note-box {
  margin-top: 30px;
  padding: 20px;
}

/*------------------------------------------------------------------------------
  lecture
------------------------------------------------------------------------------*/
.lecture .summary {
  margin-bottom: 20px;
}
.lecture .c-ttl02 {
  margin-bottom: 20px;
}
.lecture .movie-area .box-wrap .box + .box {
  margin-top: 30px;
}
.lecture .movie-area .point-box {
  margin-top: 30px;
}
.lecture .movie-area .point-box .inn {
  padding: 15px 20px;
}
.lecture .movie-area .point-box .inn.point {
  border-bottom: 1px solid #000;
}
.lecture .movie-area .point-box .inn.point .ttl {
  font-size: 20px;
}
.lecture .movie-area .point-box .inn.img-area {
  padding-right: 120px;
}
.lecture .movie-area .point-box .inn.img-area .txt {
  font-size: 14px;
}
.lecture .movie-area .point-box .inn.img-area .img {
  width: 100px;
}
.lecture .movie-area .point-box .inn.img-area .img .name {
  font-size: 10px;
}
.lecture .member-area .mv {
  margin: 0 -25px 30px;
}
.lecture .member-area .cheer-list {
  justify-content: center;
}
.lecture .member-area .cheer-list > li + li {
  margin-top: 20px;
}
.lecture .member-area .cheer-list .txt-area .name, .lecture .member-area .cheer-list .txt-area .profile {
  padding: 15px 20px;
}
.lecture .member-area .cheer-list .txt-area .name {
  font-size: 20px;
}
.lecture .member-area .cheer-list .txt-area .profile .txt {
  font-size: 16px;
}
.lecture .member-area .cheer-list .txt-area .profile li + li {
  margin-top: 15px;
}
.lecture .goods-area .goods-list li + li {
  margin-top: 20px;
}
.lecture .goods-area .goods-list .c-ttl03 {
  padding-left: 16px;
  font-size: 16px;
  margin-top: 5px;
}
.lecture .goods-area .btn-wrap .c-btn {
  margin-top: 40px;
}

.text-link-area .ico {
  font-size: 15px;
}

/*------------------------------------------------------------------------------
schedule
------------------------------------------------------------------------------*/
.toplayer-wrap {
  text-align: right;
  position: static;
  margin: 10px 0;
  width: auto;
}
.toplayer-wrap a {
  font-size: 16px;
  line-height: normal;
  display: inline-block;
  padding: 3px 45px 5px 7px;
}
.toplayer-wrap a:after {
  top: calc(0.5em + 3px);
}
.schedule .select-box {
  flex-direction: column;
  margin-bottom: 20px;
}
.schedule .select-box.stop .txt-area {
  position: relative;
}
.schedule .select-box.stop .txt-area::before {
  width: 100%;
}
.schedule .select-box.stop .txt-area::after {
  background: #212327;
  color: #fff;
  content: "中止";
  padding: 20px 0;
  position: absolute;
  top: 0;
  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 .ttl-area {
  width: 100%;
  border: 1px solid #000;
  border-width: 0 0 1px;
}
.schedule .select-box .ttl-area .info .ttl {
  font-size: 18px;
}
.schedule .select-box .ttl-area .info .day {
  font-size: 20px;
}
.schedule .select-box .ttl-area .info .time {
  font-size: 12px;
}
.schedule .select-box .ttl-area .result {
  font-size: 30px;
  padding: 15px 0;
}
.schedule .select-box .ttl-area .competitor {
  padding: 15px;
}
@media all and (-ms-high-contrast: none) {
  .schedule .select-box .ttl-area {
    justify-content: space-around;
    align-items: center;
  }
  .schedule .select-box .ttl-area .c-ttl {
    margin: inherit;
  }
}
.schedule .select-box .txt-area {
  padding: 20px 25px 30px;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-around;
}
.schedule .select-box .txt-area .teams {
  width: 40%;
}
.schedule .select-box .txt-area .teams .img {
  width: 100%;
  max-width: 150px;
  height: 70px;
  margin: 0 auto;
}
.schedule .select-box .txt-area .teams .txt {
  margin-top: 6px;
  font-size: 14px;
}
.schedule .select-box .txt-area .scores {
  width: 100%;
  margin-top: 8px;
}
.schedule .select-box .txt-area .scores .result {
  justify-content: space-around;
  padding: 0 0px 15px;
}
.schedule .select-box .txt-area .scores .result::before {
  width: 20px;
  height: 3px;
  top: 18px;
}
.schedule .select-box .txt-area .scores .result .num {
  font-size: 35px;
  width: 40%;
  text-align: center;
}
.schedule .select-box .txt-area .scores .result .vs {
  font-size: 20px;
  margin-top: -26px;
}
.schedule .select-box .social-btn-wrap.c-btn {
  width: 130px;
}
.schedule .select-box .social-btn-wrap.c-btn::after {
  right: 15px;
}

/*------------------------------------------------------------------------------
  news
------------------------------------------------------------------------------*/
.news .box-area .select-box {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 30px;
}
.news .box-area .select-box a {
  border: 1px solid #000;
  padding: 30px;
}
.news .box-area .select-box::after {
  height: 30px;
  width: 30px;
}
.news .box-area .select-box:last-child {
  margin-bottom: 0;
}
.news .box-area .select-box .txt-area {
  padding: 15px 0;
}
.news .box-area .select-box .txt-area .ttl {
  font-size: 18px;
}
.news .box-area .select-box .txt-area .day {
  font-size: 12px;
  margin-top: 10px;
}

.news-detail .news-area {
  padding: 40px 25px;
  margin-top: 30px;
}
.news-detail .news-area .news-ttl {
  padding-bottom: 15px;
}
.news-detail .news-area .news-ttl .ttl {
  font-size: 18px;
}
.news-detail .news-area .news-ttl .day {
  font-size: 12px;
  margin-top: 10px;
}
.news-detail .news-area .txt-area {
  padding-top: 25px;
}
.news-detail .news-area .txt-area .txt {
  font-size: 14px;
  margin-bottom: 10px;
}
.news-detail .news-area .txt-area a {
  font-size: 12px;
}

/*------------------------------------------------------------------------------
  rule
------------------------------------------------------------------------------*/
.rule .summary {
  font-size: 14px;
  text-align: left;
  margin-top: 30px;
}
.rule .balloon-area {
  margin-bottom: 10px;
  position: relative;
}
.rule .balloon-area .img {
  padding-left: 0;
  position: absolute;
  right: -10px;
  bottom: 1px;
  width: 90px;
  z-index: 1;
  margin: 0;
}
.rule .balloon-area .balloon {
  font-size: 14px;
  width: 100%;
  margin-top: 0;
}
.rule .balloon-area .balloon .inn {
  padding: 20px;
  padding-right: 80px;
}
.rule .balloon-area .balloon::before, .rule .balloon-area .balloon::after {
  content: none;
}
.rule .movie-area {
  width: 100%;
  height: 260px;
  margin-bottom: 30px;
}
.rule .rule-area .txt-area {
  margin-bottom: 20px;
}
.rule .rule-area .txt-area .txt {
  font-size: 14px;
}

@media screen and (max-width: 374px) {
  .player-mv-block .inner-block > .uniform-img {
    right: -65px;
  }
}

.gallery-list li {
  width: calc((99.9999% - 15px)/2);
}

.gallery-list li:nth-child(odd) {
  margin-right: 15px;
}

.gallery-list li:nth-child(n+3) {
  margin-top: 15px;
}

/*------------------------------------------------------------------------------
  download
------------------------------------------------------------------------------*/
@media screen and (max-width: 639px) {
    .download {
        padding-bottom: 0;
    }
    .download .pc {
        display: none;
    }
    .download .outer-block:not(.page-ttl-block) {
        margin-top: 45px;
    }
    .download-detail-area .download-item {
        padding: 0;
    }
    .download-box .antelopes-download-image > li p {
        margin: 30px 0 0;
    }
    .download-box .antelopes-download-image > li p small {
        font-weight: normal;
        font-size: 0.8em;
    }

    .download-detail-area {
        margin: 0 auto;
    }
    ul.download-switching-tab {
        justify-content: space-between;
    }
    ul.download-switching-tab li {
        width: 31%;
    }
    ul.download-switching-tab li span {
        font-size: 18px;
        padding: 15px 0;
    }
    .download-items {
        min-height: 280px;
        background-size: 90%;
    }
    .download-items .unit {
        padding: 10%;
    }
    .download-items .unit + .unit {
        margin: 40px 0 0;
    }
    .download-box .antelopes-download-image + .antelopes-download-image {
        margin-top: 10%;
    }
    .download-box .antelopes-download-image > li {
        width: 100%;
    }
    .download-box .antelopes-download-image > li.comingsoon {
        font-size: 18px;
    }
    .download-box .antelopes-download-image:not(.each-player) > li + li {
        margin-top: 10%;
    }
    .download-box .wallpaper .antelopes-download-image.each-player > li {
        margin-top: 10%;
    }
    .download-box .wallpaper .antelopes-download-image.each-player > li:not(:nth-child(n+3)) {
        margin-top: 0;
    }
    .download-box .download-items.wallpaper .antelopes-download-image:not(.each-player) > li:nth-child(2) dl dt img {
        width: 70%;
    }
    .download-box .download-items.sns .antelopes-download-image > li dl dt img {
        width: 85%;
    }
    .download-box .antelopes-download-image.each-player li dl dd.downloads ul li a {
        max-width: 100px;
    }
}

/*----------------------------------
  2502 リニューアル top 
-----------------------------------*/
.news-cont {
	flex-wrap: wrap;
	justify-content: space-between;
}
.news-block .news-ttl-area {
	border-top: 4px solid #000;
}
.news-inner {
	width: 48%;
	margin-bottom: 28px;
}
.news-block .news-inner:nth-child(even) {
	margin-left: 0;
}
.news-block .cat {
	margin-bottom: 0;
}
.news-inner:nth-last-child(1),
.news-inner:nth-last-child(2) {
	margin-bottom: 0;
}
.news-item .box {
	height: auto;
	padding: 10px 0 0;
}
.nextgame-block {
	min-width: auto;
	border-top: 3px solid #000;
	padding: 0;
}
.nextgame-ttl-area {
	padding: 15px 0;
}
.nextgame-block .inner-block {
	min-width: auto;
	width: 100%;
}
.nextgame-container {
	border-bottom: 3px solid #000;
}
.nextgame-container .inner-block {
	flex-direction: column;
	padding: 0;
}
.nextgame-cont:first-child {
	border-left: none;
}
.nextgame-cont {
	box-sizing: border-box;
	width: calc(100%);
	padding: 28px 24px;
	border-right: none;
	border-bottom: 1px solid #000;
}
.nextgame-date .date {
	font-size: 16px;
}
.nextgame-date small,
.nextgame-date .time {
	font-size: 12px;
	margin-left: 8px;
}
.nextgame-vs {
	font-size: 20px;
	margin-top: 20px;
	padding-left: 28px;
}
.nextgame-vs::before {
	top: 4px;
	font-size: 16px;
	margin-right: 8px;
}
.nextgame-map {
	margin-top: 20px;
}
.social-wrap-new {
	border-top: none;
	min-width: auto;
}
.social-wrap-new .inner-block {
	max-width: none;
	min-width: auto;
	width: 100%;
}
.social-block {
	border-top: 3px solid #000
}
.social-block .social-cont {
	min-width: auto;
	width: 100%!important;
	border: none!important;
}
.social-block .social-ttl-wrap {
	border-top: 1px solid #000!important;
	height: 60px;
}
.social-block .social-cont .social-list {
	padding: 28px 24px;
	height: auto;
	min-height: 280px;
}

/*----------------------------------
  2502 リニューアル team
-----------------------------------*/
.team .greeting-wrap .txt-wrap {
	background-position: 45% 65%;
	background-size: 70% auto;
}
.team .greeting-wrap .img {
	text-align: center;
}
.team .logo-wrap .logo {
	width: 100%;
	text-align: center;
}
.team .logo-wrap .logo img {
	width: 60%;
}
.team .logo-wrap .txt {
	width: 100%;
}
.team .table_scroll {
	height: 725px;
	max-height: 70vh;
}
.team .table_scroll::-webkit-scrollbar {
  width: 5px;
}

/*----------------------------------
  2502 リニューアル player
-----------------------------------*/
.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 {
	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 24px 10px ;

}
.schedule .select-container .c-border {
	border: none;
	margin-bottom: 10px!important;
}
.schedule .select-container .select-wrap {
	padding: 0 10px 5px 0;
}
.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: 0;
	width: 40px;
}
.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 .num time {
	width: 20px;
}
.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(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";
}


/*----------------------------------
  2502 リニューアル GAME 詳細
-----------------------------------*/
.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;
}
