@charset "UTF-8";
/*--------------------
構造
--------------------*/
#main{
  padding-top: 130px;
}
#contents {
  padding: 0;
}
#contents > .inner {
  width: 100% !important;
  min-width: 100% !important;
}
#contents-main.all {
  padding: 0;
}

/*--------------------
汎用
--------------------*/
#contents .p_title {
  border-bottom: 4px solid var(--color-base-line-light); 
}
#contents .btn-more::before {
  font-family: var(--fontfamily-icon);
  margin: 0 5px 0 0;
  font-size: 1em;
  display: inline-block;
  content: "\e5cc";
  vertical-align: middle;
}
#contents .parts .p_title h2 {
  font-family: var(--fontfamily-english);
  font-size: 18px;
  width: var(--inner-Width);
  min-width: var(--inner-Min-Width);
  max-width: var(--inner-Max-Width);
  margin: 0 auto -4px;
  padding: 8px 0;
  border-bottom: none;
  overflow: hidden;
  position: relative;
}
#contents .parts .p_title h2::before {
  content: "";
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: -4px;
  font-family: var(--fontfamily-base);
}
#contents .parts .p_title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 160px;
  height: 4px;
  background: var(--color-base-accent-dark);
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: 3;
}
#contents .parts#event .p_title h2::before {
  content: "イベント＆ニュース";
}
#contents .parts#gourmet .p_title h2::before {
  content: "レストラン＆カフェ";
}
#contents .parts#news .p_title h2::before {
  content: "ショップニュース";
}
#contents .parts.goods_like .p_title h2::before {
  content: "いいね！ランキング";
}
#contents .p_title h2 .btn-more {
  position: absolute;
  top: 4px;
  right: 0;
}
#contents .parts > .item_list {
  overflow: hidden;
  width: var(--inner-Width);
  max-width: var(--inner-Max-Width);
  min-width: var(--inner-Min-Width);
  margin: 10px auto -10px;
}

/*ショップ名（タイトル）　フロア名のフォント共通*/

#contents #pickup.parts .feature .title,
#contents .shopnews_list .item .desc .title,
#contents #newsevent.parts article h4,
#contents #event.parts article h4,
#contents .parts.goods_like .item .title{
  font-size: 14px;
}

#contents #newsevent.parts article h4,
#contents #event.parts article h4 {
    margin-top:5px;
}

#contents section.parts {
  margin: 0 0 40px;
}
#contents section.parts > .inner {
  max-width: auto;
  min-width: 0;
  width: 960px;
}

/*header*/
body.view header#main_header {
  position: fixed;
  top: 0;
  width: 100%;
}
body.pc.view header + * {
  padding-top: 130px;
}

/*ニュース一覧の画像装飾*/
#contents .shopnews_list .item p.image ,
#contents #newsevent.parts article .photo .image,
#contents #event.parts article .photo .image,
.gr_swiper ul li .shopimg{
}

/*--------------------
バナー
--------------------*/
.main_banner_area {
  width: 100%;
  margin: 0 0 20px;
  padding: 60px 0 20px;
  /* padding: 170px 0 20px; */
  overflow: hidden;
  position: relative;
  background: transparent no-repeat center / cover;
}

.main_banner_area:before {
  position: absolute;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  /*
  background: url(../img/bg_pattern1.png) center 10px; */
}

/*--------------------------------
グルメ店舗一覧
--------------------------------*/
#contents .gourmet_area {
  box-sizing: border-box;
  padding: 10px 0 0;
  width:100%;
  overflow: hidden;
}
#contents .parts.gourmet_area .p_title h2 {
  padding-bottom: 10px;
}
#contents .parts.gourmet_area .p_title h2 span:after{
  display: none;
}
#contents .gourmet_area .p_title h2 .btn-more{
  background: #fff;
}
.gr_swiper {
  width: var(--inner-Width);
    min-width:var(--inner-Min-Width);
    max-width:var(--inner-Max-Width);
    margin:30px auto 20px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding:10px 50px;
}
/*TOPのレストラン*/
.gr_swiper .swiper-button-next,
.gr_swiper .swiper-button-prev {
    position: absolute;
    margin:-10px 0;
    top: 10px;
    width: 30px;
    height: 100%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-base-main-light);
}
.gr_swiper .swiper-button-next{
    right: 0px;
    left: auto;
}
.gr_swiper .swiper-button-prev{
    left: 0px;
    right: auto;
}
.gr_swiper .swiper-button-next:after,
.gr_swiper .swiper-button-prev:after {
    font-family: var(--fontfamily-icon);
    content: "\e5cc";
    margin: 0 0 0 0px;
    font-size:30px;
    color: var(--color-base-accent-dark);
    font-variation-settings: var(--iconfont-wght700GRAD200-set);
}
.gr_swiper .swiper-button-prev:after{
    content: "\e5cb";
}

