@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap');

#ha_wrap{
    width: 100%;
	text-align: center;
    margin: 0% auto;
    padding: 10% 0 5%;
	color: #000000;
    display: block;
    letter-spacing: 1px;
    position: relative;
    background:#f0f0f0;
	-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;
}


#ha_wrap img{
    border: 0;
	vertical-align: bottom;
}
#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{
    text-decoration: none;
    opacity: 1;
}
#ha_wrap a:hover{
    text-decoration: none;
}
#ha_wrap img{
    width: 100%;
}
#ha_head{
    max-width: 1000px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;
}
#ha_head h1{
    font-size: 100px;
    text-align: center;
    margin: 3% auto;
    line-height: 1em;
    font-family: "Bebas Neue", sans-serif;
    font-weight: normal;
    
}
#ha_head h2{
    font-size: 30px;
    text-align: center;
    display: block;
    position: relative;
    margin: 0 auto;
    font-family: "Bebas Neue", sans-serif;
    font-weight: normal;
    line-height: 1em;
}
#ha_head .lead{
    color: #000000;
	display: block;
    margin: 3% auto;
	font-size: 15px;
	line-height: 2.5em;
    letter-spacing: 2px;
	text-align: center;
    font-weight: 400;
}
#ha_contents{
    width: 100%;
    margin: 10% auto 0;
    display: inline-block;
    text-align: center;
    position: relative;
}
#ha_contents .ha_box{
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 8% auto;
    position: relative;
}

#ha_contents .section {
	position: relative;
	margin: 0% auto;
	padding: 5% 0;
}
#ha_contents .section::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 1px;
	background: #000;
	transition: 2s all 0s ease;
}
#ha_contents .section.ac::after {
	width: 100%;
}
#ha_contents .no{
   width: 90px;
    text-align: center;
    margin: 0 auto;
}
#ha_contents .item_box{
    max-width: 900px;
    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: 0% auto;
    position: relative;
}
#ha_contents .item_box .item ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-column-gap: 2%;
}
#ha_contents .item_box .item ul li{
    display: inline-block;
    position: relative;
}
#ha_contents .item_box .item .ttl{
    font-family: "Bebas Neue", sans-serif;
    background: #adadad;
    color: #FFFFFF;
    text-align: center;
    padding: 2% 0;
    margin: 0 auto;
    font-size: 20px;
}

#ha_contents .item_box .item .credit{
    font-size: 16px;
    text-align: center;
    margin: 5% auto;
    position: relative;
    display: inline-block;
    line-height: 2em;
    font-weight: 500;
}
#ha_contents .style_box{
    max-width: 900px;
    width: 100%;
    display: inline-block;
    margin: 5% auto 0;
    position: relative;
    background: #FFFFFF;
    z-index: 5;
}

#ha_contents .style_box h3 {
	position: relative;
	display: inline-block;
    font-family: "Bebas Neue", sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    margin: 5% auto 2.5%;
    letter-spacing: 0px;
}

#ha_contents .style_box .style{
    width: 45%;
    position: relative;
    margin: 0% auto 5%;
}
#ha_contents .style_box .link{
    width: 60px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 8;
}



/************************************************************
               button
************************************************************/
.button_01 a{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
    width: 50%;
    margin: 0% auto;
    padding: 2% 0%;
    color: #FFFFFF;
    background: #000000;
    font-family: "Bebas Neue", sans-serif;
    font-size: 15px;
	transition: 0.5s;
    letter-spacing: 2px;
    line-height: 1em;
    float: none;
    border: #000000 1px solid;

}
.button_01 a:hover {
    background: #000000;
    color: #FFFFFF;
    border: #000000 1px solid;

}
.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%;
		color: #000000;
        display: block;
        padding: 15% 0 10%;
	}
    #ha_head h1{
        font-size: 60px;
    }
    #ha_head h2{
        font-size: 20px;
    }
    #ha_head .lead{
        font-size: 13px;
        line-height: 2em;
        margin: 10% auto;
        letter-spacing: 1px;
    }
    #ha_contents{
        margin: 5% auto 0;
    }
    #ha_contents .ha_box{
        margin: 15% auto 5%;
    }
    #ha_contents .no{
        width: 16%;
    }
    #ha_contents .item_box{
        width: 90%;
    }
    
    #ha_contents .item_box .item ul{
        grid-template-columns: 1fr;
    }
    #ha_contents .item_box .item ul li{
        margin: 5% auto 10%;
    }
    #ha_contents .item_box .item .ttl{
        font-size: 13px;
        font-weight: normal;
    }
    #ha_contents .item_box .item .credit{
        font-size: 14px;
        line-height: 1.6em;
        margin: 6% auto 5%;
    }
    #ha_contents .style_box{
        margin: 5% auto 0;
    }
    #ha_contents .style_box h3{
        font-size: 20px;
    }
    #ha_contents .style_box .style{
        width: 75%;
    }
    #ha_contents .style_box .link{
        width: 10%;
    }
    
    .button_01 a{
        width: 70%;
        font-size: 14px;
        line-height: 1.7em;
    }
    .pc {
		display:none;
	}
	.sp {
		display:block;
    }
    
    
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
    
    


}

