@charset "UTF-8";

@media screen and (max-width: 767px) {
  h2.content_box__title--text.header_font_size_l.font_bold.canvas-area.text-center.title--text-h2 {
    font-size: 20px;
  }
}


/*****************/ 
/*ブランド・チェーンから探す
キャンペーン・特集
通販で使えるクーポンを探す */
/*****************/

.canvas-area.text-center {
  text-align: center;
  display: block !important;
}

/*****************/
/* 検索窓 フリーワード検索見出し
/*****************/
#search_top #search_display .search_contents h2 {
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  line-height: 23.4px;
  color: #fff;
  text-shadow: 0 0 8px #000000cc;
}

@media screen and (max-width: 767px) {
  #search_top #search_display .search_contents h2 {
    font-size: 15px;
    line-height: 19.5px;
  }
}

/*****************/
/* 検索窓 人気カテゴリ
/*****************/
#search_top #search_display .search_contents .popular_categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  #search_top #search_display .search_contents .popular_categories {
    display: block;
    font-size: 13px;
  }
}

#search_top #search_display .search_contents .popular_categories p {
  padding-right: 8px;
  margin: auto 0;
  line-height: 32px;
  text-shadow: 0 0 8px #000000cc;
}

@media screen and (max-width: 767px) {
  #search_top #search_display .search_contents .popular_categories p {
    padding-bottom: 6px;
    line-height: 16.9px;
  }
}

@media screen and (max-width: 767px) {
  #search_top #search_display .search_contents .popular_categories .popular_categories_contents {
    overflow: scroll;
    white-space: nowrap;
    margin: 0 -15px;
  }
}

#search_top #search_display .search_contents .popular_categories .popular_categories_contents .btn_s {
  min-width: 72px;
  height: 32px;
  font-size: 12px;
  text-align: center;
  padding: 8px 15px;
  margin-right: 6px;
  line-height: 15.6px;
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 2px 4px #00000033;
  box-shadow: 0 2px 4px #00000033;
}

@media screen and (min-width: 768px) {
  #search_top #search_display .search_contents .popular_categories .popular_categories_contents .btn_s {
    padding: 9px 8px 8px;
    margin-right: 8px;
  }
}

#search_top #search_display .search_contents .popular_categories .popular_categories_contents .btn_s:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  #search_top #search_display .search_contents .popular_categories .popular_categories_contents .btn_s {
    height: 30px;
    line-height: 14.3px;
  }
}

.search_contents__title,
.popular_categories_contents__item {
  display: none;
}

.search_contents__title.show_contents,
.popular_categories_contents__item.show_contents {
  display: inline-block;
}

.popular_categories_contents__item.show_contents {
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  .popular_categories_contents__item.show_contents {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .top_location_search_icon {
    position: relative;
    top: -1px;
    margin-right: 3px;
    color: #5b6;
    font-size: 15px;
    vertical-align: middle;
  }
}

/*************************/
/* 共通処理
/*************************/
.content_box {
  clear: both;
  margin: 30px 15px 0;
}

.content_box__title {
  margin-bottom: 15px;
  font-size: 0;
}

.content_box__title--icon {
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  width: 24px;
  font-size: 24px;
  color: #5b6;
}

.content_box__title--text {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  margin-left: 6px;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .content_box {
    margin: 72px 0 0;
  }

  .content_box__title {
    margin-bottom: 16px;
  }

  .content_box__title--icon {
    height: 32px;
    width: 32px;
    font-size: 32px;
  }

  .content_box__title--text {
    font-size: 24px;
    margin-left: 8px;
  }
}

/*************************/
/* ジャンルから店舗・施設を探す
/*************************/
.sp-display__word {
  display: block;
}

.pc-display__content {
  display: none;
}

.pc-display__word {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp-display__word {
    display: none;
  }

  .pc-display__content {
    display: block;
  }

  .pc-display__content h3 {
    font-size: 14px;
  }

  .pc-display__word {
    display: block;
  }
}

#search_genre.content_box {
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  #search_genre.content_box {
    margin-top: 24px;
  }
}

