@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: 90%;
	left: 5%;
	top: 30%;
	position: absolute;
	display: inline-block;
	z-index: 6;
}
#ha_head .title{
	display: flex;
    overflow: hidden;
	justify-content: center;
}
#ha_head .title .txt{
	font-family: joly-display, sans-serif;
	font-style: italic;
	font-size: 100px;
	color: #FFFFFF;
	letter-spacing: .06em;
	opacity: 0;
    animation: textanimation 1s forwards;
	line-height: 80px;
}
#ha_head .title .txt:nth-of-type(1){
	animation-delay: 0.2s;
}
#ha_head .title .txt:nth-of-type(2){
	animation-delay: 0.4s;
}
#ha_head .title .txt:nth-of-type(3){
	animation-delay: 0.6s;
}
#ha_head .title .txt:nth-of-type(4){
	animation-delay: 0.8s;
}
#ha_head .title .txt:nth-of-type(5){
	animation-delay: 1s;
}
@keyframes textanimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
#ha_head .headig{
	font-size: 25px;
	color: #ab0317;
	font-family: "Noto Serif JP", sans-serif;
	text-align: center;
	margin: 10% auto 5%;
	letter-spacing: 0.5em;
	font-weight: 400;
}
#ha_head .lead{
	font-size: 16px;
	text-align: center;
	margin: 0% 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;
	padding: 15% 0 0;
	background: #920617;
}
#ha_contents section:nth-of-type(even){
	background: #FFFFFF;
}
#ha_contents .style_area{
	width: 80%;
	text-align: center;
	margin: 0 auto;
	position: relative;
	display: inline-block;
}
#ha_contents .no{
	font-size: 100px;
	right: 5%;
	top: 0%;
	position: absolute;
	color: #FFFFFF;
	font-family: joly-display, sans-serif;
	z-index: 20;
	font-weight: normal;
}
#ha_contents section:nth-of-type(even) .no{
	color: #ab0317;
	right: 85%;
}
#ha_contents .styleimg{
	width: 100%;
	aspect-ratio: 3/4;
	position: relative;
}
#ha_contents .stylecmt{
	color: #FFFFFF;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	margin: 5% auto;
}
#ha_contents section:nth-of-type(even) .stylecmt{
	color: #ab0317;
}
#ha_contents .line{
	width: 40px;
	text-align: center;
	margin: 5% auto;
	position: relative;
}
#ha_contents section:nth-of-type(even) .line{
	 fill: #ab0317;
}

#ha_contents .item_area{
	width: 100%;
	position: relative;
	display: inline-block;
	margin: 5% auto 10%;
}
#ha_contents .ttl{
	font-size: 40px;
	font-family: joly-display, sans-serif;
	color: #FFFFFF;
	font-style: italic;
	margin: 0 auto;
	text-align: center;
	font-weight: 400;
}
#ha_contents .ttl_s{
	font-family: joly-display, sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	margin: 1.5% auto;
	color: #FFFFFF;
	letter-spacing: 0.5px;
}
#ha_contents section:nth-of-type(even) .ttl,
#ha_contents section:nth-of-type(even) .ttl_s{
	color: #ab0317;
	font-weight: 500;
}
#ha_contents .itemimg{
	width: 100%;
	position: relative;
	margin: 5% 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: 0 auto;
	position: relative;
	display: inline-block;
}
#ha_contents .credit {
    position: relative;
    letter-spacing: .8px;
    text-align: left;
	font-weight: 500;
	margin-bottom: 2%;
}
#ha_contents .credit .price {
    font-size: 88%;
    color: #333;
    color: #FFFFFF;
    line-height: 1em;
    margin-bottom: 1%;
	font-weight: 300;

}
#ha_contents .credit a{
	color: #FFFFFF;
    font-size: 14px;
	line-height: 1.3em;
}
#ha_contents section:nth-of-type(even) .credit .price,
#ha_contents section:nth-of-type(even) .credit a{
	color: #ab0317;
}
#ha_contents .credit a::after {
    width: 110px;
    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: #FFFFFF;
	color: #920617;
	line-height: 2em;

}
#ha_contents section:nth-of-type(even) .credit a::after{
	background:#ab0317;
	color: #FFFFFF;
}






/* ============ 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;
}
}

/************************************************************
               button
************************************************************/
.btn_area{
	width: 100%;
	background: #920617;
	display: inline-block;
	padding: 20% 0;
	position: relative;
	margin: 0 auto;
}

.btn_all a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
	margin: 0 auto;
    width: 90%;
    padding: 3.5% 0%;
    color: #ab0317;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    font-size: 18px;
    float: none;
    border-radius: 0px;
    line-height: 2em;
	background: #FFFFFF;
	font-family: joly-display, sans-serif;
	font-style: italic;
}

.btn_all a:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #920617;
    border-right: 2px solid #920617;
    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: 25%;
	}
	#ha_head .title .txt{
		font-size: 80px;
	}
	#ha_head .headig{
		font-size: 20px;
		letter-spacing: 0.1em;
	}
	#ha_head .lead{
		font-size: 15px;
	}
	#ha_contents .style_area{
		width: 85%;
	}
	#ha_contents .no{
		font-size: 70px;
	}
	#ha_contents .stylecmt{
		font-size: 13px;
		letter-spacing: 0px;
	}
	#ha_contents .line{
		    width: 30px;
	}
	#ha_contents .ttl{
		font-size: 30px;
	}
	#ha_contents .ttl_s{
		font-size: 11px;
	}
	#ha_contents .img{
		width: 90%;
		left: 5%;
		top: 5%;
	}
	#ha_contents .credit_area{
		width: 85%;
	}
	#ha_contents .credit a{
		font-size: 13px;
		letter-spacing: 0px;
	}
	#ha_contents .credit a::after{
		width: 90px;
		font-size: 11px;
	}
	#ha_contents section:nth-of-type(even) .no{
		right: 80%;
	}
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }

}

/* ================================================ 
　　　　　　　　　　　　CSS動き
================================================ */
/* ============ スライダー CSS ============ */

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}
:-ms-lang(x)::-ms-backdrop,
.d-demo {
display: -ms-grid;
  overflow: hidden;
}
.d-demo__wrap {
  display: flex;
  overflow: hidden; /* ← 保険 */
}
.d-demo__list {
  display: flex;
  list-style: none;
	width: 100vw;
}
.d-demo__list--vertical  {
flex-direction: column;
}
.d-demo__list--left{
	animation :infinity-scroll-left 15s infinite linear 0.5s both;
}
.d-demo__list--right{
animation :infinity-scroll-right 15s infinite linear 0.5s both;
}

.d-demo__item {
	width: calc(40vw / 3);
	margin: 0;
	padding: 0;
	flex-shrink: 0;

}
.d-demo__list--vertical .d-demo__item {
min-height: 0%;
}
.d-demo__item > img{
   width: 100%;
}

.d-demo__wrap--hover:hover .d-demo__list--left{
animation-play-state: paused;
}
.d-demo,
.d-demo__wrap,
.d-demo__list {
  margin: 0;
  padding: 0; 
}
.d-demo__item {
  margin: 0; 
  padding: 0;
}
@media only screen and (max-width:767px){
    .d-demo__item {
       width: calc(100vw / 3); /* ← そのままでOK */
        flex-shrink: 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);
}

