@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://fonts.googleapis.com/css?family=Roboto:400,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700,900&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:481px) {
    .tokushu_wrap .sp {
        display: none !important;
    }
}

/*-----------------------------------------------
 base
-----------------------------------------------*/
.tokushu_wrap {
    width: 510px;
    margin: 0;
    padding: 0;
    color: #303030;
    background: #242424 url(../images/bg.png) repeat-y right top;
    text-align: center;
    font-size: 62.5% !important;
    line-height: 1 !important;
    font-family: 'Roboto', YakuHanJP, 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    -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 !important;
    padding: 0 !important;
    text-align: left !important;
}

.tokushu_wrap .header img {
    width: 100%;
}

/*-----------------------------------------------
 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: 0 !important;
    padding: 0 auto !important;
    text-align: center !important;
    table-layout: fixed;
}

/*-----------------------------------------------
 見出し
-----------------------------------------------*/


/*-----------------------------------------------
 商品一覧
-----------------------------------------------*/
.tokushu_wrap .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;
    padding: 0 !important;
    margin: 0 auto !important;
    width: 100%;
}

.tokushu_wrap .product_l,
.tokushu_wrap .product_m {
    position: relative;
    width: calc(100% - 16px);
    margin: 10px 8px 5px !important;
    padding: 5px !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid #000;
}

.tokushu_wrap .product_s {
    position: relative;
    width: calc(50% - 15px);
    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;
    padding: 5px 0 !important;
    margin: 10px 0 5px 5px !important;
    background-color: rgba(255, 255, 255, 0.6);
}

.tokushu_wrap .product_s:nth-child(odd) {
    margin: 10px auto 5px 12px !important;
}

/*-----------------------------------------------
 価格とカートボタンエリア
-----------------------------------------------*/
.tokushu_wrap .product_l .bottom,
.tokushu_wrap .product_m .bottom {
    display: inline-block;
    margin: 5px 0 !important;
}

.tokushu_wrap .product_s .bottom {
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    margin-top: auto !important;
    text-align: center !important;
}

/*-----------------------------------------------
 商品名
-----------------------------------------------*/
.tokushu_wrap .product_l h4,
.tokushu_wrap .product_m h4 {
    position: relative;
    margin: 0 !important;
    padding: 8px 5px 10px !important;
    font-size: 15px !important;
    font-weight: 600;
    letter-spacing: 0.4px !important;
    line-height: 110% !important;
    text-align: center;
    word-break: keep-all;
}

.tokushu_wrap .product_s h4 {
    position: relative;
    margin: 2px auto 8px !important;
    padding: 5px 10px 4px !important;
    font-size: 1.3em;
    font-size: 13px !important;
    font-weight: 600;
    letter-spacing: 0.2px !important;
    line-height: 120% !important;
    text-align: center;
}

.tokushu_wrap h4 span {
    font-size: 10.5px !important;
    font-weight: 200 !important;
}

.tokushu_wrap h4 a {
    color: #000 !important;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.tokushu_wrap h4 a:hover {
    color: #ff2200 !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 .p_img {
    display: inline-block;
    width: 50%;
    margin-bottom: 10px!important;
}

