@charset "UTF-8";
/**
 * page-singlemalt2021.scss
 * template-single-singlemalt2021.php 用。singlemalt 系3ページは CSS を共有するため、
 * 実体は page-singlemalt.scss にあり本ファイルはそれを @use で再出力する薄いラッパ。
 * （build:sass は scss/main 直下の非パーシャルを個別に css 化するため、
 *   命名解決で自動 enqueue される page-singlemalt2021.css を生成する目的）。
 */
/**
 * page-singlemalt.scss
 * template-single-singlemalt.php / -singlemalt2021.php / -umeshu.php 用の
 * ページ固有スタイル（3ページで共有）。旧 sakuraodistillery.com の
 * assets/css/singlemalt.css を Step 1（見た目の再現）として移植したもの。
 * common.css の後にロードされる前提。
 *
 * Step 1 方針につき内容は旧 singlemalt.css のままとし、画像参照の絶対パス
 * （/assets/img/...）のみビルド出力先 theme/assets/css/ からの相対パス
 * （../img/...）へ書き換えている。クラス名は Step 3 で FLOCSS 化済み（p-{slug}__*）。
 *
 * singlemalt2021 / umeshu スラッグ向けの page-{slug}.css は本ファイルを
 * @use で再出力する薄いラッパ（page-singlemalt2021.scss / page-umeshu.scss）。
 * body#singlemalt 依存セレクタは無し（WordPress は body に id を出力しないため）。
 */
/*
  File Name   : singlemalt.css
  Description : SINGLE MALT JAPANESE WHISKY 桜尾 & 戸河内
*/
/* public
============================================================ */
/* bg-video */
body.is-bg-video.is-bg-video-ready,
body.is-sp,
body.is-tab {
  /*  background-image: url(../img/sakurao/bg-sakura-01.jpg);*/
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

/* kv
============================================================ */
.p-singlemalt__kv-animation-01 {
  transition: opacity 0.7s ease;
  opacity: 0;
}

.p-singlemalt__kv-animation-02 {
  transition: opacity 2s ease 1s;
  opacity: 0;
}

.p-singlemalt__kv-animation-03 {
  transition: opacity 3s ease 2.5s;
  opacity: 0;
}

body.is-animated .p-singlemalt__kv-animation-01,
body.is-animated .p-singlemalt__kv-animation-02,
body.is-animated .p-singlemalt__kv-animation-03 {
  opacity: 1;
}

.kv {
  background-size: cover;
  background-position: center center;
  background-image: url(../img/singlemalt/kv_bg.jpg);
  background-image: -webkit-image-set(url(../img/singlemalt/kv_bg.webp) type("image/webp"), url(../img/singlemalt/kv_bg.jpg) type("image/jpeg"));
  background-image: image-set(url(../img/singlemalt/kv_bg.webp) type("image/webp"), url(../img/singlemalt/kv_bg.jpg) type("image/jpeg"));
}

.kv.debut {
  background-size: cover;
  background-position: center center;
  background-image: url(../img/singlemalt/kv_bg-debut.jpg);
  background-image: -webkit-image-set(url(../img/singlemalt/kv_bg-debut.webp) type("image/webp"), url(../img/singlemalt/kv_bg-debut.jpg) type("image/jpeg"));
  background-image: image-set(url(../img/singlemalt/kv_bg-debut.webp) type("image/webp"), url(../img/singlemalt/kv_bg-debut.jpg) type("image/jpeg"));
}

.kv.standard {
  background-color: #000;
  background-size: cover;
  background-position: center center;
  background-image: url(../img/singlemalt/kv_bg-debut.jpg);
  background-image: -webkit-image-set(url(../img/singlemalt/kv_bg-debut.webp) type("image/webp"), url(../img/singlemalt/kv_bg-debut.jpg) type("image/jpeg"));
  background-image: image-set(url(../img/singlemalt/kv_bg-debut.webp) type("image/webp"), url(../img/singlemalt/kv_bg-debut.jpg) type("image/jpeg"));
}

.kv.standard2022,
.kv.standard2022-cask {
  position: relative;
  background-image: none;
  background-color: #000;
  background-size: cover;
  background-position: center center;
}

.kv.standard2022::before,
.kv.standard2022-cask .p-singlemalt__slide-bg-img-wrap-c-block::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100vh;
  z-index: 100;
}

.p-singlemalt__slide-bg-img-wrap > div:not(:first-child) {
  display: none;
}

.p-singlemalt__sp-img.sp-only > div:not(:first-child) {
  display: none;
}

.p-singlemalt__slide-bg-img-wrap .p-singlemalt__slide-1 {
  background-image: url(../img/singlemalt/kv_pc_01.jpg);
  background-image: -webkit-image-set(url(../img/singlemalt/kv_pc_01.webp) type("image/webp"), url(../img/singlemalt/kv_pc_01.jpg) type("image/jpeg"));
  background-image: image-set(url(../img/singlemalt/kv_pc_01.webp) type("image/webp"), url(../img/singlemalt/kv_pc_01.jpg) type("image/jpeg"));
}

.p-singlemalt__slide-bg-img-wrap .p-singlemalt__slide-2 {
  background-image: url(../img/singlemalt/kv_pc_02.jpg);
  background-image: -webkit-image-set(url(../img/singlemalt/kv_pc_02.webp) type("image/webp"), url(../img/singlemalt/kv_pc_02.jpg) type("image/jpeg"));
  background-image: image-set(url(../img/singlemalt/kv_pc_02.webp) type("image/webp"), url(../img/singlemalt/kv_pc_02.jpg) type("image/jpeg"));
}

