:root {
  --dws-main: #82929a;
  --dws-text: #33383b;
  --dws-link: #526b77;
  --dws-bg: #ffffff;
  --dws-light: #f4f6f6;
  --dws-border: #dfe3e4;
  --dws-muted: #727a7e;
}

body {
  color: var(--dws-text);
  background: var(--dws-bg);
}

a {
  color: var(--dws-link);
}

.dws-home-intro {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 110px 30px 105px;
  text-align: center;
}

.dws-home-intro__label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 0 0 38px;
}

.dws-home-intro__label::before,
.dws-home-intro__label::after {
  content: "";
  display: block;
  width: 36px;
  height: 1px;
  background: #c9d0d3;
}

.dws-home-intro__label span {
  color: var(--dws-main);
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .28em;
}

.dws-home-intro__title {
  margin: 0;
  color: #303538;
  font-size: clamp(38px, 4.2vw, 62px);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: .07em;
}

.dws-home-intro__title span {
  display: block;
}

.dws-home-intro__text {
  margin: 45px auto 0;
  color: #747c80;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.25;
  letter-spacing: .06em;
}

.dws-home-intro__scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 58px;
}

.dws-home-intro__scroll span {
  color: #9ca5a9;
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .25em;
}

.dws-home-intro__scroll::after {
  content: "";
  display: block;
  width: 1px;
  height: 35px;
  background: #cbd1d4;
}

.dws-latest-heading {
  max-width: 1380px;
  margin: 0 auto;
  padding: 90px 0 38px;
}

.dws-latest-heading__en {
  margin: 0 0 13px;
  color: var(--dws-main);
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .22em;
}

.dws-latest-heading__title {
  margin: 0 0 14px;
  color: var(--dws-text);
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .04em;
}

.dws-latest-heading__text {
  margin: 0;
  color: #7a8286;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: .03em;
}

.dws-latest-posts {
  gap: 34px !important;
}

.dws-latest-posts li {
  position: relative;
  margin-bottom: 55px !important;
}

.dws-latest-posts .wp-block-latest-posts__featured-image {
  margin: 0 0 20px !important;
  overflow: hidden;
  background: var(--dws-light);
}

.dws-latest-posts .wp-block-latest-posts__featured-image a {
  display: block;
  overflow: hidden;
}

.dws-latest-posts .wp-block-latest-posts__featured-image img {
  display: block;
  width: 100% !important;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform .6s ease;
}

.dws-latest-posts li:hover .wp-block-latest-posts__featured-image img {
  transform: scale(1.025);
}

.dws-latest-posts > li > a {
  display: block;
  margin: 0;
  padding-right: 35px;
  color: var(--dws-text) !important;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: .02em;
  text-decoration: none !important;
  transition: color .25s ease;
}

.dws-latest-posts > li > a:hover {
  color: var(--dws-link) !important;
}

.dws-latest-posts > li > a::after {
  content: "→";
  position: absolute;
  right: 2px;
  margin-top: 2px;
  color: var(--dws-main);
  font-size: 16px;
  font-weight: 400;
  transition: transform .25s ease;
}

.dws-latest-posts > li:hover > a::after {
  transform: translateX(5px);
}

.dws-latest-posts .wp-block-latest-posts__post-date {
  display: block;
  margin: 11px 0 0;
  color: #9a9fa1;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .08em;
}

.dws-article,
.seria-aluminum-review,
.seria-weekly-review,
.daiso-film-fusen-review,
.daiso-gloveholder-review,
.b6-weekly-review,
.ryosokuin-review {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  color: var(--dws-text);
  font-size: 16px;
  line-height: 2;
  letter-spacing: .02em;
}

.dws-article h2,
.seria-aluminum-review h2,
.seria-weekly-review h2,
.daiso-film-fusen-review h2,
.daiso-gloveholder-review h2,
.b6-weekly-review h2,
.ryosokuin-review h2 {
  position: relative;
  margin: 60px 0 28px;
  padding: 0 0 14px;
  color: #30383c;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #d9dcdd;
}

