@charset "UTF-8";
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
html {
  background: #fff;
  color: #000;
  font-feature-settings: "palt";
  font-size: 14px;
  line-height: 1.8;
  word-break: break-word;
}

html.is-fixed {
  position: fixed;
  left: 0;
  width: 100%;
}

body {
  margin: 0;
  background: #fff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  flex-shrink: 0;
  max-width: 100%;
  margin: 0;
  border: 0;
  vertical-align: top;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: #333;
  text-decoration: none;
}

input,
select,
textarea,
button {
  -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;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}

/* layout
----------------------------------------*/
main {
  display: block;
}

#wrapper {
  position: relative;
}

.inner-block {
  position: relative;
  max-width: 1600px;
  margin: auto;
  padding-right: 50px;
  padding-left: 50px;
}

.min-inner {
  max-width: 1120px;
  margin: auto;
}

.middle-inner {
  max-width: 1220px;
  margin: auto;
}

.contents-block {
  padding-top: 80px;
  padding-bottom: 80px;
}

.ib {
  display: inline-block;
}

.pc {
  display: block !important;
}

.pc-ib {
  display: inline-block !important;
}

/*------------------------------------------------------------------------------
  font
------------------------------------------------------------------------------*/
.font-default {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}

.font-hirakaku {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
}

.font-notosans-jp, body,
input,
textarea,
select,
button {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}

/* IE10以降 游ゴシック文字ずれ対応 */
/*------------------------------------------------------------------------------
  animation
------------------------------------------------------------------------------*/

.anm-list > * {
  -webkit-transform: translate3d(-30px, 0, 0);
          transform: translate3d(-30px, 0, 0);
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
}

.anm-list:not(.anm-list-sp-each).is-animated > * {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

/*------------------------------------------------------------------------------
  common
------------------------------------------------------------------------------*/
/* color
----------------------------------------*/
/* title
----------------------------------------*/
.c-ico-ttl {
  font-size: 50px;
  font-weight: bold;
}

.c-border-ttl {
  display: -webkit-box;
  display: flex;
  position: absolute;
  top: -82px;
  right: 0;
  left: 0;
  -webkit-box-align: center;
          align-items: center;
  width: calc(100% - 100px);
  margin: auto;
  padding: 43px 42px 43px 50px;
  border-bottom: 2px solid #000;
  background: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}

.c-border-ttl .small {
  position: relative;
  padding-right: 50px;
  font-size: 13px;
  vertical-align: middle;
}

.c-border-ttl .small::before {
  display: block;
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  width: 1px;
  height: 28px;
  margin: auto;
  background: #000;
  content: "";
}

/* button
----------------------------------------*/
.btn-wrap {
  font-size: 0;
  text-align: center;
}

.c-btn {
  display: inline-block;
  min-width: 180px;
  border-radius: 100px;
  background: #eb081e;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.15);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 50px;
  text-align: center;
}

.c-btn::after {
  display: inline-block;
  width: 7px;
  height: 12px;
  margin: -3px 0 0 8px;
  background: url(../img/common/arrow_right.svg) no-repeat center center/contain;
  vertical-align: middle;
  content: "";
}

.c-btn.list {
  position: relative;
  min-width: auto;
  padding-right: 30px;
  padding-left: 58px;
  text-align: left;
}

.c-btn.list::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 35px;
  width: 15px;
  height: 15px;
  margin: auto;
  background: url(../img/common/ico_list.svg) no-repeat center center;
  background-size: 15px 15px;
  content: "";
}

.c-btn.external::after {
  width: 12px;
  height: 12px;
  background: url(../img/common/ico_external_white.svg) no-repeat center center;
  background-size: 12px 12px;
}

.c-btn.startingmember {
  background-color: #f2f300;
  color: #000;
}

.c-btn.startingmember::after {
  background-image: url(../img/common/arrow_right_black.svg);
}

.next-game-block > .btn-wrap > .c-btn,
.results-area .c-btn,
.blog-block .c-btn {
  min-width: 150px;
  font-size: 14px;
  line-height: 40px;
}

/* text
----------------------------------------*/
/* img bg
----------------------------------------*/
.js-img-bg {
  background: no-repeat center center / cover;
}

.mv__item.js-img-bg.bg-position-cl {
  background-size: contain;
  background-position: center;
}

/* no-image
----------------------------------------*/
.c-no-image {
  position: relative;
}

.c-no-image::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #e4e4e4;
  content: "";
}

.c-no-image .img {
  background: url(../img/common/logo_redterriers.svg) no-repeat center center/auto 40% #f9f9f9;
}

/* share-list
----------------------------------------*/
.c-share-list {
  font-size: 0;
}

.c-share-list li {
  display: inline-block;
  vertical-align: top;
}

.c-share-list li + li {
  margin-left: 20px;
}

.c-share-list li a {
  display: inline-block;
  width: 38px;
}

.c-share-list li a img {
  width: 100%;
}

/* page-menu-list
----------------------------------------*/
.page-menu-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: -30px;
  padding: 0 10px;
  background: #f4f4f4;
}

.page-menu-list li {
  position: relative;
  min-width: 77px;
  text-align: center;
}

.page-menu-list li a {
  display: block;
  position: relative;
  padding: 24px 20px;
  color: #000;
  font-size: 16px;
  line-height: 1.3;
}

/* select-box */
.select-box {
  display: inline-block;
  position: relative;
  margin: 20px auto;
  border: 1px solid #000;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.1);
}

.select-box::before {
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 8px 4.5px 0 4.5px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  content: "";
  pointer-events: none;
}

.select-box select {
  width: 100%;
  padding: 10px 30px 10px 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  cursor: pointer;
}

.select-box select div {
  height: 150px;
  overflow-y: scroll;
}

.select-box + .select-box {
  margin-left: 5px;
}

.select-wrap {
  position: absolute;
  top: -66px;
  right: 90px;
}

/*------------------------------------------------------------------------------
  header
------------------------------------------------------------------------------*/
#header {
  
  width: 100%;
  padding: 23px 0 23px 26px;
}

#header .logo {
  z-index: 100;
  position: relative;
  width: 230px;
}

/* 既存のヘッダーを新しいheader-responsiveクラスで上書き */
#header.header-responsive {
  padding: 0;
}

.new-header-base {
 position: fixed;
 top: 0;
 right: 200px;
 width: 80px;
 height: 80px;
 z-index: 1000;
 background: #b00b0b;
}

.new-header-base:hover {
  background: #eb081e;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
 }

.new-header-inner {
 width: 100%;
 height: 100%;
 display: flex;
 justify-content: center;
 align-items: center;
}

.btn-menu {
  z-index: 1001;
  position: fixed;
  top: 0;
  right: 0;
  width: 200px;
  height: 80px;
  overflow: hidden;
  background: #b00b0b;
  text-align: left;
}

/* PC版ヘッダーレスポンシブスタイル */
@media screen and (min-width: 769px) {
  #header.header-responsive {
    width: 100%;
    height: 80px;
    z-index: 1000;
  }
  
  #header.header-responsive.top-page {
    background-color: white;
  }
  
  #header.header-responsive.sub-page {
    background-color: #C60E0E;
  }
  
  #header.header-responsive .header-content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding-left: 270px; /* ロゴの幅 + 余白 */
  }
  
  #header.header-responsive .logo {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 230px;
    z-index: 1001;
  }
  
  #header.header-responsive .logo a {
    display: block;
    width: 100%;
  }
  
  #header.header-responsive .logo img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .pc-nav-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-left: auto;
  }
  
  .header-nav {
    margin-right: 140px;
  }
  
  .nav-list-horizontal {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 60px;
    align-items: center;
  }
  
  .nav-list-horizontal li {
    white-space: nowrap;
  }
  
  .nav-list-horizontal a {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 1.68px;
    text-decoration: none;
    cursor: pointer;
  }
  
  .top-page .nav-list-horizontal a {
    color: #C60E0E;
  }
  
  .sub-page .nav-list-horizontal a {
    color: white;
  }
  
  .pc-header-base {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 80px;
    background: #b00b0b;
  }
  
  #header.header-responsive .new-header-base {
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
  }
  
  /* mv-blockの調整 */
  .mv-block {
    margin-top: 0;
  }
}

/* SP版スタイル */
@media screen and (max-width: 768px) {
  #header.header-responsive {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
  }
  
  #header .logo {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 100px;
    z-index: 1000;
  }
  
  .pc-nav-wrapper {
    display: none;
  }
}

.btn-menu .open,
.btn-menu .close {
  position: absolute;
  top: 0;
  left: 108px;
  height: 80px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 80px;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
}

.btn-menu .close {
  opacity: 0;
}

.btn-menu.is-open .close {
  opacity: 1;
}

.btn-menu.is-open .open {
  opacity: 0;
}

.btn-menu .inn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50px;
  width: 39px;
  height: 16px;
  margin: auto;
}

.btn-menu .line:nth-of-type(2)::after {
  top: 0;
  content: '';
}

.btn-menu .line,
.btn-menu .line:nth-of-type(2)::after {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
}

