@charset "UTF-8";

/* -- all -- */
.tokushu-wrap {
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(../imgs/bg.jpg) repeat-y left top;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "sans-serif";
	font-size: 62.5% !important;
	line-height: 1.6 !important;
	text-align: center;
	overflow: hidden;
}

@media screen and (min-width:480px) {
	.br-sp {
		display: none;
	}

	.sp {
		display: none;
	}
}

.tokushu-wrap a,
.tokushu-wrap a img {
	text-decoration: none !important;
	-webkit-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.tokushu-wrap > img {
	width: 100%;
}

.tokushu-wrap p,
.tokushu-wrap div {
	margin: 0 !important;
	padding: 0 !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;
}

/* -- cont -- */
.tokushu-wrap .cont {
	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;
	width: 490px;
	margin: 10px auto !important;
	padding: 5px !important;
	border: 2px solid #000000;
	background-color: #ffffff;
	text-align: center;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.tokushu-wrap .cont:before {
	display: block;
	position: absolute;
	top: -5px;
	left: 7px;
	width: 476px;
	height: 5px;
	background-color: #000000;
	content: "";
}

.tokushu-wrap .cont:after {
	display: block;
	position: absolute;
	bottom: -5px;
	left: 7px;
	width: 476px;
	height: 5px;
	background-color: #000000;
	content: "";
}

.tokushu-wrap .cont h3 {
	position: relative;
	width: 472px;
	height: 47px;
	margin: 5px auto !important;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: url(../imgs/tit_bg.png) repeat-x left top;
}


.tokushu-wrap .cont h3 img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}


.tokushu-wrap .cont > img {
	margin: 5px auto !important;
}

.tokushu-wrap .cont > h3 + .product-l {
	border: none;
}

/* -- product -- */
.tokushu-wrap .product-l {
	margin: 0 auto;
	padding: 5px !important;
	border-top: 3px double #000000;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.tokushu-wrap .product-l > p:first-child {
	background-color: #000000;
	margin: 5px auto !important;
	padding: 8px 10px 7px !important;
	font-size: 1.1em;
	font-size: 11px !important;
	font-weight: bold;
}

.tokushu-wrap .product-l > p:first-child span {
	font-size: 1.05em;
	font-size: 10.5px !important;
	font-weight: normal;
}

.tokushu-wrap .product-l > p:first-child a {
	color: #f3e727 !important;
}

.tokushu-wrap .product-l .image {
	position: relative;
	padding: 10px !important;
	overflow: hidden;
}

.tokushu-wrap .product-l .image img {
	float: left;
	width: 170px;
	height: auto;
	margin: 0 5px !important;
	border: 1px solid #111111;
}

.tokushu-wrap .product-l .image img:first-child {
	width: 250px;
}

.tokushu-wrap .product-l .image + p {
	margin: 5px 10px !important;
	color: #111111;
	font-size: 1.1em;
	font-size: 11px !important;
	text-align: left;
}

.tokushu-wrap .product-l .item-txt {
	margin: 5px 10px !important;
	color: #111111;
	font-size: 1.1em;
	font-size: 11px !important;
	text-align: left;
}

/* -- 特典あり 商品画像 -- */
.tokushu-wrap .product-l .p_img {
	margin-top: 10px !important;
	display: inline-block;
	width: 50%;
}

.tokushu-wrap .product-l .p_img img {
	width: 100%;
	border: 1px solid #202020;
	box-sizing: border-box;
	transition: 0.5s;
	vertical-align: top;
}

.tokushu-wrap .product-l .p_img a {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.tokushu-wrap .product-l .tokuten {
	position: relative;
	display: inline-block;
	width: 42%;
	margin: 10px 0 0 1% !important;
	vertical-align: top;
}

.tokushu-wrap .product-l .tokuten:after {
	display: inline-block;
	position: relative;
	z-index: 2;
	bottom: 0px;
	right: 0;
	width: 100%;
	height: 22px;
	background-color: #202020;
	color: #ffffff;
	font-size: 1.1em;
	font-size: 11px !important;
	line-height: 23px !important;
	content: "キャラアニ特典";
}

.tokushu-wrap .product-l .sample_area {
	width: 100%;
}

.tokushu-wrap .product-l .p_img.sample {
	position: relative;
	display: inline-block;
	width: 30.1%;
	margin: 5px 2px 8px !important;
	vertical-align: top;
}

/* -- 仕様 -- */
.tokushu-wrap .product-l table {
	width: 440px;
	margin: 0 auto !important;
	border-collapse: separate;
	border-spacing: 0 4px !important;
}

.tokushu-wrap .product-l table tr {
	background-color: #999999;
}

.tokushu-wrap .product-l table th,
.tokushu-wrap .product-l table td {
	padding: 5px 10px 3px !important;
	color: #ffffff;
	font-size: 1.05em;
	font-size: 10.5px !important;
}

.tokushu-wrap .product-l table th {
	width: 90px;
}

.tokushu-wrap .product-l table td {
	width: 350px;
}

.tokushu-wrap .product-l ul {
	width: 440px;
	margin: 0 auto;
	text-align: left;
}

.tokushu-wrap .product-l ul li {
	height: 21px;
	margin: 3px 0 !important;
	padding: 0 10px !important;
	background-color: #999999;
	color: #ffffff;
	font-size: 1.05em;
	font-size: 10.5px !important;
	line-height: 23px !important;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.tokushu-wrap .product-l ul li i {
	margin: 0 8px !important;
	color: #f3e727 !important;
}

.tokushu-wrap .product-l .value {
	margin: 12px 5px 5px !important;
	text-align: right;
}


.tokushu-wrap .product-l .value dl {
	display: inline-block;
	color: #d61518;
	font-weight: bold;
}

.tokushu-wrap .product-l .value dl dt {
	display: inline-block;
	margin: 0 4px !important;
	font-size: 1.2em;
	font-size: 12px !important;
}

.tokushu-wrap .product-l .value dl dd {
	display: inline-block;
	font-size: 1.7em;
	font-size: 17px !important;
}

.tokushu-wrap .product-l .value dl dd:after {
	display: inline-block;
	font-size: 1.05em;
	font-size: 10.5px !important;
	font-weight: normal;
	content: "（税込）";
}


.tokushu-wrap .product-l .value a {
	display: inline-block;
	width: 133px;
	height: 31px;
	background: url(../imgs/cart.png) no-repeat left top;
	text-align: center;
}

.tokushu-wrap .product-l .value a span {
	color: #ffffff;
	font-size: 1.3em;
	font-size: 13px !important;
	font-weight: bold;
	line-height: 32px !important;
}

.tokushu-wrap .product-l .value a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
}

.tokushu-wrap .product-l > img {
	width: 100%;
}

.tokushu-wrap .product-s {
	position: relative;
	overflow: hidden;
	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;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	width: 48.5%;
	margin: 5px 3px !important;
	padding: 10px 5px !important;
	border: 1px solid #222222;
	vertical-align: top;
	text-align: center !important;
}


.tokushu-wrap .product-s > p {
	background-color: #000000;
	margin: 0 auto;
	padding: 8px 10px 7px !important;
	color: #f3e727 !important;
	font-size: 1.1em;
	font-size: 11px !important;
	font-weight: bold;
}

.tokushu-wrap .product-s > p span {
	font-size: 1.05em;
	font-size: 10.5px !important;
	font-weight: normal;
}

.tokushu-wrap .product-s > p a {
	color: #f3e727 !important;
}

.tokushu-wrap .product-s img {
	width: 92%;
	margin: 10px auto !important;
	border: 1px solid #cccccc;
}


.tokushu-wrap .product-s dl {
	color: #d61518;
	font-weight: bold;
}

.tokushu-wrap .product-s dl dt {
	display: inline-block;
	margin: 0 4px !important;
	font-size: 1.2em;
	font-size: 12px !important;
}

.tokushu-wrap .product-s dl dd {
	display: inline-block;
	font-size: 1.6em;
	font-size: 16px !important;
}

.tokushu-wrap .product-s dl dd:after {
	display: inline-block;
	font-size: 1.05em;
	font-size: 10.5px !important;
	font-weight: normal;
	content: "（税込）";
}


.tokushu-wrap .product-s .cart {
	display: inline-block;
	width: 133px;
	height: 31px;
	margin: 0 auto;
	background: url(../imgs/cart.png) no-repeat left top;
	text-align: center;
}

.tokushu-wrap .product-s .cart span {
	color: #ffffff;
	font-size: 13px !important;
	font-weight: bold;
	line-height: 32px !important;
}

.tokushu-wrap .product-s .cart:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
}

.tokushu-wrap .dummy {
	border: none !important;
	background: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

/* -- itemlist -- */
.tokushu-wrap .itemlist img {
	width: 282px;
	height: 38px;
	margin: 15px auto 20px auto !important;
}

.tokushu-wrap .itemlist:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
}

/* -- special -- */
.tokushu-wrap .cont.special {
	margin: 10px auto 20px !important;
	font-size: 1.5em;
	font-size: 15px !important;
}

.tokushu-wrap .cont.special p {
	margin: 10px auto 0 !important;
}

.tokushu-wrap .cont.special .data {
	width: 100%;
	color: #fff;
	font-size: 1.3em;
	font-size: 13px !important;
	font-weight: bold;
	background-color: #000000;
	margin: 10px 0 5px !important;
	padding: 3px 0 !important;
}

.tokushu-wrap .cont.special p.caution {
	margin: 0 !important;
	font-size: 1.05em;
	font-size: 10.5px !important;
	font-weight: normal !important;
}


/* -- footer -- */
.tokushu-wrap .footer {
	width: 100%;
	height: 35px;
	background-color: #000000;
	text-align: center;
}

.tokushu-wrap .footer p {
	display: inline-block;
	margin: 0 8px !important;
	color: #ffffff;
	font-size: 1.05em;
	font-size: 10.5px !important;
	line-height: 37px !important;
}

.tokushu-wrap .footer p:before {
	display: inline-block;
	margin-right: 4px !important;
	font-family: FontAwesome;
	content: "\f1f9";
}

/* -- backtop -- */
.tokushu-wrap .backtop {
	display: block;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 333;
	width: 54px;
	height: 49px;
	margin: auto;
}

.tokushu-wrap .backtop span {
	display: block;
	width: 54px;
	height: 49px;
	background: url(../imgs/backtop.png) no-repeat left top;
}

.tokushu-wrap .backtop:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
}


