main {
/*
  background: #fdeff0;
*/
  background: url(/assets/images/special/202301/bg.jpg) repeat;
}

h2.special_campinfo {
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
}

h2.special_campinfo span {
  display:  inline-block;
  background: #e50112;
}

.outer {
  border: 5px solid #e50112;
  border-radius: 38px;
  margin: auto;
  background: #f9eddd;
}

.outer .wrap {
  max-width: inherit;
  width: 100%;
  padding: 0 100px;
  position: relative;
  top: -50px;
}

.outer h3 {
  color: #015852;
}

.special_big_title, .shop_floor > li {
  background: #e50112;
}

.shop_name_text .shop_name {
  color: #b90a18;
  font-size: 1.17em;
}

.shop_name_text .category_name {
  color: #b90a18;
}

.special_ranking dd {
  color: #e50112;
}

.price {
  color: #e50112;
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.body_text ul.item li + li {
  margin-top: 3px;
}


.marker0 {
  background: linear-gradient(transparent 70%, #f8a4ab 0%);
  background: -ms-linear-gradient(transparent 70%, #f8a4ab 0%);
  padding: 2px;
  display: inline;
  font-weight: bold;
   
}
.marker1 {
  background: linear-gradient(transparent 1%, #e50112 0%);
  background: -ms-linear-gradient(transparent 1%, #e50112 0%);
  padding: 3px;
  color: #ffffff;
  display: inline;
  font-weight: bold;
}


.link_tryangle_right a {
  color: #b90a18;
}



span.att_text {
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}

.att_text2 {
  padding-left: 2.5em;
  text-indent: -2.5em;
}

.special_lists_img {
  background-position: center;
  border: solid 1px #848898;
}

.base_btn_standard a {
  width: 450px !important;
  border: solid #e50112 !important;
  color: #e50112;
}

.base_btn_standard a::before {
  width: 450px !important;
  background: #e50112 !important;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .special_main_img {
    background-position: center;
    background-color: #e50112 !important;
  }

  .shop_EthicalSEA, 
  .shop_liberte, 
  .shop_hamamonyo,
  .shop_spiral,
  .shop_ROOTOTE,
  .shop_MERRELL,
  .shop_move,
  .shop_Tabio,
  .shop_HOUSEOFROSE,
  .shop_TLIP,
  .shop_zoff,
  .shop_ABC,
  .shop_loft,
  .shop_necosekai,
  .shop_donq,
  .shop_Smith {
    width: 600px;
    height: 600px;
  }

  .shop_name_text .category_name {
    padding-bottom: 10px;
  }

  .base_btn_standard a:hover {
    border-color: #015852;
    border-left: solid 15px #015852;
  }

  h2.special_campinfo {
    font-size: 24px;
    top: -78px;
  }

  h2.special_campinfo span {
    padding: 10px 30px 5px;
  }

  .outer h3 {
    font-size: 20px;
  }

  .base_btn_standard a:hover {
    border-color: #015852;
    border-left: solid 15px #015852;
  }
}

@media screen and (max-width: 767px) {
  .contents_wrap {
    padding: 0 24px;
    overflow: hidden;
  }
  .special_ribbon {
    top: 10% !important;
  }
  .special_big_title {
    padding: 5px 10px;
    font-size: 4.6875vw;
  }

  .shop_logo {
    width: 26vmin;
    height: 26vmin;
  }

  h2.special_campinfo {
    font-size: 4.6vw;
    top: -66px;
  }

  h2.special_campinfo span {
    padding: 0 10px;
  }

  .outer .wrap {
    padding: 0 30px;
  }

  .outer h3 {
    font-size: 4.6875vw;
  }
}

