@import url("https://fonts.googleapis.com/css2?family=Zen+Antique&family=Zen+Kaku+Gothic+New:wght@400;500&display=swap");

a:hover {
  text-decoration: none;
  color: inherit;
}

.row {
  row-gap: 2rem;
}

@media (min-width: 992px) {
  .row {
    row-gap: 0;
  }
}

:root {
  --top-sec-font-title: "Zen Antique", serif;
  --top-sec-font-text: "Zen Kaku Gothic New", sans-serif;
  --top-sec-gold: #be9768;
  --top-sec-dark: #5d482e;
  --top-sec-light-bg: #fbf8f0;
  --top-sec-text: #000;
  --top-bg-repeat-light: url("../images/20260421235134911062.png") center top /
    100% auto repeat-y;
  --top-bg-repeat-dark: url("../images/20260421235134133608.png") center top /
    100% auto repeat-y;
  --top-bg-repeat-yellow: url("../images/20260421235134434765.png") center top /
    100% auto repeat-y;
}

/* top-concept / top-food */
.top-concept img,
.top-food img {
  display: block;
  width: 100%;
  height: auto;
}

.top-concept-light {
  position: relative;
  padding: 5rem 0 5rem;
  background: var(--top-bg-repeat-light), #fbf8f0;
}

.top-concept-light::before {
  content: "";
  position: absolute;
  top: 32%;
  right: 0;
  width: 25rem;
  height: 37rem;
  background: url("../images/20260421235134556007.png") right top / contain
    no-repeat;
  pointer-events: none;
  /* mix-blend-mode: multiply; */
  pointer-events: none;
}

@media (min-width: 992px) {
  .top-concept-light {
    padding: 7rem 0 4rem;
  }

  .top-concept-light::before {
    top: 0;
    right: 0;
    width: 74rem;
    height: 74rem;
    max-width: 77%;
  }
}

.top-food-dark {
  position: relative;
  padding: 8rem 0 5rem;
  background: var(--top-bg-repeat-dark), #333;
  overflow: hidden;
}

.top-food-dark::before {
  content: "";
  position: absolute;
  top: 18%;
  left: -5%;
  width: 110%;
  height: 110%;
  background: url("../images/20260421211027714803.svg") left top / contain
    no-repeat;
  pointer-events: none;
  mix-blend-mode: color-dodge;
  pointer-events: none;
}

@media (min-width: 992px) {
  .top-food-dark {
    padding: 12rem 0 7rem;
  }

  .top-food-dark::before {
    top: 33rem;
    left: 0rem;
    width: 56rem;
    height: 56rem;
    max-width: 60%;
  }
}

.top-concept-row {
  align-items: center;
}

.top-concept-row-reverse {
  flex-direction: row;
}

.top-concept-ashirai-image {
  width: 120% !important;
  left: -20%;
  position: relative;
}

@media (min-width: 992px) {
  .top-concept-main-image {
    padding-left: 2rem;
  }
}

.top-section-block {
  width: 100%;
  max-width: 24rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-section-title-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  min-width: 0;
}

.top-section-title {
  margin: 0 0 2rem;
  color: #000;
  font-family: var(--top-sec-font-title);
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  word-break: keep-all;
}

.top-section-title-light {
  color: #fff;
}

.top-section-text {
  margin: 0 0 2rem;
  color: var(--top-sec-text);
  font-family: var(--top-sec-font-text);
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
}

.top-section-text-light {
  color: rgba(255, 255, 255, 0.92);
}

.top-circle-link {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background-color: var(--top-sec-gold);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
}

.top-circle-link:hover {
  color: #fff;
}

.top-circle-link-light {
  background: #fff;
  color: #000;
}

.top-circle-link-light:hover {
  color: #000;
}

.top-circle-link p {
  margin: 0;
  font-family: var(--top-sec-font-title);
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}

.top-circle-link-arrow {
  width: 1rem !important;
}

.top-concept-subimages {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3rem;
  margin-bottom: -8rem;
  position: relative;
  z-index: 2;
}

.top-concept-subimage-wide {
  width: 72%;
}

.top-menu-pickup {
  padding-top: 5rem;
}

.top-menu-pickup-title {
  margin: 4rem 0 3rem;
  color: #fff;
  font-family: var(--top-sec-font-title);
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}

.top-menu-pickup-cards {
  margin-bottom: 2.5rem;
}

.top-menu-pickup-card {
  color: #fff;
  position: relative;
  font-family: var(--top-sec-font-text);
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .top-menu-pickup-card {
    margin-bottom: 0;
  }
}

