@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&family=Noto+Sans+JP:wght@400;500;700&display=swap");

.top-wrapper {
  width: 1280px;
  margin: 0 auto;
  /*background: #E66348;*/
  font-family: "Noto Serif JP", "Noto Serif", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.hero {
  display: flex;
  height: 660px;
}
.hero-img-outer {
  width: 905px;
  position: relative;
  /* flex: 1 1 70%; */
}
.hero-img-outer img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-txt-outer {
  position: relative;
  /* flex: 0 0 22%; */
  flex: 1;
  display: flex;
  justify-content: end;
  color: #fff;
  padding-top: 55px;
  padding-right: 1.5em;
  padding-bottom: 90px;
}
.hero-txt-outer::after {
    content: "";
    position: absolute;
    right: 2px;
    bottom: 0px;
    width: 340px;
    height: 340px;
    background: url("../images/bk-logo.png") center/contain no-repeat;
    pointer-events: none;
}
.hero-txt {
    writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 3em;
    letter-spacing: 0.08em;
}
.hero-txt span {
text-indent: -45px;
display: inline-block;
font-size: 17px;
}
.hero-txt span::before {
  content: '';
  width: 1px;
  height: 60px;
  background-color: #fff;
  display: inline-block;
  margin-bottom: 15px;
}
.hero-txt p {
font-size: 24px;
margin: 0 18px 0 0;
}
.section.seasons {
  background: #FEE6CE;
  padding-top: 0;
  color: #000;
}
.section.history {
  background-image: url("../images/bk.jpg");
  padding-top: 0;
  background-color: #FDF3EA; 
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-inner {
  display: flex;
  gap: 15px;
  justify-content: end;
  /* flex-direction: row-reverse; */
}
.seasons-slider-outer {
  width: 630px;
  height: 380px;
  position: relative;
  margin-top: 40px;
}
.seasons-slider img {
  display: block;
  object-fit: cover;
  width: 630px;
  height: 380px;
}
.seasons-slider-outer .slick-dots {
  bottom: -22px;
  display: flex;
  justify-content: center;
  gap: 13px;
}
.seasons-slider-outer .slick-dots li {
  width: 9px;
  height: 9px;
  margin: 0;
}
.seasons-slider-outer .slick-dots li button {
  width: 9px;
  height: 9px;
  padding: 0;
}
.seasons-slider-outer .slick-dots li button::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  opacity: 1;
  background: #DFCAB3;
  transition: none;
}
.seasons-slider-outer .slick-dots li.slick-active button::before {
  background: #B6A089;
  opacity: 1;
}
.seasons-slider-outer .slick-dots li button:hover::before,
.seasons-slider-outer .slick-dots li button:focus::before {
  opacity: 1;
  background: #DFCAB3;
}
.seasons-slider-outer .slick-dots li.slick-active button:hover::before,
.seasons-slider-outer .slick-dots li.slick-active button:focus::before {
  background: #B6A089;
}
.seasons-season-outer {
  width: 300px;
  color: #E5C9AA;
  position: relative;
  margin-bottom: -15px;
}
.seasons-season-outer > div {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1200ms ease;
}
.seasons-season-outer > div.is-active {
  opacity: 1;
  visibility: visible;
}
.seasons-season-outer > div span:first-child {
  font-size: 95px;
}
.seasons-season-outer > div span:last-child {
  font-size: 25px;
  /* margin-bottom: -5px; */
  /* display: inline-block; */
  padding-left: 0.5em;
}
.section-title-outer {
  width: 230px;
  display: flex;
  flex-direction: row-reverse;
  gap: 32px;
}
.section__title,
.section__copy {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0.08em;
}
.section__title {
color: #fff;
font-size: 22px;
background-color: #BC9A78;
padding: 40px 5px;
margin: 0;
height: fit-content;
}
.section__copy {
font-size: 28px;
padding-top: 80px;
}
.seasons-inner {
  box-sizing: content-box;
writing-mode: vertical-rl;
text-orientation: mixed;
height: 350px;
padding-top: 80px;
margin: 0 auto;
padding-bottom: 60px;
}
.seasons-link,
.sake-inner p,
.seasons-inner p,
.history-inner p {
  margin: 0;
  line-height: 2em;
  letter-spacing: 0.07em;
  font-size: 18px;
}
 .history-inner p:nth-of-type(n + 2),
 .sake-inner p:nth-of-type(n + 2) {
 margin-right: 1.5em;
 }
.seasons-link {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #FEF5EA;
  color: #1e1e1e;
  text-decoration: none;
  width: 58px;
  min-height: 170px;
  margin-right: 2em;
  padding: 5px 0;
}
.seasons-link::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/icn-note.png") center/contain no-repeat;
  flex-shrink: 0;
}
 .seasons-inner p:nth-of-type(n + 2) {
   margin-right: 1.5em;
 }
