@charset "utf-8";

body{
    margin: 0;
    padding: 0;
}

#ha_wrap{
    width: 100%;
	text-align: center;
    margin: 0 auto ;
    overflow: hidden;
	color: #333333;
    display: block;
    font-weight: 400;
    position: relative;
    letter-spacing: .5px;
    background: #eeeae1;
    font-family: "Noto Sans JP", sans-serif;
    background-image: url("../images/bg.jpg");
    background-size:auto;
    background-attachment: fixed; 
}

#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;
}
.NotoSerifJP{
    font-family: "Noto Serif JP", sans-serif;
}
.Inter{
    font-family: "Inter", sans-serif;
}
.MrsEave{
 font-family: "mrs-eaves-xl-serif", serif;
}
.Notosans{
    font-family: "Noto Sans JP", sans-serif;
}
.LibreBaskerville{
    font-family: "Libre Baskerville", serif;
}
.CormorantInfant{
    font-family: "Cormorant Infant", serif;
}
.IbarraRealNova{
    font-family: "Ibarra Real Nova", serif;
}



/**********************************************  
header
**********************************************/

#ha_head{
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0% 0;
}
#ha_head .head{
    width:100%;
    position: relative;
    text-align: center;
    margin: 0% auto;
    display: inline-block;
}
#ha_head .visual{
    width: 50%;
    overflow: hidden;
    position: relative;
    float: left;
}
#ha_head .visual img {
    animation: scaleDown 2s ease-out forwards;
}

@keyframes scaleDown {
    0% {
        transform: scale(1.2); /* 大きく */
    }
    100% {
        transform: scale(1);   /* 元サイズに戻る */
    }
}
#ha_head .titlebox{
    width:50%;
    float: right;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}
#ha_head .titlebox .title{
    font-family: "mrs-eaves-xl-serif", serif;
    font-size: 60px;
    margin: 30% auto 0;
    letter-spacing: 0px;
}
#ha_head .titlebox .title_s{
    font-family: "Inter", sans-serif;
    margin: 5% auto;
    text-align: center;
    font-weight: 500;
}
#ha_head .lead{
    width: 50%;
    float: right;
    display: inline-block;
    margin: 5% auto 0;
    text-align: center;
    font-size: 15px;
    line-height: 2em;
    letter-spacing: 2px;
}
#ha_head .lead span{
    font-weight: bold;
    font-size: 110%;
}



/**********************************************  
contents
**********************************************/
#ha_contents{
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}
#ha_contents .ha_box{
    width: 100%;
    position: relative;
    text-align: center;
    padding: 5% 0;
    display: inline-block;
}
#ha_contents .no_box .no{
    color: #FFFFFF;
    font-size: 80px;
    margin: 0 auto;
    line-height: 0;
    font-family: "mrs-eaves-xl-serif", serif;
    
}
#ha_contents .look01, 
#ha_contents .look02,
#ha_contents .look03,
#ha_contents .look04,
#ha_contents .look05,
#ha_contents .look06{
    max-width: 1000px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    display: inline-block;
}

.bg_brown{
    background: #352b27;
}
.bg_bule{
    background: #193e5b;
}
.bg_green{
    background: #434e3e;
}
.bg_gray{
    background: #dedede;
}
.bg_black{
    background: #2f2f2f;
}
.bg_ivory{
    background: #dbd3c2;
}

/*****************LOOK01*****************/

#ha_contents .look01 .main_box{
    width: 50%;
    float: left;
    position: relative;
    z-index: 50;
}
#ha_contents .look01 .no_box{
    max-width: 50px;
    position: absolute;
    left: 0;
    top: 2%;
}
#ha_contents .look01 .sub_box{
    width: 46%;
    float: right;
    margin: 30% auto 0;
    position: relative;
    padding-bottom: 61%;
}
#ha_contents .look01 .ttl{
    width: 40%;
    position: absolute;
    right: 12%;
    top: 25%;
    z-index: 5;
}
#ha_contents .look01 .credit_wrap{
    width: 100%;
    position: absolute;
    left: 0;
    top: 85%;
}

