/*--------------- 共通 ------------*/

* {
  margin: 0px;
  padding: 0px;
  box-sizing: content-box;
}

html {
  font-size: 62.5%; /*1.0rem = 10px*/
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  padding: 0;
  margin: 0;
  position: relative;
  font-size: 1.5rem;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 500;
  font-style: normal;
  color: black;
  background-color: #fefbf7 !important;
  font-feature-settings: "palt";
  overflow-x: hidden;
}

body.disable_scroll {
  overflow: hidden;
}

em {
  font-style: normal;
}

img {
  max-width: 100%;
}

.uppercase {
  text-transform: uppercase;
}

.wrapper {
  width: 80%;
  margin: auto;
  padding-top: 40px;
}

section {
  position: relative;
  width: 90%;
  position: relative;
  margin: 0 auto;
}

.space_above {
  padding-top: 150px;
}

/* ----   body_query　---- */
@media (max-width: 1024px) {
  .wrapper {
    width: 90%;
    margin: auto;
  }

  .space_above {
    padding-top: 80px;
  }
}

/*-------- wave --------*/
.wave {
  position: absolute;
  width: 100%;
  top: 10%;
  right: -8%;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.wave img {
  width: 14%;
}

.wave img:nth-child(1) {
  margin-right: 50px;
  margin-bottom: 20px;
}

/* ----   wave_query　---- */
@media (max-width: 1024px) {
  .wave {
    position: absolute;
    width: 100%;
    top: 8%;
    right: -4%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
  }
  .wave img {
    width: 20%;
  }

  .wave img:nth-child(1) {
    margin-right: 25px;
    margin-bottom: 10px;
  }
}

/*-------- sakana --------*/
.sakana_left {
  position: absolute;
  bottom: -12%;
  left: -15%;
  z-index: -1;
}

.sakana_right {
  width: 100%;
  position: absolute;
  bottom: -12%;
  left: 0;
  z-index: -1;
  text-align: right;
  margin-left: 220px;
}

.sakana_left img,
.sakana_right img {
  width: 75%;
}

/* ----   sakana_query　---- */
@media (max-width: 1024px) {
  .sakana_left {
    position: absolute;
    bottom: -6%;
    left: -10%;
    z-index: -1;
  }

  .sakana_right {
    bottom: -6%;
    margin-left: 0px;
  }

  .sakana_left img,
  .sakana_right img {
    width: 90%;
  }
}

/*-------- title --------*/
.title {
  font-size: 5rem;
  font-weight: 700;
  margin: 0 0 5% 0;
  position: relative;
}
.title::after {
  content: "";
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  position: absolute;
  top: -50%;
  left: 0;
}

.popular.title::after {
  content: "POPULAR !";
}

.pickup.title::after {
  content: "PICK UP !";
}

.season.title::after {
  content: "SEASONAL !";
}

.hush.title::after {
  content: "HUSHTAG !";
}
.popular_flavor.title::after {
  content: "POPULAR FLAVOR !";
}
.new_flavor.title::after {
  content: "NEW FLAVOR !";
}

.page_title.title {
  margin-bottom: 120px;
}

.sub_title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 60px;
  position: relative;
}

/* ----   title_query　---- */
@media (max-width: 1024px) {
  .title {
    font-size: 3rem;
  }

  .title::after {
    content: "";
    font-size: 1.2rem;
    top: -45%;
  }

  .page_title.title {
    margin-bottom: 60px;
  }

  .sub_title {
    font-size: 2rem;
    margin-bottom: 14px;
    position: relative;
  }
}

/*-------- text --------*/
.text {
  line-height: 1.5em;
}

/*-------- underline --------*/
.underline {
  position: relative;
  white-space: nowrap;
  inline-size: min-content;
}
.underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 36%;
  z-index: 0;
  background-color: #ffaf90;
  mix-blend-mode: multiply;
}

/* ------------- purchase lead ----------- */
.purchase_lead {
  width: 50%;
  margin: auto;
  padding-top: 0px;
  padding-bottom: 220px;
  text-align: center;
}

.for_user h2 {
  font-size: 2.6rem;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}

.for_user a:hover {
  opacity: 0.8;
}

.for_starter {
  width: 70%;
  margin: auto;
  padding-top: 100px;
}

.for_starter h2 img {
  width: 90%;
}

.for_starter p {
  font-size: 2.2rem;
  margin-top: 40px;
}

.for_starter_btn {
  display: inline-block;
  font-weight: 700;
  color: #fff;
  background-color: #67bab8;
  border-radius: 20px;
  border: 2px solid #67bab8;
  padding: 8px 30px;
  transition: all 0.4s ease;
}

/* hover */
.for_starter_btn:hover {
  transform: scale(1.1);
  transition: all 0.2s ease;
}

