@charset "UTF-8";
/* -----------------------------------------------------------
setting
----------------------------------------------------------- */
/* ===================================================================
PRODUCT--COMMON
=================================================================== */
#main-vis {
	background: url(/assets/product/img/bg-second-main-pc.jpg) 50% bottom no-repeat;
	background-size: cover;
	width: 100%;
	height: 514px;
	color: #FFF;
}

@media screen and (max-width: 768px) {
	#main-vis {
		background: url(/assets/product/img/bg-second-main-sp.jpg) 50% bottom no-repeat;
		background-size: cover;
		height: 65.15625vw;
	}
}

#main-vis .tpl-inner-wrap {
	display: flex;
	padding-top: 233px;
}

@media screen and (max-width: 768px) {
	#main-vis .tpl-inner-wrap {
		display: block;
		padding-top: 34.375vw;
		text-align: center;
	}
}

#main-vis .sec-ttl {
	width: 280px;
	font-size: 28px;
	letter-spacing: 4px;
	position: relative;
}

@media screen and (max-width: 768px) {
	#main-vis .sec-ttl {
		width: auto;
		font-size: 5.625vw;
	}
}

#main-vis .sec-ttl:after {
	content: '';
	display: block;
	width: 20px;
	height: 1px;
	background-color: #FFF;
	position: absolute;
	left: 0;
	top: -25px;
}

@media screen and (max-width: 768px) {
	#main-vis .sec-ttl:after {
		width: 6.25vw;
		left: 50%;
		transform: translateX(-50%);
		top: -3.90625vw;
	}
}

#main-vis .top-read {
	flex: 1;
	font-size: 14px;
	line-height: 2.2;
}

/* sec-product-lists
-----------------------------*/
#sec-product-lists {
	padding-top: 100px;
	padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
	#sec-product-lists {
		padding-top: 15.625vw;
		padding-bottom: 15.625vw;
	}
}

#sec-product-lists .cont-wrap {
	display: none;
}

#sec-product-lists .cont-wrap.show {
	display: block;
}

#sec-product-lists .product-lists {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

@media screen and (max-width: 768px) {
	#sec-product-lists .product-lists {
		justify-content: space-between;
	}
}

#sec-product-lists .product-lists li {
	margin-bottom: 75px;
	width: 300px;
}

@media screen and (max-width: 768px) {
	#sec-product-lists .product-lists li {
		margin-bottom: 10.15625vw;
		width: calc(50% - 10px);
	}
}

#sec-product-lists .product-lists li a {
	text-decoration: none;
	color: #333;
	display: block;
	transition-property: opacity;
	transition-duration: 0.3s;
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#sec-product-lists .product-lists li a:hover {
	opacity: .5;
}

#sec-product-lists .product-lists .ph {
	margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
	#sec-product-lists .product-lists .ph {
		margin-bottom: 2.34375vw;
	}
}

#sec-product-lists .product-lists .ph img {
	width: 100%;
	max-width: 100%;
}

#sec-product-lists .product-lists .label {
	display: inline-block;
	border: 1px solid #cccccc;
	padding: 6px 7px;
	line-height: 1;
	font-size: 12px;
	/* IE表示用のCSS　*/
}

@media screen and (max-width: 768px) {
	#sec-product-lists .product-lists .label {
		font-size: 3.125vw;
	}
}

@media all and (-ms-high-contrast: none) {
	#sec-product-lists .product-lists .label {
		padding: 8px 7px 4px;
	}
}

#sec-product-lists .product-lists .title {
	margin-top: 15px;
	font-weight: 700;
}

@media screen and (max-width: 768px) {
	#sec-product-lists .product-lists .title {
		margin-top: 2.34375vw;
		font-size: 3.4375vw;
	}
}

#sec-product-lists .product-lists .detail {
	margin-top: 17px;
}

@media screen and (max-width: 768px) {
	#sec-product-lists .product-lists .detail {
		margin-top: 2.34375vw;
	}
}

#sec-product-lists .noitem-messege {
	font-size: 18px;
	font-weight: bold;
	display: none;
}

@media screen and (max-width: 768px) {
	#sec-product-lists .noitem-messege {
		font-size: 4.375vw;
	}
}

#sec-product-lists .noitem-messege.show {
	display: block;
}

/* tabs-area
-----------------------------*/
#tabs-area .tab-list-wrap {
	border: none;
}

#tabs-area .tab-list-wrap::before {
	display: none;
}

@media screen and (max-width: 768px) {
	#tabs-area .tab-list {
		padding: 0 4.6875vw;
		text-align: center;
	}
}

