html{
	scroll-behavior: smooth;
}
body{
	color: #333;
	font-family: 'Noto Sans JP', sans-serif;
}
.fi{
	opacity: 0;
	transform: translateY(50px);
	transition: 0.5s;
}





section{
	margin: 0 0 60px;
	position: relative;
	padding: 50px 0 40px;
}
section .section_inner{
	position: relative;
	margin: 0 auto;
	padding: 50px 30px;
	max-width: 640px;
}
section h2{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	position: absolute;
	top: -20px;
	left: 30px;
	z-index: 5;
}
section h2 img{
	margin-left: 0 !important;
	height: 40px;
}
section h2 span{
	margin-top: 8px;
	color: #888;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
}
section.concept h2 img{
	height: 50px;
}
.container{
	position: relative;
	margin-top: 0;
	/* height: 100vh;
	/* overflow-y: scroll;
	scroll-snap-type: y proximity; */
}
.logo_wrap{
	position: sticky;
	top: 10px;
	left: 50%;
	z-index: 10;
	filter: drop-shadow(0 0 4px rgba(0,0,0,0.5));
}
.logo{
	margin: 0 auto;
	transition: 0.5s;
}





header{
	scroll-snap-align: start;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
	width: 100vw;
	height: 45px;
	background: #EED2D1;
	overflow: hidden;
}
header div{
	width: auto;
	white-space: nowrap;
/* 	animation: loop-slide 10s infinite linear both; */
}
@keyframes loop-slide {
	from {
		transform: translateX(100%);
	}
	to {
		transform: translateX(-100%);
	}
}





.nav_btn{
	position: fixed;
	top: 68px;
	right: 30px;
	z-index: 9999;
	width: 24px;
	height: 24px;
	transition: 0.5s;
	cursor: pointer;
}
.nav_btn.hide{
	right: -50px;
}
.nav_btn i{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9999;
	width: 24px;
	height: 2px;
	background: #666;
}
.nav_btn i:nth-child(1){
	top: 0;
}
.nav_btn i:nth-child(2){
	top: 9px;
}
.nav_btn i:nth-child(3){
	top: 18px;
}
.nav_btn i::before{
	content: "";
	position: absolute;
	top: 0;
	left: -6px;
	width: 2px;
	height: 2px;
	background: #666;
}
nav{
	position: fixed;
	top: 0;
	right: -280px;
	z-index: 99999;
	width: 280px;
	height: 100vh;
	background: #fff;
	transition: 0.5s;
}
nav.open{
	right: 0;
}
nav .nav_inner{
	position: relative;
	padding: 54px 30px 0 41px;
}
nav .nav_link_wrap{
	display: flex;
	flex-direction: column;
	margin: 53px 0 29px;
}
nav .nav_link{
	display: inline-block;
	margin-bottom: 39px;
}
nav .nav_link img{
	height: 20px;
}
nav .close_btn{
	position: absolute;
	top: 54px;
	right: 30px;
	width: 36px;
	cursor: pointer;
}
.overlay{
	background: #fff;
	opacity: 0;
	transition: 0.5s;
}
.overlay.open{
	visibility: visible;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99998;
	width: 100%;
	height: 100vh;
	background: #fff;
	opacity: 0.7;
	transition: 0.5s;
}





#fv{
	scroll-snap-align: start;
	margin: -48px 0 10px;
	padding: 0;
}
#fv .swiper{
	max-height: 771px;
}
#fv .swiper .swiper-slide{
	width: 100%;
	max-width: 640px;
}
#fv .swiper .swiper-slide img{
	margin: 0;
	width: 100%;
	max-width: 640px;
}
#fv .swiper-pagination-fv{
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 28px !important;
	left: 0;
	z-index: 3;
}





