/*背景グラデーション*/
.flavor-bg {
    background: linear-gradient(to top, rgba(217, 241, 244, 100) 0%, rgba(217, 241, 244, 30) 58%, rgba(217, 241, 244, 0) 99%);
	padding: 11.6rem 4rem 10.8rem;
}
@media screen and (max-width: 767px) {
  .flavor-bg {
	padding: 8rem 2rem 6.4rem;
  }
}
/*flavor_title*/
#flavor_title {
    margin-bottom: 4rem;
}
.content {
	width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}
.gfs-didot {
    font-family: "GFS Didot", serif;
    font-weight: 400;
    font-style: normal;
}
.flavor_icon_name {
    width: 380px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flavor_icon {
    width: 160px;
    object-fit: cover;
}
.flavor_icon img {
    width: 100%;
    object-fit: cover;
}
.flavor_name_cafelatte {
    color: #DBA73F;
    font-size: 4rem;
    letter-spacing: 0.05em;
    align-items: center;
}
.flavor_name_cola {
    color: #BE421F;
    font-size: 4rem;
    letter-spacing: 0.05em;
    align-items: center;
}
.flavor_name_mint {
    color: #52D198;
    font-size: 4rem;
    letter-spacing: 0.05em;
    align-items: center;
}
.flavor_name_greentea {
    color: #30A961;
    font-size: 4rem;
    letter-spacing: 0.05em;
    align-items: center;
}
.flavor_name_jasmine {
    color: #53A693;
    font-size: 4rem;
    letter-spacing: 0.05em;
    align-items: center;
}
.flavor_name_mango {
    color: #FF520F;
    font-size: 4rem;
    letter-spacing: 0.05em;
    align-items: center;
}
.flavor_name_melon {
    color: #EE906E;
    font-size: 4rem;
    letter-spacing: 0.05em;
    align-items: center;
}
.flavor_name_muscat {
    color: #06C770;
    font-size: 4rem;
    letter-spacing: 0.05em;
    align-items: center;
}
.flavor_name_pineapple {
    color: #DBA73F;
    font-size: 4rem;
    letter-spacing: 0.05em;
    align-items: center;
}
.flavor_name_watermelon {
    color: #CF2A2A;
    font-size: 4rem;
    letter-spacing: 0.05em;
    align-items: center;
}
@media screen and (max-width: 767px) {
    #flavor_title{
        margin-bottom: 2.4rem;
    }
    .content {
        width: 90%;
        margin: 0 auto;
    }
    .flavor_icon_name {
        width: 250px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .flavor_icon {
        width: 130px;
        object-fit: cover;
        margin-right: 10px;
    }
    .flavor_icon img {
        width: 100%;
        object-fit: cover;
    }
    .flavor_name_cafelatte {
        color: #DBA73F;
        font-size: 2.2rem;
        letter-spacing: 0.05em;
        align-items: center;
        text-align: center;
    }
    .flavor_name_cola {
        color: #BE421F;
        font-size: 3rem;
        letter-spacing: 0.05em;
        align-items: center;
    }
    .flavor_name_mint {
        color: #52D198;
        font-size: 3rem;
        letter-spacing: 0.05em;
        align-items: center;
    }
    .flavor_name_greentea {
        color: #30A961;
        font-size: 2.2rem;
        letter-spacing: 0.05em;
        align-items: center;
    }
    .flavor_name_jasmine {
        color: #53A693;
        font-size: 3rem;
        letter-spacing: 0.05em;
        align-items: center;
    }
    .flavor_name_mango {
        color: #FF520F;
        font-size: 3rem;
        letter-spacing: 0.05em;
        align-items: center;
    }
    .flavor_name_melon {
        color: #EE906E;
        font-size: 3rem;
        letter-spacing: 0.05em;
        align-items: center;
    }
    .flavor_name_muscat {
        color: #06C770;
        font-size: 3rem;
        letter-spacing: 0.05em;
        align-items: center;
    }
    .flavor_name_pineapple {
        color: #DBA73F;
        font-size: 3rem;
        letter-spacing: 0.05em;
        align-items: center;
    }
    .flavor_name_watermelon {
        color: #CF2A2A;
        font-size: 2.2rem;
        letter-spacing: 0.05em;
        align-items: center;
    }
}

/* flavor_description */
#flavor_description {
  width: 100%;
  max-width: 102.4rem;
  background-color: #FFFCF6;
  border-radius: 16px;
  padding: 5.4rem 2.4rem;
  margin-bottom: 6.4rem;
  overflow: hidden;
}
.flavor_description__inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(4rem, 8vw, 12.8rem);
  width: 100%;
}
.flavor_description_img {
  width: 26rem;
  flex-shrink: 0;
}
.flavor_description_img img {
  width: 100%;
  height: auto;
  display: block;
}
.flavor_description_text {
  width: 49rem;
}
.flavor_description_head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3.2rem;
  margin-bottom: 3.2rem;
}
.flavor_description_name {
  color: #2D2D2D;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  white-space: nowrap;
  flex-shrink: 0;
}
.flavor_text_color {
  color: #D99A21;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 2.4rem;
}
.flavor_text {
  color: #2D2D2D;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 1.6rem;
}
.flavor_price {
  color: #2D2D2D;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 2.8rem;
}
.flavor_tags {
  margin-bottom: 1.2rem;
}
.flavor_tag {
  color: #2D2D2D;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 1.2rem;
}

