﻿@charset "UTF-8";

/*--------------------
構造
--------------------*/

/*両側のpaddingをリセットする*/
#contents-main.all {
  padding: 0;
  margin-top:20px;
}
body.pc footer{
	padding-bottom: 0;
}

/*--------------------
汎用
--------------------*/
/*moreボタン*/
#contents .btn-more {
  font-family: Dosis;
  font-weight: 700;
  display: inline-block;
  width: 120px;
  background: #EFE800;
  border-radius: 120px;
  font-size: 22px;
  padding: 5px 5px 8px  ;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
}
/*Googleアイコンに変更する ↓*/
/*#contents .btn-more::before {
  font-family: "Font Awesome 5 Free";
  margin:0 10px 0 0;
  font-size: 1em;
  display: inline-block;
  content: "\f0da";
}*/

#contents .btn-more::before {
  font-family: "Material Symbols Outlined";
  margin:0 1px 0 0;
  font-size: 1em;
  display: inline-block;
  content: "\e5df";
  vertical-align: middle;
  
}
/*Googleアイコンに変更する ↑*/


/*ショップ名（タイトル）　フロア名のフォント共通*/
#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;
}



/*--------------------
バナー
--------------------*/
#banner .swiper-container::before, #banner .swiper-container::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height:399px;
  background: rgba(255, 255, 255, 0.6);
  top: 0;
  z-index: 10;
}

#banner {
  width: 100%;
  height: 399px;
  overflow: hidden;
  position: relative;
}
#banner .swiper-container {
  width: 1800px;
  height: 400px;
  position: absolute;
  margin: 0 auto;
  top: 0;
  left: -9000%;
  right: -9000%;
  overflow: visible;
}
#banner .swiper-container::before {
  right:50%;
  margin-right:300px;
}
#banner .swiper-container::after {
  left:50%;
  margin-left:300px;
 }

/*--------------------
excel navi
--------------------*/
.pc .common_e_navi .guidenav {
    padding: 26px 0;
}
.pc #contents h2.enavi {
    font-family: Dosis;
    font-weight: 700;
    width: 190px;
    text-align: right;
    box-sizing: border-box;
    padding: 20px 50px;
    margin: 0;
    font-size: 22px;
    color: #565456;
    background: url(../img/bg_excelnavi.png) no-repeat 50px center;
}

/*--------------------
店長ボイス
※ショップニュースでも同様表示のため
スタイルはdefault.cssに記載
--------------------*/
#contents .voice {
  background: #fff;
  border-top: 4px solid #EDEFEF;
  display: flex;
}

/*--------------------
イベント
--------------------*/
#contents #event.parts {
  display: flex;
  height: 120px;
  padding: 25px 0;
  border-width: 4px 0;
  border-color: #EDEFEF;
  border-style: solid;
}
#contents #event.parts .p_title {
    width: 18%;
    text-align: center;
    box-sizing: border-box;
    padding-left: 18px;
}
#contents #event.parts .p_title h2 {
  font-family: Dosis;
  font-weight: 700;
  font-size: 22px;
  background: #fff;
  margin: 0;
}
#contents #event.parts .p_article{
  overflow:hidden;
}
.pc #contents #event.parts .p_article{
  width:82%;
}
#contents #event.parts article {
  /*width: 27.3333%;*/
  width:32%;
  padding: 10px 18px 0;
  border-right: 1px solid #565456;
  box-sizing: border-box;
  float:left;
}
.pc #contents #event.parts article {
  height: 120px;
}
#contents #event.parts article:last-of-type {
  border: none;
}
#contents #event.parts article h4 {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 8px;
}
#contents #event.parts article .subtitle {
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	overflow: hidden;
	font-size: 12px;
	margin-bottom: 4px;
}

#contents #event.parts article .term {
	color: #DC1E64;
    display: block;
	font-size: 12px;
    line-height: 18px;
}
#contents #event.parts article .term::before {
	font-family: "Material Symbols Outlined";
	margin: 0 4px 3px 0;
	content: "\e935";
	font-size: 14px;
	color: #565456;
	display: inline-block;
	vertical-align: middle;
}
#contents #event.parts article.now{
	position: relative;
}
#contents #event.parts article.now h4{
	padding-right: 44px;
}
#contents #event.parts article.now:before{
	content: "本日開催";
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #DC1E64;
    display: block;
    position: absolute;
    top: 0;
    right: 16px;
    transform: rotate(10deg);
    padding: 8px 8px 0;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    box-sizing: border-box;
    z-index: 10;
    line-height: 1.2em;
}



