/* COBRA CAPOEIRA｜ONLINE MEMBERSHIP */

body {
    background: #000;
    /*background-image: radial-gradient(circle at center, rgba(80,20,120,0.8), rgba(40,20,80,0.2) );*/
    }

a:link { text-decoration: none; }

p {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.6em;
    }

h2 {
    font-size: 60px;
    }

h2 div {
    display: block;
    margin: 0px;
    line-height: 1em;
    }

/* 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: 40vh auto 0px;
    font-size: 120px;
    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 {
    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;
    }




/* TOP (MV) -------------------------------------------------- */

#top {
    overflow: hidden;
    display: block;
    border: 0px solid #fff;
    background: #190029;
    /* background-image: radial-gradient(circle at center, rgba(80,20,120,0.8), rgba(40,20,80,0.2) ); */
    background-image: url(img/cobraplus-mv-4.webp);
    background-size: cover;
    height: px;
    padding: 120px 0px 240px;
    color: #fff;
    }

#top .ct {
    border: 0px dotted #fff;
    width: 96%;
        max-width: 750px;
    margin: 0px auto 0px auto;
    line-height: 1.5em;
    }

#top .h1-top-jp {
    background: linear-gradient(-2deg, #ffb28c, #ffc400);
    -webkit-background-clip: text;
    color: transparent;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4em;
    margin-bottom: 10px;
    }

#top .h1-top-eng {
    background: linear-gradient(-2deg, #ffb28c, #ffc400);
    -webkit-background-clip: text;
    color: transparent;
    font-family: "Orbitron", sans-serif;
    font-size: 35px;
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 1em;
    }

#top h1 {
    display: block;
    background-image: url(img/cobraplus-logo2.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 700px;
    height: 300px;
    font-family: "Orbitron", sans-serif;
    font-size: 0px;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1em;
    margin: -10px 0px 0px 0px;
    }

#top .text-sub {
    background: linear-gradient(0deg, #ffd6f2, #feadff);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.3em;
    margin: 40px auto 0px;
    text-align: center;
    }

#top .text-info {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.8em;
    }

.top-bottom-line {
    box-sizing: border-box;
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
    position: absolute; bottom: calc(0px - 0px); left: -5%;
    border: 5px solid #feadff;
    border-bottom: none;
    background-image: linear-gradient(0deg, #260936,#260936, #1d0729);
    width: 110%;
    height: 150px;
    margin: 0px auto;
    }


/*
140923      端
1a0b2b

190a2b
501478
281450

feadff
*/

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

main {
    position: relative;
    background: radial-gradient(ellipse at center, #3a1050, #260936, #260936 );
    border: 0px solid #fff;
    border-top-left-radius: 0px;
    padding: 0px 0px 0px;
    margin: 0px auto;
    }

.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: 420px;
    padding: 12px 0px 12px 0px;
    margin: 0px auto 0px auto;
    font-family: "Orbitron", sans-serif;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.8em;
    text-align: center;
    color: #ff9021!important;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.8), 0px 0px 8px rgba(0,0,0,0.8);
    transition: 0.6s;
    }

.btn:hover {
    text-shadow: 0px 0px 10px rgba(255,255,255,0.2);
    }

.backtotop {
    margin-top: 100px;
    }




/* SECTIONS -------------------------------------------------- */

#capoeira {
    background-color: #000;
    background-image: url(img/bg-robot-01-black.jpg);
    background-size: cover;
    }

#athleticism {
    background-color: #000;
    background-image: url(img/bg-what.jpg);
    background-size: cover;
    }

section h2 {
    margin-bottom: 0px;
    }

section .intro {
    position: relative;
    box-sizing: border-box;
    border-radius: 21px;
    border-top: 2px solid #181818;
    border-left: 2px solid #18191a;
    border-bottom: 2px solid #4a4d56;
    border-right: 2px solid #4b4d56;
    background-image: url(img/bg-robot-01-blac.jpg);
    background-color: rgba(0,2,5,0.8);
    background-size: cover;
    background-position: center;
    width: 100%;
        max-width: 930px;
    height: px;
    padding: 40px;
    margin-bottom: 2%;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.8em;
    text-align: left;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.6);
    box-shadow: 2px 2px 4px rgba(255,255,255,0.1), 5px 5px 5px rgba(0,0,0,0.5) inset;
    transition: 0.6s; 
    }

section .intro p {
    position: relative;
    z-index: 4;
    }

