body {
	background-color: #30180b;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	text-align: center;
	font-weight: normal;
}




nav.navbar {
	height: 90px;
	background-color: rgba(255, 255, 255, 0);
	border: 0;
	border-radius: 0;
}

.navbar-default .navbar-toggle {
	border-color: #cccccc;
}

.navbar-toggle {
	margin-top: 28px;
	margin-right: 0;
}

.navbar-toggle.close-mode {
	margin: 22px -5px 0 0;
	padding: 0;
	border: 0;
	background-color: rgba(255, 255, 255, 0)!important;
}

.navbar-toggle div {
	margin: 0;
}

.navbar-toggle img.close-btn {
	display: none;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

nav .navbar-brand {
	padding-top: 0;
/*	margin-top: 28px;*/
	margin-top: 24px;
}

nav.navbar-default li.how-to-drip {
	display: block;
	margin-top: 40px;
	font-size: 16px;
	color: #3b3b3b;
	cursor: pointer;
}

nav.navbar-default li.link-to-buy {
	display: block;
	width: 100px;
	margin: 30px 0 0 30px;
	padding: 8px 0;
	background-color: #ed9f0c;
	border-radius: 32px 32px;
	-webkit-border-radius: 32px 32px;
	-moz-border-radius: 32px 32px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}

nav.navbar-default li.how-to-drip:hover {
	color: #757575;
}

nav.navbar-default li.link-to-buy:hover {
	background-color: #edb447;
}

header {
	width: 100%;
	height: 730px;
	text-align: left;
	overflow: hidden;
}

header h1 {
	position: relative;
	margin: 0;
	top: 210px;
}

header video {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	transform: translateX(-50%) translateY(-50%);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

header #video-poster {
	position: absolute;
	top: 0;
	min-width: 100%;
	width: auto;
	height: 840px;
	z-index: -101;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	background-image: url("../images/video_poster.jpg");
}

nav .container {
	padding: 0 40px;
}

#legacy-collapse {
	display: none;
	position: relative;
	width: auto;
	float: right;
	margin-top: 0;
	top: 0;
}

#legacy-collapse li {
	float: left;
}



.hover-anim {
	-webkit-transition: all 0.29s ease-out;
	-moz-transition: all 0.29s ease-out;
	-o-transition: all 0.29s ease-out;
	transition: all  0.29s ease-out;
}

#concept-box {
	width: 100%;
	margin: 0 auto;
	padding-top: 94px;
	padding-bottom: 40px;
	background-color: #341608;
	background-image: url("../images/bg_concept.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	overflow: hidden;
}

#concept-box h2 {
	margin: 0 auto 42px auto;
}

#concept-box h3 {
	margin: 0 auto;
	line-height: 1.5em;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
}

#concept-box h3.first-title {
	margin-bottom: 4px;
}

#concept-box h3.first-title .line {
	display: inline-block;
}

#concept-box h3.second-title {
	margin-bottom: 42px;
}

#concept-box p {
	margin: 0 auto 30px auto;
	text-align: center;
	line-height: 1.7em;
	font-size: 18px;
	color: #d7d7d7;
}

#neldrip-box {
	width: 100%;
	min-height: 650px;
	margin: 0 auto;
	text-align: left;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #f1ead9;
	overflow: hidden;
	background-image: url("../images/bg_neldrip.png");
	background-repeat: no-repeat;
	background-position: 110% bottom;
	background-size: contain;
}

#neldrip-box h2 {
	margin: 160px 0 0 0;
	text-align: left;
}

#neldrip-box h3 {
	max-width: 428px;
	margin-top: 32px;
	text-align: left;
	font-size: 20px;
	line-height: 1.76em;
	font-weight: bold;
	letter-spacing: 0.06em;
}

#neldrip-box h3 .sub {
	display: inline-block;
	padding-left: 4px;
	font-size: 14px;
	color: #5e5e5e;
	font-weight: normal;
}

#neldrip-box .image-box {
	min-height: 350px;
}

#neldrip-box img.image-description {
	display: block;
	float: right;
	margin-top: 350px;
	right: 370px;
	position: absolute;
}

#neldrip-box-mobile {
	display: none;
	left: 0;
	width: 100%;
	margin: 50px auto 0 auto;
}

#neldrip-box .description {
	width: 580px;
	margin: 36px 0 0 0;
	font-size: 18px;
	color: #3b3b3b;
	letter-spacing: 0.02em;
	line-height: 1.5em;
}

#neldrip-box .description .supply {
	max-width: 100%;
	margin-top: 32px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #3b3b3b;
}

