@charset "utf-8";
/* CSS Document */
/* =========================================================
 #heading
========================================================= */
#heading .inner figure{
	background-image: url("../img/coffee/heading.jpg");
}
#heading h1{
    width: 30vw;
}
#heading h1 em{
    font-size: 3.5rem;
}

@media screen and (max-width: 560px) {
#heading .inner figure{
	background-image: url("../img/coffee/heading_sp.jpg");
    height: 70vw;
}

#heading h1 {
    width: 90vw;
    padding-top: 70px;
    padding-bottom: 30px;
}
#heading h1 em{
    font-size: 7vw;
}
}
/* =========================================================
 #visual
========================================================= */
#visual{
	background-image: url("../img/top/visual_bg.jpg");
	background-repeat: no-repeat;
	background-position: right top 3.125vw;
	background-size:87.5vw auto;
	padding: 0 0 80px 0;
	margin: 50px 0 0 6vw;
	overflow: hidden;
}

#visual figure{
	position: relative;
}

#visual figure img{
		margin:0;
		width: 63.07291666666667vw;
		height: auto;
}

#visual figcaption{
	width: 30vw;
	height: 25vw;
	display: flex;
	align-items: center;
	padding:0 3.6458333333333335vw;
	background-color:rgba(255,255,255,0.9);
	border: solid 1px #c0a84b;
	box-sizing: border-box;
	position: absolute;
	right: 6vw;
	top:0;
	bottom: 0;
	margin: auto;
}

#visual figcaption > div{
	max-width: 100%;
}

#visual figcaption .title{
	font-size: 2.0833333333333335vw;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin: 0 0 1.5625vw 0;
	line-height: 1.3;
}

#visual figcaption .title small{
	display: block;
	font-size: 1vw;
	color: #cbb047;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.1em;
	margin: 0 0 1.5vw 0;
}

#visual figcaption .text{
	line-height: 1.6;
	letter-spacing: 0.1em;
	font-size: 100%;
}

#visual figcaption .text a.link{
	display: block;
	margin-top:10px;
	font-weight: bold;
	transition: .3s;
}
#visual figcaption .text a.link:hover{
	color: #cbb047;
}
#visual figcaption .button{
	margin: 1.3020833333333335vw 0 0 0;
	width: 11.458333333333334vw;
}

#visual figcaption .button a{
	padding: 0.78125vw 0;
	font-size: 16px;
}

#visual .slick-counter{
	font-size: 0.9375vw;
	letter-spacing: 0.1em;
	position: absolute;
	right: 22.395833333333336vw;
	bottom: 0.5vw;
}

#visual .slide-arrow{
	position: absolute;
	z-index: 9;
	cursor: pointer;
}

#visual .prev-arrow{
	right: 27vw;
	bottom: 0;
}

#visual .next-arrow{
	right: 18.854166666666668vw;
	bottom: 0;
}

#visual .slide-arrow img{
	width: 0.8854166666666667vw;
	height: auto;
}

/* more button */
.button {
	width: 800px;
	margin: 60px auto 100px auto;
}
.button a {
    background: #c18308;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 450px;
    padding: 15px 50px;
    /* font-family: "Noto Sans Japanese"; */
    color: #ffffff;
    line-height: 1.5;
    text-decoration: none;
    transition: .3s ease-in-out;
    font-weight: 500;
	font-size: 1.3em;
}
.button a:hover {
    background: #c18308;
    color: #FFF;
}
.button a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button a:hover:after {
    border-color: #FFF;
}
/* =========================================================
 #secBnr
========================================================= */
#secBnr {
	margin: 100px auto 50px auto;
}
#secBnr .inner {
    width: 1200px;
    margin: 0 auto;
}
#secBnr ul li:nth-of-type(n+2) {
	margin-top: 25px;
}
#secBnr ul li a {
	transition: 0.3s;
}
#secBnr ul li a:hover {
	opacity: 0.7;
}
/* sns banner */
#secBnr .snsWrap{
	display: flex;
	flex-wrap:nowrap;
	justify-content:space-between;
	gap: 5px;
	margin-top: 20px;
}

#secBnr .bannerArea{
	color: #cbb047;
	display: block;
	margin: 35px 0 0 0;
	text-align: center;
	font-size: 1.5em;
}