section .intro::after {
    z-index: 3;
    content: "";
    position: absolute; top: 0; left: 0;
    background: rgba(0,4,15,0.0);
    border-radius: 20px;
    width: 100%;
    height: 100%;
    }




/* INTRO ------------------------------------------------------------------------- */

#intro {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.7em;
    padding-top: 0px;
    margin-top: 0px;
    }

#intro .section-inner {
    max-width: 1200px;
    }

#intro .text-big {
    font-size: 35px;
    font-weight: 800;
    line-height: 1.3em;
    max-width: 640px;
    }

.points .flex-ct {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 0px solid #333;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.);
    width: 1200px;
    height: auto;
    margin: 20px auto 50px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    }

.point {
    cursor: pointer;
    box-sizing: border-box;
    border-top: 0.px solid rgba(255, 255, 255, 0.5);
    border-bottom: 0.px solid rgba(255, 255, 255, 0.1);
    border-left: 0.px solid rgba(255, 255, 255, 0.3);
    border-right: 0.px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.4);
    background-image: linear-gradient(0deg, #311342 , #531873);
    width: 24%;
    height: px;
    padding: 30px 30px 40px;
    margin-bottom: 20px;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.3);
    transition: .6s;
    }

.point:hover {
    box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.5);
    transform: translateY(-5px);
    }

.point strong {
    display: block;
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    }

.effects .point {
    /* background-image: linear-gradient(0deg, #ab7200, #e6a800); */
    background-image: linear-gradient(-5deg, #804e3c, #b0725b);
    /* background-image: linear-gradient(-5deg, #36a6b3, #2260b5); */
    }

/*
99614d
*/

/* PLAN ------------------------------------------------------------------------- */

#plan {/*
    background-image: none;
    background: radial-gradient(circle at center, rgba(80,20,120,0.8), rgba(40,20,80,0.2) );
    background-color: #000;
    */
    }

#plan .section-inner {
    background-image: none;
    }

#plan h3 {
    border-left: 0px;
    padding-left: 0px;
    margin: 0px 0px 40px 0px;
    font-size: 42px;
    line-height: 1em;
    }

#plan h3 span {
    display: block;
    font-size: 0.4em;
    line-height: 1em;
    }

.table-ct-flex {
    display: flex;
    justify-content: space-between;
    }

.table {
    box-sizing: border-box;
    border-radius: 30px;
    border-top: 0.5px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(0, 0, 0, 0.4);
    border-bottom: 1px solid rgba(0, 0, 0, 0.7);
    background: linear-gradient(-8deg, rgba(150,80,120,0.9), rgba(40,20,80,1) );
    font-size: 16px;
    width: 48%;
    margin: 50px auto 50px;
    padding: 50px;
    box-shadow: 20px 20px 50px rgba(5, 0, 10, 0.6);
    transition: 1s;
    }

.table:hover {
    box-shadow: 0px 0px 40px rgba(255, 240, 250, 0.3);
    transform: translateY(-5px);
    }

.table:hover h3 {
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8);
    }

.gold {
    background: linear-gradient(-8deg, #f2c185, #cc8c3d, #cc8733 );
    /* f2c185 d6994d cc8c3d cc8733 */
    }

.row {
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    padding: 0px 0px 15px 0px;
    margin: 0px 0px 15px 0px;
    }

.row:last-child {
    margin: 0px 0px 10px 0px;
    }

.table .title {
    flex-shrink: 0;
    opacity: 1;
    border: 0px solid #fff;
    width: 180px;
    margin-right: 20px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: #fff;
    text-align: left;
    -webkit-text-stroke: 0;
    }

.table .item {
    }

.table .price {
    font-weight: 600;
    }



/* SUBSCRIBE --------------------------------------------------------------------- */


#subscribe {

    }

#subscribe h3 {
    font-size: 55px;
    text-align: center;
    border-left: 0px;
    padding: 0px;
    margin: 0px 0px 30px;
    }

#subscribe .ct {
    border-radius: 30px;
    background-color: rgba(255,255,255,0);
    width: 500px;
    padding: 0px;
    margin: 0px auto 0px;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.7em;
    }

#subscribe .ct p {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.6em;
    text-align: center;
    }

#subscribe .email {
    border: 2px solid #fff;
    border-radius: 100px;
    background-color: transparent;
    width: 480px;
        max-width: 100%;
    padding: 24px 10px;
    margin: 30px auto 30px auto;
    font-size: 26px;
    letter-spacing: 0.08em;
    color: #fff;
    text-align: center;
    }

