body {
  font-size: 16px;
  position: relative;
  background-color: #002B13;
  width: 100%;
  height: 100%;

}
body.page_bg{
  background-image:url(../images/top_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}
.top-bg-wrap{
  background-image:url(../images/top_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
	padding-top: 1px;
}
img, embed {
  max-width: 100%;
  height: auto;
}

object {
  max-width: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0px;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
}

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.cl {
  clear: both;
}

.filter {
  position: relative;
  z-index: 100;
}

.pc {
  display: block;
}

.sp, .tablet {
  display: none;
}

a.btn01 {
  color: #FFFFFF;
  padding: 10px 50px;
	_background: -webkit-gradient(45deg, #A71818 35%, #1F4898);
	_background: linear-gradient(45deg, #A71818 35%, #1F4898);
	background-color: #00AB4D;
  border-radius: 10px;
  position: relative;
  transition: all 0.3s 0s ease!important;
}
a.btn01:hover {
	opacity: 0.85;
}
a.btn01::before {
  /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 8px;
  /* くの字を山なりに見た時、左側の長さ */
  height: 8px;
  /* くの字を山なりに見た時、右側の長さ */
  border-top: 1px solid #FFFFFF;
  /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 1px solid #FFFFFF;
  /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);
  /* くの字の向き */
}
.home a.btn01{
	_display: block;
	margin: 0 auto;
	text-align: center;
}
#footer {
  color: #FFFFFF;
}

.wrap {
  max-width: 1170px;
  width: 96%;
  margin: 0 auto;
}

.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.borderline {
  position: relative;
  margin-bottom: 80px;
}

.borderline span {
  position: relative;
  z-index: 2;
  display: inline-block;
}

.borderline::before {
  position: absolute;
  top: 180%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #ccc;
  background: -webkit-linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
  background: linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
}

/* 見出し -------------------------------------------------------------- */
h2 {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}

.title-white,.second h2.title-white {
  color: #FFFFFF;
  font-weight: bold;
}
.title-blue,.second h2.title-blue {
  color: #1384C7;
  font-weight: bold;
}
.top-title-s {
  color: #FFFFFF;
  font-weight: bold;
  position: relative;
  text-align: center;
  font-size: 34px;
	margin-top: 60px;
    margin-bottom: 60px;
}

.top-title-s span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 4em;
  padding: 0 1em;
  background-color: #1F4174;
  text-align: left;
}
.top-title-s::before,.top-title-s2::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #ccc;
  background: -webkit-linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
  background: linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
}

@media screen and (max-width: 768px) {
    .top-title-s {
        font-size: 22px;
		margin-top: 30px;
		margin-bottom: 30px;
    }
.top-title-s span {
  margin: 0 2em;
  padding: 0 1em;
}
}

.tag-cat{
	background:#999999;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 20px;
	border-radius: 6px;
	width: fit-content;
	margin: 0 auto;
}
/* フォント -------------------------------------------------------------- */
.red {
  color: #FF0000;
  font-weight: bold;
}
.font-l{
	font-size: 3.6rem;
	line-height: 2.4;
}
/* Images -------------------------------------------------------------- */
.alignleft, img.alignleft, .alignleft2, img.alignleft2 {
  float: left;
  margin-right: 4%;
  margin-bottom: 20px;
  margin-top: 9px;
}

.alignright, img.alignright, .alignright2, img.alignright2 {
  float: right;
  margin-left: 4%;
  margin-bottom: 20px;
  margin-top: 9px;
}

.aligncenter, img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
  margin-bottom: 40px;
  margin-top: 40px;
}

/* 余白 -------------------------------------------------------------- */
.margin-b120 {
	margin-bottom: 120px;
}
.margin-b100 {
  margin-bottom: 100px;
}
.margin-b70 {
  margin-bottom: 70px;
}
.margin-b50 {
  margin-bottom: 50px;
}
.margin-b30{
	margin-bottom: 30px;
}
.margin-b10 {
  margin-bottom: 10px;
}

/* リスト -------------------------------------------------------------- */
.list {
  list-style: circle;
  margin-left: 25px;
  margin-bottom: 15px;
}

.list li {
  margin-bottom: 5px;
}

.list li:last-child {
  margin-bottom: 0;
}

/* リンクボタン -------------------------------------------------------------- */
/* ボタン共通設定 */
.linkbtn-black, .linkbtn-red {
  /*矢印の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  background: #222222;
  color: #FFFFFF;
  padding: 10px 30px 10px 50px;
  border: solid 1px #222222;
  border-radius: 25px;
  text-align: center;
  outline: none;
  /*アニメーションの指定*/
  transition: ease .2s;
}

