@charset "UTF-8";
/*///////////////////////////////////////////////////////
    製品トップスタイル
///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////
    変数設定
///////////////////////////////////////////////////////*/
/* custom style */
/*///////////////////////////////////////////////////////
    mixin設定
///////////////////////////////////////////////////////*/
.wheel-detail--head {
  margin-bottom: 1rem;
  border-bottom: 1px solid #D8D8D8;
}
.wheel-detail--head .wheel-ttl {
  margin: 1.7rem 0 2rem;
}
.wheel-detail--head .wheel-ttl .logo {
  text-align: center;
}
.wheel-detail--head .wheel-ttl .logo img {
  width: auto;
  max-height: 8rem;
}
.wheel-detail--head .component-breadcrumb {
  padding: 0 0 2rem;
}

@media screen and (min-width: 961px) {
  .wheel-detail--head {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    padding: 2.5rem 0 3.5rem;
    margin-bottom: 5rem;
  }
  .wheel-detail--head .wheel-ttl {
    flex: 0;
    margin: 0;
  }
  .wheel-detail--head .wheel-ttl .logo img {
    max-height: 12rem;
  }
  .wheel-detail--head .component-breadcrumb {
    flex: 1;
    padding: 0;
  }
  .wheel-detail--head .component-breadcrumb .component-breadcrumb--container {
    justify-content: flex-end;
    width: auto;
  }
  .wheel-basis {
    position: relative;
    z-index: 1;
  }
  .wheel-basis--outer {
    display: grid;
    grid-template-columns: 60rem 1fr;
    gap: 3.6rem 9rem;
    margin-bottom: 12rem;
  }
  .wheel-basis--outer .wheel-basis--img {
    grid-area: 1/1/4/2;
  }
  .wheel-basis--outer .wheel-basis--info {
    grid-area: 1/2/2/3;
  }
  .wheel-basis--outer .wheel-basis--pdf {
    grid-area: 2/2/3/3;
  }
  .wheel-basis--outer .wheel-matching {
    grid-area: 3/2/4/3;
  }
}
.wheel-basis--img {
  margin-bottom: 2rem;
}
.wheel-basis--img .swiper_main {
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
}
.wheel-basis--img .swiper_main .note {
  margin-bottom: 0.4rem;
  line-height: 1.5;
  color: #7E7E7E;
  font-size: 1rem;
}
.wheel-basis--img .swiper_main .attent {
  line-height: 1.5;
  font-size: 1rem;
}
.wheel-basis--img .swiper_main .control-button {
  line-height: 1;
  font-size: 0;
}
.wheel-basis--img .swiper_main .control-button .control-button--prev {
  position: absolute;
  z-index: 1;
  top: calc((100vw - 4rem) * 0.5);
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}
.wheel-basis--img .swiper_main .control-button .control-button--next {
  position: absolute;
  z-index: 1;
  top: calc((100vw - 4rem) * 0.5);
  right: 0;
  transform: translateY(-50%);
}
.wheel-basis--img .swiper_thum--outer .swiper_thum {
  position: relative;
  z-index: 1;
  line-height: 1;
}
.wheel-basis--img .swiper_thum--outer .swiper_thum .swiper-wrapper {
  gap: 0.6rem;
  margin-bottom: 1rem;
}
.wheel-basis--img .swiper_thum--outer .swiper_thum .swiper-slide {
  position: relative;
  z-index: 1;
  width: 6rem;
  aspect-ratio: 1/1;
}
.wheel-basis--img .swiper_thum--outer .swiper_thum .swiper-slide::before {
  box-sizing: border-box;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  border: 1px solid #D9D9D9;
}
.wheel-basis--img .swiper_thum--outer .swiper_thum .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.wheel-basis--img .swiper_thum--outer .swiper_thum .swiper-slide-thumb-active::before {
  border: 3px solid #141414;
}
.wheel-basis--img .swiper_thum--outer .control-button {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 2.8rem;
  line-height: 1;
  font-size: 0;
}
.wheel-basis--img .swiper_thum--outer .control-button .control-button--next {
  transform: rotate(180deg);
}
.wheel-basis--img .swiper_thum--outer .control-button .swiper-button-disabled svg path {
  fill: #C9C9C9;
}
.wheel-basis--img .elem_pc {
  display: none;
}

