@charset "utf-8";
/* ======================================
* ここから長崎レシピ-共通のスタイル
* ====================================== */
.pc {
  display: block;
}
.sp {
  display: none;
}
.border_btn {
  padding: 0;
}
.recipe_common_title {
  position: relative;
}
.recipe_common_title::after,
.recipe_common_title::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 1px;
  background-color: var(--color--navy);
}
.recipe_common_title_h2 {
  color: var(--color--navy);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 2.4px;
  padding: 24px 0;
}

.recipe_common_title_h2.small {
  font-size: 20px;
  letter-spacing: 2px;
}

.section__banner {
  position: fixed;
  top: 100px;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  background-color: var(--color--navy);
  color: var(--color--white);
  font-size: 14px;
  z-index: 10;
  cursor: pointer;
}

.section__banner .arrow {
  transform: translate(0, 0);
  transition: all 0.3s;
}

.section__banner:hover .arrow {
  transform: translate(8px, 0);
}

/* ======================================
* ここから長崎レシピ-コンポーネントのスタイル
* ====================================== */
.recipe_card_wrapper {
  width: 250px;
  height: 384px;
  border-radius: 10px;
  overflow: hidden;
  background-color: var(--color--white);
  position: relative;
  transition: all 0.3s;
}

.recipe_card_wrapper:hover {
  box-shadow: 0px 4px 20px 0px rgba(25, 27, 37, 0.05);
}

#seasonal .recipe_card_wrapper {
  width: 210px;
}

.recipe_card_wrapper .thumbnail {
  width: 100%;
  height: 187.5px;
  background-color: var(--color--linegray);
  position: relative;
}

.recipe_card_wrapper .thumbnail .photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recipe_card_wrapper .season_badge {
  position: absolute;
  bottom: 8px;
  left: 8px;
  width: 60px;
  height: 60px;
}

.recipe_card_wrapper .top {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px 16px;
}

.recipe_card_wrapper .top .number {
  color: var(--color--midgray);
  -webkit-font-smoothing: antialiased;
  font-family: "Yu Gothic Pr6N", "Yu Gothic", "ヒラギノ角ゴ ProN", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 15px */
  letter-spacing: 1.5px;
}

.recipe_card_wrapper .top .vegetable {
  color: var(--color--gray);
  -webkit-font-smoothing: antialiased;
  font-family: "Yu Gothic Pr6N", "Yu Gothic", "ヒラギノ角ゴ ProN", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 10px */
  letter-spacing: 1px;
  border: 1px solid var(--color--gray);
  padding: 4px 8px;
  border-radius: 20px;
  width: fit-content;
}

.recipe_card_wrapper .top .name {
  color: var(--color--navy);
  -webkit-font-smoothing: antialiased;
  font-family: "Yu Gothic Pr6N", "Yu Gothic", "ヒラギノ角ゴ ProN", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: 1.8px;
  text-decoration-line: underline;
}

#seasonal .recipe_card_wrapper .top .name {
  font-size: 15px;
}

.recipe_card_wrapper .link {
  position: absolute;
  bottom: 16px;
  right: 16px;
  color: var(--color--midgray);
  -webkit-font-smoothing: antialiased;
  font-family: "Yu Gothic Pr6N", "Yu Gothic", "ヒラギノ角ゴ ProN", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.5px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}

.recipe_card_wrapper .link .icon {
  width: 18px;
  height: 18px;
}

/* ======================================
* ここから長崎レシピのトップページのスタイル
* ====================================== */
body {
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}
#l_wrapper {
  background-color: #fff5ed; /*TODO: 変数定義*/
}

#recipe_fv {
  padding-top: 140px;
  min-height: 883px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.recipe_fv_circle {
  position: absolute;
  z-index: 1;
  top: 0;
  left: calc(50% - 66.25vw);
  width: 132.5vw;
  height: 45vw;
  -webkit-clip-path: ellipse(50% 50% at 50% 50%);
  clip-path: ellipse(50% 50% at 50% 50%);
  background-color: var(--color--white);
}

.recipe_fv_top_wrapper {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 1300px;
  margin: auto;
  height: calc(100vh - 140px);
}

