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

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

html {
  background: #eff2f5;
  color: #212327;
  font-size: 14px;
  line-height: 1;
  word-break: break-all;
}

body {
  z-index: 1;
  position: relative;
  margin: 0;
  background: #eff2f5;
}

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

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

p {
  margin: 0;
  padding: 0;
}

a {
  color: #212327;
  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;
}

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

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

#wrapper {
  position: relative;
}

main {
  display: block;
  letter-spacing: 0.075em;
}

main > *:last-child {
  padding-bottom: 120px;
}

.ib {
  display: inline-block;
}

.en {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}

#pagetop {
  z-index: 99;
  position: absolute;
  top: -32px;
  right: 50px;
}

#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: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #eb0a1e;
  -webkit-transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transition-property: -webkit-transform, -webkit-box-shadow;
  transition-property: -webkit-transform, -webkit-box-shadow;
  transition-property: transform, box-shadow;
  transition-property: transform, box-shadow, -webkit-transform, -webkit-box-shadow;
}

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

/*------------------------------------------------------------------------------
  common
------------------------------------------------------------------------------*/
.bg-white {
  background: #eff2f5;
}

.page-ttl-block .inner-block {
  padding-top: 170px; /* ハンバーガーメニュー廃止対応 */
  text-align: center;
}

.page-ttl-block .inner-block .c-ttl {
  color: #212327;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: bold;
  text-align: center;
}

.page-ttl-block .inner-block .c-ttl .en {
  display: block;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.page-ttl-block .inner-block .c-ttl .ja {
  display: block;
  margin-top: 20px;
  font-size: 20px;
}

.c-border {
  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;
  width: 100%;
  margin: 80px auto 80px;
  padding: 18px 0;
  border-top: 2px solid #212327;
  border-bottom: 2px solid #212327;
}

.c-border.child-page {
  margin-top: 82px;
  padding: 32px 0;
}

.c-border.child-page .select-ttl .ttl::before {
  margin-right: 19px;
}

.c-border .select-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-border .select-ttl .ttl {
  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;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.075em;
}

.c-border .select-ttl .ttl::before {
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 2px;
  margin-right: 21px;
  background: #212327;
  content: "";
}

.c-border .select-ttl .ttl.is-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.an-link {
  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;
  margin: 0 auto;
  margin-top: 80px;
  border-top: 2px solid #212327;
  border-bottom: 2px solid #212327;
  font-size: 16px;
  font-weight: bold;
}

.an-link li {
  position: relative;
}

.an-link li + li::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 16px;
  margin: auto;
  background: #212327;
  content: "";
}

.an-link li a {
  display: inline-block;
  padding: 20px 48px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.075em;
  line-height: 1.3;
  -webkit-transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.c-summary {
  margin-top: 80px;
  padding: 25px;
  background: #fff;
  font-weight: bold;
  line-height: 1.4;
}

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

.select-wrap .select-button {
  margin: 6px 0;
}

.select-wrap .select-button select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 33px 7px 16px;
  border: 1px solid #212327;
  background: url(../img/common/arrow_bottom_black.svg) no-repeat center right 16px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.075em;
  cursor: pointer;
}

.select-wrap .select-button:last-child select {
  margin-left: 8px;
}

.select-button-wrap {
  display: flex;
}

.select-button-wrap .schedule-button {
  margin: 6px 8px;
  box-sizing: border-box;
}

.select-button-wrap .schedule-button a {
  display: inline-flex;
  align-items: center;
  padding: 3px 14px;
  border: 1px solid #212327;
  gap: 8px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.075em;
  height: 100%;
}

.select-button-wrap .arrow-right-icon {
  transform: rotate(-90deg);
  transform-origin: center;
  display: block;
}

.ttl-block {
  height: 100%;
  min-height: 120px;
  margin-top: 80px;
}

.ttl-block.player {
  margin-top: 79px;
}

.ttl-block.player2 {
  margin-top: 75px;
}

.ttl-block .ttl-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background: #fff;
}

.ttl-block .ttl-area .ttl {
  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: 120px;
  height: auto;
  background: #212327;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}

.ttl-block .ttl-area .txt {
  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;
  width: calc(100% - 120px);
  padding: 40px 50px;
}

.ttl-block .ttl-area .txt .txt-ttl {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.075em;
  line-height: 1.4;
}

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

.ttl-block .ico-ttl .ico {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 60px;
  height: 60px;
  margin: auto;
  background: #eb0a1e;
}

.ttl-block .ico-ttl .ico.cheering::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 26px;
  margin: auto;
  background: url(../img/common/icon_cheering.svg) no-repeat center center;
  background-size: 32px 26px;
  content: "";
}

.ttl-block .ico-ttl .ico.tv::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 30px;
  margin: auto;
  background: url(../img/common/icon_tv.svg) no-repeat center center;
  background-size: 36px 30px;
  content: "";
}

.ttl-block .ico-ttl .ico.en {
  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;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

.ttl-block .ico-ttl .txt {
  display: block;
  width: 100%;
  padding: 90px 50px 0;
}

.ttl-block .ico-ttl .txt .txt-ttl {
  text-align: center;
}

.ttl-block .ico-ttl .small, .ttl-block .ico-ttl .inn {
  display: block;
}

.ttl-block .ico-ttl .small {
  margin-bottom: 20px;
  font-size: 17px;
}

.bottom-page .social-btn-wrap {
  margin-top: 60px;
  text-align: center;
}

.bottom-page .social-btn-wrap > a {
  width: 192px;
}

.bottom-page .social-btn-wrap > a .c-btn {
  padding: 0 43px 0 60px;
}

.bottom-page .social-btn-wrap > a .c-btn::after {
  right: inherit;
  left: 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.bottom-page .btn-wrap {
  text-align: center;
}

.bottom-page .btn-wrap.overlap {
  text-align: right;
}

.bottom-page .btn-wrap.overlap .c-btn {
  margin: -34px 50px 0 0;
  text-align: center;
}

.bottom-page .btn-wrap .c-btn {
  margin-top: 60px;
  padding: 0 40px 0 60px;
  line-height: 1.4;
}

.bottom-page .btn-wrap .c-btn.long {
  min-width: 300px;
  height: 68px;
  padding: 0 70px 0 80px;
  font-size: 16px;
}

.bottom-page .btn-wrap .c-btn.icon-shop::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 18px;
  height: 24px;
  margin: auto;
  background: url(../img/common/icon_shop.svg) no-repeat center center;
  background-size: 18px 24px;
  content: "";
}

.bottom-page .btn-wrap .c-btn.icon-link::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 20px;
  height: 20px;
  margin: auto;
  background: url(../img/common/hp-link.svg) no-repeat center center;
  background-size: 20px 20px;
  content: "";
}

.bottom-page .btn-wrap .c-btn.icon-list::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 20px;
  height: 20px;
  margin: auto;
  background: url(../img/common/icon_list.svg) no-repeat center center;
  background-size: 20px 20px;
  content: "";
}

.js-img-bg {
  background: no-repeat center center / cover;
}

.ar-right-blk {
  position: relative;
  padding-right: 20px;
}

.ar-right-blk::before {
  position: absolute;
  top: 2px;
  right: 0;
  width: 8px;
  height: 12px;
  margin: auto 0;
  background: url(../img/common/arrow_rt_black.svg) no-repeat;
  background-size: contain;
  content: "";
  -webkit-transition: .3s;
  transition: .3s;
}

/* white-area */
.white-area:last-child {
  padding-bottom: 0;
}

.white-area:last-child .white-box {
  padding-bottom: 120px;
}

.white-area .ttl-block .ttl-area {
  z-index: 2;
  position: relative;
}

.white-area .white-box {
  margin-top: -60px;
  padding: 140px 0 90px;
  background: #fff;
}

.white-area .white-box .txt {
  font-size: 16px;
  line-height: 2;
}

.white-area .white-box .txt + .txt {
  margin-top: 10px;
}

.white-area .white-box .summary {
  text-align: center;
}

/* ttl */
.c-ttl01 {
  display: block;
  position: relative;
  margin-bottom: 20px;
  padding-left: 1em;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
}

.c-ttl01::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  height: 100%;
  margin: auto;
  background: #eb0a1e;
  background-size: 100% 100%;
  content: "";
}

.record-list li {
  padding: 18px 0;
  border-top: 1px solid #aaaaae;
  line-height: 1.4;
}

.record-list li .c-ttl01 {
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 14px;
}

.record-list li:last-child {
  border-bottom: 1px solid #aaaaae;
}

.record-list li .record {
  font-size: 16px;
  line-height: 2;
}

