@charset "UTF-8";
html {
  height: 100%;
}

body {
  font-family: 'readerregular', 'ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','Helvetica Neue','Hiragino Kaku Gothic W3 JIS2004', 'Meiryo', 'Helvetica', Helvetica, Arial ,sans-serif;
  font-weight: normal;
  min-height: 100%;
  position: relative;
}

header .globalnav > ul {
  position: relative;
}

.disc li {
  position: relative;
  padding: 0 0 0 1em;
  line-height: 1.75;
}

.disc li:before {
  content: '';
  display: block;
  width: 2px;
  height: 2px;
  background: #000;
  border-radius: 2px;
  position: absolute;
  top: 0.75em;
  left: 0.25em;
}

.br_sp {
  display: none;
}

.nowrap {
  white-space: nowrap;
}

/* mainvisual */
/* -------------------------- */
#mainvisual {
  margin: 0 auto;
  position: relative;
}

#mainvisual:after {
  content: '';
  height: 1px;
  width: 100%;
  max-width: 1000px;
  display: block;
  background: #000;
  position: absolute;
  left: 0;
  top: -1px;
}

#mainvisual .base {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  border-top: none;
  max-width: 1000px;
  max-height: 1000px;
  min-height: 500px;
  z-index: 6;
  display: none;
}

#wrapper {
  padding-bottom: 114px;
  position: relative;
}

/* contents */
/* -------------------------- */
#contents {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

#contents section {
  padding: 0 !important;
  border-bottom: none;
}

#contents .wrapL {
  padding: 55px 0 0;
}

#contents .wrapL:after {
  content: '';
  display: block;
  clear: both;
}

#contents .wrapL .float {
  float: left;
  /*margin: 4px 30px 0 0;*/
  width: 48.5%;
  overflow: hidden;
}

#contents .wrapL #productThumb {
  visibility: hidden;
}

#contents .wrapL #productThumb .thumb {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 485px;
  min-width: 286px;
  max-height: 485px;
  min-height: 286px;
  overflow: hidden;
  margin: 4px 0 11px;
}

#contents .wrapL #productThumb .thumb div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}

#contents .wrapL #productThumb .thumb div:first-child {
  position: relative;
}

#contents .wrapL #productThumb .thumb div img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  display: none;
}

#contents .wrapL #productThumb .thumb div img:first-child {
  position: relative;
  display: block;
}

#contents .wrapL #productThumb .trigger {
  text-align: center;
  margin: 0 0 7px;
}

#contents .wrapL #productThumb .trigger div {
  display: inline-block;
  cursor: pointer;
  margin: 0 2px;
  width: 30px;
  height: 30px;
  border: 1px solid transparent;
  position: relative;
}

#contents .wrapL #productThumb .trigger div.cur {
  border: 1px solid #c8112f;
  cursor: default;
}

#contents .wrapL #productThumb .trigger div img {
  display: block;
  width: 100%;
}

#contents .wrapL #productThumb .color {
  overflow: hidden;
}

#contents .wrapL #productThumb .color .slick-list {
  padding: 0 20px;
  position: relative;
}

#contents .wrapL #productThumb .color .slick-list:before {
  content: '';
  display: block;
  width: 25px;
  height: 34px;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to right, white 50%, white 65%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}

#contents .wrapL #productThumb .color .slick-list:after {
  content: '';
  display: block;
  width: 25px;
  height: 34px;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(to left, white 50%, white 65%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}

@media only screen and (max-width: 769px) {
  #contents .wrapL #productThumb .color .slick-list {
    padding: 0;
    position: relative;
  }
  #contents .wrapL #productThumb .color .slick-list:before {
    content: '';
    display: block;
    width: 15px;
    height: 34px;
    position: absolute;
    left: -10px;
    top: 0;
    background: linear-gradient(to right, white 50%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
  }
  #contents .wrapL #productThumb .color .slick-list:after {
    content: '';
    display: block;
    width: 15px;
    height: 34px;
    position: absolute;
    right: -10px;
    top: 0;
    background: linear-gradient(to left, white 50%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
  }
}

#contents .wrapL #productThumb .color ul {
  margin: 0 auto 10px;
  width: 354px;
  text-align: center;
}