/*****************LOOK02*****************/
#ha_contents .look02 .no_box{
    max-width: 50px;
    position: absolute;
    left: 25%;
    top: 4%;
}

#ha_contents .look02 .main_box{
    width: 50%;
    float: right;
    z-index: 5;
}
#ha_contents .look02 .sub_box{
    width: 48%;
    float: left;
    display: flex;
    position: relative;
    z-index: 5;
}
#ha_contents .look02 .sub_box ul li{
    width: 49%;
    float: left;
}
#ha_contents .look02 .sub_box ul li:nth-of-type(2){
    width: 80%;
    margin-top:5%;
    float: right;
}
#ha_contents .look02 .ttl{
    max-width: 90px;
    width: 100%;
    position: absolute;
    left: 22%;
    top: 19%;
    z-index: 50;
}
#ha_contents .look02 .ttl ul{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
}
#ha_contents .look02 .ttl ul li{
    margin: 10px auto;
}
#ha_contents .look02 .credit_wrap{
    width: 100%;
    position: absolute;
    right: 0;
    top: 85%;
}
/*****************LOOK03*****************/
#ha_contents .look03 .no_box{
    max-width: 50px;
    position: absolute;
    left: 22%;
    top: 38%;
    z-index: 50;
}
#ha_contents .look03 .main_box{
    width: 60%;
    text-align: center;
    z-index: 5;
    margin: 0 auto;
}
#ha_contents .look03 .sub_box{
    width: 100%;
    position: relative;
    margin: 5% auto 0;
}
#ha_contents .look03 .sub_box ul li:nth-of-type(1){
    width: 40%;
    float: right;
    opacity: .3;
    position: relative;
}
#ha_contents .look03 .sub_box ul li:nth-of-type(2){
    width: 40%;
    position: absolute;
    right: 6%;
    margin-top: 6%;
}
#ha_contents .look03 .sub_box ul li:nth-of-type(3){
    width: 50%;
    float: left;
    position: relative;
    margin-top: 40%;
}
#ha_contents .look03 .ttl{
    max-width: 70px;
    width: 100%;
    position: absolute;
    left: 45%;
    top: 45%;
    z-index: 50;
}
#ha_contents .look03 .credit_wrap{
    width: 100%;
    position: absolute;
    right: 0;
    top: 90%;
}
/*****************LOOK04*****************/
#ha_contents .look04 .main_box{
    width: 50%;
    float: left;
    position: relative;
    z-index: 5;
}
#ha_contents .look04 .no_box{
    max-width: 50px;
    position: absolute;
    left: 0%;
    top: 5%;
    z-index: 50;
}
#ha_contents .look04 .sub_box{
    width: 46%;
    float: right;
    margin: 30% auto 0;
    display: inline-block;
    position: relative;
}
#ha_contents .look04 .sub_box .sub{
    width: 100%;
    margin: 2.5% auto;
    position: relative;
    padding-bottom: 133.3333%;
} 
/*============ look04文字流れる ============*/

#ha_contents .look04 .ttl{
    width: 100%;
    display: inline-block;
    margin: 0% auto 0;
    position: relative;
}
#ha_contents .look04 .txt_box{
    align-items: flex-start;
    color:#333333;
	background:#dedede;
    display: flex;
    overflow:hidden;
    width: 100%;
    white-space:nowrap;
    z-index: 1;
    position: relative;
    top: 0;
    margin: 0;
	font-family: "mrs-eaves-xl-serif", serif;
}
#ha_contents .look04 .txt_box ul {
    animation: flowing 70s linear infinite;
    font-size: 17px;
    font-weight: 300;
    transform:translateX(100%);
    margin: 0;
    padding: 0;
}
#ha_contents .look04 .txt_box ul li{
    display: inline-block;
    padding-right: 20px;
}

@keyframes flowing {
  0% { transform:translateX(0); }
  100% { transform:translateX(-100%); }
}