.linkbtn-red {
  background: #A71818;
  border: solid 1px #A71818;
}

.linkbtn-black:hover {
  background: #FFFFFF;
  color: #222222;
}

.linkbtn-red:hover {
  background: #FFFFFF;
  color: #A71818;
}

/* 矢印が回転 */
.linkbtn-black::after, .linkbtn-red::after {
  content: '';
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  top: 42%;
  left: 25px;
  /*矢印の形状*/
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(45deg);
  /*アニメーションの指定*/
  transition: all .3s;
}

/*hoverした際のアニメーション*/
.linkbtn-black:hover::after {
  animation: arrowrotate .3s;
  border-top: 2px solid #222222;
  border-right: 2px solid #222222;
}

@keyframes arrowrotate {
  100% {
    transform: rotate(360deg);
  }
}

/* column -------------------------------------------------------------- */
.column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.column-salary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 21px;
}

.column4-ver2 {
  align-items: center;
}

.column .inner {
  list-style: none;
  display: inline-block;
  box-sizing: border-box;
  letter-spacing: 0px;
}

.column2 .inner {
  width: 48%;
}

.column3 .inner {
  width: 32%;
  margin-bottom: 15px;
}

.column3 .inner-w {
  width: 50% !important;
}

.column4 .inner, .column4-ver2 .inner {
  width: 24%;
  margin-bottom: 15px;
}

.column5 .inner {
  width: 18.5%;
}

.column5 .inner:nth-child(5n) {
  margin-right: 0;
}

.column8 .inner {
  width: 12%;
  margin-bottom: 15px;
}

.column .inner img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column_history{
	direction: ltr;
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-template-rows: auto;
	margin-bottom: 100px;
}
.column_history .history-inner_media{
	grid-column: 1;
    grid-row: 1;
    margin: 0;
	align-self: center;
	text-align: center;
}
.column_history .history-inner_media img{
	margin-bottom: 10px;
}
.column_history .history-inner_text{
	direction: ltr;
    grid-column: 2;
    grid-row: 1;
    padding: 0 8%;
    word-break: break-word;
	align-self: center;
}

.column_history.re .history-inner_media{
	grid-column: 2;
}
.column_history.re .history-inner_text{
    grid-column: 1;
}
/* table */
table.table1, table.tournament-table {
  border: 1px #CCCCCC solid;
  border-collapse: collapse;
  border-spacing: 0;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}

.table1 th, .tournament-table th {
  padding: 7px;
  border: 1px #CCCCCC solid;
  border-width: 0 0 1px 1px;
  background-color: #F1F1F1;
  text-align: left;
  font-weight: normal;
}

.table1 td, .tournament-table td {
  padding: 7px;
  border: 1px #CCCCCC solid;
  border-width: 0 0 1px 1px;
  text-align: left;
}

.table-bgblack td, .table-bgblack {
  background-color: #3B3B3B;
  color: #FFFFFF;
}

.table-bgblue td, .table-bgblue {
  background-color: #BBE9FD;
}

.table-bgorange td, .table-bgorange {
  background-color: #FFCC99;
}

.table-bggreen td, .table-bggreen {
  background-color: #DFF8CC;
}

.second {
  word-break: break-all;
}

table.hoshi {
  vertical-align: middle;
  border-left: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  padding: 2px;
}

table.hoshi th {
  padding: 6px;
  background-color: #fff;
}

table.hoshi th.setsu_t {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #333;
  text-align: center;
  line-height: 18px;
}

table.hoshi td {
  padding: 5px;
  font-size: 14px;
  text-align: center;
  line-height: 18px;
}

/* 第二階層 見出し */
.second h2 {
  color: #000000;
  padding-top: 100px;
}

.second h3 {
  font-size: 24px;
  padding-bottom: 50px;
}

.gaiyo .honbun h3.title-ticket {
  background: url("../images/ticket/bg_h2.png") left center no-repeat;
  color: #fff;
  text-align: center;
  padding-left: 12px;
  line-height: 40px;
  font-size: 22px;
  font-weight: bold;
  margin-top: 40px !important;
  padding: 5px 10px;
}

/* Navigation */
.nav-container {
  padding: 0 3%;
}

.navbar-custom {
  background-color: #00AB4D;
}

.navbar-header {
  text-align: center;
}

.nav li {
  text-align: center;
}

.fa-bars:before {
  font-size: 24px !important;
}

.navbar-toggle {
  color: #ffffff !important;
  font-size: 24px !important;
  padding: 0 0 !important;
  float: none;
  padding: 9px 10px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
}

