@charset "UTF-8";
.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: calc(100% - 80px);
}
.l-inner.-size-s {
  max-width: 1040px;
}
.l-inner.-size-xs {
  max-width: 800px;
}

.l-header {
  /* 初期　*/
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #381A03;
  font-family: "BIZ UDPGothic", sans-serif !important;
  letter-spacing: 0.05em;
}
.l-header img {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}
.l-header ul {
  list-style: none;
}
.l-header a {
  text-decoration: none;
}
.l-header [data-fadein] {
  opacity: 0;
  transform: translateY(40px);
  transition: transform 600ms ease, opacity 600ms ease;
}
.l-header [data-fadein=true] {
  opacity: 1;
  transform: none;
}
.l-header__wrapper {
  padding: 20px 0px;
  background: #fff;
  box-shadow: 0px 2px 16px 0px rgba(56, 26, 3, 0.08);
  border-radius: 0px 0px 0px 32px;
}
.l-header__inner {
  align-items: center;
  display: flex;
  gap: 65px;
  justify-content: space-between;
  max-width: 100%;
}
.l-header__logo {
  display: block;
  width: 120px;
  flex-shrink: 0;
}
.l-header__nav {
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-header__navList {
  display: flex;
  gap: 36px;
  justify-content: right;
}
.l-header__navLink {
  color: #381A03;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  transition: color 300ms ease;
  position: relative;
  letter-spacing: 0.05em;
}
.l-header__btnList {
  display: flex;
  gap: 4px;
}
.l-header__btnItem.-shop .l-header__btnLink, .l-header__btnItem.-search .l-header__btnLink {
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
}
.l-header__btnItem.-shop {
  font-family: "Open Sans";
}
.l-header__btnLink {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  background-color: #FEF6F0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  align-items: center;
  color: #381A03;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  transition: color 300ms ease, background-color 300ms ease;
}
.l-header__sns {
  display: flex;
  align-items: center;
  margin-top: 40px;
  justify-content: center;
  border-top: 1px solid #D9D4D0;
  padding: 16px 0 17px;
}
.l-header__snsTitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
.l-header__snsBox {
  display: flex;
  gap: 32px;
  align-items: center;
  margin-left: 34PX;
  padding: 8px 0px;
  padding-left: 46PX;
  border-left: 1px solid #D9D4D0;
}
.l-header__hamburger {
  display: none;
  width: 22px;
  height: 16px;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  flex-shrink: 0;
}
.l-header__hamburger .line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #381A03;
  transition: transform 300ms ease, opacity 300ms ease;
  position: absolute;
}
.l-header__hamburger .line:first-of-type {
  top: 0;
}
.l-header__hamburger .line:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.l-header__hamburger .line:last-of-type {
  bottom: 0;
}
.l-header__hamburger.is-close .line:first-of-type {
  transform: rotate(45deg);
  top: 8px;
}
.l-header__hamburger.is-close .line:nth-of-type(2) {
  transform: scaleX(0);
  transform-origin: right center;
}
.l-header__hamburger.is-close .line:last-of-type {
  transform: rotate(135deg);
  bottom: 7px;
}

.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: 11;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease, visibility 300ms ease;
}
.overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.l-footer {
  /* 初期　*/
  color: #381A03;
  font-family: "BIZ UDPGothic", sans-serif !important;
  letter-spacing: 0.05em;
  padding: 96px 0 40px;
}
.l-footer img {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}
.l-footer ul {
  list-style: none;
}
.l-footer a {
  text-decoration: none;
}
.l-footer [data-fadein] {
  opacity: 0;
  transform: translateY(40px);
  transition: transform 600ms ease, opacity 600ms ease;
}
.l-footer [data-fadein=true] {
  opacity: 1;
  transform: none;
}
.l-footer .c-icon {
  display: inline;
}
.l-footer .page-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 4;
}
.l-footer .page-top .arrow {
  width: 7px;
  height: 12px;
  transform: rotate(-90deg);
}
.l-footer__main {
  margin-bottom: 80px;
}
.l-footer__navList {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 560px;
  gap: 41px 36px;
}
.l-footer__navItem {
  width: 17.5%;
  line-height: 1;
}
.l-footer__navItem:first-of-type {
  height: 100%;
}
.l-footer__navItem .child-item {
  line-height: 1;
}
.l-footer__navItem .child-item:not(:last-of-type) {
  margin-bottom: 10px;
}
.l-footer__navItem .child-link {
  color: #381A03;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.l-footer__navLink {
  color: #381A03;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 18px;
  display: inline-block;
  transition: color 300ms ease;
}
.l-footer__bottomTop {
  align-items: center;
  display: flex;
  margin-bottom: 16px;
}
.l-footer__bottomLogo {
  width: 132px;
}
.l-footer__bottomSns {
  align-items: center;
  display: flex;
  gap: 24px;
  padding-left: 36px;
  border-left: 1px solid #D9D4D0;
  margin-left: 20px;
}
.l-footer__bottomSns .link {
  transition: opacity 300ms ease;
  display: flex;
}
.l-footer__bottomList {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 23px;
  margin-bottom: 14px;
}
.l-footer__bottomLink {
  font-size: 14px;
  line-height: 140%;
}
.l-footer__copyright {
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  color: #666666;
}

