@charset "utf-8";

body{
    margin: 0;
    padding: 0;
}

#ha_wrap{
    width: 100%;
	text-align: center;
    margin: 0 auto ;
    overflow: hidden;
	color: #333333;
    display: block;
    font-weight: 400;
    position: relative;
    letter-spacing: .5px;
	line-height: 1.65em;
    font-family: "Noto Sans JP", sans-serif;
	background: #FFFFFF;
}

#ha_wrap ul,#ha_wrap li{
    margin: 0;
    padding: 0;
    list-style: none;
}
#ha_wrap a,#ha_wrap a:hover {
    text-decoration: none;
}
#ha_wrap img {
    width: 100%;
    line-height: 0;
    position: relative;
}
.NotoSerifJP{
    font-family: "Noto Serif JP", sans-serif;
}
.Inter{
    font-family: "Inter", sans-serif;
}
.Notosans{
    font-family: "Noto Sans JP", sans-serif;
}
.IbarraRealNova{
    font-family: "Ibarra Real Nova", serif;
}
.MrsEave{
	font-family: mrs-eaves, serif;
}
.WorkSans{
    font-family: "Work Sans", sans-serif;
}
.Helvetica {
	font-family: helvetica-lt-pro, sans-serif;
}



/**********************************************  
header
**********************************************/

#ha_head{
	max-width: 1000px;
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto;
	padding: 6% 0;
}
#ha_head .title{
    font-family: mrs-eaves, serif;
    font-size: 75px;
    margin: 0 auto;
	text-align: center;
	font-weight: normal;
	line-height: 1em;
}
#ha_head .title_s{
    font-family: mrs-eaves, serif;
    font-size: 40px;
    margin: 2% auto;
    text-align: center;
    font-weight: 200;
	letter-spacing: -.5px;
	line-height: 1em;
}
#ha_head .lead{
    display: inline-block;
    margin: 2.5% auto 0;
    text-align: center;
    font-size: 17px;
    line-height: 2em;
    letter-spacing: 2px;
}

#ha_head .title{
    opacity: 0;
    transform: translateY(40px);
	transition: 1.5s all 0.4s ease;
}
#ha_head .title_s{
    opacity: 0;
    transform: translateY(40px);
	transition: 1.5s all 0.2s ease;
}
#ha_head .lead{
    opacity: 0;
    transform: translateY(40px);
	transition: 1.5s all 0.6s 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%;
    display: block;
    position: relative;
    text-align: center;
    margin: 0% auto 0;
    padding: 0;
}
#ha_contents section{
	width: 100%;
	display: inline-block;
	margin: 0% auto;
	position: relative;
	padding: 5% 0;
	z-index: 1;
}
#ha_contents section .syle_box{
	width: 100%;
	position: relative;
	display: inline-block;
	margin: 0 auto;
	z-index: 1;
}
#ha_contents section .label{
	width: 50%;
	position: absolute;
	z-index: 5;
	left: 0%;
	top: -2%;
	display: inline-block;
}
#ha_contents section:nth-of-type(even) .label{
	width: 50%;
	position: absolute;
	z-index: 5;
	left: 50%;
	top: -2%;
	display: inline-block;
}
#ha_contents section .label .no{
	font-family: "Ibarra Real Nova", serif;
	font-size: 80px;
	text-align: left;
	line-height: 1em;
	font-weight: 500;
	margin: 0 auto;
}
#ha_contents section:nth-of-type(even) .label .no{
	text-align: right;
}
#ha_contents section .label .ttl{
	font-family: mrs-eaves, serif;
	font-size: 30px;
	text-align: left;
	margin: 2.5% auto 0;
	line-height: 1em;
	font-weight: normal;
	letter-spacing: 0px;
}
#ha_contents section:nth-of-type(even) .label .ttl{
	text-align: right;
}
#ha_contents section .txt_area{
	width: 36%;
	position: absolute;
	top: 15%;
	right: 0%;
	display: inline-block;
	z-index: 6;
}
#ha_contents section:nth-of-type(even) .txt_area{
	width: 36%;
	position: absolute;
	top: 15%;
	right: 64%;
	display: inline-block;
	z-index: 6;
}
#ha_contents section .txt{
	font-size: 15px;
	text-align: left;
	line-height: 2em;
	margin: 0 auto;
}
#ha_contents section .main1{
	width:42%;
	float: left;
	margin-left: 12%;
	position: relative;
	z-index: 2;
}
#ha_contents section:nth-of-type(even) .main1{
	width:42%;
	float: right;
	margin-left:0;
	margin-right: 12%;	
	position: relative;
	z-index: 2;
}
#ha_contents section .main2{
	width:36%;
	float: right;
	margin: 20% auto 0;
	position: relative;
	z-index: 2;
}
#ha_contents section:nth-of-type(even) .main2{
	width:36%;
	float: left;
	margin: 20% auto 0;
	position: relative;
	z-index: 2;
}

