@charset "utf-8";



*:focus {
  outline: none;
}
body{
    margin: 0;
    padding:0;
}
#ha_bg{
	background: #ffffff;
	background: linear-gradient(58deg,rgba(255, 255, 255, 1) 0%, rgba(64, 62, 62, 1) 100%);
	margin: 0;
	padding: 0;
	background-attachment: fixed;
}
#ha_wrap{
    max-width:750px;
    width: 100%;
	text-align: center;
    position: relative;
	padding:0;
    margin: 0 auto;
	color: #333333;
	background: #FFFFFF;
	line-height: 1.65em;
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 1px;
}
.NotoSerifJP{
    font-family: "Noto Serif JP", sans-serif;
}
.Inter{
    font-family: "Inter", sans-serif;
}
.MrsEave{
 font-family: "mrs-eaves-xl-serif", serif;
}
.Notosans{
    font-family: "Noto Sans JP", sans-serif;
}
.Spectral{
    font-family: spectral, sans-serif;
  }


#ha_wrap img{
    width: 100%;
    border: 0;
    line-height: 0;
    vertical-align:top;
} 
#ha_wrap ul,#ha_wrap li{
	padding: 0;
    margin: 0 auto;
    list-style: none;
}

#ha_wrap a{
    text-decoration: none;
}
#ha_wrap a:hover{
    opacity: 1;
}
#ha_head{
	position: relative;
	margin: 0 auto;
	padding: 7% 0;
	display: block;
}
#ha_head .head{
	display: inline-block;
	margin: 0 auto 0;
	padding-bottom: 10%;
	position: relative;
}
#ha_head .head .title{
	font-family: "mrs-eaves-xl-serif", serif;
	color: #333333;
	font-size: 74px;
	text-align: center;
	margin: 0 auto;
	line-height: 1em;
	font-weight: normal;
}
#ha_head .head .title span{
	font-size: 70%;
}
#ha_head .head .title_s{
	font-family: "mrs-eaves-xl-serif", serif;
	color: #333333;
	font-size: 30px;
	text-align: center;
	margin: 1.5% auto;
	line-height: 1em;
	font-weight: normal;
}
#ha_head .head .heading{
	font-size: 18px;
	text-align: center;
	margin: 5% auto;
	font-weight: 500;
	letter-spacing: 2px;
}
#ha_head .head .lead{
	font-size: 15px;
	text-align: center;
	margin: 10% auto 5%;
	line-height: 2em;
	
}


#ha_contents{
    width: 100%;
	background: #FFFFFF;
    position: relative;
    overflow: hidden;
	margin: 0 auto;
	padding: 0;
}
#ha_contents section{
	width: 100%;
	display: inline-block;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 1em;
	color: #FFFFFF;
}
#ha_contents section .block_l{
	width: 50%;
	background: #3d3d3d;
	position: relative;
	display: inline-block;
	float: left;
	margin: 0 auto;
	padding: 5% 0;
}
#ha_contents section .block_r{
	width: 50%;
	background: #9e9e9e;
	position: relative;
	display:inline-block;
	float: right;
	margin: 0 auto;
	padding: 5% 0;
}
#ha_contents section .ttl_box{
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	position: relative;
	margin-bottom: 10%;
}
.scroll {
  position: relative;
}
.scroll-text {
	font-size: 30px;
	text-align: center;
	font-family: "mrs-eaves-xl-serif", serif;
}
.scroll-border {
  position: relative;
  top: 10px;
  width: 100%;
  height: 50px;
  overflow: hidden;
}
.scroll-border::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 20px;
  top: 0;
  left: 0;
  right: 0;
  background: #FFFFFF;
  animation: scrollbar 2.0s ease-in-out infinite;
  margin: auto;
}
@keyframes scrollbar {
  0% {
    height: 0;
    top: 0;
  }
  30% {
    height: 100%;
  }
  100% {
    top: 100%;
  }
}



#ha_contents section .style{
	width: 100%;
	display: inline-block;
	margin: 3% auto;
	position: relative;
}
#ha_contents section .style .item{
	font-size: 13px;
	text-align: center;
	margin: 5% auto;
	position: relative;
	display: inline-block;
	line-height: 1.8em;
	letter-spacing: 0px;
}
#ha_contents section .style .item .price{
	font-size: 80%;
}



#ha_contents .img {
	width: 90%;
	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	position: relative;
	aspect-ratio: 3 / 4;   /* 比率 */
	overflow: hidden;
}
#ha_contents .more {
	position: absolute;
	right: 3%;
	bottom: 3%;
	width: 6%;
	z-index: 10;
}

/* ============ 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;
}
}

/************************************************************
               button
************************************************************/

.btn_all a {
    background: #000000;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 10% auto;
    width:85%;
    padding: 3% 0%;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 15px;
    border-radius: 0px;
    line-height: 2em;
    border: #000000 1px solid;
    letter-spacing: .5px;
    font-family: "mrs-eaves-xl-serif", serif;
    
}




.pc{
	display: block;
}
.sp{
	display: none;
}

.Right{
    float: right;
}
.Left{
    float: left;
}

.small{
	font-size:60%;
}

.clear {
	clear: both;
}


/************************************************************
                sp
************************************************************/

@media only screen and (max-width:768px){
	#ha_bg{
		background: #FFFFFF;
	}
	#ha_head{
		padding: 10% 0 0;
	}
	#ha_head .head .title{
		font-size: 50px;
		letter-spacing: 0px;
		
	}
	#ha_head .head .title_s{
		font-size: 25px;
		margin: 0 auto;
	}
	#ha_head .head .heading{
		font-size: 16px;
	}
	#ha_head .head .lead{
		font-size: 14px;
	}
	#ha_contents section .block_l,
	#ha_contents section .block_r{
		padding: 10% 0 5%;
	}
	#ha_contents section .style{
		margin: 5% auto;
	}
	#ha_contents .img{
		width: 94%;
	}
	#ha_contents .more{
		width: 8%;
	}
	#ha_contents section .style .item{
		font-size: 12px;
		line-height: 1.6em;
	}
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }

}

/************************************************************
               動き
************************************************************/

.fade01{
	opacity: 0;
	transition: 1.5s all 0s ease;
}
.fade02{
	opacity: 0;
	transition: 1.8s all 0.4s ease;
}
.fade03{
	opacity: 0;
	transition: 1.8s all 0.6s ease;
}
.fade04{
	opacity: 0;
	transition: 1.8s all 0.8s ease;
}
.fade01.ac,.fade02.ac,.fade03.ac,.fade04.ac{
	opacity: 1;
    transform: translate(0);
}
.anim01 {
    opacity: 0;
    transform: translateY(50px);
    transition: 1.5s all 0.2s ease;
}
.anim02 {
    opacity: 0;
    transform: translateY(50px);
    transition: 1.5s all 0.4s ease;
}

.anim01.ac,.anim02.ac {
	opacity: 1;
    transform: translate(0);
}
