@charset "utf-8";


*:focus {
outline: none;
}

body{
    margin: 0;
    padding: 0;
}
.MrsEavesXLSerif{
   font-family: mrs-eaves-xl-serif, serif; 
}
.MrsEavesXLSerifNarrow{
    font-family: mrs-eaves-xl-serif-narrow, serif;
}
.JolyDisplay{
    font-family: joly-display, sans-serif;
}
.HelveticaLTPro{
    font-family: helvetica-lt-pro, sans-serif;
}


#ha_wrap{
    max-width: 1000px;
    width: 100%;
	text-align: center;
    margin: 5% auto;
    padding: 0;
    display: block;
    letter-spacing: .5px;
    position: relative;
    color: #333333;
    background: #FFFFFF;
    font-weight: 400;
    overflow: hidden;
    font-family: "Noto Sans JP", sans-serif;
    -webkit-text-size-adjust: 100%;
}
*:focus {
outline: none;
}

#ha_wrap img{
    width: 100%;
    vertical-align: bottom;
    line-height: 0;
}
#ha_wrap ul{
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#ha_wrap li{
	list-style: none;
}
#ha_wrap a{
	text-decoration: none;
}
#ha_wrap a:link,#ha_wrap a:hover{
    text-decoration: none;
    opacity: 1;
}

/**************************************************
header
**************************************************/
#ha_head {
    width: 100%;
    position: relative;
    margin: 5% auto;
}
#ha_head .title{
    font-size: 60px;
    font-family: "mrs-eaves-xl-serif", serif;
    text-align: center;
    margin: 0 auto 2%;
    position: relative;
}
#ha_head .title_s{
    font-size: 20px;
    font-weight: 400;
    margin: 0 auto;
    line-height: 2em;
    letter-spacing: 0px;
	font-family: helvetica-lt-pro, sans-serif;
}

#ha_head .lead{
    font-size: 15px;
    text-align: center;
    line-height: 2em;
    margin: 5% auto;
}

#ha_head .title{
    opacity: 0;
    transform: translateY(50px);
	transition: 1.5s all 0.2s ease;
}
#ha_head .title_s{
    opacity: 0;
    transform: translateY(50px);
	transition: 1.5s all 0.4s ease;
}
#ha_head .lead{
    opacity: 0;
    transform: translateY(50px);
	transition: 1.5s all 0.8s ease;
}

#ha_head.on .title,#ha_head.on .title_s,#ha_head.on .lead{
	opacity: 1;
    transform: translate(0);
}

/************************************************************
                contents
************************************************************/

#ha_contents{
    width: 100%;
    display: inline-block;
    margin: 5% auto 0;
    position: relative;
    overflow: hidden;
}
#ha_contents section{
    width: 100%;
    display: flex;
    margin: 0 auto;
    text-align: center;
    position: relative;
    overflow: hidden;
    line-height: 0;
    vertical-align: bottom;
	gap:0;
	align-items: stretch;
    background: #D8EBEC;
    background: linear-gradient(130deg,rgba(216, 235, 236, 1) 0%, rgba(194, 212, 227, 1) 39%, rgba(147, 165, 207, 1) 100%);
}
#ha_contents section:nth-of-type(even){
	flex-direction: row-reverse;
    background: #D8EBEC;
    background: linear-gradient(230deg,rgba(216, 235, 236, 1) 0%, rgba(194, 212, 227, 1) 39%, rgba(147, 165, 207, 1) 100%);
}

#ha_contents section .main{
    width: 50%;
    text-align: center;
    margin: 0 auto;
    aspect-ratio: 5 / 6;
    position: relative;
    
}
#ha_contents section .detail{
    width: 50%;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    padding: 10% 0 0;
}



#ha_contents .detail .inner{
    width: 85%;
    text-align: center;
    margin: 5% auto;
    position: relative;
    display: inline-block;
}
#ha_contents .detail .item{
    width: 100%;
    font-size: 34px;
    text-align: center;
    line-height: 1.2em;
    font-weight: 400;
	color: #FFFFFF;
    font-family: "mrs-eaves-xl-serif", serif;
	margin: 0 auto;
}
#ha_contents .detail .item .item_s{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 500;
	margin: 0 auto;
	text-decoration: underline;
	
}
#ha_contents .detail .price{
    width: 100%;
    font-size: 25px;
    text-align: center;
    line-height: 1.3em;
    font-weight: 400;
	color: #FFFFFF;
    font-family: "mrs-eaves-xl-serif", serif;
	margin: 2.5 auto;
}

#ha_contents .point_wrap{
	width: 90%;
    position: relative;
    padding: 5% 0;
    margin: 5% auto;
	background: #FFF7F7;
}

