@charset "UTF-8";




html {
	font-size: 62.5%;
}

@media screen and (min-width: 768px) {
	html {
		/* x1.1 */
		font-size: 68.8%;
	}
}

@media screen and (min-width: 1024px) {
	html {
		overflow-y: scroll;
		font-size: 62.5%;
	}
}



body {
	font-size: 1.4rem;
	font-family: "HPSimplified","メイリオ",Meiryo,arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	background-color: #fff;
}





/* ==================================================
	link
================================================== */

a {
	color: #007dba;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #822980;
}



/* images -------------------- */

a img {
	transition: .2s;
}
a img:hover {
	opacity: .7;
}



/* tel -------------------- */

@media screen and (min-width: 1024px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}





/* ==================================================
	heading
================================================== */

h1, h2, h3, h4, h5, h6 {
	line-height: 1.6;
}
h2 { font-size: 2rem; }
h3 { font-size: 1.8rem; }
h4 { font-size: 1.6rem; }

@media screen and (min-width: 320px) {
	/* 20~25px */
	h2 { font-size: calc(2rem + ((1vw - 0.32rem) * 0.3878)); }
	/* 18~20px */
	h3 { font-size: calc(1.8rem + ((1vw - 0.32rem) * 0.0256)); }
}

@media screen and (min-width: 1024px) {
	h2 { font-size: 25px; }
	h3 { font-size: 20px; }
}





/* ==================================================
	form
================================================== */

button {
	font-family: "HPSimplified","メイリオ",Meiryo,arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
}





/* ==================================================
	layout
================================================== */

#everything {
	overflow-x: hidden;
}



/* ----------------------------------------
	section_content (width: 1000px)
---------------------------------------- */

.section_content {
	width: 100%;
}

@media screen and (min-width: 1024px) {
	.section_content {
		width: 1000px;
		margin-right: auto;
		margin-left: auto;
	}
}



/* ----------------------------------------
	content_area
---------------------------------------- */

.content_area {
	padding: 2rem 1.6rem;
}

@media screen and (min-width: 768px) {
	.content_area {
		padding: 40px 20px;
	}
}

@media screen and (min-width: 1024px) {
	.content_area {
		padding: 40px 0;
	}
}



/* ----------------------------------------
	z-index
---------------------------------------- */

.store_navi { z-index: 300; }
.header { z-index: 200; }
.local_navi { z-index: 2; }
.page_top_btn { z-index: 500; }
.footer { z-index: 400;}





/* ==================================================
	breadcrumbs
================================================== */

.breadcrumbs.for_pc {
	display: none;
}
.breadcrumbs.for_mobile {
	padding: 10px 16px;
}

.breadcrumbs_list::after {
	content: "";
	display: block;
	clear: both;
}
.breadcrumbs_list > li {
	float: left;
	color: #767676;
	font-size: 1.1rem;
}
.breadcrumbs_list > li::after {
	content: ">";
	margin: 0 5px;
	color: #999;
	font-size: 1.3rem;
	line-height: 1;
}
.breadcrumbs_list > li:last-child::after {
	content: none;
}



/* link -------------------- */

.breadcrumbs_list a {
	color: #069;
}
.breadcrumbs_list a:visited {
	color: #069;
	text-decoration: none;
}
.breadcrumbs_list a:hover {
	color: #0096d6;
	text-decoration: none;
}



@media screen and (min-width: 768px) {
	.breadcrumbs.for_mobile {
		padding: 10px 20px;
	}
}



@media screen and (min-width: 1024px) {
	.breadcrumbs.for_pc {
		display: block;
		width: 1000px;
		margin-right: auto;
		margin-left: auto;
		padding: 10px 0 0;
	}
	.breadcrumbs.for_mobile {
		display: none;
	}
}





/* ==================================================
	page_title_area
================================================== */

.page_title_area {
	display: flex;
	justify-content: space-between;
	padding: 15px 16px;
}
.head_h1 {
	color: #000;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.3;
}



@media screen and (max-width: 479px) {
	.mda_tagline {
		width: 40%;
		margin-left: 10px;
	}
	.mda_tagline a {
		display: block;
		line-height: 1;
	}
	.mda_tagline img {
		width: 100%;
	}
}



@media screen and (min-width: 320px) {
	.head_h1 {
		/* 17~25px */
		font-size: calc(1.7rem + ((1vw - 0.32rem) * 0.8139));
	}
}



