@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
/* -----------------------------------------------
ooe-table common
----------------------------------------------- */
main {
  font-family: 'Noto Sans JP', sans-serif;
}

.imperial {
  font-family: imperial-urw, sans-serif;
}

.group-top_nav_wrap > ul > li:first-child::before {
  content: none;
}

.group-top_nav_wrap > ul > li:nth-child(4)::before {
  content: '';
  width: 24px;
  height: 19px;
  background-image: url(../img/group_top/common/egg.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.ooe-table_heading {
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.ooe-table_heading h2 {
  font-weight: normal;
}

.ooe-table_heading p {
  flex: 1;
}

.ooe-table_more {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  text-align: right;
  position: relative;
}

.ooe-table_more::after {
  content: '';
  width: 12px;
  height: 1px;
  position: absolute;
  top: calc(100% - 4px);
  right: 0;
  transform: rotate(35deg);
}

.ooe-table_more a {
  padding: 6px 15px;
  margin-right: 15px;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0;
  display: inline-block;
}

.ooe-table_more a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 750px) {
  .inner_wrap {
    width: 84%;
  }

  #group-top_header {
    background: transparent;
    border-bottom: none;
  }

  #group-top_header  #header_logo {
    width: 175px;
  }

  #group-top_header  #header_logo img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(150deg) brightness(108%) contrast(103%);
  }

  #group-top_header .icon img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(150deg) brightness(108%) contrast(103%);
  }

  #group-top_header #nav_toggle span:not(.text) {
    background-color: #fff;
  }

  #group-top_header #nav_toggle span.text {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(150deg) brightness(108%) contrast(103%);
  }

  header + main {
    padding-top: 0;
  }

  .ooe-table_heading h2 {
    padding-right: 23px;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0;
  }

  .ooe-table_heading p {
    padding-left: 18px;
    font-size: 1.3rem;
    line-height: 1.3;
    letter-spacing: 0;
    position: relative;
  }

  .ooe-table_heading p::after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 751px) {
  #group-top_header #header_logo {
    width: 198px;
    cursor: pointer;
  }

  #group-top_header .nav.pc > nav,
  #group-top_header .search {
    display: block;
  }

  .ooe-table_heading h2 {
    font-size: 35px;
    line-height: 1;
    letter-spacing: 0.04em;
  }

  .ooe-table_heading p {
    margin-left: 34px;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.15em;
  }
}

/* 任意商品パーツ */
.fs-c-productListItem__productName a {
  display: block;
}

.fs-c-productName__name {
  letter-spacing: 0;
  font-weight: bold;
  display: block;
}

@media screen and (max-width: 750px) {
  .fs-c-productListItem__productName a {
    padding: 6px 0 0;
  }

  .fs-c-productName__name {
    font-size: 13px;
    line-height: 1.2;
  }

  .fs-c-productListItem__prices {
    margin-top: 6px;
  }
  
  .fs-c-productPrice {
    font-size: 13px;
  }
}

@media screen and (min-width: 751px) {
  .fs-c-productListCarousel__list__item .fs-c-productListItem__image a {
    position: relative;
  }
  
  .fs-c-productListCarousel__list__item .fs-c-productListItem__image a::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
  }
  
  .fs-c-productListCarousel__list__item:hover .fs-c-productListItem__image a::after {
    background-color: rgba(255,255,255,.1);
  }

  .fs-c-productListItem__productName a {
    padding: 7px 0 0;
  }

  .fs-c-productName__name {
    font-size: 14px;
    line-height: 1.5;
  }

  .fs-c-productListItem__prices {
    margin-top: 7px;
  }
  
  .fs-c-productPrice {
    font-size: 13px;
  }
}

/* -----------------------------------------------
mv_wrap
----------------------------------------------- */
.mv_wrap {
  position: relative;
}

.mv_wrap .mv_slider_wrap {
  margin-bottom: 0;
}

.mv_wrap .mv_slider_wrap div {
  font-size: 0;
}

.mv_wrap .slick-dots {
  width: auto;
}

.mv_text {
  position: absolute;
}

