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

html,
body {
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 2;
	letter-spacing: 1px;
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
img {
	width: 100%;
	border: none;
}
ul,li {
	list-style: none;
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
	color: inherit;
}
h1,h2,h3,p {
	padding: 0;
	margin: 0;
}


#ch {
	width: 100%;
	
}
@media only screen and (max-width: 768px)  {
	
	
}
#head {
	width: 100%;;
	position: relative
}
#head .logo {
	max-width: 100px;
	width: 20%;
	margin: 0 auto;
	padding: 25px 0;
	line-height: 0;
}
#contents,.section {
	position: relative;
	margin: 0% auto 5%;
}
.section h1 {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 30%;
	line-height: 0;
	z-index: 10
}
.section .copy {
	position: absolute;
	width: 14px;
	line-height: 0;
}
.section ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	box-sizing:border-box;
}
.section li {
	position: relative;
}
.section li .img {
	line-height: 0;
	position: relative;
}
.section ul .list {
	text-align: left;
	box-sizing: border-box;
	padding: 10px;
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
	font-size: 10px;
}
.section ul .list a,.section ul .list p {
	width: 100%;
	margin: 0 auto 2px;
	padding: 0;
	display: block;
	position: relative;
}
.section ul .list a::before {
	content: "　BUY";
	position: absolute;
	bottom: 0;
	right: 0;
	text-decoration: underline;
	direction: ltr;
	
}
.section ul .list .coming::before {
	content: "　COMING SOON";
	position: absolute;
	bottom: 0;
	right: 0;
	text-decoration: underline;
	font-size: 9px;
	direction: ltr;
}
.section ul .list .shop::before {
	content: "　SHOP ONLY";
	position: absolute;
	bottom: 0;
	right: 0;
	text-decoration: underline;
	font-size: 9px;
	direction: ltr;
}
.section.no1 ul {
	direction: rtl;
}

@media only screen and (max-width: 768px)  {
	#contents,.section {
		position: relative;
		margin: 0% auto 10%;
	}
	.section .copy {
		width: 12px;
	}
	.section ul .list {
		margin: 0% auto;
		padding: 6px 0;
		font-size: 9px;
		width: 80%;
	}
	.section ul .list a,.section ul .list p {
		margin: 10px auto;
		transform: scale(0.9)
	}
	.section h1 {
		top: 22%;
		width: 50%;
	}
	.section.no1 ul {
		display: block;
		direction: ltr;
	}
	.section.no1 ul li {
		margin-bottom: 5%;
	}
	
	
}
.section.no2 ul {
	padding: 0 10%;
	column-gap: 5%;
}
@media only screen and (max-width: 768px)  {
	.section.no2 ul {
		display: block;
		padding: 0%;
		column-gap:0%;
	}
	.section.no2 ul li {
		margin-bottom: 10%;
	}
	.section.no2 ul li .img {
		width: 90%;
	}
	.section.no2 ul li:nth-of-type(2) .img {
		margin-left: 10%;
	}
}

.section.no3 ul {
	
}
.section.no3 .copy {
	top: 0%;
	left: 38%;
}
@media only screen and (max-width: 768px)  {
	.section.no3 ul {
		display: block;
	}	
	.section.no3 ul li:nth-of-type(2) {
		margin: 10% auto;
	}	
	.section.no3 ul li:nth-of-type(2) .img {
		width: 100%;
	}	
	.section.no3 .copy {
		top: 10%;
		left:auto;
		right: 5%;
	}
}

.section.no4 ul {
	grid-template-columns: 59% 40%;
	column-gap: 1%;
}
@media only screen and (max-width: 768px)  {
	.section.no4 ul {
		display: block;
	}
	.section.no4 ul li:nth-of-type(2) {
		margin-top: 10%;
	}
	.section.no4 ul li:nth-of-type(2) .img {
		width: 80%;
		margin-left: 20%;
	}
}

.section.no5 ul {
	padding: 0 10%;
	column-gap: 5%;
}
.section.no5 .copy {
	top: 40%;
	right: 5%;
	transform: translate(0,-50%);
}
@media only screen and (max-width: 768px)  {
	.section.no5 ul {
		display: block;
		padding: 0;
		column-gap: 0;
	}	
	.section.no5 ul li:nth-of-type(1) {
		margin-bottom: 10%;
	}
	.section.no5 ul li:nth-of-type(1) .img {
		width: 80%;
	}	
	.section.no5 .copy {
		top: 18%;
		right: 5%;
		transform: translate(0,-50%);
	}
}

