@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Cantarell:400,700&display=swap");
@import url("https://use.fontawesome.com/releases/v5.8.2/css/all.css");
/*--------------------
構造 
--------------------*/
#contents {
  padding: 0;
}

#contents > .inner {
  width: 100% !important;
  min-width: 100% !important;
}

#contents-main.all {
  padding: 0;
}

/*--------------------
汎用
--------------------*/
#contents .p_title {
  border-bottom: 4px solid #e3e8e9;
}

#contents .btn-more::before {
  font-family: "Font Awesome 5 Free";
  margin: 0 10px 0 0;
  font-size: 1em;
  display: inline-block;
  content: "\f0da";
  vertical-align: middle;
}

#contents .parts .p_title h2 {
  font-family: "Cantarell", sans-serif;
  font-size: 18px;
  width: 80%;
  min-width: 960px;
  max-width: 1400px;
  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;
}

#contents .parts .p_title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 160px;
  height: 4px;
  background: #E93722;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: 3;
}

#contents .parts#event .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: 80%;
  max-width: 1400px;
  min-width: 960px;
  margin: 10px auto -10px;
}

/*ショップ名（タイトル）　フロア名のフォント共通*/
#contents #pickup.parts .feature .title,
#contents .parts.goods_like .item .title,
#contents .top_ev_new .item .desc .title,
#contents #event.parts article dd strong {
  font-size: 14px;
}

#contents section.parts {
  margin: 0 0 40px;
}

#contents section.parts > .inner {
  max-width: auto;
  min-width: 0;
  width: 960px;
}

/*header*/
body.view header {
  position: fixed;
  top: 0;
  width: 100%;
}

/*--------------------
バナー
--------------------*/
#banner {
  width: 100%;
  margin: 0 0 20px;
  padding: 140px 0 0;
  overflow: hidden;
  position: relative;
  background: transparent no-repeat center / cover;
}

#banner::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);
}

#banner .swiper-container {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
  /*overflow: visible;*/
}

.pc #banner .swiper-container li {
  width: 660px;
  height: 420px;
  padding: 0 20px;
}

#banner .swiper-container li a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 10px solid #fff;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
  background: #fff;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

#banner .swiper-container li a:hover {
  opacity: 1;
}

#banner .swiper-container li a img {
  min-width: 100%;
}

#banner .swiper-button-prev,
#banner .swiper-button-next {
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 40px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
}

#banner .swiper-button-prev::before,
#banner .swiper-button-next::before {
  font-family: "font Awesome 5 Free";
  font-weight: bold;
  font-size: 26px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  text-align: center;
  color: #005160;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#banner .swiper-button-prev {
  left: calc(50% - 380px);
}

#banner .swiper-button-prev::before {
  content: "\f104";
  padding-right: 4px;
}

#banner .swiper-button-next {
  right: calc(50% - 380px);
}

#banner .swiper-button-next::before {
  content: "\f105";
  padding-left: 4px;
}

#banner .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
  width: 10px;
  height: 10px;
  margin: 0 6px;
}

#banner .swiper-pagination-bullet-active {
  background: #E93722;
}

/*pickup guide*/
#banner .feature_list ul {
  z-index: 2;
  position: relative;
  padding: 10px 0 30px;
  width: 860px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#banner .feature_list ul li {
  width: 390px;
  height: 78px;
  margin: 0 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
}

#banner .feature_list ul li:nth-of-type(n+3) {
  display: none;
}

#banner .feature_list ul .imgbnr {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#banner .feature_list ul a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}

#banner .feature_list ul a img {
  width: auto;
  min-width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#banner .feature_list ul .txt {
  display: none;
}

/*--------------------
店長ボイス
※ショップニュースでも同様表示のため
スタイルはdefault.cssに記載
--------------------*/
#contents section.parts.voice {
  width: 1020px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#contents section.parts.voice .p_title {
  border-bottom: none;
}

#contents section.parts.voice .p_title h2 {
  margin: auto;
  width: auto;
  min-width: auto;
  max-width: auto;
}

#contents section.parts.voice .p_title h2 .btn-more {
  position: static;
  margin: 10px 0 0;
}

/*--------------------
イベント
--------------------*/
.pc #contents #event.parts {
  margin-top: 20px;
}

/*#contents #event.parts .p_title .cal {
	right:140px;
	width: 80px;
}
#contents #event.parts .p_title .cal i {
    vertical-align: middle;
}*/
#contents #event.parts dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  padding: 20px 0 4px;
}

