@charset "UTF-8";

.top_news .top_news_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
  align-items: flex-start;
  margin-bottom: 50px;
}

.top_news .top_news_list li.is-active img,
.top_news .top_news_list li:hover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.top_news .top_news_list li.is-active img,
.top_news .top_news_list li:hover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.search_item.is-active,
.search_item:hover {
  color: #fff;
}

.top_news .top_news_list li {
  width: 14.66%;
  height: 36px;
  margin: 0 1%;
  position: relative;
}

.is-hide {
  display: none;
}

.search_item {
  background: #f39d5d;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  position: relative;
}

.search_item:before {
  content: '';
  width: 46px;
  height: 66px;
  background: url(../img/kome_bg.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.search_item:nth-child(2) {
  background: #fbcd6b;
}

.search_item:nth-child(3) {
  background: #f3a5ae;
}

.search_item:nth-child(4) {
  background: #5da9de;
}

.search_item:nth-child(5) {
  background: #a66cab;
}

.search_item:nth-child(6) {
  background: #b49218;
}

.cat {
  background: #fbcd6b;
  font-size: 12px;
  width: 9em;
  text-align: center;
  color: #fff;
  padding: 5px 0;
  line-height: 1;
  margin-left: 20px;
}

.type01 {
  background: #fbcd6b;
}

.type02 {
  background: #f3a5ae;
}

.type03 {
  background: #5da9de;
}

.type04 {
  background: #a66cab;
}

.type05 {
  background: #b49218;
}

.newsList li:before {
  display: none;
}

.onigiri_sp {
  background: url('../img/index/sec02bg_02.gif') center center;
}

.onigiri_event {
  background: url('../img/index/onigiri_event_bg.jpg') center center;
  position: relative;
  background-size: cover;
}

.onigiri_event .onigiri_event_bg img:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: contain;
}

.onigiri_event .onigiri_event_bg img:last-child {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  object-fit: contain;
}

.onigiri_event .onigiri_event_txt img {
  height: 450px;
  object-fit: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 75%;
}

.onigiri_event .donburi_bg img {
  width: 80%;
  height: 100%;
  object-fit: contain;
}

.onigiri_event .btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.onigiri_event .sp {
  display: none;
}

@media screen and (max-width: 1024px) {

  .onigiri_event .onigiri_event_txt img {
    height: 350px;
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .onigiri_event .sp {
    display: block;
    width: 330px;
    margin: 20px 40px 0 auto;
  }

  .onigiri_event .pc {
    display: none;
  }
}

@media screen and (min-width: 501px) and (max-width: 767px) {
  .onigiri_event .sp {
    width: 90%;
    margin: 20px 40px 0 auto;
  }
}

@media screen and (max-width: 700px) {
  .top_news .top_news_list li {
    width: 31.33%;
    font-size: 3.2vw;
    letter-spacing: 0;
    margin: 20px 1%;
  }
}