@charset "UTF-8";
@media screen and (min-width:769px) {
.product_cont{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 300px;
}

.product_cont .sticky_nav{
  position:sticky;
  top:100px;
  width:300px;
  z-index: 2;
	display: block !important;
}
	
.product_cont .sticky_nav .product_topbtn{
 	padding:12px 30px;
	color:#fff;
	background:#ebebeb;
	display: block;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 1.57em;
	transition: all 0.3s;
	position: relative;
	background:#333;
	text-align: center;
	width:220px;
	margin-bottom: 30px;
}

.product_cont .sticky_nav .product_topbtn::after{
	content: "";
	width:0.8em;
	height: 0.8em;
	background-image: url("/images/common/arrow.svg");
	background-size: contain;
	background-position: left 0 top 50%;
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	right:10px;
	top:calc(50% - 0.4em);
	margin:0 0 0 0;
}

.product_cont .sticky_nav nav{
  color: #fff;
  padding:0;
  background:#fff;
  width:220px;
  min-width: 220px;
	max-height: calc(100dvh - 90px - 140px) ;
	overflow: auto;
  margin:0 auto 0 0;
}

.product_cont .sticky_nav nav .head_tl{
  color: #fff;
  font-size: 1.6rem;
	letter-spacing: 0.05em;
	text-align: center;
	background:#333333;
	padding:1em;
}

.product_cont .sticky_nav .cp_box .cate_link{
 	padding:12px 30px;
	color:#000;
	background:#ebebeb;
	display: block;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	line-height: 1.57em;
	transition: all 0.3s;
	position: relative;
}

.product_cont .sticky_nav .cp_box .cate_link:hover{
 	opacity: 0.7;
}

.product_cont .sticky_nav .cp_box .cate_link::after{
	content: "";
	width:0.8em;
	height: 0.8em;
	background-image: url("/images/common/arrow_black.svg");
	background-size: contain;
	background-position: left 0 top 50%;
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	right:10px;
	top:calc(50% - 0.4em);
	margin:0 0 0 0;
}

.product_cont .sticky_nav .cp_box .cate_link::before{
	content: "";
	width:10px;
	height: 10px;
	background-image: url("/images/common/plus.svg");
	background-size: contain;
	background-position: left 0 top 50%;
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	left:10px;
	top:calc(50% - 5px);
	margin:0 0 0 0;
}

.product_cont .sticky_nav .cp_box:hover .cate_link::before{
	content: "";
	width:10px;
	height: 10px;
	background-image: url("/images/common/minus.svg");
	background-size: contain;
	background-position: left 0 top 50%;
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	left:10px;
	top:calc(50% - 5px);
	margin:0 0 0 0;
}

.product_cont .sticky_nav .cp_box .inbox{
  	display: grid; 
	grid-template-rows: 0fr;
    transition: .3s all;
	overflow: hidden;
}

.product_cont .sticky_nav .cp_box:hover .inbox{
  	grid-template-rows: 1fr;
	padding:7px 0;
}

.product_cont .sticky_nav .cp_box ul{
  	display: block;
	background:#fff;
}

.product_cont .sticky_nav ul li a{
 	padding:0 30px;
	margin:8px 0;
	color:#000;
	display: block;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	transition: all 0.3s;
	position: relative;
	line-height: 1.57em;
}

.product_cont .sticky_nav ul li a:hover{
 	opacity: 0.7;
}

.product_cont .sticky_nav ul li a::before{
	content: "";
	width:0.8em;
	height: 0.8em;
	background-image: url("/images/common/arrow_black.svg");
	background-size: contain;
	background-position: left 0 top 50%;
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	right:10px;
	top:calc(50% - 0.4em);
	margin:0 0 0 0;
}

.product_cont .sticky_nav .input{
	width:220px;
	border:1px solid #bfbfbf;
	height: 50px;
	margin-top:40px;
	display: flex;
	justify-content:space-between;
}

.product_cont .sticky_nav .input input[type="text"]{
  	margin: 0;
 	padding: 15px;
  	background: #fff;
  	border: none;
  	border-radius: 0;
  	outline: none;
  	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
	box-shadow: none;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	width:calc(100% - 50px);
}

.product_cont .sticky_nav .input button{
  	width:50px;
	height: 50px;
	background-image: url('/images/common/search_icon.svg');
	background-position: 50% 50%;
	background-size: 15px;
	background-repeat: no-repeat;
}
	

.product_cont .product_list{
	width:calc(100% - 300px);
}

.product_cont .product_list .maincate_cont{
	margin-bottom: 190px;
}

.product_cont .product_list .maincate_cont:last-child{
	margin-bottom: 0;
}

.product_cont .product_list .maincate_cont .head_tl{
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	line-height: 1.57em;
	color:#fff;
	padding:0.5em 30px;
	background:#333333;
	border-left: 4px solid #ff6630;
	margin:0 0 30px 0;
}

.product_cont .product_list .maincate_cont .inlist{
	margin-bottom: 80px;
}

.product_cont .product_list .maincate_cont .inlist:last-child{
	margin-bottom: 0;
}

.product_cont .product_list .maincate_cont ul.thumb_list{
	width:100%;
	display: grid;
  	grid-template-columns: repeat(3, 1fr);
	gap:12px;
	grid-auto-flow: dense;
}

.product_cont .product_list .maincate_cont ul.thumb_list li{
	grid-area: span 1 / span 1;
	padding:12px;
	border:1px solid #bfbfbf;
}

.product_cont .product_list .maincate_cont ul.thumb_list li a{
	display: block;
	height: 100%;
}

.product_cont .product_list .maincate_cont ul.thumb_list li.bthumb{
	grid-area: span 2 / span 2;
}

.product_cont .product_list .maincate_cont ul.thumb_list li .phbox{
	position: relative;
}

.product_cont .product_list .maincate_cont ul.thumb_list li .phbox span{
	position: absolute;
	top:0;
	left:0;
	z-index: 2;
	background:#333;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	line-height: 1.57em;
	color:#fff;
	max-width: 100%;
	padding:0.2em 0.5em;
}

.product_cont .product_list .maincate_cont ul.thumb_list li .phbox .overbox{
	position: absolute;
	width:100%;
	height: 100%;
	background:rgba(0,0,0,0.7);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color:#fff;
	font-size: 1.6rem;
	top:0;
	left:0;
	z-index: 3;
	opacity: 0;
	transition: all 0.3s;
}

.product_cont .product_list .maincate_cont ul.thumb_list li a:hover .phbox .overbox{
	opacity: 1;
}

.product_cont .product_list .maincate_cont ul.thumb_list li .phbox .overbox::after{
	content: "";
	width:0.8em;
	height: 0.8em;
	background-image: url("/images/common/arrow.svg");
	background-size: contain;
	background-position: left 0 top 50%;
	background-repeat: no-repeat;
	display: inline-block;
	position: block;
	margin:1em 0 0 0;
}

.product_cont .product_list .maincate_cont ul.thumb_list li figure{
	aspect-ratio : 552 / 360;
	position: relative;
	z-index: 1;
}

.product_cont .product_list .maincate_cont ul.thumb_list li figure img{
	object-fit: contain;
	object-position: center center;
	width:100%;
	height: 100%;
}

.product_cont .product_list .maincate_cont ul.thumb_list li figure img.fit{
	object-fit: cover;
	object-position: center center;
}

.product_cont .product_list .maincate_cont ul.thumb_list li p.tl{
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.7em;
	margin-bottom: 0.5em;
	margin-top: 0.7em;
}

.product_cont .product_list .maincate_cont ul.thumb_list li p.tx{
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	line-height: 2em;
}

.product_cont .product_list .maincate_cont ul.thumb_list li.bthumb p.tl{
	font-size: 2.2rem;
}

.product_cont .product_list .maincate_cont ul.thumb_list li.bthumb p.tx{
	font-size: 1.4rem;
}
	
.product_cont .product_list .maincate_cont ul.thumb_list li.bthumb .explain{
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	line-height: 2em;
	margin-top:1.5em;
}

.product_cont .none_text{
	font-size:1.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:100px 0 300px 0;
}

/*single*/
h1.p_single{
	font-size: 4rem !important;
}

.product_single_headtl{
	font-size: 2rem;
	margin-bottom: 1em;
	letter-spacing: 0.05em;
}

	
.product_single_cate{
	font-size: 1.6rem;
	margin-bottom: 2em;
	letter-spacing: 0.05em;
}

.product_single_headtl span{
	font-size: 0.8em;
	margin-left:1em;
	letter-spacing: 0.05em;
}

.product_cont .product_singlecont{
	width:calc(100% - 300px);
}

.product_cont .product_singlecont .main_flexbox{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 60px;
}

.product_cont .product_singlecont .main_flexbox .phbox{
	width:calc(100% - 280px - min(1.5vw,20px));
	position: relative;
	z-index: 1;
}
	
.product_cont .product_singlecont .main_flexbox .phbox .caption{
	margin-top:1em;
	font-size: 1.2rem;
	line-height: 1.9em;
}

.product_cont .product_singlecont .main_flexbox figure{
	aspect-ratio : 578 / 380;
	position: relative;
	z-index: 1;
	border:1px solid #ededed;
}

.product_cont .product_singlecont .main_flexbox figure img{
	object-fit: contain;
	object-position: center center;
	width:100%;
	height: 100%;
}

.product_cont .product_singlecont .main_flexbox figure img.fit{
	object-fit: cover;
	object-position: center center;
}

.product_cont .product_singlecont .main_flexbox .feature_cont{
	width:280px;
}

.product_cont .product_singlecont .main_flexbox .feature_cont .tl{
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	padding:1em 0;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	text-align: center;
	margin-bottom: 1.5em;
}

.product_cont .product_singlecont .main_flexbox .feature_cont .tx{
	font-size: 1.4rem; 
	line-height: 2em;
	text-align: justify;
}

.product_cont .product_singlecont .sub_phflex{
	display: flex;
	flex-wrap: wrap;
	width:calc(100% + min(1.5vw,20px));
	margin-left:max(-1.5vw,-20px);
	margin-bottom: 60px;
}

.product_cont .product_singlecont .sub_phflex .box{
	width:calc((100% - min(1.5vw,20px) * 3) / 3);
	margin-left:min(1.5vw,20px);
	margin-bottom: 30px;
}

.product_cont .product_singlecont .sub_phflex .box figure{
	aspect-ratio : 276 / 181;
	position: relative;
	z-index: 1;
	pointer-events: none;
	border:1px solid #ededed;
}

.product_cont .product_singlecont .sub_phflex .box figure img{
	object-fit: contain;
	object-position: center center;
	width:100%;
	height: 100%;
}

.product_cont .product_singlecont .sub_phflex .box figure img.fit{
	object-fit: cover;
	object-position: center center;
}

.product_cont .product_singlecont .sub_phflex .box .cap{
	font-size:1.2rem;
	margin-top:0.5em;
	line-height: 2em;
}

.product_cont .product_singlecont table{
	margin-bottom: 100px;
	width:100%;
	border-collapse: collapse;
}

.product_cont .product_singlecont table td{
	width:25%;
	border:1px solid #bfbfbf;
	padding:15px;
	font-size: 1.4rem;
	line-height: 1.9em;
}

.product_cont .product_singlecont .bottom_link{
	margin-bottom: 300px;
}

.product_cont .product_singlecont .bottom_link a{
	width:100%;
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	color:#fff;
	background-color:#333;
	background-image: url("/images/common/arrow.svg");
	background-size: 15px;
	background-position: right 40px top 50%;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	font-weight: 300;
	line-height: 1.57em;
}

.product_cont .product_singlecont .bottom_link a span{
	font-size: 2em;
	margin-bottom: 0.5em;
}
}
@media screen and (max-width:768px) {
	
	.sp_navopen_cont{
		background:#fff;
		position:-webkit-sticky;
		position: sticky;
		top:70px;
		width:100%;
		z-index: 10;
		padding:10px 0;
		margin-bottom: 30px;
	}
	
	button.sp_navopen{
		width:100%;
		border:1px solid #c1c1c1;
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		background-image: url("/images/common/arrow_black.svg");
		background-size: 7px;
		background-repeat: no-repeat;
		background-position: right 10px top 50%;
		font-size: 1.4rem;
		letter-spacing: 0.025em;
		margin-bottom: 0;
		color:#000;
	}
.product_cont{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
	margin-bottom: 150px;
}
	
.product_cont .product_topbtn{
 	padding:15px 30px;
	color:#fff;
	background:#ebebeb;
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 1.57em;
	transition: all 0.3s;
	position: relative;
	background:#333;
	text-align: center;
	width:100%;
	margin-bottom: 30px;
}

.product_cont .product_topbtn::after{
	content: "";
	width:10px;
	height: 10px;
	background-image: url("/images/common/arrow.svg");
	background-size: contain;
	background-position: left 0 top 50%;
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	right:10px;
	top:calc(50% - 0.4em);
	margin:0 0 0 0;
}

.product_cont .sticky_nav{
  position:fixed;
  top:0;
  left: 0;
  width:100vw;
  height: 100dvh;
  z-index: 2000;
  background-color: rgba(0,0,0,0.75);
  display: none;
}
	
.product_cont .sticky_nav .menu {
  padding:0;
  display: flex;
  align-items: center;
  position: fixed;
  top:30px;
  right:10px;
  margin: 0 0 0 0;
  cursor: pointer;
}

.product_cont .sticky_nav .menu-trigger, header .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 2;
}

