@charset "UTF-8";
#main {
  overflow: visible;
}

/* products 一覧ページ */
.product.product-archive {
  margin: 65px 0 0;
  padding: 0 64px;
}

@media screen and (max-width: 768px) {
  .product.product-archive {
    margin: 98px 0 0;
    padding: 0 16px;
  }
}

.product-archive-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 91px;
}

.product-archive-header p {
  margin: 0;
  font-size: 1.75em;
  font-weight: 600;
  line-height: 1.25;
}

@media screen and (max-width: 768px) {
  .product-archive-header {
    row-gap: 27px;
  }

  .product-archive-header p {
    font-size: 1.375em;
    text-align: center;
  }
}

.product-archive-lists {
  display: flex;
  flex-direction: column;
  row-gap: 48px;
  margin: 37px auto 0;
}

.product-archive-lists li a {
  display: flex;
  height: 100%;
  border-radius: 32px;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
}

.product-archive-lists li.archive-cooking-at-home a {
  background: url('../images/link-panel_orange.png') center center / 21px 35px repeat;
}

.product-archive-lists li.archive-food-service a {
  background: url('../images/link-panel_red.png') center center / 21px 35px repeat;
  background-color: var(--main-color-red);
}

.product-archive-lists li.archive-food-manufacturing a {
  background: url('../images/link-panel_black.png') center center / 21px 35px repeat;
}

.product-archive-lists li a .product-archive-item-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: 40px 16px 52px;
}

.product-archive-lists li a .product-archive-item-text figure {
  width: 200px;
}

.product-archive-lists li a .product-archive-item-text figure img {
  width: 100%;
}

.product-archive-lists li a .product-archive-item-text h3 {
  margin: 21px 0 0;
  font-size: 3.125em;
}

.product-archive-lists li a .product-archive-item-text .product-archive-tem-desc {
  margin: 19px 0 0;
  font-size: 0.875em;
  text-align: center;
}

.product-archive-lists li a .product-archive-item-text .common-arrow-text {
  margin: 23px 27px 0 0;
  padding-right: 14px;
  font-size: 1.125em;
  font-weight: 500;
  color: #fff;
}

.product-archive-lists li a .product-archive-item-image {
  width: 42.6829%;
  overflow: hidden;
}

.product-archive-lists li a .product-archive-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

/* hover */
.product-archive-lists li a:hover .product-archive-item-image img {
  transform: scale(1.05);
}

.product-archive-lists li a:hover .common-arrow-text span::before {
  left: 0;
}

.product-archive-lists li a:hover .common-arrow-text span::after {
  left: 21px;
}

@media screen and (max-width: 768px) {
  .product-archive-lists {
    row-gap: 24px;
    margin: 29px auto 0;
  }

  .product-archive-lists li a {
    flex-direction: column;
    height: auto;
    border-radius: 32px;
  }

  .product-archive-lists li.archive-cooking-at-home a {
    background: url('../images/link-panel_orange.png') center center / 21px 35px repeat;
  }

  .product-archive-lists li.archive-food-service a {
    background: url('../images/link-panel_red.png') center center / 21px 35px repeat;
    background-color: var(--main-color-red);
  }

  .product-archive-lists li.archive-food-manufacturing a {
    background: url('../images/link-panel_black.png') center center / 21px 35px repeat;
  }

  .product-archive-lists li a .product-archive-item-text {
    padding: 24px 28px 30px;
  }

  .product-archive-lists li a .product-archive-item-text figure {
    width: 150px;
  }

  .product-archive-lists li a .product-archive-item-text h3 {
    margin: 15px 0 0;
    font-size: 1.875em;
    text-align: center;
  }

  .product-archive-lists li a .product-archive-item-text .product-archive-tem-desc {
    margin: 17px 0 0;
    font-size: 0.8125em;
    text-align: center;
  }

  .product-archive-lists li a .product-archive-item-text .common-arrow-text {
    margin: 19px 25px 0 0;
    padding-right: 8px;
    font-size: 1em;
  }

  .product-archive-lists li a .product-archive-item-image {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}

/* products カテゴリーページ */
.product.product-cat {
  margin: 5px 0 0;
}

.product-cat-header {
  display: flex;
  align-items: stretch;
  width: calc(100% - 64px);
  margin: 0 auto;
  border-radius: 32px;
  overflow: hidden;
}

.cooking-at-home .product-cat-header {
  background: url('../images/link-panel_orange.png') center center / 21px 35px repeat;
}

.food-service .product-cat-header {
  background: url('../images/link-panel_red.png') center center / 21px 35px repeat;
  background-color: var(--main-color-red);
}

.food-manufacturing .product-cat-header {
  background: url('../images/link-panel_black.png') center center / 21px 35px repeat;
}

.product-cat-header .product-cat-header-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  margin: 0;
  padding: 51px 64px 60px;
}

