@charset "utf-8";

/* background
-------------------------------------------*/
.product-header {
	background-color: rgba(242, 242, 242, 1);
	border-bottom:1px solid #dcdcdc;
}
.product-main {
	background-color: rgba(255, 255, 255, 1);
}

/* layout
-------------------------------------------*/
.product-inner{
	margin:0 auto;
	padding: 50px 0 200px 0;
	max-width: 940px;
}

@media print, screen and (max-width:980px){
	.product-inner{
		padding: 25px 20px 150px 20px;
	}
}

.product-footer{
	padding-top: 100px;
	margin-top: 30px;
	display: flex;
	justify-content: center;
	border-top:1px solid #7c7c7c;
}

.pd-pankuzu{
	max-width: 1200px;
	margin: 0 auto;
	padding: 5px 0;
}

@media print, screen and (max-width:1200px){
	.pd-pankuzu{
		margin-left: 15px;
	}
}
@media print, screen and (max-width:600px){
	.pd-pankuzu{
		font-size: 10px;
	}
}

.product-archive-list{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 15px;
}

.product-thumbnail img{
	width: 100%;
	height: auto;
	display: block;
	aspect-ratio: 4 / 3;
}

/* title
-------------------------------------------*/
.product-title-bar{
	width: 100%;
	border-bottom:1px solid #7c7c7c;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
.product-title{
	font-family: Gothic MB101, Hiragino Sans,'ヒラギノ角ゴシック', Hiragino Kaku Gothic ProN,'ヒラギノ角ゴ ProN W3', 'Noto Sans JP', sans-serif;
	font-size: 25px;
	font-weight: 500;
}
.pd-archive-title{
	font-size: 50px;
	font-weight: 300;
}
.pd-archive-desc{
	font-size: 25px;
	font-weight: 300;
}
@media print, screen and (max-width:600px){
	.pd-archive-title{
		font-size: 30px;
	}
	.pd-archive-desc{
		font-size: 15px;
	}
	.product-title{
	font-family: Gothic MB101, Hiragino Sans,'ヒラギノ角ゴシック', Hiragino Kaku Gothic ProN,'ヒラギノ角ゴ ProN W3', 'Noto Sans JP', sans-serif;
	font-size: 14px;
	}
}

/* line-btn */
.pd-line-btn {
	width: 320px;
	display: inline-block;
	box-sizing: border-box;
	height: 44px;
	padding-right: 44px;
	border: 1px solid #999;
	text-align: left;
	transition: background 375ms cubic-bezier(.4,0,.2,1);
	position: relative;
}
.pd-line-btn:hover {
  background-color: #eee;
  opacity: 0.8;
}
.pd-line-btn span{
	display: block;
	box-sizing: border-box;
	height: 100%;
	padding: 0 0 0 15px;
	border-right: 1px dashed #999;
	color: #333;
	line-height: 42px;/*2.93;*/
	letter-spacing: .05em;
	font-size: 14px;/*.9375rem;*/
}
.pd-line-btn:before {
	position: absolute;
	right: 0;
	width:44px;
	color: #666;
	text-align: center;
	margin-top: -9px;
	font-size: 19px;
	font-family: "icomoon";
	display: inline-block;
	line-height: 18px;
	top: 50%;
	vertical-align: middle;
	content: "\e922";	
}
.pd-link{
	margin-bottom: 30px;
}

@media print, screen and (max-width:600px){
	.pd-line-btn {
		width: 220px;
		height: 30px;
		padding-right: 30px;
	}
	.pd-line-btn span{
	font-size: 10px;
	padding: 0 0 0 8px;
	line-height: 30px;/*2.93;*/
	}
	.pd-line-btn:before {
	width:30px;
	}
}