@charset "utf-8";
.fs-preview-header{
    position:fixed;
    z-index:10000;
    left:0;right:0;
}
.fs-p-footerPageTop__link::before {
    font-size: 1.6em;
}

/*----------------------------------------------------------
	common
----------------------------------------------------------*/
* {
	word-break: break-all;
	box-sizing: border-box;
	min-height:0;
	min-width : 0;
}

html[lang="en-x-mtfrom-ja"] #content iframe {
	display: none;
}
body,
input,
textarea,
select {
	font-family: YakuHanJP_Narrow, "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	color: #353535;
}
h1, h2, h3, h4, h5{
    font-weight: 400;
}
dl, dt, dd, ol, ul, li {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background: #FFF;
	font-weight: 400;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
}
.fs-c-orderedList > li::before {
    color: #353535;
}
a {
	text-decoration: none;
	color: #101010;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}
a.txt_link {
    text-decoration: underline;
}
a:visited {
  color: #101010;
}
a:active {
	color: #101010;
  }
  
a:hover {
  color: #101010;
  text-decoration: underline;
}
a.txt_link:hover{
    text-decoration: none;
}
a:hover img {
	opacity: 0.5;
}
section.header03 a:hover {
    text-decoration: none;
}

section.header03 a:hover img {
    opacity: 1;
}

a img {
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}

p {
	margin:0;
}

ul {
	list-style: none;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}


/*電話リンク動作させない*/
@media (min-width: 769px) {
	a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
}

/**** コンテンツ幅 ****/
.inner {
    max-width: 1200px;
    margin: 0 auto;
}
.inner-cnt{
    max-width: 1100px;
    margin: 0 auto;
}
body#fs_Top .fs-l-main,body#fs_Top  section.fs-l-pageMain{
    max-width: 100%;
}
.fs-l-main {
    max-width: 1116px;
    margin: 12px auto;
}

.sp {
	display: none;
}

@media screen and (max-width:767px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block;
	}
}
/********************************
	基本class
********************************/
.flex {
	display:-webkit-box;
	display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex.ft_re {
    flex-direction: row-reverse;
}
.grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr 10px 1fr;
    grid-template-rows: 1fr 1fr;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.grid > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
.grid > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}
.grid > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}
section.header01.m_fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.relative {
	position: relative;
}
.bold{
	font-weight: bold;
}
address {
    font-style: normal;
}
.m-t1,.mt-1 {
    margin-top: 1em;
}

/*色*/
.red {
  color: #970000;
}
section.fs-l-pageMain .emphasis_orange{
    color:#ff4e18;
}
section.fs-l-pageMain .emphasis_green{
    color:#00bc30;
}
/*ボタン系*/
.btn {
    font-size: 16px;
    max-width: 373px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #c9c9c9;
    line-height: 63px;
    font-weight: bold;
    border-radius: 5px;
}
.btn a{
    display: block;
}
.btn a:hover, .btn_size a:hover{
    text-decoration: none;
    opacity: 0.5;
    cursor: pointer;
}
.fs-c-button--primary {
    font-size: 1.2em;
    padding: 0.7em 1.4em 0.7em;
    box-shadow: none;
    transition: 0.3s;
}
.fs-c-button--primary:hover {
    background: #ffaf18;
    border: 1px solid #ffaf18;
    opacity: 1;
}

