@charset "shift_jis";
/* CSS Document */

body {
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures contextual;
  font-feature-settings: "kern", "liga", "clig", "calt";
}
#artificial_grass_mtx {
  position: relative;
  width: 900px;
  margin: 0 auto;
  /* overflow: hidden; */
}
#artificial_grass_mtx img {
  width: 100%;
}
#artificial_grass_mtx .pc_none {
  display: none;
}

/* ==================================================
ここから追加
================================================== */
/*ラインナップ表
================================================== */

#artificial_grass_mtx .table__title {
  text-align: center;
  font-size: 26px;
  margin-top: 2%;
  margin-bottom: 1%;
}

#artificial_grass_mtx .table {
  margin: 0 auto;
  display: flex;
  overflow: hidden;
  box-sizing: border-box;
}

#artificial_grass_mtx .table,
#artificial_grass_mtx .table * {
  border-collapse: collapse;
}

#artificial_grass_mtx .table__head {
  width: 12%;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #e9e9e9;
}

#artificial_grass_mtx .table__head-txt {
  display: grid;
  place-items: center;
  height: 45px;
  box-sizing: border-box;
  border-bottom: 1px solid #e9e9e9;
  background: #fff9de;
  font-size: 1vw;
}

#artificial_grass_mtx .table__head-txt:first-child {
  background: #fff;
}

#artificial_grass_mtx .artificial_grass-swiper {
  width: 88%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#artificial_grass_mtx .artificial_grass-swiper::-webkit-scrollbar {
  display: none;
}

#artificial_grass_mtx .artificial_grass-swiper-wrapper {
  display: grid;
  flex-wrap: wrap;
  height: auto;
  grid-template-columns: repeat(4, 1fr);
}

#artificial_grass_mtx .artificial_grass-swiper-slide-head {
  grid-column: 1 / 10;
  grid-row: 1 / 2;
}

#artificial_grass_mtx .artificial_grass-swiper-slide-head-lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

#artificial_grass_mtx .artificial_grass-swiper-slide-head-list {
  color: #fff;
  font-size: 24px;
}
#artificial_grass_mtx .artificial_grass-swiper-slide-head-list:nth-child(1) {
  background: #0d3500;
}

#artificial_grass_mtx .artificial_grass-swiper-slide-head-list:nth-child(2) {
  background: #1f5312;
}

#artificial_grass_mtx .artificial_grass-swiper-slide {
  display: flex;
  flex-direction: column;
  height: auto;
  border-right: 1px solid #e9e9e9;
}

#artificial_grass_mtx .artificial_grass-swiper-slide:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}

#artificial_grass_mtx .artificial_grass-swiper-slide:nth-child(2) {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

#artificial_grass_mtx .artificial_grass-swiper-slide:nth-child(3) {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
}

#artificial_grass_mtx .artificial_grass-swiper-slide:nth-child(4) {
  grid-column: 4 / 5;
  grid-row: 2 / 3;
}

#artificial_grass_mtx .artificial_grass-swiper-slide:nth-child(5) {
  grid-column: 5 / 6;
  grid-row: 2 / 3;
}

#artificial_grass_mtx .artificial_grass-swiper-slide:nth-child(6) {
  grid-column: 6 / 7;
  grid-row: 2 / 3;
}

#artificial_grass_mtx .artificial_grass-swiper-slide:nth-child(7) {
  grid-column: 7 / 8;
  grid-row: 2 / 3;
}

#artificial_grass_mtx .artificial_grass-swiper-slide:nth-child(8) {
  grid-column: 8 / 9;
  grid-row: 2 / 3;
}

#artificial_grass_mtx .artificial_grass-swiper-slide:nth-child(9) {
  grid-column: 9 / 10;
  grid-row: 2 / 3;
  border-right: none;
}

#artificial_grass_mtx .artificial_grass-swiper-slide-list {
  height: 45px;
  display: grid;
  place-items: center;
  box-sizing: border-box;
  border-bottom: 1px solid #e9e9e9;
}

#artificial_grass_mtx .artificial_grass-swiper-slide-list:nth-child(odd) {
  background: #f2f3f3;
}

#artificial_grass_mtx .artificial_grass-swiper-slide-list:nth-child(even) {
  background: #fff;
}

#artificial_grass_mtx .artificial_grass-swiper-slide-list:first-child {
  background: #fff9de;
  font-size: 1vw;
}

