@charset "utf-8";
/* CSS Document */

/* にぎわいツール用 */

/* font メイリオ最優先 */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "Helvetica", "arial",
    sans-serif;
}

.tile.space {
    visibility: hidden;
}

/* ---- hover時の効果無効 ---- */

.contents#pc a:hover img {
  transform: scale(1);
  opacity: 0.7;
  cursor: pointer;
}

.contents#pc a:hover svg {
  opacity: 0.7;
}

.contents#pc a:hover p{
	opacity: 0.7;
}
/* titleBack　*/

/* 新にぎわいD wide用 */

.titleBack05 .titleArea,
.titleBack06 .titleArea
 {
	position: relative;
	display: block !important;
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 3px solid #000;
	background: #fff;
  }

  .titleBack05 .titleImgWrapper,
  .titleBack06 .titleImgWrapper
  {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
  }

  .titleBack05 .titleImg,
  .titleBack06.titleImg
  {
	width: 100%;
  }

  .titleBack05 .titleText,
  .titleBack06 .titleText
  {
	display: none;
  }

  .titleBack05 .updateDate,
  .titleBack06 .updateDate
  {
	position: absolute;
	bottom: calc((100vw * 0.050) / 2 - 12.5px);
	right: 0;
	font-size: 11px;
	color: #000000;
	height: 18px;
	padding: 7px 0 0 15px;
  }

  .contents#sp.titleBack05 .updateDate,
  .contents#sp.titleBack06 .updateDate
  {
	  width: auto;
  }


  #sp.titleBack05 .titleArea,
  #sp.titleBack06 .titleArea {
    position: relative;
    display: block !important;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 3px solid #000;
    background: #fff;
}

#sp.titleBack05 .updateDate,
#sp.titleBack06 .updateDate {
    position: absolute;
    bottom: calc((100vw * 0.069) / 2 - 12.5px);
    right: 0;
    font-size: 11px;
    color: #000000;
    height: 18px;
    padding-top: 7px;
}

  @media screen and (max-width: 650px) {

	#sp.titleBack05 .titleArea,
	#sp.titleBack06 .titleArea
	{
		margin: 0;
	}

	.contents#sp.titleBack05 .updateDate,
	.contents#sp.titleBack06 .updateDate
	{
	  position: static;
	  display: block;
	  width: 240px;
	  margin: 5px auto 10px;
	  height: 15px;
	  padding: 4px 0 0 0;
	  text-align: center;
	}
  }

/* ---- title ここまで ---- */

/* 各表示数設定 */

/* 共通 */

.slideSimple {
  margin-top: 10px;
}

.imgFrame {
  position: relative;
  display: block;
  background: #fff;
  margin: 0 7px;
}

.imgFrame img {
  width: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

.imgFrame svg {
  position: absolute;
  bottom: -2px;
  right: 0;
}

.tileTitleImg {
	position: relative;
	width: 50%;
}

.tileTitleImg:before{
	content: '';
	position: absolute;
	right:-1vw;
	top: 0;
	width: 1vw;
	height: 100%;
}

.tileTitleImg:after{
	content: '';
	position: absolute;
	right: -1vw;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent #fff transparent transparent;

}

.review .tileTitleImg,
.review .tileTitleImg:before
{
	background: #b1938b;
}

.new .tileTitleImg,
.new .tileTitleImg:before
{
	background: #da635d;
}

.order .tileTitleImg,
.order .tileTitleImg:before
{
	background: #4e4e56;
}

.info .tileTitleImg,
.info .tileTitleImg:before
{
	background: #518f8b;
}

 .date {
  color: #999;
  text-align: left;
}

.info_img svg,
.shop_img svg {
  fill: #b4b3b3;
}

.info_img,
.shop_img {
  position: relative;
  width: 100%;
  height: 100%;
}

.info_img:after,
.shop_img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 10;
}

/* tileとtileの間隔 */

