@charset "UTF-8";
/*
Theme Name: ""
Description:""
Theme URI: www/
Author: MS
Author URI: www/
Version: 1
*/
@import "reset.css";
a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
a:hover, a:focus, a:active {
  outline: none;
  color: #C2B136;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

a:hover img {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

a.non-hover:hover img {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.cf:before,
.cf:after {
  content: "";
  display: block;
  overflow: hidden;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.sp_only {
  display: none;
}

.pc_only {
  display: block;
}

.sp_only_inline {
  display: none;
}

.pc_only_inline {
  display: inline-block;
}

body {
  margin: 0;
  padding: 0px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  color: #ffffff;
  background-color: #00132C;
  font-feature-settings: "pkna";
  letter-spacing: 0.1em;
}

/*  Loading
--------------------------------------- */
#page-wrap {
  position: relative;
}

#page-loader {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 100000;
}
#page-loader .loader {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  text-indent: -12345px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgb(0, 0, 0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: spinner 700ms infinite linear;
  -moz-animation: spinner 700ms infinite linear;
  -ms-animation: spinner 700ms infinite linear;
  -o-animation: spinner 700ms infinite linear;
  animation: spinner 700ms infinite linear;
  z-index: 100001;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*-------------------------------------------------
	++ HEADER
-------------------------------------------------*/
header.site_header {
  width: 100%;
}
header.site_header .header_inner {
  margin: 0 auto;
  text-align: center;
  width: 1000px;
  position: relative;
}
header.site_header .next_event {
  position: absolute;
  left: 0;
  top: 40px;
}
header.site_header .next_event .lbl_event {
  background-color: rgba(255, 255, 255, 0.8);
  color: #00132C;
  writing-mode: vertical-rl;
  padding: 6px;
  float: left;
  text-align: center;
  margin-right: 12px;
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
}
header.site_header .next_event .txt_event_date {
  padding-left: 42px;
  display: block;
  text-align: left;
  font-size: 32px;
  line-height: 90%;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 700;
  margin-top: 3px;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.9);
}
header.site_header .next_event .txt_event_date .txt_week {
  display: inline-block;
  font-size: 16px;
  margin-left: 4px;
  letter-spacing: 0.1em;
}
header.site_header .next_event .txt_event_place {
  color: rgba(255, 255, 255, 0.9);
  display: block;
  text-align: left;
  font-size: 12px;
  line-height: 100%;
  margin-top: -2px;
}
header.site_header .header_btn {
  position: absolute;
  right: 0;
  top: 0px;
}
header.site_header .header_btn a {
  display: inline-block;
  float: left;
  margin-left: 10px;
  min-width: 180px;
}
header.site_header .header_btn span.off {
  display: inline-block;
  float: left;
  margin-left: 10px;
  min-width: 180px;
  background-color: #999;
  color: #00132C;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding: 10px 20px;
  font-weight: 700;
  position: relative;
}
header.site_header .header_btn span.off:after {
  color: rgba(255, 255, 255, 0.5);
  content: "Coming soon";
  display: inline-block;
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 100%;
  font-size: 11px;
}
header.site_header #site_name {
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  clear: both;
  margin-top: 24px;
  background: url("../img/logo_qleague_gold02.png") no-repeat 50% 50%;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 110px;
  height: 141px;
}

/*-------------------------------------------------
	++ NAV
-------------------------------------------------*/
nav {
  width: 100%;
  margin-top: -34px;
  margin-bottom: 10px;
}
nav .nav_inner {
  margin: 0 auto;
  text-align: center;
  width: 1000px;
  position: relative;
}
nav ul li {
  width: auto;
  float: left;
  margin-left: -1px;
}
nav ul li:first-child {
  margin-left: 0px;
}
nav ul li:nth-child(4) {
  margin-left: 164px;
}
nav ul li.current-menu-item a, nav ul li.current-menu-item a:link,
nav ul li.current-menu-item a:visited {
  background-color: rgba(255, 255, 255, 0.1);
}
nav ul li a, nav ul li a:link,
nav ul li a:visited {
  border-top: solid 1px #525128;
  border-left: solid 1px #525128;
  border-right: solid 1px #525128;
  display: block;
  padding: 14px 0 12px 0;
  width: 140px;
  font-size: 18px;
  color: #C2B136;
  font-size: 15px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
}
nav ul li a:hover, nav ul li a:focus, nav ul li a:active, nav ul li a.current, nav ul li a:link:hover, nav ul li a:link:focus, nav ul li a:link:active, nav ul li a:link.current,
nav ul li a:visited:hover,
nav ul li a:visited:focus,
nav ul li a:visited:active,
nav ul li a:visited.current {
  background-color: rgba(255, 255, 255, 0.1);
}
nav ul li a[href="#"] {
  color: rgba(194, 177, 54, 0.5);
  position: relative;
  cursor: default;
}
nav ul li a[href="#"]:after {
  content: "Coming soon";
  display: inline-block;
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  font-size: 11px;
}
nav ul li a[href="#"]:hover, nav ul li a[href="#"]:focus, nav ul li a[href="#"]:active {
  background-color: transparent;
}

