@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=EB+Garamond);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
html {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}
a img {
    border: none;
}
a {
    text-decoration: none;
    color: #FFF;
}
p a {
    text-decoration: underline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
img {
    border: none;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
}
html {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    background: #000;
    color: #FFF;
}
/* ------------------------------------------------------------------------------------------ */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
.clear {
    clear: both;
}
.bgGray {
    background-color: #232323;
}
.bdGray {
    border-bottom: 1px solid #232323;
}
.bdNone, .bdN {
    border: none !important;
}
.alignC {
    text-align: center !important;
}
.gray {
    color: #7e7e7e;
}
.txtGray {
    color: #8d8d8d;
}
.txtPink {
    color: #ff4181;
}
.txtBlue {
    color: #4399e2;
}
.fz12 {
    font-size: 12px !important;
}
.fz16 {
    font-size: 16px !important;
}
.bold {
    font-weight: bold !important;
}
.disNon {
    display: none !important;
}
.fontfs {
    font-family: serif !important;
}

/* --------------------------------------------- pc --------------------------------------------- */
@media print, screen and (min-width: 769px) {
body {
    min-width: 980px;
}
.forSP {
    display: none !important;
}
.pc_pT0 {
    padding-top: 0 !important;
}
.pc_mT0 {
    margin-top: 0 !important;
}
.pc_mR0 {
    margin-right: 0 !important;
}
.pc_pB0 {
    padding-bottom: 0 !important;
}
.pc_mT50 {
    margin-top: 50px !important;
}
.pc_mB20 {
    margin-bottom: 20px !important;
}
.pc_mB40 {
    margin-bottom: 40px !important;
}
.commonBtn {
    display: block;
    color: #FFF;
    text-align: center;
    width: 200px;
    padding: 5px 0;
    font-size: 16px;
    border: 1px solid #FFF;
    background: url(../images/home/arrow-r.png) no-repeat 10px 50%;
    text-decoration: none;
    margin-top: 10px;
}
#wrap {
    background: -moz-linear-gradient(top, #033848 0%, #000000 885px, #000000 100%);
    background: -webkit-linear-gradient(top, #033848 0%, #000000 885px, #000000 100%);
    background: -o-linear-gradient(top, #033848 0%, #000000 885px, #000000 100%);
    background: -ms-linear-gradient(top, #033848 0%, #000000 885px, #000000 100%);
    background: linear-gradient(to bottom, #033848 0%, #000000 885px, #000000 100%);
    padding-top: 45px;
}
h1 {
    color: #FFF;
    font-size: 40px;
    padding: 100px 0;
    text-align: center;
    text-shadow: 0px 0px 10px rgba(23, 25, 30, 0.68);
    font-family: 'EB Garamond', serif;
}
h1:first-letter {
    font-size: 50px;
}
.commonH2 {
    color: #7e7e7e;
    font-size: 27px;
    font-family: "EB Garamond", serif;
    line-height: 1;
    margin-bottom: 50px;
}
.commonH2:first-letter {
    font-size: 36px;
}
.sect {
    padding: 60px 0;
}
.sectIn {
    padding: 80px 0 100px;
    width: 980px;
    margin: auto;
}
/* --------------- header --------------- */
.headLogo {
    display: none;
}
.spMenuBtn {
    display: none;
}
.menuWrap {
    position: fixed;
    top: 0;
    width: 100%;
    height: 45px;
    background: rgba(0,0,0,0.7);
    z-index: 999;
}
.menuWrap .menu {
    height: 45px;
    display: table;
    margin: 0 auto;
    width: 980px;
    table-layout: fixed;
}
.menuWrap .menu li {
    display: table-cell;
    padding: 0 1px 0 0;
}
.menuWrap .menu li:first-child {
    padding: 0 1px;
}
.menuWrap .menu li a {
    display: block;
    width: 100%;
    height: 45px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: #000;
    line-height: 45px;
    font-size: 12px;
    font-family: 'EB Garamond', serif;
}
.menuWrap .menu li a:first-letter, .menuWrap .menu li a span {
    font-size: 20px;
}
.menuWrap .menu li a:hover, .menuWrap .menu li a.now {
    background: #005094;
}
/* --------------- footer --------------- */
footer {
    color: #fff;
    font-size: 10px;
    text-align: center;
    margin-top: 80px;
}
footer .pagetop {
    padding-top: 20px;
    background: url(../sp/images/home/pagetop-arrow.png) no-repeat 50% 0;
    background-size: 29px auto;
    color: #7e7e7e;
    font-family: "EB Garamond", serif;
    font-size: 16px;
}
footer .midashi {
    font-size: 21px;
    font-family: "EB Garamond", serif;
    color: #7e7e7e;
    float: left;
}
footer .midashi span {
    font-size: 17px;
}
footer .copyright {
    margin: 15px 4% 20px;
}
footer .copyright img {
    width: 283px;
}
footer .sns {
    overflow: hidden;
    width: 910px;
    margin: 40px auto 40px;
}
footer .sns ul {
    float: right;
}
footer .sns ul li {
    display: inline-block;
    padding: 0 10px;
}
.footerLink {
    margin-top: 40px;
}
.footerLink ul li {
    display: inline-block;
    line-height: 1;
    margin-right: 16px;
}
.footerLink ul li:not(:last-of-type) {
    border-right: 1px solid #CCCCCC;
}
.footerLink ul li:last-child{
    margin-right: 0;
}
.footerLink ul li:last-child a{
    margin-right: 0;
}
.footerLink ul li a {
    font-size: 12px;
    margin-right: 20px;
}
.footerLink ul li a:hover{
    text-decoration: underline;
}
/*#project
------------------------------------------------------------------------------------------ */
#project h1 {
    background-image: url(../images/common/bg-logo.png), url(../images/project/bg-project.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: auto, cover;
}
#project .txt1 {
    padding: 60px 0;
    text-align: center;
}
#project .info {
    overflow: hidden;
    width: 980px;
    margin: auto;
}
#project .info img {
    float: left;
    width: 575px;
    height: auto;
}
#project .info p {
    float: right;
    width: 365px;
}
#project .imageArea {
    width: 980px;
    height: 868px;
    margin: 70px auto;
    position: relative;
}
#project .imageArea .img2 {
    position: absolute;
    width: 654px;
    height: auto;
    top: 0;
    left: 120px;
}
#project .imageArea .img3 {
    position: absolute;
    width: 359px;
    height: auto;
    top: 275px;
    right: 0;
}
#project .imageArea .img4 {
    position: absolute;
    width: 480px;
    height: auto;
    top: 544px;
    right: 80px;
}
#project .imageArea .img5 {
    position: absolute;
    width: 238px;
    height: auto;
    top: 377px;
    left: 0;
}
#project .imageArea .img6 {
    position: absolute;
    width: 258px;
    height: auto;
    bottom: 0;
    left: 88px;
}
#project .imageArea .read {
    position: absolute;
    width: 110px;
    height: auto;
    top: 205px;
    left: 407px;
}
#project .music {
    width: 980px;
    margin: auto;
}
#project .youtubeWrap {
    position: relative;
}
#project .music .youtube iframe {
    width: 764px !important;
    height: 430px !important;
    vertical-align: top;
}
#project .music .youtube img {
    width: 764px;
    height: auto;
}
#project .music .musicChatch {
    width: 347px;
    height: auto;
    margin: 30px 0 35px 0;
}
#project .ytInfo {
    position: absolute;
    bottom: 0;
    right: 0;
}
#project .ytInfo a {
    display: block;
    color: #FFF;
    text-align: center;
    width: 176px;
    padding: 6px 0;
    font-size: 16px;
    border: 1px solid #FFF;
    margin-top: 15px;
    background: url(../images/home/arrow-r.png) no-repeat 10px 50%;
    font-family: 'EB Garamond', serif;
}
#project .book {
    width: 490px;
    margin: auto;
}
#project .book .bookIn {
    overflow: hidden;
}
#project .book .bookImg {
    float: left;
}
#project .book .bookImg img {
    width: 195px;
    height: auto;
}
#project .book .box {
    float: right;
    width: 260px;
}
#project .book .box .episodeTitle {
    color: #FFF;
    font-size: 20px;
    margin-bottom: 20px;
    font-family: "EB Garamond", serif;
}
#project .readBtn {
    margin-top: 50px;
}
#project .readBtn a {
    display: block;
    color: #FFF;
    text-align: center;
    width: 176px;
    padding: 6px 0;
    font-size: 16px;
    border: 1px solid #FFF;
    background: url(../images/home/arrow-r.png) no-repeat 10px 50%;
    font-family: 'EB Garamond', serif;
}
#project .app {
    width: 980px;
    margin: auto;
}
#project .app .appIn {
    overflow: hidden;
    position: relative;
}
#project .app .appImg {
    float: left;
    width: 470px;
}
#project .app .appImg img:first-child {
    padding-right: 10px;
}
#project .app .box {
    float: right;
    width: 470px;
}
#project .app .box .store {
    position: absolute;
    bottom: 0;
    left: 510px;
}
#project .app .box .store img {
    width: 178px;
    height: auto;
}
#project .app .box .store a:first-child img {
    padding-right: 22px;
}
#project .txt2 {
    text-align: center;
    padding: 60px 0 0;
}
#project .txt2 .chara {
    width: 980px;
    display: block;
    margin: auto;
}
/*#app
------------------------------------------------------------------------------------------ */
#app h1 {
    background-image: url(../images/common/bg-logo.png), url(../images/app/bg-app.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: auto, cover;
}
#app .block1 {
    width: 980px;
    margin: auto;
    padding: 80px 0;
}
#app .block1 .haishin {
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
}
#app .block1 .block1In {
    overflow: hidden;
    position: relative;
}
#app .block1 .block1Img {
    float: left;
    width: 370px;
}
#app .block1 .box {
    float: right;
    width: 570px;
}
#app .block1 .box .store {
    position: absolute;
    bottom: 0;
    left: 410px;
}
#app .block1 .box .store img {
    width: 178px;
    height: auto;
}
#app .block1 .box .store a:first-child img {
    padding-right: 22px;
}
#app .block1 .txtGray {
    color: #ccc;
}
#app .block2 .inner1 {
    background: url(../images/app/bg-middle.jpg) no-repeat center center;
    background-size: cover;
}
#app .block2 .inner1 div {
    width: 830px;
    padding: 120px 0 240px 0;
    margin: auto;
}
#app .block2 .inner1 img {
    width: 306px;
    margin-bottom: 30px;
}
#app .block2 .inner2 {
    width: 980px;
    overflow: hidden;
    margin: -160px auto 0;
}
#app .block2 .inner2 div {
    width: 296px;
    float: left;
    margin-left: 46px;
}
#app .block2 .inner2 div:first-child {
    margin-left: 0;
}
#app .block2 .inner2 div img {
    width: 296px;
}
#app .inner2 div span {
    padding-top: 15px;
    display: block;
}
/*#movie
------------------------------------------------------------------------------------------ */
#movie h1 {
    background-image: url(../images/common/bg-logo.png), url(../images/movie/bg-movie.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: auto, cover;
}
.episode {
    overflow: hidden;
    width: 50%;
    float: left;
    margin-bottom: 70px;
}
.episode .img {
    float: left;
    overflow: hidden;
    width: 260px;
}
.episode .img img {
    width: 100%;
    height: auto;
}
.episode .box {
    float: left;
    margin-left: 20px;
    width: 210px;
}
.episode .box .num {
    color: #fff;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 5px;
    font-family: "EB Garamond", serif;
}
.episode .box .title {
    color: #FFF;
    font-size: 18px;
}
.episode .box .title span {
    display: block;
    font-size: 12px;
}
.episode .box .btn {
    width: 140px;
    margin-top: 23px;
}
.episode .box .btn a {
    color: #FFF;
    font-size: 12px;
    padding: 4px 0;
    display: block;
    border: 1px solid #FFF;
    text-align: center;
    text-decoration: none;
    background: url(../images/home/arrow-r.png) no-repeat 10px 50%;
}
#movie .episode {
    width: 100%;
    position: relative;
    padding-bottom: 50px;
    border-bottom: 1px solid #4d4d4d;
}
#movie .episode .img {
    width: 764px;
}
#movie .episode .box {
    width: 180px;
    margin-left: 36px;
}
#movie .episode .box .btn {
    position: absolute;
    right: 0;
    bottom: 50px;
    width: 176px;
}
#movie .episode .box .btnT {
    position: absolute;
    right: 0;
    bottom: 130px;
    width: 176px;
}
#movie .episode .box .btn a {
    display: block;
    color: #FFF;
    text-align: center;
    padding: 6px 0;
    font-size: 16px;
    border: 1px solid #FFF;
    background: url(../images/home/arrow-r.png) no-repeat 10px 50%;
    font-family: 'EB Garamond', serif;
}
#movie .episode .note {
    border-top: 1px solid #005094;
    padding-top: 25px;
    margin-top: 25px;
    font-size: 12px;
}
.newMVlink {
    margin-bottom: 30px;
    font-size: 16px;
}
/*#comic
------------------------------------------------------------------------------------------ */
#comic h1 {
    background-image: url(../images/common/bg-logo.png), url(../images/comic/bg-comic.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: auto, cover;
}
#comic .comicArea {
    background: url(../images/comic/comic_bg.gif) no-repeat 0 0;
    width: 980px;
    height: 340px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
