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

html,
body {
	padding: 0;
	margin: 0;
}
img {
	width: 100%;
}
ul,li {
	list-style: none;
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
}

.pcv {
	display: none;
}
@media only screen and (min-width: 769px)  {
	.pcv {
		display: block;
	}
	.spv {
		display: none;
	}
}

#am {
	position: relative;
	font-family: "Open Sans", sans-serif;
}
#main_visual {
	width: 100%;
	height: 100svh;
	position: relative;
}
#main_visual .title {
	width: 100%;
	height: 15svh;
	position: relative;
}
#main_visual .title h1 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 52%;
	line-height: 0;
}
#main_visual .visual {
	width: 100%;
	height: 85svh;
	position: relative;
	background: url("../img/look-01.webp") no-repeat center bottom;
	background-size: cover;
}
@media only screen and (min-width: 769px)  {
	#main_visual {
		width: 100%;
		height: auto
	}
	#main_visual .title {
		width: 100%;
		height: auto;
		position: relative;
	}
	#main_visual .visual {
		width: 100%;
		height: 100vh;
		background: url("../img/look-14.webp") no-repeat center 50%;
		background-size: cover;
	}
	#main_visual .title h1 {
		width: 18%;
		position: relative;
		transform: translate(0);
		top: auto;
		left: auto;
		padding: 2% 0;
		margin: 0 auto;
	}
}

#main_contents {
	position: relative;
}

#main_contents .read {
	padding: 20% 10%;
	box-sizing: border-box;
}
#main_contents .read h2 {
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 10%;
	padding: 0;
	letter-spacing: 1.4px;
}
#main_contents .read p {
	font-size: 11px;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 1.4px;
	padding: 0;
	margin: 0;
}
@media only screen and (min-width: 769px)  {
	#main_contents .read {
		padding: 5% 10%;
		display: flex;
		flex-wrap: wrap;
	}
	#main_contents .read h2 {
		width: 200px;
		margin: 0;
	}
	#main_contents .read p {

	}
	
}


#main_contents .look {
	position: relative;
}
#main_contents .section {
	position: relative;
	margin-bottom: 20%;
	display: flex;
	flex-wrap: wrap;
}
#main_contents .section .img {
	line-height: 0;
	position: relative;
	overflow: hidden;
}
#main_contents .section .img span {
	display: block;
	font-size: 10px;
	line-height: 1.6;
	margin: 15px 0;
	color: #000;
	text-align: right;
}
@media only screen and (min-width: 769px)  {
	#main_contents .section {
		margin-bottom: 15%;
	}
	
}



#main_contents .look01 .img:nth-of-type(1) {
	width: 80%;
	margin: 0 auto 20%;
	
}
#main_contents .look01 .img:nth-of-type(2),#main_contents .look01 .img:nth-of-type(3) {
	width: 50%;
	margin: 0 0 0 50%
	
}
@media only screen and (min-width: 769px)  {
	#main_contents .look01 .img:nth-of-type(1) {
		width: 35%;
		margin: 0 0 0 10%;

	}
	#main_contents .look01 .img:nth-of-type(2),#main_contents .look01 .img:nth-of-type(3) {
		width: 20%;
	}
	#main_contents .look01 .img:nth-of-type(2) {
		margin: -40% 0 0 65%
	}
	#main_contents .look01 .img:nth-of-type(3) {
		margin: -12% 0 0 65%
	}
}
#main_contents .look02 .img:nth-of-type(1) {
	width: 75%;
	margin: 0 0 20% 0;
	
}
#main_contents .look02 .img:nth-of-type(2),#main_contents .look02 .img:nth-of-type(3) {
	width: 50%;
	
}
@media only screen and (min-width: 769px)  {
	#main_contents .look02 .img:nth-of-type(1) {
		width: 35%;
		margin: 0 0 0 60%;

	}
	#main_contents .look02 .img:nth-of-type(2),#main_contents .look02 .img:nth-of-type(3) {
		width: 18%;
		margin: -36% 0 0 0;

	}	
	#main_contents .look02 .img:nth-of-type(2) {
		margin: -36% 0 0 10%;
	}
}

#main_contents .look03 .img:nth-of-type(1) {
	width: 100%;
	margin: 0 auto 20%;
	
}
#main_contents .look03 .img:nth-of-type(2) {
	width: 60%;
	margin: 0 0 0 40%;
	
}
@media only screen and (min-width: 769px)  {
	#main_contents .look03 .img:nth-of-type(1) {
		width: 35%;
		margin: 0 0 0 15%;

	}
	#main_contents .look03 .img:nth-of-type(2) {
		width: 25%;
		margin: 10% 0 0 10%;

	}	
	
}


#main_contents .look04 .img:nth-of-type(1) {
	width: 75%;
	margin: 0 0 20% 0
	
}
#main_contents .look04 .img:nth-of-type(2) {
	width: 75%;
	margin: 0 0 0 25%
	
}
@media only screen and (min-width: 769px)  {
	#main_contents .look04 .img:nth-of-type(1) {
		width: 30%;
		margin:20% 0 0 15%

	}
	#main_contents .look04 .img:nth-of-type(2) {
		width: 35%;
		margin: 0 0 0 10%

	}	
	
}


#main_contents .list {
	position: relative;
	padding: 0 0 5%
}
#main_contents .list h3 {
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	width: 100%;
	margin-bottom: 12%;
}
#main_contents .list .item {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#main_contents .list .item .img {
	width: 40%;
}
#main_contents .list .item .data {
	width: 60%;
	box-sizing: border-box;
	padding: 5%;
}
#main_contents .list .item .data p {
	font-size: 11px;
	line-height: 2;
}
#main_contents .list .item .data a {
	color: #000;
	border-bottom: 1px solid #000;
	font-size: 12px;
	font-weight: 500;
}
@media only screen and (min-width: 769px)  {
	#main_contents .list {
		width: 80%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
	}
	#main_contents .list h3 {
		text-align: left;

		margin-bottom: 2%;
	}
	#main_contents .list .item {
		width: 50%;
	}
}





#main_contents .profile {
	position: relative;
	padding: 20% 10%;
	box-sizing: border-box;
}
#main_contents .profile h3 {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 2%;
}
#main_contents .profile p {
	font-size: 10px;
	line-height: 2;
}
#main_contents .profile .sns {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#main_contents .profile .sns span {
	width: 15px;
}
#main_contents .profile .sns a {
	font-size: 12px;
	color: #000;
	margin-left: 10px;
	text-decoration: underline;
}
@media only screen and (min-width: 769px)  {
	#main_contents .profile {
		padding: 5% 10%;
	}
}


#main_contents .foot {
	position: relative;
	padding: 5% 10%;
	box-sizing: border-box;
}
#main_contents .foot h3 {
	text-align: left;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 2%;
}
#main_contents .foot p {
	font-size: 11px;
	line-height: 2;
}
#main_contents .foot .logo {
	width: 40%;
	margin: 15% 0 0;
}
@media only screen and (min-width: 769px)  {
	#main_contents .foot .logo {
		width: 20%;
		margin: 5% 0 0;
	}
	
}
.img,.anim {
	opacity: 0;
	transition: 0.6s all 0.1s ease;
}
.img.ac,.anim.ac {
	opacity: 1
}
