html {
	font-size: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #47391B url(../img/bg.png) no-repeat center top;
	background-color: #47391B;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
	color: #fff;
	line-height: 1.5rem;
	overflow-x: hidden;
}

.news_scrollbox {
	height: 300px;
	overflow: auto;
}

a,
a:link {
	color: #fff;

}

a:hover {
	color: #fff;
	text-decoration: underline;
}

[class*=fx-col] {
	/* 	border: dotted 1px #ccc; */
}

object,
video {
	height: inherit;
}

.is-sp {
	display: none;
}

@media screen and (max-width:769px) {
	.is-sp {
		display: block;
	}
}

.is-pc {
	display: block;
}

@media screen and (max-width:769px) {
	.is-pc {
		display: none;
	}
}

/*********************************************************************
header
**********************************************************************/

.global-header {
	background: url(../img/header_bg.png) repeat-x left bottom;
	position: relative;
	z-index: 99;
}

.global-headerh1 {
	margin: 20px auto;
}


.global-header .amazon-btn {
	display: flex;
	align-items: center;
	height: 100%;
	animation: 0;
}
@media screen and (max-width: 40em) {
	.global-header .amazon-btn {
		display: none;
	}
}
.global-header .amazon-btn a {
	max-width: 106px;
	width: 69%;
}
.global-header .amazon-btn img {
	width: 100%;
	height: auto;
}
.global-header .amazon-btn:hover img {
	opacity: .66;
}


.global-header h1 a {
	background: url(../img/logomark.png) left center / 100% auto no-repeat;
	max-width: 191px;
	width: 90%;
	height: 115px;
	display: block;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}

.global-header h1 a:hover {
	border-radius: 10px;
	box-shadow: 0px 0px 100px rgba(245, 176, 76, 0.4), 0px 0px 100px rgba(245, 176, 76, 0.2) inset;
	-webkit-filter: drop-shadow(0px 0px 50px rgba(245, 176, 76, 0.8));
}

.global-header h1 a span {
	position: absolute;
	top: 0;
	left: 1rem;
	font-size: 0.5rem;
	margin-top: 20px;
}

.global-header ul,
.global-header li {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', serif;
}

.global-header ul {
	padding: 0;
	margin: 0 5% 0 10%;
	list-style-type: none;
	height: 150px;

}

.global-header ul li {
	width: 20%;
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	/* Safari*/
	transform: translateY(-50%);
	line-height: 1.1;
	font-size: 1.2rem;
	letter-spacing: 0.05rem;

}

.global-header ul li span {
	display: block;
	font-size: 0.7rem;
	letter-spacing: 0.1rem;
	font-weight: normal;
	color: rgba(255, 255, 255, 0.8)
}

.global-header ul li a {
	width: auto;
	color: #fff;
	margin: 0;
	padding: 10px;
	text-decoration: none;
	display: block;
	border-right: 1px solid #635252;

	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;

	text-shadow: 0px 3px 5px rgba(0, 0, 0, 1);


}

.global-header ul li a:hover {
	color: #47391B;
	background: #F5B04C;
	box-shadow: 0px 0px 100px rgba(245, 176, 76, 0.4);
	text-shadow: none;
}

.evnet_end_info{
	position: absolute;
	top: 0;
	left: 0;
	z-index:9999;
	width:100%;
	height: 100%;
	background: url(/common/img/bg_txt_end.png);
	display: flex;
	align-items: center;
}
.evnet_end_info_inner{
	background: #000;
	text-align: center;
	width:100%;
	padding: 40px 0;
}
.evnet_end_info img{
	margin: auto;
	width:60%;

	}
	@media screen and (max-width:769px) {
		.evnet_end_info_inner{
			padding: 20px 0;
		}
		.evnet_end_info img{
			margin: auto;
			width:80%;
			}
	}
.box-slider {
	width: 1500px;
	position: relative;
	margin: 0 auto;
	z-index: 1;
	margin-top: -30px;
	overflow: hidden;
	height: 450px;
}

.box-slider img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	/* Safari*/
	transform: translateY(-50%);
}

.box-showcase {
	background-image: url(../img/bg_main_long01.png);
	background-repeat: repeat-x;
	background-position: left center;
	background-color: #000;
	position: relative;

}
.main_block .is-pc{
	display: block;
}
.main_block .is-sp{
	display: none;
}
.main_block img{
	width: 100%;
}

@media screen and (max-width:769px) {
	.main_block .is-pc{
		display: none;
	}
	.main_block .is-sp{
		display: block;
	}
}


.box-showcase-text {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1001;
	width: 100%;
}

