#container{
	max-width: 100%;
}

#breadClumb{
	margin: 0 auto 40px;
	width: 1000px;
}

.geoselection #breadClumb.-breadArrow li:not(:first-child) {
	padding-left: 14px;
}

#breadClumb.-breadArrow.-singlePage{
    width: 100%;
}

#breadClumb.-breadArrow.-singlePage li a{
    margin: 0;
}

.-sp {
    display: none !important;
}

.geoselection {
    margin: 0 auto;
    position: relative;
}

.geoselection_main_title{
	border-bottom: 4px solid #192b5b;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: 21px;
	padding-top: 21px;
	text-align: center;
}

.feature_bnr_wrap {
	display: flex;
	justify-content: center;
    margin-bottom: 0;
}

.feature_bnr_wrap:nth-last-of-type(1) {
	margin-bottom: 50px;
}

.feature_bnr_wrap a {
	margin-top: 20px;
}

.geoselection_title{
	border-top: 4px solid #192b5b;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5em;
	padding-top: 21px;
}

.geoselection_main_title + .geoselection_title{
	border-top: none;
}

/* カテゴリからさがす */
.categorySearch {
    width: 1000px;
    margin: 0 auto 80px;
}

.categorySearch .geoselection_title {
    margin-bottom: 28px;
    line-height: 1;
}

.detail-bottom_btn + .categorySearch .geoselection_title {
    border-top: 0;
}

.categorySearch .categorySearch_list {
    display: flex;
    flex-wrap: wrap;
}

.categorySearch .categorySearch_list li {
    width: calc(100% / 6);
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.categorySearch .categorySearch_list li:nth-of-type(-n+6) {
    border-top: 1px solid #ddd;
}

.categorySearch .categorySearch_list li:nth-of-type(6n+1) {
    border-left: 1px solid #ddd;
}

.categorySearch .categorySearch_list li a {
    position: relative;
    display: flex;
    align-items: center;
    height: 52px;
    padding: 0 0 0 10px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.2;
    color: black;
}

.categorySearch .categorySearch_list li a::after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    top: 50%;
    right: 20px;
    border-top: 1px solid black;
    border-right: 1px solid black;
    transform: translateY(-50%) rotate(45deg);
}

.categorySearch .backToTop {
    display: block;
    width: 100%;
    margin-top: 40px;
}

.categorySearch .backToTop a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 80px;
    margin: 0 auto;
    border: 1px solid #E0E0E0;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: black;
}

.categorySearch .backToTop a::before {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    top: 50%;
    left: 20px;
    border-top: 1px solid black;
    border-left: 1px solid black;
    transform: translateY(-50%) rotate(-45deg);
}

/* リスト共通 */
.geoselection_onList {
    width: 1000px;
    margin: 0 auto;
}

.geoselection_onList .topPosition {
    margin:  60px 0 80px;
}

.list{
	margin: 60px auto 80px;
	width: 1000px;
}

.list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 21px;
}

.list.categories_list ul{
	margin-bottom: 60px;
}

.list ul:not(.multiple_of_3,.bannerList) li:nth-child(3n-1){
    margin: 0 20px;
}

.list ul.multiple_of_3 li:nth-child(3n){
    margin: 0 20px;
}

.list ul:not(.bannerList) li a,
.geoselection_onList .topPosition a{
	border: 1px solid #ddd;
	box-sizing: border-box;
	color: #000;
	display: block;
	margin-bottom: 22px;
    overflow: hidden;
	padding: 20px;
    position: relative;
	text-decoration: none;
	width: 320px;
}

.list .bannerList {
    display: flex;
    justify-content: space-between;
}

.list .bannerList li {
    width: calc(50% - 10px);
}

.bannerList li img {
    max-width: 100%;
    height: auto;
}

.list_image{
	display: block;
	margin-bottom: 20px;
}

.list-icons{
	display: block;
	height: 20px;
}

.list-icons span{
	background-repeat: no-repeat;
	background-size: auto 15px;
	display: block;
	text-indent: -9999px;
}

.list-icons .icon_bluetooth{
	background-image:url("/cmn/img/feature/geoselection/icon_bluetooth.png");
}

.list-icons .icon_hisense{
	background-image:url("/cmn/img/feature/geoselection/icon_hisense.png");
}

.list-icons .icon_wis{
	background-image:url("/cmn/img/feature/geoselection/icon_wis.png");
}

.sizeL .list-icons .icon_cm,
.geoselection_onList .topPosition .list-icons .icon_cm{
	background-image:url("/cmn/img/feature/geoselection/icon_cm.png");
    animation: blinking 1.5s linear infinite;
}

.list-icons .icon_qualcomm_bluetooth {
	background-image:url("/cmn/img/feature/geoselection/icon_bluetooth.png");
}

.list-icons .special_price{
    background: #FAD548;
    color: #D12D26;
    display: inline-block;
    font-weight: bold;
    padding: 0 3px;
    text-indent: 0;
}

@keyframes blinking {
        0% { background-position: top center;}
   49.999% { background-position: top center;}
       50% { background-position: bottom center;}
   99.999% { background-position: bottom center;}
      100% { background-position: top center;}
}

.icon_qcy{
    background-image:url("/cmn/img/feature/geoselection/icon_qcy.png");
    background-size: 100%;
    display: inline-block;
    height: 13px;
    text-indent: -9999px;
    top: 3px;
    position: relative;
    width: 52px;
}

.list-label {
    display: block;
    width:-moz-fit-content;
    width: fit-content;
    background: #FAD548;
    color: #D12D26;
    line-height: 20px;
    padding: 0 0.3em;
    margin-top: -20px;
}

.bluetooth + .list-label {
    margin-top: 0;
}

.list-item_name{
	display: block;
	font-size: 16px;
	font-weight: bold;
	min-height: 4.5em;
	line-height: 1.5em;
	overflow: hidden;
}

.list-item_name .-sp{
    display: none;
}

.list-item_model{
    color: #707070;
	display: block;
	font-size: 12px;
    font-weight: normal;
	line-height: 1.5em;
	overflow: hidden;
}

.list-item_price{
    color: #d50000;
    display: inline-block;
    float: right;
    font-size: 24px;
    line-height :46px;
    position: relative;
}

.list-item_price::before {
    background: #d50000;
    content: '税抜';
    color: #fff;
    display: inline-block;
    font-size: 11px;
    line-height: 14px;
    margin: 0 3px 0 0;
    padding: 0 2px;
    vertical-align: 3px;
}

.list-item_price span{
    font-size: 18px;
    font-weight: bold;
    vertical-align: 2px;
}

.list-item_price strong{
    font-size: 32px;
    font-weight: bold;
}

.list-item_price span.item_taxPrice{
    display: block;
    position: absolute;
    bottom: -0.5em;
    right: 0;
    font-size: 11px;
    line-height: 1.5em;
}

.list-item_price span.with_tilde{
    display: block;
    position: absolute;
    top: 0;
    right: 23px;
    font-size: 9px;
    font-weight: normal;
    line-height: 1.5em;
}

.ad_posting{
    background: url("/cmn/img/feature/geoselection/ad_posting_item.png") no-repeat;
    background-size: 100%;
    bottom: 30px;
    display: block;
    height: 72px;
    right: 20px;
    position: absolute;
    width: 108px;
}

.list li.sizeL,
.list li.sizeL a,
.geoselection_onList .topPosition,
.geoselection_onList .topPosition a {
    width: 100%;
}

.geoselection_onList .topPosition {
    margin-bottom:  60px;
}

.list li.sizeL a,
.geoselection_onList .topPosition a {
    display: flex;
    justify-content: space-between;
}

.list li.sizeL .list_image,
.geoselection_onList .topPosition .list_image {
    margin-bottom: 0;
    margin-right: 25px;
}

.list li.sizeL .list-item_price,
.geoselection_onList .topPosition .list-item_price {
    margin: 20px 0 12px;
}

.list li.sizeL .list-item_price::before,
.geoselection_onList .topPosition .list-item_price::before {
    background: #d50000;
    content: '税抜';
    color: #fff;
    display: inline-block;
    font-size: 13px;
    line-height: 17px;
    margin: 0 3px 0 0;
    padding: 0 2px;
}