#how-to-brew-box {
	width: 100%;
	padding-bottom: 94px;
	background-color: #30180b;
}

#how-to-brew-box h2 {
	margin-top: 90px;
}

#how-to-brew-box h3 {
	margin-top: 40px;
	font-size: 18px;
	color: #d7d7d7;
	line-height: 1.3em;
}

#how-to-brew-box iframe {
	display: block;
	width: 800px;
	height: 450px;
	margin: 54px auto 0 auto;
}

#how-to-brew-box .description {
	max-width: 580px;
	margin: 50px auto 0 auto;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.04em;
	color: #d7d7d7;
}

#how-to-brew-box .description p {
	margin: 2px 0;
}

#how-to-brew-box #link-to-recommended-bgm {
	position: relative;
	max-width: 480px;
	min-height: 86px;
	margin: 45px auto 0 auto;
	border: 1px solid #cccccc;
	text-align: center;
	font-size: 16px;
	color: #d7d7d7;
/*	cursor: pointer;*/
	overflow: hidden;
}

#how-to-brew-box #link-to-recommended-bgm:hover {
	background-color: #331f14;
}

#how-to-brew-box #link-to-recommended-bgm a.title ,.bgm_ttl {
/*	position: absolute;*/
	top:0;
	left:0;
	width:100%;
	height:100%;
	margin: 15px 0 5px 0;
	font-size: 18px;
	color: #dd9600;
	letter-spacing: 0.1em;
	font-weight: bold;
}
/*
#how-to-brew-box #link-to-recommended-bgm p {
	margin: 45px 0 0 0;
}*/

/*
#how-to-brew-box #link-to-recommended-bgm a.title:hover {
	text-decoration: none;
}*/

#particular-box {
	width: 100%;
	background-color: #e6e6e6;
	overflow: hidden;
}

#particular-box h2 {
	margin-top: 90px;
}

#particular-box h3 {
	font-size: 22px;
	color: #dd9600;
	margin-top: 40px;
	line-height: 1.28em;
}

#particular-box .supply {
	font-size: 12px;
}

#particular-box .row {
	margin-top: 65px;
}

#particular-box .description-box {
	max-width: 540px;
	margin: 0 auto;
}

#particular-box .title-en {
	margin: 24px 0 0 48px;
	font-size: 24px;
	color: #3b3b3b;
	font-weight: bold;
}

#particular-box .title-jp {
	margin: 10px 0 0 48px;
	font-size: 16px;
	color: #dd9600;
}

#particular-box .description {
	max-width: 450px;
	min-height: 120px;
	margin: 34px 0 0 48px;
	font-size: 17px;
	color: #3b3b3b;
	line-height: 1.68em;
}

#particular-box img.description-image {
	display: block;
	margin: 0 0 0 38px;
}

#particular-box .bottom-description {
	margin-top: 40px;
	margin-bottom: 90px;
	text-align: center;
	font-size: 14px;
	color: #3b3b3b;
	line-height: 1.2em;
}

#flavor-box {
	height: 640px;
	background-image: url("../images/bg_aji.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

#flavor-box h2 {
	margin-top: 90px;
	margin-left: auto;
	margin-right: auto;
}

#flavor-box .description {
	max-width: 600px;
	margin: 38px auto 0 auto;
	text-align: center;
	font-size: 18px;
	color: #d7d7d7;
	line-height: 1.6em;
	letter-spacing: 0.12em;
}

#flavor-box .description p {
	margin: 0 0 30px 0;
}

#buy-box {
	width: 100%;
	background-color: #30180b;
}

#buy-box h2 {
	margin-top: 90px;
}

#buy-box h3 {
	margin-top: 50px;
}

#buy-box .row {
	margin-top: 100px;
}

#buy-box .description-box {
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
}

#buy-box .title-en {
	margin: 42px 0 0 0;
	font-size: 18px;
	line-height: 1.6em;
	color: #dd9600;
	font-weight: bold;
}

#buy-box .title-jp-sub {
	margin: 38px 0 0 0;
	font-size: 16px;
	color: #ffffff;
	letter-spacing: 0.08em;
}

#buy-box .title-jp-main {
	margin: 4px 0 0 0;
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 0.04em;
}

#buy-box .price {
	margin-top: 42px;
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 0.05em;
}

#buy-box .price span {
	font-size: 13px;
}

#buy-box a.buy-btn {
	display: block;
	width: 170px;
	margin: 20px auto 0 auto;
	padding: 10px 0;
	background-color: #ed9f0c;
	border-radius: 32px 32px;
	-webkit-border-radius: 32px 32px;
	-moz-border-radius: 32px 32px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}

