  /*! Writen  by SCSS */
.inner_head {
  padding-bottom: clamp(30px, 4.17%, 50px); }

.sec_lead {
  line-height: 1.79;
  margin-bottom: clamp(40px, 5%, 60px); }
  @media screen and (max-width: 480px) {
    .sec_lead {
      letter-spacing: 0.05em; } }

.sec {
  margin-bottom: clamp(80px, 10%, 120px); }

.equipment_tab_wrap {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  line-height: 1;
  font-feature-settings: "palt";
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: clamp(13px, 1.75vw, 20px);
  line-height: 1;
  gap: 20px 1.81%; }
  @media screen and (max-width: 480px) {
    .equipment_tab_wrap {
      gap: 15px 4%;
      font-size: 13px; } }
  .equipment_tab_wrap .item {
    width: 30.91%; }
    @media screen and (max-width: 480px) {
      .equipment_tab_wrap .item {
        width: 48%; } }
    .equipment_tab_wrap .item a {
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 0.33em 0;
      padding: 1.11em 0.3em;
      width: 100%;
      height: 100%;
      transition: opacity 0.3s ease-in-out;
      transition: background 0.3s ease-in-out,color 0.3s ease-in-out;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      background: #faf9f4;
      border: solid 1px #726256;
      color: #726256; }
      @media screen and (max-width: 480px) {
        .equipment_tab_wrap .item a {
          height: 3.6em; } }
      .equipment_tab_wrap .item a.cr {
        background: #726256;
        color: #fff; }
      @media (hover: hover) {
        .equipment_tab_wrap .item a:hover {
          background: #726256;
          color: #fff; } }
  .equipment_tab_wrap.equipment_tab_wrap_bottom {
    margin-top: clamp(30px, 4.17%, 50px);
    margin-bottom: 0; }

.tab_wrap_quality {
  font-size: clamp(12px, 1.83vw, 16px);
  width: 100%;
  margin-top: 20px;
  line-height: 1;
  font-feature-settings: "palt";
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  gap: 20px 2.29%; }
  @media screen and (max-width: 480px) {
    .tab_wrap_quality {
      gap: 10px 4%;
      font-size: 12px;
      margin-top: 15px; } }
  .tab_wrap_quality.col3 {
    gap: 20px 3.44%; }
    @media screen and (max-width: 480px) {
      .tab_wrap_quality.col3 {
        gap: 10px 2%; } }
    .tab_wrap_quality.col3 .item {
      width: 31.04%; }
      @media screen and (max-width: 480px) {
        .tab_wrap_quality.col3 .item {
          width: 32%; } }
  .tab_wrap_quality .item {
    width: 22.99%; }
    @media screen and (max-width: 480px) {
      .tab_wrap_quality .item {
        width: 48%; } }
    .tab_wrap_quality .item a {
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 0.33em 0;
      padding: 0.83em 0.3em;
      width: 100%;
      height: 100%;
      transition: opacity 0.3s ease-in-out;
      transition: background 0.3s ease-in-out,color 0.3s ease-in-out;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      background: #faf9f4;
      border: solid 1px #9a875e;
      color: #fff;
      background: #9a875e; }
      @media screen and (max-width: 480px) {
        .tab_wrap_quality .item a {
          height: 3.6em; } }
      @media (hover: hover) {
        .tab_wrap_quality .item a:hover {
          background: #fff;
          color: #9a875e; } }
      .tab_wrap_quality .item a.cr {
        background: #fff;
        color: #9a875e; }
      .tab_wrap_quality .item a .text_min {
        font-size: 0.8em; }

.equipment_content_head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: clamp(18px, 2.25vw, 28px);
  line-height: 1;
  gap: 0.8em 0;
  letter-spacing: 0.2em;
  padding-top: clamp(50px, 7.5%, 90px);
  padding-bottom: clamp(50px, 6.67%, 80px);
  text-align: center; }
  .equipment_content_head .text_jp {
    font-size: 0.71em;
    letter-spacing: 0.2em; }
    @media screen and (max-width: 480px) {
      .equipment_content_head .text_jp {
        left: 0.1em; } }

.item_text {
  font-size: clamp(11px, 1.13vw, 15px);
  line-height: 2; }
  @media screen and (max-width: 768px) {
    .item_text {
      line-height: 1.8; } }

/*# sourceMappingURL=equipment_common.css.map */
