@charset "utf-8";

* {
  font-family: 'Hiragino Kaku Gothic Pro';
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  color: #333;
  line-height: 1.6;
}

@media print,
screen and (min-width: 768px) {
  .tc_show-sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .tc_show-pc {
    display: none !important;
  }
}

.tc_parts_text {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.tc_parts_text:not(:nth-of-type(1)) {
  margin-top: 20px;
}

.tc_parts_text::after {
  content: '\23F7';
}

a {
  text-decoration: none !important;
}

a.u-underline {
  text-decoration: underline !important;
}

ul {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

section {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  section {
    margin-top: 65px;
  }

  .tc_parts_text:nth-of-type(1)+.tc_show-sp {
    margin-top: unset;
  }
}

.tc_indent_list1 li {
  text-indent: -1em;
  margin-left: 1em;
}

.tc_inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .tc_inner {
    padding: 0 7.7295vw;
  }

  .tc_parts_text {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 7.7295vw;
  }
}

.tc_kv {
  margin-top: unset;
}

.tc_comp_heading_JP {
  font-weight: bold;
}

.tc_kv_02 {
  background-color: #F5F5F5;
}

.tc_kv_02 .tc_inner {
  padding-top: 32px;
  padding-bottom: 32px;
}

.tc_kv_02 .tc_inner p {
  font-size: 16px;
}

.tc_dp_flex {
  display: flex;
  gap: 24px;
}
.tc_flex_wrap {
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .tc_dp_flex {
    gap: 12px;
  }

  .tc_section_img .tc_dp_flex~.tc_dp_flex {
    margin-top: 12px;
  }
}

.tc_section_index .tc_section_index_01 {
  margin: 0 auto;
}

.tc_section_index_01 {
  max-width: 800px;
  border-radius: 20px;
  border: 1px solid #ccc;
  max-width: 800px;
}

.tc_section_index_01 .tc_title {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding: 20px 23px;
}

.tc_section_index_01 .tc_comp_item {
  position: relative;
}

.tc_section_index_01 .tc_comp_item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 51px 20px 35px;
  position: relative;
  font-size: 18px;
}

.tc_section_index_01 .tc_comp_item.tc_comp_item_subTitle a {
  padding-left: 51px;
  text-indent: -5px;
}

.tc_section_index_01 .tc_comp_item.tc_comp_item_subTitle a::before {
  content: '-';
  left: -9px;
  position: relative;
}

.tc_section_index_01 .tc_comp_item a::after {
  content: '';
  position: absolute;
  right: 35px;
  top: 41%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(135deg) translateY(-50%);
  transition: 0.2s ease-out;
}

.tc_section_index_01 .tc_comp_item:not(:first-child)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 50px);
  height: 1px;
  background-color: #ccc;
}

@media screen and (max-width: 767px) {
  .tc_section_index_01 .tc_title {
    padding: 16px 26px;
  }

  .tc_section_index_01 .tc_comp_item a {
    padding: 21px 25px;
    padding-right: 41px;
  }

  .tc_section_index_01 .tc_comp_item.tc_comp_item_subTitle a {
    padding-left: 41px;
  }

  .tc_section_index_01 .tc_comp_item a::after {
    right: 31px;
  }
}

.tc_section_img_02,
.tc_section_img_03 {
  flex-wrap: wrap;
}

.tc_section_img_02 .tc_item {
  width: calc((100% - 24px)/2);
}

.tc_section_img_03 .tc_item {
   width: calc((100% - 48px)/3);
}

@media screen and (max-width: 767px) {

  .tc_section_img_02 .tc_item,
  .tc_section_img_03 .tc_item {
    width: 100%;
  }
}

.tc_section_pagenav_01 {
  background-color: #666;
}

.tc_section_pagenav_02 {
  background-color: #EB212E;
}

.tc_comp_pagenavlist>.tc_dp_flex {
  gap: 0;
}

.tc_comp_pagenav {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-left: 1px solid #fff;
  font-size: 15px;
  padding: 17px 50px 17px 30px;
  transition: 0.2s;
  color: #fff;
  font-weight: bold;
}

@media screen and (min-width: 767px) {
  .tc_comp_pagenav {
    width: 197px;
  }
}

.tc_section_pagenav_01 .tc_comp_pagenav:hover {
  background-color: #ccc;
}

.tc_section_pagenav_02 .tc_comp_pagenav:hover {
  background-color: #EA6770;
}

.tc_comp_pagenav:last-child {
  border-right: 1px solid #fff;
}

.tc_comp_pagenav::before {
  content: '';
  position: absolute;
  right: 30px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg);
}

.tc_section_anchorlink_02 {
  background-color: #D4D4D4;
}

.tc_comp_anchorlinklist>.tc_dp_flex {
  padding: 80px 0;
  gap: 10px;
}

.tc_comp_anchorlink {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 1px solid #ccc;
  padding: 8px 25px;
  font-size: 15px;
  font-weight: bold;
  transition: 0.2s;
}

.tc_comp_anchorlink::before {
  content: '';
  position: absolute;
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(135deg);
}

.tc_section_anchorlink_01 .tc_comp_anchorlink {
  background-color: #F5F5F5;
}

.tc_section_anchorlink_01 .tc_comp_anchorlink:hover {
  background-color: #D4D4D4;
}

.tc_section_anchorlink_02 .tc_comp_anchorlink {
  background-color: #fff;
}

.tc_section_anchorlink_02 .tc_comp_anchorlink:hover {
  background-color: #ECECEC;
}

@media screen and (max-width: 767px) {
  .tc_section_pagenav .tc_comp_pagenav:not(:first-child) {
    display: none;
  }

  .tc_comp_pagenavlist>.tc_dp_flex {
    flex-direction: column;
  }

  .tc_section_pagenav>.tc_comp_pagenavlist~.tc_comp_pagenavlist {
    margin-top: 30px;
  }

  .tc_comp_pagenav {
    border-right: 1px solid #fff;
    padding-left: 30px;
    justify-content: flex-start;
  }

  .tc_comp_pagenav::before {
    right: 30px;
  }

  .tc_comp_anchorlinklist>.tc_dp_flex {
    padding: 30px 7.7295vw;
    gap: 5px;
  }

  .tc_comp_anchorlinklist>.tc_dp_flex {
    display: grid;
    grid-template-columns: auto auto;
  }

  .tc_comp_anchorlink {
    min-height: 48px;
    border-radius: 24px;
  }

  .tc_comp_anchorlink::before {
    right: 10px;
    width: 4px;
    height: 4px;
  }
}

.tc_comp_titlecnt {
  text-align: center;
  position: relative;
  padding-bottom: 26px;
}

.tc_comp_titlecnt .tc_title {
  font-weight: bold;
}

.tc_section_heading_03 .tc_title {
  margin-bottom: 4px;
}

.tc_section_heading_01::before,
.tc_section_heading_02::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: 6px;
  background-color: #EB212E;
}

.tc_section_heading_01 .tc_title {
  font-size: 36px;
}

.tc_section_heading_02 .tc_title,
.tc_section_heading_03 .tc_title {
  font-size: 32px;
}

.tc_section_heading_03 .tc_subTitle {
  font-size: 13px;
  font-weight: bold;
}

.tc_comp_heading_underline {
  border-bottom: 1px solid #ccc;
  padding: 34px 0 30px;
}

.tc_section_heading_04 {
  text-align: center;
}

.tc_section_heading_05 {
  gap: 17px;
  align-items: center;
}

.tc_section_heading_05 .tc_icon {
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  background-color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  padding: 2px 8px;
  text-wrap: nowrap;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .tc_section_heading_01 .tc_title {
    font-size: 32px;
  }

  .tc_section_heading_02 .tc_title {
    font-size: 28px;
  }

  .tc_section_heading_03 .tc_title {
    font-size: 26px;
    margin-bottom: 16px;
  }

  .tc_section_heading_05 {
    flex-direction: column;
    gap: 13px;
    align-items: flex-start;
  }

  .tc_section_heading_05 .tc_icon {
    width: fit-content;
    font-size: 14px;
  }

  .tc_section_heading_04 .tc_section_title_04,
  .tc_section_heading_05 .tc_section_title_04 {
    font-size: 17px;
  }

  .tc_comp_heading_underline {
    padding: 29px 0 17px;
  }
}

.tc_section_heading_06::before,
.tc_section_heading_07::before,
.tc_section_heading_08::before,
.tc_section_heading_09::before,
.tc_section_heading_10::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.06);
}

.tc_section_heading_06 .tc_title {
  font-size: 24px;
  margin-bottom: 9px;
}

.tc_section_heading_06 .tc_section_title_02,
.tc_section_heading_07 .tc_section_title_02,
.tc_section_heading_09 .tc_section_title_02,
.tc_section_heading_10 .tc_section_title_02 {
  color: #EB212E;
}

.tc_section_heading_09 .tc_section_title_03 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

.tc_section_heading_09 .tc_section_title_03 {
  padding: 0 130px;
  margin-bottom: 9px;
}

.tc_section_heading_10 .tc_section_title_03 {
  padding: 85px 0 0;
  margin-bottom: 9px;
}

.tc_section_heading_09 .tc_section_title_03::before,
.tc_section_heading_10 .tc_section_title_03::before,
.tc_section_heading_09 .tc_section_title_03::after {
  content: '';
  position: absolute;
  width: 70px;
  background-size: cover;
}

.tc_section_heading_09 .tc_section_title_03::before,
.tc_section_heading_10 .tc_section_title_03::before {
  height: 70px;
  background-image: url(/img/discovery/common/icn_kitchen_01.png);

}

.tc_section_heading_09 .tc_section_title_03::before {
  left: 0;
  top: 30%;
}

