﻿@charset "utf-8";

/*--------------------------------------------------------------------*/
/* ステッチイデー ショッピング 202309ver */
/*--------------------------------------------------------------------*/


/* 新タウン追記
--------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}


/* 新タウン追記
--------------------------------------------------------------------*/
.pane-main {
}
/*.block-globalnav,*/
.block-category-globalnav,
.block-category-list--header,
.block-category-list--comment,
.block-category-list--goods {
	display: none;
}
.wrapper {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.pane-main .container {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.freespace {
	padding-left: 0 !important;
	padding-right: 0 !important;
}


.ideesLogo img{
  display: block;
  min-height: 0%;
  margin: 1.5em auto !important;
  text-align: center;
  width: 50%;
  max-width: 250px;
}

@media screen and (min-width : 1024px) {
  .ideesLogo img{
    max-width: 300px;
    width: 30%;
  }
}

.block-category-list--header {
  display: none;
}

.works-img {
  margin-bottom: 10px;
}
.works-title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.125em;
  margin-bottom: .5em;
}
/*20240409追加*/
.works-title-caption {
  font-family: "Noto Serif JP", serif;
  font-size: .875em;
  margin-bottom: .5em;
}
.item-title {
  margin-bottom: .25em;
}
/*20240409追加*/
.item-title .item-title-caption{
  font-size: .875em;
}
.item-price {
  font-weight: bold;
  text-align: right;
  margin: 0;
}
.item-clubprice {
  color: rgba(184, 28, 34, 1);
  font-weight: bold;
  text-align: right;
  margin: 0 0 .5em;
}
.item-no-clubprice {
  font-size: .75em;
  text-align: right;
  margin: 0 0 .5em;
}
.item-clubprice::before {
  display: inline-block;
  content: "ステッチイデー・クラブ価格";
  color: rgba(184, 28, 34, 1);
  font-size: .875em;
  padding: .25em .5em;
  margin-right: .5em;
}
.item-price::after,
.item-clubprice::after {
  content: "（税込）";
}