@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {}

#main-contents div.body {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main-contents div.body {
   max-width: 100%;
   padding-left: 20px;
   padding-right: 20px;
   margin: 0 auto;
 }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main-contents > .section {
  padding-top: 2em;
  padding-bottom: 2em;
}

#main-contents div.body {
  max-width: 100%;
  padding: 0 1em;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}

/* ****************************************************************************************************
   * ビジュアル
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.visual {
  background: url("../../_images/manufacturers/visual.jpg?20260424") no-repeat;
  background-size: cover;
  background-position: bottom;
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 取扱メーカー
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.manufacturers {
  position: relative;
  padding-top: 60px;
  padding-bottom: 120px;
}
.manufacturers .body {
  max-width: 1120px;
}
.manufacturers section ~ section {
  padding-top: 120px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .manufacturers {
    position: relative;
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .manufacturers section ~ section {
    padding-top: 60px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 見出しテキスト
/* ------------------------------------------------------------------------------------------------- */

.manufacturers .title-2 {
  position: relative;
  font-size: 2.5rem;
  font-weight: 900;
  padding-left: 1.55em;
  line-height: 1.4;
}
.manufacturers .title-2::before {
  content: "";
  display: block;
  background: var(--c-d-orange);
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 5px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:960px) {
  /*ブラウザの幅が736px以下の時*/
  .manufacturers .title-2 {
    font-size: 2.0rem;
  }
  .manufacturers .title-2::before {
    width: 20px;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.manufacturers ul.layout-flex-3 {
  justify-content: flex-start;
  gap: 50px;
}
.manufacturers ul.layout-flex-3 li {}
.manufacturers ul.layout-flex-3 li .bnr {
  margin-top: 1em;
}
.manufacturers ul.layout-flex-3 li .caption {
  text-align: center;
  font-size: 1.6rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1400px) {
  /*ブラウザの幅が736px以下の時*/
  .manufacturers ul.layout-flex-3 {
    justify-content: flex-start;
    gap: 40px;
  }
}
/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .manufacturers ul.layout-flex-3 {
    justify-content: flex-start;
    gap: 30px;
  }
}
/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .manufacturers ul.layout-flex-3 {
    justify-content: center;
    gap: 30px;
  }
  .manufacturers ul.layout-flex-3 li {
    width: 100%;
    text-align: center;
  }
}