/*--------------------
Shopnews!
--------------------*/
#contents .parts#news dl dt::before, #contents .parts#news dl dt::after {
  border-style: solid;
  border-width: 7px 15px;
  top: 40px;
  z-index: 10;
}

#contents .parts#news {
}
#contents .parts#news .p_title {
  width: 120px;
  float: left;
}
#contents .parts#news .p_title h2 {
  background: #fff;
  font-family: Dosis;
  font-weight: 700;
  padding: 5px 0;
  margin: 0;
  font-size: 22px;
  color: #565456;
}
#contents .parts#news dl dt, 
#contents .parts#news dl dd{
  display: inline-block;
  font-size: 13px;
  font-family: Dosis,"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 700;
  }

#contents .parts#news dl dd li{
	  display: inline-block;
}
#contents #news.parts dl dd li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 4px;
  box-sizing: border-box;
}
#contents #news.parts dl dt {
  background: #EFE800;
  width: 60px;
  height: 40px;
  text-align: center;
  position: relative;
    padding: 10px 4px;
  box-sizing: border-box;

}
#contents #news.parts dl dt.all {
	font-size:16px;
}
#contents #news.parts dl dt::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-color: #EFE800 #EFE800 transparent transparent;
  left: 0;
}
#contents #news.parts dl dt::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-color: #EFE800 transparent transparent #EFE800;
  right: 0;
}
#contents #news{
	padding:20px 15px 25px;
}
#contents #news .shopnews_head {
	padding:0 15px;
}
#contents #news .shopnews_head dl{
	border-bottom: 1px solid #565456;
}
#contents .top_ev_new {
  overflow: hidden;
}
#contents .top_ev_new .gcat_badge {
  display: none;
}
#contents .top_ev_new .item {
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  height: 134px;
  box-sizing: border-box;
  margin: 18px 0;
  padding: 0 18px;
  border-right: 1px solid #565456;
  float: left;
  position: relative;
}
#contents .top_ev_new .item:nth-of-type(3n) {
  border: none;
}
#contents .top_ev_new .item::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #565456;
  position: relative;
  top: 18px;
}
#contents .top_ev_new .item .news_box {
  width: 100%;
  height: 100%;
  padding: 7px 0;
  box-sizing: border-box;
}
#contents .top_ev_new .item p.image {
  width: 120px;
  height: 120px;
  float: right;
  position: relative;
  border-radius: 5px;
}
#contents .top_ev_new .item p.image span.img_bg_css{
	border-radius:5px;
}

#contents .top_ev_new .item p.image .ico_new {
  top: -8px;
  right: -8px;
}
#contents .top_ev_new .item p.image a {
  display: block;
  width: 100%;
  height: 100%;
}
#contents .top_ev_new .item p.image .no_img_logo {
  border: 1px solid #ccc;
  background-size: 100px auto;
}

#contents .top_ev_new .item .desc {
  width: -webkit-calc(100% - 126px);
  width: calc(100% - 126px);
  position: relative;
  padding: 0;
}

#contents .top_ev_new .item .desc .title {
	font-weight: bold;
	border: none;
	padding: 0;
	background: none;
	text-align: left;
	/*max-height:3.5em;*/
	overflow: hidden;
	position: relative;
	line-height: 20px;
   word-break: break-all;
}
#contents .top_ev_new .item.cat2 .desc .title:before {
	content: "Coupon!";
    text-align: center;
    font-family: Dosis, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
    font-weight: bold;
    color: rgb(255, 255, 255);
    letter-spacing: 1px;
    line-height: 1em;
    font-size: 90%;
    display: inline-block;
    background: rgb(219, 30, 100);
    border-radius: 100px;
    padding: 4px 8px;
    margin: 0px 0px 2px;
}
#contents .top_ev_new .item.sale .desc .title:before {
	content: "SALE!";
    text-align: center;
    font-family: Dosis, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
    font-weight: bold;
    color: rgb(255, 255, 255);
    letter-spacing: 1px;
    line-height: 1em;
    font-size: 90%;
    display: inline-block;
    background: #f00;
    border-radius: 100px;
    padding: 4px 8px;
    margin: 0px 0px 2px;
}
#contents .top_ev_new .item.cat2 .desc .title a,
#contents .top_ev_new .item.sale .desc .title a{
	line-height: 18px;
	margin-left: 2px;
}
#contents .top_ev_new .item .desc .subtitle {
  font-size:12px;
  line-height: 16px;
	margin-top: 4px;
}
#contents .top_ev_new .item .desc .price {
	display: none;
  font-weight: bold;
  font-size: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#contents .top_ev_new .item .desc .date {
  font-size:10px;
}
#contents .top_ev_new .item .name.subtitle a {
  color: #DC1E64;

}

