@charset "UTF-8";
/*
Theme Name:【テスト】第21回伊予銀行杯 全日本女子硬式野球選手権大会サイト
Theme URI:https://jwbnc.womensbaseball.jp/2025/
Description:【テスト】第21回伊予銀行杯 全日本女子硬式野球選手権大会サイト
Version: 1.1
Author:kanako konno
Author URI:https://agekke-sp.co.jp/
*/ 

/* ======================================================
/*               ++ DEFAULT ++
   ====================================================== 
/* ------ ++ Reset CSS  ++ ------ */
html,body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, address, del, em, img,
small, strong, sub, i,
dl, dt, dd, ol, ul, li, form, label, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figcaption, figure, 
footer, header, menu, nav, section, time, mark, audio, video {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
	margin: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, figure, footer, header, hgroup, section {
    display: block;
}
ol, ul {
	list-style: none;
}
ol {list-style-type: decimal;}
ul { letter-spacing: -0.5em; }
li { letter-spacing: normal; }
img {
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	width /***/: auto; /* for ie8 */
	border:0;
}
a {
	text-decoration: none;
}
a:focus {
	outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, textarea, select {
	font-family: inherit;
	vertical-align: middle;
}
input[type="submit"] {
	cursor: pointer;
}
span {
    font-style: inherit;
    font-weight: inherit;
}
h1, h2, h3, h4, h5, h6 { 
	font-weight: normal;
}
/* ======================================================
/*               ++ 共通STYLE ++
   ====================================================== */
html,body {
	color: #333;
    font-family: shippori-mincho, serif, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	text-align: justify; /*文字右端揃え*/
	text-justify: inter-ideograph;
	width: 100%;
	height: 100%;
	word-break: break-all;
	}
a {
	color: #333;
	text-decoration: none;
	}
.c-fix:after {
	clear: both;
    content: " ";
    display: block;
}
.line1 img, .line2 img, .line4 img  {
    display: block;
}
.line2 img {
    transform: scale(-1, 1);
}
/* ======================================================
/*                     ++ 共通 ++
   ====================================================== */
.wrap {
	max-width: 1200px;
	margin: 0 auto;
}
.interval {
    padding: 80px 0;
}
.interval.pb {
    padding: 0 0 80px;
}
a {
	transition: all .2s;
}
a:hover{
  opacity: 0.6;
}
span.course {
    display: inline-block;
    padding: 0 0.5em 0 0.6em;
    border-radius: 3px;
    color: #fff;
    background: #fc9b30;
    margin-right: 5px;
    letter-spacing: .1em;
    font-size: .9rem;
    vertical-align: middle;
}
.mr_0 {
margin-right: 0!important;
}
@media screen and (max-width: 1200px) {
	.wrap {
			max-width: 96%;
	}
}
@media screen and (max-width: 1023px){
	.interval {
    	padding: 50px 0;
	}
}
@media screen and (max-width: 767px){
	.interval {
    	padding: 30px 0;
	}
}
/* --------------------------------------------------- 改行 */
span.p-br {
	display: block;
}
span.m-br {
	display: inline;
}
@media screen and (max-width: 767px) {
	span.p-br {
		display: inline;
	}
		span.m-br {
		display: block;
	}
}
/* --------------------------------------------------- フォント */
@font-face {
    font-family: "font1";
	src: url('fonts/mplus-2p-medium.woff') format('woff'), url('fonts/mplus-2p-medium.ttf') format('truetype');
}
@font-face {
    font-family: "font2";
	src: url('fonts/grov_abi.woff') format('woff'), url('fonts/grov_abi.ttf') format('truetype');
}
.f_white {
    color: #fff!important;
}
.fuchidori {
    text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, 1px 0px 1px #fff, -1px -0px 1px #fff, 0px 1px 1px #fff, 0px -1px 1px #fff;
}
.fuchidori_ao {
    text-shadow: 1px 1px 1px #58207c, -1px -1px 1px #58207c, -1px 1px 1px #58207c, 1px -1px 1px #58207c, 1px 0px 1px #58207c, -1px -0px 1px #58207c, 0px 1px 1px #58207c, 0px -1px 1px #58207c;
}
/* --------------------------------------------------- margin 微調整 */
.mt-3 {
	margin-top: 3px;
}
.mt-5 {
	margin-top: 5px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mb-3 {
	margin-bottom: 3px;
}
.mb-5 {
	margin-bottom: 5px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-30 {
	margin-bottom: 30px;
}
/* --------------------------------------------------- line-height */
.lh-2 {
	line-height: 2em;
}
/* --------------------------------------------------- color */
.red {
	color: red;
}
.f_red {
    color: #c34444;
}
.f_blue {
    color: #171932;
}
.f_lightblue {
    color: #5fa09d;
}
.f_brown {
    color: #42210b;
}
.f_cream {
    color: #fcf3d1;
}
/* --------------------------------------------------- PC/MO　表示切替え */
.m-block {
	display: none;
}
@media screen and (max-width: 767px) {
	.m-block {
		display: block;
	}
	.p-block {
		display: none;
	}
}
/* --------------------------------------------------- Flex */
.flex {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
	height: 100%;
	z-index: 100;
}
/* ======================================================
/*               ++ 装飾・アニメーション ++
   ====================================================== */
.fuwat {
	opacity : 0;
	transform: translateY(20px);
	transition: all 1s;
}
.bg_d {
    background-image: url(img/bg_d.png);
}
.bg_mokume {
    background-image: url(img/bg_mokume.jpg);
    background-position: center;
    background-size: cover;
}
.bg_mokume_blue {
    background-image: url(img/bg_mokume_blue.jpg);
    background-position: center;
    background-size: cover;
}
.bg_paper {
    background-image: url(img/bg_paper.jpg);
    background-position: top;
}
.bg_dark_wood {
    background-image: url(img/dark_wood.png);
}
.bg_dark_mosaic {
    background-image: url(img/dark_mosaic.png);
}
.bg_dark_brick {
    background-image: url(img/dark_brick_wall.webp);
}
.bg_05-p-brick {
    background-image: url(img/05-p-brick.png);
}
.bg_black_scales {
    background-image: url(img/black_scales.png);
}
.bg_white_brick {
    background-image: url(img/05-white-brick.png);
}
.bg_shiro {
    background-image: url(img/white_wall_hash.webp);
}
.bg_pink_wa {
    background-image: url(img/bg01.webp);
}
.bg_ao {
    background: #58207c;
}
.bg_pinkao {
  background-image: linear-gradient(90deg, #eb7084, #17356e);
}
.square-line {
  border: none;
  border-top: 1.5px solid #fff;   /* 線 */
  position: relative;
  margin: 1em 0;
}
.square-line::before,
.square-line::after {
  content: "";
  position: absolute;
  top: -4px;                       /* border の太さと合わせて調整 */
  width: 8px;
  height: 8px;
  background: #fff;             /* 線と同じ色 */
}
.square-line::before {
  left: 0;                         /* 左端に配置 */
}
.square-line::after {
  right: 0;                        /* 右端に配置 */
}

#double_line {
  position: relative;
  height: 45px;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
}
#double_line div {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #fff;
  display: inline-block;
  box-sizing: border-box;
}
#double_line div:nth-of-type(1) {
  bottom: 16px;
}
#double_line div:nth-of-type(2) {
  bottom: 10px;
}
#double_line div:nth-of-type(3) {
  bottom: 4px;
}
.slide_l_1 {
	opacity : 0;
	transform: translateX(-100px);
	transition: all 1.4s;
}

@media screen and (max-width: 767px) {
.bg_paper, .bg_mokume, .bg_mokume_blue {
    background-size: contain;
}
}
@media screen and (max-width: 600px) {
	.fuwat {
  		transition: all .5s;
	}
}
/* --------------------------------------------------- 横並び */
.ratio li {
	display: inline-block;
	vertical-align: top;
}

@media screen and (max-width: 767px) {
	.ratio li {
		display: block;
		width:100%;
	}
}
/* ======================================================
/*            ++ header ++
   ====================================================== */
