html
{
    overflow-y: scroll;
}

ul
{
    list-style: none;
}

#wrap{
    padding: 10px 0 60px;
}

/* Vue 設定 */
[v-cloak] {  display: none; }

.v-enter-active {
    transition: opacity 1s;
}

.v-enter, .v-leave-to, .v-leave-active {
    opacity: 0;
}

/* 読み込みローダー */
.loader
{
    background-image: url('/cmn/img/loader.gif');
    height: 80px;
    margin: 88px auto;
    position: relative;
    text-indent: -9999em;
    width: 80px;
}

/* コントロールパネル */
.ctrl-panel {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

/* 商材切替タブ */
.indexTab{
    display:table;
    width:100%;
    margin-bottom:20px;
    border-bottom:1px solid #192b5b;
}

.indexTab li{
    display: table-cell;
    width: 25%;
    vertical-align: top;
    border-collapse: collapse;
    height: 40px;
    box-sizing: border-box;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    background: #eee;
    color: #192b5b;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.indexTab li:hover{
    background:#ddd;
}

.indexTab li.active,
.indexTab li.router-link-active
{
    position:relative;
    top:1px;
    height:41px;
    border-top:6px solid #192b5b;
    border-left:1px solid #192b5b;
    border-right:1px solid #192b5b;
    background:#fff;
    line-height:33px;
}

/* カレンダー main */
#stockSearch
{
    width: 100%;
}

#stockSearch .titleWrapper
{
    border-top: 1px solid #192b5b;
    padding: 20px 0;
}

#stockSearch .titleText
{
    background-position: 10px center;
    background-repeat: no-repeat;
    color: #999;
    float: left;
    font-size: 13px;
    line-height: 1.2em;
    padding-left: 10px;
}

#itemDetail .titleText
{
    float: none;
    padding-left: 0;
}

.titleText {
    overflow: hidden;
    width: 100%;
}

.titleText.noIcon
{
    background: none!important;
    padding-left: 0;
}

.titleText h1
{
    color: #192b5b;
    font-size: 24px;
    line-height: 1.3;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

#itemDetail .titleText h1
{
    border-bottom: 1px solid #ddd;
    color: #000;
}

.titleText h2
{
    color: #192b5b;
    font-size: 24px;
    line-height: 1.3;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

#itemDetail .titleText h2
{
    border-bottom: 1px solid #ddd;
    color: #000;
}

/* セレクトボックス */
.conditionSelect
{
    border-top: 1px solid #ccc;
    padding: 20px 0 0;
    text-align: right;
}

.conditionSelect li
{
    display: inline-block;
    margin: 0 0 15px 30px;
    overflow: hidden;
    position: relative;
    text-align: right;
}

.conditionSelect li::after
{
    border-bottom: 1px solid #192b5b;
    border-right: 1px solid #192b5b;
    bottom: 0;
    content: '';
    height: 6px;
    margin: auto;
    position: absolute;
    right: 15px;
    top: 0;
    vertical-align: middle;
    width: 6px;

    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.conditionSelect li p
{
    display: inline-block;
    font-size: 14px;
    padding: 0 10px;
}

.conditionSelect li select
{
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    color: #192b5b;
    cursor: pointer;
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    margin: 0;
    min-width: 160px;
    padding: 0 38px 0 10px;
    text-indent: .01px;
    text-overflow: '';

       -moz-appearance: none;
    -webkit-appearance: none;
            appearance: none;
}

.conditionSelect li select::-ms-expand
{
    display: none;
}



ul.display_switch
{
    border-radius: 4px;
    display: inline-block;
    float: left;
    font-size: 0;
    height: 40px;
    margin: 30px 0 0 0;
    overflow: hidden;
}

ul.display_switch li
{
    display: inline-block;
    height: 40px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 40px;
}

li.list span::before
{
    color: #192b5b;
    content: '\e92e';
    font-family: icomoon;
    font-size: 18px;
    line-height: 2;
    margin: 0 auto;
    padding: 12px;
}

li.thumbnails span::before
{
    color: #192b5b;
    content: '\e92d';
    font-family: icomoon;
    font-size: 18px;
    line-height: 2;
    margin: 0 auto;
    padding: 12px;
}

li.list{
    border: 1px solid #ddd;
    border-right: 0;

}

li.thumbnails{
    border: 1px solid #ddd;
    border-left: 0;
}

li.list.now
{
    background: #192b5b;
    border: 1px solid #192b5b;
    border-right: 0;
}

li.list.now span::before
{
    color: #fff;
}

li.thumbnails.now
{
    background: #192b5b;
    border: 1px solid #192b5b;
    border-left: 0;
}

li.thumbnails.now span::before
{
    color: #fff;
}

ul.display_switch input[type=radio]
{
    display: none;
}


/* 商材切替タブ */
.itemTab
{
    border-bottom: 1px solid #192b5b;
    display: table;
    margin-bottom: 20px;
    width: 100%;
}

.itemTab li
{
    background: #eee;
    border-collapse: collapse;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    color: #192b5b;
    cursor: pointer;
    display: table-cell;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    width: 25%;
}

.itemTab li:hover
{
    background: #ddd;
}

.itemTab li.active
{
    background: #fff;
    border-left: 1px solid #192b5b;
    border-top: 6px solid #192b5b;
    border-right: 1px solid #192b5b;
    height: 41px;
    line-height: 33px;
    position: relative;
    top: 1px;
}

.itemTab li a
{
    color: inherit;
    display: block;
    text-decoration: none;
}

#adult-checker
{
    float: right;
    margin: -35px 0 0 0;
}

#stockCount
{
    padding: 0 0 15px 0;
}

.ctrls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            -webkit-justify-content: space-between;
            justify-content: space-between;
    height: 2em;
}

.product-counter {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            -webkit-flex: 50%;
            flex: 50%;
    margin: 5px;
}

.adult-checker {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            -webkit-flex: 50%;
            flex: 50%;
    margin: 5px;
    text-align: right;
}

/* 成人商材 スイッチ */
.switch
{
    display: inline-block;
    height: 1.5em;
    position: relative;
    width: 2.5em;
}

.switch input
{
    height: 0;
    opacity: 0;
    width: 0;
}

.slider
{
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;

    -webkit-transition: .4s;
            transition: .4s;
}

.slider:before
{
    background-color: white;
    bottom: 1px;
    content: '';
    height: 1.3em;
    left: 1.5px;
    position: absolute;
    width: 1.3em;

    -webkit-transition: .4s;
            transition: .4s;
}

input:checked + .slider
{
    background-color: #f9c;
}

input:checked + .slider:before
{
    -webkit-transform: translateX(1em);
        -ms-transform: translateX(1em);
            transform: translateX(1em);
}

.slider.round
{
    border-radius: 1em;
}

.slider.round:before
{
    border-radius: 50%;
}

/* ページャー */
.pager
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    color: #666;
    font-size: 12px;
    border-top: 1px solid #ddd;
    margin: 0 auto;
    text-align: center;
}

.pager ul
{
    padding: 13px 0;

    -webkit-box-flex: 60%;
        -ms-flex: 60%;
            -webkit-flex: 60%;
            flex: 60%;
}

.pager ul li
{
    border: 1px solid #ddd;
    cursor: pointer;
    color: #192b5b;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    margin: 0 2px 0;
    padding: 0 2px;
    text-align: center;
    min-width: 2em;
}

.pager ul li.active,
.pager ul li:nth-of-type(n).router-link-active {
    border: 1px solid #192b5b;
    background: #192b5b;
    color: #fff;
}

.pager ul li:first-child,
.pager ul li:first-child.router-link-active {
    width: 30px;
    padding-left: 5px;

    background: #fff;
    border: 1px solid #ddd;
    color: #192b5b;
}

.pager ul li:nth-child(2),
.pager ul li:nth-child(2).router-link-active {
    padding-left: 5px;

    background: #fff;
    border: 1px solid #ddd;
    color: #192b5b;
}

.pager ul li:nth-last-child(2),
.pager ul li:nth-last-child(2).router-link-active {
    padding-right: 5px;

    background: #fff;
    border: 1px solid #ddd;
    color: #192b5b;
}

.pager ul li:last-child,
.pager ul li:last-child.router-link-active {
    width: 30px;
    padding-right: 5px;

    background: #fff;
    border: 1px solid #ddd;
    color: #192b5b;
}

.pager ul li a
{
    color: inherit;
    text-decoration: none;
}

.arrow-prev::before
{
    border: 1px solid #192b5b;
    border-bottom: none;
    border-right: none;
    content: '';
    display: inline-block;
    height: 8px;
    width: 8px;

    transform: rotate(-45deg);
}

.arrow-next::after
{
    border: 1px solid #192b5b;
    border-left: none;
    border-top: none;
    content: '';
    display: inline-block;
    height: 8px;
    width: 8px;

    transform: rotate(-45deg);
}



/* 商材リスト */
#itemContainer ul
{
    border-top: 1px solid #ddd;
    margin: 0;
}

li.stock-item
{
    border-bottom: 1px solid #ddd;
    margin: 10px 0;
}

li.stock-item > a.item_link
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;

    padding: 0 0 10px;
    position: relative;
    overflow: hidden;
}

li.stock-item > a.item_link::after{
	float: right;
	position: absolute;
	width: 8px;
	height: 8px;
	top:0;
	bottom:0;
	right:8px;
	margin:auto;
	content:"";
	vertical-align: middle;
	border-top: 1px solid #192b5b;
	border-right: 1px solid #192b5b;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.stock-item:last-child
{
    border-bottom: none;
}

.stock-item a
{
    text-decoration: none;
}

/* 商材イメージ */
.item-left
{
    padding-left: 10px;
    padding-right: 20px;
    text-align: center;

    -ms-flex-preferred-size: 150px;
    -webkit-flex-basis: 150px;
    flex-basis: 150px;
    width: 150px;
    height: 170px;
}

.item-left img
{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

#stockDetail .item-left
{
    padding-bottom: 20px;
}

/* 商材情報 */
.item-right
{
    padding-right: 10px;

    -webkit-box-flex: 5;
        -ms-flex: 5;
            -webkit-flex: 5;
            flex: 5;
}

#stockDetail .item-right
{
    padding-bottom: 20px;
}

.item-category {
    background: #eee;
    color: #666;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    margin: 0 0 5px;
    padding: 5px 6px 4px;
    text-align: center;
}

.item-right h3
{
    color: #000;
    font-size: 20px;
}

.item-data {
    position: relative;
    min-height: 120px;
}

.item-detail
{
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin: 5px 0 0;
}

#stockDetail .item-detail
{
    font-size: 16px;
}

.item-detail dt
{
    clear: left;
    float: left;
    position: relative;
    width: 9.5em;
}

.item-detail dt::after
{
    content: '：';
    position: absolute;
    right: 0;
}

.item-detail dd
{
    margin: 0 0 0 10em;
}



/* レンタル通知画面―リスト表示 */

li.stock-item a
{
    text-decoration: none;
}

li.stock-item .item-link
{
    bottom: 0;
    position: absolute;
    right: 0;
}

li.stock-item .item-link a,
li.stock-item .item-link button
{
    height: 50px;
    margin: 0 auto 10px;
    width: 200px;
}

li.stock-item .item-link a.alertBtn,
li.stock-item .item-link button.alertBtn {
    font-size: 14px;
}

li.stock-item .item-link a.alertDoneBtn,
li.stock-item .item-link button.alertDoneBtn
{
    background-color: #ddd;
    color: #192B5B;
    font-size: 14px;
    height: 50px;
    margin: 10px auto;
    width: 200px;
}
.cmnBtn.white.alertDoneBtn {
    background-color:#DDDDDD;
    border:1px solid #DDDDDD;
}

li.stock-item .item_link:hover img {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

/* レンタル通知画面-サムネイル表示 */

div.thumbList ul
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;

    margin: 0;
}

li.thumb-stock-item {
    border-right: 1px solid #ddd;
    display: inline-block;
    margin: 40px 10px;
    padding-right: 20px;
    width: 182px;
}

li.thumb-stock-item > a.item_link{
    display: block;
    text-decoration: none;
}

li.thumb-stock-item:nth-child(5n) {
    border-right: none;
}

li.thumb-stock-item .item-set:hover img {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

li.thumb-stock-item .item-set:hover h3 {
    text-decoration: underline;
}

li.thumb-stock-item .item-link :hover{
   cursor: pointer;
   filter:alpha(opacity=0.7);
   -moz-opacity: 0.7;
   opacity: 0.7;
}


li.thumb-stock-item .item-category
{
    background: #eee;
    border: none;
    color: #666;
    text-align: left;
    width: 100%;
}

li.thumb-stock-item .item-image {
    text-align: center;
    margin: 0 auto 10px;
    width: 120px;
    height: 170px;
}

li.thumb-stock-item .item-image img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

li.thumb-stock-item .item-detail
{
    display: none;
}

li.thumb-stock-item .detailBtn
{
    display: none;
}

li.thumb-stock-item .item-link a,
li.thumb-stock-item .item-link button
{
    font-size: 12px;
    height: 30px;
    width: 100%;
}

li.thumb-stock-item h3 {
    color: #0068b7;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: -1px;
    line-height: 1.5;
    height: 2.9em;
    margin-bottom: 9px;
    overflow: hidden;
    position: relative;
    text-align: justify;
    word-wrap: unset;
    word-break: break-all;
}

li.thumb-stock-item span.artist {
    display: block;
    border-top: 1px dotted #ddd;
    padding-top: 5px;
    font-size: 14px;
    line-height: 1.5em;
    overflow: hidden;
    color: #0068b7;
    letter-spacing: -1px;
    text-align: justify;
    height: 3.5em;
}

li.thumb-stock-item button a.loading,
li.thumb-stock-item button div.loading,
li.stock-item button a.loading,
li.stock-item button div.loading,
.rentalStartBtn div.loading {
    width: 100%;
    height: 30px;
    background-image: url(/cmn/img/loader.gif);
    background-size: 30px;
    background-position: center center;
    background-repeat: no-repeat;
}

/* 詳細画面 */
.backLink a
{
    color: #192b5b;
    display: inline-block;
    font-size: 16px;
    padding: 0 0 10px 0;
    text-decoration: none;
}

.backLink a:hover
{
    text-decoration: underline;
}

.hasMyshop
{
    margin: 0 280px 0 0;
}

.reservePrice
{
    margin: 0 280px 0 0;
}

.refPrice
{
    text-decoration: line-through;
}

#rsvPrice
{
    font-weight: bolder;
}

.taxPrice {
    font-weight: 500;
}

.dscPrice
{
    color: #003791;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    margin: 0 0 5px;
    padding: 5px 6px 4px;
    text-align: center;
    border: 1px solid #003791;
}

#itemDetail .titleText h2
{
    border-bottom: 1px solid #ddd;
    color: #000;
}


#itemDetail .titleText
{
    float: none;
    padding-left: 0;
}

#stockDetail
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    overflow: hidden;
}

#stockOverview
{
    color: #666;
    font-size: 16px;
    line-height: 1.5;
    border-bottom: 1px solid #ddd;
}

#reserveOverview
{
    color: #666;
    font-size: 16px;
    line-height: 1.3;
    border-top: 1px solid #ddd;
}

#reserveOverview dt
{
    float: left;
    padding: 5px 0 5px 10px;
    width: 160px;
    font-weight: bold;
}

#reserveOverview dd
{
    margin: 0 0 0 160px;
    padding: 5px 10px;
}

#stockOverview dl
{
    border-bottom: 1px solid #ddd;
    padding-left: 200px;
    border-width: inherit;
    float: left;
}

#stockOverview dt
{
    border-top: 1px solid #ddd;
    float: left;
    padding: 5px 0 5px 10px;
    width: 150px;
    margin-left: -200px;
    clear: left;
}

#stockOverview dd
{
    border-top: 1px dotted #ddd;
    padding: 5px 10px;
    width: 580px;
    margin-left: -50px;
    float: left;
}

#stockOverview dt + dd
{
    border-top: 1px solid #ddd;
}

#itemNotice
{
    float: right;
    overflow: hidden;
}


#stockMyshop h3
{
    background: #ddd;
    color: #192b5b;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
}


#stockMyshop
{
    border: 5px solid #ddd;
    border-top: none;
    width: 250px;
}

#reserveProduct
{
    background-color: #eee;
    margin: 20px 0 0 0;
    padding: 10px;
    width: 250px;
}

#leftDates
{
    border: 5px solid #ddd;
    width: 250px;
    margin: 20px 0 0 0;
    padding: 10px;
}

#leftDates a
{
    display: block;
    font-size: 18px;
    line-height: 50px;
    margin: 10px;
    padding: 0 10px;
    text-align: center;
    font-weight: bold;
    color: #192b5b;
}

.myshopList
{
    padding: 10px;
}

.myshopList h4
{
    color: #666;
    font-size: 16px;
}

.myshopList ul
{
    margin: 7px 0 0;
}

.myshopList li
{
    border: 1px solid #ddd;
    margin: 1px 0 0;
    padding: 12px 10px;
    position: relative;
}

.myshopList li::after
{
    border: 1px solid #192b5b;
    border-bottom: none;
    border-left: none;
    content: '';
    display: block;
    height: 7px;
    margin: -5px 10px 0 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 7px;

    transform: rotate(45deg);
}

.myshopList li a
{
    display: block;
    text-decoration: none;
}

.myshopList li h5
{
    color: #192b5b;
    font-size: 16px;
    line-height: 1.3;
}

.myshopList li p
{
    color: #666;
    font-size: 14px;
}

.myshopList li span
{
    border: 1px solid;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    margin: 5px 0 0;
    text-align: center;
    width: 70px;
}

.myshopList li span.checkStock
{
    border-color: #192b5b;
    color: #192b5b;
}
.myshopList li span.checkStock1
{
    border-color: #192b5b;
    color: #192b5b;
}
.myshopList li span.checkStock2
{
    border-color: #192b5b;
    color: #192b5b;
}
.myshopList li span.getError
{
    border-color: #f00;
    color: #f00;
}
.myshopList li span.noHanding
{
    border-color: #192b5b;
    color: #192b5b;
}
.myshopList li span.canRental
{
    background: #FFD100;
    border-color: #FFD100;
    color: #192b5b;
}
.myshopList li span.noStock
{
    border-color: #f00;
    color: #f00;
}
.myshopList li span.canBuying
{
    background: #FFD100;
    border-color: #FFD100;
    color: #192b5b;
}
.myshopList li span.cantBuying
{
    border-color: #192b5b;
    color: #192b5b;
}

#stockTime
{
    color: #192b5b;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
}

#stockMyshop .myshopAddBtn
{
    background: #192b5b;
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 50px;
    margin: 10px;
    padding: 0 10px;
    position: relative;
    text-decoration: none;
}

#stockMyshop .myshopAddBtn::after
{
    border: 1px solid #fff;
    border-bottom: none;
    border-left: none;
    content: '';
    display: block;
    height: 7px;
    margin: -5px 10px 0 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 7px;

    transform: rotate(45deg);
}

#stockMyshop .myshopCaution
{
    color: #666;
    font-size: 14px;
    padding: 10px;
}

#reserveProduct .reserveProductBtn
{
    background-color: #fff;
    border: 1px solid #ddd;
    color: #192b5b;
    display: block;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    margin: 20px auto;
    text-align: center;
    text-decoration: none;
    width: 200px;
    cursor: pointer;
}

#reserveProduct .reserveProductBtn::after
{
    background-color: #ddd;
    border: #fff 1px solid;
}

#reserveProduct .reserveProductCaution
{
    font-size: 14px;
    margin: 20px auto;
    width: 200px;
    text-align: center;
}

#leftDates .leftDateCaution
{
    font-size: 14px;
    margin: 20px auto;
    width: 200px;
    text-align: center;
}

#itemDetail + .infoFootPanel
{
    border-top: none;
    clear: both;
}

.rentalStart{
    background-color: #eee;
    margin: 20px 0 0 0;
    padding: 10px;
    width: 250px;
}

.rentalStartBtn{
    background-color: #fff;
    border: 1px solid #ddd;
    color: #192b5b;
    display: block;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    margin: 20px auto;
    text-align: center;
    text-decoration: none;
    width: 200px;
    cursor: pointer;
}

.rentalStartBtn.done {
    background-color: #ddd;
    border: #fff 1px solid;
}

.rentalStartBtn .loading {
}

.rentalStartDisc{
    color: #192b5b;
    font-size: 16px;
    font-weight: bold;
    margin: 20px auto;
    width: 200px;
}



/* 商材アイコン */
/* 映像系 */
.item-category_theater
{
    background: #d10000;
    color: #fff;
}

.item-category_dvd
{
    background: #14700f;
    color: #fff;
}

.item-category_bd
{
    background: #0096d7;
    color: #fff;
}

/* 音系 */
.item-category_cd
{
    background: #c41e3d;
    color: #fff;
}

/* コミック */
.item-category_comic
{
    background: #05563d;
    color: #fff;
}

/* ゲーム機 任天堂 */
.item-category_gb
{
    background: #a9ca1f;
    color: #fff;
}

.item-category_gbc
{
    background: #a9ca1f;
    color: #fff;
}

.item-category_gba
{
    background: #a9ca1f;
    color: #fff;
}

.item-category_ds
{
    background: #ff458c;
    color: #fff;
}

.item-category_3ds
{
    background: #ce181e;
    color: #fff;
}

.item-category_switch
{
    background: #e60012;
    color: #fff;
}

.item-category_switchL
{
    background: #e60012;
    color: #fff;
}

.item-category_switch2
{
    background: #e60012;
    color: #fff;
}

.item-category_fc
{
    background: #66000d;
    color: #fff;
}

.item-category_sfc
{
    background: #a6a4c9;
    color: #fff;
}

.item-category_n64
{
    background: #021daa;
    color: #fff;
}

.item-category_gc
{
    background: #9181b5;
    color: #fff;
}

.item-category_wii
{
    background: #07a8d3;
    color: #fff;
}

.item-category_wiiU
{
    background: #07a8d3;
    color: #fff;
}

.item-category_vb
{
    background: #f70818;
    color: #fff;
}

/* ゲーム機 ソニー */
.item-category_ps
{
    background: #003791;
    color: #fff;
}

.item-category_ps2
{
    background: #003791;
    color: #fff;
}

.item-category_ps3
{
    background: #003791;
    color: #fff;
}

.item-category_ps4
{
    background: #003791;
    color: #fff;
}

.item-category_ps5
{
    background: #ffffff;
    color: #000000;
    border: solid 1px #000000;
}

.item-category_psp
{
    background: #0078c8;
    color: #fff;
}

.item-category_psv
{
    background: #0078c8;
    color: #fff;
}

/* ゲーム機 セガ */
.item-category_md
{
    background: #1e1e1e;
    color: #fff;
}

.item-category_ss
{
    background: #6d6c6c;
    color: #fff;
}

.item-category_dc
{
    background: #ea5504;
    color: #fff;
}

.item-category_gg
{
    background: #00b500;
    color: #fff;
}

/* ゲーム機 バンダイ */
.item-category_ws
{
    background: #f23710;
    color: #fff;
}

.item-category_wsc
{
    background: #f23710;
    color: #fff;
}

/* ゲーム機 ハドソン */
.item-category_pce
{
    background: #dd1a00;
    color: #fff;
}

.item-category_pcfx
{
    background: #e91269;
    color: #fff;
}

/* ゲーム機 パナソニック */
.item-category_3do
{
    background: #0281c0;
    color: #fff;
}

/* ゲーム機 MS */
.item-category_xbox
{
    background: #107c10;
    color: #fff;
}

.item-category_xbox360
{
    background: #107c10;
    color: #fff;
}

.item-category_xboxOne
{
    background: #107c10;
    color: #fff;
}

.item-category_xboxX
{
    background: #107c10;
    color: #fff;
}

/* ゲーム機 SNK */
.item-category_neogeo
{
    background: #fed109;
    color: #fff;
}

.item-category_neogeoCD
{
    background: #fed109;
    color: #fff;
}

.item-category_neogeoP
{
    background: #f70000;
    color: #fff;
}

.item-category_neogeoPC
{
    background: #f70000;
    color: #fff;
}

.item-category_pcfx
{
    background: #ea116a;
    color: #fff;
}

/* その他 */
.item-category_lx
{
    background: #ff7b21;
    color: #fff;
}

.item-category_32x
{
    background: #f1b404;
    color: #fff;
}

.item-category_other
{
    background: #000000;
    color: #ffffff;
}

.item-rsv
{
    background: #00d200;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    margin: 0 0 5px;
    padding: 5px 6px 4px;
    text-align: center;
}

.item-rsv-end
{
    background: #808080;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    margin: 0 0 5px;
    padding: 5px 6px 4px;
    text-align: center;
}


/* アイコンおしまい */

.no-item {
    text-align: center;
    font-size: 20px;
    padding: 30px;
}


/* 共通 modal */
.modal.modal-overlay
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;

    background: rgba(0, 0, 0, .5);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.modal-window
{
    background: #fff;
    border: #47557C 5px solid;
    overflow: hidden;
    padding: 30px;
    width: 480px;
}

.modal-content
{
    text-align: center;
}

.modal-content h3
{
    color: #192b5b;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #DDDDDD;
}

.modal-content p
{
    color: #666;
    font-size: 14px;
    text-align: left;
}

.rental .modal-content p.mailadress {
    border-bottom: 1px solid #DDDDDD;
    color: #192B5B;
    font-size: 16px;
    text-align: center;
    margin: -10px 0 0 0;
    padding: 0 0 10px;
    word-break: break-all;
    word-wrap: break-word;
}


.modal-content .caution
{
    color: #192b5b;
    font-size: 24px;
    margin: 20px 0 10px;
}


.modal-content a.arrow-link,
.modal-content button.arrow-link {
    color: #192b5b;
}

.modal-content button.arrow-link::after {
    border-left: 4px solid #192b5b;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    content: '';
    display: inline-block;
    height: 4px;
    width: 4px;
}

.modal-content .arrow-link::before {
    border-left: 4px solid #192b5b;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    content: '';
    display: inline-block;
    height: 4px;
    margin: 0 4px 0 0;
    width: 4px;
}


.modal-content a:link{
    color: #192b5b;
    text-decoration: none;
}

.modal-footer
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
            justify-content: space-around;

    padding: 0 64px 0;
}

.modal-footer button
{
    cursor: pointer;
    height: 40px;
    width: 120px;
}

.modal-footer button:hover
{
    opacity: .7;
    text-decoration: none!important;
}

.modal-footer button.negative
{
    background: #fff;
    border: 1px solid #ddd;
    color: #192b5b!important;
}

.modal-footer button.positive
{
    background: #192b5b;
    border: none;
    color: #fff!important;
}

.modal-enter-active,
.modal-leave-active
{
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.modal-enter-active .modal-window,
.modal-leave-active .modal-window
{
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    -o-transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}

.modal-leave-active
{
    -webkit-transition: opacity 0.6s ease 0.4s;
    -o-transition: opacity 0.6s ease 0.4s;
    transition: opacity 0.6s ease 0.4s;
}

.modal-enter,
.modal-leave-to
{
    opacity: 0;
}

.modal-enter .modal-window,
.modal-leave-to .modal-window
{
    opacity: 0;

    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
}

/* 成人認証 modal */
.adult .modal-window
{
    background: #fff;
    border: #f9c 5px solid;
    overflow: hidden;
    padding: 30px;
    width: 480px;
}

.adult .modal-content p
{
    text-align: center;
}

.adult .modal-content h3
{
    color: #f9c;
    font-weight: normal;
}

.adult .modal-content .caution
{
    color: #ff99cc;
}

/* レンタル開始確認 modal */
.rental .modal-content p {
    padding: 10px 0;
}

/* レンタル開始受付完了 modal */
.rental_done .modal-content p {
    padding: 4px 0;
}

/* レンタル開始受付解除 modal */
.rental_release .modal-content p {
    padding: 4px 0;
}


/* 横断導線 */
.crossingLink {
    border: 5px solid #ddd;
    border-top: none;
    display: none;
    margin: 20px 0;
    width: 250px;
}

.crossingLink_head {
    background: #ddd;
    color: #192b5b;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
}

.crossingLink_btn {
    color: #192B5B;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    line-height: calc(21/14*1em);
    margin: 0 10px;
    padding: 10px;
    position: relative;
    text-decoration: none;
}

.crossingLink_btn + .crossingLink_btn{
    border-top: 1px solid #DDD;
}

.crossingLink .crossingLink_btn:first-of-type{
    margin-top: 10px;
}

.crossingLink .crossingLink_btn:last-of-type{
    margin-bottom: 10px;
}

.crossingLink_btn:hover{
    background: #EEE;
}

.crossingLink_btn_img{
    margin-right: 10px;
    width: 67px;
}

.crossingLink_btn_img img{
    outline: 1px solid #DDD;
    display: block;
}

.crossingLink_btn_right{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 24px;
}

.crossingLink_btn_right.-buy{
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

.crossingLink_btn_right .canBuying{
    background: #FFD100;
    border: 1px solid #FFD100;
    box-sizing: border-box;
    color: #192b5b;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    width: 70px;
    height: 20px;
}

.crossingLink_btn_right .cantBuying,
.crossingLink_btn_right .noHanding,
.crossingLink_btn_right .checkStock{
    background: transparent;
    border: 1px solid #192B5B;
    box-sizing: border-box;
    color: #192B5B;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    width: 70px;
    height: 20px;
}

.crossingLink_btn_detail{
    padding-right: 12px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    text-align: right;
}

.crossingLink_btn_detail::after {
    border: 1px solid #192B5B;
    border-bottom: none;
    border-left: none;
    content: '';
    display: block;
    margin: -4px 2px 0 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: rotate(45deg);
    width: 7px;
    height: 7px;
}

.crossingLink_caption {
    color: #666;
    font-size: 14px;
    padding: 0 10px 10px;
}

/* コピーライト */
#copyRights {
    float: left;
    color: #666;
    font-size: 10px;
    line-height: 1.5;
    padding: 30px 10px 5px 10px;
    overflow-wrap: break-word;
    width: 730px;
}