@charset "UTF-8";
/*
Theme Name:第20回全日本女子硬式クラブ野球選手権大会
Theme URI:https://club.womensbaseball.jp/2025/
Description:第20回全日本女子硬式クラブ野球選手権大会
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: "M PLUS 1", 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;
	font-weight: bold;
	}
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');
}
/* --------------------------------------------------- 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_yellow {
    background: #e5c12c!important;
}
.bg_red {
    background: #a0182c!important;
}
.bg_green {
    background: #12877d!important;
}
.bg2025_1 {
    background-image: url(img/bg2025_1.png)!important;
}
.bg2025_2 {
    background-image: url(img/bg2025_2.png)!important;
}
.bg2025_3 {
    background-image: url(img/bg2025_3.png)!important;
}
.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;
	}
}
/* ======================================================
/*            ++ header ++
   ====================================================== */
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 9999;
}
.header.sticky {
	position: fixed;
    top: 0;
    left: 0;
	background: #12877da3;
	z-index: 9999;
	height: 150px;
}*/
.header .container{
	margin: 0 auto;
	position: relative;
}
.header .top-logo {
    width: 200px;
    height: 200px;
	background: url(img/logo.png) no-repeat;
    background-size: cover;
    margin: 0;
    z-index: 5;
    position: absolute;
    top: 30px;
    left: 20px;
}
.header .nav {
    float: none;
    width: 100%;
    margin:0;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translate(-45%, -50%);
    -webkit-transform: translate(-45%, -50%);
    max-width: 1240px;
    -ms-transform: translate(-45%, -50%);
}
.header .sns_icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 150px;
}
.header .sns_icon li a {
    font-size: 30px;
}
.header .sns_icon li {
    margin-right: 10px;
}
.header .nav-title .en {
	font-size: 1.25rem;
}
.header .nav-item{
	display: inline-block;
	vertical-align: top;
	width: 9%;
}
.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:hover,
.header.sticky .nav-title:hover {
	color: #e5c12c;
	opacity: 1;
}
.header .nav-title .en {
    font-size: 0.7rem;
    font-weight: 400;
    font-family: "Rye", serif;
}
.header .nav-title .ja {
    font-size: .875rem;
    display: block;
    font-weight: bold;
}
.header.sticky .nav-title {
	color: #fff;
}
.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;
}
.header .sns_icon li {
    display: inline-block;
    margin-right: 5%;
}
.header .sns_icon li a {
    font-size: 1.8em;
    color: #fff;
}
@media screen and (max-width: 1023px){
	.header{
    	width: 100%;
    	height: 60px;
    	position: fixed;
    	top: 0;
    	left: 0;
    	z-index: 999;
	}
	.header.bg-transparent.sticky {
		background: rgba(0,0,0,.6);
		backdrop-filter: blur(3px);
		-webkit-backdrop-filter: blur(3px);
	}
	#mo-panel {
		display:none;
		padding-top: 60px;
	}
	.header .nav {
		float: none;
		margin: 0;
		background: rgba(0,0,0,.6);
		backdrop-filter: blur(3px);
		-webkit-backdrop-filter: blur(3px);
		height: 100vh;
    	overflow: scroll;
	}
	.header .nav-item {
		position: relative;
		float: none;
	    font-size: 1rem;
		color: #fff;
	}
	.header .panel-inner {
		width: 94%;
		padding: 15px 0 60px;
	}
}
@media screen and (max-width: 767px) {
	.header{
		height: 50px;
	}
	#mo-panel {
    	padding-top: 50px;
	}
	.header .panel{
		top: 50px
	}
}
@media screen and (max-width:1470px){
	.header .nav {
/*		 max-width: 1000px;*/
    	transform: translate(-43%, -50%);
    	-webkit-transform: translate(-43%, -50%);
    	-ms-transform: translate(-43%, -50%);
	}
	.header .top-logo {
    	width: 160px;
    	height: 160px;
		top: 49px;
	}
	.header .nav-title .ja {
    	font-size: .75rem;
	}
}
@media screen and (max-width: 1315px){
	.header {
    	height: 100px;
	}
	.header .top-logo {
    	width: 100px ;
    	height: 100px;
	}
	.header .nav {
		max-width: 850px;
        top: 30px;
        left: 160px;
		transform: none;
   		 -webkit-transform: none;
    	-ms-transform: none;
	}
	.header .sns_icon li a {
    	font-size: 22px;
	}
	.header .nav-item {
    	width: auto;
    	padding: 0 14px 0 0;
	}
}
@media screen and (max-width: 1023px){
	.header {
    	height: 80px;
	}
    .header.sticky {
        height: 80px;
    }
	.header .top-logo {
		top: 10px;
    	width: 60px;
    	height: 60px;
	}
	#mo-panel {
    	background: rgba(0,0,0,.6);
    	height: 100vh;
	}
	.header .sns_icon {
    	width: 175px;
		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: 30px;
	}
	.header .nav-item {
    	width: 50%;
    	padding: 0;
		margin-bottom: 15px;
	}
	.header .nav {
		position: static;
		max-width: 96%;
		margin: 0 2%;
		background: none;
		overflow:visible;
		padding: 60px 0 0 0;
	}
	.header .nav-title .en {
    	font-size: 1.5rem;
	}
	.header .nav-title .ja {
    	font-size: 1rem;
	}
}
@media screen and (max-width: 767px){
	.header {
    	height: 60px;
	}
    .header.sticky {
        height: 60px;
    }
	#mo-panel {
    	padding-top: 60px;
	}
	.header .nav-title {
    	line-height: 1.4em;
	}
	.header .top-logo {
    	top: 5px;
    	width: 80px;
    	height: 80px;
	}
	.header .nav-title .en {
    	font-size: 0.75rem;
	}
	.header .nav-title .ja {
    	font-size: .9375rem;
	}
	.header .sns_icon li {
    	margin-right: 15px;
	}
	.header .sns_icon {
    	width: 143px;
		right: 80px;
		top: 10px;
	}
	.header .sns_icon li a {
        font-size: 25px;
	}
}
@media screen and (max-width: 380px) {
.header .top-logo {
    width: 70px;
    height: 70px;
}
}
/* --------------------------------------------------- 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 {
	background: #a0182c;
	padding-top: 30px;
}
footer .copy {
	background: #e5c12c;
	padding: 5px 0;
	margin-top: 30px;
}
footer .copy p {
	text-align: center;
	font-size: .65rem;
	color: #f3e3c9;
}
footer .title_box {
    margin-bottom: 3%;
}
footer .title_box h2 {
    text-align: center;
    color: #f3e3c9;
	letter-spacing: 0;
}
footer .title_box h2 .en {
    font-size: 2rem;
	font-family: "Rye", serif;
    font-weight: 400;
    font-style: normal;
}
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 #f3e3c9;
}
footer .global-link.menu li {
	display: inline-block;
	width: 20%;
	vertical-align: top;
	color: #f3e3c9;
	text-align:center;
	border-right: 2px solid #f3e3c9;
	margin-bottom: 1%;
}
footer .global-link li,
footer .global-link li a {
	color: #f3e3c9;
}
footer .global-link.management {
    font-size: 0.8em;
    font-weight: normal;
}
footer .partner {
    position: relative;
	margin-top: 4%;
}
footer .partner .global-link.copo {
    position: absolute;
    top: -17px;
    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 #f3e3c9;
	}
	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;
	}
}
/* ======================================================
/*               ◆ コンテンツ ◆
/* ====================================================== 
/*トップ*/
.top {
    position: relative;
}
.top .maintitle {
    position: absolute;
    bottom: 15%;
    text-align:center;
	width: 100%;
}
.top .maintitle img {
    width: 60%;
}
.top .maintitle p {
	position:relative;
}
.top .maintitle h1 {
    text-align: center;
    font-size: 2.5rem;
    position: absolute;
    top: 60%;
    width: 100%;
    color: #42210b;
}
.section_title {
    margin-bottom: 5%;
	text-align: center;
}
.section_title h2.en {
    font-size: 4em;
    color: #F8F5D7;
	font-family: "Rye", serif;
	font-weight: 400;
	font-style: normal;
}
.section_title p.jp {
    font-size: 1.2em;
    color: #F8F5D7;
	position: relative;
}
.section_title p.jp:after {
    content: url(img/icon1.png);
    position: absolute;
    bottom: -90px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.btn {
    width: 50%;
    text-align: center;
    transition: 0.2s;
    background-color: #a0182c;
	border-radius: 5px;
}
.btn a {
    font-size: 1.6em;
    color: #fff;
    padding: 3% 6%;
    display: block;
    letter-spacing: 0.05em;
}
.fa-solid  {
    margin-left: 5%;
}
.more {
    margin: 50px auto 0;
    text-align: center;
}
.more a {
    background: #511F32;
    display: inline-block;
    padding: 15px 40px;
    transition: .5s;
    color: #fff;
    position: relative;
    outline-offset: -6px;
	width: 240px;
    height: auto;
	font-family: "Rye", serif;
 	font-weight: 400;
 	font-style: normal;
	border-radius: 6px;
}
.more a span::after {
    font-family: FontAwesome;
    content: '\f054';
    color: #fff;
    position: absolute;
    top: 18px;
    right: 18px;
    font-size: 12px;
}
@media screen and (max-width: 767px){
	.section_title p img {
    	display: block;
	}
	.section_title h2 {
        font-size: 0.9rem;
	}
	.btn {
    	width: 100%;
	}
	.btn a {
    	font-size: 1.1375rem;
	}
.section_title h2.en {
    font-size: 2em;
}
}
@media screen and (max-width: 300px) {
.more a {
    width: 170px;
    font-size: 0.7em;
}
.more a span::after {
    top: 15px;
}
}
/*大会概要・規定*/
section.event {
    background: #e5c12c;
}
section.event .section_title h2 {
    color: #511f32;
}
section.event .section_title p.jp {
    color: #511f32;
}
section.event .event_wrap .sub_title {
    font-size: 3rem;
    color: #511f32;
	margin-bottom: 4%;
}
section.event {
	position: relative;
}
section.event .item-1 {
    position: absolute;
    top: 0;
    left: 0;
}
section.event .event_wrap .box li {
    display: inline-block;
    width: 48%;
    margin-right: 2%;
    vertical-align: middle;
}
section.event .event_wrap .box li:last-child {
    margin-right: 0;
}
section.event .event_wrap  .event_box .sub_title {
	font-size: 3rem;
    color: #511f32;
    margin-bottom: 4%;
	line-height: 1.4em; 
}
section.event .event_wrap .event_box p {
    font-size: 1.25em;
    line-height: 2.7em;
    color: #511f32;
	text-shadow: 0 0 6px #fff;
}
section.event .players-photo {
	position: absolute;
	top: 80px;
	right: 0;
	z-index: -1;
}
section.event .players-photo img {
	display: block;
	width: 80%;
	margin: 0 0 0 20%;
}
section.event .btn {
    margin: 0 auto;
    margin-top: 5%;
}
@media screen and (max-width: 1200px){
	section.event .players-photo img {
    	width: 73%;
    	margin: 0 0 0 27%;
	}
}
@media screen and (max-width: 1023px){
	section.event .players-photo {
    	top: 40px;
	}
.top .maintitle h1 {
    font-size: 2rem;
    top: 60%;
}
}
@media screen and (max-width: 767px){
section.event .section_title p img {
    width: 80%;
}
.top .top_image {
    background-image: none;
}
	section.event .players-photo {
    	top: 90px;
	}
	section.event .event_wrap .event_box .sub_title {
    	font-size: 2rem;
    	text-shadow: 0 0 6px #fff;
	}
	section.event .players-photo img {
    	width: 88%;
    	margin: 0 0 0 12%;
	}
	section.event .event_wrap .event_box p {
    	font-size: 0.9375em;
    	line-height: 1.8em;
	}
section.event .item-1 img {
    max-width: 230px;
    opacity: 0.5;
}
section.event .event_wrap .box li {
    display: inline-block;
    width: 100%;
    margin-right: 0;
    vertical-align: top;
}
}
/*news*/
#news {
	position: relative;
	background-image: url(img/bg2025_3.png);
}
#news .section_title {
    position: relative;
}
#news .item-1 {
    position: absolute;
    top: 0;
    right: 0;
}
#news .item-1 img,
#news .item-2 img {
    max-width: 300px;
}
#news .item-2 {
    position: absolute;
    bottom: 0;
    left: 0;
	z-index: 0;
}
#news .wrap {
    position: relative;
	z-index: 1;
}
/*#news .box {
    position: relative;
    margin: 50px 0 0;
    padding: 50px 80px;
	background-image: url(img/bg_paper.jpg);
}*/
#news ul.parts {
    padding: 20px 0;
    border-bottom: 1.5px solid #c7b299;
}
#news ul.parts li {
    display: inline-block;
    vertical-align: middle;
}
#news ul.parts li.category {
    width: 16%;
}
#news ul.parts li.date {
    width: 16%;
}
#news ul.parts li.title {
    width: 68%;
}
#news ul.parts li.date p {
    font-size: .9375em;
    letter-spacing: .1em;
}
#news ul.parts li.date p {
    font-size: .9375em;
    letter-spacing: .1em;
}
#news ul.parts li.category span {
    display: inline-block;
    font-size: .85em;
    padding: 3px 5px 1px;
    text-align: center;
    color: #fff;
}
#news .box .slider2 {
    background: #f7f7f0;
    padding: 1%;
}
#news .box .category span {
    color: #fff;
    padding: 3px 8px;
    font-size: 0.8em;
}
#news .box .date {
    text-align: right;
}
#news .box .post-title h2 {
    font-weight: bold;
}
.grada_1 {
    background: #511F32;
}
@media screen and (max-width: 1023px) {
#news ul.parts li.title {
    display: block;
    width: 100%;
    margin: 18px 0 0;
}
#news ul.parts li.date {
    width: 22%;
}
#news ul.parts li.date p {
    font-size: 0.8375em;
}
#news ul.parts li.category {
    width: 25%;
}
}
@media screen and (max-width:767px){
#news .section_title p img {
    width: 45%;
}
#news .section_title {
    margin-top: 7%;
}
#news .section_title:before {
    top: -25px;
    left: 40%;
}
#news ul.parts li.date,
#news ul.parts li.category {
    width: 43%;
}
#news .box {
    padding: 30px 20px;
}
#news .item-1 img, #news .item-2 img {
    max-width: 170px;
    opacity: 0.5;
}
}
/*トーナメント表*/
#schedule {
    background: #12877d;
	filter:blur(0);
}
#schedule .section_title h2 {
    color: #42210b;
}
#schedule .section_title p.jp {
    color: #42210b;
}
#schedule .bracket .text p {
    color: #f8f5d7;
    text-align: center;
    margin: 2% 0;
}
@media screen and (max-width: 1023px){
	#schedule .section_title p img {
    	width: 70%;
	}
}
/*試合速報・結果*/
#games {
    background: #e5c12c;
	position: relative;
}
#games .item-1 {
    position: absolute;
    top: 0;
    left: 0;
}
#games .item-1 img,
#games .item-2 img {
    max-width: 380px;
}
#games .item-2 {
    position: absolute;
    bottom: 0;
    right: 0;
	z-index: 0;
}
#games .wrap {
    position: relative;
	z-index: 1;
}
#games .section_title h2 {
    color: #42210b;
}
#games .section_title p.jp {
    color: #42210b;
}
#games .btn {
    background-color: #171932;
    margin: 0 auto;
}
#games .date-table {
    position: relative;
    padding: 50px;
    background: #f8f5d7;
    box-shadow: 1px 3px 9px 0px #797979;
}
#games .date-table .pin {
    position: absolute;
	transform: scale(1.2);
}
#games .date-table .pin.no1 {
    top: 8px;
	left: 14px;
}
#games .date-table .pin.no2 {
    top: 8px;
	right: 20px;
}
#games .date-table .pin.no3 {
    bottom: 20px;
	right: 20px;
}
#games .date-table .pin.no4 {
    bottom: 20px;
	left: 14px;
}
#games .date-table table {
	width: 100%;
	border: 1px #333 solid;
	text-align: center;
	border-right: .5px #333 solid;
	border-bottom: .5px #333 solid;
}
#games .date-table table th,
#games .date-table table td {
	padding: 5px;
	vertical-align: middle;
	border-right: .5px #333 solid;
	text-align: center;
}
#games .date-table table tr {
	border-bottom: .5px #333 solid;	
}
#games .date-table table th {
    font-weight: bold;
    background: #a0182c;
    color: #fff;
    text-align: center;
}
#games .date-table table td.column-7 a {
    background: #511f32;
    color: #fff;
    padding: 2px 10px;
}
#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;
	background: #42210b;
	text-align: center;
	font-size: .875rem;
	color: #fff;
	letter-spacing: .05em;
	padding: 1px 0 3px;
}
#games .tablepress img {
    width: 70%!important;
}
.tablepress>:where(tbody)>.even>* {
    background-color: #f8f5d7!important;
}
.tablepress>.row-hover>tr:hover>* {
    background-color: #f8f5d7!important;
}
.tablepress>:where(tbody)>.odd>* {
    background-color: #f8f5d7!important;
}