.recipe_fv_logo {
  width: 717px;
  margin: auto;
  position: relative;
  z-index: 4;
}

.recipe_fv_photo {
  position: absolute;
  z-index: 3;
  top: 225px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.fv_scroll {
  position: absolute;
  z-index: 5;
  bottom: 16px;
  right: -32px;
  width: 125px;
  height: 125px;
  flex-shrink: 0;
  background-color: var(--color--white);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}

.fv_scroll:hover {
  opacity: 0.9;
  transform: scale(1.04);
}

.scroll_btn {
  position: relative;
}

.scroll_arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7px;
  height: 40px;
  opacity: 1;
}

.fv_scroll:hover .scroll_arrow {
  animation: arrowMove 0.3s ease forwards; /* ホバー時にアニメーション開始 */
}

@keyframes arrowMove {
  0% {
    opacity: 0;
    top: 40%;
    transform: translate(-40%, -50%);
  }
  100% {
    opacity: 1;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.scroll_icon {
  width: 110px;
  height: 110px;
  animation: spin 16s linear infinite; /* 2秒ごとに無限ループで回転 */
}

@keyframes spin {
  from {
    transform: rotate(0deg); /* 初期位置 */
  }
  to {
    transform: rotate(-360deg); /* 360度回転 */
  }
}

#recipe_about {
  max-width: 1120px;
  padding: 40px 0 0;
  margin: auto;
  text-align: center;
}

#recipe_about .recipe_about_text {
  color: var(--color--navy);
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-family: "Yu Gothic Pr6N", "Yu Gothic", "ヒラギノ角ゴ ProN", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 2px;
}

.recipe_section {
  max-width: 1120px;
  width: 90%;
  padding: 160px 0 0;
  margin: auto;
}

.recipe_section:last-child {
  padding-bottom: 200px;
}

.read_more_button {
  width: 241px;
  margin: 48px auto 0;
}

.recipe_list_container {
  margin: 48px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 48px 40px;
  width: 100%;
}

#seasonal .recipe_list_container {
  gap: 32px 16px;
}

#recommend_list .recipe_card_wrapper {
  display: none; /* 全て非表示に */
}

#recommend_list .recipe_card_wrapper:nth-child(-n + 8) {
  display: block; /* 最初の4つだけ表示 */
}

#recommend_list.show-all .recipe_card_wrapper {
  display: block; /* show-all クラスがついたら全て表示 */
}

.recipe_description {
  color: var(--color--navy);
  -webkit-font-smoothing: antialiased;
  font-family: "Yu Gothic Pr6N", "Yu Gothic", "ヒラギノ角ゴ ProN", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 30px */
  letter-spacing: 1.5px;
  margin: 48px auto 0;
  text-align: center;
}

.recipe_banner_wrapper {
  background-color: var(--color--white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
}

.recipe_banner_wrapper .left_wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 32px;
  width: 424px;
  margin: auto;
}

.recipe_banner_wrapper .left_wrap .text {
  color: var(--color--navy);
  -webkit-font-smoothing: antialiased;
  font-family: "Yu Gothic Pr6N", "Yu Gothic", "ヒラギノ角ゴ ProN", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 43.2px */
  letter-spacing: 2px;
  min-width: 420px;
}

.recipe_banner_wrapper .left_wrap .border_btn {
  width: 308px;
}

.recipe_banner_wrapper .right_wrap {
  width: 50%;
  height: 100%;
}

.recipe_banner_wrapper .right_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ======================================
* ここから長崎レシピ-レシピ詳細のスタイル
* ====================================== */
.sp_recipe_menu {
  display: none;
}

#recipe_header {
  background-color: #fff5ed; /*TODO: 変数定義*/
  padding-top: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

#recipe_header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 30%;
  background-color: var(--color--white);
  z-index: 1;
}

.recipe_header_descriptions {
  margin: 44px 0 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  z-index: 2;
}

.recipe_header_descriptions .top_wrapper,
.recipe_header_descriptions .bottom_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.recipe_header_descriptions .top_wrapper {
  gap: 16px;
  margin-bottom: 16px;
}