#concept{
	scroll-snap-align: start;
	margin-bottom: 20px;
}
#concept .section_inner{
	padding: 0 0 90px;
}
#concept img{
	position: relative;
	z-index: 1;
	margin-left: auto;
}
#concept .readmore_wrap{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
	width: calc(100vw - 50px);
	max-width: 640px;
	height: 180px;
	background: #D9F0F4;
}
#concept .readmore_wrap a{
	position: absolute;
	right: 30px;
	bottom: 22px;
	z-index: 0;
	padding: 10px 0 10px 20px;
	background: url(../img/readmore.png) no-repeat center left;
	background-size: contain;
	color: #666;
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-decoration: none;
}





#recommend{
	scroll-snap-align: center;
	position: relative;
	scroll-margin-top: 50px;
	margin-bottom: 20px;
	padding: 48px 0 40px;
	background: #F3D9D8;
}
#recommend .section_inner{
	padding: 0;
}
#recommend h2{
	position: absolute;
	top: -65px;
	left: 30px;
	z-index: 5;
}
#recommend .swiper-slide{
	width: 100%;
	max-width: 270px;
}





#series{
	scroll-snap-align: start;
	margin-bottom: 0;
	padding-bottom: 0;
}
#series .series_wrap{
	position: relative;
}
#series .series_wrap a{
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	position: relative;
	margin-bottom: 50px;
	color: #333;
}
#series .series_wrap:nth-child(2n+1) a{
	justify-content: flex-end;
}
#series .series_wrap a img{
	position: relative;
	z-index: 1;
	width: 60vw;
	max-width: 420px;
}
#series .series_wrap:nth-child(2n+1) a img{
	right: 0;
}
#series .series_wrap a div{
	position: absolute;
	bottom: 5px;
	right: 0;
	z-index: 1;
	width: calc(58vw - 30px);
	max-width: 420px;
}
#series .series_wrap:nth-child(2n+1) a div{
	left: 0;
	right: auto;
}
#series .series_wrap a div h3{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 10px;
	letter-spacing: 1px;
}
#series .series_wrap a div h3 span{
	display: block;
	font-size: 26px;
}
#series .series_wrap a div p{
	display: block;
	color: #7C7D66;
	font-size: 12px;
}
#series .series_wrap::before{
	content: "";
	display: block;
	position: absolute;
	top: -250px;
	z-index: 0;
	width: 120px;
	height: 250px;
}
#series .series_wrap:nth-child(2n+1)::before{
	right: 0;
	transform: rotate(-45deg);
	transform-origin: right bottom;
}
#series .series_wrap:nth-child(2n+4)::before{
	left: 0;
	transform: rotate(45deg);
	transform-origin: left bottom;
}
#series .series_wrap:nth-child(2) h3{
	color: #7E9DEF;
}
#series .series_wrap:nth-child(3) h3{
	color: #333;
}
#series .series_wrap:nth-child(4) h3{
	color: #7DC1EF;
}
#series .series_wrap:nth-child(5) h3{
	color: #E9B4AE;
}
#series .series_wrap:nth-child(6) h3{
	color: #ABE6DE;
}
#series .series_wrap:nth-child(7) h3{
	color: #C7BC7F;
}
#series .series_wrap:nth-child(8) h3{
	color: #CDC1E0;
}
#series .series_wrap:nth-child(3)::before{
	background: linear-gradient(#D1DCF9,#E5EBFC);
}
#series .series_wrap:nth-child(4)::before{
	background: linear-gradient(#D1DCF9,#F1DEDD);
}
#series .series_wrap:nth-child(5)::before{
	background: linear-gradient(#F1DEDD,#DAEFED);
}
#series .series_wrap:nth-child(6)::before{
	background: linear-gradient(#DAEFED,#EEE8C9);
}
#series .series_wrap:nth-child(7)::before{
	background: linear-gradient(#EEE8C9,#E4DFEC);
}
#series .series_wrap:nth-child(8)::before{
	background: linear-gradient(#E4DFEC,#D1DCF9);
}
#series .series_wrap:nth-child(8) img{
	margin-bottom: 0;
}
@media screen and (min-width: 500px){
	#series .series_wrap a div{
		max-width: 280px;
	}
	#series .series_wrap a div h3{
		font-size: 13px;
		letter-spacing: 1px;
	}
	#series .series_wrap a div h3 span{
		font-size: 40px;
	}
	#series .series_wrap a div p{
		font-size: 16px;
	}
}





