@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
    max-width: 100%;
    vertical-align:top;
}
* {box-sizing: border-box;}

/***********
base
***********/

body {
    font-family: "Vend Sans", Helvetica, Arial, serif;
    color: #000000;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 500;
    animation: fadeIn 1s ease-in-out forwards;
}

.title_inner,footer {
    max-width: 960px;
    margin: 0 auto;
}
@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@media screen and (max-width: 959px) {
    body {font-size: 14px;}
    .title_inner,footer {
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 479px) {
    body {font-size: 13px;}
}

a,a span {
    text-decoration: none;
    color: inherit;
}

a img,a span {transition: 0.5s;}
a:hover img {transform: scale(0.95);}
a:hover span {opacity: 0.5;}


/***********
header
***********/
header{
    background-image: url("../img/bg.jpg");
    background-size: cover;
    background-position: top center;
    display: flex;
    align-items: center;
    padding: 50px 3em 100px;
}
.header_inner {
    max-width: 820px;
    margin: 0 auto;
    padding: 40px 60px;
    opacity: 0.85;
    background-color: #ffffff;
    border-top: 10px solid #000;
    border-bottom: 10px solid #000;
}
.header_img {text-align: center;}
.header_img img {
    margin: 0 0 30px;
}
header .sp {display: none;}
.header_txt {
    line-height: 1.7;
    text-align: center;
}

.header_txt p {
    margin: 0 0 1em;
}
@media screen and (min-width: 1500px) {
    header {
        height: 45.7vw;
    }
}

@media screen and (max-width: 759px) {
    header {
        background-image: url("../img/bg_sp.jpg");
        padding: 30px 2em 60px;
    }
    .header_inner {
        padding: 20px;
    }
    header .pc {display: none;}
    header .sp {
        max-width: 500px;
        width: 100%;
        display: block;
        margin: 0 auto 15px;
    }
    .header_txt {font-size: 11px}
    .header_txt p {margin: 0 0 0.5em;}
}

/***********
main
***********/

h2 {
    position: relative;
    margin: 0 0 40px;
    padding: 45px 1em;
    text-align: center;
}

h2::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 55px;
    background-position: bottom center;
    background-repeat: no-repeat;
}

h3 {
    text-align: center;
    margin: 0 95px 20px;
}

h4 {
    text-align: center;
    margin: 30px 95px;
}

.txt {
    text-align: center;
    margin: 0 95px;
    color: #ba0009;
}

.link {
    text-align: center;
    margin: 30px 0 40px;
}

.link img {
    width: 55%;
    border: none;   
}

@media screen and (max-width: 779px) {
    .txt {margin: 1em;}
    br.pc {display: none;}
    h4 {margin: 1em 2em 2em;}
    .link img {
        width: 80%;
        border: none;
    }    
}
@media screen and (max-width: 479px) {
    h2 {
        margin: 0 0 30px;
        padding: 1em;
    }
    h2::before {
        width: 59px;
        height: 27.5px;
        background-size: 100% 100%;
    }
    h3 img {width: 150px;}
}

/***********
manga
***********/
/* .manga .animeは共通事項 */
.manga,.anime,.chapter {
    text-align: center;
}

.manga .readnow,.anime .readnow,.chapter .readnow {
    margin: 10px;
}

.manga .title,.anime .title {
    padding: 0 5px;
    font-size: 160%;
    font-weight: 700;
}
.manga .author,.anime .author {
    padding: 5px;
    font-size: 120%;
}

