@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: #0E3159;
    padding: 25px 0;
}
header #background #bgframe{
    position: relative;
    margin: 0 auto;
    width:800px;
}
header #background #bgframe::after{
    content:"";
    position: absolute;
    right: 60px;
    top: 0;
    width: 382px;
    height: 290px;
    background-image: url(/img/vanessa_uchiwa.png);
    background-size: cover;
}


@media (-webkit-min-device-pixel-ratio: 1.5),
       (min-resolution: 192dpi){
    header #background #bgframe::after{
        background-image: url(/img/vanessa_uchiwa_2x.png);
    }
}
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: 23px;
    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: 36px;
    color: #FFF100;
    line-height: 1.2;
    text-indent: -0.5em;
}
@media all and (-ms-high-contrast: none) {
  main {
    display: block;
  }
}
main{
    width: 800px;
    margin: 0 auto;
}
.emu{
    float:left;
    margin-right: 40px;
}
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;
}
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;
}

.attention {
    font-size: 14px;
margin-top: 8px;
    line-height: 1.8;

}
@media (max-width: 768px){
    body{
        background-image:none;
    }
    header{
        width:100%;
        height:auto;
    }
    header #background #bgframe{
        width: 90%;
        overflow: hidden;
    }
    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;

    }
	p.vanessalogo{
	text-align: center;

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

    }
    header #background #bgframe::after{
        content:"";
        position: absolute;
        right: auto;
        top: auto;
        bottom: 0px;
        width: 100%;
        height: auto;
        padding-top: 75.92%;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    #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: -1.5em;
    }
    footer div p{
        width:100%;
        box-sizing:border-box;
        padding: 0 5%;
    }
    .no_sp{
        display:none;
    }
    .no_pc{
        display:inline;
    }
   /*インスタボタン*/
    .insta_btn2{
	text-indent: 0em
	}
    .attention{
        padding-left: 1.5em;
        text-indent: -1.5em;
    }

}

/*インスタボタン*/
.insta_btn2{/*ボタンの下地*/
  color: #FFF !important;/*文字・アイコン色*/
  border-radius: 7px;/*角丸に*/
  position: relative;
  display: inline-block;
  height: 35px;/*高さ*/
  width: 120px;/*幅*/
  text-align: center;/*中身を中央寄せ*/
  font-size: 18px;/*文字のサイズ*/
  line-height: 35px;/*高さと合わせる*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  text-decoration:none;/*下線は消す*/
}

.insta_btn2:before{/*グラデーション②*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;/*全体を覆う*/
  height: 100%;/*全体を覆う*/
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.insta_btn2 .fa-instagram{/*アイコン*/
  font-size: 23px;/*アイコンサイズ*/
  position: relative;
  top:3px;/*アイコン位置の微調整*/
}

.insta_btn2 span {/*テキスト*/
  display:inline-block;
  position: relative;
padding-left:0.3em;
  transition: .5s
}

/*ぬりえボタン*/
.nurie_btn{/*ボタンの下地*/
  color: #FFF !important;/*文字・アイコン色*/
  font-weight: bold; 
  border-radius: 7px;/*角丸に*/
  position: relative;
  display: inline-block;
  height: 35px;/*高さ*/
  width: 190px;/*幅*/
  font-size: 16px;/*文字のサイズ*/
  line-height: 35px;/*高さと合わせる*/
  background: #ffb845 no-repeat;
  overflow: hidden;/*はみ出た部分を隠す*/
  text-decoration:none;/*下線は消す*/
  background-image: url(/img/download.png);
  background-size: 20px;
  background-position: 160px 10px;
  text-indent: 0.8em
}

