@charset "UTF-8";
body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.8dvw, 1rem);
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #111825;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  background-color: #fff;
  overflow-x: clip;
}

p {
  line-height: 1.75;
}

div {
  line-height: 1;
}

a {
  display: inline-block;
  vertical-align: bottom;
  color: #111825;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {
  display: block;
}

ul,
ol,
dl {
  padding: 0;
  margin: 0;
}

.smBr {
  display: none;
}
@media screen and (max-width: 576px) {
  .smBr {
    display: block;
  }
}

.mdBr {
  display: none;
}
@media screen and (max-width: 768px) {
  .mdBr {
    display: block;
  }
}

.lgBr {
  display: none;
}
@media screen and (max-width: 992px) {
  .lgBr {
    display: block;
  }
}

.xlBr {
  display: none;
}
@media print, screen and (max-width: 1200px) {
  .xlBr {
    display: block;
  }
}

.xxlBr {
  display: none;
}
@media print, screen and (max-width: 1400px) {
  .xxlBr {
    display: block;
  }
}

@media screen and (max-width: 576px) {
  .smBrNone {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .mdBrNone {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .lgBrNone {
    display: none;
  }
}

@media print, screen and (max-width: 1200px) {
  .xlBrNone {
    display: none;
  }
}

@media print, screen and (max-width: 1400px) {
  .xxlBrNone {
    display: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate__clipLtr {
  animation: clipLtr 2s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
}
@keyframes clipLtr {
  0% {
    opacity: 0;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

.animate__clipFlow {
  animation: clipFlow 3s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
}
@keyframes clipFlow {
  0% {
    opacity: 0;
    clip-path: polygon(-30% 0, -30% 0, -30% 100%, -30% 100%);
  }
  100% {
    opacity: 1;
    clip-path: polygon(-30% 0, 110% 0, 110% 100%, -30% 100%);
  }
}

.animate__clipImg {
  position: relative;
  animation: clipImg 2s cubic-bezier(0, 0.85, 0.15, 1) forwards;
}
@keyframes clipImg {
  0% {
    opacity: 0;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.animate__clipImg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 41, 71, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  animation: clipImgBefore 1s ease-in-out forwards;
  animation-delay: 0.3s;
}
@keyframes clipImgBefore {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  30% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}

.animate__delay-03s {
  animation-delay: 0.3s;
}

.animate__delay-06s {
  animation-delay: 0.6s;
}

.animate__delay-09s {
  animation-delay: 0.9s;
}

.animate__delay-012s {
  animation-delay: 1.2s;
}

.fadeInUpTrigger {
  opacity: 0;
}
@media screen and (max-width: 576px) {
  .fadeInUpTrigger {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}

.clipLtrTrigger {
  opacity: 0;
}

.clipFlowTrigger {
  opacity: 0;
}

.clipImgTrigger {
  opacity: 0;
}

.l-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: clip;
}

.l-header {
  position: fixed;
  top: 0;
  left: calc(50% - 50vw);
  z-index: 90;
}

.l-main {
  flex: 1;
}

.l-container {
  max-width: calc(1590px + clamp(12px, 3vw, 60px) * 2);
  padding: 0 clamp(12px, 3vw, 60px);
  margin: 0 auto;
}
.l-container--small {
  max-width: 880px;
}

.c-swiper-fade {
  position: relative;
}
.c-swiper-fade .c-swiper-fade-slide {
  height: 100%;
}
.c-swiper-fade .c-swiper-fade-slide__swiper {
  height: 100%;
}
.c-swiper-fade .c-swiper-fade-slide__swiper-slide .slide__media {
  height: 100%;
}
.c-swiper-fade .c-swiper-fade-slide__swiper-slide .slide__media img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 7s 1s ease-out;
}
.c-swiper-fade .c-swiper-fade-slide__swiper-slide.swiper-slide[class*=-active] .slide__media img {
  transition-delay: 0s;
  transform: scale(1.05);
}
.c-swiper-fade .c-swiper-fade-pagination {
  display: flex;
  gap: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
}
.c-swiper-fade .c-swiper-fade-pagination .swiper-pagination-bullet {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  transition: 0.5s;
  position: relative;
}
.c-swiper-fade .c-swiper-fade-pagination .swiper-pagination-bullet::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition-delay: 0s;
}
.c-swiper-fade .c-swiper-fade-pagination .swiper-pagination-bullet[class*=-active] {
  width: 40px;
}
.c-swiper-fade .c-swiper-fade-pagination .swiper-pagination-bullet[class*=-active]::before {
  transition: 7s;
  transform: scaleX(1);
}
@media (hover: hover) {
  .c-swiper-fade .c-swiper-fade-pagination .swiper-pagination-bullet:not([class*=-active]):hover {
    background-color: gray;
  }
}
.c-swiper-fade .c-swiper-fade-navigation {
  display: flex;
  gap: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 20;
}
.c-swiper-fade .c-swiper-fade-navigation__arrow {
  width: 20px;
  height: 20px;
  background-color: red;
  transition: 0.3s;
}
@media (hover: hover) {
  .c-swiper-fade .c-swiper-fade-navigation__arrow:hover {
    opacity: 0.8;
  }
}
.c-swiper-slider .c-swiper-slider-pagination {
  display: none;
}
@media screen and (max-width: 576px) {
  .c-swiper-slider {
    position: relative;
  }
  .c-swiper-slider .c-swiper-slider-slide {
    width: 84%;
    margin: 0 auto;
  }
  .c-swiper-slider .c-swiper-slider-slide__swiper {
    overflow: visible;
  }
  .c-swiper-slider .c-swiper-slider-pagination {
    display: flex;
    gap: 12px;
    justify-content: center;
    position: absolute;
    top: -38px;
    right: clamp(12px, 3vw, 60px);
    z-index: 10;
  }
  .c-swiper-slider .c-swiper-slider-pagination .swiper-pagination-bullet {
    display: block;
    width: 8px;
    height: 8px;
    background-color: #afbbcc;
    border-radius: 50%;
    transition: scale 0.5s;
  }
  .c-swiper-slider .c-swiper-slider-pagination .swiper-pagination-bullet[class*=-active] {
    background-color: #182947;
    transform: scale(1.2);
  }
}

.c-swiper-gallery__main {
  position: relative;
}
.c-swiper-gallery__main .main-slide {
  aspect-ratio: 16/9;
}
.c-swiper-gallery__main .main-slide .main-slide,
.c-swiper-gallery__main .main-slide .swiper,
.c-swiper-gallery__main .main-slide .swiper-wrapper,
.c-swiper-gallery__main .main-slide .swiper-slide,
.c-swiper-gallery__main .main-slide .slide,
.c-swiper-gallery__main .main-slide .slide-media {
  height: 100%;
}
.c-swiper-gallery__main .main-slide .main-slide img,
.c-swiper-gallery__main .main-slide .swiper img,
.c-swiper-gallery__main .main-slide .swiper-wrapper img,
.c-swiper-gallery__main .main-slide .swiper-slide img,
.c-swiper-gallery__main .main-slide .slide img,
.c-swiper-gallery__main .main-slide .slide-media img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-swiper-gallery__main .navigation {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: calc(50% - clamp(32px, 2.4dvw, 48px) / 2);
  left: 0;
  z-index: 10;
}
.c-swiper-gallery__main .navigation__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(32px, 2.4dvw, 48px);
  aspect-ratio: 1/1;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  box-shadow: 0 1.2px 5px rgba(24, 41, 71, 0.2);
  transition: transform 0.4s;
}
.c-swiper-gallery__main .navigation__arrow::before {
  content: "";
  width: 16%;
  aspect-ratio: 1/2;
  background-image: url(../img/common/icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.3;
  transition: 0.4s;
}
.c-swiper-gallery__main .navigation__arrow--prev {
  scale: -1 1;
}
@media (hover: hover) {
  .c-swiper-gallery__main .navigation__arrow:hover {
    transform: scale(1.15);
    opacity: 0.9;
  }
  .c-swiper-gallery__main .navigation__arrow:hover::before {
    transform: scale(0.85);
  }
}
.c-swiper-gallery__thumb {
  margin-top: clamp(20px, 1.4dvw, 28px);
}
.c-swiper-gallery__thumb .thumb-slide,
.c-swiper-gallery__thumb .swiper,
.c-swiper-gallery__thumb .swiper-wrapper,
.c-swiper-gallery__thumb .swiper-slide {
  height: 100%;
}
.c-swiper-gallery__thumb .swiper-slide {
  aspect-ratio: 4/3;
  overflow: hidden;
  transition: 0.3s;
  cursor: pointer;
}
.c-swiper-gallery__thumb .swiper-slide .thumb-media {
  width: 100%;
  height: 100%;
}
.c-swiper-gallery__thumb .swiper-slide .thumb-media img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
@media (hover: hover) {
  .c-swiper-gallery__thumb .swiper-slide:hover {
    opacity: 0.8;
    transform: scale(0.96);
  }
  .c-swiper-gallery__thumb .swiper-slide:hover img {
    transform: scale(1.04);
  }
}
.c-swiper-gallery__thumb .swiper-slide[class*=-thumb-active] {
  opacity: 0.8;
  transform: scale(0.96);
}
.c-swiper-gallery__thumb .swiper-slide[class*=-thumb-active] img {
  transform: scale(1.04);
}
.c-swiper-gallery__thumb .scrollbar {
  height: clamp(4px, 0.3dvw, 6px);
  margin-top: clamp(8px, 0.6dvw, 12px);
}
.c-swiper-gallery__thumb .scrollbar .swiper-scrollbar-drag {
  height: 100%;
  background-color: #edeff2;
  border-radius: 1000px;
}

.c-swiper-loop .c-swiper-loop-slide {
  overflow-x: clip;
}
.c-swiper-loop .c-swiper-loop-slide .swiper {
  overflow: visible;
}
.c-swiper-loop .c-swiper-loop-slide .swiper-wrapper {
  transition-timing-function: linear !important;
}
.c-swiper-loop .c-swiper-loop-slide .swiper-slide {
  width: -moz-max-content;
  width: max-content;
}
.c-nav-item a {
  font-weight: 500;
  position: relative;
  transition: 0.4s;
}
.c-nav-item a::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #003594;
  position: absolute;
  bottom: -8px;
  left: 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: 0.4s;
}
@media (hover: hover) {
  .c-nav-item a:hover {
    color: #003594;
  }
  .c-nav-item a:hover::before {
    transform: scaleX(1);
  }
}
.c-nav-item.js-navItem.is-current a {
  color: #003594;
}
.c-nav-item.js-navItem.is-current a::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #003594;
  position: absolute;
  bottom: -8px;
  left: 0;
}

.c-button {
  width: -moz-fit-content;
  width: fit-content;
}
.c-button a {
  display: flex;
  align-items: center;
  padding-bottom: 0.75rem;
  font-weight: 500;
  text-align: start;
  position: relative;
  transition: 0.4s;
}
.c-button a .circle {
  width: 8px;
  aspect-ratio: 1/1;
  margin: 0 8px 0 20px;
  background-image: url(../img/common/noise.png);
  background-color: #003594;
  background-repeat: repeat;
  background-position: center;
  background-size: 8%;
  border-radius: 50%;
  transition: 0.4s;
}
.c-button a::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #111825;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (hover: hover) {
  .c-button a:hover {
    opacity: 0.8;
  }
  .c-button a:hover .circle {
    transform: scale(1.8);
  }
}
.c-button--submit {
  width: 280px;
  padding: 20px 20px;
  margin-top: clamp(20px, 2dvw, 40px);
  background-color: #111825;
  border-radius: 1000px;
  color: #fff;
  text-align: center;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .c-button--submit:hover {
    opacity: 0.8;
  }
}
.c-button--return {
  padding: 12px 20px;
  margin: clamp(20px, 2dvw, 40px) 6px 0;
  border: 1px solid #111825;
  border-radius: 1000px;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .c-button--return:hover {
    opacity: 0.8;
  }
}
.c-button--send {
  padding: 12px 20px;
  margin: clamp(20px, 2dvw, 40px) 6px 0;
  background-color: #af272f;
  border-radius: 1000px;
  color: #fff;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .c-button--send:hover {
    opacity: 0.8;
  }
}

.c-button-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.375rem, 0.4dvw, 0.5rem);
  width: 11.25rem;
  height: 3rem;
  border-radius: 1000px;
  background-image: url(../img/common/noise.png);
  background-color: #af272f;
  background-repeat: repeat;
  background-position: center;
  background-size: 8%;
  font-size: 0.875rem;
  color: #fff;
  transition: 0.4s;
}
.c-button-contact a .icon {
  width: 1.25rem;
}
@media (hover: hover) {
  .c-button-contact a:hover {
    filter: brightness(0.9);
  }
}