/* 順位アイコン 書影のうえに配置 */
.anime .calligraphy {padding: 10px;}
.manga .calligraphy {
    padding: 25px 15px 10px 15px;
    position: relative;
}
.manga .calligraphy:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 81px;
    height: 95px;
    background-position: top center;
    background-repeat: no-repeat;
}
.manga .no1 .calligraphy:before {background-image: url("../img/icon/1.png");}
.manga .no2 .calligraphy:before {background-image: url("../img/icon/2.png");}
.manga .no3 .calligraphy:before {background-image: url("../img/icon/3.png");}
.manga .no4 .calligraphy:before {background-image: url("../img/icon/4.png");}
.manga .no5 .calligraphy:before {background-image: url("../img/icon/5.png");}
.manga .no6 .calligraphy:before {background-image: url("../img/icon/6.png");}
.manga .no7 .calligraphy:before {background-image: url("../img/icon/7.png");}
.manga .no8 .calligraphy:before {background-image: url("../img/icon/8.png");}
.manga .no9 .calligraphy:before {background-image: url("../img/icon/9.png");}
.manga .no10 .calligraphy:before {background-image: url("../img/icon/10.png");}


/* .manga数字はレイアウト設定 */
ul.manga1 {
    margin: 45px 60px;
    display: flex;
    justify-content: space-between;
}

ul.manga1 li {
    width: 33%;
    display: flex;
    flex-wrap: wrap;
    align-content: start;
    flex-direction: column;
}

ul.manga1 li .author {flex-grow: 1;}

ul.manga2 {
    margin: 45px 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

ul.manga2 li {
    width: 25%;
    margin: 0 0 40px;
    display: flex;
    justify-content: center;
    align-content: start;
    flex-direction: column;
}

ul.manga2 li .author {flex-grow: 1;}

ul.manga3 {
    margin: 45px 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.manga3 li {
    width: 48%;
    margin: 0 0 40px;
}

ul.manga4 {
    margin: 45px 60px 0;
}

ul.manga4 li {
    margin: 0 0 50px;
}

ul.manga4 li:last-child {
    margin: 0;
}


@media screen and (max-width: 479px) {
    ul.manga1,ul.manga2,ul.manga3,ul.manga4 {
        margin: 2em 1em;
    }
    ul.manga1 {
        flex-wrap: wrap;
        justify-content: center;
    }
    ul.manga1 li,ul.manga2 li,ul.manga3 li {
        margin: 0 0 2em;
    }
    ul.manga1 li {
        width: 80%;
    }
    ul.manga2 li {
        width: 48%;
    }
    ul.manga3 li {
        width: 100%;
    }
}

/***********
見出し・背景色
***********/
.title1 h2 {
    background-color: #65bbe9;
}
.title1 h2::before {
    background-image: url("../img/title1_1.png");
}
.title1 {
    background-color: #e8f3fb;
    padding: 0 0 50px;
}
.title2 h2 {
    background-color: #e15a28;
}
.title2 h2::before {
    background-image: url("../img/title2_1.png");
}
.title2 {
    background-color: #ffe4d9;
    padding: 0 0 50px;
}
.title3 h2 {
    background-color: #705da8;
}
.title3 h2::before {
    background-image: url("../img/title3_1.png");
}
.title3 {
    background-color: #e7e2f0;
    padding: 0 0 50px;
}
.title4 h2 {
    background-color: #8ac75a;
}
.title4 h2::before {
    background-image: url("../img/title4_1.png");
}
.title4 {
    background-color: #edf6e3;
    padding: 0 0 50px;
}

/***********
footer
***********/
footer {
    margin: 0 auto;
    padding: 1em;
}

footer .footer_banner {
    margin: 50px 0;
    text-align: center;
}

footer .footer_banner li {
    margin: 0 auto 40px;
    max-width: 500px;
}

footer .footer_txt {
    text-align: center;
}

footer .footer_sns{
    margin: 40px 0;
}

footer .footer_sns p {
    margin: 0 0 30px;
    font-size: 130%;
    display: flex;
    justify-content: center;
    align-items: center;

}
footer .footer_sns img {
    margin: 10px 25px;
}

.copyright {
    margin: 50px 0 0;
    background: #000000;
    color: #ffffff;
    padding: 15px 0;
    text-align: center;
}

@media screen and (max-width: 479px) {
    footer .footer_sns img {
        height: 50px;
    }

}