@charset "UTF-8";

/* --------------------------------------------------------------------
  トップページ common
--------------------------------------------------------------------- */
.block-top-inner {
  max-width: 1366px;
  margin: 0 auto;
}

.block-top-header {
  margin: 0 0 48px;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.3;
  text-align: center;
}

/* --------------------------------------------------------------------
  トップページ本文
--------------------------------------------------------------------- */
#block_of_top_body {
  padding: 23px 0 0;
}

#top-slider {
  width: 100%;
  height: 478px;
}

#top-slider #top-slider-text {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

#top-slider #top-slider-text h2 {
  text-align: center;
  font-weight: bold;
  font-size: 48px;
  line-height: 1.27;
  color: #FFFFFF;
  text-shadow: 1px 5px 11px #000000, 0px 0px 25px #000000;
}

#top-slider #top-slider-text div {
  margin: 24px 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.333;
  color: #FFFFFF;
  text-shadow: 1px 5px 11px #000000, 0px 0px 25px #000000;
}

#top-info {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  margin: 28px 0 0;
}

#top-info a {
  display: block;
  width: calc((100% - (28px*3))/4);
}

#top-info a:hover {
  opacity: 0.7;
}

#top-info a img {
  width: 100%;
}

/* --------------------------------------------------------------------
  トップページ予備テンプレート1
--------------------------------------------------------------------- */
#top-shape {
  margin: 70px 0 0;
}

#top-shape .shape-container {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 10px;
}

#top-shape .shape-group.metal {
  width: 601px;
}

#top-shape .shape-group.resin {
  width: 754px;
}

#top-shape .shape-title a {
  display: block;
  padding: 0 14px;
  font-weight: bold;
  font-size: 18px;
  line-height: 42px;
  color: #FFFFFF;
  background: linear-gradient(#038258, var(--cartBtnColor));
  border: 1px solid #038258;
}

#top-shape .shape-title a:hover {
  text-decoration: underline;
}

#top-shape .shape-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 11px;
  margin: 16px 0 0;
}

#top-shape .shape-icon {
  width: 142px;
  height: 142px;
  text-align: center;
  background: linear-gradient(#FFFFFF, #F0F0F0);
  border: 1px solid #DDDDDD;
  border-radius: 3px;
}

#top-shape .shape-icon a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

#top-shape .shape-icon img {
  width: 95%;
}

#top-shape .shape-icon img:has(+.shape-icon-text) {
  width: 75%;
}

#top-shape .shape-icon-text {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(2em*1.125);
  line-height: 1.125;
  color: #288435;
  transition: all .3s;
}

#top-shape .shape-link-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 14px 0 0;
}

#top-shape .shape-link {
  color: var(--cartBtnColor);
}

#top-shape .shape-icon a:hover .shape-icon-text,
#top-shape .shape-link:hover {
  color: var(--accentColor);
}

#top-search {
  margin: 70px 0 0;
}

#top-search .search-container {
  display: flex;
  gap: 24px;
}

#top-search .search-box {
  flex: 1;
  padding: 32px 24px 34px;
  background: var(--bgColor);
}

#top-search .search-title {
  margin: 0 0 24px;
  padding: 0 0 0 12px;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  border-left: 7px solid var(--themeColor);
}

#top-search .search-material,
#top-search .block-global-search  {
  position: relative;
  background: #fff;
}

#top-search .search-material::before,
#top-search .block-global-search ::before {
  content: "";
  position: absolute;
  top: 24px;
  right: 24px;
  width: 12px;
  height: 12px;
  border-top: 2px solid var(--themeColor);
  border-right: 2px solid var(--themeColor);
  transform: rotate(135deg);
}

#top-search .search-material select,
#top-search .block-global-search select {
  position: relative;
  width: 100%;
  height: 64px;
  padding: 10px 16px;
  font-size: 18px;
  background: none;
  cursor: pointer;
}

#top-search .search-material select::-ms-expand,
#top-search .block-global-search select::-ms-expand {
  display: none;
}

#top-search .search-material select:disabled,
#top-search .search-material select:invalid,
#top-search .search-material select option:first-child,
#top-search .block-global-search select:disabled,
#top-search .block-global-search select:invalid,
#top-search .block-global-search select option:first-child {
  color: #999999;
}

#top-search .search-material select option,
#top-search .block-global-search select option {
  color: var(--textColor);
}

#top-search .search-number {
  position: relative;
}

#top-search .search-number .block-global-search--keyword {
  width: 100%;
  height: 64px;
  padding: 10px 52px 10px 16px;
  font-size: 18px;
}

#top-search .search-number .block-global-search--keyword::placeholder {
  color: #999999;
}

#top-search .search-number .block-global-search--submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 100%;
  background: url(../../img/usr/common/icon_search_b.png) no-repeat center left 6px / 24px;
}

#top-search .block-search-suggest {
  border: 1px solid var(--borderColor);
}

#top-search .block-search-suggest--keyword {
  border: none;
}

#top-search .block-search-suggest--keyword a {
  padding: 12px 16px;
}

/* --------------------------------------------------------------------
  トップページ予備テンプレート2
--------------------------------------------------------------------- */
#top-hirosuginet {
  margin: 48px 0 0;
  text-align: center;
}

#top-hirosuginet a:hover {
  opacity: 0.7;
}