@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@700&family=Barlow+Semi+Condensed:ital,wght@0,500;0,700;1,700&family=Noto+Sans:wght@400;700&family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400&display=swap");
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}

html.ie,
.ie input,
.ie textarea,
.ie select,
.ie button {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
}

html {
  background: #fff;
  color: #101010;
  font-size: 14px;
  line-height: 1;
  word-break: break-word;
}

html.ipad body,
html.ipad input[type="submit"],
html.desktop.touch body,
html.desktop.touch input[type="submit"] {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

body {
  margin: 0;
  background: #fff;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  margin: 0;
  border: 0;
  vertical-align: top;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: #101010;
  text-decoration: none;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

button {
  line-height: 1;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}

#wrapper,
.outer-block {
  min-width: 1366px;
}

.no-page-ttl-block .outer-block {
  margin-top: 160px;
}

.inner-block {
  width: 1120px;
  margin: 0 auto;
  padding: 0;
}

.main .inner-block {
  padding: 100px 0;
}

#wrapper {
  position: relative;
}

main {
  display: block;
}

.ib {
  display: inline-block;
}

#pagetop {
  display: none;
  z-index: 99;
  position: absolute;
  top: -27px;
  right: 27px;
}

#pagetop.is-fixed {
  position: fixed;
  top: auto !important;
  bottom: 10px;
}

#pagetop > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #C60E0E;
  -webkit-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transition-property: background;
  transition-property: background;
}

#pagetop > a::after {
  width: 16px;
  height: 10px;
  background: url("../img/common/arrow-up.svg") no-repeat;
  background-size: contain;
  content: '';
}

.slick-slider * {
  outline: none;
}

.slick-slider .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  font-size: 0;
  text-align: center;
}

.slick-slider .slick-dots li {
  display: inline-block;
  vertical-align: top;
}

.slick-slider .slick-dots li + li {
  margin-left: 20px;
}

.slick-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(197, 197, 197, 0.7);
  font-size: 0;
  -webkit-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transition-property: background;
  transition-property: background;
}

.slick-slider .slick-dots li.slick-active button {
  background: rgba(0, 0, 0, 0.7);
}

/*------------------------------------------------------------------------------
  common
------------------------------------------------------------------------------*/
.js-img-bg {
  position: relative;
}

.js-img-bg .img-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center / cover;
}

.btn-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.btn-list li {
  margin-bottom: 20px;
}

.btn-list li a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  padding: 0 20px;
  border: 1px solid #fff;
  border-radius: 100px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  -webkit-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transition-property: background, border;
  transition-property: background, border;
}

.btn-list li.ico a {
  width: 40px;
  padding: 0;
}

.btn-list li.ico a img {
  max-width: 20px;
  max-height: 20px;
}

.c-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #C60E0E;
  line-height: 1.4;
}

.c-link::before {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  width: 19px;
  height: 19px;
  margin: 0.2em 12px 0.15em 0;
  background: url(../img/common/arrow-right.svg) no-repeat center center/auto 7px #C60E0E;
  content: "";
}

.c-ttl01 {
  margin-bottom: 30px;
}

.c-ttl01 > span {
  display: block;
}

.c-ttl01 .en {
  font-family: 'Barlow', sans-serif;
  font-size: 85px;
}

.c-ttl01 .ja {
  margin-top: 12px;
  font-size: 19px;
  font-weight: bold;
}

.c-ttl02 {
  margin: 100px 0 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.c-ttl03 {
  position: relative;
  padding-left: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

.c-ttl03::before {
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 2px;
  height: 14px;
  background-color: #C60E0E;
  content: "";
}

.c-btn, .article-wrap #contentsR .linkType_02 a {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #C60E0E;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, transparent), color-stop(50%, #C60E0E), to(#C60E0E));
  background: linear-gradient(to right, transparent 0%, transparent 50%, #C60E0E 50%, #C60E0E 100%);
  background-position: right center;
  background-size: 201%;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  -webkit-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transition-property: background, border, color;
  transition-property: background, border, color;
}

.c-date {
  margin: 20px 0 18px;
  padding-bottom: 8px;
  border-bottom: 4px solid currentColor;
  font-family: 'Noto Sans', sans-serif;
  font-weight: bold;
}

.c-date .day {
  font-size: 45px;
}

.c-date .day + .day::before {
  display: inline-block;
  width: 1px;
  height: 34px;
  margin: 0 8px 0 5px;
  -webkit-transform: rotate(18deg);
          transform: rotate(18deg);
  background-color: currentColor;
  content: "";
}

.c-date .week {
  font-size: 13px;
  text-transform: uppercase;
}

.c-mask {
  position: relative;
}

.c-mask::after {
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #101010;
  content: '';
}

.c-mask.is-active::after {
  -webkit-animation: maskSlide 0.6s cubic-bezier(0.65, 0, 0.35, 1) forwards;
          animation: maskSlide 0.6s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}

@-webkit-keyframes maskSlide {
  0% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}

@keyframes maskSlide {
  0% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}

.c-txt {
  margin: 15px 0;
  font-size: 16px;
  line-height: 1.62;
}

.c-txt:first-child {
  margin-top: 0;
}

.c-txt:last-child {
  margin-bottom: 0;
}

.c-frame {
  padding: 30px 50px;
  border: 1px solid #101010;
}

.c-table01 {
  position: relative;
  width: 100%;
  font-size: 16px;
  text-align: left;
}

.c-table01::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #101010;
  content: "";
  pointer-events: none;
}

.c-table01 th {
  text-align: left;
}

.c-table01 .td-head {
  margin: 20px 0 8px;
  font-size: 16px;
  font-weight: bold;
}

.c-table01 .td-head:first-child {
  margin-top: 0;
}

.c-table01 .td-head:last-child {
  margin-bottom: 0;
}

.c-loader {
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 45px;
  height: 45px;
  margin: 50px auto;
  margin: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  border-radius: 50%;
  background: #fff;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #fff), color-stop(42%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #fff 10%, rgba(255, 255, 255, 0) 42%);
  font-size: 10px;
  text-indent: -9999em;
  -webkit-animation: load3 1.4s infinite linear;
          animation: load3 1.4s infinite linear;
}

.c-loader::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 50%;
  border-radius: 100% 0 0 0;
  background: #fff;
  content: '';
}

.c-loader::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 75%;
  height: 75%;
  margin: auto;
  border-radius: 50%;
  background: #00ACEE;
  content: '';
}

.c-loader.gray {
  background: #bebebe;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #bebebe), color-stop(42%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #bebebe 10%, rgba(255, 255, 255, 0) 42%);
}

.c-loader.gray::before {
  background: #bebebe;
}

.c-loader.gray::after {
  background: #F4F4F4;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.ie .ie-none {
  display: none;
}

.ie-show {
  display: none;
}

.ie .twitter-area {
  opacity: 1 !important;
}
.ie .instagram-area {
  opacity: 1 !important;
}
.ie .facebook-area {
  opacity: 1 !important;
}

.ie .ie-show {
  display: block;
}

/*------------------------------------------------------------------------------
  main
------------------------------------------------------------------------------*/
.bg-gray {
  margin-top: 160px;
  background: #f4f4f4;
}

.bg-gray .inner-block {
  position: relative;
  padding-top: 1px;
  padding-bottom: 100px;
}

.bg-gray.no-top {
  margin-top: 0;
}

.bg-gray.no-top + .no-top {
  margin-top: 160px;
}

.c-border-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -80px 0 110px;
  padding: 35px 55px 35px 55px;
  border-bottom: 2px solid #101010;
  background-color: #fff;
  font-size: 0;
  line-height: 1.4;
}

.c-border-ttl .en {
  position: relative;
  margin-right: 25px;
  padding-right: 25px;
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  font-weight: bold;
  white-space: nowrap;
}

.c-border-ttl .en::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 28px;
  margin: auto;
  background-color: #101010;
  content: "";
}

.c-border-ttl .ja {
  font-size: 30px;
  font-weight: bold;
}

.c-border-ttl.badge {
  position: relative;
  padding: 35px 55px 35px 105px;
}

.c-border-ttl.badge:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 70px;
  height: 70px;
  margin: auto;
  background: url(../img/common/ico-pickup-noborder.svg) no-repeat center/contain;
  content: "";
}

.page-ttl-block {
  position: relative;
}

.page-ttl-block .inner-block {
  z-index: 1;
  position: relative;
}

.page-ttl-block .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.page-ttl-block .img .img-bg {
  background-position: center top;
}

.page-ttl-block .ttl {
  color: #fff;
  font-weight: bold;
}

.page-ttl-block .ttl > span {
  display: block;
}

.page-ttl-block .ttl .en {
  font-family: 'Barlow', sans-serif;
  font-size: 70px;
  letter-spacing: 0.06em;
}

.page-ttl-block .ttl .ja {
  margin-top: 7px;
  font-size: 21px;
}

.page-menu-block {
  border-bottom: 2px solid #ddd;
  background-color: #fff;
}

.page-menu-block .inner-block {
  padding-top: 15px;
  padding-bottom: 15px;
}

.page-menu-block .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-menu-block .list li {
  margin: 0 15px;
}

.page-menu-block .list a {
  display: inline-block;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  -webkit-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transition-property: color;
  transition-property: color;
}