.recipe_header_descriptions .top_wrapper .line {
  height: 15px;
  width: 1px;
  background-color: var(--color--navy);
}

.recipe_header_descriptions .top_wrapper .text {
  color: var(--color--navy);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 1.5px;
}

.recipe_header_descriptions .h1 {
  color: var(--color--navy);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 57.6px */
  letter-spacing: 3.2px;
  margin-bottom: 8px;
}

.recipe_header_descriptions .bottom_wrapper .text {
  color: var(--color--navy);
  -webkit-font-smoothing: antialiased;
  font-family: "Yu Gothic Pr6N", "Yu Gothic", "ヒラギノ角ゴ ProN", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.recipe_header_descriptions .bottom_wrapper .icon {
  width: 24px;
  height: 24px;
}

.recipe_header_descriptions .bottom_wrapper .bold {
  font-weight: 600;
  font-size: 16px;
}

.recipe_header_thumbnail {
  width: 820px;
  height: 547px;
  border-radius: 40px;
  border: 7px solid var(--color--white);
  background-color: var(--color--linegray);
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.recipe_header_thumbnail .season_badge {
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: 100px;
  height: 100px;
}

#recipe_body {
  padding: 80px 0 200px;
  background-color: var(--color--white);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 144px;
}

.recipe__btn_wrap {
  width: 248px;
  margin: 40px auto;
}

.recipe_main_container {
  width: 650px;
}

.recipe_main_container .wrapper {
  padding: 80px 0;
}

.recipe_main_container .wrapper:first-child {
  padding: 40px 0 0;
}

.recipe_item_description {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 40px;
}

.recipe_item_description .photo {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.recipe_item_description .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recipe_item_description .top_wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  margin: 40px 0 8px;
}

.recipe_item_description .top_wrapper .h2 {
  color: var(--color--navy);
  -webkit-font-smoothing: antialiased;
  font-family: "Yu Gothic Pr6N", "Yu Gothic", "ヒラギノ角ゴ ProN", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%; /* 43.2px */
  letter-spacing: 2.4px;
}

.recipe_item_description .top_wrapper .area {
  color: var(--color--navy);
  -webkit-font-smoothing: antialiased;
  font-family: "Yu Gothic Pr6N", "Yu Gothic", "ヒラギノ角ゴ ProN", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 30px */
  letter-spacing: 1.5px;
}

.recipe_item_description .text {
  color: var(--color--navy);
  -webkit-font-smoothing: antialiased;
  font-family: "Yu Gothic Pr6N", "Yu Gothic", "ヒラギノ角ゴ ProN", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 30px */
  letter-spacing: 1.5px;
  width: 100%;
}

.recipe_main_container .inner_wrapper {
  padding: 48px 80px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}

.recipe_main_container .recipe_ingredient_wrapper {
  gap: 36px;
}

.recipe_ingredient_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: "Yu Gothic Pr6N", "Yu Gothic", "ヒラギノ角ゴ ProN", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 15px */
  letter-spacing: 1.5px;
}

.recipe_ingredient_row .line {
  width: 100%;
  height: 1px;
  flex: 1 0 0;
  border: 1px dashed var(--color--linegray);
}

.recipe_recipe_row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color--linegray);
  -webkit-font-smoothing: antialiased;
  font-family: "Yu Gothic Pr6N", "Yu Gothic", "ヒラギノ角ゴ ProN", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 30px */
  letter-spacing: 1.5px;
}

.recipe_recipe_row .num {
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
  background-color: #ca3b3b; /*TODO: 変数定義*/
  color: var(--color--white);
  -webkit-font-smoothing: antialiased;
  font-family: "Yu Gothic Pr6N", "Yu Gothic", "ヒラギノ角ゴ ProN", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.recipe_advice_wrapper {
  margin-top: 48px;
  border: 1px dashed #ca3b3b; /*TODO: 変数定義*/
  border-radius: 12px;
  width: 100%;
  padding: 24px 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}

.recipe_advice_wrapper .h3 {
  color: var(--color--navy);
  -webkit-font-smoothing: antialiased;
  font-family: "Yu Gothic Pr6N", "Yu Gothic", "ヒラギノ角ゴ ProN", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0;
  position: relative;
}

.recipe_advice_wrapper .h3::after,
.recipe_advice_wrapper .h3::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 1px;
  background-color: var(--color--navy);
}

