@charset "utf-8";
/* CSS Document */
.under_mv{
  background: url(../img/mv.png) no-repeat center;
  background-size: cover;
}

.detail{
  padding: 30px 0 60px;
}
.det_inner{
  max-width: 1024px;
  width: 90%;
  margin: auto;
}
.det_box{
  display: flex;
  justify-content: center;
  gap:40px;
  background: #eee;
  padding: 30px;
}
.det_left{
  max-width: 600px;
  width: 100%;
}
.det_fig{
}
.det_name{
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  color: rgba(0, 0, 0, 0);
  font-weight: 900;
  font-size: 7.2rem;
  line-height: 1;
}
.det_bold{
  font-size: 1.8rem;
  color: var(--red);
  font-weight: 900;
  margin-top: 10px;
}
.det_bold .sub {
  font-size: 2.4rem;
  font-weight: 900;
  margin-right: 10px;
}
.det_com {
  margin-top: 25px;
}

.det_menu {
  display: flex;
  gap: 40px 30px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.det_card{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% / 3) - (60px / 3));
}
.det_thumb{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  background: #eee;
  height: 234px;
}
.det_tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
  font-weight: bold;
  .str{
    font-size: 2rem;
    color: var(--red);
  }
}
.det_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 241px;
  width: 100%;
  margin: 20px auto 0;
  border: 1px solid var(--red);
  padding: 10px;
    color: var(--red);
}
.det_caution{
  margin-top: 30px;
  font-size: 1.4rem;
  line-height: 2;
  a{
    color: var(--red);
    text-decoration: underline;
  }
}



