@charset "utf-8";

/* SPA対策用～ */
div.dc_e-004 section {
  margin-top: 0;
}
/* ～SPA対策用 */

/* ========================================
  common
========================================= */
.pc {
  display: block;
}
.sp {
  display: none;
}
.tc_bg_grey_section {
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/* ========================================
  btn
========================================= */
#dc_e-004 a.btn {
  width: 100%;
  padding: 1em;
  background-color: #fff;
  border-radius: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid #CCCCCC;
  font-size: 15px;
  font-weight: bold;
  transition: 0.3s;
  overflow: hidden;
  box-sizing: border-box;
  cursor: pointer;
  margin: 0 auto;
  letter-spacing: 0;
  z-index: 1;
}
#dc_e-004 a.btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
#dc_e-004 a.btn:hover::before {
  opacity: 1;
}
#dc_e-004 a.btn::after {
  content: '';
  position: absolute;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  transform: rotate(45deg);
  transition: 0.3s ease-out;
  top: 45%
}
#dc_e-004 a.btn:hover::after {
  right: 14px;
}
#dc_e-004 a.btn p {
  font-weight: bold;
}
#dc_e-004  a.btn._local {
  margin-bottom: 110px;
} 

@media screen and (max-width: 767px) {
  #dc_e-004 a.btn {
    padding-right: 2.5em;
    font-size: 13px;
    margin-top: 12px;
  }
  #dc_e-004 a.btn {
    max-width: none;
  }
}

/* ========================================
  tab
========================================= */
#dc_e-004 .discovery_tab-list {
  border-bottom: 8px solid #EB212E;
  gap: 1px;
}
#dc_e-004 .discovery_tab-list .discovery_tab {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px 0 0 0;
  min-height: 56px;
  cursor: pointer;
  transition: 0.2s;
  font-size: 15px;
  background: #fff;
}
#dc_e-004 .discovery_tab-list .discovery_tab.active {
  background-color: #EB212E;
}

#dc_e-004 .discovery_tab-list .discovery_tab.active>* {
  color: #fff;
}
#dc_e-004 .discovery_tab_panel {
  display: none;
}

@media only screen and (max-width: 767px) {
  #dc_e-004 .discovery_tab-list {
    flex-wrap: wrap;
    gap: 0px;
  }
  #dc_e-004 .discovery_tab-list.tc_inner {
    padding: 0;
  }
  #dc_e-004 .discovery_tab-list .discovery_tab {
    width: calc(100% / 4);
  }
}

/* ========================================
  kv
========================================= */
#dc_e-004 .tc_kv {
  position: relative;
}

#dc_e-004 .tc_kv .tc_kv_anchor {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #EB212E;
  width: 113.17px;
  height: 113.17px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  text-align: center;

}
#dc_e-004 .tc_kv .tc_kv_anchor p {
  color: #fff;
  line-height: 1;
  font-weight: bold;
}
#dc_e-004 .tc_kv .tc_kv_anchor p span {
  color: #fff;
  font-size: 26px;
}

/* ========================================
  section01
========================================= */
#dc_e-004 .section01 h2.tc_section_title_02 {
  margin: 47.5px 0 63.5px;
}
#dc_e-004 .section01 div.tc_section_movie_01 {
  margin-bottom: 47.8px;
}

@media only screen and (max-width: 767px) {
  #dc_e-004 .section01 h2.tc_section_title_02 {
    margin: 41.5px 0 48.3px;
  }
  #dc_e-004 .section01 div.tc_section_movie_01 {
    margin-bottom: 38.1px;
  }
}

