@charset "utf-8";



/* products-detail
   ========================================================================== */

#contents .products-detail {
  
}

#contents .products-detail > .aside {
  float: left;
  width: 51.76715176715177%;
  padding-right: 19px;
}

#contents .products-detail > .main {
  float: right;
  width: 48.23284823284823%;
}

@media screen and (max-width: 600px) {
  
  #contents .products-detail > .aside,
  #contents .products-detail > .main {
    float: none;
    width: auto;
  }
  
  #contents .products-detail > .aside {
    padding-right: 0;
  }
  
}

/* slider */

@media screen and (max-width: 600px) {
  
  #contents .products-detail .slider {
    margin: 0 -10px;
  }
  
}

#contents .products-detail .slider .slick-slider {
  margin-bottom: 0;
  -ms-touch-action: auto;
  touch-action: auto;
}

#contents .products-detail .slider .slick-slide img {
  width: 100%;
}

#contents .products-detail .slider .slick-dots {
  display: none !important;
}

@media screen and (max-width: 600px) {
  
  #contents .products-detail .slider .slick-dots {
    display: block !important;
    position: static;
    margin: 5px -5px;
    font-size: 0;
    line-height: 0;
  }
  
  #contents .products-detail .slider .slick-dots li,
  #contents .products-detail .slider .slick-dots li button {
    width: 15px;
    height: 15px;
  }
  
  #contents .products-detail .slider .slick-dots li {
    margin: 5px;
  }
  
  #contents .products-detail .slider .slick-dots li button {
    border-radius: 50%;
    background: #E9E9E9;
  }
  
  #contents .products-detail .slider .slick-dots li.slick-active button {
    background: #F8858A;
  }
  
  #contents .products-detail .slider .slick-dots li button:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
  }
  
}

#contents .products-detail .slider .slick-prev,
#contents .products-detail .slider .slick-next {
  width: 28px;
  height: 28px;
  margin-top: 14px;
  border: solid 1px #CCC;
  border-radius: 50%;
  background: no-repeat 50% 50% #fff;
  *text-indent: -9999px;
}

#contents .products-detail .slider .slick-prev {
  left: 0;
  background-image: url(../img/icon_slider_prev.png);
}

#contents .products-detail .slider .slick-next {
  right: 0;
  background-image: url(../img/icon_slider_next.png);
}

@media screen and (max-width: 600px) {
  
  #contents .products-detail .slider .slick-prev,
  #contents .products-detail .slider .slick-next {
    position: static;
    width: 26px;
    height: 15px;
    margin-top: 10px;
    border: none;
    border-radius: 0;
    background-color: transparent;
  }
  
  #contents .products-detail .slider .slick-prev {
    float: left;
  }
  
  #contents .products-detail .slider .slick-next {
    float: right;
  }
  
}

#contents .products-detail .slider .slick-prev:before,
#contents .products-detail .slider .slick-next:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}


// 20151211 youtube add
#contents .products-detail .youtube-container {
    text-align: center;
    margin: 0 auto;
    padding: 10px 50px;
}

#contents .products-detail .youtube-container iframe {
    width: 500px;
    height: 281px;
}

#contents .products-detail .youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#contents .products-detail .youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}



/* carousel */

#contents .products-detail .carousel {
  margin: 4px 0;
}

@media screen and (max-width: 600px) {
  
  #contents .products-detail .carousel {
    display: none;
  }
  
}

#contents .products-detail .carousel .slick-slider {
  margin-bottom: 0;
  -ms-touch-action: auto;
  touch-action: auto;
}

#contents .products-detail .carousel .slick-slide a {
  position: relative;
  display: block;
  border: solid 1px #EEE;
}

#contents .products-detail .carousel .slick-slide.slider-active a:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  z-index: 100;
  border: solid 3px #E82735;
}

/* related-item */

#contents .products-detail .related-item {
  margin: 20px 0;
}

@media screen and (max-width: 600px) {
  
  #contents .products-detail .related-item {
    display: none;
  }
  
}

#contents .products-detail .related-item h2 {
  margin-bottom: 4px;
  padding: 14px 16px;
  border: solid 1px #EEE;
  border-radius: 5px 5px 0 0;
  background: #F7F7F7;
}

#contents .products-detail .related-item ul {
  margin: 0 -4px -4px 0;
}

#contents .products-detail .related-item li {
  float: left;
  width: 33.33%;
  padding: 0 4px 4px 0;
}

#contents .products-detail .related-item li a {
  display: block;
  padding: 2px 3px 3px 2px;
  border: solid 1px #EEE;
}

