
/*=================================================
 * CSS for PC
 * ================================================= */

body{
	text-align  : center;
	font-size   : 12px;
	line-height : 16px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	-webkit-text-size-adjust: 100%;
	scrollbar-face-color: #ffffff;
	scrollbar-3dlight-color: #553f09;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #553f09;
	scrollbar-arrow-color: #553f09;
	scrollbar-track-color: #ffffff;
	-webkit-font-smoothing: subpixel-antialiased;
}

a{
	text-decoration : none;
	color: #f88428;
}

a:hover{
	text-decoration : underline;
}

a[href^="tel:"] { cursor: default; text-decoration: none; color: #43bfb6;}
a[href^="tel:"]:hover{  text-decoration: none;}

h1, h2, h3, h4, h5{
	font-size   : 13px;
	margin: 0;
	padding: 0;
}

ul{
	list-style-type : none;
}

li{
	margin      : 0px;
	padding     : 0px;
}

table{
	font-size   : 13px;
}

table tr{
	vertical-align  : top;
}

i, em{
	font-style      : normal;
}

div, p{
	margin: 0;
	padding: 0;
}






body{
	color: #000;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	background: linear-gradient(0deg, #666 0%,#999 100%);
	background-attachment: fixed;
}

header,
main,
footer{
	max-width: 800px;
	overflow-x: hidden;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}


/** header **/

header{
	position: relative;
}
header img{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.top_txt{
	font-size: 0;
	line-height: 0;
	padding: 10px 50px 30px 50px;
}
.top_txt img{
	width: 100%;
	max-width: 900px;
	height: auto;
}

#topimg + .contact{
	margin-bottom: 30px;
}



#product{
	position: relative;
	padding: 50px 0 20px 0;
	margin-bottom: 0;
	background: #FF69A5;
	background: linear-gradient( -220deg, #9e1e1d 0%, #7e0d0c 100%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
#product .product_box{
	position: relative;
}
#product .product_box + .product_box{
	margin-top: 20px;
}
#product .product_in{
	position: relative;
	z-index: 2;
	width: 700px;
	border-radius: 10px;
	background: #fff;
	margin: 0 auto 50px auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
#product .product_in:last-of-type{
	margin-bottom: 0;
}
#product .product_in h2{
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 800;
	font-size: 45px;
	line-height: 45px;
	margin: 0 0 30px 0;
	color: #fff;
	border-radius: 10px 10px 0 0;
	background: #000;
	padding: 20px 0 20px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
#product .product_img{
	font-size: 0;
	line-height: 0;
	margin: 0 0 30px 0;
	padding: 0 50px;
}
#product .product_img img{
	width: 100%;
	height: auto;
}
#product .product_img a,
#product .product_img button{
	display: inline-block;
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
	color: #326db4;
	background: none;
	border: 3px solid #326db4;
	border-radius: 5px;
	padding: 10px 15px;
	margin-bottom: 15px;
	cursor: pointer;
	filter:drop-shadow(0px 5px 5px rgba(0,0,0,0.25));
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#product .product_img a:hover,
#product .product_img button:hover{
	text-decoration: none;
	filter:drop-shadow(0px 0px 0px rgba(0,0,0,0.25));
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#product .product_img .product_img_ca{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 20px;
	margin: 30px 0 45px 0;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
#product .product_img .product_img_ca span{
	position: absolute;
	top: 0;
	left: 0;
	color: #ff0000;
}
#product .product_box .product_name{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	flex-direction: column;
	width: 530px;
	height: 100px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	border: 5px solid #7e0d0c;
	border-radius: 50px;
	background: #fff;
	margin-bottom: 50px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
#product .product_box .product_name p:nth-of-type(2){
	font-size: 15px;
	line-height: 1.4;
	font-weight: normal;
}

#product .product_balloon{
	position: absolute;
	top: 30px;
	right: -10px;
	z-index: 100;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
}

