@charset "UTF-8";
@import "swiper.min.css";

/*-----------------------------------------------
 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://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.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.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: #fff;
    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;
    text-align: center;
    background: #121212 url(../images/bg.jpg) left top repeat;
    -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 .header {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto 30px!important;
    padding: 35px 0 !important;
    background: url(../images/line01.png) center bottom no-repeat;
}

.tokusetsu h3 img {
    display: block;
    width: 349px;
    height: auto;
    margin: 0 auto !important;
}

/*-----------------------------------------------
 見出し
-----------------------------------------------*/
.tokusetsu h4 {
    position: relative;
    width: 100%;
    font-size: 2.3em;
    font-size: 23px !important;
    line-height: 35px !Important;
    font-weight: 700;
    box-sizing: border-box;
    margin: 15px auto 0 !important;
    padding: 0 0 23px !important;
    font-family: 'Noto Serif JP', 'Alice', 'Inria Serif', "Times New Roman", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", "Meiryo", sans-serif;
    vertical-align: middle;
}

.tokusetsu h4:after {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 19px;
    content: " ";
    background: url(../images/line02.png) center top no-repeat;
}

.tokusetsu h4 img {
    display: inline-block;
    vertical-align: top;
}

.tokusetsu .mvimg {
    position: relative;
    width: calc(100% - 40px);
    box-sizing: border-box;
    margin: 20px auto 10px !important;
    padding: 0 !important;
}

.tokusetsu .mvimg img {
    width: 100%;
    height: auto;
}

.tokusetsu .lead {
    position: relative;
    width: 100%;
    margin: 0 auto 30px !important;
    padding: 0 !important;
    font-family: 'Noto Serif JP', 'Alice', 'Inria Serif', "Times New Roman", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", "Meiryo", sans-serif;
}

.tokusetsu .lead p {
    display: inline;
    position: relative;
    font-size: 1.6em;
    font-size: 16px !important;
    line-height: 25px !important;
    letter-spacing: 2.0px!important;
    font-weight: 400;
    box-sizing: border-box;
}

/*-----------------------------------------------
 商品一覧
-----------------------------------------------*/
.tokusetsu .item-block {
    position: relative;
    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-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 10px auto 50px !important;
    padding: 0!important;
}

.tokusetsu .item-block.column3 {
    width: 689px;
    margin: 10px auto !important;
    padding: 0 !important;
    background: none !important;
    text-align: left !important;
}

.tokusetsu .item {
    position: relative;
    -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;
    width: calc(100% - 36px);
    margin: 0 auto 10px !important;
    padding: 0 0 10px !important;
    text-align: center !important;
    background-color: rgba(49, 15, 13, 0.8);
    border: 1px solid #b2772a;
}

.tokusetsu .item:last-child {
    margin: 0 auto !important;
}

.tokusetsu .item:last-child:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    box-sizing: border-box;
    content: "";
    background: none !important;
    margin: 0 auto !important;
}

.tokusetsu .column3 .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: calc(33% - 4px);
    margin: 0 8px 10px 0 !important;
    padding: 0 0 5px !important;
    background-color: #fff;
    border: 1px solid #b2772a;
}

.tokusetsu .column3 .item:nth-child(3n) {
    margin: 0 0 10px !important;
}

.tokusetsu .item .txtArea {
    position: relative;
    display: inline-block;
    width: calc(100% - 405px);
    min-height: 370px;
    letter-spacing: 1.0px!important;
    margin: 0 0 0 10px !important;
    vertical-align: top;
    text-align: left !important;
}

.tokusetsu .item .txtArea p {
    font-size: 1.4em;
    font-size: 14px !important;
    line-height: 1.4 !important;
    font-weight: 400;
}

.tokusetsu .item .bottom {
    position: absolute;
    bottom: 0px;
    right: 0px;
    text-align: left !important;
}

.tokusetsu .column3 .item .bottom {
    position: relative !important;
    width: 100% !important;
    right: 0 !important;
    margin: 0 !important !important;
    margin-top: auto !important;
    text-align: center !important;
}

/*-----------------------------------------------
 商品名
-----------------------------------------------*/
.tokusetsu .item .ttl {
    position: relative;
    overflow: hidden;
    width: calc(100% - 30px);
    font-size: 1.8em;
    font-size: 18px !important;
    font-weight: 400;
    line-height: 1.2 !important;
    margin: 10px auto 12px!important;
    padding: 0 5px 13px!important;
    word-break: keep-all;
    font-family: 'Noto Serif JP', 'Alice', 'Inria Serif', "Times New Roman", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", "Meiryo", sans-serif;
    background: url(../images/line01.png) center bottom no-repeat;
}

