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

html,
body {
	padding: 0;
	margin: 0;
}
ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}
img,svg {
	width: 100%;
	border: none;
}
h1,h2,h3,h4,p,a {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #000;
}
.spv {
	display: block;
}
@media only screen and (min-width: 769px)  {
	.spv {
		display: none;
	}
	
}

#ch {
	position: relative;
	font-family: "Lusitana", serif;
}

#main_visual {
	position: relative;
	width: 100%;
	height: 100svh;
	overflow: hidden;
}
#main_visual h1 {
	position: relative;
	width: 55%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 100;
}
#main_visual h1 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#main_visual h1 span:nth-of-type(1) {
	position: relative;
}
#main_visual .logo {
	width: 20%;
	max-width: 100px;
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 100
}
#main_visual .visual {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: url("../img/main_s.jpg") no-repeat center center;
	background-size: cover;
	z-index: 0;
}
#main_visual::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 10px solid #FFF;
	box-sizing: border-box;
	z-index: 100;
}

@media only screen and (min-width: 769px)  {
	#main_visual .visual {
		background: url("../img/main_p.jpg") no-repeat center center;
		background-size: cover;
	}
	#main_visual h1 {
		width: 25%;
	}
}
#main_contents {
	position: relative;
}
#main_contents .box {
	position: relative;
}
#main_contents .box .read {
	position: relative;
	margin: 0% auto;
	width: 100%;
	padding: 65vh 0 0;
}
#main_contents .box .visual_box {
  position: absolute;
  top: 0;
  left: 25%;
  width: 75%;
  height: 86svh;
  clip-path: inset(0); /* 切り抜き */
  z-index: -1;
	overflow: hidden;
}
#main_contents .box .visual_box .bg {
  position: fixed; /* 背景を固定 */
  top: 12vh;
  width: 75%;
  height:86svh;
}

#main_contents .box:nth-of-type(1) .visual_box .bg {
	background: url("../img/visual-01.jpg") no-repeat center 15%;
	background-size: cover;
}
#main_contents .box:nth-of-type(2) .visual_box .bg {
	background: url("../img/visual-02.jpg") no-repeat center top;
	background-size: cover;
}
#main_contents .box .read .inner {
	width: 100%;
	background: #FFF;
	box-sizing: border-box;
	padding: 15% 0 25%;
	
}
#main_contents .box .read h2 {
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 1px;
	width: 80%;
	margin: 0 auto 10%;
}
#main_contents .box .read p {
	font-size: 10px;
	line-height: 2.6;
	letter-spacing: 0.5px;
	width: 80%;
	margin: 0 auto 10%;
}
@media only screen and (min-width: 769px)  {
	#main_contents .box .read {
		position: relative;
		margin: 0% auto;
		width: 100%;
		padding: 80vh 0 0;
	}
	#main_contents .box .visual_box {
	  position: absolute;
	  top: 1%;
	  left: 35%;
	  width: 65%;
	  height: 90%;
	  clip-path: inset(0); /* 切り抜き */
	  z-index: -1;
		overflow: hidden;
	}
	#main_contents .box .visual_box .bg {
	  position: fixed; /* 背景を固定 */
	  top: 10%;
	  width: 65%;
	  height:90%;
	}
	#main_contents .box .read .inner {
		width: 100%;
		background: #FFF;
		box-sizing: border-box;
		padding: 5% 0 0;

	}
	#main_contents .box .read h2 {
		font-size: 40px;
		width: 80%;
		margin: 0 auto 3%;
	}
	#main_contents .box .read p {
		font-size: 12px;
		width: 80%;
		margin: 0 auto 10%;
	}
}



#main_contents .box .look {
	position: relative;
	padding: 50px 0 0 0;
}
#main_contents .box .title {
	writing-mode: vertical-rl;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 100;
}
#main_contents .box .title h3 {
	position: sticky;
	top: 0;
	font-size: 18px;
	font-weight: 400;
	height: 100vh;
	box-sizing: border-box;
	padding: 10px;
}
@media only screen and (min-width: 769px)  {
	#main_contents .box .title {
		left: 5%;
	}
	#main_contents .box .title h3 {
		font-size: 24px;
		padding: 10px 0;
	}	
}

