.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* ============================================================================================
  TOP

  @date 2017-07-12
  @include _top

  memo: */
body {
  background-color: #f4f4ef;
}

#product-page {
  padding-top: 80px;
}

.headline {
  position: relative;
  width: 100%;
}

.headline__inner {
  position: relative;
  width: 100%;
  padding-top: 110px;
  padding-bottom: 110px;
}

.headline__main {
  text-align: center;
  line-height: 1.0em;
}

.search {
  position: relative;
  width: 100%;
}

.search__inner {
  position: relative;
  width: 100%;
}

.search__block {
  width: 100%;
  height: 80px;
  position: relative;
}

.search__block:before, .search__block:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 0;
  z-index: 1;
}

.search__block:before {
  top: 0;
}

.search__block:after {
  bottom: 0;
}

.search__block form {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}

.search__text {
  outline: none;
  padding: 0;
  -ms-flex-preferred-size: calc(100% - 80px);
      flex-basis: calc(100% - 80px);
  height: 80px;
  line-height: 80px;
  text-indent: 50px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 18px;
  letter-spacing: .07em;
  border-radius: 0px;
  border: none;
  background: none;
  background-color: #ffffff;
  border-right: #000000 solid 1px;
}

.search__button {
  outline: none;
  padding: 0;
  -ms-flex-preferred-size: 80px;
      flex-basis: 80px;
  height: 80px;
  border-radius: 0px;
  border: none;
  background: none;
  line-height: 1.0em;
  cursor: pointer;
  background: #000000 url("../img/common/icon_search.png") center center no-repeat;
  background-size: 26px auto;
  transition: all .2s;
}