.tokusetsu .column3 .item .ttl {
    font-size: 1.3em;
    font-size: 13px !important;
    margin: 5px auto!important;
    padding: 0 5px!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: none!important;
}

.tokusetsu .item .ttl a {
    color: #fff;
}

.tokusetsu .column3 .item .ttl a {
    color: #202020!important;
}

.tokusetsu .item .ttl a:hover {
    color: #a31f24!important;
}

/*-----------------------------------------------
 商品画像 スライダー
-----------------------------------------------*/
.tokusetsu .swiper-container {
    display: inline-block;
    position: relative;
    left: 0;
    right: 0;
    width: 370px !important;
    height: auto;
    margin: 0 auto !important;
    padding: 0 !important;
    text-align: left !important;
}

.tokusetsu .item.limited .swiper-container:after {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 90px;
    height: 94px;
    box-sizing: border-box;
    content: "";
    background: url(../images/item_icon.png) left bottom no-repeat;
    background-size: contain;
    z-index: 10;
}

.tokusetsu .swiper-container img,
.tokusetsu .swiper-slide img {
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.tokusetsu .swiper-container .swiper-pagination {
    position: absolute;
    bottom: 8px;
}

.tokusetsu .swiper-container .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    opacity: 1;
    background-color: #cacaca;
    margin: 0 3px !important;
    border: 1px solid #7f7f7f;
}

.tokusetsu .swiper-container .swiper-pagination-bullet-active {
    background-color: #7f7f7f;
}

@media all and (-ms-high-contrast: none) {
    .tokusetsu .swiper-container .swiper-pagination-bullet {
        padding-top: 1px;
    }
}

.tokusetsu .item .box img {
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.tokusetsu .column3 .item .box {
    position: relative;
    width: calc(100% - 10px);
    height: auto;
    margin: 5px auto 0!important;
    padding: 0 !important;
}

.tokusetsu .column3 .item .box img {
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

/*-----------------------------------------------
 商品 仕様
-----------------------------------------------*/
.tokusetsu .item ul.detail {
    text-align: left;
    margin: 0 0 10px !important;
    padding: 0 !important;
    list-style-type: none !important;
}

.tokusetsu .item ul.detail li {
    font-size: 1.2em;
    font-size: 12px !important;
    line-height: 13px;
    font-weight: 400 !important;
    letter-spacing: 1.0px !important;
    margin: 0 0 3px !important;
    padding: 0 !important;
}

.tokusetsu .item ul li span {
    font-weight: 600 !important;
    line-height: 13px;
}

.tokusetsu .item ul li span:after {
    position: relative;
    padding: 0 1px 0 3px !important;
    box-sizing: border-box;
    font-family: FontAwesome;
    content: "\f0da";
    font-size: 1.1em;
    font-size: 11px !important;
}

/*-----------------------------------------------
 商品 セレクトボックス
-----------------------------------------------*/
.tokusetsu .item .select-box {
    position: relative;
    overflow: hidden;
    z-index: 10;
    width: 200px;
    height: 42px;
    margin: 0 auto !important;
    padding: 0 !important;
    border: 1px solid #231815;
    background-color: #fff;
    color: #231815;
    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: inline-block;
        position: absolute;
        top: 0;
        right: 8px;
        z-index: -1\0;
        z-index: -1\9;
        font-family: FontAwesome;
        pointer-events: none;
        content: "\f078";
    }
}

.tokusetsu .item .select-list {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 0 10px !important;
    border: 0 !important;
    background: none transparent;
    color: #231815;
    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;
}

.tokusetsu .item select::-ms-expand {
    display: none;
}

.tokusetsu .item select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #828c9a;
}

/*-----------------------------------------------
 商品 価格
-----------------------------------------------*/
.tokusetsu .item .priceoff {
    font-size: 1.2em;
    font-size: 12px !important;
    background-color: #c55a64;
    margin: 0 auto 2px!important;
    padding: 2px 0 3px !important;
    font-family: "Noto Serif JP", "Times New Roman", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", "Meiryo", "serif";
}