#main_contents .section {
	position: relative;
	box-sizing: border-box;
	margin: 0% auto 20%;
}
#main_contents .section .no {
	position: absolute;
	top: -40px;
	right: 10px;
	font-size: 24px;
	z-index: 10
}
#main_contents .section .img {
	line-height: 0;
	position: relative;
	/*overflow: hidden;*/
}
#main_contents .section .credit {
	font-size: 10px;
}
#main_contents .section .credit li a {
	display: block;
	margin-bottom: 10px;
	position: relative;
	
}
#main_contents .section .credit li a span {
	display: inline-block;
	background: #FFF;
	z-index: 10;
	position: relative;
	padding-right: 20px;
}
#main_contents .section .credit li a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	width: 100%;
	height: 1px;
	background: #000;
}
@media only screen and (min-width: 769px)  {
	#main_contents .section {
		width: 90%;
		margin: 0% auto 10%;
	}
	#main_contents .section .no {
		right: 0%;
		font-size: 34px;
	}
	#main_contents .section .credit {
		font-size: 12px;
	}
	#main_contents .section .credit li a {
		margin-bottom: 15px;

	}
}

/*LOOK1*/
#main_contents #look-01 .img:nth-of-type(1) {
	width: 75%;
	margin-left: 0%;
}
#main_contents #look-01 .img:nth-of-type(2) {
	width: 40%;
	margin: 10% 0 0 60%;
}
#main_contents #look-01 .img:nth-of-type(3) {
	width: 50%;
	margin: -15% 0 0 5%;
}
#main_contents #look-01 .img:nth-of-type(4) {
	width:50%;
	margin: 10% 0 0 45%;
}
#main_contents #look-01 .img:nth-of-type(5) {
	width: 40%;
	margin: -25% 0 0 0%;
}
#main_contents #look-01 .credit {
	position: absolute;
	top: 60%;
	left: 65%;
	width: 35%;
}
@media only screen and (min-width: 769px)  {
	#main_contents #look-01 .img:nth-of-type(1) {
		width: 45%;
		margin: 0 10%;
	}
	#main_contents #look-01 .img:nth-of-type(2) {
		width: 25%;
		margin: -25% 0 0 65%;
	}
	#main_contents #look-01 .img:nth-of-type(3) {
		width: 25%;
		margin: 0% 0 0 25%;
	}
	#main_contents #look-01 .img:nth-of-type(4) {
		width: 40%;
		margin: -20% 0 0 60%;
	}
	#main_contents #look-01 .img:nth-of-type(5) {
		width: 20%;
		margin: -25% 0 0 0%;
	}
	#main_contents #look-01 .credit {
		top: auto;
		bottom: 10%;
		left: 25%;
		width: 25%;
	}
	
}


/*LOOK2*/
#main_contents #look-02 .img:nth-of-type(1) {
	width: 75%;
	margin:0 auto
}
#main_contents #look-02 .img:nth-of-type(2) {
	width: 45%;
	margin: 10% 0 0 0%;
}
#main_contents #look-02 .img:nth-of-type(3) {
	width: 35%;
	margin: -10% 0 0 60%;
}
#main_contents #look-02 .img:nth-of-type(4) {
	width:55%;
	margin: -10% 0 0 0;
}
#main_contents #look-02 .img:nth-of-type(5) {
	width: 35%;
	margin: -25% 0 0 65%;
}
#main_contents #look-02 .credit {
	position: absolute;
	top: 40%;
	left: 60%;
	width: 40%;
}
@media only screen and (min-width: 769px)  {
	#main_contents #look-02 .img:nth-of-type(1) {
		width: 45%;
		margin:0 0 0 45%
	}
	#main_contents #look-02 .img:nth-of-type(2) {
		width: 25%;
		margin: -25% 0 0 5%;
	}
	#main_contents #look-02 .img:nth-of-type(3) {
		width: 20%;
		margin: 0 0 0 45%;
	}
	#main_contents #look-02 .img:nth-of-type(4) {
		width:40%;
		margin: -10% 0 0 0;
	}
	#main_contents #look-02 .img:nth-of-type(5) {
		width: 25%;
		margin: -30% 0 0 65%;
	}
	#main_contents #look-02 .credit {
		top: 55%;
		left: 70%;
		width: 25%;
	}
}

