@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;
}
.u_main {
	padding-top: 0!important;
}
.header,.header_menu,.hamburger {
	display: none!important;
}
#lp_wrap {
	position: relative;
	font-family: "Shippori Mincho", serif;
	margin-bottom:0;
	background: #111;
	padding:0 0 10%;
}
@media only screen and (max-width: 768px)  {
	
	
}

#main_visual {
	width: 100%;
	height: 100svh;
	position: relative;
}
#main_visual .visual {
	background: url("../img/visual_p.jpg") no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#main_visual h1 {
	position: absolute;
	top:auto;
	bottom: 15%;
	right: 10%;
	width: 15%;
}
@media only screen and (max-width: 768px)  {
	#main_visual .visual {
		background: url("../img/visual_s.jpg") no-repeat center center;
		background-size: cover;
	}	
	#main_visual h1 {
		position: absolute;
		top:auto;
		bottom: 10%;
		right: 6%;
		width: 45%;
		transform: translate(0%);
		filter: invert(1)
	}
}


#main_contents {
	position: relative;
	overflow: hidden;	
}
#main_contents .section {
	position: relative;
}
#main_contents .section .img {
	position: relative;
	overflow: hidden;
	line-height: 0;
}
#main_contents .section .img a::before {
	content: "+";
	position: absolute;
	bottom: 20px;
	right: 10px;
	font-size: 14px;
	color: #FFF;
	z-index: 100
}
.section p {
	letter-spacing: 2px;
	line-height: 2;
	font-size: 14px;
	color: #FFF;
}
@media only screen and (max-width: 768px)  {
	#main_contents p {
		font-size: 12px;
		color: #FFF;
	}
}


#box-01 {
	margin: 10% auto;
}
#box-01 .img {
	width: 30%;
	margin: 0 auto;
}
#box-01 .copy {
	width: 100%;
	margin: 0 auto 10%;
	
}
#box-01 .copy img {
	display: block;
	width: 30%;
	margin: 0 auto 5%;
	filter: invert(1)
	
}
#box-01 .copy p {
	font-size: 12px;
	line-height: 2;
	letter-spacing: 1px;
	margin: 3% auto;
	text-align: center;
}
@media only screen and (max-width: 768px)  {
	#box-01 {
		margin: 20% auto;
	}
	#box-01 .copy {
		margin: 0 auto 25%;
	}
	#box-01 .copy img {
		width: 70%;
		margin: 0 auto 10%;

	}
	#box-01 .img {
		width: 40%;
		margin: 0 auto;
	}	
	#box-01 .copy p {
		font-size: 10px;
	}
}


#box-02 {
	margin: 10% auto;
}
#box-02 .img:nth-of-type(1) {
	width: 50%;
	margin: 0;
	z-index: 1;
}
#box-02 .img:nth-of-type(2) {
	width: 30%;
	position: absolute;
	top: 50%;
	left: 60%;
	transform: translate(0,-50%);
	z-index: 1;
}
#box-02 .img:nth-of-type(3) {
	width: 65%;
	z-index: 0;
	margin: -30% 0 0 5%;
	filter:grayscale(1);

}
#box-02 .img:nth-of-type(3) img {
	opacity: 0.5

}
#box-02 .copy {
	position: absolute;
	bottom: 10%;
	left: 65%;
	font-size: 16px;
	
	
	
}
@media only screen and (max-width: 768px)  {
	#box-02 {
		margin: 30% auto;
	}
	#box-02 .img:nth-of-type(1) {
		width: 100%;
	}
	#box-02 .img:nth-of-type(2) {
		width: 60%;
		position: relative;
		top: auto;
		left: auto;
		transform: translate(0);
		margin: 20% auto;
	}	
	#box-02 .img:nth-of-type(3) {
		width: 75%;
		z-index: 0;
		margin: 0%;
		filter:grayscale(1);

	}
	#box-02 .copy {
		position: absolute;
		bottom: 14%;
		left: 50%;
		font-size: 16px;
		width: 50%;
	}
}


#box-03 {
	margin: 10% auto;
	padding-top: 35%;
}
#box-03 .img:nth-of-type(1) {
	width: 65%;
	margin: 0;
	z-index: 1
}
#box-03 .img:nth-of-type(2) {
	width: 65%;
	position: absolute;
	top: 0;
	right: 0;
}
#box-03 .img:nth-of-type(3) {
	width: 25%;
	margin: -20% 0 0 70%;
}
#box-03 .copy {
	position: absolute;
	top: 10%;
	left: 20%;
	font-size: 16px;
}
@media only screen and (max-width: 768px)  {
	#box-03 {
		margin: 30% auto;
		padding-top: 55%;
	}
	#box-03 .img:nth-of-type(1) {
		width: 90%;
		margin: 0;
	}
	#box-03 .img:nth-of-type(2) {
		width: 90%;
	}	
	#box-03 .img:nth-of-type(3) {
		width: 70%;
		margin: 25% 0 0 30%;
	}
	#box-03 .copy {
		position: absolute;
		top: -5%;
		left: 5%;
		font-size: 16px;
		width: 60%;
	}	
}

