/* ------------ 全体追加CSS ------------ */
a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
.logout.my-false { display: none; }
.login.my-true { display: none; }
.regist.my-true { display: none; }
.colred { 
  color: #E00105;
  font-weight: bold;
}
.fs-pt-list__item {
  font-size: 0.8em;
}
.strong {
    font-weight: bold;
}
.headder-topinfo {
    background: #E00003;
    width: 100%;
    color: #FFFFFF;
    font-size: 1.3em;
    line-height: 2em;
    padding-left: 20px;
    text-align: center;
}
.headder-topinfo a {
    color: #FFFFFF;
    text-decoration: none;
}
.headder-topinfo a:hover {
    color: #3790e8;
}
@media screen and (max-width: 768px) {
.headder-topinfo {
    background: #E00003;
    width: 100%;
    color: #FFFFFF;
    font-size: 0.９em;
    line-height: 1.5em;
    padding-left: 20px;
    text-align: center;
}
}
/* ------------ デフォルトヘッダー追加CSS ------------ */
.fs-p-headerNavBar {
  background: #FFFFFF;
  color: #333333;
  padding-bottom: 10px;
}
.fs-p-headerNavigation__link:link {
  color: #333333;
}

.fs-p-headerNavigation__link:visited {
  color: #333333;
}
.fs-p-headerNavigation__link:hover {
  background: #333333;
  color: #FFFFFF;
}

.fs-p-headerNavigation__link:active {
  color: #333333;
}
@media screen and (max-width: 768px) {
.fs-p-headerNavigation__list {
  margin-bottom: 10px;
}
}
/* ------------ インフォメーション追加CSS ------------ */
.fs-p-dateList {
    font-size: 1.3em;
}
.fs-p-dateList li a {
    text-decoration: none;
}
/* ------------ 商品ページ用 ------------ */
.DetailBody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}

@media screen and (max-width: 768px) {
.DetailBody {
    display: table;
}
}
.DetailDescription {
    width: 50%;
    padding: 10px 20px;
    margin: 10px 0;
    display: table;
}

@media screen and (max-width: 768px) {
.DetailDescription {
    width: 100%;
    padding: 10px 20px;
    display: table-row;
}
}
.Description-ttl {
    font-weight: 800;
}
.DetailTable {
    width: 50%;
    padding: 10px 20px;
    display: table;
}

@media screen and (max-width: 768px) {
.DetailTable {
    width: 100%;
    padding: 0;
    display: table;
}
}
.DetailTable-tr {
    display: table-row;
}
.DetailTable-tr:nth-of-type(odd) > .DetailTable-td {
    background-color: #e8e8e8;
}
.DetailTable-tr:nth-of-type(odd) > .DetailTable-td:first-child {
    background-color: #dcdcdc;
}
.DetailTable-td {
    color: #000;
    display: table-cell;
    padding: 4% 3%;
    font-size: 1em;
    vertical-align: middle;
    background-color: #f4f4f4;
}
.DetailTable-td:first-child {
    background-color: #e8e8e8;
    width: 24%;
}
.DetailTable-td a {
    margin-top: 5px;
    display: inline-block;
    text-decoration: underline;
    margin-right: 10px;
}
.laundry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}
.laundry-Item {
    width: 25px;
    margin-right: 10px;
}
.laundry-Item img {
    width: 100%;
    height: auto;
}
.laundry-txt {
    margin-top: 5px;
}
.Product_SizeBody {
    width: 100%;
}
.Product_SizeBox {
    width: 100%;
    padding: 10px 20px;
}
@media screen and (max-width: 768px) {
.Product_SizeBox {
    width: 100%;
    padding: 20px 0;
}
}
.Product_SizeTable {
    display: table;
    width: 100%;
}
.Product_SizeTable-tr {
    display: table-row;
}
.Product_SizeTable-tr:first-child > .Product_SizeTable-td:first-child {
    background-color: #dcdcdc;
}
.Product_SizeTable-tr:first-child > .Product_SizeTable-td {
    background-color: #e8e8e8;
}
.Product_SizeTable-td {
    color: #000;
    display: table-cell;
    font-size: 1em;
    padding: 10px;
    border-right: solid 1px #dcdcdc;
    border-bottom: solid 1px #dcdcdc;
    text-align: center;
    background-color: #f4f4f4;
}
.Product_SizeTable-td:first-child {
    background-color: #e8e8e8;
}
.Product_SizeTable-td:last-child {
    border-right: none;
}
.Product_SizeTable-type {
    letter-spacing: 0.25em;
}
.Product_SizeTable-num {
    letter-spacing: 0.1em;
}
.Product_SizeTable-cap {
    font-size: 1em;
    margin-top: 8px;
}
.Product_SizeTable-cap a {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    margin-top: 10px;
    color: #535353;
    text-decoration: underline;
    display: inline-block;
}
.ItemPage-add1 {
    background-color: #f4f4f4;
    padding: 30px 0;
}
.Itempage-add-Heading-wrap {
    background-color: #f4f4f4;
    padding: 0 10px 10px 10px;
    margin: 30px 0 0 0;
    width: 100%;
}
.Itempage-add-Heading-ttl {
    color: #000000;
    font-size: 1.2em;
    line-height: 2em;
    width: 33%;
    border-bottom: #000000 2px solid;
}
@media screen and (max-width: 768px) {
.Itempage-add-Heading-ttl {
    color: #000000;
    font-size: 1em;
    line-height: 1.5em;
    width: 100%;
    border-bottom: #000000 2px solid;
}
}
/* ------------ スタイリング ------------ */
.styling-title {
    font-size: 2.5em;
    font-weight: bolder;
    margin: 25px auto 20px;
    text-align: center;
    line-height: 0.7em;
	}