.sub_content_box {
  clear: both;
  margin: 48px 15px 0;
}

@media screen and (min-width: 768px) {
  .sub_content_box {
    margin: 72px 0 0;
  }

  .content_box.pc-display,
  .sub_content_box.pc-display {
    font-size: 12px;
  }

  .content_box__large_space,
  .sub_content_box__large_space {
    margin-top: 72px;
  }
}

.sub_content_box__title {
  font-size: 13px;
  margin-bottom: 15px;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .sub_content_box__title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

.sub_title_icon:before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 13px;
  vertical-align: middle;
  margin-right: 9px;
  background: #5b6 0% 0% no-repeat padding-box;
}

@media screen and (min-width: 768px) {
  .sub_title_icon:before {
    width: 4px;
    height: 24px;
    margin-right: 12px;
  }
}

.search-genre-box {
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .search-genre-box {
    margin-bottom: 24px;
  }
}

.search-genre-box:last-child {
  margin-bottom: 0;
}

.search-genre-box__title {
  margin-bottom: 8px;
  padding-left: 8px;
  font-size: 13px;
  font-weight: bold;
  border-left: 4px solid #55BB66;
}

@media screen and (min-width: 768px) {
  .search-genre-box__title {
    padding-left: 12px;
    font-size: 18px;
  }
}

.search-genre-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-genre-list__item {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  transition: all .2s;
  border: 1px solid #BDBDBD;
}

@media screen and (min-width: 768px) {
  .search-genre-list__item {
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }
}