/* =========================================================
 #secNews
========================================================= */
#secNews dl:nth-of-type(n+6) {
	display: none;
}
#secNews p a,
.secNews p a{
	letter-spacing: 0.1em;
	transition: .3s;
}
#secNews p a:hover,
.secNews p a:hover{
	color: #cbb047;
}
#secNews p.shooting {
  padding-bottom: 10px;
  border-bottom: 1px solid #dfd5af;
  margin-bottom: 30px;
}


@media (min-width: 1200px) and ( max-width:1480px) {
	#visual figcaption{
		height: 25vw;

	}
}

@media(max-width:1200px) {
  #visual{
		background-position: left 69px top 38px;
		background-size:1050px auto;
		margin: 50px 0 0 81px;
  }
	#visual figure{
		min-width: 1119px;
	}
	#visual figure img{
			width: 757px;
	}

	#visual figcaption{
		width: 356px;
		height: 250px;
		padding:0 44px;
		right: 125px;
	}

	#visual figcaption .title{
		font-size: 22px;
		margin: 0 0 17px 0;
	}

	#visual figcaption .title small{
		font-size: 12px;
		margin: 0 0 15px 0;
	}

	#visual figcaption .text{
		font-size: 12px;
	}

	#visual figcaption .button{
		margin: 15.6167px 0 0 0;
		width: 137.483px;
	}

	#visual figcaption .button a{
		padding: 0.78125vw 0;
		font-size:12px;
	}

	#visual .slick-counter{
		font-size: 14px;
		right: 268.75px;
		bottom: 6px;
	}

	#visual .prev-arrow{
		right: 324px;
	}

	#visual .next-arrow{
		right: 226px;
	}

	#visual .slide-arrow img{
		width: 10.6167px;
	}
	#visual .slideWrap{
		min-width: 1119px;
	}

	
}

/* =========================================================
 #main
========================================================= */

/* secMovie
--------------------------------------------------------- */
#secMovie{
	margin: 100px 0 0 0;
}
#secMovie .inner{
	width: 1200px;
	margin: 0 auto;
}
#secMovie .movieWrap{
	display: flex;
	justify-content:space-between;
}

/* animation */
#secMovie .movieWrap iframe.fadein {
  opacity : 0.1;
  transform : translate(0, 200px);
  transition : all ease 1.2s;
}
#secMovie .movieWrap iframe.fadein.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}
/* 2つ目 */
#secMovie .movieWrap iframe:nth-of-type(2) {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}

/* secOnlineStore
--------------------------------------------------------- */
#secOnlineStore{
	margin: 160px 0 0 0;
	background-image: url("../img/top/online_store_bg.jpg");
	background-repeat: no-repeat;
	background-position: top 376px left;
	background-size: auto 78%;
}

#secOnlineStore .inner{
}

#secOnlineStore h2{
	width: 1200px;
	margin: 0 auto 60px auto;
}

#secOnlineStore .itemWrap .item figure {
	overflow: hidden;
}
#secOnlineStore .itemWrap .item figure.image img {
	width: auto;
	height: 300px;
}
#secOnlineStore .itemWrap .item figure.image img.w270 {
	width: 270px;
	height: auto;
}

#secOnlineStore .itemList:nth-of-type(n+2){
	margin: 100px 0 0 0;
}

#secOnlineStore .itemList .itemWrap .item .title em{
	padding: 20px 20px 0 20px;
}

#secOnlineStore .gift.itemList .itemWrap .item figure{
	background-color: #fff;
}
#secOnlineStore .gift.itemList .itemWrap .item figure.image img {
	width: 100%;
	height: auto;
}

/* animation */
#secOnlineStore.fadein {
  opacity : 0.1;
  transform : translate(0, 200px);
  transition : all ease 1.2s;
}
#secOnlineStore.fadein.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}

#secOnlineStore .itemWrap .item.fadein {
  opacity : 0.1;
  transform : translate(0, 200px);
  transition : all ease 1.2s;
}
#secOnlineStore .itemWrap .item.fadein.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}
/* 2つ目 */
#secOnlineStore .itemWrap .item:nth-of-type(2) {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}
/* 3つ目 */
#secOnlineStore .itemWrap .item:nth-of-type(3) {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}
/* 4つ目 */
#secOnlineStore .itemWrap .item:nth-of-type(4) {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}

