/* "SP" Style Sheet */

.pc {
	display: none;
}
.sp {
	display: block;
}

/* =====================================================
▼ COMMON
===================================================== */
.in_btn{
	text-align: center;
	font-size: 20px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.en_btn{
}
.ch_btn{
}
.wow {
	visibility: hidden;
}
div.inner {
	width: auto;
}
div.inner-1200 {

}
div.inner-800 {
	width: auto;
	max-width: 800px;
}
.fs-90 {
	font-size: 90%;
	line-height: 1.5em;
}
.fs-120 {
	font-size: 120%;
	line-height: 1.5em;
}
.fs-150 {
	font-size: 150%;
	line-height: 1.5em;
}
.fw-normal {
	font-weight: normal;
}
.fw-bold {
	font-weight: bold;
}
.bg-brown {
	background-color: #352B2B;
}
.sec-wrap {
	padding: 30px 0;
}
.box-wrap {
	padding: 15px;
}
.center-left {
	text-align: center;
}
.relative {
	position: relative;
}
.btn-link {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 110%;
	line-height: 1.5em;
	text-align: center;
}
.btn-link a {
	display: block;
	color: #D7B26F;
	border: solid 1px #D7B26F;
	padding: 10px 30px;
	
	transition: 0.3s ease-in-out;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
}
.btn-link a:hover {
	text-decoration: none;
	color: #F4F4EA;
	background-color: #D7B26F;
}
.btn-link.fit {
	width: 300px;
}

.btn-link-sns {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 100%;
	line-height: 1.5em;
	text-align: center;
}
.btn-link-sns a {
	display: block;
	color: #FFF;
	background-color: #D7B26F;
	padding: 15px;
	
	transition: 0.3s ease-in-out;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
}
.btn-link-sns a:hover {
	text-decoration: none;
	background-color: #7F7739;
}
.btn-link-sns.tw a {
	background-color: #55ACEE;
}
.btn-link-sns.tw a:hover {
	background-color: #3B78A6;
}
.btn-link-sns.fb a {
	background-color: #084272;
}
.btn-link-sns.fb a:hover {
	background-color: #062E50;
}

div.age-switch {
	position: fixed;
	top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  color: #F4F4EA;
	background-color: #140D0D;
	padding: 100px 0;
	z-index: 1000;
	
	box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
}
/* div.age-switch p.age-explain {}
div.age-switch p.age-explain:before {
	content: "";
	display: block;
	width: 100%;
	border-top: solid 1px #6D6262;
	padding-bottom: 20px;
}
div.age-switch p.age-explain:after {
	content: "";
	display: block;
	width: 100%;
	border-bottom: solid 1px #6D6262;
	padding-top: 20px;
} */
div.age-exp{
	margin: 15px auto;
	width: 90%;
	border-top: solid 1px #6D6262;
	border-bottom: solid 1px #6D6262;
	padding: 20px 0px;
}
div.age-switch table.birth-wrap {
	border-collapse: separate;
	border-spacing: 10px 30px;
	margin: 0 auto;
}
div.age-switch table.birth-wrap tr {}
div.age-switch table.birth-wrap tr td {
	text-align: center;
}
div.age-switch table.birth-wrap tr td input[type="tel"] {
	font-family: 'Oswald', sans-serif;
	font-size: 200%;
	line-height: 1.5em;
	text-align: center;
	border: none;
	background: #352B2B;
	padding: 20px;
	
	box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
}
div.age-switch table.birth-wrap tr td input[type="tel"]:focus {
  outline: solid 2px #D7B26F;
}
div.age-switch table.birth-wrap tr td button[type=button],
div.age-switch table.birth-wrap tr td button[type=submit] {
	width: 100%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 120%;
	line-height: 1.5em;
	color: #D7B26F;
	border: solid 1px #D7B26F;
	background-color: transparent;
	padding: 10px 30px;
	min-width: 100px;
	transition: 0.3s ease-in-out;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
}
div.age-switch table.birth-wrap tr td button[type=button]:hover,
div.age-switch table.birth-wrap tr td button[type=submit]:hover {
	color: #F4F4EA;
	background-color: #D7B26F;
}
div.age-switch table.birth-wrap tr td button[type=button]:focus,
div.age-switch table.birth-wrap tr td button[type=submit]:focus {
  outline: none;
}

figure.catch-text {
	margin-bottom: 0;
}

/* =====================================================
▼ FORM TEMPLATE
===================================================== */

validate[required]{
	height:100px;
}
article section#form-sec {}
article section#form-sec div.inner-800 p {
	padding: 0 20px;
}
article section#form-sec table.form-list {
	width: 100%;
}
article section#form-sec table.form-list tr {}
article section#form-sec table.form-list tr th {
	display: block;
	font-weight: normal;
	text-align: left;
	margin-bottom: 10px;
}
article section#form-sec table.form-list tr th.required:after {
	content: "必須";
	font-size: 80%;
	line-height: 1.5em;
	color: #F4F4EA;
	border-radius: 3px;
	background-color: #C1272D;
	padding: 3px 5px;
	margin-left: 5px;
}
article section#form-sec table.form-list tr th.required.en:after {
	content: "Required";
}
article section#form-sec table.form-list tr th.required.ch:after {
	content: "必需";
}
article section#form-sec table.form-list tr td {
	display: block;
	margin-bottom: 20px;
}
article section#form-sec table.form-list tr:last-child td {
	margin-bottom: 0;
}
article section#form-sec table.form-list tr td input[type="text"],
article section#form-sec table.form-list tr td input[type="tell"],
article section#form-sec table.form-list tr td input[type="email"],
article section#form-sec table.form-list tr td input[type="tell"] {
	width: 100%;
	font-size: 16px;
	line-height: 1.8em;
	color: #352B2B;
	border: none;
	border-radius: 3px;
	padding: 10px;
	
	box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
}
article section#form-sec table.form-list tr td input[type="checkbox"] {
	margin-right: 0.5em;
}
article section#form-sec table.form-list tr td input[type="radio"] {
	margin-right: 0.5em;
}
article section#form-sec table.form-list tr td label {
	margin-right: 1em;
}
article section#form-sec table.form-list tr td select {
	height: 35px;
}
article section#form-sec table.form-list tr td textarea {
	width: 100%;
	height: 200px;
	font-size: 16px;
	line-height: 1.8em;
	color: #352B2B;
	border: none;
	border-radius: 3px;
	padding: 10px;
	
	box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
}
article section#form-sec table.form-list tr td p.count {
	position: absolute;
	top: -2em;
	right: 0;
}
article section#form-sec input[type=reset],
article section#form-sec input[type=submit] {
	border: none;
	border-radius: 3px;
	padding: 10px 30px;
	
	transition: 0.3s ease-in-out;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
}
article section#form-sec input[type=reset] {
	text-decoration: none;
	color: #F4F4EA;
	background-color: #6D6262;
}
article section#form-sec input[type=reset]:hover {
	background-color: #514747;
}
article section#form-sec input[type=submit] {
	text-decoration: none;
	color: #F4F4EA;
	background-color: #D7B26F;
}
article section#form-sec input[type=submit]:hover {
	background-color: #D29533;
}
.test{
	color:black;
}
.g-recaptcha {}
.g-recaptcha > div {
	
	transform: scale(0.8);
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
}
.al-center{
	text-align: center;
}
.sec-title{
	max-width: 300px;
	text-align: center;
	margin: 0 auto 10px ;
	padding-bottom: 10px;

}