/*--------------------
Shopnews Ranking （いいねランキング）
--------------------*/
#contents .parts.goods_like {
  width: 530px;
  height: 320px;
  margin: 0 0 30px 30px;
  padding: 0;
  float: left;
  box-sizing: border-box;
  overflow: hidden;
  border: 8px solid #F7C9DA;
  border-radius: 12px;
}
#contents .parts.goods_like .p_title {
  position: relative;
}
#contents .parts.goods_like h2 {
  font-family: Dosis;
  font-weight: 700;
  font-size: 22px;
  background: #fff;
  margin: 0;
  margin: 0 18px;
  padding: 0 5px;
  height: 60px;
  line-height: 60px;
  text-align: left;
  border-bottom: 1px solid #565456;
}
/*Googleアイコンに変更する ↓*/
/*#contents .parts.goods_like h2:before {
    font-family: "Font Awesome 5 Free";
    content: "\f521";
    margin: 0 6px 0 0;
	font-size: 18px;
    vertical-align: top;
}*/
#contents .parts.goods_like h2:before {
    font-family:"Material Symbols Outlined";
    content: "\e87d";
	font-variation-settings: 'FILL' 1;
    margin: 0 6px 0 0;
	font-size: 18px;
    vertical-align: top;
}
/*Googleアイコンに変更する ↑*/
#contents .parts.goods_like .btn-more {
  position: absolute;
    top: 14px;
    bottom: auto;
    right: 16px;
}
#contents .parts.goods_like .item {
  width: 50%;
  height: 85px;
  margin: 18px 0;
  padding: 0 18px;
  float: left;
  box-sizing: border-box;
  border-right: 1px solid #565456;
  position: relative;
}
#contents .parts.goods_like .item:nth-of-type(2n) {
  border: none;
}
#contents .parts.goods_like .item .ranking_box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 2px 0 3px 5px;
  box-sizing: border-box;
}
#contents .parts.goods_like .item .rank {
  position: absolute;
  top: -3px;
  left: 16px;
  width: 24px;
  height: 24px;
  background: #8E6B4F;
  display: block;
  color: #fff;
  text-align: center;
  font-family: Dosis;
  font-weight: bold;
  border-radius: 24px;
  z-index: 10;
}
#contents .parts.goods_like .item:nth-of-type(1) .rank {
  background: #B29C60;
}
#contents .parts.goods_like .item:nth-of-type(2) .rank {
  background: #919191;
}
#contents .parts.goods_like .item .image {
  width: 80px;
  height: 80px;
  margin: 0 10px 0 0;
  float: left;
  display: block;
  border-radius: 5px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
#contents .parts.goods_like .item .image .img_bg_css.no_img_logo {
    background-size: 70px auto;
}

#contents .parts.goods_like .item .goods_like {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(220, 30, 100, 0.5);
   font-family: Dosis;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}

#contents .parts.goods_like .item .goods_like .rankfavorite{
	font-size: 15px;
	line-height: 1;
	font-weight: 900;
	display: inline-block;
	font-variation-settings:
    'FILL' 1;
	vertical-align: middle;
	margin: 0 -3px 5px 0;
}
#contents .parts.goods_like .item .image img {
  border-radius: 5px;
}
#contents .parts.goods_like .item .title {
	display: block;
	margin: 0 0 2px 0;
	font-weight: bold;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#contents .parts.goods_like .item .name.subtitle, #contents .parts.goods_like .item .floor {
  line-height: 16px;
  font-size: 12px;
}
#contents .parts.goods_like .item .name.subtitle a {
  color: #DC1E64;
}

#contents .parts.goods_like .item::after {
  content: "";
  width: 100%;
  height: 0;
  border-top: 1px solid #565456;
  position: relative;
  top: 18px;
  display: block;
}
#contents .parts.goods_like .item:nth-last-of-type(-n+2)::after {
  border: none;
}

