/* Lib */
.pswp__button.pswp__button--share,
.pswp__button.pswp__button--fs {
  display: none!important;
}
.pswp__ui--idle .pswp__top-bar {
  opacity: 1!important;
  background-color: transparent!important;
}
/* layout / Utility */
.l-sc-content {
  max-width: 1024px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto 80px;
}
.l-sc-content img {
  width: 100%;
  height: auto;
}
.l-sc-content .u-pc {
  display: block;
}
.l-sc-content .u-sp {
  display: none;
}
.l-sc-content .u-text-center {
  text-align: center;
}
/* Component */
.c-sc-kv {
  /* aspect-ratio: 2/1; */
  line-height: 1;
}
.c-sc-date {
  margin-top: 5px;
  text-align: center;
  font-size: 1.2rem;
  color: #707070;
}
.c-sc-lead {
  max-width: 680px;
  margin-top: 10px;
  margin-inline: auto;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
}
.c-sc-toc {
  margin-inline: auto;
  counter-reset: number 0;
}
.c-sc-toc__item {
  display: flex;
  gap: 10px;
  font-size: 1.6rem;
  line-height: 1.6;
}
.c-sc-toc__item::before {
  flex-shrink: 0;
  counter-increment: number 1;
  content: counter(number,decimal-leading-zero);
  color: #b7312c;
}
.c-sc-toc__item + .c-sc-toc__item {
  margin-top: 10px;
}
.c-sc-toc__item + .c-sc-toc__heading {
  margin-top: 35px;
}
.c-sc-toc__heading {
  margin-bottom: 15px;
  font-size: 1.7rem;
  line-height: 1.6;
}
.c-sc-heading {
  margin-top: 30px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
}
.c-sc-heading-02 {
  padding-left: 10px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  border-left: 6px solid #b7312c;
}
.c-sc-heading-03 {
  padding-bottom: 5px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  border-bottom: 2px solid #b7312c;
}
.c-sc-heading-03--short {
  width: fit-content;
  padding-bottom: 5px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  border-bottom: 2px solid #b7312c;
}
.c-sc-heading-04 {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.6;
}
.c-sc-text a {
  color: #b7312c;
  text-decoration: underline;
}
.c-sc-em {
  font-weight: 700;
}
.c-sc-image {
  margin-inline: auto;
  max-width: 660px;
  line-height: 1;
}
.c-sc-image__catch {
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
.c-sc-image-col2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 30px;
  margin-inline: auto;
  max-width: 900px;
  line-height: 1;
}
.c-sc-image-col2__item {
  width: calc(50% - 30px / 2);
}
.c-sc-image-col3 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 20px;
  margin-inline: auto;
  line-height: 1;
}
.c-sc-image-col3__item {
  width: calc(33.3333% - 40px / 3);
}
.c-sc-info-col2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px 30px;
  margin-inline: auto;
  font-size: 1.6rem;
  line-height: 1.8;
}
.c-sc-info-col2__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: calc(50% - 30px / 2);
}
.c-sc-info-col2__item-catch {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  color: #b7312c;
}
.c-sc-info-col2__item > img {
  line-height: 1;
}
.c-sc-info-col2__item a {
  color: #b7312c;
  text-decoration: underline;
}
.c-sc-info-col3 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 20px;
  margin-inline: auto;
  font-size: 1.6rem;
  line-height: 1.8;
}
.c-sc-info-col3__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: calc(33.3333% - 40px / 3);
}
.c-sc-info-col3__item-catch {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  color: #b7312c;
}
.c-sc-info-col3__item > img {
  line-height: 1;
}
.c-sc-info-col3__item a {
  color: #b7312c;
  text-decoration: underline;
}
.c-sc-button-link,
.c-sc-button-link--fix {
  display: block;
  width: fit-content;
  padding: 16px 60px;
  margin-inline: auto;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000!important;
  border: 1px solid #707070;
  border-radius: 5px;
  text-decoration: none!important;
  background-color: #fff;
  transition: all 0.3s ease;
}
.c-sc-button-link--fix {
  width: 60%;
  padding: 15px 25px;
}
.c-sc-button-cart,
.c-sc-button-cart--fix {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  position: relative;
  width: fit-content;
  padding: 15px 25px;
  margin-inline: auto;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #fff!important;
  border: 1px solid #B22029;
  border-radius: 5px;
  text-decoration: none!important;
  background-color: #B22029;
  transition: all 0.3s ease;
}
.c-sc-button-cart--fix {
  width: 60%;
  padding: 15px 25px;
}
.c-sc-button-cart::before,
.c-sc-button-cart--fix::before {
  content: '';
  flex-shrink: 0;
  width: 22px;
  height: 20px;
  background-image: url("https://foodhabitat.com/client_info/COLEMANJAPAN/view/userweb/assets/img/item/card_btn_img.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.c-sc-youtube {
  line-height: 1;
}
.c-sc-youtube__thumb {
  cursor: pointer;
}
.c-sc-pointlist {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.c-sc-pointlist > li {
  display: flex;
}
.c-sc-pointlist > li::before {
  content: "■";
  flex-shrink: 0;
  padding-right: 5px;
}
.c-sc-table-spec {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.7;
}
.c-sc-table-spec th,
.c-sc-table-spec td {
  padding: 20px;
  text-align: left;
  border: solid 1px #707070;
  border-collapse: collapse;
}
.c-sc-table-spec tr:nth-of-type(2n) th,
.c-sc-table-spec tr:nth-of-type(2n) td {
  background-color: #f5f1e9;
}
.c-sc-table-spec th {
  width: 195px;
}
.c-sc-table-spec tr:has(:nth-child(5)) th {
  width: 170px;
}
.c-sc-table-spec tr:has(:nth-child(7)) td {
  width: 180px;
}
.c-sc-table-comp {
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.7;
}
.c-sc-table-comp th,
.c-sc-table-comp td {
  height: 100%;
  padding: 20px;
  text-align: left;
  border: solid 1px #707070;
  border-collapse: collapse;
}
.c-sc-table-comp th {
  width: 195px;
  vertical-align: middle;
}
.c-sc-table-comp tr:has(:nth-child(5)) th {
  width: 170px;
}
.c-sc-table-comp tr:has(:nth-child(7)) td {
  width: 180px;
}
.c-sc-table-comp td {
  text-align: center;
  font-size: 1.5rem;
}
.c-sc-table-head {
  table-layout: fixed;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.7;
}
.c-sc-table-head th,
.c-sc-table-head td {
  padding: 20px;
  text-align: left;
  border: solid 1px #707070;
  border-collapse: collapse;
  overflow-wrap: break-word;
  word-break: break-word;
}
.c-sc-table-head thead {
  font-weight: bold;
  background-color: #f5f1e9;
  color: #000;
}
.c-sc-table-head td > a {
  color: #B22029;
  text-decoration: underline;
}
.c-sc-table-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  height: 100%;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.6;
}
.c-sc-table-comp tr:has(td .c-sc-table-card__image-link) .c-sc-table-card  {
  justify-content: flex-start;
}
.c-sc-table-card__image {
  display: flex;
  flex-direction: column;
  margin-inline: auto;
}
.c-sc-table-card__image-link {
  display: block;
  width: 90%;
  max-width: 300px;
  padding: 10px 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-inline: auto;
  text-align: center;
  color: #000!important;
  border: 1px solid #707070;
  border-radius: 5px;
  text-decoration: none!important;
  background-color: #fff;
  transition: all 0.3s ease;
}
.c-sc-table-comp tr:has(:nth-child(5)) .c-sc-table-card__image-link {
  width: 100%;
  padding: 6px 10px;
  font-size: 1.3rem;
}
.c-sc-progress {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 80px;
}
[class^="c-sc-progress__button"] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 300px;
  padding: 20px;
  font-size: 1.4rem;
  line-height: 1.5;
  border: 1px solid #ccc;
  color: #000!important;
  background-color: #f5f5f5;
  text-decoration: none!important;
  transition: all 0.3s ease;
}
.c-sc-progress__button-next {
  color: #fff!important;
  background-color: #B22029;
  border-color: #B22029;
}
.c-sc-article-rec {
  display: flex;
  align-items: center;
  border: 1px solid #d9c599;
  font-size: 1.8rem;
  line-height: 1.6;
  transition: all 0.3s ease;
}
.c-sc-article-rec__image {
  display: flex;
  flex-direction: column;
  width: 320px;
  line-height: 1;
}
.c-sc-article-rec__text {
  width: calc(100% - 320px);
  padding: 40px;
}
.c-sc-product {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 1.6rem;
  line-height: 1.7;
  transition: opacity 0.3s ease;
}
.c-sc-product__image {
  line-height: 1;
}
.c-sc-product__name {
  flex-grow: 1;
  padding-top: 10px;
}
.c-sc-product__price {
  flex-grow: 1;
  word-break: break-all;
  font-weight: bold;
}
.c-sc-product-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 7px 14px;
  margin-inline: auto;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #fff!important;
  border: 1px solid #B22029;
  border-radius: 5px;
  text-decoration: none!important;
  background-color: #B22029;
  transition: all 0.3s ease;
}
/* Module */
.m-sc-toc {
  max-width: 680px;
  margin-top: 40px;
  margin-inline: auto;
  padding: 28px 35px 35px;
  border: 1px solid #ccc;
  border-color: #b7312c;
}
.m-sc-toc__title {
  margin-bottom: 35px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #b7312c;
}
.m-sc-sec {
  margin-top: 80px;
  font-size: 1.6rem;
  line-height: 2;
}
.m-sc-youtube {
  width: 100%;
  margin-inline: auto;
  max-width: 660px;
}
.m-sc-youtube__inner {
  position: relative;
  margin: 0;
  padding: 0;
  margin-inline: auto;
  width: 100%;
  aspect-ratio: 16.05 / 9;
  overflow: hidden;
  line-height: 1;
}
.m-sc-youtube__inner .c-sc-youtube__arrow,
.m-sc-youtube__inner .c-sc-youtube__arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%,-50%);
}
.m-sc-youtube__inner .c-sc-youtube__arrow {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background-color: rgba(255,255,255,.8);
  pointer-events: none;
}
.m-sc-youtube__inner .c-sc-youtube__arrow::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #222;
}
.m-sc-youtube__inner .c-sc-youtube__thumb {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
}
.m-sc-youtube__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.m-sc-youtube__inner:has(iframe) {
  aspect-ratio: 16 / 9;
}
.m-sc-point__heading {
  display: block;
  width: fit-content;
  margin: 0;
  padding: 6px 12px 4px;
  border-radius: 5px 5px 0 0;
  font-size: 1.5rem;
  line-height: 1;
  color: #ffffff;
  background: #B22029;
}
.m-sc-point__info {
  padding: 20px 10px 20px 20px;
  margin: 0;
  font-size: 1.6rem;
  border: solid 3px #B22029;
  border-radius: 0 5px 5px;
}
.m-sc-spec {
  padding-bottom: 10px;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.m-sc-comp {
  padding-bottom: 10px;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.m-sc-headTable {
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.m-sc-article-rec {
  margin-top: 80px;
}
.m-sc-article-rec__heading {
  padding-bottom: 5px;
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: 2px solid #b7312c;
}
.m-sc-article-rec__info {
  margin-top: 25px;
}
.m-sc-products {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px 30px;
}
.m-sc-products__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
}
/* Combination */
[class^="c-sc-"] + .c-sc-em,
[class^="m-sc-"] + .c-sc-em {
  margin-top: 25px;
}
[class^="c-sc-"] + .c-sc-text,
[class^="m-sc-"] + .c-sc-text {
  margin-top: 25px;
}
.c-sc-heading-02 + [class^="c-sc-"],
.c-sc-heading-02 + [class^="m-sc-"] {
  margin-top: 30px;
}
.c-sc-heading-03 + [class^="c-sc-"],
.c-sc-heading-03 + [class^="m-sc-"] {
  margin-top: 30px;
}
.c-sc-heading-03--short + [class^="c-sc-"],
.c-sc-heading-03--short + [class^="m-sc-"] {
  margin-top: 30px;
}
.c-sc-heading-04 + [class^="c-sc-"],
.c-sc-heading-04 + [class^="m-sc-"] {
  margin-top: 20px;
}
[class^="c-sc-"] + [class^="c-sc-heading-"],
[class^="m-sc-"] + [class^="c-sc-heading-"] {
  margin-top: 50px;
}
[class^="c-sc-"] + .c-sc-image,
[class^="c-sc-"] + .c-sc-image-col2,
[class^="c-sc-"] + .c-sc-image-col3 {
  margin-top: 50px;
}
[class^="c-sc-image"] + .c-sc-text,
[class^="c-sc-image"] + .c-sc-em,
[class^="c-sc-image"] + [class^="c-sc-heading"],
.m-sc-youtube + .c-sc-text,
.m-sc-youtube + .c-sc-em,
.m-sc-youtube +  [class^="c-sc-heading"]{
  margin-top: 50px;
}
[class^="c-sc-"] + [class^="c-sc-button-link"],
[class^="m-sc-"] + [class^="c-sc-button-link"] {
  margin-top: 40px;
}
[class^="c-sc-button-link"] + [class^="c-sc-button-link"] {
  margin-top: 20px;
}
[class^="c-sc-"] + [class^="c-sc-button-cart"],
[class^="m-sc-"] + [class^="c-sc-button-cart"] {
  margin-top: 40px;
}
[class^="c-sc-button-cart"] + [class^="c-sc-button-cart"] {
  margin-top: 20px;
}
[class^="c-sc-"] + .c-sc-info-col2,
[class^="m-sc-"] + .c-sc-info-col2 {
  margin-top: 50px;
}
[class^="c-sc-"] + .c-sc-info-col3,
[class^="m-sc-"] + .c-sc-info-col3 {
  margin-top: 50px;
}
[class^="c-sc-"] + .m-sc-products,
[class^="m-sc-"] + .m-sc-products {
  margin-top: 50px;
}
[class^="c-sc-"] + .m-sc-youtube,
[class^="m-sc-"] + .m-sc-youtube {
  margin-top: 60px;
}
[class^="c-sc-"] + .m-sc-point,
[class^="m-sc-"] + .m-sc-point {
  margin-top: 60px;
}
[class^="c-sc-"] + .m-sc-spec,
[class^="m-sc-"] + .m-sc-spec {
  margin-top: 50px;
}
[class^="c-sc-"] + .m-sc-comp,
[class^="m-sc-"] + .m-sc-comp {
  margin-top: 50px;
}
[class^="c-sc-"] + .m-sc-headTable,
[class^="m-sc-"] + .m-sc-headTable {
  margin-top: 50px;
}
/* lib simplebar customize */
.simplebar-content-wrapper {
  scrollbar-width: auto;
  -ms-overflow-style: auto;
}
.simplebar-track.simplebar-horizontal {
  height: 10px!important;
  /* border-radius: 10px; */
  background-color: #f5f1e9;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 0!important;
  height: 10px!important;
  border-radius: 10px;
  background: #b7312c!important;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  background-color: transparent!important;
}
@media (hover: hover) {
  [class^="c-sc-button-link"]:hover {
    border-color: #ccc;
    background-color: #f5f5f5;
  }
  [class^="c-sc-button-cart"]:hover {
    background-color: #DB5246;
    border-color: #DB5246;
  }
  .c-sc-table-card__image-link:hover {
    border-color: #ccc;
    background-color: #f5f5f5;
  }
  .c-sc-progress__button-prev:hover {
    background-color: #BFBFBF;
  }
  .c-sc-progress__button-next:hover {
    background-color: #DB5246;
    border-color: #DB5246;
  }
  .c-sc-product:hover {
    opacity: 0.6;
  }
  .c-sc-product-button:hover {
    background-color: #DB5246;
    border-color: #DB5246;
  }
  .c-sc-article-rec:hover {
    border-color: #b7312c;
  }
}
@media screen and ( max-width:1024px) {
  /* Component */
  .c-sc-table-spec tr:has(:nth-child(6)) th {
    width: 150px;
  }
  .c-sc-table-spec tr:has(:nth-child(6)) td {
    width: 180px;
  }
  .c-sc-table-comp tr:has(:nth-child(5)) th {
    width: 150px;
  }
  .c-sc-table-comp tr:has(:nth-child(5)) td {
    width: 200px;
  }
  /* Module */
  .m-sc-spec:has(.c-sc-table-spec tr td:nth-child(6)) {
    margin-right: -20px;
    padding-right: 20px;
  }
  .m-sc-comp:has(.c-sc-table-comp tr td:nth-child(5)) {
    margin-right: -20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  /* layout / Utility */
  .l-sc-content .u-pc {
    display: none;
  }
  .l-sc-content .u-sp {
    display: block;
  }
  /* Component */
  .c-sc-kv {
    margin-right: -20px;
    margin-left: -20px;
  }
  .c-sc-heading {
    margin-top: 25px;
    font-size: 2rem;
  }
  .c-sc-heading-02 {
    font-size: 1.9rem;
  }
  .c-sc-heading-03,
  .c-sc-heading-03--short {
    font-size: 1.8rem;
  }
  .c-sc-heading-04 {
    font-size: 1.7rem;
  }
  .c-sc-lead {
    font-size: 1.6rem;
    text-align: left;
  }
  .c-sc-toc__heading {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
  .c-sc-toc__item {
    font-size: 1.5rem;
  }
  .c-sc-toc__item + .c-sc-toc__heading {
    margin-top: 30px;
  }
  .c-sc-image__catch {
    margin-bottom: 15px;
  }
  .c-sc-image-col2 {
    gap: 10px;
  }
  .c-sc-image-col2__item {
    width: calc(50% - 10px / 2);
  }
  .c-sc-image-col3 {
    gap: 10px;
  }
  .c-sc-image-col3__item {
    width: calc(50% - 10px / 2);
  }
  .c-sc-image-col3__item:nth-of-type(3n) {
    width: 100%;
  }
  .c-sc-info-col2 {
    flex-direction: column;
    font-size: 1.6rem;
    line-height: 2;
  }
  .c-sc-info-col2__item {
    width: 100%;
    gap: 15px;
  }
  .c-sc-info-col3 {
    flex-direction: column;
    font-size: 1.6rem;
    line-height: 2;
  }
  .c-sc-info-col3__item {
    width: 100%;
    gap: 15px;
  }
  .c-sc-button-link,
  .c-sc-button-link--fix {
    width: 90%;
    padding: 14px 20px;
    font-size: 1.5rem;
  }
  .c-sc-button-cart,
  .c-sc-button-cart--fix {
    justify-content: flex-start;
    width: 90%;
    padding: 14px 20px 14px 52px;
    text-align: left;
    font-size: 1.6rem;
    font-weight: 600;
  }
  .c-sc-button-cart::before,
  .c-sc-button-cart--fix::before {
    position: absolute;
    left: 18px;
    width: 18px;
    height: 16px;
  }
  .c-sc-table-spec {
    font-size: 1.4rem;
  }
  .c-sc-table-spec th,
  .c-sc-table-spec td {
    padding: 15px;
  }
  .c-sc-table-spec th {
    width: 120px;
  }
  .c-sc-table-spec tr:has(:nth-child(3)) th {
    width: 120px;
  }
  .c-sc-table-spec tr:has(:nth-child(3)) td {
    width: 160px;
  }
  .c-sc-table-comp {
    font-size: 1.4rem;
  }
  .c-sc-table-comp th,
  .c-sc-table-comp td {
    padding: 15px;
  }
  .c-sc-table-comp th {
    width: 120px;
  }
  .c-sc-table-comp td {
    font-size: 1.4rem;
  }
  .c-sc-table-comp tr:has(:nth-child(3)) th {
    width: 120px;
  }
  .c-sc-table-comp tr:has(:nth-child(3)) td {
    width: 190px;
  }
  .c-sc-table-head {
    font-size: 1.4rem;
  }
  .c-sc-table-head th,
  .c-sc-table-head td {
    padding: 15px;
  }
  .c-sc-table-card {
    font-size: 1.3rem;
  }
  .c-sc-table-card__image-link {
    padding: 5px 10px;
  }
  .c-sc-table-comp tr:has(:nth-child(3)) .c-sc-table-card__image-link {
    width: 100%;
  }
  .c-sc-table-comp tr:has(:nth-child(4)) .c-sc-table-card__image-link {
    padding: 6px 10px;
  }
  .c-sc-article-rec {
    flex-direction: column;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .c-sc-article-rec__image {
    width: 100%;
  }
  .c-sc-article-rec__text {
    width: 100%;
    padding: 20px 15px;
  }
  .c-sc-product {
    font-size: 1.4rem;
  }
  .c-sc-product-button {
    padding: 6px 12px;
    font-size: 1.5rem;
    font-weight: 600;
  }
  .c-sc-pointlist {
    gap: 10px;
  }
  .c-sc-progress {
    flex-direction: column-reverse;
    gap: 20px;
    margin-top: 60px;
  }
  /* Module */
  .m-sc-toc {
    margin-top: 25px;
    padding: 25px 20px 25px 25px;
  }
  .m-sc-toc__title {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  .m-sc-sec {
    margin-top: 50px;
  }
  .m-sc-products {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 20px;
  }
  .m-sc-products__item {
    gap: 12px;
  }
  .m-sc-point__info {
    padding: 15px;
    font-size: 1.5rem;
  }
  .m-sc-youtube__inner:has(iframe) iframe {
    left: -1px;
  }
  .m-sc-spec:has(.c-sc-table-spec tr td:nth-child(3)) {
    margin-right: -20px;
    padding-right: 20px;
  }
  .m-sc-spec:has(.c-sc-table-spec tr td:nth-child(3)) .c-sc-table-spec {
    display: inline-table;
    margin-right: 10px;
  }
  .m-sc-comp:has(.c-sc-table-comp tr td:nth-child(3)) {
    margin-right: -20px;
    padding-right: 20px;
  }
  .m-sc-comp:has(.c-sc-table-comp tr td:nth-child(3)) .c-sc-table-comp {
    display: inline-table;
    margin-right: 10px;
  }
  .m-sc-headTable:has(.c-sc-table-head tr td:nth-child(3)) {
    margin-right: -20px;
    padding-right: 20px;
  }
  .m-sc-headTable:has(.c-sc-table-head tr td:nth-child(3)) .c-sc-table-head {
    display: inline-table;
    margin-right: 10px;
  }
  .m-sc-article-rec {
    margin-top: 70px;
  }
  /* Combination */
  [class^="c-sc-"] + .c-sc-em,
  [class^="m-sc-"] + .c-sc-em {
    margin-top: 30px;
  }
  [class^="c-sc-"] + .c-sc-text,
  [class^="m-sc-"] + .c-sc-text {
    margin-top: 30px;
  }
  .c-sc-heading-02 + [class^="c-sc-"],
  .c-sc-heading-02 + [class^="m-sc-"] {
    margin-top: 20px;
  }
  .c-sc-heading-03 + [class^="c-sc-"],
  .c-sc-heading-03 + [class^="m-sc-"] {
    margin-top: 20px;
  }
  .c-sc-heading-03--short + [class^="c-sc-"],
  .c-sc-heading-03--short + [class^="m-sc-"] {
    margin-top: 20px;
  }
  .c-sc-heading-04 + [class^="c-sc-"],
  .c-sc-heading-04 + [class^="m-sc-"] {
    margin-top: 20px;
  }
  [class^="c-sc-"] + [class^="c-sc-heading-"],
  [class^="m-sc-"] + [class^="c-sc-heading-"] {
    margin-top: 50px;
  }
  [class^="c-sc-"] + .c-sc-image,
  [class^="c-sc-"] + .c-sc-image-col2,
  [class^="c-sc-"] + .c-sc-image-col3 {
    margin-top: 35px;
  }
  [class^="c-sc-image"] + .c-sc-text,
  [class^="c-sc-image"] + .c-sc-em,
  [class^="c-sc-image"] + [class^="c-sc-heading"],
  .m-sc-youtube + .c-sc-text,
  .m-sc-youtube + .c-sc-em,
  .m-sc-youtube +  [class^="c-sc-heading"]{
    margin-top: 35px;
  }
  [class^="c-sc-"] + [class^="c-sc-button-link"],
  [class^="m-sc-"] + [class^="c-sc-button-link"] {
    margin-top: 35px;
  }
  [class^="c-sc-button-link"] + [class^="c-sc-button-link"] {
    margin-top: 15px;
  }
  [class^="c-sc-"] + [class^="c-sc-button-cart"],
  [class^="m-sc-"] + [class^="c-sc-button-cart"] {
    margin-top: 35px;
  }
  [class^="c-sc-button-cart"] + [class^="c-sc-button-cart"] {
    margin-top: 15px;
  }
  [class^="c-sc-"] + .c-sc-info-col2,
  [class^="m-sc-"] + .c-sc-info-col2 {
    margin-top: 40px;
  }
  [class^="c-sc-"] + .c-sc-info-col3,
  [class^="m-sc-"] + .c-sc-info-col3 {
    margin-top: 40px;
  }
  [class^="c-sc-"] + .m-sc-products,
  [class^="m-sc-"] + .m-sc-products {
    margin-top: 40px;
  }
  [class^="c-sc-"] + .m-sc-youtube,
  [class^="m-sc-"] + .m-sc-youtube {
    margin-top: 40px;
  }
  [class^="c-sc-"] + .m-sc-point,
  [class^="m-sc-"] + .m-sc-point {
    margin-top: 40px;
  }
  [class^="c-sc-"] + .m-sc-spec,
  [class^="m-sc-"] + .m-sc-spec {
    margin-top: 40px;
  }
  [class^="c-sc-"] + .m-sc-comp,
  [class^="m-sc-"] + .m-sc-comp {
    margin-top: 40px;
  }
  [class^="c-sc-"] + .m-sc-headTable,
  [class^="m-sc-"] + .m-sc-headTable {
    margin-top: 40px;
  }
}
