:root {
  --inner-max: 1150;
  --font-family: "Noto Sans JP", sans-serif;
  --color-red: #d11126;
  --color-red-dark: #d01126;
  --color-blue: #0047ab;
  --color-blue-dark: #003f6b;
  --color-yellow: #ffe66d;
  --color-yellow-dark: #f5ce13;
  --color-orange: #f5a623;
}

.p-fishsausage {
  margin-inline: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
  overflow: hidden;
  font-family: var(--font-family);
  line-height: 1.8;
}
@media (max-width: 767px) {
  .p-fishsausage {
    --inner-max: 335;
  }
}
.p-fishsausage img {
  display: block;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-fishsausage a {
  color: inherit;
}
.p-fishsausage a:focus {
  outline: none;
}
.p-fishsausage button:focus {
  outline: none;
}
@media (max-width: 767px) {
  .p-fishsausage .pc-only {
    display: none;
  }
}
.p-fishsausage .sp-only {
  display: none;
}
@media (max-width: 767px) {
  .p-fishsausage .sp-only {
    display: block;
  }
}
.p-fishsausage_container {
  width: 90%;
  max-width: calc(var(--inner-max) * 1px);
  margin-inline: auto;
  container-type: inline-size;
}
@media (max-width: 767px) {
  .p-fishsausage_container {
    max-width: unset;
  }
}
.p-fishsausage_highlight {
  background: linear-gradient(transparent 60%, var(--color-yellow) 60%);
}
.p-fishsausage_highlightRed {
  color: var(--color-red);
  background: linear-gradient(transparent 60%, var(--color-yellow) 60%);
}
.p-fishsausage_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(10 / var(--inner-max) * 100cqi);
  padding: calc(10 / var(--inner-max) * 100cqi);
  border-radius: 999px;
  background: var(--color-red);
  color: #fff;
  font-size: calc(30 / var(--inner-max) * 100cqi);
  font-weight: 700;
  line-height: 1.8;
  text-decoration: none;
  box-shadow: 0 8px 0 rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.3s ease, background 0.3s ease;
  opacity: 1;
  max-width: calc(550 / var(--inner-max) * 100cqi);
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-fishsausage_btn {
    max-width: calc(265 / var(--inner-max) * 100cqi);
    padding: calc(5 / var(--inner-max) * 100cqi);
    font-size: calc(15 / var(--inner-max) * 100cqi);
    gap: calc(5 / var(--inner-max) * 100cqi);
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.15);
  }
}
.p-fishsausage_btn::after {
  content: "";
  width: calc(15 / var(--inner-max) * 100cqi);
  height: calc(15 / var(--inner-max) * 100cqi);
  transform: rotate(45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
@media (max-width: 767px) {
  .p-fishsausage_btn::after {
    width: calc(8 / var(--inner-max) * 100cqi);
    height: calc(8 / var(--inner-max) * 100cqi);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
.p-fishsausage_btn:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
  background: #f8102b;
}
.p-fishsausage_btn.--large {
  gap: calc(14 / var(--inner-max) * 100cqi);
  padding: calc(14 / var(--inner-max) * 100cqi);
  font-size: calc(40 / var(--inner-max) * 100cqi);
  max-width: calc(750 / var(--inner-max) * 100cqi);
  box-shadow: 0 10px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .p-fishsausage_btn.--large {
    gap: calc(8 / var(--inner-max) * 100cqi);
    padding: calc(4 / var(--inner-max) * 100cqi);
    font-size: calc(20 / var(--inner-max) * 100cqi);
    max-width: calc(300 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_btn.--large:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
  background: #105fcd;
}
.p-fishsausage_btn.--large::after {
  width: calc(20 / var(--inner-max) * 100cqi);
  height: calc(20 / var(--inner-max) * 100cqi);
}
@media (max-width: 767px) {
  .p-fishsausage_btn.--large::after {
    width: calc(10 / var(--inner-max) * 100cqi);
    height: calc(10 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_btn.--arrow-down {
  background: var(--color-blue);
}
.p-fishsausage_btn.--arrow-down::after {
  transform: rotate(135deg);
}
.p-fishsausage_btn .label {
  color: #fff;
}
.p-fishsausage_hero {
  position: relative;
  z-index: 3;
}
.p-fishsausage_hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-fishsausage_hero__catch {
  position: absolute;
  width: 50.4861111111cqi;
  top: 1.5277777778cqi;
  left: 0;
  right: 0;
  margin: auto;
}
.p-fishsausage_hero__photo {
  overflow: hidden;
}
.p-fishsausage_hero__message {
  position: absolute;
  width: 46.5277777778cqi;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(35%);
}
@media (max-width: 767px) {
  .p-fishsausage_hero__message {
    transform: translateY(74%);
    width: 96vw;
    right: unset;
  }
}
.p-fishsausage_hero__campaign {
  position: absolute;
  right: 1.6666666667cqi;
  bottom: 0;
  transform: translateY(50%);
  z-index: 3;
  width: 16.1805555556%;
  min-width: 200px;
  transition: filter 0.3s ease;
}
@media (max-width: 767px) {
  .p-fishsausage_hero__campaign {
    width: 80cqi;
    top: 76cqi;
    left: 0;
    right: 0;
    bottom: unset;
    margin: auto;
    transform: translateY(0);
  }
}
.p-fishsausage_hero__campaign:hover {
  filter: brightness(110%);
}
.p-fishsausage_hero__campaign img {
  width: 100%;
  height: auto;
}
.p-fishsausage_intro-bg {
  background: var(--color-red-dark);
  position: relative;
}
.p-fishsausage_intro-bg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-image: url(../img/intro-bg.webp);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .p-fishsausage_intro-bg:before {
    background-image: url(../img/intro-bg-sp.webp);
    background-size: 100% auto;
    background-position: top;
    height: 100%;
    top: 0;
  }
}
.p-fishsausage_intro {
  padding-top: 9.7222222222cqi;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .p-fishsausage_intro {
    padding-top: calc(210 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_intro .p-fishsausage_container {
  position: relative;
}
.p-fishsausage_intro__box {
  max-width: calc(940 / var(--inner-max) * 100cqi);
  padding: calc(90 / var(--inner-max) * 100cqi) calc(24 / var(--inner-max) * 100cqi);
  border-radius: 40px;
  background: #fff;
  text-align: center;
  margin-inline: auto;
  display: grid;
  justify-content: center;
  gap: calc(30 / var(--inner-max) * 100cqi);
  font-size: calc(28 / var(--inner-max) * 100cqi);
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .p-fishsausage_intro__box {
    max-width: calc(295 / var(--inner-max) * 100cqi);
    padding: calc(24 / var(--inner-max) * 100cqi) calc(5 / var(--inner-max) * 100cqi);
    border-radius: 10px;
    font-size: calc(13 / var(--inner-max) * 100cqi);
    gap: calc(10 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_intro__em {
  color: var(--color-red);
  font-size: 1.1428571429em;
}
.p-fishsausage_intro__tokuho {
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: calc(120 / var(--inner-max) * 100cqi) 1fr;
  gap: calc(7 / var(--inner-max) * 100cqi);
  width: calc(600 / var(--inner-max) * 100cqi);
  margin-top: calc(20 / var(--inner-max) * 100cqi);
}
@media (max-width: 767px) {
  .p-fishsausage_intro__tokuho {
    grid-template-columns: calc(54 / var(--inner-max) * 100cqi) 1fr;
    margin-top: calc(10 / var(--inner-max) * 100cqi);
    width: calc(260 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_intro__tokuho-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-fishsausage_intro__tokuho-list {
  list-style: disc;
  text-align: left;
  font-size: calc(15 / var(--inner-max) * 100cqi);
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767px) {
  .p-fishsausage_intro__tokuho-list {
    font-size: calc(12 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_campaignBanner {
  padding-top: calc(60 / var(--inner-max) * 100cqi);
}
@media (max-width: 767px) {
  .p-fishsausage_campaignBanner {
    padding-top: calc(30 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_campaignBanner__title {
  text-align: center;
  max-width: calc(990 / var(--inner-max) * 100cqi);
  width: 90%;
  margin-inline: auto;
  padding-bottom: calc(36 / var(--inner-max) * 100cqi);
}
@media (max-width: 767px) {
  .p-fishsausage_campaignBanner__title {
    padding-bottom: calc(17 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_campaignBanner__title img {
  width: 100%;
  height: auto;
}
.p-fishsausage_story {
  padding-top: 110px;
  padding-bottom: 240px;
  position: relative;
}
@media (max-width: 1440px) {
  .p-fishsausage_story {
    padding-top: 7.6388888889cqi;
    padding-bottom: 16.6666666667cqi;
  }
}
@media (max-width: 767px) {
  .p-fishsausage_story {
    padding-top: calc(40 / var(--inner-max) * 100cqi);
    padding-bottom: calc(60 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_story:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background-image: url(../img/story-bg.webp);
  background-size: 100% 100%;
  background-position: top;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-fishsausage_story:before {
    background-image: url(../img/story-bg-sp.webp);
  }
}
.p-fishsausage_story:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 220px;
  margin-inline: auto;
  background-image: url(../img/story-bg-bottom.webp);
  background-size: 100% 100%;
  background-position: top;
  background-color: #fff;
}
@media (max-width: 1440px) {
  .p-fishsausage_story:after {
    height: 15.2777777778cqi;
  }
}
.p-fishsausage_story__title {
  max-width: calc(606 / var(--inner-max) * 100cqi);
  margin-inline: auto;
  padding-bottom: calc(24 / var(--inner-max) * 100cqi);
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-fishsausage_story__title {
    max-width: calc(240 / var(--inner-max) * 100cqi);
    padding-bottom: calc(15 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_story__lead {
  position: relative;
  z-index: 1;
  display: grid;
  justify-content: center;
  text-align: center;
  gap: calc(20 / var(--inner-max) * 100cqi);
  color: #fff;
  font-size: calc(26 / var(--inner-max) * 100cqi);
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .p-fishsausage_story__lead {
    gap: calc(10 / var(--inner-max) * 100cqi);
    font-size: calc(14 / var(--inner-max) * 100cqi);
    line-height: 1.8;
  }
}
.p-fishsausage_story__lead span {
  color: var(--color-yellow);
  font-size: 1.2307692308em;
}
@media (max-width: 767px) {
  .p-fishsausage_story__lead span {
    font-size: 1.4285714286em;
    line-height: 1.6;
  }
}
.p-fishsausage_video:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(380 / var(--inner-max) * 100cqi);
  aspect-ratio: 1020/560;
  width: calc(1020 / var(--inner-max) * 100cqi);
  margin-inline: auto;
  background-image: url(../img/yt-bg.webp);
  background-size: 100% 100%;
  background-position: top;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .p-fishsausage_video:before {
    display: none;
  }
}
.p-fishsausage_video__title {
  max-width: calc(623 / var(--inner-max) * 100cqi);
  margin-inline: auto;
  margin-bottom: calc(-80 / var(--inner-max) * 100cqi);
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-fishsausage_video__title {
    max-width: calc(310 / var(--inner-max) * 100cqi);
    margin-bottom: calc(-40 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_video__player {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 16/9;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 16px;
  overflow: hidden;
  background: #1a1a1a;
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  appearance: none;
  box-shadow: 0 16px 0 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .p-fishsausage_video__player {
    border-radius: 6px;
    box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.15);
  }
}
.p-fishsausage_video__player[hidden] {
  display: none;
}
.p-fishsausage_video__thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.p-fishsausage_video__thumb:hover {
  transform: scale(1.05);
}
.p-fishsausage_video__playerLabel {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.p-fishsausage_video__play {
  position: relative;
  z-index: 2;
  display: block;
  border-radius: 50%;
  background: var(--color-red);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
  width: 100px;
  height: 100px;
}
@media (max-width: 767px) {
  .p-fishsausage_video__play {
    width: 72px;
    height: 72px;
  }
}
.p-fishsausage_video__play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  transform: translate(-50%, -50%);
  border-width: 14px 0 14px 24px;
}
@media (max-width: 767px) {
  .p-fishsausage_video__play::after {
    border-width: 12px 0 12px 20px;
  }
}
.p-fishsausage_video__player-short {
  aspect-ratio: 350/623;
  max-width: calc(300 / var(--inner-max) * 100cqi);
  margin-inline: auto;
  border-radius: 10px;
  box-shadow: 12px 16px 0 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .p-fishsausage_video__player-short {
    box-shadow: 10px 14px 0 0 rgba(0, 0, 0, 0.1);
    max-width: 65%;
  }
}
.p-fishsausage_shortVideo {
  display: flex;
  justify-content: center;
  padding-bottom: calc(50 / var(--inner-max) * 100cqi);
}
@media (max-width: 767px) {
  .p-fishsausage_shortVideo {
    padding-inline: calc(10 / var(--inner-max) * 100cqi);
    padding-bottom: calc(60 / var(--inner-max) * 100cqi);
    max-width: 400px;
    margin-inline: auto;
  }
}
.p-fishsausage_recipes {
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 150px;
  background-image: url(../img/recipe-bg.webp);
  background-size: cover;
  background-position: center 485px;
  background-repeat: no-repeat;
}
@media (max-width: 1440px) {
  .p-fishsausage_recipes {
    background-image: url(../img/recipe-bg-sp.webp);
    margin-top: 5.5555555556cqi;
    padding-top: 5.5555555556cqi;
    padding-bottom: 10.4166666667cqi;
    background-position: center 129.3333333333cqi;
  }
}
@media (max-width: 767px) {
  .p-fishsausage_recipes {
    margin-top: 0;
    padding-top: calc(30 / var(--inner-max) * 100cqi);
    padding-bottom: calc(60 / var(--inner-max) * 100cqi);
    background-position: center calc(105 / var(--inner-max) * 100cqi);
  }
}
@media (max-width: 767px) {
  .p-fishsausage_recipes .p-fishsausage_inner {
    padding-inline: calc(8 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_recipes__title {
  max-width: calc(950 / var(--inner-max) * 100cqi);
  margin-inline: auto;
  padding-bottom: calc(24 / var(--inner-max) * 100cqi);
}
.p-fishsausage_recipes__list {
  display: grid;
  gap: calc(55 / var(--inner-max) * 100cqi);
}
@media (max-width: 767px) {
  .p-fishsausage_recipes__list {
    gap: calc(60 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_recipe__title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .p-fishsausage_recipe__title {
    gap: calc(6 / var(--inner-max) * 100cqi);
    padding-bottom: calc(10 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_recipe__title .num {
  flex-shrink: 0;
  font-family: inter;
  color: var(--color-red);
  font-size: calc(110 / var(--inner-max) * 100cqi);
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .p-fishsausage_recipe__title .num {
    font-size: calc(55 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_recipe__title .label span {
  color: var(--color-red);
  font-size: calc(48 / var(--inner-max) * 100cqi);
  font-weight: 700;
  line-height: 1.2;
  background: linear-gradient(transparent 60%, #ffe66d 60%);
}
@media (max-width: 767px) {
  .p-fishsausage_recipe__title .label span {
    font-size: calc(24 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_recipe__accordion {
  border-radius: 30px;
  overflow: hidden;
  width: calc(800 / var(--inner-max) * 100cqi);
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-fishsausage_recipe__accordion {
    border-radius: 10px;
    width: 100%;
  }
}
.p-fishsausage_recipe__accordion.is-open .p-fishsausage_recipe__accordion-trigger::after {
  transform: rotate(-45deg) translateY(40%);
}
.p-fishsausage_recipe__accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 0;
  background: var(--color-red);
  color: #fff;
  font-size: calc(45 / var(--inner-max) * 100cqi);
  font-weight: 700;
  line-height: 1.8;
  padding: calc(14 / var(--inner-max) * 100cqi);
  text-align: center;
  position: relative;
  cursor: pointer;
  appearance: none;
  transition: background 0.3s ease;
}
@media (max-width: 767px) {
  .p-fishsausage_recipe__accordion-trigger {
    font-size: calc(18 / var(--inner-max) * 100cqi);
    padding: 0 calc(10 / var(--inner-max) * 100cqi);
    padding-right: calc(30 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_recipe__accordion-trigger .label span {
  font-size: 0.6666666667em;
}
@media (max-width: 767px) {
  .p-fishsausage_recipe__accordion-trigger .label span {
    font-size: 0.7777777778em;
  }
}
.p-fishsausage_recipe__accordion-trigger:hover {
  background: #f8102b;
}
.p-fishsausage_recipe__accordion-trigger::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(40 / var(--inner-max) * 100cqi);
  margin: auto;
  width: calc(20 / var(--inner-max) * 100cqi);
  height: calc(20 / var(--inner-max) * 100cqi);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(135deg);
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .p-fishsausage_recipe__accordion-trigger::after {
    width: calc(10 / var(--inner-max) * 100cqi);
    height: calc(10 / var(--inner-max) * 100cqi);
    border-top-width: 2px;
    border-right-width: 2px;
    right: calc(20 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_recipe__accordion-content {
  display: none;
  padding: calc(40 / var(--inner-max) * 100cqi);
  background: #f5f9ff;
  grid-template-columns: 1fr 0.8fr;
  gap: calc(30 / var(--inner-max) * 100cqi);
  align-items: start;
}
@media (max-width: 767px) {
  .p-fishsausage_recipe__accordion-content {
    grid-template-columns: 1fr;
    gap: calc(10 / var(--inner-max) * 100cqi);
    padding: calc(20 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_recipe__accordion-content[hidden] {
  display: none !important;
}
.p-fishsausage_recipe__accordion.is-open .p-fishsausage_recipe__accordion-content {
  display: grid;
}
.p-fishsausage_recipe__steps {
  display: flex;
  flex-direction: column;
  gap: calc(20 / var(--inner-max) * 100cqi);
}
.p-fishsausage_recipe__step {
  display: flex;
  flex-direction: column;
  gap: calc(10 / var(--inner-max) * 100cqi);
}
.p-fishsausage_recipe__step .num {
  border-bottom: 1px solid var(--color-yellow);
  color: var(--color-red);
  font-size: calc(20 / var(--inner-max) * 100cqi);
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-fishsausage_recipe__step .num {
    font-size: calc(17 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_recipe__step .num span {
  font-size: 1.2em;
}
@media (max-width: 767px) {
  .p-fishsausage_recipe__step .num span {
    font-size: 1.1764705882em;
  }
}
.p-fishsausage_recipe__step .label {
  font-size: calc(20 / var(--inner-max) * 100cqi);
}
@media (max-width: 767px) {
  .p-fishsausage_recipe__step .label {
    font-size: calc(15 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_recipe__step .note {
  font-size: calc(15 / var(--inner-max) * 100cqi);
  line-height: 1.8;
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 767px) {
  .p-fishsausage_recipe__step .note {
    font-size: calc(13 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_campaign {
  padding: 230px 0 180px;
  background: var(--color-blue);
}
@media (max-width: 1440px) {
  .p-fishsausage_campaign {
    padding-top: 15.9722222222cqi;
    padding-bottom: 12.5cqi;
  }
}
@media (max-width: 767px) {
  .p-fishsausage_campaign {
    padding: calc(80 / var(--inner-max) * 100cqi) 0 calc(60 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_campaign__inner {
  background: #fff;
  border-radius: 30px;
  padding: calc(150 / var(--inner-max) * 100cqi) calc(70 / var(--inner-max) * 100cqi) calc(90 / var(--inner-max) * 100cqi);
  position: relative;
}
@media (max-width: 767px) {
  .p-fishsausage_campaign__inner {
    border-radius: 15px;
    padding: calc(20 / var(--inner-max) * 100cqi);
    padding-top: calc(55 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_campaign__title {
  max-width: calc(909 / var(--inner-max) * 100cqi);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  transform: translateY(-44%);
}
.p-fishsausage_campaign__title img {
  width: 100%;
  height: auto;
}
.p-fishsausage_campaign__tags {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.347826087%;
  margin-bottom: calc(80 / var(--inner-max) * 100cqi);
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-fishsausage_campaign__tags {
    gap: calc(10 / var(--inner-max) * 100cqi);
    margin-bottom: calc(27 / var(--inner-max) * 100cqi);
    grid-template-columns: auto 1fr;
  }
}
.p-fishsausage_campaign__tag {
  padding: calc(28 / var(--inner-max) * 100cqi) calc(20 / var(--inner-max) * 100cqi);
  border-radius: 20px;
  background: #f3f3f3;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 767px) {
  .p-fishsausage_campaign__tag {
    border-radius: 10px;
    padding: calc(10 / var(--inner-max) * 100cqi);
    align-items: center;
  }
}
.p-fishsausage_campaign__tag .label {
  font-size: calc(20 / var(--inner-max) * 100cqi);
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-fishsausage_campaign__tag .label {
    font-size: calc(13 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_campaign__tag .label span {
  font-size: 1.4em;
}
@media (max-width: 767px) {
  .p-fishsausage_campaign__tag .label span {
    font-size: 1.1428571429em;
  }
}
.p-fishsausage_campaign__tag .label b {
  color: var(--color-red);
  font-size: 1.4em;
  position: relative;
}
@media (max-width: 767px) {
  .p-fishsausage_campaign__tag .label b {
    font-size: 1.1428571429em;
    white-space: nowrap;
  }
}
.p-fishsausage_campaign__tag .label b::after {
  content: "";
  display: block;
  background-image: url(../img/line.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 7px;
}
@media (max-width: 767px) {
  .p-fishsausage_campaign__tag .label b::after {
    height: 4px;
  }
}
.p-fishsausage_campaign__steps {
  display: grid;
  gap: calc(16 / var(--inner-max) * 100cqi);
  margin-bottom: calc(24 / var(--inner-max) * 100cqi);
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .p-fishsausage_campaign__steps {
    display: flex;
    flex-direction: column;
    gap: calc(20 / var(--inner-max) * 100cqi);
    margin-bottom: calc(12 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_campaign__bg {
  position: relative;
  z-index: 1;
  padding: 3px;
}
@media (max-width: 767px) {
  .p-fishsausage_campaign__bg {
    padding: 2px;
  }
}
.p-fishsausage_campaign__bg:last-child {
  clip-path: unset;
}
.p-fishsausage_campaign__bg:last-child > * {
  clip-path: unset;
}
.p-fishsausage_campaign__bg:last-child::before {
  clip-path: unset;
}
.p-fishsausage_campaign__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background: var(--color-red);
  clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}
@media (max-width: 767px) {
  .p-fishsausage_campaign__bg::before {
    clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 50% 100%, 0% 80%);
  }
}
.p-fishsausage_campaign__bg .num {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  margin-inline: auto;
  transform: translateY(-50%);
  display: flex;
  width: calc(50 / var(--inner-max) * 100cqi);
  height: calc(50 / var(--inner-max) * 100cqi);
  padding: calc(10 / var(--inner-max) * 100cqi);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: calc(10 / var(--inner-max) * 100cqi);
  border-radius: 50%;
  background: var(--color-red);
  color: #fff;
  text-align: center;
  font-size: calc(30 / var(--inner-max) * 100cqi);
  font-weight: 700;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .p-fishsausage_campaign__bg .num {
    font-size: calc(18 / var(--inner-max) * 100cqi);
    width: calc(30 / var(--inner-max) * 100cqi);
    height: calc(30 / var(--inner-max) * 100cqi);
    padding: calc(6 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_campaign__step {
  padding: calc(34 / var(--inner-max) * 100cqi) calc(15 / var(--inner-max) * 100cqi);
  background: #fff;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-fishsausage_campaign__step {
    padding: calc(15 / var(--inner-max) * 100cqi);
    clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 50% 100%, 0% 80%);
  }
}
.p-fishsausage_campaign__step .label {
  font-size: calc(20 / var(--inner-max) * 100cqi);
  font-weight: 700;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .p-fishsausage_campaign__step .label {
    font-size: calc(15 / var(--inner-max) * 100cqi);
    line-height: 1.5;
  }
}
.p-fishsausage_campaign__note {
  margin-bottom: calc(30 / var(--inner-max) * 100cqi);
  text-align: center;
}
@media (max-width: 767px) {
  .p-fishsausage_campaign__note {
    font-size: calc(10 / var(--inner-max) * 100cqi);
    white-space: nowrap;
  }
}
.p-fishsausage_campaign__catch {
  display: block;
  max-width: calc(507 / var(--inner-max) * 100cqi);
  margin-inline: auto;
  margin-bottom: calc(40 / var(--inner-max) * 100cqi);
}
@media (max-width: 767px) {
  .p-fishsausage_campaign__catch {
    max-width: calc(280 / var(--inner-max) * 100cqi);
    margin-bottom: calc(30 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_campaign__catch img {
  width: 100%;
  height: auto;
}
.p-fishsausage_campaign__period {
  display: grid;
  grid-template-columns: auto 1fr;
  border: 2px solid var(--color-red);
  background: #fff;
  margin-bottom: calc(40 / var(--inner-max) * 100cqi);
}
@media (max-width: 767px) {
  .p-fishsausage_campaign__period {
    grid-template-columns: 1fr;
    margin-bottom: calc(15 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_campaign__period .label {
  padding: calc(10 / var(--inner-max) * 100cqi) calc(20 / var(--inner-max) * 100cqi);
  background: var(--color-red);
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .p-fishsausage_campaign__period .label {
    font-size: calc(15 / var(--inner-max) * 100cqi);
    padding: 0;
  }
}
.p-fishsausage_campaign__period .value {
  font-size: calc(30 / var(--inner-max) * 100cqi);
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 767px) {
  .p-fishsausage_campaign__period .value {
    font-size: calc(16 / var(--inner-max) * 100cqi);
    padding: calc(5 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_campaign__period .value span {
  font-size: 1.6666666667em;
}
@media (max-width: 767px) {
  .p-fishsausage_campaign__period .value span {
    font-size: 1.6875em;
  }
}
.p-fishsausage_campaign__lead {
  margin-bottom: calc(54 / var(--inner-max) * 100cqi);
  font-size: calc(35 / var(--inner-max) * 100cqi);
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .p-fishsausage_campaign__lead {
    font-size: calc(18 / var(--inner-max) * 100cqi);
    line-height: 1.6;
    margin-bottom: calc(10 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_campaign__lead span {
  color: var(--color-red);
  font-size: 1.4285714286em;
}
@media (max-width: 767px) {
  .p-fishsausage_campaign__lead span {
    font-size: 1.3333333333em;
  }
}
.p-fishsausage_campaign__lead .line {
  position: relative;
}
.p-fishsausage_campaign__lead .line::after {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  background-image: url(../img/line.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .p-fishsausage_campaign__lead .line::after {
    height: 4px;
  }
}
.p-fishsausage_campaign__courses {
  display: grid;
  gap: calc(50 / var(--inner-max) * 100cqi);
  margin-bottom: calc(90 / var(--inner-max) * 100cqi);
}
@media (max-width: 767px) {
  .p-fishsausage_campaign__courses {
    gap: calc(30 / var(--inner-max) * 100cqi);
    margin-bottom: calc(70 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_campaign__course {
  padding: calc(80 / var(--inner-max) * 100cqi) calc(50 / var(--inner-max) * 100cqi) calc(60 / var(--inner-max) * 100cqi);
  border-radius: 20px;
  border: 4px solid var(--color-blue);
  background: #fff;
  position: relative;
  margin-top: calc(35 / var(--inner-max) * 100cqi);
}
@media (max-width: 767px) {
  .p-fishsausage_campaign__course {
    border-radius: 6px;
    border-width: 2px;
    padding: calc(30 / var(--inner-max) * 100cqi) calc(10 / var(--inner-max) * 100cqi) calc(20 / var(--inner-max) * 100cqi);
    margin-top: calc(20 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_campaign__course .title {
  width: calc(240 / var(--inner-max) * 100cqi);
  border: 4px solid var(--color-blue);
  background: var(--color-yellow-dark);
  color: var(--color-blue);
  font-size: calc(50 / var(--inner-max) * 100cqi);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .p-fishsausage_campaign__course .title {
    font-size: calc(26 / var(--inner-max) * 100cqi);
    width: calc(130 / var(--inner-max) * 100cqi);
    border-width: 2px;
  }
}
.p-fishsausage_campaign__course .body {
  display: grid;
  gap: calc(50 / var(--inner-max) * 100cqi);
  align-items: center;
  grid-template-columns: calc(450 / var(--inner-max) * 100cqi) 1fr;
}
@media (max-width: 767px) {
  .p-fishsausage_campaign__course .body {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media (max-width: 767px) {
  .p-fishsausage_campaign__course .img {
    padding-inline: calc(15 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_campaign__course .img img {
  width: 100%;
  height: auto;
}
.p-fishsausage_campaign__course .copy {
  display: flex;
  flex-direction: column;
  align-items: start;
}
@media (max-width: 767px) {
  .p-fishsausage_campaign__course .copy {
    align-items: center;
  }
}
.p-fishsausage_campaign__course .tag {
  border-radius: 999px;
  background: var(--color-red);
  color: #fff;
  display: inline-block;
  font-size: calc(30 / var(--inner-max) * 100cqi);
  font-weight: 700;
  padding: 0 calc(16 / var(--inner-max) * 100cqi);
}
@media (max-width: 767px) {
  .p-fishsausage_campaign__course .tag {
    font-size: calc(12 / var(--inner-max) * 100cqi);
    padding: 0 calc(4 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_campaign__course .num {
  color: var(--color-red);
  font-size: calc(30 / var(--inner-max) * 100cqi);
  font-weight: 700;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .p-fishsausage_campaign__course .num {
    font-size: calc(16 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_campaign__course .num span {
  font-size: 1.5em;
}
@media (max-width: 767px) {
  .p-fishsausage_campaign__course .num span {
    font-size: 1.75em;
  }
}
.p-fishsausage_campaign__course .num i {
  font-style: normal;
  font-size: 1.6666666667em;
}
@media (max-width: 767px) {
  .p-fishsausage_campaign__course .num i {
    font-size: 1.75em;
  }
}
.p-fishsausage_campaign__course .name {
  color: var(--color-blue-dark);
  font-size: calc(56 / var(--inner-max) * 100cqi);
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .p-fishsausage_campaign__course .name {
    font-size: calc(24 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_campaign__course .name span {
  background: linear-gradient(transparent 60%, var(--color-yellow) 60%);
}
.p-fishsausage_campaign__course-b {
  --color: #5dcbdc;
}
.p-fishsausage_campaign__course-b .title {
  background: var(--color);
}
.p-fishsausage_campaign__course-b .body {
  grid-template-columns: calc(300 / var(--inner-max) * 100cqi) 1fr;
}
@media (max-width: 767px) {
  .p-fishsausage_campaign__course-b .body {
    grid-template-columns: 1fr;
  }
}
.p-fishsausage_campaign__course-b .name {
  font-size: calc(46 / var(--inner-max) * 100cqi);
}
@media (max-width: 767px) {
  .p-fishsausage_campaign__course-b .name {
    font-size: calc(24 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_campaign__course-b .name span {
  background: linear-gradient(transparent 60%, var(--color) 60%);
}
.p-fishsausage_products {
  padding: calc(80 / var(--inner-max) * 100cqi) calc(40 / var(--inner-max) * 100cqi) calc(30 / var(--inner-max) * 100cqi);
  background: #efefef;
  position: relative;
}
@media (max-width: 767px) {
  .p-fishsausage_products {
    padding: 13.3333333333cqi 10.6666666667cqi 5.3333333333cqi;
  }
}
.p-fishsausage_products__title {
  display: inline-flex;
  padding: 0 calc(40 / var(--inner-max) * 100cqi);
  justify-content: center;
  align-items: center;
  width: fit-content;
  gap: calc(10 / var(--inner-max) * 100cqi);
  color: #fff;
  text-align: center;
  font-size: calc(40 / var(--inner-max) * 100cqi);
  font-weight: 700;
  line-height: 1.8;
  border-radius: 40px;
  background: #d01126;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .p-fishsausage_products__title {
    font-size: calc(20 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_products__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(30 / var(--inner-max) * 100cqi);
  margin-bottom: calc(40 / var(--inner-max) * 100cqi);
}
@media (max-width: 767px) {
  .p-fishsausage_products__list {
    grid-template-columns: 1fr;
    gap: calc(20 / var(--inner-max) * 100cqi);
    margin-bottom: calc(20 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_products__item {
  color: #000;
  text-align: center;
  font-size: calc(19 / var(--inner-max) * 100cqi);
  font-weight: 700;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .p-fishsausage_products__item {
    font-size: calc(14 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_products__item .img {
  display: block;
  margin-bottom: calc(18 / var(--inner-max) * 100cqi);
}
@media (max-width: 767px) {
  .p-fishsausage_products__item .img {
    margin-bottom: calc(10 / var(--inner-max) * 100cqi);
    padding-inline: calc(10 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_products__item .name {
  line-height: 1.6;
}
.p-fishsausage_products__item .name span {
  font-size: 0.7894736842em;
}
@media (max-width: 767px) {
  .p-fishsausage_products__item .name span {
    font-size: 0.7857142857em;
  }
}
.p-fishsausage_products__note {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #c6c6c6;
  gap: calc(8 / var(--inner-max) * 100cqi);
  padding-top: calc(10 / var(--inner-max) * 100cqi);
  font-size: calc(15 / var(--inner-max) * 100cqi);
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .p-fishsausage_products__note {
    font-size: calc(13 / var(--inner-max) * 100cqi);
    display: block;
    text-align: center;
  }
}
.p-fishsausage_products__note i {
  flex-shrink: 0;
  width: calc(23 / var(--inner-max) * 100cqi);
  height: calc(21 / var(--inner-max) * 100cqi);
}
@media (max-width: 767px) {
  .p-fishsausage_products__note i {
    width: calc(19 / var(--inner-max) * 100cqi);
    height: calc(18 / var(--inner-max) * 100cqi);
    display: inline-block;
    vertical-align: middle;
  }
}
.p-fishsausage_products__note b {
  color: var(--color-red);
  font-size: 1.3333333333em;
  position: relative;
}
@media (max-width: 767px) {
  .p-fishsausage_products__note b {
    font-size: 1em;
  }
}
.p-fishsausage_products__note b::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  position: absolute;
  background-image: url(../img/line2.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.p-fishsausage_line {
  padding: 70px 0 90px;
  position: relative;
}
@media (max-width: 1440px) {
  .p-fishsausage_line {
    padding-top: 4.8611111111cqi;
    padding-bottom: 6.25cqi;
  }
}
@media (max-width: 767px) {
  .p-fishsausage_line {
    padding-top: 13.3333333333cqi;
    padding-bottom: 10.6666666667cqi;
  }
}
.p-fishsausage_line:before {
  content: "";
  display: block;
  width: 100%;
  height: 220px;
  background-image: url(../img/line-bg-top.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-25%);
}
@media (max-width: 1440px) {
  .p-fishsausage_line:before {
    height: 15.2777777778cqi;
  }
}
.p-fishsausage_line__title {
  margin-bottom: calc(80 / var(--inner-max) * 100cqi);
  font-size: calc(40 / var(--inner-max) * 100cqi);
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-fishsausage_line__title {
    margin-bottom: calc(8 / var(--inner-max) * 100cqi);
    font-size: calc(24 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_line__title span {
  color: #06c755;
  font-size: 1.25em;
}
.p-fishsausage_line__flow {
  margin: 0 0 calc(80 / var(--inner-max) * 100cqi);
  padding: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .p-fishsausage_line__flow {
    margin-bottom: calc(50 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_line__item {
  border-bottom: 1px solid #d3d3d3;
  padding-block: calc(20 / var(--inner-max) * 100cqi);
  display: grid;
  justify-content: start;
  grid-template-columns: calc(400 / var(--inner-max) * 100cqi) 1fr;
}
@media (max-width: 767px) {
  .p-fishsausage_line__item {
    grid-template-columns: 1fr;
  }
}
.p-fishsausage_line__item .title {
  color: #005bac;
  font-size: calc(25 / var(--inner-max) * 100cqi);
  font-weight: 700;
  line-height: 1.8;
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 767px) {
  .p-fishsausage_line__item .title {
    font-size: calc(20 / var(--inner-max) * 100cqi);
    text-align: center;
  }
}
.p-fishsausage_line__item .text {
  display: grid;
  align-items: center;
  gap: calc(10 / var(--inner-max) * 100cqi);
  font-size: calc(18 / var(--inner-max) * 100cqi);
  font-weight: 400;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .p-fishsausage_line__item .text {
    font-size: calc(13 / var(--inner-max) * 100cqi);
    text-align: center;
  }
}
.p-fishsausage_line__item .--line {
  margin-left: 0;
  box-shadow: none;
  border-radius: 0;
  border-radius: 10px;
  border: 1px solid #06c755;
  background: #06c755;
  color: #fff;
  text-align: center;
  font-size: calc(18 / var(--inner-max) * 100cqi);
  font-weight: 700;
  line-height: 1.8;
  width: calc(290 / var(--inner-max) * 100cqi);
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .p-fishsausage_line__item .--line {
    border-radius: 6px;
    font-size: calc(12 / var(--inner-max) * 100cqi);
    width: calc(190 / var(--inner-max) * 100cqi);
    margin: auto;
  }
}
.p-fishsausage_line__item .--line:hover {
  opacity: 0.8;
}
.p-fishsausage_line__item .img {
  max-width: 440px;
}
.p-fishsausage_receipt__title {
  background: var(--color-blue);
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: calc(30 / var(--inner-max) * 100cqi);
  font-weight: 700;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .p-fishsausage_receipt__title {
    padding: calc(6 / var(--inner-max) * 100cqi);
    font-size: calc(20 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_receipt__body {
  background: #f5f5f5;
  padding: calc(50 / var(--inner-max) * 100cqi);
}
@media (max-width: 767px) {
  .p-fishsausage_receipt__body {
    padding: 0;
  }
}
.p-fishsausage_receipt__card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(70 / var(--inner-max) * 100cqi);
  align-items: center;
  margin-bottom: calc(50 / var(--inner-max) * 100cqi);
}
@media (max-width: 767px) {
  .p-fishsausage_receipt__card {
    grid-template-columns: 1fr;
    gap: calc(20 / var(--inner-max) * 100cqi);
    margin-bottom: 0;
    padding: calc(20 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_receipt__description {
  color: var(--color-blue);
  font-size: calc(18 / var(--inner-max) * 100cqi);
  font-weight: 700;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .p-fishsausage_receipt__description {
    font-size: calc(13 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_receipt__list {
  font-size: calc(15 / var(--inner-max) * 100cqi);
  line-height: 1.8;
  list-style: disc;
  padding-left: 1.8em;
}
@media (max-width: 767px) {
  .p-fishsausage_receipt__list {
    font-size: calc(13 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_receipt__list > li {
  list-style: disc;
}
.p-fishsausage_receipt__note {
  font-size: calc(15 / var(--inner-max) * 100cqi);
  line-height: 1.8;
  border-radius: 20px;
  background: var(--color-blue);
  color: #fff;
  padding: calc(10 / var(--inner-max) * 100cqi);
  text-align: center;
  margin-bottom: calc(40 / var(--inner-max) * 100cqi);
}
@media (max-width: 767px) {
  .p-fishsausage_receipt__note {
    border-radius: 0;
    font-size: calc(13 / var(--inner-max) * 100cqi);
    margin: 0;
  }
}
@media (max-width: 767px) {
  .p-fishsausage_receipt__ng {
    padding: calc(20 / var(--inner-max) * 100cqi);
    display: block;
  }
}
.p-fishsausage_terms {
  padding: 90px 0 150px;
}
@media (max-width: 1440px) {
  .p-fishsausage_terms {
    padding-top: 6.25cqi;
    padding-bottom: 10.4166666667cqi;
  }
}
@media (max-width: 767px) {
  .p-fishsausage_terms {
    padding-top: 17.9104477612cqi;
    padding-bottom: 23.8805970149cqi;
  }
}
.p-fishsausage_terms__title {
  border-bottom: 1px solid #d7d7d7;
  color: var(--color-red);
  text-align: center;
  font-size: calc(40 / var(--inner-max) * 100cqi);
  font-weight: 700;
  line-height: 180%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .p-fishsausage_terms__title {
    font-size: calc(25 / var(--inner-max) * 100cqi);
    margin-bottom: calc(20 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_terms__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 767px) {
  .p-fishsausage_terms__body {
    gap: calc(20 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_terms__body h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 180%;
}
@media (max-width: 767px) {
  .p-fishsausage_terms__body h3 {
    font-size: calc(15 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_terms__body li,
.p-fishsausage_terms__body p {
  font-size: 15px;
  font-weight: 400;
  line-height: 180%;
}
@media (max-width: 767px) {
  .p-fishsausage_terms__body li,
  .p-fishsausage_terms__body p {
    font-size: calc(13 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_terms__body ol,
.p-fishsausage_terms__body ul {
  padding-left: 1.8em;
}
.p-fishsausage_terms__body ul {
  list-style: disc;
}
.p-fishsausage_terms__body ul > li {
  list-style: disc;
}
.p-fishsausage_terms__body ol {
  list-style: decimal;
}
.p-fishsausage_terms__body ol > li {
  list-style: decimal;
}
.p-fishsausage_product {
  padding: 100px 0;
  background: var(--color-red);
}
@media (max-width: 1440px) {
  .p-fishsausage_product {
    padding: 6.9444444444cqi 0;
  }
}
@media (max-width: 767px) {
  .p-fishsausage_product {
    padding: 14.9253731343cqi 0;
  }
}
.p-fishsausage_product__card {
  border-radius: calc(50 / var(--inner-max) * 100cqi);
  background: #fff;
  text-align: center;
  padding: calc(56 / var(--inner-max) * 100cqi) calc(150 / var(--inner-max) * 100cqi);
}
@media (max-width: 767px) {
  .p-fishsausage_product__card {
    border-radius: calc(15 / var(--inner-max) * 100cqi);
    padding: calc(24 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_product__lead {
  font-size: calc(30 / var(--inner-max) * 100cqi);
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-fishsausage_product__lead {
    font-size: calc(13 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_product__name {
  margin-bottom: calc(30 / var(--inner-max) * 100cqi);
  color: var(--color-red);
  font-size: calc(60 / var(--inner-max) * 100cqi);
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .p-fishsausage_product__name {
    margin-bottom: calc(15 / var(--inner-max) * 100cqi);
    font-size: calc(25 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_product__visual {
  margin: 0 auto calc(44 / var(--inner-max) * 100cqi);
  max-width: 600px;
}
@media (max-width: 767px) {
  .p-fishsausage_product__visual {
    margin-bottom: calc(15 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_product__description {
  margin-bottom: calc(30 / var(--inner-max) * 100cqi);
  line-height: 1.8;
  text-align: center;
  font-size: calc(15 / var(--inner-max) * 100cqi);
}
@media (max-width: 767px) {
  .p-fishsausage_product__description {
    margin-bottom: calc(30 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_product__attention {
  margin-bottom: calc(44 / var(--inner-max) * 100cqi);
  line-height: 1.8;
  font-size: calc(15 / var(--inner-max) * 100cqi);
  text-align: left;
}
@media (max-width: 767px) {
  .p-fishsausage_product__attention {
    margin-bottom: calc(30 / var(--inner-max) * 100cqi);
    font-size: calc(13 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_product__features {
  display: grid;
  margin-bottom: calc(60 / var(--inner-max) * 100cqi);
  text-align: left;
  grid-template-columns: 1fr 1fr;
  gap: calc(20 / var(--inner-max) * 100cqi);
}
@media (max-width: 767px) {
  .p-fishsausage_product__features {
    margin-bottom: calc(40 / var(--inner-max) * 100cqi);
    grid-template-columns: 1fr;
    gap: calc(10 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_product__feature {
  display: grid;
  grid-template-columns: calc(100 / var(--inner-max) * 100cqi) 1fr;
  align-items: center;
  gap: calc(20 / var(--inner-max) * 100cqi);
  padding: calc(20 / var(--inner-max) * 100cqi) calc(30 / var(--inner-max) * 100cqi);
  padding-left: calc(60 / var(--inner-max) * 100cqi);
  background: #ededed;
  position: relative;
}
@media (max-width: 767px) {
  .p-fishsausage_product__feature {
    grid-template-columns: calc(70 / var(--inner-max) * 100cqi) 1fr;
    padding: calc(20 / var(--inner-max) * 100cqi);
    padding-left: calc(40 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_product__feature .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50 / var(--inner-max) * 100cqi);
  height: calc(50 / var(--inner-max) * 100cqi);
  background: var(--color-blue-dark);
  color: #fff;
  font-size: calc(25 / var(--inner-max) * 100cqi);
  line-height: 1.8;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .p-fishsausage_product__feature .num {
    width: calc(30 / var(--inner-max) * 100cqi);
    height: calc(30 / var(--inner-max) * 100cqi);
    font-size: calc(18 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_product__feature .label {
  font-size: calc(15 / var(--inner-max) * 100cqi);
  line-height: 1.8;
}
@media (max-width: 767px) {
  .p-fishsausage_product__feature .label {
    font-size: calc(10 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_product__feature .highlight {
  color: var(--color-red);
  font-weight: 700;
}
.p-fishsausage_contact {
  padding: 70px 0;
  background: var(--color-red-dark);
  color: #fff;
  text-align: center;
  margin-bottom: 2px;
}
@media (max-width: 1440px) {
  .p-fishsausage_contact {
    padding: 4.8611111111cqi 0;
  }
}
@media (max-width: 767px) {
  .p-fishsausage_contact {
    padding: 14.9253731343cqi 0;
  }
}
.p-fishsausage_contact__title {
  font-size: calc(22 / var(--inner-max) * 100cqi);
  font-weight: 500;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .p-fishsausage_contact__title {
    font-size: calc(16 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_contact__tel {
  font-size: calc(22 / var(--inner-max) * 100cqi);
  font-family: inter, sans-serif;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: calc(10 / var(--inner-max) * 100cqi);
}
@media (max-width: 767px) {
  .p-fishsausage_contact__tel {
    font-size: calc(16 / var(--inner-max) * 100cqi);
  }
}
.p-fishsausage_contact__copy {
  font-size: calc(15 / var(--inner-max) * 100cqi);
  font-weight: 500;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .p-fishsausage_contact__copy {
    font-size: calc(13 / var(--inner-max) * 100cqi);
  }
}

html.is-fishsausage-modal-open {
  overflow: hidden;
}

.p-fishsausageModal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.p-fishsausageModal[hidden] {
  display: none;
}
.p-fishsausageModal_overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.p-fishsausageModal_dialog {
  position: relative;
  z-index: 1;
  width: 90%;
  height: 90%;
}
.p-fishsausageModal_close {
  position: absolute;
  top: -44px;
  right: 0;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  appearance: none;
}
.p-fishsausageModal_close::before, .p-fishsausageModal_close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background: #fff;
}
.p-fishsausageModal_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-fishsausageModal_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-fishsausageModal_close:focus-visible {
  outline: 2px solid var(--color-yellow);
  outline-offset: 4px;
}
.p-fishsausageModal_frame {
  position: relative;
  overflow: hidden;
  background: #000;
  height: 100%;
  width: 100%;
}
.p-fishsausageModal_frame iframe,
.p-fishsausageModal_frame video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.p-fishsausageModal_frame iframe {
  object-fit: cover;
}
.p-fishsausageModal_frame video {
  object-fit: contain;
  background: #000;
}
.p-fishsausageModal-short .p-fishsausageModal_frame {
  aspect-ratio: 9/16;
}