#tabs-area .tab-list li {
	border: 1px solid #CCCCCC;
	border-bottom: none;
}

@media screen and (max-width: 768px) {
	#tabs-area .tab-list li {
		width: calc(33% - 2px);
	}
}

@media screen and (max-width: 768px) {
	#tabs-area .tab-list li:not(:last-child) {
		margin-right: 4px;
	}
}

@media screen and (max-width: 768px) {
	#tabs-area .tab-list li:nth-child(n + 3) {
		margin: 0;
	}
}

#tabs-area .tab-list li a {
	color: #CCCCCC;
	background-color: white;
}

@media screen and (min-width: 769px) {
	#tabs-area .tab-cont-wrap {
		background-color: #EEEEEE;
	}
}

#tabs-area .tab-cont-wrap .cont-wrap {
	display: none;
}

@media screen and (max-width: 768px) {
	#tabs-area .tab-cont-wrap .cont-wrap {
		background-color: #EEEEEE;
	}
}

#tabs-area .tab-cont-wrap .cont-wrap.show {
	display: block;
}

#tabs-area .tab-cont-wrap .cont-wrap[data-category="product-cont"] {
	padding-bottom: 0;
}

#tabs-area .tab-cont-wrap .cont-wrap[data-category="product-cont"] dl dd {
	gap: 15px 0;
}

#tabs-area .tab-cont-wrap .tab-cont {
	padding: 30px 45px;
	background-color: #EEEEEE;
}

@media screen and (max-width: 768px) {
	#tabs-area .tab-cont-wrap .tab-cont {
		padding: 6.25vw 4.6875vw;
	}
}

#tabs-area .tab-cont-wrap dl {
	padding: 0.4em 0;
	display: flex;
}

@media screen and (max-width: 768px) {
	#tabs-area .tab-cont-wrap dl {
		display: block;
	}
}

#tabs-area .tab-cont-wrap dl dt, #tabs-area .tab-cont-wrap dl dd {
	color: #333333;
	font-weight: bold;
	font-size: 14px;
	line-height: 26px;
}

@media screen and (max-width: 768px) {
	#tabs-area .tab-cont-wrap dl dt, #tabs-area .tab-cont-wrap dl dd {
		font-size: 3.4375vw;
	}
}

#tabs-area .tab-cont-wrap dl dt {
	margin-right: 30px;
	width: 120px;
}

@media screen and (max-width: 768px) {
	#tabs-area .tab-cont-wrap dl dt {
		margin: 0;
		width: 100%;
	}
}

#tabs-area .tab-cont-wrap dl dd {
	flex: 1 1 0;
	display: flex;
	flex-wrap: wrap;
}

#tabs-area .tab-cont-wrap dl .checkbox {
	margin-right: 1em;
	padding-left: 22px;
	position: relative;
}

#tabs-area .tab-cont-wrap dl .checkbox label,
#tabs-area .tab-cont-wrap dl .checkbox input[type="checkbox"] {
	cursor: pointer;
}

#tabs-area .tab-cont-wrap dl .checkbox input[type="checkbox"] {
	position: absolute;
	top: 5px;
	left: 0;
	width: 16px;
	height: 16px;
	background-color: white;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

@media screen and (max-width: 768px) {
	#tabs-area .tab-cont-wrap dl .checkbox input[type="checkbox"] {
		top: 1.71875vw;
		width: 3.4375vw;
		height: 3.4375vw;
	}
}

#tabs-area .tab-cont-wrap dl .checkbox input[type="checkbox"]:checked:before {
	position: absolute;
	top: 1px;
	left: 4px;
	transform: rotate(50deg);
	width: 4px;
	height: 8px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	content: '';
}

#tabs-area .btn-wrap {
	padding: 0 45px 45px;
	background-color: #EEEEEE;
}

@media screen and (max-width: 768px) {
	#tabs-area .btn-wrap {
		padding: 0 4.6875vw 9.375vw;
	}
}

#tabs-area .btn-wrap .submit-btn {
	margin: auto;
	width: 220px;
	height: 45px;
	display: flex;
	flex-direction: column;
	font-size: 14px;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 14px;
	background-color: #020102;
	cursor: pointer;
	transition-property: opacity;
	transition-duration: 0.3s;
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media screen and (max-width: 768px) {
	#tabs-area .btn-wrap .submit-btn {
		font-size: 3.4375vw;
		width: 100%;
	}
}

#tabs-area .btn-wrap .submit-btn:hover {
	opacity: .7;
}

#tabs-area .btn-wrap .submit-btn small {
	font-size: 10px;
}

@media screen and (max-width: 768px) {
	#tabs-area .btn-wrap .submit-btn small {
		font-size: 2.5vw;
	}
}

