@charset "UTF-8";



/* ------------------------------
    detail_main
------------------------------ */
/*head*/
.detail_main .main_wrap{
	margin-bottom: 30px;
}

.detail_main .head{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
}

.detail_main .head .detail_info{
	width: 500px;
	border-top: 4px solid #c9caca;
	border-bottom: 4px solid #c9caca;
	padding: 20px 0;
}

.detail_main .head .detail_info .brand{
	font-weight: bold;
	font-size: 2.2rem;
	margin-bottom: .2em;
}

.detail_main .head .detail_info .model{
	font-weight: bold;
	font-size: 2rem;
}

.detail_main .head .detail_info .number{
	font-weight: bold;
	display: inline-block;
	font-size: 1.4rem;
	margin: 1.3em 3.5em 0 0;
}

.detail_main .head .detail_info .number span{
	font-weight: normal;
	margin-right: 1em;
}

.detail_main .head .detail_info .price{
	font-weight: bold;
	display: inline-block;
	font-size: 1.4rem;
	margin: 1.3em 3.5em 0 0;
}

.detail_main .head .detail_info .price span{
	font-weight: normal;
	margin-right: 1em;
}

.detail_main .head .detail_info .shop{
	font-weight: bold;
	display: inline-block;
	font-size: 1.4rem;
	margin: 1.3em 3.5em 0 0;
}

.detail_main .head .detail_info .shop span{
	font-weight: normal;
	margin-right: 1em;
}

/*detail_image*/
.detail_main .detail_image{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 60px;
}

.detail_main .detail_image .main_img{
	width: 500px;
	position: relative;
}

.detail_main .detail_image .main_img img{
	width: 100%;
}

.detail_main .detail_image .sub_img{
	width: 472px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
}

.detail_main .detail_image .sub_img .item{
	width: 221px;
	height: 221px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.detail_main .detail_image .sub_img .item:nth-child(n + 3){
	margin-top: 36px;
}

.detail_main .detail_image .sub_img .item img{
	position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
	object-fit: cover;
}

.detail_main .detail_image .sub_img .item.current::before{
	content: "";
	width: 100%;
	height: 100%;
	border: 4px solid #de0000;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.detail_main .detail_image .status_ico.status1 {
  background: url(../images/watch/status1.png) no-repeat center;
}
.detail_main .detail_image .status_ico.status2 {
  background: url(../images/watch/status2.png) no-repeat center;
}
.detail_main .detail_image .status_ico.status3 {
  background: url(../images/watch/status3.png) no-repeat center;
}
.detail_main .detail_image .status_ico.status4 {
  background: url(../images/watch/status4.png) no-repeat center;
}
.detail_main .detail_image .status_ico.status5 {
  background: url(../images/watch/status5.png) no-repeat center;
}
.detail_main .detail_image .status_ico {
  position: absolute;
  display: block;
  width: 100px;
  height: 0;
  padding-top: 100px;
  overflow: hidden;
  background-size: contain !important;
  right: 16px;
  bottom: 16px;
}

.detail_main .detail_txt{
	border-top: 1px solid #c9caca;
	border-bottom: 1px solid #c9caca;
	padding: 25px 0;
}

.detail_main .detail_txt p{
	font-size: 1.7rem;
	line-height: 2.17;
	letter-spacing: 0;
}



/**/
.detail_main #product__banner__single {
	border-bottom: none;
}

/* ------------------------------
    detail_cnt
------------------------------ */
.detail_cnt {}

.detail_cnt a {
	text-decoration: none;
}

.detail_cnt .head {
	background: url(../images/common/parts/content__header__bg.png) 50% 0 repeat-x;
	color: #fff;
	font-weight: bold;
	font-size: 2.8rem;
	line-height: 1.8;
	letter-spacing: 0.1em;
	padding: .536em 28px;
	margin: 0 0 60px;
}

.detail_cnt h1 {
	background-color: #dbdbdb;
	font-weight: bold;
	font-size: 3rem;
	line-height: 1.8;
	letter-spacing: 0.075em;
	padding: .6em 28px;
	margin: 60px 0;
}

