
@import url("http://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://fonts.googleapis.com/css?family=Oswald:400,700");

@charset "UTF-8";
/* ---------- setting ---------- ---------- */
.mod-hover { cursor: pointer; transition-duration: 0.2s; }

.mod-hover:hover { opacity: 0.7; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

.mod-hover-zoom { display: block; cursor: pointer; transition-duration: 0.2s; }

.mod-hover-zoom:hover { -ms-transform: scale(1.05); transform: scale(1.05); }

.mod-btns.is-multi ul { display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.mod-btns.is-multi li { margin: 10px; }

.mod-btn { display: inline-block; }

.mod-btn.is-search, .mod-btn.is-clear { background: #000; color: #fff; min-width: 145px; height: 40px; display: -ms-inline-flexbox; display: inline-flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; font-size: 15px; font-weight: bold; }

.mod-btn.is-clear { background: #a3a3a3; }

.mod-btn.is-more { background: #000; color: #fff; min-width: 300px; height: 50px; display: -ms-inline-flexbox; display: inline-flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; font-size: 21px; font-weight: bold; position: relative; }

.mod-btn.is-more span { position: absolute; top: 50%; right: 20px; width: 20px; height: 20px; -ms-transform: translate(0, -50%); transform: translate(0, -50%); }

.mod-btn.is-more span:before, .mod-btn.is-more span:after { content: ""; display: block; position: absolute; background: #fff; height: 2px; left: 2px; right: 2px; }

.mod-btn.is-more span:before { position: absolute; top: 9px; }

.mod-btn.is-more span:after { position: absolute; top: 9px; -ms-transform: rotate(90deg); transform: rotate(90deg); }

.mod-btn.is-info-more { display: block; border: 1px solid #000; padding: 10px; font-size: 19px; text-align: center; font-weight: bold; letter-spacing: 0.05em; }

.mod-btn.is-info-modal { display: block; border: 1px solid #000; padding: 15px; font-size: 19px; text-align: center; font-weight: bold; letter-spacing: 0.05em; position: relative; color: #000; }

.mod-btn.is-info-modal:before { position: absolute; top: 50%; right: 20px; display: block; content: ''; height: 10px; width: 10px; border: 1px solid #000; border-left-width: 0; border-top-width: 0; -ms-transform: translate(0, -50%) rotate(-45deg); transform: translate(0, -50%) rotate(-45deg); }

.mod-btn.is-simple { display: block; padding: 25px 10px; background: #000; color: #fff; font-size: 20px; text-align: center; position: relative; font-weight: bold; transition-duration: 0.2s; }

.mod-btn.is-simple:hover { opacity: 0.85; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; }

.mod-btn.is-icon-cart { padding-left: 50px; }

.mod-btn.is-icon-cart:after { content: ""; display: block; position: absolute; top: 50%; left: 20px; -ms-transform: translate(0, -50%); transform: translate(0, -50%); background: url(https://tamashiiweb.com/special/jumpcs/images/mod-btn/icon_cart.png) left top no-repeat; background-size: contain; width: 40px; height: 40px; }

.mod-btn.is-icon-blank { padding-left: 50px; }

.mod-btn.is-icon-blank:after { content: ""; display: block; position: absolute; top: 50%; left: 20px; -ms-transform: translate(0, -50%); transform: translate(0, -50%); background: url(https://tamashiiweb.com/special/jumpcs/images/mod-btn/icon_blank.png) left top no-repeat; background-size: contain; width: 30px; height: 30px; }

.mod-btn.is-hover-red { transition-duration: 0.2s; }

.mod-btn.is-hover-red:hover { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; background: #b70000 !important; }

.mod-btn.is-col1 { background-color: #0000e6 !important; background-image: url(https://tamashiiweb.com/special/jumpcs/images/online/dot-bg.png); background-repeat: repeat;}

.mod-btn.is-col2 { background-color: #8c0000 !important; background-image: url(https://tamashiiweb.com/special/jumpcs/images/online/dot-bg.png); background-repeat: repeat; }

.mod-chara-list { position: relative; }

.mod-chara-list li { position: relative; display: inline-block; height: 100%; width: 420px; padding: 0 10px; }

.mod-banner-list { position: relative; }

.mod-banner-list li { position: relative; display: inline-block; height: 100%; width: 520px; padding: 0 10px; }

/* ----------------------------------------------------------
.mod-form
---------------------------------------------------------- */
.mod-form { /* ---------- input,textarea ---------- ---------- */ }

.mod-form input[type="text"], .mod-form input[type="date"], .mod-form input[type="number"], .mod-form input[type="password"], .mod-form textarea, .mod-form select { -webkit-appearance: none; appearance: none; outline: none; border: none; box-sizing: border-box; }

.mod-form input[type="text"], .mod-form input[type="date"], .mod-form input[type="number"], .mod-form input[type="password"], .mod-form textarea { border: 1px solid #ccc; border-radius: 0; width: 100%; padding: 10px 5px; background: #f8f8f8; vertical-align: top; }

.mod-form input[type="text"]:focus, .mod-form input[type="date"]:focus, .mod-form input[type="number"]:focus, .mod-form input[type="password"]:focus, .mod-form textarea:focus { background: #ffffcc; }

.mod-form input[type="text"]._error, .mod-form input[type="date"]._error, .mod-form input[type="number"]._error, .mod-form input[type="password"]._error, .mod-form textarea._error { border: 1px solid red; }

.mod-form input[type="text"]:disabled, .mod-form input[type="date"]:disabled, .mod-form input[type="number"]:disabled, .mod-form input[type="password"]:disabled, .mod-form textarea:disabled { border: 1px solid #CCCCCC; background: #F3F3F3; color: #CCCCCC; }

.mod-form select { width: 100%; }

.mod-form input::-webkit-input-placeholder, .mod-form textarea::-webkit-input-placeholder { color: #bbbbbb; font-size: 16px; }

.mod-form input:-ms-input-placeholder, .mod-form textarea:-ms-input-placeholder { color: #bbbbbb; font-size: 16px; }

.mod-form input::-moz-placeholder, .mod-form textarea::-moz-placeholder { color: #bbbbbb; font-size: 16px; }

.mod-form select { border-radius: 0; padding: 5px 5px; background: #fff; box-sizing: border-box; }

.mod-form select:focus { background: #ffffcc; }

.mod-form select::-ms-expand { display: none; }

.mod-form textarea { resize: none; }

.mod-form-select { position: relative; display: inline-block; width: 100%; font-size: 16px; border: 1px solid #000; box-sizing: border-box; cursor: pointer; }

.mod-form-select select { height: 100%; padding: 0 25px 0 10px; border-radius: 4px; cursor: pointer; }

.mod-form-select:after { content: ""; display: block; position: absolute; top: 50%; right: 10px; background: url(https://tamashiiweb.com/special/jumpcs/images/mod-form/arrow-select.png) left top no-repeat; background-size: contain; -ms-transform: translate(0, -50%); transform: translate(0, -50%); width: 12px; height: 12px; pointer-events: none; }

/* ---------- radio, checkbox ---------- ---------- */
.mod-form-input-list { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-align: center; align-items: center; }

.mod-form-input-list li { display: block; padding: 0 20px 5px 0; }

.mod-form-radio label, .mod-form-check label { position: relative; padding-left: 25px; cursor: pointer; display: inline-block; transition-duration: 0.2s; line-height: 20px; cursor: pointer; font-size: 14px; font-weight: normal; }

.mod-form-radio label:after { box-sizing: border-box; content: ""; position: absolute; display: block; top: 50%; left: 0; margin-top: -10px; width: 20px; height: 20px; box-sizing: border-box; border: 1px solid #000; border-radius: 50%; }

.mod-form-radio label:before { box-sizing: border-box; content: ''; display: block; position: absolute; top: 4px; left: 4px; width: 12px; height: 12px; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; z-index: 10; background: #000; border-radius: 50%; }

.mod-form-radio input[type=radio] { display: none; }

.mod-form-radio input[type=radio]:checked + label:before { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.mod-form-check label:after { box-sizing: border-box; display: block; content: ""; position: absolute; top: 1px; left: 2px; background: url(https://tamashiiweb.com/special/jumpcs/images/mod-form/check.svg) left top no-repeat; background-size: contain; width: 16px; height: 16px; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.mod-form-check label:before { box-sizing: border-box; content: ""; position: absolute; display: block; top: 0; left: 0; margin-top: 0; width: 20px; height: 20px; }

.mod-form-check label:before { border: 1px solid #000; }

.mod-form-check input[type=checkbox] { display: none; }

.mod-form-check input[type=checkbox]:checked + label:after { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.mod-h3.is-A { display: block; font-size: 28px; font-weight: bold; margin-top: 40px; margin-bottom: 20px; }

.mod-h3.is-A:after { content: ""; display: block; width: 300px; height: 1px; background: #000; margin: 30px 0 0 0; }

.mod-info-list { position: relative; }

.mod-info-list li { position: relative; display: inline-block; height: 100%; }

.mod-info { width: 490px; height: 100%; margin-right: 10px; padding: 20px 10px 0 10px; position: relative; }

.mod-info ._title { position: absolute; top: 0px; left: 0px; background: #000; color: #fff; font-size: 21px; line-height: 1; text-align: center; font-weight: bold; width: 425px; padding: 18px; }

.mod-info ._box { background: #fff; padding: 60px 30px 30px 30px; border: 2px solid #000; line-height: 1.6; height: 350px; box-shadow: 10px 10px 0 black; }

.mod-info ._box p { display: -webkit-box; /* autoprefixer: off */ -webkit-box-orient: vertical; /* autoprefixer: on */ -webkit-line-clamp: 6; overflow: hidden; line-height: 2; margin: 0; }

.mod-info ._btns-modal { display: none; }

.mod-info ._btns { position: absolute; left: 40px; right: 40px; bottom: 30px; }

.mod-label-info.is-new { color: #f79f00; font-weight: bold; font-style: italic; font-size: 19px; }

.modt-info-mark.is-new:before { content: "NEW！"; color: #f4a100; font-style: italic; }

.mod-news-list { display: block; list-style: none; color: #fff; height: 300px; padding-right: 30px; overflow-y: scroll; -webkit-overflow-scrolling: touch; }

.mod-news-list a { color: #fff; }

.mod-news-list li { border-bottom: 1px solid #eee; padding: 25px 0; }

.mod-news-list li:nth-child(1) { border-top: 1px solid #eee; }

.mod-news-list::-webkit-scrollbar { width: 8px; }

.mod-news-list::-webkit-scrollbar-track { background: #fff; }

.mod-news-list::-webkit-scrollbar-thumb { background: red; }

.mod-news p { margin: 0; }

.mod-news ._dates { padding: 5px 0; line-height: 1; }

.mod-news ._dates ._date { font-weight: bold; }

.mod-news ._text { padding: 5px 0; line-height: 1.4; font-size: 16px; }

.mod-label-news { padding: 0 10px; margin: 0 5px; background: #888; color: #fff; }

.mod-label-news.cat_sp { background: #ff8c00; }

.mod-label-news.cat_topics { background: #ff3333; }

.mod-label-news.cat_event { background: #980000; }

.mod-label-news.cat_store_camp { background: #a1030a; }

.mod-label-news.cat_store_event { background: #a1030a; }

.mod-label-news.cat_tkokkaku { background: #00468C; }

.mod-label-news.cat_tnblog { background: #2f4f4f; }

.mod-label-news.cat_media { background: #9027be; }

.mod-list-image { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; }

.mod-product-item-list { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.mod-product-item { text-align: center; position: relative; display: block; cursor: pointer; overflow: hidden; }

.mod-product-item ._image img { width: 100%; transition-duration: 0.2s; }

.mod-product-item:hover ._image img { -ms-transform: scale(1.1); transform: scale(1.1); }

.mod-product-item:hover ._texts { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -ms-transform: translate(0, 0); transform: translate(0, 0); }

.mod-product-item ._texts { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -ms-transform: translate(0, 10%); transform: translate(0, 10%); transition-duration: 0.2s; background: rgba(0, 0, 0, 0.5); line-height: 1.4; color: #fff; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; display: flex; position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; padding: 10px; }

.mod-product-item ._texts div ._name { font-size: 14px; font-weight: bold; }

.mod-product-item ._texts div ._text { margin-top: 10px; font-size: 15px; font-weight: bold; }

/* ----------------------------------------------------------
.slick-slider
---------------------------------------------------------- */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-slider li { list-style: none; }

.slick-slider .slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }

.slick-slider .slick-list:focus { outline: none; }

.slick-slider .slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list { transform: translate3d(0, 0, 0); }

.slick-slider .slick-track { position: relative; left: 0; top: 0; display: block; }

.slick-slider .slick-track:before, .slick-slider .slick-track:after { content: ""; display: table; }

.slick-slider .slick-track:after { clear: both; }

.slick-loading .slick-slider .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }

[dir="rtl"] .slick-slide { float: right; }

.slick-slide img { display: block; }

.slick-slide.slick-loading img { display: none; }

.slick-slide.dragging img { pointer-events: none; }

.slick-initialized .slick-slide { display: block; }

.slick-loading .slick-slide { visibility: hidden; }

.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

.slick-arrow.slick-hidden { display: none; }

/* ----------------------------------------------------------
.slider
---------------------------------------------------------- */
.mod-info-list img { width: 100%; }

.mod-info-list .slick-prev { font-size: 0; line-height: 0; display: block; padding: 0; cursor: pointer; color: transparent; border: none; outline: none; background: transparent; background: url(https://tamashiiweb.com/special/jumpcs/images/slider/btn_prev.png) left top no-repeat; background-size: contain; width: 75px; height: 75px; position: absolute; top: calc(50% - 40px); left: -100px; z-index: 10; transition-duration: 0.2s; cursor: pointer; }

.mod-info-list .slick-prev:hover { opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }

.mod-info-list .slick-next { font-size: 0; line-height: 0; display: block; padding: 0; cursor: pointer; color: transparent; border: none; outline: none; background: transparent; background: url(https://tamashiiweb.com/special/jumpcs/images/slider/btn_next.png) left top no-repeat; background-size: contain; width: 75px; height: 75px; position: absolute; top: calc(50% - 40px); right: -40px; z-index: 10; transition-duration: 0.2s; cursor: pointer; }

.mod-info-list .slick-next:hover { opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }

.mod-info-list .slick-dots { margin-top: 20px; text-align: center; padding: 5px; }

.mod-info-list .slick-dots li { display: inline-block; width: 30px; height: 10px; background: #fff; transition-duration: 0.2s; cursor: pointer; }

.mod-info-list .slick-dots li button { display: none; }

.mod-info-list .slick-dots li:hover { background: #ccc; }

.mod-info-list .slick-dots li.slick-active { background: #ee0000; }

/* ----------------------------------------------------------
.slider
---------------------------------------------------------- */
.mod-chara-list img { width: 100%; }

.mod-chara-list .slick-prev { font-size: 0; line-height: 0; display: block; padding: 0; cursor: pointer; color: transparent; border: none; outline: none; background: transparent; background: url(https://tamashiiweb.com/special/jumpcs/images/slider/btn_prev.png) left top no-repeat; background-size: contain; width: 75px; height: 75px; position: absolute; top: calc(50% - 40px); left: -100px; z-index: 10; transition-duration: 0.2s; cursor: pointer; left: calc(50% - 50vw + 20px); }

.mod-chara-list .slick-prev:hover { opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }

.mod-chara-list .slick-next { font-size: 0; line-height: 0; display: block; padding: 0; cursor: pointer; color: transparent; border: none; outline: none; background: transparent; background: url(https://tamashiiweb.com/special/jumpcs/images/slider/btn_next.png) left top no-repeat; background-size: contain; width: 75px; height: 75px; position: absolute; top: calc(50% - 40px); right: -40px; z-index: 10; transition-duration: 0.2s; cursor: pointer; right: calc(50% - 50vw + 20px); }

.mod-chara-list .slick-next:hover { opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }

.mod-banner-list img { width: 100%; }

.mod-banner-list .slick-dots { margin-top: 20px; text-align: center; }

.mod-banner-list .slick-dots li { display: inline-block; width: 8px; height: 8px; padding: 0px; box-sizing: border-box; margin: 0 4px; background: #ccc; border-radius: 50%; }

.mod-banner-list .slick-dots li button { display: none; }

.mod-banner-list .slick-dots li.slick-active { background: #ee0000; }

@media screen and (max-width: 767px){
 .mod-btns.is-multi li{ margin: 5px; }
 .mod-btn.is-search, .mod-btn.is-clear{ min-width: 100px; height: 30px; font-size: 13px; }
 .mod-btn.is-more{ min-width: 200px; height: 40px; font-size: 16px; }
 .mod-btn.is-info-more{ padding: 5px; font-size: 12px; }
 .mod-btn.is-info-modal{ padding: 8px; font-size: 12px; }
 .mod-btn.is-info-modal:before{ height: 7px; width: 7px; }
 .mod-btn.is-simple{ padding: 15px 10px; font-size: 12px; }
 .mod-btn.is-icon-cart:after{ left: 10px 0px; width: 20px; height: 20px; }
 .mod-btn.is-icon-blank{ padding-left: 30px; }
 .mod-btn.is-icon-blank:after{ left: 10px; width: 15px; height: 15px; }
 .mod-form input[type="text"], .mod-form input[type="date"], .mod-form input[type="number"], .mod-form input[type="password"], .mod-form textarea, .mod-form select{ font-size: 12px; }
 .mod-form input[type="text"], .mod-form input[type="date"], .mod-form input[type="number"], .mod-form input[type="password"], .mod-form .mod-form-select{ height: 30px; }
 .mod-form textarea{ height: 100px; }
 .mod-h3.is-A{ font-size: 16px; margin-top: 20px; margin-bottom: 10px; }
 .mod-h3.is-A:after{ margin: 15px 0 0 0; width: 120px; }
 .mod-info{ width: 300px; }
 .mod-info ._title{ width: 260px; font-size: 12px; padding: 10px; }
 .mod-info ._box{ height: 210px; padding: 30px 10px 20px 20px; box-shadow: 4px 4px 0 black; }
 .mod-info ._box p{ font-size: 10px; }
 .mod-info ._btns{ left: 25px; right: 25px; bottom: 15px; }
 .mod-label-info.is-new{ font-size: 14px; }
 .mod-news-list li{ padding: 15px 0; }
 .mod-news ._dates ._date{ font-size: 14px; }
 .mod-news ._text{ font-size: 12px; }
 .mod-list-image.is-4col li{ width: calc(50% - 5px); margin-left: 10px; }
 .mod-list-image.is-4col li:nth-child(2n+1){ margin-left: 0; }
 .mod-list-image.is-4col li:nth-child(n+3){ margin-top: 10px; }
 .mod-product-item-list li{ width: calc(33.33% - 6.66px); margin-left: 10px; }
 .mod-product-item-list li:nth-child(3n+1){ margin-left: 0; }
 .mod-product-item-list li:nth-child(n+4){ margin-top: 10px; }
 .mod-info-list .slick-prev{ background-image: url(https://tamashiiweb.com/special/jumpcs/images/slider/btn_prev_sp.png); width: 48px; height: 60px; left: calc(50% - 170px); }
 .mod-info-list .slick-next{ background-image: url(https://tamashiiweb.com/special/jumpcs/images/slider/btn_next_sp.png); width: 48px; height: 60px; right: calc(50% - 170px); }
 .mod-info-list .slick-dots li{ width: 15px; height: 5px; }
 .mod-chara-list .slick-prev{ background-image: url(https://tamashiiweb.com/special/jumpcs/images/slider/btn_prev_sp.png); width: 48px; height: 60px; left: calc(50% - 170px); }
 .mod-chara-list .slick-next{ background-image: url(https://tamashiiweb.com/special/jumpcs/images/slider/btn_next_sp.png); width: 48px; height: 60px; right: calc(50% - 170px); }
 .mod-panel-search-btn-wrap{ position: relative; height: 50px; }
 .mod-panel-search-btn{ background: #000; color: #fff; padding: 15px; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; width: 300px; margin: 0 auto; transition-duration: 0.2s; box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25); position: relative; }
 .mod-panel-search-btn span{ font-size: 16px; font-weight: bold; }
 .mod-panel-search-btn:after{ content: ""; display: block; position: absolute; top: 50%; right: 20px; -ms-transform: translate(0, -50%); transform: translate(0, -50%); background: url(https://tamashiiweb.com/special/images/panel/icon_sp.png) left top no-repeat; background-size: contain; width: 20px; height: 20px; }
 body.js-index-search-fixed .mod-panel-search-btn{ position: absolute; width: auto; top: 0px; left: 0px; right: 0px; z-index: 20; position: fixed; }
 body.js-index-search-fixed.js-index-search-fixed2 .mod-panel-search-btn{ opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; visibility: hidden; }
 body.js-index-search-open .mod-panel-search-bg{ position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; background: rgba(0, 0, 0, 0.4); z-index: 5; }
 .mod-panel-search{ z-index: 20; -ms-transform: translate(110%, 0); transform: translate(110%, 0); transition-duration: 0.2s; position: fixed; top: 10px; left: 10px; right: 10px; bottom: 10px; padding: 20px; overflow-y: scroll; box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); background: #e8e8e8; }
 body.js-index-search-open .mod-panel-search{ -ms-transform: translate(0, 0); transform: translate(0, 0); }
 .mod-panel-search ._btn-close{ display: block; position: absolute; top: 20px; right: 10px; background: url(https://tamashiiweb.com/special/jumpcs/images/panel/btn_close.png) left top no-repeat; background-size: contain; width: 30px; height: 30px; transition-duration: 0.2s; cursor: pointer; }
 .mod-panel-search ._row-header{ text-align: center; }
 .mod-panel-search ._set{ padding: 10px 0; border-bottom: 0.5px solid #000; }
 .mod-panel-search dl{ margin: 0; padding: 0; }
 .mod-panel-search dl dt{ margin: 0; padding: 2px 0; font-weight: bold; font-size: 14px; }
 .mod-panel-search dl dd{ margin: 0; padding: 2px 0; font-weight: bold; font-size: 14px; }
 .mod-panel-search dl.is-wide dd{ margin: 0; margin-top: 5px; }
 .mod-panel-search dl.is-normal{ display: -ms-flexbox; display: flex; }
 .mod-panel-search dl.is-normal dt{ width: 100px; }
 .mod-panel-search dl.is-normal dd{ margin: 0; -ms-flex: 1; flex: 1; } }

@media screen and (min-width: 768px){
 .mod-form input[type="text"], .mod-form input[type="date"], .mod-form input[type="number"], .mod-form input[type="password"], .mod-form textarea, .mod-form select{ font-size: 16px; }
 .mod-form textarea{ height: 200px; } }

@media print, screen and (min-width: 768px){
 .mod-form input[type="text"], .mod-form input[type="date"], .mod-form input[type="number"], .mod-form input[type="password"], .mod-form .mod-form-select{ max-width: 400px; height: 40px; }
 .mod-list-image.is-4col li{ width: calc(25% - 15px); margin-left: 20px; }
 .mod-list-image.is-4col li:nth-child(4n+1){ margin-left: 0; }
 .mod-list-image.is-4col li:nth-child(n+5){ margin-top: 20px; }
 .mod-product-item-list li{ width: calc(20% - 16px); margin-left: 20px; }
 .mod-product-item-list li:nth-child(5n+1){ margin-left: 0; }
 .mod-product-item-list li:nth-child(n+6){ margin-top: 20px; }
 .mod-panel-search-btn-wrap{ position: relative; }
 .mod-panel-search-btn{ background: #000; color: #fff; position: absolute; top: 0; right: 0px; padding: 15px; display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; padding-bottom: 30px; height: 240px; transition-duration: 0.2s; cursor: pointer; }
 .mod-panel-search-btn span{ font-size: 18px; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; font-weight: bold; }
 .mod-panel-search-btn:before{ content: ""; position: absolute; bottom: 20px; left: 50%; width: 5px; height: 5px; box-sizing: border-box; border: 5px solid transparent; border-right: 5px solid #fff; -ms-transform: scale(2, 1.3) translate(-50%, 0); transform: scale(2, 1.3) translate(-50%, 0); }
 .mod-panel-search-btn:hover{ opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
 body.js-index-search-open .mod-panel-search-btn{ visibility: hidden; }
 body.js-index-search-fixed .mod-panel-search-btn{ position: fixed; }
 body.js-index-search-fixed.js-index-search-fixed2 .mod-panel-search-btn{ opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; visibility: hidden; }
 .mod-panel-search{ z-index: 20; transition-duration: 0.2s; position: absolute; top: 0; right: 0px; width: 700px; -ms-transform: translate(100%, 0); transform: translate(100%, 0); padding: 30px 40px 60px 40px; background: #e8e8e8; }
 body.js-index-search-fixed .mod-panel-search{ position: fixed; }
 body.js-index-search-fixed.js-index-search-fixed2 .mod-panel-search{ opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; visibility: hidden; }
 body.js-index-search-open .mod-panel-search{ -ms-transform: translate(0, 0); transform: translate(0, 0); }
 .mod-panel-search ._btn-close{ display: block; position: absolute; top: 30px; right: 20px; background: url(https://tamashiiweb.com/special/jumpcs/images/panel/btn_close.png) left top no-repeat; background-size: contain; width: 50px; height: 50px; transition-duration: 0.2s; cursor: pointer; }
 .mod-panel-search ._btn-close:hover{ opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
 .mod-panel-search ._row-header{ text-align: right; padding-right: 30px; }
 .mod-panel-search ._set{ padding: 20px 0; border-bottom: 1px solid #000; }
 .mod-panel-search dl{ margin: 0; padding: 0; }
 .mod-panel-search dl dt{ margin: 0; padding: 5px 0; font-weight: bold; font-size: 17px; }
 .mod-panel-search dl dd{ margin: 0; padding: 5px 0; font-weight: bold; font-size: 17px; }
 .mod-panel-search dl.is-wide dd{ margin: 0; margin-top: 10px; }
 .mod-panel-search dl.is-normal{ display: -ms-flexbox; display: flex; }
 .mod-panel-search dl.is-normal dt{ width: 140px; }
 .mod-panel-search dl.is-normal dd{ margin: 0; -ms-flex: 1; flex: 1; } }

/*# sourceMappingURL=maps/mod.css.map */