.product_cont .sticky_nav .menu-trigger {
  position: relative;
  width: 50px;
  height: 15px;
  z-index: 5;
}
.product_cont .sticky_nav .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 0px;
}

.product_cont .sticky_nav .menu-trigger span:nth-of-type(1) {
  top: 0;
}
.product_cont .sticky_nav .menu-trigger span:nth-of-type(2) {
  top: 6px;
  opacity: 0;
}
.product_cont .sticky_nav .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.product_cont .sticky_nav .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(6.5px) rotate(25deg);
  transform: translateY(6.5px) rotate(25deg);
  background-color: #fff !important;
}
.product_cont .sticky_nav .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}
.product_cont .sticky_nav .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-6.5px) rotate(-25deg);
  transform: translateY(-6.5px) rotate(-25deg);
  width: 100% !important;
  margin: 0 0 0 0;
  background-color: #fff !important;
}
	
	.product_cont .sp_innav{
		background: #fff;
		padding:0 5vw 30px 0;
		margin:0 auto 0 0;
		width:calc(100vw - 70px);
		max-width:310px;
	}
	
	.product_cont .sp_innav .sp_navtl{
		padding:20px 5vw;
		font-size: 1.4rem;
		letter-spacing: 0.05em;
	}

.product_cont .sticky_nav nav{
  color: #fff;
  background:#fff;
 width:100%;
	max-height: calc(100dvh - 90px - 140px) ;
	overflow: auto;
}