.drift-zoom-pane {
  display: none !important;
}

@media screen and (min-width: 961px) {
  .wheel-basis--img {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: flex-start;
    gap: 4rem 0;
    margin-bottom: 0;
  }
  .wheel-basis--img .swiper_main {
    width: 50rem;
    order: 2;
    margin: 0;
  }
  .wheel-basis--img .swiper_main .swiper-slide {
    cursor: zoom-in;
  }
  .wheel-basis--img .swiper_main .note {
    margin-bottom: 0;
  }
  .wheel-basis--img .swiper_main .attent {
    line-height: 1.5;
    font-size: 1rem;
  }
  .wheel-basis--img .swiper_main .control-button .control-button--prev,
  .wheel-basis--img .swiper_main .control-button .control-button--next {
    top: 25rem;
  }
  .wheel-basis--img .swiper_thum--outer {
    display: flex;
    flex-flow: column wrap;
  }
  .wheel-basis--img .swiper_thum--outer .swiper_thum {
    width: 6rem;
    height: 39rem;
    margin: 0 0 1.8rem;
  }
  .wheel-basis--img .swiper_thum--outer .swiper_thum .swiper-wrapper {
    gap: 0.6rem;
    margin-bottom: 1rem;
  }
  .wheel-basis--img .swiper_thum--outer .swiper_thum .swiper-slide {
    height: 6rem;
    aspect-ratio: 1/1;
  }
  .wheel-basis--img .swiper_thum--outer .control-button {
    flex-flow: column wrap;
    justify-content: space-between;
    gap: 1.8rem;
  }
  .wheel-basis--img .swiper_thum--outer .control-button .control-button--prev {
    transform: rotate(90deg);
  }
  .wheel-basis--img .swiper_thum--outer .control-button .control-button--next {
    transform: rotate(270deg);
  }
  .wheel-basis--img .attent.elem_sp {
    display: none;
  }
  .wheel-basis--img .attent.elem_pc {
    display: revert;
    order: 3;
    font-size: 1.1rem;
  }
  .drift-zoom-pane {
    display: block !important;
    position: absolute;
    z-index: 1;
    top: 8rem;
    right: 0;
    left: auto;
    width: calc(100% - 69rem);
    height: calc(100% - 8rem);
    background: #fff;
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.3));
  }
  .drift-bounding-box {
    z-index: 10;
  }
}
.wheel-basis--info {
  margin-bottom: 2.5rem;
}
.wheel-basis--info .name {
  margin-bottom: 1.2rem;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
}
.wheel-basis--info .name .main {
  position: relative;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0.4em;
  font-size: 2em;
}
.wheel-basis--info .name .main .new {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  transform: translate(calc(-100% - 0.8em), -50%);
  font-size: 0.6em;
  color: #FF0000;
}
.wheel-basis--info .note {
  text-align: center;
  font-size: 1.1rem;
}

