@charset "utf-8";
/*
Theme Name: エイジェックカップ2025サイト
Theme URI: https://agekkecup.agekke-sp.co.jp/2025/
Version: 1.1
Author:エイジェックスポーツマネジメント
Author URI:https://www.agekke.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%;
	letter-spacing: 0.5px;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	word-break: break-all;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article,aside,details,figcaption,figure,
footer,header,menu,nav,section {display: block;}
nav, ul {list-style: none;}
a {
	background: transparent;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
del {text-decoration: line-through;} 
table {
	border-collapse:collapse;
	border-spacing:0;
}
hr {
	border: 0;   
	border-top: 1px solid #cccccc;
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
}
img {
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: bottom;
}
input, select {vertical-align: middle;}
ul { 
	letter-spacing: -0.5em;
	list-style-type: none;
}
li { letter-spacing: normal;
     list-style-type: none;
}
figure {
	margin: 0!important;
}
/* ======================================================
/*               ++ STYLE ++
   ====================================================== */
html,body {
	color: #333;
    font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
	text-align: justify; /*文字右端揃え*/
	text-justify: inter-ideograph;
	width: 100%;
	height: 100%;
	}
a {
	color: #333;
	text-decoration: none;
	}
a.underline {
    padding-bottom: 2px;
    border-bottom: 1px solid;
	color: #004aed;
	margin: 0 5px;
}
/* ======================================================
/*                     ++ 共通 ++
   ====================================================== */
.wrap {
	max-width: 1200px;
	margin: 0 auto;
}
.wrap.mini {
	max-width: 980px;
}
.interval {
	padding: 80px 0;
}
.interval_botom {
	padding-bottom: 80px;
}
.f_wh {
    color: #fff!important;
}
.f_tume {
    letter-spacing: -0.12em;
}
.coming {
    text-align: center;
    font-size: 2em;
    color: #ccc;
    font-style: italic;
}
.header .tw-icon {
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
	margin-left: 10px;
}
.header .tw-icon::before {
    font-family: FontAwesome;
    content: '\e61b';
    color: #002d7f;
    position: absolute;
    top: 0px;
    left: 5px;
    font-size: 25px;
}
/* 拡大 */
.zoomIn{
	animation-name:zoomInAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
}
.m-plus-1p-regular {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@keyframes zoomInAnime{
  from {
	transform: scale(0.6);
  }

  to {
      transform: scale(1);
  }
}
@media screen and (max-width: 1100px) {
	.wrap.mini {
			max-width: 96%;
	}
}
@media screen and (max-width: 1200px) {
	.wrap {
			max-width: 96%;
	}
}
/* --------------------------------------------------- 改行 */
span.p-br {
	display: block;
}
span.m-br {
	display: inline;
}
span.pad-br {
	display: inline;
}
@media screen and (max-width: 1023px) {
	span.pad-br {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	span.p-br {
		display: inline;
	}
	span.m-br {
		display: block;
	}
}
/* --------------------------------------------------- margin微調整 */
.mt-10 {
	margin-top: 10px;
}
.mt-20 {
	margin-top: 20px;
}
.mb-20 {
	margin-bottom: 20px;
}
/* --------------------------------------------------- PC/MO　表示切替え */
.m-block {
	display: none;
}
@media screen and (max-width: 767px) {
	.m-block {
		display: block;
	}
	.p-block {
		display: none;
	}
}
/* --------------------------------------------------- コンテンツのpadding */
.interval {
    padding: 100px 0;
}
@media screen and (max-width: 1023px){
	.interval {
    	padding: 50px 0;
	}
}
@media screen and (max-width: 767px){
	.interval {
    	padding: 30px 0;
	}
}
/* --------------------------------------------------- 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;
}
/* --------------------------------------------------- フロート */
.c-fix:after {
	clear: both;
	content: " ";
	display: block;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
/* --------------------------------------------------- 横並び */
.ratio > li {
	display: inline-block;
	vertical-align: top;
}

@media screen and (max-width: 767px) {
	.ratio > li {
		display: block;
		width:100%;
	}
}
/* ======================================================
/*               ++ 装飾・アニメーション ++
   ====================================================== */
.red {
	color: red;
}
.gradation {
	background: #006cd7;
    background: -webkit-linear-gradient(to left, #fbff00, #006cd7);
    background: linear-gradient(to left, #fbff00, #006cd7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fuwat {
	opacity : 0;
	transform: translateY(20px);
	transition: all 1.5s;
}
@media screen and (max-width: 600px) {
	.fuwat {
  		transition: all .5s;
	}
}
.slide_l {
	opacity : 0;
	transform: translateX(-30px);
	transition: all 1s;
}
/* ----- ■ -----*/
.square {
	position: relative;
	margin-left: 24px;
}
.square::before {
	font-family: FontAwesome;
    content: '\f0c8';
    color:  #1a73e8;
    position: absolute;
	top: 2px;
    left: -23px;
    font-size: 13px;
}
.fuwafuwa{
  animation: fuwa 2s linear infinite;
}
@keyframes fuwa {
 	0% { transform: translateY(0) }
	25% { transform: translateY(-7px) }
	50% { transform: translateY(-14px) }
	75% { transform: translateY(-7px) }
 	100% { transform: translateY(0) }
}
figure.zoom {
	overflow: hidden;
}
figure.zoom img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
figure.zoom:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

@keyframes click {
	50% {transform: scale(7);opacity: 0;}
	51% {transform: scale(0);opacity: 0;}
	100% {transform: scale(1);opacity: 1;}
}
.fade {animation: .15s fade forwards;}
@keyframes fade {100% {opacity: 0;}}

.bgextend{
	animation-name:bgextendAnimeBase;
	animation-duration:1s;
	animation-fill-mode:forwards;
	position: relative;
	overflow: hidden;
	opacity:0;
}
@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }
  to {
    opacity:1;  
}
}
.bgappear{
	animation-name:bgextendAnimeSecond;
	animation-duration:1s;
	animation-delay: 0.6s;
	animation-fill-mode:forwards;
	opacity: 0;
}
@keyframes bgextendAnimeSecond{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}

.bgLRextend::before{
	animation-name:bgLRextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #005bac;
}
@keyframes bgLRextendAnime{
	0% {
		transform-origin:left;
		transform:scaleX(0);
	}
	50% {
		transform-origin:left;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:right;
	}
	100% {
		transform-origin:right;
		transform:scaleX(0);
	}
}
.fadeIn{
animation-name: fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeInAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(50px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}
.flipLeftTop{
animation-name: flipLeftTopAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes flipLeftTopAnime{
  from {
   transform: translate(-20px,80px) rotate(-15deg);
	opacity: 0;
  }
 
  to {
   transform: translate(0,0) rotate(0deg);
	opacity: 1;
  }
}
.flipRightTop{
animation-name: flipRightTopAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes flipRightTopAnime{
  from {
   transform: translate(-20px,80px) rotate(25deg);
   opacity: 0;
  }
  to {
   transform: translate(0,1) rotate(0deg);
	opacity: 1;
  }
}
.zoomIn{
	animation-name: zoomInAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
}
@keyframes zoomInAnime{
  from {
	transform: scale(0.6);
	opacity: 0;
  }
  to {
    transform: scale(1);
	opacity: 1;
  }
}
.fadeUpTrigger,
.zoomInTrigger,
.flipLeftTopTrigger,
.flipRightTopTrigger{
    opacity: 0;
}
/* ======================================================
/*            ++ header ++
   ====================================================== */
.header .logo{
	float: left;
	width: 180px;
	margin: 10px 0 0 30px;
	position: relative;
}
.header h1 span {
    color: #fff;
    font-size: 1.4em;
    position: absolute;
    top: 20px;
    right: 70px;
    font-weight: bold;
}
.header{
    background: none;
    height: 85px;
    position: relative;
    position: fixed;
    z-index: 9999;
    width: 100%;
    transition: 0.5s
}
.header .l-content{
	padding: 60px 0 0;
}
.header .l-container{
	margin: 0 auto;
	width: 100%;
}
.header .l-container p{
	margin-bottom: 20px;
}
.header .l-nav{
	float: right;
}
.header .nav-item{
	float: left;
	min-width: 167px;
	position: relative;
}
.header .nav-title{
	position: relative;
	display: block;
	padding: 0 0 0 30px;
	line-height: 60px;
	font-weight: bold;
	color: #fff;
}
.header .nav-item.single .nav-title{
	padding: 0;
	text-align:center;
}
.header .nav-title:hover{
    background: #fff;
    color: #333;
}
.header .nav-item.dd .nav-title:after {
    display: block;
    font-family: FontAwesome;
    content: '\f0d7';
    position: absolute;
    top: 0;
    right: 30px;
    font-size: 21px;
}
.header .nav-item.dd .nav-title.is-active:after {
    content: '\f0d8';
}
.header .nav-title.is-active {
	background: #333;
	color: #f6fc05;
}
.header .panel{
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	margin: auto;
	display: none;
	overflow: hidden;
	background: #333;
	width: 100%;
}
.header .panel-inner{
	margin: 0 auto;
	padding: 0 0 8px;
}
.header .panel-item > a,
.header .panel-item > h2 {
	display: block;
	padding: 8px;
	color: #fff;
	font-size: .9375rem;
	transition: .5s;
}
.header .panel-item > a h2,
.header .panel-item > h2{
	color: #f6fc05;
	font-weight: bold;
}
.header .panel-item > a:hover,
.header .panel-item > a h2:hover {
	color: #009de6;
}
ul.snsbox {
	position: absolute;
    top: 15px;
    right: 90px;
	width: 36px;
}
.snsbox li {
    display: inline-block;
    width: 25%;
    vertical-align: top;
}
.snsbox li a {
    color: #002d7f;
    font-size: 25px;
}
@media screen and (max-width: 1350px) {
	.header .nav-item {
    	min-width: 150px;
	}
}
@media screen and (max-width: 1200px){
.header .l-nav{
		float: none;
		width: 100%;
		display: none;
		background: #003b82;
    	position: absolute;
    	top: 60px;
    	left: 0;
	}
	.header .logo {
		float: none;
		display: inline-block;
	}
	.header .nav-item {
    	min-width: 100%;
	}
	.header .nav-item.single .nav-title {
		text-align: left;
		padding: 5px 50px;
	}
	.header .panel {
		position: static;
		padding: 0 60px 20px;
	}
	.header .nav-title {
		padding: 5px 50px;
	}
	.header .nav-item.dd .nav-title:after {
		top: 5px;
    	right: 50px;
	}
	.header .l-container p{
		margin-bottom: -1px;
	}
	.header .logo {
    width: 150px;
}
}
@media screen and (min-width: 1023px) {
.header.sticky {
    position: fixed;
    top: 0;
    box-shadow: rgba(0, 0, 0, .05) 0 0 10px 3px;
    background: rgba(255, 227, 247, 0.81) !important;
    height: 80px;
    width: 100%;
    z-index: 9999;
    padding-top: 0;
}
.header.sticky {
	background: rgb(70 204 252 / 65%) !important;
    height: 85px;
    transition: 0.5s;
}
.header.sticky .snsbox li a {
    color: #fff;
}
.header.sticky .menu-btn span,
.header.sticky .menu-btn span:before,
.header.sticky .menu-btn span:after {
    background-color: #fff;
}
.header.sticky .tw-icon::before {
    color: #fff;
}
}
@media screen and (max-width: 767px) {
	.header .logo {
		width: 95px;
    	margin: 12px 0 0 11px;
	}
	.header .l-nav{
		height: 100vh;
    	overflow: scroll;
	}
	.header .nav-title,
	.header .nav-item.single .nav-title {
    	padding: 5px 30px;
	}
	.header .nav-item.dd .nav-title:after {
		right: 30px;
	}
	.header .panel {
    	padding: 0 35px 20px;
	}
}
/* スマホナビゲーション */
.hamburger-menu{
	position:relative;
}
.menu-btn {
    position: fixed;
    top: 20px;
    right: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 90;
    padding: 0.8%;
    background-color: transparent;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: rgb(0 45 127);
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #3584bb;
}
.menu-content ul {
    padding: 150px 20px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #aec6ea;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 21px 14px 19px 0;
    position: relative;
    letter-spacing: 0.05em;
}
.menu-content ul li:nth-child(6) a{
    padding: 15px 14px 14px 0;
}
.menu-content ul li a img{
    width: 33%;
    vertical-align: middle;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 24px;
}
.menu-content {
    width: 30%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: #0e299ad4;
    transition: all 0.5s;
}
#menu-btn-check:checked ~ .menu-content {
    left: 70%;
}
#top-head.sticky .menu-btn {
    top: 30px;
}
#top-head.sticky .menu-btn span,#top-head.sticky .menu-btn span:before,#top-head.sticky .menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
}
#top-head.sticky #menu-btn-check:checked ~ .menu-btn span{
	background-color:transparent;
}
#top-head .menu-content .winmall-wrap {
    position: static;
    margin: 5% 0 0 5%;
}
@media screen and (max-width: 1024px){
.menu-btn {
    right: 38px;
}
}
@media screen and (max-width: 850px){
#menu-btn-check:checked ~ .menu-content {
    left: 56%;
}
.menu-content {
    width: 45%;
}
#top-head.sticky .menu-btn {
    top: 26px;
}
#top-head .menu-content .winmall-wrap {
    display: block;
    margin: 5% 0 0 11%;
}
}
@media screen and (max-width: 783px){
.menu-btn {
    top: 28px;
}
}
@media screen and (max-width: 640px){
.menu-content ul li a img {
    width: 70%;
}
ul.snsbox {
    position: absolute;
    top: 15px;
    right: 65px;
}
.menu-content ul li a {
    font-size: 14px;
    padding: 21px 21px 19px 0;
}
}
@media screen and (max-width: 450px){
.menu-btn {
    right: 27px;
}
ul.snsbox {
    position: absolute;
    top: 13px;
    right: 56px;
}
}
/* --------------------------------------------------- Toggle Button */
#mo-nav-toggle {
	display: none;
	position: absolute;
	right: 15px;
	top: 11.5px;
	width: 50px;
	height: 37px;
	cursor: pointer;
	z-index: 101;
}
#mo-nav-toggle div {
	position: relative;
}
#mo-nav-toggle span {
	display: block;
	position: absolute;
	height: 6px;
	width: 100%;
    background: linear-gradient(to right, #559e8e, #005bac);
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#mo-nav-toggle span:nth-child(1) {
	top: 0;
}
#mo-nav-toggle span:nth-child(2) {
	top: 15px;
}
#mo-nav-toggle span:nth-child(3) {
	top: 30px;
}
@media screen and (max-width: 1200px) {
	#mo-nav-toggle {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	#mo-nav-toggle {
    	right: 12px;
    	width: 44px;
	}
}
/* --------------------------------------------------- #nav-toggle 切り替えアニメーション */
@media screen and (max-width: 1200px) {
	#mo-panel-close {
		display:none;
		position: fixed;
    	right: 15px;
    	top: 10px;
    	width: 50px;
    	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: #005bac;
		left: 0;
	}
	#mo-panel-close span:nth-child(1) {
		top: 17px;
		-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: 17px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
}
@media screen and (max-width: 767px) {
	#mo-panel-close {
		right: 11px;
		width: 41px;
	}
}
/* ======================================================
/*                      ++ 共通 ++
   ====================================================== */