.p-singlemalt__slide-bg-img-wrap .p-singlemalt__slide-3 {
  background-image: url(../img/singlemalt/kv_pc_03.jpg);
  background-image: -webkit-image-set(url(../img/singlemalt/kv_pc_03.webp) type("image/webp"), url(../img/singlemalt/kv_pc_03.jpg) type("image/jpeg"));
  background-image: image-set(url(../img/singlemalt/kv_pc_03.webp) type("image/webp"), url(../img/singlemalt/kv_pc_03.jpg) type("image/jpeg"));
}

.p-singlemalt__slide-bg-img-wrap .p-singlemalt__slide-4 {
  background-image: url(../img/singlemalt/kv_pc_04.jpg);
  background-image: -webkit-image-set(url(../img/singlemalt/kv_pc_04.webp) type("image/webp"), url(../img/singlemalt/kv_pc_04.jpg) type("image/jpeg"));
  background-image: image-set(url(../img/singlemalt/kv_pc_04.webp) type("image/webp"), url(../img/singlemalt/kv_pc_04.jpg) type("image/jpeg"));
}

.p-singlemalt__slide-bg-img-wrap .p-singlemalt__slide-5 {
  background-image: url(../img/singlemalt/kv_pc_05.jpg);
  background-image: -webkit-image-set(url(../img/singlemalt/kv_pc_05.webp) type("image/webp"), url(../img/singlemalt/kv_pc_05.jpg) type("image/jpeg"));
  background-image: image-set(url(../img/singlemalt/kv_pc_05.webp) type("image/webp"), url(../img/singlemalt/kv_pc_05.jpg) type("image/jpeg"));
}

.p-singlemalt__slide-bg-img-wrap-c .p-singlemalt__slide-c1 {
  background-image: url(../img/singlemalt/kv_pc_c01.jpg);
  background-image: -webkit-image-set(url(../img/singlemalt/kv_pc_c01.webp) type("image/webp"), url(../img/singlemalt/kv_pc_c01.jpg) type("image/jpeg"));
  background-image: image-set(url(../img/singlemalt/kv_pc_c01.webp) type("image/webp"), url(../img/singlemalt/kv_pc_c01.jpg) type("image/jpeg"));
}

.p-singlemalt__slide-bg-img-wrap-c .p-singlemalt__slide-c2 {
  background-image: url(../img/singlemalt/kv_pc_c02.jpg);
  background-image: -webkit-image-set(url(../img/singlemalt/kv_pc_c02.webp) type("image/webp"), url(../img/singlemalt/kv_pc_c02.jpg) type("image/jpeg"));
  background-image: image-set(url(../img/singlemalt/kv_pc_c02.webp) type("image/webp"), url(../img/singlemalt/kv_pc_c02.jpg) type("image/jpeg"));
}

.p-singlemalt__slide-bg-img-wrap-c .p-singlemalt__slide-c3 {
  background-image: url(../img/singlemalt/kv_pc_c03.jpg);
  background-image: -webkit-image-set(url(../img/singlemalt/kv_pc_c03.webp) type("image/webp"), url(../img/singlemalt/kv_pc_c03.jpg) type("image/jpeg"));
  background-image: image-set(url(../img/singlemalt/kv_pc_c03.webp) type("image/webp"), url(../img/singlemalt/kv_pc_c03.jpg) type("image/jpeg"));
}

.p-singlemalt__slide-bg-img-wrap-c .p-singlemalt__slide-c4 {
  background-image: url(../img/singlemalt/kv_pc_c04.jpg?v=20240417);
  background-image: -webkit-image-set(url(../img/singlemalt/kv_pc_c04.webp?v=20240417) type("image/webp"), url(../img/singlemalt/kv_pc_c04.jpg?v=20240417) type("image/jpeg"));
  background-image: image-set(url(../img/singlemalt/kv_pc_c04.webp?v=20240417) type("image/webp"), url(../img/singlemalt/kv_pc_c04.jpg?v=20240417) type("image/jpeg"));
}

.p-singlemalt__slide-bg-img-wrap-c .p-singlemalt__slide-c5 {
  background-image: url(../img/singlemalt/kv_pc_c05.jpg);
  background-image: -webkit-image-set(url(../img/singlemalt/kv_pc_c05.webp) type("image/webp"), url(../img/singlemalt/kv_pc_c05.jpg) type("image/jpeg"));
  background-image: image-set(url(../img/singlemalt/kv_pc_c05.webp) type("image/webp"), url(../img/singlemalt/kv_pc_c05.jpg) type("image/jpeg"));
}

.p-singlemalt__slide-bg-img-wrap-c .p-singlemalt__slide-c6 {
  background-image: url(../img/singlemalt/kv_pc_c06.jpg);
  background-image: -webkit-image-set(url(../img/singlemalt/kv_pc_c06.webp) type("image/webp"), url(../img/singlemalt/kv_pc_c06.jpg) type("image/jpeg"));
  background-image: image-set(url(../img/singlemalt/kv_pc_c06.webp) type("image/webp"), url(../img/singlemalt/kv_pc_c06.jpg) type("image/jpeg"));
}

