@charset "utf-8";
/************ init ************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	font-family: '游ゴシック体','YuGothic','Yu Gothic', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-weight:500;
}

body {
	position:relative;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

ul {
	list-style:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

@font-face{
    font-family: 'icomoon';
    src:  url('/v2/cmn/gol_icon_font/icomoon.eot?v=20240305');
    src:  url('/v2/cmn/gol_icon_font/icomoon.eot?v=20240305#iefix') format('embedded-opentype'),
          url('/v2/cmn/gol_icon_font/icomoon.ttf?v=20240305') format('truetype'),
          url('/v2/cmn/gol_icon_font/icomoon.woff?v=20240305') format('woff'),
          url('/v2/cmn/gol_icon_font/icomoon.svg?v=20240305#icomoon') format('svg');
}

[class^="iconGol_"], [class*="iconGol_"] {
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*::before{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/************ common ************/
#wrap{
	background:#fff;
}

/* contents Wrap */
#wrap{
	padding:30px 0 60px;
	width:100%;
	max-width:1300px;
	min-width:1020px;
	margin:0 auto;
	overflow:hidden;
}

#contentsWrapper {
	float: right;
	width: 100%;
	margin: 0 0 0 -260px;
}

#leftSide {
	float: left;
	width: 260px;
	box-sizing:border-box;
	padding-left:10px;
}

#contents {
	margin: 0 10px 0 290px;
}

#contents.singlePage {
	margin: 0 auto;
	width: 1010px;
}

#singleColumn{
	padding:30px 0 60px;
	width:100%;
	max-width:1300px;
	min-width:1020px;
	margin:0 auto;
	overflow:hidden;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0.1em;
	line-height: 0;
}

a.menuBtn,
a.menuSubBtn{
	position:relative;
	display:block;
	width:100%;
	height:50px;
	box-sizing:border-box;
	margin-bottom:10px;
	padding:0 10px;
	font-size:16px;
	line-height:50px;
	text-decoration:none;
	color:#192b5b;
	background:#eee;
}

a.menuBtn:after,
a.menuSubBtn:after{
	position: absolute;
	box-sizing:content-box;
	width: 9px;
	height: 9px;
	top: 1px;
	right:10px;
	bottom: 0;
	margin:auto;
	content:"";
	vertical-align: middle;
	border-top: 1px solid #192b5b;
	border-right: 1px solid #192b5b;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

a.menuBtn:hover,
a.menuSubBtn:hover{
	background:#ddd;
}

a.menuBtn.r18{
	background:#f9c;
}

a.menuBtn.r18:hover{
	background:#ffadd6;
}

a.menuSubBtn {
	margin-top: -10px;
}

a.menuSubBtn::before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
}

a.closeBtn{
	display:block;
	width:100px;
	height:40px;
	margin:20px auto 0;
	font-size:14px;
	line-height:40px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	background:#192b5b;
}

#r18Link a.closeBtn {
    color: #fff;
}

a.closeBtn:hover{
	background:#47557c;
}

.menuCloseMode{
	display:none;
}

.yabane{
	float:right;
}

.yabane a{
	display:block;
	width:120px;
	color:#fff;
	text-align:center;
	text-decoration:none;
    cursor: pointer;
}

.yabane span{
	display:block;
	width:108px;
	height:40px;
	box-sizing:border-box;
	padding-left:12px;
	font-size:14px;
	line-height:40px;
	background:#333;
}

.yabane a:after{
	display:block;
	box-sizing:content-box;
	float:left;
	content:"";
	width: 0;
	height: 0;
	margin-top:-40px;
	border-style: solid;
	border-width: 20px 0 20px 12px;
	border-color: transparent transparent transparent #fff;
}

.yabane a:before{
	display:block;
	box-sizing:content-box;
	float:right;
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 12px;
	border-color: transparent transparent transparent #333;
}

.yabane a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


/************ header ************/
#gtmWrapper{
	height:0;
	overflow:hidden;
}

header input,
header select {
	vertical-align:middle;
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing:border-box;
}

header{
	width:100%;
	background:#192b5b;
}

header.store {
	border-bottom: 5px solid #fed006;
}

#headerInner{
	max-width:1300px;
	min-width:1020px;
	margin:0 auto;
	background:#192b5b;
}

#headerInner h1,
#headerInner > p{
	float:left;
	margin: 0;
	width:250px;
	height:110px;
}

#headerInner h1 a,
#headerInner > p a{
	display:block;
	overflow:hidden;
	text-align: center;
	text-decoration: none;
	width:250px;
	height:110px;
}

#headerInner h1:not([class]) a,
#headerInner > p:not([class]) a{
    background: url(/v2/pc/img/header/headerLogo.png) no-repeat;
    text-indent: -9999px;
    overflow: hidden;
	white-space: nowrap;
}

header#simple{
	margin-bottom:30px;
}

header#simple h1,
header#simple #headerInner>p{
	width:255px;
	height:50px;
}

header#simple h1 a,
header#simple #headerInner>p a{
	display:block;
	overflow:hidden;
	width:255px;
	height:50px;
}

#headerFormWrapper{
	margin-left:280px;
}

#headerFormTop{
	position:relative;
	height:30px;
	padding:15px 0;
	box-sizing: content-box;
	border-bottom:1px solid #47557c;
}

#headerForm{
	display:block;
	float:left;
}

#headerSelectWrapper{
	position:relative;
	float:left;
	width:140px;
	height:30px;
	box-sizing:border-box;
	border-radius:4px;
	padding-left:6px;
	background:#fff;
}

#headerSelectWrapper span{
	display:block;
	width:120px;
	height:30px;
	border:none;
	color:#192b5b;
	font-size:14px;
	line-height:30px;
}

