@charset "UTF-8";
/* CSS Document */
.csu {
	background: #EAE2DA;
}
.mercard {
	background: #A82327;
	color: #eee;
}
.pankuzu {
	color: #FFF;
}
#main_visual {
	position: relative;
	width: 100vw;
	height: 100vh;
}
#main_visual .visual {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
#main_visual .visual.csu_top .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../img/main-01.webp") no-repeat center;
	background-size: cover;
}

#main_visual .visual.mercard_top .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../img/main-02.webp") no-repeat center;
	background-size: cover;
}
#main_visual .visual::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	z-index: 1
}
#main_visual .visual h2 {
	position: absolute;
	bottom: 12%;
	left: 50%;
	width: 16%;
	transform: translate(-50%,0%);
	line-height: 0;
	z-index: 2
}
@media only screen and (max-width: 768px)  {
	#main_visual {
		height: 100vh;
	}
	#main_visual .visual.csu_top .bg {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: url("../img/main-01s.webp") no-repeat center;
		background-size: cover;
	}
	#main_visual .visual h2 {
		width: 40%;
	}
}
#main_contents {
	position: relative;
}
#main_contents section {
	position: relative;
	margin: 10% auto;
}
#main_contents section .inner {
	width: calc(100% - 450px);
	margin-left: 350px;
	position: relative;
}
#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;
}
.mercard #main_contents section .title h3,.mercard #main_contents section .title p {
	color: #BC965B;
	
}
.mercard #main_contents section .title p::before {
	background: #BC965B;
	
}

@media only screen and (max-width: 768px)  {
	#main_contents section {
		position: relative;
		margin: 25% 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 .concept {
	margin: 10% 0;
	
}
#main_contents .concept .more {
	margin: 10% 0 0;
	
}
#main_contents .concept h3 {
	text-align: center;
	font-size: 22px;
	font-weight: 400;
	line-height: 2.4
}
#main_contents .concept h3 span {
	display: block;
}
#main_contents .concept p {
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	line-height: 2.4;
	margin-top: 5%;
}
@media only screen and (max-width: 768px)  {
	#main_contents .concept {
		margin: 30% auto 30%;

	}
	#main_contents .concept h3 {
		text-align: center;
		font-size: 16px;
	}	
	
}





#main_contents .news ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 20px;
	margin: 5% auto
}
#main_contents .news ul li {
	margin-bottom: 35px;
}
#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%;
	margin: 5px 0
}
#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;
}

@media only screen and (max-width: 768px)  {
	#main_contents .news ul {
		display: block;
		width: 90%;;
	}
	#main_contents .news ul li {
		margin-bottom: 50px;
	}
	#main_contents .news .data {
		width: 100%;
		display: block;
	}
	#main_contents .news .data .post_tit p {
		font-size: 11px;
	}
}

#main_contents .cafeathome .look {
	position: relative;
	margin: 5% auto;
}
#main_contents .cafeathome .look .img {
	position: relative;
	line-height: 0;
	overflow: hidden;
	border-radius: 10px;
}
#main_contents .cafeathome .look .img img,#main_contents .cafeathome .look .icon img {
	width: 100%;
	border-radius: 10px;

}
#main_contents .cafeathome .look .img:nth-of-type(2) {
	width: 40%;
	margin: 10% 0
}
#main_contents .cafeathome .look .img:nth-of-type(3) {
	width: 40%;
	margin: -35% 0 0 50%
}
#main_contents .cafeathome .look .img:nth-of-type(4) {
	width: 35%;
	margin:5% 0 0 5%
}
#main_contents .cafeathome .look .img:nth-of-type(5) {
	width: 55%;
	margin: -40% 0 0 45%
}
#main_contents .cafeathome .look .icon {
	width: 30%;
	position: absolute;
	top: 30%;
	right: 10%;
}
#main_contents .cafeathome .look .txt {
	position: relative;
	width: 90%;
	max-width: 600px;
	margin: 10% auto;
}
#main_contents .cafeathome .look .txt p {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10%;
}
@media only screen and (max-width: 768px)  {
	#main_contents .cafeathome .look .img img {
		width: 100%;
	}
	#main_contents .cafeathome .look .img:nth-of-type(1),#main_contents .cafeathome .look .img:nth-of-type(1) img {
		border-radius: 0;
	}
	#main_contents .cafeathome .look .img:nth-of-type(2) {
		width: 70%;
		margin: 15% 0
	}
	#main_contents .cafeathome .look .img:nth-of-type(3) {
		width: 80%;
		margin: 10% 0 0 20%
	}
	#main_contents .cafeathome .look .img:nth-of-type(4) {
		width: 50%;
		margin: 10% 0 0 5%
	}
	#main_contents .cafeathome .look .img:nth-of-type(5) {
		width: 100%;
		margin: 10% 0 0 0;
		border-radius: 0;
	}
	#main_contents .cafeathome .look .img:nth-of-type(5) img {
		border-radius: 0;
	}
	#main_contents .cafeathome .look .icon {
		width: 35%;
		position: absolute;
		top: 11%;
		right: 10%;
	}
	#main_contents .cafeathome .look .txt {
		position: relative;
		bottom: auto;
		left: auto;
		width: 100%;
		margin: 10% auto;
	}
	#main_contents .cafeathome .look .txt p {
		width: 90%;
		margin: 0 auto;
	}
}