#artificial_grass_mtx .artificial_grass-swiper-slide-list .price {
  font-size: 26px;
}

#artificial_grass_mtx .artificial_grass-swiper-slide-list .intax {
  font-size: 70%;
}

#artificial_grass_mtx .scroll-hint-icon {
  z-index: 50;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  padding: 0;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#artificial_grass_mtx .scroll-hint-icon::after {
  display: none;
}

/*テキスト
================================================== */
#artificial_grass_mtx h1 {
  font-size: 28px;
}
#artificial_grass_mtx span {
  margin-bottom: 5px;
}

/*タブ切り替え
================================================== */
#artificial_grass_mtx .tab_botton_box {
  display: flex;
  /* border-top: solid 2px #1d4d10; */
}

#artificial_grass_mtx .tab_botton_box li {
  position: relative;
  width: calc(100% / 2);
  cursor: pointer;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  background-color: #f2f3f3;
  color: #565656;
/*   border-bottom: solid 2px #134603; */
}

#artificial_grass_mtx .tab_botton_box li h1 {
  font-size: 28px;
/*   margin-top: 3%; */
}

#artificial_grass_mtx .tab_content.active {
  display: block;
}

#artificial_grass_mtx .tab_content {
  display: none;
}

/* #artificial_grass_mtx .tab_botton_box li::before {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 10px;
  background-color: #fff;
} */

/* #artificial_grass_mtx .tab_botton_box li h1 {
  color: #134603;
} */

/* #artificial_grass_mtx .tab_botton_box li::before {
  background-color: #1d4d10;
  transition: 0.2s;
} */

#artificial_grass_mtx .tab_botton_box li h1::before {
  content: "";
  width: 6px;
  height: 0px;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  border: 8px solid transparent;
  border-left: 11px solid #f2f3f3;
}

#artificial_grass_mtx .tab_botton_box li:nth-child(1).active::before {
  background-color: #fff9de;
  transition: 0.2s;
} 

#artificial_grass_mtx .tab_botton_box li:nth-child(2).active::before {
  background-color: #fff;
  transition: 0.2s;
}

 #artificial_grass_mtx .tab_botton_box li:nth-child(1).active {
  background-color: #235812;
  color: #fff;
}

#artificial_grass_mtx .tab_botton_box li:nth-child(2).active {
  background-color: #235812;
  color: #fff;
}

/* #artificial_grass_mtx .tab_botton_box li:nth-child(1) {
  background-color: #235812;
} */

#artificial_grass_mtx .tab_botton_box li:nth-child(2) {
  /*ボタンnomal*/
  background-color: #f2f3f3;
  color: #565656;
}

/*人工芝・防草人工芝 共通ブロック
================================================== */
#artificial_grass_mtx .size_text {
  width: 100%;
  margin: 0 auto;
  padding: 2% 0%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 4%;
}

#artificial_grass_mtx .grass_preclusion .size_text {
  background-color: #fff;
}

#artificial_grass_mtx .nomal .size_text {
  background-color: #f1f1f1;
}

#artificial_grass_mtx .size_text h2 {
  color: #e82d2d;
  font-weight: bolder;
}

#artificial_grass_mtx .size_text span {
  font-size: 15px;
  padding: 5px 10px;
  border-radius: 5px;
}

#artificial_grass_mtx .grass_preclusion .size_text span {
  background-color: #fff9de;
}

#artificial_grass_mtx .nomal .size_text span {
  background-color: #fff;
}

#artificial_grass_mtx .size_text .new {
  background-color: #e82d2d;
  color: #fff;
  margin: 10px auto 0;
  display: inline-block;
  padding: 0px 15px;
  border-radius: 5px;
  font-size: 20px;
}

/*テキスト 説明 小文字*/
#artificial_grass_mtx .small {
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  text-align: center;
  margin-bottom: 10px;
}

/*テキスト 説明 小文字 アイコン*/
#artificial_grass_mtx span.text_icon_01 {
  background-color: #fff !important;
  border: solid 1px #333;
  font-size: 15px;
}

#artificial_grass_mtx span.text_icon_02 {
  background-color: #fed701 !important;
  border: solid 1px #fed701;
  font-size: 15px;
}

#artificial_grass_mtx .white {
  background-color: #fff4f3;
  padding: 2% 0 1%;
}

#artificial_grass_mtx .gray {
  background-color: #eaf7ff;
  padding: 2% 0 1%;
}

