@charset "UTF-8";

/* main_video
-------------------------------------------------------------- */

#main_video{
	position: relative;
}
#main_video > a{
	display: block;
	width:100%;
	height: 100vh;
}
#main_video .media{
	width:100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
}
#main_video .media video{
	object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#main_video h1 {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 10vh;
	left:0;
}
#main_video .video-btn a{
	display: table;
	width: 100%;
	height: 5vh;
	background-color: rgba(147,121,69,0.9);
	text-align: center;
	color: #fff;
	text-decoration: none;
	position: absolute;
	bottom:0;
	left:0;
}
#main_video .video-btn a span{
	display: table-cell;
	vertical-align: middle;
}

@media only screen and (max-width: 767px) {
	#main_video > a{
		height: 60vh;
	}
	#main_video .media{
		height: 60vh;
	}
	#main_video h1 {
	top: 8vh;
	}
	#main_video h1 img{
		width: 50%;
	}
}

#lean_overlay{
  position: fixed;
	z-index:3000; 
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}
.modal_close{ 
  position: absolute;
  top: -40px;
  right: 0;
  display: block; 
  width: 30px;
  height: 30px; 
  background:url("../images/top/modal_close.png");
	background-size: contain;
  z-index: 2;
	cursor: pointer;
}
#modal_movie{
	width:853px;
	height: 480px;
	margin: 0 auto;
	display: none;
}
#modal_movie video{
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.modal_close{
		width: 20px;
		height: 20px;
		top:-30px;
		right: 10px;
	}
	#modal_movie{
		box-sizing: border-box;
		width:100%;
		height: auto;
		margin: 0 auto;
		padding: 0 10px;
	}
}


/* movie_list
-------------------------------------------------------------- */

#movie_list{
	background: #eacc84;
	padding: 50px 0 0;
	color: #fff;
	text-align: center;
}
#movie_list .fbox{
	width: 1100px;
	margin: 0 auto 50px;
	display: flex;
	justify-content: space-between;
}
#movie_list .media{
	width:512px;
}
#movie_list .media h2{
	font-size: 3.0rem;
	margin: 0 0 15px;
	text-align: center;
}
#movie_list .media video{
	width: 100%;
}

@media only screen and (max-width: 767px) {
	#movie_list{
		padding: 30px 0 0;
	}
	#movie_list .fbox{
		width: 100%;
		margin-bottom: 0;
		display: block;
	}
	#movie_list .media{
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding: 0 20px 20px;
	}
	#movie_list .media h2{
		font-size: 2.0rem;
		margin: 0 0 10px;
	}
}


/* lead
-------------------------------------------------------------- */

#lead{
	width: 100%;
	background: url("../images/top/lead_bg01.png") right -153px bottom 0px no-repeat;
	padding: 100px 0 0;
}
#lead .inner{
	width:950px;
	margin: 0 auto;
}
#lead h2{
	color:#CFB37B;
	font-size: 5rem;
	margin: 0 0 40px;
    text-shadow:white 1px 1px 3px, white -1px 1px 3px,
    white 1px -1px 3px, white -1px -1px 3px;
}
#lead p{
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.67;
	text-shadow:white 1px 1px 3px, white -1px 1px 3px,
    white 1px -1px 3px, white -1px -1px 3px;
}
#lead .accordion{
	width:200px;
	height: 50px;
	border: 1px solid #CFB37B;
	background-color: rgba(255,255,255,0.7);
	margin: 50px auto;
	color: #CFB37B;
	font-size: 2.0rem;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}
#lead .accordion:hover{
	background: #CFB37B;
	color: #fff;
}
#lead .accordion.active{
	display: none;
}
#lead .acc_tx{
	width:80%;
	margin: 15px 0 60px;
	display: none;
}
#lead .acc_tx p > span{
	display: block;
	padding: 10px 0 0;
	font-size: 1.4rem;
}


@media only screen and (max-width: 767px) {
	#lead{
		background-size: 60% auto;
		background-position: right -20px bottom 0px;
		padding-top: 30px;
	}
	#lead .inner{
		width:100%;
		box-sizing: border-box;
		padding: 20px 20px 50px;
	}
	#lead h2{
		font-size: 2.4rem;
		line-height: 1.1;
		margin: 0 0 20px;
		text-align: center;
	}
	#lead h2 > br{
		display: block;
	}
	#lead p{
		font-size: 1.4rem;
		line-height: 1.57;
	}
	#lead .accordion{
		font-size: 1.8rem;
	}
	#lead .acc_tx{
		width:100%;
	}
}


/* lifestyles
-------------------------------------------------------------- */