.gr_swiper .swiper-container {
    overflow: hidden;
    box-sizing: border-box;
    margin-top:-4px;

}
.gr_swiper ul li{
    height:226px;
    overflow: hidden;
}
.gr_swiper ul li .shopimg{
    width:100%;
    height:180px;
    box-sizing: border-box;
    border: 1px solid var(--color-base-line-dark);
}
.gr_swiper ul li .shopimg img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position: 50% 50%;
    /*上から表示して下をカットする場合
    object-position: 50% 0; */
}
.gr_swiper ul li .shopimg .item_image_noimg{
    width:100%;
    height:100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding:0 25px;
}
.gr_swiper ul li .shopimg .item_image_noimg img{
    object-fit: contain;
    width:100%;
    height:100%;
    object-position: 50% 50%;

}
.gr_swiper ul li .name {
padding :8px 0 2px;
    line-height: 1.5;
    font-size:12px;
}
.gr_swiper ul li .name p{
  word-break: break-all;
}
.gr_swiper ul li .name strong {
    font-weight: normal;
}
/*--------------------
イベント (イベント、ショップニュースMIX)
--------------------*/
.pc #contents #event.parts {
  margin-top: 20px;
}
#contents #event.parts dl {
  display: flex;
  justify-content: center;
  font-size: 14px;
  padding: 20px 0 4px;
}
#contents #event.parts dl dt {
  border: 1px solid var(--color-base-line-dark);
  border-width: 0 1px;
  font-family: var(--fontfamily-english);
  font-weight: bold;
}
#contents #event.parts dl dt a,
#contents #event.parts dl dd a {
  padding: 0 18px;
  display: block;
  position: relative;
}
#contents #event.parts dl dt a:hover,
#contents #event.parts dl dd a:hover {
  opacity: 1;
}
#contents #event.parts dl dt a:after,
#contents #event.parts dl dd a:after {
  content: "";
  background: var(--color-base-accent-dark);
  display: block;
  position: absolute;
  width: calc(100% - 36px);
  height: 0;
  transition-duration: .15s;
}
#contents #event.parts dl dt a:after,
.pc #contents #event.parts dl dd a:hover:after {
  height: 4px;
}
.pc #contents #event.parts dl dd {
  border-right: 1px solid var(--color-base-line-dark);
}
#contents #event.parts article {
  width: 25%;
  float: left;
  padding: 16px;
  margin: 10px 0 0;
  box-sizing: border-box;
  vertical-align: top;
  overflow: hidden;
  position: relative;
}
#contents #event.parts article .eventcat {
  font-size: 12px;
  position: absolute;
  top: 204px;
  background: var(--color-base-main-dark);
  line-height: 1.5em;
  color: #fff;
}
#contents #event.parts article .eventcat a {
  color: #fff;
  padding: 0 6px;
}
#contents #event.parts article h4,
#contents #event.parts article p.eventcat,
#contents #event.parts article p.subtitle,
#contents #event.parts article p.term {
  padding: 0 0 0 0;
}
#contents #event.parts article h4 {
  font-size: 16px;
  line-height: 1.5em;
  margin: 12px 0 6px;
  word-break: break-all;
}
#contents #event.parts article .photo .image {
  height: 200px;
  margin-bottom: 8px;
  border: 1px solid var(--color-base-line-dark);
  box-sizing: border-box;
}
#contents #newsevent.parts article .photo .image img,
#contents #event.parts article .photo .image img {
    height:100%;
    width:100%;
    object-fit:cover;
    /*object-position: 50% 50%;*/
    /*上から表示して下をカットする場合*/
    object-position: 50% 0; 
}
#contents #event.parts article .subtitle {
  display: none;
}
#contents #event.parts article .term {
  display: block;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.4em;
}
#contents #event.parts article.now {
  position: relative;
}
#contents #event.parts article .ico_new {
  display: none;
}