.header{
	height: 130px;
	width: 100%;
	z-index: 9999;
	transition: all .5s;
}
.header.sticky {
	position: fixed;
    top: 0;
    left: 0;
}
.header .container{
	margin: 0 auto;
	position: relative;
}
.header a.hedlogo:hover {
    opacity: 1;
}
.header .top-logo {
    width: 200px;
    height: 200px;
	background: url(img/logo.webp) no-repeat;
    background-size: cover;
    margin: 0;
    z-index: 5;
    position: absolute;
    top: 30px;
    left: 20px;
}
.header .nav-wrap {
    float: none;
	width: 100%;
    max-width: 1260px;
    margin:0;
    position: absolute;
	top: 25px;
    left: 52%;
    transform: translateX(-50%);
}/*
.header .nav-wrap .nav {
	padding: 10px 0 0;
}*/
.header .sns_icon {
    position: absolute;
    top: 5px;
    right: 20px;
    width: 150px;
}
.header .sns_icon li {
	display: inline-block;
	margin-right: 5px;
}
.header .sns_icon li a {
    font-size: 30px;
    color: #fff;
}/*
.header .sns_icon li:first-child {
    margin-right: 5px;
}*/
.header .nav-item{
	display: inline-block;
	vertical-align: top;
	width: 10.5%;
}
.header .nav li.nav-item:first-child{
	width: 14%;
}
.header .nav li.nav-item:nth-child(3),
.header .nav li.nav-item:nth-child(4){
	width: 11.5%;
}
.header .nav-title{
	padding: 0;
	position: relative;
	display: block;
	text-decoration: none;
	letter-spacing: .1em;
	cursor: pointer;
	font-weight: bold;
	color:#fff;
	text-align: center;
}
.header .nav-title .en {
    font-family: 'Cinzel', serif;
    font-size: 1rem;
}
.header .nav-title .ja {
    font-size: .875rem;
    display: block;
    font-weight: normal;
}
.header.sticky .nav-title {
	color: #fff;
}
.header .nav-title:hover {
	color: #58207c;
}
.header .panel{
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	margin: auto;
	display: none;
	background: #e6e6e6;
	width: 100%;
	z-index: 999;
}
.header .panel-inner{
	padding: 50px 0;
	max-width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width:1620px){
	.header .nav-wrap {
    	max-width: 1100px;
		transform: translateX(-46%);
	}
	.header .nav-title .en {
		font-size: .875rem;
	}
}
@media screen and (max-width:1500px){
	.header .nav-wrap {
		 max-width: 1040px;
	}
	.header .top-logo {
    	width: 160px;
    	height: 160px;
		top: 49px;
	}
	.header .nav-title .ja {
    	font-size: .75rem;
	}
}
@media screen and (max-width: 1300px){
	.header .top-logo {
    	width: 120px ;
    	height: 120px;
	}
	.header .nav-wrap {
		max-width: 910px;
	}
	.header .nav-title .en {
    	font-size: .75rem;
	}
}
@media screen and (max-width: 1200px){
	.header .top-logo {
    	width: 100px ;
    	height: 100px;
		top: 15px;
		left: 10px;
	}
	.header .nav-wrap {
		max-width: 860px;
	}
	.header .nav-title .en {
    	font-size: .6875rem;
	}	
}
@media screen and (max-width: 1023px){
	.header{
    	width: 100%;
    	height: 80px;
    	position: fixed;
    	top: 0;
    	left: 0;
    	z-index: 999;
	}
	#mo-panel {
		display:none;
		padding-top: 80px;
		background: rgba(0,0,0,.8);
    	height: 100vh;
	}
	.header .nav-wrap {
		transform: none;
		background: rgba(0,0,0,.8);
		height: 100vh;
    	overflow: scroll;
		position: static;
		max-width: 100%;
		background: none;
		overflow:visible;
	}
	.header .nav li.nav-item:first-child,
	.header .nav li.nav-item:nth-child(3), 
	.header .nav li.nav-item:nth-child(4) {
		width: 50%;
	}
	.header .nav-item {
		position: relative;
	    font-size: 1rem;
		color: #fff;
		 width: 50%;
    	padding: 0;
		margin-bottom: 25px;
	}
	.header .panel-inner {
		width: 94%;
		padding: 15px 0 60px;
	}
	.header .top-logo {
		top: 10px;
    	width: 60px;
    	height: 60px;
	}
	.header .sns_icon {
    	width: 225px;
		right: 90px;
	}
	.header .sns_icon li {
   	 	margin-right: 20px;
	}
	.header .sns_icon li:last-child {
		margin: 0 !important;
	}
	.header .sns_icon li a {
    	font-size: 44px;
	}
	.header .nav-wrap .nav {
    	padding: 50px 0 0;
		width: 96%;
    	margin: 0 auto;
	}
	.header .nav-title .en {
    	font-size: 1.5rem;
	}
	.header .nav-title .ja {
    	font-size: 1rem;
	}
	.top .pc {
		padding: 80px 0 0;
	}
	.header .nav-wrap .gl-before {
		height: 3px;
	}
	.header .nav-wrap .gl-before span {
		content: url(img/gl-crown2.png);
    	top: 2px;
	}
}
@media screen and (max-width: 767px){
	.header {
    	height: 60px;
	}
	#mo-panel {
    	padding-top: 60px;
	}
	.header .nav-title {
    	line-height: 1.4em;
	}
	.header .top-logo {
    	top: 5px;
    	width: 50px;
    	height: 50px;
	}
	.header .nav-title .en {
    	font-size: 1.1375rem;
	}
	.header .nav-title .ja {
    	font-size: .9375rem;
	}
	.header .sns_icon li {
    	margin-right: 15px;
	}
	.header .sns_icon {
    	width: 170px;
		right: 78px;
		top: 6px;
	}
	.header .sns_icon li a {
    	font-size: 33px;
	}
.header .sns_icon li:first-child {
    margin-right: 10px;
}
}
@media screen and (max-width: 320px) {
		.header .nav-title .en {
    	font-size: .9375rem;
	}
}
/* --------------------------------------------------- Toggle Button */
#mo-nav-toggle {
	display: none;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 50px;
	height: 40px;
	cursor: pointer;
	z-index: 101;
}
#mo-nav-toggle div {
	position: relative;
}
#mo-nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #fff;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
.header.bg-transparent #mo-nav-toggle span {
	background: #fff;
}
.header.sticky #mo-nav-toggle span{
	background: #fff;
}
#mo-nav-toggle span:nth-child(1) {
	top: 0;
}
#mo-nav-toggle span:nth-child(2) {
	top: 18px;
}
#mo-nav-toggle span:nth-child(3) {
	top: 36px;
}
@media screen and (max-width: 1023px) {
	#mo-nav-toggle {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	#mo-nav-toggle {
		top: 16px;
		right: 20px;
		width: 40px;
		height: 30px;
	}
	#mo-nav-toggle span {
		height: 4px;
	}
	#mo-nav-toggle span:nth-child(1) {
		top: 0;
	}
	#mo-nav-toggle span:nth-child(2) {
		top: 12px;
	}
	#mo-nav-toggle span:nth-child(3) {
		top: 24px;
	}
}
/* --------------------------------------------------- #nav-toggle 切り替えアニメーション */
@media screen and (max-width: 1023px) {
	#mo-panel-close {
		display:none;
		position: fixed;
    	right: 25px;
    	top: 25px;
    	width: 40px;
    	height: 40px;
		cursor: pointer;
		z-index:99999;
	}

	#mo-panel-close div {
		position: relative;
	}
	#mo-panel-close span {
		display: block;
		position: absolute;
		height: 6px;
		width: 100%;
		background: #fff;
		left: 0;
	}
	.header.sticky #mo-panel-close span,
	.header.bg-transparent #mo-panel-close span{
		background: #fff;
	}
	#mo-panel-close span:nth-child(1) {
		top: 13px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	#mo-panel-close span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	#mo-panel-close span:nth-child(3) {
		top: 13px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
}
@media screen and (max-width: 767px) {
	#mo-panel-close {
    	right: 15px;
    	top: 15px;
		width: 30px;
		height: 30px;
	}
	#mo-panel-close span {
		height: 5px;
	}
}
/* ======================================================
/*               ++ footer ++
   ====================================================== */
