@charset "UTF-8";
.p-news__secContents {
  position: relative;
  z-index: 2;
}
.p-news__secContents .l-container:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1028px) {
  .p-news__secContents {
    padding: 0 1rem;
  }
}

.p-news__secContents a {
  color: #07f;
  word-wrap: break-word;
}
.p-news__secContents a:hover {
  text-decoration: underline;
}

.p-news__secContents .c-heading--bg {
  padding: 1em;
}

.p-news__secContents span.c-heading--bg {
  padding: 0.3rem 1rem;
}

.p-news__textRight {
  text-align: right;
  line-height: 1.5;
}

.p-news__list {
  line-height: 2;
}
.p-news__list a {
  word-break: break-all;
  color: #07f;
}
.p-news__list a:hover {
  text-decoration: underline;
}
.p-news__list .p-news__listItem {
  width: 100%;
  text-decoration: none;
}

.p-news__snsContainer {
  width: 100%;
}

/* newsnews20200401 */
.p-news__indentItem {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}

.p-news__indent {
  padding-left: 1em;
}

.p-news__indent-txt {
  padding-left: 1em;
  text-indent: -1em;
}

.p-news__bullet-square {
  font-size: 1em;
  line-height: 1;
  display: inline;
}

.p-news__bullet-circle {
  font-size: 0.8em;
  line-height: 1;
  display: inline;
}

.p-news__textlistItem {
  width: 50%;
  text-decoration: underline;
  line-height: 2;
}
.p-news__textlistItem a {
  color: #07f;
}

.p-news__btnWrap {
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1028px) {
  .p-news__btnWrap {
    width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .p-news__btnWrap {
    width: 90%;
  }
}
.p-news__btnWrap a {
  color: #444;
}
.p-news__btnWrap a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .p-news__table--scroll {
    width: 100%;
    overflow-x: auto;
  }
  .p-news__table--scroll table {
    min-width: 650px;
  }
}
.p-news__btnLink {
  margin-top: 1rem;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .p-news__btnLink {
    width: 47%;
  }
  .p-news__btnLink:nth-child(n+3) {
    margin-top: 1rem;
  }
}

.p-news__update {
  color: #4451a5;
}

.p-news__att {
  color: #f00;
}

.p-news--table_simple {
  border-collapse: collapse;
  border-spacing: 0;
}
.p-news--table_simple td {
  padding: 0 10px;
}

.p-news__border--left {
  border-left: 1px solid #999;
}

