@charset "UTF-8";
/*---------------------------------------------------------------------------------------------
  common 
---------------------------------------------------------------------------------------------*/
.copy--small { font-size: 0.7rem; }
.copy--small span { display: block; font-size: 0.7rem; }

.top-content__section {
  max-width: 1260px;
  margin: 0 auto 7rem auto; 
}
.top-content__section--half{
  margin: 0 auto 3.5rem auto; 
}

.full-width__box {
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 180px;
  padding: 2.1rem 0 0 0;
  background-color: #f6f6f6;
}

.section__title-box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 40px;
  flex-direction: column;
  align-items: center;
}
.section__title-box span { margin: 3px 10px 0 0; font-size: 2rem; }
.section__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.03rem;
  text-align: center;
}
.section__title > .section__sub-title {
  font-weight: 600;
}
.section__sub-title {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #444;
  font-weight: bold;
}
a:hover .section__sub-title{
    text-decoration: underline;
}
.section-sub__title--2 {
  font-size: 1.3rem;
  text-align: center;
  font-weight: bold;
}
.more-look__btn {
  display: block;
  max-width: 250px;
  margin: 0 auto;
  padding: 0.9rem 2rem;
  border: 1px solid #eb4200;
  border-radius: 39px;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  background-color: #eb4200;
  color: #fff;
  opacity: .8;
}
.more-look__btn:hover {
  background-color: #fff;
  color: #eb4200;
}
.flex__box {
  display: flex;
  align-items: center;
}
.flex__box--sb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media(max-width: 767px){
  .copy--small span { display: none; }
  .section__title-box { margin-bottom: 1.5rem; }
  .section__sub-title { font-weight: 600; }
  /* .section-sub__title--2 { font-weight: 600; font-size: 0.88rem; } */
}

/*---------------------------------------------------------------------------------------------
  header
---------------------------------------------------------------------------------------------*/
.main__image-box {
  margin-bottom: 1.4rem;
  padding-top: 80px;
  text-align: center;
}
.main__image-box img { max-width: 100%; }

@media(max-width: 767px){
  .main__image-box {
    margin-bottom: 0;
    padding-top: 0;
  }
}