.tokusetsu .item dl {
    color: #202020;
    margin: 0!important;
    padding: 0 !important;
    font-family: "Noto Serif JP", "Times New Roman", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", "Meiryo", "serif";
}

.tokusetsu .item dl dt,
.tokusetsu .item dl dd {
    display: inline-block;
    font-weight: 900;
}

.tokusetsu .item dl dt {
    margin: 0 2px 0 0 !important;
    font-size: 1.3em;
    font-size: 13px !important;
}

.tokusetsu .item dl dd {
    font-size: 2.0m;
    font-size: 20px !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: 200px;
    height: 48px;
    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;
    margin: 5px auto 0 !important;
    background-color: #a66919;
    border: 3px double #202020;
    font-family: 'Noto Serif JP', 'Alice', 'Inria Serif', "Times New Roman", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", "Meiryo", sans-serif;
}

.tokusetsu .item a.cart span {
    position: relative;
    z-index: 3;
    font-size: 1.6em;
    font-size: 16px !important;
    line-height: 40px !important;
    letter-spacing: 1.5px !important;
    font-weight: 600;
}

.tokusetsu .item a.cart:hover {
    color: #fff!important;
    background-color: #b02332!important;
    border: 3px double #202020;
}

.tokusetsu .item .cart::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 120%;
    height: 100%;
    color: #fff;
    transform-origin: right top;
    transform: skewX(-30deg) scale(0, 1);
    transition: transform .3s;
    background-color: #b02332!important;
}

.tokusetsu .item .cart:hover::before {
    transform-origin: left top;
    transform: skewX(-30deg) scale(1, 1);
}

/*-----------------------------------------------
 フッター側 注意書き
-----------------------------------------------*/
.tokusetsu ul.notes {
    width: 100%;
    margin: 0 auto 20px !important;
    padding: 0 !important;
    text-align: center !important;
    list-style-type: none !important;
}

.tokusetsu ul.notes li {
    font-size: 1.2em;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 1.4 !important;
}

/*-----------------------------------------------
 その他商品
-----------------------------------------------*/
.tokusetsu .itemlist {
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 1;
    width: calc(100% - 50px);
    height: 48px;
    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;
    margin: 0 auto 10px !important;
    padding: 0 !important;
    background-color: #914068;
    -webkit-border-radius: 35px;
    -ms-border-radius: 35px;
    -moz-border-radius: 35px;
    -o-border-radius: 35px;
    border-radius: 35px;
}

.tokusetsu a.itemlist span {
    position: relative;
    z-index: 3;
    font-size: 1.8em;
    font-size: 18px !important;
    line-height: 46px !important;
    letter-spacing: 1.5px !important;
    font-weight: 700;
}

.tokusetsu a.itemlist span:after {
    position: relative;
    padding: 0 0 0 8px !important;
    box-sizing: border-box;
    font-family: FontAwesome;
    content: "\f0da";
    vertical-align: middle;
}

.tokusetsu a.itemlist:hover {
    background-color: #b02332;
}

.tokusetsu a.itemlist::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 120%;
    height: 100%;
    transform-origin: right top;
    transform: skewX(-30deg) scale(0, 1);
    transition: transform .3s;
    background-color: #b02332!important;
}

.tokusetsu a.itemlist:hover::before {
    transform-origin: left top;
    transform: skewX(-30deg) scale(1, 1);
}

/*-----------------------------------------------
 フッター
-----------------------------------------------*/
.tokusetsu .footer {
    width: 100%;
    height: 40px;
    color: #fff;
    margin: 10px 0 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 {
    font-size: 1.2em;
    font-size: 12px !important;
    line-height: 40px !important;
}

.tokusetsu .footer p:before {
    display: inline-block;
    margin-right: 4px !important;
    font-family: FontAwesome;
    content: "\f1f9";
}

/*-----------------------------------------------
 backtop
-----------------------------------------------*/
.tokusetsu .backtop {
    width: 90px;
    height: 90px;
    position: fixed;
    right: 0;
    bottom: 0;
    opacity: 0.6;
}

.tokusetsu .backtop a {
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    text-decoration: none;
}

.tokusetsu .backtop a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 25px;
    color: #231815;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -40px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

.tokusetsu .backtop a::after {
    content: 'PAGE TOP';
    font-size: 13px;
    color: #231815;
    position: absolute;
    top: 45px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

.tokusetsu .backtop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 333;
}

/*-----------------------------------------------
 モーダル
-----------------------------------------------*/
.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%);
}