#buy-box a.buy-btn:hover {
	text-decoration: none;
	background-color: #edb447;
}

#gift-box {
	width: 100%;
	padding-top: 20px;
	background-color: #30180b;
}

#gift-box h2 {
	margin-top: 90px;
}

#gift-box .main-description {
	margin-top: 40px;
	text-align: center;
	font-size: 18px;
	color: #d7d7d7;
	letter-spacing: 0.05em;
	line-height: 1.64em;
}

#gift-box .main-description p {
	margin-top: 26px;
}

#gift-box .row {
	margin-top: 56px;
}

#gift-box .description-box {
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
}

#before-footer-box {
	padding: 0 0 80px 0;
	background-color: #e6e6e6;
}

#before-footer-box .header {
	width: 100%;
	height: 85px;
	background:
			linear-gradient(to top right, rgba(255, 255, 255, 0) 49%, #30180b 50%) no-repeat top left / 50.2% 100%,
			linear-gradient(to top left, rgba(255, 255, 255, 0) 49%, #30180b 50%) no-repeat top right / 50% 100%;
}

#before-footer-box .sub-image {
	display: block;
	margin: 40px auto 0 auto;
}

#before-footer-box h3 {
	margin-top: 28px;
	font-size: 18px;
	color: #3b3b3b;
	text-align: center;
	letter-spacing: 0.08em;
	line-height: 1.78em;
}

#before-footer-box h3 br {
	display: none;
}

footer {
	background-color: #30180b;
}

footer ul {
	width: 390px;
	padding: 0;
	margin: 44px auto 50px auto;
	list-style: none;
	overflow: hidden;
}

footer li {
	padding: 0 15px 0 0;
	text-align: center;
}

footer img.logo {
	width: 90px;
	height: 26px;
}

footer li.link-1 {
	float: left;
	margin-top: 5px;
}

footer li.link-2 {
	float: right;
}

footer a {
	color: #d7d7d7;
	font-size: 16px;
}

footer a:hover {
	text-decoration: none;
	color: #d7d7d7;
}

@media (max-width: 1999px) {
	#particular-box img.bean-image {
		width: 100%;
	}
}

@media (max-width: 1200px) {
	#neldrip-box .description {
		width: 100%;
	}
}

@media (max-width: 991px) {
	h1 img {
		width: 86%;
	}

	#neldrip-box-mobile {
		display: block;
	}

	#neldrip-box {
		min-height: unset;
		height: 100%;
		padding-bottom:  45px;
		background-image: none;
	}

	#neldrip-box img.image-description {
		display: none;
	}

	#neldrip-box h2 {
		width: 260px;
		margin: 60px auto 0 auto;
	}

	#neldrip-box h2 img {
		width: 260px;
	}

	#neldrip-box h3 {
		max-width: 370px;
		margin: 22px auto 0 auto;
		text-align: center;
		font-size: 17px;
	}

	#neldrip-box .description {
		letter-spacing: 0.04em;
		line-height: 1.8em;
	}

	#neldrip-box .description .supply {
		margin-top: 22px;
		font-size: 10px;
		line-height: 1.8em;
	}

	#particular-box .description-box {
		margin-bottom: 55px;
	}

	#particular-box .bottom-description {
		margin-top: 10px;
		margin-bottom: 55px;
		font-size: 12px;
	}

	#particular-box .title-en {
		margin: 24px auto 0 auto;
		font-size: 18px;
		text-align: center;
	}
	#particular-box .title-jp {
		margin: 10px auto 0 auto;
		font-size: 18px;
		text-align: center;
	}

	#particular-box .description {
		max-width: 440px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 5px;
		font-size: 18px;
		line-height: 1.72em;
	}

	#particular-box .description br {
		display: none;
	}

	#particular-box img.description-image {
		max-width: 450px;
		margin: 22px auto 0 auto;
	}

	#buy-box .description-box {
		margin-bottom: 80px;
	}

	#gift-box h2 {
		margin-top: 0;
	}

	#gift-box {
		padding-bottom: 70px;
	}

	#gift-box .row {
		margin-top: 30px;
	}

	#gift-box .description-box {
		margin-top: 40px;
	}
}

@media (max-width: 820px) {
	#how-to-brew-box iframe {
		width: 100%;
		height: 300px;
	}
}

@media (max-width: 770px) {
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		margin-top: 28px;
	}

	nav.navbar-default li.how-to-drip a {
		margin-top: 10px;
	}

	#how-to-brew-box h2 img {
		width: 100%;
	}

	#buy-box h3 img {
		width: 100%;
	}
}

