@charset "shift_jis";
/* CSS Document */
/*-----------------------------------------------*/
/*ベース*/
/*-----------------------------------------------*/
#c_metal{
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
	padding-bottom: 1%;
	color:#222;
	background: #f7f5f2;
}
#c_metal .pc_none{
    display: none !important;
}
#c_metal img{
    width: 100%
}
#c_metal a{
    display: block;
    position: relative;
}  
#c_metal a:hover{
    opacity: 0.9;
    color:#222 !important;
} 
#c_metal h2,#c_metal h3,#c_metal h4,#c_metal h5,#c_metal h6,#c_metal ul,#c_metal ol,#c_metal dl,#c_metal li,#c_metal dt,#c_metal dd,#c_metal p,#c_metal div,#c_metal span,#c_metal img,#c_metal a,#c_metal table,#c_metal tr,#c_metal th,#c_metal td{
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 100%;
}
/*-----------------------------------------------*/
/*全体枠*/
/*-----------------------------------------------*/
#c_metal .inner{
    max-width: 900px;
    padding:2% 4% 4% 4%;
    margin: 4% auto;
    background: #fff;
}
#c_metal section{
    margin-bottom: 8%;
}
#c_metal section#point{
    margin-bottom: 3%;
}
#c_metal .bg{
    background: #f4f4f4;
    padding:2% 3% 3% 3%;
}
/*-----------------------------------------------*/
/*見出し*/
/*-----------------------------------------------*/
#c_metal h3{
   font-size: 25px;
   border: 1px solid;
   color: #222;
   background: #fff;
   padding: 16px 0;
   position: relative;
}
#c_metal h4{
   background: #222;
   color: #fff;
   font-size: 22px;
   padding:7px 0 10px 0;
   position: relative;
}
#c_metal h4::before{
   position: absolute;
   content: "";
   background: #222;
   height: calc(tan(44deg) * 17px / 2);
   width: 17px;
   clip-path: polygon(100% 0, 50% 100%, 0 0%);
   bottom: -14%;
   left: 49%;
}
#c_metal h5{
   font-size: 23px;
   color: #222;
   line-height: 1.3em;
   margin:13px 0;
}
#c_metal h5 span{
   display: block;
   font-size: 16px;
}
#c_metal .title-txt{
   font-size: 17px;
   margin:15px 0;
   line-height: 1.3em;
}
/*-----------------------------------------------*/
/*メタルラックのここがすごい*/
/*-----------------------------------------------*/
/*アコーディオン仕様*/
#c_metal .accordion_menu h3{
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 0 #22222224;
    transition: 0.3s all;
}
#c_metal .accordion_menu h3 span.small{
    display: inline-block;
    font-size: 14px;
    background: #eee;
    padding:5px 35px 5px 15px;
    margin-left: 10px;
    position: relative;
    transition: 0.3s all;
}
#c_metal .accordion_menu h3 span.small::after {
    position: absolute;
    bottom: 6px;
    right: 10px;
    content: "+";
    font-weight: normal;
    font-size: 23px;
}
#c_metal .accordion_menu h3.open {
    box-shadow: none;
}
#c_metal .accordion_menu h3.open span.small::after {
    content: "";
    border-bottom: 1px solid #000;
    width: 11px;
    bottom: 16px;
}
#c_metal .accordion_menu .point__inner {
    display: none;
}
/*hover*/
#c_metal .accordion_menu h3:hover{
    background: #a8967021;
    border: 1px solid #e1dacc;
    box-shadow: none;
    transform: translateY(-2px);
}
#c_metal .accordion_menu h3:hover span.small{
    color:#fff;
    background: #a89670;
}
#c_metal .accordion_menu h3.open:hover span.small::after {
    border-bottom: 1px solid #fff;
}
/*内容*/
#c_metal .point__inner {
   margin:2%;
}
#c_metal .point__list-box {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 20px;
   margin-bottom: 3%;
}
#c_metal .point__scene-img {
   margin-bottom:2%;
}
#c_metal .point__list-box dl{
    text-align: left;
    display: flex;
    gap: 7px;
    align-items: center;
    align-content: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#c_metal .point__list-box dt{
   color:#927840;
   background: #f1f1e8;
   font-size: 21px;
   padding:4px 0 4px 13px;
   width: 100%;
}
#c_metal .point__list-box dt span.point__list-no{
   font-size: 22px;
   font-family: fantasy;
   margin-right: 2px;
   line-height: 0;
}
#c_metal dd.point__list-txt{
   font-size: 14.7px;
   line-height: 1.4em;
   height:43px;
}