.top-menu-pickup-card-tag {
  margin: 0 0 0.75rem;
  display: inline-block;
  padding: 0.5rem 0.5rem 0.75rem;
  background: #c7020b;
  color: #fff;
  font-family: var(--top-sec-font-title);
  font-size: 1rem;
  line-height: 1.2;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  border-top: solid 2px var(--top-sec-gold);
  position: absolute;
  top: -1rem;
  left: 1rem;
}

.top-menu-pickup-card-tag p {
  padding: 0;
  margin: 0;
  line-height: 1;
}

.top-menu-pickup-card-image {
  margin-bottom: 1rem;
}

.top-menu-pickup-card-text {
  margin: 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.top-menu-list {
  color: #fff;
  font-family: var(--top-sec-font-text);
}

.top-menu-list-row {
  margin-bottom: 1rem;
}

.top-menu-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.top-menu-list-name,
.top-menu-list-price,
.top-menu-more p {
  margin: 0;
}

.top-menu-list-name,
.top-menu-list-price {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.top-menu-list-price p{
  word-break: keep-all;
}

.top-menu-more {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 0.5rem;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-left: auto;
  color: #fff;
  text-decoration: none;
  font-family: var(--top-sec-font-text);
}

.top-menu-more p {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.4;
}

.top-menu-more p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 260ms ease-out;
}

.top-menu-more-arrow {
  display: block;
  width: 0.875rem !important;
  height: auto;
  transition: transform 220ms ease-out;
}

.top-menu-more:hover p::after {
  transform: scaleX(1);
}

.top-menu-more:hover .top-menu-more-arrow {
  transform: translateX(0.15rem);
}

.top-sake-intro img,
.top-sake-lineup img,
.top-space img {
  display: block;
  width: 100%;
  height: auto;
}

.top-sake-intro {
  min-height: 48rem;
  padding: 0;
  background: url("../images/20260422225522973849.jpg") center center / cover
    no-repeat;
}

.top-sake-intro-panel {
  max-width: 90%;
  min-height: 48rem;
  margin: 0 auto;
  padding: 4rem 2.5rem 3rem;
  background: rgba(255, 255, 255, 0.72);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .top-sake-intro-panel {
    max-width: 25rem;
  }
}

.top-sake-intro-title {
  margin-bottom: 2rem;
}

.top-sake-intro-text {
  color: #000;
}

.top-sake-lineup {
  position: relative;
  padding: 5rem 0;
  background: var(--top-bg-repeat-light), #fbf8f0;
}

@media (min-width: 992px) {
  .top-sake-lineup {
    padding: 7rem 0;
  }
}

.top-sake-lineup::before {
  content: "";
  position: absolute;
  left: 0;
  top: 60%;
  width: 24rem;
  height: 37rem;
  max-width: 100%;
  background: url("../images/20260421235134494290.png") left bottom / contain
    no-repeat;
  pointer-events: none;
  /* mix-blend-mode: multiply; */
  pointer-events: none;
}

@media (min-width: 992px) {
  .top-sake-lineup::before {
    width: 74rem;
    height: 74rem;
    max-width: 60%;
  }
}

.top-sake-lineup-bottles {
  margin-bottom: 4rem;
}

.top-sake-bottle-card {
  position: relative;
  padding-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-sake-bottle-label {
  margin: 0;
  padding: 0.5rem;
  background: var(--top-sec-gold);
  color: #fff;
  font-size: 1rem;
  line-height: 1.2;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  border-top: solid 2px var(--top-sec-dark);
}

.top-sake-bottle-label p {
  padding: 0;
  margin: 0;
  line-height: 1;
}

.top-sake-bottle-image {
  height: 33rem !important;
  width: auto !important;
  margin: 0 0 0 2.5rem;
}

.top-sake-guide {
  padding-top: 3rem;
}

/* .top-sake-guide-row {
  align-items: end;
} */

.top-sake-guide-title {
  margin: 0 auto 2rem;
  font-family: var(--top-sec-font-title);
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.top-sake-guide-title-img {
  max-width: 62%;
  margin: auto;
}

.top-sake-row-r {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

@media (min-width: 992px) {
  .top-sake-guide-images {
    margin-bottom: 2rem;
  }

  .top-sake-guide-title-img {
    max-width: 80%;
  }

  .top-sake-row-r {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
}

.top-sake-guide-text {
  margin: 0 0 2rem;
  color: #000;
  font-family: var(--top-sec-font-text);
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.04em;
}

.top-space {
  position: relative;
  padding: 5rem 0;
  background: var(--top-bg-repeat-yellow), #f1e5b3;
  overflow: hidden;
}

.top-space::before {
  content: "";
  position: absolute;
  top: 39%;
  right: 0;
  width: 18rem;
  height: 25rem;
  background: url("../images/20260422225743337057.png") center / contain
    no-repeat;
  mix-blend-mode: multiply;
  pointer-events: none;
}

@media (min-width: 992px) {
  .top-space {
    padding: 7rem 0;
  }
  .top-space::before {
    content: "";
    position: absolute;
    top: 4rem;
    right: 0;
    width: 30rem;
    height: 31rem;
    max-width: 60%;
    background: url("../images/20260422225743337057.png") center / contain
      no-repeat;
    mix-blend-mode: multiply;
    pointer-events: none;
  }
}

.top-space-row {
  align-items: start;
}

.top-space-main-images {
  display: grid;
  gap: 1.5rem;
}

.top-space-main-image {
  display: block;
  aspect-ratio: 9 / 10;
  object-fit: cover;
}

.top-space-main-image:first-child {
  width: 65%;
  margin-left: auto;
}

.top-space-main-image:last-child {
  width: 65%;
  margin-top: 1.5rem;
  margin-right: auto;
}

@media (min-width: 992px) {
  .top-space-main-image:first-child,
  .top-space-main-image:last-child {
    width: 100%;
    margin: 0;
  }

  .top-space-main-image {
    aspect-ratio: auto;
    object-fit: contain;
  }
}

.top-space-block {
  max-width: 22rem;
  padding-top: 2rem;
}

.top-space-title {
  margin-bottom: 2rem;
}

.top-space-text {
  color: #000;
}

/* top news */
.top-news {
  background-color: #fff;
  position: relative;
  padding: 5rem 0;
}

.top-news .row {
  flex-wrap: nowrap;
}

.top-news .row > .col-1 {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.top-news .row > .col-11 {
  flex: 1 1 0;
  width: auto;
  max-width: none;
  min-width: 0;
}

@media (min-width: 992px) {
  .top-news {
    padding: 7rem 0;
  }
}

.top-news-heading,
.top-news-label p,
#archiveNews p,
#archiveNews span {
  margin: 0;
}

.top-news-header {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.5rem;
  padding-top: 2rem;
}

.top-news-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #000;
}

.top-news-heading {
  color: #000;
  font-family: var(--top-sec-font-title);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.top-news-label {
  padding-top: 0.4rem;
}

.top-news-label p {
  color: #000;
  font-family: var(--top-sec-font-text);
  font-size: 1rem;
  line-height: 1;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

#archiveNews {
  position: relative;
  padding: 2rem 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

#archiveNews .webgene-item + .webgene-item {
  margin-top: 2rem;
}

#archiveNews .webgene-item-info {
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin-bottom: 0.5rem;
}

#archiveNews .webgene-item-info p {
  color: #000;
  font-family: var(--top-sec-font-text);
  font-size: 1rem;
  line-height: 1.8;
}

#archiveNews .webgene-item {
  display: block;
}

#archiveNews .d-flex {
  display: flex;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 0;
  margin-top: 0.5rem;
}

#archiveNews .blogItemCategory {
  min-width: 5.5rem;
  padding: 0.5rem 1rem;
  background: var(--top-sec-gold);
  color: #fff;
  font-family: var(--top-sec-font-text);
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  display: block;
}

#archiveNews a {
  color: #000;
  text-decoration: none;
}

#archiveNews .blogItemTitle {
  display: inline-block;
  color: #000;
  font-family: var(--top-sec-font-text);
  font-size: 1rem;
}

#archiveNews .blogItemTitle:hover {
  opacity: 0.8;
}

.top-news .top-menu-more {
  color: #000;
}

@media (min-width: 992px) {
  #archiveNews .webgene-item-info {
    width: 7.5rem;
    margin: 0 1rem 0 0;
  }

  #archiveNews .webgene-item {
    display: flex;
  }

  #archiveNews .d-flex {
    flex-direction: row !important;
    align-items: center !important;
    margin: 0;
    gap: 1.5rem;
  }
}

/* アニメーション */
.top-circle-link {
  transition:
    transform 380ms ease-out,
    box-shadow 380ms ease-out,
    background-color 380ms ease-out;
}

.top-circle-link:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}

.top-circle-link-arrow {
  transition: transform 220ms ease-out;
}

.top-circle-link:hover .top-circle-link-arrow {
  transform: translateX(3px);
}
