/* COBRA CAPOEIRA */

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


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

a { text-decoration: none!important; }

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

#mv {
    position: relative;
    height: 100vh;
    margin: 0px auto 0px;
    background-image: url(video/mv-leopard-01-poster.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }

#mv h1 {
    position: relative;
    z-index: ;
    margin: 30vh auto 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    text-align: center;
    letter-spacing: 0.1em;
    /* -webkit-text-stroke: 2px #fff; */
    line-height: 1em;
    color: #fff;
    }

#mv h1 div {
    margin-top: -4px;
    font-size: 0.22em;
    font-weight: 500;
    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;
    }

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

.mv-logo {
    z-index: 4!important;
    position: relative;
    border: 0px solid #fff;
    background-image: url(img/logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 350px;
    height: 350px;
    margin: calc(50vh - 0px) auto 0px;
    font-size: 0px;
    color: transparent;
    }

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

.scroll {
    z-index: 5!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 {
    overflow: hidden;
    position: relative;
    /* background: linear-gradient( 180deg, #111216, #121626 ); */
    background-color: #e3b694;
    background-color: #e3b694;
    background-image: url(img/bg-04.webp);
    background-position: center top;
    background-repeat: repeat;
    background-size: 160px;
    padding: 0px 0px 0px;
    margin: 0px auto 0px;
    }

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

.btn {
    display: block;
    box-sizing: border-box;
    border-radius: 16px;
    border-top: 4px solid #475763;
    border-bottom: 4px solid #1e252b;
    border-left: 4px solid #394854;
    border-right: 4px solid #1e252b;
    outline: 2px solid #1e252b;
    background-color: #2ba9d6;
    background: linear-gradient(-20deg, pink, #222b30);
    background: url(img/bg-pattern-04.png),linear-gradient(-10deg, #0d1114, #222b30 );
    width: 240px;
    padding: 12px 0px 12px 20px;
    margin: 0px auto 0px auto;
    font-family: "Orbitron", sans-serif;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.8em;
    text-align: center;
    color: #ff9021;
    transition: 0.6s;
    }

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

.flex-ct {
    display: flex;
    justify-content: space-between;
flex-direction: column-reverse;
    box-sizing: border-box;
    background-color: #e3b694; /* d6a885 */
    width: 90%;
        max-width: 100%;
    padding: 0px;
    margin: 0px auto 0px;
    }

.flex-ct a {
    display: block;
    text-decoration: none;
    width: 100%;
    height: 200px;
    margin: 0px auto 30px;
    transition: .4s;
    }

.flex-ct a:hover {
    transform: translateY(-5px);
    }

.flex-ct section {
    transition: 3s;
    }

/* CARD ----------------------------------------------------------------------- */

.card {
    border-radius: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    width: 90%;
    max-width: 1400px;
    margin: 30px auto 0px;
    padding: 40px 10px;
    box-shadow: 0px 5px 20px rgba(10,0,0,0.4);
    transition: .4s;
    }

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.6);
    }

.card h2 {
    
    }

.card p {
    font-size: 22px;
    }

/* WHAT ----------------------------------------------------------------------- */

#what {
    display: block;
    box-sizing: border-box;
    border-radius: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background-repeat: no-repeat;
    background-image: url(img/map-africa-01-white20.png), url(img/map-southamerica-white20.png), url(img/bg-what-02.jpg);
    background-size: 300px, 250px, cover;
    background-position: calc(50% + 50px) -10px, calc(50% - 120px) bottom, center;
    width: 90%;
        max-width: 1600px;
    height: auto;
    padding-bottom: 40px;
    color: #733c17; /* 804e29 352d27 */
    box-shadow: 0px 5px 20px rgba(10,0,0,0.4);
    }

#what:hover { width: vw; }

#what a:link { text-decoration: none; }

#what h2 {
    font-family: "Cabin Sketch", sans-serif;
    font-weight: 800;
    font-size: 50px;
    letter-spacing: 0.04em;
    line-height: 0.88em;
    padding: 0px;
    margin: 0px auto 20px;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    width: 100%;
        max-width: 640px;
    }