/*-------------------------------------------------
	++ HOME
-------------------------------------------------*/
.sec_slide {
  margin: 0 auto;
  text-align: center;
  width: 1000px;
  margin-top: 30px;
  position: relative;
}
.sec_slide img{
  max-width: 100%;
}

/*-------------------------------------------------
	++ CONTENT BASE
-------------------------------------------------*/
#contener #contents {
  margin: 0 auto;
  text-align: center;
  padding: 40px 0 100px 0;
  width: 1000px;
  position: relative;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  line-height: 160%;
}
#contener #contents .pankuzu {
  text-align: left;
  font-size: 13px;
  line-height: 120%;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.7);
}
#contener #contents .pankuzu a {
  color: rgba(255, 255, 255, 0.7);
}
#contener #contents #main {
  float: left;
  width: 700px;
  text-align: left;
}
#contener #contents #main h1 {
  margin-bottom: 40px;
}
#contener #contents #main h1.entry-title {
  margin-bottom: 20px;
}
#contener #contents #main .entry-meta {
  text-align: right;
  color: rgba(255, 255, 255, 0.7);
}
#contener #contents #main a {
  border-bottom: solid 1px #A48F25;
}
#contener #contents #main dl.dl_news dd a {
  border-bottom: none;
}
#contener #contents #sub {
  float: right;
  width: 240px;
  text-align: left;
}
#contener #contents #sub h1, #contener #contents #sub h2, #contener #contents #sub h3, #contener #contents #sub h4, #contener #contents #sub h5, #contener #contents #sub h6 {
  margin-top: 0px;
}
#contener #contents #sub .widget {
  margin-bottom: 30px;
}
#contener #contents #sub p {
  margin-top: 10px;
  line-height: 160%;
}
#contener h1, #contener h2, #contener h3, #contener h4, #contener h5, #contener h6 {
  margin-top: 50px;
  line-height: 140%;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.2em;
}
#contener h1, #contener .ttl_h1 {
  margin-top: 0px;
  font-size: 24px;
  line-height: 150%;
  color: #C2B136;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 700;
  border-bottom: solid 1px #A48F25;
  padding-bottom: 4px;
  padding-left: 4px;
  margin-bottom: 20px;
}
#contener h2, #contener .ttl_h2 {
  font-size: 20px;
  line-height: 150%;
  color: #C2B136;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 700;
  border-bottom: solid 1px rgba(164, 143, 37, 0.5);
  padding-bottom: 4px;
  padding-left: 4px;
  margin-bottom: 20px;
}
#contener h3, #contener .ttl_h3 {
  font-size: 18px;
  line-height: 150%;
  color: #C2B136;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 700;
}
#contener h4 {
  font-size: 20px;
}
#contener h5 {
  font-size: 18px;
}
#contener h6 {
  font-size: 16px;
}
#contener p {
  margin-top: 20px;
  line-height: 220%;
}
#contener p.txt_indent {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 160%;
}
#contener i {
  font-weight: 400;
}
#contener ol, #contener ul {
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 200%;
}
#contener ol.list_mark_non, #contener ul.list_mark_non {
  list-style-type: none;
  margin-left: 0px;
}
#contener ol.list_mark_non li, #contener ul.list_mark_non li {
  text-indent: -1em;
  padding-left: 1em;
}
#contener ol.list_mark_non li ol, #contener ol.list_mark_non li ul, #contener ul.list_mark_non li ol, #contener ul.list_mark_non li ul {
  margin-left: 0.2em;
  margin-top: 8px;
}
#contener ol.list_mark_non li ol li, #contener ol.list_mark_non li ul li, #contener ul.list_mark_non li ol li, #contener ul.list_mark_non li ul li {
  margin: 0;
}
#contener ol li, #contener ul li {
  margin: 4px 0;
}
#contener ol {
  list-style-type: decimal;
}
#contener ul {
  list-style-type: disc;
}
#contener table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: solid 1px rgba(164, 143, 37, 0.5);
}
#contener table td, #contener table th {
  border: solid 1px rgba(164, 143, 37, 0.5);
  padding: 16px 20px;
}
#contener .seq_news .ttl_h1, #contener .seq_news_important .ttl_h1 {
  margin-top: 0;
}
#contener .seq_news .btn_more, #contener .seq_news_important .btn_more {
  text-align: right;
  margin-top: 28px;
}
#contener .seq_news .btn_more a, #contener .seq_news_important .btn_more a {
  font-size: 13px;
  line-height: 100%;
}
#contener .seq_news_important {
  margin-bottom: 80px;
}
#contener .sec_sponsored {
  margin-bottom: 40px;
}
#contener .txt_big {
  font-size: 36px;
  line-height: 140%;
  font-weight: 700;
  margin: 60px 0 60px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.2em;
}
#contener .box_player {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#contener .box_player a.block_player {
  border: solid 1px #C2B136;
  position: relative;
  display: block;
  width: 200px;
  padding: 1px;
  margin-bottom: 50px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  transition-duration: 0.1s; /*変化に掛かる時間*/
}
#contener .box_player a.block_player:hover, #contener .box_player a.block_player:focus, #contener .box_player a.block_player:active {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border: solid 1px #A48F25;
}
#contener .box_player a.block_player:hover .pic_player img, #contener .box_player a.block_player:focus .pic_player img, #contener .box_player a.block_player:active .pic_player img {
  transform: scale(1.1); /*画像の拡大率*/
  transition-duration: 0.1s; /*変化に掛かる時間*/
  opacity: 1;
}
#contener .box_player a.block_player:hover .player_no, #contener .box_player a.block_player:focus .player_no, #contener .box_player a.block_player:active .player_no {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background-color: #A48F25;
}
#contener .box_player a.block_player:hover .btn_player_more, #contener .box_player a.block_player:focus .btn_player_more, #contener .box_player a.block_player:active .btn_player_more {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background-color: #A48F25;
}
#contener .box_player a.block_player .player_no {
  background-color: #C2B136;
  color: #fff;
  position: absolute;
  top: -11px;
  left: -8px;
  padding: 4px 8px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.1em;
  font-size: 14px;
  line-height: 100%;
  font-weight: 700;
  z-index: 9;
  font-style: italic;
}
#contener .box_player a.block_player .pic_player {
  overflow: hidden; /*拡大時にはみ出た部分を隠す*/
}
#contener .box_player a.block_player .pic_player img {
  width: 100%;
  height: auto;
  display: block;
  transition-duration: 0.1s; /*変化に掛かる時間*/
  vertical-align: bottom;
}
#contener .box_player a.block_player .plyaer_name_jp {
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
  display: block;
  letter-spacing: 0.4em;
  padding-left: 0.4em;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.9);
}
#contener .box_player a.block_player .plyaer_name_en {
  font-size: 11px;
  line-height: 120%;
  font-weight: 300;
  letter-spacing: 0.2em;
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.8);
}
#contener .box_player a.block_player .btn_player_more {
  margin-top: 16px;
  background-color: #C2B136;
  color: #00132C;
  font-size: 12px;
  line-height: 100%;
  padding: 6px 0;
}
#contener .box_player .block_player_empty {
  width: 200px;
}
#contener .box_player_s {
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contener .box_player_s::before {
  content: "";
  display: block;
  width: 150px;
  order: 1;
}
#contener .box_player_s::after {
  content: "";
  display: block;
  width: 150px;
  margin-top: 12px;
  margin-left: 8px;
  margin-bottom: 20px;
}
#contener .box_player_s a.block_player {
  border: solid 1px #C2B136;
  display: block;
  position: relative;
  width: 150px;
  padding: 1px;
  margin-top: 12px;
  margin-left: 8px;
  margin-bottom: 20px;
  text-align: center;
  float: left;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  transition-duration: 0.1s; /*変化に掛かる時間*/
}
#contener .box_player_s a.block_player:hover, #contener .box_player_s a.block_player:focus, #contener .box_player_s a.block_player:active {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border: solid 1px #A48F25;
}
#contener .box_player_s a.block_player:hover .pic_player img, #contener .box_player_s a.block_player:focus .pic_player img, #contener .box_player_s a.block_player:active .pic_player img {
  transform: scale(1.1); /*画像の拡大率*/
  transition-duration: 0.1s; /*変化に掛かる時間*/
  opacity: 1;
}
#contener .box_player_s a.block_player:hover .player_no, #contener .box_player_s a.block_player:focus .player_no, #contener .box_player_s a.block_player:active .player_no {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background-color: #A48F25;
}
#contener .box_player_s a.block_player:hover .btn_player_more, #contener .box_player_s a.block_player:focus .btn_player_more, #contener .box_player_s a.block_player:active .btn_player_more {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background-color: #A48F25;
}
#contener .box_player_s a.block_player .player_no {
  background-color: #C2B136;
  color: #fff;
  position: absolute;
  top: -11px;
  left: -8px;
  padding: 4px 8px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.1em;
  font-size: 12px;
  line-height: 100%;
  font-weight: 700;
  z-index: 9;
  font-style: italic;
}
#contener .box_player_s a.block_player .pic_player {
  overflow: hidden; /*拡大時にはみ出た部分を隠す*/
}
#contener .box_player_s a.block_player .pic_player img {
  width: 100%;
  height: auto;
  display: block;
  transition-duration: 0.1s; /*変化に掛かる時間*/
  vertical-align: bottom;
}
#contener .box_player_s a.block_player .plyaer_name_jp {
  font-size: 17px;
  line-height: 120%;
  display: inline-block;
  letter-spacing: 0.3em;
  padding-left: 0.3em;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.9);
}
#contener .box_player_s a.block_player .plyaer_name_en {
  font-size: 8px;
  line-height: 120%;
  font-weight: 300;
  letter-spacing: 0em;
  padding-left: 0em;
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.7);
}
#contener .box_player_s a.block_player .btn_player_more {
  margin-top: 16px;
  background-color: #C2B136;
  color: #00132C;
  font-size: 12px;
  line-height: 100%;
  padding: 6px 0;
}
#contener .page_player .page_player_haed {
  position: relative;
  height: 364px;
  padding: 2px;
  border: solid 1px #A48F25;
}
#contener .page_player .page_player_haed .player_pic {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 360px;
  height: 360px;
}
#contener .page_player .page_player_haed .player_pic img {
  vertical-align: bottom;
}
#contener .page_player .page_player_haed .player_body {
  position: absolute;
  left: 54%;
  top: 120px;
  width: 50%;
  width: calc(100% - 400px);
  text-align: center;
}
#contener .page_player .page_player_haed .player_body .player_no {
  background-color: #C2B136;
  color: #fff;
  padding: 6px 12px 4px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.1em;
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
  font-style: italic;
  display: inline-block;
}
#contener .page_player .page_player_haed .player_body .plyaer_name_jp {
  background-color: #00132c;
  font-size: 34px;
  line-height: 120%;
  font-weight: 700;
  display: block;
  letter-spacing: 0.3em;
  padding-left: 0.3em;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.9);
}
#contener .page_player .page_player_haed .player_body .plyaer_name_en {
  background-color: #00132c;
  font-size: 12px;
  line-height: 120%;
  font-weight: 300;
  letter-spacing: 0.3em;
  padding-left: 0.3em;
  display: inline-block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.8);
}

