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

html,
body {
	padding: 0;
	margin: 0;
}
img,svg {
	width: 100%;
	border:none;
}
ul,li {
	list-style: none;
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,p,a {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #000;
}

#br {
	line-height: 2;
	font-size: 12px;
	letter-spacing: 0.6px;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	background: #99a6aa;
	font-weight: 500;
	padding: 0 0 5%
}
@media only screen and (min-width: 769px)  {
	#br {
		padding: 20px 0 5%;
	}	
}


#main_visual {
	position: relative;
	width: 100%;
	max-width: 1350px;
	margin: 0 auto;
}
#main_visual .title {
	max-width: 650px;
	padding: 15% 0 0;
	margin: 0 auto 8%;
}
#main_visual .logo {
	width: 20%;
	margin: 0 auto;
	line-height: 0;
}
#main_visual h1 {
	width: 80%;
	margin: 5% auto 5px;
	line-height: 0;
}
#main_visual .sub {
	width: 50%;
	margin: 0 auto;
	line-height: 0;
}
#main_visual ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	position: relative;
}
#main_visual ul li {
	position: relative;
	padding: 5%;
}
#main_visual ul li .img {
	line-height: 0;
	box-sizing: border-box;
	padding: 5%;
}
#main_visual ul li .no {
	width: 8%;
	max-width: 24px;
	line-height: 0;
	margin: 5% auto 0;
}
#main_visual ul li .brill {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70%;
	transform: translate(-50%,-50%);
}
#main_visual .read_p {
    display: none;
}
#main_visual .read {
	border-top: 1px solid #000;
	box-sizing: border-box;
	padding: 15% 5% 5%
}
#main_visual ul::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	background: #000;
}
#main_visual ul li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000;
}
@media only screen and (min-width: 769px)  {
	#main_visual {
		box-sizing: border-box;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		border-top: 1px solid #000
	}	
	#main_visual .title {
		padding: 5% 0 0;
		margin: 0 auto 2.5%;
	}
	#main_visual ul {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
	}	
	#main_visual ul li {
		box-sizing: border-box;
	}	
	#main_visual ul li {
		padding: 5%;
	}	
	#main_visual ul::before {
		content: "";
		position: absolute;
		top: 0;
		left: 33%;
		width: 1px;
		height: 100%;
		background: #000;
	}
	#main_visual ul::after {
		content: "";
		position: absolute;
		top: 0;
		left: 66%;
		width: 1px;
		height: 100%;
		background: #000;
	}
	#main_visual ul li .brill {
		height: 100%;
	}
	#main_visual ul li .brill img {
		display: none;
	}
	#main_visual .read_p {
		display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%,-50%);
	}
	#main_visual .read {
		display: none;
		box-sizing: border-box;
		padding: 5% 25%;
	}
}