@media screen and (min-width: 1025px) {
  .search-genre-list__item {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}

.search-genre-list__item--division {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 54px;
  padding: 0 8px;
  line-height: 1.3;
}

@media screen and (max-width: 359px) {
  .search-genre-list__item--division {
    padding: 0 8px;
  }
}
@media screen and (min-width: 360px) and (max-width: 767px) {
  .search-genre-list__item--division {
    padding: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .search-genre-list__item--division {
    height: 72px;
  }
  .search-genre-list__item:first-child {
    border-radius: 4px 0 0 0;
  }
  .search-genre-list__item:nth-child(2) {
    border-radius: 0 4px 0 0;
  }
  .search-genre-list__item:nth-child(2n) {
    border-left: 0;
  }
  .search-genre-list__item:nth-child(n+3) {
    border-top: 0;
  }
  .search-genre-list__item:first-child:nth-last-child(2n+1) ~ .search-genre-list__item:nth-last-child(2) {
    border-radius: 0 0 4px 0;
  }
  .search-genre-list__item:first-child:nth-last-child(2n+1) ~ .search-genre-list__item:last-child {
    border-radius: 0 0 4px 4px;
  }
  .search-genre-list__item:first-child:nth-last-child(2n) ~ .search-genre-list__item:nth-last-child(2) {
    border-radius: 0 0 0 4px;
  }
  .search-genre-list__item:first-child:nth-last-child(2n) ~ .search-genre-list__item:last-child {
    border-radius: 0 0 4px 0;
  }
  .search-genre-list__item:first-child:nth-last-child(3) ~ .search-genre-list__item:nth-last-child(2) {
    border-radius: 0 4px 4px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .search-genre-list__item--division {
    height: 64px;
    padding: 0 8px;
  }
  .search-genre-list__item {
    border-left: 0;
  }
  .search-genre-list__item:first-child {
    border-radius: 4px 0 0 4px;
    border-left: 1px solid #BDBDBD;
  }
  .search-genre-list__item:last-child {
    border-radius: 0 4px 4px 0;
  }
  .search-genre-list__item:nth-child(3n+1) {
    border-left: 1px solid #BDBDBD;
  }
  .search-genre-list__item:nth-child(n+4) {
    border-top: 0;
  }
  .search-genre-list__item:first-child:nth-last-child(n+4) {
    border-radius: 4px 0 0 0;
  }
  .search-genre-list__item:first-child:nth-last-child(4) ~ .search-genre-list__item:last-child {
    border-radius: 0 0 4px 4px;
  }
  .search-genre-list__item:first-child:nth-last-child(n+5) ~ .search-genre-list__item:last-child {
    border-radius: 0 0 4px 0;
  }
  .search-genre-list__item:first-child:nth-last-child(n+4) ~ .search-genre-list__item:nth-child(3) {
    border-radius: 0 4px 4px 0;
  }
  .search-genre-list__item:first-child:nth-last-child(n+6) ~ .search-genre-list__item:nth-child(3) {
    border-radius: 0 4px 0 0;
  }
  .search-genre-list__item:first-child:nth-last-child(n+5) ~ .search-genre-list__item:nth-child(3n+1) {
    border-radius: 0 0 0 4px;
  }
}
@media screen and (min-width: 1025px) {
  .search-genre-list__item--division {
    height: 64px;
    padding: 0 8px;
  }
  .search-genre-list__item {
    border-left: 0;
  }
  .search-genre-list__item:first-child {
    border-radius: 4px 0 0 4px;
    border-left: 1px solid #BDBDBD;
  }
  .search-genre-list__item:last-child {
    border-radius: 0 4px 4px 0;
  }
  .search-genre-list__item:nth-child(4n+1) {
    border-left: 1px solid #BDBDBD;
  }
  .search-genre-list__item:nth-child(n+5) {
    border-top: 0;
  }
  .search-genre-list__item:first-child:nth-last-child(n+5) {
    border-radius: 4px 0 0 0;
  }
  .search-genre-list__item:first-child:nth-last-child(5) ~ .search-genre-list__item:last-child {
    border-radius: 0 0 4px 4px;
  }
  .search-genre-list__item:first-child:nth-last-child(n+6) ~ .search-genre-list__item:last-child {
    border-radius: 0 0 4px 0;
  }
  .search-genre-list__item:first-child:nth-last-child(n+5) ~ .search-genre-list__item:nth-child(4) {
    border-radius: 0 4px 4px 0;
  }
  .search-genre-list__item:first-child:nth-last-child(n+8) ~ .search-genre-list__item:nth-child(4) {
    border-radius: 0 4px 0 0;
  }
  .search-genre-list__item:first-child:nth-last-child(n+6) ~ .search-genre-list__item:nth-child(4n+1) {
    border-radius: 0 0 0 4px;
  }
}

.search-genre-list__item--link:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .search-genre-list__item:hover {
    opacity: 0.5;
  }
}

.search-genre-list__item--icon {
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  width: 24px;
  font-size: 24px;
  color: #55BB66;
}

@media screen and (min-width: 768px) {
  .search-genre-list__item--icon {
    height: 24px;
    width: 24px;
    font-size: 24px;
  }
}

.search-genre-list__item--comment {
  color: #fff;
  background: #FF7711;
  text-align: center;
  font-size: 11px;
  display: table;
  margin: 0 auto 4px;
  padding: 2px 4px;
  line-height: 1.3;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .search-genre-list__item--comment {
    font-size: 12px;
  }
}

.search-genre-list__item--content {
  width: 100%;
  margin-left: 4px;
  font-size: 12px;
}

@media screen and (min-width: 1025px) {
  .search-genre-list__item--content {
    margin-left: 8px;
    font-size: 14px;
  }
}

.search-order-acceptance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -8px 0 0 -8px;
}

.search-order-acceptance__item {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  .search-order-acceptance__item {
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    max-width: 33.3333%;
    height: 48px;
  }
}

@media screen and (min-width: 1025px) {
  .search-order-acceptance__item {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}

.search-order-acceptance__item--division {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  margin: 8px 0 0 8px;
  height: 40px;
  transition: all .2s;
}

@media screen and (min-width: 768px) {
  .search-order-acceptance__item--division:hover {
    opacity: 0.5;
  }
}

.search-order-acceptance__item--content {
  width: 100%;
  font-size: 13px;
  margin: 0 15px;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .search-order-acceptance__item--content {
    font-size: 14px;
    margin: 0 16px;
  }
}

.search-order-acceptance__item--link:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* 注目のキーワード */
@media screen and (min-width: 768px) {
  #trend_keyword {
    margin-top: 24px;
  }
  .trend-keyword {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
  }

  .trend-keyword--label {
    font-size: 14px;
    line-height: 1.3;
  }

  .trend-keyword__item {
    color: #1177DD;
  }

  .trend-keyword__item:hover {
    text-decoration: underline;
  }

  .trend-keyword__item--division {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-top: 8px;
  }

  .trend-keyword__item--content {
    width: 100%;
    margin: 0 8px 0;
    font-size: 12px;
    line-height: 1.3;
  }

  .trend-keyword__item--link:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

/*************************/
/* ブランドチェーンから探す
/*************************/
#search_brand.content_box {
  margin-top: 48px;
}

@media screen and (min-width: 768px) {
  #search_brand.content_box {
    margin-top: 72px;
  }
}