.content{
  padding-bottom: 100px;
  line-height: 2;
.w_150{max-width: 150px;width: 100%;}
.w_200{max-width: 200px;width: 100%;}
.w_220{max-width: 220px;width: 100%;}
.w_300{max-width: 300px;width: 100%;}
.w_350{max-width: 350px;width: 100%;}
.w_400{max-width: 400px;width: 100%;}
.w_440{max-width: 440px;width: 100%;}
.w_460{max-width: 460px;width: 100%;}/*_chokeの50%*/
.w_502{max-width: 502px;width: 100%;}
.w_620{max-width: 620px;width: 100%;}
.w_full{max-width: 100%;width: 100%;}

.f_14{font-size: 1.4rem;}
.f_18{font-size: 1.8rem;}
.f_20{font-size: 2rem;}
.f_24{font-size: 2.4rem;}
.f_32{font-size: 3.2rem;}
.f_34{font-size: 3.4rem;}
.f_36{font-size: 3.6rem;}

.lh_15{line-height: 1.5;}

.mt_0{margin-top: 0;}
.mt_10{margin-top: 10px;}
.mt_20{margin-top: 20px;}
.mt_30{margin-top: 30px;}
.mt_40{margin-top: 40px;}
.mt_50{margin-top: 50px;}
.mt_60{margin-top: 60px;}

.mr_10{margin-right: 10px;}
.mr_20{margin-right: 20px;}
.mr_30{margin-right: 30px;}
.mr_40{margin-right: 40px;}
.mr_50{margin-right: 50px;}
.mr_60{margin-right: 60px;}

.bb_1{border-bottom: 1px solid #000; padding-bottom: 10px;}

  @media screen and ( max-width: 767px ) {
    .f_14{font-size: 1.2rem;}
    .f_18{font-size: 1.6rem;}
    .f_20{font-size: 1.8rem;}
    .f_24{font-size: 2rem;}
    .f_32{font-size: 2.4rem;}
    .f_34{font-size: 2.8rem;}
    .f_36{font-size: 3rem;}
  }
}
.content{
  position: relative;
}
.cont_menu{
  width: 100%;
  background: #eee;
  padding: 30px 0;
  @media screen and ( max-width: 767px ) {
    position: static;
  }
}
.cont_anchor {
  max-width: 1024px;
  width: 90%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 80px;
}
.cont_anc{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: calc((100% / 3) - (160px / 3));
  font-weight: bold;
  position: relative;
  line-height: 1.5;
  &::after{
    content: '';
    width: 9px;
    height: 9px;
    border-right: 2px solid var(--red);
    border-bottom: 2px solid var(--red);
    transform: rotate(45deg);
    position: absolute;
    right: 0;
  }
}



.cont_inner {
  max-width: 1024px;
  width: 90%;
  margin: auto;
}
.cont_page{
}
.cont_block{
  margin-top: 60px;
}
.cont_choke{
  max-width: 944px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cont_bnr {
  display: flex;
  font-size: 2.4rem;
  background: #000;
  color: #fff;
  padding: 20px 40px;
  @media screen and ( max-width: 767px ) {
    font-size: 2rem;
  }
}
.cont_metal{
  .metal_list{
    display: flex;
    flex-wrap: wrap;
    
  }
}
.cont_img.center{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.cont_flex{
  display: flex;
  gap:20px;
  flex-wrap: wrap;
  &.jc_bt{
    justify-content: space-between;
  }
  &.jc_fe{
    justify-content: flex-end;
  }
  &.jc_c{
    justify-content: center;
  }
  &.ai_c {
    align-items: center;
  }
  &.nowrap {
    flex-wrap: nowrap;
  }
}
.cont_border{
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #CCCCCC;
  padding: 30px;
  height: fit-content;
  &.ai_fs {
    align-items: flex-start;
  }
}
.cont_table{
  &.type01{ /* 2カラム */
    width: 100%;
    border-top: 1px solid #000;
    text-align: left;
    th{
      padding: 15px;
      background: #eee;
      border-bottom: 1px solid #000;
      min-width: 150px;
    }
    td{
      padding: 15px;
      border-bottom: 1px solid #000;
    }
  }
  &.type02{ /* 3カラム */
    width: 100%;
    border-top: 1px solid #000;
    text-align: center;
    th{
      padding: 15px;
      background: #eee;
      border-bottom: 1px solid #000;
      min-width: 150px;
    }
    td{
      padding: 15px;
      border-bottom: 1px solid #000;
    }
    tr > :not(:last-child) {
      border-right: 1px solid #ccc;
    }
  }
}
.cont_list{
  display: flex;
  gap:40px 20px;
  flex-wrap: wrap;
}
.list_card{
  width: calc(25% - (60px / 4));
  display: flex;
  flex-direction: column;
  align-items: center;
  > p{
    width: 100%;
  }
}
.list_thumb{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 235px;
  border: 1px solid #ccc;
}
.cont_list--fifth{
  gap:10px;
  .list_card{
    width: calc(20% - (40px / 5));
    .list_thumb{
      border: none;
      min-height: 0;
    }
  }
}
.cruc_icons{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.cont_option:not(:first-child) {
  margin-top: 50px;
}
.cont_option h4{
  font-size: var(--fs-18);
  font-weight: bold;
  padding-bottom: 1em;
  border-bottom: 1px solid #000;
}
.cont_option h4 .subtitle {
  color: var(--red);
  margin-left: 1em;
}
.cont_btn {
  max-width: 234px;
  width: 100%;
  margin-top: 20px;
  min-height: 48px;
  border: 1px solid var(--red);
  color: var(--red);
  display: flex;
  justify-content: center;
  align-items: center;
}
.cont_caution {
  background: var(--caution-color);
  display: flex;
  align-items: center;
  gap: 20px;
  padding: var(--space-30);
  margin-top: 20px;
}
.cont_flow {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.cont_flow li {
  display: flex;
  align-items: center;
  gap: 30px;
}
.cont_flow--num {
  --size: 60px;
  width: var(--size);
  height: var(--size);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: var(--red);
  color: #FFF;
  font-size: var(--fs-18);
  line-height: 1;
}
.cont_flow--numbig {
  font-size: var(--fs-24);
}
.cont_redbtn {
  display: flex;
  justify-content: flex-end;
  a{
    font-size: var(--fs-18);
    text-decoration: underline;
    color: var(--red);
  }
}

/* 川上作業 */
.det_menu:has(> :nth-child(4)) {
  justify-content: flex-start;
}
.icon_text {
  display: flex;
  font-size: var(--fs-18);
  font-weight: 700;
  align-items: center;
  gap: 10px;
  margin-right: 142px;
}
.det_menu_list{
  padding: 30px 0 0;
  display: flex;
  gap:20px;
  flex-wrap: wrap;
}
.det_box_inner {
  width: 100%;
}
.det_menu_btn_red {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-align: center;
  color: #fff;
  width: calc((100% / 3) - (15px));
  min-height: 60px;
  background: var(--red);
}
.det_menu_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-align: center;
  color: var(--red);
  width: calc((100% / 3) - (15px));
  min-height: 60px;
  border: 1px solid var(--red);
  background: #fff;
}
.detail2 {
  padding:60px 0 60px;
}
.det_tag2 {
  font-weight: bold;
}
.det_text {
  padding-top: 30px;
}
.text_red {
  color: var(--red);
}
.det_btn_red {
  font-size: var(--fs-24);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  width: 100%;
  max-width: 672px;
  min-height: 85px;
  margin: 0 auto;
  background: var(--red);
}
/* ４つ並び製品↓ */
.four {
  width: calc((100% / 4) - (90px / 4));
}
/* 川上作業 */

@media screen and ( max-width: 1023px ) {
}
@media screen and ( max-width: 767px ) {
.det_box{
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}
.det_name {
  font-size: 5rem;
}
.det_card {
  width: 100%;
  max-width: 328px;
}
.det_sub {
  font-size: min(3rem, 6vw);
}
.det_tit {
  font-size: min(5rem, 8vw);
}
.det_bot {
  flex-direction: column-reverse;
  gap: 10px;
}
.det_category {
  min-height: 30px;
  margin-top: 10px;
}

.cont_menu {
  gap: 5px;
  flex-wrap: wrap;
  &::before{
    display: none;
  }
}
.cont_tab {
  font-size: min(2.4rem, 4.5vw);
  line-height: 1.5;
  height: 50px;
  max-width: calc(50% - 2.5px);
  &.active{
    height: 50px;
    border: 1px solid var(--red);
  }
}
.content{
  .sp_50p{
    width: calc(50% - 10px);
  }
}
.cont_bnr {
  padding: 15px 5%;
}
.cont_table{
  &.type01{
    display: block;
    width: 100%;
    tbody{
      display: block;
      width: 100%;
    }
    tr{
      display: block;
      width: 100%;
    }
    th{
      display: block;
      width: 100%;
      padding: 10px;
    }
    td{
      display: block;
      width: 100%;
      padding: 10px;
    }
  }
  &.type02{
    width: 500px;
  }
}
div:has(.type02) {
  overflow-x: scroll;
}
.cont_list{
  gap:20px 10px;
}
.list_card {
  width: calc(50% - 5px);
  line-height: 1.5;
}
.list_thumb {
  height: auto;
  min-height: 0;
}

.cont_anchor {
  gap: 10px;
}
.cont_anc{
  width: calc(50% - 5px);
  font-size: min(1.4rem,3vw);
  text-align: left;
  padding-right: 20px;
  justify-content: flex-start;
}
.cont_list--fifth{
  gap:20px 10px;
  .list_card{
    width: calc(50% - 5px);
    .list_thumb{
      padding: 0;
    }
  }
}
.cont_border {
  padding: 20px 5%;
}
.cont_option {
  margin-top: 20px;
}
.cont_caution {
  flex-direction: column;
  gap: 10px;
}
.cont_flow li {
  gap: 10px;
  font-size: 1.4rem;
}
.cont_flow--num {
  --size: 45px;
  flex-shrink: 0;
}
.cont_redbtn a {
  min-height: 50px;
  font-size: var(--fs-14);
}

/* 川上作業 */
.det_menu:has(> :nth-child(4)) {
  justify-content: center;
}
.icon_text {
  margin-right: 0;
}
.det_menu_list {
  gap: 10px;
}
.det_menu_btn,.det_menu_btn_red {
    width: calc(50% - 5px);
    min-height: 50px;
    padding: 0 5px;
    font-size: 1.4rem;
}
.det_btn_red {
  width: 90%;
  max-width: 310px;
  padding: 0 10px;
}

/* 川上作業 */
}