/* recipe */
.p-recipe .p-title {
  color: #edb348;
}
.p-recipe .p-title.icon-top span::before {
  width: 34px;
  height: 25px;
  background: url(/html/user_data/assets/img/common/icon-recipe.svg) no-repeat center center / contain;
}
.p-recipe .recipe-slide {
  position: relative;
  padding: 0 60px;
}
.p-recipe .swiper-autoheight .swiper-wrapper {
  align-items: stretch;
  height: 100% !important;
}
.p-recipe .recipe-slide .swiper-button-next,
.p-recipe .recipe-slide .swiper-button-prev {
  background-color: #f4d193;
}
.p-recipe .recipe-slide .swiper-button-prev {
  left: 0;
}
.p-recipe .recipe-slide .swiper-button-next {
  right: 0;
}
.p-recipe-box {
  height: 100%;
}
.p-recipe-box a {
  border-radius: 5px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-recipe-box a:hover {
    opacity: 0.7;
    transition: opacity 0.3s;
  }
}
.p-recipe-box .recipe-head {
  position: relative;
}
.p-recipe-box .recipe-badge {
  position: absolute;
  top: -14px;
  left: -14px;
  width: 70px;
  height: 70px;
  font-size: 12px;
  color: #fff;
  letter-spacing: 2.4px;
  line-height: calc(16 / 12);
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.p-recipe-box .recipe-badge.orange {
  background: url(/html/user_data/assets/img/common/icon-badge_orange.svg) no-repeat center center / contain;
}
.p-recipe-box .recipe-badge.green {
  background: url(/html/user_data/assets/img/common/icon-badge_green.svg) no-repeat center center / contain;
}
.p-recipe-box .recipe-head > img {
  width: 100%;
  aspect-ratio: 338 / 230;
  border-radius: 5px;
  object-fit: cover;
}
.p-recipe-box .recipe-head .recipe-badge img {
  object-fit: contain;
}
.p-recipe-box .recipe-body {
  padding: 17px 12px 27px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.p-recipe-box .recipe-name {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.16px;
  line-height: normal;
}
.p-recipe-box .recipe-product {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12px;
  margin-top: 8px;
}
.p-recipe-box .recipe-wrap {
  display: flex;
  align-items: center;
  margin-top: 14px;
  gap: 18px;
}
.p-recipe-box .recipe-time,
.p-recipe-box .recipe-calorie {
  position: relative;
  padding-left: 23px;
  font-size: 10px;
  font-weight: 500;
}
.p-recipe-box .recipe-time span,
.p-recipe-box .recipe-calorie span {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.16px;
  margin-right: 3px;
  font-family: "lato", sans-serif;
}
.p-recipe-box .recipe-time::before,
.p-recipe-box .recipe-calorie::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-recipe-box .recipe-time::before {
  background: url(/html/user_data/assets/img/common/icon-clock.svg) no-repeat center center / contain;
}
.p-recipe-box .recipe-calorie::before {
  background: url(/html/user_data/assets/img/common/icon-calorie.svg) no-repeat center center / contain;
}
.p-recipe-box .recipe-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 14px;
  margin-top: 20px;
}
.p-recipe-box .recipe-tag-item {
  color: #b3b3b3;
  font-size: 12px;
  font-weight: 500;
}
.p-recipe-box .material-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.p-recipe-box .material-item {
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: normal;
  padding: 6px 15px;
  border: solid 1px #c5d599;
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  .p-recipe .recipe-slide .swiper-button-prev,
  .p-recipe .recipe-slide .swiper-button-next {
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 576px) {
  .p-recipe .recipe-slide {
    padding: 0 30px;
  }
  .p-recipe-box .recipe-badge {
    width: 55px;
    height: 55px;
    font-size: 10px;
  }
  .p-recipe-box .recipe-name {
    font-size: 14px;
  }
  .p-recipe-box .recipe-product {
    font-size: 10px;
  }
  .p-recipe-box .recipe-time span,
  .p-recipe-box .recipe-calorie span {
    font-size: 14px;
  }
  .p-recipe-box .recipe-tag-list {
    margin-top: 14px;
  }
  .p-recipe-box .material-list {
    margin-top: 14px;
    gap: 5px;
  }
  .p-recipe-box .material-item {
    font-size: 10px;
    padding: 5px 11px;
  }
}

/* recommend-recipe */
.recommend-recipe {
  background-color: #fef8ed;
}
.recommend-recipe .inner {
  max-width: 1204px;
}
.recommend-recipe .recipe-slide {
  margin-top: 60px;
}
.p-recipe.recommend-recipe .recipe-head img {
  border-radius: 0;
}

/* related-recipe */
.related-recipe {
  background-color: #fff;
}
.related-recipe .inner {
  max-width: 1204px;
}
.related-recipe .recipe-slide {
  margin-top: 50px;
}
.related-recipe .recipe-swiper {
  padding: 14px 0 0 14px;
}

/* -------------------
 * レシピ一覧
---------------------- */
#page_recipe .recipe-search .p-title {
  display: none;
}
.recipe-search {
  margin: 54px auto 0;
  max-width: 1210px;
  padding: 0 20px;
}
.recipe-search .p-title {
  margin-bottom: 30px;
}
.recipe-search .inner {
  border-bottom: dashed 1px #c5d599;
  padding: 0 90px 40px;
}
.recipe-search-form {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.recipe-search-wrap {
  max-width: 511px;
  position: relative;
  width: 49.6%;
}
.recipe-search-wrap::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  background: url(/html/user_data/assets/img/common/icon-search.svg) no-repeat center center / contain;
}
.recipe-search-form input[type="search"] {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.8px;
  font-weight: 500;
  padding: 5px 0 5px 38px;
  border: none;
  border-bottom: solid 2px rgba(140, 172, 52, 0.5);
  -webkit-appearance: textfield;
  background-color: #fff;
  border-radius: 0px;
}
.recipe-search-form input[type="search"]::placeholder {
  color: rgba(173, 173, 173, 0.8);
  font-weight: 500;
}
.recipe-search-form .search-button {
  border: none;
  background-color: #8cac34;
  border-radius: 3px;
  border: solid 2px #8cac34;
  width: 115px;
  margin-left: 10px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-align: center;
  line-height: normal;
  padding: 8px;
  transition:
    color 0.3s,
    background-color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .recipe-search-form .search-button:hover {
    background-color: #fff;
    color: #8cac34;
    transition:
      color 0.3s,
      background-color 0.3s;
  }
}
.recipe-search-tab-list {
  padding: 0 20px;
  border-bottom: solid 4px #8cac34;
  gap: 3px;
  justify-content: center;
  margin-top: 44px;
  display: none;
  margin-bottom: 30px;
}
.recipe-search-tab-item {
  width: calc(33.33% - 7px * 2 / 3);
}
.recipe-search-tab-item a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px;
  background-color: #f5f4ef;
  color: #666666;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px;
  line-height: normal;
  border-radius: 8px 8px 0 0;
}
.recipe-search-tab-item a.is-active {
  background-color: #8cac34;
  color: #fff;
}
.recipe-search-row {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.recipe-search-row:first-of-type {
  margin-top: 40px;
}
.recipe-search-row:not(:first-of-type) {
  margin-top: 20px;
}
.recipe-search-title {
  width: 18%;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: normal;
}
.recipe-search-desc {
  width: 82%;
  margin-bottom: 0;
}
.recipe-search-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 15px;
  position: relative;
  
}
.recipe-search-item {
  width: max-content;
}
.recipe-search-item a {
  display: block;
  width: 100%;
  font-size: 14px;
  text-align: center;
  line-height: normal;
  padding: 9px 18px;
  border: solid 1px #c5d599;
  border-radius: 100px;
  transition:
    color 0.3s,
    background-color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .recipe-search-item a:hover,
  .recipe-search-item a.is-active {
    background-color: #c5d599;
    color: #fff;
    transition:
      color 0.3s,
      background-color 0.3s;
  }
}
@media screen and (max-width: 1024px) {
  .recipe-search .inner {
    padding: 0 20px 40px;
  }
}
@media screen and (max-width: 768px) {
  .recipe-search {
    margin-top: 40px;
    padding: 0;
    max-width: 100%;
  }
  .recipe-search .inner {
    padding: 0;
    border-bottom: none;
  }
  .recipe-search-form .search-button {
    width: 75px;
    font-size: 14px;
  }
  .recipe-search-wrap {
    min-width: 250px;
  }
  .recipe-search-tab-list {
    display: flex;
  }
  .recipe-search-row {
    padding: 0 20px;
    display: none;
  }
  .recipe-search-row.is-active {
    display: flex;
  }
  .recipe-search-row:first-of-type,
  .recipe-search-row:not(:first-of-type) {
    margin-top: 0px;
  }
  .recipe-search-title {
    display: none;
  }
  .recipe-search-desc {
    width: 100%;
  }
}