@media screen and (min-width: 961px) {
  .wheel-basis--info {
    margin-bottom: 0;
  }
  .wheel-basis--info .name {
    font-size: 1.2rem;
    text-align: left;
  }
  .wheel-basis--info .name .main {
    width: 100%;
    margin: 0 auto 0.4em;
    font-size: 2.33em;
  }
  .wheel-basis--info .name .main .new {
    display: block;
    position: revert;
    margin-bottom: 0.6em;
    transform: none;
    font-size: 0.46em;
  }
  .wheel-basis--info .note {
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.7;
  }
}
.wheel-basis--pdf {
  padding: 0 5%;
  margin-bottom: 3rem;
}
.wheel-basis--pdf .link-btn {
  gap: 0.6rem;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
.wheel-basis--pdf .link-btn .link {
  justify-content: center;
  align-items: center;
  gap: 1em;
  width: 100%;
  text-decoration: underline;
}
.wheel-basis--pdf .link-btn .link .icon {
  width: 1.4em;
  transform: none;
}

@media screen and (min-width: 961px) {
  .wheel-basis--pdf {
    padding: 0;
    margin-bottom: 0;
  }
  .wheel-basis--pdf .link-btn {
    gap: 0.8rem;
    width: 36rem;
    font-size: 1.3rem;
  }
  .wheel-basis--pdf .link-btn .link {
    display: grid;
    grid-template-columns: auto 1fr;
    width: 100%;
    text-align: center;
    color: #191919;
    background: #fff;
    border: 2px solid #191919;
    border-radius: 0.2rem;
    transition: all 0.3s;
  }
  .wheel-basis--pdf .link-btn .link .icon {
    width: 1.6em;
    transition: all 0.3s;
  }
  .wheel-basis--pdf .link-btn .link .icon svg path {
    fill: #191919;
  }
  .wheel-basis--pdf .link-btn .link:hover {
    color: #fff;
    background: #191919;
  }
  .wheel-basis--pdf .link-btn .link:hover .icon svg path {
    fill: #fff;
  }
}
.wheel-matching {
  padding: 1.5rem 1.8rem;
  margin-bottom: 4rem;
  background: #F0F0F0;
}
.wheel-matching .wheel-matching--ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 700;
}
.wheel-matching .wheel-matching--ttl .icon {
  width: 1.28em;
}
.wheel-matching .wheel-matching--conditions {
  margin-bottom: 1.8rem;
}
.wheel-matching .wheel-matching--conditions .field {
  display: grid;
  grid-template-columns: 1fr 22.8rem;
  align-items: center;
}
.wheel-matching .wheel-matching--conditions .field + .field {
  margin-top: 0.8rem;
}
.wheel-matching .wheel-matching--conditions .field .ttl {
  font-size: 1.4rem;
  font-weight: 700;
}
.wheel-matching .wheel-matching--btn {
  text-align: center;
}
.wheel-matching .wheel-matching--btn .btn {
  width: 16rem;
  height: 4rem;
  line-height: 4rem;
  font-weight: 700;
  font-size: 1.4rem;
  color: #fff;
  background: #191919;
  border: none;
  border-radius: 2px;
}

@media screen and (min-width: 961px) {
  .wheel-matching {
    padding: 2.4rem 5.4rem;
    margin-bottom: 0;
  }
  .wheel-matching .wheel-matching--ttl {
    margin-bottom: 1.8rem;
    font-size: 1.5rem;
  }
  .wheel-matching .wheel-matching--conditions {
    margin-bottom: 1.8rem;
  }
  .wheel-matching .wheel-matching--conditions .field {
    grid-template-columns: 1fr 72%;
  }
  .wheel-matching .wheel-matching--btn .btn {
    height: 3.4rem;
    line-height: 3.4rem;
    font-size: 1.5rem;
  }
}
.wheel-contents {
  margin-bottom: 4rem;
}
.wheel-contents .wheel-contents--item {
  line-height: 1.8;
}
.wheel-contents .wheel-contents--item + .wheel-contents--item {
  margin-top: 1rem;
}
.wheel-contents .wheel-contents--item .ttl {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5rem;
  padding: 0 0.8rem 0 1.5rem;
  letter-spacing: 1;
  font-family: "Montserrat", "Zen Kaku Gothic New", serif;
  font-size: 1.6rem;
  font-weight: 600;
  background: #F0F0F0;
  border-radius: 2px;
  transition: all 0.2s ease-out;
}
.wheel-contents .wheel-contents--item .ttl .icon {
  position: relative;
  z-index: 1;
  width: 3.4rem;
  aspect-ratio: 1/1;
  background: #191919;
  transition: all 0.2s ease-out;
}
.wheel-contents .wheel-contents--item .ttl .icon::before, .wheel-contents .wheel-contents--item .ttl .icon::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 2px;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-out;
}
.wheel-contents .wheel-contents--item .ttl .icon::after {
  width: 2px;
  height: 50%;
}
.wheel-contents .wheel-contents--item .wheel-contents--body {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
}
.wheel-contents .wheel-contents--item.is-active .ttl {
  color: #fff;
  background: #191919;
}
.wheel-contents .wheel-contents--item.is-active .ttl .icon {
  background: #fff;
}
.wheel-contents .wheel-contents--item.is-active .ttl .icon::before, .wheel-contents .wheel-contents--item.is-active .ttl .icon::after {
  background: #191919;
  transform: translate(-50%, -50%) rotate(90deg);
}
.wheel-contents .wheel-contents--item.is-active .ttl .icon::before {
  opacity: 0;
}
.wheel-contents .wheel-contents--item.is-active .wheel-contents--body {
  margin-bottom: 3.6rem;
}
.wheel-contents .wheel-contents--tab-outer {
  display: none;
}

