@charset "UTF-8";
html,body {position: relative; background: #fff;}



.icn_list{
	height: 48px;
    display: block;
    width: 48px;
    float: left;
}

.txt_list{
	margin-top: 15px;
    display: -webkit-inline-box;
}



.cf:before,.cf:after {
	content:"";
	display:table;
}
.cf:after { clear:both;}
.cf {zoom:1;}
.pos_rtv{position: relative;}

.fs-l-header{
	padding: 8px;
	position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    background-color: #fff;
}
.headAbove{
	background: rgba(255,255,255,1);
	margin-top: -1px;
}
.headLogo{
	background-color: #ffffff;
	height: 43px;
	width: 100%;
	padding: 0;
	background-repeat: repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.headLogo img{
    height: 38px;
    margin: 0 0 0 0;
    text-align: center;
    position: absolute;
    top: 3px;
    /* left: 9px; */
	/* 要素の大きさの半分引く（CSS3） */
/*	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);*/
}


/*お気に入りマーク*/
.subIconA{
	padding: 0 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:absolute;
	top: 9px;
	right: 105px;
	/*border-left: 1px solid #fff;*/
}
.subIconA img{
	margin: 3px 0 0;
}
.subIconA a{display: block;}

/*カートマーク*/
.subIconB{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:absolute;
	top: 0px;
	right: 48px;
	/*border-left: 1px solid #fff;*/
}
.subIconB a{display: block;}

.navigationRMS{
	display: table;
	width: 100%;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}



.navi01_list,.navi02_list,
.navi03_list,.navi04_list,.navi05_list{
	display: table-cell;
	width: 20%;
	text-align:center;
	font-size: 11px!important;
	vertical-align: middle;
	line-height: 1.2;
	letter-spacing: -1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #150c07;
	height: 40px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.navi01_list img,.navi02_list img,
.navi03_list img,.navi04_list img,.navi05_list img{
margin-bottom: 3px;
}
.navi01_list a,.navi02_list a,
.navi03_list a,.navi04_list a,.navi05_list a{
	display: block;
	padding: 6px 0 3px 0;
	color:#FFFFFF!important;
	text-decoration: none;
	vertical-align: middle;
}

.navi02_list,.navi03_list,.navi04_list,.navi05_list{
	border-left: 1px solid #fff;
}






/*=====ドロワーメニュー=====*/
input#drawer {display: none; }/*チェックボタン非表示*/
/*タップボタン*/
.btnDraw {
	position: absolute;
	top: -7px;
	right: 1px;
	padding: 7px;
	display: block;
	color: #fff!important;
	font-size: 12px;
	letter-spacing: -1px;
	text-align: center;
	z-index: 99999;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.btnDraw img {
	padding-top: 15px;
}

/*ハンバーガーNEWアイコン*/
#menuBadge {
	position: relative;
	z-index: 1000;
}
#menuBadge > p {
	position: absolute;
	width: 25px;
	height: 14px;
	background: #e61212;
	left: 9px;
	top: -10px;
	border-radius: 7px;
	color: #FFF;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
}

span.BadgeNum {
    font-size: 7pt;
    color: #FFF;
    position: relative;
    top: 0px;
    left: 4px;
}


.drawer_Box { height: 0; }

.contMenu/*ドロワー設定*/ {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	right: -100%;/*左へハイド*/
	top: 0;
-webkit-transition: all 400ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
   -moz-transition: all 400ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
     -o-transition: all 400ms cubic-bezier(0.250, 0.100, 0.250, 1.000);
        transition: all 400ms cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease */
-webkit-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
   -moz-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
     -o-transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000);
        transition-timing-function: cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease */
	background: #fff;
	z-index: 999999999;
	margin: 0;
	padding: 0;
	/*-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;*/
	overflow-y: auto;
/*	overflow-x: hidden;*/
	/*overflow: visible;*//*閉じるボタンを外表示 だけどiphoneスクロールできない*/
	-webkit-overflow-scrolling: touch;
	border-left: 1px solid #cdcdcd;
}

.contMenu iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: none;
	margin: 0;
}
.drawer_Box .offBtn {
	position: fixed;
	display: none;
}


.drawer_Box input[type="checkbox"].drawer_on:checked + .drawer_off + .contMenu + .offBtn {
    display: block;
    width: 45px;
    height: 45px;
    z-index: 9999999999;
    position: fixed;
    top: -5px;
    right: 0;
    text-align: center;
	margin-right: 7px;
}

.drawer_Box input[type="checkbox"].drawer_on:checked + .drawer_off + .contMenu + .offBtn::after {
    content: "×";
    color: rgb(14, 0, 206);
    font-size: 30px;
}

.drawer_Box input[type="checkbox"].drawer_on:checked + .drawer_off + .contMenu {right: 0;}

.drawer_Box .drawer_off {
    display: block;
    /* position: fixed; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(255,255,255,.70);
    z-index: -100;
    -webkit-transition: .2s ease-out, .1s z-index ease-out;
    -moz-transition: .2s ease-out, .1s z-index ease-out;
    -o-transition: .2s ease-out, .1s z-index ease-out;
    transition: .2s ease-out, .1s z-index ease-out;
}
.drawer_Box input[type="checkbox"].drawer_on:checked+.drawer_off {
	opacity: 1;
	-webkit-transition: .2s ease-in, .1s z-index ease-in;
	-moz-transition: .2s ease-in, .1s z-index ease-in;
	-o-transition: .2s ease-in, .1s z-index ease-in;
	transition: .2s ease-in, .1s z-index ease-in;
	z-index: 99999;
}





/*ポイント*/
.spux-case-n.headAboveSpu {
    position: fixed;
    z-index: 10000;
    color: #333;
    right: 50px;
}

#ipnsh-header .headAboveSpu .ris-point-display-text-itm{line-height: 1.4;}

#ipnsh-header .headAboveSpu .ris-point-twice .ris-point-twice-inr{margin: 2px 0 0 ;}
#ipnsh-header .spux-icon-container .headAboveSpu .spux-total-rate-container .spux-total-sum {width: 47px;}
@media (max-width: 320px){
#ipnsh-header .headAboveSpu .ris-ar-btm {
     display: block!important;
}
}

/*検索窓*/
#ipnsh-header .spux-icon-container {
  position: static!important;
}

.head_sp_itemlink {
    position: absolute;
    height: 25px;
    top: 0;
    right: 50px;
    padding: 5px 11px;
    display: block;
    color: #fff!important;
    background-color: #003882;
    font-size: 12px;
    text-align: center;
    z-index: 99999;
    border-radius: 30px;
    margin-top: 15px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.head_sp_itemlink::after {
    content: '!';
    background-color: #b63427;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    padding: 1px 6px;
    font-size: 10px;
    font-weight: bold;
    position: relative;
    top: -29px;
    left: 48px;
}

p.head_sp_itemlink_text {
    color: #fff;
    margin: 0;
}