@media screen and (min-width: 767px) {
  .p-news__dl {
    display: flex;
  }

  .p-news__dt8 {
    width: 8%;
  }

  .p-news__dt10 {
    width: 10%;
  }

  .p-news__dt15 {
    width: 15%;
  }

  .p-news__dt20 {
    width: 20%;
  }

  .p-news__dt25 {
    width: 25%;
  }

  .p-news__dt30 {
    width: 30%;
  }

  .p-news__dt40 {
    width: 40%;
  }

  .p-news__dt50 {
    width: 50%;
  }

  .p-news__dt60 {
    width: 60%;
  }

  .p-news__dd70 {
    width: 70%;
  }

  .p-news__dd75 {
    width: 75%;
  }

  .p-news__dd80 {
    width: 80%;
  }

  .p-news__dd85 {
    width: 85%;
  }

  .p-news__dd90 {
    width: 90%;
  }

  .p-news__dd92 {
    width: 92%;
  }
}
.p-news__dl .p-news__dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-news__dl .p-news__dl {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-news__dl .p-news__dl dt,
.p-news__dl .p-news__dl dd {
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  .p-news__dl .p-news__dl dd.p-news__block-sp {
    display: block;
    margin-bottom: 0.5em;
  }
}

.p-news__table {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
}
.p-news__table th,
.p-news__table td {
  padding: 1.5rem 1rem;
  border: 1px solid #999;
  font-weight: normal;
}
.p-news__table th.p-news__brdr2--bottom-dot,
.p-news__table td.p-news__brdr2--bottom-dot {
  border: none;
  border-bottom: 1px dotted #999;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
}
.p-news__table th.p-news__brdr2--top-dot,
.p-news__table td.p-news__brdr2--top-dot {
  border: none;
  border-top: 1px dotted #999;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
}
.p-news__table th.p-news__brdr2--right-dot,
.p-news__table td.p-news__brdr2--right-dot {
  border: none;
  border-right: 1px dotted #999;
  border-bottom: 1px solid #999;
}
.p-news__table th.p-news__brdr2--left-dot,
.p-news__table td.p-news__brdr2--left-dot {
  border: none;
  border-left: 1px dotted #999;
  border-bottom: 1px solid #999;
}
.p-news__table th.p-news__w12p,
.p-news__table td.p-news__w12p {
  padding: 1.5rem 0;
}
.p-news__table th.p-news__border--dubble,
.p-news__table td.p-news__border--dubble {
  border-right: 2px solid #999;
}
.p-news__table th.p-news__bg--grey1,
.p-news__table td.p-news__bg--grey1 {
  background-color: #666;
  color: #fff;
}
.p-news__table th.p-news__bg--grey2,
.p-news__table td.p-news__bg--grey2 {
  background-color: #333;
  color: #fff;
}
.p-news__table th.p-news__border-bottom-none,
.p-news__table td.p-news__border-bottom-none {
  border-bottom: none;
}
.p-news__table th.p-news__border-top-none,
.p-news__table td.p-news__border-top-none {
  border-top: none;
}

@media screen and (min-width: 767px) {
  .p-news__table.p-news__table60 {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }

  .p-news__table--pc {
    display: flex;
    justify-content: space-between;
  }
  .p-news__table--pc .p-news__table {
    width: 50%;
  }
  .p-news__table--pc .p-news__table:last-child {
    margin-left: -1px;
  }
  .p-news__table--pc .p-news__table2 {
    width: 33.3333%;
  }
  .p-news__table--pc .p-news__table3 {
    width: 40%;
  }
  .p-news__table--pc .p-news__table4 {
    width: 60%;
  }
  .p-news__table--pc .p-news__table5 {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .p-news__table--pc .p-news__table:last-child {
    margin-top: -1px;
  }

  .p-news__table-sp-scrool {
    overflow: auto;
    white-space: nowrap;
  }
  .p-news__table-sp-scrool ::-webkit-scrollbar {
    height: 5px;
  }
  .p-news__table-sp-scrool ::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .p-news__table-sp-scrool ::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  .p-news__table-sp-scrool table {
    width: 100%;
  }
  .p-news__table-sp-scrool table .c-text--td {
    font-size: 2.60756vw;
  }
}
.p-news__w5 {
  width: 5%;
}

.p-news__w8 {
  width: 8%;
}

.p-news__w10 {
  width: 10%;
}

.p-news__w15 {
  width: 15%;
}

.p-news__w16 {
  width: 16%;
}

.p-news__w20 {
  width: 20%;
}

.p-news__w25 {
  width: 25%;
}

.p-news__w28 {
  width: 28%;
}

.p-news__w30 {
  width: 30%;
}

.p-news__w33 {
  width: 33.333%;
}

.p-news__w35 {
  width: 35%;
}

.p-news__w40 {
  width: 40%;
}

.p-news__w45 {
  width: 43%;
}

.p-news__w70 {
  width: 70%;
}

.p-news__w75 {
  width: 75%;
}

.p-news__w12p {
  width: 8.3333333333%;
  min-width: 82px;
}

.p-news__text--center {
  text-align: center;
}

.p-news__text--under {
  text-decoration: underline;
}

.p-news--indent {
  padding-left: 2.7em;
  text-indent: -2.7em;
}

.p-news--ml {
  margin-left: 9px;
}

.p-news__brdr2--top {
  border-top: 2px solid #000;
}

.p-news__brdr2--right {
  border-right: 2px solid #000;
}

.p-news__brdr2--left {
  border-left: 2px solid #000;
}

.p-news__brdr2--bottom {
  border-bottom: 2px solid #000;
}

.p-news__pageLink {
  margin-top: -160px;
  padding-top: 160px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-news__pageLink {
    margin-top: -60px;
    padding-top: 60px;
  }
}

.p-news__pageLinkId,
.p-news__showroombtn,
.p-news-zindex2 {
  position: relative;
  z-index: 2;
}

.p-news__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 230px;
}
@media screen and (max-width: 1028px) {
  .p-news__item {
    width: 100%;
  }
}

.p-news__height {
  height: 50px;
  margin-right: 1rem;
  cursor: pointer;
}
@media screen and (max-width: 1028px) {
  .p-news__height {
    width: 47%;
  }
}

.p-news__open {
  text-align: center;
  margin-top: 0.5rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 1028px) {
  .p-news__open {
    width: 47%;
  }
}

.p-news__secContents .c-img--2col .c-img__caption {
  max-width: 480px;
}

.p-news__secContents .c-listCard .c-listLink {
  height: 72px;
  color: #666;
}
@media screen and (max-width: 767px) {
  .p-news__secContents .c-listCard .c-listLink {
    height: 12vw;
  }
}
.p-news__secContents .c-listCard .c-listLink:hover {
  text-decoration: none;
}

.p-news__secContents .c-btn.c-btn__default:hover {
  text-decoration: none;
}

@media screen and (min-width: 767px) {
  .p-news__20200116 {
    margin-bottom: 50px;
  }
  .p-news__20200116 .c-imgTxt--left img {
    width: 300px;
  }
  .p-news__20200116 .c-imgTxt--right {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 767px) {
  .p-news__20200116 {
    border-bottom: 1px dotted #bfbfbf;
    margin-bottom: 40px;
  }
}
.p-news__youtube {
  max-width: 670px;
  margin: 0 auto 40px auto;
}
.p-news__youtube div {
  position: relative;
  width: 100%;
  /* 横幅は100%で固定 */
  height: 0;
  /* 高さは0にしておく(padding-topで高さを指定するため) */
  padding-top: 56.25%;
  /* 高さを指定(16:9) */
}
.p-news__youtube div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 767px) {
  .p-news__table201210 {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-news-img--1col {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .p-news-img--1col {
    max-width: 580px;
  }
}
.p-news-img--1col .c-img__caption {
  max-width: 580px;
  margin: 0;
}
.p-news-img--1col img {
  width: 100%;
}

.p-news__20210708 .c-img__card {
  overflow: visible;
}
@media screen and (min-width: 767px) {
  .p-news__20210708 .c-img__card {
    margin: 0 2%;
  }
}

.p-news__table-210930 td {
  padding: 0.8rem 0.5rem;
}

.p-news__secContents-210930 .p-news__table td {
  padding: 0.8rem 1rem;
}

/* news20220331 */
.bg-block {
  background: #f7f7f7;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 1px solid #ddd;
  margin: 20px 0px 20px;
}

.bg-block span.title {
  display: block;
  margin: 0 0 12px;
  font-size: 1.2em;
  font-weight: bold;
}

.bg-block span.contents {
  font-size: 1em;
  line-height: 2rem;
}

.bg-block-list {
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 1px solid #ddd;
  margin: 20px 0px 20px;
}

.bg-block-list span {
  display: block;
  margin: 10px 0 6px;
  font-size: 0.86em;
  font-weight: bold;
  margin-bottom: 12px;
}

.bg-block-list dl {
  font-size: 0.9em;
}

.bg-block-list dl dt {
  padding-bottom: 1rem;
}

.bg-block-list dl dd {
  padding-bottom: 1rem;
  margin-left: 3rem;
  line-height: 1.7rem;
}

.p-news__Right {
  float: right;
}
@media screen and (max-width: 767px) {
  .p-news__Right {
    float: none;
    display: block;
    text-align: right;
  }
}

.c-img--2col.p-news-showroom {
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .c-img--2col.p-news-showroom {
    gap: 3%;
  }
}

.c-img--2col.p-news-showroom div .c-img__caption {
  width: 100%;
}

.p-news__img-border img {
  border: 1px #eeeeee solid;
}

.p-news__f-right {
  float: right;
}

.u-mg-btm12 {
  margin-bottom: 12px;
}

.p-news__border {
  border: 1px solid #333;
  padding: 5px;
}

.p-news__border--bottom {
  border-bottom: 1px solid #333;
}

.p-news__border--top {
  border-top: 1px solid #333;
}

.p-news__border--right {
  border-right: 1px solid #333;
}

.p-news__border--left {
  border-left: 1px solid #333;
}

/* カーペットセクション用のスタイル */
.p-news__20250902 {
  /* 廃番一覧テーブルの背景色 */
  /* アンカーリンクのオフセット調整 */
  /* カテゴリータイトルの日付表示 */
  /* スマホ表示でのテキスト重なり修正 */
  /* 廃番関連の見出し用スタイル */
  /* レスポンシブテーブル対応 */
  /* レスポンシブ対応 */
}
.p-news__20250902 .c-table {
  line-height: 1.2;
}
.p-news__20250902 .p-news__category {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.p-news__20250902 .p-news__categoryTitle {
  position: relative;
  height: 48px;
  margin-bottom: 40px;
}
.p-news__20250902 .p-news__categoryTitleBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 48px;
  background-color: #a7b6be;
}
.p-news__20250902 .p-news__categoryTitleText {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 48px;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 21px;
  color: #ffffff;
  text-indent: 20px;
  line-height: normal;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow: visible;
}
.p-news__20250902 .p-news__product {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 60px;
}
.p-news__20250902 .p-news__productContent {
  flex: 1;
  min-width: 0;
}
.p-news__20250902 .p-news__productHeader {
  position: relative;
  width: 500px;
  margin-bottom: 20px;
}
.p-news__20250902 .p-news__productBar {
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 64px;
}
.p-news__20250902 .p-news__productBar--carpet {
  background-color: #278957;
}
.p-news__20250902 .p-news__productBar--floor {
  background-color: #2da7e0;
}
.p-news__20250902 .p-news__productHeaderContent {
  margin-left: 30px;
  position: relative;
  width: 460px;
}
.p-news__20250902 .p-news__productTags {
  position: absolute;
  top: 30px;
  right: -10px;
  display: flex;
  gap: 8px;
  align-items: center;
  z-index: 2;
}
.p-news__20250902 .p-news__productDivider {
  position: absolute;
  top: 64px;
  left: 0;
  width: 500px;
  height: 1px;
  background-color: #dddddd;
}
.p-news__20250902 .p-news__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}
.p-news__20250902 .p-news__tag--change {
  background-color: #444444;
  color: #ffffff;
}
.p-news__20250902 .p-news__tag--new {
  background-color: #c30d22;
  color: #ffffff;
}
.p-news__20250902 .p-news__tag--count {
  border: 1px solid #444444;
  color: #444444;
}
.p-news__20250902 .p-news__productTitle {
  font-size: 21px;
  font-weight: 700;
  color: #444444;
  margin: 0 0 5px 0;
  line-height: 1.4;
}
.p-news__20250902 .p-news__productCategory {
  font-size: 16px;
  color: #444444;
  margin: 0 0 10px 0;
  line-height: 1.2;
}
.p-news__20250902 .p-news__productDescription {
  margin-bottom: 30px;
}
.p-news__20250902 .p-news__productDescription p {
  font-size: 14px;
  line-height: 1.5;
  color: #444444;
}
.p-news__20250902 .p-news__productSpecs {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.p-news__20250902 .p-news__specList {
  display: flex;
  margin: 0;
}
.p-news__20250902 .p-news__specLabel {
  width: 80px;
  font-size: 14px;
  color: #000000;
  font-weight: normal;
  flex-shrink: 0;
}
.p-news__20250902 .p-news__specValue {
  font-size: 14px;
  color: #444444;
  line-height: 1.5;
  margin: 0;
}
.p-news__20250902 .p-news__productImage {
  flex-shrink: 0;
  width: 490px;
}
.p-news__20250902 .p-news__productImage img {
  width: 100%;
  height: auto;
  display: block;
}
.p-news__20250902 .p-news__productImageCaption {
  font-size: 14px;
  color: #444444;
  text-align: right;
  margin-top: 10px;
}
.p-news__20250902 .p-news__disclaimer {
  width: 100%;
  max-width: 1000px;
  margin: 50px auto 40px auto;
  text-align: right;
}
.p-news__20250902 .p-news__disclaimer p {
  font-size: 14px;
  color: #444444;
  line-height: normal;
  margin: 0;
}
.p-news__20250902 .p-news__table--haiban-bg {
  background-color: #F2F6F8;
}
.p-news__20250902 .p-news__category span[id] {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}
.p-news__20250902 .p-news__categoryDate {
  position: absolute;
  right: 20px;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
}
@media (max-width: 768px) {
  .p-news__20250902 .p-news__categoryTitleText {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-right: 20px;
    line-height: 1.2;
  }
  .p-news__20250902 .p-news__categoryDate {
    position: static;
    font-size: 14px;
    margin-top: 4px;
    text-indent: 20px;
  }
}
@media (max-width: 480px) {
  .p-news__20250902 .p-news__categoryTitleText {
    font-size: 18px;
  }
  .p-news__20250902 .p-news__categoryDate {
    font-size: 12px;
  }
}
.p-news__20250902 .p-news__haiban-heading {
  margin-bottom: 20px !important;
  font-size: 2rem;
}
.p-news__20250902 .p-news__table--scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 20px;
}
.p-news__20250902 .p-news__table--scroll table {
  min-width: 600px;
  width: 100%;
}
@media (max-width: 768px) {
  .p-news__20250902 .p-news__table--scroll {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px;
  }
  .p-news__20250902 .p-news__table th,
.p-news__20250902 .p-news__table td {
    padding: 10px 8px;
    font-size: 13px;
    line-height: 1.4;
  }
  .p-news__20250902 .p-news__w15 {
    width: 80px;
    min-width: 80px;
  }
  .p-news__20250902 .p-news__w25 {
    width: 100px;
    min-width: 100px;
  }
  .p-news__20250902 .p-news__w35 {
    width: 140px;
    min-width: 140px;
  }
}
@media (max-width: 480px) {
  .p-news__20250902 .p-news__table th,
.p-news__20250902 .p-news__table td {
    padding: 8px 6px;
    font-size: 12px;
  }
  .p-news__20250902 .p-news__w15 {
    width: 70px;
    min-width: 70px;
  }
  .p-news__20250902 .p-news__w25 {
    width: 90px;
    min-width: 90px;
  }
  .p-news__20250902 .p-news__w35 {
    width: 120px;
    min-width: 120px;
  }
}
@media (max-width: 768px) {
  .p-news__20250902 .p-news__category {
    padding: 0 20px;
  }
  .p-news__20250902 .p-news__categoryTitleBg {
    width: calc(100% - 1px);
  }
  .p-news__20250902 .p-news__product {
    flex-direction: column;
    gap: 20px;
  }
  .p-news__20250902 .p-news__productHeader {
    width: 100%;
  }
  .p-news__20250902 .p-news__productHeaderContent {
    width: calc(100% - 30px);
  }
  .p-news__20250902 .p-news__productTags {
    position: static;
    justify-content: flex-start;
    margin-top: 20px;
  }
  .p-news__20250902 .p-news__productDivider {
    width: 100%;
  }
  .p-news__20250902 .p-news__productImage {
    width: 100%;
  }
  .p-news__20250902 .p-news__productSpecs {
    overflow-x: auto;
  }
  .p-news__20250902 .p-news__specList {
    flex-direction: column;
    margin-bottom: 15px;
  }
  .p-news__20250902 .p-news__specLabel {
    width: auto;
    margin-bottom: 5px;
    font-weight: 600;
  }
  .p-news__20250902 .p-news__disclaimer {
    padding: 0 20px;
    text-align: center;
  }
}

/* 壁装材用のスタイル */
.p-news__20260105 {
  /* 廃番一覧テーブルの背景色 */
  /* アンカーリンクのオフセット調整 */
  /* カテゴリータイトルの日付表示 */
  /* スマホ表示でのテキスト重なり修正 */
  /* 廃番関連の見出し用スタイル */
  /* レスポンシブテーブル対応 */
  /* レスポンシブ対応 */
}
.p-news__20260105 .c-table {
  line-height: 1.2;
}
.p-news__20260105 .p-news__category {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.p-news__20260105 .p-news__categoryTitle {
  position: relative;
  height: 48px;
  margin-bottom: 40px;
}
.p-news__20260105 .p-news__categoryTitleBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 48px;
  background-color: #a7b6be;
}
.p-news__20260105 .p-news__categoryTitleText {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 48px;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 21px;
  color: #ffffff;
  text-indent: 20px;
  line-height: normal;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow: visible;
}
.p-news__20260105 .p-news__product {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 60px;
}
.p-news__20260105 .p-news__productContent {
  flex: 1;
  min-width: 0;
}
.p-news__20260105 .p-news__productHeader {
  position: relative;
  width: 500px;
  margin-bottom: 20px;
}
.p-news__20260105 .p-news__productBar {
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 64px;
}
.p-news__20260105 .p-news__productBar--DEC {
  background-color: #676D71;
}
.p-news__20260105 .p-news__productBar--realdeco {
  background-color: #AEB3B6;
}
.p-news__20260105 .p-news__productHeaderContent {
  margin-left: 30px;
  position: relative;
  width: 460px;
}
.p-news__20260105 .p-news__productTags {
  position: absolute;
  top: 30px;
  right: -10px;
  display: flex;
  gap: 8px;
  align-items: center;
  z-index: 2;
}
.p-news__20260105 .p-news__productDivider {
  position: absolute;
  top: 64px;
  left: 0;
  width: 500px;
  height: 1px;
  background-color: #dddddd;
}
.p-news__20260105 .p-news__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}
.p-news__20260105 .p-news__tag--change {
  background-color: #444444;
  color: #ffffff;
}
.p-news__20260105 .p-news__tag--new {
  background-color: #c30d22;
  color: #ffffff;
}
.p-news__20260105 .p-news__tag--count {
  border: 1px solid #444444;
  color: #444444;
}
.p-news__20260105 .p-news__productTitle {
  font-size: 21px;
  font-weight: 700;
  color: #444444;
  margin: 0 0 5px 0;
  line-height: 1.4;
}
.p-news__20260105 .p-news__productCategory {
  font-size: 16px;
  color: #444444;
  margin: 0 0 10px 0;
  line-height: 1.2;
}
.p-news__20260105 .p-news__productDescription {
  margin-bottom: 30px;
}
.p-news__20260105 .p-news__productDescription p {
  font-size: 14px;
  line-height: 1.5;
  color: #444444;
}
.p-news__20260105 .p-news__productSpecs {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.p-news__20260105 .p-news__specList {
  display: flex;
  margin: 0;
}
.p-news__20260105 .p-news__specLabel {
  width: 80px;
  font-size: 14px;
  color: #000000;
  font-weight: normal;
  flex-shrink: 0;
}
.p-news__20260105 .p-news__specValue {
  font-size: 14px;
  color: #444444;
  line-height: 1.5;
  margin: 0;
}
.p-news__20260105 .p-news__productImage {
  flex-shrink: 0;
  width: 490px;
}
.p-news__20260105 .p-news__productImage img {
  width: 100%;
  height: auto;
  display: block;
}
.p-news__20260105 .p-news__productImageCaption {
  font-size: 14px;
  color: #444444;
  text-align: right;
  margin-top: 10px;
}
.p-news__20260105 .p-news__disclaimer {
  width: 100%;
  max-width: 1000px;
  margin: 50px auto 40px auto;
  text-align: right;
}
.p-news__20260105 .p-news__disclaimer p {
  font-size: 14px;
  color: #444444;
  line-height: normal;
  margin: 0;
}
.p-news__20260105 .p-news__table--haiban-bg {
  background-color: #F2F6F8;
}
.p-news__20260105 .p-news__category span[id] {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}
.p-news__20260105 .p-news__categoryDate {
  position: absolute;
  right: 20px;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
}
@media (max-width: 768px) {
  .p-news__20260105 .p-news__categoryTitleText {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-right: 20px;
    line-height: 1.2;
  }
  .p-news__20260105 .p-news__categoryDate {
    position: static;
    font-size: 14px;
    margin-top: 4px;
    text-indent: 20px;
  }
}
@media (max-width: 480px) {
  .p-news__20260105 .p-news__categoryTitleText {
    font-size: 18px;
  }
  .p-news__20260105 .p-news__categoryDate {
    font-size: 12px;
  }
}
.p-news__20260105 .p-news__haiban-heading {
  margin-bottom: 20px !important;
  font-size: 2rem;
}
.p-news__20260105 .p-news__priceTitle {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px 8px;
  background-color: #c1e4e8;
}
.p-news__20260105 .p-news__table--scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-news__20260105 .p-news__productContent {
    width: 100%;
  }
  .p-news__20260105 .p-news__table--scroll table {
    min-width: 600px;
    width: 100%;
  }
  .p-news__20260105 .p-news__table--scroll {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px;
  }
  .p-news__20260105 .p-news__table th,
.p-news__20260105 .p-news__table td {
    padding: 10px 8px;
    font-size: 13px;
    line-height: 1.4;
  }
  .p-news__20260105 .p-news__w15 {
    width: 80px;
    min-width: 80px;
  }
  .p-news__20260105 .p-news__w25 {
    width: 100px;
    min-width: 100px;
  }
  .p-news__20260105 .p-news__w35 {
    width: 140px;
    min-width: 140px;
  }
}
@media (max-width: 480px) {
  .p-news__20260105 .p-news__table th,
.p-news__20260105 .p-news__table td {
    padding: 8px 6px;
    font-size: 12px;
  }
  .p-news__20260105 .p-news__w15 {
    width: 70px;
    min-width: 70px;
  }
  .p-news__20260105 .p-news__w25 {
    width: 90px;
    min-width: 90px;
  }
  .p-news__20260105 .p-news__w35 {
    width: 120px;
    min-width: 120px;
  }
}
@media (max-width: 768px) {
  .p-news__20260105 .p-news__category {
    padding: 0 20px;
  }
  .p-news__20260105 .p-news__categoryTitleBg {
    width: calc(100% - 1px);
  }
  .p-news__20260105 .p-news__product {
    flex-direction: column;
    gap: 20px;
  }
  .p-news__20260105 .p-news__productHeader {
    width: 100%;
  }
  .p-news__20260105 .p-news__productHeaderContent {
    width: calc(100% - 30px);
  }
  .p-news__20260105 .p-news__productTags {
    position: static;
    justify-content: flex-start;
    margin-top: 20px;
  }
  .p-news__20260105 .p-news__productDivider {
    width: 100%;
  }
  .p-news__20260105 .p-news__productImage {
    width: 100%;
  }
  .p-news__20260105 .p-news__productSpecs {
    overflow-x: auto;
  }
  .p-news__20260105 .p-news__specList {
    flex-direction: column;
    margin-bottom: 15px;
  }
  .p-news__20260105 .p-news__specLabel {
    width: auto;
    margin-bottom: 5px;
    font-weight: 600;
  }
  .p-news__20260105 .p-news__disclaimer {
    padding: 0 20px;
    text-align: center;
  }
}

.p-news__imgRow2 {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.p-news__imgRow2 img {
  width: 100%;
  height: auto;
  display: block;
  flex: 1;
  min-width: 0;
}

.p-news__imgCol2 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-right: auto;
  margin-left: 0;
}
.p-news__imgCol2 img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 767px) {
  .p-news__imgCol2 {
    width: 70%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-news__imgCol2 {
    width: 100%;
  }
}

.p-news__imgGrid1x3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
  gap: 12px;
}
.p-news__imgGrid1x3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-news__imgGrid1x3 img:nth-child(1) {
  grid-column: 1;
  grid-row: 1/4;
}
.p-news__imgGrid1x3 img:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.p-news__imgGrid1x3 img:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}
.p-news__imgGrid1x3 img:nth-child(4) {
  grid-column: 2;
  grid-row: 3;
}
@media screen and (max-width: 767px) {
  .p-news__imgGrid1x3 {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .p-news__imgGrid1x3 img:nth-child(1),
.p-news__imgGrid1x3 img:nth-child(2),
.p-news__imgGrid1x3 img:nth-child(3),
.p-news__imgGrid1x3 img:nth-child(4) {
    grid-column: 1;
    grid-row: auto;
  }
  .p-news__imgGrid1x3 img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

.p-news__imgGrid1x4 {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 12px;
}
.p-news__imgGrid1x4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-news__imgGrid1x4 img:nth-child(1) {
  grid-column: 1;
  grid-row: 1/3;
}
.p-news__imgGrid1x4 img:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.p-news__imgGrid1x4 img:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}
.p-news__imgGrid1x4 img:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}
@media screen and (max-width: 767px) {
  .p-news__imgGrid1x4 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .p-news__imgGrid1x4 img:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .p-news__imgGrid1x4 img:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }
  .p-news__imgGrid1x4 img:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
  }
  .p-news__imgGrid1x4 img:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
  }
  .p-news__imgGrid1x4 img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

