@charset "UTF-8";
/* ------------------------- License ------------------------- */
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* ------------------------- /License ------------------------- */
html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

main img {
  border: none;
  line-height: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

ol, ul {
  list-style: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

figure {
  margin: 0;
}

cite {
  font-style: normal;
}

hr {
  border: none;
  width: 0;
}

body {
  font-size: 13px;
  line-height: 1.2;
  width: 100%;
  -webkit-text-size-adjust: 100%;
}

#listCont {
  padding: 4px 0;
  font-family: Meiryo, "MS PGothic", sans-serif;
}
#listCont #topicPath {
  margin-top: 7px;
}
#listCont #topicPath li:nth-of-type(3) {
  display: none;
}
#listCont__sns {
  float: right;
}
#listCont__sns li {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  #listCont {
    padding:0;
  }
  #listCont #topicPath {
    display: none;
  }
  #listCont__sns {
    position: absolute;
    bottom: -35px;
    right: 0;
    z-index: 1;
  }
  #listCont__sns li {
    vertical-align: bottom;
    height: 20px;
  }
}

#topCont {
  position: relative;
  font-family: Meiryo, "MS PGothic", sans-serif;
}
#topCont__inner {
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  position: relative;
}
#topCont:before {
  content: "";
  display: block;
  width: 100%;
  min-width: 900px;
  height: 10px;
  background: url(/products/option/images/index_pa/bg_topshadow.png) no-repeat center;
  position: absolute;
  top: 0;
  z-index: 1;
}
#topCont:after {
  content: "";
  display: block;
  width: 100%;
  min-width: 900px;
  height: 9px;
  background: url(/products/option/images/index_pa/bg_bottomshadow.png) no-repeat center;
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  #topCont__inner {
    border: none;
  }
  #topCont:before {
    background-size: cover;
    min-width: initial;
    min-width: auto;
  }
  #topCont:after {
    background-size: cover;
    min-width: initial;
    min-width: auto;
  }
}

#bottomCont {
  font-family: Meiryo, "MS PGothic", sans-serif;
  background: url(/products/option/images/index_pa/bg_bottom.gif) no-repeat top;
  min-width: 900px;
  padding-top: 25px;
}
@media only screen and (max-width: 767px) {
  #bottomCont {
    background: none;
    min-width: initial;
    min-width: auto;
  }
}

.c-wrap {
  width: 900px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .c-wrap {
    width: 94%;
    position: relative;
  }
}

.c-contentTitle {
  font-size: 108%;
  border-bottom: dotted 1px #9a9a9a;
  line-height: 1.5em;
}

.p-productTopCont {
  position: relative;
  padding-bottom: 16px;
  min-height: 415px;
}
.p-productTopCont__left {
  float: left;
}
.p-productTopCont__right {
  float: right;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-productTopCont {
    min-height: initial;
    min-height: auto;
  }
  .p-productTopCont__left {
    float: none;
  }
  .p-productTopCont__right {
    float: none;
    width: auto;
    position: static;
  }
}

.p-productMainImg {
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -249px;
  z-index: -1;
  width: 498px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .p-productMainImg {
    width: 100%;
    position: static;
    margin-left: 0;
  }
}

.p-productOutline {
  padding: 17px 0 300px 19px;
}
.p-productOutline__title {
  font-size: 193%;
  font-weight: bold;
  line-height: 1.3;
}
.p-productOutline__number {
  font-size: 116%;
  color: #636363;
  border-top: 1px solid #000;
  display: inline-block;
  padding-top: 8px;
  letter-spacing: 0.04em;
}
.p-productOutline__overView {
  font-size: 116%;
  padding-top: 22px;
  max-width: 250px;
}
@media only screen and (max-width: 767px) {
  .p-productOutline {
    padding: 40px 0 0 0;
  }
  .p-productOutline__title {
    font-size: 116%;
    width: 50%;
  }
  .p-productOutline__number {
    border-top: none;
    font-size: 70%;
  }
  .p-productOutline__overView {
    font-size: 77%;
    padding-top: 10px;
  }
}

