@charset "euc-jp";

/* =========================================
default
============================================*/
.input-prepend.input-append input {
	font-size: 24px;
	padding-top: 11px;
	padding-bottom: 11px;
	width: 100px;
	text-align: right;
}

/* =========================================
¾¦ÉÊ²èÁü
============================================*/
#single .sec-product {
	margin-top: 7.3vw;
	margin-bottom: 36.7vw;
	position: relative;
}
#single .sec-product .product-img_blc {
	margin-bottom: 13vw;
}
#single .sec-product .product-img_blc .product-img_main {
	width: 100%;
	text-align: center;
}
#single .sec-product .product-img_blc .product-img_main img{
	width: auto;
	max-height: 63.2vw;
}
#single .sec-product .product-img_blc .product-img_list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 4.3vw;
}
#single .sec-product .product-img_blc .product-img_list li {
	width: 19.3vw;
	height: 13.5vw;
	position: relative;
}
#single .sec-product .product-img_blc .product-img_list li::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	background-color: rgba(0, 0, 0, 0.3);
	opacity: 0;
	transition: .3s;
}
#single .sec-product .product-img_blc .product-img_list li.is-active::before {
	opacity: 1;
}
#single .sec-product .product-img_blc .product-img_list li:not(:nth-child(4n+4)) {
	margin-right: 4.3vw;
}
#single .sec-product .item_ttl {
	font-size: 2.3rem;
	font-weight: 700;
	line-height: 1.7;
	margin-bottom: 7.7vw;
}
#single .sec-product .txt_blc {
	margin-bottom: 13.7vw;
}
#single .sec-product .txt_blc .prduct-option {
	margin-top: 20px;
}
#single .sec-product .info_blc {
	background-color: #F8F8F8;
	padding: 7.2vw;
	margin-bottom: 7.2vw;
}
#single .sec-product .info_blc .price_box {
	display: flex;
	align-items: center;
	margin-bottom: 5.7vw;
}
#single .sec-product .info_blc .price_box .txt {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.2;
	margin-right: 2.4vw;
}
#single .sec-product .info_blc .price_box .price {
	font-size: 2.8rem;
	font-weight: 700;
}
/* #single .sec-product .info_blc .price_box .price::after {
	content: "(ÀÇÈ´)";
	font-size: 1.8rem;
	display: inline-block;
	vertical-align: baseline;
} */
#single .sec-product .info_blc .form_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 7.2vw;
}
#single .sec-product .info_blc .form_box .txt {
	font-size: 1.4rem;
}
#single .sec-product .info_blc .form_box .box_inner {
	width: 61.1vw;
	height: 14.4vw;
}
.input-append, .input-prepend {
	margin-bottom: 0 !important;
}
#single .sec-product .info_blc .form_box .box_inner input {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #DCDCDC;
	background-color: #FFF;
	padding: 2.4vw;
	text-align: left;
}
#single .sec-product .info_blc .form_box .box_inner .product_btn {
	display: none;
}
#single .sec-product .info_blc .cart_box .cart_btn{
	width: 100%;
	height: 14.4vw;
	background-color: #000;
	font-size: 1.6rem;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
#single .sec-product .info_blc .cart_box .cart_btn::before {
	content: "";
	width: 2.4vw;
	height: 2.4vw;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	position: absolute;
	right: 3.6vw;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}
#single .sec-product .info_blc .cart_box .cart_btn .icon-cart{
	width: 5.5vw;
	height: 5vw;
	display: block;
	background: url(https://file003.shop-pro.jp/PA01459/442/img/common/icon_cart-w.png) no-repeat center;
	background-size: contain;
	margin-right: 1.2vw;
	pointer-events: none;
}
#single .sec-product .list_blc {
	margin-bottom: 12vw;
}
#single .sec-product .list_blc .link_list li {
	margin-bottom: 5.3vw;
	font-size: 1.4rem;
}
#single .sec-product .list_blc .sns_list {
	display: flex;
	align-items: center;
}
#single .sec-product .list_blc .sns_list li:first-child{
	margin-right: 2.4vw;
}
#single .sec-product .list_blc .sns_list li:last-child {
	margin-left: -2vw;
}
#single .sec-product .genzairyo {
	margin-bottom: 18vw;
	font-size: 1.4rem;
	line-height: 1.7;
}

.single_gift-banner img{
    margin: 0 auto 30px;
    width: 100%;
    height: auto;
    display: block;
    border: 1.5px solid #000
  }

  #single .sec-product .setsumei_ttl {
	font-size: 2.3rem;
	font-weight: 700;
	line-height: 1.7;
	margin-top: 13vw;
	margin-bottom: 6.5vw;
}

