@charset "UTF-8";
/* -----------------------------------------------------------
default load
----------------------------------------------------------- */
/*　　　size
-------------------------------------*/
/*　　　font
-------------------------------------*/
/*　　　responsive
-------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 641px) {
  .only-sp {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .only-pc {
    display: none !important;
  }
}

/*　　　reset
-------------------------------------*/
/* -----------------------------------------------------------
category archive
----------------------------------------------------------- */
.archive-main header {
  padding: 75px 0;
}

@media screen and (max-width: 640px) {
  .archive-main header {
    padding: 10vw;
  }
}

.archive-main h1 {
  font-size: 32px;
  letter-spacing: .1em;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
  text-align: center;
}

.archive-main h1 span {
  display: block;
  font-size: 14px;
}

.product-filter {
  margin: 0 auto 80px;
  width: 1200px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .product-filter .filter-wrap {
    padding: 0 6.66667vw 0;
    background: #f2f2f2;
  }
}

@media screen and (min-width: 641px) {
  .product-filter .filter-wrap {
    padding: 75px 120px 0;
    position: relative;
    z-index: 1;
    background: #f2f2f2 url(../img/bg-product-filter.jpg) no-repeat left top;
  }
}

.product-filter .obj {
  position: absolute;
  top: -108px;
  left: -128px;
  width: 249px;
  height: 245px;
  content: "";
  background: url(../img/obj-product-filter.png) no-repeat;
}

@media screen and (max-width: 640px) {
  .product-filter {
    margin-bottom: 8vw;
    width: 100%;
    max-width: 640px;
  }
}

.product-filter dl {
  padding: 25px 0;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 640px) {
  .product-filter dl {
    padding: 6vw 0;
  }
}

@media screen and (min-width: 641px) {
  .product-filter dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.product-filter dt {
  font-size: 25px;
  letter-spacing: .1em;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
}

@media screen and (min-width: 641px) {
  .product-filter dt {
    width: 200px;
  }
}

.product-filter dt span {
  font-size: 17px;
}

.product-filter dd {
  position: relative;
}

@media screen and (min-width: 641px) {
  .product-filter dd {
    width: 760px;
  }
}

.product-filter dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .product-filter dd ul:first-of-type {
    margin-top: 6vw;
  }
}

.product-filter dd li {
  line-height: 1;
}

.product-filter dd li button {
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
}

@media screen and (min-width: 641px) {
  .product-filter dd li button {
    margin: 5px 0;
  }
}