/*------------------------------------------------------------------------------
  header
------------------------------------------------------------------------------*/
.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 80px;
  padding: 20px 95px 20px 30px;
  -webkit-transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition-property: background-color;
  transition-property: background-color;
}

.header .btn-list {
  padding-right: 20px;
  width: 475px;
}

.no-page-ttl-block .header {
  background-color: #C60E0E;
}

.header-logo a {
  display: block;
  position: relative;
}

/*------------------------------------------------------------------------------
  nav
------------------------------------------------------------------------------*/
.nav-btn {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  width: 70px;
  height: 80px;
  background: #101010;
}

.nav-btn.is-open .inn > span:nth-child(1) {
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

.nav-btn.is-open .inn > span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.nav-btn.is-open .inn > span:nth-child(3) {
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

.nav-btn .inn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 16px;
  margin: auto;
}

.nav-btn .inn > span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #C60E0E;
  -webkit-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transition-property: width, opacity, -webkit-transform;
  transition-property: width, opacity, -webkit-transform;
  transition-property: transform, width, opacity;
  transition-property: transform, width, opacity, -webkit-transform;
}

.nav-btn .inn > span:nth-child(1) {
  top: 0;
}

.nav-btn .inn > span:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}

.nav-btn .inn > span:nth-child(3) {
  bottom: 0;
}

.nav {
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  z-index: 998;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
  background: -webkit-gradient(linear, left top, right top, from(#C60E0E), color-stop(50%, #C60E0E), color-stop(50%, #101010), to(#101010));
  background: linear-gradient(to right, #C60E0E 0%, #C60E0E 50%, #101010 50%, #101010 100%);
  opacity: 0;
  -webkit-transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, transform;
  transition-property: opacity, visibility, transform, -webkit-transform;
}

.nav.is-open {
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.nav.is-open .nav-inner {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.nav-inner {
  z-index: 0;
  position: relative;
  width: 50%;
  min-height: 100%;
  margin: 0 0 0 auto;
  padding: 80px 0 60px;
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
  background-color: #101010;
  -webkit-transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, transform;
  transition-property: opacity, visibility, transform, -webkit-transform;
}

.nav-inner .contents {
  padding: 0 0 0 100px;
  max-width: 330px;
}

.nav-inner .contents > ul + ul {
  margin-top: 44px;
}

.nav-inner .btn-list li:last-child,
.nav-inner .btn-list li:nth-last-child(2) {
  width: 100%;
}

.nav-inner .btn-list li:last-child {
  margin-bottom: 0;
}

.nav-ttl {
  position: absolute;
  bottom: 0;
  left: 12px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  color: #101010;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 99px;
  font-style: italic;
  white-space: nowrap;
}

.nav-ttl small {
  display: block;
  margin: 0 0 -10px 10px;
  font-size: 41px;
}

.nav-list li + li {
  margin-top: 40px;
}

.nav-list li a {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transition-property: color;
  transition-property: color;
}

.nav-sns a {
  display: block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 50%;
}

.btn-list li.contact a {
  padding: 0.45em 0 0.5em;
  width: 100%;
  height: auto;
  font-size: 1.5em;
  line-height: 1;
}

/*------------------------------------------------------------------------------
  footer
------------------------------------------------------------------------------*/
.footer-sitemap {
  margin-top: 90px;
  padding: 35px 0;
  border: solid #ddd;
  border-width: 1px 0;
  background-color: #fff;
}

.footer-sitemap .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-sitemap .list > li {
  position: relative;
}

.footer-sitemap .list > li + li {
  margin-left: 30px;
}

.footer-sitemap .list > li a {
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transition-property: color;
  transition-property: color;
}

.footer-company {
  padding: 30px 0 15px;
  border-bottom: 1px solid #ddd
}

.logo-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.logo-list + .logo-list {
  margin-top: 25px;
}

.logo-list li {
  margin: 0 8px 15px;
}

.footer-address {
  position: relative;
  padding: 30px 0;
  background-color: #1f1f1f;
  color: #fff;
}

.footer-address .name {
  font-size: 16px;
  font-weight: bold;
}

.footer-copyright {
  padding: 13px 0;
  background-color: #101010;
  color: #fff;
  letter-spacing: 0.06em;
}

.footer-copyright .link a {
  color: #fff;
  font-size: 12px;
}

.footer-copyright .txt {
  font-size: 10px;
}

/*------------------------------------------------------------------------------
  top
------------------------------------------------------------------------------*/
/* mv
----------------------------------------*/
.mv-loader {
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 888px;
  background-color: #101010;
}

.mv-loader::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 532px;
  background-color: #C60E0E;
  content: "";
}

.mv-loader.is-hidden {
  -webkit-animation: mvLoadBefore 1.5s cubic-bezier(0.65, 0, 0.35, 1) forwards;
          animation: mvLoadBefore 1.5s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}

.mv-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #C60E0E;
}

.mv-block .mask {
  display: inline-block;
  position: relative;
}

.mv-block .mask::before, .mv-block .mask::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
}

.mv-block .mask::before {
  z-index: 2;
  width: 0;
  background-color: #101010;
}

.mv-block .mask::after {
  z-index: 1;
  width: 100%;
  background-color: #C60E0E;
}

.mv-info .mask::before {
  width: 100%;
}

.mv-info .main-ttl {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 0;
  font-style: italic;
  line-height: 0.87;
  white-space: nowrap;
}

.mv-info .main-ttl .txt {
  margin-top: 0.07em;
  padding-right: 10px;
  font-size: 156px;
  line-height: 0.80;
}

.mv-info .main-ttl .txt::before, .mv-info .main-ttl .txt::after {
  top: 4px;
  height: calc(100% - 2px);
}

.mv-info .main-ttl .txt:nth-of-type(2) {
  margin-top: 0.02em;
}

.mv-info .main-ttl .small {
  font-size: 65px;
}

.mv-info .news {
  z-index: 10;
  position: relative;
  width: 100%;
  padding-bottom: 30px;
  border-color: #101010;
  background-color: #101010;
  color: #C60E0E;
}

.mv-info .news .mask::before {
  background-color: #101010;
}

.mv-info .news > a {
  -webkit-backface-visibility: hidden;
  display: block;
  backface-visibility: hidden;
  color: #C60E0E;
}

.mv-info .news .past-link {
  width: 100%;
  padding: 18px 20px 0 0;
  text-align: right;
}

.mv-info .news .area-ttl {
  font-size: 28px;
  font-weight: bold;
}

.mv-info .news .c-date {
  margin-top: 14px;
}

.mv-info .news .ttl {
  font-size: 20px;
  font-weight: bold;
}

.mv-info .news .desc {
  margin-top: 15px;
  line-height: 1.4;
}

.mv-info .news .desc * {
  display: inline;
}

.mv-slider {
  width: 100% !important;
  height: 820px;
}

.mv-slider:not(.slick-initialized) > * {
  opacity: 0;
}

.mv-slider .slick-track,
.mv-slider .slide {
  width: 100% !important;
  height: 820px;
}

.mv-slider .slick-list {
  overflow: visible;
}

.mv-slider .slide {
  position: absolute !important;
}

.mv-slider {
  background-color: #fff;
}

.mv-slider .slide .mask-img {
  position: relative;
  overflow: hidden;
}

.mv-slider .slide .mask-img img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mv-slider .slide.slide01 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/slide01-bg_2024.png) no-repeat top left;
  background-size: cover;
}

.mv-slider .slide.slide02 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/mv-flag.svg) no-repeat top left;
}

.mv-slider .slide.slide01 .img01,
.mv-slider .slide.slide01 .img02 {
  position: absolute;
}

.mv-slider .slide.slide01 .img01 {
  z-index: 1;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.mv-slider .slide.slide01 .img01 img {
  object-position: 50% 20%;
}

.mv-slider .slide.slide01 .img02 {
  right: -65px;
  bottom: 26px;
}

.mv-slider .slide.slide02 {
  overflow: hidden;
}

.mv-slider .slide.slide02 .ttl {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 364px;
  margin: auto;
  padding-top: 140px;
  background-color: #002063;
  color: #fff;
  text-align: center;
}

.mv-slider .slide.slide02 .ttl::before {
  background-color: #fff;
}

.mv-slider .slide.slide02 .ttl::after {
  display: none;
}

.mv-slider .slide.slide02 .ttl .main,
.mv-slider .slide.slide02 .ttl .sub {
  z-index: 5;
  position: relative;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-style: italic;
}

.mv-slider .slide.slide02 .ttl .main .mask::before,
.mv-slider .slide.slide02 .ttl .sub .mask::before {
  background-color: #fff;
}

.mv-slider .slide.slide02 .ttl .main .mask::after,
.mv-slider .slide.slide02 .ttl .sub .mask::after {
  display: none;
}

.mv-slider .slide.slide02 .ttl .main {
  font-size: 120px;
  line-height: 0.75;
}

.mv-slider .slide.slide02 .ttl .main .mask::before, .mv-slider .slide.slide02 .ttl .main .mask::after {
  top: 8px;
  height: calc(100% - 4px);
}

.mv-slider .slide.slide02 .ttl .sub {
  margin-top: 111px;
  font-size: 44px;
  line-height: 1.2;
}

.mv-slider .slide.slide02 .ttl .sub .mask::before, .mv-slider .slide.slide02 .ttl .sub .mask::after {
  top: 5px;
  height: calc(100% - 5px);
}

.mv-slider .slide.slide02 .ttl .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 76px;
  left: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 136px;
  height: 136px;
  margin: auto;
  border: 2px solid #fff;
  color: #fff;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.17;
  text-align: center;
}