/* coffee item
--------------------------------------------------------- */

.itemWrap.coffee{
	display: flex;
	flex-wrap: wrap;
	width: 1200px;
	margin: 0 auto 0 auto;
}

.itemWrap.coffee .item{
	position: relative;
	width: 270px;
	display: block;
	border-top: solid 1px #c0a84b;
	border-left: solid 1px #c0a84b;
	border-right: solid 1px #c0a84b;
	margin-left: 40px;
	margin-bottom: 31px;
	transition: .3s;
	box-sizing: border-box;
}

.itemWrap.coffee .item:after{
	content: "";
	display: block;
	width: 270px;
	height: 31px;
	background-image: url("../img/top/online_store_item_bg.png");
	background-repeat: no-repeat;
	position: absolute;
	bottom: -31px;
	left:-1px;
}

.itemWrap.coffee .item.new:before{
	content: "NEW";
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.4rem;
	letter-spacing: 0.2em;
	padding: 10px 24px;
	background-color: #c22f2f;
	color: #fff;
	position: absolute;
	top: 20px;
	left: 20px;
}

.itemWrap.coffee .item:nth-child(4n+1){
	margin-left: 0;
}

.itemWrap.coffee .item:nth-child(n+5){
	margin-top: 0;
}

.itemWrap.coffee .item figure{
	width: 100%;
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f7f6f0;
}
.itemWrap.coffee .item figure.bgWhite{
	background-color: #fff;
}
.itemWrap.coffee .item .title{
	background-color: #ffffff;
	/* text-align: center; */
	padding: 0 1px;
}

.itemWrap.coffee .item .title em{
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.1em;
	font-size: 2.4rem;
	padding: 40px 20px 0 20px;
	background-color: #ffffff;
	display: block;
}

.itemWrap.coffee .item .title small{
	display: block;
	font-size: 1.7rem;
	letter-spacing: 0.1em;
	margin: 0 5px 0 5px;
	line-height: 1.5;
}

.itemWrap.coffee .item .title:after{
	content: "";
	display: block;
	margin: 20px auto 0 auto;
	background-color: #c0a84b;
	width: 40px;
	height: 3px;
}

.itemWrap.coffee .item .price{
	padding: 20px 20px 10px 20px;
	text-align: center;
	font-size: 1.8rem;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	letter-spacing: 0.1em;
	background-color: #ffffff;
}

.itemWrap.coffee .item .price .small{
	font-size: 1.2rem;
}

.itemWrap.coffee .item .price:after{
	content: "（税抜）";
	display: inline-block;
	font-size: 1.2rem;
}

.itemWrap.coffee .item .cat{
	padding: 20px 20px 0 20px;
	background-color: #ffffff;
}

.itemWrap.coffee .item .cat ul{
	display: flex;
	flex-wrap: wrap;
}

.itemWrap.coffee .item .cat ul li{
	border: solid 1px #c0a84b;
	color: #c0a84b;
	font-size: 1.3rem;
	padding: 10px 0;
	width: 110px;
	box-sizing: border-box;
	text-align: center;
	margin-left: 8px;
}

.itemWrap.coffee .item .cat ul li:first-child{
	margin-left: 0;
}

/* secCafeMenu
--------------------------------------------------------- */
#secCafeMenu{
	margin: 112px 0 0 0;
}

#secCafeMenu .inner{
	width: 1200px;
	margin: 0 auto;
	background-image: url("../img/top/cafe_menu_bg.png");
	background-repeat: no-repeat;
	background-position: left 182px top 67px;
}

#secCafeMenu .picWrap{
	display: flex;
	justify-content:space-between;
}

#secCafeMenu .picWrap figure{
	background-color: #ffffff;
}
#secCafeMenu .picWrap figure:nth-child(1){
	margin: 0 0 0 -30px;
}
#secCafeMenu .picWrap figure:nth-child(2){
	margin: -82px 0 0 35px;
}

#secCafeMenu .picWrap figure:nth-child(3){
	padding: 0 0 0 48px;
	margin: -188px 0 0 97px;
	z-index: 1;
}

