@charset "utf-8";

.tc_section_heading02_01 .tc_section_title_03 {
  color: #fff;
}

#dc_t-002 section {
    margin-top: 80px;
}

@media screen and (max-width: 767px) {
    #dc_t-002 section {
        margin-top: 65px;
    }
}


/* kv
-------------------------------------*/
#kv {
    margin-top: 0 !important;
}


/* try
-------------------------------------*/
#try .tc_dp_flex {
  justify-content: center;
}

@media screen and (min-width: 768px) {
  #try .tc_section_movie_02 > .tc_comp_all_clm {
    width: auto;
    max-width: 377px;
    flex: 1 1 30%;
  }

  #try .tc_section_movie_02 iframe {
    width: 100%;
    height: 31.5vw;
    max-height: 380px;
  }

  #try .tc_section_movie_02.mini > .tc_comp_all_clm iframe {
    height: 44vw;
  }
}

@media screen and (max-width: 767px) {
  #try .tc_dp_flex {
    gap: 24px;
  }

  #try .tc_section_movie_02 > .tc_comp_all_clm iframe {
    width: 100%;
    height: 82.5vw;
  }
}


/* recipes
-------------------------------------*/
#recipes {
  padding: 80px 0;
  background-color: #F5F5F5;
}

@media screen and (max-width: 767px) {
  #recipes {
    padding: 65px 0;
  }
}

#recipes .tc_section_heading02_01 {
  margin: 80px 0 40px 0;
}

@media screen and (max-width: 767px) {
  #recipes .tc_section_heading02_01 {
    margin: 60px 0 40px 0;
  }
}

#recipes .tc_comp_titlecnt.tc_section_heading_03 + .tc_section_heading02_01 {
  margin-top: 30px;
}

#recipes .tc_section_title_03L + .tc_comp_all_thum {
  margin-top: 1em;
}

#recipes .tc_dp_flex {
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  #recipes .tc_dp_flex {
    gap: 44px;
  }
}

#recipes .tc_section_clm_07>.tc_comp_all_clm {
  flex: 1 1 40%;
  margin-bottom: 16px;
}

#recipes .tc_section_clm_07>.tc_comp_all_clm:nth-last-child(-n+2) {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #recipes .tc_section_clm_07>.tc_comp_all_clm {
    margin-bottom: 0;
  }
}


/* lineup
-------------------------------------*/
#lineup {
  padding-bottom: 80px;
}

#lineup .tc_comp_price_prodlist {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  #lineup {
    padding-bottom: 65px;
  }

  #lineup .tc_comp_price_prodlist {
    justify-content: flex-start;
  }
  
  #lineup .tc_section_saleprod_01 .tc_comp_clm_saleprod {
    align-items: stretch;
  }

  #lineup .tc_comp_clm_saleprod .tc_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #lineup .tc_comp_clm_saleprod .tc_text .tc_comp_btn {
    width: 100%;
  }
}



/* ==========================================================================
関連コンテンツ
========================================================================== */
.tc_section_relatedContent {
  padding-bottom: 0 !important;
}

.tc_section_relatedContent .tc_section_title_03L {
    margin-bottom: 20px;
}

.tc_section_relatedContent .tc_section_relatedContent_01 .tc_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .tc_section_relatedContent .tc_section_title_03L {
        margin-bottom: 10px;
    }
}