@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;
}

: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: 7rem 0 4rem;
  background: var(--top-bg-repeat-light), #fbf8f0;
}

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

.top-food-dark {
  position: relative;
  padding: 12rem 0 7rem;
  background: var(--top-bg-repeat-dark), #333;
}

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

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

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

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

.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 {
  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;
}

.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);
}

.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-more {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: flex-end;
  margin-top: 2rem;
  color: #fff;
  text-decoration: none;
  font-family: var(--top-sec-font-text);
}

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

.top-menu-more-arrow {
  display: block;
  width: 0.875rem !important;
  height: auto;
}

.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 {
  width: 25rem;
  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;
}

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

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

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

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

.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 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-images {
  margin-bottom: 2rem;
}

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

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

.top-space::before {
  content: "";
  position: absolute;
  top: 4rem;
  right: 0;
  width: 30rem;
  height: 31rem;
  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-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: 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: 1.4rem;
}

#archiveNews .webgene-item-info {
  display: inline-block;
  width: 7.5rem;
  vertical-align: top;
}

#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: flex;
}

#archiveNews .d-flex {
  display: flex;
  align-items: center !important;
  gap: 1.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;
}

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

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

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

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

/* アニメーション */
.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);
}
