@charset "utf-8";
/* CSS Document */

/* -- all -- */
.tokushu {
	display: block;
	position: relative;
	overflow: hidden;
	width: 510px;
	margin: 0;
	padding: 0;
	line-height: 100%;
	text-align: center;
	font-size: 62.5% !important;
	line-height: 1 !important;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	color: #080404;
	background: url("../images/bg.jpg") repeat;
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif!important;
}

.tokushu p,
.tokushu div {
	margin: 0;
	padding: 0;
}
.tokushu a {
	text-decoration: none!important;
}

.br-pc {
display:block; 
}
.br-sp { 
	display:none;
}
/* -- header -- */
.tokushu .top {
	width: 100%;
	margin: 0 auto 25px!important;
}

.tokushu .top img {
	width: 100%;
}

.tokushu .lead{
	width: 90%;
	margin: 0 auto 25px!important;
	background: #fff;
	box-shadow :
        0 0 0 1px #080404,
        0 0 0 2px #fff,
        0 0 0 4px #080404;
}

.tokushu .lead h6{
	font-size: 18px!important;
	font-weight: bold;
	background: #080404;
	color: #fff;
	text-shadow:
0px 0px #e60012, /* テキストの影を指定（[左右][上下][影の色]） */
1px 1px #e60012,
2px 2px #e60012;
padding: 5px 0!important;
}

.tokushu .lead p{
	font-size: 14px!important;
	font-weight: bold;
	line-height: 1.2;
	padding: 5px 0!important;
	}
	
.tokushu .lead p span{
	background: #ffe8a1;
	}
	
	.tokushu .lead p small{
	font-size: 12px!important;
	}

