@charset "UTF-8";
/**
 * page-hamagou2025.scss
 * template-single-hamagou2025.php 用のページ固有スタイル。
 * 旧 sakuraodistillery.com の assets/css/hamagou2025.css（SAKURAO GIN HAMAGOU 2025・第8弾／
 * 年別の最重ページ：p-hamagou2025__botanical/p-hamagou2025__place/p-hamagou2025__edition×8/sec-content-link/rekidai）を Step 1 移植。
 * common.css の後にロードされる前提。
 *
 * Step 1 方針につき内容は旧 hamagou2025.css のままとし、画像参照の絶対パス（/assets/img/...）のみ
 * 相対パス（../img/...）へ書き換え、末尾に Step1 追記の slick #main 詳細度上げを付与。
 *
 * メモ:
 * - rekidai（INDEX 歴代一覧）の .bottles/.bottle-box 等の基底スタイルは add.css 由来で
 *   common.css（_legacy-add.scss）に既出。本ファイルはページ固有の上書きのみ持つ。
 * - 2025 CSS に .p-hamagou2025__kv.on/.off ルールは無く cookie トグルは視覚的に無関係（page-hamagou2025.js で無害化）。
 * - body.is-animated は page-hamagou2025.js が付与（KV フェード／#header 表示）。比較ツールも settle で付与。
 */
/*
  File Name   : sakurao.css
  Description : SAKURAO GINページ
*/
/* public
============================================================ */
#container {
  background: #f8f7f1;
}

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

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

.p-hamagou2025__kv-title > span {
  display: block;
  width: 100%;
}

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

/* KV 背景を image-set() 化（WebP + JPG フォールバック）。旧インライン background-image は撤去。 */
.p-hamagou2025__kv.pc-only .p-hamagou2025__kv-animation-01 > div {
  background-image: url(../img/hamagou2025/img-kv-01.jpg);
  background-image: -webkit-image-set(url(../img/hamagou2025/img-kv-01.webp) type("image/webp"), url(../img/hamagou2025/img-kv-01.jpg) type("image/jpeg"));
  background-image: image-set(url(../img/hamagou2025/img-kv-01.webp) type("image/webp"), url(../img/hamagou2025/img-kv-01.jpg) type("image/jpeg"));
}

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

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

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

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

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

.p-hamagou2025__kv-animation-01 {
  transition: opacity 1s ease;
  opacity: 0;
}

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

.p-hamagou2025__kv-animation-03 {
  transition: opacity 3s ease 1s;
  opacity: 0;
}

.p-hamagou2025__kv-animation-04 {
  transition: opacity 4s ease 2.5s;
  opacity: 0;
}

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

@media screen and (max-width: 811px) {
  .p-hamagou2025__product-spacer {
    height: 29px;
  }
  .p-hamagou2025__kv {
    min-height: 100vw;
  }
  .p-hamagou2025__kv-title {
    align-items: flex-end;
  }
}
/* p-hamagou2025__lead
============================================================ */
.p-hamagou2025__lead {
  height: 770px;
  padding-top: 120px;
  text-align: center;
  background: url(../img/hamagou2025/bg-lead.jpg) no-repeat center center/cover;
}

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

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

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

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

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

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

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

.p-hamagou2025__picture .p-hamagou2025__slider {
  display: none;
}

.p-hamagou2025__picture .p-hamagou2025__slider.slick-initialized {
  display: block;
}

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

.p-hamagou2025__picture-thumb-slider .p-hamagou2025__slider-item {
  padding: 0;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1200px) {
  .p-hamagou2025__online-inner {
    margin: 0 -60px;
  }
}
@media screen and (max-width: 811px) {
  .p-hamagou2025__online {
    margin-top: 5rem;
    padding-bottom: 5rem;
  }
}
/* p-hamagou2025__edition
============================================================ */
@media screen and (min-width: 812px) {
  .p-hamagou2025__edition {
    margin-top: 100px;
  }
}
@media screen and (max-width: 811px) {
  .p-hamagou2025__edition {
    margin-top: 5rem;
  }
}
.p-hamagou2025__rekidai-sp .c-content__title { /* add omo */
  font-size: 250%;
  text-align: center;
}

/* Step 1 追記: slick #main 詳細度上げ（enqueue 順対策・歴代まとめ page-hamagou.scss と同趣旨）。 */
#main .slick-dotted.slick-slider {
  margin: 0;
}

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

/* hamagou2025 rekidai（歴代一覧）— common.css(_legacy-add) から移設し class 化 */
.p-hamagou2025__rekidai {
  min-height: 300px;
  /* 旧 .webp / .no-webp .p-hamagou2025__rekidai の背景画像は旧CSSでもコメントアウト（未指定）のまま */
}

.p-hamagou2025__rekidai div.l-content-inner {
  padding: 20px 0;
}

.p-hamagou2025__rekidai div.l-content-inner h3 {
  font-size: 36px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.p-hamagou2025__rekidai div.l-content-inner div.bottles {
  display: flex;
  justify-content: space-between;
  /*align-items: flex-start;*/
  flex-wrap: wrap;
}

.p-hamagou2025__rekidai div.l-content-inner div.bottles a.bottle-box + a {
  /*margin-left: 20px;*/
}

.p-hamagou2025__rekidai div.l-content-inner div.bottles::after,
.p-hamagou2025__rekidai div.l-content-inner div.bottles::before {
  content: "";
  display: block;
  width: 31%;
  height: 0;
}

.p-hamagou2025__rekidai div.l-content-inner div.bottles::before {
  order: 1;
}

.p-hamagou2025__rekidai div.l-content-inner div.bottles a {
  width: 31%;
  margin-bottom: 10px;
}

.p-hamagou2025__rekidai div.l-content-inner div.bottles a.bottle-box {
  display: block;
  padding-top: 40px;
  text-align: center;
}

.p-hamagou2025__rekidai div.l-content-inner div.bottles a.bottle-box picture, .p-hamagou2025__rekidai div.l-content-inner div.bottles a.bottle-box picture {
  display: block;
}

.p-hamagou2025__rekidai div.l-content-inner div.bottles a.bottle-box picture, .p-hamagou2025__rekidai div.l-content-inner div.bottles a.bottle-box picture img {
  max-height: 400px;
  align-self: flex-start;
  padding: 8px;
  background: #C2D5DC;
}

.p-hamagou2025__rekidai div.l-content-inner div.bottles a.bottle-box p.year {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  line-height: 60px;
}

.p-hamagou2025__rekidai div.l-content-inner div.bottles a.bottle-box p.description {
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
  line-height: 15px;
}

@media screen and (max-width: 1200px) {
  .p-hamagou2025__rekidai div.l-content-inner h3 {
    padding-left: 1em;
  }
  .p-hamagou2025__rekidai div.l-content-inner div.bottles {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (max-width: 811px) {
  .p-hamagou2025__rekidai-sp p.description {
    text-align: center;
  }
}
