@charset "UTF-8";
header-menu {
	width: 100%;
	z-index: 5;
}
.cb-header {
  position: fixed; /* ヘッダーバーを固定 */
  top: 0; /* 上から0の位置に固定 */
  left: 0; /* 左から0の位置に固定 */
  display: none; /* ヘッダーバーを非表示 */
}
.top-logo {
	text-align: center;
	margin: 10% auto;
	paddig: 25px 25px 20px 25px;
}
.top-cart {
	float: right;
	margin: 10px 5px auto auto;
	width: 80px;
}
.new {
	background-color: #5E3C29;
	text-align: center;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 6px;
	width: 93px;
	margin-left: auto;
	margin-right: auto;
}
.caption{
	font-size: x-small;
	color: #A06646;
}

/* 20181114 */
.bg-green {
	background-image: url("../images/bg_green_brend-02.svg");
	height: 100%;
}

.text-green {
	color: #39b54a;
	padding: 20px 0 20px 0;
	line-height: 1.5em;
	font-size: large;
}

.text-comment {
	color: #707070;
	font-size: x-small;
	/* text-align: left; */
}

h2,h3{
	color: #000000;
	font-weight: 500;
}

p{
	color: #333333;
	font-weight: 300;
	line-height: 1.5em;
	font-size: 1.8rem;
}

/* 20181115 */
/* ふわっと現れるテキスト＆画像 */
.fuwatAnime {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1.5s;
	-ms-animation-duration:1.5s;
	animation-duration:1.5s;
	-webkit-animation-name: fuwatAnime;
	-ms-animation-name: fuwatAnime;
	animation-name: fuwatAnime;
	visibility: visible !important;
}
@-webkit-keyframes fuwatAnime {
	0% { opacity: 0; -webkit-transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fuwatAnime {
	0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

/* 背景固定スクロール＆幅全面 */
.fixbg1{
	background-image: url("../images/usual_img01.jpg");
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	position: relative;
	height: 400px;
	width: 100%;
}

.fixbg2{
	background:url("../images/usual_img02.jpg");
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	position: relative;
	height: 400px;
	width: 100%;
}

/*
.fixed-bg{
  text-align: center; 
  position: relative;
  width: 100%;
}
 
.inner{
  /*min-height:400px;
	height: 400px;
	position: relative;
}
*/ 

/*.cd-scrolling-bg {
    min-height: 100%;
}*/
/* ----- ここまで ----- */

.instagram-box{
	border: #fbca5a solid 2px;
}

.catch-box{
	background-image: url("../images/bg_yellow_brend-09.svg");
	padding: 5px 10px;
	min-width: 65%;
}

.catch-txt{
	display: inline-block;
	background-color: rgba(66,65,62,0.7);
	color: #ffffff;
	font-size: calc(16px + 1.0vw);
	margin: 0.3vw 1.5vw 0.3vw 0.3vw;
	padding: 0.3vw;
}

.catchbox1{
	position: absolute;
	top: 25%;
	left: -20%;
}
.catchbox2{
	position: absolute;
	top: 25%;
	left: 52%;
}
.catchbox3{
	position: absolute;
	top: 25%;
	left: 43%;
}


/* 20181116 */
.logo-mini {
	text-align: center;
	margin: 25px auto;
}

/* フルサイズ */
.jumbotron-line {
	color: inherit;
	background-image: url("../images/line_yellow-23.svg");
	height: 30px;
	background-position: center center;
	background-repeat: no-repeat;
}

.jumbotron-img03 {
	color: inherit;
	background-image: url("../images/usual_img03.jpg");
	height: 600px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

/* displayサイズ対応 */
@media (max-width: 767px) {
	.top-logo {
		margin: auto;
		padding: 10px 10px 5px 10px;
		text-align: center;
	}
	.top-cart {
		float: right;
		margin: 2px 2px auto;
		width: 40px;
	}
	.pc-only{
		display: none;
	}
	p{
		font-size: 1.2rem;
	}
	/* 背景固定スクロール＆幅全面 */
	.fixbg1{
		background-image: url("../images/usual_img01-sp.jpg");
		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat;
		background-attachment: scroll;
		/*position: relative;*/
		/*height: 600px;*/
		/*width: 100%;*/
	}
	.fixbg2{
		background:url("../images/usual_img02-sp.jpg");
		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat;
		background-attachment: scroll;
		/*position: relative;*/
		/*height: 500px;*/
		/*width: 100%;*/
	}
	
	.jumbotron-img03 {
		color: inherit;
		background-image: url("../images/usual_img03-sp.jpg");
		height: 300px;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}
	
	.catch-txt{ /* 20181120 */
		display: inline-block;
		background-color: rgba(66,65,62,0.7);
		color: #ffffff;
		font-size: calc(14px + 0.8vw);
		margin: 0.2vw 1.2vw 0.2vw 0.2vw;
		padding: 0.7vw;
	}
	.catchbox1{
		position: absolute;
		top: 20%;
		left: -20%;
	}
	.catchbox2{
		position: absolute;
		top: 25%;
		left: 30%;
	}
	.catchbox3{
		position: absolute;
		top: 20%;
		left: 35%;
	}
	.text-green {
		color: #39b54a;
		padding: 20px 0 20px 0;
		line-height: 1.5em;
		font-size: medium;
	}
}

@media only screen and (max-width: 992px) and (min-width: 768px){
	.top-logo {
		text-align: center;
		margin: auto;
		padding: 15px 15px 10px 15px;
	}
	.top-cart {
		float: right;
		margin: 5px 5px auto auto;
		width: 60px;
	}
	p{
		font-size: 1.4rem;
	}
}

@media only screen and (max-width: 1200px) and (min-width: 992px){
	.top-logo {
		text-align: center;
		margin: auto;
		padding: 20px 20px 15px 20px;
	}
	.top-cart {
		float: right;
		margin: 7px 5px auto auto;
		width: 70px;
	}
	p{
		font-size: 1.6rem;
	}
}

/* 20181119 */
.top-back {
    position: fixed;
    bottom: 20px;
    right: 30px;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
    z-index: 10;
}
