@charset "utf-8";

body {
  font-family: "Noto Serif JP", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

.pc {
  display: none;
}

/* ローディング画面 */
.lock {
  overflow-y: hidden;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  z-index: 99999;
  background: #fff;
  text-align: center;
}

.loading-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loading-image {
  max-width: 100%;
  height: auto;
}

/* ヘッダー */
.header {
  position: relative;
  overflow: hidden;
  height: 100svh;
}

.background-movie {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100svh;
  transform: translate(-50%, -50%);
  z-index: -1;
  overflow: hidden;
}

.youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78vh;
  height: 100vh;
  transform: translate(-50%, -50%);
}

.youtube iframe {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.header-top {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
}

.header-logo {
  width: 30%;
  margin: 0 auto 24px;
}

.heading1 {
  width: 100%;
  color: #fff;
  font-size: clamp(18px, 3.6vw, 36px);
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: clamp(6px, 1.8vw, 18px);
}

.header-bottom {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 36%;
  margin: 0 auto;
  text-align: center;
}

/* リリースセクション */
.release {
  padding: 50px;
}

.release-item {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.release-item1 {
  background-image: url(image/release-image1_sp.jpg);
  aspect-ratio: 528/840;
}

.release-item1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: linear-gradient(0deg, rgba(86, 89, 87, 0), rgba(2, 7, 4, 1));
}

.release-item2 {
  background-image: url(image/release-image2_sp.jpg);
  aspect-ratio: 528/420;
}

.release-item3 {
  background-image: url(image/release-image3_sp.jpg);
  aspect-ratio: 528/900;
}

.release-item4 {
  background-image: url(image/release-image4_sp.jpg);
  aspect-ratio: 528/900;
}

.release-item-contents {
  position: absolute;
  z-index: 1;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  line-height: 2;
}

.release-item-contents1 {
  color: #fff;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
}

.release-item-contents2 {
  color: #3e3a39;
  top: 10%;
  left: 7%;
  writing-mode: vertical-rl;
  text-shadow:
    0 0 1px #fff,
    0 0 2px #fff,
    0 0 3px #fff,
    0 0 4px #fff,
    0 0 5px #fff,
    0 0 6px #fff,
    0 0 7px #fff,
    0 0 8px #fff,
    0 0 9px #fff,
    0 0 10px #fff;
}

.release-item-contents3 {
  color: #fff;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  writing-mode: vertical-rl;
  text-shadow:
    0 0 1px #595757,
    0 0 2px #595757,
    0 0 3px #595757,
    0 0 4px #595757,
    0 0 5px #595757,
    0 0 6px #595757,
    0 0 7px #595757,
    0 0 8px #595757,
    0 0 9px #595757,
    0 0 10px #595757;
}

.release-item-contents4 {
  color: #fff;
  top: 15%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translateX(-50%);
  text-shadow:
    0 0 1px #595757,
    0 0 2px #595757,
    0 0 3px #595757,
    0 0 4px #595757,
    0 0 5px #595757,
    0 0 6px #595757,
    0 0 7px #595757,
    0 0 8px #595757,
    0 0 9px #595757,
    0 0 10px #595757;
}

.release-item-contents5 {
  color: #3e3a39;
  padding: 50px 0;
  text-align: center;
  position: relative;
}

.release-heading {
  font-size: clamp(14px, 4.1vw, 28px);
  letter-spacing: 6px;
}

.release-text {
  font-size: clamp(10px, 2.9vw, 20px);
  letter-spacing: 4px;
}

@media screen and (min-width:768px) {

  .release-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .release-item1 {
    background-image: url(image/release-image1_pc.jpg);
    aspect-ratio: 1280 / 550;
    grid-row: 1/2;
    grid-column: 1/3;
  }

  .release-item2 {
    background-image: url(image/release-image2_pc.jpg);
    aspect-ratio: 640 / 550;
    grid-row: 2/3;
    grid-column: 1/2;
  }

  .release-item3 {
    background-image: url(image/release-image3_pc.jpg);
    aspect-ratio: 640 / 1100;
    grid-row: 2/4;
    grid-column: 2/3;
  }

  .release-item4 {
    background-image: url(image/release-image4_pc.jpg);
    aspect-ratio: 640 / 1100;
    grid-row: 3/5;
    grid-column: 1/2;
  }

  .release-item5 {
    grid-row: 4/5;
    grid-column: 2/3;
    aspect-ratio: 640/550;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .release-heading {
    font-size: 24px;
  }

  .release-text {
    font-size: 20px;
  }
}

@media screen and (min-width:1024px) {

  .release-inner {
    width: 80%;
  }

  .release-heading {
    font-size: clamp(24px, 2.1vw, 40px);
    font-size: 40px;
    letter-spacing: clamp(4px, 1vw, 18px);
  }


  .release-text {
    font-size: clamp(14px, 1.3vw, 24px);
    font-size: 24px;
    letter-spacing: 4px;
  }
}

/* キャッチセクション */
.catch-phrase {
  background-image: url(image/catch-phrase-image_sp.jpg);
  aspect-ratio: 768/1200;
  background-repeat: no-repeat;
  background-size: cover;
}

.catch-phrase-inner {
  height: 100%;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}

.catch-phrase-heading {
  font-size: clamp(18px, 5.3vw, 54px);
  letter-spacing: clamp(6px, 1.8vw, 18px);
}

.catch-phrase-text {
  font-size: clamp(12px, 3.5vw, 36px);
  letter-spacing: clamp(4px, 1.2vw, 12px);
}

/* コンセプト・ラインナップセクション */
.concept-lineup {
  background-image: url(image/concept-lineup-background_sp.jpg);
  aspect-ratio: 768/1152;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 50px 0;
  display: grid;
  gap: 50px;
}

.concept {
  display: grid;
  gap: 50px;
}

.concept-item1 {
  text-align: center;
}

.concept-balance-image {
  width: 45%;
  margin: 0 auto 20px;
}

.concept-heading {
  margin: 20px 0;
  font-size: clamp(12px, 3.5vw, 36px);
  color: #727171;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: clamp(6px, 1.8vw, 18px);
  text-align: center;
}

.concept-text {
  margin-bottom: 20px;
  font-size: clamp(10px, 2.9vw, 30px);
  color: #727171;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: clamp(4px, 1.2vw, 12px);
}

.concept-logo {
  width: 40%;
  margin: 50px auto 40px;
}

.concept-image-wrapper {
  display: grid;
  grid-template-columns: 3fr 7fr;
  align-items: center;
  row-gap: clamp(20px, 5.9vw, 60px);
  column-gap: clamp(20px, 5.9vw, 60px);
  font-size: clamp(10px, 2.9vw, 30px);
  color: #595757;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: clamp(4px, 1.2vw, 12px);
}

.concept-image-item1 {
  grid-column: 1/3;
}

.concept-image-item2 {
  grid-column: 1/3;
  text-align: center;
}

.concept-image-item3 {
  grid-column: 1/2;
}

.concept-image-item4 {
  grid-column: 2/3;
}

.lineup {
  padding-bottom: 90px;
}

.lineup-heading {
  font-size: clamp(24px, 7vw, 72px);
  font-family: times-new-roman, sans-serif;
  font-weight: 400;
  line-height: 2;
  text-align: center;
}

.lineup-list {
  display: grid;
  gap: 80px;
}

.lineup-list-item {
  width: 80%;
  margin: 0 auto;
}

.lineup-icon {
  width: clamp(75px, 21.5vw, 220px);
  aspect-ratio: 1/1;
  background-color: #fff;
  position: relative;
  margin: 0 auto 20px;
  padding: 1rem;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
}

.line-wrapper {
  display: flex;
  flex-direction: column-reverse;
  gap: 3px;
}

.line {
  width: 100%;
  height: 3px;
}

.line1 {
  background-color: #bcd4df;
}

.line2 {
  background-color: #b2b6a8;
}

.line3 {
  background-color: #c5aeb0;
}

.line4 {
  background-color: #b8b09d;
}

.goods-name {
  font-size: clamp(20px, 5.9vw, 60px);
  font-family: times-new-roman, sans-serif;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
}

.goods-name1 {
  color: #bcd4df;
}

.goods-name2 {
  color: #b2b6a8;
}

.goods-name3 {
  color: #c5aeb0;
}

.goods-name4 {
  color: #b8b09d;
}

.goods-copy {
  font-size: clamp(20px, 5.9vw, 60px);
  color: #231815;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  line-height: 1.5;
}

.goods-description {
  font-size: clamp(13px, 3.8vw, 39px);
  color: #231815;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  line-height: 2;
  margin: 1rem auto 2rem;
}

.thickness {
  font-size: clamp(14px, 4.1vw, 42px);
  color: #231815;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  line-height: 2;
}

.hardness {
  font-size: clamp(14px, 4.1vw, 42px);
  color: #231815;
  font-family: times-new-roman, sans-serif;
  font-weight: 400;
}

.goods-link-wrapper {
  text-align: center;
}

.goods-link {
  font-size: clamp(11px, 3.2vw, 33px);
  color: #231815;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  position: relative;
}

.goods-link::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #605c5a;
  position: absolute;
  bottom: 0;
  left: 0;
}

.goods-link-icon {
  font-size: clamp(6px, 1.8vw, 18px);
  vertical-align: super;
  margin-left: clamp(5px, 1.6vw, 16px);
}

/* シリーズ共通仕様セクション */
.comparison-table {
  background-color: #fff;
  padding: 150px 0;
}

.comparison-heading {
  font-size: clamp(24px, 3vw, 44px);
  text-align: center;
  margin-bottom: 60px;
}

.scroll-wrapper {
  position: relative;
  overflow: hidden;
}

.scroll-table-wrapper {
  max-width: 1440px;
  width: 80%;
  margin: 0 auto;
  overflow-x: auto;
}

.scroll-container {
  overflow-x: auto;
  position: relative;
}

.scroll-container::-webkit-scrollbar {
  display: none;
}

.scroll-table {
  width: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  white-space: nowrap;
}

.table-header,
.table-data {
  border-right: 1px solid #595757;
  border-bottom: 1px dashed #9fa0a0;
  text-align: center;
  vertical-align: middle;
  padding: 1rem .5rem;
}

.table-header:last-child,
.table-data:last-child {
  border-right: 0;
}

.table-header {
  background-color: #efefef;
  font-size: clamp(12px, 2.6vw, 18px);
}

.table-data {
  font-size: clamp(12px, 2.9vw, 20px);
}

.table-grey {
  border: 0;
  background-color: #9fa0a0;
  color: #fff;
  font-size: 20px;
}

tr:last-child th,
tr:last-child td {
  border-bottom: 0;
}

.table-goods-name {
  border-bottom: 0;
  color: #fff;
}

.table-goods-name1 {
  background-color: #bcd4df;
}

.table-goods-name2 {
  background-color: #b2b6a8;
}

.table-goods-name3 {
  background-color: #c5aeb0;
}

.table-goods-name4 {
  background-color: #c7bda9;
}

.common {
  background-color: #eae5e3;
  padding: 150px 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.common-inner {
  max-width: 1620px;
  width: 85%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 27% 70%;
  justify-content: space-between;
}

.common-left-heading {
  font-size: clamp(33px, 2.3vw, 44px);
  margin-bottom: 60px;
}

.radio-button {
  font-size: clamp(15px, 4.3vw, 30px);
  border-bottom: 1px dashed #595757;
  position: relative;
}

.radio-button:last-child {
  border-bottom: 0;
}

.radio-head {
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: 1rem .5rem;
  position: relative;
}

.radio-button:has(.radio:checked) .radio-head {
  background-color: #fff;
}

.radio-button:has(.radio:checked) .radio-head::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #ffffff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.radio {
  appearance: none;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 100%;
  border: 1px solid #dbd7d5;
  position: relative;
  flex-shrink: 0;
}

.radio:checked {
  background-color: #eae5e3;
}

.radio:checked::before,
.radio:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 3px;
  background-color: #000;
}