.more-area .record-list {
  display: none;
}

.more-area .record-list li:first-child {
  border-top: none;
}

.more-area .btn-wrap .c-btn {
  margin-top: 50px;
  padding: 0 55px 0 40px;
}

.more-area .btn-wrap .c-btn::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

/*------------------------------------------------------------------------------
  header
------------------------------------------------------------------------------*/
.header {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 30px;
}

.header > .col {
  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;
  padding-right: 130px;
}

.header > .col .header-fanclub, .header > .col .header-sns {
  display: inline-block;
  vertical-align: middle;
}

.header-logo > a {
  display: block;
}

.header-logo > a img {
  width: 165px;
}

.home .header-logo > a img {
  width: 192px;
}

.home .header-logo {
  /*visibility: hidden;*/
}

.home .header-logo.is-active {
  visibility: visible;
}

.header-fanclub > a {
  display: block;
  position: relative;
  padding-bottom: 3px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.header-fanclub > a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  content: '';
}

.header-sns {
  margin-right: 50px;
}

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

/*------------------------------------------------------------------------------
  c-header
------------------------------------------------------------------------------*/
.c-header .header-fanclub > a {
  display: block;
  position: relative;
  padding-bottom: 3px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.c-header .header-fanclub > a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  content: '';
}

/*------------------------------------------------------------------------------
  nav
------------------------------------------------------------------------------*/
.nav-btn-wrap {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  width: 140px;
  height: 120px;
}

/* ハンバーガーメニュー廃止対応 */
@media screen and (min-width: 641px) {
  .nav-btn-wrap {
    display: none;
  }
  .header .right-area {
    display: none;
  }
}
/* 既存のスタイルを上書き */
.header > .col {
  padding-right: 0;
}
.header-sns {
  margin-right: 0;
}
#header.top-page a {
  color: #fff;
}
#header.top-page svg path {
  fill: #fff;
}
/* PCヘッダーナビゲーション */
.nav-list-horizontal {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 50px;
  align-items: center;
  justify-content: flex-end;
}
.nav-list-horizontal li {
  white-space: nowrap;
}
.nav-list-horizontal a {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 1.8px;
  text-decoration: none;
  cursor: pointer;
}
/* SP時は PCヘッダーナビゲーション を非表示 */
@media screen and (max-width: 640px) {
  .header-nav {
    display:none;
  }
}

.nav-btn-wrap .btn {
  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: 100%;
  height: 100%;
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition-property: background-color, -webkit-box-shadow;
  transition-property: background-color, -webkit-box-shadow;
  transition-property: background-color, box-shadow;
  transition-property: background-color, box-shadow, -webkit-box-shadow;
}

.nav-btn-wrap .btn.is-color {
  background-color: #eb0a1e;
}

.nav-btn-wrap .btn.is-open .bar::before, .nav-btn-wrap .btn.is-open .bar::after {
  width: 42px;
  opacity: 1;
}

.nav-btn-wrap .btn.is-open .bar::before {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-property: width, opacity;
  transition-property: width, opacity;
}

.nav-btn-wrap .btn.is-open .bar::after {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition-property: width, opacity;
  transition-property: width, opacity;
}