.p-news__imgGrid4 {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: auto auto;
  gap: 12px;
}
.p-news__imgGrid4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-news__imgGrid4 img:nth-child(1) {
  grid-column: 1/6;
  grid-row: 1;
}
.p-news__imgGrid4 img:nth-child(2) {
  grid-column: 6/11;
  grid-row: 1;
}
.p-news__imgGrid4 img:nth-child(3) {
  grid-column: 1/5;
  grid-row: 2;
}
.p-news__imgGrid4 img:nth-child(4) {
  grid-column: 5/11;
  grid-row: 2;
}
@media screen and (max-width: 767px) {
  .p-news__imgGrid4 {
    grid-template-columns: repeat(20, 1fr);
  }
  .p-news__imgGrid4 img:nth-child(1) {
    grid-column: 1/11;
    grid-row: 1;
  }
  .p-news__imgGrid4 img:nth-child(2) {
    grid-column: 11/21;
    grid-row: 1;
  }
  .p-news__imgGrid4 img:nth-child(3) {
    grid-column: 1/8;
    grid-row: 2;
  }
  .p-news__imgGrid4 img:nth-child(4) {
    grid-column: 8/21;
    grid-row: 2;
  }
  .p-news__imgGrid4 img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

.p-news__imgGrid5 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 12px;
}
.p-news__imgGrid5 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-news__imgGrid5 img:nth-child(1) {
  grid-column: 1/4;
  grid-row: 1;
}
.p-news__imgGrid5 img:nth-child(2) {
  grid-column: 4/7;
  grid-row: 1;
}
.p-news__imgGrid5 img:nth-child(3) {
  grid-column: 1/3;
  grid-row: 2;
}
.p-news__imgGrid5 img:nth-child(4) {
  grid-column: 3/5;
  grid-row: 2;
}
.p-news__imgGrid5 img:nth-child(5) {
  grid-column: 5/7;
  grid-row: 2;
}
@media screen and (max-width: 767px) {
  .p-news__imgGrid5 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .p-news__imgGrid5 img:nth-child(1),
.p-news__imgGrid5 img:nth-child(2),
.p-news__imgGrid5 img:nth-child(3),
.p-news__imgGrid5 img:nth-child(4),
.p-news__imgGrid5 img:nth-child(5) {
    grid-column: auto;
    grid-row: auto;
  }
  .p-news__imgGrid5 img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

.p-news__imgGrid2x1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 12px;
}
.p-news__imgGrid2x1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-news__imgGrid2x1 img:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
.p-news__imgGrid2x1 img:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.p-news__imgGrid2x1 img:nth-child(3) {
  grid-column: 1;
  grid-row: 2;
}
@media screen and (max-width: 767px) {
  .p-news__imgGrid2x1 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .p-news__imgGrid2x1 img:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .p-news__imgGrid2x1 img:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }
  .p-news__imgGrid2x1 img:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
  }
  .p-news__imgGrid2x1 img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