#headerSelectWrapper:after{
	position: absolute;
	box-sizing:content-box;
	width: 6px;
	height: 6px;
	top: -2px;
	right:8px;
	bottom: 0;
	margin:auto;
	content:"";
	vertical-align: middle;
	border-top: 1px solid #192b5b;
	border-right: 1px solid #192b5b;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

#where{
	position:absolute;
	top:0;
	width:140px;
	height:30px;
	border:none;
	color:#192b5b;
	font-size:14px;
	line-height:30px;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}

#headerInputWrapper{
	float:left;
	margin-left:5px;
	position: relative;
}

#headerInputWrapper #suggest{
	top: 30px;
    right: 0;
	width: 240px;
}

#headerSearchKey{
	display:block;
	float:left;
	width:200px;
	height:30px;
	border:none;
	border-radius:4px 0 0 4px;
	box-sizing:border-box;
	padding:0 9px;
	background:#fff;
	font-size:14px;
	line-height:30px;
}

#searchGenre #text{
	display:block;
	float:left;
	width:260px;
	height:30px;
	border:1px solid #ccc;
	border-radius:4px 0 0 4px;
	box-sizing:border-box;
	padding:0 9px;
	background:#fff;
	font-size:14px;
	line-height:30px;
}

#headerSuggest {
	display: none;
}

#suggest {
	position: absolute;
	background-color: #FFFFFF;
	border: 1px solid #CCC;
	width: 260px;
	z-index: 1001;
}

#suggest li {
    float: none;
}

#suggest li a {
	display: block;
	padding: 0 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #333;
	line-height: 30px;
    text-decoration: none;
}

#suggest li a:hover{
	background: #eee;
}

/* icon_font check */
/*
#headerSearchSubmit{
	display:block;
	float:left;
	width:40px;
	height:30px;
	border:none;
	border-radius:0 4px 4px 0;
	box-sizing:border-box;
	padding:0 9px;


	background:url("/v2/pc/img/header/headerSearchBtn.png") no-repeat center center #9cf;

	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}
*/
#headerSearchSubmit{
	background-color: #9cf;
	border: none;
	border-radius: 0 4px 4px 0;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 18px;
	height: 30px;
	overflow: hidden;
	padding: 0 9px;
	position: relative;
	width: 40px;
}
.iconGol_search::before{
	content: "\e916";
	display: block;
    font-size: 18px;
    padding: 7px 10px;
}
.iconGol_search{
	bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

a#headerStoreBtn{
    box-sizing: border-box;
    color: #fff;
    display: block;
    float: left;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-left: 25px;
    padding-left: 14px;
    position: relative;
    text-decoration: none;
}

a#headerStoreBtn::before{
	color: #f66;
    content: "\e914";
    font-family: icomoon;
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 0;
}

#headerStoreSearch{
    border-left: 1px solid #ccc;
    box-sizing: border-box;
    color: #192b5b;
    display: block;
    float: left;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-left: 20px;
    padding-left: 32px;
    position: relative;
    text-decoration: none;
}

#headerStoreSearch::before{
	color: #f66;
    content: "\e914";
    font-family: icomoon;
    font-size: 14px;
    left: 17px;
    position: absolute;
    top: 0;
}

#storeSearchPositionMark{
    box-sizing: border-box;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-left: -20px;
    padding-left: 32px;
    position: relative;
    text-decoration: none;
}

#storeSearchPositionMark::before{
    color: #666666;
    content: "\e914";
    font-family: icomoon;
    font-size: 14px;
    left: 17px;
    position: absolute;
    top: 0;
}

@media screen and ( max-width:1060px )
{
	a#headerStoreBtn{
		margin-left: 10px;
	}
}

a#headerStoreBtn:hover{
	text-decoration:underline;
}

a#headerLogin,
a#headerSignup,
a#headerMyPage,
a#headerCart,
a#headerR18{
	display:block;
	float:right;
	width:100px;
	height:30px;
	margin-right:10px;
	box-sizing:border-box;
	font-size:14px;
	line-height:30px;
	text-align:center;
	text-decoration:none;
}

a#headerLogin{
	border:1px solid #fff;
	background:#192b5b;
	color:#fff;
}

a#headerLogin:hover{
	background:#47557c;
}

a#headerSignup{
	background:#fed600;
	color:#192b5b;
}

a#headerSignup:hover{
	background:#ffdf7d;
}

a#headerMyPage{
    background-color: #fed600;
    color: #192b5b;
    padding-left: 18px;
    width: 120px;
    z-index: 1000;
}


a#headerMyPage::before{
    color: #192b5b;
    content: "\e91f";
    font-family: icomoon;
    font-size:20px;
    line-height: 0;
    margin: 0 2px 0 -20px;
    vertical-align: -4px;
}

a#headerMyPage.onMenu,
a#headerMyPage:hover{
	 background-color:  #ffdf7d;
}

#myPageLink{
	position:absolute;
	top:45px;
	right:10px;
	width:510px;
	box-sizing:border-box;
	border:5px solid #ffdf7d;
	padding:20px;
	background:#fff;
	z-index:1002;
}

#myPageLink .dt{
	float:left;
}
#myPageLink .dd{
	float:right;
	font-size:14px;
	margin-right:15px
}

a#headerCart{
    background-color: #ddd;
    color: #192b5b;
    padding-left: 18px;
    position: relative;
    width: 120px;
    z-index: 1000;
}


a#headerCart::before{
    color: #192b5b;
    content: "\e917";
    font-family: icomoon;
    font-size:20px;
    left: 10%;
    position: absolute;
    top:0;

}

a#headerCart.onMenu,
a#headerCart:hover{
	background-color: #ebebeb;
}

#cartLink{
	position:absolute;
	top:45px;
	right:10px;
	width:510px;
	box-sizing:border-box;
	border:5px solid #ebebeb;
	padding:20px;
	background:#fff;
	z-index:1002;
}

