@charset "utf-8";
@import url("https://use.fontawesome.com/releases/v5.0.6/css/all.css");
@import url("http://use.fontawesome.com/releases/v5.0.6/css/all.css");

@media screen and (min-width:481px) {
	.tokushu .sp {
		display: none !important;
	}
}
.tokushu {
	width: 100%;
	height: auto;
	line-height: 1.2em;
	background-color: #000000;
	color: #ffffff;
	font-family: 'Meiryo UI', 'ヒラギノ丸ゴ ProN', 'Hiragino Maru Gothic ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-size: 62.5%!important;
}

/* -- 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 3.5em!important;
}
.tokushu .top img {
	width: 100%;
}
/*contents*/
.tokushu .contents {
	width: 95%;
	margin: 0 auto 5em!important;
}
.tokushu h3 {
	margin: 0 auto 0.5em!important;
	padding: 0.3em 0!important;
	background-color: #000000;
	border: solid 1px #fe535b;
	border-radius: 10px;
	color: #fe535b;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 3.5em!important;
	font-weight: bold;
	text-align: center;
}
/*youtuebe*/
.tokushu .youtube {
	padding: 1.5em 0!important;
	border: solid 1px #fe535b;
	border-radius: 10px;
	box-sizing: border-box;
	text-align: center;
}
.tokushu .youtube iframe {
	border: dotted 1px #fff;
	box-sizing: border-box;
}
.tokushu .youtube iframe:first-of-type {
	margin-bottom: 1.5em!important;
}
/*product_l*/
.tokushu .product_l {
	margin-bottom: 1.5em!important;
	padding: 1.5em!important;
	border: solid 1px #fe535b;
	border-radius: 10px;
	box-sizing: border-box;
	background-color: #000000;
}
.tokushu .product_l h4 {
	line-height: 150%;
	margin: 0 auto 1em!important;
	box-sizing: border-box;
	font-size: 1.8em!important;
	text-align: center;
}
.tokushu .product_l h4 span {
	font-size: 0.7em!important;
}
.tokushu .product_l div {
	vertical-align: bottom;
	margin: 0 auto!important;
	text-align: center;
}
.tokushu .product_l div .p_img {
	display: inline-block;
	width: 60%;
  vertical-align: top;
}
.tokushu .product_l div .tokuten {
	display: inline-block;
	width: 38%;
	margin: 0 0 0 1%!important;
}
.tokushu .product_l div .tokuten_2 {
	display: inline-block;
	width: 48.6%;
	margin: 0 0 0 1%!important;
}
.tokushu .product_l div .tokuten_3 {
	display: inline-block;
	width: 31%;
	margin: 0 0 0 1%!important;
}
.tokushu .product_l .p_img img {
	width: 100%;
	margin-bottom: 1em!important;
	box-sizing: border-box;
	transition: 0.4s;
}
.tokushu .product_l div .tokuten img:hover {
	-webkit-transform: scale(1.6);
	-moz-transform: scale(1.6);
	-ms-transform: scale(1.6);
	-o-transform: scale(1.6);
	transform: scale(1.6);
	cursor : pointer;
	cursor : zoom-in;
}
.tokushu table {
	width: 100%;
	margin: 0 auto 1em!important;
	table-layout: fixed;
	font-size: 1.4em!important;
}
.tokushu tr {
	border: 1px dotted #ffffff;
}
.tokushu th {
	width: 30%;
	padding: 0.3em 0.4em!important;
	border-right: 1px dotted #ffffff;
}
.tokushu td {
	width: 70%;
	padding: 0.3em 0.4em!important;
}
/*価格*/
.tokushu .product_l .price {
	display: inline-block;
	width: 49%;
	color: #ffffff;
	font-size: 1.5em!important;
	font-weight: bold;
	text-align: center;
}
.tokushu .product_l .price span {
	font-size: 1.7em!important;
}

.tokushu .product_l .price:after {
	display: inline-block;
	content: "（税込）";
	font-weight: normal!important;
}