.recipe {
  padding: 80px 0 100px;
}
.recipe .inner {
  max-width: 1090px;
}
.recipe .inner .preparation{
  text-align: center;
}
.recipe-article-head {
  display: flex;
  align-items: center;
}
.recipe-article-title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: normal;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
.recipe-search-result {
  font-weight: 500;
  letter-spacing: 0.16px;
  line-height: normal;
  margin-left: auto;
}
.recipe-search-result .number {
  font-size: 32px;
  letter-spacing: 0.32px;
  color: #8cac34;
  margin-right: 5px;
  font-family: "lato", sans-serif;
  font-weight: 700;
}
.recipe-switch {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: 100px;
}
.recipe-switch a {
  font-weight: 700;
  letter-spacing: 0.16px;
  display: block;
  color: #b3b3b3;
}
.recipe-switch a.is-active {
  color: #8cac34;
}
.recipe-article-body {
  margin-bottom: 40px;
}
.recipe-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 25px;
}
.recipe-item {
  min-height: 504px;
  width: calc(33.33% - 18px * 2 / 3);
}
@media screen and (max-width: 768px) {
  .recipe {
    padding: 30px 0 80px;
  }
  .recipe-article-head {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .recipe-article-title {
    width: 100%;
    text-align: center;
    font-size: 28px;
  }
  .recipe-search-result {
    margin-left: 0;
  }
  .recipe-search-result .number {
    font-size: 28px;
  }
  .recipe-switch {
    margin-left: auto;
  }
  .recipe-article-body {
    margin-bottom: 30px;
  }
  .recipe-list {
    gap: 30px 10px;
  }
  .recipe-item {
    width: calc(50% - 10px / 2);
    min-height: 0;
  }
  .recipe .p-recipe-box .recipe-badge {
    width: 60px;
    height: 60px;
    top: -10px;
    left: -10px;
    font-size: 10px;
  }
}
@media screen and (max-width: 576px) {
  .recipe-search-form input[type="search"] {
    font-size: 14px;
  }
  .recipe-search-list {
    gap: 7px;
  }
  .recipe-search-item a {
    font-size: 12px;
    padding: 8px 17px;
  }
  .recipe-article-title {
    font-size: 22px;
    letter-spacing: 0.22px;
  }
  .recipe-search-result {
    font-size: 12px;
  }
  .recipe-search-result .number {
    font-size: 24px;
  }
  .recipe-switch {
    gap: 15px;
  }
  .recipe-switch a {
    font-size: 14px;
    letter-spacing: 0.14px;
  }
  .recipe .p-recipe-box .recipe-badge {
    width: 50px;
    height: 50px;
  }
  .recipe .p-recipe-box .recipe-body {
    padding: 10px 0;
  }
}
/* -------------------
* レシピ詳細 
---------------------- */
.recipe-detail {
  margin-top: 50px;
  padding-bottom: 100px;
}
.recipe-detail .inner {
  max-width: 1090px;
}
.recipe-title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2.8px;
  text-align: center;
}
.recipe-detail-article-head {
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
}
.recipe-image {
  max-width: 580px;
  width: 55.3%;
  border-radius: 20px;
}
.recipe-image img {
  border-radius: 20px;
  width: 100%;
}
.recipe-info {
  max-width: 400px;
  width: 38.1%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, max-content);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.recipe-detail .recipe-time,
