@charset "UTF-8";

/*-----------------------------------------------
 font
-----------------------------------------------*/
@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("http://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");


/* -- all -- */
/* -- sns -- */
.sns-wrap {
	margin: 5px 0 5px 3px !important;
}

.sns-wrap .fb-like {
	margin-top: -2px !important;
}

.tokusetsu {
	position: relative;
	width: 720px;
	margin: 0;
	padding: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#90fbfb+0,2ad3f9+100 */
	background: rgb(144, 251, 251);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(144, 251, 251, 1) 0%, rgba(42, 211, 249, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(144, 251, 251, 1) 0%, rgba(42, 211, 249, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(144, 251, 251, 1) 0%, rgba(42, 211, 249, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#90fbfb', endColorstr='#2ad3f9', GradientType=0);
	/* IE6-9 */
	color: #111 !important;
	font-family: -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;
}

@media screen and (min-width: 480px) {
	.br_pc {
		display: block;
	}

	.br_sp {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.br_pc {
		display: none;
	}

	.br_sp {
		display: block;
	}
}

.tokusetsu:before {
	display: block;
	background: url(../images/bg.png) repeat;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	content: "";
}

.tokusetsu .header {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 720px;
	height: 713px;
	background: url(../images/header.jpg) no-repeat left top;
	box-shadow: 0px 0px 2px 0px rgba(20, 111, 185, 0.4);
	-webkit-box-shadow: 0px 0px 0px 2px rgba(20, 111, 185, 0.4);
	-moz-box-shadow: 0px 0px 0px 2px rgba(20, 111, 185, 0.4);
	-ms-box-shadow: 0px 0px 0px 2px rgba(20, 111, 185, 0.4);
	margin-bottom: 100px !important;
	content: "";
}

.tokusetsu .header img {
	position: absolute;
	top: 79.9%;
	left: 23.6%;
}

.tokusetsu .main {
	position: relative;
	z-index: 2;
}

.tokusetsu .period dl {
	border: #146fb9 2px solid;
	width: 90%;
	margin: 0 auto !important;
}

.tokusetsu .period dl dt {
	background-color: #146fb9;
	margin: 0 auto !important;
	padding: 8px 0 !important;
}

.tokusetsu .period dl dt span {
	display: block;
	font-family: "Noto Sans Japanese";
	font-size: 2.5em;
	font-size: 25px !important;
	color: #fff;
	font-weight: 600;

}

.tokusetsu .period dl dd {
	background-color: #fff;
	color: #146fb9;
	margin: 0 auto !important;
	padding: 8px 0 !important;
	font-size: 2.0em;
	font-size: 20px !important;
}

.tokusetsu .period dl dd small {
	font-size: 1.5em;
	font-size: 15px !important;
	font-weight: 300;
}

/* -- h3 -- */
.tokusetsu h3 {
	display: inline-block;
	position: relative;
	margin: 40px auto 20px !important;
	padding: 10px 50px !important;
	background-color: #146fb9;
	font-size: 1.2em;
	font-size: 12px !important;
	color: #fff;
}

.tokusetsu h3 span {
	display: block;
	font-size: 2.2em;
	font-size: 22px !important;
	color: #fff;
	font-family: "Noto Sans Japanese";
	font-weight: 600;
	padding-bottom: 3px !important;
}

.tokusetsu h3 a {
	display: block;
	text-decoration: none;
	font-size: 2.2em;
	font-size: 22px !important;
	color: #fff;
	font-family: "Noto Sans Japanese";
	font-weight: 600;
}

.tokusetsu a:hover span {
	color: #3ee2fc !important;
	-webkit-filter: brightness(110%);
	-ms-filter: brightness(110%);
	-moz-filter: brightness(110%);
	-o-filter: brightness(110%);
	filter: brightness(110%);
}

.tokusetsu h3 a:visited span {
	text-decoration: none;
	color: #fff;
}


/* -- item -- */
.tokusetsu .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;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 15px !important;
}

.tokusetsu .item {
	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;
	width: 46%;
	margin: 10px !important;
	padding: 10px 0 !important;
	border: 1px solid #146fb9;
	background-color: #fff;
	text-align: center;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.tokusetsu .item > a {
	overflow: hidden;
	color: #111 !important;
	text-decoration: none;
}

.tokusetsu .item > a img,
.tokusetsu .item > img {
	width: 90%;
	margin: 10px auto !important;
	border: 1px solid #ececec;
	overflow: hidden;
}

.tokusetsu .item:nth-child(2n+1):last-child {
	margin: 0 !important;
	margin-top: 10px !important;
	margin-right: 49% !important;
}

.tokusetsu .item > a p,
.tokusetsu .item img + p {
	margin: 5px !important;
	font-size: 1.45em;
	font-size: 14.5px !important;
	font-weight: 600;
	line-height: 1.4 !important;
	letter-spacing: -0.5px;
}

.tokusetsu .item > a p br,
.tokusetsu .item img + p br {
	display: none;
}

.tokusetsu .item > a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70) ;
}

.tokusetsu .item > a:hover p {
	text-decoration: underline !important;
}

.tokusetsu .item dl {
	width: 100%;
	margin: 10px 0 !important;
	padding: 12px 0 8px !important;
	background-color: #146fb9;
	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;
	color: #fff;
}

.tokusetsu .item dl dt,
.tokusetsu .item dl dd {
	display: inline-block;
	color: #fff !important;
	font-weight: bold;
}

.tokusetsu .item dl dt {
	margin: 0 5px !important;
	font-size: 1.6em;
	font-size: 16px !important;
}

.tokusetsu .item dl dd {
	font-size: 2.5em;
	font-size: 25px !important;
}

.tokusetsu .item dl dd:after {
	display: inline-block;
	font-size: 1.2em;
	font-size: 12px !important;
	font-weight: 200;
	content: "（税込）";
}

.tokusetsu .item ul {
	margin: 10px 20px !important;
	text-align: left;
}

.tokusetsu .item ul li {
	font-family: ‘Hiragino Kaku Gothic ProN’, ‘ヒラギノ角ゴ ProN W3’, ‘Meiryo UI’, Meiryo, メイリオ, Osaka, ‘MS PGothic’, arial, helvetica, sans-serif;
	font-size: 1.05em;
	font-size: 10.5px !important;
	line-height: 1.6 !important;
}


.tokusetsu .item .btn {
	width: 100%;
	margin: 0 auto !important;
	margin-top: auto !important;
}

.tokusetsu .item .btn .cart {
	display: inline-block;
	width: 65%;
	height: 48px;
	margin: 5px auto !important;
	background-color: #fa550d;
	color: #fff !important;
	font-size: 2em;
	font-size: 20px !important;
	font-weight: bold;
	line-height: 53px !important;
	text-align: center;
	text-decoration: none;
}

.tokusetsu .item .btn .cart:hover {
	color: #3ee2fc !important;
	-webkit-filter: brightness(110%);
	-ms-filter: brightness(110%);
	-moz-filter: brightness(110%);
	-o-filter: brightness(110%);
	filter: brightness(110%);
}

.tokusetsu .item .btn .cart + p {
	margin: 5px auto 10px auto !important;
	color: #fa550d !important;
	font-family: ‘Hiragino Kaku Gothic ProN’, ‘ヒラギノ角ゴ ProN W3’, ‘Meiryo UI’, Meiryo, メイリオ, Osaka, ‘MS PGothic’, arial, helvetica, sans-serif;
	font-size: 1.2em;
	font-size: 12px !important;
}

.tokusetsu .fanclub {
	display: block;
	position: relative;
	width: 93%;
	margin: 25px auto !important;
	padding-bottom: 10px !important;
	border: 1px solid #146fb9;
	background-color: #fff;
	text-align: center;
	overflow: hidden;
}

.tokusetsu .fanclub p a {
	overflow: hidden;
	color: #FFFFFF;
	text-decoration: none;
}

.tokusetsu .fanclub > p a,
.tokusetsu .fanclub img + p {
	font-size: 1.45em;
	font-size: 14.5px !important;
	font-weight: 600;
	line-height: 1.4 !important;
	letter-spacing: -0.5px;
	background-color: #519bd6;
}

.tokusetsu .fanclub p a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70) ;
	color: #3ee2fc !important;
	-webkit-filter: brightness(110%);
	-ms-filter: brightness(110%);
	-moz-filter: brightness(110%);
	-o-filter: brightness(110%);
	filter: brightness(110%);
}

