@charset "utf-8";

/*
  汎用
------------------*/
.wrapper {
  width: auto;
  max-width: 920px;
  padding: 0 25px 15px;
  margin: 0 auto;
}
#contentFlint {
  text-align: center;
}

#contentFlint .endText {
  text-align: left;
}

#contentFlint .endText p {
  font-weight: bold;
  font-size: 2rem;
  color: rgb(220, 0, 0);
}

img {
  max-width: 100%;
  height: auto;
}

div[class^='ss_'] {
  margin-bottom: 2px;
}
.spOnly {
  display: none;
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }

  .spOnly {
    display: block;
  }
}

/*
  Mainimage
------------------*/
div.ss_mainimage {
  border: 1px solid #eaeaea;
  margin: 12px 0 1px;
}

.row {
  overflow: hidden;
}
.row.-cols2 .col {
  float: left;
  width: 50%;
}
.-cols2 .col + .col {
  padding-left: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .row.-cols2 .col {
    float: none;
    width: auto;
  }
  .-cols2 .col + .col {
    padding: 2px 0 0;
  }
}

/*
  COLOR
------------------*/
.ss_color {
  border: 1px solid #eaeaea;
}

.ssTtl {
  padding-top: 58px;
  margin-bottom: 36px;
}

.colorImg {
  padding: 0 24px;
}

/*
  SPEC
------------------*/
.ss_spec {
  background: -webkit-repeating-linear-gradient(135deg, #ffd800, #ffd800 40px, #ffde26 40px, #ffde26 60px);
  background: -o-repeating-linear-gradient(135deg, #ffd800, #ffd800 40px, #ffde26 40px, #ffde26 60px);
  background: repeating-linear-gradient(-45deg, #ffd800, #ffd800 40px, #ffde26 40px, #ffde26 60px);
  padding-bottom: 40px;
}

.specSpImg {
  margin: 0 32px;
}

.specLst {
  background: #ffde26;
  counter-reset: speccnt;
  width: 90%;
  margin: 16px auto 0;
  padding: 24px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.specLst > li {
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .1em;
  text-align: left;
  position: relative;
  padding-left: 3em;
}
.specLst > li + li {
  margin-top: 1em;
}
.specLst > li::before {
  color: #fff;
  background: #000;
  border-radius: 50%;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  counter-increment: speccnt;
  content: counter(speccnt);
  position: absolute;
  left: 0;
  /*top: calc(50% - 12px);*/
  top: 0;
}

@media screen and (max-width: 767px) {
  .ss_spec {
    background: -webkit-repeating-linear-gradient(135deg, #ffd800, #ffd800 20px, #ffde26 20px, #ffde26 30px);
    background: -o-repeating-linear-gradient(135deg, #ffd800, #ffd800 20px, #ffde26 20px, #ffde26 30px);
    background: repeating-linear-gradient(-45deg, #ffd800, #ffd800 20px, #ffde26 20px, #ffde26 30px);
  }
}

@media screen and (max-width: 320px) {
  .specLst {
    padding: 16px;
  }
}

/*
  LINEUP
------------------*/
.ss_lineup {
  background-color: #f5f5f5;
  border: 1px solid #eee;
}

.productsLst {
  font-size: 0%;
  letter-spacing: -1px;
  word-spacing: -1px;
  margin-right: -24px;
}
.productsLst > li {
  display: inline-block;
  font-size: 11px;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  width: 184px;
  margin: 0 24px 36px 0;
}

.productImg {
  min-height: 326px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.productImg > img {
  border: 1px solid #eee;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
  border-radius: 12px;
}

.productTtl {
  margin: 18px 0 14px;
  letter-spacing: .1em;
  font-weight: bold;
}
.productTtl.-pink {
  color: #f03579;
}
.productTtl.-lgblue {
  color: #1cb2c6;
}
.productTtl.-green {
  color: #67aa25;
}
.productTtl.-yellow {
  color: #ea7f00;
}
.productTtl.-black {
  color: #000;
}
.productTtl.-navy {
  color: #383d7c;
}
.productTtl.-other {
  color: #000;
}

.productSpec {
  border-top: 1px solid #ddd;
}
.productSpec > li {
  color: #333;
  letter-spacing: .05em;
  border-bottom: 1px solid #ddd;
  padding: .8em 0;
  text-align: left;
}

.txtNote {
  color: #333;
  font-size: 12px;
  letter-spacing: .05em;
  line-height: 24px;
  margin: 24px 0;
}

@media screen and (max-width: 767px) {
  .productsLst {
    margin-right: 0;
  }
  .productsLst > li {
    width: 50%;
    margin-right: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .productSpec > li {
    line-height: 1.3;
    padding: .5em 0;
  }

  .productImg {
    min-height: 0;
  }

  .txtNote {
    text-align: left;
  }
}