.list li.sizeL .list-text_box,
.geoselection_onList .topPosition .list-text_box {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: flex-end;
}

.list li.item-50e65g.sizeL .list-text_box{
    width: 276px;
}

.list li.sizeL .list-item_name,
.geoselection_onList .topPosition .list-item_name {
    font-size: 24px;
    width:  100%;
}

.list li.item-swe500ht01.sizeL .list-item_name{
    font-size: 24px;
    height: 5.6em;
}


.list li.sizeL .list-item_model,
.geoselection_onList .topPosition .list-item_model {
    font-size: 16px;
}

.list li.sizeL .br::before,
.geoselection_onList .topPosition .br::before {
    display: block;
    width: 0;
    height: 0;
    content: "\A" ;
    white-space: pre ;
}

.list li.item-50e65g.sizeL .list-item_model::before{
    content: 'ハイセンス ';
}

.list li.sizeL .list-item_price strong,
.geoselection_onList .topPosition .list-item_price strong {
    font-size: 52px;
}

.list li.sizeL .list-item_price span,
.geoselection_onList .topPosition .list-item_price span {
    font-size: 30px;
}

.list li.sizeL .list-item_price span.item_taxPrice,
.geoselection_onList .topPosition .list-item_price span.item_taxPrice {
    bottom: -12px;
    right: 3px;
    font-size: 13px;
}

.list li.sizeL .list-icons,
.geoselection_onList .topPosition .list-icons {
    height: auto;
}

.geoselection_onList .topPosition .list-icons {
    width: 100%;
}

.list li.sizeL .list-icons .icon_cm,
.geoselection_onList .topPosition .list-icons .icon_cm {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 274px;
    height: 0;
    padding-top: 80px;
    background-size: 100% auto;
}

/* topページ */
.geoselection.top h1{
    margin: 45px 0 18px;
    text-align: center;
}

.top .top_text{
	color: #192b5b;
	font-size: 20px;
	line-height: 1.5em;
	text-align: center;
}

/* topページカルーセル */
.top_carousel-wrapper{
	background: #eee;
	margin: 40px auto 0;
	max-height: 370px;
	overflow: hidden;
	padding-top: 20px;
	position: relative;
}

.top_carousel-wrapper img{
	opacity: 0.7;
}

.top_carousel-wrapper .slick-center img{
	opacity: 1;
}

#topCarousel{
	margin: 0 auto;
	z-index: 1000;
}

#topCarousel img{
    margin: 0 auto;
    padding: 0 5px;
}

.slick-dots{
	font-size: 0;
	line-height: 0;
	padding: 20px 0;
	text-align: center;
}

.slick-dots li{
	display: inline-block;
	font-size: 0;
	line-height: 0;
	margin-right: 20px;
}

.slick-dots li:last-child{
	margin-right: 0;
}

.slick-dots li button{
	background: #ccc;
	border: 0;
	border-radius: 5px;
	display: inline-block;
	height: 10px;
	cursor: pointer;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	width: 10px;
}

.slick-dots li.slick-active button{
	background: #192b5b;
	cursor: default;
}

#arrowWrapper{
	position:relative;
	top:-240px;
	max-width:780px;
	margin:0 auto -80px;
}

#arrowWrapper a{
	background: #ccc;
	border-radius: 40px;
	display:block;
	width:80px;
	height:80px;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	box-sizing:border-box;
	border:none;
	z-index:1001;
	opacity: 0.6;
}

#carouselPrev{
	position:relative;
	float:left;
	z-index:1001;
}

#carouselNext{
	position:relative;
	float:right;
	z-index:1001;
}

#carouselPrev:after{
	position: absolute;
	width: 28px;
	height: 28px;
	top: 1px;
	left: 32px;
	bottom: 0;
	margin:auto;
	content:"";
	vertical-align: middle;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

#carouselNext:after{
	position: absolute;
	width: 28px;
	height: 28px;
	top: 1px;
	right: 32px;
	bottom: 0;
	margin:auto;
	content:"";
	vertical-align: middle;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#arrowWrapper a:hover{
	background:#192b5b;
	opacity: 0.8;
}

#arrowWrapper a:hover:after{
	border-color:#fff !important;
}

/* 特集記事 */
.article {
    margin: 40px auto 80px;
    width: 1000px;
}

.articlePage .title_top {
    padding: 0 0 40px;
}

.articlePage .title_top img {
    display: block;
    width: 372px;
    margin: 0 auto;
    height: auto;
}

.article_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 21px;
}

.article_list li {
    overflow: hidden;
    width: 490px;
    box-shadow: 0px 2px 4px #00000029;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
}

.article_list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
}

.article_left {
    position: relative;
    width: 164px;
    height: 164px;
}

.article_left img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article_right {
    width: calc(100% - 164px);
    padding: 0 16px;
}

.article_date {
    margin: 0 0 5px 0;
    font-size: 12px;
    line-height: 1;
    color: #666;
}

.article_title {
    overflow: hidden;
    display: -webkit-box;
    height: 6em;
    font-size: 16px;
    font-weight: bold;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    white-space: normal;
    word-break: break-word;
    word-wrap: break-word;
    overflow-wrap: anywhere;
    line-height: 1.5;
    color: #000c15;
}

.articleMore_wrap {
    width: 100%;
    margin: 20px 0 80px;
    text-align: right;
}

.articleMore_btn {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #055BA3;
}

.articleBack_wrap {
    width: 100%;
    margin: 40px 0 80px;
    text-align: center;
}

.articleBack_btn {
    display: inline-block;
    width: 320px;
    height: 80px;
    margin: 0 auto;
    padding: 0;
    border: 1px solid #E0E0E0;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 80px;
    color: black;
}

/* productリンク */
aside.link{
	margin: 40px auto 80px;
	width: 1000px;
}

aside.link a{
	display: block;
	margin: 20px auto;
	height: 301px;
	width: 700px;
}

aside.link img{
    border: 1px solid #ccc;
    box-sizing: content-box;
}

/* カテゴリページ */
.category_page h1{
	text-align: center;
}

/* 商品ページ 共通 */
.geoselection_detail{
    width: 1000px;
    margin: 40px auto;
}

.item_title{
    display: block;
    margin: 0 auto 45px;
    background-repeat: no-repeat;
    text-indent: -9999px;
}

.item_title-text{
	display: block;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 45px;
}