.tokusetsu .fanclub p a:hover {
	text-decoration: none !important;
}

.tokusetsu .fanclub p {
	display: block;
	margin: 0 auto 15px auto !important;
	padding: 7px 0 !important;
	font-size: 1.6em;
	font-size: 16px !important;
	background-color: #519bd6;
}

.tokusetsu .fanclub p strong {
	color: #fa550d !important;
	font-size: 2.2em;
	font-size: 22px !important;
}

.tokusetsu .fanclub p strong small {
	font-size: 1.2em;
	font-size: 12px !important;
}

.tokusetsu .fanclub .image {
	display: inline-block;
	margin-top: 5px !important;
}


.tokusetsu .fanclub .image img {
	display: inline-block;
	width: 45%;
	margin: 0 10px 10px 10px !important;
	border: 1px solid #ececec;
	vertical-align: top;
}

.tokusetsu .fanclub .img_1 {
	width: 45%;
	margin-left: 0 !important;
}

.tokusetsu .fanclub .img_1 img {
	width: 100% !important;
	display: inline-block;
	margin-left: 0 !important;
}

.tokusetsu .fanclub .imag .column3 {
	width: 100%;
}

.tokusetsu .fanclub .image .column3 .tokuten {
	width: 35%;
	display: inline-block;
	margin: 0 10px 10px 0 !important;
}

