@charset "euc-jp";
h3.review_ttl {
    font-size: 1.5rem;
}
.slick-dots {bottom: 0!important;}
.imagelist2 {padding-bottom: 30px;}
.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 #999;
    border-top: 1px solid #999;
    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: #a38435;
}
.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;
}

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

#bottom-cart-botton .bottom-cart-botton-inner {
    position: relative;
    width: 100%;
}
#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 {
}
.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;
}

.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;
}
.product_explain > table{
  max-width:100%;
  table-layout:fixed;
  width:auto !important;
}

.product_explain table[width="720"]{
  max-width:100%;
}

.product_explain td[width="370"] {
  display: block;
  text-align:left;
  max-width:100vw;
  width:100%;
}
.product_explain table[width="740"] ,
.product_explain td[width="370"] table{
  width:90vw;
}

.product_explain table[width="740"] > tbody > tr:first-child{
  display:none;
}

.product_explain td[width="370"] table[width="360"]::before {
	display:table-caption;
	content: "アレルギー情報";
	color: #000;
	width: 100%;
}
td[bgcolor="#F5EBE1"]{
  background:#f5f5f5;
}
ul.ice_list{
  list-style:none;
  padding:0;
}
.youtube_frame,
.product_explain iframe{
  max-width:100%;
  height:56vw;
  width:100%;
}
[box="3"]{
  display:flex;
  flex-flow:row wrap;
  list-style:none;
  margin:0;
  padding:0;
}
[box="3"] li{
  flex-basis:32%;
  text-align:center;
  align-self: top;
}
[box="3"] li:nth-child(3n+2){
  margin:0 2%;
}
[box="3"] li img{
  max-width:100%;
}
[box="3"] em{
  font-style:normal;
  font-weight:bold;
  display:block;
  color:#000;
  line-height:1.2;
}
[box="3"] p{
  font-size:.8em;
}

.text-titles-list.row {
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
}
textarea[name*="product_text"] {
	width: calc(100% - 2em) !important;
	padding: 1em;
	background: #fffbe9;
	border: none;
	background: ;
	box-shadow: 0 0 0 1px #d8063d;
	margin: 0 auto;
}
textarea[name*="product_text"] {
	width: 88% !important;
	font-size: 14px !important;
	line-height: 1.5;
	background: #fff8dd;
	border: none;
	padding: 1em;
  min-height:6em;
	border: solid 1px #d8063d;
}
#ice_selector {
	display: none;
}
#add_selector {
	font-size: 1em;
}
#add_selector >div{margin-bottom:1em;}
.imagelist2 {
	overflow: hidden;
	aspect-ratio: 2/1.3;
	max-height: 550px;
	margin: 0 auto 1em !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: flex !important;
	align-items: center;
	justify-content: center;
}
.slick-slide img {
	/* margin: 0 auto; */
	/* max-height: 100%; */
	/* border-radius: 5px; */
	max-width: 100%;
	height: auto !important;
	max-height: 50vw !important;
	/* display: flex; */
	/* justify-content: center; */
	/* align-items: center; */
}
.slick-slider {
        -ms-touch-action: auto !important;
        touch-action: auto !important;
}
.slick-prev{z-index:1;}
#modal_cart {position: fixed;bottom: -100vh;	height: 100vh;width: 100vw;	z-index: 10000;  display:flex;  justify-content: center;align-items: center;  flex-flow: column;transition: all 1s ;rgba(255,255,255,0);}
#modal_cart.active{bottom: 0;background: rgba(255,255,255,0.5);}
.cart_box {	background: #fafafa;padding: 1em;box-sizing: border-box;width: 300px;	max-width: 100%;box-shadow: 0 0 1px #888;position: relative;}
.cart_box .buy__num {width: 100% !important; margin-bottom:1em;}
#modal_cart .add_cart {	text-align: center;}
#modal_cart .add_cart span {background: #d8063d;padding: 0.5em 1em;border-radius: 5px;	color: #fff;cursor: pointer;}
.cart_label {
	position: absolute;
	top: -50px;
	background: #a38435;
	color: #fff;
	padding: 0.5em 1em;
	border-radius: 5px;
	cursor: pointer;
  opacity:1;
  transition: all 1s;
}
#modal_cart.active .cart_label { opacity:0;top: 100vh;}
#modal_cart .close_btn {
	display: flex;
	background: #000;
	color: #fff;
	width: 45px;
	height: 45px;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
	top: -45px;
	cursor: pointer;font-size: 1.5em;
}
#kiji .souryou_hyou {
	display: none;
}