.box-showcase-text .fx-row {
	max-width: 1100px;
	width: 100%;
	margin: auto;
	position: relative;
}
@media screen and (max-width:769px) {
	.fx-row {
		margin-left: 0;
		margin-right: 0;
	}
}


.box_tagcp {
	width: 100%;
	margin: auto;
}

.box-showcase-caption .txt_day {
	padding: 10px 0px 0px;
	font-size: 0.5em;
}

.box-showcase-caption .txt_com {
	font-size: 0.7em;
}
.box-link {
	width: 34%;
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 23%;
	left: 50%;
	transform: translateX(-50%);
}

.box-button {
	width: 100%;
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width:769px) {
	.box-link {
		width: 70%;
		bottom: 24%;
	}
	.box-button {

		bottom: 10%;
	}
}

.box-button button {
	width: 24%;
	background: none;
}

@media screen and (max-width:769px) {
	.box-button button {
		width: 44%;
	}
}

.box-button button p {
	margin: auto;
}

.box-button .is {}

.section1 {}

.section1 h2 {
	margin: 1rem 0;
}

/*
[class*=fx-col]{
	background-color: red;
}
*/

.box-spec1 {

	margin: 2rem 0;
}


.box-bottle {
	position: relative;
	text-align: center;
}


.box-bottle-point1,
.box-bottle-point2,
.box-bottle-point3 {
	position: absolute;
	top: 20%;
	left: 55%;
}

.box-bottle-point2 {
	top: 43%;
	left: 58%;
}

.box-bottle-point3 {
	top: 60%;
	left: 60%;
}

.box-bottle .fa-circle {
	color: #F15A25;
	text-shadow: 0px 0px 11px black
}

.box-bottle-inline {
	background: #47391B url(../img/bg.png) no-repeat center top;
	color: #fff;
	line-height: normal;
	border: solid 1px #333;
	border-radius: 10px;
	padding: 1rem;
	width: 600px;
	min-height: 600px;
}


.h-box-bottle {
	font-size: 4rem;
	text-align: center;
	line-height: 1;
}



.box-products {}

.box-products ul {
	margin: 2rem 4rem;
}




.box-product-dl {
	line-height: 1.8;
	margin: 0 2rem;
	padding: 0;
	font-weight: normal;
}

.box-product-dl dt {
	width: 10rem;
	margin: 0;
	padding: 0;
	float: left;
	font-weight: normal;
}

.box-product-dl dd {
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #eee;
}

  /* ////////////////////////// */

