/*価格表記を￥→円に変更*/
.fs-c-price__currencyMark {
display: none;
}
.fs-c-price::after {
content: "円";
}

/*会員情報入力画面の必須マーク「＊」を「必須」のテキスト表示に変更*/
.fs-c-requiredMark{
    overflow: visible;
    text-indent: 0;
    width:auto;
}
.fs-c-requiredMark::before{
    display: none;
}


/*商品詳細ページの独自コメントの表示を調整するCSS*/

.fs-l-productLayout > #column {
    grid-column: 1 / span 2;
}



/*FS2から移管*/

.box img{width:800px;display:block;margin:0;padding:0;}

.spectable, .spectable tr, .spectable tr td{
	border-collapse:collapse; padding:0; border:2px gray solid; padding:5px;
}
.spectable{
	font-size:13px;
	color:#333333;
	width:100%;
	max-width:750px;
}
.spectable tr{
	text-align:left;
}

.info{
	font-size:18px;
}
.infocolor{
	color:#CC0000;
}


.tfw{
	color:white;
}


.sizetable, .sizetable tr, .sizetable th, .sizetable tr td{
	border-collapse:collapse; padding:0;
	border:1px #333 solid;	
}
.sizetable{
	font-size:18px;
}

th{
	width:80px;
}
.sizetable tr{
	text-align:center;
}
.sizetable tr td{
	padding:0px 8px 0px 8px;	
}

.size01{
	width:60px;
	height:20px;
	font-size:30px;
	background-color:#F2F2F2;
	text-align:center;
}
.size02{
	width:190px;
	font-size:14px;
	text-align:left;
	padding:0px 8px 0px 8px;
}
.sl{
	background-color:#dbdbdb;
}
.rx{
	background-color:#CfCfCf;
}



/* 商品ページメイン */
.shirtspage{width:800px;}
.shirtsbox img{width:800px;display:block;margin:0;padding:0;}

.spectable, .spectable tr, .spectable tr td{
	border-collapse:collapse; padding:0; border:2px gray solid; padding:5px;
}

img {
display: block;
}


/* サイド */
.sidecategory{
font-size:18px;
color:#000;
font-weight: normal;
}

.sidecolor{
font-size:18px;
color:#000;
font-weight: normal;
}


/* こだわり検索リスト */
.p-search-list {
    border-bottom: 1px solid #efefef;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 10px;
}


/* 未来出荷赤文字 */
.fs-c-variationCart__variationName__shippingDate {
    font-size: 1.2rem;
    font-weight: bold;
    color: red;
    margin-bottom: 5px;
}

/* カゴ内未来出荷表記 */
.fs-c-cartTable__message {
    font-size: 1.5rem;
}

/* バリエーションのカラー名サイズ大きく */
.fs-c-variationList__item__title {
    background: rgba(126, 126, 126, 0.08);
    font-weight: 700;
    padding: 2px 4px;
    font-size: 1.3em;
}

/* フッタSNSリンク小さく */
.fs-p-footerSnsLink {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 10%;
}

/* 買い物カゴ右上バツ印 */
.fs-c-modal__close {
    color: #333333;
    font-size: 3em;
    cursor: pointer;
    white-space: nowrap;
    padding: 3px;
}

/* カートに入れるポップアップ幅調整 */
.fs-c-modal__inner {
    background: #ffffff;
    border-radius: 3px;
    color: #333333;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    margin: auto;
    width: 35%;
    max-width: calc(100vw - 8px* 2);
}

/* 残りわずか表示 */
.fs-c-variationCart__variationName__stock {
    font-size: 1.2rem;
    font-weight: 500;
    color: red;
}

/* お問い合わせポップアップ表示調整 */
.fs-c-inputTable--inModal .fs-c-inputTable__headerCell {
    text-align: left;
    width: 40%;
}

/* 会員登録ページのフォーム幅調整 */
.fs-c-inputTable__headerCell, .fs-c-inputTable__currentValueCell, .fs-c-inputTable__dataCell {
    padding: 0;
    width: 70%;
}

/* カートフロート */
.fs-p-scrollingCartButton {
    position: fixed;
    right: 0;
    bottom: 10%;
    z-index: 100;
    width: 10%;
}

/* カート内「ご注文手続きへ進む」を大きく */
.fs-c-button--primary {
    background: #eb5a00;
    border: 1px solid #ce5204;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 0.8em 1.6em 0.6em;
    box-shadow: 0 0 2px #b2b2b2;
    min-width: 240px;
}

.fs-c-button--secondary {
    background: #33416f;
    border: 1px solid #0e3a81;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 0.8em 1.6em 0.6em;
    box-shadow: 0 0 2px #b2b2b2;
    min-width: 240px;
}

/* カートに入れるボタンを大きく */
.fs-c-button--primary.fs-c-button--addToCart--variation {
    font-size: 1.2rem;
    font-weight: bold;
    min-width: 100%;
}


/* オプション選択文字サイズ */
.fs-c-productOption {
    display: flex;
    flex-direction: column;
    font-size: 1.4em;
}


.fs-c-productOption__label {
    cursor: pointer;
    font-size: 1.4em;
}

.fs-c-listedProductName__variation, .fs-c-listedProductName__selection {
    font-size: 1.5rem;
}

.fs-c-productVariationPrice {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    line-height: 0.8rem;
}

.fs-c-reviewInfo__date {
    display: none;
    flex-wrap: wrap;
    font-size: 1.2rem;
    margin: 4px 0;
}


.fs-c-reviewer__profile__ageGroup {
    display: none;
}



/* カート画面 数量のプルダウンを表示するCSS */

.fs-body-cart .fs-c-quantity__select {

    appearance: auto;

}



