@charset "UTF-8";
body{
    font-family: -apple-system,"BlinkMacSystemFont","Arial","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"Osaka","ＭＳ Ｐゴシック","MS PGothic",serif;
    line-height:1.8;
}
header{
    width:100%;
    margin:0 auto 40px;
}
#navback{
    background-color:#cc297a;
    width:100%;
    height:60px;    
}
nav{
    position:fixed;
    top:0px;
    left:0px;
    background-color:#cc297a;
    width:100%;
    height:60px;
    z-index:1;
    opacity:0.9
}
nav > div{
    width:1000px;
    position: absolute;
    left:0;
    right:0;
    margin: 0 auto;
}
nav #logo{
    background-image: url(../img/logo.png);
    width:314px;
    height:48px;
    float:left;
    margin:12px 0 0 0
}
header #background{
    background-color: #3aae36;
    padding: 50px 0 75px 0;
}
header #background #bgframe{
    position: relative;
    margin: 0 auto;
    width:800px;
}
header #background #bgframe::after{
    content:"";
    position: absolute;
    right: 60px;
    top: 0;
    width: 240px;
    height: 225px;
    background-image: url(/img/line.jpg);
    background-size: cover;
}
@media (-webkit-min-device-pixel-ratio: 1.5),
       (min-resolution: 192dpi){
    header #background #bgframe::after{
        background-image: url(/img/line_2x.jpg);
    }
}
header #background #bgframe p.vanessalogo{
    margin-bottom: 20px;
}
header #background #bgframe p.mgothic23{
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 27px;
    color: #FFFFFF;
    line-height: 1.4;
    margin-bottom: 10px;
}
header #background #bgframe p.mgothic23 [data-ruby]{
    position: relative;
}
header #background #bgframe p.mgothic23 [data-ruby]::before{
    content: attr(data-ruby);
    position: absolute;
    width: 3em;
    top: -0.8em;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0.45em;
}
header #background #bgframe p.mgothic22y{
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    color: #FFF100;
    line-height: 1.8;
}
header #background #bgframe p.mgothic36y{
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 43px;
    color: #FFF100;
    line-height: 1.2;
}
@media all and (-ms-high-contrast: none) {
  main {
    display: block;
  }
}
main{
    width: 800px;
    margin: 0 auto;
}
.emu{
    float:left;
    margin-right: 40px;    
padding: 80px 50px 130px 0;
border-right: solid 1px #333333;
}
section{
    margin-bottom: 27px;
}
section h1{
    font-weight: bold;
    color: #CC297A;
}
section h1.brace{
    text-indent: -0.5em;
}
section h2{
    font-weight: bold;
    color: #CC297A;
    padding-top:1.5em;
}
section .premium{
    font-weight: bold;
    color: #CC297A;
    margin-bottom: 19px;
}
section .brace{
    text-indent: -0.5em;
}
section .premium .frame{
    display: inline-block;
    vertical-align: 3px;
    text-indent: 0;
    border: 0.5px solid #CC297A;
    font-size: 10px;
    padding: 4px 6px;
    margin: 0 4px 10px 4px;
}
section.graywall{
    background-color: #f5f5f5;
    font-size: 12px;
    padding: 0 1.5em 1.5em;
}
footer{
    position:relative;
}
footer div p{
    width:1000px;
    margin:0 auto;
    font-size:12px;
}
footer div{
    background-color:#666;
    color:#ccc;
    padding: 5px 0;
}
.no_pc{
    display:none;
}
@media (max-width: 768px){
    body{
        background-image:none;
    }
    header{
        width:100%;
        height:auto;
    }
    header #background #bgframe{
        width: 90%;
        overflow: hidden;
    }
	p.vanessalogo{
	text-align: center;
}
    header #background #bgframe p.mgothic23{
        font-size: 15px;
        margin-bottom: 10px;
	text-align: center;

    }
    header #background #bgframe p.mgothic22y{
        font-size: 14px;
        line-height: 1.8;
	text-align: center;

    }
    header #background #bgframe p.mgothic36y{
        font-size: 23px;
        line-height: 1.2;
        text-indent: -0.5em;
	text-align: center;

    }
    header #background #bgframe p:last-child::after{
        content: "";
        display: block;
        padding-top: 82%;

    }
    header #background #bgframe::after{

        content:"";
        position: absolute;
        right: 0;
        top: auto;
        bottom: 0px;
        width: 100%;
        height: auto;
        padding-top: 75.92%;
        background-size: 60%;
background-position: bottom;
        background-repeat: no-repeat;
    }


.mgothic36y{
        margin-bottom: -70px;
}
header #background{
    background-color: #3aae36;
    padding: 25px 0 0 0;
}
    #navback{
        background-color:#cc297a;
        width:100%;
        height:40px;    
    }
    nav{
        position:fixed;
        top:0px;
        left:0px;
        background-color:#cc297a;
        width:100%;
        height:40px;
        z-index:1;
        opacity:0.9;
        overflow-x:hidden;
    }
    nav > div{
        width:100%;
        height:40px;
        position: absolute;
        left:0;
        right:0;
        margin: 0 auto;
    }
    nav #logo{
        width:209px;
        height:32px;
        background-size:cover;
        position:absolute;
        left:50%;
        margin-left:-105px;
    }
    main{
        width: 90%;
    }
    section{
    }
    section h1{
    }
    section h2{
    }
    section p.indexnumber{
        padding-left: 1.5em;
        text-indent: -1em;
    }
    footer div p{
        width:100%;
        box-sizing:border-box;
        padding: 0 5%;
    }
    .no_sp{
        display:none;
    }
    .no_pc{
        display:inline;
    }

}
