@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("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap");

@import url('hhttp://fonts.googleapis.com/css?family=Inria+Serif&display=swap');
@import url('hhttps://fonts.googleapis.com/css?family=Inria+Serif&display=swap');

@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');


@media screen and (min-width:480px) {
    .tokushu_wrap .sp {
        display: none !important;
    }
}

/*-----------------------------------------------
 base
-----------------------------------------------*/
.tokushu_wrap {
    width: 510px;
    margin: 0;
    padding: 0;
    color: #303030;
    text-align: center;
    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: #c2b28e url(../images/bg.png) repeat-y right top;
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

.tokushu_wrap p,
.tokushu_wrap div {
    margin: 0;
    padding: 0;
}

.tokushu_wrap a {
    text-decoration: none !important;
}

/*-----------------------------------------------
 sns
-----------------------------------------------*/
.sns_wrap {
    margin: 5px 0 5px 3px !important;
}

.sns_wrap .fb-like {
    margin-top: -2px !important;
}

.sns_wrap .line {
    display: inline-block;
    margin-top: -2px !important;
    padding-left: 5px\0 !important;
    padding-left: 5px\9 !important;
    line-height: 0;
}

/*-----------------------------------------------
 header
-----------------------------------------------*/
.tokushu_wrap .header {
    position: relative;
    width: 100%;
    margin: 0 0 30px !important;
    padding: 0 !important;
    text-align: left !important;
}

.tokushu_wrap .header img {
    display: block;
    width: 100%;
}

.tokushu_wrap .header:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -28px;
    width: 100%;
    height: 28px;
    margin: 0;
    background: url(../images/header_bottom.png) no-repeat right top;
}

/*-----------------------------------------------
 contents
-----------------------------------------------*/
.tokushu_wrap .cont_wrap {
    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;
    margin-top: 5px !important;
    padding: 0 auto !important;
    text-align: center !important;
    table-layout: fixed;
}

/*-----------------------------------------------
 見出し
-----------------------------------------------*/
.tokushu_wrap h3 {
    width: 100%;
    min-height: 0%;
    height: auto;
    margin: 0px auto 4px !important;
    padding: 0 !important;
    text-align: center !important;
}

.tokushu_wrap h3 img {
    width: 211px;
    height: auto;
}

/*-----------------------------------------------
 商品一覧
-----------------------------------------------*/
.tokushu_wrap .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;
    padding: 0 0 0 10px !important;
    margin: 0 auto !important;
    width: calc(100% - 10px);
}

.tokushu_wrap .product_l {
    position: relative;
    width: calc(100% - 6px);
    min-height: 0%;
    height: auto;
    margin: 10px 10px 15px 0 !important;
    padding: 5px !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #000;
    box-shadow: 0 0 0 1px #494133, 0 0 0 3px #000;
}

.tokushu_wrap .product_m {
    position: relative;
    width: calc(50% - 10px);
    min-height: 0% !important;
    height: auto;
    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;
    margin: 10px 10px 5px 0 !important;
    padding: 5px 0 10px !important;
    background-color: #000;
    box-shadow: 0 0 0 1px #494133, 0 0 0 3px #000;
    text-align: center!important;
}

.tokushu_wrap .product_m a {
    min-height: 0%;
}

/*-----------------------------------------------
 価格とカートボタンエリア
-----------------------------------------------*/
.tokushu_wrap .product_l .bottom {
    display: inline-block;
    margin: 5px 0 !important;
}

.tokushu_wrap .product_m .bottom {
    position: relative;
    margin: 0 5px!important;
    padding: 0 !important;
    margin-top: auto !important;
    text-align: center!important;
}

/*-----------------------------------------------
 商品名
-----------------------------------------------*/
.tokushu_wrap .product_l h4 {
    position: relative;
    margin: 0 !important;
    padding: 8px 5px 0 !important;
    font-size: 1.4em;
    font-size: 14px !important;
    font-weight: 800;
    letter-spacing: 0.4px !important;
    line-height: 130% !important;
    font-family: 'Noto Serif JP', 'Alice', 'Inria Serif', "Times New Roman", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", "Meiryo", "serif";
    text-align: center;
    word-break: keep-all;
}

