

/*↓↓横幅768px以上の端末調整（PCなど）ここから↓↓*/
.fs-l-header__logo .fs-p-logo img {
    align-self: center;
}

span.fs-p-searchForm__inputGroup{
    width: 35%;
    margin:0 auto
}

.fs-l-header__utility .fs-p-logo a {
    align-self: center;
}

.fs-p-scrollingCartButton__icon {
    font-size: 7rem;
    padding: 15px;
}
.fs-p-scrollingCartButton__label {
    font-size: 1.5rem;
}

/*↓↓トップ インスタアーカイブ カルーセル画像調整↓↓*/
.instalive-archive-sp img{
    padding-left: 20%;
    width: 300px;
}
/*↑↑トップ インスタアーカイブ カルーセル画像調整↑↑*/

/*↓↓トップページ:マウスオーバー時コラム画像色変更↓↓*/

.fs-body-top .fs-pt-column__image:hover {
	opacity: 0.5 ;
}
/*↑↑トップページ:マウスオーバー時コラム画像色変更↑↑*/

/*↓↓商品グループページ:マウスオーバー時画像色変更↓↓*/

.fs-c-productListItem__imageContainer img:hover {
	opacity: 0.5 ;
}
/*↑↑商品グループページ:マウスオーバー時画像色変更↑↑*/

/*↓↓フリーページ:インスタライブ一覧↓↓*/
.instalive span{
text-align: center;
    margin: 0 auto;
}

.instalive span:hover {
	opacity: 0.5 ;
}
/*↑↑フリーページ:インスタライブ一覧↑↑*/

/*↓↓フリーページ:そえぶみ箋図鑑↓↓*/
.modal{
z-index:999;
}
/*↑↑フリーページ:そえぶみ箋図鑑↑↑*/



<body oncontextmenu="return false;">


/*↓↓横幅768px以下の端末調整（ipadや携帯など）ここから↓↓*/
@media screen and (min-width: 768px) {
.fs-l-header__utility {
grid-template-rows: auto;
-ms-grid-rows: auto;
}
 }

.fs-c-productListItem__control .fs-c-button--plain {
background: #ff7a7a;
color: #fff;
border-radius: 12px;
padding: 2px 10px;
font-size: 12px;
}
.button--detail--list{
background: #ff7a7a;
    color: #fff;
    border-radius: 12px;
    padding: 2px 10px;
    font-size: 12px;
    height: 30px;
}