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

html,
body {
	padding: 0;
	margin: 0;
	background: #590e0e;
	color: #000;
	font-family: "loretta-display", serif;
}
ul,li {
	list-style: none;
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,p,a {
	padding: 0;
	margin: 0;
	color: #590e0e;
}
img,svg {
	width: 100%;
}
button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	font-family: "loretta-display", serif;}
#ch {
	position: relative;
	width: 100%;
}
#ch .pcv {
	display: none;
}
@media only screen and (min-width: 769px)  {
	#ch .pcv {
		display: block;
	}
	#ch .spv {
		display: none;
	}	
}


#main_visual {
	position: relative;
	width: 100%;
	
}
#main_visual .main {
	position: relative;
	width: 100%;
	height: 100svh;
	overflow: hidden;
}
#main_visual .visual {
	background: url("../img/main_s.webp") no-repeat center top;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#main_visual .title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	opacity: 0.5;
}
#main_visual .title h1 {
	line-height: 0;
	padding: 10% 0
}
#main_visual .title .logo {
	line-height: 0;
	width: 20%;
	margin: 0 auto;
}
#main_visual .title .copy {
	line-height: 0;
	width: 45%;
	margin: 0 auto;
}
@media only screen and (min-width: 769px)  {
	#main_visual .visual {
		background: url("../img/main_p.webp") no-repeat center top;
		background-size: cover;
	}
	#main_visual .title h1 {
		padding: 6% 0
	}
	#main_visual .title .logo {
		width: 8%;
	}
	#main_visual .title .copy {
		width: 20%;
	}
}
#main_visual .read {
	position: relative;
	padding: 25% 0;
	z-index: 20;
	text-align: center;
}
#main_visual .read h2 span {
	display: inline-block;
	text-align: center;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 3;
	color: #fff;
	opacity: 0.6;
}
@media only screen and (min-width: 769px)  {
	#main_visual .read {
		padding: 10% 0;
	}
	
}


#main_contents {
	position: relative;
}
#main_contents .nav {
	position: absolute;
	top: 10px;
	left: 10px;
	writing-mode: vertical-rl;
	z-index: 10;
	width: 14px;
	height: 100%;
	opacity: 0.6
}
#main_contents .nav .inner {
	position: sticky;
	top: 10px;
	width: 100%;
	height: 100svh;
}
#main_contents .nav .icon {
	width: 14px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 0;
}
#main_contents .nav h3 {
	font-size: 10px;
	font-weight: 400;
	padding-top: 50px;
	text-align: left;
	line-height: 14px;
	color: #FFF;
}
#main_contents .img {
	line-height: 0;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}

#main_contents .section {
	position: relative;
	box-sizing: border-box;
}
#main_contents .section .btn {
	display: block;
	writing-mode: vertical-rl;
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 10px;
	color: #FFF;
	opacity: 0.6;
}
#main_contents .read {
	position: relative;
	padding: 25% 0;
	z-index: 20;
	text-align: center;
}
#main_contents .read h2 span {
	display: inline-block;
	text-align: center;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 3;
	color: #fff;
	opacity: 0.6;
}
@media only screen and (min-width: 769px)  {
	#main_contents .read {
		padding: 10% 0;
	}
	#main_contents .section .btn {
		font-size: 11px;

	}
}


/*#main_contents .section.w100 img {
	width: 200%;
	margin-left: -50%;
	
}*/