.product-cat-header .product-cat-header-label {
  margin: 0;
  font-size: 1.25em;
  font-weight: 600;
  color: #fff;
}

.product-cat-header .product-cat-header-title {
  margin: 12px 0 0;
  font-size: 4em;
  color: #fff;
}

.product-cat-header .product-cat-header-desc {
  margin: 34px 0 0;
  color: #fff;
  font-size: 0.875em;
}

.product-cat-header .product-cat-header-image {
  width: 35%;
}

.product-cat-header .product-cat-header-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .product.product-cat {
    margin: 2px 0 0;
  }

  .product-cat-header {
    flex-direction: column;
    width: calc(100% - 16px);
    max-height: none;
  }

  .product-cat-header .product-cat-header-text {
    padding: 29px 20px 28px;
  }

  .product-cat-header .product-cat-header-label {
    font-size: 1em;
    text-align: center;
  }

  .product-cat-header .product-cat-header-title {
    margin: 7px 0 0;
    font-size: 2.25em;
    text-align: center;
  }

  .product-cat-header .product-cat-header-desc {
    margin: 14px 0 0;
    font-size: 0.8125em;
    text-align: center;
  }

  .product-cat-header .product-cat-header-image {
    width: 100%;
    max-height: 203px;
  }
}

.product-cat-main {
  margin: 72px 0 0;
}

.product-cat-main .product-cat-anchor ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 20px;
  padding: 0 32px;
}

.product-cat-main .product-cat-lists {
  margin: 48px 0 0;
  padding: 84px 64px 96px;
}

.cooking-at-home .product-cat-main .product-cat-lists {
  background: url('../images/bg_orange.png') top left / 39px auto repeat;
}

.food-service .product-cat-main .product-cat-lists {
  background: url('../images/bg_red.png') top left / 39px auto repeat;
}

.food-manufacturing .product-cat-main .product-cat-lists {
  background: url('../images/bg_gray.png') top left / 39px auto repeat;
}

.product-cat-main .product-cat-lists .product-cat-list + .product-cat-list {
  margin: 85px 0 0;
}

.product-cat-main .product-cat-lists .product-cat-list h2 {
  position: relative;
  padding-left: 48px;
  font-size: 1.75em;
}

.product-cat-main .product-cat-lists .product-cat-list h2::before {
  position: absolute;
  top: 17px;
  left: 0;
  width: 44px;
  height: 44px;
  transform: translateY(-50%);
  content: "";
}

.cooking-at-home .product-cat-main .product-cat-lists .product-cat-list h2::before {
  background: url('../images/icon_soysauce_orange.png') center center / cover no-repeat;
}

.food-service .product-cat-main .product-cat-lists .product-cat-list h2::before {
  background: url('../images/icon_soysauce_red.png') center center / cover no-repeat;
}

.food-manufacturing .product-cat-main .product-cat-lists .product-cat-list h2::before {
  background: url('../images/icon_soysauce_gray.png') center center / cover no-repeat;
}

.product-cat-main .product-cat-lists .product-cat-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin: 29px 0 0;
}

.product-cat-main .product-cat-lists .product-cat-list ul li {
  width: calc(25% - 24px);
}

.product-cat-main .product-cat-lists .product-cat-list ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 32px 40px;
  border-radius: 16px;
  text-decoration: none;
  background-color: #fff;
}