/*LOOK3*/
#main_contents #look-03 .img:nth-of-type(1) {
	width: 50%;
	margin:0;
}
#main_contents #look-03 .img:nth-of-type(2) {
	width: 45%;
	margin: -20% 0 0 55%;
}
#main_contents #look-03 .img:nth-of-type(3) {
	width: 35%;
	margin: -10% 0 0 5%;
}
#main_contents #look-03 .img:nth-of-type(4) {
	width:80%;
	margin: 10% 0 0 20%;
}
#main_contents #look-03 .credit {
	position: absolute;
	top: 45%;
	left: 50%;
	width: 50%;
}
@media only screen and (min-width: 769px)  {
	#main_contents #look-03 .img:nth-of-type(1) {
		width: 30%;
		margin:0 0 0 50%;
	}
	#main_contents #look-03 .img:nth-of-type(2) {
		width: 40%;
		margin: -20% 0 0 0;
	}
	#main_contents #look-03 .img:nth-of-type(3) {
		width: 25%;
		margin: 10% 0 10% 25%;
	}
	#main_contents #look-03 .img:nth-of-type(4) {
		width:40%;
		margin: -65% 0 0 60%;
	}
	#main_contents #look-03 .credit {
		top: auto;
		bottom: 25%;
		left: 10%;
		width: 25%;
	}
	
}

/*LOOK4*/
#main_contents #look-04 .img:nth-of-type(1) {
	width: 75%;
	margin-left: 0%;
}
#main_contents #look-04 .img:nth-of-type(2) {
	width: 40%;
	margin: 10% 0 0 55%;
}
#main_contents #look-04 .img:nth-of-type(3) {
	width: 45%;
	margin: -15% 0 0 0%;
}
#main_contents #look-04 .img:nth-of-type(4) {
	width:60%;
	margin: 10% 0 0 40%;
}
#main_contents #look-04 .img:nth-of-type(5) {
	width: 35%;
	margin: -30% 0 0 0%;
}
#main_contents #look-04 .credit {
	position: absolute;
	top: 56%;
	left: 60%;
	width: 40%;
}
@media only screen and (min-width: 769px)  {
	#main_contents #look-04 .img:nth-of-type(1) {
		width: 45%;
		margin: 0 10%;
	}
	#main_contents #look-04 .img:nth-of-type(2) {
		width: 25%;
		margin: -25% 0 0 65%;
	}
	#main_contents #look-04 .img:nth-of-type(3) {
		width: 25%;
		margin: 0% 0 0 25%;
	}
	#main_contents #look-04 .img:nth-of-type(4) {
		width: 40%;
		margin: -20% 0 0 60%;
	}
	#main_contents #look-04 .img:nth-of-type(5) {
		width: 20%;
		margin: -25% 0 0 0%;
	}
	#main_contents #look-04 .credit {
		top: auto;
		bottom: 10%;
		left: 25%;
		width: 25%;
	}
	
	
}