/* Toppage Main */
/* .bg-main {
  padding: 60px 0;
}

#slider1 {
  _max-width: 1900px;
  width: 100%;
  margin: 0 auto;
} */

.bg-main {
  padding: 20px 0 60px;
}

#slider1 {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}
#slider1 img {
  width: 100%;
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Toppage Game */
#player-widget-score {
  _height: 300px;
  margin: 0 auto;
  overflow-y: scroll;
}

#player-widget-score iframe {
  overflow: scroll;
  -ms-overflow-style: none !important;
  /* IE, Edge 対応 */
  scrollbar-width: none !important;
}

#player-widget-score iframe::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none !important;
}

.game-menu {
  margin: 30px auto;
  background: radial-gradient(#A71800, #1F4898) fixed;
  border-radius: 3px;
}

.game-menu a {
  color: #FFFFFF;
}

.game-menu ul {
  display: flex;
	justify-content: center;
}

.game-menu ul li {
  width: 20%;
  border-right: solid 1px rgba(255, 255, 255, .3);
  background-color: rgba(0, 0, 0, 0.4);
}

.game-menu ul li:last-child {
  border-right: none;
}

.game-menu ul li a {
  display: block;
  width: 100%;
  padding: 20px 0 20px 35px;
  font-weight: bold;
  text-align: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  position: relative;
}

.game-menu ul li a:hover {
  background-color: #A71818;
}

.game-menu ul li:first-child a {
  background-image: url("../images/common/icon-game.png");
  background-position: calc(50% - 60px) center;
}

.game-menu ul li:nth-child(2) a {
  background-image: url("../images/common/icon-ticket.png");
  background-position: calc(50% - 50px) center;
}

.game-menu ul li:nth-child(3) a {
  background-image: url("../images/common/icon-map.png");
  background-position: calc(50% - 75px) center;
}

.game-menu ul li:nth-child(4) a {
  background-image: url("../images/common/icon-event.png");
  background-position: calc(50% - 51px) center;
}

.game-menu ul li:nth-child(5) a {
  background-image: url("../images/common/icon-sdgs.png");
  background-position: calc(50% - 65px) center;
}

#game .column li {
  width: 25%;
  box-sizing: border-box;
  margin-bottom: 10px;
}

#game .column li a {
  color: #FFFFFF;
  font-size: 1.2rem;
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  vertical-align: middle;
  text-decoration: none;
}

#game .column li a:hover {
  color: #7BC3D1;
}

#game .column li a::before, #game .column li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

#game .column li a::before {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #FFFFFF;
}

#game .column li a::after {
  left: 2px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Toppage Game Final */
.game-menu td {
  font-weight: bold;
  padding-bottom: 15px;
  position: relative;
  display: inline-block;
  padding: 8px 0 8px 16px;
  vertical-align: middle;
  text-decoration: none;
  width: 100%;
}

.game-menu td::before, .game-menu td::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.game-menu td::before {
  left: 3px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.game-menu td a:hover {
  color: #7BC3D1;
}

.final ul {
  margin-top: 15px;
}

.row {
  text-align: center;
  margin: 2em 0 0;
  border-radius: 10px;
  overflow: hidden;
}

.teams {
  background-image: url("../images/common/final_teams.png");
  background-position: center 0px;
  background-size: 1200px;
  background-repeat: no-repeat;
}

.top_teams {
  margin: 0 0;
  border: none;
  padding: 1em 1em;
}

#final_teams {
  width: 100%;
  position: relative;
  height: 240px;
}

.west {
  position: absolute;
  top: 0;
  left: 0;
}

.east {
  position: absolute;
  top: 0;
  right: 0;
}

/* Toppage Taunament */
.banner {
  background-color: #999999;
  border-radius: 6px;
  max-width: 950px;
  margin: 60px auto 80px;
  padding: 12px 20px 20px 20px;
}

.banner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  gap: 20px;

}

.banner ul li {
  width: 23%;
  max-width: 281px;
  text-align: center;
}

.banner ul li img {
  width: 100%;
}

.banner ul li span {
  display: block;
  font-size: 0.8em;
  _line-height: 3.4;
  line-height: 1.5;
  padding-bottom: 5px
}

.banner02 {
  background-color: #999999;
  border-radius: 6px;
  max-width: 1140px;
  margin: 60px auto 80px;
  padding: 20px 20px;
}

.banner02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}

.banner02 ul li {
  display: flex;
  width: 25%;
  max-width: 281px;
}

.banner02 ul li img {
  width: 100%;
}

/* Toppage News */
.wrap-news {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  margin-bottom: 20px;
}