.p-singlemalt__slide-bg-img-wrap-cask .p-singlemalt__slide-cask1 {
  background-image: url(../img/singlemalt/kv_pc_cask01_ja.jpg);
  background-image: -webkit-image-set(url(../img/singlemalt/kv_pc_cask01_ja.webp) type("image/webp"), url(../img/singlemalt/kv_pc_cask01_ja.jpg) type("image/jpeg"));
  background-image: image-set(url(../img/singlemalt/kv_pc_cask01_ja.webp) type("image/webp"), url(../img/singlemalt/kv_pc_cask01_ja.jpg) type("image/jpeg"));
}

.p-singlemalt__slide-bg-img-wrap-cask .p-singlemalt__slide-cask2 {
  background-image: url(../img/singlemalt/kv_pc_cask02_ja.jpg);
  background-image: -webkit-image-set(url(../img/singlemalt/kv_pc_cask02_ja.webp) type("image/webp"), url(../img/singlemalt/kv_pc_cask02_ja.jpg) type("image/jpeg"));
  background-image: image-set(url(../img/singlemalt/kv_pc_cask02_ja.webp) type("image/webp"), url(../img/singlemalt/kv_pc_cask02_ja.jpg) type("image/jpeg"));
}

.p-singlemalt__slide-bg-img-wrap-cask .p-singlemalt__slide-cask3 {
  background-image: url(../img/singlemalt/kv_pc_cask03_ja.jpg);
  background-image: -webkit-image-set(url(../img/singlemalt/kv_pc_cask03_ja.webp) type("image/webp"), url(../img/singlemalt/kv_pc_cask03_ja.jpg) type("image/jpeg"));
  background-image: image-set(url(../img/singlemalt/kv_pc_cask03_ja.webp) type("image/webp"), url(../img/singlemalt/kv_pc_cask03_ja.jpg) type("image/jpeg"));
}

html[lang^=en] .p-singlemalt__slide-bg-img-wrap-cask .p-singlemalt__slide-cask1 {
  background-image: url(../img/singlemalt/kv_pc_cask01_en.jpg);
  background-image: -webkit-image-set(url(../img/singlemalt/kv_pc_cask01_en.webp) type("image/webp"), url(../img/singlemalt/kv_pc_cask01_en.jpg) type("image/jpeg"));
  background-image: image-set(url(../img/singlemalt/kv_pc_cask01_en.webp) type("image/webp"), url(../img/singlemalt/kv_pc_cask01_en.jpg) type("image/jpeg"));
}

html[lang^=en] .p-singlemalt__slide-bg-img-wrap-cask .p-singlemalt__slide-cask2 {
  background-image: url(../img/singlemalt/kv_pc_cask02_en.jpg);
  background-image: -webkit-image-set(url(../img/singlemalt/kv_pc_cask02_en.webp) type("image/webp"), url(../img/singlemalt/kv_pc_cask02_en.jpg) type("image/jpeg"));
  background-image: image-set(url(../img/singlemalt/kv_pc_cask02_en.webp) type("image/webp"), url(../img/singlemalt/kv_pc_cask02_en.jpg) type("image/jpeg"));
}

html[lang^=en] .p-singlemalt__slide-bg-img-wrap-cask .p-singlemalt__slide-cask3 {
  background-image: url(../img/singlemalt/kv_pc_cask03_en.jpg);
  background-image: -webkit-image-set(url(../img/singlemalt/kv_pc_cask03_en.webp) type("image/webp"), url(../img/singlemalt/kv_pc_cask03_en.jpg) type("image/jpeg"));
  background-image: image-set(url(../img/singlemalt/kv_pc_cask03_en.webp) type("image/webp"), url(../img/singlemalt/kv_pc_cask03_en.jpg) type("image/jpeg"));
}

.p-singlemalt__slide-bg-img-wrap .p-singlemalt__slide-5 .p-singlemalt__kv-title {
  position: relative;
  z-index: -1;
}

.p-singlemalt__slide-bg-img-wrap-c .p-singlemalt__slide-c7 .p-singlemalt__kv-title {
  position: relative;
  z-index: -1;
}

.p-singlemalt__slide-bg-img-wrap,
.p-singlemalt__slide-bg-img-wrap-c,
.p-singlemalt__slide-bg-img-wrap-cask {
  /*position: fixed;*/
  width: 100%;
  z-index: 0;
}

.p-singlemalt__slide-bg-img-wrap-c {
  z-index: 1;
  background-color: #000;
}

.p-singlemalt__slide-bg-img-wrap-cask {
  position: absolute;
  top: 0;
  left: 0;
}

.p-singlemalt__slide-bg-img-wrap-cask-fade,
.p-singlemalt__sp-img-cask-fade {
  opacity: 0;
  transition: 1s;
}

.is-shown {
  opacity: 1 !important;
}