@media screen and (min-width: 961px) {
  .wheel-contents {
    margin-bottom: 10rem;
  }
  .wheel-contents .wheel-contents--tab-outer {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 5.5rem;
    gap: 0.4rem;
    margin-bottom: 4rem;
    border-bottom: 5px solid #191919;
  }
  .wheel-contents .wheel-contents--tab-outer.col_tab-01 {
    grid-template-columns: repeat(1, 1fr);
  }
  .wheel-contents .wheel-contents--tab-outer.col_tab-02 {
    grid-template-columns: repeat(2, 1fr);
  }
  .wheel-contents .wheel-contents--tab-outer.col_tab-03 {
    grid-template-columns: repeat(3, 1fr);
  }
  .wheel-contents .wheel-contents--tab-outer.col_tab-04 {
    grid-template-columns: repeat(4, 1fr);
  }
  .wheel-contents .wheel-contents--tab-outer.col_tab-05 {
    grid-template-columns: repeat(5, 1fr);
  }
  .wheel-contents .wheel-contents--tab-outer.col_tab-06 {
    grid-template-columns: repeat(6, 1fr);
  }
  .wheel-contents .wheel-contents--tab-outer .wheel-contents--tab {
    cursor: pointer;
    text-align: center;
    line-height: 5.5rem;
    font-family: "Montserrat", "Zen Kaku Gothic New", serif;
    letter-spacing: 0.1em;
    font-weight: 600;
    font-size: 1.8rem;
    background: #F0F0F0;
  }
  .wheel-contents .wheel-contents--tab-outer .wheel-contents--tab.is-active {
    color: #fff;
    background: #191919;
  }
  .wheel-contents .wheel-contents--item .ttl {
    display: none;
  }
  .wheel-contents .wheel-contents--item .wheel-contents--body {
    display: none;
    max-height: 100%;
    transition: none;
  }
  .wheel-contents .wheel-contents--item.is-active .wheel-contents--body {
    display: revert;
  }
}
.spec-body .spec-body--field {
  display: grid;
  grid-template-columns: 20% 1fr;
}
.spec-body .spec-body--field .spec-body--ttl {
  padding: 1.5rem 0;
  font-weight: 700;
  border-bottom: 1px solid #191919;
}
.spec-body .spec-body--field .spec-body--ttl a {
  text-decoration: underline;
}
.spec-body .spec-body--field .spec-body--note {
  border-bottom: 1px solid #E0E0E0;
  padding: 1.5rem 1.3rem;
}
.spec-body .spec-body--field .spec-body--note .flex_wrap {
  display: flex;
  flex-flow: row wrap;
  gap: 0.3rem;
  word-break: keep-all;
}
.spec-body .spec-body--field .spec-body--note .cop_label {
  padding: 0.1rem 0.8rem;
  font-size: 1.1rem;
  border-radius: 2px;
}
.spec-body .spec-body--field .spec-body--note a.cop_label {
  text-decoration: underline;
}
.spec-body .spec-body--field .spec-body--note .cother_icon {
  display: flex;
  flex-flow: row wrap;
  gap: 1.2rem 0.3rem;
}
.spec-body .spec-body--field .spec-body--note .cother_icon img {
  width: auto;
  max-height: 1.5rem;
}