/*--------------------
Shopnews!
--------------------*/
.shopnews_head .tag_list {
  margin: 20px 0 -10px;
  padding: 0;
}
.shopnews_head .tag_list a {
  background: var(--color-base-main-light);
}
.shopnews_head .cat {
  display: flex;
  justify-content: center;
  font-size: 14px;
  padding: 20px 0 4px;
}
.shopnews_head .cat dt {
  border: 1px solid var(--color-base-line-dark);
  border-width: 0 1px;
  font-family: var(--fontfamily-english);
  font-weight: bold;
}
.pc .shopnews_head .cat dd ul {
  display: flex;
  justify-content: center;
}
.pc .shopnews_head .cat dd li {
  border-right: 1px solid var(--color-base-line-dark);
}
/* ID4は非表示 */
.shopnews_head .cat dd li.cat4{
  display: none;
}
.shopnews_head .cat dt a,
.shopnews_head .cat dd li a {
  padding: 0 18px;
  display: block;
  position: relative;
}
.shopnews_head .cat dt a:hover,
.shopnews_head .cat dd li a:hover {
  opacity: 1;
}
.shopnews_head .cat dt a::after,
.shopnews_head .cat dd li a::after {
  content: "";
  background: var(--color-base-accent-dark);
  display: block;
  position: absolute;
  width: calc(100% - 36px);
  height: 0;
  transition-duration: .15s;
}
.shopnews_head .cat dt a::after,
.pc .shopnews_head .cat dd li a:hover::after {
  height: 4px;
}
#contents .shopnews_list .gcat_badge {
  display: none;
}
#contents .shopnews_list .item {
  width: -webkit-calc((100% / 3) - 1px);
  width: calc((100% / 3) - 1px);
  height: 216px;
  box-sizing: border-box;
  padding: 16px;
  float: left;
  position: relative;
  overflow: hidden;
  margin: 6px 0 0;
}
#contents .shopnews_list .item .no_img_logo  {
  background-size: 70%;
  position: relative;
}
#contents .shopnews_list .item .no_img_logo img {
  position: absolute;
  width: 70%;
  height: auto;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
#contents .shopnews_list .item .news_box {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
#contents .shopnews_list .item p.image {
  width: 140px;
  height: 180px;
  float: right;
  position: relative;
  border: 1px solid var(--color-base-line-dark);
  box-sizing: border-box;
}
#contents .shopnews_list .item p.image .ico_new {
  top: -16px;
  right: -10px;
}
#contents .shopnews_list .item p.image a {
  display: block;
  width: 100%;
  height: 100%;
}
#contents .shopnews_list .item p.image .no_img_logo {
  border: none;
  background-size: 100px auto;
}
#contents .shopnews_list .item .desc {
  width: -webkit-calc(100% - 153px);
  width: calc(100% - 153px);
  position: relative;
  padding: 0 0 0 0;
}
#contents .shopnews_list .item .desc .title {
  font-size: 14px;
  font-weight: bold;
  border: none;
  padding: 0;
  background: none;
  text-align: left;
  position: relative;
  line-height: 20px;
  word-break: break-all;
}
#contents .shopnews_list .item.sale .desc .title a {
  color: #e33;
}
#contents .shopnews_list .item.sale .desc .title:before,
#contents .shopnews_list .item.cat2 .desc .title:before {
  text-align: center;
  font-family: var(--fontfamily-english);
  display: block;
  font-size: 12px;
  padding: 2px 8px;
  vertical-align: top;
  line-height: 1em;
}
#contents .shopnews_list .item.sale .desc .title:before {
  content: "SALE";
  width: 3em;
  color: #fff;
  background: #e33;
}
#contents .shopnews_list .item.cat2 .desc .title:before {
  content: "COUPON";
  width: 5.5em;
  color: var(--color-base-accent-dark);
  border: 1px solid var(--color-base-accent-dark);
}
#contents .shopnews_list .item.cat2 .desc .title a {
  line-height: 18px;
  margin-left: 2px;
}
#contents .shopnews_list .item .desc .subtitle {
  font-size: 12px;
  line-height: 16px;
  margin-top: 10px;
}
#contents .shopnews_list .item .desc .price {
  display: none;
  font-weight: bold;
  font-size: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#contents .shopnews_list .item .desc .date {
  font-size: 12px;
  line-height: 1em;
  margin: 4px 0 12px;
  font-family: var(--fontfamily-english);
  font-weight: bold;
}
#contents .shopnews_list .item .desc .date .ico_new {
  margin-left: 4px;
}

/*--------------------
Shopnews Ranking （いいねランキング）
--------------------*/
#contents .parts.goods_like .inner {
  border: 4px solid var(--color-base-line-light);
  padding: 16px;
  box-sizing: border-box;
  display: flex;
}
#contents .parts.goods_like .p_title {
  width: 190px;
  border: none;
  border-right: 1px solid var(--color-base-line-dark);
  position: relative;
  padding: 2px 16px 0 0;
  box-sizing: border-box;
}
#contents .parts.goods_like .p_title h2 {
  max-width: auto;
  min-width: 0;
  padding: 12px 0;
  margin-top: 4px;
}
#contents .parts.goods_like .p_title::before {
  content: "";
  display: block;
  width: 30px;
  height: 40px;
  position: absolute;
  background: url(../img/ico_ranking.svg);
  right: 0;
  bottom: 24px;
  margin: auto;
  left: -14px;
}
#contents .parts.goods_like .goodslike_list {
  display: flex;
  flex-wrap: nowrap;
}
#contents .parts.goods_like .item {
  height: 180px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
