@charset "UTF-8";
/**
 * page-front-page.scss
 * front-page.php 用のページ固有スタイル。旧 sakuraodistillery.com の
 *   top.css
 * を Step 1 として partial 化したものを束ねている。
 * common.css の後にロードされる前提（top.css 由来のセレクタが共通スタイルを上書きする）。
 */
@import url(//vjs.zencdn.net/5.19/video-js.min.css);
/*
  File Name   : top.css
  Description : トップページ
*/
/* kv
============================================================ */
.p-front-page__kv-inner {
  position: relative;
  height: 100vh;
}

.p-front-page__kv-title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  transform: translate(-50%, -50%);
}

/* news-ticker */
.p-front-page__news-ticker {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
}

.p-front-page__news-ticker-slider-wrap {
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  background: #000;
}

.p-front-page__news-ticker-item {
  border: none !important;
}

.p-front-page__news-ticker-item a {
  position: relative;
  display: block;
  height: 98px;
}

.p-front-page__news-ticker-item-image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 98px;
  height: 0;
  transition: height 0.5s ease;
  overflow: hidden;
}

.p-front-page__news-ticker-item-image div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 98px;
  background: no-repeat center center;
  background-size: cover;
}

.p-front-page__news-ticker-item-txtbox {
  padding: 0.5em 0.5em 0.5em 125px;
  color: #f2f0e5;
}

.p-front-page__news-ticker-item-txtbox > * {
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateX(50px);
}

.slick-active .p-front-page__news-ticker-item-image {
  height: 100%;
}

.slick-active .p-front-page__news-ticker-item-txtbox > * {
  opacity: 1;
  transform: translateX(0);
}

.p-front-page__news-ticker-item-date {
  margin-bottom: 0.75em;
  font-size: 12px;
  font-weight: 700;
  color: #999;
  transition-delay: 0.3s;
}

.p-front-page__news-ticker-item-title {
  font-size: 13px;
  line-height: 1.6;
  height: 3.2em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.p-front-page__news-ticker-item-title {
  transition-delay: 0.4s;
}

.p-front-page__news-ticker-item-text {
  transition-delay: 0.5s;
}

.p-front-page__news-ticker-slider-dots {
  position: absolute;
  top: 0;
  left: 20px;
  height: 12px;
  margin-left: -5px;
}

.p-front-page__news-ticker-slider-dots :focus {
  outline: none;
}

.p-front-page__news-ticker-slider-dots li {
  height: 15px;
  line-height: 15px;
  margin-right: 7px;
  padding: 0 5px;
  overflow: hidden;
}

.p-front-page__news-ticker-slider-dots button {
  width: 6px;
  height: 6px;
  text-indent: -10em;
  vertical-align: bottom;
  background: #000;
  overflow: hidden;
  transition: height 0.5s ease;
}

.p-front-page__news-ticker-slider-dots .slick-active button {
  height: 20px;
}

.p-front-page__news-ticker-slider {
  display: none;
}

.p-front-page__news-ticker-slider.slick-initialized {
  display: block;
}

.c-news-pickup .c-news-pickup__item-image {
  aspect-ratio: 340/220;
  overflow: hidden;
  background: #000;
}

.c-news-pickup .c-news-pickup__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 811px) {
  .p-front-page__kv-inner {
    min-height: 125vw;
  }
  .p-front-page__kv-title {
    max-width: 80%;
    margin-top: -3.75rem;
  }
  /* news-ticker */
  .p-front-page__news-ticker {
    padding: 0;
    bottom: 2rem;
  }
  .p-front-page__news-ticker-slider-wrap {
    position: relative;
    left: 0;
    max-width: 100%;
  }
  .p-front-page__news-ticker-item a {
    height: 5.5rem;
  }
  .p-front-page__news-ticker-item-image {
    width: 5.5rem;
  }
  .p-front-page__news-ticker-item-image div {
    height: 5.5rem;
  }
  .p-front-page__news-ticker-item-txtbox {
    padding: 0.25rem 0.5rem 0.2rem 7rem;
  }
  .p-front-page__news-ticker-item-date {
    margin-bottom: 0.25em;
    font-size: 75%;
  }
  .p-front-page__news-ticker-item-title,
  .p-front-page__news-ticker-item-text {
    font-size: 12px;
  }
  .p-front-page__news-ticker-slider-dots {
    top: 100%;
    left: auto;
  }
}
/* sec-introduction
============================================================ */
.p-front-page__introduction {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #000;
  color: #fff;
}

