/*--------------------------------------------------------

	 TOPページのデザインを、PCとSPで切り替える

--------------------------------------------------------*/
.for__pc {
  display: block;
}

.for__sp {
  display: none;
}

@media screen and (max-width: 767px) {

  .for__pc {
    display: none;
  }

  .for__sp {
    display: block;
  }
}

/*--------------------------------------------------------

	 SP TOPページ

--------------------------------------------------------*/
/*セクション間の余白調整*/
.sp_mt_100 {
  margin-top: 100px;
}

.sp_mb_100 {
  margin-bottom: 100px;
}

/*見出しのカラー*/
.fc_yellow {
  color: #f9ba08;
}

/*------------------------------------------------
  ヘッダー
------------------------------------------------*/
/*ヘッダーを固定するため、新しいクラス名を付与*/
.header__fixed {
  position: fixed;
  background-color: #030303;
  width: 100%;
  height: 80px;
  z-index: 999;
}

/*ヘッダーのロゴのサイズをスマホの時に小さくする*/
.header_logo img {
  max-height: 30px;
}

/*------------------------------------------------
  メニューバー
------------------------------------------------*/
/*クリック前の3本線*/
.nav_toggle {
  display: block;
  position: relative;
  top: 20px;
  right: 20px;
  width: 1.75rem;
  height: 1.5rem;
  cursor: pointer;
}

.nav_toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transition: opacity .5s, visibility .5s;
  /*きかない*/
}

.nav_toggle span:nth-child(1) {
  top: 0;
}

.nav_toggle span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}

.nav_toggle span:nth-child(3) {
  bottom: 0;
}

/*クリック後の3本線の動き(jQueryにより.showが付与された時の動き）*/
.nav_toggle.show span:nth-child(1) {
  transform: translateY(10px) rotate(-45deg);
}

.nav_toggle.show span:nth-child(2) {
  opacity: 0;
}

.nav_toggle.show span:nth-child(3) {
  transform: translateY(-12px) rotate(45deg);
}

/*ナビメニューの表示レイアウト（クリック前）*/
.nav_container {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #030303;
  opacity: 0;
  visibility: hidden;
  /*要素を非表示にする*/
  transition: opacity .5s, visibility .5s;
  /*きかない*/
  top: 80px;
  left: 0;
}

.nav_menu {
  list-style: none;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 40%;
  left: 50%;
  display: flex;
  flex-direction: column;
  transform: translate(-50%, -50%);
}

.nav_menu__li {
  font-size: 1.8rem;
  height: 50px;
}

.nav_menu__li a {
  text-decoration: none;
  color: #fff;
}

.nav_menu__li a:hover {
  color: #f9ba08;
}

/*ナビメニューの表示(jQueryにより.showが付与された時の動き)*/
.nav_container.show {
  opacity: 1;
  visibility: visible;
  /*要素が可視状態になる*/
}

/*------------------------------------------------
  新着商品
------------------------------------------------*/
/*新着商品の表示サイズを調整  ※修正して良いか確認*/
.swiper-slide {
  min-width: 110px;
}

/*------------------------------------------------
  レンタル機材
------------------------------------------------*/
@media screen and (max-width: 767px) {
  .top_rental__container {
    margin: 6vw auto 0;
  }
  .top_triangle__wrapper {
    width: 100%;
  }
  .top_triangle_text__top {
    font-size: 1.3rem;
  }
  .top_triangle_text {
    font-size: 2.0rem;
    line-height: 2.4rem;
  }
  .top_triangle  {
    width: 110px;
  }
  .top_triangle span {
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    border-bottom: 50px solid #F9BA08;
    transform: rotate(90deg);
  }
}

/*------------------------------------------------
  初めてのお客様へ
------------------------------------------------*/
/*会員お問い合わせはこちらボタンの調整*/
.application__wrapper {
  display: flex;
  justify-content: center;
  gap: 3%;
  margin-bottom: 16px;
}

.application__triangle {
  transform: rotate(90deg);
}

.application__btn {
  width: 100%;
  background-color: #fff;
  color: #000;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
}

/*------------------------------------------------
  Access
------------------------------------------------*/
/*お車でご来社、勝どき駅から弊社までの見出しのフォントサイズを調整するため新しいクラス名を付与*/
.access_headline {
  font-size: 0.875rem;
}

/*お車でご来社の見出しの余白調整のため、新しいクラス名を付与*/
.mt_40 {
  margin-top: 40px;
}

/*画像のサイズを調整し、横並びに表示するため新しいクラス名を付与*/
.top_access__container {
  width: 100%;
  gap: 2%;
}