/* ----   purchase lead_query　---- */
@media (max-width: 1024px) {
  .purchase_lead {
    width: 100%;
    margin: auto;
    padding-top: 0px;
    padding-bottom: 250px;
    text-align: center;
  }

  .for_user h2 {
    font-size: 2rem;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
  }

  .for_starter {
    width: 60%;
    margin: auto;
    padding-top: 60px;
  }

  .for_starter h2 img {
    width: 90%;
  }

  .for_starter p {
    font-size: 2rem;
    margin-top: 25px;
  }

  .for_starter p {
    font-size: 2rem;
    margin-top: 30px;
  }

  .for_starter_btn {
    display: inline-block;
    font-weight: 700;
    color: #fff;
    background-color: #67bab8;
    border-radius: 20px;
    padding: 10px 25px;
  }
}

/* ------------- footer ----------- */

/*--------------- nav ------------*/
nav.main_nav {
  position: fixed;
  top: 200%;
  left: 0%;
  width: 1300px;
  height: 1300px;
  transform: translate(-50%, -50%);
  background: #f17544;
  border-radius: 50%;
  color: white;
  z-index: 150;
  transition: all 0.3s ease;
}

.main_nav_content {
  width: 100%;
  height: 100%;
  position: relative;
}

nav.main_nav ul {
  position: absolute;
  top: 30%;
  left: 68%;
  width: 350px;
  transform: translate(-50%, -50%);
}

nav.main_nav ul li {
  font-size: 2rem;
  font-weight: 700;
  color: #f17544;
  padding: 10px 25px;
  border: 2px solid #fff;
  border-radius: 20px;
  background-color: #fff;
  margin-bottom: 35px;
  display: inline-block;
  transition: all 0.2s ease;
  /* white-space: nowrap; */
}

.fish_icon {
  width: 24px;
  margin-left: 8px;
}

.fish_icon .fish_svg {
  width: 100%;
  fill: #f17544;
}

/*  .fish_icon_query */
@media (max-width: 1024px) {
  .fish_icon {
    width: 18px;
    margin-left: 6px;
  }
}

/* hover */
nav.main_nav ul li:hover {
  color: #fff;
  background-color: #f17544;
  transition: all 0.2s ease;
}

nav.main_nav ul li:hover .fish_svg {
  fill: #fff;
}

.cross {
  display: block;
  position: absolute;
  top: 40%;
  left: 92%;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
  z-index: 100;
  border: 2px solid #fff;
  border-radius: 50%;
  position: relative;
}

.cross::after {
  content: "CLOSE!";
  position: absolute;
  top: 112%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  letter-spacing: 0.05em;
}
.cross span {
  display: inline-block;
  width: 70%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 10px;
}

.cross span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.cross span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* hover */
.cross:hover {
  cursor: pointer;
  opacity: 0.7;
}

/* filter */
.filter {
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  /* background-color: #fefbf7; */
  background-color: black;
  opacity: 0.2;
}

/*------ open --------*/
nav.main_nav.open {
  top: 106%;
  transition: all 0.3s ease;
}

nav.main_nav.nav_move {
  animation: nav_move 0.8s forwards;
}

@keyframes nav_move {
  0% {
    top: 106%;
  }
  50% {
    top: 96%;
  }
  100% {
    top: 200%;
  }
}

.filter.open {
  top: 0%;
}

/* ----  menu_query　---- */
@media (max-width: 1024px) {
  nav.main_nav {
    position: fixed;
    top: 200%;
    left: 50%;
    width: 800px;
    height: 800px;
  }

  nav.main_nav ul {
    position: absolute;
    top: 28%;
    left: 45%;
    width: 250px;
  }

  nav.main_nav ul li {
    font-size: 1.4rem;
    font-weight: 700;
    color: #f17544;
    padding: 8px 14px;
    border-radius: 20px;
    background-color: #fff;
    margin-bottom: 20px;
    display: inline-block;
  }

  .cross {
    top: 42%;
    left: 68%;
    width: 30px;
    height: 30px;
  }

  nav.main_nav.open {
    width: 800px;
    height: 800px;
    top: 98%;
  }
  @keyframes nav_move {
    0% {
      top: 98%;
    }
    50% {
      top: 90%;
    }
    100% {
      top: 200%;
    }
  }
}

/*-------　menu --------*/
.menu_btn {
  position: fixed;
  bottom: 2.6%;
  left: 50%;
  transform: translateX(-50%);
  width: 32%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-weight: 700;
  color: #fff;
  transition: all 0.4s ease;
}

.menu_btn.open {
  bottom: -20%;
}

.flavor_menu_btn {
  justify-content: center;
}

.menu_btn a {
  display: block;
}

.search_re {
  font-size: 2rem;
  padding: 15px 80px;
  border-radius: 100px;
  background-color: rgb(0, 0, 0);
  text-align: center;
  transition: all 0.2s ease;
}

.search_re:hover,
.search_fl:hover {
  cursor: pointer;
  transition: all 0.2s ease;
  transform: scale(1.1);
}

.search_re img {
  width: 12%;
  margin-right: 10px;
}

