@charset "UTF-8";





/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

	product_header

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */



.product_header {
	background: #fff;
}
.product_header_inner {
	border-bottom: 1px solid #ccc;
}



@media screen and (max-width: 1023px) {
	.product_header {
		position: static !important;
	}
}



@media screen and (min-width: 1024px) {
	.product_header_inner {
		position: relative;
		width: 1000px;
		margin-right: auto;
		margin-left: auto;
	}
}





/* ==================================================

	local_navi_pc

================================================== */

@media screen and (max-width: 1023px) {
	.local_navi_pc {
		display: none;
	}
	.substitute_navi_pc {
		display: none !important;
	}
}



@media screen and (min-width: 1024px) {
	.local_navi_pc {
		display: flex;
		width: 1000px;
	}
	.local_navi_pc .local_navi_btn {
		margin-left: auto;
	}



	/* level 1 -------------------- */

	.local_navi_pc .local_navi_menu_level1 {
		display: flex;
	}
	.local_navi_pc .local_navi_menu_level1 > li {
		position: relative;
	}
	.local_navi_pc .local_navi_menu_level1 > li > a {
		display: block;
		padding-bottom: 8px;
		color: #767676;
		font-size: 15px;
	}
	.local_navi_pc .local_navi_menu_level1 > li > a:hover {
		color: #0096d6;
		text-decoration: none;
	}
	.local_navi_pc .local_navi_menu_level1 > li.current > a {
		color: #333;
		border-bottom: 4px solid #0096d6;
	}
	.local_navi_pc .local_navi_menu_level1 > li:nth-child(n+2) {
		margin-left: 25px;
	}



	/* level 2 -------------------- */

	.local_navi_pc .local_navi_menu_level2_area {
		visibility: hidden;
		position: absolute;
		top: calc(100% + 10px);
		left: -10px;
		min-width: 200px;
		transition: .2s;
		background: #fff;
		border: 2px solid #ccc;
		border-bottom: 3px solid #0096d6;
		opacity: 0;
	}
	.local_navi_pc .local_navi_menu_level1 > li:hover > .local_navi_menu_level2_area {
		visibility: visible;
		opacity: 1;
		z-index: 2;
	}

	.local_navi_pc .local_navi_menu_level2 {
		padding: 20px;
	}
	.local_navi_pc .local_navi_menu_level2 > li:nth-child(n+2) {
		margin-top: .5em;
	}
	.local_navi_pc .local_navi_menu_level2 > li > a {
		display: block;
		white-space: nowrap;
	}



	/* arrow -------------------- */

	.local_navi_pc .local_navi_menu_arrow {
		display: inline-block;
		position: absolute;
		top: -24px;
		left: 0;
		width: 100%;
		height: 24px;
		z-index: 2;
	}
	.local_navi_pc .local_navi_menu_arrow::before,
	.local_navi_pc .local_navi_menu_arrow::after {
		content: "";
		position: absolute;
		top: 0;
		left: 10px;
		height: 0;
		width: 0;
		border: 12px solid transparent;
		pointer-events: none;
	}
	.local_navi_pc .local_navi_menu_arrow::before {
		border-color: rgba(204,31,12,0);
		border-bottom-color: #b9b8bb;
	}
	.local_navi_pc .local_navi_menu_arrow::after {
		top: 3px;
		border-color: rgba(242,242,242,0);
		border-bottom-color: #fff;
	}
}





/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

	local_navi_mobile

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */



@media screen and (max-width: 1023px) {
	.local_navi_mobile {
		width: 100%;
	}
	.local_navi_mobile .local_navi_menu {
		display: flex;
		justify-content: space-between;
		background: #007dba;
		border-bottom: 1px solid rgba(0,0,0,.3);
	}
	.local_navi_mobile .local_navi_menu li {
		flex-grow: 1;
	}
	.local_navi_mobile .local_navi_menu li:nth-child(n+2) {
		border-left: 1px solid rgba(255,255,255,.5);
	}
	.local_navi_mobile .local_navi_menu a {
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
		padding: 1rem 0 2rem;
		color: #fff;
		font-size: 1.3rem;
		font-weight: bold;
		line-height: 1.4;
		text-align: center;
	}
	.local_navi_mobile .local_navi_menu a:hover {
		text-decoration: none;
	}

	/* arrow */
	.local_navi_mobile .local_navi_menu a::after {
		font-family: HPIcons;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		vertical-align: bottom;
	}
	.local_navi_mobile .local_navi_menu a::after {
		content: "\E90c";
		position: absolute;
		bottom: .5rem;
		left: 50%;
		transform: translateX(-50%);
		color: #fff;
		font-size: 1.5rem;
		line-height: 1;
	}
}