.product-cat-main .product-cat-lists .product-cat-list ul li a img {
  width: 100px;
  height: auto;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.product-cat-main .product-cat-lists .product-cat-list ul li a p {
  margin: 23px 0 0;
  line-height: 1.25;
  letter-spacing: -0.005em;
  font-weight: 600;
  color: var(--main-color-black);
  text-align: center;
  transition: color 0.3s ease;
}

/* hover */
.product-cat-main .product-cat-lists .product-cat-list ul li a:hover p {
  color: var(--main-color-orange);
}

.product-cat-main .product-cat-lists .product-cat-list ul li a:hover img {
  transform: scale(1.05);
}

@media screen and (max-width: 1250px) {
  .product-cat-main .product-cat-lists .product-cat-list ul li {
    width: calc((100% / 3) - 24px);
  }
}

@media screen and (max-width: 900px) {
  .product-cat-main .product-cat-lists .product-cat-list ul li {
    width: calc(50% - 24px);
  }
}
@media screen and (max-width: 768px) {
  .product-cat-main {
    margin: 36px 0 0;
  }

  .product-cat-main .product-cat-anchor ul {
    justify-content: unset;
    column-gap: 8px;
    padding: 0 16px;
  }

  .product-cat-main .product-cat-lists {
    margin: 28px 0 0;
    padding: 43px 16px 56px;
  }

  .product-cat-main .product-cat-lists .product-cat-list + .product-cat-list {
    margin: 52px 0 0;
  }

  .product-cat-main .product-cat-lists .product-cat-list h2 {
    padding-left: 33px;
    font-size: 1.375em;
  }

  .product-cat-main .product-cat-lists .product-cat-list h2::before {
    top: 13px;
    left: 0;
    width: 32px;
    height: 32px;
  }

  .product-cat-main .product-cat-lists .product-cat-list ul {
    gap: 9px;
    margin: 18px 0 0;
  }

  .product-cat-main .product-cat-lists .product-cat-list ul li {
    width: calc(50% - 5px);
  }

  .product-cat-main .product-cat-lists .product-cat-list ul li a {
    padding: 16px 13px 20px;
  }

  .product-cat-main .product-cat-lists .product-cat-list ul li a img {
    width: 60px;
  }

  .product-cat-main .product-cat-lists .product-cat-list ul li a p {
    margin: 13px 0 0;
    font-size: 0.8125em;
  }
}

.product-links {
  margin: 64px 0 0;
  padding: 0 64px;
}

.product-links ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 56px;
}

.product-links ul li {
  width: calc(50% - 28px);
}

.product-links ul li a {
  display: flex;
  height: 100%;
  border-radius: 24px;
  text-decoration: none;
  overflow: hidden;
}

.product-links ul li.link-home a {
  background: url('../images/link-panel_orange.png') center center / 21px 35px repeat;
}

.product-links ul li.link-service a {
  background: url('../images/link-panel_red.png') center center / 21px 35px repeat;
  background-color: var(--main-color-red);
}

.product-links ul li.link-manufact a {
  background: url('../images/link-panel_black.png') center center / 21px 35px repeat;
}

.product-links ul li a .link-panel-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  row-gap: 28px;
  padding: 44px 48px;
}

.product-links ul li a .link-panel-text p {
  margin: 0;
  color: #fff;
}

.product-links ul li a .link-panel-text p:first-child {
  font-size: 1.75em;
  line-height: 1.25;
  letter-spacing: -0.005em;
  font-weight: 600;
}

.product-links ul li a .link-panel-text .common-arrow-text {
  width: 164px;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.25;
  color: #fff;
}

.product-links ul li a .link-panel-image {
  width: 40%;
  overflow: hidden;
}

.product-links ul li a .link-panel-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

/* バナーの縦伸びを抑える */
@media screen and (min-width: 1441px) {
  .product-links ul li a {
    max-height: 209px;
  }
  .food-manufacturing .product-links ul li a {
    max-height: 180px;
  }
}

/* hover */
.product-links ul li a:hover .link-panel-image img {
  transform: scale(1.05);
}

.product-links ul li a:hover .link-panel-text .common-arrow-text span::before {
  right: 0;
}

.product-links ul li a:hover .link-panel-text .common-arrow-text span::after {
  right: 21px;
}

@media screen and (max-width: 768px) {
  .product-links {
    margin: 24px 0 0;
    padding: 0 16px;
  }

  .product-links ul {
    flex-direction: column;
    row-gap: 16px;
  }

  .product-links ul li {
    width: 100%;
  }

  .product-links ul li a {
    position: relative;
    flex-direction: row-reverse;
    border-radius: 16px;
    min-height: 112px;
  }

  .product-links ul li a:after {
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    background: url('../images/arrow_white.svg') center center / cover no-repeat;
    content: "";
    transition: left 0.3s ease;
  }

  .product-links ul li a .link-panel-text {
    justify-content: center;
    padding: 28px 33px 28px 20px;
  }

  .product-links ul li a .link-panel-text p:first-child {
    font-size: 1.375em;
  }

  .product-links ul li a .link-panel-image {
    width: 29%;
  }
}