#contents .wrapL #productThumb .color ul li {
  width: 36px;
  height: 36px;
  margin: 0;
  display: inline-block;
  padding: 0;
}

#contents .wrapL #productThumb .color ul li.cur span {
  cursor: default;
}

#contents .wrapL #productThumb .color ul li.cur span:after {
  content: '';
  display: block;
  position: absolute;
  left: -4px;
  top: -4px;
  width: 30px;
  height: 30px;
  border: 1px solid #ca1734;
  box-sizing: border-box;
  border-radius: 15px;
}

#contents .wrapL #productThumb .color ul li span {
  cursor: pointer;
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  background-size: cover !important;
  border: 4px solid #fff;
  position: relative;
  box-sizing: border-box;
  border-radius: 15px;
  position: relative;
}

#contents .wrapL #productThumb .color .slick-arrow {
  width: 32px;
}

#contents .wrapL #productThumb .color .slick-arrow.slick-prev {
  left: 13px;
  background: url(/gb/assets/images/product_arrow_left.png) left top no-repeat;
}

#contents .wrapL #productThumb .color .slick-arrow.slick-next {
  right: 13px;
  background: url(/gb/assets/images/product_arrow_right.png) left top no-repeat;
}

#contents .wrapL #productThumb .color .slick-arrow.slick-disabled {
  cursor: default;
  opacity: 0.35;
  transition: all 0.3s;
}

#contents .wrapL #productThumb .color #colorText {
  text-align: center;
  color: #666;
  font-size: 10px;
  line-height: 1.8;
}

#contents .wrapL #productThumb .color #colorName {
  text-align: center;
  color: #666;
  font-size: 10px;
  line-height: 1.4;
}

#contents .wrapL #productThumb .color #colorName span {
  display: inline-block;
  margin-right: 5px;
  color: #c8102e;
}

#contents .wrapL .text {
  float: right;
  width: 48.5%;
  margin: 20px 0 0;
}

#contents .wrapL .text h3 {
  margin: 0 0 9px;
}

#contents .wrapL .text h3 span {
  position: relative;
  font-size: 16px;
  display: inline-block;
  font-family: 'readerbold', 'HiraKakuProN-W6','Hiragino Kaku Gothic W6 JIS2004', 'Meiryo';
}

#contents .wrapL .text h3 span:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #c8102e;
  position: absolute;
  left: 0;
  bottom: 1px;
}

#contents .wrapL .text .spec {
  font-size: 12px;
  line-height: 21px;
  margin: 0 0 40px;
}

#contents .wrapL .text .spec .new {
  color: #c8102e;
  font-family: 'readerbold', 'HiraKakuProN-W6','Hiragino Kaku Gothic W6 JIS2004', 'Meiryo';
}

#contents .wrapL .text dl dt {
  font-family: 'readerbold', 'HiraKakuProN-W6','Hiragino Kaku Gothic W6 JIS2004', 'Meiryo';
  font-size: 12px;
  margin: 0 0 12px;
}

#contents .wrapL .text dl dd {
  font-size: 12px;
  line-height: 21px;
}

#contents .wrapL .text dl dd .brandLink {
  margin: 10px 0 5px;
}

#contents .wrapL .text dl.about dt {
  font-family: 'readerbold', 'HiraKakuProN-W6','Hiragino Kaku Gothic W6 JIS2004', 'Meiryo';
  font-size: 16px;
  margin: 0 0 8px;
}

#contents .wrapL .text dl.about dd {
  margin: 0 0 18px;
}

#contents .wrapL .text dl.about dd p {
  margin-top: 5px;
}

#contents .wrapL .text dl.about dd p:first-child {
  margin-top: 0;
}

#contents .wrapL .text .shopBtns {
  color: #c8102e;
  font-size: 12px;
  margin: 0 0 24px;
}

#contents .wrapL .text .shopBtns dt {
  font-family: 'readerregular','Hiragino Kaku Gothic ProN','Helvetica Neue','Hiragino Kaku Gothic W3 JIS2004', 'Meiryo', 'Helvetica', Helvetica, Arial ,sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: 0 0 7px;
}

#contents .wrapL .text .shopBtns ul {
  overflow: hidden;
}