.mv-slider .slide.slide02 .img01,
.mv-slider .slide.slide02 .img02 {
  z-index: 3;
  position: absolute;
}

.mv-slider .slide.slide02 .img01 {
  top: 0;
  right: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.mv-slider .slide.slide02 .img01 img {
  object-position: 85% 0%;
}

.mv-slider .slide.slide02 .img02 {
  right: 0;
  bottom: 0;
  max-width: 50%;
}

/* animation */
@-webkit-keyframes mvLoadSlide {
  0%,
  30% {
    width: 0;
  }
  50%,
  60% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@keyframes mvLoadSlide {
  0%,
  30% {
    width: 0;
  }
  50%,
  60% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}

@-webkit-keyframes mvLoadSlide2 {
  0%,
  60% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
}

@keyframes mvLoadSlide2 {
  0%,
  60% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
}

@-webkit-keyframes mvLoadBefore {
  0%,
  60% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}

@keyframes mvLoadBefore {
  0%,
  60% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}

@-webkit-keyframes mvMaskColor {
  0%,
  60% {
    color: transparent;
    opacity: 1;
  }
  61%,
  100% {
    color: CurrentColor;
    opacity: 1;
  }
}

@keyframes mvMaskColor {
  0%,
  60% {
    color: transparent;
    opacity: 1;
  }
  61%,
  100% {
    color: CurrentColor;
    opacity: 1;
  }
}

@-webkit-keyframes mvMaskColor2 {
  0%,
  60% {
    color: transparent;
    opacity: 1;
  }
  61%,
  100% {
    color: #101010;
    opacity: 1;
  }
}

@keyframes mvMaskColor2 {
  0%,
  60% {
    color: transparent;
    opacity: 1;
  }
  61%,
  100% {
    color: #101010;
    opacity: 1;
  }
}

@-webkit-keyframes mvSlideFade {
  0%,
  4% {
    opacity: 0;
  }
  10%,
  90% {
    opacity: 1;
  }
  96%,
  100% {
    opacity: 0;
  }
}

@keyframes mvSlideFade {
  0%,
  4% {
    opacity: 0;
  }
  10%,
  90% {
    opacity: 1;
  }
  96%,
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes mvMaskSlide {
  0% {
    left: 0;
    width: 100%;
  }
  12% {
    left: 100%;
    width: 0;
  }
  88% {
    left: 0;
    width: 0;
  }
  100% {
    left: 0;
    width: 100%;
  }
}

@keyframes mvMaskSlide {
  0% {
    left: 0;
    width: 100%;
  }
  12% {
    left: 100%;
    width: 0;
  }
  88% {
    left: 0;
    width: 0;
  }
  100% {
    left: 0;
    width: 100%;
  }
}

@-webkit-keyframes mvMaskImg {
  0% {
    -webkit-transform: translateX(40%);
            transform: translateX(40%);
    opacity: 0;
  }
  12%,
  88% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-40%);
            transform: translateX(-40%);
    opacity: 0;
  }
}

@keyframes mvMaskImg {
  0% {
    -webkit-transform: translateX(40%);
            transform: translateX(40%);
    opacity: 0;
  }
  12%,
  88% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-40%);
            transform: translateX(-40%);
    opacity: 0;
  }
}

@-webkit-keyframes mvMaskImgWrap {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
  }
  12%,
  88% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    opacity: 0;
  }
}

@keyframes mvMaskImgWrap {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
  }
  12%,
  88% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    opacity: 0;
  }
}

/* next-race
----------------------------------------*/
.next-race-block {
  z-index: 1;
  position: relative;
  background-color: #C60E0E;
}

.next-race-block .inner-block {
  padding-top: 30px;
}

.next-race-block .c-ttl01 {
  margin-bottom: 45px;
}

.race-list li a {
  -webkit-backface-visibility: hidden;
  display: block;
  position: relative;
  height: 100%;
  backface-visibility: hidden;
}

.race-list li .c-date {
  margin-top: 0;
}