.p-singlemalt__slide-bg-img-wrap .p-singlemalt__slide-bg,
.p-singlemalt__slide-bg-img-wrap-c .p-singlemalt__slide-bg,
.p-singlemalt__slide-bg-img-wrap-cask .p-singlemalt__slide-bg {
  width: 100%;
  height: 100vh;
  /* height: calc(100vh - 130px);*/
  /*  height: calc(800px - 130px);*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-singlemalt__slide-bg-img-wrap-cask .slick-dots {
  position: absolute;
  bottom: 80px;
  right: 10%;
  display: block;
  width: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.p-singlemalt__slide-bg-img-wrap-cask .slick-dots button::before {
  display: block;
  position: relative;
  width: 8px;
  height: 8px;
  text-indent: -10em;
  overflow: hidden;
  background: #f2f0e5;
  opacity: 1;
  border-radius: 50%;
}

.p-singlemalt__slide-bg-img-wrap-cask .slick-active button::before {
  background: #808080;
  text-indent: -10em;
  opacity: 1;
  border-radius: 50%;
}

.p-singlemalt__kv-inner {
  position: relative;
  height: 100vh;
}

.p-singlemalt__kv-title {
  /*position: absolute;*/
  /*top: 50%;*/
  /*left: 50%;*/
  /*max-width: 1000px;*/
  /*max-width: 456px;*/
  /*width: 100%;*/
  /*-webkit-transform: translate(-50%, -50%);*/
  /*transform: translate(-50%, -50%);*/
  /*bottom: 0;*/
}

.kv.xxx .p-singlemalt__kv-title {
  position: absolute;
  top: 65%;
  left: 50%;
  max-width: 670px;
  width: 100%;
  margin-top: 70px;
  transform: translate(-50%, -50%);
}

.kv.debut .p-singlemalt__kv-title {
  position: absolute;
  top: 76%;
  left: 50%;
  max-width: 1000px;
  width: 100%;
  margin-top: 70px;
  transform: translate(-50%, -50%);
}

.kv.standard .p-singlemalt__kv-title {
  position: absolute;
  left: 50%;
  max-width: 1000px;
  width: 100%;
  transform: translate(-50%, -50%);
  bottom: 0;
}

.p-singlemalt__slide-bg-img-wrap-cask-fade .p-singlemalt__slide-bg-wrap {
  position: absolute;
  top: 50%;
  /*left: 25%;*/
  right: 0;
  max-width: 432px;
  width: 100%;
  transform: translate(-50%, -50%);
  /*bottom: 0;*/
}

@media screen and (max-width: 811px) {
  .kv {
    background-size: cover;
    background-position: center center;
    /* SP の .kv 背景画像は旧CSSでもコメントアウト（未指定）のまま */
  }
  .kv.debut {
    background-size: cover;
    background-position: center center;
    background-image: url(../img/singlemalt/kv_bg-debut-sp.jpg);
    background-image: -webkit-image-set(url(../img/singlemalt/kv_bg-debut-sp.webp) type("image/webp"), url(../img/singlemalt/kv_bg-debut-sp.jpg) type("image/jpeg"));
    background-image: image-set(url(../img/singlemalt/kv_bg-debut-sp.webp) type("image/webp"), url(../img/singlemalt/kv_bg-debut-sp.jpg) type("image/jpeg"));
  }
  .kv.standard {
    background-color: #000;
    background-size: cover;
    background-position: center center;
    background-image: url(../img/singlemalt/kv_bg-debut-sp.jpg);
    background-image: -webkit-image-set(url(../img/singlemalt/kv_bg-debut-sp.webp) type("image/webp"), url(../img/singlemalt/kv_bg-debut-sp.jpg) type("image/jpeg"));
    background-image: image-set(url(../img/singlemalt/kv_bg-debut-sp.webp) type("image/webp"), url(../img/singlemalt/kv_bg-debut-sp.jpg) type("image/jpeg"));
  }
  .kv.standard2022 {
    background-image: none;
    background-color: #000;
    background-size: cover;
    background-position: center center;
  }
  .p-singlemalt__kv-inner {
    min-height: 100vw;
    height: 100vh;
  }
  .kv.xxx .p-singlemalt__kv-title {
    bottom: 50%;
    left: 50%;
    max-width: 436px;
    width: 80%;
    /*margin-top: 70px;*/
    margin-top: 0;
    transform: translate(-50%, -50%);
  }
  .kv.standard2022 .p-singlemalt__kv-inner {
    min-height: 100vw;
    height: auto !important;
  }
  .kv.debut .p-singlemalt__kv-title {
    top: 50%;
    left: 50%;
    max-width: 436px;
    width: 80%;
    /*margin-top: 70px;*/
    margin-top: 0;
    transform: translate(-50%, -50%);
  }
  .kv.standard .p-singlemalt__kv-title {
    max-width: 90%;
    max-width: 436px;
    width: 80%;
    transform: translate(-50%, -50%);
  }
}
/* sec-introduction
============================================================ */
.p-singlemalt__introduction {
  padding-top: 100px;
  padding-bottom: 60px;
  text-align: center;
  background-color: #000;
  color: #fff;
}

.p-singlemalt__introduction-svg {
  padding-top: 40px;
}

.p-singlemalt__introduction-copy-01 {
  margin-bottom: 80px;
}

.p-singlemalt__introduction-copy-01 img {
  width: 670px;
}

.p-singlemalt__introduction-copy-02 {
  margin-bottom: 130px;
}

.p-singlemalt__introduction-copy-02 img {
  width: 280px;
}

