@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;
}
.MrsEaves{
	font-family: mrs-eaves, serif;
}
.MrsEavesXL{
	font-family: mrs-eaves-xl-serif, serif;
}
.MrsEavesXLNarrow{
	font-family: mrs-eaves-xl-serif-narrow, serif;
}
.JolyDisplay{
	font-family: joly-display, sans-serif;
}


.sticky__container{
	display: flex;
	background: #F8F8F8;
	min-height: 100vh;
	/*justify-content: center;*/
}
.pcBox{
	height: 100vh;
	position: sticky;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: .3;
}
.spBox{
	display: none;
}


#ha_wrap{
	max-width: 600px;
	width: 100%;
	text-align: center;
    position: relative;
	padding:0;
    margin: 0 auto;
	color: #333333;
	background: #FFFFFF;
	line-height: 1.65em;
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 1px;
	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;
	text-align: center;
	overflow: hidden;
}
#ha_head .visual{
	width: 100%;
	position: relative;
	display: block;
	z-index: 2;
	overflow: hidden;
}
#ha_head .visual img {
    transform: scale(1.1);
    filter: blur(10px);
    transition: 2s all 0s ease;
}
#ha_head.on .visual img {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
}
#ha_head .title_area{
	width: 100%;
	left: 0%;
    top: 52%;
	position: absolute;
	display: inline-block;
	z-index: 6;
}
#ha_head .title_area .title_sub{
    width: 15%;
    text-align: center;
    margin: 0 auto;
}
#ha_head .title_area .title{
    width: 80%;
    margin: 3% auto 0;
    text-align: center;
}
#ha_head .title_area .headig{
    font-size: 22px;
    text-align: center;
    color: #FFFFFF;
    font-weight: 500;
    letter-spacing: 0.2em;
    margin: 5% auto 0;
    line-height: 2em;
}

#ha_head .lead{
	font-size: 16px;
	text-align: center;
	margin: 10% auto;
	line-height: 2em;
	letter-spacing: 0.1em;
}
#ha_contents{
    width: 100%;
    position: relative;
	margin: 10% auto;
	padding: 0;
	display: block;
}
#ha_contents section{
	width: 100%;
	display: inline-block;
	text-align: center;
	margin:0 auto;
	position: relative;
}
#ha_contents .main_area{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	position: relative;
	display: inline-block;
	padding: 15% 0 5%;
    background: linear-gradient(135deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(34, 34, 34, 1) 30%);
}
#ha_contents .no{
	font-size: 70px;
    left: 5%;
	top: 4%;
	position: absolute;
	color: #222;
	font-family: joly-display, sans-serif;
	z-index: 20;
	font-weight: normal;
}
#ha_contents .main_area .styleimg{
    width: 80%;
    text-align: center;
    margin: 0 auto;
	position: relative;
	aspect-ratio: 5 / 6;
}
#ha_contents .main_area .link{
    width: 25px;
    position: absolute;
    z-index: 20;
    bottom: 3%;
    right: 3%;
}
#ha_contents .main_area .item{
    font-family: mrs-eaves-xl-serif, serif;
    color: #FFFFFF;
    font-size: 24px;
    text-align: center;
    line-height: 1.65em;
    margin: 5% auto 2.5%;
}
#ha_contents .main_area .cmt{
    width: 80%;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
    padding: 5% 0;
    margin: 0 auto;
    border-top: #FFFFFF 1px solid;
}
#ha_contents .item_area{
	width: 100%;
	position: relative;
	display: inline-block;
	margin: 0% auto 10%;
}

