.fs-p-headerNavigation__listItem1 {
	display: flex;
	margin-right: 1vw;
	flex-grow: 1;
  }
  
  .fs-p-headerNavigation {
	justify-content: center;
  }
  
  .fs-p-logo__link:visited,
  .fs-p-logo__link:hover {
	color: #3c3c3c;
  }
  
  .fs-p-logo__lead {
	margin: 0 auto 0 !important;
	width: fit-content !important;
  }
  
  .side_wrap {
	background: #2b2b2b;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	padding: 45px 0;
  }
  
  .side_logo img {
	margin: 0 auto;
	display: block;
	width: 70%;
  }
  
  .side_logo p {
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding-top: 10px;
	font-family: "NotoSansJP";
  }
  
  .side_title {
	color: #fff;
	font-size: 20px;
	font-family: "NotoSansJP";
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
  }
  
  .side-img01 {
	width: 80%;
	margin: auto;
	padding: 20px 0;
  }
  
  .side-img01 img {
	width: 100%;
  }
  
  .side_wrap .flex {
	display: flex;
	justify-content: space-around;
	width: 70%;
	margin: auto;
  }
  
  .side_button {
	text-align: center;
	margin-top: 30px;
  }
  
  .side_button a button {
	padding: 10px 50px;
	border: 3px solid #ffffff;
	background: #2b2b2b;
	color: #ffffff;
	font-size: 1.5rem;
  }
  
  .left_sns {
	margin-top: 30px;
  }
  
  .left_sns .flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px
  }
  
  .left_sns a {
	width: 20%;
  }
  
  .left_sns a img {
	width: 100%;
  }
  
  .ec-role {
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.4;
	color: #525263;
	-webkit-text-size-adjust: 100%;
	width: 100%;
	max-width: 1130px;
  }
  
  .ec-off1Grid {
	display: flex;
	margin: 0;
  }
  
  .ec-off1Grid .ec-off1Grid__cell {
	margin-bottom: 50px;
	width: 83.33333%;
	position: relative;
	min-height: 1px;
	margin-left: 8.33333%;
  }
  
  .ec-heading-bold {
	font-size: 18px;
	margin: 16px 0;
	font-weight: bold;
  }
  
  .ec-borderedDefs dl {
	flex-wrap: nowrap;
	padding: 15px 0 4px;
	display: flex;
	border-bottom: 1px dotted #ccc;
	margin: 0;
  }
  
  dl {
	margin-top: 0;
	margin-bottom: 20px;
  }
  
  .ec-borderedDefs dt {
	padding-top: 14px;
	width: 30%;
	font-weight: normal;
  }
  
  .ec-label {
	display: inline-block;
	font-weight: bold;
	margin-bottom: 5px;
  }
  
  .ec-borderedDefs dd {
	width: 70%;
	line-height: 3;
	padding: 0;
  }
  
  #guide {
	position: relative;
	padding: 20px;
	background: rgb(231 237 249 / 20%) url(https://www.rakuten.ne.jp/gold/auc-tradingtrade/img/question.png) no-repeat;
	background-position: left -10px top -20px;
	border: 5px solid #b8cbee;
  }
  
  #faq p {
	margin: 0 0 15px;
  }
  
  .alignC {
	text-align: center;
  }
  
  #guide .tel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 50%;
	margin: 0 auto;
  }
  
  #guide .tel dt {
	width: 50px;
  }
  
  #guide .tel dd {
	width: -webkit-calc(100% - 50px);
	width: calc(100% - 50px);
	margin: 0;
  }
  
  small {
	font-size: 80%;
  }
  
  #faq h2 {
	position: relative;
	margin-bottom: 20px;
	padding: 8px 12px 5px;
	font-size: 18px;
	font-weight: normal;
	border-left: 5px double #d94242;
	line-height: 1em;
  }
  
  #faq ul {
	margin: 0 0 15px;
	padding: 0;
  }
  
  #faq ul.faq_ct {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
  }
  
  #faq ul.faq_ct li {
	width: 50%;
	box-sizing: border-box;
  }
  
  #faqMany ul li,
  #faqAttention ul li,
  #faqCategory .faq_ct li {
	position: relative;
	padding: 5px 5px 5px 15px;
	list-style: none;
  }
  
  #faqMany ul li:before,
  #faqAttention ul li:before,
  #faqCategory .faq_ct li:before {
	content: "";
	position: absolute;
	top: 30%;
	left: 0;
	border: 5px solid transparent;
	border-left: 7px solid #d94242;
  }
  
  #faq ul li a {
	text-decoration: none;
  }
  
  #faq h3 {
	position: relative;
	padding-left: 24px;
	color: #1453c7;
	font-size: 18px;
	border-bottom: 1px solid;
  }
  
  #faq h3:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	background: #1453c7;
  }
  
  #faq .faqlist dl {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
  }
  
  #faq .qa {
	margin-bottom: 15px;
	color: #1453c7;
  }
  
  #faq .qa:before {
	content: "Q.";
	font-size: 18px;
	margin-right: 10px;
  }
  
  #faq .faqlist dl dd {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 30px;
  }
  
  #faq .answer:before {
	content: "A";
	color: #c00;
	font-size: 18px;
	margin-right: 10px;
  }
  
  .w30p {
	width: 30%;
  }
  
  .answer .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  }
  
  dl.w30p dt {
	width: 30%;
  }
  
  #faq img {
	width: 100%;
  }
  
  .faqlist li {
  list-style-type: none;
  }
  
  form hr {
  margin: 2vw 0;
  }
  
  form .label{
  font-weight: bold;
  }
  
  .label .required {
  color: #DE5D50;
  }
  
  .submit_button input {
  color: #fff;
  font-weight: bold;
  background-color: #2D2185;
  border: none;
  display: block;
  margin: 0 auto;
  width: 30%;
  height: 56px;
  line-height: 56px;
  }
  
  .fr3-item__productName {
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
  }
  .CartButton{
	 background: #a52a2a;
	 color: #ffffff;
  }
  
  
  .tstheader {
  
  position: fixed; /* ヘッダーを固定する */
  top: 0; /* 上部から配置の基準位置を決める */
  left: 0; /* 左から配置の基準位置を決める */
  width: 100%; /* ヘッダーの横幅を指定する */
  height: 35px; /* ヘッダーの高さを指定する */
  padding: 10px; /* ヘッダーの余白を指定する(上下左右) */
  background-color: #2b2b2b; /* ヘッダーの背景色を指定する */
  color: #ffffff; /* フォントの色を指定する */
  
  
  border-bottom: 2px solid #7c8790;
  
  
  }
  
  /* 固定ヘッダー用 20240416 */
  #fs-header-box{
  background-color: #fff;
  z-index: 9999;
  width:100%;
  margin: auto;
  }
  .fixed{
  position: fixed;
  top:0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  }
  /* 当社特別価格Value値カラー改修 */
  .fs-c-productPrice--selling .fs-c-productPrice__main__label {
  color:#DC143C;
  }
  
  
  /*************************************************
  　新トップページ  2024/05/30  改修:2024/07/12
  **************************************************/
  body{
  /* font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; */
  color: #000;
  }
  a:hover,a:visited{
  text-decoration: none;
  color: #000;
  }
  
  a:hover {
  filter: alpha(opacity=60);
  -ms-filter: 'alpha(opacity=60)';
  opacity: .6;
  text-decoration: none;
  }
  .fs-l-header{
  /* padding-top: 20px; */
  }
  #renewal-header .fs-p-headerNavBar_new{
	margin: auto;
	max-width: 1440px;
	width: 100%;
  }
  #renewal-header #fs_p_headerNavigation{
  /* width: 100%;
  background-color: #fff;
  opacity: 90%;
  z-index: 99999;
  margin-top: 0;
  max-width: 1440px;
  height: 99px; */
  }

  #renewal-header .fs-l-header__contents{
  grid-template-columns: 0 80% 20%;
  }
  #renewal-header .fs-p-logo__lead{
  margin: 0 0 0 3rem !important;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3;
  }
  #renewal-header .fs-l-header__logo{
  display: flex;
  align-items: center;
  }
  #renewal-header .fs-l-header__utility{
  display: flex;
  /* 2025.4新ヘッダーのためmax-widthコメントアウト */
  /* max-width: 472px; */
  max-width: initial !important;
  width: 100%;
  justify-content: space-between;
  }
  #renewal-header .logo-area{
  display: flex;
  max-width: 1366px;
  width: 100%;
  justify-content: space-between;
  align-items: start;
  margin: auto;
  border-bottom: 1px solid #A7A7A7;
  padding-bottom: 1rem;
  line-height: 1;
  }
  /* #renewal-header .fs-l-header__utility ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: end;
  } */
  #renewal-header .fs-p-searchForm{
  width: 63.5%;
  }
  #renewal-header .fs-p-headerNavigation,
  #renewal-header .fs-p-headerNavigation__listItem1{
  display: block;
  /* margin-right: initial; */
  flex-grow: initial;
  }
  #renewal-header .fs-p-headerNavigation__list{
  justify-content: space-between;
  max-width: 950px;
  margin: 1rem auto 1rem;
  align-items: center;
  }
  .hid-slider{
  max-width: 1440px;
  width: 100%;
  margin: 0 auto 60px;
  /*  padding-top: 100px;  */
  }
  .sub_title{
  text-align: center;
  margin: 100px auto 60px;
  }
  #feature,#content{
  margin: auto;
  }
  #feature .fs-pt-column{
  display: flex;
  justify-content: space-between;
  max-width: 1120px;
  width:100%;
  margin: auto;
  }
  #feature .fs-pt-column .fs-pt-column__item{
  width: 24%;
  padding: 0;
  }
  #content .fs-pt-column{
  display: flex;
  justify-content: space-between;
  max-width: 1120px;
  width:100%;
  margin: auto;
  }
  #content .fs-pt-column .fs-pt-column__item{
  width: 32%;
  padding: 0;
  }
  #content .fs-pt-column .fs-pt-column__item img{
  width: 100%;  
  }
  .flex-item .fs-pt-column{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1119px;
  width: 100%;
  padding: 0;
  line-height: 0;
  border: 0;
  margin: 0 auto;
  }
  .flex-item .fs-pt-column .fs-pt-column__item{
  padding: 0;
  line-height: 0;
  border: 0;
  margin: 0;
  width: 33.334%;
  }
  .other .fs-pt-column__item:only-child{
  padding: 0;
  margin: 0 auto;
  }
  .fs-p-headerNavigation__link_new,
  .fs-p-headerNavigation__link_new:link,
  .fs-p-headerNavigation__link_new:visited{
  color:#000;
  }
  #recommended{
  height:50vh;
  position: relative;
  width:100%;
  max-width:1440px;
  }
  #footer_nav_area{
  color: #fff;
  background-image: url(https://hidya.itembox.design/item/footer/shopping-guide-outer.jpg?t=20250610101635);
  background-repeat: no-repeat;
  margin: auto;
  width: 100%;
  max-width: 1440px;
  background-color: #000;
  }
  #footer_nav_area ul{
  padding:0;
  border:0;
  margin:0;
  list-style:none;
  }
  
  #footer_nav_area .shopping_guide ul.detail{
  margin-left: auto;
  max-width:665px;
  width: 100%;
  margin-right: 150px;
  margin-bottom: 10rem;
  padding-top: 60px;
  list-style:none;
  }
  #footer_nav_area .shopping_guide ul li{
  border-bottom: 1px solid;
  font-size:16px;
  }
  #footer_nav_area .shopping_guide ul li h4{
  font-weight:bold;
  margin: 2.1rem 0 1rem;
  }
  #footer_nav_area .shopping_guide ul li p{
  margin-bottom: 2rem;
  }
  #footer_nav_area .shopping_guide ul li:last-child{
  border-bottom: none;
  }
  #footer_nav_area .shopping_guide ul li:last-child .btn_shop{
  text-align: center;
  }
  #footer_nav_area .shopping_guide ul li:last-child .btn_shop a{
  border: 1px solid #FFF;
  padding: 1rem 5rem;
  margin-top: 2rem;
  display: inline-block;
  color: #fff;
  font-weight:bold;
  }
  #footer_nav_area .shopping_guide .company-info .company-box{
  display: flex;
  justify-content: space-between;
  max-width: 928px;
  width: 100%;
  margin: auto;
  }
  #footer_nav_area .shopping_guide .company-info{
  max-width: 1120px;
  margin: auto;
  width: 100%;
  padding: 56px 86px 36px;
  font-weight:bold;
  background-image: url(https://hidya.itembox.design/item/footer/HID_logo.png?t=20250610101635);
  background-repeat: no-repeat;
  background-color: rgba(51,51,51,0.8);
  background-position: 97% 96%;
  }
  #footer_nav_area .shopping_guide .company-info ul:first-child {
  display: flex;
  max-width: 658px;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  flex-wrap: wrap;
  }
  #footer_nav_area .shopping_guide .company-info ul:first-child li{
  width: 44%;
  }
  #footer_nav_area .shopping_guide .company-info ul:first-child li:nth-child(even){
  width: 36%;
  }
  #footer_nav_area .shopping_guide .company-info .name{
  max-width: 928px;
  margin: 0 auto 2rem;
  font-size: 24px;
  }
  #footer_nav_area .shopping_guide .company-info ul li{
  border-bottom:none;
  }
  #footer_nav_area .shopping_guide .company-info ul li p:first-of-type{
  margin-bottom: 3rem;
  }
  #footer_nav_area .shopping_guide .company-info ul li .sns_list{
  display: flex;
  justify-content: space-between;
  max-width: 168px;
  width: 100%;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  align-items: center;
  }
  #footer_nav_area .shopping_guide .company-info ul li .sns_list li{
  width: 33%;
  margin-bottom: 1rem;
  }
  #footer_nav_area .shopping_guide .company-info ul li span{
   display:block;
   margin-bottom: 1rem;
  }
  #footer_nav_area .shopping_guide .company-info .contact{
  text-align: center;
  }
  #footer_nav_area .shopping_guide .company-info .contact a{
  border: 1px solid #FFF;
  padding: 1.5rem 10rem;
  margin-top: 2rem;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  }
  #footer_nav_area #nav_menu{
  display: flex;
  justify-content: space-between;
  max-width: 1120px;
  width: 100%;
  margin: 7rem auto 0;
  padding-bottom: 8rem;
  border-bottom: 1px solid #333;
  }
  #footer_nav_area #nav_menu a img{
  margin-right: 10px;
  }
  #footer_nav_area #nav_menu div{
	width: 14%;
  }
  #footer_nav_area #nav_menu h4{
	margin-bottom: 0;
	padding-bottom: 1rem;
	border-bottom: 1px solid #333;
  }
  #footer_nav_area #nav_menu ul li{
  padding-top: 1rem;
  }
  #footer_nav_area #nav_menu ul li a{
  color: #fff;
  }
  #footer_nav_area #nav_menu #nav_category ul li{
  border-bottom: 1px solid #333;
  }
  #footer_nav_area #nav_menu #nav_category a{
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0.9rem 3rem 0.7rem 0;
  }
  #footer_nav_area #nav_menu #nav_News{
	width: 32.5%;
  }
  #footer_nav_area #nav_menu #nav_News ul.fs-p-dateList li{
  border-top:none;
  border-bottom: 1px solid #333;
  padding: 1rem 0;
  }
  #footer_nav_area #nav_menu #nav_News ul.fs-p-dateList > li time:first-child{
  background:none;
  display: block;
  }
  .fs-l-footer__utility{
  background-color:#000;
  justify-content: center;
  margin: 0 auto;
  padding: 2rem 0;
  width: 100%;
  max-width: 1440px;
  flex-direction: initial;
  }
  #footer_terms ul{
  display: flex;
  justify-content: space-between;
  max-width: 501px;
  width: 100%;
  color: #fff;
  }
  #footer_terms ul li{
  padding:0 2rem;
  border-right:1px solid #333;
  line-height:1;
  }
  .fs-p-footerCopyright{
  background-color:#000;
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  padding-bottom: 3rem;
  }
  footer{
  position: relative;
  }
  
  /* 改修:2024/07/12 */
  .SP_only{
	display: none;
  }
  .PC_only{
	display: block;
  }
  #top_area{
	/* max-width: 1440px; */
	width: 100%;
	padding: 0;
	margin: auto;
  }
  #top_area .fs-l-pageMain{
 	/* margin: auto; */
	/* max-width: 1440px !important; */
  }
  #top_area.fs-l-main ul{
	padding:0;
	border:0;
	margin:0;
	list-style:none;
  }
  .top_banner_area1{
	max-width: 1120px;
	margin: 15px auto 40px;
  }
  .top_banner_area1 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto 50px;
	padding: 0;
	max-width: 1120px;
	width: 100%;
  }
  .top_banner_area1 ul.bnr_list li:nth-child(1),
  .top_banner_area1 ul.bnr_list li:nth-child(2){
	width: 48%;
  }
  .top_banner_area1 ul.bnr_list li:nth-child(3),
  .top_banner_area1 ul.bnr_list li:nth-child(4),
  .top_banner_area1 ul.bnr_list li:nth-child(5){
	width: 31%;
  }
  
  /* トップバナー調整 (二段目画像が３つになったら削除) ここから */
  .top_banner_area1 ul.bnr_list::after{
	content: "";
	width: 31%;
  }
  /* トップバナー調整 (二段目画像が３つになったら削除) ここまで*/
  
  .popular_series{
  padding: 95px 0;
  border-top: 1px solid #ccc;
  max-width: 1120px;
  margin: auto;
  }
  .popular_series .tit_pop h2{
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin: 0 auto 35px;
  }
  .popular_series .tit_pop h2 span{
  vertical-align: middle;
  margin-right: 3px;
  }
  .popular_series .fs-pt-column {
  display: flex;
  justify-content: space-between;
  max-width: 1120px;
  width: 100%;
  margin: auto;
  }
  .popular_series .fs-pt-column a{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  display: block;
  padding: 0;
  /* max-width: 352px; */
  max-width: 305px;
  width: 100%;
  }
  .popular_series .fs-pt-column .fs-pt-column__description{
	margin-top: 10px;
  }
  #product_search_area{
	background-color: #F2F2F2;
	padding: 100px 0;
	max-width: 1440px;
	width: 100%;
  }
  #product_search_area h2{
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin-top: 0;
  }
  #product_search_area .search_area{
	max-width: 930px;
	width: 90%;
	margin: auto;
  }
  #product_search_area .search_area span{
	height:86px ;
  }
  #product_search_area .search_area span input{
	/* font-size: 30px; */
  font-size: 2.7rem;
	font-weight: bold;
  }
  #product_search_area .search_area span .fs-p-searchForm__button{
	width: 86px;
	height: 86px;
	background-color: #000;
  }
  #product_search_area .search_area span .fs-p-searchForm__button::before{
	font-size: 5rem;
	line-height: 1;
	top: 46%;
	left: 0%;
	transform: translateY(-46%);
	-webkit-transform: translateY(-46%);
	-ms-transform: translateY(-46%);
	-moz-transform: translateY(-46%);
	-o-transform: translateY(-46%);
  }
  .select_locations{
	margin: 125px auto 50px;
	max-width: 1121px;
	width: 100%;   
  }
  .select_locations p{
	margin: 0;
  }
  .select_locations h2,
  .select_valve h2{
	border-bottom: 1px solid #ccc;
	text-align: center;
	display: inline-block;
	width: 100%;
	margin: 0;
  }
  .select_locations h2 span,
  .select_valve h2 span{
	font-size: 40px;
	font-weight: bold;
	line-height: 1.7;
  }
  .select_valve ul li h3{
	color: #fff;
	font-weight: bold;
	font-size: 18px;
  }
  .select_locations .item_view{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 30px auto 40px;
  }
  .select_locations .item_view ul,
  .select_locations .item_list li{
	width: 49.1%;
  }
  .select_locations .item_view ul.light h3,
  .select_locations .item_view ul.lamp h3,
  .select_locations .item_list li h3{
	background-color: #000;
	color: #fff;  
	margin: 0;
	font-weight: bold;
	text-align: center;
  }
  .select_locations .item_view ul.light h3{
	padding: 5.4% 0;  
	font-size: 28px;
	max-width: 550px;
  }
  .select_locations .item_view ul.lamp h3{
	padding: 5.7% 0;
	font-size: 25px;
	max-width: 265px;
  }
  .select_locations .item_view ul.lamp li{
	width: 48.15%;
	margin-bottom: 2%;
  }
  .select_locations .item_list li h3{
	padding: 3.49% 0;
	font-size: 18px;
  }
  .select_locations .item_list li{
	margin-bottom: 20px;
  }
  .select_locations .item_view ul:last-child{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;  
	padding: 0;
  }
  .select_locations .item_list{
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
  }
  #top_area.fs-l-main .select_valve{
	max-width: 1121px;
	width: 100%;
	margin:0 auto 140px;
  }
  #top_area.fs-l-main .select_valve ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;  
  }
  #top_area.fs-l-main .select_valve ul:first-of-type{
	margin: 40px auto 20px;
  }
  #top_area.fs-l-main .select_valve ul:first-of-type li{
	width: 22.1%;
	background-color: #000;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
  }
  #top_area.fs-l-main .select_valve ul:last-of-type li{
	width: 19%;
	background-color: #000;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
  }
  .select_valve .bnr{
	margin: 40px auto;
	text-align: center;
  }
  #information{
	background-color: #F2F2F2;
	padding: 100px 0;
  }
  #information h2{
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin-top: 0;
  }
  #top_area.fs-l-main #information ul{
	/* max-width: 1120px;   */
	margin: auto;
	width: 90%;
  }
  #top_area.fs-l-main #information ul li{
	background-color: #fff;
	border: none;
	/* font-size: 24px; */
  font-size: 2.2rem;
	font-weight: bold;
	padding: 25px 0 25px 25px;
	line-height: 1;
  }
  #top_area.fs-l-main #information ul li time{
	background-color: #fff;
	color: #ccc;
	font-size: 20px;
	font-weight: bold;
	display: block;
	margin-bottom: 11px;
	padding: 0;
	line-height: 1;
  }
  #top_area.fs-l-main .top_banner_area2{
	background-color: #ccc;
	padding: 40px 0 20px;
  }
  #top_area.fs-l-main .top_banner_area2 ul.bnr_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 0;
	/* max-width: 995px; */
	width: 90%;
  }
  #top_area.fs-l-main .top_banner_area2 ul.bnr_list::after{
    content: "";
    width: 32%;
  }
  #top_area.fs-l-main .top_banner_area2 ul.bnr_list li{
	  width: 32%;
	  margin-bottom: 20px;
  }
  #top_area.fs-l-main .top_banner_area2 ul.bnr_list li:last-child p{
	display: block;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	background-color: #A7A7A7;
	padding: 17% 0;
	margin: 0;
	width: 100%;
  }
  .flywheel-recommend__frame h2{
	font-size: 40px;
	font-weight: bold;
	color: #000;
	line-height: 1.7;
	text-align: center;
	margin-top: 140px;
  }
  .fs-p-heading--lv2{
	border-bottom: 1px solid #ccc;  
  }
  .top_footer{
	background-color: #ccc;
	padding: 5.5% 0;
	margin-top: 140px;
  }
  .top_footer ul{
	display: flex;
	justify-content: space-between;
	max-width: 1120px;
	width: 90%;
	margin: 0 auto !important;
  }
  .top_footer ul li{
	background-color: #000;
	width: 32%;
	text-align: center;
  }
  .top_footer ul li p{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
  }
  .bnr_popularmodels{
    text-align: center;
    margin-bottom: 50px;
 }
  
  
  
  
  /*20240620 tamaki */
  .faq ul {
  padding: 0;
  }
  .faq h2 {
  padding: 1rem 2rem;
  color: rgb(255,255,255);
  font: 700 1.8rem/1.8em sans-serif;
  background: rgb(0,0,0)
  }
  .faq h3 {
  font: 700 2rem/1.8em sans-serif;
  border-bottom: 1px solid;
  }
  .alignC {
  text-align: center;
  }
  ul.triangle_arrowL {
  width: 100%;
  padding-left: 2.5rem;
  }
  ul.triangle_arrowL li {
  list-style: none;
  position: relative;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  }
  ul.triangle_arrowL li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border: 6px solid transparent;
  border-left: 10px solid rgb(0,0,0);
  }
  .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  }
  .col3 > li {
  list-style: none;
  width: calc(100% / 3);
  }
  .qa dl.pulldown {
  margin-bottom: 0;
  border-bottom: 1px solid rgb(135,135,135);
  overflow: hidden;
  }
  .qa .pulldown > dt {
  position: relative;
  padding: 2rem 1rem 2rem 8rem;
  font: bold 1.6rem/1.4em sans-serif;
  cursor: pointer;
  }
  .qa .pulldown > dd {
  display: none;
  padding: 1rem 1rem 2rem 4rem;
  }
  .qa .pulldown > dt i.arrow {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  left: auto;
  width: 30px;
  height: 30px;
  margin: auto;
  }
  .qa .pulldown > dt i.arrow:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: .5rem;
  left: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-bottom: 1px solid rgb(100,100,100);
  border-left: 1px solid rgb(100,100,100);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  }
  .qa .pulldown > dt.active i.arrow:before {
  top: .5rem;
  bottom: 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  }
  .qa .pulldown > dt span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 40px;
  margin: auto;
  font: 600 2.2rem/1.8em auto;
  }
  .qa .pulldown > dd h4 {
  margin: 0 0 .5rem;
  font-weight: 700;
  }
  br.sp {
  display: none;
  }
  .rice {
  position: relative;
  padding-left: 1.6rem;
  }
  .rice:before {
  content: "※";
  position: absolute;
  left: 0;
  }
  .rice_num {
  }
  .rice_num:before {
  content: "※";
  position: absolute;
  left: 0;
  }
  ul.disc, ol.decimal {
  margin: 0 0 1.5rem;
  padding: 0;
  }
  ol.decimal {
  padding-left: .5rem;
  }
  ul.disc li {
  list-style-type: disc;
  margin-left: 1.6rem;
  }
  ol.decimal > li {
  list-style-type: decimal;
  margin-left: 1.6rem;
  }
  .qa a {
  color: rgb(53,114,176);
  }
  @media screen and (max-width:520px) {
  br.sp {
  display: block;
  }
  .sp_none {
  display: none;
  }
  .flex.spBlock {
  display: block;
  }
  .col3.spBlock > li {
  width: 100%;
  }
  ul.triangle_arrowL {
  padding-left: 0;
  }
  .qa .pulldown > dt span.plus:before, .qa .pulldown > dt span.plus:after {
  width: 15px;
  }
  .qa .pulldown > dt {
  padding: 1rem 2rem 1rem 6rem;
  }
  .qa .pulldown > dt span {
  margin-right: .5rem;
  }
  .qa .pulldown > dt i.arrow {
  right: -.5rem;
  }
  .qa .pulldown > dd {
  margin: 0;
  padding: 1rem 0;
  }
  }
  