.search_fi {
  font-size: 16px;
  width: 100%;
  padding: 3% 17%;
  border-radius: 100px;
  background-color: rgb(0, 0, 0);
  text-align: center;
  transition: all 0.2s ease;
  margin-bottom: 7%;
}

.search_fl a {
  display: flex;
  flex-direction: column;
  align-items: center; /* 中央揃えにする */
}

.search_fl img {
  margin-top: 12px;
  margin-bottom: 6px;
  width: 36%;
}

/* ----  menu_btn_query　---- */
@media (max-width: 1024px) {
  .menu_btn {
    position: fixed;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 78%;
  }

  .flavor_menu_btn {
    justify-content: center;
  }

  .menu_btn a {
    display: block;
  }

  .search_re {
    font-size: 1.8rem;
    padding: 10px 18px;
    border-radius: 100px;
    background-color: #f17544;
    text-align: center;
  }

  .search_fl {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    font-size: 0.8rem;
    background-color: #f17544;
    text-align: center;
  }

  .search_fl a {
    display: flex;
    flex-direction: column;
    align-items: center; /* 中央揃えにする */
  }

  .search_fl img {
    margin-top: 10px;
    margin-bottom: 2px;
    width: 40%;
  }
}

/*--------------- slick------------*/
.recipe-slider {
  width: 100%;
}

.sliders {
  margin: 0 16px;
  position: relative;
}

.sliders .sliders_wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 6px;
  overflow: hidden;
}

.sliders .sliders_wrap img {
  transition: all 0.2s ease;
}

/* hover */
.sliders_wrap:hover img {
  transform: scale(1.06);
  transition: all 0.2s ease;
}

/* ----  .sliders_wrap_query　---- */
@media (max-width: 1024px) {
  .recipe-slider {
    width: 100%;
  }

  .sliders {
    margin: 0 6px;
    /* padding: 0 10px; */
    position: relative;
  }
}

.sliders .sliders_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sliders .dish_name {
  font-size: 2.2rem;
  font-weight: 700;
  position: absolute;
  /* bottom: 8%; */
  left: 8%;

  font-size: 1.75rem;
  bottom: 6%;
  left: 6%;
  z-index: 100;
}

.dish_name_wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.dish_name_wrapper p {
  position: relative;
  padding: 6px 16px;
  background-color: white;
}

.dish_name_wrapper p::after {
  content: "RECIPE";
  /* font-size: 1.8rem; */
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #fff;
  position: absolute;
  /* top: -58%; */
  bottom: 100%;
  left: 0;
  background-color: black;
  padding: 4px 10px;
}

/* ----  .dish_name_wrapper_query　---- */
@media (max-width: 1024px) {
  .sliders .dish_name {
    font-size: 1.8rem;
    bottom: 6%;
    left: 6%;
  }

  .dish_name_wrapper p {
    padding: 4px 10px;
  }

  .dish_name_wrapper p::after {
    content: "RECIPE!";
    font-size: 1.2rem;
    top: -68%;
    left: 0;
    background-color: black;
    padding: 3px 6px;
  }
}

.slick_flavor_content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: top;
  margin-top: 80px;
}

.slick_flavor_content img {
  width: 40%;
  margin-right: 20px;
  height: fit-content;
}

.slick_using_flavor {
  position: relative;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid black;
    border-radius: 20px;
    max-inline-size: max-content;
    margin: 6% 0 4% 0;
}

.slick_using_flavor::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: 50%;
  width: 10%;
  height: 1px;
  background-color: black;
  transform: rotate(-70deg);
  z-index: -1;
}

.flavor_title {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}

.flavor_exp {
  font-size: 1.4rem;
  max-width: 85%;
  margin-bottom: 20px;
}

.slick_hush p {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 4px 16px;
  margin: 4px 0;
  border: 1px solid black;
  border-radius: 20px;
}

/* ----  .slick_flavor_content_query_tab　---- */
@media (max-width: 1024px) {
  .slick_flavor_content {
    margin-top: 80px;
  }
  .slick_flavor_content img {
    object-fit: contain;
    width: 36%;
    margin-right: 20px;
    height: fit-content;
  }

  .slick_using_flavor {
    font-size: 1rem;
    padding: 4px 8px;
    margin-left: 14px;
  }

  .slick_using_flavor::after {
    bottom: -10%;
    width: 6%;
  }
  .flavor_title {
    font-size: 1.8rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
  }
  .flavor_exp {
    font-size: 1.2rem;
    max-width: 100%;
    margin-bottom: 16px;
  }
  .slick_hush p {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 2px 12px;
    margin: 4px 0;
  }
}

/* ----  .slick_flavor_content_query_sp　---- */
@media (max-width: 600px) {
  .slick_flavor_content {
    margin-top: 70px;
  }
  .slick_flavor_content img {
    object-fit: contain;
    width: 38%;
    margin-right: 14px;
  }
}

.babble {
  position: absolute;
  top: 48%;
  right: -10%;
  z-index: 50;
}

