@charset "utf-8";

*:focus {
  outline: none;
}
body{
    margin: 0;
    padding: 0;
}
.Notosans-jp{
    font-family: "Noto Sans JP", sans-serif;
}
.Inter{
    font-family: "Inter", serif;
}
.Baskervville{
    font-family: "Baskervville", serif;
}
.NotoSerifJP{
    font-family: "Noto Serif JP", serif;
}
.Minion3Subhead{
	font-family: "minion-3-subhead", serif;
}
#lp_wrap{
	max-width: 1500px;
    width: 100%;
	text-align: center;
	margin: 0% auto;
    color: #333;
    display: block;
    padding:5% 0;
    font-weight: 400;
    overflow: hidden;
    line-height: 1.6em;
    letter-spacing: .5px;
    font-family: "Noto Sans JP", sans-serif;
    
}
#lp_wrap img{
    width: 100%;
    vertical-align: bottom;
    line-height: 0;
    border: none;
}
#lp_wrap ul,#lp_wrap li{
	padding: 0;
	/*overflow: hidden;*/
    list-style: none;
}
#lp_wrap a,#lp_wrap a:hover,#lp_wrap a:link{
    text-decoration: none;
    opacity: 1;
}

/* ==================================== 
header
======================================= */
#lp_head{
    margin: 0% auto;
	display: block;
	position: relative;
	padding: 5% 0;
}

#lp_head .title{
	width: 50%;
	text-align: center;
	display: block;
	position: relative;
	margin: 0 auto;
}
#lp_head .title_s{
	width: 20%;
	text-align: center;
	margin: 3% auto;
	position: relative;
}
#lp_head .lead{
    width: 100%;
    font-size:15px;
    text-align: center;
    margin:0% auto;
    position: relative;
    display: inline-block;
    line-height: 3em;
	font-weight: 400;
}
#lp_head .title{
    opacity: 0;
	transform: translateY(50px);
	transition: 1.5s all 0.4s ease;
}
#lp_head .title_s{
    opacity: 0;
	transform: translateY(50px);
	transition: 1.5s all 0.2s ease;
}
#lp_head.ac .title,#lp_head.ac .title_s{
	opacity: 1;
    transform: translate(0);
    
}

/* ======================================================================== 
　　Contents
=========================================================================== */

#lp_contents{
    width: 100%;
    text-align: center;
    position:relative;
    margin: 0 auto;
    display: block;
	padding: 10% 0 5%;
}
#lp_contents section{
	width: 100%;
	display:inline-block;
	position: relative;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
#lp_contents section .look li{
	width: 850px;
	position: relative;
	z-index: 2;
	margin: 0 auto;
	float: left;
	overflow: hidden;
}
#lp_contents section .look li:nth-of-type(2){
	width: 850px;
	position: relative;
	float: right;
	margin-top: -20%;
	z-index: 3;
}
#lp_contents section .look li:nth-of-type(3){
	width: 850px;
	position: relative;
	margin-top: -10%;
	z-index: 4;
}
#lp_contents section .look li:nth-of-type(4){
	width: 850px;
	position: relative;
	margin-top: -10%;
	float: right;
	z-index: 5;
}
#lp_contents .info{
	width: 100%;
	margin: 5% auto 0;
	position: relative;
	text-align: center;
	display: inline-block;
}
#lp_contents .info .ttl{
	font-family: "Noto Serif JP", serif;
	text-align: center;
	line-height: 1.8em;
	font-weight: 600;
	font-size: 18px;
	margin: 0 auto;
}
#lp_contents .info .ttl {
  display: flex;
  align-items: center; 
  justify-content: center; 
}
#lp_contents .info .ttl:before, .ttl:after {
  border-top: 1px solid;
  content: "";
  width:9em; /* 線の長さ */
}
#lp_contents .info .ttl:before {
  margin-right: 1em; /* 文字の右隣 */
}
#lp_contents .info .ttl:after {
  margin-left: 1em; /* 文字の左隣 */
}
#lp_contents .info .txt{
	font-size: 14px;
	text-align: center;
	margin: 2.5% auto 0;
	line-height: 1.9em;
}


/* ================================================ 
allボタン
================================================ */