.tc_section_heading_10 .tc_section_title_03::before {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.tc_section_heading_09 .tc_section_title_03::after {
  height: 63px;
  background-image: url(/img/discovery/common/icn_kitchen_02.png);
  right: 0;
  top: 30%;
}

@media screen and (max-width: 767px) {
  .tc_section_heading_06 .tc_title {
    font-size: 20px;
    margin-bottom: 2px;
  }

  .tc_section_heading_06::before,
  .tc_section_heading_07::before,
  .tc_section_heading_08::before,
  .tc_section_heading_09::before,
  .tc_section_heading_10::before {
    width: 80px;
  }

  .tc_section_heading_09 .tc_section_title_03 {
    padding: 86px 0 0;
  }

  .tc_section_heading_09 .tc_section_title_03::before {
    top: 0;
    left: calc(50% - 54px);
    transform: translateX(-50%);
  }

  .tc_section_heading_09 .tc_section_title_03::after {
    top: 0;
    right: calc(50% - 54px);
    transform: translateX(50%);
  }

  .tc_section_heading_09 .tc_section_title_03,
  .tc_section_heading_10 .tc_section_title_03 {
    margin-bottom: 2px;
  }
}

.tc_section_heading02_01 {
  background-color: #7D7D7D;
  padding: 13px 20px;
}

.tc_section_heading02_01 .tc_section_title_02 {
  color: #fff;
}

.tc_section_heading02_02,
.tc_section_heading02_03,
.tc_section_heading02_04 {
  background-color: #F5F5F5;
  padding: 13px 20px;
}

.tc_section_heading02_02,
.tc_section_heading03_01 {
  align-items: center;
  gap: 10px;
}

.tc_section_heading_05_icon,
.tc_section_heading02_02 .tc_section_heading02_02_icon,
.tc_section_heading03_01 .tc_section_heading03_01_icon {
  gap: 5px;
}

.tc_section_heading02_02 .tc_icon,
.tc_section_heading03_01 .tc_icon {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  background-color: #EA666F;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  padding: 2px 8px;
  text-wrap: nowrap;
  height: 100%;
}

.tc_section_heading02_04 .tc_title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 3px;
}

@media screen and (max-width: 767px) {

  .tc_section_heading02_01,
  .tc_section_heading02_02,
  .tc_section_heading02_03,
  .tc_section_heading02_04 {
    padding: 12px 10px;
  }

  .tc_section_heading02_02,
  .tc_section_heading03_01 {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .tc_section_heading02_04 .tc_title {
    font-size: 18px;
    margin-bottom: 2px;
  }
}

.tc_section_heading03 {
  background-color: #F5F5F5;
  padding: 80px 0;
}

.tc_section_heading03_01,
.tc_section_heading03_02,
.tc_section_heading03_03 {
  background-color: #fff;
  padding: 13px 20px;
}

.tc_section_heading03_03 .tc_title {
  margin-bottom: 3px;
  font-size: 22px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .tc_section_heading03 {
    padding: 65px 0;
  }

  .tc_section_heading02_02 .tc_icon,
  .tc_section_heading03_01 .tc_icon {
    font-size: 15px;
  }

  .tc_section_heading03_01,
  .tc_section_heading03_02,
  .tc_section_heading03_03 {
    background-color: #fff;
    padding: 12px 10px;
  }

  .tc_section_heading03_03 .tc_title {
    margin-bottom: 2px;
    font-size: 18px;
  }
}

.tc_section_heading04_01 .tc_section_title_03 {
  padding-left: 1em;
  text-indent: -1em;
}

.tc_section_heading04_01 .tc_section_title_03::before {
  content: '●';
}

.tc_section_heading04_02,
.tc_section_heading04_03 {
  background-color: #F5F5F5;
  padding: 8px 10px;
}

.tc_section_heading04_03 .tc_title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2px;
}

@media screen and (max-width: 767px) {
  .tc_section_heading04_03 .tc_title {
    font-size: 14px;
    margin-bottom: 1px;
  }
}

.tc_section_heading05 {
  background-color: #F5F5F5;
  padding: 80px 0;
}

.tc_section_heading05_01,
.tc_section_heading05_02 {
  background-color: #fff;
  padding: 8px 10px;
}

.tc_section_heading05_02 .tc_title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2px;
}

@media screen and (max-width: 767px) {
  .tc_section_heading05 {
    padding: 65px 0;
  }

  .tc_section_heading05_02 .tc_title {
    font-size: 14px;
    margin-bottom: 1px;
  }
}

.tc_section_title .tc_inner>.tc_dp_flex>div {
  width: 50%;
}

.tc_section_title_01,
.tc_section_title_01L {
  font-size: 40px;
}

.tc_section_title_01L {
  border-left: 8px solid #EB212E;
}

.tc_section_title_02,
.tc_section_title_02L {
  font-size: 32px;
}

.tc_section_title_02L {
  border-left: 7px solid #EB212E;
}

.tc_section_title_03,
.tc_section_title_03L {
  font-size: 24px;
}

.tc_section_title_03L {
  border-left: 6px solid #EB212E;
}

.tc_section_title_04,
.tc_section_title_04L {
  font-size: 20px;
}

.tc_section_title_04L {
  border-left: 5px solid #EB212E;
}

.tc_section_title_05,
.tc_section_title_05L {
  font-size: 17px;
}

.tc_section_title_05L {
  border-left: 4px solid #EB212E;
}

.tc_section_title_06,
.tc_section_title_06L {
  font-size: 15px;
}

.tc_section_title_06L {
  border-left: 3px solid #EB212E;
}

.tc_section_title_01,
.tc_section_title_02,
.tc_section_title_03,
.tc_section_title_04,
.tc_section_title_05,
.tc_section_title_06,
.tc_section_title_01L,
.tc_section_title_02L,
.tc_section_title_03L,
.tc_section_title_04L,
.tc_section_title_05L,
.tc_section_title_06L {
  font-weight: bold;
}

.tc_section_title_01L,
.tc_section_title_02L,
.tc_section_title_03L,
.tc_section_title_04L,
.tc_section_title_05L,
.tc_section_title_06L {
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  .tc_section_title>.tc_inner>.tc_dp_flex {
    flex-direction: column;
    gap: 30px;
  }

  .tc_section_title .tc_inner>.tc_dp_flex>div {
    width: 100%;
  }

  .tc_section_title_01,
  .tc_section_title_01L {
    font-size: 32px;
  }

  .tc_section_title_02,
  .tc_section_title_02L {
    font-size: 26px;
  }

  .tc_section_title_03,
  .tc_section_title_03L {
    font-size: 20px;
  }

  .tc_section_title_04,
  .tc_section_title_04L {
    font-size: 18px;
  }
}

.tc_section_honbun_01 {
  font-size: 20px;
}

.tc_section_honbun_02 {
  font-size: 16px;
}

.tc_section_honbun_03 {
  font-size: 15px;
}

.tc_section_honbun_04 {
  font-size: 13px;
}

.tc_section_honbun_05 {
  font-size: 11px;
}

@media screen and (max-width: 767px) {
  .tc_section_honbun_01 {
    font-size: 18px;
  }
}

.tc_section_clm_01,
.tc_section_clm_02 {
  align-items: center;
}

@media print,
screen and (min-width: 768px) {

  .tc_section_clm_01 .tc_comp_all_thum,
  .tc_section_clm_02 .tc_comp_all_thum {
    flex: 0 0 578px;
  }
}

.tc_section_clm_05 .tc_dp_flex {
  align-items: flex-start;
  gap: 16px;
}

.tc_section_clm_05 .tc_dp_flex .tc_text {
  width: 322px;
}

.tc_section_clm_05 .tc_dp_flex .tc_comp_all_thum {
  width: 240px;
  height: 240px;
}

.tc_section_clm_05 .tc_dp_flex .tc_comp_all_thum img {
  height: 100%;
  object-fit: cover;
}

.tc_section_clm_01 .tc_comp_heading_JP,
.tc_section_clm_02 .tc_comp_heading_JP {
  font-size: 24px;
}

.tc_section_clm_01 .tc_section_honbun_03,
.tc_section_clm_02 .tc_section_honbun_03 {
  margin-top: 37px;
}

.tc_section_clm_03,
.tc_section_clm_04,
.tc_section_clm_05,
.tc_section_clm_06,
.tc_section_clm_07 {
  flex-wrap: wrap;
}

.tc_section_clm_03 .tc_section_honbun_03,
.tc_section_clm_04 .tc_section_honbun_03,
.tc_section_clm_05 .tc_section_honbun_03,
.tc_section_clm_06 .tc_section_honbun_03,
.tc_section_clm_07 .tc_section_honbun_03 {
  margin-top: 11px;
}

.tc_section_clm_03 .tc_comp_heading_JP,
.tc_section_clm_06 .tc_comp_heading_JP,
.tc_section_clm_07 .tc_comp_heading_JP {
  font-size: 20px;
  margin-top: 11px;
}

.tc_section_clm_03 .tc_comp_all_clm,
.tc_section_clm_04 .tc_comp_all_clm,
.tc_section_clm_05 .tc_comp_all_clm,
.tc_section_clm_06 .tc_comp_all_clm,
.tc_section_clm_07>.tc_comp_all_clm,
.tc_section_clm_07>.tc_comp_clm_plus {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .tc_section_clm_03 .tc_comp_all_clm {
       width: calc((100% - 48px)/3);
  }

  .tc_section_clm_04 .tc_comp_all_clm {
       width: calc((100% - 72px)/4);
  }

  .tc_section_clm_05 .tc_comp_all_clm,
  .tc_section_clm_06 .tc_comp_all_clm,
  .tc_section_clm_07>.tc_comp_all_clm,
  .tc_section_clm_07>.tc_comp_clm_plus {
       width: calc((100% - 24px)/2);
  }
}

.tc_section_clm_04 .tc_comp_heading_JP {
  font-size: 17px;
  margin-top: 11px;
}

.tc_section_clm_05 .tc_comp_heading_JP {
  font-size: 17px;
}

.tc_section_clm_07>div {
  width: 50%;
}

.tc_section_clm_07 .tc_comp_all_thum {
  position: relative;
}