.wrap-news-inner {
  width: 31%;
  border-radius: 6px;
  background-color: #FFFFFF;
  margin-bottom: 40px;
  box-shadow: 0px 5px 10px #242424;
  margin-right: 3.5%;
}

.wrap-news-inner a {
  display: block;
  width: 100%;
  height: 100%;
}

.wrap-news-inner a img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 250px;
  border-radius: 6px 6px 0 0;
}

@media screen and (max-width: 600px) {
  .wrap-news-inner a img {
    height: 200px;
  }

}

.entry-thumbnail {
  overflow: hidden;
  width: 100%;
  margin: auto;
  /*padding-top: 2%;*/
}

.entry-thumbnail img {
  width: 100%;
  display: block;
}

.entry-thumbnail img:hover {
  transform: scale(1.1, 1.1);
  border-radius: 6px;
}

.wrap-news-inner a:hover img, .wrap-news-inner a:hover img:hover {
  transform: scale(1.1);
  transition-duration: 0.3s;
}

.entry-header {
  padding: 20px;
}

h2.entry-title {
  font-size: 1.75rem;
  margin: 0;
  line-height: 1.5em;
  text-align: left;
}
.second .wrap-news {
	margin-bottom: 0;
}
.second .wrap-news h2.entry-title {
	padding-top: 0;
}

.wrap-news-inner a:hover {
  background: #A71818;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(right, #A71818, #1F4898);
  background: linear-gradient(to right, #A71818, #1F4898);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Toppage SNS */
#sns {
  margin-bottom: 130px;
}

.sns-wrap {
  display: flex;
  justify-content: space-between;
	margin-bottom: 120px;
}

.sns-left {
  width: 48%;
  margin-right: 10%
}

.sns-left img {
  width: 100%;
}

.sns-right {
  width: 38%;
  _max-width: 400px;
}

/* Toppage Gaiyo */
#gaiyo {
  text-align: center;
  padding: 0 2%;
  line-height: 2.0;
  background-size: 100% !important;
}

.pastlink {
  text-align: center;
  font-size: 1.4rem;
  padding: 15px;
  background: #FFF;
}

.pastlink, .pastlink a {
  color: #242424;
}

.pastlink a:hover {
  color: #7BC3D1;
}

.pastlink ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.pastlink ul li {}

.pastlink ul li:first-child {
  margin-right: 30px;
}

#footer {
  background: #007936;
  color: #FFFFFF;
}

/* 第二階層 -------------------------------------------------------------- */
.container2 {
  padding-bottom: 85px;
  margin-bottom: 10px;
  margin-top: 60px;
  border-bottom: solid 1px #505050;
  word-break: break-all;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 50px;
  background-color: transparent;
  color: #7A7A7A;
  font-size: 1.2rem;
}

.breadcrumb a {
  color: #7A7A7A;
  font-size: 1.2rem;
}

.column-content {
  float: left;
  width: 70%;
  background-color: #FFFFFF;
  border-radius: 6px;
  padding: 45px;
  box-sizing: border-box;
}

.column-content.column-full {
  float: none;
  width: 100%;
}

.column-content.column-content_no-bg {
  background-color: initial;
}

.column-side {
  _float: right;
  width: 100%;
	margin-top: 60px;
}

h2.second-h2 {
  font-size: 4.0rem;
  font-style: italic;
  line-height: 1.4;
  text-transform: uppercase;
  color: #fff;
}

h2.second-h2 span {
  display: block;
  font-size: 1.6rem;
}

h2.second-h2.underlayer {
  margin-bottom: 20px;
}

h2.second-h2.underlayer span {
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.column-side .title-white {
  font-size: 2.4rem;
  margin-bottom: 20px;
  color: #fff;
}

_.banner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}

.banner02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}

h3.history-h3 {
  position: relative;
  padding: 0 .5em .5em 2em;
  border-bottom: 1px solid #ccc;
}

h3.history-h3::before, h3.history-h3::after {
  position: absolute;
  content: '';
  border-radius: 100%
}

h3.history-h3::before {
  top: .2em;
  left: .2em;
  z-index: 2;
  width: 18px;
  height: 18px;
  background: rgba(150, 150, 150, .5);
}

h3.history-h3::after {
  top: .7em;
  left: .7em;
  width: 13px;
  height: 13px;
  background: rgba(210, 210, 210, .5);
}

/* News -------------------------------------------------------------- */
.news-post {
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #C4C4C4;
}

.news-post:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.news-thumbnail {
  margin-right: 30px;
}