.c-page-top {
  position: fixed;
  bottom: clamp(24px, 2dvw, 40px);
  right: clamp(24px, 2dvw, 40px);
  z-index: 10;
  mix-blend-mode: difference;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}
.c-page-top a {
  font-family: "Marcellus";
  font-size: clamp(1rem, 1dvw, 1.25rem);
  color: #fff;
  text-align: center;
  transition: 0.5s;
}
.c-page-top a::before {
  content: "";
  display: block;
  width: 1px;
  height: clamp(32px, 2.4dvw, 48px);
  background-color: #fff;
  position: absolute;
  bottom: 110%;
  left: calc(50% - 1px);
  cursor: initial;
}
@media (hover: hover) {
  .c-page-top a:hover {
    opacity: 0.7;
  }
  .c-page-top a:hover::before {
    animation: pageTopLine 1.4s infinite;
    transform-origin: bottom;
  }
  @keyframes pageTopLine {
    0% {
      transform: scaleY(0);
      bottom: 110%;
      opacity: 0;
    }
    50% {
      transform: scaleY(1);
      opacity: 1;
    }
    100% {
      transform: scaleY(0);
      transform-origin: top;
      bottom: 150%;
      opacity: 0;
    }
  }
}
.c-page-top.is-appeared {
  opacity: 1;
  visibility: visible;
  transition: 0.6s;
}

.c-scroll-down {
  position: absolute;
}

.c-section-title {
  display: inline-block;
}
.c-section-title .ja {
  display: flex;
  align-items: center;
  font-size: clamp(0.875rem, 0.8dvw, 1rem);
}
.c-section-title .ja::before {
  content: "";
  display: inline-block;
  width: clamp(0.875rem, 1dvw, 1.25rem);
  height: 0.0625rem;
  margin-right: 0.75rem;
  background-color: #111825;
}
.c-section-title .en {
  display: inline-block;
  margin-top: clamp(1rem, 1dvw, 1.25rem);
  font-family: "Marcellus";
  font-size: clamp(3.75rem, 4dvw, 5rem);
}
.c-section-title .en--about::after {
  content: "SalMar Japan";
  display: inline-block;
  margin-left: clamp(0.875rem, 1dvw, 1.25rem);
  font-size: clamp(1.75rem, 2dvw, 2.5rem);
  color: #e2cbcd;
}
@media screen and (max-width: 768px) {
  .c-section-title .ja {
    font-size: clamp(0.75rem, 1.8229166667dvw, 0.875rem);
  }
  .c-section-title .en {
    font-size: clamp(2.5rem, 6.7708333333dvw, 3.25rem);
  }
  .c-section-title .en--about::after {
    font-size: clamp(1.125rem, 3.125dvw, 1.5rem);
  }
}
.c-section-title--light {
  color: #fff;
  filter: drop-shadow(0 0.125rem 1rem rgba(24, 41, 71, 0.6));
}
.c-section-title--light .ja {
  font-size: clamp(0.75rem, 0.7dvw, 0.875rem);
}
.c-section-title--light .ja::before {
  background-color: #fff;
}
.c-section-title--light .en {
  font-size: clamp(3rem, 3.6dvw, 4.5rem);
  margin-top: clamp(0.75rem, 1dvw, 1.25rem);
}
.c-section-title--small .ja {
  font-size: clamp(0.75rem, 0.7dvw, 0.875rem);
}
.c-section-title--small .en {
  font-size: clamp(2.5rem, 3dvw, 3.75rem);
  margin-top: 8px;
}

.c-tel {
  width: -moz-fit-content;
  width: fit-content;
  color: #af272f;
  letter-spacing: 0.04em;
}
.c-tel a {
  color: #af272f;
}
.c-tel__number {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: clamp(1.125rem, 1.3dvw, 1.625rem);
  font-weight: 700;
}
.c-tel__number .icon {
  width: clamp(1rem, 1.2dvw, 1.5rem);
}
.c-tel__info {
  display: flex;
  justify-content: center;
  gap: clamp(0.625rem, 1dvw, 1.25rem);
  margin-top: clamp(0.375rem, 0.4dvw, 0.5rem);
  font-size: clamp(0.625rem, 0.6dvw, 0.75rem);
}
.c-tel__info dt {
  font-weight: 500;
}