/*見出し系*/
.en {
    font-family: 'Roboto', sans-serif;
}
h2.title_top{
    font-size: 16px;
    line-height: 1.3125;
    text-align: center;
    margin: 0 auto;
}
h2.title_top span.en {
    display: block;
    font-size: 40px;
    line-height: 1.15;
}
section.top-ranking h2.title_top span.en,section.top-popurar h2.title_top span.en,section.top-blog h2.title_top span.en {
    margin-bottom: 0.15em;
}
p.update {
    text-align: center;
    font-size: 12px;
    line-height: 1;
    padding-top: 8px;
}
.underline{
    background: -webkit-gradient(linear,left top, left bottom,from(#fff),color-stop(60%, #fff),color-stop(60%, #ffcb67),color-stop(90%, #ffcb67),color-stop(90%, #fff),to(#fff));
    background: -o-linear-gradient(#fff 0%,#fff 60%,#ffcb67 60%,#ffcb67 90%,#fff 90%,#fff 100%);
    background: linear-gradient(#fff 0%,#fff 60%,#ffcb67 60%,#ffcb67 90%,#fff 90%,#fff 100%);
}


/*ログイン*/
.login-true , .logout-false , .logout-undefined {
    display: none;
}


/*パンくず*/
.fs-c-breadcrumb {
    font-size: 12px;
}
nav.fs-c-breadcrumb{
    padding-top:18px;
}
div.fs-c-breadcrumb{
    padding:18px 0;
}
nav.fs-c-breadcrumb + div.fs-c-breadcrumb{
    padding:0 0 18px;
}
.fs-c-breadcrumb ol.fs-c-breadcrumb__list {
    max-width: 1110px;
    margin: 0 auto;
    padding: 0px 5px;
}
nav.fs-c-breadcrumb + .fs-l-main{
    padding-top:18px;
}


/******************
ヘッダー
*******************/
.fs-l-header {
    padding-top: 0;
}
p.hd_comment {
    text-align: center;
    background-color: #d5d5d5;
    font-size: 12px;
    line-height: 2.5;
}
.header{
    position: relative;
}
section.header01{
    background-color: #fff;
}
section.header01 .inner {
    padding: 0 2.628%;
    position: relative;
}
.fs-p-logo {
    padding: 0;
    max-width: 102px;
    transition: .3s;
}
section.header01 {
    position: relative;
}
section.header01 div.flex {
    align-items: center;
}
.fs-l-header__logo {
    padding: 21px 0;
    margin-right: 65px;
    transition: .3s;
}
section.header01 div.flex .left {
    display: flex;
    align-items: center;
}
section.header01 div.flex .left ul {
    display: flex;
    width: 205px;
    justify-content: space-between;
    font-size: 14px;
}
section.header01 div.flex .left ul li {
    position: relative;
    padding: 23px 0;
}
section.header01 div.flex .right ul li img {
    vertical-align: middle;
}
section.header01 div.flex .left ul li:hover,section.header01 div.flex .right ul li:hover , .more_btn{
    cursor: pointer;
}
section.header01 div.flex .left ul .open::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 12px 6px;
    border-color: transparent transparent #f6f6f6 transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
section.header01 div.flex .left ul li::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 3.5px 0 3.5px;
    border-color: #595959 transparent transparent transparent;
    vertical-align: middle;
    margin-bottom: 4px;
    margin-left: 16px;
}
section.header01 div.flex .right {
    width: 150px;
}
section.header01 div.flex .right ul {
    display: flex;
    justify-content: space-between;
}
section.header01 div.flex .right ul li {
    width: 19px;
    position: relative;
    padding: 21px 0;
}
section.header01 div.flex .right .open::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 12px 6px;
    border-color: transparent transparent #f6f6f6 transparent;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
section.header02 {
    text-align: center;
}
section.header02 p.txt {
    line-height: 1.25;
    padding: 0.625em 4.8vw;
    background-color: #353535;
    color: #fff;
}
section.header02 p.image img {
    width: 100%;
    max-width: 768px;
}
@media (min-width: 768px) {
    section.header01.m_fixed .fs-l-header__logo {
        padding: 10px 0;
    }
    section.header01.m_fixed .fs-p-logo {
        max-width: 70px;
    }
    section.header01.m_fixed .menu_dtl,section.header01.m_fixed div#hd_menubox-search,section.header01.m_fixed div#hd_menubox-mypage {
        top: 54px;
    }
    section.header01.m_fixed div.flex .left ul li {
        padding: 15px 0;
    }
    section.header01.m_fixed div.flex .right ul li {
        padding: 13px 0;
    }
}

  /*メニュー内閉じるボタン*/
  header .hd_close {
    color: #101010;
    text-align: center;
    width: 75px;
    height: 75px;
    margin: 0 auto 50px;
  }
  header .hd_close span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #f6f6f6;
    width: 75px;
    height: 75px;
    font-size: 12px;
    margin: 0 auto;
  }
  header .hd_close span::before {
    content: "×";
    display: inline-block;
    font-size: 50px;
    line-height: 0.6;
    margin-top: 5px;
    vertical-align: middle;
  }
/*検索*/
div#hd_menubox-search {
    display: none;
    max-width: 482px;
    width: 100%;
    background: #f6f6f6;
    position: absolute;
    right: 15px;
    top: 80px;
    z-index: 999;
}
div#hd_menubox-search .inner {
    padding: 20px;
}
div#hd_menubox-search ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-top: 14px;
}
div#hd_menubox-search ul li a {
    display: block;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    padding: 0 11.5px;
    background-color: #fff;
}
div#hd_menubox-search ul li {
    margin-right: 5px;
    margin-bottom: 5px;
}
section.hd-search span.fs-p-searchForm__inputGroup.fs-p-inputGroup {
    border: 0;
    border-bottom: 1px solid;
    background: #fff;
}
section.hd-search input.fs-p-searchForm__input.fs-p-inputGroup__input {
    padding: 0 13px;
    background: #f6f6f6;
}
section.hd-search .fs-p-searchForm__button {
    background: #f6f6f6;
}
.fs-p-searchForm__button::before {
    content: "";
    background: url(../images/common/hdr_search.png) no-repeat center;
    background-size: contain;
    width: 19px;
    height: 19px;
    margin: auto;
}