#comic .comicArea .img {
    float: left;
    width: 195px;
    padding: 31px 83px 0 51px;
}
#comic .comicArea .box {
    float: left;
    width: 540px;
    padding-top: 130px;
}
#comic .comicArea .box h2 {
    font-size: 20px;
    margin-bottom: 4px;
}
#comic .comicArea .box h2 span {
    font-size: 30px;
}
#comic .comicArea .btn {
    clear: both;
    position: absolute;
    bottom: 32px;
    right: 51px;
}
#comic .comicArea .btn a {
    display: block;
    color: #FFF;
    text-align: center;
    width: 200px;
    padding: 9px 0;
    font-size: 14px;
    background: #015095 url(../images/home/arrow-r.png) no-repeat 10px 50%;
}
#comic .comicArea.comico {
    background: url(../images/comic/comico_bg.gif) no-repeat 0 0;
}
#comic .comicArea.comico .btn a {
    background: #9e0313 url(../images/home/arrow-r.png) no-repeat 10px 50%;
}
#comic .comicArea.comico .img {
    width: 384px;
    padding: 31px 43px 0 51px;
}
#comic .comicArea.comico .img2 {
    width: 200px;
    padding: 31px 61px 0 63px;
    float: left;
}
#comic .comicArea.comico .img2 img {
    width: 200px;
}
#comic .comicArea.comico .box {
    width: 610px;
}
/* --comico-- */
#comic .episodeWrap {
    border-top: 1px solid #555555;
    padding-top: 35px;
    overflow: hidden;
}
#comic .episode {
    width: 470px;
    margin-bottom: 35px;
}
#comic .episode:nth-child(2n) {
    float: right;
}
#comic .episode .box {
    margin-left: 30px;
    width: 180px;
}
#comic .bookArea {
    overflow: hidden;
    padding: 0 0 30px 0;
    width: 640px;
    margin: auto;
}
#comic .bookArea .img {
    float: left;
    overflow: hidden;
    width: 195px;
}
#comic .bookArea .img img {
    width: 100%;
    height: auto;
}
#comic .bookArea .box {
    float: left;
    margin-left: 40px;
    width: 405px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#comic .bookArea .box h2 {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 30px;
    margin-bottom: 30px;
}
/*#music
------------------------------------------------------------------------------------------ */
#music h1 {
    background-image: url(../images/common/bg-logo.png), url(../images/music/bg-music.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: auto, cover;
}
#music .buyBtn {
    display: none;
}
#music .musicLink {
    margin-top: 86px;
    width: 140px;
}
#music .musicLink.l2 {
    margin-top: 59px;
}
#music .musicLink.l3 {
    margin-top: 32px;
}
#music .musicLink li {
    margin-bottom: 10px;
}
#music .musicLink li:last-child {
    margin-bottom: 0;
}
#music .musicLink li span {
    display: block;
    border: 1px solid #FFF;
    padding: 4px;
    text-align: center;
    background: url(../images/home/arrow-r.png) no-repeat 10px 50%;
    font-size: 12px;
}
#music .musicLink li a {
    color: #FFF;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#music .musicLink.no li span {
    border: 1px solid #828282;
    color: #828282;
    background-image: none;
}
#music .episode {
    width: 435px;
}
#music .musicIn {
    overflow: hidden;
}
#music .musicIn .episode:nth-child(2n) {
    float: right;
}
#music .musicIn .episode:last-child {
    margin-bottom: 0;
}
#music .episode .box {
    margin-left: 30px;
    width: 145px;
}
#music .monthlyLink {
    margin-bottom: 70px;
}
#music .monthly {
    clear: both;
    padding-top: 70px;
}
#music .monthlyTtl {
    margin-bottom: 40px;
}
#music .monthlyTxt {
    text-align: center;
    margin-bottom: 50px;
}
#music .monthlyItem {
    width: 313px;
    margin: 0 20px 50px 0;
    overflow: hidden;
    float: left;
}
#music .monthlyItem img {
    width: 160px;
    float: left;
}
#music .monthlyItem .box {
    margin-left: 18px;
    width: 135px;
    float: left;
}
#music .monthlyItem .box .day {
    color: #9f9f9f;
    font-size: 16px;
    margin-bottom: 10px;
}
#music .monthlyItem .box .title {
    font-size: 16px;
}
/*#novel
------------------------------------------------------------------------------------------ */
#novel h1 {
    background-image: url(../images/common/bg-logo.png), url(../images/novel/bg-novel.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: auto, cover;
}
#novel .episode {
    overflow: hidden;
    margin-bottom: 0;
    border-top: 1px solid #555555;
    width: 100%;
    float: none;
    padding: 30px 0;
}
#novel .episode .img {
    float: left;
    overflow: hidden;
    width: 260px;
    text-align: center;
}
#novel .episode .img img {
    width: 100%;
    height: auto;
}
#novel .episode .imgh img {
    width: 195px;
    height: auto;
}
#novel .episode .box {
    float: left;
    margin-left: 40px;
    width: 580px;
}
#novel .episode h2 {
    color: #FFF;
    font-size: 20px;
    font-family: "EB Garamond", serif;
}
#novel .episode .box .title {
    color: #FFF;
    font-size: 14px;
}
#novel .episode .box .title span {
    display: block;
    font-size: 12px;
}
#novel .bookArea {
    overflow: hidden;
    padding: 0 0 30px 0;
    width: 555px;
    margin: auto;
}
#novel .bookArea .img {
    float: left;
    overflow: hidden;
    width: 195px;
}
#novel .bookArea .img img {
    width: 100%;
    height: auto;
}
#novel .bookArea .box {
    float: left;
    margin-left: 40px;
    width: 320px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#novel .bookArea .box h2 {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 30px;
    margin-bottom: 30px;
}
#novel .novelContents p {
    width: 750px;
    color: #FFF;
    margin: 0 auto 30px;
    font-size: 15px;
    line-height: 34px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#novel .novelContents p:first-child {
    margin-top: 70px;
}
#novel .novelContents .chapter {
    margin: 60px auto;
    font-size: 18px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    text-align: center;
}
#novel .novelContents .chapter span {
    font-size: 32px;
}
#novel .novelContents .center {
    text-align: center;
}
#novel .novelContents .illust {
    text-align: center;
}
#novel .novelContents .illust img {
    width: 400px;
    height: auto;
}
/*#news
------------------------------------------------------------------------------------------ */
#news h1 {
    background-image: url(../images/common/bg-logo.png), url(../images/news/bg-news.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: auto, cover;
}
#news .newsList {
    width: 980px;
    border-top: 1px solid #4d4d4d;
    margin-bottom: 50px;
}
#news .newsList li {
    border-bottom: 1px solid #4d4d4d;
}
#news .newsList li a {
    color: #FFF;
    text-decoration: none;
    display: block;
    padding: 16px 0;
    overflow: hidden;
}
#news .newsList li a div {
    width: 200px;
    font-size: 13px;
    float: left;
    background: url(../images/news/arrow-gray.png) no-repeat right 8% top 50%;
}
#news .newsList li a div img {
    vertical-align: middle;
    padding-left: 30px;
}
#news .newsList li a p {
    width: 780px;
    font-size: 14px;
    float: right;
}
#news .detail {
    width: 980px;
    margin: 0 auto 0;
}
#news .detail h2 {
    font-size: 28px;
    color: #FFF;
    line-height: 36px;
}
#news .detail div {
    font-size: 13px;
    color: #FFF;
    margin: 20px 0 65px;
    padding-bottom: 15px;
    border-bottom: 1px solid #4d4d4d;
}
#news .detail div img {
    vertical-align: text-top;
    margin-left: 12px;
}
#news .detail p {
    font-size: 14px;
    color: #fff;
    line-height: 36px;
    margin-bottom: 30px;
}
#news .detail h3 {
    background: url(../images/news/blueline.gif) no-repeat 0 50%;
    color: #2d92e7;
    padding: 0 0 0 20px;
    margin-bottom: 20px;
    font-size: 20px;
}