/* ----- タイトル -----*/
.sec-title-wrap {
	margin: 0 0 50px;
}
.sec-title-wrap.right {
	text-align: right;
}
.sec-title-wrap h2.sec-title {
	text-align: center;
}
.sec-title-wrap h2.sec-title span {
    position: relative;
    color: #333;
    display: block;
}
.gd_blue {
    display: block;
    background: linear-gradient(0deg, #273985 0%, #009FB9 50%, #273985 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gd_blue2 {
    display: block;
    background: #333399;
    background: linear-gradient(-1deg, rgba(51, 51, 153, 1) 0%, rgba(70, 204, 252, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sec-title-wrap h2.sec-title span.en {
    font-size: 4rem;
    font-family: 'Black Ops One', cursive;
    font-weight: normal;
	display: block;
    line-height: 0.9;
}
.cheer-dispatch .sec-title-wrap h2.sec-title span {
	margin: 0;
}
.cheer-dispatch .sec-title-wrap {
	text-align: center;	
}
.cheer-dispatch .sec-title-wrap h2.sec-title,
.cheer-dispatch .sec-title-wrap h2.sec-title span {
	display: block;
}
.cheer-dispatch .sec-title-wrap h2.sec-title span:before {
	content: none;
}
.cheer-dispatch .sec-title-wrap img {
	margin:  0 0 20px;
}
/* ----- ボタン -----*/
.more {
	margin: 50px auto 0;
	text-align: center;
}
.more a {
    display: inline-block;
    padding: 15px 60px;
	background: linear-gradient(90deg, #273985 0%, #009FB9 50%, #273985 100%);
    background: linear-gradient(90deg, rgba(51, 51, 153, 1) 0%, rgba(70, 204, 252, 1) 100%);
    font-weight: bold;
    transition: .5s;
	color: #fff;
	font-family: 'Black Ops One', cursive;
    font-weight: normal;
}
.more a span::after {
    font-family: FontAwesome;
    content: '\f054';
	color: #fff;
    position: absolute;
    top: 2px;
    right: -30px;
    font-size: 11px;
}
.more a:hover {
	color:#fff;
	background: linear-gradient(0deg, #273985 0%, #009FB9 50%, #273985 100%);
	background: linear-gradient(-1deg, rgba(51, 51, 153, 1) 0%, rgba(70, 204, 252, 1) 100%);
}
.more a span {
    position: relative;
    margin-right: 14px;
	letter-spacing: .3em;
}
@media screen and (max-width: 640px){
.sec-title-wrap {
    margin: 0 0 20px;
}
.sec-title-wrap h2.sec-title span.en {
    font-size: 3rem;
}
}
/* ======================================================
/*                      ++ #main-visual ++
   ====================================================== */
#main-visual {
    position: relative;
}
#main-visual .top-deco {
	position: absolute;
	bottom: 15%;
	left: 5%;
}
#main-visual .top-deco img {
	display: block;
}
#main-visual .site-title {
	position: absolute;
	top: 15%;
	left: 5%;
	text-align: center;
}
#main-visual .site-title h1 {
	font-size: 2.5rem;
	line-height: 1em;
	font-weight: bold;
}
#main-visual a.about_btn {
    position: absolute;
    bottom: 30%;
    right: 1%;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    width: 160px;
    height: 160px;
    background-color: #009fb9;
	background: linear-gradient(324deg, rgba(51, 51, 153, 1) 0%, rgba(70, 204, 252, 1) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #fff;
    flex-direction: column;
    filter: drop-shadow(0 0 7px #fff);
    z-index: 9;
    position: fixed;
}
#main-visual a.about_btn span {
    color: #ffffff;
    font-size: 21px;
    font-family: 'Black Ops One', cursive;
	font-weight: normal;
}
#main-visual a.contact_btn {
    position: absolute;
    bottom: 5%;
    right: 1%;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    background-color: #02b0b1;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    align-items: center;
    flex-direction: column;
    filter: drop-shadow(0 0 7px #fff);
    z-index: 9;
    position: fixed;
	background: #273985;
	background: linear-gradient(89deg, rgba(51, 51, 153, 1) 0%, rgba(70, 204, 252, 1) 100%);
}
#main-visual a.contact_btn span {
    color: #fff;
    font-size: 25px;
}
#main-visual .m-block .mov-kotei {
    position: fixed;
    bottom: 0;
    z-index: 8;
}
#main-visual .m-block .mov-kotei .about_btn {
    border-radius: 0;
    width: 50%;
    left: 0;
    bottom: 0;
    filter: none;
    height: 85px;
}
#main-visual .m-block a.about_btn span {
    font-size: 21px;
}
#main-visual .m-block .mov-kotei .contact_btn {
    border-radius: 0;
    width: 50%;
    right: 0;
    bottom: 0;
    filter: none;
    height: 85px;
}
#main-visual .m-block .mov-kotei .contact_btn span {
    font-size: 21px;
}
@media screen and (max-width: 1200px){
	#main-visual .top-deco {
    	width: 160px;
	}
}
@media screen and (max-width: 767px){
	#main-visual .site-title {
    	top: 5%;
	}
	#main-visual .site-title h1 {
		font-size: 1.75rem;
	}
	#main-visual .top-deco {
    	bottom: 18%;
    	width: 80px;
		right: 3%;
	}
}
/* ======================================================
/*                ++ お知らせ ++
   ====================================================== */