@media screen and (max-width: 767px) {
  #search_brand.content_box {
    margin: 48px 16px 0;
  }
}


.brand_tab {
  display: flex;
  border-bottom: 4px solid #5b6;
}

@media screen and (max-width: 767px) {
  .brand_tab {
    display: block;
    width: calc(100% + 32px);
    margin-left: -16px;
    padding-right: 8px;
    overflow-y: scroll;
    white-space: nowrap;
    font-size: 0;
    border-bottom: 4px solid #5b6;
  }

  .brand_tab::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none;
  }
}

.brand_tab .brand_tab_item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: auto;
  min-width: 72px;
  height: 32px;
  padding: 8px 4px;
  margin-left: 4px;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
  border-radius: 4px 4px 0 0;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.brand_tab .brand_tab_item:first-child {
  margin-left: 0;
}

@media (max-width: 767px) {
  .brand_tab .brand_tab_item {
    display: inline-block;
    margin-left: 2px;
    text-align: center;
    padding: 8px;
    font-size: 11px;
  }

  .brand_tab .brand_tab_item:first-child {
    margin-left: 8px;
  }
}

.brand_open {
  display: none;
}

.brand_tab label.brand_opend {
  pointer-events: none;
  color: #fff;
  background: #5b6;
  border-color: #5b6;
  border-right: none;
}

.brand_box {
  text-align: center;
}

.brand_box .btn_s {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding: 0.5em 1.5em;
  font-size: 13px;
}

#brand_list_display .brand_box .btn_s:hover {
  opacity: .7;
}

.brand_open~.brand_box {
  display: none;
}

.brand_open:checked+.brand_box {
  display: block;
}

#brand_list_display {
  padding: 24px 0 0;
}

@media screen and (max-width: 767px) {
  #brand_list_display {
    padding: 16px 0 0;
  }
}

#brand_list_display ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -24px;
  margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
  #brand_list_display ul {
    margin-left: -16px;
    margin-bottom: 16px;
  }
}

#brand_list_display li {
  width: calc(33.33% - 24px);
  margin: 0 0 0 24px;
  text-align: left;
}

#brand_list_display li:nth-child(n+4) {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  #brand_list_display li:nth-child(n+3) {
    margin-top: 16px;
  }
}

@media screen and (max-width: 767px) {
  #brand_list_display li {
    width: calc(50% - 16px);
    margin: 0 0 0 16px;
    padding: 0;
  }
}

#brand_list_display li a {
  color: #424242;
  display: block;
  height: 100% !important;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  #brand_list_display li a {
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  #brand_list_display li a:hover {
    opacity: 0.8;
  }
}

#brand_list_display .brand_photo {
  height: auto !important;
  margin-bottom: 8px;
}

#brand_list_display li a .brand_data .brand_label_box {
  margin: -8px 0 8px -8px;
  font-size: 0;
}