#contents #event.parts dl dt {
  border: 1px solid #bcc6c8;
  border-width: 0 1px;
  font-family: "Cantarell", sans-serif;
  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: #E93722;
  display: block;
  position: absolute;
  width: calc(100% - 36px);
  height: 0;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
}

#contents #event.parts dl dt a:after {
  height: 4px;
}

#contents #event.parts dl dd a:hover:after {
  height: 4px;
}

.pc #contents #event.parts dl dd {
  border-right: 1px solid #bcc6c8;
}

#contents #event.parts article {
  width: 25%;
  float: left;
  padding: 16px;
  margin: 10px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  overflow: hidden;
  position: relative;
}

#contents #event.parts article .eventcat {
  font-size: 12px;
  position: absolute;
  top: 204px;
  background: #333;
  line-height: 1.5em;
}

#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;
}

#contents #event.parts article .photo .image {
  height: 200px;
  margin-bottom: 8px;
  border: 1px solid #bcc6c8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#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.now:before {
  /*    content: "Today";
	font-family: $FONT_FAMILY_EN;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #e93399;
    display: block;
    position: absolute;
    top: 20px;
    left: -46px;
    padding: 6px 60px;
    box-sizing: border-box;
    z-index: 100;
    line-height: 1em;
    transform: rotate(-45deg);
*/
}

#contents #event.parts article .ico_new {
  top: 0;
  right: 6px;
}

/*--------------------
Shopnews!
--------------------*/
.shopnews_head .tag_list {
  margin: 20px 0 -10px;
  padding: 0;
}

.shopnews_head .tag_list a {
  background: #e3e8e9;
}

.shopnews_head .cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  padding: 20px 0 4px;
}

.shopnews_head .cat dt {
  border: 1px solid #bcc6c8;
  border-width: 0 1px;
  font-family: "Cantarell", sans-serif;
  font-weight: bold;
}

.pc .shopnews_head .cat dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pc .shopnews_head .cat dd li {
  border-right: 1px solid #bcc6c8;
}

.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: #E93722;
  display: block;
  position: absolute;
  width: calc(100% - 36px);
  height: 0;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
}

.shopnews_head .cat dt a::after,
.shopnews_head .cat dd li a:hover::after {
  height: 4px;
}

#contents .shopnews_list .gcat_badge {
  display: none;
}

#contents .shopnews_list .item {
  width: calc((100% / 3) - 1px);
  height: 216px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px;
  float: left;
  position: relative;
  overflow: hidden;
  margin: 6px 0 0;
}

#contents .shopnews_list .item .news_box {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#contents .shopnews_list .item p.image {
  width: 140px;
  height: 180px;
  float: right;
  position: relative;
  border: 1px solid #bcc6c8;
  -webkit-box-sizing: border-box;
          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: 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: "Cantarell", sans-serif;
  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: #E93722;
  border: 1px solid #E93722;
}

#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: "Cantarell", sans-serif;
  font-weight: bold;
}

#contents .shopnews_list .item .desc .date .ico_new {
  margin-left: 4px;
}

/*--------------------
Shopnews Ranking （いいねランキング）
--------------------*/
#contents .parts.goods_like .inner {
  border: 4px solid #e3e8e9;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#contents .parts.goods_like .p_title {
  width: 190px;
  border: none;
  border-right: 1px solid #bcc6c8;
  position: relative;
  padding: 2px 16px 0 0;
  -webkit-box-sizing: border-box;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

#contents .parts.goods_like .item {
  height: 180px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

#contents .parts.goods_like .item .image {
  border: 1px solid #bcc6c8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#contents .parts.goods_like .item:nth-of-type(1) {
  width: 310px;
  padding: 0 20px;
  border-right: 1px solid #bcc6c8;
}

#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: "Cantarell", sans-serif;
  font-weight: bold;
  z-index: 10;
  -webkit-box-sizing: border-box;
          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 #bcc6c8;
  position: relative;
  font-family: "Cantarell", sans-serif;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  margin: 0 6px 14px;
  line-height: 1em;
  padding: 3px 0;
  color: #E93722;
}

#contents .parts.goods_like .item .goods_like::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #fff;
  border: 1px solid #bcc6c8;
  border-width: 0 0 1px 1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
}

#contents .parts.goods_like .item .goods_like i {
  display: block;
  margin-right: 5px;
}

#contents .parts.goods_like .item .desc {
  margin-top: 8px;
}