#product .product_balloon span{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 0;
	padding: 0 5px;
	width: 130px;
	height: auto;
	aspect-ratio: 1 / 1;
	text-align: center;
	color: #4e2a11;
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
	background: #ffd046;
	border-radius: 50%;
	box-sizing: border-box;
}
#product .product_balloon span:before {
	content: "";
	position: absolute;
	bottom: -5px;
	left: -5px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #ffd046;
	z-index: -1;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#product .product_balloon span i:nth-of-type(1){
	font-size: 28px;
	line-height: 1;
}
#product_t{
	width: calc(100% - 40px);
	max-width: 700px;
	border-radius: 10px;
	border: 5px solid #ff728a;
	margin: 0 auto 50px auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
#product_t h3{
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 800;
	font-size: 45px;
	line-height: 60px;
	color: #fff;
	background: #ff728a;
	padding-bottom: 5px;
}
#product_t .product_timg{
	padding: 10px 10px 0 10px;
}

#product_t .product_timg img{
	width: 100%;
	max-width: 510px;
	height: auto;
}
#product_t .product_tname{
	font-size: 27px;
	line-height: 1.2;
	font-weight: bold;
	margin-top: -15px;
}
#product_t .product_tname span{
	font-size: 14px;
	line-height: 1.2;
	font-weight: normal;
}
#product_t .product_tca{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 20px;
	margin: 15px 0 15px 0;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
#product_t .product_tca span{
	position: absolute;
	top: 0;
	left: 0;
	color: #ff0000;
}

#product_t+.contact{
	margin-bottom: 50px;
}



#spe{
	position: relative;
	background: url(../../photo/event/9/lp/spe_bg.jpg?t=0911) no-repeat top center;
	background-size: cover;
	padding: 50px 50px 50px 50px;
	margin-top: 50px;
}
#spe h2{
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 800;
	font-size: 70px;
	font-style: italic;
	line-height: 80px;
	text-align: center;
	color: #fff;
	margin: 0 0 60px 0;
}
#spe .spe_box_bg{
	width: 100%;
	max-width: 970px;
	margin: 0 auto 30px auto;
	padding: 10px;
	border-radius: 10px;
	background: #FF69A5;
	background: linear-gradient( -220deg, #9e1e1d 0%, #7e0d0c 100%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
#spe .spe_box{
	border: 3px solid #fff;
	border-radius: 5px;
	padding: 25px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
#spe .spe_box h3{
	position: relative;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 800;
	font-size: 60px;
	line-height: 70px;
	color: #fff;
	padding: 0 0 50px 0;
	color: #00cb00;
	background: -webkit-linear-gradient(top, #fffcdf 0%, #ffeb66 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#spe .spe_box h3:after{
	content: "";
	width: 280px;
	height: 45px;
	background: url(../../photo/event/9/lp/spe_line.png) no-repeat top center;
	background-size: 100%;
	position: absolute;
	bottom: 0;
	left: calc(50% - 140px);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
#spe .spe_box p{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 800;
	font-size: 28px;
	line-height: 1;
	color: #000;
	margin: 0 0 20px 0;
}
#spe .spe_box p span{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	font-size: 25px;
	line-height: 1;
	color: #fff;
	margin-right: 10px;
	background: #000;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
#spe .spe_box p em{
	flex: 1;
	font-size: 50px;
	line-height: 1;
	color: #fff;
	padding: 5px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
#spe .spe_box div{
	display: inline-block;
	vertical-align: top;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 800;
	text-align: center;
	color: #ffff00;
	background: #000;
	border-radius: 60px;
	padding: 15px 30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
#spe .spe_box div span{
	font-size: 35px;
	line-height: 1.2;
}
#spe .spe_box div i{
	font-size: 18px;
	line-height: 1.2;
	font-weight: 400;
}
#spe .spe_txt{
	font-size: 0;
	line-height: 0;
	padding-top: 20px;
}
#spe .spe_txt img{
	width: 100%;
	max-width: 900px;
	height: auto;
}


