@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

.tokushu {
	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/bg01.png) repeat;
	color: #171337;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.br-pc {
display:block; 
}
.br-sp { 
	display:none;
}

.tokushu .top {
	width: 100%;
	margin: 0 auto 2.5em!important;
}
.tokushu .top img {
	width: 100%;
	height: auto;
}

.tokushu h3 {
	margin: 0 0.5em 0.5em!important;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 2.7em!important;
	text-shadow:
	0px 0px #043d6a,/* テキストの影を指定（[左右][上下][影の色]） */
	1px 1px #043d6a,
	2px 2px #043d6a,
	3px 3px #043d6a,
	4px 4px #043d6a,
	1px 1px 0 #043d6a, -1px -1px 0 #043d6a,
	-1px 1px 0 #043d6a, 1px -1px 0 #043d6a,
	0px 1px 0 #043d6a,  0-1px 0 #043d6a,
	-1px 0 0 #043d6a, 1px 0 0 #043d6a;
	background: url("../images/bg02.png") repeat;
	padding: 0.3em 0 0.4em!important;
	border-top: 1px solid #864fc4;
	border-bottom: 1px solid #864fc4;
}

.tokushu .pink {
	background: url("../images/bg03.png") repeat;
}

.tokushu .content {
	width: 95%;
	margin: 1.5em auto!important;
	background-color: #fff;
	padding: 1em 0!important;
	border: 2px solid #864fc4;
	box-shadow:5px 5px 0px -2px #56327e;
}

.tokushu .container {
	width: 400px;
	margin: 0 auto 1.5em!important;
	text-align: center;
}
.tokushu .swiper-container {
	position: relative;
	width: 400px;
	margin: 10px auto !important;
	padding: 0;
	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 .swiper-container img {
	width: 400px;
}

.tokushu .product_l {
	width:93%;
	margin:0 auto !important;
	margin-bottom: 1.5em!important;
	padding: 0 1em 1em 1em!important;
	box-sizing: border-box;
	position: relative;
}

.tokushu .product_l h4 {
	margin: 0 auto 1em!important;
	box-sizing: border-box;
	font-size: 1.8em!important;
	font-weight:bold;
	text-align: center;
	text-decoration: none;
	text-shadow:#fff 2px 2px 0, #fff -2px -2px 0,/*右下、左上*/
        #fff -2px 2px 0, #fff 2px -2px 0,/*右上、左下*/
        #fff 0px 2px 0, #fff  0 -2px 0,/*右、左*/
        #fff -2px 0 0, #fff 2px 0 0;/*上、下*/;
				/*-ms-text-shadow:6px 2px 5px #56327e!important;*/
   -webkit-filter: drop-shadow(0px 2px 1px rgba(86,50,126,0.3));
   -moz-filter: drop-shadow(0px 2px 1px rgba(86,50,126,0.3));
   -o-filter: drop-shadow(0px 2px 1px rgba(86,50,126,0.3));
   -ms-filter: drop-shadow(0px 2px 1px rgba(86,50,126,0.3))!important;
   filter: drop-shadow(0px 2px 1px rgba(86,50,126,0.3));
	 filter: glow(color=#56327e,strength=7px)!important;
}
.tokushu .product_l h4 span {
	font-size: 0.8em!important;
}
.tokushu .product_l h4 a,
.tokushu .product_l h4 a:visited {
	color:#56327e!important;
	text-decoration: none;
}
.tokushu .product_l h4 a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	text-decoration: none;
}

.tokushu .product_l div .p_img {
	display: inline-block;
	width: 60%;
	text-align: center!important;
}
.tokushu .product_l .p_img img {
	width: 100%;
	margin-bottom: 1em!important;
	border: 1px solid #864fc4;
	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 table {
	width: 95%;
	margin: 0 auto 1.5em !important;
	table-layout: fixed;
	font-size: 1.4em!important;
	/*border-collapse:collapse;*/
	line-height: 1.2;
}
.tokushu th {
	width: 22%;
	margin: 0 !important;
	padding: 3px!important;
	border-bottom: solid 1px #864fc4;
	text-align: center !important;
	vertical-align: middle !important;
}
.tokushu td {
	width: 78%;
	margin: 0 !important;
	padding: 3px!important;
	border-bottom: solid 1px #864fc4;
	background-color: #fff;
	vertical-align: middle !important;
}

.tokushu .product_l p {
	display: inline-block;
	width: 43%;
	font-size: 1.4em!important;
	font-weight: bold;
	text-align: center;
	color: #e41abc;
}

.tokushu .product_l p span {
	font-size: 1.8em!important;
}

.tokushu .product_l .cart {
	position: relative;
  display: inline-block;
	z-index: 1;
  padding: .65em 4em;
  border: 2px solid #864fc4;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
	font-size: 1.8em;
	font-weight: bold;
	box-shadow: 4px 4px 0 #56327e;
	background-color: #e41abc;
	
}

.tokushu .product_l .cart:hover {
	box-shadow:none;
	transform: translate3d(0, 3px, 0);
}

.tokushu .cart:link {
	display: inline-block;
	color: #fff!important;
	text-decoration: none;
  background:#e41abc;
}
.tokushu .cart:visited {
	color: #fff!important;
	text-decoration: none;
}

.tokushu .ttl {
	color: #864fc4;
	font-size: 1.8em!important;
	font-weight: bold;
	text-align: center;
	margin: 0.5em 0 0.2em 0!important;
}

.tokushu div .p_img {
	text-align: center!important;
	width: 90%;
	margin: 0 auto!important;
}
.tokushu div .p_img img {
	width: 100%;
	border: 1px solid #864fc4;
	box-sizing: border-box;
	vertical-align: top;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.tokushu div p {
	text-align: left;
	font-size: 1.45em!important;
	margin: 0.5em 1em 1em!important;
}

.tokushu .c_tokuten {
	margin-bottom: 2em!important;
}

/*bnr*/
.tokushu .bnr {
	width: 100%;
	margin: 40px auto 20px!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;
	font-size: 0.9em!important;
}

.tokushu .footer p{
	text-align: center;
}


.tokushu .footer p:before {
	display: inline-block;
	margin-right: 1px !important;
	font-family: FontAwesome;
  content: "\f1f9";
}


/*backtop*/
.tokushu .page-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999!important;
}
.tokushu .page-top a:link {
	color: rgba(134, 79, 196, 0.8)!important;
	font-size: 5em!important;
	text-decoration: none!important;
}
.tokushu .page-top a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.tokushu .page-top a:visited {
	color: rgba(243, 152, 0, 0.8)!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%);
}