.btn-menu .line:nth-of-type(1) {
  top: 0;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.btn-menu .line:nth-of-type(3) {
  top: 14px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.btn-menu .line:nth-of-type(2) {
  top: 7px;
}

.btn-menu .line:nth-of-type(1),
.btn-menu .line:nth-of-type(3) {
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.btn-menu.is-open .line:nth-of-type(1),
.btn-menu.is-open .line:nth-of-type(3) {
  -webkit-transform: scaleX(0) translate3d(0, 0, 0);
          transform: scaleX(0) translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.btn-menu.is-open .line:nth-of-type(2),
.btn-menu.is-open .line:nth-of-type(2)::after {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.btn-menu.is-open .line:nth-of-type(2) {
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
          transform: rotate(45deg) translate3d(0, 0, 0);
}

.btn-menu.is-open .line:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg) translate3d(0, 0, 0);
          transform: rotate(90deg) translate3d(0, 0, 0);
}

/*------------------------------------------------------------------------------
  nav
------------------------------------------------------------------------------*/
#nav {
  -webkit-overflow-scrolling: touch;
  z-index: 1000;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: auto;
  -webkit-transform: translateX(30%);
          transform: translateX(30%);
  background: #b00b0b;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 1s cubic-bezier(0.2, 1, 0.2, 1);
  transition: 1s cubic-bezier(0.2, 1, 0.2, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

#nav.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

#nav::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

#nav::-webkit-scrollbar-track {
  border: none;
  background: transparent;
  box-shadow: none;
}

#nav::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #ccc;
  box-shadow: none;
}

#nav .inner {
  display: table;
  width: 100%;
  height: 100%;
}

#nav .info-box,
#nav .nav-wrap {
  display: table-cell;
  padding: 60px 40px;
  -webkit-transform: translateX(-40%);
          transform: translateX(-40%);
  vertical-align: middle;
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.2, 1, 0.2, 1);
  transition: 1s cubic-bezier(0.2, 1, 0.2, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

#nav.is-open .info-box,
#nav.is-open .nav-wrap {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

#nav .nav-wrap {
  padding-top: 120px;
  text-align: center;
}

#nav .nav-wrap .nav-list {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}

#nav .nav-wrap .nav-list li + li {
  margin-top: 36px;
}

#nav .nav-wrap .nav-list a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1;
}

#nav .nav-wrap .nav-list a .en {
  display: block;
  margin-bottom: 8px;
  font-size: 26px;
  font-weight: bold;
}

/*------------------------------------------------------------------------------
  footer
------------------------------------------------------------------------------*/
#footer {
  margin-top: 190px;
  text-align: center;
}

#footer .sitemap-box {
  padding: 55px 0 30px;
  border: solid rgba(0, 0, 0, 0.55);
  border-width: 1px 0;
}

#footer .sitemap-box .logo {
  position: absolute;
  top: -170px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#footer .sitemap-box .logo a {
  display: inline-block;
}

#footer .sitemap-box .sitemap-list {
  font-size: 0;
}

#footer .sitemap-box .sitemap-list li a {
  display: inline-block;
  position: relative;
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}

#footer .sitemap-box .sitemap-list li a::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  background: #eb081e;
  content: "";
  -webkit-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
}

#footer .sitemap-box .sitemap-list li.current a::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

#footer .group-box {
  padding: 30px 0;
  border: solid rgba(0, 0, 0, 0.55);
  border-width: 0 0 1px;
}

#footer .group-box .group-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 0;
}

#footer .group-box .group-list li {
  margin: 10px 30px;
}

#footer .group-box .group-list li a {
  display: inline-block;
}

#footer .info-box {
  position: relative;
  padding: 32px 0;
  background: #222;
  color: #fff;
}

#footer .info-box .txt {
  line-height: 1.3;
}

#footer .info-box .txt .name {
  font-size: 16px;
  font-weight: bold;
}

#footer .info-box .txt .access {
  display: inline-block;
  padding-left: 24px;
  background: url(../img/common/ico_mappin_red.svg) no-repeat left center/12px auto;
}

#footer .copyright-box {
  background: #000;
}

#footer .copyright-box .txt {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 40px;
}

.ie #footer .info-box .txt .name {
  padding-top: 2px;
}

.ie #footer .info-box .txt .access {
  padding-top: 2px;
}

#pagetop {
  display: none;
  z-index: 100;
  position: fixed;
  right: 40px;
  bottom: 40px;
}

#pagetop a {
  display: inline-block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: url(../img/common/arrow_up.svg) no-repeat center 47%/18px auto #eb081e;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.15);
  font-size: 0;
}

/*------------------------------------------------------------------------------
  page-ttl-block
------------------------------------------------------------------------------*/
.page-ttl-block {
  background: #c60e0e;
}

.page-ttl-block .inner-block {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  min-height: 340px;
  padding-top: 50px;
  padding-bottom: 60px;
}

.page-ttl-block .main-ttl {
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.page-ttl-block .main-ttl .en {
  display: block;
  font-size: 82px;
  letter-spacing: 0.06em;
}

.page-ttl-block .main-ttl .en .letter {
  display: inline-block;
  -webkit-animation: slideIn 0.6s cubic-bezier(0.2, 1, 0.2, 1) forwards;
          animation: slideIn 0.6s cubic-bezier(0.2, 1, 0.2, 1) forwards;
  opacity: 0;
}

.page-ttl-block .main-ttl .ja {
  display: block;
  margin-top: 8px;
  font-size: 21px;
  -webkit-animation: fadeInLeft 0.6s cubic-bezier(0.2, 1, 0.2, 1) forwards;
          animation: fadeInLeft 0.6s cubic-bezier(0.2, 1, 0.2, 1) forwards;
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
  opacity: 0;
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translate3d(50px, 0, 0);
            transform: translate3d(50px, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes slideIn {
  0% {
    -webkit-transform: translate3d(50px, 0, 0);
            transform: translate3d(50px, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/*------------------------------------------------------------------------------
  top
------------------------------------------------------------------------------*/
.mv-block {
  position: relative;
}

.mv-block .info-box,
.mv-block .c-share-list {
  z-index: 100;
  position: absolute;
}

.mv-block .info-box {
  bottom: 32px;
  left: 32px;
  color: #000;
  filter: drop-shadow(1px 1px 1px #fff) drop-shadow(-1px -1px 1px #fff) drop-shadow(1px 1px 1px #fff) drop-shadow(-1px -1px 1px #fff);
}

.mv-block .info-box .ttl {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
}

.mv-block .info-box .company {
  font-size: 0;
}

.mv-block .c-share-list {
  right: 28px;
  bottom: 28px;
}

.mv-block .arrow-pager__item {
  z-index: 60;
  position: absolute;
  top: 45%;
  width: 50px;
  height: 50px;
  border-top: 2px solid #000;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.mv-block .arrow-pager__item:hover {
  opacity: 0.7;
}

.mv-block .arrow-pager__item--active {
  opacity: 1;
}

.mv-block .arrow-pager__left {
  left: 2%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-left: 2px solid #000;
}

.mv-block .arrow-pager__right {
  right: 2%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: 2px solid #000;
}

.mv {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.mv__item {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
}

.mv__item--main {
  background: #c60e0e;
}

.mv__item--active {
  opacity: 1;
}

.mv__item--sub.mv__item--active {
  z-index: 999;
}

.mv__item > img {
  width: 100%;
}

.mv__human {
  position: absolute;
  text-align: center;
  opacity: 0;
}

.mv__human img {
  height: auto;
}

.mv__human--active {
  -webkit-animation: slide_human 4.2s linear;
          animation: slide_human 4.2s linear;
}

.mv__human--1 {
  z-index: 100;
  top: auto;
  right: 0;
  left: 0;
  bottom: 0;
  width: 60vw;
  min-width: 60%;
  margin: auto;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}

.mv__human--1 img {
  width: 100%;
}

.mv__human--2, .mv__human--3 {
  z-index: 2;
  top: -5%;
  width: 35%;
}

.mv__human--2 img, .mv__human--3 img {
  -webkit-filter: blur(3px);
          filter: blur(3px);
  opacity: 0.6;
}

.mv__human--2 {
  left: 65%;
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
}

.mv__human--3 {
  right: 65%;
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}

.mv__text {
  display: block;
  z-index: 50;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  height: 1em;
  margin: auto;
  color: #fff;
  font-size: 9.25vw;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  opacity: 0;
}

.mv__text--first {
  right: 0;
  left: 0;
}

.mv__text.mv__text--image {
  width: 50%;
  height: 50%;
}

.mv__text.mv__text--image img {
  width: 100%;
  height: auto;
}

.mv__text.anim {
  -webkit-animation: slide_text 20s linear 1;
          animation: slide_text 20s linear 1;
}

.mv__skip {
  z-index: 100;
  position: absolute;
  right: 28px;
  bottom: 98px;
  padding: 0.25em 1.5em 0.25em 1.5em;
  border-radius: 25px;
  background-color: #ec9aa0;
  color: #d92330;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
}

.mv__skip--active {
  opacity: 1;
}

.mv__skip::before {
  display: block;
  position: absolute;
  top: 0;
  right: calc(1.5em - 3px);
  bottom: 0;
  width: 2px;
  height: 1em;
  margin: auto;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  background-color: #d92330;
  content: "";
  -webkit-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
}

.mv__skip::after {
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  margin-left: 0.5em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-right: 2px solid #d92330;
  border-bottom: 2px solid #d92330;
  content: "";
  -webkit-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
}

.mv__skip:hover {
  -webkit-transform: translate3d(0, -3px, 0);
          transform: translate3d(0, -3px, 0);
  background-color: #eb081e;
  color: #fff;
}

.mv__skip:hover:before {
  background-color: #ffffff;
}

.mv__skip:hover:after {
  border-color: #ffffff;
}

@-webkit-keyframes slide_text {
  0% {
    -webkit-transform: translate3d(4%, 0, 0);
            transform: translate3d(4%, 0, 0);
    opacity: 0;
  }
  2% {
    -webkit-transform: translate3d(1%, 0, 0);
            transform: translate3d(1%, 0, 0);
  }
  3% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(-4000px, 0, 0);
            transform: translate3d(-4000px, 0, 0);
    opacity: 1;
  }
}

@keyframes slide_text {
  0% {
    -webkit-transform: translate3d(4%, 0, 0);
            transform: translate3d(4%, 0, 0);
    opacity: 0;
  }
  2% {
    -webkit-transform: translate3d(1%, 0, 0);
            transform: translate3d(1%, 0, 0);
  }
  3% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(-4000px, 0, 0);
            transform: translate3d(-4000px, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes slide_text_ie {
  0% {
    -webkit-transform: translateX(4%);
    transform: translateX(4%);
    opacity: 0;
  }
  2% {
    -webkit-transform: translateX(1%);
    transform: translateX(1%);
  }
  3% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-4000px);
    transform: translateX(-4000px);
    opacity: 1;
  }
}

@keyframes slide_text_ie {
  0% {
    -webkit-transform: translateX(4%);
    transform: translateX(4%);
    opacity: 0;
  }
  2% {
    -webkit-transform: translateX(1%);
    transform: translateX(1%);
  }
  3% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-4000px);
    transform: translateX(-4000px);
    opacity: 1;
  }
}

@-webkit-keyframes slide_human {
  0% {
    -webkit-transform: translate3d(6%, 0, 0);
            transform: translate3d(6%, 0, 0);
    opacity: 0;
  }
  8% {
    -webkit-transform: translate3d(2%, 0, 0);
            transform: translate3d(2%, 0, 0);
    opacity: 1;
  }
  12% {
    -webkit-transform: translate3d(1%, 0, 0);
            transform: translate3d(1%, 0, 0);
  }
  90% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(-12%, 0, 0);
            transform: translate3d(-12%, 0, 0);
    opacity: 0;
  }
}

@keyframes slide_human {
  0% {
    -webkit-transform: translate3d(6%, 0, 0);
            transform: translate3d(6%, 0, 0);
    opacity: 0;
  }
  8% {
    -webkit-transform: translate3d(2%, 0, 0);
            transform: translate3d(2%, 0, 0);
    opacity: 1;
  }
  12% {
    -webkit-transform: translate3d(1%, 0, 0);
            transform: translate3d(1%, 0, 0);
  }
  90% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(-12%, 0, 0);
            transform: translate3d(-12%, 0, 0);
    opacity: 0;
  }
}

.ie .mv__human--active {
  -webkit-animation-duration: 3.8s;
          animation-duration: 3.8s;
}

.ie .mv__text.anim {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-animation: slide_text_ie 20s linear forwards;
          animation: slide_text_ie 20s linear forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  will-change: transform,animation;
}

.slick-slider.slick-dotted {
  margin-bottom: 0;
  padding-bottom: 24px;
}

.slick-slider .slick-slide {
  outline: none;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
  z-index: 1;
  width: 13px;
  height: 22px;
  padding: 0;
  background: no-repeat center center / 100% 100%;
}

.slick-slider .slick-prev::before,
.slick-slider .slick-next::before {
  content: none;
}

.slick-slider .slick-prev {
  background-image: url(../img/common/arrow_left_blue.svg);
}

.slick-slider .slick-next {
  background-image: url(../img/common/arrow_right_blue.svg);
}

.slick-slider .slick-dots {
  bottom: 0;
  font-size: 0;
  text-align: center;
}

.slick-slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 4px;
}

.slick-slider .slick-dots li button {
  width: 42px;
  height: 2px;
  margin: 0;
  padding: 0;
  background: #d0d0d0;
}

.slick-slider .slick-dots li button::before {
  content: none;
}

.slick-slider .slick-dots li.slick-active button {
  background: #eb081e;
}

.next-game-block {
  overflow: hidden;
  background: #f4f4f4;
}

.next-game-block > .btn-wrap {
  margin-top: 30px;
}

.next-game-slider .slick-track {
  display: -webkit-box;
  display: flex;
}

.next-game-slider .slick-slide {
  width: 70vw;
  max-width: 1120px;
  height: auto !important;
  margin: 0 2.4vw;
  background: #fff;
  text-align: center;
}

.next-game-slider .slick-slide .head {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 43px;
  background: #eaeaea;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1;
}

.next-game-slider .slick-slide .head .num {
  font-size: 54px;
}

.next-game-slider .slick-slide .ttl {
  background: #000;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.24em;
  line-height: 63px;
}

.next-game-slider .slick-prev,
.next-game-slider .slick-next {
  right: 0;
  left: 0;
  margin: auto;
}

.next-game-slider .slick-prev {
  -webkit-transform: translateX(-37.5vw);
          transform: translateX(-37.5vw);
}

.next-game-slider .slick-next {
  -webkit-transform: translateX(37.5vw);
          transform: translateX(37.5vw);
}

.results-area {
  position: relative;
  padding: 32px 30% 40px;
}

.results-area .date,
.results-area .versus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.55);
}