#cartLink .dt{
	float:left;
}
#cartLink .dd{
	float:right;
	font-size:14px;
	margin-right:15px
}

a#headerLogoutBtn{
	display:block;
	height:50px;
	border:#ddd 1px solid;
	padding:0 10px;
	font-size:16px;
	line-height:50px;
	text-align:center;
	text-decoration:none;
	color:#192b5b;
	background-color:#fff;
}

a#headerLogoutBtn:hover{
	background:#eee;
}

#headerFormBottom{
	position:relative;
	height:40px;
	padding:10px 0 0;
	box-sizing: content-box;
}

#headerFormBottom a{
	text-decoration:none;
}

#headerFormBottom ul{
	float:left;
}

#headerFormBottom li{
	float:left;
}

#headerFormBottom li a{
	display:block;
	height:30px;
	box-sizing:content-box;
	border-right:#47557c 1px solid;
	color:#fff;
	padding:0 10px 10px;
	font-size:14px;
	line-height:30px;
}

#headerFormBottom li:last-child a{
	border:0;
}

#headerFormBottom li a:hover{
	background:#47557c;
}


#headerFormBottom li a.blank:after{
	content: "\e921";
	display: inline-flex;
	font-family: icomoon;
	font-size: 16px;
	margin-left: 3px;
	vertical-align: top;
}


#headerFormBottom li a.store {
	background: #fed006;
	color: #192b5b;
}

#r18Link{
	position:absolute;
	top:40px;
	right:10px;
	width:250px;
	box-sizing:border-box;
	border:5px solid #ffadd6;
	padding:20px;
	background:#fff;
	z-index:1002;
}

a#headerR18{
	position:relative;
	width:80px;
	box-sizing:border-box;
	padding-right:4px;
	background:#f9c;
	color:#192b5b;
	z-index:1000;
}

a#headerR18:after{
	position: absolute;
	box-sizing:content-box;
	width: 6px;
	height: 6px;
	top: -2px;
	right:10px;
	bottom: 0;
	margin:auto;
	content:"";
	vertical-align: middle;
	border-top: 1px solid #192b5b;
	border-right: 1px solid #192b5b;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

a#headerR18.onMenu,
a#headerR18:hover{
	background:#ffadd6;
}

#headerCautionText{
	max-width: 1300px;
	min-width:1020px;
	width:100%;
	margin: 0 auto;
    text-align: center;
}

#headerCautionText ul{
	margin: 30px 10px 0;
	border: #f33 1px solid;
	border-radius: 8px;
	padding: 20px 10px;
}
#headerCautionText ul a{
	font-size: 20px;
	line-height: 1.5em;
	color: #f00;
    font-weight: bold;
}

#headerCautionText + #titleWrapper{
	margin-top:30px;
}

/* Left */
.bnrBox{
	margin-bottom:30px;
}

.bnrBox a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#leftMenu,
#leftCatrgory,
#leftRelationService,
#leftRelationTwitter{
	margin-bottom:30px;
}

#leftMenu strong{
	display:block;
}

.leftMenuLinks,
.leftMenuItems{
	display:block;
	height:50px;
	box-sizing:border-box;
	border-bottom:1px solid #47557c;
	padding-left:40px;
	background-color:#192b5b;
	background-position:10px center;
	background-repeat:no-repeat;
	font-size:16px;
	line-height:50px;
	text-decoration:none;
	color:#fff;
}

#leftGuideLine li:last-of-type .leftMenuItems,
#leftStore li:last-of-type .leftMenuItems{
	border-bottom:0px;
}

#leftGuideLine .leftMenuItems.activeMenu{
	background-color:#fed006;
	text-decoration: none;
}

#leftGuideLine .leftMenuItems.activeMenu span{
	color:#192b5b;
}

#leftMenuNothing .leftMenuItems{
    background-color:#192b5b;
    cursor: default;
    pointer-events: none;
    color: #555555;
}

#leftGuideLine {
	margin-bottom: 30px;
}

#leftGuideLine .leftMenuLinks,
#leftGuideLine .leftMenuItems{
	padding:0 10px;
	line-height:1.2;
	display: table;
	width: 100%;
}

#leftGuideLine .leftMenuLinks:hover,
#leftGuideLine .leftMenuItems:hover{
	text-decoration: none;
}

#leftGuideLine .leftMenuLinks span,
#leftGuideLine .leftMenuItems span{
	display: table-cell;
	vertical-align: middle;
	color: #fff;
}

a.leftMenuItems:hover,
.leftMenuLinks:hover,
a.onMenu{
	background-color:#47557c;
}

a#leftMenuInfo{
	position: relative;
}

a#leftMenuInfo::before{
    color: #f66;
    content: "\e915";
    font-family: icomoon;
    font-size: 24px;
    left: 10px;
    position: absolute;
    top: 0;
}

#menuInfoTitle{
	display:block;
	float:left;
}

#menuInfoBadge{
	display:block;
	float:right;
	height:20px;
	margin-top:15px;
	margin-right:10px;
	border-radius:3px;
	padding:0 8px;
	background:#fff;
	color:#192b5b;
	font-size:14px;
	line-height:20px;
}

a#leftMenuStore{
    position: relative;
}

a#leftMenuStore::before{
    color: #fed600;
    content: "\e900";
    font-family: icomoon;
    font-size: 22px;
    left: 10px;
    position: absolute;
    top: 0;
}

a#leftMenuEC{
    position: relative;
}

a#leftMenuEC::before{
    color: #66cc99;
    content: "\e901";
    font-family: icomoon;
    font-size: 22px;
    left: 10px;
    position: absolute;
    top: 0;
}

a#leftMenuRental{
    position: relative;
}
a#leftMenuRental::before{
    color: #ff3333;
    content: "\e902";
    font-family: icomoon;
    font-size: 22px;
    left: 10px;
    position: absolute;
    top: 0;
}

