@charset "utf-8";

/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

html {
    color: #000;
    background: #FFF
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%
}

legend {
    color: #000
}



/* Global Styles
------------------------------------------------------------- */

*,
*:before,
*:after {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-feature-settings: "palt";
    color: #284681;
    background: #fff;
    position: relative;
    width: 100%;
    overflow-x: hidden;
}

a {
    color: #284681;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

img {
    width: 100%;
    vertical-align: bottom;
}

strong {
    font-weight: 700;
}

#visual {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #284681;
}

#alert {
    position: fixed;
    left: -20%;
    width: 140%;
    height: 0;
    text-align: center;
    background-color: yellow;
    color: #000;
    z-index: 2;
    font-size: 2.0rem;
    font-family: "Noto Sans JP";
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1em;
    padding: 20px;
    transform: rotate(-12deg);
    overflow: hidden;
    pointer-events: none;
    transition: 1s ease;
    top: -30%;
}

#alert.load {
    height: auto;
    top: 50%;
}

#alert span {
    font-size: 5.0rem;
    font-family: "Khand";
    letter-spacing: 0.2em;
    font-weight: 400;
    line-height: 1em;
}

h1 {
    width: 50vw;
}

section {
    position: relative;
    top: 100vh;
    z-index: 10;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 1) 50%);
    padding: 100px 0 0;
}

#message {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.8em;
    letter-spacing: 0.05em;
    border: 10px solid #284681;
    width: 800px;
    margin: 0 auto 200px;
    padding: 50px;
}

#message p {
    margin-bottom: 1.8em;
}

#message p:last-child {
    margin-bottom: 0;
}

#message p strong {
    text-decoration: underline;
}

#message p em {
    font-weight: 700;
    color: #fff;
    background-color: #284681;
    padding: 0 0.3em;
    margin: 0 0.3em;
}

#messageStatus {}

#detail {
    margin-bottom: 200px;
}

#detail h2 {
    font-size: 4.0rem;
    font-weight: 700;
    line-height: 1.8em;
    letter-spacing: 0.5em;
    text-align: center;
    margin-bottom: 50px;
}

#detailImg {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

#detailImg img {
    width: 400px;
    border: 1px solid #ddd;
}

#detailImg img:first-child {
    border-right: 0;
}

#detailImg img:last-child {
    border-left: 0;
}

#detailTxt {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.8em;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 100px;
}

#detailTxt span {
    font-family: "Khand";
    font-weight: 700;
    font-size: 6.0rem;
    letter-spacing: 0;
}

#detailNote {
    width: 800px;
    margin: 0 auto;
    background: #f5f5f5;
    padding: 50px;
    color: #555;
    border-radius: 20px;
}

#detailNote a {
    color: #555;
}

#detailNote h3 {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.3em;
    text-align: center;
    line-height: 1.8em;
    margin-bottom: 1.8em;
}

#detailNote p,
#detailNote li {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 1.8em;
    margin-bottom: 1.8em;
}

#detailNote ul {
    list-style: disc;
    margin-left: 2em;
}

#detailNote p:last-child {
    margin-bottom: 0;
}

#profImg {
    width: 100%;
    margin-bottom: 50px;
}

#profile {
    width: 800px;
    margin: 0 auto 200px;
}

#profile:after {
    content: "";
    display: block;
    clear: both;
}

#profMain {
    width: 300px;
    float: left;
}

#profMain h2 {
    font-size: 5.0rem;
    font-weight: 700;
    font-family: "Khand";
    line-height: 1em;
    letter-spacing: 0.1em;
}

#profMain p {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1em;
}

#profSub {
    width: 500px;
    float: right;
    font-size: 1.6rem;
    line-height: 1.8em;
    letter-spacing: 0.05em;
}

#profSub p {
    margin-bottom: 1.8em;
}

#copyright {
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
    background-color: #284681;
    padding: 50px 0;
    width: 100%;
}

/* Smartphone Styles
============================================================================ */
@media screen and (max-width: 768px) {

    html {
        font-size: calc(100vw / 40);
    }

#alert.load {
    height: auto;
    top: 70%;
}

    img {
        width: 100%;
        height: auto;
        vertical-align: top;
    }

    .brpc {
        display: none;
    }

    .brsp {
        display: block;
    }

    h1 {
        width: 80vw;
    }

    section {
        padding: 8vw 0 0;
    }

    #message {
        font-size: 1.5rem;
        border: 5px solid #284681;
        width: 92vw;
        margin: 0 auto 20vw;
        padding: 4vw;
    }

    #detail {
        margin-bottom: 0;
    }

    #detail h2 {
        font-size: 2.0rem;
        line-height: 1em;
        margin-bottom: 8vw;
    }

    #detailImg {
        margin-bottom: 8vw;
    }

    #detailImg img {
        width: 50vw;
        border: 0;
    }

    #detailTxt {
        font-size: 1.5rem;
        margin-bottom: 20vw;
    }

    #detailTxt span {
        font-size: 3.0rem;
    }

    #detailNote {
        width: 100vw;
        padding: 8vw;
        border-radius: 0;
    }

    #detailNote h3 {
        font-size: 1.5rem;
        letter-spacing: 0.05em;
    }

    #detailNote p,
    #detailNote li {
        font-size: 1.5rem;
    }

    #profImg {
        margin-bottom: 8vw;
    }

    #profile {
        width: 100vw;
        margin: 0 auto 8vw;
    }

    #profMain {
        width: 100vw;
        float: none;
        padding: 0 8vw 8vw;
    }

    #profMain h2 {
        font-size: 4.0rem;
    }

    #profMain p {
        font-size: 1.5rem;
        line-height: 1em;
    }

    #profSub {
        width: 100vw;
        float: none;
        font-size: 1.5rem;
        padding: 0 8vw;
    }

    #copyright {
        font-size: 1.5rem;
        padding: 8vw;
    }
}