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

#main_visual {
	position: relative;
	width: 100vw;
	height: 100svh;
}
#main_visual .visual {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
#main_visual .visual .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
}
#main_visual .visual .bg img {
	display: none;
}
#main_visual .title {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,0.7);
	box-sizing: border-box;
	padding: 50px 5%;
	line-height: 1.8;
}
#main_visual .title a {
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid #000;
	border-radius: 100px;
	text-decoration: none;
	width: 120px;
	color: #000;
	padding: 8px 0;
	line-height: 1;
	text-align: center;
	font-size: 10px;
	font-weight: 600;
}
#main_visual .title h3 {
	font-size: 24px;
	font-weight: 500;
	margin-top: 10px;
}
@media only screen and (max-width: 768px)  {
	#main_visual {
		height: auto;
		padding-top: 40%;
	}
	#main_visual .visual {
		height: auto;
	}
	#main_visual .visual .bg {
		height: auto;
		position: relative;
		background: none!important;
	}
	#main_visual .visual .bg img {
		display: block;
		width: 100%;
	}
	#main_visual .title {
		position: relative;
		bottom: auto;
		left: auto;
		background:none;
		box-sizing: border-box;
		padding: 5% 5% 0;
	}
}



#main_contents {
	position: relative;
	padding-top: 50px;
}
#main_contents section {
	position: relative;
	margin: 10% auto;
}
#main_contents section .inner {
	width: calc(100% - 450px);
	margin-left: 350px;
}
#main_contents section .title {
	position: relative;
	line-height: 1;
}
#main_contents section .title h3 {
	font-size: 40px;
	font-weight: 600;
}
#main_contents section .title p {
	font-size: 16px;
	font-weight: 500;
	margin: 20px 0 0;
	padding-left: 20px;
	position: relative;
	display: inline-block;
}
#main_contents section .title p::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	width: 10px;
	height: 10px;
	background: #000;
	border-radius: 100px;
}
#main_contents section .btn {
	position: relative;
	margin: 50px 0 25px
	
}
#main_contents section .btn a {
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid #000;
	border-radius: 100px;
	text-decoration: none;
	color: #000;
	padding: 10px 15px;
	line-height: 1;
	font-size: 12px;
	font-weight: 600;
	margin-right: 10px
}
@media only screen and (max-width: 768px)  {
	#main_contents {
		padding-top: 25%;
	}
	#main_contents.product_inner {
		padding-top: 5%;
	}
	#main_contents section {
		position: relative;
		margin: 20% auto;
	}
	#main_contents section .inner {
		width: 100%;
		margin-left: 0px;
	}	
	#main_contents section .title {
		text-align: center;
	}
	#main_contents section .title h3 {
		font-size: 36px;
	}
	#main_contents section .title p {
		font-size: 12px;
	}
	#main_contents section .btn {
		text-align: center;
	}
	#main_contents section .btn a {
		font-size: 10px;
		margin: 0 5px;
	}
}






#main_contents .news ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 20px;
	margin: 5% auto
}
#main_contents .news ul li {
	margin-bottom: 25px;
}
#main_contents .news .img {
	overflow: hidden;
	line-height: 0;
	border-radius: 10px;
}
#main_contents .news img {
	width: 100%;
}
#main_contents .news .data {
	position: relative;
	width: 96%;
	display: grid;
	grid-template-columns: 170px 1fr;
	margin: 15px 0
}
#main_contents .news .data a {
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid #000;
	border-radius: 100px;
	text-decoration: none;
	width: 120px;
	color: #000;
	padding: 8px 0;
	line-height: 1;
	text-align: center;
	font-size: 10px;
	font-weight: 600;
}
#main_contents .news .data p {
	font-size: 12px;
}
#main_contents .news .data p span {
	font-size: 32px;
	letter-spacing: 1.5px;
	font-weight: 600;
}
#main_contents .news .data p span:nth-of-type(1) {
	font-size: 20px;
}
#main_contents .news .data .post_time {
	position: relative;
	padding-right: 25px;
	margin-right: 25px;
}
#main_contents .news .data .post_time::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #ddd;
}
@media only screen and (max-width: 768px)  {
	#main_contents .news ul {
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	#main_contents .news .data {
		width: 100%;
		display: block;
	}
	#main_contents .news .data .post_time {
		padding-right: 0;
		margin-right: 0;
		margin-bottom: 5%;
	}
	#main_contents .news .data .post_time p {
		text-align: right;
		line-height: 1;
	}
	#main_contents .news .data .post_time a {
		position: absolute;
		top:50%;
		left: 0;
		transform: translate(0,-50%);
	}
	#main_contents .news .data .post_time::before {
		display: none;
	}
	#main_contents .news .data .post_tit p {
		font-size: 11px;
	}
}