/*common*/
#hidy-product,
#hidy-lp{
    box-sizing: border-box;
}

#hidy-product img,
#hidy-lp img{
    vertical-align:top;
    height:auto;
}

#hidy-product .color-red,
#hidy-lp .color-red {
    color:#cc0000;
}
#hidy-product .flex,
#hidy-lp .flex {
  display: flex;
  flex-wrap: wrap;
}
.flex_jtc_c {justify-content: center;}
.flex_jtc_r {justify-content: flex-end;}
.flex_jtc_sb {justify-content: space-between;}
.flex_height_m {align-items: center;}
.flex_height_b {align-items: flex-end;}

#hidy-product ul li{margin-bottom:5px;}
#hidy-product .t-center,
#hidy-lp .t-center {text-align:center;}


/*header*/
#hidy-product h3 {
    margin-top: 60px;
    padding: 8px;
    background-color: #222;
    color: #fff;
    text-align: center;
}
#hidy-product h4 {
    padding-left: 8px;
    border-left: 3px solid #222;
    margin-top: 35px;
    margin-bottom: 5px;
}

/*table*/
#hidy-product table.list {
    width: 100%;
    border-collapse: collapse;
    border: solid 2px #595959;
}
#hidy-product table.list td,
#hidy-product table.list th {
    padding: 5px;
}
#hidy-product table.list th {
    width: 35%;
    white-space: nowrap;
    color: #fff;
    background-color: #888;
    border: solid 1px #494949;
}
#hidy-product table.list td {
    border: solid 1px #494949;
}