@media screen and (max-width: 811px) {
  .p-front-page__introduction {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }
}
/* sec-distillery
============================================================ */
.p-front-page__distillery {
  /*margin-top: 90px;*/
}

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

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

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

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

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

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

.p-front-page__distillery-feature-text {
  padding: 65px 0;
  font-size: 18px;
  background: url(../img/front-page/bg-distillery-feature.png) no-repeat center center;
  background-size: auto 100%;
}

.p-front-page__distillery-feature-note {
  margin-top: 65px;
}

/* accordion 一式は新サイトで未使用（markup なし）のため Step3 で撤去 */
/* distillery-slider */
.p-front-page__distillery-slider {
  background: #000;
  position: relative;
}

.p-front-page__distillery-slider-text {
  position: absolute;
  top: 5%;
  left: 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-front-page__distillery-slider :focus {
  outline: none;
}

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

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

.p-front-page__distillery-thumb-slider .p-front-page__slider-item {
  padding: 0 10px;
}

.p-front-page__distillery-thumb-slider .p-front-page__slider-item a {
  display: block;
  cursor: pointer;
}

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

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

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

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

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

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

/* banner-slider */
.p-front-page__banner-slider {
  max-width: 100%;
}

.p-front-page__banner-slider img {
  max-width: 100%;
  height: auto;
}

.p-front-page__banner-slider .slick-track {
  display: flex;
}

.p-front-page__banner-slider .slick-slide {
  height: inherit;
}

.p-front-page__banner-slider .slick-slide > div {
  height: 100%;
}

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

/* overwrite video-js */
.video-js:focus {
  outline: none !important;
}

.video-js .vjs-big-play-button {
  display: none;
}

.video-js .vjs-fullscreen-control {
  display: none;
}

.video-js .vjs-time-control {
  position: absolute;
  top: 20px;
  right: 0;
}

.video-js .vjs-load-progress {
  background: #f2f0e5;
}

.video-js .vjs-load-progress div {
  background: none;
}

.video-js .vjs-play-progress {
  background: #e19282;
}

.video-js .vjs-control-bar {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100%;
  bottom: auto;
  top: 100%;
  margin-top: 10px;
  background: none;
}

.video-js .vjs-play-control {
  position: absolute;
  top: 100%;
  left: 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin-top: 10px;
  border-radius: 50%;
  color: #000;
  background: #f2f0e5;
}

.video-js .vjs-play-control::before {
  line-height: inherit;
  font-size: 225%;
}

@media screen and (max-width: 811px) {
  .p-front-page__distillery {
    /*margin-top: 5rem;*/
    margin-top: 0;
  }
  .p-front-page__distillery-title {
    margin: 0 auto 3rem;
    padding: 0 1rem;
  }
  .p-front-page__distillery-feature {
    margin: 0 0 3rem;
    text-align: center;
  }
  .p-front-page__distillery-feature-list {
    margin: 0;
  }
  .p-front-page__distillery-feature-item {
    width: 100%;
    padding: 3rem 0 0 !important;
  }
  .p-front-page__distillery-feature-image {
    width: 226px;
    max-width: 50%;
    margin: 0 auto 2em;
  }
  .p-front-page__distillery-feature-text {
    padding: 2rem 0;
    font-size: 120%;
  }
  .p-front-page__distillery-feature-note {
    margin-top: 2rem;
    text-align: left;
  }
  /* distillery-slider */
  .p-front-page__distillery-thumb-slider-wrap {
    margin: 2rem -0.5rem 0;
  }
  .p-front-page__distillery-thumb-slider .p-front-page__slider-item {
    padding: 0 0.5rem;
  }
  .p-front-page__distillery-slider-dots li {
    margin: 1.5rem 1rem;
  }
  /* distillery-movie */
  .p-front-page__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;
  }
}
/* sec-botanical
============================================================ */
.p-front-page__botanical .c-content__textbox {
  margin: 80px 0 80px;
}