/*マイページ*/
div#hd_menubox-mypage {
    display: none;
    max-width: 182px;
    width: 100%;
    background: #f6f6f6;
    position: absolute;
    right: 96px;
    top: 80px;
    z-index: 999;
}
div#hd_menubox-mypage ul.list_member {
    padding: 23.5px 25px;
}
div#hd_menubox-mypage ul.list_member li a {
    display: inline-block;
    padding: 3px 5px;
}

/*アイテム・ブランド*/
.menu_dtl {
    display: none;
    height: auto;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #f6f6f6;
    z-index: 99;
}
.Item_contents_inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 60px 50px 90px;
}
.Item_contents_inner .js-ac p{
	margin-bottom: 10px;
}
.Item_contents_inner .js-ac p.Item_mds{
	font-weight: bold;
	margin-bottom: 40px;
}

/*ブランド*/
section.menu-brand {
    height: 300px;
    padding-top: 60px;
}
ul.flex.tab-area-brand{
    padding: 0 97px;
}
ul.flex.tab-area-brand li.tab_brand{
    padding: 0 5px;
    border-bottom: 2px solid #f6f6f6;
}
ul.flex.tab-area-brand li.tab_brand.is-active{
    font-weight: bold;
    border-color: #ffb017;
}
ul.flex.tab-area-brand li.tab_brand:hover{
    cursor: pointer;
    opacity: 0.5;
}
.panel-area-brand {
    margin-top: 46px;
}
.panel_brand ul {
    display: flex;
    flex-wrap: wrap;
}
.panel_brand ul li {
    width: 25%;
}
.panel_brand ul li a {
    display: block;
    line-height: 1.1;
    padding: 7px 10px;
}

/*購入画面用シンプルヘッダー*/
.fs-l-header--min{
}
.fs-l-header--min .fs-l-header__logo{
	margin-right: 0;
}
.fs-l-header--min .fs-l-header__logo .fs-p-logo{
	margin:0 auto;
}

/*******************
フッター
*******************/
.fs-l-footer {
    border: 0;
    background-color: #353535;
    color: #fff;
    margin-top: 0;
}
section.ft-category {
    background-color: #f6f6f6;
    padding: 70px 3.2vw 90px;
}
section.ft-category h2.title {
    margin: 0 auto 35px;
    color: #353535;
    display: block;
    font-size: 40px;
    line-height: 1.15;
    font-weight:normal;
    border-bottom:none;
    text-align:center;
}
ul.flex.tab-area3 {
    max-width: 160px;
    margin: 0 auto;
    color: #353535;
}
ul.flex.tab-area3 li {
    cursor: pointer;
}
ul.flex.tab-area3 li.tab3.is-active {
    font-weight: bold;
    padding: 0 3px 6px 3px;
    border-bottom: 2px solid #ffb017;
}
.panel-area3 {
    margin-top: 50px;
}
.panel3 section.Item_contents {
    margin-bottom: 34px;
}
.panel-area3 .Item_contents_inner {
    padding: 0 50px;
}
section.cate-brand .inner {
    margin-bottom: 50px;
}
section.cate-brand ul {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
section.cate-brand ul li {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
	position: relative;
}

.cate-brand li a {
    width: 100%;
    height: 100%;
}

.cate-brand li img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}




