:root {
  --navy: #02162e;
  --gold: #c89b3c;
  --ivory: #f7f4ed;
  --white: #ffffff;
  --text: #4b4b4b;
  --line: rgba(2, 22, 46, 0.18);
}

/* ==================================================
   共通
================================================== */

.fishsales-container {
  width: min(1400px, calc(100% - 80px));
  margin: 0 auto;
}

.fishsales-section-heading {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

.fishsales-number {
  flex-shrink: 0;
  color: var(--gold);
  font-family: "Shippori Mincho", serif;
  font-size: clamp(58px, 6vw, 88px);
  font-weight: 500;
  line-height: 1;
}

.fishsales-section-en {
  width: fit-content;
  margin: 4px 0 18px;
  padding-bottom: 8px;
  color: var(--gold);
  border-bottom: 2px solid var(--gold);
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.fishsales-section-heading h2 {
  margin: 0;
  color: var(--navy);
  font-family: "Shippori Mincho", serif;
  font-size: clamp(28px, 2.5vw, 38px);
  font-weight: 700;
  line-height: 1.5;
}


/* ==================================================
   HERO
================================================== */

.fishsales-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 580px;
  overflow: hidden;
  background-image:
    linear-gradient(
      90deg,
      rgba(247, 244, 237, 0.96) 0%,
      rgba(247, 244, 237, 0.83) 28%,
      rgba(247, 244, 237, 0.08) 60%
    ),
    url("../images/fish-sales-hero.jpg");
  background-repeat: no-repeat;
  background-position: 35% center;
  background-size: cover;
}

.fishsales-hero__content {
  position: relative;
  z-index: 1;
  width: min(1400px, calc(100% - 80px));
  margin: 0 auto;
  color: var(--navy);
}

.fishsales-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.18em;
}

.fishsales-text {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.25em;
}

.fishsales-hero p,
.fishsales-hero h2 {
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 700;
  line-height: 1.6;
}


/* ==================================================
   01 ABOUT
================================================== */

.fishsales-about {
  padding: 90px 0;
  background: var(--ivory);
}

.fishsales-about__content {
  display: grid;
  grid-template-columns: minmax(0, 42%) minmax(0, 58%);
  gap: 70px;
  margin-top: 45px;
}

.fishsales-about__description {
  min-width: 0;
}

.fishsales-about__description p {
  margin: 0 0 18px;
  color: var(--navy);
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.03em;
}

.fishsales-about__description p:last-child {
  margin-bottom: 0;
}

.fishsales-feature-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fishsales-feature {
  min-width: 0;
  padding: 0 30px;
  border-left: 1px solid rgba(2, 22, 46, 0.22);
  text-align: center;
}

.fishsales-feature:first-child {
  border-left: 0;
}

.fishsales-feature__icon {
  display: block;
  width: 62px;
  height: 62px;
  margin: 0 auto 18px;
  object-fit: contain;
}

.fishsales-feature h3 {
  margin: 0 0 14px;
  color: var(--navy);
  font-family: "Shippori Mincho", serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
}

.fishsales-feature p {
  margin: 0;
  color: var(--navy);
  font-size: 14px;
  line-height: 1.8;
}


/* ==================================================
   02 LINEUP
================================================== */

.fishsales-lineup {
  padding: 90px 0 110px;
  background: var(--ivory);
}

.fishsales-lineup .fishsales-container {
  padding-top: 65px;
  border-top: 1px solid rgba(2, 22, 46, 0.24);
}

.fishsales-lineup__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 45px;
}


/* ==================================================
   商品一覧
================================================== */

.fishsales-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 25px;
}

.fishsales-product-card {
  min-width: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(2, 22, 46, 0.14);
  box-shadow: 0 8px 22px rgba(2, 22, 46, 0.05);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.fishsales-product-card:hover {
  
  box-shadow: 0 16px 32px rgba(2, 22, 46, 0.12);
}

.fishsales-product-card__image,
.movie-wrap {
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: #000000;
}

.fishsales-product-card__image img,
.movie-wrap video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.movie-wrap video {
  object-position: center 30%;
}

.fishsales-product-card__body {
  min-height: 88px;
  padding: 24px 22px 20px;
}

.fishsales-product-card h3 {
  margin: 0;
  color: var(--navy);
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}


/* HTMLには現在ありませんが、後から追加した場合に使える設定 */

.fishsales-product-card__description {
  min-height: 60px;
  margin: 0 0 18px;
  color: var(--navy);
  font-size: 13px;
  line-height: 1.8;
}

.fishsales-product-card__unit {
  margin: 0 0 4px;
  color: var(--gold);
  font-size: 13px;
}

.fishsales-product-card__price {
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin: 0 0 20px;
  color: var(--gold);
}

.fishsales-product-card__price strong {
  font-family: "Shippori Mincho", serif;
  font-size: 36px;
  font-weight: 600;
}

.fishsales-product-card__price span {
  font-size: 12px;
}

.fishsales-product-card__button,
.fishsales-list-button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--navy);
  font-weight: 600;
  text-decoration: none;
  transition:
    background-color 0.3s ease,
    transform 0.3s ease;
}

.fishsales-product-card__button {
  min-height: 45px;
  gap: 15px;
  font-size: 13px;
}

.fishsales-list-button {
  min-width: 230px;
  min-height: 58px;
  gap: 45px;
  padding: 12px 25px;
  font-size: 14px;
  letter-spacing: 0.06em;
}

.fishsales-list-button span {
  font-size: 25px;
  line-height: 1;
}

.fishsales-product-card__button:hover,
.fishsales-list-button:hover {
  background: var(--gold);
}

.fishsales-list-button:hover {
  transform: translateY(-3px);
}

