@charset "euc-jp";
h3.review_ttl {
    font-size: 1.5rem;
}


.product-title {
    border-bottom: 2px solid #CCC;
    font-weight: bold;
    line-height: 1.4;
    padding: 10px 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
}

#last-day {
    color: #999999;
    font-size: 1rem;
    margin: 0 15px 10px;
    text-align: right;
}
.slick-slide span {
    background-color: rgba(255, 0, 0, 0.7);
    color: #DCDCDC;
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
    left: 10%;
    padding: 5px 18px;
    position: absolute;
    text-indent: 0;
    top: 38%;
    transform: rotate(-20deg);
    width: 80%;
}
.product_tabs {
    border-bottom: 1px solid #333333;
    border-top: 1px solid #333333;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.product_tabs li {
    float: left;
    font-weight: bold;
    padding: 5px 10px;
    text-align: center;
    cursor: pointer;
    width: 50%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.product_tab {
    background-color: #f6f6f6;
    display: inline-block;
    padding: 10px 0;
    text-align: center;
}
.product_tab.active {
    background-color: #1D1D1F;
}
.product_tab.active a, .product_tab.active a:hover {
    color: #fff;
    text-decoration: none;
}

.product_tab a {
    color: #333333;
    font-size: 12px;
}

.product_panels {
    clear: both;
    padding: 20px 5px;
}
.product_panel.active {
    display: block;
}
.product_panel {
    display: none;
    clear: both;
}


.product_img_sub ul {
    margin: 0;
    padding: 0;
}

.product_img_sub ul li {
    list-style: none outside none;
    text-align: center;
}
.product_img_sub ul li img {
    border-radius: 5px;
}
.taglist i {
    padding: 0 5px 0 0;
}

/* 200916 */
.slick-slide img{
	width: 100% !important;
	height: auto;
	border-radius: 0;
}

/*************************下のカートボタン****************************/
#bottom-cart-botton {
    bottom: 35px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 999;
	background-color: #fff; /* 200916 */
	display: none;
}

#bottom-cart-botton .bottom-cart-botton-inner {
    position: relative;
    width: 100%;
	padding: 5px 0 0; /* 200916 */
}
#bottom-cart-botton .bottom-cart-botton-inner form {
    margin: auto;
    width: 45%;
    padding: 0 5px 0 0px;
}
#bottom-cart-botton .bottom-cart-botton-inner .buy__inner {
    float: left;
    margin: 0;
}
#bottom-cart-botton .bottom-cart-botton-inner .buy__inner p {
    font-size: 8px;
    line-height: 10px;
    margin: 0;
    padding: 0;
}
#bottom-cart-botton .bottom-cart-botton-inner .buy__inner input {
    font-size: 65%;
    padding: 3px;
    text-align: center;
    width: 3em;
}
#bottom-cart-botton .bottom-cart-botton-inner form button {
    font-size: 100%;
    padding: 10px 0;
    width: 70%;
}
.op__inner div p {
    line-height: 1em;
    margin: 0;
    padding: 0;
}
.op__inner div label[for="option"] {
    float: left;
    font-size: 3.5vw;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
form.scroll-cart .op__inner .pulldown {
    height: auto;
}

/****************レビュー*******************/
.icon_star {
    overflow: hidden;
    width: 75px;
}
.icon_star img {
    max-width: 150px;
}

ul.review_poster {
    color: #000000;
    list-style: none outside none;
    margin: 0 0 15px;
    padding: 0;
}
ul.review_poster li {
    color: #969696;
    float: left;
    padding: 0 10px;
}
.product_reviews {
    max-height: 290px;
    overflow: hidden;
}
.reviewlist_content {
    clear: both;
}
.reviewlist {
    font-size: 1rem;
    margin: 20px 0;
}
.product_reviews_btn {
    margin: 15px 0;
    text-align: center;
}
.product_reviews_btn a {
    border-radius: 5px 5px 5px 5px;
    padding: 5px 10px;
}

#kiji br {
    display: none;
}
.pass_row {
	clear: both;
	margin-bottom: 10px;
}
.pass_row .password_field {
	width: 55%;
}
.pass_top{
  margin-bottom:10px;
}
.product__fav-item {

}
.product__fav-item button {
	padding: 10px 15px;
	cursor: pointer;
	transition: .2s;
	color: #000;
	border: 0;
	outline: none;
		margin-top: 10px;
	width: 100%;
	background-color: #fff;
	border-radius: 5px;
  text-align:center;
  margin-bottom:10px !important;
  box-shadow:0 0 0 1px #999;
}
.product__fav-item svg {
	width: 20px;
	height: 20px;
	vertical-align: -.35em;
	fill: currentColor;
}
.product__fav-item .on{
  display:none;
}
.product__fav-item .off{
  display:inline-block;
  margin-left:0.5em;
}
.favorite-button.fav-items {
	background: #efefef;
}
.product__fav-item .fav-items .on{
  display:inline-block;
    margin-left:0.5em;
}
.product__fav-item .fav-items .off{
  display:none;
}