#contents .wrapL .text .shopBtns ul li {
  float: left;
  margin: 0 10px 0 0;
}

#contents .wrapL .text .shopBtns ul + .text_caption {
  margin-top: 8px;
}

#contents .wrapL .text .text_caption {
  font-size: 10px;
  line-height: 17px;
  color: #666;
}

#contents .wrapL .text .accordion {
  overflow: hidden;
  padding: 0 0 13px !important;
}

#contents .wrapL .text .accordion:last-child {
  padding: 0 !important;
}

#contents .wrapL .text .accordion dt {
  cursor: pointer;
  margin: 0;
  padding: 0 0 0 16px;
  position: relative;
}

#contents .wrapL .text .accordion dt:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: url("/gb/assets/images/accordion.png") left top no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

#contents .wrapL .text .accordion dt:hover {
  color: #c8102e;
}

#contents .wrapL .text .accordion dd {
  height: 0;
  overflow: hidden;
  margin: 0;
}

#contents .wrapL .text .accordion dd .logo {
  margin-top: 5px;
  width: 71px;
}

#contents .wrapL .text .accordion dd .logo img {
  width: 100%;
}

#contents .wrapL .text .accordion dd .acInner {
  padding: 12px 0 0 16px;
  opacity: 0;
}

#contents .wrapL .text .accordion dd .acInner .text_caption {
  margin-top: 5px;
}

#contents .wrapL .text .accordion.open dt:before {
  background-position: left bottom;
}

#contents .wrapL .text .accordion.open dd {
  display: block;
}

#contents .wrapL .text .productDL {
  padding: 0 0 13px !important;
}

#contents .wrapL .text .productDL:last-child {
  padding: 0 !important;
}

#contents .wrapL .text .productDL dt {
  margin: 0;
  position: relative;
}

#contents .wrapL .text .productDL dd .acInner {
  padding: 12px 0 0 0;
}

#contents .wrapL .text .productDL dd .acInner .text_caption {
  margin-top: 5px;
}