.cast .cast_haed {
  position: relative;
  height: 224px;
  padding: 2px;
  border: solid 1px #A48F25;
}
.cast .cast_haed .cast_pic {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 360px;
  height: 220px;
}
.cast .cast_haed .cast_pic img {
  vertical-align: bottom;
}
.cast .cast_haed .cast_body {
  position: absolute;
  left: 54%;
  top: 40px;
  width: 50%;
  width: calc(100% - 400px);
  text-align: center;
}
.cast .cast_haed .cast_body .cast_post {
  background-color: #C2B136;
  color: #fff;
  padding: 6px 12px 4px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.1em;
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
  font-style: italic;
  display: inline-block;
}
.cast .cast_haed .cast_body .cast_name {
  background-color: #00132c;
  font-size: 28px;
  line-height: 120%;
  font-weight: 700;
  display: block;
  letter-spacing: 0.2em;
  padding-left: 0.2em;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.9);
}
.cast .cast_haed .cast_body .cast_name_company, .cast .cast_haed .cast_body .cast_name_sub {
  background-color: #00132c;
  font-size: 14px;
  line-height: 120%;
  font-weight: 300;
  letter-spacing: 0.1em;
  padding-left: 0.1em;
  display: inline-block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.8);
}
.cast .cast_haed .cast_body .cast_name_sub {
  font-size: 16px;
  margin-top: 32px;
}

