@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

*:focus {
outline: none;
}
body{
    padding: 0;
    margin: 0;
}

#ha_wrap{
    width: 100%;
	text-align: center;
    margin: 0 auto;
    padding: 0;
    display: block;
    letter-spacing: 1px;
    position: relative;
    color: #000000;
    font-weight: 400;
    overflow: hidden;
    line-height: 1.6em;
    font-family: 'Noto Sans JP', sans-serif;
}
#ha_wrap img{
    width: 100%;
    line-height: 0;
    border: none;
}
#ha_wrap ul,#ha_wrap li{
    padding: 0;
	margin: 0;
    list-style: none;
    line-height: 0;
}
#ha_wrap a{
	text-decoration: none;
}
#ha_wrap .img{
    width: 100%;
    position: relative;
    overflow: hidden;
    line-height: 0;
}
.work-sans{
    font-family: "Work Sans", serif;
}
.lato{
    font-family: "Lato", serif;
}
.inter{
    font-family: "Inter", serif;
}
.eb-garamond{
    font-family: "EB Garamond", serif;
}

/******************************************************
header
******************************************************/
#ha_head {
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
    margin: 0 auto;
}
#ha_head .head{
    width: 100%;
    position: relative;
    display: inline-block;
}
#ha_head .title_box{
    position: absolute;
    width: 70%;
    top: 5%;
    left: 5%;
}
#ha_head .title_box .title{
    width: 100%;
    float: left;
}
#ha_head .title_box .title_s{
    width: 60%;
    float: left;
    margin: 20px auto;
}
#ha_head .lead{
    width: 100%;
    font-size: 15px;
    text-align: center;
    margin: 10% auto;
    line-height: 2em;
    display: inline-block;
    position: relative;
}
/******************************************************
contents
******************************************************/
#ha_contents{
    width: 100%;
    display: block;
    text-align: center;
    margin: 0% auto;
    position: relative;
}
#ha_contents .section{
    width: 100%;
    position: relative;
    margin: 20% auto 10%;
}
#ha_contents .section .main_box{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    display: inline-block;
}
#ha_contents .section .main_box .img_box{
    width: 100%;
    display: inline-block;
    position: relative;
}
#ha_contents .section .main_box .img_box .bg{
    position: absolute;
    width: 70%;
    right: 0;
    top: 0;
    z-index: 2;
}
#ha_contents .section .main_box .img_box .main{
    width: 80%;
    float: left;
    position: relative;
    display: block;
    margin: 20% auto 0;
    z-index: 10;
}
#ha_contents .section .main_box .img_box .no{
    position: absolute;
    width: 15%;
    top: 10%;
    left: 5%;
    z-index: 20;
}
#ha_contents .section .main_box .detail{
    width: 85%;
    position: relative;
    text-align: center;
    display: block;
    margin: 5% auto;
}
#ha_contents .section .main_box .detail .item_name{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8em;
    margin: 0 auto;
}
#ha_contents .section .main_box .detail p{
    font-size: 14px;
    text-align: center;
    line-height: 1.8em;
    position: relative;
    margin: 2% auto 5%;
    display: block;
}
#ha_contents .section .sub_box{
    width: 100%;
    position: relative;
    margin: 10% auto;
}
#ha_contents .section .sub_box .style_img{
    width: 75%;
    display: inline-block;
    text-align: center;
    border:#1f4e78 double 4px;
    background: #FFFFFF;
    position: relative;
}
#ha_contents .section .sub_box .style_img .img{
    margin: 5% auto 0;
}
#ha_contents .section .sub_box h1{
    font-size: 25px;
    text-align: center;
    margin: 6% auto 0;
    line-height: 1em;
    color: #1f4e78;
    font-weight: 300;
    letter-spacing: 0px;
    font-family: "EB Garamond", serif;
    font-style: italic;
}
#ha_contents .section .sub_box .ttl{
    position: absolute;
    width: 20%;
    right: -5%;
    top: 5%;
    
}
#ha_contents .section .sub_box .item_credit{
    width: 50%;
    text-align: center;
    position: relative;
    display: inline-block;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 5% auto;
}
#ha_contents .section .sub_box .item_credit .credit{
    width: calc(50% - 0%);
    font-size: 13px;
    font-family: "Work Sans", serif;
    font-weight: 400;
    text-align: left;
    line-height: 1.8em;
    letter-spacing: 0px;
}



