@charset "UTF-8";

/*----------------------------------------------*/
/*1120px以下のcss*/
/*----------------------------------------------*/
@media all and (min-width:1112px) {
/*------------------------------------------------------------*/
/*			$name
/*------------------------------------------------------------*/
.light2{
	position:relative;
	overflow: hidden;
}
.light2:before{
	position: absolute;
	content: "";
	display: inline-block;
	top: -180px;
	left: 0;
	width: 60px;
	height: 100%;
	background-color: #fff;
	animation: light2 3s ease-in-out infinite;
}
@keyframes light2 {
	0% { transform: scale(0) rotate(45deg); opacity: 0; }
	80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
	81% { transform: scale(4) rotate(45deg); opacity: 1; }
	100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes light2 {
	0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
	80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
	81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
	100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
#main .box08{
	padding:0 0 60px;
}
#main .box08 p{
	background:url(../images/index/box08_tit_bg.png) no-repeat center center;
	background-size:cover;
	color:#fff;
	text-align:center!important;
	padding:10px 0;
}
#main .box08 b,
#main .box08 small{
	display:block;
	text-align: center;
}
#main .box08 dl{
	background:#fff;
	justify-content: center;
	-webkit-justify-content: center;
	align-items:flex-start;
	-webkit-align-items:flex-start;
	padding:20px;
	border:2px solid #e54e6d;
	border-top:none;
	border-bottom:none;
	box-sizing: border-box;
	margin: 0!important;
}
#main .box08 dl:last-child{
	background:#fff;
	justify-content: center;
	-webkit-justify-content: center;
	align-items:flex-start;
	-webkit-align-items:flex-start;
	padding:20px;
	border:2px solid #e54e6d;
	border-top:none;
	box-sizing: border-box;
	margin: 0!important;
}	
#main .box08 dl dt{
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	width:100px;
	text-align:center;
	padding:5px 0;
	margin:0 30px 0 5px!important;
	color: #000!important;
}	
.content-inner-min{
	width:100%;
	max-width:960px;
	min-width:960px;
	margin:0 auto;
}
.content-flex{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
}	
	
.content-tit03-en{
	font-size:30px;
	letter-spacing: 0.08em;
	line-height:1.2;
	font-family: 'Cinzel';
}
.content-txt01{
	font-size:16px!important;
	letter-spacing: 0.04em;
	line-height:1.875;
}
.bg01-fixed{
	background:url(../images/index/bg01_pc.jpg) no-repeat center center fixed;
	background-size:cover;
}	
}


/*----------------------------------------------*/
/*1024px以下のcss*/
/*----------------------------------------------*/
@media all and (min-width:769px) and (max-width:1111px) {
/*------------------------------------------------------------*/
/*			$name
/*------------------------------------------------------------*/
.light2{
	position:relative;
	overflow: hidden;
}
.light2:before{
	position: absolute;
	content: "";
	display: inline-block;
	top: -180px;
	left: 0;
	width: 60px;
	height: 100%;
	background-color: #fff;
	animation: light2 3s ease-in-out infinite;
}
@keyframes light2 {
	0% { transform: scale(0) rotate(45deg); opacity: 0; }
	80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
	81% { transform: scale(4) rotate(45deg); opacity: 1; }
	100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes light2 {
	0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
	80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
	81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
	100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
#main .box08{
	padding:0 0 40px;
}
#main .box08 p{
	background:url(../images/index/box08_tit_bg.png) no-repeat center center;
	background-size:cover;
	color:#fff;
	text-align:center!important;
	padding:10px 0;
}
#main .box08 b,
#main .box08 small{
	display:block;
	text-align: center;	
}
#main .box08 dl{
	background:#fff;
	justify-content: center;
	-webkit-justify-content: center;
	align-items:flex-start;
	-webkit-align-items:flex-start;
	padding:10px 0;
	border:2px solid #e54e6d;
	border-top:none;
	border-bottom:none;
	box-sizing: border-box;
	margin: 0!important;	
}
#main .box08 dl:last-child{
	background:#fff;
	justify-content: center;
	-webkit-justify-content: center;
	align-items:flex-start;
	-webkit-align-items:flex-start;
	padding:10px 0;
	border:2px solid #e54e6d;
	border-top:none;
	box-sizing: border-box;
	margin: 0!important;
}	
#main .box08 dl dt{
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	width:100px;
	text-align:center;
	padding:5px 0;
	margin:0 30px 0 5px!important;
	color: #000!important;
}
.content-inner-min{
	width:100%;
	max-width:960px;
	min-width:960px;
	margin:0 auto;
}
.content-flex{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
}	
.content-tit03-en{
	font-size:30px;
	letter-spacing: 0.08em;
	line-height:1.2;
	font-family: 'Cinzel';
}	
.content-txt01{
	font-size:16px!important;
	letter-spacing: 0.04em;
	line-height:1.875;
}
.bg01-fixed{
	background:url(../images/index/bg01_pc.jpg) no-repeat center center fixed;
	background-size:cover;
}	
}



