@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=M+PLUS+1p&family=Noto+Sans+JP:wght@100..900&display=swap');
#global_navi .gnav07 {
	background-image: url(../../../../common/g_navi/under_line.png) !important;
	background-repeat: no-repeat;
	background-position: center 60px;
}
.top_image {
	background-image: url(/pro/common/image/top_image.jpg);
	background-position: center top;
	height: 300px;
	width: 100%;
	margin-top: 79px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.top_image .products_title {
	height: autopx;
	width: 230px;
	margin-right: auto;
	margin-left: auto;
}
 @media screen and (max-width: 760px) {
.top_image {
	background-image: url(/pro/common/image/top_images.jpg);
	background-position: center center;
	background-size: 100%;
	height: 160px;
	width: 100%;
	margin-top: 20px !important;
	background-color: #FFF;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.top_image .products_title {
	height: auto;
	width: 34%;
	margin-right: auto;
	margin-left: auto;
}
#sp_g-navi {
	position: fixed !important;
	top: 0px;
}
}
#contents_wrapper .products_title {
	text-align: center;
	height: auto;
	width: 100%;
	margin-bottom: 30px;
}
#contents_wrapper .products_title img {
	height: auto;
	width: 230px;
}
#contents_wrapper .category_title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #000;
	text-align: center;
	height: auto;
	width: 100%;
}

/*************************************************************************************************
  FREE SERCH
**************************************************************************************************/
#contents_wrapper .free_serch {
	max-width: 1100px;
	width: 100%;
	box-sizing: border-box;
	background-color: #EFEFEF;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 53px;
	padding-left: 10px;
}
#contents_wrapper .free_serch h3 {
  font-size: 20px;
  text-align: center;
  margin: 0px 0px 30px 0px;
  font-weight: 500;
}
#contents_wrapper .free_serch .serch_box {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display:-webkit-flex;
display:flex;
}
#contents_wrapper .free_serch .innerbox .serch_box .submit {
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}

#contents_wrapper .free_serch .serch_box input {
  border: none;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  outline: none;
}

@media screen and (max-width: 752px) {
  #contents_wrapper .free_serch {
    padding: 30px 0px 50px 0px;
    max-width: 100%;
  }
  #contents_wrapper .free_serch .serch_box {
    max-width: 80%;
  }
}

/**********************************************************************************************

**********************************************************************************************/

#contents_wrapper .series_search_title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #000;
	text-align: center;
	height: auto;
	width: 100%;
	margin-top:100px;
}

/* ------- series_type_serch ------- */
#contents_wrapper .series_type_serch {
	margin-bottom: 80px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}

#contents_wrapper .series_type_serch ul {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  gap: 17px 20px;
  margin: 0px;
}
#contents_wrapper .series_type_serch ul li img{
	width:200px;
	height:auto;
}
@media screen and (max-width: 752px) {

#contents_wrapper .series_type_serch {
  margin-bottom: 80px;
}
#contents_wrapper .series_type_serch h3 {
  font-size: 24px;
  text-align: center;
  margin: 0px 0px 40px 0px;
  font-weight: 500;
}
#contents_wrapper .series_type_serch ul {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  gap: 17px 20px;
  margin: 0px;
}
#contents_wrapper .series_type_serch ul li a {
  transition: 0.4s all;
}
#contents_wrapper .series_type_serch ul li a:hover {
  opacity: 0.6;
}
}
/* responsive */
@media screen and (max-width: 752px) {
  #contents_wrapper .series_type_serch ul {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    gap: 20px 30px;
  }
  #contents_wrapper .series_type_serch ul:last-child::after {
    content: "";
      display: block;
      width: clamp(141px, 35vw, 320px);
    }
  #contents_wrapper .series_type_serch ul li a img {
    width: clamp(141px, 35vw, 320px);
  }
}

/*****************************************************************************************************
 SERIES BOX
 **************************************************************************************************/
#contents_wrapper .series_box {
	height: auto;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 80px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	margin-top: 80px;
}
#contents_wrapper .series_box .select_stile {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: #000;
	text-align: center;
	height: auto;
	width: 100%;
	margin-top: 50px;
}
#contents_wrapper .series_box .link_series {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #94243a;
	text-align: center;
	height: auto;
	width: 100%;
	margin-top: 10px;
} 
#contents_wrapper .series_box .link_series a{
	color: #94243a;
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-thickness: 1px;
}
#contents_wrapper .series_box .link_series a:hover{
	color: #94243a;
	font-weight: 500;
	text-decoration: underline;
	text-underline-offset: 5px;
	text-decoration-thickness: 2px;
}
#contents_wrapper .series_box .list_box {
	box-sizing: border-box;
	height: auto;
	width: 896px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
		-webkit-justify-content: center;
	justify-content: center;

	gap: 8px;
}
#contents_wrapper .series_box .list_box .series_but {
	font-family: "Barlow Semi Condensed", serif;
	font-size: 20px;
	font-weight: 400;
	color: #000;
	text-align: center;
	height: 60px;
	width: 215px;
	margin-top: 30px;
	border: 1px solid #000;
	border-radius: 30px;
	background-color:#fff;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	aspect-ratio: 215/60;
	letter-spacing: 0.05em;
	transition:0.3s;
}

#contents_wrapper .series_box .list_box a {
	text-decoration: none;
}
#contents_wrapper .series_box .list_box a:hover .series_but {
	font-family: "Barlow Semi Condensed", serif;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	height: 60px;
	width: 215px;
	margin-top: 30px;
	border: 1px solid #000;
	border-radius: 30px;
	background-color:#000;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	aspect-ratio: 215/60;
	letter-spacing: 0.05em;
	transition:0.3s;
}
 
 #contents_wrapper .series_box .list_box a .active {
	font-family: "Barlow Semi Condensed", serif;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	height: 60px;
	width: 215px;
	margin-top: 30px;
	border: 1px solid #000;
	border-radius: 30px;
	background-color:#000;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	aspect-ratio: 215/60;
	letter-spacing: 0.05em;
	transition:0.3s;
}
@media screen and (max-width:760px){

#contents_wrapper .series_box {
	height: auto;
	width: 92%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 40px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	margin-top: 60px;
}
#contents_wrapper .series_box .select_stile {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #000;
	text-align: center;
	height: auto;
	width: 100%;
	margin-top: 35px;
}
#contents_wrapper .series_box .link_series {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #94243a;
	text-align: center;
	height: auto;
	width: 100%;
	margin-top: 10px;
} 
#contents_wrapper .series_box .link_series a{
	color: #94243a;
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-thickness: 1px;
}
#contents_wrapper .series_box .link_series a:hover{
	color: #94243a;
	font-weight: 500;
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-thickness: 1px;
}
#contents_wrapper .series_box .list_box {
	box-sizing: border-box;
	height: auto;
	width: 100%;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 6px;
}
#contents_wrapper .series_box .list_box .series_but {
	font-family: "Barlow Semi Condensed", serif;
	font-size: 21px;
	font-weight: 400;
	color: #000;
	text-align: center;
	height: auto;
	width: 29vw;
	margin-top: 10px;
	border: 1px solid #000;
	border-radius: 12px;
	background-color: #fff;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	aspect-ratio: 215/118;
	letter-spacing: 0em;
	transition: 0.3s;
}

