@charset "UTF-8";

@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}

body {
	line-height: 1;
	color: #333;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	background: #fff url("../img/bg_image.png");
}

a {
	text-decoration: none;
	color: #d7000f;
}

a:hover {
	opacity: 0.7;
	animation: colorChange 0.5s;
	/*animationはhover時にセット*/
	-webkit-animation: colorChange 0.5s;
	color: #d7000f;
}

@keyframes colorChange {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0.7
	}
}

@-webkit-keyframes colorChange {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0.7
	}
}

}

.mt20 {
	margin-top: 20px;
}

.mr20 {
	margin-right: 20px;
}

.mt-10 {
	margin-top: -10px;
}

.ml10 {
	margin-left: 10px;
}

.font_m {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.time {
	font-size: 1.0rem;
}

.clear::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	display: inline-block;
}

/* Hides from IE Mac \*/

* html .floatcontainer {
	height: 1%;
}

.floatcontainer {
	display: block;
}

/* End Hack */

.content {
	max-width: 1000px;
	margin: 0 auto;
}

.top {
	max-width: 1000px;
	margin: 0 auto;
}

.top img {
	width: 100%;
}

.catch {
	margin-top: -80px;
}

.column2 {
	margin-top: 20px;
}

.kadomaru{
	border-radius: 20px;
}

.info,
.add_banner {
	float: left;
	width: 490px;
	height: 280px;
}
.info {
	margin-right: 20px;
}

.kazari{
	position: relative;
}
.kazari::after{
	content: "";
	position: absolute;
	top: -6px;
	left: -6px;
	background: url(../img/frame_kazari.png) no-repeat 0px 0px;
	width: 60px;
	height: 201px;
	z-index: 999;
	background-size: cover;
}

.newsListBase > .title,
.add_banner > .title{
	font-size: 1.3rem;
	color: #88273B;
	padding: 0 5px 8px;
	border-radius: 6px 6px 0 0;
	border-bottom: 1px solid #88273B;
}
.newsListBase{
	border: 1px solid #88273B;
	background-color: #fff;
	padding: 10px;
}
.newsList {
	padding: 10px;
	background-color: #faf9f0;
	margin-top: 10px;
	border-radius: 6px;
}
.newsTitle {
	font-size: 1.1rem;
	color: #141656;
	border-bottom: 1px dashed #141656;
	padding-bottom: 10px;
}

.newsText {
	margin-top: 10px;
	font-size: 0.9rem;
	line-height: 1.2rem;
	color: #333333;
}
.newsText a {
	font-weight: bold;
	text-decoration: underline;
}

.newsBase {
	overflow-y: scroll;
	height: 240px;
}

.saleList img {
	width: 490px;
}

.introduction {
	font-size: 1.0rem;
	line-height: 1.2rem;
}

.story {
	max-width: 1028px;
	margin: 50px 0;
}

.character {
	margin: 50px 0;
}

.short img{
	vertical-align: bottom;
}
.show-panel-btn {
	display: block;
	color: #fff;
	font-size: 1.0rem;
	background: #88273B;
	font-weight: bold;
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	transition: .3s;
	border-radius: 0 0 7px 7px;
}
.show-panelArea {
	background: #fff;
	padding: 20px;
}
.shortNovel {
	font-family: Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 0.9rem;
	line-height: 1.6rem;
	color: #000;
}
.novelTitle{
	display: block;
	color: #88273B;
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom:0.7em;
	border-bottom:1px solid #88273B;
	padding-bottom:0.3em;
}
/*ノベル：ルビ*/
ruby rt{
}
/*ノベル：傍点*/
span.dot{
	-webkit-text-emphasis: filled dot #222;
	text-emphasis: filled dot #222;
}

.short img,
.story img,
.character img {
	width: 100%;
	margin: 0 auto;
}

.specialArea {
	max-width: 1000px;
	margin: 30px auto;
	text-align: center;
	padding: 0 0 20px 0;
	background-color: #fff;
}

.specialTitle img {
	width: 100%;
	text-align: center;
	margin-top: -3px;
}

.specialText img {
	max-width: 443px;
	margin: 10px 0;
}

.add_banner_l img {
	width: 90%;
	margin-top: 10px;
	border: 1px solid #d7000f;
}

.add_banner_l {
	text-align: center;
}

