@charset "UTF-8";

html {
  min-height: 100%;
  position: relative;
}

body { min-width:1120px; }

 
.sp{ display: none; }


/* loading
---------------------------------------------------- */
#loading-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(255,255,255,0.8);
	z-index: 10000;
}
#loading {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 130px;
	height: 130px;
	margin-top: -65px;
	margin-left: -65px;
	text-align: center;
	z-index: 20000;
}
#loading img {
	width: 130px;
	height: 130px;
}


/* alert
---------------------------------------------------- */
.alert {
	background-color: #000;
	padding: 5px 10px;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;

	/* �ǉ� */
	border-bottom:1px solid #FFF;
}
.alert p {
	color: #FFF;
	font-size: 12px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.alert p span {
	color: #ff4455;
	position: relative;
	padding-left: 15px;
	background-image: url(../images/common/alert.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.alert.info {
	background-color: #b70005;
	padding: 8px 10px;
}
.alert.info p span {
	color: #FFF;
	background-image: url(../images/common/alert2.png);
}
.alert.store {
	background-color: #1696c4;
	padding: 8px 10px;
}
.alert.store p span {
	color: #FFF;
	background-image: url(../images/common/alert2.png);
}


/* header
---------------------------------------------------- */
/*
.is-fixed {
	position: fixed!important;
	top: 0;
	left: 0;
	z-index: 200;
}
*/
.fixed-header{
    background: #fff;
    /* position: absolute; */
    width: 100%;
}
.fix-top {
	margin-top: 20px!important;
}
header.header {
	height: 70px;
	padding: 0 50px;
	width: 100%;
	min-width: 1064px;
	z-index: 200;
    background-color: #FFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
header.header .headerblc {
	position: relative;
}
header.header.is-fixed {
	background-color: rgba(255,255,255,0.9)
}
header.header .logo {
	padding: 18px 0 0;
	float: left;
}
header.header .logo img {
/* old
	width: 60px;
	height: auto;
*/
	/* �ǉ��F190205 */
	max-width: 60px;
	height:30px;
}
header.header .header_contents {
	float: right;
	padding-top: 18px;
	position: relative;
}
header.header .header_contents ul li {
	float: left;
	height: 30px;
	margin-left: 14px;
	position: relative;
}
header.header .header_contents ul li .badge {
	position: absolute;
	right: -7px;
	top: -7px;
}
header.header .header_contents ul li a span {
	font-size: 13px;
	margin-left: 5px;
	line-height: 30px;
}
header.header .header_contents ul li img {
	height: 100%;
	opacity: 0.4;
/*
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
*/
	cursor:pointer;
}
header.header .header_contents ul li:hover img {
	opacity: 1;
/*
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
*/
}
header.header .header_contents ul li.login img,
header.header .header_contents ul li.header-search.open img {
	opacity: 1;
/*
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
*/
}
header.header .pull-search {
	display: none;
	position: absolute;
	top: 70px;
	right: 0;
	z-index: 20;
}
header.header .pull-search .mailform {
	width: 440px;
/* old
	width: 330px;
*/
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	color: #19283C;
	position: relative;
	padding: 10px;
	margin-top: 10px;
	background: #FFF;
	border: 1px solid #a8a8a8;
	z-index: 0;
}
header.header .pull-search .mailform:before {
	content: "";
	position: absolute;
	top: -9px;
	right: 11px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 5px 9px 5px;
	border-color: transparent transparent #FFF transparent;
	z-index: 0;
}
header.header .pull-search .mailform:after {
	content: "";
	position: absolute;
	top: -10px;
	right: 10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 6px 10px 6px;
	border-color: transparent transparent #a8a8a8 transparent;
	z-index: -1;
}
header.header .pull-search .mailform .mainblc {
    width: 100%;
    float: left;
}
header.header .pull-search .mailform .maincontent {
    margin: 0 53px 0 90px;
}
header.header .pull-search .mailform .leftblc {
    float: left;
    margin: 7px 0 0 -100%;
    width: 90px;
}
header.header .pull-search .mailform input[type=text] {
    height: 30px;
	width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    font-size: 14px;
    display: block;
    font-family: 'Noto Sans JP';
    background-color: #FFF;
}
header.header .pull-search .mailform input[type=text]::placeholder {
  color: #d0d0d0;
}
header.header .pull-search .mailform input[type=text]:-ms-input-placeholder {
  color: #d0d0d0;
}
header.header .pull-search .mailform input[type=text]::-ms-input-placeholder {
  color: #d0d0d0;
}
header.header .pull-search .mailform select {
	border-radius: 0;
	border: 0;
	margin: 0;
	padding: 0 0 5px;
	float: left;
	width: 70px;
	font-size: 11px;
	color: inherit;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
header.header .pull-search .mailform i {
	color: #a8a8a8;
	font-size: 16px;
	float: left;
}
header.header .pull-search .mailform button {
    display: inline-block;
    padding: 5px;
    line-height:1em;
    text-decoration: none;
	color: #FFF;
	margin: 3px 0 0 -53px;
	float: left;
	background-color: #c5c5c5;
    border: none;
	font-size: 13px;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	cursor:pointer; /* �ǉ� */
}
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}


header.header li.login ul{
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 42px;
	right: -49px;
	margin: 0;
	padding: 0;
}
header.header li.login ul li.balloon-1-top {
	color: #19283C;
	position: relative;
	display: inline-block;
	margin: 0;
	width: 270px;
	height: auto;
	line-height: 32px;
	text-align: center;
	padding: 5px;
	background-color: rgba(0,0,0,0.65);
	border-top: 2px solid #ff0000;
	z-index: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
header.header li.login ul li.balloon-1-top:before {
	content: "";
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -4px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 5px 10px 5px;
	border-color: transparent transparent #ff0000 transparent;
	z-index: 0;
}
header.header li.login ul li.balloon-1-top a {
	float: left;
	width: 50%;
	display: block;
	font-size: 13px;
	text-align: left;
	padding: 0 10px;
	color: #FFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
header.header li.login ul li.balloon-1-top a:hover {
	color: #FF0000;
}
header.header li.login ul li.balloon-1-top a:last-child {
	width: 100%;
	border-bottom: none;
	text-align: center;
	border: 1px solid #898c91;
	margin-top: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
header.header li.login ul li.balloon-1-top a:last-child:hover {
	background-color: rgba(0,0,0,0.6);
	color: #FFF;
}
.fade-in li ul{
	opacity: 0;
	margin-top: 2px;
	top: 60%;
	visibility: hidden;
	transition: .5s;
}
.fade-in li:hover ul{
	top: 90%;
	visibility: visible;
	opacity: 1;
}

/* storeheader
---------------------------------------------------- */
.storeheader {
	height: 60px;
	margin: 0 20px;
	min-width: 1024px;
	background-color: #FFF;
}
.storeheader .logo {
	padding: 14px 0 0;
	float: left;
}
.storeheader .logo img {
	width: 60px;
}
.storeheader #gnav {
	padding-top: 4px;
}
.storeheader #gnav li {
	float: left;
	font-size: 14px;
	margin-left: 40px;
}
.storeheader #gnav li.new a.pc {
	position: relative;
	padding-left: 13px;
}
.storeheader #gnav li.new a.pc::before {
	position: absolute;
	content: "NEW";
	top: 5px;
	left: -13px;
	color: #e60012;
	font-size: 10px;
	font-weight: bold;
}
.storeheader .header_contents {
	float: right;
	padding-top: 15px;
}
.storeheader .header_contents ul li {
	float: left;
	height: 30px;
	margin-left: 12px;
	position: relative;
}
.storeheader .header_contents ul li .badge {
	position: absolute;
	right: -7px;
	top: -7px;
}
.storeheader .header_contents ul li a span {
	font-size: 13px;
	margin-left: 5px;
	line-height: 30px;
}
.storeheader .header_contents ul li a span.point {
	font-size: 17px;
	font-family: 'Oswald', sans-serif;
}
.storeheader .header_contents ul li a span.point span {
	font-size: 14px;
	color: #656565;
	margin: 0;
}
.storeheader .header_contents ul li a i {
	font-size: 16px;
	line-height: 30px;
}
.storeheader .header_contents ul li img {
	height: 100%;
	opacity: 0.8;
/* old 190421
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
*/
}
.storeheader .header_contents ul li:hover img {
	opacity: 1;
/* old 190421
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
*/
}
.storeheader .header_contents ul li.login img {
	opacity: 1;
/* old 190421
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
*/
}

.storeheader li.login ul{
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 42px;
	right: -49px;
	margin: 0;
	padding: 0;
}
.storeheader li.login ul li.balloon-1-top {
	color: #19283C;
	position: relative;
	display: inline-block;
	margin: 0;
	width: 270px;
	height: auto;
	line-height: 32px;
	text-align: center;
	padding: 5px;
	background-color: rgba(0,0,0,0.65);
	border-top: 2px solid #3bcbff;
	z-index: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#digital .storeheader li.login ul li.balloon-1-top {
	border-top: 2px solid #ff9000;
}
.storeheader li.login ul li.balloon-1-top:before {
	content: "";
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -4px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 5px 10px 5px;
	border-color: transparent transparent #3bcbff transparent;
	z-index: 0;
}
#digital .storeheader li.login ul li.balloon-1-top:before {
	border-color: transparent transparent #ff9000 transparent;
}
.storeheader li.login ul li.balloon-1-top a {
	float: left;
	width: 50%;
	display: block;
	font-size: 13px;
	text-align: left;
	padding: 0 10px;
	color: #FFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.storeheader li.login ul li.balloon-1-top a:hover {
	color: #FF0000;
}
.storeheader li.login ul li.balloon-1-top a:last-child {
	width: 100%;
	border-bottom: none;
	text-align: center;
	border: 1px solid #898c91;
	margin-top: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.storeheader li.login ul li.balloon-1-top a:last-child:hover {
	background-color: rgba(0,0,0,0.6);
	color: #FFF!important;
}

/* gnav */
#gnav {
	padding-top: 9px;
}
#gnav li {
	float: left;
	font-size: 14px;
	margin-left: 30px;
}
#gnav li.new a.pc {
	position: relative;
	padding-left: 13px;
}
#gnav li.new a.pc::before {
	position: absolute;
	content: "NEW";
	top: 5px;
	left: -13px;
	color: #e60012;
	font-size: 10px;
	font-weight: bold;
}
#gnav li a.sp {
	display: none;
}

