@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: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}
.modal__bg{
	background: rgba(0,0,0,0.8);
	height: 100vh;
	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: 0px 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: 260px;
	margin-left: auto;
	margin-right: auto;
	
	font-size: 16px;
	text-align: center;
	/*margin-top: 20px;*/
	background-color: #ffcf3b;
	border-radius: 40px;
	padding: 0.6em 1em;
	color: #000;
	transition: all 300ms 0s ease;

}
.modal__content a.btn_modal:hover {
	text-decoration: none;
	background-color: #f8d875;
}
.modal__content.modal_portrait a.btn_modal {
	margin-top: 20px;
}
.modal__content.modal_landscape a.btn_modal {
	margin-top: 10px;
}



/* 表紙用Modal */
.modal2{
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}
.modal__bg2{
	background: rgba(0,0,0,0.8);
	height: 100vh;
	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: 260px;
	margin-left: auto;
	margin-right: auto;
	
	font-size: 16px;
	text-align: center;
	/*margin-top: 20px;*/
	background-color: #ffcf3b;
	border-radius: 40px;
	padding: 0.6em 1em;
	color: #000;
	transition: all 300ms 0s ease;

}
.modal__content2 a.btn_modal2:hover {
	text-decoration: none;
	background-color: #f8d875;
}
.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: 40px;
	width:65%;
	height: 100vh;
}
.modal__content .m_close {
	top: 0px;
	width: 30px;
	height: 30px;
}
.modal__content .m_close:before {
	font-size: 40px;
	line-height: 30px;
	width: 30px;
}

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


/* 表紙用Modal */
.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 {
	top: 0px;
	width: 30px;
	height: 30px;
}
.modal__content2 .m_close2:before {
	font-size: 40px;
	line-height: 30px;
	width: 30px;
}

.modal__content2 a.btn_modal2 {
	width: 320px;
	/*font-size: 18px;*/
	/*margin-top: 40px;*/
}
.modal__content2.modal_portrait2 a.btn_modal2 {
	margin-top: 40px;
	font-size: 18px;
}
.modal__content2.modal_landscape2 a.btn_modal2 {
	margin-top: 20px;
	font-size: 14px;
}


/* 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: 801px) {
/* pc */

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

.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 a.btn_modal {
	width: 400px;
	/*font-size: 20px;*/
	/*margin-top: 40px;*/
}

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

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

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

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

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


/* 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:auto;
	height: 100vh;
}

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



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