@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Marcellus&family=Marcellus+SC&family=Noto+Sans+JP:wght@100..900&display=swap');


*:focus {
  outline: none;
}

#ha_wrap{
    width: 100%;
	text-align: center;
    margin: 0% auto 0;
    padding: 0%;
    display: block;
    letter-spacing: 1px;
    font-weight: 400;
    overflow: hidden;
    font-family: 'Noto Sans JP', sans-serif;
}
#ha_wrap img{
    width: 100%;
    border: 0;
	vertical-align: bottom;
    line-height: 0;
} 
#ha_wrap ul{
	padding: 0;
    margin: 0 auto;
}
#ha_wrap li{
	list-style: none;
    margin: 0 auto;
}
#ha_wrap a{
    text-decoration: none;
}
#ha_wrap a:link{
    text-decoration: none;
}
#ha_wrap a:hover{
    opacity: 1;
}


/************************************************************
                head
************************************************************/
#ha_head{
    width: 100%;
    position: relative;
    text-align: center;
    display: block;
    margin: 0 auto;
}
#ha_head .headimg{
    width: 100%;
    position: relative;
    z-index: 5;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
}
#ha_head .title_box{
    width: 30%;
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 6;
    transform: translate(-50%, -50%);
    display: inline-block;
}
#ha_head .title_box .title{
    width: 100%;
    margin: 0% auto;
}
#ha_head .title_box .title_s{
    width: 80%;
    text-align: center;
    margin: 8% auto 0;
}
#ha_head .lead{
    font-size: 16px;
    text-align: center;
    margin: 5% auto;
    display: inline-block;
    position: relative;
    line-height: 2.2em;
}


/************************************************************
                contents
************************************************************/

#ha_contents{
    max-width: 1000px;
    width: 100%;
    margin: 0% auto;
    position: relative;
    display: block;
}
#ha_contents .ha_box{
    width: 100%;
    display: inline-block;
    margin: 5% auto;
    position: relative;
}
#ha_contents .ha_box h1{
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-size: 35px;
    margin: 0 auto;
    line-height: 1em;
}
#ha_contents .ha_box .ttl{
    position:relative;
}
#ha_contents .ha_box .ttl span{
    width: 80%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    color: #000;
    white-space: nowrap;
}
#ha_contents .ha_box .ttl span::after{
    content: "";
    width: 100%;
    display: inline-block;
    border-top: 1px solid;
    vertical-align: middle;
    margin-right: 1em;
    padding-bottom:4px;
}
#ha_contents .item_box{
    width: 100%;
    position: relative;
    display: inline-block;
    margin: 10% auto 0;
}
#ha_contents .item_box .item{
    width: 45%;
    display: inline-block;
    margin: 0 auto;
    position: relative;
}
#ha_contents .item_box .item .img{
    position: relative;
    margin-bottom: 5%;
    z-index: 6;
}
#ha_contents .item_box .item .category{
    font-size: 18px;
    font-family: "Marcellus", serif;
    position: absolute;
    top: 5%;
    left: 5%;
    z-index: 9;
    color: #FFFFFF;
    
}
#ha_contents .item_box .item p{
    font-size: 14px;
    line-height: 1.8em;
}

.frame-box-001 {
	padding: 20px;
	position: relative;
}

.frame-box-001::before, .frame-box-001::after {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
}

.frame-box-001::before {
	border-left: solid 1px #000000;
	border-top: solid 1px #000000;
	top: 0;
	left: 0;
}

.frame-box-001::after {
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	bottom: 0;
	right: 0;
}
#ha_contents .item_box .item .credit{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7em;
    text-align: center;
    margin: 3% auto;
} 
#ha_contents .sub_box{
    width: 100%;
    position: relative;
    display: inline-block;
    margin: 10% auto 0;
}
#ha_contents .sub_box ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10%;
    grid-template-rows: auto;
}
#ha_contents .sub_box ul li{
    display: inline-block;
    position: relative;
}
#ha_contents .sub_box .credit{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7em;
    text-align: center;
    margin: 3% auto;
}

/************************************************************
                button
************************************************************/
.btn01 a{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
    width: 70%;
	margin: 5% auto 0;
    padding: 2% 0;
    background: #333333;
	color: #FFFFFF;
	transition: 0.5s;
    font-size:14px;
    line-height: 2em;
    float: none;
    font-family: "Marcellus", serif;
}
.btn01 a:hover {
    background: #9E9E9E;
    color: #FFFFFF;
    opacity: 1;
}
.btn02 a{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
    width: 70%;
	margin: 5% auto 0;
    padding: 2% 0;
    background: #333333;
	color: #FFFFFF;
	transition: 0.5s;
    font-size:14px;
    line-height: 2em;
    float: none;
    font-family: "Marcellus", serif;
}
.btn02 a:hover {
    background: #9E9E9E;
    color: #FFFFFF;
    opacity: 1;
}
.hr{
    width: 100%;
    border-bottom: #dddddd 1px solid;
    margin: 5% auto;
    text-align: center;
}


.pc{
	display: block;
}
.sp{
	display: none;
}

.Inter{
    font-family: 'Inter', sans-serif;
}
.Chivo{
    font-family: "Chivo", sans-serif;
}
.NotoSans{
    font-family: "Noto Sans JP", sans-serif;
}
.Right{
    float: right;
}
.Left{
    float: left;
}

.small{
	font-size:70%;
}

.clear {
	clear: both;
}
.MT3{
    margin-top: 3%;
}

@media only screen and (max-width:768px){
    #ha_wrap{
        width: 100%;
        padding: 0% 0 5%;
    }
    #ha_head .title_box{
        width: 80%;
    }
    #ha_head .title_box .title_s{
        margin: 5% auto 0;
    }
    #ha_head .lead{
        font-size: 14px;
        margin: 10% auto;
        line-height: 2em;
    }
    #ha_contents .ha_box{
        width: 96%;
    }
    #ha_contents .ha_box h1{
        font-size: 22px;
    }
    #ha_contents .item_box{
        width: 90%;
    }
    #ha_contents .item_box .item{
        width: 100%;
        margin: 10% auto;
    }
    #ha_contents .item_box .item p{
        font-size: 12px;
        letter-spacing: 0px;
    }
    #ha_contents .item_box .item .credit{
        font-size: 14px;
    }
    .frame-box-001{
        padding: 10px;
    }
    .frame-box-001::before, .frame-box-001::after{
        width: 20px;
        height: 20px;
    }
    #ha_contents .ha_box .ttl span{
        width: 65.6%;
    }
    #ha_contents .sub_box{
        width: 94%;
        margin: 15% auto 0;
    }
    #ha_contents .sub_box ul{
        grid-column-gap: 4%;
    }
    #ha_contents .sub_box .credit{
        font-size: 12px;
}
    .btn01 a{
        width: 80%;
        font-size: 12px;
        float: none;
        line-height: 2.2em;
        text-align: center;
    }
    .btn02 a{
        width: 96%;
        font-size: 11px;
        float: none;
        line-height: 2em;
        text-align: center;
    }
    
    
    .pc{
        display: none;
    }
    .sp{
        display:block;
    }
    
    .Right{
        float: none;
    }
    .Left{
        float: none;
    }



}

