@charset "UTF-8";

:root {
  --color-main: #922756;
  --color-main-dark: #8c1c25;
  --color-bg: #efede8;
  --color-panel: rgba(243, 223, 232, 0.43);
  --color-line: rgba(201, 168, 108, 0.3);
  --color-text: #0d0c0b;
  --container: 1230px;
}

main {
  box-sizing: border-box;
} */

/* html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--color-text);
  background: #fff;
  line-height:1.7;
} */

main a {
  color: inherit;
  text-decoration: none;
}


main#osechi-page{
  line-height: 1.7 !important;
  padding: 0;
}

main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.container {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
}

.image-box {
  background-color: #f2f2f2;
  overflow: hidden;
}

.intro-section {
  padding: 75px 15px;
  background: #fff;
}

.intro-section__inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 64px;
}

.intro-section__content {
  width: 640px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}

.section-title {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.section-title--left {
  align-items: flex-start;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-main);
}

.section-title--center {
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--color-main);
}

.section-title__eyebrow {
  margin-bottom: 0;
  color: var(--color-main);
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.section-title__main {
  margin-bottom: 0 !important;
  color: var(--color-main);
  font-size: 36px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.02em;
}

.intro-section__text {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 2.28;
  letter-spacing: 0.025em;
}

.primary-link {
  /* min-width: 343px; */
  padding: 16px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #fff;
  background: var(--color-main);
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  transition: opacity .25s ease;
  text-decoration: none;
}

.primary-link:hover,
.contact-button:hover {
  opacity: .8;
}

.primary-link__arrow {
  flex: 0 0 auto;
}

.intro-section__image {
  width: 485px;
  aspect-ratio: 485 / 389;
}

.product-section {
  padding: 75px 15px;
  background: var(--color-bg);
}

.product-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.product-card {
  padding: 20px;
  display: flex;
  align-items: stretch;
  gap: 20px;
  background: #fff;
}

.product-card__image,
.product-card__content {
  width: calc(50% - 10px);
}

.product-card__image {
  aspect-ratio: 585 / 335;
}

.product-card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-card__main {
  min-height: 210px;
  padding: 30px 30px 31px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 1px solid var(--color-line);
  gap: 20px;
}

.product-card__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.product-name {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.product-name__kana {
  font-size: 15px;
  line-height: 1;
  letter-spacing: .05em;
}

.product-name__kanji {
  margin-bottom: 0;
  color: var(--color-main);
  font-size: 48px;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: .05em;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.product-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}

.product-price__meta,
.product-price__amount,
.product-price__label {
  margin-bottom: 0;
}

.product-price__meta {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: .05em;
}

.product-price__amount {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--color-main);
}

.product-price__amount span {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: .05em;
}

.product-price__amount small {
  font-size: 19px;
  line-height: 1;
}

.product-price__label {
  padding: 8px 13px;
  border: 1px solid var(--color-main-dark);
  color: #952521;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .05em;
}

.product-card__expiry {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .06em;
}

.menu-link {
  min-height: 35px;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 17px;
  letter-spacing: .05em;
  transition: background-color .25s ease;
  text-decoration: none;
}

.menu-link:hover {
  background: #faf7f8;
}

.menu-link__plus {
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--color-main);
  line-height: 1;
}

.contact-section {
  padding: 75px 15px;
  background: #fff;
}

.contact-section__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.contact-lead {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  text-align: center;
}

.contact-lead p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 2.28;
  letter-spacing: .05em;
}

.contact-button {
  width: 100%;
  max-width: 690px;
  min-height: 50px;
  padding: 16px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #fff;
  background: var(--color-main);
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .04em;
  transition: opacity .25s ease;
  text-decoration: none;
}

.info-panel {
  width: calc(100% - 40px);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
  background: var(--color-panel);
  border-radius: 4px;
}

.info-panel__title {
  margin-bottom: 0;
  color: var(--color-main);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: .04em;
  text-align: center;
}

.info-panel__row,
.info-pair,
.area-box {
  display: flex;
  align-items: stretch;
}

.info-panel__row {
  gap: 20px;
}

.info-box {
  width: calc(50% - 10px);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #fff;
  border-radius: 4px;
}

.info-box--full {
  width: calc(100% - 40px);
  height: -webkit-fill-available;
}

.info-box__title {
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-main);
  color: var(--color-main);
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: .04em;
}

.info-box__body {
  display: flex;
  flex-direction: column;
  gap: 0;
  font-size: 14px;
  line-height: 2.28;
  letter-spacing: .05em;
}

