@charset "utf-8";

@import url("http://use.fontawesome.com/releases/v5.0.6/css/all.css");
@import url("http://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://use.fontawesome.com/releases/v5.0.6/css/all.css");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");




@media screen and (min-width:480px) {
	.tokushu .sp {
		display: none !important;
	}
}


.tokushu {
	position: relative;
	width: 510px;
	margin: 0;
	padding: 0;
	font-family:'Meiryo UI',-apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 62.5% !important;
	line-height: 1 !important;
	text-align: center;
	overflow: hidden;
  background: url(../images/bg.jpg) no-repeat fixed top center;
	background-size:cover;
	color: #666;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}
/* -- sns -- */
.sns_wrap {
	margin: 5px 0 5px 3px !important;
}
.sns_wrap .fb-like {
	margin-top: -2px !important;
}
.sns_wrap .line {
	display: inline-block;
	line-height: 0;
	margin-top: -2px !important;
	padding-left: 5px\0 !important;
	padding-left: 5px\9 !important;
}
/*top*/
.tokushu .top {
	width: 100%;
	margin: 0 auto 2em!important;
}
.tokushu .top img {
	width: 100%;
}

.tokushu h3 {
	position: relative;
	width: 98%;
	margin: 0 auto 0.5em!important;
	padding: 0.1em 0!important;
	color: #fff;
	font-size: 3.5em!important;
	font-weight: bold;
	text-align: center;
}
.tokushu h3:before {
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 0px;
  width: 111px;
  height: 19px;
	background-color: aqua;
  background: url(../images/ttl_image.png) no-repeat left top;
  content: "";
}
.tokushu h3:after {
  display: inline-block;
  position: absolute;
  top: 13px;
  right: 0px;
  width: 111px;
  height: 19px;
	background-color: aqua;
  background: url(../images/ttl_image.png) no-repeat left top;
  content: "";
}

.tokushu .sw_contents {
	width:94%;
	padding: 9px;
	margin:0 auto 10px !important;
	text-align:center !important;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.tokushu .sw_contents.bluray{
	background-color: rgba(255, 194, 4, 0.8) !important;
}
.tokushu .sw_contents.dvd{
	background-color: rgba(146, 98, 235, 0.8) !important;
}
.tokushu .sw_contents.cd{
	background-color: rgba(33, 118, 211, 0.8) !important;
}

/*product_l*/
.tokushu .product_l {
	width:100%;
	margin:0 auto !important;
	margin-bottom: 1.5em!important;
	padding: 1.5em!important;
	box-sizing: border-box;
	background-color: #fff;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

/*product_l 商品名*/
.tokushu .product_l h4 {
	line-height: 120%;
	margin: 0 auto 10px !important;
	box-sizing: border-box;
	font-size: 1.55em;
	font-size: 15.5px !important;
	font-weight:bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: -0.3px !important;
	/*word-break: keep-all;*/
}
.tokushu .product_l h4 span {
	font-size: 0.7em!important;
}
.tokushu .product_l h4 a,
.tokushu .product_l h4 a:visited {
	color:#1275ca!important;
	text-decoration: none;
}
.tokushu .product_l h4 a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	text-decoration: none;
}

/*product_l 商品名*/
.tokushu .product_l div {
	vertical-align: bottom;
	margin: 0 auto!important;
	text-align: center;
}

/*product_l 画像*/
.tokushu .product_l div .p_img {
	display: inline-block;
	width: 55%;
}
.tokushu .product_l .p_img img {
	width: 100%;
	margin-bottom: 1em!important;
	border: 1px solid #c7c7c7;
	box-sizing: border-box;
	transition: 0.5s;
	vertical-align: top;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}
.tokushu .product_l div .tokuten {
	display: inline-block;
	width: 43%;
	margin: 0 0 0 1%!important;
}

.tokushu .product_l .img3 .p_img {
	display: inline-block;
	width: 42% !important;
}
.tokushu .product_l .img3 .tokuten {
	display: inline-block;
	width: 27% !important;
}

/*.tokushu .product_l div .tokuten img:hover {
	-webkit-transform: scale(1.8);
	-moz-transform: scale(1.8);
	-ms-transform: scale(1.8);
	-o-transform: scale(1.8);
	transform: scale(1.8);
	cursor : pointer;
	cursor: zoom-in;
}*/

.tokushu table {
	width: 100%;
	margin: 0 auto 5px !important;
	table-layout: fixed;
	font-size: 1.1em;
	font-size: 11px !important;
	border-collapse:collapse;
}
.tokushu th {
	width: 22%;
	margin: 0 !important;
	padding: 3px!important;
	font-weight:bold;
	border: solid 1px #197ecb;
	background-color: #38a0d0;
	color: #fff;
	text-align: center !important;
	vertical-align: middle !important;
	line-height: 11px !important;
}
.tokushu td {
	width: 78%;
	margin: 0 !important;
	padding: 3px!important;
	border: solid 1px #197ecb;
	background-color: #fff;
	vertical-align: middle !important;
}

/*価格*/
.tokushu .product_l p {
	display: inline-block;
	width: 49%;
	font-size: 1.4em!important;
	line-height: 30px!important;
	font-weight: bold;
	text-align: center;
}

.tokushu .product_l p span {
	font-size: 1.8em!important;
	line-height: 30px!important;
}

/*カート*/	
.tokushu .cart {
	display: inline-block;
	width: 160px;
	padding: 10px 0 !important;
	margin-top: 5px !important;
	font-size: 1.4em;
	font-size: 14px !important;
	font-weight: 800;
	text-align: center;
	font-family: 'M PLUS 1p' ,sans-serif;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.tokushu .cart:link {
	display: inline-block;
	color: #fff!important;
	text-decoration: none;
  background: -moz-linear-gradient(left, #056bd0, #0031c9);
  /* Firefox */
  background: -webkit-linear-gradient(left, #056bd0, #0031c9);
  /* safari Chrome */
  background: -ms-linear-gradient(left, #056bd0, #0031c9);
  /* IE */
}
.tokushu .cart:visited {
	color: #fff!important;
	text-decoration: none;
}
.tokushu .cart:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition: 0.1s;
}

/* --bottom -- */
.tokushu .product_l .bottom {
	display: inline-block;
	text-align: right !important;
}

/* -- 媒体 -- */
.tokushu .product_l .media {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 18px;
	background-color: #0031c9;
	color: #fff;
	font-weight: bold;
	line-height: 17px !important;
	margin: 18px 10px 0 0 !important;
	vertical-align: top;
}

.tokushu .product_l .media:after {
	content: "";
	position: absolute;
	right: -5px;
	bottom: 0px;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: transparent transparent transparent #0031c9;
	border-width: 9px 0px 9px 5px;
}

/* -- 価格 -- */
.tokushu .product_l .price {
	position: relative;
	display: inline-block;
	width: 190px;
	font-size: 1.2em;
	font-size: 12px !important;
	line-height: 35px !important;
	font-weight: 500 !important;
	letter-spacing: 0.5px !important;
	margin: 6px 8px 0 0 !important;
}

.tokushu .product_l .price span {
	font-size: 2.0em;
	font-size: 20px !important;
	font-weight: bold;
	margin: 0 5px !important;
}

.tokushu .product_l .price span:after {
	display: inline-block;
	margin: 0!important;
	font-size: 1.0em;
	font-size: 10px !important;
	content: "（税込）";
}

.tokushu .product_l .price .value {
	position: relative;
	display: table;
	padding: 0px 4px !important;
	margin: 0 0 0 22px !important;
	background-color: #b40800;
	color: #fff;
}

/*product_m*//*２カラムで並べるときに使用*/
.tokushu .flexbox {
	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;
	justify-content: space-between;
}
.tokushu .product_m {
	display: flex;
	flex-flow: column;
	width: 49%;
	margin-bottom: 1.5em!important;
	padding: 1em!important;
	box-sizing: border-box;
	background-color: #fff;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.tokushu .product_m p {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 0.8em!important;
}
.tokushu .product_m p img {
	width: 100%;
	border: 1px solid #c7c7c7;
	box-sizing: border-box;
}

.tokushu .product_m h4 {
	line-height: 130%;
	margin: 0 auto 0.8em!important;
	box-sizing: border-box;
	font-size: 1.5em!important;
	text-align: center !important;
	text-decoration: none;
}
.tokushu .product_m h4 span {
	font-size: 0.7em!important;
}
.tokushu .product_m h4 a,
.tokushu .product_m h4 a:visited {
	color:#1275ca!important;
	text-decoration: none;
}
.tokushu .product_m h4 a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	text-decoration: none;
}

.tokushu .product_m div {
	width: 100%;
	margin: 0 auto!important;
	margin-top: auto!important;
}
.tokushu .product_m div p {
	font-size: 1.4em!important;
	font-weight: bold;
	text-align: center;
}
.tokushu .product_m div p span {
	font-size: 1.8em!important;
}

/*bnr*/
.tokushu .bnr {
	width: 100%;
	margin: 20px auto !important;
}

.tokushu .bnr a img {
	width: 100%;
}

.tokushu .bnr a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/*footer*/
.tokushu .footer {
	padding: 10px 0 !important;
	background-color: #2176d3;
	color: #fff;
	font-size: 1.0em;
	font-size: 10px !important;
	font-weight: bold;
	text-align: center;
}

.tokushu .footer p:before {
	display: inline-block;
	margin-right: 4px !important;
	font-family: FontAwesome;
  content: "\f1f9";
}

/*link info*/
.tokushu .info a:link {
	display: inline-block;
	padding: 0.4em!important;
	border-radius: 6px;
	background-color: #c7c7c7;
	color: #000000!important;
	font-weight: bold;
	text-decoration: none;
}
.tokushu .info a:visited {
	color: #000000!important;
}
.tokushu .info a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/*backtop*/
.tokushu .page-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999!important;
}
.tokushu .page-top a:link {
	color: #000000!important;
	font-size: 6em!important;
	text-decoration: none!important;
}
.tokushu .page-top a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.tokushu .page-top a:visited {
	color: #000000!important;
}

/*オーバーレイ */

.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-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 .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 {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}

.tokushu .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 .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;
}