@charset "UTF-8";
/* --------------------------------------------------------
-----------------------------------------------------------
#recipe
-----------------------------------------------------------
----------------------------------------------------------- */

/* --------------------------------------------------------
-----------------------------------------------------------
Beta
-----------------------------------------------------------
----------------------------------------------------------- */

#recipe .LO-side-block + .LO-side-block {
  margin-top: 35px;
}

#recipe .LO-recently-block .wb-blog-list,
#recipe .LO-categ-block .wb-blog-categ,
#recipe .LO-archive-block .wb-blog-categ {
  /* @mixin:SP-list-base */
  border-bottom: 1px solid #c5c5c5;
  padding: 0 8px 8px;
  margin-bottom: 10px;
}

#recipe .LO-recently-block .wb-blog-list:last-child,
#recipe .LO-categ-block .wb-blog-categ:last-child,
#recipe .LO-archive-block .wb-blog-categ:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

#recipe .LO-recently-block .wb-blog-title span {
  /* @mixin:SP-list-date */
  color: #666;
  display: block;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 2px;
}

#recipe .LO-side-block a {
  /* @mixin:SP-list-title */
  line-height: 1.15;
  display: inline-block;
  font-size: 14px;
}

#recipe .LO-categ-block a,
#recipe .LO-archive-block a {
  /* @mixin:SP-link-arrow */
  position: relative;
  padding-left: 12px;
  display: inline-block;
}

#recipe .LO-categ-block a:before,
#recipe .LO-archive-block a:before {
  /* @mixin:SP-link-arrow */
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #ff5b5b;
  display: block;
  top: 11px;
  left: 2px;
  margin-top: -4px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
recipe-list-wrap
-----------------------------------------------------------
----------------------------------------------------------- */
#recipe .recipe-list-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
#recipe .recipe-list-wrap .recipe {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px #22222229;
}

#recipe .recipe-list-wrap .recipe a {
  text-decoration: none;
  color: #333;
}

#recipe .recipe-list-wrap .recipe img {
  border-radius: 10px 10px 0 0;
}

#recipe .recipe-list-wrap .recipe .text-wrap {
  padding: 10px 15px 18px;
  position: relative;
}

#recipe .recipe-list-wrap .recipe .text-wrap .date {
  font-size: 12px;
  color: #666;
  font-weight: bold;
}

#recipe .recipe-list-wrap .recipe .text-wrap .title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
}

#recipe .recipe-list-wrap .recipe .difficulty {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3px;
  position: absolute;
  top: 10px;
  right: 10px;
}

#recipe .recipe-block .recipe-list-wrap .recipe .text-wrap .categ {
  font-size: 11px;
  color: #9ca3af;
  letter-spacing: 0.03em;
  margin-bottom: 3px;
}

/* --------------------------------------------------------
-----------------------------------------------------------
recipe-detail
-----------------------------------------------------------
----------------------------------------------------------- */
#recipe .recipe-detail .img-wrap {
  margin-bottom: 15px;
}

#recipe .recipe-detail .img-wrap img {
  width: 100%;
}

#recipe .recipe-detail .title-wrap {
  margin-bottom: 20px;
  padding: 0 15px;
}

#recipe .recipe-detail .title-wrap .date {
  font-size: 12px;
  color: #666;
  font-weight: bold;
}

#recipe .recipe-detail .title-wrap h1 {
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  font-weight: bold;
}

#recipe .recipe-detail .HTMLeditor {
  padding: 0 15px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.03em;
}

#recipe .recipe-detail .HTMLeditor p {
  margin-bottom: 30px;
}

#recipe .recipe-detail .HTMLeditor p a {
  display: inline-block;
  font-size: 13px;
  margin-top: 10px;
}

#recipe .recipe-detail .HTMLeditor h2 {
  font-size: 18px;
  line-height: 1.4;
  border-bottom: 2px solid #ff5b5b;
  padding-bottom: 5px;
  margin-top: 50px;
  margin-bottom: 15px;
}

#recipe .recipe-detail .HTMLeditor h3,
#recipe .recipe-detail .HTMLeditor #toc > p {
  font-size: 16px;
  margin-bottom: 10px;
  position: relative;
  border-left: 5px solid #ff5b5b;
  line-height: 1.4;
  padding-left: 10px;
}