#ha_contents .look04 .credit_wrap{
    width: 100%;
    position: absolute;
    left: 0;
    top: 70%;
}
/*****************LOOK05*****************/
#ha_contents .look05 .no_box{
    max-width: 50px;
    position: absolute;
    left: 45%;
    top: 3%;
    z-index: 50;
}
#ha_contents .look05 .main_box{
    width: 60%;
    text-align: center;
    z-index: 5;
    margin: 10% auto;
}
#ha_contents .look05 .ttl{
    width: 60%;
    position: absolute;
    top: 47%;
    left: 20%;
    z-index: 50;
}
#ha_contents .look05 .sub_box{
    width: 100%;
    text-align: center;
    position: relative;
    margin: 0% auto;
    display: inline-block;
}
#ha_contents .look05 .sub_box .sub{
    width: 100%;
}
#ha_contents .look05 .credit_wrap{
    width: 100%;
    position: relative;
    text-align: center;
    margin: 5% auto 0;
}
/*****************LOOK06*****************/

#ha_contents .look06 .no_box{
    max-width: 50px;
    position: absolute;
    right: 0%;
    top: 3%;
    z-index: 50;
}
#ha_contents .look06 .main_box{
    width: 55%;
    float: right;
    text-align: center;
    z-index: 5;
    margin: 0% auto;
}
#ha_contents .look06 .sub_box{
    width: 43%;
    float: left;
    margin: 40% auto 0;
    position: relative;
    padding-bottom: 61%;
}
#ha_contents .look06 .ttl{
    width: 26%;
    position: absolute;
    display: inline-block;
    top: 18%;
    left: 24%;
    z-index: 50;
}
.spinner{
    width: 100%;
    height: auto;
    animation: rotate 30s linear infinite;
    transform-origin: center center;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#ha_contents .look06 .credit_wrap{
    width: 100%;
    position: absolute;
    right:0;
    top: 79%;
}



/**********************************************  
credit
**********************************************/

#ha_contents .credit_wrap{
    max-width: 280px;
}
#ha_contents .credit_wrap .credit{
    width: 100%;
    display: flex;
    margin: 3% auto;
    align-items: center;
    justify-content: space-between;
}
#ha_contents .credit_wrap .credit .item{
    font-family: "Ibarra Real Nova", serif;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 1em;
    text-align: left;
    margin: 0;
    font-weight: 300;
}
#ha_contents .credit_wrap .credit a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 23px;
    background: #FFFFFF;
    border: #FFFFFF 1px solid;
    
}
#ha_contents .credit_wrap .credit a .buy{
   font-family: "mrs-eaves-xl-serif", serif;
    font-size: 13px;
    color: #000000;
}

#ha_contents .credit_wrap .credit2{
    width: 100%;
    display: flex;
    margin: 3% auto;
    align-items: center;
    justify-content: space-between;
}
#ha_contents .credit_wrap .credit2 .item{
    font-family: "Ibarra Real Nova", serif;
    font-size: 15px;
    color: #333;
    line-height: 1em;
    text-align: left;
    margin: 0;
    font-weight: 300;
}
#ha_contents .credit_wrap .credit2 a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 23px;
    background: #333;
    border: #333 1px solid;
    
}
#ha_contents .credit_wrap .credit2 a .buy{
   font-family: "mrs-eaves-xl-serif", serif;
    font-size: 13px;
    color: #FFFFFF;
}

/**********************************************  
footer
**********************************************/

#ha_footer{
    width: 100%;
    text-align: center;
    margin: 10% auto;
}
#ha_footer a{
    text-decoration: none;
}

#ha_footer .btn_box{
    display: flex;
    justify-content: space-between;
    max-width:800px;
    margin: 8% auto;
}

#ha_footer .btn_box .all_items_wrap, #ha_footer .btn_box .brand_top{
    width: 49%;
    margin: 0;
}

#ha_footer .btn_box .all_items_wrap .all_items {
    margin-bottom: 0.732066vw;
}

#ha_footer .btn_box .all_items_wrap a, #ha_footer .btn_box .brand_top a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 70px;
    border: #333 1px solid;
    background: #FFFFFF;
}

#ha_footer .btn_box .all_items_wrap a span, #ha_footer .btn_box .brand_top a span {
    display: inline-block;
    font-family: "mrs-eaves-xl-serif", serif;
    font-size: 18px;
    line-height: 1.3125;
    letter-spacing: 0px;
    text-align: center;
    color: #333;
    font-weight: 400;
}

