@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Lora:ital,wght@0,400..700;1,400..700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

*:focus {
outline: none;
}
body{
    padding: 0;
    margin: 0;
}
#ha_bg{
    background-image: url("../images/bg.jpg");
    background-size:auto;
    background-attachment: fixed; 
}

#ha_wrap{
    width: 100%;
	text-align: center;
    margin: 0 auto;
    padding: 0;
    display: block;
    letter-spacing: 1px;
    position: relative;
    color: #333;
    font-weight: 400;
    overflow: hidden;
    font-family: 'Noto Sans JP', sans-serif;
}
*:focus {
outline: none;
}


#ha_wrap img{
    width: 100%;
}
#ha_wrap ul,#ha_wrap li{
    padding: 0;
	margin: 0;
    list-style: none;
}
#ha_wrap a{
	text-decoration: none;
}
#ha_wrap .img{
    width: 100%;
    position: relative;
    overflow: hidden;
    line-height: 0;
}


/******************************************************
header
******************************************************/
#ha_head {
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 5% 0;
}
#ha_head .head{
    width: 100%;
    position: relative;
    display: inline-block;
}
#ha_head .head .title{
    width: 24%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    filter: blur(10px);
    opacity: 0;
    animation: blurFadeIn 1s ease-out forwards;
}
@keyframes blurFadeIn {
  0% {
    filter: blur(15px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
#ha_head .head .title_s{
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    margin: 2.5% auto 0;
    position: relative;
    letter-spacing: 3px;
    filter: blur(10px);
    opacity: 0;
    animation: blurFadeIn 1s ease-out forwards;
}

#ha_head .lead{
    font-size: 14px;
    text-align: center;
    margin: 5% auto 0;
    line-height: 2em;
    display: inline-block;
    position: relative;
    
}

#ha_head .title{
    opacity: 0;
	transition: 2s all 0.2s ease;
}
#ha_head .title_s{
    opacity: 0;
	transition: 2s all 0.5s ease;
}
#ha_head .logo{
    opacity: 0;
	transition: 2s all 0.8s ease;
}
#ha_head.ac .title,#ha_head.ac .title_s,#ha_head.ac .logo,#ha_head.ac .main{
	opacity: 1;
}


/******************************************************
contents
******************************************************/
#ha_contents{
    max-width: 1000px;
    width: 100%;
    display: block;
    text-align: center;
    margin: 5% auto;
}
#ha_contents .section{
    width: 100%;
    display: flex;
    position: relative;
    text-align: center;
    margin: 5% auto;
    justify-content: space-between;
}
#ha_contents .img_box{
    width: 48%;
    position: relative;
    border: 1px solid #ACACAC;
    background: #FFFFFF;
    display: inline-block;
    padding: 1% 0;
}
#ha_contents .section img{
    width: 94%;
    text-align: center;
    margin: 0 auto;
}
#ha_contents .link{
    position: absolute;
    width: 7%;
    right: 6%;
    bottom: 4%;
    z-index: 100;
}



/************************************************************
               button
************************************************************/

.btn_01 a {
    border: #FFFFFF 1px solid;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 15% auto 0;
    width: 70%;
    padding: 4% 4%;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 300;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    float: none;
    line-height: 2em;
    letter-spacing: 0px;
}
.btn_01 a:before, .btn_01 a:after {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.3s;
  right: 0.6rem;
  top: 50%;
}
.btn_01 a:before {
  width: 1.2rem;
  height: 1px;
  background: #FFFFFF;
  transform: translateY(-50%);
}
.btn_01 a:after {
  width: 8px;
  height: 8px;
  border-top: solid 1px #FFFFFF;
  border-right: solid 1px #FFFFFF;
  transform: translateY(-50%) rotate(45deg);
    
}
.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_bg{
    background-image: url("../images/bg_sp2.jpg");
    background-size:auto;
    background-attachment: fixed; 
}
	#ha_wrap {
        width:100%;
        padding: 15% 0 5%;
	}
    #ha_head .head .title{
        width: 55%;
    }
    #ha_head .head .title_s{
        font-size: 15px;
        letter-spacing: 2px;
        line-height: 2em;
    }
    
    #ha_head .logo{
        width: 15%;
    }
    
    #ha_head .lead{
        width: 90%;
        float: none;
        text-align: center;
        margin: 8% auto;
        font-size: 13px;
        line-height: 1.8em;
        letter-spacing: 0px;
    }
    #ha_contents{
        width: 94%;
    }
    #ha_contents .section{
        margin: 3% auto;
    }
    #ha_contents .link{
        width: 10%;
    }
    
    .pc {
		display:none;
	}
	.sp {
		display:block;
    }
    
    
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
}

/************************************************************
               動き
************************************************************/

.fade01{
	opacity: 0;
	transition: 1.8s all 0.2s ease;
}
.fade02{
	opacity: 0;
	transition: 1.8s all 0.6s ease;
}
.fade03{
	opacity: 0;
	transition: 1.8s all 1s ease;
}
.fade01.ac,.fade02.ac,.fade03.ac{
	opacity: 1;
    transform: translate(0);
}



.anim {
	opacity:0 ;
	transform: translate(0,20px);
	transition: 1.5s all 0s ease;
}
.anim.ac {
	opacity:1 ;
	transform: translate(0);
}