.tokushu_wrap .product_m h4 {
    position: relative;
    margin: 2px auto 8px !important;
    padding: 5px 5px 4px !important;
    font-size: 1.3em;
    font-size: 13px !important;
    font-weight: 500;
    letter-spacing: 0.2px !important;
    line-height: 120% !important;
    font-family: 'Noto Serif JP', 'Alice', 'Inria Serif', "Times New Roman", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", "Meiryo", "serif";
    text-align: center;
}

.tokushu_wrap h4 span {
    font-size: 10.5px !important;
    font-weight: 400 !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;
}

.tokushu_wrap .product_m a,
.tokushu_wrap .product_l a {
    color: #fff !important;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.tokushu_wrap .product_m a:hover,
.tokushu_wrap .product_l a:hover {
    color: #a88a64!important;
    text-decoration: underline !important;
}

.tokushu_wrap a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: “alpha(opacity=80)”;
}

.tokushu_wrap .product_l div {
    vertical-align: top;
    margin: 0 auto !important;
    text-align: center;
}

/*-----------------------------------------------
 商品画像
-----------------------------------------------*/
.tokushu_wrap .product_l .box {
    position: relative;
    width: 100%;
    min-height: 0% !important;
    height: auto;
    margin: 10px 0 !important;
}

.tokushu_wrap .product_l .box img {
    display: inline-block;
    box-sizing: border-box;
    width: 52%;
    height: auto;
    border: 1px solid #494133;
    transition: 0.5s;
    vertical-align: top;
}

.tokushu_wrap .product_l .box a img {
    display: inline-block;
    box-sizing: border-box;
    width: 44%;
    min-height: 0% !important;
    height: auto;
    border: 1px solid #494133;
    transition: 0.5s;
    vertical-align: top;
    margin: 0 0 0 5px !important;
}

.tokushu_wrap .product_l .box.only img {
    display: inline-block;
    box-sizing: border-box;
    width: 70%;
    border: 1px solid #494133;
    transition: 0.5s;
    vertical-align: top;
}

.tokushu_wrap .product_m .box {
    display: inline-block;
    width: calc(100% - 14px);
    min-height: 0%;
    height: auto;
    margin: 3px auto 0 !important;
}

.tokushu_wrap .product_m .box img {
    display: inline-block;
    width: 100%;
    border: 1px solid #494133;
    box-sizing: border-box;
    transition: 0.5s;
    vertical-align: top;
}

