@charset "UTF-8";

/* 品切れ非表示商品
=================================================================================================*/
/* ひも */
.op-himo .himo-fujiiro{
	_display: none;
}

/* バチ専用オプション
=================================================================================================*/
.op-name{
	display: none;
}
.bachi .op-name{
	display: block;
	width: 90%;
	max-width: 400px;
	margin: auto;
	padding: 20px;
	text-align: center;
	background: #ffe;
	border: 1px solid #aaa;
	border-radius: 6px;
}
.op-name h4{
	margin: 10px;
	padding: 5px 0;
	color: #222;
	background: #ad8;
}
.op-name input[type="text"]{
	_margin: 10px;
	padding: 10px;
	font-size: 1.2rem;
}
.op-name #ok,
.op-name #ng{
	display: inline-block;
	font-size: 1rem;
}
.op-name #ok{
	width: 150px;
	margin-right: 10px;
}
.op-name #ok:disabled{
	background: #ccc;
}
.op-name #ng{
	color: #a00;
	background: #eaa;
}
.op-name #kakunin{
	margin: 10px 0 0;
}
.op-name #kakunin strong{
	font-size: 1.2rem;
	color: #800;
}
.op-name div{
	width: 80px;
	display: inline-block;
}
.op-name label{
	display: block;
	font-size: 0.6rem;
	border: transparent 4px solid;
}
.op-name img{
	width: 100%;
}
.op-name input[type="radio"]{
	display: none;
}
.op-name input[type="radio"]:checked + label{
	color: #a00;
	background: #fee;
	border: 4px solid #f00;
	box-shadow: 0 0 5px #f00;
}

/* ティーガー専用オプション
=================================================================================================*/
.op-himo{
	display: none;
}
.tiga .op-himo{
	display: block;
	max-width: 700px;
	margin: auto;
}
.op-himo span{
	display: block;
	font-size: 0.8rem;
}
.op-himo div{
	width: 40px;
	display: inline-block;
	vertical-align: top;
}
.op-himo label{
	display: block;
	font-size: 0.6rem;
	border: transparent 4px solid;
}
.op-himo img{
	width: 100%;
}
.op-himo input[type="radio"]{
	display: none;
}
.op-himo input[type="radio"]:checked + label{
	color: #a00;
	background: #fee;
	border: 4px solid #f00;
	box-shadow: 0 0 5px #f00;
}

/* Ｔシャツ専用オプション
=================================================================================================*/
/* 品切れ */
#etc-tshirt-01w .size-m,
#etc-tshirt-01w .size-xxl,
#etc-tshirt-01w .size-xxxl,
#etc-tshirt-02w .size-xxxl{
	pointer-events: none;
	background: #ccc;
}


.op-size{
	display: none;
}
.tshirt .op-size{
	display: block;
	width: 90%;
	max-width: 700px;
	margin: auto;
	text-align: center;
}
.kh .op-type{
	display: block;
	width: 90%;
	max-width: 700px;
	margin: auto;
	text-align: center;
}
.op-size span,
.op-type span{
	display: block;
	font-size: 0.8rem;
}
.op-size div,
.op-type div{
	width: 60px;
	display: inline-block;
	margin-top: 10px;
}
.op-size label,
.op-type label{
	display: block;
	padding: 20px 0;
	font-size: 0.8rem;
	font-weight: bold;
	letter-spacing: -4px;
	border: 4px solid #ccc;
}
.op-size input[type="radio"],
.op-type input[type="radio"]{
	display: none;
}
.op-size input[type="radio"]:checked + label,
.op-type input[type="radio"]:checked + label{
	color: #fff;
	background: #7c0;
	border: 4px solid #7c0;
	box-shadow: 0 0 5px 0 rgba(64,192,0,3);
}


/* スライダー
=================================================================================================*/
.splide__slide img{
	width: 100%;
	height: auto;
}
#thumbnail-slider{
	margin-top: 10px;
}
#thumbnail-slider .splide__slide {
	opacity: 0.6;
}
#thumbnail-slider .splide__slide.is-active {
	opacity: 1;
	border: 3px solid #00afea;
}


/* スライダー
=================================================================================================*/
#top-image img{
	width: 100%;
	height: auto;
}

