main {
  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: #f5ebe1;
}

.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; */
}

ul.item {
  display: flex;
  align-items: center;
}

ul.item li{
  list-style: none;
}

ul.item li:first-child {
  margin-right: 10px;
}

ul.item li img {
  max-width: 100%;
}

.hot {
/*
  color: #f18845 !important;
*/
}

.cool {
  color: #37a2fe !important;
}




.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;
}

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

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

@media screen and (min-width: 768px) {
  ul.item li {
    width: calc(100% - 100px);
  }
  ul.item li:first-child {
    width: 100px !important;
  }

  .special_main_img {
    background-position: center;
  }

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

  .shop_ROOTOTE,
  .shop_Tabio {
    width: 600px;
    height: 707px;
  }

  .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;
  }
}

@media screen and (max-width: 767px) {
  .special_shops_lists>li {
    margin-bottom: 75px !important;
  }

  ul.item li {
    width: 70%;
  }
  ul.item li:first-child {
    width: 30% !important;
  }


  .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;
  }

  .base_btn_standard a {
    width: 80% !important;
  }
  .base_btn_standard a::before {
    width: 100% !important;
  }
}