footer .wrap {
    padding: 3% 0;
}
footer .copy {
	background: #17356e;
	padding: 5px 0;
}
footer .copy p {
	text-align: center;
	font-size: .65rem;
	color: #fff;
}
footer .title_box {
    margin-bottom: 3%;
}
footer .title_box h2 {
    text-align: center;
    color: #58207c;
	letter-spacing: 0;
}
footer .title_box h2 .en {
    font-size: 2rem;
	font-family: 'Cinzel', serif;
    font-style: normal;
    font-weight: bold;
}
footer .title_box h2 .ja {
    display: block;
    font-size: 1rem;
}
footer .global-link.menu {
    margin-bottom: 1%;
}
footer .global-link.menu li:nth-child(1),
footer .global-link.menu li:nth-child(6) {
	border-left: 2px solid #fff;
}
footer .global-link.menu li {
	display: inline-block;
	width: 20%;
	vertical-align: top;
	color: #58207c;
	text-align:center;
	border-right: 2px solid #fff;
	margin-bottom: 1%;
}
footer .global-link li,
footer .global-link li a {
	color: #fff;
}
footer .global-link.management {
    font-size: 0.8em;
    font-weight: normal;
}
footer .partner {
    position: relative;
	margin-top: 2%;
}
footer .partner .global-link.copo {
    position: absolute;
    top: 0;
    right: 0;
    width: 65%;
}
footer .partner .global-link.copo li {
	display:inline-block;
	vertical-align:top;
	width: 31%;
    margin-right: 3%;
}
footer .partner .global-link.copo li:last-child {
    margin-right: 0;
}
footer .splogo {
    background: #fff;
}
footer .splogo .copo {
    text-align: center;
}
footer .splogo .copo li {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    margin-right: 3%;
}
footer .splogo .copo li.group2 {
    width: 15%;
}
footer .splogo .copo li:last-child {
    margin-right: 0;
}
footer .splogo .copo li img {
    background: #fff;
}
footer .movie {
    text-align: center;
	margin-bottom: 2%;
}
@media screen and (max-width: 1023px) {
	footer .title_box h2 .en {
		font-size: 2rem;
	}
	footer .partner .global-link.copo {
    	position: static;
    	width: 100%;
		margin: 0 0 3%;
	}
	footer .partner {
    	margin-top: 3%;
	}
}
@media screen and (max-width: 767px) {
	footer {
    	padding-top: 20px;
	}
	footer .copy {
    	margin-top: 15px;
	}
	footer .title_box h2 .en {
    	font-size: 1rem;
	}
	footer .global-link.menu li {
    	width: 50%;
		border-right: none;
	}
    footer .global-link.menu li:nth-child(1),
	footer .global-link.menu li:nth-child(6) {
		border-left: none;
}
	footer .global-link.menu li:first-child {
    	border-left: none;
	}
	footer .global-link.menu li:nth-child(odd){
		border-right: 2px solid #58207c;
	}
	footer .global-link.menu {
    	margin-bottom: 0;
	}
	footer .title_box {
    	margin-bottom: 5%;
	}
	footer .partner .global-link.copo {
		margin: 0 0 5%;
	}
	footer .partner {
    	margin-top: 5%;
	}
}
/* ======================================================
/*               ++ topスクロール ++
   ====================================================== */
#page_top {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 20px;
    bottom: 20px;
	background: #2f2f2f;
    opacity: 0.6;
	z-index: 999;
}
#page_top a {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	text-decoration: none;
}
#page_top a::before {
	font-family: FontAwesome;
	content: '\f106';
	font-size: 20px;
	color: #fff;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
	line-height: 20px;
}
@media screen and (max-width: 767px) {
	#page_top {
    	width: 30px;
    	height: 30px;
    	right: 10px;
    	bottom: 70px;
	}
	#page_top a {
		width: 30px;
		height: 30px;
	}
	#page_top a::before {
		font-size: 20px;
		width: 20px;
		height: 20px;
		line-height: 1em;
	}
}
/* ======================================================
               ++ トップページ ++
   ====================================================== */