#ha_contents section .sub1{
	width: 25%;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 3;
}
#ha_contents section:nth-of-type(even) .sub1{
	width: 25%;
	position: absolute;
	top: 50%;
	left: 75%;
	z-index: 3;
}
#ha_contents section .sub2{
	width: 25%;
	position: absolute;
	top: 66%;
	right: 33%;
	z-index: 3;
}
#ha_contents section:nth-of-type(2) .sub2{
	width: 25%;
	position: absolute;
	top: 66%;
	right: 42.5%;
	z-index: 3;
}
#ha_contents section .credit_area{
	width: 55%;
	text-align: center;
	margin: 10% auto 0;
	display: inline-block;
	position: relative;
	border: #333 1px solid;
	padding: 2.5% 0;
}
#ha_contents section .credit_area .credit{
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	line-height: 1.8em;
	margin: 0 auto;
}

/************************************************************
               button
************************************************************/
.btn_01 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 2% auto 0;
    width: 50%;
    padding: 2.5% 0%;
    color:#fff;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 17px;
    /*border-radius: 100vh;*/
    line-height: 1.2em;
    font-family: mrs-eaves, serif;
    float: none;
    letter-spacing: 0px;
    background: #333;
}
.btn_01 a:hover {
    background: #333;
    color: #FFFFFF;
}
.btn_02{
	width: 48%;
	display: inline-block;
}
.btn_02 a {
    position: relative;
	display: inline-block;
    margin: 5% auto;
    width: 100%;
    padding: 2% 0%;
    color:#222;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 18px;
    /*border-radius: 100vh;*/
    line-height: 1.3em;
    font-family: "mrs-eaves-xl-serif", serif;
    float: none;
    letter-spacing: 0px;
    background: #fff;
    border: #222 1px solid;
}
.btn_02 a:hover {
    background: #333;
    color: #FFFFFF;
	border: #333 1px solid;
}

.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 {
    background:#848484;
    position: relative;
    display: inline-block;
    /*justify-content: space-around;*/
    /*align-items: center;*/
    margin: 0% auto 10%;
    width: 80%;
    padding: 3% 2%;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 15px;
    float: none;
    border-radius: 0px;
    line-height:2em;
    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;
    
}

.small{
	font-size: 80%;
}