.babble img {
  width: 50%;
}
/* ----  babble_query_tab　---- */
@media (max-width: 1024px) {
  .babble {
    top: 48%;
    right: -8%;
  }

  .babble img {
    width: 58%;
  }
}

/* ----  babble_query_sp　---- */
@media (max-width: 600px) {
  .babble {
    top: 45%;
    right: -20%;
  }

  .babble img {
    width: 42%;
  }
}

/* ページネーションを右上に配置 */
.slick-dots {
  position: absolute;
  bottom: 100%; /* 上端からの距離 */
  right: 0; /* 右端からの距離 */
  width: auto;
  height: auto;
  margin-bottom: 10px;
}

.slick-dots li button:before {
  opacity: 0; /* デフォルトのドットを完全に透明にする */
  font-size: 0;
}

.slick-dots li {
  width: 36px;
  height: 36px;
  /* background-color: #67bab8; */
}

.slick-dots li button {
  width: 100%;
}

.slick_fish_icon {
  width: 78%;
}

.slick_fish_icon .fish_svg {
  fill: #aad1d0;
}

.slick-active .slick_fish_icon .fish_svg {
  fill: #1b213f;
}

/* hover */
.slick_fish_icon .fish_svg:hover {
  fill: #1b213f;
}

.slick-prev,
.slick-next {
  display: none;
}

.slick-prev_img,
.slick-next_img {
  position: absolute;
  top: 27%;
  width: 35px;
  height: 35px;
  padding: 0;
  z-index: 50;
}

/* flavor_ind用 */
.slick-prev_img_fl,
.slick-next_img_fl {
  top: 50%;
  transition: all 0.2s ease;
}

.slick-prev_img {
  left: 0;
}

.slick-next_img {
  right: 0;
}

.slick-prev_img:hover,
.slick-next_img:hover {
  transform: translateY(-50%) scale(1.2);
  transition: all 0.2s ease;
}

/* ----  slick_query_tab　---- */
@media (max-width: 1024px) {
  .slick-dots {
    position: absolute;
    top: -12%;
    right: 5% !important;
}

  .slick-dots li {
    width: 40px;
    height: 20px;
  }

  .slick_fish_icon {
    width: 100%;
  }
}

/* ----  slick_query_sp　---- */
@media (max-width: 600px) {
  .slick-dots {
    position: absolute;
    top: 55%;
    left: 50%;
    bottom: auto;
    transform: translateX(-50%);
    margin-bottom: 0px;
    width: 100%;
  }

  #season > div.recipe-slider.full.slick-initialized.slick-slider.slick-dotted > ul{
    top: 58%!important;
  }

  .slick-dots li {

    width: 20px;
    height: 20px;
  }

  .slick_fish_icon {
    width: 90%;
  }
}

/* slick_card_tag */
.card_tag {
  position: absolute;
  top: 4%;
  right: 4%;
  font-size: 1.4rem;
  font-weight: 700;
  z-index: 50;
  display: flex;
}

.card_tag span {
  display: inline-block;
  margin-left: 10px;
  padding: 4px 6px;
  background-color: #fff;
  border-radius: 6px;
}

/* ----  card_tag_query　---- */
@media (max-width: 1024px) {
  .card_tag {
    font-size: 1.2rem;
  }
}

/* ------------- pick up ----------- */
.card_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.recipe_card {
  width: 24%;
  margin-bottom: 60px;
  position: relative;
}

.recipe_card {
  display: block;
}

.recipe_card_img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 6px;
  overflow: hidden;
}

.recipe_card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.recipe_card_exp {
  font-weight: 700;
  margin-top: 10px;
}

.recipe_card_hush p {
  display: inline-block;
  font-size: 1.2rem;
  padding: 4px 6px;
  border: 1px solid black;
  border-radius: 20px;
}

.recipe_card_title {
  font-size: 2rem;
  margin-top: 8px;
  position: relative;
  display: inline-block;
}

/* hover */
.recipe_card:hover .recipe_card_img img {
  transform: scale(1.08);
  transition: all 0.2s ease;
}

