@charset "UTF-8";
/* --------------------------------------------------
		nw-series
-------------------------------------------------- */
#nw-series {
	line-height: 1.75em;
	letter-spacing: 0.05em;
}
#nw-series img {
	display: block;
	width: 100%;
}
.open-mainimg {
    animation-name: open-mainimg ;
    animation-delay: 1500ms;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translateY(50px);
    opacity: 0;
}
@keyframes open-mainimg {
    0% {
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.open-secondimg { 
    animation-name: open-secondimg ; 
    animation-duration: 3s;
    animation-fill-mode: both;
	animation-delay:2s;  
}
@keyframes open-secondimg{ 
    0% {
      opacity:0; } 
    100% {
      opacity:1; } 
} 
.scroll-box {
	transition: 0.8s ease-in-out;
	transform: translateY(30px);
	opacity: 0;
}
.scroll-box.is-active {
	transform: translateY(0);
	opacity: 1.0;
  }
.timing02 {transition-delay: .2s;}
.timing03 {transition-delay: .3s;}

#nw-series .head-slideBox {
    position: relative;
    width: 100%;
    overflow: hidden;
}
#nw-series .head-slideimg {
	z-index:10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    animation: fadeInOut 12s infinite;
    transition: opacity 2s ease-in-out;
}
#nw-series .head-slideimg:nth-child(1) {
    position: relative;
    animation-delay: 0s;
}
#nw-series .head-slideimg:nth-child(2) {
    animation-delay: 6s;
}
@keyframes fadeInOut {
    0%   { opacity: 0; }
	25%  { opacity: 1; }
	50%  { opacity: 1; }
	75%  { opacity: 0; transform: scale(1.1) ;z-index:9;}
    100% { opacity: 0; }
}
#nw-series .head-slideimg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}
#nw-series .head-slideBox p {
    position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	left: 0;
	max-width: 590px;
	width: 30%;
	margin: 0 auto;
	text-align: right;
	z-index:11;
}
#nw-series .head-txtbox{
	margin: 100px auto 0;
	max-width: 1240px;
	padding: 0 20px 0;
}
#nw-series .head-txtbox h1{
	text-align: center;
	font-size: 3.0rem;
	font-weight: 500;
	padding: 0px 0 70px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