.tokusetsu .fanclub .image .column3 .tokuten img {
	width: 100%;
	border: 1px solid #ececec;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.tokusetsu .fanclub .image img:first-child:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70) ;
}

.tokusetsu .fanclub .detail {
	display: inline-block;
	width: 47%;
	margin: 10px 0 0 5px !important;
	vertical-align: top;
}

.tokusetsu .fanclub .detail.second {
	margin: -5px 0 0 5px !important;
}

.tokusetsu .fanclub .red {
	text-align: left;
	margin: 10px !important;
	color: #F01C20;
	font-weight: bold;
}

.tokusetsu .fanclub .red li {
	font-size: 14px !important;
}

.tokusetsu .fanclub .delete {
	text-decoration: line-through;
}

.tokusetsu .fanclub ul {
	margin: 0 10px 10px 10px !important;
	text-align: left;
}

.tokusetsu .fanclub ul li {
	font-size: 12px !important;
}

.tokusetsu .fanclub .detail ul {
	margin: 0 0 15px 5px !important;
	text-align: left;
}

.tokusetsu .fanclub .detail ul li {
	font-family: ‘Hiragino Kaku Gothic ProN’, ‘ヒラギノ角ゴ ProN W3’, ‘Meiryo UI’, Meiryo, メイリオ, Osaka, ‘MS PGothic’, arial, helvetica, sans-serif;
	font-size: 12em;
	font-size: 12px !important;
	line-height: 1.3 !important;
}

.tokusetsu .fanclub .detail ul li .detail-red {
	color: #f01c20 !important;
}

.tokusetsu .fanclub .detail ul li .detail-bold {
	font-weight: bold;
}

.tokusetsu .fanclub .detail ul li.ttl {
	color: #fff;
	background-color: #146fb9;
	padding: 2px 2px 1px !important;
	margin: 2px 0 !important;
}

.tokusetsu .fanclub .detailtxt {
	margin: -10px 0 10px !important;
	font-family: ‘Hiragino Kaku Gothic ProN’, ‘ヒラギノ角ゴ ProN W3’, ‘Meiryo UI’, Meiryo, メイリオ, Osaka, ‘MS PGothic’, arial, helvetica, sans-serif;
	color: #f01c20;
	font-size: 1.5em;
	line-height: 15px !important;
	font-weight: bold;
}

.tokusetsu .fanclub .black li {
	font-weight: bold;
	font-size: 14px !important;
}

/*.tokusetsu .fanclub .detail ul + ul li {
  font-size: 1.05em;
  font-size: 10.5px!important;
  list-style-type: disc;
}*/

.tokusetsu .fanclub dl {
	width: 100%;
	clear: both;
	margin: 10px 0 !important;
	padding: 12px 0 8px !important;
	background-color: #519bd6;
	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;
	color: #fff;
}

.tokusetsu .fanclub dl dt,
.tokusetsu .fanclub dl dd {
	display: inline-block;
	color: #fff !important;
	font-weight: bold;
}

.tokusetsu .fanclub dl dt {
	margin: 0 5px !important;
	font-size: 1.6em;
	font-size: 16px !important;
}

.tokusetsu .fanclub dl dd {
	font-size: 2.5em;
	font-size: 25px !important;
}

.tokusetsu .fanclub dl dd:after {
	display: inline-block;
	font-size: 1.2em;
	font-size: 12px !important;
	font-weight: 200;
	content: "（税込）";
}

.tokusetsu .fanclubul {
	margin: 10px 20px !important;
	text-align: left;
}

.tokusetsu .fanclub ul li {
	font-family: ‘Hiragino Kaku Gothic ProN’, ‘ヒラギノ角ゴ ProN W3’, ‘Meiryo UI’, Meiryo, メイリオ, Osaka, ‘MS PGothic’, arial, helvetica, sans-serif;
	font-size: 1.05em;
	font-size: 10.5px !important;
	line-height: 1.6 !important;
}


.tokusetsu .fanclub .btn {
	width: 100%;
	margin: 0 auto !important;
	margin-top: auto !important;
}

.tokusetsu .fanclub .btn .cart {
	display: inline-block;
	width: 35%;
	height: 48px;
	margin: 5px auto !important;
	background-color: #fa550d;
	color: #fff !important;
	font-size: 2em;
	font-size: 20px !important;
	font-weight: bold;
	line-height: 53px !important;
	text-align: center;
	text-decoration: none;
}