.info-box__body p {
  margin-bottom: 0;
  line-height: 1.7;
}

.info-box__body strong,
.notice-list strong {
  color: var(--color-main);
}

.notice-list li{
  line-height: 1.7;	
}

.area-box {
  padding: 20px;
  justify-content: center;
  gap: 50px;
  background: #fff;
  border-radius: 4px;
}

.area-box__column {
  width: calc(50% - 25px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.area-block {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.area-block h4,
.area-block p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 2.28;
  letter-spacing: .05em;
}

.area-block h4 {
  color: var(--color-main);
  font-weight: 400;
}

.info-pair {
  gap: 30px;
}

.info-panel--half {
  width: calc(50% - 15px);
}

.notice-list {
  margin-bottom: 0;
  padding-left: 22px;
  font-size: 14px;
  line-height: 2.28;
  letter-spacing: .05em;
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style: auto;
}

.notes {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-top: 1px solid var(--color-main);
}

.notes p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: .05em;
}

.menu-modal {
  width: min(720px, calc(100vw - 40px));
  background: #fff;
}

.menu-modal__inner {
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.menu-modal__kana,
.menu-modal h2,
.menu-modal p {
  margin-bottom: 0;
}

.menu-modal__kana {
  font-size: 14px;
}

.menu-modal h2 {
  color: var(--color-main);
  font-size: 20px;
  font-weight: 400;
}

.menu-modal p {
  font-size: 14px;
  line-height: 2;
}

.menu-group__list {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 15px 20px;
  list-style: none;
  margin: 30px 0px;
}

.menu-group__list li {
  max-width: 100%;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: .05em;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
}

@media screen and (max-width: 1024px) {
  .intro-section__inner {
    gap: 40px;
  }

  .intro-section__content,
  .intro-section__image {
    width: calc(50% - 20px);
  }

  .product-card__main {
    min-height: auto;
  }

  .product-card__heading {
    align-items: flex-start;
  }

  .product-price__amount span {
    font-size: 30px;
  }

  .area-box {
    gap: 30px;
  }

  .area-box__column {
    width: calc(50% - 15px);
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .intro-section,
  .product-section,
  .contact-section {
    padding: 50px 0;
  }

  .intro-section__inner,
  .product-card,
  .product-card--reverse,
  .info-panel__row,
  .info-pair,
  .area-box {
    flex-direction: column;
  }

  .intro-section__content,
  .intro-section__image,
  .product-card__image,
  .product-card__content,
  .info-box,
  .info-panel--half,
  .area-box__column {
    width: 100%;
  }

  .intro-section__content {
    gap: 24px;
  }

  .intro-section__image {
    aspect-ratio: 485 / 389;
  }

  .section-title__eyebrow {
    font-size: 16px;
  }

  .section-title__main {
    font-size: 28px;
  }

  .intro-section__text {
    font-size: 13px;
    line-height: 2;
  }

  .primary-link {
    min-width: 0;
    width: calc(100% - 44px);
    padding: 16px 22px;
  }

  .product-card {
    padding: 12px;
    gap: 0;
  }

  .product-card--reverse .product-card__content {
    order: 2;
  }

  .product-card--reverse .product-card__image {
    order: 1;
  }

  .product-card__main {
    padding: 24px 18px;
    gap: 30px;
  }

  .product-card__heading {
    align-items: center;
  }

  .product-name__kanji {
    font-size: 42px;
  }

  .product-price__meta {
    font-size: 13px;
  }

  .product-price__amount span {
    font-size: 28px;
  }

  .product-price__amount small {
    font-size: 16px;
  }

  .product-price__label {
    font-size: 11px;
  }

  .product-card__expiry {
    font-size: 12px;
  }

  .menu-link {
    padding: 18px;
    font-size: 15px;
  }

  .contact-button {
    min-height: 70px;
    padding: 16px 20px;
    font-size: 18px;
    width: calc(100% - 32px);
  }

  .info-panel,
  .area-box {
    padding: 15px;
    width: calc(100% - 30px);
  }

  .info-panel__title {
    font-size: 16px;
  }

  .info-box {
    padding: 16px;
    width: calc(100% - 32px);
  }

  .info-box__title {
    font-size: 15px;
  }

  .info-box__body,
  .area-block h4,
  .area-block p,
  .notice-list {
    font-size: 13px;
    line-height: 2;
  }

  .area-box {
    gap: 24px;
  }

  .notes p {
    font-size: 11px;
    line-height: 1.6;
  }

  .menu-modal__inner {
    padding: 35px 24px;
  }
}