.p-productFeaturea {
  width: 155px;
  padding: 5px 10px 10px 10px;
  border: 1px solid #d0d0d0;
  background-color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 1px 2px 0 #bababa;
  -webkit-box-shadow: 0 1px 2px 0 #bababa;
  box-shadow: 0 1px 2px 0 #bababa;
  position: absolute;
  bottom: 16px;
  left: 10px;
}
.p-productFeaturea__new {
  position: absolute;
  left: 10px;
  line-height: 0;
  top: -70px;
}
.p-productFeaturea__icon {
  float: left;
  padding: 5px 0;
  border-top: 1px solid #d0d0d0;
}
.p-productFeaturea__icon:nth-of-type(1), .p-productFeaturea__icon:nth-of-type(2) {
  border-top: none;
}
.p-productFeaturea__icon:nth-of-type(odd) img {
  border-right: 1px solid #d0d0d0;
}
.p-productFeaturea__link {
  text-align: center;
  padding-top: 10px;
  font-size: 93%;
}
.p-productFeaturea__link a:link, .p-productFeaturea__link a:visited {
  color: #303030;
  text-decoration: none;
}
.p-productFeaturea__link a:hover {
  color: #FF0000;
  text-decoration: underline;
}
.p-productFeaturea__link:before {
  content: "";
  width: 5px;
  height: 7px;
  background: url(/common/images/global/icon_sitemap_01.gif) no-repeat;
  display: inline-block;
  margin-right: 3px;
  vertical-align: baseline;
}
.p-productFeaturea__link:after {
  content: "";
  width: 10px;
  height: 9px;
  background: url(/common/images/global/icon_sitemap_02.gif) no-repeat;
  display: inline-block;
  margin-left: 6px;
}
@media only screen and (max-width: 767px) {
  .p-productFeaturea {
    border-radius: 0;
    box-shadow: none;
    width: auto;
    padding: 15px 0 8px 0;
    margin: 20px 0 0 0;
    border-top: 1px dotted #dedede;
    border-right: none;
    border-left: none;
    text-align: center;
    position: relative;
    bottom: 0;
    left: 0;
  }
  .p-productFeaturea > ul {
    display: inline-block;
  }
  .p-productFeaturea__new {
    position: absolute;
    left: 0;
    top: -125px;
  }
  .p-productFeaturea__new img {
    width: 30px;
  }
  .p-productFeaturea__icon {
    height: 35px;
    border-top: none;
    border-right: 1px solid #d0d0d0;
    padding: 0 5px;
    margin-bottom: 12px;
  }
  .p-productFeaturea__icon:last-of-type {
    border: none;
  }
  .p-productFeaturea__icon:nth-of-type(odd) img {
    border-right: none;
  }
  .p-productFeaturea__link {
    font-size: 70%;
    padding-top: 0;
  }
}

.p-productChangeImg {
  position: absolute;
  bottom: 16px;
  left: 205px;
  z-index: 1;
}
.p-productChangeImg__imgs figure {
  float: left;
  outline: none;
}
.p-productChangeImg__imgs figure img {
  height: 76px;
  cursor: pointer;
}
.p-productChangeImg__anchor {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 1px 1px 0 #888;
  -webkit-box-shadow: 1px 1px 0 #888;
  box-shadow: 1px 1px 0 #888;
  text-shadow: 0 -1px 0 #cfcfcf;
  background-color: #dedede;
  color: #fff;
  float: left;
  padding: 30px 3px;
  font-size: 116%;
  line-height: 1;
  cursor: pointer;
  vertical-align: top;
}
.p-productChangeImg__anchor--left {
  margin-right: 5px;
}
.p-productChangeImg__anchor--right {
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  .p-productChangeImg {
    position: static;
    bottom: 0;
    left: 0;
  }
  .p-productChangeImg__imgs figure img {
    height: 60px;
  }
  .p-productChangeImg__anchor {
    padding: 22px 3px;
    margin: 0;
  }
  .p-productChangeImg__anchor--right {
    float: right;
  }
  .p-productChangeImg .slick-list {
    width: 88%;
  }
}

.p-productShopLink {
  position: absolute;
  right: 9px;
  top: 9px;
}
@media only screen and (max-width: 767px) {
  .p-productShopLink {
    width: 100px;
    right: 0;
    top: 40px;
  }
}

