@charset "utf-8";
/*reset*/
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
ol, ul{
	list-style: none;
}
img{
	vertical-align: bottom;
	font-size: 0;
	line-height: 0;
}
a{
	text-decoration: none;
}
.fluid{
	max-width: 100%;
	height: auto;
}

/*common*/
body{
	font-family: 'M PLUS 1p', sans-serif;
	background: #111;
}
.wrapper{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 0 10px;
	background: #111;
}
header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
}
.in_head{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 10px 10px 0;
	background: #111;
}
.in_head_1{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.link_menu_about a{
	color: #ff0000;
}
.link_menu_pc a{
	color: #00ff00;
}
.link_menu_about a:hover, .link_menu_pc a:hover{
	color: #ffff00;
}
.link_about a:active, .link_about a:active{
	color: #ffff00;
}
.circle_name{
	font-size: 22px;
}
.name_en{
	color: #fff;
	text-shadow:
		1px  1px 1px #8fbc8f,
		-1px  1px 1px #8fbc8f,
		1px -1px 1px #8fbc8f,
		-1px -1px 1px #8fbc8f,
		1px  0px 1px #8fbc8f,
		0px  1px 1px #8fbc8f,
		-1px  0px 1px #8fbc8f,
		0px -1px 1px #8fbc8f;
}
.name_ja{
	color: #ff0000;
}
.counter{
	text-align: center;
}
.counter img{
	border: 4px ridge #8ca0ac;
}
.counter p{
	margin-top: 5px;
	font-size: 12px;
}
.dm{
	display: flex;
	flex-wrap: wrap;
	color: #ffff00;
}
.dm a{
	color: #ff0000;
}
.dm a:hover{
	color: #00ffff;
}
.dm a:active{
	color: #00ffff;
}
.dm_image{
	margin-right: 10px;
}
.moyasuna{
	display: block;
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	overflow: hidden;
}
.moyasuna_1{
	display: inline-block;
	color: #00ffff;
	font-size: 18px;
	line-height: 40px;
	padding-left: 100%;
	white-space: nowrap;
	animation: a_moyasuna 20s linear infinite;
}
.moyasuna_1 > * {
	display: inline-block;
}
@keyframes a_moyasuna{
	0%{
		transform: translateX(0);
	}
	100%{
		transform: translateX(-100%);
	}
}
.content{
	margin-top: 140px;
}
.in_foot{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 10px;
}
.link{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 395px;
	margin-right: 5px;
}
.link_1, .link_2{
	width: 195px;
	height: 60px;
	padding: 5px 10px;
	text-align: center;
	border: 2px solid #ff0000;
	border-radius: 30px;
	background: #400700;
	color: #00ff00;
	text-shadow: -1px -1px 1px #ffffff, 1px 1px #000000;
	font-size: 24px;
}
.link_1{
	margin-right: 5px;
}
.link_1_info{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.link_1_info_1{
	margin-right: 10px;
	font-size: 0px;
}
.link_twitter, .link_pixiv{
	font-size: 0px;
	padding: 2px;
}
.link_fanbox{
	width: calc(100% - 400px);
	text-align: right;
}
.link_mozu{
	margin-bottom: 10px;
	padding: 2px;
	text-align: center;
	background-image: url("../images/bg1.jpg");
	text-shadow:
		black 2px 0px,  black -2px 0px,
		black 0px -2px, black 0px 2px,
		black 2px 2px , black -2px 2px,
		black 2px -2px, black -2px -2px,
		black 1px 2px,  black -1px 2px,
		black 1px -2px, black -1px -2px,
		black 2px 1px,  black -2px 1px,
		black 2px -1px, black -2px -1px;
	color: #00ffff;
}
.link_mozu a{
	color: #00ffff;
}
.copy{
	width: 100%;
	max-width: 800px;
	margin-bottom: 50px;
	font-size: 18px;
	color: #ffff00;
	overflow: hidden;
}
.copy_1{
	animation: copy_a_1 3s linear infinite alternate;
	position: relative;
	left: 0;
	top: 0;
	padding-left: -100%;
}
@keyframes copy_a_1{
	0%{
		left: 0;
	}
	100%{
		left: 41.64487%;
	}
}
@keyframes copy_a_2{
	0%{
		left: -100%;
	}
	100%{
		left: 130%;
	}
}
.color_red{
	color: #ff0000;
}
.color_green{
	color: #8fbc8f;
}
.color_orange{
	color: #ff4500;
}
.color_white{
	color: #fff;
}
.color_black{
	color: #111;
}

/*index*/
.content_1{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
.main_visual{
	position: relative;
	width: 55%;
	margin-right: 20px;
	background: url("../images/main_visual.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.main_visual a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.text_suzunaan{
	position: absolute;
	top: 0;
	right: 0;
}
.text_mmm{
	position: absolute;
	bottom: 0;
	left: 0;
}
.wrap_book1-2{
	width: calc(45% - 20px);
}
.wrap_book1{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 10px;
}
.book1{
	width: 177px;
}
.book1 div{
	margin-bottom: 10px;
}
.book1 div:last-child{
	margin-bottom: 0;
}
.book_aun1{
	display: none;
}
.neko{
	width: calc(100% - 177px);
}
.book_aun2{
	display: none;
}
.book_daienjo{
	width: 100%;
	margin-bottom: 20px;
	padding: 5px;
	text-align: center;
	border-style: solid;
	border-width: 15px;
	background-image: url("../images/bg2.jpg");
	border-color: #fdfffd #825832 #191816 #ffd9bd;
	font-size: 22px;
	text-shadow:
		1px  1px 1px #000,
		-1px  1px 1px #000,
		1px -1px 1px #000,
		-1px -1px 1px #000,
		1px  0px 1px #000,
		0px  1px 1px #000,
		-1px  0px 1px #000,
		0px -1px 1px #000;
	color: #ffff00;
}
.wrap_book4-5{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
.wrap_book4{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 288px;
	margin-right: 10px;
}
.book_kowarenai{
	display: none;
}
.book4{
	margin-right: 10px;
}
.book_sinso_kizuna{
	margin-bottom: 20px;
}
.book_sinso_kizuna{
	text-align: center;
	color: #ffff00;
}
.book_frozen{
	text-align: center;
}
.book_frozen_icon1{
	display: table-cell;
	border: 2px solid #00ffff;
}
.wrap_book5{
	width: calc(100% - 298px);/*100% - 288px - 10px*/
}
.book_kowarenai2{
	display: none;
}
.book5{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 465px;
	margin-left: auto;
}
.book_1000{
	width: calc(100% - 39.78494% - 10px);
	margin-right: 10px;
	text-align: right;
}
.book_haikakin{
	width: 39.78494%;
	text-align: right;
}

/*about*/
.h2_about{
	padding: 40px 0 20px 0;
	text-align: center;
	color: #fff;
}
.about_text{
	margin-bottom: 40px;
	text-align: center;
	color: #fff;
}
.about_text a{
	color: #ffff00;
}
.about_text a:hover{
	color: #ff0000;
}
.about_text a:active{
	color: #ff0000;
}
.text_about1{
	margin-bottom: 20px;
}
.about_image{
	margin-bottom: 40px;
	text-align: center;
}
.back{
	margin-bottom: 80px;
	text-align: center;
}
.back img:hover{
	opacity: .8;
}
.back img:active{
	opacity: .8;
}

@media screen and (max-width: 768px){
	/*common_768**/
	.in_head_1{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		padding-bottom: 10px;
	}
	.circle_logo{
		margin-right: 15px;
	}
	.link_menu{
		display: none;
	}
	.counter{
		
	}
	.dm{
		display: none;
	}
	.content{
		margin-top: 110px;
	}
	.wrap_in_foot{
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 10px;
	}
	.in_foot{
		display: block;
		width: 350px;
		margin-right: 10px;
		margin-bottom: 0;
	}
	.link{
		justify-content: center;
		width: 350px;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.link_1, .link_2{
		width: 170px;
	}
	.link_fanbox{
		width: 350px;
		text-align: left;
	}
	.book_kowarenai3{
		position: relative;
		width: calc(100% - 360px);/*100% - 350px - 10px*/
		background:url("../images/book_kowarenai3.gif") no-repeat;
		background-size: cover;
	}
	.book_kowarenai3 a{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	.link_mozu{
		margin-bottom: 0;
		text-align: left;
	}
	.copy_1{
		animation: copy_a_2 8s linear infinite alternate;
		left: -100%;
	}
	.false_768{
		display: none;
	}
	
	/*index_768*/
	.content_1{
		display: block;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 20px;
	}
	.main_visual{
		width: 100%;
		height: 100vh;
		max-height: 400px;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.wrap_book1-2{
		width: 100%;
	}
	.wrap_book1{
		justify-content: center;
	}
	.neko{
		width: 146px;
		margin-right: 10px;
	}
	.book_aun1{
		position: relative;
		display: block;
		width: calc(100% - 333px);/*100% - 177px - 146px - 10px*/
		background:url("../images/book_aun1.gif") no-repeat;
		background-size: cover;
	}
	.book_aun1 a{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	.book2{
		display: flex;
		flex-wrap: wrap;
	}
	.book_vshoken{
		width: 323px;
		margin-right: 10px;
	}
	.book_aun2{
		display: block;
		width: calc(100% - 333px);/*100% - 323px - 10px*/
		background: url("../images/book_aun2.gif") repeat;
		background-size: cover;
	}
	.book_aun_link{
		width: 100%;
		height: 100%;
	}
	.book_daienjo{
		text-align: left;
	}
	.wrap_book4-5{
		display: block;
		margin-bottom: 20px;
	}
	.wrap_book4{
		align-items: center;
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.book_kowarenai{
		position: relative;
		display: block;
		width: calc(100% - 302px);/*100% - 152px - 10px - 120px - 20px?*/
		height: 120px;
		margin-right: 10px;
		background:url("../images/book_kowarenai.gif") no-repeat;
		background-size: cover;
		background-position: center;
	}
	.book_kowarenai a{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	.wrap_book5{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.book_kowarenai2{
		position: relative;
		display: block;
		width: calc(100% - 475px);/*100% - 465px - 10px*/
		margin-right: 10px;
		background:url("../images/book_kowarenai2.gif") no-repeat;
		background-size: cover;
	}
	.book_kowarenai2 a{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	.book5{
		width: 465px;
		margin-left: 0;
	}
}

@media screen and (max-width:480px){
	/*common_480*/
	.circle_logo{
		width: 30%;
		max-width: 50px;
		min-width: 50px;
	}
	.circle_name{
		display: none;
	}
	.content{
		margin-top: 70px;
	}
	.wrap_in_foot{
		flex-direction: column;
		max-width: 350px;
		margin: 0 auto;
	}
	.in_foot{
		width: 100%;
		margin-right: 0;
	}
	.link{
		width: 100%;
		margin-bottom: 0;
	}
	.link_1{
		width: calc(50% - 2px);
		max-width: 173px;
		min-width: 140px;
		margin-right: 2px;
		margin-bottom: 10px;
	}
	.link_2{
		width: calc(50% - 2px);
		max-width: 173px;
		min-width: 140px;
		margin-left: 2px;
		margin-bottom: 10px;
	}
	.link_fanbox{
		width: 100%;
		text-align: center;
		margin-bottom: 10px
	}
	.book_kowarenai3{
		width: 100%;
		height: 130px;
		margin-bottom: 10px;
	}
	.copy{
		font-size: 14px;
	}
	.false_480{
		display: none;
	}
	.true_480{
		display: block;
	}
	
	/*index_480*/
	.book1{
		width: 54.798%;
		text-align: right;
	}
	.neko{
		width: calc(100% - 54.798%);
		margin-right: 0;
	}
	.book_aun1{
		display: none;
	}
	.book2{
		display: block;
	}
	.book_vshoken{
		width: 100%;
		max-width: 323px;
		margin: 0 auto;
	}
	.book_aun2{
		display: none;
	}
	.book_daienjo{
		border-width: 10px;
	}
	.wrap_book4{
		justify-content: center;
		max-width: 282px;
		margin: 0 auto 10px;
	}
	.book_kowarenai{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.book4{
		width: 152px;
		margin-bottom: 10px;
	}
	.book_frozen{
		width: calc(100% - 162px);/*100% - 152px - 10px*/
		min-width: 100px;
		text-align: left;
	}
	.book_kowarenai2{
		display: none;
	}
	/*about_480*/
	.about_text{
		text-align: left;
	}
}