.product-filter dd li button::before {
  margin-right: .5em;
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  border: 1px solid black;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  vertical-align: top;
  background: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.product-filter dd li button.mixitup-control-active::before {
  background: black;
}

@media screen and (min-width: 641px) {
  .product-filter dd .type {
    margin-right: 120px;
  }
}

@media screen and (max-width: 640px) {
  .product-filter dd .type li {
    margin-bottom: 6vw;
    width: 50%;
  }
}

@media screen and (min-width: 641px) {
  .product-filter dd .type li {
    margin: 10px 0;
  }
  .product-filter dd .type li:not(:first-of-type) {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px dotted black;
  }
}

@media screen and (max-width: 640px) {
  .product-filter dd .purpose li {
    margin-bottom: 6vw;
    width: 100%;
  }
}

@media screen and (min-width: 641px) {
  .product-filter dd .purpose li {
    padding: 10px 0;
    width: 270px;
  }
  .product-filter dd .purpose li:nth-of-type(odd) {
    border-right: 1px dotted black;
  }
  .product-filter dd .purpose li:nth-of-type(even) {
    padding-left: 40px;
  }
}

@media screen and (max-width: 640px) {
  .product-filter dd .price li,
  .product-filter dd .parting li {
    margin-bottom: 6vw;
    width: 50%;
  }
}

@media screen and (min-width: 641px) {
  .product-filter dd .price li,
  .product-filter dd .parting li {
    margin: 10px 0;
  }
  .product-filter dd .price li:not(:first-of-type),
  .product-filter dd .parting li:not(:first-of-type) {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px dotted black;
  }
}

.product-filter .clear-btn {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-filter .clear-btn::before {
  margin-right: 5px;
  display: block;
  width: 17px;
  height: 15px;
  content: "";
  background: url(../img/icon-clear.png) no-repeat center center;
  background-size: cover;
}

.product-filter .clear-btn button {
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  font-size: 14px;
  letter-spacing: .1em;
}

@media screen and (min-width: 641px) {
  .product-filter .more-btn {
    position: absolute;
    top: 5px;
    right: 0;
  }
}

.product-filter .more-btn span {
  padding: .5em 1.25em;
  display: inline-block;
  color: white;
  font-size: 12px;
  text-decoration: none;
  background: black;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
}

.product-filter .more-btn span::before {
  margin-right: .5em;
  content: "+";
}

.product-filter .more-btn span:hover {
  background: #555;
}

@media screen and (max-width: 640px) {
  .product-filter #js-accordion dt {
    position: relative;
  }
  .product-filter #js-accordion dt::before {
    position: absolute;
    top: 4vw;
    right: 0;
    content: "";
    width: 4vw;
    height: 2.26667vw;
    background: url(../img/icon-arrow-up.png) no-repeat;
    background-size: cover;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transition: .3s;
    transition: .3s;
  }
  .product-filter #js-accordion dt.active::before {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}

.product-list {
  margin-bottom: 110px;
  padding: 0 10px;
}

@media screen and (max-width: 640px) {
  .product-list {
    margin-bottom: 12vw;
    padding: 0 2vw;
  }
}

.product-list .list-container {
  margin: auto;
  width: 100%;
  max-width: 980px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-list .product {
  margin-bottom: 20px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% / 4);
  text-align: center;
}

@media screen and (max-width: 640px) {
  .product-list .product {
    margin-bottom: 5.33333vw;
    padding: 0 2vw;
    width: calc(100% / 2);
  }
}

.product-list .product figure {
  position: relative;
  padding-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .product-list .product figure {
    padding-bottom: 0 9.33333vw;
  }
}

.product-list .product figure > a {
  -webkit-transition: .4s;
  transition: .4s;
}

.product-list .product figure > a:hover {
  opacity: .8;
}

.product-list .product figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .product-list .product figcaption {
    padding: 0 2.66667vw;
  }
}

.product-list .product figcaption a {
  padding: 10px 0;
  min-height: 60px;
  color: white;
}

@media screen and (max-width: 640px) {
  .product-list .product figcaption a {
    font-size: 3.2vw;
  }
}

.product-list .product figcaption a span {
  line-height: 140%;
}

@media screen and (max-width: 640px) {
  .product-list .product figcaption a {
    padding: 1.33333vw 0;
    min-height: 12vw;
  }
}

.product-list .product .detail li {
  padding: 10px 0;
  letter-spacing: .1em;
}

@media screen and (max-width: 640px) {
  .product-list .product .detail li {
    padding: 2.66667vw 0;
    font-size: 2.66667vw;
  }
}

.product-list .product .detail li:not(:first-of-type) {
  border-top: 1px solid black;
}

.product-list .product .detail li .price::after {
  content: "円(+税)";
  display: none;
}

.product-list .product.price09 .detail li .price small{
  display: block;
}

.product-list .product.line01 .detail li{
  padding:19px 0;
}

@media screen and (max-width: 640px) {
  .product-list .product.line01 .detail li{
    padding:16px 0;
  }
}
.product-list .nothing {
  display: none;
}

.product-list .nothing p {
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .product-list .nothing p {
    font-size: 14px;
  }
}

#js-product-list[v-cloak] {
  opacity: 0;
}

#modal-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

#type-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  width: 900px;
}

@media screen and (max-width: 640px) {
  #type-modal {
    margin: 0 3.33333vw;
    padding-top: 60px;
    width: 93.33333vw;
    height: 100%;
  }
}

#type-modal .close-btn-outer {
  position: absolute;
  top: -45px;
  right: 0;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  #type-modal .close-btn-outer {
    top: 15px;
  }
}

.desc-wrap {
  padding: 65px 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: white;
}