#info .wrap {
	position: relative;
}
#info .bg-contents {
	position: relative;
	padding: 60px 0 80px;
}
#info ul.parts {
    padding: 20px 0;
    border-bottom: dotted 0.5px #d4d9d6;
}
#info ul.parts li {
	display: inline-block;
	vertical-align: middle;
	transition: .5s;
}
#info ul.parts li.category {
	width:16%;
}
#info ul.parts li.category span {
	display: inline-block;
	background: linear-gradient(0deg, #273985 0%, #009FB9 50%, #273985 100%);
	background: linear-gradient(324deg, rgba(51, 51, 153, 1) 0%, rgba(70, 204, 252, 1) 100%);
	font-size: .85em;
    padding: 3px 5px 1px;
    text-align: center;
	color: #fff;
	letter-spacing: .1em;
}
#info ul.parts li.category span.event {
	background: #d9e021;
}
#info ul.parts li.category span.media {
	background: #4f9a93;
}
#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 ul.parts li.date:hover,
#info ul.parts li.title:hover {
	color: #009de6;
}
@media screen and (max-width: 1023px) {
	#info .box {
   		padding: 30px 50px;
	}
}
@media screen and (max-width: 767px){
#info .bg-contents::after {
    background-image: url(images/bg_news_sp.jpg) no-repeat;
    background-position: 0px 140px;
    background-size: auto;
}
	#info .bg-contents {
    	padding: 40px 0;
	}
	#info .box {
    	padding: 5px 10px 20px;
	}
	#info ul.parts {
    	padding: 10px 0 7px;
	}
	#info ul.parts li.category {
    	margin: 4px 0 5px;
	}
	#info ul.parts li {
    	display: block;
    	width: 100% !important;
	}
	#info ul.parts li.title h2 {
		font-weight: bold;
	}
	#info ul.parts li.category span {
		font-size: .75rem;
	}
	#info .more {
    	margin: 30px auto 0;
	}
	#info .more a {
		padding: 12px 60px;
	}
}
/* ======================================================
/*                ++ フッター ++
   ====================================================== */
.footer-bg {
    width: 100%;
    margin: 0;
	padding: 50px 0;
    position: relative;
    overflow: hidden;
    background: rgb(39,57,133);
	background: linear-gradient(90deg, #273985 0%, #009FB9 50%, #273985 100%);
	background: linear-gradient(324deg, rgba(51, 51, 153, 1) 0%, rgba(70, 204, 252, 1) 100%);
}
.profile {
    position: relative;
    z-index: 3;
}
footer .f_box li.box {
    display: inline-block;
    width: 32%;
    vertical-align: top;
    margin-right: 2%;
}
footer .f_box li.box:last-child {
    margin-right: 0;
}
footer .f-logo {
    margin: 0 0 30px 0;
}
footer .f-logo a {
    display: block;
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 39px;
    color: #fff;
    font-weight: bolder;
}
footer .f-logo a  span {
    display: block;
    font-size: 20px;
}
footer .ratio {
	margin-bottom: 5px;
}
footer .ratio > li {
	width: 60%;
	margin-right: 10px;
}
footer .ratio > li:nth-child(2n) {
	margin-right: 0;
}
footer .ratio > li a {
	letter-spacing: .1em;
	transition: .5s;
	font-weight: bold;
	font-size: .9375rem;
	color: #fff;
}
footer .ratio > li a .fa-caret-right {
    margin-right: 5px;
}
footer .ratio > li a:hover {
	color: #02d9fd;
}
footer .copyright {
    padding: 6px 0;
    text-align: center;
	background: #273b86;
	color:#fff;
}
footer .copyright p{
	font-size: .75em;
}
footer p.saport,
footer p.saport a {
    color: #FFF;
}
footer p.saport a:hover {
    color: #02d9fd;
}
@media screen and (max-width:1023px) {
	footer .ratio {
    	text-align: left;
	}
}
@media screen and (max-width:767px){
	footer .ratio > li {
		padding: 0 10px;
    	width: 50%;
	}
	footer .ratio > li a {
    	font-size: .875rem;
	}
footer .ratio > li {
    padding: 0 10px;
    width: 100%;
}
.footer-bg {
    padding: 50px 0 80px 0;
}
}
@media screen and (max-width:480px) {
footer .f-logo a {
    font-size: 1.5em;
	text-align: center;
}
footer .f-logo a span {
    font-size: 16px;
}
}
@media screen and (max-width:410px){
footer .f_box li.box {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
}
}
@media screen and (max-width:350px){
	footer .ratio > li a {
    	font-size: .75rem;
	}
footer .m-block .ratio > li {
    width: 100%;
}
}
/* ======================================================
/*               ++ 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;
	}
}
/* ------------------------------------------------------------------------------------------------- 固定ページ -----*/
/* ======================================================
/*                ++ 共通設定 ++
   ====================================================== */
#pageHeader {
	padding:100px 0;
	position: relative;
    background: url(images/bg02.webp) center center repeat;
}
#pageHeader.border-b {
    border-bottom: 6px solid #30cfd0;
    border-image: linear-gradient(to left, #30cfd0, #330867);
    border-image-slice: 1;
}
#pageHeader .title-wrap h1,
#pageHeader .title-wrap .en-title{
	display: inline-block;	
	color: #002d7f;
	vertical-align: middle;
}
#pageHeader .title-wrap h1 span
#pageHeader .title-wrap .en-title span {
	letter-spacing: .1em;	
}
#pageHeader .title-wrap h1 span {
	font-size: 1.25rem;
}
#pageHeader .title-wrap .en-title {
    font-size: 4rem;
    letter-spacing: .1em;
    font-family: 'Black Ops One', cursive;
    font-weight: normal;
}
.bg04 {
    background: url(images/bg04.webp) center center repeat;
}
@media screen and (max-width: 767px){
	#pageHeader {
		padding: 70px 0 40px;
	}
	#pageHeader .title-wrap .en-title {
    	font-size: 1.5rem;
	}
	#pageHeader .title-wrap h1 span {
		font-size: 1rem;
	}
}
@media screen and (max-width: 350px){
	#pageHeader .title-wrap .en-title {
    	font-size: 1.5rem;
	}
}
/*----- パンくず -----*/
#bread ul {
    margin: 16px auto 0;
}
#bread li {
	display: inline-block;
}
#bread li a,
#bread li {
	font-size: .875rem;
	color:#949494;
}
#bread li a:hover {color:005bac;}
@media screen and (max-width: 1023px){
	#bread ul {
		margin: 6px auto 0;
	}
}

