/* CSS Document */

body {
    background-image: url("img/bg.png");
	font-family: "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,"メイリオ","ＭＳ Ｐゴシック","ヒラギノ角ゴ ProN", "MS PGothic", "sans-serif";
	background-size: cover;
	background-position: top;
	margin: 0;
	font-size: 14px;
	position: relative;
	-webkit-text-size-adjust: 100%;
}
#contMain{
	width: 1000px;
	margin: 0 auto;
}
ul, li {
  margin: 0;
  list-style-type: none;
}

a:link {
  color: #000;
}
a:hover {
  color: #FF52D8;
}
a:visited {
  color: #000;
}

#head #imgArea {
    margin: 0 auto 30px;
    padding: 0;
    background: url("img/mv_2.jpg") center 0 no-repeat;
    height: 200px;
    text-indent: -9999px;
    background-position: center;
}

.mainbook img{
	width: 400px;
}
.bookArea{
	display: flex;
}
.mainbook p{
	font-weight: bold;
	font-size: 1.3rem;
	text-align: center;
	margin-top: 10px;
}
.mainbook p span{
	display: block;
	font-weight: normal;
	font-size: 1rem;
	margin-top: 5px;
}
.subbook{
	margin-top: 100px;
}
.subbook p{
	color: #4473c5;
	font-weight: bold;
	font-size: 1.8rem;
	text-align: center;
}
.mookArea{
	background-color: #4473c5;
	width: 520px;
	padding: 20px 0;
	margin-top: 10px;
	
}
.mookArea p{
	color: #fff;
	line-height: 2.5rem;
}
.mookArea p span{
	display: block;
}


.arrow img{
	width: 70px;
	margin-top: 155px;
}
.subbook1 img,.subbook2 img,.subbook3 img{
	width: 160px;
	margin-bottom: 5px;
}
.subbookArea{
	display: flex;
	margin-top: 90px;
	justify-content: space-between;
}
.subbookArea p{
	font-size: 1rem;
	color: #000;
}
.textArea p{
	font-size: 1.3rem;
	text-align: center;
	margin-top: 50px;
	font-weight: bold;
}
.textArea ul{
	font-size: 1.2rem;
	margin-top: 40px;
	line-height: 2rem;
	font-weight: normal;
}
.textArea ul li:first-child{
	color: #4473c5;
	font-weight: bold;
}
.note{
	font-weight: normal!important;
	font-size: 1.0rem!important;
	margin: 20px 0 50px 0!important;
}
#copyright {
	background: url(img/copyright.png) no-repeat center top;
	height: 40px;
	text-indent: -99999px;
	/*margin:20px 0;*/
}
.textArea ul li{
	padding-left: 1rem;
}
.textArea ul li:first-child{
	padding-left: 0;
}


/**
 * 1080
 * ----------------------------------------------------------------------------
 */
@media screen and (max-width:1080px){
	#head #imgArea{
		width: 95%;
		background-size: contain;
	}
	#contMain{
		width: auto;
	}
	.bookArea{
		flex-direction: column;
	}
	.mainbook,.arrow{
		margin: 0 auto;
	}
	.mainbook img{
		width: auto;
	}
	
	.arrow img{
		margin-top: 0;
		transform: rotate(90deg);
	}
	.subbook{
		margin-top: 10px;
	}
	.mookArea{
		margin: 10px auto 0;
		width: 95%;
	}
	.subbookArea{
		margin: 20px auto;
		width: 95%;
	}
	.subbook1 img, .subbook2 img, .subbook3 img{
		width: 200px;
	}
	.textArea{
		margin: 0 auto;
		width: 95%;
	}
	.textArea p{
		line-height: 1.5;
		text-align: left;
	}
}


/**
 * 767
 * ----------------------------------------------------------------------------
 */
@media screen and (max-width:767px){
	#head #imgArea{
		height: 100px;
	}
	.mainbook{
		text-align: center;
	}
	.mainbook img{
		width: 95%;
	}
	.subbookArea{
		flex-direction: column;
	}
	.mookArea p{
		font-size:  1.5rem;
	}
	.subbookArea{
		text-align: center;
	}
	.subbook1 img, .subbook2 img, .subbook3 img{
		width: 80%;
	}
	.subbook1,.subbook2,.subbook3{
		margin-bottom: 25px;
	}
	.textArea{
		width: 90%;
	}
	.textArea p{
		margin-top: 30px;
		font-size: 1.2rem;
	}
	.textArea ul li{
		padding-left: 0;
		font-size: 1.1rem;
	}
}