@charset "utf-8";

/*  main-visual-container  */
.main-visual-container{
	overflow: hidden;
	width: 100%;
	height: 747px;
	background: rgb(189,220,181);
    background: linear-gradient(90deg, rgba(189,220,181,1) 0%, rgba(190,220,181,1) 100%);
}
.main-visual-container > div{
	position: relative;
	padding: 125px 0 0;
	text-align: center;
}

.main-visual-container div.swiper-top{
	max-width:1160px;
	height:550px;
	overflow:hidden;
	margin: 0 auto;

}
.main-visual-container .swiper-pagination{
	bottom: -25px;

}
.main-visual-container > div ul {
	width:100%;
}
.main-visual-container > div ul li{
	width:100%;
    position: relative;
}
.main-visual-container > div ul li figure{
	position: relative;
	width:100%;
	height: 100%;
	overflow: hidden;
	text-align:center;

}

.main-visual-container > div ul li figure img{
	position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  z-index:1;
}
.main-visual-container > div ul li div{
    position: absolute;
	bottom: 50px;
	left:8%;
	min-width:386px;
	max-width: calc(100% - 16%);
	background :rgba(255, 255, 255,0.85);
	text-align:left;
	font-weight: 600;
	z-index:2;
}
.main-visual-container > div ul li div p{
	position: relative;
	padding: 25px 25px 0;
	font-size: 1.6rem;
}
.main-visual-container .swiper-pagination-bullet{
	background:none !important;
	border: solid 1px #987b67;
	opacity: 1 !important;
	margin: 0 8px!important;
}
.main-visual-container .swiper-pagination-bullet-active{
	background:#987b67 !important;
}
.main-visual-container .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: none;
	font-size:0;
	caret-color: transparent;
}
.main-visual-container .swiper-pagination-clickable .swiper-pagination-bullet:hover {
    cursor: pointer;
}
.main-visual-container > div ul li div p:before{
	position: absolute;
	top:0;
	left: 0;
	width:18px;
	height:44px;
	background: url('../img/mv-text-header.png') no-repeat 0 0 scroll;
	content: "";
}

.main-visual-container > div ul li div span{
    display: block;
	margin: 15px 25px;
	padding-top: 15px 0 25px;
	border-top:solid 1px #987b67;
	font-size: 1.5rem;
}

.swiper-button-next,
.swiper-button-prev{
	width: 60px;
    height: 60px;
	border-radius:50%;
	margin-top: 30px;
	background:rgba(255, 255, 255,0.7);
	box-shadow:0 0 2px 0 rgba(0, 0, 0,0.2);
	text-align: center;
	color:#987b67;
}
.swiper-button-next:after,
.swiper-button-prev:after{
	font-size: 30px;

}
.swiper-button-prev{
  left: 30px;
}
.swiper-button-next{
  right: 30px;
}
/* we-are-container */
.we-are-container{
	padding: 60px  0 30px;
	border-top: solid 1px #987b67;
}

.we-are-container h2{
	position: relative;
	text-align: center;
}