@media screen and (min-width: 1024px) {
	.local_navi_mobile {
		display: none;
	}
	.substitute_navi_mobile {
		display: none !important;
	}
}





/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

	product_main

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */



@media screen and (min-width: 768px) {
	.product_main_inner {
		display: flex;
		justify-content: space-between;
		padding: 0 10px 30px;
	}
}



@media screen and (min-width: 1024px) {
	.product_main_inner {
		width: 1000px;
		margin: 0 auto;
		padding: 0;
	}
}





/* ==================================================

	product_gallery

================================================== */

.product_gallery_for,
.product_gallery_navi {
	display: none;
}
.product_gallery_for.slick-initialized,
.product_gallery_navi.slick-initialized {
	display: block;
}

.product_gallery_for img,
.product_gallery_navi img {
	cursor: pointer;
}

.product_gallery_for {
	width: 100%;
	padding: 10px 0;
}
.product_gallery_navi .slick-track {
	margin-right: 0;
	margin-left: 0;
}
.product_gallery_navi .slick-slide {
	margin: 0 5px;
}

.product_gallery_navi .slick-current {
	border-bottom: 2px solid #0096d6;
}

.pswp__caption__center {
	text-align: center;
}

@media screen and (max-width: 767px) {
	.product_gallery_navi {
		padding: 10px 5px;
		background: #f2f2f2;
	}
}

@media screen and (min-width: 480px) and (max-width: 767px) {
	.product_gallery_for {
		width: 80%;
		margin: 0 auto;
	}
}

@media screen and (min-width: 768px) {
	.product_gallery {
		width: 49%;
	}
}

@media screen and (min-width: 1024px) {
	.product_gallery {
		width: 480px;
	}
}





/* ==================================================

	product_detail

================================================== */

.product_detail {
	padding: 20px 16px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.product_detail {
		width: 49%;
		padding: 30px 0 0;
		text-align: left;
	}
}

@media screen and (min-width: 1024px) {
	.product_detail {
		width: 480px;
		padding-top: 50px;
	}
}



/* catch -------------------- */

.pro_detail_catch {
	color: #0096d6;
	font-size: 1.8rem;
	line-height: 1.4;
}

@media screen and (min-width: 320px) {
	.pro_detail_catch {
		/* 18~25px */
		font-size: calc(1.8rem + ((1vw - 0.32rem) * 1.5625));
	}
}

@media screen and (min-width: 768px) {
	.pro_detail_catch {
		/* 22~25px */
		font-size: calc(2rem + ((1vw - 0.768rem) * 1.0664));
	}
}

@media screen and (min-width: 1024px) {
	.pro_detail_catch {
		font-size: 25px;
	}
}



/* ----------------------------------------
	buy
---------------------------------------- */

.product_detail_buy_content {
	margin-top: 2rem;
}

.product_detail_price {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
}

/* direct_price */
.product_detail_price.direct_price {
	color: #d7410b;
}
@media screen and (max-width: 479px) {
	.product_detail_price.direct_price {
		margin: 0 -1rem;
	}
}

/* other_price */
.product_detail_price.other_price {
	color: #5a5a5a;
}

.product_detail_price_title {
	margin-right: 1rem;
}
.product_detail_price_price {
	font-size: 2.8rem;
}

/* 320~768px */
@media screen and (min-width: 320px) {
	.product_detail_price {
		/* 14~16px */
		font-size: calc(1.4rem + ((1vw - 0.32rem) * 0.4464));
	}
	.product_detail_price_price {
		/* 28~40px */
		font-size: calc(2.8rem + ((1vw - 0.32rem) * 2.6786));
	}
}

@media screen and (min-width: 768px) {
	.product_detail_price {
		font-size: 14px;
	}
	.product_detail_price_price {
		font-size: 28px;
	}
}



/* ----------------------------------------
	link
---------------------------------------- */