@media screen and (min-width: 961px) {
  .spec-body .spec-body--field {
    grid-template-columns: 12% 1fr;
  }
  .spec-body .spec-body--field + .spec-body--field {
    margin-bottom: 1.4rem;
  }
  .spec-body .spec-body--field .spec-body--ttl {
    padding: 1.6rem 0;
    font-size: 1.5rem;
  }
  .spec-body .spec-body--field .spec-body--note {
    padding: 1.6rem 3rem;
    font-size: 1.5rem;
  }
  .spec-body .spec-body--field .spec-body--note .flex_wrap {
    gap: 1.2rem;
  }
  .spec-body .spec-body--field .spec-body--note .cop_label {
    padding: 0.2rem 0.8rem;
    font-size: 1.4rem;
  }
  .spec-body .spec-body--field .spec-body--note .cother_icon img {
    max-height: 3rem;
  }
}
.contact_link {
  margin-bottom: 8rem;
  text-align: center;
}
.contact_link .link-btn .link {
  justify-content: center;
  width: 100%;
  height: 6rem;
}

@media screen and (min-width: 961px) {
  .contact_link {
    margin-bottom: 14rem;
  }
  .contact_link .link-btn .link {
    max-width: 36rem;
    height: 8rem;
    font-size: 1.6rem;
    color: #191919;
    border: 2px solid #191919;
    background: #fff;
    transition: all 0.3s;
  }
  .contact_link .link-btn .link:hover {
    color: #fff;
    background: #191919;
  }
}
.features .features-body {
  width: 100%;
  margin: 0 auto;
}
.features .features-body--sns {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 1.6rem;
  margin-top: 2rem;
}
.features .features-body--sns .item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
}
.features .features-body--sns .item:last-child img {
  width: 2.2rem;
}
.features .features-body--sns .item img {
  width: 2.6rem;
}
.features .features-body--ttl {
  margin-bottom: 1rem;
}
.features .features-body--ttl .features-body--ttl-d {
  font-size: 1.2rem;
}
.features .features-body--ttl .features-body--ttl-t {
  font-weight: 700;
  font-size: 1.8rem;
}
.features .features-body--main .features-body--section + .features-body--section {
  margin-top: 3.6rem;
}
.features .features-body--main .img {
  margin-bottom: 1.8rem;
}
.features .features-body--main .img img {
  width: auto;
  max-width: 100%;
}
.features .features-body--main .note {
  letter-spacing: 0.1em;
  line-height: 2;
}

@media screen and (min-width: 961px) {
  .features .features-body {
    width: 96rem;
  }
  .features .features-body--sns {
    margin: 0;
  }
  .features .features-body--ttl {
    margin-bottom: 3rem;
  }
  .features .features-body--ttl .features-body--ttl-d {
    font-size: 1.5rem;
  }
  .features .features-body--ttl .features-body--ttl-t {
    font-size: 2.2rem;
  }
  .features .features-body--main .features-body--section + .features-body--section {
    margin-top: 5.8rem;
  }
  .features .features-body--main .img {
    margin-bottom: 2.4rem;
  }
}
.photo-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  padding-top: 2rem;
}
.photo-gallery .item {
  font-size: 1.3rem;
}
.photo-gallery .item .thum {
  height: 100%;
}
.photo-gallery .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.custom .custom-body .custom-body-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 1.5rem;
}
.custom .item .thum {
  aspect-ratio: 1/1;
}
.custom.is-active .custom-body {
  margin-top: 20px;
}

.gallery .attent, .cop .attent {
  padding-top: 2rem;
  font-size: 1rem;
}
.pswp .pswp__caption .caption-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1em 2em;
  color: #fff;
  background: rgba(0, 0, 0, 0.35);
}

@media screen and (min-width: 961px) {
  .photo-gallery {
    grid-template-columns: repeat(5, 1fr);
    padding-top: 0;
  }
  .photo-gallery .item {
    font-size: 1.4rem;
  }
  .custom .custom-body .custom-body-items {
    grid-template-columns: repeat(5, 1fr);
    padding-top: 0;
    gap: 3.4rem 2.4rem;
  }
  .gallery .attent, .cop .attent {
    padding: 2rem 0;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
  }
  .gallery .photo-gallery, .cop .photo-gallery {
    gap: 1.4rem;
  }
}
.movie-body {
  padding-top: 2rem;
}
.movie-body .item + .item {
  margin-top: 4.2rem;
}
.movie-body .item iframe {
  display: block;
  width: min(960px, 100%);
  aspect-ratio: 16/9;
  margin: 0 auto;
}

@media screen and (min-width: 961px) {
  .movie-body {
    padding-top: 0;
  }
}
.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;
  }
}