@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato|Noto+Serif&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
html {
  font-size: 62.5%;
}

@media screen and (min-width: 601px) and (max-width: 960px) {
  html {
    font-size: 55%;
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: 52.5%;
  }
}
.header__inr {
  position: fixed;
  top: 0px;
  width: 100%;
  background-color: #ffffff;
  border-bottom: solid 0px #3a3a3a;
  z-index: 6;
}
.header-logo {
  position: relative;
  width: 100%;
  height: 50px;
  background: #ffffff;
}
.header-logo__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header-logo__img {
  height: 20px;
}

.main-bnr {
  width: 100%;
  max-width: 1140px;
  margin: 50px auto 0;
}
.main-bnr__img {
  width: 100%;
}

.top {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.sort {
  width: 90%;
  max-width: 1140px;
}
@media screen and (min-width: 601px) {
  .sort {
    margin: 6rem auto;
  }
}
@media screen and (max-width: 600px) {
  .sort {
    margin: 3rem auto;
  }
}
.sort__select {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.sort__item {
  margin: 0 auto;
}
@media screen and (min-width: 601px) {
  .sort__item {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .sort__item {
    width: 100%;
  }
}

.sort__heading {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

.sort__btn {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 15px 20px;
  border: 1px solid;
  text-align: center;
  border-radius: 0px;
  font-size: 11px;
  font-family: "Montserrat", "小塚ゴシック Pro", "Kozuka Gothic Pro", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.0909090909;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 601px) {
  .sort__btn {
    width: 350px;
  }
}
@media screen and (max-width: 600px) {
  .sort__btn {
    width: 100%;
  }
}
.sort__btn-all {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.1333333333;
  letter-spacing: 0.3em;
  color: #171515;
}

.sort__btn:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 9px;
  height: 8px;
  background: url(../images/arrow_down.gif) no-repeat center;
  background-size: 9px;
}

.sort__keyword {
  margin-top: 5rem;
}

.keyword__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: -1rem;
}

.keyword__item {
  margin-bottom: 1rem;
}

.keyword__tag {
  display: block;
  width: 96%;
  margin: 0 auto;
  background: #dbdbdb;
  border-radius: 5px;
  padding: 1rem 5rem;
}
.keyword__item.is-active .keyword__tag {
  background: #d1b269;
}

.keyword__text {
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

.styling-list__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1140px;
}
@media screen and (min-width: 601px) {
  .styling-list__wrapper {
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .styling-list__wrapper {
    margin: 1rem auto;
  }
}
.custom-column .styling-list__item {
  width: 80%;
  max-width: 500px;
  margin: 0 auto;
}

.styling-list__item {
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (min-width: 601px) {
  .styling-list__item {
    width: 25%;
  }
}
@media screen and (max-width: 600px) {
  .styling-list__item {
    width: 50%;
  }
}
.styling-list__item__anchor {
  display: block;
  overflow: hidden;
  position: relative;
  box-shadow: 3px 5px 10px 1px rgba(107, 107, 107, 0.6);
}

.styling-list__item__image {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 601px) {
  .detail {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 600px) {
  .detail {
    margin-top: 3rem;
  }
}
.detail__item {
  margin-bottom: 6rem;
}

@media screen and (min-width: 601px) {
  .coordinate-info {
    display: grid;
    grid-template-columns: 44% 50%;
    align-items: space-between;
    justify-content: space-between;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
  }
}
.coordinate-info__item {
  margin: 0 auto 5rem;
}
@media screen and (max-width: 600px) {
  .coordinate-info__item {
    width: 94%;
  }
}

@media screen and (min-width: 601px) {
  .coordinate-info__coordinate-image {
    grid-column: 1/2;
    grid-row: 1/4;
  }
}

@media screen and (min-width: 601px) {
  .coordinate-info__item-model {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}

@media screen and (min-width: 601px) {
  .coordinate-info__item-keyword {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

@media screen and (min-width: 601px) {
  .coordinate-info__styling-product {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

@media screen and (min-width: 601px) {
  .styling-lab .coordinate-info__styling-product {
    grid-column: 2/3;
    grid-row: 1/1;
  }
}

.coordinate-image__image {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
}
.coordinate-info__image-multiple .slick-prev:before,
.coordinate-info__image-multiple .slick-next:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
}

.coordinate-info__image-multiple .slick-next:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  right: 10px;
}

.coordinate-info__image-multiple .slick-prev:before {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
  left: 10px;
}

.coordinate-info__image-multiple .slick-dots {
  margin-top: 0;
}

.coordinate-info__image-multiple .slick-dots li {
  margin: 0;
}

.coordinate-image__image__img {
  width: 100%;
}

.styling-product__heading {
  width: 100%;
  text-align: center;
  margin: 0 auto 2rem;
}
.styling-product__heading__txt {
  display: inline-block;
  border-bottom: 1px solid;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 601px) {
  .styling-product__heading__txt {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 600px) {
  .styling-product__heading__txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}

.styling-product__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 750px;
}
@media screen and (min-width: 601px) {
  .styling-product__wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .styling-product__wrapper {
    width: 94%;
    margin: 0 auto;
  }
}
.product-pickup + .styling-product__wrapper {
  margin-top: 2rem;
}

.styling-product__item {
  box-sizing: border-box;
}

.styling-product__note {
  margin-top: 3rem;
}
.styling-product__note__txt {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}

.model-info__wrapper {
  margin: 0 auto;
}
@media screen and (min-width: 601px) {
  .model-info__item__txt {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}

.model-info__item {
  margin-bottom: 1.5rem;
  padding-left: 10px;
}
@media screen and (min-width: 601px) {
  .model-info__item__txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 600px) {
  .model-info__item__txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
  }
}

.model-info__item:last-child {
  margin-bottom: 0;
  padding-left: 0;
}

.model-info__insta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 601px) {
  .model-info__insta__img {
    width: 14px;
  }
}
@media screen and (max-width: 600px) {
  .model-info__insta__img {
    width: 12px;
  }
}

.model-info__insta__txt {
  margin-left: 5px;
}
@media screen and (min-width: 601px) {
  .model-info__insta__txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 600px) {
  .model-info__insta__txt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}

.coordinate-keyword__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: -1rem;
}

.coordinate-keyword__item {
  margin-bottom: 1rem;
}

.coordinate-keyword__tag {
  display: block;
  width: 96%;
  margin: 0 auto;
  background: #dbdbdb;
  border-radius: 5px;
}
@media screen and (min-width: 601px) {
  .coordinate-keyword__tag {
    padding: 1rem 3rem;
  }
}
@media screen and (max-width: 600px) {
  .coordinate-keyword__tag {
    padding: 1rem 2rem;
  }
}

.coordinate-keyword__text {
  text-align: center;
  white-space: nowrap;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

.relation__comment {
  margin: 3rem auto;
}
.comment {
  text-align: left;
}
.comment__txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.relation__bloglink {
  margin: 3rem auto 0;
}
.relation__comment + .relation__bloglink {
  margin: 0 auto;
}

.bloglink__anchor {
  position: relative;
  display: block;
  width: 90%;
  max-width: 250px;
  margin: 0 auto;
  padding: 1rem 3rem;
  background: #c2d6cd;
  border-radius: 5px;
  text-align: center;
}

.bloglink__txt {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

.product-detail {
  width: 23%;
}
@media screen and (min-width: 601px) {
  .product-detail {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 1% 4rem;
  }
}
@media screen and (max-width: 600px) {
  .product-detail {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 1% 1rem;
  }
}
@media screen and (min-width: 601px) {
  .product-pickup .product-detail {
    width: 31%;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .product-pickup .product-detail {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .product-pickup .product-detail:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 600px) {
  .product-pickup .product-detail__wrapper {
    display: grid;
    grid-template-columns: 30% 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}

.product-detail__image {
  width: 100%;
}

@media screen and (min-width: 601px) {
  .product-detail__info {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .product-detail__info {
    padding-left: 2rem;
  }
}
.product-detail__info__anchor {
  display: block;
  text-decoration: none;
  color: #171515;
}

.product-detail__info__pickup__txt {
  display: inline-block;
  background: #b16a70;
  border-radius: 5px;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat", "小塚ゴシック Pro", "Kozuka Gothic Pro", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (min-width: 601px) {
  .product-detail__info__pickup__txt {
    padding: 0 1rem;
    font-size: 10px;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 600px) {
  .product-detail__info__pickup__txt {
    padding: 0 2rem;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.15em;
  }
}

.product-detail__info__name__txt {
  width: 100%;
}
@media screen and (min-width: 601px) {
  .product-detail__info__name__txt {
    font-size: 10px;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 600px) {
  .product-detail__info__name__txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 601px) {
  .product-detail__info__price__txt {
    font-size: 10px;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 600px) {
  .product-detail__info__price__txt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 601px) {
  .product-detail__info__size-color__txt {
    font-size: 10px;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 600px) {
  .product-detail__info__size-color__txt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 600px) {
  .new-arrivals {
    margin-bottom: 10rem;
  }
}
.new-arrivals__heading {
  width: 90%;
  max-width: 750px;
  padding: 10px 0;
  margin: 5rem auto 2rem;
  text-align: center;
}
.new-arrivals__heading__txt {
  display: inline-block;
  border-bottom: 1px solid;
  padding-bottom: 0.5rem;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 601px) {
  .new-arrivals__wrapper {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 600px) {
  .new-arrivals__wrapper {
    width: 90%;
    margin: 0 auto 5rem;
  }
}
.new-arrivals__wrapper__item {
  width: 33.3333333333%;
}

.arrivals__more__txt {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #ffffff;
  text-align: center;
}

.arrivals__more__anchor {
  display: block;
  color: inherit;
  text-decoration: none;
  background: #afab9f;
  width: 250px;
  padding: 16px 0;
  border-radius: 6px;
  margin: 0 auto;
}
.arrivals__more__anchor:hover, .arrivals__more__anchor:visited, .arrivals__more__anchor:active {
  color: inherit;
}

.pageing {
  padding: 50px 0;
}
.pageing__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pageing__item {
  width: 40px;
  height: 40px;
  margin: 0;
  text-align: center;
}
.pageing__item.current {
  background: #c2d6cd;
  border-radius: 50%;
}

.pageing__item__anchor {
  display: block;
  text-decoration: none;
  color: #171515;
}

.pageing__item__txt {
  display: block;
  line-height: 40px;
  letter-spacing: 0.1em;
  font-family: "Montserrat", "小塚ゴシック Pro", "Kozuka Gothic Pro", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (min-width: 601px) {
  .pageing__item__txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .pageing__item__txt {
    font-size: 14px;
  }
}

.slick-prev {
  left: 0;
  z-index: 2;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 996;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.modal_wall {
  position: fixed;
  z-index: 6;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.modal_body {
  position: relative;
  z-index: 7;
  box-sizing: border-box;
  width: 90%;
  max-width: 800px;
  margin: 60px auto;
}

.modal_inner {
  position: relative;
  max-width: 500px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: #fff;
  overflow-y: hidden;
  min-height: calc(100vh - 120px);
}
@media screen and (min-width: 601px) {
  .modal_inner {
    padding: 60px 5rem 5rem;
  }
}
@media screen and (max-width: 600px) {
  .modal_inner {
    padding: 60px 2rem 5rem;
  }
}

.modal_content {
  overflow-y: auto;
  height: calc(100% - 60px);
  padding-bottom: 60px;
}
.modal_content::-webkit-scrollbar {
  width: 10px;
}

.modal_content::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #ffffff !important;
}

.modal_content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #c1c1c1 !important;
}

.modal_close {
  position: absolute;
  top: 8px;
  right: 10px;
  display: table;
  width: 36px;
  height: 36px;
}
.modal_close > span {
  display: table-cell;
  width: 100%;
  color: #333;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  font-size: 200%;
}

.modal_close_btn {
  width: calc(100% - 31px);
  border-radius: 3px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}

.modal_close_btn span {
  padding: 12px;
  display: block;
}

@keyframes ripple {
  0% {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  }
  50% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
  }
}
.radio-btn {
  position: relative;
  border-bottom: 1px solid #f0f0f0;
  padding: 20px 0;
}
.radio-btn input[type=radio] {
  display: none;
}
.radio-btn input[type=radio]:checked + label:before {
  border-color: #c2d6cd;
  background: #c2d6cd;
  animation: ripple 0.2s linear forwards;
}

.radio-btn input[type=radio]:checked + label:after {
  transform: scale(1);
  background: url(../images/check.svg) no-repeat center;
}

.radio-btn label {
  display: inline-block;
  min-height: 20px;
  position: relative;
  padding: 0 30px;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: bottom;
}
.radio-btn label:before, .radio-btn label:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  border-radius: 50%;
  transition: all 0.3s ease;
  transition-property: transform, border-color;
}

.radio-btn label:before {
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(0, 0, 0, 0.54);
}

.radio-btn label:after {
  left: 5px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  transform: scale(0);
  background: #c2d6cd;
}

.submit-btn {
  margin-top: 20px;
}
input[type=submit].submit-btn__input {
  width: 100%;
  padding: 10px 0;
  border-radius: 3px;
  background: #c2d6cd;
  color: #ffffff;
}

*, *:before, *:after {
  box-sizing: border-box;
}