/* COBRA: CONTACT */

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


body {
    background-color: #f0e5dd; /* f0e6e0 fcba03 */
    color: #333;
    padding: 0px 0px 0px 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: 40px auto 10px;
    font-size: 30px;
    text-align: center;
    letter-spacing: 0.0em;
    color: #333;
    }


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

header {
    box-sizing: border-box;
    padding: 12px 0px 10px 20px;
    font-family: "Monsterrat", sans-serif;
    font-size: 15px;
    font-weight: 900;
    text-align: left;
    }

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


.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: 80%;
        max-width: 1600px;
    margin: 460px auto 200px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 70px;
    line-height: 1.3em;
    text-align: center;
    color: #222;
    }

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

.text {
    width: 80%;
        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: flex;
    justify-content: space-between;
    }

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

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

.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: #fff;
    transition: .6s;
    }

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

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

.intro {
    width: 90%;
        max-width: 600px;
    margin: 50px auto 0px;
    }

.intro a {
    color: #00b0e0;
    text-decoration: underline;
    }

.note-top {
    width: 90%;
        max-width: 600px;
    margin: 0px auto 50px;
    font-size: 12px;
    color: #666;
    }

.note-bottom {
    width: 90%;
        max-width: 600px;
    margin: 0px auto 200px;
    font-size: 12px;
    color: #666;
    }


/* MAIL FORM --------------------------------------------------------- */

.mailform {
    border: 0px dotted #444;
    width: 90%;
        max-width: 600px;
    margin: 60px auto 100px;
    letter-spacing: 0.02em;
    }

.mailform .box {
    border: 0px dotted #444;
    margin: 0px 0px 20px 0px;
    }

.mailform .box:last-child {
    margin-bottom: 0px;
    }

.mailform label {
    display: block;
    margin: 0px 0px 5px 0px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    }

.mailform input, textarea {
    display: block;
    box-sizing: border-box;
    border-radius: 30px;
    border: 1px solid #ccc2bc;     /* ccc2bc */
    background-color: #faf4f0;
    padding: 15px;
    font-size: 16px;
    }

.mailform input {
    width: 100%;
        max-width: 400px;
    margin: 0px auto;
    text-align: center;
    }

.mailform textarea {
    width: 100%;
    height: 240px;
    padding: 20px;
    margin-bottom: 30px;
    line-height: 1.5em;
    }

.mailform button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    border-radius: 50px;
    border: 0px;
    background-color: #111;
    width: 100%;
        max-width: 300px;
    padding: 20px;
    margin: 0px auto;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    color: #fff;
    transition: .4s;
    }

.mailform button:hover {
    background-color: #eba400;
    color: #fff;
    }

.mailform .gender-select-box {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    }

.mailform .gender-select-box label {
    display: block;
    width: 40%;
    font-size: 15px;
    }

.mailform .gender-select-box input {
    width: 30px;
    height: 30px;
    margin-top: 5px;
    }

/* Contact Result Page --------------------------------------------------------- */

.contact-result-ct {
    width: 90%;
        max-width: 600px;
    margin: 50px auto 100px;
    text-align: center;
    }

.result-btn-margin {
    margin: 150px auto 100px;
    }

.result-success-message {
    position: relative;
    width: 90%;
        max-width: 600px;
    margin: 100px auto 100px;
    text-align: center;
    }

/* Footer --------------------------------------------------------- */

footer {
    margin: 140px auto 0px;
    }

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

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