/*flex*/
#hidy-product ul.carlist{
    margin: 0;
    padding: 0;
    list-style: none;
}
#hidy-product ul.carlist li{
    width: 30%;
    background-color: #eee;
    margin-bottom:5px;
    padding:3px;
}

  /******************************************************
  　リニューアルトップページ  2025/01～2024/02
    円谷さん作成後、全ページパーツ化の為css改修(sassより抜粋)
    2024/02 kobayashi作成
  *******************************************************/

.wrap p {
  text-align: justify;
  font-feature-settings: "palt" 1;
}

/* テストテーマプレビュー用CSS */
.fs-preview-header { display: none; }


/* headタグ内より抜粋 */
  body { font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;}
  nav.fs-c-breadcrumb {
    margin:0 auto;
    max-width: 1180px;
  }
  
  table.list {
    width: 100%;
    border-collapse: collapse;
    border: solid 2px #595959;
  }
  table.list td,
  table.list th {
    padding: 5px;
  }
  table.list th {
    white-space: nowrap;
    color: #fff;
    background-color: #888;
  }
  table.list td {
  }
  
  iframe[title^="YouTube"] {
    width:100%;
    height:auto;
    aspect-ratio:16/9;
  }


/* 追加調整 */
.fs-l-footer{
  border: none;
}
section.partfooter ul{
  border: none;
  padding: 0;
}