.p-news__imgGrid1x2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 12px;
}
.p-news__imgGrid1x2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-news__imgGrid1x2 img:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1;
}
.p-news__imgGrid1x2 img:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}
.p-news__imgGrid1x2 img:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}
@media screen and (max-width: 767px) {
  .p-news__imgGrid1x2 {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .p-news__imgGrid1x2 img:nth-child(1),
.p-news__imgGrid1x2 img:nth-child(2),
.p-news__imgGrid1x2 img:nth-child(3) {
    grid-column: 1;
    grid-row: auto;
  }
  .p-news__imgGrid1x2 img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

.p-news__imgGrid6 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 12px;
}
.p-news__imgGrid6 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-news__imgGrid6 {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .p-news__imgGrid6 img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

.p-news__imgGallery {
  display: flex;
  gap: 12px;
  align-items: stretch;
}
.p-news__imgGallery .p-news__imgGalleryLeft {
  flex: 1;
  min-width: 0;
}
.p-news__imgGallery .p-news__imgGalleryLeft img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-news__imgGallery .p-news__imgGalleryRight {
  flex: 1;
  min-width: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
}
.p-news__imgGallery .p-news__imgGalleryRight img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-news__imgGallery {
    flex-direction: column;
  }
  .p-news__imgGallery .p-news__imgGalleryLeft img,
.p-news__imgGallery .p-news__imgGalleryRight img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
  }
}