#brand_list_display li a .brand_data .brand_label {
  display: inline-block;
  margin: 8px 0 0 8px;
  padding: 2px 4px;
  font-size: 12px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #brand_list_display li a .brand_data .brand_label {
    font-size: 11px;
  }
}

#brand_list_display li a .brand_data .brand_label.label_gourmet {
  background-color: #EE6611;
}

#brand_list_display li a .brand_data .brand_label.label_pharmacy {
  background-color: #33AABB;
}

#brand_list_display li a .brand_data .brand_label.label_clinic {
  background-color: #FF7777;
}

#brand_list_display li a .brand_data .brand_label.label_dentistry {
  background-color: #00AA66;
}

#brand_list_display li a .brand_data .brand_label.label_take-out {
  background-color: #DD4422;
}

#brand_list_display li a .brand_data .brand_label.label_relaxation-esthe {
  background-color: #995511;
}

#brand_list_display li a .brand_data .brand_label.label_sekkotsu-seitai {
  background-color: #2266AA;
}

#brand_list_display li a .brand_data .brand_label.label_cake-takeout {
  background-color: #CC0000;
}

#brand_list_display li a .brand_data .brand_label.label_odekake {
  background-color: #EE4477;
}

#brand_list_display li a .brand_data .brand_title {
  color: #17D;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  word-wrap: break-word;
}

@media screen and (max-width: 767px) {
  #brand_list_display li a .brand_data .brand_title {
    position: relative;
    top: 1px;
    font-size: 13px;
  }
}

#brand_list_display li a img {
  width: 100%;
}

#brand_list_display .btn_to_brand_list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  min-height: 40px;
  padding: 8px 16px;
  background: #fff;
  border: 1px solid #1177DD;
  color: #1177DD;
  font-size: 14px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  #brand_list_display .btn_to_brand_list {
    width: 100%;
    font-size: 13px;
  }
}

/*****************/
/* おすすめ特集 & コラム
/*****************/
#feature_area.content_box,
#column_area.content_box {
  margin-top: 48px;
}

@media screen and (min-width: 768px) {
  #feature_area.content_box {
    margin: 72px 0;
  }

  #column_area.content_box {
    margin: 72px 0;
  }
}

.banner-panel-list {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .banner-panel-list {
    margin-left: -24px;
  }
}