@media (max-width: 767px) {
	nav .navbar-collapse {
		position: absolute;
		width: 100%;
		margin-left: 0 !important;
		padding: 0;
		left: 0;
		overflow: hidden;
		background-color: #30180b;
		border: 0;
		text-align: center;
		z-index: 100;
	}

	nav .navbar-collapse li.how-to-drip,
	nav .navbar-collapse li.link-to-buy {
		margin: 0;
		padding: 20px 0 20px 0;
		color: #ffffff;
		letter-spacing: 0.08em;
		border-bottom: 1px solid #cccccc;
	}

	nav .navbar-collapse li.link-to-buy {
		border: 0;
		width: 100%;
		color: #ed9f0c;
		background: none;
		font-weight: normal;
	}

	nav .navbar-collapse li.how-to-drip:hover {
		background: none;
		color: #ffffff;
	}
	nav .navbar-collapse li.link-to-buy:hover {
		background: none;
	}

	#gift-box .main-description {
		text-align: left;
		font-size: 17px;
	}

	#gift-box br {
		display: none;
	}
}

@media (max-width: 640px) {
	#concept-box h3.first-title {
		max-width: 360px;
	}

	#how-to-brew-box .description {
		text-align: left;
	}

	#how-to-brew-box .description p {
		margin: 6px 0;
		line-height: 1.8em;
		display: inline;
	}
}

@media (max-width: 520px) {
	.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
/*		margin-left: -25px;*/
		margin-left: -20px;
	}

	#concept-box p br {
		display: none;
	}

	#how-to-brew-box {
		padding-bottom: 60px;
	}

	#how-to-brew-box h2 {
		margin-top: 50px;
	}

	#how-to-brew-box h3 {
		max-width: 316px;
		margin: 40px auto 0 auto;
		line-height: 1.64em;
	}

	#particular-box h2 {
		margin-top: 50px;
	}

	#particular-box h2 img {
		width: 100%;
	}

	#particular-box h3 {
		max-width: 286px;
		margin: 26px auto 0 auto;
		font-size: 16px;
		line-height: 1.74em;
	}

	#particular-box img.description-image {
		width: 100%;
	}

	#flavor-box h2 {
		margin-top: 60px;
		max-width: 210px;
	}

	#flavor-box h2 img {
		max-width: 210px;
	}

	#flavor-box .description {
		margin-top: 46px;
		line-height: 1.8em;
		text-align: left;
		font-size: 17px;
	}

	#flavor-box .description p {
		margin: 40px 0 20px 0;
	}

	#flavor-box .description p br {
		display: none;
	}

	#buy-box .row {
		margin-top: 60px;
	}

	#gift-box h2 img {
		width: 82%;
	}

	#buy-box h2 {
		margin-top: 46px;
	}

	#buy-box h2 img {
		max-width: 90%;
	}

	#buy-box img.pack-image {
		width: 78%;
	}

	#gift-box img.gift-pack-image {
		width: 78%;
	}

	#before-footer-box .header {
		height: 55px;
	}

	#before-footer-box h3 br {
		display: block;
	}

	footer ul {
		width: 100%;
	}

	footer li {
		padding: 0;
	}

	footer li.link-1,
	footer li.link-2{
		float: none;
		margin-bottom: 15px;
	}
}

@media (max-width: 480px){
	nav .navbar-brand img {
/*		width: 140px;*/
		width: 130px;
	}

	header h1 {
		top: 10px;
	}

	header video {
		height: 100%;
		background-size: contain;
	}

	#concept-box {
		padding-top: 40px;
	}

	#concept-box h2 img {
		width: 100%;
	}

	#concept-box h3 {
		font-size: 18px;
	}

	#concept-box h3.second-title {
		max-width: 100%;
	}

	#concept-box p {
		text-align: left;
		font-size: 17px;
	}
}



/*--------------------------------------
メディア　再生
----------------------------------------*/