/* commonより一部抜粋 */
html {
  scroll-behavior: smooth;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex_jtc_c {
  justify-content: center;
}
.flex_jtc_r {
  justify-content: flex-end;
}
.flex_jtc_sb {
  justify-content: space-between;
}
.flex_height_m {
  align-items: center;
}
.flex_height_b {
  align-items: flex-end;
}
.timerHidden, .timerVisibleNone {
  display: none !important;
}
.timerHidden.dispActive, .timerVisibleNone.dispActive {
  display: block !important;
}
.timerHidden.dispActive aside.eventBanner, .timerVisibleNone.dispActive aside.eventBanner {
  background-color: #000 !important;
}

/* m_footerより一部抜粋 */
/* フッターパーツ start */
section.partfooter .fs-p-dateList > li time:first-child {
  background: initial;
  color: #ffffff;
  line-height: 1.2;
  padding: 0 0 8px;
  font-weight: bold;
}
section.partfooter .fs-p-dateList > li {
  border: none;
  border-width: 0;
  padding: 8px 0 0;
}
section.partfooter .fs-p-footerCopyright {
  margin: initial;
  width: initial;
  max-width: initial;
  padding-bottom: initial;
  color: #fff;
  background-color: initial;
  text-align: initial;
}
section.partfooter #footer_terms {
    border: none;
  }
  section.partfooter #footer_terms ul li {
    margin: 0;
    font-size: 14px;
  }
  section.partfooter .fs-l-footer__utility {
    padding: 0;
  }
  section.partfooter #footer_terms ul {
    justify-content: center;
    max-width: initial;
  }
  section.partfooter #footer_terms ul li {
    padding: 0;
  }
  section.partfooter {
    color: #fff;
    background-color: #000;
    font-size: 14px;
  }
  section.partfooter a {
    color: #fff;
    text-decoration: none;
  }
  section.partfooter a:hover {
    text-decoration: underline;
    opacity: 0.8;
  }
  section.partfooter .footerContent {
    max-width: 1100px !important;
    /* min-width: 1000px; レスポンシブにするためコメントアウトにしました*/
    min-width:initial !important;
    width: 98% !important;
    margin: 50px auto 20px;
    padding-top: 50px;
  }
  section.partfooter .footerContent aside {
    height: 200px;
  }
  section.partfooter .footerContent aside h3 {
    font-size: 16px;
    margin: 0;
    padding: 0;
  }
  section.partfooter .footerContent aside ul {
    margin-top: 5px;
  }
  section.partfooter .footerContent aside ul li {
    font-size: 14px;
    height: 25px;
    line-height: 25px;
  }
  section.partfooter .footerContent .fm_cate {
    /* width: 130px; */
    width: 14% !important;
    overflow: hidden;
  }
  section.partfooter .footerContent .fm_cate ul li {
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 14px;
  }
  section.partfooter .footerContent .fm_cate ul li a img {
    display: block;
    width: 12px;
  }
  section.partfooter .footerContent .fm_news {
    /* width: 360px; */
    width: 37% !important;
  }
  section.partfooter .footerContent .fm_news ul {
    height: 150px;
    overflow-x: none;
    overflow-y: scroll;
    padding-right: 8px;
  }
  section.partfooter .footerContent .fm_news ul li {
    font-size: 12px;
    height: initial;
    line-height: 1.5em;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #fff;
  }
  section.partfooter .footerContent .fm_news ul li a {
    border-bottom: 1px dotted #888;
  }
  section.partfooter .footerContent .fm_news ul li time {
    display: block;
  }
  section.partfooter .footerContent .fm_news ul li:last-child {
    border-bottom: none;
  }
  section.partfooter .footerContent .fm_news ul::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  section.partfooter .footerContent .fm_news ul::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #232223;
  }
  section.partfooter .footerContent .fm_news ul::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #939393;
  }
  section.partfooter .footerContent .fm_mypg {
    /* width: 150px; */
    width: 17% !important;
    overflow: hidden;
  }
  section.partfooter .footerContent .fm_abou {
    /* width: 140px; */
    width: 15% !important;
    overflow: hidden;
  }
  section.partfooter .nav_support, section.partfooter #footer_terms {
    /* min-width: 1000px;　レスポンシブにするためコメントアウトにしました */
      min-width:initial !important;
  }
  section.partfooter .nav_support ul li, section.partfooter #footer_terms ul li {
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid #fff;
  }
  section.partfooter .nav_support ul li:last-child, section.partfooter #footer_terms ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
  section.partfooter .nav_support {
    margin-bottom: 16px;
  }
  section.partfooter .footer_bottom {
    /* min-width: 1000px;　レスポンシブにするためコメントアウトにしました */
    min-width:initial !important;
    margin-top: 35px;
    line-height: 55px;
    background-color: #232223;
  }
  section.partfooter .footer_bottom p {
    margin: 0;
    padding: 0;
  }
  section.partfooter .footer_bottom .footer_sns_list {
    order: 3;
    margin-left: 30px;
  }
  section.partfooter .footer_bottom .footer_sns_list ul {
    margin: 0;
    padding: 0;
  }
  section.partfooter .footer_bottom .footer_sns_list ul li {
    line-height: 55px;
    list-style: none;
    margin-left: 20px;
  }
  section.partfooter .footer_bottom .footer_sns_list ul li img {
    margin-right: 8px;
  }
  section.partfooter .footer_bottom .footer_logo {
    order: 1;
    margin-right: 30px;
  }
  section.partfooter .footer_bottom .footer_copy {
    order: 2;
  }
  section.partfooter img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
  }
