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

html,
body {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	background: #222;
}
img {
	width: 100%;
	border: none;
}
ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}
h1,h2,h3,p,a{
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}

#br {
	background: #222;
	font-family: "Hanken Grotesk",  "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 768px)  {
	
	
}

#main_visual {
	position: relative;
	padding: 2% 5%;
	box-sizing: border-box;
	width: 100%;
	height: 100vh;
}
#main_visual .visual {
	background: url("https://www.dot-st.com/static/docs/brill/pages/251010_look/assets/img/main-02.jpg") no-repeat center 45%;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh
}
#main_visual .inner {
	position: relative;
	width: 100%;
	height: 100vh;
}
#main_visual .title {
	width: 40%;
	position: absolute;
	top: 5%;
	left: 0%;
}
#main_visual .title h1 {
	line-height: 0;
}
#main_visual .title .aw {
	width: 50%;
	margin: 5% 0;
	line-height: 0;
}
#main_visual .concept {
	width: 30%;
	position: absolute;
	top:5%;
	right: 0%;
}


#main_visual .list {
	width: 100%;
	color: #FFF;
	position: relative;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100
}
#main_visual .list ul {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	position: relative;
}
#main_visual .list ul li {
	padding: 5%;
	box-sizing: border-box;
	position: relative;
	height: 100px;
}
#main_visual .list ul li.now {
	background: rgba(0,0,0,0.6)
}
#main_visual .list ul li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#main_visual .list ul li::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #FFF;
}
#main_visual .list ul li:nth-of-type(12)::before {
	display: none;
}
#main_visual .list ul li .no {
	font-size: 20px;
	font-weight: 600;
}
@media only screen and (max-width: 768px)  {
	#main_visual .visual {
		background: url("https://www.dot-st.com/static/docs/brill/pages/251010_look/assets/img/main-02s.jpg") no-repeat center;
		background-size: cover;
	}
	#main_visual .title {
		width: 75%;
		position: absolute;
		top: 5%;
		left: 0%;
	}
	#main_visual .title h1 {
		line-height: 0;
	}
	#main_visual .title .aw {
		width: 50%;
		margin: 5% 0;
		line-height: 0;
	}
	#main_visual .concept {
		width: 60%;
		position: absolute;
		top:16%;
		right: 0%;
	}
	#main_visual .list ul {
		border-top: 1px solid #FFF;
		border-bottom: 1px solid #FFF;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		position: relative;
	}
	#main_visual .list ul li {
		padding: 5%;
		box-sizing: border-box;
		position: relative;
		height: 40px;
	}
	#main_visual .list ul::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		height: 1px;
		background: #FFF;
		transform: translate(0,-50%);
	}
	#main_visual .list ul li:nth-of-type(6)::before {
		display: none;
	}
	#main_visual .list ul li .no {
		font-size: 14px;
		font-weight: 600;
	}
}
#main_read {
	position: relative;
	background: #222;
	color: #FFF;
	padding: 15% 0;
}
#main_read .logo {
	max-width: 150px;
	width: 25%;
	margin: 0 auto 50px;
	filter: invert(1)
}
#main_read p {
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 2;
}
@media only screen and (max-width: 768px)  {
	#main_read {
		position: relative;
		background: #222;
		color: #FFF;
		padding: 35% 0;
	}
	#main_read p {
		text-align: center;
		font-size: 10px;
	}
}





#main_contents {
	position: relative;
	background: #222;
}
#main_contents .section {
	position: relative;
	margin: 0 auto 10%;
	box-sizing: border-box;
	padding: 2%;
}
#main_contents .section:nth-last-of-type(1) {
	margin: 0 auto;
}
#main_contents .section .inner {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	box-sizing: border-box;
	grid-gap: 5px;
	/*padding: 5%;*/
}
#main_contents .section .box {
	position: relative;
}
#main_contents .section .img {
	position: relative;
	line-height: 0;
	background: #222;
	
}
#main_contents .section .box:nth-of-type(1) {
	grid-column: 1/3;
	grid-row: 1/3;
}
#main_contents .section:nth-of-type(even) .box:nth-of-type(1) {
	grid-column: 2/4;
}
#main_contents .section .no {
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 30px;
	font-weight: 600;
	z-index: 10;
	color: #FFF;
	overflow: hidden;
}
#main_contents .section:nth-of-type(even) .no {
	left: auto;
	right: 20px;
}
#main_contents .section .no p {
	position: relative;
	padding-bottom: 10px;
}
#main_contents .section .no p::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: #FFF;
}
@media only screen and (max-width: 768px)  {
	#main_contents .section .box:nth-of-type(1) {
		overflow: hidden;
	}
	#main_contents .section .box:nth-of-type(1) .img {
		width: 130%;
		margin-left: -30%
	}
	#main_contents .section .no {
		left: auto;
		right: 15px;
		font-size: 30px;
	}
	#main_contents .section:nth-of-type(even) .no {
		left: auto;
		right: 15px;
	}
}



