@charset "UTF-8";
/* sp(320px) */

/* Youtube埋め込み */
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/* 動画用Modal */
.modal{
	display: none; 
	
	height: 100%;

	min-height: 100vh;
	min-height: -webkit-fill-available;

	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
.modal__bg{
	background: rgba(0,0,0,0.8);

	/*height: 100vh;*/
	
	min-height: 100vh;
	min-height: -webkit-fill-available;

	position: absolute;
	width: 100%;
}
.modal__content{
	/*padding-bottom: 10px;*/

	background-color: transparent;
	
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	
	text-align: center;

	margin-left: auto;
	margin-right: auto;

	/*border: 1px solid #fff;*/
}
.modal__content.modal_portrait {
	padding-top: 40px;
	width:90%;
	height: auto;
}
.modal__content.modal_landscape {
	padding-top: 40px;
	width:auto;
	height: 100vh;
}

.modal__content .m_close {
	position: absolute;
	right: 0px;
	top: 0px;

	width: 30px;
	height: 30px;

	color: #95979c;
	cursor: pointer;

	border: 0px solid #000;
}
.modal__content .m_close:before {
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
	font-size: 40px;
	line-height: 40px;

	position: absolute;
	top: 0;
	left: 0;

	display: block;

	width: 30px;

	content: "\00d7";
	text-align: center;	
	border: 0px solid blue;
}

.modal__content a.btn_modal {
	display: block;
	width: 238px;
	margin-left: auto;
	margin-right: auto;
	transition: all 300ms 0s ease;

}
.modal__content a.btn_modal:hover {
	text-decoration: none;
}
.modal__content.modal_portrait a.btn_modal {
	margin-top: 20px;
}
.modal__content.modal_landscape a.btn_modal {
	margin-top: 10px;
}
/*.modal__content .mimg iframe {
	min-width: 1020px;
	border: 1px solid red;
}*/



/* 表紙用Modal */
.modal2{
	display: none;
	
	height: 100%;

	min-height: 100vh;
	min-height: -webkit-fill-available;


	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
.modal__bg2{
	background: rgba(0,0,0,0.8);
	/*height: 100vh;*/

	min-height: 100vh;
	min-height: -webkit-fill-available;

	position: absolute;
	width: 100%;
}
.modal__content2{
	/*padding-bottom: 10px;*/

	background-color: transparent;
	
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	
	text-align: center;

	margin-left: auto;
	margin-right: auto;

	border: 0px solid #fff;
}
.modal__content2.modal_portrait2 {
	padding-top: 40px;
	width:90%;
	height: auto;
}
.modal__content2.modal_landscape2 {
	padding-top: 40px;
	width:auto;
	height: 100vh;
}

.modal__content2 .m_close2 {
	position: absolute;
	right: 0px;
	top: 0px;

	width: 30px;
	height: 30px;

	color: #95979c;
	cursor: pointer;

	border: 0px solid #000;
}
.modal__content2 .m_close2:before {
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
	font-size: 40px;
	line-height: 40px;

	position: absolute;
	top: 0;
	left: 0;

	display: block;

	width: 30px;

	content: "\00d7";
	text-align: center;	
	border: 0px solid blue;
}

.modal__content2 a.btn_modal2 {
	display: block;
	width: 277px;
	margin-left: auto;
	margin-right: auto;
	
	transition: all 300ms 0s ease;

}
.modal__content2 a.btn_modal2:hover {
	text-decoration: none;
}
.modal__content2.modal_portrait2 a.btn_modal2 {
	margin-top: 20px;
}
.modal__content2.modal_landscape2 a.btn_modal2 {
	margin-top: 10px;
}



@media handheld, print, screen and (min-width: 374px) {
/* iphone6 */


/* end of media query(iphone6) */	
}



@media handheld, print, screen and (min-width: 413px) {
/*  iPhone6 Plus */

/* end of media query(iPhone6 Plus) */	
}



@media handheld, print, screen and (min-width: 481px) {
/* tablet */

/* 動画用Modal */
.modal__content.modal_portrait {
	padding-top: 40px;
	width:90%;
	height: auto;
}
.modal__content.modal_landscape {
	padding-top: 60px;
	/*width:65%;*/
	width:auto;
	height: 100vh;
}
.modal__content .m_close {
	top: 0px;
	width: 30px;
	height: 60px;
}
.modal__content .m_close:before {
	font-size: 40px;
	line-height: 30px;
	width: 30px;
	/*top: 30px;*/
}

.modal__content.modal_landscape .m_close:before {
	top: 30px;
}




.modal__content a.btn_modal {
	width: 288px;
	/*font-size: 18px;*/
	/*margin-top: 40px;*/
}
.modal__content.modal_portrait a.btn_modal {
	margin-top: 40px;
}
.modal__content.modal_landscape a.btn_modal {
	margin-top: 20px;
}


/* 表紙用Modal */
.modal__content2.modal_portrait2 {
	padding-top: 40px;
	width:90%;
	height: auto;
}
.modal__content2.modal_landscape2 {
	padding-top: 55px;
	width:auto;
	height: 100vh;
}
.modal__content2 .m_close2 {
	top: 0px;
	width: 30px;
	height: 30px;
}
.modal__content2.modal_landscape2 .m_close2 {
	top: 25px;
	width: 30px;
	height: 30px;
}

.modal__content2 .m_close2:before {
	font-size: 40px;
	line-height: 30px;
	width: 30px;
}

.modal__content2 a.btn_modal2 {
	width: 378px;
}
.modal__content2.modal_portrait2 a.btn_modal2 {
	margin-top: 40px;
}
.modal__content2.modal_landscape2 a.btn_modal2 {
	margin-top: 10px;
}


/* end of media query(tablet) */	
}



@media handheld, print, screen and (min-width: 621px) {
/* iPad */




/* end of media query(iPad) */	
}



@media handheld, print, screen and (min-width: 768px) {
/* pc */

/* 動画用Modal */
.modal__content.modal_portrait {
	padding-top: 50px;
	width:90%;
	height: auto;
}
.modal__content.modal_landscape {
	padding-top: 90px;
	/*width:60%;*/
	width:auto;
	height: 100vh;

	/*border: 1px solid #fff;*/
}

.modal__content .m_close {
	top: 0px;
	width: 50px;
	height: 50px;
}
.modal__content .m_close:before {
	font-size: 60px;
	line-height: 50px;
	width: 50px;
}

.modal__content.modal_landscape .m_close:before {
	top: 40px;
}

.modal__content a.btn_modal {
	width: 360px;
}

.modal__content.modal_portrait a.btn_modal {
	margin-top: 40px;
}
.modal__content.modal_landscape a.btn_modal {
	margin-top: 20px;
}

/* 表紙用Modal */
.modal__content2.modal_portrait2 {
	padding-top: 50px;
	width:90%;
	height: auto;
}
.modal__content2.modal_landscape2 {
	padding-top: 80px;
	width:40%;
	height: 100vh;
	border: 0px solid #fff;
}

	@media handheld, print, screen and (max-height: 420px) {

		.modal__content2.modal_landscape2 {
			padding-top: 80px;
			width:auto;
			height: 100vh;
			border: 0px solid red;
		}


	/* end of media query(pc) */
	}

.modal__content2 .m_close2 {
	top: 0px;
	width: 50px;
	height: 50px;
}
.modal__content2.modal_landscape2 .m_close2 {
	top: 30px;
	width: 50px;
	height: 50px;
}


.modal__content2 .m_close2:before {
	font-size: 60px;
	line-height: 50px;
	width: 50px;
}

.modal__content2 a.btn_modal2 {
	width: 420px;
	/*font-size: 20px;*/
	/*margin-top: 40px;*/
}

.modal__content2.modal_portrait2 a.btn_modal2 {
	margin-top: 40px;
}
.modal__content2.modal_landscape2 a.btn_modal2 {
	margin-top: 20px;
}


/* end of media query(pc) */
}


@media handheld, print, screen and (min-width: 959px) {
/* pc */

.modal__content.modal_landscape {
	padding-top: 90px;
	width:60%;
	height: 100vh;

	/*border: 1px solid #fff;*/
}

.modal__content2.modal_landscape2 {
	padding-top: 90px;
	width:75%;
	height: 100vh;

	/*border: 5px solid #fff;*/
}

	@media handheld, print, screen and (max-height: 600px) {

		.modal__content2.modal_landscape2 {
			padding-top: 90px;
			width:auto;
			height: 100vh;

			/*border: 5px solid #000;*/
		}


	/* end of media query(pc) */
	}



/* end of media query(pc) */
}

@media handheld, print, screen and (min-width: 1201px) {
/* pc */

/* 動画用Modal */
.modal__content.modal_portrait {
	padding-top: 50px;
	width: 1020px;
	height: auto;
}

.modal__content.modal_landscape {
	width:60%;
	height: 100vh;
	border: 0px solid pink;
}


/* 表紙用Modal */
.modal__content2.modal_portrait2 {
	padding-top: 50px;
	width: 1020px;
	height: auto;
}
.modal__content2.modal_landscape2 {
	width:52%;
	height: 100vh;
}


	@media handheld, print, screen and (max-height: 660px) {

		.modal__content.modal_landscape {
			width:50%;
			height: 100vh;
			border: 0px solid red;
		}

		.modal__content2.modal_landscape2 {
			width:43%;
			height: 100vh;
			border: 0px solid red;
		}

	/* end of media query(pc) */
	}

	@media handheld, print, screen and (max-height: 580px) {

		.modal__content.modal_landscape {
			width:40%;
			height: 100vh;
			border: 0px solid blue;
		}

		.modal__content2.modal_landscape2 {
			width:33%;
			height: 100vh;
			/*border: 1px solid blue;*/
		}

	/* end of media query(pc) */
	}

	@media handheld, print, screen and (max-height: 480px) {

		.modal__content.modal_landscape {
			width:30%;
			height: 100vh;
			border: 0px solid yellow;
		}

		.modal__content2.modal_landscape2 {
			width:30%;
			height: 100vh;
			/*border: 1px solid yellow;*/
		}

	/* end of media query(pc) */
	}






/* end of media query(pc) */
}