@media screen and (max-width: 811px) {
  .p-front-page__botanical .c-content__textbox {
    margin: 4rem 0 2rem;
  }
}
/* sec-gin
============================================================ */
.p-front-page__gin .l-content-inner {
  position: relative;
}

.p-front-page__gin-text-debut {
  position: absolute;
  top: 30px;
  left: 0;
  width: 117px;
  margin-left: -65px;
}

.p-front-page__gin-image-02 {
  max-width: 321px;
  margin: 0 auto;
  padding: 150px 0 140px;
}

.p-front-page__gin-image-03 {
  margin-top: 120px;
}

.p-front-page__bg-image-sakura {
  position: relative;
  z-index: 0;
}

.p-front-page__bg-image-sakura::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 350px;
  background: url(../img/front-page/bg-sakura-01.jpg) repeat-x 0 0;
  z-index: -1;
  transform: translate(-50%, -50%);
  animation: bgroop 15s linear infinite;
}
@keyframes bgroop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1300px 0;
  }
}
@media screen and (max-width: 1169px) {
  .p-front-page__gin-text-debut {
    margin-left: 20px;
  }
}
@media screen and (max-width: 811px) {
  .p-front-page__gin-text-debut {
    top: 1.5rem;
    width: 3.5rem;
    margin-left: 0.5rem;
  }
  .p-front-page__gin-image-02 {
    width: 50%;
    padding: 4rem 0;
  }
  .p-front-page__gin-image-03 {
    margin-top: 4rem;
  }
}
/* ---------------------------------- */
.p-front-page__singlemalt-wrap {
  background-image: url(../img/front-page/singlemalt-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #000;
}

.p-front-page__singlemalt-wrap.p-front-page__debut {
  background-image: url(../img/front-page/singlemalt-debut-bg.jpg?v=20220425);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #000;
}

.p-front-page__singlemalt-wrap.p-front-page__debut.p-front-page__cask {
  /*
  background-image: url(../img/front-page/singlemalt-cask-bg.jpg?v=20240417);
  */
  background-image: url(../img/front-page/singlemalt-cask-spanishoak-bg.jpg?v=20251022);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #000;
  position: relative;
  min-height: 768px;
}

.p-front-page__singlemalt-wrap .l-content-inner {
  text-align: center;
  color: #fff;
  position: relative;
  min-height: 768px;
}

.p-front-page__set-count {
  position: absolute;
  width: 664px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.p-front-page__singlemalt-wrap.p-front-page__debut .p-front-page__set-count {
  position: absolute;
  top: 50%;
  width: 1000px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

#future-date.p-front-page__mod-ft-gothic-text {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W1", sans-serif;
  font-weight: 0;
}

@media screen and (max-width: 811px) {
  .p-front-page__singlemalt-wrap {
    background-image: url(../img/front-page/singlemalt-bg-sp.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #000;
  }
  .p-front-page__singlemalt-wrap.p-front-page__debut {
    background-image: url(../img/front-page/singlemalt-debut-bg-sp.jpg?v=20220425);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #000;
  }
  .p-front-page__singlemalt-wrap.p-front-page__debut.p-front-page__cask {
    background-image: none;
    min-height: initial;
  }
  .p-front-page__set-count {
    width: 100%;
    padding: 0 1rem;
  }
  .p-front-page__singlemalt-wrap.p-front-page__debut .p-front-page__set-count {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 100%;
    padding: 0 1rem;
  }
}
/*
============================================================ */
/* countdown timer 
============================================================ */
#future-date {
  position: absolute;
  left: 50%;
  bottom: 29%;
  transform: translate(-50%, 50%);
  text-align: center;
  width: 100%;
}

#future-date .p-front-page__display-section {
  font-size: 360%;
  font-weight: 700;
  display: inline-block;
  margin: 0 1.5%;
  letter-spacing: 0.45em;
}

#future-date .p-front-page__period-display {
  display: none;
}

.p-front-page__singlemalt-wrap .p-front-page__debut-link {
  display: none;
}

.p-front-page__singlemalt-wrap.p-front-page__debut .p-front-page__debut-link {
  display: block;
}