.product_cont .sticky_nav nav .head_tl{
  color: #fff;
  font-size: 1.6rem;
	letter-spacing: 0.05em;
	text-align: center;
	background:#333333;
	padding:1em;
}

.product_cont .sticky_nav .cp_box .cate_link{
 	padding:12px 30px 12px 45px;
	color:#000;
	background:#ebebeb;
	display: block;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	line-height: 1.57em;
	transition: all 0.3s;
	position: relative;
}
	
.product_cont .sticky_nav .cp_box{
 	position: relative;
}
	
.product_cont .sticky_nav .cp_box .spbtn{
 	position: absolute;
	z-index: 2;
	height: 100%;
	width:50px;
	top:0;
	left:0;
}

.product_cont .sticky_nav .cp_box .cate_link:hover{
 	opacity: 0.7;
}

.product_cont .sticky_nav .cp_box .cate_link::after{
	content: "";
	width:0.8em;
	height: 0.8em;
	background-image: url("/images/common/arrow_black.svg");
	background-size: contain;
	background-position: left 0 top 50%;
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	right:10px;
	top:calc(50% - 0.4em);
	margin:0 0 0 0;
}

.product_cont .sticky_nav .cp_box .cate_link::before{
	content: "";
	width:10px;
	height: 10px;
	background-image: url("/images/common/plus.svg");
	background-size: contain;
	background-position: left 0 top 50%;
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	left:20px;
	top:calc(50% - 5px);
	margin:0 0 0 0;
}