.tokushu_wrap .product_m .box a,
.tokushu_wrap .product_l .box a {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

/*-----------------------------------------------
 商品仕様
-----------------------------------------------*/
.tokushu_wrap .product_l .detail {
    width: calc(100% - 10px);
    color: #af8f9a;
    font-size: 1.3em;
    font-size: 13px !important;
    line-height: 16px !important;
    letter-spacing: 1.0px !important;
    margin: 5px 5px 10px !important;
    font-family: 'Noto Serif JP', 'Alice', 'Inria Serif', "Times New Roman", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", "Meiryo", "serif";
    text-align: left !important;
}

.tokushu_wrap table {
    width: 98%;
    color: #cec0a2;
    margin: 0 auto 10px !important;
    table-layout: fixed;
    border-collapse: collapse;
}

@media screen and (min-width:481px) {
    .tokushu_wrap .product_m table {
        display: inline-block;
        width: calc(50% - 10px);
        margin: 0 0 0 5px !important;
    }
}

.tokushu_wrap tr {
    border-bottom: 1px dashed rgba(206, 192, 162, 0.6);
}

.tokushu_wrap th {
    position: relative;
    width: 70px;
    margin: 0 !important;
    padding: 5px 0 5px 3px !important;
    font-size: 1.1em;
    font-size: 11px !important;
    line-height: 14px !important;
    font-weight: 600;
    text-align: left !important;
    vertical-align: middle !important;
}

.tokushu_wrap td {
    min-width: 165px;
    width: calc(100% - 70px);
    margin: 0 !important;
    padding: 5px 3px 5px 0px !important;
    vertical-align: middle !important;
    font-size: 1.2em;
    font-size: 12px !important;
    line-height: 14px !important;
}

.tokushu_wrap th:after {
    position: absolute;
    right: 10px;
    padding: 0 !important;
    box-sizing: border-box;
    font-family: FontAwesome;
    content: "\f0da";
}

.tokushu_wrap .product_m th,
.tokushu_wrap .product_m td {
    font-size: 1.1em;
    font-size: 11px !important;
}

/*-----------------------------------------------
 会員価格 off
-----------------------------------------------*/
.tokushu_wrap .off {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 16px;
    background-color: #9d2024;
    color: #fff;
    font-size: 1.2em;
    font-size: 12px !important;
    line-height: 16px !important;
    margin: 0 !important;
    text-align: center;
    font-family: 'Noto Serif JP', 'Alice', 'Inria Serif', "Times New Roman", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", "Meiryo", "serif";
}

.tokushu_wrap .product_l .off {
    position: relative;
    top: 20px;
}

.tokushu_wrap .product_m .off {
    position: relative;
    left: 0 !important;
    margin: 0 7px 0 0!important;
}

.tokushu_wrap .off:after {
    content: "";
    position: absolute;
    right: -5px;
    bottom: 0px;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: transparent transparent transparent #9d2024;
    border-width: 8px 0px 8px 5px;
}

/*-----------------------------------------------
 価格
-----------------------------------------------*/
.tokushu_wrap .product_l .price {
    position: relative;
    display: inline-block;
    color: #fff;
    width: 190px;
    font-size: 1.2em;
    font-size: 12px !important;
    line-height: 42px !important;
    letter-spacing: 0.5px !important;
    margin: 4px 8px 0 0 !important;
    font-family: 'Noto Serif JP', 'Alice', 'Inria Serif', "Times New Roman", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", "Meiryo", "serif";
}

.tokushu_wrap .product_m .price {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 1.3em;
    font-size: 13px !important;
    line-height: 15px !important;
    margin: 4px 0 5px!important;
    font-family: 'Noto Serif JP', 'Alice', 'Inria Serif', "Times New Roman", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", "Meiryo", "serif";
    text-align: left!important;
}

.tokushu_wrap .product_l .price span {
    font-size: 2.0em;
    font-size: 20px !important;
    font-weight: 500;
    letter-spacing: 1.0px !important;
    margin: 0 !important;
}

.tokushu_wrap .product_m .price span {
    font-size: 1.8em;
    font-size: 18px !important;
    font-weight: 500;
    letter-spacing: 1.0px !important;
    margin: 0 !important;
}

.tokushu_wrap .price span:after {
    display: inline-block;
    margin: 0 !important;
    font-size: 1.0em;
    font-size: 10px !important;
    content: "（税込）";
}

.tokushu_wrap .price .value {
    position: relative;
    display: table;
    padding: 0px 4px !important;
    margin: 0 0 0 22px !important;
    background-color: #b40800;
    color: #fff;
}

/*-----------------------------------------------
 カートボタン
-----------------------------------------------*/
.tokushu_wrap .product_l .cart {
    display: inline-block;
    padding: 0 !important;
    margin: 8px 0 0 !important;
    text-align: center;
}

.tokushu_wrap .product_l .cart img {
    width: 170px;
    height: 42px;
}

.tokushu_wrap .product_l .select .cart {
    padding: 0 !important;
    margin: 0 0 0 5px !important;
}

.tokushu_wrap .product_m .cart {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 0 !important;
    margin: 8px auto 0 !important;
    text-align: center !important;
}

.tokushu_wrap .product_m .cart img {
    width: 170px;
    height: 42px;
    margin: 0 auto !important;
    padding: 0 !important;
}

/*-----------------------------------------------
 プルダウン
-----------------------------------------------*/
.tokushu_wrap .select-box {
    display: inline-block;
    width: 180px !important;
    height: 40px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    text-align: center;
    vertical-align: top;
}

.tokushu_wrap .product-l .select-box .select-list,
.tokushu_wrap .product-m .select-box .select-list {
    padding: 5px 10px !important;
    font-size: 1.2em;
    font-size: 12px !important;
}

.tokushu_wrap .select-box select {
    width: 100%;
    height: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none !important;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 13px !important;
    font-size: 1.3em;
}

.tokushu_wrap .select-box select::-ms-expand {
    display: none;
}

.tokushu_wrap .select-box {
    position: relative;
    background: #ffffff;
    border: 1px solid #aaa;
}

.tokushu_wrap .select-box::before {
    position: absolute;
    top: 17px;
    right: 0.9em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #404040;
    pointer-events: none;
}

.tokushu_wrap .select-box select {
    color: #404040;
    padding: 11px 38px 9px 8px !important;
}


.tokushu_wrap .product_l .cart {
    display: inline-block;
    padding: 0 !important;
    margin: 8px 0 0 !important;
    text-align: center;
}


.tokushu_wrap .product_l input[type="button"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
    display: inline-block;
    width: 170px!important;
    height: 42px!important;
    text-align: center;
    text-decoration: none;
    padding: 0 !important;
    margin: 0 0 5px 5px !important;
    cursor: pointer;
	background: url(../images/cart.png) no-repeat;
    background-size: contain;
}

.tokushu_wrap .product_l input[type="button"]:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    transition: 0.1s;
}