#contents_wrapper .series_box .list_box a {
	text-decoration: none;
}
#contents_wrapper .series_box .list_box a:hover .series_but {
	font-family: "Barlow Semi Condensed", serif;
	font-size: 21px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	height: auto;
	width: 29vw;
	margin-top: 10px;
	border: 1px solid #000;
	border-radius: 12px;
	background-color:#000;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	aspect-ratio: 215/118;
	letter-spacing: 0em;
	transition:0.3s;
}
 
 #contents_wrapper .series_box .list_box a .active {
	font-family: "Barlow Semi Condensed", serif;
	font-size: 21px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	height: auto;
	width: 29vw;
	margin-top: 10px;
	border: 1px solid #000;
	border-radius: 12px;
	background-color:#000;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	aspect-ratio: 215/118;
	letter-spacing: 0em;
	transition:0.3s;
}



}
/*******************************************************************************************************
 DETAIL_IMAGE
 ******************************************************************************************************/
#contents_wrapper .detail_image {
	text-align: center;
	height: auto;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper .detail_image .goods_namee {
	font-family: "Barlow Semi Condensed", serif;
	font-size: 20px;
	font-weight: 400;
	color: #000;
	text-align: center;
	height: auto;
	width: 100%;
	margin-top: 80px;
}
#contents_wrapper .detail_image .series_name {
	font-family: "Barlow Semi Condensed", serif;
	font-size: 50px;
	font-weight: 400;
	color: #000;
	text-align: center;
	height: auto;
	width: 100%;
	margin-top: 10px;
}
#contents_wrapper .detail_image .goods_namej {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: #000;
	text-align: center;
	height: auto;
	width: 100%;
	margin-top: 10px;
}
#contents_wrapper .detail_image .goods_image {
	text-align: center;
	height: auto;
	width: 100%;
	margin-top: 60px;
}

@media screen and (max-width:760px){
#contents_wrapper .detail_image {
	text-align: center;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper .detail_image .goods_namee {
	font-family: "Barlow Semi Condensed", serif;
	font-size: 20px;
	font-weight: 400;
	color: #000;
	text-align: center;
	height: auto;
	width: 100%;
	margin-top: 55px;
}
#contents_wrapper .detail_image .series_name {
	font-family: "Barlow Semi Condensed", serif;
	font-size:42px;
	font-weight: 400;
	color: #000;
	text-align: center;
	height: auto;
	width: 100%;
	margin-top: 10px;
}
#contents_wrapper .detail_image .goods_namej {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: #000;
	text-align: center;
	height: auto;
	width: 100%;
	margin-top: 10px;
}
#contents_wrapper .detail_image .goods_image {
	text-align: right;
	height: auto;
	width: 100%;
	margin-top: 60px;
}
#contents_wrapper .detail_image .goods_image img{
	height: auto;
	width: 95%;
	margin-right: 0px;
	margin-left: auto;
}

}
/******************************************************************************************************
 ESTIMATE
******************************************************************************************************/
#contents_wrapper .title_estimate {
	text-align: center;
	height: auto;
	max-width: 1070px;
	width:100%;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper .title_estimate img{
	height: auto;
	width: 274px;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper .estimate_wrapp {
	height: auto;
	width: 1100px;
	display: -webkit-flex;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	padding-bottom: 30px;
}
#contents_wrapper .estimate_wrapp .form_contents{
	height: auto;
	width: 696px;
	background-color: #f0f0f0;
}
#contents_wrapper .estimate_wrapp .form_contents .goods_namee{
	font-family: "Barlow Semi Condensed", serif;
	font-size: 32px;
	font-weight: 400;
	color: #000;
	text-align: left;
	height: auto;
	width: 600px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper .estimate_wrapp .form_contents .goods_namej{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: #000;
	text-align: left;
	height: auto;
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
#contents_wrapper .estimate_wrapp .form_contents .item{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	text-align: left;
	height: auto;
	width: 600px;
	margin-top: 26px;
	margin-right: auto;
	margin-left: auto;
	display: -webkit-flex;
    display: flex;

}
#contents_wrapper .estimate_wrapp .form_contents .item .attn{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-align: left;
	height: auto;
	width: auto;
	padding-top:2px;
	padding-bottom: 2px;
	padding-left: 15px;
	color: #8e2238;
}
#contents_wrapper .estimate_wrapp .form_contents .form {
	height: auto;
	width: 600px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	display: -webkit-flex;
    display: flex;
}

#contents_wrapper .estimate_wrapp .form_contents .form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size:15px;
	border: 1px solid #000;
	background-image: url(/products/flooring/common/image/arrow.svg);
	background-repeat: no-repeat;
	background-size: 16px 11px;
	background-position: 96% center;
	background-color: #FFF;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color: #333;
	height: auto;
	width: 100%;
	padding-left: 20px;
	padding-top: 14px;
	padding-bottom: 14px;
}

#contents_wrapper .estimate_wrapp .form_contents .form .M2 {
	width:auto;
	height: auto;
	display: -webkit-flex;
    display: flex;
}

#contents_wrapper .estimate_wrapp .form_contents .form .CS {
	width:auto;
	height: auto;
	display: -webkit-flex;
    display: flex;
}
#contents_wrapper .estimate_wrapp .form_contents .form .form_estimate_input{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	text-align: right;
	width: 120px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #000;
	padding-right: 10px;
	letter-spacing: 0.1em;
}
#contents_wrapper .estimate_wrapp .form_contents .form .text_box{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	text-align: right;
	width: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 50px;
	height: auto;
	padding-left: 10px;
}
#contents_wrapper .estimate_wrapp .form_contents .form .text_box span{
	margin-left:60px;
}
#contents_wrapper .estimate_wrapp .form_contents .submit .ebut {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	text-align: center;
	white-space: normal;
	height: 50px;
	width: 240px;
	background-color: #FFF;
	border: 1px solid #000;
	margin-right: auto;
	margin-left: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	border-radius:25px;
	transition:0.3s;
	cursor: pointer; 
}
#contents_wrapper .estimate_wrapp .form_contents .submit .ebut:hover {
	color: #fff;
	background-color: #94243a;
	border: 1px solid #94243a;
}
#contents_wrapper .estimate_wrapp .form_contents .submit{
	height: 50;
	width: 240px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}

#contents_wrapper .estimate_wrapp .form_contents .sentence{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	color: #535353;
	text-align: left;
	height: auto;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}
#contents_wrapper .estimate_wrapp .form_contents .sentence span{
	color: #8e2238;	
}
#contents_wrapper .estimate_wrapp .estimate_contents{
	height: auto;
	width: 366px;
	border: 3px solid #000;
}
#contents_wrapper .estimate_wrapp .estimate_contents .estimate_result{
	background-color: #FFF;
	height: auto;
	width: 312px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

#contents_wrapper .estimate_wrapp .estimate_contents .estimate_result{  
}

#contents_wrapper .estimate_wrapp .estimate_contents .estimate_result .goods_namee{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #000;
	text-align: left;
}
#contents_wrapper .estimate_wrapp .estimate_contents .estimate_result .goods_namej{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #000;
	text-align: left;
}
#contents_wrapper .estimate_wrapp .estimate_contents .estimate_result .line{
	height: 5px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #959595;
	margin-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#contents_wrapper .estimate_wrapp .estimate_contents .estimate_result .item{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #000;
	text-align: left;
	height: auto;
	width: 100%;
	margin-top: 6px;
}
#contents_wrapper .estimate_wrapp .estimate_contents .estimate_result .result{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #94243A;
	text-align: left;
	height: auto;
	width: 100%;
	margin-top: 4px;
}
#contents_wrapper .estimate_wrapp .estimate_contents .estimate_result .result span{
	font-size: 15px;
}