.tile {
  margin-right: 5px;
  margin-left: 5px;
  padding: 9px 7px 14px 0;
  background: #fff;
  border-radius: 15px;
  box-shadow: inset -3px -3px 7px 0 #ccc;
}

/* ---- テキスト ---- */

.textArea {
  height: auto;
  padding: 5px 7px 0 7px;
}

.date {
  white-space: nowrap;
  padding: 0.4vw 7px;
}

.textArea .main_text {
  color: #808080;
  font-weight: normal;
}

.star {
  display: flex;
  padding: 2px 6px;
}

.review .star .full:before,
.review .star .half:before,
.review .star .off:before {
  font-family: "icomoon";
  color: #fbb03b;
  padding: 0 1px;
}

.review .star .full:before {
  content: "\e9d9";
}

.review .star .half:before {
  content: "\e9d8";
}

.review .star .off:before {
  content: "\e9d7";
}

/* ---- .display08 表示8 ここから ---- */

/*  スライド幅、画像サイズ指定（正方形） */

.display08 .imgFrame {
  width: calc((100vw - 240px) / 8);
  height: calc((100vw - 240px) / 8);
}

#pc.display08 .tileTitleImg{
	height: calc((100vw - 126px) / 8 * 0.25 / 2);
}

.tileTitleImg:after{
	border-width: calc((100vw - 70px) / 8 * 0.25 / 4);

}

/* ---- テキスト ---- */

.display08 .textArea {
  width: calc((100vw - 240px) / 8);
}

.display08 .date {
  font-size: 10px;
}

.display08 .textArea .main_text {
  font-size: 10px;
}

.display08 .review .star .full:before,
.display08 .review .star .half:before,
.display08 .review .star .off:before {
  font-size: 1vw;
}

/* Edgeのみ */
@supports (-ms-ime-align: auto) {


  .display08 .textArea {
    width: calc((100vw - 240px) / 8 - 0.01vw);
  }

  .display08 .imgWrapper .imgFrame {
    width: calc((100vw - 240px) / 8 - 0.01vw);
    height: calc((100vw - 240px) / 8 - 0.01vw);
  }
}

/* Firefoxのみ「 */
@-moz-document url-prefix() {

  .display08 .textArea {
    width: calc((100vw - 240px) / 8 - 0.01vw);
  }

  .display08 .imgWrapper .imgFrame {
    width: calc((100vw - 240px) / 8 - 0.01vw);
    height: calc((100vw - 240px) / 8 - 0.01vw);
  }
}

/* IEのみ */
@media all and (-ms-high-contrast: none) {
  .display08 .textArea {
    width: calc((100vw - 240px) / 8 - 0.01px);
  }

  .display08 .imgWrapper .imgFrame {
    width: calc((100vw - 240px) / 8 - 0.01px);
    height: calc((100vw - 240px) / 8 - 0.01px);
  }
}

/* ---- 商品名、価格部分　ここまで ---- */

/* ---- .display08 表示8 ここまで ---- */

/* ---- .sp_display04 表示4 ここから ---- */

/*  スライド幅、画像サイズ指定（正方形） */

#sp.sp_display04 .imgWrapper .imgFrame {
	width: calc((100vw - 116px) / 4);
	height: calc((100vw - 116px) / 4);
  }

  /* ---- テキスト ---- */
  #sp.sp_display04 .tileTitleImg:after{
	  border-width: calc((100vw - 30px) / 4 * 0.25 / 4);

  }

  #sp.sp_display04 .textArea {
	width: calc((100vw - 116px) / 4);
  }

  #sp.sp_display04 .date {
	padding: 1vw 7px;
  }


  #sp.sp_display04 .review .star .full:before,
  #sp.sp_display04 .review .star .half:before,
  #sp.sp_display04 .review .star .off:before {
	font-size: 2vw;
  }

/* ---- 商品名、価格部分　ここまで ---- */

/* ---- .sp_display04 表示4 ここまで ---- */

/* ---- .sp_display03 表示3 ここから ---- */

/*  スライド幅、画像サイズ指定（正方形） */


