@charset "UTF-8";
/**
 * page-blended.scss
 * template-single-blended.php 用のページ固有スタイル。
 * 旧 sakuraodistillery.com の assets/css/blended.css を
 * Step 1（見た目の再現）として移植したもの。common.css の後にロードされる前提。
 *
 * Step 1 方針につき内容は旧 blended.css のままとし、画像参照の絶対パス
 * （/assets/img/...）のみビルド出力先 theme/assets/css/ からの相対パス
 * （../img/...）へ書き換えている。クラス名は Step 3 で FLOCSS 化済み（p-{slug}__*）。
 *
 * 旧CSS との差異は画像URL（絶対→相対）のみ。body#blended 依存セレクタは無し
 * （WordPress は body に id を出力しないため、あれば緩める必要があったが該当なし）。
 */
/* public
============================================================ */
body {
  background: #F1EEE4 !important;
}

/* 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-blended__kv-inner {
  position: relative;
  height: 100vh;
  background: #000;
}

.p-blended__opv-pc {
  display: none;
}

.p-blended__pc-video-area {
  position: relative;
  width: 100%;
  height: 100%;
  height: -webkit-fill-available;
  overflow: hidden;
  /*    object-fit: cover;*/
}

.p-blended__pc-video-area video {
  position: absolute;
  top: 50%;
  left: 50%;
  /*  width: 100%;
  height: 100%;*/
  min-width: 100%;
  height: 100%;
  /*max-width: 100%;
  max-height: 100%*/
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.p-blended__kv-inner figure.p-blended__kv-image {
  height: 100%;
  display: none;
}

.p-blended__kv-inner figure.p-blended__kv-image .p-blended__kv-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center/cover;
}

.p-blended__kv-title {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: no-repeat center center/cover;
  color: #FFF;
  margin-top: 150px;
}

@media screen and (max-width: 811px) {
  .p-blended__kv-inner {
    /* height: auto; */
  }
  .p-blended__kv-title {
    margin-top: 15px;
  }
  .p-blended__opv-sp {
    display: none;
  }
  .p-blended__sp-video-area {
    position: relative;
    width: 100%;
    height: 100%;
    /* height: -webkit-fill-available; */
    /* overflow: hidden; */
  }
  .p-blended__sp-video-area {
    margin: 0;
    padding: 0;
  }
  .p-blended__sp-video-area video {
    display: block;
    width: 100%;
    /* height: calc(100vh - (100vw * 732 / 2160) + 5px); */
    height: calc(100vh - 33.8888888889vw + 5px);
    height: calc(100svh - 33.8888888889vw + 5px);
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    /*max-width: 100%;
    margin: 0 0 -16px 0;
    padding: 0;*/
    min-width: 100%;
    /* min-height: 100%; */
  }
  .p-blended__sp-video-area .p-blended__video-bottom {
    width: 100%;
    height: 33.8888888889vw;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/blended/kv_sp_under.png) no-repeat bottom center/contain;
  }
  .p-blended__kv-inner figure.p-blended__kv-image {
    height: 100vh;
    /*    display: none;  */
  }
  .p-blended__kv-inner figure.p-blended__kv-image .p-blended__kv-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center center/cover;
  }
}
/* kansei
============================================================ */
.p-blended__kansei {
  width: 100%;
  min-height: 100vh;
  color: #FFF;
  background: url(../img/blended/kansei_pc_back.jpg) no-repeat center center/cover;
  display: flex;
  align-items: center;
}

.p-blended__kansei .l-content-inner {
  height: 100%;
}

.p-blended__kansei-title {
  width: 100%;
  height: 100%;
  padding-top: 15%;
  z-index: 1;
}

@media screen and (max-width: 811px) {
  .p-blended__kansei {
    background-image: url(../img/blended/kansei_sp_back.jpg);
    display: block;
  }
  .p-blended__kansei .c-content__copy {
    padding-top: 25px;
  }
}
/* sec-innovation
============================================================ */
.p-blended__innovation {
  width: 100%;
  height: 100vh;
  display: flex;
  background: url(../img/blended/innovation_pc_back.jpg) no-repeat center center/cover;
}

.p-blended__innovation .l-content-inner {
  height: 100%;
}

.p-blended__innovation-title {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 800px;
  height: 100%;
  padding-bottom: 5%;
  z-index: 1;
  text-align: center;
}