.product_detail_link {
	margin-top: 1.5rem;
}
.product_detail_btn .button {
	font-size: 1.8rem;
}
.product_detail_pdf {
	margin-top: 1.5rem;
}
.product_detail_pdf a {
	font-size: 1.2rem;
}

/* 320~768px */
@media screen and (min-width: 320px) {
	.product_detail_btn .button {
		/* 18~22px */
		font-size: calc(1.8rem + ((1vw - 0.32rem) * 0.8929));
	}
}

@media screen and (min-width: 768px) {
	.product_detail_link {
		display: flex;
		align-items: center;
	}
	.product_detail_btn .button {
		font-size: 16px;
	}
	.product_detail_pdf {
		margin: 0 0 0 15px;
	}
	.product_detail_pdf a {
		font-size: 12px;
	}
}

@media screen and (min-width: 1024px) {
	.product_detail_pdf {
		margin-left: 30px;
	}
}


/* ----------------------------------------
	icon
---------------------------------------- */

.product_detail_icon {
	margin-top: 20px;
	padding-top: 15px;
	border-top: 1px dotted #ccc;
}
.product_icon {
	display: flex;
}
.product_icon > li {
	width: calc(100% / 6);
	color: #0096d6;
	text-align: center;
}
/* IE10-11 , Edge */
_:-ms-lang(x), .product_icon > li {
	width: calc((100% / 6) - .1px);
}
.product_icon [class*="hpic_"] {
	font-size: 35px;
	line-height: 35px;
}
.product_icon [class*="hpic_"]::before {
	display: block;
}
.product_icon_text {
	margin-top: 8px;
	font-size: 10px;
	line-height: 1.2;
}
.product_icon img {
	width: auto;
	height: 35px;
}
.product_icon li a {
	display: block;
	transition: .2s;
	color: #0096d6;
	text-decoration: none;
}
.product_icon li a:hover {
	opacity: .7;
}

@media screen and (min-width: 1024px) {
	.product_icon > li {
		width: 75px;
	}
	.product_icon > li:nth-child(n+2) {
		margin-left: 6px;
	}
	.product_icon [class*="hpic_"] {
		font-size: 45px;
		line-height: 45px;
	}
	.product_icon img {
		height: 45px;
	}
}



/* inch -------------------- */

.product_icon .hpic_inch .icon {
	position: relative;
}
.product_icon .hpic_inch .icon .text {
	position: absolute;
	top: 4px;
	right: 0;
	left: 0;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1;
}
.product_icon [class^="hpic_color_lcd_screen"],
.product_icon [class^="hpic_color_lcd_screen"] [class^="path"] {
	display: inline;
	margin: 0;
	font-size: 35px;
	line-height: 1;
}

@media screen and (min-width: 1024px) {
	.product_icon .hpic_inch .icon .text {
		top: 7px;
		font-size: 20px;
	}
	.product_icon [class^="hpic_color_lcd_screen"],
	.product_icon [class^="hpic_color_lcd_screen"] [class^="path"] {
		font-size: 45px;
	}
}



/* weight -------------------- */

.product_icon .ic_weight {
	font-size: 12px;
	line-height: 1;
}
.product_icon .ic_weight span {
	font-size: 18px;
}
.product_icon .ic_weight .hpic_hand_service {
	display: block;
	margin-top: 5px;
	font-size: 15px;
	line-height: 15px;
}

@media screen and (min-width: 1024px) {
	.product_icon .ic_weight span {
		font-size: 20px;
	}
	.product_icon .ic_weight .hpic_hand_service {
		font-size: 20px;
		line-height: 20px;
	}
}



/* display -------------------- */

.hpic_display {
	position: relative;
}
.hpic_display .text {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 0 !important;
	font-size: 18px;
	line-height: 35px;
}

@media screen and (min-width: 1024px) {
	.hpic_display .text {
		font-size: 20px;
		line-height: 45px;
	}
}

@media screen and (max-width: 767px) {
	.product_detail_icon {
		display: none;
	}
}



/* ----------------------------------------
	free_content
---------------------------------------- */

.product_detail_free_content {
	margin-top: 15px;
}

@media screen and (min-width: 768px) {
	.product_detail_free_content {
		margin-top: 20px;
	}
}





/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

	body_content

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */



.body_content {
	padding: 40px 0;
}



@media screen and (min-width: 768px) {
	.body_content {
		padding: 60px 0;
	}
}