/*STEP*/
#c_metal .point__step{
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 12px;
}
#c_metal .point__step li{
   position: relative;
}
#c_metal .point__step-no{
   position: absolute;
   top: 0;
   left: 0;
   background: #927840;
   font-size: 15px;
   color: #fff;
   padding:3px;
}
#c_metal .point__step-txt{
   font-size: 13px;
   color: #222;
   line-height: 1.2em;
   margin-top: 4px;
}
/*-----------------------------------------------*/
/*メタルラックを探す*/
/*-----------------------------------------------*/
#c_metal .search__inner{
   margin: 2%;
}
#c_metal .search__navi {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 3%;
}
#c_metal .search__navi li{
}
#c_metal .search__navi li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1vw;
    text-align: center;
    height: 100%;
    background: #222;
    color: #fff;
    font-size: 19px;
    border-radius: 3px;
    position: relative;
    transition: 0.3s all;
}
#c_metal .search__navi-name{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    line-height: 1.2em;
    padding: 18px 0
}
#c_metal .search__navi li a::after {
    font-family: "Material Icons";
    color: inherit;
    font-size: 1.3rem;
    position: absolute;
    content: "expand_more";
    transform: rotate(0deg);
    right: 13px;
    bottom:12px;
    transition: 0.3s all;
}
/*hover*/
#c_metal .search__navi li a:hover{
    color:#fff !important;
    background: #223f64;
    transform: translateY(2px);
}
#c_metal .search__navi li a:hover::after {
    bottom: 8px;
}
/*===========================
絞り込み検索
=============================*/
#c_metal #search-form{
}
#c_metal .search {
    text-align: left;
    background: #fff;
    box-sizing: border-box;
    margin-top: 1%;
}
#c_metal .search span{
    font-size: 100% !important;
}
#c_metal .search img {
    margin: 0;
    width: calc(100% / 3);
}
#c_metal .search * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
#c_metal .search a {
    text-decoration: none;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