#subscribe .ct .note {
    opacity: 0.8;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    margin-top: 30px;
    }

/* Q&A --------------------------------------------------------------------- */

#qa .section-inner {
    max-width: 1000px;   
    }

#qa .flex {
    display: flex;
    justify-content: space-between;
    border: 0px dashed #fff;
    max-width: 1000px;
    margin: 0px auto;
    }

#qa .flex-box {
    border: 0px dashed #fff;
    width: 48%;
    }

#qa h4 {
    font-family: "Orbitron", sans-serif;
    font-size: 20px;
    text-align: left;
    padding: 0;
    margin: 0 0 5px;
    }

#qa p {
    opacity: 0.8;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 30px;
    }

















/* X --------------------------------------------------------------------- */

/* ATHLETICISM -------------------------------------------------- */

#athleticism h2 {
    color: rgba(0,10,20,0.7);
    }

#athleticism .intro {
    overflow: hidden;
    border-top: 2px solid #888;
    border-left: 2px solid #888;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    background: rgba(230,230,232,0.8);
    /* background-image: url(img/c00.jpg), linear-gradient(rgba(220,220,220,0.9), rgba(220,220,220,0.9) 90deg)!important; */
    background-position: center top;
    box-shadow: 2px 2px 4px rgba(255,255,255,0.5), 5px 5px 5px rgba(0,0,0,0.2) inset;
    color: #00101a;
    text-shadow: 0px 0px 5px rgba(255,255,255,0.8);
    }

#athleticism .intro::after {
    z-index: 0;
    position: absolute; top: -100%; left: -20%;
    border-radius: 0px;
    background: rgba(255,255,255,0.4);
    width: 50%;
    height: 400%;
    transform: rotate(30deg);
    }

/* COURSES -------------------------------------------------- */


#capoeira {
        display: none; }

.flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start ;
    gap: 1.3333333%;
    }

.flexbox a:link { text-decoration: none; }

.course {
    position: relative;
    box-sizing: border-box;
    border-radius: 20px;
    border-top: 1px solid rgba(240,255,255,0.4);
        border-left: 1px solid rgba(240,255,255,0.4);
        border-bottom: 1px solid rgba(0,0,0,0.4);
        border-right: 1px solid rgba(0,0,0,0.4);
    background-color: #000;
    background-image: url(img/bg-abstract-01.jpg);
    background-size: cover;
    background-position: center;
    width: 24%;
    height: 480px;
    padding: 20px;
    margin-bottom: 1.33333%;
    text-align: center;
    box-shadow: 10px 10px 20px rgba(0,0,0,0.6);
    transition: 0.6s;
    }

.course:hover {
    box-shadow: 0px 0px 40px rgba(210,240,255,0.5),0px 0px 40px rgba(210,240,255,0.5) inset;
    transform: translateY(-10px);
    }

.overlay-gradient {
    position: absolute; top: 0px; left: 0px;
    border-radius: 20px;
    background: linear-gradient(0deg, rgba(0,0,0,0.6), rgba(0,0,0,0.1), rgba(0,0,0,0) );
    width: 100%;
    height: 100%;
    }

.course-box-info {
    position: relative;
    z-index: 2;
    border: 0px dotted #fff;
    border-radius: 20px;
    }

.course .code {
    position: relative;
    z-index: 2;
    margin-top: 250px;
    font-family: "Cute Font", sans-serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 0.8em;
    }

.course .title-top {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
    }

.course .title-main {
    font-family: "Oswald", sans-serif;
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.1em;
    margin-bottom: 15px;
    }

.course .info {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    }

.cs {
    display: block;
    opacity: 1;
    filter: blur(0px) ;
    }

.cs::after {
    z-index: 4;
    content: "COMING SOON";
    position: absolute; top: 150px; left: 0;
    width: 100%;
    font-family: "Cute Font", sans-serif;
    font-size: 50px;
    font-weight: 400;
    color: #fff;         /* cc0a35 ac3344 */
    text-shadow: 0px 0px 10px rgba(250,100,200,0.9);
    line-height: 0.7em;
    text-align: center;
    }

.cs::before {
    z-index: 3;
    content: "";
    position: absolute; top: 0; left: 0;
    background: rgba(150,10,220,0.5);
    border-radius: 20px;
    width: 100%;
    height: 100%;
    }