/*------------------------------------------------
  フッター
------------------------------------------------*/
.footer_inner {
  padding: 20px 16px;
}
.sp_footer__container {
  justify-content: center;
  line-height: 1.8;
}

.sp_footer__sns {
  justify-content: center;
  gap: 3%;
  margin-top: 30px;
  margin-bottom: 100px;
}

.sp_footer__sns a {
  margin-left: 0;
}

/*footer緑のバー*/
.sp_footer__info {
  background-color: #3BA941;
  width: 100%;
  text-align: center;
  position: fixed;/*固定で表示*/
  bottom: 0;
}

.sp_footer__info__tel {
  color: #fff;
  font-size: 1.125rem;
  margin-bottom: 0;
}

.sp_footer__info__time {
  color: #fff;
  font-weight: normal;
  /*font-size: 0.625rem;*/
  font-size: 1.2rem;
}
/*固定フッターの分余白を多くとる*/
.footer_pb_80 {
  padding-bottom: 80px;
}

/*--------------------------------------------------------

	 カリキュレーターページ

--------------------------------------------------------*/

/*カテゴリーのLISTボタンの改行*/
/*次のカテゴリーへ移動するためのページ内リンクボタン*/
.br__sp,
.nextcategory-btn {
  display: none;
}

/*------------------------------------------------
   カリキュレーターページ レスポンシブ対応
-------------------------------------------------*/
@media screen and (max-width: 767px) {

  /*検証のためheaderとfooter非表示 検証後は削除*/
  /*header,
footer {
	display: none;
}*/

  /*次のカテゴリーへ移動するためのページ内リンクボタン*/
  .nextcategory-btn {
    display: block;
    width: fit-content;
    background-color: #92C113;
    padding: 10px;
    margin-top: 6px;
  }

  .nextcategory-btn a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
  }

  /* 横スクロール */
  .cart-wrapper {
    width: 100%;
    height: 100%;
    overflow-x: auto;
  }

  /*------------------------------------------------
   カートセクション１
-------------------------------------------------*/
  /*SP幅の際、幅と余白を狭くする*/
  .section-area--category {
    min-width: 180px;
    padding-left: 24px;
  }

  /*スマホ幅のときだけ最初のカテゴリーのLISTに改行を入れる*/
  .br__sp {
    display: block;
  }

  /*------------------------------------------------
   カートセクション3
-------------------------------------------------*/
  /*下部にボタン設置用の余白*/
  .amount {
    padding: 25px 10px 45px 10px;
  }

  /*画像と個数選択ボタンを上下に指定する*/
  .l-amount-list__wrapper {
    flex-wrap: wrap;
  }

  /**商品名の幅を狭くする*/
  .product-name {
    min-width: 0;
    width: 154px;
  }

  /*カテゴリー全体の幅の指定を狭くする*/
  .section-area--amount {
    width: 280px;
    min-width: inherit;
  }



  /*カリキュレーターページ 大・中・小カテゴリーの幅調整 */
  /*20250619 コメントアウト*/
  /*.section-area--category {
		min-width: 160px;
	}
	.section-area--product {
		min-width: 120px;
	}
	.section-area--option {
		min-width: 120px;
	}*/
  /*.section-area--amount {
		min-width: 532px;
	}*/

  /*.product-name {
		font-size: .75rem;
		width: initial;
	}
	.product-price {
		font-size: .75rem;
	}*/
  /*商品選択カテゴリー全体の幅の指定を狭くする*/
  /*.section-area--amount {
		width: 44vw;
		min-width: inherit;
	}*/
  /*画像と個数選択ボタンを上下に指定する*/
  /*.l-amount-list__wrapper {
	 flex-wrap: wrap;
	}*/

  /*------------------------------------------------
   カートセクション4
-------------------------------------------------*/
  /*カテゴリー全体の幅の指定を狭くする*/
  .section-area--total {
    min-width: 590px;
  }

  /*小計の左の余白を少しあける*/
  .sub-total {
    padding-left: 5px;
  }

  /*table-cart内の表示位置を調整*/
  .table-cart__name {
    width: 208px;
  }

}


/*--------------------------------------------------------

	 accessページ レスポンシブ

--------------------------------------------------------*/
@media screen and (max-width: 767px) {

  /*access・companyの一部を縦並び*/
.vertical_sp {
  display: block;;
}
}


/*--------------------------------------------------------

	 companyページ レスポンシブ

--------------------------------------------------------*/

@media screen and (max-width: 767px) {
.group-vertical_sp {
  width: 100%;
  flex-direction: column;
}

.company_img a {
  width: 100%;
  margin: 0 auto 4vw;
}
}