#contents .products-detail .related-item li a:hover {
  opacity: .75;
}

/* related */

#contents .products-detail .related {
  margin: 20px 0;
  border: solid 1px #EEE;
  border-radius: 5px;
}

@media screen and (max-width: 600px) {
  
  #contents .products-detail .related {
    display: none;
  }
  
}

#contents .products-detail .related h2 {
  padding: 14px 16px;
  border-bottom: solid 1px #EEE;
  background: #F7F7F7;
}

#contents .products-detail .related ul {
  line-height: 1.6;
}

#contents .products-detail .related li + li {
  border-top: dashed 1px #D4D4D4;
}

#contents .products-detail .related li a {
  display: block;
  padding: 14px 48px 14px 14px;
  background: url(../img/icon_topics_arrow.png) 98% 50% no-repeat;
    color: inherit;
}

#contents .products-detail .related li a:hover {
  opacity: .75;
}

/* data */

#contents .products-detail .data {
  
}

#contents .products-detail .data h2 {
  display: table;
  width: 100%;
  padding: 15px 20px;
  border-radius: 5px 5px 0 0;
  background: #F9F4EC;
  line-height: 1.4;
}

#contents .products-detail .data h2 .main {
  display: table-cell;
  padding: 0 24px;
  background: url(../img/icon_heading.png) 0 4px no-repeat;
  font-size: 18px;
  font-weight: bold;
}

#contents .products-detail .data h2 .age {
  display: table-cell;
  padding: 8px;
  border-radius: 4px;
  background: #F8ABAD;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

@media screen and (max-width: 600px) {
  
  #contents .products-detail .data h2 {
    display: block;
    width: auto;
    margin: 0 -10px;
    padding: 14px 12px;
    border-top: solid 1px #EEE;
    border-radius: 0;
    text-align: right;
  }
  
  #contents .products-detail .data h2 .main {
    display: block;
    padding-right: 0;
    text-align: left;
  }
  
  #contents .products-detail .data h2 .age {
    display: inline-block;
    margin: 0;
    padding: 6px 8px;
  }
  
}

#contents .products-detail .data .data-inner {
  padding: 5px 20px;
  border: 1px #EEE;
  border-style: none solid solid;
  border-radius: 0 0 5px 5px;
}

@media screen and (max-width: 600px) {
  
  #contents .products-detail .data .data-inner {
    padding: 5px 0 0;
    border: none;
    border-bottom: dashed 1px #D4D4D4;
    border-radius: 0;
  }
  
}

#contents .support-sale .data p,
#contents .support-sale .data .link-list {
  margin: 5px 0;
}

#contents .products-detail .data-main {
    display: inline-block;
    width: 48%;
    font-size: 0;
    vertical-align: top;
}
@media screen and (max-width: 600px) {
  #contents .products-detail .data-main {
    width: 56%;
  }
}

/* price */

#contents .products-detail p.price {
  margin: 10px 0;
  font-size: 12px;
}

#contents .products-detail p.price strong {
  font-size: 14px;
}

/* social */

#contents .products-detail .social {
  margin: 10px 0;
  font-size: 12px;
}

#contents .products-detail .social li {
  float: left;
  max-width: 110px;
  margin-right: 5px;
}

/* online shop link btn */
#contents .products-detail .shoplink {
    display: inline-block;
    width: 46%;
    font-size: 0;
    vertical-align: top;
    margin: 6px 0;
}

#contents .products-detail .shoplink a {
    font-size: 14px;
    color: #fff;
    background-color: #f66152;
    padding: 4px;
    width: 200px;
    display: block;
    border-radius: 6px;
    height: 55px;
    letter-spacing: 0.5px;
}
#contents .products-detail .shoplink a:hover {
    text-decoration: none;
    opacity: .8;
}
#contents .products-detail .shoplink .shop-name {
    width: 100%;
    display: block;
    text-align: center;
    padding: 6px 0;
    font-size: 16px;
    font-weight: bold;
}
#contents .products-detail .shoplink .shop-buy {
    text-align: right;
    margin-right: 6px;
}
p.shop-buy::after {
    display: inline-block;
    content: '';
    background-image: url('/common/img/shoplink_arrow.png');
    width: 19px;
    height: 14px;
    margin-left: 4px;
    background-size: contain;
    vertical-align: top;
    background-position: center center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 600px) {
  #contents .products-detail .shoplink {width: 42%;}
  #contents .products-detail .shoplink a {max-width: 100%;font-size: 3vw;}
  #contents .products-detail .shoplink .shop-name {
    font-size: 3.2vw;
  }
  p.shop-buy::after {
    width: 4vw;
    height: 3.6vw;
  }
}