#what p {
    border: 0px dotted #fff;
    padding: 0px 0px 0px;
    margin: 0px auto;
    width: 100%;
        max-width: 700px;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1.4em;
    text-align: center;
    color: #6b3515;         /* 352d27 483b32 */
    text-shadow: 0px 0px 10px rgba(255,255,255,0);
    }

#what .text-normal {
    display: block;
    margin-top: 30px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1.6em;
    color: #;
    }

#what .btn {
    /* position: absolute; bottom: 80px; right: 8%; */
    border-radius: 50px;
    border: 4px solid #ab7b65;
    outline: 0px;
    background: #643f2e;
    margin: 30px auto 0px auto;
    font-size: 18px;
    color: #f3d3b1;
    transform: translateX(0px); 
    }

#what .btn:hover {
    color: #fff;
    border: 4px solid #c98f75;
    background: #ab6b4f;
    text-shadow: 0px 0px 20px #e0b0a0;
    box-shadow: 0px 0px 30px #e0b0a0;
    }

/* GROUP --------------------------------------------------------------------- */

#group {
    box-sizing: border-box;
    border-radius: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #bf8f73;
    background-image: url(img/map-africa-01-white20.png), url(img/map-southamerica-white20.png), linear-gradient( -8deg, #ebcdb7, #cc9976, #bf8969 ); /* e6bea1 bf604d bf8969*/
    background-size: 300px, 250px, cover;
    background-position: calc(50% + 50px) -10px, calc(50% - 120px) bottom, center;
    background-repeat: no-repeat;
    width: 90%;
        max-width: 1600px;
    margin: 30px auto;
    color: #fff;
    }

#group h2 {
    font-family: "Cabin Sketch", sans-serif;
    font-size: 64px;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: .8em;
    }

#group h2 span {
    display: block;
    font-size: .8em;
    font-weight: 600;
    line-height: 0.8em;
    }

#group .title-top {
    margin-bottom: 5px;
    font-family: "Cabin Sketch", sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: .8em;
    text-align: center;
    }

#group .btn {
    border: 2px solid #fff;
    border-radius: 9999px;
    outline: 0px;
    background: #e6a473; /* e0ae82 e6b58a e3b688 ffbf00 */
    width: 240px;
    padding: 16px;
    font-family: "Cabin Sketch", sans-serif;
    font-size: 26px;
    line-height: 1em;
    color: #fff;
    box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.15);
    }

#group .btn span {
    margin: 0px 10px 0px -20px;
    font-size: 0.6em;
    vertical-align: top;
    }

#group .btn:hover {
    width: 260px;
    letter-spacing: 0.2em;
    }

/* PERSONAL TRAINING ---------------------------------------------------------------- */

#personal {
    box-sizing: border-box;
    border-radius: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(50, 0, 30, 0.1);
    border-bottom: 1px solid rgba(50, 0, 30, 0.2);
    background-color: #956ace;
    background-image: url(img/map-africa-01-white20.png), url(img/map-southamerica-white20.png), linear-gradient(-8deg, #f2e7d6, #eda2d0, #bf89db, #956ace);
    background-size: 260px, 200px, cover;
    background-position: calc(50% + 40px) -5px, calc(50% - 110px) bottom, center;
    background-repeat: no-repeat;
    width: 90%;
        max-width: 1600px;
    margin: 30px auto;
    color: #fff;
    }

#personal h2 {
    font-family: "Oswald", sans-serif;
    font-size: 60px;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1em;
    }

#personal h2 span {
    display: block;
    font-size: .44em;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.13em;
    text-indent: .2em;
    }

#personal .title-top {
    margin-bottom: 0px;
    font-family: "Oswald", sans-serif;
    font-size: 15.5px;
    font-weight: 600;
    letter-spacing: 0em;
    line-height: .8em;
    text-align: center;
    }