/* ======================================================
/*               ++ ページネーション ++
   ====================================================== */
.pagenation {
    margin: 60px auto 0;
}
.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation ul {
    margin: 0 auto;
    text-align: center;
	border-bottom: none !important;
}
.pagenation li {
    list-style: none outside none;
    margin-left: 3px;
    display: -moz-inline-box;
  display: inline-block;
  /*display: inline;*/

}
.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li.active {
    background-color: #999999;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: not-allowed;
    padding: 10px 20px;
}
.pagenation li a {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.pagenation li a:hover {
    background-color: #444444;
    color: #FFFFFF;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}
@media screen and (max-width: 768px) {
	.pagenation {
		margin: 30px auto 0;
	}
}
@media screen and (max-width: 767px) {
	.pagenation {
		margin: 0;
	}
}
/* ======================================================
/*                ++ お問合せフォーム ++
   ====================================================== */
input[type="button"],input[type="email"],input[type="text"],input[type="submit"],input[type="image"],input[type="tel"],textarea,select,input[type="number"] {
    outline: none;
	font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    font-weight: bold;
	letter-spacing: .1em;
}
#contact-form {
	padding: 100px 0;
}
#contact-form .form-wrap {
	border: 6px solid #ddd;
    padding: 50px 100px;
    margin: 70px auto 0;
	letter-spacing: .1em;
	background: #fff;
}
#contact-form .form-wrap .box .sent {
	margin-bottom: 16px;
}
#contact-form .form-wrap .ratio {
	margin: 0 0 36px;
}
#contact-form .form-wrap .ratio li {
	width: 48%;
	margin-right: 4%;
}
#contact-form .form-wrap .ratio li:last-child {
	margin-right: 0;
}
#contact-form .form-wrap h2.item-title {
    margin-bottom: 7px;
}
#contact-form .form-wrap h2.item-title span {
	letter-spacing: .1em;
}
#contact-form .wpcf7-form-control.textarea {
    width: 100%;
    padding: 6px 8px;
    font-size: 16px;
    border: none !important;
	border-bottom: #ddd solid 2px !important;
}
#contact-form .wpcf7-form-control.textarea-s {
    width: 120px;
    padding: 6px 8px;
    font-size: 16px;
    border: none !important;
	border: #ddd solid 2px !important;
    border-radius: 5px;
}
#contact-form .wpcf7-form-control.textarea2{
    width: 100%;
    padding: 6px 8px;
    font-size: 16px;
    border: none !important;
	border: #ddd solid 2px !important;
    border-radius: 5px;
	margin: 5px 0 0;
}
#contact-form .wpcf7-form label {
    border: none !important;
    padding: 6px 10px 8px 8px;
    display: inline-block;
    cursor: pointer;
    background: #fff;
    margin: 0 6px 6px 0;
	border: #ddd solid 2px !important;
    border-radius: 5px;
}
#contact-form .wpcf7-form label input,
#contact-form .wpcf7-form label span {
	vertical-align: middle;
}
#contact-form .wpcf7-form-control.select {
    background: #fff;
    padding: 5px;
    width: 80%;
    font-size: 16px;
    border: none;
	border: #9bd9f3 solid 2px !important;
    border-radius: 5px;
}
#contact-form span.his {
	background: #002d7f;
	padding: 2px 4px 0 4px;
    color: #fff;
    border-radius: 3px;
    margin: 0 0 0 10px;
    font-size: 0.875em;
}
#contact-form .transmission {
    text-align: center;
    margin: 30px auto 0;
}
#contact-form .transmission .button,
div.wpcf7cp-btns .wpcf7-form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    appearance: none;
    cursor: pointer;
    background: #002d7f;
    display: inline-block;
    width: 30%;
    outline: none;
    border-radius: 5px;
    font-size: 1.125rem;
	font-weight: bold;
    border: none;
    padding: 12px 0;
    margin: 0 1%;
    letter-spacing: .2em;
    transition: .5s;
    color: #fff;
}
#contact-form .transmission .button:hover,
div.wpcf7cp-btns .wpcf7-form-control:hover {
    background: rgba(39,128,192,1);
    color: #fff;
}
#contact-form  .box {
	margin: 36px 0 0;
}
#contact-form  .box-2 {
	margin: 36px 0;
}
#contact-form  span.unit {
    display: inline-block;
    margin-left: 10px;
}
.wpcf7-spinner {
	display: block !important;
}
.wpcf7-list-item {
	margin: 0 !important;
}
#contact-form .note {
	letter-spacing: .1em;
	text-align: center;
	margin: 50px 0 0;
}
div#wpcf7cpcnf table {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	border: 1px solid #ccc;
	border-bottom: none;
}
div#wpcf7cpcnf table tr {
	border-bottom: 1px solid #ccc;
}
div#wpcf7cpcnf table th,
div#wpcf7cpcnf table td {
	padding: 12px;
}
div#wpcf7cpcnf table th {
	width: 50%;
	border-right: 1px solid #ccc;
	background: #f0f8ff;
}
div.wpcf7cp-btns {
	margin: 50px 0 0 !important;
	text-align: center;
}
.grecaptcha-badge {
	bottom: 56px !important;
	transform: scale(0.9, 0.9);
}
@media screen and (max-width:1023px){
	#contact-form .form-wrap {
		margin: 30px auto 0;
    	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 {
 		margin: 20px auto 0;
    	padding: 0 10px 6px;
	}
	#contact-form .form-wrap .ratio {
    	margin: 0 0 30px;
	}
	#contact-form .form-wrap .ratio li {
    	width: 100%;
    	margin: 0 0 30px;
	}
	#contact-form .form-wrap h2.item-title {
    	margin-bottom: 4px;
	}
	#contact-form .form-wrap .ratio li:last-child {
    	margin: 0;
	}
	.wpcf7-list-item {
		margin: 0 !important;
	}
	#contact-form .transmission {
    	margin: 30px auto 0;
	}
	div.wpcf7cp-btns {
    	margin: 40px 0 0 !important;
	}
	#contact-form .transmission .button, div.wpcf7cp-btns .wpcf7-form-control {
		width: 43%;
		font-size: 1rem;
		letter-spacing: .1em;
	}
	.grecaptcha-badge {
		bottom: 20px !important;
		right: -160px !important;
		transform: scale(0.5, 0.5);
	}
}
/* ======================================================
/*             ++ お問合せ ++
   ====================================================== */
.contact #contact-form {
	padding: 100px 0;
}
@media screen and (max-width:1023px){
	.contact #contact-form {
		padding: 50px 0;
	}	
}
@media screen and (max-width:767px){
	.contact #contact-form {
		padding: 30px 0;
	}		
}
/* ======================================================
/*             ++ 送信完了しました ++
   ====================================================== */