#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;
}

/*2位以下表示*/
/*--------------------
Trend Words
--------------------*/
#contents .parts#trendwords {
  margin: 0;
}

#contents .parts#trendwords .tag_list {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: none;
}

#contents .parts#trendwords .tag_list_name {
  margin: 0 6px 4px 0;
}

#contents .parts#trendwords li .btn-more {
  background: #fff;
  width: 90px;
  position: static;
}

/*--------------------
Pickup Guide
--------------------*/
#contents #pickup.parts .feature {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px;
  margin: 10px 0 0;
  border-left: 4px solid #eeeeee;
}

#contents #pickup.parts .feature:last-of-type,
.pc #contents #pickup.parts .feature:nth-of-type(2n) {
  border-right: 4px solid #eeeeee;
}

#contents #pickup.parts .feature .image {
  display: block;
  float: left;
  width: 260px;
  height: 130px;
  margin: 0 16px 0 0;
}

#contents #pickup.parts .feature .title {
  font-weight: bold;
  padding-top: 4px;
}

#contents #pickup.parts .feature .date {
  font-size: 12px;
  color: #e93399;
}

/*--------------------
Keylogo
--------------------*/
#contents .parts#keylogo {
  margin: 40px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  width: 960px;
  border: 4px solid #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /*align-items: stretch;*/
}

#contents .parts#keylogo .logo {
  width: calc(100% / 6);
  text-align: center;
  padding: 10px 20px;
  margin: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 2px solid #eeeeee;
}

#contents .parts#keylogo .logo:nth-child(6n+1) {
  border-left: none;
}

#contents .parts#keylogo .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

#contents .parts#keylogo .logo a img {
  width: 90%;
}

/*
-------------------------------------------------
sp
-------------------------------------------------
*/
body.sp #contents .inner {
  padding: 0 16px;
  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%;
}

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 .voice.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 .voice.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 .voice.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 #banner {
  height: auto;
  margin: 0 0 calc(-30px - 7.5vw);
  top: calc(-30px - 7.5vw);
  padding-top: calc(30px + 7.5vw);
  /*margin: 0 0 calc(-25px - 7.5vw);
  top:  calc(-25px - 7.5vw);
  padding-top:  calc(25px + 7.5vw);*/
}

body.sp #banner::before {
  background-size: 5px;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

body.sp #banner .swiper-container {
  width: 100%;
  padding: 20px 0 30px;
}

.sp #banner .swiper-container li {
  width: 280px;
  height: 180px;
  padding: 0;
}

.sp #banner .swiper-container li a {
  border-width: 4px;
}

body.sp #banner .swiper-button-prev,
body.sp #banner .swiper-button-next {
  width: 28px;
  height: 28px;
  top: 54%;
}

body.sp #banner .swiper-button-prev::before,
body.sp #banner .swiper-button-next::before {
  font-size: 24px;
}

body.sp #banner .swiper-button-prev {
  left: calc(50vw - 156px);
}

body.sp #banner .swiper-button-prev:before {
  padding-right: 2px;
}

body.sp #banner .swiper-button-next {
  right: calc(50vw - 156px);
}

body.sp #banner .swiper-button-next:before {
  padding-left: 2px;
}

body.sp #banner .swiper-pagination {
  bottom: 4px;
}

body.sp #banner .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  border: 1px solid #fff;
}

/*pickup guide*/
.sp #banner .feature_list {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: scroll;
  margin: 0 0 0;
  padding: 0 22px 15px;
}

.sp #banner .feature_list ul {
  padding: 0;
  width: 500px;
  height: 46px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*200722追加↓*/
  width: 100%;
}

.sp #banner .feature_list ul li {
  margin: 0;
  width: 50%;
  margin-right: 16px;
  height: 100%;
  /*200722追加↓*/
  margin: 0;
  padding-right: 16px;
  background: transparent;
  min-width: 250px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sp #banner .feature_list ul li:first-of-type:last-of-type {
  margin: 0 auto;
  padding: 0;
}

/*guide btn*/
/*voice*/
body.sp #contents section.parts.voice {
  margin: 0;
  width: 100%;
}

body.sp #contents section.parts.voice .p_title .btn-more {
  position: absolute;
  margin: 0;
}