#main_contents .compnay {
}
#main_contents .compnay ul {
	position: relative;
	margin: 50px 0;
	border-bottom: 1.5px solid #000;
}
#main_contents .compnay ul::before {
	content: "";
	position: absolute;
	top: 0;
	left: 200px;
	width: 1.5px;
	height: 100%;
	background: #000;
}
#main_contents .compnay ul li {
	position: relative;
	padding: 25px 0;
	display: grid;
	grid-template-columns: 200px 1fr;
}
#main_contents .compnay ul li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1.5px;
	background: #000;
}
#main_contents .compnay ul li p {
	padding: 0 5%;
}
#main_contents .compnay ul li .name {
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	position: relative;
	padding: 0;
}
@media only screen and (max-width: 768px)  {
	#main_contents .compnay ul::before {
		left: 100px;
	}
	#main_contents .compnay ul li {
		grid-template-columns: 100px 1fr;
	}
	#main_contents .compnay ul li p {
		font-size: 11px;
	}
	#main_contents .compnay ul li .name {
		font-size: 10px;
	}
}




#main_contents .products ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 20px;
	margin: 5% auto
}
#main_contents .products ul li {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
#main_contents .products ul li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}
#main_contents .products .img {
	overflow: hidden;
	line-height: 0;
	border-radius: 5px;
}
#main_contents .products img {
	width: 100%;
}
#main_contents .products .data {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.3);
	box-sizing: border-box;
	padding: 10px;
}
#main_contents .products .data p {
	font-size: 14px;
	color: #FFF;
}
@media only screen and (max-width: 768px)  {
	#main_contents .products ul {
		display: block;
		margin: 10% auto
	}
	#main_contents .products ul li {
		margin-bottom: 0px;
	}
	#main_contents .products .img {
		border-radius: 0;
	}
	#main_contents .products .data {
		transform: translate(0);
	}	
	#main_contents .products .data p {
		font-size: 11px;
		color: #FFF;
	}
}

#main_contents .shop .inner .logo {
	width: 150px;
	margin: 150px 0 75px;
	
}
#main_contents .shop .inner .list {
	position: relative;
}
#main_contents .shop .inner .stick {
	position: absolute;
	top: 0;
	left: 0;
	width: 25%;
	height: 100%;
}
#main_contents .shop .inner .stick p {
	display: block;
	position: sticky;
	top: 5%;
	font-size: 16px;
	font-weight: 500;
	padding-left: 20px;
}
#main_contents .shop .inner .stick p::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	width: 10px;
	height: 10px;
	background: #000;
	border-radius: 100px;
}
@media only screen and (max-width: 768px)  {
	#main_contents .shop .inner .logo {
		width: 40%;
		margin: 30% auto 25%;
	}
	#main_contents .shop .inner .stick {
		position: relative;
		top: auto;
		left: auto;
		width: 90%;
		height: auto;
		margin: 5% auto;
	}
	#main_contents .shop .inner .stick p {
		display: inline-block;
		position: relative;
		top: auto;
		font-size: 16px;
	}	
}



#main_contents .shop .inner ul {
	width: 75%;
	margin-left: 25%;
}
#main_contents .shop .inner ul li {
	position: relative;
	margin-bottom: 10%;
}
@media only screen and (max-width: 768px)  {
	#main_contents .shop .inner ul {
		width: 90%;
		margin: 0 auto;
	}
	#main_contents .shop .inner ul li {
		margin: 15% auto 25%;
	}	
	
}

#main_contents .shop .box {
	width: 55%;
	position: relative;
}
#main_contents .shop .box .name {
	font-size: 16px;
	font-weight: 600;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#main_contents .shop .box .name::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 25px;
	height: 2px;
	background: #000;
}
#main_contents .shop .box p {
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 10px;
}
@media only screen and (max-width: 768px)  {
	#main_contents .shop .box {
		width: 100%;
	}
	
}

#main_contents .shop .googlemap {
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0
}
#main_contents .shop .googlemap .map {
    position: relative;
    width: 100%;
    height: 100%;
	/*padding-top: 56.25%;
    height: 0;*/
}

#main_contents .shop .googlemap .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 768px)  {
	#main_contents .shop .googlemap {
		width: 100%;
		height: auto;
		position: relative;
		top: auto;
		right:auto;
		margin: 10% auto 0
	}
	#main_contents .shop .googlemap .map {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
		height: 0;
	}	
	
}