.day {
  color: #7A7A7A;
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.news-thumbnail {
  overflow: hidden;
  width: 40%;
  max-width: 240px;
}

.news-thumbnail img {
  width: 100%;
  display: block;
}

.news-thumbnail img:hover {
  transform: scale(1.1, 1.1);
}

.news-header{
	width: calc(100% - (40% + 15px));
}
.news-wrap a:hover img, .news-wrap a:hover img:hover {
  transform: scale(1.1);
  transition-duration: 0.3s !important;
}

.day2 {
  color: #FFFFFF;
  font-size: 1.4rem;
  text-align: center;
}

.top_news_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/*ticket*/
.seatnumber-wrap {
  margin-bottom: 30px;
}

.seatnumber {
  text-align: center;
  margin-top: 10px;
}

.seatnumber a {
  margin: 2px;
  padding: 8px;
  background: #333;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
}

.seatnumber a:hover {
  background: #f00;
  color: #fff;
  text-decoration: none;
}

.vertical-rl {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-column-count: 数値;
  -moz-column-count: 数値;
  -ms-column-count: 数値;
  column-count: 数値;
  -webkit-column-gap: 数値;
  -moz-column-gap: 数値;
  -ms-column-gap: 数値;
  column-gap: 数値;
  display: inline-block;
  height: 数値;
  text-align: left;
}

/* Taunament -------------------------------------------------------------- */
#tournament {
  _padding: 100px 0 1% 0;
  padding: 0 0 1% 0;
}

#tournament dl {
  color: #FFFFFF;
  max-width: 900px;
  margin: 0 auto 75px auto;
  display: block;
  font-size: 21px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
	#tournament dl {
	  font-size: 18px;
	}
}
#tournament dt {
  width: 8em;
  float: left;
  text-align: left;
  font-weight: normal;
}

#tournament dd {
  border-bottom: 1px dashed #ccc;
  padding: 0px 0px 10px 9em;
  margin-bottom: 14px;
  text-align: left;
}

#tournament dd a {
  color: #FFF;
}

#tournament2 {
  margin-bottom: 150px;
}

.tournament-table {
  font-size: 1.2rem;
}

.tournament-table td {
  text-align: center;
}

.tournament-table td.cel01 {
  width: 70px;
  font-size: 1.4rem;
}

.tournament-table td.cel06 {
  font-size: 1.6rem;
  font-weight: bold;
}

.tournament-table td.komoku {
  color: #fff;
  text-align: center;
  background: #000;
}