#gnav > ul > li:hover {
	background-image: url(../images/common/gnav.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
#gnav > ul > li:hover a {
	color: #e70012;
}
#gnav > ul > li:hover .menu {
	max-height: 9999px;
	opacity: 1;
}
#gnav > ul > li > a {
	display: block;
	padding: 10px 0 10px;
	transition: all .2s ease-in;
}
#gnav > ul .menu {
	transition: all .2s ease-in;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
	min-width: 1060px;
	left: 0;
	z-index: 1000;
	text-align: center;
	position: absolute;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.storeheader #gnav > ul .menu {
	padding: 0 50px;
	min-width: 1064px;
}
#gnav > ul .menu .menu_inner {
	padding: 0;
}
#gnav > ul .menu .menu_inner li {
	display: inline-block;
	margin: 0;
}
#gnav > ul .menu a {
	color: #fff;
}
#gnav ul .menu .contents {
	padding: 25px;
	border-top: 2px solid #ff0000;
	background-color: rgba(0,0,0,1); /* �ǉ� */
/* old
	background-color: rgba(0,0,0,0.65);
*/
}
#gnav ul .menu .contents img {
	width: 100%;
}
#gnav ul .menu .contents a:hover img {
	opacity: 0.7;
}
#gnav ul .menu .contents ul li {
	margin: 0;
	position: relative;
}
#gnav ul .menu .contents ul li p.new {
	position: absolute;
	left: 20px;
	top: 20px;
	color: #FFF;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 0.15em;
	z-index: 100;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.5);
	font-family: 'Roboto Condensed', sans-serif;
}
#gnav ul .menu .contents ul li ul.device {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 100;
}
#gnav ul .menu .contents ul li ul.device li {
	width: 26px;
	height: 26px;
	background-color: rgba(0,0,0,0.5);
	float: left;
	margin: 0 0 0 5px;
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
#gnav ul .menu .contents ul li ul.device li.ico_desktop {
	background-image: url(../images/common/ico_desktop.png);
}
#gnav ul .menu .contents ul li ul.device li.ico_sp {
	background-image: url(../images/common/ico_sp.png);
}
#gnav ul .menu .contents ul li ul.device li.ico_android {
	background-image: url(../images/common/ico_android.png);
}
#gnav ul .menu .contents ul li ul.device li.ico_ios {
	background-image: url(../images/common/ico_ios.png);
}
#gnav ul .menu .contents ul li.sblc:nth-child(1) {
	float: left;
}
#gnav ul .menu .contents ul li.sblc:nth-child(2) {
	float: right;
}
#gnav ul .menu .contents ul.blc2 li.sblc:nth-child(1) {
	width: 48%;
}
#gnav ul .menu .contents ul.blc2 li.sblc:nth-child(2) {
	width: 48%;
}
#gnav ul .menu .contents ul.blc2 li.sblc table {
	height: 100%;
	width: 100%;
}
#gnav ul .menu .contents ul.blc2 li.sblc table img {
	width: auto;
	max-width: 100%;
}
#gnav ul .menu .contents ul.blc3 li.blc31 {
	width: 29.75%;
}
#gnav ul .menu .contents ul.blc3 li.blc32 {
	width: 68%;
}
#gnav ul .menu .contents ul li.sblc .smenublc {
	line-height: 20px;
	margin-bottom: 20px;
}
#gnav ul .menu .contents ul li.sblc .smenuttl {
	float: left;
	width: 80px;
	text-align: right;
    color: #e70012;
    margin-right: 10px;
    position: relative;
    letter-spacing: 0.1em;
    font-family: 'Oswald', sans-serif;
}
#gnav ul .menu .contents ul li.sblc .smenuttl::after {
    content: "";
    width: 2px;
    height: 20px;
    background-color: #e70012;
    position: absolute;
    top: 0;
    right: -12px;
}
#gnav ul .menu .contents ul li.sblc ul.smenu {
    height: 100%;
	margin-left: 90px;
    border-left: 1px solid #898c91;
}
#gnav ul .menu .contents ul li.sblc ul.smenu li {
    padding: 0 0 10px 15px;
	text-align: left;
}
#gnav ul .menu .contents ul li.sblc ul.smenu li a {
	color: #FFF;
}
#gnav ul .menu .contents ul li.sblc ul.smenu li a:hover {
	color: #e70012;
}
#gnav ul .menu .contents ul li.sblc ul.smenu01 {
	max-width: 330px;
}
#gnav ul .menu .contents ul li.sblc ul.smenu01 li {
    float: left;
	width: 150px;
}
#gnav ul .menu .contents ul li.sblc ul.smenu02 li {
    width: 100%;
}
#gnav ul .menu .contents ul li.sblc {
	height: 100%;
}
#gnav ul .menu .contents ul li.sblc .sbtn {
    position: absolute;
	bottom: 0;
	left: 0;