/* ----  recipe_card_query　---- */
@media (max-width: 1024px) {
  .recipe_card {
    width: 48%;
    /* height: 160px; */
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .recipe_card_hush p {
    font-size: 1rem;
  }

  .recipe_card_title {
    font-size: 1.4rem;
    margin-top: 8px;
  }
}

/* ------------- hushtag ----------- */
.hush_list {
  display: flex;
  flex-wrap: wrap;
}

.hush_list li {
  font-size: 1.8rem;
  font-weight: 500;
  margin-right: 30px;
  margin-bottom: 20px;
  padding: 6px 12px;
  border: 1px solid #67bab8;
  border-radius: 6px;
  background-color: #fff;
  transition: all 0.2s ease;
}

.hush_list li:hover {
  transition: all 0.2s ease;
  transform: scale(0.96);
  color: #fff;
  background-color: #67bab8;
}

.hush_list li a {
  display: block;
}

.hush_list li span {
  margin-right: 6px;
}

/* ----  hush_query　---- */
@media (max-width: 1024px) {
  .hush_list li {
    font-size: 1.4rem;
    font-weight: 500;
    margin-right: 15px;
    margin-bottom: 15px;
  }
}

/* ------------- popular_flavor ----------- */
.flavor_wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flavor_content {
  /* width: 600px; */
  width: 48%;
  display: flex;
  justify-content: space-around;
  position: relative;
}

.flavor_content:nth-of-type(n + 3) {
  margin-top: 90px;
}

.flavor_content:last-child {
  border-right: none;
}

.flavor_content_image {
  width: 48%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
  margin-right: 0px;
}

.flavor_content_image img {
  width: 52%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease;
}

/* flavor_color */
.flavor_content_image.flavor_color_1 {
  background-color: #b7dfc1;
}

.flavor_content_image.flavor_color_2 {
  background-color: #f18e89;
}

.flavor_content_image.flavor_color_3 {
  background-color: #ffd6a5;
}

.flavor_content_image.flavor_color_4 {
  background-color: #ddec9c;
}

.flavor_content_image .raw_fl {
  background-color: #43acb2;
}

.flavor_content_image .heating_fl {
  background-color: #e55f16;
}

.flavor_content_image .raw_fl,
.flavor_content_image .heating_fl {
  position: absolute;
  top: 6%;
  left: 16%;
  font-size: 1.4rem;
  color: #fff;
  padding: 6px 10px;
  border: 1.6px solid #fff;
  border-radius: 6px;
  z-index: 50;
}

/* ----  raw_fl/heating_fl_query_tab　---- */
@media (max-width: 1024px) {
  .flavor_content_image .raw_fl,
  .flavor_content_image .heating_fl {
    top: 10%;
    left: 20%;
    font-size: 1.6rem;
  }
}

/* ----  raw_fl/heating_fl_query_sp　---- */
@media (max-width: 600px) {
  .flavor_content_image .raw_fl,
  .flavor_content_image .heating_fl {
    top: 4%;
    left: 12%;
    font-size: 1.4rem;
  }
}

.flavor_content_detail {
  width: 45%;
  height: 85%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 20px;
}

.flavor_info {
  /* margin-bottom: 30px; */
}

.flavor_info .flavor_exp {
  font-size: 1.6rem;
  display: inline-block;
  min-width: 100%;
}

.flavor_info .flavor_title {
  font-size: 2.6rem;
  display: inline-block;
}

.to_recipe p {
  font-size: 1.6rem;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 20px;
  border: 1px solid #67bab8;
  border-radius: 6px;
  background-color: #fff;
  transition: all 0.2s ease;
}

.to_recipe .arrow {
  display: inline-block; /* または block、必要に応じて */
  position: relative;
  padding-right: 20px; /* 矢印のスペースを確保 */
}

.to_recipe .arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0; /* テキストの右に矢印を配置 */
  transform: translateY(-50%) rotate(45deg); /* 45度に回転して右向きの矢印を形成 */
  width: 8px; /* 矢印の幅 */
  height: 8px; /* 矢印の高さ */
  border-top: 1.4px solid #000; /* 上辺に線を描画 */
  border-right: 1.4px solid #000; /* 右辺に線を描画 */
  border-bottom: 1.4px solid transparent; /* 下辺を透明に */
  border-left: 1.4px solid transparent; /* 左辺を透明に */
}

.to_flavorlist p {
  font-size: 1.6rem;
  display: inline-block;
  padding: 2px 6px;
  transition: all 0.2s ease;
  position: relative;
  border-bottom: 1px solid #000;
}

.to_flavorlist p::after {
  content: "";
  width: 0%;
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffaf90;
  z-index: -1;
  transition: all 0.2s ease;
}

/* hover */
.flavor_content:hover .flavor_content_image img {
  width: 55%;
  transition: all 0.2s ease;
}

.to_recipe p:hover {
  color: #fff;
  background-color: #67bab8;
  transform: scale(0.96);
  transition: all 0.2s ease;
}

.to_recipe p:hover .arrow:after {
  border-top: 1.6px solid #fff;
  border-right: 1.6px solid #fff;
}

/* hover */
.to_flavorlist p:hover::after {
  transition: all 0.2s ease;
  width: 100%;
}

/* ----  popular_flavor_query　---- */
@media (max-width: 1024px) {
  .flavor_content {
    width: 100%;
    display: block;
  }

  .flavor_content {
    margin-top: 60px;
  }

  .flavor_content:nth-of-type(n + 3) {
    margin-top: 60px;
  }

  .flavor_content:nth-of-type(1) {
    margin-top: 0px;
  }

  .flavor_content_image {
    width: 80%;
    margin: auto;
  }

  .flavor_content_detail {
    width: 85%;
    height: auto;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
  }

  .flavor_info .flavor_title {
    font-size: 2rem;
    display: inline-block;
    margin-bottom: 10px;
  }

  .flavor_info .flavor_exp {
    font-size: 1.4rem;
    display: inline-block;
    min-width: 100%;
  }

  .flavor_content_btn {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 6px;
  }

  .to_recipe p {
    font-size: 1.4rem;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0px;
  }

  .to_recipe .arrow {
    padding-right: 10px; /* 矢印のスペースを確保 */
  }

  .to_flavorlist p {
    font-size: 1.4rem;
    padding: 2px 6px;
  }
}

