@charset "UTF-8";
/* CSS Document */

html,
body {
	padding: 0;
	margin: 0;
}
img,video,svg {
	width: 100%;
	border:none;
}
ul,li {
	list-style: none;
	padding: 0;
	margin: 0;
}
h1,h2,h3,p,a {
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
}
.spv {
	display: none;
}
@media only screen and (max-width: 768px)  {
	.spv {
		display: block;
	}	
	.pcv {
		display: none;
	}
}
.color-01 {
	background: #E2BBBA;
}
.color-02 {
	background: #f8c7af;
}
.color-03 {
	background: #ffedab;
}
.color-04 {
	background: #bae3f9;
}
.color-05 {
	background: #F2E8D9;
}
.color-06 {
	background: #4d4e4d;
}
.color-06 .data p {
	color: #FFF;
}
.color-07 {
	background: #D9EBE6;
}
.color-08 {
	background: #D9EBE6;
}


.bg_color {
	position: fixed;
	bottom: 0%;
	right: 0;
	width: 100%;
	height: 0%;
	background: #eee;
	z-index: 1;
	animation-name: bg_gray;
    animation-duration: .5s;
    animation-delay: 1.2s;
	animation-fill-mode:forwards;
	animation-timing-function: ease-out;
}

.animsition-overlay-slide {
	background: #fff;
	z-index: 9999;

}

@keyframes bg_gray {
    0% {
        height:0;
    }
    100% {
        height:50%;
    }
}
#lp_wrap {
	width: 100%;
	position: relative;
	font-family:"Open Sans", "Noto Sans JP", sans-serif;
	line-height: 1.8;
	letter-spacing: 1px;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	transition: 0.2s all 0s ease;
}
header.on, header.page {
	filter: invert(1)
}
#header .logo {
	max-width: 120px;
	margin: 0 auto;
	padding: 15px 0;
}
#header .arimino {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 40px;
}
#header.fixed .logo {
	filter: invert(1)
}
#header.fixed .arimino {
	filter: invert(1)
}
@media only screen and (max-width: 768px)  {
#header .logo {
	max-width: 80px;
}
#header .arimino {
	width: 20px;
}
}

main {
	position: relative;
}
#main_contents {
	position: sticky;
	background: #eee;
	padding: 5% 0 0;
	
	
}
section {
	position: relative;
	margin: 0 auto 10%;
	width: 90%;
	max-width: 1000px;
}
#other section:nth-last-of-type(1) {
	margin: 0 auto;
}
section h2 {
	font-size: 20px;
	text-align: center;
	font-weight: 400;
	letter-spacing: 3px;
	margin-bottom: 6%;
}
@media only screen and (max-width: 768px)  {
	#main_contents {
		position: sticky;
		background: #eee;
		padding: 15% 0 0;
	}
	section {
		margin: 0 auto 25%;
		width: 100%;
	}
	#other section:nth-last-of-type(1) {
		margin: 0 auto 5%;
	}
	section h2 {
		font-size: 20px;
		text-align: center;
		font-weight: 400;
		letter-spacing: 3px;
		margin-bottom: 10%;
	}
}



#style ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 2%;
}
#style ul li {
	border: 1px solid #fff;
	box-sizing: border-box;
	padding: 1%;
	overflow: hidden;
	position: relative;
	border-radius: 12px;
	margin-bottom: 3%;
	width: 23%;
	box-sizing: border-box;
}
/*#style ul li:nth-of-type(1) {
	background: #E2BBBA;
}
#style ul li:nth-of-type(2) {
	background: #F8C7AF;
}
#style ul li:nth-of-type(3) {
	background: #FFEDAB;
}
#style ul li:nth-of-type(4) {
	background: #BAE3F9;
}
#style ul li:nth-of-type(5) {
	background: #F2E8D9;
}
#style ul li:nth-of-type(6) {
	background: #FEEFD4;
}
#style ul li:nth-of-type(7) {
	background: #D9EBE6;
}
#style ul li:nth-of-type(8) {
	background: #D9EBE6;
}*/
#style ul li .img {
	width: 100%;
	height: 0;
	padding-top: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 12px;
}
#style ul li .img img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}
#style ul li .thema {
	height: 40px;
	position: relative;
	margin: 5% auto 0;
}
#style ul li .thema img  {
	width: auto;
	height: auto;
	max-width: 100px;
	max-height: 40px;
	text-align: center;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#style ul li.height .thema {
	height: 34px;
}
#style ul li.height .thema img  {
	max-height: 34px;
}
#style ul li .brand  {
	width: 85%;
	margin: 0 auto;
}
#style ul li p  {
	font-size: 12px;
	text-align: center;
	margin: 2% auto 0;
}
@media only screen and (max-width: 768px)  {
	#style ul {
		width: 98%;
		margin: 0 auto;
	}
	#style ul li {
		padding: 0 0 10%;
		border-radius: 10px;
		margin-bottom: 2.5%;
		width: 48%;
	}
	#style ul li .img {
		border-radius: 0px;
	}
	#style ul li .thema {
		height: 40px;
		position: relative;
		margin: 10% auto 2%;
	}
	#style ul li.height .thema {
		height: 28px;
	}
	#style ul li.height .thema img  {
		max-height: 28px;
	}
	#style ul li .brand  {
		width: 90%;
		margin: 0 auto;
	}
	#style ul li p  {
		font-size: 10px;

	}
}