.tournament-table td.tournament-west {
  background: #10288a;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}

.tournament-table td.tournament-east {
  background: #551800;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}

td.setsu {
  background: linear-gradient(#17B55F, #0C592F);
  color: #FFFFFF;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}

/* 地方日程･結果 -------------------------------------------------------------- */
.region-btn .inner {
  background: #999999;
  border-radius: 6px;
  color: #FFFFFF;
  padding: 20px 0;
  text-align: center;
}

/* ボタン共通設定 */
.region-btn .inner {
  /*矢印の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  _border: solid 1px #222222;
  text-align: center;
  outline: none;
  /*アニメーションの指定*/
  transition: ease .2s;
}

.region-btn .inner:hover {
  background: #FFAFB1;
  color: #A71818;
}

/* 矢印が回転 */
.region-btn .inner::after {
  content: '';
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  top: 42%;
  _left: 25px;
  right: 8px;
  /*矢印の形状*/
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(45deg);
  /*アニメーションの指定*/
  transition: all .3s;
}

/*hoverした際のアニメーション*/
.region-btn .inner:hover::after {
  animation: arrowrotate .3s;
  border-top: 2px solid #A71818;
  border-right: 2px solid #A71818;
}

/*ENGLISH----------------------------------------------------------*/
.en th {
  background: #F1F1F1;
  color: #222222;
}

.en td {
  background: #FFF;
}

/* 出場チーム情報 -------------------------------------------------------------- */
.gaiyo .honbun .honbun.scroll {
  padding: 0;
}

_.gaiyo .honbun .honbun.scroll th, _.gaiyo .honbun .honbun.scroll td {
  display: table-cell;
}

.record th, .record td {
  display: table-cell !important;
}

@media screen and (min-width: 1025px) {

body.home .top-bg-wrap {
  background-image:url(../images/top_bg.png), url(../images/top_bg_bottom.png);
  background-repeat: no-repeat;
  background-position: top center,bottom center;
  background-size: contain;
}
  .news-wrap a:hover {
    background: #A71818;
    background: -webkit-linear-gradient(right, #A71818, #1F4898);
    background: linear-gradient(to right, #A71818, #1F4898);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #000000;
  }

  .banner02 ul li {
    display: flex;
    width: 24%;
    max-width: 281px;
    margin-right: 1.33333333333%;
  }

  .banner02 ul li:nth-child(4) {
    margin-right: 0;
  }

  .banner02 ul li:nth-child(5) {
    margin-top: 20px;
  }

  .banner02 ul li:nth-child(6) {
    margin-top: 20px;
  }

  .banner02 ul li:nth-child(7) {
    margin-top: 20px;
  }

  .wrap-news-inner:nth-child(3n) {
    margin-right: 0;
  }

  /* 第二階層 -------------------------------------------------------------- */
  /* .column-side .banner ul {
    flex-direction: column;
  }

  .column-side .banner ul li {
    width: 100%;
    max-width: initial;
    margin-bottom: 15px;
    text-align: center;
  }

  .column-side .banner ul li:last-child {
    margin-bottom: 0;
  }

  .column-side .banner {
    max-width: initial;
    margin: 0 auto;
  } */
}

@media screen and (max-width: 1024px) {
body.home .top-bg-wrap {
  background-image:url(../images/top_bg.png), url(../images/top_bg_bottom.png);
  background-repeat: no-repeat;
  background-position: top center,bottom center;
  background-size: contain;
  }
	.second-bg-wrap{
  background-image:url(../images/top_bg_bottom.png);
  background-repeat: no-repeat;
  background-position:bottom center;
  background-size: contain;
	}
  /* Images -------------------------------------------------------------- */
  .alignleft, img.alignleft, .alignright, img.alignright, .aligncenter, img.aligncenter {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  /* table -------------------------------------------------------------- */
  .scroll-table table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .table1 th {
    padding: 3px;
    display: block;
  }

  .table1 td {
    padding: 3px 3px 20px 3px;
    display: block;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  /* Navigation */
  .navbar-header {
    text-align: right;
  }

  /* Toppage Main */
  #slider1 {
    width: 100%;
  }

  /* .bg-main {
    padding: 25px 0;
  } */

  /* Toppage Game */
  #game {
    position: relative;
    z-index: 100;
  }

  .game-menu {}

  /* Toppage News */
  .wrap-news {
    margin-bottom: 0;
  }

  /* Toppage SNS */
  #sns {
    margin-bottom: 100px;
  }

  .sns-wrap {
    flex-direction: column;
  }

  .sns-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }

  .sns-right {
    width: 100%;
  }

  /* 第二階層 見出し */
  .gaiyo .honbun h3.title-ticket {
    background: url("../images/ticket/bg_h2.png") left center no-repeat;
    text-align: center;
    padding-left: 12px;
    line-height: 40px;
    font-size: 22px;
    font-weight: bold;
    margin-top: 40px !important;
    padding: 5px 10px;
  }

  /* News -------------------------------------------------------------- */
  .column-content, .column-side {
    float: none;
    width: 100%;
  }

  .column-content {
    margin-bottom: 30px;
  }

  /* TOURNAMENT -------------------------------------------------------------- */
  .tournament-table td {
    padding: 4px;
  }
	
.breadcrumb {
  margin-bottom: 0;
}
}

/*　タブレット　*/
@media screen and (min-width:768px) and (max-width:1024px) {
  .tablet {
    display: block;
  }

  /* Navigation */
  .nav>li>a {
    padding: 10px;
  }

  /* Toppage Game Final */
  .teams {
    background-size: 976px;
  }

  .game-menu ul li a {
    font-size: 1.2rem;
  }

  .game-menu ul li:first-child a {
    background-position: calc(50% - 42px) center;
  }

  .game-menu ul li:nth-child(2) a {
    background-position: calc(50% - 36px) center;
  }

  .game-menu ul li:nth-child(3) a {
    background-position: calc(50% - 54px) center;
  }

  .game-menu ul li:nth-child(4) a {
    background-position: calc(50% - 36px) center;
  }

  .game-menu ul li:nth-child(5) a {
    background-position: calc(50% - 45px) center;
  }

  .banner02 ul li {
    display: flex;
    width: 24%;
    max-width: 281px;
    margin-right: 1.33333333333%;
  }

  .banner02 ul li:nth-child(4) {
    margin-right: 0;
  }

  .banner02 ul li:nth-child(5) {
    margin-top: 20px;
  }

  /* Toppage News */
  .wrap-news-inner {
    width: 48%;
    margin-right: 4%;
  }

  .wrap-news-inner:nth-child(even) {
    margin-right: 0;
  }

  /* News -------------------------------------------------------------- */
  .column-side .banner ul {
    flex-direction: row;
    justify-content: space-between;
  }

  .column-side .banner ul li {
    width: 30%;
    margin-bottom: 0;
  }

  .wrap-news-inner:nth-child(even) {
    margin-right: 0;
  }

  /* 地方日程･結果 -------------------------------------------------------------- */
  .column8.region-btn .inner {
    width: 23%;
  }
}

/*　スマホ　*/
@media screen and (max-width: 768px) {
  .column-content {
    padding: 10px !important;
  }

  .alignleft2, img.alignleft2, .alignright2, img.alignright2 {
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .borderline::before {
    top: 160%;
  }

  /* 見出し -------------------------------------------------------------- */
  h2 {
    font-size: 30px;
  }

  h2.second-h2 {
    font-size: 2.8rem;
  }

  .column-content h2 {
    line-height: 1.4;
  }

  /* Toppage Game */
  .game-menu ul {
    flex-wrap: wrap;
  }

  .game-menu ul li {
    width: 50%;
    border-right: solid 1px rgba(255, 255, 255, .3);
    border-bottom: solid 1px rgba(255, 255, 255, .3);
    font-size: 1.5rem;
  }

  .game-menu ul li:first-child, .game-menu ul li:nth-child(3) {
    _width: 50%;
    border-right: none;
  }

  _.game-menu ul li:nth-child(3), _.game-menu ul li:nth-child(4) {
    border-bottom: none;
  }

  #contents #game .column li {
    width: 50%;
  }

  #contents #game .column li a {
    font-size: 1.4rem;
  }

  /* Toppage Game Final */
  .teams {
    background-image: none;
  }

  .top_teams {
    background-image: url("../images/common/final_teams-sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
  }

	#final_teams {
		height: 55vw;
	}

  .game-menu td a {
	  font-size: 12px;
	  text-shadow: 0 0 3px #000000;
  }

  .game-menu ul li:first-child {
    width: 100%;
  }

  /* Toppage News */
  .wrap-news-inner {
    width: 48%;
    margin-right: 4%;
  }

  .wrap-news-inner:nth-child(even) {
    margin-right: 0;
  }

  /* Toppage Taunament */
  .banner {
    background-color: #999999;
    border-radius: 6px;
    max-width: 900px;
    margin: 60px auto 40px;
    padding: 20px 20px;
  }

  .banner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    gap: 0 30px;
  }

  .banner ul li {
    width: 48%;
    max-width: 281px;
    margin-bottom: 4%;
  }

  /* .banner ul li:first-child {
    margin-right: 4%;
    ;
  } */
  .banner ul li:last-child {
    margin-bottom: 0;
  }

  .banner ul li span {
    font-size: 0.8em;
    line-height: 1.4;
  }

  .banner02 {
    background-color: #999999;
    border-radius: 6px;
    max-width: 900px;
    margin: 60px auto 40px;
    padding: 20px 20px;
  }

  .banner02 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }

  .banner02 ul li {
    width: 48%;
    max-width: 281px;
    margin-bottom: 4%;
  }

  .banner02 ul li:nth-child(2n) {
    margin-left: 4%;
    ;
  }

  .banner02 ul li:nth-child(5) {
    margin-bottom: 0;
  }

  /* News -------------------------------------------------------------- */
  .column-side .banner {
    _max-width: 321px;
  }

  .column-side .banner ul li {
    display: block;
    text-align: center;
  }

  .column-side .banner ul li img {
    max-width: 281px;
  }

  .news-thumbnail {
    margin-right: 15px;
  }

  /* TOURNAMENT -------------------------------------------------------------- */
  .tournament-table td {
    padding: 4px;
  }

  /* 地方日程･結果 -------------------------------------------------------------- */
  .column8.region-btn .inner {
    width: 48%;
  }

  td.writing-mode {
    writing-mode: vertical-lr;
    text-orientation: upright;
  }

  td.writing-mode span {
    text-combine-upright: all;
    font-size: 1.8rem;
  }

  #tournament dt {
    width: 100%;
    float: none;
  }

  #tournament dd {
    padding: 0px 0px 10px 0;
    width: 100%;
  }