#lifestyles{
	background: #fcf6e8;
	padding: 110px 0 0;
}
#lifestyles h2{
	color: #CFB37B;
	font-size: 5.0rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 10px;
}
#lifestyles h2 br{
	display: none;
}
#lifestyles h2 > img{
	margin-right: 30px;
	/*animation: flash 3s linear infinite;*/
}
#lifestyles > p:nth-of-type(1){
	width:640px;
	margin: 0 auto 55px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.625;
	text-align: center;
}
#lifestyles .box01{
	width: 1126px;
	height: 538px;
	background: url("../images/top/life_bg01.png") no-repeat;
	margin: 0 auto 60px;
	position: relative;
}
#lifestyles .box01 > p{
	position: absolute;
	top: 0;
	right: 0;
	width: 406px;
	height: 265px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#lifestyles .box01 > p > a{
	color: #fff;
	font-size: 4.0rem;
	text-decoration: none;
	line-height: normal;
}
#lifestyles .box01 > p > a:hover{
	opacity: 0.5;
}
#lifestyles .box01 p a::after{
	content: url("../images/top/life_bg02.png");
	position: relative;
	margin-left: 10px;
	vertical-align: middle;
	/*animation: flash 2s linear infinite;*/
}

@media only screen and (max-width: 767px) {
	#lifestyles{
		padding: 50px 0 0;
	}
	#lifestyles h2{
		font-size: 2.4rem;
		line-height: 1.25;
	}
	#lifestyles h2 br{
		display: block;
	}
	#lifestyles h2 > img{
		width: 74px;
		height: auto;
		margin-right: 15px;
	}
	#lifestyles > p:nth-of-type(1){
		width: 100%;
		box-sizing: border-box;
		padding: 0 20px;
		font-size: 1.4rem;
		line-height: 1.57;
		text-align: left;
		margin-bottom: 20px;
	}
	#lifestyles .box01{
		width:336px;
		height: 298px;
		background-image: url("../images/top/life_bg01_sp.png");
		background-size: contain;
		margin-bottom: 50px;
	}
	#lifestyles .box01 > p{
		width: 192px;
		height: 97px;
	}
	#lifestyles .box01 > p > a{
		font-size: 2.2rem;
	}
	#lifestyles .box01 > p > a::after{
		content: url("../images/top/life_bg02_sp.png");
	}
}


/* benefits
-------------------------------------------------------------- */

#benefits{
	padding: 50px 0 0;
	overflow: hidden;
}
#benefits > p:nth-of-type(1){
	width: 950px;
	margin: 0 auto 80px;
	color: #CFB37B;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.56;
	text-align: center;
}
#benefits h2{
	color: #CFB37B;
	font-size: 4.2rem;
	line-height: 1.1;
}
#benefits h2 a{
	color: #CFB37B;
	text-decoration: none;
}
#benefits h2 a::after{
	content: url("../images/top/benefits_bg01.png");
	position: relative;
	top:8px;
	margin-left: 10px;
	/*animation: flash 2s linear infinite;*/
}
#benefits h2 a:hover,
#benefits .box01 a:hover,
#benefits .box02 a:hover{
	opacity: 0.5;
}
#benefits .box01{
	width:1100px;
	margin: 0 auto 30px;
	display: flex;
	align-items: center;
}
#benefits .box01 > h2{
	width:450px;
	margin: 0 0 0 50px;
}
#benefits .box02{
	width:1100px;
	margin: 0 auto 85px;
	display: flex;
	flex-shrink: 0;
	flex-direction: row-reverse;
	align-items: center;
}
#benefits .box02 h2{
	padding: 0 30px 0 0;
	min-width: 0;
}

@media only screen and (max-width: 767px) {
	#benefits{
		padding: 30px 0 0;
	}
	#benefits > p:nth-of-type(1){
		width:calc(100% - 40px);
		font-size: 1.4rem;
		text-align: left;
		margin-bottom: 30px;
	}
	#benefits h2{
		font-size: 2.2rem;
		line-height: 1.25;
	}
	#benefits h2 a::after{
		content: none;
	}
	#benefits h2 a:hover,
	#benefits .box01 a:hover,
	#benefits .box02 a:hover{
		opacity: 1;
	}
	#benefits .box01{
		width:calc(100% - 40px);
		margin: 0 auto 30px;
		display: block;
		position: relative;
	}
	#benefits .box01::before{
		content: '';
		display: block;
		padding-top: 100%;
	}
	#benefits .box01 .pic{
		position: absolute;
		top:0;
		left: 0;
	}
	#benefits .box01 .pic img{
		width: 100%;
		height: auto;
	}
	#benefits .box01 h2{
		margin: 0;
		text-shadow: 1px 1px 2px #000;
		position: absolute;
		top:0;
		left: 0;
		width:100%;
		height: 100%;
	}
	#benefits .box01 h2 a{
		width:100%;
		height: 100%;
		background: rgba(0,0,0,0.2);
		border-radius: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
	}
	#benefits .box02{
		width:calc(100% - 40px);
		display: block;
		overflow: hidden;
		margin-bottom: 35px;
		position: relative;
	}
	#benefits .box02::before{
		content: '';
		display: block;
		padding-top: 100%;
	}
	#benefits .box02 .pic{
		position: absolute;
		top:0;
		left: 0;
	}
	#benefits .box02 .pic img{
		width: 100%;
		height: auto;
	}
	#benefits .box02 h2{
		padding: 0;
		text-shadow: 1px 1px 2px #000;
		position: absolute;
		top:0;
		left: 0;
		width:100%;
		height: 100%;
	}
	#benefits .box02 h2 a{
		width:100%;
		height: 100%;
		text-align: center;
		background: rgba(0,0,0,0.2);
		border-radius: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
	}
}