.we-are-container h2 a{
	display: inline;
}
.we-are-container h2 button{
	position: absolute;
	top: 50%;
	right: 0;
	width:60px;
	min-width: 0;
	height: 60px;
	margin-top: -30px;
	box-shadow: none;
	border: solid 1px #987b67;
	border-radius: 50%;
	background: #fff;
}
.we-are-container h2 button span{
	position: relative;
}
.we-are-container h2 button:hover{
	animation-duration: 0.3s;
	animation-timing-function: ease-in-out;
	animation-fill-mode:forwards;
	animation-name: weareBtnAnimation;
}
.we-are-container h3{
	padding-top:50px;
	text-align: center;
	font-size:2.1rem;
	font-weight:600
}
.we-are-container p{
	padding:20px 0 40px;
	font-size:1.6rem;
	line-height: 2;
	text-align: center;

}
@keyframes weareBtnAnimation {
    0% {background-color: #fff;}
    100% {background-color: #987b67;}
}
.we-are-container h2 button span:before,
.we-are-container h2 button span:after{
	position: absolute;
	top: 50%;
	right: -10px;
	width: 16px;
	height: 1px;
	background-color: #987b67;
	content:""
}
.we-are-container h2 button:hover span:before,
.we-are-container h2 button:hover span:after{
	animation-duration: 0.3s;
	animation-timing-function: ease-in-out;
	animation-fill-mode:forwards;
	animation-name: weareBtnPrefixAnimation;
}
@keyframes weareBtnPrefixAnimation {
    0% {background-color: #987b67;}
    100% {background-color: #fff;}
}
.we-are-container h2 button span:before{
	margin-top:-11px;
	transform: rotate(45deg);
}
.we-are-container h2 button span:after{
	margin-top:0px;
	transform: rotate(-45deg);
}
.we-are-container h2 a:hover{
	text-decoration: none;
	opacity: 0.8;
}
.we-are-container h2 img{
	width: 188px;
}
.we-are-container h2 span{
	display: block;
	margin-top: 10px;
	line-height: 1;
	text-align: center;
	font-size:1.6rem;
	font-weight: 500;
}
.we-are-container h2 span img{
	width: 125px;
}



/* tag_container */
.tag_container{
	padding: 35px 0;
	background: #e7e7e7;
	border-top: solid 1px #987b67;
	border-bottom: solid 1px #987b67;
}
.tag_container > div{
	position: relative;
	padding-left: 150px;
}
.tag_container > div > span{
	position: absolute;
	top:0;
	left: 0;
	font-size: 2.0rem;
}
.tag_container .tag-swiper{
	height: 30px;
	font-size: 0;
}
.tag_container .swiper-wrapper {
	transition-timing-function: linear !important;
  }
.tag_container .swiper-slide{
	/*
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;DS
	align-items: center;
	*/
	width:auto;
	vertical-align: top;
	font-size: 1.7rem;
	padding-right: 25px;
}
.tag_container .swiper-slide a{
	position: relative;
	display: inline-block;
	padding: 0 0 1px 0;
	overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}
.tag_container .swiper-slide a:hover{
	text-decoration: none;
}
.tag_container .swiper-slide a:hover:after{
	position: absolute;
	left:0;
	bottom: 4px;
	display: inline-block;
	width: 0;
	height: 1px;
	background-color: #987b67;
	
	animation-name: tagUnderlineAnimation;
	animation-duration: 0.3s;
	animation-timing-function: ease-in-out;
	animation-fill-mode:forwards;
	content: "";
}
@keyframes tagUnderlineAnimation {
    0% {width: 0;}
    100% {width: 100%;}
}




/* pick-up-container */
.pick-up-container{
	padding: 90px 0 105px;
	background: #e7e7e7;
}
.pick-up-container h2{
	position: relative;
}
.pick-up-container h2 img{
	width: 203px;
}
.pick-up-container h2 .baloon-box{
	top: -4px;
	left:260px
}
.pick-up-container h2 .baloon-box img{
	width: 268px;
}
.pick-up-container .swiper-wrapper{
	display: block !important;
	height: auto !important;

}
.pick-up-container ul.for-pc{
	margin-top: 70px;
}
.pick-up-container .switch-btn-container{
	margin-top:  70px;
	text-align: center;
}
.pick-up-container .switch-btn-container button{
	display: inline-block;
	width: 280px;
	height:64px;
	margin: 0 10px;
	padding: 0;
	line-height: 62px;
	background-color: #fff;
	border: solid 1px #987b67;
	border-radius: 32px;
	box-sizing: border-box;
	box-shadow: none;
	color:#987b67;
	font-size:2.2rem;
}
.pick-up-container .switch-btn-container button.active{
	background-color: #987b67;
	color:#fff;
}
.pick-up-container .switch-btn-container button:hover{
	opacity: 0.7;
}

/* new-recipe-container */
.new-recipe-container{
	padding: 0;
	background: #e7e7e7  no-repeat center 0 scroll;
}
.new-recipe-container::after{
	display: block;
	width: auto;
	height:85px;
	background: #e7e7e7  no-repeat center 0 scroll;
	content:"";
}
.new-recipe-container > div{
	border-top: solid 1px #987b67;
	padding: 80px 0 0;
}
.new-recipe-container h2{
	position: relative;
	padding: 0 20px;
}
.new-recipe-container h2 .baloon-box{
	top: -4px;
	left:230px;
	border:solid 1px #987b67;
}
.concept-container h2 .baloon-box:after,
.column-container h2 .baloon-box:after,
.new-recipe-container h2 .baloon-box:after{
	position:absolute;
	display: block;
	top: 20px;
	left:-13px;
	height: 10px;
	width: 18px;
	background: url('../img/ballon-top.svg') no-repeat;
	background-size:cover;
    transform: rotate(-90deg);
    z-index:100;
	content:"";
}

.new-recipe-container h2 img{
	width: 175px;
	margin-top: 5px;
}

.new-recipe-container h2 .baloon-box img{
	width: 580px;
}
.new-recipe-container h2 .baloon-box img.w-1200{
	display: none;
}
.column-container ul,
.new-recipe-container ul{
	margin: 65px 0 60px;
	font-size: 0;
}
.column-container ul li,
.new-recipe-container ul li{
	position: relative;
	display:  inline-block;
	width: calc((100% - 90px) / 3);
	margin: 0 45px 45px 0 ;
	vertical-align: top;
}
.column-container ul li:nth-child(3n),
.new-recipe-container ul li:nth-child(3n){
	margin-right: 0;
}

.column-container ul li:nth-child(4),
.column-container ul li:nth-child(5),
.column-container ul li:nth-child(6),
.new-recipe-container ul li:nth-child(4),
.new-recipe-container ul li:nth-child(5),
.new-recipe-container ul li:nth-child(6){
	margin-bottom: 0;

}
.column-container ul li > div,
.new-recipe-container ul li > div{
	display: block;
	height: 100%;;
	background: #fff;
}
.new-recipe-container ul li a{
  position: relative;
  display:block;
}
.column-container ul li a figcaption,
.new-recipe-container ul li a div{
	position: absolute;
	left: 0;
	bottom:0;
	width:100%;
	z-index:51;
	font-size: 1.6rem;
	transform: translate3d(0, 0, 1px);
}
.column-container ul li .label{
  position: absolute;
  left:0;
  top:0;
  height:30px;
  padding: 0 10px;
  line-height:30px;
  padding: 0 10px;
  z-index:51;
  color:#fff;
  font-size: 1.6rem;
  transform: translate3d(0, 0, 1px);
}
.column-container ul li a > p{
	margin-top:5px;
}
.column-container ul li a:hover,
.new-recipe-container ul li a:hover{
	opacity:0.7;
}

.new-recipe-container ul li a:hover span,
.new-recipe-container ul li a:hover h3{
	text-decoration: none !important;
}
.column-container ul li figure,
.new-recipe-container ul li figure{
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0 auto!important;
	text-align: center;

}
.column-container li figure:after,
.new-recipe-container  li figure:after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    opacity: 0.8;
    width: 100%;
    height: 200px;
	z-index:5;
    background: rgb(112,90,75);
    background: linear-gradient(180deg, rgba(112,90,75,0) 1%, rgba(112,90,75,0.7) 35%, rgba(112,90,75,1) 100%);
	transform: translate3d(0, 0, 1px);
    content: "";
}
.column-container ul li img,
.new-recipe-container ul li img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index:2;
	object-fit: cover;
	pointer-events:none;
	transform: translate3d(0, 0, 0px);
	-webkit-overflow-scrolling: touch;
}
.column-container ul li .txt-exp{
	min-height: 40px;
	padding: 0 10px 15px;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: normal;
	color: #fff !important;
	transform: translate3d(0, 0, 1px);

}
.new-recipe-container ul li h3{
	min-height: 40px;
	padding: 0 10px 15px;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: normal;
	color: #fff !important;
}
.column-container ul li span,
.new-recipe-container ul li span.text-date{
	display: block;
	padding: 10px 10px 0;
    text-align: right;
	font-size: 1.6rem;
	color: #fff !important;
}

.new-recipe-container ul li p{
	padding: 0 0 20px;
	text-align: right;
}
.new-recipe-container ul li p span.tag{
	margin-top: 10px;
}
.new-recipe-container .btn-container{
	padding: 0;
}

.new-recipe-container .swiper-button-next,
.new-recipe-container .swiper-button-prev{
	display: none !important;
}
.new-recipe-container  .btn-container svg{
	width: 153px;
}


/* column-container */
.column-container{
	padding: 85px 0 85px;
	background: #e7e7e7;
}
.column-container h2{
	position: relative;
	padding: 0 20px;
}
.column-container  h2 .baloon-box{
	top: -4px;
	left:260px;
	border: solid 1px #987b67;
}
.column-container h2 img{
	width: 200px;
}
.column-container  h2 .baloon-box img{
	width: 745px;
}
.column-container  h2 .baloon-box img.w-1200{
	display: none;
}
.column-container .btn-container{
	padding-top: 0;
}
.column-container .btn-container svg{
	width: 170px;
}
.column-container ul.for-pc{
	margin-top: 70px;
}

/* concept-container */
.concept-container{
	padding: 55px 0 85px;
	background: url(../img/bg_concept.webp) no-repeat center 0 scroll;
	background-size: 100% auto;
}
.concept-container h2{
	position: relative;
	padding: 0 20px;
}
.concept-container h2 img{
	width: 170px;
}
.concept-container  h2 .baloon-box{
	top: -4px;
	left:258px;
	border: solid 1px #987b67;
}
.concept-container  h2 .baloon-box img{
	width: 745px;
}
.concept-container  h2 .baloon-box img.w-1000{
	display:none
}
.concept-container ul{
	padding: 130px 0 60px;
	font-size: 0;
}
.concept-container ul li{
	display: inline-block;
	width: calc((100% - 90px) / 3);
	margin-right: 45px;
}
.concept-container ul li:last-child{
	margin: 0;
}
.concept-container ul li a:hover{
	text-decoration: none;
	opacity: 0.8;
}
.concept-container ul li a:hover p,
.concept-container ul li a:hover h3{
	text-decoration: underline;
}
.concept-container ul li h3{
	padding: 20px 0;
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	font-weight: normal;
}
.concept-container ul li figure{
	overflow: hidden;
	position: relative;
	width: 360px;
	height: 360px;
	margin: 0 !important;
	text-align: center;
}
.concept-container ul li figure img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
}
.concept-container ul li p{
	
	display: -webkit-box;
	overflow: hidden;
	color: #fff;
	font-size: 1.8rem;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.concept-container .concept_swiper{
	margin-top: 10px;
}
.concept-container .btn-container svg{
	width: 144px;
}


/* new-contanier */
.news-contanier{
	padding: 82px 0 90px;
	background-color: #f9f9f9;
	border-top: solid 1px #987b67;
}
.news-contanier h2{
	position: relative;
	text-align: center;
}
.news-contanier h2 img{
	width:148px;
}
.news-contanier h2 .btn-small{
	position: absolute;
	top:0;
	right:0;
}
.news-contanier ul{
	margin: 60px 0 0;
}
.news-contanier li a{
	display: table;
	padding: 0 0 20px;
}
.news-contanier li:last-child a{
	padding: 0;
}
.news-contanier li > a span{
	display: table-cell;
	width:184px;
	font-size: 1.7rem;
}
.news-contanier li a > p{
	display: table-cell;
	width: calc(100% - 184px);
	font-size: 1.7rem;
}
.news-contanier .btn-small svg{
	margin-top: -3px;
	width: 94px;
}