#main_contents .post_news,#main_contents .post_products {
	position: relative;
}
#main_contents .post_news .post_head {
	position: relative;
	display: grid;
	grid-template-columns: 45% 50%;
	column-gap: 5%;
}
#main_contents .post_news .post_head img {
	width: 100%;
}
#main_contents .post_news .post_head .img {

}
#main_contents .post_news .post_head .post_time a {
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid #000;
	border-radius: 100px;
	text-decoration: none;
	width: 120px;
	color: #000;
	padding: 8px 0;
	line-height: 1;
	text-align: center;
	font-size: 10px;
	font-weight: 600;
}

#main_contents .post_news .post_head .post_time p {
	font-size: 12px;
}
#main_contents .post_news .post_head .post_time p span {
	font-size: 32px;
	letter-spacing: 1.5px;
	font-weight: 600;
}
#main_contents .post_news .post_head .post_time p span:nth-of-type(1) {
	font-size: 20px;
}
#main_contents .post_news .post_head .post_time {
	position: relative;
	padding-bottom: 25px;
}
#main_contents .post_news .post_head .post_tit p {
    font-size: 16px;
	font-weight: 500;
}

@media only screen and (max-width: 768px)  {
	#main_contents .post_news {
		position: relative;
		margin: 20% auto;
	}
	#main_contents .post_products {
		position: relative;
		margin: 0% auto;
	}
	#main_contents .post_news .post_head {
		display: block;
		grid-template-columns: auto;
	}
	#main_contents .post_news .post_head .img {
		width: 100%;
		margin: 0 auto 5%;
	}
	#main_contents .post_news .post_head .data {
		width: 90%;
		margin: 0 auto 5%;
	}
}



#main_contents .post_news .post_contents {
	position: relative;
	border-top: 1px solid #000;
	padding-top: 50px;
	margin:50px auto;
}
#main_contents .post_products .post_contents {
	position: relative;
	margin:50px auto;
}
#main_contents .post_news .post_contents img,#main_contents .post_products .post_contents img {
	max-width: 100%;
}
#main_contents .post_news .post_contents p,#main_contents .post_news .post_contents img,#main_contents .post_news .post_contents h3 {
	margin-bottom: 15px;
}
#main_contents .post_news .post_contents h3 {
	font-size: 14px;
	font-weight: 600;
}
#main_contents .post_products .post_contents p,#main_contents .post_products .post_contents img,#main_contents .post_products .post_contents h3,#main_contents .post_products .post_contents h4 {
	margin-bottom: 10px;
}
#main_contents .post_news .post_contents .grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

#main_contents .other .inner {
	position: relative;
	border-top: 1px solid #000;
	padding-top: 75px;
}
#main_contents .other img {
	max-width: 100%;
}
#main_contents .other .slide3{
	margin: 5% auto;

}
#main_contents .other .post_time p {
	font-size: 12px;
}
#main_contents .other .post_time p span {
	font-size: 28px;
	letter-spacing: 1.5px;
	font-weight: 600;
}
#main_contents .other .post_time p span:nth-of-type(1) {
	font-size: 16px;
}
#main_contents .other .post_time {
	position: relative;
}
#main_contents .other .post_tit {
	font-size: 12px;
}

@media only screen and (max-width: 768px)  {
	#main_contents .other .slide3{
		margin: 10% auto;
		padding: 0 5%
	}
	#main_contents .post_news .post_contents,#main_contents .post_products .post_contents {
		width: 90%;
	}
	
}
#main_contents .contact {
	margin: 50px auto;
}
#main_contents .contact .c_top {
	font-size: 16px;
	font-weight: 500;
}
#main_contents .contact .mail {
	margin: 50px auto;
	border: 1px solid #000;
	border-radius: 10px;
	display: inline-block;
	padding: 2% 10%;
	box-sizing: border-box;
	text-align: center;
}
#main_contents .contact .mail p:nth-of-type(2) {
	font-size: 24px;
	font-weight: 500;
	
}
#main_contents .contact .info {
	margin: 50px auto;
	line-height: 2.5;
	font-size: 12px;
}
@media only screen and (max-width: 768px)  {
	#main_contents .contact {
		width: 90%;
		margin: 50px auto;
	}	
	#main_contents .contact .c_top {
		font-size: 14px;
		font-weight: 500;
	}
	#main_contents .contact .mail {
		margin: 50px auto;
		border: 1px solid #000;
		border-radius: 10px;
		display: block;
		padding: 10% 5%;
		box-sizing: border-box;
		text-align: center;
	}
	#main_contents .contact .mail p {
		font-size: 11px;
	}
	#main_contents .contact .info {
		font-size: 10px;
	}
}