.thanks section {
	padding: 100px 0;
	text-align: center;
}
.thanks .top-link {
	margin: 30px 0 0;
	font-size: 1.125rem;
}
.thanks .top-link a {
	color: #005bac;
	font-weight: bold;
	transition: .5s;
	letter-spacing: .15em;
}
.thanks .top-link a:hover {
	color: #a2c2e6;
}
/* ======================================================
/*            		++ お知らせ ++
   ====================================================== */
/* single */
.single-post {
	background: #f6f7f7;	
}
.post-single {
    z-index: 0;
    position: relative;
	padding: 100px 0;
}
.single.single-post  {
	padding: 0;
}
.single.single-post .footer-bg {
	z-index:1;
}
.single.single-post .info {
	padding: 80px;
	box-shadow: 0 5px 30px -4px rgb(25 25 25 / 24%);
	background: #fff;
}
.single.single-post .info span.category,
.post-type-archive .information .box span.category{
	display: inline-block;
    font-size: .875rem;
    padding: 3px 10px 1px;
    text-align: center;
    color: #fff;
    margin: 0 0 0 15px;
    letter-spacing: .1em;
    font-weight: bold;
    background: #002d7f;
}
.single.single-post .info span.category.event,
.post-type-archive .information .box span.category.event {
    background: #006cd7;
}
.single.single-post .info span.category.media,
.post-type-archive .information .box span.category.media {
    background: #4f9a93;
}
.single.single-post .info .date_time,
.post-type-archive .information .box .date_time {
    letter-spacing: .2em;
    font-weight: bold;
}
.single.single-post .info h2.title,
.post-type-archive .information .box h2.title {
	margin: 30px 0;
	font-size: 1.1rem;
	letter-spacing: .1em;
	font-weight: bold;
}
.single.single-post .info .text {
	line-height: 1.8em;
}
.single.single-post .info .text,
.post-type-archive .information .box .more-text {
	font-size: 0.8375rem;
	letter-spacing: .1em;
}
.post-type-archive .information .box .more-text a {
	transition: .5s;
}
.post-type-archive .information .box .more-text a:hover {
	color: #9bd9f3;
}
.single.single-post .btn {
	margin: 50px auto;
	text-align: center;
}
.single.single-post .btn a {
    max-width: 300px;
    display: block;
    background: #000333;
    padding: 15px 10px;
    margin: 0 auto;
    transition: .5s;
}
.single.single-post .btn a:hover {
    background: #1a73e8;
}
.single.single-post .btn a span {
    font-size: 1rem;
    letter-spacing: .1em;
    font-weight: bold;
    position: relative;
    color: #fff;
    margin-right: 14px;
}
.single.single-post .btn a span::after {
    font-family: FontAwesome;
    content: '\f054';
    color: #fff;
    position: absolute;
    top: 3px;
    right: -30px;
    font-size: 11px;
}
.single-post th,td {
    padding: 5px;
	border: solid 1px #bbb;
}
.single-post th {
    background: aliceblue;
	text-align: center;
}
.single-post td {
	text-align: center;
}
.single-post table {
    border-collapse:  collapse; 
    width: 100%;
}
/* archive */
.post-type-archive .information {
    position: relative;
    z-index: 0;
	overflow: hidden;
}
.post-type-archive .information .inner {
	background: #fff;
    padding: 50px;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 0 20px #ccc;
}
.post-type-archive .information .box {
	padding: 20px 0;
    border-bottom: 2px solid #ddd;
}
.post-type-archive .information .box:nth-of-type(1) {
	   padding: 0 0 20px;
}
.post-type-archive .information .box h2.title {
	margin: 6px 0;
}
@media screen and (max-width:1023px) {
	.post-type-archive .information .inner, 
	.single.single-post .info {
    	padding: 50px;
	}
	.single.single-post .btn {
		margin: 50px auto 0;
	}
	.post-single {
		padding: 50px 0;
	}
}
@media screen and (max-width:767px) {
	.post-single {
    	padding: 30px 0;
	}
	.post-type-archive .information .inner, 
	.single.single-post .info {
    	padding: 20px 10px;
	}
	.single.single-post .btn {
		margin: 30px auto 0;
	}
	.single.single-post .info h2.title, 
	.post-type-archive .information .box h2.title {
    	margin: 20px 0;
    	font-size: 0.85rem;
	}
	.single.single-post .info .text,
	.post-type-archive .information .box .more-text {
    	font-size: 0.8rem;
	}
	.single.single-post .info .text {
    	line-height: 1.6em;
	}
.single.single-post .info span.category, .post-type-archive .information .box span.category {
    font-size: 0.675rem;
    margin: 0 0 0 10px;
}
}
/* ======================================================
/*             ++ プライバシーポリシー ++
   ====================================================== */
.privacy-policy section {
	padding: 80px 0;
}
.privacy-policy .top-sent {
	letter-spacing: .1em;
	margin-bottom: 44px;
}
.privacy-policy .item {
    padding: 0 0 40px;
    letter-spacing: .1em;
	line-height: 1.7em;
}
.privacy-policy .item .head {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 6px;
}
.privacy-policy .item .sent {
	padding-left: 22px;
	letter-spacing: .1em;
}
.privacy-policy .item:last-of-type {
	padding: 0;
}
@media screen and (max-width: 767px) {
	.privacy-policy section {
		padding: 20px 0;
	}
	.privacy-policy .top-sent {
    	margin-bottom: 20px;
	}
	.privacy-policy .item .head {
    	font-size: 1rem;
	}
	.privacy-policy .item .sent {
		padding-left: 0;
		font-size: .9375rem;
	}
	.privacy-policy .item {
    	padding: 0 0 20px;
	}
}
/* ======================================================
/*             ++ TOPICS ++
   ====================================================== */
#info .bg-contents {
    background-image: url(images/bg08.webp);
	background-position: bottom;
    background-size: cover;
}
@media screen and (max-width: 767px) {
#info .bg-contents {
	background-image: url(images/2024_bg01_sp.webp);
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
}
}
/* ======================================================
/*             ++ ABOUT ++
   ====================================================== */
#about {
    background: linear-gradient(90deg, #333399 0%, #46ccfc 50%, #333399 100%);
}
#about .bg-contents {
    background: rgb(39,57,133);
	background: linear-gradient(90deg, #273985 0%, #009FB9 50%, #273985 100%);
    background-image: url(images/bg01-2.png);
    background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
#about .sec-title-wrap h2.sec-title span {
    color: #fff;
}
#about .text-contents {
    text-align: center;
    color: #fff;
    line-height: 2.4;
    font-size: 1.2em;
    padding-bottom: 7%;
    text-shadow: 2px 3px 3px rgba(39, 128, 192, 1);
}
#about .more a {
    display: inline-block;
    padding: 15px 60px;
    background: #fff;
    font-weight: bold;
    transition: .5s;
    color: #2781c0;
    font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    font-weight: bold;
}
#about .more a span::after {
    font-family: FontAwesome;
    content: '\f054';
    color: #2781c0;
    position: absolute;
    top: 2px;
    right: -30px;
    font-size: 11px;
}
#about .more a:hover {
    background: rgb(15 53 160);
    color: #fff;
}
@media screen and (max-width: 767px) {
#about .text-contents {
    font-size: 0.85em;
}
#about .text-contents p {
    line-height: 1.9;
}
}
/* ======================================================
/*             ++ POINT ++
   ====================================================== */
#point {
    background: #333399;
}
#point .bg-contents {
    background-image: url(images/bg06.webp);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
}
#point .sec-title-wrap h2.sec-title span {
    color: #fff;
}
#point h3 {
    text-align: center;
    color: #fff;
    font-size: 2em;
}
#point .text-contents p {
    text-align: center;
    color: #fff;
    line-height: 2;
    margin: 2% 0;
}
#point .box li {
    display: inline-block;
    width: 30%;
    margin-right: 3%;
}
#point .box li:last-child {
    margin-right: 0;
}
#point .more a {
    display: inline-block;
    padding: 15px 60px;
    background: #fff;
    font-weight: bold;
    transition: .5s;
    color: #2781c0;
    font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    font-weight: bold;
}
#point .more a span::after {
    font-family: FontAwesome;
    content: '\f054';
    color: #2781c0;
    position: absolute;
    top: 2px;
    right: -30px;
    font-size: 11px;
}
#point .more a:hover {
    background: #2781c0;
    color: #fff;
}
#point .more a:hover span::after {
    color: #fff;
}
@media screen and (max-width: 767px) {
#point h3 {
    text-align: center;
    color: #fff;
    font-size: 1.5em;
}
#point .text-contents p {
    font-size: 0.8em;
}
}
/* ======================================================
/*             ++ TEAM ++
   ====================================================== */
