@charset "UTF-8";
/*///////////////////////////////////////////////////////
    製品トップスタイル
///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////
    変数設定
///////////////////////////////////////////////////////*/
/* custom style */
/*///////////////////////////////////////////////////////
    mixin設定
///////////////////////////////////////////////////////*/
body:not(.device-pc) #pageTop {
  display: none;
}

.contents-searchbox {
  margin-bottom: 1.5rem;
}
.contents-searchbox .contents-searchbox--btn {
  display: grid;
  grid-template-columns: 1.4rem 1fr 3.5rem;
  gap: 0.8rem;
  align-items: center;
  padding: 1rem 1.5rem;
  background: #F0F0F0;
}
.contents-searchbox .contents-searchbox--btn.active .contents-searchbox--tgl::after {
  content: none;
}
.contents-searchbox .contents-searchbox--txt {
  line-height: 1;
  font-weight: 700;
  font-size: 1.6rem;
}
.contents-searchbox .contents-searchbox--tgl {
  position: relative;
  z-index: 1;
  aspect-ratio: 1/1;
  background-color: #191919;
}
.contents-searchbox .contents-searchbox--tgl::before, .contents-searchbox .contents-searchbox--tgl::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.6rem;
  height: 0.2rem;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
.contents-searchbox .contents-searchbox--tgl::after {
  width: 0.2rem;
  height: 1.6rem;
}
.contents-searchbox.fixed {
  position: fixed;
  z-index: 99;
  top: 100vh;
  top: 100dvh;
  left: 0;
  display: grid;
  grid-template-columns: 1fr 5.4rem;
  gap: 0.2rem;
  width: 100%;
  height: 5.4rem;
  margin: 0;
  transform: translateY(-100%);
}
.contents-searchbox.fixed.is-active .contents-searchbox--btn {
  opacity: 1;
  visibility: visible;
}
.contents-searchbox.fixed .contents-searchbox--btn {
  opacity: 0;
  visibility: hidden;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  color: #fff;
  font-size: 1.4rem;
  background: #191919;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.contents-searchbox.fixed .contents-searchbox--btn .contents-searchbox--icon {
  width: 1em;
}
.contents-searchbox.fixed .contents-searchbox--btn.is-active {
  opacity: 1;
  visibility: visible;
}
.contents-searchbox.fixed .contents-searchbox--goTop {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  color: #fff;
  line-height: 1;
  font-size: 1.1rem;
  background: #5A5858;
}
.contents-searchbox.fixed .contents-searchbox--goTop::before {
  content: "";
  width: 1em;
  height: 1em;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
}