a#leftMenuMovie{
    position: relative;
}

a#leftMenuMovie::before{
    color: #66ccff;
    content: "\e903";
    font-family: icomoon;
    font-size: 22px;
    left: 10px;
    position: absolute;
    top: 0;
}


a#leftMenuBuy{
    position: relative;
}

a#leftMenuBuy::before{
    color: #c9f;
    content: "\e904";
    font-family: icomoon;
    font-size: 22px;
    left: 10px;
    position: absolute;
    top: 0;
}

a#leftMenuMobile{
    position: relative;
}

a#leftMenuMobile::before{
    color: #7fb901;
    content: "\e908";
    font-family: icomoon;
    font-size: 22px;
    left: 10px;
    position: absolute;
    top: 0;
}


a#leftMenuComic{
    position: relative;
}

a#leftMenuComic::before{
    color: #f9c;
    content: "\e905";
    font-family: icomoon;
    font-size: 22px;
    left: 10px;
    position: absolute;
    top: 0;
}


a#leftMenuOnlineGame{
    position: relative;
}

a#leftMenuOnlineGame::before{
    color: #f90;
    content: "\e906";
    font-family: icomoon;
    font-size: 22px;
    left: 10px;
    position: absolute;
    top: 0;
}


a#leftMenuReview{
    position: relative;
}
a#leftMenuReview::before{
    color: #9ff;
    content: "\e907";
    font-family: icomoon;
    font-size: 22px;
    left: 10px;
    position: absolute;
    top: 0;
}


a#leftMenuOnlineGame::after,
a#leftMenuReview:after{
	color:#fff;
	content:"\e921";
	font-family: icomoon;
	font-size:18px;
    display:inline-flex;
	margin-left:5px;
	vertical-align: middle;
}

.leftMenuContents{
	position:absolute;
	z-index:1001;
	top:0;
	left:0;
	width:510px;
	box-sizing: content-box;
	border:5px solid #47557c;
	padding:20px;
	background:#fff;
}

.leftCategoryContents{
	position:absolute;
	z-index:1001;
	top:0;
	left:0;
	width:510px;
	box-sizing: content-box;
	border:5px solid #ddd;
	padding:20px;
	background:#fff;
}

.leftMenuContents h2,
.leftCategoryContents h2,
.leftMenuContents h3,
.leftCategoryContents h3{
	font-size:20px;
	line-height:1.5em;
	padding-bottom:10px;
	padding-top:10px;
}

.leftMenuTitle h2,
.leftMenuTitle h3{
	float:left;
	line-height:40px;
}

.leftMenuTitle .yabane span{
	background:#eee;
	color:#192b5b;
}

.leftMenuTitle .yabane a:before{
	box-sizing:content-box;
	border-color: transparent transparent transparent #eee;
}

.leftMenuTitle .yabane a:hover{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.leftMenuTitle .yabane a:hover span{
	background:#ddd;
}

.leftMenuTitle .yabane a:hover:before{
	box-sizing:content-box;
	border-color: transparent transparent transparent #ddd !important;
}

.leftRecommendInfo{
	margin-top:10px;
	border-top:1px solid #ddd;
	padding-top:20px;
}

.leftMenuContents .leftRecommendInfo h3{
	font-size: 16px;
    margin: 0 auto 5px;
    padding: 0;
}

#leftContentsBuy .leftSubMenu{
	margin-bottom: 10px;
}

.leftSubMenu li,
.leftRecommendItems li,
.storeAreaMenu li{
	width:250px;
}

.leftSubMenu li:nth-child(odd),
.leftRecommendItems li:nth-child(odd),
.storeAreaMenu li:nth-child(odd){
	float:left;
}

.leftSubMenu li:nth-child(even),
.leftRecommendItems li:nth-child(even),
.storeAreaMenu li:nth-child(even){
	float:right;
}

.leftRecommendItems a{
	text-decoration:none;
}

.leftRecommendItems a:hover img{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

a .leftRecommendText{
	display:block;
	height:1.5em;
	font-size:13px;
	line-height:1.5em;
	overflow:hidden;
	color:#0068b7;
}

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


#leftContentsInfo ul{
	border-top:1px solid #ddd;
}

#leftContentsInfo li{
	border-bottom:1px solid #ddd;
	padding:10px 20px;
}

#leftContentsInfo a{
	text-decoration:none;
}

#leftContentsInfo .date{
	display:block;
	font-size:14px;
	line-height:1.5em;
	color:#666;
}

#leftContentsInfo a .infoTitle{
	display:block;
	font-size:16px;
	line-height:1.5em;
	color:#0068b7;
}
#leftContentsInfo a:hover .infoTitle{
	text-decoration:underline;
}

#leftCatrgory strong,
.sideContent strong,
#leftCatrgory h2,
.sideContent h2,
#leftRelationTwitter dt,
#leftRelationService dt,
#leftCorporate dt{
	display:block;
	font-size:20px;
	line-height:2em;
	color:#192b5b;
}

a.leftCategoryItems{
	display:block;
	height:50px;
	box-sizing:border-box;
	border-bottom:1px solid #fff;
	padding-left:40px;
	background-color:#eee;
	background-position:10px center;
	background-repeat:no-repeat;
	font-size:16px;
	line-height:50px;
	text-decoration:none;
	color:#192b5b;
}

a.leftCategoryItems:hover,
a.leftCategoryItems.onMenu{
	background-color:#ddd;
}

a#leftCatGame{
    position: relative;
}
a#leftCatGame::before{
    color: #192b5b;
    content: "\e906";
    font-family: icomoon;
    font-size: 24px;
    left: 10px;
    position: absolute;
    top: 0;
}