.tc_section_clm_07 .tc_comp_all_thum .tc_comp_icons_prod {
  position: absolute;
  top: 8px;
  left: 7px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  border-radius: 8px;
  background-color: #EB212E;
  padding: 6px 16px;
}

.tc_section_clm_07 .tc_comp_clm_plus .tc_comp_all_clm~.tc_comp_all_clm {
  margin-top: 24px;
}

.tc_section_clm_07 .tc_comp_clm_plus .tc_comp_all_clm {
  gap: 16px;
}

.tc_section_clm_07 .tc_comp_clm_plus .tc_comp_all_clm:nth-child(2) .tc_comp_all_thum {
  flex: 0 0 112px;
  height: 112px;
}

.tc_section_clm_07 .tc_comp_clm_plus .tc_comp_all_clm .tc_comp_all_thum img {
  height: 100%;
  object-fit: cover;
}

.tc_section_clm_07 .tc_comp_clm_plus .tc_comp_all_clm:nth-child(2) .tc_section_honbun_03 {
  margin-top: unset;
}

@media screen and (max-width: 767px) {

  .tc_section_clm_01,
  .tc_section_clm_02,
  .tc_section_clm_03 {
    flex-direction: column;
  }

  .tc_section_clm_01 .tc_comp_heading_JP,
  .tc_section_clm_02 .tc_comp_heading_JP {
    font-size: 17px;
  }

  .tc_section_clm_01 .tc_section_honbun_03,
  .tc_section_clm_02 .tc_section_honbun_03 {
    margin-top: 12px;
  }

  .tc_section_clm_02 .tc_text {
    order: 1;
  }

  .tc_section_clm_03 {
    gap: 30px;
  }

  .tc_section_clm_03 .tc_comp_all_clm {
    display: flex;
    gap: 12px;
  }

  .tc_section_clm_03 .tc_comp_all_clm .tc_comp_all_thum {
    flex: 0 0 38.6473vw;
    height: 38.6473vw;
  }

  .tc_section_clm_03 .tc_comp_all_clm .tc_comp_all_thum img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  .tc_section_clm_03 .tc_comp_heading_JP,
  .tc_section_clm_06 .tc_comp_heading_JP,
  .tc_section_clm_07 .tc_comp_heading_JP {
    font-size: 15px;
    margin-top: unset;
  }

  .tc_section_clm_04 {
    display: grid;
    row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .tc_section_clm_04 .tc_comp_heading_JP {
    font-size: 15px;
  }

  .tc_section_clm_05,
  .tc_section_clm_06,
  .tc_section_clm_07 {
    flex-direction: column;
    gap: 25px;
  }

  .tc_section_clm_05>.tc_dp_flex {
    flex-direction: column;
    gap: 11px;
  }

  .tc_section_clm_05 .tc_dp_flex .tc_comp_all_thum {
    width: 100%;
    height: auto;
  }

  .tc_section_clm_05 .tc_dp_flex .tc_text {
    width: 100%;
  }

  .tc_section_clm_06 .tc_text,
  .tc_section_clm_07 .tc_text {
    margin-top: 11px;
  }

  .tc_section_clm_07>div {
    width: 100%;
  }

  .tc_section_clm_02 .tc_section_honbun_03 {
    margin-top: 12px;
  }

  .tc_section_clm_07 {
    align-items: center;
  }

  .tc_section_clm_07 .tc_comp_clm_plus .tc_comp_all_clm:nth-child(2) .tc_comp_all_thum {
    flex: 0 0 27.0531vw;
    height: 27.0531vw;
  }

  .tc_section_clm_07 .tc_comp_clm_plus .tc_comp_all_clm:nth-child(2) .tc_text {
    margin-top: unset;
  }

  .tc_section_clm_07 .tc_comp_clm_plus .tc_comp_all_clm .tc_comp_all_thum img {
    aspect-ratio: 1 / 1;
    height: unset;
  }

  .tc_section_clm_07 .tc_comp_clm_plus .tc_comp_all_clm~.tc_comp_all_clm {
    margin-top: 12px;
  }
}

.tc_slider_list_wrap>.tc_inner {
  position: relative;
}

.tc_slider_list .tc_comp_all_clm {
  width:377px;
  margin: 0 12px;
}

.tc_slider_list .tc_comp_all_clm a {
  position: relative;
}

.tc_slider_list .tc_comp_all_clm a .tc_comp_all_thum::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
}

.tc_slider_list .tc_comp_all_clm a:hover .tc_comp_all_thum::before {
  opacity: 1;
}

.tc_slider_list .tc_comp_all_thum img {
  height: 377px;
  object-fit: cover;
}

.tc_section_slider_02 .tc_comp_all_thum img {
  height: 212px;
}

.tc_section_slider_02 .tc_comp_all_clm .tc_text {
  margin-top: 11px;
}

.tc_slider_list_wrap .slick-arrow {
  position: absolute;
  width: 56px;
  height: 64px;
  border: unset;
  cursor: pointer;
  font-size: 0;
  z-index: 1;
  transform: translateY(-50%);
}

.tc_section_slider_01 .slick-arrow {
  top: calc(377px / 2);
}

.tc_section_slider_02 .slick-arrow {
  top: calc(212px / 2);
}

.tc_slider_list_wrap .slick-prev,
.tc_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;
}

.tc_slider_list_wrap .slick-prev {
  left: -10px;
}

.tc_slider_list_wrap .slick-next {
  right: -10px;
}

.tc_slider_list_wrap .slick-prev:hover,
.tc_slider_list_wrap .slick-next:hover {
  background-color: #EB212EB2;
}

.tc_slider_list_wrap .slick-prev:before,
.tc_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;
}

.tc_slider_list_wrap .slick-prev:before {
  left: 45%;
  transform: translateY(-50%) rotate(225deg);
}

.tc_slider_list_wrap .slick-next:before {
  right: 45%;
  transform: translateY(-50%) rotate(45deg);
}

.tc_slider_list_wrap .slick-prev:hover:before {
  left: 40%;
}

.tc_slider_list_wrap .slick-next:hover:before {
  right: 40%;
}

@media screen and (max-width: 767px) {

  .tc_slider_list .tc_comp_all_clm,
  .tc_slider_list .tc_comp_all_clm {
    width: 53.1401vw;
    margin: 1.4493vw;
  }

  .tc_section_slider_01 .tc_comp_all_thum {
    height: 53.1401vw;
  }

  .tc_section_slider_02 .tc_comp_all_thum {
    height: 29.8913vw;
  }

  .tc_slider_list_wrap .tc_comp_all_thum img {
    height: 100%;
  }

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

.tc_section_review_01 .tc_comp_review {
  max-width: 960px;
  margin: 0 auto;
}

.tc_section_review_01 .tc_comp_review~.tc_comp_review {
  margin-top: 40px;
}

.tc_section_review_01 .tc_comp_review .tc_hoshi .tc_comp_icons_prod {
  font-weight: bold;
  font-size: 13px;
  border-radius: 8px;
  background-color: #ECECEC;
  width: fit-content;
  padding: 3px 16px;
}

.tc_section_review_01 .tc_comp_review .tc_hoshi .tc_comp_star .tc_comp_icons {
  gap: 5px;
}

.tc_section_review_01 .tc_comp_review .tc_hoshi .tc_comp_star .tc_comp_icons img {
  width: 24px;
}

.tc_section_review_01 .tc_comp_review .tc_comp_heading_JP {
  font-size: 17px;
  margin-top: 18px;
}

.tc_section_review_01 .tc_comp_review .tc_section_honbun_03 {
  margin-top: 19px;
}

.tc_section_movie_01 .tc_section_movie_iframe_01 {
  width: 1180px;
  height: 664px;
}

.tc_section_movie_02 .tc_section_movie_iframe_01 {
     width: 100%;
  height: 325px;
}

.tc_section_movie_01 .tc_comp_all_clm>.tc_section_title_03,
.tc_section_movie_02 .tc_comp_all_clm>.tc_section_title_03,
.tc_section_movie_01 .tc_comp_all_clm>p,
.tc_section_movie_02 .tc_comp_all_clm>p {
  margin-top: 10px;
}

.tc_section_movie_02 {
  flex-wrap: wrap;
}

.tc_section_movie_01 .tc_section_movie_youtube_container,
.tc_section_movie_02 .tc_section_movie_youtube_container {
  cursor: pointer;
  position: relative;
}

.tc_section_movie_01 .tc_section_movie_youtube_container::before,
.tc_section_movie_02 .tc_section_movie_youtube_container::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-image: url(/img/discovery/common/icn_movie.png);
}

@media screen and (min-width: 768px) {
  .tc_section_movie_02>.tc_comp_all_clm {
       width: calc((100% - 24px)/2);
  }
}

@media screen and (max-width: 767px) {
  .tc_section_review_01 .tc_comp_review {
    flex-direction: column;
  }

  .tc_section_review_01 .tc_comp_prod_thum {
    display: flex;
    gap: 12px;
    align-items: flex-end;
  }

  .tc_section_review_01 .tc_comp_prod_thum>* {
    width: 50%;
  }

  .tc_section_review_01 .tc_comp_prod_thum .tc_text .tc_hoshi {
    flex-direction: column;
  }

  .tc_section_review_01 .tc_comp_review .tc_hoshi .tc_comp_star .tc_comp_icons img {
    width: 18px;
  }

  .tc_section_review_01 .tc_comp_prod_thum>img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  .tc_section_review_01 .tc_comp_review .tc_comp_heading_JP {
    margin-top: unset;
  }

  .tc_section_review_01 .tc_comp_review .tc_section_honbun_03 {
    margin-top: 12px;
  }

  .tc_section_movie .tc_inner>div~div {
    margin-top: 20px;
  }

  .tc_section_movie_01 .tc_section_movie_iframe_01,
  .tc_section_movie_02 .tc_section_movie_iframe_01 {
    width: 84.5411vw;
    height: 47.5845vw;
  }

  .tc_section_movie_01 .tc_section_title_03,
  .tc_section_movie_02 .tc_section_title_03 {
    font-size: 17px;
  }

  .tc_section_movie_02 {
    flex-direction: column;
    gap: 20px;
  }

  .tc_section_review_01 .tc_comp_review~.tc_comp_review {
    margin-top: 40px;
  }
}

