@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/earlyaccess/notosansjp.css');
@import url('http://fonts.googleapis.com/earlyaccess/notosansjp.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;
    overflow: hidden;
    width: 720px;
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 62.5% !important;
    line-height: 1 !important;
    font-family: "游ゴシック", "Yu Gothic", YakuHanJP, 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    text-align: center;
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

.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 .header {
    position: relative;
    width: 720px;
	background: #F2F2F2 url(../images/bg_header.png) no-repeat left top;
	background-size: contain;
    margin: 0 !important;
    padding: 42px 0 30px !important;
}

.tokusetsu .header h3 {
    position: relative;
    width: 720px;
}

.tokusetsu .header .lead {
    position: relative;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 1.5px;
	margin: 44px 0 0;
}

.tokusetsu .header .lead .marker {
	background: linear-gradient(transparent 65%, #f4a547 0%);
}

/*-----------------------------------------------
 受注期間
-----------------------------------------------*/
.tokusetsu .data {
    position: relative;
    box-sizing: border-box;
    text-align: center;
    margin: 38px auto 15px!important;
}

.tokusetsu .data .number {
    font-size: 30px !important;
    letter-spacing: 0.5px !important;
    font-weight: 500;
    box-sizing: border-box;
    text-align: center !important;
    padding: 0 !important;
}

.tokusetsu .data .number span {
	background-color: #000;
	border: 1px solid #fff;
	outline: 1px solid #000;
	font-size: 20px;
	color: #fff;
	padding: 6px 10px;
	vertical-align: middle;
}

.tokusetsu .data .number small {
    font-size: 18px !important;
    text-align: center !important;
    margin: 0 5px 0 3px !important;
}

/*-----------------------------------------------
 見出し
-----------------------------------------------*/
.tokusetsu h4 {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center!important;
    margin: 0 auto 15px!important;
    padding: 0!important;
}

.tokusetsu h4 .title {
	display: inline-block;
	font-size: 22px !important;
	font-weight: bold;
	color: #fff !important;
	margin: 15px 0 0;
}

.tokusetsu h4 .title img {
	width: auto;
	max-height: 45px;
}

/*-----------------------------------------------
 ベース
-----------------------------------------------*/
.tokusetsu .main {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}

/*-----------------------------------------------
 商品一覧
-----------------------------------------------*/
.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: 0 auto !important;
    padding: 0 15px 0 15px!important;
    text-align: left !important;
}

.tokusetsu .item {
    width: 200px;
    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: 0 15px 40px;
    padding: 0 !important;
	box-sizing: border-box;
}

.tokusetsu .item .txtArea {
	color: #fff;
	text-align: left;
	padding: 0 15px !important;
}

.tokusetsu .item .bottom {
	position: relative;
    width: 100%;
    margin: 0 !important;
    margin-top: auto !important;
}

.tokusetsu .item .bottom {
	color: #202020;
	padding: 0;
}

/*-----------------------------------------------
 商品画像スライド
-----------------------------------------------*/
.tokusetsu .goodsImage {
    position: relative;
    display: inline-block;
	width: 660px;
    margin: 0 auto !important;
    box-sizing: border-box;
    text-align: center !important;
}

.goodsImage .swiper-container {
    position: relative;
    left: 0;
    right: 0;
    width: auto;
    height: 100% !important;
    margin: 0 auto;
    padding: 6px 0 25px;
    text-align: left !important;
}

.goodsImage .goodsphoto .swiper-slide {
    position: relative;
    overflow: hidden;
    text-align: center !important;
    height: auto;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, .1);
	border: 1px solid #fafafa;
	box-sizing: border-box;
	padding: 17px;
}

.goodsImage .goodsphoto .swiper-slide span {
	display: block;
	width: 626px;
	border: 1px solid #f0f0f0;
}

.goodsImage .swiper-slide img {
    width: auto;
    height: 100%;
	max-height: 350px;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    box-sizing: border-box;
}

/*.goodsImage img:hover {
    filter: grayscale(0);
    transition-duration: 0.8s;
}*/

.goodsImage .swiper-container .swiper-pagination {
    position: absolute;
    bottom: 0;
}

.goodsImage .swiper-container .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background-color: #cacaca;
}