/* animation */
#secCafeMenu .picWrap figure.fadein {
  opacity : 0.1;
  transform : translate(0, 200px);
  transition : all ease 1.2s;
}
#secCafeMenu .picWrap figure.fadein.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}

/* 2つ目 */
#secCafeMenu .picWrap figure:nth-of-type(2) {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}
/* 3つ目 */
#secCafeMenu .picWrap figure:nth-of-type(3) {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}

/* secTopics
--------------------------------------------------------- */
#secTopics{
	width: 1310px;
	margin:136px auto 0 auto !important;
	background-image: url("../img/top/topics_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px;
	box-sizing: border-box;
}

#secTopics .inner{
	width: 1200px;
	margin: 0 auto;
	background-color:rgba(247,246,240,0.6);
	border: solid 1px #c0a84b;
	padding: 60px 0 50px 0;
	position: relative;
}

#secTopics .inner:before{
	content: "";
	display: block;
	width:225px;
	height:43px;
	background-image: url("../img/top/topics_title_01.png");
	background-repeat: no-repeat;
	margin:auto;
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
}

#secTopics .title{
	text-align: center;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.1em;
	font-size: 6.2rem;
	color: #cbb047;
	margin: 0 0 40px 0;
	position: relative;
}

#secTopics .title span:before{
	content: "";
	display: inline-block;
	width: 50px;
	height: 6px;
	background-image: url("../img/top/topics_title_02.png");
	background-repeat: no-repeat;
	vertical-align: text-top;
	margin-right: 220px;
}

#secTopics .title span:after{
	content: "";
	display: inline-block;
	width: 50px;
	height: 6px;
	background-image: url("../img/top/topics_title_02.png");
	background-repeat: no-repeat;
	vertical-align: text-top;
	margin-left: 220px;
}

#secTopics .title small{
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	margin: 25px 0 0 0;
	color: #201f1d;
}

#secTopics .topicsWrap{
	width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#secTopics .topicsWrap a{
	width: 27%;
	display: block;
	transition: .3s;
}

#secTopics .topicsWrap a:hover{
	opacity: 0.7;
}

#secTopics .topicsWrap a figure{
	margin: 0 0 15px 0;
}
#secTopics .topicsWrap a figure img{
	width: 100%;
	height: auto;
}
#secTopics .topicsWrap a .desc{
	letter-spacing: 0.1em;
	line-height: 1.6;
}

/* animation */
#secTopics.fadein {
  opacity : 0.1;
  transform : translate(0, 200px);
  transition : all ease 1.2s;
}
#secTopics.fadein.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}

@media screen and (min-width: 561px) {

/* secOnlineStore
--------------------------------------------------------- */
#secOnlineStore .itemWrap .item.fadein.scrollin:hover{
	opacity: 0.7;
  -moz-transition-delay: 0ms;
  -webkit-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
}

.itemWrap.coffee .item:nth-child(n+5){
	margin-top:40px;
}

.itemWrap.coffee .item .title{
	background-color: #ffffff;
	padding: 0 15px;
}
}

@media screen and (max-width: 560px) {

#main h2{
	margin: 0 0 20px 0;
}
#main h2 span{
    font-size: 7vw;
}
#main h3 span {
	font-size: 5vw;
}

/* =========================================================
 #visual
========================================================= */
#visual{
	background-image:none;
	padding:0;
	margin:0;
	background-color: #f6f4ec;
}

#visual figure{
	min-width: auto;
}

#visual figure img{
		width:100%;
}

#visual figcaption{
	width:auto;
	height: auto;
	display: block;
	padding:20px 30px;
	position:relative;
	right:0;
	margin: -15px 20px 0 20px;
}

#visual figcaption .title{
	font-size:5vw;
	text-align: center;
	margin: 0 0 15px 0;
}

#visual figcaption .title small{
	font-size:3vw;
	margin: 0 0 10px 0;
}

#visual figcaption .text{
	font-size: 3.5vw;
}

#visual figcaption .button{
 width: 100%;
 margin: 15px 0 0 0;
}

#visual figcaption .button a{
	font-size: 3.5vw;
	padding: 10px;
}