@media screen and (max-width: 811px) {
  .p-blended__innovation {
    background: url(../img/blended/innovation_sp_back.jpg) no-repeat center bottom/cover;
  }
}
/* sec-special
============================================================ */
.p-blended__special {
  width: 100%;
  min-height: 100vh;
  color: #FFF;
  background: url(../img/blended/special_pc_back.jpg) no-repeat center center/cover;
  display: flex;
  align-items: center;
}

.p-blended__special .l-content-inner {
  height: 100%;
}

.p-blended__special-title {
  width: 100%;
  height: 100%;
  padding-top: 15%;
  z-index: 1;
}

@media screen and (max-width: 811px) {
  .p-blended__special {
    background-image: url(../img/blended/special_sp_back.jpg);
    display: block;
  }
  .p-blended__special .c-content__copy {
    padding-top: 25px;
  }
  body.en .p-blended__special .c-content__text {
    font-size: 90%;
  }
}
/* sec-taru
============================================================ */
.p-blended__taru {
  width: 100%;
  min-height: 100vh;
  color: #FFF;
  background: url(../img/blended/taru_pc_back.jpg) no-repeat center center/cover;
  display: flex;
  align-items: center;
}

.p-blended__taru .l-content-inner {
  height: 100%;
}

.p-blended__taru-title {
  width: 100%;
  height: 100%;
  padding-top: 15%;
  z-index: 1;
}

@media screen and (max-width: 811px) {
  .p-blended__taru {
    background-image: url(../img/blended/taru_sp_back.jpg);
    display: block;
  }
  .p-blended__taru .c-content__copy {
    padding-top: 25px;
  }
}
/* spec
============================================================ */
@media screen and (max-width: 811px) {
  dl.p-blended__gin-sub-list dt {
    width: 36%;
  }
  dl.p-blended__gin-sub-list dd {
    width: 64%;
  }
}
/* sec-togouchi
============================================================ */
section.p-blended__single-view {
  background: #3C423C;
  color: #FFF;
}

section.p-blended__single-view dl.p-blended__gin-sub-list {
  display: flex;
  border-top: 1px solid #F2F0E5;
}

section.p-blended__single-view dl.p-blended__gin-sub-list .line {
  border-bottom: 1px solid #F2F0E5;
}

section.p-blended__single-view dl.p-blended__gin-sub-list dt, section.p-blended__single-view dl.p-blended__gin-sub-list dd {
  border-bottom: 1px solid #515751;
  padding: 4px 0;
}

section.p-blended__single-view .p-blended__gin-sub-text {
  text-align: center;
}

@media screen and (max-width: 811px) {
  section.p-blended__single-view .p-blended__gin-sub-text {
    text-align: left;
  }
}
/* sec-whiskys
============================================================ */
section.p-blended__whiskys .c-content__title {
  padding-bottom: 120px;
}

section.p-blended__whiskys .p-blended__gin-sub-textbox {
  width: 65%;
  vertical-align: bottom;
  padding-bottom: 0;
  text-align: center;
}

section.p-blended__whiskys .p-blended__whisky-title {
  font-size: 1.8em;
  padding-bottom: 1em;
}

section.p-blended__whiskys .p-blended__spec-box {
  padding-top: 50px;
  padding-bottom: 100px;
}

