@charset "UTF-8";
@import url(https://pro.fontawesome.com/releases/v5.10.0/css/all.css);
/*-------------------------------
	Font Awesome
-------------------------------*/
/*-------------------------------
	キービジュアル
-------------------------------*/
.keyvisual__background {
  background-image: url("../../../../assets/images/products/bg_keyvisual@2x.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.products__inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

/*-------------------------------
	サイドバー
-------------------------------*/
.products-sidebar {
  width: 30rem;
}
.products-sidebar__search {
  margin-bottom: 2.5rem;
}
.products-sidebar__search__title {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}
.products-sidebar__search form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.products-sidebar__search form input[type=text] {
  width: calc(100% - 5rem);
  height: 5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background: #f5f5f5;
}
.products-sidebar__search form input[type=submit] {
  width: 5rem;
  height: 5rem;
  color: transparent;
  background: #000;
  background-image: url("../../../../assets/images/products/icon-search.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 2rem;
  transition: 0.2s all ease;
}
.products-sidebar__search form input[type=submit]:hover {
  opacity: 0.6;
}
.products-sidebar__single-item {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}
.products-sidebar__single-item a {
  width: 100%;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.products-sidebar__single-item a span {
  width: calc(100% - 2.2rem);
}
.products-sidebar__single-item a::before {
  width: 1.7rem;
  height: 0.4rem;
  margin-right: 0.5rem;
  background-image: url("../../../../assets/images/common/icon-arrow_black__mini.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  display: block;
  content: "";
}
.products-sidebar__category {
  padding-bottom: 2.5rem;
  border-bottom: 0.1rem solid #ddd;
  border-top: 0.1rem solid #ddd;
  margin-top: -0.1rem;
}
.products-sidebar__category__title {
  font-size: 1.8rem;
  padding-top: 2.5rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}
.products-sidebar__category__list {
  padding-left: 2.5rem;
}
.products-sidebar__category__item {
  line-height: 1.5;
}
.products-sidebar__category__item:not(:last-child) {
  margin-bottom: 1.5rem;
}
.products-sidebar__category__item a {
  width: 100%;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.products-sidebar__category__item a span {
  width: calc(100% - 2.2rem);
}
.products-sidebar__category__item a::before {
  width: 1.7rem;
  height: 0.4rem;
  margin-right: 0.5rem;
  background-image: url("../../../../assets/images/common/icon-arrow_black__mini.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  display: block;
  content: "";
}

/*-------------------------------
	商品一覧
-------------------------------*/
.products-contents {
  width: calc(100% - 30rem);
  padding-left: 5rem;
}
.products-contents__inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.products-contents__inner::after {
  width: calc((100% - 6rem) / 3);
  height: 0;
  display: block;
  content: "";
}
.products-contents__item {
  width: calc((100% - 6rem) / 3);
}
.products-contents__item:not(:nth-last-child(-n+3)) {
  margin-bottom: 5rem;
}
.products-contents__item a {
  width: 100%;
  display: block;
}
.products-contents__thumbnail {
  width: 100%;
  margin-bottom: 1.5rem;
  position: relative;
}
.products-contents__thumbnail .label-new {
  padding: 0.25rem 0.5rem;
  background: #ef594c;
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 0.1em;
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
}
.products-contents__thumbnail img {
  width: 100%;
}
.products-contents__title {
  margin-bottom: 0.5rem;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.products-contents__title::after {
  width: 2.7rem;
  height: 0.5rem;
  margin-left: 0.2rem;
  background-image: url("../../../../assets/images/common/icon-arrow_black.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  content: "";
}
.products-contents__title span {
  max-width: calc(100% - 3rem);
  display: block;
}
.products-contents__type {
  font-size: 1.3rem;
  line-height: 1.3;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.products-contents__no {
  text-align: center;
}

/*-------------------------------
	商品詳細
-------------------------------*/
.single .section__title {
  position: relative;
}
.single .section__title.has-new {
  padding-top: 4rem;
}
.single .section__title .label-new {
  padding: 0.25rem 0.5rem;
  background: #ef594c;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0.1em;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.single-content__body {
  margin-bottom: 4rem;
  text-align: center;
}
.single-content__main-image__wrap {
  width: 100%;
  height: 60rem;
  margin-bottom: 5rem;
  background: #f5f5f5;
  text-align: center;
  overflow: hidden;
}
.single-content__main-image__wrap img {
  height: 100%;
}
.single-content__main-image {
  height: 100%;
}
.single-content__main-image span {
  width: 60rem;
  height: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.single-content__main-image img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.single-content__thumbnail-wrap {
  width: calc(100% - 15.9rem);
  margin-bottom: 5.5rem;
  margin-left: auto;
  margin-right: auto;
}
.single-content__thumbnail {
  width: 20%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  transition: 0.2s all ease;
}
.single-content__thumbnail.slick-current img {
  border: 0.2rem solid #000;
}
.single-content__thumbnail img {
  width: 100%;
}
.single-content__icon-wrap {
  width: 100%;
  padding-top: 4rem;
  margin-bottom: 9rem;
  border-top: 0.1rem solid;
  text-align: right;
}
.single-content__icon-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
}
.single-content__icon-inner:not(:last-child) {
  margin-bottom: 1rem;
}
.single-content__icon {
  width: 5.4rem;
  margin-left: 2rem;
  text-align: center;
}
.single-content__icon__title {
  margin-bottom: 0.5rem;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.single-content__icon__kinds {
  width: 100%;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.single-content__icon__result {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  background: #9d9e9e;
}
.single-content__icon__result--blue {
  background: #2f81cb;
}
.single-content__icon__result__mark {
  width: 2.7rem;
  line-height: 2.7rem;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.single-content__icon__result img {
  width: 2.7rem;
}
.single-content__icon__text {
  font-size: 1.2rem;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.single-data {
  padding-top: 12.5rem;
  padding-bottom: 9rem;
  margin-bottom: 9rem;
  background: #f5f5f5;
}
.single-data .section__sub-title-1 {
  font-size: 2.4rem;
  margin-bottom: 4.5rem;
}
.single-data-size {
  margin-bottom: 5rem;
  padding: 5rem;
  background: #fff;
}
.single-data-size__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.single-data-size__inner:not(:last-child) {
  margin-bottom: 2.5rem;
}
.single-data-size__left {
  width: 23rem;
}
.single-data-size__thumbnail {
  width: 100%;
  height: 23rem;
  margin-bottom: 1.5rem;
  padding: 2rem;
  position: relative;
  background: #f5f5f5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  /* &::before{
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      border: .2rem solid #ddd;
      position: absolute;
      display: block;
      content: "";
  }
  img{
      width: 100%;
  } */
}
.single-data-size__thumbnail__sample {
  border: 0.2rem solid #ddd;
  background: #fff;
}
.single-data-size__thumbnail__sample2 {
  width: 100%;
  height: 16.6666666667%;
}
.single-data-size__thumbnail__sample3 {
  width: 100%;
  height: 50%;
}
.single-data-size__thumbnail__sample4 {
  width: 75%;
  height: 75%;
}
.single-data-size__thumbnail__sample5 {
  width: 75%;
  height: 50%;
}
.single-data-size__thumbnail__sample6 {
  width: 75%;
  height: 12.5%;
}
.single-data-size__thumbnail__sample7 {
  width: 50%;
  height: 50%;
}
.single-data-size__thumbnail__sample8 {
  width: 50%;
  height: 25%;
}
.single-data-size__thumbnail__sample9 {
  width: 50%;
  height: 12.5%;
}
.single-data-size__thumbnail__sample10 {
  width: 25%;
  height: 25%;
}
.single-data-size__thumbnail__sample--image {
  border: none;
  width: 100%;
}
.single-data-size__thumbnail__sample--image img {
  width: 100%;
  height: 100%;
}
.single-data-size__name {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.single-data-size__content {
  width: calc(100% - 23rem);
  padding-left: 4.5rem;
}
.single-data-size .section__sub-title-2 {
  padding-bottom: 2rem;
  margin-bottom: 2.5rem;
  line-height: 1;
  border-bottom: 0.2rem solid #777;
}
.single-data-size .section__sub-title-2 span {
  line-height: 1;
  display: block;
}
.single-data-size__title {
  font-size: 1.8rem;
  padding: 1rem 1.5rem;
  margin-bottom: 2.5rem;
  font-weight: bold;
  background: #f5f5f5;
}
.single-data-size__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.single-data-size__item {
  width: 25rem;
}
.single-data-color {
  margin-bottom: 5rem;
  padding: 5rem;
  background: #fff;
}
.single-data-color__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.single-data-color__list::before, .single-data-color__list::after {
  width: calc((100% - 7.5rem) / 4);
  height: 0;
  display: block;
  content: "";
}
.single-data-color__list::before {
  order: 99;
}
.single-data-color__item {
  width: calc((100% - 7.5rem) / 4);
}
.single-data-color__item:not(:nth-last-of-type(-n+4)) {
  margin-bottom: 3.5rem;
}
.single-data-color__item img {
  width: 100%;
}
.single-data-color__popup {
  padding: 2.5rem;
  background: #fff;
  width: 100rem;
  max-width: 100%;
  height: 74rem;
  overflow-y: scroll;
  /* @include flex(center,space-between);
  &::before,
  &::after{
      width: calc((100% - (2.5rem * 3)) / 4);
      height: 0;
      display: block;
      content: "";
  }
  &::before{
      order: 99;
  } */
}
.single-data-color__popup__content {
  width: calc((100% - 0.6rem) / 4);
  margin-bottom: 0.2rem;
  float: left;
  margin-right: 0.2rem;
}
.single-data-color__popup__content:nth-of-type(4n) {
  margin-right: 0;
}
.single-data-color__popup__content img {
  width: 100%;
}
.single-data-color__thumbnail {
  margin-bottom: 2rem;
  background: #f5f5f5;
}
.single-data-color__thumbnail a {
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: block;
}
.single-data-color__thumbnail a.nolink {
  pointer-events: none;
}
.single-data-color__thumbnail a.zoom {
  position: relative;
}
.single-data-color__thumbnail a.zoom::after {
  width: 3rem;
  height: 3rem;
  right: 0;
  bottom: 0;
  position: absolute;
  background: #000;
  background-image: url("../../../../assets/images/products/icon-search.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 55%;
  display: block;
  content: "";
}
.single-data-color__thumbnail a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}
.single-data-color__name {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* slick */
.slick-arrow {
  width: 5rem;
  height: 5rem;
  background-color: #000;
  transition: 0.2s all ease;
}
.slick-arrow::before {
  display: none;
}
.slick-arrow:hover {
  opacity: 0.6;
  background-color: #000;
}

.slick-arrow.slick-prev {
  left: -8rem;
  background-image: url("../../../../assets/images/products/icon-prev.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1rem;
}
.slick-arrow.slick-prev:focus {
  background-color: #000;
}

.slick-arrow.slick-next {
  right: -8rem;
  background-image: url("../../../../assets/images/products/icon-next.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1rem;
}
.slick-arrow.slick-next:focus {
  background-color: #000;
}

@media screen and (max-width: 768px) {
  .products__inner {
    flex-direction: column-reverse;
  }
  /*-------------------------------
      サイドバー
  -------------------------------*/
  .products-sidebar {
    width: 100%;
    padding-top: 14.5rem;
    padding-bottom: 7.25rem;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    position: fixed;
    z-index: 9990;
    display: none;
  }
  .products-sidebar__inner {
    height: 100%;
    padding-left: 6rem;
    padding-right: 6rem;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .products-sidebar__search {
    margin-bottom: 3rem;
  }
  .products-sidebar__search__title {
    font-size: 2.8rem;
  }
  .products-sidebar__search form {
    width: calc(100% - 12rem);
  }
  .products-sidebar__search form input[type=text] {
    width: calc(100% - 7rem);
    height: 7rem;
  }
  .products-sidebar__search form input[type=submit] {
    width: 7rem;
    height: 7rem;
    background-size: 3rem;
  }
  .products-sidebar__single-item {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
  }
  .products-sidebar__single-item a span {
    width: calc(100% - 6rem);
  }
  .products-sidebar__single-item a::before {
    width: 3.5rem;
    height: 0.6rem;
    margin-right: 2rem;
    background-size: 3.5rem;
  }
  .products-sidebar__category {
    padding-bottom: 2.5rem;
    border-bottom: 0.2rem solid #ddd;
    border-top: 0.2rem solid #ddd;
    margin-top: -0.2rem;
  }
  .products-sidebar__category__title {
    font-size: 2.8rem;
    padding-top: 2rem;
    margin-bottom: 1rem;
  }
  .products-sidebar__category__list {
    padding-left: 6rem;
  }
  .products-sidebar__category__item a span {
    width: calc(100% - 6rem);
  }
  .products-sidebar__category__item a::before {
    width: 3.5rem;
    height: 0.6rem;
    margin-right: 2rem;
    background-size: 3.5rem;
  }
  /*-------------------------------
      商品一覧
  -------------------------------*/
  .products-search {
    width: 100%;
    height: 11rem;
    margin-bottom: 10rem;
    font-size: 2.8rem;
    background: #000;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .products-search::before {
    width: 3rem;
    height: 3rem;
    margin-right: 3rem;
    background-image: url("../../../../assets/images/products/icon-search.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
    content: "";
  }
  .products-contents {
    width: 100%;
    padding-left: 0;
  }
  .products-contents__thumbnail {
    position: relative;
  }
  .products-contents__thumbnail .label-new {
    padding: 0.5rem 0.8rem;
    font-size: 2rem;
    right: 0.6rem;
    top: 0.6rem;
  }
  .products-contents .search-button {
    width: 100%;
    height: 11rem;
    margin-bottom: 11rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #000;
  }
  .products-contents .search-button::before {
    width: 3rem;
    height: 3rem;
    margin-right: 3rem;
    color: transparent;
    background: #000;
    background-image: url("../../../../assets/images/products/icon-search.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 3rem;
    transition: 0.2s all ease;
    display: block;
    content: "";
  }
  .products-contents .section__sub-title-2 {
    margin-bottom: 3rem;
  }
  .products-contents__inner::after {
    width: calc((100% - 3rem) / 2);
  }
  .products-contents__item {
    width: calc((100% - 3rem) / 2);
    margin-bottom: 2rem;
  }
  .products-contents__title::after {
    width: 3rem;
    height: 1rem;
    margin-left: 1rem;
  }
  .products-contents__title span {
    max-width: calc(100% - 4rem);
  }
  .products-contents__type {
    font-size: 2.2rem;
  }
  /*-------------------------------
      商品詳細
  -------------------------------*/
  .single-content__body {
    text-align: left;
  }
  .single-content__main-image__wrap {
    height: 51.5rem;
    margin-bottom: 3.5rem;
  }
  .single-content__main-image span {
    width: 51.5rem;
    height: 51.5rem;
  }
  .single-content__thumbnail-wrap {
    width: calc(100% - 9rem);
    margin-bottom: 2rem;
  }
  .single-content__thumbnail {
    width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .single-content__icon-wrap {
    padding-top: 3rem;
    border-top: 0.2rem solid;
  }
  .single-content__icon {
    width: calc((100% - 15rem) / 7);
    margin-left: 0;
    text-align: center;
  }
  .single-content__icon__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .single-content__icon-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .single-content__icon__kinds {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .single-content__icon__result {
    width: 100%;
    margin-bottom: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .single-content__icon__result__mark {
    width: 50%;
    line-height: 1;
    font-size: 2.8rem;
  }
  .single-content__icon__result img {
    width: 50%;
  }
  .single-content__icon__text {
    font-size: 1.8rem;
    line-height: 1;
    display: block;
  }
  .single-data {
    padding-top: 12.5rem;
    padding-bottom: 9rem;
    margin-bottom: 9rem;
  }
  .single-data .section__sub-title-1 {
    font-size: 2.4rem;
    margin-bottom: 4.5rem;
  }
  .single-data-size {
    margin-bottom: 6rem;
    padding: 6rem 6rem 4rem;
    display: block;
  }
  .single-data-size .section__sub-title-1 {
    font-size: 3.6rem;
  }
  .single-data-size__inner {
    flex-direction: column-reverse;
  }
  .single-data-size__inner:not(:last-child) {
    margin-bottom: 3.5rem;
  }
  .single-data-size__left {
    width: 24rem;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .single-data-size__thumbnail {
    width: 100%;
    height: 24rem;
    margin-bottom: 1.5rem;
  }
  .single-data-size__name {
    font-size: 2.4rem;
    line-height: 1.5;
    text-align: center;
  }
  .single-data-size__content {
    width: 100%;
    padding-left: 0;
    margin-bottom: 2.5rem;
  }
  .single-data-size .section__sub-title-2 {
    margin-bottom: 6rem;
  }
  .single-data-size__title {
    font-size: 2.8rem;
    padding: 1rem 3rem 0.5rem;
    margin-bottom: 1rem;
  }
  .single-data-size__item {
    width: calc(50% - 1rem);
    font-size: 2.4rem;
  }
  .single-data-color {
    padding: 5rem 6rem;
  }
  .single-data-color .section__sub-title-1 {
    font-size: 3.6rem;
  }
  .single-data-color__popup {
    height: 50rem;
  }
  .single-data-color__item {
    width: calc((100% - 3rem) / 2);
    text-align: center;
  }
  .single-data-color__item:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 2rem;
  }
  .single-data-color__thumbnail {
    margin-bottom: 1rem;
  }
  .single-data-color__thumbnail a.zoom::after {
    width: 5rem;
    height: 5rem;
  }
  /* lity */
  .lity-content {
    padding: 0 2.5rem;
  }
  /* slick */
  .slick-arrow.slick-prev {
    left: -4.5rem;
  }
  .slick-arrow.slick-next {
    right: -4.5rem;
  }
}
/*# sourceMappingURL=style.css.map */