.tc_section_clm_BG1_01,
.tc_section_clm_BG1_02,
.tc_section_clm_BG2_01,
.tc_section_clm_BG2_02 {
  gap: unset;
}

.tc_section_clm_BG1_01>div,
.tc_section_clm_BG1_02>div,
.tc_section_clm_BG2_01>div,
.tc_section_clm_BG2_02>div {
  width: 50%;
}

.tc_section_clm_BG1_01>div:first-child,
.tc_section_clm_BG1_02>div:first-child,
.tc_section_clm_BG2_01>div:first-child,
.tc_section_clm_BG2_02>div:first-child,
.tc_section_clm_BG3_01>div:first-child,
.tc_section_clm_BG4_01>div:first-child,
.tc_section_clm_BG5_01>div:first-child {
  border-radius: 40px 0 0 0;
  overflow: hidden;
}

.tc_section_clm_BG1_01 .tc_text,
.tc_section_clm_BG1_02 .tc_text,
.tc_section_clm_BG2_01 .tc_text,
.tc_section_clm_BG2_02 .tc_text,
.tc_section_clm_BG3_01 .tc_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  gap: 32px;
}

.tc_section_clm_BG1_01 .tc_text {
  gap: 36px;
}

.tc_section_clm_BG1_01 .tc_text,
.tc_section_clm_BG1_02 .tc_text {
  background-color: #F5F5F5;
}

.tc_section_clm_BG2_01 .tc_text,
.tc_section_clm_BG2_02 .tc_text,
.tc_section_clm_BG3_01 .tc_text,
.tc_section_clm_BG4_01 .tc_text,
.tc_section_clm_BG5_01 .tc_text {
  background-color: #F5F5F5;
}

.tc_section_clm_BG1_01 .tc_comp_heading_JP,
.tc_section_clm_BG1_02 .tc_comp_heading_JP,
.tc_section_clm_BG2_01 .tc_comp_heading_JP,
.tc_section_clm_BG2_02 .tc_comp_heading_JP,
.tc_section_clm_BG3_01 .tc_comp_heading_JP {
  font-size: 24px;
}

.tc_section_clm_BG2_01,
.tc_section_clm_BG2_02 {
  padding-bottom: 80px;
}

.tc_section_clm_BG2_01 .tc_comp_all_thum,
.tc_section_clm_BG2_02 .tc_comp_all_thum {
  position: relative;
  z-index: 1;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
}

.tc_section_clm_BG2_01>div:nth-child(2),
.tc_section_clm_BG2_02>div:nth-child(2) {
  position: relative;
  top: 80px;
  left: -40px;
}

.tc_section_clm_BG2_01>div:nth-child(2).tc_text {
  padding-left: 80px;
}

.tc_section_clm_BG2_02>div:nth-child(1).tc_text {
  padding-right: 80px;
}

@media screen and (max-width: 767px) {

  .tc_section_clm_BG1_01,
  .tc_section_clm_BG1_02,
  .tc_section_clm_BG2_01,
  .tc_section_clm_BG2_02 {
    flex-direction: column;
  }

  .tc_section_clm_BG1_01>div,
  .tc_section_clm_BG1_02>div,
  .tc_section_clm_BG2_01>div,
  .tc_section_clm_BG2_02>div {
    width: 100%;
  }

  .tc_section_clm_BG1_01 .tc_text,
  .tc_section_clm_BG1_02 .tc_text,
  .tc_section_clm_BG2_01 .tc_text,
  .tc_section_clm_BG2_02 .tc_text,
  .tc_section_clm_BG3_01 .tc_text {
    padding: 18px 24px;
    gap: 20px;
  }

  .tc_section_clm_BG1_01 .tc_comp_heading_JP,
  .tc_section_clm_BG1_02 .tc_comp_heading_JP,
  .tc_section_clm_BG2_01 .tc_comp_heading_JP,
  .tc_section_clm_BG2_02 .tc_comp_heading_JP,
  .tc_section_clm_BG3_01 .tc_comp_heading_JP {
    font-size: 20px;
  }

  .tc_section_clm_BG1_02 .tc_text {
    order: 1;
    border-radius: unset !important;
  }

  .tc_section_clm_BG1_02 .tc_comp_all_thum {
    border-radius: 40px 0 0 0;
    overflow: hidden;
  }

  .tc_section_clm_BG2_01,
  .tc_section_clm_BG2_02 {
    padding-bottom: unset;
  }


  .tc_section_clm_BG2_01>div:nth-child(2),
  .tc_section_clm_BG2_02>div:nth-child(1) {
    width: 100vw;
    top: 0;
    left: -7.7295vw;
    margin-top: -16px;
    padding: 34px 24px 31px !important;
    border-radius: unset !important;
    position: relative;
    gap: 10px;
  }

  .tc_section_clm_BG2_01>div:nth-child(1) {
    border-radius: unset;
  }

  .tc_section_clm_BG2_02>div:nth-child(2) {
    top: unset;
    left: unset;
    overflow: hidden;
  }

  .tc_section_clm_BG2_02 .tc_text {
    order: 1;
  }

  .tc_section_clm_BG3_01>div:nth-child(1) {
    padding: 24px;
  }
}

.tc_section_clm_BG4 .tc_section_clm_BG4_01~.tc_section_clm_BG4_01,
.tc_section_clm_BG5 .tc_section_clm_BG5_01~.tc_section_clm_BG5_01 {
  margin-top: 40px;
}

.tc_section_clm_BG4_01,
.tc_section_clm_BG5_01 {
  position: relative;
  padding-top: 40px;
}

.tc_section_clm_BG4_01 .tc_comp_all_thum,
.tc_section_clm_BG5_01 .tc_comp_all_thum {
  position: absolute;
  max-width: 378px;
  top: 0;
  z-index: 1;
}

.tc_section_clm_BG4_01 .tc_text,
.tc_section_clm_BG5_01 .tc_text {
  width: calc(100% - 42px);
  margin-left: auto;
  padding: 39px 60px 40px 360px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
}

.tc_section_clm_BG4_01 .tc_text .tc_comp_heading_JP,
.tc_section_clm_BG5_01 .tc_text .tc_comp_heading_JP {
  font-size: 20px;
}

.tc_section_clm_BG5_01 .tc_text .tc_comp_heading_JP {
  position: relative;
  padding-left: 13px;
}

.tc_section_clm_BG5_01 .tc_text .tc_comp_heading_JP::before {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #EB212E;
}

.tc_section_clm_BG4_01 .tc_text .tc_icon {
  position: absolute;
  top: -40px;
  left: 360px;
  text-align: center;
  line-height: 1;
}

.tc_section_clm_BG4_01 .tc_text .tc_icon p:nth-child(1) {
  color: #EB212E;
  font-size: 17px;
}

.tc_section_clm_BG4_01 .tc_text .tc_icon p:nth-child(2) {
  color: #EB212E;
  font-size: 41px;
  line-height: 1;
}

@media screen and (max-width: 767px) {

  .tc_section_clm_BG4_01,
  .tc_section_clm_BG5_01 {
    padding-top: 134px;
  }

  .tc_section_clm_BG4_01 .tc_comp_all_thum,
  .tc_section_clm_BG5_01 .tc_comp_all_thum {
    position: relative;
    width: calc(100% - 7.7295vw);
    top: unset;
  }

  .tc_section_clm_BG4_01 .tc_text,
  .tc_section_clm_BG5_01 .tc_text {
    margin-top: -40px;
    padding: 50px 24px 20px;
    gap: 16px;
  }

  .tc_section_clm_BG4_01,
  .tc_section_clm_BG5_01 {
    padding-top: unset;
  }

  .tc_section_clm_BG4 .tc_section_clm_BG4_01~.tc_section_clm_BG4_01,
  .tc_section_clm_BG5 .tc_section_clm_BG5_01~.tc_section_clm_BG5_01 {
    margin-top: 24px;
  }

  .tc_section_clm_BG4_01 .tc_text .tc_comp_heading_JP,
  .tc_section_clm_BG5_01 .tc_text .tc_comp_heading_JP {
    font-size: 18px;
  }

  .tc_section_clm_BG4_01 .tc_text .tc_icon {
    top: 51px;
    left: -40px;
  }

  .tc_section_clm_BG4_01 .tc_text .tc_icon p:nth-child(1) {
    font-size: 13px;
  }

  .tc_section_clm_BG4_01 .tc_text .tc_icon p:nth-child(2) {
    font-size: 32px;
  }
}




.tc_section_compare1 {
  padding: 80px 0;
  background-color: #ECECEC;
}

.tc_comp_tablist {
  border-bottom: 8px solid #EB212E;
  gap: 1px;
}

.tc_comp_tablist .tc_comp_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;
}

.tc_comp_tablist.tc_section_compare1_01 .tc_comp_tab:not(.active) {
  background-color: #fff;
}

.tc_comp_tablist.tc_section_compare1_01 .tc_comp_tab:not(.active):hover {
  background-color: #ececec;
}

.tc_comp_tablist.tc_section_compare2_01 .tc_comp_tab:not(.active) {
  background-color: #ECECEC;
}

.tc_comp_tablist.tc_section_compare2_01 .tc_comp_tab:not(.active):hover {
  background-color: #d4d4d4;
}

.tc_comp_tablist .tc_comp_tab.active {
  background-color: #EB212E;
}

.tc_comp_tablist .tc_comp_tab.active>* {
  color: #fff;
}

.tc_section_function_table {
  width: 100%;
  text-align: center;
}

.tc_section_function_table tr,
.tc_section_function_table th {
  padding: 10px 0;
  font-size: 15px;
}