#visual .slick-counter{
	display: none;
}

#visual .slide-arrow{
	display: none !important;
}

#visual .slideWrap{
	min-width: auto;
}


.button {
	width: 325px;
	margin: 25px auto 80px auto;
}
.button a {
    background: #c18308;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 250px;
    padding: 7px 50px;
    /* font-family: "Noto Sans Japanese"; */
    color: #ffffff;
    line-height: 1.5;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 800;
	font-size: 1em;
}
.button a:hover {
    background: #c18308;
    color: #FFF;
}
/* .button a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
} */
.button a:hover:after {
    border-color: #FFF;
}

/* secBnr
--------------------------------------------------------- */
#main section#secBnr {
  margin-bottom: 30px;
}
#secBnr .inner{
	width: auto;
	margin: 0 15px;
}
#secBnr ul li:nth-of-type(n+2) {
	margin-top: 15px;
}
/* sns banner */
#secBnr .snsWrap{
    flex-wrap: wrap;
	gap: 10px;
}
#secBnr .snsWrap > div{
	/* width: calc((100% - 20px) / 2); */
}
  
#secBnr .bannerArea{
	display: block;
	margin: 25px 0 0 0;
	text-align: center;
	font-size: 1em;
}

/* secNews
--------------------------------------------------------- */
#main section{
	margin: 30px 0 0 0;
}
#secNews dl:nth-of-type(n+4) {
	display: none;
}
#secNews dl dt{
	font-size: 3.5vw;
}
#secNews dl dd{
	font-size: 3.5vw;
}
#secNews p.shooting {
    margin-bottom: 0;
    font-size: 1.4rem;
}


    
/* secMovie
--------------------------------------------------------- */
#secMovie{
	margin: 30px 0 0 0 !important;
}
#secMovie .inner{
	width: auto;
	margin:0;
}
#secMovie h2{
	margin: 0 15px 20px 15px;
}
#secMovie .movieWrap {
	flex-wrap: wrap;
	justify-content: space-between;
    gap:20px;
}
#secMovie .movieWrap iframe {
    width: 100%;
    height: 100%;
    margin: 0 15px;
    aspect-ratio: 16 / 9;
}

/* secOnlineStore
--------------------------------------------------------- */
#secOnlineStore{
	background-position:  top 376px left;
	background-size: cover;
	padding-bottom: 50px;
}

#secOnlineStore .inner{
	margin: 0 15px;
}

#secOnlineStore h2{
	width: auto;
	margin: 0 auto 20px auto;
}
#secOnlineStore .itemList:nth-of-type(n+2){
	margin: 50px 0 0 0;
}
	
/* coffee item
--------------------------------------------------------- */

.itemWrap.coffee {
	width: auto;
	margin: 0 auto 0 auto;
}

.itemWrap.coffee .item{
	width: 48%;
	margin-top:0;
	margin-left: 4%;
	margin-bottom: 20px;
	border-left: none;
	border-right: none;
}

.itemWrap.coffee .item:nth-last-child(-n+2){
	margin-bottom: 0;
}

.itemWrap.coffee .item:hover{
	opacity: 1;
}

.itemWrap.coffee .item:after{
	width: 100%;
	height: 25px;
	background-image:url("../img/top/online_store_item_bg_sp.png");
	background-position: right 0 bottom;
	background-size: auto 25px;
	left: auto;
	border-left: solid 1px #c0a84b;
	box-sizing: border-box;
	position: initial;
}

.itemWrap.coffee .item.new:before{
	padding: 5px 10px;
	font-size: 1.2rem;
	top: 10px;
	left: 10px;
}

.itemWrap.coffee .item:first-child{
	margin-top: 0;
}

.itemWrap.coffee .item:nth-child(odd){
	margin-left: 0;
}

.itemWrap.coffee .item figure{
	height: auto;
	border-left: solid 1px #c0a84b;
	border-right: solid 1px #c0a84b;
	box-sizing: border-box;
}

.itemWrap.coffee .item figure img{
	width: 100%;
	height: auto !important;
}

.itemWrap.coffee .item .title{
	border-left: solid 1px #c0a84b;
	border-right: solid 1px #c0a84b;
	box-sizing: border-box;
}