@media (min-width: 768px) {
	#single .sec-product {
		margin-top: 0;
		margin-bottom: 100px;
	}
	#single .sec-product .product-img_blc {
		margin-bottom: 52px;
	}
	#single .sec-product .product-img_blc .product-img_main img{
		max-height: 400px;
	}
	#single .sec-product .product-img_blc .product-img_list {
		margin-top: 20px;
	}
	#single .sec-product .product-img_blc .product-img_list li {
		width: 130px;
		height: 100px;
	}
	#single .sec-product .product-img_blc .product-img_list li:not(:nth-child(4n+4)) {
		margin-right: 10px;
	}
	#single .sec-product .item_ttl {
		font-size: 20px;
		margin-bottom: 30px;
	}
	#single .sec-product .txt_blc {
		margin-bottom: 56px;
	}
	#single .sec-product .info_blc {
		padding: 15px;
		margin-bottom: 20px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#single .sec-product .info_blc .price_box {
		margin-bottom: 0;
	}
	#single .sec-product .info_blc .price_box .txt {
		font-size: 11px;
		margin-right: 5px;
	}
	#single .sec-product .info_blc .price_box .price {
		font-size: 20px;
	}
	#single .sec-product .info_blc .price_box .price::after {
		font-size: 14px;
	}
	#single .sec-product .info_blc .form_box {
		margin-bottom: 0;
		justify-content: center;
	}
	#single .sec-product .info_blc .form_box .txt {
		font-size: 12px;
	}
	#single .sec-product .info_blc .form_box .box_inner {
		width: 80px;
		height: 40px;
		margin: 0 5px;
	}
	#single .sec-product .info_blc .form_box .box_inner input {
		padding: 3px 10px;
	}
	#single .sec-product .info_blc .cart_box .cart_btn{
		width: 180px;
		height: 50px;
		font-size: 14px;
	}
	#single .sec-product .info_blc .cart_box .cart_btn::before {
		width: 8px;
		height: 8px;
		right: 10px;
	}
	#single .sec-product .info_blc .cart_box .cart_btn .icon-cart{
		width: 20px;
		height: 19px;
		margin-right: 5px;
	}
	#single .sec-product .list_blc {
		margin-bottom: 50px;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	#single .sec-product .list_blc .link_list li {
		margin-bottom: 17px;
		font-size: 12px;
	}
	#single .sec-product .list_blc .link_list li:first-child {
		margin-right: 20px;
	}
	#single .sec-product .list_blc .sns_list li:first-child{
		margin-right: 10px;
	}
	#single .sec-product .list_blc .sns_list li:last-child {
		margin-left: -8px;
	}
	#single .sec-product .genzairyo {
		margin-bottom: 100px;
		font-size: 14px;
	}

	#single .sec-product .setsumei_ttl {
		font-size: 20px;
		margin-top: 52px;
		margin-bottom: 30px;
	}
  
  .single_gift-banner img{
    margin: 0 auto 30px;
    width: 80%;
    height: auto;
    display: block;
    border: 2px solid #000
  }
}
@media (min-width: 1024px) {
	#single .sec-product {
		margin-bottom: 200px;
	}
	#single .sec-product .product-img_blc .product-img_main img{
		max-height: 560px;
	}
	#single .sec-product .product-img_blc .product-img_list li {
		width: 185px;
		height: 130px;
	}
	#single .sec-product .product-img_blc .product-img_list li:not(:nth-child(4n+4)) {
		margin-right: 20px;
	}
	#single .sec-product .item_ttl {
		font-size: 25px;
	}
	#single .sec-product .txt_blc {
		margin-bottom: 56px;
	}
	#single .sec-product .info_blc {
		padding: 45px 40px;
		margin-bottom: 20px;
	}
	#single .sec-product .info_blc .price_box {
		margin-bottom: 0;
	}
	#single .sec-product .info_blc .price_box .txt {
		font-size: 15px;
		margin-right: 10px;
	}
	#single .sec-product .info_blc .price_box .price {
		font-size: 28px;
	}
	#single .sec-product .info_blc .price_box .price::after {
		font-size: 18px;
	}
	#single .sec-product .info_blc .form_box .txt {
		font-size: 15px;
	}
	#single .sec-product .info_blc .form_box .box_inner {
		width: 120px;
		height: 48px;
		margin: 0 10px;
		position: relative;
	}
	#single .sec-product .info_blc .form_box .box_inner input {
		padding: 5px 30px 5px 10px;
	}
	#single .sec-product .info_blc .form_box .box_inner .product_btn {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 7px 8px 7px;
		border-color: transparent transparent #000000 transparent;
		display: block;
		position: absolute;
		right: 10px;
	}
	#single .sec-product .info_blc .form_box .box_inner .product_btn.btn_up {
		top: 13px;
	}
	#single .sec-product .info_blc .form_box .box_inner .product_btn.btn_down {
		bottom: 13px;
		transform: scale(1,-1);
	}
	#single .sec-product .info_blc .cart_box .cart_btn{
		width: 280px;
		height: 60px;
		font-size: 18px;
		transition: .3s;
	}
	#single .sec-product .info_blc .cart_box .cart_btn:hover {
		opacity: .7;
	}
	#single .sec-product .info_blc .cart_box .cart_btn::before {
		width: 10px;
		height: 10px;
		right: 20px;
	}
	#single .sec-product .info_blc .cart_box .cart_btn .icon-cart{
		width: 23px;
		height: 21px;
	}
	#single .sec-product .list_blc {
		margin-bottom: 75px;
	}
	#single .sec-product .list_blc .link_list {
		width: 410px;
	}
	#single .sec-product .list_blc .link_list li {
		font-size: 13px;
		display: inline-block;
	}

	#single .sec-product .setsumei_ttl {
		font-size: 25px;
	}
  
  .single_gift-banner img{
    margin: 0 auto 30px;
    width: 80%;
    height: auto;
    display: block;
    border: 2px solid #000
  }
    
}



/* =========================================
¸¶ºàÎÁ
============================================*/
