/* 20230710@komatsu調整 */

.productVariation,
.pv {
	margin: 30px auto 0;
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	gap: 10px 5px;
}

.productVariationImgBox,
.pv > div > div {
	border: 1px solid #CCC;
}

.productVariationTxt,
.pv > div > p {
	font-size: 10px;
}

.productImgBlock:after {
	content: "";
	display: block;
	width: 33%;
	order: 100;
}

/* 20230705@komatsu調整 */

.productColorLabel {
	padding: 0.35em 0.5em 0.3em;
	background: rgba(0, 0, 0, .8);
	color: #FFF;
	text-align: center;
	font-size: 11px;
	min-height: 2.2em;
}

.productDetailContact > a {
	color: #1e5d9b !important;
}

.productDetailContact > a:hover {
	color: inherit !important;
	opacity: 0.8 !important;
}


/* 20230627@kajiwara調整 */
.productPoint01 {
	font-size: 17px;
	margin: 25px auto 0;
}

.productPoint01 > span {
    background: linear-gradient(transparent 5%, #99ccff 95%);
}

/* 20230615@komatsu */

.productConte {
	margin: 20px auto 0;
	padding: 0 0 20px;
}

.productTtl01 {
	padding: 10px 15px;
	font-size: 20px;
	background: #002e73;
	color: #FFF;
}

/* 20230612@komatsu調整 */

.productImgBox.productImgBox--w100 {
    width: 100%;
}

/* 20230427@kajiwara調整 */
.productImgBlock {
    margin: 30px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.productImgBox {
    width: 33%;
    margin: 0 0 4px;
}

.productImgBox > img {
    display: block;
}

/* 20230420@komatsu 商品詳細のライトカラム追従 */
.fs-l-productLayout__item.fs-l-productLayout__item--2 {
	/* position: sticky; */
	/* top: 20px; */
}

/* ログイン制御 */
.logout.my-false { display: none; }
.login.my-true { display: none; }
.regist.my-true { display: none; }

/* 追従カートボタン調整 */
.fs-p-scrollingCartButton {
    right: 20px;
    bottom: 100px;
}

/* パンくず調整 */
.fs-c-breadcrumb {
    max-width: 1200px;
    margin: auto;
}

/* 商品一覧調整 */
.fs-c-productName__copy {
	margin-bottom: 3px;
}
.fs-c-productImage a {
    position: relative;
    display: block;
}
.fs-c-productImage a:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.fs-c-productImage a img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
}

/* 商品詳細調整 */
.fs-c-productNameHeading__copy {
	display: block;
	margin-bottom: 5px;
}

/* FBリンク調整 */
.fb_iframe_widget span, .fb_iframe_widget iframe {
    width: 80px!important;
}