a#leftCatDVD{
    position: relative;
}
a#leftCatDVD::before{
    color: #192b5b;
    content: "\e918";
    font-family: icomoon;
    font-size: 24px;
    left: 10px;
    position: absolute;
    top: 0;
}

a#leftCatCD{
    position: relative;
}
a#leftCatCD::before{
    color: #192b5b;
    content: "\e919";
    font-family: icomoon;
    font-size: 24px;
    left: 10px;
    position: absolute;
    top: 0;
}

a#leftCatComic{
    position: relative;
}
a#leftCatComic::before{
    color: #192b5b;
    content: "\e905";
    font-family: icomoon;
    font-size: 24px;
    left: 10px;
    position: absolute;
    top: 0;
}

a#leftCatMovie{
    position: relative;
}
a#leftCatMovie::before{
    color: #192b5b;
    content: "\e903";
    font-family: icomoon;
    font-size: 24px;
    left: 10px;
    position: absolute;
    top: 0;
}

a#leftCatMobile{
    position: relative;
}
a#leftCatMobile::before{
    color: #192b5b;
    content: "\e908";
    font-family: icomoon;
    font-size: 24px;
    left: 10px;
    position: absolute;
    top: 0;
}


a#leftCatKaden{
    position: relative;
}
a#leftCatKaden::before{
    color: #192b5b;
    content: "\e91a";
    font-family: icomoon;
    font-size: 24px;
    left: 10px;
    position: absolute;
    top: 0;
}

a#leftCatPC{
    position: relative;
}
a#leftCatPC::before{
    color: #192b5b;
    content: "\e91b";
    font-family: icomoon;
    font-size: 24px;
    left: 10px;
    position: absolute;
    top: 0;
}

#leftMail {
	display: block;
	position: relative;
	height: 62px;
	margin-bottom: 10px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding-left: 80px;
	background: url(/v2/pc/img/left/leftMail.png) no-repeat 5px center;
	font-size: 16px;
	line-height: 62px;
	text-decoration: none;
	color: #192b5b;
}


#leftQA{
	display:block;
	position:relative;
	height:62px;
	margin-bottom:30px;
	box-sizing:border-box;
	border:1px solid #ddd;
	padding-left:10px;
	font-size:16px;
	line-height:60px;
	text-decoration:none;
	color:#192b5b;
}
.icoGol_QA{
    content: "\e928";
    font-family: icomoon;
    font-size: 50px;
    display: inline-block;
    margin: 0 20px 0 0;
    vertical-align: middle;
}
.icoGol_QA .path1:before {
    content: "\e928";
    color: rgb(25, 43, 91);
    font-family: icomoon;
    font-size: 50px;
}
.icoGol_QA .path2:before {
    content: "\e929";
    margin-left: -1em;
    color: rgb(255, 153, 0);
    font-family: icomoon;
    font-size: 50px;
}

a.left_geoselection{
	border: 2px solid #192B5B;
	color: #666;
	display: block;
	margin-bottom: 10px;
	position: relative;
	text-decoration: none;
}

.left_geoselection::before{
    color: #f90;
    content: "\e91a";
    font-family: icomoon;
    font-size: 40px;
    left: 10px;
    position: absolute;
    top: 15px;
}

.left_geoselection .geoselection_text{
	display: block;
	padding: 10px 10px 10px 65px;
}

.left_geoselection .geoselection_text h2,
.left_geoselection .geoselection_text strong{
	display: block;
	height: 19px;
	width: 150px;
}

.left_geoselection .geoselection_text span{
	display: block;
	font-size: 10px;
	line-height: 1.5em;
	margin-top: 5px;
}

a.left_deals{
	border: 2px solid #192B5B;
	color: #666;
	display: block;
	margin-bottom: 10px;
	position: relative;
	text-decoration: none;
}

.left_deals::before{
    color: #f99;
    content: "\e90a";
    font-family: icomoon;
    font-size: 40px;
    left: 10px;
    position: absolute;
    top: 15px;
}

.left_deals .geoselection_text{
	display: block;
	padding: 10px 20px 10px 65px;
}

.left_deals .geoselection_text h2,
.left_deals .geoselection_text strong{
	display: block;
	height: 19px;
	width: 65px;
}

.left_deals .geoselection_text span{
	display: block;
	font-size: 10px;
	line-height: 1.5em;
	margin-top: 5px;
}

#leftMail:after,
#leftQA:after,
.left_geoselection:after,
.left_deals:after{
	position: absolute;
	box-sizing:content-box;
	width: 6px;
	height: 6px;
	top: 1px;
	right:12px;
	bottom: 0;
	margin:auto;
	content:"";
	vertical-align: middle;
	border-top: 1px solid #192b5b;
	border-right: 1px solid #192b5b;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#leftMail:hover,
#leftQA:hover,
#leftCampaign:hover{
	background-color:#eee;
}

#leftRelationService dt,
#leftRelationTwitter dt{
	border-bottom:1px solid #ddd;
}


#leftRelationService dt:after{
	display:icon_font check;
	content:"\e921";
	color: #192b5b;
	font-family: icomoon;
	font-size:24px;
	margin: 0 0 0 8px;
	vertical-align:middle;
}


#leftRelationTwitter dt:after {
	display:inline-flex;
	content:"\e92c";
	color: #000000;
	font-family: icomoon;
	font-size:22px;
	margin: 0 0 0 8px;
	vertical-align:middle;
}

#leftRelationService a,
#leftRelationTwitter a{
	display:block;
	border-bottom:1px solid #ddd;
	padding:10px;
	background:#fff;
	font-size:16px;
	line-height:1.5em;
	color:#192b5b;
	text-decoration:none;
}

#leftRelationService small,
#leftRelationTwitter small{
	display:block;
	font-size:13px;
	line-height:1.3em;
	color:#666;
}

