main {
  background: #f9f5cb;
/*
  background: url(/assets/images/special/202212/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: #fc8870;
}

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

.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: #fc8870;
}

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

.shop_name_text .category_name {
  color: #0054a9;
}

.special_ranking dd {
  color: #fc8870;
}

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

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


.marker0 {
  background: linear-gradient(transparent 60%, #baefe5 0%);
  background: -ms-linear-gradient(transparent 60%, #baefe5 0%);
  padding: 2px;
  display: inline;
  font-weight: bold;
   
}
.marker1 {
  background: linear-gradient(transparent 1%, #baefe5 0%);
  background: -ms-linear-gradient(transparent 1%, #baefe5 0%);
  padding: 2px;
  color: #fff59d;
  display: inline;
  font-weight: bold;
}


.link_tryangle_right a {
  color: #0054a9;
}



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 {
  border: solid thin #015852 !important;
  color: #015852;
}

.base_btn_standard a::before {
  background: #015852 !important;
}

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

  .shop_RAKERU,
  .shop_komeraku,
  .shop_sundubu,
  .shop_KUAAINA,
  .shop_MOTI,
  .shop_yuidama,
  .shop_CHOJIRO,
  .shop_tohoko, 
  .shop_hamamonyo,
  .shop_ABC,
  .shop_ROOTOTE,
  .shop_HOUSEOFROSE,
  .shop_EthicalSEA {
    width: 600px;
    height: 600px;
  }
  .shop_KUAAINA {
    height: 1038px;
  }

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