/* =====================================================
▼ HEADER
===================================================== */
header {}
header div.logo-cont {
	position: fixed;
	left: 10px;
	z-index: 10;
	margin-top: 5px;
}
header div.logo-cont img {
	width: 100px;
	height: auto;
}



/* =====================================================
▼ FOOTER
===================================================== */
footer {
	text-align: center;
	background-color: #352B2B;
	padding: 10px;
	overflow: hidden;
}
footer ul.sns-list {
	display: inline-block;
	font-size: 200%;
	line-height: 1.5em;
	vertical-align: top;
	margin-bottom: 10px;
	position: unset;
}
footer ul.sns-list li {
	float: left;
	padding: 5px 0;
	margin-left: 10px;
}
footer ul.sns-list li.txt {
	font-size: 60%;
	line-height: 2.5em;
	padding: 0;
}
footer ul.sns-list li a {
	transition: 0.3s ease-in-out;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
}
footer ul.sns-list li a:hover {
	text-decoration: none;
	color: #D29533;
}
footer div.copyright {
	font-size: 80%;
	line-height: 1.5em;
	font-weight: 300;
	text-align: center;
	color: #F4F4EA;
}
.footer-link {
	text-align: center;
	max-width: 300px;
	margin: 0px auto 20px;
	padding-bottom: 10px;
}
.footer-link h3 {
	font-size: 14px;
}