#main_contents .section.grid2 .look {
	display: block;
}
#main_contents .section.grid1_2 .look {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
#main_contents .section.grid1_2 .look .img:nth-of-type(1) {
	grid-column: 1/3;
	grid-row: 1/3
}
#main_contents .section .p_left {
	margin-left: 8%;
	width: 92%;
}
#main_contents .section .p_right {
	margin-right: 8%;
	width: 92%;
}
#main_contents .section .p_top {
	margin-top: 8%;
}
#main_contents .section .txt {
	position: relative;
}
#main_contents .section .txt h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	text-align: center;
	overflow: hidden;
}
#main_contents .section .txt h2 span {
	display: inline-block;
	text-align: center;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 3;
	color: #fff;
	opacity: 0.6;
}
#foot {
	position: relative;
}
#foot .img {
	line-height: 0;
}
#foot .foot_tit {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 45%;
	max-width: 250px;
	transform: translate(-50%,-50%);
	text-align: center;
}
#foot .all a {
	display: inline-block;
	text-align: center;
	color: #FFF;
	margin: 22% auto;
	text-decoration: none;
	padding-bottom: 10px;
	border-bottom: 1px solid #FFF;
	font-size: 16px;
	letter-spacing: 1px;
	
}
#foot .logo {
	width: 60%;
	margin: 0 auto;
	
}
@media only screen and (min-width: 769px)  {
	#main_contents .section.grid2 {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	#main_contents .section.grid1_2 .look {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
	}
	#main_contents .section .p_left {
		margin-left: 0;
		width: 100%;
	}
	#main_contents .section .p_right {
		margin-right: 0;
		width: 100%;
	}
	#main_contents .section .p_top {
		margin-top: 0;
	}	
}



