/*********************
リセットCSS
*********************/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}


/* ///////////////////////////////////////////////////////////////////// 
//  共通部分
/////////////////////////////////////////////////////////////////////*/
html {font-size: 14px;}
body {
  font-family: 'Noto Sans Japanese', "Noto Sans JP", '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 1.5;
  padding: 0;
  margin: 0;
}
h1, h2, h3, h4, h5 {line-height:1.5;}
a:hover, a:visited {color:inherit;}
.fs-p-searchForm__button 
.fs-p-searchForm__button::before {content:""!important;}
ul,ol {
  list-style-type: none;
}
img {
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover, a:hover img {
  text-decoration: underline;
  opacity: 0.8;
}
.wrapper {
  max-width: 1240px;
  padding: 50px 20px 0;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.main,.side + .fs-l-pageMain {
  width: 75%;
  max-width: 890px;
}
.side {
  width: 23.5%;
  max-width: 280px;
}
.inline-b {
  display: inline-block;
  vertical-align: middle;
}
.inline-b img {
  vertical-align: middle;
}
.dnone {
  display: none;
}
.mainTitle {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 45px;
}
.mainTitle span {
  display: block;
  font-size: 12px;
  font-weight: 500;
}
.mainTitle span.mainTitle_inner {
  font-size: inherit;
  font-weight: inherit;
}
.mainTitle span.mainTitle_inner span.inline-b {
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
}
.mainTitle span.mainTitle_inner span.inline-b img {
  vertical-align: middle;
}
.morebtn {
  text-align: center;
  font-size: 14px;
  margin-top: 45px;
}
.morebtn a {
  position: relative;
  border: solid 2px #333;
  border-radius: 50px;
  display: block;
  width: 250px;
  padding: 20px 0;
  margin: auto;
  color: #333;
}
.morebtn a:after {
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight: 900;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  display: inline-block;
  width: 12px;
  height: 19px;
  color: #b20606;
}
.morebtn a:hover {
  border-color: #b20606;
  color: #b20606;
  text-decoration: none;
}
.graybox {
  background: #f2f2f2;
  padding: 32px 30px;
}

.toggle {
  position: relative;
}
.accordion li .accordion_icon,
.accordion li .accordion_icon span {
  display: inline-block;
  transition: all .3s;
  box-sizing: border-box;
}
.accordion li .accordion_icon {
  position: absolute;
  width: 12px;
  height: 12px;
  top:20px;
  right:10px;
}
.accordion li .accordion_icon span {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #333;
}
.accordion li .accordion_icon span:nth-of-type(1) {
  transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion li .accordion_icon span:nth-of-type(2) {
  transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion li .accordion_icon.active span:nth-of-type(1) {
  display:none;
}
.accordion li .accordion_icon.active span:nth-of-type(2) {
  transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.cInner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.flex2clm {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
}
.flex2clm_unit{
  width:calc(100%/ 2);
}
.flex2clm_unit:nth-child(n+3){
  margin-top:20px;
}
.flex3clm {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
}
.flex3clm_unit{
  width:calc(100%/ 3);
}
.flex3clm_unit:nth-child(n+4){
  margin-top:20px;
}

/*ログインログアウトの表示切り替えを行うCSS*/
.logout.my-false { display: none; }
.login.my-true { display: none; }

/* ヘッダー */
.htop_bnr {
box-sizing:border-box;
  background: #221815;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 2;
}
.hnavboxsec {
  position: relative;
  background: #333;
  color: #fff;
}
.hnavboxsec .cInner {
  position: relative;
  z-index: 1;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  align-items: center;
}
.hnavboxsec h1 {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  font-size: 14px;
  padding: 10px 0;
}
.hnavboxsec .hnavbox {
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 2;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:space-between;
}
.hnavbox .hnavbox_logo {
  min-width: 251px;
}
.hnavbox .hnavbox_keyList {
  min-width: 585px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:space-between;
  align-items: center;
}
.hnavbox .hnavbox_keyList .hnavbox_keyList_unit a {
  display: block;
  border: solid 2px #fff;
  border-radius: 5px;
  padding: 5px 3px;
  min-width: 100px;
  text-align: center;
}
.hnavbox .hnavbox_navList {
  min-width: 240px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:space-between;
}
.hnavbox .hnavbox_navList .hnavbox_navList_unit {
  text-align: center;
}
.hnavbox .hnavbox_navList .hnavbox_navList_unit span {
  display: block;
  margin-top: 3px;
}

.hnavsearchbox {
  min-width: 885px;
  max-width: 885px;
  margin: auto;
}
.hnavsearchbox form span {
  width: 100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:space-between;
  border: transparent;
}
.hnavsearchbox form span input {
  border: none;
  box-sizing: border-box;
  border-radius: 8px;
  width: 800px;
  padding: 10px 15px;
}
.hnavsearchbox form span button {
  cursor: pointer;
  background: none;
  border: solid 1px #fff;
  border-radius: 8px;
  width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}
.hnavsearchbox form span button:hover {
  opacity: 0.8;
}
.hnavsearchbox .hnavsearchkeybox {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:space-between;
  margin-top: 25px;
}
.hnavsearchbox .hnavsearchkeybox dt {
  width: 200px;
}
.hnavsearchbox .hnavsearchkeybox dd {
  width: 670px;
}
.hnavsearchbox .hnavsearchkeybox dd ul {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
}
.hnavsearchbox .hnavsearchkeybox dd ul li a {
  text-decoration: underline;
}
.hnavsearchbox .hnavsearchkeybox dd ul li:nth-of-type(n+2):before {
  content: "|";
  display: inline-block;
  padding: 0 15px;
}

.htop_mv {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.htop_mv img {
  width: 100%;
}

header {
    background-color: #333;
    height: 180px;
  }
  .htop_mv {
    display: none;
  }
  .hnavsearchbox {
    display: none;
  }


/* メインコンテンツ */
.topintroitem {
  position: relative;
  z-index: 1;
  margin-top: -120px;
  margin-bottom: 80px;
}
.topintroitem .topintroitem_keysec {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:space-between;
  align-items: flex-end;
}
.topintroitem .topintroitem_logo {
  width: 23%;
}
.topintroitem .topintroitem_keybox {
  position: relative;
  width: 70%;
}
.topintroitem .topintroitem_keybox h3 {
  position: absolute;
    left: -30px;
    top: 0px;
  line-height: 1.5;
  border-bottom: solid;
  letter-spacing: 0.05em;
  font-size: 30px;
}
.topintroitem .topintroitem_keybox .topintroitem_keyList {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:space-between;
}
.topintroitem .topintroitem_keybox .topintroitem_keyList .topintroitem_keyList_unit {
  box-sizing: border-box;
  border: solid #666 2px;
  border-radius: 5px;
  min-width: 160px;
  max-width: 160px;
}
.topintroitem .topintroitem_keybox .topintroitem_keyList .topintroitem_keyList_unit:first-of-type {
  border: none;
}
.topintroitem .topintroitem_keybox .topintroitem_keyList .topintroitem_keyList_unit:nth-of-type(n+6) {
  margin-top: 15px;
}
.topintroitem .topintroitem_keybox .topintroitem_keyList .topintroitem_keyList_unit a {
  box-sizing: border-box;
  display: block;
  width: 160px;
  padding: 10px 3px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.topintroitem .topintroitem_txt {
  max-width: 980px;
  margin: 80px auto 0;
  text-align: center;
}
.topranking {
  margin-bottom: 80px;
}
.topranking .toprankingList {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:space-between;
}
.topranking .toprankingList .toprankingList_unit {
  width: 18.4%;
  position: relative;
  text-align: center;
}
li.toprankingList_unit:nth-of-type(n+2) {
    margin-left: 2%;
}
.topranking .toprankingList .toprankingList_unit:before {
  content: url(https://ienolabo.itembox.design/item/ob_ic01.png);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.topranking .toprankingList .toprankingList_unit:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 2;
  font-size: 18px;
  font-weight: bold;
}
.topranking .toprankingList .toprankingList_unit:nth-of-type(1):after {
  content: "No.1";
}
.topranking .toprankingList .toprankingList_unit:nth-of-type(2):after {
  content: "No.2";
}
.topranking .toprankingList .toprankingList_unit:nth-of-type(3):after {
  content: "No.3";
}
.topranking .toprankingList .toprankingList_unit:nth-of-type(4):after {
  content: "No.4";
}
.topranking .toprankingList .toprankingList_unit:nth-of-type(5):after {
  content: "No.5";
}
.toprankingList_unit .toprankingList_img {
  margin-bottom: 15px;
}
.toprankingList_unit .toprankingList_tit {
  font-weight: bold;
  margin-bottom: 15px;
}
.toprankingList_unit .toprankingList_txt {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
}
.toprankingList_unit .toprankingList_price {
  font-weight: bold;
}


/**********************
common
***********************/
.sec {
  padding: 80px 0;
  border-top: 1px solid #999999;
}
.centerling {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1%;
  box-sizing: border-box;
}
.sec_ttl {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 60px;
}
.btn {
  display: inline-block;
  padding: 20px;
  text-align: center;
  border: 1px solid #333333;
  border-radius: 50px;
  min-width: 300px;
}

/**********************
top_slide
***********************/
.top_slide {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.top_slide > div {
  width: 49%;
  margin-right: 2%;
}
.top_slide > div:nth-child(2n) {
  margin-right: 0;
}
.top_slide__area {
  margin-bottom: 60px;
}
.top_slide__area .slider .slider__list {
  width: auto;
  height: 390px;
}
.top_slide__area__txt {
  margin-top: 50px;
  line-height: 1.6;
}
.top_slide__area__txt__ttl{
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 1px solid #333;
  margin-bottom: 20px;
}
/**********************
ROOM FASHION
***********************/
.rf_cont {
  position: relative;
  margin-bottom: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 550px;
}
.rf_cont__cont {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin: 0 3%;
}
.rf_cont__img {
    text-align: center;
}
.rf-l {
    left: 0;
  justify-content: flex-start;
}
.rf-r {
    right: 0;
  justify-content: flex-end;
}
.rf_cont__block {
  padding: 3%;
  box-sizing: border-box;
  background-color: #ebebeb;
  width: 55%;
  line-height: 1.6;
}
.rf_cont__block__cate {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.rf_cont__block__ttl {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}
.rf_cont__block .btn {
  margin-top: 30px;
}
/**********************
slidearea
***********************/
.slide_area {
  display: flex;
  flex-wrap: wrap;
}
.slide_area > .slide_cont {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 60px;
}
.slide_area > .slide_cont:nth-child(3n) {
  margin-right: 0%;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/**********************
infomation
***********************/
.sec_info {
}
.info_area {
  text-align: center;
}
.info_area > ul {
  line-height: 1.8;
}
.info_area > ul li {
  margin-bottom: 10px;
}
.info_area > ul li:nth-child(n + 5) {
  display: none;
}
.info_area > ul li span {
  margin-right: 20px;
}
/**********************
footer
***********************/
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.sec_sg {
  font-size: 14px;
  line-height: 1.8;
}
.sec_sg__area {
  display: flex;
}
.sec_sg__item {
  width: 31%;
  margin-right: 3.5%;
}
.sec_sg__item:nth-child(3n) {
  margin-right: 0;
}
.sec_sg__item__ttl {
}
.sec_sg__item__ttl > h3 {
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
  padding: 15px;
  border: 2px solid #000;
  margin-bottom: 30px;
}
.sec_sg__item__cont {
}
.sec_sg__item__cont img {
}
.sec_sg__item__subcont {
}
.sec_sg__item__subcont h4 {
  font-size: 16px;
  font-weight: bold;
}
.sec_sg__item__subcont p {
  margin-bottom: 30px;
}
.subcont-g {
  box-sizing: border-box;
  padding: 20px;
  background-color: #f2f2f2;
}
.subcont-g h5 {
  font-weight: bold;
}
.subcont-g p {
  margin: 0;
}
.cont_list {
  text-align: left;
  line-height: 1.8;
}
.cont_list span {
  font-size: 16px;
  font-weight: bold;
}
.text_tel span {
  font-size: 20px;
  font-weight: bold;
}
.footer {
  padding: 80px 0 0;
  border-top: 1px solid #999999;
}
.footer_wrap {
  position: relative;
  text-align: center;
}
.footer_logo {
  margin-bottom: 60px;
}
.footer_nav {
  margin-bottom: 60px;
}
.footer_nav ul {
  display: flex;
  justify-content: center;
}
.footer_nav ul li {
  border-right: 1px solid #5d5d5d;
}
.footer_nav ul li:last-child {
  border-right: transparent;
}
.footer_nav ul li a {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 15px;
}
.footer_sns {
  position: absolute;
  top: 0;
  right: 0;
}
.footer_sns ul {
  display: flex;
}
.footer_sns ul li {
  margin-left: 10px;
}
.copy {
    background: #4e9abe;
    color: #fff;
    text-align: center;
    font-weight: normal;
    padding: 20px 0;
}
/*******************
fs_theme.css削除
********************/
.fs-l-header {
  padding-top: 0;
}
.fs-l-main {
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  display: block;
}
.fs-p-inputGroup {
  align-items: unset;
  bordrer: transparent;
  background: transparent;
}
.fs-p-inputGroup__input {
  flex-grow: unset;
}
.fs-p-searchForm__button {
  verflow: unset;
  position: unset;
  text-indent: unset;
  width: auto;
  height: auto;
}
.fs-p-searchForm__button::before {
  content: "";
  font-family: unset!important;
  font-style: unset;
  speak: unset;
  font-weight: unset;
  font-variant: unset;
  text-transform: unset;
  -webkit-font-smoothing: unset;
  display: inline-block;
  font-size: unset;
  line-height: unset;
  position: unset;
  text-indent: unset;
}
.fs-l-footer {
  position: unset;
  border-top: transparent;
  background-color: unset;
  color: unset;
  margin-top: unset;
}

/**********************
★Customize
***********************/
.hnavsearchbox {
    position: inherit;
    top: -40%;
}
.hnavbox_navList > li:nth-child(1) > a > img {
    max-width: 22px;
}
.hnavbox_navList > li:nth-child(2) > a > img {
    max-width: 22px;
}
.hnavbox_navList > li:nth-child(3) > a > img {
    max-width: 44px;
}
.hnavbox_navList_unit > span {
    margin-top: 0px;
}
header {
    background-color: none;
    height: auto;
}
.h_fixedbox .cInner {
    padding-top: 15px;
}
.h_fixedbox > div > h1 {
    position: absolute;
    top: 0px;
    left: 96px;
    width: 200px;
}
.hnavbox_navList > li > a > img {
    width: 50%;
}
.fs-l-header {
    margin-bottom: 35px;
}
.fs-c-breadcrumb {
    font-size: 1.1rem;
    max-width: 1200px;
    display: block;
    margin: 0 auto;
}
.fs-l-main {
    margin-top: 60px;
}
.fs-c-breadcrumb {
    font-size: 1.1rem;
}
.fs-c-breadcrumb__list {
  border-bottom: solid 1px #4e9abe;
}
.fs-c-breadcrumb__list > li {
  margin: 2px 5px;
}
.fs-c-breadcrumb__listItem:last-child {
display: none;
}
.fs-c-productNameHeading {
   margin-bottom: 25px!important;
}
.fs-c-productSelection {
   margin-top: 25px;
}
.fs-c-productSelection__label {
 font-size: 14px;
}
.fs-c-dropdown {
  margin-bottom: 25px;
}
span.fs-c-productNameHeading__copy {
    display: block;
    border-bottom: solid 1px #3c3c3c;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
span.fs-c-productNameHeading__copy::after {
  content: "\A" ;
  white-space: pre;
}
.fs-c-productNumber {
　background-color: rgba(126, 126, 126, 0.08);
}
.fs-c-productPostage {
 color:#CC0000;
}
.fs-c-price {
 margin-right:10px;
}
.fs-c-dropdown__menu {
 color:#cd5c5c;
}
.fs-c-productSelection {
　margin-top: 20px!important;
　margin-bottom: 20px!important;
}
.fs-c-variationList {
    padding: 0em 1em;
    font-weight: bold;
    background: #FFF;
}
.fb-like {
    top: 3px;
}
.fs-p-snsArea {
    margin-bottom: 50px !important;
}
.fs-l-footer {
margin-top: 30px;
}
.fs-c-variationCart--withImage > li {
    -ms-grid-columns: auto 1fr 2em 128px;
    grid-template-columns: auto 1fr 4em 141px;
}
.fs-c-button--primary {
    border: none;
}
.fs-c-productPointDisplay {
    padding: 8px 10px 10px 10px;
}
div.fs-c-variationAndActions__variation.fs-c-variationList > div > div > ul > li{
    border-bottom: 1px solid #999;
    padding-bottom: 20px;
    display: block;
}
.fs-c-variationList__item__image > img {
    max-width: 110px;
}
.fs-c-variationCart {
    padding: 0 15px;
}
.fs-c-variationCart > li + li {
    margin-top: 40px;
}
.fs-c-variationCart__variationName {
    width: 90%;
    font-weight: 500;
    float: left;
}
.fs-c-variationCart__cartButton {
    width: 80%;
    margin: 0 10%;
    display: flex;
    padding-top: 10px;
}
.fs-c-variationList__item {
    margin-top: 25px;
}
.fs-c-variationList__item__title {
    border: 1px solid #555;
    padding: 5px;
}
#fs_form > div > div.fs-l-productLayout__item.fs-l-productLayout__item--2 > div.fs-p-snsArea > div.fb-like.fb_iframe_widget {
 margin-top: -4px;
}
.fs-c-buttonContainer--addReview--detail {
    padding: 0.4em 0.5em;
    color: #494949;
    background: #f4f4f4;
    border-left: solid 5px #7db4e6;
    border-bottom: solid 3px #d7d7d7;
    margin-bottom: 30px;
}

.justify_fs {
  justify-content: flex-start!important;
}
.fs-c-productListItem__productName {
font-size: inherit;
}

.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {font-size: 1.4rem;}
.fs-c-subgroupList__link::after {
font-size: 1.6rem;
}
.fs-l-productLayout__item {
    margin-bottom: 30px;
}