/*---------------------------------------- p-product --*/

.p-product-main{
	width:75%;
	margin: 10vmax auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;}

@media screen and (max-width:1300px) {
	.p-product-main {
		width:85%;}
}

.p-product-img {
	width:50%;}

.p-product-info {
	width:44%;
	padding-top:1vmax;}

@media screen and (max-width:540px) {
	.p-product-main {
		flex-wrap: wrap}
	.p-product-img {
		margin:0 0 5vmax 0;
		width:100%;}
	.p-product-info {
		width:100%;	}
}

.p-product-info__ttl {
	font-size: 1.15vmax;
	letter-spacing: 0.1vmax;
	font-weight: 500;}

@media screen and (max-width:1300px) {
	.p-product-info__ttl {
		font-size: 1.4vmax;}
}

.p-product-price {
	font-size: 0.9vmax;
	letter-spacing: 0.05vmax;
	font-weight: bold;}

@media screen and (max-width:1300px) {
  	.p-product-price {font-size:1.1vmax}
}

@media screen and (max-width:540px) {
	.p-product-info__ttl {
		letter-spacing: 0.15vmax;
		font-size: 2vmax}
  	.p-product-price {font-size:1.8vmax}
}

.p-product-option-select__box {
	display: flex;
  	width:100%;
  	max-width:27vmax;
  margin:2vmax 0;
	align-items: center;}

.p-product-option-select__ttl {
	width:8vmax;
	font-weight: 500;
	font-size: 0.9vmax;}

.product_cart_select {
	font-family: 'YuGothic','Yu Gothic',sans-serif;
	font-size: 0.9vmax;
  	width:calc(100% - 8vmax);
	font-weight: 500;}

@media screen and (max-width:1300px) {
	.p-product-option-select__ttl {
		font-size: 1.1vmax;	}
	.product_cart_select {
		font-size: 1.1vmax;
		width:calc(100% - 8vmax);}
}

@media screen and (max-width:540px) {
  	.p-product-option-select__box {max-width:100%}
	.p-product-option-select__ttl {
		width:13vmax;
		font-size: 1.7vmax;}
	.product_cart_select {
		font-size: 1.7vmax;
      display:block;
		width:calc(100% - 13vmax);}
}

.disable_cartin {
	width:100%;
	display: block;}

.btn-addcart {
	display: block;
	width:100%;
	margin:5vmax 0 1.2vmax 0;
	padding:0.8vmax 0;
	border-radius: 0;
	border:none;
	font-family: 'YuGothic','Yu Gothic',sans-serif;
	font-size: 0.9vmax;
	letter-spacing: 0.05vmax;
	max-width:27vmax;
	background:#676769;
	color:#ffffff;
	transition: .2s;
	text-align: center;
	line-height: 2;
	display: flex;
	justify-content: center;
	align-items: center;}

.btn-addcart>img.cart_icon {
	display: inline-block;
	width:1.3vmax;
	height: 1.3vmax;
	margin:0 1.5vmax 0 0;}

.btn-addcart:hover {
  	background:#676769;
	color:#ffffff;
	opacity: .7}

@media screen and (max-width:1300px) {
	.btn-addcart {
		padding:1.1vmax 0;
		font-size: 1.3vmax;
		letter-spacing: 0.1vmax;
		max-width:100%;}
	.btn-addcart>img.cart_icon {
		display: inline-block;
		transform: translateY(-0.2vmax);
		width:1.8vmax;
		height: 1.8vmax;
		margin:0 1.8vmax 0 0;}
}

@media screen and (max-width:540px) {
	.btn-addcart {
		padding:1.5vmax 0;
      	margin:10vmax 0 2.5vmax 0;
		font-size: 2vmax;
		letter-spacing: 0.2vmax;}
	.btn-addcart>img.cart_icon {
		transform: translateY(-0.2vmax);
		width:2.8vmax;
		height: 2.8vmax;
		margin:0 2.8vmax 0 0;}	
}

.product_toiawase {
	color:#807a79;
	text-decoration: none;
  	display:block;
  	margin:0 0 4vmax 0;
	font-size: 0.75vmax;
	letter-spacing: 0.05vmax;
	font-weight: 500;
	transition:.2s;}

.product_toiawase:hover {
	color:#807a79;
	opacity:.7;
	text-decoration:none}

@media screen and (max-width:1300px) {
	.product_toiawase {
		letter-spacing: 0.1vmax;
		font-size: 1.1vmax}	
}

@media screen and (max-width:540px) {
	.product_toiawase {
      margin: 0 0 8vmax 0;
		font-size: 1.5vmax}	
}

.p-product-explain {
	width:100%;}

.p-product-explain__body {
	width:100%;
	width:100%;
	max-width:27vmax;
	font-size: 0.8vmax;
	letter-spacing: 0.05vmax;
	font-weight: 500;
	line-height: 2.5;}

@media screen and (max-width:1300px) {
	.p-product-explain__body {
		max-width:100%;
		font-size: 1.1vmax;
		letter-spacing: 0.1vmax;
	}
}

@media screen and (max-width:540px) {
	.p-product-explain__body {
		font-size: 1.7vmax;
      	line-height:2.3;
		letter-spacing: 0.2vmax;
	}
}

.p-product-explain__body .border {
	background:#000;
	margin:2vmax 0 0 0;
	width:100%;
	max-width:27vmax;
	height: 1px;}

@media screen and (max-width:1300px) {
	.p-product-explain__body .border {
		max-width:100%}
}

