@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://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.0.6/css/all.css');
@import url('http://use.fontawesome.com/releases/v5.0.6/css/all.css');

.tokusetsu .sp {
    display: none !important;
}

/*-----------------------------------------------
 base
-----------------------------------------------*/
.sns-wrap {
    margin: 5px 0 5px 3px !important;
}

.sns-wrap .fb-like {
    margin-top: -2px !important;
}

.tokusetsu {
    position: relative;
    width: 720px;
    color: #202020;
    font-size: 62.5% !important;
    line-height: 1 !important;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    text-align: center;
    background: url(../images/bg.jpg) repeat;
    background-size: 720px auto;
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    margin: 0!important;
    padding: 0!important;
}

.tokusetsu a {
    text-decoration: none !important;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.tokusetsu div,
.tokusetsu p,
.tokusetsu h3 {
    margin: 0;
    padding: 0;
}

.tokusetsu a img {
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.tokusetsu a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=70);
}

/*-----------------------------------------------
 ヘッダー
-----------------------------------------------*/
.tokusetsu h3.header {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 !important;
    padding: 0 !important;
}

.tokusetsu h3.header img {
    display: block;
    width: 100%;
    height: auto;
}

/*-----------------------------------------------
 ベース
-----------------------------------------------*/
.tokusetsu .main {
    position: relative;
    width: 100%;
    margin: 0 !important;
    padding: 0 auto !improtant;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center !important;
}

/*-----------------------------------------------
 フレーム
-----------------------------------------------*/
.tokusetsu .inner {
    width: 680px;
    margin: 0 auto !important;
    padding: 0 !important;
    text-align: center !important;
}

/*-----------------------------------------------
 商品一覧
-----------------------------------------------*/
.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-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    background: url(../images/bg.png) left top repeat;
    background-size: contain;
}

.tokusetsu .item {
    position: relative;
	width: 210px;
    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;
    padding: 0 0 10px !important;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 6px !important;
    vertical-align: top;
    text-align: center !important;
    background-color: #fff;
	border: 2px solid #000;
}