.tc_section_function_table thead tr:nth-child(1) {
  background-color: #333;
}

.tc_section_function_table thead tr:nth-child(2) {
  background-color: #666;
}

.tc_section_function_table thead th {
  color: #fff;
}

.tc_section_function_table tbody th {
  background-color: #D4D4D4;
}

.tc_section_function_table tbody tr {
  background-color: #F5F5F5;
}

.tc_section_function_comparelist_01 .tc_inner {
  max-width: 961px;
}

.tc_section_function_comparelist_01 .tc_line {
  width: 1px;
  background-color: #ccc;
}

.tc_section_function_comparelist_01 .tc_comp_function_compare {
  width: 100%;
}

.tc_section_function_comparelist_01 .tc_comp_function_compare>.tc_comp_prod_thum {
  margin-top: 23px;
}

.tc_section_function_comparelist_01 .tc_comp_function_compare>p {
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .tc_section_compare1 {
    padding: 40px 0;
  }

  .tc_comp_tablist.tc_section_compare2_01 .tc_comp_tab {
    width: 102px;
  }

  .tc_section_compare2 .tc_inner {
    overflow-x: auto;
  }

  .tc_section_compare2_01 {
    width: fit-content;
  }

  .tc_section_function_comparelist_01 .tc_inner>div {
    justify-content: space-between;
    overflow-x: auto;
  }

  .tc_section_function_comparelist_01 .tc_comp_function_compare>.tc_comp_prod_thum {
    width: 220px;
  }

  .tc_section_function_comparelist_01 .tc_comp_function_compare {
    width: 220px;
  }

  .tc_section_compare2_02 {
    width: 477px;
  }

  .tc_section_compare1_03,
  .tc_section_compare2_03 {
    display: grid;
    grid-template-columns: repeat(4, auto);
  }

  .tc_section_compare1_03 .tc_comp_tab {
    background-color: #fff;
    border-radius: unset;
  }

  .tc_section_compare2_03 .tc_comp_tab {
    background-color: #ECECEC;
    border-radius: unset;
  }
}

.tc_comp_clm_saleprod {
  border: 1px solid #ECECEC;
  border-radius: 40px 0 0 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.tc_comp_clm_saleprod .tc_text {
  background-color: #F5F5F5;
  padding: 20px 22px 24px;
}

.tc_section_saleprod_02,
.tc_section_saleprod_03,
.tc_section_saleprod_04 {
  flex-wrap: wrap;
}

.tc_section_saleprod_02 .tc_comp_clm_saleprod {
     width: calc((100% - 48px)/3);
}

.tc_section_saleprod_03 .tc_comp_clm_saleprod {
   width: calc((100% - 24px)/2);
}

.tc_section_saleprod_04 .tc_comp_clm_saleprod {
   width: calc((100% - 24px)/2);
}

.tc_section_saleprod_02 .tc_comp_clm_saleprod .tc_text,
.tc_section_saleprod_03 .tc_comp_clm_saleprod .tc_text,
.tc_section_saleprod_04 .tc_comp_clm_saleprod .tc_text {
  padding-left: 31px;
  padding-right: 31px;
}

.tc_comp_clm_saleprod .tc_text>.tc_section_honbun_05 {
  margin-top: 3px;
}

.tc_comp_clm_saleprod .tc_text>.tc_section_honbun_03 {
  margin-top: 11px;
}

.tc_comp_price_prodlist {
  margin-top: 11px;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 5px;
}

.tc_comp_price_prodlist p:not(:first-child) {
  color: #EB212E;
}

.tc_comp_price_prodlist p {
  line-height: 1;
}

.tc_comp_price_prodlist p.tc_section_honbun_01 {
  position: relative;
  bottom: -1px;
}

.tc_comp_btn {
  max-width: 320px;
  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;
}

.tc_comp_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;
}

.tc_comp_btn:hover::before {
  opacity: 1;
}

.tc_comp_btn::after {
  content: '';
  position: absolute;
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  transition: 0.2s ease-out;
}

.tc_comp_btn:hover::after {
  right: 14px;
}

/* ▼ 20251017 製品カード_クリッカブルエリア拡大 ▼ */
.tc_comp_clm_saleprod > a {
  text-decoration: none;
  gap: unset;
  word-break: unset;
}

.tc_comp_clm_saleprod > a .tc_comp_prod_thum {
  overflow: hidden;
}

.tc_comp_clm_saleprod > a .tc_comp_prod_thum img,
.tc_comp_clm_saleprod > a span.tc_comp_btn,
.tc_comp_clm_saleprod > a span.tc_comp_btn .tc_section_title_06 {
  transition: all .3s;
}

.tc_comp_clm_saleprod > a span.tc_comp_btn::before {
  content: none;
}

.tc_comp_clm_saleprod > a span.tc_comp_btn:hover::before {
  opacity: 0;
}

.tc_comp_clm_saleprod > a span.tc_comp_btn::after {
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  content: "";
  display: inline-block;
  height: 6px;
  position: absolute;
  right: 5.5%;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: var(--transition);
  width: 6px;
}
@media (min-width: 960px) {
  .tc_comp_clm_saleprod > a:hover .tc_comp_prod_thum img {
    transform: scale(1.06);
  }

  .tc_comp_clm_saleprod > a:hover span.tc_comp_btn {
    background: #eb212e;
    border-color: #eb212e;
    color: #fff;
  }

  .tc_comp_clm_saleprod > a:hover span.tc_comp_btn::after {
    border-color: #fff;
  }

  .tc_comp_clm_saleprod > a:hover span.tc_comp_btn .tc_section_title_06 {
    color: #fff;
  }

  /* .tc_comp_clm_saleprod > a span.tc_comp_btn:hover::after {
    border-color: #fff;
    right: 4.5%;
  } */
}
/* ▲ 20251017 製品カード_クリッカブルエリア拡大 ▲ */

.tc_linethrough {
  text-decoration: line-through;
}

.tc_section_saleprod_04 .tc_comp_clm_saleprod {
  gap: unset;
}

.tc_section_saleprod_04 .tc_comp_clm_saleprod .tc_comp_prod_thum {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 240px;
  align-self: center;
}

.tc_section_saleprod_04 .tc_comp_clm_saleprod .tc_comp_prod_thum img,
.tc_section_saleprod_05 .tc_comp_clm_saleprod .tc_comp_prod_thum img {
  height: 100%;
  object-fit: cover;
}

.tc_section_saleprod_04 .tc_comp_clm_saleprod .tc_text {
  width: 338px;
}

.tc_section_saleprod_05 .tc_comp_clm_saleprod {
  max-width: 960px;
  margin: 0 auto;
  gap: unset;
}

.tc_section_saleprod_05 .tc_comp_clm_saleprod .tc_comp_prod_thum {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 280px;
  align-self: center;
}

.tc_section_saleprod_05 .tc_text {
  flex-direction: column;
  gap: unset;
  justify-content: center;
}

.tc_section_saleprod_01 .tc_comp_clm_saleprod .tc_text .tc_comp_price_prodlist,
.tc_section_saleprod_02 .tc_comp_clm_saleprod .tc_text .tc_comp_price_prodlist,
.tc_section_saleprod_03 .tc_comp_clm_saleprod .tc_text .tc_comp_price_prodlist,
.tc_section_saleprod_04 .tc_comp_clm_saleprod .tc_text .tc_comp_price_prodlist,
.tc_section_saleprod_05 .tc_comp_price_prodlist {
  justify-content: center;
}

.tc_section_saleprod_05 .tc_comp_clm_saleprod .tc_text {
  padding-left: 32px;
  padding-right: 32px;
}

@media print,
screen and (min-width: 768px) {
  .tc_section_saleprod_05 .tc_comp_clm_saleprod .tc_text {
    width: calc(100% - 280px);
  }
}

.tc_section_saleprod_05 .tc_comp_clm_saleprod .tc_text .tc_comp_btn {
  width: 100%;
}

.tc_section_saleprod_06 .tc_comp_clm_saleprod {
  max-width: 800px;
  margin: 0 auto;
}

.tc_section_saleprod_06 .tc_comp_clm_saleprod .tc_text .tc_section_title_04,
.tc_section_saleprod_06 .tc_comp_clm_saleprod .tc_text>p {
  text-align: center;
}

.tc_section_saleprod_06 .tc_comp_price_prodlist {
  justify-content: center;
}