#contents .parts.goods_like .item .image {
  border: 1px solid var(--color-base-line-dark);
  box-sizing: border-box;
}
#contents .parts.goods_like .item:nth-of-type(1) {
  width: 310px;
  padding: 0 20px;
  border-right: 1px solid var(--color-base-line-dark);
}
#contents .parts.goods_like .item:nth-of-type(1) .goods_like {
  margin: 0 155px 15px 16px;
}
#contents .parts.goods_like .item:nth-of-type(1) .image {
  float: right;
  width: 120px;
  margin: 0 0 0 20px;
}
#contents .parts.goods_like .item:nth-of-type(n+2) {
  width: 90px;
  margin-left: 18px;
  position: relative;
}
#contents .parts.goods_like .item:nth-of-type(n+2) .image {
  width: 100%;
  height: 90px;
  position: absolute;
  bottom: 36px;
}
#contents .parts.goods_like .item:nth-of-type(n+2) .title {
  display: none;
}
#contents .parts.goods_like .item:nth-of-type(n+2) .desc {
  margin-top: 0;
}
#contents .parts.goods_like .item:nth-of-type(n+2) .rank {
  font-size: 96%;
  line-height: 1.4em;
}
#contents .parts.goods_like .item:nth-of-type(n+2) .goods_like {
  font-size: 85%;
  line-height: 1.4em;
  padding: 0px 0;
  margin-bottom: 8px;
}
#contents .parts.goods_like .item:nth-of-type(n+2) .goods_like i {
  font-size: 90%;
  line-height: 1.4em;
}
#contents .parts.goods_like .item:nth-of-type(n+2) .subtitle {
  font-size: 11px;
  padding-top: 95px;
}
#contents .parts.goods_like .item .rank {
  display: block;
  text-align: center;
  font-family: var(--fontfamily-english);
  font-weight: bold;
  z-index: 10;
  box-sizing: border-box;
  font-size: 18px;
  margin: 0 0 3px;
}
#contents .parts.goods_like .item .image .img_bg_css.no_img_logo {
  background-size: 70px auto;
}
#contents .parts.goods_like .item .goods_like {
  border: 1px solid var(--color-base-line-dark);
  position: relative;
  font-family: var(--fontfamily-english);
  font-weight: bold;
  display: flex;
  justify-content: center;
  border-radius: 100px;
  margin: 0 6px 14px;
  line-height: 1em;
  padding: 3px 0;
  color: var(--color-base-accent-dark);
}
#contents .parts.goods_like .item .goods_like::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #fff;
  border: 1px solid var(--color-base-line-dark);
  border-width: 0 0 1px 1px;
  transform: rotate(-45deg);
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
}
#contents .parts.goods_like .item .goods_like:before {
  content: "\e87d";
  font-family: var(--fontfamily-icon);
  color: var(--color-base-accent-dark);
  vertical-align: middle;
  font-variation-settings: var(--iconfont-FILL1-set);
  margin-right: 4px;
}
#contents .parts.goods_like .item .desc {
  margin-top: 0;
}
#contents .parts.goods_like .item .title {
  display: block;
  margin: 0 0 2px 0;
  font-weight: bold;
  line-height: 1.4em;
}
#contents .parts.goods_like .item .name.subtitle,
#contents .parts.goods_like .item .floor {
  line-height: 16px;
  font-size: 12px;
}

/*--------------------
Trend Words
--------------------*/
#contents .parts#trendwords {
  margin: 0;
}
#contents .parts#trendwords .tag_list {
  overflow: hidden;
  box-sizing: border-box;
  border-top: none;
  margin: 20px auto 0;
}
#contents .parts#trendwords .tag_list_name {
  margin: 0 6px 4px 0;
}
#contents .parts#trendwords li .btn-more {
  background: #fff;
  width: 90px;
  position: static;
}

/*
-------------------------------------------------
sp
-------------------------------------------------
*/
/* TOP背景 */
body.sp .main_banner_area{
  background: transparent no-repeat center / 155%;
}
body.sp #contents .inner {
  /* padding: 0 16px; */
  padding: 0;
  margin: 10px 0;
  width: auto !important;
  min-width: 100%;
}
body.sp #contents-main.all {
  padding: 0px 0;
  margin-top: 20px;
}
/* PCの幅指定　解除 */
body.sp #contents .parts#trendwords,
body.sp #contents .parts.goods_like,
body.sp #contents #event.parts article,
body.sp #contents .voice ul li,
body.sp #contents .voice .swiper-container_voice {
  width: 100%;
}
body.sp #contents .parts .p_title h2,
body.sp #contents .parts > .item_list {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 0 16px;
  box-sizing: border-box;
}
body.sp #contents section.parts {
  margin: 0 0 20px;
}