#ha_footer .btn_box .all_items_wrap .annotation{
    font-size: 12px;
    text-align: center;
    color: #333;
    margin: 0;
}


/**********************************************  
animation
**********************************************/
/* ============ 楕円動き CSS ============ */
.oval-anim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.oval-anim ellipse {
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 2500;
  stroke-dashoffset: 2500;
  transition: stroke-dashoffset 2s ease-out;
  transition-delay: .8s;
}

/* 色ごとに stroke 指定 */
.oval-white ellipse {
  stroke: white;
}
.oval-purple ellipse {
  stroke: #c09ec7;
}

/* スクロールで発火 */
.oval-anim.inview ellipse {
  stroke-dashoffset: 0;
}
@media only screen and (max-width:767px){
    .oval-anim ellipse{
        transition: stroke-dashoffset 3s ease-out;
        transition-delay: 1.2s;
    }
}

/* ============ スライダー CSS ============ */

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  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;

}
.d-demo__list--vertical  {
flex-direction: column;

}

.d-demo__list--left{
animation :infinity-scroll-left 20s infinite linear 0.5s both;
	padding-bottom: -5%;
}
.d-demo__list--right{
animation :infinity-scroll-right 20s infinite linear 0.5s both;
}

.d-demo__item {
  width: calc(110vw / 4); /* ← そのままでOK */
  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;
}

@media only screen and (max-width:767px){
    .d-demo__item {
        width: calc(110vw / 2); /* ← そのままでOK */
        flex-shrink: 0;

}
}

/* ============ fade CSS ============ */
.fade1 {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0%;
    background: center center no-repeat;
    animation: anime 4s 0s infinite;
    z-index: 0;
    opacity: 0;
}
.fade1:nth-of-type(2) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
@keyframes anime {
0% {
opacity: 1;
}
50% {
opacity: 1;
}
60% {
opacity: 0;
z-index: 10;
}
100% {
opacity: 0;
}
}


.small{
    font-size: 80%;
}
.storong{
    font-size: 150%;
    font-weight: 700;
}
.pink{
    color: #f86db1;
}