/*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;
}

body.sp #contents #event.parts dl dt a {
  font-size: 15px;
}

body.sp #contents #event.parts dl dt a:after {
  height: 2px;
  width: 100%;
}

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 #bcc6c8;
  border: 1px solid #bcc6c8;
  display: inline-block;
  background: #e3e8e9;
  margin: 0;
  padding: 2px 10px;
  font-size: 14px;
  line-height: 1.6em;
  border-radius: 4px;
  margin-left: 15px;
}

body.sp #contents #event.parts dl dd::after {
  content: "";
  font-family: "font Awesome 5 Free";
  font-weight: bold;
  color: inherit;
  color: #E93722;
  margin: 0 0 0 8px;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: 38vw;
}

body.sp #contents #event.parts article .eventcat {
  top: 38vw;
  font-size: 10px;
}

body.sp #contents #event.parts article h4 {
  font-size: 4.375vw;
  line-height: 1.4em;
  margin: 2px 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 0 0 8px;
  -webkit-box-sizing: border-box;
          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 4px 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body.sp #contents #news .shopnews_head dl dt {
  padding: 0;
  line-height: 30px;
  width: 35%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
}

body.sp #contents #news .shopnews_head dl dt a {
  padding: 0;
  text-align: center;
  font-family: "Cantarell", sans-serif;
  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: 32px;
  left: 0;
  width: 100%;
  border: 1px solid #bcc6c8;
  border-top: none;
  z-index: 20;
  background: #fff;
  -webkit-box-sizing: border-box;
          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;
}

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 #e3e8e9;
}

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: 4px 10px;
  -webkit-box-sizing: border-box;
          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: "";
  font-family: "font Awesome 5 Free";
  font-weight: bold;
  color: inherit;
  font-size: 16px;
  display: inline-block;
  color: #E93722;
  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 #bcc6c8;
  line-height: 30px;
  -webkit-box-sizing: border-box;
          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 #bcc6c8;
  height: 14px;
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
}

body.sp #contents #news .shopnews_head dl.cat dd p::after {
  content: "";
  font-family: "font Awesome 5 Free";
  font-weight: bold;
  color: inherit;
  font-size: 16px;
  color: #333;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  text-align: center;
  -webkit-transition-duration: 0.3s;
          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 {
  -webkit-transform: rotate(180deg);
          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 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

body.sp #contents #news .item_list .item {
  width: 100%;
  margin: 0 0 24px;
  padding: 0;
  height: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: visible;
}

body.sp #contents #news .item_list .item::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  width: 20px;
  font-weight: bold;
  height: 20px;
  font-size: 18px;
  background: #fff;
  border-radius: 40px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  position: absolute;
  right: -2px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #E93722;
  text-indent: 0;
  text-align: center;
  line-height: 20px;
  padding-left: 2px;
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-sizing: border-box;
          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 .parts.goods_like {
  padding: 0 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body.sp #contents .parts.goods_like .inner {
  margin: 0 0 -20px;
  padding: 0 20px 16px;
  -ms-flex-wrap: wrap;
      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 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

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: 50%;
  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;
}

/*@media screen and (min-width: 600px) {
	body.sp #contents .parts.goods_like .item {
		width: 25%;
		height: calc(15vw + 75px);
	}
	body.sp #contents .parts.goods_like .item p.image {
		width: 15vw;
		height: 15vw;
	}
}*/
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 #bcc6c8;
  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: 8px 8px 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;
}

/*pickupguide*/
body.sp #contents #pickup.parts .feature {
  border: none;
  border-bottom: 4px solid #eeeeee;
  width: 100%;
  height: auto;
  position: relative;
  margin: 16px 0 0;
  padding: 0 0 16px;
}

body.sp #contents #pickup.parts .feature:after {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: bold;
  font-size: 24px;
  display: inline-block;
  color: #33aee9;
  position: absolute;
  right: 4px;
  top: calc(50% - 12px);
}

body.sp #contents #pickup.parts .feature .image {
  width: 50%;
  height: 100px;
}

body.sp #contents #pickup.parts .feature .title {
  padding-right: 20px;
}

/*keylogo*/
body.sp #contents .parts#keylogo {
  margin: 40px 0 0;
  width: 100%;
}

body.sp #contents .parts#keylogo .logo {
  width: calc(100% / 3);
  border: none;
  margin: 0;
  border: 1px solid #eeeeee;
}

/*画像をimgで設置するがcssのcoverのようにする*/
.img_objfit {
  width: 100%;
  height: 100%;
}

.img_objfit img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img_objfit img {
  font-family: 'object-fit: cover;';
}