/*タイトルテキスト*/
body.sp #contents .parts .p_title {
  width: 100%;
  float: none;
  text-align: center;
  position: relative;
  text-align: center;
  position: relative;
  padding-left: 0;
  border-width: 2px;
  /* margin: 0 -16px;
  width: calc(100% + 32px); */
}

/*pcのスタイル上書きのため個別指定*/
body.sp #contents #pickup.parts h2,
body.sp #contents .parts.goods_like .p_title h2,
body.sp #contents #event.parts .p_title h2,
body.sp #contents #news.parts .p_title h2,
body.sp #contents .parts.goods_like .p_title h2,
body.sp #contents #trendwords.parts .p_title h2,
body.sp #contents #gourmet.parts .p_title h2 {
  padding: 20px 0 16px;
  font-size: 15px;
  margin: 0;
  line-height: 1.4em;
  padding: 3px 0;
  overflow: visible;
  font-size: 4.4vw;
}
body.sp #contents #pickup.parts h2::before,
body.sp #contents .parts.goods_like .p_title h2::before,
body.sp #contents #event.parts .p_title h2::before,
body.sp #contents #news.parts .p_title h2::before,
body.sp #contents .parts.goods_like .p_title h2::before,
body.sp #contents #trendwords.parts .p_title h2::before,
body.sp #contents #gourmet.parts .p_title h2::before {
  font-size: 10px;
}
body.sp #contents #pickup.parts h2::after,
body.sp #contents .parts.goods_like .p_title h2::after,
body.sp #contents #event.parts .p_title h2::after,
body.sp #contents #news.parts .p_title h2::after,
body.sp #contents .parts.goods_like .p_title h2::after,
body.sp #contents #trendwords.parts .p_title h2::after,
body.sp #contents #gourmet.parts .p_title h2::after {
  height: 2px;
  bottom: -2px;
  width: 130px;
}
body.sp #contents .btn-more {
  width: 56px;
  border-radius: 30px;
  font-size: 14px;
  padding: 0px 0px 2px;
  position: absolute;
  top: 20px;
}
body.sp #contents .btn-more:before {
  margin: 0 4px 0 0;
}

/*各リスト*/
body.sp #contents #event.parts article, 
body.sp #contents #newsevent.parts article, 
body.sp #contents #news.parts article {
  width: calc(100% / 2 - 0px);
  box-sizing: border-box;
  display: block;
  margin:0;
  padding:10px;
	overflow: hidden;
}
body.sp #contents #event.parts article .image, 
body.sp #contents #newsevent.parts article .image, 
body.sp #contents #news.parts article .image {
  width:100%;
  box-sizing: border-box;
  display: block;
  margin:0;
  padding:0px;
  float: none;
  position: relative;
  height:auto;
}

body.sp #contents #event.parts article .image:before, 
body.sp #contents #newsevent.parts article .image:before
/*, 
body.sp #contents #news.parts article .image:before*/
{
    content: "";
    display: block;
    padding-top: 100%;
}

body.sp #contents #event.parts article .image img, 
body.sp #contents #newsevent.parts article .image img
/*, 
body.sp #contents #news.parts article .image img*/
{
    position: absolute;
    top: 0%;
    width: 100%;
}
body.sp #contents #event.parts article .image .no_img_logo, 
body.sp #contents #newsevent.parts article .image .no_img_logo, 
body.sp #contents #news.parts article .image .no_img_logo{
    position: absolute;
    top: 0%;
    width: 100%;
    height:100%;
}

/*banner*/
body.sp .main_banner_area{
  margin: 0 0 10px;
}