@media screen and (min-width: 480px) {
	.page_title_area {
		padding: 15px 20px;
	}
}



@media screen and (min-width: 1024px) {
	.page_title_area {
		width: 1000px;
		margin-right: auto;
		margin-left: auto;
		padding: 0;
	}
	.page_title {
		width: 760px;
	}
	.head_h1 {
		margin: 10px 0 20px;
		font-size: 25px;
		font-weight: bold;
	}
	.mda_tagline {
		align-self: flex-start;
		padding: 10px;
		text-align: right;
	}
}



/* ----------------------------------------
	#page_title_area
---------------------------------------- */

@media screen and (max-width: 1023px) {
	.root .page_title_area_aem {
		padding: 15px 16px 10px;
	}
	.root .page_title_area_aem > .cmp-hpj-layout-container > div > .aem-Grid {
		flex-wrap: wrap;
	}
	.root .page_title_area_aem > .cmp-hpj-layout-container > div > .aem-Grid > .hpj-title {
		width: auto !important;
		margin-bottom: 5px;
	}
	.root .page_title_area_aem > .cmp-hpj-layout-container > div > .aem-Grid > .hpj-mda {
		width: auto !important;
		margin-left: auto !important;
		margin-bottom: 5px;
		text-align: right;
	}
	.root .page_title_area_aem > .cmp-hpj-layout-container > div > .aem-Grid > .hpj-mda img {
		width: auto;
	}
}

@media screen and (min-width:768px) and (max-width:1023px) {
	.root .page_title_area_aem {
		padding: 15px 20px 10px;
	}
}





/* ==================================================
	category_navi
================================================== */