/* product 詳細ページ */
.product {
  margin: 75px 0 0;
}

.product-title {
  padding: 0 64px;
  font-size: 4em;
}

@media screen and (max-width: 768px) {
  .product {
    margin: 90px 0 0;
  }

  .product-title {
    padding: 0 16px;
    font-size: 2.25em;
  }
}

.product-main {
  position: relative;
  display: flex;
  align-items: flex-start;
  column-gap: 64px;
  margin: 80px auto 0;
  padding: 0 64px;
}

.product-main > figure {
  position: sticky;
  top: 120px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42.75%;
  padding: 77px;
  border-radius: 32px;
  border: 2px solid var(--main-color-gray);
}

.product-main > figure img {
  width: 100%;
  max-width: 250px;
  height: auto;
  object-fit: contain;
}

.product-main .product-info {
  flex: 1;
}

.product-main .product-info p {
  margin: 0 auto;
}

.product-main .product-info h3 {
  margin: 48px 0 0;
  color: var(--main-color-orange);
  font-size: 1.25em;
  font-weight: 600;
  letter-spacing: -0.005em;
}

.product-main .product-info h3 + p {
  margin: 15px 0 0;
}

.product-main .product-info .product-info-size {
  margin: 10px 0 0;
  font-size: 1.75em;
  font-weight: 600;
}

.product-main .product-info-nutritional table {
  width: 100%;
  margin: 13px 0 0;
  border: 1px solid var(--border-color);
  border-radius: 16px;
  border-spacing: 0;
  border-collapse: separate;
  overflow: hidden;
  font-size: 0.875em;
}

.product-main .product-info-nutritional table th,
.product-main .product-info-nutritional table td {
  padding: 15.25px;
  line-height: 1.25;
  border-right: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.product-main .product-info-nutritional table th {
  text-align: left;
}

.product-main .product-info-nutritional table.td-2 td:first-child {
  width: 29%;
  background-color: var(--main-color-gray);
}

.product-main .product-info-nutritional table.td-2 td:last-child {
  width: 71%;
  text-align: right;
}

.product-main .product-info-nutritional table.td-3 td:first-child {
  width: calc(100% / 3);
  background-color: var(--main-color-gray);
}

.product-main .product-info-nutritional table.td-3 td:nth-child(2),
.product-main .product-info-nutritional table.td-3 td:nth-child(3) {
  width: calc(100% / 3);
  text-align: right;
}

.product-main .product-info-nutritional table tr td:last-child {
  border-right: none;
}

.product-main .product-info-nutritional table tr:last-child td {
  border-bottom: none;
}

.product-main .product-info-nutritional + h3 {
  margin: 51px 0 0;
}

.product-main .product-other-sizes {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 20px;
  margin: 20px 0 0;
}

.product-main .product-other-sizes li {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* width: calc((100% / 3) - 14px); */
  width: 215px;
}

.product-main .product-other-sizes li a {
  display: block;
  width: 100%;
  color: var(--main-color-black);
  text-decoration: none;
}

.product-main .product-other-sizes li a figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 33px 0;
  border: 2px solid var(--main-color-gray);
  border-radius: 16px;
  overflow: hidden;
}