.sake-inner-1 {
    writing-mode: vertical-rl;
    text-orientation: upright;
    height: 350px;
    padding-top: 70px;
    /* margin: 0 auto; */
    padding-bottom: 60px;
    margin-left: auto;
    box-sizing: content-box;
    color: #000;
}
.sake-inner-2 {
  display: flex;
  max-width: 1010px;
}
.sake-inner-2 img {
max-width: 50%;
height: 340px;
object-fit: cover;
}
.sake-inner {
  flex-direction: row-reverse;
}
.section__title--sake {
  background-color: #AA3F29;
  height: fit-content;
}
.section__copy--sake {
  color: #fff;
}
.sp-only-br {
  display: none;
}
.pc-only-space {
  display: inline;
}
.section__copy--history {
  color: #000;
}
.section-title-outer--sake {
  width: 160px;
}
.sake {
    padding-bottom: 60px;
}
.history-inner-2 {
  width: 390px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.history-inner-2 img {
  display: block;
}
.history-inner-1 {
  /* display: flex; */
  /* flex-direction: column-reverse; */
  flex: 1;
}
.history-inner {
  flex-direction: row-reverse;
}
.history-txt-outer {
  box-sizing: content-box;
  display: flex;
  flex-direction: row-reverse;
  height: 590px;
  padding-top: 80px;
  /* margin: 0 auto; */
  padding-bottom: 60px;
  gap: 30px;
  color: #000;
}
.history-inner-1 {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.section.product,
.section.oem,
.section.company {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}

/* product section */
.product {
  padding: 80px 0 100px;
  color: #fff;
}
.product-inner {
  width: 1100px;
  margin: 0 auto;
}
.product-header {
  text-align: center;
  margin-bottom: 100px;
}
.product__title {
  font-size: 36px;
  margin: 0;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.product__subtitle {
  display: block;
  font-size: 20px;
  letter-spacing: 0.2em;
  margin-top: 5px;
  font-weight: bold;
}
/* 既存の .product-list に追記 */
.product-list {
  display: flex;
  flex-wrap: wrap; /* 3つごとに折り返す設定 */
  justify-content: space-between;
  align-items: flex-start;
  gap: 80px 40px; /* 縦の隙間を少し広めに設定 */
  margin-bottom: 90px;
}

/* 既存の .product-item の幅を調整（念のため） */
.product-item {
  width: calc((100% - 240px) / 3); /* 隙間40px×2を引いた3等分 */
  text-align: center;
}
.product-item__img {
  margin-bottom: 30px;
  height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.product-item__img img {
  max-height: 100%;
  width: auto;
}
.product-item__name {
  font-size: 28px;
  margin: 0 0 10px;
  letter-spacing: 0.05em;
}
.product-item__type {
  font-size: 20px;
  margin-bottom: 35px;
  font-weight: 500;
  margin-top: 0;
}
.product-item__desc {
  font-size: 18px;
  line-height: 1.8;
  text-align: left; /* 説明文は読みやすさのため左寄せ */
  letter-spacing: 0.05em;
  margin-top: 0;
}
/* ボタンのスタイル追加 */
.product-btn-outer {
  text-align: center;
}
.product-btn {
  display: inline-block;
  background-color: #EA8545; /* 画像のボタン色に近いオレンジ */
  color: #fff;
  text-decoration: none;
  padding: 10px 60px 12px;
  border-radius: 15px; /* 角丸 */
  font-size: 16px;
  transition: opacity 0.3s;
  font-weight: bold;
  min-width: 150px;
}
.product-btn:hover {
  opacity: 0.8;
}

/* oem section */
.section.oem {
  background: #FDE6CE;
  padding: 80px 0 100px;
}
.oem-inner {
  width: 960px;
  margin: 0 auto;
}
.oem-header {
  text-align: center;
  margin-bottom: 50px;
  color: #333;
}
.oem__title {
  font-size: 32px;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.oem__subtitle {
  display: block;
  font-size: 18px;
  letter-spacing: 0.2em;
  margin-top: 5px;
  text-transform: lowercase;
  font-weight: bold;
}
.oem-content {
  display: flex;
  justify-content: center;
  align-items: center;
  /* gap: 40px; */
  width: 100%;
  justify-content: space-between;
}
.oem-img {
  width: 420px;
}
.oem-img img {
  width: 100%;
  display: block;
}
.oem-text-outer {
  writing-mode: horizontal-tb;
  text-orientation: initial;
  /* max-width: 460px; */
  color: #333;
  flex: 1;
  padding-left: 50px;
}
.oem-text-outer p {
  margin: 0 0 1.2em;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: bold;
}
.oem-text-outer p:last-child {
  margin-bottom: 0;
}
.oem-btn-outer {
  text-align: center;
  margin-top: 60px;
}
.oem-btn {
  display: inline-block;
  background-color: #EA8545;
  color: #fff;
  text-decoration: none;
  padding: 10px 60px 12px;
  border-radius: 15px;
  font-size: 16px;
  transition: opacity 0.3s;
  font-weight: bold;
  min-width: 150px;
}
.oem-btn:hover {
  opacity: 0.8;
}

/* company section */
.section.company {
  /*background: #d85f47;*/
  padding: 80px 0 0;
  color: #fff;
  overflow: hidden; /* ロゴのはみ出し防止 */
}
.company-inner {
  width: 960px;
  margin: 0 auto;
}
.company-header {
  text-align: center;
  margin-bottom: 60px;
}
.company__title {
  font-size: 36px;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.company__subtitle {
  display: block;
  font-size: 19px;
  letter-spacing: 0.2em;
  margin-top: 15px;
  font-weight: bold;
}
.company-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
.company-img {
  width: 420px;
  flex-shrink: 0;
}
.company-img img {
  width: 100%;
  display: block;
}
.company-info-outer {
  position: relative;
  flex: 1;
}
/* 背景の透かしロゴ */
.company-info-outer::after {
  content: "";
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: 420px;
  height: 420px;
  background: url("../images/bk-logo.png") center/contain no-repeat;
  opacity: 0.15; /* 透かしの濃さ */
  pointer-events: none;
}
.company-info {
  position: relative;
  z-index: 1;
}
.company-info dl {
  margin: 0;
  font-size: 17px;
  line-height: 2em;
  letter-spacing: 0.05em;
}
.company-info dt {
  float: left;
  width: 5em; /* 項目名の幅を揃える */
  clear: both;
  font-weight: normal;
}
.company-info dd {
  margin-left: 5em;
}