/* ========================================
  section02
========================================= */
#dc_e-004 .section02 .tc_inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 0;
}
#dc_e-004 .section02 .discovery_slider_list_wrap {
  position: relative;
}
#dc_e-004 .section02 .discovery_slider_list_wrap .slick-prev,
#dc_e-004 .section02 .discovery_slider_list_wrap .slick-next {
  z-index: 1;
}
#dc_e-004 .section02 .discovery_slider_list_wrap .slick-prev {
  left: 20px;
}
#dc_e-004 .section02 .discovery_slider_list_wrap .slick-next {
  right: 20px;
}
#dc_e-004 .section02 .discovery_comp_all_clm {
  border-radius: unset;
  max-width: 578px;
  height: auto;
}
#dc_e-004 .section02 .discovery_comp_all_clm .discovery_comp_all_thum {
  padding: 40px 50px;
}
#dc_e-004 .section02 .discovery_slider_list_wrap .slick-prev,
#dc_e-004 .section02 .discovery_slider_list_wrap .slick-next {
  width: 56px;
  height: 56px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  position: absolute;
  transition: 0.3s;
}
#dc_e-004 .section02 .discovery_slider_list_wrap .slick-prev:hover,
#dc_e-004 .section02 .discovery_slider_list_wrap .slick-next:hover {
  background-color: #EB212EB2;
}
#dc_e-004 .section02 .discovery_slider_list_wrap .slick-prev:before,
#dc_e-004 .section02 .discovery_slider_list_wrap .slick-next:before {
  content: '';
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: 0.3s;
}
#dc_e-004 .section02 .discovery_slider_list_wrap .slick-prev:before {
  left: 45%;
  transform: translateY(-50%) rotate(225deg);
}
#dc_e-004 .section02 .discovery_slider_list_wrap .slick-next:before {
  right: 45%;
  transform: translateY(-50%) rotate(45deg);
}
#dc_e-004 .section02 .discovery_slider_list_wrap .slick-prev:hover:before {
  left: 40%;
}
#dc_e-004 .section02 .discovery_slider_list_wrap .slick-next:hover:before {
  right: 40%;
}

@media only screen and (max-width: 767px) {
  #dc_e-004 .section02 .tc_inner {
    padding: 30px 0;
  }
  #dc_e-004 .section02 h3.tc_section_title_02 {
    text-align: center;
  }
  #dc_e-004 .section02 .discovery_slider_list_wrap .slick-prev,
  #dc_e-004 .section02 .discovery_slider_list_wrap .slick-next {
    display: block;
    width: 50px;
    height: 50px;
  }
  #dc_e-004 .section02 .discovery_slider_list_wrap .slick-prev:hover,
  #dc_e-004 .section02 .discovery_slider_list_wrap .slick-next:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }
  #dc_e-004 .section02 .discovery_comp_all_clm {
    max-width: 280px;
  }
  #dc_e-004 .section02 .discovery_comp_all_clm .discovery_comp_all_thum {
    padding: 20px 10px;
  }

}

/* ========================================
  section03
========================================= */
#dc_e-004 .section03 h3.tc_section_title_02 {
  margin: 47.8px 0 47.5px;
}
#dc_e-004 .section03 h3.tc_section_title_02:nth-of-type(2) {
  margin: 47.8px 0 27.1px;
}
#dc_e-004 .section03 p.tc_section_honbun_01 {
  margin-bottom: 29px;
}

#dc_e-004 .section03 div.tc_section_clm_05 {
  margin-bottom: 47.5px;
}

#dc_e-004 .section03 ul.section03__point-list {
  margin-bottom: 47.8px;
}

#dc_e-004 .section03 ul.section03__point-list li {
  color: #eb212e;
  font-weight: bold;
}
#dc_e-004 .section03 ul.section03__point-list li::before {
  content:url(/img/discovery/ricecooker/discovery-product-thepop/check_icon.svg);
  background-size: 20px auto;
  display:inline-block;
  width:20px;
  height:auto;
  margin-right:5px;
  position:relative;
  top:3px;
  left:0;
}
#dc_e-004 .section03 a.btn {
  margin-bottom: 83.1px;
}

@media only screen and (max-width: 767px) {
  #dc_e-004 .section03 h3.tc_section_title_02 {
    margin: 26.9px 0;
    text-align: center;
  }
  #dc_e-004 .section03 h3.tc_section_title_02:nth-of-type(2) {
    margin: 120.4px 0 24.1px;
    text-align: center;
  }
  #dc_e-004 .section03 p.tc_section_honbun_01 {
    margin-bottom: 52.9px;
  }

  #dc_e-004 .section03 div.tc_section_clm_05 {
    margin-bottom: 27.2px;
  }

  #dc_e-004 .section03 ul.section03__point-list {
    margin-bottom: 31px;
  }
  #dc_e-004 .section03 p.tc_section_honbun_01:nth-of-type(2) {
    margin-bottom: 10px;
  }
  #dc_e-004 .section03 a.btn {
    margin-bottom: 59.1px;
  }
}