/*カート*/
.tokushu .product_l .cart {
	display: inline-block;
	width: 49%;
	padding: 0.6em 0!important;
	font-size: 2em!important;
	text-align: center;
}
/*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;
	border: solid 1px #fe535b;
	border-radius: 10px;
	box-sizing: border-box;
	background-color: #000000;
}
.tokushu .product_m p {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 0.8em!important;
}
.tokushu .product_m p img {
	width: 100%;
	box-sizing: border-box;
	cursor : pointer;
	cursor : zoom-in;
}
.tokushu .product_m h4 {
	line-height: 150%;
	margin: 0 auto 0.8em!important;
	box-sizing: border-box;
	font-size: 1.5em!important;
	text-align: center;
}
.tokushu .product_m h4 span {
	font-size: 0.7em!important;
}
.tokushu .product_m div {
	width: 100%;
	margin: 0 auto!important;
	margin-top: auto!important;
}
.tokushu .product_m div p {
	color: #ffffff;
	font-size: 1.5em!important;
	font-weight: bold;
	text-align: center;
}
.tokushu .product_m div p span {
	font-size: 1.7em!important;
}
.tokushu .product_m .cart {
	width: 100%;
	padding: 0.6em 0!important;
	font-size: 2em!important;
	text-align: center;
}
/*info*/
.tokushu .info {
	margin-bottom: 1.5em!important;
	padding: 1.2em!important;
	border: solid 1px #fe535b;
	border-radius: 10px;
	box-sizing: border-box;
	background-color: #000000;
	font-size: 1.6em!important;
}
.tokushu .info ul li {
	line-height: 200%!important;
}
.tokushu .info span {
	color: #fe535b;
	font-weight: bold;
}
/*maker*/
.tokushu .maker p span {
	display: block;
	margin-top: 0.5em!important;
	font-size: 1.2em!important;
	text-align: center;
}
.tokushu .maker p {
	width: 100%;
}
.tokushu .maker img {
	width: 100%;
	margin-bottom: 1em!important;
}
.tokushu .maker ul {
	margin-bottom: 0.5em!important;
}
.tokushu .maker ul li {
	line-height: 150%!important;
}
.tokushu .maker ul li span {
	margin-bottom: 0.5em!important;
	padding: 0 0.5em!important;
	background: #ffffff;
	border-radius: 10px;
	color: #000000;
	font-size: 1.1em!important;
}
/*bnr*/
.tokushu .bnr {
	width: 60%;
	margin: 0 auto 3em!important;
	font-size: 2em!important;
}
.tokushu .bnr a span {
	display: block;
	width: 75%;
	margin: 0 auto 0.5em!important;
}
.tokushu .bnr a span img {
	width: 100%;
}
.tokushu .bnr i {
	margin-left: 0.2em!important;
}
/*footer*/
.tokushu .footer {
	padding: 0.5em 0 !important;
	color: #ffffff;
	font-size: 11px!important;
	line-height: 15px!important;
	text-align: center;
}
.tokushu .footer i {
	margin-right: 0.4em!important;
}
/* overlay */
.tokushu .overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 103;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}
.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%);
}
/*link h4*/
.tokushu h4 a:link {
	display: inline-block;
	color: #ffffff!important;
	font-size: 110%!important;
}
.tokushu h4 a:visited {
	color: #ffffff !important;
}
.tokushu h4 a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/*link cart*/	
.tokushu .cart:link {
	display: inline-block;
	border-radius: 6px;
	background-color: #fe535b;
	color: #fff!important;
	font-weight: bold;
	text-decoration: none;
}
.tokushu .cart:visited {
	background-color: #fe535b;
	color: #fff!important;
}
.tokushu .cart:hover {
	background-color: #ff141f;
}
/*link info*/
.tokushu .info a:link {
	display: inline-block;
	padding: 0.4em!important;
	border-radius: 6px;
	background-color: #6A6A6A;
	color: #ffffff!important;
	font-weight: bold;
	text-decoration: none;
}
.tokushu .info a:visited {
	background-color: #6A6A6A;
	color: #ffffff!important;
}
.tokushu .info a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/*link bnr*/
.tokushu .bnr a:link {
	display: inline-block;
	padding: 1em 0!important;
	border: 1px solid #ffffff;
	color: #ffffff!important;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	text-decoration: none;
	text-align: center;
}
.tokushu .bnr a:visited {
	border: 1px solid #ffffff;
	color: #ffffff!important;
}
.tokushu .bnr 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: #fe535b!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: #fe535b!important;
}

/*　モーダル設定 */
.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;
}