/*-------------------------------------------------
	++ COMMON
-------------------------------------------------*/
.url {
  word-break: break-all;
}

.wp-block-embed iframe {
  width: 100%;
}

a.btn_header,
a.btn_footer {
  background-color: #C2B136;
  color: #00132C;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding: 10px 20px;
  font-weight: 700;
}
a.btn_header:hover, a.btn_header:focus, a.btn_header:active,
a.btn_footer:hover,
a.btn_footer:focus,
a.btn_footer:active {
  background-color: #A48F25;
}

a.btn_s {
  background-color: #C2B136;
  color: #00132C;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding: 4px 16px;
  font-weight: 700;
}
a.btn_s:hover, a.btn_s:focus, a.btn_s:active {
  background-color: #A48F25;
}

a.btn_cta,
span.btn_cta {
  background-color: #C2B136;
  color: #00132C;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding: 14px 20px 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  display: table-cell;
  width: 360px;
  height: 70px;
  vertical-align: middle;
}
a.btn_cta:hover, a.btn_cta:focus, a.btn_cta:active,
span.btn_cta:hover,
span.btn_cta:focus,
span.btn_cta:active {
  background-color: #A48F25;
}

span.btn_cta.off {
  background-color: #999;
}

dl.dl_news {
  width: 100%;
  margin-top: -16px;
}
dl.dl_news dt {
  clear: left;
  float: left;
  width: 8em;
  text-align: left;
  padding-left: 0px;
  padding-top: 21px;
  padding-bottom: 20px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.2em;
}
dl.dl_news dd {
  padding-bottom: 20px;
  padding-top: 21px;
  padding-left: 10em;
  clear: none;
  border-bottom: solid 1px #525128;
}