#games .date-table table tr.row-5 td,
#games .date-table table tr.row-10 td,
#games .date-table table tr.row-15 td,
#games .date-table table tr.row-19 td,
#games .date-table table tr.row-24 td,
#games .date-table table tr.row-29 td,
#games .date-table table tr.row-32 td,
#games .date-table table tr.row-37 td,
#games .date-table table tr.row-40 td,
#games .date-table table tr.row-43 td,
#games .date-table table tr.row-46 td {
    background: #a0182c!important;
    color: #fff;
    text-align: center;
}
@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: 80px !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;
	}
#games .item-1 img, #games .item-2 img {
    max-width: 200px;
    opacity: 0.5;
}
}
/*出場チーム*/
section.teams {
    background-image: url(img/bg2025_1.png);
	position: relative;
}
section.teams .item-1 {
    position: absolute;
    top: 0;
    left: 0;
}
section.teams .item-2 {
    position: absolute;
    bottom: 0;
    right: 0;
	z-index: 0;
}
section.teams .wrap {
    z-index: 1;
    position: relative;
}
section.teams nav.teams_img .slider .box {
    padding: 2% 2% 3%;
	background: url(img/bg_paper.jpg);
}
section.teams nav.teams_img .slider .box h2 {
    color: #42210b;
}
.teams_bm img {
    mix-blend-mode: multiply;
}
.teams .title_img {
    position:relative;
	padding-top: 110px;
}
section.teams .slick-prev:before,
section.teams .slick-next:before {
    color: #f8f5d7;
}
section.teams .slick-initialized .slick-slide {
    box-shadow: 1px 3px 9px 0px #797979;
}
@media screen and (max-width: 767px){
	.teams .title_img {
		padding: 0;
	}
	.teams .title_img::after {
		right: 50%;
		width: 300px;
		height: 142px;
		background: url(img/img_hane-m.png) no-repeat center center;
		z-index: -1;
		opacity: .7;
		transform: translate(50%, 0);
    	-webkit-transform: translate(50%, 0);
    	-ms-transform: translate(50%, 0);
	}
.teams .section_title {
    margin-bottom: 10%;
}
section.teams .item-1 img,
section.teams .item-2 img {
    opacity: 0.5;
}
}
/*大会コラム*/
section.columns {
    background: #a0182c;
    background-size: cover;
}
.slick-initialized .slick-slide{
    display: block;
	margin:10px;
	overflow: hidden;
}
section.columns .section_title h2 {
    color: #F3E3C9;
}
section.columns .section_title p.jp {
    color: #F3E3C9;
}
section.columns #slider-wrap {
	position: relative;
	z-index: 1;
}
section.columns #slider-wrap .box figure{
	position: relative;
}
section.columns #slider-wrap .box .post-title {
	margin: 10px 0 0;
	color: #42210b;
}
section.columns .section_title .title_en {
	position:relative;
}
section.columns .section_title {
	position:relative;
    margin-bottom: 10%;
	z-index: 2;
}
section.columns .columns_wrap .btn {
    background-color: #F78663;
	margin:0 auto;
	margin-top: 7%;
}
section.columns .columns_wrap .btn a {
    color: #5e9d9b;
}
section.columns .columns_kitchencar .kitchencar_img {
    text-align: center;
    margin: 8% 0 3%;
}
section.columns .columns_kitchencar .car li {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-right: 3%;
    font-size: 1.5em;
    line-height: 2;
    color: #f3e3c9;
}
section.columns .columns_kitchencar .car li:last-child {
    margin-right: 0;
}
section.columns .columns_kitchencar .kitchencar_link {
    margin-top: 15%;
}
section.columns .columns_kitchencar .kitchencar_link h3 {
    text-align: center;
    color: #f3e3c9;
    margin-bottom: 2%;
}
section.columns .columns_kitchencar .kitchencar_link .btn {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 2%;
}
section.columns .columns_kitchencar .kitchencar_link .btn a {
    font-size: 0.7em;
    color: #f3e3c9;
    padding: 3% 2%;
	font-family: "Rye", serif;
    font-weight: 400;
    font-style: normal;
}
section.columns .columns_kitchencar .kitchencar_link .oyatsu {
    background: #F78663;
}
section.columns .columns_kitchencar .kitchencar_link .naspa {
    background: #95C2BD;
}
section.columns .columns_kitchencar .kitchencar_link .iwata {
    background: #605196;
}
section.columns .columns_kitchencar {
    position: relative;
}
section.columns .ctgr {
    display: block;
    height: 52px;
    width: 120px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	position: absolute;
    bottom: 0;
    right: 0;
}
section.columns .ctgr.ct_interview {
    background: url(img/icon_interview.png) center center no-repeat;
    background-size: contain;
}
section.columns .ctgr.ct_column {
    background: url(img/icon_colum.png) center center no-repeat;
    background-size: contain;
}
section.columns .ctgr.ct_special {
    background: url(img/icon_special.png) center center no-repeat;
    background-size: contain;
}
section.columns .bg {
    background: #f4f2e2;
}
section.columns .box {
    padding: 2% 2% 3%;
}
section.columns .slick-slide img {
    display: block;
    width: 360px;
    height: 240px;
}
section.columns .kijino {
    color: #fff;
    letter-spacing: initial;
}
section.columns .more {
    position: relative;
    z-index: 1;
}
section.columns .more a {
    background: #F78663;
    color: #f3e3c9;
}
section.columns .sun .kitchencar_sun {
	position: absolute;
    top: 220px;
    left: -120px;
    max-width: 280px;
    z-index: -1;
}
/*object-fit: cover;*/
@media screen and (max-width: 1200px){
	section.columns .columns_kitchencar .car li {
		width: 42%;
	}
	section.columns .columns_kitchencar .car li:last-child {
		width: 55%;
	}
}
@media screen and (max-width: 767px){
	section.columns .section_title::after,
	section.columns .section_title .title_en::after {
		z-index: -1;
	}
	section.columns .section_title .title_en::after {
    	right: 0;
    	bottom: -37px;
    	width: 200px;
    	height: 156px;
	}	
	section.columns .columns_kitchencar .car li {
    	display: block;
    	width: 100%;
    	margin-right: 0;
    	font-size: 1.1375rem;
    	line-height: 1.6em;
	}
	section.columns .columns_kitchencar .car li:last-child {
	    width: 100%;	
	}
	section.columns .columns_kitchencar .car li img {
    	display: block;
    	width: 50%;
		margin: 0 auto 15px;
	}
	section.columns .columns_kitchencar .kitchencar_link {
    	padding: 11% 0%;
	}
	section.columns .columns_kitchencar .kitchencar_link .btn a {
		font-size: 0.6em;
	}
	section.columns .columns_kitchencar .kitchencar_link .btn {
    	width: 70%;
	}
    section.columns .columns_kitchencar .kitchencar_link {
        margin-top: 0;
    }
}
@media screen and (max-width: 640px) {
section.columns .columns_kitchencar .kitchencar_link {
	padding: 15% 0%;
}
section.columns .columns_kitchencar .kitchencar_link .btn {
    width: 85%;
}
section.columns .sun .kitchencar_sun {
	top: -150px;
	left: 0px;
	max-width: 160px;
	z-index: -2;
}
section.columns .sun .kitchencar_sun img {
    opacity: 0.4;
}
section.columns .section_title {
    margin-bottom: 17%;
}
}
@media screen and (max-width: 398px) {
section.columns .columns_kitchencar .kitchencar_link {
    padding: 10% 0 22% 0;
}
}
/*グッズ*/
section.goods {
    background: #e5c12c;
	position: relative;
}
section.goods .img1 {
    position: absolute;
    top: 0;
    right: 0;
}
section.goods .img2 {
    position: absolute;
    bottom: 0;
    left: 0;
	z-index: 0;
}
section.goods .img1 img,
section.goods .img2 img {
    max-width: 320px;
}
section.goods .wrap {
    z-index: 1;
    position: relative;
}
section.goods .section_title h2.en,
section.goods .section_title p.jp {
    color: #42210b;
}
section.goods .gs_box {
    text-align: center;
}
section.goods .gs_box li {
    display: inline-block;
    width: 46%;
    margin: 2%;
}
section.goods .gs_box li img {
    filter:drop-shadow(5px 5px 5px #ccc);
}
section.goods p.comingsoon {
    font-size: 1.5em;
    text-align: center;
    color: #f5d791;
    font-style: italic;
    padding: 2% 0;
}
@media screen and (max-width: 767px) {
section.goods .section_title {
    margin-bottom: 15%;
}
section.goods .section_title p img {
    width: 50%;
}
section.goods .gs_box li {
    width: 95%;
    margin-right: 0;
    margin-bottom: 5%;
}
section.goods .img1 img,
section.goods .img2 img {
    max-width: 320px;
    opacity: 0.3;
}
}
/*ネット観戦・球場観戦*/
section.watching .watch_wrap a:hover {
    opacity: 1;
}
section.watching .watch_wrap li {
    display: inline-block;
    width: 50%;
    vertical-align: top;
	position:relative;
	overflow: hidden;
}
section.watching .watch_wrap .watch_link h2,
section.watching .watch_wrap .stadiums_link h2 {
    position:absolute;
    top: 35%;
	color: #fff;
	font-size: 1.5em;
	text-align:center;
	width:100%;
}
section.watching .watch_wrap li h2 img {
    width: 60%;
	display: block;
	margin: 0 auto;
}
section.watching .watch_wrap figure img {
    transition: 1s all;
}
section.watching .watch_wrap figure img:hover {
    transform: scale(1.15,1.15);
    transition: 1s all;
}
section.watching .watch_wrap .watch_link h2 span,
section.watching .watch_wrap .stadiums_link h2 span {
    display: block;
}

@media screen and (max-width: 767px){
	section.watching .watch_wrap li {
    	display: block;
    	width: 100%;
	}
	section.watching .watch_wrap .watch_link h2 img {
    	width: 60%;
	}
	section.watching .watch_wrap .watch_link h2,
	section.watching .watch_wrap .stadiums_link h2 {
    	top: 50%;
		left: 50%;
    	font-size: 1.25rem;
    	width: 90%;
    	transform: translate(-50%,-50%);
    	-webkit-transform: translate(-50%,-50%);
    	-ms-transform: translate(-50%,-50%);
	}
}
/*スポンサー*/
section.sponsors {
    background-image: url(img/bg2025_3.png);
	position: relative;
}
section.sponsors .img1 {
    position: absolute;
    top: 0;
    left: 0;
}
section.sponsors .img2 {
    position: absolute;
    bottom: 0;
    right: 0;
	z-index: 0;
}
section.sponsors .wrap {
    z-index: 1;
    position: relative;
}
section.sponsors .section_title h2.en, section.sponsors .section_title p.jp {
    color: #fff;
}
section.sponsors .title_img {
    text-align: center;
	margin: 8% 0 3%;
}
section.sponsors .sponsors_img_box {
    text-align: center;
}
section.sponsors .sponsors_img_box li {
    display: inline-block;
    margin: 10px auto;
    text-align: center;
	width: 45%;
    margin-right: 5%;
}
section.sponsors .sponsors_img_box li img {
    background: #fff;
}
section.sponsors .sponsors_img_box .group2 li {
    width: 28%;
}
section.sponsors .line3 {
	position: relative;
	z-index: 0;
}
section.sponsors .movie {
    text-align: center;
    position: relative;
    margin-bottom: 2%;
}
/*スライダー*/
@media screen and (max-width: 1100px){
	.teams .slick-dots {
    	bottom: -55px !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 .title_img {
    width: 60%;
    margin: 0 auto;
}
}
/* ======================================================
/*         ++ 固定ページ（ヘッダー） ++
   ====================================================== */
#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: #42210b;
}
#bread a {
	color: #42210b;
}
.title_wrap {
    text-align: center;
    padding: 120px 0px 60px 0px;
}
element.style {
    padding-top: 2em;
}
.title_wrap h1 span {
    display: block;
    font-size: 4em;
    color: #42210b;
	font-family: "Rye", serif;
    font-weight: 400;
    font-style: normal;
}
.title_wrap h1 span.jp {
    font-size: 1.5em;
    font-family: "M PLUS 1", serif;
}
@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;
}
}
/* ======================================================
/*         ++ 固定ページ（大会概要・規定） ++
   ====================================================== */
