@charset "utf-8";


*:focus {
outline: none;
}
body{
    padding: 0;
    margin: 0;
}

#ha_wrap{
    max-width: 1000px;
    width: 100%;
	text-align: center;
    margin: 0 auto;
    padding: 0 0 2.5% 0;
    display: block;
    letter-spacing: 1px;
    position: relative;
    color: #FFFFFF;
    background: #FFFFFF;
    font-weight: 400;
    overflow: hidden;
    font-family: 'Noto Sans JP', sans-serif;
}
.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;
  }

#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;
}

#ha_head {
    position: relative;
    box-sizing: border-box;
}
#ha_head .head{
    width: 100%;
    position: relative;
    display: inline-block;
    margin: 0 auto;
}
#ha_head .visual{
    width: 100%;
    position: relative;
}
#ha_head .visual img {
    transform: scale(1.1);
    filter: blur(10px);
    transition: 1.6s all 0s ease;
}
#ha_head.on .visual img {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
}

#ha_head .title_box{
    position: absolute;
    width: 60%;
    left: 20%;
    top: 40%;
    z-index: 10;
    display: inline-block;
}
#ha_head .title_box .title{
    width: 100%;
    font-family: "mrs-eaves-xl-serif", serif;
    font-size: 65px;
    text-align: center;
    margin: 0 auto;
}
#ha_head .title_box .title_s{
    font-size: 19px;
    text-align: center;
    margin: 2% auto;
    font-weight: 300;
    font-family: "Inter", sans-serif;
}
#ha_head .info_box{
    width: 100%;
    display: inline-block;
    margin: 5% auto;
    position: relative;
    text-align: center;
    color: #222;
    background: #EBEBEB;
    padding: 3% 0;
}
#ha_head .info_box h1{
    font-family: "Noto Serif JP", sans-serif;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    margin: 0 auto;
    line-height: 1em;
    text-decoration: underline;
}
#ha_head .info_box h2{
    font-family: "Noto Serif JP", sans-serif;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    margin: 3% auto;
    line-height: 1em;
}
#ha_head .info_box h3{
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    margin: 0 auto;
    line-height: 1em;
}
#ha_head .info_box .image{
    width: 400px;
    text-align: center;
    margin: 2.5% auto 0;
}
#ha_head .info_box .note{
    font-size: 12px;
    text-align: center;
    line-height: 1.4em;
    margin: 1.5% auto;
}

#ha_contents{
    width: 100%;
    display: block;
    text-align: center;
    margin: 0% auto;
}
#ha_contents .section {
    margin:0 auto;
    position: relative;
    box-sizing: border-box;
    border-top: #000000 1px solid;
    border-bottom: #000000 1px solid;
    padding:5% 0;
}
#ha_contents .section h1{
    font-family: "mrs-eaves-xl-serif", serif;
    text-align: center;
    font-size: 40px;
    color: #222;
    margin: 0 auto 2%;
    font-weight: 500;
}
#ha_contents .section ul {
    width: 85%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    margin: 0 auto;
    text-align: center;
}
#ha_contents .section ul li {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

#ha_contents .section .cate_img{
    width: 100%;
    position: relative;
    text-align: center;
    display: block;
}

#ha_contents .section .txt_box{
    position: absolute;
    width: 50%;
    left: 25%;
    top: 40%;
    z-index: 5;
}
#ha_contents .section .txt_box h1{
    font-family: "Libre Baskerville", serif;
    text-align: center;
    font-weight: 300;
    margin: 0 auto;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 1.2em;
}

#ha_contents .section .txt_box .more{
    border: #FFFFFF 1px solid;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 2.5% 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;
}

/************************************************************
               button
************************************************************/

.btn_01 a {
    position: relative;
    display: inline-block;
    /*justify-content: space-around;*/
    align-items: center;
    margin: 2.5% auto 0;
    width: 50%;
    padding: 2% 0%;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 300;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    float: none;
    line-height: 1.3em;
    letter-spacing: 0.5px;
    background: #333;
}
.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;
}
.NotoSerifJP{
    font-family: "Noto Serif JP", serif;
}
.Lora{
    font-family: "Lora", serif;
}
.LibreBaskerville{
    font-family: "Libre Baskerville", serif;
}


@media only screen and (max-width:768px){
	#ha_wrap {
        width:100%;
	}
    #ha_head .title_box{
        width: 90%;
        left: 5%;
    }
    #ha_head .title_box .title{
        font-size: 40px;
    }
    #ha_head .title_box .title_s{
        font-size: 13px;
    }
    #ha_head .info_box{
        padding: 8% 0;
    }
    #ha_head .info_box h1{
        font-size: 16px;
    }
    #ha_head .info_box h2{
        font-size: 14px;
    }
    #ha_head .info_box h3{
        font-size: 13px;
        line-height: 1.6em;
        margin: 5% auto;
    }
    #ha_head .info_box .image{
        width: 90%;
    }
    #ha_head .info_box .note{
        font-size: 11px;
        line-height: 1.5em;
        letter-spacing: 0px;
        margin: 1.5% auto;
    }
    #ha_contents .section{
        width: 90%;
        padding-bottom: 8%;
    }
    #ha_contents .section h1{
        font-size: 20px;
        margin-bottom: 5%;
    }
    #ha_contents .section ul{
        width: 100%;
        column-gap: 10px;
    }
    #ha_contents .section .txt_box{
        width: 90%;
        left: 5%;
    }
    #ha_contents .section .txt_box h1{
        font-size: 18px;
    }
    #ha_contents .section .txt_box .more{
        width: 60%;
        padding: 2% 0;
        font-size: 12px;
        line-height: 1.5em;
    }
    
    .btn_01 a{
        width: 90%;
        font-size: 12px;
        line-height: 3em;
        margin: 5% auto 0;
    }
    
    .pc {
		display:none;
	}
	.sp {
		display:block;
    }
    
    
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
}

/************************************************************
               動き
************************************************************/

.anim,#ha_head {
    opacity: 0;
    transition: 1.6s all 0s ease;
}
.anim.ac,#ha_head.on {
    opacity: 1;
}
.anim img {
    display: block;
    transform: scale(1.1);
    filter: blur(10px);
    transition: 1.6s all 0s ease;
}
.anim.ac img {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
}
#ha_head .visual img {
    transform: scale(1.1);
    filter: blur(10px);
    transition: 1.6s all 0s ease;
}
#ha_head.on .visual img {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
}
.fade{
	opacity: 0;
	transition: 1.6s all 0.2s ease;
}
.fade2{
	opacity: 0;
	transition: 1.6s all 0.4s ease;
}
.fade3{
	opacity: 0;
	transition: 1.6s all 0.6s ease;
}
.fade.ac, .fade2.ac,.fade3.ac{
	opacity: 1;
    transform: translate(0);
}