/* old
	right: 0;
*/
	display: block;
	width: 210px;
	line-height: 30px;
	border: 1px solid #898c91;
	color: #FFF;
}

/* �ǉ�:190305 */
.l24 { left:24px!important; }
.l14 { left:14px!important; }
.l18 { left:49px!important; }

#gnav ul .menu .contents ul li.sblc .sbtn:hover {
	background-color: rgba(0,0,0,0.6)
}
#gnav ul .menu .contents ul li.sblc .sbtn span {
	position: relative;
	padding-left: 15px;
}
#gnav ul .menu .contents ul li.sblc .sbtn span::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 4px;
	height: 4px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.panel {
	float: left;
}


/* orderheader
---------------------------------------------------- */
.orderheader {
	height: 60px;
	padding: 0 30px;
	margin: 40px 50px 0;
	border-radius: 100px;
	min-width: 964px;
	background-color: #cc0001;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background-image: url(/images/tv/tab_bg_red.jpg);
	box-sizing: border-box;
	width: calc( 100vw - 100px);
	animation: bgiLoop 5s linear infinite;
	position:relative;
}
.orderheader.is-fixed {
	/* background-color: rgba(227,238,241,0.95); */
}
#digital .orderheader {
	background-color: #f1ede3;
}
#digital .orderheader.is-fixed {
	background-color: rgba(241,237,227,0.95);
}
.orderheader .orderheader_main {
    width: 100%;
    float: left;
}
.orderheader .orderheader_main .orderheader_content {
    margin-right: 380px;
    margin-left: 200px;
}
.orderheader .orderheader_left {
    float: left;
    margin-left: -100%;
    width: auto;
/* old
    width: 200px;
*/
}
.orderheader .orderheader_right {
    float: left;
    margin-left: -365px;
    width: 360px;
}
.orderheader .logo {
	padding: 20px 0 0;
	float: left;
	padding-right:20px; /* �ǉ� - 20181218 */
}
.orderheader #storegnav {
	padding-top: 10px;
	float: left;
}
.orderheader .header_contents {
	float: right;
	padding-top: 9px;
}
.orderheader .header_contents ul li {
	display: none;
}
.orderheader .header_contents ul li {
	float: left;
	height: 30px;
	margin-left: 14px;
}
.orderheader .header_contents ul li img {
	height: 100%;
	/* opacity: 0.8; */
/* old 190421
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
*/
}
.orderheader .header_contents ul li:hover img {
	opacity: 1;
/* old 190421
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
*/
}
.orderheader .header_contents ul li.header-search.open img {
	opacity: 1;
/* old 190421
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
*/
}
.orderheader .pull-search {
	float: right;
	padding-top: 4px;
	z-index: 10;
    position: relative;
}
.orderheader .pull-search .mailform {
	width: 250px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	color: #19283C;
	padding: 5px 10px;
	margin-top: 10px;
	background: #FFF;
	border: 1px solid #3bcbff;
	z-index: 0;
}
#digital .orderheader .pull-search .mailform {
	border: 1px solid #ff9000;
}
.orderheader .pull-search .mailform .mainblc {
    width: 100%;
    float: left;
}
.orderheader .pull-search .mailform .maincontent {
    margin: 0 53px 0 20px;
}
.orderheader .pull-search .mailform .leftblc {
    float: left;
    margin: 1px 0 0 -100%;
    width: 20px;
}
.orderheader .pull-search .mailform input[type=text] {
	width: 100%;
    height: 30px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    font-size: 14px;
	display: inline-block;
    font-family: 'Noto Sans JP';
	background-color: #FFF;
}
.orderheader .pull-search .mailform input[type=text]::placeholder {
  color: #d0d0d0;
}
.orderheader .pull-search .mailform input[type=text]:-ms-input-placeholder {
  color: #d0d0d0;
}
.orderheader .pull-search .mailform input[type=text]::-ms-input-placeholder {
  color: #d0d0d0;
}
.orderheader .pull-search .mailform i {
	color: #3bcbff;
	font-size: 16px;
}
#digital .orderheader .pull-search .mailform i {
	color: #ff9000;
}
.orderheader .pull-search .mailform button {
    display: inline-block;
    padding: 5px;
    text-decoration: none;
	color: #FFF;
	margin: 3px 0 0 -50px;
	float: left;
	background-color: #3bcbff;
    border: none;
	font-size: 13px;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	/* �ǉ� - 20181204 */
	cursor: pointer;
}
#digital .orderheader .pull-search .mailform button {
	background-color: #ff9000;
}

/* �ǉ�-190304-�X�g�A����
------------------------------------------ */ 
.orderheader .pull-search-store {
	float: right;
	padding-top: 4px;
	z-index: 2;
	position: relative;
}
.orderheader .pull-search-store .mailform {
	width: 250px;
	/* border-radius: 5px; */
	/* -webkit-border-radius: 11px; */
	-moz-border-radius: 5px;
	color: #19283C;
	padding: 0px 5px 0px 15px;
	margin-top: 10px;
	background: #FFF;
	/* border: 1px solid #3bcbff; */
	z-index: 0;
	/* border-bottom: 1px solid #FFF; */
}
#digital .orderheader .pull-search-store .mailform {
	border: 1px solid #ff9000;
}
.orderheader .pull-search-store .mailform .mainblc {
    width: 99%;
    float: left;
}
.orderheader .pull-search-store .mailform .maincontent {
    margin: 0 53px 0 20px;
}
.orderheader .pull-search-store .mailform .leftblc {
    float: left;
    margin: 3px 0 0 -100%;
    width: 20px;
}
.orderheader .pull-search-store .mailform input[type=text] {
	width: 100%;
	height: 30px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	font-size: 14px;
	display: inline-block;
	font-family: 'Noto Sans JP';
	background-color: transparent;
}
.orderheader .pull-search-store .mailform input[type=text]::placeholder {
  color: #d0d0d0;
}
.orderheader .pull-search-store .mailform input[type=text]:-ms-input-placeholder {
  color: #d0d0d0;
}
.orderheader .pull-search-store .mailform input[type=text]::-ms-input-placeholder {
  color: #d0d0d0;
}
.orderheader .pull-search-store .mailform i {
	color: #dcd4d0;
	font-size: 16px;
}
#digital .orderheader .pull-search-store .mailform i {
	color: #ff9000;
}
.orderheader .pull-search-store .mailform button {
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none;
    color: #FFF;
    margin: 5px 0 0 -50px;
    float: right;
    background-color: #3bcbff;
    border: none;
    font-size: 13px;
    line-height: 1;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	/* �ǉ� - 20181204 */
    cursor: pointer;
}
#digital .orderheader .pull-search-store .mailform button {
	background-color: #ff9000;
}


/* -- �����܂� -- */

.orderheader .newstxt {
    color: #FFF;
    text-align: right;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    opacity: 0;
}

.orderheader .orderheader_right ul {
    margin-top: 13px;
    float: inherit;
}
.orderheader .orderheader_right ul li {
    float: left;
    height: 30px;
    margin-left: 8px;
    position: relative;
}
.orderheader .orderheader_right ul li .badge {
    position: absolute;
    right: -7px;
    top: -7px;
}
.orderheader .orderheader_right ul li img {
	height: 100%;
}
.orderheader .orderheader_right ul li:hover img {
	opacity: 1;
}