/* ========================================
  section04
========================================= */
#dc_e-004 .section04 {
  padding: 64px 0;
}
#dc_e-004 .section04 div.tc_section_heading_08 {
  margin-bottom: 32px;
}
#dc_e-004 .section04 div.tc_section_img_01 {
  margin-bottom: 16.7px;
}
#dc_e-004 .section04 p.tc_section_honbun_01:nth-of-type(1) {
  margin-bottom: 22px;
}
#dc_e-004 .section04 p.tc_section_honbun_01:nth-of-type(2) {
  margin-bottom: 47px;
}
#dc_e-004 .section04 div.discovery_tab-list {
  margin-bottom: 83.1px;
}
#dc_e-004 .section04 div.discovery_tab_contents {
  margin-bottom: 50px;
}

#dc_e-004 .section04 a.tc_modal_open  {
  display: block;
}

#dc_e-004 .section04 video.tc_movie {
  width: 600px;
  height: 600px;
}
#dc_e-004 .section04 .tc_modal_wrap .tc_modal {
  display: flex;
  justify-content: center;
}

#dc_e-004 .section04 div.recipe_link,
#dc_e-004 .section04 div.more_link {
  font-size: 15px;
  text-align: right;
}
#dc_e-004 .section04 div.recipe_link a,
#dc_e-004 .section04 div.more_link a {
  border-bottom: 1px solid #333;
  width: fit-content;
  padding-right: 5px;
}
#dc_e-004 .section04 div.recipe_link a::after,
#dc_e-004 .section04 div.more_link a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333; 
  border-right: 2px solid #333;
  transform: rotate(45deg); 
  margin-left: 3px;
  position: relative;
  top: -3px;
}

@media only screen and (max-width: 767px) {
  #dc_e-004 .section04 div.tc_section_img_01 {
    margin-bottom: 10px;
  }
  #dc_e-004 .section04 p.tc_section_honbun_01:nth-of-type(1) {
    margin-bottom: 10px;
  }
  #dc_e-004 .section04 p.tc_section_honbun_01:nth-of-type(2) {
    margin-bottom: 64.1px;
  }
  #dc_e-004 .section04 div.discovery_tab-list {
    margin-bottom: 38.1px;
  }
  #dc_e-004 .section04 div.discovery_tab_contents {
    margin-bottom: 44px;
  }
  #dc_e-004 .section04 video.tc_movie {
    width: 100%;
    height: auto;
  }
}

/* ========================================
  section05
========================================= */
#dc_e-004 .section05 div.tc_section_heading_08 {
  margin: 64px 0 58.1px;
}

#dc_e-004 .section05 .c-btn-cs {
  display: inline-block;
  width: 100%;
  min-height: 104px;
  padding: 0 24px;
  position: relative;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  border-radius: 24px;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  margin: 46.9px 0 64px;
}
@media (max-width: 460px) {
  #dc_e-004 .section05 .c-btn-cs {
    font-size: 4.6vw !important;
  }
}
@media (max-width: 959px) {
  #dc_e-004 .section05 .c-btn-cs {
    font-size: 1.7rem;
    line-height: 1.4;
    padding: 0 4vw;
  }
}
@media (max-width: 959px) and (max-width: 460px) {
  #dc_e-004 .section05 .c-btn-cs {
    font-size: 3.91vw !important;
  }
}
#dc_e-004 .section05 .c-btn-cs .icon {
  width: auto;
  margin-right: 0.2em;
  transition: var(--transition);
}
#dc_e-004 .section05 .c-btn-cs .u-txt-red {
  transition: var(--transition);
}
#dc_e-004 .section05 .c-btn-cs::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%) rotate(45deg);
  transition: var(--transition);
}
@media (max-width: 959px) {
  #dc_e-004 .section05 .c-btn-cs::before {
    right: 4vw;
    width: 8px;
    height: 8px;
  }
}
@media (min-width: 960px) {
  #dc_e-004 .section05 .c-btn-cs:hover {
    background: #EB212E;
    color: #FFFFFF;
    border-color: #EB212E;
    box-shadow: none;
  }
  #dc_e-004 .section05 .c-btn-cs:hover::before {
    border-color: #FFFFFF;
    right: 40px;
  }
  #dc_e-004 .section05 .c-btn-cs:hover img {
    filter: brightness(100);
  }
  #dc_e-004 .section05 .c-btn-cs:hover .u-txt-red {
    color: #FFFFFF;
  }
}

/* ========================================
  tc_section_relatedContent
========================================= */
#dc_e-004 .tc_section_relatedContent {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  #dc_e-004 .tc_section_relatedContent {
    margin-top: 80px;
  }
}