/*　モーダル設定 */
.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;
}

/*　セレクトリスト */
.tokushu-wrap .bottom {
	position: relative;
	z-index: 2;
	width: 100%;
	margin: 0 auto !important;
	margin-top: auto !important;
}

.tokushu-wrap .select {
	text-align: center !important;
	margin: 5px 0 !important;
}

.tokushu-wrap input[type="button"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border: none;
	outline: none;
	background: transparent;
}

.tokushu-wrap .select-box {
	display: inline-block;
	width: 80%;
	margin: 0 auto 5px !important;
	text-align: center;
}

.tokushu-wrap .select-box select {
	position: relative;
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 13px !important;
	font-size: 1.3em;
	border: 1px solid #666;
}

.tokushu-wrap .select-box select::-ms-expand {
	display: none;
}

.tokushu-wrap .select-box.cp_sl01 {
	position: relative;
	border-radius: 2px;
	background: #ffffff;
}

.tokushu-wrap .select-box.cp_sl01::before {
	position: absolute;
	top: 1.1em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}

.tokushu-wrap .select-box.cp_sl01 select {
	padding: 6px 38px 6px 8px;
	color: #666666;
}

.tokushu-wrap input[type="button"] {
	border-radius: 6px;
	background-color: #fe0000;
	color: #fff !important;
	text-decoration: none;
	width: 49%;
	height: 32px !important;
	padding: 0 !important;
	text-align: center;
	font-size: 1.2em;
	font-size: 12px !important;
	font-weight: bold;
	line-height: 29px !important;
}

.tokushu-wrap input[type="button"]:before {
	display: inline-block;
	width: 17px;
	height: 13px;
	margin-right: 3px !important;
	background: url(../imgs/cart_arrow.png) no-repeat left -1px;
	vertical-align: middle;
	content: "";
}

.tokushu-wrap input[type="button"]:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition: 0.1s;
}