.race-list li .ttl {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.race-list li .place {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  line-height: 1.4;
}

.race-list li .place::before {
  display: inline-block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  width: 15px;
  height: 19px;
  margin-right: 6px;
  background: url(../img/common/ico-map.svg) no-repeat center center/100% 100%;
  content: "";
}

.race-list li .player {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.race-list li .player .head {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 22px;
  padding: 0 9px;
  border-radius: 100px;
  background-color: #101010;
  color: #C60E0E;
  font-family: 'Noto Sans', sans-serif;
  font-size: 13px;
  font-weight: bold;
}

.race-list li .player .body {
  margin-left: 20px;
  line-height: 1.7;
}

/* new
----------------------------------------*/
.new-block {
  z-index: 1;
  position: relative;
}

.new-block .ttl-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 0 60px;
  background: #101010;
  color: #fff;
}

.new-block .ttl-box .desc {
  line-height: 1.7;
}

.new-block .ttl-box .btn-wrap {
  margin-top: 25px;
}

.new-block .article-box a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.new-block .article-box a::before {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  opacity: 0;
  -webkit-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.new-block .article-box .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.new-block .article-box .img.no-img {
  background: url(../img/community/school-img01.jpg) no-repeat center center/cover;
}

.new-block .article-box .txt-area {
  z-index: 1;
  position: relative;
  width: 295px;
  margin-right: 30px;
  color: #fff;
}

.new-block .article-box .ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

/* pickup
----------------------------------------*/
.pickup-block {
  z-index: 1;
  position: relative;
  background-color: #F4F4F4;
}

.pickup-block .inner-block {
  padding-top: 120px;
  padding-bottom: 120px;
}

.pickup-block .frame {
  border: 4px solid #101010;
  text-align: center;
}

.pickup-block .ttl-box {
  padding: 25px 0 15px;
  text-align: center;
}

.pickup-block .c-ttl01 {
  display: inline-block;
  position: relative;
  margin: 0;
}

.pickup-block .c-ttl01 > span {
  position: relative;
}

.pickup-block .c-ttl01 .en {
  font-size: 70px;
}

.pickup-block .c-ttl01 .ja {
  margin-top: 2px;
  font-size: 18px;
}

.pickup-block .c-ttl01 .badge {
  position: absolute;
  top: -65px;
  right: -75px;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  opacity: 0;
  -webkit-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.c-mask.is-active .c-ttl01 .badge {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.pickup-list {
  border-top: 4px solid #101010;
}

.pickup-list .pickup-box {
  display: block;
  position: relative;
  text-align: left;
}

.pickup-list .img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 340px;
}

.pickup-list .img::before {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 19px;
  height: 19px;
  background: url(../img/common/arrow-right.svg) no-repeat center center/auto 7px #C60E0E;
  content: "";
}

.pickup-list .img::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  opacity: 0;
  -webkit-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.pickup-list .num {
  display: block;
  font-size: 64px;
  font-weight: bold;
}

.pickup-list .name {
  margin: 8px 0 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.pickup-list .desc {
  line-height: 1.7;
}

/* info
----------------------------------------*/
.new-block + .info-block {
  border-top: 120px solid #F4F4F4;
}

.info-block {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.info-block .inner-block {
  width: 100%;
  max-width: 1600px;
  padding-top: 0;
  padding-bottom: 0;
}

.info-block .txt-area {
  width: 300px;
  padding: 50px;
  color: #fff;
}
.info-block .instagram-box .txt-area {
  width: auto;
  padding-bottom: 0;
}

.info-block .c-ttl01 {
  white-space: nowrap;
}

.info-block .c-ttl01 .en {
  font-size: 70px;
  letter-spacing: 0.05em;
}

.info-block .c-ttl01 .ja {
  margin-top: 6px;
  font-size: 18px;
}

.info-block .desc {
  font-size: 16px;
  line-height: 1.6;
}

.info-block .oneday-box a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
}

.info-block .oneday-box a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  opacity: 0;
  -webkit-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.info-block .oneday-box .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.info-block .oneday-box .txt-area {
  z-index: 1;
  position: relative;
  background-color: rgba(16, 16, 16, 0.7);
}

.info-block .oneday-box .txt-area .btn-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
}

.info-block .twitter-box {
  background-color: #00ACEE;
}

.info-block .twitter-area {
  z-index: 2;
  height: 545px;
}

.info-block .instagram-box {
  background-color: #1f1f1f;
}

.info-block .instagram-area {
  z-index: 2;
}

.info-block .facebook-box {
  background-color: #3b5998;
}

.info-block .facebook-area {
  z-index: 2;
  height: 545px;
}
.info-block .facebook-area .fb_iframe_widget {
  width: 100%;
  max-width: 500px;
}

.info-block .loader-area {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
}

/*------------------------------------------------------------------------------
  team
------------------------------------------------------------------------------*/
.team-policy {
  margin-bottom: 50px;
}

.team-policy .txt {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}

.team-greeting {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.team-greeting .name {
  margin-top: 30px;
  font-family: "Noto Serif JP", serif;
  font-size: 25px;
  text-align: right;
}

.team-profile {
  overflow: hidden;
  background-color: #101010;
  color: #fff;
}

.team-profile .head .ttl {
  margin-bottom: 25px;
  font-family: 'Barlow', sans-serif;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: left;
  white-space: nowrap;
}

.team-profile .head .name {
  font-size: 25px;
}

.team-profile .head .name-en {
  margin: 8px 0 10px;
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.team-profile .head .info {
  font-size: 16px;
  line-height: 1.6;
}

.team-profile .body {
  position: relative;
  padding: 45px 0 45px 40px;
  background-color: #1f1f1f;
}

/*------------------------------------------------------------------------------
  player
------------------------------------------------------------------------------*/
.player .pickup-block {
  background: #fff;
}

.player .pickup-block .inner-block {
  padding-bottom: 0;
}

.player-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.player-list li {
  margin-top: 60px;
}

.player-list li a,
.player-list li .wrap {
  display: block;
  position: relative;
}

.player-list li .img-area {
  position: relative;
}

.player-list li .img-area::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  opacity: 0;
  -webkit-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.player-list li .txt-area {
  position: relative;
  width: 325px;
  margin: -30px auto 0;
  padding: 20px 30px;
  background-color: #ffffff;
}

.player-list li .txt-area > * {
  line-height: 1.5;
}

.player-list li .txt-area .position {
  font-size: 13px;
  font-weight: bold;
}

.player-list li .txt-area .name {
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: bold;
}

.player-list li .txt-area .explain {
  font-size: 13px;
  font-weight: bold;
}

/*------------------------------------------------------------------------------
  player / detail
------------------------------------------------------------------------------*/
.player .animsition,
.player .animsition-overlay {
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

.profile-block .arrow {
  z-index: 99;
  position: absolute;
  top: 0;
  bottom: 600px;
  width: 60px;
  height: 200px;
  margin: auto;
}

.profile-block .arrow.prev {
  left: -100px;
  background: url(../img/common/arrow-left.svg) no-repeat center center;
  background-size: 13px 21px;
}

.profile-block .arrow.next {
  right: -100px;
  background: url(../img/common/arrow-right.svg) no-repeat center center;
  background-size: 13px 21px;
}

.profile-block {
  position: relative;
  padding: 180px 0 220px;
  overflow: hidden;
  background: #1f1f1f;
}

.profile-block .inner-block {
  position: relative;
  padding: 0;
}

.profile-block .name {
  margin-bottom: 30px;
  color: #c60e0e;
}

.profile-block .name .en {
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
  font-size: 106px;
  font-weight: bold;
}

.profile-block .name .ja {
  display: block;
  margin-top: 20px;
  font-size: 21px;
  font-weight: bold;
}

.profile-block .pic {
  top: -110px;
  right: 0;
  left: 0;
  width: 100%;
  margin: auto;
  text-align: center;
}

.profile-block .profile table {
  width: 100%;
}

.profile-block .profile .ttl {
  margin-bottom: 40px;
  color: #c60e0e;
  font-family: "Barlow", sans-serif;
  font-size: 36px;
  font-weight: bold;
}

.profile-block .profile th, .profile-block .profile td {
  padding: 9px 0;
  border-bottom: 1px solid #292929;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}

.profile-block .profile th {
  width: 125px;
  color: #4C4C4C;
  text-align: left;
}

.profile-block .profile td {
  color: #fff;
}

.profile-block .message {
  margin-top: 60px;
  padding: 56px 70px;
  background: #C60E0E;
}

.profile-block .message .ttl {
  margin-bottom: 30px;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 36px;
  font-weight: bold;
}

.profile-block .message .txt {
  color: #fff;
  font-size: 16px;
  line-height: 1.63;
}

.profile-block .faq {
  margin-top: 80px;
}

.profile-block .faq .ttl {
  color: #c60e0e;
  font-family: "Barlow", sans-serif;
  font-size: 36px;
  font-weight: bold;
}

.profile-block .faq .q-list li {
  width: 280px;
  margin-left: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #292929;
}

.profile-block .faq .q-list .que,
.profile-block .faq .q-list .answer {
  position: relative;
  padding-left: 30px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

.profile-block .faq .q-list .que::before,
.profile-block .faq .q-list .answer::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #272727;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  text-align: center;
}

.profile-block .faq .q-list .que {
  margin-bottom: 10px;
  font-weight: bold;
}

.profile-block .faq .q-list .que::before {
  color: #fff;
  content: "Q";
}

.profile-block .faq .q-list .answer::before {
  color: #c60e0e;
  content: "A";
}

.youtube {
  width: 1120px;
  height: 630px;
  margin-top: 60px;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

/*------------------------------------------------------------------------------
  schedule
------------------------------------------------------------------------------*/
.schedule .c-date {
  margin: 0;
  border: none;
}

.schedule .event-box {
  padding: 40px 60px;
  background: #fff;
}

.schedule .event-box + .event-box {
  margin-top: 30px;
}

.schedule .date-wrap .c-btn, .schedule .date-wrap .article-wrap #contentsR .linkType_02 a, .article-wrap #contentsR .linkType_02 .schedule .date-wrap a {
  margin-left: auto;
  padding: 11px 30px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  color: #fff;
}

.schedule .detail-wrap {
  padding-top: 24px;
}

.schedule .detail-wrap .overall .ttl {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
}

.schedule .detail-wrap .overall a.ttl {
  position: relative;
  padding-right: 10px;
  -webkit-transition: .3s;
  transition: .3s;
}

.schedule .detail-wrap .overall a.ttl::after {
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
  margin: 14px 8px;
  background: url(../img/common/ico-tab.svg) no-repeat center/contain;
  content: "";
}

.schedule .detail-wrap .overall .place {
  display: inline-block;
  color: #a8a8a8;
  font-size: 14px;
  line-height: 1.5;
}

.schedule .detail-wrap .overall a.place {
  position: relative;
  padding-right: 6px;
  -webkit-transition: .3s;
  transition: .3s;
}

.schedule .detail-wrap .overall a.place::after {
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
  margin: 5px;
  background: url(../img/common/ico-tab-gray.svg) no-repeat center/100% 100%;
  content: "";
}

.schedule .detail-wrap .player ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.schedule .detail-wrap .player ul li {
  margin: 5px 0;
}

.schedule .detail-wrap .player ul li a {
  display: block;
  padding: 0 15px;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-property: color;
  transition-property: color;
}

.schedule .detail-wrap .player ul li span {
  display: block;
  padding: 0 15px;
  font-size: 16px;
  line-height: 1.5;
}

.calendar {
  display: none;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.calendar.is-active {
  display: block;
  opacity: 1;
}

.calendar .c-border-ttl02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -82px;
  right: 0;
  left: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  padding: 43px 42px 43px 50px;
  border-bottom: 2px solid #000;
  background: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}

.calendar .c-border-ttl02 .arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  content: "";
}

.calendar .c-border-ttl02 .arrow.prev {
  right: 230px;
  left: 0;
  background: url(../img/common/arrow-left-black.svg) no-repeat center center;
  background-size: 13px 21px;
}

.calendar .c-border-ttl02 .arrow.next {
  right: 0;
  left: 230px;
  background: url(../img/common/arrow-right-black.svg) no-repeat center center;
  background-size: 13px 21px;
}

.calendar .c-border-ttl02 .arrow.disable {
  opacity: .2;
  pointer-events: none;
}

.calendar .calendar-wrap {
  padding: 120px 0 0;
}

.select-box {
  display: inline-block;
  z-index: 2;
  position: relative;
  margin: 20px auto;
  border: 1px solid #000;
  border-radius: 3px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.1);
}

.select-box::before {
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 8px 4.5px 0 4.5px;
  border-style: solid;
  border-color: #011f3d transparent transparent transparent;
  content: "";
  pointer-events: none;
}

.select-box select {
  width: 100%;
  padding: 7px 30px 7px 20px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.select-box select div {
  height: 150px;
  overflow-y: scroll;
}

.select-box + .select-box {
  margin-left: 5px;
}

.select-wrap {
  position: absolute;
  top: -66px;
  right: 40px;
}

/*------------------------------------------------------------------------------
  schedule / detail
------------------------------------------------------------------------------*/
.article-wrap #contentsR .contentsTit {
  margin-bottom: 40px;
  padding: 0 0 30px;
  border-bottom: 2px solid #101010;
  background-color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.article-wrap #contentsR .subTit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
  background: #101010;
  color: #fff;
}

.article-wrap #contentsR .subTit .subTit01 {
  width: calc(100% - 240px);
}

.article-wrap #contentsR .subTit .iconHP,
.article-wrap #contentsR .subTit .subTit02 {
  width: 120px;
  margin-left: auto;
}

.article-wrap #contentsR .subTit .subTit01 {
  padding-right: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.article-wrap #contentsR .subTit .subTit02 {
  text-align: right;
}

.article-wrap #contentsR .subTit .iconHP {
  text-align: center;
}

.article-wrap #contentsR .subTit .iconHP a {
  position: relative;
  padding-right: 10px;
  color: #fff;
  -webkit-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.article-wrap #contentsR .subTit .iconHP a::after {
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
  margin: 0 8px;
  background: url(../img/common/ico-tab-white.svg) no-repeat center/contain;
  background-size: 12px 12px;
  content: "";
}

