@charset "UTF-8";

/*------------------------------------------------------------
  Foundation
------------------------------------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #444444;
  line-height: 1.6;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

/*------------------------------------------------------------
  Utility
------------------------------------------------------------*/

.u-dsp-pc {
  display: block;
}

.u-dsp-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-dsp-pc {
    display: none;
  }

  .u-dsp-sp {
    display: block;
  }
}

/*------------------------------------------------------------
  Swiper
------------------------------------------------------------*/
.p-swiper-wrapper {
  position: relative;
}

.p-ect-stone .swiper-slide {
  width: 100%;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-control {
  margin-top: 10px;
  z-index: 100;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  padding-right: 80px;
  width: 100%;
}

.swiper-pagination {
  position: static !important;
}

.swiper-pagination-bullet {
  background: #f5f5f5 !important;
  opacity: 1 !important;
  margin-inline: 12px !important;
}

.swiper-pagination-bullet-active {
  background: #d9d9d9 !important;
}

.stopbtn-main {
  cursor: pointer;
  z-index: 100;
  background: #fff;
  border: 1px solid #333;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  text-align: center;
  line-height: 17px;
  opacity: 0.85;
  color: #333;
  display: flex;
  justify-content: center;
}

.stopbtn-main:hover {
  opacity: 1;
}

.stopbtn-main.stop:before {
  display: block;
  content: "=";
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 12px;
  font-weight: bold;
  margin-top: 1px;
  margin-left: 1px;
}

.stopbtn-main.start:before {
  content: "▶";
  font-size: 10px;
  margin-left: 2px;
}

/* Swiper Responsive */
@media screen and (max-width: 1366px) {
  .swiper-control {
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-swiper-wrapper {
    height: 591px;
  }
}

@media screen and (max-width: 539px) {
  .p-swiper-wrapper {
    height: 375px;
  }
}

/*------------------------------------------------------------
  Component
------------------------------------------------------------*/
.c-button {
  display: inline-block;
  padding: 16px 30px;
  border: 1px solid #444444;
  border-radius: 40px;
  color: #000000;
  text-decoration: none;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  transition: all 0.3s ease;
  white-space: nowrap;
}

@media (any-hover: hover) and (pointer: fine) {
  .c-button:hover {
    background: #444444;
    color: #ffffff;
  }
}

/* Component Responsive */
@media screen and (max-width: 768px) {
  .c-button {
    font-size: 16px;
    padding: 12px 20px;
  }
}

/*------------------------------------------------------------
  Project - Contents
------------------------------------------------------------*/
.p-ect__contents {
  padding-top: 56px;
  position: relative;
}

.p-ect__contents::after {
  content: "";
  display: block;
  width: 17%;
  height: 50%;
  background-image: url("../img/index/contents_bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

/*------------------------------------------------------------
  Project - Main Visual
------------------------------------------------------------*/
.p-ect__mv {
  height: calc(100vh - 100px);
}

.p-ect__mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Main Visual Responsive */
@media screen and (max-width: 768px) {
  .p-ect__mv {
    height: 400px;
  }
}

/*------------------------------------------------------------
  Project - Slider
------------------------------------------------------------*/
.p-ect__slider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 56px;
  width: 100%;
  padding-right: 20px;
}

.p-ect__slider--reverse {
  justify-content: flex-end;
  margin-top: 39px;
  padding-right: 0;
  padding-left: 20px;
}

.p-ect__slider--reverse .swiper-container {
  order: 2;
}

.p-ect__slider--reverse .p-ect__slider-info {
  order: 1;
}

.p-ect__slider .swiper-container {
  margin: 0;
  width: 56%;
  padding-bottom: 40px;
  overflow: hidden;
}

.p-ect__slider .swiper-control {
  justify-content: center;
  align-items: center;
}

.p-ect__slider .swiper-pagination {
  align-items: center;
}

.p-ect__slider-info {
  text-align: center;
}

.p-ect__slider-title {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 500;
  color: #444444;
  text-align: center;
  margin: 0 0 24px 0;
  line-height: 39.5px;
  white-space: nowrap;
}

.p-ect__slider-button {
  margin-top: 24px;
}

/* Slider Responsive */
@media screen and (max-width: 768px) {
  .p-ect__slider {
    display: block;
    padding: 0;
  }

  .swiper-control {
    justify-content: center;
  }

  .p-ect__slider .swiper-container {
    width: 100%;
  }

  .p-ect__slider-info {
    margin-top: 16px;
  }

  .p-ect__slider + .p-ect__slider {
    margin-top: 64px;
  }

  .p-ect__slider-title {
    font-size: 24px;
  }
}

/*------------------------------------------------------------
  Project - Feature
------------------------------------------------------------*/
.p-ect__feature {
  max-width: 1300px;
  margin: 110.8px auto 0;
  padding-inline: 20px;
}

.p-ect__feature-title {
  max-width: 326.2px;
  margin: 0 auto;
}

.p-ect__feature-subtitle {
  color: #000;
  text-align: center;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 39.5px;
  margin-top: 40px;
}

.p-ect__feature-media {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 44.3px;
  margin-top: 62px;
}

.p-ect__feature-media-img {
  width: 53%;
}

.p-ect__feature-media-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-ect__feature-media-text {
  width: 47%;
  margin-top: 23px;
}

.p-ect__feature-media-title {
  display: flex;
  align-items: center;
  gap: 20.8px;
}

.p-ect__feature-media-title-icon {
  width: 70px;
  height: 70px;
}

.p-ect__feature-media-title-icon img {
  width: 100%;
  height: 100%;
}

.p-ect__feature-media-title-text {
  color: #444;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 39.5px;
}

.p-ect__feature-media-description {
  color: #444;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  margin-top: 16px;
}

/* Feature Responsive */
@media screen and (max-width: 768px) {
  .p-ect__feature-subtitle {
    font-size: 20px;
  }

  .p-ect__feature-media {
    display: block;
    margin-top: 32px;
  }

  .p-ect__feature-media-img {
    width: 100%;
  }

  .p-ect__feature-media-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .p-ect__feature-media-text {
    width: 100%;
    margin-top: 23px;
  }

  .p-ect__feature-media-title {
    display: flex;
    align-items: center;
    gap: 20.8px;
  }

  .p-ect__feature-media-title-icon {
    width: 70px;
    height: 70px;
  }

  .p-ect__feature-media-title-icon img {
    width: 100%;
    height: 100%;
  }

  .p-ect__feature-media-title-text {
    font-size: 24px;
  }

  .p-ect__feature-media-description {
    font-size: 16px;
  }
}

/*------------------------------------------------------------
  Project - New Points
------------------------------------------------------------*/
.p-ect__new-points {
  margin-top: 96px;
}

.p-ect__new-point {
  display: flex;
  align-items: flex-start;
  gap: 44.3px;
  margin: 0 auto;
}

.p-ect__new-point + .p-ect__new-point {
  margin-top: 125px;
}

.p-ect__new-point--reverse {
  flex-direction: row-reverse;
}

.p-ect__new-point-img {
  width: 53%;
}

.p-ect__new-point-img img {
  width: 100%;
}

.p-ect__new-point-content {
  width: 47%;
}

.p-ect__new-point-number {
  width: 225px;
  height: 96px;
  flex-shrink: 0;
}

.p-ect__new-point-title {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 26px;
  font-weight: bold;
  color: #444444;
  line-height: 40px;
  margin-top: 44.8px;
}

.p-ect__new-point-text {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #444444;
  line-height: 32px;
  margin-top: 22px;
}

.p-ect__new-point-lead {
  color: #444;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 32px;
  margin-top: 24px;
}

.p-ect__new-point-contents-2col {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.p-ect__new-point-contents-icon {
  width: 127px;
  height: 110px;
  flex-shrink: 0;
}

.p-ect__new-point-contents-icon img {
  width: 100%;
  height: 100%;
}

.p-ect__new-point-contents-item {
  padding-left: 24px;
  text-indent: -18px;
}

.p-ect__new-point-contents-item .p-ect__new-point-text {
  margin-top: 0;
}

.p-ect__new-point-title-wrapper .p-ect__new-point-lead {
  color: #444;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  margin-top: 8px;
}

.p-ect__new-point-title-wrapper + .p-ect__new-point-content {
  width: fit-content;
}

/* New Points Responsive */
@media screen and (max-width: 768px) {
  .p-ect__new-point {
    display: block;
  }

  .p-ect__new-point + .p-ect__new-point {
    margin-top: 64px;
  }

  .p-ect__new-point-img {
    width: 100%;
    margin-top: 8px;
  }

  .p-ect__new-point-content {
    width: 100%;
  }

  .p-ect__new-point-number {
    max-width: 200px;
    width: 100%;
    height: auto;
    margin: 16px 0;
  }

  .p-ect__new-point-title {
    font-size: 22px;
    margin-top: 16px;
  }

  .p-ect__new-point-text {
    font-size: 16px;
    margin-top: 16px;
  }
}

/*------------------------------------------------------------
  Project - Lineup
------------------------------------------------------------*/
.p-ect__lineup {
  margin-top: 116px;
  padding-bottom: 116px;
}

.p-ect__lineup-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.p-ect__lineup-title {
  font-family: "Montserrat", sans-serif;
  font-size: 46px;
  font-weight: 500;
  color: #444444;
  text-align: center;
  line-height: 39.5px;
}

/* Lineup Responsive */
@media screen and (max-width: 768px) {
  .p-ect__lineup {
    margin-top: 64px;
    padding-bottom: 64px;
  }

  .p-ect__lineup-grid {
    display: block;
    margin-top: 40px;
  }

  .p-ect__lineup-item + .p-ect__lineup-item {
    margin-top: 2px;
  }

  .p-ect__lineup-title {
    font-size: 24px;
  }
}

/*------------------------------------------------------------
  Project - Tabs
------------------------------------------------------------*/
.p-ect__tabs {
  margin-top: 57px;
}

.p-ect__tab-nav {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 24px;
}

.p-ect__tab-button {
  position: relative;
  background: #f5f5f5;
  border: 1px solid #b8b8b8;
  border-bottom: none;
  padding: 20px 80px;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #444444;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 320px;
  text-align: center;
  border-radius: 5px 5px 0px 0px;
  height: 80px;
}

.p-ect__tab-button--active {
  background: #ffffff;
  border-bottom-color: transparent;
  padding-block: 30px;
  height: 102px;
  z-index: 1;
  position: relative;
}

.p-ect__tab-button--active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: #b8b8b8;
}

.p-ect__tab-content {
  display: none !important;
}

.p-ect__tab-content--active {
  display: block !important;
  border-top: 1px solid #c5c5c5;
  padding-top: 83px;
  margin-top: -1px;
}

.p-ect__tab-subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #444444;
  text-align: center;
  margin-bottom: 40px;
  line-height: 39.5px;
}

/* Tabs Responsive */
@media screen and (max-width: 768px) {
  .p-ect__tab-nav {
    gap: 2px;
  }

  .p-ect__tab-button {
    width: calc(50% - 1px);
    min-width: initial;
    padding: 16px;
    font-size: 20px;
  }

  .p-ect__tab-subtitle {
    font-size: 22px;
    margin-bottom: 24px;
  }
}

/*------------------------------------------------------------
  Project - Lineup Table
------------------------------------------------------------*/
.p-ect__lineup-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 57px;
  table-layout: fixed;
}

.p-ect__table-header {
  display: table-header-group;
}

.p-ect__table-header th {
  background: #666666;
  border-bottom: 1px solid #949494;
  border-right: 1px solid #949494;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 18px;
  text-align: center;
  vertical-align: middle;
  min-height: 36px;
}

.p-ect__table-header th:last-child {
  border-right: none;
}

.p-ect__table-header th.p-ect__table-cell--price {
  width: 120px;
}

.p-ect__table-header th.p-ect__table-cell--size {
  width: 120px;
}

.p-ect__table-header th.p-ect__table-cell--lineup {
  width: auto;
}

.p-ect__table-body {
  border: none;
}

.p-ect__table-row {
  border-bottom: 1px solid #949494;
}

.p-ect__table-row:last-child {
  border-bottom: none;
}

.p-ect__table-cell {
  border-right: 1px solid #949494;
  padding: 18px;
  vertical-align: top;
  background: #ffffff;
  color: #000000;
}

.p-ect__table-cell:last-child {
  border-right: none;
}

.p-ect__table-cell--price {
  width: 120px;
  text-align: center;
  vertical-align: middle;
  padding: 0;
}

.p-ect__table-cell--size {
  width: 120px;
  text-align: center;
  vertical-align: middle;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
}

.p-ect__table-cell--lineup {
  width: auto;
  min-height: 200px;
}

.p-ect__price-display {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0px;
}

.p-ect__price-main {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #000000;
}

.p-ect__price-unit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #000000;
}