#leftRelationService a:hover,
#leftRelationTwitter a:hover{
	background:#eee;
}

#leftRelationService .hasIcon span{
    display: block;
    margin-bottom: 2px;
}

#leftRelationService .hasIcon img{
    float: left;
}

#leftRelationService .hasIcon small{
    margin-left: 90px;
}

#leftRelationService a.leftGroupLink {
    border-bottom: none;
    text-decoration: underline;
}

#leftRelationService a.leftGroupLink:hover {
    background: transparent;
}

#leftMymenu {
	margin: 0 0 30px 0;
	border: 5px solid #ddd;
}

#leftMymenu h2,
#leftMymenu h3 {
	background: #ddd;
	font-size: 20px;
	text-align: center;
	color: #192b5b;
	line-height: 40px;
}

#leftMymenu dl {
	padding: 10px
}

#leftMymenu dl+dl {
	border-top: 5px solid #ddd;
}

#leftMymenu dt {
	padding: 0 0 10px 0;
	color: #666;
	font-size: 16px;
	line-height: 1;
}

#leftMymenu li {
	margin: 0 0 1px 0;
	padding: 0 25px 0 10px;
}

#leftMymenu li a {
	display: block;
	font-size:16px;
	color:#192b5b;
	text-decoration: none;
    position: relative;
}

#leftMyshop li {
	padding:10px;
	background-color:#fff;
	border:#ddd 1px solid;
}

#leftMyshop li:hover {
	background-color:#eee;
}

#leftGeoOnline li {
	background-color:#eee;
	line-height:50px;
}

#leftGeoOnline li:hover {
	background-color:#ddd;
}

#leftStore {
	margin: 0 0 30px 0;
}

#leftStore li.active .leftMenuItems {
	background-color: #fed006;
	color: #192b5b;
}

#leftStore li.search .leftMenuItems{
	background-image: url('/v2/pc/img/left/leftIconStoreSearch.png');
	background-position: 14px center;
}
#leftStore li.search.active .leftMenuItems{
	background-image: url('/v2/pc/img/left/leftIconStoreSearch_active.png');
	color: #192b5b;
}

#leftStore li.info .leftMenuItems{
	background-image: url('/v2/pc/img/left/leftIconShop.png');
	background-position: 9px center;
}
#leftStore li.info.active .leftMenuItems{
	background-image: url('/v2/pc/img/left/leftIconShop_active.png');
	color: #192b5b;
}

#leftStore li.sale .leftMenuItems{
	background-image: url('/v2/pc/img/left/leftIconSale.png');
	background-position: 9px center;
}
#leftStore li.sale.active .leftMenuItems{
	background-image: url('/v2/pc/img/left/leftIconSale_active.png');
	color: #192b5b;
}

#leftStore li.kaitori .leftMenuItems{
	background-image: url('/v2/pc/img/left/leftIconBuy.png');
	background-position: 10px center;
}
#leftStore li.kaitori.active .leftMenuItems{
	background-image: url('/v2/pc/img/left/leftIconBuy_hover.png');
	color: #192b5b;
}

#leftStore li a.leftMenuItems {
	position: relative;
}

#leftMenuNothing .leftMenuItems::before {
    color: #444444 !important;
}

#leftStore li a.leftMenuItems::before {
	color: #fed600;
	font-family: icomoon;
	font-size: 22px;
	left: 10px;
	position: absolute;
	top: 0;
}

#leftStore li.active a.leftMenuItems::before {
	color: #192b5b !important;
}

#leftStore li a#leftStoreMenuSaleCampaign::before {
	content: "\e948";
}

#leftStore li a#leftStoreMenuMovieFeature::before {
	content: "\e918";
}

#leftStore li a#leftStoreMenuGameFeature::before {
	content: "\e906";
}

#leftStore li a#leftStoreMenuPickup::before {
	content: "\e94b";
}

#leftStore li a#leftStoreMenuRanking::before {
	content: "\e94c";
}

#leftStore li a#leftStoreMenuRelease::before {
	content: "\e949";
}

#leftStore li a#leftStoreMenuStoreBuy::before {
	content: "\e94a";
}

#leftStore li a#leftStoreMenuStoreSearch::before {
	content: "\e914";
}

#leftCorporate {
	margin: 0 0 30px 0;
}

#leftCorporate dd li {
	height: 50px;
	margin: 0 0 1px 0;
	padding: 0 25px 0 45px;
	background: #eee 10px center no-repeat;
	display: flex;
	align-items: center;
	position: relative;
}

#leftMymenu li a:after,
#leftCorporate dd li::after{
	position: absolute;
	box-sizing:content-box;
	width: 6px;
	height: 6px;
	top: 1px;
	right:12px;
	bottom: 0;
	margin:auto;
	content:"";
	vertical-align: middle;
	border-top: 1px solid #192b5b;
	border-right: 1px solid #192b5b;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#leftCorporate dd li:hover {
	background-color: #ccc;
}

#leftCorporate dd li.leftFC {
	background-image: url('/v2/pc/img/left/leftIconFC.png');
}
#leftCorporate dd li.leftEstate {
	background-image: url('/v2/pc/img/left/leftIconEstate.png');
}

#leftCorporate dd li a {
	color: #192b5b;
	font-size: 16px;
	text-decoration: none;
	line-height: 1;
}

.sideContent {
	margin: 30px 0;
}

.sideContent .main {
	border: 1px solid #ddd;
	padding:  24px;
	font-size:  14px;
	color: #666;
	overflow:  hidden;
}

.sideContent .main:hover {
	background: #eee;
}

#magazineContent .main:hover {
    background:  transparent;
}

#twitterContent .main {
	height: 360px;
	padding: 0;
	overflow-y: auto;
}

.sideContent img {
	max-width: 200px;
	display:  block;
	margin: 0 auto 20px;
}

