/* COBRA CAPOEIRA */

@media screen and (max-width: 800px) { /* SP ------------------------------- */
 
/*
body {
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    background-color: #bf8f73;
    background-image: linear-gradient( #fff #bf8969 );  bf8f73 
    line-height: 1.4em;
    }
*/

body {
    border: 0px dotted #fff;
    /* background-color: #bf8f73; */
    background-color: #bf8f73;
    background-image: linear-gradient(#bf8969, #fff); /* bf8f73 */
    background-image: url(img/map-world-op15.webp);
    background-size: 120vw;
    background-position: center 100px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 100%;
    padding: 0px;
    margin: 0px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    }

.note {
    opacity: 0.8;
    font-size: 12px;
    }

/* music --------------------------------------------------------------------- */

.music {
    display: none;
    opacity: 0.9;
    z-index: 20;
    overflow: hidden;
    position: relative;
    /* position: fixed; bottom: 10px; left: 10px; */
    border-radius: 9999px;
    border: 2px solid #fff;
    width: 100px;
    height: 100px;
    margin: 0px auto 0px;
    text-align: center;
    box-shadow: 3px 3px 15px rgba(150, 120, 30, .8);
    transition: .6s;
    }

.music:hover {
    opacity: 1;
    border-radius: 0px;
    border: 0px solid #fff;
    width: 350px;
    height: 100px;
    box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.5);
    }

.music .overlay {
    box-sizing: border-box;
    position: absolute; top: 0px; left: 0px;
    border-radius: 9999px;
    background-color: #fabb00;
    width: 100px;
    height: 100px;
    padding: 27px 0px 0px 5px;
    font-size: 30px;
    transition: .6s;
    }

.music:hover .overlay {
    display: none;
    }

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

header .logo {
    opacity: .8;
    z-index: 10;
    position: fixed; top: 0px; left: 0px;
    border: 0px dotted #fff;
    width: 100px;
    margin: 10px 0px 0px 10px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.1em;
    /* -webkit-text-stroke: 2px #fff; */
    line-height: 1em;
    color: #fff;
    text-decoration: none;
    transition: .8s;
    }

header .logo div {
    margin-top: 0px;
    font-size: 0.3em;
    font-weight: 600;
    letter-spacing: 0.4em;
    line-height: 0.8em;
    }

header .logo:hover {
    opacity: 1;
    }

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

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

#mv video {
    z-index: 0;
    position: absolute;
    top: 0px;
    width: 100vw;
    height: 53vh;
    object-fit: cover;
    }

#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-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: 40px;
    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; top: 19vh; 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;
    }
    }

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

main {
    position: relative;
    border: 0px dotted #fff;
    /* background-color: #bf8f73; */
    background-image: linear-gradient(#bf8969, #fff); /* bf8f73 */
    background-image: url(img/map-world-.webp);
    background-size: 110vw;
    background-position: center -2vw;
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 100%;
    padding: 70px 0px 0px;
    margin: 0px auto;
    }

/* SECTION ------------------------------------------------------------------ */

section {
    padding: 0px;
    }

.section-inner {
    width: 90%;
    max-width: 1200px;
    }

.wide {
    border: 0px dotted #fff;
    max-width: 1200px;
    margin: 0px auto 50px;
    }

.flex-ct {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px 0px;
    border: 0px dotted #fff;   
    width: 94%;
        max-width: 1200px;
    margin: 100px auto 100px;
    }

.flex-ct .flex-box {
    border: 0px dotted #fff; 
    width: calc(50% - 30px);
    }

.flex-ct section {
    box-sizing: border-box;
    border: 0px dotted #fff;
    margin-bottom: 50px;
    }

.flex-ct section:last-child {
    margin-bottom: 0px;
    }

/* CT -------------------------------------------------- */

.ct {
    width: 100%;
    }

.ct-inner {
    display: block;
    justify-content: space-between;
    box-sizing: border-box;
    border: 0px dotted #fff;
    width: 90%;
        max-width: 1200px;
    padding: 50px 0% 0px;
    margin: 0px auto;
    }

.ct-inner section {
    border: 0px dotted #fff;
    width: 100%;
    padding-bottom: 50px;
    margin-bottom: 0px;
    }

.ct-flex2 {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    border: 1px dotted #fff;
    width: 100%;
    padding: 50px 0%;
    margin: 0px auto;
    }

.ct-flex2 section {
    border: 0px dotted #fff;
    width: 48%;
    }


.ct-flex3 {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    border: 1px dotted #fff;
    width: 100%;
    padding: 50px 10%;
    margin: 0px auto;
    }

.ct-flex3 section {
    border: 0px dotted #fff;
    width: 32%;
    }



/* SIMPLE: 1度シンプルにして試す為 -------------------------------------------------- */

#simple {
    margin: 0px auto;
    color: #fff;
    /* text-shadow: 0px 0px 5px #bf8f73, 0px 0px 10px #bf8f73; */
    }