@media screen and (max-width: 360px) {
  #contents .products-detail .data-main {
    width: 100%;
  }
  #contents .products-detail .shoplink {
    width: 100%;
  }
  #contents .products-detail .shoplink a {
    margin: 0 0 0 auto;
    height: auto;
    max-width: 220px;
  }
  #contents .products-detail .shoplink .shop-name {
    font-size: 16px;
  }
  #contents .products-detail .shoplink .shop-buy {
    font-size: 14px;
  }
}

/* actions */

#contents .products-detail .actions {
  margin: 20px 0 5px;
  padding: 10px 0 5px;
  border: 1px #D4D4D4;
  border-style: dashed none;
}

@media screen and (max-width: 600px) {
  
  #contents .products-detail .actions {
    margin-top: 10px;
  }
  
}

#contents .products-detail .actions .buttons {
  margin: 0 -4px 1px 0;
}

#contents .products-detail .actions .buttons li {
  float: left;
  width: 33.33%;
  padding: 0 4px 4px 0;
}

@media screen and (max-width: 600px) {
  
  #contents .products-detail .actions .buttons li {
    width: 50%;
  }
  
}

#contents .products-detail .actions .buttons li a {
  display: table;
  width: 100%;
  padding: 6px;
  border: solid 1px #EEE;
  border-radius: 4px;
  background: #F9F7F4;
  color: inherit;
}

#contents .products-detail .actions .buttons li a:hover {
  opacity: .75;
}

#contents .products-detail .actions .buttons li a .pic,
#contents .products-detail .actions .buttons li a .title {
  display: table-cell;
  vertical-align: middle;
}

#contents .products-detail .actions .buttons li a .pic {
  width: 32px;
  padding-right: 6px;
}

#contents .products-detail .note4shop {
  font-size: 90%;
}

/* spec */

#contents .products-detail .spec {
  margin: 10px 0;
}

@media screen and (max-width: 600px) {
  
  #contents .products-detail .spec {
    border: solid 1px #AEA28E;
    border-radius: 5px;
  }
  
}

#contents .products-detail .spec .btn {
  display: none;
}

@media screen and (max-width: 600px) {
  
  #contents .products-detail .spec .btn {
    display: block;
  }
  
  #contents .products-detail .spec .btn a {
    display: block;
    margin: -1px;
    padding: 12px;
    border-radius: 5px;
    background: #AEA28E;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
  }
  
  #contents .products-detail .spec .btn a:before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-right: 6px;
    background: url(../img/icon_spec_btn.png) 0 0 no-repeat;
  }
  #contents .products-detail .spec.is-active .btn a:before {
    background-position: 0 -11px;
  }
  
  #contents .products-detail .spec .body {
    display: none;
    padding: 0 10px;
  }
  
}

#contents .products-detail .spec table {
  width: 100%;
  margin: -5px 0;
  line-height: 1.6;
}

@media screen and (max-width: 600px) {
  
  #contents .products-detail .spec table {
    margin-top: 0;
    margin-bottom: 0;
  }
  
}

#contents .products-detail .spec table th {
  width: 30%;
  padding: 5px 5px 5px 0;
  font-weight: bold;
}

#contents .products-detail .spec table td {
  padding: 5px 0 5px 5px;
}

/* function */

#contents .products-detail .function {
  margin: 5px -5px -5px 0;
}

@media screen and (max-width: 600px) {
  
  #contents .products-detail .function {
    margin-top: 10px;
  }
  
}

#contents .products-detail .function li {
  float: left;
  overflow: hidden;
  width: 60px;
  margin: 0 5px 5px 0;
  border: solid 1px #EEE;
  border-radius: 8px;
}

/* explanation */

#contents .products-detail .explanation {
  margin: 20px 0;
}

#contents .products-detail .explanation p {
  margin: 1.6em 0;
  line-height: 1.6;
}

/* links */

#contents .products-detail .links {
  margin: 30px 0;
  text-align: right;
}

@media screen and (max-width: 600px) {
  
  #contents .products-detail .links {
    display: none;
  }
  
}

#contents .products-detail .links a {
  padding-left: 20px;
  background: url(../img/icon_links.png) 0 2px no-repeat;
}



/* qa
   ========================================================================== */

#contents .qa {
  margin: 30px 0;
  border-top: solid 1px #EBEBEB;
}

@media screen and (max-width: 600px) {
  
  #contents .qa {
    display: none;
  }
  
}

#contents .qa h2 {
  display: table;
  width: 100%;
  margin: 10px 0;
}