/*event*/
body.sp #contents #event.parts {
  margin-top: 0;
}
body.sp #contents #event.parts dl {
  padding: 20px 4px 8px;
}
body.sp #contents #event.parts dl dt {
  width: 30%;
  border: none;
  border-bottom: 2px solid var(--color-base-accent-dark);
}
body.sp #contents #event.parts dl dt a {
  font-size: 15px;
}
body.sp #contents #event.parts dl dt a:after {
  display: none;
}
body.sp #contents #event.parts dl dt a,
body.sp #contents #event.parts dl dd a {
  padding: 0;
  text-align: center;
}
body.sp #contents #event.parts dl dd {
  border: 1px solid var(--color-base-line-dark);
  border: 1px solid var(--color-base-line-dark);
  display: inline-block;
  background: var(--color-base-main-light);
  margin: 0;
  padding: 2px 2px 2px 10px;
  font-size: 14px;
  line-height: 1.6em;
  border-radius: 4px;
  margin-left: 15px;
}
body.sp #contents #event.parts dl dd::after {
  content: "\e5cc";
  font-family: var(--fontfamily-icon);
  font-weight: bold;
  color: inherit;
  color: var(--color-base-accent-dark);
  margin: 0 0 0 0;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
}
body.sp #contents #event.parts dl dd a {
  padding: 0;
  display: inline;
}
body.sp #contents #event.parts .event_list {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
}
body.sp #contents #event.parts article {
  width: 50%;
  padding: 10px;
}
body.sp #contents #event.parts article:nth-child(even) {
  padding-right: 6px;
}
body.sp #contents #event.parts article:nth-child(odd) {
  padding-left: 6px;
}
body.sp #contents #event.parts article .photo .image {
  height: 42vw;
  /* height: 38vw; */
}
body.sp #contents #event.parts article .eventcat {
  top: 42vw;
  /* top: 38vw; */
  font-size: 10px;
}
body.sp #contents #event.parts article h4 {
  font-size: 4.0vw;
  line-height: 1.4em;
  margin: 6px 0 0;
}
@media screen and (min-width: 769px) {
  body.sp #contents #event.parts article h4 {
    font-size: 14px;
  }
}
body.sp #contents #event.parts article .term {
  margin: 4px 0 0;
  font-size: 3.4375vw;
  line-height: 1.4em;
}
@media screen and (min-width: 769px) {
  body.sp #contents #event.parts article .term {
    font-size: 11px;
  }
}
/*shopnews*/
body.sp #contents #news {
  overflow: visible;
}
body.sp #contents #news .item_list {
  padding: 8px 16px 0 24px;
  box-sizing: border-box;
  overflow: visible;
}
body.sp #contents #news .shopnews_head {
  padding: 0 0px; }
  body.sp #contents #news .shopnews_head .tag_list {
    margin: 0;
    padding: 15px 0 5px 8px; }
    body.sp #contents #news .shopnews_head .tag_list .tag_list_name {
      margin: 0 6px 6px 0; }
    body.sp #contents #news .shopnews_head .tag_list a {
      padding: 1px 6px; }
      body.sp #contents #news .shopnews_head .tag_list a::before {
        font-size: 14px; }

body.sp #contents #news .shopnews_head dl {
  padding: 11px 26px 8px;
  justify-content: space-between;
  position: relative;
}

body.sp #contents #news .shopnews_head dl dt {
  padding: 0;
  line-height: 30px;
  width: 35%;
  box-sizing: border-box;
  border: none;
}
body.sp #contents #news .shopnews_head dl dt a {
  padding: 0;
  text-align: center;
  font-family: var(--fontfamily-english);
  font-size: 15px;
  font-weight: bold;
}
body.sp #contents #news .shopnews_head dl dt a::after {
  height: 2px;
  width: 100%;
}

body.sp #contents #news .shopnews_head dl dt::before, body.sp #contents #news .shopnews_head dl dt::after {
  display: none;
}
body.sp #contents #news .shopnews_head dl.cat dd {
  /* position: relative; */
  width: 60%;
}
body.sp #contents #news .shopnews_head dl.cat dd ul {
  display: none;
  position: absolute;
  top: 50px;
  left: 24px;
  width: calc(100% - 50px);
  border: 1px solid var(--color-base-line-dark);
  z-index: 20;
  background: #fff;
  box-sizing: border-box;
  padding: 0;
  border-radius: 0;
  font-size: 3.75vw;
}
body.sp #contents #news .shopnews_head dl.cat dd ul li,
body.sp #contents #news .shopnews_head dl.cat dd ul > dd,
body.sp #contents #news .shopnews_head dl.cat dd ul > dt {
  display: block;
}
/* ID4非表示 */
body.sp #contents #news .shopnews_head dl.cat dd ul li.cat4{
  display: none;
}
body.sp #contents #news .shopnews_head dl.cat dd ul li:not(:last-of-type),
body.sp #contents #news .shopnews_head dl.cat dd ul > dd:not(:last-of-type),
body.sp #contents #news .shopnews_head dl.cat dd ul > dt:not(:last-of-type) {
  border-bottom: 1px solid var(--color-base-line-light);
}
body.sp #contents #news .shopnews_head dl.cat dd ul li > a,
body.sp #contents #news .shopnews_head dl.cat dd ul > dd > a,
body.sp #contents #news .shopnews_head dl.cat dd ul > dt > a {
  padding: 6px 10px;
  box-sizing: border-box;
  position: relative;
  display: block;
}
body.sp #contents #news .shopnews_head dl.cat dd ul li > a::after,
body.sp #contents #news .shopnews_head dl.cat dd ul > dd > a::after,
body.sp #contents #news .shopnews_head dl.cat dd ul > dt > a::after {
  content: "\e5cc";
  font-family: var(--fontfamily-icon);
  font-weight: bold;
  color: inherit;
  font-size: 20px;
  display: inline-block;
  color: var(--color-base-accent-dark);
  position: absolute;
  left: auto;
  right: 0px;
  top: calc(100% / 2 - 12px);
  bottom: auto;
  width: 1em;
} 
@media screen and (min-width: 769px) {
  body.sp #contents #news .shopnews_head dl.cat dd ul {
    font-size: 12px;
  }
}
body.sp #contents #news .shopnews_head dl.cat dd p {
  border: 1px solid var(--color-base-line-dark);
  line-height: 30px;
  box-sizing: border-box;
  position: relative;
  padding-right: 40px;
  text-align: center;
  font-size: 14px;
  border-radius: 0;
  /* font-size: 4.375vw; */
}
body.sp #contents #news .shopnews_head dl.cat dd p::before {
  content: "";
  display: inline-block;
  width: 0;
  border-left: 1px solid var(--color-base-line-dark);
  height: 14px;
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
}
body.sp #contents #news .shopnews_head dl.cat dd p::after {
  content: "\e5cf";
  font-family: var(--fontfamily-icon);
  font-weight: bold;
  color: inherit;
  font-size: 20px;
  color: var(--color-base-text-dark);
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  text-align: center;
  transition-duration: 0.3s;
}
body.sp #contents #news .shopnews_head dl.cat dd p.active::after, body.sp #contents #news .shopnews_head dl.cat dd p.up::after {
  transform: rotate(180deg);
}
@media screen and (min-width: 769px) {
  body.sp #contents #news .shopnews_head dl.cat dd p {
    font-size: 14px;
  }
}