.banner-panel-list__two-item,
.banner-panel-list__three-item {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

.banner-panel-list__two-item {
  margin-bottom: 24px;
}

.banner-panel-list__three-item {
  margin-bottom: 15px;
}

.banner-panel-list__three-item:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {

  .banner-panel-list__two-item,
  .banner-panel-list__three-item {
    padding-left: 24px;
  }

  .banner-panel-list__two-item {
    flex-basis: 50%;
    max-width: 50%;
    margin-bottom: 48px;

  }

  .banner-panel-list__three-item {
    flex-basis: 33.3%;
    max-width: 33.3%;
    margin-bottom: 0;
  }
}

.banner-panel-list__two-item--link,
.banner-panel-list__three-item--link {
  display: flex;
  flex-wrap: wrap;
  color: #424242;
}

.banner-panel-list__two-item--image {
  width: 100%;
  height: 100%;
}

.banner-panel-list__three-item--image {
  float: left;
  width: 43%;
  height: 100%;
}

@media screen and (min-width: 768px) {

  .banner-panel-list__two-item--image,
  .banner-panel-list__three-item--image {
    height: 100%;
  }

  .banner-panel-list__three-item--image {
    flex-basis: auto;
    float: none;
    width: 100%;
  }
}

.banner-panel-list__two-item--text,
.banner-panel-list__three-item--text {
  font-size: 11px;
  line-height: 16.5px;
}

.banner-panel-list__two-item--text {
  padding-top: 15px;
}

.banner-panel-list__three-item--text {
  flex: 1;
  padding-left: 15px;
}

@media screen and (min-width: 768px) {

  .banner-panel-list__two-item--text,
  .banner-panel-list__three-item--text {
    padding-top: 16px;
    padding-left: 0;
    font-size: 14px;
    line-height: 21px;
  }

  .banner-panel-list__three-item--text {
    flex: auto;
  }
}

.banner-panel-list .btn_s {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding: 0.5em 1.5em;
  font-size: 13px;
}

.btn_to_campaign_list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  min-height: 40px;
  margin-top: 48px;
  padding: 8px 16px;
  background: #fff;
  border: 1px solid #1177DD;
  color: #1177DD;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}

.btn_to_campaign_list:hover {
  opacity: .7;
}

@media screen and (max-width: 767px) {
  .btn_to_campaign_list {
    width: 100%;
    margin-top: 15px;
    font-size: 13px;
  }
}

/* コラム改修 20220623 */
.banner-panel-list__column-item {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .banner-panel-list__column-item {
    padding-left: 24px;
    flex-basis: 33.3%;
    max-width: 33.3%;
  }
}

@media (max-width: 767px) {
  .banner-panel-list__column-item {
    margin-bottom: 24px;
  }
}

.banner-panel-list__column-item--link {
  display: flex;
  flex-wrap: wrap;
  color: #424242;
}

.banner-panel-list__column-item--image {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .banner-panel-list__column-item:nth-of-type(n+3) {
    margin-bottom: 15px;
  }

  .banner-panel-list__column-item:nth-of-type(n+3):last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .banner-panel-list__column-item:nth-of-type(n+3) .banner-panel-list__column-item--image {
    float: left;
    width: 43%;
    height: 100%;
  }
}

@media (max-width: 767px) {
  .banner-panel-list__column-item:nth-of-type(n+3) .banner-panel-list__column-item--text {
    padding-top: 0;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .banner-panel-list__column-item:nth-of-type(n+4) {
    margin-top: 48px;
  }
}

.banner-panel-list__column-item--text {
  padding-top: 16px;
  font-size: 14px;
  line-height: 21px;
}

@media (max-width: 767px) {
  .banner-panel-list__column-item--text {
    font-size: 11px;
    line-height: 16.5px;
    flex: 1;
    padding-top: 15px;
  }
}

/**
 * GoToEatバナー
**/
.special-feature {
  margin-top: 24px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .special-feature {
    margin-top: 16px;
    padding: 0 16px;
  }
}

.special-feature img {
  max-width: 100%;
}


.icon-023 {
  color: #ee6611;
}

.icon-028 {
  color: #dd4422;
}

.icon-049 {
  color: #cc0000;
}

.icon-027 {
  color: #995511;
}

.icon-024 {
  color: #ff7777;
}

.icon-025 {
  color: #00aa66;
}

.icon-026 {
  color: #33aaBB;
}

.icon-029 {
  color: #2266aa;
}

.icon-030 {
  color: #bb8811;
}

.icon-041 {
  color: #EE4477;
}

.icon-036 {
  color: #ff64b4;
}

.icon-083 {
  color: #aa8888;
}

.icon-svg082 {
  background: url(../../../sfc/images/icon/082.svg) no-repeat;
  background-size: 24px 24px;
}

.icon-svg082:after {
  content: "";
  display: block;
  width: 24px;
}

.icon-svg084 {
  background: url(../../../sfc/images/icon/084.svg) no-repeat;
  background-size: 24px 24px;
}

.icon-svg084:after {
  content: "";
  display: block;
  width: 24px;
}

@media (max-width: 767px) {
  .icon-svg084 {
    background-size: 18px 18px;
  }

  .icon-svg084:after {
    width: 18px;
  }
}

.epark_gift {
  margin-top: 48px;
}

.epark_gift_wrap {
  margin-bottom: 24px;
  text-align: center;
}

@media (max-width: 767px) {
  .epark_gift_wrap {
    margin-bottom: 16px;
  }
}

.epark_gift_wrap img {
  max-width: 100%;
}

.epark_gift_wrap a {
  transition: 0.2s;
}

.epark_gift_wrap a:hover {
  opacity: 0.5;
}

.epark_gift_popular_brand_title {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: bold;
}

@media (max-width: 767px) {
  .epark_gift_popular_brand_title {
    font-size: 11px;
  }
}

.epark_gift_popular_brand_list {
  display: flex;
  margin-left: -8px;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .epark_gift_popular_brand_list {
    display: block;
    width: calc(100% + 31px);
    min-height: calc(72px + 1px);
    margin-left: -16px;
    margin-bottom: 16px;
    padding-right: 16px;
    overflow-y: scroll;
    white-space: nowrap;
    font-size: 0;
  }

  .epark_gift_popular_brand_list::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none;
  }
}

.epark_gift_popular_brand_list_item {
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  margin-left: 8px;
  transition: all 0.2s;
}

.epark_gift_popular_brand_list_item_sp {
  display: none;
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  margin-left: 8px;
  transition: all 0.2s;
}

@media (max-width: 767px) {
  .epark_gift_popular_brand_list_item {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
  }

  .epark_gift_popular_brand_list_item_sp {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
  }

  .sp_none {
    display: none !important;
    text-align: center;
    vertical-align: middle;
  }

  .epark_gift_popular_brand_list_item:first-child {
    margin-left: 16px;
  }

  .epark_gift_popular_brand_list_item_sp:first-child {
    margin-left: 16px;
  }
}

.epark_gift_popular_brand_list_item:hover {
  opacity: 0.5;
}

.epark_gift_popular_brand_list_item_sp:hover {
  opacity: 0.5;
}

.epark_gift_popular_brand_list_item img {
  max-width: 100%;
}

.epark_gift_popular_brand_list_item_sp img {
  max-width: 100%;
}

.epark_gift_popular_genre_title {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: bold;
}

@media (max-width: 767px) {
  .epark_gift_popular_genre_title {
    font-size: 11px;
  }
}

.epark_gift_popular_genre_list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
}