.article-wrap #contentsR .subTit03 {
  position: relative;
  margin-top: 25px;
  margin-bottom: 10px;
  padding-left: 25px;
  font-size: 18px;
  line-height: 1.4;
}

.article-wrap #contentsR .subTit03::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 2px;
  margin: auto;
  background: #101010;
  content: "";
}

.article-wrap .resultTable table {
  width: 100%;
}

.article-wrap .resultTable th, .article-wrap .resultTable td {
  padding: 20px 10px;
  border-bottom: 1px solid #ccc;
  line-height: 1.4;
  text-align: center;
}

.article-wrap .resultTable th {
  font-size: 16px;
}

.article-wrap .resultTable td {
  font-size: 15px;
}

.article-wrap .resultTable .row td {
  background: #ffffe1;
}

/*------------------------------------------------------------------------------
  history
------------------------------------------------------------------------------*/

.score-wrap {
  counter-reset: num;
}

.score-wrap .record {
  width: 16%;
}

.score-wrap .game {
  width: 34%;
}

.score-wrap .date {
  width: 13%;
}

.score-wrap .place {
  width: 17%;
}

.score-wrap .head > *,
.score-wrap .player > * {
  position: relative;
  padding: 0 30px;
  font-size: 16px;
  line-height: 1.5;
}

.score-wrap .head {
  padding: 20px 0;
  background: #000;
}

.score-wrap .head > * {
  color: #fff;
  font-weight: bold;
}

.score-wrap .head .name {
  width: 20%;
  padding: 0 20px 0 120px;
}

.score-wrap .player {
  padding: 26px 0;
  border-top: solid 1px #ddd;
}

.score-wrap .player > *:not(.num):after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 1em;
  margin: auto;
  background: #000;
  content: "";
}

.score-wrap .player .num {
  position: relative;
  border: none;
  font-weight: bold;
}

.score-wrap .player .num::before {
  font-size: 16px;
  font-weight: bold;
  content: counter(num);
  counter-increment: num;
}

.score-wrap .player .num::after {
  position: absolute;
  top: 6px;
  left: 30px;
  width: 2px;
  height: 14px;
  background: #c60e0e;
  content: "";
}

/*------------------------------------------------------------------------------
  support
------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
  rule
------------------------------------------------------------------------------*/
.rule-slider {
  width: 100% !important;
}

.rule-slider:not(.slick-initialized) > * {
  opacity: 0;
}

.rule-slider .slick-track,
.rule-slider .slide {
  width: 100% !important;
  height: 747px;
}

.rule-slider .slide {
  position: absolute !important;
}

.rule-img-box .ttl {
  margin-bottom: 25px;
  font-size: 25px;
  line-height: 1.4;
}

.rule-img-box .desc {
  font-size: 16px;
  line-height: 1.62;
}

.rule-img-box .sub-img-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 30px;
}

.rule-img-box .sub-img-list li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 40%;
}

.rule-img-box .sub-img-list li:nth-child(even) {
  margin-left: 15px;
}

.rule-img-box .sub-img-list li:nth-child(n+3) {
  margin-top: 15px;
}

/*------------------------------------------------------------------------------
  community
------------------------------------------------------------------------------*/
.what-new {
  position: relative;
  width: 100%;
}

.what-new .twitter-area {
  z-index: 2;
  height: 410px;
  background: #F4F4F4;
}

.what-new .twitter-area iframe {
  display: block !important;
}

.what-new .instagram-area {
  z-index: 2;
  height: 410px;
  background: #F4F4F4;
}

.what-new .instagram-area iframe {
  display: block !important;
}

.what-new .facebook-area {
  z-index: 2;
  height: 410px;
  background: #F4F4F4;
}

.what-new .facebook-area iframe {
  display: block !important;
}

.what-new .loader-area {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #F4F4F4;
}

.school-block .box .txt-area .ttl {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.school-block .box .txt-area .txt {
  font-size: 16px;
  line-height: 1.6;
}

.school-block .box .txt-area .img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.school-block .box .txt-area .img-wrap .img {
  width: calc((100% - 30px)/2);
}

.school-block .box .txt-area .img-wrap .img + .img {
  margin-left: 30px;
}

.school-block .box + .box {
  margin-top: 150px;
}

.school-block .voice {
  margin-top: 80px;
  padding: 60px;
  background: #fff;
}

.school-block .voice .txt-area .ttl {
  position: relative;
  margin: 10px 0 35px;
  padding-left: 75px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.school-block .voice .txt-area .ttl::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 44px;
  margin: auto;
  background: url(../img/common/ico-message-red.svg) no-repeat center center;
  background-size: 50px 44px;
  content: "";
}

.school-block .voice .txt-area .txt {
  font-size: 16px;
  line-height: 1.6;
}

.volunteer-block .box .txt-area .ttl {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.volunteer-block .box .txt-area .txt {
  font-size: 16px;
  line-height: 1.6;
}

.volunteer-block .box .txt-area .img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.volunteer-block .box .txt-area .img-wrap .img {
  width: calc((100% - 30px)/2);
}

.volunteer-block .box .txt-area .img-wrap .img + .img {
  margin-left: 30px;
}

.volunteer-block .box + .box {
  margin-top: 150px;
}

/*------------------------------------------------------------------------------
  activity
------------------------------------------------------------------------------*/
.oneday-schedule {
  position: relative;
  margin-bottom: -40px;
  overflow: hidden;
}

.oneday-schedule[style]::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  margin: auto;
  background-color: white;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 2px, #101010 2px, #101010 4px);
  background-size: auto auto;
  content: "";
}

.oneday-schedule .wrap {
  position: relative;
}

.oneday-schedule .wrap:first-child::after, .oneday-schedule .wrap:last-child::after {
  position: absolute;
  width: 4px;
  height: 1000px;
  background-color: #F4F4F4;
  content: "";
}

.oneday-schedule .wrap:first-child::after {
  bottom: calc(100% - 102px);
}

.oneday-schedule .wrap:last-child::after {
  top: 102px;
}

.oneday-schedule .item {
  position: relative;
  background-color: #fff;
}

.oneday-schedule .item .txt-area::before, .oneday-schedule .item .txt-area::after {
  position: absolute;
  top: 102px;
  background-color: #101010;
  content: "";
}

.oneday-schedule .item .txt-area::before {
  z-index: 3;
  width: 40px;
  height: 2px;
}

.oneday-schedule .item .txt-area::after {
  z-index: 2;
  width: 14px;
  height: 14px;
  margin-top: -6px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 6px #F4F4F4;
          box-shadow: 0 0 0 6px #F4F4F4;
}

.oneday-schedule .img img {
  width: 100%;
}

.oneday-schedule .txt-area {
  padding: 44px 80px;
  border-top: 1px solid #101010;
}

.oneday-schedule .ttl {
  text-align: center;
}

.oneday-schedule .ttl > span {
  display: block;
}

.oneday-schedule .ttl .time {
  font-size: 50px;
  font-weight: bold;
}

.oneday-schedule .ttl .main {
  margin-top: 20px;
  font-size: 25px;
  line-height: 1.4;
}

.oneday-schedule .desc {
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.62;
}

.field-list .ttl {
  margin: 30px 0 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.field-list .desc {
  font-size: 16px;
  line-height: 1.62;
}

.field-list .place {
  margin-top: 30px;
}

.field-list .place > * {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 1.4;
}

.field-list .place > *::before {
  display: inline-block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  width: 15px;
  height: 19px;
  margin: 0.2em 10px 0.15em 0;
  background: url(../img/common/ico-map_red.svg) no-repeat center center/contain;
  content: "";
}

.field-list .place > a::after {
  display: inline-block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 12px;
  height: 12px;
  margin: 0.15em 0 0.15em 6px;
  background: url(../img/common/ico-link-other.svg) no-repeat center center/100%;
  content: "";
}

/*------------------------------------------------------------------------------
  support
------------------------------------------------------------------------------*/
.support-block .txt-wrap {
  text-align: center;
}

.support-block .txt-wrap p {
  font-size: 30px;
  font-weight: bold;
}

.support-block .txt-wrap p span {
  display: inline-block;
}

.support-block .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.support-block .wrap .img {
  width: 50%;
}

.support-block .btn-wrap {
  margin-top: 30px;
  text-align: center;
}

.topics-block {
  margin-top: 70px;
}

.topics-block .c-link {
  color: #101010;
}

.topics-block .btn-wrap {
  margin-top: 60px;
  text-align: center;
}

.benefits-block .ico-list {
  margin-top: 50px;
}

.benefits-block .ico-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 33px 45px;
  background: #fff;
}

.benefits-block .ico-list li .img {
  width: 97px;
}

.benefits-block .ico-list li .img .img-inn {
  display: inline-block;
}

.benefits-block .ico-list li .inn {
  width: calc(100% - 97px);
  font-size: 20px;
  line-height: 1.4;
}

.benefits-block .ico-list li .inn span {
  display: inline-block;
}

.benefits-block .notes {
  margin-top: 50px;
}

.benefits-block .notes li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
}

.membership-block .c-ttl02 {
  margin-bottom: 30px;
}