.nav-btn-wrap .btn.is-open .bar > span {
  width: 0;
  opacity: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.nav-btn-wrap .btn.is-open .txt-menu {
  opacity: 0;
}

.nav-btn-wrap .btn.is-open .txt-close {
  opacity: 1;
}

.nav-btn-wrap .inner {
  position: relative;
  width: 80px;
  padding-bottom: 22px;
  text-align: right;
}

.nav-btn-wrap .bar {
  display: block;
  position: relative;
  height: 32px;
}

.nav-btn-wrap .bar::before, .nav-btn-wrap .bar::after {
  position: absolute;
  right: 14px;
  width: 0;
  height: 4px;
  background-color: #fff;
  content: '';
  -webkit-transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-property: width, opacity, background-color;
  transition-property: width, opacity, background-color;
}

.nav-btn-wrap .bar::before {
  top: 0;
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

.nav-btn-wrap .bar::after {
  bottom: 0;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

.nav-btn-wrap .bar > span {
  position: absolute;
  right: 0;
  height: 4px;
  background-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-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition-property: width, opacity;
  transition-property: width, opacity;
}

.nav-btn-wrap .bar > span:nth-child(1) {
  top: 0;
  width: 100%;
}

.nav-btn-wrap .bar > span:nth-child(2) {
  top: 50%;
  width: 60px;
  margin-top: -2px;
}

.nav-btn-wrap .bar > span:nth-child(3) {
  bottom: 0;
  width: 40px;
}

.nav-btn-wrap .txt {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.nav-btn-wrap .txt-close {
  opacity: 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(20%);
          transform: translateX(20%);
  background-color: #212327;
  opacity: 0;
  -webkit-transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.6s cubic-bezier(0.22, 1, 0.36, 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-item {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.nav-inner {
  z-index: 0;
  position: relative;
  min-height: 100%;
  padding: 120px 0 80px;
}

.nav-inner::before {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 705px;
  height: 375px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  background: url("../img/common/nav_bg02.svg") no-repeat;
  background-size: contain;
  content: '';
}

.nav-inner .contents {
  max-width: 1600px;
  margin: 0 auto;
}

.nav-item {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.nav-item + .nav-item {
  margin-top: 50px;
}

.nav-item .link {
  display: inline-block;
  color: #fff;
}

.nav-item .name {
  display: inline-block;
  position: relative;
  padding-right: 32px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.05em;
  -webkit-transition: padding-right 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: padding-right 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.nav-item .name::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 13px;
  height: 19px;
  margin: auto 0;
  background: url("../img/common/arrow_rt.svg") no-repeat;
  background-size: contain;
  content: '';
}

.nav-item .txt {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  letter-spacing: 0.08214em;
}

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

/*------------------------------------------------------------------------------
c-nav
------------------------------------------------------------------------------*/
#wrapper:not(.home) .c-nav-btn-wrap .bar > span {
  background-color: #212327;
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}

#wrapper:not(.home) .c-nav-btn-wrap .bar > span.is-color {
  background: #fff;
}

#wrapper:not(.home) .c-nav-btn-wrap .txt.txt-menu {
  color: #212327;
  -webkit-transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  transition: 0.3s cubic-bezier(0.65, 0, 0.35, 1);
}

#wrapper:not(.home) .c-nav-btn-wrap .txt.txt-menu.is-color {
  color: #fff;
}

/*------------------------------------------------------------------------------
  footer
------------------------------------------------------------------------------*/
.footer-sitemap {
  position: relative;
  padding: 70px 0;
  background-color: #eb0a1e;
}

.footer-sitemap::before {
  position: absolute;
  background: url("../img/common/nav_bg.svg") no-repeat;
  background-size: contain;
  content: '';
}

.footer-sitemap .list > li.is-current .link {
  color: #eb0a1e;
}

.footer-sitemap .list > li + li {
  margin-top: 15px;
}

.footer-sitemap .list-detail {
  position: relative;
  width: 100%;
}

.footer-sitemap .list-detail > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-sitemap .list-detail > li.is-current .line {
  width: 100%;
  opacity: 1;
}

.footer-sitemap .link {
  display: block;
  z-index: 0;
  position: relative;
  padding: 6px 8px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  -webkit-transition: color 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
  transition: color 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
}

.footer-sitemap .link::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  content: '';
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
  transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
  -webkit-transition-property: width, opacity;
  transition-property: width, opacity;
}

.footer-sitemap .line {
  display: block;
  width: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transition-property: width, opacity;
  transition-property: width, opacity;
}

.ie .footer-sitemap .line {
  width: 100% !important;
  -webkit-transition: 0.3s ease-out !important;
  transition: 0.3s ease-out !important;
}

.footer-sitemap .line + .line {
  margin-top: 8px;
}

.footer-sitemap .line > span {
  display: inline-block;
  padding: 8px;
  background-color: #fff;
  color: #eb0a1e;
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
}

.ie .footer-sitemap .line > span {
  padding-top: 12px;
  padding-bottom: 4px;
}

.footer-company {
  padding: 25px 0;
  border-bottom: 1px solid #ddd;
  background: #fff;
}

.footer-company .col {
  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;
  padding: 0 40px;
}

.footer-company .col > li {
  padding: 25px 30px;
}

.footer-company a {
  display: block;
}

.footer-address {
  position: relative;
  padding: 50px 0;
  background-color: #212327;
}

.footer-address .name {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.075em;
}

.footer-copyright {
  padding: 19px 0;
  background-color: #000;
  color: #aaaaae;
  text-align: center;
}

/*------------------------------------------------------------------------------
c-footer
------------------------------------------------------------------------------*/
.c-footer .footer-sitemap {
  overflow: hidden;
}

.c-footer .footer-sitemap::before {
  background: url("../img/common/nav-bg-small.svg") no-repeat;
}

.c-footer .footer-sitemap > .inner {
  display: block;
}

.c-footer .footer-sitemap > .inner .c-list {
  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;
  padding-left: 45px;
}

.c-footer .footer-sitemap > .inner .c-list li {
  position: relative;
  text-align: center;
}

.c-footer .footer-sitemap > .inner .c-list li::before {
  display: block;
  position: absolute;
  top: -68px;
  right: 0;
  left: 0;
  width: 2px;
  height: 68px;
  margin: -10px auto;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: top;
          transform-origin: top;
  background: #fff;
  content: "";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.c-footer .footer-sitemap > .inner .c-list li::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -68px;
  left: 0;
  width: 2px;
  height: 68px;
  margin: -10px auto;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  background: #fff;
  content: "";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.c-footer .footer-sitemap > .inner .c-list li a {
  display: block;
  padding: 12px 15px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.c-footer .footer-sitemap > .inner .c-list li a .ja {
  display: block;
  z-index: 1;
  position: relative;
  font-size: 15px;
  font-weight: bold;
}

.c-footer .footer-sitemap > .inner .c-list li a .en {
  display: block;
  z-index: 1;
  position: relative;
  margin-top: 8px;
  font-size: 11px;
  font-weight: bold;
}

.c-footer .footer-sitemap > .inner .c-list li a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: center;
          transform-origin: center;
  background: #fff;
  content: "";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*------------------------------------------------------------------------------
  main
------------------------------------------------------------------------------*/
.c-btn {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 54px;
  padding-right: 10px;
  background-color: #eb0a1e;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  -webkit-transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transition-property: -webkit-transform, -webkit-box-shadow;
  transition-property: -webkit-transform, -webkit-box-shadow;
  transition-property: transform, box-shadow;
  transition-property: transform, box-shadow, -webkit-transform, -webkit-box-shadow;
}

.c-btn::after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 8px;
  height: 12px;
  margin: auto 0;
  background: url("../img/common/arrow_rt.svg") no-repeat;
  background-size: contain;
  content: '';
}

.c-btn.back::after {
  right: inherit;
  left: 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-box-mask {
  z-index: 9;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: #eff2f5;
  -webkit-transition: width 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: width 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}

.c-box-mask.is-active {
  width: 0;
}

.c-ttl-mask {
  display: inline-block;
  z-index: 0;
  position: relative;
}

.c-ttl-mask.is-active::before {
  visibility: hidden;
  opacity: 0;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

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

.c-ttl-mask::before {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: #eff2f5;
  content: '';
}

.c-ttl-mask::after {
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: currentColor;
  content: '';
}

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

@keyframes slideIn {
  0% {
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}

.kv-block {
  z-index: 0;
  position: relative;
}

.kv-img {
  z-index: 1;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.kv-img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.kv-img::before {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.kv-img::after {
  z-index: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("../img/common/bg_cover.svg") no-repeat;
  background-size: contain;
  /*mix-blend-mode: multiply;*/
  content: '';
  opacity: 0.4;
}

.kv-text {
  position: absolute;
  bottom: 131px;
  z-index: 10;
  left: 50px;
  font-size: 5vw;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
}

.kv-text span {
  display: block;
  font-size: 0.4em;
  margin-top: 16px;
}

@media screen and (min-width: 641px) {
  .kv-text img {
    width: 49.122vw;
    height: calc(49.122vw * 0.428);
    max-width: 671px;
    max-height: 287px;
    min-width: 500px;
    min-height: 214px;
  }
}

/*--------------------
  next
---------------------*/
.next-area {
  z-index: 1;
  margin-top: -62px;
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
  background-color: #fff;
  opacity: 0;
  -webkit-transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.next-area.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.next-area > .inner {
  position: relative;
}

.next-ttl {
  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: 124px;
  height: 100%;
  background-color: #212327;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.21;
  text-align: center;
}

.next-body .date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.next-body .date-item {
  color: #aaaaae;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  white-space: nowrap;
}

.next-body .date-item + .date-item {
  position: relative;
  margin-left: 20px;
  padding-left: 50px;
}

.next-body .date-item + .date-item::before {
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 30px;
  height: 4px;
  background-color: currentColor;
  content: '';
}

.next-body .date-week {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}

.next-body .date-week > span {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 2px solid #aaaaae;
  text-transform: uppercase;
}

.next-body .contents {
  padding: 0 45px;
}

.next-body .contents-ttl {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.075em;
  line-height: 1.4;
  text-align: justify;
}

.next-body .contents-txt {
  margin-top: 10px;
  font-size: 14px;
}

.next-body .btn-wrap {
  margin-left: auto;
}

.next-body .btn-wrap > a {
  width: 192px;
}

/*--------------------
  news
---------------------*/
.news-block > .inner {
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 120px;
}

.news-block .ttl-wrap {
  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;
}

.news-block .ttl-wrap .link {
  margin-top: 20px;
  font-weight: bold;
}

.news-ttl {
  margin-bottom: -18px;
  padding: 0 50px;
  font-size: 80px;
  font-weight: bold;
}

.news-inner {
  position: relative;
  height: 100%;
}

.news-item {
  display: block;
  z-index: 0;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.news-item .thumbnail {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-item .box {
  padding: 38px 35px;
  background-color: rgba(33, 35, 39, 0.9);
}

.news-item .ttl {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.075em;
  line-height: 1.4;
  text-align: justify;
}

.news-item .date {
  margin-top: 16px;
  color: #aaaaae;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.075em;
}

/*--------------------
  pickup
---------------------*/
.pickup-block {
  padding: 80px 0 120px;
}

.pickup-block .pickup-ttl {
  margin-bottom: -14px;
  font-size: 60px;
  font-weight: bold;
  text-align: justify;
}

.pickup-block .pickup-container {
  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;
}

.pickup-block .pickup-inner {
  z-index: 0;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 8px 0 rgba(14, 22, 41, 0.1);
          box-shadow: 0 0 8px 0 rgba(14, 22, 41, 0.1);
  -webkit-transition: .3s;
  transition: .3s;
}

.pickup-block .pickup-inner:hover {
  -webkit-box-shadow: 0 0 25px 0 rgba(14, 22, 41, 0.1);
          box-shadow: 0 0 25px 0 rgba(14, 22, 41, 0.1);
}

.pickup-block .pickup-inner .pickup-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pickup-block .pickup-inner .thumbnail {
  z-index: -1;
  width: 280px;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.pickup-block .pickup-inner .box {
  padding: 30px 25px;
  background: #fff;
}

.pickup-block .pickup-inner .box .ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}

.pickup-block .pickup-inner .box .date {
  color: #aaa;
  font-size: 14px;
  font-weight: bold;
}

/*--------------------
  member
---------------------*/
.member-block {
  position: relative;
  height: 740px;
  padding: 50px 0;
}

.member-block::before {
  display: block;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../img/top/member_bg.jpg) no-repeat center/cover;
  content: "";
}

.member-block .inner-block {
  text-align: right;
}

.member-block .member-ttl {
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: bold;
}

.member-block .member-ttl span {
  background-color: #fff;
  padding: 0 7px;
}

.member-block .member-ttl .c-ttl-mask {
  color: transparent;
  -webkit-transition: color .2s;
  transition: color .2s;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.member-block .member-ttl .c-ttl-mask::before {
  display: none;
}

.member-block .member-ttl .c-ttl-mask::after {
  background-color: #212327;
}

.member-block .member-ttl .c-ttl-mask.is-active {
  color: currentColor;
}

.member-block .member-ttl .c-ttl-mask.is-active::after {
  -webkit-animation-name: slideIn2;
          animation-name: slideIn2;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.member-block .txt {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: bold;
}

.member-block .txt span {
  background-color: #fff;
  padding: 0 7px;
}

.member-block .link {
  padding-right: 27px;
  padding-left: 7px;
  font-size: 16px;
  font-weight: bold;
  background-color: #fff;
}

.member-block .link::before {
  top: 7px;
  right: 7px;
}

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

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

@-webkit-keyframes slideColor {
  0% {
    color: transparent;
  }
  80%, 85% {
    color: transparent;
  }
  100% {
    color: currentColor;
  }
}

@keyframes slideColor {
  0% {
    color: transparent;
  }
  80%, 85% {
    color: transparent;
  }
  100% {
    color: currentColor;
  }
}

/*--------------------
  social
---------------------*/
.social-block {
  padding: 60px 0;
}

.social-ttl {
  margin-bottom: -18px;
  padding: 0 50px;
  font-size: 80px;
}

.social-inner {
  z-index: 0;
  position: relative;
}

.social-btn-wrap {
  visibility: hidden;
  z-index: 10;
  position: absolute;
  right: 50px;
  bottom: -27px;
  -webkit-transform: translateX(-25%);
          transform: translateX(-25%);
  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;
}

.social-btn-wrap.is-active {
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.social-btn-wrap > a {
  width: 238px;
  padding-left: 20px;
}

.social-btn-wrap > a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto 0;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}

.social-btn-wrap .icon-ig::before {
  width: 24px;
  height: 24px;
  background-image: url("../img/common/icon_ig02.svg");
}

/*------------------------------------------------------------------------------
  schedule
------------------------------------------------------------------------------*/
.select-box {
  display: none;
  position: relative;
  margin-bottom: 60px;
}

.select-box.stop .txt-area {
  position: relative;
}

.select-box.stop .txt-area::before {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 200px);
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  content: "";
}

.select-box.stop .txt-area::after {
  z-index: 2;
  position: absolute;
  top: -2px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 192px;
  height: 54px;
  margin: auto;
  padding: 18px 0;
  background: #212327;
  color: #fff;
  font-weight: bold;
  text-align: center;
  content: "中止";
}

.select-box.stop .c-btn {
  background: #dde0e4;
  pointer-events: none;
}

.select-box.is-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.select-box:last-child {
  margin-bottom: 0;
}

.select-box .ttl-area {
  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;
  width: 200px;
  min-height: 282px;
  padding: 49px 0;
  background: #212327;
}

.select-box .ttl-area .c-ttl {
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.select-box .ttl-area .c-ttl .day {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
}

.select-box .ttl-area .c-ttl .week {
  display: inline-block;
  margin-top: 8px;
  padding-bottom: 3px;
  border-bottom: 2px solid #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.select-box .ttl-area .c-ttl:nth-child(2)::before {
  display: block;
  width: 4px;
  height: 30px;
  margin: 20px auto 17px;
  background: #fff;
  content: "";
}

.select-box .txt-area {
  width: calc(100% - 200px);
  padding: 45px 50px;
  background: #fff;
}

.select-box .txt-area .ttl {
  margin-bottom: 37px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.075em;
  line-height: 1.4;
}

.select-box .txt-area .ttl .sub-ttl {
  display: block;
  margin-top: 7px;
  color: #011f3d;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.08em;
}

.select-box .txt-area .datail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.select-box .txt-area .datail.detail_event {
  display: none;
}

.select-box .txt-area .datail .ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  width: 18.5%;
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

.select-box .txt-area .datail .ttl::before {
  display: inline-block;
  width: 4px;
  height: 16px;
  margin-right: 16px;
  background: #eb0a1e;
  content: "";
}

.select-box .txt-area .datail .txt {
  width: calc(100% - 18.5%);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 14px;
  letter-spacing: 0.075em;
  line-height: 1.4;
}

.select-box .social-btn-wrap {
  visibility: visible;
  position: absolute;
  right: 50px;
  bottom: -27px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.select-box .social-btn-wrap > a {
  width: 192px;
  vertical-align: middle;
}

.select-box .social-btn-wrap > a:last-child {
  margin-left: 3px;
  padding-left: 11px;
}

.select-box .social-btn-wrap .icon-ig::before {
  width: 20px;
  height: 20px;
  background-image: url("../img/common/hp-link.svg");
}

.ranking {
  counter-reset: number 0;
}

.ranking .rank-box {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}

.ranking .rank-box::before {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 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;
  width: 60px;
  height: 60px;
  background: #212327;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 27px;
  font-weight: bold;
  content: counter(number) "";
  counter-increment: number 1;
}

.ranking .rank-box:first-child::before {
  background: #eb0a1e;
}

.ranking .rank-box:not(:last-child) {
  border-bottom: 1px solid #aaaaae;
}

.ranking .rank-box:nth-child(n+4)::before {
  width: 40px;
  height: 40px;
  font-size: 18px;
}

.ranking .rank-box .box {
  position: relative;
  padding: 50px 20px;
}

.ranking .rank-box .name {
  padding-right: 50px;
  padding-left: 100px;
}

.ranking .rank-box .name p {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.4;
}

.ranking .rank-box .name p .team {
  display: block;
  margin-top: 13px;
  font-size: 13px;
}

.ranking .rank-box .record {
  position: relative;
  text-align: center;
}

.ranking .rank-box .record p {
  display: inline-block;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.075em;
  text-align: center;
}

.ranking .rank-box .record.new p::before {
  position: absolute;
  top: -15px;
  left: 0;
  color: #eb0a1e;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
  content: "NEW RECORD";
}

.ranking .rank-box .other {
  line-height: 1.4;
  text-align: center;
}

/*------------------------------------------------------------------------------
 players
------------------------------------------------------------------------------*/
.box-area {
  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;
  margin-top: 80px;
  text-align: center;
}

.box-area::after {
  display: block;
  width: 364px;
  height: 0;
  content: "";
}

.box-area .box {
  position: relative;
  width: 364px;
}

.box-area .box a {
  display: inline-block;
  z-index: 1;
  position: relative;
  height: 100%;
}

.box-area .box img {
  -webkit-transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transition-property: -webkit-transform, -webkit-box-shadow;
  transition-property: -webkit-transform, -webkit-box-shadow;
  transition-property: transform, box-shadow;
  transition-property: transform, box-shadow, -webkit-transform, -webkit-box-shadow;
}

.box-area .box .white-bg {
  position: relative;
  margin: -30px 20px 0;
  padding: 29px 30px 30px;
  background: #fff;
  text-align: left;
  -webkit-transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transition-property: -webkit-transform, -webkit-box-shadow;
  transition-property: -webkit-transform, -webkit-box-shadow;
  transition-property: transform, box-shadow;
  transition-property: transform, box-shadow, -webkit-transform, -webkit-box-shadow;
}

.box-area .box .white-bg .posi {
  display: block;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
}

.box-area .box .white-bg .yomi {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.box-area .box .white-bg .name {
  display: block;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.075em;
  line-height: 1.4;
}

.box-area .box .white-bg .tag-info {
  position: absolute;
  top: -14px;
  right: 0;
  min-width: 78px;
  padding: 9px 5px;
  background: #eb0a1e;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.box-area .box .white-bg .tag-info.black {
  background: #212327;
}

/*------------------------------------------------------------------------------
  players-detail
------------------------------------------------------------------------------*/
.player-mv-block .inner-block {
  position: relative;
  padding-top: 160px;
}

.player-mv-block .arrow {
  display: block;
  z-index: 3;
  position: absolute;
  top: 0;
  bottom: -30px;
  width: 50px;
  height: 100px;
  margin: auto;
}

.player-mv-block .arrow::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
}

.player-mv-block .arrow.prev {
  left: -170px;
}

.player-mv-block .arrow.prev::after {
  background: url(../img/common/arrow_lt_black.svg) no-repeat center center;
  background-size: 24px 36px;
}

.player-mv-block .arrow.next {
  right: -170px;
}

.player-mv-block .arrow.next::after {
  background: url(../img/common/arrow_rt_black.svg) no-repeat center center;
  background-size: 24px 36px;
}

.player-mv-block .name {
  padding-bottom: 15px;
  padding-left: 44px;
  border-left: 6px solid #212327;
}

.player-mv-block .name .en, .player-mv-block .name .jp {
  display: block;
  font-weight: bold;
}

.player-mv-block .name .en {
  font-size: 100px;
}

.player-mv-block .name .jp {
  margin-top: 15px;
  font-size: 20px;
}

.player-mv-block .person-area .person {
  position: relative;
}

.player-mv-block .person-area .person .img {
  z-index: 2;
  position: absolute;
  right: 35px;
  bottom: 15px;
  width: 24%;
  pointer-events: none;
}

.player-mv-block .person-area .person .img .txt {
  display: block;
  position: absolute;
  right: -25px;
  bottom: 60px;
  height: 200px;
  font-weight: bold;
  text-align: right;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.player-mv-block .person-area .person .img.is-active {
  right: inherit;
  bottom: -140px;
  left: -65px;
  width: 100%;
  max-width: 455px;
}

.player-mv-block .person-area .person .img.is-active .txt {
  display: none;
}

.player-mv-block .person-area .person .change-btn {
  position: absolute;
  right: 0;
  bottom: -25px;
  width: 490px;
  padding: 18px 30px;
  background: #eb0a1e;
  font-weight: bold;
  text-align: right;
  -webkit-transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transition-property: -webkit-transform, -webkit-box-shadow;
  transition-property: -webkit-transform, -webkit-box-shadow;
  transition-property: transform, box-shadow;
  transition-property: transform, box-shadow, -webkit-transform, -webkit-box-shadow;
}

.player-mv-block .person-area .person .change-btn .txt {
  display: inline-block;
  position: relative;
  padding-right: 35px;
}

.player-mv-block .person-area .person .change-btn .txt::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 23px;
  height: 19px;
  margin: auto;
  background: url(../img/common/icon_change.svg) no-repeat center center;
  background-size: 23px 19px;
  content: "";
}

.player-mv-block .person-area .plofile .ttl {
  margin: 45px 0 25px;
  color: #eb0a1e;
  font-size: 36px;
  font-weight: bold;
}

.player-mv-block .person-area .plofile .qa-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.player-mv-block .person-area .plofile .qa-box li {
  width: 25%;
  padding: 15px 25px;
  border-top: 2px solid #000;
  font-size: 16px;
  font-weight: bold;
}

.player-mv-block .person-area .plofile .qa-box li .small {
  margin-top: 8px;
  font-size: 14px;
  font-weight: normal;
}

.player-mv-block .person-area .plofile .qa-box li .question, .player-mv-block .person-area .plofile .qa-box li .small {
  display: block;
}

.player-mv-block .person-area .plofile .qa-box li + li {
  border-left: 2px solid #000;
}

.player-mv-block .person-area .plofile .qa-table {
  width: 100%;
}

.player-mv-block .person-area .plofile .qa-table th, .player-mv-block .person-area .plofile .qa-table td {
  padding: 14px 25px;
  border-top: 2px solid #000;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: left;
}

.player-mv-block .person-area .plofile .qa-table th {
  padding-right: 0;
}

.player-mv-block .person-area .plofile .qa-table tr:last-child th, .player-mv-block .person-area .plofile .qa-table tr:last-child td {
  border-bottom: 2px solid #000;
}

.player-mv-block .message-area {
  padding: 55px 50px;
  background: #212327;
}

.player-mv-block .message-area .txt-area .ttl {
  margin-bottom: 20px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
}

.player-mv-block .message-area .txt-area .txt {
  color: #fff;
  line-height: 1.8;
}

.is-anim {
  -webkit-animation: fadeOutIn 0.6s ease;
          animation: fadeOutIn 0.6s ease;
}

@-webkit-keyframes fadeOutIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOutIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.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.9999% - 28px)/3);
}

.gallery-block .gallery-list li img {
  width: 100%;
  height: auto;
}

.gallery-block .under-area {
  margin-top: 80px;
  border-top: 2px solid #aaaaae;
}

.gallery-block .under-area .c-btn {
  margin-top: 50px;
}

/*------------------------------------------------------------------------------
 news
------------------------------------------------------------------------------*/
.news .box-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0;
  text-align: center;
}

.news .box-area::after {
  display: block;
  width: 353px;
  height: 0;
  content: "";
}

.news .box-area .select-box {
  display: none;
  position: relative;
  width: 353px;
  margin-top: 30px;
  margin-bottom: 0;
  background: #fff;
}

.news .box-area .select-box.is-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.news .box-area .select-box::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background: #eb0a1e url("../img/common/arrow_rt.svg") no-repeat center center;
  content: "";
}

.news .box-area .select-box .img-area {
  width: 100%;
  height: 0;
  padding-top: 65%;
}

.news .box-area .select-box .img-area img {
  width: 100%;
}

.news .box-area .select-box .txt-area {
  width: auto;
  padding: 31px 40px 38px;
  background-color: transparent;
  text-align: left;
}

.news .box-area .select-box .txt-area .ttl {
  display: block;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.075em;
  line-height: 1.4;
  text-align: justify;
}

.news .box-area .select-box .txt-area .day {
  display: block;
  margin-top: 14px;
  color: #eb0a1e;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.075em;
}

.news .box-area .select-box a {
  z-index: 1;
  position: relative;
  width: 100%;
  -webkit-transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transition-property: -webkit-transform, -webkit-box-shadow;
  transition-property: -webkit-transform, -webkit-box-shadow;
  transition-property: transform, box-shadow;
  transition-property: transform, box-shadow, -webkit-transform, -webkit-box-shadow;
}

.news-detail .news-area {
  margin-top: 80px;
  padding: 76px 100px 80px;
  background: #fff;
}

.news-detail .news-area .news-ttl {
  margin-bottom: inherit;
  padding: 0 0 30px;
  border-bottom: 1px solid #aaaaae;
}

.news-detail .news-area .news-ttl .ttl {
  display: block;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 24px;
  letter-spacing: 0.075em;
  line-height: 1.4;
}

.news-detail .news-area .news-ttl .day {
  display: block;
  margin-top: 9px;
  color: #eb0a1e;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}

.news-detail .news-area .txt-area {
  padding-top: 38px;
}

.news-detail .news-area .txt-area p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 16px;
  letter-spacing: 0.074em;
  line-height: 1.8;
}

.news-detail .news-area .txt-area p:last-child {
  margin-bottom: 0;
}

.news-detail .news-area .txt-area a {
  display: inline-block;
  color: #eb0a1e;
  text-decoration: underline;
}

.news-detail .news-area .txt-area * + * {
  padding-top: 1em;
}

.news-detail .btn-wrap .c-btn {
  margin-top: 48px;
  padding: 0 60px 0 60px;
}

.news-detail .btn-wrap .c-btn.back::after {
  left: 13px;
}

/*------------------------------------------------------------------------------
  team
------------------------------------------------------------------------------*/
.team .mv-block {
  margin-top: 80px;
  text-align: center;
}

.team .slogan-block .white-box {
  text-align: center;
}

.team .slogan-block .white-box .txt {
  margin-top: 55px;
  font-weight: bold;
}

.team .greeting-block .txt + .txt {
  margin-top: 10px;
}

.team .greeting-block .upper-area .txt-area .ttl {
  margin-bottom: 40px;
}

.team .greeting-block .upper-area .txt-area .ttl .position {
  position: relative;
  padding-right: 40px;
  color: #eb0a1e;
  font-size: 20px;
  font-weight: bold;
}

.team .greeting-block .upper-area .txt-area .ttl .position::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  right: 20px;
  bottom: 0;
  width: 2px;
  height: 20px;
  margin: auto;
  background: #eb0a1e;
  content: "";
}

.team .greeting-block .upper-area .txt-area .ttl .name {
  font-size: 36px;
  font-weight: bold;
}

.team .greeting-block .info {
  margin-top: 35px;
  padding: 20px 50px;
  border: 1px solid #000;
}

.team .greeting-block .info .ttl {
  line-height: 1.4;
}

.team .greeting-block .info .ttl .sub {
  font-size: 12px;
  letter-spacing: 0.05em;
}

.team .greeting-block .info .ttl .name {
  font-size: 23px;
  font-weight: bold;
}

.team .mascot-block .right-area {
  position: relative;
}

.team .mascot-block .right-area .balloon {
  width: 365px;
  height: 251px;
  margin-top: 5px;
  background: url(../img/team/balloon.svg) no-repeat center center;
  background-size: 365px 251px;
}

.team .mascot-block .right-area .balloon .inn {
  display: inline-block;
  width: 100%;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.3;
}

.team .mascot-block .right-area .balloon .inn01 {
  margin-top: 25px;
  margin-left: 30px;
}

.team .mascot-block .right-area .balloon .inn02 {
  margin-top: 30px;
  margin-left: 90px;
}

.team .mascot-block .right-area .img {
  display: inline-block;
  z-index: 2;
}

.team .mascot-block .right-area .catchcopy {
  line-height: 2;
}

.team .mascot-block .right-area .catchcopy .en {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.team .mascot-block .right-area .catchcopy .en .red {
  color: #eb0a1e;
}

.team .mascot-block .right-area .catchcopy .jp {
  display: inline-block;
  position: relative;
  padding-top: 40px;
  font-size: 11px;
}

.team .mascot-block .right-area .catchcopy .jp::before {
  display: block;
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background: #000;
  content: "";
}

.team .mascot-block .table-area .ttl {
  position: relative;
  padding-bottom: 25px;
}

.team .mascot-block .table-area .ttl::before {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 530px;
  height: 2px;
  margin: auto;
  background: #000;
  content: "";
}

.team .mascot-block .table-area .ttl .sub,
.team .mascot-block .table-area .ttl .name {
  display: block;
}

.team .mascot-block .table-area .ttl .sub {
  margin-bottom: 10px;
  margin-left: -0.5em;
  font-size: 18px;
  font-weight: bold;
}

.team .mascot-block .table-area .ttl .name {
  font-size: 48px;
  font-weight: 700;
}

.team .mascot-block .table-area .mascot-table td, .team .mascot-block .table-area .mascot-table th {
  padding: 15px 0;
  border-bottom: 1px solid #000;
  line-height: 1.6;
  text-align: left;
}

.team .mascot-block .table-area .mascot-table th {
  width: 140px;
  padding-right: 5px;
}

.team .location-block .img {
  margin-top: 40px;
}

/*------------------------------------------------------------------------------
  watch
------------------------------------------------------------------------------*/
.watch .goods-block .goods-area {
  padding: 50px 0 80px;
  border-bottom: 2px solid #aaaaae;
}

.watch .goods-block .goods-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: auto;
}

.watch .goods-block .goods-list li {
  display: block;
  background: #fff;
}

.watch .goods-block .goods-list .img {
  height: 270px;
  border: 1px solid #aaaaae;
  -webkit-transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.watch .goods-block .goods-list .txt-area {
  margin-top: 20px;
  letter-spacing: 0;
  text-align: center;
}

.watch .goods-block .goods-list .txt-area .ttl {
  font-size: 14px;
  line-height: 1.4;
}

.watch .goods-block .goods-list .txt-area .plice {
  margin-top: 10px;
  font-size: 24px;
}

.watch .goods-block .goods-list .txt-area .plice .tax {
  padding-left: 5px;
  font-size: 14px;
}

.watch .tv-block .media-area {
  margin-top: 50px;
}

/*------------------------------------------------------------------------------
  about
------------------------------------------------------------------------------*/
.an-link02 {
  margin-top: 80px;
}

.an-link02 li {
  position: relative;
  background: #fff;
}

.an-link02 li a {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 50px 80px;
}

.an-link02 li a::before {
  display: block;
  position: absolute;
  right: 0;
  bottom: 55px;
  left: 0;
  width: 18px;
  height: 12px;
  margin: auto;
  background: url(../img/common/arrow_bm_red.svg) no-repeat center center;
  background-size: 18px 12px;
  content: "";
  -webkit-transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.an-link02 li + li::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  width: 2px;
  height: 138px;
  margin: auto;
  background: #000;
  content: "";
}

.an-link02 .ico {
  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: 50px;
  height: 50px;
  margin: 0 auto;
  background: #eb0a1e;
}

.an-link02 .ico .inn {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}

.an-link02 .small, .an-link02 .txt, .an-link02 .txt .sub {
  display: block;
  width: 100%;
}

.an-link02 .small {
  margin: 14px 0;
  font-size: 14px;
  line-height: 1.4;
}

.an-link02 .txt {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}

.an-link02 .txt .sub {
  margin-bottom: 5px;
  font-size: 14px;
}

.about .balloon {
  position: relative;
  padding: 23px 15px;
  border-radius: 35px;
  background: #eb0a1e;
  color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.about .balloon.triangle::before {
  display: block;
  position: absolute;
  bottom: -30px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  content: "";
}

.about .balloon.triangle.left::before {
  border-width: 30px 30px 0 0;
  border-color: #eb0a1e transparent transparent transparent;
}

.about .balloon.triangle.right::before {
  border-width: 0 30px 30px 0;
  border-color: transparent #eb0a1e transparent transparent;
}

.about .balloon.triangle.left-beside::before {
  border-width: 15px 30px 15px 0;
  border-color: transparent #eb0a1e transparent transparent;
}

.about .num-list {
  margin-top: 40px;
}

.about .num-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;
}

.about .num-list li + li {
  margin-top: 20px;
}

.about .num-list li .num {
  display: block;
  width: 50px;
  color: #eb0a1e;
  font-size: 30px;
  font-weight: 700;
}

.about .num-list li .txt {
  width: calc(100% - 50px);
  font-weight: bold;
}

.about .point-box {
  position: relative;
  margin-top: 45px;
  padding: 40px 50px;
  border-top: 1px solid #aaaaae;
  border-bottom: 1px solid #aaaaae;
}

.about .point-box .ttl {
  display: inline-block;
  position: absolute;
  left: 74px;
  margin-top: -60px;
  padding: 12px 38px;
  border-radius: 19px;
  background: #eb0a1e;
}

.about .point-box .ttl .en {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.about .point-box .ttl .ico {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -24px;
  width: 48px;
  height: 48px;
  margin: auto;
  border: 2px solid #eb0a1e;
  border-radius: 50%;
  background: #fff;
}

.about .point-box .ttl .ico::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 30px;
  margin: auto;
  background: url(../img/common/icon_point.svg) no-repeat center center;
  background-size: 24px 30px;
  content: "";
}

.about .point-box .txt {
  font-weight: bold;
}

.about .point-box .txt.center {
  text-align: center;
}

.about .round-ttl {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 20px;
  background: #e2e5e8;
  font-weight: bold;
  text-align: center;
}

.about .round-ttl.blue {
  background: #a5d5d9;
}

.about .round-ttl.red {
  background: #f8a9ac;
}

.about .circle-ttl {
  position: relative;
  margin-bottom: 15px;
  padding-left: 30px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.4;
}

.about .circle-ttl .ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 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;
  width: 26px;
  height: 26px;
  margin: auto;
  border-radius: 50%;
  background: #eb0a1e;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}

.about .circle-ttl .ico .inn {
  line-height: 0;
}

.about .basics-block .balloon::before {
  left: 290px;
}

.about .learn-block .track .txt-area .balloon::before {
  right: 140px;
}

.about .learn-block .track .txt-area .distance-table {
  width: 200px;
}

.about .learn-block .track .txt-area .distance-table .ttl {
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}

.about .learn-block .track .txt-area .distance-table table {
  width: 100%;
}

.about .learn-block .track .txt-area .distance-table table th, .about .learn-block .track .txt-area .distance-table table td {
  padding: 15px 0;
  border-bottom: 1px solid #aaaaae;
  text-align: left;
}

.about .learn-block .track .txt-area .distance-table table tr:first-child {
  border-top: 2px solid #000;
}

.about .learn-block .track .txt-area .img {
  width: calc(100% - 200px);
  padding-left: 25px;
  text-align: center;
}

.about .learn-block .track .txt-area .inn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  padding-left: 30px;
}

.about .learn-block .box {
  margin-top: 80px;
}

.about .learn-block .box + .box {
  margin-top: 50px;
}

.about .learn-block .difference .balloon::before {
  left: 290px;
}

.about .learn-block .difference .wrap .luchs {
  z-index: 2;
  text-align: right;
}

.about .learn-block .difference .wrap .txt-area {
  margin-top: 40px;
}

.about .learn-block .difference .track-area {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}

.about .learn-block .shoes .inn {
  position: relative;
  padding: 30px;
  border-radius: 19px;
  letter-spacing: 0.05em;
}

.about .learn-block .shoes .inn .balloon-area .balloon {
  padding: 20px 18px;
  border-radius: 8px;
  font-size: 14px;
  text-align: left;
}

.about .learn-block .shoes .inn .under-area .img-area .ttl {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}

.about .learn-block .shoes .inn .under-area .img-area .txt {
  font-size: 14px;
  line-height: 1.7;
}

.about .learn-block .shoes .blue-box .inn {
  background: #e5f3f4;
}

.about .learn-block .shoes .blue-box .upper-area .balloon-area .balloon::before {
  right: 120px;
  bottom: -20px;
  border-width: 0 20px 20px 0;
}

.about .learn-block .shoes .blue-box .upper-area .balloon-area .img {
  position: absolute;
  right: 0;
  bottom: -50px;
}

.about .learn-block .shoes .blue-box .upper-area .txt-box {
  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;
}

.about .learn-block .shoes .blue-box .upper-area .txt-box .img {
  padding-top: 20px;
}

.about .learn-block .shoes .blue-box .upper-area .txt-box .txt {
  margin: 0 0 15px 20px;
  font-size: 14px;
  line-height: 1.7;
}

.about .learn-block .shoes .blue-box .under-area {
  margin-top: 30px;
}

.about .learn-block .shoes .blue-box .under-area .balloon-area {
  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;
  margin-top: 30px;
}

.about .learn-block .shoes .blue-box .under-area .balloon-area .balloon {
  margin-left: 30px;
}

.about .learn-block .shoes .blue-box .under-area .balloon-area .balloon::before {
  top: 0;
  bottom: 0;
  left: -20px;
  border-width: 10px 20px 10px 0;
}

.about .learn-block .shoes .red-box .inn {
  background: #fddfdf;
}

.about .learn-block .shoes .red-box .upper-area {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about .learn-block .shoes .red-box .upper-area .txt {
  margin-bottom: 12px;
  margin-left: 20px;
  font-size: 14px;
  line-height: 1.7;
}

.about .learn-block .shoes .red-box .under-area {
  margin-top: 60px;
}

.about .learn-block .shoes .red-box .under-area .img-area .img {
  padding-top: 10px;
}

.about .learn-block .wear .wrap {
  margin-top: 20px;
}

.about .learn-block .wear .wrap .txt-area {
  letter-spacing: 0.05em;
}

.about .learn-block .wear .wrap .txt-area .txt {
  font-size: 14px;
}

.about .learn-block .wear .wrap .txt-area .txt-box {
  text-align: justify;
}

.about .learn-block .wear .wrap .txt-area .txt-box + .txt-box {
  margin-top: 15px;
}

.about .learn-block .wear .wrap .txt-area .col2 .txt-box {
  margin-top: 15px;
}

.about .explanation-block .summary {
  margin-bottom: 50px;
}

.about .explanation-block .box {
  margin-top: 40px;
  text-align: center;
}

.about .explanation-block .box .txt {
  margin-bottom: 20px;
  font-weight: bold;
}

.about .explanation-block .box .img {
  max-width: 640px;
  margin: 0 auto;
}

.about .explanation-block .box .img.movie {
  height: 360px;
}

.about .explanation-block .point-box {
  padding-right: 200px;
}

.about .explanation-block .point-box .img {
  position: absolute;
  right: 30px;
  bottom: 0;
}

@media screen and (min-width: 641px) {
  .sp {
    display: none !important;
  }
  #pagetop > a:hover {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  }
  .c-border.child-page.small {
    margin-top: 81px;
    margin-bottom: 0;
    padding: 24px 0;
  }
  .an-link li a:hover {
    color: #eb0a1e;
  }
  .select-wrap .select-button:first-child select {
    padding-right: 40px;
  }
  .ar-right-blk:hover:before {
    right: -4px;
  }
  .white-area .white-box {
    min-width: 1200px;
  }
  .record-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;
  }
  .record-list li.colmn3 .txt {
    width: 500px;
  }
  .record-list li .c-ttl01 {
    width: 200px;
    padding-right: 20px;
  }
  .record-list li .record {
    position: relative;
    width: 420px;
    margin-left: auto;
    padding-left: 100px;
  }
  .record-list li .record::before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50px;
    width: 1px;
    height: calc(100% - 1em);
    margin: auto;
    background: #aaaaae;
    content: "";
  }
  .header > .col {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-fanclub > a:hover::after {
    right: 0;
    left: auto;
    width: 0;
  }
  .header-fanclub > a::after {
    -webkit-transition: width 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: width 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .header-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);
  }
  .header-sns a:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .c-header .header-fanclub > a:hover::after {
    right: 0;
    left: auto;
    width: 0;
  }
  .c-header .header-fanclub > a::after {
    -webkit-transition: width 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: width 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .nav-btn-wrap .btn:hover {
    background-color: #eb0a1e;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  }
  .nav-btn-wrap .btn.is-open:not(:hover) {
    background-color: transparent !important;
  }
  .nav-btn-wrap .btn.is-open .txt {
    -webkit-transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .nav-btn-wrap .btn.is-open .bar::before,
  .nav-btn-wrap .btn.is-open .bar::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .nav-btn-wrap .btn.is-open:hover {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .nav-btn-wrap .btn.is-open:hover .bar::before, .nav-btn-wrap .btn.is-open:hover .bar::after {
    background-color: #eb0a1e;
  }
  .nav-btn-wrap .btn.is-open:hover .txt {
    color: #eb0a1e;
  }
  .nav-inner .list {
    width: 585px;
    margin-left: auto;
  }
  .nav-item .link:hover .name {
    padding-right: 42px;
  }
  .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);
  }
  .c-nav-btn-wrap:hover .bar span {
    background: #fff;
  }
  .c-nav-btn-wrap:hover .txt.txt-menu {
    color: #fff;
  }
  .footer-sitemap::before {
    bottom: 0;
    left: 0;
    width: 34vw;
    min-width: 408px;
    max-width: 544px;
    height: 19.75vw;
    min-height: 237px;
    max-height: 316px;
  }
  .footer-sitemap > .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 360px;
  }
  .footer-sitemap .list {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .footer-sitemap .list > li {
    position: relative;
    padding: 0 90px;
  }
  .footer-sitemap .list > li.is-current::before, .footer-sitemap .list > li.is-current::after {
    width: 80px;
    opacity: 1;
  }
  .footer-sitemap .list > li.is-current::after {
    right: 0;
  }
  .footer-sitemap .list > li.is-current .link::before {
    width: 100%;
    opacity: 1;
  }
  .footer-sitemap .list > li::before, .footer-sitemap .list > li::after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    margin: auto 0;
    background-color: #fff;
    content: '';
    opacity: 0;
    -webkit-transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    -webkit-transition-property: width, opacity, right;
    transition-property: width, opacity, right;
  }
  .footer-sitemap .list > li::before {
    left: 0;
  }
  .footer-sitemap .list > li::after {
    right: 80px;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  .footer-address {
    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;
  }
  .c-footer .footer-sitemap {
    padding: 77px 0 76px;
  }
  .c-footer .footer-sitemap::before {
    bottom: 0;
    left: 0;
    width: 13.8125vw;
    min-width: 221px;
    max-width: 221px;
    height: 7.5vw;
    min-height: 120px;
    max-height: 120px;
  }
  .c-footer .footer-sitemap > .inner {
    width: 1350px;
    padding-left: inherit;
  }
  .c-footer .footer-sitemap > .inner .c-list li.active {
    position: relative;
    color: #eb0a1e;
  }
  .c-footer .footer-sitemap > .inner .c-list li.active::before {
    display: block;
    position: absolute;
    top: -68px;
    right: 0;
    left: 0;
    width: 2px;
    height: 68px;
    margin: -10px auto;
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: none;
            transform-origin: none;
    background: #fff;
    content: "";
    -webkit-transition: none;
    transition: none;
  }
  .c-footer .footer-sitemap > .inner .c-list li.active::after {
    display: block;
    position: absolute;
    right: 0;
    bottom: -68px;
    left: 0;
    width: 2px;
    height: 68px;
    margin: -10px auto;
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: none;
            transform-origin: none;
    background: #fff;
    content: "";
    -webkit-transition: none;
    transition: none;
  }
  .c-footer .footer-sitemap > .inner .c-list li.active a {
    color: #eb0a1e;
    -webkit-transition: none;
    transition: none;
  }
  .c-footer .footer-sitemap > .inner .c-list li.active a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: none;
            transform-origin: none;
    background: #fff;
    content: "";
    -webkit-transition: none;
    transition: none;
  }
  .c-footer .footer-sitemap > .inner .c-list li:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .c-footer .footer-sitemap > .inner .c-list li:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .c-footer .footer-sitemap > .inner .c-list li:not(:first-child) {
    left: 6px;
  }
  .c-footer .footer-sitemap > .inner .c-list li a:hover {
    color: #eb0a1e;
  }
  .c-footer .footer-sitemap > .inner .c-list li a:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .c-btn:hover {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  }
  .kv-block {
    height: calc(100vh - 62px);
    min-height: 875px;
  }
  .kv-img::after {
    width: 60.0625vw;
    min-width: 720px;
    max-width: 961px;
    height: 24.875vw;
    min-height: 300px;
    max-height: 400px;
  }
  .next-area {
    height: 124px;
    margin-left: calc((100% - 1120px) / 2);
  }
  .next-area > .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;
    height: 100%;
    margin: 0;
  }
  .next-body {
    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;
    width: calc(100% - 124px);
    padding: 0 50px;
  }
  .news-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40vw;
    min-height: 530px;
    max-height: 640px;
  }
  .news-inner {
    width: calc(100% / 3);
  }
  .news-item:hover .thumbnail {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .news-item .thumbnail {
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .news-item .box {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80%;
  }
  .pickup-block .inner-block {
    width: 1020px;
  }
  .pickup-block .pickup-container {
    height: 260px;
    min-height: 260px;
    max-height: 100%;
  }
  .pickup-block .pickup-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 490px;
    height: 100%;
  }
  .pickup-block .pickup-inner:only-child {
    width: 85%;
    height: 120%;
    margin: 0 auto;
  }
  .pickup-block .pickup-inner .pickup-item:hover .thumbnail {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .pickup-block .pickup-inner:only-child .thumbnail {
    width: calc(100% - 210px);
  }
  .pickup-block .pickup-inner .box {
    width: 210px;
  }
  .pickup-block .pickup-inner .box .ttl {
    margin-bottom: 20px;
  }
  .member-block .inner-block {
    width: 1020px;
  }
  .ranking .rank-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;
  }
  .ranking .rank-box .box + .box::after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 80px;
    margin: auto;
    background: #aaaaae;
    content: "";
  }
  .ranking .rank-box .name {
    width: 540px;
  }
  .ranking .rank-box .record {
    width: 300px;
  }
  .ranking .rank-box .other {
    width: 280px;
  }
  .ranking .rank-box:nth-child(n+2) .record p {
    font-size: 30px;
  }
  .ranking .rank-box:nth-child(n+4) .box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .ranking .rank-box:nth-child(n+4) .box + .box::after {
    height: 40px;
  }
  .ranking .rank-box:nth-child(n+4) .name {
    padding-left: 80px;
  }
  .ranking .rank-box:nth-child(n+4) .record p {
    font-size: 24px;
  }
  .box-area .box:not(:nth-child(-n + 3)) {
    margin-top: 40px;
  }
  .box-area .box a:hover img {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  }
  .box-area .box a:hover .white-bg {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  }
  .player-mv-block .person-area .person .change-btn:hover {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  }
  .player-mv-block .person-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .player-mv-block .person-area .person {
    width: 490px;
  }
  .player-mv-block .person-area .plofile {
    width: calc(100% - 490px);
    min-height: 570px;
    margin-bottom: 70px;
    padding-right: 30px;
  }
  .player-mv-block .message-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .player-mv-block .message-area .txt-area {
    width: 310px;
    margin-right: 60px;
  }
  .gallery-block .gallery-list li:nth-child(3n-1) {
    margin: 0 14px;
  }
  .gallery-block .gallery-list li:nth-child(n+4) {
    margin-top: 14px;
  }
  .news .box-area .select-box a:hover {
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  }
  .news .c-border.race {
    margin-bottom: 50px;
  }
  .news-detail .news-area .txt-area a:hover {
    text-decoration: none;
  }
  .team .greeting-block .upper-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .team .greeting-block .upper-area .img {
    width: 364px;
  }
  .team .greeting-block .upper-area .txt-area {
    width: calc(100% - 364px);
    padding-left: 50px;
  }
  .team .greeting-block .info {
    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;
  }
  .team .greeting-block .info .txt {
    position: relative;
    padding-left: 60px;
    white-space: nowrap;
  }
  .team .greeting-block .info .txt::after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    width: 1px;
    height: 100%;
    margin: auto;
    background: #aaaaae;
    content: "";
  }
  .team .mascot-block .inner-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .team .mascot-block .right-area {
    width: 700px;
  }
  .team .mascot-block .right-area .img {
    position: absolute;
    top: 5px;
    right: 15px;
  }
  .team .mascot-block .right-area .catchcopy {
    width: 400px;
    margin-top: 90px;
    line-height: 2;
  }
  .team .mascot-block .table-area {
    margin-top: 10px;
  }
  .team .mascot-block .table-area .mascot-table {
    width: 420px;
  }
  .team .location-block .inner-block {
    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;
  }
  .watch .goods-block .goods-list {
    width: 1020px;
  }
  .watch .goods-block .goods-list li {
    width: 270px;
  }
  .watch .goods-block .goods-list li:nth-child(3n-1) {
    margin: 0 105px;
  }
  .watch .goods-block .goods-list li:nth-child(n+4) {
    margin-top: 40px;
  }
  .watch .tv-block .media-area {
    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;
  }
  .watch .tv-block .media-area .box {
    position: relative;
    width: calc((99.9999% - 50px)/2);
  }
  .an-link02 li a:hover::before {
    bottom: 50px;
  }
  .an-link02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  /*.an-link02 li {
    width: calc(99.9999% / 3);
  }*/
  .an-link02 li {
    width: calc(100% / 2);
  }
  .an-link02 li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .about .basics-block .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .about .basics-block .wrap .luchs {
    z-index: 2;
    width: 290px;
    margin-top: -36px;
    text-align: right;
  }
  .about .basics-block .wrap .txt-area {
    width: calc(100% - 290px);
    margin-top: 40px;
  }
  .about .learn-block .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .about .learn-block .track .track-area {
    width: 590px;
  }
  .about .learn-block .track .txt-area {
    width: calc(100% - 590px);
    padding-left: 70px;
  }
  .about .learn-block .difference .wrap .luchs {
    width: 290px;
    margin-top: -36px;
  }
  .about .learn-block .difference .wrap .txt-area {
    width: calc(100% - 290px);
  }
  .about .learn-block .difference .track-area .short + .speed {
    margin-left: 50px;
  }
  .about .learn-block .shoes .inn {
    height: calc(100% - 54px);
  }
  .about .learn-block .shoes .inn .under-area .img-area {
    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;
  }
  .about .learn-block .shoes .blue-box {
    width: 635px;
  }
  .about .learn-block .shoes .blue-box .upper-area .balloon-area {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 336px;
  }
  .about .learn-block .shoes .blue-box .upper-area .balloon-area .balloon {
    width: 300px;
  }
  .about .learn-block .shoes .blue-box .upper-area .txt-box {
    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;
  }
  .about .learn-block .shoes .blue-box .under-area {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .about .learn-block .shoes .blue-box .under-area .img-area .txt-box {
    width: 280px;
    padding-right: 30px;
  }
  .about .learn-block .shoes .blue-box .under-area .img-area .img {
    width: 183px;
  }
  .about .learn-block .shoes .blue-box .under-area .balloon-area .balloon {
    width: 420px;
  }
  .about .learn-block .shoes .red-box {
    width: calc(100% - 635px);
    padding-left: 50px;
  }
  .about .learn-block .shoes .red-box .under-area .img-area .img {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    width: 170px;
  }
  .about .learn-block .shoes .red-box .under-area .txt-box {
    width: calc(100% - 170px);
    padding-right: 25px;
  }
  .about .learn-block .wear .wrap .img {
    width: 480px;
  }
  .about .learn-block .wear .wrap .txt-area {
    width: calc(100% - 480px);
    padding-left: 50px;
  }
  .about .learn-block .wear .wrap .txt-area .col2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .about .learn-block .wear .wrap .txt-area .col2 .txt-box {
    width: calc((99.9999% - 50px)/2);
  }
  .about .learn-block .wear .wrap .txt-area .col2 .txt-box + .txt-box {
    margin-left: 45px;
  }
}

@media screen and (min-width: 641px) and (max-width: 1500px) {
  .c-footer .footer-sitemap > .inner {
    margin-right: 40px;
    margin-left: auto;
  }
  .c-footer .footer-sitemap > .inner .c-list li a {
    padding: 12px 10px;
  }
  .c-footer .footer-sitemap > .inner .c-list {
    padding-left: 135px;
  }
  .ie video {
    height: 115%;
  }
  .player-mv-block .arrow.prev {
    left: -50px;
  }
  .player-mv-block .arrow.next {
    right: -40px;
  }
}

@media screen and (min-width: 641px) and (min-width: 1401px) and (min-aspect-ratio: 16 / 9) {
  .ie .kv-img video {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 641px) and (min-width: 641px) {
  .player-mv-block .person-area .plofile .qa-table th {
    width: 350px;
  }
  .player-mv-block .person-area .plofile .qa-table td {
    width: calc(100% - 350px);
  }
}
/*# sourceMappingURL=style.css.map */


.ranking {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  /*border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;*/
}

.title {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.4;
}

.resultTxt {
  font-size: 16px;
}

.title th,
.resultTxt td {
  text-align: center;
  background-color: #fff;
  padding: 50px 20px;
  position: relative;
  border-left: 1px solid #aaa;
  border-top: 1px solid #aaa;
}

.resultTxt td {
  padding: 24px 8px;
}

.title th {
  border-top: none;
}

.title th:nth-of-type(1),
.resultTxt td:nth-of-type(1){
  width: 10%;
  border-left: none !important;
}

.title th:nth-of-type(2),
.resultTxt td:nth-of-type(2){
  width: 20%;
}

.title th:nth-of-type(3),
.resultTxt td:nth-of-type(3){
  width: 17%;
}

.title th:nth-of-type(4),
.resultTxt td:nth-of-type(4){
  width: 35%;
}

.title th:nth-of-type(5),
.resultTxt td:nth-of-type(5){
  width: 20%;
}
