@charset "utf-8";


*:focus {
outline: none;
}

body{
    margin: 0;
    padding: 0;
}
#ha_wrap{
    width: 100%;
	text-align: center;
    margin: 0% auto;
    padding: 8% 0 0;
    display: block;
    letter-spacing: 1px;
    position: relative;
    color: #000000;
    background: #ececec;
    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;
}
.NotoSerifJP{
    font-family: "Noto Serif JP", serif;
}
.Inter{
    font-family: "Inter", sans-serif;
}
.MrsEave{
 font-family: "mrs-eaves-xl-serif", serif;
}
.Notosans{
    font-family: 'Noto Sans JP', sans-serif;
}

/**************************************************
header
**************************************************/
#ha_head{
    max-width: 1000px;
    width: 100%;
    position: relative;
    text-align: center;
    margin: 0 auto;
    display: block;
}
#ha_head .title{
    width: 40%;
    text-align: center;
    display: block;
    margin: 0 auto;
}
#ha_head .lead{
    font-size: 16px;
    text-align: center;
    line-height: 2em;
    margin: 5% auto 0;
    display: inline-block;
    position: relative;
    font-weight: 400;
}
#ha_head .title{
    opacity: 0;
	transition: 2s all 0.2s ease;
}
#ha_head .lead{
    opacity: 0;
	transition: 2s all 0.6s ease;
}
#ha_head.ac .title,#ha_head.ac .lead{
	opacity: 1;
}


/**************************************************
contents
**************************************************/
#ha_contents{
    width: 100%;
    margin: 10% auto 0;
    display: block;
    position: relative;
}

#ha_contents section {
    width: 100%;
    margin: 0 auto;
}
#ha_contents section:nth-of-type(odd){
    background: #f7f7f7;
}
#ha_contents section:nth-of-type(even){
    background: #ececec;
}
#ha_contents section .inner{
    max-width: 900px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    display: inline-block;
    padding: 6% 0 8%;
}
#ha_contents .ttl_box{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
#ha_contents .ttl_box .ttl{
    font-size: 22px;
    text-align: center;
    line-height: 1.8em;
    font-weight: 500;
    margin: 2% auto 0;
}
#ha_contents .ttl_box .ttl .price{
    font-weight: 400;
    font-family: "Inter", sans-serif;
}
#ha_contents .ttl_box img{
    width: 60px;
    text-align: center;
    display: block;
    margin: 0 auto;
    position: relative;
}
#ha_contents .main_box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 5% auto 0;
}
#ha_contents .main_box .main{
    width: 55%;
}
#ha_contents .main_box .sub_wrap{
    width: 40%;
}
#ha_contents .sub_wrap .detail{
    width: 100%;
    background: #fff;
    border: 1px solid #808080;
    display: inline-block;
    position: relative;
}
#ha_contents .sub_wrap .detail .detail_inner{
    width: 85%;
    text-align: center;
    margin: 8% auto;
}
#ha_contents .sub_wrap .detail .inner img{
    width: 100%;
}
#ha_contents .sub_wrap .detail .tit{
    position: relative;
    padding: 10px 0;
    margin-bottom: 2%;
    text-align: left;
    font-family: "mrs-eaves-xl-serif", serif;
}
#ha_contents .sub_wrap .detail p{
    font-size: 13px;
    text-align: left;
    line-height: 1.7em;
    margin: 0 auto;
}
/************************************************************
               button
************************************************************/
.btn_01 a{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
    width: 100%;
    margin: 10% auto 0;
    padding: 3% 0%;
    background: #222222;
    color: #FFFFFF;
    font-size: 16px;
	transition: 0.5s;
    letter-spacing: 0px;
    line-height: 1.2em;
    float: none;
    font-family: "mrs-eaves-xl-serif", serif;
    font-weight: 400;

}
.btn_01 a:hover {
    background: #000000;
    color: #FFFFFF;

}

.btn_all a {
    background: #32638d;
    position: relative;
    display: inline-block;
    /*justify-content: space-around;*/
    /*align-items: center;*/
    margin: 0% auto 0;
    width: 40%;
    padding: 3% 2%;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 32px;
    float: none;
    border-radius: 0px;
    line-height: 1em;
    letter-spacing: 2px;
    font-family: "mrs-eaves-xl-serif", serif;
}
.btn_all a:hover {
    background: #333333;
    color: #FFFFFF;
}
.btn_all a:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    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;
}

.btn_all a span{
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    
}

.Right{
    float: right;
}
.Left{
    float: left;
}
.small{
	font-size:70%;
}
.strong{
    font-weight: 600;
}
.clear {
	clear: both;
}
.pc{
	display: block;
}
.sp{
	display: none;
}

@media only screen and (max-width:768px){
	#ha_wrap {
        width:100%;
        padding: 15% 0 0%;
	}
    #ha_head .title{
        width: 60%;
    }
    #ha_head .lead{
        font-size: 14px;
        margin: 8% auto 5%;
    }
    #ha_contents section .inner{
        width: 90%;
        padding: 10% 0;
    }
    #ha_contents .ttl_box .ttl{
        font-size: 18px;
    }
    #ha_contents .ttl_box img{
        width: 12%;
    }
    #ha_contents .main_box{
        display: block;
    }
    #ha_contents .main_box .main{
        width: 100%;
    }
    #ha_contents .main_box .sub_wrap{
        width: 100%;
        text-align: center;
        margin: 8% auto;
    }
    #ha_contents .sub_wrap .detail p{
        font-size: 12px;
    }
    #ha_contents .sub_wrap .detail{
        width: 80%;
    }
    #ha_contents .sub_wrap .detail .detail_inner{
        width: 90%;
        margin: 5% auto;
    }
    
    .btn_01 a{
        width: 90%;
        float: none;
        padding: 2.5% 0;
        margin: 10% auto 0;
        font-size: 15px;
        line-height: 2em;
    }
    
    .btn_02 a{
        width: 92%;
        font-size: 10px;
        line-height: 2em;
    }
    .btn_all a{
        width: 86%;
        font-size: 16px;
        padding: 7% 0;
        letter-spacing: 1px;
        line-height: 1.2em;
        margin: 5% auto 0;
        
    }
    .btn_all a span{
        font-size: 12px;
    }
    
    .pc {
		display:none;
	}
	.sp {
		display:block;
    }
    
    
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
}


.fade{
	opacity: 0;
	transition: 1.8s all 0.2s ease;
}
.fade.ac {
	opacity: 1;
    transform: translate(0);
}


.anim1 {
    opacity: 0;
    transform: translateY(20px);
    transition: 1.5s all 0.3s ease;
}
.anim2 {
    opacity: 0;
    transform: translateY(20px);
    transition: 1.5s all 0.6s ease;
}
.anim3 {
    opacity: 0;
    transform: translateY(20px);
    transition: 1.5s all 0.7s ease;
}

.anim1.ac,.anim2.ac,.anim3.ac{
    opacity: 1;
    transform: translateY(0);
}