.results-area .date {
  padding-bottom: 12px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

.results-area .date .large {
  margin-right: 10px;
  font-size: 70px;
}

.results-area .date .time {
  margin-left: 5px;
  font-weight: normal;
}

.results-area .versus {
  display: -webkit-box;
  display: flex;
  position: relative;
  -webkit-box-align: center;
          align-items: center;
  padding: 30px 0;
  letter-spacing: 0.08em;
  line-height: 1.3;
}

.results-area .versus.pc {
  display: -webkit-box !important;
  display: flex !important;
}

.results-area .versus .large {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}

.results-area .versus .team-name {
  font-size: 16px;
  font-weight: bold;
}

.results-area .place {
  margin-top: 12px;
  letter-spacing: 0.08em;
}

.results-area .team .item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding-bottom: 20px;
  text-align: center;
}

.results-area .team .item img {
  width: 100%;
  max-height: 166px;
}

.results-area .team .item .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1;
}

.results-area .btn-wrap {
  margin-top: 26px;
}

body:not(.ios) .game-result-block {
  background-attachment: fixed;
}

.game-result-block {
  padding-bottom: 200px;
  background: url(../img/top/results_bg.jpg) no-repeat center top/cover;
}

.game-result-block .block-ttl {
  width: 440px;
  margin: -80px auto 50px;
  padding: 0 20px;
  background: #000;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 63px;
  text-align: center;
}

.game-result-block .results-area {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}

.game-result-block .results-area .date,
.game-result-block .results-area .versus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
}

.game-result-block .results-area .date {
  color: #fff;
}

.game-result-block .results-area .score {
  display: -webkit-box;
  display: flex;
  position: relative;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 30px 0;
  color: #fff;
  font-size: 0;
}

.game-result-block .results-area .score::before {
  display: inline-block;
  position: absolute;
  right: 0;
  left: 0;
  align-self: center;
  width: 26px;
  height: 6px;
  margin: auto;
  background: #fff;
  content: "";
}

.game-result-block .results-area .score .item {
  width: 40%;
  font-size: 90px;
  font-weight: bold;
  line-height: 1;
}

.game-result-block .results-area .score .item:last-child {
  margin-left: 20%;
}

.game-result-block .results-area .versus {
  padding: 0 0 12px;
  color: #fff;
}

.game-result-block .results-area .place {
  margin-top: 25px;
  color: #fff;
}

.game-result-block .results-area .place .external-link {
  color: #fff;
}

.game-result-block .results-area .team .item .txt {
  color: #fff;
}

.blog-block .ttl-box .block-ttl {
  font-size: 32px;
  font-weight: bold;
}

.blog-block .ttl-box .block-ttl .large {
  margin: -0.08em -0.05em 0;
  font-size: 134px;
}

.blog-block .ttl-box .txt {
  margin: 30px 0;
  font-size: 16px;
  letter-spacing: 0.06em;
}

.blog-list li .img-wrap {
  -webkit-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
}

.blog-list li .img-wrap .img {
  height: 0;
  padding-top: 80%;
}

.blog-list li .txt-wrap {
  position: relative;
  padding-top: 20px;
  font-size: 16px;
  letter-spacing: 0.06em;
}

.blog-list li .txt-wrap::before {
  display: inline-block;
  position: absolute;
  top: -20px;
  right: 20px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: url(../img/common/arrow_right.svg) no-repeat 52% center/7px auto #eb081e;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.15);
  content: "";
  -webkit-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
}