/*--------------------
Trend Words
--------------------*/
#contents .parts#trendwords {
  width: 350px;
  height: 320px;
  margin: 0 30px 0 0;
  padding: 0 12px;
  float: right;
  box-sizing: border-box;
  overflow: hidden;
  background: #EDEFEF;
  border-radius: 12px;
}
#contents .parts#trendwords .p_title {
  position: relative;
}
#contents .parts#trendwords h2 {
	height: 68px;
    line-height: 68px;
    font-family: Dosis;
    font-weight: 700;
    font-size: 22px;
    margin: 0 8px;
    padding: 0;
    background: transparent;
    text-align: left;
    border-bottom: 1px solid #565456;
}
#contents .parts#trendwords h2::before {
  content: "# ";
	color: #DC1E64;
}
#contents .parts#trendwords .btn-more {
    position: absolute;
    top: 20px;
    bottom: auto;
    right: 6px;
}
#contents .parts#trendwords .tag_list {
  height: 200px;
  overflow: hidden;
  padding: 22px 0;
}
#contents .parts#trendwords .tag_list_name {
  margin: 0 7px 15px 0;
}
#contents .parts#trendwords .tag_list_name a {
  padding: 8px 15px;
  background: #fff;
  font-weight:bold;
}

/*--------------------
Pickup Guide
--------------------*/
#contents #pickup.parts {
  clear: both;
  padding: 35px 30px 20px;
  border-width: 4px 0 0;
  border-color: #EDEFEF;
  border-style: solid;
  position: relative;
}
#contents #pickup.parts h2 {
  padding: 0 0 30px;
  font-family: Dosis;
  font-weight: 700;
  font-size: 22px;
  background: #fff;
  margin: 0;
  text-align: left;
  background: #fff;
}
/*Googleアイコンに変更する ↓*/
/*#contents #pickup.parts h2:before {
	font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f08d";
    margin: 0 6px 0 0;
	font-size: 18px;
    vertical-align: top;
}*/
#contents #pickup.parts h2:before {
	font-family: "Material Symbols Outlined";
	font-variation-settings:'FILL' 1;
    font-weight: bold;
    content: "\f10d";
    margin: 0 6px 0 0;
	font-size: 22px;
    vertical-align: top;
}
/*Googleアイコンに変更する ↓*/
#contents #pickup.parts .btn-more {
  position: absolute;
  top: 30px;
  right: 30px;
}
#contents #pickup.parts .feature_list {
  width: calc(100% + 18px);
}
#contents #pickup.parts .feature_list::after {
  content: "";
  clear: both;
  display: block;
}
#contents #pickup.parts .feature {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 0 18px 16px 0;
}
#contents #pickup.parts .feature .image {
  display: block;
  float: left;
  width: 260px;
  height: 130px;
  border-radius: 5px;
  margin:0 20px 0 0;
}
#contents #pickup.parts .feature span img {
  border-radius: 5px;
}
#contents #pickup.parts .feature .title {
  margin: 5px 0 0 0;
  font-weight: bold;
}
#contents #pickup.parts .feature .date {
  font-size: 12px;
  color: #DC1E64;
}

/*--------------------
excelsnap（Twogoodsのインスタグラム投稿掲出）
--------------------*/
#contents #excelsnap.parts{
	clear: both;
    overflow: hidden;
    padding: 30px 20px;
    border-top: #EDEFEF 4px solid;
	background: url(../pr/kjt-igcpn/background_nav.png) repeat-y center;
	background-size: 107%;
	height: 160px;
}
#contents #excelsnap.parts h2{
	overflow: hidden;
	width: 150px;
	height: 160px;
	background: none;
	float: left;
	padding: 0 30px;
}
#contents #excelsnap.parts h2 a{
	display:block;
}
.pc #contents #excelsnap.parts .embedsocial-hashtag{
	width:640px;
	float:right;
	margin-right:20px;
}
.sp #contents #excelsnap.parts .embedsocial-hashtag{
	margin-top: 10px;
}
#contents #excelsnap.parts .twogood-root,
#contents #excelsnap.parts .twogood-wrap {
	width: auto;
    position:static;
}
#contents #excelsnap.parts .twogood-item {
	position: static;
    float: left;
    margin: 0 8px !important;
    overflow: hidden;
    width: 160px !important;
	border-radius: 5px;
}
#contents #excelsnap.parts .twogood-item:nth-child(n + 5){
	display: none !important;
}
#contents #excelsnap.parts .twogood-item .twogood-list-image,
#contents #excelsnap.parts .twogood-item .twogood-image {
    width: 160px !important;
	border-radius: 5px;
}
#contents #excelsnap.parts .twogood-item .twogood-list-image{
	height: 160px;
}
#contents #excelsnap.parts .twogood-more-btn-warp{
	display: none;
}
#contents #excelsnap.parts .twogood-black-screen{
	display:none !important;
}