#team .coment {
	text-align:right;
	margin-bottom:20px;
}
#team .bg-contents {
    position:relative;
    background-image: url(images/bg07.webp);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
#team .bg-contents::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/bg_fude1.png) no-repeat;
    background-size: 400px auto;
    width: 400px;
    height: 300px;
    z-index: -1;
}
#team .bg-contents::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(images/bg_fude1.png) no-repeat;
    background-size: 400px auto;
    width: 400px;
    height: 300px;
    z-index: -1;
	transform: rotate(180deg);
}
#team .teambox li {
    display: inline-block;
    width: 18%;
    margin-right: 2%;
    vertical-align: top;
    box-shadow: 10px 10px 0px 0px rgb(0 0 0 / 18%);
	transition: .3s;
}
#team .teambox li:hover {
    transform: translateY(-5px);
}
#team .teambox li:last-child {
    margin-right: 0;
}
#team .teambox li .name {
    background: rgb(39,57,133);
	background: linear-gradient(90deg, rgba(51, 51, 153, 1) 0%, rgba(70, 204, 252, 1) 100%);
    padding: 4%;
}
#team .teambox li .name p {
    color: #fff;
	font-size: 0.8em;
}

@media screen and (max-width: 767px) {
#team .teambox li {
    display: inline-block;
    width: 48%;
    margin-bottom: 8%;
}
}
@media screen and (max-width: 640px) {
#team .bg-contents::before {
	background: url(images/bg_fude1.png) no-repeat;
	background-size: contain;
	width: 40%;
	height: 200px;
}
#team .bg-contents::after {
	background: url(images/bg_fude1.png) no-repeat;
	background-size: contain;
	width: 100%;
	height: 200px;
	transform: rotate(180deg);
}
}
/* ======================================================
/*             ++ MATCH INFO ++
   ====================================================== */
#matchinho .coment {
	text-align:right;
	color:#fff;
	margin: 20px 0;
}
#matchinho .bg-contents {
    background: rgb(39,57,133);
    background: linear-gradient(90deg, #273985 0%, #009FB9 50%, #273985 100%);
    background-image: url(images/bg8.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
#matchinho .sec-title-wrap h2.sec-title span {
    color: #fff;
}
#matchinho .boxCont .gamebox li.box {
    display: inline-block;
    width: 23%;
    vertical-align: top;
    margin-right: 2%;
    background: #fff;
	box-shadow: 10px 10px 0px 0px rgb(0 0 0 / 18%);
	position: relative;
}
#matchinho .boxCont .gamebox li.box .box_inner {
    padding: 13px;
}
#matchinho .boxCont .gamebox li.box:last-child {
    margin-right: 0;
    border: 4px solid #c21500;
    border-image: linear-gradient(to right, #ffc500 0%, #c21500 100%);
    border-image-slice: 1;
}
#matchinho .boxCont .gamebox li.box:last-child:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 51px;
    height: 51px;
    background-image: linear-gradient(-135deg, #c21500 36px, transparent 0);
    z-index: 1;
}
#matchinho .boxCont .gamebox li.box:last-child:after {
    content: 'FINAL';
    position: absolute;
    top: 9px;
    right: 0;
    font-size: .75rem;
    transform: rotate(45deg);
    z-index: 2;
    color: #fff;
}
#matchinho .boxCont .gamebox li.box h3 {
    font-size: 1.8em;
    font-family: 'Black Ops One', cursive;
    color: #002d7f;
	font-weight: normal;
}
#matchinho .boxCont .gamebox li.box h3 span {
    font-size: 0.5em;
    margin-left: 5px;
    font-family: 'M PLUS 1p', sans-serif;
}
#matchinho .boxCont .gamebox li.box h4 {
    color: #002d7f;
}
#matchinho .boxCont .gamebox .next-opponents li {
    display: table-cell;
    width: 45%;
    vertical-align: middle;
	text-align:center;
}
#matchinho .boxCont .gamebox .next-opponents li .code {
    font-size: 5em;
    font-family: 'Anton', cursive;
    font-weight: normal;
	color: #002d7f;
    line-height: 1;
}
#matchinho .boxCont .gamebox .next-opponents li.vs {
    font-size: 2em;
	vertical-align: middle;
	width:10%;
}
#matchinho .boxCont .gamebox .next-opponents li.vs .code {
    font-size: 1.1em;
}
#matchinho .boxCont .gamebox .next-opponents li .team-name {
    font-size: 0.85em;
	letter-spacing: -0.3px;
}
#matchinho .boxCont .gamebox .taam_n_box li {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    margin-right: 2%;
}
#matchinho .boxCont .gamebox .taam_n_box li p {
	color: #002d7f;
    font-size: 0.85em;
}
#matchinho .boxCont .gamebox .taam_n_box li p.fs {
    text-align: left;
}
#matchinho .boxCont .gamebox .taam_n_box li p.sd {
    text-align: right;
}
#matchinho .boxCont .gamebox .taam_n_box li:last-child {
    margin-right: 0;
}
#matchinho .boxCont .gamebox .gameInfo li {
    display: inline-block;
    width: 33.3%;
    vertical-align: top;
	background: #002d7f;
    color: #fff;
    border-right: 1px solid #fff;
    padding: 10px 5px;
}
#matchinho .boxCont .gamebox .gameInfo li:last-child {
    margin-right: 0;
    padding: 13px 5px;
    text-align: center;
    border: none;
    background: #04b0e8;
}
#matchinho .boxCont .gamebox .gameInfo li:last-child a {
    color: #fff;
}
#matchinho .boxCont .gamebox .gameInfo li p span,
#matchinho .boxCont .gamebox .gameInfo li a span {
    display: block;
    text-align: center;
}
#matchinho .boxCont .gamebox .gameInfo li p span.date1,
#matchinho .boxCont .gamebox .gameInfo li p span.play1 {
    font-size: 0.75em;
}
#matchinho .boxCont .gamebox .gameInfo li p {
    font-family: 'Anton', cursive;
    font-weight: normal;
}
#matchinho .boxCont .gamebox .gameInfo li p span.date2,
#matchinho .boxCont .gamebox .gameInfo li p span.play2 {
    font-size: 1.5em;
}
#matchinho .bg_hw {
    background: #fff;
    padding: 20px;
    margin-bottom: 40px;
}

@media screen and (max-width: 900px) {
#matchinho .boxCont .gamebox li.box {
    width: 48%;
    margin-bottom: 2%;
}
}
@media screen and (max-width: 480px) {
#matchinho .boxCont .gamebox li.box {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 8%;
}
#matchinho .boxCont .gamebox .gameInfo li {
    border-right: 2px solid #fff;
}
#matchinho .boxCont .gamebox .next-opponents li.vs .code {
    left: 50px;
}
}
/* ======================================================
/*             ++ ACCESS ++
   ====================================================== */