.blog-list li .txt-wrap .date {
  color: #eb081e;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

.blog-list li .txt-wrap .txt {
  margin-top: 10px;
  line-height: 1.4;
}

.blog-list li a {
  display: block;
}

.sns-block .instagram-box iframe {
  display: block;
}

.sns-block .facebook-box {
  background: #0363d0;
}

.sns-block .facebook-box .c-ico-ttl {
  color: #fff;
}

/*------------------------------------------------------------------------------
  game
------------------------------------------------------------------------------*/
.ticket-btn-wrap {
  margin-top: 60px;
  text-align: right;
}

.ticket-btn-wrap .c-btn {
  padding: 0 30px;
  font-weight: normal;
}

.ticket-btn-wrap + .bg-gray {
  margin-top: 100px;
}

.toplayer-wrap {
  position: absolute;
  top: 65px;
  right: 0;
  left: 0;
  width: calc(100% - 100px);
  margin: 0 auto;
  text-align: right;
}

.toplayer-wrap a {
  position: relative;
  padding: 7px 25px 7px 13px;
  border: 1px solid #c60e0e;
  border-radius: 3px;
  background-color: #fff;
  color: #c60e0e;
  font-weight: bold;
  line-height: 1;
}

.toplayer-wrap a:after {
  position: absolute;
  top: calc(46% - 0.5em);
  right: 3%;
  font-size: 0.5em;
  content: '\025b6';
}

.game-box {
  display: none;
  margin-bottom: 40px;
  background: #fff;
  text-align: center;
}

.game-box.is-active {
  display: -webkit-box;
  display: flex;
}

.game-box .ttl-area {
  width: 300px;
}

.game-box .ttl-area .date {
  padding: 24px 10px;
  background: #000;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}

.game-box .ttl-area .date .small {
  padding-left: 5px;
  font-size: 16px;
}

.game-box .ttl-area .date .time {
  display: block;
  margin-top: 5px;
  font-size: 18px;
  font-weight: normal;
}

.game-box .ttl-area .result {
  margin: 20px 10px;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1;
}

.game-box .ttl-area .result.win {
  color: #eb081e;
}

.game-box .ttl-area .result.lose {
  color: #9ca1a8;
}

.game-box .ttl-area .bg-red {
  padding: 5px 10px;
  background: #c60e0e;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.game-box .ttl-area .versus {
  position: relative;
  margin: 0 auto;
  padding: 24px 10px;
  border-top: 1px solid rgba(1, 31, 41, 0.3);
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1;
}

.game-box .ttl-area .versus .large {
  padding-right: 5px;
  font-size: 27px;
  vertical-align: sub;
}

.game-box .results-area {
  width: calc(100% - 300px);
  padding: 24px 20% 28px;
}

.game-box .results-area .team .item img {
  max-width: 152px;
}

.game-box .results-area .team .item .txt {
  bottom: 35px;
}

.game-box .results-area .score {
  display: -webkit-box;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
          justify-content: center;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(1, 31, 41, 0.3);
  font-size: 55px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.game-box .results-area .score::before {
  display: block;
  position: absolute;
  top: -5px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 26px;
  height: 6px;
  margin: auto;
  background: #000;
  content: "";
}

.game-box .results-area .score .item {
  width: 40%;
}

.game-box .results-area .score .item + .item {
  margin-left: 15%;
}

.game-box .btn-wrap {
  margin-top: 0;
  margin-bottom: -10px;
}

.game-box .btn-wrap .c-btn {
  margin: 0 5px 10px;
}

.game-box .place {
  margin-top: 26px;
  margin-bottom: 20px;
}

.game-box.yet .ttl-area {
  background: #000;
}

.game-box.yet .ttl-area .versus {
  border-top-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.game-box.yet .ttl-area .bg-red + .versus {
  border-top: none;
}

.game-box.yet .results-area {
  padding: 40px 20%;
}

.game-box.yet .results-area .score {
  margin-bottom: 20px;
  font-size: 30px;
}

.game-box.yet .results-area .score::before {
  content: none;
}

.game-box.discontinued .results-area {
  pointer-events: none;
}

.game-box.discontinued .results-area::before {
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  content: "";
}

.game-box.discontinued .results-area::after {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 140px;
  height: 40px;
  margin: auto;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  content: "中止";
}

.game-box.discontinued.postponed .results-area::after {
  content: "延期";
}

.external-link {
  position: relative;
  margin-top: 15px;
  padding-right: 20px;
  color: #000;
  font-size: 14px;
}

.external-link::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 3px;
  width: 12px;
  height: 12px;
  margin: auto;
  background: url(../img/common/ico_external.svg) no-repeat center center;
  background-size: 100% 100%;
  content: "";
}

/*------------------------------------------------------------------------------
  team
------------------------------------------------------------------------------*/
.slogan-txt {
  width: 660px;
  margin: 0 auto;
}

.slogan-txt img {
  width: 100%;
  height: auto;
}

.slogan-sub {
  margin-top: 40px;
  text-align: center;
}

.slogan-sub .ttl {
  color: #eb081e;
  font-size: 40px;
  font-weight: bold;
}

.slogan-sub .logo-area {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: 15px;
}

.slogan-sub .logo-area .img {
  position: relative;
}

.slogan-sub .logo-area .img + .img {
  margin-left: 100px;
}

.slogan-sub .logo-area .img + .img::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50px;
  width: 1px;
  height: 100%;
  margin: auto;
  background: #000;
  content: "";
}

.team-logo-area .team-box .ttl {
  margin-bottom: 40px;
  color: #eb081e;
  font-size: 56px;
  font-weight: bold;
  line-height: 1.2;
}

.team-logo-area .team-box .ttl .small {
  display: block;
  font-size: 30px;
}

.team-logo-area .sub-ttl {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: bold;
}

.team-logo-area .mascot-box .img {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 0 50px;
  text-align: center;
}

.team-logo-area .mascot-box .prof {
  display: -webkit-box;
  display: flex;
  margin: 0 0 20px;
  padding: 12px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #000;
}

.team-logo-area .mascot-box .prof p + p {
  position: relative;
  margin-left: 40px;
}

.team-logo-area .mascot-box .prof p + p::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  width: 1px;
  height: 14px;
  margin: auto;
  background: #000;
  content: "";
}

.team-logo-area .txt {
  font-size: 16px;
}

.list-box .txt {
  margin-bottom: 70px;
  font-size: 16px;
}

.list-box > .ttl {
  margin: 75px 0 25px;
  color: #000;
  font-size: 20px;
  font-weight: bold;
}

.list-box .event-li {
  border: 1px solid #000;
}

.list-box .event-li li {
  padding: 22px 25px;
}

.list-box .event-li li + li {
  border-top: 1px solid #abb4bd;
}

.list-box .event-li .ttl {
  position: relative;
  padding-left: 10px;
  font-size: 16px;
  font-weight: bold;
}

.list-box .event-li .ttl::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 14px;
  margin: auto;
  background: #c60e0e;
  content: "";
}

.list-box .event-li .event {
  position: relative;
  font-size: 16px;
  line-height: 1.4;
}

/*------------------------------------------------------------------------------
  players/staff
------------------------------------------------------------------------------*/
.bg-gray {
  margin-top: 200px;
  background: #f4f4f4;
}

.bg-gray .inner-block {
  padding-top: 120px;
  padding-bottom: 90px;
}

.bg-gray .gallery-li {
  padding-top: 0;
  padding-bottom: 80px;
}

.page-menu-block + .bg-gray {
  margin-top: 155px;
}

