@charset "UTF-8";

/*-----------------------------------------------
 font
-----------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap&subset=japanese");
@import url("http://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp.min.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp.min.css");

@import url("http://fonts.googleapis.com/css?family=Roboto:400,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700,900&display=swap");

@import url('http://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

@import url('https://use.fontawesome.com/releases/v5.6.0/css/all.css');
@import url('http://use.fontawesome.com/releases/v5.6.0/css/all.css');


@media screen and (min-width:480px) {
	.tokushu_wrap .sp {
		display: none !important;
	}
}

/*-----------------------------------------------
 base
-----------------------------------------------*/
.tokushu_wrap {
	width: 510px;
	margin: 0;
	padding: 0;
	color: #303030;
	background: #fff url(../images/bg.png) repeat-y right top;
	text-align: center;
	font-size: 62.5% !important;
	line-height: 1 !important;
	font-family: 'Roboto', YakuHanJP, 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.tokushu_wrap p,
.tokushu_wrap div {
	margin: 0;
	padding: 0;
}

.tokushu_wrap a {
	text-decoration: none !important;
}

/*-----------------------------------------------
 sns
-----------------------------------------------*/
.sns_wrap {
	margin: 5px 0 5px 3px !important;
}

.sns_wrap .fb-like {
	margin-top: -2px !important;
}

.sns_wrap .line {
	display: inline-block;
	margin-top: -2px !important;
	padding-left: 5px\0 !important;
	padding-left: 5px\9 !important;
	line-height: 0;
}

/*-----------------------------------------------
 header
-----------------------------------------------*/
.tokushu_wrap .header {
	position: relative;
	width: 100%;
	margin: 0 !important;
	padding: 0 0 5px !important;
	text-align: left !important;
}

.tokushu_wrap .header img {
	width: 100%;
}

/*-----------------------------------------------
 contents
-----------------------------------------------*/
.tokushu_wrap .cont_wrap {
	position: relative;
	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;
	margin-top: 5px !important;
	padding: 0 auto !important;
	text-align: center !important;
	table-layout: fixed;
}

/*-----------------------------------------------
 見出し
-----------------------------------------------*/
.tokushu_wrap h3 {
	display: inline-block;
	width: 100%;
	margin: 0px auto 4px !important;
	padding: 0 !important;
	text-align: left !important;
	border-bottom: 2px solid #fe9a25;
}

.tokushu_wrap h3 span {
	display: block;
	width: calc(100% - 5px);
	color: #fe9a25;
	font-size: 32px !important;
	font-weight: 900;
	letter-spacing: 2.0px !important;
	line-height: 100% !important;
	margin: 0 0 2px !important;
	padding: 0 0 6px 5px !important;
	border-bottom: 2px solid #202020;
}

.tokushu_wrap h3 span:first-letter {
	color: #202020;
	font-size: 50px !important;
	font-family: 'Roboto', sans-serif;
}

/*-----------------------------------------------
 見出し サブ
-----------------------------------------------*/
.tokushu_wrap .sub_ttl {
	display: inline-block;
	width: 100%;
	color: #fe9a25;
	font-size: 21px !important;
	font-weight: 600;
	margin: 25px auto 2px !important;
	padding: 4px 0 2px !important;
	text-align: center !important;
	background-color: #000;
}

.tokushu_wrap .sub_ttl.topnon {
	margin: 5px auto 2px !important;
}

/*-----------------------------------------------
 リードテキスト
-----------------------------------------------*/
.tokushu_wrap .lead {
	width: calc(100% - 10px);
	font-size: 14px !important;
	line-height: 135%;
	text-align: left !important;
	margin: 8px 5px !important;
	padding: 0 !important;
	text-shadow:
		#fff 2px 0px, #fff -2px 0px,
		#fff 0px -2px, #fff 0px 2px,
		#fff 2px 2px, #fff -2px 2px,
		#fff 2px -2px, #fff -2px -2px,
		#fff 1px 2px, #fff -1px 2px,
		#fff 1px -2px, #fff -1px -2px,
		#fff 2px 1px, #fff -2px 1px,
		#fff 2px -1px, #fff -2px -1px;
}

.tokushu_wrap .lead span {
	color: #f05c00;
	font-weight: 700;
}

/*-----------------------------------------------
 商品解説など
-----------------------------------------------*/
.tokushu_wrap .detailInfo {
	width: calc(100% - 28px);
	font-size: 14px !important;
	line-height: 135%;
	margin: 8px 5px !important;
	padding: 0 9px 7px !important;
	border: 3px solid #fe9a25;
	background-color: rgba(255, 255, 255, 0.8);
	text-align: center !important;
}

.tokushu_wrap .detailInfo .ttl {
	color: #fe9a25;
	font-size: 21px !important;
	font-weight: 600;
	margin: 10px auto 0 !important;
	padding: 5px 0 !important;
	border-top: 2px solid #fe9a25;
	border-bottom: 2px solid #fe9a25;
}

.tokushu_wrap .detailInfo .infoImg {
	display: inline-block;
	vertical-align: top;
	margin-top: 10px !important;
}

.tokushu_wrap .detailInfo .infoImg:nth-child(2) {
	margin: 10px 5px 0 0 !important;
}

.tokushu_wrap .detailInfo .txt {
	margin: 8px auto !important;
	text-align: left !important;
}

/*-----------------------------------------------
 動画
-----------------------------------------------*/
.tokushu_wrap .movie {
	margin: 0 auto 5px !important;
	padding: 10px 0 0 !important;
	width: 100%;
	text-align: center !important;
}

.tokushu_wrap .movie iframe {
	width: 420px;
	height: 235px;
	margin: 0 !important;
	border: 3px solid #fe9a25;
}

/*-----------------------------------------------
 商品一覧
-----------------------------------------------*/
.tokushu_wrap .item-block {
	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;
	padding: 0 !important;
	margin: 0 auto !important;
	width: 100%;
}

.tokushu_wrap .product_l {
	position: relative;
	width: calc(100% - 15px);
	margin: 10px 10px 5px auto !important;
	padding: 5px !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #aaa;
	-webkit-box-shadow: 4px 4px 0px #aaa;
	-ms-box-shadow: 4px 4px 0px #aaa;
	-moz-box-shadow: 4px 4px 0px #aaa;
	-o-box-shadow: 4px 4px 0px #aaa;
	box-shadow: 4px 4px 0px #aaa;
}

.tokushu_wrap .product_m {
	position: relative;
	width: calc(50% - 15px);
	min-height: 0% !important;
	height: auto;
	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;
	padding: 5px 0 !important;
	margin: 10px auto 5px 0 !important;
	background-color: #fff;
	border: 1px solid #aaa;
	-webkit-box-shadow: 4px 4px 0px #aaa;
	-ms-box-shadow: 4px 4px 0px #aaa;
	-moz-box-shadow: 4px 4px 0px #aaa;
	-o-box-shadow: 4px 4px 0px #aaa;
	box-shadow: 4px 4px 0px #aaa;
}

.tokushu_wrap .product_l a,
.tokushu_wrap .product_m a {
	min-height: 0%;
}


.tokushu_wrap .product_m:nth-child(odd) {
	margin: 10px auto 5px 5px !important;
}

/*-----------------------------------------------
 価格とカートボタンエリア
-----------------------------------------------*/
.tokushu_wrap .product_l .bottom {
	display: inline-block;
	margin: 5px 0 !important;
}

.tokushu_wrap .product_m .bottom {
	position: relative;
	margin: 0 !important;
	padding: 0 !important;
	margin-top: auto !important;
	text-align: center !important;
}

/*-----------------------------------------------
 商品名
-----------------------------------------------*/
.tokushu_wrap .product_l h4 {
	position: relative;
	margin: 0 !important;
	padding: 8px 5px 0 !important;
	font-size: 1.6em;
	font-size: 16px !important;
	font-weight: 600;
	letter-spacing: 0.4px !important;
	line-height: 110% !important;
	text-align: center;
	word-break: keep-all;
}

.tokushu_wrap .product_m h4 {
	position: relative;
	margin: 2px auto 8px !important;
	padding: 5px 10px 4px !important;
	font-size: 1.3em;
	font-size: 13px !important;
	font-weight: 600;
	letter-spacing: 0.2px !important;
	line-height: 120% !important;
	text-align: center;
}

.tokushu_wrap h4 span {
	font-size: 10.5px !important;
	font-weight: 200 !important;
}

.tokushu_wrap .product_m a,
.tokushu_wrap .product_l a {
	color: #000 !important;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.tokushu_wrap .product_m a:hover,
.tokushu_wrap .product_l a:hover {
	color: #fe9a01 !important;
	text-decoration: underline !important;
}

.tokushu_wrap a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: “alpha(opacity=80)”;
}

.tokushu_wrap .product_l div {
	vertical-align: top;
	margin: 0 auto !important;
	text-align: center;
}

/*-----------------------------------------------
 商品画像
-----------------------------------------------*/
.tokushu_wrap .product_l .p_img {
	margin-top: 10px !important;
	width: 100%;
}

.tokushu_wrap .product_m .p_img,
.tokushu_wrap .product_s .p_img {
	margin-top: 10px !important;
	display: inline-block;
	width: 90%;
}

.tokushu_wrap .product_l .tokuten {
	display: inline-block;
	width: 45%;
	margin: 10px 0 0 1% !important;
	padding: 0 0 2px !important;
	vertical-align: top;
	background-color: #777;
	color: #fff;
}

.tokushu_wrap .product_l .p_img.column3 {
	margin-top: 0px !important;
}

.tokushu_wrap .product_l .p_img.column3 img {
	display: inline-block;
	width: 32%;
	margin: 0 1px 1em !important;
}

.tokushu_wrap .product_l .p_img img {
	display: inline-block;
	width: 52%;
	margin-bottom: 1em !important;
	border: 1px solid #aaa;
	box-sizing: border-box;
	transition: 0.5s;
	vertical-align: top;
}

.tokushu_wrap .product_l .p_img.only img {
	display: inline-block;
	width: 80%;
	margin-bottom: 1em !important;
	border: 1px solid #aaa;
	box-sizing: border-box;
	transition: 0.5s;
	vertical-align: top;
}

.tokushu_wrap .product_s .p_img img,
.tokushu_wrap .product_m .p_img img {
	display: inline-block;
	width: 98%;
	border: 1px solid #aaa;
	box-sizing: border-box;
	transition: 0.5s;
	vertical-align: top;
}

.tokushu_wrap .product_l .p_img a,
.tokushu_wrap .product_m .p_img a,
.tokushu_wrap .product_s .p_img a {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

/*-----------------------------------------------
 商品画像 切り替え
-----------------------------------------------*/
/* 範囲 */
.tokushu_wrap .product_l .itemthum {
	position: relative;
	width: 326px;
	padding-top: 326px;
	position: relative;
	margin: 10px auto !important;
	text-align: center;
}

.tokushu_wrap .product_l .itemthum > img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 320px;
	height: 320px;
	transition: all 0.5s;
	margin: auto !important;
	border: 1px solid #ccc;
}

.tokushu_wrap .product_l .itemthum input {
	display: none;
}

/* サムネイル */
.tokushu_wrap .product_l .itemthum label {
	display: inline-block;
	margin: 2px 1px !important;
	border-radius: 3px;
	opacity: 0.6;
	transition: all 0.5s ease;
	cursor: pointer;
	border: 1px solid #ccc;
}

.tokushu_wrap .product_l .itemthum label:hover {
	opacity: 0.9;
}

.tokushu_wrap .product_l .itemthum label img {
	width: 58.5px;
	border-radius: 2px;
}

.tokushu_wrap .product_l .itemthum input:checked + label {
	border: 2px solid #FF7043;
	opacity: 1;
}

.tokushu_wrap .product_l .itemthum input ~ img {
	opacity: 0;
}

.tokushu_wrap .product_l .itemthum input:checked + label + img {
	opacity: 1;
}

/*-----------------------------------------------
 商品 紹介テキスト
-----------------------------------------------*/
.tokushu_wrap .product_l .itemTxt {
	position: relative;
	width: 98%;
	color: #f48300;
	font-size: 1.3em;
	font-size: 13px !important;
	line-height: 14px !important;
	font-weight: 400;
	text-align: left !important;
	margin: 10px auto !important;
}

/*-----------------------------------------------
 商品仕様
-----------------------------------------------*/
.tokushu_wrap table {
	width: 98%;
	margin: 0 auto 5px !important;
	table-layout: fixed;
	border-collapse: collapse;
}

.tokushu_wrap th {
	width: 25%;
	margin: 0 !important;
	padding: 3px !important;
	font-size: 1.1em;
	font-size: 11px !important;
	line-height: 14px !important;
	font-weight: 600;
	text-align: center !important;
	vertical-align: middle !important;
	background-color: #fe9a01;
	border: 1px solid #202020;
}

.tokushu_wrap td {
	width: 75%;
	margin: 0 !important;
	padding: 3px 3px 3px 6px !important;
	vertical-align: middle !important;
	font-size: 1.2em;
	font-size: 12px !important;
	line-height: 16px !important;
	border: 1px solid #202020;
}

/*-----------------------------------------------
 会員価格 off
-----------------------------------------------*/
.tokushu_wrap .off {
	position: relative;
	display: inline-block;
	width: 54px;
	height: 16px;
	background-color: #d32618;
	color: #fff;
	font-size: 1.2em;
	font-size: 12px !important;
	line-height: 16px !important;
	margin: 0 5px 0 0 !important;
}

.tokushu_wrap .off:after {
	content: "";
	position: absolute;
	right: -5px;
	bottom: 0px;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: transparent transparent transparent #d32618;
	border-width: 8px 0px 8px 5px;
}

/*-----------------------------------------------
 価格
-----------------------------------------------*/
.tokushu_wrap .product_l .price {
	position: relative;
	display: inline-block;
	width: 220px;
	font-size: 1.2em;
	font-size: 12px !important;
	line-height: 25px !important;
	letter-spacing: 0.5px !important;
	margin: 4px 8px 0 0 !important;
}

.tokushu_wrap .product_l .price.only {
	position: relative;
	display: block;
	width: 100%;
	font-size: 1.2em;
	font-size: 12px !important;
	line-height: 25px !important;
	letter-spacing: 0.5px !important;
	margin: 4px 0 0 !important;
}

.tokushu_wrap .product_m .price,
.tokushu_wrap .product_s .price {
	position: relative;
	display: inline-block;
	font-size: 1.3em;
	font-size: 13px !important;
	line-height: 15px !important;
	margin: 4px 0 5px !important;
}

.tokushu_wrap .product_l .price span {
	font-size: 2.0em;
	font-size: 20px !important;
	font-weight: 600;
	margin: 0 !important;
}

.tokushu_wrap .product_m .price span,
.tokushu_wrap .product_s .price span {
	font-size: 1.8em;
	font-size: 18px !important;
	font-weight: 600;
	margin: 0 !important;
}

.tokushu_wrap .price span:after {
	display: inline-block;
	margin: 0 !important;
	font-size: 1.0em;
	font-size: 10px !important;
	content: "（税込）";
}

.tokushu_wrap .price .value {
	position: relative;
	display: table;
	padding: 0px 4px !important;
	margin: 0 0 0 22px !important;
	background-color: #b40800;
	color: #fff;
}

.tokushu_wrap .product_l .orig_price {
	color: #444;
	font-size: 1.3em;
	font-size: 13px !important;
}

.tokushu_wrap .product_s .orig_price {
	color: #444;
	font-size: 1.2em;
	font-size: 12px !important;
	margin-bottom: 3px !improtant;
}

.tokushu_wrap .orig_price:after {
	display: inline-block;
	margin: 0 0 0 -2px !important;
	font-size: 1.0em;
	font-size: 10px !important;
	content: "（税込）";
}

/*-----------------------------------------------
 カートボタン
-----------------------------------------------*/
.tokushu_wrap .product_l .cart {
	display: inline-block;
	width: 170px;
	height: 35px;
	padding: 0 !important;
	margin: 5px 0 !important;
	font-size: 1.4em;
	font-size: 14px !important;
	font-weight: 600;
	line-height: 35px;
	text-align: center;
}

.tokushu_wrap .product_l .select .cart {
	padding: 0 !important;
	margin: 0 0 0 5px !important;
}

.tokushu_wrap .product_m .cart,
.tokushu_wrap .product_s .cart {
	position: relative;
	width: 80% !important;
	height: 35px;
	padding: 0 !important;
	margin: 5px 0 !important;
	color: #fe9a01 !important;
	font-size: 1.4em;
	font-size: 14px !important;
	font-weight: 600;
	line-height: 35px;
	text-align: center;
	background-color: #202020;
	border: 2px solid #fe9a01;
}

.tokushu_wrap .cart:link {
	display: inline-block;
	color: #fe9a01 !important;
	text-decoration: none;
	background-color: #202020;
	border: 2px solid #fe9a01;
}

.tokushu_wrap .cart:hover {
	background-color: #777;
}

/*-----------------------------------------------
 プルダウン
-----------------------------------------------*/
.tokushu_wrap .select-box {
	display: inline-block;
	width: 180px !important;
	height: 40px !important;
	margin: 0 auto !important;
	padding: 0 !important;
	text-align: center;
	vertical-align: top;
}

.tokushu_wrap .product-l .select-box .select-list,
.tokushu_wrap .product-m .select-box .select-list {
	padding: 5px 10px !important;
	font-size: 1.2em;
	font-size: 12px !important;
}

.tokushu_wrap .select-box select {
	width: 100%;
	height: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none !important;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 13px !important;
	font-size: 1.3em;
}

.tokushu_wrap .select-box select::-ms-expand {
	display: none;
}

.tokushu_wrap .select-box {
	position: relative;
	background: #ffffff;
	border: 1px solid #aaa;
}

.tokushu_wrap .select-box::before {
	position: absolute;
	top: 17px;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #404040;
	pointer-events: none;
}

.tokushu_wrap .select-box select {
	color: #404040;
	padding: 11px 38px 9px 8px !important;
}

.tokushu_wrap input[type="button"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	background: transparent;
	display: inline-block;
	width: 180px !important;
	height: 42px !important;
	color: #fe9a01 !important;
	font-size: 1.4em;
	font-size: 14px !important;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	background-color: #202020;
	border: 2px solid #fe9a01;
	padding: 8px 0 !important;
	margin: 0 0 5px 5px !important;
	cursor: pointer;
}

.tokushu_wrap input[type="button"]:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition: 0.1s;
}