.p-front-page__singlemalt-wrap.p-front-page__debut .p-front-page__count-bg {
  display: none;
}

.p-front-page__singlemalt-wrap.p-front-page__debut #future-date {
  display: none;
}

.p-front-page__debut-link img {
  max-width: 400px;
}

a.p-front-page__debut-link.p-front-page__cask {
  display: block;
  position: relative;
  width: 100%;
  min-height: 768px;
}

.p-front-page__debut-link.p-front-page__cask::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  min-height: 768px;
  z-index: 1;
  opacity: 0.5;
  background-color: #000;
  transition: all 0.3s ease;
}

.p-front-page__debut-link.p-front-page__cask .p-front-page__catch {
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 50%);
  text-align: center;
  z-index: 2;
}

.p-front-page__debut-link.p-front-page__cask img {
  /*    max-width: 368px;*/
  max-width: 1149px;
}

@media screen and (max-width: 1200px) {
  .p-front-page__debut-link.p-front-page__cask img {
    max-width: 800px;
  }
}
a.p-front-page__debut-link.p-front-page__cask:hover::before {
  opacity: 0;
}

@media screen and (max-width: 811px) {
  .p-front-page__debut-link.p-front-page__cask::before {
    content: none;
  }
  .p-front-page__debut-link.p-front-page__cask img {
    max-width: 100%;
  }
}
@media screen and (max-width: 811px) {
  #future-date .p-front-page__period-display {
    display: none;
  }
  .p-front-page__debut-link img {
    width: 100%;
  }
  #future-date {
    position: absolute;
    left: 50%;
    bottom: 22%;
  }
  #future-date .p-front-page__display-section {
    font-size: 8.5vw;
    font-weight: 700;
    display: inline-block;
    margin: 0 2%;
    letter-spacing: 0.49em;
  }
  #future-date .p-front-page__display-section:last-child {
    margin: 0;
  }
  a.p-front-page__debut-link.p-front-page__cask {
    min-height: initial;
  }
}
.p-front-page__top-bnr-wrap {
  background-color: #000;
  padding: 120px 0 0;
}

.p-front-page__top-bnr-list {
  display: flex;
  justify-content: space-between;
}

.p-front-page__top-bnr-list li {
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
}

.p-front-page__coming-soon {
  position: relative;
}

.p-front-page__debut-wrap {
  position: relative;
}

.p-front-page__top-bnr-catch-text {
  padding: 0.5em 0 2em;
  color: #fff;
  font-weight: 700;
}

.p-front-page__text-coming-soon {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 1;
  width: 328px;
}

.p-front-page__text-debut-wrap {
  position: absolute;
  /*  bottom: 17%;*/
  top: 34%;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 1;
  width: 403px;
}

.p-front-page__text-debut-wrap.p-front-page__misty {
  position: absolute;
  /*  bottom: 17%;*/
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 1;
  width: 627px;
}

.p-front-page__text-debut-wrap.p-front-page__cask {
  width: 743px;
}

