/* Slider関連 */
.swiper-container {
    z-index: 0 !important;
}
.swiper-container.gallery-top {
  min-height: 520px;
}
.swiper-slide {
    position: relative;
    display: inline-block;
    width: 100%;
}
.swiper-slide a:before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 25px;
    height: 25px;
    background: url("https://img21.shop-pro.jp/PA01440/146/etc/zoom.png?cmsp_timestamp=20191218153609") no-repeat center / contain;
  	transition: opacity .4s ease;
}
.swiper-slide a:hover {
  cursor: zoom-in;
}
.swiper-slide a:hover img {
  opacity: 1;
}
.swiper-slide a:hover:before {
  opacity: .2;
}
.custom-thumb li {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  vertical-align: top;
  width: 15.75% !important;
  margin: 0;
  padding: 5px 0;
}
.custom-thumb li+li {
  margin-left: 1%;
}
.custom-thumb li:nth-child(6n+1) {
  margin-left: 0;
}
.custom-thumb.swiper-wrapper {
  flex-flow: wrap;
  pointer-events: none;
}
.custom-thumb li a:hover {
  opacity: 0.7;
}
.swiper-pagination-thumbs {
  position: absolute;
  top: 0;
  bottom: 0 !important;
  right: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
  align-items: center;
}
.swiper-pagination-thumb {
  outline: none;
  width: 15.6%;
  height: 100%;
  max-height: 6.85vw;
  margin-top: 6px;
  margin-bottom: 6px;
}
.swiper-pagination-thumb+.swiper-pagination-thumb {
  margin-left: 1.2%;
}
.swiper-pagination-thumb:nth-of-type(6n+1) {
  margin-left: 0;
}
.product-image-main + .swiper-container {
  margin: 10px auto;
}
/* 追加bx-slider設定 */
@media (max-width: 768px) {
  .bx-wrapper .clm3 {
    display:block;
  }
}
.together-block .item-name img {
  width: 70px;
}
.together-block .bx-wrapper .bx-controls-direction a {
  	overflow: hidden;
    display: inline-block;
    top: 42%;
    width: 26px;
    height: 26px;
}
.together-block .bx-wrapper .bx-prev {
    left: -10px;
    background: url('https://img21.shop-pro.jp/PA01440/146/etc/totop_2x.png') no-repeat center / 100% 100%;
  	transform: rotate(-90deg);
}
.together-block .bx-wrapper .bx-next {
    right: -10px;
    background: url('https://img21.shop-pro.jp/PA01440/146/etc/totop_2x.png') no-repeat center / 100% 100%;
	transform: rotate(90deg);
}
.together-block .bx-wrapper .bx-prev:hover,
.together-block .bx-wrapper .bx-next:hover {
  background-position: center center;
  opacity: .7;
}

@media (max-width: 768px) {
  #product .swiper-container {
    margin: 10px auto;
  }
.swiper-container.gallery-top {
  min-height: 92vw;
}
.swiper-pagination-thumb {
  max-height: 14.5vw;
}
}


/* fancybox関連 */
.fancybox-navigation {
  position: relative;
  height: 100%;
  margin: auto;
}
.fancybox-infobar {
  right: 0;
  margin: auto;
  margin-top: -3em;
}
.fancybox-button--play,
.fancybox-button--zoom,
.fancybox-button--thumbs {
  display: none !important;
}
.fancybox-button {
	transition: opacity .2s ease;
}
.fancybox-button[disabled] {
	opacity: 0 !important;
}
.fancybox-button.fancybox-button--close {
  position: absolute;
  z-index: 1;
  right: -5px;
  top: -35px;
  height: 40px;
  width: 40px;
  padding: 2px;
  background: url("https://img21.shop-pro.jp/PA01440/146/etc/close.png?cmsp_timestamp=20191218154127") no-repeat center / 55% 55%;
}
.fancybox-button.fancybox-button--close:hover {
    opacity: .7;
}
.fancybox-button.fancybox-button--close svg {
    opacity: 0;
}
.fancybox-navigation .fancybox-button {
    background: rgba(0,0,0,.3) !important;
}
.fancybox-navigation .fancybox-button div {
    position: relative;
    padding: 0 !important;
}
.fancybox-navigation svg {
    opacity: 0;
}
.fancybox-navigation .fancybox-button--arrow_left,
.fancybox-navigation .fancybox-button--arrow_right {
    top: calc(50% - 25px) !important;
    height: 50px !important;
    width: 50px !important;
    padding: 0 10px 0 0 !important;
}
.fancybox-navigation .fancybox-button--arrow_right {
    padding: 0 0 0 10px !important;
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_left:hover,
.fancybox-navigation .fancybox-button.fancybox-button--arrow_right:hover {
    opacity: .7;
}
.fancybox-navigation .fancybox-button--arrow_left div:before,
.fancybox-navigation .fancybox-button--arrow_right div:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 24px;
    height: 24px;
    margin: auto;
    background: url("https://img21.shop-pro.jp/PA01440/146/etc/prev.png?cmsp_timestamp=20191218155522") no-repeat center / contain;
}
.fancybox-navigation .fancybox-button--arrow_right div:before {
    background: url("https://img21.shop-pro.jp/PA01440/146/etc/next.png?cmsp_timestamp=20191218160609") no-repeat center / contain;
}


/*magnifier用*/
.product-image{position:relative;}
.slider{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
#preview{
  opacity:0;
  position: absolute;
    top: 0;
    left: 580px;
    width: 400px;
    height: 400px;
  border: solid 5px #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
#preview.show{
  opacity:1;
}

/* サムネイルactive時の枠を付ける */
.custom-thumb a,
.custom-thumb span {
  display: inline-block;
}

