@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	/*background: url(../img/bg.png);*/
	color: #222;
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/*IE用*/
@media screen\0{
	body{
		font-family:'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
}
img {
	vertical-align: bottom;
}
ul{
	list-style: none;
}
h1 img {
	width: 100%;
	height: auto;
	/*box-shadow: 0 3px 6px rgba(0,0,0,0.2);*/
}
#wrapper {
	max-width: 680px;
	margin: 0 auto;
}
#link {
	margin: 8% 0;
	padding: 0 5%;
}
#link p{
	font-size: 0.8rem;
	margin-bottom:5%;
}

#link .btn a {
	display: flex;
	align-items: center;
	width: 94%;
	margin: 0 auto 5%;
	padding: 5% 6%;
	background-color: #fff;
	background-image: url(../img/icon_yazirushi.png);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 1em;
	border-radius: 2em;
	color: #52c3f1;
	border:#52c3f1 solid 5px;
	font-size: 1.1rem;
	font-weight: bold;
	text-decoration: none;
	/*box-shadow: 0 3px 0px rgba(0,0,0,0.2), 0 0px 6px rgba(0,0,0,0.2);*/
}
#link .btn .txt{
	display: inline-block;
	margin-left: 3%;
	font-size:1rem;
	font-weight: bold;
	color: #000;
}

#link .btn2{
	border-top:dotted 4px #52c3f1;
	margin-top:8%;
}

#link .btn2 a{
	display: block;
	text-align: center;
	width: 94%;
	margin:8% auto ;
	padding: 5% 10% 5% 6%;
	background-color: #52c3f1;
	background-image: url(../img/icon_yazirushi_w.png);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 1em;
	border-radius: 2em;
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
	text-decoration: none;
}


#movie {
	padding:0 5%;
	text-align: center;
}
#movie h2 {
	margin: 8% 0 2%;
	padding:4% 4% 0;
	color: #52c3f1;
	border-bottom:#52c3f1 solid 4px;
	font-size: 1.3rem;
	vertical-align: bottom;
	text-align: center;
	display: flex;
	align-items: end;
	justify-content: center;
}



#movie h2 .chap{
	display:inline-block;
	margin:0 2.5% 1.5% 0;
	padding: 1.6% 2% 0 2.5%;
	font-size: 1rem;
	border-left: #52c3f1 solid 4px;
	border-right: #52c3f1 solid 4px;
	border-top: #52c3f1 solid 4px;
	border-radius: 1em 1em 0 0 ;

}


#movie h3{
	margin: 5% 0 3%;
	padding:4% 4% 1%;
	color:#000;
	font-size: 1.2rem;
	border-bottom:#52c3f1 solid 4px;
	line-height: 1.3;
}
/*#movie h3 span{
	vertical-align: middle;
}*/

#movie h3 .num{
	color: #52c3f1;
	font-size: 1.3rem;
}

#movie p{
	font-size: 0.8rem;
	margin-bottom:8%;
	text-align: left;
}

#movie .video {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	overflow: hidden;
}
#movie .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
}
#book1 {
	margin: 17% 0 0;
	padding: 5%;
	background: #f4f2e6;
	/*box-shadow: 0 3px 6px rgba(0,0,0,0.2), 0 -3px 6px rgba(0,0,0,0.2);*/
	color:#221816;
}


#book1 .image {
	width: 40%;
	float: left;
}

#book1 .image img {
	width: 100%;
	border: 1px solid #222;
}

#book1 .data {
	width: 60%;
	padding-left: 3%;
	position: relative;
	float: left;
}

#book1 .data .title {
	margin-bottom: 5%;
	padding: 3%;
	color: #fff;
	background: #000 ;
	font-size: 1.0rem;
	font-weight: bold;
}

#book1 .data .release_date img{
	width: 38%;
	position: absolute;
	top: -19%;
	right: 0;
}

#book1 .data .data_list {
	margin-bottom: 5%;
	position: relative;
	z-index: 1;
}

#book1 .data .data_list li {
	color: #221816;
	font-weight: bold;
	line-height: 1.3;
	list-style: none;
}

#book1 .data .data_list li:nth-of-type(1)  {
	font-size: 1.1rem;
}

#book1 .data .data_list li:nth-of-type(2) {
	margin-top: 1%;
	font-size: 0.7rem;
}

#book1 .data .data_list li:nth-of-type(3) {
	font-size: 0.5rem;
	font-weight: normal;
	margin-top: 1%;
}

#book1 .data .data_list li small {
	font-size: 0.5rem;
	font-weight: normal;
}
#book1 .data .buy_button {
	margin: 0 0 3%;
	padding: 4% 0;
	background-color: #0d6fb8;
	/*border:0.09em solid #221816;*/
	border-radius: 2em;
	color: #f8ee13;
	font-size: 0.8rem;
	font-weight: bold;
	text-align:center;
	text-decoration: none;
	display: block;
}

footer {
	padding: 4% 0;
	font-size: 0.6rem;
	text-align: center;
}
.cf:after {
	content:" ";
	display:block;
	clear:both;
}

@media only screen and (min-width:769px){
	html, body{
		font-size: 28px;
	}
}

@media only screen and (max-width:768px){
	html, body{
		font-size: 24px;
	}
}

@media only screen and (max-width:480px){
	html, body{
		font-size: 16px;
	}
}