.recipe-detail .recipe-calorie {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px 0 30px;
}
.recipe-detail .recipe-time {
  grid-area: 1 / 1 / 2 / 2;
  position: relative;
}
.recipe-detail .recipe-time::after {
  position: absolute;
  background: radial-gradient(circle farthest-side, #d9d9d9, #d9d9d9 30%, transparent 30%, transparent);
  background-size: 12px;
  content: "";
  display: inline-block;
  height: 3px;
  width: 104px;
  right: -52px;
  top: 45px;
  transform: rotate(90deg);
}
.recipe-detail .recipe-calorie {
  grid-area: 1 / 2 / 2 / 3;
}
.recipe-label {
  grid-area: 2 / 1 / 3 / 3;
  position: relative;
  padding-top: 30px;
}
.recipe-label::after {
  position: absolute;
  background: radial-gradient(circle farthest-side, #d9d9d9, #d9d9d9 30%, transparent 30%, transparent);
  background-size: 12px;
  content: "";
  display: inline-block;
  height: 3px;
  width: 100%;
  left: 0;
  top: 0;
}
.recipe-label-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 10px;
  padding: 0 10px;
}
.recipe-label-item {
  width: max-content;
}
.recipe-label-item > a {
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.7px;
  border: solid 1px #c5d599;
  border-radius: 100px;
  text-align: center;
  padding: 6px 17px;
}
@media (hover: hover) and (pointer: fine) {
  .recipe-label-item a:hover {
    background-color: #c5d599;
    color: #fff;
    transition: color 0.3s, background-color 0.3s;
  }
}
.recipe-icon {
  padding-top: 30px;
  position: relative;
  font-size: 14px;
  letter-spacing: 0.14px;
  font-weight: 500;
  line-height: normal;
  color: #edb348;
}
.recipe-icon::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
}
.recipe-time .recipe-icon::before {
  background: url(/html/user_data/assets/img/common/icon-clock.svg) no-repeat center center / contain;
}
.recipe-calorie .recipe-icon::before {
  background: url(/html/user_data/assets/img/common/icon-calorie.svg) no-repeat center center / contain;
}
.recipe-info-body {
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 9px;
}
.recipe-info-body span {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.28px;
  line-height: normal;
  font-family: "lato", sans-serif;
  margin-right: 3px;
}
.recipe-detail-article-body {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.recipe-box-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: normal;
  color: #8cac34;
}
.recipe-box-title span {
  font-size: 14px;
  letter-spacing: 1.12px;
}
.recipe-material {
  max-width: 405px;
  padding: 30px 20px 10px;
  width: 39%;
  background-color: #f8f8f5;
  border-radius: 10px;
}
.recipe-material-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  margin-bottom: 0;
}
.recipe-material-list:first-of-type {
  margin-top: 20px;
}
.recipe-material-title,
.recipe-material-desc {
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.14px;
}
.recipe-material-title {
  font-weight: 700;
}
.recipe-material-desc {
  margin-bottom: 0;
}
.recipe-howto {
  max-width: 565px;
  width: 54%;
}
.recipe-howto-item {
  padding: 13px 0;
  display: flex;
  align-items: center;
  line-height: calc(28 / 14);
  letter-spacing: 0.7px;
  font-size: 14px;
}
.recipe-howto-item:not(:first-of-type) {
  border-top: dashed 1px #c5d599;
}
.recipe-howto-item .recipe-howto-list__content {
  display: block;
}
.recipe-howto-item .recipe-howto-list__content a {
  color: #337ab7;
  text-decoration: underline;
}
.recipe-howto-item span {
  font-size: 22px;
  font-family: "lato", sans-serif;
  font-weight: 900;
  color: rgba(140, 172, 52, 0.5);
  margin-right: 25px;
}
.recipe-component {
  margin-top: 80px;
}
.recipe-component .recipe-box-title {
  text-align: center;
}
.recipe-component-list {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.recipe-component-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 120px;
  max-width: 130px;
  width: 100%;
}
.recipe-component-item:not(:last-of-type) {
  position: relative;
}
.recipe-component-item:not(:last-of-type)::after {
  background: radial-gradient(circle farthest-side, #d9d9d9, #d9d9d9 30%, transparent 30%, transparent);
  background-size: 12px;
  content: "";
  display: inline-block;
  height: 3px;
  width: 58px;
  right: -30px;
  top: 28px;
  transform: rotate(90deg);
  position: absolute;
}
.recipe-component-title {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14px;
  line-height: normal;
  color: #edb348;
  margin-bottom: 9px;
}
.recipe-component-number {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12px;
  line-height: normal;
}
.recipe-component-number span {
  font-family: "lato", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.24px;
  margin-right: 3px;
}

.recipe-comment {
  max-width: 1050px;
  margin: 105px auto 0;
  border-radius: 10px;
  background-color: #f8f8f5;
  padding: 57px 45px 36px 45px;
  display: flex;
  position: relative;
  gap: 10px;
  align-items: center;
}
.recipe-comment-sticky {
  position: absolute;
  left: -20px;
  top: -20px;
  width: 260px;
}
.recipe-comment-head {
  width: 20%;
  flex-grow: 1;
  min-width: 210px;
}
.recipe-comment-picture {
  text-align: center;
}
.recipe-comment-picture img {
  width: 150px;
  height: 150px;
  border-radius: 100px;
  object-fit: cover;
  object-position: top;
}
.recipe-comment-picture figcaption {
  font-size: 14px;
  margin-top: 8px;
}
.recipe-comment-picture figcaption .name {
  font-size: 16px;
  margin-left: 1em;
}
.recipe-comment-body {
  border: solid 1px #404040;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  margin-left: 48px;
  padding: 30px;
  max-width: 690px;
  width: 78%;
}
.recipe-comment-body::before,
.recipe-comment-body::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.recipe-comment-body::before {
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 40px solid #404040;
  left: -40px;
}
.recipe-comment-body::after {
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 40px solid #fff;
  left: -37px;
}
.recipe-comment-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.44px;
  line-height: normal;
}
.recipe-comment-text {
  font-size: 16px;
  line-height: calc(28 / 16);
  letter-spacing: 0.8px;
  margin-top: 18px;
}