/* =====================================================
▼ CONTENTS "COMMON"
===================================================== */
.top-space {
	margin-top: 50px !important;
}
article {
	overflow: hidden;
}
article section {}
article section h1 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 140%;
	line-height: 1.5em;
	font-weight: normal;
	text-align: center;
}
article section h1:after {
	content: "";
	display: block;
	border-bottom: solid 1px #6D6262;
	padding-top: 10px;
	margin-bottom: 20px;
}
article section h1 span.sub {
	font-size: 70%;
	line-height: 1.5em;
}
article section.bg-brown h1:after {
	border-bottom: solid 1px #6D6262;
}
article section h2 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 130%;
	line-height: 1.5em;
	font-weight: normal;
	border-left: solid 5px #F4F4EA;
	padding-left: 15px;
	margin-bottom: 20px;
}
article section h3 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 120%;
	line-height: 1.5em;
	font-weight: normal;
	border-bottom: solid 1px #6D6262;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
aside {
	margin: 30px 20px;
	float: unset;
	width: auto;
}
aside section {}
aside section div.sec-wrap {
	padding-bottom: 0;
}
aside section h1 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 110%;
	line-height: 1.5em;
	font-weight: normal;
	text-align: center;
	background-color: #352B2B;
	padding: 10px;
	margin-bottom: 10px;
	display: inline-block;
}
aside section#new-arrival-sec {}
aside section#new-arrival-sec ul.post-list {}
aside section#new-arrival-sec ul.post-list li {
	border-bottom: dashed 1px #6D6262;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
aside section#new-arrival-sec ul.post-list li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
aside section#new-arrival-sec p.post-date {
	display: inline-block;
	font-size: 90%;
	line-height: 1em;
	color: #FFF;
	background-color: #841414;
	padding: 8px 10px;
	margin-bottom: 5px;
}
aside section#new-arrival-sec p.post-ttl {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 110%;
	line-height: 1.5em;
}
aside section#new-arrival-sec p.post-ttl a {
	color: #FFF;
}
aside section#tw-sec {}
aside section#ig-sec {}
aside section#ig-sec div.ig-wrap {
	height: 350px;
	overflow: scroll;
}
aside section#bnr-sec {}
aside section#bnr-sec ul.bnr-list {}
aside section#bnr-sec ul.bnr-list li {
	margin-bottom: 10px;
}
aside section#bnr-sec ul.bnr-list li:last-child {
	margin-bottom: 0;
}

article section div.kv-area {}
article section div.kv-area table.kv-wrap {
	width: 100%;
}
article section div.kv-area table.kv-wrap tr {}
article section div.kv-area table.kv-wrap tr td {
	vertical-align: middle;
}

article section ul.whisky-list {}
article section ul.whisky-list li {
	margin-bottom: 50px;
}
article section ul.whisky-list li:last-child {
	margin-bottom: 0;
}

article section ul.post-list01 {}
article section ul.post-list01 > li {
	margin-bottom: 50px;
}
article section ul.post-list01 > li:last-child {
	margin-bottom: 0;
}
article section ul.post-list01 > li p.post-date {
	display: inline-block;
	font-size: 100%;
	line-height: 1em;
	color: #FFF;
	background-color: #841414;
	padding: 10px 15px;
	margin-bottom: 5px;
}
article section ul.post-list01 > li h2 a {
	color: #F4F4EA;
}
article section ul.post-list01 > li figure img {
	max-width: inherit;
}
article section ul.post-list01 > li figure figcaption ul.post-cat-list {
	margin-bottom: 5px;
}
article section ul.post-list01 > li figure figcaption ul.post-cat-list li {
	float: left;
	font-size: 80%;
	line-height: 1.5em;
	text-align: center;
	white-space: nowrap;
	margin-right: 1px;
	margin-bottom: 1px;
}
article section ul.post-list01 > li figure figcaption ul.post-cat-list li a {
	display: block;
	color: #D7B26F;
	border: solid 1px #D7B26F;
	padding: 2px 5px;
	
	transition: 0.3s ease-in-out;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
}
article section ul.post-list01 > li figure figcaption ul.post-cat-list li a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #D7B26F;
}

article section ul.gallery-list {}
article section ul.gallery-list li {
	width: 100%;
	text-align: center;
}
article section ul.gallery-list li:nth-child(2n) {
	display: none;
}
article section ul.gallery-list li:nth-child(n+3) {
}
article section ul.gallery-list li img {
	width: 300px;
	height: auto;
}