/*---------------------------------------------------------------------------------------------
  category navigation
---------------------------------------------------------------------------------------------*/
.category__navigation-box {
  max-width: 1260px;
  height: 76px;
  margin: 0 auto;
}
.category__navigation-box {
  margin-bottom: 7rem;
}
.category__navigation-list {
  display: flex;
  align-items: center;
  height: 100%;
}
.category__navigation-item {
  width: 140px;
  height: 100%;
  border-left: 1px solid #c9c9c9;
  text-align: center;
}
.category__navigation-item img{
    width: auto;
    height: auto;
    max-height: 30px;
    margin: 0 auto 10px;
}
.category__navigation-item:last-child { border-right: 1px solid #c9c9c9; }
.category__navigation-item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  font-size: 0.8125rem;
  color: #444;
  font-weight: bold;
}
.category__navigation-item a span { margin-bottom: 10px; font-size: 1.8rem; }
.category__navigation-item a span.fa-car { color: #87d1ea; }
.category__navigation-item a span.fa-heart { color: #ff4e6b; }
.category__navigation-item a span.fa-home { color: #9aa7ed; }

@media(max-width: 767px){
  .category__navigation-box { height: auto; }
  .category__navigation-list {
    flex-wrap: wrap;
    border-top: 1px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;
    align-items: normal;
  }
  .category__navigation-item {
    width: calc(33.3%);
    padding: 0.75rem 0;
    border-bottom: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    border-left: none;
    min-height: 84px;
    height: auto;
  }
  .category__navigation-item:nth-of-type(3n) { border-right: 1px solid #c9c9c9; }
  .category__navigation-box { margin-bottom: 3.5rem; }
  .top-content__section { margin-bottom: 3.5rem; }
  .top-content__section--half{
     margin-bottom: 1.75rem;
  }

}

/*---------------------------------------------------------------------------------------------
  new shop
---------------------------------------------------------------------------------------------*/
.shop-info__box {
    flex: 1;
}
.shop-info__list {
  display: flex;
  flex-wrap: wrap;
}
.shop-info__item {
  width: calc(100% / 4 - 16px);
  margin: 0 15px 15px 0;
  border: 1px solid #cacaca;
}
.shop-info__item .info-copy--middle{
    margin: 0 0 0.5rem;
}
.shop-info__item .datetime__text{
    margin: 0;
}
.shop-info__item--one-column{
  width: calc(100% / 6 - 17px);
  margin: 0 20px 20px 0;
}
.new-shop .shop-info__item:nth-of-type(6n) {
  margin-right: 0;
}
.shop-info__thumbnail {
  position: relative;
  width: 100%;
  /* height: 164px; */
}
.shop-info__thumbnail img {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;;
  object-fit: cover;
  font-family: "object-fit: cover;"
}
@media(max-width: 767px){
    .shop-info__thumbnail,
    .shop-info__item--one-column{
      width: 194px;
    }
    .news-list .shop-info__thumbnail,
    .news-list .shop-info__item--one-column{
        width: 100%;
    }
    .new-shop .shop-info__item:nth-of-type(6n) {
      margin-right: 20px;
    }
}
.shop-name__title {
}
.shop-name__title--block{
  width: 100%;
  padding: 0.3rem 0.5rem;
  background-color: #ccc;
  font-size: 0.8125rem;
  font-weight: normal;
  color: #fff;
  text-align: left;
}
.category__label {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  display: inline-block;
  padding: 0.3rem 1rem;
  background-color: rgb(204,204,204);
  /* opacity: .8; */
  font-size: 0.75rem;
  color: #fff;
}
.shop-info__item dd { padding: 0.5rem; }
.info-copy--middle { font-size: 0.8125rem; }
h3.info-copy--middle {
    font-weight: bold;
    color: #444;
}
.datetime__text {
  font-size: 0.8125rem;
  text-align: right;
  margin: 0 0 0.3rem;
}
.datetime__text>span {
  margin-right: 0.25rem;
  color: #b4b4b4;
}

@media(max-width: 767px){
  .shop-info__list {
    flex-wrap: nowrap;
    padding: 0 1rem;
    overflow-x: auto;
  }
}


/*---------------------------------------------------------------------------------------------
  daily news
---------------------------------------------------------------------------------------------*/

.news-category__list {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #c9c9c9;
}
@media(min-width: 768px){
    .category-iscroll-box{
        position: relative;
        width: 100%;
        height: 50px;
        border-bottom: 1px solid #c9c9c9;
        margin-bottom: 2rem;
        padding-bottom: 1rem;
        overflow: hidden;
    }
    .category-iscroll-box .scroller{
        position: absolute;
    }
    .news-category__list {
        padding: 0;
        border: none;
        margin: 0;
    }
    .iScrollHorizontalScrollbar > .iScrollIndicator{
        background: rgba(0,0,0,.2) !important;
    }
}
.news-category__item {
    margin: 0 15px 0 0;
}
.news-category__item a {
  display: block;
  padding: 0.5rem 1.05rem;
  font-size: 0.75rem;
  white-space: nowrap;
  border-radius: 17px;
  user-select: none;
}
.daily-news__box {
  display: flex;
  justify-content: space-between;
  /* max-height: 720px; */
}
.news-favorite {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  z-index: 20;
  display: block;
}
.daily-news .shop-info__item:nth-of-type(4n) { margin-right: 0; }
.shop-info__box.daily-news>.shop-info__list {
    width: 100%;
}
@media(min-width: 768px){
    .shop-info__box.daily-news>.shop-info__list {
      /* min-width: 784px; */
      /* max-width: 834px; */
    }
}
.shop-info__box--vertical {
  width: calc(100% / 3 - 20px);
  overflow-y: auto;
  max-height: 732px;
}
@media(max-width: 767px){
    .shop-info__box--vertical {
      max-height: initial;
    }
}
@media(min-width: 768px){
    .shop-info__box--vertical {
      max-height: auto;
    }
}
.shop-info__item--vertical {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #c9c9c9;
}
.shop-info__item--vertical:last-child {
  border-bottom: none;
}
.shop-info__item--vertical dl {
  display: flex;
}
.shop-info__item--vertical .shop-info__thumbnail {
  position: relative;
  width: 95px;
  height:65px;
  margin-right: 15px;
}
.shop-info__item--vertical dd {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  width: calc(100% - 116px);
}
.shop-info__item--vertical .shop-name__title
, .event-info__item .shop-name__title {
  position: relative;
  padding: 0;
  background: transparent;
  color: inherit;
}
.shop-info__item--vertical .shop-name__title>span
, .event-info__item .shop-name__title>span {
  margin-right: 0.25rem;
  color: #b4b4b4;
}
.shop-info__item--vertical .datetime__text {
  margin-bottom: 0.3rem;
  text-align: left;
  line-height: 1em;
}
.shop-info__item--vertical .info-copy--middle{
  margin-bottom: 0.2rem;
}
.shop-info__item--vertical .news-favorite {
  right: 0.5rem;
  bottom: 0.5rem;
}

.shop-info__list--vertical { padding-right: 0.25rem; }
@media(max-width: 767px){
  .news-category__list {
    margin: 0 0 1rem 1rem;
    padding-bottom: 0.5rem;
    overflow-x: auto;
  }
  .news-category__item a {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .daily-news__box {
    flex-wrap: nowrap;
    flex-direction: column;
    /* overflow-x: auto; */
  }
  .daily-news .shop-info__item {
      width: calc(100% / 2);
      margin-bottom: 1.5rem;
  }
  .daily-news .shop-info__item:nth-child(2n){
      margin-right: 0;
  }
  .shop-info__box--vertical {
    width: 100%;
    padding: 0 1rem;
    overflow-y: initial;
  }
  .shop-info__item--vertical .shop-info__thumbnail {
    width: 120px;
    height: 80px;
    margin-right: 10px;
  }
  .shop-info__item--vertical .news-favorite {
    right: 0.25rem;
    bottom: 0.25rem;
  }
}

/*---------------------------------------------------------------------------------------------
  banner list
---------------------------------------------------------------------------------------------*/
.banner__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1260px;
  margin: 0 auto;
}
.banner__item { margin: 0 1.5rem 1.5rem 0; }
#banner__list--spn { display: none; }

@media(max-width: 767px){
  .ful-width__box--banner { min-height: auto; padding-bottom: 1.6rem; }
  .banner__list { display: none; }
  #banner__list--spn { display: block; }
  #banner__list--spn.slide {
    left: 50%!important;
    transform: translateX(-50%);
    height: auto!important;
    margin: 0;
  }
  #banner__list--spn .item img { margin: 0 auto; }
  .carousel-control { color:#999; text-shadow: none; }
  .carousel-control.right,.carousel-control.left {
    background:transparent!important;
  }
}

/*---------------------------------------------------------------------------------------------
  event
---------------------------------------------------------------------------------------------*/
.event-term__list {
  display: flex;
  justify-content: center;
  margin-bottom: 2.9rem;
}
.event-term__item {
  width: calc(25% - 7.5px); 
  margin-right: 15px;
  border: 1px solid #c9c9c9;
  border-radius: 0.4rem;
  text-align: center;
}
.event-term__item:last-child { margin-right: 0; }
.event-term__item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 1rem 0;
  color: #6f6f6f;
  font-size: 0.9rem;
  font-weight: 600;
}
.term-date {
  display: block;
  font-weight: normal;
  color: #525252;
  transition: all 300ms ease-out;
}
.event-term__item a:hover .term-date { color: #fff; }
.event-info__box {}
.event-info__list {
  display: flex;
  flex-wrap: wrap;
}
.event-info__item {
  width: calc(33.333% - 20px);
  margin: 0 30px 30px 0;
}
.event-info__item.mypage{
    position: relative;
}
.event-info__item--two-column{
  width: calc(50% - 15px);
}
.event-info__item:nth-of-type(3n) { margin-right: 0; }
.event-info__item--two-column:nth-of-type(3n) { margin-right: 30px; }
.event-info__item--two-column:nth-of-type(2n) { margin-right: 0; }
.event-info__item dl {
  display: flex;
  justify-content: space-between;
}
.event-info__thumbnail {
  width: 183px;
  height: 183px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EFEFEF;
  transition: all 300ms ease-out;
  position: relative;
}
.event-info__thumbnail > .close-text{
    position: absolute;
    z-index: 1;
    color: #FFF;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #999;
    text-align: center;
    opacity: .7;
}
a:hover .event-info__thumbnail{
    opacity: .7;
}
.event-info__thumbnail img {
  max-width: 183px;
  max-height: 183px;
  display: block;
}
.event-info__item dl dd {
  width: calc(100% - 203px);
}
.event-category__box { margin-bottom: 0.8rem; }
.event-category__box .event-cate__label:first-child{
    margin-left: 0;
}
.event-area__label {
  display: block;
  padding: 0.2rem 1rem;
  background-color: #ecb58f;
  color: #fff;
}
.event-area__label.off{
  background-color: #ccc;
}
.event-cate__label {
  margin-left: 0.5rem;
  color: #333;
}
.term-date__lable {
  display: inline-block;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  padding: 0.25rem;
  font-size: 0.8125rem;
  font-weight: 600;
  border: 1px solid #ecb58f;
  color: #ecb58f;
}
.term-date__lable.off{
   border: 1px solid #ccc;
   color: #ccc;
}
@media(max-width: 767px){
  .event-term__list {
    flex-wrap: wrap;
    margin-bottom: 1rem;
    padding: 0 1rem;
  }
  .event-term__item {
    width: calc(50% - 7.5px);
    max-height: 3.5rem;
    margin-bottom: 15px;
  }
  .event-term__item:nth-of-type(2n) { margin-right: 0; }
  .event-info__box { padding: 0 1rem; }
  .event-info__list {flex-direction: column; }
  .event-info__item {
    width: 100%;
    margin: 0 0 1rem 0;
    padding: 0 0 0.5rem 0;
    border-bottom: 1px solid #c9c9c9;
  }
  .event-info__item:last-child { margin-bottom: 2rem; }
  .event-info__thumbnail { width: 140px; height: 140px; }
  .event-info__thumbnail img { max-width: 140px; max-height: 140px; }
  .event-info__item dl dd { width: calc(100% - 150px); }
  .event-category__box { margin-bottom: 0.5rem; }
  .event-category__box span { font-size: 0.75rem; font-weight: normal; }
}

/*---------------------------------------------------------------------------------------------
  job
---------------------------------------------------------------------------------------------*/
.job-info__box {}
.job-info__list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.job-info__item {
  width: calc(100% / 5 - 16px);
  margin: 0 20px 20px 0;
  border: 1px solid #c9c9c9;
}
.job-info__item:nth-of-type(5n) { margin-right: 0; }
.job-info__item dl {
  width: 100%;
}
.job-info__thumbnail {
  width: 100%;
}
.job-info__thumbnail img {
  width: 100%;
  /* height: 177px; */
  object-fit: cover;
  font-family: "object-fit: cover;"
}
.job-info__title {
  display: block;
  padding: 0.5rem;
  background-color: #ffa800;
  color: #fff;
  font-size: 0.8rem;
  height: 44px;
  font-weight: bold;
}
.job-info__item dd { padding: 1rem 0.5rem; }
.hourly-wage { margin-bottom: 0.5rem; font-size: 0.75rem; }
.hourly-wage img { width: 17px; margin-right: 0.25rem; }
.job-info__box .shop-name__title {
  position: relative;
  padding: 0;
  background: transparent;
  color: inherit;
  text-align: right;
}
.job-info__box .shop-name__title>span {
  margin-right: 0.25rem;
  color: #b4b4b4;
}

.other-job__list {
  display: flex;
  justify-content: center;
  max-width: 1260px;
  margin: 1.6rem auto 2.9rem auto;
}

.other-job__item {
  width: calc(20% - 13.5px);
  margin-right: 27px;
  text-align: center;
}
.other-job__item a {
  border: 1px solid #c9c9c9;
  border-radius: 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 1rem 0;
  background-color: #fff;
  color: #6f6f6f;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 0.4rem;
}

@media(max-width: 767px){
  .job-info__list { padding: 0 1rem; }
  .job-info__item {
    width: calc(50% - 5px);
    margin: 0 10px 10px 0;
  }
  .job-info__item:nth-of-type(5n) { margin-right: 10px; }
  .job-info__item:nth-of-type(2n) { margin-right: 0; }
  .other-job__list {
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
    padding: 0 1rem;
  }
  .other-job__item {
    width: calc(33.3% - 10px);
    margin: 0 10px 10px 0;
  }
  .other-job__item:nth-of-type(3n) { margin-right: 0; }
  .other-job__item a { padding: 0.5rem; font-size: 0.82rem; white-space: nowrap; }
  .other-job__item span { display: block; font-size: 0.75rem; font-weight: normal; }

}
.news-tab-list .news-list .type-2 article{
    border-bottom: 1px solid #CCC;
    padding: 10px 0px;
    flex: 1;
    display: flex;
    align-items: center;
    max-height: calc(100% / 5);
}
.news-tab-list .news-list .type-2 article:first-child{
    padding: 0px 0px 10px;
}
.news-tab-list .news-list .type-2 article:last-child{
    border: none;
    padding: 10px 0px 0px;
}

/*---------------------------------------------------------------------------------------------
  review
---------------------------------------------------------------------------------------------*/
.review__box {}
.review__list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.review__item {
  width: calc(50% - 9.5px);
  margin: 0 19px 19px 0;
  padding: 0.9rem;
  border: 1px solid #c9c9c9;
}
.review__item.mypage{
    position: relative;
}
.review__item--one-column{
  background-color: #FFF;
  width: 100%;
  margin: 0 0 19px 0;
}

.review__item:nth-of-type(2n) { margin-right: 0; }

.review__shop-name {
  margin-bottom: 0.7rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid #c9c9c9;
  font-size: 0.8125rem;
  font-weight: 600;
}
.review__box--inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.review__box-text { width: 100%; }
.evaluation__list { color: #eaeaea; }
.evaluation__list span { color: #fe9C00; }
.review__title {
  margin-bottom: 0.5rem;
  color: #444;
  font-size: 0.8725rem;
  font-weight: bold;
}
a:hover .review__title {
    text-decoration: underline;
}
.review__copy {
  color: #333;
  font-size: 0.8125rem;
  line-height: 1.3;
}
.review__box-image {
  margin-left: 0.9rem;
}
.review__box-image li { margin-bottom: 0.5rem; }
.review__box-image img {
  width: 73px;
  object-fit: cover;
  font-family: "object-fit: cover;"
}
@media(min-width: 768px){
    .review__item--one-column .review__box-image li { margin-right: 0.5rem; margin-bottom: 0; }
    .review__item--one-column .review__box-image li:last-child { margin-right: 0; }
    .review__item--one-column .review__box-image img {
      width: 112px;
    }
}

.favorite-count { font-size: 0.9rem; color: #fa6180; }
.favorite-count span { margin-right: 0.3rem; }
.contributor-name {
  color: #333;
  font-size: 0.8125rem;
  line-height: 1.3;
}

@media(max-width: 767px){
  .review__list { flex-direction: column; padding: 0 1rem; }
  .column-type-3 .review__list { flex-direction: column; padding: 0 10px; }
  .review__item { width: 100%; margin-bottom: 10px; }
  .review__item:last-child { margin-bottom: 2rem; }
}

.news-tab-list .news-list .type-2 article .txt{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: calc(100% - 101px);
}
.news-tab-list .news-list .type-2 article .thumb{
    width: 91px;
    margin: 0px 10px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.shopDtlBox .review__item:last-child { margin-bottom: 0px; }
@media(max-width: 767px){
    .shopDtlBox .review__item:last-child { margin-bottom: 10px; }
}
/*---------------------------------------------------------------------------------------------
  coupon
---------------------------------------------------------------------------------------------*/
.coupon__box {}
.coupon__list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.coupon__item {
  width: calc(100% / 5 - 17px);
  margin: 0 20px 20px 0;
  border: 1px solid #c9c9c9;
}
.coupon__item.mypage{
    position: relative;
}
.coupon__item:nth-child(5n){
    margin-right: 0;
}
.coupon__item--detail{
  width: 100%;
  margin: 0 0 25px 0;
}
.coupon__item--detail > dl{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.coupon__item--detail > dl > dd{
    flex: 1;
    text-align: left;
}
.coupon__item--detail .coupon-description{
    margin: 0 0 0.85rem;
}
.coupon__item--detail .coupon-term{
    text-align: left;
    font-size: 0.8125rem;
    justify-content: flex-start;
    margin-bottom: 0.3rem;
    align-items: flex-start;
}
.coupon__item--detail .coupon-btn-wrapper{
    text-align: center;
    margin-top: 0.55rem;
    margin-bottom: 0.85rem;
}
.coupon__item--detail .coupon-keep__btn{
    margin-bottom: 0;
}
.coupon__item--detail .coupon-keep__btn:nth-child(2),
.coupon__item--detail .coupon-keep__btn:last-child{
    margin-left: 0.7rem;
}
.coupon__box .coupon__item--detail .shop-name__title{
    text-align: left;
}
.coupon__item--detail .coupon__thumbnail{
    position: relative;
    display: block;
    height: 240px;
    width: 400px;
    padding: 0.65rem;
}
.coupon__item--detail .coupon__title{
    font-size: 1rem;
    font-weight: bold;
}
.coupon__item--three-column{
  width: calc(100% / 3 - 7px);
  margin: 0 10px 10px 0;
}
@media(min-width: 768px){
    .topBox #mainBox .coupon__item--three-column{
      width: 200px;
    }
}
.coupon__item--three-column:nth-child(5n){
  margin: 0 10px 10px 0;
}
.coupon__item--three-column:nth-child(3n){
  margin: 0 0px 10px 0;
}
.coupon__item--four-column{
  width: calc(25% - 15px);
  margin: 0 20px 20px 0;
}
@media(min-width: 768px){
    .coupon__item--four-column:nth-child(5n){
      margin: 0 20px 20px 0;
    }
    .coupon__item--four-column:nth-child(4n){
      margin: 0 0px 20px 0;
    }
}

.coupon__thumbnail {
  width: 100%;
  height: 115px;
}
.coupon__thumbnail--bgcolor {
  background-color: #ccc;
}

.coupon__thumbnail a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;;
  padding: 0.65rem;
}
.coupon__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;"
}
.coupon__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 20;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 5px solid #fff;
  background-color: rgba(0,0,0,.2);
  color: #fff;
  font-size: 0.8725rem;
  font-weight: bold;
}

.coupon__thumbnail--bgcolor .coupon__title {
  background-color: transparent;
}

.coupon__item dd {
  padding: 1rem 0.5rem;
  text-align: center;
}
.coupon__item--detail dd {
  padding: 1rem;
}
.term__title {
  margin-bottom: 0.5rem;
  font-size: 0.8125rem;
  color: #333;
}
.coupon-term {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.82rem;
  color: #333;
  font-size: 0.8125rem;
}
.coupon-term .fa{
    line-height: 1.1rem;
    font-size: 0.6rem;
}
.coupon-term span { margin: 0 0.2rem; white-space: nowrap;}
.coupon-keep__btn {
  display: inline-block;
  margin-bottom: 0.82rem;
  padding: 0.25rem 1.5rem;
  border: 2px solid #e1b901;
  font-size: 1rem;
  font-weight: 600;
  color: #E1B901;
}
.coupon-keep__btn:hover{
    color: #FFF;
    background-color: #E1B901;
	text-decoration: none;
}
.coupon-keep__btn--kept{
  border-color: #DDD;
  color: #DDD;
}
.coupon-keep__btn--kept:hover{
  background-color: #FFF;
  color: #DDD;
}

.coupon__box .shop-name__title {
  position: relative;
  padding: 0;
  background: transparent;
  color: inherit;
  text-align: center;
}
.coupon__box .shop-name__title>span {
  margin-right: 0.25rem;
  color: #b4b4b4;
}

@media(max-width: 767px){
  .coupon__list { padding: 0 1rem; }
  .column-type-3 .coupon__list { padding: 0 10px; }
  .coupon__item {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .coupon__item:nth-child(5n){
    margin: 0 0 10px 0;
  }
  .coupon__item:last-child { margin-bottom: 2rem; }
  .coupon__item--detail:last-child { margin-bottom: 0; }
  .modal-body .coupon__item--detail:last-child { margin-bottom: 1rem; margin-top: 1rem; }
  .coupon__item dl {
    display: flex;
    align-items: stretch;
  }
  .coupon__thumbnail { width: 140px; height: auto; }
  .coupon__item dd { width: calc(100% - 140px); padding: 0.5rem; }

  .coupon__item--detail > dl{
    flex-direction: column;
  }
  .coupon__item--detail .coupon__thumbnail{
    width: 100%;
    height: 220px;
  }
  .coupon__item--detail > dl > dd{
      width: 100%;
      padding: 0.85rem;
  }
  .coupon__item--detail .coupon-btn-wrapper{
      display: flex;
      justify-content: center;
      align-items: center;
  }
}

.top-content__section .news-list .slick-dots{
    display: none !important;
}


/* 3 column */
.column-type-3 #topCtsBox .searchBox {
    height: 476px;
}
.column-type-3 #topCtsBox .searchBox .select {
    width: 875px;
    margin: 0 auto;
    padding-top: 390px;
    text-align: center;
}
.column-type-3 #topCtsBox .searchBox .select p {
    float: left;
    width: 270px;
    height: 40px;
    margin: 0 5px 0 0;
    background-color: #FFF;
    border: 1px #ccc solid;
}
.column-type-3 #topCtsBox .searchBox .select p select {
    border: none;
    width: 100%;
    height: 38px;
    font-size: 16px;
    color: #999999;
}

/* TOP NEWS */

.column-type-3 .ctsBox.news-tab-list{
    margin: 10px 0px 30px;
}
.column-type-3 .news-tab-list .category-list{
    margin: 0px 0px 20px;
    padding: 2px 0px 0px;
    visibility:hidden;
}
.column-type-3 .news-tab-list .category-list ul{
    display: flex;
    background-color: #F6F6F6;
    justify-content: center;

    box-shadow: 0 3px 9px rgba(0,0,0,0.1);
    width: calc(100% - 2px);
}
.column-type-3 .news-tab-list .category-list ul li{
    padding: 8px 4px;
    border-right: 1px solid #ECECEC;
    cursor: pointer;
    flex: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight:bold;
    color: #666;
}
.column-type-3 .news-tab-list .category-list ul li:first-child{
    /* border-left: 1px solid #ECECEC; */
    flex: 0.65;
}
.column-type-3 .news-tab-list .category-list ul li:hover{
    opacity: .7;
}
.column-type-3 .news-tab-list .news-list{
    position: relative;
}
.column-type-3 .news-tab-list .news-list .category-wrapper{
    display: flex;
    visibility:hidden;
}
.column-type-3 .news-tab-list .news-list .type-1{
    flex: 2;
    max-width: 50%;
}
.column-type-3 .news-tab-list .news-list .type-1 > div:first-child{
    margin: 0px 0px 20px;
}
.column-type-3 .news-tab-list .news-list .type-1 .viewer{
    display: flex;
}
.column-type-3 .news-tab-list .news-list .type-1 .viewer > div:first-child *{
    transition: all 0.5s;
}
.column-type-3 .news-tab-list .news-list .type-1 .viewer > div:last-child{
    display: flex;
    flex-direction: column;
    width: 302px;
}
.column-type-3 .news-tab-list .news-list .type-1 .viewer > div:last-child > article{
    flex: 1;
    /* max-height: 78px; */
}
.column-type-3 .news-tab-list .news-list .type-1 .viewer article.img{
    width: 280px;
    margin: 0px 15px 0px 0px;
    transition: all 0.5s;
}
.column-type-3 .news-tab-list .news-list .type-1 .viewer article.img img{
    width: 100%;
    height: auto;
}
.column-type-3 .news-tab-list .news-list .type-1 .viewer article.img .thumb-txt{
    position: absolute;
    width: 280px;
}
.column-type-3 .news-tab-list .news-list .type-1 .viewer article.img .thumb-txt > div{
    position: relative;
    top: -31px;
    background: rgba(0,0,0,.5);
    color: #FFF;
    padding: 6px 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
}
.column-type-3 .news-tab-list .news-list .type-1 .viewer article.list{
    border-bottom: 1px solid #CCC;
    padding: 0px 0px 5px;
    margin: 0px 0px 5px;
    transition: all 0.5s;
}
.column-type-3 .news-tab-list .news-list .type-1 .viewer article.list:last-child{
    margin: 0px;
}
.column-type-3 .news-tab-list .news-list .type-1 .viewer article.list:after{
    content: "";
    transition: width 0.5s;
    width: 0;
    display: block;
    position: absolute;
    margin-top: 5px;
    width: 0px;
}
.column-type-3 .news-tab-list .news-list .type-1 .viewer article.list.active:after,
.column-type-3 .news-tab-list .news-list .type-1 .viewer article.list:hover:after{
    width: 302px;
}
.column-type-3 .news-tab-list .news-list .type-1 .viewer article.list a{
    display: block;
    height: 100%;
}
.column-type-3 .news-tab-list .news-list .type-1 .viewer article.list a > div{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* ----------------- */
.column-type-3 .news-tab-list .news-list .type-1 .tile{
    display: flex;
}
.column-type-3 .news-tab-list .news-list .type-1 .tile article{
    flex: 1;
    margin: 0px 15px 0px 0px;
    max-width: 25%;
}
.column-type-3 .news-tab-list .news-list .type-1 .tile article:last-child{
    margin: 0px;
}
.column-type-3 .news-tab-list .news-list .type-1 .tile article .thumb{
    width: 138px;
    margin: 0px 0px 5px;
}
.column-type-3 .news-tab-list .news-list .type-1 .tile article .thumb img{
    width: 100%;
    height: auto;
}
.column-type-3 .news-tab-list .news-list .type-1 .tile article > a{
    height: 100%;
}
.column-type-3 .news-tab-list .news-list .type-1 .tile article > a > div{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.column-type-3 .news-tab-list .news-list .type-1 .tile article > a > div > div:last-child{
    flex: 1;
    display: flex;
    align-items: flex-end;
}


.column-type-3 .news-tab-list .news-list .type-2{
    flex: 1;
    /* max-width: 25%; */
    max-width: calc(25% - 4px);
    padding: 10px;
    border: 1px solid #CCC;
    margin: 0px 0px 0px 20px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
}
.column-type-3 .news-tab-list .news-list .type-2 article{
    border-bottom: 1px solid #CCC;
    padding: 10px 0px;
    flex: 1;
    display: flex;
    align-items: center;
    max-height: calc(100% / 5);
}
.column-type-3 .news-tab-list .news-list .type-2 article:first-child{
    padding: 0px 0px 10px;
}
.column-type-3 .news-tab-list .news-list .type-2 article:last-child{
    border: none;
    padding: 10px 0px 0px;
}
.column-type-3 .news-tab-list .news-list .type-2 article > a{
    display: flex;
    width: 100%;
}
.column-type-3 .news-tab-list .news-list .type-2 article .thumb{
    width: 91px;
    margin: 0px 10px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.column-type-3 .news-tab-list .news-list .type-2 article .thumb img{
    width: 100%;
    height: auto;
}
.column-type-3 .news-tab-list .news-list .type-2 article .txt{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: calc(100% - 101px);
}

.column-type-3 .news-tab-list .news-list article .title{
    font-weight: bold;
    font-size: 110%;
    margin: 0px 0px 3px;
}
.column-type-3 .news-tab-list .news-list article .description{
    font-size: 85%;
}
.column-type-3 .news-tab-list .news-list article .description{
    display: flex;
    justify-content: space-between;
}
.column-type-3 .news-tab-list .news-list article .description.mt{
    margin: 3px 0px 0px;
}
.column-type-3 .news-tab-list .news-list article .description.txt-right{
    justify-content: flex-end;
}
.column-type-3 .news-tab-list .news-list article .description div:first-child{
    margin: 0px 5px 0px 0px;
}
.column-type-3 .news-tab-list .news-list article .description div:last-child{
    white-space: nowrap;
}
.column-type-3 .news-tab-list .news-list a{
    display: inline-block;
    width: 100%;
}
.column-type-3 .news-tab-list .news-list a:hover{
    opacity: .7;
}
.column-type-3 .news-tab-list .news-list .type-1 .viewer article.list a:hover{
    opacity: 1;
}
.column-type-3 .news-tab-list .news-list span.like{
    min-width: 22px;
    display: inline-block;
}
.column-type-3 .news-tab-list .news-list span.like:before{
    content: " \f004";
    font-family: FontAwesome;
    color: #A9CA7B;
}
.column-type-3 .news-tab-list .news-list .prev,
.column-type-3 .news-tab-list .news-list .next{
    position: absolute;
    top: calc(50% - 62px);
    height: 165px;
    width: 50px;
    background-color: rgba(0,0,0,.15);
    cursor: pointer;
    z-index: 10;
    line-height: 165px;
    text-align: center;
    margin: -22px 0px 0px;
}

.column-type-3 .news-tab-list .news-list .prev:hover,
.column-type-3 .news-tab-list .news-list .next:hover{
    opacity: .7;
}
.column-type-3 .news-tab-list .news-list .prev{
    left: 0px;
}
.column-type-3 .news-tab-list .news-list .next{
    right: 0px;
}
.column-type-3 .news-tab-list .news-list .prev:before,
.column-type-3 .news-tab-list .news-list .next:before{
    font-family: FontAwesome;
    color: #f90000;
    display: block;
    font-size: 200%;
    color: #FFF;
}
.column-type-3 .news-tab-list .news-list .cl-name:before{
    font-family: FontAwesome;
    color: #b7b7b7;
    content: " \f015";
    display: inline-block;
    margin-right: 3px;
}
.column-type-3 .news-tab-list .news-list .prev:before{
    content: " \f053";
}
.column-type-3 .news-tab-list .news-list .next:before{
    content: " \f054";
}
.column-type-3 .news-tab-list .news-list .category-wrapper .loading-box{
    width: calc(100% - 45px);
    text-align: center;
}
.column-type-3 .news-tab-list .news-list .category-wrapper .loading-box object{
    position: absolute;
    top: calc(50% - 22px);
}
.column-type-3 .news-tab-list .show-more a.btnMore{
    display: block;
    float: none;
    margin: 25px auto 0px;
    width: 320px;
    line-height: 33px;
    border-radius: 17px;
}
.column-type-3 .news-tab-list .slick-dots{
    display: none !important;
}
.column-type-3 .news-tab-list .one-line{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
}
.column-type-3 .news-tab-list .m-line{
    display: none;
}

@media(max-width: 767px){
    .column-type-3 .news-tab-list .news-list .type-2{
        max-width: 100%;
        margin: 0px;
        border: none;
        display: block;
    }
    .column-type-3 .news-tab-list .news-list .type-2 article{
        max-height: none;
    }
    .column-type-3 .news-tab-list .news-list .type-2 article .thumb{
        display: flex;
        align-items: center;
        width: 80px;
    }
    .column-type-3 .news-tab-list .news-list .type-2 article:first-child .thumb{
        width: 140px;
    }
    .column-type-3 .news-tab-list .news-list .type-2 article .title{
        margin: 0px;
        font-weight: normal;
        font-size: 105%;
    }
    .column-type-3 .news-tab-list .news-list .type-2 article .txt div:nth-child(3){
        flex: 1;
        display: flex;
        align-items: flex-end;
        margin: 10px 0px 0px;
    }
    .column-type-3 .news-tab-list .news-list .type-2 article .first{
        display: none;
    }
    .column-type-3 .news-tab-list .news-list .type-2 article:first-child .title{
        font-weight: bold;
    }
    .column-type-3 .news-tab-list .news-list .type-2 article:first-child .txt .description:first-child div:last-child{
        /* display: none; */
    }
    .column-type-3 .news-tab-list .news-list .type-2 article:first-child .category{
        float: left;
        padding: 5px 10px;
        font-weight: bold;
        font-size: 110%;
        margin: 0px 0px 10px;
    }
    .column-type-3 .news-tab-list .news-list .type-2 article:first-child .first{
        display: inline;
    }
    .column-type-3 .news-tab-list .news-list article .description{
        font-size: 80%;
    }
    .column-type-3 .news-tab-list .category-list{
    }
    .column-type-3 .news-tab-list .category-list{
        display: block;
        /* position: relative; */
        overflow: scroll;
        -webkit-overflow-scrolling: touch
    }
    .column-type-3 .news-tab-list .category-list ul{
        display: table;
        table-layout: fixed;
        text-align: center;
        width: 100%;
        padding: 0px;
        margin: 0px 0px 3px;
        box-shadow: 0 3px 9px rgba(0,0,0,0.1);
    }
    .column-type-3 .news-tab-list .category-list ul:after,
    .column-type-3 .news-tab-list .category-list ul li:last-child:after{
        content: '';
        clear:both;
    }
    .column-type-3 .news-tab-list .category-list ul li{
        padding: 4px 4px;
        border-right: 1px solid #ECECEC;
        cursor: pointer;
        flex: 1;
        text-align: center;
        display: table-cell;
        justify-content: center;
        align-items: center;
        font-weight:bold;
        color: #666;
        /* width: 123px; */
        vertical-align: middle;
        width: calc(33vw + 4px)
    }
    .column-type-3 .news-tab-list .category-list ul li:first-child{
        width: 75px;
        text-align: center;
    }
    .column-type-3 .news-tab-list .category-list ul li:hover{
        opacity: 1;
    }

    .column-type-3 .news-tab-list .news-list .prev,
    .column-type-3 .news-tab-list .news-list .next{
        position: absolute;
        top: calc(50% - 41px);
        height: 82px;
        width: 50px;
        background-color: rgba(0,0,0,.15);
        cursor: pointer;
        z-index: 10;
        line-height: 82px;
        text-align: center;
        margin: -22px 0px 0px;
    }
    .column-type-3 .news-tab-list .slick-dots{
        display: block !important;
    }
    .column-type-3 .news-tab-list .slick-dots li{
        width: 8px;
        height: 8px;
    }
    .column-type-3 .news-tab-list .slick-dots li button:before{
        font-size: 13px;
    }
    .column-type-3 .news-tab-list .category-list{
        margin: 0px 0px 5px;
    }
    .column-type-3 .news-tab-list .show-more{
        margin: 55px 0px 0px;
        display: flex;
        justify-content: center;
    }
    .column-type-3 .news-tab-list .show-more a.btnMore{
        margin: 46px 0px 0px 0px !important;
        position: absolute;
        top: 89%;
    }
    .column-type-3 .news-tab-list .news-list .type-2 article .txt{
        max-width: calc(100% - 90px);
    }
    .column-type-3 .news-tab-list .news-list .type-2 article:first-child .txt{
        max-width: calc(100% - 150px);
    }

}

@media screen\0 {
    .column-type-3 div.news-tab-list .news-list .type-1 .tile article > a > div > div:last-child{
        min-height: 1em;
    }
    .column-type-3 div.news-tab-list .news-list .type-1 .tile article .thumb{
        height: 138px;
    }
    .column-type-3 div.news-tab-list .news-list .category-wrapper .loading-box{
        display: flex;
        justify-content: center;
    }
}

.column-type-3 #contentsBox.topBox {
    width: 1260px !important;
}
/*---------------------------------------------------------------------------------------------
  CATEGORY NAVI
---------------------------------------------------------------------------------------------*/
.column-type-3 nav.cateNavi ul {
  width: 100%;
  margin-bottom: 30px;
  background: #FFF;
  display: flex;
  justify-content: center;
  display: -webkit-box;
  display: box;
  border-left: #CCC 1px dotted;
}
.column-type-3 nav.cateNavi ul li {
  height: 104px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  width: 100%;
  text-align: center;
  border-right: #CCC 1px dotted;
}
.column-type-3 nav.cateNavi ul li a {
  display: block;
  border-left: #FFF 1px solid;
  border-right: #FFF 1px solid;
}
.column-type-3 nav.cateNavi ul li:hover {
  opacity: 0.8;
}
.column-type-3 nav.cateNavi ul li dl {
  height: 104px;
}
.column-type-3 nav.cateNavi ul li dl dt {
  height: 64px;
  line-height: 64px;
  text-align: center;
}
.column-type-3 nav.cateNavi ul li dl dt img {
  height: 30px;
  vertical-align: middle;
}
.column-type-3 nav.cateNavi ul li dl dd {
  display: table;
  margin: 0 auto;
  color: #000;
  height: 2em;
  line-height: 1.2;
}
.column-type-3 nav.cateNavi ul li dl dd p {
  display: table-cell;
  vertical-align: middle;
}
.column-type-3 nav.cateNavi2 {
  overflow: hidden;
  margin-bottom: 30px;
  border-top: #CCC 1px dotted;
}
.column-type-3 nav.cateNavi2 ul li {
  width: 300px;
  border-bottom: #CCC 1px dotted;
}
.column-type-3 nav.cateNavi2 ul li:hover {
  opacity: 0.8;
}
.column-type-3 nav.cateNavi2 ul li a {
  display: block;
  border-top: #FFF 1px solid;
  border-bottom: #FFF 1px solid;
  padding: 10px 10px 10px 15px;
  color: #000;
}
.column-type-3 nav.cateNavi2 ul li dl dt {
  float: left;
  width: 25px;
  margin-right: 15px;
}
.column-type-3 nav.cateNavi2 ul li dl dt img {
  width: 100%;
}
.column-type-3 nav.cateNavi2 ul li dl dd p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  font-size: 108%;
}
.column-type-3 nav.cateNavi3 {
  overflow: hidden;
  margin-bottom: 30px;
}
.column-type-3 nav.cateNavi3 ul li {
  float: left;
  width: calc(50% - 1px);
  height: 120px;
  margin: 0 1px 1px 0;
  text-align: center;
}
.column-type-3 nav.cateNavi3 ul li:nth-child(2n) {
  width: 50%;
  margin: 0 0 1px;
}
.column-type-3 nav.cateNavi3 ul li:hover {
  opacity: 0.8;
}
.column-type-3 nav.cateNavi3 ul li dl dt {
  padding: 15px 0 5px;
}
.column-type-3 nav.cateNavi3 ul li dl dt img {
  height: 40px;
}
.column-type-3 nav.cateNavi3 ul li dl dd {
  display: table;
  margin: 0 auto;
  padding: 0 10px;
  color: #000;
}
.column-type-3 nav.cateNavi3 ul li dl dd p {
  display: table-cell;
  height: 60px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .column-type-3 nav.cateNavi,
.column-type-3 nav.cateNavi2,
.column-type-3 nav.cateNavi3 {
    display: none;
  }
}
@media (max-width: 767px) {
  .column-type-3 nav.cateNavi4 {
      margin-bottom: 20px;
      background: #FFFFFF;
      border-top: #DDDDDD 1px solid;
  }
  .column-type-3 nav.cateNavi4 .cateBoxInn {
      display: table;
      width: 100%;
      height: auto;
      overflow: hidden;
      border-bottom: #DDDDDD 1px solid;
  }
  .column-type-3 nav.cateNavi4 .cateBoxInn dl {
      display: table-cell;
      vertical-align: top;
      width: 30%;
      border-right: #DDDDDD 1px solid;
      text-align: center;
  }
  .column-type-3 nav.cateNavi4 .cateBoxInn dl:last-child {
      border-right: none;
  }
  .column-type-3 nav.cateNavi4 .cateBoxInn dl a {
      display: block;
      color: #333333;
      padding: 10px 0;
  }
  .column-type-3 nav.cateNavi4 .cateBoxInn dl dt {
      width: 57px;
      height: 32px;
      margin: 0 auto 10px;
  }
  .column-type-3 nav.cateNavi4 .cateBoxInn dl dd {
      line-height: 1.2;
      font-weight: bold;
      font-size: 77%;
  }
  .column-type-3 #topCtsBox .searchBox{
      display: none;
  }
  .column-type-3 nav.cateNavi4 {
      margin-bottom: 20px;
      background: #FFFFFF;
      border-top: #DDDDDD 1px solid;
  }
  .column-type-3 nav.cateNavi4 .cateBoxInn {
      display: table;
      width: 100%;
      height: auto;
      overflow: hidden;
      border-bottom: #DDDDDD 1px solid;
  }
  .column-type-3 nav.cateNavi4 .cateBoxInn dl {
      display: table-cell;
      vertical-align: top;
      width: 30%;
      border-right: #DDDDDD 1px solid;
      text-align: center;
  }
  .column-type-3 nav.cateNavi4 .cateBoxInn dl:last-child {
      border-right: none;
  }
  .column-type-3 nav.cateNavi4 .cateBoxInn dl a {
      display: block;
      color: #333333;
      padding: 10px 0;
  }
  .column-type-3 nav.cateNavi4 .cateBoxInn dl dt {
      width: 57px;
      height: 32px;
      margin: 0 auto 10px;
  }
  .column-type-3 nav.cateNavi4 .cateBoxInn dl dd {
      line-height: 1.2;
      font-weight: bold;
      font-size: 77%;
  }
  .column-type-3 #contentsBox.topBox{
      width: 100% !important;
  }

}

.column-type-3 .review-img-wrapper.digest .inn{
    height: auto;
}
.column-type-3 .ctsMailMaga .radio-wrapper{
    text-align: center;
}
.column-type-3 .radio:after{
    left: 5px;
    margin-top: -5px;
}
@media(max-width: 767px){
    .column-type-3 .topBox .coupon__item:last-child{
        margin-bottom: 0;
    }
    .column-type-3 .topBox .coupon__thumbnail{
        height: 140px;
    }
    .column-type-3 .topBox .coupon__item dd{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .column-type-3 .topBox .coupon__item dd .term__title{
        font-weight: bold;
    }
    .column-type-3 .topBox .coupon__item dd .term__title,
    .column-type-3 .topBox .coupon__item dd .coupon-term{
        margin-bottom: 10px;
    }
}