.p-news__imgGrid2x3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 12px;
}
.p-news__imgGrid2x3 > div {
  min-width: 0;
}
.p-news__imgGrid2x3 > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-news__imgGrid2x3 > div:nth-child(1) {
  grid-column: 1/4;
  grid-row: 1;
}
.p-news__imgGrid2x3 > div:nth-child(2) {
  grid-column: 4/7;
  grid-row: 1;
}
.p-news__imgGrid2x3 > div:nth-child(3) {
  grid-column: 1/3;
  grid-row: 2;
}
.p-news__imgGrid2x3 > div:nth-child(4) {
  grid-column: 3/5;
  grid-row: 2;
}
.p-news__imgGrid2x3 > div:nth-child(5) {
  grid-column: 5/7;
  grid-row: 2;
}
@media screen and (max-width: 767px) {
  .p-news__imgGrid2x3 {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .p-news__imgGrid2x3 > div {
    grid-column: 1 !important;
    grid-row: auto !important;
  }
  .p-news__imgGrid2x3 > div img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
  }
}

.news20260430__img .c-img__caption:first-child {
  margin-right: 15rem;
}
@media screen and (max-width: 767px) {
  .news20260430__img .c-img__caption:first-child {
    margin-right: 3%;
  }
}
@media screen and (max-width: 767px) {
  .news20260430__img .c-img__caption {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .news20260430__img img {
    width: 70%;
    height: 140px;
    object-fit: contain;
  }
}