.radio:checked::before {
  left: 20%;
  width: 10px;
  transform-origin: right;
  transform: rotate(45deg) translateY(-50%);
}

.radio:checked::after {
  left: calc(20% + 10px);
  width: 20px;
  transform-origin: left;
  transform: rotate(-45deg) translateY(-50%);
}

.label {
  min-width: 0;
  line-height: 1.5;
}

.radio:checked + .label {
  font-size: clamp(16px, 4.6vw, 32px);
  color: #6d402d;
}

.tab-item {
  display: none;
}

.tab-item img {
  width: 100%;
  height: auto;
  display: block;
}

.common-title {
  font-size: clamp(16px, 4.6vw, 32px);
  margin: 1.5rem 0 1rem;
}

.common-text {
  font-size: clamp(14px, 4vw, 28px);
  line-height: 1.7;
  font-weight: normal;
}

/* SP */
@media (max-width: 767px) {
  .common {
    padding: 80px 0;
  }

  .common-inner {
    width: 80%;
    display: block;
    margin: 0 auto;
  }

  .common-left {
    width: 100%;
  }

  .common-left-heading {
    text-align: center;
    margin-bottom: 30px;
    font-size: clamp(20px, 6vw, 30px);
  }

  .common-right {
    display: none;
  }

  .radio-button-wrapper {
    width: 100%;
  }

  .radio-button {
    display: block;
    padding: 0;
    border-bottom: 1px dashed #595757;
    position: relative;
  }

  .radio-button:last-child {
    border-bottom: 0;
  }

  .radio-head {
    display: grid;
    grid-template-columns: 25px 1fr;
    column-gap: 12px;
    align-items: center;
    padding: 18px 20px;
    position: relative;
  }

  .radio-button:has(.radio:checked) .radio-head {
    background-color: #fff;
    margin: 10px auto 0;
  }

  .radio-button:has(.radio:checked) .radio-head::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    width: 20px;
    height: 10px;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }

  .radio {
    grid-column: 1;
    grid-row: 1;
    width: 25px;
    height: 25px;
  }

  .label {
    grid-column: 2;
    grid-row: 1;
    display: block;
    min-width: 0;
    font-size: clamp(16px, 5vw, 22px);
    line-height: 1.5;
  }

  .radio:checked + .label {
    font-size: clamp(16px, 5vw, 22px);
    color: #6d402d;
  }

  .tab-item {
    display: block;
    max-height: 0;
    opacity: 0;
    transform: translateY(-8px);
    padding: 0;
    transition:
      max-height 0.45s ease,
      opacity 0.3s ease,
      transform 0.3s ease,
      padding-top 0.3s ease,
      padding-bottom 0.3s ease;
  }

  .tab-item.is-open {
    max-height: 1200px;
    opacity: 1;
    transform: translateY(0);
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .tab-item img {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    height: auto;
    display: block;
  }

  .common-title {
    text-align: center;
    font-size: clamp(20px, 6vw, 28px);
    line-height: 1.5;
    margin: 24px 0 16px;
  }

  .common-text {
    font-size: clamp(15px, 4.2vw, 18px);
    line-height: 2;
  }
}

