@charset "utf-8";


*:focus {
outline: none;
}

body{
    margin: 0;
    padding: 0;
}
#ha_wrap{
    width: 100%;
	text-align: center;
    margin: 0% auto;
    padding: 0;
    display: block;
    letter-spacing: 1px;
    position: relative;
    color: #333333;
    background: #9fc58c;
    font-weight: 400;
    overflow: hidden;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: 100%;
}
*:focus {
outline: none;
}

#ha_wrap img{
    width: 100%;
    vertical-align: bottom;
    line-height: 0;
}
#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,#ha_wrap a:hover{
    text-decoration: none;
    opacity: 1;
}
.NotoSerifJP{
    font-family: "Noto Serif JP", system-ui;
}
.Inter{
    font-family: "Inter", system-ui;
}
.MrsEave{
 font-family: "mrs-eaves-xl-serif", serif;
}
.Notosans{
    font-family: "Noto Sans JP", system-ui;
}
.Spectral{
    font-family: spectral, sans-serif;
  }
/**************************************************
header
**************************************************/
#ha_head {
    max-width: 1000px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    margin: 10% auto;
}
#ha_head .title_s{
    width:40%;
    text-align: center;
    margin: 0 auto;
}

#ha_head .title{
    width: 60%;
    text-align: center;
    display: block;
    margin: 5% auto;
}
#ha_head .lead{
    font-size: 18px;
    text-align: center;
    line-height: 2em;
    margin: 5% auto;
}
#ha_head .lead span{
    font-weight:500;
    font-size: 110%;
}

#ha_head .title_s{
    opacity: 0;
    transform: translateY(40px);
	transition: 1.8s all 0.2s ease;
}
#ha_head .title{
    opacity: 0;
    transform: translateY(40px);
	transition: 1.8s all 0.6s ease;
}
#ha_head .lead{
    opacity: 0;
    transform: translateY(40px);
	transition: 1.8s all 1s ease;
}

#ha_head.on .title,#ha_head.on .title_s,#ha_head.on .lead{
	opacity: 1;
    transform: translate(0);
}

/**************************************************
contents
**************************************************/
#ha_contents{
    max-width: 1000px;
    width: 100%;
    margin: 0% auto;
    display: block;
    position: relative;
}
#ha_contents section{
    width: 100%;
    position: relative;
    display: inline-block;
    margin: 5% auto;
}

#ha_contents .main_box{
    width: 100%;
    position: relative;
    margin: 0 auto;
    display: inline-block;
/*    border: #FF0004 1px solid;*/
    padding-bottom: 68%;
}
#ha_contents .main_box .ttl_box{
    width: 100%;
    display: inline-block;
    position: relative;
}
#ha_contents .main_box .ttl_box img{
    width: 20%;
}
#ha_contents .main_box .ttl_box .head-border {
    display: flex;
    align-items: center;
}
#ha_contents .main_box .ttl_box .head-border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #444;
}
#ha_contents .main_box .ttl_box .head-border:after {
    margin-left: 1rem;
}
#ha_contents .main_box .main{
    width: 50%;
    position: absolute;
    top: -1%;
    left: 25%;
    display: block;
}
#ha_contents .cmt_r{
    width: 60px;
    right: 25%;
    top: 15%;
    position: absolute;
}
#ha_contents .cmt_l{
    width: 20px;
    left: 22%;
    bottom: 3%;
    position: absolute;
}
#ha_contents section:nth-of-type(even) .cmt_r{
    width: 20px;
    right: 32%;
    top: 15%;
    position: absolute;
    
}
#ha_contents section:nth-of-type(even) .cmt_l{
    width: 60px;
    left: 18%;
    bottom: 3%;
    position: absolute;
    
}





#ha_contents .item_box{
    width: 100%;
    text-align: center;
    position: relative;
    margin: 5% auto;
    display: inline-block;
    background: #cfe2c5;
}
#ha_contents .item_box .item{
    width: 65%;
    text-align: center;
    margin: 5% auto;
    display: inline-block;
    position: relative;
}
#ha_contents .item_box .item ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 5%;
}
#ha_contents .item_box .item ul li{
    display: inline-block;
    position: relative;
}
#ha_contents .item_box .item .credit{
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    margin: 3% auto;
    line-height: 2em;
    position: relative;
}



/************************************************************
               button
************************************************************/
.btn_01 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 5% auto 0;
    width: 80%;
    padding: 2.5% 0%;
    color:#FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 17px;
    border-radius: 100vh;
    line-height: 1.3em;
    font-family: spectral, sans-serif;
    float: none;
    letter-spacing: 0px;
    background: #333;
}
.btn_01 a:hover {
    background: #222;
    color: #FFFFFF;
}


