@media screen and (max-width: 1200px) {
  div#contents .wrapper {
    width: 95% !important;
  }
}


/******* スライドなし *******/

div#contents .item_box .feature_items_adjust a figure {
  position: relative;
}

div#contents .item_box ul.feature_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  position: relative;
  float: none;
  width: 100%;
}

div#contents .item_box ul.feature_items li {
  width: 25%;
}

div#contents .item_box ul.feature_items .junior_icon {
  position: absolute;
  font-size: 10px;
  font-weight: bold;
  top: 20px;
  right: 20px;
  padding: 5px;
  width: 24px;
  height: 24px;
  background: yellowgreen;
  color: #222;
  border-radius: 12px;
}

div#contents .item_box ul.feature_items .feature_items_adjust a img, div#contents .item_box ul.feature_items .feature_items_adjust img {
  margin-bottom: 20px;
  padding: 20px;
}

div#contents .item_box ul.feature_items .catalog-campaignGroup {
  padding: 0 10px;
  left: 0;
  height: 0;
}

div#contents .item_box ul.feature_items .catalog-campaignItem {
  display: inline-block;
  margin-right: 5px;
  top: -49px;
  margin-bottom: 0;
  width: auto;
  left: 0;
}

div#contents .item_box ul.feature_items .catalog-campaignItem.-coupon span {
  color: #222;
  background-color: rgba(255, 218, 31, .8);
  display: inline-block;
  text-align: center;
  padding: 2px;
  font-size: 10px;
}

div#contents .item_box ul.feature_items .catalog-brandName {
  font-weight: bold;
  font-size: 11px;
  padding: 0;
  margin-bottom: 10px;
  display: none;
}

div#contents .item_box ul.feature_items .catalog-commodityName {
  font-size: 14px;
  line-height: 1.4;
  color: #666;
  margin: 0 auto 10px;
  padding: 0 10px;
  width: 100%;
  word-break: unset;
  font-weight: bold;
  text-align: center;
}

div#contents .item_box ul.feature_items .catalog-price {
  font-size: 14px;
  padding: 0;
  text-align: center;
  font-weight: bold;
}

div#contents .item_box ul.feature_items .catalog-price.-discount {
  color: #c80000;
  font-weight: bold;
}

div#contents .item_box ul.feature_items .catalog-soldout {
  color: #c80000;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  padding: 0;
}


/* シミュレーター */

div#contents .option_nouki {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

div#contents .option_nouki span {
  display: block;
  text-align: right;
  color: #222;
}

div#contents .item_box ul.feature_items.simulator_items .catalog-commodityName {
  line-height: 1.4;
  font-size: 14px;
  color: #666;
  margin: 0 auto 10px;
  padding: 0 10px;
  width: 100%;
  word-break: unset;
  font-weight: bold;
  text-align: center;
}

div#contents .item_box ul.feature_items.simulator_items .catalog-price {
  color: #666;
  text-align: center;
  font-weight: bold;
}

div#contents .item_box ul.feature_items .simu_btn {
  background: #1627C4;
  display: block;
  width: 70%;
  margin: 15px auto 0;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
}

div#contents .item_box ul.feature_items .simu_btn a {
  display: block;
}


/******* スライドあり *******/

div#contents .item_box ul.feature_slider_item {
  left: 0;
  padding: 30px 50px;
}

div#contents .item_box ul.feature_slider_item li {
  left: 0;
}

div#contents .item_box ul.feature_slider_item .feature_slider_item_adjust a figure {
  position: relative;
}

div#contents .item_box ul.feature_slider_item .junior_icon {
  position: absolute;
  font-size: 10px;
  font-weight: bold;
  top: 20px;
  right: 20px;
  padding: 5px;
  width: 24px;
  height: 24px;
  background: yellowgreen;
  color: #222;
  border-radius: 12px;
}

div#contents .item_box ul.feature_slider_item .feature_slider_item_adjust a img {
  margin-bottom: 20px;
  padding: 20px;
}

div#contents .item_box ul.feature_slider_item .catalog-campaignGroup {
  padding: 0 10px;
  left: 0;
  height: 0;
}

div#contents .item_box ul.feature_slider_item .catalog-campaignItem {
  display: inline-block;
  margin-right: 5px;
  top: -49px;
  margin-bottom: 0;
  width: auto;
  left: 0;
}

div#contents .item_box ul.feature_slider_item .catalog-campaignItem.-coupon span {
  color: #222;
  background-color: rgba(255, 218, 31, .8);
  display: inline-block;
  text-align: center;
  padding: 2px;
  font-size: 10px;
}

div#contents .item_box ul.feature_slider_item .catalog-brandName {
  font-weight: bold;
  font-size: 11px;
  padding: 0;
  margin-bottom: 10px;
  display: none;
}

div#contents .item_box ul.feature_slider_item .catalog-commodityName {
  font-size: 14px;
  line-height: 1.4;
  color: #666;
  margin: 0 auto 10px;
  padding: 0 10px;
  width: 100%;
  word-break: unset;
}

div#contents .item_box ul.feature_slider_item .catalog-price {
  font-size: 14px;
  padding: 0;
  text-align: center;
  font-weight: bold;
}

div#contents .item_box ul.feature_slider_item .catalog-price.-discount {
  color: #c80000;
  font-weight: bold;
  text-align: center;
}

div#contents .item_box ul.feature_slider_item .catalog-soldout {
  color: #c80000;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  padding: 0;
}


/******* ブログ形式 *******/

ul.column_item {
  display: flex;
  flex-wrap: wrap;
}

ul.column_item .column_item_blog_adjust a figure {
  position: relative;
}

ul.column_item .junior_icon {
  position: absolute;
  font-size: 10px;
  font-weight: bold;
  top: 20px;
  right: 20px;
  padding: 5px 7px;
  width: 24px;
  height: 24px;
  background: yellowgreen;
  color: #222;
  border-radius: 12px;
}

ul.column_item .catalog-content {
  margin-top: 12px;
}

ul.column_item .catalog-campaignGroup {
  height: 0;
}

ul.column_item .catalog-campaignItem {
  display: inline-block;
  margin-right: 2px;
  position: relative;
  top: -19px;
}

ul.column_item .catalog-campaignItem.-coupon span {
  color: #222;
  background-color: rgba(255, 218, 31, .8);
  display: inline-block;
  text-align: center;
  padding: 2px;
  font-size: 10px;
}

ul.column_item .catalog-brandName {
  font-weight: bold;
  font-size: 11px;
  text-align: center;
  display: none;
}

ul.column_item .catalog-commodityName {
  font-size: 12px;
  line-height: 1.4;
  color: #666;
  margin: 0 auto 10px;
  padding: 0 10px;
  width: 100%;
  color: #666;
  font-weight: bold;
  text-align: center;
  word-break: unset;
}

ul.column_item .catalog-price {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}

ul.column_item .catalog-price.-discount {
  color: #c80000;
  font-weight: bold;
  text-align: center;
}

ul.column_item .catalog-soldout {
  color: #c80000;
  font-weight: bold;
  text-align: center;
}