@charset "utf-8";
body {
    background-image: url(../img/bg.png);
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #473500;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
}

img {
    max-width: 100%;
}

header {
    background-image: url(../img/head_bg.png);
}

.inner {
    width: 980px;
    margin: 0 auto;
}

.mt {
    margin-top: 20px;
}

.mb {
    margin-bottom: 20px;
}

.intro{
	font-size:1.4em;
	text-align:center;
	font-weight:bold;
	padding-bottom: 15px;
}

.cen {
    text-align: center;
}

.flexs {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.flexc {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.flexc a {
    display: block;
    width: 33%;
}

.flexc a img {
    max-width: 90%;
}

.flexc {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

header #sns {
    padding: 5px 0 0 0;
}

header #sns li {
    margin-right: 10px;
}

#titles {
    margin-bottom: 50px;
}

#titles article {
    box-shadow: 0 0 0 2px #ba9733, 0 0 0 6px #ffffff, 0 0 0 11px #ba9733;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 60px;
    background: #ffffff;
    width: 100%;
}

#titles article h2 {
    
    padding-bottom: 10px;
    font-size: 21px;
}

#titles article h2::before {
    
    vertical-align: middle;
    margin-right: 5px;
}

#titles article .author {
    font-weight: bold;
    margin-bottom: 10px;
}

#titles article p {
    margin-bottom: 10px;
}

#titles article .chara {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#titles article .chara dl {
    width: 50%;
}

#titles article .chara dl dt {
    float: left;
}

#titles article .chara dl dd {
		font-size:0.8em;
}


#titles article .chara dl dd span {
    font-weight: bold;
    display: block;
		font-size:1em;
}

/*作品既刊*/

#items ul {
    margin-right: -10px;
}

#items ul li {
    width: 138px;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 20px;
}

#items ul li img {
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
}

#items ul li a img {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}

section:after,
article:after {
    content: "";
    clear: both;
    display: block;
}

article h3 {
    border-left: 5px solid #473500;
    border-bottom: 2px solid #473500;
    padding-left: 5px;
    font-size: 19px;
    position: relative;
}

article h3:before {
    content: ' ';
    position: absolute;
    width: 1px;
    height: 100%;
    left: 1px;
    background-color: #473500;
}

footer ul {
    display: flex;
    justify-content: space-around;
}

footer ul li {
    width: 40%;
    text-align: center;
}

footer .cr {
    background: #08143b;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    padding: 20px 0;
}



footer .cr2 {
    background: #226a36;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    padding: 20px 0;
}

/**Hover*/

a:hover img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: .4;
    }
    100% {
        opacity: 1;
    }
}

@media screen and (max-width: 640px) {
    .inner {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    header {
        padding: 0 5%;
    }

	.intro{
	font-size:1.2em;

	
	}
    .flexc {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .flexc a {
        display: block;
        width: 100%;
        margin: 5px 0;
    }
    .flexc a img {
        max-width: 100%;
    }
    #titles {
        width: 95%;
    }
    #titles article .chara dl {
        width: 100%;
        margin-bottom: 20px;
    }
    #titles article .chara dl dt {
        float: none;
        text-align: center;
    }
    #items ul {
        display: flex;
        justify-content: space-between!important;
        margin-right: 0px;
    }
    #items ul li {
        width: 45%;
        margin-right: 0px;
        text-align: center;
    }
    footer .cr {
        font-size: 10px;
    }
}
