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

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

#ch {
	position: relative;
	font-size: 12px;
	letter-spacing: 1px;
	font-family: "Noto Sans", sans-serif;
}
#ch .spv {
	display: none;
}
@media only screen and (max-width: 768px) {
	#ch {
		letter-spacing: 0.5px;
	}
	#ch .spv {
		display: block;
	}	
	#ch .pcv {
		display: none;
	}	
}
#logo {
	padding: 15px 0;
	position: relative;
}
#logo img {
	display: block;
	margin: 0 auto;
	width: 35%;
	max-width: 80px;
}
#main_visual {
	width: 100%;
	height: 100svh;
	position: relative;
	
}
#main_visual .bg {
	background: url("../img/main_p.jpg") no-repeat center;
	background-size: cover;
	width: 100%;
	height: 100%;
}
#main_visual h1 {
	position: absolute;
	top: 38%;
	left: 10%;
	width: 40%;
}
#main_visual h2 {
	position: absolute;
	top: 3%;
	left: 50%;
	transform: translate(-50%,0);
	width: 30%;
	max-width: 300px;
}
@media only screen and (max-width: 768px) {
	#main_visual .bg {
		background: url("../img/main_s.jpg") no-repeat center;
		background-size: cover;
		width: 100%;
		height: 100%;
	}
	#main_visual h1 {
		position: absolute;
		top: auto;
		bottom: 10%;
		left: 5%;
		width: 84%;
	}
	#main_visual h2 {
		position: absolute;
		top: 3%;
		left: 50%;
		transform: translate(-50%,0);
		width: 60%;
		max-width: 60%;
	}
}

#main_contents {
	position: relative;
	max-width: 1250px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 50px
}
#main_contents .read {
	margin: 100px 0 150px;
}
#main_contents .read p {
	font-size: 14px;
	line-height: 2.4;	
}
@media only screen and (max-width: 768px) {
	#main_contents {
		padding: 0
	}	
	#main_contents .read {
		margin: 10% auto 20%;
		width: 90%;
	}
	#main_contents .read p {
		font-size: 12px;
	}
}


#main_contents .section {
	position: relative;
}
#main_contents .section .head {
	position: relative;
	margin-bottom: 5%
}
#main_contents .section .head::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 21%;
	width: 79%;
	height: 1px;
	background: #000;
}
#main_contents .section .head .title {
	width: 60%;
	line-height: 0;
}
@media only screen and (max-width: 768px) {
	#main_contents .section {
		margin: 20% auto;
	}
	#main_contents .section .head {
		width: 90%;
		margin: 0 auto;
	}
	#main_contents .section .head .title {
		width: 90%;
		margin: 10% auto;
		padding-bottom: 10%;
	}
	#main_contents .section .head::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0%;
		width: 100%;
		height: 1px;
		background: #000;
	}
}

#main_contents .section .box {
	position: relative;
}
#main_contents .section .box .img {
	line-height: 0;
	box-sizing: border-box;
	padding: 15px;
}
#main_contents .section .box .item {
	width: 40%;
	margin-left: 60%;
	box-sizing: border-box;
	padding: 5%;
}
#main_contents .section .box .main {
	width: 60%;
	position: absolute;
	top: 0;
	left: 0
}
#main_contents .section .box .sub {
	width: 40%;
	margin-left: 60%;
}
#main_contents .section:nth-of-type(2) .box .sub .img:nth-of-type(2) {
	width: 60%;
	margin-left: 40%;
}
#main_contents .section:nth-of-type(2) .box .sub .img:nth-of-type(3) {
	width: 60%;
	margin-left: 0%;
	margin-top: -30%;
}
@media only screen and (max-width: 768px) {
	#main_contents .section .box .item {
		width: 80%;
		margin-left: 10%;
		box-sizing: border-box;
		padding: 5%;
	}	
	#main_contents .section .box .img {
		line-height: 0;
		box-sizing: border-box;
		padding: 0px;
	}
	#main_contents .section .box .main {
		width: 100%;
		position: relative;
	}
	#main_contents .section:nth-of-type(2) .box .main {
		width: 75%;
		position: relative;
	}
	#main_contents .section .box .sub {
		width: 100%;
		margin-left: 0%;
		margin: 15px 0;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 15px;
	}
	#main_contents .section:nth-of-type(2) .box .sub .img:nth-of-type(1) {
		grid-column: 1/3;
		box-sizing: border-box;
		padding: 0 0 0 35%;
	}
	#main_contents .section:nth-of-type(2) .box .sub .img:nth-of-type(2),#main_contents .section:nth-of-type(2) .box .sub .img:nth-of-type(3) {
		width: 100%;
		margin-left: auto;
		margin-top: auto;
	}
}