article section div.share-btn-wrap {
	text-align: center;
	background-color: #262121;
	padding: 15px;
}
article section div.share-btn-wrap ul.share-btn-list {
	display: table;
	table-layout: fixed;
	width: 100%;
}
article section div.share-btn-wrap ul.share-btn-list li {
	display: table-cell;
	vertical-align: top;
}

article section#links-sec {

}
article section#links-sec ul.bnr-list {
	display: block;
}
article section#links-sec ul.bnr-list li {
	width: 300px;
	margin: auto;
	display: block;
}
article section#links-sec ul.bnr-list li img {
	width: 300px;
	height: auto;
	margin: 0;
	margin-bottom: 20px;
}
article section#links-sec ul.sns-list {
	width: 300px;
	margin: 20px auto;
	display: flex;
	justify-content: space-around;
}
article section#links-sec ul.sns-list img {
	height: 50px;
	width: 50px;
}

/* =====================================================
▼ CONTENTS "HOME"
===================================================== */
div.main-sld-wrap,
div.main-sld-wrap div.main-sld {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
}
div.main-sld-wrap div.main-sld > div {
	height: 100%;
	width: auto;
	display: flex;
	top: 50px;
	align-items: center;
}
div.main-sld-wrap div.main-sld figure.kv-wrap {
	width: 100%;
	height: 100%;
	text-align: center;
	flex-direction: column;
	position: relative;
	top: auto;
	left: auto;
	justify-content: center;
	top: 50px;
}
div.main-sld-wrap div.main-sld figure.kv-wrap figcaption {
	margin-bottom: 30px;
}
div.main-sld-wrap div.main-sld figure.kv-wrap figcaption img.logo {
	width: 180px;
	height: auto;
	margin-bottom: 20px !important;
}
div.main-sld-wrap div.main-sld figure.kv-wrap figcaption p {
	font-size: 100%;
	line-height: 2em;
	color: #F4F4EA;
}
div.main-sld-wrap div.main-sld figure.kv-wrap img.bottle {
	width: 300px;
	height: auto;
}

.youtube {
	height: auto;
	width: 100%;
	margin-bottom: 70px;
}

.youtube_text {
	font-size: 15px;
}


.youtube video {
	height: auto;
	width: 80%;
	margin-top: 20px;
	}
.youtube iframe{
	width: 360px;
	height: 270px;
	margin-top:15px;
}
.youtube img{
	width: 360px;
	height: 270px;
	margin-top:15px;
}

article#home {

}
article#home h2 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 140%;
	line-height: 1.5em;
	max-width: 80%;
	font-weight: normal;
	text-align: center;
	display: block;
	border-bottom: solid 1px #6D6262;
	margin: auto;
	padding: 0;
	padding-top: 10px;
	margin-bottom: 20px;
}
article section.bg-brown h1:after {
	border-bottom: solid 1px #F4F4EA;
}
article#home h3{
	text-align: center;
}
article#home section#notice-sec {

}
article#home section figure.catch-text.img-right figcaption {
	margin: auto;
	vertical-align: baseline;
	left: auto;
}
article#home section#notice-sec h1 {
	padding: 0 20px;
	font-size: 130%;
}
article#home section#notice-sec p {
	padding: 0 20px;
}

article#home section#news-sec {

}
article#home section#news-sec img {
	width: 100%;
	max-width: 450px;
}
article#home section#news-sec figcaption {
	width: auto;
	padding: 0 20px;
}
article#home section#news-sec table.news-list {
	width: 100%;
}
article#home section#news-sec table.news-list tr {
	display: block;
	border-bottom: solid 1px #6D6262;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
article#home section#news-sec table.news-list tr:last-child {
	margin-bottom: 0;
}
article#home section#news-sec table.news-list tr th {
	font-weight: normal;
	vertical-align: top;
	white-space: nowrap;
	padding-right: 20px;
}
article#home section#news-sec table.news-list tr td {
	width: 100%;
	vertical-align: top;
}

article#home section#whisky-sec {
	overflow: hidden;
}
article#home section#whisky-sec ul.bottle-list {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 500px;
}
article#home section#whisky-sec ul.bottle-list li {
	float: left;
	width: 25%;
	margin: 0 4%;
}
article#home section#whisky-sec ul.bottle-list li img {
	width: 80px !important;
	height: 230px !important;
}
article#home section#whisky-sec ul.bottle-list li:nth-child(n+6) {
	margin-top: 20px;
}