section.footer01 .inner.flex {
    padding: 50px 0 25px;
}
section.footer01 .left {
    min-width: 250px;
    padding: 0 12px;
}
section.footer01 .left p {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 1.22;
    margin-bottom: 28px;
}
section.footer01 .left p::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 15px;
}
section.footer01 p.ft_contact::before{
    background: url(../images/common/ftr_mail.png) no-repeat center;
    background-size: contain;
}
section.footer01 p.ft_linechat::before{
    background: url(../images/common/ftr_linechat.png) no-repeat center;
    background-size: contain;
}
section.footer01 p.ft_tel::before{
    background: url(../images/common/ftr_tel.png) no-repeat center;
    background-size: contain;
}
section.footer01 .left p span {
    display: block;
    font-size: 12px;
    margin-top: 5px;
}
section.footer01 a {
    color: #fff;
}
ul.ft_sns {
    display: flex;
    justify-content: space-between;
    max-width: 140px;
}
ul.ft_sns li {
    max-width: 21px;
}
section.footer01 .right {
    width: 62.5%;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 2;
}
section.footer01 .right li {
    min-width: 140px;
    margin-right: 110px;
}
.fs-p-footerCopyright {
    background-color: #353535;
    padding: 8px 0 12px;
}
.fs-p-footerCopyright__text small {
    font-size: 12px;
}

/*ページトップ*/
.PageTop {
    width: 47px;
    height: 47px;
    position: fixed;
    right: 1.2vw;
    bottom: 47px;
    z-index: 99;
}
.PageTop a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #494949;
    border-radius: 50%;
}
.PageTop a::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 4px);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.PageTop a:hover{
text-decoration: none;
    cursor: pointer;
	background: #ffaf18;
}

/*********************
サイドコンテンツ
*********************/
@media screen and (max-width:1112px){
    aside.side-drawer {
        display: none;
    }
    aside.side-drawer + section.fs-l-pageMain {
        margin: 0 auto;
    }
}
aside.side-drawer {
    max-width: 230px;
    width: 100%;
}
aside.side-drawer + section.fs-l-pageMain {
    max-width: 850px;
}
aside.side-drawer + section.fs-l-pageMain h1.fs-c-heading.fs-c-heading--page,h1.fs-c-heading.fs-c-heading--page {
    padding: 0;
    text-align: left;
    color: #353535;
    font-size: 34px;
    border-bottom: 0;
    line-height: 1;
    margin-bottom: 40px;
}
h1.fs-c-heading.fs-c-heading--page {
    text-align: center;
}
section.side_menu_products h3.bold {
    margin: 0;
    font-size: 16px;
    line-height: 1.75;
    padding-top: 25px;
    padding-bottom: 8px;
    border-top: 1px solid #d5d5d5;
}

/*アイテム*/
section.side_item .js-ac {
    font-size: 14px;
}
section.side_item li.js-ac-target {
    padding-left: 18px;
}
section.side_item ul.js-ac-trigger {
    padding-left: 18px;
}
section.side_item ul.js-ac-trigger p.Item_mds {
    padding: 5px 0;
    position: relative;
}
section.side_item ul.js-ac-trigger p.Item_mds:hover{
    cursor: pointer;
}
section.side_item li.js-ac-target p,section.side_item li.js-ac-target p a {
    line-height: 0;
    opacity: 0;
    visibility: hidden;
    transition:
    line-height .3s ease-out,
    opacity     .1s linear,
    visibility  .1s linear,
    padding-top    .3s ease-out,
    padding-bottom .3s ease-out;
}
section.side_item li.js-ac-target p a{
    display: block;
}
section.side_item .js-ac.is-active li.js-ac-target p{
    line-height: 1.75;
    opacity: 1;
    visibility: visible;
    padding: 5px 0;
    transition:
    line-height .3s ease-out,
    opacity     .2s linear,
    visibility  .2s linear,
    padding-top    .3s ease-out,
    padding-bottom .3s ease-out;
}
section.side_item .js-ac.is-active li.js-ac-target p:last-child {
    margin-bottom: 20px;
}
section.side_item .js-ac.is-active li.js-ac-target p a{
	    line-height: 1.75;
    opacity: 1;
    visibility: visible;
    transition:
    line-height .3s ease-out,
    opacity     .2s linear,
    visibility  .2s linear,
    padding-top    .3s ease-out,
    padding-bottom .3s ease-out;
}
section.side_item .js-ac p.Item_mds a{
    pointer-events: none;
    text-decoration: none;
}
section.side_item ul.js-ac-trigger p.Item_mds::before {
    content: "";
    display: block;
    width: 1px;
    height: 11px;
    background: #353535;
    position: absolute;
    top: calc(50% - 5.5px);
    right: 15px;
}
section.side_item .js-ac.is-active ul.js-ac-trigger p.Item_mds::before {
    display:none
}
section.side_item ul.js-ac-trigger p.Item_mds::after {
    content: "";
    display: block;
    width: 11px;
    height: 1px;
    background: #353535;
    position: absolute;
    top: calc(50% - 0.5px);
    right: 10px;
}