.locked {
    border-top: 1px solid #47484a;
    border-left: 1px solid #37383a;
    border-bottom: 1px solid #181818;
    border-right: 1px solid #18191a;
    border-radius: 21px;
    }

.locked::after {
    z-index: 4;
    content: "LOCKED";
    position: absolute; top: 150px; left: 0;
    width: 100%;
    font-family: "Cute Font", sans-serif;
    font-size: 50px;
    font-weight: 400;
    color: #fff;         /* cc0a35 ac3344 */
    text-shadow: 0px 0px 10px rgba(50,150,200,0.9);
    line-height: 0.7em;
    text-align: center;
    }

.locked::before {
    z-index: 3;
    content: "";
    position: absolute; top: 0; left: 0;
    background: rgba(5,15,30,0.84);
    border-radius: 20px;
    width: 100%;
    height: 100%;
    }

.cs-secret {
    border-top: 1px solid #47484a;
    border-left: 1px solid #37383a;
    border-bottom: 1px solid #181818;
    border-right: 1px solid #18191a;
    border-radius: 21px;
    }

.cs-secret::after {
    z-index: 4;
    content: "LOCKED";
    position: absolute; top: 150px; left: 0;
    width: 100%;
    font-family: "Cute Font", sans-serif;
    font-size: 50px;
    font-weight: 400;
    color: #fff;         /* cc0a35 ac3344 */
    text-shadow: 0px 0px 10px rgba(100,225,255,0.9);
    line-height: 0.7em;
    text-align: center;
    }

.cs-secret::before {
    z-index: 3;
    content: "";
    position: absolute; top: 0; left: 0;
    background: rgba(0,5,15,0.88);
    border-radius: 20px;
    width: 100%;
    height: 100%;
    }

.c04 { background-image: url(img/c04.jpg); }
.c03 { background-image: url(img/c03.jpg); }
.c02 { background-image: url(img/c02.jpg); }
.c01 { background-image: url(img/c01.jpg); }
.c00 { background-image: url(img/c00.jpg); }




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

#about {
    background-image: url(img/mv.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 100px 0px;
    margin: 0px auto;
    font-weight: 500;
    color: #fff;
    text-shadow: #fff 0px 0px 0px;
    }

#about:hover h2 {
    text-shadow: #fff 0px 0px 10px;
    }

#about .section-inner {
    /* background-color: rgba(245,235,225,0.9);*/
    padding: 50px 100px 50px;
    margin: 0px auto;
    box-sizing: border-box;
    }

#about .section-main {
    display: ;
    font-size: 16px;
    line-height: 2em;
    }

#about .about-top-flex {
    display: flex;
    }

.about-img {
    flex-shrink: 0;
    overflow: hidden;
    float: ;
    display: block;
    border-radius: 100%;
    border: 1px solid #fff;
    background-color: #000;
    background-image: url(img/logo.png);
    background-size: cover;
    background-position: center;
    width: 400px;
    height: 400px;
    margin: 0px 50px 20px 0px;
    transition: .4s;
    }

#about:hover .about-img {
	box-shadow: 0px 0px 2px #fff, 0px 0px 10px #fff, 0px 0px 30px #fff;
    }

.about-slogan {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 1.4em;
    }

#about h3 {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    }

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

#about h4::before {
    content: "";
    display: block;
    border: 0px solid #ccc;
    position: absolute; left: -10px; top: -12px;
    background-image: url(img/dot-berimbau-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
    animation: berimbau 3s ease-in-out infinite;
    }

@keyframes berimbau {
    0% { transform: rotate(0deg); }
    50% { transform: rotate(-15deg); }
    100% { transform: rotate(0deg); }
    }


/* STAGE -------------------------------------------------- */

#stage {
    background-color: #43176e;
    }

.stages {
    margin: 30px 0px 50px 0px;
    }

.stage {
    display: flex;
    background-color: #000;
    box-sizing: border-box;
    height: 350px;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
    text-align: center;
	font-family: "Quantico", sans-serif;
	font-weight: 700;
	font-size: 35px;
	letter-spacing: 0.02em;
    line-height: 1em;
    transition: .4s;
    }

.stage:hover {
    box-shadow: 0px 0px 30px 0px #fff, inset 0px 0px 20px 0px #fff;
    }

.stage01 { background-image: url(img/mv.jpg); }
.stage02 { background-image: url(img/mv.jpg); }
.stage03 { background-image: url(img/mv.jpg); }
.stage04 { background-image: url(img/mv.jpg); }
.stage05 { background-image: url(img/mv.jpg); }