#personal .btn {
    border: 2px solid #fff;
    border-radius: 9999px;
    outline: 0px;
    background: rgba(220, 80, 180, 0.7);
    background-image: linear-gradient(-20deg, #e691c8, #d665c8, #cc5ccc);
    width: 240px;
    padding: 16px;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    line-height: 1em;
    color: #fff;
    box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.15);
    }

#personal .btn span {
    margin: 0px 10px 0px -20px;
    font-size: 0.6em;
    vertical-align: top;
    }

#personal .btn:hover {
    width: 260px;
    letter-spacing: 0.2em;
    }

/* PEACE --------------------------------------------------------------------- */

#peace {
    box-sizing: border-box;
    border-radius: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #fff;
    background-image: url(img/mv-peace.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    /* width: calc(100% - 40px);*/
    width: 100%;
        max-width: 800px;
    height: px;
    padding: 0;
    margin: 0px 0px 30px 0px;
    box-shadow: 0px 5px 20px rgba(10,0,0,0.4);
    transition: .6s;
    }

#peace:hover {
    transform: translateY(-5px);
    }

#peace .section-inner {
    display: block;
    border-radius: 20px;
    border: 0px dashed #777;
    width: 100%;
        max-width: 100%;
    height: 250px;
    padding: 0;
    margin: 0;
    }

#peace .flags {
    display: none;
    font-family: "JoyPixels", "Noto Color Emoji", sans-serif;
    src: url('fonts/JoyPixels.woff2') format('woff2'),
         url('fonts/JoyPixels.woff') format('woff'),
         url('fonts/JoyPixels.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    }


/* ABOUT -------------------------------------------------- */

#about {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border-radius: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #000;
    background-image: url(img/logo.jpg);
    background-size: 280px;
    background-position: center;
    width: ;
    height: ;
    box-shadow: 0px 5px 20px rgba(10,0,0,0.4);
    }

#about:hover { width: vw; }

#about a:link { text-decoration: none; }

#about .ct {
    display: flex;
    justify-content: center;
    align-items: top;
    border: 0px dotted #fff;
    width: 90%;
        min-width: px;
        max-width: 800px;
    margin: 0px auto 0px;
    }

#about .logo {
    border: 0px dotted #fff;
    border-radius: 100%;
    background-image: url(img/logo.jpg);
    background-size: cover;
    background-position: center;
    width: 240px;
        min-width: 160px;
    height: 240px;
    margin: 0px;
    box-shadow: 0px 0px 16px rgba(250, 252, 255, 0.8), 0px 0px 60px rgba(100, 200, 255, 0.);
    }

#about .text {
    border: 0px dotted #fff;
    padding: 0px 0px;
    margin: 0px 0px 0px 30px;
    width: 100%;
        max-width: px;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.6em;
    text-align: left;
    color: #505a60;
    text-shadow: 0px 0px 8px rgba(255,255,255,0.6);
    }

#about .text .furigana {
    display: none;
    font-size: 0.6em;
    line-height: 0em;
    }

#about .text span {
    display: block;
    font-size: 0.8em;
    line-height: 1.6em;
    }

#about .btn {
    /* position: absolute; bottom: 80px; right: 8%; */
    margin: 30px 12% 0px auto;
    color: #40c0fa;
    transform: translateX(0px);
    }

#about .btn:hover {
    color: #42daff;
    text-shadow: 0px 0px 20px #42daff;
    }

/* GRAFFITI -------------------------------------------------- */

#graffiti {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 280px;
    height:;
    }

.black {
    background-color: #000;
    background-image: url(img/logo-graffiti-01-white.webp);
    }

.black:hover {
    background-color: #fff;
    background-image: url(img/logo-graffiti-01-black.webp);
    }

.white {
    background-color: #fff;
    background-image: url(img/logo-graffiti-01-black.webp);
    }


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

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

/* END --------------------------------------------------------------------------- */

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