@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: #E9E9E9;
	background: #ffffff;
	background: radial-gradient(circle,rgba(255, 255, 255, 1) 0%, rgba(166, 166, 166, 1) 100%);
	background-attachment: fixed;
}

#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: 65px;
    margin: 0 auto;
	text-align: center;
	font-weight: normal;
	line-height: 1em;
}
#ha_head .title_s{
    font-family: helvetica-lt-pro, sans-serif;
    font-size: 25px;
    margin: 2% auto;
    text-align: center;
    font-weight: 200;
	letter-spacing: 0px;
	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;
}
#ha_contents section .ha_box{
	width: 100%;
	display: flex;
	gap:2%;
	position: relative;
	align-items: stretch;
	justify-content: flex-start;
}
#ha_contents section:nth-of-type(even) .ha_box{
	flex-direction: row-reverse;
}
#ha_contents section .main{
	width: 50%;
	display: inline-block;
	margin: 0 auto;
	position: relative;
}
#ha_contents section .label{
	width: 3.8%;
	float: left;
}
#ha_contents section .main .img{
	width: 90%;
	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	position: relative;
	aspect-ratio: 5 / 6;   /* 比率 */
	overflow: hidden;
}
#ha_contents section .credit{
	font-size: 15px;
	text-align: center;
	margin: 3% auto;
	position: relative;
	display: block;
	font-weight: 500;
}
#ha_contents section .sub{
	width: 45%;
	display: inline-block;
	margin: 0 auto;
	position: relative;
}
#ha_contents section .sub .img_l{
	width: 60%;
	float: left;
}
#ha_contents section .sub .img_r{
	width: 60%;
	float: right;
	margin-top: 5%;
}

/************************************************************
               button
************************************************************/
.btn_01 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 5% auto;
    width: 60%;
    padding: 2.5% 0%;
    color:#fff;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 15px;
    /*border-radius: 100vh;*/
    line-height: 1.6em;
    font-family: mrs-eaves, serif;
    float: none;
    letter-spacing: 0px;
    background: #222;
}
.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: #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;
    
}

.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;
		background: #ffffff;
		background: radial-gradient(circle,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(204, 204, 204, 1) 100%);
	}
	#ha_head .title{
		font-size: 40px;
	}
	#ha_head .title_s{
		font-size: 16px;
	}
	#ha_head .lead{
		font-size: 15px;
		line-height: 1.5em;
		margin: 8% auto;
	}
	#ha_contents section .ha_box{
		flex-wrap: wrap;
	}
	#ha_contents section .main{
		width: 90%;
		text-align: center;
		margin: 0 auto;
	}
	#ha_contents section .credit {
		margin: 5% auto;
		font-weight: 400;
		font-size: 14px;
		letter-spacing: 0px;
	}
	#ha_contents section .sub{
		width: 100%;
		margin: 5% auto 0;
	}
	
	.btn_01 a{
		width: 80%;
	}
	
    
    
    
    .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%);}}