.c-content__text {
  max-width: 640px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 811px) {
  .p-singlemalt__introduction {
    /*margin-top: 5rem;*/
  }
  .p-singlemalt__introduction-copy-01 {
    margin-bottom: 4rem;
  }
  .p-singlemalt__introduction-copy-02 {
    margin-bottom: 5rem;
  }
  .p-singlemalt__introduction-copy-02 img {
    max-width: 75%;
  }
  .p-singlemalt__gin-sub-list {
    margin-top: 2.5rem;
  }
  .c-content__text {
    margin: 0 auto;
  }
  html[lang^=en] .p-singlemalt__introduction .c-content__text {
    overflow-wrap: normal;
    word-break: normal;
  }
}
/* sec-gin
============================================================ */
.p-singlemalt__blended-sub-image-01 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 768px;
  background-image: url(../img/blended/blended-sub-image.jpg);
  background-image: -webkit-image-set(url(../img/blended/blended-sub-image.webp) type("image/webp"), url(../img/blended/blended-sub-image.jpg) type("image/jpeg"));
  background-image: image-set(url(../img/blended/blended-sub-image.webp) type("image/webp"), url(../img/blended/blended-sub-image.jpg) type("image/jpeg"));
}

.p-singlemalt__blended-sub-image-01 .l-content-inner {
  min-height: 768px;
  color: #fff;
  position: relative;
}

.p-singlemalt__blended-sub-image-01 .l-content-inner dl dt {
  line-height: 2;
  margin-bottom: 1.5em;
  font-size: 140%;
  font-weight: 400;
}

.p-singlemalt__blended-sub-image-01 .l-content-inner dl {
  position: absolute;
  max-width: 403px;
  bottom: 10%;
}

.p-singlemalt__main {
  background-color: #000;
  color: #fff;
}

.p-singlemalt__gin {
  /*margin-top: 120px;*/
}

.p-singlemalt__gin-title {
  padding: 0 20px 70px;
  text-align: center;
}

.p-singlemalt__gin-title img {
  width: 1000px;
}

.p-singlemalt__gin-sub-inner {
  padding: 140px 0 0;
  /*background: url(../img/sakurao/bg-sakura-02.jpg) no-repeat center top;
  background-size: 100% auto;*/
}

