@charset "utf-8";
/* CSS Document */
/*共通　-----------------------------*/
div#dcms_layoutPageBlockPasteArea {
  font-family: fot-tsukuardgothic-std, "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #5a2e00;
  line-height: 1.8;
  background-color: #fff;
}
#dcms_layoutPageBlock a {
  color: #5a2e00;
}
#dcms_layoutPageBlock img {
  width: 100%;
  height: auto;
  max-width: 100%;
  aspect-ratio: auto;
  display: inline-block;
}
#dcms_layoutPageBlock ul {
  list-style: none;
}
/*main*/
#recipe--main {
  padding-top: 100px;
}
section {
  font-weight: 700;
}

@media only screen and (max-width: 1150px) {
  #recipe--main {
    padding-top: 60px !important;
  }
}
.u-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.section:nth-child(odd) {
  background-color: #efeeea;
}
.section:last-child {
  background-color: #fff;
}
.section__inner {
  width: 880px;
  margin: 0 auto;
  padding: 60px 0px;
}
.section__title {
  text-align: center;
  margin-bottom: 30px;
}
.section__title img {
  width: auto !important;
  height: 34px !important;
  max-width: none;
  display: inline-block;
}
#recipe__select .section__title span {
  display: block;
  font-size: 1.2rem;
  text-align: center;
  color: #5b2e00;
}
.sp-only {
  display: block;
}
@media (max-width: 880px) {
  .section__inner {
    padding: 30px 20px;
    width: 100%;
  }
  .pc-only {
    display: none;
  }
}
/***-------------------------------

トップ

----------------------------------*/
#recipe__top {
  background-color: #fcfbf9;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#recipe__fv {
  width: 100%;
  max-width: 1960px;
  margin: 10px auto;
  /* 高さは画面サイズで変わる（440px → 300px） */
  height: clamp(300px, 263px + 8.24vw, 422px);
  background-image: url('../image/bg_fv.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.recipe__mv {
  width: 100%;
  height: auto;
  position: relative;
}
.recipe__mv__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
  margin: 10px 0px;
  background-color: #fcfbf9;
}
.recipe__mv__group__background {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 10px;
  justify-content: flex-start;
}
.recipe__mv__group__background .card__image {
  width: auto;
  max-width: 200px;
  height: 150px;
  aspect-ratio: 4 / 3;
  background-color: lightgray;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  flex-shrink: 0;
  margin: 5px;
  box-sizing: border-box;
  border: 5px solid #fff;
  border-radius: 12px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  flex-shrink: 0;
}
.recipe__mv__group__background .card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 390px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  margin: 0;
  padding: 0 20px;
  background-color: #fcfbf9;
}
.title img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 700px) {
  .recipe__mv {
    position: relative;
    overflow: hidden;
    z-index: 0;
  }
  .recipe__mv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 1)0%, rgba(0, 0, 0, 0)40%), url('../image/bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .title {
    position: static;
    transform: none;
    width: 70%;
    height: auto;
    padding: 0px;
    text-align: center;
    pointer-events: auto;
    margin: 0 auto;
    background-color: transparent;
  }
  .recipe__mv__container {
    overflow: hidden;
  }
  .recipe__mv__group__background {
    min-width: 1287px;
  }
  .recipe__mv__group {
    display: flex !important;
  }
  .recipe__mv__group .slider-background {
    display: inline-flex !important;
    flex-wrap: nowrap;
  }
  .recipe__mv__group__background .card__image {
    width: 133px;
    height: 100px;
    margin: 5px 0px;
  }
}
@media screen and (min-width: 699.99px) {
  .recipe__mv__group__background {
    flex-wrap: nowrap !important;
  }
}
/*検索窓-------------*/
.section__search {
  background-color: #efeeea;
  width: 100%;
}
.section__search__inner {
  width: 650px;
  margin: 0 auto;
  padding: 30px;
}
.search__form form {
  overflow: hidden;
}
.search__form {
  margin-bottom: 24px;
  width: 100%;
  border-width: 2px;
  border-style: solid;
  border-radius: 56px;
}
.search__form input {
  display: block;
  padding: 0 4%;
  border-radius: 0;
  height: 60px;
  border: none;
}
.search__form input.search_txt {
  float: left;
  line-height: 52px;
  width: 72%;
  border-radius: 56px 0 0 56px
}
.search__form input.search_txt::placeholder {
  color: #b8aba3;
}
.search__form input.search_txt:focus {
  outline: none;
}
.section__search input.submit_btn {
  border: medium none;
  cursor: pointer;
  float: right;
  padding: 0;
  width: 28%;
  border-radius: 0 56px 56px 0;
  background-color: #5a2e00;
  color: #fff;
}
/*検索タグボタン-------------*/
ul.search__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5px;
}
ul.search__tags li {
  flex: 1;
  text-align: center;
}
ul.search__tags li:nth-child(2) {
  flex: 1.3;
}
ul.search__tags li a {
  display: block;
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  border: 2px solid #5a2e00;
  font-size: 1.4rem !important;
}
ul.search__tags li a:hover {
  background-color: #efefef;
}
ul.search__tags li.search__tag--l-width {
  flex: 1.3 !important;
}
@media (max-width: 767px) {
  .section__search__inner {
    padding: 30px 20px;
    width: 100%;
  }
  ul.search__tags li, ul.search__tags li.search__tag--l-width {
    flex: 0 0 calc(33.33% - 5px) !important; /* 3個並び */
  }
}
@media (max-width: 480px) {
  #recipe__fv {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
  }
  #recipe__fv h1 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
  #recipe__fv h1 figure {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #recipe__fv h1 picture, #recipe__fv h1 img {
    width: 100%;
    height: auto;
    display: block;
  }
}
/***-------------------------------

新着　#newrecipe

----------------------------------*/
.newarrival__list .dlb_media_right .dlb_media_cate, .newarrival__list .dlb_media_right .tag_list, .newarrival__list .dlb_media_right .dlb_media_time {
  display: none;
}
.dlb_media_title {
  font-size: 1.4rem;
}
.dlb_media_left .dlb_media_left_in {
  background-size: cover;
  background-position: center;
  border: 1px solid #7b5c3f;
  box-sizing: border-box;
}
.newarrival__list {
  position: relative;
  height: 720px;
  margin-bottom: 30px;
}
.newarrival__list a:hover {
  opacity: 0.7;
}
.newarrival__list .dlb_media_block {
  position: absolute;
}
.newarrival__list .dlb_media_block:first-child {
  width: 480px;
  top: 0;
  left: 0;
}
.newarrival__list .dlb_media_block:nth-child(2n) {
  width: 380px;
  top: 0;
  left: 500px;
}
.newarrival__list .dlb_media_block:nth-child(3n) {
  width: 380px;
  top: 170px;
  left: 500px;
}
.newarrival__list .dlb_media_block:nth-child(4n) {
  width: 230px;
  top: 452px;
  left: 0px;
}
.newarrival__list .dlb_media_block:nth-child(5n) {
  width: 230px;
  top: 452px;
  left: 250px;
}
.newarrival__list .dlb_media_block:nth-child(6n) {
  width: 380px;
  top: 340px;
  left: 500px;
}
.newarrival__list .dlb_media_block:first-child .dlb_media_left_in {
  width: 480px;
  height: 360px;
}
.newarrival__list .dlb_media_block:nth-child(2n), .newarrival__list .dlb_media_block:nth-child(3n) {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.newarrival__list .dlb_media_block:nth-child(2n) .dlb_media_left, .newarrival__list .dlb_media_block:nth-child(3n) .dlb_media_left {
  flex: 0;
}
.newarrival__list .dlb_media_block:nth-child(2n) .dlb_media_left_in, .newarrival__list .dlb_media_block:nth-child(3n) .dlb_media_left_in {
  width: 200px;
  height: 150px;
}
.newarrival__list .dlb_media_block:first-child, .newarrival__list .dlb_media_block:nth-child(4n), .newarrival__list .dlb_media_block:nth-child(5n), .newarrival__list .dlb_media_block:nth-child(6n) {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.newarrival__list .dlb_media_block:nth-child(4n) .dlb_media_left_in, .newarrival__list .dlb_media_block:nth-child(5n) .dlb_media_left_in {
  width: 230px;
  height: 175px;
}
.newarrival__list .dlb_media_block:nth-child(6n) .dlb_media_left_in {
  width: 380px;
  height: 285px;
}
/*btn--------------------*/
.newarrival__more a {
  width: 400px;
  border: 3px solid #5a2e00;
  text-align: center;
  display: block;
  line-height: 60px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 40px;
  position: relative;
  font-size: 2rem;
}
.newarrival__more a::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #5a2e00;
  border-right: 3px solid #5a2e00;
  transform: rotate(45deg);
}
.newarrival__more a:hover {
  background-color: #5a2e00;
  color: #fff !important;
}
.newarrival__more a:hover::after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
.highlight {
  color: #59C3E1; /* お好きな色に変更してください */
}
@media (max-width: 879px) {
  .newarrival__list {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    margin-bottom: 30px;
    height: 760px;
  }
}
@media (max-width: 767px) {
  .newarrival__list {
    position: static;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .newarrival__list .dlb_media_block:first-child, .newarrival__list .dlb_media_block:nth-child(2n), .newarrival__list .dlb_media_block:nth-child(3n), .newarrival__list .dlb_media_block:nth-child(4n), .newarrival__list .dlb_media_block:nth-child(5n), .newarrival__list .dlb_media_block:nth-child(6n) {
    width: auto;
    height: auto;
    top: auto;
    left: auto;
    flex-direction: column;
  }
  .newarrival__list .dlb_media_block {
    position: static;
    flex: 0 0 calc((100% - 45px) / 2.2) !important;
    box-sizing: border-box;
    scroll-snap-align: start;
  }
  .newarrival__list .dlb_media_block:first-child .dlb_media_left_in, .newarrival__list .dlb_media_block:nth-child(2n) .dlb_media_left_in, .newarrival__list .dlb_media_block:nth-child(3n) .dlb_media_left_in, .newarrival__list .dlb_media_block:nth-child(4n) .dlb_media_left_in, .newarrival__list .dlb_media_block:nth-child(4n) .dlb_media_left_in, .newarrival__list .dlb_media_block:nth-child(5n) .dlb_media_left_in {
    width: 100%;
    height: 0;
    padding-top: 75%;
    background-size: cover;
    background-position: center;
  }
  .newarrival__more a {
    width: 100%;
  }
}
@media (max-width: 480px) {
.newarrival__list .dlb_media_block {
	flex: 0 0 calc((100% - 45px) / 1.6) !important;}}
/***-------------------------------

特集　#special

----------------------------------*/
ul.special__list {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
ul.special__list li {
  flex: 1;
}
@media (max-width: 767px) {
  ul.special__list {
    gap: 10px;
  }
}
@media (max-width: 480px) {
  ul.special__list {
    display: block;
    gap: 0px;
  }
  ul.special__list li {
    flex: none;
    width: 100%;
  }
  ul.special__list li:first-child {
    margin-bottom: 30px;
  }
}
/***-------------------------------

カテゴリで探す
	
----------------------------------*/
.category__list dl dt {
  margin-bottom: 20px;
}
.category__list .category__list--ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  gap: 10px;
  margin-bottom: 30px;
}
.category__list .category__list--ul li {
  width: calc((100% - 50px) / 6);
  box-sizing: border-box;
  text-align: center;
  border: 2px solid #5a2e00;
  text-align: center;
  border-radius: 20px;
}
.category__list .category__list--ul li a {
  display: block;
  font-size: 1.4rem !important;
}
@media (max-width: 1023px) {
  .category__list .category__list--ul li {
    width: calc((100% - 30px) / 4);
  }
}
@media (max-width: 767px) {
  .category__list .category__list--ul li {
    width: calc((100% - 20px) / 3);
  }
}
/***-------------------------------

商品から探す

----------------------------------*/
ul.goods__list {
  display: flex;
  gap: 20px;
}
ul.goods__list li {
  flex: 1 1 33.33%;
}
.card--goods {
  position: relative;
  border: 2px solid #5b2e00;
  padding: 5px;
  box-sizing: border-box;
  background-color: #fff;
  margin-top: 50px;
}
.card--goods .card__title {
  min-height: 4em;
}
.card--goods .card__badge {
  position: absolute;
  top: -50px;
  left: 0;
  border-radius: 40px;
  line-height: 1.4;
  color: #ffffff;
  width: 100%;
  text-align: center;
  padding: 5px;
}
.card--goods .card__badge::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  translate: -50% 100%;
}
.card--goods .card__badge br {
  display: none;
}
.goods__item--1 .card__badge {
  background-color: #5b2e00;
}
.goods__item--1 .card__badge::after {
  border-color: #5b2e00 transparent transparent;
}
.goods__item--2 .card__badge {
  background-color: #996300;
}
.goods__item--2 .card__badge::after {
  border-color: #996300 transparent transparent;
}
.goods__item--3 .card__badge {
  background-color: #db8207;
}
.goods__item--3 .card__badge::after {
  border-color: #db8207 transparent transparent;
}
.card--goods .card__title {
  padding: 5px;
}
@media (max-width: 767px) {
  ul.goods__list {
    position: static;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    scroll-snap-type: mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  ul.goods__list li {
    position: static;
    flex: 0 0 calc((100% - 30px) / 2.2);
    box-sizing: border-box;
    scroll-snap-align: start;
  }
  .newarrival__item--2 .card__newarrival, .newarrival__item--3 .card__newarrival {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
  .card--goods .card__badge {
    top: -50px;
    left: 0;
    height: 4em;
    padding: 5px;
  }
  .card--goods .card__badge br {
    display: block;
  }
  .card--goods .card__title {
    padding-top: 10px;
	  height: 3em;
  }
}
@media (max-width: 480px) {
 ul.goods__list li {
    flex: 0 0 calc((100% - 30px) / 1.6);
  }
  .card--goods .card__badge {
    top: -50px;
    line-height: 1.6;
    padding: 5px !important;
  }
	.card--goods .card__title {
	  height: 5em;
  }
}
/*-----------------------------------

厳選

-------------------------------------*/
ul.select__list {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
ul.select__list li {
  flex: 1;
}
.card--select .card__badge {
  width: 68px;
  margin: 10px auto;
}
@media (max-width: 767px) {
  ul.select__list {
    flex-wrap: wrap;
    gap: 10px;
  }
  ul.select__list li:nth-child(1) {
    flex: 0 0 100%;
  }
  ul.select__list li:nth-child(2), ul.select__list li:nth-child(3) {
    flex: 0 0 calc(50% - 5px);
  }
}
/*-----------------------------------

ポリ袋
	
-------------------------------------*/
#recipe__plasticbag {
  background-image: url('../image/bg_plasticbag.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 452px auto; /* 初期サイズ */
  position: relative;
  transition: background-size 0.5s ease;
  min-height: 398px;
}
#recipe__plasticbag a {
  color: #59C3E1;
}
.plasticbag__text p {
  text-align: center;
  margin-top: 30px;
  font-size: 1.6rem;
  text-shadow:
    -1px -1px 0 #efeeea, 1px -1px 0 #efeeea, -1px 1px 0 #efeeea, 1px 1px 0 #efeeea;
}
.plasticbag__notice {
  left: 0%;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  #recipe__plasticbag {
    background-size: 226px auto;
    height: auto;
  }
}
/*-----------------------------------

インスタ

-------------------------------------*/
#recipe__insta .bnr__image {
  width: 600px;
  height: 200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #recipe__insta .bnr__image {
    width: 100%;
    height: auto;
  }
}
/*-----------------------------------

YouTube

-------------------------------------*/
.video__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.video__list li {
  width: calc(50% - 10px); /* gapの片側ぶん引いて2列に */
  max-width: 440px;
  box-sizing: border-box;
}
/* 動画をレスポンシブに表示 */
.video__frame {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 のアスペクト比 */
  height: 0;
  overflow: hidden;
}
.video__frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}
/* スマホや狭い幅では1列に */
@media (max-width: 750px) {
  .video__list li {
    width: 100%;
    max-width: 100%;
  }
}
/*-----------------------------------

SNS

-------------------------------------*/
ul.sns__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
ul.sns__list li {
  width: calc(25% - 7.5px);
}
.sns__list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 40px;
  padding: 10px;
  color: #ffffff !important;
}
#dcms_layoutPageBlockul .sns__list li a {
  color: #fff !important;
}
ul.sns__list li a:hover {
  opacity: 0.6;
}
.sns__item--twitter a {
  background-color: #000;
}
.sns__item--facebook a {
  background-color: #1877F2;
}
.sns__item--pinterest a {
  background-color: #DC0000;
}
.sns__item--line a {
  background-color: #06C755;
}
@media (max-width: 767px) {
  ul.sns__list li {
    width: calc(50% - 5px);
  }
}
@media (max-width: 480px) {
  ul.sns__list li a {
    min-height: 4em;
    line-height: 1.4;
  }
}