.modal {
	position: relative;
	color: #590e0e;
	padding-top: 25%;
	font-family: "loretta-display", serif;
}
.modal h3 {
	width: 85%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10
}
.modal .copy {
	position: absolute;
	top: 2%;
	left: 10px;
	z-index: 10
}
.modal .copy p {
	margin: 0;
	padding: 0;
	writing-mode: vertical-rl;
	font-size: 9px;
	text-align: left;
}
.modal .box{
	position: relative;
	margin: 0 auto
}
.modal .main {
	width: 100%;
}
.modal .item {
	position: relative;
}
.modal .item ul {
	width: 90%;
	margin: 10% auto;
	position: relative;
}
.modal .item li {
	position: relative;
	margin: 5% auto;
}
.modal .item li .img {
	width: 35%;
}
.modal .item li .in {
	width: 60%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	text-align: left;
	font-size: 10px;
}
.modal .item li .in .cate {
	font-weight: 500;
	font-size: 12px;
}
.modal .item li .in .name {
	font-weight: 400;
	padding: 10px 0 10px;
}
.modal .item li .in .buy {
	text-align: right;
	border-bottom: 1px solid #590e0e;
	font-weight: 600;
	line-height: 0.6;
	font-size: 12px;
}
.modal .item li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.modal .foot {
	background: #590e0e;
	padding: 10% 0;
	text-align: center;
}
.modal .foot span {
	display: block;
	color: #ddd;
	letter-spacing: 1px;
}
.modal .list {
	
}
.modal .list ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 5px;
	margin-bottom: 5px;
}
.modal .list ul li {
	line-height: 0;
	position: relative;
}
@media only screen and (min-width: 769px)  {
	.modal {
		position: relative;
		color: #590e0e;
		padding-top: 10%;
	}
	.modal h3 {
		width: 64%;
		position: absolute;
		top: 0;
		right: 0;
	}
	.modal .copy {
		position: absolute;
		top: 2%;
		left: 10px;
	}
	.modal .copy p {
		margin: 0;
		padding: 0;
		writing-mode: vertical-rl;
		font-size: 12px;
		text-align: left;
	}
	.modal .main {
		width: 55%;
	}
	.modal .item {
		width: 42%;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.modal .item li .img {
		width: 24%;
	}
	.modal .item li .in {
		width: 66%;
		position: absolute;
		top: 50%;
		right: 5%;
		transform: translate(0,-50%);
		text-align: left;
		font-size: 12px;
	}
	.modal .item li .in .cate {
		font-weight: 500;
		font-size: 13px;
	}
	.modal .item li .in .buy {
		text-align: right;
		border-bottom: 1px solid #590e0e;
		font-weight: 600;
		line-height: 0.6;
		font-size: 14px;
	}
	.modal .item ul {
		margin: 0 auto;
	}
	.modal .item li {
		margin: 5% auto 0;
	}
	.modal .foot {
		margin-top: 5%;
	}
	.modal .list ul {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-gap: 5px;
		margin-bottom: 5px;
	}
}

#main_visual .visual {
	opacity: 0;
}
.ac #main_visual .visual {
	animation: visual_open 1.5s 1.2s forwards;
}
#main_visual h1 svg {
	fill:#FFF;
	overflow: hidden;
}
#main_visual h1 svg path {
	transform: translate(0,100%);
}
.ac #main_visual h1 svg path {
	animation: title_open 0.8s 0s forwards;
}
.ac #main_visual h1 svg path:nth-of-type(2) {
	animation-delay: 0.1s
}
.ac #main_visual h1 svg path:nth-of-type(3) {
	animation-delay: 0.2s
}
.ac #main_visual h1 svg path:nth-of-type(4) {
	animation-delay: 0.3s
}
.ac #main_visual h1 svg path:nth-of-type(5) {
	animation-delay: 0.4s
}
.ac #main_visual h1 svg path:nth-of-type(6) {
	animation-delay: 0.5s
}
.ac #main_visual h1 svg path:nth-of-type(7) {
	animation-delay: 0.6s
}
.ac #main_visual h1 svg path:nth-of-type(8) {
	animation-delay: 0.7s
}
#main_visual .logo,#main_visual .copy {
	opacity: 0;
}
.ac #main_visual .logo,.ac #main_visual .copy {
	animation: fade 0.8s 1.2s forwards;
}
.read h2 span,#main_contents .section .txt h2 span {
	overflow: hidden;
	position: relative;
}
.read h2 span::before,#main_contents .section .txt h2 span::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #590e0e;
	display: block;
	z-index: 10
}
.ac.read h2 span::before,#main_contents .section .txt h2 span::before {
	animation: read_open 1s 0s forwards;
}
.ac.read h2 span:nth-of-type(2)::before,#main_contents .section .txt h2 span:nth-of-type(2)::before {
	animation: read_open 1s 0.8s forwards;
}
.img,.list li {
	overflow: hidden;
}
/*.img img,.list li img {
	opacity: 0;
}
.ac.img img,.list li.ac img {
	animation: fade 1.8s 0s forwards;
}*/
@keyframes visual_open{
	0% {
		opacity: 0;
		transform: scale(1.1);
	}
	100% {
		opacity: 1;
		transform: scale(1)
	}
}
@keyframes title_open{
	0% {
		opacity: 0;
		transform: translate(0,100%)
	}
	100% {
		opacity: 1;
		transform: translate(0)
	}
}
@keyframes read_open{
	0% {
		transform: translate(0)
	}
	100% {
		transform: translate(100%,0)
	}
}
@keyframes fade{
	0% {
		opacity: 0;
		transform: translate(0,-5%) scale(1.1);
	}
	100% {
		opacity: 1;
		transform: translate(0,0) scale(1);
	}
}




		.modal-wrapper {	
			z-index: 999; 
			position: absolute;		
			top: 0; 	
			left: 0;	
			width:100%;	
			text-align: center;		
		}				
		.modal-wrapper:not(:target) {
			opacity: 0; 
			height: 0;		
			visibility: hidden; 
			transition: opacity .3s, visibility .3s;	
		}		
		.modal-wrapper:target { 	
			opacity: 1; 	
			height: 100%;	
			visibility: visible;	
			transition: opacity .4s, visibility .4s;
		}	
		.modal-wrapper::after { 	
			display: inline-block; 	
			height: 100%; 	
			margin-left: -.05em;  	
			vertical-align: middle; 
			content: ""		
		}		
		.modal-wrapper .modal-window {  
			box-sizing: border-box;		
			display: inline-block; 	
			z-index: 20; 		
			position: relative;		
			width: 100%; 		
			border-radius: 2px;	
			background: #fff; 	
			vertical-align: middle	
		}	
		.modal-wrapper .modal-window .modal-content { 
			/* height: 100vh;*/  	
			overflow-y: auto; 	
			text-align: left;	
		}	
		.modal-wrapper:not(:target) .modal-window,.modal-wrapper:not(:target) .modal-window .modal-content { 		
			height: 0;		
		}		
		.modal-wrapper:target .modal-window,.modal-wrapper:target .modal-window .modal-content { 	
			height: auto;	
		}		
		.modal-overlay { 	
			z-index: 10; 		
			position: absolute; 	
			top: 0; 		
			right: 0;  		
			bottom: 0; 	
			left: 0; 			
			background: rgba(0, 0, 0, .8)		
		}	