/* グレード特別仕様セクション */
.unique {
  padding: clamp(50px, 9.8vw, 100px) 0;
}

.unique-heading {
  font-size: clamp(18px, 5.3vw, 54px);
  color: #231815;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  margin-bottom: 1rem;
}

.unique-list {
  display: grid;
  gap: 50px;
}

.special-features {
  width: 85%;
  padding-top: 1rem;
  position: relative;
}

.special-features1,
.special-features3 {
  margin-left: auto;
}

.special-features2 {
  margin-right: auto;
}


.special-features::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: #9fa0a0;
}

.special-features-inner {
  font-size: clamp(12px, 3.5vw, 36px);
  color: #595757;
  font-family: times-new-roman, sans-serif;
  font-weight: 400;
  margin-bottom: 1rem;
}

.special-features-inner2 {
  margin-left: 15vw;
}

.special-features-big {
  font-size: clamp(18px, 5.3vw, 54px);
}

.unique-title {
  width: 70%;
  margin: 1rem auto;
  font-size: clamp(18px, 5.3vw, 54px);
  color: #3e3a39;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.unique-text {
  width: 70%;
  margin: 0 auto;
  font-size: clamp(12px, 3.5vw, 36px);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.5;
}

.subject-list {
  width: 70%;
  margin: 10px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.subject-list-item {
  padding: .5rem;
  text-align: center;
  color: #fff;
  font-size: clamp(10px, 2.9vw, 30px);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.subject-list-item2 {
  background-color: #b2b6a8;
}

.subject-list-item3 {
  background-color: #c5aeb0;
}

.subject-list-item4 {
  background-color: #c7bda9;
}

/* 安心・安全セクション */
.safe {
  background-color: #f5f2e9;
  padding: 50px 0;
}

.safe-heading {
  font-size: clamp(18px, 5.3vw, 54px);
  color: #231815;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  margin-bottom: 1rem;
}

.swiper-slide-inner1 {
  width: 70%;
  margin: 0 auto;
}


.safe-image {
  text-align: center;
}

.safe-title {
  text-align: center;
  color: #3e3a39;
  font-size: clamp(18px, 5.3vw, 54px);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  margin: 2rem auto 1rem;
}

.safe-text {
  font-size: clamp(12px, 3.5vw, 36px);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.swiper-pagination {
  position: relative;
  top: 0 !important;
  bottom: 0 !important;
  margin-top: 40px;
  padding: .5rem;
  display: flex;
  gap: 12px;
  justify-content: center;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 !important;
  background-color: #9fa0a0;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
  box-shadow:
    0 0 1px #9fa0a0,
    0 0 2px #9fa0a0,
    0 0 3px #9fa0a0,
    0 0 4px #9fa0a0,
    0 0 5px #9fa0a0;
}

/* 社会貢献活動への取り組みセクション */
.sustainability {
  padding: 50px 0;
  display: grid;
  gap: 50px;
}

.sustainability-heading {
  font-size: clamp(18px, 5.3vw, 54px);
  color: #231815;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  margin-bottom: 1rem;
}

.sustainability-title {
  text-align: center;
  color: #3e3a39;
  font-size: clamp(18px, 5.3vw, 54px);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: .5rem;
}

.sustainability-title-image {
  width: 70%;
  margin: 0 auto .5rem;
  text-align: center;
}

.sustainability-item-center {
  width: 70%;
  margin: 0 auto;
}

.sustainability-text {
  font-size: clamp(12px, 3.5vw, 36px);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.5;
  margin-top: 20px;
}

.sustainability-item-right {
  padding-top: 12.5%;
  text-align: center;
}

.sustainability-item2 .sustainability-item-right {
  background-color: #efefef;
}

.sustainability-item-right-title {
  color: #3e3a39;
  font-size: clamp(18px, 5.3vw, 54px);
  font-family: fot-cezanne-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
}

.sustainability-item-right-title::before,
.sustainability-item-right-title::after {
  content: "";
  width: 1px;
  height: 90%;
  position: absolute;
  bottom: 0;
  background-color: #000;
}

.sustainability-item-right-title::before {
  left: -10%;
  transform: rotate(340deg);
}

.sustainability-item-right-title::after {
  right: -10%;
  transform: rotate(-340deg);
}

.moreliy-text {
  background-color: #9fa0a0;
  padding: .75rem 0;
  color: #fff;
  font-size: clamp(18px, 5.3vw, 54px);
  font-family: fot-cezanne-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
  text-align: center;
  width: 85%;
  margin: 0 auto .5rem;
}

.moreliy-left {
  width: 85%;
  margin: 0 auto;
  display: grid;
  gap: .5rem;
  padding-bottom: 12.5%;
}

.moreliy-right {
  background-color: #fff;
  padding: 0 2.5%;
}


/* ギャラリーセクション */
.gallery {
  padding: 50px 0;
  background-color: #dcdddd;
}

.gallery-heading {
  font-size: clamp(18px, 5.3vw, 54px);
  color: #231815;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  margin-bottom: 1rem;
}

.swiper2 {
  overflow: hidden;
}

.swiper-wrapper2 {
  align-items: stretch;
}

.swiper-slide2 {
  height: auto;
}

.swiper-slide-inner2 {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}

.gallery-image {
  margin-bottom: 1rem;
}

.gallery-image img {
  width: 100%;
  height: auto;
  display: block;
}

.gallery-title {
  margin-bottom: 1rem;
  color: #000;
  font-size: clamp(15px, 4.4vw, 45px);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  line-height: 1.5;
}

.gallery-address {
  color: #000;
  font-size: clamp(12px, 3.5vw, 36px);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.5;
}

@media (max-width: 1023px) {
  .swiper-slide-inner2 {
    width: 80%;
    margin: 0 auto;
  }
}

/* クロージングセクション */
.closing {
  background-image: url(image/closing_sp.jpg);
  aspect-ratio: 768/1440;
  position: relative;
  background-size: cover;
}

.closing-logo {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.goods-list-link-wrapper {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
}

.goods-list-link {
  font-size: clamp(12px, 3.5vw, 36px);
  color: #fff;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  display: block;
  width: 65%;
  margin: 0 auto;
  padding: 1rem;
  border: 1px solid #fff;
  transition: .3s;
  position: relative;
}

.goods-list-link::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translateY(-35%);
}

.goods-list-link:hover {
  background-color: #fff;
  color: #000;
}

/* フッター */
.footer {
  background-color: #535151;
  padding: 2rem 0 1rem;
}

.footer-logo {
  width: 65%;
  margin: 0 auto clamp(10px, 4.9vw, 50px);
  ;
}

.footer-nav {
  margin-bottom: clamp(28px, 13.7vw, 140px);
}

.footer-nav-list {
  display: flex;
  justify-content: center;
}

.footer-nav-list-item {
  color: #fff;
  font-size: clamp(11px, 3.2vw, 33px);
  font-family: times-new-roman, sans-serif;
  font-weight: 400;
  position: relative;
}

.footer-nav-list-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  background-color: #fff;
}

.footer-nav-list-item:last-child::after {
  content: none;
}

.footer-nav-list-item-link {
  padding: 0 .5rem;
}

.shop-logo {
  width: 45%;
  margin: 0 auto clamp(14px, 6.8vw, 70px);
}

.copyright-wrapper {
  text-align: center;
}

.copyright {
  color: #fff;
  font-size: clamp(6px, 1.8vw, 18px);
  font-family: times-new-roman, sans-serif;
  font-weight: 400;
}

.follow-button {
  position: fixed;
  bottom: 5%;
  right: 3%;
  border-radius: 100svh;
  z-index: 10;
}

.link-shop {
  width: clamp(30px, 5.9vw, 60px);
  aspect-ratio: 1/1;
  border-radius: 100svh;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.shopping-icon {
  width: clamp(12px, 2.5vw, 26px);
  fill: #595757;
}

.link-shop-button-text,
.link-shop-button-arrow {
  display: none;
}

.page-top-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: clamp(16px, 4.7vw, 48px);
}

.page-top-line {
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.page-top-icon {
  position: relative;
  width: clamp(16px, 4.7vw, 48px);
  aspect-ratio: 1/1;
}

.page-top-icon::before,
.page-top-icon::after {
  background-color: #fff;
  content: "";
  position: absolute;
  width: 1px;
  left: 50%;
}

.page-top-icon::before {
  top: 0;
  height: 100%;
  transform: translateX(-50%);
}

.page-top-icon::after {
  height: clamp(5px, 1.5vw, 15px);
  top: 0;
  transform-origin: top;
  transform: translateX(-50%)rotate(315deg);
}

.page-top-text {
  display: none;
  cursor: pointer;
}

.inview-blur{
  opacity: 0;
  -moz-transition: -moz-transform .2s linear;
  -webkit-transition: -webkit-transform .2s linear;
  -o-transition: -o-transform .2s linear;
  -ms-transition: -ms-transform .2s linear;
  transition: transform .2s linear;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.blur{
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: .2s;
}

@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}

@media screen and (min-width:1024px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  .header-logo {
    width: 15%;
    text-align: center;
  }

  .heading1 {
    font-size: 48px;
    font-size: clamp(30px, 2.5vw, 48px);
    ;
  }

  .release {
    padding: 300px 0;
  }

  .release-item1 {
    background-image: url(image/release-image1_pc.jpg);
    aspect-ratio: 1280 / 550;
    grid-row: 1/2;
    grid-column: 1/3;
  }

  .release-item1::after {
    background-image: linear-gradient(270deg, rgba(86, 89, 87, 0) 60%, rgba(2, 7, 4, 1));
  }

  .release-item-contents1 {
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
  }



  .catch-phrase {
    background-image: url(image/catch-phrase-image_pc.jpg);
    aspect-ratio: 1920 / 1080;
    position: relative;
  }

  .catch-phrase-inner {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow:
      0 0 9px #000,
      0 0 10px #000;
  }

  .catch-phrase-heading {
    font-size: 50px;
    font-size: clamp(38px, 2.7vw, 50px);
  }

  .catch-phrase-text {
    font-size: 24px;
    font-size: clamp(18px, 1.3vw, 24px);
  }

  .concept-lineup {
    background-image: url(image/concept-lineup-background_pc.jpg);
    aspect-ratio: initial;
  }

  .concept {
    gap: 150px;
    padding: 150px 0 215px;
  }

  .concept-heading {
    font-size: clamp(33px, 2.3vw, 44px);
  }

  .concept-text {
    font-size: clamp(24px, 1.7vw, 32px);
  }

  .concept-logo {
    width: auto;
    text-align: center;
    margin: 130px auto;
  }

  .concept-image-wrapper {
    max-width: 1320px;
    width: 70%;
    margin: 0 auto;
    gap: 0;
    grid-template-columns: 2fr 1fr 3fr;
    grid-template-rows: 3fr 1fr 2fr;
    font-size: clamp(16px, 1.7vw, 32px);
    letter-spacing: clamp(6px, .7vw, 12px);
  }

  .concept-image-item1 {
    grid-column: 2/4;
    grid-row: 1/3;
  }

  .concept-image-item2 {
    grid-column: 1/3;
    grid-row: 2/4;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .concept-image-item3 {
    grid-column: 1/2;
    grid-row: 1/2;
  }

  .concept-image-item4 {
    grid-column: 3/4;
    grid-row: 3/4;
    padding: 0;
    display: flex;
    justify-content: end;
    align-items: end;
    height: 100%;
  }

  .lineup {
    padding-bottom: 200px;
  }

  .lineup-heading {
    font-size: 56px;
  }

  .lineup-list {
    gap: 100px;
  }

  .lineup-list-item {
    max-width: 1320px;
    width: 80%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 3fr;
    align-items: center;
  }

  .lineup-icon {
    width: clamp(69px, 7.2vw, 138px);
    margin: 0 0 2rem;
  }

  .goods-name {
    font-size: clamp(19px, 2vw, 38px);
  }

  .goods-copy {
    font-size: clamp(18px, 1.9vw, 36px);
    padding-left: 2rem;
  }

  .goods-description {
    font-size: clamp(12px, 1.3vw, 24px);
    padding-left: 2rem;
  }

  .goods-spec {
    padding-left: 2rem;
  }

  .thickness {
    font-size: clamp(13px, 1.4vw, 26px);
  }

  .hardness {
    font-size: clamp(13px, 1.4vw, 26px);
  }

  .goods-image {
    margin-bottom: 1rem;
  }

  .goods-link-wrapper {
    text-align: right;
  }

  .goods-link {
    font-size: clamp(12px, 1.3vw, 24px);
  }

  .unique {
    padding: 150px 0;
  }

  .unique-heading {
    font-size: 44px;
  }

  .unique-list {
    gap: 150px;
  }

  .unique-list-item {
    display: grid;
    grid-template-columns: 48% auto;
    align-items: end;
    gap: 100px;
    max-width: 1770px;
    width: 90%;
  }

  .unique-list-item:nth-child(odd) {
    margin-left: 10%;
  }

  .unique-list-item:nth-child(even) {
    direction: rtl;
  }

  .special-features-inner {
    font-size: clamp(14px, 1.5vw, 28px);
    text-align: left;
  }

  .special-features-big {
    font-size: clamp(21px, 2.2vw, 42px);
  }

  .special-features1,
  .special-features3 {
    margin-left: 0;
  }

  .special-features {
    width: auto;
  }

  .special-features-inner2 {
    margin-left: 6vw;
  }

  .unique-title {
    margin: 1rem 0;
    font-size: clamp(22px, 2.3vw, 44px);
    width: 85%;
    text-align: left;
  }

  .unique-text {
    margin: 0;
    width: 85%;
    font-size: clamp(14px, 1.5vw, 28px);
    text-align: left;
  }

  .subject-list {
    margin: 40px 0 0;
    width: 85%;
    direction: ltr;
  }

  .subject-list-item {
    font-size: clamp(11px, 1.1vw, 22px);
    padding: 1rem;
  }

  .safe-heading {
    font-size: clamp(22px, 2.3vw, 44px);
    margin-bottom: 80px;
  }

  .swiper-wrapper1 {
    max-width: 1620px;
    width: 85%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }

  .swiper-slide-inner1 {
    width: auto;
  }

  .safe-title {
    font-size: clamp(22px, 2.3vw, 44px);
  }

  .safe-text {
    font-size: clamp(14px, 1.5vw, 28px);
    text-align: justify;
  }

  .sustainability {
    padding: 150px 0 250px;
    gap: 160px;
  }

  .sustainability-item {
    max-width: 1620px;
    width: 85%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto 65%;
    column-gap: clamp(40px, 4.2vw, 80px);
    row-gap: clamp(40px, 4.2vw, 80px);
    align-items: center;
  }

  .sustainability-item-left {
    grid-column: 1/2;
  }

  .sustainability-heading {
    font-size: clamp(22px, 2.3vw, 44px);
    text-align: left;
  }

  .sustainability-title {
    font-size: clamp(22px, 2.3vw, 44px);
    text-align: left;
  }

  .sustainability-title-image {
    width: 80%;
    margin: 0 auto;
  }

  .sustainability-item-right {
    grid-column: 2/3;
    padding: 1rem;
  }

  .sustainability-item-right-title {
    font-size: clamp(20px, 2.1vw, 40px);
  }

  .moreliy-wrapper {
    display: grid;
    grid-template-columns: 4fr 3fr;
    gap: 1rem;
    align-items: center;
    width: 95%;
    margin: 0 auto;
  }

  .moreliy-text {
    grid-column: 1/3;
    grid-row: 1/2;
    width: 100%;
    margin-bottom: 0;
    font-size: clamp(20px, 2.1vw, 40px);
  }

  .moreliy-left {
    grid-column: 1/2;
    grid-row: 2/3;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    width: 100%;
  }

  .moreliy-left-image1 {
    grid-column: 1/2;
    grid-row: 1/2;
  }

  .moreliy-left-image2 {
    grid-column: 2/3;
    grid-row: 1/2;
  }

  .moreliy-left-image3 {
    grid-column: 1/3;
    grid-row: 2/3;
  }

  .moreliy-right {
    grid-column: 2/3;
    grid-row: 2/3;
    padding: 0;
    background-color: transparent;
  }

  .sustainability-item-right-title::before {
    left: -5%;
    transform: rotate(340deg);
  }

  .sustainability-item-right-title::after {
    right: -5%;
    transform: rotate(-340deg);
  }

  .sustainability-item-center {
    grid-column: 1/3;
    width: 100%;
  }

  .sustainability-text {
    margin-top: 0;
    font-size: clamp(14px, 1.5vw, 28px);
  }

  .gallery-inner {
    max-width: 1620px;
    width: 85%;
    margin: 0 auto;
  }

  .gallery-heading {
    font-size: clamp(22px, 2.3vw, 44px);
    text-align: left;
  }

  .swiper2 {
    overflow: hidden;
  }

  .swiper-wrapper2 {
    align-items: stretch;
  }

  .swiper-slide2 {
    height: auto;
  }

  .swiper-slide-inner2 {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
  }

  .gallery-title {
    font-size: clamp(12px, 1.3vw, 24px);
  }

  .gallery-address {
    font-size: clamp(9px, 1vw, 18px);
  }

  .closing {
    background-image: url(image/closing_pc.jpg);
    aspect-ratio: 1920 / 1080;
    position: relative;
    background-size: cover;
  }

  .closing-logo {
    width: 15%;
    text-align: center;
  }

  .goods-list-link-wrapper {
    top: 45%;
    bottom: 0;
  }

  .goods-list-link {
    font-size: clamp(14px, 1.5vw, 28px);
    max-width: 560px;
    padding: clamp(18px, 1.9vw, 36px) 0;
  }

  .footer {
    padding: 100px 0 30px;
  }

  .footer-logo {
    width: 35%;
    text-align: center;
    margin-bottom: 36px;
  }

  .footer-nav {
    margin-bottom: 90px;
  }

  .footer-nav-list-item {
    font-size: clamp(14px, 1.5vw, 28px);
  }

  .shop-logo {
    width: 45%;
    text-align: center;
    margin-bottom: 46px;
  }

  .copyright {
    font-size: clamp(8px, 0.8vw, 16px);
  }

  .link-shop {
    writing-mode: vertical-lr;
    padding: 1rem;
  }

  .link-shop-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }

  .shopping-icon {
    width: 27px;
  }

  .link-shop-button-text {
    display: block;
    font-size: 15px;
    letter-spacing: 4px;
    color: #595757;
    white-space: nowrap;
  }

  .link-shop-button-arrow {
    display: block;
    transform: rotate(225deg);
  }

  .page-top-icon {
    width: 100%;
    height: 50px;
  }

  .page-top-icon::before,
  .page-top-icon::after {
    background-color: #fff;
    content: "";
    position: absolute;
    width: 1px;
    left: 50%;
  }

  .page-top-icon::before {
    top: 0;
    height: 50px;
    transform: translateX(-50%);
  }

  .page-top-icon::after {
    height: 10px;
    top: 0;
    transform-origin: top;
    transform: translateX(-50%) rotate(315deg);
  }

  .page-top-text {
    display: block;
    color: #fff;
    writing-mode: vertical-lr;
    font-size: 24px;
  }
}