@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;
}

.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;
	min-height: 100vh;
    background: #F7EFE5;
    background: linear-gradient(147deg,rgba(247, 239, 229, 1) 41%, rgba(182, 156, 113, 1) 100%);
    background-attachment: fixed;
	/*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: 650px;
	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: 1px;
	overflow: hidden;
    background: #FFFFFF;
}

#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{
    width: 100%;
	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 .visual{
	width: 100%;
	position: relative;
	display: block;
	overflow: hidden;
    animation: fade-in 3s;
    animation-fill-mode: forwards;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#ha_head .title_box{
    width: 90%;
    position: absolute;
    place-self: center;
    inset: 0;
    color: #FFFFFF;
}
#ha_head .title_box .title{
    font-family: mrs-eaves-xl-serif, serif;
    font-size: 60px;
    text-align: center;
    margin: 0 auto;
    font-weight: 400;
}
#ha_head .title_box .title_s{
    width: 70%;
    font-family: helvetica-lt-pro, sans-serif;
    font-size: 15px;
    text-align: left;
    margin: 3% auto;
    line-height: 1.5em;
    font-weight: 300;
}

#ha_head .lead{
	font-size: 16px;
	text-align: center;
	margin: 10% auto;
	line-height: 2em;
	letter-spacing: 0.05em;
}
#ha_head .strong{
    font-family: mrs-eaves-xl-serif, serif;
    font-size: 35px;
    font-weight: 600;
}
/************************************************************
contents
************************************************************/

#ha_contents{
    width: 100%;
    position: relative;
	margin: 10% auto 0;
	padding: 0;
	display: block;
}
#ha_contents section{
	width: 100%;
	display: inline-block;
	text-align: center;
	margin:10% auto;
	position: relative;
}
#ha_contents section .label{
    width: 100%;
    text-align: left;
    font-family: mrs-eaves-xl-serif, serif;
    font-weight: 600;
    font-size: 30px;
    margin-left: 5%;
    
}
#ha_contents section .main{
    width: 90%;
    text-align: center;
    margin: 5% auto;
    position: relative;
    aspect-ratio:3/4;
}
#ha_contents section .link{
    width: 40px;
    position: absolute;
    right: 3%;
    bottom: 3%;
    z-index: 50;
}

#ha_contents section .sub1{
    width: 80%;
    float: right;
}
#ha_contents section .sub2{
    width: 50%;
    float: left;
    margin: 5% auto 0;
}
#ha_contents section:nth-of-type(2) .sub1{
    width: 45%;
    float: left;
}
#ha_contents section:nth-of-type(2) .sub2{
    width: 50%;
    float: right;
    margin: 30% auto 0;
}
#ha_contents section:nth-of-type(3) .subbox{
    width: 50%;
    float: left;
    display: inline-block;
    margin: 0 auto;
}
#ha_contents section:nth-of-type(3) .sub1{
    width: 100%;
}
#ha_contents section:nth-of-type(3) .sub2{
    width: 100%;
    margin: 3% auto 0;
}
#ha_contents section:nth-of-type(4) .subbox{
    width: 100%;
    float: none;
    display: inline-block;
    position: relative;
    margin: 0 auto;
}
#ha_contents section:nth-of-type(4) .sub1{
    width: 80%;
    position: relative;
    margin: 20% auto 0;
}
#ha_contents section:nth-of-type(4) .sub2{
    width: 35%;
    position: absolute;
    top: 0;
    left: 0;
}
#ha_contents section:nth-of-type(5) .sub1{
    width: 50%;
    float: left;
}





#ha_contents section .credit_box{
	width: 40%;
	text-align: center;
    margin: 57% 0 0 3%;
	position: relative;
	display: inline-block;
}
#ha_contents section:nth-of-type(2) .credit_box{
    margin: 37% 3% 0 3%;
    float: left;
}
#ha_contents section:nth-of-type(3) .credit_box{
	width: 40%;
    margin: 60% 0 0 3%;
}
#ha_contents section:nth-of-type(4) .credit_box{
    margin: 5% 3% 0 5%;
    float: left;
}
#ha_contents section:nth-of-type(5) .credit_box{
    margin: 67% 0 0;
}