@media screen and (min-width: 961px) {
  .contents-searchbox {
    display: none !important;
  }
}
.contents-searchbox--condition .condition-item + .condition-item {
  margin-top: 1.8rem;
}
.contents-searchbox--condition .condition-item--ttl {
  margin-bottom: 1rem;
  padding: 0.2rem 0 0.2rem 1.2rem;
  font-weight: 700;
  line-height: 1;
  font-size: 1.4rem;
  border-left: 3px solid #191919;
}
.contents-searchbox--condition .condition-item--body .flex_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.contents-searchbox--condition .condition-item--body a {
  font-size: 1.1rem;
  text-decoration: underline;
  transform: translateY(-15%);
}
.contents-searchbox--condition .inch {
  margin-bottom: 8rem;
}
.contents-searchbox--condition .inch .condition-item--ttl {
  margin-bottom: 4rem;
}
.contents-searchbox--condition .inch .inchSlider {
  width: 86%;
  height: auto;
  margin: 0 auto;
  background: transparent;
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.contents-searchbox--condition .inch .inchSlider .noUi-base {
  height: 0.4rem;
  background: #191919;
  border-radius: 4px;
  border: none;
  box-shadow: none;
}
.contents-searchbox--condition .inch .inchSlider .noUi-handle {
  width: 2.5rem;
  height: auto;
  aspect-ratio: 1/1;
  top: -1.1rem;
  border-radius: 100%;
  background: #fff;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
.contents-searchbox--condition .inch .inchSlider .noUi-handle::before, .contents-searchbox--condition .inch .inchSlider .noUi-handle::after {
  content: none;
}
.contents-searchbox--condition .inch .inchSlider .noUi-pips-horizontal {
  position: relative;
  width: calc(100% - 4px);
  height: auto;
}
.contents-searchbox--condition .inch .noUi-pips {
  padding: 0;
  margin-top: -0.7rem;
}
.contents-searchbox--condition .inch .noUi-pips .noUi-marker {
  width: 1rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: #191919;
}
.contents-searchbox--condition .inch .noUi-pips .noUi-marker-normal {
  display: none;
}
.contents-searchbox--condition .inch .noUi-pips .noUi-value {
  font-size: 1.3rem;
  color: #191919;
  line-height: 1;
  transform: translate(-0.3em, 200%);
}
.contents-searchbox--condition .inch .noUi-pips .noUi-value:nth-child(2) {
  transform: translate(-0.8em, 200%);
}
.contents-searchbox--condition .inch .noUi-pips .noUi-value:nth-child(2)::before {
  content: "~";
}
.contents-searchbox--condition .car_cate {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.contents-searchbox--condition .car_cate .condition-item--cate {
  position: relative;
  z-index: 1;
}
.contents-searchbox--condition .car_cate .condition-item--cate input[type=checkbox] {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 0;
  height: 0;
}
.contents-searchbox--condition .car_cate .condition-item--cate input[type=checkbox]:checked + .car_cate--label {
  color: #fff;
  background: #5A5858;
}
.contents-searchbox--condition .car_cate .condition-item--cate input[type=checkbox]:checked + .car_cate--label svg path {
  fill: #fff;
}
.contents-searchbox--condition .car_cate .condition-item--cate .car_cate--label {
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1.8em;
  gap: 0.4rem;
  height: 100%;
  padding: 0.8rem 0;
  text-align: center;
  border: 1px solid #5A5858;
  background: #F0F0F0;
}
.contents-searchbox--condition .car_cate .condition-item--cate .car_cate--label .car_cate--img {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.contents-searchbox--condition .car_cate .condition-item--cate .car_cate--label .car_cate--img svg {
  height: auto;
}
.contents-searchbox--condition .car_cate .condition-item--cate .car_cate--label .car_cate--name {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 1.3rem;
}
.contents-searchbox--condition .car_cate .condition-item--cate:nth-child(1) svg {
  width: 5.4rem;
}
.contents-searchbox--condition .car_cate .condition-item--cate:nth-child(2) svg {
  width: 6rem;
}
.contents-searchbox--condition .car_cate .condition-item--cate:nth-child(3) svg {
  width: 6.4rem;
}
.contents-searchbox--condition .car_cate .condition-item--cate:nth-child(4) svg {
  width: 6.6rem;
}
.contents-searchbox--condition .car_cate .condition-item--cate:nth-child(5) svg {
  width: 5.5rem;
}
.contents-searchbox--condition .car_cate .condition-item--cate:nth-child(6) svg {
  width: 4.8rem;
}

.contents-searchbox--condition {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
}
.contents-searchbox--condition.active {
  margin-bottom: 3.6rem;
}

.contents-form {
  opacity: 0;
  display: grid;
  grid-template-rows: auto 1fr 5.4rem;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100vw;
  width: 100dvw;
  height: 100vh;
  height: 100dvh;
  background: #fff;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.contents-form.is-active {
  opacity: 1;
  visibility: visible;
}
.contents-form.is-active .contents-searchbox--ttl .close .border {
  opacity: 0;
}
.contents-form.is-active .contents-searchbox--ttl .close::before {
  top: 50%;
  transform: translate(-50%, -50%) rotate(25deg);
}
.contents-form.is-active .contents-searchbox--ttl .close::after {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-25deg);
}
.contents-form .contents-fixed--outer {
  overflow: scroll;
  padding: 2rem 0 5.4rem;
}
.contents-form .contents-searchbox--ttl {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.2rem;
  height: 6rem;
  padding-left: 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.contents-form .contents-searchbox--ttl .contents-searchbox--icon {
  width: 0.9em;
}
.contents-form .contents-searchbox--ttl .close {
  position: relative;
  z-index: 1;
  flex: 0 0 5.4rem;
  width: 5.4rem;
  height: 100%;
  cursor: pointer;
}
.contents-form .contents-searchbox--ttl .close::before, .contents-form .contents-searchbox--ttl .close::after, .contents-form .contents-searchbox--ttl .close .border {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.1rem;
  height: 0.8px;
  background: #191919;
}
.contents-form .contents-searchbox--ttl .close .border {
  width: 2.4rem;
  top: 50%;
  left: 56%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease opacity;
}
.contents-form .contents-searchbox--ttl .close::before {
  top: 40%;
  transform: translate(-50%, -40%);
  transition: 0.3s ease;
}
.contents-form .contents-searchbox--ttl .close::after {
  top: 60%;
  transform: translate(-50%, -60%);
  transition: 0.3s ease;
}
.contents-form .contents-searchbox--resBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.4rem;
  background: #191919;
}

.contents-form {
  display: contents;
}
.contents-form .contents-fixed--outer, .contents-form .inner {
  display: contents;
}
.contents-form .contents-searchbox--ttl, .contents-form .contents-searchbox--resBtn {
  display: none;
}
.contents-form.is-active {
  display: grid;
}
.contents-form.is-active .contents-fixed--outer, .contents-form.is-active .inner {
  display: block;
}
.contents-form.is-active .contents-searchbox--ttl {
  display: grid;
}
.contents-form.is-active .contents-searchbox--condition {
  max-height: 100%;
}
.contents-form.is-active .contents-searchbox--resBtn {
  display: flex;
}

@media screen and (min-width: 961px) {
  .contents-body {
    display: grid;
    grid-template-columns: 21rem 1fr;
    gap: 5.4rem;
  }
  .contents-searchbox--condition {
    position: sticky;
    top: 100px;
    left: 0;
    overflow-y: scroll;
    height: auto;
    max-height: calc(100vh - 140px) !important;
    transition: max-height 0s ease;
  }
  .contents-searchbox--condition .condition-item + .condition-item {
    margin-top: 1.8rem;
  }
  .contents-searchbox--condition .condition-item--body {
    font-size: 1.2rem;
  }
  .contents-searchbox--condition .inch .inchSlider {
    width: 90%;
  }
  .contents-searchbox--condition .inch .inchSlider .noUi-base {
    height: 0.3rem;
  }
  .contents-searchbox--condition .inch .inchSlider .noUi-handle {
    top: -0.5rem;
    right: -1rem;
    width: 1.4rem;
  }
  .contents-searchbox--condition .inch .noUi-pips {
    margin-top: -0.55rem;
  }
  .contents-searchbox--condition .inch .noUi-pips .noUi-marker {
    width: 0.8rem;
  }
  .contents-searchbox--condition .inch .noUi-pips .noUi-value {
    font-size: 1.1rem;
  }
  .contents-searchbox--condition .car_cate .condition-item--cate .car_cate--label .car_cate--name {
    font-size: 1.1rem;
  }
  .contents-searchbox--condition .car_cate .condition-item--cate:nth-child(1) svg {
    width: 4rem;
  }
  .contents-searchbox--condition .car_cate .condition-item--cate:nth-child(2) svg {
    width: 4.2rem;
  }
  .contents-searchbox--condition .car_cate .condition-item--cate:nth-child(3) svg {
    width: 4.6rem;
  }
  .contents-searchbox--condition .car_cate .condition-item--cate:nth-child(4) svg {
    width: 4.5rem;
  }
  .contents-searchbox--condition .car_cate .condition-item--cate:nth-child(5) svg {
    width: 3.9rem;
  }
  .contents-searchbox--condition .car_cate .condition-item--cate:nth-child(6) svg {
    width: 3.6rem;
  }
  .contents-fixed.is-active {
    opacity: 0;
    visibility: hidden;
  }
  .contents-form .contents-searchbox--resBtn {
    display: none;
  }
  .contents-form.is-active {
    display: contents;
  }
  .contents-form.is-active .contents-fixed--outer, .contents-form.is-active .inner {
    display: contents;
  }
  .contents-form.is-active .contents-searchbox--ttl,
  .contents-form.is-active .contents-searchbox--resBtn {
    display: none;
  }
  .contents-form.is-active .contents-searchbox--condition {
    max-height: 100% !important;
  }
}
.item-result {
  margin-bottom: 2rem;
  padding: 1.6rem 1.6rem 2rem;
  background: #F0F0F0;
  text-align: center;
}
.item-result .ttl {
  margin-bottom: 1.2rem;
  line-height: 1;
  font-weight: 500;
  font-size: 1.6rem;
  white-space: nowrap;
}
.item-result .condition {
  font-size: 1.1rem;
  line-height: 2;
  word-break: break-word;
}

.contents-brand--items {
  position: relative;
  z-index: 1;
}
.contents-brand--items .loader {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  aspect-ratio: 1;
  display: grid;
  grid: 50%/50%;
  color: #25b09b;
  --_g: no-repeat linear-gradient(currentColor 0 0);
  background: var(--_g), var(--_g), var(--_g);
  background-size: 50.1% 50.1%;
  animation: l6-0 1.5s infinite steps(1) alternate, l6-0-0 3s infinite steps(1);
}
.contents-brand--items .loader::before {
  content: "";
  background: currentColor;
  transform: perspective(150px) rotateY(0deg) rotateX(0deg);
  transform-origin: bottom right;
  animation: l6-1 1.5s infinite linear alternate;
}
@keyframes l6-0 {
  0% {
    background-position: 0 100%, 100% 100%, 100% 0;
  }
  33% {
    background-position: 100% 100%, 100% 100%, 100% 0;
  }
  66% {
    background-position: 100% 0, 100% 0, 100% 0;
  }
}
@keyframes l6-0-0 {
  0% {
    transform: scaleX(1) rotate(0deg);
  }
  50% {
    transform: scaleX(-1) rotate(-90deg);
  }
}
@keyframes l6-1 {
  16.5% {
    transform: perspective(150px) rotateX(-90deg) rotateY(0deg) rotateX(0deg);
    filter: grayscale(0.8);
  }
  33% {
    transform: perspective(150px) rotateX(-180deg) rotateY(0deg) rotateX(0deg);
  }
  66% {
    transform: perspective(150px) rotateX(-180deg) rotateY(-180deg) rotateX(0deg);
  }
  100% {
    transform: perspective(150px) rotateX(-180deg) rotateY(-180deg) rotateX(-180deg);
    filter: grayscale(0.8);
  }
}
.contents-brand--items .brand-item {
  margin-bottom: 3rem;
}
.contents-brand--items .brand-item.no-data {
  align-items: stretch;
}
.contents-brand--items .brand-item.no-data .brand-wheel {
  min-height: 180px;
}
.contents-brand--items .brand-item.no-data .brand-wheel .brand-wheel--outer {
  grid-area: 1/1/2/3;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
}
.contents-brand--items .brand-item .brand-main {
  display: grid;
  grid-template-columns: 1fr 12.4rem;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 2.2rem 1.5rem;
  letter-spacing: 0;
}
.contents-brand--items .brand-item .brand-main .brand-main--logo {
  grid-area: 1/1/2/2;
  text-align: center;
}
.contents-brand--items .brand-item .brand-main .brand-main--logo img {
  display: revert;
  width: auto;
  max-width: 100%;
}
.contents-brand--items .brand-item .brand-main .brand-main--body {
  grid-area: 2/1/3/3;
  font-size: 1.1rem;
}
.contents-brand--items .brand-item .brand-main .brand-main--link {
  grid-area: 1/2/2/3;
  font-weight: 700;
  font-size: 1.2rem;
}
.contents-brand--items .brand-item .brand-main .brand-main--link .link {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.4rem;
  column-gap: 0.4rem;
  height: 3rem;
  line-height: 1;
  color: #fff;
  background: #191919;
  border-radius: 2px;
}
.contents-brand--items .brand-item .brand-main .brand-main--link .link .icon {
  width: 1em;
  transform: translateY(-25%);
}
.contents-brand--items .brand-item .brand-wheel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem 0.5rem;
}
.contents-brand--items .brand-item .brand-wheel .brand-wheel--outer {
  padding: 0.5rem 0.8rem 1.4rem;
  border: 1px solid #E0E0E0;
}
.contents-brand--items .brand-item .brand-wheel .brand-wheel--head {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.contents-brand--items .brand-item .brand-wheel .brand-wheel--head .structure {
  display: flex;
  -moz-column-gap: 0.4rem;
  column-gap: 0.4rem;
  transform: translate(-0.2rem, -0.2rem);
}
.contents-brand--items .brand-item .brand-wheel .brand-wheel--head .structure .label {
  padding: 0.2rem 0.4rem;
  line-height: 1;
  font-weight: 700;
  font-size: 1.1rem;
  background: #E0E0E0;
  border-radius: 1px;
}
.contents-brand--items .brand-item .brand-wheel .brand-wheel--head .madein {
  width: 7.4rem;
  font-size: 0;
  line-height: 1;
  transform: translate(0.2rem, -0.2rem);
}
.contents-brand--items .brand-item .brand-wheel .brand-wheel--img {
  margin-bottom: 2.8rem;
}
.contents-brand--items .brand-item .brand-wheel .brand-wheel--img .no-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1/1;
  background: #f5f2f2;
}
.contents-brand--items .brand-item .brand-wheel .brand-wheel--img .no-image::before {
  content: "NO IMAGE";
  color: #1D2087;
  font-size: 1em;
}
.contents-brand--items .brand-item .brand-wheel .brand-wheel--body {
  letter-spacing: 0;
}
.contents-brand--items .brand-item .brand-wheel .brand-wheel--body .name {
  position: relative;
  z-index: 1;
  font-weight: 500;
  font-size: 1.4rem;
}
.contents-brand--items .brand-item .brand-wheel .brand-wheel--body .name .new_flag {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 100%;
  font-weight: 500;
  line-height: 1;
  font-size: 0.715em;
  color: #FF0000;
}
.contents-brand--items .brand-item .brand-wheel .brand-wheel--body .kana {
  margin-bottom: 0.8rem;
  font-weight: 500;
  font-size: 1rem;
}
.contents-brand--items .brand-item .brand-wheel .brand-wheel--body .size {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 0.6rem;
  column-gap: 0.6rem;
  margin-bottom: 0.8rem;
  word-break: break-word;
  font-weight: 700;
  font-size: 1.1rem;
}
.contents-brand--items .brand-item .brand-wheel .brand-wheel--body .size .label {
  flex: 0 0 auto;
  padding: 0.2rem 0.4rem;
  line-height: 1;
  font-weight: 500;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.contents-brand--items .brand-item .brand-wheel .brand-wheel--body .other {
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.4rem;
  column-gap: 0.4rem;
  row-gap: 0.8rem;
}
.contents-brand--items .brand-item .brand-wheel .brand-wheel--body .cop .copttl {
  font-weight: 700;
  font-size: 1rem;
}
.contents-brand--items .brand-item .brand-wheel .brand-wheel--body .cop .copbody {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 0.4rem;
}
.contents-brand--items .brand-item .brand-wheel .brand-wheel--body .cop .copbody .label {
  line-height: 1;
  padding: 0.2rem 0.4rem;
  font-size: 1rem;
  background: #E0E0E0;
  word-break: break-word;
  border-radius: 2px;
}
.contents-brand--items .brand-item .brand-wheel .brand-wheel--body .cop .copbody .color_class-1 {
  background: #FEBC00;
}
.contents-brand--items .brand-item .brand-wheel .brand-wheel--body .cop .copbody .color_class-3 {
  background: #F0B2CF;
}
.contents-brand--items .brand-item .brand-wheel .brand-wheel--body .cop .copbody .color_class-8 {
  background: #84E7FF;
}

@media screen and (min-width: 961px) {
  .item-result {
    display: flex;
    align-items: center;
    gap: 2.2rem;
    padding: 1.4rem 1.5rem;
    text-align: left;
  }
  .item-result .ttl {
    margin-bottom: 0;
    font-size: 1.5rem;
  }
  .contents-brand--items .brand-item {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    gap: 2.6rem;
  }
  .contents-brand--items .brand-item.no-data .brand-wheel .brand-wheel--outer {
    grid-area: 1/1/2/4;
  }
  .contents-brand--items .brand-item .brand-main {
    grid-template-columns: 1fr;
    gap: 3rem;
    flex: 1;
    margin-bottom: 0;
    padding: 4.8rem 2.2rem;
  }
  .contents-brand--items .brand-item .brand-main .brand-main--logo {
    grid-area: 1/1/2/2;
    text-align: center;
  }
  .contents-brand--items .brand-item .brand-main .brand-main--logo img {
    display: revert;
    width: auto;
    max-width: 100%;
  }
  .contents-brand--items .brand-item .brand-main .brand-main--body {
    grid-area: 2/1/3/2;
    font-size: 1.1rem;
  }
  .contents-brand--items .brand-item .brand-main .brand-main--link {
    grid-area: 3/1/4/2;
    text-align: center;
  }
  .contents-brand--items .brand-item .brand-main .brand-main--link .link {
    display: inline-flex;
    padding: 0 1rem;
    gap: 0.8rem;
  }
  .contents-brand--items .brand-item .brand-wheel {
    flex: 3.8;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
  .contents-brand--items .brand-item .brand-wheel .brand-wheel--outer {
    padding: 0.5rem 1.2rem 1.6rem;
  }
  .contents-brand--items .brand-item .brand-wheel .brand-wheel--outer:hover .brand-wheel--img img {
    transform: scale(1.05);
  }
  .contents-brand--items .brand-item .brand-wheel .brand-wheel--head .structure {
    transform: translate(-0.9rem, -0.2rem);
  }
  .contents-brand--items .brand-item .brand-wheel .brand-wheel--head .structure .label {
    font-size: 1.2rem;
  }
  .contents-brand--items .brand-item .brand-wheel .brand-wheel--head .madein {
    width: 8.2rem;
    transform: translate(0.9rem, -0.2rem);
  }
  .contents-brand--items .brand-item .brand-wheel .brand-wheel--img {
    margin-bottom: 3.2rem;
    aspect-ratio: 1/1;
    overflow: hidden;
  }
  .contents-brand--items .brand-item .brand-wheel .brand-wheel--img img {
    width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.2s ease-out;
  }
  .contents-brand--items .brand-item .brand-wheel .brand-wheel--body .name {
    margin-bottom: 0.4em;
    font-size: 1.8rem;
  }
  .contents-brand--items .brand-item .brand-wheel .brand-wheel--body .kana {
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
  .contents-brand--items .brand-item .brand-wheel .brand-wheel--body .size {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
  .contents-brand--items .brand-item .brand-wheel .brand-wheel--body .other {
    margin-bottom: 1rem;
  }
  .contents-brand--items .brand-item .brand-wheel .brand-wheel--body .cop .copttl {
    font-size: 1.2rem;
  }
  .contents-brand--items .brand-item .brand-wheel .brand-wheel--body .cop .copbody {
    gap: 0.6rem;
  }
  .contents-brand--items .brand-item .brand-wheel .brand-wheel--body .cop .copbody .label {
    padding: 0.4rem 0.4rem;
    font-size: 1.1rem;
  }
}
.wt-contents {
  margin-bottom: 10rem;
  padding: 4.6rem 0 8rem;
  background: #F0F0F0;
}
.wt-contents .wt-contents--ttl {
  margin-bottom: 3.4rem;
  text-align: center;
}
.wt-contents .wt-contents--ttl .wt-contents--ttl-en {
  margin-bottom: 0.4em;
  font-family: "Montserrat", "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-size: 2rem;
}
.wt-contents .wt-contents--ttl .wt-contents--ttl-ja {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: bold;
  font-size: 1.3rem;
}
.wt-contents .wt-contents--body {
  margin-bottom: 5rem;
}
.wt-contents .wt-contents--body .wt-contents--item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 2.4rem;
}
.wt-contents .wt-contents--body .wt-contents--item .item .image {
  aspect-ratio: 175/102;
  overflow: hidden;
  margin-bottom: 1.2rem;
}
.wt-contents .wt-contents--body .wt-contents--item .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.wt-contents .wt-contents--body .wt-contents--item .item .date {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1em;
  font-family: "Montserrat", "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.wt-contents .wt-contents--body .wt-contents--item .item .date .d {
  flex: 0 0 100%;
  white-space: nowrap;
}
.wt-contents .wt-contents--body .wt-contents--item .item .date .category {
  padding: 0.4em 1em;
  font-family: "Noto Sans", sans-serif;
  color: #fff;
  word-break: break-word;
  background: #191919;
  border-radius: 2px;
}
.wt-contents .wt-contents--body .wt-contents--item .item .ttl {
  font-weight: 700;
  font-size: 1.5rem;
}
.wt-contents .wt-contents--body .wt-contents--item .item .description {
  display: none;
}

@media screen and (min-width: 961px) {
  .wt-contents {
    margin-bottom: 12rem;
    padding: 8rem 0;
  }
  .wt-contents .wt-contents--ttl {
    margin-bottom: 5rem;
  }
  .wt-contents .wt-contents--ttl .wt-contents--ttl-en {
    font-size: 3.4rem;
  }
  .wt-contents .wt-contents--ttl .wt-contents--ttl-ja {
    font-size: 1.5rem;
  }
  .wt-contents .wt-contents--body {
    margin-bottom: 6rem;
  }
  .wt-contents .wt-contents--body .wt-contents--item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7rem 4.5rem;
  }
  .wt-contents .wt-contents--body .wt-contents--item .item:hover .image img {
    transform: scale(1.05);
  }
  .wt-contents .wt-contents--body .wt-contents--item .item .image {
    margin-bottom: 2rem;
  }
  .wt-contents .wt-contents--body .wt-contents--item .item .image img {
    transition: transform 0.2s ease-out;
  }
  .wt-contents .wt-contents--body .wt-contents--item .item .date {
    font-size: 1.3rem;
  }
  .wt-contents .wt-contents--body .wt-contents--item .item .date .d {
    flex: 0;
  }
  .wt-contents .wt-contents--body .wt-contents--item .item .ttl {
    margin-bottom: 0.5em;
    font-size: 1.6rem;
  }
  .wt-contents .wt-contents--body .wt-contents--item .item .description {
    display: revert;
    font-size: 1.3rem;
    color: #696969;
  }
}