/* COBRA CAPOEIRA - RSP */

/*
basic,section
h1,h2...
header
mv
footer
*/

@media screen and (max-width: 800px) { /* SP ------------------------------- */

/* BASIC ---------------------------------------------- */

html {
	scroll-behavior: smooth;
	scroll-padding: 0px;
	}

body {
	margin: 0;
	background-color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	letter-spacing: 0.06em;
	color: #fff;
	}

a { transition: 0.4s; }
a:link { color: #fff; text-decoration: underline; text-transform: normal; }
a:visited { color: #fff; }
a:hover { color: #fff; }
a:active { color: #fff; }

.font-size-13 { font-size: 13px; }

p { margin: 0px 0px 0px 0px; }

.f-big {
	font-size: 35px;
    font-weight: 700;
    line-height: 1.2em;
    }

.none { display: none!important; }
.pc { display: none; }

.youtube { background-image: url(img/icon-youtube.png);}
.tiktok { background-image: url(img/icon-tiktok.png);}
.instagram { background-image: url(img/icon-instagram.png);}
.x { background-image: url(img/sm-x-logo-white.png); background-size: 10px; }

/* h1,h2... ---------------------------------------------- */

h2 {
	margin: 0 0 30 0;
	font-family: "Quantico", sans-serif;
	font-size: 52px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1em;
	transition: .4s;
	}

section:hover h2 {
	text-shadow: 0px 0px 5px rgba(255,255,255,0.6), 0px 0px 10px rgba(255,255,255,0.8), 0px 0px 30px #88aaff;
	}

h2 div {
	display: block;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.8em;
	margin-left: 0px;
	}

h3 {
	box-sizing: border-box;
	position: relative;
    border-left: 0px solid #;
    width: 100%;
    max-width: 1400px;
    padding-left: 0px;
    margin: 0px 0px 0px 0px;
	font-family: "Quantico", sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    line-height: 1.3em;
    letter-spacing: 0.04em;
    transition: .6s;
    }

h3::before {
	content: "";
	display: none;
	position: absolute; top: -5px; left: -27px;
	border: 1px solid #fff;
	width: 20px;
	height: 20px;
	}

h3 span {
	display: block;
	font-size: 0.7em;
	}

/* header ---------------------------------------------- */

header {
	z-index: 10;
	}

header #logo:hover{
	color: #aaa;
	}

header #menu{
	position: fixed; right: 40px;
	border-left: 0px solid #ebc081;
	width: px;
	padding: 0px 0px 0px 7px;
	margin: 0px 0px 0px 30px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0px;
	color: #000;
	text-decoration: none;
	text-align: left;
	transition: 0.4s;
	}

header #menu:hover{
	color: #aaa;
	}

header nav {
	display: flex;
	justify-content: space-between;
	width: 100%;
	}

nav a:link{ color: #fff; text-decoration: none; transition: 0.4s;}
nav a:visited{ color: #fff;}
nav a:hover{ color: #fff;}
nav a:active{ color: #fff;}

/* Navbar & Navmenu color */
:root {
  --background-navbar: rgba(0, 0, 0, 0.6);
}

.header {
  background: transparent;
  position: fixed;
  width: 100%;
  height: 52px;
}

/* Nav Items - これが中身 */
.menu {
  list-style: none;
  position: absolute; top: 0px;
  width: 100%;
  height: 100vh;
  top: 0;
	padding: 50px 0px 0px 0px;
	margin-top: 0px;
  clear: both;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transform: scale(1, 0);
  transform-origin: top;
	}

.menu .socialmedia {
	display: flex;
	justify-content: center;
	margin-top: 20px;
	}

.menu .sm {
	display: block;
	background-size: contain;
	background-position: center;
	width: 20px;
	height: 20px;
	margin: 0px 10px;
	font-size: 0px;
	color: transparent;
	transition: .4s;
	}

.menu .sm:hover { opacity: 0.5!important; }

.menu .x { background-image: url(img/sm-x-logo-white.png); }

/* Hamburger menu button */
.menu-btn:checked ~ .menu {
  transform: scale(1, 1);
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger menbu text */
.menu a {
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 20px;
  text-transform: capitalize;
  color: #ddd;
  opacity: 0;
  transition: 0.5s;
}

.menu li {
	opacity: 0;
	border-bottom: 0px solid rgba(255, 255, 255, 0.03);
	padding: 0px 0px;
	margin: 0px;
	text-align: center;
	font-size: 30px;
	transition: 0.5s;
	}

.menu li a:hover {
	opacity: 0.5!important;
	}

.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
	opacity: 1;
	transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
	}

.menu-btn {
	display: none;
	}

.menu-icon { /* これがアイコン */
	z-index: 100;
	border: 0px solid #fff;
	display: inline-block;
	position: absolute; right: 0px;
	cursor: pointer;
	padding: 24px 14px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}

.navicon {
	background: #ddd;
	display: block;
	height: 3px;
	width: 30px;
	position: relative;
	transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
	}

.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #ddd;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
	}

.navicon:before {
  top: 9px;
	}

.navicon:after {
  bottom: 9px;
	}

/* Hamburger Menu Animation Start */
.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
	}

.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
	}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
	}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  bottom: 0;
	}

.menu-btn:checked ~ .menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
	}

