@charset "UTF-8";

/*-----------------------------------------------
 font
-----------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap&subset=japanese");
@import url("http://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp.min.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp.min.css");

@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('https://use.fontawesome.com/releases/v5.6.0/css/all.css');
@import url('http://use.fontawesome.com/releases/v5.6.0/css/all.css');

.tokusetsu .sp {
    display: none !important;
}

/*-----------------------------------------------
 SNS
-----------------------------------------------*/
.sns-wrap {
    margin: 5px 0 5px 3px !important;
}

.sns-wrap .fb-like {
    margin-top: -2px !important;
}

/*-----------------------------------------------
 base
-----------------------------------------------*/
.tokusetsu {
    position: relative;
    overflow: hidden;
    width: 720px;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #111 !important;
    font-size: 62.5% !important;
    line-height: 1 !important;
    font-family: YakuHanJP, 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    background-color: #fa1e19;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#90fbfb', endColorstr='#2ad3f9', GradientType=0);
    /* IE6-9 */
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

/*.tokusetsu:before {
    display: block;
    background: url(../images/bg.jpg) repeat;
	background-size: contain;
    position: absolute;
    width: 10%;
    height: 10%;
    z-index: 1;
    content: "";
}*/

.tokusetsu .inner {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
}

.tokusetsu ul.bottom_caution {
    font-size: 1.1em;
    font-size: 11px !important;
    line-height: 12px;
	color: #000;
    margin: 0 25px !important;
}

.tokusetsu ul.bottom_caution li {
    margin-bottom: 3px !important;
}

/*-----------------------------------------------
 ヘッダー
-----------------------------------------------*/
.tokusetsu .header {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0px !important;
    text-align: center !important;
}

.tokusetsu .header img {
    display: block;
    width: 100%;
    height: auto;
}

.tokusetsu .header h3 img {
    width: 100%;
    height: auto;
}


/*-----------------------------------------------
 txt
-----------------------------------------------*/
.tokusetsu .txt p {
	width: 80%;
    font-size: 2em;
    font-size: 20px !important;
    line-height: 1.4 !important;
    margin: 20px auto 50px !important;
	color: #fff;
	font-family: "Noto Serif JP", "Times New Roman", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", "Meiryo", "serif";
	font-weight:900;
}


/*-----------------------------------------------
 見出し
-----------------------------------------------*/

.tokusetsu h4 {
	margin: 25px auto 0px !important;
    /*display: inline-block;
    position: relative;
	width: 200px;
	height: auto;
    background: url(../images/bg_h4.png) no-repeat top center;
	background-size: contain;
    margin: 30px auto 10px !important;
    padding: 15px 0 !important;*/
}


/*
.tokusetsu h4 span {
    color: #fff;
    font-size: 2.7em;
    font-size: 27px !important;
    line-height: 27px !important;
    font-weight: 600;
	letter-spacing: 1px;
}
*/


/*-----------------------------------------------
h5
-----------------------------------------------*/
.tokusetsu h5 {
    display: inline-block;
    position: relative;
	width: 680px;
	height: auto;
	color: #fff;
	font-size: 2.3em;
    font-size: 23px !important;
    line-height: 23px !important;
    font-weight: 600;
	letter-spacing: 1px;
    background-color: #323250 !important;
    margin: 15px auto 5px !important;
    padding: 8px 0 !important;
	font-family: "Noto Serif JP", "Times New Roman", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", "Meiryo", "serif";
	font-weight:900;
}

/*-----------------------------------------------
 商品一覧
-----------------------------------------------*/

.tokusetsu .commod { 
	position: relative;
    overflow: hidden;
    width: 720px;
    text-align: center;
    background: url(../images/bg.jpg) repeat;
	margin: 20px auto 50px !important;
    padding: 20px 0 60px 0 !important;
}

/*.tokusetsu:before {
    display: block;
    background: url(../images/bg.jpg) repeat;
	background-size: contain;
    position: absolute;
    width: 10%;
    height: 10%;
    z-index: 1;
    content: "";



/*-----------------------------------------------
 商品一覧
-----------------------------------------------*/
.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;
}

.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;
    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:nth-child(2n+1):last-child {
    margin: 0 !important;
    margin-top: 10px !important;
    margin-right: 49% !important;
}

.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 .box {
    position: relative;
    overflow: hidden;
    width: 90%;
    min-height: 0%;
    height: auto;
    margin: 7px auto 10px !important;
    padding: 0 !important;
    box-sizing: border-box;
    text-align: center !important;
    border: 1px solid #ececec;
}

.tokusetsu .item .box img {
    display: block;
    width: 100%;
    height: auto;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.tokusetsu .item .box img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=70);
}