.dws-article h2::after,
.seria-aluminum-review h2::after,
.seria-weekly-review h2::after,
.daiso-film-fusen-review h2::after,
.daiso-gloveholder-review h2::after,
.b6-weekly-review h2::after,
.ryosokuin-review h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 60px;
  height: 3px;
  background: var(--dws-main);
}

.dws-article h2[id],
.seria-aluminum-review h2[id],
.seria-weekly-review h2[id],
.daiso-film-fusen-review h2[id],
.daiso-gloveholder-review h2[id],
.b6-weekly-review h2[id],
.ryosokuin-review h2[id] {
  scroll-margin-top: 110px;
}

.dws-toc {
  margin: 48px 0 58px;
  padding: 30px 34px;
  background: #f7f8f8;
  border: 1px solid #e1e5e6;
  border-radius: 6px;
}

.dws-toc__title {
  margin: 0 0 20px;
  padding: 0 0 13px;
  color: var(--dws-main);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .18em;
  border-bottom: 1px solid var(--dws-border);
}

.dws-toc__list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: dws-toc;
}

.dws-toc__list li {
  position: relative;
  margin: 0;
  padding: 0 0 0 38px;
  list-style: none;
  counter-increment: dws-toc;
}

.dws-toc__list li + li {
  margin-top: 11px;
}

.dws-toc__list li::before {
  content: counter(dws-toc, decimal-leading-zero);
  position: absolute;
  top: 2px;
  left: 0;
  color: #93a2a8;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.8;
}

.dws-toc__list li::marker {
  content: "";
}

.dws-toc__list a {
  color: #46555c;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  text-decoration: none;
}

.product-info {
  margin: 32px 0 38px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--dws-border);
  border-radius: 6px;
}

.product-info__title {
  margin: 0;
  padding: 18px 22px;
  color: #30383c;
  background: var(--dws-light);
  border-bottom: 1px solid var(--dws-border);
  font-size: 17px;
  font-weight: 700;
}

.product-info dl {
  margin: 0;
  padding: 0;
}

.product-info__row {
  display: grid;
  grid-template-columns: 145px 1fr;
  margin: 0;
  border-bottom: 1px solid #e5e8e9;
}

.product-info__row:last-child {
  border-bottom: 0;
}

.product-info dt,
.product-info dd {
  margin: 0;
  padding: 15px 18px;
  font-size: 14px;
  line-height: 1.7;
}

.product-info dt {
  color: #536269;
  background: #fafbfb;
  font-weight: 700;
}

.related-link {
  margin: 32px 0 40px;
  padding: 20px 24px;
  background: #f7f8f8;
  border: 1px solid #e1e5e6;
  border-radius: 5px;
}

.related-link::before {
  content: "関連記事";
  display: block;
  margin-bottom: 7px;
  color: var(--dws-main);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
}

.related-link a {
  position: relative;
  display: block;
  padding-right: 28px;
  color: #46555c;
  font-weight: 700;
  line-height: 1.7;
  text-decoration: none;
}

.related-link a::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 2px;
  color: var(--dws-main);
  transform: translateY(-50%);
}

.article-links {
  margin: 55px 0 20px;
  padding: 28px 30px;
  background: #f7f8f8;
  border: 1px solid #e1e5e6;
  border-top: 3px solid var(--dws-main);
  border-radius: 6px;
}

.article-links__title {
  margin: 0 0 15px;
  color: #30383c;
  font-size: 16px;
  font-weight: 700;
}

.article-links a {
  position: relative;
  display: block;
  padding: 13px 30px 13px 0;
  color: #46555c;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  text-decoration: none;
  border-top: 1px solid var(--dws-border);
}

.article-links a::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 3px;
  color: var(--dws-main);
  transform: translateY(-50%);
}

.note {
  margin: 45px 0 20px;
  padding: 18px 20px;
  color: var(--dws-muted);
  background: #f7f8f8;
  border-left: 3px solid #aab5ba;
  font-size: 13px;
  line-height: 1.8;
}

.dws-category-intro {
  max-width: 760px;
  margin: 0 0 55px;
  padding: 8px 0 28px;
  border-bottom: 1px solid var(--dws-border);
}

.dws-category-intro__en {
  margin: 0 0 14px;
  color: var(--dws-main);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .18em;
}