#main_contents .section .box .txt {
	width: 50%;
	position: absolute;
	top: 68%;
	left: 5%;
}
#main_contents .section .box .txt p {
	line-height: 2.4;
	font-size: 14px
}
#main_contents .section .box .list {
	position: absolute;
	bottom: 2.5%;
	right: 45%;
	font-family: "Bodoni Moda", serif;
}
#main_contents .section .box .list h4 {
	font-weight: 600;
	margin-bottom: 20px;
}
#main_contents .section .box .list a {
	display: block;
	margin: 15px 0;
	position: relative;
	padding-right: 150px;
	color: #000;
}
#main_contents .section .box .list a::before {
	content: "BUY";
	position: absolute;
	bottom: 0;
	right: 0;
	border-bottom: 1px solid #000;
	padding-right: 50px;
	font-weight: 600;
}
@media only screen and (max-width: 768px) {
	#main_contents .section .box .txt {
		width: 90%;
		position: relative;
		top: auto;
		left:auto;
		margin: 10% auto;
	}
	#main_contents .section .box .txt p {
		font-size: 12px
	}
	#main_contents .section .box .list {
		position: relative;
		bottom: auto;
		right: auto;
		width: 90%;
		margin: 20% auto
	}
}



#main_contents .section .other {
	background: #CAA980;
	padding: 5% 0;
	margin: 10% auto;
	position: relative;
}
#main_contents .section .other h3 {
	padding: 0 0 0 10%;
	font-weight: 400;
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 10%;
}
#main_contents .section .other .item {
	position: absolute;
	top: 5%;
	left: 20%;
	width: 34%;
}
#main_contents .section .other h3::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000;
}
@media only screen and (max-width: 768px) {
	#main_contents .section .other .item {
		position: relative;
		top: auto;
		left: auto;
		width: 75%;
		margin: 0 auto;
	}
}



#main_contents .section .other .inner {
	display: grid;
	grid-template-columns: 55% 45%;
}
#main_contents .section .other .inner .txt {
	margin: 50px;
}
#main_contents .section .other .inner .txt p {
	line-height: 2.4;
	font-size: 14px
}
#main_contents .section .other .inner .list {
	margin: 50px;
	font-family: "Bodoni Moda", serif;
}
#main_contents .section .other .inner .list h4 {
	font-weight: 600;
	margin-bottom: 20px;
}
#main_contents .section .other .inner .list a {
	display: block;
	margin: 15px 0;
	position: relative;
	padding-right: 150px;
	color: #000;
}
#main_contents .section .other .inner .list a::before {
	content: "BUY";
	position: absolute;
	bottom: 0;
	right: 0;
	border-bottom: 1px solid #000;
	padding-right: 50px;
	font-weight: 600;
}
@media only screen and (max-width: 768px) {
	#main_contents .section .other .inner {
		display: block;
		grid-template-columns: auto;
	}
	#main_contents .section .other .inner .txt {
		margin: 10% auto;
		width: 90%;
	}
	#main_contents .section .other .inner .txt p {
		line-height: 2.4;
		font-size: 12px
	}
	#main_contents .section .other .inner .list {
		margin: 15% auto;
		width: 90%;
	}
}



	.swiper-wrapper,.swiper-slide {
		height: auto;
	}

	#main_contents .section .other .swiper-button-prev,
	#main_contents .section .other .swiper-button-next {
	  height: 25px!important;
	  width: 25px!important;
	}
	#main_contents .section .other .swiper-button-prev::after,
	#main_contents .section .other .swiper-button-next::after {
	  background-repeat: no-repeat!important;
	  background-size: contain!important;
	  content: ""!important;
	  height: 25px!important;
	  margin: auto!important;
	  width: 25px!important;
		opacity: 0.8!important;
	}
	@media only screen and (max-width: 768px)  {
		#main_contents .section .other .swiper-button-prev,
		#main_contents .section .other .swiper-button-next {
		  height: 25px!important;
		  width: 25px!important;
		}
		#main_contents .section .other .swiper-button-prev::after,
		#main_contents .section .other .swiper-button-next::after {
		  background-repeat: no-repeat!important;
		  background-size: contain!important;
		  content: ""!important;
		  height: 25px!important;
		  margin: auto!important;
		  width: 25px!important;
			opacity: 0.8!important;
		}
		
	}
	
	#main_contents .section .other .swiper-button-prev::after {
	  background-image:url("../img/arrow_prev.svg")!important;
	}
	#main_contents .section .other .swiper-button-next::after {
	   background-image:url("../img/arrow_next.svg")!important;
	}