#main_contents #look03,#main_contents #look06,#main_contents #look08,#main_contents #look11 {
	padding-top: 70vh;
}
#main_contents .section .visual_box {
  position: absolute;
  top: 0;
  left: 0%;
  width:100%;
  height: 100%;
  clip-path: inset(0); /* 切り抜き */
  z-index: 0;
	overflow: hidden;
}
#main_contents #look06 .visual_box .bg {
  position: fixed; /* 背景を固定 */
  top: 0;
   width: 100%;
  height:100vh;
	background: url("https://www.dot-st.com/static/docs/brill/pages/251010_look/assets/img/main-01.jpg") no-repeat center;
	background-size: cover;
}
#main_contents #look11 .visual_box .bg {
  position: fixed; /* 背景を固定 */
  top: 0;
   width: 100%;
  height:100vh;
	background: url("https://www.dot-st.com/static/docs/brill/pages/251010_look/assets/img/main-03.jpg") no-repeat top;
	background-size: cover;
}
#main_contents #look03 .visual_box .bg {
  position: fixed; /* 背景を固定 */
  top: 0;
   width: 100%;
  height:100vh;
	background: url("https://www.dot-st.com/static/docs/brill/pages/251010_look/assets/img/main-04.jpg") no-repeat top;
	background-size: cover;
}
#main_contents #look08 .visual_box .bg {
  position: fixed; /* 背景を固定 */
  top: 0;
   width: 100%;
  height:100vh;
	background: url("https://www.dot-st.com/static/docs/brill/pages/251010_look/assets/img/main-05.jpg") no-repeat right center;
	background-size: cover;
}
@media only screen and (max-width: 768px)  {
	#main_contents .section .inner {
		grid-template-columns: 1fr 1fr;
	}	
	#main_contents .section .box:nth-of-type(1) {
		grid-column: 1/3;
		grid-row: auto;
	}
	#main_contents .section:nth-of-type(even) .box:nth-of-type(1) {
		grid-column: 1/3;
	}
}

.section .list {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.section .list li {
	position: absolute;
	z-index: 10;
	line-height: 1.4;
	width: 24%;
	box-sizing: border-box;
	overflow: hidden;
}
.section .list li a,.section .list li p {
	font-size: 12px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	position: relative;
	text-decoration: none;
	color: #fff;
	width: 100%;
	display: block;
	padding-bottom: 5px;
}
.section .list li::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background: #fff;
}
.section .list li a span,.section .list li p span {
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	position: relative;
	margin-left: 5px
}
.section .list li a::after {
	content: "BUY \02192";
	display: block;
	font-weight: 400;
	font-size: 10px;
	margin-top: 5px;
}
.section .list li p::after {
	content: "Coming soon";
	display: block;
	font-size: 10px;
	margin-top: 5px;
}
.section .list li.lt {
	text-align: left;
	left: 2%;
	border-left: 1px solid #FFF;
	padding-left: 10px;
}
.section .list li.rt {
	text-align: right;
	left: auto;
	right: 2%;
	border-right: 1px solid #FFF;
	padding-right: 10px;
}
@media only screen and (max-width: 768px)  {
	.section .list li {
		position: absolute;
		z-index: 10;
		line-height: 1.4;
		width: 35%;
		box-sizing: border-box;
	}
	.section .list li a,.section .list li p {
		font-size: 10px;
	}
	.section .list li a span,.section .list li p span {
		font-size: 9px;
	}
	.section .list li a::after {
		font-size: 9px;
	}
	.section .list li p::after {
		font-size: 9px;
	}
	.section .list li.lt {
		text-align: right;
		left: auto;
		right: 0;
		border-left: none;
		padding-left: 0px;
		padding-right: 10px;
	}
	.section .list li.rt {
		right: 0;
		border-right: none;
		padding-right: 10px;
	}
	
}