.dws-category-intro__lead {
  margin: 0 0 14px;
  color: #30383c;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .04em;
}

.dws-category-intro__text {
  margin: 0;
  color: #697176;
  font-size: 14px;
  line-height: 2;
  letter-spacing: .03em;
}

@media (max-width: 767px) {
  .dws-home-intro {
    padding: 75px 22px 70px;
    text-align: left;
  }

  .dws-home-intro__label {
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 30px;
  }

  .dws-home-intro__label::before {
    width: 24px;
  }

  .dws-home-intro__label::after {
    display: none;
  }

  .dws-home-intro__label span {
    font-size: 9px;
    letter-spacing: .24em;
  }

  .dws-home-intro__title {
    font-size: clamp(30px, 9vw, 40px);
    line-height: 1.55;
    letter-spacing: .04em;
  }

  .dws-home-intro__text {
    margin-top: 32px;
    font-size: 13px;
    line-height: 2.1;
    letter-spacing: .03em;
  }

  .dws-home-intro__text br {
    display: none;
  }

  .dws-home-intro__scroll {
    align-items: flex-start;
    margin-top: 42px;
  }

  .dws-home-intro__scroll::after {
    margin-left: 14px;
    height: 28px;
  }

  .dws-latest-heading {
    padding: 60px 0 28px;
  }

  .dws-latest-heading__en {
    font-size: 10px;
  }

  .dws-latest-heading__title {
    font-size: 23px;
  }

  .dws-latest-heading__text {
    font-size: 13px;
    line-height: 1.8;
  }

  .dws-latest-posts {
    display: block !important;
  }

  .dws-latest-posts li {
    margin-bottom: 42px !important;
  }

  .dws-latest-posts .wp-block-latest-posts__featured-image {
    margin-bottom: 16px !important;
  }

  .dws-latest-posts > li > a {
    padding-right: 28px;
    font-size: 16px;
    line-height: 1.7;
  }

  .dws-latest-posts .wp-block-latest-posts__post-date {
    margin-top: 8px;
  }

  .dws-article,
  .seria-aluminum-review,
  .seria-weekly-review,
  .daiso-film-fusen-review,
  .daiso-gloveholder-review,
  .b6-weekly-review,
  .ryosokuin-review {
    width: 100%;
    font-size: 16px;
    line-height: 1.9;
  }

  .dws-article h2,
  .seria-aluminum-review h2,
  .seria-weekly-review h2,
  .daiso-film-fusen-review h2,
  .daiso-gloveholder-review h2,
  .b6-weekly-review h2,
  .ryosokuin-review h2 {
    margin: 48px 0 24px;
    padding-bottom: 12px;
    font-size: 22px;
  }

  .dws-article h2[id],
  .seria-aluminum-review h2[id],
  .seria-weekly-review h2[id],
  .daiso-film-fusen-review h2[id],
  .daiso-gloveholder-review h2[id],
  .b6-weekly-review h2[id],
  .ryosokuin-review h2[id] {
    scroll-margin-top: 80px;
  }

  .dws-toc {
    margin: 38px 0 46px;
    padding: 24px 20px;
  }

  .dws-toc__list li {
    padding-left: 31px;
  }

  .dws-toc__list a {
    font-size: 13px;
  }

  .product-info__row {
    grid-template-columns: 1fr;
  }

  .product-info dt {
    padding: 11px 15px 5px;
  }

  .product-info dd {
    padding: 4px 15px 12px;
  }

  .article-links {
    margin-top: 45px;
    padding: 22px 18px;
  }

  .note {
    margin-top: 38px;
    padding: 16px;
    font-size: 12px;
  }

  .dws-category-intro {
    margin-bottom: 40px;
    padding-bottom: 23px;
  }

  .dws-category-intro__lead {
    font-size: 19px;
  }

  .dws-category-intro__text {
    font-size: 13px;
    line-height: 1.9;
  }

  .dws-category-intro .pc-only {
    display: none;
  }
}

@media (min-width: 768px) {
  .l-header .menu-item-description,
  .l-header .description,
  .l-header .menu-item .desc,
  .l-header nav small,
  .l-header nav .menu-description {
    display: none !important;
  }
}