.fishsales-lineup__note {
  margin: 30px 0 0;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.8;
  
}


/* ==================================================
   タブレット：1024px以下
================================================== */

@media screen and (max-width: 1024px) {

  .fishsales-container,
  .fishsales-hero__content {
    width: min(100% - 56px, 960px);
  }

  .fishsales-hero {
    min-height: 520px;
    background-position: 40% center;
  }

  .fishsales-about,
  .fishsales-lineup {
    padding-top: 80px;
    padding-bottom: 90px;
  }

  .fishsales-about__content {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .fishsales-feature-list {
    width: min(760px, 100%);
  }

  .fishsales-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .fishsales-product-card__image,
  .movie-wrap {
    height: 270px;
  }

  .fishsales-lineup__note {
    font-size: 16px;
  }
}


/* ==================================================
   スマートフォン：768px以下
================================================== */

@media screen and (max-width: 768px) {

  .fishsales-container,
  .fishsales-hero__content {
    width: min(100% - 40px, 700px);
  }

  .fishsales-hero {
    min-height: 500px;
    background-image:
      linear-gradient(
        rgba(247, 244, 237, 0.8),
        rgba(247, 244, 237, 0.8)
      ),
      url("../images/fish-sales-hero.jpg");
    background-position: 62% center;
  }

  .fishsales-hero h1 {
    font-size: 40px;
    letter-spacing: 0.12em;
  }

  .fishsales-hero p,
  .fishsales-hero h2 {
    font-size: 23px;
  }

  .fishsales-about,
  .fishsales-lineup {
    padding: 68px 0 75px;
  }

  .fishsales-section-heading {
    gap: 18px;
  }

  .fishsales-number {
    font-size: 52px;
  }

  .fishsales-section-en {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .fishsales-about__content {
    margin-top: 36px;
  }

  .fishsales-about__description p {
    font-size: 15px;
  }

  .fishsales-about__description br {
    display: none;
  }

  .fishsales-feature-list {
    grid-template-columns: 1fr;
  }

  .fishsales-feature {
    padding: 28px 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .fishsales-feature:first-child {
    border-top: 0;
  }

  .fishsales-lineup .fishsales-container {
    padding-top: 52px;
  }

  .fishsales-lineup__heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
    margin-bottom: 36px;
  }

  .fishsales-list-button {
    width: 100%;
  }

  .fishsales-product-grid {
    grid-template-columns: 1fr;
    width: min(560px, 100%);
    margin: 0 auto;
  }

  .fishsales-product-card:hover {
    transform: none;
  }

  .fishsales-product-card__image,
  .movie-wrap {
    height: 320px;
  }

  .fishsales-lineup__note {
    width: min(560px, 100%);
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
  }
}


/* ==================================================
   小さいスマートフォン：480px以下
================================================== */

@media screen and (max-width: 480px) {

  .fishsales-container,
  .fishsales-hero__content {
    width: calc(100% - 32px);
  }

  .fishsales-hero {
    min-height: 350px;
    background-position: 66% center;
  }

  .fishsales-hero h1 {
    font-size: 32px;
    letter-spacing: 0.09em;
  }

  .fishsales-text {
    display: block;
  }

  .fishsales-hero p,
  .fishsales-hero h2 {
    font-size: 21px;
    line-height: 1.55;
  }

  .fishsales-about,
  .fishsales-lineup {
    padding: 58px 0 64px;
  }

  .fishsales-section-heading {
    gap: 13px;
  }

  .fishsales-number {
    font-size: 42px;
  }

  .fishsales-section-en {
    margin-top: 1px;
    margin-bottom: 9px;
    font-size: 12px;
  }

  .fishsales-section-heading h2 {
    font-size: 25px;
  }

  .fishsales-about__content {
    gap: 34px;
    margin-top: 30px;
  }

  .fishsales-about__description p {
    font-size: 14px;
    line-height: 1.9;
  }

  .fishsales-feature {
    padding: 24px 0;
  }

  .fishsales-feature__icon {
    width: 55px;
    height: 55px;
  }

  .fishsales-feature h3 {
    font-size: 18px;
  }

  .fishsales-feature p {
    font-size: 13px;
  }

  .fishsales-lineup .fishsales-container {
    padding-top: 45px;
  }

  .fishsales-product-grid {
    gap: 18px;
  }

  .fishsales-product-card__image,
  .movie-wrap {
    height: 260px;
  }

  .fishsales-product-card__body {
    min-height: 78px;
    padding: 20px 18px 18px;
  }

  .fishsales-product-card h3 {
    font-size: 17px;
  }

  .fishsales-lineup__note {
    font-size: 12px;
    line-height: 1.75;
  }
}


/* ==================================================
   小さいスマートフォン：390px以下
================================================== */
@media screen and (max-width: 390px) {



  .fishsales-about__description p {
    font-size: 12px;
  }
}

/* ==================================================
   さらに小さいスマートフォン：360px以下
================================================== */

@media screen and (max-width: 360px) {

  .fishsales-container,
  .fishsales-hero__content {
    width: calc(100% - 26px);
  }

  .fishsales-hero {
    min-height: 400px;
  }

  .fishsales-hero h1 {
    font-size: 28px;
  }

  .fishsales-hero p,
  .fishsales-hero h2 {
    font-size: 18px;
  }

  .fishsales-number {
    font-size: 37px;
  }

  .fishsales-section-heading h2 {
    font-size: 22px;
  }

  .fishsales-about__description p {
    font-size: 13px;
  }

  .fishsales-product-card__image,
  .movie-wrap {
    height: 225px;
  }

  .fishsales-product-card__body {
    padding-right: 15px;
    padding-left: 15px;
  }
}