@media (max-width: 767px) {
  .epark_gift_popular_genre_list {
    display: block;
    width: calc(100% + 31px);
    min-height: calc(32px + 1px);
    margin-left: -16px;
    padding-right: 16px;
    overflow-y: scroll;
    white-space: nowrap;
    font-size: 0;
  }

  .epark_gift_popular_genre_list::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none;
  }
}

.epark_gift_popular_genre_list_item {
  display: flex;
  justify-content: center;
  min-width: 72px;
  margin-left: 8px;
  padding: 6px 8px;
  color: #424242;
  font-size: 12px;
  background: #fff;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.2s;
}

@media (max-width: 767px) {
  .epark_gift_popular_genre_list_item {
    display: inline-block;
    text-align: center;
  }

  .epark_gift_popular_genre_list_item:first-child {
    margin-left: 16px;
  }
}

.epark_gift_popular_genre_list_item:hover {
  opacity: 0.5;
}


/* 【S479】［おでかけ枠(自チーム枠)］バナー更新 11/20(水)リリース */
.app_banner_image {
  width: 100%; 
  height: auto;
}
/* 初期状態で全ての<p>タグを非表示に設定 */
.app_banner p {
  display: none;
}
/* PC版の画面幅では<p>タグを必ず非表示 */
@media (min-width: 768px) {
  .app_banner p {
      display: none;
  }
}

/* 【S479】［おでかけ枠(自チーム枠)］バナー更新 11/20(水)リリース */
.app_banner_image_top {
  width: 100%; 
  height: auto;
}

/* SP用バナー（768px未満で表示） */
.relax_banner p {
  display: none;
}

/* SP用バナー（768px未満で表示） */
@media (max-width: 767px) {
  .relax_banner .sp_only {
    display: block;
  }
}

/* PC用バナー（768px以上で表示） */
@media (min-width: 768px) {
  .relax_banner .pc_only {
    display: block;
  }
}

/* バナー画像の共通スタイル */
.relax_banner_image {
  width: 100%; 
  height: auto;
}