.c-text-ltr {
  display: inline-block;
  overflow: hidden;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  opacity: 0;
  transition: 2s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.c-text-ltr.is-appeared {
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.c-products-item__img {
  aspect-ratio: 4/3;
  background-color: #edeff2;
  border-radius: clamp(1.75rem, 2dvw, 2.5rem) clamp(0.125rem, 0.2dvw, 0.25rem);
  overflow: hidden;
}
.c-products-item__img img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.4s;
}
.c-products-item__name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(0.75rem, 1dvw, 1.25rem);
  margin-top: clamp(0.5rem, 0.8dvw, 1rem);
  font-size: clamp(0.875rem, 0.9dvw, 1.125rem);
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}
.c-products-item__name::after {
  content: "";
  flex-shrink: 0;
  width: 0.5rem;
  aspect-ratio: 1/1;
  margin: 0 0.9rem;
  background-color: #003594;
  border-radius: 50%;
  transition: 0.4s;
}
@media (hover: hover) {
  .c-products-item a:hover .c-products-item__img img {
    transform: scale(1.1);
  }
  .c-products-item a:hover .c-products-item__name::after {
    transform: scale(1.8);
  }
}
@media screen and (max-width: 576px) {
  .c-products-item__name::after {
    display: none;
  }
}

.c-banner {
  border-radius: clamp(2.5rem, 3dvw, 3.75rem) clamp(0.125rem, 0.2dvw, 0.25rem);
  overflow: hidden;
}
.c-banner a {
  width: 100%;
  height: 100%;
  position: relative;
}
.c-banner a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 41, 71, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.c-banner__img {
  height: 100%;
}
.c-banner__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.c-banner__img img.company {
  width: 126%;
  -o-object-position: 50% 16%;
     object-position: 50% 16%;
}
.c-banner__img img.contact {
  width: 120%;
  -o-object-position: 50% 80%;
     object-position: 50% 80%;
}
.c-banner__section-title {
  position: absolute;
  bottom: 8%;
  left: 5%;
  z-index: 10;
}
@media (hover: hover) {
  .c-banner a:hover .c-banner__img img {
    transform: scale(1.06);
  }
}

.c-block-text .title {
  font-size: clamp(1.125rem, 1.2dvw, 1.5rem);
  font-weight: 600;
  line-height: 1.5;
}
.c-block-text .desc {
  margin-top: clamp(1.25rem, 1.4dvw, 1.75rem);
}
.c-block-text .desc p {
  text-align: justify;
}
.c-block-text .desc p:not(:first-of-type) {
  margin-top: clamp(0.375rem, 0.6dvw, 0.75rem);
}

.c-foods-products-cat a {
  padding: clamp(3px, 0.25dvw, 5px) clamp(10px, 0.7dvw, 14px) clamp(4px, 0.3dvw, 6px);
  border: 1px solid #4f5156;
  border-radius: 1000px;
  line-height: 1;
  font-size: clamp(0.75rem, 0.7dvw, 0.875rem);
  color: #4f5156;
  transition: 0.3s;
}
.c-foods-products-cat.is-active a {
  background-color: #4f5156;
  color: #fff;
}
@media (hover: hover) {
  .c-foods-products-cat:hover a {
    background-color: #4f5156;
    color: #fff;
  }
}

.c-foods-products-item article {
  display: flex;
  gap: clamp(28px, 3dvw, 60px);
}
.c-foods-products-item article .img-gallery {
  width: 50%;
}
.c-foods-products-item article .text {
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 2dvw, 40px);
  line-height: 1.5;
}
.c-foods-products-item article .text .item-name {
  font-size: clamp(1.125rem, 1.1dvw, 1.375rem);
  font-weight: 500;
  line-height: 1.5;
}
.c-foods-products-item article .text .item-detail dt {
  font-weight: 400;
}
.c-foods-products-item article .text .item-detail dd {
  margin-top: clamp(8px, 0.6dvw, 12px);
}
.c-foods-products-item article .text .item-desc {
  line-height: 1.75;
}
@media screen and (max-width: 576px) {
  .c-foods-products-item article {
    display: block;
  }
  .c-foods-products-item article .img-gallery {
    width: 100%;
  }
  .c-foods-products-item article .text {
    margin-top: 36px;
  }
}

.p-nav__list {
  display: flex;
  align-items: center;
  gap: clamp(0.875rem, 1.6dvw, 2rem);
}
.p-nav .c-button-contact {
  display: none;
}
.p-nav__bg {
  display: none;
}
@media screen and (max-width: 992px) {
  .p-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(320px, 52dvw, 600px);
    height: 99vh;
    position: fixed;
    top: 0;
    right: calc(clamp(320px, 52dvw, 600px) * -1);
    z-index: 100;
    background-image: url(../img/common/noise.png);
    background-color: #fff;
    background-repeat: repeat;
    background-position: center;
    background-size: 8%;
    border-radius: clamp(2.5rem, 5dvw, 6.25rem) clamp(0.125rem, 0.4dvw, 0.5rem);
    transition: 0.4s;
  }
  .p-nav__list {
    flex-direction: column;
    gap: clamp(2.25rem, 4.8387096774dvw, 3rem);
    font-size: clamp(0.875rem, 1.5120967742dvw, 0.9375rem);
  }
  .p-nav__list .c-button-contact {
    display: block;
  }
  .p-nav__bg {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -10;
    background-color: rgba(24, 41, 71, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }
  .p-nav__bg.js-navBg.is-active {
    opacity: 1;
    visibility: visible;
  }
  .p-nav.js-headerNav.is-active {
    right: 0;
    box-shadow: 0 0.125rem 1rem rgba(24, 41, 71, 0.6);
  }
}

.p-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  padding: 0 2dvw;
  background-color: #fff;
  font-size: clamp(0.8125rem, 0.75dvw, 0.9375rem);
  transition: 0.3s;
}
@media screen and (max-width: 576px) {
  .p-header {
    height: 68px;
  }
}
.p-header__logo {
  position: relative;
  z-index: -10;
}
.p-header__logo a {
  display: flex;
  align-items: center;
  gap: clamp(0.5rem, 1dvw, 1.25rem);
}
.p-header__logo .logo-img {
  width: clamp(8rem, 8.4dvw, 10.5rem);
}
.p-header__logo .company-name {
  font-size: clamp(0.6875rem, 0.7dvw, 0.875rem);
}
@media screen and (max-width: 576px) {
  .p-header__logo {
    width: 140px;
  }
  .p-header__logo .company-name {
    display: none;
  }
}
.p-header__contact {
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 1.4dvw, 1.75rem);
}
.p-header__tel .c-tel__info {
  gap: 4px;
}
.p-header__hamburger {
  display: none;
}
.p-header.is-mv {
  height: 12svh;
}
.p-header {
  /* lg */
}
@media screen and (max-width: 992px) {
  .p-header__logo .logo-img {
    width: 160px;
  }
  .p-header__contact .button-contact {
    display: none;
  }
  .p-header__hamburger {
    display: block;
    width: clamp(2rem, 4.0322580645dvw, 2.5rem);
    aspect-ratio: 1/1;
    position: relative;
    z-index: 100;
    cursor: pointer;
  }
  .p-header__hamburger span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #af272f;
    position: absolute;
    transition: 0.5s;
  }
  .p-header__hamburger span:nth-of-type(1) {
    top: 18%;
    left: 0;
  }
  .p-header__hamburger span:nth-of-type(2) {
    top: calc(50% - 1px);
    left: 0;
  }
  .p-header__hamburger span:nth-of-type(3) {
    top: calc(82% - 1px);
    left: 0;
  }
  .p-header__hamburger.is-active span:nth-of-type(1) {
    top: 49%;
    rotate: 30deg;
  }
  .p-header__hamburger.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .p-header__hamburger.is-active span:nth-of-type(3) {
    top: calc(51% - 1px);
    rotate: -30deg;
  }
}