.feed_insta_block{margin-top:130px;margin-bottom:120px}@media screen and (max-width: 769px){.feed_insta_block{margin-top:40px;margin-bottom:80px}}.feed_insta_block__inner{width:80%;margin:auto;box-sizing:border-box;padding:50px calc(120 / 1440 * 100vw) 120px;border:2px solid #edbf60;position:relative;background:url(../img/bg_insta_feed.png) center center}@media screen and (max-width: 1440px){.feed_insta_block__inner{padding:50px calc(120 / 1440 * 100vw) calc(120 / 1440 * 100vw)}}@media screen and (max-width: 769px){.feed_insta_block__inner{width:calc(100% - 20px);padding:30px 30px 60px}}.feed_insta_block__inner:before{content:'';width:calc(100% - 7px);height:calc(100% - 7px);border:1px solid #edbf60;box-sizing:border-box;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.feed_insta_block__inner .feed_insta_sentence{text-align:center;position:relative;z-index:2}.feed_insta_block__inner .feed_insta_sentence__sub p{color:#b9973a;font-size:13px;letter-spacing:.17em;font-weight:700;margin:0}.feed_insta_block__inner .feed_insta_sentence__title{margin-top:20px}@media screen and (max-width: 769px){.feed_insta_block__inner .feed_insta_sentence__title{margin-top:10px}}.feed_insta_block__inner .feed_insta_sentence__title h2{color:#fff;font-size:33px;letter-spacing:.05em;font-weight:700}@media screen and (max-width: 769px){.feed_insta_block__inner .feed_insta_sentence__title h2{font-size:21px}}.feed_insta_block__inner .feed_insta_sentence__title h2 a{display:inline-block;text-decoration:none}.feed_insta_block__inner .feed_insta_list{margin-top:40px;margin-bottom:0;display:flex;min-height:0;min-width:0;position:relative;transition:opacity .3s ease-in-out;z-index:2}@media screen and (max-width: 769px){.feed_insta_block__inner .feed_insta_list{opacity:1;flex-wrap:wrap;margin-top:25px}}.feed_insta_block__inner .feed_insta_list .slick-list{width:100%}.feed_insta_block__inner .feed_insta_list .slick-dots{text-align:center;margin-top:15px;font-size:0}.feed_insta_block__inner .feed_insta_list .slick-dots>li{display:inline-block;border-radius:10px;width:7px;height:7px;text-indent:-9999px;background:#b0b0b0;cursor:pointer;list-style:none}.feed_insta_block__inner .feed_insta_list .slick-dots>li+li{margin-left:10px}.feed_insta_block__inner .feed_insta_list .slick-dots>li.slick-active{background:#b79140}.feed_insta_block__inner .feed_insta_list .slick-dots>li button{display:none}.feed_insta_block__inner .feed_insta_list .slick-arrow{position:absolute;top:50%;transform:translateY(-50%);width:calc(26 / 1440 * 100vw);height:calc(26 / 1440 * 100vw);z-index:10;box-sizing:border-box;cursor:pointer;transition:.2s border-color ease-in-out}.feed_insta_block__inner .feed_insta_list .slick-arrow:hover{border-color:#caa353}.feed_insta_block__inner .feed_insta_list .next-arrow{border-right:4px solid #edbf60;border-top:4px solid #edbf60;right:calc(-60 / 1440 * 100vw);transform-origin:right;transform:rotate(45deg)}.feed_insta_block__inner .feed_insta_list .prev-arrow{border-left:4px solid #edbf60;border-top:4px solid #edbf60;left:calc(-60 / 1440 * 100vw);transform-origin:left;transform:rotate(-45deg)}.feed_insta_block__inner .feed_insta_list__item{width:20%;height:100%}@media screen and (max-width: 769px){.feed_insta_block__inner .feed_insta_list__item{width:calc(100% / 3)}}@media screen and (max-width: 769px){.feed_insta_block__inner .feed_insta_list__item:nth-of-type(n+10){display:none}}.feed_insta_block__inner .feed_insta_list__item a{display:block;width:100%;height:100%}.feed_insta_block__inner .feed_insta_list__item a .test{width:100%}.feed_insta_block__inner .feed_insta_list__item a .test:before{content:'';display:block;padding-top:100%}.feed_insta_block__inner .feed_insta_sns{position:absolute;bottom:0;left:50%;transform:translate(-50%, 50%);background:#fff;border:1px solid #edbf60;z-index:2}.feed_insta_block__inner .feed_insta_sns ul{display:inline-flex;align-items:center;margin:0;padding:13px 35px}@media screen and (max-width: 1440px){.feed_insta_block__inner .feed_insta_sns ul{padding:calc(13 / 1440 * 100vw) calc(35 / 1440 * 100vw)}}@media screen and (max-width: 769px){.feed_insta_block__inner .feed_insta_sns ul{padding:10px 25px}}.feed_insta_block__inner .feed_insta_sns ul li{list-style:none;line-height:1}.feed_insta_block__inner .feed_insta_sns ul li+li{margin-left:30px}@media screen and (max-width: 1440px){.feed_insta_block__inner .feed_insta_sns ul li+li{margin-left:calc(30 / 1440 * 100vw)}}@media screen and (max-width: 769px){.feed_insta_block__inner .feed_insta_sns ul li+li{margin-left:20px}}.feed_insta_block__inner .feed_insta_sns ul li a{display:inline-block;line-height:1}.feed_insta_block__inner .feed_insta_sns ul li a:after{display:inline-block;font-family:'fontawesome';font-size:38px;color:#b79140}@media screen and (max-width: 1440px){.feed_insta_block__inner .feed_insta_sns ul li a:after{font-size:calc(38 / 1440 * 100vw)}}@media screen and (max-width: 769px){.feed_insta_block__inner .feed_insta_sns ul li a:after{font-size:29px}}.feed_insta_block__inner .feed_insta_sns ul li a.ico_insta:after{content:'\f16d'}.feed_insta_block__inner .feed_insta_sns ul li a.ico_facebook:after{content:'\f09a'}.feed_insta_block__inner .feed_insta_sns ul li a.ico_twitter:after{content:'\f099'}


  /* ////////////////////////// */

.box-fb {
	background: #47391B url(../img/bg_fb.png) repeat center top;
	margin-top: 4rem;
	padding: 4rem 0;
}


.fb-like {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	/* Safari*/
	transform: translateY(-50%);
	padding-bottom: 1rem;
}



.box-article {
	margin: 0 0 2rem;
}

.box-article ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.box-article ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 150px;
	font-size: 1.2rem;
	line-height: 1.1;

}



