@charset "UTF-8";
.c-btn {
  align-items: center;
  background-color: #ED6C00;
  border: 1px solid #ED6C00;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  display: flex;
  justify-content: center;
  padding: 15px 20px;
  border-radius: 80px;
  width: 100%;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.c-btn .c-icon {
  right: 17px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-btn.-bg-white {
  background-color: #fff;
  border: 1px solid #ED6C00;
  color: #ED6C00;
}

.c-icon {
  transition: fill 300ms ease, stroke 300ms ease;
}
.c-icon.-arrow {
  width: 5px;
  height: 9px;
}
.c-icon.-external {
  width: 10px;
  height: 10px;
  fill: none;
}
.c-icon.-download {
  width: 11px;
  height: 13px;
}
.c-icon.-circle {
  position: relative;
  display: inline-block;
}
.c-icon.-circle.-size-l {
  width: 44px;
  height: 44px;
}
.c-icon.-circle.-size-l circle {
  width: 44px;
  height: 44px;
}
.c-icon.-circle.-size-ml {
  width: 35px;
  height: 35px;
}
.c-icon.-circle.-size-ml circle {
  width: 35px;
  height: 35px;
}
.c-icon.-circle.-size-m {
  width: 30px;
  height: 30px;
}
.c-icon.-circle.-size-m circle {
  width: 30px;
  height: 30px;
}
.c-icon.-circle.-size-s {
  width: 25px;
  height: 25px;
}
.c-icon.-circle > .c-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.c-icon.-circle .-cart {
  width: 13px;
  height: 12px;
}
.c-icon.-circle .circle circle {
  fill: #fff;
  transition: stroke 300ms ease;
}
.c-icon.-cart {
  width: 17px;
  height: 16px;
  fill: none;
}
.c-icon.-search {
  width: 14px;
  height: 14px;
  fill: none;
}
.c-icon.-x {
  width: 20px;
  height: 20px;
}
.c-icon.-instagram {
  width: 24px;
  height: 24px;
}
.c-icon.-category {
  width: 31px;
  height: 30px;
}
.c-icon.-new {
  width: 34px;
  height: 33px;
}
.c-icon.-movie {
  width: 30px;
  height: 28px;
}
.c-icon.-brand {
  width: 28px;
  height: 23px;
}
.c-icon.-cutlery {
  width: 27px;
  height: 29px;
}
.c-icon.-pamphlet {
  width: 19px;
  height: 31px;
}
.c-icon.-purpose {
  width: 19px;
  height: 22px;
}
.c-icon.-fill-white {
  fill: #fff;
}
.c-icon.-fill-red {
  fill: #E60012;
}
.c-icon.-fill-brown {
  fill: #381A03;
}
.c-icon.-fill-gray {
  fill: #949292;
}
.c-icon.-fill-orange {
  fill: #ED6C00;
}
.c-icon.-stroke-white {
  stroke: #fff;
}
.c-icon.-stroke-red {
  stroke: #E60012;
}
.c-icon.-stroke-brown {
  stroke: #381A03;
}
.c-icon.-stroke-orange {
  stroke: #ED6C00;
}
.c-icon.-stroke-gray {
  stroke: #949292;
}

@-webkit-keyframes circle {
  0% {
    stroke-dasharray: 0 140;
  }
  99.9%, to {
    stroke-dasharray: 140 140;
  }
}

@keyframes circle {
  0% {
    stroke-dasharray: 0 140;
  }
  99.9%, to {
    stroke-dasharray: 140 140;
  }
}
.c-badge {
  font-size: 12px;
  font-weight: 700;
  line-height: 140%;
  background-color: #fff;
  border-radius: 20px;
  padding: 3px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
}
.c-badge.-new {
  border: 1px solid #E60012;
  color: #E60012;
}
.c-badge.-renew {
  border: 1px solid #ED6C00;
  color: #ED6C00;
}
.c-badge.-popular {
  border: 1px solid #ED5190;
  color: #ED5190;
}

.c-search {
  border-radius: 8px;
  display: flex;
  width: 100%;
}
.c-search.-bg-white {
  background-color: #fff;
  border: 1px solid #D9D4D0;
}
.c-search.-bg-gray {
  background-color: #F4F3F2;
}
.c-search.-border-none {
  border: none;
}
.c-search__input {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  padding: 21px 24px;
  width: 100%;
}
.c-search__input::-moz-placeholder {
  color: #666666;
}
.c-search__input::placeholder {
  color: #666666;
}
.c-search__btn {
  background-color: #381A03;
  position: relative;
  border-radius: 0px 8px 8px 0px;
  width: 64px;
  flex-shrink: 0;
  transition: background-color 300ms ease;
  position: relative;
}
.c-search__btn .c-icon {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.c-anchor {
  padding: 12px 32px 12px 12px;
  border-top: 1px solid #D9D4D0;
  border-bottom: 1px solid #D9D4D0;
}
.c-anchor.-white {
  border-color: #fff;
}
.c-anchor.-white:not(:first-of-type)::before {
  background-color: #fff;
}
.c-anchor.-white .icon {
  background-color: #fff;
}
.c-anchor:not(:first-of-type) {
  position: relative;
}
.c-anchor:not(:first-of-type)::before {
  content: "";
  width: 1px;
  height: calc(100% - 20px);
  position: absolute;
  left: 0;
  background-color: #D9D4D0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-anchor__link {
  display: flex;
  align-items: center;
  gap: 10px;
}
.c-anchor__link .icon {
  width: 52px;
  height: 52px;
  background-color: #FEF6F0;
  border-radius: 8px;
  position: relative;
  flex-shrink: 0;
}
.c-anchor__link .icon .c-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: fill 300ms ease;
}
.c-anchor__link .arrow {
  transform: rotate(90deg);
  flex-shrink: 0;
}
.c-anchorSmall {
  display: flex;
  margin: auto;
}
.c-anchorSmall__item {
  width: 20%;
}
.c-anchorSmall__link {
  align-items: center;
  color: #381A03;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  display: flex;
  gap: 8px;
  transition: color 300ms ease;
  width: 100%;
}
.c-anchorSmall__link::after {
  content: "";
  background: url("/assets/images/common/icon/icon_arrow.svg") no-repeat;
  display: inline-block;
  background-size: contain;
  width: 5px;
  height: 8px;
  transform: rotate(90deg);
}

.c-cook {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
}
.c-cook::before {
  content: "";
  width: 30px;
  height: 23px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-cook.-frypan::before {
  background-image: url("/assets/images/common/icon/icon_pan.svg");
}
.c-cook.-microwave::before {
  background-image: url("/assets/images/common/icon/icon_microwave.svg");
}
.c-cook.-oven::before {
  background-image: url("/assets/images/common/icon/icon_oven.svg");
}
.c-cook.-toaster::before {
  background-image: url("/assets/images/common/icon/icon_toaster.svg");
}
.c-cook.-boil::before {
  background-image: url("/assets/images/common/icon/icon_boil.svg");
}

.c-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  color: #381A03;
}

.c-textLink {
  color: #381A03;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.05em;
  transition: color 300ms ease;
  display: inline-block;
  text-decoration: none;
}
.c-textLink.-line {
  overflow: hidden;
}
.c-textLink.-line .text {
  background-image: linear-gradient(#E60012, #E60012), linear-gradient(#381A03, #381A03);
  background-size: 0 1px, 100% 1px;
  background-position: bottom right, bottom right;
  background-repeat: no-repeat;
  padding-bottom: 4px;
  box-decoration-break: slice;
  -webkit-box-decoration-break: slice;
  transition: background-size 0.5s ease-out, color 300ms ease;
}
.c-textLink.-circle {
  display: flex;
  align-items: center;
}
.c-textLink.-circle.-red-default .circle circle {
  stroke: #E60012;
}
.c-textLink.-circle.-default-red .circle circle {
  stroke: #381A03;
}
.c-textLink.-circle.-gray-red .circle circle {
  stroke: #D9D9D9;
}
.c-textLink.-circle.-gray-red .circle rect.move {
  stroke-dasharray: 260;
  stroke-dashoffset: 260;
  transition: stroke 1s ease, stroke-dashoffset 1s ease;
}
.c-textLink.-circle.-print {
  width: 95px;
  height: 36px;
  position: relative;
}
.c-textLink.-circle.-print .c-icon.-circle {
  width: 95px;
  height: 36px;
}
.c-textLink.-circle.-print .text {
  display: flex;
  align-items: center;
  gap: 12px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
}
.c-textLink.-arrow .c-icon {
  top: 6px;
}
.c-textLink.-pdf .c-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: 10px;
}
.c-textLink.-external .c-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: 8px;
}

.c-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 80px;
}
.c-title.-size-m {
  font-size: 28px;
  margin-bottom: 44px;
}
.c-title.-size-s {
  font-size: 26px;
}
.c-title.-center {
  text-align: center;
}
.c-title__mark {
  font-size: 42px;
  font-weight: 400;
  line-height: 140%;
  white-space: nowrap;
}
.c-title__mark .en {
  font-size: 13px;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
  align-items: center;
}
.c-title__mark .en-area {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 13px;
}
.c-title__mark .mark {
  background: url("/assets/images/common/icon/icon_mark.svg") no-repeat;
  background-size: contain;
  width: 10px;
  height: 8px;
  display: inline-block;
  flex-shrink: 0;
  transform: translate(10px, -10px);
  transition: transform 500ms ease;
}
.c-title__mark .en {
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease, transform 1s cubic-bezier(0.52, 0.12, 0.29, 1);
  transform: translate3d(0, 4px, 0);
}
.c-title__mark2 {
  font-size: 22px;
  font-weight: 800;
  line-height: 160%;
  display: flex;
  gap: 12px;
}
.c-title__mark2 .volume {
  font-size: 14px;
}
.c-title__mark2::before {
  content: "";
  background: url("/assets/images/common/icon/icon_mark.svg") no-repeat;
  background-size: contain;
  width: 10px;
  height: 8px;
  display: inline-block;
  flex-shrink: 0;
  margin-top: 14px;
}
.c-title__icon {
  align-items: center;
  display: flex;
}
.c-title__icon.-bg-beige .icon {
  background-color: #FEF6F0;
}
.c-title__icon.-category .icon-img {
  width: 40px;
  height: 39px;
}
.c-title__icon.-new .icon-img {
  width: 44px;
  height: 42px;
}
.c-title__icon.-new-r .icon-img {
  width: 44px;
  height: 45px;
}
.c-title__icon.-recipe .icon-img {
  width: 35px;
  height: 38px;
}
.c-title__icon.-pamphlet .icon-img {
  width: 26px;
  height: 41px;
}
.c-title__icon.-brand .icon-img {
  width: 34px;
  height: 28px;
}
.c-title__icon.-cutlery .icon-img {
  width: 32px;
  height: 35px;
}
.c-title__icon.-popular .icon-img {
  width: 52px;
  height: 52px;
}
.c-title__icon.-movie .icon-img {
  width: 40px;
  height: 37px;
}
.c-title__icon.-learn .icon-img {
  width: 36px;
  height: 39px;
}
.c-title__icon.-enjoy .icon-img {
  width: 43px;
  height: 48px;
}
.c-title__icon.-faq .icon-img {
  width: 36px;
  height: 29px;
}
.c-title__icon.-improvement .icon-img {
  width: 48px;
  height: 46px;
}
.c-title__icon .icon {
  width: 68px;
  height: 68px;
  background-color: #fff;
  border-radius: 8px;
  margin-right: 20px;
  position: relative;
}
.c-title__icon .icon-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.c-title__icon .title {
  font-size: 30px;
  font-weight: 400;
  line-height: 140%;
}
.c-title__icon .title .jp {
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease, transform 1s cubic-bezier(0.52, 0.12, 0.29, 1);
  transform: translate3d(0, 4px, 0);
}
.c-title__icon .title .en {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  font-family: "Open Sans";
  text-transform: uppercase;
  display: block;
  visibility: hidden;
  transition: opacity 300ms ease, transform 1s cubic-bezier(0.52, 0.12, 0.29, 1);
  transform: translate3d(0, 4px, 0);
}