/** edtl **/
#edtl{
	background: #f6e4e4;
	padding: 50px 50px 50px 50px;
}
#edtl h2{
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 800;
	font-size: 70px;
	font-style: italic;
	line-height: 80px;
	text-align: center;
	color: #000;
	margin: 0 0 30px 0;
}
#edtl .edtl_in{
	border: 3px solid #000;
	padding: 50px;
	margin-bottom: 50px;
	background: #fff9e5;
}
#edtl .edtl_in.colpop{
	background: #d9edf3;
}
#edtl .edtl_day{
	display: inline-block;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.4;
	color: #fff;
	background: #000;
	padding: 10px 20px;
	border-radius: 30px;
	margin: 0 0 20px 0;
}
#edtl h3{
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 800;
	font-size: 50px;
	line-height: 1.2;
	margin: 0 0 5px 0;
}
#edtl .edtl_add{
	font-size: 16px;
	line-height: 1.4;
	margin: 0 0 20px 0;
}
#edtl .edtl_map{
	margin: 0 0 20px 0;
}
#edtl .edtl_map iframe{
	display: block;
	width: 100%;
	height: 400px;
}

#edtl table{
	border-collapse:  collapse; 
	width: 100%;
	font-size: 14px;
	line-height: 1.4;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
#edtl table th,
#edtl table td{
	text-align: left;
	padding: 15px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	background: #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
#edtl table th{
	width: 130px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	color: #fff;
	background: #000;
}
#edtl table td .edtl_cat{
	margin-top: 10px;
}

#edtl .edtl_pop{
	border-bottom: 2px dotted #000;
	margin: 20px 0;
	padding: 0 0 20px 0;
}
#edtl .edtl_pop:first-of-type{
	margin-top: 0;
}
#edtl .edtl_pop h3{
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 800;
	font-size: 40px;
	line-height: 1.2;
	margin: 0 0 20px 0;
}
#edtl .edtl_pop div{
	font-size: 20px;
	line-height: 1.4;
}

#edtl .edtl_kdtl{
	border-bottom: 2px dotted #000;
	margin: 20px 0;
	padding: 0 0 20px 0;
}
#edtl .edtl_kdtl:first-of-type{
	margin-top: 0;
}
#edtl .edtl_kdtl table{
	margin: 0 0 10px 0;
	
}
#edtl .edtl_kdtl table th{
	background: rgba(0,0,0,0.5);
	
}

#edtl .edtl_kdtl h3{
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 800;
	font-size: 40px;
	line-height: 1.2;
	margin: 0 0 20px 0;
}
#edtl .edtl_kdtl p{
	font-size: 14px;
	line-height: 1.4;
	text-align: left;
}
#edtl .edtl_kdtl ul{
	font-size: 14px;
	line-height: 1.4;
	text-align: left;
	margin: 10px 0 10px 0;
	padding: 0 0 0 18px;
}

#edtl .edtl_kdtl li{
	margin: 0 0 5px 0;
	list-style-type: disc;
}
#edtl .edtl_kdtl li::marker{
	font-size: 10px;
	color: rgba(0,0,0,0.3);
}

#edtl .catilist{
	text-align: left;
}

#edtl .catilist h4{
	font-size: 16px;
	line-height: 1.2;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #000;
	padding: 5px;
	margin: 0 0 10px 0;
}

#edtl .catilist h5{
	font-size: 14px;
	line-height: 1.2;
	font-weight: bold;
	text-align: left;
	margin: 0 0 5px 0;
}

#edtl .catilist ul{
	font-size: 11px;
	line-height: 1.2;
	margin: 0 0 15px 0;
	padding: 0 0 0 18px;
}

#edtl .catilist li{
	margin: 0 0 4px 0;
	list-style-type: disc;
}
#edtl .catilist li::marker{
	font-size: 10px;
	color: rgba(0,0,0,0.3);
}


#edtl .edtl_cat{
	text-align: left;
}

#edtl .edtl_cat p{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 5px 0;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
#edtl .edtl_cat p:last-of-type{ margin-bottom: 0;}
#edtl .edtl_cat p span{
	position: absolute;
	top: 0;
	left: 0;
	color: #ff0000;
}