.section.no6 ul {
	grid-template-columns: 40% 59%;
	column-gap: 1%;
}
@media only screen and (max-width: 768px)  {
	.section.no6 ul {
		display: block;
		column-gap: 0;
	}	
	.section.no6 ul li:nth-of-type(1) {
		margin: 0 auto 10%;
	}
	.section.no6 ul li:nth-of-type(1) .img {
		width: 80%;
		margin: 0 auto;
	}
}

.section.no7 ul {
	column-gap: 10%;
}

@media only screen and (max-width: 768px)  {
	.section.no7 ul {
		display: block;
		column-gap: 0;
	}
	.section.no7 ul li {
		margin: 0 0 10%;
	}
}

.section.no8 ul {

}

@media only screen and (max-width: 768px)  {
	.section.no8 ul {
		display: block;
	}	
	.section.no8 ul li {
		margin-bottom: 5%;
	}
	.section.no8 ul li .img {
		width: 90%;
	}
	.section.no8 ul li:nth-of-type(2) .img {
		margin-left: 10%;
	}
}

.section.no9 ul {
	padding: 0 10%;
	column-gap: 5%;

}
.section.no9 .copy {
	top: 40%;
	left: 5%;
	transform: translate(0,-50%);
}
@media only screen and (max-width: 768px)  {
	.section.no9 ul {
		display: block;
		padding: 0;
	}	

	.section.no9 ul li:nth-of-type(1) {
		margin: 0 0 5%;
	}	
	.section.no9 ul li .img {
		width: 80%;
		margin: 0 auto;
	}
	.section.no9 .copy {
		top: auto;
		left: 5%;
		transform: translate(0%);
		bottom: 0%
	}
}

.section.no10 ul {
	display: block;

}
@media only screen and (max-width: 768px)  {
	.section.no10 ul {
		overflow: hidden;

	}
	.section.no10 ul li .img {
		width: 150%;
		margin-left: -25%;

	}
}
.section.no11 ul {
	padding: 0 10%;
	column-gap: 5%;

}
@media only screen and (max-width: 768px)  {
	.section.no11 ul {
		display: block;
		padding: 0%;
		column-gap: 0%;

	}
	.section.no11 ul li {
		margin: 10% 0;

	}
	.section.no11 ul li .img {
		width: 90%;

	}
	.section.no11 ul li:nth-of-type(2) .img {
		margin-left: 10%;

	}
}
.section.no12 ul {


}
@media only screen and (max-width: 768px)  {
	.section.no12 ul {
		display: block;
	}	
	.section.no12 ul li:nth-of-type(2) {
		margin: 10% auto;
	}	
	.section.no12 ul li:nth-of-type(2) .img {
		width: 80%;
		margin: 0 auto;
	}	
}


#foot {
	margin: 5% auto;
}
#foot .all a {
	text-align: center;
	margin: 10% auto;
	border: 1px solid #000;
	display: block;
	max-width: 600px;
	width: 80%;
	padding: 5px;
	font-size: 14px;
}
#foot .logo {
	max-width: 250px;
	width: 60%;
	margin: 10% auto 0;
}
@media only screen and (max-width: 768px)  {
	#foot .all a {
		text-align: center;
		margin: 20% auto;
		font-size: 12px;
	}
	
}



h1 {
	opacity: 0;
	transition: 2s all 1s ease;
	filter: blur(20px);
}

li .img {
	opacity: 0;
	transform: translate(0,20px);
	transition: 2s all 0s ease;
}
li:nth-of-type(2) .img {
	transition-delay: 0.5s;
}
@media only screen and (max-width: 768px)  {
	h1 {
		opacity: 0;
		transition: 2s all 0.5s ease;
		filter: blur(20px);
	}
	li:nth-of-type(2) .img {
		transition-delay: 0s;
	}
	
}
h1.ac {
	opacity: 0.9;
	filter: blur(0px);
}
li.ac .img {
	transform: translate(0px);
	opacity: 1;
}