/*****一旦コメントアウトしております
/*一般ページ*/
/*商品詳細*/
/*コンテンツ幅*/
.fs-l-productLayout{
width:1156px !important;
margin:0 auto !important;
}
/*コンテンツ幅 スマホ版*/
@media(max-width:1156px){
.fs-l-productLayout{
width:calc(100vw - 40px) !important;
}
}


/*写真*/
.fs-c-productMainImage__image{
width:100% !important;
}

/*商品説明（大）*/
*****/



/*フリーページ*/
/*PCのみでの表示にしたい場合*/
@media(max-width:768px){
.pc-only{
display:none;
}
}


/*会社概要 微調整*/
/*スクロール防止（会社概要で使用）*/
.no-scroll{
overflow:hidden;
}


/*文章を左ぞろえ（会社概要で使用）*/
.line-left{
text-align:left;
}


/*利用規約 微調整*/
/*文章上部のデフォルト余白を削除（利用規約第3条-1で使用）*/
.p-no-margin{
margin-top:0 !important;
}


/*スマホ版で.boxの幅がばらつく（利用規約で使用）*/
@media(max-width:768px){
.box{
width:calc(100vw - 4rem) !important;
margin:0 auto !important;
padding:0 !important;
}
}


/*プライバシーポリシー 微調整*/
/*h2　行間（プライバシーポリシーで使用）*/
.ribbon-title{
line-height:3.6rem;
}


/* 白神こだま酵母のパンに合うレシピ 微調整*/
/*レシピ同士の間の余白（白神こだま酵母のパンに合うレシピで使用）*/
.padding-b100{
padding-bottom:10rem;
}

/*画像同士の行間 スマホ版（白神こだま酵母のパンに合うレシピで使用）*/
@media(max-width:768px){
.padding-b100{
padding-bottom:5rem;
}
}

/*画像同士の行間（白神こだま酵母のパンに合うレシピで使用）*/
.padding-b40{
padding-bottom:4rem;
}

/*画像同士の行間 スマホ版（白神こだま酵母のパンに合うレシピで使用）*/
@media(max-width:768px){
.padding-b40{
padding-bottom:0;
}
}


/* 白神こだま酵母の使い方やレシピ 微調整*/
/*動画下の余白（白神こだま酵母のパンに合うレシピで使用）*/
.movie{
margin-bottom:4rem;
}

/*ソフトフランスh2~h3間の余白（白神こだま酵母のパンに合うレシピで使用）*/
.margin-b40{
margin-bottom:4rem;
}

/*動画下の余白と幅の調整 スマホ版（白神こだま酵母のパンに合うレシピで使用）*/
@media(max-width:768px){
.movie{
margin-bottom:2rem;
height:20rem;
}
}

/*ソフトフランスh2~h3間の余白（白神こだま酵母のパンに合うレシピで使用）*/
@media(max-width:768px){
.margin-b40{
margin-bottom:2rem;
}
}


/*サラオンラインショップとは 微調整*/
/*見出し 大切な人のために安心安全の美味しいパンを提供します（サラオンラインショップとはで使用）*/
.h3-large{
text-align:center;
line-height:inherit;
font-size:2.5rem;
letter-spacing:.03em;
font-weight:500;
margin-bottom:4.27rem;
}
}

.bunner-100waribiki{
width:100%;
}


/*サラオンラインショップとは 微調整*/
/*見出し 大切な人のために安心安全の美味しいパンを提供します（サラオンラインショップとはで使用）*/
.ec-btn-l{
align-items:center;
background:#865959;
color:#fff;
display:flex;
font-size:1.8rem;
font-weight:500;
height:6rem;
justify-content:center;
margin:0 auto;
transition:.2s;
width:100%;
}

.ec-btn-l:hover{
background:rgba(134, 89, 89, .46);
}


.margin-b-6{
margin-top:-6rem;
}