.clear {
	clear: both;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
.Left{
    float: left;
}
.Right{
    float: right;
}
.hr{
	width: 100%;
	border-top: 1px solid #B7B7B7;
	margin: 5% auto 8%;
}




/************************************************************
 sp
************************************************************/

@media only screen and (max-width:767px){
	#ha_wrap {
        width:100%;
		padding: 5% 0 0;
	}
	#ha_head .title{
		font-size: 45px;
		letter-spacing: 0px;
	}
	#ha_head .title_s{
		font-size: 25px;
	}
	#ha_head .lead{
		font-size: 15px;
		line-height: 1.7em;
		margin: 10% auto;
	}
	#ha_contents section{
		margin: 5% auto 10%;
	}
	#ha_contents section .label{
		width: 60%;
		left: 5%;
		top: 0%;
	}
	#ha_contents section:nth-of-type(even) .label{
		left: 45%;
		top: 0%;
	}
	#ha_contents section .label .no{
		font-size: 40px;
	}
	#ha_contents section .label .ttl{
		font-size: 20px;
	}
	#ha_contents section .txt_area{
		width: 45%;
		top: 48%;
		right: 5%;
	}
	#ha_contents section:nth-of-type(even) .txt_area{
		width: 45%;
		left: 5%;
		top: 48%;
	}
	#ha_contents section .txt{
		font-size: 13px;
		line-height: 1.65em;
	}
	#ha_contents section .main1{
		width: 70%;
		float: right;
	}
	#ha_contents section:nth-of-type(even) .main1{
		width: 70%;
		float: left;
		margin-right: 0%;
	}
	#ha_contents section .main2{
		width: 65%;
		float: left;
		margin-top: 30%;
	}
	#ha_contents section:nth-of-type(even) .main2{
		width: 65%;
		float: right;
		margin-top: 30%;
	}
	#ha_contents section .sub1{
		width: 45%;
		top: 30%;
	}
	#ha_contents section:nth-of-type(even) .sub1{
		width: 45%;
		left: 55%;
		top: 30%;
	}
	#ha_contents section .sub2{
		width: 45%;
		right: 0;
	}
	#ha_contents section:nth-of-type(2) .sub2{
		width: 45%;
		right: 55%;
	}
	#ha_contents section .credit_area{
		width: 85%;
		padding: 3.5% 0;
		margin: 3% auto 0;
	}
	#ha_contents section .credit_area .credit{
		font-size: 15px;
		line-height: 1.6em;
		
	}
	.btn_01 a{
		width: 70%;
		font-size: 15px;
		line-height: 1.5em;
		margin: 2% auto;
	}
	
    
    
    
    .storong{
        font-size: 110%;
    }
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }



}
/************************************************************
 動きCSS
************************************************************/
/* ============ fade CSS ============ */
.slider{
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: anime 4s 0s infinite;
	
}

.slider:nth-of-type(2) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.slider img{
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
}

@keyframes anime {
0% {
opacity: 1;
}
50% {
opacity: 1;
}
60% {
opacity: 0;
z-index: 10;
}
100% {
opacity: 0;
}
}

/************************************************************
 動きJS
************************************************************/

.fade01{
	opacity: 0;
	transition: 1.5s all 0s ease;
}
.fade02{
	opacity: 0;
	transition: 1.8s all 0.4s ease;
}
.fade03{
	opacity: 0;
	transition: 1.8s all 0.6s ease;
}
.fade04{
	opacity: 0;
	transition: 1.8s all 0.8s ease;
}
.fade01.ac,.fade02.ac,.fade03.ac,.fade04.ac{
	opacity: 1;
    transform: translate(0);
}
.anim01 {
    opacity: 0;
    transform: translateY(50px);
    transition: 1.5s all 0.2s ease;
}
.anim02 {
    opacity: 0;
    transform: translateY(50px);
    transition: 1.5s all 0.4s ease;
}

.anim01.ac,.anim02.ac {
	opacity: 1;
    transform: translate(0);
}


/* =============================
 カバー用アニメーション
============================= */
.cover_a, .cover_b, .cover_c, .cover_d {
  opacity: 0;
}
.img-animation_a {
  animation: img-opacity-left 1.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  overflow: hidden;
  position: relative;
	animation-delay: inherit;
}
.img-animation_a::before {
  animation: img-animation-left 1.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #d3d3d3;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
	animation-delay: inherit;
}
.img-animation_b {
  animation: img-opacity-right 1.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  overflow: hidden;
  position: relative;
}
.img-animation_b::before {
  animation: img-animation-right 1.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #d3d3d3;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.img-animation_c {
  animation: img-opacity-c 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  overflow: hidden;
  position: relative;
}

.img-animation_c::before {
  animation: img-animation-left 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #d3d3d3;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.img-animation_d {
  animation: img-opacity-d 1.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  overflow: hidden;
  position: relative;
}
.img-animation_d::before {
  animation: img-animation-right 1.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #d3d3d3;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.img-animation_a,
.img-animation_a::before,
.img-animation_b,
.img-animation_b::before,
.img-animation_c,
.img-animation_c::before,
.img-animation_d,
.img-animation_d::before {
  animation-delay: var(--delay, 0s);
}

@keyframes img-opacity-left {100% {opacity: 1;}}
@keyframes img-opacity-right {100% {opacity: 1;}}
@keyframes img-opacity-c {100% {opacity: 1;}}
@keyframes img-opacity-d {100% {opacity: 1;}}
@keyframes img-animation-left {100% {transform: translateX(100%);}}
@keyframes img-animation-right {100% {transform: translateX(-100%);}}