.flex_items{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.flex_items.posAuto{
    justify-content: space-between;
}

.flex_items.posAuto > * {
    width: 490px;
}

.flex_items.posAuto .item_names{
    position: relative;
    height: 314px;
    margin-bottom: 40px;
}

.flex_items.posAuto .item_names h2{
    font-size: 21px;
}

.flex_items.posAuto .item_names br.-sp{
    display: none;
}

.flex_items.posAuto .item_name_right{
    position: absolute;
    top: 0;
    right: 0;
}

.flex_items.posAuto .feature_list dt {
    padding-bottom: 16px;
}

.flex_items.posAuto .feature_list li {
    font-weight: bold;
    letter-spacing: -0.02em;
    padding: 0 0 0 1.35em;
    text-indent: -1.35em;
}

.item_name_left{
    position: absolute;
    top: 0;
    left: 0;
}

.detail-icon_bluetooth{
    display: block;
    width: 128px;
    height: 30px;
    margin-bottom: 4px;
    background: url("/pc/img/feature/soundselection/200414_02/bluetooth.png") no-repeat;
    text-indent: -9999px;
}

.item_names strong{
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2em;
    font-feature-settings: "palt";
}

.item_names h2{
    font-size: 22px;
    font-weight: normal;
    line-height: 1.5em;
}

.icon_price{
    width: 96px;
    background: #055ba3;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
    height: 21px;
    text-align: center;
}

.icon_price.special_price,
.icon_price.yellow{
    background: #FAD548;
    color: #D12D26;
}

.icon_price.special_price{
    width: 114px;
}

.icon_price.yellow{
    white-space: nowrap;
    display: inline;
    padding: 0.1em 0.5em;
}

.item_price{
    align-items: baseline;
    color: #be0000;
    display: flex;
    line-height: 96px;
}

.item_price span:nth-of-type(1){
    display: block;
    font-size: 32px;
    font-weight: bold;
    white-space: nowrap;
}

.item_price span:nth-of-type(1)::before {
    background: #A90000;
    content: '税抜';
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 23px;
    height: 23px;
    margin: 0 3px 0 0;
    padding: 0 2px;
    vertical-align: 3px;
    min-width: 2.3em;
}

.item_price strong{
    display: block;
    font-size: 64px;
    font-weight: bold;
}

.item_price span:nth-of-type(2){
    display: block;
    font-size: 36px;
    font-weight: bold;
    position: relative;
}

.item_price span span:nth-of-type(1){
    display: block;
    position: absolute;
    top: 10px;
    right: 4px;
    font-size: 16px;
    line-height: 1.5em;
}

.item_price span.item_taxPrice{
    display: block;
    position: absolute;
    bottom: 5px;
    right: 0px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
}

.item_price.-promoPrice span:nth-of-type(3){
    top: 60px;
}

.default_price {
    color: #666;
    display: flex;
    position: relative;
    top: -20px;
}

.default_price  span:nth-of-type(1) {
    font-size: 15px;
    line-height: 3;

}

.default_price .redline_wrapper {
    display: flex;
    position: relative;
}

.default_price .redline_wrapper::after {
    border-top: 2px solid #be0000;
    content: '';
    display: block;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
}

.default_price strong {
    font-size: 32px;
}

.feature_list dt,
.feature_list-title{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: 24px;
}

.feature_list-title{
	padding-bottom: 10px;
}

.feature_list dd{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
}

.feature_list li{
	padding-left: 1em;
	text-indent: -1em;
}

.feature_list li span{
	font-size: 14px;
	line-height: 1.5em;
}

.image_center{
	margin: 30px 0;
	text-align: center;
}

.redline_wrapper span:nth-of-type(1){
    display: block;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.7em;
    position: relative;
    top: 3px;
}

.redline_wrapper span:nth-of-type(2){
    display: block;
    position: absolute;
    top: -4px;
    right: 4px;
    font-size: 10px;
    line-height: 2em;
}

.find_store,
.online_store{
    display: block;
    width: 800px;
    height: 80px;
    margin: 40px auto 20px;
    text-align: center;
    background: #1327BB;
    color: #fff;
    text-decoration: none;
    line-height: 80px;
    position: relative;
    font-size: 24px;
}

.find_store span,
.online_store  span{
    display: inline-block;
}

.find_store::after,
.online_store::after{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    right: 170px;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.online_store.smoothScroll::after {
    -webkit-transform: translate(0, -35%) rotate(135deg);
    transform: translate(0, -35%) rotate(135deg);
}

.online_store.large{
    width: 595px;
    height: 97px;
    font-size: 27px;
    font-weight:bold;
    line-height: 97px;
}

.online_store.large::after{
    right: 45px;
}

.online_store_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.online_store_list li {
    width: 320px;
}

.online_store_list li + li {
    margin-left: 20px;
}

.online_store_list li:nth-of-type(3n+4) {
    margin-left: 0;
}

.online_store_list li:nth-of-type(n+4) {
    margin-top: 45px;
}

.online_store_list-item {
    padding: 20px;
}

.online_store_list-item p {
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
    min-height: 3.4em;
}

.online_store_list .online_store {
    width: 100%;
    margin: 0;
}

.online_store_list .online_store::after {
    width: 12px;
    height: 12px;
    right: 20px;
}

.anchor_store-list{
    display: block;
    width: 800px;
    height: 80px;
    margin: 40px auto 20px;
    text-align: center;
    background: #22AC38;
    color: #fff;
    text-decoration: none;
    line-height: 80px;
    position: relative;
    font-size: 24px;
}

.btn_under{
    font-size: 16px;
    line-height: 1.5em;
    width: 800px;
    margin: 0 auto;
}

.store_search-title{
    background: #1b2a5b;
    color: #fff;
    height: 65px;
    font-size: 24px;
    line-height: 65px;
    margin-top: 50px;
    text-align: center;
}

.store_search{
    display: flex;
    flex-wrap: wrap;
    width: 800px;
    margin: 30px auto 0;
}

.store_search div,
.store_search .selectCustom{
    display: block;
    width: 400px;
}

.store_search div{
    font-size: 16px;
    height: 50px;
    line-height: 50px;
}

.store_search .selectCustom{
    border: 1px solid #c1c1c1;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    position: relative;
}

.selectCustom::after {
    content:  '';
    width: 48px;
    height: 48px;
    display:  block;
    position:  absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #c1c1c1;
}

.selectCustom::before {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    right: 0;
    margin: -10px 17px 0 0;
    content: "";
    vertical-align: middle;
    border-bottom: 2px solid #c1c1c1;
    border-right: 2px solid #c1c1c1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.store_search .selectCustom span{
    padding-left: 1em;
    font-size: 16px;
    line-height: 50px;
}

.store_search .selectCustom select{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    border: none;
    color: #192b5b;
    font-size: 14px;
    line-height: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    z-index: 1;
}

.hideItem{
    display: none;
}

.store_list{
    width: 800px;
    margin: 30px auto 0;
}

.store_list h4{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 16px;
}

.shopList li {
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    color: #333;
    display: block;
    float: left;
    font-size: 18px;
    line-height: 50px;
    margin: -1px 0 0 0;
    position: relative;
    width: 50%;
}

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

.shopList li a::after {
    border: 1px solid #d2d2d2;
    border-width: 2px 2px 0 0;
    content: '';
    display: block;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
}

.detail-bottom_btn{
    background: #eee;
    padding: 40px 0;
}

.detail-bottom_btn a{
    background :#fff;
    border: 1px solid #666;
    box-sizing: border-box;
    color: #000;
    display: block;
    font-size: 23px;
    font-weight: bold;
    line-height: 80px;
    height: 80px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    width: 800px;
}

.free_shipping{
	background: url("/cmn/img/feature/geoselection/pc/common/free_shipping.png?v=1.21") no-repeat;
	display: block;
	height: 120px;
	margin: 20px auto 70px;
	text-indent: -9999px;
	width: 1000px;
}

.free_shipping2000{
	background: url("/cmn/img/feature/geoselection/pc/common/free_shipping2000.png") no-repeat;
	display: block;
	height: 98px;
	margin: 20px auto;
	text-indent: -9999px;
	width: 800px;
}

.selection-sub_title{
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0 8px;
}

.sub_title{
    background: #1B2B5B;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 65px;
    text-align: center;
    margin: 70px auto 40px;
}

/* utility */
.sp {
    display: none !important;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.feature_list li span.pc-fz10 {
	font-size: 10px;
}

.feature_list li span.pc-fz12 {
	font-size: 12px;
}

.feature_list li span.pc-fz14 {
	font-size: 14px;
}

.feature_list li span.pc-fz16 {
	font-size: 16px;
}

.feature_list li span.pc-fz18 {
	font-size: 18px;
}

/*  for 4KTV & other Design */
.tv_common .flex_items,
.new_design .flex_items{
	margin: 30px auto;
	width: 950px;
}

.tv_common .item_names,
.new_design .item_names{
	display: flex;
	justify-content: space-between;
	width: 950px;
}

.tv_common .item_name_left,
.new_design .item_name_left{
	position: static;
}

.tv_common .item_names strong,
.new_design .item_names strong{
	font-size: 36px;
	line-height: 1.5em;
}

.tv_common .item_names h2,
.new_design .item_names h2{
    font-size: 24px;
    line-height: 1.5em;
}

.tv_common .item_name_right,
.new_design .item_name_right{
	position: static;
}

.tv_common .icon_price,
.new_design .icon_price{
    font-size: 24px;
    height: 33px;
    line-height: 33px;
    width: 160px;
}

.new_design .icon_price.special_price{
    width: 180px;
}

.tv_common .item_price,
.new_design .item_price{
    font-size: 50px;
    line-height: 180px;
}

.tv_common .item_price strong,
.new_design .item_price strong{
    font-size: 100px;
}

.tv_common .item_price span:nth-of-type(3),
.new_design .item_price span:nth-of-type(3){
    display: block;
    position: absolute;
    top: 70px;
    right: -16px;
    font-size: 20px;
    line-height: 1.5em;
}

.tv_common .item_price span.item_taxPrice,
.new_design .item_price span.item_taxPrice {
    top: auto;
    bottom: 40px;
}

.tv_about,
.tv_panel,
.tv_light,
.tv_frame,
.tv_tuner,
.tv_size {
    margin: 80px auto;
    width: 1000px;
}

.tv_store {
    margin: -30px 0 80px;
}

.tv_store-title,
.store-title {
    margin: 0 0 5px;
    background: #192b5b;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 60px;
}

.tv_title {
    border: 2px solid #192b5b;
    border-left-width: 18px;
    color: #666;
    font-size: 32px;
    font-weight: bold;
    padding: 4px 0 4px 20px;
}

.tv_about-hdr {
    background: url(/cmn/img/feature/geoselection/pc/4ktv/common/hdr.png) center/100% auto no-repeat;
    height: 0;
    margin: 1% auto -70px;
    padding: 15% 0 0;
    width: 100%;
}

.tv_image {
    display: block;
    width: 100%;
}

.tv_about .tv_image {
    margin: 0 -5%;
    width: 110%;
}

.tv_size .tv_image{
	margin-top: 30px;
}

.tv_about-hdr *,
.tv_size .-footnote,
.tv_detail {
    display: none;
}

.tv_feature h2{
	background: url("/cmn/img/feature/geoselection/pc/common/title_feature.png") no-repeat;
	display: block;
	height: 80px;
	margin: 60px auto 30px;
	text-indent: -9999px;
	width: 1000px;
}

.feature_title{
	border-bottom: 1px solid #707070;
	color: #707070;
	font-size: 48px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 60px auto 0;
	text-align: center;
	width: 960px;
}

.feature_text{
	color: #707070;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 30px auto 0;
	text-align: center;
	width: 960px;
}

.specification{
	margin: 80px auto;
	width: 960px;
}

.specification.gold,
.new_design .specification{
	margin: 80px auto;
	width: 1000px;
}

.specification h2{
	font-size: 36px;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 15px;
}

.new_design .specification h2{
	background: url("/cmn/img/feature/geoselection/pc/common/title_spec.png") no-repeat;
	display: block;
	height: 80px;
	margin: 70px auto 30px;
	text-indent: -9999px;
	width: 1000px;
}

.new_design .specification h2.sub_title{
	background: #1B2B5B;
	display: block;
	height: 65px;
    font-size: 24px;
    line-height: 65px;
	margin: 60px auto 20px;
	text-indent: 0;
}

.specification.gold h2{
	background: url("/cmn/img/feature/geoselection/pc/common/title_spec-gold.png") no-repeat;
	display: block;
	height: 80px;
	margin: 60px auto 30px;
	text-indent: -9999px;
	width: 1000px;
}

.specification table{
	border: 1px solid #cbcbcc;
	border-collapse: collapse;
	width: 100%;
}

.specification.gold table,
.new_design .specification table{
	margin: 0 auto;
	width: 960px;
}

.specification th{
	background: #F7F7F7;
	color: #1B2B5B;
	width: 15%;
}

.new_design .specification th{
	width: 30%;
}

.specification td{
	color: #555;
}

.specification td,
.specification th{
	border: 1px solid #cbcbcc;
	font-size: 16px;
	line-height: 1.5em;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
}

.specification sup{
	font-size: 14px;
	line-height: 1.5em;
}

.reference_mark{
    list-style: decimal;
    margin-top: 10px;
}

.reference_mark li{
    list-style: decimal;
    margin-left: 2.5em;
    position: relative;
    vertical-align: top;
}

.reference_mark li::before{
    content: '※';
    left: -2.4em;
    position: absolute;
    top: 0;
}

.r-indent{
    padding-left: 1em;
    text-indent: -1em;
}

.store .btn_under{
	margin-bottom: 80px;
}

.product_link{
	margin: 20px auto 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
	text-align: right;
	width: 960px;
}

.product_link a{
	color: #055ba3;
    text-decoration: none;
}

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

/* KABS028BG */
.kabs028bg .item_names{
    background: url(/cmn/img/feature/geoselection/pc/speaker/kabs028bg/image_02.png) no-repeat 0 119px;
    height: 354px;
    justify-content: space-between;
    margin-right: 20px;
    position: relative;
    width: 490px;
}

.kabs028bg .item_name_left{
    width: 240px;
}

.kabs028bg .item_name_right{
    position: absolute;
    left: 245px;
    top: 0;
}

.kabs028bg .feature_list{
    width: 490px;
    margin-right: 19px;
}

.kabs028bg .feature_list li{
    margin-bottom: 20px;
}

.kabs028bg .fun_title{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 40px 0 20px;
}

.kabs028bg .fun{
    display: table;
    border: 1px solid #231815;
    border-collapse: collapse;
    box-sizing: border-box;
    width: 490px;
}

.kabs028bg .fun li{
    display: table-cell;
    border: 1px solid #231815;
    border-collapse: collapse;
    box-sizing: border-box;
    padding: 10px 0;
    text-align: center;
    width: 25%;
}

.kabs028bg .fun span{
    color: #231815;
    display: block;
    font-size: 10px;
    line-height: 1.5em;
    padding: 5px 5px 0;
}

/* GRFD-SWE500HT01 BG */
.swe500ht01 .item_names{
    background: url(/cmn/img/feature/geoselection/pc/earphones/swe500ht01/image_04.png) no-repeat 0 160px;
    height: 396px;
    margin-right: 20px;
    position: relative;
    width: 490px;
}

.swe500ht01 .item_name_left{
    width: 280px;
}

.swe500ht01 .item_name_right{
    position: absolute;
    left: 290px;
    top: 0;
}

.swe500ht01 .anchor_store-list{
    height: 55px;
    font-size: 27px;
    line-height: 55px;
    width: 595px;
}

.swe500ht01 .item_name_left strong{
    display: block;
    font-size: 24px;
    font-weight: bold;
}

.swe500ht01 .item_names h2{
    font-size: 24px;
}

.swe500ht01 .reference_mark{
    margin: 10px 0;
}

.swe500ht01 .reference_mark li{
    color: #555;
    font-size: 12px;
    line-height: 1.5em;
    font-weight: bold;
}

.swe500ht01 .item_provision{
    bottom: 0;
    position: absolute;
}

.swe500ht01 .image_list{
	display: flex;
	justify-content: space-between;
	margin: 40px auto;
	width: 1000px;
}

.swe500ht01 .image_list li{
    width: 315px;
}

.swe500ht01 .image_list h4{
    border-bottom: 1px solid #707070;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
}

.swe500ht01 .image_list p{
    font-size: 11px;
    line-height: 1.5em;
    margin: 5px 0 10px;
    text-align: center;
}

.swe500ht01 .feature_list.parallel{
    background:url("/cmn/img/feature/geoselection/pc/earphones/swe500ht01/image_09.png") no-repeat left bottom;
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
}

.swe500ht01 .feature_list ul{
    width: 490px;
}

.swe500ht01 .feature_list li{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
}

.swe500ht01 .specification{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
}

.swe500ht01 .specification h2{
    font-size: 24px;
    line-height: 65px;
    width: 100%;
}

.swe500ht01 .specification div{
    width: 490px;
}

.swe500ht01 .specification th,
.swe500ht01 .specification td{
    font-size: 12px;
    line-height: 1.5em;
}

.swe500ht01 .specification th{
    width: 187px;
}

/* GRFD-SWE300V90 BK */
.swe300v90 .item_names{
    background: url(/cmn/img/feature/geoselection/pc/earphones/swe300v90/image_02.png) no-repeat 0 120px;
    height: 346px;
    margin-right: 20px;
    width: 490px;
}

.swe300v90 .item_name_left{
    width: 280px;
}

.swe300v90 .item_name_right{
    position: absolute;
    left: 250px;
    top: 0;
}

.swe300v90 .feature_list{
	margin-right: 20px;
	width: 490px;
}

.swe300v90 .image_list{
	display: flex;
	justify-content: space-between;
	margin: 40px auto;
	width: 1000px;
}

/* GRFD-SE2020_PF01-G */
.se2020pf01g .item_names{
    background: url(/cmn/img/feature/geoselection/pc/spitems/se2020pf01g/image_02.png) no-repeat 0 100px;
    height: 346px;
    margin-right: 20px;
    width: 490px;
}

.se2020pf01g .item_name_left{
    width: 300px;
}

.se2020pf01g .item_name_right{
    position: absolute;
    left: 315px;
    top: 0;
}

.se2020pf01g .feature_list{
	margin-right: 20px;
	width: 490px;
}

/* GRFD-SWE300S90J BK */
.swe300s90j .item_names{
    background: url(/cmn/img/feature/geoselection/pc/earphones/swe300s90j/image_02.png) no-repeat 0 100px;
    height: 356px;
    margin-right: 20px;
    width: 490px;
}

.swe300s90j .item_name_left{
    width: 280px;
}

.swe300s90j .item_name_right{
    position: absolute;
    left: 250px;
    top: 0;
}

.swe300s90j .feature_list{
	margin-right: 20px;
	width: 490px;
}

.swe300s90j .image_list{
	display: flex;
	justify-content: space-between;
	margin: 40px auto;
	width: 1000px;
}

/* GHALTUF200 */
.ghaltuf200 .flex_items{
	justify-content: space-between;
}

.ghaltuf200 .item_names{
    background: url(/cmn/img/feature/geoselection/pc/spitems/ghaltuf200/image_02.png) no-repeat 0 119px;
    height: 356px;
    width: 490px;
}

.ghaltuf200 .item_name_left{
    width: 280px;
}

.ghaltuf200 .item_name_right{
    position: absolute;
    left: 270px;
    top: 0;
}

.ghaltuf200 .feature_list{
	width: 490px;
}


/* GRFD-PCH100C470 */
.pch100c470 .flex_items{
	justify-content: space-between;
}

.pch100c470 .item_names{
    background: url(/cmn/img/feature/geoselection/pc/earphones/pch100c470/image_02.png) no-repeat 0 100px;
    height: 300px;
    width: 490px;
}

.pch100c470 .item_name_left{
    width: 280px;
}

.pch100c470 .item_name_right{
    position: absolute;
    left: 290px;
    top: 0;
}

.pch100c470 .selection-sub_title + div{
	margin-top: 20px;
	text-align: center;
}

/* GRND-UDP100CNL01 */
.udp100cnl01 .flex_items{
	justify-content: space-between;
}

.udp100cnl01 .item_names{
    background: url(/cmn/img/feature/geoselection/pc/spitems/udp100cnl01/image_02.png) no-repeat 0 100px;
    height: 369px;
    width: 490px;
}

.udp100cnl01 .item_name_left{
    width: 280px;
}

.udp100cnl01 .item_name_right{
    position: absolute;
    left: 290px;
    top: 0;
}

.udp100cnl01 .selection-sub_title + div{
	margin-top: 20px;
	text-align: center;
}

/* SGDB-CSH01BK */
.csh01bk .flex_items{
	justify-content: space-between;
}

.csh01bk .item_names{
    background: url(/cmn/img/feature/geoselection/pc/spitems/csh01bk/image_02.png) no-repeat 0 104px;
    height: 354px;
    width: 490px;
}

.csh01bk .item_name_left{
    width: 280px;
}

.csh01bk .item_name_right{
    position: absolute;
    left: 290px;
    top: 0;
}

/* GRFD-SWE300T8S */
.swe300t8s .item_names{
    background: url(/cmn/img/feature/geoselection/pc/earphones/swe300t8s/image_02.png) no-repeat 0 120px;
    height: 354px;
    width: 510px;
}

.swe300t8s .feature_list{
	width: 510px;
}

.swe300t8s .feature_list dt{
	padding-bottom: 5px;
}

.swe300t8s .item_name_left{
    width: 280px;
}

.swe300t8s .item_name_right{
    position: absolute;
    left: 215px;
    top: 0;
}

/* GRND-HFEM100C02B BK */
.hfem100c02b .item_names{
    background: url(/cmn/img/feature/geoselection/pc/earphones/hfem100c02b/image_01.png) no-repeat 0 120px;
    height: 354px;
    width: 510px;
}

.hfem100c02b .feature_list{
	width: 510px;
}

.hfem100c02b .item_name_left{
    width: 280px;
}

.hfem100c02b .item_name_right{
    position: absolute;
    left: 240px;
    top: 0;
}

/* GRFD-MUC100 2A1M */
.grfdmuc1002a1m .item_names{
    background: url(/cmn/img/feature/geoselection/pc/spitems/grfdmuc1002a1m/image_02.png) no-repeat 0 120px;
    height: 354px;
    width: 510px;
}

.grfdmuc1002a1m .feature_list{
	width: 510px;
}

.grfdmuc1002a1m .item_name_left{
    width: 280px;
}

.grfdmuc1002a1m .item_name_right{
    position: absolute;
    left: 240px;
    top: 0;
}


/* GRFD-SWE100M7 */
.swe100m7 .item_title{
    background-image:url("/cmn/img/feature/geoselection/pc/earphones/swe100m7/swe100m7_title.png");
    width: 454px;
    height: 38px;
}

.swe100m7 .item_names{
    background: url("/cmn/img/feature/geoselection/pc/earphones/swe100m7/swe100m7_image01.png") left 128px no-repeat;
    height: 391px;
    width: 516px;
}

.swe100m7 .item_name_left{
    width: 250px;
}

.swe100m7 .item_name_right{
    position: absolute;
    left: 220px;
    top: 0;
}

.swe100m7 .feature_list{
	padding-right: 20px;
	width: 465px;
}

/* GRFD-SWE300T4 */
.swe300t4 .item_title{
    background-image:url("/cmn/img/feature/geoselection/pc/earphones/swe300t4/ver2/title.png");
    width: 640px;
    height: 35px;
}

.swe300t4 .item_name_left{
    position: static;
}

.swe300t4 .item_name_right{
    position: static;
}

.swe300t4 .movie_box{
    width: 800px;
    height: 480px;
    margin: 35px auto 60px;
    background: url("https://img.youtube.com/vi/Gdj_HFkOKGM/hqdefault.jpg") no-repeat center;
    background-size: 100%;
}

/* GRFD-SWE100M22 */
.swe100m22 .item_title{
    background-image:url("/cmn/img/feature/geoselection/pc/earphones/swe100m22/swe100m22_title.png");
    width: 661px;
    height: 38px;
}

.swe100m22 .item_name_left{
    width: 260px;
}

.swe100m22 .item_names{
    background:url("/cmn/img/feature/geoselection/pc/earphones/swe100m22/swe100m22_image01.png") left bottom no-repeat;
    height: 354px;
    width: 518px;
}

.swe100m22 .item_name_right{
    position: absolute;
    left: 290px;
    top: 0;
}

.swe100m22 .feature_list{
	padding-right: 20px;
	width: 498px;
}

/* GRFD-SWE500JT05 */
.swe500jt05 .item_title{
    background-image:url("/cmn/img/feature/geoselection/pc/earphones/swe500jt05/swe500_title.png");
    width: 648px;
    height: 93px;
}

.swe500jt05 .item_name_left{
    width: 260px;
}

.swe500jt05 .flex_items {
    justify-content: space-between;
}

.swe500jt05 .item_names{
    background:url("/cmn/img/feature/geoselection/pc/earphones/swe500jt05/swe500_01.png") left bottom no-repeat;
    height: 357px;
    width: 490px;
}

.swe500jt05 .item_name_right{
    position: absolute;
    left: 260px;
    top: 0;
}

.swe500jt05 .feature_list{
	background:url("/cmn/img/feature/geoselection/pc/earphones/swe500jt05/swe500_03.png") left top no-repeat;
	height: 441px;
	padding-right: 20px;
	width: 490px;
}
/* GRFD-SWE300T5 */
.swe300t5 .item_title{
    background-image:url("/cmn/img/feature/geoselection/pc/earphones/swe300t5/grfd-swe300t5_title.png");
    width: 824px;
    height: 38px;
}

.swe300t5 .item_names{
    background:url("/cmn/img/feature/geoselection/pc/earphones/swe300t5/grfd-swe300t5_01.png") left bottom no-repeat;
    height: 375px;
    width: 518px;
}

.swe300t5 .item_name_left{
    width: 280px;
}

.swe300t5 .item_name_right{
    position: absolute;
    left: 270px;
    top: 0;
}

.swe300t5 .feature_list{
	background:url("/cmn/img/feature/geoselection/pc/earphones/swe300t5/grfd-swe300t5_03.png") left top no-repeat;
	height: 275px;
	padding-right: 36px;
	width: 518px;
}

/* SWE03 */
.swe03 .item_title{
    background-image:url("/cmn/img/feature/geoselection/pc/earphones/swe03/swe03_title.png");
    width: 473px;
    height: 42px;
}

.swe03 .item_names{
    background:url("/cmn/img/feature/geoselection/pc/earphones/swe03/swe03_image01.png") 60px 85px no-repeat;
    height: 315px;
    width: 513px;
}

.swe03 .item_name_left{
    width: 270px;
}

.swe03 .item_name_right{
    position: absolute;
    left: 260px;
    top: 0;
}

.swe03 .movie_box{
    width: 800px;
    height: 480px;
    margin: 35px auto 60px;
    background: url("https://img.youtube.com/vi/Gdj_HFkOKGM/hqdefault.jpg") no-repeat center;
    background-size: 100%;
}

/* SWE06 */
.swe06 .item_title{
    background-image:url("/cmn/img/feature/geoselection/pc/earphones/swe06/swe06_title.png");
    width: 448px;
    height: 88px;
}

.swe06 .item_names{
    background:url("/cmn/img/feature/geoselection/pc/earphones/swe06/swe06_image01.png") -55px 65px no-repeat;
    height: 357px;
    width: 520px;
}

.swe06 .item_name_left{
    width: 260px;
}

.swe06 .item_name_right{
    position: absolute;
    left: 290px;
    top: 0;
}

.swe06 .feature_list{
	padding-right: 20px;
	width: 520px;
}

/* GRFD-BTE200CX2 */
.bte200cx2 .item_title{
    background-image:url("/geomart/soundselection/20200527/pc/img/grfd-bte200cx2_title.png");
    width: 551px;
    height: 38px;
}

.bte200cx2 .item_names{
    background:url("/pc/img/feature/soundselection/200717/grfd-bte200cx2_left.png") left bottom no-repeat;
    height: 720px;
    width: 515px;
}

.bte200cx2 .item_name_left{
    width: 290px;
}

.bte200cx2 .item_name_right{
    position: absolute;
    left: 290px;
    top: 0;
}

/* GRFD-BTE200CX2B */
.bte200cx2b .item_title{
    background-image:url("/cmn/img/feature/geoselection/pc/earphones/bte200cx2b/bte200cx2b_title.png");
    width: 480px;
    height: 37px;
}

.bte200cx2b .item_names{
    background:url("/cmn/img/feature/geoselection/pc/earphones/bte200cx2b/bte200cx2b_image01.png") left bottom no-repeat;
    margin-bottom: 30px;
    height: 350px;
    width: 514px;
}

.bte200cx2b .item_name_left{
    width: 290px;
}

.bte200cx2b .item_name_right{
    position: absolute;
    left: 250px;
    top: 0;
}

.bte200cx2b .feature_list{
	background:url("/cmn/img/feature/geoselection/pc/earphones/bte200cx2b/bte200cx2b_image03.png") left top no-repeat;
	height: 500px;
	padding-right: 250px;
	width: 517px;
}

.bte200cx2b .feature_list dt{
	padding-bottom: 12px;
}

.bte200cx2b .feature_list dd{
	font-size: 16px;
	line-height: 1.5em;
}

/* BTE-I04 */
.btei04 .item_title{
    background-image:url("/cmn/img/feature/geoselection/pc/earphones/btei04/btei04_title.png");
    width: 488px;
    height: 88px;
}

.btei04 .item_names{
    background:url("/cmn/img/feature/geoselection/pc/earphones/btei04/btei04_image01.png") no-repeat;
    height: 409px;
    width: 514px;
}

.btei04 .item_name_left{
    width: 290px;
}

.btei04 .item_name_right {
    position: absolute;
    left: 270px;
    top: 0;
}

.btei04 .feature_list dl{
	padding: 0 20px 20px 0;
	width: 514px;
}

/* BK HA-FX43W */
.hafx43w .item_title{
    background-image:url("/cmn/img/feature/geoselection/pc/earphones/hafx43w/bkhafx43w_title.png");
    width: 576px;
    height: 42px;
}

.hafx43w .item_names{
    background:url("/cmn/img/feature/geoselection/pc/earphones/hafx43w/bkhafx43w_image01.png") 70px 110px no-repeat;
    height: 368px;
    width: 514px;
}

.hafx43w .item_name_left{
    width: 260px;
}

.hafx43w .item_name_right{
    position: absolute;
    left: 260px;
    top: 0;
}

.hafx43w .feature_text{
	background:url("/cmn/img/feature/geoselection/pc/earphones/hafx43w/bkhafx43w_image03_01.png") no-repeat;
	color: #000;
	height: 165px;
	font-size: 16px;
	line-height: 1.5em;
	padding-right: 100px;
	text-align: left;
	width: 514px;
}

.hafx43w .feature_text .feature_list-title{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: 12px;
}

/* GRFD-BTE300BN28 */
.bte300bn28 .item_title{
    background-image:url("/cmn/img/feature/geoselection/pc/earphones/bte300bn28/bte300bn28_title.png");
    width: 800px;
    height: 70px;
}

.bte300bn28 .item_names{
    background:url("/cmn/img/feature/geoselection/pc/earphones/bte300bn28/bte300bn28_image01.png") 0 122px no-repeat;
    height: 356px;
    width: 515px;
}

.bte300bn28 .item_name_left{
    width: 260px;
}

.bte300bn28 .item_name_right{
    position: absolute;
    left: 250px;
    top: 0;
}

.bte300bn28 .feature_list dl{
	box-sizing: border-box;
	padding: 0 20px 20px 0;
	width: 515px;
}

/* GRFD-BTE100S3 */

.bch200b300 .item_names{
    background:url("/cmn/img/feature/geoselection/pc/earphones/bch200b300/image_02.png") 0 130px no-repeat;
    height: 371px;
    width: 515px;
}

.bch200b300 .item_name_left{
    width: 270px;
}

.bch200b300 .item_name_right{
    left: 280px;
    position: absolute;
    top: 0;
}

.bch200b300 .feature_list{
    background: url(/cmn/img/feature/geoselection/pc/earphones/bch200b300/image_03.png) right 30% no-repeat;
    display: block;
    font-weight: bold;
    margin-right: 20px;
    width: 490px;
}

.bch200b300 .feature_list p {
    font-weight: normal;
    margin-bottom: 20px;
    padding-right: 180px;
    padding-left: 0;
    text-indent: 0;
}


/* GRFD-HEP100T8C */
.hep100t8c .item_title{
    background-image:url("/cmn/img/feature/geoselection/pc/earphones/hep100t8c/hep100t8c_title.png");
    width: 613px;
    height: 36px;
    margin-bottom: 90px;
}

.hep100t8c .item_names{
    background:url("/cmn/img/feature/geoselection/pc/earphones/hep100t8c/hep100t8c_image01.png") 120px bottom no-repeat;
    height: 346px;
    width: 510px;
}

.hep100t8c .item_name_left{
    width: 200px;
}

.hep100t8c .item_name_right{
    position: absolute;
    left: 215px;
    top: 0;
}

.hep100t8c .feature_list{
	padding-right: 20px;
	width: 490px;
}

/* GRAMO-LTEP-I01 */
.ltepi01 .item_title{
    background-image:url("/cmn/img/feature/geoselection/pc/earphones/ltepi01/ltepi01_title.png");
    width: 723px;
    height: 38px;
    margin-bottom: 90px;
}

.ltepi01 .item_names{
    background:url("/cmn/img/feature/geoselection/pc/earphones/ltepi01/ltepi01_image01.png") no-repeat;
    height: 346px;
    width: 510px;
}

.ltepi01 .item_name_left{
    width: 260px;
}

.ltepi01 .item_name_right{
    position: absolute;
    left: 230px;
    top: 0;
}

.ltepi01 .feature_list dl{
	height: 360px;
	padding-right: 20px;
	width: 490px;
}

.ltepi01 .feature_list li{
	line-height: 1.2em;
	padding-bottom: 1em;
}

/* GRAMO-TCEP-I01 */
.tcepi01 .item_title{
    background-image:url("/cmn/img/feature/geoselection/pc/earphones/tcepi01/tcepi01_title.png");
    width: 851px;
    height: 44px;
    margin-bottom: 90px;
    margin-top: 50px;
}

.tcepi01 .item_names{
    background:url("/cmn/img/feature/geoselection/pc/earphones/tcepi01/tcepi01_image01.png") no-repeat;
    height: 347px;
    width: 505px;
}

.tcepi01 .item_name_left{
    width: 260px;
}

.tcepi01 .item_name_right{
    position: absolute;
    left: 255px;
    top: 0;
}

.tcepi01 .feature_list dl{
	height: 362px;
	padding-right: 20px;
	width: 485px;
}

.tcepi01 .feature_list li{
	line-height: 1.2em;
	padding-bottom: 1em;
}

/* GRND-HFEM100F900 */
.hfem100f900 .item_title{
    background-image:url("/cmn/img/feature/geoselection/pc/earphones/hfem100f900/hfem100f900_title.png");
    width: 451px;
    height: 43px;
}

.hfem100f900 .item_names{
    background: url(/cmn/img/feature/geoselection/pc/earphones/hfem100f900/hfem100f900_image01.png) 50px 148px /420px auto no-repeat;
    height: 316px;
    width: 510px;
}

.hfem100f900 .item_name_left{
    width: 240px;
}

.hfem100f900 .item_name_right{
    position: absolute;
    left: 220px;
    top: 0;
}

.hfem100f900 .feature_list{
	background:url("/cmn/img/feature/geoselection/pc/earphones/hfem100f900/hfem100f900_image03.png") no-repeat;
	padding-top: 36px;
	width: 510px;
}

/* GRND-HFEM100FT88 */
.hfem100ft88 .item_title{
    background-image:url("/cmn/img/feature/geoselection/pc/earphones/hfem100ft88/hfem100ft88_title.png");
    width: 791px;
    height: 44px;
}

.hfem100ft88 .item_names{
    background:url("/cmn/img/feature/geoselection/pc/earphones/hfem100ft88/hfem100ft88_image01.png") 0 130px no-repeat;
    height: 340px;
    width: 518px;
}

.hfem100ft88 .item_name_left{
    width: 240px;
}

.hfem100ft88 .item_name_right{
    position: absolute;
    left: 250px;
    top: 0;
}

.hfem100ft88 .feature_list{
	background:url("/cmn/img/feature/geoselection/pc/earphones/hfem100ft88/hfem100ft88_image03.png") no-repeat;
	height: 274px;
	width: 518px;
}

/* HFEM01 */
.hfem01 .item_title{
    background-image:url("/cmn/img/feature/geoselection/pc/earphones/hfem01/hefm01_title.png");
    width: 359px;
    height: 42px;
}

.hfem01 .item_names{
    background:url("/cmn/img/feature/geoselection/pc/earphones/hfem01/hefm01_image01.png") 90px 115px no-repeat;
    height: 324px;
    width: 516px;
}

.hfem01 .item_name_left{
    width: 290px;
}

.hfem01 .item_name_right{
    position: absolute;
    left: 295px;
    top: 0;
}

.hfem01 .feature_list{
	background:url("/cmn/img/feature/geoselection/pc/earphones/hfem01/hefm01_image03.png") no-repeat;
	height: 291px;
	margin-top: 20px;
	width: 516px;
}

/* GRND-DR100AKL2B */
.dr100akl2b .item_names{
    background:url("/cmn/img/feature/geoselection/pc/otheritem/dr100akl2b/dr100akl2b_image01.png") 0 101px no-repeat;
    height: 340px;
    width: 517px;
}

.dr100akl2b .item_name_left{
    width: 290px;
}

.dr100akl2b .item_name_right{
    position: absolute;
    left: 250px;
    top: 0;
}

.dr100akl2b .item_title{
    background-image:url("/cmn/img/feature/geoselection/pc/otheritem/dr100akl2b/dr100akl2b_title.png");
    width: 500px;
    height: 90px;
}

.dr100akl2b .feature_list dl{
	margin-bottom: 20px;
	width: 500px;
}

/* GRND-DR300AKJ503 */
.dr300akj503 .item_title{
    background-image:url("/cmn/img/feature/geoselection/pc/otheritem/dr300akj503/dr300akj503_title.png");
    width: 550px;
    height: 90px;
}

.dr300akj503 .item_names{
    background:url("/cmn/img/feature/geoselection/pc/otheritem/dr300akj503/dr300akj503_image01.png") 0 128px no-repeat;
    height: 340px;
    width: 515px;
}

.dr300akj503 .item_name_left{
    width: 290px;
}

.dr300akj503 .item_name_right{
    position: absolute;
    left: 250px;
    top: 0;
}

.dr300akj503 .feature_list{
	width: 500px;
}

/* SGSW-STS01 */
.sts01 .item_title{
    background-image:url("/cmn/img/feature/geoselection/pc/spitems/sts01/sts01_title.png");
    width: 800px;
    height: 62px;
}

.sts01 .item_names{
    background:url("/cmn/img/feature/geoselection/pc/spitems/sts01/sts01_image01.png") 0 100px no-repeat;
    height: 340px;
    width: 521px;
}

.sts01 .item_name_left{
    width: 290px;
}

.sts01 .item_name_right{
    position: absolute;
    left: 275px;
    top: -3px;
}

.sts01 .feature_list{
	width: 500px;
}

/* GHBTD100 */
.ghbtd100 .item_title{
    background-image:url("/cmn/img/feature/geoselection/pc/spitems/ghbtd100/ghbtd100_title.png");
    width: 502px;
    height: 86px;
}

.ghbtd100 .item_names{
    background:url("/cmn/img/feature/geoselection/pc/spitems/ghbtd100/ghbtd100_image01.png") bottom no-repeat;
    height: 270px;
    width: 517px;
}

.ghbtd100 .item_name_left{
    width: 260px;
}

.ghbtd100 .item_name_right{
    position: absolute;
    left: 255px;
    top: 0;
}

.ghbtd100 .feature_list dl{
	margin-bottom: 20px;
	width: 500px;
}

/* SGBD-MCB01 */
.mcb01 .item_title{
    background-image:url("/cmn/img/feature/geoselection/pc/spitems/mcb01/sgbdmcb01_title.png");
    width: 584px;
    height: 73px;
}

.mcb01 .item_names{
    background:url("/cmn/img/feature/geoselection/pc/spitems/mcb01/sgbdmcb01_image01.jpg") bottom no-repeat;
    height: 350px;
    width: 512px;
}

.mcb01 .item_name_left{
    width: 290px;
}

.mcb01 .item_name_right {
    position: absolute;
    left: 290px;
    top: 0;
}

/* GH-PJTAGE-BK */
.pjtage .item_title{
    background-image:url("/cmn/img/feature/geoselection/pc/player/pjtage/pjtage_title.png");
    width: 850px;
    height: 70px;
}

.pjtage .item_names{
    background:url("/cmn/img/feature/geoselection/pc/player/pjtage/pjtage_image01.png") left top no-repeat;
    height: 356px;
    width: 516px;
}

.pjtage .item_name_left{
    width: 290px;
}

.pjtage .item_name_right{
    position: absolute;
    left: 250px;
    top: 0;
}

.pjtage .feature_list{
	width: 500px;
}

/* GH-DVPJA-BK */
.dvpjabk .item_title{
    background-image:url("/cmn/img/feature/geoselection/pc/player/dvpjabk/dvpja_title.png");
    width: 508px;
    height: 86px;
}

.dvpjabk .item_names{
    background:url("/cmn/img/feature/geoselection/pc/player/dvpjabk/dvpja_image01.png") no-repeat bottom center;
    height: 357px;
    width: 510px;
}

.dvpjabk .item_name_left{
    width: 240px;
}

.dvpjabk .item_name_right {
    position: absolute;
    left: 230px;
    top: 0;
}

.dvpjabk .feature_list{
	width: 500px;
}

/* GH-PDV9SG-WH */
.gh-pdv9sg .item_names{
    background:url("/cmn/img/feature/geoselection/pc/player/gh-pdv9sg/image_01.png") no-repeat bottom center;
    height: 314px;
    margin: 0 20px 40px 0;
    width: 490px;
}

.gh-pdv9sg .item_name_left{
    width: 250px;
}

.gh-pdv9sg .item_name_right {
    position: absolute;
    left: 250px;
    top: 0;
}

.gh-pdv9sg .feature_list{
    margin: 0 38px 30px 0;
    width: 470px;
}

.gh-pdv9sg .feature_list li {
    font-weight: bold;
}

.gh-pdv9sg .feature_list li span {
    display: block;
    font-size: 15px;
    text-indent: 0;
}

/* GRND-GMSPK300A23 */
.gmspk300a23 .item_title{
    background-image:url("/cmn/img/feature/geoselection/pc/speaker/gmspk300a23/gmspk300a23_title.png");
    width: 652px;
    height: 86px;
}

.gmspk300a23 .item_names{
    background:url("/cmn/img/feature/geoselection/pc/speaker/gmspk300a23/gmspk300a23_image01.png") left bottom no-repeat;
    height: 285px;
    width: 520px;
}

.gmspk300a23 .item_name_left{
    width: 240px;
}

.gmspk300a23 .item_name_right{
    position: absolute;
    left: 260px;
    top: 0;
}

.gmspk300a23 .feature_list{
	margin-top: 45px;
	width: 500px;
}

/* KABS-022B */
.kabs022b .item_title{
    background-image:url("/cmn/img/feature/geoselection/pc/speaker/kabs022b/kabs022b_title.png");
    width: 607px;
    height: 86px;
}

.kabs022b .item_names{
    background:url("/cmn/img/feature/geoselection/pc/speaker/kabs022b/kabs022b_image01.png") bottom no-repeat;
    height: 310px;
    width: 518px;
}

.kabs022b .item_name_left{
    width: 290px;
}

.kabs022b .item_name_right{
    position: absolute;
    left: 250px;
    top: 0;
}

.kabs022b .feature_list dl{
	margin: 30px 0;
	width: 470px;
}

/* GRND-SPK100CS2043 */
.spk100cs2043 .item_title{
    background-image:url("/cmn/img/feature/geoselection/pc/speaker/spk100cs2043/grfd-spk100cs2043_title.png");
    width: 551px;
    height: 73px;
}

.spk100cs2043 .item_names{
    background:url("/cmn/img/feature/geoselection/pc/speaker/spk100cs2043/grfd-spk100cs2043_left.png") left bottom no-repeat;
    height: 320px;
    width: 519px;
}

.spk100cs2043 .item_name_left{
    width: 290px;
}

.spk100cs2043 .item_name_right{
    position: absolute;
    left: 260px;
    top: 0;
}

.spk100cs2043 .feature_list{
	margin-right: 40px;
	width: 470px;
}

/* GRAMO-TVSPK02 */
.tvspk02 .item_title{
    background-image:url("/cmn/img/feature/geoselection/pc/speaker/tvspk02/gramotvspk02_title.png");
    width: 555px;
    height: 42px;
}

.tvspk02 .item_names{
    background:url("/cmn/img/feature/geoselection/pc/speaker/tvspk02/gramotvspk02_image01.png") no-repeat;
    height: 325px;
    width: 516px;
}

.tvspk02 .item_name_left{
    width: 260px;
}

.tvspk02 .item_name_right{
    position: absolute;
    left: 225px;
    top: 0;
}

.tvspk02 .feature_list{
	box-sizing: border-box;
	margin-top: 22px;
	padding-right: 16px;
	width: 500px;
}

.tvspk02 .feature_list dl{
	margin-bottom: 20px;
}

.tvspk02 .feature_list-title{
	font-size: 18px;
	line-height: 1.5em;
}

.tvspk02 .feature_list p{
	font-size: 16px;
	line-height: 1.5em;
}

/* GRND-TVSPK03 */
.tvspk03 .item_title{
    background-image:url("/cmn/img/feature/geoselection/pc/speaker/tvspk03/grndtvspk03_title.png");
    width: 491px;
    height: 88px;
}

.tvspk03 .item_names{
    background:url("/cmn/img/feature/geoselection/pc/speaker/tvspk03/grndtvspk03_image01.png") no-repeat;
    height: 456px;
    width: 514px;
}

.tvspk03 .item_name_left{
    width: 270px;
}

.tvspk03 .item_name_right {
    position: absolute;
    left: 270px;
    top: 0;
}

.tvspk03 .feature_list{
	box-sizing: border-box;
	margin-top: 10px;
	width: 514px;
}

.tvspk03 .feature_list li{
	padding-right: 20px;
}

.tvspk03 .feature_list li:first-child{
    background:url("/cmn/img/feature/geoselection/pc/speaker/tvspk03/grndtvspk03_image03.png") no-repeat center bottom;
    margin-bottom: 10px;
    padding-bottom: 134px;
}

/* GH-TV50CGE-BK */
.tv50cge .item_title{
    background-image:url("/cmn/img/feature/geoselection/pc/4ktv/tv50cge/title.png");
    width: 896px;
    height: 35px;
}
/*
.tv50cge .icon_price{
    background-image:url("/cmn/img/feature/geoselection/pc/common/specialprice.png");
    padding: 0;
    width: 187px;
    height: 44px;
    text-indent: -9999px;
}
*/
.tv50cge .movie_box{
    width: 800px;
    height: 480px;
    margin: 35px auto 60px;
    background: url("https://img.youtube.com/vi/Gdj_HFkOKGM/hqdefault.jpg") no-repeat center;
    background-size: 100%;
}

/* 43E6000 */
.tv43e6000 .item_title{
    background-image:url("/cmn/img/feature/geoselection/pc/4ktv/43e6000/title.png");
    width: 596px;
    height: 35px;
}

/* 50E6000 */
.tv50se6000 .item_title{
    background-image:url("/cmn/img/feature/geoselection/pc/4ktv/50se6000/title.png");
    width: 750px;
    height: 30px;
}

/* GH-TV50BG-BK */
.tv50gb .item_title{
    background-image:url("/cmn/img/feature/geoselection/pc/4ktv/tv50gb/title.png");
    width: 891px;
    height: 30px;
}

/* AX-KH43T */
.kh43t .item_title{
    background-image:url("/cmn/img/feature/geoselection/pc/4ktv/kh43t/title.png");
    width: 986px;
    height: 30px;
}

/* sk-3ac3usbpd */
#sk-3ac3usbpd .item_price strong {
    font-size: 50px;
}


.tv_common .feature_list{
	margin:0 auto;
	width: 820px;
}

.tv_common .feature_list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.tv_common .feature_list ul li{
	width: 50%;
	font-size: 24px;
	line-height: 1.5em;
	font-weight: bold;
}

.tv_common .feature_list li span{
	font-size: 14px;
}

.tv_common .kh43t .feature_list{
	width: 960px;
}

.feature_list-under_text{
	font-size: 18px;
	line-height: 1.5em;
	padding-left: 1em;
	text-indent: -1em;
	margin:20px auto 0;
	width: 960px;
}