.border {
  width: 32.5rem;
  height: 2px;
  background-color: #1D4984;
}

.flavor_component {
  color: #2D2D2D;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 4.7rem;
}

/* breadcrumb */
.breadcrumb {
  flex-shrink: 1;
  min-width: 0;
  padding-top: 2.4rem;
}
.breadcrumb__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
  color: var(--color-black);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.breadcrumb__item + .breadcrumb__item::before {
  content: ">";
  margin: 0 0.8rem;
  color: #2D2D2D;
}

/* flavor_choose */
.flavor_choose {
  width: 18.4rem;
  height: 4rem;
  border: solid #1D4984 1.5px;
  text-align: center;
  margin-top: 1.4rem;
}

.flavor_choose a {
  color: #1D4984;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.flavor_text_color {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.21;
    letter-spacing: 0.05em;
    margin-top: 10px;
}
.cafelatte {
    color: #DBA73F;
}
.cola {
    color: #BE421F;
}
.mint {
    color: #52D198;
}

.greentea {
    color: #30A961;
}

.jasmine{
    color: #53A693;
}

.mango {
    color: #FF520F;
}

.melon{
    color: #EE906E;
}

.muscat {
    color: #06C770;
}

.pineapple {
    color: #DBA73F;
}

.watermelon {
    color: #CF2A2A;
}

/* SP */
@media screen and (max-width: 767px) {
  #flavor_description {
    border-radius: 10px;
    padding: 2.4rem 1.6rem;
    margin-bottom: 4rem;
  }

  .flavor_description__inner {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }

  .flavor_description_img {
    width: 80%;
    max-width: 32rem;
  }

  .flavor_description_text {
    width: 100%;
  }

  .flavor_description_head {
    flex-direction: column-reverse;
    align-items: center;
    gap: 1.6rem;
    margin-bottom: 2.4rem;
  }

  .flavor_description_name {
    font-size: 3.2rem;
    text-align: center;
  }

  .flavor_text_color {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 1.6rem;
  }

  .flavor_text {
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 1.6rem;
  }

  .flavor_price {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 2.4rem;
  }

  .flavor_tag {
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 0.5rem;
  }

  .border {
    width: 80%;
    margin: 0 auto;
  }

  .flavor_component {
    font-size: 1.3rem;
    text-align: center;
    margin-top: 3rem;
  }

  .breadcrumb {
    width: 100%;
    padding-top: 0;
  }

  .breadcrumb__list {
    justify-content: center;
    font-size: 1.2rem;
    white-space: normal;
    flex-wrap: wrap;
  }
  .flavor_text_color {
	font-size: 2.2rem;
	text-align: center;
  }
  .flavor_choose {
    width: 80%;
    height: 5rem;
    margin: 3rem auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .flavor_choose a {
    font-size: 2.2rem;
  }
}

/*flavor_img*/
.flavor-flavor_img {
    width: 100%;
}
.sp_br{
    display: none;
}
@media screen and (max-width: 767px) {
    .flavor_img {
        width: 100%;
    }
}

/*アニメーション*/
.FadeIn{
    opacity: 0;
    transform: translateY(50px);
    transition: 1s;
}
.FadeIn.active{
    opacity: 1;
    transform: translateY(0);
}