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

@media screen and (min-width: 961px) {
  .options-detail--head {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    padding: 2.5rem 0 3.5rem;
    margin-bottom: 5rem;
  }
  .options-detail--head .options-ttl {
    flex: 0;
    margin: 0;
  }
  .options-detail--head .component-breadcrumb {
    flex: 1;
    padding: 0;
  }
  .options-detail--head .component-breadcrumb .component-breadcrumb--container {
    justify-content: flex-end;
    width: auto;
  }
}
.sns-icons {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 1.6rem;
  margin: 2rem auto;
}
.sns-icons .item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
}
.sns-icons .item:last-child img {
  width: 2.2rem;
}
.sns-icons .item img {
  width: 2.6rem;
}

.article-wrap {
  margin-bottom: 6.4rem;
}

.article .article-title {
  margin-bottom: 1.2rem;
}
.article .article-title .article-title--sub {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.2rem;
}
.article .article-title .article-title--sub .date {
  font-family: "Montserrat", "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-size: 1.2rem;
}
.article .article-title .article-title--sub .category {
  display: inline-block;
  padding: 0.4em 1rem;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  font-size: 1.1rem;
  background: #191919;
  border-radius: 2px;
}
.article .article-title .article-title--main {
  line-height: 1.4;
  font-weight: 700;
  font-size: 1.8rem;
}
.article .article-body .article-body--item {
  margin-bottom: 3rem;
}
.article .article-body .article-body--item .article-body--item-img {
  margin-bottom: 1.8rem;
}
.article .article-body .article-body--item .article-body--item-img img {
  width: auto;
  max-width: 100%;
}
.article .article-body .article-body--item .article-body--item-txt {
  line-height: 2;
  font-size: 1.2rem;
}
.article .article-body .article-body--item .article-body--item-txt table {
  table-layout: auto !important;
  width: 100% !important;
}
.article .return_link .link-btn .link::after {
  content: "";
  width: 1em;
}
.article .return_link .link-btn .icon {
  transform: scale(-1, 1);
}

@media screen and (min-width: 961px) {
  .article-wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16rem;
  }
  .topic_links {
    flex: 0 0 17rem;
    width: 17rem;
  }
  .topic_links .topic_links--ttl {
    margin-bottom: 1rem;
    text-align: center;
    font-size: 700;
    font-size: 1.4rem;
  }
  .topic_links .topic_links--list {
    display: flex;
    flex-flow: row wrap;
    gap: 1rem;
  }
  .topic_links .topic_links--list .item {
    flex: 100%;
    padding: 0.8em 1em;
    font-size: 1.3rem;
    font-weight: 700;
    border: 1px solid #191919;
    border-radius: 2px;
  }
  .topic_links .sns-icons {
    justify-content: center;
  }
  .article {
    flex: 0 0 89rem;
    width: 89rem;
  }
  .article .article-title {
    margin-bottom: 3rem;
  }
  .article .article-title .article-title--sub {
    gap: 2rem;
    margin-bottom: 1.2rem;
  }
  .article .article-title .article-title--sub .date {
    font-size: 1.5rem;
  }
  .article .article-title .article-title--sub .category {
    font-size: 1.4rem;
  }
  .article .article-title .article-title--main {
    font-size: 2.2rem;
  }
  .article .article-body .article-body--item {
    margin-bottom: 10rem;
  }
  .article .article-body .article-body--item .article-body--item-img {
    margin-bottom: 2rem;
  }
  .article .article-body .article-body--item .article-body--item-txt {
    font-size: 1.4rem;
  }
  .article .article-body .article-body--item .article-body--item-txt table {
    table-layout: fixed;
  }
  .article .return_link .link-btn {
    justify-content: flex-start;
  }
}
.other-contents {
  margin-bottom: 4.8rem;
  padding: 4.6rem 0 8rem;
  background: #F0F0F0;
}
.other-contents .other-contents--ttl {
  margin-bottom: 2.8rem;
  text-align: center;
  letter-spacing: 0.1em;
}
.other-contents .other-contents--ttl .other-contents--ttl-en {
  font-family: "Montserrat", "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-size: 1.5rem;
}
.other-contents .other-contents--body {
  margin-bottom: 5rem;
}
.other-contents .other-contents--body .other-contents--item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 1.5rem;
}
.other-contents .other-contents--body .other-contents--item .thum {
  margin-bottom: 1.2rem;
}
.other-contents .other-contents--body .other-contents--item .thum img {
  aspect-ratio: 16/10;
  -o-object-fit: cover;
  object-fit: cover;
}
.other-contents .other-contents--body .other-contents--item .category {
  margin-bottom: 0.6rem;
}
.other-contents .other-contents--body .other-contents--item .category .date {
  font-family: "Montserrat", "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-size: 1.1rem;
}
.other-contents .other-contents--body .other-contents--item .category .category-label {
  display: inline-block;
  padding: 0.4em 1rem;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  font-size: 1.1rem;
  background: #191919;
  border-radius: 2px;
}
.other-contents .other-contents--body .other-contents--item .name {
  font-weight: 700;
  font-size: 1.5rem;
}

/*
.return_link{
    margin-bottom: 11.0rem;
    .link-btn .link .icon{
         transform : translateY(-15%) scale(-1, 1)
    }
}
*/
@media screen and (min-width: 961px) {
  .other-contents {
    margin-bottom: 7.6rem;
    padding: 8rem 0;
  }
  .other-contents .other-contents--ttl {
    margin-bottom: 4.2rem;
  }
  .other-contents .other-contents--ttl .other-contents--ttl-en {
    font-size: 1.8rem;
  }
  .other-contents .other-contents--body {
    margin-bottom: 6rem;
  }
  .other-contents .other-contents--body .other-contents--item {
    grid-template-columns: repeat(3, 1fr);
    gap: 4.6rem 7rem;
  }
  .other-contents .other-contents--body .other-contents--item .category .date {
    font-size: 1.3rem;
  }
  .other-contents .other-contents--body .other-contents--item .category .category-label {
    font-size: 1.2rem;
  }
  .other-contents .other-contents--body .other-contents--item .category .category-label br {
    display: none;
  }
  .other-contents .other-contents--body .other-contents--item .name {
    font-size: 1.6rem;
  }
}