#contents_wrapper .estimate_wrapp .estimate_contents .estimate_result .resultx{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #94243A;
	text-align: left;
	height: auto;
	width: 100%;
	margin-top: 10px;
}
#contents_wrapper .estimate_wrapp .estimate_contents .estimate_result .resultxs{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #94243A;
	text-align: left;
	height: auto;
	width: 100%;
	margin-top: 10px;
}

#contents_wrapper .estimate_wrapp .estimate_contents .estimate_result .t-item{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #000;
	text-align: left;
	height: auto;
	width: 100%;
	margin-top: 12px;
}
#contents_wrapper .estimate_wrapp .estimate_contents .estimate_result .t-result{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-weight: 450;
	color: #94243A;
	text-align: left;
	height: auto;
	width: 100%;
	margin-top: 10px;
}
#contents_wrapper .estimate_wrapp .estimate_contents .estimate_result .t-resultx{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-weight: 450;
	color: #94243A;
	text-align: left;
	height: auto;
	width: 100%;
	margin-top: 10px;
}

#contents_wrapper .estimate_wrapp .estimate_contents .estimate_result .qbuts {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	text-align: center;
	height: 53px;
	width: 260px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid #000;
	margin-right: auto;
	margin-left: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	border-radius: 25px;
	transition: 0.3s;
	cursor: pointer;
}
#contents_wrapper .estimate_wrapp .estimate_contents .estimate_result .qbut {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	height: 53px;
	width: 260px;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
	background-color: #94243a;
	border: 1px solid #94243a;
	margin-right: auto;
	margin-left: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	border-radius: 25px;
	transition: 0.3s;
	cursor: pointer;
}
#contents_wrapper .estimate_wrapp .estimate_contents .estimate_result .qbut:hover {
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
}

#contents_wrapper .estimate_wrapp .estimate_contents .estimate_result .quote_box{  
  animation-name:     my-fade-in;
  animation-duration: 0.5s;
}
#contents_wrapper .estimate_wrapp .estimate_contents .estimate_result .quote_box{
	height: 55px;
	width: 262px;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
	background-image: url(/products/flooring/common/image/but_official_quote_on.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:262px 55px;
}
input[name="quote"]{
	transition: 0.3s;
	height: 55px;
	width: 262px;
}
input[name="quote"]:hover{
	opacity: 0;
}





#contents_wrapper .estimate_wrapp .estimate_contents .estimate_result .quote_box img{
	height: 55px;
	width: 262px;
}
@media screen and (max-width:760px){
#contents_wrapper .title_estimate {
	text-align: center;
	height: auto;
	width:100%;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper .title_estimate img{
	height: auto;
	width: 53%;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper .estimate_wrapp {
	height: auto;
	width:100%;
	display:block;
	margin-top:30px;
}
#contents_wrapper .estimate_wrapp .form_contents{
	height: auto;
	width: 100%;
	background-color: #f0f0f0;
	padding-top:1px;
	padding-bottom:1px;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper .estimate_wrapp .form_contents .goods_namee{
	font-family: "Barlow Semi Condensed", serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	text-align: center;
	height: auto;
	width: 92%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper .estimate_wrapp .form_contents .goods_namej{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: #000;
	text-align: center;
	height: auto;
	width: 92%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}
#contents_wrapper .estimate_wrapp .form_contents .item{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #000;
	text-align: left;
	height: auto;
	width: 92%;
	margin-top: 36px;
	margin-right: auto;
	margin-left: auto;
	display: -webkit-flex;
    display: flex;

}
#contents_wrapper .estimate_wrapp .form_contents .item .attn{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	font-weight: 400;
	text-align: left;
	height: auto;
	width: auto;
	padding-top:2px;
	padding-bottom: 2px;
	padding-left: 15px;
	color: #8e2238;
}
#contents_wrapper .estimate_wrapp .form_contents .form {
	height: auto;
	width: 92%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	display:block;
}

#contents_wrapper .estimate_wrapp .form_contents .form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size:15px;
	border: 1px solid #000;
	background-image: url(/products/flooring/common/image/arrow.svg);
	background-repeat: no-repeat;
	background-size: 16px 11px;
	background-position: 96% center;
	background-color: #FFF;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color: #333;
	height: auto;
	width: 92%;
	padding-left: 20px;
	padding-top: 14px;
	padding-bottom: 14px;
}

#contents_wrapper .estimate_wrapp .form_contents .form .form_estimate_input{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	text-align: right;
	width:40%;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #000;
	padding-right: 10px;
	letter-spacing: 0.1em;
}
#contents_wrapper .estimate_wrapp .form_contents .form .text_box{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	text-align: right;
	width: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 50px;
	height: auto;
	padding-left: 10px;
}
#contents_wrapper .estimate_wrapp .form_contents .form .text_box span{
	margin-left:30px;
}

#contents_wrapper .estimate_wrapp .form_contents .submit{
	height: 50;
	width: 230px;
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: auto;
	background-image: url(/products/flooring/common/image/but_estimate_on.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:230px 50px;
}
input[name="estimate"]{
	transition: 0.3s;
	height: 50px;
	width: 230px;
}
input[name="estimate"]:hover{
	opacity: 0;
}
#contents_wrapper .estimate_wrapp .form_contents .submit .but{
	height: auto;
	width: 54%;
	transition:0.6s;
}
#contents_wrapper .estimate_wrapp .form_contents .sentence{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	line-height: 24px;
	font-weight: 400;
	color: #666;
	text-align: left;
	height: auto;
	width: 92%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80px;
}
#contents_wrapper .estimate_wrapp .form_contents .sentence span{
	color: #8e2238;	
}
#contents_wrapper .estimate_wrapp .estimate_contents{
	height: auto;
	width: 100%;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	border-right:none;
	border-left:none;
	box-sizing:border-box;
}




#contents_wrapper .estimate_wrapp .estimate_contents .estimate_result{
	background-color: #FFF;
	height: auto;
	width: 88%;
	margin-top: 26px;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper .estimate_wrapp .estimate_contents .estimate_result .goods_namee{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	text-align: left;
	width:100%
}
#contents_wrapper .estimate_wrapp .estimate_contents .estimate_result .goods_namej{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 25px;
	font-weight: 500;
	color: #000;
	text-align: left;
	margin-top: 5px;
	width:100%
}
#contents_wrapper .estimate_wrapp .estimate_contents .estimate_result .line{
	height: 24px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #959595;
}
#contents_wrapper .estimate_wrapp .estimate_contents .estimate_result .item{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	text-align: left;
	height: auto;
	width: 100%;
	margin-top: 12px;
}
#contents_wrapper .estimate_wrapp .estimate_contents .estimate_result .result{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #000;
	text-align: left;
	height: auto;
	width: 100%;
	margin-top: 10px;
}
#contents_wrapper .estimate_wrapp .estimate_contents .estimate_result .t-item{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #000;
	text-align: left;
	height: auto;
	width: 100%;
	margin-top: 12px;
}
#contents_wrapper .estimate_wrapp .estimate_contents .estimate_result .t-result{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 30px;
	font-weight: 450;
	color: #000;
	text-align: left;
	height: auto;
	width: 100%;
	margin-top: 10px;
}
#contents_wrapper .estimate_wrapp .estimate_contents .estimate_result .quote_box{
	height: 55px;
	width: 262px;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
	background-image: url(/products/flooring/common/image/but_official_quote_on.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:262px 55px;
}
input[name="quote"]{
	transition: 0.3s;
	height: 55px;
	width: 262px;
}
input[name="quote"]:hover{
	opacity: 0;
}
#contents_wrapper .estimate_wrapp .estimate_contents .estimate_result .quote_box img{
	height: 55px;
	width: 262px;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}