/* フッターパーツ end */

/* PCレフトナビ start */
  #left-nav {
    /* order: 1;
    width: 23.5%; */
  }
  #left-nav .bSidebarContent {
    /* margin: 0 0 0 auto;
    width: 260px; */
  }
  #left-nav .fs-p-sideMenu a {
    /* margin: initial;
    padding: initial; */
  }
  #left-nav .fs-p-sideMenu .fs-pt-menu a {
    /* margin: initial;
    padding: initial; */
  }
  #left-nav .fs-p-sideMenu .fs-pt-menu__heading {
    /* display: initial;
    padding: initial; */
  }
  #left-nav .fs-p-sideMenu .fs-pt-menu__item + .fs-pt-menu__item {
    margin-top: 0;
  }
  #left-nav .fs-p-sideMenu .fs-pt-menu__heading--lv1 {
    border: none;
  }
  #left-nav .fs-p-sideMenu .fs-pt-menu__heading--lv2 {
    border: none;
  }
  #left-nav .fs-p-sideMenu .fs-pt-menu__heading--lv3 {
    border: none;
  }
  #left-nav .fs-p-sideMenu .fs-pt-menu__heading--lv4 {
    border: none;
  }
  #left-nav .fs-p-sideMenu .fs-pt-menu__link--lv1::after {
    content: none;
  }
  #left-nav .fs-p-sideMenu .fs-pt-menu__link--lv2::before {
    content: none;
  }
  #left-nav .fs-p-sideMenu .fs-pt-menu__link--lv3::before {
    content: none;
  }
  #left-nav .fs-p-sideMenu .fs-pt-menu__link--lv4::before {
    content: none;
  }
  #left-nav .fs-pt-menu__item {
    background-repeat: no-repeat;
    background-position: 98% 3px;
    background-size: 30px 30px;
  }
  #left-nav .fs-pt-menu__item--lv1:has(.fs-pt-menu__item),
  #left-nav .fs-pt-menu__item--lv2:has(.fs-pt-menu__item),
  #left-nav .fs-pt-menu__item--lv3:has(.fs-pt-menu__item),
  #left-nav .fs-pt-menu__item--lv4:has(.fs-pt-menu__item) {
    background-image: url("https://hidya.itembox.design/item/thema2025/images/vect-right.svg");
  }
  #left-nav .fs-pt-menu__item--lv1:has(.fs-pt-menu__item).show,
  #left-nav .fs-pt-menu__item--lv2:has(.fs-pt-menu__item).show,
  #left-nav .fs-pt-menu__item--lv3:has(.fs-pt-menu__item).show,
  #left-nav .fs-pt-menu__item--lv4:has(.fs-pt-menu__item).show {
    background-image: url("https://hidya.itembox.design/item/thema2025/images/vect-down.svg");
    
  }
  #left-nav ul.toggle_menu li {
    font-size: 13px;
    border-top: 1px solid #000;
  }
  #left-nav ul.toggle_menu li a {
    font-weight: bold;
    display: block;
    padding-left: 3px;
    height: 39px;
    line-height: 39px;
    color: #222;
    text-decoration: none;
  }
  #left-nav ul.toggle_menu li a:hover {
    background-color: rgba(50, 50, 50, 0.2);
  }
  #left-nav ul.toggle_menu li ul.fs-pt-menu--lv2 {
    background-color: #f5f5f5;
  }
  #left-nav ul.toggle_menu li ul.fs-pt-menu--lv2 li a {
    font-size: 11px;
    padding-left: 10px;
  }
  #left-nav ul.toggle_menu li ul.fs-pt-menu--lv3 {
    background-color: #eee;
  }
  #left-nav ul.toggle_menu li ul.fs-pt-menu--lv3 li a {
    font-size: 9.4px;
    padding-left: 20px;
  }
  #left-nav ul.toggle_menu li ul.fs-pt-menu--lv4 {
    background-color: #dadada;
  }
  #left-nav ul.toggle_menu li ul.fs-pt-menu--lv4 li a {
    font-size: 8.8px;
    padding-left: 30px;
  }
  #left-nav ul.toggle_menu li.parent a:before {
    content: "<span>></span>";
  }
  #left-nav ul.fs-p-sideMenu {
    border-bottom: 1px solid #000;
  }
  #left-nav .pic_list{
    margin: 0;
    padding: 0;
  }
  #left-nav .pic_list li {
    margin-bottom: 22px;
    transition: 0.5s;
  }
  #left-nav .pic_list li a:hover {
    opacity: 0.7;
  }
  .wrap .content {
      max-width: 1450px;
  }
  .wrap .content .bSidebar .bSidebarContent{
      width: 260px !important;
  }
  .wrap .content .bSidebar .bSidebarContent .fs-l-sideArea {
      max-width: 260px !important;
      /* box-shadow: none !important;
      position: relative !important;
      transform: translateX(0) !important; */
  }
  .wrap .content .bSidebar .bSidebarContent .fs-p-drawer{
    padding: 0;
  }

  /* 
  sassより打消し 
  トップページのみ)リキッドレイアウトにより、タブレット表示がおかしくなるため修正
   */
   @media (min-width: 600px) and (max-width:1200px) {
    .wrap{
      overflow-x: hidden;
    }
    .wrap .content .bMain{
      width: initial !important;
    }
    .wrap .content .bMain .bMainContent {
      width: 94% !important;
      margin: 0 auto 60px !important;
      min-width: initial !important;
      padding: 0 !important;
    }
    .wrap .content .bSidebar .bSidebarContent .fs-l-sideArea {
      max-width: initial !important;
    }
    .wrap .content .bSidebar .bSidebarContent {
      width: initial !important;
    }
    /* style.scssより start (打消しの為すべてimportantに変更)*/
    .wrap .content .bMain main .event .eventHead {
      align-items: flex-end !important;
    }
    .wrap .content .bMain main .event .eventHead h2 {
      margin: 0 !important;
      width: 100% !important;
      font-size: 65px !important;
      text-align: center !important;
    }
    .wrap .content .bMain main .event .eventHead .obi {
      width: 100% !important;
      margin-bottom: 1.5% !important;
      padding-left: 15vw !important;
      background-color: #000 !important;
    }
    .wrap .content .bMain main .event .eventHead .obi p {
      margin: 0 !important;
      height: 5vw !important;
      line-height: 5vw !important;
      font-size: 3.5vw !important;
      color: white;
    }
    .wrap .content .bMain main .event .eventHead .obi p span {
      font-weight: bold !important;
      font-size: 3.8vw !important;
      color: #fff000 !important;
      font-family: "Reddit Sans", sans-serif !important;
    }
    .wrap .content .bMain main .event .eventHead .obi p a {
      color: #fff !important;
      text-decoration: none !important;
    }
    .wrap .content .bMain main .event .eventHead .obi p a:hover {
      text-decoration: underline !important;
    }
    .wrap .content .bMain main .special ul li {
      width: 100% !important;
      margin-bottom: 15px !important;
    }
    .wrap .content .bMain main .special ul li img {
      width: 100% !important;
    }
    .wrap .content .bMain main .special ul li a:hover {
      opacity: 0.7 !important;
    }
    .wrap .content .bMain main .select_locations2 li {
      margin-bottom: 1vw !important;
    }
    .wrap .content .bMain main .select_locations2 li a:hover {
      opacity: 0.7 !important;
    }
    .wrap .content .bMain main .select_locations2 li.list01 {
      width: 100% !important;
    }
    .wrap .content .bMain main .select_locations2 li.list02 {
      width: 49% !important;
    }
    .wrap .content .bMain main .select_locations2 li.list03 {
      width: 100% !important;
    }
    .wrap .content .bMain main .item_list li {
      width: 49% !important;
      margin-bottom: 1vw !important;
    }
    .wrap .content .bMain main .item_list li a {
      display: block !important;
      height: 40px !important;
      line-height: 40px !important;
      background-color: #000 !important;
      color: #fff !important;
      font-size: 17px !important;
      font-weight: bold !important;
      text-align: center !important;
      text-decoration: none !important;
    }
    .wrap .content .bMain main .item_list li a:hover {
      opacity: 0.7 !important;
    }
    .wrap .content .bMain main .select_valve {
      margin: 0 auto !important;
    }
    .wrap .content .bMain main .select_valve li {
      width: 32% !important;
      margin-bottom: 10px !important;
    }
    .wrap .content .bMain main .select_valve li a {
      display: block !important;
      height: 35px !important;
      line-height: 35px !important;
      background-color: #000 !important;
      color: #fff !important;
      font-size: 17px !important;
      font-weight: bold !important;
      text-align: center !important;
      text-decoration: none !important;
    }
    .wrap .content .bMain main .select_valve li a:hover {
      opacity: 0.7 !important;
    }
    .wrap .content .bMain main .bnr_popularmodels {
      margin-bottom: 40px !important;
    }
    .wrap .content .bMain main .bnr_popularmodels li {
      width: 100% !important;
      margin-bottom: 10px !important;
    }
    .wrap .content .bMain main .bnr_popularmodels li a:hover {
      opacity: 0.7 !important;
    }
    .wrap .content .bMain main .slideBox {
      width: 100% !important;
    }
    .wrap .content .bMain main .slideBox .ti2 h2 {
      margin-left: 10px !important;
      vertical-align: middle !important;
      line-height: 28px !important;
    }
    .wrap .content .bMain main .slideBox .ti2 h2 .point {
      margin-top: 8px !important;
      padding: 4px 6px !important;
      border: 1px solid #000 !important;
      font-size: 14px !important;
    }
    .wrap .content .bMain main .slideBox .linkAll {
      margin-right: 10px !important;
    }
    .wrap .content .bMain main .slideBox .linkAll p {
      font-size: 15px !important;
    }
    .wrap .content .bMain main .slideBox .linkAll p a {
      color: #000 !important;
      text-decoration: none !important;
    }
    .wrap .content .bMain main .slideBox .linkAll p a:hover {
      text-decoration: underline !important;
    }
    .wrap .content .bMain main .slideBox .linkAll p a:-webkit-any-link {
      text-decoration: none !important;
    }
    .wrap .content .bMain main .slideBox .bcBlack {
      background-color: #000 !important;
    }
    .wrap .content .bMain main .slideBox .bcWhite {
      background-color: #fff !important;
    }
    .wrap .content .bMain main .slideBox .bcGray {
      background-color: #E2E2E2 !important;
    }
    .wrap .content .bMain main .slideBox .colorbox {
      padding: 15px 0px 10px 0 !important;
    }
    .wrap .content .bMain main .slideBox .slidebar {
      overflow-x: scroll !important;
      overflow-y: hidden !important;
      -webkit-overflow-scrolling: touch !important;
      scroll-behavior: smooth !important;
    }
    .wrap .content .bMain main .slideBox .slidebar::-webkit-scrollbar {
      width: 8px !important;
      height: 8px !important;
    }
    .wrap .content .bMain main .slideBox .slidebar::-webkit-scrollbar-track {
      display: none !important;
    }
    .wrap .content .bMain main .slideBox .slidebar::-webkit-scrollbar-thumb {
      border-radius: 4px !important;
      background: #939393 !important;
    }
    .wrap .content .bMain main .slideBox .slideWidth {
      padding: 0 !important;
      white-space: nowrap !important;
      overflow: hidden !important;
    }
    .wrap .content .bMain main .slideBox .slideWidth td {
      white-space: initial !important;
      padding: 0 6px !important;
      list-style: none !important;
    }
    .wrap .content .bMain main .slideBox .slideWidth td .cupcel {
      width: 145px !important;
      margin: 0 auto 10px !important;
      padding: 0 0 0 0 !important;
      background-color: #fff !important;
      border-radius: 10px !important;
      filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)) !important;
    }
    .wrap .content .bMain main .slideBox .slideWidth td .cupcel a {
      text-align: none !important;
      text-decoration: none !important;
      border: none !important;
    }
    .wrap .content .bMain main .slideBox .slideWidth td .cupcel a:-webkit-any-link {
      text-decoration: none !important;
    }
    .wrap .content .bMain main .slideBox .slideWidth td .cupcel a:hover img {
      opacity: 0.7 !important;
    }
    .wrap .content .bMain main .slideBox .slideWidth td .cupcel .pict {
      padding: 8px !important;
    }
    .wrap .content .bMain main .slideBox .slideWidth td .cupcel .pict img {
      display: block !important;
      margin: 0 auto 0 !important;
      width: 129px !important;
      height: auto !important;
    }
    .wrap .content .bMain main .slideBox .slideWidth td .cupcel .tbox {
      width: 100% !important;
      padding: 10px !important;
      bottom: 0 !important;
      background-color: #f4f4f4 !important;
      border-radius: 0 0 10px 10px !important;
    }
    .wrap .content .bMain main .slideBox .slideWidth td .cupcel .tbox .cate {
      color: #000 !important;
      font-size: 11px !important;
      font-weight: bold !important;
      height: 55px !important;
      overflow: hidden !important;
    }
    .wrap .content .bMain main .slideBox .slideWidth td .cupcel .tbox .prBox {
      bottom: 0 !important;
      padding-bottom: 8px !important;
      overflow: hidden !important;
    }
    .wrap .content .bMain main .slideBox .slideWidth td .cupcel .tbox .pr_n {
      color: #000 !important;
      font-size: 11px !important;
    }
    .wrap .content .bMain main .slideBox .slideWidth td .cupcel .tbox .pr_n .mark_en {
      font-size: 12px !important;
    }
    .wrap .content .bMain main .slideBox .slideWidth td .cupcel .tbox .pr_n .price {
      font-size: 13px !important;
      font-family: "Reddit Sans", sans-serif !important;
      font-weight: 500 !important;
    }
    .wrap .content .bMain main .slideBox .slideWidth td .cupcel .tbox .pr_s {
      font-size: 11px !important;
      font-weight: bold !important;
      color: red !important;
    }
    .wrap .content .bMain main .slideBox .slideWidth td .cupcel .tbox .pr_s .mark_en {
      font-size: 17px !important;
      font-weight: normal !important;
    }
    .wrap .content .bMain main .slideBox .slideWidth td .cupcel .tbox .pr_s .price {
      font-size: 20px !important;
      font-family: "Reddit Sans", sans-serif !important;
      font-weight: 500 !important;
    }
    .wrap .content .bMain main .slideBox .slideWidth td .cupcel .tbox .pr_s small {
      font-weight: normal !important;
      font-size: 14px !important;
      font-family: sans-serif !important;
    }
    .wrap .content .bMain main .slideBox .slideWidth td .rankNo {
      font-size: 40px !important;
      line-height: 40px !important;
      margin: 0 0 20px !important;
      border-bottom: 1px solid #000 !important;
      font-family: "Reddit Sans", sans-serif !important;
      font-weight: bold !important;
    }
    .wrap .content .bMain main .slideBox .slideWidth td .rankNo p {
      margin: 0 !important;
      padding: 0 !important;
    }
    .wrap .content .bMain main .slideBox .slideWidth td:first-child {
      padding-left: 15px !important;
    }
    .wrap .content .bMain main .slideBox .slideWidth td:last-child {
      padding-right: 15px !important;
    }
    .wrap .content .bMain main .dayRank .slideWidth {
      padding-top: 0 !important;
    }
    .wrap .content .bMain main .dayRank td:first-child .rankNo p::before {
      content: "1" !important;
      color: #F8CB17 !important;
    }
    .wrap .content .bMain main .dayRank td:nth-child(2) .rankNo p::before {
      content: "2" !important;
      color: #A8A8A8 !important;
    }
    .wrap .content .bMain main .dayRank td:nth-child(3) .rankNo p::before {
      content: "3" !important;
      color: #B7753C !important;
    }
    .wrap .content .bMain main .dayRank td:nth-child(4) .rankNo p::before {
      content: "4" !important;
    }
    .wrap .content .bMain main .dayRank td:nth-child(5) .rankNo p::before {
      content: "5" !important;
    }
    .wrap .content .bMain main .dayRank td:nth-child(6) .rankNo p::before {
      content: "6" !important;
    }
    .wrap .content .bMain main .dayRank td:nth-child(7) .rankNo p::before {
      content: "7" !important;
    }
    .wrap .content .bMain main .dayRank td:nth-child(8) .rankNo p::before {
      content: "8" !important;
    }
    .wrap .content .bMain main .dayRank td:nth-child(9) .rankNo p::before {
      content: "9" !important;
    }
    .wrap .content .bMain main .dayRank td:nth-child(10) .rankNo p::before {
      content: "10" !important;
    }
    .wrap .content .bMain main .dayRank td:nth-child(11) .rankNo p::before {
      content: "11" !important;
    }
    .wrap .content .bMain main .dayRank td:nth-child(12) .rankNo p::before {
      content: "12" !important;
    }
    .wrap .content .bMain main .dayRank td:nth-child(13) .rankNo p::before {
      content: "13" !important;
    }
    .wrap .content .bMain main .dayRank td:nth-child(14) .rankNo p::before {
      content: "14" !important;
    }
    .wrap .content .bMain main .dayRank td:nth-child(15) .rankNo p::before {
      content: "15" !important;
    }
    .wrap .content .bMain main .dayRank td:nth-child(16) .rankNo p::before {
      content: "16" !important;
    }
    .wrap .content .bMain main .dayRank td:nth-child(17) .rankNo p::before {
      content: "17" !important;
    }
    .wrap .content .bMain main .dayRank td:nth-child(18) .rankNo p::before {
      content: "18" !important;
    }
    .wrap .content .bMain main .dayRank td:nth-child(19) .rankNo p::before {
      content: "19" !important;
    }
    .wrap .content .bMain main .dayRank td:nth-child(20) .rankNo p::before {
      content: "20" !important;
    }
    /* style.scssより end */
    /* bone.scssより start */    
    .wrap .content {
      margin: 0 auto !important;
      min-width: 100% !important;
    }
    .wrap .content .bMain {
      width: 100% !important;
    }
    .wrap .content .bMain .box {
      margin-bottom: 50px !important;
    }
    .wrap .content .bSidebar {
      display: none !important;
    }
    /* bone.scssより end */
    /* m_header.scssより start */
    .wrap header .hdft nav ul{
      min-width: initial !important;
    }
    .wrap header .slider ul{
      min-width: initial !important;
    }
    /* m_header.scssより end */

}
/* PCレフトナビ end */