.detail_cnt h2 {
	background-color: #f3f3f3;
	font-weight: bold;
	font-size: 2.6rem;
	line-height: 1.8;
	letter-spacing: 0.075em;
	padding: .462em 28px;
	margin: 60px 0;
}

.detail_cnt h3 {
	border-top: 2px solid #dbdbdb;
	border-bottom: 2px solid #dbdbdb;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.8;
	letter-spacing: 0.075em;
	padding: .646em 28px;
	margin: 60px 0;
}

.detail_cnt .midashi {
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.6;
	letter-spacing: 0.025em;
	margin: 60px 0 .8em;
}

.detail_cnt a {
	color: #4c4948;
}

.detail_cnt p {
	font-size: 1.7rem;
	line-height: 2.11;
	/* margin: 1em 0; */
	margin: 0 0 1em;
	text-align: justify;
}


.detail_cnt figure {
	width: 100%;
	margin: 45px 0 60px;
}

.detail_cnt figure img {
	display: block;
	max-width: 100%;
	height: auto;
}

.detail_cnt figure figcaption {
	font-size: 1.4rem;
	line-height: 1.7;
	margin-top: 1em;
	letter-spacing: 0.05em;
}

.detail_cnt .col2,
.detail_cnt .col3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 60px 0;
}

.detail_cnt .col2 > * {
	width: 500px;
	margin: 0;
}

.detail_cnt .col2 figure {
	margin: 0;
}

.detail_cnt .col2 figure + .txtwrap {
	margin-top: 30px;
}

.detail_cnt .col2 .txtwrap {
	max-width: 450px;
}

.detail_cnt .col2 .txtwrap p {
	margin-bottom: 0;
}

.detail_cnt .col2 .midashi,
.detail_cnt .col3 .midashi {
	margin-top: 0;
}

.detail_cnt hr {
	display: block;
	width: 100%;
	border: 1px solid #dbdbdb;
	margin: 60px 0;
	background: #dbdbdb;
}

.detail_cnt .link_blank {
	margin: 60px 0;
}

.detail_cnt .link_blank .col2 {
	margin: 0;
}

.detail_cnt .link_blank .ttl {
	font-weight: bold;
	font-size: 1.6rem;
	margin: 0 0 .5em;
}

.detail_cnt .link_blank a {
	display: block;
	position: relative;
	text-decoration: none;
	background: url(../images/common/parts/bg_post_list.png);
	border: 4px solid #ebedec;
	padding: 1em 1em 1em 80px;
	font-weight: bold;
	font-size: 2rem;
	letter-spacing: 0;
	line-height: 1.5;
	transition: all 0.2s linear;
}

.detail_cnt .link_blank a::before {
	content: "";
	width: 80px;
	height: 100%;
	background: url(../images/common/parts/icon_link.png) no-repeat center;
	background-size: 23px auto;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
}

.detail_cnt .link_blank a:hover {
	opacity: .5;
}

.detail_cnt .box {
	margin: 60px 0;
	padding: 40px 48px;
	background-color: #f3f3f3;
}

.detail_cnt .box .midashi {
	margin-top: 0;
}

.detail_cnt .box .list li {
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 2;
	letter-spacing: 0;
	padding-left: .7em;
	position: relative;
}
.detail_cnt .box .list li:before {
	content: '';
	width: 3px;
	height: 3px;
	background: #000;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0.9em;
	display: block;
}

/*slider*/
.detail_cnt .slider {
	margin: 60px 0 85px;
	position: relative;
/*	overflow: hidden;*/
/*	padding-bottom: 25px;*/

		padding: 60px;
	background-color: #fff;
	border: 1px solid #dbdbdb;
}

.detail_cnt .slider .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
/*
	padding: 60px;
	background-color: #fff;
	border: 1px solid #dbdbdb;
*/
}

.detail_cnt .slider .inner figure {
	width: 422px;
	margin: 0;
}

.detail_cnt .slider .inner .txtwrap {
	width: 420px;
}

.detail_cnt .slider .inner .txtwrap .midashi {
	margin-top: 0;
}

.detail_cnt .slider .inner .txtwrap .midashi + p {
	margin-bottom: 0;
	letter-spacing: 0;
}