/**ESTIMATE END *****************************************************************************/






















































 @media screen and (max-width: 760px) {

.top_image {
	background-image: url(../image/top_images.jpg);
	background-position: center center;
	background-size: 100%;
	height: 160px;
	width: 100%;
	margin-top: 46px !important;
	background-color: #FFF;
	background-repeat: no-repeat;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.top_image .products_title {
	height: auto;
	width: 31%;
	margin-right: auto;
	margin-left: auto;
}

#sp_g-navi {
	position: fixed !important;
	top: 0px;
}
}

#contents_wrapper .result_title {
	text-align: center;
	height: auto;
	max-width: 1070px;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
 @media screen and (max-width: 760px) {
#contents_wrapper .result_title img{
	height: auto;
	width: 77%;
	margin-left: auto;
	margin-right: auto;
	margin-top:30px;
 }
 }
 /*--------------------------------------------------------------------------------------------------------------------------------------
 Search contents

 -----------------------------------------------------------------------------------------------------------------------------------*/
 	#contents_wrapper .search_wrapperS {
		display:none;
	}

#contents_wrapper .search_wrapper {
	background-color: #f0f0f0;
	min-height: 80px;
	height: auto;
	width: 100%;
	margin-top: 30px;
}
#contents_wrapper .search_wrapper .search_header {
	background-color: #f0f0f0;
	text-align: center;
	height: auto;
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	line-height: 40px;
	font-weight: 400;
	color: #000;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../image/icon_down.svg);
	background-repeat: no-repeat;
	background-position: calc(50vw + 535px) center;
}
#contents_wrapper .search_wrapper .search_header_ht {
	background-color: #f0f0f0;
	text-align: center;
	height: auto;
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	line-height: 40px;
	font-weight: 400;
	color: #000;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../image/icon_up.svg);
	background-repeat: no-repeat;
	background-position: calc(50vw + 535px) center;
}
#contents_wrapper .search_wrapper .search_contents{
/*	display:none;*/
}
#contents_wrapper .search_wrapper .search_contents .contents_box {
	background-color: #d1d1d1;
	height: 50px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
#contents_wrapper .search_wrapper .search_contents .footer {
	background-color: #f0f0f0;
	height: 60px;
	width: 100%;
}
#contents_wrapper .search_wrapper .search_contents .contents_box .contents {
	height: 50px;
	width: 1070px;
    display: -webkit-flex;
    display: flex;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper .search_wrapper .search_contents .contents_box .contents .item {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	text-align: left;
	height: auto;
	width: 60px;
	padding-top: 16px;
	padding-bottom: 16px;
}

#contents_wrapper .search_wrapper .search_contents .contents_box .contents label{
	margin-top:16px;
	margin-bottom:16px;
	margin-left:40px;
	padding-left:33px;
	display:block;
	font-size:16px;
	cursor:pointer;
	position:relative;
}
#contents_wrapper .search_wrapper .search_contents .contents_box .contents input{
	position:absolute;
	z-index:-1;
	opacity:0;
}
#contents_wrapper .search_wrapper .search_contents .contents_box .contents .indicator{
	width:20px;
	height:20px;
	border-radius:50%;
	border: 1px solid #94243A;
	position:absolute;
	top:2px;
	left:0;
}
#contents_wrapper .search_wrapper .search_contents .contents_box .contents  .indicator::after{
	content:"";
	width:0;
	height:0;
	display:block;
	border-radius:50%;
	background:#94243A;
	position:absolute;
	top:50%;
	left:50%;
	transition: all .1s;
}
#contents_wrapper .search_wrapper .search_contents .contents_box .contents label input:checked ~ .indicator::after{
	width:12px;
	height:12px;
	top:4px;
	left:4px;
}