article#home section#distillery-sec {}

article#home section#company-sec {}

article#home section#award-sec {}

article#home section#faq-sec {}

article#home section#contact-sec {}



/* =====================================================
▼ CONTENTS "WHISKY"
===================================================== */
article#whisky {

}
article#whisky figure.catch-text {
	margin-bottom: 80px;
}
article#whisky figure.catch-text figcaption {
	width: auto;
	max-width: 800px;
	padding: 0 20px;
}
article#whisky figure.catch-text > img {
	height: 300px;
	width: 300px;
}
article#whisky section.whisky-sec {}
article#whisky section.whisky-sec div.kv-area {
	background-image: url(../img/whisky/bg_whisky_kv_pc.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
article#whisky div.kv-area div.inner h1 {
	padding: 0 20px;
}
article#whisky div.kv-area div.inner p {
	padding: 0 20px;
}
article#whisky section.whisky-sec nav.page-navi {}
article#whisky section.whisky-sec nav.page-navi ul.type-list {}
article#whisky section.whisky-sec nav.page-navi ul.type-list > li {
	margin-bottom: 50px;
	width: 100%;
}
article#whisky section.whisky-sec nav.page-navi ul.type-list > li:last-child {
	margin-bottom: 0;
}
div.recent_awards {
	margin: 10px 0;
}
div.recent_awards img {
	height: 50px;
	width: 50px;
	margin: 10px;
}
div.recent_awards p {
	font-size: 10px;
	margin-top: 5px;
}

div.award_history {
	margin-bottom: 40px;
}
div.award_history_content {
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	margin: 0 auto 25px;
	width: 100%;
	text-align: center;
}
div.award_history div.award_history_content img {
	height: 50px;
	width: 50px;
	margin: 0;
}
div.award_history div.award_history_content div.award_history_content_text {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
div.award_history div.award_history_content div.award_history_content_text p {
	font-size: 10px;
	line-height: normal;
}
div.award_history div.award_history_content div.award_history_content_text p:last-child {
	font-size: 15px;
}
div.award_history div.award_history_content div.award_medals {
	width: 50px;
}
div.award_history div.award_history_content div.award_medals img {
	margin-bottom: 10px;
}
div.award_history div.award_history_content div.award_medals img:last-child {
	margin-bottom: 0px;
}
.acd-check{
	display: none;
}
.acd-label{
	display: inline-block;
}
.acd-content{
	visibility: hidden;
	margin: 20px 0;
}
.acd-check:checked + .acd-label + .acd-content{
	opacity: 1;
	visibility: visible;
	height: auto;
	padding: 0;
}

article#whisky section#kurayoshi-sec {}

article#whisky section#tottori-sec {}

article#whisky section#menzei-sec {}

article#whisky section#matsui-sec {}

article#whisky section#matsui-menzei-sec {}

article#whisky section#sanin-sec {}

article#whisky section#umeshu-sec {}

article#whisky section#spilits-sec {}


ul.type-list p{
	text-align: center;
}
div.btn-link {
	display: flex;
	justify-content: center;
}
div.img-link{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
}

/* =====================================================
▼ WHISKY POPUP or Single Page
===================================================== */
.open {
	cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}
#pop-up {
	display: none; /* label でコントロールするので input は非表示に */
}
.overlay {
	display: none; /* input にチェックが入るまでは非表示に */
}
#pop-up:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
ul.whisky-icons{
	display: flex;
	flex-wrap: wrap;
}
li.whisky-icon {
	width: 150px;
	height: 250px;
	border: 1px solid #6D6262;
}
.window {
	width: 90vw;
	max-width: 90%;
	height: 95%;
	padding: 10px;
	background-color: rgb(20, 13, 13);
	border-radius: 6px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow: scroll;
}
.window h3{
	padding-bottom: 20px;
	margin: 10px 0px;
	text-align: center;
}
.img-box{
	display: flex;
	justify-content: center;
	align-items: center;
}
.popup-img img{
	margin: 10px 0px;
	width: 200px;
	height: 200px;
}
.popup-info{
	margin: 15px 0px;
	display: block;
}
.popup-info p{
	font-size: 12px;
	margin: 5px;
}
.popup-awards {
	margin-top: 15px;
	display: block;
	width: 95%;
}
.popup-awards p{
	text-align: left;
}
.popup-awards img{
	margin: auto;
	padding: 3px;
	width: 45px;
	height: 45px;
}
.close {
	cursor:pointer;
	position: absolute;
	top: 5px;
	right: 8px;
	font-size: 25px;
}