.detail_cnt .slider .bx-pager {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -25px;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.detail_cnt .slider .bx-pager .bx-pager-item {
	display: inline-block;
}

.detail_cnt .slider .bx-pager .bx-pager-item .bx-pager-link {
	background: #cccccc;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 0 5px;
}

.detail_cnt .slider .bx-pager .bx-pager-item .bx-pager-link.active {
	background-color: #4c4948;
}


.detail_cnt .slider .bx-prev,
.detail_cnt .slider .bx-next{
	text-indent: -9999px;
	position: absolute;
	width: 12px;
	height: 12px;
	border-top: 2px solid #4c4948;
	top: 50%;
	margin-top: -6px;
}

.detail_cnt .slider .bx-prev{
	transform: rotate(-45deg);
	border-left: 2px solid #4c4948;
	left: 30px;
}

.detail_cnt .slider .bx-next{
	transform: rotate(45deg);
	border-right: 2px solid #4c4948;
	right: 30px;
}


/*video*/
.detail_cnt .video_wrap {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	margin: 70px 0;
}

.detail_cnt .video_wrap iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

/*pdf*/

.detail_cnt .pdf_wrap {
	margin: 60px 0;
}

.detail_cnt .txt_pdf {
	text-align: center;
	color: #de0000;
	font-weight: bold;
	font-size: 1.6rem;
	margin: 0 0 .5em;
}

.detail_cnt .pdf_btn span {
	color: #de0000;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-bottom: 10px;
}

.detail_cnt .pdf_btn a {
	background: url("../images/common/parts/icon_pdf.png") no-repeat 0 0;
	width: 500px;
	height: 0;
	overflow: hidden;
	padding-top: 70px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.detail_cnt .pdf_btn a:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../images/common/parts/icon_pdf.png") no-repeat 0 -70px;
	top: 0;
	left: 0;
	z-index: 1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	filter: alpha(opactiy=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.detail_cnt .pdf_btn a:hover:after {
	filter: alpha(opactiy=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

/*contact_btn*/
.detail_cnt .contact_btn {
	margin: 60px 0;
}

.detail_cnt .contact_btn a {
	width: 100%;
	max-width: 668px;
	height: 100px;
	background: #008C1E;
	color: #fff;
	font-weight: bold;
	font-size: 26px;
	font-size: 2.6rem;
	text-decoration: none;
	line-height: 100px;
	padding: 0 40px 0 114px;
	position: relative;
	display: block;
	margin: 0 auto;
	-webkit-transition: .4s ease;
	-o-transition: .4s ease;
	transition: .4s ease;
}

.detail_cnt .contact_btn a span {
	color: #FFF000;
}

.detail_cnt .contact_btn a::before {
	display: block;
	content: "";
	width: 57px;
	height: 39px;
	background: url("../images/common/parts/icon_contactbtn.png") no-repeat 0 0;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 37px;
}

.detail_cnt .contact_btn a::after {
	display: block;
	content: "";
	width: 13px;
	height: 13px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 22px;
}

.detail_cnt .contact_btn a:hover {
	filter: alpha(opactiy=70);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

/*detil_table*/
.detail_cnt .detil_table {
	margin: 60px 0;
}

.detail_cnt .detil_table p {
	margin-bottom: 0;
}

.detail_cnt .detil_table .ttl {
	display: block;
	color: #595757;
	font-size: 3rem;
	line-height: 1.8;
	font-family: 'Questrial', sans-serif;
	line-height: 1;
	margin: 0 0 .8em;
}

.detail_cnt .detil_table dl {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
	border-top: 4px solid #c9caca;
	border-bottom: 4px solid #c9caca;
}

.detail_cnt .detil_table dl dt,
.detail_cnt .detil_table dl dd {
	font-size: 1.6rem;
	padding: 1em;
	line-height: 1.8;
	border-bottom: 1px solid #595757;
}

.detail_cnt .detil_table dl dt:last-of-type,
.detail_cnt .detil_table dl dd:last-of-type {
	border-bottom: none;
}

.detail_cnt .detil_table dl dt {
	width: 10em;
	font-weight: bold;
	color: #828689;
}

.detail_cnt .detil_table dl dd {
	width: calc(100% - 10em);
}

.image_read.right .image {
	order: 2;
}
.image_read.right .txtwrap {
	order: 1;
}