/* Lineup Table Responsive */
@media screen and (max-width: 768px) {
  .p-ect__table-cell--lineup {
    flex-shrink: 0;
    width: 60%;
  }

  .p-ect__table-header th.p-ect__table-cell--price {
    width: 20%;
  }

  .p-ect__table-cell--price {
    width: 20%;
  }

  .p-ect__table-header th.p-ect__table-cell--size {
    width: 20%;
  }

  .p-ect__table-cell--size {
    width: 20%;
  }
}

/*------------------------------------------------------------
  Project - Product Grid
------------------------------------------------------------*/
.p-ect__product-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  align-items: flex-start;
}

.p-ect__product-grid--row2 {
  margin-top: 10px;
  gap: 20px;
}

.p-ect__product-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}

.p-ect__product-item a {
  display: contents;
}

.p-ect__product-image {
  width: 150px;
  height: 150px;
  flex-shrink: 0;
}

.p-ect__product-image--sm {
  width: 124px;
  height: 124px;
  flex-shrink: 0;
}

.p-ect__product-image--225-113 {
  width: 225px;
  height: 113px;
  flex-shrink: 0;
}

.p-ect__product-image--150-100 {
  width: 150px;
  height: 100px;
  flex-shrink: 0;
}

.p-ect__product-image--225-36 {
  width: 225px;
  height: 36px;
  flex-shrink: 0;
}