.recipe-product .p-product-list {
  margin-top: 40px;
  justify-content: center;
}

#page_recipe_detail .recipe-search {
  padding: 100px 20px 200px;
  margin-top: 0;
}
#page_recipe_detail .recipe-search .inner {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .recipe-detail .inner {
    padding: 0;
  }
  .recipe-title {
    font-size: 22px;
  }
  .recipe-detail-article-head {
    flex-direction: column;
    justify-content: initial;
    gap: 30px;
  }
  .recipe-image {
    max-width: 100%;
    width: 100%;
    border-radius: 0px;
  }
  .recipe-image img {
    border-radius: 0px;
  }
  .recipe-info {
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
  }
  .recipe-detail-article-body {
    flex-direction: column;
    margin-top: 40px;
  }
  .recipe-material {
    max-width: 100%;
    width: 100%;
    border-radius: 0px;
  }
  .recipe-howto {
    max-width: 100%;
    width: 100%;
    padding: 70px 20px 0;
  }
  .recipe-component {
    margin-top: 40px;
  }
  .recipe-component-list {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 20px;
    row-gap: 25px;
    margin-top: 25px;
  }
  .recipe-component-item {
    max-width: 100%;
    min-width: 0;
    width: calc(33.33%);
  }
  .recipe-component-item:nth-child(3)::after {
    display: none;
  }
  .recipe-comment {
    margin: 90px 20px 0;
    flex-direction: column;
    padding: 68px 20px 30px;
  }
  .recipe-comment-sticky {
    left: -12px;
  }
  .recipe-comment-body {
    max-width: 100%;
    width: 100%;
    margin: 40px 0 0 0;
    padding: 30px 20px;
  }
  .recipe-comment-body::before,
  .recipe-comment-body::after {
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
  .recipe-comment-body::before {
    top: -26px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 30px solid #404040;
  }
  .recipe-comment-body::after {
    top: -23px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 30px solid #fff;
  }
  .recipe-comment-title {
    font-size: 16px;
    letter-spacing: 1.28px;
  }
  .recipe-comment-text {
    font-size: 14px;
  }
}