.dws-stories {
  max-width: 1440px;
  margin: 0 auto;
  padding: 90px 30px 110px;
}

.dws-stories__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 50px;
  margin-bottom: 48px;
  padding-bottom: 28px;
  border-bottom: 1px solid #dfe3e4;
}

.dws-stories__heading-main {
  min-width: 0;
}

.dws-stories__eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 15px;
  color: #82929a;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .26em;
}

.dws-stories__eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: #b8c2c6;
}

.dws-stories__title {
  margin: 0;
  color: #303538;
  font-size: clamp(25px, 2.5vw, 36px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .045em;
}

.dws-stories__lead {
  margin: 0 0 3px;
  color: #7a8286;
  font-size: 13px;
  line-height: 1.9;
  letter-spacing: .035em;
}

.dws-stories__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 58px 28px;
}

.dws-story {
  position: relative;
  min-width: 0;
}

.dws-story__image {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  margin-bottom: 20px;
  overflow: hidden;
  background: #f4f6f6;
  text-decoration: none;
}

.dws-story__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .65s cubic-bezier(.2,.6,.3,1);
}

.dws-story__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(31, 43, 48, 0);
  transition: background .35s ease;
}

.dws-story:hover .dws-story__image img {
  transform: scale(1.025);
}

.dws-story:hover .dws-story__image::after {
  background: rgba(31, 43, 48, .025);
}

.dws-story__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background: #f4f6f6;
}

.dws-story__meta {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 11px;
}

.dws-story__category {
  color: #82929a !important;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .15em;
  text-decoration: none !important;
}

.dws-story__category::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 1px;
  margin-left: 13px;
  vertical-align: middle;
  background: #d1d7d9;
}

.dws-story__date {
  color: #9ba1a4;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .07em;
}

.dws-story__title {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: .025em;
}

.dws-story__title a {
  color: #33383b !important;
  text-decoration: none !important;
  transition: color .25s ease;
}

.dws-story__title a:hover {
  color: #526b77 !important;
}

.dws-story__more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 17px;
  color: #82929a !important;
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .16em;
  text-decoration: none !important;
}

.dws-story__more span:last-child {
  font-size: 13px;
  font-weight: 400;
  transition: transform .25s ease;
}

.dws-story__more:hover span:last-child {
  transform: translateX(5px);
}

@media (max-width: 1024px) {
  .dws-stories {
    padding: 75px 24px 90px;
  }

  .dws-stories__heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .dws-stories__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px 24px;
  }
}

@media (max-width: 767px) {
  .dws-stories {
    padding: 60px 20px 75px;
  }

  .dws-stories__heading {
    margin-bottom: 32px;
    padding-bottom: 22px;
  }

  .dws-stories__eyebrow {
    font-size: 9px;
  }

  .dws-stories__title {
    font-size: 24px;
    line-height: 1.55;
  }

  .dws-stories__lead {
    font-size: 12px;
    line-height: 1.8;
  }

  .dws-stories__lead br {
    display: none;
  }

  .dws-stories__grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .dws-story__image {
    margin-bottom: 17px;
  }

  .dws-story__title {
    font-size: 16px;
    line-height: 1.7;
  }
}

@media (max-width: 767px) {
  .dws-home-intro__title {
    font-size: 27px;
    line-height: 1.65;
    letter-spacing: .04em;
  }
}

.dws-story__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 13px;
}

.dws-story__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 6px 14px 5px;
  border-radius: 2px;
  background: #82929a;
  color: #fff !important;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .14em;
  text-decoration: none !important;
  transition: opacity .25s ease;
}

.dws-story__category:hover {
  opacity: .82;
  color: #fff !important;
}

.dws-story__category::after {
  display: none !important;
}

.dws-story__date {
  position: relative;
  padding-left: 14px;
  color: #929a9e;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .07em;
}

.dws-story__date::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 13px;
  background: #d3d9db;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .dws-story__category {
    min-height: 26px;
    padding: 6px 12px 5px;
    font-size: 9px;
  }

  .dws-story__date {
    font-size: 9px;
  }
}