#tabs-area .btn-wrap .clear-btn {
	margin: 20px auto 0;
	width: 220px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	#tabs-area .btn-wrap .clear-btn {
		font-size: 3.4375vw;
		width: 100%;
	}
}

#tabs-area .btn-wrap .clear-btn span {
	border-bottom: 1px solid transparent;
	transition: border-color 0.3s;
}

#tabs-area .btn-wrap .clear-btn:hover span {
	border-color: #000;
}

#tabs-area .btn-wrap .clear-btn i {
	margin-right: 0.2em;
}

/* tabs-area--bottom
-----------------------------*/
#tabs-area--bottom {
	padding-bottom: 150px;
}

@media screen and (max-width: 768px) {
	#tabs-area--bottom {
		padding-bottom: 23.4375vw;
	}
}

/* sec-news
-----------------------------*/
#sec-news {
	padding-top: 84px;
	padding-bottom: 80px;
	background-color: #eeeeee;
}

@media screen and (max-width: 768px) {
	#sec-news {
		padding-top: 15.625vw;
		padding-bottom: 15.625vw;
	}
}

#sec-news .sec-ttl {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-bottom: 53px;
	position: relative;
}

@media screen and (max-width: 768px) {
	#sec-news .sec-ttl {
		font-size: 4.375vw;
		margin-bottom: 6.25vw;
	}
}

#sec-news .news-list {
	margin-bottom: 65px;
}

@media screen and (max-width: 768px) {
	#sec-news .news-list {
		margin-bottom: 9.375vw;
	}
}

#sec-news .news-list li:not(:last-child) {
	margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
	#sec-news .news-list li:not(:last-child) {
		margin-bottom: 6.25vw;
	}
}

#sec-news .news-list li dl {
	display: flex;
}

@media screen and (max-width: 768px) {
	#sec-news .news-list li dl {
		display: block;
	}
}

#sec-news .news-head {
	display: flex;
	align-items: center;
}

#sec-news .news-date {
	display: block;
	width: 95px;
	letter-spacing: 0.02em;
	font-feature-settings: "hwid" on;
}

#sec-news .news-date.new {
	line-height: 1.0;
}

#sec-news .news-date.new:before {
	content: 'NEW';
	color: #FF0000;
	font-feature-settings: "palt";
}

@media screen and (max-width: 768px) {
	#sec-news .news-date {
		width: 19.53125vw;
		font-size: 3.125vw;
	}
}

#sec-news .news-category {
	display: block;
	width: 130px;
	background-color: #020102;
	color: white;
	line-height: 1;
	padding: 7px 0;
	text-align: center;
	letter-spacing: 0.1em;
	/* IE表示用のCSS　*/
}

@media all and (-ms-high-contrast: none) {
	#sec-news .news-category {
		padding: 9px 0 5px;
	}
}

@media screen and (max-width: 768px) {
	#sec-news .news-category {
		width: 20.3125vw;
		padding: 1.5625vw 0;
		font-size: 3.4375vw;
	}
}

#sec-news .news-body {
	padding-left: 40px;
	flex: 1;
}

@media screen and (max-width: 768px) {
	#sec-news .news-body {
		padding-top: 3.90625vw;
		padding-left: 0;
	}
}

#sec-news .news-body a {
	color: inherit;
	line-height: 1.85714;
}

@media screen and (max-width: 768px) {
	#sec-news .news-body a {
		font-size: 3.4375vw;
	}
}

#sec-news .news-list + p {
	display: flex;
	justify-content: flex-end;
}

@media screen and (max-width: 768px) {
	#sec-news .news-list + p {
		justify-content: center;
	}
}

#sec-news .ico-new {
	color: #FF0000;
	margin-left: 20px;
}

/* sec-links
-----------------------------*/
#sec-links {
	padding-top: 150px;
	padding-bottom: 150px;
}

@media screen and (max-width: 768px) {
	#sec-links {
		padding-top: 23.4375vw;
		padding-bottom: 23.4375vw;
	}
}

/* sec-related-info
-----------------------------*/
#sec-related-info {
	text-align: center;
}

#sec-related-info .tpl-inner-wrap {
	border-top: 1px solid #ccc;
	padding-top: 40px;
	padding-bottom: 140px;
}

@media screen and (max-width: 768px) {
	#sec-related-info .tpl-inner-wrap {
		padding-top: 0;
		padding-bottom: 21.875vw;
		border-top: none;
	}
	#sec-related-info .tpl-inner-wrap:before {
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background-color: #ccc;
		margin-bottom: 6.25vw;
	}
}