.tokusetsu .fanclub .btn .cart:hover {
	color: #3ee2fc !important;
	-webkit-filter: brightness(110%);
	-ms-filter: brightness(110%);
	-moz-filter: brightness(110%);
	-o-filter: brightness(110%);
	filter: brightness(110%);
}

.tokusetsu .fanclub .btn .cart + p {
	margin: 5px auto 10px auto !important;
	color: #fa550d !important;
	font-family: ‘Hiragino Kaku Gothic ProN’, ‘ヒラギノ角ゴ ProN W3’, ‘Meiryo UI’, Meiryo, メイリオ, Osaka, ‘MS PGothic’, arial, helvetica, sans-serif;
	font-size: 1.2em;
	font-size: 12px !important;
}

.tokusetsu .fanclub .label_dvd {
	display: inline-block;
	position: absolute;
	top: -6px;
	right: 10px;
	margin: 0;
	padding: 18px 0 7px;
	z-index: 2;
	width: 40px;
	text-align: center;
	color: white;
	font-size: 14px;
	font-weight: bold;
	background: #fc72cd;
	border-radius: 2px 0 0 0;
}

.tokusetsu .fanclub .label_dvd::before {
	position: absolute;
	content: '';
	top: 0;
	right: -5px;
	border: none;
	border-bottom: solid 6px #fc72cd;
	border-right: solid 5px transparent;
}

.tokusetsu .fanclub .label_dvd::after {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	height: 0;
	width: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 10px solid #fc72cd;
}

_:-ms-lang(x)::-ms-backdrop,
.tokusetsu .fanclub .label_dvd::after {
	content: '';
	position: absolute;
	left: 0;
	top: 99%;
	height: 0;
	width: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 10px solid #fc72cd;
}

.tokusetsu .fanclub .label_cd {
	display: inline-block;
	position: absolute;
	top: -6px;
	right: 10px;
	margin: 0 !important;
	padding: 18px 0 7px !important;
	z-index: 2;
	width: 40px;
	text-align: center;
	color: white;
	font-size: 14px;
	font-weight: bold;
	background: #fd7f41;
	border-radius: 2px 0 0 0;
}

.tokusetsu .fanclub .label_cd::before {
	position: absolute;
	content: '';
	top: 0;
	right: -5px;
	border: none;
	border-bottom: solid 6px #fd7f41;
	border-right: solid 5px transparent;
}

.tokusetsu .fanclub .label_cd::after {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	height: 0;
	width: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 10px solid #fd7f41;
}

_:-ms-lang(x)::-ms-backdrop,
.tokusetsu .fanclub .label_cd::after {
	content: '';
	position: absolute;
	left: 0;
	top: 99%;
	height: 0;
	width: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 10px solid #fd7f41;
}

.tokusetsu .ribbon {
	display: inline-block;
	position: relative;
	background-color: #146fb9;
	padding: 10px 50px !important;
}

.tokusetsu .ribbon:before {
	display: inline-block;
	position: absolute;
	width: 91px;
	height: 55px;
	left: -34px;
	bottom: -22px;
	background: url(../images/img01.png) no-repeat;
	z-index: -1;
	content: "";
}

.tokusetsu .ribbon:after {
	display: inline-block;
	position: absolute;
	width: 91px;
	height: 55px;
	right: -34px;
	bottom: -22px;
	background: url(../images/img01.png) no-repeat;
	z-index: -1;
	content: "";
	transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
}


.tokusetsu .main > ul {
	text-align: left;
	color: #fff;
	margin-left: 30px !important;
	margin-top: 15px !important;
	font-size: 1.1em;
	font-size: 11px !important;
}

/* -- footer -- */
.tokusetsu .footer {
	height: 60px;
	margin-top: 30px !important;
	text-align: center;
}

.tokusetsu .footer p {
	color: #fff !important;
	font-size: 1.3em;
	font-size: 13px !important;
	line-height: 30px !important;
}

.tokusetsu .footer p:before {
	display: inline-block;
	margin-right: 3px !important;
	font-family: FontAwesome;
	content: "\f1f9";
}

/* -- backtop -- */
.tokusetsu .backtop {
	position: fixed;
	z-index: 9999;
	bottom: 10px;
	right: 10px;
}

.tokusetsu .backtop a {
	display: block;
	position: relative;
	width: 60px;
	height: 60px;
	background-color: rgba(20, 111, 185, 0.9);
	color: #fff !important;
	text-align: center;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.tokusetsu .backtop a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70) ;
}

.tokusetsu .backtop i {
	margin: 10px auto !important;
	font-size: 4em;
}

.tokusetsu .overlay {
	display: none;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 103;
	width: 100%;
	height: 100%;
}

.tokusetsu .overlay_box {
	width: 100%;
	z-index: 9999;
}

.tokusetsu .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%);
	z-index: 9999;
}