/*ブランド*/
section.side_menu_products section.side_brand {
    margin-top: 38px;
}
section.side_brand {
    margin-top: 38px;
}
section.side_brand ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: 1px;
    padding-top: 11px;
}
section.side_brand ul li {
    width: calc(20% - 1px);
    margin-left: 1px;
    margin-bottom: 1px;
}
section.side_brand ul li a {
    display: flex;
    font-size: 13px;
    justify-content: center;
    align-items: center;
    background-color: #f6f6f6;
    padding: 25.5% 0;
}
section.side_brand ul li a:hover {
    text-decoration: none;
    opacity: 0.5;
}
section.side_menu_siteinfo ul.siteinfo {
    padding: 24px 0 0;
    border-top: 1px solid #d7d7d7;
}
section.side_menu_siteinfo ul.siteinfo > li .bold a {
    display: block;
    padding: 10px 0;
}
section.side_menu_siteinfo ul.siteinfo > li{
	border-bottom: 1px solid #d7d7d7;
}
section.side_menu_siteinfo ul.siteinfo > li ul{
    margin-left: 15px;
    margin-bottom: 20px;
}
li.fs-pt-menu__item.fs-pt-menu__item--lv2 a {
    display: block;
    font-size: 14px;
    line-height: 2.42857;
}





















/*******************
タブ切り替え
*******************/

.panel,
.panel2,
.panel3,
.panel_brand{
	display: none;
}

.is-show,
.is-active{
	display: block;
}



/********************
下層タイトル
********************/
h2.fs-c-documentArticle__heading,h2.title,h2.fs-c-subSection__title,.fs-p-announcement__title{
    padding: 10px 0;
    margin:0 0 24px;
    font-size: 24px;
    font-weight: bold;
    color: #353535;
    background: none;
    text-align: left;
    border-bottom: 1px solid #353535;
    
    display: block;
    padding-top: 80px;
    margin-top: -80px;
}
section.fs-l-pageMain .fs-c-documentColumn h3,h3.title,h3.fs-c-subSection__title ,h3.fs-c-documentColumn__heading{
    line-height: 1.5;
    font-size: 20px;
    font-weight:bold;
    margin-top: 0;
    display: block;
    padding-top: 40px;
    margin-top: 0px;
}
h3.fs-c-documentColumn__heading {
    color:#353535;
    border: 0;
    padding: 0;
    margin-bottom: 1em;
}
section.fs-l-pageMain .fs-c-documentColumn h4{
    margin: 0 auto;
    font-weight:bold;
}
/********************
下層共通
********************/
.fs-c-documentArticle ,.fs-c-documentColumn__content,.fs-c-documentArticle__content {
    padding: 0;
}
.fs-c-documentArticle + .fs-c-documentArticle {
    margin-top: 82px;
}
* + .fs-c-documentColumn {
    margin-top: 0;
}
.fs-c-documentColumn__content {
    margin-bottom: 60px;
}
section.fs-l-pageMain .fs-c-documentColumn__content p + h3 {
    margin-top: 30px;
    margin-bottom: 10px;
}
.fs-c-documentColumn__content.indent p {
    text-indent: -0.5em;
    padding-left: 0.5em;
}
.en_fontsize{
    font-size: 0.875em;
}
section.fs-l-pageMain .center{
    text-align:center;
}
.fs-c-note{
    font-size: 0.875em;
}

/*返品特約リンク非表示*/
.fs-c-returnedSpecialContract{
	display:none;
}

/*商品リスト　NOIMAGE*/
.fs-c-productImage .fs-c-noImage {
  background:url(..images/common/noimage.jpg) 0 0 no-repeat;
  background-size:contain;
  position:relative;
  line-height:1em;
  text-indent:-100%;
  overflow:hidden;
}
.fs-c-productImage .fs-c-noImage::after {
  content:"";
  display:block;
  padding-bottom:calc(100% - 1em);
}

/* カートへ ボタン*/
.fs-p-scrollingCartButton {
    right: 0px;
    bottom: 20%;
}

/* 注意文*/
ul#notice {
  margin: 24px auto 0px;
  width:90%;
  background: #fcfcfc;/*背景色*/
  padding: 0.5em 0.5em 0.5em 2em;/*ボックス内の余白*/
  border: solid 1px #d7d7d7;/*線の種類 太さ 色*/
  font-weight: normal;
}

li#notice {
  line-height: 1.5; /*文の行高*/
  padding: 0.5em 0; /*前後の文との余白*/
  list-style: disc;
  color:#353535;
}