.recipe_advice_wrapper .h3::after {
  right: -24px;
  transform: rotate(-60deg);
}

.recipe_advice_wrapper .h3::before {
  left: -24px;
  transform: rotate(60deg);
}

.recipe_advice_wrapper .text {
  color: var(--color--navy);
  -webkit-font-smoothing: antialiased;
  font-family: "Yu Gothic Pr6N", "Yu Gothic", "ヒラギノ角ゴ ProN", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 30px */
  letter-spacing: 1.5px;
  width: 100%;
}

.recipe_advice_wrapper .chef_info_wrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.recipe_advice_wrapper .chef_info_wrap img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}

.recipe_advice_wrapper .chef_info_wrap .desc {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
}

.recipe_advice_wrapper .chef_info_wrap .desc .name {
  color: var(--color--navy);
  -webkit-font-smoothing: antialiased;
  font-family: "Yu Gothic Pr6N", "Yu Gothic", "ヒラギノ角ゴ ProN", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 18px */
  letter-spacing: 1.8px;
}

.recipe_advice_wrapper .chef_info_wrap .desc .text {
  color: var(--color--navy);
  -webkit-font-smoothing: antialiased;
  font-family: "Yu Gothic Pr6N", "Yu Gothic", "ヒラギノ角ゴ ProN", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 15px */
  letter-spacing: 1.5px;
}

.button_wrapper {
  width: 258px;
  margin: 48px auto 0;
}

.other_recipe_list {
  gap: 24px;
}

.other_recipe_list .recipe_card_wrapper {
  width: calc(50% - 12px);
  height: auto;
  box-shadow: 0px 0px 20px 0px rgba(25, 27, 37, 0.05);
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}

.other_recipe_list .recipe_card_wrapper .link,
.other_recipe_list .recipe_card_wrapper .season_badge {
  display: none;
}

.other_recipe_list .recipe_card_wrapper .top .name {
  font-size: 15px;
  font-weight: 500;
}

.other_recipe_read_more {
  margin: 48px auto 0;
}

.recipe_side_container {
  width: 512px;
  height: auto;
  padding: 32px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 80px;
}

.recipe_other_list_container {
  padding: 48px 40px;
  width: 100%;
  border-radius: 20px;
  background-color: #fffbf7;
}

.recipe_other_list_container .list_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color--midgray);
}

.recipe_other_list_container .list_head .title {
  color: var(--color--navy);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 24px */
  letter-spacing: 2.4px;
}

.recipe_other_list_container .list_head .link {
  color: var(--color--navy);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 15px */
  letter-spacing: 1.5px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}

.recipe_other_list_container .list_head .link .arrow {
  transition: all 0.3s;
  transform: translate(0, 0);
}

.recipe_other_list_container .list_head:hover .link .arrow {
  transform: translate(8px, 0);
}

.recipe_other_list_container .list_wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  margin: 32px 0 0;
}

.recipe_other_list_container .list_wrapper .item_card {
  width: 100%;
  height: 115px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 18px;
}

.recipe_other_list_container .list_wrapper .item_card .left {
  min-width: 115px;
  max-width: 115px;
  height: 100%;
  background-color: var(--color--linegray);
  position: relative;
}

.recipe_other_list_container .list_wrapper .item_card .left .thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.recipe_other_list_container .list_wrapper .item_card:hover .left .thumbnail {
  opacity: 0.7;
}

.recipe_other_list_container .list_wrapper .item_card .left .season_badge {
  width: 40px;
  height: 40px;
  bottom: 6px;
  left: 6px;
  position: absolute;
}

.recipe_other_list_container .list_wrapper .item_card .right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
}

.recipe_other_list_container .list_wrapper .item_card .right .name {
  -webkit-font-smoothing: antialiased;
  font-family: "Yu Gothic Pr6N", "Yu Gothic", "ヒラギノ角ゴ ProN", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: 1.8px;
  color: var(--color--navy);
}