.goodsImage .swiper-container .swiper-pagination-bullet-active {
    background-color: #ef8200;
}

@media all and (-ms-high-contrast: none) {
    .goodsImage .swiper-container .swiper-pagination-bullet {
        padding-top: 1px;
    }
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 6px !important;
}

/*-----------------------------------------------
 About
-----------------------------------------------*/
.tokusetsu .about {
	margin-top: 30px;
}

.tokusetsu .about h5 {
	display: inline-block;
	border-bottom: 2px solid #000;
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 7px;
}

.tokusetsu .about p {
	font-size: 16px !important;
	margin: 12px 0 35px;
}

.tokusetsu .about p a {
	color: #000 !important;
}

.tokusetsu .about p a:hover {
	text-decoration: underline !important;
}

/*-----------------------------------------------
 商品画像
-----------------------------------------------*/
.tokusetsu .item img {
	box-sizing: border-box;
	cursor: zoom-in;
}

.tokusetsu .item .box {
    position: relative;
	background-color: #fff;
	padding: 5px !important;
    min-height: 0%;
    height: auto;
    box-sizing: border-box;
    text-align: center !important;
	box-shadow: 0 0 4px #dadada;
}

.tokusetsu .item .box img {
    width: 100%;
    min-height: 0%;
	border: 1px solid #f0f0f0;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

/*-----------------------------------------------
 商品名
-----------------------------------------------*/
.tokusetsu .item .ttl {
    position: relative;
    overflow: hidden;
    width: auto;
    font-size: 13px !important;
    font-weight: 700;
    line-height: 1.4;
    text-align: left !important;
	margin: 10px 0 15px;
    padding: 0 !important;
}

.tokusetsu .item .ttl a {
	color: #000 !important;
	text-decoration: underline !important;
}

.tokusetsu .item .ttl a:hover {
	color: #000 !important;
	text-decoration: none !important;
}

/*-----------------------------------------------
 商品 仕様
-----------------------------------------------*/
.tokusetsu .item ul {
    text-align: left;
    z-index: 10;
    list-style-type: none!important;
}

.tokusetsu .item ul li {
    font-size: 1.3em;
    font-size: 13px !important;
    line-height: 1.4 !important;
    font-weight: 400;
    letter-spacing: 1 !important;
}

.tokusetsu .item ul li span {
    display: inline-block;
    font-size: 1.2em;
    font-size: 12px !important;
    padding: 1px 0px !important;
}

.tokusetsu .item ul li span:after {
    position: relative;
    padding: 0 3px 0 3px !important;
    box-sizing: border-box;
    font-family: FontAwesome;
    content: "\f0da";
    font-size: 1.0em;
    font-size: 10px !important;
}

.tokusetsu .item ul li.caution {
    font-size: 1.1em;
    font-size: 11px !important;
    line-height: 12px;
}

/*-----------------------------------------------
 商品 購入限定数
-----------------------------------------------*/
.tokusetsu .item p.limited {
    display: inline-block;
    font-size: 1.2em;
    font-size: 12px !important;
    letter-spacing: 1.0px!Important;
    font-weight: 500;
    margin: 10px 0 !important;
    padding: 4px 10px 5px !important;
	box-sizing: border-box;
}

.tokusetsu .item p.limited {
    color: #fee086;
	border: 1px solid #fee086;
}

/*-----------------------------------------------
 商品 セレクトボックス
-----------------------------------------------*/
.tokusetsu .item .select-box {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 10;
    width: 200px;
    height: 35px;
	margin: 3px 0 0 !important;
    padding: 0 !important;
    background-color: #e0e0e0;
    color: #000;
    font-size: 14px !important;
	font-weight: 700;
    line-height: 35px !important;
	border-radius: 4px;
    -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;
    right: 8px;
    z-index: -1\0;
    z-index: -1\9;
    font-family: FontAwesome;
    pointer-events: none;
    content: "\f078";
	color: #000;
}

#contents .tokusetsu select {
    outline: none !important;
	margin: 0 !important;
}