.box-article ul li:nth-child(even) {
	background: rgba(0, 0, 0, 0.2)
}

.box-article ul li:hover,
.box-article ul li:nth-child(even):hover {
	background: rgba(0, 0, 0, 0.6);
}

.box-article ul li a {
	text-decoration: none;
	box-shadow: none;
}

.box-article ul li a img {
	margin: 0 1rem;
	max-width: none;
}

.box-article ul li .post-date {
	padding: 0 1rem;
}

.box-article ul li span {
	display: table-cell;
	vertical-align: middle;

}

.box-article ul li .post-title {}


p#page-top {
	margin: 0;
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 0.8rem;
}

#page-top a {
	background: rgba(0, 0, 0, 0.45);
	text-decoration: none;
	color: #B79347;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}

#page-top a:hover {
	text-decoration: none;
	background: rgba(0, 0, 0, 0.95);
}



.acf-map a {
	color: #000;
}



.ul-place-pref {
	list-style: none;
}

.ul-place-pref>li {
	line-height: 3rem;
	position: relative;
	border-bottom: 1px solid #55492D;
}

.ul-place-pref .children {
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 8rem;
	display: inline-block;
	width: auto;

}


.ul-place-pref .children li {
	display: inline-block;
	margin-right: 0.5rem;
}

.ul-place-pref li a {}





.box-button button {
	padding: 0;
}


.table-placelist {
	border: none;
	table-layout: auto;
}



.table-placelist tr {
	border: none;
}

.table-placelist tr th {
	font-weight: normal;
	font-size: 0.8rem;
}

.table-placelist tr td,
.table-placelist tr th {
	border: none;
	border-bottom: 1px solid #55492D;
	padding: 0.5rem;
}

.table-placelist tr td:nth-child(3n-2) {
	width: 30%;
}

.table-placelist td:nth-child(3n-1) {}

.table-placelist tr td:nth-child(3n) {
	width: 5%;
	white-space: nowrap;
}


.breadcrumbs {
	margin: 1rem;
	font-size: 0.8rem;
}


.box-movielist {}


.box-movielist h4 {
	font-size: 1.2rem;
	line-height: 1.5rem;
	min-height: 3rem;
	margin-top: 0;
}

.box-movielist-movie {
	height: 200px;
	overflow: hidden;
}

.box-movielist-movie .tvc {
	position: relative;
	display: block;
}

.box-movielist-movie img {
	position: absolute;
	top: -50px;
	left: -5px;

}


.box-movielist-date {
	margin: 0;
	padding: 0;
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.74);
}


.box-official-movie {
	background-color: #E3D367;
}


.h-cam-a {
	background-color: #202113;
	margin: 2em 0 0.5em;
	padding: 0.3em 0.5em;
}

button,
input,
optgroup,
select,
textarea {
	color: #000;

}


.page-header {
	border: none;
	margin: 0 inherit;
	padding: 0 inherit;
}



.entry-title,
.page-title {
	font-size: 1.5rem;
	padding-top: 0.7rem;
	border-top: 3px solid #271C0C;
}



.box-shop-info p {
	margin: 0.5rem 1rem;
	border-bottom: 1px solid #55492D;
}


.single-place .entry-title span,
.post-type-archive-place .page-title span {
	font-size: 0.8rem;
	line-height: 1.5;
	display: block;
}



.img-products {
	background-color: rgba(30, 30, 30, 0.2);
	border: solid 1px rgba(30, 30, 30, 0.2);
}


.nav-footer {
	list-style: none;
	margin: 2rem auto 0;
	text-align: center;
}
@media screen and (max-width:769px) {
	.nav-footer {
		margin: 0 auto 0;
	}
}


.nav-footer li {
	display: inline-block;
	margin: 0 0.5rem;
}

.nav-footer li a:hover {
	text-decoration: underline;
}


.h-a {
	background-color: #271C0C;
	padding: 0.3rem;
	margin-top: 1rem;
}

.h-a .h-a-small {
	font-size: smaller;
}

dl.dl-a {
	margin: 1.5rem 0.5rem;
	padding: 0.5rem 0;
	clear: both;
	border-top: solid 1px rgba(255, 255, 255, 0.5);
	border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}

.dl-a dt {
	float: left;
	min-width: 6rem;
	font-weight: normal;
	white-space: nowrap;
}

.dl-a dd {
	margin: 0 0 0 6rem;
}