/*-------------------------------------------------------------------------------------------------------------------------------------------
Serch_wrapper END
-------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:760px){
#contents_wrapper .search_wrapper {
	display:none;
}
#contents_wrapper .search_wrapperS {
	display:block;
}

#contents_wrapper .search_wrapperS {
	background-color: #f0f0f0;
	min-height: 60px;
	height: auto;
	width: 100%;
	margin-top: 30px;
}
#contents_wrapper .search_wrapperS .search_headerS {
	background-color: #f0f0f0;
	text-align: center;
	height: 60px;
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #000;
	background-image: url(../image/icon_down.svg);
	background-repeat: no-repeat;
	background-position: 92% center;
	background-size: 16px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
#contents_wrapper .search_wrapperS .search_headerS_ht {
	background-color: #f0f0f0;
	text-align: center;
	height: 60px;
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #000;
	background-image: url(../image/icon_x.svg);
	background-repeat: no-repeat;
	background-position: 92% center;
	background-size: 16px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
#contents_wrapper .search_wrapperS .search_contentsS{
/*	display:none;*/
}
#contents_wrapper .search_wrapperS .search_contentsS .heat_title {
	background-color: #d2d2d2;
	text-align: center;
	height: 50px;
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #000;
	background-image: url(../image/icon_plus.svg);
	background-repeat: no-repeat;
	background-position: 92% center;
	background-size:16px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	border-bottom: 3px solid #fff;
}
#contents_wrapper .search_wrapperS .search_contentsS .heat_title_ht {
	background-color: #d2d2d2;
	text-align: center;
	height: 50px;
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #000;
	background-image: url(../image/icon_mainus.svg);
	background-repeat: no-repeat;
	background-position: 92% center;
	background-size:16px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	border-bottom: 2px dashed #fff;
}
#contents_wrapper .search_wrapperS .search_contentsS .heat_contents{
/*	display:none;*/
	width:100vw;
	height:auto;
}
#contents_wrapper .search_wrapperS .search_contentsS .heat_contents .item{
	background-color: #d2d2d2;
	height: auto;
	width: 100VW;
	padding-top: 14px;
	padding-bottom:14px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #fff;
	text-align: left;
}
#contents_wrapper .search_wrapperS .search_contentsS .heat_contents .item:last-child {
    align-items: center;
	border-bottom: 2px solid #fff;
}
#contents_wrapper .search_wrapperS .search_contentsS .heat_contents .item label{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #000;
	margin-left:40px;
	padding-left:70px;
	display:block;
	font-size:14px;
	cursor:pointer;
	position:relative;
}
#contents_wrapper .search_wrapperS .search_contentsS .heat_contents .item  input{
	position:absolute;
	z-index:-1;
	opacity:0;
}
#contents_wrapper .search_wrapperS .search_contentsS .heat_contents .item  .indicator{
	width:18px;
	height:18px;
	border-radius:50%;
	border: 1px solid #94243A;
	position:absolute;
	top:2px;
	left:0;
}
#contents_wrapper .search_wrapperS .search_contentsS .heat_contents .item  .indicator::after{
	content:"";
	width:0;
	height:0;
	display:block;
	border-radius:50%;
	background:#94243A;
	position:absolute;
	top:50%;
	left:50%;
	transition: all .1s;
}
#contents_wrapper .search_wrapperS .search_contentsS .heat_contents .item  label input:checked ~ .indicator::after{
	width:12px;
	height:12px;
	top:3px;
	left:3px;
}
/****************************************/
#contents_wrapper .search_wrapperS .search_contentsS .wide_title {
	background-color: #d2d2d2;
	text-align: center;
	height: 50px;
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #000;
	background-image: url(../image/icon_plus.svg);
	background-repeat: no-repeat;
	background-position: 92% center;
	background-size:16px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	border-bottom: 3px solid #fff;
}
#contents_wrapper .search_wrapperS .search_contentsS .wide_title_ht {
	background-color: #d2d2d2;
	text-align: center;
	height: 50px;
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #000;
	background-image: url(../image/icon_mainus.svg);
	background-repeat: no-repeat;
	background-position: 92% center;
	background-size:16px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	border-bottom: 2px dashed #fff;
}
#contents_wrapper .search_wrapperS .search_contentsS .wide_contents{
/*	display:none;*/
	width:100vw;
	height:auto;
}
#contents_wrapper .search_wrapperS .search_contentsS .wide_contents .item{
	background-color: #d2d2d2;
	height: auto;
	width: 100VW;
	padding-top: 14px;
	padding-bottom:14px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #fff;
	text-align: left;
}
#contents_wrapper .search_wrapperS .search_contentsS .wide_contents .item:last-child {
    align-items: center;
	border-bottom: 2px solid #fff;
}
#contents_wrapper .search_wrapperS .search_contentsS .wide_contents .item label{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #000;
	margin-left:40px;
	padding-left:70px;
	display:block;
	font-size:14px;
	cursor:pointer;
	position:relative;
}
#contents_wrapper .search_wrapperS .search_contentsS .wide_contents .item  input{
	position:absolute;
	z-index:-1;
	opacity:0;
}
#contents_wrapper .search_wrapperS .search_contentsS .wide_contents .item  .indicator{
	width:18px;
	height:18px;
	border-radius:50%;
	border: 1px solid #94243A;
	position:absolute;
	top:2px;
	left:0;
}
#contents_wrapper .search_wrapperS .search_contentsS .wide_contents .item  .indicator::after{
	content:"";
	width:0;
	height:0;
	display:block;
	border-radius:50%;
	background:#94243A;
	position:absolute;
	top:50%;
	left:50%;
	transition: all .1s;
}
#contents_wrapper .search_wrapperS .search_contentsS .wide_contents .item  label input:checked ~ .indicator::after{
	width:12px;
	height:12px;
	top:3px;
	left:3px;
}
/****************************************/
#contents_wrapper .search_wrapperS .search_contentsS .price_title {
	background-color: #d2d2d2;
	text-align: center;
	height: 50px;
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #000;
	background-image: url(../image/icon_plus.svg);
	background-repeat: no-repeat;
	background-position: 92% center;
	background-size:16px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	border-bottom: 3px solid #fff;
}
#contents_wrapper .search_wrapperS .search_contentsS .price_title_ht {
	background-color: #d2d2d2;
	text-align: center;
	height: 50px;
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #000;
	background-image: url(../image/icon_mainus.svg);
	background-repeat: no-repeat;
	background-position: 92% center;
	background-size:16px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	border-bottom: 2px dashed #fff;
}
#contents_wrapper .search_wrapperS .search_contentsS .price_contents{
/*	display:none;*/
	width:100vw;
	height:auto;
}
#contents_wrapper .search_wrapperS .search_contentsS .price_contents .item{
	background-color: #d2d2d2;
	height: auto;
	width: 100VW;
	padding-top: 14px;
	padding-bottom:14px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #fff;
	text-align: left;
}
#contents_wrapper .search_wrapperS .search_contentsS .price_contents .item:last-child {
    align-items: center;
	border-bottom: 2px solid #fff;
}
#contents_wrapper .search_wrapperS .search_contentsS .price_contents .item label{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #000;
	margin-left:40px;
	padding-left:70px;
	display:block;
	font-size:14px;
	cursor:pointer;
	position:relative;
}
#contents_wrapper .search_wrapperS .search_contentsS .price_contents .item  input{
	position:absolute;
	z-index:-1;
	opacity:0;
}
#contents_wrapper .search_wrapperS .search_contentsS .price_contents .item  .indicator{
	width:18px;
	height:18px;
	border-radius:50%;
	border: 1px solid #94243A;
	position:absolute;
	top:2px;
	left:0;
}
#contents_wrapper .search_wrapperS .search_contentsS .price_contents .item  .indicator::after{
	content:"";
	width:0;
	height:0;
	display:block;
	border-radius:50%;
	background:#94243A;
	position:absolute;
	top:50%;
	left:50%;
	transition: all .1s;
}
#contents_wrapper .search_wrapperS .search_contentsS .price_contents .item  label input:checked ~ .indicator::after{
	width:12px;
	height:12px;
	top:3px;
	left:3px;
}

}

/*-------------------------------------------------------------------------------------------------------------------------------------------
Serch_wrapperS END
-------------------------------------------------------------------------------------------------------------------------------------------*/


#contents_wrapper .select_wrapper {
	background-color: #f0f0f0;
	height: auto;
	width: 100%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	margin-bottom: 80px;
}
#contents_wrapper .select_wrapper .title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #000;
	text-align: center;
	height: auto;
	width: 1070px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 23px;
	padding-bottom: 23px;
}
#contents_wrapper .select_wrapper .selecter {
	height: auto;
	width: 1070px;
	margin-right: auto;
	margin-left: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-bottom: 30px;
}
input[name="tab_item"] {
  display: none;
}
.tab_item {
	height: 54px;
	width: 250px;
	border-radius: 27px;
	border: 1px solid #000000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	cursor: pointer;
}
.tab_item:hover { 
  opacity: 0.75;
}

input:checked + .tab_item {
  background-color: #000;
  color: #fff;
}
 .tab_contents {
    display: none;
    width: 1070px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
  }
.tab_contents.active {
  display: block;
}

#contents_wrapper .select_wrapper .tab_wrapper .tab_contents {
	display: none;
	width: 1070px;
	height: auto;
	justify-content: center;
	align-items: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#contents_wrapper .select_wrapper .tab_wrapper .tab_contents.active {
	display: block;
	height: auto;
	width: 1070px;
	margin-right: auto;
	margin-left: auto;
}

#contents_wrapper .select_wrapper .tab_wrapper .tab_contents .col_list{
/*	height: auto;
	width: 1070px;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	gap:40px;*/
	display:none;
	height: auto;
	width: 1070px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	gap:50px;
}
#contents_wrapper .select_wrapper .tab_wrapper .tab_contents .col_list li a{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	text-decoration: none;
	letter-spacing: 0.1em;
}