.contact-block .box {
  padding: 30px;
  border: 1px solid #101010;
}

.contact-block .box .ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.contact-block .box .inn {
  position: relative;
  font-size: 16px;
  line-height: 1.6;
}

.contact-block .box .inn .txt + .txt {
  margin-top: 10px;
}

/*------------------------------------------------------------------------------
  news, schedule / detail
------------------------------------------------------------------------------*/
.newsdetail * + *:not(.newsdetailBlock) {
  margin-top: 15px;
}

.article-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.article-wrap #contentsL .newsBoxTOP .ttl,
.article-wrap #contentsL .seasonBoxTOP .ttl {
  position: relative;
  padding-left: 16px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.article-wrap #contentsL .newsBoxTOP .ttl::before,
.article-wrap #contentsL .seasonBoxTOP .ttl::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  height: 100%;
  margin: auto;
  background: #C60E0E;
  content: "";
}

.article-wrap #contentsL .newsBoxTOP .newsBoxBtm,
.article-wrap #contentsL .newsBoxTOP .seasonBoxBtm,
.article-wrap #contentsL .seasonBoxTOP .newsBoxBtm,
.article-wrap #contentsL .seasonBoxTOP .seasonBoxBtm {
  margin-top: 20px;
}

.article-wrap #contentsL .newsBoxTOP .newsBoxMdl li + li,
.article-wrap #contentsL .newsBoxTOP .seasonBoxMdl li + li,
.article-wrap #contentsL .seasonBoxTOP .newsBoxMdl li + li,
.article-wrap #contentsL .seasonBoxTOP .seasonBoxMdl li + li {
  border-top: 1px solid #ccc;
}

.article-wrap #contentsL .newsBoxTOP .newsBoxMdl li:last-child,
.article-wrap #contentsL .newsBoxTOP .seasonBoxMdl li:last-child,
.article-wrap #contentsL .seasonBoxTOP .newsBoxMdl li:last-child,
.article-wrap #contentsL .seasonBoxTOP .seasonBoxMdl li:last-child {
  border-bottom: 1px solid #ccc;
}

.article-wrap #contentsL .newsBoxTOP .newsBoxMdl li a,
.article-wrap #contentsL .newsBoxTOP .seasonBoxMdl li a,
.article-wrap #contentsL .seasonBoxTOP .newsBoxMdl li a,
.article-wrap #contentsL .seasonBoxTOP .seasonBoxMdl li a {
  display: block;
  position: relative;
  padding: 16px 30px 16px 0;
  line-height: 1.4;
}

.article-wrap #contentsL .newsBoxTOP .newsBoxMdl li a::before,
.article-wrap #contentsL .newsBoxTOP .seasonBoxMdl li a::before,
.article-wrap #contentsL .seasonBoxTOP .newsBoxMdl li a::before,
.article-wrap #contentsL .seasonBoxTOP .seasonBoxMdl li a::before {
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 5px;
  height: 8px;
  margin: auto;
  background: url(../img/common/arrow-right-black.svg) no-repeat center center;
  background-size: 5px 8px;
  content: "";
  -webkit-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.article-wrap #contentsL .newsBoxTOP .newsBoxMdl li.act a,
.article-wrap #contentsL .newsBoxTOP .seasonBoxMdl li.act a,
.article-wrap #contentsL .seasonBoxTOP .newsBoxMdl li.act a,
.article-wrap #contentsL .seasonBoxTOP .seasonBoxMdl li.act a {
  color: #C60E0E;
}

.article-wrap #contentsR .btnBoxArea {
  margin-bottom: 40px;
}

.article-wrap #contentsR .btnBox01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.article-wrap #contentsR .btnBox01 li {
  width: 65px;
  background: #ccc;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
}

.article-wrap #contentsR .btnBox01 li + li {
  margin-left: 5px;
}

.article-wrap #contentsR .btnBox01 li a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #101010;
  background: -webkit-gradient(linear, left top, right top, from(#C60E0E), color-stop(50%, #C60E0E), color-stop(50%, #101010), to(#101010));
  background: linear-gradient(to right, #C60E0E 0%, #C60E0E 50%, #101010 50%, #101010 100%);
  background-position: right center;
  background-size: 201%;
  color: #fff;
  -webkit-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transition-property: background, border;
  transition-property: background, border;
}

.article-wrap #contentsR .btnBox01 li.act a {
  border-color: #C60E0E;
  background: #fff;
  color: #C60E0E;
  pointer-events: none;
}

.article-wrap #contentsR .newsdetailBlock {
  padding: 25px 0;
}

.article-wrap #contentsR .newsdetailBlock dl {
  margin: 0;
}

.article-wrap #contentsR .newsdetailBlock dt {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}

.article-wrap #contentsR .newsdetailBlock dd {
  margin: 0;
  font-size: 16px;
}

.article-wrap #contentsR .newsdetailBlock dd a {
  color: #101010;
  line-height: 1.6;
  text-decoration: underline;
  -webkit-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.article-wrap #contentsR .newsdetailBlock + .newsdetailBlock {
  border-top: 1px solid #ccc;
}

.article-wrap #contentsR .articleTitle {
  margin-bottom: 30px;
}

.article-wrap #contentsR .articleTitle .articleTitleInner {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}

.article-wrap #contentsR .newsDay {
  margin-bottom: 40px;
  text-align: right;
}

.article-wrap #contentsR .newsdetail {
  margin-top: 20px;
}

.article-wrap #contentsR .newsdetail p {
  font-size: 16px;
  line-height: 1.6;
}

.article-wrap #contentsR .newsdetail a {
  color: #C60E0E;
  text-decoration: underline;
}

.article-wrap #contentsR .linkType_02 {
  margin-top: 60px;
}

.article-wrap #contentsR .linkType_02 a {
  color: #fff;
  text-decoration: none;
}

.player-detail #header .header-logo {
  position: relative;
}

.player-detail #header .header-logo::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 99px;
  height: 81px;
  margin: auto;
  background: url(../img/common/logo-white.svg) no-repeat center center;
  background-size: 99px 81px;
  content: "";
  pointer-events: none;
  -webkit-transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