#article ul {
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	column-gap: 2%;
}
#article ul li {
	border: 1px solid #fff;
	box-sizing: border-box;
	padding: 1%;
	overflow: hidden;
	position: relative;
	border-radius: 12px;
	margin-bottom: 3%;
	width: 23%;
	box-sizing: border-box;
}

#article ul li .img {
	width: 100%;
	height: 0;
	padding-top: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 12px;
}
#article ul li .img img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}
#article ul li .brand  {
	width: 85%;
	margin: 5% auto 0;
}
#article ul li .salon {
	height: 15px;
	position: relative;
	margin: 2.5% auto 5%;
}
#article ul li .salon img  {
	width: auto;
	height: auto;
	max-width: 120px;
	max-height: 15px;
	text-align: center;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

#article ul li.height .salon {
	height: 30px;
	position: relative;
}
#article ul li.height .salon img  {
	max-width: 120px;
	max-height: 30px;
}
#article ul li p  {
	font-size: 12px;
	text-align: center;
	margin: 2% auto 0;
}
@media only screen and (max-width: 768px)  {
	#article ul {
		width: 98%;
		margin: 0 auto;
	}
	#article ul li {
		padding: 0 0 5%;
		border-radius: 10px;
		margin-bottom: 2.5%;
		width: 48%;
	}
	#article ul li .brand  {
		width: 90%;
		margin: 5% auto 0;
	}
	#article ul li p  {
		font-size: 10px;
	}
}


#pdf {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
	max-height: 500px;
}
#pdf a {
	display: block;
	overflow: hidden;
	/*border-radius: 12px;*/
	line-height: 0;
	color: #fff;
}
#pdf span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
	text-align: center;
}
#pdf span img {
	max-width:200px;
	width: 35%;
	margin: 0 auto;
	display: block;
}
#pdf span p {
	text-align: center;
	line-height: 2;
	font-size: 12px;
	margin-top: 25px;
	
}
#pdf span p:nth-of-type(2) {
	display: block;
	margin: 25px auto 0;
	max-width: 250px;
	width: 64%;
	padding: 10px 0;
	border: 1px solid #FFF;
	font-size: 14px;
	border-radius: 100px;
	background: #eee;
	color: #000;
	
}
@media only screen and (max-width: 768px)  {
	#pdf {
		width: 100%;
		margin: 0 auto;
	}
	#pdf a {
		border-radius:0;
	}
	#pdf .pdf_img {
		width: 150%;
		margin-left: -25%;
	}
	#pdf span p {
		text-align: center;
		line-height: 2;
		font-size: 10px;
		margin-top: 25px;

	}
}