/* 151027 */
#novel .episode .box .txtapp {
    margin-top: 23px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#novel .episode .new {
    margin-top: 5px;
}
.download {
    display: none;
}
/* 151105 */
#project .book.comic .box .midashi img {
    width: 100%;
}
#project .book.comic .box .episodeTitle {
    margin-top: 20px;
}
#project .book.comic .box .episodeTitle span {
    font-size: 14px;
}
#project .book.comic .readBtn {
    float: left;
    margin-left: 35px;
}
#project .book.disc {
    width: 490px;
}
#project .book.disc .bookIn.borderT {
    border-top: 1px solid #ccc;
    padding-top: 40px;
}
#project .book.disc .bookImg img {
    width: 270px;
}
#project .book.disc .box {
    width: 185px;
}
#project .book.disc .box .episodeTitle {
    font-size: 20px;
}
#project .book.disc .readBtn {
    margin: 40px auto 0;
    float: none;
}
#project .book.disc .readBtn a {
    width: 100%;
}
#app .block1N {
    width: 980px;
    margin: auto;
    padding: 80px 0 0;
}
#app .block1N .block1In {
    overflow: hidden;
    position: relative;
}
#app .block1N .block1Img {
    float: left;
    width: 349px;
}
#app .block1N .box {
    float: right;
    width: 631px;
}
#app .block1N .box p {
    margin-left: 22px;
}
#app .block1N .box .haishin {
    font-size: 30px;
    margin: 0 0 30px 22px;
    line-height: 30px;
}
#app .block1N .box .haishin span {
    font-size: 19px;
    color: #4399e2;
    display: block;
}
#app .block1N .box .store {
    margin-top: 40px;
    overflow: hidden;
}
#app .block1N .box .store div {
    float: left;
    width: 315px;
}
#app .block1N .box .store .use {
    margin: 0 0 5px 18px;
    font-size: 12px;
    display: block;
}
#app .block1N .box .store div p {
    display: inline-block;
}
#app .block1N .box .store .storeImg {
    width: 178px;
    height: auto;
    margin: 0 15px 0 0;
}
#app .block1N .box .store .qr {
    background-color: #fff;
    padding: 8px;
    display: inline-block;
}
#app .block1N .txtGray {
    color: #ccc;
}
#app .update {
    width: 980px;
    margin: auto;
    padding: 80px 0 0;
}
#app .update .updateTtl {
    margin-bottom: 45px;
    text-align: center;
}
#app .update .updateTtl img {
    width: 240px;
}
#app .update p {
    margin-bottom: 40px;
}
#app .update .midashi {
    font-size: 16px;
    margin-bottom: 20px;
    background: url(../images/app/line.gif) no-repeat 0 50%;
    color: #4399e2;
    padding: 0 0 0 20px;
}
#app .update .txtGray {
    color: #ccc;
    font-size: 12px;
}
/* novel add */
#novel .bookArea2 {
    overflow: hidden;
    padding: 0 0 30px 0;
    width: 100%;
    margin: auto;
}
#novel .bookArea2 .img {
    float: left;
    overflow: hidden;
    width: 195px;
}
#novel .bookArea2 .img img {
    width: 100%;
    height: auto;
}
#novel .bookArea2 .box {
    float: left;
    margin-left: 40px;
    width: 745px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#novel .bookArea2 .box h2 {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 30px;
    margin-bottom: 30px;
}
#novel .bookArea2 .box p {
    margin-bottom: 20px;
}
#novel .bookArea2 .box p.bd {
    padding-bottom: 20px;
    border-bottom: 1px dotted #555555;
}
#novel .bookArea2 .box p.last {
    margin-bottom: 0;
}
/* add */
#news .detail .videoC {
    text-align: center;
}
#news .detail .videoC video {
    width: 852px;
    height: auto;
}
/*#shelter
------------------------------------------------------------------------------------------ */
footer .note.mT {
    margin-top: 30px;
}
#shelter h1 {
    background-image: url(../images/common/bg-logo.png), url(../images/shelter/bg-shelter.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: auto, cover;
    height: 75px;
    line-height: 1.2;
}
#shelter h1 span {
    font-size: 50px;
}
#shelter h1:first-letter {
    font-size: 58px;
}
#shelter h1 span.first {
    font-size: 58px;
}
#shelter .shelterArea {
    width: 745px;
    margin: auto;
}
#shelter .shelterArea .gray {
    color: #727272;
    margin-top: 35px;
}
#shelter .shelterArea .notes {
    margin: 0 0 35px;
}
#shelter .shelterArea .notes .midashi {
    font-size: 24px;
    margin-bottom: 10px;
}
#shelter #attention {
    border: 1px solid #ff3766;
    padding: 20px;
    margin-bottom: 20px;
}
#shelter #attention span {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}
#shelter .atLink {
    margin-bottom: 20px;
}
#shelter .atLink a {
    font-size: 16px;
}
/* --login-- */
.loginBox {
    background-color: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.1);
    margin-top: 55px;
    padding: 45px 145px 55px 55px;
}
.loginBox dl {
    display: table;
    margin: 0 0 20px;
}
.loginBox dl dt {
    display: table-cell;
    vertical-align: middle;
    width: 121px;
    padding-right: 10px;
    text-align: right;
}
.loginBox dl.last dt {
    padding-right: 16px;
}
.loginBox dl dt span {
    font-size: 11px;
}
.loginBox dl dd {
    display: table-cell;
}
.loginBox dl input {
    width: 370px;
    height: 35px;
    border: 1px solid #989898;
    padding: 5px 20px;
}
.loginBtn {
    margin: 30px 0 0 90px;
    text-align: center;
}
.loginBtn input {
    width: 245px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    border: none;
    background: rgb(57,124,181);
    background: -moz-linear-gradient(top, rgba(57,124,181,1) 0%, rgba(0,80,148,1) 100%);
    background: -webkit-linear-gradient(top, rgba(57,124,181,1) 0%, rgba(0,80,148,1) 100%);
    background: linear-gradient(to bottom, rgba(57,124,181,1) 0%, rgba(0,80,148,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#397cb5', endColorstr='#005094', GradientType=0 );
}
/* --error-- */
.loginBox .errorTxt {
    color: #ff3766;
    padding-left: 131px;
    margin-bottom: 5px;
}
.loginBox dl input.error {
    border: 1px solid #ff3766;
    background: #F5E4CE;
}
/* --form add-- */
.loginBox .inputWrap {
    text-align: left;
    display: inline-block;
    position: relative;
}
.loginBox .placeholder {
    position: absolute;
    top: 13px;
    left: 20px;
    text-align: left;
    color: #909090;
    overflow: hidden;
    z-index: 99;
}
/* --shelterBox-- */
#shelter .w100 {
    width: 100%;
}
#shelter h2 {
    color: #4399e2;
    font-size: 27px;
    margin: 40px 0 30px;
    text-align: center;
    font-family: 'EB Garamond', serif;
    line-height: 1;
}
#shelter h2:first-letter {
    font-size: 36px;
}
#shelter .top {
    border-bottom: 1px solid #3e3e3e;
    overflow: hidden;
    padding-bottom: 15px;
    margin-bottom: 40px;
}
#shelter .top .userId {
    width: 500px;
    float: left;
    font-size: 18px;
    word-wrap: break-word;
}
#shelter .top .logout {
    float: right;
}
#shelter .top .logout a {
    display: block;
    background: rgb(57,124,181);
    background: -moz-linear-gradient(top, rgba(57,124,181,1) 0%, rgba(0,80,148,1) 100%);
    background: -webkit-linear-gradient(top, rgba(57,124,181,1) 0%, rgba(0,80,148,1) 100%);
    background: linear-gradient(to bottom, rgba(57,124,181,1) 0%, rgba(0,80,148,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#397cb5', endColorstr='#005094', GradientType=0 );
    padding: 8px 0;
    font-size: 13px;
    width: 100px;
    float: left;
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
}
.shelterBoxWrap {
    overflow: hidden;
}
.shelterBox1, .shelterBox2 {
    margin-bottom: 50px;
    width: 48%;
    float: left;
}
.shelterBox1.first, .shelterBox2.first {
    margin-right: 4%;
}
.shelterBox1 dl {
    display: table;
    width: 100%;
    border-bottom: 1px solid #3e3e3e;
    padding: 13px 0;
}
.shelterBox1 dl.first {
    padding-top: 0;
}
.shelterBox1 dt {
    display: table-cell;
    font-size: 14px;
    width: 67%;
    padding-right: 2%;
    vertical-align: middle;
}
.shelterBox1 dd {
    display: table-cell;
    width: 31%;
    vertical-align: middle;
    text-align: center;
}
.shelterBox1 dd a {
    display: block;
    background: url(../images/shelter/arrow.png) no-repeat 10px 50%;
    background-size: 7px;
    background-color: #333333;
    border: 1px solid #fff;
    padding: 8px 0 8px 12px;
    font-size: 13px;
}
.shelterBox2 dl {
    border-bottom: 1px solid #3e3e3e;
    padding: 13px 0;
}
.shelterBox2 dl.first {
    padding-top: 0;
}
.shelterBox2 dt {
    margin-bottom: 15px;
}
.shelterBox2 dd {
    overflow: hidden;
}
.shelterBox2 dd a {
    display: block;
    background: rgb(57,124,181);
    background: -moz-linear-gradient(top, rgba(57,124,181,1) 0%, rgba(0,80,148,1) 100%);
    background: -webkit-linear-gradient(top, rgba(57,124,181,1) 0%, rgba(0,80,148,1) 100%);
    background: linear-gradient(to bottom, rgba(57,124,181,1) 0%, rgba(0,80,148,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#397cb5', endColorstr='#005094', GradientType=0 );
    padding: 8px 0;
    font-size: 13px;
    width: 48%;
    float: left;
    text-align: center;
    box-sizing: border-box;
}
.shelterBox2 dd a:first-child {
    margin-right: 4%;
}
.shelterBox2 dd a span {
    background: url(../images/shelter/d-ico.png) no-repeat 100% 0;
    background-size: 12px;
    padding-right: 15px;
}
/*#campaign
------------------------------------------------------------------------------------------ */
#campaign .campaignTxt .midashi {
    font-size: 18px;
    margin-bottom: 20px;
    background: url(../images/app/line.gif) no-repeat 0 50%;
    color: #4399e2;
    padding: 0 0 0 20px;
}
#campaign .campaignTxt p {
    margin-bottom: 30px;
    line-height: 26px;
}
#campaign .campaignTxt .note {
    font-size: 16px;
}
#campaign h1 {
    background-image: url(../images/common/bg-logo.png), url(../images/campaign/bg-campaign.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: auto, cover;
}
#campaign h2 {
    font-size: 28px;
    margin: 0 0 30px;
    font-weight: bold;
}
#campaign .loginBox {
    padding: 45px 100px 55px 100px;
    margin-bottom: 55px;
}
#campaign .loginBox dl dt {
    width: 325px;
}
#campaign .loginBox h2 {
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding-bottom: 8px;
    text-align: center;
    margin: 0 auto 40px;
    width: 780px;
}
#campaign .loginBox .errorTxt {
    padding-left: 240px;
}
#campaign .readBtn {
    margin: 40px auto 40px;
    width: 300px;
}
#campaign .readBtn a {
    display: block;
    color: #FFF;
    text-align: center;
    padding: 8px 0;
    font-size: 14px;
    border: 1px solid #FFF;
    background: url(../images/home/arrow-r.png) no-repeat 10px 50%;
}
#campaign .loginBtn {
    margin: 40px 0 0 0;
}
#campaign .loginBtn input {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#campaign .loginBox .thanksMsg p {
    text-align: center;
}
#campaign .floatR {
    float: right;
    margin: -56px 0 0 20px;
}
#campaign .campaignNote {
    color: #ff3766;
    text-align: center;
    margin: 0 auto 20px;
    width: 780px;
}
#campaign .cpNote {
    font-size: 12px;
}
#campaign a {
    color: #77bbf5;
    text-decoration: underline;
}
#campaign .privacyNote {
    font-size: 14px;
    text-align: center;
    margin: 10px 0 0 0;
}
#news .floatR {
    float: right;
    margin: -56px 0 0 20px;
}
#news .floatL {
    float: left;
}
.w460 {
    width: 460px;
}
.w500 {
    width: 500px;
}
.w700 {
    width: 700px;
}
.w100p {
    width: 100%;
}
/*#policy
------------------------------------------------------------------------------------------ */
#policy h1 {
    background-image: url(../images/common/bg-logo.png), url(../images/policy/bg-policy.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: auto, cover;
}
#policy h2 {
    color: #fff;
    font-size: 24px;
    margin: 40px 0 20px;
}
#policy h2:first-child {
    margin-top: 0;
}
#policy p {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 30px;
}
/*#contact
------------------------------------------------------------------------------------------ */
#contact h1 {
    background-image: url(../images/common/bg-logo.png), url(../images/contact/bg-contact.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: auto, cover;
    height: 75px;
    line-height: 1.2;
}
#contact .contactArea {
    width: 745px;
    margin: auto;
}
#contact .contactArea .notes {
    margin: 0 0 35px;
}
#contact .contactArea .notes .midashi {
    font-size: 24px;
    margin-bottom: 10px;
}
#contact .loginBox {
    padding: 45px 75px 55px 75px;
}
#contact .loginBox h2 {
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding-bottom: 8px;
    text-align: center;
    font-size: 24px;
    margin: 0 0 30px;
}
#contact .loginBox dl textarea {
    width: 370px;
    height: 140px;
    border: 1px solid #989898;
    padding: 10px 20px;
    font-size: 13px;
}
#contact .loginBtn {
    margin: 40px 0 0 0;
}
#contact .loginBtn input {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#contact a {
    color: #77bbf5;
    text-decoration: underline;
}
/*#goods
------------------------------------------------------------------------------------------ */
#goods h1 {
    background-image: url(../images/common/bg-logo.png), url(../images/goods/bg-goods.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: auto, cover;
}
#goods.disc h1 {
    background-image: url(../images/common/bg-logo.png), url(../images/disc/bg-disc.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: auto, cover;
}
#goods h1 span {
    font-size: 50px;
}
#goods .sectIn {
    width: 745px;
    margin: auto;
}
#goods .sectIn p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 40px;
}
.goodsArea h2 {
    color: #4399e2;
    font-size: 19px;
    margin-bottom: 10px;
}
.goodsList {
    margin-bottom: 55px;
}
.goodsList li {
    margin-bottom: 5px;
    background: url("../images/common/ico_dot_b.png") no-repeat scroll 8px 9px;
    padding-left: 20px;
    -webkit-background-size: 3px;
    background-size: 3px;
    font-size: 15px;
}
.goodsList li span {
    color: #7e7e7e;
    font-size: 14px;
}
.txtLb {
    color: #07cdff !important;
}
.goodsTabBtn {
    border-bottom: 1px solid #fff;
    padding: 0 92px;
    margin-bottom: 40px;
    font-size: 0;
}
.goodsTabBtn li {
    display: inline-block;
    width: 258px;
    border: 1px solid #979797;
    border-bottom: none;
    margin: 0 10px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #979797;
    font-size: 14px;
    background: url("../images/goods/arrow-g.png") no-repeat scroll 24px 50%;
}
.goodsTabBtn li:first-letter {
    font-size: 20px;
}
.goodsTabBtn .selected {
    border: 1px solid #fff;
    border-bottom: none;
    color: #fff;
    background: url("../images/goods/arrow-b.png") no-repeat scroll 24px 50%;
    position: relative;
}
.goodsTabBtn .selected:after {
    background-color: #011B22;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 258px;
    z-index: 99;
    top: 60px;
}
#goods .goodsItem {
    overflow: hidden;
    padding: 25px 25px 40px;
    border-bottom: 1px solid #656565;
}
#goods .goodsItem img {
    float: left;
    width: 200px;
    margin-right: 35px;
}
#goods .goodsItem div {
    float: left;
    width: 460px;
}
#goods .goodsItem div h2 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
}
#goods .goodsItem div p {
    font-size: 14px;
    margin-bottom: 5px;
}
#goods .goodsItem div .price {
    font-size: 16px;
    margin-bottom: 5px;
}
#goods .goodsItem div .releaseDate {
    font-size: 16px;
    color: #4399e2;
    margin-bottom: 10px;
}
#goods .goodsItem div .btn {
    color: #656565;
    font-size: 16px;
    display: block;
    border: 1px solid #656565;
    padding: 5px;
    background: url("../images/goods/arrow-btn.png") no-repeat scroll 10px 50%;
    width: 168px;
    text-align: center;
    float: right;
    margin-top: 10px;
}
#goods .btn.wide {
    width: 220px;
    background: url(../images/goods/arrow-btn_bk.png) no-repeat scroll 10px 50%;
    background-color: #fff;
    display: block;
    font-size: 16px;
    margin-top: 10px;
    padding: 5px;
    text-align: center;
    margin-bottom: 20px;
    color: #000;
}
#goods .goodsItem div .active {
    background: url("../images/home/arrow-r.png") no-repeat scroll 10px 50%;
    border: 1px solid #fff;
    color: #FFF;
}
#goods .sectIn .goodsNote {
    border-top: 1px solid #656565;
    margin-top: 25px;
    padding-top: 25px;
}
#goods .sectIn .goodsNote2 {
    border-bottom: 1px solid #656565;
    margin-top: 25px;
    padding-bottom: 25px;
}
#goods .sectIn .discName {
    font-size: 16px;
}
#goods .sectIn .discName .sizeM {
    font-size: 32px;
}
#goods .sectIn .discName .sizeL {
    font-size: 32px;
}
#goods .goodsDisc {
    padding: 25px 0;
}
#goods .goodsDisc img {
    width: 350px;
}
#goods .goodsDisc div {
    width: 360px;
}
/*20160609 add*/
#goods .goodsItem .slider {
    float: left;
    margin-right: 35px;
    width: 200px;
    position: relative;
}
#goods .goodsItem .slider div {
    width: 200px;
    overflow: hidden;
}
#goods .goodsItem .slider img {
    margin-right: 0;
}
/*20160803 add*/
#goods .goodsDisc .itemLeft {
    margin-right: 35px;
    width: 350px;
}
#goods .goodsDisc .editionBox {
    margin-top: 30px;
    border: 1px solid #4c4f49;
    box-sizing: border-box;
    width: 350px;
    padding: 30px;
}
#goods .goodsDisc .editionBox img {
    width: auto;
    margin-bottom: 15px;
}
#goods .goodsDisc .editionBox h3 {
    font-size: 16px;
    color: #ab9d04;
    margin-bottom: 10px;
}
#goods .goodsDisc .editionBox ol {
    margin-bottom: 35px;
}
#goods .goodsDisc .editionBox li {
    font-size: 13px;
    text-indent: -12px;
    padding-left: 12px;/*	list-style:disc;
	list-style-position:inside;
	*/
}
#goods .goodsDisc .editionBox p {
    font-size: 13px;
}
#goods .btnWrap {
    overflow: hidden;
    margin-top: 40px;
}
#goods .btnWrap h2 {
    padding-top: 2px;
    padding-right: 20px;
    float: left;
}
#goods .btnWrap .btnBlue {
    background: #005094 url(../images/home/arrow-r.png) no-repeat scroll 10px 50%;
    display: block;
    width: 232px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    float: left;
}
.goodsItem .slick-dots li {
    margin: 0;
    width: 15px;
}
/* 160824 novel add */
#novel .episode.summary .box {
    width: 680px;
}
#novel .episode.summary .summaryBox {
    width: 590px;
    margin-top: 20px;
}
#novel .episode.summary .summaryTtl {
    margin-bottom: 20px;
}
#novel .episode.summary .summaryTxt {
    background-color: #222;
    padding: 15px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 1.7;
}
#novel .episode.summary .txtapp {
    margin-top: 23px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* 161226 add */