.tokusetsu .item.tokuten {
    width: 680px;
    height: auto;
    padding: 20px 0;
    border: 5px solid transparent;
    background-image: linear-gradient(#fff, #fff), linear-gradient(#e60012, #facc22);
    background-origin: padding-box, border-box;
    background-clip: padding-box, border-box;
    box-sizing: border-box;
    text-align: center;
}

.tokusetsu .item-block .dummy {
    display: flex;
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    height: 1px !important;
    margin: 10px 6px !important;
    padding: 0 !important;
}

.tokusetsu .item .bottom {
    position: relative;
    width: 100%;
    margin: 0 !important;
    margin-top: auto !important;
}

/*-----------------------------------------------
 商品画像
-----------------------------------------------*/
.tokusetsu .item .box {
    position: relative;
    margin: 0 auto 8px !important;
    width: 186px;
    height: 186px;
	border: 1px solid #000;
    padding: 4px !important;
    box-sizing: border-box;
    text-align: center !important;
}

.tokusetsu .item .box img {
    width: 100%;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

/*-----------------------------------------------
 商品画像 入れ替え
-----------------------------------------------*/
.tokusetsu .item .image-area {
    position: relative;
    display: inline-block;
    width: 300px;
    height: 300px;
    margin: 0 auto !important;
    padding: 0 !important;
    box-sizing: border-box;
    text-align: center !important;
}

.tokusetsu .item .image-area .mainImage {
    overflow: hidden;
    width: 300px;
    height: 300px;
    padding: 0 !important;
}

.tokusetsu .item .image-area .mainImage img {
    width: 300px;
    height: 300px;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

/*-----------------------------------------------
 商品名
-----------------------------------------------*/
.tokusetsu .item .ttl {
    position: relative;
    overflow: hidden;
    width: auto;
	height: 40px;
	background-color: #000;
    margin: 3px 0 5px !important;
    padding: 3px 0 0 !important;
    font-size: 1.4em;
    font-size: 14px !important;
    font-weight: bold;
    line-height: 1.2 !important;
    word-break: keep-all;
	color: #e60012 !important;
}

.tokusetsu .item:nth-of-type(5) .ttl,
.tokusetsu .item:nth-of-type(8) .ttl,
.tokusetsu .item:nth-of-type(10) .ttl {
    line-height: 40px !important;
}

.tokusetsu .item .ttl a {
    color: #e60012;
}

.tokusetsu .item .ttl a:hover {
    color: #e60012 !important;
}

.tokusetsu .item.tokuten .ttl {
    position: relative;
    overflow: hidden;
    width: auto;
	height: auto !important;
    font-size: 1.6em;
    font-size: 16px !important;
    font-weight: normal;
    line-height: 1.3 !important;
    letter-spacing: 1.5 !important;
    word-break: keep-all;
	color: #202020 !important;
    margin: 0 5px 10px !important;
    padding: 0 !important;
	background-color: transparent !important;
}

.tokusetsu .item.tokuten .ttl span {
    color: #e60012;
    font-size: 18px !important;
    font-weight: bold;
}

.tokusetsu .item.tokuten .ttl span:first-child {
	color: #202020;
    font-size: 11px !important;
}

/*-----------------------------------------------
 商品 仕様
-----------------------------------------------*/
.tokusetsu .item ul.detail {
    margin: 0 10px 5px !important;
    padding: 0 !important;
    text-align: left;
    list-style-type: none !important;
}

.tokusetsu .item ul.detail li {
    font-size: 1.15em;
    font-size: 11.5px !important;
    line-height: 13px;
    font-weight: 400;
    letter-spacing: 1.0px!important;
    margin: 0 0 2px!important;
    padding: 0 3px !important;word-break: break-all;
}

.tokusetsu .item ul.detail li i {
    font-size: 0.8em;
    font-size: 8px !important;
    margin: 0 2px 0 0!important;
}

.tokusetsu .item ul.caution li {
    line-height: 15px !important;
    margin: 0 0 4px !important;
}

.tokusetsu .item ul.detail li span {
    display: inline-block;
    font-size: 1.1em;
    font-size: 11px !important;
}

.tokusetsu .item ul.detail li span:after {
    position: relative;
    padding: 0 3px !important;
    box-sizing: border-box;
    font-family: FontAwesome;
    content: "\f0da";
    font-size: 1.0em;
    font-size: 10px !important;
}

.tokusetsu .item.tokuten ul.detail li {
    margin: 0 0 2px !important;
}

/*-----------------------------------------------
 商品 購入限定数
-----------------------------------------------*/
.tokusetsu .item p.limited {
    width: 135px;
    color: #e60012 !important;
    font-size: 1.2em;
    font-size: 12px !important;
    font-weight: 600;
    background-color: #e0e0e0;
    text-align: center !important;
    margin: 0 0 10px 10px !important;
    padding: 3px 0 4px !important;
}

/*-----------------------------------------------
 商品 セレクトボックス
-----------------------------------------------*/
.tokusetsu .item .select-box {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 10;
    width: 186px;
    height: 44px;
    margin: 5px 0 0 !important;
    padding: 0 !important;
    border: 1px solid #e60012;
    background-color: #fff;
    color: #e60012;
    font-size: 1.4em;
    font-size: 14px !important;
    line-height: 40px !important;
    outline: none !important;
    -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 .select-box:after {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 8px;
    z-index: -1\0;
    z-index: -1\9;
    font-family: FontAwesome;
    pointer-events: none;
    content: "\f078";
}

/* IE10,11用 */
@media all and (-ms-high-contrast: none) {
    .tokusetsu .item .select-box:after {
        display: none !important;
    }
}

.tokusetsu .item .select-list {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 0 10px !important;
    border: 0 !important;
    background: none transparent;
    color: #e60012;
    font-size: 1.4em;
    font-size: 14px !important;
    line-height: 42px !important;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.tokusetsu .item select{
    outline: none !important;
    cursor: pointer;
    background-color: #fff;
}
.tokusetsu .item option {
    background-color: #fff;
}

/*-----------------------------------------------
 商品 価格
-----------------------------------------------*/
.tokusetsu .item dl {
    color: #202020;
    margin: 0 !important;
    padding: 0 !important;
}

.tokusetsu .item.column1 dl {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0 !important;
}

.tokusetsu .item dl dt,
.tokusetsu .item dl dd {
    display: inline-block;
    font-weight: bold;
}

.tokusetsu .item dl dt {
    margin: 0 2px 0 0!important;
    font-size: 1.4em;
    font-size: 14px !important;
}

.tokusetsu .item dl dd {
    font-size: 2.4em;
    font-size: 24px !important;
    letter-spacing: -0.5px;
}

.tokusetsu .item dl dd:after {
    display: inline-block;
    margin: 0 0 0 2px!important;
    font-size: 1.1em;
    font-size: 11px !important;
    font-weight: normal;
    content: "（税込）";
}

/*-----------------------------------------------
 商品 カートボタン
-----------------------------------------------*/
.tokusetsu .item .cart {
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 1;
    width: 186px;
    height: 44px;
    color: #fff;
    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;
    vertical-align: top;
    background-color: #e60012;
    margin: 5px auto 0 !important;
	transition: background 1s;
}

.tokusetsu .item a.cart span {
    position: relative;
    z-index: 3;
    font-size: 1.5em;
    font-size: 15px !important;
    line-height: 39px !important;
    letter-spacing: 1.5px!important;
    font-weight: 600;
}

.tokusetsu .item a.cart:hover {
    color: #fff !important;
    background-color: #202020;
}

/*-----------------------------------------------
 フッター側 注意書き
-----------------------------------------------*/
.tokusetsu ul.notes {
    width: 100%;
    margin: 0 auto 30px !important;
    text-align: center!important;
}

.tokusetsu ul.notes li {
    font-size: 1.2em;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 1.4 !important;
}

/*-----------------------------------------------
 特典 見出し
-----------------------------------------------*/
.tokusetsu .tokuten h4 {
    margin: 10px 0 5px !important;
}

/*-----------------------------------------------
 関連商品一覧
-----------------------------------------------*/
.tokusetsu .more a {
    position: relative;
    display: block;
    width: 640px;
    height: 64px;
    margin: 0 auto 20px;
    padding: 0;
    filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.5));
}

/*-----------------------------------------------
 フッター
-----------------------------------------------*/
.tokusetsu .footer {
    width: 100%;
	height: auto;
    /*height: 40px;*/
    margin: 10px 0 0!important;
	padding: 10px 0!important;
    /*padding: 0!important;*/
    text-align: center;
    font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    background-color: #000;
}

.tokusetsu .footer p {
    color: #fff;
    font-size: 1.2em;
    font-size: 12px !important;
	line-height: 15px !important;
    /*line-height: 40px !important;*/
}

.tokusetsu .footer p:before {
    display: inline-block;
    margin-right: 4px !important;
    font-family: FontAwesome;
    content: "\f1f9";
}

/*-----------------------------------------------
 backtop
-----------------------------------------------*/
.tokusetsu .backtop {
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 333;
}

.tokusetsu .backtop a {
    display: block;
    width: 65px;
    height: auto;
    text-align: center;
}

.tokusetsu .backtop img {
    width: 100%;
    height: auto;
}

.tokusetsu .backtop a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=70);
}

/*-----------------------------------------------
 モーダル
-----------------------------------------------*/
.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%;
}

.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%);
}