@media print, screen and (min-width: 640px) {
  a[href^="tel"] {
    display: inline-block;
    pointer-events: none;
  }
  .sp {
    display: none !important;
  }
  #pagetop > a:hover {
    background-color: #101010;
  }
  .btn-list li a:hover {
    border-color: #101010;
    background-color: #101010;
  }
  .c-link:hover,
  a:hover .c-link {
    text-decoration: underline;
  }
  .c-btn:hover, .article-wrap #contentsR .linkType_02 a:hover,
  a:hover .c-btn,
  a:hover .article-wrap #contentsR .linkType_02 a,
  .article-wrap #contentsR .linkType_02 a:hover a {
    border-color: #fff;
    background-position: left center;
  }
  .c-table01 th {
    width: 170px;
    padding: 18px 20px 18px 30px;
    vertical-align: top;
    white-space: nowrap;
  }
  .c-table01 td {
    position: relative;
    padding: 18px 30px 18px 50px;
    line-height: 1.87;
    vertical-align: middle;
  }
  .c-table01 td::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: calc(100% - 50px);
    margin: auto;
    background-color: #101010;
    content: "";
  }
  .c-table01 tr:not(:first-child) th,
  .c-table01 tr:not(:first-child) td {
    border-top: 1px solid #ddd;
  }
  .page-ttl-block {
    padding-left: 70px;
    border-right: 70px solid #101010;
  }
  .page-ttl-block .inner-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 340px;
    padding: 0;
  }
  .page-ttl-block .ttl {
    margin-top: 30px;
  }
  .page-menu-block .list a:hover {
    color: #C60E0E;
  }
  .header.is-color {
    background-color: #C60E0E;
  }
  .nav-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav-inner .btn-list a:hover {
    border-color: #C60E0E;
    background-color: #C60E0E;
  }
  .nav-list li a:hover {
    color: #C60E0E;
  }
  .nav-sns {
    position: absolute;
    right: 30px;
    bottom: 80px;
  }
  .nav-sns a {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .nav-sns a:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .footer-sitemap .list > li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #C60E0E;
    content: '';
    opacity: 0;
    -webkit-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    -webkit-transition-property: width, opacity, right;
    transition-property: width, opacity, right;
  }
  .footer-sitemap .list > li a:hover {
    color: #C60E0E;
  }
  .footer-sitemap .list > li.is-current::after {
    width: 100%;
    opacity: 1;
  }
  .footer-address .inner-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-address .btn-list a:hover {
    border-color: #C60E0E;
    background-color: #C60E0E;
  }
  .footer-copyright .inner-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mv-info,
  .mv-slider {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .mv-info .main-ttl {
    margin-bottom: -1px;
    padding-top: 80px;
    padding-left: 25px;
    border-right: 70px solid #101010;
  }
  .mv-info .main-ttl .small {
    padding-left: 8px;
  }
  .mv-info .news > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mv-info .news > a:hover .img::after {
    opacity: 1;
  }
  .mv-info .news .txt-area {
    width: 45%;
    padding: 34px 25px 0;
  }
  .mv-info .news .img {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 55%;
    height: 284px;
  }
  .mv-info .news .img::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    opacity: 0;
    -webkit-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  .next-race-block .inner-block {
    width: 1200px;
  }
  .race-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .race-list li {
    width: calc((99.9999% - (70px * 2)) / 3);
  }
  .race-list li + li {
    margin-left: 70px;
  }
  .race-list li a {
    -webkit-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    -webkit-transition-property: color;
    transition-property: color;
  }
  .race-list li a::before {
    z-index: -1;
    position: absolute;
    top: -20px;
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    background-color: #101010;
    content: "";
    -webkit-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  .race-list li a .place::before {
    -webkit-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    -webkit-transition-property: background-image;
    transition-property: background-image;
  }
  .race-list li a .player .head {
    -webkit-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    -webkit-transition-property: background, color;
    transition-property: background, color;
  }
  .race-list li a:hover {
    color: #C60E0E;
  }
  .race-list li a:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .race-list li a:hover .place::before {
    background-image: url(../img/common/ico-map_red.svg);
  }
  .race-list li a:hover .player .head {
    background-color: #C60E0E;
    color: #101010;
  }
  .new-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .new-block .box {
    width: 50%;
    height: 535px;
  }
  .new-block .ttl-box {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .new-block .ttl-box > * {
    width: 600px;
  }
  .new-block .article-box a:hover::before {
    opacity: 1;
  }
  .pickup-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .pickup-list li {
    width: 50%;
  }
  .pickup-list .pickup-box {
    height: 340px;
    padding: 25px 20px 20px 360px;
  }
  .pickup-list .pickup-box:hover .img::after {
    opacity: 1;
  }
  .info-block .inner-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .info-block .inner-block .box {
    position: relative;
    width: 50%;
  }
  .info-block .inner-block .box::before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    min-width: 1366px;
    content: "";
  }
  .info-block .inner-block .oneday-box::before {
    right: 100%;
    background-color: #101010;
  }
  .info-block .inner-block .twitter-box::before {
    left: 100%;
    background-color: #00ACEE;
  }
  .info-block .inner-block .instagram-box::before {
    left: 100%;
    background-color: #1f1f1f;
  }
  .info-block .inner-block .facebook-box::before {
    right: 100%;
    background-color: #3b5998;
  }
  .info-block .oneday-box a:hover::after {
    opacity: 1;
  }
  .info-block .twitter-box,
  .info-block .facebook-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .info-block .twitter-area,
  .info-block .facebook-area {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 140px 40px 35px;
  }
  .info-block .instagram-area {
    padding: 0 140px 40px;
  }
  .info-block .loader-area {
    width: 500px;
    height: 405px;
  }
  .team-greeting {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .team-greeting .txt-area {
    width: 530px;
    margin-right: 60px;
  }
  .team-profile .inner-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
  }
  .team-profile .head {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 250px;
    padding: 40px 40px 50px 0;
    text-align: right;
  }
  .team-profile .body::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 99.99%;
    width: 100vw;
    min-width: 1366px;
    background-color: #1f1f1f;
    content: "";
  }
  .player .pickup-block .frame {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid #000;
  }
  .player .pickup-block .ttl-box {
    width: 22%;
    padding: 40px 0 15px;
    border-right: 2px solid #000;
  }
  .player .pickup-block .c-ttl01 .badge {
    top: -20px;
    left: -40px;
    width: 80px;
    height: 80px;
  }
  .player .pickup-block .c-ttl01 .en {
    font-size: 40px;
  }
  .player .pickup-block .c-ttl01 .en .ls {
    letter-spacing: 0.05em;
  }
  .player .pickup-block .c-ttl01 .ja {
    margin-top: 6px;
  }
  .player .pickup-list {
    width: 78%;
    border-top: none;
  }
  .player .pickup-list .pickup-box {
    height: 200px;
    padding: 15px 20px 20px 220px;
  }
  .player .pickup-list .img {
    width: 200px;
  }
  .player .pickup-list .num {
    font-size: 40px;
  }
  .player .pickup-list .name {
    margin: 4px 0 10px;
  }
  .player-list li {
    width: 360px;
    margin-left: 20px;
  }
  .player-list li:nth-child(-n + 3) {
    margin-top: 0;
  }
  .player-list li:nth-child(3n + 1) {
    margin-left: 0;
  }
  .player-list li a:hover .img-area::after {
    opacity: 1;
  }
  .profile-block .animsition {
    min-height: 500px;
  }
  .profile-block .pic {
    position: absolute;
    padding-left: 30px;
  }
  .profile-block .profile {
    position: absolute;
    top: 10px;
    right: 0;
    width: 250px;
  }
  .profile-block .message .txt {
    width: 300px;
    min-height: 200px;
  }
  .profile-block .faq {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .profile-block .faq .ttl {
    width: 200px;
    text-align: center;
  }
  .profile-block .faq .q-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 920px;
  }
  .profile-block .faq .q-list li:nth-child(3n+1) {
    margin-left: 0;
  }
  .profile-block .faq .q-list li:nth-child(n+4) {
    margin-top: 30px;
  }
  .gallery-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .gallery-slider li {
    margin-top: 12px;
    margin-left: 12px;
    width: calc((100% - (12px * 2)) / 3);
  }
  .gallery-slider li:nth-child(-n+3) {
    margin-top: 0;
  }
  .gallery-slider li:nth-child(3n+1) {
    margin-left: 0;
  }
  .schedule .c-date {
    padding: 0;
  }
  .schedule .date-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
  }
  .schedule .date-wrap .c-btn:hover, .schedule .date-wrap .article-wrap #contentsR .linkType_02 a:hover, .article-wrap #contentsR .linkType_02 .schedule .date-wrap a:hover {
    border-color: #C60E0E;
    color: #C60E0E;
  }
  .schedule .detail-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .schedule .detail-wrap .overall {
    width: 50%;
    padding-right: 28px;
  }
  .schedule .detail-wrap .overall a.ttl:hover {
    color: #C60E0E;
  }
  .schedule .detail-wrap .overall a.ttl:hover:after {
    background: url(../img/common/ico-tab-red.svg) no-repeat center/contain;
  }
  .schedule .detail-wrap .overall a.place:hover {
    color: #717171;
  }
  .schedule .detail-wrap .player {
    width: 50%;
    padding-top: 6px;
  }
  .schedule .detail-wrap .player .list {
    padding: 0 28px;
    border-left: 1px solid #000;
  }
  .schedule .detail-wrap .player ul li a:hover {
    color: #C60E0E;
    text-decoration: none;
  }
  .calendar .c-border-ttl02 .arrow.prev:not(.disable):hover {
    -webkit-transform: translate3d(-3px, 0, 0);
            transform: translate3d(-3px, 0, 0);
  }
  .calendar .c-border-ttl02 .arrow.next:not(.disable):hover {
    -webkit-transform: translate3d(3px, 0, 0);
            transform: translate3d(3px, 0, 0);
  }
  .article-wrap #contentsR .subTit .iconHP a:hover {
    color: #C60E0E;
  }
  .article-wrap #contentsR .subTit .iconHP a:hover::after {
    background-image: url(../img/common/ico-tab-red.svg);
  }
  .article-wrap .resultTable .cell_01 {
    width: 100px;
  }
  .article-wrap .resultTable .cell_02,
  .article-wrap .resultTable .cell_04 {
    width: 200px;
  }
  .article-wrap .resultTable .cell_03 {
    width: 160px;
  }
  .article-wrap .resultTable .cell_05 {
    width: 190px;
  }
  .history .c-border-ttl {
    margin-bottom: 90px;
  }
  .score-wrap {
    border: 1px solid #000;
  }
  .score-wrap .head,
  .score-wrap .player {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .score-wrap .player .num {
    width: 8%;
    padding: 0 20px 0 40px;
  }
  .score-wrap .player .name {
    width: 12%;
  }
  .rule-img-box {
    position: relative;
  }
  .rule-img-box .txt-area {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    width: 440px;
    height: 100%;
    padding: 45px 40px 45px 50px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
  }
  .rule-img-box .txt-area .txt-inn:not(:only-child) {
    height: calc(100% - 257px);
    overflow-y: auto;
  }
  .rule-img-box .txt-area .txt-inn:not(:only-child)::-webkit-scrollbar {
    width: 6px;
  }
  .rule-img-box .txt-area .txt-inn:not(:only-child)::-webkit-scrollbar-track {
    border: none;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: inset 0 0 2px #777;
            box-shadow: inset 0 0 2px #777;
  }
  .rule-img-box .txt-area .txt-inn:not(:only-child)::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #C60E0E;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .rule-img-box .txt-area .sub-img-list {
    position: absolute;
    right: 50px;
    bottom: 45px;
    width: calc(100% - 100px);
  }
  .what-new .loader-area {
    width: 445px;
    height: 410px;
  }
  .what-new {
    height: 500px;
    background: url(../img/community/whatsnew-img01.jpg) no-repeat center center/cover;
  }
  .what-new .twitter-area {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 445px;
    padding-top: 25px;
    padding-left: 45px;
  }
  .what-new .instagram-area {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 445px;
    padding-top: 25px;
    padding-left: 45px;
  }
  .what-new .facebook-area {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 445px;
    padding-top: 25px;
    padding-left: 45px;
  }
  .school-block .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .school-block .box .txt-area {
    width: calc(100% - 530px);
  }
  .school-block .box .large-img {
    width: 530px;
  }
  .school-block .box:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .school-block .box:nth-child(odd) .txt-area {
    padding-left: 60px;
  }
  .school-block .box:nth-child(even) .txt-area {
    padding-right: 60px;
  }
  .school-block .voice {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .school-block .voice .txt-area {
    width: calc(100% - 340px);
    padding-right: 50px;
  }
  .school-block .voice .img {
    width: 340px;
  }
  .volunteer-block .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .volunteer-block .box .txt-area {
    width: calc(100% - 530px);
  }
  .volunteer-block .box .large-img {
    width: 530px;
  }
  .volunteer-block .box:nth-child(odd) .txt-area {
    padding-right: 60px;
  }
  .volunteer-block .box:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .volunteer-block .box:nth-child(even) .txt-area {
    padding-left: 60px;
  }
  .oneday-schedule .wrap:nth-child(2) {
    padding-top: 122px;
  }
  .oneday-schedule .wrap:first-child[style*="left: 0px;"]::after, .oneday-schedule .wrap:last-child[style*="left: 0px;"]::after {
    left: calc(100% + 38px);
  }
  .oneday-schedule .wrap:first-child:not([style*="left: 0px;"])::after, .oneday-schedule .wrap:last-child:not([style*="left: 0px;"])::after {
    right: calc(100% + 38px);
  }
  .oneday-schedule .wrap[style*="left: 0px;"] .item .txt-area::before, .oneday-schedule .wrap[style*="left: 0px;"] .item .txt-area::after {
    left: 100%;
  }
  .oneday-schedule .wrap[style*="left: 0px;"] .item .txt-area::after {
    margin-left: 33px;
  }
  .oneday-schedule .wrap:not([style*="left: 0px;"]) .item .txt-area::before, .oneday-schedule .wrap:not([style*="left: 0px;"]) .item .txt-area::after {
    right: 100%;
  }
  .oneday-schedule .wrap:not([style*="left: 0px;"]) .item .txt-area::after {
    margin-right: 33px;
  }
  .oneday-schedule .item .txt-area:not(:only-child)::before, .oneday-schedule .item .txt-area:not(:only-child)::after {
    top: 160px;
  }
  .field-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .field-list li {
    width: 50%;
  }
  .field-list li:nth-child(odd) {
    padding-right: 42px;
    border-right: 1px solid #ddd;
  }
  .field-list li:nth-child(even) {
    padding-left: 42px;
  }
  .field-list li:nth-child(-n+2) {
    padding-bottom: 42px;
  }
  .field-list li:nth-child(n+3) {
    padding-top: 42px;
    border-top: 1px solid #ddd;
  }
  .field-list .place > a:hover {
    text-decoration: underline;
  }
  .support-block .btn-wrap .c-btn:hover,
  .support-block .btn-wrap .article-wrap #contentsR .linkType_02 a:hover,
  .article-wrap #contentsR .linkType_02 .support-block .btn-wrap a:hover,
  .topics-block .btn-wrap .c-btn:hover {
    border-color: #C60E0E;
    color: #C60E0E;
  }
  .benefits-block .ico-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .benefits-block .ico-list li {
    width: 50%;
  }
  .benefits-block .ico-list li:nth-child(even) {
    border-left: 1px solid #ddd;
  }
  .benefits-block .ico-list li:nth-child(n+3) {
    border-top: 1px solid #ddd;
  }
  .membership-block li .ttl {
    width: 160px;
  }
  .membership-block li .inn {
    width: calc(100% - 160px);
  }
  .gallery-block .gallery-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .gallery-block .gallery-list li {
    width: calc((99.99% - 26px)/3);
  }
  .gallery-block .gallery-list li:nth-child(3n - 1) {
    margin: 0 13px;
  }
  .gallery-block .gallery-list li:nth-child(n+4) {
    margin-top: 13px;
  }
  .contact-block .inner-block {
    padding: 150px 0 0;
  }
  .contact-block .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact-block .box .ttl {
    width: 250px;
    padding-right: 30px;
  }
  .contact-block .box .inn {
    width: calc(100% - 250px);
    padding-left: 80px;
  }
  .contact-block .box .inn::before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 97px;
    margin: auto;
    background: #101010;
    content: "";
  }
  .article-wrap #contentsL .newsBoxTOP .newsBoxMdl li a:hover::before,
  .article-wrap #contentsL .newsBoxTOP .seasonBoxMdl li a:hover::before,
  .article-wrap #contentsL .seasonBoxTOP .newsBoxMdl li a:hover::before,
  .article-wrap #contentsL .seasonBoxTOP .seasonBoxMdl li a:hover::before {
    right: 11px;
  }
  .article-wrap #contentsR .btnBox01 li a:hover {
    border-color: #C60E0E;
    background-color: #C60E0E;
    background-position: left center;
  }
  .article-wrap #contentsR .newsdetailBlock dd a:hover {
    color: #C60E0E;
    text-decoration: none;
  }
  .article-wrap #contentsR .newsdetail a:hover {
    text-decoration: none;
  }
  .article-wrap #contentsR .linkType_02 a:hover {
    border-color: #C60E0E;
    background-position: left center;
    color: #C60E0E;
  }
  .article-wrap #contentsL {
    width: 200px;
  }
  .article-wrap #contentsR {
    width: calc(100% - 200px);
    padding-left: 70px;
  }
  .player-detail #header.is-color .header-logo::before {
    opacity: 0;
  }
}