@media screen and (max-width:540px) {
	.p-product-explain__body .border {
		margin:4vmax 0 0 0;}
}

.p-product-explain__body .site {
  	position: relative;
	display: inline-block;
	font-size: 0.9vmax;
	color:#000;
	text-decoration: none;
	margin:4vmax 0;
	transition: .2s}

.p-product-explain__body .site::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    transform: scale(1, 1);
    transform-origin: left top;
    transition: transform .3s;}

.p-product-explain__body .site:hover::after {
    transform-origin: right top;
    transform: scale(0, 1);}

@media screen and (max-width:1300px) {
	.p-product-explain__body .site {
		font-size: 1.3vmax;
		letter-spacing: 0.2vmax	}
}

@media screen and (max-width:540px) {
	.p-product-explain__body .site {
		font-size: 1.8vmax;}
}

/*---------------------------------------- product スライド --*/

.p-product-img__main {
	width:90%;
	margin:0 auto;}

.p-product-img__thumb {
	width:90%;
	margin:4vmax auto 0 auto;}

.p-product-img__main-item {
	position: relative;
	text-align: center;}

.p-product-img__main-item:before {
	content: "";
	display: block;
	padding-top: 100%;}

.p-product-img__main-item a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;}

.p-product-img__main-item img {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100% !important;
	max-width: 100%;
	max-height: 100%;
    object-fit:contain;
    object-position:center;
	text-align: center;}

.p-product-thumb-list {
	display: flex;
	flex-wrap: wrap;
	width:100%;
	margin-left: 0;
	margin-right:0;
	margin-top: 0;}

.p-product-thumb-list__item {
	box-sizing: border-box;
	margin: 0 10px;
	padding-left: 0;
	padding-right: 0;
	display: block;
	width: 33.3333%;	
	transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);}

@media screen and (max-width:540px) {
  .p-product-thumb-list__item {margin:0 5px}
}

.p-product-thumb-list__item:hover, .p-product-thumb-list__item.is-current {
	opacity: 0.7;
	cursor: pointer;}

.p-product-thumb-list__img {
	/* overflow用 */
	position: relative;
	width:100%!important;
	text-align: center;}

.p-product-thumb-list__img:before {
	content: "";
	display: block;
	margin:0;
	width: 100%!important;
	height: auto;
	padding-top: 100%;}

.p-product-thumb-list__img img {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: auto !important;
	max-width: 100%;
	max-height: 100%;
	text-align: center;}

/* 商品画像 slider */
.p-product-img__main .slick-track {
	margin-left: 0;
	margin-right: 0;}

.p-product-img__main .slick-prev,
.p-product-img__main .slick-next,
.p-product-img__thumb .slick-prev,
.p-product-img__thumb .slick-next {
	top: 50%;
	width: 2vmax;
	height: 2vmax;
	transition: all 0.4s ease;
	z-index: 1;}

.p-product-img__main .slick-prev:before,
.p-product-img__main .slick-next:before,
.p-product-img__thumb .slick-prev:before,
.p-product-img__thumb .slick-next:before {
	content: "";
	position: absolute;
	top:0.4vmax;
	left:0.3vmax;
	width:1vmax;
	height: 1vmax;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	transition: all 0.4s ease;
	z-index: 1;}

.p-product-img__main .slick-prev,
.p-product-img__thumb .slick-prev{
	left: -6%;}

.p-product-img__main .slick-prev:before,
.p-product-img__thumb .slick-prev:before{
	transform: rotate(-45deg);}

.p-product-img__main .slick-next,
.p-product-img__thumb .slick-next{
	right: -6%;}

.p-product-img__main .slick-next:before,
.p-product-img__thumb .slick-next:before{
	left:0.6vmax;
	transform: rotate(135deg);}

.input-prepend {
	width:auto;
	display: flex;
  	margin:0;
	justify-content: flex-start;
	align-items: center;}

.input-prepend .btn {
	width:1.6vmax;
	height: 1.6vmax;
	display: inline-block;
	margin:0;padding:0;
  	border-radius:0!important;}

.input-prepend img {
	display: block;
	width:1.6vmax!important;
	height: 1.6vmax;
	margin: 0;}

.input-prepend input {
    border:1px solid #999999;
    margin:0 0.5vmax;
    height:1.6vmax;
    width:4vmax;
    padding:0;
    font-size:0.9vmax;
    text-align:center;}

.kazu_box_wrap {
	display: flex;
    margin:2vmax 0;
	justify-content: flex-start;
	align-items: center;}

.kazu_box_th {
    font-size:0.85vmax;
    color:#000;
  	letter-spacing:0.05vmax;
	width:8vmax;}

@media screen and (max-width:1300px) {
 	.input-prepend .btn {width:2vmax;height:2vmax;}
	.input-prepend img {width:2vmax!important;height:2vmax;}
	.input-prepend input {margin:0 0.8vmax;height:2vmax;width:5vmax;font-size:1.1vmax;}
  	.kazu_box_th {font-size:1.1vmax}
}

@media screen and (max-width:540px) {
 	.input-prepend .btn {width:3vmax;height:3vmax;}
	.input-prepend img {width:3vmax!important;height:3vmax;}
	.input-prepend input {margin:0 1vmax;height:3vmax;width:8vmax;font-size:1.8vmax;}
  	.kazu_box_th {font-size:1.7vmax;width:15vmax;letter-spacing:0.1vmax;}
  	.input-prepend {width:calc(100% - 15vmax);}
}

.input-prepend {
	width:calc(100% - 8vmax);}

