@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-03.jpg") no-repeat 60%;
	background-size: cover;
}

#main_visual .visual.mercard_top .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../img/main-04.jpg") 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: 100svh;
	}
	#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;
}

@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 .concept {
	margin: 10% 0;
	
}
#main_contents .concept h3 {
	text-align: left;
	font-size: 20px;
	font-weight: 500;
	line-height: 2.4
}
.mercard #main_contents .concept h3 {
	text-align: left;
	font-size: 26px;
	font-weight: 400;
	line-height: 2;
}
#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 .concept .inner span {
	display: block;
}
#main_contents .concept .inner .txt{
	width: 90%;
	margin: 5% 0;
}
@media only screen and (max-width: 768px)  {
	#main_contents .concept .inner .left {
		text-align: left;
		width: 90%;
		margin: 0 auto;
	}
	#main_contents .concept .inner .txt {
		margin: 20% auto 0
	}
	#main_contents .concept .inner .txt p {
		font-size: 12px;
	}
}

#main_contents .contents img,#main_contents .howto img {
	width: 100%;
}
#main_contents .contents .more {
	margin: 10% 0 0;
	text-align: left;
}

#main_contents .contents .set {
	position: relative;
	margin: 10% auto;

}
#main_contents .contents .set .img {
	width: 45%;
}
#main_contents .contents .set .title {
	width: 45%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(0,-50%);
}
#main_contents .contents .reverse .img {
	margin-left: 55%;
}
#main_contents .contents .reverse .title {
	left: 0;
}
#main_contents .contents .wide .title,#main_contents .contents .full .title {
	position: relative;
	margin: 5% auto;
	width: 100%;
	left: auto;
	top: auto;
	transform: translate(0)
}
@media only screen and (max-width: 768px)  {
	#main_contents .contents .inner {
		margin: 20% auto;
	}
	#main_contents .contents .more {
		text-align: right;
		margin-top: 5%;
	}
	#main_contents .contents .set {
		width: 100%;
	}
	#main_contents .contents .set .img {
		width: 80%;
		margin: 0 auto;
	}
	#main_contents .contents .set .f_img {
		width: 100%;
		margin: 0 auto;
	}
	#main_contents .contents .set .title {
		width: 90%;
		position: relative;
		top: auto;
		left: auto;
		transform: translate(0%);
		margin: 5% auto;
	}
	#main_contents .contents .reverse .img {
		margin-left: auto;
	}
	#main_contents .contents .reverse .title {
		right: auto;
	}	
	#main_contents .contents .wide .title,#main_contents .contents .full .title  {
		width: 90%;
	}
}

#main_contents .inner .title h3 {
	font-size: 30px;
	font-weight: 600;
}
#main_contents .contents .set .title h3 {
	font-size: 26px;
	font-weight: 600;
}
#main_contents .contents .set .title h4 {
	font-size: 14px;
	font-weight: 500;
	margin: 15px 0
}
#main_contents .inner .title p {
	padding: 0;
	font-weight: 400;
}
#main_contents .inner .set .title p {
	font-size: 12px;
	margin: 4% 0 0 0;
	line-height: 2.4;
}
#main_contents .inner .set .title.mid p {
	margin: 0 ;
}
#main_contents .inner .title p::before {
	display: none;
}
@media only screen and (max-width: 768px)  {
	#main_contents .inner .title {
		text-align: center;
		width: 90%;
		margin: 0 auto;
	}
	#main_contents .inner .title h3 {
		font-size: 20px;
		font-weight: 600;
		margin: 0 auto 5%;
	}
	#main_contents .contents .set .title h3 {
		font-size: 20px;
		font-weight: 600;
	}
	#main_contents .contents .set .title h4 {
		font-size: 14px;
		font-weight: 500;
		margin: 15px 0;
		text-align: left
	}	
	#main_contents .inner .title p {
		font-size: 12px;
		line-height: 2;
	}
	#main_contents .inner .set .title p {
		font-size: 12px;
		text-align: left;
	}
}



#main_contents .inner .wide .img {
	width: 100%;
	display: grid;
	grid-template-columns: 60% 40%;
}
#main_contents .inner .full .img {
	width: 100%;
}
@media only screen and (max-width: 768px)  {
	#main_contents .inner .wide .img {
		width: 80%;
		display: block;
		margin: 0 auto;
	}
}


#main_contents .inner .txt,#main_contents .inner .item {
	margin: 5% 0;
	width: 90%;
}
#main_contents .inner .txt p {
	font-size: 14px;
}
#main_contents .item p {
	font-size: 12px;
}
#main_contents .item p:nth-of-type(1) {
	font-weight: 600;
}
#main_contents .howto {
	margin: 5% auto;
}
#main_contents .slide2 .step {
	font-weight: 600;
}
#main_contents .slide2 .txt p {
	font-size: 11px;
	line-height: 1.8;
}
	.swiper-wrapper,.swiper-slide {
		height: auto;
	}

.swiper-button-next, .swiper-button-prev {
	top: 34%;
}
	#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 .slide2 {
		padding: 0 5%
	}
	#main_contents .inner .txt,#main_contents .inner .item  {
		margin: 10% auto;
	}
	#main_contents .inner .txt p {
		font-size: 12px;
	}
	#main_contents .item p {
		font-size: 12px;
	}

}

#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 img.ac {
	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;
}