/*-----------------------------------------------
 一覧ボタン
-----------------------------------------------*/
.tokushu_wrap .itemlist {
    position: relative;
    margin: 30px 0 10px !important;
}

.tokushu_wrap .itemlist img {
    width: 389px;
    height: auto;
}

/*-----------------------------------------------
 フッター
-----------------------------------------------*/
.tokushu_wrap .footer {
    position: relative;
    width: 510px;
    height: auto;
    margin: 20px auto 0 !important;
    padding: 20px 0 0 !important;
    text-align: center;
    background-color: #202020;
    font-family: 'Noto Serif JP', 'Alice', 'Inria Serif', "Times New Roman", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", "Meiryo", "serif";
    background: url(../images/bg_footer.png) repeat right top;
}

.tokushu_wrap .footer:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 29px;
    margin: 0;
    background: url(../images/footer_top.png) no-repeat right top;
}

.tokushu_wrap .footer p {
    color: #fff;
    font-size: 10.5px !important;
    line-height: 40px !important;
}

.tokushu_wrap .footer p:before {
    display: inline-block;
    margin-right: 7px !important;
    font-family: FontAwesome;
    content: "\f1f9";
}

/*-----------------------------------------------
 backtop
-----------------------------------------------*/
.tokushu_wrap .backtop {
    position: fixed;
    bottom: 0px;
    right: 10px;
    z-index: 333;
}

.tokushu_wrap .backtop a {
    display: block;
    width: 51px;
    height: 75px;
    text-align: center;
}

.tokushu_wrap .backtop img {
    width: 100%;
    height: auto;
}

.tokushu_wrap .backtop a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=70);
}

/*-----------------------------------------------
 モーダル
-----------------------------------------------*/
.tokushu_wrap .modal-window {
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    /*transition: opacity 0.5s, transform 0s 0.5s;*/
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

.tokushu_wrap .modal-window:target {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

.tokushu_wrap .is-active.modal-window {
    display: block;
}

.tokushu_wrap .modal-window:target {
    display: block;
}

.tokushu_wrap .modal-window .modal-inner 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%);
}

.tokushu_wrap .modal-window .modal-close {
    display: block;
    text-indent: 0px;
    overflow: hidden;
    cursor: default !important;
}

.tokushu_wrap .modal-window .modal-close:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.tokushu_wrap .modal-window .modal-close:after {
    content: ' ';
    position: absolute;
    top: 25px;
    left: 50%;
    z-index: 20;
    margin-left: 285px;
    border-radius: 2px;
    padding: 2px 8px;
    font-size: 1.2em;
    text-decoration: none;
    text-indent: 0;
}

.tokushu_wrap .modal-window {
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.tokushu_wrap .modal-inner {
    position: relative;
}

.tokushu_wrap modal-inner img {
    display: block;
}