/*-----------------------------------------------
 一覧ボタン
-----------------------------------------------*/
.tokushu_wrap .itemlist {
	position: relative;
	margin: 20px 0 20px !important;
}

.tokushu_wrap .itemlist img {
	width: 100%;
}

/*-----------------------------------------------
 フッター
-----------------------------------------------*/
.tokushu_wrap .footer {
	width: 510px;
	height: 40px;
	margin: auto !important;
	text-align: center;
	background-color: #202020;
	border-top: 3px solid #fe9a25;
}

.tokushu_wrap .footer p {
	color: #fff;
	font-size: 10.5px !important;
	line-height: 40px !important;
}

.tokushu_wrap .footer p:before {
	display: inline-block;
	margin-right: 7px !important;
	font-family: FontAwesome;
	content: "\f1f9";
}

/*-----------------------------------------------
 page-top
-----------------------------------------------*/
.tokushu_wrap .page-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 333 !important;
}

.tokushu_wrap .page-top a:link {
	color: #000000 !important;
	font-size: 6em !important;
	text-decoration: none !important;
}

.tokushu_wrap .page-top a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.tokushu_wrap .page-top a:visited {
	color: #000000 !important;
}

/*-----------------------------------------------
 モーダル
-----------------------------------------------*/
.tokushu_wrap .modal-window {
	display: flex;
	justify-content: 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_wrap .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_wrap .is-active.modal-window {
	display: block;
}

.tokushu_wrap .modal-window:target {
	display: block;
}

.tokushu_wrap .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_wrap .modal-window .modal-close {
	display: block;
	text-indent: 0px;
	overflow: hidden;
	cursor: default !important;
}

.tokushu_wrap .modal-window .modal-close:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}

.tokushu_wrap .modal-window .modal-close:after {
	content: ' ';
	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_wrap .modal-window {
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.tokushu_wrap .modal-inner {
	position: relative;
}

.tokushu_wrap modal-inner img {
	display: block;
}