.stage-box-left {
    box-sizing: border-box;
    border: 0px solid #fff;
    width: 50%;
    height: 100%;
    padding: 20px;
    text-align: left;
    line-height: 1em;
    }

.stage-number {
    -webkit-text-stroke: 0.02em #fff;
    color: transparent;
    font-size: 44px;
    line-height: 1em;
    }

.stage-name {
    font-size: 42px;
    text-align: left;
    line-height: 1em;
    }

.stage-box-right {
    border: 0px solid #fff;
    width: 50%;
    height: 100%;
    }

.map {
    border: 0px solid #fff;
    position: ;
    z-index: ;
    display: block;
    width: 100%;
    height: 100%;
    }

#stage .flexbox {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    }

.flexbox .stage {
    display: block;
    height: 550px;
    width: 32%;
    }

.flexbox .stage-box-left {
    position: relative;
    box-sizing: border-box;
    border: 0px solid #fff;
    width: 100%;
    height: 250px;
    padding: 20px;
    }

.flexbox .stage-box-right {
    border: 0px solid #fff;
    width: 100%;
    height: 300px;
    }


/* CHARACTER -------------------------------------------------- */

#character {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-image: url(img/character-bg.jpg);
    background-position: center;
    background-size: cover;
    height: 950px;
    }

#character .section-inner { border: 0px solid #fff; }
#character .section-main { border: 0px dashed #fff444; }

#character h2 {
    z-index: 10;
    position: relative;
    }

#character::before {
    content: "";
    z-index: -1;
    position: absolute; top: 120; left: -20%; right: 0;
    background-color: #43176e;
    background: linear-gradient(40deg, #5C258D, #2ba9d6);
    height: 0px;
    width: 150%;
    transform: rotate(0deg);
    transition: .4s;
    }

#character:hover::before {
    height: 0px;
    transform: rotate(-6deg);
    }

.character-fight {
    opacity: 0.5;
    z-index: 0;
    position: absolute; top: 280px; right: -350px;
    border: 0px solid #fff;
    height: ;
    width: ;
	font-family: "Quantico", sans-serif;
    font-size: 340px;
    font-weight: 900;
    -webkit-text-stroke: 1px #fff;
    color: transparent;
    transform: rotate(90deg);
    transition: .4s;
    }

#character:hover .character-fight {
    opacity: 1;
    }


.box-left {
    position: relative;
    z-index: 10;
    border: 0px solid #fff;
    }

.name {
    z-index: 1;
    position: relative;
	font-family: "Quantico", sans-serif;
	font-weight: 900;
	font-size: 140px;
    line-height: 1em;
	letter-spacing: -0.04em;
    margin: 50px 0px 30px 0px;
    transition: .4s;
    }

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

/* .name::after {
    content: "DRAGÃO";
    z-index: -1;
    color: #5588ee;
    position: absolute; top: 5; left: 8;
    }
*/

.intro {
    margin: 0px 0px 20px 0px;
    line-height: 1.6em;
    font-size: 15px;
    font-weight:;
    letter-spacing: 0.03em;
    }

.character-info {
    font-size: 14px;
    }

#character .row {
    margin: 0 0 2 0;
    }

#character .row div {
    display: inline-block;
    background-color: #000;
    width: 100px;
    padding: 0px 10px;
    margin: 0px 20px 4px 0px;
    font-family: "Oswald",sans-serif;
    font-weight: 400;
    color: rgba(255,255,255,0.9);
    }

.character-image {
    z-index: 1;
    position: absolute; top: -300px; left: calc(50% - 550px);
    border: 0px solid #fff;
    background-image: url(img/profile-dragao.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 1200px;
    width: 1200px;
    }

.character-profile-img {
    background-image: url(img/dragao-1.jpg);
    background-size: 130%;
    background-position: -16px 0px;
    border-radius: 800px;
    width: 180px;
    height: 180px;
    margin: 30px 0px 20px 20px;
    box-shadow: 0px 0px 8px #fff, 0px 0px 30px #bb88ee;
    transform: rotate(20deg);
    transition: .6s;
    }

.character-profile-img:hover {
    box-shadow: 0px 0px 16px #fff, 0px 0px 30px #bb99ee, 0px 0px 40px #bb99ee;
    transform: rotate(380deg);
    }

#character .character-message-title {
    margin-top: 50px;
    font-size: 18px;
    font-weight: 700;
    }