/*-----------------------------------------------
 商品名
-----------------------------------------------*/
.tokusetsu .item .ttl {
    width: 100%;
    font-size: 1.45em;
    font-size: 14.5px !important;
    font-weight: 600;
    line-height: 1.4 !important;
    margin: 10px auto !important;
}

.tokusetsu .item .ttl a {
    color: #202020;
    text-decoration: none !important;
}

.tokusetsu .item .ttl a:hover {
    color: #e9a453 !important;
    text-decoration: underline !important;
}

/*-----------------------------------------------
 商品価格
-----------------------------------------------*/
.tokusetsu .item dl {
    width: 100%;
    text-align: center;
    color: #111;
	margin: 10px 0 !important;
    padding: 5px 0 8px !important;
}

.tokusetsu .item dl dt,
.tokusetsu .item dl dd {
    display: inline-block;
    color: #111 !important;
}

.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;
    font-weight: bold;
}

.tokusetsu .item dl dd:after {
    display: inline-block;
    font-size: 1.2em;
    font-size: 12px !important;
    font-weight: 200;
    content: "（税込）";
}

/*-----------------------------------------------
 商品仕様
.tokusetsu .item ul {
    text-align: left;
    margin: 8px 15px !important;
    padding: 0 !important;
    list-style-type: none !important;
}

.tokusetsu .item ul li {
    font-size: 1.3em;
    font-size: 13px !important;
    line-height: 1.6 !important;
    margin-bottom: 2px !important;
}

.tokusetsu .item ul li.caution {
    line-height: 1.3 !important;
    margin-bottom: 0px !important;
}

.tokusetsu .item ul li span {
    background: #63a7de;
    padding: 0 7px 1px !important;
    margin-right: 3px !important;
    color: #fff;
    border-radius: 15px;
    font-size: 10px !important;
}

.tokusetsu .item ul.spset {
    position: relative;
    color: #fff;
    border: 1px solid #da3a22;
    background-color: #ed6539;
    padding: 12px 5px 4px !important;
}

.tokusetsu .item ul.spset li:first-child {
    position: absolute;
    top: -8px;
    background-color: #da3a22;
    font-size: 1.2em;
    font-size: 12px !important;
    line-height: 1.1 !important;
    font-weight: 600;
    border-radius: 15px;
    padding: 2px 10px 5px !important;
}

.tokusetsu .item ul.spset li {
    font-size: 1.2em;
    font-size: 12px !important;
    line-height: 1.3 !important;
    margin-bottom: 2px !important;
}

.tokusetsu .item ul li.long {
    letter-spacing: -0.2px !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;
	background-color: #fa1e19;
	text-align: center;
    font-size: 2em;
    font-size: 20px !important;
    font-weight: 600;
	line-height: 46px !important;
    letter-spacing: 1.0 !important;
	text-decoration: none;
    color: #fff !important;
	margin: 10px auto 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-radius: 0px;
	transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);
    /*
	border: 1px solid transparent;
	outline: 1px solid;
    outline-color: #f74174;
    outline-offset: 0px;
    text-shadow: none;
    transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);*/
}

.tokusetsu .item .btn .cart:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=70);
	color: #fff !important;
    cursor: pointer;
    /*
	border-color: #FFF;
	box-shadow: inset 0 0 20px 
    rgba(255, 255, 255, 0.5), 0 0 20px 
    rgba(255, 255, 255, 0.2);
    outline-color: transparent;
    outline-offset: 10px;*/
}

/*.tokusetsu .item .btn .cart + p {
    margin: 5px auto 10px auto !important;
    color: #e94755 !important;
    font-size: 1.2em;
    font-size: 12px !important;
}

/*-----------------------------------------------
 footer
-----------------------------------------------*/
.tokusetsu .bottom_bnr {
	margin: 0 auto !important;
	padding: 0 !important;
}

.tokusetsu .bottom_bnr a:hover  {
	opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: alpha(opacity=80);
    cursor: pointer;
}



/*-----------------------------------------------
 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: 62px !important;
}

.tokusetsu .footer p:before {
    display: inline-block;
    margin-right: 3px !important;
    font-family: FontAwesome;
    content: "\f1f9";
}

/*-----------------------------------------------
 backtop
-----------------------------------------------*/
.tokusetsu .backtop {
    position: fixed;
    z-index: 333;
    bottom: 10px;
    right: 10px;
}

.tokusetsu .backtop a {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    background-color: #00b7ee;
    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;
}

/*-----------------------------------------------
 overlay
-----------------------------------------------*/
.tokusetsu .overlay {
    display: none;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    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;
}