#simple a:link { display: block; }
#simple a:visited {  }
#simple a:hover {  }
#simple a:active {  }

#simple h1 {
    border: 0px dotted #fff;
    width: 95%;
        max-width: 1200px;
    margin: 0px auto 50px;
    font-family: "Cabin Sketch", sans-serif;
    font-size: 70px;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: .8em;
    color: transparent;
    text-align: center;
    -webkit-text-stroke: 1.2px #fff;
    animation: logo-move 3.5s ease-in-out infinite;
    }

@keyframes logo-move {
    0% { transform: scale(1); }
    50% { transform: scale(1.03); }
    100% { transform: scale(1); }
    }

#simple h1 span {
    display: block;
    font-size: .48em;
    font-weight: 400;
    line-height: 1em;
    }

#simple .h1-top {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2em;
    text-align: center;
    }

#simple h3 {
    border: 0px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    font-family: "Cabin Sketch", sans-serif;
    font-weight: 600;
    font-size: 45px;
    letter-spacing: 0.05em;
    line-height: .8em;
    color: ;
    }

.h3-jp {
    opacity: 0.8;
    font-size: 12px;
    margin-bottom: 20px;
    }

section:hover h3 {
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.8);
    }

#simple h4 {
    border: 0px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    font-family: "Cabin Sketch", sans-serif;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 0.05em;
    line-height: .8em;
    color: ;
    }

.h4-jp {
    opacity: 0.8;
    font-size: 12px;
    margin-bottom: 20px;
    }


.text {
    margin-top: 0px;
    line-height: 1.7em;
    }

/*
#simple .email::before {
    content: "▶︎";
    position: absolute; left: 0px;
    margin-right: 5px;
    animation: arrow 2.5s ease-in-out infinite;
    }
*/

@keyframes arrow {
    0% { left: 50px; }
    50% { left: 55px;  }
    100% { left: 50px;  }
    }

/* TITLE ------------------------------------------------------------------------ */


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

#intro {
    box-sizing: border-box;
    position: relative;
    width: 100%;
        max-width: 700px;
    padding: 0% 5%;
    margin: 0px auto 80px;
    }

#intro .intro {
    margin: 80px 0px 80px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.8em;
    text-align: center;
    text-shadow: 0px 0px 10px #bf8f73, 0px 0px 15px #bf8f73;
    }

#intro .slogan {
    border: 0px dotted #fff;
    width: 100%;
    margin: 50px auto 80px auto;
    font-size: 50px;
    font-weight: 900;
    letter-spacing: 0.01em;
    line-height: 1.3em;
    text-align: center;
    transform: rotate(-5deg);
    text-shadow: 0px 0px 10px #bf8f73, 0px 0px 15px #bf8f73;
    }

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

#about {
    border: 0px dotted #fff;
    background: linear-gradient( transparent, rgba(255,200,36,0.3));
    }

/* Instructor --------------------------------------------------------------------- */

.profile {
    display: block;
    justify-content: space-between;
    gap: 20px;
    margin: 0px 0px 20px 0px;
    }