/** contact **/

.contact_bt{
	position: relative;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: calc(100% - 30px);
	max-width: 500px;
	height: 80px;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 800;
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	background: linear-gradient(to right, #ffba00 0%, #ff7e00 50%, #ffba00 100%);
	background-size: 200% auto;
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
	border-radius: 5px;
	margin: 0 auto;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.contact_bt:hover{
	color: #fff;
	background-position: right center;
	text-decoration: none;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
}

.contact_bt.gray,
.contact_bt.gray:hover{
	color: #999 !important;
	background: #ccc !important;
	box-shadow: none;
}

.contact p{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 20px;
	margin: 30px 0 0 0;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
.contact p span{
	position: absolute;
	top: 0;
	left: 0;
	color: #ff0000;
}
.contact_btm{
	padding: 50px 0;
}



/** salinfo **/
#salinfo{
	padding: 50px;
	background: #f5f5f5;
}

#salinfo table{
	border-collapse:  collapse; 
	width: 100%;
	font-size: 14px;
	line-height: 1.4;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

#salinfo table th,
#salinfo table td{
	text-align: left;
	padding: 15px;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

#salinfo table th{
	width: 150px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	background: #ececec;
}



/** footer **/

footer{
	font-size: 0;
	line-height: 0;
	text-align: center;
	background: #000;
	padding: 80px 0 80px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}


footer div{
	text-align: center;
}
footer div img{
	width: 155px;
}

footer address{
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	padding: 60px 0 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
footer address,
footer address a{	color: #fff;}
footer address a:hover{	color: #fff; underline}

.pc_none{ display: none;}



/***************************************
MODAL
****************************************/

.modal_caution,
.modal_vr{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-size: 0;
	line-height: 0;
	position: fixed;
	z-index: 2000000000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.8);
	opacity: 1;
	filter: alpha(opacity=100);
	overflow-y: auto;
	overscroll-behavior: contain;
	-webkit-transition	: 0.4s ease-in-out;
	-moz-transition	: 0.4s ease-in-out;
	-o-transition	: 0.4s ease-in-out;
	transition		: 0.4s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.modal_caution.is-hide{
	opacity: 0;
	pointer-events: none;
}
.modal_caution > div,
.modal_vr > div{
	padding: 20px 0 80px 0;
}


/** modal_caution **/

.modal_caution .modal_box{
	width: 520px;
	background: #fff;
	border: 6px solid #ccc;
	margin: 0 auto 10px auto;
	padding: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.modal_caution .modal_box p{
	position: relative;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	margin: 0 0 20px 0;
}
.modal_caution .modal_box p:last-of-type{	margin-bottom: 0;}
.modal_caution p.modal_t{
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	margin: 10px 0 25px 0;
}
.modal_caution .modal_box p.pl{
	padding-left: 20px;
}
.modal_caution .modal_box p.pl span{
	display: inline-block;
	vertical-align: top;
	width: 13px;
	font-size: 10px;
	line-height: 13px;
	text-align: center;
	color: #fff;
	background: #000;
	border-radius: 50%;
	position: absolute;
	top: 4px;
	left: 0;
}
.modal_caution .modal_box p em{
	font-weight: bold;
}
.modal_caution .modal_box p a{
	color: #0099ff;
	text-decoration: none;
}
.modal_caution .modal_box p a:hover{	text-decoration: none;}
.modal_caution .modal_box p.tr{	text-align: right;}


/** modal_vr **/

.modal_vr{
	opacity: 0;
	visibility: hidden;
	-webkit-transition	: none;
	-moz-transition	: none;
	-o-transition	: none;
	transition		: none;
}

.modal_vr .modal_vrbox{
	width: 600px;
	background: #fff;
	border: 6px solid #ccc;
	margin: 0 auto 10px auto;
	padding: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.modal_vr_mv{
	width: 100%;
	aspect-ratio: 16 / 9;
	font-size: 0;
	line-height: 0;
	margin: 0 0 25px 0;
	background: #999;
}
.modal_vr_mv iframe,
.modal_vr_mv video{
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}
.modal_vr_p{
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	margin: 25px 0 0 0;
}
.modal_vr_p span{	color: #ff0000;}


.modal_caution .bt,
.modal_vr .bt{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 125px;
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
	background: #cc0000;
	border-radius: 3px;
	border: none;
	outline: none;
	margin: 0 auto;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.modal_caution .bt span,
.modal_vr .bt span{
	display: inline-block;
	font-weight: normal;
	margin-right: 5px;
}





/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 800px) {
	a[href^="tel:"] { cursor: pointer;}
	a:hover{    text-decoration: none;}
	body{   min-width: 0; box-shadow: none;}
	body{ background: none;}


	/** header **/
	header img{
		margin-bottom: 0px;
	}
	.top_txt{
		padding: 15px 20px 30px 20px;
	}

	/** product **/
	#product{
		position: relative;
		padding: 20px 20px 1px 20px;
		margin-bottom: 0;
	}
	#product .product_in{
		position: relative;
		z-index: 2;
		width: 100%;
		height: auto;
		border-width: 5px;
		margin-bottom: 20px;
	}
	#product .product_in h2{
		font-size: clamp( 18px, calc( -2px + 6.25vw ), 28px );
		line-height: 1.2;
		margin: 0 0 20px 0;
		padding: 10px 0 10px 0;
	}
	#product .product_img{
		margin: 0 0 20px 0;
		padding: 0 20px;
	}
	#product .product_img a{
		font-size: 13px;
		padding: 10px 15px;
		margin-bottom: 10px;
	}
	#product .product_img .product_img_ca{
		font-size: 10px;
		line-height: 15px;
		text-align: left;
		margin: 10px 0 15px 0;
		padding-left: 15px;
	}
	#product .product_box + .product_box{
		margin-top: 10px;
	}
	#product .product_box .product_name{
		width: 260px;
		height: 55px;
		font-size: 11px;
		border-width: 3px;
		border-radius: 35px;
		padding: 0 10px;
		margin-bottom: 20px;
	}
	#product .product_box .product_name p:nth-of-type(2){
		font-size: 10px;
		line-height: 1.2;
	}
	
	#product .product_balloon{
		top: 15px;
		filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.2));
	}
	#product .product_balloon span{
		width: 75px;
		font-size: 11px;
	}
	#product .product_balloon span:before {
		bottom: -8px;
		left: -8px;
	}
	#product .product_balloon span i:nth-of-type(1){
		font-size: 16px;
		line-height: 1;
	}
	
	#product_t{
		margin-bottom: 40px;
	}
	#product_t h3{
		font-size: 28px;
		line-height: 40px;
	}
	#product_t .product_tname{
		font-size: 14px;
	}
	#product_t .product_tname_s{
		font-size: 10px;
	}
	#product_t .product_tca{
		font-size: 10px;
		line-height: 15px;
		text-align: left;
		margin: 10px 0 15px 0;
		padding-left: 15px;
	}
	
	#product_t+.contact{
		margin: 0 0 30px 0;
	}

	/** spe **/
	#spe{
		position: relative;
		padding: 30px 20px 30px 20px;
		margin-top: 30px;
	}
	#spe h2{
		font-size: 38px;
		font-style: italic;
		line-height: 60px;
		text-align: center;
		color: #fff;
		margin: 0 0 30px 0;
	}
	#spe .spe_box_bg{
		margin: 0 0 20px 0;
	}
	#spe .spe_box{
		padding: 10px;
	}
	#spe .spe_box h3{
		font-size: 40px;
		line-height: 50px;
		padding: 0 0 30px 0;
	}
	#spe .spe_box h3:after{
		content: "";
		width: 160px;
		height: 32px;
		position: absolute;
		bottom: 0;
		left: calc(50% - 80px);
	}
	#spe .spe_box p{
		font-size: 18px;
		margin: 0 0 10px 0;
	}
	#spe .spe_box p span{
		width: 50px;
		height: 50px;
		font-size: 15px;
	}
	#spe .spe_box p em{
		flex: 1;
		font-size: clamp( 22px, calc( -10px + 10vw ), 35px );
		line-height: 1.1;	
		padding: 0;
	}
	#spe .spe_box div{
		display: block;
		text-align: center;
		border-radius: 35px;
		padding: 10px;
	}
	#spe .spe_box div span{
		font-size: 22px;
		line-height: 1.2;
	}
	#spe .spe_box div i{
		font-size: 12px;
		line-height: 1.2;
	}
	#spe .spe_txt{
		font-size: 0;
		line-height: 0;
	}
	#spe .spe_txt img{
		width: 100%;
		height: auto;
	}


	/** edtl **/
	#edtl{
		padding: 20px;
	}
	#edtl h2{
		font-size: 35px;
		line-height: 60px;
		margin: 0 0 10px 0;
	}
	#edtl .edtl_in{
		padding: 20px;
		margin-bottom: 30px;
	}
	#edtl .edtl_day{
		font-size: 14px;
		padding: 10px 15px;
		border-radius: 30px;
		margin: 0 0 20px 0;
	}
	#edtl h3{
		font-size: 40px;
		line-height: 1;
		margin: 0 0 15px 0;
	}
	#edtl .edtl_add{
		font-size: 14px;
		margin: 0 0 20px 0;
	}
	#edtl .edtl_map{
		margin: 0 0 20px 0;
	}
	#edtl .edtl_map iframe{;
		height: 350px;
	}
	#edtl table{
		font-size: 13px;
	}
	#edtl table th,
	#edtl table td{
		padding: 10px;
	}
	#edtl table th{
		width: 105px;
		text-align: center;
		vertical-align: middle;
		font-weight: normal;
		color: #fff;
		background: #000;
		padding: 10px 5px;
	}
	#edtl .edtl_pop h3{
		font-size: 26px;
	}
	#edtl .edtl_pop div{
		font-size:clamp( 12px, calc( -4px + 5vw ), 20px );
	}
	#edtl .edtl_kdtl h3{
		font-size: 26px;
	}
	
	#edtl .edtl_cat p{
		font-size: 10px;
		line-height: 15px;
		margin: 0 0 5px 0;
		padding-left: 15px;

	}




	/** contact **/
	.contact_bt{
		width: 100%;
		max-width: 300px;
		height: 60px;
		font-size: 18px;
		line-height: 20px;
		box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
	}
	.contact p{
		width: 290px;
		font-size: 10px;
		line-height: 15px;
		text-align: left;
		margin: 10px 0 0 0;
		padding-left: 15px;
	}
	.contact_btm{
		padding: 30px 0;
	}
	
	/** salinfo **/
	#salinfo{
		padding: 20px;
	}
	#salinfo table{
		font-size: 13px;
	}
	#salinfo table th{
		width: 90px;
		padding: 15px 5px;
	}
	
	.pc_none{ display: inline;}
	.sp_none{ display: none;}
	
	
	/***************************************
	MODAL
	****************************************/
	.modal_caution .modal_box,
	.modal_vr .modal_vrbox{
		width: calc(100% - 30px);
		max-width: 610px;
		padding: 15px;
	}
	.modal_caution .modal_box p{
		font-size: 13px;
		line-height: 18px;
		margin: 0 0 15px 0;
	}
	.modal_caution .modal_box p.pl{
		padding-left: 0;
	}
	.modal_caution p.modal_t{
		font-size: 20px;
		line-height: 26px;
	}
	.modal_vr_mv{
		margin: 0 0 15px 0;
	}
	.modal_vr_p{
		position: relative;
		font-size: 10px;
		line-height: 15px;
		text-align: left;
		margin: 15px 0 0 0;
		padding-left: 15px;
	}
	.modal_vr_p span{
		display: inline-block;
		vertical-align: top;
		position: absolute;
		top: 0;
		left: 0;
	}
	
}

@media screen and (max-height: 500px) {
	.modal_caution,
	.modal_vr{
		align-content: start;
	}
}