@charset "euc-jp";

/* --------------------------------
	Product List SettingProduct
-------------------------------- */

/* img-area */
#img-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom:15px;
}
#slider {
	width: 100%;
	margin: 0 auto 20px;
}
#slider img {
	width: 100% !important;
	display: block;
}
#thumbnail-list {
	width: 100%;
}
.thumbnail-item {
	width: 23%;
	float:left;
	margin-right:2.6666%;
	margin-bottom: 10px;
	box-sizing: border-box;
	position: relative;
  border-radius: 5px;
  overflow:hidden;
}
.thumbnail-item:nth-child(4n) {
	margin-right:0;
}
.thumbnail-item:after {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition:  0.2s;
	transition:  0.2s;
    background: rgba(0,0,0,.3);
}
.thumbnail-item.thumbnail-current:after {
	/*border: solid 2px #f7ea48;*/
    background: rgba(0,0,0,0);
}
.thumbnail-item img {
	width: 100%;
	margin: 0 auto;
}

/* edit-area */
#edit-area #flag-area {
	width:60px;
	margin:0 auto;
}
#edit-area h2 {
	font-size:18px;
	margin-top:10px;
  margin-bottom:25px;
}
#edit-area #comment-area {
  line-height:1.8;
}
#edit-area #comment-area p {
  margin-bottom:1.5em;
}
#edit-area #comment-area .wrap-video {
  width:600px;
  max-width: 100%;
    margin: 40px auto 30px;
}
#edit-area #comment-area .wrap-video video {
  display: block;
	max-width: 100%;
}
#edit-area #comment-area .wrap-video h4 {
  margin-bottom:10px;
}
#edit-area #comment-area .wrap-video p {
  font-size:12px;
  margin-top:10px;
}
/* wrap-cart */
.wrap-cart {
	margin-bottom:50px;
}
.wrap-cart #spec-area {
	font-size:13px;
	margin:20px 0;
}
.wrap-cart #spec-area dt ,.wrap-cart #spec-area dd {
	margin-bottom:10px;
}
.wrap-cart #spec-area dt {
	font-weight:bold;
	width:80px;
	float:left;
}
.wrap-cart #spec-area dd {
	margin-left:80px;
}
.wrap-cart .note {
	font-size:12px;
	padding:10px 15px 5px;
	border:1px solid #e83859;
	border-radius:4px;
	color:#e83859;
}
.wrap-cart .note li {
	/*margin-left:1em;
	text-indent:-1em;*/
	margin-bottom:5px;
}
.wrap-cart .box-cart {
	background:#f8f5ed;
	border-radius:4px;
	padding:20px 20px 30px;
}
.wrap-cart .box-cart .ttl-item {
	margin:0 0 10px;
	font-size: 16px;
}
.wrap-cart .box-cart .price {
	color:#e83859;
	font-size:24px;
	font-weight:bold;
  margin-bottom:30px;
}
.wrap-cart .box-cart .price span {
	font-size:13px;
}
.wrap-cart .box-cart .price span.discount-rate {
	margin-left:10px;
	font-size:14px;
}
.wrap-cart .box-cart .regular-price {
	font-size:13px;
	margin-top:-10px;
	margin-bottom:20px;
	color:#999;
}
.wrap-cart .box-cart .regular-price span {
	text-decoration: line-through;
}
.wrap-cart .box-cart dl {
	font-size:13px;
}
.wrap-cart .box-cart dl dt {
	margin-bottom:5px;
  font-weight:normal;
}
.wrap-cart .box-cart dl dd {
	margin-bottom:25px;
}
.wrap-cart .box-cart .stocks {
	margin-top:-10px;
  font-size:13px;
}
.wrap-cart input,.wrap-cart select {
    font-size: 12px;
    height: 42px;
    line-height: 42px;
    padding: 0 25px 0 10px;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    width: 100% !important;
    display: inline-block;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}