.profile .img {
    flex-shrink: 0;
    background-color: rgba(0, 0, 0, 0.85);
    background-image: url(img/dragao.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 9999px;
    width: 160px;
    height: 160px;
    margin: 0px auto 20px;
    }

.profile .right {
    border: 0px dotted #fff;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    }

.profile .right span {
    display: inline-block;
    background-color: rgba(100, 70, 60, 0.7);
    border-radius: 4px;
    width: 90px;
    padding: 3px 10px;
    margin: 0px 10px 7px 0px;
    font-size: 13px;
    color: rgba(255,240,220,0.9);
    }

/* INFO ------------------------------------------------------------------------ */

#ct-info {
    border: 0px dotted #fff;
    background: linear-gradient(rgba(255,200,36,0.3), rgba(255,200,36,0.3), rgba(150,100,200,0.3) );
    }

#info { }


dl {
    display: flex;
    padding: 0px;
    margin: 0px 0px 7px 0px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.01em;
    }

dt {
    display:;
    background-color: rgba(100, 70, 60, 0.7);
    border-radius: 4px;
    width: 124px;
    padding: 3px 10px;
    margin: 0px 10px 0px 0px;
    font-size: 12px;
    color: rgba(255,240,220,0.9);
    }

dd {
    display:;
    padding: 3px 0px;
    margin: 0px;
    font-size: 13px;
    font-weight: 500;

    }

/* Fee & Price ---------------------------------------------------------------------- */

.fee-dl {
    margin-bottom: 40px;
    }

.fee-dl dt {
    width: 220px;
    }

.special-offer {
    font-size: 14px;
    }

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

#ct-training {
    border: 0px dotted #fff;
    background: linear-gradient( rgba(150,100,200,0.3), rgba(150,100,200,0.3) );
    }

#training dt {
    width: auto;
    }

/* WEAR & BRING ---------------------------------------------------------------------- */

.wear-img-ct {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    }

.wear-img-ct .img {
    border-radius: 9999px;
    background-color: rgba(0, 0, 0, 0.4);
    background-size: cover;
    background-position: center;
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
    }

.wear-img-ct .img:hover {
    transform: scale(1.05);
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8);
    }

.wear-img-ct .title {
    font-size: 13px;
    letter-spacing: 0.05em;
    color: #fff;
    -webkit-text-stroke: 0px;
    }

.wear-img-ct .clothing { background-image: url(img/wear-clothing.jpg); }
.wear-img-ct .towel { background-image: url(img/wear-towel.jpg); }
.wear-img-ct .drink { background-image: url(img/wear-drink.jpg); }

/* VOICES ------------------------------------------------------------------------ */

#voices {
    box-sizing: border-box;
    background: linear-gradient( rgba(150,100,200,0.3), rgba(0,140,200,0.6) );
    width: 100%;
        max-width: 100%;
    padding: 5% 0px;
    margin: 0px;
    }

#voices .flex {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0px 0px 0px;
    }

.voice {
    display: flex;
    cursor: ;
    width: 100%;
    margin-bottom: 20px;
    transition: .4s;
    }

.voice:hover {
    transform: scale(1.03);
    }

.voice .person {
    flex-shrink: 0;
    border: 0px dotted #fff;
    width: 100px;
    margin-bottom: 2px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    }

.voice .person .img {
    border-radius: 9999px;
    background-color: rgba(0, 0, 0, 0.4);
    background-size: cover;
    background-position: center top;
    width: 80px;
    height: 80px;
    margin: 0px auto;
    transition: .6s;
    }

.voice:hover .person .img {
    box-shadow: 0px 0px 24px rgba(255, 255, 255, 0.9);
    transform: scale(1.1);
    } 

.voice .person .info {
    margin-top: 5px;
    font-size: 14px;
    }

.voice .answer {
    display: flex;
    align-items: center;
    }

.voice .person .p01 { background-image: url(img/voice-girl-01.jpg); }
.voice .person .p02 { background-image: url(img/clothing-man-02.jpg); } 
.voice .person .p03 { background-image: url(img/wear-tshirt.jpg); } 
.voice .person .p04 { background-image: url(img/voice-woman-01.jpg); } 

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