#ha_contents .point_wrap .point{
    position: absolute;
    width: 16%;
    top: -20%;
    left: 5%;
    z-index: 5;
}
#ha_contents .point_wrap .point_box{
    width: 90%;
    text-align: center;
    margin: 3% auto;
    position: relative;
    display: inline-block;
}


#ha_contents .point_wrap .point_box .txt{
    width: 100%;
    font-size: 14px;
    text-align: center;
    line-height: 1.6em;
    margin: 0% auto 0;
    display: inline-block;
}




/************************************************************
                button
************************************************************/
.btn01 a{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
    width: 45%;
	margin: 7% auto;
    padding: 2% 0;
    background: #333;
/*    border: #FFFFFF 1px solid;*/
	color: #FFFFFF;
	transition: 0.5s;
    font-size:14px;
    font-weight: 500;
    line-height: 1.65em;
    float: none;
    font-family: "Spectral", serif;
}
.btn01 a:hover {
    background: #333;
    /*border: #bc53ff 1px solid;*/
    color: #fff;
    opacity: 1;
}
.btn02 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    margin: 15% auto;
    width: 90%;
    padding: 3% 0%;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 19px;
    float: none;
    border-radius: 0px;
    line-height: 2em;
	background: #888;
	font-family: "mrs-eaves-xl-serif", serif;
    color: #FFFFFF;
    letter-spacing: 0.1em;
}
.btn02 a:hover {
    background: #333;
    color: #FFFFFF;
}
.btn02 a:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.btn02 a:hover:after {
    border-color: #FFFFFF;
}



.pc{
	display: block;
}
.sp{
	display: none;
}

.Inter{
    font-family: 'Inter', sans-serif;
}
.Right{
    float: right;
}
.Left{
    float: left;
}

.small{
	font-size:60%;
}

.clear {
	clear: both;
}
@media only screen and (max-width:768px){
    #ha_wrap{
        width: 100%;
        margin: 10% auto 0%;
    }
    #ha_head .title{
        font-size: 38px;
        margin: 0 auto 3.5%;
        letter-spacing: 0px;
    }
    #ha_head .title_s{
        font-size: 16px;
        letter-spacing: 1px;
    }
    #ha_head .lead{
        font-size: 14px;
        margin: 8% auto;
        letter-spacing: 0px;
    }
	#ha_contents section{
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	#ha_contents section:nth-of-type(even){
		flex-direction: row;
	}
	
    #ha_contents section .main{
        width: 85%;
		margin: 10% auto 0;
    }
    #ha_contents section .detail{
        width: 100%;
        padding: 5% 0;
		
    }
    #ha_contents .detail .inner{
        margin: 0 auto;
    }
	#ha_contents .detail .item{
		font-size: 25px;
        letter-spacing: 1px;
	}
	#ha_contents .detail .item .item_s{
		font-size: 13px;
	}
	#ha_contents .detail .price{
		font-size: 20px;
        margin: 5% auto;
	}
	#ha_contents .point_wrap{
		width: 100%;
	}
	
    #ha_contents .point_wrap .point_box{
        width: 100%;
        margin: 5% auto;
    }
    #ha_contents .point_wrap .point_box .txt{
        font-size: 13px;
    }
    .btn01 a{
        width: 70%;
        font-size: 16px;
        padding: 3% 0;
        line-height: 1.6em;
        margin: 10% auto 14%;
    }
    
    .pc{
        display: none;
    }
    .sp{
        display:block;
    }
    
    .Right{
        float: none;
    }
    .Left{
        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動き
================================================ */

.fade{
	opacity: 0;
	transition: 2s all 0s ease;
}
.fade01{
	opacity: 0;
	transition: 2s all 0.2s ease;
}
.fade02{
	opacity: 0;
	transition: 2s all 0.5s ease;
}
.fade03{
	opacity: 0;
	transition: 2s all 0.6s ease;
}
.fade.ac, .fade01.ac, .fade02.ac, .fade03.ac{
	opacity: 1;
    transform: translate(0);
}
.anim {
    opacity: 0;
    transform: translateY(50px);
    transition: 1.5s all 0.2s ease;
}
.anim01 {
    opacity: 0;
    transform: translateY(50px);
    transition: 1.5s all 0.3s ease;
}
.anim02 {
    opacity: 0;
    transform: translateY(50px);
    transition: 1.5s all 0.6s ease;
}

.anim.ac,.anim01.ac,.anim02.ac{
	opacity: 1;
    transform: translate(0);
}

.img-animation {
  animation: img-opacity 1.8s cubic-bezier(.4, 0, .2, 1);
  overflow: hidden;
  position: relative;
    
}
.img-animation:before {
  animation: img-animation 1.8s cubic-bezier(.4, 0, .2, 1) forwards;
  background:#333;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;

}
@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}
@keyframes img-animation {
  100% {
    transform: translateX(100%);
  }
}