#box-04 .copy:nth-of-type(1) {
	grid-column: 1/3;
	margin-bottom: 10%;

}
#box-04 .copy p {
	font-size: 11px;
	margin-bottom: 10px;
}
#box-04 .copy p:nth-of-type(1) {
	font-size: 14px;
	margin-bottom: 5%;
}
#box-04 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 50%;
	column-gap: 2%;
	margin: 0 auto;
}
@media only screen and (max-width: 768px)  {
	#box-04 {
		width: 100%;
	}	
	#box-04 .copy p {
		font-size: 10px;
		margin-bottom: 10px;
		width: 90%;
		margin: 0 auto 10%;
	}
}

#box-05 {
	margin: 10% auto;
}
#box-05 .copy:nth-of-type(1) {
	position: absolute;
	top: 10%;
	left: 50%;
	width: 30%;
}
#box-05 .copy p {
	font-size: 11px;
	margin-bottom: 10px;
}
#box-05 .copy p:nth-of-type(1) {
	font-size: 14px;
	margin-bottom: 5%;
}
#box-05 .img:nth-of-type(2) {
	width: 25%;
	margin: 0 0 0 10%;
}
#box-05 .img:nth-of-type(3) {
	width: 35%;
	margin: -5% 0 0 60%;
}
#box-05 .copy:nth-of-type(4) {
	position: absolute;
	top: 40%;
	left: 15%;
	width: 30%;
}
#box-05 .img:nth-of-type(5) {
	width: 35%;
	margin: -20% 0 0 20%;
}
#box-05 .copy:nth-of-type(6) {
	position: absolute;
	bottom: 5%;
	left: 65%;
	width: 30%;
}
@media only screen and (max-width: 768px)  {
	#box-05 {
		margin: 30% auto;
	}
	#box-05 .copy p {
		font-size: 10px;
		margin-bottom: 10px;
	}
	#box-05 .copy:nth-of-type(1) {
		position: relative;
		top: auto;
		left: auto;
		width: 90%;
		margin: 10% auto;
	}
	#box-05 .img:nth-of-type(2) {
		width: 50%;
		margin: 0 0 0 10%;
	}
	#box-05 .img:nth-of-type(3) {
		width: 75%;
		margin: 25% 0 0 25%;
	}
	#box-05 .copy:nth-of-type(4) {
		position: relative;
		top: auto;
		left: auto;
		width: 90%;
		margin: 10% auto;
	}
	#box-05 .img:nth-of-type(5) {
		width: 75%;
		margin: 25% 0 0 0%;
	}
	#box-05 .copy:nth-of-type(6) {
		position: relative;
		bottom: auto;
		left: auto;
		width: 90%;
		margin: 10% auto;
	}
}



#box-06 {
	margin: 10% auto;
}
#box-06 .img:nth-of-type(1) {
	width: 100%;
	margin: 0%;
}
#box-06 .img:nth-of-type(2) {
	width: 30%;
	margin: 10% 5% 
}
#box-06 .img:nth-of-type(3) {
	width: 25%;
	margin: -40% 0 0 45%
}
@media only screen and (max-width: 768px)  {
	#box-06 {
		margin: 40% auto;
	}
	#box-06 .img:nth-of-type(2) {
		width: 65%;
		margin: 30% auto
	}
	#box-06 .img:nth-of-type(3) {
		width: 55%;
		margin: 20% 0 0 40%
	}
	
}


#box-07 {
	margin: 20% auto;
}
#box-07 .img:nth-of-type(1) {
	width: 70%;
	margin: 0 auto;
}
#box-07 .img:nth-of-type(2) {
	width: 30%;
	margin: -10% 5% 0;
}
#box-07 .img:nth-of-type(2) img {
  opacity: 0;
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  animation: switch2 5s 0s infinite;
	filter: grayscale(1)
}
#box-07 .img:nth-of-type(2) img:nth-of-type(1) {
	position: relative;
}
#box-07 .img:nth-of-type(2) img:nth-of-type(2) {
  -webkit-animation-delay: 10s;
  animation-delay: 2.5s;
}
#box-07 .copy {
	position: absolute;
	bottom: 5%;
	left: 45%;
}
#box-07 .copy p {
	text-align: left;
	font-size: 11px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 768px)  {
	#box-07 .img:nth-of-type(1) {
		width: 100%;
		margin: 0 auto;
	}
	#box-07 .img:nth-of-type(2) {
		width: 50%;
		margin: 20% auto;
	}
	#box-07 .copy {
		position: relative;
		bottom: auto;
		left: auto;
		margin: 0 auto;
	}
	#box-07 .copy p {
		width: 90%;
		margin: 0 auto 20px;
		text-align: center;
		font-size: 10px;
	}
}


#box-08 {
	margin: 20% auto;
	width: 60%;
}
#box-08 .img:nth-of-type(1) {
	width: 50%;
}