/* ヘッダーパーツ start */
/* :where(audio, canvas, iframe, img, svg, video) { */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}
/* 検索ルーペ調整 */
#renewal-header.renew2025 .hmSearch .fs-p-searchForm__button::before{
  color: #000;
  font-size: 3rem;
}
#renewal-header.renew2025 .hmSearch .fs-p-searchForm__button{
  background: initial;
  position: absolute;
  right: 6.5%;
  top: 16%;
}
input:-webkit-autofill {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  color: #000 !important;
}
.fixed{
  position: fixed !important;
  top: 0 !important;
  transform: initial !important;
  -webkit-transform: initial !important;
  -moz-transform: initial !important;
  -ms-transform: initial !important;
  -o-transform: initial !important;
}
.wrap,
.wrap.topwrap,
.fs-l-header{
  /* padding-top: 0 !important; */
}
.fs-l-main{
  padding-top: 80px !important;
}
 #renewal-header.renew2025 {
    margin-bottom: 10px;
    /* padding-top: 50px; */
 }
 #renewal-header #follow_header{
  width: 100%;
  margin: initial;
  position: fixed;
  top: 0;
  left: initial;
  z-index: 999999;
  display: block;
  max-width: initial !important;
}
  #renewal-header.renew2025 .hdft {
    background-color: #000;  
    width: initial;
    margin: initial;
    position: relative;
    top: initial;
    left: initial;
    z-index: 99;
    display: block;
    max-width: initial !important;
    background-color: #000;
    height: initial !important;
  }
  #renewal-header.renew2025 .hdft nav ul.flex{
    margin: 0 auto;
    padding: 0 4%;
    max-width: initial;
    min-width: initial !important;
    background-color: #000;
  }
  #renewal-header.renew2025 .hdft nav ul.flex li {
    margin: 0;
    padding: 0;
    line-height: 56px;
  }
  #renewal-header.renew2025 .hdft nav ul.flex li a {
    display: block;
    width: initial !important;
    height: 56px;
    text-align: center;
  }
  #renewal-header.renew2025 .hdft nav ul.flex li.br1 {
    border-right: 1px solid #4E4D4D;    
  }
  #renewal-header.renew2025 .hdft nav ul.flex li h1 {
    margin: 0;
    padding: 0;  
  }
  #renewal-header.renew2025 .hdft nav ul.flex li.hmHome h1 {
    line-height: 48px;
  }   
  #renewal-header.renew2025 .hdft nav ul.flex li.hmHome {
    width: 130px;
  }
  #renewal-header.renew2025 .hdft nav ul.flex li.hmNew,
  #renewal-header.renew2025 .hdft nav ul.flex li.hmSale{
    width: 110px;
  }
  #renewal-header.renew2025 .hdft nav ul.flex li.hmSearch {
    width: calc(100% - 500px);
  }
  #renewal-header.renew2025 .hdft nav ul.flex li.hmSearch form{
    position:relative;
    text-align: center;
  }
  #renewal-header.renew2025 .hdft nav ul.flex li.hmSearch form input[name=keyword] {
    text-align: left;
    width: 93%;
    margin: 0 auto;
    padding: 0 3%;
    height: 39px;
    line-height: 39px;
    border: 0;
    border-radius: 21px;
    background-repeat: no-repeat;
    background-position: 97% center;
    font-size: 15px;
  }
  #renewal-header.renew2025 .hdft nav ul.flex li.hmMypage,
  #renewal-header.renew2025 .hdft nav ul.flex li.hmCart{
    width: 50px;
  }
  #renewal-header.renew2025 .eventBanner .fb {
    text-align: center;
  }
  #renewal-header.renew2025 .eventBanner .flex {
      max-width: 1300px;
      min-width: 1200px;
      margin: 0 auto;
  }
  #renewal-header.renew2025 .eventBanner .fb .border {
    width: 105px;
    line-height: 24px;
  }
  #renewal-header.renew2025 .eventBanner .fb .border p {
    padding: 2px 5px;
    border: 1px solid #FFF000;
  }
  #renewal-header.renew2025 .eventBanner a {
    display: block;
    color: #FFF000;
    font-weight: bold;
    text-decoration: none;
  }
  #renewal-header.renew2025 .eventBanner .fb .border {
    width: 105px;
    line-height: 24px;
  }






  .fs-icon--navCtrl:before{
    content: "";
  }
  #renewal-header .fs-p-drawerButton.fs-icon--close{
    color: #000;
  }
  #renewal-header .fs-l-header__drawerOpener .fs-p-drawerButton__icon{
    font-size: 1.9rem;
  } 


 .fs-icon--navCtrl:before{
    content: "";
  }