/* tablet */
/* sp */
@media only screen and (max-width: 769px) {
  .br_pc {
    display: none;
  }
  .br_tab {
    display: none;
  }
  .br_pctab {
    display: none;
  }
  .br_sp {
    display: block;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  html.short {
    height: auto !important;
  }
  html.short body {
    height: auto !important;
    overflow: visible;
  }
  #mainvisual .base {
    display: none !important;
  }
  #mainvisual .slides .separate:after {
    content: '';
    display: block;
    background: #fff;
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
  }
  /* header */
  /* -------------------------- */
  header {
    border-top: none;
  }
  header .header_in {
    overflow: hidden;
    height: 65px;
  }
  header.active {
    height: 100%;
  }
  #wrapper {
    overflow: hidden;
    padding: 0;
  }
  #contents {
    width: 100%;
  }
  #contents .wrapL {
    padding: 20px 16px;
  }
  #contents .wrapL .float {
    float: none;
    width: 100%;
    margin: 0;
  }
  #contents .wrapL #productThumb .thumb {
    max-width: 100%;
    max-height: 100%;
    margin: 0 0 10px;
  }
  #contents .wrapL #productThumb .thumb div {
    position: absolute;
    left: 0;
    top: 0;
  }
  #contents .wrapL #productThumb .trigger {
    height: 23px;
    margin: 0 0 20px;
    overflow: hidden;
  }
  #contents .wrapL #productThumb .trigger div {
    width: 23px;
    height: 23px;
    margin: 0 2px;
    position: relative;
    border: 1px solid transparent;
  }
  #contents .wrapL #productThumb .trigger div img {
    width: 100%;
  }
  #contents .wrapL #productThumb .trigger div.cur {
    border: 1px solid #c8112f;
  }
  #contents .wrapL #productThumb .color {
    margin: 0 0 20px;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  #contents .wrapL #productThumb .color ul {
    margin: 0 auto;
    width: 288px;
    height: 100%;
    text-align: center;
  }
  #contents .wrapL #productThumb .color ul.slick-slider {
    position: static;
    width: 320px;
  }
  #contents .wrapL #productThumb .color ul:after {
    content: '';
    display: block;
    clear: both;
  }
  #contents .wrapL #productThumb .color ul li {
    cursor: pointer;
    position: relative;
    width: 36px;
    height: 36px;
    display: inline-block;
  }
  #contents .wrapL #productThumb .color ul li span {
    display: block;
    width: 25px;
    height: 25px;
    border: 3px solid #fff;
    box-sizing: border-box;
    border-radius: 25px;
    margin: 0 auto;
  }
  #contents .wrapL #productThumb .color ul li.cur span {
    cursor: default;
  }
  #contents .wrapL #productThumb .color ul li.cur span:after {
    content: '';
    display: block;
    position: absolute;
    left: -3px;
    top: -3px;
    width: 25px;
    height: 25px;
    border: 1px solid #ca1734;
    box-sizing: border-box;
    border-radius: 25px;
  }
  #contents .wrapL #productThumb .color .slick-arrow {
    width: 16px;
  }
  #contents .wrapL #productThumb .color .slick-arrow.slick-prev {
    left: -3px;
    background: #fff url(/gb/assets/images/product_arrow_left_sp.png) left top no-repeat;
    background-size: contain;
  }
  #contents .wrapL #productThumb .color .slick-arrow.slick-next {
    right: -3px;
    background: #fff url(/gb/assets/images/product_arrow_right_sp.png) left top no-repeat;
    background-size: contain;
  }
  #contents .wrapL #productThumb .color .slick-arrow.slick-disabled {
    opacity: 0.35;
    transition: all 0.3s;
  }
  #contents .wrapL #productThumb .color #colorName {
    color: #c8102e;
    font-size: 11px;
  }
  #contents .wrapL .text {
    float: none;
    width: 100%;
    margin: 0;
  }
  #contents .wrapL .text h3 {
    margin: 0 0 3px;
  }
  #contents .wrapL .text h3 span {
    font-size: 15px;
  }
  #contents .wrapL .text h3 span.nowrap {
    white-space: nowrap;
  }
  #contents .wrapL .text h3 span:after {
    height: 2px;
    bottom: 2px;
  }
  #contents .wrapL .text .spec {
    font-size: 11px;
    margin: 0 0 26px;
    line-height: 20px;
  }
  #contents .wrapL .text .spec span {
    font-weight: bold;
  }
  #contents .wrapL .text dl dt {
    font-size: 11px;
    margin: 0 0 5px;
  }
  #contents .wrapL .text dl dd {
    font-size: 11px;
    line-height: 20px;
    margin: 0 0 22px;
  }
  #contents .wrapL .text .award {
    padding-bottom: 20px !important;
  }
  #contents .wrapL .text .about dt {
    margin: 0 0 5px;
    font-size: 15px;
    line-height: 1.4;
  }
  #contents .wrapL .text .about dd {
    margin: 0 0 15px;
  }
  #contents .wrapL .text .about dd .brandLink {
    margin: 5px 0 14px;
  }
  #contents .wrapL .text .shopBtns {
    margin: 0 0 26px;
  }
  #contents .wrapL .text .shopBtns dt {
    font-size: 11px;
    margin: 0 0 6px;
  }
  #contents .wrapL .text .shopBtns li {
    float: none !important;
    margin: 0 0 10px !important;
  }
  #contents .wrapL .text .shopBtns li a {
    width: 100% !important;
    font-size: 13px;
    line-height: 34px !important;
  }
  #contents .wrapL .text .shopBtns li:last-child {
    margin: 0 !important;
  }
  #contents .wrapL .text .text_caption {
    font-size: 9px;
    line-height: 16px;
  }
  #contents .wrapL .text .accordion {
    margin: 0;
  }
  #contents .wrapL .text .accordion dt {
    padding: 0;
    margin: 0 0 15px;
    cursor: default;
  }
  #contents .wrapL .text .accordion dt:before {
    display: none;
  }
  #contents .wrapL .text .accordion dt:hover {
    color: #000;
  }
  #contents .wrapL .text .accordion dd {
    height: auto;
  }
  #contents .wrapL .text .accordion dd .acInner {
    padding: 0;
    opacity: 1;
  }
  #contents .wrapL .text .accordion dd .logo {
    margin-top: 10px;
    width: 61px;
    height: 86px;
  }
  #contents .wrapL .text .accordion dd .logo img {
    height: 100%;
  }
}