/*#voicedrama
------------------------------------------------------------------------------------------ */
#voicedrama h1 {
    background-image: url(../images/common/bg-logo.png), url(../images/voicedrama/bg-voicedrama.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: auto, cover;
}
#voicedrama h1 span {
    font-size: 50px;
}
#voicedrama .bookArea {
    overflow: hidden;
    padding: 0 0 50px 0;
    width: 922px;
    margin: auto;
}
#voicedrama .bookArea .img {
    float: left;
    overflow: hidden;
    width: 492px;
}
#voicedrama .bookArea .img img {
    width: 100%;
    height: auto;
}
#voicedrama .bookArea .box {
    float: left;
    margin-left: 40px;
    width: 390px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#voicedrama .bookArea .box h2 {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 1;
}
#voicedrama .bookArea .box span {
    display: block;
    font-size: 12px;
    margin-top: 20px;
}
#voicedrama .monthly {
    clear: both;
    border-top: 1px solid #555555;
    padding-top: 30px;
}
#voicedrama .monthlyTxt {
    text-align: center;
    margin-bottom: 50px;
}
#voicedrama .monthlyItem {
    width: 313px;
    margin: 0 20px 50px 0;
    overflow: hidden;
    float: left;
}
#voicedrama .monthlyItem img {
    width: 160px;
    float: left;
}
#voicedrama .monthlyItem .box {
    margin-left: 18px;
    width: 135px;
    float: left;
}
#voicedrama .monthlyItem .box .day {
    color: #9f9f9f;
    font-size: 16px;
    margin-bottom: 10px;
}
#voicedrama .monthlyItem .box .title {
    font-size: 16px;
}
#voicedrama .episode {
    width: 100%;
    position: relative;
    padding-top: 50px;
    border-top: 1px solid #4d4d4d;
}
#voicedrama .episode .ytWrap {
    width: 764px;
    float: left;
}
#voicedrama .episode .box {
    width: 180px;
    margin-left: 36px;
}
#voicedrama .episode .note {
    border-top: 1px solid #005094;
    padding-top: 25px;
    margin-top: 25px;
    font-size: 12px;
}
#imgBox_container {
    text-align: center;
    border-bottom: none;
}
.imgBox_news {
    display: inline-block;
}
#news .ytWrap {
    border: none !important;
}
/* 170209 add */
#goods .sectIn .goodsTxt {
    font-size: 16px;
}
#goods .sectIn .goodsTxt span {
    color: #9f9f9f;
}
#goods .goodsItem h2 img {
    float: none;
    width: auto;
    margin: 7px 0 0 10px;
}
/* 170407 add */
.episodeMovie {
    width: 100%;
    padding-bottom: 50px;
    border-bottom: 1px solid #4d4d4d;
    position: relative;
}
.episodeMovie .titleWrap {
    margin-bottom: 5px;
    padding-top: 50px;
}
.episodeMovie .titleWrap span {
    display: inline-block;
    font-size: 20px;
    margin-right: 20px;
}
.episodeMovie .titleWrap .num {
    font-size: 24px;
    font-family: "EB Garamond", serif;
}
.episodeMovie .titleWrap .day {
    font-size: 14px;
    display: block;
    color: #7e7e7e;
}
.episodeMovie .ytWrap {
    margin-top: 10px;
}
.episodeMovie .ytWrap iframe {
    width: 980px !important;
    height: 551px !important;
}
.episodeMovie .btn {
    position: absolute;
    top: 50px;
    right: 0;
}
.episodeMovie .btn a {
    background: rgba(0, 0, 0, 0) url("../images/home/arrow-r.png") no-repeat scroll 10px 50%;
    border: 1px solid #fff;
    color: #fff;
    display: block;
    font-family: "EB Garamond", serif;
    font-size: 16px;
    padding: 6px 6px 6px 20px;
    text-align: center;
}
.movieTabBtn {
    border-bottom: 1px solid #fff;
    padding: 0 210px;
    margin-bottom: 40px;
    font-size: 0;
}
.movieTabBtn li {
    display: inline-block;
    border: 1px solid #979797;
    border-bottom: none;
    margin: 0 10px;
}
.movieTabBtn li a {
    display: block;
    width: 258px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    font-family: "EB Garamond", serif;
    text-align: center;
    color: #979797;
    background: url("../images/goods/arrow-g.png") no-repeat scroll 24px 50%;
}
.movieTabBtn .selected {
    border: 1px solid #fff;
    border-bottom: none;
    position: relative;
}
.movieTabBtn .selected a {
    color: #fff;
    background: url("../images/goods/arrow-b.png") no-repeat scroll 24px 50%;
}
.movieTabBtn .selected:after {
    background-color: #011B22;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 258px;
    z-index: 99;
    top: 60px;
}
#music .goodsTabBtn {
    padding: 0 210px;
}
#music .goodsTabBtn li {
    font-size: 24px;
    font-family: "EB Garamond", serif;
}
#music .goodsTabBtn li::first-letter {
    font-size: 24px;
}
/* 170721 add */
/*#faq
------------------------------------------------------------------------------------------ */
#faq h1 {
    background-image: url(../images/common/bg-logo.png), url(../images/faq/bg-faq.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: auto, cover;
}
#faq .faqList {
    text-align: left;
    padding: 20px 3% 0;
}
#faq .faqList li a {
    padding: 10px;
    background: url(../images/faq/arrow-r.png) no-repeat 0 50%;
    background-size: 5px auto;
    color: #FFFFFF;
    display: block;
}
#faq .faq {
    padding: 40px 3% 0;
    text-align: left;
}
#faq .faq a {
    color: #fff;
    text-decoration: underline;
    font-size: 12px;
}
#faq .faq .midashi {
    padding: 0;
    font-size: 16px;
    margin-bottom: 8px;
}
#faq .faq dl {
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
    border-top: 1px solid #808080;
}
#faq .faq dt {
    background: url(../images/faq/arrow-b.png) no-repeat right 10px top 50%;
    background-size: 12px;
    padding: 10px 30px 10px 10px;
    border-bottom: 1px solid #808080;
}
#faq .faq dt.open {
    background: #2e2e2e url(../images/faq/arrow-t.png) no-repeat right 10px top 50%;
    background-size: 12px;
    border-bottom: none;
}
#faq .faq dd {
    display: none;
    background-color: #2e2e2e;
    padding: 10px;
    font-size: 12px;
    line-height: 2;
    border-bottom: 1px solid #808080;
}
/*.shelterVer2
------------------------------------------------------------------------------------------ */
#shelter .shelterVer2 h1 {
    margin-bottom: 80px;
}
#shelter .shelterVer2 .blockWrap h2 {
    text-align: center;
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    font-family: "EB Garamond", serif;
    padding: 80px 0;
    margin: 75px 0 50px;
}
#shelter .shelterVer2 .blockWrap h2::first-letter {
    font-size: 48px;
}
#shelter .shelterVer2 .blockWrap h2 span {
    font-size: 48px;
}
#shelter .shelterVer2 .blockWrap h2.bg01 {
    background-image: url(../images/shelter/bg01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#shelter .shelterVer2 .blockWrap h2.bg02 {
    background-image: url(../images/shelter/bg02.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#shelter .shelterVer2 .blockWrap h2.bg03 {
    background-image: url(../images/shelter/bg03.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#shelter .shelterVer2 .blockWrap h2.bg04 {
    background-image: url(../images/shelter/bg04.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#shelter .shelterVer2 .blockWrap h2.bg05 {
    background-image: url(../images/shelter/bg05.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#shelter .shelterVer2 .blockWrap h2.bg05::first-letter {
    font-size: 34px;
}
#shelter .shelterVer2 .block {
    width: 980px;
    margin: auto;
    overflow: hidden;
}
#shelter .shelterVer2 .top .logout a {
    background: #1e66e6;
}
#shelter .shelterVer2 .linkBtn {
    letter-spacing: -.4em;
    margin-bottom: 30px;
}
#shelter .shelterVer2 .linkBtn a {
    letter-spacing: normal;
    display: inline-block;
    width: 228px;
    padding: 10px 0;
    text-align: center;
    border: 1px solid #fff;
    background: url(../images/shelter/arrow-b.png) no-repeat right 10px top 50%;
    margin-right: 20px;
}
#shelter .shelterVer2 .atLink {
    text-align: center;
}
#shelter .shelterVer2 .ListM {
    float: left;
    width: 230px;
    margin-right: 20px;
    margin-bottom: 40px;
}
#shelter .shelterVer2 .ListM:nth-child(4n) {
    margin-right: 0;
}
#shelter .shelterVer2 .ListM dt {
    font-size: 13px;
    margin-bottom: 10px;
}
#shelter .shelterVer2 .ListM dd .lyrics {
    position: relative;
    margin-bottom: 20px;
}
#shelter .shelterVer2 .ListM dd .lyrics img {
    width: 230px;
}
#shelter .shelterVer2 .ListM dd .inline {
    position: absolute;
    right: 10px;
    bottom: 10px;
    border: none;
    background: none;
}
.lyricsIn {
    width: 660px;
    margin-bottom: 75px;
}
.lyricsIn .ttl {
    font-size: 32px;
    margin-bottom: 30px;
}
.lyricsIn p {
    font-size: 15px;
}
#shelter .shelterVer2 .ListM dd .inline img {
    width: auto;
    margin: 0;
}
#shelter .shelterVer2 .ListM dd .btn a {
    letter-spacing: normal;
    display: inline-block;
    width: 98px;
    padding: 5px 0 5px 10px;
    text-align: center;
    border: 1px solid #fff;
    background: url(../images/shelter/d-ico_s.png) no-repeat 8px 50%;
    margin-right: 10px;
}
#shelter .shelterVer2 .ListN {
    float: left;
    width: 310px;
    margin-right: 25px;
    margin-bottom: 40px;
    overflow: hidden;
}
#shelter .shelterVer2 .ListN:nth-child(3n) {
    margin-right: 0;
}
#shelter .shelterVer2 .ListN dt {
    float: left;
}
#shelter .shelterVer2 .ListN dt img {
    width: 150px;
}
#shelter .shelterVer2 .ListN dd {
    margin-left: 20px;
    width: 140px;
    float: left;
}
#shelter .shelterVer2 .ListN dd p {
    margin-bottom: 20px;
}
#shelter .shelterVer2 .ListN dd a {
    letter-spacing: normal;
    display: block;
    padding: 5px 0 5px 10px;
    text-align: center;
    border: 1px solid #fff;
    background: url(../images/shelter/d-ico_s.png) no-repeat 8px 50%;
    font-size: 13px;
    margin-bottom: 10px;
}
#shelter .shelterVer2 .ListC {
    float: left;
    width: 450px;
    margin-right: 80px;
    margin-bottom: 40px;
    overflow: hidden;
}
#shelter .shelterVer2 .ListC:nth-child(2n) {
    margin-right: 0;
}
#shelter .shelterVer2 .ListC dt {
    float: left;
}
#shelter .shelterVer2 .ListC dt img {
    width: 260px;
}
#shelter .shelterVer2 .ListC dd {
    margin-left: 25px;
    width: 145px;
    float: left;
}
#shelter .shelterVer2 .ListC dd p {
    margin-bottom: 20px;
}
#shelter .shelterVer2 .ListC dd a {
    letter-spacing: normal;
    display: block;
    padding: 5px 0 5px 10px;
    text-align: center;
    border: 1px solid #fff;
    background: url(../images/shelter/arrow.png) no-repeat 8px 50%;
    background-size: 6px;
    font-size: 13px;
    margin-bottom: 10px;
}
#shelter .shelterVer2 #shelterAttention {
    background-color: #000;
}
#shelter .shelterVer2 .ListT {
    width: 720px;
    margin: auto;
    padding-bottom: 20px;
    list-style-type: disc;
}
#shelter .shelterVer2 .ListT li {
    color: #fff;
    margin-bottom: 25px;
    line-height: 1.7;
}
#shelter .shelterVer2 .chara {
    width: 960px;
    display: block;
    margin: auto;
}
/* 170721 add */
#app .infoArea {
    margin: 0 0 30px 22px;
    border: 1px solid #4399e2;
    padding: 15px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#app .infoArea p {
    margin-left: 0 !important;
}
#app .infoArea .ttl {
    font-size: 16px;
    font-weight: bold;
    color: #4399e2;
    margin-bottom: 10px;
}
#app .infoArea p a {
    color: #fff;
    text-decoration: underline;
}
/* 170803 add */
#shelter .shelterArea .notes2 {
    border: 1px solid #4399e2;
    padding: 15px;
    margin-bottom: 20px;
    margin-top: 10px;
}
#shelter .shelterArea .notes2 .midashi {
    font-size: 16px;
    color: #4399e2;
    margin-bottom: 10px;
}
#shelter .shelterVer2 #shelterAttention .shelterAttentionIn {
    width: 980px;
    margin: auto;
    padding-bottom: 50px;
}
#shelter .shelterVer2 #shelterAttention .shelterAttentionIn .notes2 {
    border: 1px solid #4399e2;
    padding: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
}
#shelter .shelterVer2 #shelterAttention .shelterAttentionIn .midashi {
    font-size: 16px;
    color: #4399e2;
    margin-bottom: 10px;
}
#shelter .shelterVer2 #shelterAttention .shelterAttentionIn p {
    margin-bottom: 15px;
}
#shelter .shelterVer2 #shelterAttention .shelterAttentionIn h3 {
    font-size: 30px;
    margin-bottom: 50px;
    margin-top: 60px;
    text-align: center;
    font-weight: bold;
}
#shelter .shelterVer2 #shelterAttention .shelterAttentionIn a {
    color: #fff;
}
#shelter .shelterVer2 .btnL a {
    width: 218px !important;
    margin-right: 0 !important;
}
#faq .shelterAttentionIn .midashi {
    font-size: 14px;
    color: #4399e2;
    margin-bottom: 0px;
}
#faq .shelterAttentionIn p {
    margin-bottom: 10px;
}
#faq .shelterAttentionIn h2 {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: bold;
}
#faq .shelterAttentionIn a {
    color: #fff;
}    
/* 170818 add */    
#novel .novelEpisode {
    border-top: 1px solid #555555;
    overflow: hidden;
}
#novel .novelEpisode .episode {
    width: 50%;
    border-top: none;
    float: left;
}
#novel .novelEpisode .episode .box {
    width: 230px;
    margin-left: 0;
}
#novel .novelEpisode.last .episode {
    width: 100%;
}
#novel .novelEpisode.last .episode .box {
    width: 720px;
}
}