#access .sec-title-wrap {
    margin: 0 0 90px;
}
#access .bg-contents {
    position: relative;
    background: url(images/bg07.webp) no-repeat;
    background-position: bottom;
    background-size: contain;
}
#access li.accessbox {
  border: 4px solid #c21500;
  border-image: linear-gradient(50deg, rgba(51, 51, 153, 1) 0%, rgba(70, 204, 252, 1) 100%);
  border-image-slice: 1;
  padding: 20px 25px;
  margin-bottom: 5%;
  background: #fff;
}
#access li.accessbox.one,
#access li.accessbox.two {
  position:relative;
}
#access li.accessbox.one .daybox {
    position: absolute;
    top: -56px;
    left: -4px;
}
#access li.accessbox.two .daybox {
    position: absolute;
    top: -56px;
    left: -4px;
}
#access li.accessbox .access_day {
    color: #fff;
    padding: 0px 10px;
    font-size: 2.2em;
    display: table-cell;
    text-align: center;
    background: rgb(39,57,133);
	background: linear-gradient(90deg, rgba(51, 51, 153, 1) 0%, rgba(70, 204, 252, 1) 100%);
    width: 200px;
    vertical-align: top;
}
#access li.accessbox .access_day span {
    font-size: 0.6em;
    margin-left: 5px;
}
#access li.accessbox .coment {
    display: table-cell;
    color: #005bac;
    font-size: 0.9em;
    width: 50%;
    vertical-align: bottom;
    padding-left: 10px;
}
#access li.accessbox {
    display: inline-block;
    width: 48.5%;
    vertical-align: top;
    margin-right: 3%;
}
#access li.accessbox:last-child {
    margin-right: 0;
}
#access li.accessbox h3 {
    font-size: 1.5em;
    color: #005bac;
    margin: 0 0 20px 0;
}
#access li.accessbox span.bg_blue {
    margin-right: 2em;
    background: #005bac;
    color: #fff;
    padding: 3px 7px;
    max-width: 95px;
    display: block;
    text-align: center;
	margin-bottom: 10px;
}
#access li.accessbox.one .map {
    margin-top: 20px;
}
#access li.accessbox.two .map {
    margin-top: 20px;
}
#access .accessbox2 li {
    width: 48%;
    display: inline-block;
    margin-right: 3%;
}
#access .accessbox2 li:last-child {
    margin-right: 0;
}
#access .accesswrap.three {
    border: 4px solid #c21500;
    border-image: linear-gradient(50deg, rgba(51, 51, 153, 1) 0%, rgba(70, 204, 252, 1) 100%);
    border-image-slice: 1;
    padding: 20px 25px;
    margin-bottom: 15%;
	position: relative;
	background: #fff;
}
#access .accesswrap.three li {
    display: inline-block;
    width: 48%;
    margin-right: 2%;
    vertical-align: top;
}
#access .accesswrap.three li:last-child {
    margin-right: 0;
}
#access .accesswrap.three .daybox {
	position: absolute;
    top: -52px;
    left: -4px;
}
#access .accesswrap.three .access_day {
    color: #fff;
    padding: 0px 10px;
    font-size: 2.2em;
    display: table-cell;
    text-align: center;
    background: rgb(39, 57, 133);
    background: linear-gradient(90deg, rgba(51, 51, 153, 1) 0%, rgba(70, 204, 252, 1) 100%);
    width: 200px;
    vertical-align: top;
}
#access .accesswrap.three .access_day span {
    font-size: 0.6em;
    margin-left: 5px;
}
#access .accesswrap.three span.bg_blue {
    margin-right: 2em;
    background: #005bac;
    color: #fff;
    padding: 3px 7px;
    max-width: 95px;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
#access .accesswrap.three h3 {
    font-size: 1.5em;
    color: #005bac;
    margin: 0 0 20px 0;
}

@media screen and (max-width: 1074px) {
#access li.accessbox .access_day,
#access .accesswrap.three .access_day {
    font-size: 1.5em;
}
#access li.accessbox.one .daybox,
#access li.accessbox.two .daybox {
    top: -40px;
}
}
@media screen and (max-width: 960px) {
#access li.accessbox {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20%;
}
#access .accesswrap.three li {
    width: 100%;
}
}
@media screen and (max-width: 640px) {
#access .bg-contents::before {
	background: url(images/bg_fude2.png) no-repeat;
	background-size: auto;
	width: 110px;
	background-size: 110px auto;
	height: 200px;
}
#access li.accessbox {
    padding: 20px;
}
#access li.accessbox h3 {
    font-size: 1.2em;
}
#access li.accessbox.one .daybox,
#access li.accessbox.two .daybox {
    top: -46px;
}
}
@media screen and (max-width: 390px) {
#access li.accessbox .access_day,
#access .accesswrap.three .access_day {
    padding: 6px 10px;
    line-height: 0.8;
	width: 30%;
}
}
/* ======================================================
/*             ++ PARTNER ++
   ====================================================== */
#partner .bg-contents {
    position: relative;
    background: url(images/bg07.webp) no-repeat;
    background-position: bottom;
    background-size: cover;
}
#partner .part_wrap {
	margin-top: 2%;
}
#partner .part_box li {
    display: inline-block;
    margin: 17px;
    text-align: center;
	width: calc(100% / 4);
    vertical-align: middle;
}
#partner .part_box {
    text-align: center;
}
#partner .part_wrap h3 {
    text-align: center;
    color: #ccc;
    font-style: italic;
    font-size: 1.2em;
	padding: 2% 0 20%;
}
@media screen and (max-width: 640px) {
#partner .part_box li {
    width: calc(100% / 2);
}
#partner .bg-contents::after {
	background: url(images/bg_fude2.png) no-repeat;
	background-size: auto;
	width: 110px;
	background-size: 110px auto;
	height: 200px;
	transform: scale(-1, -1);
}
}
/* ======================================================
/*             ++ 各団体代表コメントページ ++
   ====================================================== */
.message ul.msg_warp {
    border: solid 10px rgba(14 41 154);
	border-image: linear-gradient(90deg, rgb(14 41 154) 0%, rgba(39,128,192,1) 50%, rgba(14 41 154) 100%);
    border-image: -webkit-linear-gradient(90deg, rgb(14 41 154) 0%, rgba(39,128,192,1) 50%, rgba(14 41 154) 100%);
    border-image-slice: 1;
    background: #fff;
    padding: 2%;
	margin-bottom: 5%;
	box-shadow: 10px 10px 0px 0px rgb(0 0 0 / 18%);
}
.message ul.msg_warp li {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    margin-right: 2%;
}
.message ul.msg_warp li:last-child {
	width: 73%;
    margin-right: 0;
}
.message ul.msg_warp li:last-child .box p {
    font-size: 0.85em;
	margin-bottom: 1em;
}
.message ul.msg_warp li .namebox .block {
    font-size: 0.75em;
    display: block;
	text-align: center;
}
.message ul.msg_warp li .namebox .name {
    text-align: center;
    font-size: 1.2em;
}
.message ul.msg_warp li .namebox .yaku {
    font-size: 0.75em;
    margin-left: 1em;
}
.message ul.msg_warp li h5.midashi {
    margin-bottom: 0.3em;
}
.message ul.msg_warp li .namebox {
    margin-top: 10px;
}
.message .teamlogobox {
    text-align: center;
    margin-bottom: 1em;
}
.message .teamlogobox p {
    display: inline-block;
    vertical-align: middle;
}
.message .teamlogobox h4 {
    display: inline-block;
    font-size: 2rem;
    vertical-align: -webkit-baseline-middle;
}
@media screen and (max-width: 798px) {
.message ul.msg_warp {
    width: 90%;
    margin: 5% auto;
}
.message ul.msg_warp li {
    width: 100%;
    display: block;
    margin-right: 0;
	margin-bottom: 4%;
}
.message ul.msg_warp li img {
    margin: 0 auto;
    display: block;
	width: 50%;
}
.message ul.msg_warp li:last-child {
    width: 100%;
}
}
/* ======================================================
/*             ++ OPEN前ページ ++
   ====================================================== */
.bg_opn {
    background: #333;
}
.open ul {
    text-align: center;
}
.open li {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    margin-right: 4%;
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 3;
}
.open li .box {
    margin-top: 20px;
}
.open li:last-child {
    margin-right: 0;
}
.open li .box a {
    color: #fff;
}
.open li .box a:hover {
    color: #ccc;
}
@media screen and (max-width: 1110px) {
.open ul{
	max-width: 550px;
}
.open li {
    display: block;
    width: 100%;
    padding: 2%;
    font-size: 1em;
	line-height: 2;
}
}
/* ======================================================
/*             ++ FAQ ++
   ====================================================== */