.column_history{
	grid-template-columns: 100% !important;
	margin-bottom: 50px;
}
.column_history .history-inner_text {
    grid-column: 1;
	padding: 0;
}	
.column_history .history-inner_media {
    grid-row: 2;
}	
.column_history.re .history-inner_media {
    grid-column: 1;
}	
	
}

/*　スマホ（小）　*/
@media screen and (max-width: 360px) {

  /* Toppage Game */
  .game-menu ul li {
    font-size: 1.3rem;
  }

  .game-menu ul li:first-child a {
    background-position: calc(50% - 40px) center;
  }

  .game-menu ul li:nth-child(2) a {
    background-position: calc(50% - 60px) center;
  }

  .game-menu ul li:nth-child(3) a {
    background-position: calc(50% - 39px) center;
  }

  .game-menu ul li:last-child a {
    background-position: calc(50% - 58px) center;
  }

  #game .column li a {
    font-size: 1.2rem;
  }

  /* Toppage Game Final */
  .teams {
    background-size: 105px;
  }

  .top_teams {
    background-size: 305px;
  }

  /* Taunament -------------------------------------------------------------- */
  .tournament-table td.komoku {
    font-size: 10px;
  }
}

@media screen and (max-width:860px) {
  .game-menu ul li a {
    font-size: 1.2rem;
  }

  .game-menu ul li:first-child a {
    background-position: calc(50% - 42px) center;
  }

  .game-menu ul li:nth-child(2) a {
    background-position: calc(50% - 36px) center;
  }

  .game-menu ul li:nth-child(3) a {
    background-position: calc(50% - 54px) center;
  }

  .game-menu ul li:nth-child(4) a {
    background-position: calc(50% - 36px) center;
  }

  .game-menu ul li:nth-child(5) a {
    background-position: calc(50% - 45px) center;
  }
}