#product .date {
    text-align: right;
    padding: 0 1%;
}
.favorite-button{
  width:100%;
  border-radius:6px;
    position:relative;
}
.favo_link2{
  display:none;
  margin-bottom:0;
}

.favo_link2 a {
	display: block;
	border-radius: 5px;
	padding: 2px;
	box-shadow: 0 0 0 1px #aaa;
	color: #666;
	margin-top: 10px;
  text-align: center;
}
#return_category {
    clear: both;
  margin-top: 1em;
}
#return_category a{
  text-shadow: 0 0 6px #fff, 0 0 6px #fff;
  display:block;
  padding:.5em 1em;
  border-radius:5px;
  margin:0 auto;
  box-shadow:0 0 0 1px #aaa;
  text-align:center;
  width:80%;
  font-size:1.4em;
  font-weight:bold;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: .5em center !important;
}
#return_category a:before {
    content: "他の";
    margin-right: .5em;
    font-size:.8em;
}
#return_category a:after {
    content: "を見る";
    margin-left: .5em;
    font-size:.8em;
}
.buy .caution {
	color: #f00;
	margin-bottom: .5em;
}
.buy .naire{
  margin-bottom:.5em;
}
#datepicker {
	padding: .5em;
}
.naire .day {
	font-weight: bold;
	padding-right: 1em;
}



/* ---------- product page ---------- */
.product-sp{}

.product-sp h4{
	font-size: 1.2em;
	border-bottom: 6px double #000;
	border-left: 0px !important;
	line-height: inherit;
}

.product-sp p{}

.product-sp .fw_bold{font-weight: bold;}

.product-sp .fc_red{color: #c51527;}
.product-sp .fc_gold{color: #9e762b;}

.product-sp .box_title{
	font-size: 1.2em;
	padding: 1rem 2rem;
	border: 2px solid #000;
	overflow: hidden;
}
.product-sp .box_title span{
	float: right;
}
.product-sp .box_title:after{
	content:" ";
	display:block;
	clear:both;
}

.product-sp .inline_box{
	margin: 10px 0 20px;
}
.product-sp .inline_box .box{
	font-size: 16px;
	margin: 0px auto;
	float: none;
}
.product-sp .inline_box .box img{
	width: 100% !important;
	height: auto;
}
.product-sp .inline_box .box table{
	width: 100%;
	margin: 20px 0px;
}
.product-sp .inline_box .box th{
	position: relative;
	text-align: left;
	width: 30%;
	vertical-align: baseline;
}
.product-sp .inline_box .box th:after{
	display: block;
	content: "：";
	/*width: 20px;
	height: 2px;
	background-color: #333;*/
	position: absolute;
	top:calc(3% - 1px);
	right:10%;
}
.product-sp .inline_box .box td{
	text-align: left;
	width: 70%;
}

.product-sp .inline_box .w40{
	width: 40%;
}
.product-sp .inline_box .w60{
	width: 60%;
}
.product-sp .inline_box .w100{
	width: 100%;
}

.product-sp .postage{
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0 40px;
}
.product-sp .postage th{
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #eee;
	background-color: #f9f9f9;
	padding: 10px;
}
.product-sp .postage td{
	border-bottom: 1px solid #eee;
	padding: 10px;
}

.product-sp .please{
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0 40px;
}
.product-sp .please th{
	display: block;
	width: 100%;
	font-weight: normal;
	text-align: left;
	border-bottom: none;
	background-color: #F3F3F3;
	padding: 10px;
}
.product-sp .please td{
	display: block;
	width: 100%;
	padding: 10px;
}
.product-sp .please .last td:last-child{
	border-bottom: solid 1px #eee;
	width: 100%;
}
.product-sp .please td span{
	font-weight: bold;
	color: #640125;
}

.product-sp .red-box{background: #a41e25; color: #fff; margin: 4em 0; padding-bottom: 2em;}
.product-sp .red-box .title{font-family: 'Noto Serif JP', serif; text-align: center; padding: 1em 0 0; font-size: 1.5em !important; margin: 0;}
.product-sp .red-box img{width: 100%; height: auto;}
.product-sp .red-box ul{margin-bottom: 2em;}
.product-sp .red-box li{list-style: disc !important; line-height: 1em; line-height: 1.5; padding: 0 1em 1em;}

.product-sp table.flow_box{
	border-spacing: 20px;
	margin: 20px 0;
}
.product-sp table.flow_box img{
	width: 50%;
	height: auto;
}
.product-sp table.flow_box td{
	width: 100%;
	display: block;
}
.product-sp table.flow_box td:first-child{
	text-align: center;
}

/* ---------- /product page ---------- */