/* orderheader news */
.orderheader .orderheader_news{
	position:absolute;
	top:0;
	left: 10px;
	height:60px;
	overflow:hidden;
	width: calc( 100% - 410px );
	display:block !important;
}
.orderheader .orderheader_news_ttl{
	padding: 0 10px 0 60px;
	color:#FFF;
	line-height:60px;
	float:left;
	font-size:19px;
	background-image: url(/images/store/order/storenews.png);
	background-repeat: no-repeat;
	background-size: 34px;
	background-position: left 20px top 13px;
}
.orderheader .orderheader_news_list{
	color:#FFF;
	line-height:62px;
	display:inline-block;
	width: calc( 100% - 200px );
	margin:0;
	padding:0 20px;
	overflow:hidden;
	position: relative;
}
.orderheader .orderheader_news_list:after,
.orderheader .orderheader_news_list:before{
    content:"";
    height:18px;
    width:2px;
    background-color:#FFF;
    top:22px;
    display:block;
    position:absolute;
}
.orderheader .orderheader_news_list:before{
    left:-0;
}
.orderheader .orderheader_news_list:after{
    right:0;
    display:none;
}

.orderheader .orderheader_news_list li{
	float:left;
	font-size:15px;
	opacity:0;
	white-space:nowrap;
}
.orderheader .orderheader_news_list li span{
	display:inline-block;
	color:#ffcd1e;
	font-size:15px;
	padding-right:15px;
}
.orderheader.slide_anime0002 .orderheader_news_list li{
    animation-name: anime0002;
    animation-duration: 20s;
    animation-iteration-count:1;
    animation-timing-function:linear;
}
@keyframes anime0002 {
    0% {
        margin-left:100%;
        opacity:0;
    }
    10% {
        margin-left:75%;
        opacity:1;
    }
    90% {
        margin-left:-125%;
        opacity:1;
    }
    100% {
        margin-left:-150%;
        opacity:0;
    }
}

.orderheader.slide_anime0001 .orderheader_news_list li{
    animation-name: anime0001;
    animation-duration: 10s;
    animation-iteration-count:1;
    animation-timing-function:ease-in-out;
}
@keyframes anime0001 {
    0% {
        margin-left:100%;
        opacity:0;
    }
    5% {
        margin-left:0%;
        opacity:1;
    }
    95% {
        margin-left:0%;
        opacity:1;
    }
    100% {
        margin-left:-100%;
        opacity:0;
    }
}






/* gnav */
#storegnav {
	padding-top: 22px;
}
#storegnav li {
	float: left;
	font-size: 14px;
	margin-right: 40px;
}
#storegnav li a.ordermenu,
#storegnav li a.digitalmenu {
	position: relative;
}
#storegnav li a.ordermenu::before,
#storegnav li a.digitalmenu::before {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 0;
	width: 6px;
	height: 6px;
	border-top: 2px solid #a7a7a7;
	border-right: 2px solid #a7a7a7;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#storegnav li a.sp {
	display: none;
}
#storegnav > ul > li:hover {
	background-image: url(../images/store/gnav.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
#storegnav > ul > li:hover a.ordermenu {
	color: #3bcbff;
}
#storegnav > ul > li:hover a.ordermenu::before {
	border-top: 2px solid #3bcbff;
	border-right: 2px solid #3bcbff;
}
#storegnav > ul > li:hover a.digitalmenu {
	color: #ff9000;
}
#storegnav > ul > li:hover a.digitalmenu::before {
	border-top: 2px solid #ff9000;
	border-right: 2px solid #ff9000;
}
#storegnav > ul > li:hover .menu {
	max-height: 9999px;
	min-width: inherit;
	opacity: 1;
}
#storegnav > ul > li > a {
	display: block;
	padding: 10px 15px 10px 0;
}
#storegnav > ul .menu {
	transition: all .2s ease-in;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	padding: 0 50px;
	width: 100%;
	min-width: 1064px;
	left: 0;
	z-index: 1000;
	text-align: center;
	position: absolute;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#storegnav > ul .menu .menu_inner {
	padding: 0;
}
#storegnav > ul .menu .menu_inner li {
	display: inline-block;
	margin: 0;
}
#storegnav > ul .menu a {
	color: #fff;
}
#storegnav ul .menu .contents {
	padding: 1.5%;
/* old
	background-color: rgba(0,0,0,0.85);
*/
	background-color: rgba(0,0,0,1); /* �ǉ� */
}
#storegnav ul .menu .contents table {
	width: 100%;
	font-size: 12px;
	table-layout: fixed;
}
#storegnav ul .menu .contents table td {
	vertical-align: top;
	position: relative;
	padding: 0;
}
#storegnav ul .menu .contents table td::before {
	content: "";
	position: absolute;
	left: 74px;
	border-left: 1px solid #898c91;
	height: 100%;
}
#storegnav ul .menu .contents table td p {
	float: left;
	text-align: right;
	width: 64px;
	color: #a6a6a6;
	margin-right: 10px;
	position: relative;
	letter-spacing: 0.1em;
	line-height: 18px;
	font-size: 12px;
}
#storegnav ul .menu .contents table td p::after {
    content: "";
    width: 2px;
    height: 16px;
    background-color: #a6a6a6;
    position: absolute;
    top: 2px;
    right: -12px;
}
#storegnav ul .menu .contents table ul {
	margin-left: 74px;
	height: 100%;
}
#storegnav ul .menu .contents table ul li {
    padding: 0 0 10px 15px;
	line-height: 18px;
	font-size: 12px;
}
#storegnav ul .menu .contents table ul li a {
	color: #FFF;
	position: relative;
	padding-left: 10px;
}
#storegnav ul .menu .contents table ul li a::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #FFF;
}
#storegnav ul .menu .contents table ul li.sub a {
	padding-left: 10px;
	color: #a6a6a6;
}
#storegnav ul .menu .contents table ul li.sub a::before,
#storegnav ul .menu .contents table ul li.sub a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#storegnav ul .menu .contents table ul li.sub a::before {
	left: 0;
	width: 6px;
	height: 2px;
	background: #a6a6a6;
	border: none;
}
#storegnav ul .menu .contents table ul li.sub a::after{
	left: 0;
	width: 4px;
	height: 4px;
	border-top: 2px solid #a6a6a6;
	border-right: 2px solid #a6a6a6;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#storegnav ul .menu .contents table .menulist {
	width: 17%;
	position: relative;
}
#storegnav ul .menu .contents table .menulist::before {
	display: none;
}
#storegnav ul .menu .contents table .menulist a.storebtn {
	position: absolute;
	left: 0;
	bottom: 26px;
	color: #a6a6a6;
	padding-left: 10px;
}
#storegnav ul .menu .contents table .menulist a.storebtn::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 4px;
	height: 4px;
	border-top: 1px solid #a6a6a6;
	border-right: 1px solid #a6a6a6;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#storegnav ul .menu .contents table .menulist a.storebtn:hover {
	text-decoration: underline;
}
#storegnav ul .menu .contents table .menulist a.storebtn span {
	position: relative;
}
#storegnav ul .menu .contents table .menulist a.otherbtn {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #a6a6a6;
	padding-left: 10px;
}
#storegnav ul .menu .contents table .menulist a.otherbtn::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 4px;
	height: 4px;
	border-top: 1px solid #a6a6a6;
	border-right: 1px solid #a6a6a6;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#storegnav ul .menu .contents table .menulist a.otherbtn:hover {
	text-decoration: underline;
}
#storegnav ul .menu .contents table .menulist a.otherebtn span {
	position: relative;
}
#storegnav ul .menu .contents table .menulist ul {
	border: none;
	margin: 0;
}
#storegnav ul .menu .contents table .menulist li {
	float: none;
	text-align: left;
	padding-left: 0;
}
#storegnav ul .menu .contents table .menulist li a {
	padding: 0;
}
#storegnav ul .menu .contents table .menulist li a::before {
	display: none;
}
#storegnav ul .menu .contents table .menulist li a:hover {
	text-decoration: underline;
}
#storegnav ul .menu .contents table .category {
	width: 30%;
}
#storegnav ul .menu .contents table .category li {
	text-align: left;
	float: left;
	min-width: 40%;
}
#storegnav ul .menu .contents table .brand {
	width: 26%;
}
#storegnav ul .menu .contents table .brand li {
	float: none;
	text-align: left;
}
#storegnav ul .menu .contents table .writer {
	width: 27%;
}
#storegnav ul .menu .contents table .writer li {
	float: none;
	text-align: left;
}