.event-outine .section_title h2,
.event-outine .section_title p {
    color: #42210b;
}
.event-outine section.summary .summary_wrap {
    background-color: #f7f7f0;
    padding: 5%;
	box-shadow: 1px 3px 9px 0px #42210b;
	position:relative;
}
.event-outine section.summary .summary_wrap .tape_l {
	position:absolute;
    top: -30px;
    left: -42px;
	width: 150px;
    height: 123px;
}
.event-outine section.summary .summary_wrap .tape_r {
	position:absolute;
    top: -37px;
    right: -54px;
	width: 150px;
    height: 123px;
}
.event-outine section.summary .summary_wrap .tape_l img,
.event-outine section.summary .summary_wrap .tape_r img {
    mix-blend-mode: multiply;
}
.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;
}
.event-outine section.summary th {
    background: #a0182c;
    border-bottom: 3px solid #fff;
    box-sizing: border-box;
    padding: 2%;
    text-align: left;
    width: 14%;
    color: #fff;
    letter-spacing: .1em;
    font-weight: normal;
}
.event-outine section.summary td {
    border-bottom: 3px solid #f3f1f1;
    box-sizing: border-box;
    padding: 3%;
    text-align: left;
    background: #f7f7f0;
	color: #333;
	width: 86%;
}
.event-outine section.stadium .stadium_inner {
    background: #f7f7f0;
    padding: 4%;
	box-shadow: 1px 3px 9px 0px #42210b;
}
.event-outine section.stadium .stadium_inner h4 {
    font-size: 1.5em;
    margin-bottom: 2%;
}
.event-outine section.stadium .stadium_inner .fa-solid {
    margin-left: 1%;
}
.event-outine section.stadium .stadium_inner div.kcn {
    margin-top: 3%;
}
.event-outine section.stadium .stadium_inner li {
    display: inline-block;
    width: 47%;
    vertical-align: top;
    margin-right: 3%;
	margin-bottom: 3%;
}
.event-outine section.stadium .stadium_inner li:last-child {
    margin-right: 0;
}
.event-outine section.stadium .stadium_inner .ad_bg {
    background: #12877d;
    padding: 1% 2%;
    width: 170px;
    text-align: center;
    color: #fff;
    margin-bottom: 2%;
}
.event-outine section.stadium .stadium_inner .ad_text {
    margin-bottom: 5%;
}
.event-outine section.stadium .stadium_inner ul.kcn {
    margin-top: 3%;
}
.event-outine section.stadium .stadium_inner {
    margin-top: 3%;
}
.event-outine section.stadium .stadium_inner h5 {
    margin-bottom: 2%;
    font-size: 1.3em;
}
.event-outine section.stadium .stadium_inner h5 span.sub {
    font-size: 0.8em;
    margin-left: 2%;
    vertical-align: text-bottom;
}
.event-outine section.stadium .stadium_inner p {
    line-height: 1.7;
}
.event-outine section.stadium .stadium_inner li.kcn_text {
    position: relative;
}
.event-outine section.stadium .stadium_inner li.kcn_text::before {
    content: url(img/shop_img.png);
    position: absolute;
    right: 2%;
    bottom: -60px;
}
.event-outine section.stadium .stadium_inner.nagashima .sub.p-br {
    display: block;
    margin-left: 2em;
}
#OYATSU, #NASPA, #IWANA,{
    padding-top: 60px;
    margin-top: -60px;
}
.pd-5 {
	padding: 5%;
}
.event-outine .t-box {
    text-align: center;
}
.event-outine .t-box .text {
    color: #511f32;
    font-size: 1.4em;
}
.event-outine .past_wrap img {
    box-shadow: 1px 3px 9px 0px #42210b;
}
@media screen and (max-width: 1023px){
}
@media screen and (max-width: 767px){
.event-outine .section_title p img {
    width: 100%;
}
.event-outine section.stadium .stadium_inner li {
    display: block;
    width: 100%;
    margin-bottom: 3%;
}
.event-outine section.stadium .stadium_inner li.kcn_text::before {
    right: 2%;
    bottom: 0;
    top: -38px;
	opacity: 0.4;
}
.event-outine section.stadium .stadium_inner h5 {
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}
.event-outine section.stadium .stadium_inner h4 {
    font-size: 1.2em;
}
.event-outine section.stadium .stadium_inner h5 {
    font-size: 1em;
}
.event-outine section.stadium .stadium_inner p {
    font-size: 0.9em;
}
}
@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;
}
.event-outine section.summary td,
.event-outine section.stadium .stadium_inner p {
    font-size: 0.8em;
}
span.course {
    font-size: 0.7rem;
}
.section_title {
    margin-bottom: 15%;
}
}
/* ======================================================
/*         ++ 固定ページ（出場チーム一覧） ++
   ====================================================== */
