@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;
}
.MrsEave{
	font-family: mrs-eaves, serif;
}
.MrsEavesXL{
	font-family: mrs-eaves-xl-serif, serif;
}
.sticky__container{
	display: flex;
	background: #FFFFFF;
	background: #EDEEF4;
	background: linear-gradient(180deg,rgba(237, 238, 244, 1) 0%, rgba(211, 214, 230, 1) 100%);
	background-attachment: fixed;
	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: 700px;
	width: 100%;
	text-align: center;
    position: relative;
	padding:0;
    margin: 0 auto;
	color: #333333;
	background: #d0dded;
	line-height: 1.65em;
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 1px;
	overflow: hidden;
	padding-bottom: 3%;
}

#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;
	animation: fade-in 3s;
	animation-fill-mode: forwards;
	z-index: 1;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#ha_head .title{
	position: absolute;
	width: 30%;
	left: 35%;
	top: 30%;
	z-index: 3;
	
}
#ha_head .lead{
	width: 100%;
	display: block;
	font-size: 15px;
	text-align: center;
	margin: 10% auto 5%;
	line-height: 1.7em;
	font-weight: 400;
}
#ha_head .lead span{
	font-size: 110%;
	font-weight: 500;
}
#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:0 auto;
	position: relative;
	padding: 10% 0 5%;
}
#ha_contents section .no{
	font-family: mrs-eaves-xl-serif, serif;
	color: #FFFFFF;
	font-size: 30px;
	text-align: center;
	margin: 0 auto;
	font-weight: 400;
}
#ha_contents section .look{
	width: 90%;
	display: inline-block;
	margin: 5% auto;
	position: relative;
}
#ha_contents section .look ul{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap:2%;
}
#ha_contents section .look ul li{
	position: relative;
	display: inline-block;
}
#ha_contents section .credit_box{
	width: 90%;
	text-align: center;
	margin: 0 auto;
	position: relative;
	display: inline-block;
}
#ha_contents section .credit_box .item{
	font-size: 15px;
	text-align: center;
	margin: 0 auto;
	font-weight: 500;
}




/* ============ 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
************************************************************/

.btn01 a {
    background: #FFFFFF;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 2.5% auto;
    width:50%;
    padding: 3% 0%;
    color: #000000;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 13px;
    border-radius: 0px;
    line-height: 1em;
	letter-spacing: 0px;
	font-family: mrs-eaves-xl-serif, serif;
    
}
.btn01 a:hover{
	background: #333;
	color: #FFFFFF;
}
.btn02 a {
	font-size: 13px;
	letter-spacing: 0.1em;
	color: #444;
	font-weight: 400;
	display: block;
	position: relative;
	box-sizing: border-box;
	max-width: 300px;
	text-align: center; 
	padding: 1% 0;
	margin: 5% auto;
	margin-inline: auto;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s;
}

.btn02 a::before {
  content: "";
  display: block;
  position: absolute;
  width: 300px;
  height: 1px;
  background: #555;
  bottom: 0;
  transition: all 0.3s;
}

.btn02 a::after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 1px;
  background: #555;
  rotate: 40deg;
  right: -3px;
  bottom: 5px;
  transition: all 0.3s;
}


.btn_all a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    margin: 15% auto 20%;
    width: 90%;
    padding: 3.5% 0%;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    font-size: 14px;
    float: none;
    border-radius: 0px;
    line-height: 2em;
	background: #333;
	font-family: "Spectral", serif;
}
.btn_all a:hover {
    background: #ddd;
    color: #222;
}
.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;
}
.btn02 a:hover:after {
    border-color: #222;
}


.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 {
		position: absolute;
		width: 35%;
		left: 32.5%;
		top: 30%;
		z-index: 3;
	}
	#ha_head .lead{
		font-size: 14px;
	}
	#ha_contents section .no{
		font-size: 20px;
	}
	#ha_contents section .look{
		width: 96%;
	}
	#ha_contents section .credit_box .item{
		font-size: 14px;
	}
	.btn01 a{
		width: 80%;
	}
	.btn02 a{
		font-size: 12px;
		max-width: 280px;
	}
	.btn02 a::before{
		width: 280px;
	}
	
    .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 20s infinite linear 0.5s both;
}
.d-demo__list--right{
animation :infinity-scroll-right 20s infinite linear 0.5s both;
}

.d-demo__item {
	width: calc(100vw / 4);
	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 / 2); /* ← そのままでOK */
        flex-shrink: 0;

}
}
/*============ 文字流れる ============*/

.slide_ttl{
    width: 100%;
    display: inline-block;
    margin: 5% auto 0;
    position: relative;
}
.slide_txt{
    align-items: flex-start;
    color: #FFFFFF;
	background:#222;
    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;
}
.slide_txt ul {
    animation: flowing 70s linear infinite;
    font-size: 17px;
    font-weight: 300;
    transform:translateX(100%);
    margin: 0;
    padding: 0;
}
.slide_txt ul li{
    display: inline-block;
    padding-right: 20px;
}


/*============ 文字回転============*/
@keyframes flowing {
  0% { transform:translateX(0); }
  100% { transform:translateX(-100%); }
}

.spinner{
    width: 100%;
    height: auto;
    animation: rotate 30s linear infinite;
    transform-origin: center center;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/* ================================================ 
　　　　　　　　　　　　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.2s all 0.2s ease;
}
.anim02 {
    opacity: 0;
    transform: translateY(50px);
    transition: 1.2s all 0.4s ease;
}
.anim03 {
    opacity: 0;
    transform: translateY(50px);
    transition: 1.2s all 0.6s ease;
}

.anim01.ac,.anim02.ac,.anim03.ac {
	opacity: 1;
    transform: translate(0);
}


/* =============================
 カバー用アニメーション
============================= */
.cover_a, .cover_b, .cover_c, .cover_d {
  opacity: 0;
}
.img-animation_a {
  animation: img-opacity-a 1.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  overflow: hidden;
  position: relative;
	animation-delay: inherit;
}
.img-animation_a::before {
  animation: img-animation-left 1.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
	animation-delay: inherit;
}
.img-animation_b {
  animation: img-opacity-b 1.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  overflow: hidden;
  position: relative;
}
.img-animation_b::before {
  animation: img-animation-left 1.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.img-animation_c {
  animation: img-opacity-c 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  overflow: hidden;
  position: relative;
}

.img-animation_c::before {
  animation: img-animation-left 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.img-animation_d {
  animation: img-opacity-d 1.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  overflow: hidden;
  position: relative;
}
.img-animation_d::before {
  animation: img-animation-left 1.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.img-animation_a,
.img-animation_a::before,
.img-animation_b,
.img-animation_b::before,
.img-animation_c,
.img-animation_c::before,
.img-animation_d,
.img-animation_d::before {
  animation-delay: var(--delay, 0s);
}

@keyframes img-opacity-left {100% {opacity: 1;}}
@keyframes img-opacity-right {100% {opacity: 1;}}
@keyframes img-opacity-a {100% {opacity: 1;}}
@keyframes img-opacity-b {100% {opacity: 1;}}
@keyframes img-opacity-c {100% {opacity: 1;}}
@keyframes img-opacity-d {100% {opacity: 1;}}
@keyframes img-animation-left {100% {transform: translateX(100%);}}
@keyframes img-animation-right {100% {transform: translateX(-100%);}}