#character .character-message {
    margin-top: 5px;
    width: 460px;
    font-size: 14px;
    }



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

.training-info {
    font-size: 14px;
    margin: 20px 0px 50px 0px;
    }

#training .row {
    margin: 0 0 4 0;
    font-size: 16px;
    font-weight: 500;
    }

#training .row div {
    display: inline-block;
    background-color: #000;
    width: 100px;
    padding: 0px 10px;
    margin: 0px 20px 4px 0px;
    font-family: "Oswald",sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255,255,255,0.9);
    }

.training-flow {
    margin: 20px 0px 50px 0px;
    }

.step {
    display: flex;
    align-items: center;
    border: 0px dotted #fff;
    margin: 0px 0px 4px 0px;
    }

.step-nr {
    background-color: rgba(0,0,0,1);
    width: 130px;
    padding: 4px 20px;
    margin: 0px 10px 0px 0px;
    font-family: "Quantico", sans-serif;
    -webkit-text-stroke: 0.025em #fff;
    font-size: 28px;
    font-weight: 900;
    line-height: 1em;
    color: transparent;
    text-align: left;
    }

.step :last-child {
    font-weight: ;
    }

/* PRICE -------------------------------------------------------------------------- */

#price {
    padding-top: 0px;
    }

#price h2 {
    width: 90vw;
        max-width: 1400px;
    padding: 50px 0px;
    margin: 0px auto 0px;
    }

#price .shop {
    background: rgba(0,0,0,0.0);
    background-image: url(img/price-shop-bg.jpg);
    background-size: 2200px;
    background-position: center bottom;
    background-repeat: repeat-x;
    width: 100vw;
        min-width: 100vw;
    height: px;
    padding: 0px;
    margin-left: calc( vw);
    }

#price .shop-inner {
    position: relative;
    background: rgba(255,255,255,0.0);
    width: 100%;
        max-width: 1400px;
    height: 600px;
    margin: 0px auto;
    padding: 30px 0px 0px 0px;
    }

#price .items {
    z-index: 10;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: ;
    background: rgba(255,255,255,0.0);
    width: 75%;
    padding: 30px 30px 0px 0px;
    }

#price .item {
    display: block;
    width: 20%;
    margin-bottom: 10px;
    transition: .6s;
    }

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

.cr {
    padding: 10px;
    }

#price .item .img {
    border: 0px solid #fff;
    border-radius: 100%;
    background-color: #faf4ed;
    background-size: contain;
    background-position: center;
    width: 140px;
        min-width: 140px;
    height: 140px;
    margin: 0 auto;
    transition: .6s;
    }

#price .item .title {
    font-size: 20px;
    text-align: center;
    color: #fff;
    text-shadow: 0px 0px 4px #000, 0px 0px 10px #000;
    -webkit-text-stroke: 0px;
    margin-bottom: 10px;
    }

#price .item .fee {
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.08em;
    }

.trial { background-image: url(img/price-ticket-01.jpg); }
.member { background-image: url(img/price-member-01.jpg); }

.price-ex {
    opacity: 0.7;
    display: inline-block;
    margin: 0px 0px 40px 80px;
    font-size: 13px;
    }

#price .infobox { margin-top: 50px; }

#price .item:hover .img {
    box-shadow: 0px 0px 10px #ffc14d, 0px 0px 50px #ff8000; /* ccddff aaddff */
    transform: scale(1.1);
    } 

/* STAFF ----------------------- */

#price .shop .staff {
    z-index: 2;
    position: absolute; right: 0px; bottom: 0px;
    border: 0px solid #fff;
    background-image: url(img/price-staff-body.png);
    background-size: 400px;
    background-position: right 279px;
    background-repeat: no-repeat;
    width: 700px;
    height: 500px;
    }

#price .shop .staff-head {
    z-index: 0;
    position: absolute; right: 84px; top: 55px;
    border: 0px solid #fff;
    background-image: url(img/price-staff-head.png);
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    width: 245px;
    height: 245px;
    animation: staff-head 6s infinite ease-in-out;
    transform-origin: center bottom;
    }

@keyframes staff-head {
    0% { transform: rotate(0deg); }
    30% { transform: rotate(-10deg); }
    60% { transform: rotate(5deg); }
    100% { transform: rotate(0deg); }
    }

