.top .l-page {
  padding-top: 0;
}
.top .p-titleHead__description {
  margin-left: 44px;
  margin-top: 36px;
  padding: 9px 0 9px 36px;
}
.top .mv {
  background-color: #FEF6F0;
  padding-top: 96px;
}
.top .mv__control {
  position: absolute;
  right: 0;
  bottom: 50px;
  display: flex;
  align-items: center;
  gap: 17px;
}
.top .mv__pagination {
  display: flex;
  align-items: center;
  gap: 14px;
}
.top .mv__pagination .page-number {
  cursor: pointer;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  font-family: "Open Sans";
  background-image: linear-gradient(#E60012, #E60012);
  background-size: 0 1px;
  background-position: bottom right, bottom right;
  background-repeat: no-repeat;
  box-decoration-break: slice;
  -webkit-box-decoration-break: slice;
  transition: background-size 0.5s ease-out, color 300ms ease, font-weight 300ms ease;
  position: relative;
}
.top .mv__pagination .page-number.is-active {
  color: #E60012;
  font-weight: 700;
  background-size: 100% 1px;
}
.top .mv__pagination .page-number.is-active::before {
  content: "";
  background: url("/assets/images/common/icon/icon_mark.svg") no-repeat;
  background-size: contain;
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 5px;
  left: 0;
  right: 0;
  margin: auto;
  top: -3px;
}
.top .mv__pause.is-pause .mark {
  left: 3px;
}
.top .mv__pause.is-pause .mark::after {
  content: none;
}
.top .mv__pause.is-pause .mark::before {
  width: 9px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.top .mv__pause .mark {
  display: flex;
  gap: 3px;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 2px;
  right: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.top .mv__pause .mark::after, .top .mv__pause .mark::before {
  content: "";
  background-color: #E60012;
  display: inline-block;
  width: 2px;
  height: 10px;
  transition: background-color 300ms ease;
}
.top .mv__wrapper {
  overflow: hidden;
}
.top .mv__inner {
  position: relative;
}
.top .mv__img {
  position: relative;
  z-index: 3;
  transition: opacity 300ms ease;
  opacity: 1;
  -webkit-mask-image: url("/assets/images/top/img_mv_deco.png");
  mask-image: url("/assets/images/top/img_mv_deco.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}
.top .mv__img img {
  width: 100%;
  height: auto;
}
.top .mv__imgArea {
  width: 784px;
  margin-top: -18px;
  margin-right: -64px;
  position: relative;
  margin-left: auto;
}
.top .mv__deco {
  position: absolute;
  width: 778px;
  height: auto;
  z-index: 0;
  bottom: -55px;
  right: -5px;
  opacity: 1;
}
.top .mv__deco02 {
  position: absolute;
  width: 778px;
  height: auto;
  z-index: 0;
  bottom: 2px;
  right: 0px;
  transition: opacity 300ms ease;
}
.top .mv__deco02.is-show {
  opacity: 1;
}
.top .mv__title {
  font-size: 34px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 50px;
  margin-top: -35px;
}
.top .mv__titleArea {
  transition: opacity 0.5s ease;
  position: absolute;
}
.top .mv__titleArea.is-show {
  opacity: 1;
  visibility: visible;
}
.top .mv__slideItem {
  overflow: hidden;
}
.top .mv__slideItem.slide-animation .mv__img img {
  -webkit-animation: fadezoom 10s ease-in-out infinite;
  animation: fadezoom 10s ease-in-out infinite;
}
.top .mv__slideBox {
  justify-content: space-between;
  display: flex;
  align-items: center;
  margin-left: 32px;
}
.top .mv__btn {
  width: 278px;
}
.top .mv .p-alert {
  margin-top: -14px;
  position: relative;
}
.top .mv .p-alert__item p {
  font-size: 14px;
}
.top .nav {
  padding-top: 88px;
}
.top .nav__list {
  display: flex;
}
.top .nav__item {
  width: 16.6666666667%;
}
.top .nav__item:not(:last-of-type) {
  border-right: 1px solid #D9D4D0;
}
.top .nav__item:first-of-type {
  border-left: 1px solid #D9D4D0;
}
.top .nav__item:last-of-type {
  border-right: 1px solid #D9D4D0;
}
.top .nav__link {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px 0 28px;
}
.top .nav__icon {
  padding-top: 56px;
  width: 56px;
  height: 0;
  position: relative;
}
.top .nav__icon .c-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
.top .nav__icon .c-icon.-category {
  width: 38px;
  height: 36px;
}
.top .nav__icon .c-icon.-cutlery {
  width: 32px;
  height: 34px;
}
.top .nav__icon .c-icon.-customer {
  width: 33px;
  height: 38px;
}
.top .nav__icon .c-icon.-company {
  width: 35px;
  height: 35px;
}
.top .nav__icon .c-icon.-info {
  width: 36px;
  height: 32px;
}
.top .nav__icon .c-icon.-human {
  width: 54px;
  height: 30px;
}
.top .nav__text {
  text-align: center;
}
.top .pickup {
  padding: 120px 0 132px;
}
.top .pickup__list.-slide-none {
  gap: 56px;
}
.top .pickup__list.-slide-none .pickup__item {
  width: 33.3333333333%;
}
.top .pickup__list:not(.-slide-none) .pickup__item {
  width: 456px;
  margin-left: 28px;
  margin-right: 28px;
}
.top .products {
  padding: 104px 0 112px;
  border-radius: 20px;
}
.top .products__contents {
  display: flex;
  gap: 44px;
}
.top .products__box.-col-3 {
  width: 40%;
}
.top .products__box.-col-3 .item {
  width: calc(33.3333333333% - 8px);
}
.top .products__box.-col-1 {
  width: 12.6666666667%;
}
.top .products__box.-col-1 .item {
  width: 100%;
}
.top .products__box .subTitle {
  font-size: 18px;
  font-weight: 800;
  line-height: 160%;
  margin-bottom: 28px;
}
.top .products__box .list {
  display: flex;
  gap: 32px 12px;
  flex-wrap: wrap;
}
.top .products__box .item {
  text-align: center;
  min-height: 218px;
}
.top .products__box .imgArea {
  padding-top: 100%;
  overflow: hidden;
  height: 0;
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 9.316px 0px rgba(56, 26, 3, 0.06);
  margin-bottom: 10px;
  transition: opacity 300ms ease;
}
.top .products__box .imgArea .img {
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.top .products__box .textLink {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
.top .products__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 30px;
  padding-right: 35px;
}
.top .products__btnArea {
  align-items: center;
  justify-content: right;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: auto;
}
.top .recipe {
  padding-top: 120px;
  padding-bottom: 132px;
}
.top .recipe__top {
  display: flex;
  margin-bottom: 80px;
  gap: 60px;
  justify-content: space-between;
}
.top .recipe__list {
  width: 66.0833333333%;
  gap: 33px;
}
.top .recipe__item {
  width: 50%;
}
.top .recipe__item .p-cardWide__imgArea {
  padding-top: 69.2105263158%;
}
.top .recipe__info {
  width: 28.9166666667%;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.top .recipe__search {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  border-top: 1px solid #D9D4D0;
  border-bottom: 1px solid #D9D4D0;
}
.top .recipe__search .search {
  max-width: 543px;
  box-sizing: content-box;
  width: 100%;
  padding: 12px 0px;
  padding-right: 35px;
  margin-right: 40px;
  border-right: 1px solid #D9D4D0;
}
.top .recipe__search .search .c-search__input {
  padding: 16px 20px;
  font-size: 14px;
}
.top .recipe__search .search .c-search__btn {
  width: 50px;
  border-radius: 0px 4px 4px 0px;
}
.top .recipe__search .link {
  display: flex;
  align-items: center;
  gap: 10px;
}
.top .recipe__search .link .icon {
  padding-top: 38px;
  width: 38px;
  height: 0;
  position: relative;
}
.top .recipe__search .link .icon .c-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.top .recipe__search .linkArea {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 29px;
}
.top .company {
  border-radius: 20px;
  padding: 104px 0 112px;
}
.top .company__list {
  gap: 48px 39px;
  flex-wrap: wrap;
}
.top .company__item {
  width: calc(33.3333333333% - 26px);
}
.top .company__imgArea {
  padding-top: 61.7647058824%;
}
.top .news {
  padding-top: 120px;
  padding-bottom: 132px;
}
.top .news__wrapper {
  display: flex;
  gap: 80px;
}
.top .news__wrapper .l-section__wrapper {
  width: 50%;
  grid-row-gap: 46px;
  grid-template-rows: -webkit-max-content -webkit-max-content;
  grid-template-rows: max-content max-content;
}
.top .news__title {
  font-size: 36px;
}
.top .news__btn {
  gap: 12px;
  justify-content: right;
  align-self: end;
}
.top .recommended {
  padding: 112px 0 132px;
  border-radius: 20px 20px 0px 0px;
}
.top .recommended__list.-slide-none {
  gap: 36px;
}
.top .recommended__list.-slide-none .recommended__item {
  width: 33.3333333333%;
}
.top .recommended__list:not(.-slide-none) .recommended__item {
  width: 376px;
  margin-left: 17px;
  margin-right: 17px;
}
@media (max-width: 1310px) {
  .top .mv__imgArea {
    width: 65.3333333333%;
  }
  .top .mv__deco {
    width: 99.2346938776%;
  }
  .top .mv__deco02 {
    width: 99.2346938776%;
  }
}
@media screen and (max-width: 1279px) and (min-width:767px) {
  .top .mv__title {
    font-size: clamp(
    1.125rem,
    0.7106353591rem + 1.7679558011vw,
    2.125rem
  );
  }
}
@media screen and (max-width:1099px) {
  .top .mv__slideBox {
    margin-left: 0;
  }
  .top .nav__list {
    flex-wrap: wrap;
    row-gap: 9px;
  }
  .top .nav__item {
    width: 33.3333333333%;
  }
  .top .nav__item:first-of-type {
    position: relative;
  }
  .top .nav__item:first-of-type::before {
    content: "";
    width: calc(100% - 8px);
    height: 1px;
    background-color: #D9D4D0;
    position: absolute;
    margin: auto;
    bottom: -4px;
    left: 0;
    right: 0;
  }
  .top .nav__item:nth-of-type(2) {
    position: relative;
  }
  .top .nav__item:nth-of-type(2)::before {
    content: "";
    width: calc(100% - 8px);
    height: 1px;
    background-color: #D9D4D0;
    position: absolute;
    margin: auto;
    bottom: -4px;
    left: 0;
    right: 0;
  }
  .top .nav__item:nth-of-type(3) {
    position: relative;
  }
  .top .nav__item:nth-of-type(3)::before {
    content: "";
    width: calc(100% - 8px);
    height: 1px;
    background-color: #D9D4D0;
    position: absolute;
    margin: auto;
    bottom: -4px;
    left: 0;
    right: 0;
  }
  .top .nav__item:nth-of-type(4) {
    border-left: 1px solid #D9D4D0;
  }
  .top .nav__link {
    gap: 8px;
    padding: 9px 0 18px;
  }
  .top .pickup__list.-slide-none {
    gap: 40px;
  }
  .top .products__box .imgArea .img {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
  }
  .top .recipe__top {
    gap: 48px;
    margin-top: 40px;
    flex-direction: column;
  }
  .top .recipe__list {
    width: 100%;
  }
  .top .recipe__info {
    width: 100%;
    flex-direction: row;
    justify-content: center;
  }
  .top .news__wrapper {
    gap: 40px;
  }
  .top .news__wrapper .l-section__wrapper {
    align-items: initial;
    display: flex;
    flex-direction: column;
  }
  .top .news__btn {
    margin: auto;
    order: 3;
    margin-top: 0px;
  }
}
@media screen and (max-width:767px) {
  .top__titleArea {
    width: calc(100% - 20px);
    margin: auto;
  }
  .top .p-titleHead__description {
    margin-top: 20px;
    margin-left: 0;
    padding: 0;
  }
  .top .mv {
    padding-top: 64px;
  }
  .top .mv__control {
    position: static;
    margin: auto;
    margin-bottom: 21px;
    width: calc(100% - 20px);
    justify-content: right;
  }
  .top .mv__imgArea {
    width: 109.5774647887%;
    margin-right: initial;
    margin-left: 5px;
  }
  .top .mv__deco {
    bottom: -30px;
    right: 0;
  }
  .top .mv__title {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 28px;
  }
  .top .mv__titleArea {
    margin: auto;
    margin-top: 20px;
    margin-bottom: 28px;
    position: relative;
    z-index: 5;
    width: calc(100% - 20px);
  }
  .top .mv__slideBox {
    flex-direction: column-reverse;
    align-items: start;
    margin: auto;
  }
  .top .mv__btn {
    width: 100%;
  }
  .top .mv .p-alert {
    margin-top: 0;
  }
  .top .mv .p-alert__item p {
    font-size: 16px;
  }
  .top .nav {
    padding-top: 48px;
  }
  .top .nav__icon .c-icon.-category {
    width: 31px;
    height: 30px;
  }
  .top .nav__icon .c-icon.-cutlery {
    width: 26px;
    height: 28px;
  }
  .top .nav__icon .c-icon.-customer {
    width: 27px;
    height: 31px;
  }
  .top .nav__icon .c-icon.-company {
    width: 28px;
    height: 28px;
  }
  .top .nav__icon .c-icon.-info {
    width: 29px;
    height: 26px;
  }
  .top .nav__icon .c-icon.-human {
    width: 44px;
    height: 27px;
  }
  .top .nav__icon {
    width: 46px;
    padding-top: 46px;
  }
  .top .nav__text {
    font-size: 14px;
  }
  .top .pickup {
    padding: 56px 0px;
  }
  .top .pickup__slide {
    margin-top: 40px;
  }
  .top .pickup__list.-slide-none {
    gap: 36px;
    flex-direction: column;
  }
  .top .pickup__list.-slide-none .pickup__item {
    width: 100%;
  }
  .top .pickup__list:not(.-slide-none) .pickup__item {
    width: 285px;
    margin-left: 9.5px;
    margin-right: 9.5px;
  }
  .top .products {
    padding: 56px 0 64px;
    border-radius: 16px;
  }
  .top .products__contents {
    margin-top: 33px;
    margin-bottom: 44px;
    flex-direction: column;
  }
  .top .products__box.-col-3 {
    width: 100%;
  }
  .top .products__box.-col-3 .item {
    width: 140px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .top .products__box.-col-1 {
    width: 100%;
  }
  .top .products__box.-col-1 .list {
    gap: 10px;
  }
  .top .products__box.-col-1 .item {
    width: 140px;
  }
  .top .products__box .subTitle {
    margin-bottom: 24px;
    margin-left: 10px;
  }
  .top .products__box .item {
    min-height: auto;
  }
  .top .products__box .imgArea {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
  }
  .top .products__box {
    position: relative;
  }
  .top .products__btn {
    width: 100%;
  }
  .top .products__btnArea {
    order: 3;
    width: calc(100% - 20px);
    margin: auto;
  }
  .top .products__control {
    position: absolute;
    margin-top: 0;
    top: -15px;
  }
  .top .recipe {
    padding: 56px 0px;
  }
  .top .recipe__top {
    flex-direction: column;
    margin-bottom: 48px;
  }
  .top .recipe__list {
    gap: 40px;
    flex-direction: column;
  }
  .top .recipe__item {
    width: 100%;
  }
  .top .recipe__item .p-cardWide__imgArea {
    width: 100%;
  }
  .top .recipe__item .p-recipeInfo,
.top .recipe__item .p-useProducts {
    width: calc(100% - 20px);
    margin: auto;
  }
  .top .recipe__item .p-recipeInfo {
    margin-top: 12px;
  }
  .top .recipe__item .p-useProducts {
    margin-top: 20px;
  }
  .top .recipe__info {
    gap: 12px;
    flex-direction: column;
  }
  .top .recipe__search {
    flex-direction: column;
    gap: 16px;
    padding: 20px 10px;
    margin-bottom: 44px;
  }
  .top .recipe__search .search {
    padding: 0;
    margin: 0;
    border: none;
  }
  .top .recipe__search .link .icon {
    padding-top: 26px;
    width: 26px;
  }
  .top .recipe__search .link .icon .dish {
    width: 23px;
    height: 19px;
  }
  .top .recipe__search .link .icon .category {
    width: 21px;
    height: 21px;
  }
  .top .recipe__search .link .icon .notice {
    width: 20px;
    height: 20px;
  }
  .top .recipe__search .linkArea {
    gap: 12px 24px;
  }
  .top .company {
    padding: 56px 0 64px;
    border-radius: 16px;
  }
  .top .company__list {
    gap: 24px 11px;
    margin: 40px 0 44px;
  }
  .top .company__item {
    width: calc(50% - 6px);
  }
  .top .company__item .p-cardWide__textLink {
    margin: 0;
  }
  .top .news {
    padding: 56px 0px;
  }
  .top .news__wrapper {
    flex-direction: column;
    gap: 56px;
  }
  .top .news__wrapper .l-section__wrapper {
    width: 100%;
    grid-row-gap: 0;
  }
  .top .news__title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .top .news__btn {
    margin-top: 40px;
  }
  .top .recommended {
    padding: 56px 0 64px;
    border-radius: 16px 16px 0px 0px;
  }
  .top .recommended__slide {
    margin-top: 39px;
  }
  .top .recommended__list.-slide-none {
    flex-direction: column;
  }
  .top .recommended__list.-slide-none .recommended__item {
    width: 100%;
  }
  .top .recommended__list:not(.-slide-none) .recommended__item {
    width: 285px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .top .mv__pagination .page-number:hover {
    background-size: 100% 1px;
    background-position: bottom left;
    color: #E60012;
    font-weight: 700;
  }
  .top .mv__pause:hover .mark::after, .top .mv__pause:hover .mark::before {
    background-color: #381A03;
  }
  .top .nav__link:hover .nav__text {
    color: #E60012;
  }
  .top .nav__link:hover .nav__text .text {
    background-size: 100% 1px, 100% 1px;
    background-position: bottom left;
    color: #E60012;
  }
  .top .nav__link:hover .nav__icon .c-icon {
    fill: #E60012;
  }
  .top .products__box .link:hover .imgArea {
    opacity: 0.7;
  }
  .top .products__box .link:hover .textLink .text {
    background-size: 100% 1px, 100% 1px;
    background-position: bottom left;
    color: #E60012;
  }
  .top .recipe__search .link:hover .icon .c-icon {
    fill: #E60012;
  }
}