/*共通*/
.section_title {
	margin: 0 0 40px;
    padding: 68px 0 0;
}
.section_title h2 {
	position: relative;
	text-align: center;
}
.section_title h2:before {
	content: url(img/hana3.png);
	position: absolute;
	top: -35px;
	left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.section_title h2.hanashiro:before {
	content: url(img/hana2.png);
	position: absolute;
	top: -35px;
	left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.section_title h2 .en {
    font-family: 'Cinzel', serif;
    display: block;
    font-weight: bold;
    font-size: 1.875rem;
    line-height: 1;
    margin: 0 0 5px;
    letter-spacing: .05em;
    color: #58207c;
}
.section_title h2 .en .head {
	font-size: 2.3125rem;
	display: inline-block;
    margin-right: 1px;
}
.section_title h2 .ja {
	color: #58207c;
	letter-spacing: .15em;
}
.section_title h2 .ja.black {
	color: #000;
}
.section_title p img {
    width: 45%;
}
.btn {
    width: 50%;
    text-align: center;
    transition: 0.2s;
	background: #fff;
	border-radius: 5px;
	margin: 0 auto;
}
.btn a {
    font-size: 1.6em;
    color: #58207c;
    padding: 3% 6%;
    display: block;
    letter-spacing: 0.05em;
	font-weight: bold;
}
.btn a:hover {
	opacity: .6;
}
.fa-solid  {
    margin-left: 5%;
}
.gl-before,
.gl-after {
	content:'';
	position: relative;
	width: 100%;
	height: 2px;
	background: -moz-linear-gradient(top, #efeaa1, #efeaa1 16%, #fffba3 30%, #a4934b 45%, #998950 61%, #c0b066 84%, #6c5b34);
	background: -webkit-linear-gradient(top, #efeaa1, #efeaa1 16%, #fffba3 30%, #a4934b 45%, #998950 61%, #c0b066 84%, #6c5b34);
	background: linear-gradient(to bottom, #efeaa1, #efeaa1 16%, #fffba3 30%, #a4934b 45%, #998950 61%, #c0b066 84%, #6c5b34);
}
.gl-before span,
.gl-after span {
	position:absolute;
	left: 50%;
    transform: translateX(-50%);
	z-index: 1;
}
.gl-before span{
    content: url(img/hana.png);
    top: -40px;
}
.gl-after span {
	content: url(img/hana.png);
	top: 5px;
}
@media screen and (max-width:1023px){
	.btn {
    	width: 80%;	
	}
}
@media screen and (max-width: 767px){
	.section_title p img {
    	width: 94%;
    	margin: 0 auto;
    	display: block;
	}
	.section_title h2 {
    	font-size: 1.25rem;
		margin-top: 60px;
	}
	.btn {
    	width: 96%;
	}
	.btn a {
    	font-size: 1.1375rem;
	}
	.section_title {
    	margin: 0 0 30px;
    	padding: 40px 0 0;
	}
	.section_title h2 .en {
		font-size: 1.25rem;
		margin: 0 0 -6px;
	}
	.section_title h2 .ja {
		font-size: .875rem;
	}
	.gl-before span,
	.gl-after span {
		width: 30px;
	}
	.gl-before span {
		top: -15px;
	}
}
/*メインビジュアル*/
.top {
    position: relative;
}
.top .mo {
	display: none;
}
.sp_top_img {
    padding-top: 60px;
}
@media screen and (max-width: 1023px){
	.top_image {
    	margin-top: 80px;
	}
}
@media screen and (max-width: 767px){
	.top .top_image {
    	background-image: none;
	}
	.top .pc {
		display: none;
	}
	.top .mo {
		display: block;
		padding-top: 60px;
	}
}
/* お知らせ */
#info {
	position: relative;
	padding: 100px 0 170px;
	z-index: 0;
}
#info .wrap {
	max-width: 1020px;
}
#info .item-1 {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 900px;
}
#info .item-2 {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
#info .item-3 {
	position: absolute;
	bottom: 0;
	right: 0;
}
#info .item-4 {
	position: absolute;
	bottom: 0;
	left: 0;
	transform:rotate(270deg);
}
#info .box {
	position: relative;
	margin: 50px 0 0;
	border: 4px solid #c0b066;
	padding: 50px 120px;
	z-index: 2;
	background: url(img/white_wall_hash.webp);
    background-repeat: repeat;
    background-position: top;
}
#info .box .item-1 {
	position: absolute;
	top: 0;
	left: 0;
}
#info .box .item-2 {
	position: absolute;
	top: 0;
	right: 0;
	transform:rotate(90deg);
}
#info .box .item-3 {
	position: absolute;
	bottom: 0;
	right: 0;
	transform:rotate(180deg);
}
#info .box .item-4 {
	position: absolute;
	bottom: 0;
	left: 0;
	transform:rotate(270deg);
}
#info ul.parts {
    padding: 20px 0;
    border-bottom: 2px solid #c0b066;
}
#info ul.parts li {
	display: inline-block;
	vertical-align: middle;
}
#info ul.parts li.category {
	width:16%;
}
#info ul.parts li.category span {
	display: inline-block;
	font-size: .85em;
    padding: 3px 5px 1px;
    text-align: center;
	color: #fff;
}
#info ul.parts li.date {
	width: 16%;
}
#info ul.parts li.date p {
	font-size:.9375em;
	letter-spacing: .1em;
}
#info ul.parts li.title {
	width:68%;
}
#info .more {
	margin: 50px auto 0;
	text-align: center;
}
#info .more a {
    display: inline-block;
	font-family: 'Cinzel', serif;
    padding: 15px 40px;
    font-weight: bold;
    transition: .5s;
    color: #fff;
	background: #58207c;
}
#info .more a:hover {
	opacity: .8;
}
#info .more a span {
    position: relative;
    margin-right: 8px;
	letter-spacing: .1em;
}
#info .more a span::after {
    font-family: FontAwesome;
    content: '\f054';
	color: #fff;
    position: absolute;
    top: 2px;
    right: -30px;
    font-size: 12px;
}
@media screen and (max-width: 1200px){
	#info .wrap {
		width: 94%;
	}
	#info {
    	padding: 50px 0 80px;
	}
}
@media screen and (max-width: 1023px){
	#info ul.parts li.title {
		display: block;
    	width: 100%;
    	margin: 18px 0 0;
	}
	#info ul.parts li.date {
		width: 22%;
	}
}
@media screen and (max-width: 767px){
	#info {
		padding: 30px 0 50px;
	}
	#info .item-1,
	#info .item-2,
	#info .item-4 {
    	width: 120px;
	}
	#info .box .item-1,
	#info .box .item-2,
	#info .box .item-3,
	#info .box .item-4 {
	    width: 60px;	
	}
	#info .box {
		width: 96%;
    	margin: 0 auto;
    	padding: 40px 15px;
	}
	#info ul.parts {
    	padding: 12px 0;
	}
	#info ul.parts li.title {
    	width: 100%;
    	display: block;
		margin: 10px 0 0;
	}
	#info ul.parts li.category span {
    	display: block;
    	font-size: .85em;
    	letter-spacing: .1em;
		padding: 0;
	}
	#info .more {
    	margin: 40px auto 0;
	}
    #info ul.parts li.date, #info ul.parts li.category {
        width: 33%;
    }
}
@media screen and (max-width: 320px){
	#info ul.parts li.date,
	#info ul.parts li.category {
    	width: 40%;
	}
}
/*大会概要・規定*/
#event {
	position: relative;
}
#event .item-1 {
	position: absolute;
	top: 0;
	left: 0;
}
#event .item-2 {
	position: absolute;
    top: 90px;
    left: 0;
    transform: rotate(180deg);
    z-index: 0;
    opacity: 0.8;
}
#event .ratio li:first-child {
	width: 42%;
	margin-right:3%;
}
#event .ratio li:last-child {
	width: 55%;
}
#event .players-photo {
    border: 6px solid #c21500;
    border-image: linear-gradient(to bottom, #efeaa1, #efeaa1 16%, #fffba3 30%, #a4934b 45%, #998950 61%, #c0b066 84%, #6c5b34);
    border-image-slice: 1;
    box-shadow: 6px 6px 10px #333;
}
#event .text_box .sub_title {
	font-size: 3rem;
    color: #fff;
    margin-bottom: 40px;
	line-height: 1em; 
}
#event .text_box p {
    font-size: 1.4rem;
    line-height: 2em;
    letter-spacing: .2em;
    color: #fff;
}
#event .btn {
    margin: 0 auto;
    margin-top: 5%;
}
@media screen and (max-width: 1200px){
	#event:before {
		left: 10px;
	}
	#event:after {
		right: 10px;
	}
}
@media screen and (max-width: 1023px){
	#event .event_wrap .event_box {
    	width: 100%;
    	margin: 160px 0 0;
	}
	#event .text_box .sub_title {
    	font-size: 1.75rem;
		margin-bottom: 10px;
	}
	#event .text_box p {
    	font-size: 1rem;
    	line-height: 2em;
    	letter-spacing: .1em;
	}
	#event .item-1,
	#event .item-2 {
		width: 220px;
	}
	#event .btn {
    	margin: 50px auto 40px;
	}
	#event .ratio {
		width: 96%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 767px){
    #event .interval {
        padding: 60px 0;
    }
	#event .ratio li:first-child {
    	width: 100%;
    	margin: 0 0 10px;
	}
	#event .ratio li:last-child {
    	width: 100%;
	}
	#event .item-1,
	#event .item-2 {
    	width: 200px;
		z-index: 0;
	}
	#event .text_box .sub_title {
    	font-size: 1.75rem;
    	margin-bottom: 10px;
	}
	#event .text_box p {
    	font-size: 1rem;
    	line-height: 1.8em;
		letter-spacing: .1em;
	}
	#event:before,
	#event:after {
		width: 3px;
	}
	#event:before {
		left: 0;
	}
	#event:after {
		right: 0;
	}
	#event .ratio {
		margin: 0 1%;
	}
	#event .btn {
		margin: 30px auto;
		width: 98%;
	}
}
/*トーナメント表*/
#schedule {
	position:relative;
}
#schedule .item-1 {
    position: absolute;
    top: 4%;
    right: 0;
}
#schedule .item-2 {
    position: absolute;
    bottom:0;
    left 0;
}
#schedule .item-3 img {
    vertical-align: top;
}
#schedule .item-4 img {
    vertical-align: bottom;
}
#schedule .section_title p img {
    width: 75%;
}
@media screen and (max-width: 1023px){
	#schedule .section_title p img {
    	width: 100%;
	}
}
@media screen and (max-width: 767px) {
#schedule .item-1,
#schedule .item-2 {
    max-width: 120px;
}
}
/*試合速報・結果*/
#games {
	position: relative;
	z-index: 0;
}
#games .interval {
    padding: 100px 0;
}
#games .item-1 {
	position:absolute;
	top: 0;
	left: 0;
	z-index: -1;
	max-width: 900px;
}
#games .item-2 {
    position: absolute;
    bottom: 0;
    right: 0;
	z-index: -1;
	max-width: 900px;
	transform: scale(-1, -1);
}
#games .btn {
    background-color: #171932;
    margin: 0 auto;
}
#games .section_title p img {
    width: 75%;
}
#games .bracket {
	z-index: 1;
}
#games .date-table {
	position: relative;
}
#games .date-table table {
	width: 100%;
	border: 1px #000 solid;
	text-align: center;
	border-right: .5px #000 solid;
	border-bottom: .5px #000 solid;
}
#games .date-table table th,
#games .date-table table td {
	padding: 5px;
	vertical-align: middle;
	border-right: .5px #000 solid;
}
#games .date-table table tr {
	border-bottom: .5px #000 solid;	
}
#games .date-table table th {
	background:#333333;
	color: #fff;
	font-weight: normal;
	background: url(img/nami.webp);
    background-repeat: repeat;
    background-position: top;
}
#games .date-table table tr.first td:nth-child(1) {
	width: 12%;
}
#games .date-table table tr.first td:nth-child(2){
	width: 8%;
}
#games .date-table table tr.first td:nth-child(3){
	width: 5%;
}
#games .date-table table tr.first td:nth-child(4),
#games .date-table table tr.first td:nth-child(6){
	width: 25%;
}
#games .date-table table tr.first td:nth-child(5){
	width: 5%;
}
#games .date-table table tr.first td:nth-child(7),
#games .date-table table tr.first td:nth-child(8){
	width: 10%;
}
#games .game-url a {
	display: block;
	text-align: center;
	font-size: .875rem;
	color: #fff;
	letter-spacing: .05em;
	padding: 1px 0 3px;
}
#games .schedulebox {
    padding: 5%;
}
#games .schedulebox .tablepress>:where(thead,tfoot)>*>th {
    background-color: #000;
    color: #fff;
	text-align: center;
}
#games .schedulebox .tablepress td.column-1 {
    text-align: center;
    vertical-align: middle;
}
#games .schedulebox .tablepress>.row-hover>tr:hover>* {
    background-color: #fff;
}
#games .schedulebox .tablepress tr.row-6 td,
#games .schedulebox .tablepress tr.row-11 td,
#games .schedulebox .tablepress tr.row-15 td,
#games .schedulebox .tablepress tr.row-19 td,
#games .schedulebox .tablepress tr.row-24 td,
#games .schedulebox .tablepress tr.row-28 td,
#games .schedulebox .tablepress tr.row-32 td {
    background: #000;
    color: #fff;
	text-align: center;
}
#games .schedulebox .tablepress>:where(tbody)>.even>* {
    background-image: url(img/white_wall_hash.webp);
    color: var(--even-text-color);
	text-align: center;
}
#games .schedulebox .tablepress>:where(tbody)>.odd>* {
    background-image: url(img/white_wall_hash.webp);
    color: var(--odd-text-color);
	text-align: center;
}
#games .schedulebox .tablepress td.column-7 a {
    background: #58207c;
    color: #fff;
    padding: 2%;
    display: block;
    text-align: center;
}
#games .schedulebox .tablepress td.column-8 img {
    width: 50%;
}
@media screen and (max-width:1240px) {
	#games .item-1 img {
        width: 50%;
    }
}
@media screen and (max-width:1023px){
	#games .section_title p img {
    	width: 60% !important;
	}
	#games .date-table {
		padding: 30px;
	}
	#games .date-table .pin.no1,
	#games .date-table .pin.no2{
    	top: 0;
	}
	#games .date-table .pin.no3,
	#games .date-table .pin.no4 {
    	bottom: 14px;
	}
}
@media screen and (max-width:767px){
	#games .section_title p img {
    	width: 94% !important;
	}
	#games .section_title.section_title {
    	margin-bottom: 20px !important;
	}
	#games .date-table {
		overflow-x: scroll;
		padding: 0;
	}
	#games .date-table table {
		min-width: 1000px;
		font-size: .875rem !important;
		margin: 20px;
	}
	#games .date-table .pin {
		transform: scale(1);
	}
	#games .date-table .pin.no2,
	#games .date-table .pin.no3 {
		display: none;
	}
	#games .date-table .pin.no1 {
    	top: -1px;
    	left: 3px;
	}
	#games .date-table .pin.no4 {
    	bottom: 10px;
    	left: 3px;
	}
	#games .date-table table th,
	#games .date-table table td {
		padding: 5px;
	}
}
/*出場チーム*/
#teams {
    position: relative;
}
#teams .item-1 {
	position: absolute;
	top: 0;
	right: 0;
}
#teams .item-2 {
	position: absolute;
	bottom: 0;
	left: 0;
}
#teams .teams_img {
	padding: 50px 0;
}
#teams .teams_img .slider .box {
    padding: 0 2%;
}
#teams .teams_img .slider .box h2 {
	color: #333;
	font-weight: bold;
	letter-spacing: .1em;
	margin: 10px 0 0;
}
#teams .teams_img .slider .box .teams_img_inner {
	border: 4px solid #d5c34f;
  	border-image: linear-gradient(to right, #d5c34f, #f4f6ce,  #d9be6b);
	border-image-slice: 1;
}
#teams .btn {
    background: #58207c;
    margin: 0 auto 30px;
}
#teams .btn a {
	color: #fff;
}
#teams .teams_bm img {
    mix-blend-mode: multiply;
}
#teams .title_img {
    position:relative;
	padding-top: 110px;
}
#teams .title_img::after {
    position: absolute;
    right: 0;
    top: 20px;
    content: "";
	width:600px;
	height:281px;
    background: url(img/img_hane.png) no-repeat;
}
@media screen and (max-width: 767px){
	#teams .teams_img {
		padding: 0;
	}
	#teams .btn {
		margin: 20px auto 30px;
	}
}
/*大会コラム*/
.slick-initialized .slick-slide{
    display: block;
	margin:10px;
	overflow: hidden;
}
#columns #slider-wrap {
	padding: 50px 0;
}
#columns #slider-wrap .box {
	padding: 0 2%;
}
#columns #slider-wrap .box figure{
	position: relative;
}
#columns #slider-wrap .box figure img {
	border: 4px solid #d5c34f;
  	border-image: linear-gradient(to right, #d5c34f, #f4f6ce,  #d9be6b);
	border-image-slice: 1;
}
#columns #slider-wrap .box .post-title {
	margin: 16px 0 0;
	letter-spacing: .1em;
}
#columns {
	position: relative;
}
#columns .item-1 {
	position: absolute;
	top: 0;
    right: 0;
}
#columns .item-2 {
	position: absolute;
	bottom: 0;
	left: 0;
	transform:rotate(180deg);
}
#columns .ctgr {
    display: block;
    height: 52px;
    width: 120px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	position: absolute;
    bottom: 0;
    right: 0;
}
#columns .ctgr.ct_interview {
    background: url(img/colum2.png) center center no-repeat;
    background-size: contain;
}
#columns .ctgr.ct_column {
    background: url(img/colum3.png) center center no-repeat;
    background-size: contain;
}
#columns .ctgr.ct_special {
    background: url(img/colum1.png) center center no-repeat;
    background-size: contain;
}
@media screen and (max-width: 1200px){

}
@media screen and (max-width: 767px){
	#columns #slider-wrap {
    	padding: 0;
	}
	#columns .btn {
		margin: 20px auto 30px;
	}
	#columns .item-1,
	#columns .item-2 {
		width: 150px;
	}
}
/*ネット観戦・球場観戦*/
#watching .watch_wrap a:hover {
    opacity: 1;
}
#watching .watch_wrap li {
    display: inline-block;
    width: 50%;
    vertical-align: top;
	position:relative;
	overflow: hidden;
}
#watching .watch_wrap .watch_link h2,
#watching .watch_wrap .stadiums_link h2 {
    position:absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	color: #000;
	font-size: 1.5em;
	text-align:center;
	width:100%;
	letter-spacing: .2em;
}
#watching .watch_wrap li h2 img {
    width: 60%;
	display: block;
	margin: 0 auto;
}
#watching .watch_wrap figure a {
	display: block;
}
#watching .watch_wrap figure img {
    transition: 1s all;
}
#watching .watch_wrap figure img:hover {
    transform: scale(1.1,1.1);
    transition: 1.5s all;
}
#watching .watch_wrap .watch_link h2 span,
#watching .watch_wrap .stadiums_link h2 span {
    display: block;
	margin: 8px 0 0;
	color: #fff;
}
@media screen and (max-width: 767px){
	#watching .watch_wrap li {
    	display: block;
    	width: 100%;
	}
	#watching .watch_wrap .watch_link h2 span, 
	#watching .watch_wrap .stadiums_link h2 span {
    	margin: 14px 0 0;
    	line-height: 1;
	}
}
/*スポンサー*/
#sponsors {
    position: relative;
}
#sponsors .item-1 {
    position: absolute;
    top: 3%;
    right: 0;
}
#sponsors .item-1 img {
	vertical-align: top;
}
#sponsors .item-4 img {
	vertical-align: top;
}
#sponsors .item-4 img.btm {
    vertical-align: bottom;
}
#sponsors .sponsors_wrap {
	position: relative;
}
#sponsors .sponsors_img_box {
	position: relative;
}
#sponsors .box  {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}
#sponsors .box h3 {
    margin-bottom: 3%;
}
#sponsors .box .group1 li {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin: 1%;
}
#sponsors .box.n2 .group1 li {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin: 1%;
}
#sponsors .box .group1 li:last-child {
    margin: 1% 0 1% 1%;
}
#sponsors .box .group2 li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin: 1%;
}
#sponsors .box .group2 li:last-child {
    margin: 1% 0 1% 1%;
}
@media screen and (max-width: 767px) {
#sponsors .item-1 {
    max-width: 120px;
}
}
/*スライダー*/
.slick-prev, .slick-next {
	top: 44% !important;
	transform: translate(0, -44%) !important;
}
.slick-prev:before, .slick-next:before {
	font-size: 25px !important;
	color: #EEDF94 !important;
	opacity: 1 !important;
}
#teams .teams_img .slick-prev:before, #teams .teams_img .slick-next:before {
	color: #58207c !important;	
}
@media screen and (max-width: 1300px){
	.teams .slick-dots {
    	bottom: -55px !important;
	}
	.slick-prev, .slick-next {
		display: none !important;
	}
}
@media screen and (max-width: 767px){	
	.slick-dots li,
	.slick-dots li button,
	.slick-dots li button:before{
		width: 15px !important;
		height: 15px !important;
	}
	.slick-dots li button:before {
		font-size: 15px !important;
		line-height: !important;
	}
	.slick-dots {
    	bottom: -60px !important;
	}
	.slick-dotted.slick-slider {
    	margin-bottom: 80px !important;
	}
	#columns .slick-dots {
    	bottom: -20px !important;
	}
	#columns .slick-dotted.slick-slider {
    	margin-bottom: 40px !important;
	}