.product_cont .sticky_nav .cp_box.active .cate_link::before{
	content: "";
	width:10px;
	height: 10px;
	background-image: url("/images/common/minus.svg");
	background-size: contain;
	background-position: left 0 top 50%;
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	left:20px;
	top:calc(50% - 5px);
	margin:0 0 0 0;
}

.product_cont .sticky_nav .cp_box .inbox{
  	display: grid; 
	grid-template-rows: 0fr;
    transition: .3s all;
	overflow: hidden;
}

.product_cont .sticky_nav .cp_box.active .inbox{
  	grid-template-rows: 1fr;
	padding:7px 0;
}

.product_cont .sticky_nav .cp_box ul{
  	display: block;
	background:#fff;
}

.product_cont .sticky_nav ul li a{
 	padding:0 30px;
	margin:8px 0;
	color:#000;
	display: block;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	transition: all 0.3s;
	position: relative;
	line-height: 1.57em;
}

.product_cont .sticky_nav ul li a:hover{
 	opacity: 0.7;
}

.product_cont .sticky_nav ul li a::before{
	content: "";
	width:0.8em;
	height: 0.8em;
	background-image: url("/images/common/arrow_black.svg");
	background-size: contain;
	background-position: left 0 top 50%;
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	right:10px;
	top:calc(50% - 0.4em);
	margin:0 0 0 0;
}