/*=====ボタン01=====*/
.btn_all a {
    background: #FFFFFF;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8% auto;
    width: 100%;
    padding: 3% 0%;
    color: #333;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 13px;
    line-height: 2em;
    letter-spacing: .8px;
    
}
.btn_all a:hover {
    background: #333;
    color: #FFFFFF;
}
.btn_all a:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.btn_all a:hover:after {
    border-color: #FFFFFF;
}
/*=====ボタン02=====*/
.btn02 a{
    width: 40%;
    text-align: center;
    margin: 5% auto 0;
    display: inline-block;
    position: relative;
    font-size: 14px;
	font-weight: 400;
	color: #333;
	border: #444 1px solid;
    padding: 1.5% 0;
    line-height: 1.1em;
    letter-spacing: 0px;
	font-family: "Noto Serif JP", serif;
	border-radius: 100vh;
	transition: 0.3s ease-in-out;
}
.btn02 a:hover{
	background: #000000;
	color: #FFFFFF;
}
.pc{
    display:block;
}
.sp {
	display:none;
}
.small{
    font-size: 70%;
    letter-spacing: 0px;
}
.clear{
    clear: both;
}
.Left{
    float: left;
}
.Right{
    float: right;
}







/**********************************************
　　　　　　　　　　　　SP
**********************************************/

@media only screen and (max-width:768px){
	#lp_wrap {
		width: 100%;
		padding-bottom: 10%;
	}
	#lp_head{
		padding: 10% 0 5%;
	}
	#lp_head .title{
		width: 85%;
	}
	#lp_head .title_s{
		width: 50%;
	}
	#lp_head .lead{
		font-size: 14px;
		line-height: 2em;
		margin: 10% auto;
	}
	#lp_contents section .look li{
		width: 100%;
	}
	#lp_contents section .look li:nth-of-type(2){
		width: 100%;
		margin-top: 0;
		float: none;
		text-align: center;
	}
	#lp_contents section .look li:nth-of-type(3){
		width: 100%;
		margin-top: 0;
		float: none;
		text-align: center;
	}
	#lp_contents section .look li:nth-of-type(4){
		width: 100%;
		margin-top: 0;
		float: none;
		text-align: center;
	}
	#lp_contents .info .ttl{
		font-size: 16px;
		line-height: 1.65em;
		font-weight: 600;
		margin: 10% auto 0;
	}
	#lp_contents .info .ttl:before{
		margin-right: 0.5em;
	}
	#lp_contents .info .ttl:after{
		margin-left: 0.5em;
	}
	#lp_contents .info .ttl:before, .ttl:after {
		border-top: 1px solid;
		content: "";
		width:5.8em; /* 線の長さ */
	}
	
	#lp_contents .info .txt{
		font-size: 13px;
		margin: 10% auto;
	}
	.btn02 a{
		width: 85%;
		font-size: 13px;
		padding: 3.5% 0;
		margin: 0 auto;
		line-height: 1.7em;
	}
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }

}

/* ================================================ 
　　　　　　　　　　　　CSS動き
================================================ */
/* ============ fade CSS ============ */
.slider{
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: anime 4s 0s infinite;
}

.slider:nth-of-type(2) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.slider img{
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
}

@keyframes anime {
0% {
opacity: 1;
}
50% {
opacity: 1;
}
60% {
opacity: 0;
z-index: 10;
}
100% {
opacity: 0;
}
}


.fade01{
	opacity: 0;
	transition: 1.8s all 0s ease;
}
.fade02{
	opacity: 0;
	transition: 1.8s all 0.4s ease;
}
.fade03{
	opacity: 0;
	transition: 1.8s all 0.8s ease;
}
.fade04{
	opacity: 0;
	transition: 1.8s all 1.2s ease;
}
.fade01.ac,.fade02.ac,.fade03.ac,.fade04.ac{
	opacity: 1;
    transform: translate(0);
}
.anim01 {
    opacity: 0;
    transform: translateY(80px);
    transition: 1.2s all 0.2s ease;
}
.anim02 {
    opacity: 0;
    transform: translateY(80px);
    transition: 1.2s all 0.6s ease;
}

.anim01.ac,.anim02.ac {
	opacity: 1;
    transform: translate(0);
}
.scale img {
    display: block;
    transform: scale(1.2);
    transition: 1.8s all 0.4s ease;
}
.scale.ac img {
    opacity: 1;
    transform: scale(1);
}
@media only screen and (max-width:768px){
	.anim02 {
    opacity: 0;
    transform: translateY(50px);
    transition: 1.2s all 0.4s ease;
}
}