#recipe .recipe-detail .HTMLeditor > ol,
#recipe .recipe-detail .HTMLeditor > ul {
  margin-top: 0;
}

#recipe .recipe-detail .HTMLeditor > ol,
#recipe .recipe-detail .HTMLeditor > ul,
#recipe .recipe-detail .HTMLeditor img {
  margin-bottom: 20px;
}

#recipe .recipe-detail .HTMLeditor .TLP-main-image img {
  margin-bottom: 0;
}

#recipe .recipe-detail .HTMLeditor li + li {
  margin-top: 10px;
}

#recipe .recipe-detail .HTMLeditor li p {
  margin-bottom: 0;
}

#recipe .recipe-detail .HTMLeditor span.under-line {
  background: linear-gradient(transparent 50%, #fdedaf 60%);
  padding-bottom: 0.1em;
  font-weight: bold;
  display: inline;
}

#recipe .recipe-detail .HTMLeditor #toc {
  background: #f2f2f2;
  padding: 20px 20px 10px;
  position: relative;
  height: 250px;
  overflow: hidden;
  transition: height 0.4s ease;
}

#recipe .recipe-detail .HTMLeditor #toc .open-btn-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

#recipe .recipe-detail .HTMLeditor #toc .open-btn-wrap button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f2f2f2;
  width: 100%;
  height: 40px;
  border: none;
  cursor: pointer;
  color: #777;
  font-size: 12px;
}

#recipe .recipe-detail .HTMLeditor #toc .open-btn-wrap button:hover {
  text-decoration: underline;
}

#recipe .recipe-detail .HTMLeditor #toc .open-btn-wrap button:before {
  content: "";
  position: absolute;
  bottom: 40px;
  width: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f2f2f2 100%);
  height: 25px;
}

#recipe .recipe-detail .HTMLeditor #toc .open-btn-wrap button span {
  position: relative;
}

#recipe .recipe-detail .HTMLeditor #toc .open-btn-wrap button span:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 8px;
  height: 8px;
  border: 0.1em solid #777;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  position: absolute;
  top: 5px;
  right: -10px;
}

#recipe .recipe-detail .HTMLeditor #toc > p {
  font-size: 18px;
  border: none;
  padding: 0;
  margin-bottom: 8px;
}

#recipe .recipe-detail .HTMLeditor #toc ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#recipe .recipe-detail .HTMLeditor #toc ul li {
  margin: 0;
  border-top: 1px solid #ccc;
}

#recipe .recipe-detail .HTMLeditor #toc > ul > li:first-child {
  border-top: none;
}

#recipe .recipe-detail .HTMLeditor #toc ul li a {
  color: #333;
  font-size: 13px;
  padding: 6px;
  width: 100%;
  display: block;
  text-decoration: none;
}

#recipe .recipe-detail .HTMLeditor #toc ul li a:hover {
  text-decoration: underline;
}

#recipe .recipe-detail .HTMLeditor #toc > ul li ul li {
  padding-left: 15px;
}

#recipe .recipe-detail .HTMLeditor #toc > ul li ul li a {
  font-size: 12px;
}

#recipe .recipe-detail .btn-wrap {
        margin-top: 20px;
        margin-bottom: 20px;
}

#recipe .recipe-detail .cta-btn {
  margin-top: 80px;
}

#recipe .recipe-detail .cta-btn a,
#recipe .recipe-detail .btn-wrap a {
width: 90%;
        height: 46px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        background-color: #ff5b5b;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        border-radius: 4px;
        font-size: 16px;
        letter-spacing: 0;
        position: relative;
        box-shadow: 2px 3px 2px 0 rgba(183, 31, 31, 0.2);
}

#recipe .recipe-detail .cta-btn a:before {
  content: "";
  position: absolute;
  top: -85px;
  right: -12px;
  background: url(/img/web_design_comment.svg) no-repeat center center;
  width: 169px;
  height: 105px;
  background-size: 100%;
  transform: rotate(-15deg);
}

#recipe .recipe-detail hr {
  margin: 50px 0;
}

#recipe .recipe-detail .bottom-btn-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  margin-top: 20px;
  padding-bottom: 20px;
}

#recipe .Content .Alpha {
  margin-bottom: 30px;
}
#recipe .Content .Beta,
#news .Content .Beta {
  width: auto;
}