.product_cont .sticky_nav .input{
	width:calc(100% - 5vw);
	border:1px solid #bfbfbf;
	height: 50px;
	margin:30px 0 0 5vw;
	display: flex;
	justify-content:center;
}

.product_cont .sticky_nav .input input[type="text"]{
  	margin: 0;
 	padding: 15px;
  	background: #fff;
  	border: none;
  	border-radius: 0;
  	outline: none;
  	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
	box-shadow: none;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	width:calc(100% - 50px);
}

.product_cont .sticky_nav .input button{
  	width:50px;
	height: 50px;
	background-image: url('/images/common/search_icon.svg');
	background-position: 50% 50%;
	background-size: 15px;
	background-repeat: no-repeat;
}
	

.product_cont .product_list{
	width:100%;
}

.product_cont .product_list .maincate_cont{
	margin-bottom: 100px;
}

.product_cont .product_list .maincate_cont:last-child{
	margin-bottom: 0;
}

.product_cont .product_list .maincate_cont .head_tl{
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.57em;
	color:#fff;
	padding:0.6em 20px;
	background:#333333;
	border-left: 4px solid #ff6630;
	margin:0 0 30px 0;
}

.product_cont .product_list .maincate_cont .inlist{
	margin-bottom: 80px;
}

.product_cont .product_list .maincate_cont .inlist:last-child{
	margin-bottom: 0;
}

.product_cont .product_list .maincate_cont ul.thumb_list{
	width:100%;
	display: flex;
	flex-direction: column;
  	grid-template: repeat(1, 1fr) / repeat(3, 1fr);
	gap:10px;
	grid-auto-flow: dense;
}