#sp.sp_display03 .imgWrapper .imgFrame {
  width: calc((100vw - 84px) / 3);
  height: calc((100vw - 84px) / 3);
}

/* ---- テキスト ---- */
#sp.sp_display03 .tileTitleImg:after{
	border-width: calc((100vw - 20px) / 3 * 0.25 / 4);

}

#sp.sp_display03 .textArea {
  width: calc((100vw - 84px) / 3);
}

#sp.sp_display03 .date {
  padding: 1vw 7px;
}


#sp.sp_display03 .review .star .full:before,
#sp.sp_display03 .review .star .half:before,
#sp.sp_display03 .review .star .off:before {
  font-size: 2vw;
}

/* Edgeのみ */
@supports (-ms-ime-align: auto) {
   #sp.sp_display03 .textArea {
    width: calc((100vw - 84px) / 3 - 0.01vw);
  }

  #sp.sp_display03 .imgWrapper .imgFrame {
    width: calc((100vw - 84px) / 3 - 0.01vw);
    height: calc((100vw - 84px) / 3 - 0.01vw);
  }
}

/* Firefoxのみ「 */
@-moz-document url-prefix() {
  #sp.sp_display03 .textArea {
    width: calc((100vw - 84px) / 3 - 0.01vw);
  }

  #sp.sp_display03 .imgWrapper .imgFrame {
    width: calc((100vw - 84px) / 3 - 0.01vw);
    height: calc((100vw - 84px) / 3 - 0.01vw);
  }
}

/* IEのみ */
@media all and (-ms-high-contrast: none) {

  #sp.sp_display03 .textArea {
    width: calc((100vw - 84px) / 3 - 0.01px);
  }

  #sp.sp_display03 .imgWrapper .imgFrame {
    width: calc((100vw - 84px) / 3 - 0.01px);
    height: calc((100vw - 84px) / 3 - 0.01px);
  }
}

/* ---- 商品名、価格部分　ここまで ---- */

/* ---- .sp_display03 表示3 ここまで ---- */

/* ---- .sp_display02 表示1 ここから ---- */

/*  スライド幅、画像サイズ指定（正方形） */

#sp.sp_display02 .imgWrapper .imgFrame {
	width: calc((100vw - 54px) / 2);
	height: calc((100vw - 54px) / 2);
  }

  /* ---- テキスト ---- */
  #sp.sp_display02 .tileTitleImg:after{
	  border-width: calc((100vw - 10px) / 2 * 0.25 / 4);

  }

  #sp.sp_display02 .textArea {
	width: calc((100vw - 54px) / 2);
  }

  #sp.sp_display02 .date {
	  font-size: 11px;
	padding: 1vw 7px;
  }


  #sp.sp_display02 .review .star .full:before,
  #sp.sp_display02 .review .star .half:before,
  #sp.sp_display02 .review .star .off:before {
	font-size: 3vw;
  }

/* ---- 商品名、価格部分　ここまで ---- */

/* ---- .sp_display02 表示2 ここまで ---- */

/* ---- .sp_display01 表示2 ここから ---- */

/*  スライド幅、画像サイズ指定（正方形） */

#sp.sp_display01 .imgWrapper .imgFrame {
	width: calc(100vw - 20px);
	height: calc(100vw - 20px);
  }

  /* ---- テキスト ---- */
  #sp.sp_display01 .tileTitleImg:after{
	  border-width: calc(100vw * 0.25 / 4);

  }

  #sp.sp_display01 .textArea {
	width: calc(100vw - 20px);
  }

  #sp.sp_display01 .textArea .main_text {
	font-size: 12px;
  }

  #sp.sp_display01 .date {
	  font-size: 11px;
	padding: 1vw 7px;
  }


  #sp.sp_display01 .review .star .full:before,
  #sp.sp_display01 .review .star .half:before,
  #sp.sp_display01 .review .star .off:before {
	font-size: 3vw;
  }

/* ---- 商品名、価格部分　ここまで ---- */

/* ---- #sp.sp_display01 表示2 ここまで ---- */
