@charset "utf-8";

body{
    margin: 0 auto;
    padding: 0;
}
#ha_wrap{
    width: 100%;
	text-align: center;
    margin: 0% auto;
    padding: 5% 0;
	color: #000000;
    display: block;
    letter-spacing: 1px;
    position: relative;
    background: rgb(255,255,255);
    background: linear-gradient(209deg, rgba(255,255,255,1) 0%, rgba(239,239,239,1) 32%, rgba(212,212,212,1) 64%, rgba(115,115,115,1) 100%);
    background-attachment: fixed;
}
#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;
}
.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_head{
    max-width: 1000px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;
}
#ha_head h1{
    font-size: 120px;
    text-align: center;
    margin: 3% auto 0;
    line-height: 1em;
    font-family: "mrs-eaves-xl-serif", serif;
    font-weight: normal;
    color: #1583d8;
    letter-spacing: 2px;
    
}
#ha_head h2{
    font-size: 20px;
    text-align: center;
    display: block;
    position: relative;
    margin: 0 auto;
    font-family: "Inter", sans-serif;
    font-weight: normal;
    line-height: 1em;
    color: #1583d8;
    letter-spacing: 0px;
}
#ha_head .lead{
    color: #000000;
	display: block;
    margin: 3% auto 0;
	font-size: 15px;
	line-height: 2.2em;
    letter-spacing: 0.8px;
	text-align: center;
    font-weight: 400;
}
#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: 2px;
	background: #FFFFFF;
	transition: 2s all 0s ease;
}
#ha_contents .section.ac::after {
	width: 100%;
}


#ha_contents .ha_box .inner{
    max-width: 600px;
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    position: relative;
}
#ha_contents .style_box{
    width: 100%;
    display: inline-block;
    margin: 5% auto 0;
    position: relative;
}
#ha_contents .style_box .style{
    width: 100%;
    position: relative;
    /*border: #1583d8 1px solid;*/
}
#ha_contents .style_box .style .no{
    font-family: "mrs-eaves-xl-serif", serif;
    font-size: 80px;
    position: absolute;
    left: 3%;
    top: 3%;
    color: #1583d8;
}
.fuchidori {
  color: #FFFFFF;
  text-shadow:1px 1px 0 #1583d8, -1px -1px 0 #1583d8,
              -1px 1px 0 #1583d8, 1px -1px 0 #1583d8,
              0px 1px 0 #1583d8,  0-1px 0 #1583d8,
              -1px 0 0 #1583d8, 1px 0 0 #1583d8;
}

#ha_contents .style_box .link{
    width: 8%;
    position: absolute;
    right: 3%;
    bottom: 3%;
    z-index: 8;
}
#ha_contents .item_box{
    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;
    margin: 5% auto 0;
}
#ha_contents .item_box .item ul li .ttl{
    font-family: spectral, sans-serif;
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.3em;
    letter-spacing: 0px;
    background: #1583d8;
    color: #FFFFFF;
}
#ha_contents .item_box .item .credit{
    font-size: 15px;
    text-align: center;
    margin: 5% auto;
    position: relative;
    display: inline-block;
    line-height: 1.7em;
}
#ha_contents .item_box .item .price{
    font-size: 13px;
}
#ha_contents .item_box .item .img{
    width: 100%;
    position: relative;
    
}
#ha_contents .item_box .item .link{
    width: 8%;
    position: absolute;
    right: 3%;
    bottom: 3%;
    
}




/************************************************************
               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: 8% 0 8%;
	}
    #ha_head h1{
        font-size: 70px;
    }
    #ha_head h2{
        font-size: 15px;
    }
    #ha_head .lead{
        font-size: 13px;
        margin: 10% auto;
    }
    #ha_contents .ha_box .inner{
        width: 86%;
    }
    #ha_contents .style_box .style .no{
        font-size: 40px;
    }
    #ha_contents .item_box .item ul li .ttl{
        font-size: 12px;
        line-height: 2em;
    }
    #ha_contents .item_box .item .credit{
        font-size: 12px;
        text-align: left;
        float: left;
        letter-spacing: 0px;
    }
    #ha_contents .item_box .item .price{
        font-size: 11px;
    }
    
    
    .button_01 a{
        width: 70%;
        font-size: 14px;
        line-height: 1.7em;
    }
    .pc {
		display:none;
	}
	.sp {
		display:block;
    }
    
    
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
    
    


}