.recipe_other_list_container .list_wrapper .item_card .right .num {
  -webkit-font-smoothing: antialiased;
  font-family: "Yu Gothic Pr6N", "Yu Gothic", "ヒラギノ角ゴ ProN", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: 1.8px;
  color: var(--color--midgray);
}

.recipe_other_list_container .list_wrapper .item_card .right .vegetable {
  color: var(--color--gray);
  -webkit-font-smoothing: antialiased;
  font-family: "Yu Gothic Pr6N", "Yu Gothic", "ヒラギノ角ゴ ProN", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 10px */
  letter-spacing: 1px;
  border: 1px solid var(--color--gray);
  padding: 4px 8px;
  border-radius: 20px;
  width: fit-content;
}

.side_banner_container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  padding: 40px;
  border-radius: 20px;
  border: 1px solid var(--color--linegray);
}

.side_banner_container .text {
  text-align: center;
  color: var(--color--navy);
  -webkit-font-smoothing: antialiased;
  font-family: "Yu Gothic Pr6N", "Yu Gothic", "ヒラギノ角ゴ ProN", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: 2px;
}

.side_banner_container .border_btn {
  width: 308px;
  margin-top: 8px;
}

/* ========================
ここからPC中用のスタイル
======================== */
@media all and (max-width: 1500px) {
  .recipe_fv_circle {
    height: 50vw;
  }
}

@media all and (max-width: 1245px) {
  .recipe_fv_circle {
    height: 60vw;
  }

  .recipe_card_wrapper {
    width: calc(25% - 30px);
  }

  #seasonal .recipe_card_wrapper {
    width: calc(20% - 15px);
  }
}
/* ========================
ここからPC小用のスタイル
======================== */
@media all and (max-width: 1100px) {
  /* ======================================
  * ここから長崎レシピ-共通のスタイル
  * ====================================== */

  .section__banner {
    top: 80px;
  }

  .recipe_card_wrapper {
    width: calc(33.33% - 22px);
  }

  #seasonal .recipe_card_wrapper {
    width: calc(25% - 15px);
  }

  /* ======================================
  * ここから長崎レシピのトップページのスタイル
  * ====================================== */

  .recipe_fv_circle {
    height: 65vw;
  }

  .recipe_list_container {
    gap: 40px 32px;
  }

  .recipe_banner_wrapper {
    min-height: 250px;
  }

  .recipe_banner_wrapper .right_wrap {
    width: 40%;
    height: 250px;
  }

  /* ======================================
  * ここから長崎レシピ-レシピ詳細のスタイル
  * ====================================== */
  #recipe_body {
    flex-direction: column;
    align-items: center;
  }
}

/* ========================
ここからタブレット用のスタイル
======================== */
@media all and (max-width: 870px) {
  /* ======================================
  * ここから長崎レシピ-コンポーネントのスタイル
  * ====================================== */
  .recipe_card_wrapper {
    width: calc(33.33% - 16px);
  }
  /* ======================================
  * ここから長崎レシピのトップページのスタイル
  * ====================================== */

  .recipe_fv_circle {
    height: 90vw;
    width: 150vw;
    left: calc(50% - 75vw);
  }
  .recipe_fv_logo {
    width: 80%;
    max-width: 650px;
    z-index: 4;
  }

  .recipe_list_container {
    gap: 32px 24px;
  }

  .recipe_banner_wrapper {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 24px 0;
    border-radius: 0;
  }

  .recipe_banner_wrapper .left_wrap .text {
    font-size: 20px;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: 1.8px;
    min-width: unset;
    text-align: center;
  }

  .recipe_banner_wrapper .right_wrap {
    width: 100%;
    height: auto;
  }

  .recipe_banner_wrapper .border_btn {
    display: none;
  }

  .recipe_banner_wrapper .solid_color_btn {
    display: flex;
    width: 311px;
    margin: 8px auto 0;
  }

  #seasonal_list .recipe_card_wrapper {
    width: calc(33.33% - 12px);
  }
  /* ======================================
  * ここから長崎レシピ-レシピ詳細のスタイル
  * ====================================== */
  .recipe_header_thumbnail {
    width: 90%;
    max-width: 600px;
    max-height: 420px;
    height: auto;
  }

  .recipe_header_descriptions {
    width: 90%;
    max-width: 600px;
  }

  .recipe_header_descriptions .h1 {
    font-size: 28px;
    letter-spacing: 2.8px;
  }

  .recipe_main_container {
    width: 90%;
    max-width: 600px;
  }
}