.p-ect__product-image--315-44 {
  width: 315px;
  height: 44px;
  flex-shrink: 0;
}

.p-ect__product-info {
  display: flex;
  flex-direction: column;
  width: 120px;
  text-align: left;
  gap: 3px;
}

.p-ect__product-code {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #000000;
  line-height: 1.2;
}

.p-ect__new-badge {
  font-size: 10px;
  font-weight: bold;
  color: #f10c48;
  line-height: 1.2;
}

.p-ect__product-name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
}

/* ========================================
   Point 03 詳細セクション
======================================== */

.p-ect__new-point-detail {
  margin-top: 53px;
}

/* リサイクルセクション */
.p-ect__recycle-section {
  background-color: #f9f9f9;
  padding: 33px 58px 48px;
  margin-bottom: 40px;
}

.p-ect__recycle-container {
  display: flex;
  justify-content: space-between;
  gap: 67px;
}

.p-ect__recycle-item {
  width: calc(50% - 33.5px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.p-ect__recycle-title {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 26px;
  font-weight: bold;
  color: #444444;
  line-height: 1.5;
  margin: 0 0 16px;
}

.p-ect__recycle-subtitle {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #444444;
  line-height: 1.78;
  margin: 0 0 36px;
}

.p-ect__recycle-img {
  width: 100%;
}

.p-ect__recycle-img img {
  width: 100%;
  height: auto;
}

/* 環境性能データ表 */
.p-ect__performance-table {
  text-align: center;
  margin-top: 56px;
}

.p-ect__performance-table img {
  width: 100%;
  height: auto;
  max-width: 1206px;
}

/* 認証マーク説明 */
.p-ect__certification {
  display: flex;
  gap: 30px;
  background: #f5f5f5;
  padding: 40px;
  border-radius: 10px;
  margin-top: 38px;
}

.p-ect-features__cert-item {
  flex: 1;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.p-ect-features__cert-icon {
  flex-shrink: 0;
}

.p-ect-features__cert-item:nth-of-type(1) .p-ect-features__cert-icon {
  height: 98px;
}

.p-ect-features__cert-item:nth-of-type(2) .p-ect-features__cert-icon {
  height: 87px;
}

.p-ect-features__cert-item:nth-of-type(3) .p-ect-features__cert-icon {
  height: 29px;
}

.p-ect-features__cert-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-ect-features__cert-item p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #444;
  line-height: 18px;
  margin: 0;
}

.p-ect-features__cert-item p span {
  font-size: 10px;
  display: block;
}

.p-ect__recycle-note-list {
  margin-top: 34px;
}

.p-ect__recycle-note-item {
  color: #444;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}

.p-ect__recycle-banner {
  max-width: 680px;
  margin: 93px auto 0;
}

.p-ect__recycle-banner-img img {
  width: 100%;
  height: auto;
}

.p-ect__recycle-banner-text {
  color: #444;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  margin-top: 33px;
}

.p-ect__recycle-button {
  margin-top: 39px;
  text-align: center;
}

.p-ect__recycle-button .c-button {
  max-width: 540px;
  width: 100%;
  background: #f5f5f5;
  padding: 36px;
  box-sizing: border-box;
  border-radius: 100px;
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

@media (any-hover: hover) and (pointer: fine) {
  .p-ect__recycle-button .c-button:hover {
    background: #444444;
    color: #ffffff;
  }
}

/* Component Responsive */
@media screen and (max-width: 768px) {
  .p-ect__recycle-button .c-button {
    font-size: 16px;
    padding: 12px 20px;
    border-radius: 40px;
  }
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .p-ect__recycle-section {
    padding: 24px 16px 48px;
  }

  .p-ect__recycle-container {
    flex-direction: column;
    gap: 40px;
  }

  .p-ect__recycle-item {
    width: 100%;
  }

  .p-ect__recycle-title {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .p-ect__recycle-subtitle {
    font-size: 14px;
    margin-bottom: 24px;
    text-align: left;
  }

  .p-ect__certification {
    flex-direction: column;
    gap: 20px;
    padding: 30px 20px;
  }

  .p-ect-features__cert-item {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .p-ect-features__cert-icon {
    flex: none;
    width: 50px;
    height: 50px;
    margin: 0 auto;
  }

  .p-ect__table-wrapper {
    overflow-x: auto;
  }

  .p-ect__table-wrapper table {
    min-width: 1280px;
  }
}