@media (max-width: 600px) {

  /* Toppage News */
  .wrap-news-inner {
    width: 100%;
    margin-right: 0;
  }
}

#top-logo.logo-white {
    top: 10px;
    left: 10px;
    background-color: white;
    filter: drop-shadow(0 0 4px #000000);
    aspect-ratio: 1.05 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
}
@media (max-width: 768px) {
	#top-logo.logo-white {
		padding: 0px 5px;
	}
}
@media (max-width: 420px) {
  #top-logo {
    position: absolute;
    top: 0;
    left: 3px;
    z-index: 20000;
    filter: drop-shadow(0 0 3px #000000);
  }

  #top-logo img {
    width: 70px;
  }
	body{
		background-position: top center,bottom 5% center;
	}
}

@media (min-width: 421px) {
  #top-logo {
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: 20000;
  }
  #top-logo img {
    width: 150px;

  }
}

#top_yagura {
  width: 20vw;
  position: absolute;
  top: 20%;
  z-index: 99999;
  right: 5%;
}

/* 221109 edit */
#contents .column li {
  width: 25%;
  box-sizing: border-box;
  margin-bottom: 10px;
}

#contents .column li a {
  color: #FFFFFF;
  font-size: 1.2rem;
  width: 100%;
  position: relative;
  display: block;
  padding: 0 0 0 30px;
  text-decoration: none;
  text-align: left;
}

#contents .column li a:hover {
  color: #7BC3D1;
}

#contents .column li a::before,
#contents .column li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

#contents .column li a::before {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #FFFFFF;
}

#contents .column li a::after {
  left: 2px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* 230801 トップ/プレトップ */
.bg-yagura {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 6px;
  padding: 60px;
}
@media screen and (max-width: 768px) {
	.bg-yagura {
	  padding: 30px 2%;
	}
}
.bg-yagura h2 {
  margin-top: 0;
}

.pre .container {
  margin-top: 60px;
}

.pre #nav .container {
  margin-top: 0;
}

.bg-schedule-wrap {
  background-color: #FFF;
  border-radius: 6px;
  padding: 30px 15px;
	margin-bottom: 30px;
}
.bg-schedule {
	height: 300px;
	overflow-y: scroll;
	padding-right: 15px;
}
.concept{
	color: #ffffff;
	font-size: 2.0rem;
	margin-top: 60px;
	line-height: 2.0;
	text-align: left;
}
.concept p{
	padding-bottom: 15px;
}
@media (max-width: 599px) {
  .banner ul {
    gap: 0 14px;
  }
.banner ul li {
  width: 100%;
}
.concept{
	font-size: 1.6rem;
	line-height: 1.6;
}
.concept p{	
	padding-bottom: 10px;
}
}
.top_date_wrap{
	max-width: 1170px;
	width: 96%;
	margin: 20px auto 0;
	text-align: right;
}
@media screen and (max-width: 768px) {
	.top_date_wrap {
	  margin: 40px auto 0;
	}
}
@media screen and (max-width: 799px) {
	.top_date_wrap img {
		width: 70%;
	}
}
@media screen and (max-width: 499px) {
	.top_date_wrap img {
		width: 62%;
	}
}
/* 250820 第2階層 */
.second .bg-yagura h2 {
  padding-top: 0;
}
.second .bg-yagura img {
	margin: 0 auto;
	display: block;
}