.product-main .product-other-sizes li a img {
  width: 96px;
  height: 156px;
  object-fit: cover;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.product-main .product-other-sizes li p {
  margin: 12px 0 0;
  font-size: 0.875em;
  font-weight: 600;
  text-align: center;
  transition: color 0.3s ease;
}

/* hover */
.product-main .product-other-sizes li a:hover p {
  color: var(--main-color-orange);
}

.product-main .product-other-sizes li a:hover img {
  transform: scale(1.05);
}

@media screen and (max-width: 768px) {
  .product-main {
    flex-direction: column;
    row-gap: 23px;
    margin: 29px 0 0;
    padding: 0 16px;
  }

  .product-main > figure {
    position: relative;
    top: 0;
    width: 100%;
    padding: 41px 90px;
  }

  .product-main .product-info p {
    font-size: 0.875em;
  }

  .product-main .product-info h3 {
    margin: 32px 0 0;
    font-size: 1em;
  }

  .product-main .product-info h3 + p {
    margin: 10px 0 0;
  }

  .product-main .product-info .product-info-size {
    margin: 6px 0 0;
    font-size: 1.375em;
  }

  .product-main .product-info-nutritional table {
    margin: 17px 0 0;
    font-size: 0.8125em;
  }

  .product-main .product-info-nutritional table th,
  .product-main .product-info-nutritional table td {
    padding: 11.75px;
  }

  .product-main .product-info-nutritional table.td-2 td:first-child {
    width: 38%;
  }

  .product-main .product-info-nutritional table.td-2 td:last-child {
    width: 62%;
  }

  .product-main .product-info-nutritional + h3 {
    margin: 33px 0 0;
  }

  .product-main .product-other-sizes {
    gap: 13px 9px;
    margin: 11px 0 0;
  }

  .product-main .product-other-sizes li {
    width: calc(50% - 5px);
  }

  .product-main .product-other-sizes li a figure {
    padding: 20px 43px;
  }

  .product-main .product-other-sizes li a img {
    width: 77px;
    height: 123px;
  }

  .product-main .product-other-sizes li p {
    margin: 6px 0 0;
    font-size: 0.8125em;
  }
}

.recipe-related {
  margin: 119px auto 0;
}

@media screen and (max-width: 768px) {
  .recipe-related {
    margin: 53px auto 0;
  }
}

.product-related {
  overflow: hidden;
  margin: 119px auto 0;
  padding: 65px 64px 121px;
}

.recipe-related + .product-related {
  margin: 0 auto;
}

.cat-cooking-at-home .product-related {
  background: url('../images/bg_orange.png') top left / 39px auto repeat;
}

.cat-food-service .product-related {
  background: url('../images/bg_red.png') top left / 39px auto repeat;
}

.cat-food-manufacturing .product-related {
  background: url('../images/bg_gray.png') top left / 39px auto repeat;
}

.product-related .product-related-title {
  margin: 0 auto;
  font-size: 3.125em;
  letter-spacing: -0.005em;
}

.product-related .product-slider {
  margin: 40px 0 0;
}

.product-related .product-slider ul li {
  height: auto;
}

.product-related .product-slider ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 28px 40px;
  border-radius: 16px;
  text-decoration: none;
  background-color: #fff;
}

.product-related .product-slider ul li a img {
  width: 80px;
  height: auto;
  object-fit: cover;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.product-related .product-slider ul li a p {
  margin: 20px 0 0;
  line-height: 1.25;
  letter-spacing: -0.005em;
  font-size: 0.875em;
  font-weight: 600;
  color: var(--main-color-black);
  text-align: center;
  transition: color 0.3s ease;
}

.product-related .product-slider .slider-bottom {
  position: relative;
  margin: 70px 0 0;
}

.product-related .product-slider .swiper-button-prev,
.product-related .product-slider .swiper-button-next {
  bottom: -72px;
}

.product-related .product-slider .swiper-button-prev.common-button-prev {
  right: 56px;
  left: auto;
}

.product-related .product-slider .swiper-button-next.common-button-next {
  right: 0;
}

.product-related .product-slider .swiper-scrollbar {
  width: 100%;
  height: 2px;
  cursor: grab;
  border-radius: 0;
  background-color: #fff;
}

.product-related .product-slider .swiper-scrollbar-drag {
  border-radius: 0;
  background: var(--main-color-black);
}

/* hover */
.product-related .product-slider ul li a:hover p {
  color: var(--main-color-orange);
}

.product-related .product-slider ul li a:hover img {
  transform: scale(1.05);
}

@media screen and (max-width: 768px) {
  .product-related {
    margin: 53px auto 0;
    padding: 37px 16px 53px;
  }

  .product-related .product-related-title {
    font-size: 1.875em;
  }

  .product-related .product-slider {
    margin: 27px 0 0;
  }

  .product-related .product-slider ul li a {
    padding: 17px;
  }

  .product-related .product-slider ul li a img {
    width: 60px;
  }

  .product-related .product-slider ul li a p {
    margin: 20px 0 0;
    font-size: 0.8125em;
  }

  .product-related .product-slider .slider-bottom {
    margin: 44px 0 0;
  }
}
