@charset "utf-8";

body{
    margin: 0;
    padding: 0;
}

#ha_wrap{
    width: 100%;
	text-align: center;
    margin: 0 auto ;
    overflow: hidden;
	color: #222;
    display: block;
    font-weight: 400;
    position: relative;
    letter-spacing: .5px;
	line-height: 1.65em;
    font-family: "Noto Sans JP", sans-serif;
	background: #FFFFFF;
	padding: 0 0 8%;
	background: #ECECEC;
}

#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;
	border: none;
}
.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;
	background: #FFFFFF;
}
#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;
	border: #444 1px solid;
	background: #FFFFFF;
}
#ha_contents section{
	width: 100%;
	display: inline-block;
	margin: 0% auto;
	position: relative;
	padding: 5% 0 0;
	z-index: 1;
	
}
#ha_contents section:nth-of-type(2){
	border-top: #444 1px solid;
}
#ha_contents section .label{
	font-family: mrs-eaves, serif;
	font-size: 30px;
	text-align: center;
	margin: 0 auto;
	font-weight: 400;
	color: #222;
}
#ha_contents section .main_wrap{
	width: 100%;
	display: flex;
	gap:0;
	justify-content: space-between;
	margin: 5% auto 3%;
	position: relative
}

#ha_contents section .main_wrap .main{
	width: 100%;
}
#ha_contents section .subttl{
	font-family: mrs-eaves, serif;
	font-size: 20px;
	text-align: center;
	margin: 0 auto;
	font-weight: 400;
	color: #222;
}
#ha_contents section .sub_wrap{
	width: 100%;
	margin: 3% auto 0;
	position: relative;
	display: inline-block;
	border-top: #444 1px solid;
	padding: 0;
}
#ha_contents section .sub_wrap .inner{
	display: flex;
	justify-content: center;
	gap:0;
	margin: 0 auto;
}
#ha_contents section .sub_wrap .inner .sub{
	width: 50%;
	border-right: #444 1px solid;
}
#ha_contents section .sub_wrap .inner .sub:nth-of-type(2){
	border-right: none;
}
#ha_contents section .sub_wrap .inner .sub img{
	width: 50%;
	padding: 5% 0 0;
}
#ha_contents .credit_wrap{
	width: 100%;
	display: inline-block;
	padding: 3% 0;
	position: relative;
	border-top: #444 1px solid;
}
#ha_contents .credit_wrap .inner{
	width: 50%;
	text-align: center;
	margin: 0 auto;
}
#ha_contents .credit {
    position: relative;
    letter-spacing: .8px;
    text-align: left;
	font-weight: 500;
	margin-bottom: 2%;
}
#ha_contents .credit a{
	color: #222;
    font-size: 15px;
	line-height: 1.3em;
}
#ha_contents .credit .price {
    font-size: 80%;
    line-height: 1em;
    margin-bottom: 1%;
	font-weight: 300;
	font-family: helvetica-lt-pro, sans-serif;
}


#ha_contents .credit a::after {
	width: 30%;
    content: "BUY";
    position: absolute;
    top: 40%;
    right: 2%;
    transform: translate(0, -50%);
    font-size: 13px;
    font-weight: 400;
    font-family: "minion-3-subhead", serif;
    text-align: center;
	background: #222;
	color: #fff;
	line-height: 2.5em;

}




/************************************************************
               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%;
		background: #FFFFFF;
		margin-bottom: 5%;
	}
	#ha_head{
		padding: 10% 0;
	}
	#ha_head .title{
		font-size: 50px;
	}
	#ha_head .lead{
		font-size: 15px;
	}
	#ha_contents{
		width: 99.2%;
	}
	#ha_contents section .label{
		font-size: 22px;
		margin: 1% auto 7%;
	}
	#ha_contents section .main_wrap{
		flex-wrap: wrap;
		border-bottom: #444 1px solid;
		padding-bottom: 10%
			
	}
	#ha_contents section .subttl{
		font-size: 15px;
	}
	#ha_contents section .main_wrap .main{
		width: 85%;
		text-align: center;
		margin: -1.8% auto 0;
	}
	#ha_contents .credit_wrap .inner{
		width: 90%;
		margin: 5% auto;
	}
	#ha_contents .credit a{
		font-size: 13px;
	}
	#ha_contents .credit a::after{
		line-height: 2em;
	}
    
    
    
    .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.5s all 0.4s ease;
}
.fade03{
	opacity: 0;
	transition: 1.5s all 0.6s ease;
}
.fade04{
	opacity: 0;
	transition: 1.5s all 0.8s ease;
}
.fade01.ac,.fade02.ac,.fade03.ac,.fade04.ac{
	opacity: 1;
    transform: translate(0);
}
.anim01 {
    opacity: 0;
    transform: translateY(40px);
    transition: 1.2s all 0.2s ease;
}
.anim02 {
    opacity: 0;
    transform: translateY(40px);
    transition: 1.2s 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%);}}


