@charset "UTF-8";
/* 決まりごと
---------------------------------------------------------- */
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
/* html_決まりごと
---------------------------------------------------------- */
.Tomica-wrapper {
  width: 100%;
}
.customworks_contents {
  width: 100%;
}
/* スライダー
---------------------------------------------------------- */
/*スライダー_コンテナ*/
.index_slider_container {
  width: 100%;
  margin: 2rem auto 0;
}
/* 各項目
---------------------------------------------------------- */
/* MOVIE/NEW/INFORMATION_コンテナ*/
.index_category_container {
  width: 90%;
}
/* MOVIE/NEW/INFORMATION_タイトル*/
.index_category_head {
  width: 100%;
}
.index_category_head::before {
  width: 30px;
}
.index_category_title {
  font-size: 2.2rem;
}
/* NEW
---------------------------------------------------------- */
/* 新製品_コンテナ */
.index_new_container {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
}
.index_new_name {
  font-size: 0.9rem;
  padding: 8px 0.2rem 8px 0.4rem;
}
/* ラインナップへのボタン */
.btn_base {
  font-size: 1.2rem;
}
a.btn_lineup_flat {
  width: 300px;
}
a.btn_lineup_flat:before {
  left: calc(-170% + 50px);
}
a.btn_lineup_flat:after {
  right: calc(-170% + 50px);
}
/* INFORMATION
---------------------------------------------------------- */
.index_info_body {
  height: 10rem;
}
.info_category_box {
  grid-template-columns: 100px 1fr;
}
.info_category {
  font-size: 0.6rem;
}
.info_txt {
  font-size: 0.8rem;
}