@charset "utf-8";

body{
    margin: 0;
    padding: 0;
}

#ha_wrap{
    width: 100%;
	text-align: center;
    margin: 0 auto ;
    overflow: hidden;
	color: #333333;
    display: block;
    font-weight: 400;
    position: relative;
    letter-spacing: .5px;
	line-height: 1.65em;
    font-family: "Noto Sans JP", sans-serif;
    background: #FFFFFF;
}

#ha_wrap ul,#ha_wrap li{
    margin: 0;
    padding: 0;
    list-style: none;
}
#ha_wrap a,#ha_wrap a:hover {
    text-decoration: none;
}
#ha_wrap img {
    width: 100%;
    line-height: 0;
    position: relative;
}
.NotoSerifJP{
    font-family: "Noto Serif JP", sans-serif;
}
.Inter{
    font-family: "Inter", sans-serif;
}
.Notosans{
    font-family: "Noto Sans JP", sans-serif;
}
.MrsEavesXLSerif{
    font-family: mrs-eaves-xl-serif, serif;
}
.MrsEavesXLSerifNarrow{
    font-family: mrs-eaves-xl-serif-narrow, serif;
}
.JolyDisplay{
    font-family: joly-display, sans-serif;
}

.Helvetica {
	font-family: helvetica-lt-pro, sans-serif;
}



/**********************************************  
header
**********************************************/

#ha_head{
	max-width: 1000px;
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto;
	padding:0;
}
#ha_head .head{
    width: 100%;
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 0 auto;
}
#ha_head .visual{
    width: 100%;
    position: relative;
    z-index: 1;
}
.img_wrap{
  position:relative;
}
.img_wrap::after{
  content:"";
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  backdrop-filter:blur(8px);
  animation:blur 2s ease-in-out forwards;
}
@keyframes blur{
  0%{backdrop-filter:blur(8px);}
  100%{backdrop-filter:none;}
}

#ha_head .title_box{
    width: 60%;
    position: absolute;
    left: 20%;
    top: 40%;
    display: inline-block;
    z-index: 4;
}
#ha_head .title{
    width: 100%
}
#ha_head .title_s{
    width: 50%;
    text-align: center;
    margin: 4% auto 0;
}
#ha_head .lead{
    display: inline-block;
    margin: 5% auto 0;
    text-align: center;
    font-size: 16px;
    line-height: 2em;
    letter-spacing: 2px;
}


/**********************************************  
contents
**********************************************/
#ha_contents{
	max-width: 1000px;
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
    margin: 7% auto 5%;
    padding: 0;
}
#ha_contents section{
	width: 94%;
    text-align: center;
    display: flex;
    gap:5%;
    justify-content: space-between;
    position: relative;
    margin: 0 auto;
}
#ha_contents section:nth-of-type(2){
    margin: 5% auto 0;
}
#ha_contents section .ha_box{
    width: 50%;
    display: inline-block;
    margin: 0 auto;
    position: relative;
}
#ha_contents section .ha_box .img{
    width: 100%;
    position: relative;
}
#ha_contents section .ha_box .no{
    font-size: 50px;
    top: 5%;
    left: 5%;
    color: #222;
    position: absolute;
    font-family: mrs-eaves-xl-serif, serif;
}
#ha_contents section .ha_box .item{
    font-size: 23px;
    font-family: mrs-eaves-xl-serif, serif;
    text-align: center;
    margin: 3% auto;
    display: inline-block;
    line-height: 1.3em;
}
#ha_contents section .ha_box .item .price{
    font-size: 80%;
}
#ha_contents section .ha_box .txt{
    font-size: 14px;
    text-align: center;
    margin: 0% auto;
    position: relative;
    display: inline-block;
}



/************************************************************
               button
************************************************************/
.btn_01 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 5% auto;
    width: 60%;
    padding: 2.5% 0%;
    color:#fff;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 15px;
    /*border-radius: 100vh;*/
    line-height: 1.6em;
    font-family: mrs-eaves, serif;
    float: none;
    letter-spacing: 0px;
    background: #222;
}
.btn_01 a:hover {
    background: #333;
    color: #FFFFFF;
}
.btn_02{
	width: 48%;
	display: inline-block;
}
.btn_02 a {
    position: relative;
	display: inline-block;
    margin: 5% auto;
    width: 100%;
    padding: 2% 0%;
    color:#222;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 18px;
    /*border-radius: 100vh;*/
    line-height: 1.3em;
    font-family: "mrs-eaves-xl-serif", serif;
    float: none;
    letter-spacing: 0px;
    background: #fff;
    border: #222 1px solid;
}
.btn_02 a:hover {
    background: #333;
    color: #FFFFFF;
	border: #333 1px solid;
}

.btn_all a {
    background: #fff;
    position: relative;
    display: inline-block;
    justify-content: space-around;
    align-items: center;
    margin: 5% auto 15%;
    width: 80%;
    padding: 3% 2%;
    color: #000;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    font-size: 16px;
    float: none;
    border-radius: 0px;
    line-height: 2em;
    letter-spacing: 0.5px;
    font-family: "mrs-eaves-xl-serif", serif;
    border: #000000 1px solid;
}

/*.btn_all a:hover {
    background: #333333;
    color: #FFFFFF;
}*/
.btn_all a:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    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;
}*/


.small{
	font-size: 80%;
}

.clear {
	clear: both;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
.Left{
    float: left;
}
.Right{
    float: right;
}
.hr{
	width: 100%;
	border-top: 1px solid #B7B7B7;
	margin: 5% auto 8%;
}




/************************************************************
 sp
************************************************************/

@media only screen and (max-width:767px){
    #ha_head .title_box{
        width: 90%;
        left:5%;
        top: 75%
    }
    #ha_head .title_s{
        width: 65%;
    }
    #ha_head .lead{
        font-size: 14px;
        letter-spacing: 0px;
        margin: 10% auto;
    }
    #ha_contents section{
        flex-wrap: wrap;
    }
    #ha_contents section .ha_box .item{
        font-size: 24px;
    }
    #ha_contents section .ha_box{
        width: 90%;
        margin: 0 auto 10%
    }
    #ha_contents section .ha_box .txt{
        font-size: 13px;
        line-height: 1.6em;
    }
	
	.btn_01 a{
		width: 70%;
        font-size: 13px;
	}
	
    
    
    
    .storong{
        font-size: 110%;
    }
    .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;
}
}

/************************************************************
 動きJS
************************************************************/

.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);
}
.blur{
    opacity: 0;
    filter: blur(8px);
    transition: 2s all 0s ease;
}
.blur.ac{
    opacity: 1;
    filter: blur(0);
}