.mv_text h1 {
  letter-spacing: 0.2em;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .mv_slider_item {
    height: 100vh;
  }

  .mv_slider_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .mv_wrap .slick-dots {
    bottom: 18px;
    right: 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mv_wrap .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mv_wrap .slick-dots li button {
    width: 5px;
    height: 5px;
    padding: 0;
    background: #fff;
    border-radius: 50%;
    margin: 0;
    opacity: 0.6;
  }
  
  .mv_wrap .slick-dots li.slick-active button {
    opacity: 1;
  }

  .mv_wrap .slick-dots li button:before {
    content: none;
    font-family: none;
  }

  .mv_text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
  }

  .mv_text h1 {
    font-size: 19px;
    line-height: 1.97;
  }

  .mv_wrap .scroll_icon {
    width: 36px;
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 751px) {
  .mv_wrap .slick-list {
    padding-left: 19.9%;
  }

  .mv_wrap .slick-dots {
    bottom: 18px;
    right: 30px;
  }

  .mv_wrap .slick-dots li button:before {
    opacity: 0.6;
    color: white;
  }
  
  .mv_wrap .slick-dots li.slick-active button:before {
    opacity: 1;
    color: white;
  }
  
  .mv_wrap .slick-dots {
    display: inline-block;
  }

  .mv_text {
    top: 50%;
    left: calc(19.9% - 54px);
    transform: translateY(-50%);
  }

  .mv_text h1 {
    font-size: 30px;
    line-height: 2;
  }
}

@media screen and (min-width: 1340px) {
  .mv_wrap .slick-list {
    padding-right: calc(100% - 1340px - 19.9%);
  }
}

/* -----------------------------------------------
about_wrap
----------------------------------------------- */
.about_wrap {
  background-color: #a79568;
  text-align: center;
  color: #fff;
}

.lead_heading h2 {
  line-height: 1;
  font-weight: 500;
}

.lead_heading h2 span {
  line-height: 1;
  font-weight: 500;
  display: block;
}

@media screen and (max-width: 750px) {
  .about_wrap {
    padding: 51px 0 75px;
  }

  .lead_heading h2 {
    font-size: 27px;
    letter-spacing: 0;
  }

  .lead_heading h2 span {
    margin-bottom: 9px;
    font-size: 1.3rem;
  }

  .lead_text {
    margin-top: 31px;
  }

  .lead_text p {
    font-size: 1.3rem;
    line-height: 1.92;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 751px) {
  .about_wrap {
    padding: 114px 0 93px;
  }

  .lead_heading h2 {
    font-size: 42px;
    letter-spacing: 0.08em;
  }

  .lead_heading h2 span {
    margin-bottom: 18px;
    font-size: 25px;
  }

  .lead_text {
    margin-top: 57px;
  }

  .lead_text p {
    font-size: 18px;
    line-height: 2.22;
    letter-spacing: 0.13em;
  }
}


/* -----------------------------------------------
table_osusume_wrap
----------------------------------------------- */
.table_osusume_wrap {
  position: relative;
  background-color: #e6e3e3;
  z-index: 1;
}

.table_osusume_wrap::before {
  content: '';
  width: 100%;
  background-color: #a79568;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.table_osusume_wrap .ooe-table_heading {
  color: #fff;
}

@media screen and (max-width: 750px) {
  .table_osusume_wrap {
    padding-bottom: 32px;
  }

  .table_osusume_wrap::before {
    height: 158px;
  }

  .table_osusume_wrap .ooe-table_heading p::after {
    background-color: #fff;
  }
}

@media screen and (min-width: 751px) {
  .table_osusume_wrap {
    padding-bottom: 87px;
  }

  .table_osusume_wrap::before {
    height: 226px;
  }

  .table_osusume_product .fs-c-productListCarousel__ctrl--prev {
    background-image: url(../img/group_top/ooe-table/prev_arrow_disabled.svg);
    right: 0;
  }
  
  .table_osusume_product .fs-c-productListCarousel__ctrl--prev:hover {
    background-image: url(../img/group_top/ooe-table/prev_arrow.svg);
  }
  
  .table_osusume_product .fs-c-productListCarousel__ctrl--next {
    background-image: url(../img/group_top/ooe-table/next_arrow_disabled.svg?202209231754);
    right: -54px;
  }
  
  .table_osusume_product .fs-c-productListCarousel__ctrl--next:hover {
    background-image: url(../img/group_top/ooe-table/next_arrow.svg?202209231754);
  }
}

/* -----------------------------------------------
table_category_wrap
----------------------------------------------- */
.table_category_wrap {
  background-color: #e6e3e3;
}

.table_category_wrap .cat_list li a {
  display: block;
  position: relative;
}

@media screen and (max-width: 750px) {
  .table_category_wrap {
    padding-bottom: 54px;
  }

  .table_category_wrap .cat_list {
    margin-top: 27px;
  }
  
  .table_category_wrap .cat_list li {
    width: 100%;
  }
  
  .table_category_wrap .cat_list li:nth-child(n + 2) {
    margin-top: 10px;
  }
}

@media screen and (min-width: 751px) {
  .table_category_wrap {
    padding-bottom: 138px;
  }

  .table_category_wrap .inner_wrap {
    max-width: 906px;
  }

  .table_category_wrap .cat_list {
    margin-top: 42px;
  }

  .table_category_wrap .cat_list ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  
  .table_category_wrap .cat_list li {
    width: 440px;
  }
  
  .table_category_wrap .cat_list li:nth-child(even) {
    margin-left: 26px;
  }
  
  .table_category_wrap .cat_list li:nth-child(n + 3) {
    margin-top: 26px;
  }

  .table_category_wrap .cat_list li a::after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
  }
  
  .table_category_wrap .cat_list li a:hover:after {
    background-color: rgba(255,255,255,.3);
  }
}

/* -----------------------------------------------
food_wrap
----------------------------------------------- */
.table_food_product .fs-c-productListCarousel__ctrl {
  display: none;
}

.table_food_product .fs-c-productListCarousel__list__itemTrack {
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

@media screen and (max-width: 750px) {
  .food_wrap {
    margin-top: 55px;
  }

  .table_food_product .fs-c-productListCarousel__list__itemTrack {
    margin-top: 22px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .table_food_product .fs-c-productListCarousel__list__item {
    width: 46.66%;
  }
  
  .table_food_product .fs-c-productListCarousel__list__item:nth-child(n + 3) {
    margin-top: 28px;
  }

  .table_food_product .fs-c-productListItem__productName a {
    padding-top: 10px;
  }
}

@media screen and (min-width: 751px) {
  .food_wrap {
    margin-top: 112px;
  }

  .table_food_product .fs-c-productListCarousel__list__itemTrack {
    margin-top: 44px;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .table_food_product .fs-c-productListCarousel__list__item {
    width: 244px;
  }

  .table_food_product .fs-c-productListCarousel__list__item:not(:nth-child(4n)) {
    margin-right: 34px;
  }
  
  .table_food_product .fs-c-productListCarousel__list__item:nth-child(n + 5) {
    margin-top: 58px;
  }
}

/* -----------------------------------------------
gift_wrap
----------------------------------------------- */
@media screen and (max-width: 750px) {
  .gift_wrap {
    margin-top: 78px;
  }
}

@media screen and (min-width: 751px) {
  .gift_wrap {
    margin-top: 162px;
  }
  
  .table_gift_product .fs-c-productListCarousel__ctrl--prev {
    background-image: url(../img/group_top/ooe-table/prev_arrow_disabled_green.svg?202209231948);
    right: 0;
  }
  
  .table_gift_product .fs-c-productListCarousel__ctrl--prev:hover {
    background-image: url(../img/group_top/ooe-table/prev_arrow_green.svg?202209231948);
  }
  
  .table_gift_product .fs-c-productListCarousel__ctrl--next {
    background-image: url(../img/group_top/ooe-table/next_arrow_disabled_green.svg?202209231948);
    right: -54px;
  }
  
  .table_gift_product .fs-c-productListCarousel__ctrl--next:hover {
    background-image: url(../img/group_top/ooe-table/next_arrow_green.svg?202209231948);
  }
}

/* -----------------------------------------------
おすすめ/ギフト　slider
----------------------------------------------- */
.table_osusume_product > .fs-c-productListCarousel__ctrl--prev,
.table_osusume_product > .fs-c-productListCarousel__ctrl--next,
.table_gift_product > .fs-c-productListCarousel__ctrl--prev,
.table_gift_product > .fs-c-productListCarousel__ctrl--next {
  display: none;
}

.table_osusume_product .fs-c-button--carousel .fs-c-button__label,
.table_gift_product .fs-c-button--carousel .fs-c-button__label {
  display: none;
}

@media screen and (max-width: 750px) {
  .table_osusume_product,
  .table_gift_product {
    margin: 33px calc(50% - 50vw);
    width: 100vw;
  }

  .table_osusume_product .fs-c-productListCarousel__list,
  .table_gift_product .fs-c-productListCarousel__list {
    padding-bottom: 20px;
    padding-left: 8%;
    overflow: scroll hidden;
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .table_osusume_product .fs-c-productListCarousel__list__itemTrack,
  .table_gift_product .fs-c-productListCarousel__list__itemTrack {
    /* width: 100vw;
    padding-bottom: 20px; */
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    /* position: relative;
    overflow-x: scroll; */
  }

  .table_osusume_product .fs-c-productListCarousel__list__item,
  .table_gift_product .fs-c-productListCarousel__list__item {
    width: 243px;
    min-width: 243px;
    padding-right: 25px;
  }
}

@media screen and (min-width: 751px) {
  .table_osusume_product_inner,
  .table_gift_product_inner {
    position: relative;
  }

  .table_osusume_product,
  .table_gift_product {
    width: 100vw;
    margin-top: 38px;
    padding-left: 0;
    margin-left: -13px;
  }

  .table_osusume_product .slick-slider,
  .table_gift_product .slick-slider {
    position: static;
  }

  .table_osusume_product .slick-slide,
  .table_gift_product .slick-slide {
    width: 360px!important;
    height: auto!important;
  }

  .table_osusume_product .fs-c-productListCarousel__list__item,
  .table_gift_product .fs-c-productListCarousel__list__item {
    padding: 0 13px;
    cursor: pointer;
  }

  .table_osusume_product .fs-c-productListCarousel__ctrl,
  .table_gift_product .fs-c-productListCarousel__ctrl {
    width: 36px;
    min-width: auto;
    height: 36px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: calc(100% + 38px);
    cursor: pointer;
  }
}

@media screen and (min-width: 751px) and (max-width: 1366px) {
  .inner_wrap.table_osusume_product_inner,
  .inner_wrap.table_gift_product_inner {
    max-width: none;
    width: auto;
  }

  .table_osusume_product,
  .table_gift_product {
    width: 100%;
    padding-left: calc(10.4% - 13px);
    margin-left: 0;
  }

  .table_osusume_product .fs-c-productListCarousel__ctrl--prev,
  .table_gift_product .fs-c-productListCarousel__ctrl--prev {
    right: 147px;
  }
  
  .table_osusume_product .fs-c-productListCarousel__ctrl--next,
  .table_gift_product .fs-c-productListCarousel__ctrl--next {
    right: 90px;
  }
}

@media screen and (min-width: 1366px) {
  .table_osusume_product,
  .table_gift_product {
    max-width: 1235px;
  }
}

/* -----------------------------------------------
任意商品パーツAパターン
----------------------------------------------- */
.table_food_product .fs-c-productListItem__productDescription,
.table_gift_product .fs-c-productListItem__productDescription {
  display: none;
}

.table_food_product .fs-c-productListItem__control,
.table_gift_product .fs-c-productListItem__control {
  display: block;
}

.table_food_product .fs-c-button--addToWishList--icon,
.table_food_product .fs-c-button--removeFromWishList--icon,
.table_gift_product .fs-c-button--addToWishList--icon,
.table_food_product .fs-c-button--removeFromWishList--icon {
  display: none;
}

.table_food_product .fs-c-productListItem__control .fs-c-button--plain,
.table_gift_product .fs-c-productListItem__control .fs-c-button--plain {
  width: 100%;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
  border: 1px solid #64502a;
  background-color: #fff;
  color: #64502a;
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.food_wrap .ooe-table_more,
.gift_wrap .ooe-table_more {
  border-bottom-color: #64502a;
}

.food_wrap .ooe-table_more::after,
.gift_wrap .ooe-table_more::after {
  background-color: #64502a;
}

.food_wrap .ooe-table_more a,
.gift_wrap .ooe-table_more a {
  color: #64502a;
}

@media screen and (max-width: 750px) {
  .table_food_product .fs-c-productListItem__control,
  .table_gift_product .fs-c-productListItem__control {
    margin-top: 10px;
  }

  .table_food_product .fs-c-productListItem__control .fs-c-button--plain,
  .table_gift_product .fs-c-productListItem__control .fs-c-button--plain {
    height: 30px;
  }

  .food_wrap .ooe-table_more,
  .gift_wrap .ooe-table_more {
    margin-top: 33px;
  }
}

@media screen and (min-width: 751px) {
  .table_food_product .fs-c-productListItem__control,
  .table_gift_product .fs-c-productListItem__control {
    margin-top: 16px;
  }

  .table_food_product .fs-c-productListItem__control .fs-c-button--plain,
  .table_gift_product .fs-c-productListItem__control .fs-c-button--plain {
    height: 35px;
    transition: all .3s;
  }

  .table_food_product .fs-c-productListItem__control .fs-c-button--plain:hover,
  .table_gift_product .fs-c-productListItem__control .fs-c-button--plain:hover {
    border: 1px solid #64502a;
    background-color: #64502a;
    color: #fff;
  }

  .food_wrap .ooe-table_more,
  .gift_wrap .ooe-table_more {
    margin-top: 58px;
  }
}



/* -----------------------------------------------
chef_wrap
----------------------------------------------- */
.chef_slider_item {
  position: relative;
}

.chef_slider_item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chef_slider_item .text {
  width: 100%;
  background-color: rgba(0,0,0,0.6);
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
}

.chef_slider_item .text_inner {
  text-align: center;
  color: #fff;
}

.chef_slider_item .name h3 {
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: normal;
}

.chef_slider_item .name span {
  line-height: 1;
  letter-spacing: 0.1em;
  display: block;
}

.chef_slider_item .message strong {
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-weight: normal;
  display: block;
}

.chef_slider_item .message p {
  letter-spacing: 0;
  text-align: left;
}

.chef_slider_item .cooking {
  border-bottom: 1px solid #fff;
}

.chef_slider_item .cooking span {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 500;
  display: block;
}

@media screen and (max-width: 750px) {
  .chef_wrap {
    margin-top: 78px;
  }

  .chef_slider_wrap {
    margin-top: 30px;
  }

  .chef_slider_wrap .slick-list {
    padding-right: 28%;
  }

  .chef_slider_item .img {
    height: 574px;
  }

  .chef_slider_item .text {
    padding: 36px 0 23px;
    height: 280px;
  }

  .chef_slider_item .text_inner {
    width: 83.97%;
  }

  .chef_slider_item .name h3 {
    font-size: 20px;
  }

  .chef_slider_item .name span {
    margin-top: 7px;
    font-size: 11px;
  }

  .chef_slider_item .message {
    margin-top: 15px;
  }

  .chef_slider_item .message strong {
    font-size: 15px;
  }

  .chef_slider_item .message p {
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.57;
  }

  .chef_slider_item .cooking {
    margin-top: 16px;
    padding-bottom: 7px;
  }
}

@media screen and (min-width: 751px) {
  .chef_wrap {
    margin-top: 146px;
  }

  .chef_slider_wrap {
    max-width: 1366px;
    margin: 38px auto 0;
  }

  .chef_slider_wrap .slick-list {
    padding-right: 17%;
  }

  .chef_slider_item a:hover {
    opacity: 0.9;
  }

  .chef_slider_item .img {
    height: 800px;
  }

  .chef_slider_item .text {
    padding: 36px 0 32px;
    height: 329px;
  }

  .chef_slider_item .text_inner {
    width: 250px;
  }

  .chef_slider_item .name h3 {
    font-size: 22px;
  }

  .chef_slider_item .name span {
    margin-top: 12px;
    font-size: 10px;
  }

  .chef_slider_item .message {
    margin-top: 31px;
  }

  .chef_slider_item .message strong {
    font-size: 18px;
  }

  .chef_slider_item .message p {
    margin-top: 12px;
    font-size: 13px;
    line-height: 2;
  }

  .chef_slider_item .cooking {
    margin-top: 25px;
    padding-bottom: 10px;
  }
}

/* -----------------------------------------------
recipe_wrap
----------------------------------------------- */
.recipe_text_wrap .ooe-table_more {
  border-bottom-color: #000;
}

.recipe_text_wrap .ooe-table_more::after {
  background-color: #000;
}

.recipe_text_wrap .ooe-table_more a {
  color: #000;
}

@media screen and (max-width: 750px) {
  .recipe_wrap {
    padding: 60px 0 67px;
    background-color: #f7e38c;
  }

  .recipe_text_wrap {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }

  .recipe_text_wrap .ooe-table_heading {
    padding: 0 8%;
  }

  .recipe_list {
    padding-bottom: 20px;
    padding-left: 8%;
    overflow: scroll hidden;
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-top: 26px;
  }

  .recipe_list ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .recipe_list li {
    width: 285px;
    min-width: 285px;
    padding-right: 20px;
  }

  .recipe_list li a {
    display: block;
  }

  .recipe_list li .img {
    width: 100%;
    padding-top: 61.9%;
    overflow: hidden;
    position: relative;
  }

  .recipe_list li .img img {
    height: 100%;
    width: auto;
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .recipe_list li strong {
    margin-top: 18px;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: bold;
    display: block;
  }

  .recipe_text_wrap .ooe-table_more {
    margin: 0 8%;
  }

  .recipe_text_wrap .ooe-table_more {
    margin-top: 15px;
  }
}

@media screen and (min-width: 751px) {
  .recipe_wrap {
    max-width: 1366px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  
  .recipe_text_wrap {
    width: 50%;
    padding: 61px 105px 73px;
    background-color: #f7e38c;
    position: relative;
  }
  
  .recipe_text_wrap .recipe_list {
    margin-top: 36px;
  }
  
  .recipe_text_wrap .recipe_list a {
    width: 683px;
    margin-left: -105px;
    padding: 16px 0 14px;
    display: block;
    position: relative;
  }
  
  .recipe_text_wrap .recipe_list a::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
  }
  
  .recipe_text_wrap .recipe_list a:hover::after {
    background-color: rgba(0,0,0,0.1)
  }
  
  .recipe_text_wrap .recipe_list strong {
    margin: 0 105px;
    padding-right: 1.5em;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 500;
    text-indent: -1.3em;
    padding-left: 1.3em;
    display: block;
    position: relative;
  }
  
  .recipe_text_wrap .recipe_list strong::before {
    content: '□ ';
  }
  
  .recipe_text_wrap .recipe_list strong::after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    position: absolute;
    top: calc(50% - 10px);
    right: 0;
    transform: rotate(45deg) translateY(50%);
  }
  
  .recipe_text_wrap .ooe-table_more {
    margin-top: 11px;
  }
  
  .recipe_list .img.pc {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
  }
  
  .recipe_list .img.pc img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .recipe_list li:first-child .img.pc {
    display: block;
  }
  
  .recipe_list li:hover .img.pc {
    display: block;
  }
  
  /* .recipe_img_wrap {
    width: 50%;
    padding-top: 53.6%;
    overflow: hidden;
    position: relative;
  }
  
  .recipe_img_wrap img {
    height: 100%;
    width: auto;
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  } */
}

/* -----------------------------------------------
モーダル
----------------------------------------------- */
.modal_container {
  display: none;
}

.cc-modal-open.modal_container {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN", "メイリオ", sans-serif;
}

/* .modal_container {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN", "メイリオ", sans-serif;
} */

.modal_body {
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

.modal_close {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: #d78577;
}

.modal_close::before {
  content: '';
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal_close::after {
  content: '';
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal_fx .m_pickup_wrap strong {
  line-height: 1;
  font-weight: bold;
  text-align: center;
  display: block;
}

.modal_pickup > .fs-c-productListCarousel__ctrl {
  display: none;
}

.modal_pickup .fs-c-productMarks {
  display: none;
}

.modal_pickup .fs-c-productListItem__productName a {
  display: block;
}

.modal_pickup .fs-c-productName__name {
  letter-spacing: 0;
  display: block;
}

.modal_pickup .fs-c-productPrice {
  line-height: 1;
  letter-spacing: 0;
  font-weight: bold;
}

.modal_fx .text strong {
  line-height: 1.38;
  letter-spacing: 0.07em;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .modal_body {
    width: 96.26%;
    height: calc(100vh - 115px);
    padding-bottom: 23px;
    overflow-y: auto;
  }

  .modal_close {
    width: 30px;
    height: 30px;
  }

  .modal_close::before {
    width: 2px;
    height: 16px;
  }
  
  .modal_close::after {
    width: 2px;
    height: 16px;
  }
  
  .modal_fx .text_wrap {
    padding: 0 22px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .modal_fx .m_pickup_wrap {
    order: 2;
    margin-top: 41px;
  }

  .modal_fx .m_pickup_wrap strong {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }

  .modal_pickup {
    margin-top: 17px;
  }

  .modal_pickup .fs-c-productListCarousel__list {
    overflow-x: scroll;
    padding-bottom: 20px;
  }

  .modal_pickup .fs-c-productListCarousel__list__itemTrack {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .modal_pickup .fs-c-productListCarousel__list__item {
    width: 110px;
    min-width: 110px;
    margin-right: 15px;
  }

  .modal_pickup .fs-c-productListItem__productName a {
    padding-top: 12px;
    font-size: 1.1rem;
  }

  .modal_pickup .fs-c-productName__name {
    line-height: 1.52;
    font-size: 1.1rem;
    height: 3.04em;
    font-weight: normal;
  }

  .modal_pickup .fs-c-productListItem__prices {
    margin-top: 14px;
  }
  
  .modal_pickup .fs-c-productPrice {
    font-size: 1.1rem;
  }

  .modal_fx .text {
    order: 1;
  }

  .modal_fx .text {
    margin-top: 19px;
  }

  .modal_fx .text strong {
    font-size: 1.7rem;
  }

  .modal_fx .text p {
    margin-top: 10px;
    font-size: 1.1rem;
    line-height: 1.68;
    letter-spacing: 0;
  }
}

@media screen and (min-width: 751px) {
  .modal_body {
    width: 1100px;
    max-width: 1100px;
    height: 564px;
    min-height: 564px;
    padding: 40px;
  }

  .modal_close {
    width: 40px;
    height: 40px;
  }

  .modal_close::before {
    width: 2px;
    height: 20px;
  }
  
  .modal_close::after {
    width: 2px;
    height: 20px;
  }

  .modal_fx {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  
  .modal_fx .img_wrap {
    width: 484px;
  }
  
  .modal_fx .text_wrap {
    width: 486px;
  }

  .modal_fx .m_pickup_wrap strong {
    font-size: 18px;
    letter-spacing: 0.2em;
  }

  .modal_pickup {
    margin-top: 19px;
  }

  .modal_pickup .fs-c-productListCarousel__list {
    overflow: visible;
  }
  
  .modal_pickup .slick-slide {
    width: 194px;
    padding-right: 44px;
  }
  
  .modal_pickup .fs-c-productListCarousel__ctrl {
    width: 38px;
    min-width: auto;
    position: absolute;
    z-index: 99;
  }
  
  .modal_pickup .fs-c-productListCarousel__ctrl--prev {
    top: 56px;
    left: -19px;
  }
  
  .modal_pickup .fs-c-productListCarousel__ctrl--next {
    top: 56px;
    right: -19px;
  }
  
  .modal_pickup .fs-c-productListCarousel__ctrl.slick-disabled,
  .modal_pickup .fs-c-productListCarousel__ctrl.slick-disabled:hover {
    opacity: 0;
  }
  
  .modal_pickup .fs-c-productListItem__productName a {
    padding-top:14px;
    font-size: 13px;
  }

  .modal_pickup .fs-c-productName__name {
    font-size: 13px;
    line-height: 1.2;
    height: 2.7em;
    font-weight: normal;
  }

  .modal_pickup .fs-c-productListItem__prices {
    margin-top: 10px;
  }
  
  .modal_pickup .fs-c-productPrice {
    font-size: 13px;
  }

  .modal_fx .text {
    margin-top: 55px;
  }

  .modal_fx .text strong {
    font-size: 18px;
  }

  .modal_fx .text p {
    margin-top: 17px;
    font-size: 13px;
    line-height: 1.69;
    letter-spacing: 0.07em;
  }
}