#contents .qa h2 .main,
#contents .qa h2 .sub {
  display: table-cell;
  vertical-align: middle;
}

#contents .qa h2 .main {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}

#contents .qa h2 .main:before {
  content: url(../img/icon_heading.png);
  display: inline-block;
  margin-right: 6px;
  line-height: 1;
  vertical-align: middle;
}

#contents .qa h2 .sub {
  width: 75px;
}

#contents .qa h2 .btn {
  display: block;
  padding: 12px 8px 12px 16px;
  border-radius: 4px;
  background: 50% 50% no-repeat #AEA28E;
  text-align: center;
  line-height: 0;
}

#contents .qa h2 .btn:hover {
  opacity: .75;
}

#contents .qa h2 .btn:after {
  content: url(../img/icon_more_arrow.png);
  display: inline-block;
  margin-left: 7px;
  vertical-align: middle;
}

#contents .qa h2 .btn img {
  display: inline-block;
  vertical-align: middle;
}

#contents .qa li a {
  display: block;
  margin-bottom: 4px;
  padding: 10px;
  border-radius: 4px;
  background: url(../img/icon_qa_arrow.png) 98.5% 50% no-repeat #FFF8F7;
  color: #83725F;
}

#contents .qa li a:before {
  content: url(../img/icon_qa_question.png);
  display: inline-block;
  margin-right: 14px;
  line-height: 1;
  vertical-align: middle;
}



/* related-item-sp
   ========================================================================== */

#contents .related-item-sp {
  display: none;
}

@media screen and (max-width: 600px) {
  
  #contents .related-item-sp {
    display: block;
  }
  
  #contents .related-item-sp h2 {
    margin: 0 -10px 10px;
    padding: 10px;
    border: solid 1px #EEE;
    background: #F7F7F7;
  }
   
  #contents .related-item-sp ul {
    margin: 0 -2px 8px 0;
  }
  
  #contents .related-item-sp li {
    float: left;
    width: 33.33%;
    padding: 0 2px 2px 0;
  }
  
  #contents .related-item-sp li a {
    display: block;
    padding: 1px;
    border: solid 1px #EEE;
    color: inherit;
  }
  
}



/* related-sp
   ========================================================================== */

#contents .related-sp {
  display: none;
}

@media screen and (max-width: 600px) {
  
  #contents .related-sp {
    display: block;
  }
  
  #contents .related-sp h2 {
    margin: 0 -10px;
    padding: 10px;
    border: solid 1px #EEE;
    background: #F7F7F7;
  }
  
  #contents .related-sp ul {
    margin: 0 -10px;
    line-height: 1.6;
  }
  
  #contents .related-sp li + li {
    border-top: dashed 1px #D4D4D4;
  }
  
  #contents .related-sp li a {
    display: block;
    padding: 14px 48px 14px 14px;
    background: url(../img/icon_topics_arrow.png) 96% 50% no-repeat;
    color: inherit;
  }
  
}



/* links-sp
   ========================================================================== */

#contents .links-sp {
  display: none;
}

@media screen and (max-width: 600px) {
  
  #contents .links-sp {
    display: block;
    margin: 0 -10px;
  }
  
  #contents .links-sp li {
    margin-bottom: 2px;
  }
  
  #contents .links-sp li a {
    display: block;
    padding: 22px 10px;
    background: url(../img/icon_links.png) 98% 50% no-repeat #F7F7F7;
    color: inherit;
    font-size: 16px;
    font-weight: bold;
  }
  
}

/* spfootnav
   ========================================================================== */

#contents .spfootnav {
  display: none;
}

@media screen and (max-width: 600px) {
  
  #contents .spfootnav {
    display: block;
    margin: 15px -10px 0;
    border-top: solid 1px #EEE;
    overflow: hidden;
  }
  
  #contents .spfootnav ul {
    margin: 0 -2px -2px 0;
  }
  
  #contents .spfootnav li {
    float: left;
    width: 50%;
  }
  
  #contents .spfootnav a {
    display: block;
    color: inherit;
    border: 1px #E3E3E3;
    border-style: none dashed dashed none;
  }
  
  #contents .spfootnav a:hover {
    opacity: .75;
  }
  
  #contents .spfootnav .item {
    display: table;
    margin: 0 auto;
    padding: 18px 10px;
    font-weight: bold;
  }
  
  #contents .spfootnav .column {
    display: table-cell;
    vertical-align: middle;
  }
  
  #contents .spfootnav .column-icon {
    width: 28px;
    padding-right: 8px;
  }
  
  #contents .spfootnav .word {
    display: inline-block;
  }
  
}