.slider-pro{
  display: none;
}
.slider-pro.sp-horizontal{
  display: block; /*sp-horizontalが付与されたら表示*/
}
.sp-thumbnail-container{
	border: 4px solid transparent;
	margin: 0 !important;
}
.sp-selected-thumbnail{
	border: 4px solid #00afea;
}
.sp-grab{
	cursor: pointer !important;
}

/* 値段
=================================================================================================*/
.price-area{
	max-width: 600px;
	margin: auto;
	padding: 10px 20px 0;
	color: #422;
}

.price{
	display: none;
}
.price,
.price-taxin,
.price-taxin-ex,
.soryo{
	text-align: right;
}
.price{
	font-size: 0.8rem;
}
.price-taxin{
	font-size: 1.2rem;
	font-weight: bold;
}
.price-taxin-ex{
	font-size: 1.2rem;
	font-weight: bold;
	color: #f00;
}
.soryo{
	font-size: 0.8rem;
}

.price:before{
	content: "￥";
}
.price-taxin:before{
	content: "￥";
}
.soryo:before{
	content: "送料￥";
}
.price:before,
.price-taxin:before,
.price-taxin-ex:before,
.soryo:before{
	font-size: 0.8rem;
}

.price:after,
.price-taxin:after,
.price-taxin-ex:after,
.soryo:after{
	content: "（税込）";
}
.price:after,
.price-taxin:after,
.price-taxin-ex:after{
	font-size: 0.8rem;
}
.soryo:after{
	font-size: 0.6rem;
}

/* 600以上 =============================*/
@media only screen and (min-width: 600px){
.price{
	font-size: 1.4rem;
}
.price-taxin,
.teikeigai{
	font-size: 1rem;
}
.price:before,
.price-taxin:before,
.teikeigai:before{
	font-size: 0.9rem;
}
.price:after{
	font-size: 1rem;
}
}


/* 特価表示
=================================================================================================*/
.price-taxin-ex{
	display: none;
}
.sale .price-taxin-ex{
	display: block;
}
.sale .price-taxin{
	text-decoration: line-through;
}
.sale .price-taxin-ex:before{
	content: "50%OFF 特価￥";
}


/* フォームエリア
=================================================================================================*/
main form{
	max-width: 600px;
	margin: 20px auto 50px;
	padding: 0 10px;
	text-align: center;
}
.amount-area{
	display: inline-block;
	margin-right: 10px;
	vertical-align: bottom;
}
.amount-area.only{
	display: none;
}
.amount-area select{
	font-size: 1rem;
	padding: 5px;
}
.add-cart{
	display: none;
	width: 75%;
	width: calc(100% - 90px);
	padding: 20px 0;
	font-size: 1.2rem;
}
.out .add-cart,
.end .add-cart,
.wait .add-cart{
	background: #ccc;
	cursor: default;
	pointer-events: none;
}
.out .amount-area,
.end .amount-area,
.wait .amount-area{
	display: none;
	cursor: default;
	pointer-events: none;
}

/* 電話注文
=================================================================================================*/
#tel-order{
	max-width: 600px;
	margin: 20px auto;
	text-align: center;
}
#tel-order h3{
	font-size: 1rem;
	color: #7a0;
}
#tel-order p{
	margin: 5px 0;
	line-height: 1.5;
}
#tel-order strong{
	font-size: 1rem;
	color: #822;
	background: linear-gradient(transparent 50%, yellow 30%);
}
#tel-order .btn{
	width: 300px;
	margin: auto;
	font-size: 1.1rem;
}
#tel-order .btn span{
	display: block;
	font-size: 0.9rem;
	line-height: 1.3;
}
#tel-order .btn span:last-child:after{
	content: "営業 12:00～19:00 定休 火･水･木";
	display: block;
	font-size: 0.7rem;
	font-weight: normal;
}
.out #tel-order,
.not #tel-order{
	display: none;
}

/* SNS
=================================================================================================*/
#sns{
	margin: 10px auto;
	text-align: center;
}
#sns li{
	display: inline-block;
	margin: 0 10px;
	cursor: pointer;
	vertical-align: middle;
}
#sns svg{
	width: 32px;
	height: auto;
}

/* 説明文
=================================================================================================*/
.description{
	max-width: 600px;
	margin: auto;
	padding: 20px 20px 0;
	font-size: 1rem;
}
.description .only,
.description .original,
.description .teiban{
	display: block;
	margin: 10px 0;
	padding: 5px 10px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.5rem;
	color: #fff;
	_background: #7a0;
	background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
	text-shadow: 1px 2px 0 rgba(127,0,0,0.5);
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	border-radius: 3px;
}


