@charset "UTF-8";
/* CSS Document */

#sec01 {
	padding-top: 100px;
	background-image: url("../img/bg-sec01.jpg");
	background-position: center center;
	background-size: 50%;
	position: relative;
	overflow: hidden;
}
#sec01 .titBox {
	max-width: 1600px;
	margin: 0 auto;
}
#sec01 .figBox {
	max-width: 900px;
	transform: translateY(-10%);
}
#sec01 .wBox {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100vw;
	height: 10vh;
	border-left: #fff solid 50vw;
	border-right: #fff solid 50vw;
	border-top: transparent solid 10vh;
}

#sec02 {
	position: relative;
}
#sec02 .boxWidth {
	position: relative;
}
#sec02 .fuku3 {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
}
#sec02 .flex {
	justify-content: flex-start;
}
#sec02 .flex .item {
	width: calc(100% / 3);
}
#sec02 .kasi {
	position: absolute;
	width: 32%;
	right: 0;
	bottom: 0;
}
#sec02 .caption {
	padding: 1em;
	font-size: 12px;
}
 
#sec03 {
	position: relative;
	padding: 50px 0;
	margin-top: 50px;
	background-color: rgba(238,237,233,1.00);
}
#sec03 .caution {}
#sec03 .caution {}
#sec03 .caution h5 {
	font-size: 21px;
	text-align: center;
	padding-bottom: 0.3em;
}
#sec03 .caution ul {
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	border: #999 solid 1px;
	padding: 2% 4%;
	background-color: rgba(255,255,255,0.3);
}
#sec03 .caution li {
	font-size: 14px;
	padding: 0.3em 0;
	line-height: 1.3;
	text-align: left;
	text-indent: -1.2em;
	padding-left: 1.2em;
}
#sec03 .btnBox {
	width: 80%;
	max-width: 400px;
	padding: 50px 0 10px;
	
}
#sec03 .btnBox a {
	transition: 0.5s;
	display: block;
	border: #fff solid 2px;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}
#sec03 .btnBox a:hover {
	transform: scale(1.1) translateY(-6px);
	box-shadow: 0px 8px 8px rgba(0,0,0,0.5);
}
a.kirari {
	overflow: hidden;
  position: relative;
	display: block;
}
a.kirari::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
a.kirari::before {
  animation: shine 4s infinite;
}

@keyframes shine {
  30% {
    left: 125%;
  }
	100% {
    left: 125%;
  }
}
a.kirari:hover {
	filter: saturate(150%);
	opacity: 0.8;
	transform: scale(1.02);
}



@media screen and (max-width: 959px) {
	#sec01 {
    padding-top: 5%;
   
	}
	#sec02 .fuku3 {
 width: 80%;
	}
}

@media screen and (max-width: 599px) {
	#sec01 {
    padding-top: 0;
   
	}
	#sec01 .figBox {
		width: 108%;
		transform: translate(-4%,-5%);
		margin-bottom: 30px;
	}
	#sec02 .fuku3 {
 width: 100%;
	}
	#sec03 .btnBox {
		max-width: 300px;

	}
	#sec02 .flex {
		width: 85%;
		margin: 0 auto;
		transform: translateX(-2%);
	}
	#sec02 .flex .item {
		width: 100%;
	}
	#sec02 .kasi {
		position: relative;
		width: 90%;
		margin: 0 auto;
	}
	#sec03 .caution h5 {
	font-size: 18px;
	padding-bottom: 1.3em;
}
#sec03 .caution ul {
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	border: #999 solid 1px;
	padding: 2% 4%;
	background-color: rgba(255,255,255,0.3);
}
#sec03 .caution li {
	font-size: 13px;
}
}