/*
-------------------------------------------------
sp
-------------------------------------------------
*/
body.sp #contents .inner {
    padding: 0 0px;
   margin:10px;
   width:auto !important;
}
body.sp #contents-main.all {
    padding: 0px 0;
	margin-top: 10px;
}
/* PCの幅指定　解除 */
body.sp #contents .parts#trendwords,
body.sp #contents .parts.goods_like,
body.sp #contents .parts#news .p_title,
body.sp #contents #event.parts article,
body.sp #contents #event.parts .p_title ,
body.sp #contents .voice ul li,
body.sp #contents .voice .swiper-container_voice ,
body.sp #contents .voice .p_title 
{
width:100%;
}

/*タイトルテキスト*/
body.sp #contents .parts .p_title {
    width: 100%;
    float: none;
	text-align: center;
	position: relative;
}
/*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 .voice.parts .p_title h2 {
    padding: 20px 0 16px;
	font-size:20px;
}

body.sp #contents .btn-more {
    width: 60px;
    border-radius: 30px;
    font-size: 14px;
    padding: 0px 2px 2px;
	position: absolute;
	right:10px;
	bottom:16px;

}
/*メインバナー*/
body.sp #banner {
	height:200px;
}
body.sp #banner .swiper-container {
    width: 900px;
	height:100%;
}
body.sp #banner .swiper-container::before, 
body.sp #banner .swiper-container::after {
	height:100%;
}
body.sp #banner .swiper-container::before {
  right:50%;
  margin-right:150px;
}
body.sp #banner .swiper-container::after {
  left:50%;
  margin-left:150px;
 }


/*stuff voice*/
/*cp_default.cssに移動*/
/*body.sp #contents .voice {
    border-top: 4px solid #EDEFEF;
    display: block;
}
body.sp #contents .voice .p_title {
    text-align: center;
	position: relative;
}
body.sp #contents .voice .swiper-container_voice {
    display: block;
    padding: 0px 10px;
	height:180px;
	margin:10px 0;
}

body.sp #contents .voice ul li {
  height:50%;
  }
body.sp #contents .voice ul .logoimg a {
  border: 4px solid #eee;
  border-radius: 8px;
  float: left;
  width: 66px;
  height: 66px;
  box-sizing: border-box;
  padding: 13px 0;
}
body.sp #contents .voice ul .detail {
  width: calc(100% - 80px);
  margin: 0 0px 0 0;
  padding: 3px 0 5px 10px;
  font-size:13px;
  line-height: 20px;
  min-height: 60px;
  }
body.sp #contents .voice ul li::after {
	font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-weight: 900;
	font-size: 20px;
	display: inline-block;
	color:#DC1E64;
	position: absolute;
	right:0;
	top:25%;
}
body.sp #contents .voice ul .detail::after {
  top: 20px;
}
*/

/*event*/
body.sp #contents #event.parts {
    display: block;
    height: auto;
    padding: 0 10px 10px;
    border-width: 4px 0;
}
body.sp #contents #event.parts .p_title {
    text-align: center;
	position: relative;
	padding-left: 0;
}
body.sp #contents #event.parts .btn-more{
	right: 0;
}
body.sp #contents #event.parts article {
    padding: 16px 20px 16px 8px;
    border:none;
	border-bottom: 1px solid #565456;
	margin:0;
	box-sizing: border-box;
	position: relative;
}
body.sp #contents #event.parts article:first-of-type{
	padding-top: 0;
}
body.sp #contents #event.parts article:last-child{
	border-bottom: none;
}
body.sp #contents #event.parts article::after {
	font-family: "Material Symbols Outlined";
    content: "\e5df";
    font-weight: 900;
	font-size: 22px;
	display: inline-block;
	color:#DC1E64;
	position: absolute;
	right:6px;
	top:calc(50% - 12px);
}
body.sp #contents #event.parts article.now h4{
	padding-right: 0;
}
body.sp #contents #event.parts article.now:before{
	position: static;
    transform: rotate(0);
    width: auto;
    height: auto;
    display: inline-block;
    border-radius: 20px;
    line-height: 1em;
    padding: 4px 12px;
	margin: 0 0 8px;
}
body.sp #contents #event.parts article h4{
	margin-bottom: 0;
}

