/*----------------------------------------
共通
----------------------------------------*/
*{
	margin:0;
	padding:0;
	word-break: break-all;
	vertical-align:middle;
	font-size:1em;
	box-sizing:border-box;
}
td,th,p{
	color:inherit;
}
sub{font-size:0.6em;}
a{text-decoration:none;cursor: pointer; transition: .5s}
a:link {color:inherit;}
a:visited { color:inherit; text-decoration:none }
a.disabled{pointer-events: none;}
a:hover { opacity:.7;}
ul {
	list-style: none;
}
img{
	max-width: 100%;
	height:auto;
	border:none;
	vertical-align: middle;
}
html {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-weight:500;
	color:#333333;
}
body{
	min-width:1200px;
	overflow-x: hidden;
	background:#ffffff;
}
#top {
	position: relative;
	min-height: 100vh;
}
.mywidth{
	width:900px;
	margin:auto;
}
@media screen and (max-width:640px){
	html{
		overflow-x : hidden;
		overflow-y : auto;
	}
	body{
		min-width:0;
		overflow-x : hidden;
		overflow-y : hidden;
	}
	.mywidth{
		width:95%;
	}
}
/*title text*/
.title01 {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}
.title01 h2 {
	position: absolute;
	top: 15px;
	left: 50%;
	transform: translateX(-50%);
	font-family: "Domine", serif;
	font-size:28px;
	padding: 0 5px;
	width: 100%;
}
.tl_about,.tl_dojo,.tl_menu,.tl_fee,.tl_app {
	height: 60px;
	width: 100%;
}
.tl_dojo {
	background: url("../img/titleLogo_02.png") center no-repeat;
	background-size: contain;
}
.tl_about {
	background: url("../img/titleLogo_01.png") center no-repeat;
	background-size: contain;
}
.tl_menu {
	background: url("../img/titleLogo_03.png") center no-repeat;
	background-size: contain;
}
.tl_fee {
	background: url("../img/titleLogo_04.png") center no-repeat;
	background-size: contain;
}
.tl_app {
	background: url("../img/titleLogo_05.png") center no-repeat;
	background-size: contain;
}
.title01 h2::after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	border-bottom: 3px solid #c7161d;
	width: 90px;
}
.title02 {
	font-family: "Domine", serif;
	font-size: 25px;
	color: #fff;
	text-align: center;
	background: #B40000;
	padding: 5px 0;
}
.title03 {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 2px 0;
	background: #8C0000;
}
.text01 {
	font-size: 18px;
	line-height: 2em;
}
.tx-white {
	color: #ffffff;
}
.tx-right {
	text-align: right;
}
/*common bt*/
.common-bt01 {	
	margin: auto;
	text-align: center;
}
.common-bt01 a {
	position: relative;
	background: #000;
	border-radius: 7px;
	padding: 10px 0;
	display: inline-block;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.3em;
	width: 270px;
}
.common-bt01 a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 5%;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	width: .5em;
	height: .5em;
	transform: rotate(-45deg)translateY(-50%);
}
.common-bt02 {	
	margin: 0 auto 150px;
	text-align: center;	
}
.common-bt02 a {
	position: relative;
	background: #B40000;
	border-radius: 5px;
	padding: 20px 0;
	display: inline-block;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.3em;
	width: 300px;
}
.common-bt02 a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 5%;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	width: .5em;
	height: .5em;
	transform: rotate(-45deg)translateY(-50%);
}
.box01	{
	padding: 50px 0 70px;
}
section::before {
  content:'';
  display: block;
  padding-top: 120px;
  margin-top: -120px;
}
@media screen and (max-width:640px){
	.box01	{
		padding: 25px 0;
	}
	.title01 {
		margin-bottom: 30px;
	}
	.title01 h2 {
		font-size:18px;
		top:5px;
	}
	.title01 h2::after {
		bottom: -10px;
		width: 50px;
		border-bottom: 2px solid #c7161d;
	}
	.tl_about,.tl_dojo,.tl_menu,.tl_fee,.tl_app {
		height: 35px;
	}
	.title02 {
		font-size: 16px;
	}
	.title03 {
		font-size: 14px;
		font-weight: normal;
	}
	.text01 {
		font-size: 14px;
	}
	.common-bt01 a {
		font-size: 14px;
		width: 90%;
	}
	.common-bt01 a::after {
		border-right: 2px solid #fff;
		border-bottom: 2px solid #fff;
	}
	.common-bt02 {
		margin: 0 auto 50px;
	}
	.common-bt02 a {
		font-size: 14px;
		width: 70%;
	}
	.common-bt02 a::after {
		border-right: 2px solid #fff;
		border-bottom: 2px solid #fff;
	}
	section::before {
	  content:'';
	  display: block;
	  padding-top: 60px;
	  margin-top: -60px;
	}
}
/*===============================================
header
===============================================*/
.heder-fixed {
	background: url("../img/headerBg_pc.jpg") no-repeat;
	background-size: cover;
	width: 100%;
	position: fixed;
	top:0;
	z-index: 9999;
}
.heder-top {
	width:100%;
	position: relative;
}
.heder-top__in {
	position: relative;
	max-width: 1300px;
	margin: auto;
	padding: 20px 0;
}
.h-logo {
	text-align: center;
}
.h-bt_wrap {
	display: flex;
	justify-content: right;
	position: absolute;
	top: 15px;
	right: 0;
}
.h-bt_lang {
	display: flex;
	justify-content: space-between;
}
.h-bt_lang a {
	padding: 0 2px;
}
@media screen and (max-width:640px){
	.heder-fixed {
		background: url("../img/headerBg_sp.jpg") no-repeat;
		background-size: cover;
	}
	.heder-top__in {
		max-width: 100%;
		padding: 10px 5px;
	}
	.h-logo {
		width: 40%;
	}
	.h-bt_wrap {
		width: 50%;
		top: 8px;
		right: 0;
	}
}
.header-nav__in {
	max-width: 1300px;
	display: flex;
	justify-content: center;
	font-size: 16px;
	color: #000;
	line-height: 1em;
	padding: 0 5px;
	margin: 0 auto 15px;
}
.header-nav__in li {
	position: relative;
	padding: 0 10px;
	margin: 0 5px;
}
.header-nav__in li::after {
	position: absolute;
	top:50%;
	right: 0;
	content: "";
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg)translateY(-50%);
	width: 10px;
	height: 10px;
}
.header-nav__in li a {
	display: block;
}
@media screen and (max-width:640px){
	#header-nav {
		display: none;
		position: absolute;
		background: #000;
	}
	.header-nav__in {
		width: 100%;
		justify-content: flex-start;
		flex-wrap:wrap;
		font-size: 14px;
		padding: 0;
		margin: 0;
		border-bottom: solid 15px red;
	}
	.header-nav__in li {
		width:100%;
		border-bottom: 1px solid #ccc;
		color: #fff;
		padding: 20px 10px;
		margin: 0 10px;
	}
	.header-nav__in li:last-child {
		border-bottom: none;
	}
}
/*sp header bt*/
.nav_bt {
	display: none;
}
@media screen and (max-width:640px){
	.nav_bt {
		width: 40px;
		display: block;
		margin: 0 5px;
	}
	.nav_bt .bar {
		display: block;
		background-color: #000000;
		height: 3px;
		transition: all 0.2s;
		border-radius: 1em;
	}
	.nav_bt.active .top {
		transform: translateY(10px)rotate(45deg);
	}
	.nav_bt .center {
		margin:7px 0;
	}
	.nav_bt.active .center {
		opacity:0;
	}
	.nav_bt.active .bottom {
		transform: translateY(-10px)rotate(-45deg);
	}
}
/*===============================================
mv
===============================================*/
.top-mv {
	position: relative;
}
.top-mv__logo {
	position: absolute;
	top:8vw;
	left: 50vw;
	transform: translateX(-50%);
	width:35vw;
	z-index: 999;
}
.slider {
	overflow: hidden;
	width: 100vw;
}
.slick-img img {
	width: 100vw;
}
@keyframes zoomUp {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.15);
	}
}
.add-animation {
	animation: zoomUp 6s 0s ease-out;
}
@media screen and (max-width:640px){
	.top-mv__logo {
		top:35vw;
		width:85vw;
	}
}
/*===============================================
front page
===============================================*/
.about {
	background: url(../img/top_bg01_pc.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.about-img {
	width:28%;
	margin: 20px auto 0;
}
.about-text {
	width:420px;
	margin: auto;
}
@media screen and (max-width:640px){
	.about {
		background: url(../img/top_bg01_sp.jpg) no-repeat;
		background-size: cover;
		background-position: center;
	}
	.about-img {
		width:50%;
	}
	.about-text {
		width:100%;
	}
}
.dojo {
	background: #000;
	background-size: cover;
	background-position: center;
}
.dojo__wrap {
	background: #fff;
	margin-bottom: 50px;
	padding-bottom: 30px;
}
.dojo__wrap_img {
	display: flex;
	justify-content: space-between;
}
.dojo__wrap_img li {
	flex-grow: 1;
}
.dojo__wrap_img li:last-child {
	display: none;
}
.dojo__wrap_in {
	padding: 15px 25px 25px;
}
@media screen and (max-width:640px){
	.dojo__wrap {
		margin-bottom: 25px;
		padding-bottom: 15px;
	}
	.dojo__wrap_img {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.dojo__wrap_img li {
		width: 50%;
	}
	.dojo__wrap_img li:last-child {
		display: block;
	}
	.dojo__wrap_in {
		padding: 10px;
	}
}
.cont-menu {
	background: url(../img/top_bg02_pc.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.cont-menu__wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cont-menu__wrap a {
	display: block;
}
.cont-menu__item {
	position: relative;
	width: 48%;
	padding-top: 48%;
	margin-bottom: 40px;
	overflow: hidden;
	animation: zoomBt_out 1s ease;

}
.cont-menu__item:hover {
	opacity: 1;
	animation: zoomBt_in 1s ease forwards;
}
@keyframes zoomBt_in {
	0% {
		background-size: 100%;
	}
	100% {
		background-size: 110%;
	}
}
@keyframes zoomBt_out {
	0% {
		background-size: 110%;
	}
	100% {
		background-size: 100%;
	}
}
.cont-menu__item.type01 {
	background: url("../img/menu_01.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
}
.cont-menu__item.type02 {
	background: url("../img/menu_02.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
}
.cont-menu__item.type03 {
	background: url("../img/menu_03.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
}
.cont-menu__item.type04 {
	background: url("../img/menu_04.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
}
.cont-menu__in {
	margin: 4%;
	border: 3px solid #B40000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.cont-menu__tr {
	position: absolute;
	top:50%;
	left: 0;
	transform: translateY(-50%);
	background: #B40000;
	height: 6em;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cont-menu__item h6 {
	font-family: "Domine", serif;
	color: #fff;
	font-size: 23px;
	line-height: 1.3em;
	text-align: center;
}
@media screen and (max-width:640px){
	.cont-menu {
		background: url(../img/top_bg02_sp.jpg) no-repeat;
	}
	.cont-menu__wrap {
		width: 75%;
		margin: auto;
	}
	.cont-menu__item {
		position: relative;
		width: 100%;
		padding-top: 100%;
		margin-bottom: 20px;
	}
	.cont-menu__tr {
		height: 4em;
	}
	.cont-menu__item h6 {
		font-size: 14px;
	}
}
.fee {
	background: #fff;
	background-size: cover;
}
.guid-table {
	border-collapse: collapse;
	width: 100%;
	font-size: 18px;
	background: #DCDCDC;
}
.scroll_tx {
	font-size: 14px;
	text-align: center;
	display: none;
}
.guid-table tr:nth-child(even) {
	background: #EFEFEF;
}
.guid-table td {
	font-size: 15px;
}
.guid-table th, .guid-table td {
	border: solid 3px #fff;
	width: 25%;
	text-align: center;
	padding: 15px 0;
}
.guid-table th {
	background: #B40000;
	color: #ffffff;
}
@media screen and (max-width:640px){
	.guid-table-wrap {
		overflow-x: scroll;
	}
	.guid-table {
		min-width:640px;
		font-size: 14px;
	}
	.scroll_tx {
		display: block;
	}
	.guid-table td {
		font-size: 13px;
	}
	.guid-table th {
		font-size: 14px;
	}
	.guid-table th, .guid-table td {
		padding: 5px 0;
	}
}
.application {
	background: #000;
	background-size: cover;
}
/*===============================================
under page
===============================================*/
.under-mv {
	position: relative;
}
.under-mv img {
	width: 100vw;
}
.under-mv_tr {
	position: absolute;
	top: 17%;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	font-family: "Domine", serif;
	text-align: center;
	width:100%;
}
.under-mv_tr p {
	font-size: 23px;
}
.under-mv_tr p::after {
	content: "";
	display: block;
	background: #B40000;
	height: 3px;
	width: 3.5em;
	margin: .3em auto 0;
}
.under-mv_tr h1 {
	font-size: 37px;
}
.youtube-video_under {
	width: 90%;
	margin: 40px auto 0;
}
@media screen and (max-width:640px){
	.under-mv_tr p {
		font-size: 14px;
	}
	.under-mv_tr p::after {
		height: 2px;
	}
	.under-mv_tr h1 {
		font-size: 20px;
	}
	.youtube-video_under {
		width: 100%;
		margin: 0 auto 0;
	}
}
/*trial*/
.under__wrap {
	margin-bottom: 40px;
}
.under__wrap_in {
	padding: 20px 30px 50px;
}
.Bg_trial01 {
	background: url("../img/under_bg01_pc.jpg") no-repeat;
	background-size: cover;
}
.Bg_trial02 {
	background: url("../img/under_bg02_pc.jpg") no-repeat;
	background-size: cover;
}
.Bg_trial03 {
	background: url("../img/under_bg03_pc.jpg") no-repeat;
	background-size: cover;
}
.under__wrap_img {
	display: flex;
	justify-content: space-between;
	margin-top:20px;
}
@media screen and (max-width:640px){
	.under__wrap {
		margin-bottom: 20px;
	}
	.under__wrap_in {
		padding: 10px 15px 25px;
	}
	.Bg_trial01 {
		background: url("../img/under_bg01_sp.jpg") no-repeat;
		background-size: cover;
	}
	.Bg_trial02 {
		background: url("../img/under_bg02_sp.jpg") no-repeat;
		background-size: cover;
	}
	.Bg_trial03 {
		background: url("../img/under_bg03_sp.jpg") no-repeat;
		background-size: cover;
	}
	.under__wrap_img {
		flex-direction: column;
		margin-top:10px;
	}
	.under__wrap_img img {
		margin-bottom: 10px;
	}
}
/*tour*/
.Bg_tour01 {
	background: url("../img/under_bg04_pc.jpg") no-repeat;
	background-size: cover;
}
.tour_tl {
	text-align: center;
	margin: 20px 0 40px;
}
.tour_tl h2 {
	font-family: "Domine", serif;
	display: inline-block;
	font-size: 25px;
	color: #fff;
	border-bottom: 1px solid #fff;
	line-height: 1.8em;
}
.tour__wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tour__wrap_item {
	position: relative;
	width: 49%;
	margin-bottom: 30px;
}
.tourBt_posi {
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (max-width:640px){
	.Bg_tour01 {
		background: url("../img/under_bg04_sp.jpg") no-repeat;
		background-size: cover;
		background-position: center center;
	}
	.tour_tl {
		margin: 10px 0 20px;
	}
	.tour_tl h2 {
		font-size: 18px;
	}
	.tour__wrap {
		flex-direction: column;
	}
	.tour__wrap_item {
		width: 100%;
		margin-bottom: 15px;
	}
	.tourBt_posi {
		width: 100%;
	}
}
/*online*/
.Bg_online01 {
	background: url("../img/under_bg05_pc.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
}
/*tournament*/
.Bg_tournament01 {
	background: url("../img/under_bg06_pc.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
}
@media screen and (max-width:640px){
	.Bg_online01 {
		background: url("../img/under_bg05_sp.jpg") no-repeat;
		background-size: cover;
		background-position: center center;
	}
	.Bg_tournament01 {
		background: url("../img/under_bg06_sp.jpg") no-repeat;
		background-size: cover;
		background-position: center center;
	}
}

.youtube-video {
	width: 100%;
	margin: 20px auto 0;
}
.video__wrap {
	position: relative;
	width: 100%;
	padding-top:56.25%;
}
.video__wrap iframe {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width:640px){
	.video {
		width: 100%;
		margin: 10px auto 0;
	}
}
/*===============================================
form
===============================================*/
#contact {
	background: #e3e3e3;
}
#form {
	width: 100%;
	border-spacing: 0 15px;
	margin: 20px 0;
}
#form th.hissu {
	position: relative;
}
#form th.hissu::after {
	content: "Mandatory";
	background: #B40000;
	border-radius: 3px;
	padding: 3px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 7%;
	right: 5%;
}
#form th {
	color: #ffffff;
	background: #4d4d4d;
	width: 30%;
	font-size: 16px;
	text-align: left;
	padding: 25px 60px 25px 20px;
	font-weight: normal;
}
#form td {
	width: 70%;
	color: #fff;
	padding: 10px;
	vertical-align:middle;
}
#form th span {
	font-size: 13px;
}
#form label {
	margin-right: 1em;
	padding-bottom: 1em;
}
input[type="checkbox"] {
	height: 1.2em;
	width:1.2em;
	vertical-align: middle;
	margin-right: .5em;
}
input[type="text"] , input[type="email"], input[type="tel"], textarea{
	width: 100%;
	border-radius: 0;
	border: 1px solid #fff;
	background: #000;
	color: #fff;
	font-size: 20px;
	padding: .7em;
}
.submitBt {	
	margin: 0 auto;
	text-align: center;	
	cursor: pointer;
	transition: 1s all ease;
	margin-bottom: 150px;
}
.submitBt:hover {
	opacity: .8;
}
input[type="submit"],input[type="button"] {
	background: #B40000;
	border-radius: 5px;
	padding: 20px 0;
	display: inline-block;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.3em;
	font-size: 18px;
	width: 300px;
	border:none;
	cursor: pointer;
}
.submitBt span {
	position: relative;
}
.submitBt span::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 5%;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	width: .5em;
	height: .5em;
	transform: rotate(-45deg)translateY(-50%);
}
.pc-tel {
	width: 45%;
	margin: 60px auto 0;
}
.checkBt_wrap {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width:640px){
	#form th.hiss::after {
		font-size: 14px;
	}
	#form th {
		width: 100%;
		display: block;
		font-size: 16px;
		text-align: center;
		padding: 15px 0;
	}
	#form td {
		font-size: 14px;
		width: 100%;
		display: block;
		padding: 10px 0;
	}
	input[type="text"] , input[type="email"], input[type="tel"], textarea{
		font-size: 14px;
		padding: .7em;
	}
	input[type="submit"] {
		padding: 20px 0;
		font-size: 14px;
		width: 90%;
	}
	.pc-tel {
		display: none;
	}
	.checkBt_wrap {
		flex-direction: column;
	}
}

/*===============================================
banner
===============================================*/

#banner {
    background: #000;
    background-size: cover;
	padding-bottom: 100px;
}
.banner_area p {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
}