#nw-series .scene_slide{
	margin: 100px 0;
}
#nw-series .scene_slide_detail{
	margin: 0 10px;
}
#nw-series .scene_slide_txt{
	font-family: "Lora", serif;
	text-align: right;
	letter-spacing: 0.1em;
}
#nw-series .scene_slide_img{
	margin: 3px 0 0;
}
#nw-series .coord-box{
	max-width: 1280px;
	padding: 0 20px;
	margin: 0 auto 90px;
}
#nw-series .coord-box .coord-item-img{
	background: #d6cbac;
	padding: 10rem;
}
#nw-series .coord-box .coord-detail-img{
	background: #d6cbac;
	display: flex;
	flex-wrap: wrap;
}
#nw-series .coord-box .coord-detail-img .harf-img{
	width: 50%;
}
#nw-series .coord-box .coord-detail-img .full-img{
	width: 100%;
}
#nw-series .coord-box .coord-bg-be{
	background: #ece7db;
	padding: 50px 0 80px;
}
#nw-series .coord-box .coord-item-info{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto 70px;
	max-width: 1000px;
	width: 85vw;
}
#nw-series .coord-box .coord-item-info h3{
	width: 30%;
	font-size: 2.8rem;
	font-weight: 700;
	text-align: center;
	line-height: 1;
}
#nw-series .coord-box .coord-item-info h3 .kakeru{
	font-weight: 400;
	display: block;
	margin-top: 12px;
}
#nw-series .coord-box .coord-item-info h3 .sub{
	font-size: 1.8rem;
}
#nw-series .en{
	font-family: 'Lora',serif;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 2;
}
#nw-series .coord-box .coord-item-info p{
	width: 65%;
}
#nw-series .coord-box .coord-item-illust{
	background: #FFF;
	padding: 50px 70px 40px;
	max-width: 1000px;
	width: 85vw;
	margin: 0 auto;
}
#nw-series .coord-box .coord-total{
	background: #ece7db;
}
#nw-series .coord-box .coord-total h2{
	font-size: 2.8rem;
	font-weight: 700;
	text-align: center;
	margin-top: 40px;
	line-height: 1.6;
}
#nw-series .coord-box .coord-total p{
	max-width: 1100px;
	width: 90vw;
	margin: 40px auto 60px;
}
#nw-series .link_bt {
	width: 370px;
	margin: 0 auto 100px;
}
#nw-series .link_bt a{
	display: block;
	padding: 20px;
	text-align: center;
	position: relative;
	background: #d6cbac;
	font-weight: 700;
	color: #FFF;
	font-size: 2rem;
}
#nw-series .link_bt a::before {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
    transform: rotate(135deg);
}
#nw-series .color {
	max-width: 1280px;
	padding: 0 20px;
	margin: 0 auto 90px;
}
#nw-series .color h2{
	font-size: 2.8rem;
	font-weight: 700;
	text-align: center;
}
#nw-series .color h2 + p{
	padding: 70px 0;
}
#nw-series .color .color-list{
	display: flex;
	justify-content: space-between;
	gap: 0 25px;
}
#nw-series .color .color-list figcaption{
	font-size: 2rem;
	text-align: center;
	line-height: 1.2;
	padding-top: 8px;
}
#nw-series .colorsample_bt {
	width: 370px;
	margin: 100px auto 0;
}
#nw-series .colorsample_bt a{
	display: block;
	padding: 20px;
	text-align: center;
	position: relative;
	background: #000;
	font-weight: 700;
	color: #FFF;
	font-size: 2rem;
}
#nw-series .colorsample_bt a::before {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
    transform: rotate(135deg);
}
#nw-series .lineup{
	max-width: 1280px;
	padding: 0 20px;
	margin: 0 auto 90px;
}
#nw-series .lineup h2{
	font-size: 2.8rem;
	font-weight: 700;
	text-align: center;
}
#nw-series .lineup h2 + p{
	padding: 70px 0 0;
}
#nw-series .item-cat h3{
	font-size: 2.4rem;
	font-weight: 500;
	padding: 60px 10px 10px;
	margin-bottom: 15px;
	line-height: 1.6;
	border-bottom: 1px solid #e1e1e1;
}
#nw-series .item-cat ul{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 40px 40px;
}
#nw-series .item-cat li{
	width: 22.5%;
	aspect-ratio: 1 / 1;
	padding: 20px;
}
#nw-series .item-cat li img{
	height: auto;
}
#nw-series .item-cat li h4{
	text-align: center;
	padding-top:15px;
	line-height: 1.3;
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 8px;
	text-decoration: underline;
	text-underline-offset: 5px;
	text-decoration-thickness: 1px;
}
#nw-series .item-cat li h4 span{
	font-size: 1.6rem;
}
#nw-series .item-cat li h4 + p{
	text-align: center;
	color: #777777;
	font-weight: 500;
}

