@charset "utf-8";


*:focus {
outline: none;
}

body{
    margin: 0;
    padding: 0;
}
#ha_wrap{
    width: 100%;
	text-align: center;
    margin: 0% auto;
    padding: 0;
    display: block;
    letter-spacing: 1px;
    position: relative;
	background: #222;
    font-weight: 400;
    overflow: hidden;
	color: #FFFFFF;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: 100%;
}
#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;
}
.Notosans{
    font-family: "Noto Sans JP", sans-serif;
}
.NotoSerifJP{
    font-family: "Noto Serif JP", sans-serif;
}
.Inter{
	font-family: "Inter", sans-serif;
}
.HelveticaLT{
	font-family: helvetica-lt-pro, sans-serif;
}
.MrsEave{
	font-family: mrs-eaves, serif;
}
.MrsEavesXL{
	font-family: mrs-eaves-xl-serif, serif;
}

/**************************************************
header
**************************************************/
#ha_head{
    width: 100%;
    position: relative;
    text-align: center;
    margin: 0 auto;
    display: block;
}
#ha_head .head{
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
	z-index: 2
}
#ha_head .head{
    filter: blur(15px);
    opacity: 0;
    animation: blurFadeIn 2s ease-out forwards;
    margin: auto;
}
@keyframes blurFadeIn {
  0% {
    filter: blur(15px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
#ha_head .title{
	position: absolute;
	width: 30%;
	left: 50%;
	top: 38%;
	z-index: 5;
}
#ha_head .lead{
    font-size: 17px;
    text-align: center;
    line-height: 2em;
    margin: 5% auto;
    display: inline-block;
    position: relative;
    font-weight: 300;
}


/**************************************************
contents
**************************************************/
#ha_contents{
    max-width: 1000px;
    width: 100%;
    margin: 0% auto 0;
    display: block;
    position: relative;
}
#ha_contents .white-buttons {
	max-width:890px;
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 2em;
	margin: auto;
}
.fuller-button_white {
	flex: 1;
	padding: 1.5em 0em;
	font-size: 1em;
	text-align: center;
	color: rgba(255,255,255,1);
	background: none;
	border-radius: 0;
	border: 1px solid #fff;
	box-shadow: inset 0 0 0.8em rgba(255,255,255,0.3), 0 0 0.8em rgba(255,255,255,0.3);
	transition: background-color 0.1s, box-shadow 0.1s, color 0.1s;
	font-family: "Noto Serif JP", sans-serif;
	letter-spacing: 0.1em;
	font-weight: 500;
	line-height: 1em;
	
}
.fuller-button_white:hover {
  color: rgba(0,0,0,0.8);
  background-color: #fff;
  box-shadow: inset 0 0 0 rgba(255,255,255,0.3), 0 0 1.2em rgba(255,255,255,0.5);
}

#ha_contents .sub_box{
	max-width: 900px;
	width: 100%;
	text-align: center;
	margin: 10% auto 5%;
	position: relative;
	display: inline-block;
	background: #FFFFFF;
}
#ha_contents .sub_box h1{
    width: 100%;
    font-family: "mrs-eaves-xl-serif", serif;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 1.5px;
    line-height: 1em;
    color: #222;
    margin: 5% auto 0;
}
#ha_contents .sub_box .inner{
    width: 90%;
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin: 5% auto;
	align-items: center;
	gap:2em;
}
#ha_contents .sub_box .inner .img{
    width: 50%;
}
#ha_contents .sub_box .inner .text_box{
    width: 50%;
    display: inline-block;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
#ha_contents .sub_box .inner .text_box p{
    width: 100%;
    display: inline-block;
    font-size: 14px;
    text-align-last: center;
    line-height: 1.8em;
	color: #222;
	margin: 0 auto 5%;
}
#ha_contents .sub_box .inner .text_box ul{
    width: 100%;
	display: flex;
	gap:1em;
	justify-content: space-between;
	
}
#ha_contents .sub_box .inner .text_box ul li{
    width: 50%;
    display: inline-block;
    margin: 10px auto;
	position: relative;
	border-bottom: #222 1px solid;
}
#ha_contents .sub_box .inner .text_box a{
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #222;
    font-family: "Noto Serif JP", 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-bottom: 10%;
	}
	#ha_head .title{
		width: 48%;
		left: 43%;
		top: 24%;
	}
    #ha_head .lead{
        font-size: 14px;
        margin: 10% auto;
        font-weight: 400;
    }
	#ha_contents .white-buttons{
		width: 90%;
		gap:0.5em;
	}
	.fuller-button_white{
		font-size: 13px;
		padding: 1.3em 0em;
	}
	#ha_contents .sub_box{
		width: 90%;
		padding-bottom: 5%;
		
	}
	#ha_contents .sub_box h1{
		font-size: 20px;
		letter-spacing: 0em;
		margin: 10% auto 0;
	}
	#ha_contents .sub_box .inner{
		flex-wrap: wrap;
		gap: .8em;
	}
	#ha_contents .sub_box .inner .img{
		width: 85%;
		text-align: center;
		margin: 2% auto 0;
	}
	#ha_contents .sub_box .inner .text_box{
		width: 100%;
		margin: 2% auto;
	}
	#ha_contents .sub_box .inner .text_box p{
		font-size: 12px;
		letter-spacing: 0em;
	}
	#ha_contents .sub_box .inner .text_box ul{
		width: 90%;
		text-align: center;
		margin: 0% auto 0;
	}
	#ha_contents .sub_box .inner .text_box a{
		font-size: 13px;
	}
	
	
    
    .pc {
		display:none;
	}
	.sp {
		display:block;
    }
    
    
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
}


.fade{
	opacity: 0;
	transition: 1.5s all 0.2s ease;
}
.fade1{
	opacity: 0;
	transition: 1.8s all 0.3s ease;
}
.fade2{
	opacity: 0;
	transition: 1.8s all 0.6s ease;
}
.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;
}
.blur{
    filter: blur(15px);
    opacity: 0;
    transition: filter 1s ease-out, opacity 1s ease-out;
}
.ac{
    filter: blur(0);
    opacity: 1;
    transform: translateY(0);
}

