@charset "utf-8";



*:focus {
  outline: none;
}
body{
    margin: 0;
    padding:0;
}

.Notosans{
    font-family: "Noto Sans JP", sans-serif;
}
.NotoSerifJP{
    font-family: "Noto Serif JP", sans-serif;
}
.Inter{
	font-family: "Inter", sans-serif;
}
.HelveticaLT{
	font-family: helvetica-lt-pro, sans-serif;
}
.MrsEave{
	font-family: mrs-eaves, serif;
}
.MrsEavesXL{
	font-family: mrs-eaves-xl-serif, serif;
}

#ha_wrap{
	max-width:1000px;
	width: 100%;
	text-align: center;
    position: relative;
	padding:0;
    margin: 0 auto;
	color: #333333;
	line-height: 1.65em;
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.5px;
	overflow: hidden;
}

#ha_wrap img{
    width: 100%;
    border: 0;
    line-height: 0;
    vertical-align:top;
} 
#ha_wrap ul,#ha_wrap li{
	padding: 0;
    margin: 0 auto;
    list-style: none;
}

#ha_wrap a{
    text-decoration: none;
}
#ha_wrap a:hover{
    opacity: 1;
}
#ha_head{
	position: relative;
	margin: 0 auto;
	padding:0;
	display: block;
}

#ha_head .head{
	display: inline-block;
	margin: 0 auto 0;
	position: relative;
}


#ha_head .title{
	position: absolute;
	width: 20%;
	left: 40%;
	top: 22.5%;
	z-index: 3;
	
}
#ha_head .lead{
	width: 100%;
	display: block;
	font-size: 16px;
	text-align: center;
	margin:5% auto;
	line-height: 2em;
	font-weight: 400;
}
#ha_head .note{
	width: 100%;
	display: block;
	font-size: 12px;
	text-align: center;
	margin:0% auto;
	line-height: 2em;
	font-weight: 400;
}
#ha_head .note span{
	font-weight: 500;
	font-size: 150%;
}

#ha_contents{
    width: 100%;
    position: relative;
	margin: 0% auto 5%;
	padding: 0;
	display: block;
}
#ha_contents .nov_box{
	width: 90%;
	text-align: center;
	display: inline-block;
	margin: 10% auto 5%;
	position: relative;
	background: #000000;
	color: #FFFFFF;
}
#ha_contents .nov_box .inner{
	width: 90%;
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 5% auto;
	gap:4%;
}
#ha_contents .nov_box .inner .nov{
	width: 40%;
}
#ha_contents .nov_box .inner .txt_box{
	width: 60%;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}
#ha_contents .nov_box .inner .txt_box .ttl{
	font-family: mrs-eaves-xl-serif, serif;
	text-align: center;
	margin: 0 auto;
	font-size: 20px;
	line-height: 1em;
	font-weight: 100;
}
#ha_contents .nov_box .inner .txt_box .txt{
	font-size: 14px;
	text-align: center;
	margin: 5% auto 0;
	position: relative;
	line-height: 1.7em;
		
}
#ha_contents .nov_box .inner .txt_box .txt span{
	font-size: 80%;
}
#ha_contents .brand_box{
	width: 60%;
	text-align: center;
	display: inline-block;
	margin:0% auto;
	position: relative;
	border: #000000 1px solid;
}
#ha_contents .brand_box .inner{
	width: 90%;
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 5% auto;
	gap:4%;
}
#ha_contents .brand_box .inner .logo{
	width: 40%;
}
#ha_contents .brand_box .inner .txt{
	width: 60%;
	font-size: 13px;
	text-align: left;
	margin: 0 auto;
	line-height: 1.65em;
	letter-spacing: 0px;
}


/************************************************************
               button
************************************************************/

.btn01 a {
    background: #FFFFFF;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 2.5% auto;
    width:50%;
    padding: 3% 0%;
    color: #000000;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 13px;
    border-radius: 0px;
    line-height: 1em;
	letter-spacing: 0px;
	font-family: mrs-eaves-xl-serif, serif;
    
}
.btn01 a:hover{
	background: #333;
	color: #FFFFFF;
}
.btn02 a {
	font-size: 13px;
	letter-spacing: 0.1em;
	color: #444;
	font-weight: 400;
	display: block;
	position: relative;
	box-sizing: border-box;
	max-width: 300px;
	text-align: center; 
	padding: 1% 0;
	margin: 5% auto;
	margin-inline: auto;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s;
}

.btn02 a::before {
  content: "";
  display: block;
  position: absolute;
  width: 300px;
  height: 1px;
  background: #555;
  bottom: 0;
  transition: all 0.3s;
}

.btn02 a::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 1px;
  background: #555;
  rotate: 40deg;
  right: -3px;
  bottom: 5px;
  transition: all 0.3s;
}


.btn_all a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    margin: 15% auto 20%;
    width: 90%;
    padding: 3.5% 0%;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    font-size: 14px;
    float: none;
    border-radius: 0px;
    line-height: 2em;
	background: #333;
	font-family: "Spectral", serif;
}
.btn_all a:hover {
    background: #ddd;
    color: #222;
}
.btn_all a:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.btn02 a:hover:after {
    border-color: #222;
}


.pc{
	display: block;
}
.sp{
	display: none;
}

.Right{
    float: right;
}
.Left{
    float: left;
}

.small{
	font-size:60%;
}

.clear {
	clear: both;
}


/************************************************************
                sp
************************************************************/

@media only screen and (max-width:768px){
	#ha_wrap{
		width: 100%;
	}
	#ha_head .title {
		position: absolute;
		width: 35%;
		left: 32.5%;
		top: 19.5%;
		z-index: 3;
	}
	#ha_head .lead{
		font-size: 14px;

	}
	#ha_head .note{
		font-size: 11px;
		letter-spacing: 0px;
	}
	#ha_head .note span{
		font-size: 125%;
	}
	#ha_contents{
		margin: 0 auto 8%;
	}
	#ha_contents .nov_box{
		width: 94%;
	}
	#ha_contents .nov_box .inner{
		flex-wrap: wrap;
	}
	#ha_contents .nov_box .inner .nov{
		width: 90%;
		text-align: center;
		margin: 5% auto;
	}
	#ha_contents .nov_box .inner .txt_box{
		width: 100%;
		margin: 0% auto 5%;
	}
	#ha_contents .nov_box .inner .txt_box .txt{
		font-size: 13px;
	}
	#ha_contents .brand_box{
		width: 94%;
	}
	#ha_contents .brand_box .inner .txt{
		font-size: 11px;
	}
	
	
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }

}
/* ================================================ 
　　　　　　　　　　　　CSS動き
================================================ */

.img-wrap {
  overflow: hidden;
  position: relative;
}

.img-wrap::before {
  animation: img-wrap 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #000000;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

/* 遅延用 */
.img-wrap.delay::before {
  animation-delay: 0.5s;
}

@keyframes img-wrap {
  100% {
    transform: translateX(100%);
  }
}


/* ================================================ 
　　　　　　　　　　　　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.2s all 0.2s ease;
}
.anim02 {
    opacity: 0;
    transform: translateY(50px);
    transition: 1.2s all 0.4s ease;
}
.anim03 {
    opacity: 0;
    transform: translateY(50px);
    transition: 1.2s all 0.6s ease;
}

.anim01.ac,.anim02.ac,.anim03.ac {
	opacity: 1;
    transform: translate(0);
}