.styling-title-under {
    font-size: 0.5em;
    font-weight: bolder;
    margin: 10px auto 30px;
    text-align: center;
	}
@media screen and (max-width: 768px) {
.styling-title {
    font-size: 2em;
    font-weight: bolder;
    margin: 20px auto 0;
    text-align: center;
    line-height: 0.7em;
}
}
@media screen and (max-width: 768px) {
.styling-title-under {
    font-size: 0.3em;
    font-weight: bolder;
    margin: 10px auto 30px;
    text-align: center;
}
}
.styling-title2 {
    font-size: 2em;
    font-weight: bolder;
    margin: 25px auto 20px;
    text-align: center;
    line-height: 0.7em;
	}
.styling-title-under {
    font-size: 0.5em;
    font-weight: bolder;
    margin: 10px auto 30px;
    text-align: center;
	}
@media screen and (max-width: 768px) {
.styling-title2 {
    font-size: 1.5em;
    font-weight: bolder;
    margin: 20px auto 20px;
    text-align: center;
    line-height: 0.7em;
}
}
@media screen and (max-width: 768px) {
.styling-title-under {
    font-size: 0.3em;
    font-weight: bolder;
    margin: 10px auto 30px;
    text-align: center;
}
}
.stylingimg {
    display: block;
    margin: 0;
    width: 100%;
}
ul.styling-list {
    width: 24%;
    display: inline-block;
    list-style: none;
    margin: 15px 0 15px 0;
    padding: 0;
}
ul.styling-list li {
    display: inline-block;
}
.styling-shop {
    font-size: 0.7em;
    display: inline-block;
    background: #333333;
    color: #ffffff;
    box-sizing: border-box;
    padding: 3px;
    margin: 0 0 3px;
}
.styling-date {
    font-size: 0.7em;
    display: inline-block;
    background: #00169B;
    color: #ffffff;
    box-sizing: border-box;
    padding: 3px;
    margin: 0 3px 3px;
}
.allstyling {
    display: block;
    color: #000000;
    text-decoration: none;
    border: #000000 3px solid;
    font-size: 1.5em;
    font-weight: 500;
    padding: 10px;
    text-align: center;
    width: 170px;
    margin: 40px auto;
}
.allstyling:hover {
    border: #000000 3px solid;
    background: #000000;
    font-size: 1.5em;
    color: #ffffff;
    text-decoration: none;
}
@media screen and (max-width: 768px) {
.allstyling {
    display: block;
    color: #000000;
    text-decoration: none;
    border: #000000 2px solid;
    font-size: 1em;
    font-weight: 400;
    padding: 10px;
    text-align: center;
    width: 130px;
    margin: 40px auto;
}
}
@media screen and (max-width: 768px) {
.allstyling:hover {
    border: #000000 2px solid;
    background: #000000;
    font-size: 1em;
    color: #ffffff;
    text-decoration: none;
}
}
@media screen and (max-width: 768px) {
ul.styling-list {
    width: 49%;
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}
}
/* ------------ 新着アイテム ------------ */
.newitem-title {
    font-size: 2.5em;
    font-weight: bolder;
	background: #C2BFBF;
	color: #ffffff;
	display: block;
	width: 100%;
    margin: 25px auto 20px;
	padding: 12px;
    text-align: center;
    line-height: 0.7em;
	}
/* ------------ ニュース＆トピックス ------------ */
ul.news-list {
    width: 24%;
    display: inline-block;
    list-style: none;
    margin: 15px 0 15px 0;
    padding: 0;
	}
@media screen and (max-width: 768px) {
ul.news-list {
    width: 49%;
    display: inline-block;
    list-style: none;
    margin: 15px 0 15px 0;
    padding: 0;
	}
}
ul.news-list li {
    display: inline-block;
    vertical-align: top;
}
.newsimg {
    display: block;
    margin: 0;
    width: 100%;
}
/* ------------ ショップリスト ------------ */
.shoplist-title {
    font-size: 2em;
    color: #000000;
    text-align: left;
    padding-bottom: 5px;
    border-bottom: #000000 5px solid;		
}
@media screen and (max-width: 768px) {
.shoplist-title {
    font-size: 1.5em;
    color: #000000;
    text-align: left;
    padding-bottom: 5px;
    border-bottom: #000000 3px solid;		
}
}
.shoplist-heading {
    display: block;
    color: #000000;
    text-decoration: none;
    border: #000000 3px solid;
    font-size: 3em;
    font-weight: 500;
    padding: 10px;
    text-align: center;
    width: 170px;
    margin: 40px auto;
}
@media screen and (max-width: 768px) {
.shoplist-heading {
    display: block;
    color: #000000;
    text-decoration: none;
    border: #000000 3px solid;
    font-size: 2.5em;
    font-weight: 500;
    padding: 10px;
    text-align: center;
    width: 150px;
    margin: 25px auto;
}
}
.snsicon {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 15px;
}
/* ------------ ブランドリスト ------------ */
.brand-list {
    margin: auto;
    padding: 0;
}
.brand-list li {
    display: inline-block;
	width: 24%;
}
.brand-list li img {
	display: block;
    width: 100%;
    margin: 0;
    padding: 
/* ------------ ログイン ------------ */
.logout.my-false { display: none; }
.login.my-true { display: none; }
.regist.my-true { display: none; }
/* ------------ paidy支払い説明文 ------------ */
.paidylist {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 1rem 0;
}
.paidylist > li {
  box-sizing: border-box;
}
.paidylist li {
  margin-left: 8px;
  text-indent: -4px;
  padding-left: 4px;
}