#storegnav ul .menu .contents table.order ul li a:hover {
	color: #3bcbff;
}
#storegnav ul .menu .contents table.order ul li a:hover::before {
	border-left: 4px solid #3bcbff;
}
#storegnav ul .menu .contents table.digital ul li a:hover {
	color: #ff9000;
}
#storegnav ul .menu .contents table.digital ul li a:hover::before {
	border-left: 4px solid #ff9000;
}
#storegnav ul .menu .contents ul li {
	margin: 0;
	position: relative;
}


/* contents
---------------------------------------------------- */
.setblc {
	margin: 0 50px;
	min-width: 964px;
}


/* breadcrumb
---------------------------------------------------- */
.breadcrumb {
	height: auto;
	line-height: 20px;
	font-size: 12px;
	padding: 10px 0 10px;
	background-color: #f6f7f7;
}


/* footer
---------------------------------------------------- */
footer {
	width: 100%;
/* old
	min-width: 1064px;
*/
/*	min-width:1200px; */
	min-width:1120px;
	margin-top: 80px;
	background-color: #26292e;
	bottom: 0;
	position: absolute;
}
footer .setblc {
	padding: 100px 0;
}
footer .footer_menu {
	float: left;
	width: 80%
}
footer .footer_menu_blc {
	float: left;
	font-size: 12px;
	padding-right: 4%;
	line-height: 20px;
}
footer .footer_menu_blc p {
	float: left;
	color: #e70012;
	margin-right: 10px;
	position: relative;
	letter-spacing: 0.1em;
	font-family: 'Oswald', sans-serif;
}
footer .footer_menu_blc p::after {
	content: "";
	width: 2px;
	background-color: #e70012;
	position: absolute;
    right: -12px;
/* old
	height: 16px;
	top: 2px;
*/
	height: 18px;
	top:0px;
}
footer .footer_menu_blc ul {
	float: left;
	height: 100%;
	border-left: 1px solid #505358;
}
footer .footer_menu_blc ul li {
	padding: 0 0 10px 15px;
}
footer .footer_menu_blc ul li:last-child {
	padding: 0 0 0 15px;
}
footer .footer_menu_blc ul li a {
	color: #FFF;
}
footer .footer_menu_blc ul li a:hover {
	color: #e70012;
}
footer .footer_btn_blc {
	padding-right: 0;
	float: right;
}
footer .footer_btn_blc .btn {
	width: 210px;
	font-size: 13px;
	line-height: 30px;
	margin-bottom: 15px;
	display: block;
	text-align: center;
	letter-spacing: 0.1em;
	transition: all 0.2s ease;
}
footer .footer_btn_blc .btn01 {
	color: #3cccff;
	border: 1px solid #3cccff;
}
footer .footer_btn_blc .btn01:hover {
	color: #FFF;
	background-color: #3cccff;
}
footer .footer_btn_blc .btn02 {
	color: #FFF;
	border: 1px solid #515459;
}
footer .footer_btn_blc .btn02:hover {
	background-color: #515459;
}
footer .footer_btn_blc .btn02 span {
	background-image: url(../images/common/btn02_ico.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}
footer .footer_copy {
	background-color: #000;
	padding: 5px 70px;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	letter-spacing: 0.1em;
	font-family: 'Roboto Condensed', sans-serif;
}
.pull-lilith,
.pull-sns,
.pull-company,
.pull-contact {
	display: none;
}

#order footer .footer_menu,
#digital footer .footer_menu {
    float: none;
    /* width: 700px; */
    margin: 0 auto;
}
#order footer .footer_menu_blc:nth-child(1),
#digital footer .footer_menu_blc:nth-child(1) {
	/* width: 480px; */
}
#order footer .footer_menu_blc:nth-child(1) ul,
#digital footer .footer_menu_blc:nth-child(1) ul {
	/* width: 430px; */
}
#order footer .footer_menu_blc:nth-child(1) ul li,
#digital footer .footer_menu_blc:nth-child(1) ul li {
	/* float: left; */
	width: 190px;
}
#order footer .footer_menu_blc p {
    /* color: #216984; */
}
#order footer .footer_menu_blc p::after {
    background-color: #216984;
}
#order footer .footer_copy {
    /* background-color: #000000; */
}
#digital footer .footer_menu_blc p {
    color: #814f01;
}
#digital footer .footer_menu_blc p::after {
    background-color: #814f01;
}
#digital footer .footer_copy {
    background-color: #814f01;
}


/* page_top
---------------------------------------------------- */
#page_top {
/*
	width: 86px;
	height: 44px;
	opacity:0.8;
*/
	width:50px;
	height: 50px;
	position: fixed;
	opacity:1;
	z-index: 100;
/* old
	right: 10px;
	bottom: 10px;
*/
	right: 22px;
	bottom: 16px;
}
#page_top a {
	display: block;
/* old
	width: 86px;
	height: 44px;
*/
	width: 50px;
	height: 50px;
}
#page_top a img {
/* old
	width: 86px;
	height: 44px;
*/
	width: 50px;
	height: 50px;

}