/* Hamburger Menu Animation End */

/* Navbar Container */
.navtext-container {
  width: 100%;
  height: 52px;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Navbar Text */
.navtext {
  position: absolute;
  text-transform: uppercase;
  color: #ddd;
  letter-spacing: 4px;
  font-size: 20px;
}


/*
header{
	z-index: 100;
	position: fixed; top: 0px; left: 0; right: 0;
	display: block;
	border-bottom: 0.5px solid rgba(255,255,255,0.5);
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 40px;
	padding: 10px 0px;
	margin: 0px auto;
	font-family: "Oswald", sans-serif;
	}

header::after {
	content: "";
	z-index: 0;
	display: block;
	position: absolute; top: 60px;
	height: 0.5px;
	width: 100%;
	background-color: #fff;
	box-shadow: 0px 0px 2px #fff, 0px 0px 10px #fff, 0px 0px 30px #88aaff;
	filter: drop-shadow(0px 0px 5px #fff) drop-shadow(0px 0px 20px #88aaff) drop-shadow(0px 0px 30px #88aaff);
	}

.header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 0px solid #888;
	width: 96vw;
	max-width: 1400px;
	margin: 0px auto;
	}

header .logo{
	display: flex;
	justify-content: left;
	align-items: center;
	border: 0px dotted #ddd;
	background-image: url(img/.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 400px;
	height: 40px;
	padding: 0px 0px 0px 0px;
	margin: 2px 50px 0px 0px;
	font-family: "Oswald", sans-serif;
	font-family: "Quantico", sans-serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1em;
	color: #fff;
	text-shadow: 0px 0px 5px rgba(255,255,255,0.5), 0px 0px 30px #88aaff;
	text-decoration: none;
	text-align: left;
	transition: 0.6s;
	}

header .logo:hover{
	color: #fff;
	text-shadow: 0px 0px 5px rgba(255,255,255,0.6), 0px 0px 10px rgba(255,255,255,0.8), 0px 0px 30px #88aaff;
	}

header #menu{
	position: absolute; right: 40px;
	border-left: 0px solid #ebc081;
	width: px;
	padding: 0px 0px 0px 7px;
	margin: 0px 0px 0px 30px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0px;
	color: #000;
	text-decoration: none;
	text-align: left;
	transition: 0.4s;
	}

header #menu:hover{
	color: #aaa;
	}

header nav {
	display: block;
	justify-content: none;
	align-items: center;
	border: 0px solid #fff;
	width: 100%;
	height: 100%;
	margin-top: 4px;
	font-size: 18px;
	font-weight: 400;
	}

nav a:link{
	display: block;
	color: #fff; text-decoration: none; transition: 0.4s;
	margin: 0px 0px 15px 0px;
	font-size: 30px;
	letter-spacing: 0.16em;
	}
nav a:visited{ color: #fff;}
nav a:hover{ color: #fff;	text-shadow: 0px 0px 5px rgba(255,255,255,0.6), 0px 0px 10px rgba(255,255,255,0.8), 0px 0px 30px #88aaff; }
nav a:active{ color: #fff;}

.nav-sm {
	display: block;
	border-radius: 100%;
	background-color: #000;
	background-size: 75%;
	background-position: center;
	background-repeat: no-repeat;
	width: 35px;
	height: 35px;
	margin: 0px 0px 15px 0px;
	font-size: 0px;
	}

.nav-sm:hover {
	box-shadow: 0px 0px 10px 1px #fff, 0px 0px 3px 1px #fff inset;
	}

*/

/* RSP MENU - OVERLAY --------------------------------------------------------------------- */

/*

label {
	z-index: 100;
	position: relative;
	cursor: pointer;
	box-sizing: border-box;
	border: 0px solid #fff;
	display: block;
	width: 100%;
	height: px;
	padding: 5px;
	font-size: 20px;
	}

.menu-btn {
	display: block;
	border: 0px solid #fff;
	width: 20%;
	margin: 0px;
	text-align: center;
	text-shadow: 0px 0px 5px rgba(255,255,255,0.5), 0px 0px 30px #88aaff;
	}

input + #overlay {
	display: none;
	}

input:checked + #overlay {
	display: block;
	}

#check {
	display: none;
	}

#overlay {
	z-index: 80;
	position: fixed; top: 0px; left: 0px;
	box-sizing: border-box;
	background: rgba(0,0,0,0.9);
	width: 100vw;
	height: 100vh;
	padding: 80px 40px 0px 40px;
	box-shadow: none;
	transition: .4s;
	}

#overlay .nav-sm-box {
	display: flex;
	justify-content: center;
	border: 0px dotted #fff;
	margin-top: 50px;
	}

#overlay .nav-sm {
	font-size: 0px;
	margin: 0px 20px;
	box-shadow: 0px 0px 5px rgba(255,255,255,0.5), 0px 0px 30px #88aaff;
	}

.ol-img {
	position: absolute; top: 0px; left: calc(50vw - 70vh);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	border: 0px solid #fff;
	width: 140vh;
	 /* max-width: 100%; */ /*
	height: 100vh;
	margin: 0px;
	box-shadow: 0px 0px 20px 1px transparent;
	transition: .4s;
	}



.ol-text {
	position: absolute; top: 50vh; right: 20px;
	width: ;
	box-shadow: none;
	color: #fff;
	}

.btn-close {
	z-index: 10;
	opacity: 0.6;
	cursor: pointer;
	display: block;
	position: absolute; top: 20px; right: 20px;
	border: 1px solid #fff;
	border-radius: 100%;
	width: 60px;
	height: 60px;
	padding: 0px;
	margin: 0px;
	font-family: ;
	font-weight: 100;
	font-size: 40px;
	line-height: 1.3em;
	letter-spacing: em;
	text-align: center;
	transition: .4s;
	color: #fff;
	}

.btn-close:hover {
	opacity: 1;
	transform: rotate(90deg);
	}

.none { display: none; }

*/

/* MV ------------------------------------------------------------------------------ */

#mv {
	overflow: hidden;
	background-color: #000;
	background-image: url(img/mv.jpg);
	background-size: cover;
	background-position: center calc(35%);
	background-repeat: no-repeat;
	width: 100%;
	height: px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

.mv_title {
	border: 0px dotted #fff;
	margin-top: 130px;
	text-shadow: 2px 2px 8px rgba(255,255,255,0.5);
	}

/* footer -------------------------------------------------------------------- */

footer {
	border-top: 0px solid #222;
	background-color: #000;
	width: 100%;
	height: auto;
	padding: 30px 0px 20px;
	margin: 0px auto 0px auto;
	font-family: "Oswald", sans-serif;
	font-weight: 200;
	font-size: 12px;
	letter-spacing: 0.1em;
	color: #606a77;
	text-align: center;
	}

footer a:link { color: #606a77; margin-right: 8px; text-decoration: none!important;}
footer a:visited { color: #606a77;}
footer a:hover { color: #eee;}

footer .socialmedia {
	display: flex;
	justify-content: center;
	border: 0px solid #fff;
	font-family: "Oswald", sans-serif;
	font-weight: 100;
	letter-spacing: 0.15em;
	font-size: 15px;
	text-align: center;
	}

footer .nav-sm {
	opacity: 1;
	border-radius: 100%;
	background-color: transparent;
	background-size: 70%;
	background-position: center;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	margin: 0px 8px 0px 8px!important;
	padding: 0px;
	font-size: 0px;
	}

footer .nav-sm:hover {
	opacity: 1;
	transform: scale(1.3);
	}

.socialmedia a {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0px 20px;
	text-decoration: none;
	text-transform: uppercase;
	}

.socialmedia a:link { color: #fff;}
.socialmedia a:visited { color: #fff;}
.socialmedia a:hover { color: #fff; text-shadow: 0px 0px 5px rgba(255,255,255,0.6), 0px 0px 10px rgba(255,255,255,0.8), 0px 0px 30px #88aaff; }
.socialmedia a:active { color: #fff;}

.x { background-image: url(img/sm-x-logo-white.png); background-size: 16px!important; }


/* footer: contact ------------------------ */

footer .contact-ct {
	border: 0px dotted #444;
	width: 90%;
		max-width: 800px;
	height: px;
	margin: 10px auto 10px;
	}

footer .contact-ct .contact-btn {
	display: inline-block;
	box-sizing: border-box;
	border: 0px dotted #444;
	border-radius: 50px;
	background-color: #222;
	width: 260px;
	padding: 14px 20px;
	margin: 0px 0px 20px 0px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #e0e0e0;
	transition: .4s;
	}

footer .contact-ct .contact-btn:hover {
    background-color: #eba400;
	color: #fff;
	text-shadow: none;
	}

/* footer: contact:end ------------------------ */

footer nav {
	box-sizing: border-box;
	padding: 0px 3%;
	margin: 20px auto 0px auto;
	}

.legal {
	display: inline-block;
	margin: 4px 8px 0px 0px;
	font-family: "Oswald", sans-serif;
	font-weight: 200;
	}

.legal a { color: #606a77; margin-right: 8px;}
.legal a:hover { color: #eee;}

.copy {
	display: inline-block;
	margin-top: 0px;
	font-family: "Oswald",sans-serif;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	}

/* MAIN ----------------------------------------------------------------------------------- */

section {
	overflow: ;
	position: relative;
	padding: 50px 0px 50px;
	margin: 0 0 0 0;
    z-index: 1;
	}

.section-inner {
    z-index: 2;
	width: 90vw;
	max-width: 1400px;
	margin: 0px auto 0px auto;
	}

.section-main {
	position: relative;
    z-index: 2;
	font-size: 15px;
	font-weight: ;
	line-height: 1.8em;
	}

/* MAIN: Flex --------------------------------------------------------------------------- */

.flex-half-cnt {
	display: block;
	}

.flex-half-box {
	width: 100%;
	}

.flex-cnt50 {
	display: block;
	flex-wrap: wrap;
	justify-content: space-between;
	}

.flex-box50 {
	width: 100%;
	margin-bottom: 50px;
	}

/* BTN NOW: まずは体験ボタン --------------------------------------------------------------------------- */


/* BOTTOM-NOW -------------------------------------------------- */

.bottom-now-cnt {
    z-index: 50;
    position: relative;
    opacity: 0;
    transition: opacity 1s;
    }

.bottom-now-cnt.visible {
    z-index: 50;
    opacity: 1;
    }

.bottom-now-cnt a {
    text-decoration: none;
    }

.bottom-now {
    z-index: 20;
    position: fixed; bottom: 0px; right: 0px; left: 0px;
    box-sizing: border-box;
    border-radius: 20px 20px 0px 0px;
    background: rgba(255,255,255,0.15);
    height: auto;
    width: 100%;
	    max-width: 70%;
    padding: 10px 10px;
	margin: 0px auto;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    color: #eaafc8;
    box-shadow: rgba(101, 119, 134, 0.2) 0px 0px 10px, rgba(101, 119, 134, 0.15) 0px 0px 3px 1px;
    text-decoration: none;
    }

.bottom-now:hover {
    padding-bottom: 15px;
    background: rgba(255,255,255,0.4);
    box-shadow: rgba(255, 255, 255, 0.6) 0px 0px 30px, rgba(255, 255, 255, 0.4) 0px 0px 5px 1px;
    }

.bottom-now .text {
    font-size: 15px;
    text-align: center;
    margin: 0px 0px 5px 0px;
    color: #fff;
    }

.arrow {
    display: inline-block;
    animation: arrow 2.5s infinite ease-in-out;
    }

@keyframes arrow {
    0% { transform: translateX(0px); }
    50% { transform: translateX(3px); }
    100% { transform: translateX(0px); }
    }

.bottom-now .email {
    display: block;
    box-sizing: border-box;
    border-radius: 10px;
    border: 0px solid #fff;
    background-color: #654ea3;
    background: linear-gradient(50deg, #654ea3, #eaafc8);
    width: 100%;
    padding: 10px;
    margin: 0px auto 0px auto;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    }

/* ------------------------------------------------------------------------------------ */

.none { display: none; }
.pc { display: none; }
.sp { display: block; }

} /* SP : END ------------------------------------------------------------------------------------ */