/*shopnews*/
body.sp #contents #news {
    padding:0 10px;
}
body.sp #contents #news .shopnews_head {
    padding: 0 0px;
}
body.sp #contents #news .shopnews_head dl {
	border:none;
}
body.sp #contents #news .shopnews_head dl dt{
	border-radius:5px;
	padding:0px 0px;
	line-height: 40px;
	width:36%;
	box-sizing: border-box;
}
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{
	width:60%;
	position: relative;
	float: right;
	
}
body.sp #contents #news .shopnews_head dl.cat dd ul{
	display: none;
	position: absolute;
	top:38px;
	left: 0;
	width:100%;
	border:1px solid #565456;
	z-index: 20;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 5px 2px 10px 0px rgba(0,0,0,0.2); 
	padding:5px;
}
body.sp #contents #news .shopnews_head dl.cat dd ul li{
	display: block;
	border-bottom:1px dashed #ccc;
}
body.sp #contents #news .shopnews_head dl.cat dd ul li:last-child{
	border:none;
}
body.sp #contents #news.parts dl dd li a {
    padding: 5px 4px;
    box-sizing: border-box;
	position: relative;
}
body.sp #contents #news.parts dl dd li a::after {
	font-family: "Material Symbols Outlined";
    content: "\e5df";
    font-weight: 900;
	font-size: 16px;
	display: inline-block;
	color:#DC1E64;
	position: absolute;
	right:10px;
	top:21%;
}
body.sp #contents #news .shopnews_head dl.cat dd p{
	border:1px solid #565456;
	border-radius: 5px;
	width:100%;
	line-height: 40px;
	height:40px;
	box-sizing: border-box;
	position: relative;
	padding-right:40px;
  text-align: center;
}
body.sp #contents #news .shopnews_head dl.cat dd p::before{
    content: "";
	display: inline-block;
	width:1px;
	border-left:1px solid #565456 ;
	height:24px;
	position: absolute;
	right:40px;
	top:8px;
}
body.sp #contents #news .shopnews_head dl.cat dd p::after{
	font-family: "Material Symbols Outlined";
    content: "\e5c5";
    font-weight: 900;
	font-size: 20px;
	color:#565456;
	position: absolute;
	right:0px;
	top:0px;
	width:40px;
	text-align: center;
}
body.sp #contents #news .shopnews_head dl.cat dd p.active::after{
	    content: "\e5c7";
}
body.sp #contents .top_ev_new {
	margin:0 -10px;

}
body.sp #contents .top_ev_new .item {
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2);
    height: 230px;
    box-sizing: border-box;
    margin: 18px 0;
    padding: 0 8px;
    border-right: 1px solid #565456;
    float: left;
    position: relative;
}
body.sp #contents .top_ev_new .item:nth-child(even) {
	border-right:none;
}
body.sp #contents .top_ev_new .item p.image {
    width: 100%;
    height: 140px;
    float: none;
}
body.sp #contents .top_ev_new .item .desc {
    width: 100%;
    padding: 0;
}
body.sp #contents .top_ev_new .item .desc .title {
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
body.sp #contents .top_ev_new .item p.image .ico_new {
    right: -5px;
}
body.sp #contents .top_ev_new .item .news_box{
	padding: 0 8px;
}
/*いいねランキング*/
body.sp #contents .parts.goods_like {
    width: calc(100% - 20px);
    height: auto;
    margin: 0 10px;
    padding: 5px 10px;
    float: none;
    border: 4px solid #F7C9DA;
    border-radius: 8px;
}
body.sp #contents .parts.goods_like h2 {
    margin: 0;
    padding: 0 5px;
    height: 50px;
    line-height: 50px;
    border-bottom: none;
	font-size: 20px;
}
body.sp #contents .parts.goods_like .btn-more{
	right: 0;
}
body.sp #contents .parts.goods_like .item {
    width: 100%;
    height: auto;
    margin: 0px 0;
    padding: 8px 0;
    float: left;
    border-right: none;
	border-bottom: 1px solid #565456;
	position: relative;
}
body.sp #contents .parts.goods_like .item:last-child {
	border:none;
}
body.sp #contents .parts.goods_like .item:after {
	display: none;
}
body.sp #contents .parts.goods_like .item:before {
    font-family: "Material Symbols Outlined";
    content: "\e5df";
    font-weight: 900;
    font-size: 22px;
    display: inline-block;
    color: #DC1E64;
    position: absolute;
    right: 6px;
    top: 40px;
}
body.sp #contents .parts.goods_like .item .rank {
    top: 4px;
    left: 0;
}
body.sp #contents .parts.goods_like .item .title {
  height: auto;
}
body.sp #contents .parts.goods_like .item .ranking_box{
	padding-right: 20px;
}
/*tag*/
body.sp #contents .parts#trendwords {
    width: 100%;
    width: calc(100% - 20px);
    height: auto;
    margin: 20px 10px;
    padding: 0 12px;
    float: none;
    border-radius: 8px;
}
body.sp #contents .parts#trendwords h2 {
    height: auto;
    line-height: 50px;
    font-size: 22px;
    border-bottom: none;
}
body.sp #contents .parts#trendwords .btn-more {
    top: 14px;
}
body.sp #contents .parts#trendwords .tag_list {
    height: auto;
    padding: 10px 0;
}
body.sp #contents .parts#trendwords .tag_list_name {
    margin: 0 3px 6px 0;
}
body.sp #contents .parts#trendwords .tag_list_name a {
    padding: 6px 15px;
}
/*特集*/
body.sp #contents #pickup.parts {
    clear: both;
    padding: 0 10px;
    border-width: 4px 0 0;
    border-color: #EDEFEF;
    border-style: solid;
}
body.sp #contents #pickup.parts .btn-more {
    top: 22px;
    right: 0;
	bottom: auto;
}
body.sp #contents #pickup.parts .feature_list{
	width: 100%;
}
body.sp #contents #pickup.parts .feature{
	width: 100%;
	float: none;
	padding: 0 0 10px;
}
body.sp #contents #pickup.parts .feature .image {
    float: none;
    height: 140px;
	margin: 0;
	width: 100%;
}