section.sponsors .sponsors_img_box .group2 li img {
    width: 60%;
}
}
/* ======================================================
/*         ++ 固定ページ（ヘッダー） ++
   ====================================================== */
#pageHeader {
    letter-spacing: 5px;
    padding: 60px 0 0;
}
#bread ul {
    margin: 8px auto 0;
    font-size: .85em;
    letter-spacing: .1em;
    text-align: center;
}
#bread li {
    display: inline;
	color: #fff;
}
#bread a {
	color: #fff;
}
.title_wrap {
    text-align: center;
    padding: 60px 0px;
}
element.style {
    padding-top: 2em;
}
.title_wrap h1 span {
    display: block;
    font-size: 4em;
    color: #fff;
    font-family: 'Cinzel', serif;
    font-weight: bold;
    font-style: normal;
}
.title_wrap h1 span.jp {
    font-size: 1.5em;
}
@media screen and (max-width: 1023px){
.title_wrap {
    padding: 10% 5%;
}
}
@media screen and (max-width: 767px){
	.title_wrap h1 span {
    	font-size: 2rem;
    	margin: 10px 0 0;
	}
.title_wrap h1 span.jp {
    font-size: 1em;
}
}
/* ======================================================
/*         ++ 固定ページ（出場チーム一覧） ++
   ====================================================== */