#main_contents {
	width: 100%;
	margin: 5% auto;
}
#main_contents .section {
	margin: 10% auto;
	position: relative;
	max-width: 1350px;
	border-top: 1px solid #000;
}
#main_contents .section .main_box {
	position: relative;
	margin: 15% auto;
}
#main_contents .section .main_box .no {
	width: 20%;
	margin: 0 0 0 5%;
	padding-top: 5%;
	line-height: 0;
}
#main_contents .section .main_box .img {
	width: 100%;
	margin: -10% 0 0 -5%;
	line-height: 0;
}
#main_contents .section:nth-of-type(even) .main_box .img {
	margin: -10% 0 0 0;
}
#main_contents .section .main_box .copy {
	writing-mode: vertical-rl;
	position: absolute;
	top: 0;
	right: 4%;
	height: 100%;
}
#main_contents .section .main_box .copy p span {
	font-size: 14px;
	font-weight: 600;
	border: 1px solid #000;
	margin: 0 0 0 5px;
	border-radius: 0px;
	padding: 5% 2px;
	box-sizing: border-box;
	display: inline-block;
	background: rgba(255,255,255,0.4)
}
#main_contents .section .main_box h2{
	width: 90%;
	margin: 0 auto;
}
@media only screen and (min-width: 769px)  {
	#main_contents .section {
		margin: 5% auto;
		position: relative;
		max-width: 1350px;
		border-bottom: 1px solid #000;
		box-sizing: border-box;
	}
	#main_contents .section::before {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		width: 1px;
		height: 100%;
		background: #000;
	}
	#main_contents .section .main_box {
		width: 50%;
		margin: 0;
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		box-sizing: border-box;
		padding: 7%;
		border-left: 1px solid #000;

	}
	#main_contents .section:nth-of-type(even) .main_box {
		left: auto;
		right: 0;
		border-right: 1px solid #000;
		border-left: none;

	}
	#main_contents .section .main_box .inner {
		width: 100%;
		height: 100vh;
		position: sticky;
		top: 8vh;
	}
	/*#main_contents .section .main_box .inner .box {
		width: 100%;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0,-50%);
	}*/
	#main_contents .section .main_box .img {
		width: 100%;
		margin: -14% 0 0 -5%;
	}
	#main_contents .section:nth-of-type(even) .main_box .img {
		margin: -14% 0 0 0;
	}
	#main_contents .section .main_box h2{
		width: 90%;
		margin: 0 auto;
	}
}

#main_contents .section .look {
	position: relative;
	margin: 10% auto;
	box-sizing: border-box;
}
#main_contents .section .look ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	position: relative;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}
#main_contents .section .look ul::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	width: 100%;
	height: 1px;
	background: #000;
	z-index: 10
}
#main_contents .section .look ul::after {
	content: "";
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%,0);
	width: 1px;
	height: 100%;
	background: #000;
	z-index: 10
}
#main_contents .section .look ul li {
	line-height: 0;
	position: relative;
	box-sizing: border-box;
	padding: 0 8%;
}
@media only screen and (min-width: 769px)  {
	#main_contents .section .look {
		position: relative;
		border-right: 1px solid #000;
		width: 50%;
		margin: 0 0 0 50%;
	}
	#main_contents .section:nth-of-type(even) .look {
		border-right:none;
		border-left: 1px solid #000;
		margin: 0;
	}
	#main_contents .section .look ul {
		border-top: none;
	}
	#main_contents .section .look ul li {
		padding: 0 12%;
	}
}


#main_contents .section .review {
	position: relative;
	margin: 10% auto;
	box-sizing: border-box;
}
#main_contents .section .review h3 {
	width: 45%;
	margin-left: -2%;
	opacity: 0.3;
}
#main_contents .section .review ul {
	margin: 3% auto;
}
#main_contents .section .review ul li {
	position: relative;
	margin-bottom: 6%;
	padding-bottom: 6%;
	border-bottom: 1px solid rgba(0,0,0,1);
}
#main_contents .section .review ul li p {
	font-size: 12px;
	width: 84%;
	margin: 0 auto;
}
#main_contents .section .review ul li p:nth-of-type(2) {
	font-size: 10px;
	margin-top: 10px;
}
@media only screen and (min-width: 769px)  {
	#main_contents .section .review {
		width: 50%;
		margin: 0 0 0 50%;
		padding: 2% 0;
		border-right: 1px solid #000;
	}
	#main_contents .section:nth-of-type(even) .review {
		border-right:none;
		border-left: 1px solid #000;
		margin: 0;
	}
	#main_contents .section .review h3 {
		width: 30%;
		margin-left: 0%;
	}
}
#main_contents .section .data {
	position: relative;
	margin: 10% auto 20%;
	box-sizing: border-box;
}
#main_contents .section .data p {
	font-size: 16px;
	text-align: center;
	font-weight: 600;
	line-height: 1.4;
}
#main_contents .section .data .buy {
	border: 1px solid #000;
	width: 80%;
	margin: 5% auto;
	line-height: 0;
	border-radius: 100px;
	background: rgba(255,255,255,0.4)
}
#main_contents .section .data .buy img {
	box-sizing: border-box;
	padding: 5% 20%;
	
}
@media only screen and (min-width: 769px)  {
	#main_contents .section .data {
		width: 50%;
		margin: 0 0 0 50%;
		border-right: 1px solid #000;
		padding-bottom: 5%;
	}	
	#main_contents .section:nth-of-type(even) .data {
		border-right:none;
		border-left: 1px solid #000;
		margin: 0;
	}	
	#main_contents .section .data .buy {
		border: 1px solid #000;
		width: 40%;
		margin: 5% auto;
		line-height: 0;
		border-radius: 100px
	}
	
}