/* cbox
---------------------------------------------------- */
.cbox_ttl {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.cbox_txt {
	text-align: center;
	margin-bottom: 15px;
}
.cbox_txt2 {
	font-size: 14px;
	text-align: center;
}
.cbox_cart {
	margin: 40px 30px;
}
.cbox_cart ul {
	margin-top: 20px;
	width: 800px;
}
.cbox_cart ul li {
	float: left;
	width: 46%;
	margin: 5% 2% 0 2%;
	position: relative;
}
.cbox_cart ul li .spe_label {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	z-index: 10;
}
.cbox_cart ul li .spe_label p {
	position: relative;
	background-color: #fe0116;
	font-size: 13px;
	color: #FFF;
	line-height: 20px;
	display: block;
	padding: 0 5px;
	font-family: 'Oswald', sans-serif;
}
.cbox_cart ul li .spe_label p:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
  top: 0;
  right: -5px;
  border-style: solid;
  border-color: transparent transparent transparent #fe0116;
  border-width: 10px 0 10px 5px;
  z-index: 10;
}
.cbox_cart ul li.bbn {
	width: 80%;
	float: none;
	margin: 0 auto;
}
.cbox_cart ul li a {
	border: 1px solid #3dccff;
	color: #3dccff;
	display: block;
	padding: 10px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.cbox_cart ul li a:hover {
	color: #FFF;
	background-color: #3dccff;
}
.cbox_cart .txtlink {
	display: table;
	margin: 30px auto 0;
	color: #3dccff;
	text-decoration: underline;
}
.cbox_cart .qr {
	display: block;
	margin: 10px auto 0;
	max-width: 100%;
}

.pay_edit input[type=radio] {
	display: none;
}
.pay_edit .sample_label {
	position: relative;
	padding: 0 0 0 25px;
	margin: 5px 0;
	display: inline-block;
}
.pay_edit .sample_label:after {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	left: 15px;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 2px solid #ccc;
	border-radius: 50%;
}
.pay_edit .sample_label:after,
.pay_edit .sample_label:before {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
}
.pay_edit .sample_label:after {
	left: 0;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 2px solid #ccc;
	border-radius: 50%;
}
.pay_edit .sample_label:before {
	left: 5px;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	background: #3dccff;
	border-radius: 50%;
	opacity: 0;
}
.pay_edit input[type=radio]:checked + .sample_label:after {
	border: 2px solid #3dccff;
}
.pay_edit input[type=radio]:checked + .sample_label:before {
	opacity: 1;
}
.pay_edit input[type=radio]:disabled + .sample_label:after {
	background-color: #f0f0f0;
	border: 2px solid #ccc;
}
.pay_edit .pay_edit_box {
	background-color: #f1f1f1;
	padding: 15px 15px 10px;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.pay_edit .pay_edit_box div {
	margin-bottom: 5px;
}
.pay_edit .pay_edit_box input[type=text] {
    height: 34px;
    margin: 0 5px;
	padding: 0 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #e1e1e1;
    display: inline-block;
    background-color: #fbfbfb;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.pay_edit .pay_edit_box input[type=text]:disabled {
    background-color: #f0f0f0;
}
.pay_edit select {
    padding: 10px;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.pay_edit select:disabled {
    background-color: #f0f0f0;
}
.pay_edit .loginbtnarea {
	margin-top: 20px;
}
.pay_edit .address_list {
	width: 100%;
    font-size: 14px;
    line-height: 24px;
    border-collapse: collapse;
    border-top: solid 1px #b6c0cf;
    border-left: solid 1px #b6c0cf;
	border-right: solid 1px #b6c0cf;
    margin-top: 20px;
}
.pay_edit .address_list tr {
    border-bottom: solid 1px #b6c0cf;
}
.pay_edit .address_list td {
	padding: 10px;
}
.pay_edit .address_list td a {
	display: block;
	padding: 3px 15px;
	border: 1px solid #3dccff;
	background-color: #3dccff;
	color: #FFF!important;
    margin: 1px;
    font-size: 14px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.pay_edit .address_list td a:hover {
	opacity: 0.7;
}


@media only screen and (max-width: 1240px) {



/* footer
---------------------------------------------------- */
footer .footer_menu_blc {
    padding-right: 2%;
}
footer .footer_menu {
    width: 77%;
}


}


@media only screen and (max-width: 960px) {


/* footer
---------------------------------------------------- */



}


@media only screen and (max-width: 640px) {

.sp{ display: block; }
.pc{ display: none!important; }

.l24 { left:0!important; }
.l14 { left:0!important; }
.l18 { left:0!important; }

body {
	margin-bottom: 0;
	min-width:auto;
}


/* loading
---------------------------------------------------- */
#loading {
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
}
#loading img {
	width: 100px;
	height: 100px;
}


/* header
---------------------------------------------------- */
.fix-top {
    margin-top: 10px!important;
}
header.header {
	height: 50px;
	padding: 0 0;
	min-width: inherit;
}
header.header .logo {
	padding: 12px 0 0 10px;
	float: left;
}
header.header .logo img {
/* old
	height: 26px;
*/
	/* �ǉ� */
	height: 30px;
	margin-top:-4px;
}
header.header .header_contents {
	padding: 10px;
}
header.header .header_contents ul li a span {
    display: none;
}
header.header .pull-search {
	top: 40px;
	right: 0;
	width: 100%;
	z-index:20;

}
header.header .pull-search .mailform {
    width: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 10px;
    margin-top: 10px;
	border-left: none;
	border-right: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
header.header .pull-search .mailform:before {
    top: -5px;
    right: 20px;
    border-width: 0 5px 5px 5px;
}
header.header .pull-search .mailform:after {
    top: -6px;
    right: 19px;
    border-width: 0 6px 6px 6px;
}
header.header .header_contents ul li:hover img {
    opacity: 0.4;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

header.header li.login ul {
    top: 49px;
    right: 0;
    position: fixed;
}
header.header li.login ul li.balloon-1-top {
    width: 100%;
}
header.header li.login ul li.balloon-1-top:before {
    left: inherit;
	right: 109px;
}


/* header
---------------------------------------------------- */
.storeheader {
	height: 50px;
	margin: 0 0;
	position: relative;
	min-width: inherit;
}
.storeheader .logo {
	padding: 12px 0 0 10px;
	float: left;
}
.storeheader .logo img {
	height: 26px;
	width: auto;
}
.storeheader #gnav {
    overflow: auto;
    max-height: 100%;
}
.storeheader .header_contents {
	padding: 10px;
}
.storeheader .header_contents ul li {
	margin-left: 8px;
}
.storeheader .header_contents ul li.login {
    position: inherit;
}
.storeheader .header_contents ul li a span {
	display: none;
}

.storeheader li.login ul {
    top: 49px;
    right: 0;
}
.storeheader li.login ul li.balloon-1-top {
    width: 100%;
}
.storeheader li.login ul li.balloon-1-top:before {
    left: inherit;
	right: 82px;
}


/* gnav
---------------------------------------------------- */
#gnav {
    padding-top: 0;
	overflow: auto;
    max-height: calc(100vh - 50px);
	background-color: rgba(0,0,0,0.8);
}
#gnav li a.sp {
	display: block;
}
#gnav li.new a.sp span {
	position: relative;
}
#gnav li.new a.sp span::before {
	position: absolute;
	content: "NEW";
	top: -6px;
	right: -30px;
	color: #e60012;
	font-size: 10px;
	font-weight: bold;
}
#gnav li.toggle {
    float: none;
    font-size: 14px;
    margin-left: 0;
	border-bottom: 1px solid #535353;
}
#gnav li.toggle a {
	color: #FFF;
	padding: 10px 15px;
	cursor:pointer;
}
#gnav li.toggle a.open {
    color: #3dccff;
}
#gnav > ul > li:hover {
	background-image: none;
}
#gnav > ul > li:hover a {
    color: #FFF;
}
#gnav > ul .menu {
	padding: 0;
	left: 0;
	z-index: 1000;
	min-width: inherit;
	max-height: 9999px;
	position: inherit;
	display: none;
	opacity: 1;
	transition: all .0s ease-in;
}
.storeheader #gnav > ul .menu {
	padding: 0;
	min-width: inherit;
}
#gnav ul .menu .contents {
    padding: 25px;
    border-top: 1px solid #535353;
	background-color: transparent;
}
#gnav ul .menu .contents ul li.sblc a {
	padding: 0;
}
#gnav ul .menu .contents ul li.sblc:nth-child(1) {
	float: none;
	margin-bottom: 15px;
}
#gnav ul .menu .contents ul li.sblc:nth-child(2) {
	float: none;
}
#gnav ul .menu .contents ul.blc2 li.sblc:nth-child(1) {
	width: 100%;
}
#gnav ul .menu .contents ul.blc2 li.sblc:nth-child(2) {
	width: 100%;
}
#gnav ul .menu .contents ul.blc3 li.blc31 {
	width: 100%;
}
#gnav ul .menu .contents ul.blc3 li.blc32 {
	width: 100%;
}