#price .shop .staff-arm {
    z-index: 0;
    position: absolute; right: 360px; bottom: 3px;
    border: 0px solid #fff;
    background-image: url(img/price-staff-arm.png);
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    width: 170px;
    height: 170px;
    animation: staff-arm 6s infinite ease;
    transform-origin: 150px 150px;
    }

@keyframes staff-arm {
    0% { transform: rotate(0deg); }
    20% { transform: rotate(20deg); }
    66% { transform: rotate(-40deg); }
    100% { transform: rotate(0deg); }
    }

#price .shop .staff-hand {
    z-index: 0;
    position: absolute; left: -36px; top: -97px;
    border: 0px solid #fff;
    background-image: url(img/price-staff-hand.png);
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    animation: staff-hand 4s infinite ease;
    transform-origin: 100px 110px;
    }

@keyframes staff-hand {
    0% { transform: rotate(0deg); }
    20% { transform: rotate(50deg); }
    66% { transform: rotate(-30deg); }
    100% { transform: rotate(0deg); }
    }


/* STAFF:end ----------------------- */

#price .shop .counter {
    border: 0px solid #fff;
    background-color: #000;
    background-image: url(img/price-shop-counter.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: repeat-x;
    width: 100vw;
    height: 350px;
    }

#price .price {
    font-size: 20px;
    font-weight: 600;
    color: #ff8000;
    margin: 0px 5px;
    }

#price .staff-voice {
    z-index: 20;
    opacity: 0;
    position: absolute; top: 240px; right: 40px;
    border-radius: 40px;
    border: 2px solid #000;
    background: rgba(0,10,30,0.8);
    width: 480px;
    height: auto;
    padding: 30px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2em;
    color: #eee;     /* 825c40 */
    box-shadow: 0px 0px 10px #fff, 0px 0px 30px #fff;
    transition: .4s;
    }

#price .staff-voice::after {
    content: "";
    position: absolute; right: -35px; top: 35%;
    border: 0px solid #fff;
    background: rgba(0,10,30,0.8);
    width: 35px;
    height: 40px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    /* transform: rotate(0deg); */
    box-shadow: 0px 0px 10px #fff, 0px 0px 30px #fff;
    }

#price .item:hover .staff-voice {
    display: ;
    opacity: 1;
    transition: .4s;
    }

#price .staff-talk {
    position: relative;
    border-radius: 20px;
    background: rgba(0,0,0,0.4);
    width: 300px;
    padding: 20px 20px;
    margin: -10px 0px 0px 40px;
    font-size: 16px;
    }

#price .staff-talk .item {
    cursor: pointer;
    width: 100%;
    text-shadow: 0px 0px 10px #000, 0px 0px 20px #000;
    }

#price .staff-talk .item:hover {
    /* transform: translateX(5px);*/
    padding-left: 5px;
    color: #ff8000;
    }

#price .staff-talk .staff-voice {
    z-index: 20;
    position: absolute; left: 450px; top: -200px;
    }

#price .flexbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    }

#price .flexbox .box {
    width: 48%;
    }

#price .flexbox p {
    margin-bottom: 50px;
    }


/* CLOTHING -------------------------------------------------- */

.cloth-cnt {
    border: 0px solid #fff;
    margin-bottom: 50px;
    }

.cloth-flexbox {
    display: flex;
    justify-content: space-between;
    }

.cloth-box {
    display: flex;
    justify-content: space-between;
    border: 0px solid #fff;
    width: 48%;
    margin: 10px 0px 30px 0px;
    }

.cloth {
    width: 200px;
    }

.cloth .img {
    border-radius: 100%;
    border: 0px solid #fff;
    background-color: #000;
    background-size: cover;
    background-position: center;
    width: 200px;
    height: 200px;
    transition: .6s;
    cursor: pointer;
    }

.cloth:hover .img {
    box-shadow: 0px 0px 10px #fff, 0px 0px 30px #aaeeff, 0px 0px 15px inset;
    transform: scale(1.1);
    }

.cloth .tshirt { background-image: url(img/clothing-tshirt.jpg);
    background-size: 250px!important;
    background-position: center bottom;
    }

.cloth .pants { background-image: url(img/clothing-pants.jpg);
    background-size: px!important;
    background-position: center bottom;
    }

.cloth .sneakers { background-image: url(img/clothing-sneakers.jpg);}

.cloth .bag { background-image: url(img/clothing-backpack.jpg);}
.cloth .towel { background-image: url(img/clothing-towel.jpg);}
.cloth .drink { background-image: url(img/clothing-drink.jpg);}