/*LOOK5*/
#main_contents #look-05 .img:nth-of-type(1) {
	width: 70%;
	margin:0 auto;
}
#main_contents #look-05 .img:nth-of-type(2) {
	width: 50%;
	margin: 10% 0 0 45%;
}
#main_contents #look-05 .img:nth-of-type(3) {
	width: 35%;
	margin: -10% 0 0 0%;
}
#main_contents #look-05 .img:nth-of-type(4) {
	width:80%;
	margin: 10% 0 0 20%;
}
#main_contents #look-05 .credit {
	position: absolute;
	top: 55%;
	left: 50%;
	width: 50%;
}
@media only screen and (min-width: 769px)  {
	#main_contents #look-05 .img:nth-of-type(1) {
		width: 30%;
		margin:0 0 0 50%;
	}
	#main_contents #look-05 .img:nth-of-type(2) {
		width: 40%;
		margin: -25% 0 0 0;
	}
	#main_contents #look-05 .img:nth-of-type(3) {
		width: 25%;
		margin: 20% 0 0 25%;
	}
	#main_contents #look-05 .img:nth-of-type(4) {
		width:40%;
		margin: -65% 0 20% 60%;
	}
	#main_contents #look-05 .credit {
		top: auto;
		bottom: 25%;
		left: 10%;
		width: 25%;
	}
	
}
/*LOOK6*/
#main_contents #look-06 .img:nth-of-type(1) {
	width: 75%;
	margin-left: 0%;
}
#main_contents #look-06 .img:nth-of-type(2) {
	width: 40%;
	margin: 10% 0 0 60%;
}
#main_contents #look-06 .img:nth-of-type(3) {
	width: 50%;
	margin: -15% 0 0 0%;
}
#main_contents #look-06 .img:nth-of-type(4) {
	width:50%;
	margin: 10% 0 0 45%;
}
#main_contents #look-06 .img:nth-of-type(5) {
	width: 40%;
	margin: -25% 0 0 0%;
}
#main_contents #look-06 .credit {
	position: absolute;
	top: 56%;
	left: 60%;
	width: 40%;
}
@media only screen and (min-width: 769px)  {
	#main_contents #look-06 .img:nth-of-type(1) {
		width: 45%;
		margin:0 0 0 10%
	}
	#main_contents #look-06 .img:nth-of-type(2) {
		width: 25%;
		margin: -25% 0 0 65%;
	}
	#main_contents #look-06 .img:nth-of-type(3) {
		width: 20%;
		margin: 0% 0 0 42%;
	}
	#main_contents #look-06 .img:nth-of-type(4) {
		width:40%;
		margin: -10% 0 0 0;
	}
	#main_contents #look-06 .img:nth-of-type(5) {
		width: 25%;
		margin: -30% 0 0 65%;
	}
	#main_contents #look-06 .credit {
		top: 55%;
		left: 70%;
		width: 25%;
	}
}
/*LOOK7*/
#main_contents #look-07 .img:nth-of-type(1) {
	width: 50%;
	margin:0 0 0 50%;
}
#main_contents #look-07 .img:nth-of-type(2) {
	width: 75%;
	margin: 10% auto;
}
#main_contents #look-07 .img:nth-of-type(3) {
	width: 35%;
	margin: 0% 0 0 5%;
}
#main_contents #look-07 .img:nth-of-type(4) {
	width:70%;
	margin: 5% 0 0 30%;
}
#main_contents #look-07 .credit {
	position: absolute;
	top: 58%;
	left: 60%;
	width: 40%;
}
@media only screen and (min-width: 769px)  {
	#main_contents #look-07 .img:nth-of-type(1) {
		width: 40%;
		margin:0 0 0 5%;
	}
	#main_contents #look-07 .img:nth-of-type(2) {
		width: 25%;
		margin: -30% 0 0 60%;
	}
	#main_contents #look-07 .img:nth-of-type(3) {
		width: 30%;
		margin: 0% 0 0 10%;
	}
	#main_contents #look-07 .img:nth-of-type(4) {
		width:40%;
		margin: -15% 0 0 50%;
	}
	#main_contents #look-07 .credit {
		position: absolute;
		top: 45%;
		left: 60%;
		width:25%;
	}
	
}
/*LOOK8*/
#main_contents #look-08 .img:nth-of-type(1) {
	width: 75%;
	margin:0 auto
}
#main_contents #look-08 .img:nth-of-type(2) {
	width: 45%;
	margin: 10% 0 0 0%;
}
#main_contents #look-08 .img:nth-of-type(3) {
	width: 35%;
	margin: -10% 0 0 60%;
}
#main_contents #look-08 .img:nth-of-type(4) {
	width:55%;
	margin: -10% 0 0 0;
}
#main_contents #look-08 .img:nth-of-type(5) {
	width: 60%;
	margin: 10% 0 0 25%;
}
#main_contents #look-08 .credit {
	position: absolute;
	top: 34%;
	left: 60%;
	width: 40%;
}
@media only screen and (min-width: 769px)  {
	#main_contents #look-08 .img:nth-of-type(1) {
		width: 45%;
		margin:0 0 0 45%
	}
	#main_contents #look-08 .img:nth-of-type(2) {
		width: 25%;
		margin: -25% 0 0 5%;
	}
	#main_contents #look-08 .img:nth-of-type(3) {
		width: 20%;
		margin: 0 0 0 45%;
	}
	#main_contents #look-08 .img:nth-of-type(4) {
		width:40%;
		margin: -10% 0 0 0;
	}
	#main_contents #look-08 .img:nth-of-type(5) {
		width: 25%;
		margin: -30% 0 0 65%;
	}
	#main_contents #look-08 .credit {
		top: 55%;
		left: 70%;
		width: 25%;
	}
}
#main_foot {
	position: relative;
}
#main_foot .logo {
	width: 30%;
	margin:15% 10%;
	filter: invert(1)
	
}
#main_foot a {
	display: block;
	margin-bottom: 10px;
	position: relative;
	width: 40%;
	margin: 5% 0 0 50%;
	font-size: 18px;
	
}
#main_foot a span {
	display: inline-block;
	background: #FFF;
	z-index: 10;
	position: relative;
	padding-right: 20px;
}
#main_foot a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	width: 100%;
	height: 1px;
	background: #000;
}
@media only screen and (min-width: 769px)  {
	#main_foot {
		display: grid;
		grid-template-columns: 1fr 1fr;
		width: 50%;
		margin: 0 auto;
		padding: 10% 0
	}
	#main_foot .logo {
		width: 40%;
		margin: 0 auto;
		grid-column: 1/2;
		grid-row: 1/2;
		line-height: 0;

	}
	#main_foot a {
		display: block;
		margin-bottom: 0px;
		position: relative;
		width: 50%;
		margin: 0 auto;
		font-size: 18px;
		padding-top: 10px;

	}
	
}