.product_cont .product_list .maincate_cont ul.thumb_list li{
	grid-area: span 1 / span 1;
	padding:10px;
	border:1px solid #bfbfbf;
}

.product_cont .product_list .maincate_cont ul.thumb_list li a{
	display: block;
	height: 100%;
}

.product_cont .product_list .maincate_cont ul.thumb_list li.bthumb{
	grid-area: span 2 / span 2;
}

.product_cont .product_list .maincate_cont ul.thumb_list li .phbox{
	position: relative;
}

.product_cont .product_list .maincate_cont ul.thumb_list li .phbox span{
	position: absolute;
	top:0;
	left:0;
	z-index: 2;
	background:#333;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	line-height: 1.57em;
	color:#fff;
	max-width: 100%;
	padding:0.2em 0.5em;
}

.product_cont .product_list .maincate_cont ul.thumb_list li .phbox .overbox{
	position: absolute;
	width:100%;
	height: 100%;
	background:rgba(0,0,0,0.7);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color:#fff;
	font-size: 1.6rem;
	top:0;
	left:0;
	z-index: 3;
	opacity: 0;
	transition: all 0.3s;
}

.product_cont .product_list .maincate_cont ul.thumb_list li a:hover .phbox .overbox{
	opacity: 1;
}

.product_cont .product_list .maincate_cont ul.thumb_list li .phbox .overbox::after{
	content: "";
	width:0.8em;
	height: 0.8em;
	background-image: url("/images/common/arrow.svg");
	background-size: contain;
	background-position: left 0 top 50%;
	background-repeat: no-repeat;
	display: inline-block;
	position: block;
	margin:1em 0 0 0;
}

.product_cont .product_list .maincate_cont ul.thumb_list li figure{
	aspect-ratio : 552 / 360;
	position: relative;
	z-index: 1;
}

.product_cont .product_list .maincate_cont ul.thumb_list li figure img{
	object-fit: contain;
	object-position: center center;
	width:100%;
	height: 100%;
}

.product_cont .product_list .maincate_cont ul.thumb_list li figure img.fit{
	object-fit: cover;
	object-position: center center;
}

.product_cont .product_list .maincate_cont ul.thumb_list li p.tl{
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	line-height: 1.7em;
	margin-bottom: 0.5em;
	margin-top: 0.7em;
}

.product_cont .product_list .maincate_cont ul.thumb_list li p.tx{
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	line-height: 1.7em;
}
	
.product_cont .product_list .maincate_cont ul.thumb_list li.bthumb .explain{
	display: none;
}

.product_cont .product_list .maincate_cont ul.thumb_list li.bthumb p.tl{
	font-size: 1.8rem;
}

.product_cont .product_list .maincate_cont ul.thumb_list li.bthumb p.tx{
	font-size: 1.4rem;
}

.product_cont .none_text{
	font-size:1.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:100px 0 100px 0;
}

/*single*/
h1.p_single{
	font-size: 2.5rem !important;
}

.product_single_headtl{
	font-size: 1.4rem;
	margin-bottom: 1em;
	letter-spacing: 0.05em;
}
	
.product_single_cate{
	font-size: 1.2rem;
	margin-bottom: 1.5em;
	letter-spacing: 0.05em;
}


.product_single_headtl span{
	font-size: 0.8em;
	margin-left:1em;
	letter-spacing: 0.05em;
}

.product_cont .product_singlecont{
	width:100%;
}

.product_cont .product_singlecont .main_flexbox{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: column;
	margin-bottom: 40px;
}

.product_cont .product_singlecont .main_flexbox .phbox{
	width:100%;
}
.product_cont .product_singlecont .main_flexbox figure{
	width:100%;
	aspect-ratio : 578 / 380;
	position: relative;
	z-index: 1;
	border:1px solid #ededed;
}
	
.product_cont .product_singlecont .main_flexbox .caption{
	margin-top:1em;
	font-size: 1.2rem;
	line-height: 1.9em;
}