.l-breadcrumb {
  position: relative;
  z-index: 2;
  padding-top: 24px;
  padding-bottom: 36px;
}
.l-breadcrumb__inner {
  max-width: 100%;
}
.l-breadcrumb__list {
  display: flex;
  list-style: none;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  justify-content: right;
}
.l-breadcrumb__item {
  color: #666666;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
}
.l-breadcrumb__item:not(:last-of-type) {
  margin-right: 25px;
  position: relative;
}
.l-breadcrumb__item:not(:last-of-type) .l-breadcrumb__link {
  color: #381A03;
  transition: color ease 300ms;
}
.l-breadcrumb__item:not(:last-of-type)::after {
  background: url("/assets/images/common/icon/icon_arrow_gray.svg") no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 8px;
  margin: auto;
  position: absolute;
  right: -16px;
  top: 0;
  width: 5px;
}
.l-breadcrumb__link {
  display: inline-block;
}

.l-section.-bg-beige {
  background-color: #FEF6F0;
}
.l-section__wrapper {
  align-items: center;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 0px;
  grid-row-gap: 72px;
}
.l-section__contents {
  grid-area: 2/1/3/3;
}
.l-section__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 30px;
  padding-right: 35px;
  margin-left: auto;
}
.l-page {
  padding-top: 96px;
  overflow: hidden;
}