@media screen and (max-width: 767px) {
  .tc_section_saleprod_01 {
    flex-direction: column;
  }

  .tc_section_saleprod_01 .tc_comp_clm_saleprod,
  .tc_section_saleprod_01 .tc_comp_clm_saleprod > a  {
    display: flex;
    align-items: center;
  }

  .tc_section_saleprod_01 .tc_comp_clm_saleprod > div,
  .tc_section_saleprod_01 .tc_comp_clm_saleprod > a > div {
    width: 50%;
  }

  .tc_section_saleprod_01 .tc_comp_clm_saleprod > .tc_comp_prod_thum img,
  .tc_section_saleprod_01 .tc_comp_clm_saleprod > a > .tc_comp_prod_thum img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  .tc_section_saleprod_01 .tc_comp_price_prodlist {
    display: grid;
    grid-template-columns: auto auto;
    gap: 2px;
  }

  .tc_section_saleprod_01 .tc_comp_price_prodlist .tc_section_honbun_05 {
    font-size: 13px;
  }

  .tc_comp_btn {
    height: 48px;
  }

  .tc_comp_btn>* {
    font-size: 13px !important;
  }

  .tc_comp_btn::after {
    right: 10px;
    width: 4px;
    height: 4px;
  }

  .tc_section_saleprod_02 {
    flex-direction: column;
  }

  .tc_section_saleprod_02 .tc_comp_clm_saleprod {
    width: 100%;
  }

  .tc_section_saleprod_02 .tc_comp_prod_thum {
    display: flex;
  }

  .tc_section_saleprod_02 .tc_comp_prod_thum>* {
    width: 50%;
  }

  .tc_section_saleprod_02 .tc_comp_prod_thum>.tc_image {
    display: flex;
    align-items: center;
  }

  .tc_section_saleprod_02 .tc_comp_prod_thum>.tc_text {
    background-color: unset;
  }

  .tc_section_saleprod_02 .tc_comp_prod_thum>.tc_text .tc_section_title_05 {
    font-size: 15px;
  }

  .tc_section_saleprod_02 .tc_comp_prod_thum>div>img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  .tc_section_saleprod_02 .tc_comp_price_prodlist {
    margin-top: unset;
    justify-content: center;
  }

  .tc_section_saleprod_03 {
    flex-direction: column;
  }

  .tc_section_saleprod_03 .tc_comp_clm_saleprod {
    width: 100%;
  }

  .tc_section_saleprod_03 .tc_comp_prod_thum {
    display: flex;
    justify-content: center;
  }

  .tc_section_saleprod_03 .tc_comp_prod_thum>img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  .tc_section_saleprod_03 .tc_comp_price_prodlist {
    justify-content: center;
  }

  .tc_section_saleprod_04 {
    flex-direction: column;
  }

  .tc_section_saleprod_04 .tc_comp_clm_saleprod {
    width: 100%;
  }

  .tc_section_saleprod_04 .tc_comp_clm_saleprod>* {
    width: 50% !important;
  }

  .tc_section_saleprod_04 .tc_comp_clm_saleprod > a {
    width: 100% !important;
  }

  .tc_section_saleprod_04 .tc_comp_clm_saleprod > a >* {
    width: 50% !important;
  }

  .tc_section_saleprod_04 .tc_comp_prod_thum img {
    aspect-ratio: 1 / 1;
    height: unset !important;
  }

  .tc_section_saleprod_04 .tc_text>.tc_section_title_05 {
    font-size: 15px;
  }

  .tc_section_saleprod_04 .tc_comp_price_prodlist {
    display: grid;
    grid-template-columns: auto auto;
    gap: 2px;
  }

  .tc_section_saleprod_04 .tc_comp_price_prodlist .tc_section_honbun_05 {
    font-size: 13px;
  }

  .tc_section_saleprod_04 .tc_comp_clm_saleprod .tc_comp_prod_thum {
    height: 50%;
  }

  .tc_section_saleprod_05 .tc_comp_clm_saleprod ,
  .tc_section_saleprod_05 .tc_comp_clm_saleprod > a {
    flex-direction: column;
  }

  .tc_section_saleprod_05 .tc_comp_clm_saleprod .tc_comp_prod_thum ,
  .tc_section_saleprod_05 .tc_comp_clm_saleprod > a .tc_comp_prod_thum {
    width: 100%;
    height: 100%;
  }

  .tc_section_saleprod_05 .tc_comp_clm_saleprod .tc_text .tc_section_title_04 ,
  .tc_section_saleprod_05 .tc_comp_clm_saleprod > a .tc_text .tc_section_title_04 {
    font-size: 17px;
  }

  .tc_section_saleprod_06 .tc_comp_clm_saleprod .tc_text .tc_section_title_04,
  .tc_section_saleprod_06 .tc_comp_clm_saleprod .tc_text>p {
    text-align: left;
  }

  .tc_section_saleprod_06 .tc_comp_clm_saleprod .tc_text .tc_section_title_04 {
    font-size: 17px;
  }

  .tc_comp_clm_saleprod .tc_text {
    padding: 16px;
  }
}

.tc_comp_clm_coupon {
  border: 1px solid #ECECEC;
  border-radius: 40px 0 0 0;
  overflow: hidden;
  width: 100%;
  height: fit-content;
}

.tc_comp_clm_coupon .tc_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #F5F5F5;
  padding: 22px 24px 24px;
}

.tc_comp_clm_coupon .tc_text .tc_section_title_06 {
  text-align: center;
}

.tc_comp_clm_coupon .tc_text .tc_comp_btn {
  width: 100%;
}

/* ▼ 20251022 製品カード_クリッカブルエリア拡大 ▼ */
.tc_comp_clm_coupon > a {
  display: block;
  height: 100%;
  text-decoration: none;
  gap: unset;
  word-break: unset;
}

.tc_comp_clm_coupon > a .tc_comp_all_thum {
  overflow: hidden;
}

.tc_comp_clm_coupon > a .tc_comp_all_thum img,
.tc_comp_clm_coupon > a span.tc_comp_btn,
.tc_comp_clm_coupon > a span.tc_comp_btn p {
  transition: all .3s;
}

.tc_comp_clm_coupon > a span.tc_comp_btn::before {
  content: none;
}

.tc_comp_clm_coupon > a span.tc_comp_btn:hover::before {
  opacity: 0;
}

.tc_comp_clm_coupon > a span.tc_comp_btn::after {
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  content: "";
  display: inline-block;
  height: 6px;
  position: absolute;
  right: 5.5%;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: var(--transition);
  width: 6px;
}
@media (min-width: 960px) {
  .tc_comp_clm_coupon > a:hover .tc_comp_all_thum img {
    transform: scale(1.06);
  }

  .tc_comp_clm_coupon > a:hover span.tc_comp_btn {
    background: #eb212e;
    border-color: #eb212e;
    color: #fff;
  }

  .tc_comp_clm_coupon > a:hover span.tc_comp_btn::after {
    border-color: #fff;
  }

  .tc_comp_clm_coupon > a:hover span.tc_comp_btn .tc_section_title_06 {
    color: #fff;
  }
}
/* ▲ 20251022 製品カード_クリッカブルエリア拡大 ▲ */

.tc_section_coupon_01 .tc_comp_clm_coupon .tc_comp_all_thum {
  width: 277px;
  height: 277px;
}

.tc_section_coupon_02 .tc_comp_clm_coupon .tc_comp_all_thum {
     width: 100%;
  height: 377px;
}

.tc_section_coupon_03 .tc_comp_clm_coupon .tc_comp_all_thum {
     width: 100%;
  height: 578px;
}

.tc_section_coupon_04 .tc_comp_clm_coupon {
  gap: unset;
  width: 50%;
}

.tc_section_coupon_04 .tc_comp_clm_coupon .tc_comp_all_thum {
  width: 220px;
  height: 220px;
}

.tc_comp_clm_coupon .tc_comp_all_thum img {
  height: 100%;
  object-fit: cover;
}

.tc_section_coupon_04 .tc_comp_clm_coupon .tc_text {
  width: 358px;
}

.tc_section_coupon_05 .tc_comp_clm_coupon {
  gap: unset;
  max-width: 960px;
  margin: 0 auto;
}

.tc_section_coupon_05 .tc_comp_clm_coupon .tc_comp_all_thum {
  width: 400px;
  height: 225px;
}

.tc_section_coupon_05 .tc_comp_clm_coupon .tc_text {
  width: 560px;
}

.tc_section_coupon_06 .tc_comp_clm_coupon {
  gap: unset;
  max-width: 800px;
  margin: 0 auto;
}

.tc_section_coupon_06 .tc_comp_clm_coupon .tc_comp_all_thum {
  width: inherit;
  height: 450px;
}

@media screen and (max-width: 767px) {
  .tc_section_coupon_01 {
    display: grid;
    grid-template-columns: auto auto;
  }

  .tc_section_coupon_01 .tc_comp_clm_coupon .tc_comp_all_thum {
    width: unset;
    height: unset;
  }

  .tc_section_coupon_01 .tc_comp_clm_coupon .tc_comp_all_thum img {
    aspect-ratio: 1 / 1;
  }

  .tc_comp_clm_coupon .tc_text {
    padding: 16px;
  }

  .tc_section_coupon_02 {
    flex-direction: column;
  }

  .tc_section_coupon_02 .tc_comp_clm_coupon {
    display: flex;
  }

  .tc_section_coupon_02 .tc_comp_clm_coupon>div {
    width: 50% !important;
    height: unset !important;
  }

  .tc_section_coupon_02 .tc_comp_clm_coupon .tc_comp_all_thum img {
    aspect-ratio: 1 / 1;
  }

  .tc_section_coupon_03 {
    flex-direction: column;
  }

  .tc_section_coupon_03 .tc_comp_clm_coupon .tc_comp_all_thum {
    width: 100% !important;
    height: unset !important;
  }

  .tc_section_coupon_03 .tc_comp_clm_coupon .tc_comp_all_thum img {
    aspect-ratio: 1 / 1;
  }

  .tc_section_coupon_04 {
    flex-direction: column;
  }

  .tc_section_coupon_04 .tc_comp_clm_coupon>div {
    width: 50% !important;
  }

  .tc_section_coupon_04 .tc_comp_clm_coupon,
  .tc_section_coupon_04 .tc_comp_clm_coupon .tc_text {
    width: 100%;
  }

  .tc_section_coupon_04 .tc_comp_clm_coupon .tc_comp_all_thum {
    width: 100%;
    height: unset;
  }

  .tc_section_coupon_04 .tc_comp_clm_coupon .tc_comp_all_thum img {
    aspect-ratio: 1 / 1;
  }

  .tc_section_coupon_05 .tc_comp_clm_coupon {
    flex-direction: column;
  }

  .tc_section_coupon_05 .tc_comp_clm_coupon>div {
    width: 100% !important;
  }

  .tc_section_coupon_05 .tc_comp_clm_coupon .tc_comp_all_thum {
    width: 100%;
    height: unset;
  }

  .tc_section_coupon_06 .tc_comp_clm_coupon .tc_comp_all_thum {
    width: 100%;
    height: unset;
  }
}

.tc_comp_clm_BG {
  border: 1px solid #ccc;
  border-radius: 40px 0 0 0;
  padding: 40px;
}

.tc_comp_clm_BG .tc_indent_list1 {
  margin-top: 30px;
}

.tc_section_rule_02 .tc_comp_clm_BG {
  position: relative;
  left: 110px;
  max-width: 960px;
}