.product_cont .product_singlecont .main_flexbox figure img{
	object-fit: contain;
	object-position: center center;
	width:100%;
	height: 100%;
}

.product_cont .product_singlecont .main_flexbox figure img.fit{
	object-fit: cover;
	object-position: center center;
}

.product_cont .product_singlecont .main_flexbox .feature_cont{
	width:100%;
	margin-top:50px;
}

.product_cont .product_singlecont .main_flexbox .feature_cont .tl{
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	padding:1em 0;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	text-align: center;
	margin-bottom: 1.5em;
}

.product_cont .product_singlecont .main_flexbox .feature_cont .tx{
	font-size: 1.3rem; 
	line-height: 2em;
	text-align: justify;
}

.product_cont .product_singlecont .sub_phflex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width:calc(100%);
	margin-left:0;
	margin-bottom: 50px;
}

.product_cont .product_singlecont .sub_phflex .box{
	width:calc((100% - 5vw) / 2);
	margin-left:0;
	margin-bottom: 30px;
}

.product_cont .product_singlecont .sub_phflex .box figure{
	aspect-ratio : 276 / 181;
	position: relative;
	z-index: 1;
	pointer-events: none;
	border:1px solid #ededed;
}

.product_cont .product_singlecont .sub_phflex .box figure img{
	object-fit: contain;
	object-position: center center;
	width:100%;
	height: 100%;
}

.product_cont .product_singlecont .sub_phflex .box figure img.fit{
	object-fit: cover;
	object-position: center center;
}

.product_cont .product_singlecont .sub_phflex .box .cap{
	font-size:1.2rem;
	margin-top:0.5em;
	line-height: 2em;
}

.product_cont .product_singlecont .table{
	overflow: auto;
	width:100%;
	margin-bottom: 80px;
}

.product_cont .product_singlecont table{
	margin-bottom: 0;
	width:100%;
	border-collapse: collapse;
}

.product_cont .product_singlecont table td{
	width:25%;
	min-width: 150px;
	border:1px solid #bfbfbf;
	padding:10px;
	font-size: 1.3rem;
	line-height: 1.9em;
}

.product_cont .product_singlecont .bottom_link{
	margin-bottom: 0;
}

.product_cont .product_singlecont .bottom_link a{
	width:100%;
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	color:#fff;
	background-color:#333;
	background-image: url("/images/common/arrow.svg");
	background-size:10px;
	background-position: right 20px top 50%;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	font-weight: 300;
	padding:0 10vw 0 5vw;
	line-height: 1.57em;
}

.product_cont .product_singlecont .bottom_link a span{
	font-size: 2em;
	margin-bottom: 0.5em;
}
}

.product_cont .product_singlecont h2 a{
	/*font-size: 1.4rem;
	line-height: 2.2em;
	letter-spacing: 0.05em;*/
}

.product_cont .product_singlecont h2 a, 
.product_cont .product_singlecont .feature_cont .tx a,
.product_cont .product_singlecont .table a{
  border:none;
  background-image: linear-gradient(#ff6630, #ff6630),linear-gradient(#000, #000); /* 単色 */
  background-size: 0 1px,100% 1px; /* 幅(0=見えない状態) | 高さ(=線の太さ) */
  background-position: bottom right; /* 右下に配置 */
  background-repeat: no-repeat;
  padding-bottom: 5px;
  transition: background-size 0.3s;
  box-decoration-break: slice; /* Firefox用に指定 */
  -webkit-box-decoration-break: slice; /* Firefox以外のブラウザ用に指定 */
}

.product_cont .product_singlecont h2 a:hover,
.product_cont .product_singlecont .feature_cont .tx a:hover,
.product_cont .product_singlecont .table a:hover{
  background-size: 100% 1px; /* 幅(100%=文字の長さ) | 高さ(=線の太さ) */
  background-position: bottom left;  /* 左下に配置 */
}