@media screen and (max-width: 811px) {
  section.p-blended__whiskys .p-blended__gin-sub-textbox {
    width: 100%;
    vertical-align: middle;
    text-align: left;
  }
  section.p-blended__whiskys .p-blended__whisky-title {
    font-size: 1.4em;
  }
}
/* sec-gin
============================================================ */
.p-blended__blended-sub-image-01 {
  background-image: url(../img/blended/blended-sub-image.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 768px;
}

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

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

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

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

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

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

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

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

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

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

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

.p-blended__gin-sub-title {
  margin-bottom: 80px;
  text-align: center;
}

.p-blended__gin-sub-title img {
  width: 200px;
}

.p-blended__gin-sub-type {
  margin-bottom: 20px;
  text-align: center;
}

.p-blended__gin-sub-type img {
  width: 260px;
}

.p-blended__gin-sub-text {
  /*text-align: center;*/
  margin-bottom: 2em;
}

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

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

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

.p-blended__gin-sub-list dt {
  width: 28%;
  border-bottom: 1px solid #D8D7D0;
}

.p-blended__gin-sub-list dd {
  width: 72%;
  border-bottom: 1px solid #D8D7D0;
}

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

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

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

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

.p-blended__gin-sub-list-sub dt {
  width: 42%;
  border-bottom: 1px solid #D8D7D0;
}

.p-blended__gin-sub-list-sub dd {
  width: 58%;
  border-bottom: 1px solid #D8D7D0;
}

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

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

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

@media screen and (max-width: 811px) {
  .p-blended__gin {
    margin-top: 5rem;
  }
  .p-blended__gin-title {
    padding: 0 1rem 3rem;
  }
  .p-blended__gin-sub-inner {
    padding: 3rem 0;
  }
  .p-blended__gin-sub-inner .l-content-inner {
    display: block;
  }
  .p-blended__gin-sub-inner .l-content-inner > * {
    display: block;
  }
  .p-blended__gin-sub-textbox {
    padding-bottom: 2rem;
  }
  .p-blended__gin-sub-textbox > * {
    width: auto;
  }
  .p-blended__gin-sub-title {
    margin-bottom: 2rem;
    text-align: center;
  }
  .p-blended__gin-sub-type {
    margin-bottom: 1.5rem;
  }
  .p-blended__gin-sub-image-02 {
    text-align: center;
    margin-bottom: 1.5em;
  }
  .p-blended__gin-sub-image-02 img {
    width: 260px;
  }
  .p-blended__botanical-item-image {
    text-align: center;
    width: 100%;
  }
  .p-blended__botanical-item-image img {
    width: 260px;
  }
}
.p-blended__botanical-list {
  margin: 0 -25px;
}

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

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

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

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

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

.p-blended__botanical-item-textbox {
  margin-bottom: 1em;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 811px) {
  .p-blended__botanical-image-01 {
    margin: 0 -1rem;
  }
  .p-blended__botanical-image-01 figcaption {
    padding: 0 1rem;
    margin-top: 1rem;
  }
  .p-blended__botanical-image-02 {
    margin: 5rem 0;
  }
  .p-blended__botanical-image-02 img {
    max-width: 75%;
  }
  .p-blended__botanical-image-03 {
    margin: 5rem 0;
  }
  .p-blended__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-blended__online {
  margin: 150px 0 120px;
}

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

.p-blended__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-blended__online-inner {
  display: table;
  table-layout: fixed;
  width: 100%;
}

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

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

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

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

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

@media screen and (max-width: 811px) {
  .p-blended__online {
    margin: 5rem 0;
  }
  .p-blended__online-outer {
    padding: 2rem 1.5rem 0;
  }
  .p-blended__online-outer::after {
    left: 0;
    padding: 0;
    box-sizing: border-box;
    border-width: 0.2rem;
  }
  .p-blended__online-inner {
    display: block;
  }
  .p-blended__online-inner > * {
    display: block;
  }
  .p-blended__online-textbox {
    width: auto;
    padding: 0 0 1rem;
  }
  .p-blended__online-text {
    font-size: 110%;
  }
  .p-blended__online-caption {
    font-size: 200%;
  }
  .p-blended__online-image {
    text-align: center;
  }
  .p-blended__online-image img {
    width: 480px;
  }
  .p-blended__online-coming {
    margin: 0;
  }
}
/*
============================================================ */
/* 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;
  }
}
/* distillery-slider */
.p-blended__distillery-slider {
  background: #000;
  position: relative;
}

.p-blended__distillery-slider-text {
  position: absolute;
  top: 5%; /*親要素を起点に上から50%*/
  left: 50%; /*親要素を起点に左から50%*/
  transform: translateY(-5%) translateX(-50%); /*要素の大きさの半分ずつを戻す*/
  -webkit-transform: translateY(-5%) translateX(-50%);
  z-index: 1;
  max-width: 1040px;
  padding: 0 20px;
  width: 100%;
  text-align: center;
  /*max-width: 1040px;
  margin: 0 auto 30px;
  padding: 0 20px;*/
}

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

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

.p-blended__distillery-thumb-slider-wrap {
  margin: 80px -10px 0;
}

.p-blended__distillery-thumb-slider .p-blended__slider-item {
  padding: 0 10px;
}

.p-blended__distillery-thumb-slider .p-blended__slider-item a {
  display: block;
  cursor: pointer;
}

.p-blended__distillery-slider-dots {
  text-align: center;
}

.p-blended__distillery-slider-dots li {
  margin: 2em 1em;
}

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

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

.p-blended__distillery-slider-dots .slick-active button::after {
  background: #808080;
}

/* overwrite slick */
/* 旧CSS は `.slick-dotted.slick-slider{margin:0}`（詳細度0,2,0）で slick-theme.css の
   `.slick-dotted.slick-slider{margin-bottom:30px}` を打ち消していた。旧サイトは page CSS が
   slick-theme.css の後にロードされ同詳細度をロード順で勝っていたが、WP では enqueue 順が逆
   （slick-theme が page-blended.css の後）になり 30px が復活する。メインスライダー（fade・
   ドット付き）の下マージンが旧 0 → 新 30px となり、直後のサムネ余白(2rem≈29.25px)との
   マージン相殺で約0.75px の差が生じ、スライダー3組分が本文下方へ累積して SP 差分が跳ねる。
   既知のハマりどころ（slick 矢印の #main 詳細度上げ）と同じく `#main` を付けて
   詳細度(1,2,0)を slick-theme より上げ、旧の描画（margin 0）を復元する。 */
#main .slick-dotted.slick-slider {
  margin: 0;
}

/* distillery-movie */
.p-blended__distillery-movie {
  padding: 140px 0 180px;
  background: #000;
}

@media screen and (max-width: 811px) {
  .p-blended__distillery {
    /*margin-top: 5rem;*/
    margin-top: 0;
  }
  .p-blended__distillery-title {
    margin: 0 auto 3rem;
    padding: 0 1rem;
  }
  .p-blended__distillery-feature {
    margin: 0 0 3rem;
    text-align: center;
  }
  .p-blended__distillery-feature-list {
    margin: 0;
  }
  .p-blended__distillery-feature-item {
    width: 100%;
    padding: 3rem 0 0 !important;
  }
  .p-blended__distillery-feature-image {
    width: 226px;
    max-width: 50%;
    margin: 0 auto 2em;
  }
  .p-blended__distillery-feature-text {
    padding: 2rem 0;
    font-size: 120%;
  }
  .p-blended__distillery-feature-note {
    margin-top: 2rem;
    text-align: left;
  }
  /* distillery-slider */
  .p-blended__distillery-thumb-slider-wrap {
    margin: 2rem -0.5rem 0;
  }
  .p-blended__distillery-thumb-slider .p-blended__slider-item {
    padding: 0 0.5rem;
  }
  .p-blended__distillery-slider-dots li {
    margin: 1.5rem 1rem;
  }
  /* distillery-movie */
  .p-blended__distillery-movie {
    padding: 3rem 0 9rem;
  }
  /* overwrite video-js */
  .video-js .vjs-time-control {
    position: absolute;
    right: 0;
  }
  .video-js .vjs-play-control {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }
  .p-blended__accordion-wrap {
    margin: 40px 0;
  }
}
/* cocktails
============================================================ */
.p-blended__cocktails-banner {
  margin-top: 100px;
  text-align: center;
}

.p-blended__cocktails-banner span {
  cursor: pointer;
}

.p-blended__cocktails-banner img {
  border: 3px solid #000;
}

.p-blended__cocktails .p-blended__lead-img-text {
  padding-top: 80px;
  text-align: center;
}

.p-blended__cocktails .p-blended__lead-img-text img {
  width: 250px;
}

.p-blended__cocktails .p-blended__lead-text {
  margin-top: 20px;
  text-align: center;
}

.p-blended__cocktails .p-blended__cocktail {
  margin-top: 100px;
  display: flex;
  align-items: flex-start;
}

.p-blended__cocktails .p-blended__cocktail > img { /* カクテル画像 */
  width: 40%;
}

.p-blended__cocktails .p-blended__cocktail > div.p-blended__cocktail-description { /* 画像と反対のボックス */
  width: 60%;
  display: flex;
  align-items: flex-start;
}

.p-blended__cocktails .p-blended__cocktail > div.p-blended__cocktail-description > img { /* 小さなロゴ画像 */
  width: 20%;
  padding: 0 20px;
}

.p-blended__cocktails .p-blended__cocktail > div.p-blended__cocktail-description > div { /* 説明部分 */
  width: 80%;
  display: table;
}

.p-blended__cocktails .p-blended__cocktail > div.p-blended__cocktail-description > div p.p-blended__cocktail-title {
  font-size: 1.4em;
  text-align: center;
}

.p-blended__cocktails .p-blended__cocktail > div.p-blended__cocktail-description > div p.p-blended__cocktail-text {
  font-size: 0.9em;
  text-align: center;
}

.p-blended__cocktails .p-blended__cocktail > div.p-blended__cocktail-description > div p.p-blended__recipe {
  padding-top: 2em;
  margin-left: 4em;
  text-align: left;
}

.p-blended__cocktails .p-blended__cocktail > div.p-blended__cocktail-description > div div.p-blended__cocktail-comment {
  margin-top: 4em;
  font-size: 0.9em;
  text-align: left;
  display: table;
  min-height: 38px;
  margin-left: auto;
  margin-right: auto;
}

.p-blended__cocktails .p-blended__cocktail > div.p-blended__cocktail-description > div div.p-blended__cocktail-comment p {
  padding-left: 46px;
  padding-right: 46px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* coffee */
.p-blended__cocktails .p-blended__cocktail-coffee div.p-blended__cocktail-comment {
  background: url(../img/blended/cocktail_comment_good_coffee.png) no-repeat left top;
}

.p-blended__cocktails .p-blended__cocktail-coffee .p-blended__row-odd {
  border-right: 10px solid #585858;
}

.p-blended__cocktails .p-blended__cocktail-coffee .p-blended__row-even {
  flex-direction: row-reverse;
  border-left: 10px solid #585858;
}

/* matcha */
.p-blended__cocktails .p-blended__cocktail-matcha div.p-blended__cocktail-comment {
  background: url(../img/blended/cocktail_comment_good_matcha.png) no-repeat left center;
}

.p-blended__cocktails .p-blended__cocktail-matcha .p-blended__row-odd {
  border-right: 10px solid #143E20;
}

.p-blended__cocktails .p-blended__cocktail-matcha .p-blended__row-even {
  flex-direction: row-reverse;
  border-left: 10px solid #143E20;
}

@media screen and (max-width: 811px) {
  .p-blended__cocktails .p-blended__cocktail {
    display: block;
    border: 0 !important;
  }
  .p-blended__cocktails .p-blended__cocktail > img { /* カクテル画像 */
    width: 100%;
  }
  .p-blended__cocktails .p-blended__cocktail-coffee .p-blended__cocktail > img { /* カクテル画像 */
    border-bottom: 6px solid #585858;
  }
  .p-blended__cocktails .p-blended__cocktail-matcha .p-blended__cocktail > img { /* カクテル画像 */
    border-bottom: 6px solid #143E20;
  }
  .p-blended__cocktails div.p-blended__cocktail-description { /* 画像と反対のボックス */
    width: 100% !important;
    display: block !important;
  }
  .p-blended__cocktails .p-blended__cocktail > div.p-blended__cocktail-description > img { /* 小さなロゴ画像 */
    padding: 0 20px;
    float: left;
  }
  .p-blended__cocktails .p-blended__cocktail > div.p-blended__cocktail-description > div { /* 説明部分 */
    width: 100% !important;
  }
  .p-blended__cocktails .p-blended__cocktail > div.p-blended__cocktail-description > div p.p-blended__recipe {
    margin-left: 2em;
  }
}
/* sec-highball
============================================================ */
.p-blended__highball {
  width: 100%;
  min-height: 100vh;
  color: #FFF;
  background: url(../img/blended/highball_pc_back.jpg) no-repeat center center/cover;
  display: flex;
  align-items: center;
}

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

.p-blended__highball .l-content-inner .c-content__textbox {
  /*
  text-shadow:0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000,0 0 2px #000;
  */
  text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000;
}

.p-blended__highball-spec .c-content__title {
  width: 100%;
  height: 100%;
  padding-bottom: 105px;
  z-index: 1;
}

.p-blended__highball-spec .c-content__textbox {
  width: 65%;
  vertical-align: bottom;
  padding-bottom: 0;
  text-align: center;
}

.p-blended__highball-spec .p-blended__gin-sub-image-02 {
  text-align: center;
}

.p-blended__highball-spec .p-blended__gin-sub-image-02 img {
  width: 60%;
}

.p-blended__highball .p-blended__whisky-title {
  font-size: 1.8em;
  padding-bottom: 1em;
}

.p-blended__highball-spec .p-blended__spec-box {
  padding-top: 50px;
  padding-bottom: 100px;
}

.p-blended__highball-spec {
  background: #3C423C;
  color: #FFF;
}

@media screen and (max-width: 811px) {
  .p-blended__highball {
    background-image: url(../img/blended/highball_sp_back.jpg);
    display: block;
  }
  .p-blended__highball .c-content__copy {
    padding-top: 125px;
  }
  .p-blended__highball-spec .c-content__textbox {
    width: 100%;
    vertical-align: middle;
    text-align: left;
  }
  .p-blended__highball .p-blended__whisky-title {
    font-size: 1.4em;
  }
  body.en .p-blended__highball .c-content__text {
    font-size: 90%;
  }
}