.person-li {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.person-li li .img-area {
  width: 100%;
  padding-top: 74%;
  background-color: #ebebeb;
  -webkit-transition: .3s;
  transition: .3s;
}

.person-li li .img-area.js-img-bg {
  background-position: bottom center;
  background-size: 98%;
}

.person-li li .txt-area {
  position: relative;
  width: calc(100% - 40px);
  margin: -30px auto 0;
  padding: 30px 25px 25px;
  background: #fff;
  line-height: 1.3;
}

.person-li li .txt-area .cat {
  position: absolute;
  top: -13px;
  right: 0;
  padding: 5px 11px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}

.person-li li .txt-area .cat.captain {
  background: #eb081e;
}

.person-li li .txt-area .cat.rookie {
  background: #000;
}

.person-li li .txt-area .prof-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.person-li li .txt-area .prof-box .num {
  width: 60px;
  padding-right: 15px;
  padding-bottom: 10px;
  color: #eb081e;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.person-li li .txt-area .prof-box .name-box {
  width: calc(100% - 60px);
  color: #000;
  font-weight: bold;
}

.person-li li .txt-area .prof-box .name-box .name {
  font-size: 23px;
}

.person-li li .txt-area .prof-box .name-box .small {
  font-size: 13px;
}

.person-li li .txt-area .prof-box .name-box .en {
  margin-bottom: 5px;
}

.person-li li .txt-area .prof-box .name-box .school {
  margin-top: 14px;
}

.person-li li .txt-area.staff {
  padding-top: 18px;
}

.person-li li .txt-area.staff .post {
  margin-bottom: 26px;
  color: #000;
  font-size: 13px;
  font-weight: bold;
}

/* detail
------------------------------*/
.player-mv-block {
  position: relative;
  background: #ebebeb;
}

.player-mv-block::before {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  margin: auto;
  background: #f4f4f4;
  background-size: 100% 100%;
  content: "";
}

.player-mv-block .arrow {
  z-index: 99;
  position: absolute;
  top: 0;
  bottom: 220px;
  width: 60px;
  height: 200px;
  margin: auto;
  background-size: 13px 21px;
}

.player-mv-block .arrow.prev {
  left: 50px;
  background: url(../img/common/arrow_left_blue.svg) no-repeat center center;
}

.player-mv-block .arrow.next {
  right: 50px;
  background: url(../img/common/arrow_right_blue.svg) no-repeat center center;
}

.player-mv-block .inner-block {
  position: relative;
  padding-top: 200px;
}

.player-mv-block .person-wrap {
  text-align: center;
}

.player-mv-block .person-img {
  display: inline-block;
  z-index: 1;
  position: relative;
  top: -80px;
  max-height: 716px;
  text-align: center;
}

.player-mv-block .person-img img {
  max-height: 716px;
}

.player-mv-block .bg-txt {
  position: absolute;
  top: 200px;
  left: 50px;
  font-weight: bold;
}

.player-mv-block .bg-txt .num {
  padding-right: 40px;
  color: #eb081e;
  font-size: 96px;
  line-height: 1;
}

.player-mv-block .bg-txt .name {
  padding-left: 40px;
  border-left: 1px solid #000;
  color: #000;
  font-size: 106px;
  line-height: 1;
}

.player-mv-block .bg-txt .name .small {
  display: block;
  margin-top: 20px;
  font-size: 20px;
}

.player-mv-block .prof-box {
  padding: 55px 25px 40px;
  background: #fff;
}

.player-mv-block .prof-box .ttl {
  margin-bottom: 25px;
  color: #eb081e;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}

.player-mv-block .prof-box .prof-li {
  color: #000;
}

.player-mv-block .prof-box .prof-li li {
  display: -webkit-box;
  display: flex;
  padding: 7px 0;
  border-bottom: 1px solid #b2bbc4;
  line-height: 1.4;
}

.player-mv-block .prof-box .prof-li li .question {
  width: 150px;
  font-weight: bold;
}

.player-mv-block .prof-box .prof-li li .answer {
  width: calc(100% - 150px);
}

.player-mv-block .message-box {
  width: calc(100% - 100px);
  min-height: 331px;
  margin: auto;
  padding: 55px 60px 60px;
  background: #eb081e;
  color: #fff;
}

.player-mv-block .message-box .inn .ttl {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}

.player-mv-block.no-full-img .inner-block {
  padding-top: 920px;
}

.player-mv-block.no-full-img .person-img {
  z-index: 3;
  position: absolute;
  top: inherit;
  right: 100%;
  bottom: -110px;
  width: 345px;
  text-align: right;
}

.player-detail-block .c-border-ttl {
  top: -59px;
}

.player-detail-block .btn-area {
  padding-top: 30px;
  border-top: 2px solid #000;
  text-align: center;
}

.gallery-li {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding-top: 115px;
}

.gallery-li li {
  width: calc((99.9999% - 26px)/3);
}

.gallery-li li img {
  width: 100%;
  height: auto;
}

/*------------------------------------------------------------------------------
  schedule
------------------------------------------------------------------------------*/
.calendar {
  display: none;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.calendar.is-active {
  display: block;
  opacity: 1;
}

.calendar .c-border-ttl {
  -webkit-box-pack: center;
          justify-content: center;
}

.calendar .c-border-ttl .arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  content: "";
}

.calendar .c-border-ttl .arrow.prev {
  right: 230px;
  left: 0;
  background: url(../img/common/arrow_left_blue.svg) no-repeat center center;
  background-size: 13px 21px;
}

.calendar .c-border-ttl .arrow.next {
  right: 0;
  left: 230px;
  background: url(../img/common/arrow_right_blue.svg) no-repeat center center;
  background-size: 13px 21px;
}

.calendar .c-border-ttl .arrow.disable {
  opacity: .2;
  pointer-events: none;
}

.calendar .calendar-wrap {
  padding: 60px 70px;
  background: #fff;
}

.calendar .calendar-wrap .week-li {
  margin-bottom: 60px;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
}

.calendar .calendar-wrap .week-li li:nth-child(6n) {
  color: #2061a3;
}

.calendar .calendar-wrap .week-li li:nth-child(7n) {
  color: #c60e0e;
}

.calendar .calendar-wrap .day-li {
  flex-wrap: wrap;
}

.calendar .calendar-wrap .day-li li .inn {
  min-height: 152px;
  padding: 10px;
}

.calendar .calendar-wrap .day-li li .day {
  padding: 0 0 5px 5px;
  border-bottom: 1px solid;
  border-color: #b2bbc4;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

.calendar .calendar-wrap .day-li li .txt {
  margin-top: 8px;
  font-size: 14px;
}

.calendar .calendar-wrap .day-li li .txt .small {
  display: block;
  font-size: 12px;
}

.calendar .calendar-wrap .day-li li:nth-child(7n - 1) .day,
.calendar .calendar-wrap .day-li li:nth-child(7n - 1) .day-txt {
  border-color: rgba(32, 97, 163, 0.3);
  color: #2061a3;
}

.calendar .calendar-wrap .day-li li:nth-child(7n) .day,
.calendar .calendar-wrap .day-li li:nth-child(7n) .day-txt {
  border-color: rgba(198, 14, 14, 0.3);
  color: #c60e0e;
}

.calendar .calendar-wrap .day-li li.green .inn {
  background: #f3f9ec;
}

.calendar .calendar-wrap .day-li li.purple .inn {
  background: #f8ecf9;
}

.calendar .calendar-wrap .day-li li.blue .inn {
  background: #ecf4f9;
}

.calendar .calendar-wrap .day-li li.red .inn {
  background: #f9e6e6;
}

/*------------------------------------------------------------------------------
  column
------------------------------------------------------------------------------*/
.num-ttl {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 40px;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
}

.num-ttl .inn {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.num-ttl .small {
  padding-right: 10px;
  font-size: 14px;
}

.num-ttl .middle {
  padding-left: 25px;
  font-size: 20px;
}

.bg-gray.bg-img {
  background: url(../img/column/bg-img.jpg) no-repeat center top/cover;
  background-attachment: fixed;
}

.charm-li li {
  padding: 90px 120px 120px;
}

.charm-li li .num-ttl .inn {
  color: #eb081e;
}

.charm-li li .ttl {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: bold;
}

.charm-li li .txt {
  font-size: 16px;
  line-height: 2.5;
}

.charm-li li .img {
  margin-top: 45px;
}

.charm-li li + li {
  margin-top: 25px;
}

.rule-li li {
  padding: 75px;
  background: rgba(255, 255, 255, 0.9);
}

.rule-li li .txt {
  font-size: 16px;
  line-height: 1.9;
}

.rule-li + .btn-wrap {
  margin: 50px auto 0;
}

.rule-li + .btn-wrap .c-btn {
  min-width: auto;
  padding: 0 30px;
}

/*------------------------------------------------------------------------------
  blog
------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
  fanclub
------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
  IE対応
------------------------------------------------------------------------------*/

.ie .c-border-ttl .ttl {
  padding-top: 8px;
}

.ie .person-li li .txt-area .cat {
  padding: 9px 11px 3px;
}

.ie .player-mv-block .prof-box .prof-li li .question {
  padding-top: 3px;
}

.ie .c-btn.list {
  padding-top: 7px;
}

.ie .person-li li .txt-area .prof-box .num {
  padding-bottom: 20px;
}

/*------------------------------------------------------------------------------
  download
------------------------------------------------------------------------------*/
#download main .outer-block:not(.page-ttl-block) {
  margin-top: 200px;
}

#download .inner-block {
  max-width: none;
  margin: auto;
  padding-right: 0;
  padding-left: 0;
}

.download-details {
  z-index: 1;
  position: relative;
}

.download-details-cont {
  max-width: 1500px;
  margin: 0 auto;
}

.download-detail-area {
  color: #fff;
}

.download-detail-area .download-item > p {
  padding: 42px 0;
  text-align: center;
}

.download-details {
  overflow: hidden;
}

.download-details * {
  box-sizing: content-box;
}

.download-details *:before, .download-details *:after {
  box-sizing: content-box;
}

.download-detail-area {
  font-family: YuGothic, '游ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴシック ProN', Meiryo, 'メイリオ', sans-serif;
  text-align: center;
}

.download-detail-area img {
  width: 100%;
  vertical-align: bottom;
}

.download-detail-area .main-contents {
  display: block;
  margin: 0 auto;
}

.download-box .download-items > div {
  width: 100%;
}

ul.download-switching-tab {
  display: -webkit-box;
  display: flex;
  margin: 0;
  padding: 0;
}

ul.download-switching-tab li {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  list-style: none;
}

ul.download-switching-tab li.member, ul.download-switching-tab li.wallpaper, ul.download-switching-tab li.sns {
  display: list-item !important;
}

ul.download-switching-tab li.member {
  background-color: #d83838;
}

.download-items.member {
  background-color: #d83838;
}

ul.download-switching-tab li.wallpaper, .download-items.wallpaper {
  background-color: #4d5473;
}

ul.download-switching-tab li.sns, .download-items.sns {
  background-color: #342f2f;
}

ul.download-switching-tab li span {
  display: block;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  cursor: pointer;
}

.download-items {
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: url(../img/common/main_bg.png) no-repeat center center;
}

.download-items.member, .download-items.wallpaper, .download-items.sns {
  display: none !important;
}

.download-items.show {
  display: -webkit-box !important;
  display: flex !important;
}

.download-box .softball-download-image {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

.download-box .softball-download-image li dl {
  margin: 0;
}

.download-box .softball-download-image li dl dt {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0 auto;
}

.download-box .softball-download-image li dl dt img {
  width: auto;
  max-height: 100%;
}

.download-box .softball-download-image li dl dd.downloads {
  margin: 0;
}

.download-box .softball-download-image li dl dd.downloads ul li {
  width: 100%;
  margin: 20px 0;
  list-style: none;
}

.download-box .softball-download-image li dl dd.downloads ul li a {
  display: inline-block;
  width: 100%;
  max-width: 140px;
  padding: 10px;
  border-radius: calc(1.8em + 10px * 2);
  background: #fff;
  color: #222;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.download-detail-area small span {
  display: inline-block;
}

.download-box .softball-download-image + .softball-download-image {
  margin-top: 50px;
}

.download-box .softball-download-image > li {
  width: 48%;
}

.download-box .softball-download-image > li:only-child {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.download-box .txt-box > p {
  font-size: 22px;
  font-weight: bold;
}

.download-box .txt-box > p:first-of-type {
  font-weight: bold;
}

.download-box .txt-box > p small {
  font-weight: normal;
}

.download-box .txt-box > p span {
  text-decoration: underline;
}

/*------------------------------------------------------------------------------
  startingmember
------------------------------------------------------------------------------*/

.startingmember-block .todays-game .date {
  padding: 10px;
  background-color: #eb081e;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.startingmember-block .todays-game .date .num {
  font-size: 40px;
}

.startingmember-block .todays-game .date .day {
  margin: 0 6px;
}

.startingmember-block .todays-game .info {
  position: relative;
  padding: 20px;
  background: #fff;
  font-weight: bold;
}

.startingmember-block .todays-game .info .title {
  font-size: 18px;
  text-align: center;
}

.startingmember-block .todays-game .info .wrap {
  display: -webkit-box;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
          justify-content: center;
}

.startingmember-block .todays-game .info .team {
  width: 50%;
}

.startingmember-block .todays-game .info .team .logo {
  width: 160px;
  text-align: center;
}

.startingmember-block .todays-game .info .team .name {
  font-size: 24px;
  line-height: 1.6;
}

.startingmember-block .todays-game .info .vs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 2em;
  height: 1em;
  margin: auto;
  font-size: 26.5px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.startingmember-block .member {
  position: relative;
}

.startingmember-block .starting-list li .illust {
  z-index: 2;
}

.startingmember-block .starting-list li .thumb {
  position: relative;
  overflow: hidden;
  background-color: #ebebeb;
}

.startingmember-block .starting-list li .thumb span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 2s cubic-bezier(0.16, 1, 0.3, 1);
}

.startingmember-block .starting-list li .thumb img {
  width: 100%;
}

.startingmember-block .starting-list li .info {
  z-index: 1;
  position: relative;
  background: #fff;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.startingmember-block .starting-list li .info .name {
  margin-bottom: 2px;
  font-size: 17px;
}

.startingmember-block .starting-list li .info .kana {
  font-size: 11px;
}

.startingmember-block .starting-list li .info .num {
  color: #eb081e;
  font-size: 24px;
}

.startingmember-block .starting-list li .info .position {
  margin-top: 4px;
  padding: 8px 10px;
  background: #eb081e;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  text-align: left;
}

.startingmember-block .starting-list li .info .position .en {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #fff;
}

.startingmember-block .player {
  position: absolute;
  bottom: 36px;
  left: 50px;
}

.startingmember-block .player .player-ttl {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.startingmember-block .player .player-table {
  width: 300px;
}

.startingmember-block .player .player-table th, .startingmember-block .player .player-table td {
  width: 13%;
  padding: 3px 6px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.startingmember-block .player .player-table th {
  background-color: #eb081e;
  color: #fff;
}

.startingmember-block .player .player-table th + th {
  border-left: 1px solid #fff;
}

.startingmember-block .player .player-table td {
  background-color: #e7e7e7;
}

.startingmember-block .player .player-table td + td {
  border-left: 1px solid #fff;
}

.startingmember-block .player .player-table tr:nth-child(n+2) {
  border-top: 1px solid #fff;
}

.startingmember-block .player .player-table th:nth-child(3),
.startingmember-block .player .player-table td:nth-child(3) {
  width: 61%;
  text-align: left;
}

@media print, screen and (min-width: 640px) {
  #wrapper,
  .outer-block,
  .inner-block {
    min-width: 960px;
  }
  .sp,
  .sp-ib {
    display: none !important;
  }
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
  }
  .anm-list-sp-each.is-animated > * {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .c-btn:hover {
    -webkit-transform: translate3d(0, -3px, 0);
            transform: translate3d(0, -3px, 0);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  }
  .c-share-list li a:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .page-menu-list li::after, .page-menu-list li::before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 2px;
    width: 1px;
    height: 13px;
    margin: auto;
    background: #c5c3c4;
    content: "";
  }
  .page-menu-list li::after {
    left: 0;
  }
  .page-menu-list li::before {
    right: -1px;
  }
  .page-menu-list li a:hover {
    color: #eb081e;
  }
  .btn-menu:hover {
    background: #eb081e;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  }
  #nav .info-box {
    width: 10px;
    background: #a90808;
    color: #c60e0e;
    white-space: nowrap;
  }
  #nav .info-box .ttl {
    font-size: 100px;
    font-weight: bold;
    line-height: 0.9;
  }
  #nav .info-box .subttl {
    margin: 20px 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
  }
  #nav .info-box .company {
    margin-bottom: 34px;
    font-size: 0;
  }
  #footer .sitemap-box .sitemap-list li {
    display: inline-block;
    vertical-align: top;
  }
  #footer .sitemap-box .sitemap-list li + li {
    margin-left: 20px;
  }
  #footer .sitemap-box .sitemap-list li a:hover {
    color: #eb081e;
  }
  #footer .sitemap-box .sitemap-list li a:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  #footer .info-box .txt .access {
    margin-left: 32px;
  }
  #pagetop a:hover {
    -webkit-transform: translate3d(0, -3px, 0);
            transform: translate3d(0, -3px, 0);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  }
  .results-area {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .results-area .versus .large {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .results-area .versus .team-name {
    width: 50%;
  }
  .results-area .versus .team-name:first-child {
    padding-right: 10%;
  }
  .results-area .versus .team-name:last-child {
    padding-left: 10%;
  }
  .results-area .team .item {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 25%;
    height: 185px;
    margin: auto;
  }
  .results-area .team .item:first-child {
    left: 3%;
  }
  .results-area .team .item:last-child {
    right: 3%;
  }
  .results-area .team .item img {
    max-width: 90%;
  }
  .game-result-block .results-area .versus .large {
    display: none;
  }
  .game-result-block + .blog-block {
    margin-top: -140px;
  }
  .blog-block .inner-block {
    padding-top: 80px;
    padding-bottom: 120px;
    background: #f4f4f4;
  }
  .blog-block .min-inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .blog-block .blog-list {
    width: calc(100% - 200px);
    max-width: 804px;
    padding-left: 80px;
  }
  .blog-block .ttl-box {
    width: 200px;
  }
  .blog-block .ttl-box .btn-wrap {
    margin-top: 24px;
    text-align: left;
  }
  .blog-block .ttl-box .block-ttl {
    display: inline-block;
    line-height: 1;
    -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .blog-list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
  .blog-list li {
    width: calc((99.9999% - 44px)/ 2);
  }
  .blog-list li:nth-child(even) {
    margin-left: 44px;
  }
  .blog-list li:nth-child(n+3) {
    margin-top: 50px;
  }
  .blog-list li a:hover {
    -webkit-transform: translate3d(0, -3px, 0);
            transform: translate3d(0, -3px, 0);
  }
  .blog-list li a:hover .img-wrap {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  }
  .blog-list li a:hover .txt-wrap::before {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .sns-block {
    margin-top: -50px;
    overflow: hidden;
  }
  .sns-block .inner-block {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .sns-block .c-ico-ttl .ico {
    padding-right: 10px;
  }
  .sns-block .c-ico-ttl img {
    vertical-align: baseline;
  }
  .sns-block .instagram-box {
    width: calc(100% - 400px);
    padding: 100px 76px 0 0;
  }
  .sns-block .facebook-box {
    z-index: 2;
    position: relative;
    width: 400px;
    padding: 100px 0 30px 60px;
  }
  .sns-block .facebook-box::before {
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    background: #0363d0;
    content: "";
  }
  .sns-block .facebook-box .c-ico-ttl {
    color: #fff;
  }
  .external-link:hover {
    text-decoration: underline;
  }
  .team-logo-area {
    display: -webkit-box;
    display: flex;
  }
  .team-logo-area .team-box {
    width: calc(100% - 735px);
  }
  .team-logo-area .mascot-box {
    display: -webkit-box;
    display: flex;
    width: 735px;
  }
  .team-logo-area .mascot-box .txt-box {
    align-self: flex-end;
    width: 380px;
  }
  .list-box .event-li li {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
  .list-box .event-li .ttl {
    width: 250px;
  }
  .list-box .event-li .event {
    width: calc(100% - 250px);
    padding-left: 50px;
  }
  .list-box .event-li .event::before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 65%;
    margin: auto;
    background: #000;
    content: "";
  }
  .bg-gray.dark {
    background: #e1e1e1;
  }
  .person-li li a:hover .img-area {
    background-color: #eb081e;
  }
  .person-li li {
    width: calc((99.9999% - 26px)/ 3);
  }
  .person-li li + li {
    margin-left: 13px;
  }
  .person-li li:nth-child(3n+1) {
    margin-left: 0;
  }
  .person-li li:nth-child(n+4) {
    margin-top: 40px;
  }
  .player-mv-block .bg-txt {
    display: -webkit-box;
    display: flex;
  }
  .player-mv-block .prof-box {
    z-index: 1;
    position: absolute;
    top: 220px;
    right: 50px;
    max-width: 340px;
    margin-left: auto;
  }
  .player-mv-block .message-box {
    position: absolute;
    right: 0;
    bottom: 59px;
    left: 0;
  }
  .player-mv-block .message-box .inn {
    width: 30%;
  }
  .gallery-li {
    min-width: 960px;
    max-width: 1220px;
    margin: 0 auto 80px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .gallery-li li + li {
    margin-left: 13px;
  }
  .gallery-li li:focus {
    outline: none;
  }
  .gallery-li li:nth-child(3n+1) {
    margin-left: 0;
  }
  .gallery-li li:nth-child(n+4) {
    margin-top: 15px;
  }
  .calendar .c-border-ttl .arrow.prev:not(.disable):hover {
    -webkit-transform: translate3d(-3px, 0, 0);
            transform: translate3d(-3px, 0, 0);
  }
  .calendar .c-border-ttl .arrow.next:not(.disable):hover {
    -webkit-transform: translate3d(3px, 0, 0);
            transform: translate3d(3px, 0, 0);
  }
  .calendar .calendar-wrap .week-li, .calendar .calendar-wrap .day-li {
    display: -webkit-box;
    display: flex;
  }
  .calendar .calendar-wrap .week-li li, .calendar .calendar-wrap .day-li li {
    width: calc((99.9999% - 48px)/7);
  }
  .calendar .calendar-wrap .week-li li + li, .calendar .calendar-wrap .day-li li + li {
    margin-left: 8px;
  }
  .calendar .calendar-wrap .week-li li:nth-child(7n+1), .calendar .calendar-wrap .day-li li:nth-child(7n+1) {
    margin-left: 0;
  }
  .calendar .calendar-wrap .day-li li:nth-child(n+8) {
    margin-top: 15px;
  }
  .charm-li li {
    background: #fff;
  }
  .charm-li li .content-area {
    padding-left: 230px;
  }
  .charm-li li .num-ttl {
    margin-bottom: 30px;
  }
  .charm-li li .num-ttl .middle {
    padding-left: 97px;
  }
  .rule-li {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
  .rule-li li {
    width: calc((100% - 4px)/2);
  }
  .rule-li li:nth-child(even) {
    margin-left: 4px;
  }
  .rule-li li:nth-child(n+3) {
    margin-top: 4px;
  }
  .ie .page-ttl-block .main-ttl {
    padding-top: 40px;
  }
  .startingmember #wrapper, .startingmember .outer-block, .startingmember .inner-block {
    min-width: 1200px;
  }
  .startingmember-block .todays-game .info {
    margin-bottom: 35px;
  }
  .startingmember-block .todays-game .info .wrap {
    -webkit-box-align: center;
            align-items: center;
  }
  .startingmember-block .todays-game .info .team {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .startingmember-block .todays-game .info .team .name {
    max-width: 250px;
    margin: 0 30px;
    text-align: justify;
  }
  .startingmember-block .todays-game .info .team:nth-of-type(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }
  .startingmember-block .member {
    width: 100%;
    height: 1060px;
    background: url(../img/startingmember/bg_img_01.jpg) no-repeat center/cover;
  }
  .startingmember-block .mini-ground {
    display: none;
  }
  .startingmember-block .member-ttl {
    display: none;
  }
  .startingmember-block .starting-list li {
    position: absolute;
    width: 160px;
  }
  .startingmember-block .starting-list li.cf {
    top: 40px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .startingmember-block .starting-list li.lf {
    top: 130px;
    left: 50px;
  }
  .startingmember-block .starting-list li.rf {
    top: 130px;
    right: 50px;
  }
  .startingmember-block .starting-list li.ss {
    top: 250px;
    left: 300px;
  }
  .startingmember-block .starting-list li.sb {
    top: 250px;
    right: 300px;
  }
  .startingmember-block .starting-list li.tb {
    bottom: 320px;
    left: 190px;
  }
  .startingmember-block .starting-list li.p {
    right: 0;
    bottom: 320px;
    left: 0;
    margin: auto;
  }
  .startingmember-block .starting-list li.fb {
    right: 190px;
    bottom: 320px;
  }
  .startingmember-block .starting-list li.c {
    right: 0;
    bottom: 30px;
    left: 0;
    margin: auto;
  }
  .startingmember-block .starting-list li.dp {
    right: 50px;
    bottom: 30px;
  }
  .startingmember-block .starting-list li .illust {
    position: absolute;
    top: 20px;
    right: -60px;
    width: 98px;
    height: 137px;
  }
  .startingmember-block .starting-list li .illust .sp-num {
    display: none;
  }
  .startingmember-block .starting-list li .thumb {
    padding-top: 100%;
  }
  .startingmember-block .starting-list li .info {
    margin: -36px 7.5px 0;
    padding-top: 10px;
  }
}

@media not print {
  .anm,
  .anm-up,
  .anm-left,
  .anm-right {
    opacity: 0;
  }
  .anm.is-animated {
    -webkit-animation: fadeIn 3s cubic-bezier(0.2, 1, 0.2, 1) forwards;
            animation: fadeIn 3s cubic-bezier(0.2, 1, 0.2, 1) forwards;
  }
  .anm-up.is-animated {
    -webkit-animation: fadeInUp 3s cubic-bezier(0.2, 1, 0.2, 1) forwards;
            animation: fadeInUp 3s cubic-bezier(0.2, 1, 0.2, 1) forwards;
  }
  .anm-left.is-animated {
    -webkit-animation: fadeInLeft 2s cubic-bezier(0.2, 1, 0.2, 1) forwards;
            animation: fadeInLeft 2s cubic-bezier(0.2, 1, 0.2, 1) forwards;
  }
  .anm-right.is-animated {
    -webkit-animation: fadeInRight 2s cubic-bezier(0.2, 1, 0.2, 1) forwards;
            animation: fadeInRight 2s cubic-bezier(0.2, 1, 0.2, 1) forwards;
  }
}

@media only screen and (max-width: 639px) {
  .anm-list-sp-each > *.is-animated {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .mv-block .arrow-pager__item {
    width: 25px;
    height: 25px;
  }
  .mv-block .arrow-pager__left {
    left: 20px;
  }
  .mv-block .arrow-pager__right {
    right: 20px;
  }
  .mv__skip {
    right: 20px;
    bottom: 55px;
  }
  .ticket-btn-wrap.sp-center {
    text-align: center;
  }
  .startingmember-block .todays-game {
    margin: 30px 0 20px;
  }
  .startingmember-block .todays-game .date {
    padding: 8px;
    font-size: 18px;
  }
  .startingmember-block .todays-game .date .num {
    font-size: 30px;
  }
  .startingmember-block .todays-game .date .day {
    margin: 0 12px;
  }
  .startingmember-block .todays-game .info {
    padding: 10px;
  }
  .startingmember-block .todays-game .info .title {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .startingmember-block .todays-game .info .team {
    text-align: center;
  }
  .startingmember-block .todays-game .info .team .logo {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: 32vw;
    max-width: 120px;
    height: 70px;
    margin: 0 auto 6px;
  }
  .startingmember-block .todays-game .info .team .logo img {
    max-height: 100%;
  }
  .startingmember-block .todays-game .info .team .name {
    font-size: 13px;
  }
  .startingmember-block .todays-game .info .team:nth-of-type(1) {
    padding-right: 30px;
  }
  .startingmember-block .todays-game .info .team:nth-of-type(2) {
    padding-left: 30px;
  }
  .startingmember-block .todays-game .info .vs {
    bottom: 20px;
    font-size: 30px;
  }
  .startingmember-block .mini-ground {
    position: relative;
    width: 100%;
    height: 97.33333vw;
    margin-bottom: 40px;
    background: url(../img/startingmember/bg_img_01_sp.jpg) no-repeat center/cover;
  }
  .startingmember-block .mini-ground .mini-starting-list li {
    position: absolute;
    width: 24vw;
  }
  .startingmember-block .mini-ground .mini-starting-list li.cf {
    top: 6.4vw;
    right: 0;
    left: 0;
    margin: auto;
  }
  .startingmember-block .mini-ground .mini-starting-list li.lf {
    top: 9.06667vw;
    left: 4.8vw;
  }
  .startingmember-block .mini-ground .mini-starting-list li.rf {
    top: 9.06667vw;
    right: 4.8vw;
  }
  .startingmember-block .mini-ground .mini-starting-list li.ss {
    top: 32vw;
    left: 18.66667vw;
  }
  .startingmember-block .mini-ground .mini-starting-list li.sb {
    top: 32vw;
    right: 18.66667vw;
  }
  .startingmember-block .mini-ground .mini-starting-list li.tb {
    bottom: 29.33333vw;
    left: 4.8vw;
  }
  .startingmember-block .mini-ground .mini-starting-list li.p {
    right: 0;
    bottom: 29.33333vw;
    left: 0;
    margin: auto;
  }
  .startingmember-block .mini-ground .mini-starting-list li.fb {
    right: 4.8vw;
    bottom: 29.33333vw;
  }
  .startingmember-block .mini-ground .mini-starting-list li.c {
    right: 0;
    bottom: 6.66667vw;
    left: 0;
    margin: auto;
  }
  .startingmember-block .mini-ground .mini-starting-list li.dp {
    right: 18px;
    bottom: 6.66667vw;
  }
  .startingmember-block .mini-ground .mini-starting-list li .position {
    background-color: #eb081e;
    color: #fff;
    font-size: 12px;
    text-align: center;
  }
  .startingmember-block .mini-ground .mini-starting-list li .info {
    background: #fff;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
  }
  .startingmember-block .mini-ground .mini-starting-list li .info .num {
    color: #eb081e;
    font-size: 18px;
  }
  .startingmember-block .mini-ground .mini-starting-list li .info .name {
    font-size: 16px;
  }
  .startingmember-block .member-ttl {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
  }
  .startingmember-block .starting-list li {
    display: -webkit-box;
    display: flex;
  }
  .startingmember-block .starting-list li + li {
    margin-top: 20px;
  }
  .startingmember-block .starting-list li .illust {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    width: 12vw;
    background: #333333;
    text-align: center;
  }
  .startingmember-block .starting-list li .illust .sp-num {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
  }
  .startingmember-block .starting-list li .illust .chara {
    margin: 0 -15px;
  }
  .startingmember-block .starting-list li .illust .chara img {
    width: 21.33333vw;
  }
  .startingmember-block .starting-list li .thumb {
    width: 38.66667vw;
    padding-top: 30%;
  }
  .startingmember-block .starting-list li .info {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: 38.66667vw;
    padding: 10px 10px 30px;
  }
  .startingmember-block .starting-list li .info .name {
    margin-bottom: 4px;
  }
  .startingmember-block .starting-list li .info .num {
    font-size: 28px;
  }
  .startingmember-block .starting-list li .info .position {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .startingmember-block .player {
    display: none;
  }
}

@media print, screen and (min-width: 1220px) {
  .c-ico-ttl {
    display: inline-block;
    line-height: 1;
    -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .c-ico-ttl .ico {
    display: inline-block;
    margin: 0 0 20px 3px;
    vertical-align: text-bottom;
  }
}

@media print, screen and (max-width: 1220px) {
  #header .logo {
    width: 190px;
  }
  .page-ttl-block .main-ttl .en {
    font-size: 72px;
  }
  .calendar .calendar-wrap {
    padding: 60px 40px;
  }
}

@media only screen and (max-width: 959px) {
  #nav .info-box .ttl {
    font-size: 57px;
  }
}

@media only screen and (min-width: 820px) and (max-width: 959px) {
  #nav .info-box .ttl {
    font-size: 80px;
  }
}

@media print, screen and (min-width: 1600px) {
  .mv {
    padding-top: 0;
  }
  .mv__human--1 {
    top: -24%;
    width: 80%;
    max-width: 1266px;
  }
  .mv__human--2, .mv__human--3 {
    top: -2.5%;
  }
  .mv__human--2 {
    left: 60%;
  }
  .mv__human--3 {
    right: 60%;
  }
  .next-game-slider .slick-slide {
    margin: 0 36px;
  }
  .next-game-slider .slick-prev {
    -webkit-transform: translateX(-600px);
            transform: translateX(-600px);
  }
  .next-game-slider .slick-next {
    -webkit-transform: translateX(600px);
            transform: translateX(600px);
  }
}

@media print, screen and (min-width: 640px) and (min-width: 1220px) {
  .sns-block .instagram-box {
    display: -webkit-box;
    display: flex;
    width: calc(100% - 500px);
    padding: 140px 76px 0 0;
  }
  .sns-block .instagram-box .c-ico-ttl {
    width: 1em;
  }
  .sns-block .instagram-box .instagram-list {
    width: calc(100% - 60px);
    height: auto;
    padding-left: 40px;
  }
  .sns-block .facebook-box {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    width: 500px;
  }
  .sns-block .facebook-box .c-ico-ttl {
    width: 1em;
  }
}

@media print, screen and (min-width: 640px) and (max-width: 1220px) {
  .team-logo-area {
    -webkit-box-align: center;
            align-items: center;
  }
  .team-logo-area .team-box,
  .team-logo-area .mascot-box {
    width: 50%;
  }
  .team-logo-area .mascot-box {
    display: block;
    padding-left: 50px;
  }
  .team-logo-area .mascot-box .img {
    -webkit-box-pack: center;
            justify-content: center;
    padding-bottom: 30px;
  }
  .team-logo-area .mascot-box .txt-box {
    width: 100%;
  }
}

@media print, screen and (max-width: 1020px) {
  .player-mv-block .person-img {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .player-mv-block .bg-txt .name {
    padding-left: 30px;
    font-size: 80px;
  }
  .player-mv-block .bg-txt .num {
    padding-right: 30px;
    font-size: 70px;
  }
  .player-mv-block.no-full-img .person-img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media print, screen and (max-width: 1160px) {
  .player-mv-block.no-full-img .person-img {
    bottom: -4vw;
    width: 26vw;
  }
}

@media screen and (min-width: 641px) and (max-width: 1080px) {
  .player-mv-block.no-full-img .person-img {
    bottom: -30px;
    width: 220px;
  }
}

@media screen and (min-width: 640px) {
  #download .sp {
    display: none;
  }
  ul.download-switching-tab {
    -webkit-box-pack: center;
            justify-content: center;
  }
  ul.download-switching-tab li {
    margin: 0 11px;
  }
  ul.download-switching-tab li span {
    width: 275px;
    padding: 20px 0;
    font-size: 22px;
  }
  .download-items {
    min-height: 815px;
    background-size: 50%;
  }
  .download-box .unit + .unit {
    margin: 40px 0 0;
  }
  .download-box .download-items.member .softball-download-image > li {
    width: 45%;
  }
  .download-box .download-items.wallpaper {
    padding: 75px 0;
  }
  .download-box .download-items.wallpaper .softball-download-image > li {
    width: 50%;
  }
  .download-box .download-items.sns .softball-download-image > li {
    /*width: 24%;*/
    width: 29%;
  }
  .download-box .download-items.wallpaper .softball-download-image > li dl dt {
    height: 360px;
  }
  .download-box .download-items.sns .softball-download-image > li dl dt {
    /*width: 350px;*/
  }
  .download-box .softball-download-image > li dl dd.downloads ul {
    margin: 60px 0 0;
    padding: 0;
  }
  .download-box .download-items .flexbox {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .download-box .download-items .flexbox .unit {
    width: 48%;
  }
  .download-box .download-items .flexbox .unit:only-child {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (max-width: 639px) and (max-width: 374px) {
  .startingmember-block .mini-ground .mini-starting-list li .position {
    font-size: 10px;
  }
  .startingmember-block .mini-ground .mini-starting-list li .info {
    line-height: 1.4;
  }
  .startingmember-block .mini-ground .mini-starting-list li .info .num {
    font-size: 16px;
  }
  .startingmember-block .mini-ground .mini-starting-list li .info .name {
    font-size: 14px;
  }
  .startingmember-block .starting-list li .info .num {
    font-size: 24px;
  }
  .startingmember-block .starting-list li .info .position {
    font-size: 12px;
  }
}

/*# sourceMappingURL=style.css.map */

.academy_btn {
  margin: 40px auto;
  text-align: center;
}
.academy_btn a {
  background-color: #eb081e;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-size: 44px;
  font-weight: bold;
  letter-spacing: 0.1em;
	line-height: 1.6;
  padding: 20px 100px 20px 40px;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.15);
	position: relative;
}
.academy_btn a::before,
.academy_btn a::after {
	content: "";
	pointer-events: none;
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.academy_btn a::before {
	border-radius: 50px;
	background-color: #fff;
	right: 40px;
	width: 38px;
	height: 38px;
}
.academy_btn a::after {
	width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #eb081e;
  border-right: 0;
	right: 53px;
}

.academy_btn a:hover {
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 639px) {
  .academy_btn {
    margin: 40px 20px;
    text-align: center;
  }
  .academy_btn a {
    font-size: 18px;
    line-height: 1.6;
    padding: 16px 44px 16px 20px;
    max-width: 335px;
  }
	.academy_btn a::before {
		right: 16px;
		width: 24px;
		height: 24px;
	}
	.academy_btn a::after {
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		border-left: 6px solid #eb081e;
		right: 24px;
  }
  .academy_btn a:hover {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


.contact_linkbtn {
  margin: 80px auto 0;
  text-align: center;
}
.contact_linkbtn a {
  background-color: #eb081e;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 18px 100px 14px;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.15);
}
.contact_linkbtn a span {
  display: block;
  line-height: 1;
}
.contact_linkbtn a small {
  display: block;
  font-size: 14px;
}
.contact_linkbtn a:hover {
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 639px) {
.contact_linkbtn {
  margin: 48px auto 0;
}
.contact_linkbtn a {
  font-size: 20px;
  padding: 18px 94px 14px;
}
.contact_linkbtn a small {
  font-size: 12px;
}
}


/* FOOTER */
.group-box h2 {
	font-size: 24px;
	font-weight: bold;
}
.group-box hr {
	padding: 0;
	margin: 24px auto;
	width: 100%;
	height: 1px;
	background-color: #7E7E7E;
}
.group-list + .group-list {

	margin-top: 12px;
}
.footer_takehiro img {
	max-width: 166px;
	width: 100%;
	height: auto;
}
/* NEWS */
#news_area .inner-block {
	padding: 0 50px 50px;
	background: #e5e5e5;
}
#news_area h2 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
#news_area li a,
#news_area li p {
	font-size: 16px;
	display: flex;
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	padding: 24px 0;
}
#news_area li a::before,
#news_area li p::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 31px;
	left: 0;
	background-color: #C60E0E;
	width: 2px;
	height: 14px;
}
#news_area li a {
	background: url(../img/news/news_arrow.png) right center no-repeat;
	background-size: 8px 14px;
	transition: opacity 0.3s;
}
#news_area li a:hover {
	opacity: 0.7;
}
#news_area .date {
	font-weight: bold;
	width: 136px;
	padding: 0 0 0 11px;
	position: relative;
}
#news_area .date::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 7px;
	right: 0;
	background-color: #000000;
	width: 1px;
	height: 14px;
}
#news_area .ttl {
	width: calc(100% - 136px);
	padding: 0 0 0 40px;
}

/* NEWS 詳細 */
.news_detail {
	padding: 85px 0 ;
}
.news_detail .min-inner {
	max-width: 1200px;
	margin: auto;
}
.news_detail h1 {
	border-bottom: 2px solid #000000;
	display: flex;
	justify-content: space-between;
	line-height: 1.2;
	padding: 0 0 40px;
	margin-bottom: 80px;
}
.news_detail h1 span {
	display: inline-block;
	font-weight: bold;
}
.news_detail h1 .date {
	font-size: 16px;
	width: 120px;
	padding-top: 6px;
}
.news_detail h1 .ttl {
	font-size: 26px;
	border-left: 1px solid #000000;
	padding: 0 0 0 32px;
	width: calc(100% - 120px);
}
.news_detail h2 {
	font-size: 20px;
	font-weight: bold;
	border-left: 4px solid #C60E0E;
	line-height: 1.2;
	padding: 0 0 0 20px;
	margin: 80px 0 40px;
}

.news_detail p {
	font-size: 16px;
	line-height: 2.5;
	letter-spacing: 0;
	font-feature-settings: normal;
}

.news_detail dt {
	font-size: 16px;
	font-weight: bold;
	line-height: 2.5;
	letter-spacing: 0;
	font-feature-settings: normal;
}

.news_detail dd {
	font-size: 16px;
	line-height: 2.5;
	letter-spacing: 0;
	font-feature-settings: normal;
	margin: 0;
}

.news_detail dd + dt {
	margin-top: 1em;
}

.news_detail dl + p,
.news_detail dl + figure,
.news_detail p + dl,
.news_detail dl + dl {
	margin-top: 40px;
}

figure {
	max-width: 862px;
	width: 100%;
	margin: 80px auto;
	img {
		max-width: 100%;
		width: auto;
		margin: auto;
	}
}


@media only screen and (max-width: 639px) {
	#news_area {
		margin: -30px 20px 0;
	}
	#news_area .inner-block {
		padding: 42px 0 50px;
		background: #fff;
	}
	#news_area h2 {
		margin-bottom: 4px;
	}
	#news_area li a {
		background-size: 5.5px 10px;
	}
	#news_area li a,
	#news_area li p {
		flex-direction: column;
		font-size: 14px;
		padding: 16px 0;
	}
	#news_area li a::before,
	#news_area li p::before {
		top: 21px;
	}
	#news_area .date {
		font-weight: bold;
		width: calc(100%);
		padding: 0 0 0 11px;
		position: relative;
	}
	#news_area .date::before {
		display: none;
	}
	#news_area .ttl {
		width: calc(100%);
		padding: 2px 20px 0 11px;
		line-height: 1.5;
	}
	.news_detail h1 {
		flex-direction: column;
		padding-bottom: 24px;
		margin-bottom: 32px;
	}
	.news_detail h1 .date {
		font-size: 14px;
		width: 100%;
		padding: 0 0 8px;
	}
	.news_detail h1 .ttl {
		font-size: 20px;
		border-left: none;
		line-height: 1.6;
		padding: 0;
		width: 100%;
	}
	.news_detail h2 {
		font-size: 18px;
		font-weight: bold;
		border-left: 4px solid #C60E0E;
		line-height: 1.6;
		padding: 0 0 0 12px;
		margin: 48px 0 20px;
	}

	.news_detail p {
		font-size: 14px;
		line-height: 2;
	}

	.news_detail dt {
		font-size: 14px;
		line-height: 2;
	}

	.news_detail dd {
		font-size: 14px;
		line-height: 2;
	}

	.news_detail dd + dt {
		margin-top: 1em;
	}

	.news_detail dl + p,
	.news_detail dl + figure,
	.news_detail p + dl,
	.news_detail dl + dl {
		margin-top: 24px;
	}

	figure {
		margin: 40px auto;
	}
}


.mv_still_img {
	position: relative;
	width: 100%;
	height: 100%;
	max-height: 100vh;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}
.mv_still_img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

@media only screen and (max-width: 639px) {
	.mv_still_img {
		aspect-ratio: auto;
	}
}