#mani .audiojs{
 margin: 0 auto 10px;
}
.audiojs audio {
}
/*　プレイヤー（再生バー）　*/
.audiojs {
width: 60px;
height: 30px;
background: none;
overflow: hidden;
font-family: monospace;
font-size: 12px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
.audiojs .progress{
 border-radius: 0;
}
/*　再生・停止ボタン　*/
.audiojs .play-pause {
width: 28px;
height: 28px;
padding: 0;
margin: 0;
float: left;
overflow: hidden;
border: 1px solid #BDBDBD;
border-radius: 15px;
}
/*　再生・停止ボタンなどの p 要素　*/
.audiojs p {
display: none;
width: 28px;
height: 28px;
margin: 0px;
cursor: pointer;
}
.audiojs .play {
display: block;
}
/*　進行状態・ロードの状態を表示する部分（薄いグレー）　*/
.audiojs .scrubber {
position: relative;
float: left;
width: 30px;
background: #CCC;
height: 4px;
margin: 12px 0 0 0px;
border-top: 0;
border-left: 0px;
border-bottom: 0px;
overflow: hidden;
}
/*　進行状態を表示するバーの部分　*/
.audiojs .progress {
position: absolute;
top: 0px;
left: 0px;
height: 4px;
width: 0px;
background: #dd9600;
z-index: 1;
/* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc),
color-stop(0.5, #ddd), color-stop(0.51, #ccc), color-stop(1, #ccc));
background-image: -moz-linear-gradient(center top, #ccc 0%, #ddd 50%, #ccc 51%, #ccc
100%); */
}
/* ロード状態を表示するバーの部分（薄いグレー） */
.audiojs .loaded {
position: absolute;
top: 0px;
left: 0px;
height: 4px;
width: 0px;
background: #CCC;
/* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222),
color-stop(0.5, #333), color-stop(0.51, #222), color-stop(1, #222));
background-image: -moz-linear-gradient(center top, #222 0%, #333 50%, #222 51%, #222
100%); */
}
/*　現在の再生時間/総再生時間　フォント　*/
.audiojs .time {
float: left;
height: 30px;
line-height: 30px;
margin: 0px 0px 0px 8px;
padding: 0px 0px 0px 0px;
border-left: none;
color: #666;
text-shadow: none;
display: none;
}
/*　現在の再生時間　フォント　*/
.audiojs .time em {
padding: 0px 2px 0px 0px;
color: #666;
font-style: normal;
display: none;
}
/*　時間　/の部分　*/
.audiojs .time strong {
padding: 0px 0px 0px 2px;
font-weight: normal;
display: none;
}
.audiojs .error-message {
float: left;
display: none;
margin: 0px 10px;
height: 28px;
width: 200px;
overflow: hidden;
line-height: 28px;
white-space: nowrap;
color: #fff;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
-icab-text-overflow: ellipsis;
-khtml-text-overflow: ellipsis;
-moz-text-overflow: ellipsis;
-webkit-text-overflow: ellipsis;
}
.audiojs .error-message a {
color: #eee;
text-decoration: none;
padding-bottom: 1px;
border-bottom: 1px solid #999;
white-space: wrap;
}
/*　再生ボタン　*/
.audiojs .play {
background: url("../images/play_icon.png") center center no-repeat;　←playボタン
margin-left: 1.45px;
}
/*　読み込み中ボタン　*/
.audiojs .loading {
/*background: url("$1") center center no-repeat;*/
display: none;
}
/*　エラーボタン　*/
.audiojs .error {
/*background: url("$1") center center no-repeat;*/
display: none;
}
/*　停止ボタン　*/
.audiojs .pause {
background: url("../images/stop_icon.png") center center no-repeat;　←pauseボタン
}
.playing .play, .playing .loading, .playing .error {
display: none;
}
.playing .pause {
display: block;
}
.loading .play, .loading .pause, .loading .error {
display: none;
}
.loading .loading {
display: block;
}
.error .time, .error .play, .error .pause, .error .scrubber, .error .loading {
display: none;
}
.error .error {
display: block;
}
.error .play-pause p {
cursor: auto;
}
.error .error-message {
display: block;
}
/*　再生している曲の情報　*/
.track-details {
clear: both;
height: 28px;
width: 200px;
padding: 0px 6px;
background: #FFF;
color: #3A3A3A;
font-size: 10px;
line-height: 28px;
}
.track-details:before {
content: '♬ Now Playing: ';
}



/*-----------------------------------------------------------------
TOPへスクロール
-----------------------------------------------------------------*/

#page-top_area{
 z-index: 1;
 position: fixed;
 width: 100%;
 right: 0;
 bottom: 0;
 margin: 10px 0 0;
}
#page-top_naka{
 max-width: 1180px;
 margin: 0 auto;
 padding:  0 10px;
}

#page-top {
   width: 38px;
   font-size:12px;
   float: right;
}

#page-top a {
	background-color: rgb(0,0,0,0.3);
    text-decoration: none;
    color: #FFF;
    padding: 10px;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
	background-color: rgb(0,0,0,0.6);
}

/*ロゴ位置調整*/
.navbar-brand {
  padding: 0 !important;
}

