/* ==================================================
	reset
================================================== */

body {
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: 400;
	margin: 0;
}
p {
	margin: 0;
}
ul, ol, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
dl, dt, dd {
	margin: 0;
	padding: 0;
}





/* ==================================================
	font
================================================== */

/* Forma DJR Display */
@font-face {
	font-family: 'FormaDJRDisplay';
	src:url('/portal/page/out/mss/hpi/poly_bluetooth-headsets_feature/style/font/FormaDJRDisplay-Regular.ttf') format('truetype')
}
/* Forma DJR Micro */
@font-face {
	font-family: 'FormaDJRMicro';
	src:url('/portal/page/out/mss/hpi/poly_bluetooth-headsets_feature/style/font/FormaDJRMicro-Regular.ttf') format('truetype')
}


/* Japanese -------------------- */

/* Forma DJR Display */
@font-face {
	font-family: 'FormaDJRJapaneseDisplay';
	src:url('/portal/page/out/mss/hpi/poly_bluetooth-headsets_feature/style/font/FormaDJRJapaneseDisplay-Regular.ttf') format('truetype')
}
/* Forma DJR Micro */
@font-face {
	font-family: 'FormaDJRJapaneseMicro';
	src:url('/portal/page/out/mss/hpi/poly_bluetooth-headsets_feature/style/font/FormaDJRJapaneseMicro-Regular.ttf') format('truetype')
}





/* ==================================================
	root
================================================== */

:root {
	--indigo: #002a4e;
	--indigo75: #405f7a;
	--indigo50: #7f94a6;
	--indigo35: #a6b5c1;
	--photo-gray: #e2e2e2;
	--slate: #405c7d;
	--wave: #608fab;
	--sky: #b0ccd9;
	--sand: #f2e8c9;
	--lava: #ef3200;
}





/* ==================================================
	base
================================================== */

.visid {
	width: 100%;
	max-width: 1148px;
	margin-right: auto;
	margin-left: auto;
	font-family: "FormaDJRMicro","FormaDJRJapaneseMicro","Arial",sans-serif;
	font-size: 16px;
	line-height: 1.375;
}
.visid,
.visid *,
.visid *::before,
.visid *::after {
	box-sizing: border-box;
}
.visid img,
.visid video {
	vertical-align: bottom;
	max-width: 100%;
}
.visid sup,
.visid sub {
	position: relative;
	vertical-align: baseline;
	height: 0;
	font-size: smaller;
	line-height: 1;
}
.visid sup {
	bottom: 1ex;
}
.visid sub {
	top: 1ex;
}



/* ----------------------------------------
	a
---------------------------------------- */

.visid a {
	color: #007dba;
	text-decoration: none;
}
.visid a:hover {
	text-decoration: underline;
}
.visid a:visited {
	color: #822980;
}


/* images -------------------- */

.visid a img {
	transition: .2s;
}
.visid a:hover img {
	opacity: .7;
}



/* ----------------------------------------
	table
---------------------------------------- */

.visid table {
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
}
.visid th,
.visid td {
	vertical-align: middle;
	padding: .8em 1em;
	border: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
	.visid th,
	.visid td {
		font-size: 14px;
	}
}

.comp_table .null {
	background: inherit;
	border: none;
}
.comp_table th {
	background: #d1d3d4;
}
.comp_table th,
.comp_table td {
	border: 1px solid #000;
	text-align: center;
}

@media screen and (min-width: 1024px) {
	.ml10_lg { margin-left: 10px; }
	.pr20_lg {padding-right: 20px; }
	.pr40_lg {padding-right: 40px; }
	.w30_lg { width: 30%; }
	.w40_lg { width: 40%; }
	.w50_lg { width: 50%; }
	.w60_lg { width: 60%; }
	.w70_lg { width: 70%; }
	.w_auto_lg { width: auto; }
}

/* ==================================================
	common
================================================== */

/* ----------------------------------------
	color
---------------------------------------- */

.fc_indigo { color: var(--indigo) !important; }
.fc_indigo75 { color: var(--indigo75) !important; }
.fc_indigo50 { color: var(--indigo50) !important; }
.fc_indigo35 { color: var(--indigo35) !important; }
.fc_lava { color: var(--lava) !important; }



/* ----------------------------------------
	cont_wrap
---------------------------------------- */

.cont_wrap {
	padding: 40px 20px;
}