.tc_section_model_01 .tc_inner,
.tc_section_model_02 .tc_inner {
  max-width: 960px;
}

.tc_section_model_01 .tc_comp_all_clm,
.tc_section_model_02 .tc_comp_all_clm {
  gap: 40px;
  align-items: center;
}

.tc_section_model_01 .tc_comp_prod_thum img,
.tc_section_model_02 .tc_comp_prod_thum img {
  width: 340px;
  height: 340px;
  object-fit: cover;
}

.tc_section_model_01 .tc_text>.tc_section_honbun_03,
.tc_section_model_02 .tc_text>.tc_section_honbun_03,
.tc_section_model_01 .tc_text>.tc_section_title_04,
.tc_section_model_02 .tc_text>.tc_section_title_04 {
  margin-top: 25px;
}

.tc_section_model_01 .tc_text>.tc_section_honbun_05,
.tc_section_model_02 .tc_text>.tc_section_honbun_05 {
  margin-top: 3px;
}

.tc_section_model_01 .tc_inner .tc_comp_btn,
.tc_section_model_02 .tc_inner .tc_comp_btn {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .tc_comp_clm_BG {
    padding: 25px;
  }

  .tc_comp_clm_BG .tc_indent_list1 {
    margin-top: 25px;
  }

  .tc_comp_clm_BG .tc_indent_list1>li:not(:first-child) {
    margin-top: 5px;
  }

  .tc_section_rule_02 .tc_comp_clm_BG {
    left: unset;
  }

  .tc_section_rule .tc_section_title_05 {
    font-size: 20px;
  }

  .tc_section_model_01 .tc_inner .tc_comp_btn,
  .tc_section_model_02 .tc_inner .tc_comp_btn {
    width: 200px;
  }

  .tc_section_model_01 .tc_comp_all_clm,
  .tc_section_model_02 .tc_comp_all_clm {
    flex-direction: column;
    gap: 11px;
  }

  .tc_section_model_01 .tc_comp_prod_thum img,
  .tc_section_model_02 .tc_comp_prod_thum img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
  }

  .tc_section_model_01 .tc_text>.tc_section_honbun_03,
  .tc_section_model_02 .tc_text>.tc_section_honbun_03,
  .tc_section_model_01 .tc_text>.tc_section_title_04,
  .tc_section_model_02 .tc_text>.tc_section_title_04 {
    margin-top: 11px;
  }

  .tc_section_model_01 .tc_text>.tc_section_title_04,
  .tc_section_model_02 .tc_text>.tc_section_title_04 {
    font-size: 15px;
  }

  .tc_section_model_02 .tc_comp_prod_thum {
    order: -1;
  }
}

.tc_section_step_01 .tc_inner,
.tc_section_step_02 .tc_inner,
.tc_section_step_03 .tc_inner {
  max-width: 962px;
}

.tc_section_step_01 .tc_inner>.tc_dp_flex,
.tc_section_step_02 .tc_inner>.tc_dp_flex {
  justify-content: space-between;
}

.tc_section_step_01 .tc_line,
.tc_section_step_02 .tc_line {
  width: 1px;
  background-color: #ccc;
}

.tc_section_step_01 .tc_comp_step_circle {
  width: 200px;
}

.tc_section_step_02 .tc_comp_step_circle {
  width: 240px;
}

.tc_section_step_01 .tc_image,
.tc_section_step_02 .tc_image,
.tc_section_step_03 .tc_image {
  position: relative;
}

.tc_section_step_01 .tc_image>img,
.tc_section_step_02 .tc_image>img,
.tc_section_step_03 .tc_image>img {
  margin-top: 30px;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.tc_section_step_01 .tc_image .tc_icon,
.tc_section_step_02 .tc_image .tc_icon,
.tc_section_step_03 .tc_image .tc_icon {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 1;
  color: #EB212E;
}

.tc_section_step_01 .tc_image .tc_icon p:nth-child(1),
.tc_section_step_02 .tc_image .tc_icon p:nth-child(1),
.tc_section_step_03 .tc_image .tc_icon p:nth-child(1) {
  color: #EB212E;
  font-size: 13px;
}

.tc_section_step_01 .tc_image .tc_icon p:nth-child(2),
.tc_section_step_02 .tc_image .tc_icon p:nth-child(2),
.tc_section_step_03 .tc_image .tc_icon p:nth-child(2) {
  color: #EB212E;
  font-size: 64px;
  line-height: 1;
}

.tc_section_step_01 .tc_text .tc_section_title_05,
.tc_section_step_02 .tc_text .tc_section_title_05,
.tc_section_step_03 .tc_text .tc_section_title_05 {
  margin-top: 17px;
}

.tc_section_step_01 .tc_text p,
.tc_section_step_02 .tc_text p,
.tc_section_step_03 .tc_text p {
  margin-top: 12px;
}

.tc_section_step_03 .tc_inner>div {
  position: relative;
}

.tc_section_step_03 .tc_inner>div::before {
  content: '';
  position: absolute;
  top: 0;
  left: 120px;
  width: 1px;
  height: 100%;
  background-color: #ccc;
}

.tc_section_step_03 .tc_comp_step_circle {
  width: 100%;
  padding-top: 16px;
}

.tc_section_step_03 .tc_comp_step_circle~.tc_comp_step_circle {
  margin-top: 30px;
}

.tc_section_step_03 .tc_image>img {
  width: 160px;
  height: 160px;
  margin-top: unset;
  margin-left: 40px;
}

.tc_section_step_03 .tc_comp_step_circle .tc_text {
  background-color: #F5F5F5;
  border-radius: 24px 0 0 0;
  padding: 30px;
}

.tc_section_step_03 .tc_image .tc_icon {
  top: -16px;
}

.tc_section_step_03 .tc_text .tc_section_title_05 {
  margin-top: unset;
}

@media screen and (max-width: 767px) {

  .tc_section_step_01 .tc_inner>.tc_dp_flex,
  .tc_section_step_02 .tc_inner>.tc_dp_flex {
    overflow-x: auto;
  }

  .tc_section_step_01 .tc_image,
  .tc_section_step_02 .tc_image {
    display: flex;
    justify-content: center;
  }

  .tc_section_step_01 .tc_image>img,
  .tc_section_step_02 .tc_image>img {
    margin-top: 13px;
    width: 169px;
    height: 169px;
  }

  .tc_section_step_01 .tc_text,
  .tc_section_step_02 .tc_text {
    width: 200px;
  }

  .tc_section_step_01 .tc_image .tc_icon p:nth-child(2),
  .tc_section_step_02 .tc_image .tc_icon p:nth-child(2),
  .tc_section_step_03 .tc_image .tc_icon p:nth-child(2) {
    font-size: 48px;
  }

  .tc_section_step_03 .tc_comp_step_circle {
    align-items: center;
    padding-top: unset;
  }

  .tc_section_step_03 .tc_comp_step_circle:first-child {
    margin-top: 30px;
  }

  .tc_section_step_03 .tc_image>img {
    width: 104px;
    height: 104px;
    margin-left: unset;
  }

  .tc_section_step_03 .tc_inner>div::before {
    top: 50%;
    transform: translateY(-50%);
    left: 52px;
    height: calc(100% - 10%);
  }

  .tc_section_step_03 .tc_comp_step_circle .tc_text {
    padding: 15px;
  }

  .tc_section_step_03 .tc_image .tc_icon {
    top: -60px;
  }

  .tc_section_step_01>.tc_inner,
  .tc_section_step_02>.tc_inner {
    padding: 0;
  }

  .tc_section_step_01>.tc_inner>div,
  .tc_section_step_02>.tc_inner>div {
    overflow-x: auto;
    padding: 0 7.7295vw;
  }

  .tc_section_step_01 .tc_line,
  .tc_section_step_02 .tc_line {
    flex-shrink: 0;
    min-height: 100%;
  }
}


.tc_section_recipe_01 .tc_comp_icons {
  display: flex;
  align-items: center;
}

.tc_section_recipe_01 .tc_comp_icons img {
  height: 14px;
}

.tc_section_recipe_01 .tc_comp_recipe_list {
  width: 100%;
}

.tc_section_recipe_01 .tc_comp_recipe_list .tc_comp_recipe_thum img {
  transition: 0.3s;
}

.tc_section_recipe_01 .tc_comp_recipe_list:hover .tc_comp_recipe_thum img {
  transform: scale(1.15);
}

.tc_section_recipe_01 .tc_comp_recipe_list .tc_title,
.tc_section_recipe_01 .tc_comp_recipe_list .tc_section_honbun_04 {
  transition: 0.3s;
}

.tc_section_recipe_01 .tc_comp_recipe_list:hover .tc_title,
.tc_section_recipe_01 .tc_comp_recipe_list:hover .tc_section_honbun_04 {
  opacity: 0.6;
}

.tc_section_recipe_01 .tc_comp_recipe_list .tc_comp_recipe_thum {
  border-radius: 40px 0 0 0;
  overflow: hidden;
}

.tc_section_recipe_01 .tc_comp_recipe_list .tc_comp_icon_recipe {
  gap: 3px;
  margin-top: 5px;
}

.tc_section_recipe_01 .tc_comp_recipe_list .tc_comp_icon_recipe .tc_comp_icons_prod {
  border-radius: 8px;
  background-color: #ECECEC;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: bold;
  gap: 3px;
}

.tc_section_recipe_01 .tc_comp_recipe_list .tc_title {
  margin-top: 15px;
}

.tc_section_recipe_01 .tc_comp_recipe_list .tc_title>.tc_dp_flex {
  gap: 5px;
}

.tc_section_recipe_01 .tc_comp_recipe_list>p {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .tc_section_recipe>.tc_inner {
    padding: 0;
  }

  .tc_section_recipe_01 {
    overflow-x: auto;
    padding: 0 7.7295vw;
  }

  .tc_comp_recipe_thum {
    width: 240px;
  }

  .tc_section_recipe_01 .tc_comp_recipe_list>p {
    margin-top: 12px;
  }
}

.tc_section_thumbnail_01 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.tc_section_thumbnail_01 .tc_comp_thumbnail_01 {
  display: flex;
  gap: 16px;
}

.tc_section_thumbnail_01 .tc_comp_thumbnail_01 .tc_text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: calc(100% - 120px - 16px);
}