.p-megaMenu {
  opacity: 1;
  background-color: #fff;
}
.p-megaMenu:not(.-customer):not(.-entertainment) .p-megaMenu__box .imgArea .img {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
}
.p-megaMenu.-company_ir .p-megaMenu__main {
  width: 78.1666666667%;
  gap: 64px;
}
.p-megaMenu.-company_ir .p-megaMenu__box {
  width: 33.3333333333%;
}
.p-megaMenu.-company_ir .p-megaMenu__box .textLink__item .list {
  flex-direction: column;
  justify-content: left;
  gap: 12px;
}
.p-megaMenu.-company_ir .p-megaMenu__box .textLink__item .list .item {
  min-height: auto;
  text-align: left;
}
.p-megaMenu.-company_ir .p-megaMenu__box .textLink__item .list .item .c-textLink {
  display: block;
  font-size: 14px;
}
.p-megaMenu.-company_ir .p-megaMenu__box .textLink__link {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 20px;
}
.p-megaMenu.-entertainment .p-megaMenu__main {
  width: 75.3333333333%;
  gap: 36px;
}
.p-megaMenu.-entertainment .p-megaMenu__main.-two .p-megaMenu__box {
  width: 50%;
}
.p-megaMenu.-entertainment .p-megaMenu__main.-two .p-megaMenu__box .list .item {
  width: 50%;
}
.p-megaMenu.-entertainment .p-megaMenu__main.-left-two .p-megaMenu__box:first-of-type {
  width: 38.4955752212%;
}
.p-megaMenu.-entertainment .p-megaMenu__main.-left-two .p-megaMenu__box:first-of-type .list .item {
  width: 50%;
}
.p-megaMenu.-entertainment .p-megaMenu__main.-left-two .p-megaMenu__box:nth-of-type(2) {
  width: 57.9646017699%;
}
.p-megaMenu.-entertainment .p-megaMenu__main.-left-two .p-megaMenu__box:nth-of-type(2) .list .item {
  width: 33.3333333333%;
}
.p-megaMenu.-entertainment .p-megaMenu__main.-right-two .p-megaMenu__box:nth-of-type(2) {
  width: 38.4955752212%;
}
.p-megaMenu.-entertainment .p-megaMenu__main.-right-two .p-megaMenu__box:nth-of-type(2) .list .item {
  width: 50%;
}
.p-megaMenu.-entertainment .p-megaMenu__main.-right-two .p-megaMenu__box:first-of-type {
  width: 57.9646017699%;
}
.p-megaMenu.-entertainment .p-megaMenu__main.-right-two .p-megaMenu__box:first-of-type .list .item {
  width: 33.3333333333%;
}
.p-megaMenu.-entertainment .p-megaMenu__box .list {
  gap: 20px;
  flex-wrap: nowrap;
}
.p-megaMenu.-entertainment .p-megaMenu__box .list .item {
  min-height: auto;
}
.p-megaMenu.-entertainment .p-megaMenu__box .list .item .textLink {
  text-align: left;
  display: block;
}
.p-megaMenu.-pro .p-megaMenu__main {
  width: 67.3333333333%;
}
.p-megaMenu.-recipe .p-megaMenu__main {
  width: 77.8333333333%;
  gap: 60px;
}
.p-megaMenu.-recipe .p-megaMenu__main .recipe-link {
  color: #381A03;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  background-color: #fff;
  border-radius: 4px;
  display: block;
  box-shadow: 0px 0px 12px 0px rgba(56, 26, 3, 0.08);
  position: relative;
  transition: color 300ms ease;
}
.p-megaMenu.-recipe .p-megaMenu__main .recipe-link::after {
  content: "";
  background: url("/assets/images/common/icon/icon_arrow.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 8px;
  bottom: 10px;
  right: 10px;
}
.p-megaMenu.-recipe .p-megaMenu__box.-left {
  width: 37.4732334047%;
}
.p-megaMenu.-recipe .p-megaMenu__box.-left .p-megaMenu__subBox {
  margin-top: 36px;
}
.p-megaMenu.-recipe .p-megaMenu__box.-left .p-megaMenu__subBox .recipe-link {
  padding: 11px 21px 13px 15px;
}
.p-megaMenu.-recipe .p-megaMenu__box.-right {
  width: 56.1027837259%;
}
.p-megaMenu.-recipe .p-megaMenu__box.-right .list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.p-megaMenu.-recipe .p-megaMenu__box.-right .list .item {
  width: calc(33.3333333333% - 7px);
  min-height: auto;
}
.p-megaMenu.-recipe .p-megaMenu__box.-right .list .item .recipe-link {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 6px 16px;
}
.p-megaMenu.-recipe .p-megaMenu__box.-right .list .item .recipe-link .img {
  max-width: 44px;
}
.p-megaMenu__inner {
  position: relative;
}
.p-megaMenu__head {
  margin-bottom: 40px;
}
.p-megaMenu__title {
  font-size: 30px;
  font-weight: 400;
  line-height: 140%;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: 6PX;
}
.p-megaMenu__title .arrow {
  position: static;
}
.p-megaMenu__main {
  display: flex;
  gap: 30px;
  width: 77.8333333333%;
}
.p-megaMenu__main.-full .p-megaMenu__box.-col-3 {
  width: 100%;
}
.p-megaMenu__main.-full .p-megaMenu__box.-col-3 .list {
  gap: 30px;
}
.p-megaMenu__main.-full .p-megaMenu__box.-col-3 .item {
  width: calc(33.3333333333% - 20px);
  text-align: left;
  min-height: auto;
}
.p-megaMenu__main.-full .p-megaMenu__box.-col-3 .imgArea {
  padding-top: 62.0689655172%;
}
.p-megaMenu__main.-full .p-megaMenu__box.-col-6 .list {
  gap: 30px;
}
.p-megaMenu__main.-full .p-megaMenu__box.-col-6 .item {
  width: calc(16.6666666667% - 25px);
  min-height: auto;
}
.p-megaMenu__contents {
  display: flex;
}
.p-megaMenu__box.-col-3 {
  width: 40.4710920771%;
}
.p-megaMenu__box.-col-3 .item {
  width: calc(33.3333333333% - 8px);
}
.p-megaMenu__box.-col-1 {
  width: 12.6338329764%;
}
.p-megaMenu__box.-col-1 .item {
  width: 100%;
}
.p-megaMenu__box .subTitle {
  font-size: 14px;
  font-weight: 800;
  line-height: 160%;
  margin-bottom: 24px;
}
.p-megaMenu__box .subTitle.-ns {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.p-megaMenu__box .list {
  display: flex;
  gap: 24px 12px;
  flex-wrap: wrap;
}
.p-megaMenu__box .item {
  text-align: center;
  min-height: 174px;
}
.p-megaMenu__box .link {
  text-decoration: none;
}
.p-megaMenu__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;
}
.p-megaMenu__box .imgArea .img {
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p-megaMenu__box .textLink {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.p-megaMenu__side {
  padding-left: 36px;
  margin-left: 36px;
  border-left: 1px solid #D9D4D0;
}
.p-megaMenu__side .item:not(:last-of-type) {
  margin-bottom: 20px;
}
.p-megaMenu__side .link {
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 140%;
}
.p-megaMenu__side .note {
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  display: block;
}
.p-megaMenu__close {
  width: 44px;
  height: 44px;
  position: absolute;
  right: 0;
  top: -32px;
}
.p-megaMenu__close .c-icon.-circle {
  display: inline-block;
}
.p-megaMenu__close .c-icon.-circle .circle {
  position: static;
  margin: 0;
}
.p-megaMenu__close .line {
  background-color: #381A03;
  display: inline-block;
  width: 23px;
  height: 1.5px;
  border-radius: 2px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  transition: background-color 300ms ease;
}
.p-megaMenu__close .line:first-of-type {
  transform: rotate(45deg);
}
.p-megaMenu__close .line:last-of-type {
  transform: rotate(135deg);
}
.p-megaMenu__search {
  max-width: 60%;
  margin: auto;
}

.p-card.-shadow .p-card__imgArea {
  box-shadow: 0px 0px 20px 0px rgba(56, 26, 3, 0.08);
}
.p-card.-bg-white .p-card__imgArea {
  background-color: #fff;
}
.p-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
}
.p-card__category {
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 10px;
}
.p-card__category.-blue {
  color: #3278CF;
}
.p-card__category.-green {
  color: #1DBF1D;
}
.p-card__category.-pink {
  color: #EA82AC;
}
.p-card__category.-purple {
  color: #9937B1;
}
.p-card__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}
.p-card__brand {
  align-items: center;
  display: flex;
  gap: 8px;
  font-size: 15px;
  line-height: 140%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-card__brandBox {
  margin-top: 14px;
}
.p-card__brand:not(:last-of-type) {
  margin-bottom: 6px;
}
.p-card__brand .c-icon.-circle {
  position: relative;
}
.p-card__brand .c-icon.-circle .circle {
  position: relative;
  margin-left: 0;
}
.p-card__brand .c-icon.-circle .-external, .p-card__brand .c-icon.-circle .-cart {
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-cardList {
  display: flex;
}
.p-card__img {
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: opacity 300ms ease;
}
.p-card__imgArea {
  padding-top: 100%;
  overflow: hidden;
  height: 0;
  position: relative;
  border-radius: 8px;
  margin-bottom: 20px;
}

.p-cardWide__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  margin-top: 12px;
}
.p-cardWide__textLink {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
.p-cardWideList {
  display: flex;
}
.p-cardWide__img {
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p-cardWide__imgArea {
  padding-top: 55.5555555556%;
  height: 0;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  margin-bottom: 20px;
  transition: opacity 300ms ease;
}

.p-recipeInfo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}
.p-recipeInfo__item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
.p-recipeInfo__item:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-recipeInfo__item.-time::before {
  background-image: url("/assets/images/common/icon/icon_time.svg");
}
.p-recipeInfo__item.-calorie::before {
  background-image: url("/assets/images/common/icon/icon_calorie.svg");
}
.p-recipeInfo__item .num {
  font-size: 22px;
}

.p-alert {
  background-color: #fff;
  padding: 14px 0px;
  box-shadow: 0px 4px 16px 0px rgba(56, 26, 3, 0.06);
}
.p-alert__inner {
  display: flex;
  align-items: center;
}
.p-alert__title {
  align-items: center;
  color: #E60012;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  padding-right: 40px;
  display: flex;
  gap: 8px;
}
.p-alert__title::before {
  content: "";
  background: url("/assets/images/top/icon_alert.svg") no-repeat;
  display: inline-block;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.p-alert__list {
  border-left: 1px solid #D9D4D0;
  padding-left: 57px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.p-alert__item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.p-alert__item:not(:last-of-type) {
  margin-bottom: 8px;
}
.p-alert__item .link {
  color: #381A03;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.p-alert__item .link::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 5px;
}
.p-alert__item .link.-arrow::after {
  background-image: url("/assets/images/common/icon/icon_arrow.svg");
  width: 5px;
  height: 9px;
}
.p-alert__item .link.-pdf::after {
  background-image: url("/assets/images/common/icon/icon_pdf.svg");
  width: 14px;
  height: 15px;
  margin-bottom: -3px;
}
.p-alert__item .link.-external::after {
  background-image: url("/assets/images/common/icon/icon_external.svg");
  width: 10px;
  height: 10px;
}
.p-alert__item .date {
  color: #381A03;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  font-family: "Open Sans";
}

.p-cta {
  background-color: #F7EDE6;
  padding: 80px 0px;
}
.p-cta__list {
  display: flex;
}
.p-cta__item {
  width: 25%;
}
.p-cta__item:not(:last-of-type) {
  border-right: 1px solid #fff;
}
.p-cta__item:first-of-type {
  border-left: 1px solid #fff;
}
.p-cta__item:last-of-type {
  border-right: 1px solid #fff;
}
.p-cta__link {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.p-cta__icon {
  width: 70px;
  height: 70px;
  position: relative;
}
.p-cta__icon .c-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p-cta__icon .c-icon.-category {
  width: 47px;
  height: 45px;
}
.p-cta__icon .c-icon.-entertainment {
  width: 58px;
  height: 62px;
}
.p-cta__icon .c-icon.-online {
  width: 58px;
  height: 45px;
}
.p-cta__icon .c-icon.-cutlery {
  width: 45px;
  height: 48px;
}
.p-cta__icon .c-icon.-qa {
  width: 59px;
  height: 51px;
}
.p-cta__icon .c-icon.-safety {
  width: 64px;
  height: 52px;
}
.p-cta__text {
  text-align: center;
}

.p-campaign {
  padding: 96px 0px 120px;
}
.p-campaign.-bg-beige {
  background-color: #FEF6F0;
  border-radius: 20px 20px 0px 0px;
}
.p-campaign__title {
  margin-bottom: 56px;
}
.p-campaign__list {
  gap: 39px;
}
.p-campaign__list.-slide .p-campaign__item {
  margin-left: 19.5px;
  margin-right: 19.5px;
}
.p-campaign__item {
  width: 33.3333333333%;
}
.p-campaign__imgArea {
  margin-bottom: 20px;
}
.p-campaign__area {
  position: relative;
}
.p-campaign__area.-slide {
  margin-left: -19.5px;
  margin-right: -19.5px;
}
.p-campaign__area .p-slider__control {
  top: -100px;
  right: 19.5px;
}

.p-anchorList {
  max-width: 821px;
  display: flex;
}

.p-searchBox {
  padding: 96px 0 120px;
  background-color: #F7EDE6;
}
.p-searchBox__title {
  text-align: center;
  margin-bottom: 56px;
  font-size: 26px;
  font-weight: 400;
  line-height: 140%;
}
.p-searchBox__search {
  max-width: 720px;
  margin: auto;
  margin-bottom: 32px;
}
.p-searchBox__linkList {
  max-width: 810px;
  margin: auto;
}
.p-searchBox__linkList .arrow {
  transform: rotate(0);
  width: 6px;
  height: 12px;
}

.p-frame {
  border: 1px solid #D9D4D0;
  border-radius: 8px;
  padding: 40px 44px;
}
.p-frame:not(:last-of-type) {
  margin-bottom: 40px;
}
.p-frame.-bg-beige {
  background-color: #FEF6F0;
  border: none;
  padding: 36px 44px 41px;
}
.p-frame.-bg-beige .p-frame__contents {
  gap: 35px;
}
.p-frame.-reverse .p-frame__contents {
  flex-direction: row-reverse;
}
.p-frame__contents {
  display: flex;
  gap: 44px;
}
.p-frame__title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}
.p-frame__title .icon {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  background-color: #fff;
  position: relative;
  display: inline-block;
}
.p-frame__title .icon::before {
  content: "";
  background: url("/assets/images/common/icon/icon_memo.svg") no-repeat;
  background-size: contain;
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 25px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p-frame__title .text {
  font-size: 22px;
  font-weight: 400;
  line-height: 140%;
}
.p-frame__img {
  width: 100%;
  height: auto;
}
.p-frame__imgArea {
  width: 26.4705882353%;
  height: 100%;
  aspect-ratio: 4/3;
}
.p-frame__textArea {
  flex: 1;
}
.p-frame__textArea .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 20px;
}
.p-frame__textArea .text:not(:last-of-type) {
  margin-bottom: 8px;
}
.p-frame__textArea .link {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-top: 20px;
}
.p-frame__textArea .link.-right {
  justify-content: right;
}
.p-frame__textArea .link .c-icon {
  position: static;
  margin: 0;
}

.p-point {
  border-radius: 8px;
  background-color: #FEF6F0;
  padding: 36px 44px 41px;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
.p-point__contents {
  display: flex;
  gap: 35px;
}
.p-point__title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}
.p-point__title .icon {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  background-color: #fff;
  position: relative;
  display: inline-block;
}
.p-point__title .icon::before {
  content: "";
  background: url("/assets/images/common/icon/icon_memo.svg") no-repeat;
  background-size: contain;
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 25px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p-point__title .text {
  font-size: 22px;
  font-weight: 400;
  line-height: 140%;
}
.p-point__img {
  width: 100%;
  height: auto;
}
.p-point__imgArea {
  width: 26.4705882353%;
  height: 100%;
  aspect-ratio: 4/3;
}
.p-point__textArea {
  flex: 1;
}
.p-point__textArea .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 20px;
}
.p-point__textArea .text:not(:last-of-type) {
  margin-bottom: 8px;
}
.p-point__textArea .link {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-top: 20px;
}
.p-point__textArea .link .c-icon {
  position: static;
  margin: 0;
}

.p-cookArea {
  margin-top: 20px;
}
.p-cookArea.-flex {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.p-categoryList {
  gap: 56px 52px;
  flex-wrap: wrap;
}

.p-titleHead {
  display: flex;
  margin-bottom: 72px;
  align-items: center;
}
.p-titleHead__description {
  margin-left: 22px;
  margin-top: 20px;
  padding: 5px 0 5px 24px;
  border-left: 1px solid #D9D4D0;
}

.p-function.-ver1 {
  gap: 30px;
  display: flex;
  justify-content: right;
}
.p-function.-ver1 .text {
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}
.p-function.-ver1 .sns {
  align-items: center;
  display: flex;
}
.p-function.-ver1 .snsLink {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: 14px;
  padding-left: 20px;
  border-left: 1px solid #D9D4D0;
}
.p-function.-ver1 .snsLink .link {
  transition: opacity 300ms ease;
  width: 24px;
  height: 24px;
}
.p-function.-ver1 .snsLink img {
  width: 100%;
  height: auto;
}
.p-function.-ver2 {
  display: flex;
  max-width: 560px;
  justify-content: center;
  padding: 16px 0px;
  border-top: 1px solid #D9D4D0;
  border-bottom: 1px solid #D9D4D0;
  margin: 0 auto;
}
.p-function.-ver2 .text {
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}
.p-function.-ver2 .sns {
  align-items: center;
  gap: 24px;
  display: flex;
  padding: 10px 0px;
  padding-left: 52px;
  border-left: 1px solid #D9D4D0;
  margin-left: 49px;
}
.p-function.-ver2 .snsLink {
  display: flex;
  align-items: center;
  gap: 24px;
}
.p-function.-ver2 .snsLink .link {
  transition: opacity 300ms ease;
  width: 28px;
  height: 28px;
}
.p-function.-ver2 .snsLink img {
  width: 100%;
  height: auto;
}

.p-useProducts {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.p-useProducts__img {
  width: 76px;
  border: 1px solid #D9D4D0;
  border-radius: 4px;
  background-color: #fff;
  padding-top: 76px;
  overflow: hidden;
  height: 0;
  position: relative;
  flex-shrink: 0;
}
.p-useProducts__img .img {
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}
.p-useProducts__text .arrow {
  margin-left: 10px;
}

.p-article {
  border-bottom: 1px solid #D9D4D0;
}
.p-article:first-of-type {
  border-top: 1px solid #D9D4D0;
}
.p-article .meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.p-article .meta .date {
  color: #381A03;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}
.p-article .meta .category {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  padding: 3px 13px 4px 12px;
  border-radius: 70px;
}
.p-article .meta .category.-dark-purple {
  background-color: #7A2B7A;
}
.p-article .meta .category.-purple {
  background-color: #9937B1;
}
.p-article .meta .category.-red-pink {
  background-color: #EB6361;
}
.p-article .meta .category.-pink {
  background-color: #EA82AC;
}
.p-article .meta .category.-orange {
  background-color: #ED6C00;
}
.p-article .meta .category.-blue {
  background-color: #215AB7;
}
.p-article .meta .category.-yellow {
  background-color: #E7BB41;
}
.p-article .meta .category.-green2 {
  background-color: #019352;
}
.p-article .meta .category.-gray {
  background-color: #666666;
}
.p-article .meta .category.-bluegreen {
  background-color: #2391A5;
}
.p-article .meta .category.-green {
  background-color: #338D6B;
}
.p-article .meta .category.-yellow2 {
  background-color: #E9D100;
}
.p-article .title {
  position: relative;
}
.p-article .title::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 5px;
}
.p-article .title.-arrow::after {
  background-image: url("/assets/images/common/icon/icon_arrow.svg");
  width: 5px;
  height: 9px;
}
.p-article .title.-pdf::after {
  background-image: url("/assets/images/common/icon/icon_pdf.svg");
  width: 14px;
  height: 15px;
  margin-bottom: -3px;
}
.p-article .title.-external::after {
  background-image: url("/assets/images/common/icon/icon_external.svg");
  width: 10px;
  height: 10px;
}
.p-article__link {
  display: block;
  padding: 28px 16px;
}
.p-article.-ir .p-article__link {
  padding: 36px 16px;
  color: #381A03;
  display: flex;
  align-items: center;
  transition: color 300ms ease;
}
.p-article.-ir .p-article__link .time {
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  font-family: "Open Sans";
  display: block;
  min-width: 120px;
}
.p-article.-ir .p-article__link .title {
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  display: block;
  transition: color 300ms ease;
}

.p-slider {
  position: relative;
}
.p-slider__control {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  right: 0;
  top: -137px;
}
.p-slider__control .prev .arrow,
.p-slider__control .next .arrow {
  width: 7px;
  height: 12px;
}
.p-slider__control .prev .arrow {
  transform: rotate(180deg);
}
.p-slider__list:not(.-slide-none) {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.p-slider__link .p-cardWide__textLink {
  font-size: 18px;
}

.p-proInfo {
  width: calc(50% - 36px);
  padding: 48px 16px;
  position: relative;
  border-bottom: 1px solid #D9D4D0;
}
.p-proInfo:first-of-type, .p-proInfo:nth-of-type(2) {
  border-top: 1px solid #D9D4D0;
}
.p-proInfoList {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 72px;
  column-gap: 72px;
}
.p-proInfo__category {
  color: #E60012;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  top: 16px;
  left: 12px;
  position: absolute;
}
.p-proInfo__top {
  align-items: center;
  display: flex;
  margin-bottom: 32px;
  gap: 32px;
}
.p-proInfo__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  -o-object-fit: contain;
  object-fit: contain;
}
.p-proInfo__imgArea {
  flex-shrink: 0;
  width: 35.4609929078%;
  padding-top: 35.4609929078%;
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 20px 0px rgba(56, 26, 3, 0.08);
}
.p-proInfo__imgArea.-wide {
  width: 39.0070921986%;
  padding-top: 26.5957446809%;
}
.p-proInfo__imgArea.-wide .p-proInfo__img {
  width: 100%;
  height: 100%;
}
.p-proInfo__imgArea.-wipe .p-proInfo__wipeImg {
  right: 0;
  top: 0;
}
.p-proInfo__imgArea.-wipe2 .p-proInfo__wipeImg {
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.p-proInfo__wipeImg {
  position: absolute;
  width: 25%;
}
.p-proInfo__textArea .title {
  font-size: 26px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 8px;
}
.p-proInfo__textArea .subTitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
  margin-bottom: 4px;
}
.p-proInfo__textArea .text {
  font-size: 16px;
  line-height: 180%;
}
.p-proInfo__nutrition .item {
  display: flex;
  position: relative;
  padding-left: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  gap: 32px;
}
.p-proInfo__nutrition .item:not(:last-of-type) {
  margin-bottom: 8px;
}
.p-proInfo__nutrition .item::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #381A03;
  position: absolute;
  display: inline-block;
  top: 10px;
  left: 0;
  margin: auto;
  border-radius: 50%;
}
.p-proInfo__nutrition .item .left {
  min-width: 60px;
}
.p-proInfo__note {
  margin-top: 12px;
  font-size: 12px;
  line-height: 140%;
}
.p-proInfo__other {
  margin-top: 32px;
}
.p-proInfo__other .title {
  margin-bottom: 16px;
}

.p-recipeList {
  flex-wrap: wrap;
  gap: 56px 40px;
}
.p-recipeList__item .p-cardWide__imgArea {
  padding-top: 69.2592592593%;
  margin-bottom: 20px;
}
.p-recipeList__item .p-recipeInfo {
  position: relative;
}
.p-recipeList__item .p-recipeInfo::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
}
.p-recipeList__item .p-cardWide__text {
  margin: 0;
  font-size: 18px;
}
.p-recipeList__item.-halloween .p-recipeInfo::after {
  background-image: url("/assets/images/common/icon/icon_event_halloween.png");
}
.p-recipeList__item.-xmas .p-recipeInfo::after {
  background-image: url("/assets/images/common/icon/icon_event_xmas.png");
}
.p-recipeList__item.-valentine .p-recipeInfo::after {
  background-image: url("/assets/images/common/icon/icon_event_valentine.png");
}
.p-recipeList__download {
  margin-top: 16px;
  gap: 12px;
}
.p-recipeList__badge {
  display: flex;
  gap: 4px;
  margin-top: 12px;
}

.p-recipePickup {
  background-color: #FEF6F0;
  overflow: hidden;
  border-radius: 8px;
  display: flex;
  position: relative;
}
.p-recipePickup__img {
  width: 50.7204610951%;
  transition: opacity 300ms ease;
}
.p-recipePickup__img img {
  width: 100%;
  height: auto;
}
.p-recipePickup__text {
  width: 100%;
  justify-content: center;
  flex: 1;
}
.p-recipePickup__text .c-icon.-circle {
  position: absolute;
  bottom: 10px;
  right: 11px;
}
.p-recipePickup__text .textArea {
  padding-left: 24px;
  padding-right: 20px;
}
.p-recipePickup__text .subText {
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  margin-top: 8px;
  display: block;
}

.p-recipeTab {
  position: relative;
}
.p-recipeTab[data-tabgroup=group1] .p-recipeTab__item {
  width: calc(11.1111111111% - 8px);
}
.p-recipeTab[data-tabgroup=group2] .p-recipeTab__item {
  width: calc(14.2857142857% - 7px);
}
.p-recipeTab__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.p-recipeTab__btn {
  position: relative;
  display: flex;
  gap: 6px;
  align-items: center;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #D9D4D0;
  width: 100%;
  transition: background-color 300ms ease;
  cursor: pointer;
  padding-right: 5px;
}
.p-recipeTab__btn .text {
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  color: #666666;
  transition: color 300ms ease;
}
.p-recipeTab__btn .img {
  width: 44px;
  height: 44px;
}
.p-recipeTab__contents {
  background-color: #fff;
  margin-top: 28px;
  position: absolute;
  width: 100%;
  padding: 36px;
  border-radius: 8px;
  left: 0;
}
.p-recipeTab__contents .content {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.p-recipeTab__contents .content__item {
  border-radius: 4px;
  width: 100%;
  width: calc(16.6666666667% - 10px);
  background-color: #F7F6F5;
  min-height: 64px;
  position: relative;
}
.p-recipeTab__contents .content__item::after {
  content: "";
  background: url("/assets/images/common/icon/icon_arrow.svg") no-repeat;
  background-size: contain;
  position: absolute;
  width: 5px;
  height: 8px;
  display: inline-block;
  bottom: 10px;
  right: 10px;
}
.p-recipeTab__contents .content__link {
  color: #381A03;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  text-align: center;
  transition: color 300ms ease;
  padding: 10px;
}

.p-recipeMovie {
  width: 25%;
}
.p-recipeMovieList {
  display: flex;
  gap: 40px;
}
.p-recipeMovie__video {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 177.5590551181%;
}
.p-recipeMovie__videoBox {
  cursor: pointer;
  border: 8px solid #D9D9D9;
  overflow: hidden;
  border-radius: 24px;
  position: relative;
}
.p-recipeMovie__videoBox .play-btn {
  width: 86px;
  height: 69px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  pointer-events: none;
  transition: opacity 300ms ease;
}
.p-recipeMovie__videoBox .play-btn.is-hide {
  opacity: 0;
  visibility: hidden;
}
.p-recipeMovie__videoBox .play-btn .fill {
  fill: #E60012;
  transition: fill 300ms ease;
}
.p-recipeMovie__videoBox .play-btn .play {
  fill: #fff;
  transition: fill 300ms ease;
}
.p-recipeMovie__video video {
  width: 100%;
  position: absolute;
  top: 0;
}
.p-recipeMovie__icon {
  width: 100%;
  height: 100%;
}
.p-recipeMovie__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  margin-top: 20px;
}

.p-recipeMake {
  margin-bottom: 40px;
}
.p-recipeMake__box {
  padding: 35px 44px 62px;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  margin-bottom: 20px;
}
.p-recipeMake__head {
  padding-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 36px;
  border-bottom: 1px solid #D9D9D9;
}
.p-recipeMake__head .icon {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  background-color: #FEF6F0;
  position: relative;
  display: inline-block;
}
.p-recipeMake__head .icon::before {
  content: "";
  background: url("/assets/images/common/icon/icon_cook.svg") no-repeat;
  background-size: contain;
  position: absolute;
  display: inline-block;
  width: 26px;
  height: 23px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p-recipeMake__head .text {
  font-size: 22px;
  font-weight: 400;
  line-height: 140%;
}
.p-recipeMake__list {
  counter-reset: list-counter;
  list-style: none;
}
.p-recipeMake__item {
  counter-increment: list-counter;
  position: relative;
  padding-left: 44px;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
.p-recipeMake__item:not(:last-of-type) {
  margin-bottom: 25px;
}
.p-recipeMake__item::before {
  content: counter(list-counter);
  position: absolute;
  left: 0;
  top: -2px;
  width: 28px;
  height: 28px;
  border: 1px solid #E60012;
  /* 赤い円 */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E60012;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}
.p-recipeMake__item > img {
  width: 180px;
  border-radius: 8px;
  margin: 24px 0px;
  display: block;
}
.p-recipeMake__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  margin-top: 36px;
}
.p-recipeMake .recipeDetail__note {
  margin-left: 21px;
}

.p-csrSide {
  background-color: #FEF6F0;
  position: fixed;
  bottom: 16px;
  right: 16px;
  border-radius: 8px;
  max-width: 360px;
  width: 100%;
  z-index: 5;
}
.p-csrSide__btn {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  padding: 23px 28px 20px;
  width: 100%;
  text-align: left;
  position: relative;
  transition: color 300ms ease;
}
.p-csrSide__btn::after {
  content: "";
  position: absolute;
  background: url("/assets/images/common/icon/icon_arrow.svg") no-repeat;
  display: inline-block;
  background-size: contain;
  width: 5px;
  height: 10px;
  top: 0;
  bottom: 0px;
  margin: auto;
  transform: rotate(-90deg);
  right: 28px;
  transition: transform 300ms ease;
}
.p-csrSide__btn.is-open::after {
  transform: rotate(90deg);
}
.p-csrSide__contents {
  display: none;
}
.p-csrSide__list {
  padding: 32px 20px 33px 45px;
  position: relative;
}
.p-csrSide__list::after {
  content: "";
  width: calc(100% - 40px);
  height: 2px;
  background-color: #fff;
  margin: auto;
  right: 0;
  left: 0;
  top: 0;
  position: absolute;
}
.p-csrSide__item:not(:last-of-type) {
  margin-bottom: 12px;
}
.p-csrSide__item.is-active .p-csrSide__link {
  color: #E60012;
  font-weight: 600;
}
.p-csrSide__item.is-active .p-csrSide__link::before {
  opacity: 1;
}
.p-csrSide__link {
  color: #381A03;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  position: relative;
  transition: color 300ms ease;
}
.p-csrSide__link::before {
  content: "";
  position: absolute;
  background: url("/assets/images/common/icon/icon_mark.svg") no-repeat;
  background-size: contain;
  width: 7px;
  height: 5px;
  opacity: 0;
  transition: opacity 300ms ease;
  top: 0;
  bottom: 0;
  left: -17px;
  margin: auto;
}
.p-csrSide__overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease, visibility 300ms ease;
  top: 0;
}

.p-contact {
  position: relative;
  background-color: #fff;
  padding: 40px 8px;
  border-radius: 8px;
  text-align: center;
}
.p-contact.-icon-l .p-contact__badge::before {
  margin: 0px 5px 0px 6px;
  width: 20px;
  height: 24px;
}
.p-contact.-mail .p-contact__badge::before {
  background-image: url("/assets/images/common/icon/icon_mail.svg");
  width: 24px;
  height: 18.5px;
}
.p-contact__head {
  margin-bottom: 28px;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.05em;
  text-align: center;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.p-contact__mail {
  color: #E60012;
  font-size: 22px;
  font-weight: 505;
  line-height: 140%;
}
.p-contact__badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background-color: #F7F6F5;
  border-radius: 8px;
  display: flex;
  gap: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  padding: 11px 13px 9px 12px;
}
.p-contact__badge::before {
  content: "";
  background-image: url("/assets/images/common/icon/icon_tel.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 17px;
  display: inline-block;
}
.p-contact__title {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 8px;
}
.p-contact__tel {
  color: #E60012;
  display: inline-block;
  pointer-events: none;
  font-size: 34px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 18px;
}
.p-contact__time {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  gap: 4px;
}
.p-contact__time .time {
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}
.p-contact__time .time .weekdays {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 18px;
}
.p-contact__btn {
  color: #E60012;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
  gap: 16px;
  margin-bottom: 28px;
  justify-content: center;
}
.p-contact__btn .c-icon.-circle {
  width: 36px;
  height: 36px;
}
.p-contact__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 8px;
  text-align: left;
}
.p-contact__note {
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  color: #666666;
  padding-left: 1em;
  position: relative;
  text-align: left;
}
.p-contact__note:not(:last-of-type) {
  margin-bottom: 8px;
}
.p-contact__note::before {
  content: "※";
  left: 0;
  position: absolute;
}
.p-contact__note.-center {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.p-cookie {
  display: none;
  opacity: 1;
  align-items: center;
  background-color: #ED6C00;
  gap: 20px;
  padding: 20px 40px;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 6;
}
.p-cookie__text {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
}
.p-cookie__btn {
  border: 1px solid #fff;
  color: #ED6C00;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  border-radius: 80px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 15px 20px 15px 30px;
  transition: background-color 300ms ease, color 300ms ease;
  white-space: nowrap;
}
.p-cookie__btnArea {
  display: flex;
  gap: 20px;
}
.p-cookie.-jp {
  border-radius: 16px 16px 0px 0px;
}

/* テキスト */

@media screen and (min-width:767px){
  .c-anchorSmall__item:first-of-type .proRecipe__anchorLink {
    border-left: 1px solid #D9D4D0;
  }
  .c-anchorSmall__link {
    justify-content: center;
    border-right: 1px solid #D9D4D0;
  }
  .p-megaMenu {
    position: absolute;
    padding: 152px 0 72px;
    width: 100%;
    left: 0;
    background-color: #FEF6F0;
    border-radius: 0px 0px 20px 20px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 300ms ease, visibility 300ms ease;
    z-index: -1;
  }
  .p-megaMenu.is-show {
    opacity: 1;
    visibility: visible;
  }
  .p-megaMenu.-search {
    padding: 152px 0 56px;
  }
  .p-recipeTab__item.is-active .p-recipeTab__btn {
    border-color: #E60012;
    background-color: #fff;
    color: #381A03;
  }
  .p-recipeTab__contents {
    opacity: 0;
    visibility: hidden;
  }
  .p-recipeTab__contents.is-show {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1279px){
  .p-megaMenu__main {
    flex: 1;
  }
}

@media screen and (max-width: 1279px) and (min-width:767px){
  .c-title__mark {
    font-size: clamp(
    1.875rem,
    1.5642265193rem + 1.3259668508vw,
    2.625rem
  );
  }
}

@media (max-width: 1250px){
  .p-recipeTab[data-tabgroup=group1] .p-recipeTab__item {
    width: calc(20% - 7px);
  }
  .p-recipeTab[data-tabgroup=group2] .p-recipeTab__item {
    width: calc(20% - 7px);
  }
}

@media screen and (max-width:1099px){
  .p-megaMenu:not(.-customer):not(.-entertainment) .p-megaMenu__box .imgArea .img {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  .p-megaMenu.-company_ir .p-megaMenu__main {
    gap: 20px;
  }
  .p-megaMenu.-recipe .p-megaMenu__main {
    gap: 20px;
  }
  .p-megaMenu.-recipe .p-megaMenu__box.-right .list .item {
    width: calc(50% - 7px);
  }
  .p-megaMenu.-recipe .p-megaMenu__box.-right .list .item .imgArea {
    padding-top: 61.7283950617%;
  }
  .p-megaMenu.-recipe .p-megaMenu__box.-right .list .item .textLink {
    display: block;
    text-align: left;
  }
  .p-megaMenu__main {
    gap: 15px;
    justify-content: space-between;
  }
  .p-megaMenu__main.-full .p-megaMenu__box.-col-6 .list {
    gap: 20px;
  }
  .p-megaMenu__main.-full .p-megaMenu__box.-col-6 .item {
    width: calc(25% - 15px);
  }
  .p-megaMenu__side {
    padding-left: 24px;
    margin-left: 24px;
  }
  .p-proInfoList {
    -moz-column-gap: 36px;
    column-gap: 36px;
  }
  .p-recipeList {
    gap: 24px 11px;
  }
  .p-recipeTab[data-tabgroup=group1] .p-recipeTab__item {
    width: calc(33.3333333333% - 7px);
  }
  .p-recipeTab[data-tabgroup=group2] .p-recipeTab__item {
    width: calc(33.3333333333% - 7px);
  }
  .p-recipeTab__contents .content__item {
    width: calc(25% - 9px);
  }
}

@media screen and (max-width:767px){
  .c-badge {
    font-size: 11px;
    padding: 3px 8px;
  }
  .c-search__input {
    padding: 16px;
    font-size: 14px;
  }
  .c-search__btn {
    width: 52px;
  }
  .c-anchor.-white:last-of-type {
    border-color: #fff;
  }
  .c-anchor {
    border-bottom: 0;
  }
  .c-anchor:not(:first-of-type)::before {
    content: none;
  }
  .c-anchor:last-of-type {
    border-bottom: 1px solid #D9D4D0;
  }
  .c-anchor {
    padding: 10px;
  }
  .c-anchorSmall {
    flex-direction: column;
  }
  .c-anchorSmall__item {
    width: 100%;
  }
  .c-anchorSmall__link {
    padding: 16px 10px;
    border-bottom: 1px solid #D9D4D0;
    justify-content: space-between;
  }
  .c-cook {
    gap: 3px;
  }
  .c-text {
    font-size: 14px;
  }
  .c-title {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .c-title.-size-m {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .c-title.-size-s {
    font-size: 20px;
  }
  .c-title__mark {
    font-size: 30px;
  }
  .c-title__mark .en {
    font-size: 12px;
  }
  .c-title__mark .en-area {
    margin-bottom: 2px;
  }
  .c-title__mark2 {
    font-size: 18px;
    gap: 8px;
  }
  .c-title__mark2::before {
    margin-top: 11px;
  }
  .c-title__icon.-category .icon-img {
    width: 31px;
    height: 30px;
  }
  .c-title__icon.-new .icon-img {
    width: 34px;
    height: 33px;
  }
  .c-title__icon.-new-r .icon-img {
    width: 33px;
    height: 34px;
  }
  .c-title__icon.-recipe .icon-img {
    width: 27px;
    height: 29px;
  }
  .c-title__icon.-pamphlet .icon-img {
    width: 19px;
    height: 31px;
  }
  .c-title__icon.-brand .icon-img {
    width: 26px;
    height: 21px;
  }
  .c-title__icon.-cutlery .icon-img {
    width: 25px;
    height: 27px;
  }
  .c-title__icon.-popular .icon-img {
    width: 39px;
    height: 39px;
  }
  .c-title__icon.-movie .icon-img {
    width: 30px;
    height: 28px;
  }
  .c-title__icon.-learn .icon-img {
    width: 28px;
    height: 30px;
  }
  .c-title__icon.-enjoy .icon-img {
    width: 33px;
    height: 37px;
  }
  .c-title__icon.-faq .icon-img {
    width: 27px;
    height: 22px;
  }
  .c-title__icon.-improvement .icon-img {
    width: 36px;
    height: 35px;
  }
  .c-title__icon .icon {
    margin-right: 11px;
    width: 52px;
    height: 52px;
  }
  .c-title__icon .title {
    font-size: 24px;
  }
  .c-title__icon .title .en {
    font-size: 12px;
    margin-bottom: 2px;
  }
  .p-megaMenu.-search {
    position: absolute;
    background-color: #FEF6F0;
    top: 0;
    left: 0;
    width: 100%;
    transition: opacity 300ms ease;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-top: 64px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 300ms ease;
  }
  .p-megaMenu.-search.is-show {
    opacity: 1;
    visibility: visible;
  }
  .p-megaMenu.-search .p-megaMenu__inner {
    padding: 24px 10px 28px;
    margin: 0;
    width: 100%;
    border-top: 1px solid #D9D4D0;
  }
  .p-megaMenu:not(.-customer):not(.-entertainment) .p-megaMenu__box .imgArea .img {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
  .p-megaMenu.-company_ir .p-megaMenu__main {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-bottom: 32px;
    display: block;
    border-top: 1px solid #D9D4D0;
  }
  .p-megaMenu.-company_ir .p-megaMenu__inner {
    margin-top: 0;
  }
  .p-megaMenu.-company_ir .p-megaMenu__box {
    width: 100%;
  }
  .p-megaMenu.-company_ir .p-megaMenu__box .textLink__item {
    transition: background-color 300ms ease;
    position: relative;
    border-bottom: 1px solid #D9D4D0;
  }
  .p-megaMenu.-company_ir .p-megaMenu__box .textLink__item[data-accordion][data-is-open=true] {
    background-color: #F7F6F5;
  }
  .p-megaMenu.-company_ir .p-megaMenu__box .textLink__item[data-accordion][data-is-open=true] > [data-accordion-content] {
    height: auto;
  }
  .p-megaMenu.-company_ir .p-megaMenu__box .textLink__item[data-accordion][data-is-open=true] .l-header__navLink {
    background-color: #fff;
  }
  .p-megaMenu.-company_ir .p-megaMenu__box .textLink__item[data-accordion][data-is-open=true]::after {
    transform: rotate(0deg);
  }
  .p-megaMenu.-company_ir .p-megaMenu__box .textLink__item::after, .p-megaMenu.-company_ir .p-megaMenu__box .textLink__item::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 1px;
    background-color: #381A03;
    border-radius: 2px;
    position: absolute;
    top: 32px;
    margin: auto;
    right: 20px;
    transition: transform 300ms ease;
  }
  .p-megaMenu.-company_ir .p-megaMenu__box .textLink__item::after {
    transform: rotate(90deg);
  }
  .p-megaMenu.-company_ir .p-megaMenu__box .textLink__item .list {
    padding: 3px 30px 32px;
    background-color: #F7F6F5;
  }
  .p-megaMenu.-company_ir .p-megaMenu__box .textLink__link {
    margin: 0;
    padding: 22px 30px 21px;
    width: calc(100% - 55px);
    font-weight: 400;
    position: relative;
  }
  .p-megaMenu.-company_ir .p-megaMenu__box .textLink__link::after {
    content: "";
    width: 1px;
    height: calc(100% - 24px);
    background-color: #D9D4D0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
  }
  .p-megaMenu.-entertainment .p-megaMenu__main {
    width: 100%;
    flex-direction: column;
    gap: 24px;
  }
  .p-megaMenu.-entertainment .p-megaMenu__main.-two .p-megaMenu__box {
    width: 100%;
  }
  .p-megaMenu.-entertainment .p-megaMenu__main.-two .p-megaMenu__box .list .item .imgArea {
    padding-top: 64.8148148148%;
  }
  .p-megaMenu.-entertainment .p-megaMenu__main.-left-two .p-megaMenu__box:first-of-type {
    width: 100%;
  }
  .p-megaMenu.-entertainment .p-megaMenu__main.-left-two .p-megaMenu__box:first-of-type .list .item .imgArea {
    padding-top: 64.8148148148%;
  }
  .p-megaMenu.-entertainment .p-megaMenu__main.-left-two .p-megaMenu__box:nth-of-type(2) {
    width: 100%;
  }
  .p-megaMenu.-entertainment .p-megaMenu__main.-right-two .p-megaMenu__box:nth-of-type(2) {
    width: 100%;
  }
  .p-megaMenu.-entertainment .p-megaMenu__main.-right-two .p-megaMenu__box:nth-of-type(2) .list .item .imgArea {
    padding-top: 64.8148148148%;
  }
  .p-megaMenu.-entertainment .p-megaMenu__main.-right-two .p-megaMenu__box:first-of-type {
    width: 100%;
  }
  .p-megaMenu.-entertainment .p-megaMenu__box .list {
    gap: 10px;
  }
  .p-megaMenu.-entertainment .p-megaMenu__box .list .item .imgArea .img {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .p-megaMenu.-pro .p-megaMenu__main {
    width: 100%;
  }
  .p-megaMenu.-recipe .p-megaMenu__main {
    gap: 24px;
    flex-direction: column;
    width: 100%;
  }
  .p-megaMenu.-recipe .p-megaMenu__box.-left {
    width: 100%;
  }
  .p-megaMenu.-recipe .p-megaMenu__box.-right {
    width: 100%;
  }
  .p-megaMenu.-recipe .p-megaMenu__box.-right .list {
    gap: 11px;
  }
  .p-megaMenu__inner {
    margin: 12px 20px 32px;
  }
  .p-megaMenu__head {
    margin-bottom: 24px;
  }
  .p-megaMenu__title {
    font-size: 16px;
    margin-left: 0;
    gap: 12px;
  }
  .p-megaMenu__title .arrow {
    width: 5px;
    height: 8px;
  }
  .p-megaMenu__main {
    width: 100%;
    gap: 10px;
    margin-bottom: 32px;
  }
  .p-megaMenu__main.-full .p-megaMenu__box.-col-3 .list {
    gap: 11px;
  }
  .p-megaMenu__main.-full .p-megaMenu__box.-col-3 .item {
    width: calc(50% - 6px);
  }
  .p-megaMenu__main.-full .p-megaMenu__box.-col-6 .list {
    gap: 24px 9px;
  }
  .p-megaMenu__main.-full .p-megaMenu__box.-col-6 .item {
    width: calc(25% - 9px);
  }
  .p-megaMenu__main.-full .p-megaMenu__box.-col-6 .item .textLink {
    font-size: 12px;
  }
  .p-megaMenu__contents {
    flex-direction: column;
  }
  .p-megaMenu__box.-col-3 {
    width: 100%;
  }
  .p-megaMenu__box.-col-3 .item {
    width: 100%;
  }
  .p-megaMenu__box.-col-1 {
    width: 100%;
  }
  .p-megaMenu__box .subTitle {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 0;
  }
  .p-megaMenu__box .subTitle.-ns {
    margin-top: 0;
    margin-bottom: 20px;
    text-align: left;
  }
  .p-megaMenu__box .item {
    min-height: auto;
  }
  .p-megaMenu__box .imgArea {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
  }
  .p-megaMenu__side {
    padding-left: 0;
    margin-left: 0;
    border: none;
  }
  .p-megaMenu__close {
    display: none !important;
  }
  .p-megaMenu__search {
    max-width: initial;
  }
  .p-card.-shadow .p-card__imgArea {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
  }
  .p-card__badge {
    top: 8px;
    left: 8px;
  }
  .p-card__category {
    font-size: 12px;
  }
  .p-card__category {
    margin-bottom: 4px;
  }
  .p-card__text {
    font-size: 16px;
  }
  .p-card__brandBox {
    margin-top: 8px;
  }
  .p-card__brand {
    font-size: 14px;
  }
  .p-card__img {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
  }
  .p-card__imgArea {
    margin-bottom: 10px;
  }
  .p-cardWide__text {
    font-size: 14px;
    width: calc(100% - 20px);
    margin: auto;
    font-size: 12px;
    margin-top: 8px;
    display: block;
  }
  .p-cardWide__textLink {
    font-size: 14px;
    width: calc(100% - 20px);
    margin: auto;
    display: block;
  }
  .p-cardWide__imgArea {
    margin-bottom: 16px;
  }
  .p-recipeInfo {
    gap: 10px;
    margin-top: 12px;
  }
  .p-recipeInfo__item {
    font-size: 12px;
    gap: 4px;
  }
  .p-alert {
    padding: 24px 0 4px;
  }
  .p-alert__inner {
    flex-direction: column;
    align-items: start;
  }
  .p-alert__list {
    padding: 24px 10px;
    border-top: 1px solid #D9D4D0;
    border-left: none;
    margin-top: 16px;
    width: 100%;
  }
  .p-alert__item:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .p-alert__item {
    align-items: start;
    flex-direction: column;
    gap: 2px;
  }
  .p-alert__item .link {
    font-size: 16px;
  }
  .p-cta {
    padding: 40px 0px;
  }
  .p-cta__list {
    flex-wrap: wrap;
    row-gap: 4px;
  }
  .p-cta__item:first-of-type {
    position: relative;
  }
  .p-cta__item:first-of-type::before {
    content: "";
    width: calc(100% - 8px);
    height: 1px;
    background-color: #fff;
    position: absolute;
    margin: auto;
    bottom: -4px;
    left: 0;
    right: 0;
  }
  .p-cta__item:nth-of-type(2) {
    position: relative;
  }
  .p-cta__item:nth-of-type(2)::before {
    content: "";
    width: calc(100% - 8px);
    height: 1px;
    background-color: #fff;
    position: absolute;
    margin: auto;
    bottom: -4px;
    left: 0;
    right: 0;
  }
  .p-cta__item:nth-of-type(3) {
    border-left: 1px solid #fff;
  }
  .p-cta__item {
    width: 50%;
  }
  .p-cta__link {
    gap: 5px;
    padding: 12px 0 24px;
  }
  .p-cta__icon .c-icon.-category {
    width: 31px;
    height: 30px;
  }
  .p-cta__icon .c-icon.-entertainment {
    width: 38px;
    height: 41px;
  }
  .p-cta__icon .c-icon.-online {
    width: 38px;
    height: 30px;
  }
  .p-cta__icon .c-icon.-cutlery {
    width: 29px;
    height: 31px;
  }
  .p-cta__icon .c-icon.-qa {
    width: 38px;
    height: 33px;
  }
  .p-cta__icon .c-icon.-safety {
    width: 42px;
    height: 34px;
  }
  .p-cta__icon {
    width: 46px;
    height: 46px;
  }
  .p-cta__text {
    font-size: 14px;
  }
  .p-campaign {
    padding: 56px 0px 64px;
  }
  .p-campaign__title {
    margin-bottom: 40px;
  }
  .p-campaign__list {
    flex-direction: column;
    gap: 40px;
  }
  .p-campaign__list.-slide .p-campaign__item {
    margin-left: 5px;
    margin-right: 5px;
  }
  .p-campaign__item {
    width: 100%;
  }
  .p-campaign__area.-slide {
    margin-left: -5px;
    margin-right: -5px;
  }
  .p-campaign__area .p-slider__control {
    position: absolute;
    margin: 0;
    right: 5px;
    top: -75px;
  }
  .p-anchorList {
    flex-direction: column;
  }
  .p-searchBox {
    padding: 56px 0 64px;
  }
  .p-searchBox__title {
    margin-bottom: 40px;
    font-size: 20px;
  }
  .p-frame:not(:last-of-type) {
    margin-bottom: 24px;
  }
  .p-frame {
    padding: 32px 20px;
  }
  .p-frame.-bg-beige {
    padding: 28px 20px 32px;
  }
  .p-frame.-reverse .p-frame__contents {
    flex-direction: column;
  }
  .p-frame__contents {
    gap: 24px;
    flex-direction: column;
  }
  .p-frame__imgArea {
    width: 100%;
  }
  .p-point {
    padding: 28px 20px 32px;
    margin-bottom: 24px;
    font-size: 14px;
  }
  .p-point__contents {
    gap: 20px;
    flex-direction: column;
  }
  .p-point__title .text {
    font-size: 16px;
  }
  .p-point__imgArea {
    width: 100%;
  }
  .p-point__textArea .link {
    justify-content: right;
  }
  .p-cookArea {
    margin-top: 16px;
  }
  .p-cookArea.-flex {
    justify-content: center;
    row-gap: 10px;
  }
  .p-categoryList {
    gap: 24px 10px;
  }
  .p-categoryList.-sp-col3 .category__item {
    width: calc(33.3333333333% - 7px);
  }
  .p-categoryList.-sp-col2 .category__item {
    width: calc(50% - 5px);
  }
  .p-titleHead {
    margin-bottom: 32px;
    flex-direction: column;
    align-items: start;
  }
  .p-titleHead__description {
    border: none;
    margin-top: 26px;
    margin-left: 0;
    padding: 0;
  }
  .p-function.-ver1 {
    justify-content: center;
    gap: 27px;
  }
  .p-function.-ver1 .text {
    font-size: 12px;
  }
  .p-function.-ver1 .snsLink {
    gap: 20px;
  }
  .p-function.-ver2 {
    max-width: 100%;
    padding: 8px 0px;
  }
  .p-function.-ver2 .text {
    font-size: 12px;
  }
  .p-function.-ver2 .sns {
    padding: 12px 0px;
    padding-left: 25px;
    margin-left: 24px;
    gap: 16px;
  }
  .p-function.-ver2 .snsLink {
    gap: 20px;
  }
  .p-function.-ver2 .snsLink .link {
    width: 24px;
    height: 24px;
  }
  .p-useProducts {
    margin-top: 20px;
  }
  .p-useProducts__img .img {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  .p-article .meta {
    margin-bottom: 8px;
  }
  .p-article__link {
    padding: 20px 10px;
  }
  .p-article.-ir .p-article__link {
    padding: 20px 10px 18px;
  }
  .p-article.-ir .p-article__link .time {
    font-size: 14px;
    min-width: 110px;
  }
  .p-article.-ir .p-article__link .title {
    font-size: 16px;
  }
  .p-slider__control {
    position: static;
    margin-top: 36px;
    justify-content: center;
    gap: 8px;
  }
  .p-slider__control .c-icon.-circle.-size-l {
    width: 36px;
    height: 36px;
  }
  .p-proInfo:nth-of-type(2) {
    border-top: none;
  }
  .p-proInfo {
    padding: 28px 10px 32px 10px;
    width: 100%;
  }
  .p-proInfo__category {
    position: initial;
    margin-bottom: 16px;
  }
  .p-proInfo__top {
    margin-bottom: 20px;
    gap: 16px;
  }
  .p-proInfo__imgArea {
    width: 33.8028169014%;
    padding-top: 33.8028169014%;
  }
  .p-proInfo__textArea .title {
    font-size: 18px;
    margin-bottom: 0;
  }
  .p-proInfo__textArea .subTitle {
    font-size: 14px;
  }
  .p-proInfo__textArea .text {
    font-size: 12px;
  }
  .p-recipeList__item .p-cardWide__imgArea {
    margin-bottom: 10px;
  }
  .p-recipeList__item .p-recipeInfo::after {
    width: 20px;
    height: 20px;
  }
  .p-recipeList__download {
    gap: 6px;
    justify-content: space-between;
    font-size: 14px;
  }
  .p-recipePickup__img {
    width: 46.1971830986%;
  }
  .p-recipeTab[data-tabgroup=group1] .p-recipeTab__item {
    width: 100%;
  }
  .p-recipeTab[data-tabgroup=group2] .p-recipeTab__item {
    width: 100%;
  }
  .p-recipeTab__list {
    display: block;
  }
  .p-recipeTab__list [data-accordion][data-is-open=true] {
    border-bottom: 1px solid #E60012;
  }
  .p-recipeTab__list [data-accordion][data-is-open=true] > [data-accordion-content] {
    height: auto;
  }
  .p-recipeTab__list [data-accordion][data-is-open=true] .p-recipeTab__btn {
    background-color: #fff;
  }
  .p-recipeTab__list [data-accordion][data-is-open=true] .p-recipeTab__btn::after {
    transform: rotate(-90deg);
  }
  .p-recipeTab__list [data-accordion-content] {
    height: 0;
    overflow: hidden;
    transition: height ease 300ms;
  }
  .p-recipeTab__item {
    border-bottom: 1px solid #D9D9D9;
    background-color: #fff;
  }
  .p-recipeTab__item:first-of-type {
    border-top: 1px solid #D9D9D9;
  }
  .p-recipeTab__btn {
    border: none;
    border-radius: 0;
    background-color: #FEF6F0;
  }
  .p-recipeTab__btn::after {
    content: "";
    background: url("/assets/images/common/icon/icon_arrow.svg") no-repeat;
    background-size: contain;
    position: absolute;
    display: inline-block;
    width: 6px;
    height: 12px;
    transform: rotate(90deg);
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    transition: transform 300ms ease;
  }
  .p-recipeTab__btn .text {
    font-size: 14px;
    color: #381A03;
  }
  .p-recipeTab__contents {
    position: initial;
    margin-top: 0;
    padding: 8px 20px 32px;
  }
  .p-recipeTab__contents .content {
    gap: 10px 11px;
  }
  .p-recipeTab__contents .content__item {
    width: calc(50% - 6px);
  }
  .p-recipeMake {
    margin-bottom: 43px;
  }
  .p-recipeMake__box {
    padding: 28px 20px 54px;
    margin-bottom: 16px;
  }
  .p-recipeMake__head {
    padding-bottom: 12px;
    margin-bottom: 28px;
    gap: 10px;
  }
  .p-recipeMake__head .text {
    font-size: 16px;
  }
  .p-recipeMake__item {
    padding-left: 30px;
    font-size: 14px;
  }
  .p-recipeMake__item:not(:last-of-type) {
    margin-bottom: 12px;
  }
  .p-recipeMake__item::before {
    width: 22px;
    height: 22px;
    font-size: 12px;
  }
  .p-recipeMake__item > img {
    margin: 12px 0px;
    width: 164px;
    border-radius: 7px;
  }
  .p-recipeMake__text {
    margin-top: 24px;
  }
  .p-recipeMake .recipeDetail__note {
    margin: 0;
  }
  .p-csrSide {
    max-width: 100%;
    width: calc(100% - 20px);
    left: 0;
    right: 0;
    margin: auto;
    bottom: 10px;
  }
  .p-csrSide__btn {
    padding: 20px;
  }
  .p-csrSide__list {
    padding: 24px 20px 24px 37px;
  }
  .p-csrSide__list::after {
    width: calc(100% - 20px);
  }
  .p-csrSide__overlay.is-active {
    opacity: 1;
    visibility: visible;
  }
  .p-contact {
    padding: 6px 6px 30px 6px;
  }
  .p-contact.-icon-l .p-contact__badge::before {
    width: 20px;
    height: 15px;
  }
  .p-contact.-mail .p-contact__badge::before {
    width: 20px;
    height: 15px;
  }
  .p-contact__head {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .p-contact__mail {
    font-size: 18px;
  }
  .p-contact__badge {
    width: 100%;
    position: initial;
    justify-content: center;
    padding: 8px;
    margin-bottom: 24px;
  }
  .p-contact__title {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .p-contact__tel {
    font-size: 24px;
    margin-bottom: 8px;
    pointer-events: initial;
  }
  .p-contact__time {
    font-size: 12px;
    gap: 0;
  }
  .p-contact__time .time {
    font-size: 16px;
  }
  .p-contact__btn .c-icon.-circle {
    width: 30px;
    height: 30px;
  }
  .p-contact__btn {
    font-size: 16px;
    gap: 12px;
    margin-bottom: 24px;
  }
  .p-contact__text {
    margin-bottom: 16px;
    font-size: 14px;
  }
  .p-contact__note:not(:last-of-type) {
    margin-bottom: 4px;
  }
  .p-cookie {
    padding: 20px;
    flex-direction: column;
  }
  .p-cookie__btn {
    width: 100%;
    justify-content: center;
  }
  .p-cookie__btnArea {
    width: 100%;
  }
  .p-cookie.-jp {
    padding: 20px;
  }
}

@media (hover: hover) and (pointer: fine){
  .c-btn:hover {
    background-color: #fff;
    border: 1px solid #ED6C00;
    color: #ED6C00;
  }
  .c-btn:hover .c-icon.-stroke-orange {
    stroke: #fff;
  }
  .c-btn:hover .c-icon.-fill-orange {
    fill: #fff;
  }
  .c-btn:hover .c-icon.-fill-white {
    fill: #ED6C00;
  }
  .c-btn.-bg-white:hover {
    background-color: #ED6C00;
    color: #fff;
  }
  .c-search__btn:hover {
    background-color: #ED6C00;
  }
  .c-anchor__link:hover .icon .c-icon {
    fill: #E60012;
  }
  .c-anchor__link:hover .c-textLink {
    color: #E60012;
  }
  .c-anchorSmall__link:hover {
    color: #E60012;
  }
  .c-textLink.-line:hover .text {
    background-size: 100% 1px, 100% 1px;
    background-position: bottom left;
    color: #E60012;
  }
  .c-textLink.-circle:hover.-red-default .circle circle {
    stroke: #381A03;
    stroke-width: 1;
    -webkit-animation: circle 1s ease;
    animation: circle 1s ease;
  }
  .c-textLink.-circle:hover.-red-default .-arrow {
    fill: #381A03;
  }
  .c-textLink.-circle:hover.-red-default .-external {
    fill: #381A03;
  }
  .c-textLink.-circle:hover.-red-default .-cart {
    stroke: #381A03;
  }
  .c-textLink.-circle:hover.-red-default .-download {
    fill: #381A03;
  }
  .c-textLink.-circle:hover.-default-red .circle circle {
    stroke: #E60012;
    stroke-width: 1;
    -webkit-animation: circle 1s ease forwards;
    animation: circle 1s ease forwards;
  }
  .c-textLink.-circle:hover.-default-red .-arrow {
    fill: #E60012;
  }
  .c-textLink.-circle:hover.-gray-red .circle circle {
    stroke: #E60012;
    stroke-width: 1;
    -webkit-animation: circle 1s ease;
    animation: circle 1s ease;
  }
  .c-textLink.-circle:hover.-gray-red .circle rect.move {
    stroke: #E60012;
    stroke-dashoffset: 0;
  }
  .c-textLink.-circle:hover.-gray-red .circle .-print {
    stroke: #E60012;
  }
  .c-textLink.-circle:hover.-gray-red .-print {
    fill: #E60012;
  }
  .c-textLink:hover {
    color: #E60012;
  }
  .p-megaMenu.-recipe .p-megaMenu__box.-right .list .item .recipe-link:hover {
    color: #E60012;
  }
  .p-megaMenu__box .link:hover .imgArea {
    opacity: 0.7;
  }
  .p-megaMenu__box .link:hover .textLink .text {
    background-size: 100% 1px, 100% 1px;
    background-position: bottom left;
    color: #E60012;
  }
  .p-megaMenu__close:hover .line {
    background-color: #E60012;
  }
  .p-card__link:hover .p-card__text .text {
    background-size: 100% 1px, 100% 1px;
    background-position: bottom left;
    color: #E60012;
  }
  .p-card__link:hover .p-card__img {
    opacity: 0.7;
  }
  .p-cardWide__link:hover .p-cardWide__imgArea {
    opacity: 0.7;
  }
  .p-cardWide__link:hover .p-cardWide__textLink, .p-cardWide__link:hover .c-textLink {
    color: #E60012;
  }
  .p-cardWide__link:hover .p-cardWide__textLink .text, .p-cardWide__link:hover .c-textLink .text {
    background-size: 100% 1px, 100% 1px;
    background-position: bottom left;
    color: #E60012;
  }
  .p-cta__link:hover .p-cta__icon .c-icon.-fill-gray {
    fill: #E60012;
  }
  .p-cta__link:hover .p-cta__text .text {
    background-size: 100% 1px, 100% 1px;
    background-position: bottom left;
    color: #E60012;
  }
  .p-function.-ver1 .snsLink .link:hover {
    opacity: 0.7;
  }
  .p-function.-ver2 .snsLink .link:hover {
    opacity: 0.7;
  }
  a.p-article__link:hover .title {
    color: #E60012;
  }
  .p-recipeList__link:hover .p-cardWide__imgArea {
    opacity: 0.7;
  }
  .p-recipeList__link:hover .p-cardWide__text .text {
    background-size: 100% 1px, 100% 1px;
    background-position: bottom left;
    color: #E60012;
  }
  .p-recipeList__link:hover .p-recipeList__download {
    color: #E60012;
  }
  .p-recipeList__link:hover .p-recipeList__download.-red-default .circle circle {
    stroke: #381A03;
    stroke-width: 1;
    -webkit-animation: circle 1s ease;
    animation: circle 1s ease;
  }
  .p-recipeList__link:hover .p-recipeList__download.-red-default .-download {
    fill: #381A03;
  }
  .p-recipePickup:hover .recipe__infoImg {
    opacity: 0.7;
  }
  .p-recipePickup:hover .p-recipePickup__text {
    color: #E60012;
  }
  .p-recipeTab__btn:hover {
    background-color: #fff;
  }
  .p-recipeTab__btn:hover .text {
    color: #E60012;
  }
  .p-recipeTab__contents .content__link:hover {
    color: #E60012;
  }
  .p-recipeMovie__videoBox:hover .play-btn .fill {
    fill: #fff;
  }
  .p-recipeMovie__videoBox:hover .play-btn .play {
    fill: #E60012;
  }
  .p-csrSide__btn:hover {
    color: #E60012;
  }
  .p-csrSide__link:hover {
    color: #E60012;
  }
  .p-contact__btn:hover {
    color: #381A03;
  }
  .p-cookie__btn:hover {
    background-color: #ED6C00;
    color: #fff;
  }
  .p-cookie__btn:hover .c-icon.-arrow {
    fill: #fff;
  }
}