body.sp #contents #news .shopnews_head dl.cat dd p.active::after {
  transform: rotate(180deg);
}
body.sp #contents #news .item_list .item {
  width: 100%;
  margin: 0 0 24px;
  padding: 0;
  height: auto;
  flex-wrap: wrap;
  overflow: visible;
}
body.sp #contents #news .item_list .item::after {
  content: "\e5cc";
  font-family: var(--fontfamily-icon);
  width: 20px;
  font-weight: bold;
  height: 20px;
  font-size: 20px;
  background: #fff;
  border-radius: 40px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  position: absolute;
  right: -2px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: var(--color-base-accent-dark);
  text-indent: 0;
  text-align: center;
  line-height: 20px;
  padding-left: 1px;
  box-sizing: border-box;
}
body.sp #contents #news .item_list .item:nth-child(even) {
  padding-right: 0;
}
body.sp #contents #news .item_list .item:nth-child(odd) {
  padding-left: 0;
}
body.sp #contents #news .shopnews_list .item:nth-of-type(2n) {
  border-right: none;
}
body.sp #contents #news .item_list .item p.image {
  height: 100px;
  height: 38vw;
  float: right;
  width: 30vw;
  margin: 0 10px 0 10px;
}
body.sp #contents #news .shopnews_list .item p.image .ico_new {
  top: -10px;
  right: -2px;
}
body.sp #contents #news .item_list .item .desc {
  width: 100%;
  padding: 4px 0;
  box-sizing: border-box;
}
body.sp #contents #news .item_list .item .desc .date {
  font-size: 11px;
  margin: 0px 0 6px;
}
body.sp #contents #news .item_list .item .desc .title {
  font-size: 4.375vw;
  line-height: 1.4em;
}
@media screen and (min-width: 769px) {
  body.sp #contents #news .item_list .item .desc .title {
    font-size: 14px;
  }
}
body.sp #contents #news .item_list .item .desc .title::before {
  font-size: 3.4375vw;
  margin-bottom: 4px;
}
@media screen and (min-width: 769px) {
  body.sp #contents #news .item_list .item .desc .title::before {
    font-size: 11px;
  }
}
body.sp #contents #news .item_list .item .desc .subtitle {
  font-size: 3.4375vw;
  margin: 3px 0 0;
  line-height: 1.4em;
}
@media screen and (min-width: 769px) {
  body.sp #contents #news .item_list .item .desc .subtitle {
    font-size: 11px;
  }
}

body.sp #contents #news .item_list .item .desc .title,
body.sp #contents #news .item_list .item .desc .subtitle {
  overflow: hidden; }

/*グルメ*/
body.sp #contents .gourmet_area.parts .p_title{
  padding-bottom: 0;
}

body.sp #contents .gr_swiper {
    min-width: 100%;
    max-width:100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding: 24px 0px 0 36px;
}
body.sp #contents .gr_swiper li {
    height:200px;
}
body.sp .gr_swiper ul li .name{
  line-height: 1.2em;
}
body.sp #contents .gr_swiper ul li .shopimg {
    width: 100%;
    height: 150px;
    box-sizing: border-box;
}