.tokushu_wrap .product_m .p_img {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.tokushu_wrap .product_s .p_img {
    margin-top: 10px !important;
    display: inline-block;
    width: 90%;
}

.tokushu_wrap .product_l .tokuten {
    display: inline-block;
    width: 45%;
    margin: 0 0 0 5px!important;
    padding: 0!important;
    vertical-align: top;
}

.tokushu_wrap .product_l .p_img.column3 {
    margin-top: 0px !important;
}

.tokushu_wrap .product_l .p_img.column3 img {
    display: inline-block;
    width: 32%;
    margin: 0 1px 1em !important;
}

.tokushu_wrap .product_l .p_img img,
.tokushu_wrap .product_m .p_img img {
    width: 100%;
    border: 1px solid #202020;
    box-sizing: border-box;
    transition: 0.5s;
}

.tokushu_wrap .product_s .p_img img {
    display: inline-block;
    width: 98%;
    border: 1px solid #202020;
    box-sizing: border-box;
    transition: 0.5s;
    vertical-align: top;
}

.tokushu_wrap .product_l .p_img a,
.tokushu_wrap .product_m .p_img a,
.tokushu_wrap .product_s .p_img a {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

/*-----------------------------------------------
 商品仕様
-----------------------------------------------*/
.tokushu_wrap table {
    width: 98%;
    margin: 0 auto 5px !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 #555;
}

.tokushu_wrap th {
    position: relative;
    width: 52px;
    margin: 0 !important;
    padding: 3px 0 3px 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% - 52px);
    margin: 0 !important;
    padding: 3px 3px 3px 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: #d32618;
    color: #fff;
    font-size: 1.2em;
    font-size: 12px !important;
    line-height: 16px !important;
    margin: 0 5px 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 #d32618;
    border-width: 8px 0px 8px 5px;
}

/*-----------------------------------------------
 価格
-----------------------------------------------*/
.tokushu_wrap .product_m .price,
.tokushu_wrap .product_l .price {
    position: relative;
    display: inline-block;
    width: 220px;
    font-size: 1.2em;
    font-size: 12px !important;
    line-height: 25px !important;
    letter-spacing: 0.5px !important;
    margin: 4px 8px 0 0 !important;
}

.tokushu_wrap .product_l .price.only {
    position: relative;
    display: block;
    width: 100%;
    font-size: 1.2em;
    font-size: 12px !important;
    line-height: 25px !important;
    letter-spacing: 0.5px !important;
    margin: 4px 0 0 !important;
}

.tokushu_wrap .product_s .price {
    position: relative;
    display: inline-block;
    font-size: 1.1em;
    font-size: 11px !important;
    line-height: 15px !important;
    margin: 4px 0 5px !important;
}

.tokushu_wrap .product_m .price span,
.tokushu_wrap .product_l .price span {
    font-size: 2.0em;
    font-size: 20px !important;
    font-weight: 600;
    margin: 0 !important;
}

.tokushu_wrap .product_s .price span {
    font-size: 1.55em;
    font-size: 15.5px !important;
    font-weight: 600;
    margin: 0 !important;
}

.tokushu_wrap .price span:after {
    display: inline-block;
    margin: 0 0 0 -2px !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 .orig_price {
    color: #444;
    font-size: 1.3em;
    font-size: 13px !important;
}

.tokushu_wrap .product_s .orig_price {
    color: #444;
    font-size: 1.2em;
    font-size: 12px !important;
    margin-bottom: 3px !improtant;
}

.tokushu_wrap .orig_price:after {
    display: inline-block;
    margin: 0 0 0 -2px !important;
    font-size: 1.0em;
    font-size: 10px !important;
    content: "（税込）";
}

/*-----------------------------------------------
 カートボタン
-----------------------------------------------*/
.tokushu_wrap .product_m .cart,
.tokushu_wrap .product_l .cart {
    display: inline-block;
    width: 170px;
    height: 35px;
    padding: 0 !important;
    margin: 5px 0 !important;
    font-size: 1.4em;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 35px;
    text-align: center;
}

.tokushu_wrap .product_s .cart {
    position: relative;
    width: 80% !important;
    height: 35px;
    padding: 0 !important;
    margin: 5px 0 !important;
    font-size: 1.4em;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 35px;
    text-align: center;
}

.tokushu_wrap .cart:link {
    display: inline-block;
    color: #000 !important;
    text-decoration: none;
    background-color: #ff2e00;
    border: 2px solid #000;
}

.tokushu_wrap .cart:hover {
    color: #ff2e00 !important;
    text-decoration: none;
    background-color: #000;
    border: 2px solid #ff2e00;
}

/*-----------------------------------------------
 プルダウン
-----------------------------------------------*/
.tokushu_wrap .select-box {
    display: inline-block;
    width: 180px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    text-align: center;
}

.tokushu_wrap input[type="button"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}

.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%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    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: 15px;
    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: 9px 38px 9px 8px !important;
}

.tokushu_wrap .select input[type="button"] {
    background-color: #ea549b;
    color: #000 !important;
    text-decoration: none;
    width: 170px;
    height: 39px !important;
    text-align: center;
    font-size: 1.3em;
    font-size: 13px !important;
    font-weight: bold;
    line-height: 29px !important;
    padding: 0 !important;
    margin: 0 0 0 10px !important;
    background-color: #ff2e00;
    border: 2px solid #000;
    cursor: pointer;
}

.tokushu_wrap input[type="button"]:hover {
    color: #ff2e00 !important;
    background-color: #000;
    border: 2px solid #ff2e00;
}

/* -- 一覧ボタン -- */
.tokushu_wrap .itemlist {
    position: relative;
    margin: 20px 0 20px !important;
}

.tokushu_wrap .itemlist img {
    width: 100%;
}

/* -- footer -- */
.tokushu_wrap .footer {
    width: 510px;
    height: 40px;
    margin: 10px auto 0 !important;
    text-align: center;
    background-color: #000;
}

.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 .page-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 333 !important;
}

.tokushu_wrap .page-top a:link {
    color: #000000 !important;
    font-size: 6em !important;
    text-decoration: none !important;
}

.tokushu_wrap .page-top a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.tokushu_wrap .page-top a:visited {
    color: #000000 !important;
}


/*　モーダル設定 */
.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;
}
