@charset "UTF-8";
/* 商品一覧 */
.post-type-archive-product .columnInterview__text.font > dl > dd p.name {
  text-align: left;
}
.post-type-archive .columnInterview__text .name span {
  font-size: 85%;
  margin-top: 5px;
  color: #999999;
}

@media screen and (min-width: 901px) {
  .product .dt_space,
  .product .dd_space {
    min-width: 284px;
  }
}
@media screen and (max-width: 900px) {
  .single-product .block__left .block__left--text {
    width: 100%;
  }
  .single-product .columnInterview__text.font > dl > dd p.name {
    text-align: left;
  }
}

/* 英語トップページの背景色修正 */
.page-template-page-en .topService .topService__contents:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: auto;
  bottom: 0;
  height: calc(100%);
  background-color: #a6b470 !important;
  background-color: var(--bgDeepGray);
  z-index: 1;
}

/* New表示 */
.post-type-archive-product .columnInterview li > a {
  position: relative;
}
.post-type-archive-product .columnInterview .new {
  position: absolute;
  left: -22px;
  top: -22px;
  width: 76px;
  height: 76px;
  z-index: 1;
}
.post-type-archive-product .columnInterview .new.soldout {
  display: none;
}
.post-type-archive-product .columnInterview .new.meeting:after {
  display: none;
}
@media screen and (max-width: 900px) {
  .post-type-archive-product .columnInterview .new {
    left: -14px;
    top: -14px;
    width: 64px;
    height: 64px;
  }
}

/* 商品動画 */
.product_movie {
  margin-bottom: 35px;
}
.product_movie ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product_movie li {
  position: relative;
  width: calc(50% - 22px);
  margin-bottom: 20px;
}
.product_movie li video {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .product_movie ul {
    display: block;
  }
  .product_movie ul li {
    width: 100%;
  }
}

/* イベント告知 */
.event_article .event_wrap .date {
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.event_article .event_wrap h2 {
  font-size: 23px;
  font-weight: bold;
  margin: 0 0 20px;
}
.event_article .event_wrap .event_content {
  font-size: 16px;
}
.event_article .event_wrap .event_content a {
  display: inline-block;
  text-decoration: underline;
  transition: 0.3s;
}
.event_article .event_wrap .event_content a:hover {
  opacity: 0.8;
}
.event_article .event_wrap figure {
  margin: 30px 0 0;
  padding: 0;
}
.event_article .event_wrap figure img {
  width: 100%;
}
.event_article .event_none {
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  .event_article {
    margin-top: 20px;
  }
  .event_article .event_wrap .date {
  }
  .event_article .event_wrap h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
  }
  .page-template-page-en .event_article .event_wrap h2 {
    line-height: 1.6;
  }
  .event_article .event_wrap .event_content {
    font-size: 13px;
  }
  .page-template-page-en .event_article .event_wrap .event_content {
    line-height: 1.6;
  }
  .event_article .event_wrap figure {
    margin: 30px 0 0;
    padding: 0;
  }
  .event_article .event_wrap figure img {
    width: 100%;
  }
  .event_article .event_none {
    font-size: 16px;
  }
}