#c_metal .search a:hover {
    opacity: 0.7;
    text-decoration: none;
}
#c_metal .search .search-input {
    margin-bottom: 10px;
    position: relative;
}
#c_metal .search .search-input .spinner {
    width: 32px;
    height: 32px;
    margin: 10px auto;
    border: 4px #b3b3b3 solid;
    border-top: 4px #0088cc solid;
    border-radius: 50%;
    animation: sp-anime 1.0s infinite linear;
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
}
#c_metal .search .search-input .spinner.hide {
    display: none;
}
@keyframes sp-anime {
    100% {
    transform: rotate(360deg);
	}
}
#c_metal .search .search-input .search-ti{
	margin-bottom: 2vw;
}
#c_metal .search .search-input .search-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#c_metal .search .search-input .search-title p {
    font-size: 19px;
    width: calc(100% / 3);
    text-align:center;
    border-bottom: 1px solid #222;
    padding-bottom: 3px;
}
#c_metal .search .search-input .search-title p + p {
    margin-left: 10px;
}
#c_metal .search .search-input .btns {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 4px;
}
#c_metal .search .search-input .btns > div + div {
    margin-left: 10px;
}
#c_metal .search .search-input .btns > div {
    width: calc(100% / 3);
}
#c_metal .search .search-input .btns > div label input {
    display: none;
}
#c_metal .search .search-input .btns > div label span {
    background: #fff;
    color: #222;
    border: 1px solid #555;    
    margin-top: 7px;
    border-radius: 3px;
    display: block;
    width: 100%;
    font-size:15px !important;
    letter-spacing: 0;
    cursor: pointer;
    padding: 8px!important;
    transition: 0.3s all;
}
#c_metal .search .search-input .btns > div label input:checked + span {
    color: #fff;
    background: #80a6ab;
    box-shadow: none;
    border: 1px solid #80a6ab;
}
#c_metal .search .search-input .btns > div label input:disabled + span {
    color: #b3b3b3;
    background: #dedede;
    border: 1px solid #dedede;   
    box-shadow: none;
    pointer-events: none;
    user-select: none;
}
#c_metal .search .search-input input[type="button"] {
    background-color: #80a6ab;
    border: none;
    color: #fff;
    width: 100%;
    margin: 10px 0;
    padding: 13px 0;
    border-radius: 5px;
    box-shadow: 0 4px 0 #4f878d;
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s all;
}
#c_metal .select-word{
}
#c_metal .search .search-input input[type="button"]:disabled {
    color: #b3b3b3;
    background: #dedede;
    box-shadow: 0 4px 0 #fff;
    opacity: 1;
    cursor: unset;
}
#c_metal .search .search-result {
    text-align: center;
    background: #f1f5f5;
    border-radius: 10px;
    padding:10px 0;
    position: relative;
}
#c_metal .search-result-title{
    font-size: 18px;
    font-weight: 600;
}
#c_metal .search .search-result p{
    line-height: 1.3em;
    font-size: 15px;
}
#c_metal .search .search-result::before{
    position: absolute;
    content: "";
    background: #f1f5f5;
    height: calc(tan(44deg) * 30px / 2);
    width: 20px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    top: -14px;
    left: 49%;
}
/*hover*/
#c_metal .search .search-input .btns > div label span:hover {
    background: #ecf4f5;
}
#c_metal .search .search-input input[type="button"]:hover {
    opacity: .8;
}
/*-----------------------------------------------*/
/*タイプから選ぶ*/
/*-----------------------------------------------*/
#c_metal .type__inner{
   padding: 2%;
}
#c_metal .type__inner ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 21px;
}
#c_metal .type__inner ul li a{
    height: 100%;
    transition: 0.3s all;
}
#c_metal .type__name{
    background: #222;
    color: #fff;
    padding: 8px 0;
    border-radius: 4px;
    position: relative;
    font-size: 15px;
    margin-bottom: 5px;
}
#c_metal .type__name::after {
    font-family: "Material Icons";
    color: inherit;
    font-size: 1.2rem;
    position: absolute;
    content: "expand_more";
    transform: rotate(270deg);
    right: 0;
    bottom: 8px;
    transition: 0.3s all;
}
/*hover*/
#c_metal .type__inner ul li a:hover{
    transform: translateY(-2px);
}
#c_metal a:hover .type__name{
    background: #223f64;
}
#c_metal a:hover .type__name::after {
    right: -3px;
}

