@charset "utf-8";
/* #kv {padding: 0} */
/*************/
/* メインCSS */
/*************/

#dc_p-013 section {
  margin-top: 80px !important;
}

#dc_p-013 section#kv {
  margin-top: 0 !important;
}

#dc_p-013 .tc_kv .tc_ctm_title {
  margin: 65px 0 55px;
}

#dc_p-013 .tc_kv .tc_ctm_anchorlinklist {
  margin-bottom: 80px;
  padding: 80px 0 ;
}

#dc_p-013 .tc_kv .tc_ctm_anchorlinklist .tc_dp_flex {
  padding: 0;
}

.tc_ctm_anchorlinklist .tc_ctm_normal_link {
  width: 50%;
  text-align: center;
}

.tc_ctm_anchorlinklist .tc_ctm_normal_link a {
  text-decoration: underline !important;
}

#dc_p-013 .tc_kv .tc_ctm_comp_clm_BG {
  left: auto;
  margin-left: auto;
  margin-right: auto;
}

#dc_p-013 .tc_kv .tc_ctm_btns_area {
  max-width: 960px;
  margin: 0 auto;
}

#dc_p-013 .tc_kv .tc_ctm_btns_area.tc_dp_flex {
  justify-content: center;
}

#dc_p-013 .tc_kv .tc_ctm_btns_area li {
  width: 100%;
}

#dc_p-013 .tc_ctm_sub_visual {
  margin-top: 0;
}

#dc_p-013 .tc_ctm_section {
  padding: 54px 0 60px;
}

#dc_p-013 .tc_ctm_section_img {
  text-align: center;
  margin-bottom: 16px;
}

#dc_p-013 .tc_ctm_section_img img {
  max-width: 72px;
}

/* サブキービジュアル関連 */
#dc_p-013 .tc_ctm_sub_visual .tc_ctm_sub_visual_icon_area {
  margin-right: 20px;
}

#dc_p-013 .tc_ctm_sub_visual .tc_ctm_sub_visual_text_area {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.3;
}

#dc_p-013 .tc_ctm_sub_visual .tc_ctm_sub_visual_01,
#dc_p-013 .tc_ctm_sub_visual .tc_ctm_sub_visual_02,
#dc_p-013 .tc_ctm_sub_visual .tc_ctm_sub_visual_03 {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#dc_p-013 .tc_ctm_sub_visual .tc_ctm_sub_visual_01 {
  background: url(/img/discovery/pots-pans/fixed-handle/discovery-product-fixed-lineup/sub_visual_01_01.jpg) no-repeat center center/cover;
}

#dc_p-013 .tc_ctm_sub_visual .tc_ctm_sub_visual_02 {
  background: url(/img/discovery/pots-pans/fixed-handle/discovery-product-fixed-lineup/sub_visual_01_02.jpg) no-repeat center center/cover;
}

#dc_p-013 .tc_ctm_sub_visual .tc_ctm_sub_visual_03 {
  background: url(/img/discovery/pots-pans/fixed-handle/discovery-product-fixed-lineup/sub_visual_01_03.jpg) no-repeat center center/cover;
}

#dc_p-013 .tc_ctm_sub_visual .tc_ctm_sub_visual_icon_img {
  max-width: 70px;
}

/* PDFボタン */
#dc_p-013 .tc_ctm_comp_pdf_btn {
  width: 100%;
  height: 56px;
  background-color: #fff;
  border-radius: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin: 11px auto 0;
  position: relative;
  border: 1px solid #ccc;
  transition: 0.2s;
  overflow: hidden;
  cursor: pointer;
  padding: 0 50px 0 10px;
}

#dc_p-013 .tc_ctm_comp_pdf_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.2s;
}

#dc_p-013 .tc_ctm_comp_pdf_btn:hover::before {
  opacity: 1;
}

#dc_p-013 .tc_ctm_comp_pdf_btn::after {
  background: url(/img/discovery/pots-pans/fixed-handle/discovery-product-fixed-lineup/icon_pdf.png) no-repeat center center/cover;
  content: '';
  position: absolute;
  right: 20px;
  width: 19px;
  height: 19px;
  /* border-top: 1px solid #333;
  border-right: 1px solid #333; */
  /* transform: rotate(45deg);
  transition: 0.2s ease-out; */
}

/* IH/ガス火 アイコン */
#dc_p-013 .tc_ctm_label {
  display: flex;
  gap: 2px;
}

#dc_p-013 .tc_ctm_label>li {
  padding: 0.25em 0.5em;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
}

#dc_p-013 .tc_ctm_label>li.red {
  background-color: #EA6770;
}

#dc_p-013 .tc_ctm_label>li.blue {
  background-color: #4893CC;
}

#dc_p-013 .align-left {
  text-align: left !important;
}

#dc_p-013 .tc_ctm_dp_flex {
  align-items: stretch;
  flex-wrap: wrap;
}

#dc_p-013 .tc_ctm_section .tc_comp_clm_coupon {
  width: calc((100% - 72px) / 4);
  height: auto;
  background-color: #F5F5F5;
}

#dc_p-013 .tc_ctm_section .tc_comp_clm_coupon.tc_p013_bg-grey-2 {
  background-color: #E7E7E7;
}

#dc_p-013 .tc_ctm_section .tc_comp_clm_coupon .tc_text {
  background-color: transparent;
}

#dc_p-013 .tc_comp_clm_coupon .tc_ctm_comp_all_thum {
  background-color: #fff;
  /* padding: 25px 40px 21px; */
}