.site-footer .amazon-foot-btn {
	display: block;
	width: 100%;
	margin: 4rem auto 0;
	text-align: center;
}
.site-footer .amazon-foot-btn img {
	max-width: 116px;
	width: 100%;
}
@media screen and (max-width: 769px) {
	.site-footer .amazon-foot-btn {
		display: block;
		margin: 0 auto 2rem;
		text-align: center;
	}
	.site-footer .amazon-foot-btn img {
		max-width: 86px;
		width: 100%;
	}
}








































.slicknav_menu {
	display: none;
}




/*********************************************************************
smartphone
**********************************************************************/



@media screen and (max-width: 40em) {
	/* #menu is the original menu */


	html {
		font-size: 80%;
	}


	.global-header {
		background: none;
	}







	.box-slider {
		position: absolute;
		top: 0;
	}


	.box-slider img {
		max-width: 100%;
		height: auto;
		margin: 0;
	}

	.box-showcase {
		height: auto;
		background-size: cover;

	}

	.grassbeer {
		position: absolute;
		bottom: 0px;
		right: -20px;
		width: 133px;
		height: 153px;
		z-index: 1200;
	}

	.box-showcase-text {
		position: relative;
		top: 20px;
		white-space: normal;
		z-index: 1001;
		width: 100%;
	}

	@media screen and (max-width:769px) {
		.box-showcase-text {
			top: 0;
		}
	}



	.box-button {
		margin-top: 6rem;
	}

	.box-logomark {
		display: none;
	}

	.box-showcase-text .fx-row {
		width: 100%;
		margin: 0 auto;
	}


	.box_tagcp {
		width: 65%;
		max-width: 654px;
		flex-basis: 65%;
		margin: 0 auto;
	}

	@media screen and (max-width:769px) {
		.box_tagcp {
			max-width: 100%;
			width: 100%;
			flex-basis: 100%;
		}
	}


	.box-showcase-text p {
		margin: 1rem 0;
	}

	.box-showcase-text p br {
		display: none;
	}

	.box-showcase-caption {
		font-size: 2.5rem;
		margin-top: 0;
		margin-bottom: 0;

	}

	.rad-button {
		display: block;
		margin: 0.5rem 0.1rem;
	}

	.box-spec1 {
		padding: 1rem;
		margin-bottom: 0;
	}

	.snapwidget-widget {
		height: auto !important;
	}

	.box-spec2 {
		padding: 1rem;
	}


	.fb-page {
		margin: 1rem;
	}

	.box-article ul {}

	.box-article ul li {
		padding: 0 1rem;
		margin: 0;
		list-style: none;
		height: auto;
		font-size: 1rem;
		line-height: 1.1;

	}

	.box-article ul li:nth-child(even) {
		background: rgba(0, 0, 0, 0.2)
	}


	.box-article ul li a {
		text-decoration: none;
	}

	.box-article ul li a img {
		width: 50px !important;
		height: auto;
	}

	.box-article ul li .post-date {
		padding: 0;
	}

	.box-article ul li span {
		display: table-cell;
		vertical-align: middle;
		padding: 0.5rem;
		border-collapse: collapse;

	}

	.box-article ul li .post-title {}




	.table-placelist tr td {
		font-size: 0.9rem;
		padding: 0;

	}

	.table-placelist tr {
		border-bottom: 1px solid #55492D;
	}

	.table-placelist tr td:nth-child(3n-2) {
		width: auto;
		padding-top: 0.5rem;
	}



	.table-placelist tr td:nth-child(3n) {
		width: auto;
		white-space: normal;
		padding-bottom: 0.5rem;

	}

	table.bt tfoot th::before,
	table.bt tfoot td::before,
	table.bt tbody td::before {
		display: none;
	}






	header ul {
		display: none;
	}

	footer {
		margin: 100px 0 200px;
	}

	.slicknav_menu {
		display: block;
	}


	#page-top {
		bottom: 10px;
		right: 10px;
		font-size: 0.5rem;
	}

	#page-top a {
		width: auto;
		padding: 5px;

	}

	#page-top a:hover {
		text-decoration: none;
		background: rgba(0, 0, 0, 0.95);
	}


	.ul-place-pref>li {
		line-height: 1.2rem;
		position: relative;
		margin-bottom: 0.5rem;
		padding-bottom: 0.5rem;
	}

	.ul-place-pref .children {
		position: relative;
		top: auto;
		left: auto;
		margin-left: 1rem;
		display: block;
		width: auto;

	}


	.ul-place-pref .children li {
		display: block;
		line-height: 1.5rem;
		margin-right: 0.5rem;
	}




	.acf-map-wrapper {
		margin: 0 1rem;
	}



	.box-products ul {
		margin: 2rem 0;
	}




	.box-product-dl {
		margin: 0;
	}







	/* 	end media */
}