/*----------------------------------------------*/
/*768px以下のcss*/
/*----------------------------------------------*/
@media all and (min-width:481px) and (max-width:768px) {

/*------------------------------------------------------------*/
/*			$name
/*------------------------------------------------------------*/
.light2{
	position:relative;
	overflow: hidden;
}
.light2:before{
	position: absolute;
	content: "";
	display: inline-block;
	top: -180px;
	left: 0;
	width: 60px;
	height: 100%;
	background-color: #fff;
	animation: light2 3s ease-in-out infinite;
}
@keyframes light2 {
	0% { transform: scale(0) rotate(45deg); opacity: 0; }
	80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
	81% { transform: scale(4) rotate(45deg); opacity: 1; }
	100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes light2 {
	0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
	80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
	81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
	100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
#main .box08{
	padding:0 3.125% 10%;
}
#main .box08 p{
	background:url(../images/index/box08_tit_bg.png) no-repeat center center;
	background-size:cover;
	color:#fff;
	text-align:center!important;
	padding:3% 0;
}
#main .box08 b,
#main .box08 small{
	display:block;
	text-align: center;	
}
#main .box08 dl{
	display:block;
	background:#fff;
	padding:4%;
	border:2px solid #e54e6d;
	border-top:none;
	border-bottom:none;
	box-sizing: border-box;
	margin: 0!important;
}
#main .box08 dl:last-child{
	display:block;
	background:#fff;
	padding:4%;
	border:2px solid #e54e6d;
	border-top:none;
	box-sizing: border-box;
	margin: 0!important;	
}	
#main .box08 dl dt{
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	width:100%;
	margin:0 auto 4%;
	text-align:center;
	padding:2% 0;
	color: #000!important;	
}
.content-inner,
.content-inner-min{
	width:100%;
	max-width:100%;
	min-width:100%;
	margin:0 auto;
}
.content-flex{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
}
.content-tit03-en{
	font-size:30px;
	letter-spacing: 0.08em;
	line-height:1.2;
	font-family: 'Cinzel';
}
.content-txt01{
	font-size:16px!important;
	letter-spacing: 0.04em;
	line-height:1.875;
}
.bg01-fixed{
	background:url(../images/index/bg01_sp.jpg) no-repeat center center;
	background-size:cover;
}	
}



/*----------------------------------------------*/
/*480px以下のcss*/
/*----------------------------------------------*/
@media all and (max-width:480px) {

/*------------------------------------------------------------*/
/*			$name
/*------------------------------------------------------------*/
.light2{
	position:relative;
	overflow: hidden;
}
.light2:before{
	position: absolute;
	content: "";
	display: inline-block;
	top: -180px;
	left: 0;
	width: 60px;
	height: 100%;
	background-color: #fff;
	animation: light2 3s ease-in-out infinite;
}
@keyframes light2 {
	0% { transform: scale(0) rotate(45deg); opacity: 0; }
	80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
	81% { transform: scale(4) rotate(45deg); opacity: 1; }
	100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes light2 {
	0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
	80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
	81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
	100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
#main .box08{
	padding:0 3.125% 10%;
}
#main .box08 p{
	background:url(../images/index/box08_tit_bg.png) no-repeat center center;
	background-size:cover;
	color:#fff;
	text-align:center;
	padding:3% 0;
}
#main .box08 b,
#main .box08 small{
	display:block;
	text-align: center;
}
#main .box08 dl{
	display:block;
	background:#fff;
	padding:4%;
	border:2px solid #e54e6d;
	border-top:none;
	border-bottom:none;
	box-sizing: border-box;
	margin: 0!important;	
}
#main .box08 dl:last-child{
	display:block;
	background:#fff;
	padding:4%;
	border:2px solid #e54e6d;
	border-top:none;
	box-sizing: border-box;
	margin: 0!important;	
}	
#main .box08 dl dt{
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	width:100%;
	margin:0 auto 4%;
	text-align:center;
	padding:2% 0;
	color: #000!important;	
}			
.content-inner,
.content-inner-min{
	width:100%;
	max-width:100%;
	min-width:100%;
	margin:0 auto;
}
.content-flex{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
}	
.content-tit03-en{
	font-size:30px;
	letter-spacing: 0.08em;
	line-height:1.2;
	font-family: 'Cinzel';
}
.content-txt01{
	font-size:16px!important;
	letter-spacing: 0.04em;
	line-height:1.875;
}	
.bg01-fixed{
	background:url(../images/index/bg01_sp.jpg) no-repeat center center;
	background-size:cover;
}	
}