#look01 .list li:nth-of-type(1) {
	top: 20%;
}
#look01 .list li:nth-of-type(2) {
	top: 35%;
}
#look01 .list li:nth-of-type(3) {
	top: 50%;
}
#look01 .list li:nth-of-type(4) {
	top: 65%;
}

#look02 .list li:nth-of-type(1) {
	top: 25%;
}
#look02 .list li:nth-of-type(2) {
	top: 40%;
}
#look02 .list li:nth-of-type(3) {
	top: 55%;
}

#look03 .list li:nth-of-type(1) {
	top: 25%;
}
#look03 .list li:nth-of-type(2) {
	top: 40%;
}
#look03 .list li:nth-of-type(3) {
	top: 55%;
}

#look04 .list li:nth-of-type(1) {
	top: 20%;
}
#look04 .list li:nth-of-type(2) {
	top: 35%;
}
#look04 .list li:nth-of-type(3) {
	top: 50%;
}
#look04 .list li:nth-of-type(4) {
	top: 65%;
}
#look04 .list li:nth-of-type(5) {
	top: 80%;
}

#look05 .list li:nth-of-type(1) {
	top: 20%;
}
#look05 .list li:nth-of-type(2) {
	top: 35%;
}
#look05 .list li:nth-of-type(3) {
	top: 65%;
}
#look05 .list li:nth-of-type(4) {
	top: 80%;
}

#look06 .list li:nth-of-type(1) {
	top: 20%;
}
#look06 .list li:nth-of-type(2) {
	top: 35%;
}
#look06 .list li:nth-of-type(3) {
	top: 65%;
}
#look06 .list li:nth-of-type(4) {
	top: 80%;
}

#look07 .list li:nth-of-type(1) {
	top: 30%;
}
#look07 .list li:nth-of-type(2) {
	top: 60%;
}

#look08 .list li:nth-of-type(1) {
	top: 25%;
}
#look08 .list li:nth-of-type(2) {
	top: 45%;
}
#look08 .list li:nth-of-type(3) {
	top: 62%;
}
#look08 .list li:nth-of-type(4) {
	top: 80%;
}

#look09 .list li:nth-of-type(1) {
	top: 20%;
}
#look09 .list li:nth-of-type(2) {
	top: 35%;
}
#look09 .list li:nth-of-type(3) {
	top: 65%;
}
#look09 .list li:nth-of-type(4) {
	top: 80%;
}

#look10 .list li:nth-of-type(1) {
	top: 35%;
}
#look10 .list li:nth-of-type(2) {
	top: 55%;
}
#look10 .list li:nth-of-type(3) {
	top: 80%;
}

#look11 .list li:nth-of-type(1) {
	top: 25%;
}
#look11 .list li:nth-of-type(2) {
	top: 42%;
}
#look11 .list li:nth-of-type(3) {
	top: 60%;
}
#look11 .list li:nth-of-type(4) {
	top: 80%;
}

#look12 .list li:nth-of-type(1) {
	top: 20%;
}
#look12 .list li:nth-of-type(2) {
	top: 35%;
}
#look12 .list li:nth-of-type(3) {
	top: 65%;
}
#look12 .list li:nth-of-type(4) {
	top: 80%;
}


#main_foot {
	position: relative;
	background: #222;
	z-index: 10;
	padding: 15%;
	box-sizing: border-box;
}
#main_foot .aw {
	width: 15%;
	margin-bottom: 15px;
}
#main_foot .title {
	width: 25%;
}
#main_foot .logo {
	width: 25%;
	filter: invert(1);
	margin-left: 75%;
}
#main_foot .copyright {
	font-size: 10px;
	color: #FFF;
	letter-spacing: 3px;
}
@media only screen and (max-width: 768px)  {
	#main_foot {
		padding: 35% 10% 50%;
	}
	#main_foot .aw {
		width: 35%;
		margin-bottom: 15px;
	}
	#main_foot .title {
		width: 45%;
	}
	#main_foot .logo {
		width: 55%;
		filter: invert(1);
		margin-left: 45%;
		padding:15% 0;
	}	
}







