@charset "utf-8";

#fs_ProductDetails .fs-l-pageMain{max-width:1200px;margin:0 auto;}
.fs-c-slick .slick-prev, .fs-c-slick .slick-next{    background: rgba(30, 30, 30, 0);}
.fs-c-slick .slick-prev:before, .fs-c-slick .slick-next:before{color: black;}

.fs-c-productCarouselMainImage{position:relative;}
.fs-c-productCarouselMainImage__expandButton{position:absolute;top:0;right:0;}

.fs-c-productCarouselMainImage__thumbnail__caption{text-align:center;font-size:8px;}
.fs-c-productCarouselMainImage__thumbnailList{    display: block;overflow-x: hidden;}
.fs-c-productCarouselMainImage__thumbnailList > li{    margin: 0 5px 0 0;
    float: left;
    width: 80px;
    height: 100px;
}
.fs-c-productCarouselMainImage__image__caption {
    background: rgba(255, 255, 255, 0.82);
    color: #000000;
    font-size: 11px;
    line-height: 2;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}
.fs-l-productLayout__item{max-width:600px;}
.fs-c-slick.slick-slider{width:100%;}
.fs-c-variationList__item__title {
    background: rgba(158, 158, 158, 0.67);
    color: #FFF;
    text-align: left;
    font-size: 12px;
    padding: 3px 5px;
    margin-top: 20px;
}

.fs-c-button--primary.fs-c-button--addToCart--variation{padding: 0.8em;}

.fs-c-variationList__item__image > img{max-width:100px;}

.fs-c-variationCart__variationName__name{font-size:12px;}

.fs-c-button--inquiryAboutProduct:before{
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    background: url(https://unby.itembox.design/item/img/icon_mail.png) no-repeat;
    background-position: center;
    background-size: contain;
}

.fs-c-button--inquiryAboutProduct {
    display: block;
    position: relative;
    width: 100%;
    color: inherit;
    text-align: center;
}

.fs-c-button--inquiryAboutProduct .fs-c-button__label{
	padding-left:25px;
}

.comment{
	margin-top:20px;
}
.comment a{
	text-decoration:underline;
}
.comment a:hover{
	text-decoration:none;
}
/** title_block **/

.title_block {

    padding: 20px 0;
    margin:20px 0;
}

.fs-c-productNameHeading__name{font-size:16px;line-height:1.8em;}
.fs-c-productPrice__main__price{font-weight:bold;}
.fs-c-productNumber{
border:0;}

.fs-c-productPrices{    float: left;}

.fs-c-productPointDisplay{
    float: left;
    margin-top: 10px;
    margin-left: 20px;
    background: none;
    color: #d60000;
}

.title_block:after{
	clear:both;
	content:"";
	display:block;
}

.fs-c-productNumber{
    display: block;
    margin: 10px 0 30px 0;
}

.fs-c-button--secondary{
	padding: 0.8em 0.8em 0.6em;
}

.fs-c-variationCart__variationName__shippingDate, .fs-c-variationCart__variationName__stock{
    color: #a50000;
   }
   
   
.fs-c-productQuantityAndWishlist{display:block;}
.fs-c-productCarouselMainImage .fs-c-slick .slick-slide img{max-height:600px;}
.fs-c-variationCart--withImage > li{    grid-template-columns: auto 1fr 3.5em 128px;}

.fs-l-product2 .fs-l-productLayout > * > *{margin-bottom:20px;}
/** 商品説明アコーディオン **/

.item_desc_sp .transition, .item_desc_sp p, .item_desc_sp ul li i:before, .item_desc_sp ul li i:after {
  transition: all 0.25s ease-in-out;
}

.item_desc_sp .flipIn, .item_desc_sp h1, .item_desc_sp ul li {
  animation: flipdown 0.5s ease both;
}

.item_desc_sp .no-select, .item_desc_sp h2 {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    margin: 4px;
    font-size:16px;
    border-bottom: 1px dotted #CCC;
    padding-bottom: 9px;
}

.item_desc_sp p {
  color: #3a3a3a;
  font-size: 12px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 20px;
  line-height:1.8em;
}

.item_desc_sp ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 20px 0;
}
.item_desc_sp ul li {
    position: relative;
    padding: 0;
    margin: 0;
    padding-bottom: 4px;
    padding-top: 10px;
}
.item_desc_sp ul li:nth-of-type(1) {
  animation-delay: 0.5s;
}
.item_desc_sp ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}
.item_desc_sp ul li:nth-of-type(3) {
  animation-delay: 1s;
}
.item_desc_sp ul li:last-of-type {
  padding-bottom: 0;
}
.item_desc_sp ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 0;
}
.item_desc_sp ul li i:before, .item_desc_sp ul li i:after {
  content: "";
  position: absolute;
  background-color: #6b6b6b;
  width: 2px;
  height: 6px;
}
.item_desc_sp ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}

.item_desc_sp ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
.item_desc_sp ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 2.5em;
  z-index: 1;
  opacity: 0;
}
.item_desc_sp ul li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}

.item_desc_sp ul li input[type=checkbox]:checked ~ div{
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    transform: translate(0, 50%);
}

.item_desc_sp ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
.item_desc_sp ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}
.product-sec{
	font-weight: bold;
    font-size: 14px;
    padding-bottom: 10px;
    margin-top: 30px;
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}


/** 続きを読む **/

.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
	display:none;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 16rem;
	font-family: FontAwesome;
	content: '\f13a'' 続きをよむ';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 20px;
	background-color: rgba(27, 37, 56, 1);
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 100px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
	font-family: FontAwesome;
	content: '\f139'' 閉じる';
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}

.fs-c-breadcrumb__list--subgroup li:last-child,.fs-c-breadcrumb__list--subgroup li:first-child{display:none;}

.fs-c-breadcrumb__listItem, .fs-c-breadcrumb__listItem a{font-size:10px;}

.fs-c-featuredProduct__title{color:#3a3a3a;padding-bottom:10px;margin-bottom:40px;}