@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: #e5e6b0;
	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:5% 0 5% 0;
    margin: 0 auto;
	color: #333333;
	background: #f7f7e7;
	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;
    overflow: hidden;
} 
#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{
    width: 100%;
	display: inline-block;
	margin: 0 auto 0;
	position: relative;
	text-align: center;
	overflow: hidden;
}
#ha_head .title{
    font-family: mrs-eaves-xl-serif, serif;
    font-size: 57px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.5em;
    font-weight: 400;
}


#ha_head .headig{
	font-size: 20px;
	text-align: center;
	margin: 0% auto 5%;
	letter-spacing: 0.1em;
	font-weight: 600;
    line-height: 1.7em;
}
#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 10%;
}

#ha_contents section .item_area{
    width: 85%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    display: inline-block;
}
#ha_contents section .label{
    font-size: 35px;
    text-align: left;
    line-height: 1em;
    font-family: mrs-eaves-xl-serif, serif;
    letter-spacing: 0px;
    margin: 0 auto 3%;
}
#ha_contents section:nth-of-type(even) .label{
    text-align: right;
}
#ha_contents section .item_area .itemimg{
    width: 100%;
}
#ha_contents section .item_area .cmt_box{
    width: 90%;
    text-align: center;
    margin: 5% auto;
}
#ha_contents section .item_area .cmt_box .cmt{
    font-size: 16px;
    text-align: left;
    line-height: 1.7em;
    font-weight: 500;
}
#ha_contents section .item_tex{
	width: 90%;
	text-align: center;
	margin: 0% auto 5%;
    display: inline-block;
}

#ha_contents section .item_tex .credit {
    position: relative;
	margin: 10px auto 20px;
    text-align: left;
	border-bottom: #222 1px solid;
	padding-bottom: 2%;
}
#ha_contents section .item_tex .credit a{
	color: #222;
    font-size: 14px;
	line-height: 1em;
}
#ha_contents section .item_tex .credit a::after {
    width: 120px;
    content: "BUY";
    position: absolute;
    top:38%;
    right: 2%;
    transform: translate(0, -50%);
    font-size: 13px;
    font-weight: 200;
    font-family: "Baskervville", serif;
    text-align: center;
    background: #222;
	color: #fff;
	line-height: 2em;
	border-radius: 0px;
    padding: 2px 0;

}
#ha_contents section .item_tex .credit .price {
    font-size: 85%;
    color: #222;
    display: block;
    margin-bottom: 1%;
}
#ha_contents section .item_tex .bold{
	font-weight: 600;
}
#ha_contents section .style ul{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:0%;
}
#ha_contents section .style ul li{
    position: relative;
    display: inline-block;
}


/* ============ 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_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: #222;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    font-size: 13px;
    float: none;
    border-radius: 0px;
    line-height: 2em;
	background: #FFFFFF;
    border: #444 1px solid;
}

.btn_all a:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #222;
    border-right: 2px solid #222;
    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%;
        padding: 15% 0 10%
	}
    #ha_head .title{
        font-size: 42px;
        letter-spacing: 0px;
    }
    #ha_head .headig{
        font-size: 17px;
    }
    #ha_head .lead{
        font-size: 14px;
        margin: 10% auto 0;
    }
    #ha_contents section .item_area{
        width: 90%;
    }
    #ha_contents section .label{
        font-size: 28px;
        letter-spacing: 0px;
    }
    #ha_contents section .item_area .cmt_box{
        width: 100%;
    }
    #ha_contents section .item_area .cmt_box .cmt{
        font-size: 14px;
    }
    
    #ha_contents section .item_tex{
        width: 100%;
    }
    #ha_contents section .item_tex .credit a{
        font-size: 12px;
        letter-spacing: 0px;
    }
   #ha_contents section .item_tex .credit a::after{
       width: 80px;
        font-size: 11px;
    }
    .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);
    filter: blur(5px);
    transition: 1.5s all 0.4s ease;
}
.scale.ac img {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
}

