/* COBRA CAPOEIRA */

/* BODY -------------------------------------------------- */

body {
    background-color: #e6c3a1;
    background-image: url(img/map-southamerica-white20.png), url(img/map-africa-01-white20.png), url(img/bg-what-02.jpg);
    background-position: 20px calc(90%), calc(100% - 2vw) calc(7vh - 0vh), center;
    background-attachment: fixed;
        background-size: 55vh, 68vh, cover;
        background-repeat: no-repeat;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 20px;
        font-weight: 600;
        color: #6b3515;
        text-shadow: 0px 0px 10px rgba(255, 255, 255, 0);
    }

/* h -------------------------------------------------- */

h2 {
    font-family: "Cabin Sketch", sans-serif;
    font-weight: 800;
    font-size: 70px;
    letter-spacing: 0.04em;
    line-height: 0.88em;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    }

h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    }

/* btn -------------------------------------------------- */

.btn {
    display: block;
    border: 3px solid #6b3515;
    border-radius: 900px;
    width: 240px;
    padding: 18px 20px 12px;
    margin: 100px auto 100px auto;
    font-family: "Cabin Sketch", sans-serif;
    font-size: 34px;
    line-height: 1em;
    text-decoration: none!important;
    text-align: center;
    color: #6b3515!important;
    transition: .4s;
    }

.btn:hover {
    border-radius: 900px;
    border: 3px dashed #6b3515;
    background-color: rgba(255, 255, 255, 0.5);
    width: 280px;
    text-shadow: none;
    }

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

#mv {
    position: relative;
    height: 200px;
    margin: 0px auto 0px;
    background-image: url(video/mv-leopard-01-poster.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: "Montserrat", sans-serif;
    }

#mv video {
    z-index: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(0%);
    }

#mv .mv-logo {
    position: relative;
    z-index: ;
    margin: 70px auto 0px;
    font-size: 60px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.1em;
    /* -webkit-text-stroke: 2px #fff; */
    line-height: 1em;
    color: #fff;
    }

#mv .mv-logo div {
    margin-top: -4px;
    font-size: 0.28em;
    font-weight: 600;
    letter-spacing: 0.4em;
    line-height: 0.8em;
    }

#mv .h1-sub {
    margin: 40px auto 0px;
    letter-spacing: 0.2em;
    text-align: center;
    }

#mv::after {
    z-index: ;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-color: rgba(50,60,80,0.0);
    background-image: radial-gradient(#000 30%, transparent 31%), radial-gradient(#000 30%, transparent 31%);
    background-size: 2px 2px;
    background-position: 0 0, 2px 2px;
    }

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


.title-box {
    z-index: 2!important;
    position: relative;
    margin-top: 35vh;
    filter: drop-shadow(0px 0px 5px rgba(255,255,255,1));
    animation: title-light 4s ease-in-out infinite;
    }

@keyframes title-light {
    0% { filter: drop-shadow(0px 0px 0px rgba(255,255,255,1)); }
    50% { filter: drop-shadow(0px 0px 8px rgba(255,255,255,1)); }
    100% { filter: drop-shadow(0px 0px 0px rgba(255,255,255,1)); }
    }

.title {
    text-transform: uppercase;
    text-align: center;
    font-family: "Oswald",sans-serif;
    font-size: 80px;
    font-weight: 600;
    color: transparent;
    letter-spacing: 2px;
    line-height: 1.2em;
    -webkit-text-stroke: #fff 1.2px;
    }

.title-sub {
    text-transform: uppercase;
    text-align: center;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 1em;
    letter-spacing: .3em;
    text-indent: 1.3em;
    }

.scroll {
    z-index: 10!important;
    position: absolute; bottom: -2vh; left: 50%;
    background-color: #fff;
    width: 0.5px;
    height: 100px;
    animation: scroll ease-in-out 2.8s infinite;
    }

@keyframes scroll {
 0%{
        transform-origin: top;
        transform: scaleY(0);
    }
    50%{
        transform-origin: top;
        transform: scaleY(1);
    }
    51%{
        transform-origin: bottom;
        transform: scaleY(1);
        opacity: 1;
    }
    100%{
        transform-origin: bottom;
        transform: scaleY(0);
        opacity: 0;
    }
    }

/* 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: 10px;
    box-sizing: border-box;
    border-radius: 20px 20px 0px 0px;
    background: rgba(255,255,255,0.15);
    height: auto;
    width: 240px;
    max-width: 50%;
    padding: 10px 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: right;
    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;
    }

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

main {
    position: relative;
    background-color: transparent;
    /* background: linear-gradient( 180deg, #111216, #121626 );*/
    padding: 0px 0px 0px;
    margin: 0px auto;
    }

#index main {
    overflow: hidden;
    /* border-top: 1px #fff solid; */
    }

#index section {
    z-index: 0;
    position: relative;
    margin: 60px auto 150px auto;
    }

#index section:hover h3 {
    letter-spacing: 4px;
    border-bottom: 0.5px solid #fff;
    filter: drop-shadow(0px 0px 5px rgba(255,255,255,1));
    transition: .4s;
    }

/* Capoeira History ----------------------------------------------------------- */

#capoeiraHistory .section-main {
    padding: 0px 0px 50px;
    }

#capoeiraHistory h1 {
    font-family: "Cabin Sketch", sans-serif;
    font-size: 50px;
    line-height: 1em;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    }

#capoeiraHistory h1 div {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 80px;
    font-weight: 900;
    display: block;
    margin: 0px 0px 50px;
    line-height: 1em;
    letter-spacing: 0em;
    color: #6b3515;
    }

#capoeiraHistory .centerline {
    position: absolute; left: calc(50% - 2px);
    background-color: #6b3515;
    width: 4px;
    height: 100%;
    }

#capoeiraHistory .box {
    width: 48%;
    margin-bottom: 0px;
    }

#capoeiraHistory .box:nth-child(odd) {
    margin-left: auto;
    margin-right: 0px;
    }

#capoeiraHistory h3 {
    font-size: 30px;
    font-weight: 800;
    border: none;
    padding: 0px;
    color: #6b3515;
    }

#capoeiraHistory .date {
    font-family: "Cabin Sketch", sans-serif;
    font-size: 120px;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0em;
    }

#capoeiraHistory .date span {
    display: block;
    margin-top: -20px;
    font-size: 0.5em;
    line-height: 1.4em;
    }

#capoeiraHistory h3:before { 
    display: none;
    }



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

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

/* end -------------------------------------------------- */