/* --------------------- FLAVOR_page -------------------- */
/* flavor_filter */
.flavor_filter {
  width: 100%;
  margin-bottom: 80px;
}

.flavor_filter_btn {
  width: 100%;
  display: flex;
  justify-content: space-around;
  border-radius: 6px;
  background-color: #ededed;
}

.flavor_filter_btn p {
  font-size: 3rem;
  width: 50%;
  text-align: center;
  font-weight: 500;
  color: #808080;
  padding: 16px 0;
  position: relative;
}

.flavor_filter_btn a {
  display: block;
}

.flavor_filter_btn .raw {
  border-radius: 6px 0 0 6px;
}

.flavor_filter_btn .heating {
  border-radius: 0 6px 6px 0;
}

.flavor_filter_btn .raw::before {
  content: "そのままのせるだけ！";
  font-size: 1.6rem;
  color: #000;
  position: absolute;
  top: -40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.flavor_filter_btn .heating::before {
  content: "焼き魚を手軽に！";
  font-size: 1.6rem;
  color: #000;
  position: absolute;
  top: -40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.flavor_filter_btn .select_raw {
  color: #fff;
  background-color: #67bab8;
  border-radius: 6px 0 0 6px;
}

/* ----  flavor_filter_page_query　---- */
@media (max-width: 1024px) {
  .flavor_filter {
    width: 100%;
    margin-bottom: 40px;
  }
  .flavor_filter_btn p {
    font-size: 2rem;
    padding: 12px 0;
  }
  .flavor_filter_btn .raw::before,
  .flavor_filter_btn .heating::before {
    font-size: 1.2rem;
    white-space: nowrap;
  }
}

/* flavor_content */
.flavor_list_wrapper {
  margin: 0;
}

.flavor_list_wrapper .sub_title {
  display: inline-block;
}

.flavor_list_wrapper .sub_title:not(:first-child) {
  margin-top: 120px;
}

.flavor_list_wrapper .sub_title span {
  font-size: 1.6rem;
  margin-left: 15px;
  letter-spacing: 0.2rem;
}

.flavor_list_card {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flavor_list_content {
  width: 22%;
  aspect-ratio: 1/1;
  position: relative;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  margin-bottom: 30px;
}

/* hover */
.flavor_list_content:hover {
  opacity: 0.8;
}

/* ----  flavor_content_query　---- */
@media (max-width: 1024px) {
  .flavor_list_wrapper .sub_title {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
  .flavor_list_wrapper .sub_title:not(:first-child) {
    margin-top: 50px;
  }

  .flavor_list_wrapper .sub_title span {
    font-size: 1.4rem;
    margin-left: 10px;
  }

  .flavor_list_content {
    width: 46%;
    margin-bottom: 20px;
  }
}

/* NEW */
.flavor_list_content .new {
  position: absolute;
  top: -8%;
  right: -8%;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: black;
  text-align: center;
  z-index: 10;
}
.flavor_list_content .new::after {
  content: "NEW!";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}

/* 定期便 */
.flavor_list_content .regular {
  position: absolute;
  top: -8%;
  right: -8%;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: black;
  text-align: center;
  z-index: 10;
}
.flavor_list_content .regular::after {
  content: "初回\A定期便";
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  white-space: pre;
}

/* ----  NEW,定期便_query_tab　---- */
@media (max-width: 1024px) {
  .flavor_list_content .new,
  .flavor_list_content .regular {
    position: absolute;
    top: -8%;
    right: -8%;
    width: 75px;
    height: 75px;
  }
  .flavor_list_content .new::after {
    font-size: 1.6rem;
  }

  .flavor_list_content .regular::after {
    font-size: 1.45rem;
  }
}

/* ----  NEW,定期便_query_sp　---- */
@media (max-width: 600px) {
  .flavor_list_content .new,
  .flavor_list_content .regular {
    position: absolute;
    top: -8%;
    right: -8%;
    width: 50px;
    height: 50px;
  }
  .flavor_list_content .new::after {
    font-size: 1.2rem;
  }

  .flavor_list_content .regular::after {
    font-size: 1.15rem;
  }
}

/* flavor_list_main */
.flavor_list_content a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.flavor_list_main {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  flex-direction: column;
}

.flavor_list_main img {
  width: 48%;
  margin: auto;
}

.flavor_list_main p {
  font-size: 1.8rem;
  font-weight: 700;
  display: inline-block;
  margin: auto;
  margin-top: 15px;
}

/* ----  flavor_list_main_query　---- */
@media (max-width: 1024px) {
  .flavor_list_main img {
    width: 50%;
    margin: auto;
  }

  .flavor_list_main p {
    font-size: 1.4rem;
    margin-top: 6px;
  }
}

/* --------------------- FLAVOR_ind_page -------------------- */
.flavor_feature {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 96%;
}

.flavor_feature_img {
  /* width: 520px;
  height: 520px; */
  width: 45%;
  aspect-ratio: 1/1;
  background-color: #b7dfc1;
  border-radius: 50%;
  position: relative;
}

.flavor_feature_img img {
  width: 54%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.flavor_feature_content {
  width: 48%;
}

.flavor_feature_title {
  font-size: 5rem;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
}

.flavor_feature_title::after {
  content: "GENOVESE SAUCE";
  position: absolute;
  top: -50%;
  left: 0;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.flavor_feature_content p {
  font-size: 1.8rem;
  width: 100%;
}

.flavor_feature_content_img {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
  margin-bottom: 50px;
}

.flavor_feature_content_img img {
  width: 48%;
}

/* ----  flavor_feature_query　---- */
@media (max-width: 1024px) {
  .flavor_feature {
    display: block;
    width: 100%;
    margin: auto;
  }

  .flavor_feature_img {
    width: 85%;
    margin: auto;
    background-color: #b7dfc1;
    border-radius: 50%;
    position: relative;
  }

  .flavor_feature_content {
    width: 100%;
    margin-top: 30px;
  }

  .flavor_feature_title {
    font-size: 3rem;
    margin-bottom: 15px;
    position: relative;
  }

  .flavor_feature_title::after {
    font-size: 1.2rem;
  }

  .flavor_feature_content p {
    font-size: 1.4rem;
    width: 100%;
  }

  .flavor_feature_content_img {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}

/* ----  flavor_ind_slick-dots_query　---- */
@media (max-width: 1024px) {
  .flavor_ind_slider .slick-dots {
    position: absolute;
    top: 100%;
    left: 50%;
    bottom: auto; /* 上端からの距離 */
    right: auto; /* 右端からの距離 */
    transform: translateX(-50%);
    margin-bottom: 0px;
  }
}

/* --------------------- RECIPE_page -------------------- */
.recipe_wrapper {
  width: 84%;
  margin: auto;
  margin-top: -50px;
}

/* ----  .recipe_wrapper_query　---- */
@media (max-width: 1024px) {
  .recipe_wrapper {
    width: 100%;
    margin: auto;
    margin-top: -50px;
  }
}

/* ----  .recipe_top　---- */
.recipe_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.recipe_top .recipe_about {
  width: 600px;
}

.recipe_top .recipe_about img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 6px;
}

.recipe_about .recipe_hush {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.recipe_about .recipe_hush li {
  font-size: 1.6rem;
  padding: 8px 16px;
  background-color: #fff;
  border: 1px solid #43acb2;
  border-radius: 6px;
  margin-right: 20px;
  margin-top: 15px;
}

/* hover */
.recipe_hush li:hover {
  transition: all 0.2s ease;
  color: #fff;
  background-color: #43acb2;
  transform: scale(0.96);
}
/* ----  .recipe_top_hush_query　---- */
@media (max-width: 1024px) {
  .recipe_top {
    width: 100%;
    display: block;
  }

  .recipe_top .recipe_about {
    width: 100%;
  }

  .recipe_top .recipe_about img {
    height: auto;
  }

  .recipe_about .recipe_hush {
    margin-top: 0px;
  }

  .recipe_about .recipe_hush li {
    font-size: 1.2rem;
    padding: 6px 10px;
    margin-right: 10px;
    margin-top: 12px;
  }
}

.recipe_exp {
  width: 330px;
  text-align: center;
  /* margin-top: -10px; */
}

.recipe_exp h3 {
  font-size: 2rem;
  font-weight: 700;
}

.allergy {
  margin-bottom: 50px;
  text-align: center;
  font-weight: 700;
  border: 1px solid #000000;
  border-radius: 6px;
  padding: 16px 0;
  background-color: #fff;
  position: relative;
}

.allergy h3 {
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
}

.allergy p {
  font-size: 2rem;
  margin: 0 10px;
  display: inline-block;
  position: relative;
}

.recipe_usefl p {
  text-align: left;
}

.recipe_usefl h3 {
  margin-bottom: 20px;
}

.recipe_usefl_img {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #b7dfc1;
  border-radius: 50%;
  position: relative;
}

.recipe_usefl_img img {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.recipe_usefl_name {
  position: relative;
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* ----  .recipe_top_exp/allergy_query_tb　---- */
@media (max-width: 1024px) {
  .recipe_exp {
    width: 80%;
    margin: auto;
    margin-top: 50px;
  }

  .recipe_exp p {
    font-size: 1.4rem;
  }

  .recipe_exp h3 {
    font-size: 2rem;
    font-weight: 700;
  }

  .allergy {
    margin-bottom: 40px;
  }

  .allergy p {
    font-size: 1.6rem;
    margin: 0 8px;
    display: inline-block;
    position: relative;
  }

  .recipe_usefl {
    width: 96%;
    margin: auto;
    margin-top: 50px;
  }

  .recipe_usefl h3 {
    text-align: left;
  }

  .recipe_usefl_content {
    width: 100%;
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
  }

  .recipe_usefl_img {
    width: 150px;
    width: 40%;
  }
  .recipe_usefl_img img {
    width: 52%;
  }

  .recipe_usefl_about {
    width: 54%;
    text-align: start;
  }
  .recipe_usefl h3 {
    margin-bottom: 6px;
  }

  .recipe_usefl_name {
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 20px;
  }
}

/* ----  .recipe_top_exp/allergy_query_sp　---- */
@media (max-width: 600px) {
  .recipe_exp {
    width: 100%;
    margin-top: 30px;
  }

  .recipe_exp p {
    font-size: 1.4rem;
  }

  .recipe_exp h3 {
    font-size: 2rem;
    font-weight: 700;
  }

  .allergy {
    margin-bottom: 40px;
  }

  .allergy p {
    font-size: 1.6rem;
    margin: 0 8px;
    display: inline-block;
    position: relative;
  }

  .recipe_usefl {
    width: 100%;
    margin-top: 40px;
  }

  .recipe_usefl h3 {
    text-align: left;
  }

  .recipe_usefl_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .recipe_usefl_img {
    width: 150px;
    width: 40%;
  }
  .recipe_usefl_img img {
    width: 52%;
  }

  .recipe_usefl_about {
    width: 56%;
    text-align: start;
  }
  .recipe_usefl h3 {
    margin-bottom: 6px;
  }

  .recipe_usefl_name {
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 16px;
  }
}

.recipe_detail {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 2rem;
  margin-top: 70px;
}

.recipe_detail h4 {
  font-weight: 700;
  margin-bottom: 15px;
}

.recipe_material {
  width: 40%;
}

.recipe_material dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.recipe_material dt {
  width: 50%;
  padding: 16px 0;
  font-weight: 500;
  border-bottom: 1px solid #7b7b7b;
}

.recipe_material dd {
  width: 50%;
  padding: 16px 0;
  text-align: end;
  border-bottom: 1px solid #7b7b7b;
}

/* ----  .recipe_detail_query　---- */
@media (max-width: 1024px) {
  .recipe_detail h4 {
    font-weight: 700;
    margin-bottom: 10px;
  }
  .recipe_detail {
    display: block;
    font-size: 1.6rem;
    margin-top: 70px;
  }
  .recipe_material {
    width: 100%;
  }
}

.recipe_process {
  width: 52%;
}

.recipe_process ol {
  width: 100%;
}

.recipe_process ol li {
  counter-increment: custom-counter; /* 各li要素でカウンターを増やす */
  border-bottom: 1px dashed #7b7b7b;
  padding: 30px 0 30px 62px;
  margin-left: 15px;
  position: relative;
}

.recipe_process ol li::before {
  content: counter(custom-counter) ""; /* カウンターの値とピリオドを表示 */
  color: #fff; /* 数字の色 */
  font-weight: bold; /* 数字のフォントを太くする */
  font-size: 2.2rem; /* 数字のサイズ */
  text-align: center; /* 水平方向の中央寄せ */
  line-height: 38px;
  position: absolute;
  top: 50%;
  left: 0%;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  background-color: #aad1d0;
  border-radius: 50%;
}

/* ----  .recipe_process_query　---- */
@media (max-width: 1024px) {
  .recipe_process {
    width: 100%;
  }

  .recipe_detail h4:nth-child(1) {
    margin-top: 50px;
  }

  .recipe_process ol li {
    counter-increment: custom-counter; /* 各li要素でカウンターを増やす */
    border-bottom: 1px dashed #7b7b7b;
    padding: 20px 0 20px 40px;
    margin-left: 0px;
    font-size: 1.6rem;
  }

  .recipe_process ol li::before {
    content: counter(custom-counter) ""; /* カウンターの値とピリオドを表示 */
    color: #fff; /* 数字の色 */
    font-weight: bold; /* 数字のフォントを太くする */
    font-size: 1.8rem; /* 数字のサイズ */
    text-align: center; /* 水平方向の中央寄せ */
    line-height: 24px;
    position: absolute;
    top: 50%;
    left: 0%;
    width: 26px;
    height: 26px;
  }
}

/* add */
.slick-dotted.slick-slider{
  background-color: #fdfbf7!important;
  margin-bottom: 0!important;
}

.full{
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2) !important;
}

.flavor_text{
  letter-spacing: 1px;
  line-height: 165%;
}

　.sp {
  　display: none;
  }
  @media screen and (min-width: 600px){
  　.sp {
  　　display: block;
  　}
  }