/*excelsnap*/
body.sp #contents #excelsnap.parts{
	height: 240px;
    background-size: 140%;
    background-position: top;
    background-repeat: no-repeat;
	padding: 10px 0;
}
body.sp #contents #excelsnap.parts h2{
    float: none;
    margin: 0 auto;
    width: 120px;
    height: 130px;
}
body.sp #contents #excelsnap.parts .twogood-wrap{
	text-align: center;
	margin: 10px 0 0;
}
body.sp #contents #excelsnap.parts .twogood-item{
    width: 90px !important;
	margin: 0 !important;
	float: none;
	display: inline-block;
	vertical-align: top;
	height: 90px;
    border-radius: 5px;
}
body.sp #contents #excelsnap.parts .twogood-item .twogood-list-image,
body.sp #contents #excelsnap.parts .twogood-item .twogood-image{
	width: 90px !important;
}
body.sp #contents #excelsnap.parts .twogood-item:nth-child(n + 4) {
    display: none !important;
}

/*POPUPバナーの表示処理*/
html,body {
	height: 100%;
}
* html .layer_board_bg,
* html .layer_board {
	position: absolute;
}
.layer_board_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	
	z-index: 1500;
	
	top: 0;
	left: 0;
	
	display: none;
	cursor: pointer;
	background: #000;
}

.layer_board {
	display: none;
	position: fixed;
    top: 50%;
    text-align: center;
    z-index: 2000;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.layer_board p{
	margin-bottom: 20px;
}
.layer_board .btn_close a{
	color: #fff;
  font-family: Dosis;
  font-weight: 700;
  font-size: 20px;
  line-height: 1em;
  padding: 0 20px;
  border: 1px solid #fff;
  border-radius: 20px;
}
.layer_board .btn_close a:before{
	font-family: "Material Symbols Outlined";
    margin: 0 2px 0 -2px;
    font-size: 1em;
    display: inline-block;
    content: "\e5cd";
    vertical-align: top;
}
@media screen and (max-width: 600px){
	.layer_board {
		width: 80vw;
	}
}

/*画像をimgで設置するがcssのcoverのようにする*/
.img_objfit {
  width: 100%;
  height: 100%;
}
		
.img_objfit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
		
.img_objfit img {
  font-family: 'object-fit: cover;';
}