.p-footer {
  padding: clamp(5rem, 6dvw, 7.5rem) 0 clamp(2.25rem, 3dvw, 3.75rem);
  margin-top: clamp(3.75rem, 4dvw, 5rem);
  background-image: url(../img/common/noise.png);
  background-color: #182947;
  background-repeat: repeat;
  background-position: center;
  background-size: 8%;
  border-radius: clamp(5rem, 6dvw, 7.5rem) clamp(5rem, 6dvw, 7.5rem) 0 0;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .p-footer {
    border-radius: 32px 32px 0 0;
  }
}
.p-footer__inner {
  max-width: calc(1590px + clamp(12px, 3vw, 60px) * 2);
  padding: 0 clamp(12px, 3vw, 60px);
  margin: 0 auto;
}
.p-footer__top {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 1fr auto;
}
.p-footer__top .info {
  grid-column: 1/2;
  grid-row: 1/2;
}
.p-footer__top .nav {
  grid-column: 1/2;
  grid-row: 2/3;
  margin-top: 40px;
}
.p-footer__top .nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px clamp(1.25rem, 1.4dvw, 1.75rem);
}
.p-footer__top .nav ul li a {
  font-size: 0.875rem;
  color: #fff;
  transition: 0.3s;
}
@media (hover: hover) {
  .p-footer__top .nav ul li a:hover {
    opacity: 0.8;
  }
}
.p-footer__top .logo {
  grid-column: 2/3;
  grid-row: 1/3;
  max-width: clamp(6.25rem, 6.4dvw, 8rem);
  margin-left: 20px;
}
@media screen and (max-width: 576px) {
  .p-footer__top .info a,
  .p-footer__top .info span {
    color: #fff;
  }
  .p-footer__top .nav {
    grid-column: 1/3;
    grid-row: 2/3;
  }
  .p-footer__top .nav ul {
    justify-content: center;
  }
  .p-footer__top .nav ul li a {
    font-size: 0.75rem;
  }
  .p-footer__top .logo {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.p-footer__bottom {
  margin-top: clamp(3rem, 4dvw, 5rem);
  font-family: "Marcellus";
  text-align: center;
}
@media screen and (max-width: 576px) {
  .p-footer {
    font-size: clamp(0.75rem, 2.4305555556dvw, 0.875rem);
  }
}

.p-page-header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96dvw;
  height: clamp(240px, 18dvw, 360px);
  margin: 5rem auto clamp(68px, 8vw, 160px);
  border-radius: clamp(2.5rem, 5dvw, 6.25rem) clamp(0.125rem, 0.4dvw, 0.5rem);
  position: relative;
  overflow: clip;
}
@media screen and (max-width: 576px) {
  .p-page-header {
    height: 200px;
  }
}
.p-page-header__bg {
  width: 100%;
  height: 200%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.p-page-header__bg--business {
  background-image: url(../img/business/c-page-header__img.webp);
  background-position: 50% 69%;
}
.p-page-header__bg--foods {
  background-image: url(../img/foods/c-page-header__img.webp);
  background-position: 50% 96%;
}
.p-page-header__bg--company {
  background-image: url(../img/company/c-page-header__img.webp);
  background-position: 50% 107%;
}
.p-page-header__bg--contact {
  background-image: url(../img/contact/c-page-header__img.webp);
  background-position: 50% 30%;
  transform: scale(-1, 1);
}
.p-page-header__bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #182947;
}
.p-page-header__bg.is-appeared::before {
  animation: pageHeaderBg 0.35s ease-out forwards;
  animation-delay: 0.15s;
}
@keyframes pageHeaderBg {
  0% {
    background-color: #182947;
  }
  100% {
    background-color: rgba(24, 41, 71, 0.45);
  }
}
.p-page-header__title {
  display: inline-block;
  width: 80%;
  margin-top: -20px;
  position: relative;
  z-index: 20;
  color: #fff;
  filter: drop-shadow(0 0.125rem 1rem rgba(24, 41, 71, 0.6));
}
.p-page-header__title .ja {
  font-size: clamp(0.875rem, 0.8dvw, 1rem);
}
.p-page-header__title .en {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: clamp(0.5rem, 0.6dvw, 0.75rem);
  font-family: "Marcellus";
  font-size: clamp(3.75rem, 4dvw, 5rem);
}
.p-page-header__title:before {
  content: "";
  display: block;
  width: 140px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: calc(clamp(20px, 1.2dvw, 36px) * -1);
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-page-header__title .ja {
    font-size: clamp(0.75rem, 1.8229166667dvw, 0.875rem);
  }
  .p-page-header__title .en {
    font-size: clamp(2.5rem, 6.7708333333dvw, 3.25rem);
  }
}

.p-mv {
  width: 100%;
  height: 100svh;
  position: relative;
}
.p-mv__swiper {
  width: 96dvw;
  height: 88svh;
  border-radius: clamp(2.5rem, 5dvw, 6.25rem) clamp(0.125rem, 0.4dvw, 0.5rem);
  position: absolute;
  bottom: 0;
  left: calc(50% - 48dvw);
  overflow: hidden;
  opacity: 0;
}
.p-mv__swiper::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(24, 41, 71, 0.35);
}
.p-mv__swiper.is-appeared {
  animation: mvFadeIn 0.5s ease-in-out forwards;
  animation-delay: 0;
}
@keyframes mvFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-mv__copy {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.p-mv__copy .copy {
  color: #fff;
  font-family: "Marcellus";
  line-height: 1;
  position: absolute;
  filter: drop-shadow(0 0.125rem 1rem rgba(24, 41, 71, 0.6));
}
.p-mv__copy .copy--main {
  bottom: clamp(1.75rem, 2.6dvw, 3.25rem);
  left: clamp(2.25rem, 3dvw, 3.75rem);
  font-size: clamp(5rem, 6dvw, 7.5rem);
}
.p-mv__copy .copy--main .large {
  font-size: clamp(7.5rem, 8dvw, 10rem);
}
.p-mv__copy .copy--sub {
  top: clamp(1.75rem, 2dvw, 2.5rem);
  right: clamp(1.75rem, 2dvw, 2.5rem);
  font-size: clamp(1.75rem, 1.8dvw, 2.25rem);
  line-height: 1.35;
  text-align: end;
}
@media (orientation: portrait) {
  .p-mv__copy .copy--main {
    font-size: clamp(3.5rem, 10.4166666667dvw, 5rem);
  }
  .p-mv__copy .copy--main .large {
    font-size: clamp(5rem, 15.625dvw, 7.5rem);
  }
  .p-mv__copy .copy--sub {
    font-size: clamp(1.25rem, 3.6458333333dvw, 1.75rem);
  }
}

.p-about {
  display: grid;
  grid-template-columns: 50% 45vw;
  grid-template-rows: max-content 1fr;
  justify-content: space-between;
  padding-top: clamp(11.25rem, 12dvw, 15rem);
  padding-left: calc(50dvw - 50%);
  margin: 0 calc(50% - 50dvw);
  position: relative;
  overflow-x: clip;
  text-align: justify;
}
.p-about__bg {
  width: 100%;
  position: absolute;
  top: -2dvw;
  left: calc(50% - 50dvw);
  z-index: -10;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(180deg, #000 40%, transparent 100%);
          mask-image: linear-gradient(180deg, #000 40%, transparent 100%);
}
.p-about__bg img {
  width: 120%;
  -o-object-position: -5dvw 50%;
     object-position: -5dvw 50%;
}
.p-about__section-title {
  grid-column: 1/2;
  grid-row: 1/2;
  padding-left: 6.8dvw;
}
.p-about__detail {
  grid-column: 1/2;
  grid-row: 2/3;
  padding-left: 6.8dvw;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: clamp(3.75rem, 4dvw, 5rem);
  margin-right: clamp(2.5rem, 4dvw, 5rem);
}
.p-about__detail .title {
  font-size: clamp(1.25rem, 1.2dvw, 1.5rem);
  font-weight: 700;
}
.p-about__detail .desc {
  margin-top: clamp(2.75rem, 2.6dvw, 3.25rem);
  line-height: 2;
}
.p-about__detail .desc p:not(:first-of-type) {
  margin-top: clamp(1.25rem, 1.4dvw, 1.75rem);
}
.p-about__img {
  grid-column: 2/3;
  grid-row: 1/3;
  width: 100%;
  border-radius: clamp(3.25rem, 4dvw, 5rem) clamp(0.125rem, 0.3dvw, 0.375rem);
  overflow: hidden;
  justify-self: end;
}
.p-about__img img {
  width: 180%;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 80%;
     object-position: 50% 80%;
  transform: translateX(-14%);
}
@media screen and (max-width: 992px) {
  .p-about {
    padding-top: clamp(6.25rem, 14.1129032258dvw, 8.75rem);
  }
  .p-about__section-title, .p-about__detail {
    padding-left: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .p-about {
    display: flex;
    flex-direction: column;
    padding-left: initial;
    margin: initial;
    overflow: initial;
  }
  .p-about__section-title {
    order: 1;
    padding: 0;
  }
  .p-about__img {
    order: 2;
    width: 100%;
    height: 240px;
    margin-top: 16px;
  }
  .p-about__img img {
    height: 100%;
    -o-object-position: 50% 70%;
       object-position: 50% 70%;
    transform: translateX(-14%);
  }
  .p-about__detail {
    order: 3;
    padding: 0;
    margin: 0;
    margin-top: 20px;
  }
  .p-about__detail .desc {
    margin-top: 20px;
  }
  .p-about__detail .desc p:not(:first-of-type) {
    margin-top: 12px;
  }
}

.p-business {
  padding-top: clamp(7.5rem, 9dvw, 11.25rem);
}
.p-business__supply {
  margin-top: clamp(2.5rem, 4dvw, 5rem);
}
.p-business__supply .title {
  font-size: clamp(1.25rem, 1.2dvw, 1.5rem);
  font-weight: 700;
  line-height: 1.4;
}
.p-business__flow {
  display: flex;
  align-items: stretch;
  height: 17.5rem;
  margin-top: clamp(1.75rem, 2dvw, 2.5rem);
  position: relative;
  overflow: clip;
}
.p-business__flow .company {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 1000px 1000px 0;
  color: #fff;
  overflow-y: clip;
}
.p-business__flow .company--salmar {
  width: 52%;
  background-color: #af272f;
  position: relative;
  z-index: 10;
}
.p-business__flow .company--salmar::before, .p-business__flow .company--salmar::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0 1000px 1000px 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.p-business__flow .company--salmar::before {
  background-color: #fff;
  transform: scale(1.03);
}
.p-business__flow .company--salmar::after {
  background-color: #af272f;
}
.p-business__flow .company--client {
  width: 48%;
  background-color: #003594;
  position: relative;
  z-index: 0;
}
.p-business__flow .company--client::before {
  content: "";
  width: 31%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -30%;
  background-color: #003594;
}
.p-business .steps {
  display: grid;
  gap: clamp(1rem, 1.2dvw, 1.5rem) 0;
  width: 72%;
  position: relative;
  z-index: 20;
  line-height: 1.2;
  text-align: center;
}
.p-business .steps thead,
.p-business .steps tbody,
.p-business .steps tfoot,
.p-business .steps tr {
  display: contents;
}
.p-business .steps th,
.p-business .steps td {
  display: block;
}
.p-business .steps th[colspan="3"],
.p-business .steps td[colspan="3"] {
  grid-column: auto/span 3;
}
.p-business .steps--salmar {
  grid-template-columns: 55% 45%;
  grid-template-rows: auto 1fr;
}
.p-business .steps--client {
  grid-template-columns: 40% 30% 30%;
  grid-template-rows: auto 1fr;
}
.p-business .steps .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: clamp(1rem, 1dvw, 1.25rem);
  font-weight: 500;
}
.p-business .steps .title .small {
  display: inline-block;
  align-content: center;
  margin-top: clamp(0.625rem, 0.6dvw, 0.75rem);
  font-size: clamp(0.75rem, 0.7dvw, 0.875rem);
}
.p-business .steps .detail {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1.5rem, 1.8dvw, 2.25rem) 0;
  background-color: #fff;
  border-radius: 0 1000px 1000px 0;
}
.p-business .steps .detail--salmar {
  color: #af272f;
  border: 6px solid #af272f;
}
.p-business .steps .detail--salmar:nth-of-type(2) {
  z-index: -10;
}
.p-business .steps .detail--client {
  color: #003594;
  border: 6px solid #003594;
}
.p-business .steps .detail--client:nth-of-type(2) {
  z-index: -10;
}
.p-business .steps .detail--client:nth-of-type(3) {
  z-index: -20;
}
.p-business .steps .detail:not(:first-of-type) {
  position: relative;
  padding-right: 12%;
}
.p-business .steps .detail:not(:first-of-type)::before {
  content: "";
  width: 56%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: -55%;
  z-index: 10;
}
.p-business .steps .detail:not(:first-of-type) ul {
  position: relative;
  z-index: 10;
}
.p-business .steps .detail ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.p-business .steps .detail ul li:not(:first-of-type) {
  margin-top: clamp(0.75rem, 0.8dvw, 1rem);
}
@media screen and (max-width: 576px) {
  .p-business__flow {
    flex-direction: column;
    height: auto;
  }
  .p-business__flow .company {
    width: 100%;
    padding: 60px 0;
    border-radius: 0 0 80px 80px;
    overflow-y: visible;
  }
  .p-business__flow .company--salmar::before, .p-business__flow .company--salmar::after {
    border-radius: 0 0 80px 80px;
  }
  .p-business__flow .company--client::before {
    width: 100%;
    height: 31%;
    top: -30%;
    left: 0;
  }
  .p-business .steps {
    gap: 12px 0;
    width: -moz-fit-content;
    width: fit-content;
    writing-mode: vertical-lr;
  }
  .p-business .steps .title {
    writing-mode: horizontal-tb;
  }
  .p-business .steps .detail {
    width: clamp(160px, 45vw, 260px);
    height: 105%;
    min-height: 84px;
    border-radius: 0 0 40px 40px;
    writing-mode: horizontal-tb;
    padding: 0;
  }
  .p-business .steps .detail:not(:first-of-type) {
    padding: 0 0 4px 0;
  }
  .p-business .steps .detail:not(:first-of-type)::before {
    width: 100%;
    height: 56%;
    top: -55%;
    left: 0;
  }
  .p-business .steps .detail ul li:not(:first-of-type) {
    margin-top: 8px;
  }
}
.p-business__message {
  margin: 0 calc(50% - 50vw) 0;
  margin-top: clamp(7.5rem, 12dvw, 15rem);
}
.p-message {
  display: grid;
  grid-template-columns: 27.027027027% auto 27.027027027%;
  grid-template-rows: max-content 1fr;
  text-align: center;
  overflow-x: clip;
}
.p-message__img {
  width: -moz-fit-content;
  width: fit-content;
}
.p-message__img:nth-of-type(1) {
  grid-column: 1/2;
  grid-row: 1/3;
}
.p-message__img:nth-of-type(2) {
  grid-column: 3/4;
  grid-row: 1/3;
}
.p-message__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-message__title {
  grid-column: 2/3;
  grid-row: 1/2;
  padding-top: clamp(1.75rem, 2.4dvw, 3rem);
  font-size: clamp(1.125rem, 1.2dvw, 1.5rem);
  font-weight: 700;
}
.p-message__text {
  grid-column: 2/3;
  grid-row: 2/3;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-max-content;
  height: max-content;
  padding-bottom: clamp(1.75rem, 2.4dvw, 3rem);
  margin: 0 auto;
  position: relative;
}
.p-message__text .desc {
  margin-top: clamp(2.5rem, 3dvw, 3.75rem);
}
.p-message__text .desc p {
  margin-top: clamp(1.25rem, 1.4dvw, 1.75rem);
  font-size: clamp(0.875rem, 0.9dvw, 1.125rem);
}
.p-message__text .desc p:first-of-type {
  margin-top: 0;
}
.p-message__text .button {
  margin: clamp(2.5rem, 3dvw, 3.75rem) 0 auto auto;
}
.p-message__text .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
.p-message__text .bg .fish01 {
  width: clamp(380px, 27.8vw, 557px);
  position: absolute;
  top: -64%;
  right: -25%;
}
.p-message__text .bg .fish02 {
  width: clamp(460px, 37.2vw, 744px);
  position: absolute;
  bottom: -34%;
  left: -35%;
}
@media screen and (max-width: 992px) {
  .p-message {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
  }
  .p-message__title {
    grid-column: 1/3;
    grid-row: 1/2;
    max-width: calc(1590px + clamp(12px, 3vw, 60px) * 2);
    padding: 0 clamp(12px, 3vw, 60px);
  }
  .p-message__img {
    margin-top: clamp(1.25rem, 3.2258064516dvw, 2rem);
  }
  .p-message__img:nth-of-type(1) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .p-message__img:nth-of-type(2) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .p-message__text {
    grid-column: 1/3;
    grid-row: 3/4;
    max-width: calc(1590px + clamp(12px, 3vw, 60px) * 2);
    padding: 0 clamp(12px, 3vw, 60px);
  }
  .p-message__text .desc {
    margin-top: clamp(1.25rem, 3.2258064516dvw, 2rem);
  }
}

.p-products {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: 1fr 1fr;
  padding-top: clamp(8.75rem, 12dvw, 15rem);
}
.p-products__section-title {
  grid-column: 1/1;
  grid-row: 1/1;
  margin-right: clamp(3.75rem, 5dvw, 6.25rem);
}
.p-products__list-wrapper {
  grid-column: 2/3;
  grid-row: 1/3;
}
.p-products__list {
  display: flex;
  justify-content: space-between;
  gap: clamp(1.25rem, 1.4dvw, 1.75rem);
}
.p-products__item {
  width: calc(33.3333333333% - clamp(1.25rem, 1.4dvw, 1.75rem));
}
.p-products__button {
  grid-column: 1/2;
  grid-row: 2/3;
  margin-top: clamp(2rem, 2.4dvw, 3rem);
}
@media screen and (max-width: 992px) {
  .p-products {
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(2, auto);
    align-items: center;
    justify-content: space-between;
  }
  .p-products__section-title {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .p-products__list-wrapper {
    grid-column: 1/3;
    grid-row: 2/3;
    margin-top: clamp(1.25rem, 2.8225806452dvw, 1.75rem);
  }
  .p-products__button {
    grid-column: 2/3;
    grid-row: 1/2;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .p-products {
    display: block;
  }
  .p-products__list-wrapper {
    margin: 28px calc(50% - 50dvw);
    overflow-x: clip;
  }
  .p-products__list {
    justify-content: initial;
    gap: initial;
  }
  .p-products__button {
    margin: 28px auto 0;
  }
}

.p-banner-area {
  display: flex;
  justify-content: space-between;
  gap: clamp(1.5rem, 3dvw, 3.75rem);
  margin-top: clamp(7.5rem, 9dvw, 11.25rem);
}
.p-banner-area__banner {
  width: 50%;
  aspect-ratio: 16/8;
}
@media screen and (max-width: 576px) {
  .p-banner-area {
    display: block;
  }
  .p-banner-area__banner {
    width: 100%;
    height: 200px;
    aspect-ratio: initial;
  }
  .p-banner-area__banner:not(:first-of-type) {
    margin-top: clamp(1rem, 3.4722222222dvw, 1.25rem);
  }
}

.p-contact__tel .address {
  padding: clamp(20px, 2dvw, 40px);
  margin-top: clamp(12px, 1.4dvw, 28px);
  background-color: #ffebed;
  border-radius: clamp(2px, 0.2dvw, 4px);
}
.p-contact__tel .address__inner {
  margin: 0 auto;
}
.p-contact__tel .tel-number {
  font-size: clamp(1.375rem, 1.6dvw, 2rem);
}
.p-contact__tel .tel-number .icon {
  width: 20px, 1.5dvw, 30px;
}
.p-contact__tel .tel-info {
  margin-top: clamp(8px, 0.6dvw, 12px);
  font-size: clamp(0.875rem, 0.8dvw, 1rem);
}
.p-contact__form {
  margin-top: clamp(80px, 5dvw, 100px);
}
.p-contact .policy {
  margin-top: clamp(20px, 2dvw, 40px);
}
.p-contact .policy .title {
  padding: 8px 12px;
  border-left: 1px solid #182947;
}
.p-contact .policy .desc {
  height: 240px;
  padding: 2%;
  margin-top: clamp(8px, 0.6dvw, 12px);
  border: 1px solid #dbdde0;
  border-radius: clamp(2px, 0.2dvw, 4px);
  font-size: clamp(0.75rem, 0.7dvw, 0.875rem);
  overflow-y: scroll;
}
.p-contact .policy .check {
  text-align: center;
  margin-top: clamp(6px, 0.5dvw, 10px);
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
}
.p-contact .form {
  margin-top: clamp(12px, 1.4dvw, 28px);
}
.p-contact .formBtn {
  text-align: center;
}
.p-contact tr {
  display: flex;
  flex-direction: column;
  margin-top: clamp(16px, 1.2dvw, 24px);
}
.p-contact th {
  font-weight: 500;
}
.p-contact .red {
  padding: 2px 4px;
  margin-left: 8px;
  background-color: #af272f;
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 0.04rem;
  color: #fff;
  vertical-align: middle;
}
.p-contact input,
.p-contact .form-control,
.p-contact select,
.p-contact textarea {
  width: 100%;
  padding: 8px;
  margin-top: clamp(8px, 0.6dvw, 12px);
  border: 1px solid #dbdde0;
  border-radius: clamp(2px, 0.2dvw, 4px);
  font-size: clamp(0.875rem, 0.8dvw, 1rem);
  letter-spacing: 0.08rem;
}
.p-contact input:focus:not(input[type=checkbox]),
.p-contact .form-control:focus:not(input[type=checkbox]),
.p-contact select:focus:not(input[type=checkbox]),
.p-contact textarea:focus:not(input[type=checkbox]) {
  outline: none;
  border: 1px solid #dbdde0;
  background-color: #edeff2;
  box-shadow: none;
}
.p-contact select {
  -webkit-appearance: base-select;
     -moz-appearance: base-select;
          appearance: base-select;
  align-items: center;
  height: 42px;
  cursor: pointer;
}
.p-contact select::picker(select) {
  -webkit-appearance: base-select;
     -moz-appearance: base-select;
          appearance: base-select;
  border: 1px solid #dbdde0;
  border-radius: clamp(2px, 0.2dvw, 4px);
}
.p-contact select option {
  width: 100%;
  padding: 8px;
  font-size: clamp(0.875rem, 0.8dvw, 1rem);
  background-color: #fff;
  transition: 0.1s;
  cursor: pointer;
}
@media (hover: hover) {
  .p-contact select option:hover {
    background-color: #edeff2;
  }
}
.p-contact select option::checkmark {
  content: "";
  display: block;
  height: 8px;
  aspect-ratio: 5/3;
  margin-bottom: 4px;
  border-left: 1px solid #111825;
  border-bottom: 1px solid #111825;
  rotate: -45deg;
}
.p-contact ::-moz-placeholder {
  color: #b6b9be;
  font-size: clamp(0.875rem, 0.8dvw, 1rem);
}
.p-contact ::placeholder {
  color: #b6b9be;
  font-size: clamp(0.875rem, 0.8dvw, 1rem);
}
.p-contact input[type=checkbox] {
  width: 6px;
  aspect-ratio: 1/1;
  margin-top: 0;
  margin-right: 4px;
  vertical-align: middle;
  transition: background-color 0.3s;
}
.p-contact input[type=checkbox]:checked {
  position: relative;
}
.p-contact input[type=checkbox]:checked::before {
  content: "";
  display: block;
  height: 8px;
  aspect-ratio: 5/3;
  margin-bottom: 4px;
  border-left: 1px solid #111825;
  border-bottom: 1px solid #111825;
  rotate: -45deg;
  position: absolute;
  top: 14%;
  left: 12%;
}
@media (hover: hover) {
  .p-contact input[type=checkbox]:hover {
    background-color: #edeff2;
  }
}
.p-contact label {
  vertical-align: middle;
}

.p-aboutASA__loop {
  margin: clamp(32px, 2.4vw, 48px) calc(50% - 50vw) 0;
}
.p-aboutASA__img {
  width: clamp(160px, 20vw, 400px);
  aspect-ratio: 4/3;
}
.p-aboutASA__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-aboutASA__img img.odd {
  padding-bottom: 6%;
}
.p-aboutASA__img img.even {
  padding-top: 6%;
}
.p-aboutASA__text {
  margin-top: clamp(32px, 2.4vw, 48px);
  position: relative;
}
.p-aboutASA__text .inner {
  width: 50%;
}
.p-aboutASA__text .bg {
  width: 70%;
  position: absolute;
  top: -70%;
  right: -20%;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .p-aboutASA__text .inner {
    width: 100%;
  }
  .p-aboutASA__text .bg {
    width: 100%;
  }
}

.p-lower-sub-section {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: clamp(24px, 2vw, 40px);
  width: 88%;
  margin: clamp(100px, 8dvw, 160px) auto 0;
}
.p-lower-sub-section__text {
  grid-column: 4/7;
  grid-row: 1/2;
}
.p-lower-sub-section__text .title {
  padding: clamp(6px, 0.6dvw, 12px) 0 clamp(6px, 0.6dvw, 12px) clamp(20px, 1.4dvw, 28px);
  border-left: 2px solid #182947;
}
.p-lower-sub-section__text .title .sub {
  font-size: clamp(1rem, 1dvw, 1.25rem);
}
.p-lower-sub-section__text .title .main {
  display: block;
  margin-top: clamp(12px, 0.8dvw, 16px);
  font-size: clamp(1.5rem, 1.6dvw, 2rem);
}
.p-lower-sub-section__img {
  aspect-ratio: 16/9;
  grid-row: 2/3;
}
.p-lower-sub-section__img:nth-of-type(2) {
  grid-column: 1/4;
  grid-row: 1/2;
}
.p-lower-sub-section__img:nth-of-type(3) {
  grid-column: 1/3;
}
.p-lower-sub-section__img:nth-of-type(4) {
  grid-column: 3/5;
}
.p-lower-sub-section__img:nth-of-type(5) {
  grid-column: 5/7;
}
.p-lower-sub-section__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (max-width: 1200px) {
  .p-lower-sub-section__img:nth-of-type(2) {
    aspect-ratio: 4/3;
  }
}
@media screen and (max-width: 576px) {
  .p-lower-sub-section {
    gap: 4%;
  }
  .p-lower-sub-section__text {
    grid-column: 1/7;
  }
  .p-lower-sub-section__img:nth-of-type(2) {
    aspect-ratio: 16/9;
    grid-column: 1/4;
    grid-row: 2/3;
  }
  .p-lower-sub-section__img:nth-of-type(3) {
    grid-column: 1/4;
    grid-row: 3/4;
  }
  .p-lower-sub-section__img:nth-of-type(4) {
    grid-column: 4/7;
    grid-row: 2/3;
  }
  .p-lower-sub-section__img:nth-of-type(5) {
    grid-column: 4/7;
    grid-row: 3/4;
  }
}
.p-lower-sub-section--innovanor .p-lower-sub-section__text {
  grid-column: 1/4;
}
.p-lower-sub-section--innovanor .p-lower-sub-section__img:nth-of-type(2) {
  grid-column: 4/7;
}
@media screen and (max-width: 576px) {
  .p-lower-sub-section--innovanor .p-lower-sub-section__text {
    grid-column: 1/7;
  }
  .p-lower-sub-section--innovanor .p-lower-sub-section__img:nth-of-type(2) {
    grid-column: 1/4;
  }
}

.p-salmar-base {
  padding: 4% 6%;
  margin-top: clamp(100px, 7dvw, 140px);
  border-radius: clamp(2px, 0.2dvw, 4px);
  background-color: #edeff2;
}
.p-salmar-base__title {
  font-size: clamp(1.25rem, 1.2dvw, 1.5rem);
  font-weight: 600;
}
.p-salmar-base__imgs {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 2dvw;
  margin-top: clamp(12px, 1dvw, 20px);
}
.p-salmar-base__imgs .img:nth-child(1) {
  grid-column: 1 / 2;
  aspect-ratio: 16 / 9;
}
.p-salmar-base__imgs .img:nth-child(2) {
  grid-column: 2 / 3;
  aspect-ratio: 16 / 9;
}
.p-salmar-base__imgs .img:nth-child(3) {
  grid-column: 1 / 3;
}
.p-salmar-base__imgs .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 576px) {
  .p-salmar-base__imgs {
    display: block;
  }
  .p-salmar-base__imgs .img {
    width: 100%;
  }
  .p-salmar-base__imgs .img:not(:first-of-type) {
    margin-top: 4%;
  }
}

.p-foods-policy__text {
  display: grid;
  grid-template-columns: max-content auto;
  grid-template-rows: repeat(2, auto);
  gap: clamp(1rem, 1dvw, 1.25rem) clamp(24px, 2.6dvw, 52px);
  letter-spacing: 0.15rem;
}
.p-foods-policy__text .en {
  grid-column: 1/2;
  grid-row: 1/2;
  font-family: "Marcellus";
  font-size: clamp(1.125rem, 1.2dvw, 1.5rem);
  color: #afbbcc;
}
.p-foods-policy__text .ja {
  grid-column: 1/2;
  grid-row: 2/3;
  display: block;
  font-size: clamp(1.75rem, 2.4dvw, 3rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.4rem;
}
.p-foods-policy__text .c-block-text {
  grid-column: 2/3;
  grid-row: 2/3;
}
.p-foods-policy__text .c-block-text .desc {
  margin-top: 0;
}
.p-foods-policy__text .c-block-text .desc p:not(:first-of-type) {
  margin-top: clamp(12px, 1dvw, 20px);
}
@media screen and (max-width: 992px) {
  .p-foods-policy__text .ja {
    font-size: clamp(1.25rem, 2.8225806452dvw, 1.75rem);
    letter-spacing: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-foods-policy__text {
    display: block;
  }
  .p-foods-policy__text .ja {
    font-size: clamp(1.25rem, 3.3854166667dvw, 1.625rem);
    margin-top: clamp(8px, 1.2dvw, 12px);
    letter-spacing: 0.2rem;
  }
  .p-foods-policy__text .c-block-text {
    margin-top: clamp(20px, 2.8dvw, 28px);
  }
}
@media screen and (max-width: 576px) {
  .p-foods-policy__text .en {
    letter-spacing: 0.1rem;
  }
  .p-foods-policy__text .ja {
    font-size: clamp(1.25rem, 4.5138888889dvw, 1.625rem);
  }
  .p-foods-policy__text .mdBrNone {
    display: block;
  }
}
.p-foods-policy__loop {
  margin: clamp(40px, 3.6vw, 72px) calc(50% - 50vw) 0;
}
.p-foods-policy__img {
  width: clamp(160px, 20vw, 400px);
  aspect-ratio: 4/3;
}
.p-foods-policy__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-foods-policy__img img.odd {
  padding-bottom: 6%;
}
.p-foods-policy__img img.even {
  padding-top: 6%;
}

.p-foods-process {
  padding: clamp(80px, 6dvw, 120px) calc(50dvw - 50%);
  margin: clamp(100px, 8dvw, 160px) calc(50% - 50dvw) 0;
  background-color: #edeff2;
}
.p-foods-process__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: clamp(16px, 1.4dvw, 28px);
}
.p-foods-process__list .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16.3333333333%;
  min-height: 100px;
  border: 4px solid #edeff2;
  border-radius: 0 1000px 1000px 0;
  font-size: clamp(0.875rem, 1dvw, 1.25rem);
  color: #fff;
  position: relative;
}
.p-foods-process__list .item::before {
  font-family: "Marcellus";
  font-size: clamp(2rem, 3dvw, 3.75rem);
  position: absolute;
  top: -2%;
  left: -12%;
  z-index: 10;
  opacity: 0.2;
}
.p-foods-process__list .item:not(:first-of-type) {
  padding-right: 2%;
}
.p-foods-process__list .item:not(:first-of-type)::after {
  content: "";
  width: 31%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -30%;
  z-index: 0;
}
.p-foods-process__list .item:nth-of-type(1) {
  background-color: #003594;
  width: 18.3333333333%;
  z-index: 60;
}
.p-foods-process__list .item:nth-of-type(1)::before {
  content: "01";
  left: 0;
}
.p-foods-process__list .item:nth-of-type(2) {
  background-color: #184aa1;
  z-index: 50;
}
.p-foods-process__list .item:nth-of-type(2)::before {
  content: "02";
}
.p-foods-process__list .item:nth-of-type(2)::after {
  background-color: #184aa1;
}
.p-foods-process__list .item:nth-of-type(3) {
  background-color: #2f5fae;
  z-index: 40;
}
.p-foods-process__list .item:nth-of-type(3)::before {
  content: "03";
}
.p-foods-process__list .item:nth-of-type(3)::after {
  background-color: #2f5fae;
}
.p-foods-process__list .item:nth-of-type(4) {
  background-color: #4773bc;
  z-index: 30;
}
.p-foods-process__list .item:nth-of-type(4)::before {
  content: "04";
}
.p-foods-process__list .item:nth-of-type(4)::after {
  background-color: #4773bc;
}
.p-foods-process__list .item:nth-of-type(5) {
  background-color: #5e88c9;
  z-index: 20;
}
.p-foods-process__list .item:nth-of-type(5)::before {
  content: "05";
}
.p-foods-process__list .item:nth-of-type(5)::after {
  background-color: #5e88c9;
}
.p-foods-process__list .item:nth-of-type(6) {
  background-color: #769dd6;
  z-index: 10;
}
.p-foods-process__list .item:nth-of-type(6)::before {
  content: "06";
}
.p-foods-process__list .item:nth-of-type(6)::after {
  background-color: #769dd6;
}
.p-foods-process__list .item p {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 576px) {
  .p-foods-process__list {
    flex-wrap: wrap;
    width: 100%;
  }
  .p-foods-process__list .item {
    width: 30.8333333333%;
  }
  .p-foods-process__list .item:nth-of-type(1), .p-foods-process__list .item:nth-child(4) {
    width: 38.3333333333%;
  }
  .p-foods-process__list .item:nth-of-type(4)::before {
    left: 0;
  }
  .p-foods-process__list .item:nth-of-type(4)::after {
    display: none;
  }
}

.p-foods-products {
  margin-top: clamp(120px, 8dvw, 160px);
}
.p-foods-products__cats {
  display: flex;
  align-items: start;
  gap: clamp(48px, 3dvw, 60px);
  margin-top: clamp(20px, 1.2dvw, 24px);
  color: #4f5156;
}
.p-foods-products__cats .header {
  font-family: "Marcellus";
  font-size: clamp(1.25rem, 1.2dvw, 1.5rem);
  line-height: 1;
}
.p-foods-products__cats .list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(10px, 0.8dvw, 16px);
  width: 100%;
}
@media screen and (max-width: 576px) {
  .p-foods-products__cats {
    flex-direction: column;
    align-items: start;
    gap: clamp(20px, 2.8dvw, 28px);
  }
}
.p-foods-products__cat-title {
  padding-bottom: clamp(8px, 0.8dvw, 16px);
  margin-top: clamp(40px, 3dvw, 60px);
  border-bottom: 1px solid #dbdde0;
  font-size: clamp(1.25rem, 1.4dvw, 1.75rem);
  font-weight: 500;
}
.p-foods-products__list {
  margin-top: clamp(60px, 4dvw, 8px);
}
.p-foods-products__list .item {
  padding: calc(clamp(100px, 8dvw, 160px) / 2) 0;
  border-top: 1px solid #dbdde0;
  border-bottom: 1px solid #dbdde0;
}
.p-foods-products__list .item:first-of-type {
  padding-top: 0;
  border-top: none;
}
.p-foods-products__list .item:last-of-type {
  border-bottom: none;
}
.p-foods-products .paging {
  margin-top: clamp(20px, 2dvw, 40px);
  text-align: center;
  color: #4f5156;
  line-height: 1;
}
.p-foods-products .paging .paging-text {
  display: inline-block;
  margin: 8px;
  vertical-align: middle;
  font-family: "Marcellus";
  font-size: 1.125rem;
}
.p-foods-products .paging .paging-text a {
  padding: 6px 4px 8px;
  color: #4f5156;
  position: relative;
  cursor: pointer;
}
.p-foods-products .paging .paging-text a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #4f5156;
  transform: scale(0, 1);
  transition: transform 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (hover: hover) {
  .p-foods-products .paging .paging-text a:hover::after {
    transform: scale(1, 1);
  }
}
.p-foods-products .paging .paging-text a[rel*=prev], .p-foods-products .paging .paging-text a[rel*=next] {
  width: 32px;
  aspect-ratio: 1/1;
  padding: 0;
  position: relative;
  border: 1px solid #4f5156;
  border-radius: 50%;
  transition: background-color 0.3s;
  transition: border-color 0.3s;
}
.p-foods-products .paging .paging-text a[rel*=prev]::before, .p-foods-products .paging .paging-text a[rel*=next]::before {
  content: "";
  width: 20%;
  aspect-ratio: 1/1;
  border-left: 1px solid #4f5156;
  border-bottom: 1px solid #4f5156;
  position: absolute;
  top: 40%;
  box-sizing: border-box;
  transition: background-color 0.3s;
  transition: border-color 0.3s;
}
.p-foods-products .paging .paging-text a[rel*=prev]::after, .p-foods-products .paging .paging-text a[rel*=next]::after {
  display: none;
}
@media (hover: hover) {
  .p-foods-products .paging .paging-text a[rel*=prev]:hover, .p-foods-products .paging .paging-text a[rel*=next]:hover {
    background-color: #4f5156;
  }
  .p-foods-products .paging .paging-text a[rel*=prev]:hover::before, .p-foods-products .paging .paging-text a[rel*=next]:hover::before {
    border-color: #fff;
  }
}
.p-foods-products .paging .paging-text a[rel*=prev]::before {
  left: 45%;
  rotate: 45deg;
}
.p-foods-products .paging .paging-text a[rel*=next]::before {
  right: 45%;
  rotate: -135deg;
}
.p-foods-products .paging .paging-text.current {
  padding: 6px 4px 8px;
  vertical-align: middle;
  position: relative;
}
.p-foods-products .paging .paging-text.current::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #4f5156;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-company-outline {
  margin: 0 auto;
}
.p-company-outline__list {
  width: 100%;
  margin-top: clamp(40px, 3dvw, 60px);
  line-height: 1;
}
.p-company-outline__list th,
.p-company-outline__list td {
  padding: clamp(16px, 1dvw, 20px) 0;
  vertical-align: middle;
  position: relative;
  line-height: 1.2;
}
.p-company-outline__list th::before,
.p-company-outline__list td::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dbdde0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-company-outline__list th .target-blank,
.p-company-outline__list td .target-blank {
  text-decoration: underline;
  transition: 0.3s;
}
.p-company-outline__list th .target-blank .icon,
.p-company-outline__list td .target-blank .icon {
  display: inline-block;
  width: 16px;
  margin-left: clamp(6px, 0.4dvw, 8px);
}
@media (hover: hover) {
  .p-company-outline__list th .target-blank:hover,
  .p-company-outline__list td .target-blank:hover {
    opacity: 0.8;
  }
}
.p-company-outline__list th {
  width: 30%;
  font-weight: 400;
  color: #182947;
}
.p-company-outline__list th::before {
  width: 80%;
  background-color: #afbbcc;
}
@media screen and (max-width: 768px) {
  .p-company-outline__list th {
    width: 35%;
  }
  .p-company-outline__list th::before {
    width: 90%;
  }
}
.p-company-outline__list td .en {
  color: #b6b9be;
}
.p-company-outline__list td .ja--br {
  line-height: 1.4;
}
.p-company-outline__list .en {
  display: block;
  margin-top: clamp(8px, 0.6dvw, 12px);
  font-family: "Marcellus";
  font-size: clamp(0.625rem, 0.6dvw, 0.75rem);
  color: #8b99ad;
}
.p-company-outline__list a {
  display: block;
}

.p-company-access {
  margin-top: clamp(80px, 6dvw, 120px);
}
.p-company-access .map {
  margin: clamp(40px, 3dvw, 60px) calc(50% - 50dvw) 0;
}
.p-company-access .map iframe {
  width: 100%;
  height: clamp(260px, 22dvw, 440px);
}
.p-company-access .text {
  margin-top: clamp(12px, 0.8dvw, 16px);
}
.p-company-access .button {
  margin: clamp(28px, 2dvw, 40px) auto;
}

/* 印刷用設定 */
@media print {
  /* base */
  .l-wrapper {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    background-attachment: scroll;
  }
  *::before,
  *::after {
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
    background-image: block !important;
    box-shadow: none !important;
  }
  /* animation */
  .fadeInUpTrigger,
  .clipLtrTrigger,
  .clipFlowTrigger,
  .clipImgTrigger {
    opacity: initial;
  }
  .c-text-ltr {
    opacity: initial;
    clip-path: initial;
  }
  /* layout */
  body {
    min-width: 992px;
  }
  .p-header {
    position: absolute;
    height: 80px;
  }
  .p-header.is-mv {
    height: 80px;
  }
  .p-mv {
    height: 50vh;
    aspect-ratio: 4/3;
  }
  .p-mv__swiper {
    height: 88%;
  }
  .p-about {
    padding-top: 100px;
  }
  .p-about__bg {
    top: -40px;
  }
  .p-foods-process__list {
    page-break-before: avoid;
  }
  /* page-break */
  .l-container,
  section {
    page-break-before: avoid;
  }
  section + section.new-none:not(:root) {
    page-break-before: avoid;
  }
  .new-page {
    page-break-before: always;
  }
  /* swiper */
}
*, ::before, ::after {
  min-width: initial;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-size: initial;
  line-height: 1;
}

p {
  padding: 0;
  margin: 0;
}

address {
  padding: 0;
  margin: 0;
}

.table > :not(caption) > * > * {
  padding: initial;
  color: initial;
  background-color: initial;
  border-bottom-width: 0;
  box-shadow: initial;
}

a {
  text-decoration: none;
}

figure {
  margin: 0;
}

ul,
ol,
dl {
  padding: 0;
  margin: 0;
}

dd,
dt {
  padding: 0;
  margin: 0;
}

.swiper-fade .swiper-slide {
  transition-property: opacity !important;
}/*# sourceMappingURL=common.css.map */