#contents_wrapper .select_wrapper .tab_wrapper .tab_contents .col_list li a:hover{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	text-decoration: underline;
	text-underline-offset: 10px;
	text-decoration-thickness: 2px;
}
#contents_wrapper .select_wrapper .tab_wrapper .tab_contents .col_list .active{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	text-decoration: underline;
	text-underline-offset: 6px;
	text-decoration-thickness: 2px;
}
#contents_wrapper .select_wrapper .tab_wrapper {
	background-color: #f0f0f0;
	height: auto !important;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top: 30px;
	padding-bottom: 30px;
}
#contents_wrapper .select_wrapperS {
	display:none;
}
.p-target {
    opacity: 1;
    transition: transform 5s cubic-bezier(0.42, 0, 0.58, 1);
}

.p-target.hide {
    opacity: 0; 
    transition: transform 5s cubic-bezier(0.9,0.2,0.25,1.0); 
}
/*-------------------------------------------------------------------------------------------------------------
   END Footer Select Area
 ---------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:760px){
#contents_wrapper .select_wrapper {
	display: none;
	height: 285px;
	width: 100%;
	margin-bottom: 60px;
}
#contents_wrapper .select_wrapperS {
	display:block;
}
#contents_wrapper .select_wrapperS    {
	height: auto;
	width: 100%;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	background-color: #f0f0f0;
	padding-bottom: 30px;
}
#contents_wrapper .select_wrapperS .title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #000;
	text-align: center;
	height: auto;
	width: 100%;
	margin-bottom: 30px;
	padding-top: 30px;
}
#contents_wrapper .select_wrapperS .select_box{
	min-height: 50px;
	height: auto;
	width: 92%;
	border: 1px solid #000;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	margin-top: 10px;

}
#contents_wrapper .select_wrapperS .select_box .col_title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	text-align: left;
	height: auto;
	width: calc(100% - 20px);
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 20px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../image/icon_plus.svg);
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size:13px;
}
#contents_wrapper .select_wrapperS .select_box .col_title_ht {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	text-align: left;
	height: auto;
	width: calc(100% - 20px);
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 20px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../image/icon_mainus.svg);
	background-repeat: no-repeat;
	background-size:13px;
}

#contents_wrapper .select_wrapperS .select_box .col_contents {
	text-align: center;
	height: auto;
	width: 100%;
	display: none;
	padding-top: 0px;
	padding-bottom: 30px;
}
#contents_wrapper .select_wrapperS .select_box .col_contents.active {
	display: block;
}

#contents_wrapper .select_wrapperS .select_box .col_contents .but {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #000;
	text-align: center;
	height:auto;
	width: 74%;
	margin-top: 15px;
	border: 1px solid #000;
	border-radius: 5px;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	margin-left: auto;
	margin-right: auto;
	aspect-ratio: 50/8;
}
#contents_wrapper .select_wrapperS .select_box .col_contents .but a{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #000;
	text-decoration: none;
}
#contents_wrapper .select_wrapperS .select_box .col_contents .active{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #fff !important;
	text-align: center;
	height:auto;
	width: 74%;
	margin-top: 15px;
	border: 1px solid #94243a;
	border-radius: 5px;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	margin-left: auto;
	margin-right: auto;
	aspect-ratio: 50/8;
	background-color:#94243a;
}
#contents_wrapper .select_wrapperS .select_box .col_contents .active a{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #FFF;
	text-decoration: none;
}
#contents_wrapper .select_wrapperS .select_box .tex_title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	text-align: left;
	height: auto;
	width: calc(100% - 20px);
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 20px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../image/icon_plus.svg);
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size:13px;
}
#contents_wrapper .select_wrapperS .select_box .tex_title_ht {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	text-align: left;
	height: auto;
	width: calc(100% - 20px);
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 20px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../image/icon_mainus.svg);
	background-repeat: no-repeat;
	background-size:13px;
}

#contents_wrapper .select_wrapperS .select_box .tex_contents {
	text-align: center;
	height: auto;
	width: 100%;
	display: none;
	padding-top: 0px;
	padding-bottom: 30px;
}
#contents_wrapper .select_wrapperS .select_box .tex_contents.active {
	display: block;
}

#contents_wrapper .select_wrapperS .select_box .tex_contents .but {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #000;
	text-align: center;
	height:auto;
	width: 74%;
	margin-top: 15px;
	border: 1px solid #000;
	border-radius: 5px;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	margin-left: auto;
	margin-right: auto;
	aspect-ratio: 50/8;
}
#contents_wrapper .select_wrapperS .select_box .tex_contents .but a{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #000;
	text-decoration: none;
}
#contents_wrapper .select_wrapperS .select_box .tex_contents .active{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #fff !important;
	text-align: center;
	height:auto;
	width: 74%;
	margin-top: 15px;
	border: 1px solid #94243a;
	border-radius: 5px;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	margin-left: auto;
	margin-right: auto;
	aspect-ratio: 50/8;
	background-color:#94243a;
}
#contents_wrapper .select_wrapperS .select_box .tex_contents .active a{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #FFF;
	text-decoration: none;
}


#contents_wrapper .select_wrapperS .select_box .cha_title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	text-align: left;
	height: auto;
	width: calc(100% - 20px);
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 20px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../image/icon_plus.svg);
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size:13px;
}
#contents_wrapper .select_wrapperS .select_box .cha_title_ht {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	text-align: left;
	height: auto;
	width: calc(100% - 20px);
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 20px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../image/icon_mainus.svg);
	background-repeat: no-repeat;
/*	background-position: right 20px;*/
	background-size: 13px;
}

#contents_wrapper .select_wrapperS .select_box .cha_contents {
	text-align: center;
	height: auto;
	width: 100%;
	display: none;
	padding-top: 0px;
	padding-bottom: 30px;
}
#contents_wrapper .select_wrapperS .select_box .cha_contents.active {
	display: block;
}

#contents_wrapper .select_wrapperS .select_box .cha_contents .but {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #000;
	text-align: center;
	height:auto;
	width: 74%;
	margin-top: 15px;
	border: 1px solid #000;
	border-radius: 5px;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	margin-left: auto;
	margin-right: auto;
	aspect-ratio: 50/8;
}
#contents_wrapper .select_wrapperS .select_box .cha_contents .but a{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #000;
	text-decoration: none;
}
#contents_wrapper .select_wrapperS .select_box .cha_contents .active{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #fff !important;
	text-align: center;
	height:auto;
	width: 74%;
	margin-top: 15px;
	border: 1px solid #94243a;
	border-radius: 5px;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	margin-left: auto;
	margin-right: auto;
	aspect-ratio: 50/8;
	background-color:#94243a;
}
#contents_wrapper .select_wrapperS .select_box .cha_contents .active a{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #FFF;
	text-decoration: none;
}

#contents_wrapper .select_wrapperS .select_box .ser_title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	text-align: left;
	height: auto;
	width: calc(100% - 20px);
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 20px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../image/icon_plus.svg);
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size:13px;
}
#contents_wrapper .select_wrapperS .select_box .ser_title_ht {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	text-align: left;
	height: auto;
	width: calc(100% - 20px);
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 20px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../image/icon_mainus.svg);
	background-repeat: no-repeat;
	background-size:13px;
}
#contents_wrapper .select_wrapperS .select_box .ser_contents {
	text-align: center;
	height: auto;
	width: 100%;
	display: none;
	padding-top: 0px;
	padding-bottom: 30px;
}
#contents_wrapper .select_wrapperS .select_box .ser_contents.active {
	display: block;
}