#ha_contents .itemimg{
	width: 100%;
	position: relative;
	margin: 0% auto;
	display: inline-block;
}
#ha_contents .bg{
	width: 100%;
	position: relative;
	margin: 0 auto;
	z-index: 4;
	opacity: .8;
}
#ha_contents .img{
	width: 85%;
	position: absolute;
	z-index: 5;
	left: 7.5%;
	top: 7.5%;
	overflow: hidden;
}
#ha_contents .credit_area{
	width: 70%;
	text-align: center;
	margin: 5% auto 0;
	position: relative;
	display: inline-block;
}
#ha_contents .credit {
    position: relative;
    letter-spacing: .8px;
    text-align: left;
	font-weight: 300;
    margin: 4% auto;
    font-family: helvetica-lt-pro, sans-serif;
    font-size: 14px;
	line-height: 1.3em;
}
#ha_contents .credit a{
	color: #000000;
}
#ha_contents .credit .price {
    font-size: 80%;
    line-height: 1em;
    margin-bottom: 1%;
    font-weight: 100;

}
#ha_contents .credit a::after {
    width: 90px;
    content: "BUY";
    position: absolute;
    top: 40%;
    right: 2%;
    transform: translate(0, -50%);
    font-size: 13px;
    font-weight: 500;
    font-family: "minion-3-subhead", serif;
    text-align: center;
    border: #000000 1px solid;
	color: #000000;
	line-height: 2em;

}


/************************************************************
               button
************************************************************/


.btn_all a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
	margin: 0 auto 15%;
    width: 90%;
    padding: 3.5% 0%;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 15px;
    float: none;
    border-radius: 0px;
    line-height: 2em;
    background: #222;
	font-family: "Noto Serif JP", sans-serif;
}

.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;
}



.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_area{
        top: 45%;
    }
    #ha_head .title_area .title_sub{
        width: 20%;
    }
    #ha_head .title_area .title{
        width: 90%;
    }
    #ha_head .title_area .headig{
        font-size: 17px;
        letter-spacing: 0.2em;
    }
    #ha_head .lead{
        font-size: 14px;
    }
    #ha_contents .no{
        font-size: 60px;
        top: 3%;
    }
    #ha_contents .main_area .styleimg{
        width: 90%;
    }
    #ha_contents .main_area .item{
        font-size: 19px;
    }
    #ha_contents .main_area .cmt{
        width: 90%;
        font-size: 13px;
        letter-spacing: 0em;
    }
    #ha_contents .item_area{
            margin: 0% auto 20%;
    }
	#ha_contents .credit_area{
		width: 85%;
	}
	#ha_contents .credit a{
		font-size: 13px;
		letter-spacing: 0px;
	}
	#ha_contents .credit a::after{
		width: 80px;
		font-size: 11px;
	}
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }

}
/* ================================================ 
　　　　　　　　　　　　CSS動き
================================================ */

/* ============ 4枚切り替え ============ */

.slider{
  position: absolute;
  inset: 0;
  width: 100%;
  opacity: 0;
  z-index: 1;
  animation: anime 6s infinite;
}
.slider img{
  width: 100%;
  height: auto;
  display: block;
}
.slider:nth-child(1){ animation-delay: 0s; }
.slider:nth-child(2){ animation-delay: 2s; }
.slider:nth-child(3){ animation-delay: 4s; }

/* 共通キーフレーム */
/*@keyframes anime {
  0%   { opacity: 0; }
  5%   { opacity: 1; }
  30%  { opacity: 1; }
  35%  { opacity: 0; }
  100% { opacity: 0; }
}*/
/* 3枚キーフレーム */
@keyframes anime {
  0% {opacity : 0;
  }
  10%{
    opacity : 1;
    z-index : 3;
  }
  33%{
    opacity : 1;
  }
  50%{
    opacity : 0;
    z-index : 1;
  }
  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;
}
.anim03 {
    opacity: 0;
    transform: translateY(50px);
    transition: 1.5s all 0.6s ease;
}

.anim01.ac,.anim02.ac,.anim03.ac {
	opacity: 1;
    transform: translate(0);
}

.scale,#ha_head {
    opacity: 0;
    transition: 1.6s all 0s ease;
}
.scale.ac,#ha_head.on {
    opacity: 1;
}
.scale img {
    display: block;
    transform: scale(1.1);
    transition: 1.8s all 0.4s ease;
}
.scale.ac img {
    opacity: 1;
    transform: scale(1);
}