.teams .teams_list_wrap ul.list_box li {
    display: inline-block;
    width: 31%;
    vertical-align: top;
    padding: 1.5% 1% 1%;
    background: url(img/bg_paper.jpg);
	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: #511f32;
    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: #12877d;
    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;
	background: #fefdf1;
}
.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/icon_special.png) center center no-repeat;
    background-size: contain;
}
.column-content .ctgr.ct_column {
    background: url(img/icon_colum.png) center center no-repeat;
    background-size: contain;
}
.column-content .ctgr.ct_interview {
    background: url(img/icon_interview.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;
}
.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: 1.25rem;
	letter-spacing: .05em;
}
.column-content.archive .post-cont li .post-title span {
	color: #42210b;
}
.column-content.archive .obi-title {
    background-image: url(img/bk-title-1.webp);
    background-position: center;
    background-size: cover;
    padding: 18px 24px;
	color:#fff;
	font-size: 1.5rem;
	letter-spacing: .1em;
	margin: 0 0 16px;
}
.column-content.archive section:nth-of-type(2) .obi-title {
    background-image: url(img/bk-title-2.webp);
	margin: 20px 0 16px;
}
.column-content.archive section:nth-of-type(3) .obi-title {
    background-image: url(img/bk-title-3.webp);
	margin: 20px 0 16px;
}
.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: #12877d solid 3px !important;
	background :none;
}
#contact-form .wpcf7-form-control.textarea{
    width: 100%;
    padding: 5px 8px;
    font-size: 16px;
    border: none !important;
	border: #12877d 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: #12877d solid 3px !important;
}
#contact-form span.his {
    background: #ff6347;
    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: url(img/sent.png) center center no-repeat;
    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: url(img/sent-h.png) center center no-repeat;
	color:#42210b;
}
.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: #42210b;
    font-weight: bold;
    border: 2px solid #42210b;
}
.team-content .single-post .post-sns .site:hover {
    background: #42210b;
    border: 2px solid #42210b;
    color: #f8f5d7;
	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: #12877d;
    color: #f8f5d7;
    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: #12877d;
    color: #f8f5d7;
    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: #fefdf1;
}
.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 {
    background: #f49e3c;
    max-width: 1180px;
    display: block;
    margin: 0 auto;
    padding: 2%;
    margin-top: 5%;
}
.chui p {
    color: #fff;
}
section.watch_box li h4 {
    font-size: 1.5em;
    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%;
}
}