/* COBRA CAPOEIRA */

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

/* GOOGLE FONTS ------------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Quantico:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cute+Font&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cabin+Sketch:wght@400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cabin+Sketch:wght@400;700&family=Noto+Color+Emoji&display=swap');


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

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

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

a { transition: 0.4s; text-decoration: none; }
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; }
.none { display: none; }

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

.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;
	}
*/

.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; }


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

.f-mid {
	font-size: 25px;
    font-weight: 700;
    line-height: 1.6em;
    }

.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb80 { margin-bottom: 80px; }
.mb100 { margin-bottom: 100px; }

.note {
	font-size: 13px;
	}



/* FLEX BOXES ---------------------------------------------- */

.flex-half-cnt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    }

.flex-half-box {
    width: 48%;
    margin-bottom: 20px;
    }

.flex-half-box h4 {
    font-size: 20px;
    margin-bottom: 10px;
    }


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

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

h2 div {
	display: inline-block;
	font-size: 0.3em;
	font-weight: 600;
	letter-spacing: 0.04em;
	margin-left: 20px;
	}

h3 {
	position: relative;
    border-left: 0px solid #6644cc;
    width: 100%;
    max-width: 1400px;
    padding-left: 10px;
    margin: 0px 0px 10px 0px;
	font-family: "Quantico", sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #;
    line-height: 1.2em;
    letter-spacing: 0.06em;
    transition: .6s;
    }

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

h3 span {
	font-size: .7em;
	}

h4 {
    position: relative;
    padding-left: 35px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    margin: 30px 0px 5px 0px;
    }

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

header {
	z-index: 10;
	}

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

header #menu {
	z-index: 20;
	position: fixed; right: 40px; top: 10px;
	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;
	font-family: "Montserrat", sans-serif;
	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; top: 0px;
	width: 100%;
	height: 52px;
	}

/* Nav Items - これが中身 */
.menu {
	z-index: 20;
	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;
	background-repeat: no-repeat;
	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 {
	opacity: 0;
	text-decoration: none;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	letter-spacing: 0.1em;
	font-size: 20px;
	text-transform: capitalize;
	color: #eee;
	transition: 0.5s;
	}

.menu li {
	opacity: 0;
	border-bottom: 0px solid rgba(255, 255, 255, 0.03);
	padding: 0px 0;
	margin: 0 54px;
	font-size: 30px;
	text-align: center;
	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: 30px 30px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}

.navicon {
	opacity: 0.8;
	background: #fff;
	display: block;
	height: 3px;
	width: 30px;
	position: relative;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
	transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
	}

.navicon:before,
.navicon:after {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	background: #fff;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
	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;
}



/* #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: 230px;
	text-shadow: 2px 2px 8px rgba(255,255,255,0.5);
	}


















/* CONTACT ------------------------------------------------------------------------- */

#contact {
    /* background: url(img/bg-pattern-04.png), linear-gradient(50deg, #654ea3, #eaafc8);*/
    background-color: #d9bca3; /* 452080 */
    background-image: url(img/map-southamerica-white20.png), url(img/bg-what-02.jpg);
    background-size: 40%, cover;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding: 50px 5% 80px;
    color: #733c17;
    }

#contact .berimbau {
    z-index: 0;
    position: absolute; top: 20px; left: calc(84%);
    border: 0px solid #fff;
    background-image: url(img/instrument-berimbau.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 200px;
    height: 260px;
    transform: rotate(-16deg);
    }

#contact .atabaque {
    z-index: 0;
    position: absolute; top: 100px; left: calc(4%);
    border: 0px solid #fff;
    background-image: url(img/instrument-atabaque.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 160px;
    height: 200px;
    transform: rotate(8deg);
    }

#contact .capo1 {
    z-index: 0;
    position: absolute; top: 60px; left: calc(50% - 680px);
    border: 0px solid #fff;
    background-image: url(img/what-capoeirista-01.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 360px;
    height: 360px;
    transform: rotate(0deg);
    }

#contact .capo2 {
    z-index: 0;
    position: absolute; top: 30px; left: calc(50% + 280px);
    border: 0px solid #fff;
    background-image: url(img/nadi-01.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 360px;
    height: 360px;
    transform: rotate(0deg);
    }

#contact .text {
    z-index: 1;
    position: relative;
    font-size: 36px;
    font-weight: 800;
	line-height: 1.3em;
    text-align: center;
    text-shadow: 0px 0px 10px rgba(255,255,255,0.6);
    }

#contact .text-small {
    z-index: 1;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-shadow: 0px 0px 10px rgba(255,255,255,0.6);
    margin-top: 20px;
    }

#contact .email {
    z-index: 1;
    position: relative;
    border-radius: 100px;
    border: 0px solid #fff;
    background-color: #733917;  /* edae00 9629cc b431f5 733917 733c17 */
    width: 540px;
    padding: 25px 10px;
    margin: 40px auto 0px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 0.04em;
    text-indent: 0.04em;
    text-align: center;
    color: #fff;
    }

#contact .note {
    z-index: 1;
    position: relative;
	border: 0px;
	background-color: transparent;
	padding: 0px;
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    }





/* 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 {
	font-family: "Oswald", sans-serif;
	font-weight: 200;
	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 16px 0px!important;
	font-size: 0px;
	}

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

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

footer .socialmedia a:link { color: #fff;}
footer .socialmedia a:visited { color: #fff;}
footer .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; }
footer .socialmedia a:active { color: #fff;}

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

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

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 10px;
	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;
	}

footer nav {
	margin: 20px 8px 0px 0px;
	}

.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 {
	position: relative;
	padding: 50px 0px 50px;
	margin: 0 0 0 0;
    z-index: 0;
	}

.section-inner {
    z-index: 0;
	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-cnt50 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

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


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

.none { display: none; }
.only-sp { display: none; }

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


