@charset "utf-8";

#wrap *{
	box-sizing: border-box;
}

/* PC
-------------------------------------------------- */
@media screen and (min-width:1200px){
	#wrap{
		width: 100%;
		margin-top: 40px;
	}
	
	#wrap h1{
		display: block;
		width: 100%;
		text-align: center;
	}
	
	#wrap h1 img{
		width: 100%;
		max-width: 1200px;
	}
	
	.itemLink{
		display: block;
		width: 100%;
		max-width: 1040px;
		background: #cc0000;
		border-radius: 34px;
		line-height: 80px;
		font-size: 20px;
		font-weight: 600;
		text-align: center;
		margin: 40px auto 0;
		color: #ffffff;
		text-decoration: none;
		position: relative;
		transition: 0.3s;
	}
	
	.itemLink:hover{
		background: #f1a23e;
		color: #000000;
	}
	
	.itemLink i{
		position: absolute;
		top: 50%;
		right: 30px;
		transform: translateY(-50%);
		transition: 0.3s;
	}
	
	.itemLink:hover i{
		right: 20px;
	}
	
	
	
	.itemLink02{
		display: block;
		width: 100%;
		max-width: 1040px;
		background: #ac851b;
		border-radius: 34px;
		line-height: 80px;
		font-size: 20px;
		font-weight: 600;
		text-align: center;
		margin: 40px auto 0;
		color: #ffffff;
		text-decoration: none;
		position: relative;
		transition: 0.3s;
	}
	
	.itemLink02:hover{
		background: #000;
		color: #fff;
	}
	
	.itemLink02 i{
		position: absolute;
		top: 50%;
		right: 30px;
		transform: translateY(-50%);
		transition: 0.3s;
	}
	
	.itemLink02:hover i{
		right: 20px;
	}
	
	
	
	
	
	
	
	
	
	#overview .secInner{
		width: 100%;
		max-width: 1200px;
		margin: 60px auto 0;
	}
	
	#overview h2{
		font-size: 40px;
		font-weight: 900;
		text-align: center;
		line-height: 1em;
	}
	
	#overview h2 br{
		display: none;
	}
	
	#overview p{
		font-size: 16px;
		line-height: 1.8em;
		margin-top: 60px;
	}
	
	#movie{
		background: #f1a23e;
		margin-top: 80px;
		padding: 120px 0 80px;
		position: relative;
	}
	
	#movie::before{
		display: block;
		content: "";
		background: url("../img/machine.png");
		aspect-ratio: 287 / 629;
		width: 100%;
		max-width: 287px;
		position: absolute;
		top: -20px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 1;
	}
	
	#movie .secInner{
		width: 100%;
		max-width: 1200px;
		margin: auto;
		display: flex;
		justify-content: space-between;
		position: relative;
		z-index: 2;
	}
	
	#movie .secInner div{
		width: 530px;
	}
	
	#movie .secInner div iframe,
	#movie .secInner div video{
		display: block;
		width: 100%;
		aspect-ratio: 560 / 315;
	}
	
	#movie .secInner div span{
		display: block;
		border: 3px solid #000000;
		background: #ffff00;
		text-align: center;
		font-size: 16px;
		line-height: 1.8em;
		font-weight: 600;
		padding: 10px 0;
		margin-top: 20px;
	}
	
	.manual{
		display: block;
		background: #dee3e3;
		border: 1px solid #cccccc;
		width: 100%;
		max-width: 1040px;
		margin: 60px auto 0;
		font-size: 16px;
		line-height: 60px;
		text-align: center;
		color: #000000;
		text-decoration: none;
		position: relative;
		transition: 0.3s;
	}
	.manual:hover{
		background: #cccccc;
	}
	
	.manual span{
		position: relative;
	}
	
	.manual span::after{
		content: "";
		display: block;
		width: 30px;
		height: 30px;
		background: url("../img/icon_pdf.png") center center no-repeat;
		background-size: contain;
		position: absolute;
		top: 0;
		right: -40px;
	}
	
	.manual i{
		position: absolute;
		top: 50%;
		right: 30px;
		transform: translateY(-50%);
		transition: 0.3s;
	}
	.manual:hover i{
		right: 20px;
	}
	
	#capsule{
		margin-top: 100px;
		background: #f5f7f7;
		position: relative;
		padding-bottom: 50px;
	}
	
	#capsule::before{
		content: "";
		display: block;
		width: 100%;
		height: 150px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		background: #ffffff;
	}
	
	#capsule h2{
		text-align: center;
		display: block;
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
		position: relative;
		z-index: 2;
	}
	
	#capsule h2 img{
		width: 100%;
	}
	
	.bb{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		padding-bottom: 50px;
		border-bottom: 1px solid #000000;
		margin-bottom: 50px;
	}
	#book{
		border-bottom: none;
		margin-bottom: 0;
	}
	
	.obi{
		text-align: center;
		margin-top: 50px;
	}
	
	#vol .obi span{
		display: inline-block;
		background: #000000;
		color: #ffffff;
		font-size: 18px;
		line-height: 1em;
		padding: 10px 20px;
	}
	
	#secret .obi span,
	#book .obi span{
		display: inline-block;
		background: #b18409;
		color: #ffffff;
		font-size: 18px;
		line-height: 1em;
		padding: 10px 20px;
	}
	
	.price{
		color: #cc0000;
		font-size: 18px;
		line-height: 1em;
		font-weight: 600;
		margin-top: 50px;
		text-align: center;
	}
	
	.itemList,
	.secretList{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
		max-width: 1200px;
		margin: 50px auto 0;
	}
	
	.itemList li{
		width: calc(100% / 3);
		max-width: 370px;
		margin-bottom: 50px;
	}
	
	.secretList li{
		width: 24%;
	}
	
	.itemList li img,
	.secretList li img{
		display: block;
		width: 100%;
	}
	
	.itemList li p{
		text-align: center;
		font-size: 14px;
		margin-top: 10px;
	}
	
	.itemList li p span{
		font-size: 12px;
		margin-left: 0.5em;
	}
	
	.sealbook{
		text-align: center;
		margin: 50px 0;
	}
	
	.sealbook img{
		width: 100%;
		max-width: 400px;
	}
}