#main_visual ul li .img {
	opacity: 0;
	transition: 0.8s all 1s ease;
}
#main_visual ul li:nth-of-type(2) .img {
	transition-delay:1.2s
}
#main_visual ul li:nth-of-type(3) .img {
	transition-delay: 1.4s
}
#main_visual ul li:nth-of-type(4) .img {
	transition-delay: 1.6s
}
#main_visual ul li:nth-of-type(5) .img {
	transition-delay: 1.8s
}
#main_visual.ac ul li .img {
	opacity: 1;
}

.svg {
	overflow: hidden;
}
.svg path {
	transform: translate(0%);
	opacity: 0;
	transition: 0.1s all 0s ease;
}
.svg path:nth-of-type(2) {
	transition-delay: 0.05s;
}
.svg path:nth-of-type(3) {
	transition-delay: 0.1s;
}
.svg path:nth-of-type(4) {
	transition-delay: 0.15s;
}
.svg path:nth-of-type(5) {
	transition-delay: 0.2s;
}
.svg path:nth-of-type(6) {
	transition-delay: 0.15s;
}
.svg path:nth-of-type(7) {
	transition-delay: 0.3s;
}
.svg path:nth-of-type(8) {
	transition-delay: 0.35s;
}
.svg path:nth-of-type(9) {
	transition-delay: 0.4s;
}
.svg path:nth-of-type(10) {
	transition-delay: 0.45s;
}
.svg path:nth-of-type(11) {
	transition-delay: 0.5s;
}
.svg path:nth-of-type(12) {
	transition-delay: 0.55s;
}
.svg path:nth-of-type(13) {
	transition-delay: 0.6s;
}
.svg path:nth-of-type(14) {
	transition-delay: 0.65s;
}
.svg path:nth-of-type(15) {
	transition-delay: 0.7s;
}
.svg path:nth-of-type(16) {
	transition-delay: 0.75s;
}
.svg path:nth-of-type(17) {
	transition-delay: 0.8s;
}
.svg path:nth-of-type(18) {
	transition-delay: 0.85s;
}
.svg path:nth-of-type(19) {
	transition-delay: 0.9s;
}
.svg path:nth-of-type(20) {
	transition-delay: 0.95s;
}
.svg.ac path {
	transform: translate(0);
	opacity: 1
}
#main_contents .img {
	overflow: hidden;
}
#main_contents .img img {
	opacity: 0;
	transform: translate(0,20px);
	transition: 1s all 0s ease;
}
#main_contents .img.ac img {
	opacity: 1;
	transform: translate(0)
}


#mask-line {
	stroke-dasharray:4000px;
	animation:h-written 2s forwards;
	animation-delay: 1.2s;
    fill: none;
    stroke:#fff;
    stroke-miterlimit: 10;
    stroke-width: 13px;
	opacity: 0;
}

#text {
	mask:url(#mask-ani);
}
@keyframes h-written {
0% {
stroke-dashoffset:4000px;
}
	1% {
		opacity: 1;
	}
100% {
stroke-dashoffset:0px;
	opacity: 1;
}

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