.p-productPrice {
  position: absolute;
  top: 125px;
  right: 25px;
}
.p-productPrice__text {
  font-size: 177%;
  letter-spacing: -0.025em;
  text-align: right;
}
.p-productPrice__text--small {
  font-size: 65.21739%;
}
.p-productPrice__note {
  font-size: 85%;
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .p-productPrice {
    position: static;
    top: 0;
    right: 0;
    padding-top: 15px;
  }
  .p-productPrice__text {
    text-align: center;
    font-size: 185%;
  }
  .p-productPrice__note {
    text-align: center;
    font-size: 70%;
  }
}

.p-productNumber {
  padding: 195px 25px 0 0;
  min-width: 155px;
  min-height: 120px;
  float: right;
}
.p-productNumber li {
  line-height: 1.6;
  font-size: 116%;
}
.p-productNumber li:nth-of-type(odd) {
  float: left;
}
.p-productNumber li:nth-of-type(even) {
  float: right;
}
@media only screen and (max-width: 767px) {
  .p-productNumber {
    padding: 15px 0 0 0;
    margin: 0 auto;
    float: none;
    min-height: initial;
    min-height: auto;
    width: auto !important;
  }
  .p-productNumber li {
    width: 44%;
    line-height: 1.6;
    font-size: 116%;
  }
  .p-productNumber li:nth-of-type(odd) {
    text-align: right;
    margin: 0 3%;
  }
  .p-productNumber li:nth-of-type(even) {
    text-align: left;
    margin: 0 3%;
  }
}

.p-productMainBanner {
  clear: right;
  float: right;
  padding: 10px 25px 0 0;
}
.p-productMainBanner li {
  width: 164px;
  line-height: 0;
  margin-top: 7px;
}
.p-productMainBanner li:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .p-productMainBanner {
    float: none;
    padding: 15px 0 0 0;
  }
  .p-productMainBanner li {
    width: 43.75%;
    float: left;
    margin: 0 3%;
  }
}

.p-productSpecFrame {
  border: 1px solid #d0d0d0;
  padding: 20px 0;
  background-color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 2px 3px 0 #bababa;
  -webkit-box-shadow: 0 2px 3px 0 #bababa;
  box-shadow: 0 2px 3px 0 #bababa;
}
@media only screen and (max-width: 767px) {
  .p-productSpecFrame {
    border-radius: 0;
    box-shadow: none;
  }
}

.p-productSpecDate {
  border-top: 1px solid #d0d0d0;
  color: #4f4f4f;
}
.p-productSpecDate:last-child {
  border-bottom: 1px solid #d0d0d0;
}
.p-productSpecDate__title {
  width: 18%;
  padding: 10px 0 10px 2%;
  float: left;
  font-size: 108%;
  letter-spacing: 0.05em;
}
.p-productSpecDate__text {
  font-size: 108%;
  padding: 10px 0 10px 2%;
  line-height: 1.42857em;
  width: 78%;
  float: left;
  background: url(/products/option/images/product_pa/bg_spec.gif) repeat-y left;
}
@media only screen and (max-width: 767px) {
  .p-productSpecDate__title {
    font-size: 70%;
    width: 36.70968%;
  }
  .p-productSpecDate__text {
    font-size: 70%;
    width: 59.29032%;
    line-height: 1.33333em;
  }
}

.p-productNote {
  padding: 7px 5px 0 5px;
}
.p-productNote__text {
  padding-top: 13px;
  font-size: 93%;
  line-height: 1.3;
  color: #666;
}
@media only screen and (max-width: 767px) {
  .p-productNote__text {
    font-size: 70%;
    line-height: 1.33333em;
  }
}

.p-productFlashFream {
  padding: 30px 5px 0 5px;
}

