@charset "utf-8";



*:focus {
  outline: none;
}
body{
    margin: 0;
    padding: 0;
}
#ha_bg{
    background: #ffffff;
    background: linear-gradient(137deg,rgba(255, 255, 255, 1) 0%, rgba(208, 205, 190, 1) 100%);
    background-size:auto;
    background-attachment: fixed; 
}
#ha_wrap{
    max-width:650px;
    width: 100%;
	text-align: center;
    position: relative;
    padding: 0 0 2% 0%;
    margin: 0 auto;
	color: #000000;
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 1px;
    background: #FFFFFF;
}
.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%;
    border: 0;
    line-height: 0;
    vertical-align:top;
} 
#ha_wrap ul,#ha_wrap li{
	padding: 0;
    margin: 0 auto;
    list-style: none;
}

#ha_wrap a{
    text-decoration: none;
}
#ha_wrap a:hover{
    opacity: 1;
}

#ha_wrap .img{
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    line-height: 0;
}

#ha_contents{
    width: 100%;
    position: relative;
    overflow: hidden;
}
#ha_contents .section{
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 0;
}
#ha_contents .section .plus{
    width: 25px;
    right: 3%;
    bottom: 3%;
    position: absolute;
    z-index: 7;
}
#ha_contents .section .pre{
    width: 30px;
    left: 7%;
    top: 4%;
    position: absolute;
    z-index: 7;
}
#ha_contents .section .cate{
    width: 15px;
    left: 7%;
    bottom: 5%;
    position: absolute;
    z-index: 7;
}
#ha_contents .section .cate_b{
    width: 15px;
    left: 7%;
    top: 15%;
    position: absolute;
    z-index: 7;
}


#ha_contents .section ul li{
    display: inline-block;
    position: relative;
    overflow: hidden;

}
#ha_contents .section ul li img{
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    line-height: 0;
}
#ha_contents .section .look{
    position: relative;
    display: inline-block;
}

#ha_contents .section:nth-of-type(1) ul{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2px;
}
#ha_contents .section:nth-of-type(2) ul{
    width: 100%;
    display: grid;
    grid-template-columns: 4fr 3fr;
    column-gap: 2px;
}
#ha_contents .section:nth-of-type(3) ul{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 0px;
}
#ha_contents .section:nth-of-type(4) ul{
    width: 100%;
    display: grid;
    grid-template-columns: 3fr 4fr;
    column-gap: 2px;
}
#ha_contents .section:nth-of-type(5) ul{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2px;
}
#ha_contents .info_box{
    width: 90%;
    text-align: center;
    display: inline-block;
    margin: 5% auto;
    position: relative;
    background: #EBEBEB;
    padding: 5% 0;
}
#ha_contents .info_box h1{
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.7em;
    font-weight: 800;
    font-family: "Noto Serif JP", sans-serif;
    text-decoration: underline;
}
#ha_contents .info_box h2{
    font-size: 18px;
    text-align: center;
    margin: 2% auto;
    line-height: 1.7em;
    font-weight: 700;
    font-family: "Noto Serif JP", sans-serif; 
}
#ha_contents .info_box .txt{
    font-size: 14px;
    text-align: center;
    margin: 2.5% auto;
    line-height: 2em;
    font-weight: 400;
}



#ha_contents .notice{
    font-size: 11px;
    text-align: center;
    margin: 2% auto;
    letter-spacing: 0px;
    
}




.logo{
    width: 8%;
    text-align: center;
    margin: 5% auto 0;
    
}


/************************************************************
               button
************************************************************/

.btn_01 a {
    position: relative;
    display: inline-block;
    /*justify-content: space-around;*/
    align-items: center;
    margin: 2.5% auto 0%;
    width: 80%;
    padding: 3% 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: 2em;
    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);
    
}
/* ============ ボタン02 ============ */
.btn_02 a {
    background: #FFFFFF;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 3.5% auto;
    width: 70%;
    padding: 3% 0%;
    color: #333;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 15px;
    border-radius: 0px;
    line-height: 2em;
    border: #333 1px solid;
    letter-spacing: .5px;
    font-family: "mrs-eaves-xl-serif", serif;
    
}


.pc{
	display: block;
}
.sp{
	display: none;
}

.Right{
    float: right;
}
.Left{
    float: left;
}

.small{
	font-size:60%;
}

.clear {
	clear: both;
}


/************************************************************
                sp
************************************************************/

@media only screen and (max-width:768px){
    #ha_wrap {
        width:100%;
		text-align: center;
        margin: 0 auto;
	}
    #ha_contents .section .pre{
        width: 12%;
    }
    #ha_contents .section .cate{
        width: 10px;
        bottom: 3%;
    }
    
    
    #ha_contents .section .plus{
        width: 20px;
    }
    #ha_contents .info_box{
        width: 92%;
        padding: 10% 0;
        margin: 4% auto;
    }
    #ha_contents .info_box h1{
        font-size: 15px;
    }
    #ha_contents .info_box h2{
        font-size: 13px;
        letter-spacing: 0px;
    }
    #ha_contents .info_box .txt{
        font-size: 12px;
        letter-spacing: .5px;
    }
    #ha_contents .notice{
        font-size: 10px;
        letter-spacing: 0px;
    }
    
    .btn_01 a{
        width: 90%;
        font-size: 12px;
        padding:4% 0%;
    }
    .btn_01 a:before{
        width: 0.8rem;
    }
    .btn_01 a:after{
        width: 6px;
        height: 6px;
        
    }
    .btn_01 a:before, .btn_01 a:after{
        right: 0.7rem;
    }
    
    .btn_02 a{
        width: 80%;
        font-size: 13px;
        padding: 3.5% 0;
        margin: 5% auto 10%;
    }
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }

}

/************************************************************
               動き
************************************************************/

.anim{
    opacity: 0;
    transition: 1.6s all 0s ease;
}
.anim.ac{
    opacity: 1;
}
.anim img {
    display: block;
    transform: scale(1.1);
    filter: blur(5px);
    transition: 1.8s all 0.2s ease;
}
.anim.ac img {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
}
.fade{
	opacity: 0;
	transition: 1.8s all 0.3s ease;
}
.fade.ac {
	opacity: 1;
    transform: translate(0);
}