#sec-related-info .tpl-title .label {
	margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
	#sec-related-info .tpl-title .label {
		margin-bottom: 6.25vw;
	}
}

#sec-related-info .links {
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 768px) {
	#sec-related-info .links {
		display: block;
	}
}

#sec-related-info .links li {
	margin: 0 25px;
}

@media screen and (max-width: 768px) {
	#sec-related-info .links li {
		margin: 0;
	}
	#sec-related-info .links li + li {
		margin-top: 6.25vw;
	}
}

@media screen and (max-width: 768px) {
	#sec-related-info .links .tpl-btn {
		width: 90%;
		padding: 15px 0;
		border-radius: 50px;
	}
}

/* sec-related-product
-----------------------------*/
#sec-related-product .tpl-inner-wrap {
	border-top: 1px solid #ccc;
	padding-top: 40px;
	padding-bottom: 140px;
}

@media screen and (max-width: 768px) {
	#sec-related-product .tpl-inner-wrap {
		padding-top: 0;
		padding-bottom: 21.875vw;
		border-top: none;
	}
	#sec-related-product .tpl-inner-wrap:before {
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background-color: #ccc;
		margin-bottom: 6.25vw;
	}
}

#sec-related-product .tpl-title {
	text-align: center;
}

#sec-related-product .tpl-title .label {
	margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
	#sec-related-product .tpl-title .label {
		margin-bottom: 6.25vw;
	}
}

#sec-related-product .links {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media screen and (max-width: 768px) {
	#sec-related-product .links {
		display: block;
	}
}

#sec-related-product .links li {
	width: 440px;
}

@media screen and (max-width: 768px) {
	#sec-related-product .links li {
		width: 100%;
	}
	#sec-related-product .links li + li {
		margin-top: 9.375vw;
	}
}

#sec-related-product .links li:nth-child(n + 3) {
	margin-top: 60px;
}

@media screen and (max-width: 768px) {
	#sec-related-product .links li:nth-child(n + 3) {
		margin-top: 9.375vw;
	}
}

#sec-related-product .links li .tpl-btn {
	margin-top: 20px;
}

@media screen and (max-width: 768px) {
	#sec-related-product .links li .tpl-btn {
		margin: 4.6875vw auto 0;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
}

#sec-related-product .links .ph {
	margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
	#sec-related-product .links .ph {
		margin-bottom: 5.46875vw;
	}
}

#sec-related-product .links .ph img {
	width: 100%;
}

#sec-related-product .links .title {
	font-size: 15px;
	font-weight: 700;
}

@media screen and (max-width: 768px) {
	#sec-related-product .links .title {
		font-size: 4.0625vw;
	}
}

#sec-related-product .links .detail {
	margin-top: 1.4em;
}

/* sec-product-contact
-----------------------------*/
#sec-product-contact .tpl-inner-wrap {
	border-top: 1px solid #ccc;
	padding-top: 40px;
	padding-bottom: 140px;
}

@media screen and (max-width: 768px) {
	#sec-product-contact .tpl-inner-wrap {
		padding-top: 0;
		padding-bottom: 21.875vw;
		border-top: none;
	}
	#sec-product-contact .tpl-inner-wrap:before {
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background-color: #ccc;
		margin-bottom: 6.25vw;
	}
}

#sec-product-contact .tpl-title {
	text-align: center;
}

#sec-product-contact .tpl-title .label {
	margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
	#sec-product-contact .tpl-title .label {
		margin-bottom: 6.25vw;
	}
}

#sec-product-contact .links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 768px) {
	#sec-product-contact .links {
		display: block;
		text-align: center;
	}
}

@media screen and (max-width: 768px) {
	#sec-product-contact .links li + li {
		margin-top: 9.375vw;
	}
	#sec-product-contact .links li.tel .tpl-btn {
		margin-top: 3.125vw;
	}
}

@media screen and (min-width: 769px) {
	#sec-product-contact .links li:not(:last-child) {
		margin-right: 50px;
	}
	#sec-product-contact .links li.tel .tpl-btn {
		width: auto;
		border: none;
		padding: 0;
		pointer-events: none;
		display: block;
		margin-top: 1em;
	}
	#sec-product-contact .links li.tel .tpl-btn:before, #sec-product-contact .links li.tel .tpl-btn:after {
		display: none;
	}
}

#sec-product-contact .tpl-btn {
	text-align: center;
	width: 280px;
}

@media screen and (max-width: 768px) {
	#sec-product-contact .tpl-btn {
		width: 90%;
		border-radius: 50px;
		padding: 15px 0;
	}
}