.itemWrap.coffee .item .title em{
	display: none; 
	padding: 0;
}
.itemWrap.coffee.gift .item .title em{
	display: block; 
	padding: 15px 5px 0 5px;
    font-size: 4.2vw;
}

.itemWrap.coffee .item .title small{
	line-height: 1.4;
	margin-top: 0;
	padding: 10px 10px 0 10px;
	font-size: 3.5vw;
}
	.itemWrap.coffee .item .title::after {
		display: none;
	}
.itemWrap.coffee .item .price{
	line-height: 1.4;
	font-size: 3.5vw;
	padding: 10px 10px 0 10px;
	border-left: solid 1px #c0a84b;
	border-right: solid 1px #c0a84b;
	box-sizing: border-box;
}

.itemWrap.coffee .item .price:after{
	font-size: 3vw;
}

.itemWrap.coffee .item .cat{
	padding: 20px 10px 0 10px;
	border-left: solid 1px #c0a84b;
	border-right: solid 1px #c0a84b;
	box-sizing: border-box;

}

.itemWrap.coffee .item .cat ul li{
	padding: 6px 0;
	width: 49%;
	box-sizing: border-box;
	text-align: center;
	margin-left: 2%;
	font-size: 2.8vw;
}
	
/* ranking */

#secOnlineStore .ranking .itemWrap .item::before {
	width: 50px;
	height: 50px;
	top: -3px;
	left: -3px;
	background-size: 50px auto;
}

/* secCafeMenu
--------------------------------------------------------- */
#secCafeMenu{
	margin: 30px 0 0 0 !important;
}

#secCafeMenu .inner{
	width: auto;
	margin:0;
	background-size: 80px auto;
	background-position: left 10px top 50px;
}

#secCafeMenu h2{
	margin: 0 15px 0 15px;
}
#secCafeMenu .picWrap {
		flex-wrap: wrap;
		justify-content: space-between;
}
#secCafeMenu .picWrap figure:nth-child(1){
	margin: 3vw 0 0 0;
	order: 3;
	width: 100%;
	text-align: center;
	display: none;
}

#secCafeMenu .picWrap figure:nth-child(2){
	margin: 10vw 0 0 0vw;
	order: 1;
	width: 45%;
}

#secCafeMenu .picWrap figure:nth-child(3){
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	order: 2;
	width: 46%;
}

#secCafeMenu .picWrap figure img{
	max-width: 100%;
	height: auto;
}
#secCafeMenu .picWrap figure:nth-child(1) img{
	width: 60%;
	height: auto;
}

/* secTopics
--------------------------------------------------------- */
#secTopics{
	width: auto;
	margin:50px auto 0 auto !important;
	padding: 30px;
}

#secTopics .inner{
	width: auto;
	margin: 0 auto;
	background-color:rgba(247,246,240,0.6);
	border: solid 1px #c0a84b;
	padding: 20px 4% 30px 4%;
	position: relative;
}
	
#secTopics .inner:before{
	height: 30px;
	background-size: 70% auto;
	background-position: center top;
}

#secTopics .title{
	font-size: 8vw;
	margin: 0 0 30px 0;
}

#secTopics .title span:before{
	width: 20px;
	height: 2px;
	background-size: 100% auto;
	margin-right: 20px;
}

#secTopics .title span:after{
	width: 20px;
	height: 2px;
	background-size: 100% auto;
	margin-left: 20px;
}

#secTopics .title small{
	font-size: 3vw;
	margin-top: 0.5em;
}

#secTopics .topicsWrap{
	width: auto;
	display: flex;
	flex-wrap: wrap;
}

#secTopics .topicsWrap a{
	width: 47.5%;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}

#secTopics .topicsWrap a:nth-of-type(n+3){
	margin-top: 20px;
}

#secTopics .topicsWrap a:hover{
	opacity: 1;
}

#secTopics .topicsWrap a figure{
	margin: 0 0 10px 0;
}

#secTopics .topicsWrap a figure img{
	width: 100%;
	height: auto;
}

#secTopics .topicsWrap a .desc{
	font-size: 3.5vw;
}

/* =========================================================
 footer
========================================================= */
	
footer{
	margin: 0;
}


}