.clear {
	clear: both;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
.Left{
    float: left;
}
.Right{
    float: right;
}




/************************************************************
 sp
************************************************************/

@media only screen and (max-width:767px){
	#ha_wrap {
        width:100%;
	}
    #ha_head .visual{
        width: 100%;
    }
    #ha_head .titlebox{
        width: 90%;
        position: absolute;
        top: 15%;
        left: 5%;
    }
    #ha_head .titlebox .title{
        color: #FFFFFF;
        font-size: 40px;
    }
    #ha_head .titlebox .title_s{
        color: #FFFFFF;
    }
    #ha_head .lead{
        width: 90%;
        text-align: center;
        float: none;
        font-size: 14px;
        margin: 15% auto 20%;
        line-height: 2em;
        left: 0.5px;
    }

    #ha_contents .ha_box{
        padding: 15% 0;
    }
    #ha_contents .no_box .no{
        font-size: 55px;
    }
    #ha_contents .look01 .no_box{
        width: 20%;
        left: 40%;
        top: 0%;
        
    }
    #ha_contents .look01 .main_box{
        width: 90%;
        float: none;
        margin: 10% auto 10%;
    }
    #ha_contents .look01 .ttl{
        width: 70%;
        top: 38%;
        left: 15%;
    }
    #ha_contents .look01 .sub_box{
        width: 100%;
        text-align: center;
        margin: 15% auto;
        float: none;
        padding-bottom: 135%;
    }
    #ha_contents .look01 .credit_wrap{
        position: relative;
        top: 0;
        margin: 5% auto;
        text-align: center;
    }
    #ha_contents .look02 .main_box{
        width: 80%;
    }
    #ha_contents .look02 .no_box{
        width: 20%;
        left: 4%;
        top: 2%;
    }
    #ha_contents .look02 .sub_box{
        width: 100%;
        margin: 10% auto;
    }
    #ha_contents .look02 .sub_box ul li{
        width: 55%;
    }
    #ha_contents .look02 .sub_box ul li:nth-of-type(2){
        width: 70%;
    }
    #ha_contents .look02 .ttl{
        top: 45%;
        left: 45%;
    }
    #ha_contents .look02 .credit_wrap{
        position: relative;
        top: 0;
        margin: 5% auto;
        text-align: center;
    }
    #ha_contents .look03 .main_box{
        width: 100%;
        margin: -15% auto 0;
    }
    #ha_contents .look03 .no_box{
        width: 20%;
        left: 4%;
        top: 30%;
    }
    #ha_contents .look03 .sub_box ul li:nth-of-type(1){
        width: 60%;
    }
    #ha_contents .look03 .sub_box ul li:nth-of-type(2){
        width: 60%;
    }
    #ha_contents .look03 .sub_box ul li:nth-of-type(3){
        width: 70%;
        margin-top: 10%;
    }
    #ha_contents .look03 .ttl{
        width: 15%;
        left: 80%;
        top: 56%;
    }
    #ha_contents .look03 .credit_wrap{
        position: relative;
        top: 0;
        margin: 5% auto;
        text-align: center;
        display: inline-block;
    }
    #ha_contents .look04 .main_box{
        width: 100%;
    }
    #ha_contents .look04 .no_box{
        width: 20%;
        left: 4%;
        top: 2.8%;
    }
    #ha_contents .look04 .sub_box{
        width: 80%;
        float: none;
        text-align: center;
        margin: 10% auto;
    }
    #ha_contents .look04 .credit_wrap{
        position: relative;
        top: 0;
        margin: 5% auto;
        text-align: center;
        display: inline-block;
    }
    #ha_contents .look05 .main_box{
        width: 85%;
    }
    #ha_contents .look05 .no_box{
        width: 20%;
        left: 40%;
        top: 0%;
    }
    #ha_contents .look05 .ttl{
        width: 100%;
        left: 0%;
        top: 42%;
    }
    #ha_contents .look05 .sub_box{
        margin: 10% auto 10%;
    }
    #ha_contents .look06 .main_box{
        width: 100%;
        float: none;
        text-align: center;
        margin: 0 auto;
        margin-top: -15%;
    }
    #ha_contents .look06 .no_box{
        width: 20%;
        right: 82%;
        top: 0%;
    }
    #ha_contents .look06 .sub_box{
        width: 85%;
        float: none;
        text-align: center;
        margin: 10% auto 0;
        padding-bottom: 113.333%;
    }
    #ha_contents .look06 .ttl{
        width: 52%;
        left: 45%;
        top: 28%;
    }
    #ha_contents .look06 .credit_wrap{
        position: relative;
        top: 0;
        margin: 5% auto;
        text-align: center;
        display: inline-block;
    }
    
    #ha_contents .credit_wrap .credit .item{
        font-size: 13px;
    }
    #ha_contents .credit_wrap .credit2 .item{
        font-size: 13px;
    }
    
    #ha_footer .btn_box{
        padding-bottom: 13.33333vw;
        flex-wrap: wrap;
        max-width: 86vw;
        margin: 20% auto 0;
    }
    #ha_footer .btn_box .all_items_wrap{
        margin-bottom: 8vw;
    }
    #ha_footer .btn_box .all_items_wrap, #ha_footer .btn_box .brand_top {
        max-width: 89.6vw;
        width: 100%;
        margin: 0 auto;
    }
    #ha_footer .btn_box .all_items_wrap a, #ha_footer .btn_box .brand_top a{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 60px;
    }
    #ha_footer .btn_box .all_items_wrap a span, #ha_footer .btn_box .brand_top a span{
        font-size: 16px;
        line-height: 1.3125;
        text-align: center;
    }
    #ha_footer .btn_box .all_items_wrap .annotation {
        margin: 3.46666vw auto 0;
        font-size: 12px;
        text-align: center;
        color: #000;
    }
    #ha_footer .btn_box .brand_top{
        margin-bottom: 8vw;
        margin-top: 8vw;
    }
    
    
    .storong{
        font-size: 120%;
    }
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }



}