#gnav ul .menu .contents ul li.sblc .smenuttl {
	float: none;
	width: 100%;
    margin-right: 0;
	text-align: left;
	padding-bottom: 10px;
}
#gnav ul .menu .contents ul li.sblc .smenuttl::after {
    width: 80px;
    height: 2px;
    top: inherit;
    right: inherit;
	bottom: -1px;
	left: 0;
}
#gnav ul .menu .contents ul li.sblc ul.smenu {
    height: 100%;
	margin-left: 0;
    border-left: none;
	border-top: 1px solid #898c91;
}
#gnav ul .menu .contents ul li.sblc ul.smenu li {
    padding: 10px 15px;
	border-bottom: 1px solid #898c91;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#gnav ul .menu .contents ul li.sblc ul.smenu01 li {
    float: none;
	width: 100%;
}
#gnav ul .menu .contents ul li.sblc .sbtn {
    position: inherit;
	margin: 0 auto;
}

/* menu */
.d-menu {
	position: absolute;
	top: 5px;
	left: 70px;
}
.panel {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	z-index: 100;
}
.panel-btn{
	display: inline-block;
	position: relative;
	width: 38px;
	height: 38px;
	cursor:pointer;
}
.panel-btn-icon{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 2px;
	margin: -1px 0 0 -10px;
	background: #26292e;
	transition: .2s;
}
.panel-btn-icon:before, .panel-btn-icon:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 2px;
	background: #26292e;
	transition: .3s;
}
.panel-btn-icon:before{
	margin-top: -8px;
}
.panel-btn-icon:after{
	margin-top: 6px;
}
.panel-btn .close{
	background: transparent;
}
.panel-btn .close:before, .panel-btn .close:after{
	margin-top: 0;
}
.panel-btn .close:before{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.panel-btn .close:after{
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}


/* orderheader
---------------------------------------------------- */
.orderheader {
	height: 50px;
	padding: 0 10px;
	min-width: inherit;
	margin: 20px 10px 0;
	width: calc( 100% - 20px );
	position: relative;
}
.orderheader .orderheader_main {
	display: none;
}
.orderheader .orderheader_left {
    float: left;
    margin-left: 0;
    width: auto;
}
.orderheader .orderheader_right {
    float: none;
    margin-left: 0;
    width: auto;
    /* margin-top: 3px; */
}
.orderheader .orderheader_right ul {
    margin-top: 10px;
    float: left;
    /* margin-left: -15px; */
}
.orderheader .orderheader_right ul li {
    margin-left: 10px;
}
.orderheader .orderheader_right ul li:nth-child(2) {
    margin-left: 6px;
}


.orderheader .logo {
    padding: 12px 0 0 0;
    float: left;
}
.orderheader .logo img {
    height: 26px;
    width: auto;
}
.orderheader .header_contents {
    padding-top: 0px;
    display: none;
}
.orderheader .header_contents ul li {
    display: block;
    cursor:pointer;
}
.orderheader .pull-search {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    width: 100%;
	padding: 0;
}
.orderheader .pull-search .mailform {
    width: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 10px;
    margin-top: 10px;
	border-left: none!important;
    border-right: none!important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
	color: #19283C;
    position: relative;
	background: #FFF;
    z-index: 0;
}
.orderheader .pull-search .mailform:before {
    content: "";
    position: absolute;
    top: -5px;
    right: 20px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #FFF transparent;
    z-index: 0;
}
.orderheader .pull-search .mailform:after {
    content: "";
    position: absolute;
    top: -6px;
    right: 19px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #3bcbff transparent;
    z-index: -1;
}
#digital .orderheader .pull-search .mailform:after {
    border-color: transparent transparent #ff9000 transparent;
}
.orderheader .header_contents ul li:hover img {
    opacity: 0.8;
}



/* �ǉ� - 190304 �X�g�A����
-------------------------- */
.orderheader .pull-search-store {
    display: block !important;
    width: 100%;
    padding: 0;
    width: calc( 100% - 122px );
    margin-right: 30px;
}
.orderheader .pull-search-store .mailform {
    width: 100%;
    border-radius: 0px;
    margin-top: 9px;
    padding: 1px 5px 1px 12px;
    color: #19283C;
    position: relative;
    background: #FFF;
    z-index: 0;
}
.orderheader .pull-search-store .mailform:before {
    content: "";
    position: absolute;
    top: -4px;
    right: 20px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #FFF transparent;
    z-index: 0;
    display: none;
}
.orderheader .pull-search-store .mailform:after {
    content: "";
    position: absolute;
    top: -6px;
    right: 19px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #3bcbff transparent;
    z-index: -1;
    display: none;
}
.orderheader .pull-search-store .mailform button {
    display: inline-block;
    padding: 4px 15px;
    text-decoration: none;
    color: #FFF;
    margin: 5px 0 0 -60px;
    /* float: left; */
    background-color: #3bcbff;
    border: none;
    font-size: 13px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    cursor: pointer;
}


#digital .orderheader .pull-search-store .mailform:after {
    border-color: transparent transparent #ff9000 transparent;
}
.orderheader .header_contents ul li:hover img {
    opacity: 0.8;
}
/* -- �����܂� -- */

.orderheader .header_contents ul li.header-search.open img {
    opacity: 1;
}
.orderheader #storegnav {
    padding-top: 4px;
}

/**/
.orderheader .orderheader_news{
	display: none !important;
}


#storegnav li {
    margin: 0 10px 0 10px;
}
#storegnav > ul .menu {
    padding: 0;
}
#storegnav ul .menu .contents {
    padding: 4%;
	overflow: auto;
    max-height: calc(100vh - 50px);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#storegnav ul .menu .contents table {
    table-layout: inherit;
}
#storegnav ul .menu .contents table .menulist,
#storegnav ul .menu .contents table .category,
#storegnav ul .menu .contents table .brand,
#storegnav ul .menu .contents table .writer {
    width: 100%;
	display: block;
}
#storegnav ul .menu .contents table .menulist a.storebtn {
    position: inherit;
	width: 250px;
    margin: 10px 0 10px;
    display: inline-block;
	bottom: 0;
    color: #a6a6a6;
    padding: 10px 50px 10px 50px;
    border: 1px solid #a6a6a6;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#storegnav ul .menu .contents table .menulist a.storebtn::before {
    left: 15px;
}
#storegnav ul .menu .contents table .menulist a.otherbtn {
    position: inherit;
	width: 250px;
    margin: 10px 0 10px;
    display: inline-block;
	bottom: 0;
    color: #a6a6a6;
    padding: 10px 50px 10px 50px;
    border: 1px solid #a6a6a6;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#storegnav ul .menu .contents table .menulist a.otherbtn::before {
    left: 15px;
}
#storegnav ul .menu .contents table td::before {
    display: none;
}
#storegnav ul .menu .contents table td p {
    float: none;
    text-align: left;
    width: 100%;
    margin-right: 0;
    position: inherit;
    font-size: 14px;
	padding: 10px 0;
	border-bottom: 1px solid #898c91;
	margin-bottom: 10px;
}
#storegnav ul .menu .contents table td p::after {
	display: none;
}
#storegnav ul .menu .contents table ul {
    margin-left: 0;
    height: 100%;
}
#storegnav ul .menu .contents table ul li {
    text-align: left;
    float: left;
    min-width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#storegnav ul .menu .contents table ul li.sub {
    width: 100%;
}
#storegnav ul .menu .contents table .category li {
    min-width: 50%;
}
#storegnav ul .menu .contents table .brand li {
    float: left;
}
#storegnav ul .menu .contents table .writer li {
    float: left;
}


/* contents
---------------------------------------------------- */
.setblc {
	margin: 0 10px;
	min-width: inherit;
}