#dc_p-013 .tc_comp_clm_coupon > a span.tc_comp_btn .tc_section_title_06 * {
  color: inherit;
}


/* 微調整エリア */
#dc_p-013 .tc_p013_ratio-auto img {
  aspect-ratio: auto;
}

#dc_p-013 .tc_p013_bg-grey-1 {
  background-color: #F5F5F5;
}

#dc_p-013 .tc_p013_bg-grey-2 {
  background-color: #E7E7E7;
}

#dc_p-013 .tc_p013_h-auto {
  height: auto;
}

#dc_p-013 .tc_p013_text-center {
  text-align: center;
}

#dc_p-013 .tc_p013_py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

#dc_p-013 .tc_p013_mb-0 {
  margin-bottom: 0;
}

#dc_p-013 .tc_p013_mb-2 {
  margin-bottom: 2px;
}

#dc_p-013 .tc_p013_mb-10 {
  margin-bottom: 10px;
}

#dc_p-013 .tc_p013_mb-14 {
  margin-bottom: 14px;
}

#dc_p-013 .tc_p013_mb-24 {
  margin-bottom: 24px;
}

#dc_p-013 .tc_p013_mb-28 {
  margin-bottom: 28px;
}

#dc_p-013 .tc_p013_mb-54 {
  margin-bottom: 54px;
}

#dc_p-013 .tc_p013_mb-70 {
  margin-bottom: 70px;
}

#dc_p-013 .tc_p013_mb-80 {
  margin-bottom: 80px;
}

#dc_p-013 .tc_p013_mb-154 {
  margin-bottom: 154px;
}

#dc_p-013 .tc_ctm_mb_m {
  margin-bottom: 40px;
}

#dc_p-013 .tc_comp_clm_coupon .tc_text .tc_comp_btn {
  padding: 0 1.5em;
}

#dc_p-013 .tc_comp_clm_coupon .tc_text .tc_comp_btn * {
  line-height: 1.3;
}

#dc_p-013 .tc_ctm_justify_center {
  justify-content: center;
}

#dc_p-013 .inline {
  display: inline-block;
}

/*************/
/* タブレット版/スマホ版対応 */
/*************/
@media screen and (max-width: 767px) {
  #dc_p-013 section {
    margin-top: 40px !important;
  }

  #dc_p-013 .tc_ctm_prodlist_flex {
    flex-wrap: wrap;
  }

  #dc_p-013 .tc_comp_anchorlinklist.tc_ctm_anchorlinklist .tc_dp_flex {
    grid-template-columns: auto;
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: column;
  }

  #dc_p-013 .tc_ctm_section {
    padding: 35px 0;
  }

  #dc_p-013 .tc_ctm_section .tc_comp_clm_coupon {
    width: calc(((100vw - (7.7295vw*2)) / 2) - 12px);
  }

  #dc_p-013 .tc_ctm_sub_visual .tc_ctm_sub_visual_01,
  #dc_p-013 .tc_ctm_sub_visual .tc_ctm_sub_visual_02,
  #dc_p-013 .tc_ctm_sub_visual .tc_ctm_sub_visual_03 {
    flex-direction: column;
  }

  #dc_p-013 .tc_ctm_sub_visual .tc_ctm_sub_visual_01 {
    background: url(/img/discovery/pots-pans/fixed-handle/discovery-product-fixed-lineup/sub_visual_01_01_sp.jpg) no-repeat center center/cover;
  }

  #dc_p-013 .tc_ctm_sub_visual .tc_ctm_sub_visual_02 {
    background: url(/img/discovery/pots-pans/fixed-handle/discovery-product-fixed-lineup/sub_visual_01_02_sp.jpg) no-repeat center center/cover;
  }

  #dc_p-013 .tc_ctm_sub_visual .tc_ctm_sub_visual_03 {
    background: url(/img/discovery/pots-pans/fixed-handle/discovery-product-fixed-lineup/sub_visual_01_03_sp.jpg) no-repeat center center/cover;
  }

  #dc_p-013 .tc_ctm_sub_visual .tc_ctm_sub_visual_icon_area {
    margin-right: 0;
    margin-bottom: 12px;
  }

  #dc_p-013 .tc_ctm_comp_pdf_btn,
  #dc_p-013 .tc_ctm_comp_pdf_btn .tc_section_title_06 {
    font-size: 14px;
  }

  #dc_p-013 .tc_section_title_06 .tc_ctm_vp_text {
    font-size: 13px;
  }

  #dc_p-013 .tc_section_title_06 .tc_ctm_vp_pdf_text {
    font-size: 14px;
  }

  #dc_p-013 .tc_comp_titlecnt.tc_section_heading_06.tc_p013_mb-54 {
    margin-bottom: 40px;
  }

  .tc_breadcrumb {
    padding-bottom: unset;
  }

  #dc_p-013 .tc_kv .tc_ctm_anchorlinklist {
    padding: 30px 7.7295vw;
    margin-bottom: 40px;
  }

  .tc_ctm_anchorlinklist .tc_ctm_normal_link {
    width: auto;
  }

  #dc_p-013 #anc04 {
    margin-top: 35px;
  }

  #dc_p-013 .tc_comp_clm_coupon .tc_text .tc_comp_btn {
    padding: 0 1em;
  }

  #dc_p-013 .tc_ctm_mb_m {
    margin-bottom: 20px;
  }
}