@media screen and (max-width: 640px) {
  .desc-wrap {
    padding: 6vw 8vw;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.desc-wrap ul {
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .desc-wrap ul {
    margin-bottom: 5.33333vw;
  }
}

.desc-wrap ul li {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
}

@media screen and (max-width: 640px) {
  .desc-wrap ul li {
    padding: 2.66667vw;
    width: 50%;
  }
}

.desc-wrap .ttl-wrap {
  margin-bottom: 10px;
  text-align: center;
}

.desc-wrap .ttl-wrap span {
  font-size: 12px;
  letter-spacing: .1em;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 640px) {
  .desc-wrap .ttl-wrap span {
    font-size: 2.66667vw;
  }
}

.desc-wrap .ttl-wrap .ttl {
  font-size: 20px;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 640px) {
  .desc-wrap .ttl-wrap .ttl {
    font-size: 4.26667vw;
    letter-spacing: -.1em;
  }
}

.desc-wrap figure img {
  margin-bottom: 10px;
}

.desc-wrap figure figcaption {
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  .desc-wrap figure figcaption {
    font-size: 3.2vw;
  }
}

.desc-wrap .close-btn {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid black;
  cursor: pointer;
}

@media screen and (min-width: 641px) {
  .desc-wrap .close-btn {
    margin: auto;
    max-width: 300px;
  }
}

.desc-wrap .close-btn::before {
  margin-right: 5px;
  display: block;
  width: 11px;
  height: 12px;
  content: "";
  background: url(../img/icon-close.png) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 640px) {
  .desc-wrap .close-btn::before {
    font-size: 3.2vw;
  }
}

.desc-wrap .close-btn span {
  font-size: 16px;
  letter-spacing: .1em;
}

/* -----------------------------------------------------------
category detail
----------------------------------------------------------- */
.detail-main {
  margin: auto;
}

@media screen and (max-width: 640px) {
  .detail-main {
    padding: 0 4vw;
  }
}

@media screen and (min-width: 641px) {
  .detail-main {
    padding: 0 10px;
    width: 980px;
  }
}

.detail-main header {
  padding: 75px 0 50px;
}

@media screen and (max-width: 640px) {
  .detail-main header {
    padding: 6.66667vw 0 4vw;
  }
}

.detail-main h1 {
  padding-bottom: 5px;
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: .1em;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
  border-bottom: 2px solid black;
}

@media screen and (max-width: 640px) {
  .detail-main h1 {
    font-size: 6.13333vw;
    line-height: 1.2;
  }
}

.detail-main h1 span {
  display: block;
  font-size: 18px;
}

@media screen and (max-width: 640px) {
  .detail-main h1 span {
    font-size: 3.2vw;
  }
}

.detail-main .more-btn {
  margin: 45px auto 90px;
  max-width: 380px;
}

@media screen and (max-width: 640px) {
  .detail-main .more-btn {
    margin: 0 auto 90px;
    max-width: 100%;
  }
}

.detail-main .more-btn a {
  height: 70px;
}

@media screen and (min-width: 641px) {
  .product-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.product-detail .img-wrap {
  margin-bottom: 3.33333vw;
}

@media screen and (min-width: 641px) {
  .product-detail .img-wrap {
    margin-bottom: 45px;
    width: 510px;
  }
}

.product-detail .conts-wrap {
  margin-bottom: 4vw;
}

@media screen and (min-width: 641px) {
  .product-detail .conts-wrap {
    margin-bottom: 45px;
    width: 400px;
  }
}

.product-detail .img-slider .slick-list {
  margin-bottom: 5px;
}

.product-detail .img-slider .slick-list .slick-slide {
  position: relative;
}

.product-detail .img-slider .slick-list .before::before,
.product-detail .img-slider .slick-list .after::before {
  position: absolute;
  top: 20px;
  left: 0;
  padding-left: .5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90px;
  height: 30px;
  color: white;
  font-size: 20px;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
  background: url(../img/bg-ribbon.png) no-repeat left center;
  background-size: auto 100%;
}

@media screen and (max-width: 640px) {
  .product-detail .img-slider .slick-list .before::before,
  .product-detail .img-slider .slick-list .after::before {
    top: 2.66667vw;
    width: 14.66667vw;
    height: 5.33333vw;
    font-size: 3.46667vw;
  }
}

.product-detail .img-slider .slick-list .before::before {
  content: "Before";
}

.product-detail .img-slider .slick-list .after::before {
  content: "After";
}

.product-detail .img-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-detail .img-slider .slick-dots li {
  margin-bottom: 5px;
  width: calc((100% - 20px) / 5);
}

.product-detail .img-slider .slick-dots li.slick-active {
  border: 1px solid black;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.product-detail .img-slider .slick-dots li:not(:nth-child(5n+1)) {
  margin-left: 5px;
}

.product-detail .desc {
  margin-bottom: 45px;
}

@media screen and (max-width: 640px) {
  .product-detail .desc {
    margin-bottom: 5.33333vw;
  }
}

.product-detail .desc p {
  font-size: 18px;
  letter-spacing: .1em;
}

@media screen and (max-width: 640px) {
  .product-detail .desc p {
    font-size: 3.73333vw;
  }
}

.product-detail .price {
  padding-bottom: 55px;
  border-bottom: 2px solid black;
}

@media screen and (max-width: 640px) {
  .product-detail .price {
    padding-bottom: 6.66667vw;
  }
}

.product-detail .price > p {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: .02em;
}

@media screen and (max-width: 640px) {
  .product-detail .price > p {
    font-size: 6.13333vw;
  }
}

.product-detail .price > p::after {
  content: "円(+税)";
  font-size: 20px;
  display: none;
}

@media screen and (max-width: 640px) {
  .product-detail .price > p::after {
    font-size: 4vw;
  }
}

.product-detail .price > p .small{
  font-size: 24px;
}
@media screen and (max-width: 640px) {
  .product-detail .price > p .small{
    font-size: 5vw;
  }
}

.product-detail .colors {
  padding-top: 10px;
}

.product-detail .colors .ttl {
  margin-bottom: 15px;
  font-size: 16px;
  letter-spacing: .1em;
}

@media screen and (max-width: 640px) {
  .product-detail .colors .ttl {
    font-size: 4vw;
  }
}

.product-detail .colors ul {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-detail .colors ul li {
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: .1em;
}

@media screen and (max-width: 640px) {
  .product-detail .colors ul li {
    font-size: 3.73333vw;
  }
}

.product-detail .colors ul li:not(:first-child)::before {
  margin-left: .5em;
  padding-right: .5em;
  content: "/";
}

.product-detail .brand {
  margin-bottom: 30px;
  border-top: 1px dotted black;
}

.product-detail .brand #js-brand {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.product-detail .brand #js-brand .img {
  display: block;
  content: "";
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: .2s;
  transition: .2s;
}

.product-detail .brand #js-brand .img:hover {
  opacity: .8;
}

@media screen and (max-width: 640px) {
  .product-detail .brand #js-brand .img {
    width: 20vw;
    height: 20vw;
  }
}

.product-detail .brand #js-brand.sarara .img {
  background-image: url(../img/img-sarara.png);
}

.product-detail .brand #js-brand.lefia .img {
  background-image: url(../img/img-lefia.png);
}