/* これが無いとモーダルウィンドウ表示の際に余白が出る */
*{
	margin: 0;
	padding: 0;
  }
  
  /* モーダル全体(背景＋本体) */
  .modal{
	display: none;
	position: fixed;
	top: 0;
	inset: 0;	
	top: 5px;
	left: 50%;
	height: 100vh;
	width: 100vh;
	z-index: 1;
  }
  
  /* モーダル背景 */
  .modal-bg{
	position: absolute;
	top:5%;
	right: 50%;
	height: 100vh;
	width: 100%;
	background: rgba(0, 0, 0, 0.9);
  }
  
  /* モーダル本体 */
  .modal-content{
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	overflow: scroll; /* はみ出た部分はスクロールさせる */
	height: 450px;/* これが無いと「overflow:scroll」が利かない */
	width: 300px;/* これが無いと「overflow:scroll」が利かない */
	z-index: 99;
	padding: 20px;
	background-color: rgb(20, 13, 13);
	border: 3px double #F4F4EA;
  }
  
  /* モーダルウィンドウ表示中に記事本体を固定 */
  body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
  }
  .js-modal-close{
	padding-right: 5px;
	margin-bottom: 2px;
}
.js-modal-close a{
  font-size: 15px;
}
 
  .modal p {
	  font-size: 12px;
  }
  	.modal h3{
		width: 300px;
		padding-bottom: 10px;
		margin: auto;
		text-align: center;
		font-size: 15px;
		border-bottom: 1px solid #6D6262;
}
 	.modal h4{
		 text-align: center;
	 }




/* =====================================================
▼ CONTENTS "DISTILLERY"
===================================================== */
article#distillery {}
article#distillery div.wrap {
	padding: 30px 20px;
}

article#distillery section#distillery-sec {}
article#distillery section#distillery-sec div.kv-area {
	background-image: url(../img/distillery/bg_distillery_kv_pc.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

article#distillery section#intro-sec {}
article#distillery section#intro-sec div.kv-area {
	background-image: url(../img/distillery/bg_intro_kv_pc.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

article#distillery section#greeting-sec {}
article#distillery section#greeting-sec div.kv-area {
	background-image: url(../img/distillery/bg_greeting_kv_pc.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

article#distillery section#gallery-sec {}
article#distillery section#gallery-sec ul.gallery-sld li img {
	width: 100%;
	height: auto;
}

article#distillery section#contact-sec {}



/* =====================================================
▼ CONTENTS "COMPANY"
===================================================== */
article#company {}
article#company section#vision-sec {}
article#company section#vision-sec div.kv-area {
	background-image: url(../img/company/bg_vision_kv_sp.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
article#company section#vision-sec div.sec-wrap {
	padding: 30px 20px;
}
article#company section#vision-sec figcaption {
	width: auto;
}
article#company section#vision-sec div.inner {
	width: auto;
	max-width: 800px;
}

article#company section#prof-sec {}
article#company section#prof-sec ul.prof-wrap {}
article#company section#prof-sec ul.prof-wrap li {
	margin-bottom: 0;
	width: 100%;
}
article#company section#prof-sec ul.prof-wrap li:last-child {
	margin-bottom: 0;
}
article#company section#prof-sec ul.prof-wrap li table.prof-list {
	width: 100%;
}
article#company section#prof-sec ul.prof-wrap li table.prof-list tr {
	border-bottom: solid 1px #6D6262;
}
article#company section#prof-sec ul.prof-wrap li table.prof-list tr th {
	font-weight: normal;
	white-space: nowrap;
	padding: 15px;
}
article#company section#prof-sec ul.prof-wrap li table.prof-list tr td {
	width: 100%;
	padding: 15px;
}
article#company section#prof-sec ul.prof-wrap li table.prof-list.en tr th {
	display: block;
	font-size: 120%;
	line-height: 1.5em;
	padding: 15px;
}
article#company section#prof-sec ul.prof-wrap li table.prof-list.en tr td {
	display: block;
	padding: 15px;
	padding-top: 0;
}

article#company section#contact-sec {}


/* =====================================================
▼ CONTENTS "AWARD"
===================================================== */
article#award {}
article#award section#vision-sec {}
article#award section#vision-sec table.award {
	width: 100%;
	border-top: 1px solid #333;
    margin-bottom: 140px;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	display: table;
	border-color: gray;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
}

article#award section#vision-sec table.award th {
	padding: 15px 0;
	vertical-align: middle;
	text-align: center;
	font-size: 33px;
	padding: 1rem 2rem;
    color: #fff;
    background: #352B2B;
    -webkit-box-shadow: 5px 5px 0 #1d1818;
    box-shadow: 5px 5px 0 #1d1818;
}

article#award section#vision-sec table.award td {
	padding: 15px;
    vertical-align: middle;
    border-bottom: 1px solid gray;
}



article#award section#vision-sec table.award td.award {
	position: relative;
	padding: 1rem 2rem;
	border-bottom: 6px solid gray;
}

article#award section#vision-sec table.award td.award:before {
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 20%;
	height: 6px;
	content: '';
	background: rgb(157, 155, 155);
}



article#award section#vision-sec table.award img {
	width: 140px;
    margin-right: 5px;
    display: block;
    vertical-align: middle;
}

article#award section#vision-sec table.award img.medal {
	width: 60px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

article#award section#vision-sec table.award td p {
	font-size: 16px;
    line-height: 1.4;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}

article#award section#vision-sec div.kv-area {
	background-image: url(../img/faq/bg_faq_kv_sp.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
article#award section#vision-sec div.sec-wrap {
	padding: 30px 20px;
}
article#award section#vision-sec figcaption {
	width: auto;
}
article#award section#vision-sec div.inner {
	width: auto;
	max-width: 800px;
}

article#award section#prof-sec {}
article#award section#prof-sec ul.prof-wrap {}
article#award section#prof-sec ul.prof-wrap li {
	margin-bottom: 0;
	width: 100%;
}
article#award section#prof-sec ul.prof-wrap li:last-child {
	margin-bottom: 0;
}
article#award section#prof-sec ul.prof-wrap li table.prof-list {
	width: 100%;
}
article#award section#prof-sec ul.prof-wrap li table.prof-list tr {
	border-bottom: solid 1px #6D6262;
}
article#award section#prof-sec ul.prof-wrap li table.prof-list tr th {
	font-weight: normal;
	white-space: nowrap;
	padding: 15px;
}
article#award section#prof-sec ul.prof-wrap li table.prof-list tr td {
	width: 100%;
	padding: 15px;
}
article#award section#prof-sec ul.prof-wrap li table.prof-list.en tr th {
	display: block;
	font-size: 120%;
	line-height: 1.5em;
	padding: 15px;
}
article#award section#prof-sec ul.prof-wrap li table.prof-list.en tr td {
	display: block;
	padding: 15px;
	padding-top: 0;
}

article#award section#contact-sec {}


/* =====================================================
▼ CONTENTS "FAQ"
===================================================== */
article#faq {}
article#faq section#faq-sec {}
article#faq section#faq-sec div.kv-area {
	background-image: url(../img/faq/bg_faq_kv_pc.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
article#faq section#faq-sec dl.faq-list {}
article#faq section#faq-sec dl.faq-list dt {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 130%;
	line-height: 1.5em;
	font-weight: normal;
	border-left: solid 5px #F4F4EA;
	padding-left: 15px;
	margin-bottom: 10px;
}
article#faq section#faq-sec dl.faq-list dd {
	margin-bottom: 30px;
}
article#faq section#faq-sec dl.faq-list dd:last-child {
	margin-bottom: 0;
}



/* =====================================================
▼ CONTENTS "POSTLIST COMMON"
===================================================== */
article#postlist {}
article#postlist section#postlist-sec {}



/* =====================================================
▼ CONTENTS "POSTLIST NEWS"
===================================================== */
article#postlist.news {}
article#postlist.news section#postlist-sec {}



/* =====================================================
▼ CONTENTS "POSTLIST BLOG"
===================================================== */
div.cat-area {
	background-color: #262121;
	padding: 0 20px;
	padding-top: 15px;
	padding-bottom: 10px;
}
div.cat-area ul.cat-list {}
div.cat-area ul.cat-list li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
div.cat-area ul.cat-list li a {
	display: block;
	color: #D7B26F;
	border: solid 1px #D7B26F;
	padding: 10px 15px;
	
	transition: 0.3s ease-in-out;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
}
div.cat-area ul.cat-list li a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #D7B26F;
}

article#postlist.blog {
	width: auto;
}
article#postlist.blog section#postlist-sec {}
article#postlist.blog section#postlist-sec div.sec-wrap {
	padding: 30px 20px;
}
article#postlist.blog section#postlist-sec figcaption {
	width: auto;
}
article#postlist.blog section#postlist-sec ul.post-list01 > li figure img {
	margin: 20px 0;
	display: inline-block;
}
article#postlist.blog section#postlist-sec ul.post-list01 > li p.post-date {
	margin-bottom: 0;
}
article#postlist.blog section#postlist-sec figure.catch-text figcaption{
	width: auto;
	padding: 0;
	display: block;
}
.wp-video video{
	height: 350px;
	width: 350px;
	display: flex;
	justify-content: center;
}

/* =====================================================
▼ CONTENTS "POSTDTL COMMON"
===================================================== */
article#postdtl {}
article#postdtl section#postdtl-sec {}



/* =====================================================
▼ CONTENTS "POSTDTL NEWS"
===================================================== */
article#postdtl.news {}
article#postdtl.news section#postdtl-sec {}



/* =====================================================
▼ CONTENTS "POSTDTL BLOG"
===================================================== */
article#postdtl.blog {
	width: auto;
	float: unset;
	padding: 0 20px;
}
article#postdtl.blog section#postdtl-sec {}
article#postdtl.blog section#postdtl-sec h1:after {
	margin-bottom: 15px;
}
article#postdtl.blog section#postdtl-sec ul.post-cat-list {
	text-align: center;
	margin-bottom: 5px;
}
article#postdtl.blog section#postdtl-sec ul.post-cat-list li {
	display: inline-block;
	font-size: 80%;
	line-height: 1.5em;
	text-align: center;
	white-space: nowrap;
	margin-right: 1px;
	margin-bottom: 1px;
}
article#postdtl.blog section#postdtl-sec ul.post-cat-list li a {
	display: block;
	color: #D7B26F;
	border: solid 1px #D7B26F;
	padding: 2px 5px;
	
	transition: 0.3s ease-in-out;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
}
article#postdtl.blog section#postdtl-sec ul.post-cat-list li a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #D7B26F;
}

div.wp-video video{
	margin-left: 10px;
	width: 320px;
	height: 320px;
}

/* =====================================================
▼ CONTENTS "POSTDTL LP"
===================================================== */
article#postdtl.lp {}
article#postdtl.lp section#postdtl-sec {}


/* =====================================================
▼ CONTENTS "dl pop"
===================================================== */
article#dl_pop {}
article#dl_pop section#dl_pop_brands {}
article#dl_pop section#dl_pop_brands div div div {
	margin: 30px auto;
}
article#dl_pop section#dl_pop_brands .flex {
	display: block;
}
article#dl_pop section#dl_pop_brands .flex a {
	color: white;
}
article#dl_pop section#dl_pop_brands .flex a div {
	background-color: #262121;
	width: 300px;
	display: flex;
}
article#dl_pop section#dl_pop_brands .flex a div:hover {
	background-color: #3c3a34;
}
article#dl_pop section#dl_pop_brands .flex span {
	width: 150px;
	font-size: 20px;
}
article#dl_pop section#dl_pop_brands .dl_pop_brands_img {
	height: 150px;
	width: 150px;
	padding: 15px 0;
}
article#dl_pop section#dl_pop_brands .pop_notice {
	margin-top: 80px;
	padding: 0 10px;
}
article#dl_pop section#dl_pop_brands .pop_notice p {
	padding: 0 10px;
}

/* =====================================================
▼ CONTENTS "dl_pop_(products)"
===================================================== */
article#dl_pop {}
article#dl_pop section#dl_pop {}
article#dl_pop section#dl_pop .inner {
	padding: 10px;
}
article#dl_pop section#dl_pop .flex {
	display: flex;
	flex-wrap: wrap;
}
article#dl_pop section#dl_pop .attachment {
	height: 190px;
	width: 170px;
	display: flex;
	justify-content: center;
	margin: 20px 0;
}
article#dl_pop section#dl_pop .attachment a div {
	height: 150px;
	width: 150px;
	background-color: #262121;
	display: flex;
	align-items: center;
	justify-content: center;
}
article#dl_pop section#dl_pop .attachment a div img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}
article#dl_pop section#dl_pop .pop_notice {
	margin-top: 100px;
}
article#dl_pop section#dl_pop h2 {
	margin-top: 20px;
}