/* 商品詳細画像 */
.recipe-detail-swiper {
  width: 100%;
}
.recipe-detail-slide {
  height: auto;
  aspect-ratio: 4 / 3;
}
.recipe-detail-slide-video {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: #000;
}
.recipe-detail-slide-video video {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.recipe-detail-swiper-pagination {
  position: relative;
  height: 40px;
}
.recipe-detail-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #edb348;
}
/* recipe-product */
.recipe-product .p-title br.sp {
  display: none;
}
.recipe-product-wrap {
  position: relative;
  margin-top: 30px;
}
.recipe-product .swiper-wrapper {
  gap: 26px;
  justify-content: center;
}
.recipe-product .swiper-slide {
  width: calc((100% / 3) - 26px * 2 / 3);
  max-width: 243px;
  flex-shrink: initial;
}
.recipe-product .swiper-slide a {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  padding: 30px 12px 20px;
  background-color: #fff;
  border-radius: 20px;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .recipe-product .swiper-slide a:hover {
    opacity: 0.7;
    transition: opacity 0.3s;
  }
}
.recipe-product .recipe-product-item-head {
  aspect-ratio: 1 / 1;
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
}
.recipe-product .recipe-product-item-head img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 1 / 1;
}
.recipe-product .recipe-product-item-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: 10px;
}
.recipe-product .recipe-product-item-name {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: normal;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
}
.recipe-product .recipe-product-item-desc {
  font-size: 12px;
  letter-spacing: 0.12px;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 5px 0 13px;
}
.recipe-product .recipe-product-item-price {
  font-size: 20px;
  color: #ba8d39;
  font-weight: 700;
  letter-spacing: 0.2px;
  margin-top: auto;
}
.recipe-product .recipe-product-item-price span {
  font-size: 10px;
  margin-left: 3px;
}
.recipe-product .swiper-button-next,
.recipe-product .swiper-button-prev {
  display: none;
}
@media screen and (max-width: 768px) {
  .recipe-product .p-title br.sp {
    display: block;
  }
  .recipe-product-wrap {
    padding: 0 45px;
  }
  .recipe-product .swiper-wrapper {
    display: flex;
    gap: 0;
    justify-content: initial;
  }
  .recipe-product .swiper-slide {
    max-width: 100%;
    flex-shrink: 0;
    width: auto;
  }
  .recipe-product .swiper-button-next,
  .recipe-product .swiper-button-prev {
    display: block;
    width: 30px;
    height: 30px;
  }
  .recipe-product .swiper-button-next {
    right: 0;
  }
  .recipe-product .swiper-button-prev {
    left: 0;
  }
  .recipe-product .swiper-button-next::after,
  .recipe-product .swiper-button-prev::after {
    width: 8px;
    height: 8px;
  }
}