.sideContent a {
	text-decoration:  none;
}

.sideContent .main span a:hover {
	text-decoration:  underline;
}

.sideContent span {
	display:  block;
	float:  right;
	color:  #192b5b;
	font-weight:  bold;
}

.sideContent span::after {
	content: ' >';
}

.sideContent span a {
	color: inherit;
}

/* footer */
#footerLink{
	margin-top:60px;
	padding:10px 10px 0;
	background:#eee;
}

#footerLink ul{
	width:100%;
	max-width:1300px;
	min-width:1020px;
	margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#footerLink ul:first-child{
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}

#footerLink li{
	margin-bottom:10px;
}

#footerLink ul li {
    padding-right: 0;
    padding-left: 0;
}

#footerLink ul li::before {
    content: none;
}

#footerLink li a{
	display:block;
	border-right:#ccc 1px solid;
	color:#333;
	padding:0 10px;
	font-size:14px;
	line-height:1.5em;
	text-decoration:none;
}

#footerLink li a.blank::after{

    content: "\e921";
	display: inline-block;
    font-family: icomoon;
	font-size: 18px;
    margin-left: 3px;
	vertical-align: middle;
}

#footerLink li a:hover{
	text-decoration:underline;
}

#footerLink li:last-child a{
	border:0;
}

footer small{
	display:block;
	padding:20px;
	font-size:13px;
	line-height:1.5em;
	color:#666;
	text-align:center;
}

#pagetopBtn{
	display:block;
	bottom:40px;
	right:20px;
	width:50px;
	height:50px;
	background:#192b5b;
}

#pagetopBtnInner{
	position:relative;
	display:block;
	top:16px;
	left:10px;
}

#pagetopBtnInner:before{
	position:relative;
	box-sizing:content-box;
	display:block;
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 14px 15px;
	border-color: transparent transparent #fff transparent;
}

#pagetopBtnInner:after{
	position:relative;
	box-sizing:content-box;
	display:block;
	content:"";
	width: 0;
	height: 0;
	top:-8px;
	border-style: solid;
	border-width: 0 15px 14px 15px;
	border-color: transparent transparent #192b5b transparent;
}

/* パンくず */
#breadClumb{
	margin: 5px auto 15px;
	line-height:1.3;
	font-size: 16px;
	max-width: 1012px;
}

#breadClumb.-singlePage{
	padding: 0 10px;
	max-width: 1300px;
}

#breadClumb.-guide{
	border-bottom: solid 1px #192b5b;
	margin: 0 auto 10px;
	padding: 0 0 15px 0;
}

#breadClumb.-help{
	font-size: 12px;
	line-height: 1.5;
    margin: 0 auto 10px;
    padding: 0 0 0 15px;
    max-width: none;
}

#footerBreadClumb{
	border-top: 1px solid #192b5b;
	margin: 10px auto 20px;
    padding: 20px 10px 0;
	max-width: 1300px;
}

.simple #footerBreadClumb{
	border: none;
	padding: 0;
	margin: 10px auto;
}

#footerBreadClumb #breadClumb{
	font-size: 14px;
	margin: 0 auto;
	max-width: 1300px;
}

.simple #footerBreadClumb #breadClumb{
	max-width: 1000px;
}

#breadClumb li{
	color: #666;
	display: inline !important;
	vertical-align: middle;
	word-wrap: break-word;
	word-break: break-all;
}

#breadClumb li h1{
	display: inline;
}

#breadClumb.-breadArrow li{
	min-height: 1.3em;
	padding-left: 16px;
	position: relative;
}

#breadClumb.-breadArrow.-help li{
	min-height: 1.6em;
	padding-left: 12px;
}

#breadClumb.-breadArrow li:before{
	position: absolute;
	content: "";
	top: 0.33em;
    left: 0;
	margin: 0;
	width: 7px;
    height: 7px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#breadClumb.-breadArrow.-help li:before{
	top: 0.49em;
	width: 6px;
    height: 6px;
}

#breadClumb.-breadArrow li:first-child{
	padding: 0 !important;
}

#breadClumb.-breadArrow li:first-child:before{
	display: none;
}

#breadClumb li a {
	color: #192b5b;
	display: inline !important;
	text-decoration: none;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

#breadClumb li a:hover {
	text-decoration: underline;
}


/* 共通の見出し */
.cmn_maintitle {
	border-bottom: 1px solid #192b5b;
	font-size: 24px;
	color: #192b5b;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.cmn_subtitle {
	font-size: 24px;
	color: #192b5b;
}

.cmn_subtitle_caption {
	color: #666;
}

/* 共通のボタン */
.cmnBtn {
	display: flex;
	width: 250px;
	height: 60px;
	margin: 0 auto;
	border: none;
	position: relative;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	cursor: pointer;
}
.cmnBtn:hover {
	opacity: 0.7;
	text-decoration: none!important;
}

.cmnBtn span{
	display: inline-block;
	line-height: 1.1;
}

.cmnBtn.orange {
	background: #f90;
	color: #fff!important;
}
.cmnBtn.cursorL.orange::before,
.cmnBtn.cursorR.orange::after {
	border-color: #fff;
}

.cmnBtn.blue {
	background: #09f;
	color: #fff!important;
}
.cmnBtn.cursorL.blue::before,
.cmnBtn.cursorR.blue::after {
	border-color: #fff;
}

.cmnBtn.navy {
	background: #192b5b;
	color: #fff!important;
}
.cmnBtn.navy:disabled {
	background: #DDDDDD;
	pointer-events: none;
}
.cmnBtn.cursorL.navy::before,
.cmnBtn.cursorR.navy::after {
	border-color: #fff;
}