.tokusetsu .item .select-list {
    width: 100%;
    height: 100%;
	font-family: "游ゴシック", "Yu Gothic", YakuHanJP, 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif!important;
    margin: 0;
    padding: 0 0 0 20px!important;
    border: 0 !important;
    background-color: #e0e0e0;
    background: none transparent;
    color: #000;
    font-size: 14px !important;
    line-height: 35px !important;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer!important;
}

.tokusetsu .item select::-ms-expand {
    display: none;
}

.tokusetsu .item select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #828c9a;
}

/*-----------------------------------------------
 商品 価格
-----------------------------------------------*/
.tokusetsu .item dl {
	text-align: left !important;
}

.tokusetsu .item dl dt,
.tokusetsu .item dl dd {
    display: inline-block;
    font-weight: 600;
}

.tokusetsu .item dl dt {
    margin: 0 !important;
    font-size: 13px !important;
}

.tokusetsu .item dl dd {
    font-size: 18px !important;
    margin: 0 0 0 5px!important;
}

.tokusetsu .item dl dd:after {
    display: inline-block;
    margin: 0 !important;
    font-size: 13px !important;
    content: "（税込）";
}

/*-----------------------------------------------
カートボタン
-----------------------------------------------*/
.tokusetsu .item .cart {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 200px;
    font-size: 14px !important;
    letter-spacing: 1px !important;
    font-weight: 600;
    text-align: center;
	color: #fff;
	background-color: #000;
	border-radius: 4px;
	vertical-align: middle;
	margin: 7px 0 0;
	padding: 13px 0;
}

.tokusetsu .item .cart:hover {
	color: #fff !important;
	opacity: 0.8;
}

/*-----------------------------------------------
phiten
-----------------------------------------------*/
.tokusetsu .aboutPhiten {
	width: 660px;
	background: url(../images/bg_aboutPhiten.jpg) no-repeat left top;
	background-size: cover;
	margin: 0 auto;
	padding: 18px 0 !important;
}

.tokusetsu .aboutPhiten h4 {
	font-size: 24px !important;
	font-weight: 700;
}

.tokusetsu .aboutPhiten p {
	font-size: 16px !important;
	font-weight: 500;
}

.tokusetsu .sub_ttl {
	display: inline-block;
    width: 660px;
    color: #fe9a25;
    font-size: 16px !important;
    font-weight: 600;
    margin: 5px auto 15px !important;
    padding: 4px 0 2px !important;
    text-align: center !important;
    background-color: #000;
}

/*-----------------------------------------------
関連商品はこちら
-----------------------------------------------*/
.itemlist a {
	position: relative;
	display: inline-block;
	width: 660px;
	background-color: #fff;
	border: 3px solid #000;
	font-size: 18px;
	font-weight: 700;
	color: #000 !important;
	margin: 0 auto 40px;
	padding: 15px 0;
}

.itemlist a:after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -4px;
	transform: rotate(45deg);
}

/*-----------------------------------------------
 フッター側 注意書き
-----------------------------------------------*/
.tokusetsu ul.notes {
    margin: 30px 0 !important;
    text-align: center;
}

.tokusetsu ul.notes li {
    font-size: 1.2em;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 1.4 !important;
}

/*-----------------------------------------------
 フッター
-----------------------------------------------*/
.tokusetsu .footer {
    position: relative;
    width: 100%;
    height: auto;
    padding: 5px 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 {
	position: relative;
    color: #fff;
    font-size: 1.2em;
    font-size: 12px !important;
}

.tokusetsu .footer p:last-child:before {
    display: inline-block;
    margin-right: 4px !important;
    font-family: FontAwesome;
    content: "\f1f9";
}

.tokusetsu .footer p img {
    width: 37px;
    height: auto;
    margin-left: 5px;
	vertical-align: baseline;
}

/*-----------------------------------------------
 backtop
-----------------------------------------------*/
.tokusetsu .backtop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 333;
}

.tokusetsu .backtop a {
    display: block;
    width: 65px;
    height: 65px;
    text-align: center;
}

.tokusetsu .backtop img {
    width: 65px;
    height: 65px;
}

.tokusetsu .backtop a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=70);
}

/*-----------------------------------------------
 モーダル
-----------------------------------------------*/
.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%;
    width: auto;
    height: auto;
    max-width: 900px;
    max-height: 96%;
    -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%);
}