#artificial_grass_mtx .serch_box,
#artificial_grass_mtx .serch_box_2 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 3%;
  margin-top: 2.5%;
}

#artificial_grass_mtx label {
  font-size: 28px;
  height: 65px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* #artificial_grass_mtx label::before {
  content: "";
  background-color: #134603;
  width: 5px;
  height: 50px;
  display: block;
  margin-right: 5px;
} */

#artificial_grass_mtx select {
  width: calc(80% / 2);
  height: 50px;
  border-radius: 6px;
  border: solid 2px #bebebe;
  padding: 0 2%;
  outline: none;
  cursor: pointer;
}

#artificial_grass_mtx select:nth-child(1) {
  margin-right: 5%;
}

/*カートインボタン*/
#artificial_grass_mtx .add_cart {
  position: relative;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  padding: 4% 1%;
  border-radius: 5px;
  background-color: #df0a2a;
  border: 2px solid #df0a2a;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  transition: 0.2s;
  margin-top: 12px;
}
#artificial_grass_mtx .add_cart a {
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#artificial_grass_mtx .add_cart:hover {
  background-color: #fff;
  color: #df0a2a;
}

/*商品のブロック*/
#artificial_grass_mtx .list,
#artificial_grass_mtx .list_2 {
  margin-top: 10px;
  height: 370px;
  overflow-y: scroll;
}
#artificial_grass_mtx .item_box {
  display: flex;
  margin-bottom: 5%;
  align-items: center;
}

#artificial_grass_mtx .thumbnail {
  width: 45%;
  aspect-ratio: 1/1;
}

#artificial_grass_mtx .item_text_box {
  width: 45%;
  margin: 0 auto;
}

#artificial_grass_mtx .item_text_box dl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#artificial_grass_mtx .item_name {
  font-size: 20px;
  font-weight: bold;
  padding: 5% 0;
}

#artificial_grass_mtx .item_link_btn {
  width: 100%;
  padding: 0 0 5% 0;
}

#artificial_grass_mtx .item_link_btn a {
  background: #fff;
  border: solid 1px #333;
  padding: 2%;
  border-radius: 5px;
  margin: 0 auto;
  margin-bottom: 7%;
  font-size: 20px;
  transition: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

#artificial_grass_mtx .price {
  font-weight: bold;
  color: #e82d2d;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
}

#artificial_grass_mtx .intax {
  display: none;
}

#artificial_grass_mtx .price .spesicalprice {
  display: none;
}

#artificial_grass_mtx .cart_in_box {
  width: 100%;
}

#artificial_grass_mtx .btnspace .unit {
  width: 33%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#artificial_grass_mtx .unit input {
  display: block;
  padding: 13% 0;
  width: 55%;
  text-align: center;
  font-size: 25px;
  border: 1px solid #333;
  margin: 0 5%;
  overflow: none;
}

#artificial_grass_mtx .btnspace input[type="submit"] {
  display: block;
  color: #333;
  background-color: #fed701;
  border: 1px solid #fed701;
  border-radius: 5px;
  width: 100%;
  padding: 5% 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  transition: 0.2s;
  cursor: pointer;
  margin-top: 12px;
}
#artificial_grass_mtx .btnspace input[type="submit"]:hover {
  opacity: 0.5;
}

/*人工芝
================================================== */
#artificial_grass_mtx .search_content {
  width: 900px;
  margin: 0 auto;
/*   border: solid 2px #134603; */
  border-top: solid 0px;
  box-sizing: border-box;
}

#artificial_grass_mtx .nomal {
  padding: 3% 2%;
  border: 3px solid #235812;
}

/*防草人工芝
================================================== */
#artificial_grass_mtx .grass_preclusion {
  padding: 3% 2%;
  border: 3px solid #235812;
}



/*タブ切り替え全体のスタイル*/
#tabs {
  padding-bottom: 40px;
  background-color: #fff;
  width: 900px;
  margin: 15px auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  height: 50px;
  background-color: #e9e9e9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  font-size: 28px;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content_a {
  display: none;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#shibatab_1:checked ~ #shibatab_1_content,
#shibatab_2:checked ~ #shibatab_2_content{
  display: block;
  border: 3px solid #235812;
}

/*選択されているタブのスタイルを変える*/
#tabs input:checked + .tab_item {
  background-color: #235812;
  color: #fff;
}
