@media print, screen and (min-width: 767px) {
  section.event nav {
    position: relative;
    background: none;
    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;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    margin-bottom: 10px;
    padding-top: 40px; }
    section.event nav a {
      margin: 0 20px;
      width: auto; }
      section.event nav a img {
        position: relative; }
  section.event nav:before {
    content: url(../../image/event/index/section01_nav_before.png);
    position: absolute;
    left: 0;
    top: 0; }
  section.event nav:after {
    content: url(../../image/event/index/section01_nav_after.png);
    position: absolute;
    right: 0;
    top: 0; }
  section.event ul.event_list {
    margin-bottom: 45px;
    padding-bottom: 45px;
    border-bottom: 5px solid #f5f1eb; }
  section.event .shop_news_list h3 {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    -o-align-content: center;
    align-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
    section.event .shop_news_list h3 span {
      font-family: 'Contrail One', cursive;
      line-height: 1em;
      font-size: 3em; }
    section.event .shop_news_list h3 span:nth-of-type(1),
    section.event .shop_news_list h3 span:nth-of-type(5) {
      color: #86f293; }
    section.event .shop_news_list h3 span:nth-of-type(2),
    section.event .shop_news_list h3 span:nth-of-type(6) {
      color: #fdb722; }
    section.event .shop_news_list h3 span:nth-of-type(3),
    section.event .shop_news_list h3 span:nth-of-type(7) {
      color: #ff8467; }
    section.event .shop_news_list h3 span:nth-of-type(4),
    section.event .shop_news_list h3 span:nth-of-type(8) {
      color: #44a4f6; }
  section.event .shop_news_list h3:before {
    content: url(../../image/charactor/img22.png);
    margin: 0 20px; }
  section.event .shop_news_list h3:after {
    content: url(../../image/charactor/img22.png);
    margin: 0 20px; }
  section.event .shop_news_list h3 + p {
    text-align: center;
    margin-bottom: 35px;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 1.2em;
    position: relative;
    top: -10px; }
  section.event .shop_news_list ul:nth-of-type(1) {
    width: 100%;
    margin-bottom: 30px;
    border-top: 1px solid #ddd; }
    section.event .shop_news_list ul:nth-of-type(1) li {
      padding: 15px;
      border-bottom: 1px solid #ddd;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap; }
      section.event .shop_news_list ul:nth-of-type(1) li span {
        width: 20%;
        text-align: center;
        white-space: nowrap;
        height: 20px;
        line-height: 20px;
        border-radius: 10px;
        color: #fff;
        background: #7cca85;
        display: inline-block;
        padding: 0 10px; }
      section.event .shop_news_list ul:nth-of-type(1) li a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-content: center;
        -moz-align-content: center;
        -ms-align-content: center;
        -o-align-content: center;
        align-content: center;
        font-size: 1.1em;
        letter-spacing: 0.1em;
        width: 78%; }
        section.event .shop_news_list ul:nth-of-type(1) li a br {
          display: none; }
    section.event .shop_news_list ul:nth-of-type(1) li:nth-of-type(odd) {
      background: #fafafa; }
    section.event .shop_news_list ul:nth-of-type(1) li:before {
      content: attr(data-text);
      display: block;
      margin-bottom: 5px;
      color: #999;
      width: 100%; } }