.accordion_one {
	margin-bottom: 15px;	
}
.accordion_one .accordion_header {
	background-image: url(images/bg-005.png);
	padding: 15px 6%;
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.2s;
    background: linear-gradient(90deg, rgb(14 41 154) 0%, rgba(39,128,192,1) 50%, rgba(14 41 154) 100%);
    color: #fff;
	font-size: 1.2em;
}
.accordion_one .accordion_header:hover {
	opacity: .8;
}
.accordion_one .accordion_header .q {
    font-size: 1.4rem;
    margin-right: 1.5%;
    margin-left: 0.5%;
}
.accordion_one .accordion_header .i_box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 5%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	box-sizing: border-box;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
}
.accordion_one .accordion_header .i_box .one_i {
	display: block;
	width: 18px;
	height: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
	position: relative;
}
.accordion_one .accordion_header.open .i_box {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}
.accordion_one .accordion_header .i_box .one_i:before, .accordion_one .accordion_header .i_box .one_i:after {
	display: flex;
	content: '';
	background-color: #fff;
	border-radius: 10px;
	width: 18px;
	height: 4px;
	position: absolute;
	top: 7px;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transform-origin: center center;
}
.accordion_one .accordion_header .i_box .one_i:before {
	width: 4px;
	height: 18px;
	top: 0;
	left: 7px;
}
.accordion_one .accordion_header.open .i_box .one_i:before {
	content: none;
}
.accordion_one .accordion_header.open .i_box .one_i:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.accordion_one .accordion_inner {
	display: none;
	padding: 20px 6% 20px 9%;
	border-left: 2px solid #e9e9e9;
	border-right: 2px solid #e9e9e9;
	border-bottom: 2px solid #e9e9e9;
	box-sizing: border-box;
}
.accordion_one .accordion_inner p.txt_a_ac {
	position: relative;
}
.accordion_one .accordion_inner p.txt_a_ac::before {
    font-size: 1.5em;
    position: absolute;
    padding: 0;
    content: 'A';
	top: -6px;
	left: -3%;
	color: red;
}
.secondcarrier .accordion-wrap {
	margin-top: 50px;
}
.accordion_one .box_one .paragraph {
	margin-top: 15px;
}
.accordion_one .box_one .paragraph span.yajirushi {
	position: relative;
	color: #005e9c;
}
.accordion_one .box_one .paragraph span.yajirushi:after {
    font-family: FontAwesome;
    content: '\f061';
    position: absolute;
	top: -1px;
    right: -28px;
}
.accordion_one .box_one .paragraph a {
	text-decoration: underline;
}
.accordion_one .box_one .paragraph span:nth-of-type(2) {
	margin-left: 40px;
}
.accordion_one .accordion_inner p.txt_a_ac .haishin {
    color: #1a73e8;
}
.accordion_one .accordion_inner p.txt_a_ac .haishin:hover {
    color: #94bef5;
}
@media screen and (max-width: 1024px) {
	.accordion_one .accordion_header {
		font-size: 18px;
	}
	.accordion_one .accordion_header .i_box {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
}
@media screen and (max-width: 767px) {
	.accordion_one .accordion_header {
    	font-size: 14px;
		text-align: left;
    	padding: 10px 45px 10px 10px;
	}
	.accordion-wrap {
    	margin: 20px 0 0;
	}
	.accordion_one .accordion_inner {
    	padding: 10px 4% 10px 6%;
	}
	.accordion_one .accordion_inner p.txt_a_ac::before {
    	left: -5%;
		top: -5px;
	}
	.accordion_one .accordion_inner p.txt_a_ac {
		font-size: 14px;
	}
.accordion_one .accordion_inner p.txt_a_ac span {
    margin-left: 1em;
}
}
/* ======================================================
/*         ++ 固定ページ（出場チーム一覧） ++
   ====================================================== */
:root {
  /* Set neon color */
  --neon-text-color: #f40;
  --neon-border-color: #08f;
}

.teams .teams_list_wrap ul.list_box li {
    display: inline-block;
    width: 31%;
    vertical-align: top;
    padding: 1.5% 1% 1%;
    background: linear-gradient(90deg, rgb(14 41 154) 0%, rgba(39,128,192,1) 50%, rgba(14 41 154) 100%);
    margin: 2% 2% 0 0;
    position: relative;
    text-transform: uppercase;
	box-shadow: 1px 3px 9px 0px #797979;
}
.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: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%;
}
}
/* ======================================================
/*          	++ 出場チームsingle ++
   ====================================================== */
.team-content.bg_teams {
    background: rgb(39,57,133);
    background: linear-gradient(90deg, rgb(14 41 154) 0%, rgba(39,128,192,1) 50%, rgba(14 41 154) 100%);
    background-position: top;
}
.team-content .single-post h2.post-title {
    font-size: 2rem;
    margin: 14px 0px 10px;
}
.team-content .single-post .fa-solid {
    margin-left: 0.5em;
    font-size: 0.7em;
}
.team-content .single-post .post-text {
    line-height: 1.8em;
    letter-spacing: .05em;
}
.team-content .single-post .post-text {
    margin: 0 0 2% 0;
}
.team-content .single-post .post-sns {
    float: left;
    width: 50%;
}
.team-content .single-post .box {
    overflow: hidden;
    padding: 0 0 2% 0;
}
.team-content.interval {
    padding: 130px 0;
}
.team-content .single-post {
    margin: 0 0 5% 0;
	background: #fff;
	box-shadow: 1px 3px 9px 0px #797979;
	padding: 40px;
}
.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: #333;
}
.team-content .single-post .box a {
    color: #333;
}
.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: #fff;
    font-weight: bold;
    background: linear-gradient(90deg, rgb(14 41 154) 0%, rgba(39,128,192,1) 50%, rgba(14 41 154) 100%);
}
.team-content .single-post .post-sns .site:hover {
    background: linear-gradient(90deg, #1CB5E0 0%, #000851 100%);;
    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: #fff;
    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: linear-gradient(90deg, rgb(14 41 154) 0%, rgba(39,128,192,1) 50%, rgba(14 41 154) 100%);
    background-position: center;
    background-size: cover;
    padding: 18px 24px;
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: .1em;
    margin-bottom: 3%;
	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: 2px 2px 3px #e0e0e0;
    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: linear-gradient(90deg, rgb(14 41 154) 0%, rgba(39,128,192,1) 50%, rgba(14 41 154) 100%);
    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;
    box-shadow: 2px 2px 3px #e0e0e0;
    margin: 0 2% 2% 0;
    border: 1px solid #c6c6c6;
}
.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: linear-gradient(90deg, rgb(14 41 154) 0%, rgba(39,128,192,1) 50%, rgba(14 41 154) 100%);
    padding: 10px 0;
    text-align: center;
	color: #fff;
}
.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;
}
.team-content .single-post .comentbox .teamcoment li {
    display: block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 2%;
	box-shadow: 2px 2px 3px #e0e0e0;
    border: 1px solid #c6c6c6;
}
.team-content .single-post .comentbox .teamcoment li:last-child {
    margin-right: 0;
}
.team-content .single-post .comentbox .teamcoment li h5 {
    background: linear-gradient(90deg, rgb(14 41 154) 0%, rgba(39,128,192,1) 50%, rgba(14 41 154) 100%);
    color: #fff;
    padding: 2%;
    font-size: 1.2em;
}
.team-content .single-post .comentbox .teamcoment li .textbox {
    padding: 2%;
}
.team-content .single-post .comentbox .teamcoment li .name {
    font-size: 1.1em;
    margin-bottom: 1em;
	border-bottom: 1px solid #ccc;
}
.team-content .single-post .comentbox .teamcoment li .text {
    text-align: left;
}
.team-content .single-post .comentbox .teamcoment li .text span {
    display: block;
    margin-bottom: 0.5em;
}
.team-content .more a span {
    font-weight: bold;
}
.team-content .single-post .num li {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
.team-content .single-post .av {
    text-align: center;
}
.team-content .single-post .av li {
    display: inline-block;
    width: 33.1%;
    vertical-align: top;
    padding: 10px;
}
.team-content .single-post .num_box h3 {
    background: linear-gradient(90deg, rgb(14 41 154) 0%, rgba(39,128,192,1) 50%, rgba(14 41 154) 100%);
    background-position: center;
    background-size: cover;
    padding: 18px 24px;
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: .1em;
    margin-bottom: 3%;
    text-align: left;
}
@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;
}
.team-content .single-post h2.post-title {
    font-size: 1.5rem;
    margin: 10px 0px 6px;
}
.team-content .single-post {
    padding: 10px;
}
}
@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;
}
.team-content .single-post .comentbox .teamcoment li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
}
}
/* ======================================================
/*          	++ 大会ミッション ++
   ====================================================== */
#mission .bg-contents {
	position: relative;
}
#mission .bg-contents::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/bg04.webp) no-repeat;
    background-size: 600px auto;
    width: 600px;
    height: 500px;
    z-index: -1;
}
#mission .bg-contents::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(images/bg03.webp) no-repeat;
    background-size: 600px auto;
    width: 600px;
    height: 500px;
    z-index: -1;
}
#mission .read p {
    text-align: center;
}
#mission .textbox {
	max-width: 850px;
    margin: 0 auto;
    margin-top: 5%;
}
#mission .textbox h3 {
    font-size: 1.5em;
    margin-bottom: 0.5em;
    background: linear-gradient(-1deg, rgba(51, 51, 153, 1) 0%, rgba(70, 204, 252, 1) 100%);
    color: #fff;
    font-weight: bold;
    padding: 10px 10px 10px 20px;
}
#mission .textbox p {
    color: #0071bc;
}
@media screen and (max-width:767px){
#mission .textbox h3 {
    font-size: 1em;
}
#mission .read p {
    text-align: left;
    font-size: 0.9em;
}
#mission .textbox p {
    font-size: 0.8em;
}
#mission .bg-contents::before {
    background-size: 320px auto;
    width: 320px;
    height: 320px;
}
#mission .bg-contents::after {
    background-size: 320px auto;
    width: 320px;
    height: 320px;
    z-index: -1;
}
}