/* --------------------------------------------- sp --------------------------------------------- */
@media screen and (max-width: 768px) {
body {
    -webkit-text-size-adjust: 100%;
    background: #000;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 14px;
    min-width: 320px;
    color: #fff;
    line-height: 1.5;
}
body img {
    max-width: 100%;
}
.forPC {
    display: none !important;
}
.sp_pT0 {
    padding-top: 0 !important;
}
.sp_mT0 {
    margin-top: 0 !important;
}
.sp_mT40 {
    margin-top: 40px !important;
}
.commonBtn {
    display: block;
    color: #FFF;
    text-align: center;
    padding: 8px 0;
    font-size: 16px;
    border: 1px solid #FFF;
    background: url(../images/home/arrow-r.png) no-repeat 10px 50%;
    margin-top: 10px;
    text-decoration: none;
}
h1 {
    color: #FFF;
    font-size: 25px;
    padding: 90px 0 40px;
    text-align: center;
    font-family: 'EB Garamond', serif;
    line-height: 1;
}
h1:first-letter, #goods h1 span, #voicedrama h1 span {
    font-size: 34px;
}
.commonH2 {
    color: #7e7e7e;
    font-size: 22px;
    font-family: "EB Garamond", serif;
    line-height: 1;
    margin-bottom: 20px;
}
.commonH2:first-letter {
    font-size: 30px;
}
.sect {
    padding: 20px 4%;
}
.sectIn {
    margin: 0 0 40px;
}
/* --------------- header --------------- */
header {
    position: fixed;
    height: 60px;
    border-bottom: 1px solid #232323;
    width: 100%;
    background-color: #000;
    z-index: 999;
}
.headLogo {
    text-align: center;
    height: 60px
}
.headLogo img {
    width: 94px;
    height: auto;
    padding-top: 16px;
}
.spMenuBtn {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    padding: 15px 12px;
}
.spMenuBtn img {
    width: 26px;
    height: auto;
}
.menuWrap {
    display: none;
    position: absolute;
    top: 61px;
    left: 0;
    width: 100%;
    z-index: 999;
}
.menuWrap .menu li a {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: #000;
    font-size: 15px;
    font-family: 'EB Garamond', serif;
    padding: 7px 0 9px;
    border-bottom: 1px solid #232323;
}
.menuWrap .menu li a:first-letter, .menuWrap .menu li a span {
    font-size: 20px;
}
/* --------------- footer --------------- */
footer {
    color: #fff;
    font-size: 10px;
    text-align: center;
    margin-top: 30px;
}
footer .pagetop {
    background: url(../sp/images/home/pagetop.jpg) no-repeat 0 0;
    -webkit-background-size: 35px;
    background-size: 35px;
    width: 35px;
    height: 35px;
    display: block;
    position: fixed;
    right: 10px;
    bottom: 10px;
    text-indent: -9999px;
}
footer .midashi {
    background-color: #005094;
    padding: 10px;
    text-align: center;
    font-size: 17px;
    font-family: "EB Garamond", serif;
    margin: 20px 0;
}
footer .midashi span {
    font-size: 14px;
}
footer .note {
    margin: 0 4%;
}
footer .copyright {
    margin: 15px 4% 20px;
    text-align: center;
}
footer .copyright img {
    width: 200px;
}
footer .sns ul {
    margin-bottom: 20px;
}
footer .sns ul li {
    display: inline-block;
    padding: 0 10px;
}
footer .sns ul li img {
    width: 45px;
    height: auto;
}
.footerLink {
    margin-top: 20px;
}
.footerLink ul li {
    display: inline-block;
    line-height: 1;
    margin-right: 10px;
    margin-bottom: 5px;
}
.footerLink ul li:not(:last-of-type) {
    border-right: 1px solid #CCCCCC;
}
.footerLink ul li:last-child{
    margin-right: 0;
}
.footerLink ul li:last-child a{
    margin-right: 0;
}
.footerLink ul li a {
    font-size: 12px;
    margin-right: 10px;
}
.footerLink ul li a:hover{
    text-decoration: underline;
}    
/*#project
------------------------------------------------------------------------------------------ */
#project .txt1 {
    margin: 0 auto 20px;
    width: 90%;
    text-align: center;
}
#project .info p {
    margin: 20px 4% 50px;
}
#project .imageArea {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 206% 0 0;
    margin-bottom: 50px;
}
#project .imageArea .imageAreaIn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#project .imageArea .img2 {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
}
#project .imageArea .img3 {
    position: absolute;
    width: 48%;
    height: auto;
    top: 22.7%;
    right: 0;
}
#project .imageArea .img4 {
    position: absolute;
    width: 63%;
    height: auto;
    top: 50.3%;
    right: 2.6%;
}
#project .imageArea .img5 {
    position: absolute;
    width: 38%;
    height: auto;
    top: 35.1%;
    left: 0;
}
#project .imageArea .img6 {
    position: absolute;
    width: 87%;
    height: auto;
    bottom: 0;
    right: 0;
}
#project .imageArea .read {
    position: absolute;
    width: 19%;
    height: auto;
    top: 29.2%;
    left: 40.4%;
}
#project .youtubeWrap {
    position: relative;
}
#project .music .youtube {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
#project .music .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#project .music .musicChatch {
    width: 57%;
    height: auto;
    margin: 20px 0 15px 0;
}
#project .ytInfo {
    overflow: hidden;
    margin-top: 10px;
}
#project .ytInfo a:first-child {
    margin-left: 0;
}
#project .ytInfo a {
    float: left;
    color: #FFF;
    text-align: center;
    width: 49%;
    font-size: 13px;
    border: 1px solid #FFF;
    margin-left: 2%;
    box-sizing: border-box;
    padding: 8px 0;
    background: url(../images/home/arrow-r.png) no-repeat 10px 50%;
    font-family: 'EB Garamond', serif;
}
#project .book .bookImg {
    margin-bottom: 20px;
    text-align: center;
}
#project .book .bookImg img {
    width: 37%;
}
#project .book .box .episodeTitle {
    color: #FFF;
    font-size: 17px;
    margin-bottom: 20px;
    font-family: "EB Garamond", serif;
    text-align: center;
}
#project .book .readBtn {
    margin-top: 20px;
}
#project .book .readBtn a {
    display: block;
    color: #FFF;
    text-align: center;
    padding: 8px 0;
    font-size: 16px;
    border: 1px solid #FFF;
    background: url(../images/home/arrow-r.png) no-repeat 10px 50%;
    font-family: 'EB Garamond', serif;
}
#project .app .appImg {
    display: none;
}
#project .app .box .store {
    text-align: center;
    margin-top: 20px;
}
#project .app .box .store img {
    width: 35.6%;
}
#project .app .box .store a:first-child img {
    padding-right: 5.6%;
}
#project .app .readBtn {
    margin-top: 20px;
}
#project .app .readBtn a {
    display: block;
    color: #FFF;
    text-align: center;
    padding: 8px 0;
    font-size: 16px;
    border: 1px solid #FFF;
    background: url(../images/home/arrow-r.png) no-repeat 10px 50%;
    font-family: 'EB Garamond', serif;
}
#project .txt2 {
    text-align: center;
}
#project .txt2 .last {
    width: 51%;
    padding-top: 45px;
}
/*#app
------------------------------------------------------------------------------------------ */
#app .block1 {
    margin: 0 4% 50px;
}
#app .block1 .haishin {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}
#app .block1 .block1Img {
    display: none;
}
#app .block1 .box .store {
    text-align: center;
    margin: 20px 8% 0;
}
#app .block1 .box .store img {
    width: 46%;
}
#app .block1 .box .store a:first-child img {
    padding-right: 8%;
}
#app .block1 .txtGray {
    color: #ccc;
}
#app .block2 {
    margin-bottom: 60px;
}
#app .block2 .inner1 {
    background: url(../images/app/bg-middle.jpg) no-repeat center center;
    background-size: cover;
}
#app .block2 .inner1 div {
    padding: 45px 0 75px 0;
    margin: 0 4%;
}
#app .block2 .inner1 img {
    margin-bottom: 25px;
    width: 54%;
}
#app .block2 .inner2 {
    margin: 0 auto 0;
}
#app .block2 .inner2 div span {
    padding-top: 12px;
    display: block;
    font-size: 12px;
}
/*#movie
------------------------------------------------------------------------------------------ */
.episode {
    border-bottom: 1px solid #4d4d4d;
    overflow: hidden;
    padding: 20px 4%;
}
.episode:first-child {
    padding-top: 0;
}
.episode .img {
    width: 100%;
}
.episode .img img {
    width: 100%;
    height: auto;
}
.episode .box {
    width: 100%;
    margin-top: 10px;
}
.episode .box .num {
    color: #fff;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 5px;
    font-family: "EB Garamond", serif;
}
.episode .box .title {
    color: #fff;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    text-align: left;
}
.episode .box .title span {
    display: block;
    font-size: 12px;
    margin-top: 6px;
}
.episode .box .btn {
    display: none;
}
#movie .episode .ytWrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
#movie .episode .ytWrapT {
    padding-bottom: 100%;
    margin-bottom: 20px;
}
#movie .episode .ytWrap iframe, #movie .episode .ytWrapT iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#movie .episode .note {
    padding-top: 10px;
}
.newMVlink {
    margin: 0 4% 20px;
    font-size: 14px;
}
.newMVlink a {
    display: block;
    color: #FFF;
    text-align: center;
    padding: 8px 0;
    font-size: 16px;
    border: 1px solid #FFF;
    background: url(../images/home/arrow-b.png) no-repeat 10px 50%;
    text-decoration: none;
}
/*#comic
------------------------------------------------------------------------------------------ */
#comic .comicArea {
    border-bottom: 1px solid #4d4d4d;
    overflow: hidden;
    padding: 20px 4%;
}
#comic .comicArea:first-child {
    padding-top: 0;
}
#comic .comicArea:last-child {
    border-bottom: none;
}
#comic .comicArea .img {
    float: left;
    overflow: hidden;
    width: 35%;
}
#comic .comicArea.img img {
    width: 100%;
    height: auto;
}
#comic .comicArea .img2 {
    float: left;
    overflow: hidden;
    width: 35%;
}
#comic .comicArea.img2 img {
    width: 100%;
    height: auto;
}
#comic .comicArea .midashi {
    margin-bottom: 10px;
}
#comic .comicArea .box {
    float: left;
    margin-left: 3%;
    margin-top: 0;
    width: 62%;
}
#comic .comicArea .box h2 {
    font-size: 12px;
    margin-bottom: 5px;
}
#comic .comicArea .box h2 span {
    font-size: 18px;
}
#comic .comicArea .box p {
    font-size: 12px;
}
#comic .comicArea .btn {
    padding-top: 20px;
    clear: both;
}
#comic .comicArea .btn a {
    background: url("../images/home/arrow-r.png") no-repeat scroll 10px 50%;
    border: 1px solid #fff;
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 8px 0;
    text-align: center;
}
/* --comico-- */
#comic .episode {
    overflow: hidden;
    margin-bottom: 0;
    width: 92%;
    float: none;
    padding: 20px 4%;
    position: relative;
    background: url(../images/home/arrow-r.png) no-repeat 98% 50%;
}
#comic .episode .spLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#comic .episode .img {
    float: left;
    overflow: hidden;
    width: 35%;
}
#comic .episode .img img {
    width: 100%;
    height: auto;
}
#comic .episode .box {
    float: left;
    margin-left: 3%;
    width: 61%;
    margin-top: 0;
}
#comic .episode h2 {
    color: #FFF;
    font-size: 18px;
    line-height: 1.2;
}
#comic .episode .box .title {
    color: #FFF;
    font-size: 14px;
}
#comic .episode .box .title span {
    display: block;
    font-size: 12px;
}
#comic .bookArea {
    overflow: hidden;
    border-bottom: 1px solid #555555;
    padding: 0 4% 30px;
}
#comic .bookArea .img {
    float: left;
    overflow: hidden;
    width: 35%;
}
#comic .bookArea .img img {
    width: 100%;
    height: auto;
}
#comic .bookArea .box {
    float: left;
    margin-left: 3%;
    width: 62%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#comic .bookArea .box h2 {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 20px;
    margin-bottom: 10px;
}
#comic .bookArea .box p {
    font-size: 12px;
}
#comic .episode .box .btn {
    display: none;
}
/*#music
------------------------------------------------------------------------------------------ */
#music .buyBtn {
    display: none;
}
#music .buyNow {
    display: block;
    color: #fff;
    border: solid 1px #fff;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 0 10px 6px;
    margin-bottom: 10px;
    margin-top: 10px;
    background: #000;
    text-align: center;
}
#music .buyNow:before {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-top: -3px;
    margin-right: 10px;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    vertical-align: middle;
}
#music .buyNow.open:before {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-top: 3px;
    margin-right: 10px;
    border-top: solid 2px #fff;
    border-left: solid 2px #fff;
    border-bottom: none;
    border-right: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    vertical-align: middle;
}
#music .musicLink {
    display: none;
    margin-top: 20px;
    overflow: hidden;
}
#music .musicLink li {
    float: left;
    margin-left: 2%;
    width: 32%;
}
#music .musicLink li:first-child {
    margin-left: 0;
}
#music .musicLink li span {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border: 1px solid #005094;
    font-size: 13px;
    box-sizing: border-box;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#music .musicLink li a {
    color: #FFF;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#music .musicLink.no li span {
    border: 1px solid #828282;
    color: #828282;
}
#music .episode:last-child {
    border-bottom: 1px solid #4d4d4d;
}
#music .monthlyLink {
    margin: 0 4% 20px;
}
#music .monthly {
    clear: both;
    padding-top: 40px;
}
#music .monthlyTtl {
    margin: 20px 4% 30px;
}
#music .monthlyTxt {
    text-align: center;
    margin: 20px 4%;
}
#music .monthlyItem {
    width: 92%;
    margin: 0 4%;
    padding: 20px 0;
    overflow: hidden;
    border-bottom: 1px solid #4d4d4d;
}
#music .monthlyItem img {
    width: 30%;
    float: left;
}
#music .monthlyItem .box {
    margin-left: 4%;
    width: 66%;
    float: left;
}
#music .monthlyItem .box .day {
    color: #9f9f9f;
    font-size: 14px;
    margin-bottom: 5px;
}
#music .monthlyItem .box .title {
    font-size: 16px;
}
/*#novel
------------------------------------------------------------------------------------------ */
#novel .episode {
    overflow: hidden;
    margin-bottom: 0;
    width: 92%;
    float: none;
    padding: 20px 4%;
    position: relative;
    background: url(../images/home/arrow-r.png) no-repeat 98% 50%;
}
#novel .episode .spLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#novel .episode .img {
    float: left;
    overflow: hidden;
    width: 35%;
}
#novel .episode .img img {
    width: 100%;
    height: auto;
}
#novel .episode .box {
    float: left;
    margin-left: 3%;
    width: 61%;
    margin-top: 0;
}
#novel .episode h2 {
    color: #FFF;
    font-size: 18px;
    font-family: "EB Garamond", serif;
    line-height: 1.2;
}
#novel .episode .box .title {
    color: #FFF;
    font-size: 14px;
}
#novel .episode .box .title span {
    display: block;
    font-size: 12px;
}
#novel .bookArea {
    overflow: hidden;
    border-bottom: 1px solid #555555;
    padding: 0 4% 30px;
}
#novel .bookArea .img {
    float: left;
    overflow: hidden;
    width: 35%;
}
#novel .bookArea .img img {
    width: 100%;
    height: auto;
}
#novel .bookArea .box {
    float: left;
    margin-left: 3%;
    width: 62%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#novel .bookArea .box h2 {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 20px;
    margin-bottom: 10px;
}
#novel .bookArea .box p {
    font-size: 12px;
}
#novel .episode .box .btn {
    display: none;
}
#novel .novelContents p {
    color: #FFF;
    margin: 0 3% 50px 3%;
    font-size: 16px;
    line-height: 30px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#novel .novelContents .chapter {
    margin: 60px 3%;
    font-size: 18px;
    text-align: center;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#novel .novelContents .chapter span {
    font-size: 26px;
}
#novel .novelContents .center {
    text-align: center;
}
#novel .novelContents .illust {
    text-align: center;
}
#novel .novelContents .illust img {
    width: 60%;
    height: auto;
}
/*#news
------------------------------------------------------------------------------------------ */
#news .newsList {
    width: 100%;
    margin: 0 auto 30px;
}
#news .newsList li a {
    color: #FFF;
    text-decoration: none;
    display: block;
    padding: 10px 8% 10px 4%;
    overflow: hidden;
    background: url(../images/news/arrow-gray.png) no-repeat 96% 50%;
}
#news .newsList li:nth-child(2n) {
    background-color: rgba(90,90,90,0.51);
}
#news .newsList li a div {
    width: 200px;
    color: #727272;
    display: block;
    float: left;
    font-size: 12px;
}
#news .newsList li a div img {
    vertical-align: text-top;
    padding-left: 6px;
}
#news .newsList li a p {
    width: 100%;
    font-size: 14px;
    float: right;
}
#news .detail {
    width: 100%;
    margin: 0 auto 0;
}
#news .detail h2 {
    font-size: 18px;
    color: #FFF;
    line-height: 26px;
    margin: 15px 4% 0;
}
#news .detail div {
    font-size: 13px;
    color: #727272;
    padding: 20px 4% 20px;
    border-bottom: 1px solid #4d4d4d;
}
#news .detail div img {
    vertical-align: text-top;
    margin-left: 12px;
}
#news .detail p {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    margin: 15px 4% 0;
}
#news .detail h3 {
    background: url(../images/news/blueline.gif) no-repeat 0 10px;
    color: #2d92e7;
    padding: 0 0 0 20px;
    margin: 30px 4% 0;
    font-size: 16px;
}
/* 151027 */
#novel .episode.noBg {
    background-image: none;
}
#novel .episode .new {
    margin: 5px 0 10px 0;
}
.download {
    margin-top: 20px;
}
.download a {
    display: block;
    color: #FFF;
    text-align: center;
    padding: 16px 0;
    font-size: 14px;
    background: #a6007d url(../images/home/arrow-r.png) no-repeat 10px 50%;
}
/* 151105 */
#project .book.comic .bookImg {
    float: left;
    overflow: hidden;
    width: 35%;
}
#project .book.comic .bookImg img {
    width: 100%;
    height: auto;
}
#project .book.comic .box .midashi {
    margin-bottom: 10px;
}
#project .book.comic .box {
    float: left;
    margin-left: 3%;
    margin-top: 0;
    width: 62%;
}
#project .book.comic .box .episodeTitle {
    font-size: 18px;
    margin-bottom: 5px;
    text-align: left;
}
#project .book.comic .box .episodeTitle span {
    font-size: 14px;
}
#project .book.comic .readBtn {
    clear: both;
}
#project .book.disc .bookIn {
    overflow: hidden;
}
#project .book.disc .bookIn.borderT {
    border-top: 1px solid #ccc;
    padding-top: 40px;
}
#project .book.disc .bookImg {
    float: left;
    overflow: hidden;
    width: 35%;
    margin-bottom: 0;
}
#project .book.disc .bookImg img {
    width: 100%;
    height: auto;
}
#project .book.disc .box {
    float: left;
    margin-left: 3%;
    margin-top: 0;
    width: 62%;
}
#project .book.disc .box .episodeTitle {
    font-size: 18px;
    margin-bottom: 5px;
    text-align: left;
}
#project .book.disc .readBtn {
    clear: both;
    margin-top: 0;
}
#app .block1N {
    margin: 0 4% 30px;
}
#app .block1N .block1Img {
    display: none;
}
#app .block1N .box {
    overflow: hidden;
}
#app .block1N .box .left {
    float: left;
    width: 45%;
    margin-bottom: 20px;
}
#app .block1N .box .right {
    float: right;
    width: 50%;
}
#app .block1N .box .haishin {
    font-size: 20px;
    margin: 0 0 30px 0;
    line-height: 28px;
}
#app .block1N .box .haishin span {
    font-size: 14px;
    color: #4399e2;
    line-height: 18px;
    display: block;
}
#app .block1N .box .store {
    overflow: hidden;
    width: 84%;
    margin: 20px 8% 0;
}
#app .block1N .box .store div {
    float: left;
    width: 46%;
    padding-bottom: 5px;
}
#app .block1N .box .store div:first-child {
    margin-right: 8%;
}
#app .block1N .box .store .use {
    display: none;
}
#app .block1N .box .store .qr {
    display: none;
}
#app .block1N .txtGray {
    color: #ccc;
}
#app .update {
    margin: 60px 4% 50px;
}
#app .update .updateTtl {
    margin-bottom: 25px;
    text-align: center;
}
#app .update .updateTtl img {
    width: 164px;
}
#app .update p {
    margin-bottom: 30px;
}
#app .update .midashi {
    margin-bottom: 20px;
    background: url(../images/app/line.gif) no-repeat 0 10px;
    color: #4399e2;
    padding: 0 0 0 20px;
}
#app .update .txtGray {
    color: #ccc;
    font-size: 12px;
}
/* novel add */
#novel .bookArea2 {
    overflow: hidden;
    border-bottom: 1px solid #555555;
    padding: 0 4% 30px;
}
#novel .bookArea2 .img {
    float: left;
    overflow: hidden;
    width: 35%;
}
#novel .bookArea2 .img img {
    width: 100%;
    height: auto;
}
#novel .bookArea2 .box {
    float: left;
    margin-left: 3%;
    width: 62%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#novel .bookArea2 .box h2 {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 20px;
    margin-bottom: 10px;
}
#novel .bookArea2 .box p {
    font-size: 12px;
    margin-bottom: 20px;
}
#novel .bookArea2 .box p.bd {
    padding-bottom: 20px;
    border-bottom: 1px dotted #555555;
}
#novel .bookArea2 .box p.last {
    margin-bottom: 0;
}
/* add */
#news .detail .videoC {
}
#news .detail .videoC video {
    width: 100%;
    height: auto;
}
/*#shelter
------------------------------------------------------------------------------------------ */
footer .note.mT {
    margin-top: 20px;
}
#shelter h1 span {
    font-size: 34px;
}
#shelter h1:first-letter {
    font-size: 38px;
}
#shelter h1 span.first {
    font-size: 38px;
}
#shelter .shelterArea {
    margin: 0 4% 20px;
}
#shelter .shelterArea .gray {
    color: #9c9c9c;
    margin-top: 20px;
}
#shelter .shelterArea .notes {
    margin: 0 0 20px;
}
#shelter .shelterArea .notes .midashi {
    font-size: 20px;
    margin-bottom: 10px;
}
#shelter #attention {
    border: 1px solid #ff3766;
    padding: 20px 4%;
    margin-bottom: 20px;
}
#shelter #attention span {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}
#shelter .atLink {
    margin: 40px 0 50px;
}
#shelter .atLink a {
    font-size: 16px;
}
/* --login-- */
.loginBox {
    margin-top: 20px;
}
.loginBox dl {
    margin: 0 0 20px;
}
.loginBox dl dt {
    display: none;
}
.loginBox dl dd {
}
.loginBox dl input {
    border: 1px solid #989898;
    padding: 10px 15px;
    font-size: 18px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
}
.loginBtn {
    text-align: center;
    margin-top: 25px;
}
.loginBtn input {
    color: #fff;
    font-size: 16px;
    border: none;
    background: rgb(57,124,181);
    background: -moz-linear-gradient(top, rgba(57,124,181,1) 0%, rgba(0,80,148,1) 100%);
    background: -webkit-linear-gradient(top, rgba(57,124,181,1) 0%, rgba(0,80,148,1) 100%);
    background: linear-gradient(to bottom, rgba(57,124,181,1) 0%, rgba(0,80,148,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#397cb5', endColorstr='#005094', GradientType=0 );
    width: 80%;
    padding: 10px;
    border-radius: 0;
}
/* --error-- */
.loginBox .errorTxt {
    color: #ff3766;
    margin-bottom: 10px;
}
.loginBox dl input.error {
    border: 1px solid #ff3766;
    background: #F5E4CE;
}
/* --form add-- */
.loginBox .inputWrap {
    width: 100%;
    text-align: left;
    display: inline-block;
    position: relative;
}
.loginBox .placeholder {
    position: absolute;
    top: 10px;
    left: 15px;
    text-align: left;
    color: #909090;
    overflow: hidden;
    z-index: 99;
    font-size: 18px;
}
/* --shelterBox-- */
#shelter h2 {
    color: #4399e2;
    font-size: 22px;
    margin: 30px 0 20px;
    text-align: center;
    font-family: 'EB Garamond', serif;
    line-height: 1;
}
#shelter h2:first-letter {
    font-size: 30px;
}
#shelter .top {
    border-bottom: 1px solid #3e3e3e;
    overflow: hidden;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