/*-----------------------------------------------*/
/*こだわりに合わせてラックを選ぶ*/
/*-----------------------------------------------*/
/*中身*/
#c_metal .scene__list{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
}
#c_metal .scene__list >li{
   background: #fff; 
   padding:1% 2% 2% 2%;
   margin: 1% 0;
   position: relative;
}
#c_metal .scene__list >li:last-child{
   margin-bottom:0;
}
#c_metal .scene__title{
   font-size: 23px;
   font-weight: 600;
   margin:5px 0 15px 0;
   display: flex;
   align-content: center;
   align-items: center;
   justify-content: center;
}
#c_metal .scene__title .small{
   font-size: 15px;
   font-weight: normal;
   margin-left: 10px;
   color: #b3b3b3;
   line-height: 1em;
}
#c_metal .scene__box{
   display: flex;
   flex-direction: row;
   align-items: flex-start;
   gap: 11px;
   text-align: center;
   margin-bottom: 10px;
   transition: 0.3s all;
}
#c_metal .scene__img{
   width: 52%;
}
#c_metal .scene__spec{
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   gap: 8px;
   text-align: center;
   height: 100%;
   text-align: left;
   width: 58%;
}
#c_metal .scene__spec dt{
   background: #f5f5f5;
   padding: 3px 0 3px 10px;
   font-size: 15px;
   width: 98%;
}
#c_metal .scene__spec dd{
   font-size: 15px;
   line-height: 1.3em;
   padding-left: 10px;
}
#c_metal .scene__price-box{
   position: absolute;
   bottom: 5%;
   right: 2%;
   width: 50%;
}
#c_metal .scene__price-box a{
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding:0;
}
#c_metal .scene__price{
   width: 45%;
}
#c_metal .scene__btn{
    background: #80a6ab;
    color: #fff;
    padding:5px 0;
    width: 57%;
    border-radius: 5px;
    font-size:15px;
    position: relative;
    transition: 0.3s all;
}
#c_metal .scene__btn::after {
    font-family: "Material Icons";
    color: inherit;
    font-size: 1.2rem;
    position: absolute;
    content: "expand_more";
    transform: rotate(270deg);
    right:1px;
    bottom: 6px;
    transition: 0.3s all;
}
/*hover*/
#c_metal a:hover .scene__btn{
    background: #223f64;
}
#c_metal a:hover .scene__btn::after {
    right: -2px;
}
/*-----------------------------------------------*/
/*カスタムパーツ活用例を見る*/
/*-----------------------------------------------*/
#c_metal .parts__list{
}
#c_metal .parts__list >li{
   background: #fff; 
   padding:1% 2% 2% 2%;
   margin-top: 1%;
}
#c_metal .parts__title{
   font-size:22px;
   font-weight: 600;
   margin:5px 0 15px 0;
   display: flex;
   align-content: center;
   align-items: center;
   justify-content: center;
}
#c_metal .parts__inner{
    display: flex;
    gap: 17px;
}
#c_metal .parts__right{
    width: 40%;
}
#c_metal .parts__img{/*シーン写真*/
   width: 60%;
}
#c_metal .parts__list-txt{
   background: #eff4f5;
   padding: 5px 0;
   color: #80a6ab;
   font-size: 15px;
}
/*parts__list-item [内容]*/
#c_metal .parts__list-item dl{
    display: grid;
    grid-template-columns:0.7fr 2fr;
    gap: 18px;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding:5px 0 9px 0;
}
#c_metal .parts__list-item dt{

}   
#c_metal .parts__name{
   font-size:15px;
   text-align: left;
}
#c_metal .parts__btn {
    display: grid;
    gap: 4px;
}
#c_metal .parts__btn a{
   background: #80a6ab;
   color: #fff;
   padding:5px 0 5px 10px;
   border-radius: 4px;
   line-height: 1.3em;
   position: relative;
   font-size:15px;
   text-align: left;
}
#c_metal .parts__btn a::after {
    font-family: "Material Icons";
    color: inherit;
    font-size: 1rem;
    position: absolute;
    content: "expand_more";
    transform: rotate(270deg);
    right: 8px;
    bottom: 5px;
    transition: 0.3s all;
}
/*hover*/
#c_metal .parts__btn a:hover{
   color: #fff !important;
   background: #223f64;
}
#c_metal .parts__btn a:hover::after {
    right: 5px;
}
/*-----------------------------------------------*/
/*タブ切り替え*/
/*-----------------------------------------------*/
#c_metal .tab-wrap {
   background-color: #e8eef2;
}
#c_metal .tab-wrap >ul {
   display: flex;
   background: #fff;
   border-bottom: 3px solid #222;
}
#c_metal .tab-btn {
  width:50%;
  padding: 10px 0 12px 0;
  text-align: center;
  list-style: none;
  cursor: pointer;
  font-size: 16px;
  background: #c7c7c7;
  color: #fff;
  transition: 0.3s all;
  height:25px;
  margin-top:10px;
  margin-left: 2px;
  border-radius: 4px 4px 0 0;
}
#c_metal .tab-btn:first-child{
    margin-left:0;
}
#c_metal .tab-btn.show {
  background: #222;
  color: #fff;
  height:33px;
  margin-top:2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#c_metal .tab-contents {
  display: none;
}
#c_metal .tab-contents.show {
  display: block;
  padding: 20px;
}
/*hover*/
#c_metal .tab-btn:hover{
  background: #222;
}
/*-----------------------------------------------*/
/*価格プロ*/
/*-----------------------------------------------*/
#c_metal .scene__price,
#c_metal li.price{
	color:#c74848 !important;
	border: none;
	font-weight: bold;
	margin:0;
	background: none;
	font-size:28px;
	padding:0;
}
/*打消し*/
#c_metal li.motoprice,
#c_metal span.spesicalprice,
#c_metal li.intax {
	display: none;
}
/*-----------------------------------------------*/
/*その他はこちら*/
/*-----------------------------------------------*/
#c_metal ul[class^="cate-link_"]{
	display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