/* ハンバーガーメニュー start */
#renewal-header{
  position: relative;
}
.fs-p-drawerButton{
  display: block !important;
}
.fs-icon--navCtrl:before{
  content: "" !important;
}
.fs-l-header__drawerOpener{
  z-index: 100;
  position: absolute;
  top: 19px;
  right: 2.9%;
  width: 56px;
  height: 56px;
}
#renewal-header .burger_area{
  position: absolute;
  top: 0;
  right: 0;
}
#renewal-header #burgerbox{
  position: relative;
}
#renewal-header #pcburger_fs-p-drawer{
  position: absolute;
  top: 0;
  right: 0;
  left: initial !important;
  /* transform: translateX(101%); */
  transform: translateX(-580%);
  overflow: auto;
  max-height: calc(100vh - 5px);
  z-index: 999999;  
}

#renewal-header #fs_p_ctrlDrawer:checked ~ #pcburger_fs-p-drawer{
  transform: translate(0) !important;  
}
/* ハンバーガーメニュー end */

/* ドロワーメニュー　start */
#follow_header .fs-l-sideArea{
  max-width: initial;
}
#follow_header .fs-p-drawer{
  transform: translateX(101%);
  padding: 15px 0 0;
  -webkit-transform: translateX(101%);
  -moz-transform: translateX(101%);
  -ms-transform: translateX(101%);
  -o-transform: translateX(101%);
  transition-duration: 0.2s !important;
}
#follow_header .fs-p-drawer__buttonContainer,
#follow_header .fs-clientInfo.is-ready,
#follow_header .indrawerslide,
#follow_header #sideMenu_sp{
  /* padding: 0 30px; */
  padding: 0 5%;
}
#follow_header .fs-p-drawerButton{
  padding: 0;
}
#follow_header .fs-p-drawerButton__label{
  font-weight: bold;
  line-height: 0.2;
  font-size: 0.8rem;
}
#follow_header .fs-p-drawerButton__icon{
  line-height: 0;    
}
#follow_header .fs-p-ctrlDrawer:checked + .fs-p-drawer{
  width: 18%;
}
#follow_header .fs-p-drawer__welcomeMsg{
  position: relative;
}
#follow_header .fs-p-welcomeMsg{
  position: absolute;
  top: -25px;
  font-weight: bold;
  font-size: 1.2rem;
}
#follow_header .fs-p-drawer__loginLogout{
  margin-top: 20px;
}
#follow_header .fs-p-drawer__loginLogout__login,
#follow_header .fs-p-drawer__loginLogout__logout{
  background: initial;
  border: 1px solid #000;
  border-radius: 5px;
  /* font-size: 1.6rem; */
  font-size: 0.9vw;
  font-weight: bold;
  height: 40px;
}
#follow_header .fs-p-drawer__heading{
display: none;
}
#follow_header .indrawerslide{
margin: 16px auto 25px;
}
#follow_header .fs-c-slick .slick-slide img{
width: 100%;
}
#follow_header .fs-p-sideMenu .fs-pt-menu__heading--lv1{
background-color:#000;
color: #fff;
  /* font-size: 1.6rem; */
  font-size: 0.9vw;