/*  Loading
--------------------------------------- */
#page-loader {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 100000;
}
#page-loader .loader {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  text-indent: -12345px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgb(0, 0, 0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: spinner 700ms infinite linear;
  -moz-animation: spinner 700ms infinite linear;
  -ms-animation: spinner 700ms infinite linear;
  -o-animation: spinner 700ms infinite linear;
  animation: spinner 700ms infinite linear;
  z-index: 100001;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*-------------------------------------------------
	++ CONTENTS
-------------------------------------------------*/
/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
footer {
  width: 100%;
}
footer .footer_main {
  width: 100%;
}
footer .footer_main .footer_main_inner {
  margin: 0 auto;
  text-align: center;
  margin-top: 1px;
  width: 1000px;
  position: relative;
}
footer .footer_main .footer_cta {
  display: flex;
  border-top: solid 1px rgba(164, 143, 37, 0.5);
  border-bottom: solid 1px rgba(164, 143, 37, 0.5);
  padding-top: 20px;
  padding-bottom: 20px;
}
footer .footer_main .footer_cta .footer_cta_entry, footer .footer_main .footer_cta .footer_cta_contact {
  width: 50%;
  color: #C2B136;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
footer .footer_main .footer_cta .footer_cta_entry h2, footer .footer_main .footer_cta .footer_cta_contact h2 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 8px;
}
footer .footer_main .footer_cta .footer_cta_entry .btn_cta_outer, footer .footer_main .footer_cta .footer_cta_contact .btn_cta_outer {
  display: inline-block;
  margin: 12px 0 8px;
}
footer .footer_main .footer_cta .footer_cta_entry .btn_cta_outer .txt_sub, footer .footer_main .footer_cta .footer_cta_contact .btn_cta_outer .txt_sub {
  font-size: 80%;
}
footer .footer_main .footer_cta .footer_cta_entry .txt_sub, footer .footer_main .footer_cta .footer_cta_contact .txt_sub {
  display: block;
  font-size: 80%;
  font-weight: 400;
}
footer .footer_main .footer_cta .footer_cta_entry {
  border-right: solid 1px rgba(164, 143, 37, 0.5);
}
footer .footer_main .footer_about {
  margin-top: 40px;
}
footer .footer_main .footer_about .lbl_about {
  background-color: rgba(255, 255, 255, 0.8);
  color: #00132C;
  display: inline-block;
  padding: 4px;
  font-size: 12px;
  line-height: 100%;
  margin-top: 12px;
}
footer .footer_main .footer_about .txt_about_company {
  font-size: 16px;
  line-height: 160%;
  margin-top: 8px;
}
footer .footer_main .footer_about .txt_about_company a {
  color: rgba(255, 255, 255, 0.7);
}
footer .footer_main .footer_about .txt_about_company a:hover, footer .footer_main .footer_about .txt_about_company a:focus, footer .footer_main .footer_about .txt_about_company a:active {
  color: #C2B136;
}
footer .footer_main .footer_about .txt_about_company_address, footer .footer_main .footer_about .txt_about_tel_fax {
  font-size: 14px;
  line-height: 160%;
  color: rgba(255, 255, 255, 0.7);
}
footer .footer_main .footer_sponsored {
  margin-top: 32px;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
}
footer .footer_main .footer_sponsored .block_sponsored {
  margin: 0 20px;
}
footer .footer_main .footer_sponsored .block_sponsored a {
  color: rgba(255, 255, 255, 0.7);
}
footer .footer_main .footer_sponsored .block_sponsored a:hover, footer .footer_main .footer_sponsored .block_sponsored a:focus, footer .footer_main .footer_sponsored .block_sponsored a:active {
  text-decoration: underline;
}
footer .footer_main .footer_page_link {
  margin-top: 36px;
  border-top: solid 1px rgba(164, 143, 37, 0.5);
  padding-top: 32px;
  padding-bottom: 32px;
}
footer .footer_main .footer_page_link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
footer .footer_main .footer_page_link ul li {
  display: inline-block;
}
footer .footer_main .footer_page_link a {
  color: #C2B136;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 15px;
  line-height: 100%;
  display: inline-block;
  margin: 0 8px;
  letter-spacing: 0;
}
footer .footer_main .footer_page_link a:hover, footer .footer_main .footer_page_link a:focus, footer .footer_main .footer_page_link a:active {
  text-decoration: underline;
}
footer .footer_bnr {
  background-color: rgba(255, 255, 255, 0.9);
}
footer .footer_bnr .footer_bnr_inner {
  margin: 0 auto;
  text-align: center;
  width: 1000px;
  padding: 24px 0;
  position: relative;
}
footer .footer_bnr .bnr_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
footer .footer_bnr .bnr_list a {
  border: solid 1px #ccc;
  background-color: #fff;
  margin: 5px 0;
  margin-right: 10px;
}
footer .footer_bnr .bnr_list a:nth-child(5n) {
  margin-right: 0;
}
footer .footer_bnr .bnr_list a img {
  vertical-align: bottom;
}
footer .footer_copyright {
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  line-height: 100%;
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.5);
}