.l-pagination {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin-top: 96px;
}
.l-pagination > li:not(.prev):not(.next) {
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
  padding: 9.5px 11.5px;
  cursor: pointer;
  background-image: linear-gradient(#E60012, #E60012);
  background-size: 0 1px;
  background-position: bottom right, bottom right;
  background-repeat: no-repeat;
  -webkit-box-decoration-break: slice;
  box-decoration-break: slice;
  transition: background-size 0.5s ease-out, color 300ms ease, font-weight 300ms ease;
  position: relative;
}
.l-pagination > li:not(.prev):not(.next)::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 5px;
  display: inline-block;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
}
.l-pagination > li:not(.prev):not(.next).is-current {
  color: #E60012;
  font-weight: 600;
  background-size: 100% 1px;
}
.l-pagination > li:not(.prev):not(.next).is-current::after {
  background: url("/assets/images/common/icon/icon_mark.svg") no-repeat;
  background-size: contain;
}
.l-pagination > li.dots {
  pointer-events: none;
  position: relative;
}
.l-pagination > li.dots::before {
  content: "･･･";
  position: absolute;
  display: inline-block;
  font-size: 10px;
  letter-spacing: -0.05em;
  top: 3px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.l-pagination > li.prev {
  margin-right: 28px;
}
.l-pagination > li.prev .c-icon.arrow {
  transform: rotate(180deg);
}
.l-pagination > li.next {
  margin-left: 28px;
}
.l-pagination > li.prev, .l-pagination > li.next {
  width: 44px;
  height: 44px;
}
.l-pagination > li.prev .c-icon.arrow, .l-pagination > li.next .c-icon.arrow {
  width: 7px;
  height: 12px;
}
@media screen and (min-width:767px){
  .l-header__navItem.is-active .l-header__navLink, .l-header__navItem.is-current .l-header__navLink {
    color: #E60012;
  }
  .l-header__navItem.is-active .l-header__navLink::before, .l-header__navItem.is-current .l-header__navLink::before {
    -webkit-animation-name: fadeUp;
    animation-name: fadeUp;
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 1;
  }
  .l-header__navLink::before {
    content: "";
    background: url("/assets/images/common/icon/icon_mark.svg") no-repeat;
    display: inline-block;
    background-size: contain;
    width: 7px;
    height: 5px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -7px;
    opacity: 0;
  }
  .l-header__navLink .c-icon {
    display: none;
  }
  .l-header__btnItem.-search .l-header__btnLink[data-search=open] {
    color: #fff;
    background-color: #381A03;
  }
  .l-header__btnItem.-search .l-header__btnLink[data-search=open] .c-icon {
    stroke: #fff;
  }
  .l-breadcrumb__list {
    align-items: center;
    display: flex;
  }
}
@media screen and (min-width:767px) and (hover: hover) and (pointer: fine){
  .l-header__navItem:hover .l-header__navLink {
    color: #E60012;
  }
  .l-header__navItem:hover .l-header__navLink::before {
    -webkit-animation-name: fadeUp;
    animation-name: fadeUp;
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 1;
  }
}
@media (min-width: 1279px){
  .l-header__navInner {
    width: 1200px;
  }
}
@media screen and (max-width:1369px){
  .l-footer__navItem {
    width: auto;
  }
}
@media (max-width: 1279px){
  .l-header__inner {
    gap: 25px;
  }
  .l-header__navList {
    gap: 24px;
  }
  .l-footer__navList {
    flex-direction: row;
    height: auto;
    gap: 30px;
  }
}
@media screen and (max-width:1099px){
  .l-header__navInner {
    margin-left: auto;
  }
  .l-header__navList {
    gap: 10px 33px;
    flex-wrap: wrap;
    justify-content: right;
    max-width: 380px;
  }
  .l-header__navLink {
    font-size: 12px;
  }
  .l-footer__navItem {
    width: calc(33.3333333333% - 20px);
  }
}
@media (max-width: 800px){
  .l-header__inner {
    gap: 16px;
  }
}
@media screen and (max-width:767px){
  .l-inner.-size-l {
    width: calc(100% - 40px);
  }
  .l-inner {
    width: calc(100% - 20px);
  }
  .l-header__wrapper {
    padding: 12px 0px;
  }
  .l-header__inner {
    width: calc(100% - 40px);
  }
  .l-header__logo {
    width: 90px;
    z-index: 11;
  }
  .l-header__nav {
    position: absolute;
    background-color: #FEF6F0;
    top: 0;
    left: 0;
    width: 100%;
    transition: opacity 300ms ease;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-top: 64px;
    height: 100vh;
  }
  .l-header__nav:not(.is-show) {
    opacity: 0;
    visibility: hidden;
  }
  .l-header__nav::after {
    content: "";
    top: -90px;
    height: calc(100dvh - 129px);
    width: 0px;
  }
  .l-header__navList {
    display: block;
    width: 100%;
    max-width: none;
    margin-bottom: 40px;
    border-top: 1px solid #D9D4D0;
  }
  .l-header__navList [data-accordion][data-is-open=true] > [data-accordion-content] {
    height: auto;
  }
  .l-header__navList [data-accordion][data-is-open=true] .l-header__navLink {
    background-color: #fff;
  }
  .l-header__navList [data-accordion][data-is-open=true] .l-header__navLink::after {
    transform: rotate(0deg);
  }
  .l-header__navItem {
    border-bottom: 1px solid #D9D4D0;
  }
  .l-header__navItem [data-accordion-content] {
    height: 0;
    overflow: hidden;
    transition: height ease 300ms;
  }
  .l-header__navLink {
    text-align: left;
    font-size: 18px;
    padding: 20px;
    background-color: #FEF6F0;
    width: 100%;
    display: block;
  }
  .l-header__navLink:not(.-link)::after, .l-header__navLink:not(.-link)::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 1px;
    background-color: #381A03;
    border-radius: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    transition: transform 300ms ease;
  }
  .l-header__navLink:not(.-link)::after {
    transform: rotate(90deg);
  }
  .l-header__btnList {
    margin-left: auto;
    gap: 19px;
    justify-content: center;
  }
  .l-header__btnItem.-search .l-header__btnLink {
    width: 18px;
    height: 18px;
    background-color: transparent;
    position: relative;
    z-index: 11;
  }
  .l-header__btnItem.-search .text {
    display: none;
  }
  .l-header__btnItem.-search .c-icon.-search {
    width: 18px;
    height: 18px;
  }
  .l-header__btnItem.-en .l-header__btnLink, .l-header__btnItem.-shop .l-header__btnLink {
    background-color: #fff;
  }
  .l-header__hamburger {
    display: flex;
    z-index: 11;
  }
  .l-footer .page-top {
    bottom: 20px;
    right: 20px;
  }
  .l-footer .page-top .arrow {
    width: 5px;
    height: 10px;
  }
  .l-footer .page-top .c-icon.-circle {
    width: 36px;
    height: 36px;
  }
  .l-footer .page-top .circle {
    width: 36px;
    height: 36px;
  }
  .l-footer {
    padding: 0px 0 20px;
  }
  .l-footer__main {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-bottom: 36px;
  }
  .l-footer__navList {
    width: 100%;
    display: block;
    border-top: 1px solid #D9D4D0;
  }
  .l-footer__navList [data-accordion][data-is-open=true] {
    background-color: #F7F6F5;
  }
  .l-footer__navList [data-accordion][data-is-open=true] > [data-accordion-content] {
    height: auto;
  }
  .l-footer__navList [data-accordion][data-is-open=true]::after {
    transform: rotate(0deg);
  }
  .l-footer__navItem {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #D9D4D0;
    transition: background-color 300ms ease;
  }
  .l-footer__navItem:not(.-recruit) .l-footer__navLink::after {
    content: "";
    width: 1px;
    height: calc(100% - 24px);
    background-color: #D9D4D0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
  }
  .l-footer__navItem:not(.-recruit) .l-footer__navLink > .c-icon {
    display: none;
  }
  .l-footer__navItem:not(.-recruit)::after, .l-footer__navItem:not(.-recruit)::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;
  }
  .l-footer__navItem:not(.-recruit)::after {
    transform: rotate(90deg);
  }
  .l-footer__navItem [data-accordion-content] {
    height: 0;
    overflow: hidden;
    transition: height ease 300ms;
  }
  .l-footer__navItem.-recruit .l-footer__navLink {
    width: 100%;
  }
  .l-footer__navItem .child-list {
    width: 100%;
    padding: 0px 20px;
    margin: auto;
  }
  .l-footer__navItem .child-item:not(:last-of-type) {
    margin-bottom: 12px;
  }
  .l-footer__navItem .child-item:last-of-type {
    margin-bottom: 32px;
  }
  .l-footer__navItem .child-item:first-of-type {
    margin-top: 4px;
  }
  .l-footer__navLink {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    padding: 20px;
    width: calc(100% - 55px);
    position: relative;
  }
  .l-footer__bottom {
    width: calc(100% - 20px);
    margin: auto;
  }
  .l-footer__bottomTop {
    justify-content: space-between;
  }
  .l-footer__bottomSns {
    border: none;
    margin: 0;
    padding: 0;
  }
  .l-footer__bottomList {
    flex-direction: column;
    gap: 14px;
    align-items: start;
    margin-bottom: 32px;
  }
  .l-footer__copyright {
    font-size: 10px;
  }
  .l-breadcrumb {
    padding-bottom: 32px;
  }
  .l-breadcrumb__list {
    justify-content: left;
  }
  .l-breadcrumb__item {
    display: inline-block;
  }
  .l-section__wrapper {
    align-items: initial;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .l-section__btn {
    width: calc(100% - 20px);
    margin: auto;
    order: 3;
  }
  .l-page {
    padding-top: 64px;
  }
  .l-pagination {
    margin-top: 44px;
    gap: 8px;
  }
  .l-pagination > li:not(.prev):not(.next) {
    font-size: 16px;
    padding: 9px 10.5px;
  }
  .l-pagination > li.prev {
    margin-right: 8px;
  }
  .l-pagination > li.next {
    margin-left: 8px;
  }
  .l-pagination > li.prev, .l-pagination > li.next {
    width: 36px;
    height: 36px;
  }
  .l-pagination > li.prev .c-icon.-circle.-size-l, .l-pagination > li.next .c-icon.-circle.-size-l {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width:639px){
  .l-pagination > li:not(.prev):not(.next) {
    padding: 9px 7px;
  }
}
@media (hover: hover) and (pointer: fine){
  .l-header__navLink:hover {
    color: #E60012;
  }
  .l-header__btnLink:hover {
    color: #fff;
    background-color: #381A03;
  }
  .l-header__btnLink:hover .c-icon {
    stroke: #fff;
  }
  .l-footer__navLink:hover {
    color: #E60012;
  }
  .l-footer__bottomSns .link:hover {
    opacity: 0.7;
  }
  .l-breadcrumb__item:not(:last-of-type) .l-breadcrumb__link:hover {
    color: #E60012;
  }
  .l-pagination > li:not(.prev):not(.next):hover {
    color: #E60012;
    font-weight: 600;
    background-size: 100% 1px;
    background-position: bottom left;
  }
}
@media print{
  body {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .l-header {
    position: absolute !important;
  }

  .print .l-inner {
    width: 100% !important;
  }

  .print .l-header, .print .l-footer, .print .l-breadcrumb, .print .print--excluded, .print .tit--lv1, .print .p-function, .print .productsRelation, .print .p-campaign, .print .p-searchBox, .print .proContact, .print .proBottom, .print .recipeDetail__movie, .print .recipeDetail__use, .print .recipeSearch, .print .recipeRelation {
    display: none !important;
  }

  .print .l-page {
    margin: 20px 0 0 !important;
    padding-top: 0 !important;
  }

  .print .recipeDetail__contents {
    margin-bottom: 0px !important;
  }

  .print .recipeDetail__wrapper {
    margin-bottom: 20px !important;
  }

  .print .p-point {
    margin-bottom: 40px !important;
  }

  .print .p-recipeMake__box, .print .p-point {
    padding: 30px !important;
  }
}