.product-detail .brand #js-brand.julliaolger .img {
  background-image: url(../img/img-julliaolger.png);
}

.product-detail .brand #js-brand.emiw .img {
  background-image: url(../img/img-emiw.png);
}

.product-detail .brand #js-brand.jall .img {
  background-image: url(../img/img-jall.png);
}

.product-detail .brand #js-brand.ancs .img {
  background-image: url(http://placehold.jp/ffffff/ffffff/81x77.png);
}

.product-detail .brand #js-brand p {
  padding: 10px 0 10px 30px;
  width: calc(100% - 100px);
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  .product-detail .brand #js-brand p {
    padding: 2.66667vw 0 2.66667vw 4vw;
    width: 69.33333vw;
    font-size: 3.2vw;
  }
}

.product-detail .brand #js-brand p span {
  display: block;
  padding: 3px 0;
}

.product-detail .brand #js-brand p span::before {
  display: inline-block;
  content: '';
  width: 5px;
  height: 9px;
  margin-right: 5px;
  background: url(../img/icon-arrow-b.png) 0 0 no-repeat;
}

.product-detail .brand #js-brand p span a {
  padding-bottom: 2px;
  color: black;
  text-decoration: none;
  border-bottom: 1px solid black;
  -webkit-transition: .2s;
  transition: .2s;
}

.product-detail .brand #js-brand p span a:hover {
  border-bottom: 1px solid transparent;
}

.product-detail .btn-search-store a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  padding: 15px 0;
  width: 100%;
  text-decoration: none;
  background: #cd213a;
}

.product-detail .btn-search-store a::before {
  display: inline-block;
  content: '';
  background: url(/assets/common/img/footer-search.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: 24px;
  height: 32px;
  margin-right: 8px;
}

.product-detail .btn-search-store a:hover {
  opacity: .8;
}

.product-detail .btn-search-store a span {
  color: white;
  font-size: 16px;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
  letter-spacing: .1em;
}

/*# sourceMappingURL=style.css.map */