@charset "UTF-8";
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

/*　////////////////////////////////
ブレイクポイント
//////////////////////////////////　*/
/*　////////////////////////////////
ベースフォント
//////////////////////////////////　*/
/*　////////////////////////////////
カラー
//////////////////////////////////　*/
/*　////////////////////////////////
clearfix[@extend .clearfix];
//////////////////////////////////　*/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

/*　////////////////////////////////////////////////////////////////////////////////////////////////
flex include
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
初期値top:50%; left:50%;
[@include set-top();] [@include set-left();]
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*縦中央*/
/*横中央*/
/* -----上下左右中央、%指定で調整可能----- */
/*　////////////////////////////////
flex 設定
//////////////////////////////////　*/
/*　////////////////////////////////
三角形
//////////////////////////////////　*/
/*　////////////////////////////////
矢印
//////////////////////////////////　*/
/*　////////////////////////////////////////////////////////////////////////////////////////////////
font-size
//////////////////////////////////////////////////////////////////////////////////////////////////　*/
/*　////////////////////////////////
汎用style
//////////////////////////////////　*/
.all-wrapper {
  /*パンくず*/
  /*　////////////////////////////////
  lower_header
  //////////////////////////////////　*/
  /*　////////////////////////////////
  共通
  //////////////////////////////////　*/
}
.all-wrapper .breadcrumb-wrap {
  margin: 0 0 30px;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .all-wrapper .breadcrumb-wrap {
    margin: 0 0 45px;
  }
}
.all-wrapper .breadcrumb-wrap .breadcrumb li {
  display: inline;
  list-style: none;
  font-size: 1.4rem;
  line-height: 1;
  color: #601804;
}
.all-wrapper .breadcrumb-wrap .breadcrumb li a {
  text-decoration: none;
  color: #601804;
}
.all-wrapper .breadcrumb-wrap .breadcrumb li a:hover {
  text-decoration: underline;
}
.all-wrapper .breadcrumb-wrap .breadcrumb li:after {
  content: "＞";
  padding: 0 3px;
}
.all-wrapper .breadcrumb-wrap .breadcrumb li:last-child:after {
  content: "";
}
.all-wrapper .lower-title-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 260px;
  background: #6d2f00;
  overflow: hidden;
}
.all-wrapper .lower-title-wrap::before, .all-wrapper .lower-title-wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
}
.all-wrapper .lower-title-wrap::before {
  height: 100%;
  top: 0;
  background-image: url("/img/common/dot_pattern.svg");
  background-repeat: repeat;
  background-size: 12px;
}
.all-wrapper .lower-title-wrap::after {
  height: 37.5%;
  bottom: 0;
  background: #FFFFFF;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(96, 24, 4, 0.6)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(96, 24, 4, 0.6) 100%);
  mix-blend-mode: multiply;
}
.all-wrapper .lower-title-wrap .lower-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 3;
}
.all-wrapper .lower-title-wrap .lower-title .title-jp {
  font-family: "Kaisei Opti", serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(3.6rem, 4.8vw, 6rem);
  color: #fff;
}
.all-wrapper .lower-title-wrap .lower-title .title-en {
  font-size: clamp(1.8rem, 2.2vw, 2.6rem);
  font-weight: 500;
  color: #ffe02c;
}
.all-wrapper .lower-title-wrap .lt-illust {
  position: absolute;
  z-index: 2;
  height: auto;
}
.all-wrapper .lower-title-wrap .lower-kikurage {
  width: 100px;
  width: clamp(100px, 31vw, 290px);
  left: 0;
  top: 3%;
}
.all-wrapper .lower-title-wrap .lower-kunichan {
  width: 70px;
  width: clamp(70px, 21vw, 160px);
  bottom: 0;
  right: 3vw;
}
@media (min-width: 480px) {
  .all-wrapper .lower-title-wrap {
    height: 360px;
  }
}
@media (min-width: 768px) {
  .all-wrapper .lower-title-wrap {
    height: 260px;
  }
  .all-wrapper .lower-title-wrap .lower-kikurage {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.all-wrapper .dline-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background: #fffdf8;
  border-radius: 15px;
}
.all-wrapper .dline-box .dline-title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  background: #601804;
  color: #ffe02c;
  font-weight: 900;
  font-size: clamp(2.2rem, 2.6vw, 3rem);
  line-height: 1.4;
  border-radius: 15px 15px 0 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.all-wrapper .dline-box .dline-title::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background-image: repeating-linear-gradient(-45deg, rgba(238, 231, 195, 0.04) 0 6px, transparent 6px 12px);
  border-radius: 15px 15px 0 0;
}
.all-wrapper .dline-box .dline-title span {
  position: relative;
  z-index: 2;
}
.all-wrapper .dline-box .detail {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}
@media (min-width: 768px) {
  .all-wrapper .dline-box .detail {
    padding: 25px;
  }
}

