@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: #333;
    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-color: #f5efea;
    -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 15px!important;
    padding: 35px 0 !important;
    background: url(../images/bg_header.jpg) left top no-repeat;
	background-size: cover;
	box-sizing: border-box;
}

.tokusetsu h3 img {
    display: block;
    width: 387px;
    height: auto;
    margin: 0 auto !important;
}

/*-----------------------------------------------
 見出し
-----------------------------------------------*/
.tokusetsu h4 {
    position: relative;
    width: 100%;
	background-color: #6a3906;
    font-size: 2.4em;
    font-size: 24px !important;
    line-height: 35px !Important;
    font-weight: 700;
	color: #fff;
    box-sizing: border-box;
    margin: 15px auto 0 !important;
    padding: 4px 0 !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 img {
    display: inline-block;
	width: 199px;
	height: auto;
    vertical-align: top;
}

.tokusetsu h4 a {
	color: #fff !important;
}

.tokusetsu .mvimg {
    position: relative;
    width: calc(100% - 40px);
    box-sizing: border-box;
    margin: 10px auto 15px !important;
    padding: 0 !important;
	box-shadow: 5px 5px 0px 0 rgb(197, 197, 197);
}

.tokusetsu .mvimg img {
    width: 100%;
    height: auto;
}

.tokusetsu .lead {
    position: relative;
    width: 100%;
    margin: 0 auto 30px !important;
    padding: 0 20px !important;
    font-family: 'Noto Serif JP', 'Alice', 'Inria Serif', "Times New Roman", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", "Meiryo", sans-serif;
	box-sizing: border-box;
}

.tokusetsu .lead p {
    display: inline;
    position: relative;
    font-size: 1.7em;
    font-size: 17px !important;
	font-weight: 700;
    line-height: 25px !important;
    letter-spacing: 2.0px!important;
    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 {
    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: #e0c69e;
}

.tokusetsu .column1 .item {
    padding: 10px 0 !important;
}

.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 .item .txtArea {
    position: relative;
    display: inline-block;
    width: calc(100% - 405px);
    min-height: 370px;
	font-family: 'Noto Serif JP', 'Alice', 'Inria Serif', "Times New Roman", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", "Meiryo", sans-serif;
	font-weight: 700 !important;
    letter-spacing: 1.0px!important;
    margin: 0 0 0 20px !important;
    vertical-align: top;
    text-align: left !important;
}

.tokusetsu .column1 .item .txtArea {
    position: relative;
    display: inline-block;
    width: 660px;
	min-height: inherit !important;
	font-family: 'Noto Serif JP', 'Alice', 'Inria Serif', "Times New Roman", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", "Meiryo", sans-serif;
	font-weight: 700 !important;
    letter-spacing: 1.0px!important;
    margin: 10px 10px 0 !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: 700;
}

.tokusetsu .column1 .item .txtArea p {
    font-size: 1.5em;
    font-size: 15px !important;
    line-height: 1.4 !important;
    font-weight: 700;
	margin-bottom: 10px;
}

.tokusetsu .item .bottom {
    position: absolute;
    bottom: 0px;
    right: 0px;
    text-align: left !important;
}

.tokusetsu .column1 .item .bottom {
    position: relative !important;
    width: 100% !important;
    right: 0 !important;
    margin: 10px 0 0 !important;
    text-align: center !important;
}

/*-----------------------------------------------
 商品名
-----------------------------------------------*/
.tokusetsu .item .ttl {
    position: relative;
    overflow: hidden;
    width: calc(100% - 30px);
    font-size: 2.0em;
    font-size: 20px !important;
    font-weight: 700;
    line-height: 1.2 !important;
    margin: 10px auto 12px!important;
    padding: 0 5px !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;
}

.tokusetsu .item .ttl a {
    color: #333;
}

.tokusetsu .item .ttl a:hover {
    color: #a31f24!important;
}

/*-----------------------------------------------
 商品画像
-----------------------------------------------*/
.tokusetsu .item .image-area {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 0 !important;
    box-sizing: border-box;
    text-align: center !important;
}

.tokusetsu .item .image-area .mainImage {
	position: relative;
    display: inline-block;
    overflow: hidden;
    width: 660px;
    height: 440px;
	background-color: #fff;
    padding: 0px !important;
	box-sizing: border-box;
	vertical-align: top;
}

.tokusetsu .item .image-area .mainImage img {
    width: auto;
    height: 100%;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.tokusetsu .item .thumbnails {
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	vertical-align: top;
}

.tokusetsu .item .thumbnails ul {
    width: 100%;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    text-align: left !important;
	margin-left: 5px;
    padding: 0!important;
	font-size:0;
}

.tokusetsu .item .thumbnails ul li {
    display: inline-block;
    width: 155px;
    height: 155px;
	background-color: #fff;
    list-style-type: none;
    overflow: hidden;
	box-sizing: border-box;
	margin: 10px 0 0 10px;
}

.tokusetsu .item .thumbnails img {
    width: 100%;
    height: auto;
    -webkit-transition-duration: 0;
    -ms-transition-duration: 0;
    -moz-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
}

.tokusetsu .item .thumbnails img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=70);
    cursor: pointer;
}

/*-----------------------------------------------
 商品画像 スライダー
-----------------------------------------------*/
.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;
    top: 5px;
    right: 5px;
    width: 100px;
    height: 98px;
    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;
    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 5px !important;
}

.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 .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.3em;
    font-size: 13px !important;
    line-height: 1.3;
    font-weight: 600 !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;
	display: inline-block;
    z-index: 10;
    width: 270px;
    height: 48px;
    margin: 0 10px 0 0 !important;
    padding: 0 !important;
    border: 2px solid #7a7a7a;
    background-color: #fff;
    color: #7a7a7a;
    font-size: 1.5em;
    font-size: 15px !important;
    line-height: 45px !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;
	vertical-align: bottom;
}

.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;
	font-family: 'Noto Serif JP', 'Alice', 'Inria Serif', "Times New Roman", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", "Meiryo", sans-serif;
	font-size: 1.5em;
    font-size: 15px !important;
	color: #7a7a7a !important;
}

.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: 270px;
    height: 48px;
	font-size: 15px;
    color: #fff;
	line-height: 45px;
    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: linear-gradient(#1e3c72, #2a5298);
    border: 1px solid #2d4063;
	border-radius: 2px;
    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:hover {
	opacity: 0.6;
	color: #fff !important;
}

/*-----------------------------------------------
 フッター側 注意書き
-----------------------------------------------*/
.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: #e0c69e;
    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: #860f19;
    -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: #440005 !important;
	color: #e0c69e !important;
}

.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%);
}
