@charset "UTF-8";
* {
    margin: 0px;
    padding: 0px;
}
.smallcap {
    font-size: small;
    color: #F7B9FF;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 140%;
}
.f-right {
    margin-left: 15px;
    float: right;
}
footer {
    font-size: medium;
    padding-bottom: 50px;
    font-family: "ヒラギノ明朝 ProN W3", "Times New Roman", serif;
}
body {
    background-color: #10002F;
    color: #FFFFFF;
    font-size: 1.1em;
    line-height: 200%;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
body::before {
    content: "";
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url("../img/bodyBG2.jpg");
    background-size: cover;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    transform: translateZ(0);
}
header{
    background-image: url(../img/topBG.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
   height: auto;
    padding-top: 2%;
    padding-bottom: 6%;
    background-position: center top;
}
#interview {
    width: 100%;
    padding-top: 15%;
    padding-bottom: 5%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
    background-image: url(../img/Q1.png);
    background-repeat: no-repeat;
}
.dropcap {
    font-family: "ヒラギノ明朝 ProN W3", "Times New Roman", serif;
    font-size: 3em;
    line-height: 1em;
    text-align: left;
    float: left;
    color: rgba(232,140,255,1.00);
    font-feature-settings: "palt"1;
    padding-right: 3px;
    margin-top: 7px;
    display: inline-block;
}
.Art {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 1.2em;
    font-family: tangerine, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    text-align: center;
    color: #EEE5F3;
}
.script{
    font-size: 2.5em;
    font-family: tangerine, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 120%;
    text-align: center;
    color: #EEE5F3;
}
.qa {
    width: 70%;
    max-width: 500px;
    float: right;
    height: auto;
    font-size: 1.1em;
}
.clear {
    clear: both;
    float: none;
}
.clear100 {
    clear: both;
    float: none;
    height: 100px;
}
.mgt {
    margin-top: 50px;
}
.clear200 {
    clear: both;
    float: none;
    height: 200px;
}
a:hover img {
    opacity: 0.6;
    filter:alpha(opacity=60);
-ms-filter: “alpha( opacity=60 )”;
transition: 0.6s;
}

#prologue {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
    max-width: 600px;
}
.puaple {
    color: #ECB4FF;
}
#info {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    max-width: 600px;
    padding-top: 3%;
    padding-right: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
    border: thick solid rgba(171,0,180,0.84);
    margin-bottom: 50px;
    background-color: rgba(255,255,255,0.75);
    color: #0F005D;
    border-radius: 15px;
}
.h3mincho {
    font-family: dnp-shuei-nshogomincho-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    font-size: 3em;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.h3mincholine {
    font-family: dnp-shuei-nshogomincho-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    font-size: 3em;
    border-bottom: thin solid #FFFFFF;
    padding-bottom: 15px;
    margin-bottom: 5px;
    line-height: 180%;
}
.capscript{
    font-size: medium;
    font-family: tangerine, sans-serif;
font-weight: 400;
font-style: normal;
}
#gallery {
    width: 90%;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
}
.spnone{display: block;
    }
.pcnone{display: none;
    }
.mgl {
    margin-left: 15%;
}

@media screen and (max-width:480px){
    header{
    background-image: none;
    margin: 0;
    padding: 0;
    width:100%;
    height: 100vh;    
}
    body::before {
    content: "";
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url("../img/bodyBGsp.jpg");
    background-size: cover;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    transform: translateZ(0);
}
    .mgl {
    margin-left: 5%;
}
    #interview {
    width: 90%;
    padding-top: 0;
    padding-bottom: 5%;
    margin-right: auto;
    margin-left: auto;
    background-image: none;
}
    #prologue {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
    max-width: 600px;
}
    .h3mincho {
    font-family: dnp-shuei-nshogomincho-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    font-size: 1.8em;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-feature-settings: "palt"1;
    
}
    .h3mincholine {
    font-size: 1.8em;
    font-feature-settings: "palt"1;
}
    .qa {
    font-size: medium;
}
    .spnone{display: none;}
.pcnone{display: block;}
    .Art {
    width: 100%;
    display: inherit;
}
    div a .img200 {
    width:60%;
    height: auto;
}
    
    div a .img210 {
    width:90%;
    height: auto;
}
.mgb{margin-bottom: 50px;}
.mgt {
    margin-top: 20px;
}    
.clear200 {
    clear: both;
    float: none;
    height: 100px;
}
    footer {
    font-size: small;
}
}