.wrap-cart .select-label {
	position:relative;
}
.wrap-cart .select-label:after {
	position: absolute;
	content: "";
	top: 50%;
	right: 10px;
	width:0px;
	height:0px;
	margin: -2px 0 0 0;
	border: 5px solid transparent;
	border-top: 5px solid #40270d;
	cursor: pointer;
	pointer-events: none; /
}
::-ms-expand {
display: none;
}
.wrap-cart .box-cart .btn {
	display: block;
	font-family:'Quicksand', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    padding: 17px 10px;
    font-size: 14px;
	width:100%;
    max-width: 380px;
    margin: 25px auto 0;
}
.wrap-cart .btn-addcart {
	background: #ea7589;
	-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  color:#fff;
}
.wrap-cart .btn-addcart:hover {
	background-color:#d7556b;
}
.wrap-cart .box-cart .btn-soldout {
	background:#dedede;
	letter-spacing:.1em;
}
.wrap-cart .box-cart .stock_error {
	color:#e83859;
	font-size:12px;
	margin-top:10px;
}

/* share-area */
.share-area{
	list-style:none;
	padding:20px 0 ;
}
.share-area li{
	display:inline-block;
	margin:0;
	margin-right:7px;
	vertical-align:middle;
}
.share-area li.caption{
	margin-right:15px;
	font-size:13px;
	font-weight:500;
}
.share-area li.sns{
	position:relative;
	overflow:hidden;
	width:30%;
	max-width:100px;
  	transition:  0.2s;
}
.share-area li.sns:hover {
  opacity:.7;
}
.fb-xfbml-parse-ignore{
	display:block;
}
.share-area li.sns .positionner{
	display:block;
	width:100%;
}
.share-area li.sns .sns_inside{
	display:block;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	opacity:0;
}
.share-area li.sns .sns_inside .line-it-button {
	width:100% !important;
}
/* link-area  */
.link-area {
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:20px 0;
}
.link-area li a {
	position:relative;
	color: #999;
	font-size:13px;
	padding-left:10px;
}
.link-area li a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 5px;
    height: 1px;
    background: #999;
}

@media only screen and (min-width:480px) {
#edit-area,.wrap-cart {
	margin-left:30px;
	margin-right:30px;
}
}

@media only screen and (max-width: 767px) {
.wrap-cart .note {
	margin-bottom:30px;
}
}
@media only screen and (min-width: 768px) {
/* img-area */
#img-area {
	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#slider {
	width: 68%;
	margin: 0 0 20px;
}
#thumbnail-list {
	width: 30%;
}
.thumbnail-item {
	width:48%;
	margin-right:4%;
	cursor:pointer;
}
.thumbnail-item:nth-child(even) {
	margin-right:0;
}

/* wrap-cart*/
.wrap-cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.wrap-cart .wrap-spec {
	width:55%;
}
.wrap-cart .cart-area {
	width:40%;
}


}

@media only screen and (max-width: 980px) {
/* edit-area  */
#edit-area #comment-area {
    font-size: 14px;
    margin-bottom: 20px;
}
}
@media only screen and (min-width: 981px) {
/* edit-area  */
#edit-area h2 {
	margin:25px 0 30px;
}
#edit-area #comment-area {
	margin-bottom:40px;
}

.wrap-sublist {
	margin-bottom:30px;
}
}
@media only screen and (min-width: 1361px) {
/* edit-area  */
#edit-area h2 {
	text-align:center;
}
}

/* 2021.03.23追記 */
.option-num {
  position:relative;
  z-index: 1;
}
.option-num:after {
   position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #40270d;
  border-right: 2px solid #40270d;
  z-index: 2;
}
.item-num {
  display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}
.item-num a {
  display:block;
  margin:0 !important;
  width:60px !important;
  background:#40270d;
  position:relative;
}
.item-num a:before,.item-num a:after {
	position: absolute;
  top: 0;
  bottom:0;
  right:0;
  left:0;
  margin:auto;
  content: '';
  display: inline-block;
  width: 12px;
  height: 0;
  border-top: 2px solid #f8f5ed
}
.item-num a.btn-plus:after {
  transform: rotate(90deg);
}
.item-num a.btn-minus {
  border-top-left-radius:5px;
  border-bottom-left-radius:5px;
}
.item-num a.btn-plus {
  border-top-right-radius:5px;
  border-bottom-right-radius:5px;
}
.product_cart_init_num {
  text-align:center;
  border-radius:0 !important;
}

/* 24.05.22 追記 */
#product-images {
  margin-top:50px;
      margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}
#product-images ul li {
  box-sizing:border-box;
}
#product-images ul li img {
  width:100%;
}
@media only screen and (min-width: 480px) {
    #product-images {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media only screen and (min-width: 681px) {
#product-images ul {
display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
  #product-images ul li {
    width:50%;
  }
}