@charset "utf-8";

.g-wrap .check_list {
  font-weight: 700;
}

/*======================================================================
 * shopnews_category
======================================================================*/
.no-data {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .no-data {
    margin-top: 24px;
  }
}
.shopnews_category {
  margin-top: 86px;
}

@media (max-width: 768px) {
  .shopnews_category {
    margin-top: 40px;
  }
}

.g-wrap .title_ribbon._yellow {
  margin-bottom: 70px;
  width: 100%;
}

@media (max-width: 768px) {
  .g-wrap .title_ribbon._yellow {
    margin-bottom: 2.5em;
  }
}

.g-wrap .check_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .g-wrap .check_list ul {
    justify-content: flex-start;
  }
}

.g-wrap .check_list li {}

.g-wrap .check_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: #F8F8F8;
  text-decoration: none;
  color: #004471;
  text-align: center;
  cursor: pointer;
  border: 1px solid #004471;
  border-radius: 100px;
  padding: 0 10px;
}

.g-wrap .check_list a.-current {
  background: #004471;
  color: #fff;
}

@media (max-width: 768px) {
  .g-wrap .check_list a {
    padding: 0 5px;
  }
}

/*  */
.g-wrap .check_list._category {
  font-size: 20px;
  letter-spacing: 0.04em;
  margin-top: -1.5em;
}

.g-wrap .check_list._category ul::after {
  content: "";
  width: 32.5%;
}

.g-wrap .check_list._category li {
  width: 32.5%;
  height: 4em;
  margin-top: 1.5em;
}

@media (max-width: 768px) {

  .g-wrap .check_list._category {
    font-size: 12px;
    margin-top: -1.1em;
    letter-spacing: 0;
  }

  .g-wrap .check_list._category ul::after {
    content: none;
  }

  .g-wrap .check_list._category li {
    width: 32%;
    height: 5em;
    margin-top: 1.1em;
  }

  .g-wrap .check_list._category li:not(:nth-child(3n+1)) {
    margin-left: 2%;
  }

  .g-wrap .check_list._category a {
    border-radius: 15px;
  }

}

/*======================================================================
 * section
======================================================================*/
.g-wrap .shopnews_section {
  margin-top: 100px;
  padding-top: 100px;
  border-top: 1px solid;
}

.g-wrap .shopnews_section._shopnews {
  padding-top: 0;
  border: none;
}

.g-wrap .section_content {
  margin-top: 70px;
}

@media (max-width: 1400px) {
  .g-wrap .shopnews_section {
    padding-top: 60px;
  }

  .g-wrap .section_content {
    margin-top: 60px;
  }
}

@media (max-width: 768px) {
  .g-wrap .shopnews_section {
    padding-top: 40px;
    margin-top: 40px;
  }

  .g-wrap .section_content {
    margin-top: 25px;
  }

  /* shopnews_section._special のbg */
  .g-wrap .shopnews_section._sp-bg {
    background: #F8F8F8;
    box-shadow: 0 8px 3px -3px rgba(0, 0, 0, 0.16) inset;
    border-top: 0;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -51px;
    /*border分1px*/
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;

  }
}

/*======================================================================
 * shop_list
======================================================================*/
@media (max-width: 600px) {
  .g-wrap .shop_list._shopnews_list img.ofi-c {
    aspect-ratio: 610/412;
  }

  .g-wrap .shop_list._shopnews_list .shop_item {
    width: 100%;
  }

  .g-wrap .shop_list._shopnews_list .shop_img {
    width: 100%;

  }

  .g-wrap .shop_list._shopnews_list .shop_text {
    width: 100%;
    margin-top: calc(8px * 1.5);
  }

}

/*======================================================================
 * swi_shop_list
======================================================================*/
/* p-shopnews_swiper */
.g-wrap .p-shopnews_swiper .swi_shop_list {
  padding-left: 40px;
  margin-left: -40px;
  padding-right: 40px;
  margin-right: -40px;
}

.g-wrap .p-shopnews_swiper .swi_shop_list::before,
.g-wrap .p-shopnews_swiper .swi_shop_list::after {
  width: 30px;
  background: #fff;
}

@media (max-width: 1360px) {
  .g-wrap .l-swiper_area.p-shopnews_swiper {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1000px) {
  .g-wrap .l-swiper_area.p-shopnews_swiper {
    width: calc(100% - 30px);
  }

  .g-wrap .p-shopnews_swiper .swi_shop_list {
    padding-left: 15px;
    margin-left: -15px;
    padding-right: 15px;
    margin-right: -15px;
  }

  .g-wrap .p-shopnews_swiper .swi_shop_list::before,
  .g-wrap .p-shopnews_swiper .swi_shop_list::after {
    width: 8px;
  }
}

@media (max-width: 768px) {
  .g-wrap .l-swiper_area.p-shopnews_swiper {
    width: 100%;
  }

  .g-wrap .p-shopnews_swiper .swi_shop_list {
    padding-left: 15px;
    margin-left: -15px;
    padding-right: 15px;
    margin-right: -15px;
  }
}