/* POSトップページ専用CSS */

/* 共通部分 */
.pcbr {
	display: block
}
.spbr {
	display: none
}
/* global-header */
.global-header{
	max-width: 1920px;
	width: 100%;
}
.global-header__menu-btn{
	background: white;
}
/* div#CONTENTS_BLOCK */
div#CONTENTS_BLOCK{
    max-width: 1920px !important;
	margin-top: -70px;
	padding: 0;
}
@media only screen and (max-width: 768px) {
	.pcbr {
		display: none
	}
	.spbr {
		display: block
	}
	div#CONTENTS_BLOCK{
		margin-top: -55px;
	}
}
/* pos-content */
.pos-content{
	display: block;
	max-width: 1920px;
	margin: 0 auto;
	width: 100%;
    height: 700px;
}
.pos-content_inner{
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}
.pos-content_inner-bg{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	padding: 1rem 0 2rem;
	background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	text-align: center;
}
.pos-content_inner-title{
	padding: 1rem;
	text-align: center;
	font-size: 4rem;
	font-size: bold;
}
.pos-content_inner-title--black{
	color:#222;
	border-bottom: 1px solid #666;
}
.pos-content_inner-title--white{
	color:white;
	border-bottom: 1px solid white;
}
.pos-content_inner-txt{
	margin-bottom: .5rem;
	font-size: 1rem !important;
	line-height: 1.6 !important;
	color:white;
}
.pos-content_inner-txt--mb{
	margin-bottom: 1rem;
}
.pos-content_inner-btn a{
	display: inline-flex;
    justify-content: center;
    gap: 10px;
	padding: 14px 2rem;
	background: white;
	text-align: center;
	border-radius: .5rem;
	color:#444 !important;
	font-size: 1rem;
	font-weight: bold;
}
.pos-content_inner-btn a:hover{
	opacity: .8;
	text-decoration: none !important;
}
.pos-content_inner-btn a::after{
	content: "";
    display: block;
    width: 8px;
    height: 13px;
    background: url(../common/img/btn_next_b.svg) no-repeat;
    background-size: 8px 13px;
    margin-top: 1px;
}

/* pos-kv */
.sr-only {
	position: absolute !important;
	width: 1px; height: 1px;
	padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0,0,0,0);
	white-space: nowrap; border: 0;
}
.pos-kv {
	position: relative;
	height: 500px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.pos-kv__media {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 0;
}
.pos-kv .pos-kv__media > img {
	display: block;
	width: 100%;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover;
	object-position: center center;
}

/* pos_news */
.pos-content--news{
	height: auto;
	margin: 2rem auto 3rem;
}
.pos-news_title{
	margin-bottom:1rem;
	padding-bottom:4px;
	font-size: 1.5rem;
	font-weight: bold;
	border-bottom: 1px solid #666;
}
.pos-news_list {
	display: grid;
	grid-template-columns: 8rem 1fr; /* 左: 日付, 右: テキスト */
	gap: 0 1rem;
	margin-bottom: 0.5rem;
}
.pos-news_list:last-child{
	margin-bottom:0;
}
.pos-news_list a{
	color:#222 !important;
	text-decoration: underline !important;
}
.pos-news_list a:hover{
	text-decoration: none !important;
	opacity: .8;
}
.pos-news_list a.pdf{
	background: url(/products/pos/common/img/icon_pdf.svg) no-repeat right center;
    background-size: 16px 16px;
    bottom: 9px;
    padding: 0 25px 0 0;
}
.pos-news_list a.link-blank{
	background: url(/etc/designs/panasonic/holdings/images/holdings-icn-blank-pc.svg) no-repeat right center;
    background-size: 16px 16px;
    bottom: 9px;
    padding: 0 25px 0 0;
}
hr.pos-news_hr {
	border-top: 1px solid #AAAAAA;
}
/* pos_bikes */
.pos-content--bikes{
	background: url('/products/pos/assets/img/index/bg_bikes.jpg') center/cover no-repeat;
}
/* pos_about */
.pos-content--about{
	background: url('/products/pos/assets/img/index/bg_about.jpg') center/cover no-repeat;
}
/* pos_design */
.pos-content--design{
	background: url('/products/pos/assets/img/index/bg_design.jpg') center/cover no-repeat;
}
/* pos_technology */
.pos-content--technology{
	background: url('/products/pos/assets/img/index/bg_technology.jpg') center/cover no-repeat;
}
/* pos_afterservice */
.pos-content--afterservice{
	margin-bottom: 9rem;
	background: url('/products/pos/assets/img/index/bg_afterservice.jpg') center/cover no-repeat;
}
/* pos_shop */
#pos-shop .pos-content_inner-txt{
	margin-bottom: 3rem;
	padding-top: 1rem;
	color:#222 !important;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	/* pos-content */
	.pos-content_inner-title{
		padding:1rem 1rem .5rem;
		text-align: left;
		font-size: 2.5rem;
	}
	.pos-content_inner-txt{
		text-align: left;
	}
	.pos-content_inner-bg{
		padding: 1.25rem;
		background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
	}
	.pos-content_inner-btn a{
		width: 100%;
	}

	/* pos-kv */
	.pos-kv {
		height: 500px;
	}

	/* pos-news */
	.pos-content--news{
		margin: 0;
		padding: 2rem 1rem;
	}
	.pos-news_list {
		display: block;
	}

	/* pos-bikes */
	.pos-content--bikes{
		background: url('/products/pos/assets/img/index/bg_bikes_sp.jpg') center/cover no-repeat;
	}
	/* pos-about */
	.pos-content--about{
		background: url('/products/pos/assets/img/index/bg_about_sp.jpg') center/cover no-repeat;
	}
	/* pos-design */
	.pos-content--design{
		background: url('/products/pos/assets/img/index/bg_design_sp.jpg') center/cover no-repeat;
	}
	/* pos-technology */
	.pos-content--technology{
		background: url('/products/pos/assets/img/index/bg_technology_sp.jpg') center/cover no-repeat;
	}
	/* pos_afterservice */
	.pos-content--afterservice{
		margin-bottom: 8rem;
		background: url('/products/pos/assets/img/index/bg_afterservice_sp.jpg') center/cover no-repeat;
	}
	/* pos-shop */
	#pos-shop .pos-content_inner,
	#pos-footer-breadcrumbs .pos-content_inner{
		padding: 0 1rem;
	}
	#pos-shop .pos-content_inner-title{
		text-align: center;
	}

}