@media not print {
  .is-active .mv-info .mask {
    -webkit-animation: mvMaskColor2 1.5s cubic-bezier(0.65, 0, 0.35, 1) forwards;
            animation: mvMaskColor2 1.5s cubic-bezier(0.65, 0, 0.35, 1) forwards;
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
  }
  .is-active .mv-info .mask::before {
    -webkit-animation: mvLoadSlide2 1.5s cubic-bezier(0.65, 0, 0.35, 1) forwards;
            animation: mvLoadSlide2 1.5s cubic-bezier(0.65, 0, 0.35, 1) forwards;
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
  }
  .is-active .mv-info .mask::after {
    -webkit-animation: mvLoadBefore 1.5s cubic-bezier(0.65, 0, 0.35, 1) forwards;
            animation: mvLoadBefore 1.5s cubic-bezier(0.65, 0, 0.35, 1) forwards;
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
  }
  .is-active .mv-slider .slide[tabindex="0"] > .mask::before,
  .is-active .mv-slider .slide.slick-active > .mask::before {
    -webkit-animation: mvMaskSlide 6s cubic-bezier(0.65, 0, 0.35, 1) forwards;
            animation: mvMaskSlide 6s cubic-bezier(0.65, 0, 0.35, 1) forwards;
  }
  .is-active .mv-slider .slide[tabindex="0"] .mask-img,
  .is-active .mv-slider .slide.slick-active .mask-img {
    -webkit-animation: mvMaskImgWrap 6s cubic-bezier(0.65, 0, 0.35, 1) forwards;
            animation: mvMaskImgWrap 6s cubic-bezier(0.65, 0, 0.35, 1) forwards;
  }
  .is-active .mv-slider .slide[tabindex="0"] .mask-img img,
  .is-active .mv-slider .slide.slick-active .mask-img img {
    display: inline-block;
    -webkit-animation: mvMaskImg 6s cubic-bezier(0.65, 0, 0.35, 1) forwards;
            animation: mvMaskImg 6s cubic-bezier(0.65, 0, 0.35, 1) forwards;
  }
  .is-active .mv-slider .slide[tabindex="0"] .bg,
  .is-active .mv-slider .slide.slick-active .bg {
    -webkit-animation: mvSlideFade 6s cubic-bezier(0.65, 0, 0.35, 1) forwards;
            animation: mvSlideFade 6s cubic-bezier(0.65, 0, 0.35, 1) forwards;
  }
  .is-active .mv-slider .slide[tabindex="0"] .ttl .mask,
  .is-active .mv-slider .slide.slick-active .ttl .mask {
    -webkit-animation: mvMaskColor 1.2s cubic-bezier(0.65, 0, 0.35, 1) forwards;
            animation: mvMaskColor 1.2s cubic-bezier(0.65, 0, 0.35, 1) forwards;
    -webkit-animation-delay: .3s;
            animation-delay: .3s;
    opacity: 0;
  }
  .is-active .mv-slider .slide[tabindex="0"] .ttl .mask::before,
  .is-active .mv-slider .slide.slick-active .ttl .mask::before {
    -webkit-animation: mvLoadSlide 1.2s cubic-bezier(0.65, 0, 0.35, 1) forwards;
            animation: mvLoadSlide 1.2s cubic-bezier(0.65, 0, 0.35, 1) forwards;
    -webkit-animation-delay: .3s;
            animation-delay: .3s;
  }
  .is-active .mv-slider .slide[tabindex="0"] .ttl .mask::after,
  .is-active .mv-slider .slide.slick-active .ttl .mask::after {
    -webkit-animation: mvLoadBefore 1.2s cubic-bezier(0.65, 0, 0.35, 1) forwards;
            animation: mvLoadBefore 1.2s cubic-bezier(0.65, 0, 0.35, 1) forwards;
    -webkit-animation-delay: .3s;
            animation-delay: .3s;
  }
}
/*# sourceMappingURL=style.css.map */
