@charset "utf-8";

body{
    margin: 0;
    padding: 0;
}

#ha_wrap{
    width: 100%;
	text-align: center;
    margin: 0% auto;
    padding: 10% 0 5%;
	color: #FFFFFF;
    display: block;
    letter-spacing: 1px;
    position: relative;
    background:#7d7d7d;
	-webkit-text-size-adjust: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-animation: fadein 1s forwards ease;
    animation: fadein 1s forwards ease;
}
@keyframes fadein {
		  0% {
			  opacity: 0;
		  }
		  100% {
			  opacity: 1;
			  transform: translate(0);
		  }
		}
*:focus {
outline: none;
}
.NotoSerifJP{
    font-family: "Noto Serif JP", serif;
}
.Inter{
    font-family: "Inter", sans-serif;
}
.MrsEave{
 font-family: "mrs-eaves-xl-serif", serif;
}
.Notosans{
    font-family: 'Noto Sans JP', sans-serif;
}

#ha_wrap img{
    width: 100%;
    border: 0;
    line-height: 0;
    vertical-align: bottom;
}
#ha_wrap ul{
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#ha_wrap li{
	list-style: none;
}
#ha_wrap a,#ha_wrap a:hover{
	text-decoration: none;
}
#ha_wrap a:link{
    text-decoration: none;
    opacity: 1;
}

#ha_head{
    max-width: 1000px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;
}
#ha_head .title{
    width: 65%;
    text-align: center;
    margin: 8% auto;
    display: block;
}
#ha_head .title_s{
    width: 18%;
    text-align: center;
    margin: 0% auto;
    display: block;
}

#ha_head .lead{
	display: block;
    margin: 5% auto 0;
	font-size: 18px;
	line-height: 2.5em;
    letter-spacing: 2px;
	text-align: center;
    font-weight: 400;
    color: #000000;
}
#ha_contents{
    width: 100%;
    margin: 0% auto 0;
    display: inline-block;
    text-align: center;
    position: relative;
}
#ha_contents .ha_box{
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 5% auto 0;
    position: relative;
}
#ha_contents .section {
	position: relative;
	margin: 0% auto;
	padding: 5% 0 0;
}
#ha_contents .section::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 1px;
	background: #bebebe;
	transition: 2s all 0s ease;
}
#ha_contents .section.ac::after {
	width: 100%;
}

#ha_contents .style_box{
    max-width: 800px;
    width: 100%;
    display: block;
    margin: 5% auto 0;
    padding: 2% 0;
    position: relative;
    background: #FFFFFF;
    text-align: center;
}
#ha_contents .style_box .style{
    width: 45%;
    position: relative;
    margin: 0% auto;
}
#ha_contents .style_box .no{
    width: 18%;
    position: absolute;
    left: 5%;
    top: -5%;
    z-index: 8;
}
#ha_contents .style_box .ttl{
    width:25px;
    position: absolute;
    left: 5%;
    top: 10%;
    z-index: 8;
}
#ha_contents .style_box .link{
    width: 60px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 8;
}

#ha_contents .item_box{
    max-width: 800px;
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0% auto 0;
    position: relative;
}
#ha_contents .item_box .item{
    width: 100%;
    display: inline-block;
    margin: 5% auto;
    position: relative;
}
#ha_contents .item_box .item ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-column-gap: 4%;
}
#ha_contents .item_box .item ul li{
    display: inline-block;
    position: relative;
}
#ha_contents .item_box .item .img{
    border: #000000 1px solid;
}
#ha_contents .item_box .item h1{
    font-family: "mrs-eaves-xl-serif", serif;
    color: #000000;
    font-weight: lighter;
    font-size: 15px;
    text-align: center;
    line-height: 1em;
    margin: 5% auto 0;
}
#ha_contents .item_box .item .credit{
    font-size: 15px;
    text-align: center;
    margin: 2% auto 5%;
    position: relative;
    display: inline-block;
    line-height: 2em;
    font-weight: 500;
}




/************************************************************
               button
************************************************************/
.button_01 a{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
    width: 80%;
    margin: 0% auto;
    padding: 3% 0%;
    color: #FFFFFF;
    background: #000000;
    font-size: 14px;
	transition: 0.5s;
    letter-spacing: 2px;
    line-height: 2em;
    float: none;
    font-family: "mrs-eaves-xl-serif", serif;

}
.button_01 a:hover {
    background: #D0D0D0;
    color: #FFFFFF;

}
.button_02 a {
    background: #000000;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 5% auto 0%;
    width: 95%;
    padding: 2.5% 2%;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 15px;
    float:none;
    text-align: center;
    font-family: 'Marcellus', serif;
    border: #000000 1px solid;
}
.button_02 a:hover {
    background: #FFFFFF;
    color: #000000;
    border: #000000 1px solid;
}
.button_02 a:after {
    content: '';
    width: 4px;
    height: 4px;
    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;
}
.button_02 a:hover:after {
    border-color: #000000;
}





.hr{
	width: 100%;
    border-top: #AFAFAF 1px solid;
	text-align: center;
    margin: 0% auto;
}
.Right{
    float: right;
}
.Left{
    float: left;
}
.small{
	font-size:70%;
}
.clear {
	clear: both;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
.Osw{
    font-family: 'Oswald', sans-serif;
}
.BebasNeue{
    font-family: "Bebas Neue", sans-serif;
}
.Inter{
    font-family: "Inter", sans-serif;
}



@media only screen and (max-width:768px){
	#ha_wrap {
        width:100%;
		text-align: center;
        margin: 0% auto 0%;
        display: block;
        padding: 15% 0 5%;
	}
    #ha_head .title{
        width: 80%;
        margin: 8% auto 0;
    }
    #ha_head .title_s{
        width: 23%;
    }
    #ha_head .lead{
        font-size: 14px;
        line-height: 2em;
        margin: 10% auto 5%;
        letter-spacing: 0px;
    }
    #ha_contents{
        margin: 0% auto 0;
    }
    #ha_contents .ha_box{
        margin: 10% auto 5%;
    }
    #ha_contents .section .no img{
        width: 23%;
    }
    #ha_contents .item_box{
        width: 94%;
    }
    #ha_contents .style_box{
        margin: 10% auto 0;
    }
    #ha_contents .style_box h2{
        font-size: 11px;
    }
    #ha_contents .style_box .style{
        width: 65%;
    }
    #ha_contents .style_box .link{
        width: 40px;
    }
    #ha_contents .style_box .ttl{
        width: 15px;
    }
    #ha_contents .item_box .item{
        margin: 5% auto 0;
    }
    #ha_contents .item_box .item ul{
        grid-column-gap: 2%;
    }
    #ha_contents .item_box .item ul li{
        margin: 5% auto 10%;
    }
    #ha_contents .item_box .item h1{
        font-size: 11px;
        margin: 8% auto 0;
    }
    #ha_contents .item_box .item .credit{
        font-size: 11px;
        line-height: 1.8em;
        margin: 6% auto 5%;
        letter-spacing: 0px;
    }
    
    .button_01 a{
        width: 98%;
        font-size: 12px;
    }
    .pc {
		display:none;
	}
	.sp {
		display:block;
    }
    
    
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
    
    


}