@media screen and (min-width: 768px) {
	.cont_wrap {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

@media screen and (min-width: 1024px) {
	.cont_wrap {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media screen and (min-width: 1148px) {
	.cont_wrap {
		padding-right: 0;
		padding-left: 0;
	}
}



/* ----------------------------------------
	heading
---------------------------------------- */

.visid h1,
.visid h2,
.visid h3,
.visid h4,
.visid h5,
.visid h6 {
	font-weight: normal;
}
.xl, .xxl, .x3l, .x4l, .x5l,
.h1, .h2, .h3, .h4, .h5 {
	font-weight: normal;
}
.xl, .xxl, .x3l, .x4l, .x5l {
	font-family: "FormaDJRDisplay","FormaDJRJapaneseDisplay";
}

.x5l { font-size: 46px; line-height: 50px; }
.x4l { font-size: 46px; line-height: 50px; }
.x3l { font-size: 46px; line-height: 50px; }
.xxl { font-size: 40px; line-height: 46px; }
.xl { font-size: 30px; line-height: 34px; }
.h1 { font-size: 26px; line-height: 28px; }
.h2 { font-size: 24px; line-height: 26px; }
.h3 { font-size: 22px; line-height: 26px; }
.h4 { font-size: 20px; line-height: 24px; }
.h5 { font-size: 18px; line-height: 26px; }

@media screen and (min-width: 768px) {
	.x5l { font-size: 90px; line-height: 96px; }
	.x4l { font-size: 90px; line-height: 96px; }
	.x3l { font-size: 90px; line-height: 96px; }
	.xxl { font-size: 60px; line-height: 66px; }
	.xl { font-size: 40px; line-height: 44px; }
	.h1 { font-size: 36px; line-height: 40px; }
	.h2 { font-size: 32px; line-height: 36px; }
	.h3 { font-size: 26px; line-height: 30px; }
	.h4 { font-size: 20px; line-height: 26px; }
}

@media screen and (min-width: 1024px) {
	.x5l { font-size: 260px; line-height: 260px; }
	.x4l { font-size: 180px; line-height: 180px; }
	.x3l { font-size: 112px; line-height: 116px; }
	.xxl { font-size: 70px; line-height: 74px; }
	.xl { font-size: 50px; line-height: 52px; }
	.h1 { font-size: 40px; line-height: 42px; }
	.h2 { font-size: 34px; line-height: 40px; }
	.h3 { font-size: 28px; line-height: 34px; }
	.h4 { font-size: 22px; line-height: 28px; }
	.h5 { font-size: 20px; line-height: 28px; }
}


/* hLine -------------------- */

.hLine {
	overflow: hidden;
	font-weight: normal;
	text-align: center;
}
.hLine > span {
	display: inline-block;
	position: relative;
	padding: 0 .5em;
}
.hLine > span::before,
.hLine > span::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 99em;
	border-top: 1px solid #000;
}
.hLine > span::before {
	right: 100%;
}
.hLine > span::after {
	left: 100%;
}



/* ----------------------------------------
	margin
---------------------------------------- */

.xl + p { margin-top: 20px; }
.h1 + p { margin-top: 10px; }
.h2 + p { margin-top: 16px; }
.h3 + p { margin-top: 16px; }
.h4 + p { margin-top: 10px; }
.h5 + p { margin-top: 10px; }

.visid p + p,
.visid div + p,
.visid ul + p,
.visid ol + p,
.visid dl + p
.visid img + p {
	margin-top: 1em;
}



/* ----------------------------------------
	sup
---------------------------------------- */

sup.small {
	vertical-align: super;
	font-size: 13.3333px;
	font-weight: normal;
}



/* ----------------------------------------
	text-align
---------------------------------------- */

.tcenter {
	text-align: center !important;
}
.tleft {
	text-align: left!important;
}
.tright {
	text-align: right!important;
}


/* ----------------------------------------
	button
---------------------------------------- */

a.button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	vertical-align: bottom;
	padding: .5em 1.2em;
	font-size: 16px;
	text-align: center;
	line-height: 1.2;
	transition: .2s;
}
a.button:link,
a.button:visited,
a.button:hover,
a.button:focus {
	color: #fff;
	text-decoration: none;
}
a.button.slim {
	font-size: 13px;
}
a.button.sslim {
	font-size: 11px;
}


/* large -------------------- */

a.button.large {
	padding: .8em 1.2em;
	font-size: 20px;
}

@media screen and (min-width: 1024px) {
	a.button.large {
		font-size: 22px;
	}
}


/* quote -------------------- */

a.button.quote {
	background: var(--lava);
}
a.button.quote:hover {
	background: var(--indigo);
}


/* download -------------------- */

a.button.download {
	color: var(--indigo);
	background: #fff;
	outline: 1px solid var(--indigo);
	outline-offset: -1px;
}
a.button.download:hover {
	background: var(--photo-gray);
}


/* indigo -------------------- */

a.button.indigo {
	background: var(--indigo);
}
a.button.indigo:hover {
	background: var(--indigo75);
}


/* push -------------------- */

a.button.push:hover {
	transform: translateY(5px);
}



/* ----------------------------------------
	notes
---------------------------------------- */

.notes {
	padding-left: 1em;
	font-size: 12px;
	line-height: 1.33;
	text-indent: -1em;
}
.notes > li:nth-child(n+2) {
	margin-top: .5em;
}


/* num -------------------- */

.notes_num {
	counter-reset: num;
	font-size: 12px;
	line-height: 1.33;
}
.notes_num > li {
	position: relative;
	padding-left: 3em;
}
.notes_num > li:nth-child(n+2) {
	margin-top: .5em;
}
.notes_num > li::before {
	counter-increment: num;
	content: "\203B" counters(num, "-") "";
	position: absolute;
	left: 0;
}



/* ----------------------------------------
	list_basic
---------------------------------------- */

.list_basic > li {
	position: relative;
	padding-left: 1em;
	line-height: 1.6;
	text-align: left;
}
.list_basic > li:nth-child(n+2) {
	margin-top: 5px;
}
.list_basic > li::before {
	content: "\2022";
	position: absolute;
	top: .06em;
	left: 0;
	font-family: Arial;
	font-size: 130%;
	line-height: 1;
}


/* row -------------------- */

.list_basic.row {
	display: flex;
	flex-wrap: wrap;
	gap: .5em 2em;
}
.list_basic.row > li:nth-child(n+2) {
	margin-top: 0;
}



/* ----------------------------------------
	table - scroll
---------------------------------------- */

.table_scroll {
	display: block;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.table_scroll::-webkit-scrollbar {
	height: 6px;
}
.table_scroll::-webkit-scrollbar-track {
	background: #f2f2f2;
}
.table_scroll::-webkit-scrollbar-thumb {
	background: #0096d6;
	border-radius: 3px;
}








/* ----------------------------------------
	YouTube
---------------------------------------- */

.video-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* ----------------------------------------
	ruby
---------------------------------------- */

.visid ruby {
	ruby-align: center;
}
.visid rt {
	font-size: 40%;
	text-align: center;
}



.d_none {display: none;}
.d_inline {display: inline;}

@media screen and (min-width: 768px) {
	.d_none_md {display: none;}
	.d_inline_md {display: inline;}
}

@media screen and (min-width: 1024px) {
	.d_none_lg {display: none;}
	.d_inline_lg {display: inline;}
}


/* ==================================================
	local_navi
================================================== */

/*top*/
.local_navi_menu_top {
	margin-top: 40px;
}
.local_navi_menu_top {
	display: grid;
	gap: 0;
	text-align: center;
}
.local_navi_menu_top > li {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px 10px;
}
.local_navi_menu_top > li:nth-of-type(n+2) {
	margin-top: 20px;
	border-top: 1px solid #000;
}
.local_navi_menu_top > li >h3,.local_navi_menu_top > li >p {
	margin-bottom: 15px;
}
.local_navi_menu_top > li >div:last-of-type {
	margin-top: auto;
}

.local_navi_menu_top > li >*:nth-of-type(n+2) {
	margin-top: 15px;
}

@media screen and (min-width: 480px) {
	.local_navi_menu_top {
		grid-template-columns: repeat(3, 1fr);
	}
	.local_navi_menu_top > li {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 10px;
	}
	.local_navi_menu_top > li:nth-of-type(n+2) {
		margin-top: 0;
		border-top: none;
		border-left: 1px solid #000;
	}
	.local_navi_menu_top > li a {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}



/*navi menu*/

.local_navi {
	position: sticky;
	top: 0;
	z-index: 5;
	width: 100%;
}
.acco_check {
	display: none;
}
.local_navi_menu_wrap {
	/*padding: 20px 16px;*/
	background: #fff;
}
.local_navi_menu_level1 {
	display: grid;
	gap: 0;
}
.local_navi_menu_level1 > li {
	padding: 10px;
}
.local_navi_menu_level1 > li a {
	display: block;
	position: relative;
	transition: .2s;
	width: 100%;
	height: 100%;
	padding: 12px 5px 24px;
	color: #fff !important;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	background: var(--indigo);
	border-radius: 6px;
}
.local_navi_menu_level1 > li >*:nth-of-type(n+2) {
	margin-top: 15px;
}
.local_navi_menu_level1 > li a:hover {
	background: var(--indigo75);
}
.local_navi_menu_level1 > li a::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 8px;
	transform: translateX(-50%);
	width: 20px;
	height: 10px;
	background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6"><path d="m455.465 769.707-1.847-.974 3.478-5.054-3.475-4.989 1.841-.983 4.156 5.966z" transform="rotate(90 611.663 158.045)" fill="%23fff"></path></svg>');
}

@media screen and (max-width: 1023px) {
	html {
		scroll-padding-top: 50px;
	}
	.local_navi_trigger {
		display: flex;
		align-items: center;
		transition: .2s;
		height: 48px;
		margin-bottom: 1px;
		padding: 8px 16px;
		color: #fff;
		background: #000;
		cursor: pointer;
	}
	.local_navi_trigger::before {
		content: "";
		width: 12px;
		height: 6px;
		margin-right: 8px;
		background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6"><path d="m455.465 769.707-1.847-.974 3.478-5.054-3.475-4.989 1.841-.983 4.156 5.966z" transform="rotate(90 611.663 158.045)" fill="%23fff"></path></svg>');
	}
	.acco_check:checked + .local_navi_trigger::before {
		transform: rotate(180deg);
	}
	.local_navi_menu {
		display: block;
		visibility: hidden;
		transition: .5s;
		opacity: 0;
		position: absolute;
		width: 100%;
		height: 0;
		margin-top: -1px;
	}
	.acco_check:checked + .local_navi_trigger + .local_navi_menu {
		visibility: visible;
		height: auto;
		padding: 0;
		opacity: 1;
	}
	.local_navi_menu_level1 {
		overflow-y: scroll;
		width: 100%;
	}
	.local_navi_menu_level1 > li a {
		font-size: 16px;
	}
}

@media screen and (min-width: 480px) {
	.local_navi_menu_level1 {
		grid-template-columns: repeat(3, 1fr);
	}
	.local_navi_menu_level1 > li:nth-of-type(n+2) {
		border-left: 1px solid #000;
	}
	.local_navi_menu_level1 > li a {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

@media screen and (min-width: 1024px) {
	html {
		scroll-padding-top: 100px;
	}
	.local_navi_trigger {
		display: none;
	}
	/*.local_navi_menu_wrap {
		padding: 10px;
	}*/
	.local_navi_menu_level1 > li a {
		font-size: 18px;
	}
}


/* ==================================================
	color
================================================== */

:root {
	--key-color: #549ef7;
	--key-color90: #65a8f8;
	--key-color80: #76b1f9;
	--key-color70: #87bbf9;
	--key-color60: #98c5fa;
	--key-color50: #a9cefb;
	--key-color40: #bbd8fc;
	--key-color30: #cbe2fd;
	--key-color20: #ddecfd;
	--key-color10: #eef5fe;
	--standard-gray: #e6e6e6;
}



/* ==================================================
	main
================================================== */

.main {
	display: flex;
	flex-direction: column;
}
.main .cont {
	display: flex;
	flex-direction: column;
	background: var(--key-color30);
}
.main .title,
.main .subtitle,
.main .logo {
	padding: 20px;
}
.main .title {
	background: var(--key-color);
}
.main .title span {
	display: inline-block;
}
.main .subtitle {
	background: var(--key-color70);
}
.main .media {
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--standard-gray);
}
.main .media >img {
		width: 100%;
	}
@media screen and (min-width: 768px) {
	.main {
		flex-direction: row;
	}
	.main .cont,
	.main .media {
		width: 50%;
	}
	.main .media >img {
		display: none;
	}
	.main .media {
		background: url('/portal/page/out/mss/hpi/poly_bluetooth-headsets_feature/images/main.jpg')center center no-repeat;
		background-size: cover;
	}
	.main .title,
	.main .subtitle {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.main .logo {
		display: flex;
		align-items: center;
		height: 100%;
	}
}






/* ==================================================
	product
================================================== */

.product {
	padding: 20px 16px;
}

@media screen and (min-width: 768px) {
	.product {
		padding: 30px 20px;
	}
}

@media screen and (min-width: 1024px) {
	.product {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}



/* ----------------------------------------
	prod_head
---------------------------------------- */

.prod_head {
	position: relative;
	width: 100%;
	margin-top: 10px;
	padding: 10px 10px 12px;
	color: var(--indigo);
	text-align: center;
	background: var(--sky);
	border-radius: 10px;
}
.prod_head::after {
	content: "";
	position: absolute;
	top: calc(100% - 1px);
	left: 50%;
	transform: translateX(-50%);
	height: 11px;
	aspect-ratio: 2;
	clip-path: polygon(50% 100%,100% 0,0 0);
	background: var(--sky);
}


/* ----------------------------------------
	prod_main
---------------------------------------- */

.prod_main {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin-top: 20px;
}
.prod_main .media {
	text-align: center;
}
.prod_main > :first-child {
	text-align: center;
}

.prod_main h2 {
	color: #000;
	padding-bottom: .2em;
	border-bottom: 1px solid #000;
}
.prod_main .link_list {
	display: inline-grid;
	gap: 10px;
	width: 100%;
	max-width: 420px;
	margin-top: 20px;
}
.prod_main .link_list .button {
	width: 100%;
}

@media screen and (max-width: 1023px) {
	.prod_main {
		text-align: center;
	}
}

@media screen and (min-width: 1024px) {
	.prod_main {
		flex-direction: row;
		/*grid-template-columns: 42.27941176470588% 1fr;
		place-content: center;
  place-items: center;*/
		justify-content: space-between;
		align-items: center;
	}
	.prod_main >div {
		width: 48%;
	}
	.prod_main.rr >div:nth-of-type(1) {
		order: 2;
	}
	.prod_main.rr >div:nth-of-type(2) {
		order: 1;
	}

	.prod_main .link_list {
		max-width: none;
	}
}


/* table_spec -------------------- */

.table_spec {
	margin-top: 20px;
}
.table_spec caption {
	width: max-content;
	margin: 0 auto 10px;
	border-bottom: 1px solid #000;
}
.table_spec th,
.table_spec td {
	padding: 6px 10px;
	text-align: left;
	font-size: 13px;
	word-wrap: break-word;
	border-color: #000;
}
.table_spec th {
	width: 30%;
	font-weight: normal;
}
.table_spec .list_basic > li:nth-child(n+2) {
	margin-top: 0;
}

@media screen and (min-width: 480px) {
	.table_spec th,
	.table_spec td {
		font-size: 14px;
	}
}

@media screen and (min-width: 768px) {
	.table_spec th,
	.table_spec td {
		padding: 6px 12px;
	}
}



/* ----------------------------------------
	prod_chara
---------------------------------------- */


.prod_chara {
	margin-top: 40px;
}
.prod_chara_list {
	display: grid;
	gap: 40px;
	margin-top: 30px;
}
.prod_chara_list > * {
	display: flex;
	flex-direction: column;
	gap: 20px 40px;
}

@media screen and (max-width: 767px) {
	.prod_chara_list > * {
		max-width: 480px;
		margin: 0 auto;
	}
}

@media screen and (min-width: 768px) {
	.prod_chara_list > * {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.prod_chara_list > *:nth-child(odd) {
		flex-direction: row-reverse;
	}
	.prod_chara_list .media {
		width: 44.11764705882353%;
	}
	.prod_chara_list .cont {
		flex: 1;
	}
}



.bob {
	border-bottom: 1px solid #000;
	padding-bottom: .3em;
}

/* ----------------------------------------
	prod_video
---------------------------------------- */

.prod_video {
	margin-top: 30px;
	text-align: center;
	display: grid;
		/*grid-auto-flow: column;*/
	gap: 20px;
		margin: 40px auto 0;
	grid-template-columns: repeat(1, 1fr);
}
.prod_video_wrap {
	max-width: 800px;
	margin: 20px auto 0;
}



@media screen and (min-width: 813px) {

	.prod_video.col2 {
		grid-template-columns: repeat(2, 1fr);
	}
}


.col2 {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(1, 1fr);
}

@media screen and (min-width: 768px) {
	.col2 h3.line2 {
		height: 60px;
	}
	.col2 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 1290px) {
	.col2 h3.line2 {
		height: auto;
	}
}



/* ==================================================
	poly_chara_list
================================================== */

.poly_chara_list {
	display: grid;
	gap: 40px;
	margin-top: 40px;
}
.poly_chara_list > li {
	display: grid;
	gap: 20px 30px;
}
.poly_chara_list h3 {
	position: relative;
	margin-bottom: 20px;
	padding-left: 1.2em;
	color: var(--indigo);
}
.poly_chara_list h3::before {
	content: "";
	position: absolute;
	top: .2em;
	left: 0;
	width: .8em;
	height: .8em;
	background: var(--indigo);
}
.poly_chara_list > li > :last-child {
	text-align: center;
}
.poly_chara_link {
	margin-top: 40px;
	text-align: center;
}
.poly_chara_link .button {
	width: 100%;
	max-width: 420px;
}

@media screen and (min-width: 768px) {
	.poly_chara_list > li {
		grid-template-columns: 1fr 34.92647058823529%;
	}
}