line-height: 2.2;
}
#follow_header .fs-p-sideMenu .fs-pt-menu__link{
align-items: center;
justify-content: center;
}
#follow_header .fs-p-sideMenu .fs-pt-menu__link::before{
display: none;
}
#follow_header .fs-p-sideMenu .fs-pt-menu__link::after{
display: none;
}
#follow_header #sideMenu_sp ul.fs-pt-menu--lv1{
  font-weight: bold;
  min-width: initial !important;
  margin: 0;
  padding: 0;
  height: initial;
  background: initial;
  display: initial;
}
#follow_header #sideMenu_sp ul.fs-pt-menu--lv1 li.fs-pt-menu__item--lv1 ul.fs-pt-menu--lv2 li.fs-pt-menu__item--lv2:nth-last-of-type(odd){
  background-color: #ccc;
  margin-top: 0;
  line-height: initial;
}
#follow_header #sideMenu_sp ul.fs-pt-menu--lv1 li.fs-pt-menu__item--lv1 ul.fs-pt-menu--lv2 li.fs-pt-menu__item--lv2:nth-last-of-type(even){
  background-color: #F0F0F0;
  margin-top: 0;
  line-height: initial;
}
#follow_header .fs-p-sideMenu .fs-pt-menu__link--lv1{
height: 50px;
}
#follow_header .fs-p-sideMenu .fs-pt-menu__link--lv2{
height: 40px;
}
#follow_header #sideMenu_sp ul.fs-pt-menu--lv1 li.fs-pt-menu__item--lv1{
  /* margin-top: 35px; */
}
#follow_header #sideMenu_sp .more_menu01,
#follow_header #sideMenu_sp .more_menu02,
#follow_header #sideMenu_sp .back_menu01,
#follow_header #sideMenu_sp .back_menu02{
margin: 0 auto 2px !important;
text-align: center;
/* font-size: 14px; */
font-size: 0.6vw;
background-color: #fff !important;
border: 1px solid #000;
color: #000;
}
#follow_header #sideMenu_sp .back_menu01,
#follow_header #sideMenu_sp .back_menu02{
display: none;
}
#follow_header #sideMenu_sp .fs-pt-menu__heading.fs-pt-menu__heading--lv2{
margin: 2px auto;
}
#follow_header #sideMenu_sp .fs-p-sideMenu .fs-pt-menu__heading--lv2{
  border: none;
  font-size: 0.8vw;
}
#follow_header #sideMenu_sp .is-hidden01,
#follow_header #sideMenu_sp .is-hidden02{
display: none;
}
#follow_header #drawer_bottom{
background-color: #000;
padding: 30px;
}
#follow_header #drawer_bottom .fs-p-searchForm.search_area{
  width: initial;
}
#follow_header #drawer_bottom .drawer_btmmenu{
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
margin: 0;
padding: 0;
border: 0;
}
#follow_header #drawer_bottom .drawer_btmmenu li{
border: 1px solid #fff;
margin-bottom: 10px;
width: 100%;
padding: 21px 0;
/* font-size: 16px; */
font-size: 0.9vw;
text-align: center;
font-weight: bold;
}
#follow_header #drawer_bottom .drawer_btmmenu li a{
color: #fff;
}
#follow_header #drawer_bottom .fs-p-inputGroup{
  background-color: #ccc;
  height: 40px;
  margin-bottom: 10px;
  font-weight: bold;
  align-items: end;
  font-size: 0.8vw;
}
#follow_header #drawer_bottom .fs-p-inputGroup__button{
background-color: #ccc;
color: #000;
width: 40px;
height: 40px;
}
#follow_header #drawer_bottom .fs-p-inputGroup__button::before{
font-size: 2.7rem;
top: 5px;
}
#follow_header #drawer_bottom .fs-p-searchForm__input{
height: 40px;
}
#follow_header .bnr_compatibility{
margin: 30px auto 35px;
padding: 0 3.5%;
}
#follow_header #fs_MyPageTop .fs-c-accountService__page {
flex-basis: 31.5%;
}
#follow_header .bnr_popularmodels{
margin: auto;
width: 90%;
margin-bottom: 5%;
}
#follow_header .fs-p-sideMenu .fs-pt-menu__submenu{
  margin: initial;
  padding:initial;
  height: initial;
  background-color: initial;
  display: initial;
}
#follow_header .fs-p-drawer__loginLogout, .fs-p-drawer__welcomeMsg{
  display: block;
}
/* ドロワーメニュー　end */
@media screen and (max-width:900px) {
  .fs-l-header__drawerOpener {
    right: 0.9%;
  }
  #follow_header .fs-p-ctrlDrawer:checked + .fs-p-drawer {
    width: 50%;
  }
  #follow_header .fs-p-drawer__loginLogout__login, #follow_header .fs-p-drawer__loginLogout__logout{
    font-size: 3vw;
  }
  #follow_header .fs-p-sideMenu .fs-pt-menu__heading--lv1 {
    font-size: 3vw;
    line-height: 1.2;
  }
  #follow_header #sideMenu_sp .fs-p-sideMenu .fs-pt-menu__heading--lv2 {
    font-size: 2.4vw;
  }
  #follow_header #drawer_bottom .fs-p-inputGroup{
    font-size: 2.2vw;
  }
  #follow_header #drawer_bottom .drawer_btmmenu li{
    font-size: 2.6vw;
  }
}

/* ヘッダーパーツ end */


/* 追加修正 */
.fs-c-productImageModal__close {
  top: 60px !important;
  z-index: 99999999;
}

/* トップページスライダー修正　20250610 */
.bMain .timerHidden.view-area {
    display: block !important;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s ease;
    /* aspect-ratio: 1200 / 550; */
}
.bMain .timerHidden.view-area.dispActive {
    visibility: visible;
    opacity: 1;
}
.bMain .timerVisibleNone.view-area {
    display: none;
}
.bMain .timerVisibleNone.view-area.dispActive {
    display: block !important;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.4s ease;
    /* aspect-ratio: 1200 / 550; */
}