h2.event_name_ {
  margin: 0;
}
#sale_page {
  display: block;
  width: 100%;
  margin: 0;
}
#sale_page h1 {
  display: block;
}
#sale_page section {
  display: block;
}
#sale_page em,
#sale_page strong,
#sale_page small {
  font-style: normal;
}
#sale_page #sale_top {
  padding: 20px 15px;
}
#sale_page #sale_top h2 {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 7vw;
}
#sale_page #sale_top h2 em {
  font-size: 9vw;
}
#sale_page #sale_top p {
  font-weight: 500;
  text-align: left;
}
#sale_page #sale_top p em {
  font-weight: 600;
}
#sale_page #sale_top ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 20px;
}
#sale_page #sale_top ul li {
  margin-bottom: 10px;
  background: #709aa6;
  border-radius: 5px;
}
#sale_page #sale_top ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  font-size: 3vw;
  line-height: 1.5;
}
#sale_page #sale_top ul .col3 {
  width: calc((100% - 20px) / 3);
}
#sale_page #sale_top ul .col2 {
  width: calc((100% - 10px) / 2);
}
#sale_page #special_price {
  position: relative;
  padding-top: calc(100vw * 0.116);
  padding-bottom: 20px;
  background-color: #e6e6e6;
}
#sale_page #special_price:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100vw;
  height: calc(100vw * 0.116);
  background-image: url(/img/goods/monthly/common/bg_01.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
}
#sale_page #special_price img {
  display: block;
  width: 100%;
  height: auto;
}
#sale_page #special_price .inner {
  padding: 10px;
}
#sale_page #special_price h2 {
  display: block;
  margin-bottom: 15px;
  padding-top: 20px;
}
#sale_page #special_price a {
  display: block;
}
#sale_page #LimitedCoffee h2,
#sale_page #DeCafe h2,
#sale_page #blend h2,
#sale_page #MailBin h2,
#sale_page #flavor h2,
#sale_page #Event h2 {
  display: block;
}
#sale_page #LimitedCoffee h2 img,
#sale_page #DeCafe h2 img,
#sale_page #blend h2 img,
#sale_page #MailBin h2 img,
#sale_page #flavor h2 img,
#sale_page #Event h2 img {
  display: block;
  margin: 0 auto;
}
#sale_page #LimitedCoffee {
  position: relative;
  padding-top: calc(100vw * 0.108);
  padding-bottom: 50px;
  background-color: #475d64;
}
#sale_page #LimitedCoffee:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100vw;
  height: calc(100vw * 0.108);
  background-image: url(/img/goods/monthly/common/bg_02.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
}
#sale_page #LimitedCoffee h2 {
  padding: 30px 0 25px;
}
#sale_page #LimitedCoffee .inner {
  padding: 0 15px;
}
#sale_page #LimitedCoffee .inner + .inner {
  margin-top: 15px;
}
#sale_page #DeCafe,
#sale_page #blend,
#sale_page #MailBin,
#sale_page #flavor {
  position: relative;
  padding: 30px 0 50px;
  background-color: #475d64;
}
#sale_page #DeCafe:before,
#sale_page #blend:before,
#sale_page #MailBin:before,
#sale_page #flavor:before {
  position: absolute;
  top: 0;
  right: 15px;
  left: 15px;
  height: 2px;
  background-color: #fff;
  content: '';
}
#sale_page #DeCafe h2,
#sale_page #blend h2,
#sale_page #MailBin h2,
#sale_page #flavor h2 {
  padding-bottom: 25px;
}
#sale_page #DeCafe .inner + .inner,
#sale_page #blend .inner + .inner,
#sale_page #MailBin .inner + .inner,
#sale_page #flavor .inner + .inner {
  margin-top: 15px;
}
#sale_page #DeCafe .inner,
#sale_page #blend .inner,
#sale_page #flavor .inner {
  padding: 0 15px;
}
#sale_page #MailBin .inner {
  padding: 0 15px 0 7px;
}
#sale_page #Event {
  position: relative;
  padding-top: calc(100vw * 0.108);
  padding-bottom: 50px;
  background-color: #fff;
}
#sale_page #Event:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100vw;
  height: calc(100vw * 0.108);
  background-image: url(/img/goods/monthly/common/bg_03.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
}
#sale_page #Event h2 {
  padding: 30px 0 25px;
}
#sale_page #Event .inner {
  padding: 0 15px;
}
#sale_page #Event .inner + .inner {
  margin-top: 15px;
}
#sale_page #Item {
  position: relative;
  padding-top: calc(100vw * 0.108);
  background-color: #eee;
}
#sale_page #Item:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100vw;
  height: calc(100vw * 0.108);
  background-image: url(/img/goods/monthly/common/bg_04.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
}
#sale_page #Item h2 {
  padding-top: 30px;
}
.navistyle_,
.navipage_.top_,
#goods_list_auto_load_area,
.navipage_.bottom_ {
  margin: 0;
  background-color: #eee;
}
.navistyle_ {
  display: none;
}
.navipage_ {
  display: none;
}
div.goods_ {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 460px) {
  #sale_page #sale_top ul li a {
    min-height: 60px;
    line-height: 1.2;
  }
}