/* all-wrapper */
/*----- .original-recipe ------------------------------------*/
.original-recipe .link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.original-recipe .link-list .link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-bottom: 2px solid #601804;
}
.original-recipe .link-list .link-box .recipe-link {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 15px 35px 15px 0;
  font-size: clamp(1.6rem, 1.75vw, 1.9rem);
  font-weight: 900;
  line-height: 1.4;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.original-recipe .link-list .link-box .recipe-link::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 17px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #601804;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.original-recipe .link-list .link-box .recipe-link:hover {
  color: #f8b600;
  opacity: 1;
}
.original-recipe .link-list .link-box .recipe-link:hover::before {
  right: 5px;
  background: #f8b600;
}
.original-recipe .recipe-box {
  margin-bottom: 50px;
}
.original-recipe .recipe-box .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.original-recipe .recipe-box .detail .img-box, .original-recipe .recipe-box .detail .txt-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.original-recipe .recipe-box .detail .img-box {
  margin-bottom: 15px;
}
.original-recipe .recipe-box .detail .img-box img {
  max-width: 300px;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.original-recipe .recipe-box .detail .txt-box .ingredient-title {
  font-size: clamp(2rem, 2.25vw, 2.5rem);
  font-weight: 900;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #601804;
}
.original-recipe .recipe-box .detail .txt-box .ingredient-sub-title {
  color: #d4780b;
  font-size: clamp(1.8rem, 2vw, 2.2rem);
  font-weight: 900;
}
.original-recipe .recipe-box .detail .txt-box .ingredient-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.original-recipe .recipe-box .detail .txt-box .ingredient-list li {
  margin-right: 1.2em;
  text-indent: -1em;
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.original-recipe .recipe-box .detail .txt-box .ingredient-list li::before {
  content: "●";
}
.original-recipe .recipe-box .detail .txt-box .point {
  color: #d4780b;
  font-size: clamp(1.8rem, 2vw, 2.2rem);
  font-weight: 900;
  text-indent: -1em;
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.original-recipe .recipe-box .detail .txt-box .point::before {
  content: "◎";
}
.original-recipe .recipe-box .detail .txt-box .steps {
  list-style: none;
}
.original-recipe .recipe-box .detail .txt-box .steps li {
  color: #d4780b;
  text-indent: -0.8em;
  padding-left: 0.8em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.4;
  font-size: clamp(1.7rem, 1.85vw, 2rem);
}
.original-recipe .recipe-box .detail .txt-box .steps li:not(:last-child) {
  margin-bottom: 3px;
}
.original-recipe .bottom-link .lead-txt {
  font-size: clamp(2rem, 2.3vw, 2.6rem);
  margin-bottom: 30px;
}

@media (min-width: 480px) {
  .original-recipe .link-list {
    gap: 2%;
  }
  .original-recipe .link-list .link-box {
    width: 49%;
  }
}
@media (min-width: 987px) {
  .original-recipe .recipe-box {
    margin-bottom: 70px;
  }
  .original-recipe .recipe-box .detail {
    gap: 3%;
    padding: 30px 3vw;
  }
  .original-recipe .recipe-box .detail .img-box {
    width: 22%;
  }
  .original-recipe .recipe-box .detail .txt-box {
    width: 75%;
  }
  .original-recipe .link-list {
    margin-bottom: 80px;
    gap: 2%;
  }
  .original-recipe .link-list .link-box {
    width: 32%;
  }
}