#main_contents .singlepage .page_contents {
	position: relative;
	margin:50px auto;
	font-size: 12px;
}
#main_contents .singlepage .page_contents div {
	margin: 50px auto
}
#main_contents .singlepage .page_contents p,#main_contents .singlepage .page_contents h4 {
	margin: 15px auto;
}
#main_contents .singlepage .page_contents h4 {
	font-size: 16px;
	font-weight: 500;
}
@media only screen and (max-width: 768px)  {
	#main_contents .singlepage .page_contents {
		width: 90%;
	}
}


#main_contents .post_products  .inner {
/*	width: 100%;
	max-width: 900px;
	margin: 0 auto;*/
}
#main_contents .post_products .p_box {
	position: relative;
	margin: 50px auto;
	padding-top: 50px;
	border-top: 1px solid #000;
}
#main_contents .post_products h4 {
	font-size: 18px;
	font-weight: 500;
}
#main_contents .post_products .p_box h4 {
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.8;
	margin-bottom: 15px;
}
#main_contents .post_products .p_box h5 {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 25px;
}
#main_contents .post_products .p_box p {
	text-align: center;
	font-size: 14px;
	font-weight: 500;
}
#main_contents .post_products .p_box .img {
	width: 50%;
	margin: 0 auto;
}

@media only screen and (max-width: 768px)  {
	.p_page #main_contents {
		padding-top: 0;
	}
	.p_page #main_contents .more {
		text-align: center;
	}
	#main_contents .post_products p {
		font-size: 12px;
	}
	#main_contents .post_products .p_box {
		margin: 10% auto;
		padding-top: 10%;
	}
	#main_contents .post_products .p_box h4 {
		text-align: center;
		font-size: 16px;
		font-weight: 600;
	}
	#main_contents .post_products .p_box h5 {
		text-align: center;
		font-size: 14px;
		margin-bottom: 5%;
	}
	#main_contents .post_products .p_box p {
		text-align: left;
		font-size: 12px;
		font-weight: 500;
	}
	#main_contents .post_products .p_box .img {
		width: 100%;
		margin: 0 auto;
	}

}

	.swiper-button-next, .swiper-button-prev {
		top: 30%;
	}
	.other_product .swiper-button-next,.other_product .swiper-button-prev {
		top: 43%;
	}
.swiper-wrapper,.swiper-slide {
		height: auto;
	}
.swiper-slide a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10
	}
	#main_contents .swiper-button-prev,
	#main_contents .swiper-button-next {
	  height: 50px!important;
	  width: 50px!important;
	}
	#main_contents .swiper-button-prev::after,
	#main_contents .swiper-button-next::after {
	  background-repeat: no-repeat!important;
	  background-size: contain!important;
	  content: ""!important;
	  height: 50px!important;
	  margin: auto!important;
	  width: 50px!important;
		opacity: 0.8!important;
	}
	@media only screen and (max-width: 768px)  {
		#main_contents .swiper-button-prev,
		#main_contents .swiper-button-next {
		  height: 35px!important;
		  width: 35px!important;
		}
		#main_contents .swiper-button-prev::after,
		#main_contents .swiper-button-next::after {
		  background-repeat: no-repeat!important;
		  background-size: contain!important;
		  content: ""!important;
		  height: 35px!important;
		  margin: auto!important;
		  width: 35px!important;
			opacity: 0.8!important;
		}
		
	}
	
	#main_contents.swiper-button-prev::after {
	  background-image:url("../img/arrow_prev1.svg")!important;
	}
	#main_contents .swiper-button-next::after {
	   background-image:url("../img/arrow_next1.svg")!important;
	}
	.mercard #main_contents.swiper-button-prev::after {
	  background-image:url("../img/arrow_prev2.svg")!important;
	}
	.mercard #main_contents .swiper-button-next::after {
	   background-image:url("../img/arrow_next2.svg")!important;
	}
#main_contents .block_page .title h3 {
	font-size: 18px;
}
.page_box {
	position: relative;
	margin: 5% auto;
}
	@media only screen and (max-width: 768px)  {
	.page_box {
		width: 90%;
	}	
}

#main_visual {
	opacity: 0;
	transition: 1.5s all 0s ease;
}
#main_visual.ac {
	opacity: 1;
}

