@media screen and (max-width: 766px) {
  section.event {
    position: relative;
    padding-bottom: 30px;
  }
  section.event > div {
    background: #fff;
    padding: 15px;
    width: 90%;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 3px 3px rgba(106, 91, 86, 0.1);
    -moz-box-shadow: 0px 0px 3px 3px rgba(106, 91, 86, 0.1);
    -ms-box-shadow: 0px 0px 3px 3px rgba(106, 91, 86, 0.1);
    -o-box-shadow: 0px 0px 3px 3px rgba(106, 91, 86, 0.1);
    box-shadow: 0px 0px 3px 3px rgba(106, 91, 86, 0.1);
  }
  section.event ul.event_list {
    position: relative;
    background: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  section.event ul.event_list li {
    width: 47.5%;
    margin-bottom: 30px;
    border-radius: 5px;
    background: #f5f1eb;
    padding: 5px;
    -webkit-box-shadow: 0px 2px 3px 3px rgba(106, 91, 86, 0.1);
    -moz-box-shadow: 0px 2px 3px 3px rgba(106, 91, 86, 0.1);
    -ms-box-shadow: 0px 2px 3px 3px rgba(106, 91, 86, 0.1);
    -o-box-shadow: 0px 2px 3px 3px rgba(106, 91, 86, 0.1);
    box-shadow: 0px 2px 3px 3px rgba(106, 91, 86, 0.1);
    position: relative;
  }
  section.event ul.event_list li h3 {
    font-size: 1.25em;
  }
  section.event ul.event_list li h3:before {
    content: attr(data-text);
    display: block;
    font-size: 0.6em;
  }
  section.event ul.event_list li a {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  section.event ul.event_list li figure {
    width: 100%;
    height: 180px;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  section.event ul.event_list li figure img {
    width: 100%;
  }
  section.event ul.event_list li figure:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  section.event ul.event_list li:nth-of-type(odd) {
    z-index: 10;
  }
  section.event ul.event_list li:nth-of-type(even) {
    z-index: 0;
  }
  section.event ul.event_list li.type01:before {
    content: "EVENT";
    letter-spacing: 0;
    color: #fff;
    text-align: center;
    line-height: 60px;
    background: #7cca85;
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -20px;
    right: -20px;
    border-radius: 50%;
    font-family: 'Contrail One', cursive;
  }
  section.event ul.event_list li.type02:before {
    content: "SALE";
    letter-spacing: 0;
    color: #fff;
    text-align: center;
    line-height: 60px;
    background: #f5cb5e;
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -20px;
    right: -20px;
    border-radius: 50%;
    font-family: 'Contrail One', cursive;
  }
  section.event ul.event_list li.type03:before {
    content: "CAMPAIGN";
    letter-spacing: 0;
    color: #fff;
    text-align: center;
    line-height: 60px;
    background: #fb9c83;
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -20px;
    right: -20px;
    border-radius: 50%;
    font-family: 'Contrail One', cursive;
  }
  section.event ul.event_list li.type04:before {
    content: "NEWS";
    letter-spacing: 0;
    color: #fff;
    text-align: center;
    line-height: 60px;
    background: #8cc4f8;
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -20px;
    right: -20px;
    border-radius: 50%;
    font-family: 'Contrail One', cursive;
  }
  section.event ul.event_list li.type05:before {
    content: "SHOP";
    letter-spacing: 0;
    color: #fff;
    text-align: center;
    line-height: 60px;
    background: #eb4495;
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -20px;
    right: -20px;
    border-radius: 50%;
    font-family: 'Contrail One', cursive;
  }
  section.event ul.pagenation {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  section.event ul.pagenation a {
    display: block;
    margin: 0 10px;
    background: #f5f1eb;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    color: #43312d;
    text-align: center;
    line-height: 30px;
    font-size: 0.9em;
    text-decoration: none;
  }
  section.event ul.pagenation a:hover,
  section.event ul.pagenation a.current {
    color: #fff;
    background: #fb9c83;
    text-decoration: none;
  }
  section.event ul.pagenation a.back,
  section.event ul.pagenation a.next {
    display: none;
  }
}