#contents_wrapper .select_wrapperS .select_box .ser_contents .but {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #000;
	text-align: center;
	height:auto;
	width: 74%;
	margin-top: 15px;
	border: 1px solid #000;
	border-radius: 5px;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	margin-left: auto;
	margin-right: auto;
	aspect-ratio: 50/8;
}
#contents_wrapper .select_wrapperS .select_box .ser_contents .but a{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #000;
	text-decoration: none;
}
#contents_wrapper .select_wrapperS .select_box .ser_contents .active{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #fff !important;
	text-align: center;
	height:auto;
	width: 74%;
	margin-top: 15px;
	border: 1px solid #94243a;
	border-radius: 5px;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	margin-left: auto;
	margin-right: auto;
	aspect-ratio: 50/8;
	background-color:#94243a;
}
#contents_wrapper .select_wrapperS .select_box .ser_contents .active a{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #FFF;
	text-decoration: none;
}
}



/*-------------------------------------------------------------------------------------------------------------
   END Footer Select AreaS
 ---------------------------------------------------------------------------------------------------------*/
#contents_wrapper .products_list {
	width: 1070px;
	margin-bottom: 60px;
}
#contents_wrapper .series_title1 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 500;
	text-align: left;
	height: auto;
	width: 1070px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#contents_wrapper .list_block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	gap: 15px;
	height: auto;
	width: 92%;
	max-width: 1070px;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
}
#contents_wrapper .list_block li {
	max-width: 200px;
	width: 100%;
	margin-top: 26px;
	display:block;
}
#contents_wrapper .list_block li a {
	text-decoration: none;
	transition:3s;
}
#contents_wrapper .list_block li a img {
	max-width: 200px;
	width: 100%;
	transition: 0.4s;
}
#contents_wrapper .list_block li a:hover img {
	opacity: 0.6;
}
#contents_wrapper .list_block li a .pr_name {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	max-width: 200px;
	width: 100%;
	margin-top: 2px;
	letter-spacing: -0.05em;
	text-align: left !important;
	line-height: 19px;
	min-height:38px;
	height:auto;
}
 @media screen and (max-width: 760px) {
#contents_wrapper .series_title1 {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	height: auto;
	width: 92%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#contents_wrapper .list_block {
	width: 92%;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
}
#contents_wrapper .list_block li {
	margin-top: 19px;
}

#contents_wrapper .list_block li, #contents_wrapper .list_block li a img {
	max-width: calc(50vw - 28px);
}
#contents_wrapper .list_block li a .pr_name {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	width: 100%;
	letter-spacing: -0.05em;
	text-align: left;
	line-height: 16px;
	min-height:32px;
	height:auto;
}
}
#contents_wrapper .top_category {
	font-family: "Barlow Semi Condensed", serif;
	font-size: 20px;
	font-weight: 400;
	color: #000;
	text-align: center;
	height: auto;
	width: 100%;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	letter-spacing: 0.1em;
}
#contents_wrapper .products_namee {
	font-family: "Barlow Semi Condensed", serif;
	font-size: 50px;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-align: center;
	height: auto;
	width: 100%;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper .products_namej {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: #000;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 30px;
}
.porselaingres {
	text-align: right;
	height: auto;
	width: 890px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
.porselaingres img {
	height: auto;
	width: 190px;
}
#contents_wrapper .option_button_box {
	height: auto;
	width: 530px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
	background-repeat: no-repeat;
	background-position: center top;
}
#contents_wrapper .option_button_box .estimate_but {
	background-image: url(/products/common/image/but_eestimate_on.png);
	width: 530px;
	height: 60px;
}
#contents_wrapper .option_button_box .estimate_but img {
	opacity: 1;
	transition: 0.4s all;
}
#contents_wrapper .option_button_box .estimate_but a:hover img {
	opacity: 0;
}
#contents_wrapper .option_button_box .sample_but {
	background-image: url(/products/common/image/but_sample_on.png);
	width: 530px;
	height: 60px;
	margin-top: 35px;
}
#contents_wrapper .option_button_box .sample_but img {
	opacity: 1;
	transition: 0.4s all;
}
#contents_wrapper .option_button_box .sample_but a:hover img {
	opacity: 0;
}
#contents_wrapper .option_button_box .fevo_but {
	background-image: url(/products/common/image/but_fevo_on.png);
	width: 530px;
	height: 60px;
	margin-top: 35px;
}
#contents_wrapper .option_button_box .fevo_but img {
	opacity: 1;
	transition: 0.4s all;
}
#contents_wrapper .option_button_box .fevo_but a:hover img {
	opacity: 0;
}
#contents_wrapper .goods_detail_title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	height: auto;
	width: 100%;
}
#contents_wrapper .goods_info {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
	height: auto;
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #000;
}
#contents_wrapper .goods_info a {
	color: #94243a;
	text-decoration: underline;
}
#contents_wrapper .goods_detail {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
	height: auto;
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	color: #000;
}
#contents_wrapper .goods_detail a {
	color: #94243a;
	text-decoration: underline;
}
#contents_wrapper .goods_detail a:hover {
	color: #000000;
	text-decoration: underline;
}
#contents_wrapper .sub_materials_tile {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	height: auto;
	width: 100%;
	margin-top: 50px;
}
#contents_wrapper .sub_materials {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	text-align: center;
	height: auto;
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#contents_wrapper .sub_materials .image_area {
	width: 710px;
	height: auto;
	margin-top: 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#contents_wrapper .movie_box {
	position: relative;
	width: 100%;
	max-width: 890px;
	height: auto;
	margin: 80px auto;
}
#contents_wrapper .movie_box img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
#contents_wrapper .movie_box .goods_namee {
	position: absolute;
	top: 64px;
	right: 89px;
	width: 380px;
	text-align: center;
	color: #fff;
	font-family: "Barlow Semi Condensed", serif;
	font-size: 44px;
	line-height: 38px;
	box-sizing: border-box;
	transition: font-size 0.3s ease, top 0.3s ease, right 0.3s ease;
}
#contents_wrapper .movie_box .goods_namej {
	position: absolute;
	top: 117px;
	right: 89px;
	width: 380px;
	text-align: center;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	line-height: 19px;
	box-sizing: border-box;
	transition: font-size 0.3s ease, top 0.3s ease, right 0.3s ease;
}
@media screen and (max-width: 930px) {
#contents_wrapper .movie_box {
	margin-top: 60px;
	width: 92vw;
}
#contents_wrapper .movie_box .goods_namee {
	font-size: 5.1vw; /* 24(px) / 620(px) * 100vw */
	top: 30%;
	left: 40vw;
}
#contents_wrapper .movie_box .goods_namej {
	font-size: 2.1vw; /* 24(px) / 620(px) * 100vw */
	top: 60%;
	left: 40vw;
}
}
@media screen and (max-width: 768px) {
#contents_wrapper .movie_box {
	margin-top: 60px;
	width: 93vw;
	height: auto;
}
#contents_wrapper .movie_box img {
	width: 100%;
	height: 110%;
	object-fit: cover;
}
#contents_wrapper .movie_box .goods_namee {
	width: 50vw;
	font-size: 5.1vw; /* 24(px) / 620(px) * 100vw */
	top: 30%;
	left: 43vw;
}
#contents_wrapper .movie_box .goods_namej {
	width: 50vw;
	font-size: 2.1vw; /* 24(px) / 620(px) * 100vw */
	top: 60%;
	left: 43vw;
}
}
#contents_wrapper .title_delivery {
	text-align: center;
	height: auto;
	width: 100%;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:20px;
}
#contents_wrapper .title_delivery img {
	height: auto;
	width: 344px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#contents_wrapper .delivery_block {
	width: 720px;
	height: auto;
	margin-top: 0px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-right: auto;
	margin-left: auto;
	background-color: #d1d1d1;
}
#contents_wrapper .delivery_block2 {
	width: 720px;
	height: auto;
	margin-top: 0px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-right: auto;
	margin-left: auto;
	background-color: #efefef;
}
#contents_wrapper .delivery_block .item {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	text-align: left;
	height: auto;
	width: 530px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 30px;
}
#contents_wrapper .delivery_block .delivery {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	text-align: left;
	height: auto;
	width: 160px;
	padding-top: 12px;
	padding-bottom: 12px;
}
#contents_wrapper .delivery_block2 .item {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	text-align: left;
	height: auto;
	width: 530px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 30px;
}
#contents_wrapper .delivery_block2 .delivery {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	text-align: left;
	height: auto;
	width: 160px;
	padding-top: 12px;
	padding-bottom: 12px;
}
#contents_wrapper .title_gallery {
	text-align: center;
	height: auto;
	width: 100%;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper .title_gallery img {
	height: auto;
	width: 192px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#contents_wrapper .other_goods_title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	letter-spacing: 0.1em;
}
.other_goods_title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	letter-spacing: 0.1em;
}
#contents_wrapper .bottom_but {
	width: 1060px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	margin-bottom: 100px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#contents_wrapper .bottom_but .instraction {
	background-image: url(/products/common/image/but_instraction_on.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#contents_wrapper .bottom_but .instraction img {
	opacity: 1;
	transition: 0.4s;
}
#contents_wrapper .bottom_but .instraction a:hover img {
	opacity: 0;
}
#contents_wrapper .bottom_but .maintenance {
	background-image: url(/products/common/image/but_maintenance_on.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#contents_wrapper .bottom_but .maintenance img {
	opacity: 1;
	transition: 0.4s;
}
#contents_wrapper .bottom_but .maintenance a:hover img {
	opacity: 0;
}
.cordinationS {
	display: none;
}