footer {
	background: #FFF;
	position: sticky;
	padding: 5% 0;
	z-index: 10:
}
#footer section {
	margin: 0 auto;
	width: 90%;
	max-width: 1200px;
}
#footer .concept .title {
	width: 30%;
	filter: invert(1);
	padding: 5% 0
}
#footer .concept p {
	font-size: 12px;
	margin-bottom: 24px;
}
@media only screen and (max-width: 768px)  {
	#footer {
		background: #FFF;
		position: relative;
		padding: 15% 0
	}
	#footer .concept .title {
		width: 50%;
		filter: invert(1);
		padding: 10% 0
	}
	#footer .concept p {
		font-size: 10px;
		margin-bottom: 20px;
	}
	
	
}
#footer .credit {
	margin: 5% auto;
	display: grid;
	grid-template-columns: 66% 34%;
}
#footer .credit ul {
	width: 90%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 10%;
}
#footer .credit ul li {
	margin-bottom: 10%;
}
#footer .credit ul li .set  {
	width: 65%;
}
#footer .credit ul li .staff  {
	font-size: 12px;
	margin: 5% 0;
}
#footer .credit .other {
	font-size: 12px;
	margin: 5% 0
}
#footer .credit .other p {
	margin-bottom: 12px;
}
@media only screen and (max-width: 768px)  {
	#footer .credit {
		margin: 20% auto;
		display: block;
	}
	#footer .credit ul {
		width: 100%;
		column-gap: 3%;
	}
	#footer .credit ul li {
		margin-bottom: 20%;
	}
	#footer .credit ul li .set  {
		width: 75%;
	}
	#footer .credit ul li .staff  {
		font-size: 9px;
		margin: 5% 0;
	}
	#footer .credit .other {
		font-size: 9px;
		margin: 10% 0
	}
}

#footer .foot {
	margin: 10% auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
#footer .foot .back a {
	display: inline-block;
	position: relative;
	color: #000;
	font-size: 30px;
	font-weight: 300;
	border-bottom: 1px solid #000;
	padding: 0 60px 15px 0;
	
}
#footer .foot .back a::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	right: 0;
	width: 20px;
	height: 20px;
	background:url("../img/icon_1.svg") no-repeat;
	background-size: contain;
	
}
#footer .foot .back a span {
	display: block;
	font-size: 12px;
}
#footer .foot .copyright {
	text-align: right;
}
#footer .foot .copyright .logo {
	width: 60%;
	margin: 0 0 5% 40%;
}
#footer .foot .copyright p {
	font-size: 10px;
}
@media only screen and (max-width: 768px)  {
	#footer .foot {
		margin: 10% auto;
		display: block;
		text-align: center;
	}	
	#footer .foot .back a {
		display: inline-block;
		position: relative;
		color: #000;
		font-size: 20px;
		font-weight: 300;
		border-bottom: 1px solid #000;
		padding: 0 60px 15px 0;

	}
	#footer .foot .back a::before {
		width: 15px;
		height: 15px;

	}
	#footer .foot .back a span {
		display: block;
		font-size: 10px;
		text-align: left;
	}

	#footer .foot .copyright {
		text-align: center;
		margin: 25% auto 0
	}
	#footer .foot .copyright .logo {
		width: 60%;
		margin: 0 auto 10%;
	}
	#footer .foot .copyright p {
		font-size: 9px;
	}
}


.anim {
	opacity: 0;
	transform: translate(0,50px);
	transition: 1s all 0s ease;
}

li:nth-of-type(2).anim {
	transition-delay: 0.1s;
}
li:nth-of-type(3).anim {
	transition-delay: 0.2s;
}
li:nth-of-type(4).anim {
	transition-delay: 0.3s;
}
li:nth-of-type(5).anim {
	transition-delay: 0s;
}
li:nth-of-type(6).anim {
	transition-delay: 0.1s;
}
li:nth-of-type(7).anim {
	transition-delay: 0.2s;
}
li:nth-of-type(8).anim {
	transition-delay: 0.3s;
}
@media only screen and (max-width: 768px)  {
	li:nth-of-type(2).anim {
		transition-delay: 0.1s;
	}
	li:nth-of-type(3).anim {
		transition-delay: 0s;
	}
	li:nth-of-type(4).anim {
		transition-delay: 0.1s;
	}
	li:nth-of-type(5).anim {
		transition-delay: 0s;
	}
	li:nth-of-type(6).anim {
		transition-delay: 0.1s;
	}
	li:nth-of-type(7).anim {
		transition-delay: 0s;
	}
	li:nth-of-type(8).anim {
		transition-delay: 0.1s;
	}	
	#visual li.anim {
		opacity: 1;
		transform: translate(0)
	}
}
.anim.ac {
	opacity: 1;
	transform: translate(0)
}
