@charset "utf-8";


*:focus {
outline: none;
}

body{
    margin: 0;
    padding: 0;
}
#ha_bg{
	background: #262626;
}
#ha_wrap{
    width: 100%;
	text-align: center;
    margin: 0% auto;
    padding: 0;
    display: block;
	letter-spacing: .5px;
    position: relative;
    color: #333333;
	background: #3D3D3D;
    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", 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;
  }
/**************************************************
header
**************************************************/
#ha_head{
	max-width: 650px;
    width: 100%;
    position: relative;
    margin: 0% auto;
	background: #FFFFFF;
	display: block;
}
#ha_head .visual{
    width: 100%;
    position: relative;
    margin: auto;
	display: inline-block;
	background: #3D3D3D;
}
#ha_head .visual ul{
	display: grid;
	grid-template-columns: 1fr 1fr;
	position: relative;
	column-gap: 0%;
	z-index: 1;
    filter: blur(10px);
    opacity: 0;
    animation: blurFadeIn 1s ease-out forwards;
}
#ha_head .visual ul li{
	position: relative;
	opacity: 0;
	animation: fadeIn 4s forwards;
}
#ha_head .visual ul li:nth-of-type(2){
    animation-delay: .4s;
}
#ha_head .visual ul li:nth-of-type(3){
    animation-delay: .8s;
}
#ha_head .visual ul li:nth-of-type(4){
    animation-delay: 1.2s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#ha_head .title_box{
	width: 50%;
	position: absolute;
	top: 40%;
	left: 25%;
	display: inline-block;
	z-index: 10;
	font-family: "mrs-eaves-xl-serif", serif;
	color: #FFFFFF;
}
#ha_head .title{
	font-size: 80px;
	text-align: center;
	line-height: 1em;
	margin: 0 auto;
	font-weight: 400;
}
#ha_head .title_s{
	font-size: 20px;
	text-align: center;
	line-height: 1em;
	margin: 2.5% auto;
	font-weight: 300;
}
#ha_head .lead{
    text-align: center;
	font-size: 15px;
    padding:10% 0;
    position: relative;
    line-height: 2em;
}
#ha_head .lead .strong{
	font-size: 160%;
	font-family: "Noto Serif JP", sans-serif;
	font-weight: 500;
	color: #a92d2d;
	letter-spacing: 2px;
	
}
#ha_head .title{
    opacity: 0;
    transform: translateY(40px);
	transition: 2s all 0.4s ease;
}
#ha_head .title_s{
    opacity: 0;
    transform: translateY(40px);
	transition: 2s all 0.6s ease;
}
#ha_head.on .title,#ha_head.on .title_s{
	opacity: 1;
    transform: translate(0);
}

/**************************************************
contents
**************************************************/
#ha_contents{
	max-width: 650px;
    width: 100%;
	margin: 0 auto;
	text-align: center;
    display: block;
    position: relative;
	background: #dfe2e4;
	padding: 5% 0;
}
#ha_contents section{
    width: 90%;
    position: relative;
	display: flex;
    margin: 5% auto;
}
#ha_contents section:nth-of-type(even){
	flex-flow: row-reverse;
}
#ha_contents section .img{
	width: 50%;
    position: relative;
    filter: blur(15px);
    opacity: 0;
    animation: blurFadeIn 1.5s ease-out forwards;
}
@keyframes blurFadeIn {
  0% {
    filter: blur(15px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}

#ha_contents section .detail{
	width: 50%;
    text-align: center;
    display: inline-block;
    position: relative;
    margin: 17% auto;
}
#ha_contents section:nth-of-type(4) .detail{
	width: 50%;
    text-align: center;
    display: inline-block;
    position: relative;
    margin: 3% auto 0;
}
#ha_contents section .detail .no{
	text-align: center;
    font-size: 30px;
    line-height: 1em;
    color: #a92d2d;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
    font-family: "mrs-eaves-xl-serif", serif;
}
#ha_contents section .detail .credit{
    font-size: 18px;
    text-align: center;
    margin: 2% auto 0;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: 0px;
	font-family: "mrs-eaves-xl-serif", serif;
}






/************************************************************
               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:#333;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 13px;
    /*border-radius: 100vh;*/
    line-height: 1.3em;
    font-family: "Inter", sans-serif;
    float: none;
    letter-spacing: 0px;
    background: #fff;
    border: #D9D9D9 1px solid;
}
.btn_01 a:hover {
    background: #333;
    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%;
}
.clear {
	clear: both;
}
.pc{
	display: block;
}
.sp{
	display: none;
}


@media only screen and (max-width:768px){
	#ha_wrap {
        width:100%;
	}
	#ha_head .title_box{
		width: 70%;
		left: 15%;
	}
	#ha_head .title {
		font-size: 70px;
	}
	#ha_head .lead{
		font-size: 14px;
	}
	#ha_contents section{
		width: 100%;
		column-gap: 2%;
		margin: 15% auto;
	}
	#ha_contents section .detail .credit{
		font-size: 15px;
	}
	#ha_contents section .img{
		width: 65%;
	}
	#ha_contents section .detail .no{
		font-size: 22px;
	}
	#ha_contents section:nth-of-type(4) .detail{
		margin: 0 auto;
	}
    

    
    .btn_01 a{
        width: 80%;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.6em;
    }
    .btn_02 a{
        width: 90%;
        font-size: 12px;
    }
    .btn_02 a:after{
        width: 5px;
        height: 5px;
    }
    .pc {
		display:none;
	}
	.sp {
		display:block;
    }
    
    
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
}


.fade{
	opacity: 0;
	transition: 1.5s all 0s ease;
}
.fade01{
	opacity: 0;
	transition: 1.5s all 0.2s ease;
}
.fade02{
	opacity: 0;
	transition: 1.5s all 0.4s ease;
}
.fade03{
	opacity: 0;
	transition: 1.5s all 0.6s ease;
}
.fade.ac, .fade01.ac, .fade02.ac, .fade03.ac{
	opacity: 1;
    transform: translate(0);
}
.anim {
    opacity: 0;
    transform: translateY(40px);
    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);
}

.blur_anim{
    opacity: 0;
    transition: 1.6s all 0s ease;
}
.blur_anim.ac{
    opacity: 1;
}
.blur_anim img {
    display: block;
    /*transform: scale(1.1);*/
    filter: blur(10px);
    transition: 1.2s all 0.2s ease;
}
.blur_anim.ac img {
    opacity: 1;
    /*transform: scale(1);*/
    filter: blur(0);
}