/* footer
---------------------------------------------------- */
footer {
	margin-top: 40px;
	min-width: inherit;
	position: inherit;
}
footer .setblc {
    padding: 30px 0;
}
footer .footer_menu {
	float: none;
	width: 100%
}
footer .footer_menu_blc {
    padding-right: 0;
	width: 25%;
	text-align: center;
	font-size: 14px;
}
footer .footer_menu_blc p {
    float: none;
    margin-right: 0;
}
footer .footer_menu_blc p::after {
	display: none;
}
footer .footer_menu_blc ul {
	display: none;
}
footer .footer_btn_blc {
    margin-top: 30px;
	float: none;
	width: 100%;
	text-align: center;
	display: inline-block;
}
footer .footer_btn_blc .btn {
	display: inline-block;
    width: 70%;
    margin: 10px auto 0;
}

.pull-contents {
	padding: 10px 10px 0;
	margin-top: 10px;
	position: relative;
}
.pull-contents::before {
	content: "";
	width: 25%;
	height: 2px;
	background-color: #FF0000;
	position: absolute;
	top: -1px;
}
.pull-lilith::before {
	left: 0;
}
.pull-sns::before {
	left: 25%;
}
.pull-company::before {
	left: 50%;
}
.pull-contact::before {
	left: 75%;
}
.pull-contents ul li a {
	color: #FFF;
}


#order footer .footer_menu,
#digital footer .footer_menu {
    width: 100%;
}
#order footer .footer_menu_blc:nth-child(1),
#digital footer .footer_menu_blc:nth-child(1) {
	width: 25%;
}
#order .pull-contents::before {
    background-color: #cc0000;
}
#digital .pull-contents::before {
    background-color: #814f01;
}


/* page_top
---------------------------------------------------- */
/* old
#page_top {
	width: 60px;
	height: 31px;
}
#page_top a {
	width: 60px;
	height: 31px;
}
#page_top a img {
	width: 60px;
	height: 31px;
}
*/


/* cbox
---------------------------------------------------- */
.cbox_cart {
	margin: 15px 0px;
	width: 280px;
	max-width: 100%;
}
.cbox_cart ul {
	margin-top: 20px;
	margin-left: 0;
	width: 100%;
}
.cbox_cart ul li {
	float: none;
	width: 80%;
	margin: 5% auto 0;
}
.cbox_cart ul li.bbn {
	width: 100%;
}
.cbox_cart ul li.bbn a {
	padding: 15px 10px;
}
.cbox_cart .txtlink {
	margin: 15px auto 0;
}

/* �ǉ� 190205 */
header.header .header_contents ul li:hover img {
	opacity: 1;
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}


}


@media only screen and (max-width: 320px) {


/* index
---------------------------------------------------- */

}

/* �ǉ� 20181204 */
header.header .pull-search .mailform button:hover {
	opacity:0.7;
}
.orderheader .pull-search .mailform button:hover {
	opacity:0.7;
}

/* �ǉ� - 20181218 */
.orderheader .logo2 {
	margin-top:3px;
	margin-left:10px;
	margin-right:10px;
}
.img_hover:hover {
	opacity:0.7;
}

.non_hover:hover {
	opacity:1!important;
}

.header_title {
	display:none;
	font-weight: bold;
	font-size: 18px!important;
	margin-bottom:10px;
	min-width:inherit;
	width:100%;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* �ǉ� - 190208 */
.none_item_hover { background:#ababab!important; }
.none_item_hover:hover { color:#000; }
.details02 .btn3 li a.none_item_hover p.spgame { background-image: url(../images/details/ico_btn03_not.png); }

.wp100 { max-width:100%; }

/* �ǉ� - 190213 */
.minView {
	width:210px!important;
}

.pt24 {/* padding-top:24px!important; */}

/* �ǉ� - 190304 �w�b�_�A�C�R��
--------------------------------------------- */
.memberheader .rightview {
	float:right;
	margin-right:10px;
}
.memberheader .rightview ul {
	margin-top: 15px;
	float: inherit;
}
.memberheader .rightview ul li {
    float: left;
    height: 30px;
    margin-left: 12px;
    position: relative;
}
.memberheader .rightview ul li img {
	height: 100%;
	cursor: pointer;
}
.memberheader .rightview ul li:hover img {
	opacity: 1;
    cursor: pointer;
}

#cicon03::after{
	content:'カート';
	left: -12px;
}
#cicon05::after{
	content:'お気に入り';
	left: -20px;
}


#cicon03::after,
#cicon05::after{
	font-size: 11px;
	display:block;
	position: absolute;
	color: #ffffff00;
	top: 20px;
	text-align:center;
	z-index:5;
	background-color:#cc0001;
	border-radius:30px;
	line-height:1;
	padding: 5px 10px;
	white-space: nowrap;
    transition:0.5s;
    transform:scale(0.1);
    opacity:0;
}
#cicon03:hover::after,
#cicon05:hover::after{
	color: #ffffff;
	top: 35px;
    transition:0.5s;
    transform:scale(1);
    opacity:1;
}







.rightview ul li span.badge {
    right: -7px;
    top: -7px;
}
@media only screen and (max-width: 640px) {
	.memberheader .rightview ul {
		margin-top:10px;
	}
}

.v_pd10 {
	padding-bottom:14px!important;
	padding-left:10px!important;
}

@media only screen and (max-width: 640px) {
	.v_pd10 {
		padding-bottom:14px!important;
		padding-left:0px!important;
	}
}

.op_view {
	opacity:0.8!important;
}

.a_center {
	text-align:center;
}

.cll {
	float:none!important;
	display:inline-block!important;
	text-align:center!important;
}

.ellipse {
	text-overflow: ellipsis;
	white-space: nowrap;
	width:100%;
	overflow:hidden;
}

.ranking_views {
	min-height:700px;
}
@media only screen and (max-width: 1480px) {
	.ranking_views {
		min-height:460px;
	}
}
@media only screen and (max-width: 1140px) {
	.ranking_views {
		min-height:400px;
	}
}

.wm100 { width:130px!important; }
.line_b { width:80px!important; }
.wm80 { width:80px!important; }

/* spec-info */
.wp100 {
	width:auto!important;
}
.wm110 { width:110px!important;max-width:110px!important; }
.wm180 { width:150px!important;padding-right:20px!important; }
.wm80  { width:80px!important; }
.jan_view { width:100%;max-width:220px; }
.liboxsetting {
	text-align:center;
	min-width:600px;
}
@media only screen and (max-width: 640px) {
	.wm110 { width:100px!important;max-width:inherit!important; }
	.wm180 { width:100%!important;padding-right:0px!important; }
	.wm80  { width:100%!important; }
	.jan_view { width:auto;max-width:220px; }
	.spec ul li.speclist table tr td { padding: 0px!important; }
	section.spec { padding-bottom:20px; }
	.liboxsetting {
		text-align:center;
		min-width:auto;
	}
}

.fs13  { font-size:13px;font-weight:bold; }
.mt-25 { margin-top:-25px; }
.mt-10 { margin-top:-10px; }

/* -- colorbox��\�� --  */
#cbox222LoadedContent{
	padding: 0 !important;
	background-color: transparent !important;
	border-radius: 0 !important;
}

.fs25 { font-size:25px; }
@media only screen and (max-width: 640px) {
	.fs25 { font-size:18px; }
}

/* -- 190920:�w�b�_���W�I�ǉ� -- */
.headBtn {
	background-image:none!important;
}
.hs { color:#FFF; }
.hs:hover { color: #3dccff; }
@media only screen and (max-width: 640px) {
	.headBtn { margin-left:16px!important; }
}

.cpo {
	cursor:pointer;
}