#page_top a {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #C2B136;
  color: #00132C;
  text-align: center;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  padding: 18px 0;
}
#page_top a:hover, #page_top a:focus, #page_top a:active {
  background-color: #A48F25;
}

/*-------------------------------------------------
	++ タブレット
-------------------------------------------------*/
@media (max-width: 1024px) {
  #page {
    width: 1080px;
  }
}
@media (max-width: 767px) {
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
  .sp_only_inline {
    display: inline-block;
  }
  .pc_only_inline {
    display: none;
  }
  #page {
    width: 100%;
  }
  .scroll-table {
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 10px; /*余白（外側下部）*/
  }
  .scroll-table::-webkit-scrollbar {
    height: 5px; /*高さ*/
  }
  .scroll-table::-webkit-scrollbar-track {
    border-radius: 5px; /*角の丸み*/
    background: #666666; /*スクロールバーの背景色*/
  }
  .scroll-table::-webkit-scrollbar-thumb {
    border-radius: 5px; /*角の丸み*/
    background: #333333; /*スクロールバーの色*/
  }
  body {
    letter-spacing: 0;
  }
  header.site_header .header_inner {
    width: 92%;
    margin: 0 4%;
    margin-top: 20px;
  }
  header.site_header .header_btn {
    display: none;
  }
  header.site_header .next_event {
    position: unset;
    top: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 12px;
  }
  header.site_header .next_event .txt_event_date {
    font-size: 30px;
  }
  header.site_header #site_name {
    position: unset;
    margin-top: 20px;
    width: 80px;
    height: 102px;
  }
  .home header.site_header #site_name {
    margin-top: 50px;
    width: 140px;
    height: 180px;
  }
  nav {
    margin-top: 20px;
  }
  nav .nav_inner {
    width: 92%;
    margin: 0 4%;
    margin-top: 20px;
  }
  .home nav {
    margin-top: 40px;
  }
  nav ul li {
    width: 50%;
  }
  nav ul li:first-child, nav ul li:nth-child(4) {
    margin-left: -1px;
  }
  nav ul li a, nav ul li a:link,
  nav ul li a:visited {
    width: 100%;
    padding: 10px 0 8px 0;
    margin-top: -1px;
    border-bottom: solid 1px #525128;
  }
  .home nav ul li a, .home nav ul li a:link,
  .home nav ul li a:visited {
    padding: 20px 0 16px 0;
  }
  nav ul li a[href="#"]:after {
    bottom: 0px;
    font-size: 9px;
  }
  .sec_slide {
    width: 100%;
  }
  .sec_slide img {
    width: 100%;
  }
  #contener #contents {
    width: 100%;
    padding: 20px 0 40px 0;
  }
  #contener #contents #main {
    width: 92%;
    margin: 0 4%;
  }
  #contener #contents #sub {
    width: 92%;
    margin: 0 4%;
  }
  #contener #contents .pankuzu {
    width: 92%;
    margin: 0 4%;
    margin-bottom: 30px;
  }
  #contener h1, #contener h2,
  #contener h3,
  #contener h4,
  #contener h5,
  #contener h6 {
    letter-spacing: 0;
  }
  #contener .txt_big {
    font-size: 28px;
    letter-spacing: 0;
  }
  #contener .seq_news {
    margin-top: 20px;
  }
  #contener .sec_sponsored {
    margin-top: 40px;
  }
  #contener .box_player a.block_player {
    width: 46%;
    margin-bottom: 32px;
  }
  #contener .box_player a.block_player .player_no {
    padding: 4px 8px;
    letter-spacing: 0em;
    font-size: 13px;
  }
  #contener .box_player a.block_player .plyaer_name_jp {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  #contener .box_player a.block_player .plyaer_name_en {
    font-size: 6px;
  }
  #contener .box_player_s a.block_player {
    width: 45%;
  }
  #contener .box_player_s a.block_player .player_no {
    padding: 4px 8px;
    letter-spacing: 0em;
  }
  #contener .box_player_s a.block_player .plyaer_name_jp {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  #contener .box_player_s a.block_player .plyaer_name_en {
    font-size: 6px;
  }
  #contener .page_player .page_player_haed {
    height: auto;
    padding: 0px;
    border: 0;
  }
  #contener .page_player .page_player_haed .player_pic {
    margin-top: 30px;
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    top: 0;
    text-align: center;
  }
  #contener .page_player .page_player_haed .player_pic img {
    width: 100%;
    max-width: 200px;
    height: auto;
  }
  #contener .page_player .page_player_haed .player_body {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    margin: 16px 0 20px;
  }
  #contener .page_player .page_player_haed .player_body .player_no {
    font-size: 14px;
    padding: 4px 8px;
  }
  #contener .page_player .page_player_haed .player_body .plyaer_name_jp {
    font-size: 28px;
    display: block;
    margin-top: 12px;
  }
  #contener .page_player .page_player_haed .player_body .plyaer_name_en {
    font-size: 12px;
    margin-top: 8px;
  }
  .cast .cast_haed {
    height: auto;
    padding: 0px;
    border: 0;
  }
  .cast .cast_haed .cast_pic {
    margin-top: 30px;
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    top: 0;
    text-align: center;
  }
  .cast .cast_haed .cast_pic img {
    width: 100%;
    max-width: 210px;
    height: auto;
  }
  .cast .cast_haed .cast_body {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    margin: 16px 0 20px;
  }
  .cast .cast_haed .cast_body .cast_post {
    font-size: 14px;
    padding: 4px 8px;
  }
  .cast .cast_haed .cast_body .cast_name {
    font-size: 28px;
    display: block;
    margin-top: 12px;
  }
  .cast .cast_haed .cast_body .cast_name_company, .cast .cast_haed .cast_body .cast_name_sub {
    display: block;
    font-size: 15px;
    margin-top: 4px;
  }
  .cast .cast_haed .cast_body .cast_name_sub {
    margin-top: 12px;
  }
  footer .footer_main .footer_main_inner {
    width: 100%;
  }
  footer .footer_main .footer_cta {
    display: block;
    padding: 0;
  }
  footer .footer_main .footer_cta .footer_cta_entry, footer .footer_main .footer_cta .footer_cta_contact {
    width: 100%;
    padding: 20px 0;
  }
  footer .footer_main .footer_cta .footer_cta_entry {
    border-right: none;
    border-bottom: solid 1px rgba(164, 143, 37, 0.5);
    padding: 20px 0 24px;
  }
  footer .footer_main .footer_cta .btn_cta_outer {
    width: 92%;
    margin: 0 4%;
    display: block;
  }
  footer .footer_main .footer_sponsored .block_sponsored {
    width: 100%;
    padding: 10px;
  }
  footer .footer_main .footer_page_link {
    padding-top: 20px;
    padding-bottom: 32px;
  }
  footer .footer_main .footer_page_link ul {
    width: 92%;
    margin: 0 4%;
  }
  footer .footer_main .footer_page_link ul li {
    width: 48%;
  }
  footer .footer_main .footer_page_link ul li a {
    margin: 0;
    padding: 20px 4px 8px;
    width: 100%;
    border-bottom: solid 1px rgba(164, 143, 37, 0.5);
  }
  footer .footer_bnr .footer_bnr_inner {
    width: 92%;
    margin: 0 4%;
  }
  footer .footer_bnr .bnr_list {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  footer .footer_bnr .bnr_list a {
    width: 49%;
    margin: 4px 0;
  }
  footer .footer_bnr .bnr_list a img {
    width: 100%;
  }
  footer .footer_copyright {
    padding-bottom: 50px;
  }
  dl.dl_news dt {
    width: 100%;
    float: none;
    padding-bottom: 0;
  }
  dl.dl_news dd {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
  }
  a.btn_cta {
    width: 100%;
    display: block;
    height: auto;
  }
  a.btn_footer {
    width: 100%;
  }
  .footer_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    padding-top: 4px;
    background-color: #00132C;
    width: 100%;
  }
  .footer_btn a.btn_footer, .footer_btn span.btn_footer {
    width: calc((100% - 40px) / 2 - 6px);
    display: inline-block;
    text-align: center;
    padding: 12px 10px;
    height: 40px;
  }
  .footer_btn a.btn_top, .footer_btn span.btn_top {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    background-color: #C2B136;
    color: #00132C;
    text-align: center;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    padding: 10px 0;
  }
  .footer_btn a.btn_top:hover, .footer_btn a.btn_top:focus, .footer_btn a.btn_top:active, .footer_btn span.btn_top:hover, .footer_btn span.btn_top:focus, .footer_btn span.btn_top:active {
    background-color: #A48F25;
  }
  .footer_btn a.off, .footer_btn span.off {
    position: relative;
    background-color: #999;
  }
  .footer_btn a.off:after, .footer_btn span.off:after {
    color: rgba(255, 255, 255, 0.5);
    content: "Coming soon";
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    font-size: 9px;
  }
  #page_top {
    opacity: 0;
  }
  #page_top a {
    bottom: 0px;
    right: 0;
  }
}
@media print {
  #pageTop {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */
