/* "PC" Style Sheet */

.sp {
	display: none;
}

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

.inner1200 {
	width: 1200px;
	margin: 0 auto;
}
.inner800 {
	width: 800px;
	margin: 0 auto;
}
.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: 50px 0;
}
.box-wrap {
	padding: 30px;
}
.center-left {
	text-align: center;
}
.relative {
	position: relative;
}
.btn-link {
	display: inline-block;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 110%;
	line-height: 1.5em;
	text-align: center;
}
.btn-link.fit.btn-adjust {
	width: 100%;
	margin-top: 25px;
}
.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.fix {
	min-width: 300px;
	
}
.image{
	position: absolute;
	left: 550px;
}
.btn-link.fixxx{
	width: 300px;
/* 	position: absolute; */
	left:55%;
	top:228%;
}
.btn-link.fixx{
	width: 300px;
	position: absolute;
	left: 590px;
	top:280px;
	background-image: url(../img/whisky/bg_whisky_kv_pc.png);
}
.btn-link.fit {
	width: 100%;
}

.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 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-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: 500px;
	border-top: solid 1px #6D6262;
	padding-bottom: 20px;
}
div.age-switch p.age-explain:after {
	content: "";
	display: block;
	width: 500px;
	border-bottom: solid 1px #6D6262;
	padding-top: 20px;
} */
div.age-exp{
	margin: auto;
	width: 500px;
	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 30px;
	
	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] {
	min-width: 300px;
	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;
	
	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;
}
div.center {
	margin:auto;
	display: flex;
	justify-content: center;
	align-items: center;
}


/* =====================================================
▼ FORM TEMPLATE
===================================================== */
article section#form-sec {}
article section#form-sec table.form-list {
	border-collapse: separate;
	border-spacing: 0 10px;
	width: 100%;
}
article section#form-sec table.form-list tr {}
article section#form-sec table.form-list tr th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	padding-right: 30px;
}
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 {
	width: 100%;
	vertical-align: top;
}

/*問い合わせフォーム。*/
article section#form-sec table.form-list tr td input[type="text"],
article section#form-sec table.form-list tr td input[type="email"],
article section#form-sec table.form-list tr td input[type="tell"] {
	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: 150px;
	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;
}

.g-recaptcha {
	text-align: center;
}
.g-recaptcha > div {
	display: inline-block;
}
.al-center{
	text-align: center;
}
.sec-title{
	max-width: 500px;
	text-align: center;
	margin: 0 auto 20px ;
	padding-bottom: 10px;

}


/* =====================================================
▼ HEADER
===================================================== */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #352B2B;
	z-index: 100;
}
header div.logo-cont {
	float: left;
	margin-top: 8px;
}
header nav {
	float: right;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* =====================================================
▼ FOOTER
===================================================== */
footer {
	background-color: #352B2B;
	padding: 15px;
	overflow: hidden;
}
footer ul.sns-list {
	position: absolute;
	top: -12px;
	right: 20px;
	font-size: 200%;
	line-height: 1.5em;
}
footer ul.sns-list li {
	float: left;
	padding: 8px 0;
	margin-left: 10px;
}
footer ul.sns-list li.txt {
	font-size: 50%;
	line-height: 3em;
	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: left;
	color: #F4F4EA;
}
footer p.mincho {
	text-align: center;
}
.footer-link {
	text-align: center;
	max-width: 500px;
	margin: 10px auto 30px;
	padding-bottom: 20px;
}
.footer-link h3 {
	font-size: 16px;
}

/* =====================================================
▼ CONTENTS "COMMON"
===================================================== */
.top-space {
	margin-top: 62px;
}
article {
	overflow: hidden;
}
article section {}
article section h1 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 160%;
	line-height: 1.5em;
	font-weight: normal;
	text-align: center;
}
article section h1:after {
	content: "";
	display: block;
	max-width: 500px;
	border-bottom: solid 1px #6D6262;
	padding-top: 10px;
	margin: 0 auto;
	margin-bottom: 30px;
}
article section h1 span.sub {
	font-size: 70%;
	line-height: 1.5em;
}
article section.bg-brown h1:after {
	border-bottom: solid 1px #F4F4EA;
}
article section h2 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 140%;
	line-height: 1.5em;
	font-weight: normal;
	border-left: solid 5px #F4F4EA;
	padding-left: 20px;
	margin-bottom: 30px;
}
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: 10px;
	margin-bottom: 20px;
}
aside {
	float: right;
	width: 280px;
	margin-bottom: 50px;
}
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;
}
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: 5px 10px;
	margin-bottom: 5px;
}
aside section#new-arrival-sec p.post-ttl {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
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: 5px 10px;
	margin-bottom: 5px;
}
article section ul.post-list01 > li h2 a {
	color: #F4F4EA;
}
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: 46%;
	margin-right: 8%;
}
article section ul.gallery-list li:nth-child(2n) {
	margin-right: 0;
}
article section ul.gallery-list li:nth-child(n+3) {
	margin-top: 30px;
}

article section div.share-btn-wrap {
	text-align: center;
	background-color: #262121;
	padding: 30px;
}
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: flex;
	justify-content: space-between;
}
article section#links-sec ul.bnr-list li {
	width: calc((100% - 80px) / 2);
	margin: 0;
}
article section#links-sec ul.bnr-list li:nth-child(2n) {
	margin-right: 0;
}
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%;
}
div.main-sld-wrap div.main-sld figure.kv-wrap {
	position: absolute;
	top: 50%;
	left: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	table-layout: fixed;
	width: 100%;
	margin-top: -150px;
}
div.main-sld-wrap div.main-sld figure.kv-wrap figcaption {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
div.main-sld-wrap div.main-sld figure.kv-wrap figcaption img.logo {
	margin-top: 50px;
}
div.main-sld-wrap div.main-sld figure.kv-wrap figcaption p {
	font-size: 150%;
	line-height: 2em;
	color: #F4F4EA;
}
div.main-sld-wrap div.main-sld figure.kv-wrap img.bottle {
	display: table-cell;
	vertical-align: middle;
}
.back-image{
	background-image: url(../img/202004whisky/倉吉桜.jpeg);
}
article#home {}

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

article#home section figure.catch-text.img-right {
	position: relative;
	min-height: 300px;
	height: auto;
	background-image: url(shared/home/img_distillery_01.png) no-repeat;
}
article#home section figure.catch-text.img-right > img {
	position: absolute;
	top: 10;
	right: 0;
}
article#home section figure.catch-text.img-right figcaption {
	width: 100%;
	display: table-cell;
	vertical-align: top;
	text-align: left;
	padding: 0;
	padding-right: 500px;
	position: absolute;
	left: 10px;
	
}

article#home section#news-sec {}
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: 30px;
}
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;
}
article#home section#whisky-sec ul.bottle-list li {
	float: left;
	margin: 0 20px;
}
article#home section#whisky-sec ul.bottle-list li:nth-child(n+8) {
	margin-top: 30px;
}

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 {}



.youtube iframe{
	width: 100%;
	height: 315px;
	margin-top:15px;
}

.youtube img{
	width: 100%;
	height: 315px;
	margin-top:15px;
}


/* =====================================================
▼ CONTENTS "WHISKY"
===================================================== */
article#whisky {}
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;
}
article#whisky ul.whisky-list figcaption h2 {
	display: inline-block;
}
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 {
	width: calc((100% - 60px) / 3);
	margin-right: 20px;
}
article#whisky section.whisky-sec nav.page-navi ul.type-list > li:nth-child(3n) {
	margin-right: 0;
}
article#whisky section.whisky-sec nav.page-navi ul.type-list > li:nth-child(n+4) {
	margin-top: 30px;
}
div.recent_awards {
	margin: 20px 0;
	text-align: center;
}
div.recent_awards img {
	height: 75px;
	width: 75px;
	margin: 10px;
}
div.recent_awards p {
	font-size: 12px;
	margin-top: 15px;
}
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;
	width: 450px;
	border-bottom: 1px solid #6D6262;
	padding-bottom: 15px;
	margin-top: 15px;
}
div.award_history div.award_history_content img {
	height: 75px;
	width: 75px;
	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;
	width: 100%;
}
div.award_history div.award_history_content div.award_history_content_text p {
	font-size: 12px;
	line-height: normal;
}
div.award_history div.award_history_content div.award_history_content_text p:last-child {
	font-size: 18px;
}
div.award_history div.award_history_content div.award_medals {
	width: 75px;
}
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;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}
.acd-content{
	transition: .5s;
	visibility: hidden;
	margin: 15px 0;
	opacity: 0;
	height: 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 {
	margin: auto;
}
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;
}
.window {
	width: 90vw;
	max-width: 1000px;
	height: 750px;
	padding: 50px;
	background-color: rgb(20, 13, 13);
	border-radius: 6px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: solid 3px #F4F4EA;
}
.window h3{
	padding-bottom: 15px;
	font-size: 140%;
} */
.mordal-wrap{
	width: 100%;
	height: 100%;
}

/* =====================================================
▼ WHISKY POPUP or Single Page
===================================================== */
.popup-img img{
	margin-bottom: 20px;
}
.popup-info{
	margin: 20px 0px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.popup-info p{
	font-size: 14px;
	margin: 0;
}
.popup-awards{
	display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 850px;
    border-bottom: 1px solid #6D6262;
    padding-bottom: 15px;
    margin: 15px  auto 0px;
}
.popup-awards img{
	height: 60px;
	width: 60px;
	padding-right: 5px;
}
.popup-medals{
	width: 250px;
}
.close {
	cursor:pointer;
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 25px;
}
ul.whisky-icons{
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}
li.whisky-icon {
	width: 150px;
	height: 250px;
	border: 1px solid #6D6262;
	padding: 10px auto;
}
.whisky-icon p{
	text-align: center;
}

.popup {
	width: 50%;
	margin: auto;
	position: relative;
	background: #fff;
	padding: 20px;
  }


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

/* =====================================================
▼ CONTENTS "DISTILLERY"
===================================================== */
article#distillery {}
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;
}

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;
}

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;
}

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

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_pc.png);
	background-repeat: no-repeat;
	background-position: center center;
}

article#company section#prof-sec {}
article#company section#prof-sec ul.prof-wrap {}
article#company section#prof-sec ul.prof-wrap li {
	width: 47%;
	margin-right: 6%;
}
article#company section#prof-sec ul.prof-wrap li:nth-child(2n) {
	margin-right: 0;
}
article#company section#prof-sec ul.prof-wrap li:nth-child(n+3) {
	margin-top: 30px;
}
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: 10px 20px;
}
article#company section#prof-sec ul.prof-wrap li table.prof-list tr td {
	width: 100%;
	padding: 10px 20px;
}

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 {
	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 0;
    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 td.award p {
	text-align: left;
	font-size: 28px;
}


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

article#award section#vision-sec table.award img.medal {
	width: 70px;
    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 .acd-check{
	display: none;
}

article#award .acd-label{
	display: inline-block;
	width: 100%;
	text-align: left;
	margin: 0;
	padding: 0;
}

article#award .acd-content{
	transition: .5s;
	visibility: hidden;
	margin: 15px 0;
	opacity: 0;
	height: 0;
}

article#award .acd-check:checked + .acd-label + .acd-content{
	opacity: 1;
	visibility: visible;
	height: auto;
	padding: 0;
}

article#award table.award .award_history_content {
	display: flex;
	text-align: left;
	margin: 0 auto;
	width: 100%;
	padding-bottom: 15px;
	margin-top: 15px;
	border:none;
}


article#award section#vision-sec div.kv-area {
	background-image: url(../img/faq/bg_faq_kv_pc.png);
	background-repeat: no-repeat;
	background-position: center center;
}



article#award section#prof-sec {}
article#award section#prof-sec ul.prof-wrap {}
article#award section#prof-sec ul.prof-wrap li {
	width: 47%;
	margin-right: 6%;
}
article#award section#prof-sec ul.prof-wrap li:nth-child(2n) {
	margin-right: 0;
}
article#award section#prof-sec ul.prof-wrap li:nth-child(n+3) {
	margin-top: 30px;
}
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: 10px 20px;
}
article#award section#prof-sec ul.prof-wrap li table.prof-list tr td {
	width: 100%;
	padding: 10px 20px;
}

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;
}
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: 140%;
	line-height: 1.5em;
	font-weight: normal;
	border-left: solid 5px #F4F4EA;
	padding-left: 20px;
	margin-bottom: 10px;
}
article#faq section#faq-sec dl.faq-list dd {
	margin-bottom: 50px;
}
article#faq section#faq-sec dl.faq-list dd:last-child {
	margin-bottom: 0;
}

div.wp-video video{
	width: 640px;
	height: 640px;
}


/* =====================================================
▼ 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-top: 20px;
	padding-bottom: 10px;
}
div.cat-area ul.cat-list {}
div.cat-area ul.cat-list li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
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 {
	float: left;
	width: 680px;
}
article#postlist.blog section#postlist-sec {}
article#postlist.blog section#postlist-sec figure.catch-text {
	display: table;
}
article#postlist.blog section#postlist-sec img.flex {
	margin: 0;
}
article#postlist.blog section#postlist-sec figure.catch-text figcaption {
	width: 100%;
	display: table-cell;
	padding-left: 30px;
}
article#postlist.blog section#postlist-sec ul.post-list01 > li p.post-date {
	margin-bottom: 0;
}



/* =====================================================
▼ 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 {
	float: left;
	width: 680px;
}
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;
}
H2.short {
	border:none;
	padding-left: 2px;
	font-size: 135%;
}


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

.current_support {
	width: 260px;
	background-color: white;
	margin: auto;
	padding: 20px;
}

.current_support p {
	text-align: center;
	color: black;
	line-height: 2em;
}

.current_support p.support_v {
	font-size: 25px;
}

.current_support_time {
	display: block;
	width: 300px;
	margin: auto;
	text-align: end;
	font-size: 12px;
}

/* =====================================================
▼ 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;
}
article#dl_pop section#dl_pop_brands .flex {
	display: flex;
	align-items: center;
	justify-content: center;
}
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: 210px;
}
article#dl_pop section#dl_pop_brands .flex a div:hover {
	background-color: #3c3a34;
}
article#dl_pop section#dl_pop_brands .flex span {
	width: 110px;
}
article#dl_pop section#dl_pop_brands .dl_pop_brands_img {
	height: 100px;
	width: 100px;
	padding: 15px 0;
}
article#dl_pop section#dl_pop_brands .pop_notice {
	margin-top: 100px;
}

/* =====================================================
▼ CONTENTS "dl_pop_(products)"
===================================================== */
article#dl_pop {}
article#dl_pop section#dl_pop {}
article#dl_pop section#dl_pop h2 {
	margin-top: 20px;
	margin-bottom: 0;
}
article#dl_pop section#dl_pop .flex {
	display: flex;
	flex-wrap: wrap;
}
article#dl_pop section#dl_pop .attachment {
	height: 220px;
	width: 200px;
	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 .attachment a p {
	width: 150px;
	font-size: 12px;
}
article#dl_pop section#dl_pop .pop_notice {
	margin-top: 80px;
}