.p-productFlashLink {
  float: left;
  margin-right: 20px;
  padding-right: 27px;
  border-right: 1px solid #d0d0d0;
}
.p-productFlashLink:last-child {
  border: none;
}
.p-productFlashLink__img {
  float: left;
  padding-right: 10px;
  line-height: 0;
}
.p-productFlashLink > div {
  float: left;
  position: relative;
  height: 73px;
}
.p-productFlashLink > div a:link, .p-productFlashLink > div a:visited, .p-productFlashLink > div a:hover {
  color: #777;
  text-decoration: none;
}
.p-productFlashLink__title {
  font-size: 68%;
  padding: 5px 0 25px;
}
.p-productFlashLink__linkTxt {
  position: relative;
}
.p-productFlashLink__linkTxt:hover {
  color: #FF0000;
  text-decoration: underline;
}
.p-productFlashLink__linkTxt:after {
  content: "";
  width: 5px;
  height: 3px;
  background: url(/products/images/index/a_marker_down.gif) no-repeat;
  position: absolute;
  bottom: 7px;
  right: -10px;
}
@media only screen and (max-width: 767px) {
  .p-productFlashLink {
    float: none;
    border: none;
    margin-left: 0;
    padding-left: 0;
  }
  .p-productFlashLink__img {
    display: none;
  }
  .p-productFlashLink > div {
    float: none;
    height: auto;
  }
  .p-productFlashLink__title {
    font-size: 70%;
    padding: 0 0 15px 0;
  }
  .p-productFlashLink__title:before {
    content: "";
    width: 5px;
    height: 7px;
    background: url(/common/images/global/icon_sitemap_01.gif) no-repeat;
    display: inline-block;
    margin-right: 3px;
    vertical-align: baseline;
  }
  .p-productFlashLink__title:after {
    content: "";
    width: 10px;
    height: 9px;
    background: url(/common/images/global/icon_sitemap_02.gif) no-repeat;
    display: inline-block;
    margin-left: 5px;
    vertical-align: baseline;
  }
  .p-productFlashLink__linkTxt {
    display: none;
  }
}

#history {
  padding: 28px 5px 0 5px;
}
#history a:link {
  text-decoration: none;
}
#history a:hover {
  text-decoration: underline;
}
#history a:visited {
  text-decoration: none;
}
#history dl {
  float: left;
  width: 170px;
  margin-left: 7px;
  padding-top: 20px;
}
#history dl dt {
  color: #888888;
  margin-bottom: 5px;
  padding-left: 10px;
}
#history dl dd {
  border: 1px solid #cccccc;
  height: 130px;
  padding-top: 20px;
}
#history dl dd img {
  width: 168px;
}
#history dl.first-child {
  margin-left: 0px;
}
@media only screen and (max-width: 767px) {
  #history dl {
    width: 40%;
    height: auto;
    padding: 10px 5% 30px;
    margin-left: 0;
    font-size: 85%;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  #history dl dd {
    width: auto;
    height: auto;
    padding: 10px 0;
    min-height: 97px;
  }
  #history dl dd img {
    width: auto;
  }
}

.p-productBanner {
  padding: 10px 5px 24px 5px;
}
.p-productBanner__list {
  padding: 14px 0 0 11px;
}
.p-productBanner__list li {
  float: left;
  margin: 0 19px 0 0;
  line-height: 0;
  width: 205px;
}
@media only screen and (max-width: 767px) {
  .p-productBanner__list {
    padding: 10px 0 0 0;
  }
  .p-productBanner__list li {
    width: 46%;
    margin: 0 2%;
  }
}

.p-productZoom {
  position: absolute;
  right: 245px;
  top: 311px;
  cursor: pointer;
  z-index: 1;
}
.p-productZoom__grayLayer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  opacity: .6;
  cursor: pointer;
  z-index: 99998;
}
.p-productZoom__overlay {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: none;
  position: fixed;
  background-color: #fff;
  top: 50%;
  left: 50%;
  width: 900px;
  height: 600px;
  margin-top: -300px;
  margin-left: -450px;
  z-index: 99999;
}
.p-productZoom__overlay > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -375px;
  margin-top: -250px;
}
.p-productZoom__close {
  position: absolute;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .p-productZoom {
    display: none;
  }
}

.u-cf {
  *zoom: 1;
}
.u-cf:after {
  content: "";
  display: table;
  clear: both;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../js/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("../fonts/embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url('/fonts/slick.svg#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 10px;
  right: 10px;
  list-style: none;
  display: block;
  text-align: right;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #a1a2a0;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #eb6fa7;
  opacity: 0.75;
}

.p-productChangeImg .slick-list {
  float: left;
  width: 446px;
  overflow: hidden;
}
.p-productChangeImg .slick-slide {
  opacity: .8;
}
.p-productChangeImg .slick-slide.slick-current {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .p-productChangeImg .slick-list {
    width: 88%;
  }
}