#main_contents .beans .look {
	position: relative;
	margin: 5% auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
#main_contents .beans .look .img {
	position: relative;
	line-height: 0;
}
#main_contents .beans .look .img img {
	width: 100%;
}
#main_contents .beans .look .img:nth-of-type(1) {
	grid-column: 1/3;
}
#main_contents .beans .look .img:nth-of-type(5) {
	grid-column: 1/3;
	margin-bottom: 5%;
}
#main_contents .beans .look .txt {
	grid-column: 1/3;
}
#main_contents .beans .look .txt p {
	text-align: center;
	font-size: 14px;
	padding: 10% 0
}
#main_contents .beans .look .more {
	grid-column: 1/3;
}
@media only screen and (max-width: 768px)  {
	#main_contents .beans .look {
		position: relative;
		margin: 10% auto;
		display: block;
	}
	#main_contents .beans .look .img:nth-of-type(2) {
		width: 75%;
		margin-top: 15%;
	}
	#main_contents .beans .look .img:nth-of-type(3) {
		width: 75%;
		margin-left: 25%;
	}
	#main_contents .beans .look .txt p {
		font-size: 12px;
		padding: 20% 0
	}
}




#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: 10px;
}
#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;
	transition: 0.5s all 0s ease;
}
#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: 0px;
	}
	#main_contents .products .data {
		transform: translate(0);
	}	
	#main_contents .products .data p {
		font-size: 11px;
		color: #FFF;
	}
}


#main_contents .shop {
	margin-bottom: 0;
}
#main_contents .shop .box {
	box-sizing: border-box;
	border: 1px solid #000;
	padding: 30px;
	background: #eee;
	border-radius: 10px;
	height: 100%;
}
.mercard #main_contents .shop .box {
	border: 1px solid #000;
	background: #000;
	
}
#main_contents .shop .box .name {
	font-size: 16px;
	font-weight: 600;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#main_contents .shop .box .name::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 25px;
	height: 2px;
	background: #000;
}
.mercard #main_contents .shop .box .name::before {
	background: #FFF;
}
#main_contents .shop .box p {
	font-size: 12px;
	font-weight: 400;
}
#main_contents .shop .swiper {
	margin: 5% auto;
}

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

	#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;
		}
		
	}
	
	/*.csu #main_contents .swiper-button-prev::after {
	  background-image:url("../img/arrow_prev1.svg")!important;
	}*/
	.csu #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;
	}
@media only screen and (max-width: 768px)  {
	#main_contents .shop .box {
		width: 90%;
		margin: 0 auto;
	}	
	
}

#main_contents .sns ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 120px;
	margin: 0 auto;
}
#main_contents .sns li {
	width: 30px;
	text-align: center;
	margin-bottom: 10%;
	position: relative;
	margin: 0 auto;
}
.mercard #main_contents .sns li {
	filter: invert(1)
}




#main_visual .visual .bg {
	opacity: 0;
	transform: scale(1.1);
	transition: 1.8s all 0.2s ease;
}
#main_visual.ac .visual .bg {
	opacity: 1;
	transform: scale(1);
}
#main_visual .visual h2 {
	opacity: 0;
	transition: 1s all 0.5s ease;
}
#main_visual.ac .visual h2 {
	opacity:1;
}

#main_contents .cafeathome .look .img img {
	opacity: 0;
	transform: translate(0,50px);
	transition: 1.2s all 0s ease;
}
#main_contents .cafeathome .look .img.ac img {
	opacity: 1;
	transform: translate(0);
}
#main_contents .concept span {
	opacity: 0;
	transition: 1.2s all 0s ease;
}
#main_contents .concept span:nth-of-type(2) {
	transition-delay: 0.3s;
}
#main_contents .concept span:nth-of-type(3) {
	transition-delay: 0.6s;
}
#main_contents .concept span:nth-of-type(4) {
	transition-delay: 0.9s;
}
#main_contents .concept span:nth-of-type(5) {
	transition-delay: 1.2s;
}
#main_contents .concept span:nth-of-type(6) {
	transition-delay: 1.5s;
}
#main_contents .concept span:nth-of-type(7) {
	transition-delay: 1.8s;
}
#main_contents .concept span:nth-of-type(8) {
	transition-delay: 2.1s;
}
#main_contents .concept span:nth-of-type(9) {
	transition-delay: 2.4s;
}
#main_contents .concept.in span {
	opacity: 1;
}