@media only screen and (min-width: 641px) {
	.remodal {
		max-width: 840px;
	}
}

.remodal-wrapper {
	padding: 0;
}

.remodal {
	padding: 30px;
}

@media screen and (max-width: 768px) {
	.remodal {
		padding: 4.6875vw;
	}
}

.remodal-overlay {
	background-color: rgba(0, 0, 0, 0.9);
}

.modal-wrap {
	text-align: left;
}

.modal-wrap .label .cat {
	display: inline-block;
	border-right: 1px solid #CCC;
	padding-right: 15px;
	margin-right: 15px;
	font-size: 14px;
	font-weight: 500;
}

@media screen and (max-width: 768px) {
	.modal-wrap .label .cat {
		padding-right: 2.34375vw;
		margin-right: 2.34375vw;
	}
}

.modal-wrap .cont-wrap {
	height: 450px;
	overflow-y: scroll;
}

@media screen and (max-width: 768px) {
	.modal-wrap .cont-wrap {
		height: 350px;
	}
}

.modal-wrap .ph {
	margin-top: 2em;
	text-align: center;
}

.modal-wrap .ph img {
	max-width: 100%;
	height: auto;
}

.modal-wrap .ph + .body {
	margin-top: 2em;
}

.modal-wrap table {
	width: 100% !important;
	margin-top: 20px;
}

.modal-wrap table th, .modal-wrap table td {
	padding: 10px 20px !important;
	border: 1px solid #ccc !important;
}

@media screen and (max-width: 768px) {
	.modal-wrap table th, .modal-wrap table td {
		padding: 10px 5px !important;
		box-sizing: border-box;
		width: auto !important;
		word-break: break-all;
		white-space: normal;
	}
}

.modal-wrap table th {
	background-color: #eee !important;
}

.modal-wrap .bottom-wrap {
	border-top: 1px solid #CCC;
	margin-top: 50px;
	padding-top: 30px;
	min-height: 4em;
}

@media screen and (max-width: 768px) {
	.modal-wrap .bottom-wrap {
		margin-top: 0;
		padding-top: 20px;
	}
}

.modal-wrap .modal-pagenation {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.modal-wrap .modal-pagenation li {
	cursor: pointer;
	max-width: 40%;
}

@media screen and (max-width: 768px) {
	.modal-wrap .modal-pagenation li {
		min-height: 3em;
		display: flex;
		align-items: center;
	}
}

.modal-wrap .modal-pagenation a {
	text-decoration: none;
	color: #333;
	line-height: 150%;
	position: relative;
	display: inline-block;
	transition-property: opacity;
	transition-duration: 0.3s;
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.modal-wrap .modal-pagenation a:hover {
	opacity: .5;
}

.modal-wrap .modal-pagenation a:before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border-bottom: 1px solid #333;
	position: absolute;
	top: calc(50% - 5px);
}

.modal-wrap .prev {
	margin-right: auto;
}

.modal-wrap .prev a {
	padding-left: 30px;
}

.modal-wrap .prev a:before {
	border-left: 1px solid #333;
	transform: rotate(45deg);
	left: 0;
}

.modal-wrap .next {
	text-align: right;
	margin-left: auto;
}

.modal-wrap .next a {
	padding-right: 30px;
}

.modal-wrap .next a:before {
	border-right: 1px solid #333;
	transform: rotate(-45deg);
	right: 0;
}

.modal-wrap .close-btn {
	cursor: pointer;
	position: absolute;
	top: auto;
	bottom: 1em;
	left: 50%;
	right: auto;
	width: auto;
	height: auto;
	color: #333;
	transform: translateX(-50%);
	display: inline-block;
	padding-top: calc(1em + 20px);
	transition-property: opacity;
	transition-duration: 0.3s;
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media screen and (max-width: 768px) {
	.modal-wrap .close-btn {
		bottom: 2.34375vw;
	}
}

.modal-wrap .close-btn:before, .modal-wrap .close-btn:after {
	content: '';
	display: block;
	width: 25px;
	height: 1px;
	background: #333;
	position: absolute;
	top: auto;
	bottom: 2.5em;
	left: 50%;
}

@media screen and (max-width: 768px) {
	.modal-wrap .close-btn:before, .modal-wrap .close-btn:after {
		width: 20px;
		bottom: 2.2em;
	}
}

.modal-wrap .close-btn:before {
	transform: translateX(-50%) rotate(-45deg);
}

.modal-wrap .close-btn:after {
	transform: translateX(-50%) rotate(45deg);
}

.modal-wrap .close-btn:hover {
	opacity: .5;
}
/*# sourceMappingURL=../../../_map/assets/product/css/style.css.map */
