@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;
    color: #333333;
    background: #edecea;
    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", system-ui;
}
.Inter{
    font-family: "Inter", system-ui;
}
.MrsEave{
 font-family: "mrs-eaves-xl-serif", serif;
}
.Notosans{
    font-family: "Noto Sans JP", system-ui;
}
.Spectral{
    font-family: spectral, sans-serif;
  }
/**************************************************
header
**************************************************/
#ha_head {
    width: 100%;
    position: relative;
    margin: 0% auto;
}
#ha_head .visual{
    width: 100%;
    position: relative;
    filter: blur(15px);
    opacity: 0;
    animation: blurFadeIn 1.5s ease-out forwards;
    margin: auto;
    z-index: 6;
}
@keyframes blurFadeIn {
  0% {
    filter: blur(15px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
#ha_head .title_box{
    width: 40%;
    position: absolute;
    top: 20%;
    left: 30%;
    z-index: 10;
}

#ha_head .title_s{
    width:70%;
    text-align: center;
    margin: 0 auto;
}

#ha_head .title{
    width: 100%;
    text-align: center;
    display: block;
    margin: 5% auto;
}
#ha_head .lead{
    position: absolute;
    width: 100%;
    font-size: 1.3vw;
    text-align: center;
    display: inline-block;
    line-height: 2em;
    font-weight: 300;
    margin: 0 auto;
    top: 50%;
    left: 0;
    z-index: 10;
}
#ha_head .title_s{
    opacity: 0;
    transform: translateY(40px);
	transition: 1.8s all 0.2s ease;
}
#ha_head .title{
    opacity: 0;
    transform: translateY(40px);
	transition: 1.8s all 0.6s ease;
}
#ha_head .lead{
    opacity: 0;
    transform: translateY(40px);
	transition: 1.8s all 1s ease;
}

#ha_head.on .title,#ha_head.on .title_s,#ha_head.on .lead{
	opacity: 1;
    transform: translate(0);
}

/**************************************************
contents
**************************************************/
#ha_contents{
    max-width: 1000px;
    width: 100%;
    margin: 0% auto;
    display: block;
    position: relative;
}
#ha_contents section{
    width: 100%;
    position: relative;
    display: inline-block;
    margin: 5% auto;
}

#ha_contents section ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 5%;
}
#ha_contents section ul li{
    position: relative;
    display: inline-block;
}
#ha_contents section .no{
    width: 100%;
    text-align: center;
    margin: 0 auto 5%;
}
#ha_contents section .main{
    width: 100%;
}
#ha_contents section .no h1{
    font-family: "mrs-eaves-xl-serif", serif;
    font-style: italic;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 50px;
    line-height: 1em;
    text-align:center;
    margin: 0 auto;
}
#ha_contents section .detail{
    width: 100%;
    text-align: center;
    display: inline-block;
    position: relative;
    margin: 5% auto;
}
#ha_contents section .detail p{
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.8em;
}






/************************************************************
               button
************************************************************/
.btn_01 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 5% auto 0;
    width: 96%;
    padding: 2.5% 0%;
    color:#333;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 17px;
    /*border-radius: 100vh;*/
    line-height: 1.3em;
    font-family: spectral, sans-serif;
    float: none;
    letter-spacing: 0px;
    background: #fff;
    font-style: italic;
}
.btn_01 a:hover {
    background: #333;
    color: #FFFFFF;
}


.btn_02 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0% auto 0;
    width:85%;
    padding: 3% 0%;
    color:#FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 15px;
    border-radius: 0px;
    line-height: 2em;
    font-family: "mrs-eaves-xl-serif", serif;
    float: none;
}
#ha_contents section:nth-of-type(1) .btn_02 a{
    background: #223c6c;
}
#ha_contents section:nth-of-type(2) .btn_02 a{
    background: #790000;
}
#ha_contents section:nth-of-type(3) .btn_02 a{
    background: #163c20;
}
#ha_contents section:nth-of-type(4) .btn_02 a{
    background: #501958;
}

#ha_contents section .btn_02 a:hover {
    background: #222;
    color: #FFFFFF;
}
.btn_02 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_02 a:hover:after {
    border-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;
}
.hr{
    border-bottom: #DCDCDC 1px solid;
    text-align: center;
    margin: 0 auto;
}

@media only screen and (max-width:768px){
	#ha_wrap {
        width:100%;
	}
    #ha_head .title_box{
        width: 70%;
        left: 15%;
        top: 17%;
    }
    #ha_head .title_s{
        width: 80%;
        margin-bottom: 8%;
    }
    #ha_head .lead{
        font-size: 14px;
        top: 42%;
    }
    #ha_contents section{
        width: 96%;
        margin: 10% auto;
    }
    #ha_contents section ul{
        grid-template-columns: 1fr;
    }
    #ha_contents section ul li{
        margin: 2.5% auto;
    }
    #ha_contents section .no{
        width: 45%;
        float: right;
        margin: 10% auto 5%;
    }
    #ha_contents section .no h1{
        font-size: 30px;
    }
    #ha_contents section ul li:nth-last-of-type(2) .no{
        float: left;
    }
    #ha_contents section .main{
        width: 52%;
        float: left;
    }
    #ha_contents section ul li:nth-last-of-type(2) .main{
        float: right;
    }
    #ha_contents section .detail{
        width: 45%;
        float: right;
        margin: 0 auto;
    }
    #ha_contents section ul li:nth-last-of-type(2) .detail{
        float: left;
    }
    #ha_contents section .detail p{
        font-size: 12px;
        letter-spacing: 0px;
    }
    

    
    .btn_01 a{
        width: 90%;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.9em;
    }
    .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.5s 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);
}