body.sp #contents .gr_swiper .swiper-container {
    width:120%;
 
}
body.sp #contents .gr_swiper .swiper-button-next, 
body.sp #contents .gr_swiper .swiper-button-prev {
    width: 20px;
    /* height: 30px; */
    top: 20px;
	/* top: calc(50% - 20px); */
}
body.sp #contents .gr_swiper .swiper-button-next:after, 
body.sp #contents .gr_swiper .swiper-button-prev:after {
    font-size: 20px;
}
/*--------------------
like_tag_box
いいねランキング
--------------------*/
body.sp #contents .parts.goods_like {
  padding: 0 24px;
  box-sizing: border-box;
  margin: 0 0 40px;
}
body.sp #contents .parts.goods_like .inner {
  margin: 0 0 -20px;
  padding: 0 20px 16px;
  flex-wrap: wrap;
}
body.sp #contents .parts.goods_like .p_title {
  padding: 0;
  border: none;
  margin: 10px -10px 0;
  width: calc(100% + 20px);
}
body.sp #contents .parts.goods_like .p_title h2 {
  padding: 2px 0 4px;
}
body.sp #contents .parts.goods_like .p_title h2::after {
  width: 100%;
}
body.sp #contents .parts.goods_like .p_title h2::before {
  line-height: 1.5em;
  padding: 0 0 2px;
}
body.sp #contents .parts.goods_like .p_title::before {
  left: 10px;
  right: auto;
  bottom: 9px;
  width: 20px;
  height: 27px;
  background-repeat: no-repeat;
}
body.sp #contents .parts.goods_like .goodslike_list {
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
body.sp #contents .parts.goods_like .goods_like {
  font-size: 13px;
  width: 65px;
  margin: 0 auto 14px;
}
body.sp #contents .parts.goods_like .item {
  border: none;
  width: calc(50% - 10px);
  height: calc(120px + 5em);
  position: relative;
  margin: 4px 0 0;
  padding: 0 6px 10px;
}
body.sp #contents .parts.goods_like .item:nth-of-type(n+2) .subtitle {
  padding: 110px 5px 0;
}

body.sp #contents .parts.goods_like .item p.image {
  width: 30vw;
  height: 100px;
  float: none;
  left: 0;
  right: 0;
  margin: auto;
  bottom: unset;
  top: 60px;
}
body.sp #contents .parts.goods_like .item .desc {
  margin: 0;
}
body.sp #contents .parts.goods_like .item .title {
  margin: 0 0 6px;
  font-size: 4.375vw;
  line-height: 1.4em;
}
@media screen and (min-width: 769px) {
  body.sp #contents .parts.goods_like .item .title {
    font-size: 14px;
  }
}
body.sp #contents .parts.goods_like .item .subtitle {
  font-size: 3.4375vw;
  line-height: 1.4em;
}
@media screen and (min-width: 769px) {
  body.sp #contents .parts.goods_like .item .subtitle {
    font-size: 11px;
  }
}
body.sp #contents .parts.goods_like .item .rank {
  font-size: 15px;
  margin: 0 0 4px;
}
body.sp #contents .parts.goods_like .item:first-of-type {
  border-bottom: 1px solid var(--color-base-line-dark);
  margin-top: 16px;
  width: 100%;
  height: auto;
  padding: 0 6px 14px;
}
body.sp #contents .parts.goods_like .item:first-of-type p.image {
  width: 29vw;
  height: 42vw;
  float: right;
  margin: 10px 0 0 15px;
}
body.sp #contents .parts.goods_like .item:first-of-type .goods_like {
  margin: 0 auto 8px;
  font-size: 13px;
  width: 80px;
}

body.sp #contents .parts.goods_like .item:not(:first-of-type) .desc {
  margin: 6px 0 0;
}
body.sp #contents .parts.goods_like .item:not(:first-of-type) .subtitle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*tag*/
body.sp #contents .parts#trendwords .tag_list {
  padding: 20px 10px 4px;
}
body.sp #contents .parts#trendwords .tag_list_name {
  margin: 0 6px 6px 0;
}
body.sp #contents .parts#trendwords .tag_list_name a {
  padding: 2px 12px;
  width: auto;
}
body.sp #contents .parts#trendwords .tag_list_name a::before {
  font-size: 18px;
}

/*画像をimgで設置するがcssのcoverのようにする*/
.img_objfit {
  width: 100%;
  height: 100%;
}
.img_objfit img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px;
}
.img_objfit img {
  font-family: 'object-fit: cover;';
}
/* ショップニュース画像がないときのlogo調整 */
body.sp #contents #news .shopnews_list .item p.image .no_img_logo img{
  height: auto;
}