/* ========================
ここからスマホ用のスタイル
======================== */
@media all and (max-width: 600px) {
  /* ======================================
  * ここから長崎レシピ-共通のスタイル
  * ====================================== */
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
  .section__banner {
    position: absolute;
    letter-spacing: -0.28px;
  }
  .section__banner__floating {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    background-color: var(--color--navy);
    color: var(--color--white);
    font-size: 14px;
    z-index: 10;
    cursor: pointer;
    letter-spacing: -0.28px;
    transition: all 0.3s;
  }

  .section__banner__floating.none {
    opacity: 0;
    visibility: hidden;
  }

  #scrolled .section__banner__floating {
    opacity: 1; /* 透明度を100%に */
    visibility: visible; /* 表示させる */
    transform: translateY(0); /* 元の位置に戻す */
  }

  /* ======================================
  * ここから長崎レシピのトップページのスタイル
  * ====================================== */
  #recipe_fv {
    padding-top: 157px;
    min-height: 100vh;
    overflow: hidden;
  }
  .recipe_fv_circle {
    left: calc(50% - 142.4vw);
    width: 284.8vw;
    height: 90vh;
  }
  .recipe_fv_top_wrapper {
    width: 100%;
  }
  .recipe_fv_logo {
    width: 90%;
  }

  .recipe_fv_photo {
    top: 165px;
    width: 112%;
  }

  .fv_scroll {
    right: 16px;
    bottom: 64px;
  }

  #recipe_about {
    width: 90%;
    padding: 0;
  }

  #recipe_about .recipe_about_text {
    font-size: 15px;
    font-weight: 500;
    line-height: 200%; /* 30px */
    letter-spacing: 1.5px;
    text-align: left;
  }

  .recipe_section {
    width: 100%;
    padding: 80px 0 0;
  }

  .recipe_section:last-child {
    padding-bottom: 160px;
  }

  .banner_section {
    padding: 64px 0 80px;
  }

  .recipe_list_container {
    gap: 24px 0 !important;
  }

  .recipe_banner_wrapper .left_wrap {
    width: 100%;
    margin: 0;
    align-items: center;
  }

  #recommend_list .recipe_card_wrapper {
    width: 50%;
    height: auto;
    min-height: 300px;
    border-radius: 0;
  }

  .recipe_card_wrapper .thumbnail {
    width: 100%;
    height: auto;
    min-width: none;
    max-width: none;
    padding-top: 100%; /* 正方形のアスペクト比を保つ */
    position: relative; /* 子要素の位置調整に必要 */
    overflow: hidden; /* 画像がはみ出さないようにする */
  }

  .recipe_card_wrapper .thumbnail .photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute; /* 親要素に対して絶対位置指定 */
    top: 0;
    left: 0;
  }

  .recipe_card_wrapper .top .name {
    font-size: 15px;
    font-weight: 500;
  }

  .recipe_card_wrapper .top .number {
    font-size: 13px;
    letter-spacing: 1.3px;
  }

  .recipe_card_wrapper .link {
    display: none;
  }

  .recipe_description {
    width: 90%;
    margin: 48px auto 0;
    text-align: left;
  }

  #seasonal_list .recipe_card_wrapper {
    width: 33.33%;
    border-radius: 0;
    min-height: 260px;
    height: auto;
  }

  .recipe_card_wrapper .season_badge {
    width: 40px;
    height: 40px;
  }

  /* ======================================
  * ここから長崎レシピ-レシピ詳細のスタイル
  * ====================================== */
  .sp_recipe_menu {
    display: block;
    background-color: var(--color--white);
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  .sp_recipe_menu .ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 24px;
  }
  .sp_recipe_menu .ul .li {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sp_recipe_menu .ul .li a {
    color: var(--color--navy);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 13px */
    letter-spacing: 1.3px;
    padding: 12px 0;
  }
  #recipe_header::after {
    height: 20%;
  }
  #recipe_header {
    padding-top: 120px;
  }
  .recipe_header_descriptions {
    justify-content: flex-start;
    align-items: flex-start;
    margin: 48px 0 32px;
  }

  .recipe_header_descriptions .h1 {
    text-align: left;
    margin-bottom: 16px;
  }

  .recipe_header_thumbnail .season_badge {
    width: 60px;
    height: 60px;
  }

  #recipe_body {
    padding: 0 0 160px;
    background-color: unset;
    gap: 0;
  }

  .recipe_main_container {
    width: 100%;
  }

  .recipe_item_description {
    width: 90%;
    margin: 48px auto 0;
  }

  .recipe_main_container .wrapper {
    padding: 64px 0;
    margin-top: 24px;
    background-color: var(--color--white);
  }

  .recipe_main_container .wrapper:first-child {
    margin-top: 0px;
    padding: 64px 0 64px;
  }

  .recipe_main_container .inner_wrapper {
    padding: 48px 0 0;
    width: 90%;
    margin: auto;
  }

  .other_recipe_list {
    flex-direction: column;
    width: 90%;
  }

  .other_recipe_list .recipe_card_wrapper {
    width: 100%;
    display: flex;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid var(--color--linegray);
    padding-bottom: 16px;
  }

  .other_recipe_list .recipe_card_wrapper .thumbnail {
    width: 110px;
    height: 110px;
    padding-top: 0;
    flex-shrink: 0;
    border-radius: 5px;
    overflow: hidden;
  }

  .other_recipe_list .recipe_card_wrapper .top {
    padding: 0 16px;
  }

  .other_recipe_list .recipe_card_wrapper .top .vegetable {
    display: none;
  }

  .recipe_side_container {
    width: 100%;
    padding: 160px 0 0;
    gap: 80px;
  }

  .recipe_other_list_container {
    background-color: unset;
    padding: 0;
  }

  .recipe_other_list_container .list_wrapper {
    gap: 24px 0;
    flex-direction: unset;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 48px 0 0;
  }

  .recipe_other_list_container .list_wrapper .item_card {
    display: flex;
    flex-direction: column;
    width: 50%;
    background-color: var(--color--white);
    gap: 0;
    align-items: stretch; /* 高さを均一に揃える */
    height: auto;
  }

  .recipe_other_list_container.type_seasonal {
    padding-bottom: 80px;
  }

  .recipe_other_list_container.type_seasonal .list_wrapper .item_card {
    width: 33.3333%;
  }

  .recipe_other_list_container .list_wrapper .item_card .left {
    width: 100%;
    height: auto;
    min-width: none;
    max-width: none;
    padding-top: 100%; /* 正方形のアスペクト比を保つ */
    position: relative; /* 子要素の位置調整に必要 */
    overflow: hidden; /* 画像がはみ出さないようにする */
  }

  .recipe_other_list_container .list_wrapper .item_card .left .thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute; /* 親要素に対して絶対位置指定 */
    top: 0;
    left: 0;
  }

  .recipe_other_list_container .list_wrapper .item_card .right {
    padding: 24px 12px;
    width: 100%;
    flex-grow: 1; /* テキスト量に応じて高さが伸縮 */
    height: auto;
  }

  .recipe_other_list_container .list_wrapper .item_card .right .num {
    font-size: 13px;
    line-height: 150%;
  }

  .recipe_other_list_container .list_wrapper .item_card .right .name {
    text-decoration: underline;
    font-size: 15px;
    line-height: 150%;
  }

  .side_banner_container {
    border: none;
    border-radius: 0;
    background-color: var(--color--white);
    padding: 24px 0;
  }

  .side_banner_button {
    width: 331px;
  }

  .recipe_other_list_container:last-child {
    padding-bottom: 0;
  }

  .list_wrapper_more_button {
    margin: auto;
  }

  .list_wrapper_more_button .read_more_button {
    margin: 48px auto 0;
    width: 324px;
  }

  .other_recipe_read_more {
    margin: 16px auto 0;
  }
}
