@charset "UTF-8";
/**
 * page-hamagou2024.scss
 * template-single-hamagou2024.php 用のページ固有スタイル。
 * 旧 sakuraodistillery.com の assets/css/hamagou2024.css（SAKURAO GIN HAMAGOU 2024・第7弾・KV 静的フェード(3画像 p-hamagou2024__kv-animation-01/02/03＋タイトル04)・pc/sp 分割）を
 * Step 1（見た目の再現）として移植したもの。common.css の後にロードされる前提。
 *
 * Step 1 方針につき内容は旧 hamagou2024.css のままとし、画像参照の絶対パス
 * （/assets/img/...）のみビルド出力先 theme/assets/css/ からの相対パス（../img/...）へ
 * 書き換えている。末尾に Step1 追記の slick #main 詳細度上げ（enqueue 順対策・歴代まとめ
 * page-hamagou.scss と同趣旨）を付与。クラス名は Step 3 で FLOCSS 化済み（p-{slug}__*）。
 *
 * メモ:
 * - 旧 hamagou2024.css は歴代まとめ系のため、この HTML に無いセクション（p-hamagou2024__botanical /
 *   p-hamagou2024__place / sec-content-link / p-hamagou2024__online / p-hamagou2024__edition 等）のルールも持つが faithful に残す。
 * - body.is-animated は page-hamagou2024.js が付与（KV フェード／#header 表示）。
 *   比較ツールも settleAnimations で付与する。
 * - 旧 hamagou2020.js 由来の cookie 初回トグル（.p-hamagou2024__kv.on/.off）は、旧サイトが
 *   jquery.cookie 未読込（jQuery1.11.3）で例外となり既定状態で描画されるため、新サイトも
 *   page-hamagou2024.js 側で $.cookie 存在チェックして無害化し既定状態に揃える。
 */
/*
  File Name   : sakurao.css
  Description : SAKURAO GINページ
*/
/* public
============================================================ */
#container {
  background: #f8f7f1;
}

/* kv
============================================================ */
.p-hamagou2024__kv {
  position: relative;
  height: 100vh;
}

.p-hamagou2024__kv-title {
  position: relative;
  width: 100%;
  height: 100vh;
  /*max-width: 1000px;
  display: flex;
  height: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  text-align: center;*/
}

.p-hamagou2024__kv-title > span {
  position: absolute;
  display: block;
  /*  top: 23%;*/
  right: 15%;
  width: 26%;
  bottom: 30%;
}

.p-hamagou2024__kv-image,
.p-hamagou2024__kv-image > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center/cover;
}

.p-hamagou2024__kv-animation-01 {
  transition: opacity 2s 0s;
  opacity: 0;
}

.p-hamagou2024__kv-animation-02 {
  transition: opacity 2s 2s;
  opacity: 0;
}

.p-hamagou2024__kv-animation-03 {
  transition: opacity 2s 4s;
  opacity: 0;
}

.p-hamagou2024__kv-animation-04 {
  transition: opacity 2s 4s;
  opacity: 0;
}

.p-hamagou2024__kv-animation-05 {
  transition: opacity 2s 8s;
  opacity: 0;
}

.p-hamagou2024__kv-animation-06 {
  transition: opacity 10s 1s;
  opacity: 0;
}

body.is-animated .p-hamagou2024__kv-animation-01,
body.is-animated .p-hamagou2024__kv-animation-02,
body.is-animated .p-hamagou2024__kv-animation-03,
body.is-animated .p-hamagou2024__kv-animation-04,
body.is-animated .p-hamagou2024__kv-animation-05,
body.is-animated .p-hamagou2024__kv-animation-06 {
  opacity: 1;
}