.banner_img {
	width: 331px;
	margin: auto;
	border: #fff solid 1px;
}

/*===============================================
footer
===============================================*/
footer {
	width: 100%;
}
.topReturn {
	position: fixed;
	bottom: 10%;
	right: 5%;
	z-index: 99;
}
.topReturn a {
	display: block;
}
.copy {
	color: #fff;
	font-size: 14px;
	text-align: center;
	background: #333333;
	padding: 10px 0;
}
@media screen and (max-width:640px){
	.topReturn {
		position: static;
		background: #333333;
		padding: 10px 0;
		text-align: center;
	}
	.copy {
		font-size: 12px;
	}
}
/*===============================================
汎用css
===============================================*/
.relative{position:relative;}
.visibility{visibility: hidden;}
.bg_black{background: #000;}
.tx_center{text-align:center;}
.pc_only {display:block;}
.sp_only {display:none;}
.sp_br {display:none;}
.pc_br {display:inline;}
.m_auto {margin:auto;}
.opa {cursor:pointer;transition:opacity .5s ease;}
.opa:hover {opacity:0.6;}
.fadeIn {opacity:0;}
.mt15 {margin-top: 15px;}
.mt30 {margin-top: 30px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}
.par24{width:24.5%;}
.par32{width:32%;}
.vh100{height: 100vh;}
@media screen and (max-width:640px){
	.visibility{display:none;}
	.pc_only {display:none;}
	.sp_only {display:block;}
	.sp_br {display:inline;}
	.pc_br {display:none;}
	.sp_mb20{margin-bottom:20px;}
	.sp_par100{width:100%;}
}