.cordinationP {
	max-width: 1100px;
	position: relative;
	aspect-ratio: 1100 / 514;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.cordinationP img {
	max-width: 100%;
	height: auto;
}
.cordinationP .svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 760px) {
	 .cordinationP {
		 display: none;
	 }
	 .cordinationS {
		max-width: calc(100vw - 20px);;
		position: relative;
		aspect-ratio: 750 / 1044;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
		display: block;
	}
	.cordinationS img {
		max-width: 100%;
		height: auto;
	}
	.cordinationS .svg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

#contents_wrapper .top_category {
	font-family: "Barlow Semi Condensed", serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	text-align: center;
	height: auto;
	width: 100%;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	letter-spacing: 0.1em;
}
#contents_wrapper .products_namee {
	font-family: "Barlow Semi Condensed", serif;
	font-size: 35px;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-align: center;
	height: auto;
	width: 100%;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper .products_namej {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #000;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 15px;
}
.porselaingres {
	text-align: right;
	height: auto;
	width: 94%;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
.porselaingres img {
	height: auto;
	width: 100px;
}
#contents_wrapper .option_button_box {
	height: auto;
	width: 92%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 40px;
	background-repeat: no-repeat;
	background-position: center top;
}
#contents_wrapper .option_button_box .estimate_but {
	background-image: none;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#contents_wrapper .option_button_box .estimate_but img {
	opacity: 1;
	width: 100%;
	height: auto;
}
#contents_wrapper .option_button_box .estimate_but a:hover img {
	opacity: 1;
}
#contents_wrapper .option_button_box .sample_but {
	background-image: none;
	width: 100%;
	height: auto;
	margin-top: 30px;
}
#contents_wrapper .option_button_box .sample_but img {
	opacity: 1;
	width: 100%;
	height: auto;
}
#contents_wrapper .option_button_box .sample_but a:hover img {
	opacity: 1;
}
#contents_wrapper .option_button_box .fevo_but {
	background-image: none;
	width: 100%;
	height: auto;
	margin-top: 30px;
}
#contents_wrapper .option_button_box .fevo_but img {
	opacity: 1;
	width: 100%;
	height: auto;
}
#contents_wrapper .option_button_box .fevo_but a:hover img {
	opacity: 1;
}
#contents_wrapper .goods_detail_title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	height: auto;
	width: 100%;
}
#contents_wrapper .goods_detail {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
	height: auto;
	width: 92%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#contents_wrapper .sub_materials_tile {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	height: auto;
	width: 100%;
	margin-top: 50px;
}
#contents_wrapper .sub_materials {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	text-align: left;
	height: auto;
	width: 92%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#contents_wrapper .sub_materials .image_area {
	width: 100%;
	height: auto;
	margin-top: 20px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
}
#contents_wrapper .sub_materials .image_area img {
	width: 45%;
	height: auto;
	margin-bottom: 15px;
}
#contents_wrapper .title_delivery {
	text-align: center;
	height: auto;
	width: 94%;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:20px;
}
#contents_wrapper .title_delivery img {
	height: auto;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#contents_wrapper .delivery_block {
	width: 100%;
	height: auto;
	margin-top: 10px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-right: auto;
	margin-left: auto;
	background-color: #efefef;
}
#contents_wrapper .delivery_block2 {
	width: 100%;
	height: auto;
	margin-top: 10px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-right: auto;
	margin-left: auto;
	background-color: #d1d1d1;
}

#contents_wrapper .delivery_block .item {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	text-align: left;
	height: auto;
	width: 65%;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 36px;
}
#contents_wrapper .delivery_block .delivery {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	text-align: left;
	height: auto;
	width: calc(35% - 20px);
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 20px;
}
#contents_wrapper .delivery_block2 .item {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	text-align: left;
	height: auto;
	width: 65%;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 36px;
}
#contents_wrapper .delivery_block2 .delivery {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	text-align: left;
	height: auto;
	width: calc(35% - 20px);
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 20px;
}
#contents_wrapper .title_gallery {
	text-align: center;
	height: auto;
	width: 94%;
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper .title_gallery img {
	height: auto;
	width: 36%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#contents_wrapper .other_goods_tile {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	letter-spacing: 0.1em;
}
#contents_wrapper .bottom_but {
	width: 92%;
	display: block;
	margin-bottom: 60pxpx;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#contents_wrapper .bottom_but .instraction {
	background-image: none;
	width: 100%;
	margin-bottom: 30px;
}
#contents_wrapper .bottom_but .instraction img {
	opacity: 1;
	width: 100%;
}
#contents_wrapper .bottom_but .instraction a:hover img {
	opacity: 1;
}
#contents_wrapper .bottom_but .maintenance {
	background-image: none;
	width: 100%;
	margin-bottom: 30px;
}
#contents_wrapper .bottom_but .maintenance img {
	opacity: 1;
	width: 100%;
}
#contents_wrapper .bottom_but .maintenance a:hover img {
	opacity: 1;
}
}
.pc {
	display: block;
}
.sp {
	display: none;
}
 @media screen and (max-width: 760px) {
.sp {
	display: block;
}
.pc {
	display: none;
}
html {
	scroll-behavior: smooth;
	scroll-padding-top: 50px;
}
}
}
html {
	scroll-behavior: smooth;
	scroll-padding-top: 80px;
}