.btn_02 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0% auto 0;
    width:85%;
    padding: 3% 0%;
    color:#FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 15px;
    border-radius: 0px;
    line-height: 2em;
    font-family: "mrs-eaves-xl-serif", serif;
    float: none;
}
#ha_contents section:nth-of-type(1) .btn_02 a{
    background: #223c6c;
}
#ha_contents section:nth-of-type(2) .btn_02 a{
    background: #790000;
}
#ha_contents section:nth-of-type(3) .btn_02 a{
    background: #163c20;
}
#ha_contents section:nth-of-type(4) .btn_02 a{
    background: #501958;
}

#ha_contents section .btn_02 a:hover {
    background: #222;
    color: #FFFFFF;
}
.btn_02 a:after {
    content: '';
    width: 7px;
    height: 7px;
    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;
}
.btn_02 a:hover:after {
    border-color: #FFFFFF;
}



.btn_all a {
    background: #32638d;
    position: relative;
    display: inline-block;
    /*justify-content: space-around;*/
    /*align-items: center;*/
    margin: 0% auto 0;
    width: 40%;
    padding: 3% 2%;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 32px;
    float: none;
    border-radius: 0px;
    line-height: 1em;
    letter-spacing: 2px;
    font-family: "mrs-eaves-xl-serif", serif;
}
.btn_all a:hover {
    background: #333333;
    color: #FFFFFF;
}
.btn_all a:after {
    content: '';
    width: 7px;
    height: 7px;
    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;
}
.btn_all a:hover:after {
    border-color: #FFFFFF;
}

.btn_all a span{
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    
}

.Right{
    float: right;
}
.Left{
    float: left;
}
.small{
	font-size:70%;
}
.strong{
    font-weight: 600;
}
.clear {
	clear: both;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
.hr{
    border-bottom: #DCDCDC 1px solid;
    text-align: center;
    margin: 0 auto;
}

@media only screen and (max-width:768px){
	#ha_wrap {
        width:100%;
	}
    #ha_head .title{
        width: 80%;
    }
    #ha_head .title_s{
        width: 60%;
    }
    #ha_head .lead{
        font-size: 14px;
        margin: 10% auto 5%;
    }
    #ha_contents section{
        margin: 10% auto;
    }
    #ha_contents .main_box .ttl_box{
        width: 94%;
    }
    #ha_contents .main_box .ttl_box img{
        width: 25%;
    }
    #ha_contents .main_box{
        padding-bottom: 120%;
        /*border: #FF0004 1px solid;*/
    }
    #ha_contents .main_box .main{
        width: 83%;
        left: 10%;
    }
    #ha_contents .cmt_r{
        width: 11%;
        right: 10%;
        top: 9%;
    }
    #ha_contents .cmt_l{
        width: 3.8%;
        left: 10%;
    }
    #ha_contents section:nth-of-type(even) .main{
        width: 83%;
        left: 15%;
    }
    #ha_contents section:nth-of-type(even) .cmt_r{
        width: 3.8%;
        right: 10%;
        top: 9%;
    }
    #ha_contents section:nth-of-type(even) .cmt_l{
        width: 11%;
        left: 10%;
    }    
    
    #ha_contents .item_box .item{
        width: 90%;
    }
    #ha_contents .item_box .item .credit{
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 0px;
    }
    
    .btn_01 a{
        width: 96%;
        background: #333;
        color: #FFFFFF;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.9em;
    }
    .btn_02 a{
        width: 90%;
        font-size: 12px;
    }
    .btn_02 a:after{
        width: 5px;
        height: 5px;
    }
    .pc {
		display:none;
	}
	.sp {
		display:block;
    }
    
    
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
}


.fade{
	opacity: 0;
	transition: 2s all 0s ease;
}
.fade01{
	opacity: 0;
	transition: 2s all 0.2s ease;
}
.fade02{
	opacity: 0;
	transition: 2s all 0.5s ease;
}
.fade03{
	opacity: 0;
	transition: 2s all 0.6s ease;
}
.fade.ac, .fade01.ac, .fade02.ac, .fade03.ac{
	opacity: 1;
    transform: translate(0);
}
.anim {
    opacity: 0;
    transform: translateY(40px);
    transition: 1.5s all 0.2s ease;
}
.anim01 {
    opacity: 0;
    transform: translateY(50px);
    transition: 1.5s all 0.3s ease;
}
.anim02 {
    opacity: 0;
    transform: translateY(50px);
    transition: 1.5s all 0.6s ease;
}

.anim.ac,.anim01.ac,.anim02.ac{
	opacity: 1;
    transform: translate(0);
}

