@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 {
    position: relative;
    width: 510px;
    color: #303030;
    text-align: center;
    font-size: 62.5% !important;
    line-height: 1 !important;
    margin: 0;
    padding: 0;
    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: #000 url(../imgs/bg.jpg) repeat 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 10px !important;
    padding: 0 !important;
    text-align: center!important;
}

.tokushu-wrap .header img {
    display: block;
    width: 100%;
}

/*-----------------------------------------------
 contents
-----------------------------------------------*/
.tokushu-wrap .cont {
    width: calc(100% - 20px);
    margin: 0 auto 15px !important;
    padding-bottom: 5px !important;
    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;
    background: #fff;
}

/*-----------------------------------------------
 見出し
-----------------------------------------------*/
.tokushu-wrap .cont h3 {
    position: relative;
    width: 100%;
    height: 36px;
    margin: 0 auto 20px auto !important;
    padding: 0;
    /*border-bottom: 1px solid #000000;*/
    color: #ffffff;
    font-size: 1.4em;
    font-size: 14px !important;
    font-weight: bold;
    text-align: center;
    line-height: 39px !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;
    background: #796bae;
}

.tokushu-wrap .cont h3:after {
    position: absolute;
    bottom: -6px;
    left: 0px;
    width: 100%;
    height: 4px;
    background-color: #000000;
    content: "";
}

/*-----------------------------------------------
 商品一覧
-----------------------------------------------*/
.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 0 0 10px !important;
    margin: 0 auto !important;
    width: calc(100% - 10px);
}

.tokushu-wrap .product-l {
    width: calc(100% - 20px);
    margin: 10px auto !important;
    padding: 8px !important;
    border: 1px solid #bbb4d4;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.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;
    color: #222222 !important;
    font-size: 1.4em;
    font-size: 14px !important;
    font-weight: 500;
    letter-spacing: 0.4px !important;
    line-height: 130% !important;
    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;
    text-align: center;
}

.tokushu-wrap h4 span {
    font-size: 10.5px !important;
    font-weight: 400 !important;
}

.tokushu-wrap .product-m a,
.tokushu-wrap .product-l a {
    color: #222222 !important;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.tokushu-wrap .product-m a:hover,
.tokushu-wrap .product-l a:hover {
    color: #999999 !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;
    margin: 10px 0 !important;
    width: 100%;
}

.tokushu-wrap .product-l .box img {
    display: inline-block;
    box-sizing: border-box;
    width: 52%;
    border: 1px solid #ccc;
    transition: 0.5s;
    vertical-align: top;
}

.tokushu-wrap .product-l .box img:nth-child(2) {
    width: 44%;
    margin: 0 0 0 5px !important;
}

.tokushu-wrap .product-l .box a img {
    display: inline-block;
    box-sizing: border-box;
    width: 44%;
    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%;
    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;
    text-align: left !important;
}

.tokushu-wrap table {
    width: 98%;
    margin: 10px auto !important;
    border-collapse: separate;
    border-top: 1px solid #a4a4a4;
    border-left: 1px solid #a4a4a4;
    color: #555555;
    font-size: 1.1em;
    font-size: 11px !important;
}

@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 th {
    width: 70px;
    padding: 5px 10px 3px !important;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #a4a4a4;
    border-bottom: 1px solid #a4a4a4;
    background-color: #ded9f1;
    font-weight: bold;
    vertical-align: top;
}

.tokushu-wrap td {
    width: calc(100% - 70px);
    padding: 5px 10px!important;
    border-right: 1px solid #a4a4a4;
    border-bottom: 1px solid #a4a4a4;
    background-color: #f0eefa;
    text-align: left;
}

.tokushu-wrap .product-m th,
.tokushu-wrap .product-m td {
    font-size: 1.1em;
    font-size: 11px !important;
}

/*-----------------------------------------------
 価格 カートエリア
-----------------------------------------------*/
.tokushu-wrap .product-l .bottom {
    display: inline-block;
    text-align: right !important;
}

/*-----------------------------------------------
 媒体
-----------------------------------------------*/
.tokushu-wrap .product-l .media {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 18px;
	background-color: #312b47;
	color: #fff;
    font-size: 12.5px!important;
	line-height: 17px !important;
	margin: 12px 10px 0 0 !important;
}

.tokushu-wrap .product-l .media:after {
	content: "";
	position: absolute;
	right: -5px;
	bottom: 0px;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: transparent transparent transparent #312b47;
	border-width: 9px 0px 9px 5px;
}

/*-----------------------------------------------
 価格
-----------------------------------------------*/
.tokushu-wrap .product-l .price {
    position: relative;
    display: inline-block;
	width: 160px;
    color: #ff007f;
    font-size: 1.2em;
    font-size: 12px !important;
    line-height: 30px !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
    margin: 4px 8px 0 0 !important;
}

.tokushu-wrap .product-l .price span {
    font-size: 1.6em;
    font-size: 16px !important;
    font-weight: 600;
    margin: 0 5px !important;
}

.tokushu-wrap .product-l .price span:after {
    display: inline-block;
    margin: 0 0 0 2px !important;
    font-size: 0.9em;
    font-size: 9px !important;
    content: "（税込）";
}

/*-----------------------------------------------
 カートボタン
-----------------------------------------------*/
.tokushu-wrap .cont .product-l .cart,
.tokushu-wrap .cont .product-m .cart {
    display: inline-block;
    position: relative;
    width: 120px;
    height: 30px;
    margin: 2px !important;
    background-color: #ff007f;
    text-align: center;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: #ff007f;
}

.tokushu-wrap .cont .product-l .cart span,
.tokushu-wrap .cont .product-m .cart span {
    color: #ffffff;
    font-size: 1.2em;
    font-size: 12px !important;
    font-weight: bold;
    line-height: 30px !important;
}

.tokushu-wrap .cont .product-l .cart:hover,
.tokushu-wrap .cont .product-m .cart:hover {
    background-color: #796bae;
    color: #ffffff !important;
    background: #796bae;
}

/*-----------------------------------------------
 プルダウン
-----------------------------------------------*/
.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 input[type="button"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
    display: inline-block;
    width: 180px !important;
    height: 42px !important;
    color: #fe9a01 !important;
    font-size: 1.4em;
    font-size: 14px !important;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    background-color: #202020;
    border: 2px solid #fe9a01;
    padding: 8px 0 !important;
    margin: 0 0 5px 5px !important;
    cursor: pointer;
}

.tokushu-wrap input[type="button"]:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    transition: 0.1s;
}