@media screen and (max-width: 811px) {
  .p-front-page__top-bnr-wrap {
    padding: 40px 0 0;
  }
  .p-front-page__top-bnr-list {
    flex-direction: column;
  }
  .p-front-page__top-bnr-list li {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .p-front-page__coming-soon {
    position: relative;
  }
  .p-front-page__text-coming-soon {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translateX(-50%) translateY(-48%);
    -webkit-transform: translateX(-50%) translateY(-48%);
    z-index: 1;
    width: 80%;
  }
}
.p-front-page__top-bnr-list-sec {
  display: flex;
  justify-content: space-between;
}

.p-front-page__top-bnr-list-sec li {
  flex: 0 0 46.5%;
  max-width: 46.5%;
  width: 100%;
}

.p-front-page__top-bnr-wrap-movie {
  background-image: url(../img/front-page/movie-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #000;
}

.p-front-page__top-bnr-wrap-movie a {
  display: block;
  height: 380px;
  position: relative;
}

.p-front-page__top-bnr-wrap-movie a img {
  position: absolute;
  top: 50%;
  width: 254px;
  left: 0;
  transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0);
}

@media screen and (max-width: 811px) {
  .p-front-page__top-bnr-list-sec {
    flex-direction: column;
  }
  .p-front-page__top-bnr-list-sec li {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .p-front-page__top-bnr-wrap-movie {
    background-image: url(../img/front-page/movie-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #000;
  }
  .p-front-page__top-bnr-wrap-movie a {
    display: block;
    height: auto;
    position: relative;
  }
  .p-front-page__top-bnr-wrap-movie a img {
    /*position: absolute;
    top: 50%;
    width:60%;
    left:0; 
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);*/
    position: static;
    width: 100%;
    transform: translateY(0) translateX(0);
    -webkit-transform: translateY(0) translateX(0);
  }
  .p-front-page__top-bnr-wrap-movie {
    background-image: none;
  }
}
/*
============================================================ */
/* sec-content-link
============================================================ */
@media screen and (min-width: 812px) {
  .c-content-link {
    margin-top: 100px;
  }
}
/*
============================================================ */
/* sec-field-trip 
============================================================ */
@media screen and (min-width: 812px) {
  .c-field-trip {
    margin-top: 100px;
  }
}
/* Cocoon親テーマで `.header-container, .main, .sidebar, .footer` に
 * `background-color: var(--cocoon-white-color)` が一括指定されているため、
 * front-page では .main の白背景を打ち消す。
 * （他要素はそのまま。必要になったら個別に対応） */
.main {
  background: transparent;
}

/* SPECIAL THANKS（旧蒸留所サイトと同じ開閉式UI） */
.p-front-page__special-thanks {
  margin: 80px 0;
  border-top: 1px solid #f2f0e5;
  border-bottom: 1px solid #f2f0e5;
  padding: 1em;
  text-align: left;
}

.p-front-page__special-thanks-trigger {
  position: relative;
  width: 100%;
  margin: 0;
  border: 0;
  padding: 0 48px 0 0;
  color: inherit;
  font: inherit;
  text-align: left;
  background: transparent;
  cursor: pointer;
}

.p-front-page__special-thanks-trigger::before,
.p-front-page__special-thanks-trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  background: #f2f0e5;
  transform: translateY(-50%);
}

.p-front-page__special-thanks-trigger::before {
  width: 20px;
  height: 2px;
}

.p-front-page__special-thanks-trigger::after {
  right: 17px;
  width: 2px;
  height: 20px;
  transition: 0.3s;
}

.p-front-page__special-thanks-trigger.is-active::after {
  display: none;
}

.p-front-page__special-thanks-content {
  display: none;
  margin-top: 2em;
  text-align: center;
}

@media screen and (max-width: 811px) {
  .p-front-page__special-thanks {
    margin: 40px 0;
  }
  .p-front-page__special-thanks-content {
    text-align: left;
  }
}
/* 商品セクション（A案・縦スクロール／帯見出し型）
 * Claude Design「商品エリア構成案 ワイヤーフレーム」A案を適用。
 * .p-front-page__top-bnr-wrap の黒背景上に組むため、見出し・帯・CTAは白／淡色基調。 */
.p-front-page__products-group-title {
  color: #fff;
}

/* エリア見出し「商品 / PRODUCTS」 */
.p-front-page__products-head {
  position: relative;
  display: grid;
  grid-template-columns: max-content minmax(280px, 1fr);
  gap: 30px 42px;
  align-items: center;
  margin-bottom: 56px;
  padding-bottom: 28px;
}

.p-front-page__products-head::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(192, 122, 43, 0.95) 0%, rgba(255, 255, 255, 0.22) 24%, rgba(255, 255, 255, 0.07) 100%);
}

.p-front-page__products-title {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  gap: 18px;
  margin: 0;
  color: #fff;
}

.p-front-page__products-title-jp {
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  text-shadow: 0 18px 34px rgba(0, 0, 0, 0.45);
}

.p-front-page__products-title-en {
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.34em;
  color: #d4b36f;
}

.p-front-page__products-lead {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  text-align: right;
  color: rgba(255, 255, 255, 0.68);
}

/* ジャンルのグループ */
.p-front-page__products-group {
  margin-top: 64px;
}

.p-front-page__products-group:first-of-type {
  margin-top: 0;
}