.bookArea {
	padding: 30px 50px;
	border: 3px solid #88273B;
	background-color: #fff;
	margin-top: 70px;
}

.bookArea > .column2 {
	display: flex;
	justify-content: space-between;
}

.bookArea > .column2:not(:first-child) {
	border-top: 1px dotted #88273B;
	padding-top: 30px;
}

.imageBook {
	margin-right: 30px;
}

.imageBook img {
	background-color: #fff;
	padding: 10px;
	border: 1px solid #88273B;
}

.bookTitle img {
	width: 555px;
	margin: 50px 0;
}

.bookText {
	text-align: center;
	color: #FAC702;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 30px;
}

.bookProf {
	margin-top: 10px;
	padding: 15px;
	border: 3px solid #88273B;
	border-radius: 10px;
	background-color: #faf9f0;
	font-size: 1.0rem;
	line-height: 1.4rem;
}
.bookProf h4 {
	color: #88273B;
	border-bottom: 1px solid #88273B;
}
.bookProf .bookName {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 10px 0 5px;
}

.copyright{
	margin-top: 20px;
	font-size: 0.9rem;
	text-align: right;
}

.column2 > .btn01,
.column2 > .btn02 {
	display: block;
	float: left;
	text-decoration: none;
	width: 270px;
	padding: 20px 0;
	text-align: center;
	background: linear-gradient(#88273B, #d68d9d);
	color: #fff;
	border-bottom: 2px solid #88273B;
	border-radius: 6px;
	font-size: 1.2rem;
	font-weight: bold;
}

.btn01 {
	margin-right: 20px;
}

.comment{
	overflow:hidden;
	margin:10px 0;
	height:100%;
	border-top:3px solid #A38023;
	border-bottom:3px solid #A38023;
	position:relative;
	box-shadow:0px 0px 2px 1px #997440;
	outline:1px solid #5E4B35;
	background:#faf9f0;
	font-size: 1.1rem;
	line-height: 1.4rem;
}
.comment:before,
.comment:after{
	height:100%;
	content:"";
	display:block;
	width:3px;
	background:linear-gradient(to bottom, #A38023 0%,#FFFAC8 48%,#A38023 100%);
}
.comment:before{
	position:absolute;
	left:0;
}
.comment:after{
	position:absolute;
	right:0;
	top:0;
}
.comment p{
	margin:0;
	padding:10px 20px;
}
.comment p img{
	display: block;
	margin-bottom: 7px;
}


.footer {
	background-color: #88273B;
	font-size: 0.8rem;
	text-align: center;
	height: 45px;
	padding: 20px 20px;
	margin-top: 30px;
}

.footer p {
	text-align: center;
	color: #fff;
	margin-top: 22px;
	float: right;
}

.bannerOther {
	float: left;
}

.bannerOther img {
	height: 50px;
}


@media screen and (min-width:1025px) {
	.imageBook img {
		width: 270px;
	}
}


@media screen and (max-width:1024px) {
	.info,
	.add_banner {
		float: left;
		width: 100%;
		height: 50%;
	}
	.info {
		height: 280px;
	}
	.add_banner {
		height: 100%;
		margin-top: 40px;
		text-align: center;
	}
	.saleList img {
		width: 100%;
		margin: 0 auto;
	}
	.content {
		padding: 0px 20px;
	}
	.short img,
	.story img,
	.character img {
		margin: 0 auto;
	}

	.bookArea > .column2 {
		flex-direction: column;
		justify-content: flex-start;
	}
	.imageBook {
		margin: 0 auto;
	}
	.imageBook img {
		width: 100%;
		max-width: 250px;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	.bookTitle img {
		width: 100%;
		margin: 20px 0;
	}
	.bookArea {
		padding: 15px;
	}
	.column2 > .btn01,
	.column2 > .btn02 {
		width: 100%;
	}
	.column2 {
		margin: 15px 0;
		width: 100%;
	}
	.column2 > .btn01 {
		margin-bottom: 15px;
	}
	.footer {
		height: 70px;
	}
}

@media (max-width: 820px) {
	.story {
		margin: 30px 0;
	}
	.footer {
		height: 210px;
	}
	.bannerOther img {
		margin-bottom: 10px;
	}
	.specialText img {
		max-width: 90%;
		margin: 10px 0;
	}
	.comment p img{
		width: 100%;
	}
}