/************************************************************
               button
************************************************************/
.btn_01 a {
    background: #000000;
    border: #FFFFFF 1px solid;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0% auto 0;
    width: 70%;
    padding: 1.5% 0%;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    float: none;
    letter-spacing: 0px;
    border-radius: 100vh;
    font-family: "Work Sans", serif;
}
.btn_02 a {
    background: #1f4e78;
    color: #FFFFFF;
	position: relative;
    width: 70%;
    display: flex;
    justify-content: space-around;
    align-items: center;
	letter-spacing: .8;
    line-height: 2.0;
    font-size: 13px;
    padding: 2% 0;
    text-align: center;
    transition: 0.3s ease-in-out;
    margin: 5% auto 10%;
    font-family: "Work Sans", serif;
}
.btn_02 a::after {
    position: absolute;
    content: "+";
    right: 2%;
    bottom: 12%;
    font-size: 21px;
    font-weight: 300;
}






.btn_03 a {
    background: #000000;
    border: #FFFFFF 1px solid;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0% auto 0;
    width: 50%;
    padding: 2% 4%;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-size: 14px;
    float: none;
    line-height: 2em;
    letter-spacing: 0px;
    font-family: "Work Sans", serif;
}
.btn_03 a:before, .btn_03 a:after {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.3s;
  right: 0.6rem;
  top: 50%;
}
.btn_03 a:before {
  width: 1.2rem;
  height: 1px;
  background: #FFFFFF;
  transform: translateY(-50%);
}
.btn_03 a:after {
  width: 8px;
  height: 8px;
  border-top: solid 1px #FFFFFF;
  border-right: solid 1px #FFFFFF;
  transform: translateY(-50%) rotate(45deg);
    
}
.Right{
    float: right;
}
.Left{
    float: left;
}
.small{
	font-size:70%;
}
.clear {
	clear: both;
}
.pc{
	display: block;
}
.sp{
	display: none;
}


@media only screen and (max-width:768px){
	#ha_wrap {
        width:100%;
        padding: 0% 0 5%;
	}
    #ha_head .title_box{
        width: 72%;
        top: 8%;
    }
    #ha_head .title_box .title_s{
        margin: 10px auto;
    }
    #ha_head .lead{
        font-size: 14px;
        margin-bottom: 5%;
        line-height: 1.8em;
    }
    #ha_contents .section{
        margin-bottom: 20%;
    }
    #ha_contents .section .main_box .detail .item_name{
        font-size: 15px;
    }
    #ha_contents .section .main_box .detail p{
        font-size: 13px;
    }
    #ha_contents .section .sub_box h1{
        font-size: 15px;
    }
    #ha_contents .section .sub_box .style_img{
        width: 82%;
    }
    #ha_contents .section .sub_box .style_img .img{
        width: 90%;
    }
    #ha_contents .section .sub_box .ttl{
        width: 22%;
    }
    #ha_contents .section .sub_box .item_credit{
        width: 80%;
    }
    #ha_contents .section .sub_box .item_credit .credit{
        font-size: 11px;
    }
    .btn_02 a{
        width: 80%;
    }
    
    .pc {
		display:none;
	}
	.sp {
		display:block;
    }
    
    
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
}

/************************************************************
               動き
************************************************************/
#ha_head .head{
    opacity: 0;
    transition: 2s all 0.2s ease;
}
#ha_head .title{
    opacity: 0;
    transform: translateX(-50px);
	transition: 1.2s all 0.6s ease;
}
#ha_head .title_s{
    opacity: 0;
    transform: translateX(-50px);
	transition: 1.2s all 0.8s ease;
}

#ha_head.ac .head {
    opacity: 1;
}

#ha_head.ac .title, #ha_head.ac .title_s{
    opacity: 1;
    transform: translateX(0); /* 横からスライドインするように修正 */
}



.fade01{
	opacity: 0;
	transition: 1.8s all 0.2s ease;
}
.fade02{
	opacity: 0;
	transition: 1.8s all 0.6s ease;
}
.fade01.ac,.fade02.ac {
	opacity: 1;
    transform: translate(0);
}



.anim01 {
	opacity:0 ;
	transform: translate(0,20px);
	transition: 1.5s all 0.2s ease;
}
.anim02 {
	opacity:0 ;
	transform: translate(0,20px);
	transition: 1.5s all 0.4s ease;
}
.anim03 {
	opacity:0 ;
	transform: translate(0,-30px);
	transition: 1.5s all 0.4s ease;
}
.anim01.ac,.anim02.ac,.anim03.ac {
	opacity:1 ;
	transform: translate(0);
}