.cloth .title {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    -webkit-text-stroke: 0px;
    text-align: center;
    margin-top: 10px;
    }

.cloth-box-right {
    border: 0px solid #fff;  
    width: 48%;
    }

.cloth-info {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.8em;
    margin-top: px;
    }

.cloth-info-note {
    border-top: 0.5px solid #fff;
    font-size: 0.85em;
    line-height: 1.8em;
    padding-top: 10px;
    margin-top: 30px;
    }


/* RESERVATION -------------------------------------------------- */

#reservation {
    background: url(img/bg-pattern-04.png),linear-gradient(0deg, #654ea3, #eaafc8);
    background-size: 500px, 100%;
    background-position: center 0px;
    background-attachment: none;
    background-repeat: repeat, no-repeat;
    }

#reservation a { text-decoration: none; }

#reservation p {
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.6em;
    margin-bottom: 40px;
    }


.email span {
    background: linear-gradient(50deg, #eaafc8, #654ea3); /* 654ea3 */
    color: transparent;
    background-clip: text;
    }

#reservation .note {
    margin: 50px 0px 0px 0px;
    font-size: 12px;
    text-align: center;
    }


/* VOICE -------------------------------------------------- */

#voice {
    background-image: url(img/photo-palms2.jpg);
    background-position: bottom;
    background-size: cover;
    background-attachment: ;
    text-shadow:  0px 0px 0px;
    }

#voice {
    background: url(img/bg-pattern-04.png),linear-gradient(20deg, #b58c64, #edccab );
    background-size: 500px, 100%;
    background-position: center 0px;
    background-attachment: none;
    background-repeat: repeat, no-repeat;
    }

#voice .section-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    }

.voice {
    display: flex;
    width: 48%;
    margin: 0px 0px 50px 0px;
    }

.voice-person {

    }

.voice-person-img {
    border: 2px solid #faf4ed;
    border-radius: 100%;
    background-size: cover;
    background-color: #faf4ed;
    background-position: center top;
    width: 150px;
    height: 150px;
    margin-bottom: 5px;
    transition: .4s;
    }

.voice-person-info {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    }

.voice .girl01 { background-image: url(img/voice-girl-01.jpg); }
.voice .woman01 { background-image: url(img/voice-woman-01.jpg); }
.voice .man01 { background-image: url(img/voice-man-01.jpg); background-position: center; }
.voice .man02 { background-image: url(img/voice-man-02.jpg); }

.voice .text {
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 40px;
    border: 2px solid #825c40;
    background: #faf4ed;
    color: #825c40;
    padding: 30px;
    margin: 0px 0px 0px 20px;
    font-size: 16px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
    transition: .4s;
    }

.voice .text::after {
    content: "";
    position: absolute; left: -12px; top: 75px;
    border-bottom: 2px solid #825c40;
    border-left: 2px solid #825c40;
    background: #faf4ed;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    }

.voice .text:hover {
    transform: scale(1.06);
    box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
    }

.voice:hover .voice-person-img {
    box-shadow: 0px 0px 20px #fff;
    }

/* Q&A -------------------------------------------------- */

#qa .section-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    }

#qa h2 {
    margin-bottom: 40px;
    }

.qa-box {
    width: 47%;
    margin-bottom: 40px;
    }

#qa h3 {
    line-height: 1.3em;
    transition: .4s;
    border-bottom: 1px solid transparent;
    }

#qa h3::before {
    content: "Q";
    display: inline-block;
    border: none;
    top: -3px;
    left: -27px;
    width: 20px;
    height: 20px;
    font-size: 30px;
    }

#qa .qa-box:hover h3 {
    border-bottom: 1px solid #fff;
    text-shadow: 0px 0px 10px #fff;
    }


/* #link -------------------------------------------------- */

#link {
    background-image: url(img/photo-palms1.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: ;
    text-align: center;
    }

#link .section-inner {
    border: 0px solid #fff;
    background-color: rgba(0,0,0,0.5);
    padding: 50px 50px 50px 50px;
    margin: 0px auto;
    box-sizing: border-box;
    max-width: 800px;
    /* box-shadow: 0px 0px 100px #fff; */
    }

#link a {
    box-sizing: border-box;
    display: inline-block;
    border: 1px solid #fff;
    width: 260px;
    padding: 20px;
    margin: 0px 10px;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    }

#link a:hover {
    text-shadow:  0px 0px 10px;
    box-shadow: 0px 0px 20px #fff;
    }





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

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

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