.description h3{
	margin-top: 10px;
	font-size: 1rem;
}
.description p + p{
	margin-top: 10px;
}
.description ul{
	list-style: disc outside;
	margin: 10px 0 10px 1em;
}
.description li{
	line-height: 1.2;
}
.description li{
	margin-bottom: 10px;
}
.description dl{
	width: 100%;
	margin: 10px 0;
	overflow: hidden;
}
.description dt{
	display: block;
	float: left;
	clear: left;
	min-width: 20%;
}
.description dd{
	display: block;
	float: left;
	width: 80%;
}
.description .alert{
	display: block;
	margin-top: 10px;
	font-size: 0.8rem;
	font-style: normal;
	line-height: 1.2;
	color: #a00;
}

/* 説明文（本専用）
=================================================================================================*/
.description table{
	max-width: 300px;
	margin: 20px auto;
	font-size: 0.8rem;
}
.description caption{
	display: none;
	font-weight: bold;
}
.description th{
	text-align: left;
}
.description th,
.description td{
	padding: 3px 10px;
	border-bottom: 1px solid #aaa;
}
.description ol{
	margin-left: 2em;
	font-size: 0.8rem;
}
.description li{
	margin-bottom: 5px;
}

.description .col-low,
.description .col-high{
	columns: 2;
}
.description .col-low li,
.description .col-high li{
	margin-bottom: 2px;
}
/* 960以上 =============================*/
@media only screen and (min-width: 960px){
.description .col-high{
	columns: 3;
}
.description .col-low li,
.description .col-high li{
	margin-bottom: 5px;
}
}

/* 写真
=================================================================================================*/
#item-photo{
	max-width: 600px;
	margin: auto;
	padding: 10px;
}
#item-photo img{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

/* 関連商品
=================================================================================================*/
#item-kanren .flex-area{
	max-width: 800px;
	margin: auto;
	padding: 10px 0;
	text-align: center;
}
#item-kanren .flex-item{
	width: 30%;
	height: auto;
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: top;
	font-size: 1rem;
}
#item-kanren .flex-item:nth-child(2),
#item-kanren .flex-item:nth-child(5){
	margin-left: 10px;
	margin-right: 10px;
}
#item-kanren img{
	width: 100%;
	height: auto;
}
#item-kanren h3{
	font-size: 0.8rem;
	padding: 5px;
	line-height: 1.2;
	text-align: left;
}
#item-kanren .price{
	padding: 0 5px 5px;
	font-size: 0.8rem;
	text-align: right;
	color: #422;
}
#item-kanren .price:before{
	font-size: 0.8rem;
	content: none;
}

/* 見出しclass
=================================================================================================*/
.title-style_01{
	padding: 20px 10px;
	line-height: 150%;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 3px rgba(0,0,0,0.5);
	clear: both;
	font-size: 1.2rem;
	background: #361b15 url(../common/bg-ebony.png); /* ok */
}

.title-style_02{
	padding: 20px 10px;
	line-height: 150%;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 3px rgba(0,0,0,0.5);
	clear: both;
	font-size: 1.2rem;
	background: #6e3312 url(../common/bg-wood-01.jpg); /* ok */
	position: relative;
	clear: both;
	box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}
.title-style_02:before,
.title-style_02:after{
	width: 100%;
	height: 3px;
	content: "";
	position: absolute;
	left: 0;
		background: -webkit-linear-gradient(left,#f4e396,#cf9f3e,#fff9bb,#cf9f3e,#f4e396);
		background-image: -moz-linear-gradient(left,#f4e396,#cf9f3e,#fff9bb,#cf9f3e,#f4e396);
	background: linear-gradient(to right,#f4e396,#cf9f3e,#fff9bb,#cf9f3e,#f4e396);
}
.title-style_02:before{
	top: 0;
}
.title-style_02:after{
	bottom: 0;
}

/* 600以上 =============================*/
@media only screen and (min-width: 600px){
.title-style_01{
	padding: 20px;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}
.title-style_02{
	padding: 20px;
	font-size: 1.5rem;
}
}

/* splide-core.min.css
=================================================================================================*/
@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}
