/*
Theme Name: company
*/
@charset "utf-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*************************************************************

ここまでリセット

*************************************************************/
img{
  width: 100%;
  vertical-align:top;
}
.c-section{
  width: 95%;
  max-width: 1200px;
  margin: 40px auto 0;
  line-height: 1.25;
  letter-spacing: 0;
}
.c-section__inner{
  margin: 0 50px;
}
.c-section__1col{
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  padding: 25px 0 35px;
}
.c-section__1col.c-section__1colBl{
  background: #000;
}
.c-section__1col.c-section__1colBl .c-heading:before{
  background: url(images/icon_heading_bg-bl.svg) no-repeat;
}
.c-section__1col.c-section__1colBl .c-heading h2{
  color: #fff;
}
.c-section__1col.c-section__1colPk{
  background: #d3275c;
}
.c-section__1col.c-section__1colPk .c-heading:before{
  background: url(images/icon_heading_bg-pk.svg) no-repeat;
}
.c-section__1col.c-section__1colPk .c-heading h2{
  color: #fff;
}
.c-section__1col.c-section__1colPk .c-heading h2 span{
  color: #000;
}
a:hover{
  transition: all .3s;
  opacity: 0.8;
  filter: alpha(opacity = 80);
  -ms-filter: "alpha(opacity=80)";
}
.c-heading{
  text-align: center;
  font-size: 45px;
  position: relative;
}
.c-heading:before{
  content: "";
  background: url(images/icon_heading_bg.svg) no-repeat;
  display: block;
  width: 120px;
  height: 108px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.c-heading h2{
  color: #000;
  font-size: 45px;
  position: relative;
  padding: 20px 0;
  font-family: 'Oswald', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.c-heading h2 span{
  color: #d3275c;
  font-size: 18px;
  display: block;
  font-family: "YuGothicStd", "Yu Gothic", "Meiryo", sans-serif;
}
.c-linkMore{
  margin-top: 25px;
  text-align: right;
}
.c-linkMore a{
  text-decoration: none;
  color: #d3275c;
  font-weight: bold;
  font-size: 22px;
  position: relative;
  padding-right: 27px;
  font-family: 'Oswald', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.c-linkMore a:after{
  content: "";
  background: url(images/icon_link.svg) no-repeat;
  display: block;
  width: 12px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.c-linkMore__inner{
  display: inline-block;
}
.c-linkMore__inner:hover{
  -webkit-transform: translate(1px, 1px);
  transform: translate(1px, 1px);
}
header,footer{
  font-family: "YuGothicStd", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.25;
  letter-spacing: 0;
}
.c-link__none{
  pointer-events: none;
}

/********** header **********/
header{
  background: linear-gradient(180deg, #d3275c 0%, #d3275c 50%, #000 50%, #000 100%);
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
  transition: top 0.3s ease;
  border-bottom: 1px solid #f3efe6;
}
.l-header__inner{
  background: #f3efe6;
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  position: relative;
}
.l-header__bg{
  width: 100%;
}
.l-header__center{
    width: 8.5%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.l-header__center:hover{
  -webkit-transform: translate(1px, 1px);
  transform: translate(1px, 1px);
}
.l-header__contents{
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 50%
}
.l-header__contentsTeams{
  top: 0;
}
.l-header__contentsNav{
  top: 50%;
}
.l-header__teams{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}
.l-header__teams ul{
  width: 35%;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.l-header__teams ul li{
  width: 13%;
}
.l-header__teams ul li:hover{
  -webkit-transform: translate(1px, 1px);
  transform: translate(1px, 1px);
}
.l-header__nav{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}
.l-header__nav > ul{
  width: 45%;
  height: 100%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.l-header__nav > ul > li{
  position: relative;
  height: 100%;
}
.l-header__nav > ul:first-child{
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.l-header__nav > ul:last-child{
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.l-header__nav > ul:first-child > li:first-child{
  width: 40%;
  max-width: 175px;
  min-width: 140px;
}
.l-header__nav > ul:first-child > li:nth-child(2){
  width: 30%;
  max-width: 165px;
  min-width: 105px;
}
.l-header__nav > ul:first-child > li:last-child{
  width: 30%;
  max-width: 140px;
  min-width: 100px;
}
.l-header__nav > ul:last-child > li:first-child{
  width: 20%;
  max-width: 110px;
  min-width: 65px;
}
.l-header__nav > ul:last-child > li:nth-child(2){
  width: 42%;
  max-width: 190px;
  min-width: 155px;
}
.l-header__nav > ul:last-child> li:last-child{
  width: 38%;
  max-width: 190px;
  min-width: 155px;
}
.l-header__nav > ul li a span{
  color: #d3275c;
  font-size: 11px;
  font-family: 'Oswald', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
}
.l-header__nav ul li{
  text-align: center;
}
.l-header__nav ul li a{
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
}
.l-header__nav > ul > li > a{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.c-link__icon{
  position: relative;
  padding-right: 25px;
}
.c-link__icon:after{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.c-link__dropdown:after{
  background: url(images/icon_link_dropdown.svg) no-repeat;
  width: 18px;
  height: 11px;
}
ul.l-dropdownLists{
  display: none;
  background: #000;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
ul.l-dropdownLists li{
  width: 100%;
  border-top: 1px dotted #d3275c;
}
ul.l-dropdownLists li a{
  display: block;
  font-size: 14px;
  padding: 15px 0px;
  position: static;
}
ul.l-dropdownLists li a.c-link__external{
  display: inline-block;
  position: relative;
  padding-right: 24px;
}
ul.l-dropdownLists li a.c-link__external:after{
  content: "";
  background: url(images/icon_link_external.svg) no-repeat;
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
ul.l-dropdownLists li a.c-link__grayOut{
  pointer-events: none !important;
  color: #898989 !important;
}
ul.l-dropdownLists.open{
  display: block;
}
header.header_scroll .l-header__center{
  display: none;
}
header.header_scroll .l-header__inner{
  background: #000;
}
header.header_scroll .l-header__nav > ul{
  width: 50%;
}
header.header_scroll .l-header__nav > ul:first-child > li:first-child{
  max-width: 240px;
}
header.header_scroll .l-header__nav > ul:first-child > li:nth-child(2){
  max-width: 180px;
}
header.header_scroll .l-header__nav > ul:first-child > li:last-child{
  max-width: 180px;
}
header.header_scroll .l-header__nav > ul:last-child > li:first-child{
  max-width: 120px;
}
header.header_scroll .l-header__nav > ul:last-child > li:nth-child(2){
  max-width: 250px;
}
header.header_scroll .l-header__nav > ul:last-child> li:last-child{
  max-width: 225px;
}

/********** keyvisual **********/
.c-keyvisual{
  background: #000;
  padding: 20px 0 10px;
}
ul.c-keyvisual__lists li.c-keyvisual__item{
  /* width: 100%;
  max-width: 775px; */
  margin: -20px 20px 0 20px;
}
.c-keyvisual__dots{
  margin-top: 10px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.c-keyvisual__dots button{
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
.c-keyvisual__dots li {
  margin-right: 10px;
  cursor: pointer;
  position: relative;
}
.c-keyvisual__dots li::before {
  content: "";
  display: inline-block;
  background: url(images/icon_keyvisual_dot.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 14px;
  transition: background-image .5s ease;
}
.c-keyvisual__dots li.slick-active::before {
  background: url(images/icon_keyvisual_dot-active.svg) no-repeat;
}
.c-keyvisual__dots li:hover::before {
  background: url(images/icon_keyvisual_dot-active.svg) no-repeat;
}
.c-keyvisual__dots li:last-child {
  margin-right: 0;
}
.c-keyvisual .slick-slide img{
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.c-keyvisual .slick-track{
  height: 325px;
}

/********** schedule **********/
.c-schedule {
  max-width: 1200px;
  width: 100%;
  margin: 25px auto 0;
  line-height: 1.25;
  letter-spacing: 0;
}
.schedule-slider {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  max-width: 350px;
}
.schedule-item {
  padding: 10px;
  text-align: center;
}
.scheduleSlider-arrow{
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.scheduleSlider-arrow:hover{
  opacity: 0.8;
}
.schedule-item p.schedule-item__day{
  font-size: 28px;
  font-weight: bold;
  font-family: 'Oswald', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.schedule-item p.schedule-item__day span{
  font-size: 22px;
}
.schedule-item p.schedule-item__season{
  margin-top: 5px;
  color: #d3275c;
  font-size: 16px;
  font-weight: bold;
}
.schedule-item p.schedule-item__season span{
  color: #fff;
  background: #d3275c;
  margin-left: 10px;
  padding: 1px 5px
}
.details-slider {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  display: none;
}
.details-item {
  border-radius: 8px;
  background: #f9f9f9;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
  text-align: center;
  margin: 10px 10px;
  position: relative;
}
.details-item:hover{
  border:1px solid #d3275c;
}
.details-item > a{
  padding: 10px 10px 120px 10px;
  display: block;
  text-decoration: none;
  color: #000;
}
.details-item > a.details-item-live{
  padding: 10px 10px 70px 10px;
}
p.detail-team,
p.detail-teamLogo{
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}
p.detail-team span,
p.detail-teamLogo span{
  width: 32%;
  margin-left: 2%;
  display: inline-block;
}
p.detail-teamLogo span.score{
  min-width: 80px;
}
p.detail-team span:first-child,
p.detail-teamLogo span:first-child{
  margin-left: 0;
}
p.detail-team{
  font-size: 14px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
p.detail-teamLogo{
  font-size: 26px;
  font-weight: bold;
  font-family: 'Oswald', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  min-height: 60px;
}
p.detail-teamLogo img{
  max-width: 60px;
  margin: 0 auto;
}
p.detail-teamLogo span.c-teamLogo__undetermined{
  font-size: 14px;
  font-weight: normal;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
p.detail-teamLogo span.c-teamLogo__undetermined br{
  display: none !important;
}
p.detail-info{
  text-align: center;
  font-size: 12px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1.25;
}
p.detail-info span{
  display: block;
}
p.detail-info span.detail-info__situation{
  color: #999999;
  font-weight: bold;
}
p.detail-info span.detail-info__place{
  margin-top: 5px;
}
p.detail-link{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  width: 95%;
  margin: 0 auto;
}
p.detail-link a{
  display: block;
  margin-top: 10px;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  color: #d3275c;
  border-radius: 60px;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  padding: 12px;
}
p.detail-link a:first-child{
  margin-top: 0;
}
p.detail-link a:hover{
  -webkit-transform: translate(1px, 1px);
  transform: translate(1px, 1px);
}
p.detail-link a span{
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
p.detail-link a span img{
  width: 100px;
  margin-right: 5px;
}
p.detail-link a.detail-link__ticket{
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
p.detail-link a.detail-link__live{
  border: 1px solid #d3275c;
  background: #d3275c;
  color: #fff;
  font-family: 'Oswald', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 6px 6px 6px 12px;
}
p.detail-link a.detail-link__live span.detail-link__liveInner span{
  font-size: 10px;
  font-weight: normal;
  display: block;
  text-align: left;
  margin-bottom: 3px;
}
p.detail-link a.detail-link__live span.detail-link__liveInner{
  display: inline-block;
  position: relative;
  padding-left: 30px;
}
p.detail-link a.detail-link__live span.detail-link__liveInner:before{
  content: "";
  background: url(images/sub/live.svg) no-repeat;
  background-size: cover;
  width: 18px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
a.detail-link__tv.detail-link__none,
a.detail-link__ticket.detail-link__none,
a.detail-link__live.detail-link__none{
  pointer-events: none;
  position: relative;
  border: none !important;
}
a.detail-link__tv.detail-link__none:after,
a.detail-link__ticket.detail-link__none:after,
a.detail-link__live.detail-link__none:after{
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background: #e3e3e3;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 60px;
  opacity: 0.8;
}
.c-schedule .slick-track{
  margin: 0;
}
.c-link{
  margin: 25px;
  text-align: center;
}
.c-link a:hover{
  -webkit-transform: translate(1px, 1px);
  transform: translate(1px, 1px);
}
.c-link a{
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  border-radius: 60px;
  padding: 15px 45px;
  display: inline-block;
}
.c-link.c-link__schedule a{
  background: #d3275c;
  color: #fff;
}
.c-link__schedules{
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.c-link__schedules a{
  margin-right: 35px;
}
.c-link__schedules a:last-child{
  margin-right: 0;
}

/********** ranking **********/
.c-ranking{
  width: 100%;
  margin: 25px auto 0;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  background: #fff;
}
.c-rankingItem{
  width: 48%;
}
.c-ranking table{
  width: 100%;
}
.c-ranking table tr{
  border-bottom: 1px dotted #898989;
  width: 100%;
}
.c-ranking table tr.c-tableHeading,
.c-ranking table tr.c-tableItem{
  border-bottom: 1px solid #fff;
}
.c-ranking table tr.c-tableHeading{
  background: #d3275c;
}
.c-ranking table tr.c-tableItem{
  background: #000;
}
.c-ranking table tr.c-tableItem td:last-child{
  border-right: none;
}
.c-ranking table tr td{
  padding: 10px;
  font-size: 14px;
  vertical-align: middle;
  text-align: center;
}
.c-ranking table tr td:nth-child(1),
.c-ranking table tr td:nth-child(2){
  font-weight: bold;
}
.c-ranking table tr td:nth-child(1){
  width: 15%;
  min-width: 52px;
  font-size: 26px;
  color: #d3275c;
  font-family: 'Oswald', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.c-ranking table tr td:nth-child(2){
  text-align: left;
}
.c-ranking table tr td.bg{
  background: #f5e4ea;
}
.c-ranking table tr.c-tableHeading td{
  color: #000;
  font-weight: bold;
  font-size: 26px;
  text-align: left;
  font-family: 'Oswald', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.c-ranking table tr.c-tableHeading td span{
  color: #fff;
  font-size: 16px;
  font-family: "YuGothicStd", "Yu Gothic", "Meiryo", sans-serif;
  vertical-align: middle;
}
.c-ranking table tr.c-tableItem td{
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  border-right: 1px solid #fff;
}
.c-rankingSelect{
  text-align: right;
}
select#rankingSelect,
select.c-tabSelect{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Oswald', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  padding: 10px 55px 10px 30px;
  border: 2px solid #d3275c;
  border-radius: 60px;
  background-image: url(images/icon_link_dropdown.svg);
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: right 10px center;
}
select#rankingSelect::-ms-expand,
select.c-tabSelect::-ms-expand {
  display: none;
}
@media screen and (max-width: 768px){
  .c-result_tableSelect{
    margin-top: 25px;
  }
}

/********** news **********/
.c-news{
  font-size: 16px;
  margin-top: 25px;
}
.c-news .c-news__item{
  width: 100%;
  display: table;
  margin-top: 20px;
}
.c-news .c-news__item:first-child{
  margin-top: 0;
}
.c-newsImg,
.c-newsText{
  display: table-cell;
  vertical-align: middle;
}
.c-newsImg{
  width: 20%;
  padding-right: 5%;
}
.c-newsText{
  width: 80%;
  border-bottom: 1px dotted #898989;
}
.c-news__item.c-item__noImg .c-newsImg{
  display: none;
}
.c-news__item.c-item__noImg .c-newsText{
  width: 100%;
}
.c-newsText__day,
.c-newsText__read{
  display: table-cell;
  vertical-align: middle;
}
.c-newsText__day{
  text-align: center;
  padding-right: 20px;
  font-family: 'Oswald', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.c-newsLabel{
  color: #fff;
  padding: 3px;
  margin: 10px 0;
}
.c-newsText__read a{
  text-decoration: none;
  color: #000;
}
.c-category__news,
.c-category__event,
.c-category__goods{
  background: #d3275c;
}
.c-category__highlights,
.c-category__result{
  background: #000;
}
a.c-category__result__text br{
  display: none;
}

/********** movie **********/
.c-movie{
  display: flex;
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
}
.c-movie .c-movie__item{
  width: 30%;
  margin-left: 5%;
}
.c-movie .c-movie__item:first-child{
  margin-left: 0;
}
.c-movieText__day{
  margin-top: 15px;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  font-family: 'Oswald', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.c-movieLabel{
  font-size: 14px;
  background: #d3275c;
  color: #fff;
  font-weight: bold;
  margin-left: 15px;
  padding: 1px 5px;
}
.c-movieText__read{
  margin-top: 15px;
}
.c-movieText__read a{
  text-decoration: none;
  color: #fff;
}
.c-movieImg {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.c-movieImg iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/********** team **********/
.c-teamLink{
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 10px;
}
.c-teamLink a{
  font-size: 16px;
  font-weight: bold;
  background: #d3275c;
  color: #fff;
  text-align: center;
  text-decoration: none;
  width: 49%;
  margin-left: 2%;
  border-radius: 60px;
  padding: 10px;
}
.c-teamLink a:first-child{
  margin-left: 0;
}
.c-team{
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  margin-top: 10px;
}
.c-team .c-team__item{
  width: 48%;
  margin-right: 4%;
  text-align: center;
}
.c-team .c-team__item:first-child{
  margin-right: 0;
}
.c-team__item p{
  font-size: 30px;
  font-weight: bold;
  color: #000;
  margin-top: 20px;
  font-family: 'Oswald', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.c-team__item p span{
  font-size: 16px;
  color: #d3275c;
  font-family: "YuGothicStd", "Yu Gothic", "Meiryo", sans-serif;
}
ul.c-teamList{
  width: 100%;
  margin-top: 20px;
}
ul.c-teamList li{
  border-radius: 60px;
  border: 1px solid #d3275c;
  margin-top: 15px;
}
ul.c-teamList li:first-child{
  margin-top: 0;
}
ul.c-teamList li:hover{
  -webkit-transform: translate(1px, 1px);
  transform: translate(1px, 1px);
}
ul.c-teamList a{
  text-decoration: none;
  color: #000;
  position: relative;
  display: block;
  padding: 10px 30px 10px 105px;
}
ul.c-teamList a:before{
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
ul.c-teamList a.redterriers:before{
  background: url(images/icon_team_redterriers.svg) no-repeat;
}
ul.c-teamList a.shiningvega:before{
  background: url(images/icon_team_shiningvega.svg) no-repeat;
}
ul.c-teamList a.cherryblossoms:before{
  background: url(images/icon_team_cherryblossoms.svg) no-repeat;
}
ul.c-teamList a.bravebearies:before{
  background: url(images/icon_team_bravebearies.svg) no-repeat;
}
ul.c-teamList a.galaxystars:before{
  background: url(images/icon_team_galaxystars.svg) no-repeat;
}
ul.c-teamList a.rainbowstokes:before{
  background: url(images/icon_team_rainbowstokes.svg) no-repeat;
}
ul.c-teamList a.vertz:before{
  background: url(images/icon_team_vertz.svg) no-repeat;
}
ul.c-teamList a.waterwave:before{
  background: url(images/icon_team_waterwave.svg) no-repeat;
}
ul.c-teamList a.reverta:before{
  background: url(images/icon_team_reverta.svg) no-repeat;
}
ul.c-teamList a.beequeen:before{
  background: url(images/icon_team_beequeen.svg) no-repeat;
}
ul.c-teamList a.solfille:before{
  background: url(images/icon_team_solfille.svg) no-repeat;
}
ul.c-teamList a.medics:before{
  background: url(images/icon_team_medics.svg) no-repeat;
}
ul.c-teamList a.sundiva:before{
  background: url(images/icon_team_sundiva.svg) no-repeat;
}
ul.c-teamList a.minamo:before{
  background: url(images/icon_team_minamo.svg) no-repeat;
}
ul.c-teamList a.redfalcons:before{
  background: url(images/icon_team_redfalcons.svg) no-repeat;
}
ul.c-teamList a.brightpegasus:before{
  background: url(images/icon_team_brightpegasus.svg) no-repeat;
}
ul.c-teamList a:after{
  content: "";
  background: url(images/icon_link.svg) no-repeat;
  display: block;
  width: 8px;
  height: 13px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
ul.c-teamList a span{
  display: block;
  text-align: left;
}
ul.c-teamList a .c-teamName{
  font-size: 17px;
  font-weight: bold;
}
ul.c-teamList a .c-teamName__notation{
  font-size: 12px;
  font-weight: bold;
  color: #d3275c;
}
ul.c-teamList a .c-teamLocation{
  font-size: 14px;
  color: #898989;
  font-weight: bold;
  margin-top: 5px;
}

/********** about **********/
.c-about{
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}
.c-about__mission,
.c-about__vision{
  margin-top: 40px;
}
.c-about__mission p{
  font-size: 35px;
}
p.c-aboutHeading{
  color: #000;
  font-size: 20px;
  margin-bottom: 20px;
  font-family: 'Oswald', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

/********** links **********/
ul.c-links{
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}
ul.c-links.c-links__3col{
  margin-top: 40px;
}
ul.c-links li{
  margin-left: 30px;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
ul.c-links li:first-child{
  margin-left: 0;
}
ul.c-links li:hover{
  -webkit-transform: translate(1px, 1px);
  transform: translate(1px, 1px);
}
ul.c-links li a{
  display: block;
  position: relative;
  text-decoration: none;
  color: #fff;
}
ul.c-links li a img{
  border-radius: 8px;
}
ul.c-links li a p{
  display: inline-block;
  text-align: center;
  font-size: 45px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-family: 'Oswald', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
ul.c-links li a p span{
  display: block;
  font-size: 18px;
  font-family: "YuGothicStd", "Yu Gothic", "Meiryo", sans-serif;
}
ul.c-links li a p:after{
  content: "";
  background: url(images/icon_link_bg.svg) no-repeat;
  display: block;
  width: 125px;
  height: 113px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: -1;
}
ul.c-links li a.c-link__none{
  position: relative;
}
ul.c-links li a.c-link__none:after{
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background: #e3e3e3;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px;
  opacity: 0.8;
}

/********** partners **********/
ul.c-listPartners.c-listPartners__1col{
  margin-top: 10px;
}
ul.c-listPartners.c-listPartners__3col{
  width: 100%;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
	gap: 30px;
  margin-top: 38px;
}
ul.c-listPartners.c-listPartners__3col li{
  width:248px;
	text-align:center;
}
ul.c-listPartners.c-listPartners__3col li:first-child{
  margin-left: 0;
}
ul.c-listPartners.c-listPartners__3col li span{
  display: table;
  width: 100%;
}
ul.c-listPartners.c-listPartners__3col li span a{
  margin-left: 15px;
  display: table-cell;
  vertical-align: middle;
  padding-top: 15px;
}
ul.c-listPartners.c-listPartners__3col li span a:first-child{
  margin-left: 0;
}
ul.c-listPartners li{
  text-align: center;
}
ul.c-listPartners li a:hover{
  -webkit-transform: translate(1px, 1px);
  transform: translate(1px, 1px);
}
ul.c-listPartners li p{
  font-size: 20px;
  font-weight: bold;
  color: #898989;
  font-family: 'Oswald', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
ul.c-listPartners li a{
  display: block;
  margin-top: 15px;
}
ul.c-listPartners li a.nitori img{
  max-width: 248px;
}
ul.c-listPartners li a.mizuno img{
  max-width: 120px;
}
ul.c-listPartners li a.ain img{
  max-width: 290px;
}
ul.c-listPartners li a.sportsnavi img{
  max-width: 248px;
}
ul.c-listPartners li a.pia img{
  max-width: 120px;
}
ul.c-listPartners li a.lineyahoo img {
    max-width: 230px;
}

/********** sidebar **********/
.l-sidebar{
  position: fixed;
  width: 180px;
  left: 0;
  bottom: 50px;
}
.l-sidebar ul li{
  margin-top: 10px;
}
.l-sidebar ul li:first-child{
  margin-top: 0;
}
.l-sidebar ul li:hover{
  -webkit-transform: translate(1px, 1px);
  transform: translate(1px, 1px);
}

/********** pageTop **********/
.c-btn__pageTop{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #d3275c;
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  cursor: pointer;
	z-index: 10;
}
.c-btn__pageTop:hover{
  opacity: 0.8;
}
.c-btn__pageTop p{
  color: #fff;
  font-size: 11px;
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-family: 'Oswald', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1.25;
}
.c-btn__pageTop:before{
  content: "";
  width: 0;
  height: 0;
  border-bottom: 5px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  top: 13px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.c-btn__pageTop:after{
  content: "";
  width: 0;
  height: 0;
  border-bottom: 5px solid #d3275c;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/********** footer **********/
footer{
  background: #000;
  padding: 50px 15px;
  margin-top: 40px;
}
.l-footer__inner{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.l-footer__linkBox{
  width: 100%;
  border-bottom: 1px solid #d3275c;
  padding-bottom: 40px;
}
.l-footer__logo{
  float: left;
  width: 21%;
  margin-right: 9%;
}
.l-footer__logoImg:hover{
  -webkit-transform: translate(1px, 1px);
  transform: translate(1px, 1px);
}
.l-footer__pageLinks{
  float: right;
  width: 70%;
  display: flex;
}
.l-footer__linkBox:after{
  content:'';
  display: block;
  clear:both;
}
.l-pageLinks__leftBox,
.l-pageLinks__rightBox{
  display: flex;
  justify-content: space-around;
  width: 50%;
}
.l-pageLinks__item{
  width: 50%;
}
.l-pageLinks__item ul{
  margin-top: 25px;
}
.l-pageLinks__item ul:first-child{
  margin-top: 0;
}
.l-footer__pageLinks ul li{
  margin-top: 10px;
}
.l-footer__pageLinks ul li:first-child{
  margin-top: 0;
}
.l-footer__pageLinks ul li a{
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  padding-left: 18px;
}
.l-footer__pageLinks ul li a:before{
  content: "";
  background: url(images/icon_link.svg) no-repeat;
  display: block;
  width: 8px;
  height: 13px;
  position: absolute;
  top: 1px;
  left: 0;
}
.l-footer__pageLinks ul li:first-child a{
  padding-left: 0;
  font-weight: bold;
}
.l-footer__pageLinks ul li:first-child a:before{
  content: none;
}
.l-footer__pageLinks ul li a.l-pageLinks__external{
  padding-right: 22px;
}
.l-footer__pageLinks ul li a.c-link__grayOut{
  pointer-events: none !important;
  color: #898989 !important;
}
.l-footer__pageLinks ul li a.l-pageLinks__external:after{
  content: "";
  background: url(images/icon_link_external.svg) no-repeat;
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.l-footer__sns{
  margin-top: 20px;
}
.l-footer__sns p{
  color: #898989;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Oswald', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.l-footer__sns ul{
  margin-top: 20px;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}
.l-footer__sns ul li{
  margin-right: 10%;
}
.l-footer__sns ul li:last-child{
  margin-right: 0;
}
.l-footer__sns ul li:hover{
  -webkit-transform: translate(1px, 1px);
  transform: translate(1px, 1px);
}
.l-footer__operation{
  margin-top: 20px;
}
.l-footer__operation a:hover{
  -webkit-transform: translate(1px, 1px);
  transform: translate(1px, 1px);
}
.l-footer__operation a{
  display: block;
}
.l-footer__operation p{
  margin-top: 10px;
  color: #fff;
  font-size: 12px;
}
.l-footer__supportLinks__copy{
  margin-top: 40px;
  width: 100%;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.l-footer__supportLinks{
  width: 40%;
  min-width: 441px;
  margin-right: 5%;
}
.l-footer__supportLinks ul{
  display: flex;
}
.l-footer__supportLinks ul li{
  border-right: 1px solid #d3275c;
  padding: 0px 10px;
}
.l-footer__supportLinks ul li:first-child{
  padding-left: 0;
}
.l-footer__supportLinks ul li:last-child{
  border-right: none;
  padding-right: 0;
}
.l-footer__supportLinks ul li a{
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.l-footer__copy p{
  color: #fff;
  font-size: 14px;
}

/********** responsive **********/
@media screen and (min-width: 851px){
  .c-pc-none{
    display: none !important;
  }
  .l-header__teams,.l-header__nav{
    height: 100% !important;
  }
}
@media screen and (max-width: 850px){
  .c-sp-none{
    display: none !important;
  }
  .c-section{
    margin: 25px auto 0;
  }
  .c-section__inner{
    margin: 0 10px;
  }
  .c-section__1col{
    padding: 15px 0 25px;
  }
  .c-section__inner.c-section__inner-spNone{
    margin: 0;
  }
  .c-heading{
    padding: 0 10px;
  }
  .c-heading:before{
    content: none;
  }
  .c-heading h2{
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    font-size: 30px;
    line-height: 1.25;
  }
  .c-heading h2 span{
    font-size: 16px;
  }
  .c-link{
    margin: 15px;
  }
  .c-link__schedules{
    display: block;
  }
  .c-link__schedules a{
    margin: 0 0 15px 0;
  }
  .c-link__schedules a:last-child{
    margin-bottom: 0;
  }
  .c-linkMore{
    text-align: center;
    margin-top: 20px;
  }

  /********** header **********/
  .l-header__contents{
    display: block;
    height: 100%;
  }
  .l-header__contentsNav{
    top: 0;
  }
  .l-header__center {
        width: 16.5%;
  }
  .l-headerSp__teams{
    margin-left: 0;
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 101;
  }
  .l-teams p{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-left: 40px;
    line-height: 1;
    cursor: pointer;
  }
  .l-teams p:before{
    content: "";
    background: url(images/icon_team.svg) no-repeat;
    display: block;
    width: 34px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .l-headerSp__hamburger{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 5%;
    cursor: pointer;
    width: 32px;
    height: 26px;
    z-index: 100;
  }
  .l-hamburger span{
    transition: all .3s;
    position: absolute;
    height: 2px;
    background-color: #fff;
    width: 100%;
    z-index: 10;
  }
  .l-hamburger span:nth-of-type(1){
    top: 4px;
  }
  .l-hamburger span:nth-of-type(2) {
    top: 12px;
  }
  .l-hamburger span:nth-of-type(3) {
    top: 20px;
  }
  .l-hamburger.open span:nth-of-type(1){
    top: 12px;
    transform: translateY(0px) rotate(-45deg);
  }
  .l-hamburger.open span:nth-of-type(2) {
    opacity: 0;
  }
  .l-hamburger.open span:nth-of-type(3) {
    top: 12px;
    transform: translateY(0px) rotate(45deg);
  }
  .l-header__teams{
    margin-left: 0;
    background: #d3275c;
    display: block;
    height: auto;
    position: absolute;
    left: -850px;
    transition: left 0.5s ease;
  }
  .l-header__teams ul{
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .l-header__teams > ul:last-child{
    padding-bottom: 45px;
  }
  .l-header__teams ul li{
    width: 30%;
    margin-top: 25px;
  }
  .l-header__teams ul li:nth-child(odd){
    margin-right: 15%;
  }
  .l-header__teams p{
    text-align: center;
    position: relative;
    width: 90%;
    margin: 45px auto 0;
  }
  .l-header__teams p:before{
    content: "";
    display: block;
    background: #fff;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .l-header__teams p span{
    color: #fff;
    background: #d3275c;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    padding: 0 15px;
  }
  .l-header__nav{
    display: block;
    background: #000;
    height: auto;
    position: absolute;
    right: -850px;
    transition: right 0.5s ease;
  }
  .l-header__nav > ul{
    display: block;
    width: 90%;
    height: auto;
    margin: 45px auto 0;
  }
  .l-header__nav > ul:last-child{
    padding-bottom: 45px;
  }
  .l-header__nav > ul li{
    margin-top: 45px;
  }
  .l-header__nav > ul li ul li{
    margin-top: 10px;
  }
  .l-header__nav > ul:first-child > li:first-child,
  .l-header__nav > ul:first-child > li:nth-child(2),
  .l-header__nav > ul:first-child > li:last-child,
  .l-header__nav > ul:last-child > li:first-child,
  .l-header__nav > ul:last-child > li:nth-child(2),
  .l-header__nav > ul:last-child> li:last-child{
    width: 100%;
    max-width: none;
    min-width: auto;
  }
  .c-link__dropdown{
    padding: 0;
  }
  .c-link__dropdown:after{
    content: none;
  }
  ul.l-dropdownLists{
    display: block;
    position: static;
  }
  ul.l-dropdownLists li{
    border: none;
  }
  ul.l-dropdownLists li a{
    padding: 0 0 0 10px;
    position: relative;
  }
  ul.l-dropdownLists li a:before{
    content: "";
    background: url(images/icon_link.svg) no-repeat;
    display: block;
    width: 8px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .l-header__nav > ul > li a{
    display: inline-block;
    top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  .l-header__nav ul li{
    text-align: left;
  }

  /********** keyvisual **********/
  ul.c-keyvisual__lists li.c-keyvisual__item{
    margin: 0 10px;
    max-width: none;
  }
  .c-keyvisual .slick-track{
    height: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .c-keyvisual .slick-slide img{
    width: 100%;
    height: auto;
  }

  /********** schedule **********/
  .c-schedule{
    margin: 10px auto 0;
  }
  .details-slider{
    margin: 5px 0;
  }
  .details-item{
    margin: 5px;
  }

  /********** ranking **********/
  .c-ranking{
    display: block;
    margin-top: 15px;
  }
  .c-rankingItem{
    width: 100%;
  }
  .c-ranking .c-rankingItem:last-child{
    margin-top: 25px;
  }
  .c-rankingSelect{
    margin-top: 15px;
  }

  /********** news **********/
  .c-news{
    margin-top: 15px;
  }
  .c-news .c-news__item{
    border-bottom: 1px dotted #898989;
    padding-bottom: 20px;
  }
  .c-newsImg{
    width: 50%;
    margin-right: 5%;
  }
  .c-newsText{
    width: 50%;
    border: none;
  }
  .c-newsText__day{
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    padding: 0;
  }
  .c-newsLabel{
    margin: 0 0 0 10px;
  }
  .c-newsText__read{
    padding-top: 10px;
  }

  /********** movie **********/
  .c-movie{
    display: block;
    margin-top: 25px;
  }
  .c-movie .c-movie__item{
    width: 100%;
    margin: 25px 0 0 0;
  }
  .c-movie .c-movie__item:first-child{
    margin-top: 0;
  }

  /********** team **********/
  .c-team{
    display: block;
  }
  .c-team .c-team__item{
    width: 100%;
    margin: 20px 0 0 0;
  }
  .c-team .c-team__item:first-child{
    margin-top: 0;
  }
  ul.c-teamList li{
    margin-top: 10px;
  }
  ul.c-teamList a{
    padding: 10px 20px 10px 65px;
  }
  ul.c-teamList a:before{
    width: 40px;
    height: 40px;
    left: 15px;
  }
  ul.c-teamList a:after{
    right: 10px;
  }
  ul.c-teamList a .c-teamName{
    font-size: 12px;
  }
  ul.c-teamList a .c-teamName__notation{
    font-size: 8px;
  }
  ul.c-teamList a .c-teamLocation{
    font-size: 9px;
  }

  /********** about **********/
  .c-section__innerAbout{
    margin: 0;
  }
  .c-about{
    font-size: 17px;
  }
  .c-about__mission,
  .c-about__vision{
    margin-top: 25px;
  }
  .c-about__mission p{
    font-size: 30px;
  }
  p.c-aboutHeading{
    font-size: 20px;
    margin-bottom: 10px;
  }

  /********** links **********/
  ul.c-links{
    display: block;
  }
  ul.c-links.c-links__3col{
    margin-top: 20px;
  }
  ul.c-links li{
    margin: 20px 0 0 0;
  }
  ul.c-links li:first-child{
    margin-top: 0;
  }
  ul.c-links li a p{
    font-size: 36px;
  }
  ul.c-links li a p span{
    font-size: 16px;
  }

  /********** partners **********/
  ul.c-listPartners.c-listPartners__1col{
    margin-top: 25px;
  }
  ul.c-listPartners.c-listPartners__3col{
    display: block;
    margin-top: 25px;
  }
  ul.c-listPartners.c-listPartners__3col li{
    margin: 25px auto 0;
  }
  ul.c-listPartners.c-listPartners__3col li:first-child{
    margin-top: 0;
    width: 100%;
  }
  ul.c-listPartners li a{
    margin-top: 10px;
  }

  /********** sidebar **********/
  .l-sidebar{
    width: 40px;
    left: auto;
    right: 0;
    bottom: 65px;
  }

  /********** pageTop **********/
  .c-btn__pageTop{
    width: 50px;
    height: 50px;
    bottom: 5px;
    right: 5px;
  }
  .c-btn__pageTop:before{
    top: 11px;
  }
  .c-btn__pageTop:after{
    top: 13px;
  }
  .c-btn__pageTop p{
    line-height: 1;
    letter-spacing: 0.5px;
  }

  /********** footer **********/
  footer{
    padding: 25px 20px;
    margin-top: 25px;

  }
  .l-footer__logo,
  .l-footer__pageLinks{
    display: block;
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .l-pageLinks__leftBox,
  .l-pageLinks__rightBox{
    width: 100%;
  }
  .l-pageLinks__item ul{
    margin-top: 20px;
  }
  .l-pageLinks__rightBox{
    margin-top: 20px;
  }
  .l-pageLinks__item{
    width: 49%;
  }
  .l-pageLinks__first{
    margin-right: 2%;
  }
  .l-footer__logo{
    margin-top: 25px;
  }
 .l-footer__logoImg{
    width: 80%;
    margin: 0 auto;
	max-width: 260px;
  }
  .l-footer__sns{
    width: 80%;
    margin: 25px auto 0;
	max-width: 260px;
  }
  .l-footer__sns p{
    text-align: center;
  }
  .l-footer__sns ul{
    margin-top: 10px;
  }
  .l-footer__operation{
    margin-top: 25px;
  }
  .l-footer__operation a{
    width: 80%;
    margin: 0 auto;
	max-width: 260px;
  }
  .l-footer__operation p{
    text-align: center;
  }
  .l-footer__linkBox{
    margin-bottom: 25px;
  }
  .l-footer__supportLinks__copy{
    margin-top: 25px;
    display: block;
  }
  .l-footer__supportLinks{
    width: 100%;
    min-width: initial;
  }
  .l-footer__supportLinks ul{
    display: block;
  }
  .l-footer__supportLinks ul li{
    border-right: none;
    padding: 0;
    margin-top: 10px;
    text-align: center;
  }
  .l-footer__supportLinks ul li:first-child{
    margin-top: 0;
  }
  .l-footer__copy{
    margin-top: 25px;
  }
  .l-footer__copy p{
    font-size: 12px;
    text-align: center;
  }
}

.grecaptcha-badge { visibility: hidden; }
.wpcf7 form .wpcf7-response-output {
    display: none;
}
.wpcf7-not-valid-tip {
    color: #d3275c!important;
    font-size: 0.8em!important;
    font-weight: bold!important;
}

/********** modal **********/
.video-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
}
.video-modal-content {
  position: relative;
  margin: 10% auto;
  background: white;
  padding: 20px;
  border-radius: 8px;
  width: 80%;
  max-width: 650px;
  height: auto;
  overflow: hidden;
}
.close-btn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
}
#video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}
#video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 768px){
  .video-modal-content {
      margin: 25% auto;
      min-width: 320px;
      min-height: 180px;
      padding: 10px;
      width: 90%;
  }
}

.game-report__text-wrap p {
    margin-top:10px;
    margin-bottom:20px;
}
.game-report-photo-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.game-report__image-pack {
    width: 49%;
}
.game-report__wrap > *:not(:first-child) {
    margin-top: 20px;
}
.game-report__image-wrap img {
    width: 100%;
}
.game-report__button-wrap {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.button.small {
    font-size: 12px;
    line-height: 100%;
    font-weight: 700;
    padding: 15px 20px;
	letter-spacing:0;
}
.game-report__button-wrap a {
    margin: 5px 3px;
}
.button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: auto;
    background-color: #ffffff;
    color: #211815;
    font-size: 14px;
    line-height: 100%;
    font-weight: 700;
    padding: 16px;
    border-radius: 60px;
    border: 1px solid #ffffff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    text-align: center;
}
.button .icon {
    width: 16px;
    height: 16px;
    fill: #D3275C;
    vertical-align: -3px;
	margin-left:10px
}
.responsive-column-add__btn {
margin: 10px auto;
max-width: 800px;
}
.responsive-column-add__btn .button {
  width: 48%;
  margin-bottom: 10px;
max-width:250px;
}
.game-report__media-wrap {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: baseline;
	text-align:center;
	margin:20px auto;
}
.game-report__youtube-wrap {
	width: 100%;
	max-width: 700px;
    aspect-ratio: 16 / 9;
	margin: 0 auto;
}
.game-report__youtube-wrap iframe {
    width: 100%;
    height: 100%;
}
.wp-block-table {
    font-size: 14px;
}
.wp-block-table {
    font-size: 14px;
}
@media screen and (max-width: 768px){
.game-report__text-wrap {
    line-height: 175%;
}
.game-report__image-pack {
        width: 100%;
        margin-bottom: 5px;
}
.game-report__button-wrap {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.responsive-column-add__btn .button {
	width: 80%;
max-width:250px;
	margin-bottom:5px;
}
.game-report__media-wrap {
	margin:0px auto 25px;
}
.responsive-column-add__btn {
        margin: 0px auto 25px;
}
.game-report__youtube-wrap {
        width: 100%;
}
.wp-block-table {
    font-size: 12px;
}
.wp-block-table {
    font-size: 12px;
}
.wp-block-table td, .wp-block-table th {
display:block;
}
}

/*フッターまでスクロールしたら消す*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
	display:none;
}

.article__block {
    font-size: 14px;
}
.pc {
display:block;
}
.sp {
display:none;
}
.article__h1 {
    font-size: 15px;
margin-bottom:5px;
}
.article__h2 {
    font-size: 15px;
	margin-bottom:5px;
}
.article__table {
    font-size: 14px;
	margin-top: 5px;
	margin-bottom:5px;
}
.article__button-wrap{
margin: 10px auto;
}
.responsive-td-empty{
display:none;
}
.article__table-scroll{
overflow-x: scroll;
margin-bottom: 25px;
}
.article__table-scroll::-webkit-scrollbar {
  height: 5px;
}
.article__table-scroll::-webkit-scrollbar-track {
  background-color: #fff;
}
.article__table-scroll::-webkit-scrollbar-thumb {
  background-color: #d3275c;
  border-radius: 100vh;
}
.player-table{
margin-bottom:10px;
font-size:15px;
width:100%;
}
.player-table tr th,
.player-table tr td{
  font-size:15px;
  -webkit-text-size-adjust: 100%;
}
.player-table th,.player-table td{
padding: 10px 10px;
vertical-align:middle;
}
@media screen and (max-width: 768px){
.player-table{
font-size:13px;
width:680px;
}
.player-table tr th,
.player-table tr td{
  font-size:13px;
}
.player-table th,.player-table td{
padding: 5px 5px;
display: auto!important;
}
}
.event_flex_box {
display:block;
position:relative;
margin-bottom:60px;
}
.event_food_flex {
display:flex;
gap:30px;
align-content:flex-end;
margin-bottom:20px;
}
.event_flex_box img {
display:block;
float:left;
margin-right:40px;
width:400px;
}
.event_flex_txt_box {
display:block;
overflow:auto;
}
.clr {
    clear: both;
    height:0em;
    visibility:hidden;
    overflow:hidden;
    content:”.”;
}
.caption {
    font-size: 12px;
	margin:-10px auto 15px;
}
@media screen and (max-width: 768px){
.article__block {
    font-size: 12px;
}
.article__h1 {
    font-size: 13px;
}
.article__h2 {
    font-size: 13px;
}
.article__table {
    font-size: 12px;
}
.pc {
display:none;
}
.sp {
display:block;
}
.event_flex_box {
margin-bottom:0px;
}
.event_food_flex {
display:block;
}
.event_food_flex img {
margin:0 auto 20px;
}
.event_flex_box img {
float:none;
margin:0 auto 20px;
width:100%;
max-width:400px;
}
.caption {
    font-size: 11px;
	margin:-10px auto 10px;
}
}

.ove_lr_box {
max-width:48%;
}
@media screen and (max-width: 768px){
.ove_lr_box {
max-width:100%;
}
}