.teams .teams_list_wrap ul.list_box li {
    display: inline-block;
    width: 31%;
    vertical-align: top;
    padding: 1.5% 1% 1%;
    background: #58207c;
	box-shadow: 1px 3px 9px 0px #42210b;
    margin: 2% 2% 0 0;
    position: relative;
    text-transform: uppercase;
    animation: flicker 1.5s infinite alternate;   
}
.teams .teams_list_wrap ul.list_box li h2 {
    color: #fff;
    text-transform: uppercase;
}
.teams .teams_list_wrap ul.list_box li:last-child {
	margin-right: 0;
}
.teams .teams_list_wrap ul.list_box li a {
    text-align: center;
}
.teams .teams_list_wrap ul.list_box li h2 {
    margin-top: 2%;
}
.teams .teams_list_wrap ul.list_box li::before {
    content: url(img/pin.png);
    display: block;
    position: absolute;
    top: -7px;
    left: 47%;
}
.teams .teams_list_wrap ul.list_box li:hover {
    animation:shake 0.6s ease;
}
@keyframes shake {
    0%   { transform:rotate(0); }
    16%  { transform:rotate(12deg); }
    32%  { transform:rotate(-10deg); }
    48%  { transform:rotate(8deg); }
    64%  { transform:rotate(-6deg); }
    80%  { transform:rotate(4deg); }
    96%  { transform:rotate(-2deg); }
    100% { transform:rotate(0deg); }
}
@media screen and (max-width: 878px){
.teams .teams_list_wrap ul.list_box li {
    width: 48%;
}
}
@media screen and (max-width: 640px){
.teams .teams_list_wrap ul.list_box {
    text-align:center;
}
.teams .teams_list_wrap ul.list_box li {
    width: 70%;
	margin-bottom: 3%;
}
}
/* ======================================================
/*         ++ 固定ページ（個人情報保護方針） ++
   ====================================================== */
.privacypolicy .privacy_box {
    max-width: 900px;
    margin: 0 auto;
    letter-spacing: .1em;
    background: #fff;
    padding: 60px 40px;
    box-shadow: 1px 3px 9px 0px #797979;
}
.privacypolicy .privacy_smallbox h3 {
    font-size: 1.5em;
    text-align: center;
	padding: 1%;
}
.privacypolicy .privacy_smallbox h4 {
    font-size: 1.2em;
	padding: 1%;
	background: #58207c;
    color: #fff;
}
.privacypolicy .privacy_smallbox p {
    margin: 1% 0 3%;
}
.privacypolicy .privacy_box .privacy_smallbox ol {
    margin: 0 5% 4%;
}
@media screen and (max-width: 767px) {
.privacypolicy .privacy_box {
    padding: 40px 20px;
}
.privacypolicy .privacy_smallbox p {
    font-size: 0.8em;
}
.privacy_smallbox li {
    font-size: 0.8em;
}
}
/* ======================================================
/*            		++ 大会コラム ++
   ====================================================== */
/*single*/
.columns ul.post-cont h2,
.columns ul.post-cont p {
    letter-spacing: 0.12em;
}
.column-content.single {
	padding: 80px 0;
}
.column-content.single .wrap {
	max-width: 800px;
}
.columns .single-post {
	background: #fff;
    padding: 40px;
	box-shadow: 1px 3px 9px 0px #797979;
}
.columns .single-post .eye {
	position: relative;
}
.column-content .ctgr {
    display: block;
    height: 52px;
    width: 120px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
}
.column-content .ctgr.ct_special {
    background: url(img/colum1.png) center center no-repeat;
    background-size: contain;
}
.column-content .ctgr.ct_column {
    background: url(img/colum3.png) center center no-repeat;
    background-size: contain;
}
.column-content .ctgr.ct_interview {
    background: url(img/colum2.png) center center no-repeat;
    background-size: contain;
}
.single-post .eye .date {
	position: absolute;
    bottom: 10px;
    left: 10px;
	color: #fff;
	letter-spacing: .05em;
}
.single-post h2.post-title {
	font-size: 2rem;
    margin: 14px 0px 10px;
}
.single-post .post-text {
	line-height: 1.8em;
	letter-spacing: .05em;
}
.column-content.single .btn {
	margin: 80px auto 0;
}
@media screen and (max-width: 1023px){
	.column-content.single {
		padding: 50px 0;
	}
	.column-content.single .btn {
		margin: 50px auto 0;
	}	
}
@media screen and (max-width: 900px){
	.column-content.single .wrap {
		max-width: 96%;
	}	
}
@media screen and (max-width: 767px){
	.column-content.single {
		padding: 20px 0 30px;
	}
	.column-content.single .btn {
		margin: 30px auto 0;
	}
	.single-post h2.post-title {
    	font-size: 1.5rem;
    	margin: 10px 0px 6px;
	}
	.single-post .post-text {
    	line-height: 1.6em;
	}
}
/*一覧ページ*/
.c-fix:after {
	clear: both;
    content: " ";
    display: block;
}
.column-content.archive {
	padding: 50px 0;
}
.column-content.archive .post-cont li {
	display: inline-block;
	width: 31%;
	margin: 0 3.5% 30px 0;
	vertical-align: top;
}
.column-content.archive .post-cont li:nth-child(3n) {
	margin: 0 0 30px 0;
}
.column-content.archive .post-cont li a {
    color: #42210b;
}
.column-content.archive .post-cont li .eye {
	position: relative;
}
.column-content.archive .post-cont li .post-title {
	margin: 6px 0 0;
	font-size: 1rem;
	letter-spacing: .05em;
}
.column-content.archive .post-cont li .post-title span {
	color: #42210b;
}
.column-content.archive .obi-title {
    padding: 18px 24px;
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: .1em;
    margin: 0 0 16px;
    background: #58207c;
	background-image: url(img/bg_Column.webp);
    background-position: center;
    background-size: cover;
}
.column-content.archive section:nth-of-type(2) .obi-title {
    background: #005f71;
	margin: 20px 0 16px;
	background-image: url(img/bg_Interview.webp);
    background-position: center;
    background-size: cover;
}
.column-content.archive section:nth-of-type(3) .obi-title {
    background: #1a679c;
	margin: 20px 0 16px;
	background-image: url(img/bg_special.webp);
    background-position: center;
    background-size: cover;
}
.column-content.archive .obi-title span {
	margin: 0 0 0 8px;
	font-size: 1rem;
}
@media screen and (max-width: 767px){
	.column-content.archive {
    	padding: 30px 0;
	}
	.column-content.archive .post-cont li,
	.column-content.archive .post-cont li:nth-child(3n){
		display: block;
		width: 100%;
		margin: 0 0 15px 0;
	}
	.column-content.archive .obi-title,
	.column-content.archive section:nth-of-type(2) .obi-title,
	.column-content.archive section:nth-of-type(3) .obi-title{
    	padding: 14px 16px;
    	font-size: 1.25rem;
		margin: 0 0 10px;
	}
	.column-content.archive section:nth-of-type(3) .post-cont li:last-child {
		margin: 0;
	}
}
/* ======================================================
/*            		++ お問合せ ++
   ====================================================== */