.tc_section_thumbnail_01 .tc_comp_thumbnail_01 .tc_image {
  width: 120px;
}

.tc_section_thumbnail_01 .tc_comp_thumbnail_01 .tc_image img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .tc_section_thumbnail_01 {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }

  .tc_section_thumbnail_01 .tc_comp_thumbnail_01 {
    gap: 12px;
  }

  .tc_section_thumbnail_01 .tc_comp_thumbnail_01 .tc_text {
    width: calc(100% - 120px - 12px);
  }
}

.tc_section_modal .tc_section_modal_01 .tc_comp_all_thum {
  gap: 14px;
}

.tc_section_modal .tc_section_modal_01 .tc_comp_all_thum>* {
  width: 50%;
}

.tc_section_modal .tc_section_modal_01 .tc_comp_all_thum .tc_text .tc_section_honbun_03 {
  margin-top: 26px;
}

.tc_section_modal .tc_section_modal_01 .tc_comp_all_thum .tc_modal_open {
  display: block;
  height: 100%;
}

.tc_section_modal .tc_section_modal_01 .tc_comp_all_txt {
  margin-top: 11px;
}

.tc_modal_wrap {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100% !important;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(0px);
  display: none;
}

.tc_modal_wrap .tc_inner {
  position: relative;
  height: 100%;
}

.tc_modal_wrap .tc_modal_close_01 {
  position: absolute;
  top: -66px;
  right: -60px;
  width: 66px;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
}

.tc_modal_wrap .tc_modal_close_02 {
  max-width: 209px;
  width: 100%;
  margin-top: 42px;
}

.tc_modal_wrap .tc_modal_close_02::after {
  display: none;
}

.tc_modal_wrap .tc_modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  /* padding: 0 57px; */
}

.tc_modal_wrap_01 iframe {
  width: 100%;
  aspect-ratio: 1 / 0.56;
}

.tc_section_modal .tc_modal_wrap_02 .tc_modal_wrap_02_content {
  width: 100%;
  max-height: 70vh;
  padding: 30px;
  background-color: #fff;
  overflow-y: auto;
}

.tc_section_modal .tc_modal_wrap_02 .tc_modal_wrap_02_content>div~div {
  margin-top: 66px;
}

.tc_section_modal .tc_modal_wrap_02 .tc_modal_wrap_02_content .tc_section_clm_01>*,
.tc_section_modal .tc_modal_wrap_02 .tc_modal_wrap_02_content .tc_section_clm_02>* {
  width: 50%;
}


.tc_section_modal .tc_modal_wrap_02 .tc_modal_wrap_02_content .tc_section_clm_01 .tc_comp_all_thum,
.tc_section_modal .tc_modal_wrap_02 .tc_modal_wrap_02_content .tc_section_clm_02 .tc_comp_all_thum {
  flex: unset;
}

.tc_section_modal .tc_modal_wrap_02 .tc_modal_wrap_02_content .tc_section_clm_01 .tc_comp_all_thum img,
.tc_section_modal .tc_modal_wrap_02 .tc_modal_wrap_02_content .tc_section_clm_02 .tc_comp_all_thum img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .tc_section_modal .tc_section_modal_01 .tc_comp_all_thum {
    flex-direction: column;
  }

  .tc_section_modal .tc_section_modal_01 .tc_comp_all_thum>* {
    width: 100%;
  }

  .tc_section_modal .tc_section_modal_01 .tc_comp_all_thum .tc_modal_open {
    order: -1;
  }

  .tc_section_modal .tc_section_modal_01 .tc_comp_all_thum .tc_text .tc_section_title_03 {
    font-size: 17px;
  }

  .tc_section_modal .tc_section_modal_01 .tc_comp_all_thum .tc_text .tc_section_honbun_03 {
    margin-top: 10px;
  }

  .tc_modal_wrap .tc_modal {
    padding: 0 7.7295vw;
  }

  .tc_modal_wrap .tc_modal_close_01 {
    top: -11.1111vw;
    width: 9.6618vw;
    right: 1.2077vw;
  }

  .tc_section_modal .tc_modal_wrap_02 .tc_modal_wrap_02_content {
    padding: 15px;
  }

  .tc_section_modal .tc_modal_wrap_02 .tc_modal_wrap_02_content .tc_section_clm_01>*,
  .tc_section_modal .tc_modal_wrap_02 .tc_modal_wrap_02_content .tc_section_clm_02>* {
    width: 100%;
  }

  .tc_section_modal .tc_modal_wrap_02 .tc_modal_wrap_02_content>div~div {
    margin-top: 40px;
  }

  .tc_modal_wrap .tc_modal_close_02 {
    margin-top: 64px;
  }

  .tc_modal_wrap .tc_modal_close_02>* {
    font-size: 15px !important;
  }

  .tc_modal_wrap_01 .tc_modal {
    padding: unset;
  }
}

.tc_section_relatedContent {
  /* padding-bottom: 80px; */
}

.tc_section_relatedContent_01 {
  margin-top: 68px;
}

.tc_section_relatedContent_01~.tc_section_relatedContent_01 {
  margin-top: 32px;
}

.tc_section_relatedContent_01 .tc_section_title_03L span {
  font-size: 15px;
  font-weight: normal;
}

.tc_section_relatedContent_01 .tc_image {
  border-radius: 40px 0 0 0;
  overflow: hidden;
  max-width: 468px;
}

.tc_section_relatedContent_01 .tc_text {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}

.tc_section_relatedContent_01 .tc_text .tc_section_title_03L {
  padding-bottom: 10px;
}

.tc_section_relatedContent_01 .tc_comp_prodlist {
  gap: 8px;
  margin-top: 24px;
}

.tc_section_relatedContent_01 ul.tc_comp_prodlist li {
  width: calc(50% - 4px);
}

.tc_section_relatedContent_01 .tc_comp_prodlist .tc_comp_btn {
  margin-top: 0;
}

.tc_section_relatedContent_01 .tc_comp_btn {
  width: 100%;
  max-width: 100%;
}

.tc_section_relatedContent .tc_section_relatedContent_02,
.tc_section_relatedContent .tc_section_relatedContent_03 {
  margin-top: 40px;
}

.tc_section_relatedContent_02 .tc_comp_clm {
width: calc((100% - 72px) / 4);
}

.tc_section_relatedContent_02 .tc_comp_clm .tc_image img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.tc_section_relatedContent_02 .tc_comp_clm .tc_section_title_05,
.tc_section_relatedContent_02 .tc_comp_clm .tc_section_honbun_03 {
  margin-top: 10px;
}

.tc_section_relatedContent_02 .tc_comp_clm .tc_comp_btn {
  max-width: 229px;
}

.tc_section_relatedContent_03 {
  padding: 56px 0;
  background-color: #F5F5F5;
}

.tc_section_relatedContent_03 .tc_comp_prodlist {
  max-width: 680px;
  margin: 30px auto 0;
  gap: 10px;
}

.tc_section_relatedContent_03 .tc_comp_prodlist li {
  width: calc((100% - 10px) / 2) ;
}

.tc_section_relatedContent_03 .tc_comp_prodlist li .tc_comp_btn {
  justify-content: center;
  align-items: center;
  gap: 22px;
  margin-top: unset;
}

.tc_section_relatedContent_03 .tc_comp_prodlist li .tc_comp_btn img {
  width: 20px;
}

@media screen and (max-width: 767px) {
  .tc_section_relatedContent_01 {
    flex-direction: column;
    margin-top: 40px;
  }

  .tc_section_relatedContent_01 .tc_text .tc_section_title_03L {
    padding-bottom: 8px;
  }

  .tc_section_relatedContent_01 .tc_section_title_03L span {
    font-size: 14px;
  }

  .tc_section_relatedContent_01 .tc_comp_prodlist {
    gap: 4px;
    margin-top: 16px;
  }

  .tc_section_relatedContent_01 ul.tc_comp_prodlist li {
    width: calc(50% - 2px);
  }

  .tc_section_relatedContent_01 ul.tc_comp_prodlist li.is-w-100-sp {
    width: 100% !important;
  }

  .tc_section_relatedContent_02 {
    flex-direction: column;
    gap: 24px;
  }

  .tc_section_relatedContent_01 .tc_image {
    max-width: 100%;
  }

  /* .tc_section_relatedContent_01 .tc_comp_btn, */
  .tc_section_relatedContent_02 .tc_comp_btn,
  .tc_section_relatedContent_03 .tc_comp_btn {
    height: 40px;
  }

  .tc_section_relatedContent_02 .tc_comp_clm {
    display: flex;
    width: 100%;
    gap: 20px;
  }

  .tc_section_relatedContent_02 .tc_comp_clm .tc_image {
    width: 160px;
  }

  .tc_section_relatedContent_02 .tc_comp_clm .tc_text {
    width: calc(100% - 180px);
  }

  .tc_section_relatedContent_02 .tc_comp_clm .tc_section_title_05 {
    margin-top: unset;
  }

  .tc_section_relatedContent_02 .tc_comp_clm .tc_section_title_05 {
    font-size: 15px;
  }

  .tc_section_relatedContent_03 {
    width: 100vw;
    margin-left: -7.7295vw;
    padding: 24px 7.7295vw;
  }

  .tc_section_relatedContent_03 .tc_comp_prodlist {
    margin-top: 20px;
  }

  .tc_section_relatedContent_03 .tc_comp_prodlist li .tc_comp_btn {
    gap: 4px;
    justify-content: flex-start;
    padding: 0 20px;
  }

  .tc_section_relatedContent_03 .tc_comp_prodlist li .tc_comp_btn img {
    width: 16px;
  }
}