.p-singlemalt__gin-sub-inner .l-content-inner {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.p-singlemalt__gin-sub-inner .l-content-inner > * {
  display: table-cell;
  vertical-align: middle;
}

.p-singlemalt__gin-sub-textbox {
  padding-bottom: 6%;
}

.p-singlemalt__gin-sub-textbox > * {
  width: 84%;
}

.p-singlemalt__gin-sub-title {
  margin-bottom: 40px;
  text-align: center;
}

.p-singlemalt__gin-sub-title img {
  width: 310px;
}

.p-singlemalt__gin-sub-title.sec img {
  width: 283px;
}

.p-singlemalt__gin-sub-title.sec {
  margin-bottom: 20px;
  text-align: center;
}

.p-singlemalt__gin-sub-type {
  margin-bottom: 40px;
  text-align: center;
}

.p-singlemalt__gin-sub-type img {
  width: 310px;
}

.p-singlemalt__gin-sub-type.sec img {
  width: 283px;
}

.p-singlemalt__gin-sub-text {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  /*border-bottom: 1px solid #000;*/
}

.p-singlemalt__gin-sub-image-02 {
  text-align: right;
}

.p-singlemalt__gin-sub-image-02 img {
  width: 94%;
}

.p-singlemalt__gin-sub-list {
  border-top: 1px solid #A09E97;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.5em;
}

.p-singlemalt__gin-sub-list dt {
  width: 28%;
  border-bottom: 1px solid #2A2A2A;
}

.p-singlemalt__gin-sub-list dd {
  width: 72%;
  border-bottom: 1px solid #2A2A2A;
}

.p-singlemalt__gin-sub-list dt.line {
  border-bottom: 1px solid #A09E97;
}

.p-singlemalt__gin-sub-list dd.line {
  border-bottom: 1px solid #A09E97;
}

.p-singlemalt__gin-sub-list dd::after {
  display: block;
  content: "";
  clear: both;
}

.l-content-inner.p-singlemalt__gin-sub-list-wrap {
  padding-bottom: 140px;
}

@media screen and (max-width: 811px) {
  .p-singlemalt__gin-sub-list dt {
    width: 42%;
    border-bottom: 1px solid #2A2A2A;
  }
  .p-singlemalt__gin-sub-list dd {
    width: 58%;
    border-bottom: 1px solid #2A2A2A;
  }
}
@media screen and (max-width: 811px) {
  .p-singlemalt__gin {
    /*margin-top: 5rem;*/
  }
  .p-singlemalt__gin-title {
    padding: 0 1rem 3rem;
  }
  .p-singlemalt__gin-sub-inner {
    padding: 3rem 0 1rem;
  }
  .p-singlemalt__gin-sub-inner .l-content-inner {
    display: block;
  }
  .p-singlemalt__gin-sub-inner .l-content-inner > * {
    display: block;
  }
  .p-singlemalt__gin-sub-textbox {
    padding-bottom: 2rem;
  }
  .p-singlemalt__gin-sub-textbox > * {
    width: auto;
  }
  .p-singlemalt__gin-sub-title {
    margin-bottom: 2rem;
    text-align: center;
  }
  .p-singlemalt__gin-sub-type {
    margin-bottom: 1.5rem;
  }
  .p-singlemalt__gin-sub-image-02 {
    text-align: center;
  }
  .p-singlemalt__gin-sub-image-02 img {
    width: 260px;
  }
}
.p-singlemalt__botanical-list {
  margin: 0 -25px;
}

.p-singlemalt__botanical-list li {
  width: 33%;
  padding: 0 25px;
  margin-top: 30px;
}

.p-singlemalt__blended-item-image {
  text-align: center;
}

.p-singlemalt__blended-item-image img {
  width: 140px;
}

.p-singlemalt__blended-item-textbox dt {
  font-size: 16px;
  font-weight: 700;
}

.p-singlemalt__blended-item-textbox dd {
  font-size: 13px;
}

.p-singlemalt__botanical-item-textbox dt {
  font-size: 135%;
  font-weight: 700;
  margin-bottom: 2em;
  letter-spacing: 0.15em;
  line-height: 150%;
}

.p-singlemalt__botanical-item-textbox dt span {
  font-size: 80%;
}

.p-singlemalt__botanical-item-textbox dd {
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.p-singlemalt__botanical-item-textbox dd:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.p-singlemalt__botanical-item-image {
  margin-bottom: 40px;
}

.p-singlemalt__botanical-btm {
  margin-bottom: 120px;
}

@media screen and (max-width: 811px) {
  .p-singlemalt__botanical-list li {
    width: 100%;
    padding: 0 25px;
    margin-top: 30px;
  }
  .p-singlemalt__botanical-btm {
    margin-bottom: 40px;
  }
}
/* sec-botanical
============================================================ */
.p-singlemalt__botanical {
  text-align: center;
}

.p-singlemalt__botanical-image-01 {
  margin: 0 -60px;
}

.p-singlemalt__botanical-image-01 figcaption {
  padding: 0 60px;
  margin-top: 50px;
}

.p-singlemalt__botanical-image-02 {
  margin: 220px 0 100px;
  text-align: center;
}

.p-singlemalt__botanical-image-02 img {
  width: 316px;
}

.p-singlemalt__botanical-image-03 {
  margin: 130px 0 100px;
}

@media screen and (max-width: 811px) {
  .p-singlemalt__botanical-image-01 {
    margin: 0 -1rem;
  }
  .p-singlemalt__botanical-image-01 figcaption {
    padding: 0 1rem;
    margin-top: 1rem;
  }
  .p-singlemalt__botanical-image-02 {
    margin: 5rem 0;
  }
  .p-singlemalt__botanical-image-02 img {
    max-width: 75%;
  }
  .p-singlemalt__botanical-image-03 {
    margin: 5rem 0;
  }
  .p-singlemalt__botanical .c-content__btn-more {
    margin-top: 1rem;
  }
}
/* sec-content-link
============================================================ */
@media screen and (min-width: 812px) {
  .c-content-link .c-content-link__list li {
    width: 50%;
  }
  .c-content-link .c-content-link__list li:nth-child(n+3) {
    margin-top: 55px;
  }
}
/* sec-online
============================================================ */
.p-singlemalt__online {
  margin: 150px 0 120px;
}

.p-singlemalt__online-outer {
  position: relative;
  z-index: 0;
}

.p-singlemalt__online-outer::after {
  content: "";
  position: absolute;
  top: 0;
  left: -60px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 60px;
  border: 4px solid;
  z-index: -1;
}

.p-singlemalt__online-inner {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.p-singlemalt__online-inner > * {
  display: table-cell;
  vertical-align: middle;
}

.p-singlemalt__online-textbox {
  width: 52%;
  padding: 2em 0;
}

.p-singlemalt__online-text {
  margin-bottom: 1em;
  font-size: 18px;
}

.p-singlemalt__online-caption {
  line-height: 1.5;
  margin-bottom: 0.25em;
  font-size: 45px;
  font-weight: 700;
  white-space: nowrap;
}

.p-singlemalt__online-coming {
  margin: 0 -60px;
}

.p-singlemalt__online-banner {
  margin: 0 0 40px;
}

@media screen and (max-width: 811px) {
  .p-singlemalt__online {
    margin: 5rem 0;
  }
  .p-singlemalt__online-outer {
    padding: 2rem 1.5rem 0;
  }
  .p-singlemalt__online-outer::after {
    left: 0;
    padding: 0;
    box-sizing: border-box;
    border-width: 0.2rem;
  }
  .p-singlemalt__online-inner {
    display: block;
  }
  .p-singlemalt__online-inner > * {
    display: block;
  }
  .p-singlemalt__online-textbox {
    width: auto;
    padding: 0 0 1rem;
  }
  .p-singlemalt__online-text {
    font-size: 110%;
  }
  .p-singlemalt__online-caption {
    font-size: 200%;
  }
  .p-singlemalt__online-image {
    text-align: center;
  }
  .p-singlemalt__online-image img {
    width: 480px;
  }
  .p-singlemalt__online-coming {
    margin: 0;
  }
  .p-singlemalt__online-banner {
    margin: 0 0 20px;
  }
}
/*
============================================================ */
/* sec-content-link
============================================================ */
@media screen and (min-width: 812px) {
  .c-content-link {
    margin-top: 120px;
  }
}
/*
============================================================ */
/* sec-news-pickup
============================================================ */
@media screen and (min-width: 812px) {
  .c-news-pickup {
    margin-top: 120px;
  }
}
/* sec-distillery
============================================================ */
.p-singlemalt__distillery {
  margin-bottom: 0;
  background-color: #000;
}

.p-singlemalt__distillery-title {
  max-width: 1040px;
  margin: 0 auto 30px;
  padding: 0 20px;
}

.p-singlemalt__distillery-copy {
  padding: 5% 0;
}

.p-singlemalt__distillery-feature {
  margin: 110px 0 90px;
  text-align: center;
}

.p-singlemalt__distillery-feature-list {
  margin: 0 -15px;
}

.p-singlemalt__distillery-feature-item {
  width: 33%;
  padding: 0 15px;
}

.p-singlemalt__distillery-feature-image {
  width: 226px;
  margin: 0 auto 2em;
}

/* distillery-slider */
.p-singlemalt__distillery-slider {
  background: #000;
}

.p-singlemalt__distillery-slider :focus {
  outline: none;
}

.p-singlemalt__distillery-slider-inner {
  max-width: 1360px;
  margin: 0 auto;
}

.p-singlemalt__distillery-thumb-slider-wrap,
.p-singlemalt__distillery-thumb-slider-wrap2,
.p-singlemalt__distillery-thumb-slider-wrap3 {
  /*margin: 80px -1120px 0;*/
  margin: 80px -10px 0;
}

.p-singlemalt__distillery-thumb-slider-wrap .slick-list,
.p-singlemalt__distillery-thumb-slider-wrap2 .slick-list,
.p-singlemalt__distillery-thumb-slider-wrap3 .slick-list {
  overflow: visible;
}

.p-singlemalt__distillery-thumb-slider-wrap-old,
.p-singlemalt__distillery-thumb-slider-wrap2-old {
  margin: 80px -10px 0;
}

.p-singlemalt__distillery-thumb-slider .p-singlemalt__slider-item,
.p-singlemalt__distillery-thumb-slider2 .p-singlemalt__slider-item,
.p-singlemalt__distillery-thumb-slider3 .p-singlemalt__slider-item,
.p-singlemalt__distillery-thumb-slider-old .p-singlemalt__slider-item,
.p-singlemalt__distillery-thumb-slider2-old .p-singlemalt__slider-item {
  padding: 0 10px;
}

.p-singlemalt__distillery-thumb-slider .p-singlemalt__slider-item a,
.p-singlemalt__distillery-thumb-slider2 .p-singlemalt__slider-item a,
.p-singlemalt__distillery-thumb-slider3 .p-singlemalt__slider-item a {
  display: block;
  cursor: pointer;
}

.p-singlemalt__distillery-slider-dots,
.p-singlemalt__distillery-slider-dots2,
.p-singlemalt__distillery-slider-dots3 {
  text-align: center;
}

.p-singlemalt__distillery-slider-dots li,
.p-singlemalt__distillery-slider-dots2 li,
.p-singlemalt__distillery-slider-dots3 li {
  margin: 2em 1em;
}

.p-singlemalt__distillery-slider-dots button,
.p-singlemalt__distillery-slider-dots2 button,
.p-singlemalt__distillery-slider-dots3 button {
  display: block;
  position: relative;
  width: 8px;
  height: 8px;
  text-indent: -10em;
  overflow: hidden;
}

.p-singlemalt__distillery-slider-dots button::after,
.p-singlemalt__distillery-slider-dots2 button::after,
.p-singlemalt__distillery-slider-dots3 button::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #f2f0e5;
}

.p-singlemalt__distillery-slider-dots .slick-active button::after,
.p-singlemalt__distillery-slider-dots2 .slick-active button::after,
.p-singlemalt__distillery-slider-dots3 .slick-active button::after {
  background: #808080;
}

/* overwrite slick */
.slick-dotted.slick-slider,
.slick-dotted.slick-slider2 {
  margin: 0;
}

@media screen and (max-width: 811px) {
  /* distillery-slider */
  .p-singlemalt__distillery-thumb-slider-wrap {
    margin: 2rem -0.5rem 0;
  }
  .p-singlemalt__distillery-thumb-slider .p-singlemalt__slider-item,
  .p-singlemalt__distillery-thumb-slider2 .p-singlemalt__slider-item,
  .p-singlemalt__distillery-thumb-slider3 .p-singlemalt__slider-item {
    padding: 0 0.5rem;
  }
  .p-singlemalt__distillery-slider-dots li,
  .p-singlemalt__distillery-slider-dots2 li,
  .p-singlemalt__distillery-slider-dots3 li {
    /*margin: 1.5rem 1rem;*/
    margin: 1.5rem 0.5rem 0.5rem;
  }
}
/* distillery-movie */
.p-singlemalt__distillery-movie {
  padding: 140px 0 180px;
  background: #000;
}

@media screen and (max-width: 811px) {
  .l-content-inner.p-singlemalt__gin-sub-list-wrap {
    padding-bottom: 3rem;
  }
  .p-singlemalt__slider-text-wrap {
    color: #fff;
    padding: 3em 0 2em;
  }
  .p-singlemalt__slider-text-wrap h3 {
    line-height: 1.6;
    margin-bottom: 1.5em;
    font-size: 150%;
    font-weight: 400;
  }
  .p-singlemalt__singlemalt-title {
    text-align: center;
    margin-top: 2em;
  }
  .p-singlemalt__singlemalt-title img {
    width: 80%;
  }
}
.p-singlemalt__comment-wrap-inner {
  position: relative;
  max-width: 1360px;
  margin: 0 auto;
}

.p-singlemalt__comment-wrap-inner .p-singlemalt__pt1 {
  background-size: cover;
  background-position: center center;
  padding: 160px 0;
  background-image: url(../img/singlemalt/comment-bg_01.jpg);
  background-image: -webkit-image-set(url(../img/singlemalt/comment-bg_01.webp) type("image/webp"), url(../img/singlemalt/comment-bg_01.jpg) type("image/jpeg"));
  background-image: image-set(url(../img/singlemalt/comment-bg_01.webp) type("image/webp"), url(../img/singlemalt/comment-bg_01.jpg) type("image/jpeg"));
}

.p-singlemalt__comment-wrap-inner .p-singlemalt__pt2 {
  background-size: cover;
  background-position: center center;
  padding: 160px 0;
  background-image: url(../img/singlemalt/comment-bg_02.jpg);
  background-image: -webkit-image-set(url(../img/singlemalt/comment-bg_02.webp) type("image/webp"), url(../img/singlemalt/comment-bg_02.jpg) type("image/jpeg"));
  background-image: image-set(url(../img/singlemalt/comment-bg_02.webp) type("image/webp"), url(../img/singlemalt/comment-bg_02.jpg) type("image/jpeg"));
}

.p-singlemalt__comment-wrap-inner .p-singlemalt__pt3 {
  background-size: cover;
  background-position: center center;
  padding: 160px 0;
  background-image: url(../img/singlemalt/comment-bg_03.jpg);
  background-image: -webkit-image-set(url(../img/singlemalt/comment-bg_03.webp) type("image/webp"), url(../img/singlemalt/comment-bg_03.jpg) type("image/jpeg"));
  background-image: image-set(url(../img/singlemalt/comment-bg_03.webp) type("image/webp"), url(../img/singlemalt/comment-bg_03.jpg) type("image/jpeg"));
}

@media screen and (max-width: 811px) {
  .p-singlemalt__comment-wrap-inner .p-singlemalt__pt3 {
    background-size: cover;
    background-position: center center;
    padding: 160px 0;
    background-image: url(../img/singlemalt/comment-bg_sp03.jpg);
    background-image: -webkit-image-set(url(../img/singlemalt/comment-bg_sp03.webp) type("image/webp"), url(../img/singlemalt/comment-bg_sp03.jpg) type("image/jpeg"));
    background-image: image-set(url(../img/singlemalt/comment-bg_sp03.webp) type("image/webp"), url(../img/singlemalt/comment-bg_sp03.jpg) type("image/jpeg"));
  }
}
.p-singlemalt__comment-wrap-inner dl {
  max-width: 440px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 40px;
  color: #fff;
}

.p-singlemalt__comment-wrap-inner dl dt {
  line-height: 2;
  margin-bottom: 2em;
  font-size: 180%;
  font-weight: 400;
  text-align: center;
}

.p-singlemalt__comment-wrap-inner dl dd {
  font-size: 15px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 811px) {
  .p-singlemalt__comment-wrap-inner dl {
    padding: 40px 20px 20px 20px;
  }
  .p-singlemalt__comment-wrap-inner .p-singlemalt__pt1,
  .p-singlemalt__comment-wrap-inner .p-singlemalt__pt2,
  .p-singlemalt__comment-wrap-inner .p-singlemalt__pt3 {
    padding: 20px;
  }
  .p-singlemalt__comment-wrap-inner .p-singlemalt__pt3 {
    padding: 45% 20px 20px 20px;
  }
  .p-singlemalt__comment-wrap-inner dl dt {
    line-height: 1.6;
    margin-bottom: 1.5em;
    font-size: 150%;
  }
  .p-singlemalt__comment-wrap-inner dl dd {
    font-size: 100%;
  }
}
.u-hidden {
  display: none;
}

@media screen and (max-width: 811px) {
  .kv.standard2022-cask {
    background-color: #000;
    padding-bottom: 40px;
  }
  .kv.standard2022-cask .p-singlemalt__kv-inner {
    min-height: 100vw;
    height: auto;
  }
  .p-singlemalt__sp-img-cask-fade.is-shown {
    position: relative;
    top: 0;
    left: 0;
  }
  .p-singlemalt__sp-img-cask .slick-dots {
    position: absolute;
    bottom: 20px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }
  .p-singlemalt__sp-img-cask-fade .slick-dots button::before {
    display: block;
    position: relative;
    width: 8px;
    height: 8px;
    text-indent: -10em;
    overflow: hidden;
    background: #000;
    opacity: 1;
    border-radius: 50%;
  }
  .p-singlemalt__sp-img-cask-fade .slick-active button::before {
    background: #fff;
    text-indent: -10em;
    opacity: 1;
    border-radius: 50%;
  }
}
/* ============================================================
 * Step1 追記: slick の enqueue 順対策（詳細度上げ）
 * 旧サイトは page CSS が slick-theme.css の後に読み込まれ
 * `.slick-dotted.slick-slider{margin:0}`（上記）が slick 既定の
 * `margin-bottom:30px` に勝っていたが、WP では enqueue 順が逆。
 * 同詳細度(0,2,0)では slick-theme が勝ち各スライダー直後に 30px が
 * 復活して下方累積ずれになるため、`#main`(詳細度1,2,0) で旧描画を復元する。
 * 矢印は本ページ全スライダー arrows:false のため対象外。
 * ============================================================ */
#main .slick-dotted.slick-slider,
#main .slick-dotted.slick-slider2 {
  margin: 0;
}