/* ジャンル帯見出し */
.p-front-page__products-band {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin: 0 0 28px;
  padding: 18px 24px 17px 28px;
  background: linear-gradient(90deg, rgba(192, 122, 43, 0.24) 0%, rgba(255, 255, 255, 0.065) 34%, rgba(255, 255, 255, 0.025) 100%), #080808;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(192, 122, 43, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 18px 36px rgba(0, 0, 0, 0.26);
  overflow: hidden;
}

.p-front-page__products-band::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #c07a2b;
}

.p-front-page__products-band::after {
  content: "";
  flex: 1 1 auto;
  min-width: 36px;
  height: 1px;
  margin-left: 8px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0));
}

.p-front-page__products-band-jp {
  position: relative;
  z-index: 1;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.09em;
  color: #fff;
}

.p-front-page__products-band-en {
  position: relative;
  z-index: 1;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: rgba(212, 179, 111, 0.86);
}

/* PDFカタログ CTA */
.p-front-page__products-catalog {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 28px 0 0;
  padding: 20px 24px;
  border: 2px dashed #c07a2b;
  background: rgba(192, 122, 43, 0.08);
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.p-front-page__products-catalog:hover {
  background: rgba(192, 122, 43, 0.16);
}

.p-front-page__products-catalog-icon {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 46px;
  height: 58px;
  padding-bottom: 6px;
  border: 2px solid #c07a2b;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.3);
  font-size: 11px;
  font-weight: 700;
  color: #c07a2b;
}

.p-front-page__products-catalog-body {
  flex: 1;
}

.p-front-page__products-catalog-title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.p-front-page__products-catalog-note {
  display: block;
  margin-top: 2px;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.55);
}

.p-front-page__products-catalog-cta {
  flex: 0 0 auto;
  padding: 6px 14px;
  border: 1.5px solid #c07a2b;
  font-size: 14px;
  font-weight: 700;
  color: #c07a2b;
  white-space: nowrap;
}

/* 商品画像ダウンロード（従来リンク） */
.p-front-page__products-imagedl {
  margin: 24px 0 0;
  text-align: right;
  font-weight: 700;
}

.p-front-page__products-imagedl a {
  color: #fff;
}

/* 外部リンクアイコン（icon-icons.com external-link 111153 ベースの自作SVG）。
 * 旧 .outlink:after は Font Awesome 依存だが当テーマでは未読込のため、
 * front-page では SVG をマスク描画して currentColor（白）に追従させる。 */
.p-front-page__products-imagedl .outlink::after {
  content: "";
  display: inline-block;
  width: 0.85em;
  height: 0.85em;
  margin-left: 0.5em;
  vertical-align: -0.06em;
  background-color: currentcolor;
  -webkit-mask: url(../img/front-page/icon-external-link.svg) no-repeat center/contain;
  mask: url(../img/front-page/icon-external-link.svg) no-repeat center/contain;
}

@media screen and (max-width: 811px) {
  .p-front-page__products-head {
    display: block;
    margin-bottom: 34px;
    padding-bottom: 22px;
  }
  .p-front-page__products-head::after {
    background: linear-gradient(90deg, rgba(192, 122, 43, 0.95) 0%, rgba(255, 255, 255, 0.24) 42%, rgba(255, 255, 255, 0.05) 100%);
  }
  .p-front-page__products-title-jp {
    font-size: 32px;
  }
  .p-front-page__products-title-en {
    font-size: 13px;
    letter-spacing: 0.24em;
  }
  .p-front-page__products-lead {
    margin-top: 16px;
    text-align: left;
  }
  .p-front-page__products-group {
    margin-top: 48px;
  }
  .p-front-page__products-band {
    flex-wrap: wrap;
    gap: 7px 12px;
    margin-bottom: 22px;
    padding: 14px 16px 13px 18px;
  }
  .p-front-page__products-band::after {
    flex-basis: 100%;
    margin-left: 0;
  }
  .p-front-page__products-band-jp {
    font-size: 21px;
  }
  .p-front-page__products-catalog {
    flex-wrap: wrap;
    gap: 14px;
    padding: 16px;
  }
  .p-front-page__products-catalog-body {
    flex: 1 1 auto;
  }
  .p-front-page__products-catalog-cta {
    flex-basis: 100%;
    text-align: center;
  }
}