#main_visual .visual {
	opacity: 0;
}
#main_visual.in .visual {
	animation: 2s keyvisual ease-out 1.8s forwards;
}
#main_visual h1 {
	filter: invert(1);
}
#main_visual.in h1 {
	animation: 1.5s title-reverse 2s forwards;
}
#main_visual h1 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	filter: blur(10px);
}
#main_visual.in h1 span:nth-of-type(1) {
	animation: 1.5s title-open 0s forwards;
}
#main_visual.in h1 span:nth-of-type(2) {
	animation: 1.5s title-open 0.5s forwards;
}
#main_visual.in h1 span:nth-of-type(3) {
	animation: 1.5s title-open 1s forwards;
}
.img {
	opacity: 0;
	transform: translate(0,20px);
	transition: 1.8s all 0s ease;
}
.img.ac {
	opacity: 1;
	transform: translate(0);
}
.anim {
	opacity: 0;
	filter: blur(10px);
	transition: 2s all 0s ease;
}
.anim.ac {
	opacity: 1;
	filter: blur(0px);
}
@keyframes keyvisual {
	0% {
		opacity: 0;
		filter: blur(10px);
	}
	100% {
		opacity: 1;
		filter: blur(0px);

	}
}
@keyframes title-reverse {
	0% {
		filter: invert(1)
	}
	100% {
		filter: invert(0)
	}
}

@keyframes title-open {
	0% {
		opacity: 0;
		filter: blur(10px);
	}
	100% {
		opacity: 1;
		filter: blur(0px);
	}
}





.modal {
	width: 100%;
	position: relative;
	box-sizing: border-box;
	background: #fff;
	color: #000;
	font-family: "Lusitana", serif;
	max-width: 1100px;
	margin: 0 auto;
}


.modal .main {
	width:100%;
	height: 100%;
/*	padding: 20px;
	box-sizing: border-box;*/
	position: relative;
}
.modal .main .base {
	z-index: -1;
}
.modal .main .slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.modal .main .slide_cont {
	width: 100%;
	height: 100%;
}
@media only screen and (min-width: 769px)  {

	.modal .main {
		width:50%;
		height: 100%;
	/*	padding: 20px;
		box-sizing: border-box;*/
		position: relative;
	}
	
	
}


.modal .item  {
	width: 60%;
	margin: 5% 0 0 35%;
}
.modal .item ul li a,.modal .item ul li p {
	display: block;
	text-align: left;
	font-size: 12px;
	position: relative;
	line-height: 1.6;
	overflow: hidden;
	transition: 0.6s all 0s ease;
	margin: 0 0 10px;
	position: relative;
}

.modal .item ul li a span {
	display: inline-block;
	background: #FFF;
	z-index: 10;
	position: relative;
	padding-right: 20px;
}
.modal .item ul li a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	width: 100%;
	height: 1px;
	background: #000;
}

.modal .nav {
	position: relative;
	box-sizing: border-box;
	z-index: 100;
	text-align: left;
	padding: 5%;
}

.modal .nav .tit {
	font-size: 24px;
	margin-bottom: 5%;
}
.modal .nav .style {
	font-size: 12px;
}
.modal .remodal-close {
  position: relative;
  top: auto;
	left: auto;
  display: block;
  width: 60px;
  cursor: pointer;
  border: 0;
  outline: 0;
  background: transparent;
	padding: 0;
	line-height: 0;
	margin: 15% auto;
}
.modal .remodal-close img {
	width: 100%;
}
@media only screen and (min-width: 769px)  {
	.modal .inner {
		position: absolute;
		top: 50%;
		left: 60%;
		width: 40%;
		transform: translate(0,-50%);
	}
	.modal .nav {
		padding: 5% 0;
	}
	.modal .item  {
		width: 60%;
		margin: 10% 0
	}
	.modal .remodal-close {
		margin: 15% 0 0;
	}
}

.slick-dotted.slick-slider {
	margin: 0;
}
.slick-prev, .slick-next {
	width: 10px;
	height: auto;
}
.slick-prev:before,.slick-next:before {
	content: "";
}
.slick-prev {
	left: 10px;
	z-index: 100;
}
.slick-next {
	right: 10px;
	z-index: 100;
}
.slick-dots {
	bottom: 10px;
}
.slick-dots li button:before {
	color: #fff
}
.slick-dots li.slick-active button:before {
	color: #FFF;
}