@media screen and (max-width: 811px) {
  .p-hamagou2024__product-spacer {
    height: 29px;
  }
  .p-hamagou2024__kv {
    min-height: 100vw;
  }
  .p-hamagou2024__kv-title {
    align-items: flex-end;
  }
  .p-hamagou2024__kv-title {
    position: relative;
    max-width: 1000px;
    display: flex;
    height: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .p-hamagou2024__kv-title > span {
    position: absolute;
    display: block;
    top: 16%;
    left: 0;
    right: 0;
    width: 95%;
    margin: 0 auto;
  }
}
/* p-hamagou2024__lead
============================================================ */
.p-hamagou2024__lead {
  height: 770px;
  padding-top: 120px;
  text-align: center;
  background: url(../img/hamagou2024/bg-lead.jpg) no-repeat center center/cover;
}

.p-hamagou2024__lead-title {
  margin-bottom: 1.5em;
  font-size: 30px;
  font-weight: 400;
}

@media screen and (max-width: 811px) {
  .p-hamagou2024__lead {
    height: auto;
    padding-top: 5rem;
    padding-bottom: 20rem;
  }
  .p-hamagou2024__lead-title {
    margin-bottom: 1.5em;
    font-size: 1.5rem;
  }
  .p-hamagou2024__lead-text {
    text-align: left;
  }
  body[class~=en-US] .p-hamagou2024__lead-text {
    line-height: 1.6;
  }
}
/* p-hamagou2024__product
============================================================ */
.p-hamagou2024__product {
  position: relative;
  padding: 100px 0;
}

.p-hamagou2024__product-textbox {
  margin-right: 50%;
}

.p-hamagou2024__product-title {
  margin-bottom: 20px;
  text-align: center;
}

.p-hamagou2024__product-text {
  text-align: center;
}

@media screen and (min-width: 812px) {
  .p-hamagou2024__product {
    background: url(../img/hamagou2024/img-product.jpg) no-repeat center center/cover;
  }
}
@media screen and (min-width: 812px) and (max-width: 1000px) {
  .p-hamagou2024__product {
    background-position: 70% center;
  }
}
@media screen and (max-width: 811px) {
  .p-hamagou2024__product {
    padding: 5rem 0;
  }
  .p-hamagou2024__product-textbox {
    margin-right: 0;
  }
  .p-hamagou2024__product-title {
    margin: 0 1rem 1rem;
  }
}
/* p-hamagou2024__picture
============================================================ */
.p-hamagou2024__picture {
  margin-top: 80px;
}

.p-hamagou2024__picture :focus {
  outline: none;
}

.p-hamagou2024__picture .p-hamagou2024__slider {
  display: none;
}

.p-hamagou2024__picture .p-hamagou2024__slider.slick-initialized {
  display: block;
}

.p-hamagou2024__picture-thumb-slider-wrap {
  margin: 20px 0 0;
}

.p-hamagou2024__picture-thumb-slider .p-hamagou2024__slider-item {
  padding: 0;
  overflow: hidden;
}

.p-hamagou2024__picture-thumb-slider .p-hamagou2024__slider-item a {
  position: relative;
  display: block;
  cursor: pointer;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}

.p-hamagou2024__picture-thumb-slider .p-hamagou2024__slider-item a:hover {
  transition-duration: 6s;
  transform: scale(1.1, 1.1);
}

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

.p-hamagou2024__picture-slider-dots li {
  display: inline-block;
  margin: 1.5em 0.75em;
  vertical-align: middle;
}

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

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

.p-hamagou2024__picture-slider-dots .slick-active button::after {
  background: #000;
}

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

@media screen and (max-width: 811px) {
  .p-hamagou2024__picture {
    margin-top: 0;
  }
  /* picture-slider */
  .p-hamagou2024__picture-thumb-slider-wrap {
    margin: 1rem 0 0;
  }
  .p-hamagou2024__picture-slider-dots li {
    margin: 1rem 0.5rem;
  }
}
/* p-hamagou2024__botanical
============================================================ */
.p-hamagou2024__botanical {
  margin: 100px 0 120px;
}

.p-hamagou2024__botanical-image-01 {
  text-align: center;
}

.p-hamagou2024__botanical-header {
  position: relative;
  z-index: 0;
}

.p-hamagou2024__botanical-header-textbox {
  margin-right: 300px;
  padding: 70px 0 140px;
}

.p-hamagou2024__botanical-desc {
  margin-top: 50px;
}

.p-hamagou2024__botanical-image-02 {
  position: absolute;
  top: 0;
  right: -60px;
  width: 390px;
  height: 100%;
  z-index: -1;
}

.p-hamagou2024__botanical-detail + .p-hamagou2024__botanical-detail {
  margin-top: 120px;
}

.p-hamagou2024__botanical-list {
  margin: 0 -25px;
}

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

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

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

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

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

@media screen and (max-width: 811px) {
  .p-hamagou2024__botanical {
    margin: 5rem 0;
  }
  .p-hamagou2024__botanical-image-01 img {
    width: 10rem;
  }
  .p-hamagou2024__botanical-header-textbox {
    margin-right: 0;
    padding: 2rem 0;
  }
  .p-hamagou2024__botanical-desc {
    margin-top: 2rem;
  }
  .p-hamagou2024__botanical-image-02 {
    position: static;
    width: 15rem;
    height: auto;
    margin: 0 auto;
  }
  .p-hamagou2024__botanical-detail {
    margin-top: 3rem !important;
  }
  .p-hamagou2024__botanical-list {
    margin: 0 -1rem;
  }
  .p-hamagou2024__botanical-list li {
    width: 50%;
    padding: 0 1rem;
    margin-top: 1.5rem;
  }
  .p-hamagou2024__botanical-item-image img {
    width: 7.5rem;
  }
  .p-hamagou2024__botanical-item-textbox dt {
    font-size: 1rem;
  }
  .p-hamagou2024__botanical-item-textbox dd {
    font-size: 0.9rem;
  }
}
/* p-hamagou2024__place
============================================================ */
.p-hamagou2024__place {
  padding: 100px 0 170px;
  background: #cfe2ea;
}

.p-hamagou2024__place-header {
  margin-bottom: 80px;
  text-align: center;
}

.p-hamagou2024__place-title {
  margin: 50px 0;
  line-height: 2;
  font-size: 30px;
  font-weight: 400;
}

.p-hamagou2024__place-item-caption {
  line-height: 1.8;
  font-size: 21px;
  font-weight: 400;
}

.p-hamagou2024__place-item-image {
  margin: 35px 0;
}

.p-hamagou2024__place-item:nth-child(even) .p-hamagou2024__place-item-figure {
  text-align: right;
}

.p-hamagou2024__place-note {
  margin-top: 100px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.p-hamagou2024__place-note-inner + .p-hamagou2024__place-note-inner {
  border-top: 1px solid #b5b5b5;
}

.p-hamagou2024__place-note-title {
  line-height: 1.4;
  margin: 0.5em 0;
  font-size: 20px;
  font-weight: 400;
}

.p-hamagou2024__place-note-image {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-hamagou2024__place-note-image span {
  display: block;
}

@media screen and (min-width: 1200px) {
  .p-hamagou2024__place-item:nth-child(even) .p-hamagou2024__place-item-figure {
    margin-right: -40px;
  }
}
@media screen and (min-width: 812px) {
  .p-hamagou2024__place-item {
    width: 47.5%;
    max-width: 420px;
  }
  .p-hamagou2024__place-item:nth-child(n+3) {
    margin-top: 100px;
  }
  .p-hamagou2024__place-item:nth-child(odd) {
    float: left;
  }
  .p-hamagou2024__place-item:nth-child(even) {
    float: right;
  }
  .p-hamagou2024__place-item:nth-child(1) .p-hamagou2024__place-item-figure {
    margin: 20px 0;
  }
  .p-hamagou2024__place-note-inner {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
  }
  .p-hamagou2024__place-note-textbox {
    width: 52%;
  }
  .p-hamagou2024__place-note-image {
    width: 42%;
  }
  .p-hamagou2024__place-note-image span {
    width: calc(50% - 3px);
  }
}
@media screen and (max-width: 811px) {
  .p-hamagou2024__place {
    padding: 5rem 0;
  }
  .p-hamagou2024__place-image-01 img {
    width: 10rem;
  }
  .p-hamagou2024__place-header {
    margin-bottom: 3rem;
  }
  .p-hamagou2024__place-title {
    margin: 2rem 0;
    font-size: 1.4rem;
  }
  .p-hamagou2024__place-item + .p-hamagou2024__place-item {
    margin-top: 3rem;
  }
  .p-hamagou2024__place-item-caption {
    font-size: 1.2rem;
  }
  .p-hamagou2024__place-item-image {
    margin: 1rem 0;
  }
  .p-hamagou2024__place-item:nth-child(1) .p-hamagou2024__place-item-figure {
    width: 6rem;
    /*    margin: 0 1rem 0 auto;*/
    margin: 0 auto 1rem auto;
  }
  .p-hamagou2024__place-item:nth-child(2) .p-hamagou2024__place-item-figure {
    width: 10rem;
    margin: 0 0 0 1rem;
  }
  .p-hamagou2024__place-item:nth-child(4) .p-hamagou2024__place-item-figure img {
    width: 10rem;
  }
  .p-hamagou2024__place-note {
    margin-top: 3rem;
  }
  .p-hamagou2024__place-note-inner {
    padding: 1rem 0;
  }
  .p-hamagou2024__place-note-textbox {
    width: auto;
  }
  .p-hamagou2024__place-note-title {
    font-size: 1.2rem;
  }
  .p-hamagou2024__place-note-text {
    font-size: 1rem;
  }
  .p-hamagou2024__place-note-image {
    width: auto;
    margin-top: 1rem;
  }
  .p-hamagou2024__place-note-image span {
    width: calc(50% - 0.25rem);
  }
}
/* sec-content-link
============================================================ */
.c-content-link {
  margin-top: 100px;
}

.c-content-link .c-content-link__list li p:last-child {
  line-height: 1.8;
  font-size: inherit;
}

@media screen and (min-width: 1200px) {
  .c-content-link .c-content-link__list {
    margin: 0 -85px;
  }
}
@media screen and (min-width: 812px) and (max-width: 1199px) {
  .c-content-link .c-content-link__list {
    margin: 0 -25px;
  }
}
@media screen and (min-width: 812px) {
  .c-content-link .c-content-link__list li {
    width: 50%;
    padding: 0 25px;
  }
}
@media screen and (max-width: 811px) {
  .c-content-link {
    margin-top: 5rem;
  }
}
/* p-hamagou2024__online
============================================================ */
.p-hamagou2024__online {
  margin-top: 100px;
  padding-bottom: 100px;
}

@media screen and (min-width: 1200px) {
  .p-hamagou2024__online-inner {
    margin: 0 -60px;
  }
}
@media screen and (max-width: 811px) {
  .p-hamagou2024__online {
    margin-top: 5rem;
    padding-bottom: 5rem;
  }
}
/* p-hamagou2024__edition
============================================================ */
@media screen and (min-width: 812px) {
  .p-hamagou2024__edition {
    margin-top: 100px;
  }
}
@media screen and (max-width: 811px) {
  .p-hamagou2024__edition {
    margin-top: 5rem;
  }
}
/* p-hamagou2024__btn-back
============================================================ */
.p-hamagou2024__btn-back {
  margin-top: 80px;
  text-align: center;
}

.p-hamagou2024__btn-back a {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 390px;
  padding: 18px 0;
  border: 4px solid;
}

.p-hamagou2024__btn-back a .en {
  line-height: 60px;
  font-size: 30px;
}

.p-hamagou2024__btn-back a::after {
  content: "";
  position: absolute;
  display: block;
  left: 20px;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  transform: rotate(45deg);
}

@media screen and (max-width: 811px) {
  .p-hamagou2024__btn-back {
    margin-top: 3rem;
  }
  .p-hamagou2024__btn-back a {
    max-width: 90%;
    padding: 0.25rem 0;
    border-width: 0.2rem;
  }
  .p-hamagou2024__btn-back a::after {
    right: 1rem;
    bottom: 1rem;
    width: 0.6rem;
    height: 0.6rem;
  }
  .p-hamagou2024__btn-back a .en {
    line-height: 3rem;
    font-size: 130%;
  }
}
/* Step 1 追記: WP は enqueue 順が旧サイトと逆（slick-theme.css が page-css の後）になり、
   slick-theme の `.slick-dotted.slick-slider{margin-bottom:30px}`／`#main ul` の既定下マージンが
   旧 page CSS の打ち消しに勝ってスライダー直後に約30px の隙間が出る。詳細度を `#main` 付き
   （1,2,0 / 1,1,0）へ上げて旧の描画を復元する（歴代まとめ page-hamagou.scss と同趣旨）。 */
#main .slick-dotted.slick-slider {
  margin: 0;
}

#main .p-hamagou2024__picture-main-slider,
#main .p-hamagou2024__picture-thumb-slider {
  margin: 0 !important;
}

/* KV 背景 image-set 化（フェーズ5・WebP+フォールバック） */
.p-hamagou2024__kv.pc-only .p-hamagou2024__kv-animation-01 > div {
  background-image: url(../img/hamagou2024/img-kv-01.jpg);
  background-image: -webkit-image-set(url(../img/hamagou2024/img-kv-01.webp) type("image/webp"), url(../img/hamagou2024/img-kv-01.jpg) type("image/jpeg"));
  background-image: image-set(url(../img/hamagou2024/img-kv-01.webp) type("image/webp"), url(../img/hamagou2024/img-kv-01.jpg) type("image/jpeg"));
}

.p-hamagou2024__kv.pc-only .p-hamagou2024__kv-animation-02 > div {
  background-image: url(../img/hamagou2024/img-kv-02.jpg);
  background-image: -webkit-image-set(url(../img/hamagou2024/img-kv-02.webp) type("image/webp"), url(../img/hamagou2024/img-kv-02.jpg) type("image/jpeg"));
  background-image: image-set(url(../img/hamagou2024/img-kv-02.webp) type("image/webp"), url(../img/hamagou2024/img-kv-02.jpg) type("image/jpeg"));
}

.p-hamagou2024__kv.pc-only .p-hamagou2024__kv-animation-03 > div {
  background-image: url(../img/hamagou2024/img-kv-03.jpg);
  background-image: -webkit-image-set(url(../img/hamagou2024/img-kv-03.webp) type("image/webp"), url(../img/hamagou2024/img-kv-03.jpg) type("image/jpeg"));
  background-image: image-set(url(../img/hamagou2024/img-kv-03.webp) type("image/webp"), url(../img/hamagou2024/img-kv-03.jpg) type("image/jpeg"));
}

.p-hamagou2024__kv.sp-only .p-hamagou2024__kv-animation-01 > div {
  background-image: url(../img/hamagou2024/img-kv-01-sp.jpg);
  background-image: -webkit-image-set(url(../img/hamagou2024/img-kv-01-sp.webp) type("image/webp"), url(../img/hamagou2024/img-kv-01-sp.jpg) type("image/jpeg"));
  background-image: image-set(url(../img/hamagou2024/img-kv-01-sp.webp) type("image/webp"), url(../img/hamagou2024/img-kv-01-sp.jpg) type("image/jpeg"));
}

.p-hamagou2024__kv.sp-only .p-hamagou2024__kv-animation-02 > div {
  background-image: url(../img/hamagou2024/img-kv-02-sp.jpg);
  background-image: -webkit-image-set(url(../img/hamagou2024/img-kv-02-sp.webp) type("image/webp"), url(../img/hamagou2024/img-kv-02-sp.jpg) type("image/jpeg"));
  background-image: image-set(url(../img/hamagou2024/img-kv-02-sp.webp) type("image/webp"), url(../img/hamagou2024/img-kv-02-sp.jpg) type("image/jpeg"));
}

.p-hamagou2024__kv.sp-only .p-hamagou2024__kv-animation-03 > div {
  background-image: url(../img/hamagou2024/img-kv-03-sp.jpg);
  background-image: -webkit-image-set(url(../img/hamagou2024/img-kv-03-sp.webp) type("image/webp"), url(../img/hamagou2024/img-kv-03-sp.jpg) type("image/jpeg"));
  background-image: image-set(url(../img/hamagou2024/img-kv-03-sp.webp) type("image/webp"), url(../img/hamagou2024/img-kv-03-sp.jpg) type("image/jpeg"));
}