h3 {
	margin:  0;             
  font-size:  23px!important;
  position:  relative;
  display:  inline-block;
  padding: 4px 30px 2px!important;
	background: #9e7f50;
	box-shadow :
        0 0 0 1px #080404,
        0 0 0 2px #9e7f50,
        0 0 0 4px #080404;
	color: #080404;
	font-weight: bold;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media all and (-ms-high-contrast:none){
	h3{
	padding: 8px 30px 3px!important;
	}
}

.cont_title {
    position: relative;
    margin-bottom:20px!important;
}

/*h3:before, h3:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 100%;
height: 2px;
border-top: solid 1px #000000;
border-bottom: solid 1px #000000;
}
h3:before {left:150px;
}
h3:after {right: 30px;}*/


.cont_title:before{
	content:  ''; 
    display:  block;
    position:  absolute;
		bottom: 50%;
    left:  0;  
    width:  100%;
    height:  1;
		 box-shadow :
        0 0 0 1px #080404,
        0 0 0 2px #9e7f50,
        0 0 0 3px #080404;
		background: #9e7f50!important;
}
/* -- btn -- */
.tokushu .btn_wrap {
	width: 100%;
	background: rgba(110,32,37,0.45);
	margin: 0 auto 15px!important;
	font-weight: bold;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.tokushu .btn_wrap .btn{
	padding: 10px 0!important;
	text-align: left;
}

.tokushu .btn_wrap .btn h5{
	position: relative;
  display: inline-block;
  margin: 0 1em 1em!important;
  padding: 7px 10px!important;
/*  min-width: 120px;
  max-width: 100%;*/
	font-size: 15px!important;
	background: #501a1c;
	color: #fff;
}

.tokushu .btn_wrap .btn h5:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 20%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #501a1c;
}

.tokushu .btn_wrap .btn{
	padding: 10px 0!important;
	width: 95%;
	margin: 0 auto!important;
}

.tokushu .btn_wrap .btn .inner{
	display: inline-block;
	width: 100%;
	margin: 0 auto!important;
	text-align: center;
}


.tokushu .btn_wrap .btn a{
	font-size: 13px!important;
	color: #fff;
	display: inline-block;
	background: #080404;
	width: 28%;
	margin: 0 5px!important;
	text-align: center;
	padding: 5px 0!important;
	border: 2px solid #080404;
  -webkit-box-shadow:0px 0px 0px 1px #ffffff inset;
  -moz-box-shadow:0px 0px 0px 1px #ffffff inset;
  box-shadow:0px 0px 0px 1px #ffffff inset;
}

.tokushu .btn_wrap .btn a:hover{
	color: #000000!important;
	text-decoration: none;
	background:#b50210!important;
}

.tokushu .btn_wrap .btn a:visited{
	color: #fff;
	background:#080404;
}


/* -- contents -- */
.tokushu .contents {
	width: 100%;
	display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
	-webkit-box-lines: multiple;
  -moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	 -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
	justify-contents: space-between;
}

.tokushu .contents .product-m {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-flow: column nowrap;
	ustify-content: space-between;
  width: 46%;
  margin: 0 5px 10px!important;
  text-align: center;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
	min-height: 0%;
	background: #080404;
}

.tokushu .contents .product-s {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-flow: column nowrap;
	ustify-content: space-between;
  width: 31%;
  margin: 0 2.5px 15px!important;
  text-align: center;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
	min-height: 0%;
	background: #080404;
}

.tokushu .contents .product-m:nth-child(2n+1):last-child{
  margin: 0!important;
	margin-right: 48%!important;
}

.tokushu .column::after{
	content: "";
	display: block;
	width: 32%;
	height: 0;
}

.tokushu .contents .product-m .inner,.tokushu .contents .product-s .inner{
	margin: 0 auto!important;
	margin-top: auto!important;
	width: 100%;
}

.tokushu .contents .product-m div,.tokushu .contents .product-s div{
	overflow: hidden;
}

.tokushu .contents .product-m .p_img,.tokushu .contents .product-s .p_img{
	width: 90%;
	height: auto;
	margin: 8px auto 0!important;
	background: none;
	text-align: center;
	align-self: flex-start;
}

.tokushu .p_img img {
	width: 100%;
	height: auto;
	border: 1px solid #9e7f50;
}

.tokushu .contents .product-m h4,.tokushu .contents .product-s h4{
	padding: 8px  5px 0!important;
	text-align:center;
	font-size: 0.8rem!important;
	font-weight: bold;
}

.tokushu .contents .product-m h4 span,.tokushu .contents .product-s h4 span{
	font-size: 0.7rem!important;
	font-weight: normal;
}
.tokushu .contents .product-m h4 a,.tokushu .contents .product-s h4 a{
	font-size: 0.8rem!important;
	font-weight: bold;
	line-height: 1.2;
	color: #fff;
	text-decoration: none;
}

.tokushu .contents .product-m h4 a:hover,.tokushu .contents .product-s h4 a:hover{
	color: #9e7f50!important;
	text-decoration: underline;
}

.tokushu .contents .product-m h4 a:visited,.tokushu .contents .product-s h4 a:visited{
	color: #fff!important;
}

.tokushu .contents .product-m .value,.tokushu .contents .product-s .value {
	margin: 0 auto!important;
	margin-top: auto!important;
	width: 100%;
}

.tokushu .contents .product-s .value .media{
	background: #9e7f50;
	display: inline-block;
	width: 95%;
	padding: 3px 0!important;
	font-size: 1.6em!important;
	font-weight: bold;
	margin-top: 10px!important;
}

.tokushu .contents .product-m .value dl,.tokushu .contents .product-s .value dl{
	display: block;
	color: #fff;
	margin-bottom: 5px!important;
	margin-top: 10px!important;
}

.tokushu .contents .product-s .value dl{
	margin-top: 5px!important;
}

@media all and (-ms-high-contrast:none){
	.tokushu .contents .product-s .value dl{
	margin-top: 10px!important;
	}
}

.tokushu .contents .product-m .value dl dt{
	display: inline-block;
	font-size: 0.8rem!important;
	font-weight: bold;
}

.tokushu .contents .product-s .value dl dt{
	display: inline-block;
	font-size: 0.7rem!important;
	font-weight: bold;
}

.tokushu .contents .product-m dl dd{
	display: inline-block;
	font-size: 1.2rem!important;
	font-weight: bold;
}

.tokushu .contents .product-s dl dd{
	display: inline-block;
	font-size: 1.1rem!important;
	font-weight: bold;
}

.tokushu .contents .product-m dl dd span,.tokushu .contents .product-s dl dd span{
	font-size: 0.6em!important;
	font-weight: normal;
}

/*.tokushu .contents .product-m dl dd:after{
	display: inline-block;
	content: "（税込）"!important;
	font-size: 0.6rem!important;
	font-weight: normal;
}*/

.tokushu .contents .product-m .value select {
	width: 85%;
	font-size: 13px !important;
	margin: 0 0 5px !important;
	padding: 5px;
}

.tokushu .contents .product-m .value input {
	height: inherit !important;
}

.tokushu .contents .product-m .cart{
	display: inline-block;
	margin: 5px auto 10px!important;
	padding: 8px 20px 5px!important;
	font-size: 1rem!important;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background:#55211f;
	border: solid 1px #c60212;
}

.tokushu .contents .product-s .cart {
	display: inline-block;
	width: 80%;
	margin: 0px auto 8px!important;
	padding: 7px 0 5px!important;
	font-size: 0.9rem!important;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background:#55211f;
	border: solid 1px #c60212;
	box-sizing: border-box!important;
}


.tokushu .contents .product-m .cart:hover,.tokushu .contents .product-s .cart:hover{
	color: #000000!important;
	text-decoration: none;
	background:#b50210;
}

.tokushu .contents .product-m .cart:visited,.tokushu .contents .product-s .cart:visited{
	color: #fff!important;
	text-decoration: none;
	background:#c60212;
}

.tokushu .bnr {
	width: 100%;
	margin:30px auto 30px!important;
}

.tokushu .bnr a{
	color: #fff;
	margin:0 auto !important;
	background:linear-gradient(#561e1e, #080404);
	background: -moz-linear-gradient(left, #561e1e, #080404); 
	background: -webkit-linear-gradient(left, #561e1e, #080404); 
	background: linear-gradient(to right, #561e1e, #080404); 
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 20px!important;
	font-weight: bold;
	padding: 10px 35px!important;
}

@media all and (-ms-high-contrast:none){
.tokushu .bnr a{
	padding: 10px 35px 5px!important;
	}
}

.tokushu .bnr a:hover{
	color: #000000!important;
	background: #b40311;
}

.tokushu .bnr a:visited{
	color: #fff;
}

.tokushu .footer {
	display: block;
	margin: 10px 0 0!important;
}

.tokushu .footer p {
	font-size: 11px!important;
	margin-bottom: 15px!important;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.tokushu .footer p i{
	padding-right: 3px!important;
}

/*.tokushu .footer p:before {
	display: inline-block;
	margin-right: 5px!important;
	font-family: FontAwesome;
	contents: "\f1f9";
}
*/

.tokushu .backtop {
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  right: 10px;
	}
	
.tokushu .overlay {
	display: none;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 103;
	width: 100%;
	height: 100%;
}

.tokushu .overlay_box {
	width: 100%;
}

.tokushu .overlay img {
	position: fixed;
	top: 50%;
	left: 50%;
	max-width: 600px;
	max-height: 600px;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

/*　モーダル設定 */
.tokushu .modal-window {
	display: flex;
	justify-contents: center;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	/*transition: opacity 0.5s, transform 0s 0.5s;*/
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}

.tokushu .modal-window:target {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
}

.tokushu .is-active.modal-window {
	display: block;
}

.tokushu .modal-window:target {
	display: block;
}

.tokushu .modal-window .modal-inner img {
	position: fixed;
	top: 50%;
	left: 50%;
	max-width: 600px;
	max-height: 600px;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.tokushu .modal-window .modal-close {
	display: block;
	text-indent: 0px;
	overflow: hidden;
	cursor: default !important;
}

.tokushu .modal-window .modal-close:before {
	contents: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}

.tokushu .modal-window .modal-close:after {
	contents: ' ';
	position: absolute;
	top: 25px;
	left: 50%;
	z-index: 20;
	margin-left: 285px;
	border-radius: 2px;
	padding: 2px 8px;
	font-size: 1.2em;
	text-decoration: none;
	text-indent: 0;
}

.tokushu .modal-window {
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.tokushu .modal-inner {
	position: relative;
}

.tokushu modal-inner img {
	display: block;
}