/*======================
           sp           
======================*/
@media screen and (max-width: 768px) {
	#nw-series .head-sp{
		height: calc(100svh - 70px);
		box-sizing: border-box;
		object-fit: cover;
		position: relative;
		overflow: hidden;
	}
	#nw-series .head-slideimg {
		z-index:10;
		animation: fadeInOut 24s infinite;
		transition: opacity 3s ease-in-out;
	}
	#nw-series .head-slideimg:nth-child(1) {
		position: relative;
		animation-delay: 0s;
	}
	#nw-series .head-slideimg:nth-child(2) {
		animation-delay: 6s;
	}
	#nw-series .head-slideimg:nth-child(3) {
		animation-delay: 12s;
	}
	#nw-series .head-slideimg:nth-child(4) {
		animation-delay: 18s;
	}
	@keyframes fadeInOut {
		0%   { opacity: 0; }
		12.5%  { opacity: 1; }
		25%  { opacity: 1; }
		37.5%  { opacity: 0; transform: scale(1.1) ;z-index:9;}
		100% { opacity: 0; }
	}
	#nw-series .head-sp .head-slideimg img {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		height: calc(100svh - 70px);
	}
	#nw-series .head-sp p{
		position: absolute;
		top: 8%;
		right: 0px;
		left: 0;
		width: 70vw;
		margin: 0 auto;
		z-index:11;
	}
	#nw-series .head-txtbox{
		margin: 30px auto 0;
		width: 90vw;
		padding: 0;
	}
	#nw-series .head-txtbox h1{
		font-size: 2.2rem;
		font-weight: 700;
		padding: 0 0 20px;
		letter-spacing: 0.05em;
	}
	#nw-series .scene_slide{
		margin: 30px 0;
	}
	#nw-series .scene_slide_detail{
		margin: 0 5px;
	}
	#nw-series .coord-box{
		width: 100%;
		margin: 0 auto 40px;
		padding: 0;
	}
	#nw-series .coord-box .coord-item-img{
		padding: 2rem;
	}
	#nw-series .coord-box .coord-bg-be{
		padding: 20px 0 30px;
	}
	#nw-series .coord-box .coord-item-info{
		display: block;
		margin: 0 auto 20px;
		width: 90vw;
	}
	#nw-series .coord-box .coord-item-info h3{
		width: 90vw;
		font-size: 2rem;
		margin: 0 auto 20px;
		line-height: 1.2;
	}
	#nw-series .coord-box .coord-item-info h3 .sub{
		font-size: 1.6rem;
	}
	#nw-series .en{
		font-size: 1.3rem;
	}
	#nw-series .coord-box .coord-item-info .sub-sp{
		display: inline-block;
	}
	#nw-series .coord-box .coord-item-info p{
		width: 90vw;
		margin: 0 auto;
	}
	#nw-series .coord-box .coord-item-illust{
		padding: 20px 10px 10px;
		width: 100vw;
	}
	#nw-series .coord-box .coord-total h2{
		font-size: 2rem;
		margin-top: 20px;
	}
	#nw-series .coord-box .coord-total p{
		margin: 20px auto;
	}
	#nw-series .link_bt {
		width: 80vw;
		margin: 0 auto 60px;
	}
	#nw-series .link_bt a{
		font-size: 1.6rem;
		padding: 15px;
	}
	#nw-series .link_bt a::before {
		width: 8px;
		height: 8px;
	}
	#nw-series .color {
		width: 90vw;
		margin: 0 auto 30px;
		padding: 0;
	}
	#nw-series .color h2{
		font-size: 2rem;
	}
	#nw-series .color h2 + p{
		padding: 20px 0;
	}
	#nw-series .color .color-list{
		flex-wrap: wrap;
		gap: 0;
	}
	#nw-series .color .color-list li{
		width: calc( 50% - 10px);
		margin-bottom: 20px;
	}
	#nw-series .color .color-list figcaption{
		font-size: 1.6rem;
		line-height: 1;
		padding-top: 0;
	}
	#nw-series .colorsample_bt {
		width: 80vw;
		margin: 30px auto 0;
	}
	#nw-series .colorsample_bt a{
		font-size: 1.6rem;
		padding: 15px;
	}
	#nw-series .lineup{
		width: 90vw;
		margin: 0 auto 30px;
		padding: 0;
	}
	#nw-series .lineup h2{
		font-size: 2rem;
	}
	#nw-series .lineup h2 + p{
		padding: 20px 0 0;
	}
	#nw-series .item-cat h3{
		font-size: 1.8rem;
		padding: 30px 0 10px;
	}
	#nw-series .item-cat ul{
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		gap: 20px 14px;
	}
	#nw-series .item-cat li{
		width: calc(50% - 8px);
		padding: 0px;
	}
	#nw-series .item-cat li h4{
		font-size: 1.6rem;
		text-underline-offset: 3px;
	}
	#nw-series .item-cat li h4 span{
		font-size: 1.4rem;
	}
}