#box-08 .profile {
	width: 45%;
	margin:-20% 0 0 55%;
	color: #FFF;
}
#box-08 .profile h2 {
	margin-bottom: 10%;
	width: 70%;
	filter: invert(1)
}
#box-08 .profile p {
	line-height: 2;
	font-size: 12px;
	letter-spacing: 0.6px;
}
#box-08 .profile a {
	color: #FFF;
}
@media only screen and (max-width: 768px)  {
	#box-08 {
		margin: 20% auto;
		width: 100%;
	}
	#box-08 .img {
		width: 60%;
	}
	#box-08 .profile {
		width: 70%;
		margin:10% 0 0 25%;
	}	
	#box-08 .profile p {
		line-height: 2;
		font-size: 11px;
		letter-spacing: 0.6px;
	}
	
}
#box-09 {
	margin: 20% auto;
	width: 100%;
}
#box-09 .img {
	width: 30%;
	margin: 0 auto;
	z-index: 10
}
#box-09 .img img {
  opacity: 0;
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  animation: switch 7.5s 0s infinite;
}
#box-09 .img img:nth-of-type(1) {
	position: relative;
}
#box-09 .img img:nth-of-type(2) {
  -webkit-animation-delay: 10s;
  animation-delay: 2.5s;
}

#box-09 .img img:nth-of-type(3) {
  -webkit-animation-delay: 20s;
  animation-delay: 5s;
}
#box-09 .silde {
  display: flex;
  width: 100%;
  overflow: hidden;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}

#box-09 .silde span {
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 30px;
	font-weight: 300;
	letter-spacing: 4px;
  overflow: hidden;
  padding-left: 20px;
	color: #FFF;
}

#box-09 .silde span:nth-child(odd) {
  animation: loop 50s -25s linear infinite;
}

#box-09 .silde span:nth-child(even) {
  animation: loop2 50s linear infinite;
}

@keyframes loop {
    0% {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
}

@keyframes loop2 {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-200%);
    }
}
@media only screen and (max-width: 768px)  {
	#box-09 .img {
		width: 70%;
		margin: 0 auto;
		z-index: 10
	}
	#box-09 .silde span {
	  font-size: 20px;
		padding-bottom: 20px;
		padding-top: 20px;
	}
}

#main_foot {
	margin: 0 auto;
	color: #FFF;
	overflow: hidden;
}
#main_foot .credit p {
	text-align: center;
	font-size: 11px;
	margin: 5px 0;
	letter-spacing: 2px;
	opacity: 1;
	transform: translate(0)
}
#main_foot .lp_copyright {
	font-size: 10px;
	text-align: center;
	margin: 150px auto 5%
}
@media only screen and (max-width: 768px)  {
	#main_foot {
		margin: 30% auto 10%;
		color: #FFF;
	}
	#main_foot .credit p {
		font-size: 10px;
	}	
	
}



.modal_in {
	color: #FFF;
	margin: 5% auto;
	position: relative;
	font-family: "Shippori Mincho", serif;
}
.modal_in .img {
	width: 50%;
	line-height: 0;
}
.modal_in .data {
	width: 40%;
	position: absolute;
	top: 50%;
	left: 55%;
	transform: translate(0,-50%);
	text-align: left;
}
.wide .img {
	width: 100%;
	line-height: 0;
}
.wide .data {
	position: relative;
	top: auto;
	left: auto;
	transform: translate(0%);
	margin: 0 ;
	padding: 5% 0
}
.modal_in .data li {
	margin: 5% auto;
}
.modal_in .data li {
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 2;
	color: #FFF;
}
.modal_in .data li span a {
	font-size: 9px;
	color: #FFF;
	border-bottom: 1px solid #FFF;
}
@media only screen and (max-width: 768px)  {
	.modal_in {

	}
	.modal_in .img {
		width: 80%;
		margin: 0 auto;
	}
	.wide .img {
		width: 100%;
		margin: 0 auto;
	}
	.modal_in .data,.wide .data  {
		width: 80%;
		position: relative;
		top: auto;
		left: auto;
		transform: translate(0%);
		margin: 0 auto;
		padding: 5% 0
	}
	
}
p {
	opacity: 0;
	transform: translate(50px,0);
	transition: 1.8s all 0s ease;
}
p.ac {
	opacity: 1;
	transform: translate(0);
}
.img {
	opacity: 0;
	transform: translate(0,50px);
	transition: 1.8s all 0s ease;
}
.img.ac {
	opacity: 1;
	transform: translate(0)
}
.img img {
	filter: grayscale(1);
	transition: 3s all 0s ease;
}
.img.ac img {
	filter: grayscale(0);
}
#main_visual {
	overflow: hidden;
}
#main_visual .visual {
	opacity: 0;
	transition: 3s all 0s ease;
	transform: scale(1.1);
}
#main_visual.ac .visual {
	opacity: 1;
	transform: scale(1)
}

@keyframes switch2 {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes switch {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