#c_metal ul[class^="cate-link_"] > li > a{
	font-size: 18px;
    display: block;
    padding: 11px 0;
    text-decoration: none;
    color: #fff;
    position: relative;
    border-radius:5px;
    background: #80a6ab;
    line-height: 1.2em;
    transition: all 0.3s;
}
#c_metal .cate-link_1 > li {/*1カラム*/
	 width: 100%;
}
#c_metal .cate-link_2 > li {/*2カラム*/
	 width: calc((100% - 2%) /2);
}
#c_metal .cate-link_3 > li {/*3カラム*/
	 width: calc((100% - 2%) /3);
}
#c_metal ul[class^="cate-link_"] > li a::after{
    font-family: "Material Icons";
    color: inherit;
    font-size: 1.3rem;
    position: absolute;
    content: "expand_more";
    transform: rotate(270deg);
    right: 0;
    bottom:0;
    top:0;
    transition: 0.3s all;
}
/*hover*/
#c_metal ul[class^="cate-link_"] > li > a:hover{
    color: #fff !important;
    background: #223f64;
}
#c_metal ul[class^="cate-link_"] > li a:hover::after{
    right: -5px;
}
/*-----------------------------------------------*/
/*バナー*/
/*-----------------------------------------------*/
#c_metal .event_box ul[class^="col_"] {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}
#c_metal .event_box .col_2 {
    justify-content: center !important;
}
#c_metal .event_box .col_1 li{/*1カラム*/
    width: 100%;
    margin:1% 0;
}
#c_metal .event_box .col_2 li{/*2カラム*/
    width: calc((100% - 3%) /3);
    margin:0 2% 1% 0;
}
#c_metal .event_box .col_3 li{/*3カラム*/
    width: calc((100% - 5%) /3);
    margin:0 1% 1% 0;
}
#c_metal .event_box .col_2 li:nth-child(3n),
#c_metal .event_box .col_3 li:nth-child(3n),
#c_metal .event_box .col_4 li:nth-child(4n){
    margin-right:0;  
}
/*-----------------------------------------------*/
/*ライトナビ*/
/*-----------------------------------------------*/
@media screen and (max-width: 1000px){
#c_metal .navigation { display: none; }
}

#c_metal .navigation span.txt{
    background: #222;
    color: #fff;
    font-size: 15px;
    padding: 5px;
    display: block;
}
#c_metal .cate_nav_fixed {
    position: fixed;
    right: 1vw;
    top: 16vw;
    z-index: 100;
}
#c_metal .navigation {
    position: relative;
    width: 180px;
}
#c_metal .navigation .toggle { display: none; }
#c_metal .navigation .nav_wrap,
#c_metal .navigation .nav_inner {
    position: relative;
    width: 100%;
}

/*内容*/
#c_metal .navigation ul {
    position: relative;
    width: 100%;
    background: #fff;
}
/**********▼ PC・SMP共通 ▼**********/
#c_metal .navigation ul li a {
    position: relative;
    display: flex;
    align-items: center;
    padding:15px 0 15px 15px;
    color: #222;
    background: #e6ecf37a;
    border-bottom: 3px solid #fff;
    font-size: 14px;
    line-height: 1.3em;
    text-align: left;
    justify-content: flex-start;
    transition: all 0.3s;
}
#c_metal .navigation ul li a::before{
    content: "";
    width: 6px;
    height: 10px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    margin-right: 10px;
    background-color: #222;
    transition: all 0.3s;
}

#c_metal .navigation ul li:last-child a {
    background: #eee;
}
/*hover*/
#c_metal .navigation ul li a:hover {
    background:#d9e2ed;
}
#c_metal .navigation ul li a:hover::before{
  transform: translateX(2px);
}
/**********▲ PC・SMP共通 ▲**********/

