/* COBRA: Graffiti */

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

body {
    background-color: #f0e5dd; /* f0e6e0 fcba03 */
    color: #333;
    padding: 0px;
    font-size: 18px;
    }

a:link {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #fff;
    text-decoration: none;
    }
a:hover { color: #fff; }

h3 {
    display: block;
    position: relative; /* 基準点を作る */
    padding: 0px;
    margin: 80px auto 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    text-align: center;
    letter-spacing: 0.0em;
    color: #333;
    }

.logo {
    border: 0px dotted #444;
    background-image: url(img/logo-graffiti-01-black.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 80%;
        max-width: 600px;
    height: 300px;
    margin: calc(40vh - 150px) auto 100px;
    }

/* SCROLL --------------------------------------------------------- */

.scroll {
    position: absolute; bottom: 0vh; left: calc(50% - 50px);
    border: 0px dotted #333;
    width: 100px;
    height: 126px;
    padding: 0;
    margin: 0px auto 0px;   
    }

.scroll-text {
    position: absolute; top: 0px; left: calc( 50% - 50px);
    border: 0px dotted #333;
    width: 100px;
    padding: 0;
    margin: 0px auto 0px;
    font-family: "Oswald", sans-serif;
    text-align: center;
    animation: scrolltext 3.5s infinite ease-in-out;
    }

@keyframes scrolltext {
    0% { opacity: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; }
    }

.scroll-line {
  position: absolute;
  left: calc(50% - 0.5px);
  bottom: 0px;
  background-color: #333;
  width: 1px;
  height: 100px;
  transform-origin: top;
  transform: scaleY(0);
  animation: scrollline 3.5s infinite ease-in-out;
    }

@keyframes scrollline {
  0%   { transform-origin: top; transform: scaleY(0); opacity: 1; }
  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; }
}

/* SCROLL --------------------------------------------------------- */

.slogan {
    width: 90%;
        max-width: 1600px;
    margin: 460px auto 200px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 35px;
    line-height: 1.3em;
    text-align: center;
    color: #222;
    }

.slogan-bottom {
    width: 90%;
        max-width: 1600px;
    margin: 200px auto 200px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-size: 42px;
    line-height: 1.3em;
    text-align: center;
    color: #222;
    }

.text {
    width: 90%;
        max-width: 600px;
    margin: 100px auto 200px;
    font-family: "Oswald","Noto Sans JP", sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 18px;
    }

.box {

    }

.big {
    font-size: 22px;
    }

.normal {
    font-size: 18px;
    }

.small {
    font-size: 14px;
    }

.left {
    text-align: left;
    }

.sample-photos {
    display: block;
    justify-content: space-between;
    }

.sample-photos .photo {
    border-radius: 200px;
    background-size: cover;
    background-position: center;
    width: 180px;
    height: 180px;
    margin: 20px auto 10px;
    }

.p01 { background-image: url(img/graffiti/training-01.jpg); }
.p02 { background-image: url(img/graffiti/training-04.jpg); }
.p03 { background-image: url(img/graffiti/training-02.jpg); }

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

.question {
    font-weight: 600;
    margin-bottom: 5px;
    }

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


.profile-img {
    border-radius: 200px;
    background-image: url(img/dragao-body.jpg);
    background-size: cover;
    width: 200px;
    height: 200px;
    margin: 20px auto 20px;
    }

.email {
    box-sizing: border-box;
    border-radius: 200px;
    background-color: rgba(255,255,255,0.4);
    width: 400px;
        max-width: 94%;
    height: ;
    padding: 20px;
    margin: 50px auto;
    font-size: 24px;
    text-align: center;
    box-shadow: 0px 10px 8px rgba(0,0,0, 0.05);
    }

.btn-back {
    display: block;
    box-sizing: border-box;
    border: 3px solid #111;
    border-radius: 100px;
    background-color: #111;
    width: 80%;
        max-width: 200px;
    text-align: center;
    padding: 15px;
    margin: 0px auto 0px;
    font-size: 15px;
    color: #333;
    transform: .6s;
    }

.btn-back:hover {
    background-color: rgba(255,255,255,0.8);
    color: #111;
    }

.pc {display: none;}

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

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