#faq {
    box-sizing: border-box;
    background: linear-gradient( rgba(0,140,200,0.6), rgba(0,140,200,0.6), rgba(0,140,200,0.6) );
    width: 100%;
        max-width: 100%;
    padding: 50px 0px 10px 0px;
    margin: 0px;
    }

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

.qa {
    cursor: ;
    width: 100%;
    margin-bottom: 20px;
    transition: .4s;
    }

.qa:hover {
    transform: scale(1.03);
    }

.qa .question {
    margin-bottom: 2px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    }

.qa .question::before {
    content: "Q.";
    opacity: 1;
    margin-right: 5px;
    color: #ffcc33; /* ffcc33 ffc619 */
    }

.qa .answer {

    }

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

#contact {
    box-sizing: border-box;
    background: linear-gradient( rgba(0,140,200,0.6), rgba(0,120,200,0.6), rgba(0,120,200,0.6), rgba(50,190,240,0.7) );
    width: 100%;
        max-width: 100%;
    padding: 80px 0px 100px 0px;
    margin: 0px;
    text-align: center;
    color: #fff;
    }

#contact h3 {
    max-width: none;
    }

#contact .btn {
    z-index: 10;
    display: block;
    position: relative;
    box-sizing: border-box;
    border: 2px solid rgba(255, 255, 255, 1);
    border-radius: 50px;
    background: rgba(250, 180, 80, 1);
    width:  100%;
        max-width: 100%;
    padding: 26px 10px;
    margin: 20px auto 40px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-decoration: none;
    box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.3);
    transition: .6s;
    }

#contact .btn:hover {
    transform: scale(1.03);
    border: 2px solid rgba(255, 255, 255, 1);
    background: rgba(250, 180, 90, 1);
    box-shadow: 0px 0px 24px rgba(255, 255, 255, 0.6);
    letter-spacing: .08em;
    }

#contact .btn::before {
    z-index: -5;
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute; top: -2px; left: -2px;
    border-radius: 9999px;
    border: 2px solid #fff;
    width:  101%;
        max-width: 400px;
    height: 88px;
    animation: 2.4s btn-join infinite;
    }

@keyframes btn-join {
    0% {  }
    50% {  }
    100% { opacity: 0; transform: scale(1.2); }
    }

#contact .btn:hover .btn::before {

    }

#contact .email {
    box-sizing: border-box;
    padding: 0px;
    margin: 10px 0px 0px;
    border: 1px dashed rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0);
    width:  90%;
        max-width: 400px;
    padding: 24px 10px;
    margin: 20px auto 0px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: .6s;
    }

#contact .email:hover {
    background-color: rgba(255, 255, 255, 0.1);
    }

.contact-info {
    box-sizing: border-box;
    border: 1px dashed rgba(255, 255, 255, 0.8);
    background-color: rgba(50, 100, 120, 0);
    border-radius: 10px;
    width:  90%;
        max-width: 400px;
    padding: 20px;
    margin: 20px auto 30px;
    text-align: left;
    font-size: 14px;
    box-shadow: 3px 10px 20px rgba(0, 0, 0, 0);
    }


/* BTN: BACK -------------------------------------------------- */

#simple .btn-back {
    box-sizing: border-box;
    border: 2px solid #fff;
    border-radius: 9999px;
    outline: 0px;
    background: rgba(250, 180, 90, 0.);
    width: 240px;
    padding: 15px;
    margin: 150px auto 0px;
    font-family: "Cabin Sketch", sans-serif;
    font-size: 23px;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0.05em;
    color: #fff;
    text-decoration: none!important;
    text-shadow: none;
    box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.05);
    text-align: center;
    }

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

#simple .btn-back:hover {
    transform: scale(1.03);
    background: rgba(250, 180, 90, 1);
    letter-spacing: 0.08em;
    box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.15);
    }

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

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

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


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