/* SP
-------------------------------------------------- */
@media screen and (max-width:1199px){
	#wrap{
		width: 100%;
	}
	
	#wrap h1{
		display: block;
		width: 100%;
		text-align: center;
	}
	
	#wrap h1 img{
		width: 100%;
		max-width: 1200px;
	}
	
	.itemLink{
		display: block;
		width: 90%;
		max-width: 1040px;
		background: #cc0000;
		border-radius: 15px;
		line-height: 25px;
		font-size: 16px;
		font-weight: 600;
		text-align: center;
		margin: 30px auto 0;
		color: #ffffff;
		text-decoration: none;
		position: relative;
		transition: 0.3s;
		padding: 10px 70px;
	}
	
	.itemLink:hover{
		background: #f1a23e;
		color: #000000;
	}
	
	.itemLink i{
		position: absolute;
		top: 50%;
		right: 30px;
		transform: translateY(-50%);
		transition: 0.3s;
	}
	
	.itemLink:hover i{
		right: 20px;
	}
	
	
	
	.itemLink02{
		display: block;
		width: 90%;
		max-width: 1040px;
		background: #ac851b;
		border-radius: 15px;
		line-height: 25px;
		font-size: 16px;
		font-weight: 600;
		text-align: center;
		margin: 40px auto 0;
		color: #ffffff;
		text-decoration: none;
		position: relative;
		transition: 0.3s;
		padding: 10px 70px;
	}
	
	.itemLink02:hover{
		background: #000;
		color: #fff;
	}
	
	.itemLink02 i{
		position: absolute;
		top: 50%;
		right: 30px;
		transform: translateY(-50%);
		transition: 0.3s;
	}
	
	.itemLink02:hover i{
		right: 20px;
	}
	
	
	
	
	
	
	
	
	
	#overview .secInner{
		width: 100%;
		max-width: 1200px;
		margin: 60px auto 0;
	}
	
	#overview h2{
		font-size: 20px;
		font-weight: 900;
		text-align: center;
		line-height: 1.3em;
	}
	
	#overview p{
		font-size: 14px;
		line-height: 1.6em;
		margin-top: 40px;
		padding: 0 20px;
	}
	
	#movie{
		background: #f1a23e;
		margin-top: 80px;
		padding: 80px 0 40px;
		position: relative;
	}
	
	#movie::before{
		display: block;
		content: "";
		background: url("../img/machine.png");
		background-size: contain;
		aspect-ratio: 287 / 629;
		width: 60%;
		max-width: 287px;
		position: absolute;
		top: -50px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 1;
	}
	
	#movie .secInner{
		width: 90%;
		max-width: 1200px;
		margin: 250px auto auto auto;
		position: relative;
		z-index: 2;
	}
	
	#movie .secInner div iframe,
	#movie .secInner div video{
		display: block;
		width: 100%;
		aspect-ratio: 560 / 315;
	}
	
	#movie .secInner div span{
		display: block;
		border: 3px solid #000000;
		background: #ffff00;
		text-align: center;
		font-size: 14px;
		line-height: 1.8em;
		font-weight: 600;
		padding: 10px 0;
		margin-top: 20px;
	}
	
	#movie .secInner div:nth-child(2){
		margin-top: 40px;
	}
	
	.manual{
		display: block;
		background: #dee3e3;
		border: 1px solid #cccccc;
		width: 90%;
		max-width: 1040px;
		margin: 40px auto 0;
		font-size: 14px;
		line-height: 60px;
		text-align: center;
		color: #000000;
		text-decoration: none;
		position: relative;
		transition: 0.3s;
		text-indent: -40px;
	}
	.manual:hover{
		background: #cccccc;
	}
	
	.manual span{
		position: relative;
	}
	
	.manual span::after{
		content: "";
		display: block;
		width: 30px;
		height: 30px;
		background: url("../img/icon_pdf.png") center center no-repeat;
		background-size: contain;
		position: absolute;
		top: -5px;
		right: -40px;
	}
	
	.manual i{
		display: none;
		position: absolute;
		top: 50%;
		right: 30px;
		transform: translateY(-50%);
		transition: 0.3s;
	}
	.manual:hover i{
		right: 20px;
	}
	
	#capsule{
		margin-top: 100px;
		background: #f5f7f7;
		position: relative;
	}
	
	#capsule::before{
		content: "";
		display: block;
		width: 100%;
		height: 100px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		background: #ffffff;
	}
	
	#capsule h2{
		text-align: center;
		display: block;
		width: 80%;
		max-width: 500px;
		margin: 0 auto;
		position: relative;
		z-index: 2;
	}
	
	#capsule h2 img{
		width: 100%;
	}
	
	.bb{
		width: 90%;
		max-width: 1200px;
		margin: 0 auto;
		padding-bottom: 50px;
		border-bottom: 1px solid #000000;
		margin-bottom: 40px;
	}
	#book{
		border-bottom: none;
		margin-bottom: 0;
	}
	
	.obi{
		text-align: center;
		margin-top: 40px;
	}
	
	#vol .obi span{
		display: inline-block;
		background: #000000;
		color: #ffffff;
		font-size: 16px;
		line-height: 1em;
		padding: 10px 20px;
	}
	
	#secret .obi span,
	#book .obi span{
		display: inline-block;
		background: #b18409;
		color: #ffffff;
		font-size: 16px;
		line-height: 1em;
		padding: 10px 20px;
	}
	
	.price{
		color: #cc0000;
		font-size: 16px;
		line-height: 1em;
		font-weight: 600;
		margin-top: 40px;
		text-align: center;
	}
	
	.itemList,
	.secretList{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
		max-width: 1200px;
		margin: 50px auto 0;
	}
	
	.itemList li{
		width: 48%;
		margin-bottom: 20px;
	}
	
	.secretList li{
		width: 48%;
		margin-bottom: 20px;
	}
	
	.itemList li img,
	.secretList li img{
		display: block;
		width: 100%;
	}
	
	.itemList li p{
		text-align: center;
		font-size: 14px;
		margin-top: 10px;
	}
	
	.itemList li p span{
		font-size: 12px;
		margin-left: 0.5em;
	}
	
	.sealbook{
		text-align: center;
		margin: 30px 0;
	}
	
	.sealbook img{
		width: 60%;
		max-width: 400px;
	}
}