/*-----------------------------------------------
 特典
-----------------------------------------------*/
.tokushu-wrap .tokuten-wrap {
    position: relative;
    width: calc(100% - 20px);
    margin: 10px auto!important;
    padding: 0 5px 15px !important;
    background: -moz-linear-gradient(left, #a4b5eb, #aa99ea);
    background: -webkit-linear-gradient(left, #a4b5eb, #aa99ea);
    background: linear-gradient(to right, #a4b5eb, #aa99ea);
}

.tokushu-wrap .tokuten-wrap h5 {
    display: block;
    font-size: 14px !important;
    color: #fff;
    text-shadow:
        black 2px 0px, black -2px 0px,
        black 0px -2px, black 0px 2px,
        black 2px 2px, black -2px 2px,
        black 2px -2px, black -2px -2px,
        black 1px 2px, black -1px 2px,
        black 1px -2px, black -1px -2px,
        black 2px 1px, black -2px 1px,
        black 2px -1px, black -2px -1px;
    font-weight: bold;
    padding: 15px 0 10px !important;
}

.tokushu-wrap .tokuten-wrap p {
    font-size: 13px !important;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px !important;
}

.tokushu-wrap .tokuten-wrap .tokutenimg {
    position: relative;
    width: 80%;
    min-height: 0%;
    height: auto;
    border: 1px solid #dadada;
    margin: 0 auto 5px!important;
}

.tokushu-wrap .tokuten-wrap .tokutenimg img {
    width: 100%;
    height: auto;
}

/*-----------------------------------------------
　特典終了時用
-----------------------------------------------*/
.tokushu-wrap .cont .product-l .caution {
    color: #ff0000;
}

.tokushu-wrap .cont .tokuten-wrap .caution {
    font-size: 20px !important;
    color: #ff0000;
}

.tokushu-wrap .tokuten-wrap .tokutenimg .discontinued {
    position: absolute;
    left: -8px;
    bottom: -8px;
    background-image: url(../imgs/discontinued.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 180px;
    height: 180px;
}

/*-----------------------------------------------
 一覧ボタン
-----------------------------------------------*/
.tokushu-wrap .itemlist {
    position: relative;
    width: calc(100% - 20px);
    height: 40px;
    margin: 15px auto !important;
    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;
    background: #796bae;
}

.tokushu-wrap .itemlist a {
    color: #ffffff;
    font-size: 1.3em;
    font-size: 13px !important;
    font-weight: bold;
    line-height: 42px !important;
}

.tokushu-wrap .itemlist a:hover {
    color: #d8ceff !important;
}

/*-----------------------------------------------
 フッター
-----------------------------------------------*/
.tokushu-wrap .footer {
    position: relative;
    width: 100%;
    height: auto;
    margin: 20px auto 0 !important;
    padding: 20px 0 0 !important;
    text-align: center;
    background-color: #202020;
}

.tokushu-wrap .footer p {
    color: #fff;
    font-size: 10.5px !important;
    line-height: 40px !important;
}

.tokushu-wrap .footer p:before {
    display: inline-block;
    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;
}