#ha_contents .credit {
    position: relative;
    letter-spacing: .8px;
    text-align: left;
	font-weight: 300;
    margin: 4% auto;
    font-family: mrs-eaves-xl-serif, 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: 60px;
    content: "BUY";
    position: absolute;
    top: 40%;
    right: 2%;
    transform: translate(0, -50%);
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    border-bottom: #000000 1px solid;
	color: #000000;
	line-height: 2em;
    font-family: mrs-eaves-xl-serif, serif;

}


/************************************************************
button
************************************************************/


.btn_all a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
	margin: 10% auto 20%;
    width: 90%;
    padding: 3.5% 0%;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 300;
    font-size: 14px;
    float: none;
    border-radius: 0px;
    line-height: 2em;
    background: #222;
    font-family: mrs-eaves-xl-serif, 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_head .title_box .title{
        font-size: 45px;
    }
    #ha_head .title_box .title_s{
        width: 90%;
        font-size: 12px;
    }
    #ha_head .lead{
        font-size: 15px;
    }
    #ha_head .strong{
        font-size: 25px;
    }
    #ha_contents section .label{
        font-size: 20px;
    }
    #ha_contents section .link{
        width: 20px;
        bottom: 2%;
    }
    #ha_contents section .credit_box{
        width: 40%;
        margin: 53% 0 0 3%;
    }
    #ha_contents section:nth-of-type(2) .credit_box{
        margin: 33% 3% 0 4%;
    }
    #ha_contents section:nth-of-type(3) .credit_box{
        width: 40%;
        margin: 35% 0 0 3%;
    }
    #ha_contents section:nth-of-type(4) .credit_box{
        width: 55%;
    }
    #ha_contents section:nth-of-type(5) .credit_box{
        margin: 66% 0 0;
    }
    #ha_contents .credit a::after{
        width: 50px;
        font-size: 12px;
    }
    #ha_contents .credit{
        font-size: 12px;
    }
    
    
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }

}

/* ================================================ 
　　　　　　　　　　　　CSS動き
================================================ */
/* ============ 3枚切り替え ============ */

.slider3,
.slider2{
  position: absolute;
  inset: 0;
  width: 100%;
  opacity: 0;
  z-index: 1;
}
.slider3 img,
.slider2 img{
  width: 100%;
  height: auto;
  display: block;
}

.slider3{
    animation: anime3 6s infinite;
}
.slider3:nth-child(1) { animation-delay: 0s; }
.slider3:nth-child(2) { animation-delay: 2s; }
.slider3:nth-child(3) { animation-delay: 4s; }

/* ============ 2枚切り替え ============ */
.slider2{
    animation: anime2 4s infinite;
}
.slider2:nth-child(1) { animation-delay: 0s; }
.slider2:nth-child(2) { animation-delay: 2s; }


/* 3枚用のキーフレーム（全体で6秒、1枚あたり2秒の計算） */
@keyframes anime3 {
  0% { opacity: 0; z-index: 1; }
  8% { opacity: 1; z-index: 3; }   /* 0.5秒かけてふわっと表示 */
  33% { opacity: 1; z-index: 3; }  /* 約2秒間（33%まで）表示をキープ */
  41% { opacity: 0; z-index: 1; }  /* 0.5秒かけてふわっと消える */
  100% { opacity: 0; }
}

/* 2枚用のキーフレーム（全体で4秒、1枚あたり2秒の計算） */
@keyframes anime2 {
  0% { opacity: 0; z-index: 1; }
  12% { opacity: 1; z-index: 3; }  /* 0.5秒かけてふわっと表示 */
  50% { opacity: 1; z-index: 3; }  /* 2秒間（50%まで）表示をキープ */
  62% { opacity: 0; z-index: 1; }  /* 0.5秒かけてふわっと消える */
  100% { opacity: 0; }
}