.search__button:hover {
  opacity: .4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.search__categories {
  padding: 50px 0 30px;
}

.search__categories ul {
  margin: 0 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.search__categories li {
  margin-right: 15px;
  margin-bottom: 20px;
}

.search__categories li.is--current a {
  color: #f4f4ef;
  background-color: #000000;
}

.search__categories a {
  display: block;
  color: #000000;
  text-decoration: none;
  font-family: sculpin, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: .025em;
  border: #000000 solid 1px;
  box-sizing: border-box;
  line-height: 55px;
  border-radius: 55px;
  padding: 0 70px;
  transition: all .2s;
}

.search__categories a:hover {
  color: #f4f4ef;
  background-color: #000000;
}

.list {
  position: relative;
  width: 100%;
}

.list__inner {
  position: relative;
  width: 100%;
}

.list__desc {
  width: 100%;
}

.list__desc ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: #000000 solid 1px;
}

.list__desc li {
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
  border-bottom: #000000 solid 1px;
  border-right: #000000 solid 1px;
}

.list__desc li:nth-child(3n) {
  border-right: none;
}

.list__desc a {
  display: block;
  padding: 40px;
  color: #000000;
  text-decoration: none;
  position: relative;
  transition: all .2s;
}

.list__desc a:hover {
  background-color: #000000;
}

.list__desc a:hover .desc--title {
  color: #f4f4ef;
}

.list__desc a:hover .desc--more {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: scale(1);
}

.list__desc a:hover .desc--thumb span {
  background-color: #f4f4ef;
  color: #000000;
}

.list__desc span {
  display: block;
}

.list__desc .desc--title {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 15px;
  letter-spacing: .025em;
  line-height: 1.8em;
  margin-bottom: 40px;
  transition: all .2s;
}

.list__desc .desc--date {
  color: #828282;
  font-family: sculpin, sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 13px;
  letter-spacing: .03em;
  line-height: 1.53em;
  margin-bottom: 20px;
}

.list__desc .desc--thumb {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.list__desc .desc--thumb:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.list__desc .desc--thumb span {
  font-family: sculpin, noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-size: 12px;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
  background-color: #000000;
  color: #f4f4ef;
  line-height: 26px;
  padding: 0 20px;
  border-radius: 30px;
  transition: all .2s;
}

.list__desc .desc--more {
  width: 80px;
  height: 80px;
  background-color: #f4f4ef;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-left: #000000 solid 1px;
  border-top: #000000 solid 1px;
  transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform: scale(1.2);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all .2s;
}

.list__desc .desc--more span {
  width: 100%;
  height: 100%;
  position: relative;
}

.list__desc .desc--more span:before, .list__desc .desc--more span:after {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transition: all .2s;
}

.list__desc .desc--more span:before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.list__desc .desc--more span:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.paging {
  position: relative;
  width: 100%;
}

.paging__inner {
  position: relative;
  width: 100%;
}

.paging__list {
  width: 100%;
  height: 100px;
  border-top: #000000 solid 1px;
  border-bottom: #000000 solid 1px;
  transform: translateY(-1px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.paging__list .list--prev,
.paging__list .list--next {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
}

.paging__list .list--prev a,
.paging__list .list--next a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all .2s;
}

.paging__list .list--prev a:before, .paging__list .list--prev a:after,
.paging__list .list--next a:before,
.paging__list .list--next a:after {
  content: '';
  display: block;
  width: 120%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  transition: all .2s;
}

.paging__list .list--prev a:before,
.paging__list .list--next a:before {
  transform: translateY(-50%) rotate(-26deg);
}

.paging__list .list--prev a:after,
.paging__list .list--next a:after {
  transform: translateY(-50%) rotate(26deg);
}

.paging__list .list--prev a:hover,
.paging__list .list--next a:hover {
  background-color: #000000;
}

.paging__list .list--prev a:hover:before,
.paging__list .list--next a:hover:before {
  background-color: #f4f4ef;
  transform: translateY(-50%) rotate(26deg);
}

.paging__list .list--prev a:hover:after,
.paging__list .list--next a:hover:after {
  background-color: #f4f4ef;
  transform: translateY(-50%) rotate(-26deg);
}

.paging__list .list--prev.is--limit a,
.paging__list .list--next.is--limit a {
  opacity: .3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  pointer-events: none;
}

.paging__list .list--prev {
  border-right: #000000 solid 1px;
}

.paging__list .list--prev a:before, .paging__list .list--prev a:after {
  left: 0;
  transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
}

.paging__list .list--next {
  border-left: #000000 solid 1px;
}

.paging__list .list--next a:before, .paging__list .list--next a:after {
  right: 0;
  transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
}

.paging__list .list--numbers {
  -ms-flex-preferred-size: calc(100% - 200px);
      flex-basis: calc(100% - 200px);
}

.paging__list .list--numbers ul {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}

.paging__list .list--numbers li {
  height: 100%;
  width: 100%;
  border-right: #000000 solid 1px;
}

.paging__list .list--numbers li:last-of-type {
  border-right: none;
}

.paging__list .list--numbers li.is--current a {
  background-color: #000000;
  color: #f4f4ef;
}

.paging__list .list--numbers a {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #000000;
  text-decoration: none;
  font-family: sculpin, sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 19px;
  transition: all .2s;
}

.paging__list .list--numbers a:hover {
  background-color: #000000;
  color: #f4f4ef;
}

.paging__back {
  padding: 90px 0;
  text-align: center;
}

.paging__back a {
  display: inline-block;
  line-height: 1.0em;
  transition: all .2s;
}

.paging__back a:hover {
  opacity: .2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.detail {
  position: relative;
  width: 100%;
}

.detail__inner {
  position: relative;
  width: 100%;
}

.detail__head {
  width: 100%;
  border-top: #000000 solid 1px;
  border-bottom: #000000 solid 1px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  padding: 35px 0;
}

.detail__head .head--title {
  -ms-flex-preferred-size: calc(100% - 235px);
      flex-basis: calc(100% - 235px);
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 20px;
  line-height: 1.9em;
  letter-spacing: .025em;
}

.detail__head .head--title span {
  display: block;
  margin: 0 50px;
}

.detail__images {
  width: 100%;
  position: relative;
  border-bottom: #000000 solid 1px;
  background-color: #ffffff;
}

.detail__images:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.detail__images p {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all .2s;
}

.detail__images p.is--current {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.detail__images__prev,
.detail__images__next {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  box-sizing: border-box;
}

.detail__images__prev a,
.detail__images__next a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 80px;
  border: 1px solid #000000;
  position: relative;
  transition: all .2s;
}

.detail__images__prev {
  left: 30px;
}

.detail__images__prev a {
  background: #ffffff url("../img/common/icon_prev.png") center center no-repeat;
  background-size: 20px auto;
}

.detail__images__prev a:hover {
  background: #000000 url("../img/common/icon_prev_w.png") center center no-repeat;
  background-size: 20px auto;
}

.detail__images__next {
  right: 30px;
}

.detail__images__next a {
  background: #ffffff url("../img/common/icon_next.png") center center no-repeat;
  background-size: 20px auto;
}

.detail__images__next a:hover {
  background: #000000 url("../img/common/icon_next_w.png") center center no-repeat;
  background-size: 20px auto;
}

.detail__thumbs {
  width: 100%;
  border-bottom: #000000 solid 1px;
  background-color: #ffffff;
}

.detail__thumbs ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.detail__thumbs li {
  -ms-flex-preferred-size: 16.66%;
      flex-basis: 16.66%;
  border-right: #000000 solid 1px;
  cursor: pointer;
}

.detail__thumbs li:nth-child(1), .detail__thumbs li:nth-child(2), .detail__thumbs li:nth-child(3), .detail__thumbs li:nth-child(4), .detail__thumbs li:nth-child(5), .detail__thumbs li:nth-child(6) {
  border-bottom: #000000 solid 1px;
}

.detail__thumbs li:nth-child(6n) {
  border-right: 0;
}

.detail__thumbs li span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: all .2s;
  padding-top: 100%;
}

.detail__thumbs li.is--current {
  cursor: default;
  pointer-events: none;
}

.detail__thumbs li.is--current span {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.detail__thumbs li:hover span {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.detail__specs {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #000000;
}

.detail__specs p {
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
  color: #f4f4ef;
  border-right: #f4f4ef solid 1px;
  border-bottom: #f4f4ef solid 1px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 18px;
  line-height: 1.9em;
  letter-spacing: .025em;
  text-align: center;
  padding: 30px 0;
}

.detail__specs p:nth-child(3n) {
  border-right: none;
}

.detail__specs span {
  display: block;
  margin: 0 20px;
}

.detail__content {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.detail__content:before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: #000000;
  position: absolute;
  left: 50%;
  top: 0;
}

.detail__content .content--lead {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.detail__content .content--lead p {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 18px;
  line-height: 1.7em;
  letter-spacing: .025em;
  margin: 0 50px;
  padding: 35px 0;
}

.detail__content .content--lead a {
  color: #000000;
  transition: all .2s;
}

.detail__content .content--lead a:hover {
  opacity: .4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.detail__content .content--text {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.detail__content .content--text p {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 15px;
  line-height: 1.9em;
  letter-spacing: .04em;
  margin: 0 50px;
  padding: 35px 0;
}

.detail__content .content--text a {
  color: #000000;
  transition: all .2s;
}

.detail__content .content--text a:hover {
  opacity: .4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.detail__desc {
  border-top: #000000 solid 1px;
  border-bottom: #000000 solid 1px;
  width: 100%;
  height: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.detail__desc__share {
  height: 100%;
  border-left: #000000 solid 1px;
}

.detail__desc__share ul {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}

.detail__desc__share li {
  -ms-flex-preferred-size: 80px;
      flex-basis: 80px;
  width: 80px;
  height: 100%;
  border-right: #000000 solid 1px;
}

.detail__desc__share li:last-of-type {
  border-right: none;
}

.detail__desc__share a {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  transition: all .2s;
}

.detail__desc__share a:hover {
  opacity: .4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

@media screen and (max-width: 768px) {
  /* ============================================================================================
  SP TOP

  @date 2017-07-12
  @include sp/_top

  memo:
  padding: 70px
  padding: 18.66667vw
  @include spimg(width, 346)
  @mixin =========================================================================================== */
  body {
    background-color: #f4f4ef;
  }
  #product-page {
    padding-top: 40px;
    padding-top: 10.66667vw;
  }
  .headline {
    position: relative;
    width: 100%;
  }
  .headline__inner {
    position: relative;
    width: 100%;
    padding-top: 50px;
    padding-top: 13.33333vw;
    padding-bottom: 50px;
    padding-bottom: 13.33333vw;
  }
  .headline__main {
    text-align: center;
    line-height: 1.0em;
  }
  .headline__main img {
    height: 28px;
    height: 7.46667vw;
    width: auto;
  }
  .search {
    position: relative;
    width: 100%;
  }
  .search__inner {
    position: relative;
    width: 100%;
  }
  .search__block {
    width: 100%;
    height: 50px;
    height: 13.33333vw;
    position: relative;
  }
  .search__block:before, .search__block:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    height: 0.26667vw;
    background-color: #000000;
    position: absolute;
    left: 0;
    z-index: 1;
  }
  .search__block:before {
    top: 0;
  }
  .search__block:after {
    bottom: 0;
  }
  .search__block form {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
  }
  .search__text {
    outline: none;
    padding: 0;
    -ms-flex-preferred-size: calc(100% - 50px);
        flex-basis: calc(100% - 50px);
    -ms-flex-preferred-size: calc(100% - 13.33333vw);
        flex-basis: calc(100% - 13.33333vw);
    height: 50px;
    height: 13.33333vw;
    line-height: 50px;
    line-height: 13.33333vw;
    text-indent: 22px;
    text-indent: 5.86667vw;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 500;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-size: 13.5px;
    font-size: 3.6vw;
    letter-spacing: .07em;
    border-radius: 0px;
    border: none;
    background: none;
    background-color: #ffffff;
    border-right: #000000 solid 1px;
    border-right: #000000 solid 0.26667vw;
    text-overflow: ellipsis;
  }
  .search__button {
    outline: none;
    padding: 0;
    -ms-flex-preferred-size: 50px;
        flex-basis: 50px;
    -ms-flex-preferred-size: 13.33333vw;
        flex-basis: 13.33333vw;
    height: 50px;
    height: 13.33333vw;
    border-radius: 0px;
    border: none;
    background: none;
    line-height: 1.0em;
    cursor: pointer;
    background: #000000 url("../img/common/icon_search.png") center center no-repeat;
    background-size: 15px auto;
    background-size: 4vw auto;
    transition: none;
  }
  .search__button:hover {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .search__categories {
    padding: 0;
    padding-top: 50px;
    padding-top: 13.33333vw;
    padding-bottom: 50px;
    padding-bottom: 13.33333vw;
  }
  .search__categories ul {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: #000000 solid 1px;
    border-top: #000000 solid 0.26667vw;
  }
  .search__categories li {
    margin-right: 0;
    margin-bottom: 0;
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    border-right: #000000 solid 1px;
    border-right: #000000 solid 0.26667vw;
    border-bottom: #000000 solid 1px;
    border-bottom: #000000 solid 0.26667vw;
    box-sizing: border-box;
    text-align: center;
  }
  .search__categories li:nth-child(3n) {
    border-right: none;
  }
  .search__categories li.is--current a {
    color: #f4f4ef;
    background-color: #000000;
  }
  .search__categories a {
    display: block;
    color: #000000;
    text-decoration: none;
    font-family: sculpin, noto-sans-cjk-jp, sans-serif;
    font-weight: 500;
    font-size: 12.5px;
    font-size: 3.33333vw;
    letter-spacing: .025em;
    border: none;
    box-sizing: border-box;
    line-height: 50px;
    line-height: 13.33333vw;
    border-radius: 0px;
    padding: 0;
    transition: all .2s;
  }
  .search__categories a:hover {
    color: #000000;
    background-color: #f4f4ef;
  }
  .list {
    position: relative;
    width: 100%;
  }
  .list__inner {
    position: relative;
    width: 100%;
  }
  .list__desc {
    width: 100%;
  }
  .list__desc ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: #000000 solid 1px;
    border-top: #000000 solid 0.26667vw;
  }
  .list__desc li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    border-bottom: #000000 solid 1px;
    border-bottom: #000000 solid 0.26667vw;
    border-right: #000000 solid 1px;
    border-right: #000000 solid 0.26667vw;
  }
  .list__desc li:nth-child(3n) {
    border-right: #000000 solid 1px;
    border-right: #000000 solid 0.26667vw;
  }
  .list__desc li:nth-child(2n) {
    border-right: none;
  }
  .list__desc a {
    display: block;
    padding: 19px;
    padding: 5.06667vw;
    color: #000000;
    text-decoration: none;
    position: relative;
    transition: none;
  }
  .list__desc a:hover {
    background-color: #f4f4ef;
  }
  .list__desc a:hover .desc--title {
    color: #000000;
  }
  .list__desc a:hover .desc--more {
    display: none;
  }
  .list__desc a:hover .desc--thumb span {
    background-color: #000000;
    color: #f4f4ef;
  }
  .list__desc span {
    display: block;
  }
  .list__desc .desc--title {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 500;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-size: 11px;
    font-size: 2.93333vw;
    letter-spacing: .025em;
    line-height: 1.6em;
    margin-bottom: 25px;
    margin-bottom: 6.66667vw;
    transition: none;
  }
  .list__desc .desc--date {
    color: #828282;
    font-family: sculpin, sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-size: 10px;
    font-size: 2.66667vw;
    letter-spacing: .03em;
    line-height: 1.4em;
    margin-bottom: 10px;
    margin-bottom: 2.66667vw;
  }
  .list__desc .desc--thumb {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .list__desc .desc--thumb:before {
    content: '';
    display: block;
    padding-top: 100%;
  }
  .list__desc .desc--thumb span {
    font-family: sculpin, noto-sans-cjk-jp, sans-serif;
    font-weight: 500;
    font-size: 10px;
    font-size: 2.66667vw;
    position: absolute;
    left: 6px;
    left: 1.6vw;
    top: 6px;
    top: 1.6vw;
    z-index: 1;
    background-color: #000000;
    color: #f4f4ef;
    line-height: 18px;
    line-height: 4.8vw;
    padding: 0 10px;
    padding: 0 2.66667vw;
    border-radius: 30px;
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transition: none;
    transform: scale(0.9);
  }
  .list__desc .desc--more {
    display: none;
  }
  .paging {
    position: relative;
    width: 100%;
  }
  .paging__inner {
    position: relative;
    width: 100%;
  }
  .paging__list {
    width: 100%;
    height: 50px;
    height: 13.33333vw;
    border-top: #000000 solid 1px;
    border-top: #000000 solid 0.26667vw;
    border-bottom: #000000 solid 1px;
    border-bottom: #000000 solid 0.26667vw;
    transform: translateY(-1px);
    transform: translateY(-0.26667vw);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .paging__list .list--prev,
  .paging__list .list--next {
    -ms-flex-preferred-size: 50px;
        flex-basis: 50px;
    -ms-flex-preferred-size: 13.33333vw;
        flex-basis: 13.33333vw;
  }
  .paging__list .list--prev a,
  .paging__list .list--next a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: none;
  }
  .paging__list .list--prev a:before, .paging__list .list--prev a:after,
  .paging__list .list--next a:before,
  .paging__list .list--next a:after {
    content: '';
    display: block;
    width: 120%;
    height: 1px;
    height: 0.26667vw;
    background-color: #000000;
    position: absolute;
    top: 50%;
    transition: none;
  }
  .paging__list .list--prev a:before,
  .paging__list .list--next a:before {
    transform: translateY(-50%) rotate(-26deg);
  }
  .paging__list .list--prev a:after,
  .paging__list .list--next a:after {
    transform: translateY(-50%) rotate(26deg);
  }
  .paging__list .list--prev a:hover,
  .paging__list .list--next a:hover {
    background-color: #f4f4ef;
  }
  .paging__list .list--prev a:hover:before,
  .paging__list .list--next a:hover:before {
    background-color: #000000;
    transform: translateY(-50%) rotate(26deg);
  }
  .paging__list .list--prev a:hover:after,
  .paging__list .list--next a:hover:after {
    background-color: #000000;
    transform: translateY(-50%) rotate(-26deg);
  }
  .paging__list .list--prev.is--limit a,
  .paging__list .list--next.is--limit a {
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    pointer-events: none;
  }
  .paging__list .list--prev {
    border-right: #000000 solid 1px;
    border-right: #000000 solid 0.26667vw;
  }
  .paging__list .list--prev a:before, .paging__list .list--prev a:after {
    left: 0;
    transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
  }
  .paging__list .list--next {
    border-left: #000000 solid 1px;
    border-left: #000000 solid 0.26667vw;
  }
  .paging__list .list--next a:before, .paging__list .list--next a:after {
    right: 0;
    transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
  }
  .paging__list .list--numbers {
    -ms-flex-preferred-size: calc(100% - 100px);
        flex-basis: calc(100% - 100px);
    -ms-flex-preferred-size: calc(100% - 26.66667vw);
        flex-basis: calc(100% - 26.66667vw);
  }
  .paging__list .list--numbers ul {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
  }
  .paging__list .list--numbers li {
    height: 100%;
    width: 100%;
    border-right: #000000 solid 1px;
    border-right: #000000 solid 0.26667vw;
  }
  .paging__list .list--numbers li:last-of-type {
    border-right: none;
  }
  .paging__list .list--numbers li.is--current a {
    background-color: #000000;
    color: #f4f4ef;
  }
  .paging__list .list--numbers a {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    color: #000000;
    text-decoration: none;
    font-family: sculpin, sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-size: 12.5px;
    font-size: 3.33333vw;
    transition: none;
  }
  .paging__list .list--numbers a:hover {
    background-color: #f4f4ef;
    color: #000000;
  }
  .paging__back {
    padding: 50px 0;
    padding: 13.33333vw 0;
    text-align: center;
    border-left: #000000 solid 1px;
    border-right: #000000 solid 1px;
    margin-top: -1px;
  }
  .paging__back a {
    display: inline-block;
    line-height: 1.0em;
    transition: none;
  }
  .paging__back a:hover {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .paging__back img {
    height: 25px;
    height: 6.66667vw;
    width: auto;
  }
  .detail {
    position: relative;
    width: 100%;
  }
  .detail__inner {
    position: relative;
    width: 100%;
  }
  .detail__head {
    width: 100%;
    border-top: #000000 solid 1px;
    border-top: #000000 solid 0.26667vw;
    border-bottom: #000000 solid 1px;
    border-bottom: #000000 solid 0.26667vw;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    padding: 20px 0;
    padding: 5.33333vw 0;
  }
  .detail__head .head--title {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 500;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-size: 13.5px;
    font-size: 3.6vw;
    line-height: 1.6em;
    letter-spacing: .025em;
  }
  .detail__head .head--title span {
    display: block;
    margin: 0 25px;
    margin: 0 6.66667vw;
  }
  .detail__images {
    width: 100%;
    position: relative;
    border-bottom: #000000 solid 1px;
    border-bottom: #000000 solid 0.26667vw;
    background-color: #ffffff;
  }
  .detail__images:before {
    content: '';
    display: block;
    padding-top: 100%;
  }
  .detail__images p {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all .2s;
  }
  .detail__images p.is--current {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .detail__images__prev,
  .detail__images__next {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 40px;
    width: 10.66667vw;
    height: 40px;
    height: 10.66667vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    box-sizing: border-box;
  }
  .detail__images__prev a,
  .detail__images__next a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 80px;
    border: 1px solid #000000;
    border: 0.26667vw solid #000000;
    position: relative;
    transition: none;
  }
  .detail__images__prev {
    left: 12px;
    left: 3.2vw;
  }
  .detail__images__prev a {
    background: #ffffff url("../img/common/icon_prev.png") center center no-repeat;
    background-size: 10px auto;
    background-size: 2.66667vw auto;
  }
  .detail__images__prev a:hover {
    background: #ffffff url("../img/common/icon_prev.png") center center no-repeat;
    background-size: 10px auto;
    background-size: 2.66667vw auto;
  }
  .detail__images__next {
    right: 12px;
    right: 3.2vw;
  }
  .detail__images__next a {
    background: #ffffff url("../img/common/icon_next.png") center center no-repeat;
    background-size: 10px auto;
    background-size: 2.66667vw auto;
  }
  .detail__images__next a:hover {
    background: #ffffff url("../img/common/icon_next.png") center center no-repeat;
    background-size: 10px auto;
    background-size: 2.66667vw auto;
  }
  .detail__thumbs {
    width: 100%;
    border-bottom: #000000 solid 1px;
    border-bottom: #000000 solid 0.26667vw;
    background-color: #ffffff;
  }
  .detail__thumbs ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .detail__thumbs li {
    /* -ms-flex-preferred-size: 62.5px;
        flex-basis: 62.5px;
    -ms-flex-preferred-size: 16.66667vw;
        flex-basis: 16.66667vw; */
    height: 62.5px;
    height: 16.66667vw;
    border-right: #000000 solid 1px;
    border-right: #000000 solid 0.26667vw;
    cursor: pointer;
  }
  .detail__thumbs li:nth-child(1), .detail__thumbs li:nth-child(2), .detail__thumbs li:nth-child(3), .detail__thumbs li:nth-child(4), .detail__thumbs li:nth-child(5), .detail__thumbs li:nth-child(6) {
    border-bottom: #000000 solid 1px;
    border-bottom: #000000 solid 0.26667vw;
  }
  .detail__thumbs li:nth-child(6n) {
    /* border-right: 0; */
    border-right:1px solid #fff;
  }
  .detail__thumbs li span {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transition: all .2s;
    padding-top: 100%;
  }
  .detail__thumbs li.is--current {
    cursor: default;
    pointer-events: none;
  }
  .detail__thumbs li.is--current span {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  .detail__thumbs li:hover span {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  .detail__specs {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #000000;
    padding: 20px 0;
    padding: 5.33333vw 0;
  }
  .detail__specs p {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    color: #f4f4ef;
    border-right: none;
    border-bottom: none;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-size: 13.5px;
    font-size: 3.6vw;
    line-height: 1.85em;
    letter-spacing: .025em;
    text-align: left;
    padding: 0;
  }
  .detail__specs p:nth-child(3n) {
    border-right: none;
  }
  .detail__specs span {
    display: block;
    margin: 0 25px;
    margin: 0 6.66667vw;
  }
  .detail__content {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
  .detail__content:before {
    display: none;
  }
  .detail__content .content--lead {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    border-bottom: #000000 solid 1px;
    border-bottom: #000000 solid 0.26667vw;
  }
  .detail__content .content--lead p {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-size: 13.5px;
    font-size: 3.6vw;
    line-height: 1.85em;
    letter-spacing: .025em;
    margin: 0 25px;
    margin: 0 6.66667vw;
    padding: 20px 0;
    padding: 5.33333vw 0;
  }
  .detail__content .content--lead a {
    color: #000000;
    transition: none;
  }
  .detail__content .content--lead a:hover {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .detail__content .content--text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .detail__content .content--text p {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-size: 11px;
    font-size: 2.93333vw;
    line-height: 1.6em;
    letter-spacing: .04em;
    margin: 0 25px;
    margin: 0 6.66667vw;
    padding: 20px 0;
    padding: 5.33333vw 0;
  }
  .detail__content .content--text a {
    color: #000000;
    transition: none;
  }
  .detail__content .content--text a:hover {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .detail__desc {
    border-top: #000000 solid 1px;
    border-top: #000000 solid 0.26667vw;
    border-bottom: #000000 solid 1px;
    border-bottom: #000000 solid 0.26667vw;
    width: 100%;
    height: 50px;
    height: 13.33333vw;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .detail__desc__share {
    height: 100%;
    border-left: #000000 solid 1px;
    border-left: #000000 solid 0.26667vw;
  }
  .detail__desc__share ul {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
  }
  .detail__desc__share li {
    -ms-flex-preferred-size: 50px;
        flex-basis: 50px;
    -ms-flex-preferred-size: 13.33333vw;
        flex-basis: 13.33333vw;
    width: 50px;
    width: 13.33333vw;
    height: 100%;
    border-right: #000000 solid 1px;
    border-right: #000000 solid 0.26667vw;
  }
  .detail__desc__share li:last-of-type {
    border-right: #000000 solid 1px;
    border-right: #000000 solid 0.26667vw;
  }
  .detail__desc__share li.list--tw img {
    width: 21px;
    width: 5.6vw;
    height: auto;
  }
  .detail__desc__share li.list--fb img {
    width: 9.5px;
    width: 2.53333vw;
    height: auto;
  }
  .detail__desc__share li.list--ln img {
    width: 19.5px;
    width: 5.2vw;
    height: auto;
  }
  .detail__desc__share a {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    transition: none;
    line-height: 1.0em;
  }
  .detail__desc__share a:hover {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}