a.active,
.swiper-slide-thumb-active a,
.swiper-slide-thumb-active span {
  border: 1px solid #333;
}

/* サムネイルactive時の枠を付ける */
.custom-thumb a,
.custom-thumb span {
  display: inline-block;
}

a.active,
.swiper-slide-thumb-active a,
.swiper-slide-thumb-active span {
  border: 1px solid #333;
}

/* 販売価格の文字強調 */
.product_sales {
  line-height: 1.5;
  font-weight: 700;
  font-size: 1.2em;
}

/* 数量入力欄 */
input.product-cart-init-num {
  -webkit-appearance: none;
  border: 1px solid #ccc;
  height: 20px;
  width: 20%;
}

/* 名入れ入力欄 */
.product-order-form input[type="text"] {
  width: calc(100% - 13px);
}

/* カスタムオプション */
#custom-options-container {
  margin: -20px 0 20px;
}
#custom-options-container div+div {
  border-top: 1px solid #ddd;
}
#custom-options-container select,
#custom-options-container input[type="text"] {
	display: inline-block;
    width: 146px !important;
    height: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #555;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
  	padding: 4px 6px !important;
   margin-left: 16px;
  margin-top: -0.6em;
}
#custom-options-container input[type="text"] {
  height: 30px;
}
#custom-options-label {
  padding: 0 0 0 16px;
  width: calc(50% - 2.2em);
}

/* カートボタン下マージン */
.product_cart_area {
  margin-bottom: 15px;
}

/* カートボタンのデザイン */
.btn-addcart {
  background-color: #000;
  border: medium none;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  padding: 18px 0;
}

/* ギフトラッピング（商品詳細共通） */
#giftrap h4{
	font-size:16px;
	font-weight: bold;
	margin-bottom: 10px;
}
#giftrap h4 img{
	padding-right: 8px;
}
#giftrap {
	margin-bottom: 100px;
	border: 2px solid #000000;
	padding: 16px 40px 30px 40px;
}
.giftrap__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 1em;
}
.giftrap__inner img {
  width: 50%;
  height: auto;
  max-width: 700px;
}
.giftrap__inner > div {
  width: 50%;
  max-width: 385px;
  margin-left: 3em;
}
.giftrap__inner__btn {
  text-align: center;
  margin: 2em auto 0;
}
.giftrap__inner__btn a {
    display: inline-block;
    line-height: 1.4;
    color: #fff;
    text-decoration: none !important;
    background: #000;
    padding: 1em 3em;
}

/* 商品詳細table */

.product-spec-block table caption{
	font-size: 18px;
	font-weight:bold;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	text-align: left;
}

.product-spec-block .table th, .product-spec-block .table td{
	  padding: 16px;
		border-top: none;
    border-bottom: 1px solid #ddd;
}

.product_info_block img{
	display: block;
	margin: 0px auto !important;
	text-align: center;
}


.product-order-form input[type="text"] {
  border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
  border-radius: 0;
  -webkit-appearance: none;
}

/* 商品sale */
.regularPrice {
	display: block;
   text-decoration: line-through;
   font-size: 92%;
	margin-bottom: 0.3em;
}
.salePrice {
    font-size: 120%;
    font-weight: bold;
    color: #FF0000;
}


/* IE11だけで適用されるスタイルシート */
@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  .custom-thumb img {
    width: 100%; //IE11のmax-width崩れ
  }
}


/* マージン調整 */
select{
    height:auto;
}

#contents{
	margin-bottom: 100px;
}
#contents .caution{
	margin-bottom: 100px;
}

/* 見出しスタイル */
.caution2{
	background: #f0f0f0;
	padding: 40px;
}
.caution2 span{
	font-size: 16px;
	font-weight: bold;
}

/* 見出しスタイル（赤枠付き注意事項） */
.cautionrap {
	margin-bottom: 30px;
	color: #FF0000;
	border: 1px solid #FF0000;
	padding: 0px 30px 0px 30px;
}

/* 商品エリア左右 */
#product .product-image{
	width: 520px;
	float: left;
}
#product .product_info_block{
	width: 400px;
	float: right;
}
.no-brArea > br {
  display: none;
}
.product-table {
}
.product-table th {
  text-align: left;
  vertical-align: top;
  font-weight: bold;
  padding-right: 3em;
}
.product-table tr {
  border-bottom: 1px solid #f0f0f0;
}
.product-table2 {
}
.product-table2 th {
  text-align: center;
  vertical-align: top;
  font-weight: bold;
}
.product-table2 tr {
  border-bottom: 1px solid #f0f0f0;
}
.product-bold .icon:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.5em;
  height: .5em;
  margin: -.2em .4em 0 0;
  background: url('https://img21.shop-pro.jp/PA01440/146/etc/icon_ribbon.png?cmsp_timestamp=20200602165603') no-repeat center / auto 100%;
}

/* width:768px以下に適用
--------------------------------------------------------------------*/

@media (max-width: 768px) {
  #contents #product h2 {
    margin-bottom: 10px;
  }
  #product .product-image {
    	width: 100%;
		height: 100%;
	}
 	.product-image img {
    	width: 100%;
	}
	#product .product_info_block{
	width: 100%;
	}
    #giftrap {
      padding: 4px 30px 30px 30px;
  	}
    .giftrap__inner {
      flex-flow: column;
    }
  .giftrap__inner img {
    width: 100%;
    max-width: 700px;
    margin-bottom: 1.5em;
	}
     .giftrap__inner > div {
       width: 100%;
       max-width: 100%;
        margin-left: 0;
    }
    .giftrap__inner__btn {
        overflow: hidden;
    }
     .giftrap__inner__btn a {
        width: 75%;
    }
}