.newip img {
  /*display: inline;*/
  min-width: 20%;
  width: 100%;
  margin: 10px 0px;
  object-fit: cover;
}
.newiplogo {
  width: 10% !important;
  margin: 20px auto !important;
}
.newip_wrap {
  margin: 50px auto 80px auto;
}
.grid-newip {
  display: grid;
  width: 80%;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 60px;
}
.grid-newip_img {
  text-align: right;
  padding: 0px;
}
.grid-newip_text {
  margin: 0px 30px 0px 30px;
  text-align: left;
}
.grid-newiplineup {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: auto;
  height: 500px;
}
.grid-newip3 {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  margin: auto;
  height: 500px;
}
.grid-newip4 {
  display: grid;
  width: 80%;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: auto;
}
.pro {
  background-image: url(https://rootco.itembox.design/item/fut/newip/ip16/img06.jpg);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
}
.elk {
  background-image: url(https://rootco.itembox.design/item/fut/newip/ip16/img07.jpg);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-size: cover;
  background-position: 40%;
}
.hold {
  background-image: url(https://rootco.itembox.design/item/fut/newip/ip16/img08.jpg);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-size: 220%;
  background-position: 50% 80%;
}
.tandb {
  background-image: url(https://rootco.itembox.design/item/fut/newip/ip16/img09.jpg);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-size: 200%;
  background-position: 30% 90%;
}
.newip h1 {
  font-size: 2.5rem;
  line-height: 2rem;
  font-weight: bold;
  padding: 80px 0 10px;
}
.newip h2 {
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin: 10px auto 10px auto;
  font-weight: bold;
  color: #666;
  text-align: center;
}
.newip h3 {
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: 20px;
  color: #666;
  text-align: center;
}
.newip p {
  font-size: 0.8rem;
  line-height: 1.5rem;
  margin-bottom: 10px;
  color: #666;
}
.newip_d {
  font-size: 0.8rem !important;
  color: #fff !important;
  line-height: 1rem !important;
  margin-bottom: 20px !important;
}
.newip_t {
  font-size: 1.2rem !important;
  font-weight: bold;
  color: #fff !important;
}
.newip_ts {
  font-size: 2rem !important;
  font-weight: bold;
  color: #fff !important;
}
.btnewip a {
  border: 2px solid #fff;
  color: #fff;
  display: block;
  font-size: 0.8rem;
  padding: 11px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  width: 70%;
  margin: 20px auto;
}
.btnewip a:hover {
  background-color: #fff;
  color: #000;
}
.model {
  width: 70%;
  margin-top: 50px;
}
.newipreco {
  width: 80%;
  margin-bottom: 200px;
}
/*タブ切り替え全体のスタイル*/
.tabs {
  padding-bottom: 40px;
  background-color: #fff;
  width: 80%;
  margin: 50px auto;
}
/*タブのスタイル*/
.tab_item {
  width: calc(100%/4);
  height: 50px;
  border-bottom: 3px solid #5D653B;
  background-color: #d9d9d9;
  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;
}
.tab_item:hover {
  opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding-top: 20px;
  clear: both;
  overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#ip16:checked ~ #ip16_content, #ip16plus:checked ~ #ip16plus_content, #ip16pro:checked ~ #ip16pro_content, #ip16promax:checked ~ #ip16promax_content {
  display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #5D653B;
  color: #fff;
}
/*========= ULデザインcss ===============*/
.productlist_gmr {
  margin-top: 10px;
  width: 100%;
}
.productlist_ipmodel ul {
  display: inline-block;
  list-style: none;
  width: 20%;
  margin: 0;
  border: 1px solid #f2f3f3;
  padding: 8px;
  text-align: center;
  background-color: #FFF;
}
.productlist_ipmodel ul li {
  border-bottom: 1px dashed #cfd2d2;
  padding: 10px 0;
}
.productlist_ipmodel ul li:first-child {}
.productlist_ipmodel ul li:nth-child(3) {
  background: #fbfbfb;
  font-size: 0.6rem;
  font-weight: bold;
}
.productlist_ipmodel ul li:nth-child(n+3) {
  font-size: 0.6rem;
}
.productlist_ipmodel ul li:last-child a {
  color: #F0F0F0;
  font-weight: bold;
  display: block;
  border-radius: 3px;
  border: 1px solid #c4cbcc;
  padding: 10px;
  margin: 5px 0;
  background: #666666; /* Old browsers */
}
@media screen and (max-width: 680px) {
  .fut-img01 {
    max-width: 70%;
  }
  p.fut_text01 {
    text-align: left;
  }
  .fut-card02 {
    width: 100%;
  }
  .futpc {
    display: none;
  }
  .futsp {
    display: inline;
  }
  .grid-newip {
    grid-template-columns: 1fr;
    width: 100%;
  }
  .grid-newip_text {
    order: 1;
  }
  .grid-newip_img {
    order: 2;
  }
  .grid-newip3 {
    grid-template-columns: 1fr;
    height: 1200px
  }
  .grid-newiplineup {
    grid-template-columns: 1fr;
    height: 2400px
  }
  .grid-newip4 {
    grid-template-columns: 1fr 1fr;
  }
  .newipreco {
    width: 100%;
  }
  .futpc {
    display: inline;
  }
  .futsp {
    display: none;
  }
  .btnewip a {
    width: 100%;
  }
  .innner-newip {
    width: 50%
  }
  .tabs {
    width: 95%;
    margin: 20px auto;
  }
  .tab_item {
    border-bottom: 2px solid #5D653B;
    font-size: 0.8rem;
  }
  .productlist_ipmodel {
    width: 100%;
  }
  .productlist_ipmodel ul {
    width: 40%;
  }
  .productlist_ipmodel ul li {
    padding: 5px 0;
  }
  .hold {
    background-size: cover;
    background-position: auto;
  }
  .tandb {
    background-size: cover;
    background-position: auto;
  }
}