input[type="button"],input[type="email"],input[type="text"],input[type="submit"],input[type="image"],textarea{
    outline: none;
}
#contact-form {
	padding: 80px 0;
}
#contact-form .form-wrap {
    max-width: 1020px;
	background: #fff;
    margin: 0 auto;
    box-shadow: 1px 3px 9px 0px #797979;
    padding: 80px;
	letter-spacing: .1em;
}
#contact-form .form-wrap .box .sent {
	margin-bottom: 16px;
}
#contact-form .form-wrap .ratio {
	margin: 0 0 20px;
}
#contact-form .form-wrap .ratio li {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-right: 4%;
}
#contact-form .form-wrap .ratio li .sent a {
    text-decoration: underline;
}
#contact-form .form-wrap .ratio li:last-child {
	margin-right: 0;
}
#contact-form .form-wrap h3.item-title {
    margin-bottom: 10px;
	letter-spacing: .05em;
	font-size: 1.1375rem;
}
#contact-form .wpcf7-form-control.textbox {
    width: 100%;
    padding: 5px 8px;
    font-size: 16px;
    border: none !important;
	border-bottom: #58207c solid 3px !important;
	background :none;
}
#contact-form .wpcf7-form-control.textarea{
    width: 100%;
    padding: 5px 8px;
    font-size: 16px;
    border: none !important;
	border: #58207c solid 3px !important;
	background :none;
}
#contact-form .wpcf7-form label {
    border: none !important;
    padding: 8px 10px 10px 7px;
    display: inline-block;
    cursor: pointer;
    margin: 0 6px 6px 0;
	border: #58207c solid 3px !important;
}
#contact-form span.his {
    background: #58207c;
    padding: 0 2px;
    color: #fff;
    border-radius: 3px;
    margin: 0 0 0 10px;
    font-size: 0.85rem;
}
#contact-form .transmission {
    text-align: center;
    margin: 72px auto 0;
}
#contact-form .transmission .button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    appearance: none;
    cursor: pointer;
    background: #58207c;
    background-size: contain;
    display: inline-block;
    width: 40%;
    outline: none;
    border-radius: 5px;
    font-size: 1.1rem;
    border: none;
    padding: 8px 0;
    margin: 0 auto;
    letter-spacing: .1em;
    color: #fff;
}
#contact-form .transmission .button:hover {
    background: #df6c82;
	color:#fff;
}
.wpcf7-spinner {
	display: block !important;
}
#contact-form .note {
	text-align: center;
	margin: 30px 0 0;
}
.thanks section {
	padding: 50px 0;
}
.thanks .inner {
	max-width: 1020px;
	margin: 0 auto;
	padding: 50px;
	background: #fff;
	box-shadow: 1px 3px 9px 0px #797979;
}
@media screen and (max-width:1023px){
	#contact-form {
    	padding: 50px 0;
	}
	#contact-form .form-wrap {
    	padding: 30px;
	}
	#contact-form .transmission .button {
		width: 50%;
	}
	#contact-form .transmission {
    	margin: 50px auto 0;
	}
}
@media screen and (max-width:767px){
	#contact-form {
		padding: 30px 0;
	}
	#contact-form .form-wrap {
    	padding: 20px 10px 6px;
	}
	#contact-form .form-wrap .ratio {
    	margin: 0 0 12px;
	}
	#contact-form .form-wrap .ratio li {
    	width: 100%;
    	margin: 0 0 12px;
	}
	#contact-form .form-wrap .ratio li:last-child {
    	margin: 0;
	}
	.wpcf7-list-item {
		margin: 0 !important;
	}
	#contact-form .transmission {
    	margin: 30px auto 0;
	}
	#contact-form .note {
    	text-align: left;
    	margin: 20px 0 0;
	}
	.thanks section {
		padding: 30px 0;
	}
	.thanks .inner {
		padding: 20px;
	}
}
/* ======================================================
/*          	++ 出場チームsingle ++
   ====================================================== */
.team-content .single-post .team_box .line2 {
    margin-bottom: 3%;
}
.team-content .single-post .team_box .line2 img {
    transform: scale(-1, 1);
}
.team-content.interval {
    padding: 130px 0;
}
.team-content .single-post {
    margin: 0 0 5% 0;
}
.team-content .single-post .fa-solid {
    margin-left: 0.5em;
	font-size: 0.7em;
}
.team-content .single-post .box {
    overflow: hidden;
    padding: 0 0 2% 0;
	color: #42210b;
}
.team-content .single-post .box a {
    color: #42210b;
}
.team-content .single-post .post-text {
    margin: 0 0 2% 0;
}
.team-content .single-post .post-stadium {
    float: left;
    width: 48%;
    margin: 0 2% 0 0;
}
.team-content .single-post .post-sns {
    float: left;
    width: 50%;
}
.team-content .single-post .post-sns .site {
    margin: 0 3% 0 0;
    padding: 2% 7%;
    color: #333;
    font-weight: bold;
    border: 2px solid #333;
}
.team-content .single-post .post-sns .site:hover {
    background: #333;
    border: 2px solid #333;
    color: #fff;
	opacity: 1;
}
.team-content .single-post .post-sns .tw,
.team-content .single-post .post-sns .ig,
.team-content .single-post .post-sns .fb {
    font-size: 2em;
    color: #42210b;
    vertical-align: sub;
    margin: 0 2% 0 0;
}
.team-content .single-post .post-sns .fb {
    margin: 0;
}
.team-content .single-post .team_box h3.title_type {
    background-position: center;
    background-size: cover;
    padding: 18px 24px;
    color: #42210b;
    font-size: 1.5rem;
    letter-spacing: .1em;
	text-align: left;
}
.team-content .single-post .team_box {
    margin: 0 0 3% 0;
	overflow: hidden;
}
.team-content .single-post .team_box.staff ul {
    overflow: hidden;
}
.team-content .single-post .team_box.staff li {
    float:left;
    width: 32%;
    vertical-align: top;
    margin: 0 2% 2% 0;
    background: #fff;
    box-shadow: 1px 3px 9px 0px #42210b;
    border: 1px solid #c6c6c6;
    text-align: center;
}
.team-content .single-post .team_box.staff li:nth-child(3n) {
    margin: 0 0 2% 0;
}
.team-content .single-post .team_box.staff li h4 {
    background: #58207c;
    color: #fff;
    padding: 2%;
    font-size: 1.2em;
}
.team-content .single-post .team_box.staff li p {
    padding: 0 2% 2%;
}
.team-content .single-post .team_box.staff li p.kana {
    padding: 2% 2% 0;
    font-size: 0.7em;
}
.team-content .single-post .team_box ul.member {
    width: 32%;
    float: left;
    margin: 0 2% 2% 0;
    border: 1px solid #c6c6c6;
	box-shadow: 1px 3px 9px 0px #42210b;
}
.team-content .single-post .team_box ul.member:nth-of-type(3n) {
    margin: 0 0 2% 0;
}
.team-content .single-post .team_box ul.member li {
    background: #fff;
	display: block;
    width: 100%;
    border-right: none;
	border-bottom: solid 1px #ededed;
}
.team-content .single-post .team_box ul.member li:after {
    clear: both;
    content: " ";
    display: block;
}
.team-content .single-post .team_box ul.member li h4 {
    display: block;
    float: left;
    width: 30%;
    background: #58207c;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}
.team-content .single-post .team_box ul.member li p {
    float: right;
    width: 70%;
    font-size: .85rem;
	padding: 10px 0;
    text-align: center;
}
.team-content .btn {
    width: 270px;
    margin: 0 auto;
}
.team-content .btn a {
    font-size: 1em;
}
@media screen and (max-width: 1023px) {
.team-content.interval {
    padding: 120px 0;
}
}
@media screen and (max-width:850px){
.team-content .single-post .post-stadium,
.team-content .single-post .post-sns {
    width: 100%;
    margin: 0 0 2% 0;
}
.team-content .single-post .team_box ul.member {
    width: 49%;
    float: left;
    margin: 0 2% 2% 0;
}
.team-content .single-post .team_box ul.member:nth-child(4n) {
    margin: 0 2% 2% 0;
}
.team-content .single-post .team_box ul.member:nth-child(odd) {
    margin: 0 0 2% 0;
}
}
@media screen and (max-width:540px){
.team-content .single-post .team_box.staff li {
    float: left;
    width: 48%;
}
.team-content .single-post .team_box.staff li:nth-child(3n) {
    margin: 0 2% 2% 0;
}
.team-content .single-post .team_box.staff li:nth-child(even) {
    margin: 0 0 2% 0;
}
.team-content .single-post .team_box ul.member {
    width: 100%;
    float: left;
    margin: 0 0 2% 0;
}
}
/* ======================================================
/*          	++ ニュース一覧 ++
   ====================================================== */
.news .information .inner,
.single.single-post .info {
    padding: 80px;
	background: #fff;
}
.news .information .box {
    padding: 20px 0;
    border-bottom: 2px solid #c0b066;
}
.news .information .box:nth-of-type(1) {
    padding: 0 0 20px;
}
.single.single-post .info .date_time,
.news .information .box .date_time {
    letter-spacing: .2em;
    font-size: 0.95rem;
}
.single.single-post .info .category,
.news .information .box .category {
    display: inline-block;
    font-size: 0.7rem;
    padding: 3px 10px 1px;
    text-align: center;
    color: #fff;
    margin: 0 0 0 15px;
    letter-spacing: .1em;
    font-weight: bold;
}
.single.single-post .info h2.title,
.news .information .box h2.title {
    margin: 30px 0;
    font-size: 1rem;
    letter-spacing: .1em;
    font-weight: bold;
}
.news .information .box h2.title {
    margin: 10px 0;
}
.single.single-post .info .text,
.news .information .box .more-text {
    font-size: 0.85rem;
    letter-spacing: .1em;
}
@media screen and (max-width:767px) {
.news .information .inner, .single.single-post .info {
    padding: 20px;
}
}
/* ======================================================
/*          	++ ネット観戦ページ ++
   ====================================================== */
section.watch_box {
    text-align: center;
}
section.watch_box li {
    display: inline-block;
    width: 48%;
    margin-right: 2%;
    vertical-align: top;
    background: #fff;
    padding: 2%;
}
section.watch_box li:last-child {
    margin-right: 0;
}
.chui {
    max-width: 1180px;
    display: block;
    margin: 0 auto;
    padding: 2%;
    margin-top: 5%;
}
section.watch_box li h4 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 3%;
}
section.watch_box li div.text {
    margin-top: 4%;
}
section.watch_box li div.text p {
	text-align: left;
}
section.watch_box li .iro1 {
    background: #f98cba;
    color: #fff;
    padding: 0 3px;
}
section.watch_box li .iro2 {
    background: #f7921c;
    color: #fff;
    padding: 0 3px;
}
@media screen and (max-width:767px) {
section.watch_box li {
    width: 100%;
	margin-right: 0;
    margin-bottom: 4%;
}
}
/* ======================================================
/*         ++ 固定ページ（大会概要・規定） ++
   ====================================================== */