#category{
	scroll-snap-align: start;
	margin-bottom: 20px;
	padding-bottom: 0;
}
#category .section_inner{
	padding: 50px 30px 0;
}
#category .acc_title{
	display: flex;
	align-items: center;
	position: relative;
	padding: 0 0 0 10px;
	border-top: 1px solid #888;
	height: 53px;
	font-size: 22px;
	font-weight: 300;
	color: #888;
	cursor: pointer;
}
#category .acc_title::before,#category .acc_title::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 24px;
	height: 2px;
	background: #888;
	transition: 0.3s;
}
#category .acc_title::after{
	transform: rotate(-90deg);
}
#category .acc_title.open::after{
	transform: rotate(0deg);
}

#category .acc_title img{
	height: 20px;
}
#category .acc_content{
	display: none;
	margin: 0;
	padding: 0 0 0 30px;
}
#category .acc_content li{
	margin: 0;
	padding: 12px 0;
	list-style: none;
	font-size: 15px;
	color: #666;
}
#category .acc_content li a{
	text-decoration: none;
	color: #666;
}
#category .problem_search{
	display: flex;
	flex-wrap: wrap;
	margin: 50px 0 0;
	padding: 16px 20px 30px;
	background: #C6C6C6;
	color: #fff;
}
#category .problem_search h3{
	width: 100%;
	font-size: 16px;
	font-weight: bold;
}
#category .problem_search a{
	display: inline-block;
	margin: 21px 0 0;
	width: 50%;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}





#instagram{
	scroll-snap-align: start;
	margin-bottom: 20px;
	padding-bottom: 0;
	scroll-margin-top: 0px;
}
#instagram h2 img{
	height: 48px;
}
#instagram .insta_wrap{
	display: flex;
	flex-wrap: wrap;
}
#instagram .insta_wrap img{
	width: 100%;
	max-width: calc(100% / 3);
}





#special{
	scroll-snap-align: start;
	position: relative;
	scroll-margin-top: 50px;
	margin-top: 60px;
	padding: 48px 0 40px;
	background: #FFFDEF;
}
#special .section_inner{
	padding: 0;
}
#special h2{
	position: absolute;
	top: -65px;
	left: 30px;
	z-index: 5;
}
#special .swiper img{
	width: 270px;
}
#special p{
	margin: 11px 0 0;
}
#special .swiper-slide{
	width: 100%;
	max-width: 270px;
}





#news{
	scroll-snap-align: start;
	padding: 25px 0 0;
	background: #F6F7F3;
}
#news .section_inner{
	padding: 70px 30px 25px;
}
#news h2{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	top: 0;
	left: 0;
	margin-bottom: 20px;
	padding: 0 30px;
	width: 100%;
}
#news h2 .sub{
	height: 18px;
}
#news ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#news ul li{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 20px;
	text-decoration: none;
	color: #333;
	font-size: 14px;
}
#news ul li span{
	margin: 0 30px 0 0;
	color: #aaa;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
#news ul li a{
	color: #333;
}
#news .news_more{
	display: none;
}
#news .all_news{
	margin: 0 auto;
	height: 20px;
}





footer{
	scroll-snap-align: start;
}
footer .ft_btn img{
	margin: 0 auto 10px;
	height: 45px;
}
footer .ft_link{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	margin: 25px auto;
}
footer .ft_link a{
	margin: 0 6px 14px;
	font-size: 13px;
	text-decoration: none;
	color: #666;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
footer .ft_logo{
	display: block;
	margin: 0 auto 25px;
}
footer .ft_cr{
	display: block;
	margin: 0 auto 35px;
	color: #aaa;
	font-size: 10px;
	text-align: center;
}





@media screen and (max-width: 450px){

}