#foot {
	margin: 0 auto;
}
#foot .staff {
	font-size: 12px;
	line-height: 2.5;
}
#foot .prof {
	margin: 10% auto;
	position: relative;
}
#foot .prof .in {
	position: relative;
	width: 35%;
	margin: 0 auto;
}
#foot .prof .in .face {
	width: 40%;
}
#foot .prof .in .name {
	width: 50%;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translate(0,-50%);
}
#foot .prof .txt {
	margin: 5% auto;
	width: 70%;
}
#foot .prof .txt p {
	font-size: 14px;
	line-height: 2
}
#foot .prof .txt a {
	color: #000;
	text-decoration: underline;
}
#foot .ig {
	background: #000;
	position: relative;
	padding: 10%;
}
#foot .ig .tit {
	width: 80%;
	margin-bottom: 10%
	
}
#foot .ig .img {
	width: 45%;
	margin-left: 55%;
}
#foot .ig .txt {
	width: 40%;
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translate(0,-50%);
}
#foot .ig .txt p {
	color: #FFF;
	font-size: 12px;
	line-height: 2;
}

#foot .f_logo {
	margin: 100px auto 50px;
	width: 50%;
	max-width: 250px;
}
#foot .copy {
	text-align: center;
	font-size: 10px;
	padding: 25px 0
}
@media only screen and (max-width: 768px)  {
	#foot {
		margin: 0 auto;
		width: 100%;
	}	
	#foot .staff {
		font-size: 11px;
		line-height: 2.5;
		padding: 0 5%;
	}
	#foot .prof {
		width: 90%;
		margin: 30% auto;
		position: relative;
	}
	#foot .prof .in {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}
	#foot .prof .txt {
		margin: 5% auto;
		width: 100%;
	}
	#foot .prof .txt p {
		font-size: 11px;
	}

	#foot .ig {
		background: #000;
		position: relative;
		padding:20% 10%;
	}
	#foot .ig .tit {
		width: 70%;
		margin: 0 auto 10%;

	}
	#foot .ig .img {
		width: 100%;
		margin: 10% auto
	}
	#foot .ig .txt {
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
		transform: translate(0%);
	}
	#foot .ig .txt p {
		color: #FFF;
		font-size: 11px;
		line-height: 2;
	}

	#foot .f_logo {
		margin: 100px auto 50px;
		width: 50%;
		max-width: 250px;
	}
	#foot .copy {
		text-align: center;
		font-size: 10px;
		padding: 25px 0
	}
}


#main_visual .anim {
	opacity: 0;
	transition: 1.5s all 0s ease;
}
#main_visual .anim.ac {
	opacity: 1;
}
#main_contents .anim {
	opacity: 0;
	transform: translate(0,30px);
	transition: 1.4s all 0s ease;
}
#main_contents .anim.ac {
	opacity: 1;
	transform: translate(0)
}