.event-outine section.summary {
	position: relative;
}
.event-outine section.summary .summary_wrap {
    padding: 70px;
}
.event-outine section.summary  .item-1 {
	position: absolute;
    top: 0;
    left: 0;
}
.event-outine section.summary  .item-2{
	position: absolute;
    bottom: 0;
    right: 0;
}
.event-outine section.summary .summary_wrap .logo {
    text-align: center;
	margin-top: 2%;
}
.event-outine section.summary table {
    border-collapse: collapse;
    width: 100%;
    letter-spacing: .1em;
	border-top: 2px solid #58207c;
    border-right: 2px solid #58207c;
}
.event-outine section.summary th {
    background: #58207c;
    border-bottom: 2px solid #fff;
    box-sizing: border-box;
    padding: 24px 16px;
    text-align: left;
    width: 17%;
    letter-spacing: .1em;
    font-weight: bold;
    color: #fff;
}
.event-outine section.summary tr:last-of-type th  {
	 border-bottom: 2px solid #58207c;
}
.event-outine section.summary td {
	background: #fff;
    border-bottom: 2px solid #58207c;
    box-sizing: border-box;
    padding: 24px;
	width: 86%;
}
.event-outine section.summary td .box1 {
    margin-bottom: 5%;
}
.event-outine section.summary td li {
    width: 16%;
    display: inline-block;
    margin-right: 2%;
    vertical-align: top;
}
.event-outine section.summary td li.name {
    width: 50%;
}
.event-outine #stadiums {
    position: relative;
}
.event-outine #stadiums .item-1 {
    position: absolute;
    top: 0;
    left: 0;
}
.event-outine #stadiums .item-2 {
    position: absolute;
    bottom: 0;
    right: 0;
}
.event-outine #stadiums .note {
	text-align: center;
	font-size: 1.0625rem;
	letter-spacing: .1em;
	font-weight: bold;
}
.event-outine #stadiums .stadium_inner {
    background: #fff;
    padding: 60px;
	box-shadow: 0 5px 30px -4px rgb(25 25 25 / 24%);
	border: 4px solid #d5c34f;
    border-image: linear-gradient(to right, #d5c34f, #f4f6ce, #d9be6b);
    border-image-slice: 1;
	margin: 50px 0 0;
}
.event-outine #stadiums .stadium_inner h4 {
	font-size: 1.5rem;
    margin-bottom: 20px;
    letter-spacing: .1em;
    font-weight: bold;
}
.event-outine #stadiums .stadium_inner .fa-solid {
    margin-left: 1%;
}
.event-outine #stadiums .stadium_inner li {
    display: inline-block;
    width: 47%;
    vertical-align: top;
    margin-right: 3%;
}
.event-outine #stadiums .stadium_inner li:last-child {
    margin-right: 0;
}
.event-outine #stadiums .stadium_inner .ad_bg {
    background: #333;
    padding: 10px 0;
    width: 170px;
    text-align: center;
    color: #fff;
    margin-bottom: 14px;
	letter-spacing: .15em;
	font-weight: bold;
}
.event-outine #stadiums .stadium_inner .ad_text {
    margin-bottom: 30px;
	letter-spacing: .1em;
}
.event-outine #stadiums .stadium_inner p {
    line-height: 1.7em;
}
.event-outine #stadiums .stadium_inner .map {
    width: 100%;
    height: 380px;
	overflow: hidden;
	position: relative;
}
.event-outine #stadiums .stadium_inner .map.madonna {
	margin: 20px 0 0;
}
.event-outine #stadiums .stadium_inner .map iframe {
	margin-top: -150px;
    width: 100%;
    height: 680px;
}
.event-outine #stadiums .stadium_inner .map a {
	font-size: .875rem;
	letter-spacing: .1em;
	color: #fff;
	position: absolute;
    bottom: 0;
    right: 0;
	display: block;
    background: rgba(0,0,0,.5);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    padding: 5px 10px;
}
@media screen and (max-width: 1023px){
	.event-outine section.summary .summary_wrap,
	.event-outine #stadiums .stadium_inner {
    	padding: 40px;
	}
	.event-outine section.summary th {
		width: 24%;
	}
	.event-outine section.summary td {
		width: 76%;
	}
	.event-outine #stadiums .stadium_inner {
		margin: 30px 0 0;
	}
	.event-outine #stadiums .note {
    	text-align: left;
	}
}
@media screen and (max-width: 767px){
	.event-outine section.stadium .stadium_inner li {
    	display: block;
    	width: 100%;
    	margin-bottom: 3%;
	}
	.event-outine section.summary .summary_wrap {
    	padding: 0;
	}
	.event-outine section.summary th {
		border-bottom: none;
    	padding: 18px 20px;
	}
	.event-outine section.summary td {
    	padding: 18px 20px;
	}
	.event-outine #stadiums .note {
    	font-size: 1rem;
	}
	.event-outine #stadiums .stadium_inner {
		margin: 30px 0 0;
		padding: 20px 10px;
	}
	.event-outine #stadiums .stadium_inner h4 {
    	font-size: 1.25rem;
	}
	.event-outine #stadiums .stadium_inner li {
		display: block;
		margin: 0 0 20px;
		width: 100%;
	}
	.event-outine #stadiums .stadium_inner .map iframe {
		height: 620px;
	}
	.event-outine #stadiums .stadium_inner .map {
    	height: 300px;
	}
.event-outine #stadiums .item-1,
.event-outine #stadiums .item-2 {
    max-width: 120px;
}
.event-outine section.summary .item-1,
.event-outine section.summary .item-2 {
    max-width: 120px;
}
}
@media screen and (max-width: 640px) {
.event-outine section.summary .summary_wrap .tape_l,
.event-outine section.summary .summary_wrap .tape_r {
    width: 90px;
    height: 74px;
}
.event-outine section.summary .summary_wrap .tape_r {
    top: -26px;
    right: -16px;
}
.event-outine section.summary .summary_wrap .tape_l {
    top: -26px;
    left: -16px;
}
.event-outine section.summary th,
.event-outine section.summary td {
    display: block;
    width: 100%;
}
.event-outine section.summary .summary_wrap .tape_l img,
.event-outine section.summary .summary_wrap .tape_r img {
    mix-blend-mode: normal;
}
.event-outine section.summary td {
    border-bottom: none;
}
}