.cmnBtn.yellow {
	background: #fed600;
	color: #192b5b!important;
}
.cmnBtn.cursorL.yellow::before,
.cmnBtn.cursorR.yellow::after {
	border-color: #192b5b;
}

.cmnBtn.white {
	border: 1px solid #ddd;
	background: #fff;
	color: #192b5b!important;
}
.cmnBtn.cursorL.white::before,
.cmnBtn.cursorR.white::after {
	border-color: #192b5b;
}

.cmnBtn.gray {
	background: #eee;
	border:  1px solid #ddd;
	color:  #192b5b;
}
.cmnBtn.cursorL.gray::before,
.cmnBtn.cursorR.gray::after {
	border-color: #192b5b;
}

.cmnBtn.cursorL::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	width: 7px;
	height: 7px;
	margin: -4px 0 0 0;
	border: 1px solid;
	border-top: none;
	border-right: none;
	transform: rotate(45deg);
}
.cmnBtn.cursorR::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 7px;
	margin: -4px 0 0 0;
	border: 1px solid;
	border-bottom: none;
	border-left: none;
	transform: rotate(45deg);
}

.cmnBtn.posL {
	transform: translate(-140px,0);
}

.cmnBtn.posR {
	transform: translate(140px,-60px);
}

.alertBox {
	margin: 30px 0;
	padding: 10px;
	border: 1px solid #f33;
	border-radius: 8px;
	text-align: center;
	font-size: 16px;
	color: #f33;
}

/* icon modal */
#iconInfo {
	margin-top: -10px;
}

#iconInfo .iconModalOpen {
	text-align: right;
}

#iconInfo .iconModalOpen button {
	margin: 0 5px;
	width: 112px;
	height: 40px;
	border: none;
	background: none;
}

#iconInfo .iconModalOpen button span {
	position: relative;
	padding: 10px 0 10px 20px;
}

#iconInfo .iconModalOpen button span::before {
	content: "\e930";
	color: #192b5b;
	font-family: icomoon;
	font-size: 17px;
	left: 0;
	line-height: 1.8em;
	position: absolute;
	top: 50%;
	transform: translate(-5%, -50%);
}

#iconInfo .iconModal {
}

#iconInfo .iconModal.iconModalOverlay {
	display: none;
}

#iconInfo .iconModal.iconModalOverlay.iconViewOpen {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;

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

#iconInfo .iconModalWindow {
	background: #fff;
	border: #47557C 5px solid;
	overflow: hidden;
	padding: 30px;
	width: 550px;
}

#iconInfo .iconModalContent {
	text-align: center;
}

#iconInfo .iconModalContent h3 {
	border-bottom: 1px solid #ddd;
	color: #192b5b;
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 20px;
}

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

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

#iconInfo .iconModalContent a.arrow-link,
#iconInfo .iconModalContent button.arrow-link {
	color: #192b5b;
}

#iconInfo .iconModalContent 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;
}

#iconInfo .iconModalContent .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;
}

#iconInfo .iconModalContent a:link {
	color: #192b5b;
	text-decoration: none;
}

#iconInfo .iconModalFooter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 64px 0;

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

#iconInfo .iconModalFooter button {
	cursor: pointer;
	height: 40px;
	width: 120px;
}

#iconInfo .iconModalFooter button:hover {
	opacity: .7;
	text-decoration: none!important;
}

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

#iconInfo .iconModalFooter button.positive {
	background: #192b5b;
	border: none;
	color: #fff!important;
}

#iconInfo .iconModalContent p.iconList {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	border-bottom: 1px solid #ddd;
	margin: 0px 0 20px;
	padding: 10px 0 10px;
}

#iconInfo p.iconList span.mediaIcon {
	position: relative;
	padding: 10px 0 10px 20px;
	-webkit-box-flex: 2.8;
	-webkit-flex: 28%;
		-ms-flex: 28%;
			flex: 28%;
}

#iconInfo p.iconList span.mediaIcon::before {
	color: #192b5b;
	font-family: icomoon;
	font-size: 17px;
	left: 0;
	line-height: 1.8em;
	position: absolute;
	top: 50%;
	transform: translate(-5%, -50%);
}

#iconInfo p.iconList span.mediaIcon.game::before {
	content: "\e906";
}

#iconInfo p.iconList span.mediaIcon.dvd::before {
	content: "\e918";
}

#iconInfo p.iconList span.mediaIcon.cd::before {
	content: "\e919";
}

#iconInfo p.iconList span.mediaIcon.mobile::before {
	content: "\e908";
}

#iconInfo p.iconList span.mediaIcon.comic::before {
	content: "\e905";
}

#iconInfo p.iconList span.mediaIcon.movie::before {
	content: "\e903";
}

#iconInfo p.iconList span.mediaIcon.kaden::before {
	content: "\e91a";
}

#iconInfo p.iconList span.mediaIcon.pc::before {
	content: "\e91b";
}

b.cmnBold {
     font-weight: bold;
}

.store_new_info {
	border-top: 1px solid #192b5b;
}

.store_new_info.-top {
	margin: 0 0 40px;
}
.store_new_info.-store {
	padding: 0 0 0 10px;
}
.store_new_info.-search {
	margin: 60px 0 62px;
}

.store_new_title {
	color: #192b5b;
	font-size: 16px;
}

.-top .store_new_title{
	line-height: 2;
	margin: 17px 0 7px;
}
.-search .store_new_title {
	line-height: 1.5;
	margin: 16px 0 11px;
}

.store_new_link {
	display: inline-block;
    color: #0068B7;
	font-size: 14px;
	line-height: 2.5;
	margin: 0 0 0 10px;
    text-decoration: none;
}
.store_new_link:hover {
	text-decoration: underline;
}

.store_new_mark {
	background: #fed600;
    color: #192b5b;
    display: inline-block;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    margin:  0 0 0 5px;
    text-align: center;
    width: 48px;
}