#shelter .top .userId {
    width: 70%;
    margin-right: 2%;
    float: left;
    font-size: 14px;
    word-wrap: break-word;
    ;
}
#shelter .top .logout {
    float: right;
    width: 28%;
}
#shelter .top .logout a {
    display: block;
    width: 100%;
    background: rgb(57,124,181);
    background: -moz-linear-gradient(top, rgba(57,124,181,1) 0%, rgba(0,80,148,1) 100%);
    background: -webkit-linear-gradient(top, rgba(57,124,181,1) 0%, rgba(0,80,148,1) 100%);
    background: linear-gradient(to bottom, rgba(57,124,181,1) 0%, rgba(0,80,148,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#397cb5', endColorstr='#005094', GradientType=0 );
    padding: 8px 0;
    font-size: 12px;
    float: left;
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
}
.shelterBox1, .shelterBox2 {
    margin-bottom: 50px;
}
.shelterBox1 dl {
    display: table;
    width: 100%;
    border-bottom: 1px solid #3e3e3e;
    padding: 10px 0;
}
.shelterBox1 dl.first {
    padding-top: 0;
}
.shelterBox1 dt {
    display: table-cell;
    font-size: 13px;
    width: 67%;
    padding-right: 2%;
    vertical-align: middle;
}
.shelterBox1 dd {
    display: table-cell;
    width: 31%;
    vertical-align: middle;
    text-align: center;
}
.shelterBox1 dd a {
    display: block;
    background: url(../images/shelter/arrow.png) no-repeat 6px 50%;
    background-size: 7px;
    background-color: #333333;
    border: 1px solid #fff;
    padding: 8px 0 8px 12px;
    font-size: 12px;
}
.shelterBox2 dl {
    border-bottom: 1px solid #3e3e3e;
    padding: 10px 0;
}
.shelterBox2 dl.first {
    padding-top: 0;
}
.shelterBox2 dt {
    margin-bottom: 15px;
}
.shelterBox2 dd {
    overflow: hidden;
}
.shelterBox2 dd a {
    display: block;
    background: rgb(57,124,181);
    background: -moz-linear-gradient(top, rgba(57,124,181,1) 0%, rgba(0,80,148,1) 100%);
    background: -webkit-linear-gradient(top, rgba(57,124,181,1) 0%, rgba(0,80,148,1) 100%);
    background: linear-gradient(to bottom, rgba(57,124,181,1) 0%, rgba(0,80,148,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#397cb5', endColorstr='#005094', GradientType=0 );
    padding: 8px 0;
    font-size: 12px;
    width: 49%;
    float: left;
    text-align: center;
    box-sizing: border-box;
}
.shelterBox2 dd a:first-child {
    margin-right: 2%;
}
.shelterBox2 dd a span {
    background: url(../images/shelter/d-ico.png) no-repeat 100% 0;
    background-size: 12px;
    padding-right: 15px;
}
/*#campaign
------------------------------------------------------------------------------------------ */
#campaign .campaignTxt {
    margin: 0 4% 20px;
}
#campaign h2 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}
#campaign .campaignTxt .midashi {
    margin-bottom: 20px;
    background: url(../images/app/line.gif) no-repeat 0 10px;
    color: #4399e2;
    padding: 0 0 0 20px;
    font-size: 18px;
}
#campaign .campaignTxt p {
    margin-bottom: 30px;
}
#campaign .campaignTxt .note {
    font-size: 16px;
}
#campaign .readBtn {
    margin-top: 20px;
}
#campaign .readBtn a {
    display: block;
    color: #FFF;
    text-align: center;
    padding: 8px 0;
    font-size: 14px;
    border: 1px solid #FFF;
    background: url(../images/home/arrow-r.png) no-repeat 10px 50%;
}
#campaign .loginBox h2 {
    margin-top: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding-bottom: 8px;
}
#campaign .loginBox {
    margin: 0 4% 40px;
}
#campaign .loginBox dl dt {
    display: block;
    margin-bottom: 10px;
}
#campaign .floatR {
    text-align: center;
    margin-bottom: 10px;
}
.campaignNote {
    color: #ff3766;
    margin: 0 0 10px;
}
#campaign .cpNote {
    font-size: 12px;
}
#campaign a {
    color: #77bbf5;
    text-decoration: underline;
}
#campaign .privacyNote {
    font-size: 14px;
    text-align: center;
    margin: 10px 0 0 0;
}
#campaign .loginBtn input {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;

}
/*#policy
------------------------------------------------------------------------------------------ */
#policy h2 {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    margin: 30px 4% 0;
}
#policy h2:first-child {
    margin-top: 0;
}
#policy p {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    margin: 15px 4% 0;
}
/*#contact
------------------------------------------------------------------------------------------ */
#contact .contactArea {
    margin: 0 4% 20px;
}
#contact .contactArea .notes {
    margin: 0 0 20px;
}
#contact .contactArea .notes .midashi {
    font-size: 20px;
    margin-bottom: 10px;
}
#contact .loginBox dl dt {
    display: block;
    margin-bottom: 5px;
}
#contact .loginBox dl textarea {
    border: 1px solid #989898;
    padding: 10px 15px;
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    border-radius: 0;
    font-size: 16px;
}
#contact a {
    color: #77bbf5;
    text-decoration: underline;
}
#contact .loginBox h2 {
    margin-top: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding-bottom: 8px;
    font-size: 20px;
    margin-bottom: 10px;
}
/*#goods
------------------------------------------------------------------------------------------ */
.goodsArea {
    margin: 0 4%;
}
#goods .sectIn p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
}
.goodsArea h2 {
    color: #4399e2;
    font-size: 16px;
    margin-bottom: 10px;
}
.goodsList {
    margin-bottom: 40px;
}
.goodsList li {
    margin-bottom: 5px;
    background: url("../images/common/ico_dot_b.png") no-repeat scroll 8px 9px;
    padding-left: 20px;
    -webkit-background-size: 3px;
    background-size: 3px;
    font-size: 14px;
}
.goodsList li span {
    color: #7e7e7e;
    font-size: 12px;
    display: block;
}
.txtLb {
    color: #07cdff !important;
}
.goodsTabBtn {
    border-bottom: 1px solid #fff;
    padding: 0 2%;
    margin: 0 4% 40px;
    font-size: 0;
}
.goodsTabBtn li {
    display: inline-block;
    width: 45%;
    border: 1px solid #979797;
    border-bottom: none;
    margin: 0 2%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #979797;
    font-size: 14px;
    background: url("../images/goods/arrow-g.png") no-repeat scroll 16px 50%;
    -webkit-background-size: 6px;
    background-size: 6px;
}
.goodsTabBtn li:first-letter {
    font-size: 20px;
}
.goodsTabBtn .selected {
    border: 1px solid #fff;
    border-bottom: none;
    color: #fff;
    background: url("../images/goods/arrow-b.png") no-repeat scroll 16px 50%;
    -webkit-background-size: 6px;
    background-size: 6px;
    position: relative;
}
.goodsTabBtn .selected:after {
    background-color: #000;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 40px;
}
#goods .goodsItem {
    padding: 20px 0;
    border-bottom: 1px solid #656565;
}
#goods .goodsItem img {
    display: block;
    margin: 0 auto 15px;
}
#goods .goodsItem div {
}
#goods .goodsItem div h2 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}
#goods .goodsItem div p {
    font-size: 14px;
    margin-bottom: 5px;
}
#goods .goodsItem div .price {
    font-size: 16px;
    margin-bottom: 5px;
}
#goods .goodsItem div .releaseDate {
    font-size: 16px;
    color: #4399e2;
    margin-bottom: 5px;
}
#goods .goodsItem div .btn {
    color: #656565;
    font-size: 16px;
    display: block;
    border: 1px solid #656565;
    padding: 5px;
    background: url("../images/goods/arrow-btn.png") no-repeat scroll 10px 50%;
    text-align: center;
    margin-top: 10px;
}
#goods .btn.wide {
    display: block;
    font-size: 16px;
    margin-top: 10px;
    padding: 5px;
    text-align: center;
    color: #000;
    margin-bottom: 15px;
    background: url(../images/goods/arrow-btn_bk.png) no-repeat scroll 10px 50%;
    background-color: #fff;
}
#goods .goodsItem div .active {
    background: url("../images/home/arrow-r.png") no-repeat scroll 10px 50%;
    border: 1px solid #fff;
    color: #FFF;
}
#goods .sectIn .goodsNote {
    border-top: 1px solid #656565;
    padding-top: 25px;
}
#goods .sectIn .goodsNote2 {
    border-bottom: 1px solid #656565;
    padding-bottom: 25px;
}
#goods .sectIn .discName {
    font-size: 16px;
    word-wrap: break-word;
}
#goods .sectIn .discName .sizeM {
    font-size: 28px;
}
#goods .sectIn .discName .sizeL {
    font-size: 28px;
}
/*20160609 add*/
#goods .goodsItem .slider {
    margin-bottom: 35px;
    position: relative;
}
/*20160725 add*/
.loginBox dl.serialNBox dd .inputWrap {
    width: 47.5%;
}
/*20160803 add*/
#goods .goodsDisc .itemLeft {
    margin-bottom: 20px;
}
#goods .goodsDisc .editionBox {
    margin-top: 15px;
    border: 1px solid #4c4f49;
    box-sizing: border-box;
    padding: 15px;
}
#goods .goodsDisc .editionBox img {
    width: auto;
    margin-bottom: 15px;
}
#goods .goodsDisc .editionBox h3 {
    font-size: 16px;
    color: #ab9d04;
    margin-bottom: 10px;
}
#goods .goodsDisc .editionBox ol {
    margin-bottom: 15px;
}
#goods .goodsDisc .editionBox li {
    font-size: 13px;
    text-indent: -12px;
    padding-left: 12px;/*list-style:disc;
	list-style-position:inside;
	*/
}
#goods .goodsDisc .editionBox p {
    font-size: 13px;
}
#goods .btnWrap {
    margin-top: 30px;
}
#goods .btnWrap .btnBlue {
    background: url("../images/goods/arrow-b.png") no-repeat scroll 16px 50%;
    -webkit-background-size: 6px;
    background-size: 6px;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border: 1px solid #005094;
    font-size: 14px;
    box-sizing: border-box;
}
.goodsItem .slick-dots li {
    margin: 0;
    width: 18px;
}
/* 160824 novel add */
#novel .episode.summary {
    background-image: none;
}
#novel .episode.summary .box {
}
#novel .episode.summary .summaryBox {
    clear: both;
    padding-top: 15px;
}
#novel .episode.summary .summaryTtl {
    margin-bottom: 10px;
    font-size: 12px;
}
#novel .episode.summary .summaryTxt {
    background-color: #222;
    padding: 10px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
}
#novel .episode.summary .btn {
    display: block;
    margin-top: 15px;
}
#novel .episode.summary .btn a {
    background: rgba(0, 0, 0, 0) url("../images/home/arrow-r.png") no-repeat scroll 10px 50%;
    border: 1px solid #fff;
    color: #fff;
    display: block;
    font-size: 12px;
    padding: 4px 0;
    text-align: center;
    text-decoration: none;
    width: 160px;
}
#novel .episode.summary .txtapp {
    margin-top: 15px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
}
#novel .episode .box .txtapp {
    margin-top: 15px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
}
/* 161226 add */
/*#voicedrama
------------------------------------------------------------------------------------------ */
#voicedrama .bookArea {
    overflow: hidden;
    border-bottom: 1px solid #555555;
    padding: 0 4% 30px;
}
#voicedrama .bookArea .img {
    margin-bottom: 20px;
}
#voicedrama .bookArea .img img {
    width: 100%;
    height: auto;
}
#voicedrama .bookArea .box {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#voicedrama .bookArea .box h2 {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 20px;
    margin-bottom: 10px;
}
#voicedrama .bookArea .box p {
    font-size: 12px;
}
#voicedrama .bookArea .box p span {
    font-size: 11px;
    display: block;
    margin-top: 10px;
}
#voicedrama .monthly {
    clear: both;
}
#voicedrama .monthlyTxt {
    text-align: center;
    margin: 0 4% 20px;
}
#voicedrama .monthlyItem {
    width: 92%;
    margin: 0 4%;
    padding: 20px 0;
    overflow: hidden;
    border-bottom: 1px solid #4d4d4d;
}
#voicedrama .monthlyItem img {
    width: 30%;
    float: left;
}
#voicedrama .monthlyItem .box {
    margin-left: 4%;
    width: 66%;
    float: left;
}
#voicedrama .monthlyItem .box .day {
    color: #9f9f9f;
    font-size: 14px;
    margin-bottom: 5px;
}
#voicedrama .monthlyItem .box .title {
    font-size: 16px;
}
#voicedrama .ttl {
    margin-bottom: 20px;
    font-size: 16px;
}
#voicedrama .ytWrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
#voicedrama .ytWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#voicedrama .episode .note {
    padding-top: 10px;
}
#news .ytWrap {
    position: relative;
    padding-bottom: 56.25% !important;
    height: 0;
    overflow: hidden;
    margin: 10px 4%;
    border-bottom: none !important;
}
#news .ytWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* 170209 add */
#goods .sectIn .goodsTxt {
    font-size: 16px;
}
#goods .sectIn .goodsTxt span {
    color: #9f9f9f;
}
#goods .goodsItem h2 img {
    display: inline;
    width: auto;
    margin: 7px 0 0 10px;
}
#goods .goodsItem .wS {
    width: 70%;
}
/* 170407 add */
.episodeMovie {
    border-bottom: 1px solid #4d4d4d;
    overflow: hidden;
    padding: 20px 4%;
}
.episodeMovie .titleWrap {
    margin-bottom: 5px;
}
.episodeMovie .titleWrap span {
    display: inline-block;
    font-size: 18px;
    margin-right: 20px;
}
.episodeMovie .titleWrap .num {
    font-size: 24px;
    font-family: "EB Garamond", serif;
}
.episodeMovie .titleWrap .day {
    font-size: 12px;
    display: block;
    color: #7e7e7e;
}
.episodeMovie .note {
    font-size: 12px;
}
.episodeMovie .ytWrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-top: 10px;
}
.episodeMovie .ytWrapT {
    padding-bottom: 100%;
    margin-bottom: 20px;
}
.episodeMovie .ytWrap iframe, #movie .episodeMovie .ytWrapT iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.episodeMovie .btn {
    background: rgba(0, 0, 0, 0) url("../images/home/arrow-r.png") no-repeat scroll 10px 50%;
    border: 1px solid #fff;
    color: #fff;
    display: block;
    font-size: 16px;
    margin-top: 10px;
    padding: 5px;
    text-align: center;
}
.movieTabBtn {
    border-bottom: 1px solid #fff;
    padding: 0 2%;
    margin: 0 4% 40px;
    font-size: 0;
}
.movieTabBtn li {
    display: inline-block;
    border: 1px solid #979797;
    border-bottom: none;
    margin: 0 2%;
    width: 45%;
}
.movieTabBtn li a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #979797;
    font-size: 24px;
    font-family: "EB Garamond", serif;
    background: url("../images/goods/arrow-g.png") no-repeat scroll 16px 50%;
    -webkit-background-size: 6px;
    background-size: 6px;
}
.movieTabBtn .selected {
    border: 1px solid #fff;
    border-bottom: none;
    position: relative;
}
.movieTabBtn .selected a {
    color: #fff;
    background: url("../images/goods/arrow-b.png") no-repeat scroll 16px 50%;
    -webkit-background-size: 6px;
    background-size: 6px;
}
.movieTabBtn .selected:after {
    background-color: #000;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 40px;
}
#music .goodsTabBtn li {
    font-size: 24px;
    font-family: "EB Garamond", serif;
}
#music .goodsTabBtn li::first-letter {
    font-size: 24px;
}
/* 170721 add */
/*#faq
------------------------------------------------------------------------------------------ */
#faq .faqList {
    text-align: left;
    padding: 10px 3% 0;
}
#faq .faqList li a {
    padding: 10px;
    background: url(../images/faq/arrow-r.png) no-repeat 0 50%;
    background-size: 5px auto;
    color: #FFFFFF;
    display: block;
}
#faq .faq {
    padding: 30px 3% 0;
    text-align: left;
}
#faq .faq a {
    color: #fff;
    text-decoration: underline;
    font-size: 12px;
}
#faq .faq .midashi {
    padding: 0;
    font-size: 16px;
    margin-bottom: 8px;
}
#faq .faq dl {
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
    border-top: 1px solid #808080;
}
#faq .faq dt {
    background: url(../images/faq/arrow-b.png) no-repeat right 10px top 50%;
    background-size: 12px;
    padding: 10px 30px 10px 10px;
    border-bottom: 1px solid #808080;
}
#faq .faq dt.open {
    background: #2e2e2e url(../images/faq/arrow-t.png) no-repeat right 10px top 50%;
    background-size: 12px;
    border-bottom: none;
}
#faq .faq dd {
    display: none;
    background-color: #2e2e2e;
    padding: 10px;
    font-size: 12px;
    line-height: 2;
    border-bottom: 1px solid #808080;
}
/*.shelterVer2
------------------------------------------------------------------------------------------ */
#shelter .shelterVer2 .top {
    margin: 0 0 20px;
}
#shelter .shelterVer2 .blockWrap h2 {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-family: "EB Garamond", serif;
    padding: 10px 4%;
    margin: 30px 0 20px;
}
#shelter .shelterVer2 .blockWrap h2::first-letter {
    font-size: 26px;
}
#shelter .shelterVer2 .blockWrap h2 span {
    font-size: 26px;
}
#shelter .shelterVer2 .blockWrap h2.bg01 {
    background-image: url(../images/shelter/bg01.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#shelter .shelterVer2 .blockWrap h2.bg02 {
    background-image: url(../images/shelter/bg02.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#shelter .shelterVer2 .blockWrap h2.bg03 {
    background-image: url(../images/shelter/bg03.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#shelter .shelterVer2 .blockWrap h2.bg04 {
    background-image: url(../images/shelter/bg04.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#shelter .shelterVer2 .blockWrap h2.bg05 {
    background-image: url(../images/shelter/bg05.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#shelter .shelterVer2 .blockWrap h2.bg05::first-letter {
    font-size: 20px;
}
#shelter .shelterVer2 .block {
    margin: 0 4%;
    overflow: hidden;
}
#shelter .shelterVer2 .top .logout a {
    background: #1e66e6;
}
#shelter .shelterVer2 .linkBtn {
    letter-spacing: -.4em;
}
#shelter .shelterVer2 .linkBtn a {
    letter-spacing: normal;
    display: inline-block;
    width: 49%;
    box-sizing: border-box;
    padding: 10px 0;
    text-align: center;
    border: 1px solid #fff;
    background: url(../images/shelter/arrow-b.png) no-repeat right 4px top 50%;
    background-size: 10px;
    margin-right: 2%;
    margin-bottom: 10px;
    font-size: 12px;
}
#shelter .shelterVer2 .linkBtn a:nth-child(2n) {
    margin-right: 0;
}
#shelter .shelterVer2 .atLink {
    text-align: center;
    margin: 0;
}
#shelter .shelterVer2 .ListM {
    margin-bottom: 20px;
}
#shelter .shelterVer2 .ListM dt {
    font-size: 15px;
    margin-bottom: 10px;
}
#shelter .shelterVer2 .ListM dd .lyrics {
    position: relative;
    margin-bottom: 20px;
}
#shelter .shelterVer2 .ListM dd .lyrics img {
}
#shelter .shelterVer2 .ListM dd .inline {
    position: absolute;
    right: 10px;
    bottom: 10px;
    border: none;
    background: none;
}
.lyricsIn .ttl {
    font-size: 20px;
    margin-bottom: 20px;
}
.lyricsIn p {
    font-size: 15px;
}
#shelter .shelterVer2 .ListM dd .inline img {
    width: auto;
    margin: 0;
}
#shelter .shelterVer2 .ListM dd .btn a {
    letter-spacing: normal;
    display: inline-block;
    width: 49%;
    box-sizing: border-box;
    padding: 5px 0 5px 10px;
    text-align: center;
    border: 1px solid #fff;
    background: url(../images/shelter/d-ico_s.png) no-repeat 8px 50%;
    margin-right: 2%;
}
#shelter .shelterVer2 .ListM dd a:nth-child(2n) {
    margin-right: 0;
}
#shelter .shelterVer2 .ListN {
    margin-bottom: 20px;
    overflow: hidden;
}
#shelter .shelterVer2 .ListN dt {
    float: left;
    width: 45%;
}
#shelter .shelterVer2 .ListN dt img {
}
#shelter .shelterVer2 .ListN dd {
    margin-left: 5%;
    width: 50%;
    float: left;
}
#shelter .shelterVer2 .ListN dd p {
    font-size: 15px;
    margin-bottom: 20px;
}
#shelter .shelterVer2 .ListN dd a {
    letter-spacing: normal;
    display: block;
    padding: 5px 0 5px 10px;
    text-align: center;
    border: 1px solid #fff;
    background: url(../images/shelter/d-ico_s.png) no-repeat 8px 50%;
    font-size: 13px;
    margin-bottom: 10px;
}
#shelter .shelterVer2 .ListC {
    margin-bottom: 20px;
    overflow: hidden;
}
#shelter .shelterVer2 .ListC dt {
    float: left;
    width: 57%;
}
#shelter .shelterVer2 .ListC dt img {
}
#shelter .shelterVer2 .ListC dd {
    margin-left: 5%;
    width: 38%;
    float: left;
}
#shelter .shelterVer2 .ListC dd p {
    font-size: 15px;
    margin-bottom: 20px;
}
#shelter .shelterVer2 .ListC dd a {
    letter-spacing: normal;
    display: block;
    padding: 5px 0 5px 10px;
    text-align: center;
    border: 1px solid #fff;
    background: url(../images/shelter/arrow.png) no-repeat 4px 50%;
    background-size: 4px;
    font-size: 13px;
    margin-bottom: 10px;
}
#shelter .shelterVer2 #shelterAttention {
    background-color: #000;
}
#shelter .shelterVer2 .ListT {
    padding-left: 20px;
    list-style-type: disc;
}
#shelter .shelterVer2 .ListT li {
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.7;
}
#shelter .shelterVer2 .chara {
    display: block;
    margin: auto;
}
#app .infoArea {
    clear: both;
    border: 1px solid #4399e2;
    padding: 15px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#app .infoArea .ttl {
    font-size: 16px;
    font-weight: bold;
    color: #4399e2;
    margin-bottom: 10px;
}
#app .infoArea p a {
    color: #fff;
    text-decoration: underline;
}
/* 170803 add */
#shelter .shelterArea .notes2 {
    border: 1px solid #4399e2;
    padding: 15px;
    margin-bottom: 20px;
}
#shelter .shelterArea .notes2 .midashi {
    font-size: 16px;
    color: #4399e2;
    margin-bottom: 10px;
}
#shelter .shelterVer2 #shelterAttention .shelterAttentionIn {
    margin: 0 4%;
}
#shelter .shelterVer2 #shelterAttention .shelterAttentionIn .notes2 {
    border: 1px solid #4399e2;
    padding: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
}
#shelter .shelterVer2 #shelterAttention .shelterAttentionIn .midashi {
    font-size: 16px;
    color: #4399e2;
    margin-bottom: 10px;
}
#shelter .shelterVer2 #shelterAttention .shelterAttentionIn p {
    margin-bottom: 15px;
}
#shelter .shelterVer2 #shelterAttention .shelterAttentionIn h3 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 40px;
    text-align: center;
    font-weight: bold;
}
#shelter .shelterVer2 #shelterAttention .shelterAttentionIn a {
    color: #fff;
}
#shelter .shelterVer2 .ListM img {
    width: 100%;
}
#shelter .shelterVer2 .btnL a {
    width: 100% !important;
}
}