.img {
	overflow: hidden;
}
.img img,.anim {
	opacity: 0;
	transform: translate(0,30px);
	transition: 1.2s all 0s ease;
	display: block;
}
.img.ac img,.anim.ac {
	opacity: 1;
	transform: translate(0);
}
#main_contents .visual_box .bg {
	transform: scale(1)
}
#main_contents .on .visual_box .bg {
	animation: 5s zoom1 0s forwards;
}
#main_contents .section .no::after {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	background: #FFF;
	width: 100%;
	height: 100%;
	z-index: 10
}
#main_contents .section .no p {
	opacity: 0;
}
#main_contents .section .no.ac p {
	animation: 1s fade 1s forwards;
}
#main_contents .section .no.ac::after {
	animation: 1.2s open1 0.2s forwards;	
}
.section .list li a::after {
	animation: 1s link 0s infinite;
}
.section .list li::before {
	left: -100%;
}
.section:nth-of-type(even) .list li::before {
	left: 100%;
}
.section .list.ac li::before {
	animation: 1s line1 0.6s forwards;
}
.section:nth-of-type(even) .list.ac li::before {
	animation: 1s line2 0.6s forwards;
}
.section .list li a {
	opacity: 0;
}
.section .list.ac li a {
	animation: 1s fade 1.2s forwards;
}
@media only screen and (max-width: 768px)  {
	.section .list li::before {
		left: -100%;
	}
	.section:nth-of-type(even) .list li::before {
		left: -100%;
	}
	.section .list.ac li::before {
		animation: 1s line1 0.6s forwards;
	}
	.section:nth-of-type(even) .list.ac li::before {
		animation: 1s line1 0.6s forwards;
	}	
	
}




#main_visual {
	overflow: hidden;
}
#main_visual .visual {
	opacity: 0;
	transform: scale(1.2);
}
.ac #main_visual .visual {
	animation: 5s zoom 1.3s forwards;
}
#main_visual .title,#main_visual .concept {
	overflow: hidden;
}
#main_visual .title::before,#main_visual .concept::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	background: #FFF;
	width: 100%;
	height: 100%;
	z-index: 10
}
#main_visual .title h1 {
	opacity: 0;
}
#main_visual .title .aw {
	width: 50%;
	margin: 5% 0;
	line-height: 0;
}
.ac #main_visual .title::before,.ac #main_visual .concept::before {
	animation: 1.2s open1 0.2s forwards;
}
#main_visual .title h1,#main_visual .title .aw ,#main_visual .concept img {
	opacity: 0;
}
.ac #main_visual .title h1,.ac #main_visual .title .aw,.ac #main_visual .concept img {
	animation: 1s fade 0.5s forwards;
}
#main_visual .list {
	transform: translate(0,100%)
}
.ac #main_visual .list {
	animation: 1s open2 2.2s forwards;
}
@keyframes zoom {
	0% {
		opacity: 0;
		transform: scale(1.2)
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		transform: scale(1)
	}
}
@keyframes zoom1 {
	0% {
		transform: scale(1.2)
	}
	100% {
		transform: scale(1)
	}
}
@keyframes link {
	0% {
		transform: translate(0,0)
	}
	50% {
		transform: translate(5px,0)
	}
	100% {
		transform: translate(0,0)
	}	
}
@keyframes line1 {
	0% {
		left: -100%;
	}
	100% {
		left: 0;
	}	
}
@keyframes line2 {
	0% {
		left: 100%;
	}
	100% {
		left: 0;
	}	
}
@keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}	
}
@keyframes open1 {
	0% {
		left: -100%
	}
	30% {
		left: 0%
	}
	60% {
		left: 0;
	}
	100% {
		left: 100%
	}	
}
@keyframes open2 {
	0% {
		transform: translate(0,100%)
	}
	100% {
		transform: translate(0%)
	}	
}