.category_navi_menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #f2f2f2;
}
.category_navi_menu li {
	display: table;
	width: calc(100% / 4);
	height: 50px;
	border-bottom: 1px solid #b9b8bb;
}
.category_navi_menu li:nth-child(n+2) {
	border-left: 1px solid #b9b8bb;
}
.category_navi_menu a {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	color: #666;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
.category_navi_menu a br {
	display: block;
}

/* current */
.category_notebooks .category_navi_menu .notebooks,
.category_desktops .category_navi_menu .desktops,
.category_gaming .category_navi_menu .gaming,
.category_monitors .category_navi_menu .monitors,
.category_workstation .category_navi_menu .workstation {
	background: #fff;
	border-bottom-color: #fff;
}
.category_notebooks .category_navi_menu .notebooks a,
.category_desktops .category_navi_menu .desktops a,
.category_gaming .category_navi_menu .gaming a,
.category_monitors .category_navi_menu .monitors a,
.category_workstation .category_navi_menu .workstation a {
	color: #0096d6;
}

@media screen and (min-width: 480px) {
	.category_navi_menu a br {
		display: none;
	}
}

@media screen and (min-width: 1024px) {
	.category_navi {
		display: none;
	}
}





/* ==================================================
	information
================================================== */

.information_content {
	width: 100%;
	padding: 0 16px 40px;
}

.info_news,
.call_center,
.info_links,
.info_model,
.info_footnote {
	margin-top: 40px;
}



@media screen and (min-width: 768px) {
	.information_content {
		padding: 0 20px 40px;
	}
}



@media screen and (min-width: 1024px) {
	.information_content {
		width: 1000px;
		margin-right: auto;
		margin-left: auto;
		padding: 0 0 40px;
	}
}



/* ----------------------------------------
	info_news
---------------------------------------- */

.info_news h2 {
	font-size: 2rem;
	border-bottom: 1px solid #ccc;
}
.info_news_inner {
	padding: 20px 0 0;
}



/* info_news_list -------------------- */

.info_news_list > li {
	position: relative;
	padding: 0 0 10px 80px;
	font-size: 13px;
	border-bottom: 1px dotted #ccc;
}
.info_news_list > li:nth-child(n+2) {
	margin-top: 10px;
}

.info_news_list > li::before {
	display: inline-block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 70px;
	padding: .3em 0;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	border-radius: 3px;
}

/* tag */
.info_news_tag_info::before {
	content: "お知らせ";
	background: #008424;
	letter-spacing: 1px;
}
.info_news_tag_cam::before {
	content: "キャンペーン";
	background: #0096d6;
}
.info_news_tag_newpro::before {
	content: "新製品";
	background: #d7410b;
	letter-spacing: 2px;
}

/* new, important */
.info_news_text_new::after {
	content: "（New!）";
	color: #f00;
	font-weight: bold;
	letter-spacing: 1px;
}
.info_news_text_important::after {
	content: "（重要）";
	color: #f00;
	font-weight: bold;
	letter-spacing: 1px;
}



/* info_news_link -------------------- */

.info_news_link {
	margin-top: 20px;
}



@media screen and (min-width: 768px) {
	.info_news_list > li {
		padding-bottom: 0;
		border-bottom: none;
	}
}



@media screen and (min-width: 1024px) {
	.info_news_inner {
		padding: 30px 10px 0;
	}
}



/* ----------------------------------------
	info_links
---------------------------------------- */

.info_links_list > li {
	position: relative;
	margin-bottom: 8px;
	padding-left: 1em;
}
.info_links_list > li::before {
	content: "";
	position: absolute;
	left: 0;
	top: calc(1em / 2);
	width: 6px;
	height: 6px;
	background: #999;
	border-radius: 100%;
}
.info_links_list > li a {
	color: #0096d6;
	font-weight: bold;
}



@media screen and (min-width: 480px) {
	.info_links_list {
		display: flex;
		flex-wrap: wrap;
	}
	.info_links_list > li {
		padding-left: 0;
	}
	.info_links_list > li::before {
		content: none;
	}
	.info_links_list > li::after {
		content: "|";
		padding: 0 1em;
		color: #999;
	}
	.info_links_list > li:last-child::after {
		content: none;
	}
}



@media screen and (min-width: 768px) {
	.info_links_list {
		justify-content: center;
	}
}



/* ----------------------------------------
	info_model
---------------------------------------- */

.info_model dl {
	color: #767676;
	font-size: 12px;
}
.info_model dt {
	font-weight: bold;
}



@media screen and (max-width: 479px) {
	.info_model dt:nth-child(n+2) {
		margin-top: 1em;
	}
}



@media screen and (min-width: 480px) {
	.info_model dt {
		clear: both;
		float: left;
	}
	.info_model dd {
		margin-bottom: .5em;
	}
	.info_model dd:last-child {
		margin-bottom: 0;
	}
}



@media screen and (min-width: 1024px) {
	.info_model {
		padding: 0 20px;
	}
}



/* ----------------------------------------
	info_footnote
---------------------------------------- */

.info_footnote .footnote + .footnote {
	margin-top: 40px;
}



@media screen and (min-width: 1024px) {
	.info_footnote {
		padding: 0 20px;
	}
}





/* ==================================================
	call_center
================================================== */

.call_center {
	padding: 20px 16px;
	font-size: 14px;
	background: #f2f2f2;
}
.call_center_box {
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	.call_center_box {
		padding-top: 20px;
		border-top: 1px solid #ccc;
	}
}

@media screen and (min-width: 768px) {
	.call_center {
		padding: 20px;
	}
	.call_center_inner {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
}



/* heading -------------------- */

.call_center h2,
.call_center h3 {
	color: #000;
	font-weight: bold;
	line-height: 1.4;
}
.call_center h2 {
	font-size: 18px;
}
.call_center h3 {
	font-size: 15px;
}



/* link -------------------- */

.call_center a,
.call_center a:visited {
	color: #0096d6;
}
.call_center a:hover {
	text-decoration: none;
}
.call_center a[href^="tel:"] {
	font-weight: bold;
	line-height: 1;
}



/* call_center_info -------------------- */

.call_center_info dt {
	float: left;
	clear: both;
}
.call_center_info dd {
	margin-bottom: .5em;
	padding-left: 5.5em;
}
.call_center_info dd:last-child {
	margin-bottom: 0;
}



/* call_center_tel -------------------- */

.call_center_tel dt,
.call_center_tel dd {
	padding-left: 16px;
}
.call_center_tel dt {
	position: relative;
	margin-top: 10px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}
.call_center_tel dt::before {
	content: "";
	position: absolute;
	left: 6px;
	top: calc(1em / 2);
	width: 4px;
	height: 4px;
	background: #000;
	border-radius: 100%;
}
.call_center_tel dd {
	margin-top: 5px;
}
.call_center_tel a[href^="tel:"] {
	font-size: 30px;
}



/* call_center_link_box -------------------- */

.call_center_link_box {
	margin-top: 15px;
}
.call_center_link_box > li {
	background: #fff;
	border: 1px solid #ccc;
}
.call_center_link_box > li a {
	display: block;
	padding: 12px;
	transition: .2s;
}
.call_center_link_box > li a:hover {
	opacity: .7;
}
.call_center_link_box > li a h4 {
	font-size: 16px;
	font-weight: bold;
}
.call_center_link_box > li a p {
	margin-top: 5px;
	color: #000;
	font-size: 12px;
}

@media screen and (max-width: 767px) {
	.call_center_link_box > li:nth-child(n+2) {
		margin-top: 10px;
	}
	.call_center_link_box > li a p br {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.call_center_link_box {
		display: flex;
		justify-content: flex-end;
	}
	.call_center_link_box > li {
		flex: 1;
	}
	.call_center_link_box > li:nth-child(n+2) {
		margin-left: 10px;
	}
}



/* call_center_guidance -------------------- */

.call_center_guidance {
	padding: 13px;
	background: #fff;
	border-radius: 5px;
}
.call_center_guidance h4 {
	color: #0096d6;
	font-size: 16px;
	font-weight: normal;
}
.call_center_guidance h4::before {
	content: "◎";
}
.call_center_guidance_info {
	margin-top: 5px;
	font-size: 12px;
}
.call_center_guidance_info dt {
	float: left;
	clear: both;
}
.call_center_guidance_info dd {
	margin-bottom: .5em;
}
.call_center_guidance_info dd:last-child {
	margin-bottom: 0;
}
.call_center_guidance_info dd::before {
	content: "→";
	margin-right: 1em;
	margin-left: 1em;
}
.call_center_guidance_info_num {
	margin-right: .5em;
	font-weight: bold;
}
.call_center_guidance .footnote {
	margin-top: 10px;
}



/* ----------------------------------------
	call_center_content1
---------------------------------------- */

@media screen and (max-width: 767px) {
	.call_center_content1 .call_center_box_inner > div:nth-of-type(2) {
		margin-top: 15px;
	}
}

@media screen and (min-width: 768px) {
	.call_center_content1 {
		width: 100%;
		padding: 20px 0;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	.call_center_content1 .call_center_box_inner {
		display: flex;
		justify-content: space-between;
	}
	.call_center_content1 .call_center_box_inner > div:nth-of-type(1) {
		width: 38%;
	}
	.call_center_content1 .call_center_box_inner > div:nth-of-type(2) {
		width: 60%;
	}
}



/* ----------------------------------------
	call_center_content2
---------------------------------------- */

.call_center_content2 .call_center_box_inner > * {
	margin-top: 10px;
}

.call_center_content2 a[href^="tel:"] {
	font-size: 25px;
}

@media screen and (min-width: 768px) {
	.call_center_content2 {
		width: calc(100% / 2);
		padding-right: 20px;
	}
}



/* ----------------------------------------
	call_center_content3
---------------------------------------- */

.call_center_content3 .call_center_box_inner > * {
	margin-top: 10px;
}

@media screen and (min-width: 768px) {
	.call_center_content3 {
		width: calc(100% / 2 - 1px);
		padding-left: 20px;
		border-left: 1px dotted #ccc;
	}
}





/* ==================================================
	page_top
================================================== */

.page_top {
	padding: 10px 16px;
	text-align: right;
	border-top: 1px solid #ccc;
}



/* button -------------------- */

.page_top_btn {
	display: none;
	position: fixed;
	right: 10px;
	bottom: 10px;
}
.page_top_btn:hover {
	opacity: .8;
}
.page_top_btn a {
	display: block;
	position: relative;
	width: 40px;
	height: 40px;
	text-align: center;
	background: #999;
	border-radius: 50%;
	transition: .3s;
	opacity: .8;
}
.page_top_btn a:hover {
	text-decoration: none;
}
.page_top_btn a::after {
	font-family: HPIcons;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: bottom;
}
.page_top_btn a::after {
	content: "\E90b";
	color: #fff;
	font-size: 20px;
	line-height: 40px;
}



@media screen and (min-width: 768px) {
	.page_top {
		padding: 10px 20px;
	}
	.page_top_btn a {
		width: 50px;
		height: 50px;
	}
	.page_top_btn a::after {
		font-size: 26px;
		line-height: 50px;
	}
}



@media screen and (min-width: 1024px) {
	.page_top {
		width: 1000px;
		margin-right: auto;
		margin-left: auto;
		padding: 10px 0;
	}
	.page_top_btn {
		right: 20px;
		bottom: 20px;
	}
}





/* ==================================================
	Feedback (2021.04.12)
================================================== */

@media screen and (max-width: 1023px) {
	#nebula_div_btn {
		display: none;
	}
}

#nebula_div_btn {
	top: auto !important;
	bottom: 90px !important;
}





/* ==================================================
	chatbot (2021.10.26)
================================================== */

/* ----------------------------------------
	MobiAgentClient
---------------------------------------- */

/* 　MobiAgentClient.initのextCSS 　*/

/* ズームを無効にする */
.mbaGuestFrame_trigger_inner,
.mbaGuestFrame_content_timeline,
.mbaGuestFrame_content_input_wrapper,
.mbaGuestFrame_content_input_wrapper_initial_nameInput,
.mbaGuestFrame_content_input_wrapper_option,
.mbaGuestFrame_content,
.mbaGuestFrame_content_timeline_list_message_time_body_content_template_slider,
#mbaGuestFrame_content_input_wrapper_textarea_textarea {
	touch-action: pan-Y;
	/* font-size: 20px !important; */     /* 入力欄のフォントサイズを変更する場合コメントアウト */
}

/* ヘッダーの画像は無し */
/* .mbaGuestFrame_trigger_inner_headerIcon {
	display: none;
} */

/* 小窓上部の「-」は入れない */
/* .mbaGuestFrame_trigger_inner_buttons li:first-child {
	display: none;
} */

/* 小窓上部の「×」は入れない */
/* .mbaGuestFrame_trigger_inner_buttons li:last-child {
	display: none;
} */

/* ヘッダー背景色　RGB⇒147, 217, 102 */
.mbaGuestFrame_trigger_inner_header1 {
	background: rgb(0,150,214) !important;
}

/* ヘッダー2 ロゴ画像隠す */
.mbaGuestFrame_trigger_inner_header2 img {
	display: none !important;
}

/* template messageの幅 */
/* .mbaGuestFrame_content_timeline_list_message_time_body_content_template_item {
	width: 275px !important;
} */

/* テキストメッセージのフォントサイズ（default値：13px） */
/* .mbaGuestFrame_content_timeline_list_message_body_content {
	font-size: 20px !important;
} */

/* 選択ボタンのフォントサイズ（default値：13px） */
/* .mbaGuestFrame_content_timeline_list_message_time_body_content_template_item_cell_button {
	font-size: 20px !important;
} */

#konnect-chat-initializer-wrap {
	right: 10px !important;
}
#konnect-chat-initializer-close {
	display: none !important;
}
#konnect-chat-initializer-content {
	background-color: rgb(0, 0, 0, 0) !important;
	padding: 8px 0px !important;
}
.konnect-chat-initializer-content-icon img {
	height: 100px !important;
	width: 100px !important;
	border-radius: 0% !important;
}
.konnect-chat-initializer-content-text {
	display: none !important;
}

@media screen and (max-width: 1023px) {
	body.facet_search_open #konnect-chat-initializer-wrap {
		z-index: 1 !important;
	}
}



/* ----------------------------------------
	page_top
---------------------------------------- */

@media screen and (max-width: 1023px) {
	.page_top_btn {
		display: none !important;
	}
}





/* ==================================================
	inside banner (2021.10.26)
================================================== */

.inside_visitorNotify {
	max-width: calc(100% - 110px);
}





/* ==================================================
	info_search (2022.05.09)
================================================== */

.info_search {
	margin-top: 40px;
}
.info_search h3 {
	font-size: 13px;
	line-height: 1.4;
}
.info_search * + h3 {
	margin-top: 20px;
}
.info_search_list::after {
	content: "";
	display: block;
	clear: both;
}
.info_search_list > li {
	float: left;
	margin-top: .5em;
	font-size: 12px;
	line-height: 1.4;
}
.info_search_list > li::after {
	content: "|";
	padding: 0 1em;
	color: #999;
}
.info_search_list > li:last-child::after {
	content: none;
}

@media screen and (min-width: 1024px) {
	.info_search {
		padding: 0 20px;
	}
}
