@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------------------------
/* 共通
-------------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
fieldset,
form,
label,
legend,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}
body,
table,
input,
textarea,
select,
option {
  font-family: "Kaisei Tokumin", serif;
  font-family: "New Tegomin", serif;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.7;
}
html,
body {
  height: 100%;
  background-color: #fff;
  width: 100%;
}
body {
  font-size: 16px;
  color: #333;
  min-width: 1280px;
}
ol,
ul {
  list-style: none;
}
a {
  color: #333;
  text-decoration: none;
}
a img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover,
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
img {
  border: none;
  vertical-align: top;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
.inner {
  max-width: 1000px;
  width: 92%;
  margin: 0 auto;
}
/*.innerWrap {
	max-width: 1500px;
    width: 100%;
	margin: 0 auto;
}*/

.fs-l-main {
  width: 94%;
  margin-bottom: 60px;
  margin: 24px auto;
    padding: 8px;
    max-width: 1000px;
}

.fs-c-totalAndActions button:not(.fs-c-button--image) {
  padding: 0;
}

#wrapper {
}

.wrapContents {
  overflow: hidden;
}

.sp {
  display: none;
}
.pc {
  display: block;
}
.grn {
  color: #4aa6ad;
}
.pink {
  color: #fa8589;
}
h2 {
  text-align: center;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 34px;
}
h2 .jp {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-weight: normal;
}
#fs_Top .title_area {
  margin-bottom: 60px;
}
.fs-l-page {
  position: relative;
}

/** PC **/
@media only screen and (min-width: 768px) {
}

/** SP **/
@media only screen and (max-width: 767px) {
  body {
    min-width: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  img {
    max-width: 100%;
  }
  h2 {
    text-align: center;
    font-size: 7vmin;
  }
}

/* --------------------------------------------------------------------
/* header
-------------------------------------------------------------------- */
.fs-l-page h1 {
  margin-left: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: normal;
}
.fs-l-page p.campaign_txt {
  background: #fffbef;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

.headerArea {
  border-bottom: 1px solid #eae4d9;
  padding-top: 40px;
  padding-bottom: 55px;
}
.headerArea .__box .l_Area {
  position: absolute;
  left: 40px;
  top: -20px;
  z-index: 9999;	
}
.headerArea .__box {
  /*display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;*/
  position: relative;
}
.headerArea .__box .c_Area {
  position: absolute;
  left: 0;
  right: 0;
}
.headerArea .__box .c_Area nav {
}
.headerArea .__box .c_Area ul.nav {
  justify-content: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.headerArea .__box .c_Area ul.nav li {
  width: 130px;
  text-align: center;
}
.headerArea .__box .c_Area ul.nav li a {
  position: relative;
}
.headerArea .__box .c_Area ul.nav li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  margin: auto;
  width: 5px;
  height: 5px;
  border: 2px solid;
  border-color: transparent transparent #000 #000;
  transform: rotate(-45deg);
}
.headerArea .__box .c_Area ul.nav li:nth-child(1) a::after,
.headerArea .__box .c_Area ul.nav li:nth-child(5) a::after {
  content: none;
}
.headerArea .__box .c_Area ul.nav li .menu_contents a::after {
  content: none;
}
.headerArea .__box .c_Area ul.nav li.nav_list a:hover {
  border-bottom: 3px solid #caa845;
  border-radius: 3px;
  padding-bottom: 25px;
}
.headerArea .__box .c_Area ul.nav li.nav_list a:hover::after {
  content: "";
  position: absolute;
  top: -25px;
  bottom: 0;
  right: -20px;
  margin: auto;
  width: 5px;
  height: 5px;
  border: 2px solid;
  border-color: transparent transparent #000 #000;
  transform: rotate(-45deg);
}
.headerArea .__box .c_Area ul.nav li.nav_list:nth-child(1) a:hover::after,
.headerArea .__box .c_Area ul.nav li.nav_list:nth-child(5) a:hover::after {
  content: none;
}

.headerArea .__box .c_Area ul.nav li.nav_list:nth-child(1) {
  margin-right: 25px;
}
.headerArea .__box .nav ul li a {
}
.headerArea .__box .c_Area ul.nav li.nav_list:last-child {
  margin-right: 0px;
}

.headerArea .__box .navList {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-family: freight-sans-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
}
.headerArea .__box .navList li {
  padding: 0 10px;
}
.headerArea .__box .navList li a {
}

header #menulist {
  display: none;
}
.headerArea .__box .r_Area {
  position: absolute;
  right: 40px;
  top: -10px;
}
.headerArea .__box .r_Area ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 350px;
}
.headerArea .__box .r_Area ul li {
  width: 20%;
}
.headerArea .__box .r_Area ul li a {
  text-align: center;
  display: block;
  font-size: 10px;
  line-height: 25px;
}
.headerArea .__box .r_Area ul li.cart {
  position: relative;
}
.headerArea .__box .r_Area ul li.cart .fs-p-cartItemNumber {
  background: #eb6a96;
  top: -5px;
  right: 10px;
}
.nav .nav_list {
  text-align: center;
  cursor: pointer;
}
.nav .nav_list_link {
  display: block;
  padding: 15px 0 0;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 48px;
  position: relative; /* アニメーション用 */
  font-size: 16px;
  color: #fff;
  transition: 0.3s;
}
.nav .nav_list_link:hover {
  color: #656565;
  background: #fff0f0;
  transform: scale(1, 1);
}
.nav .nav_botom_list_link_span {
  display: inline-block;
}
.nav .nav_botom_area {
  display: block;
  width: 100%;
  padding: 20px;
  z-index: 10;
  background-color: #fff;
}
.nav .nav_botom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.nav .nav_botom_list {
  line-height: 1.7;
}
.nav .nav_botom_list_link:hover {
  border-bottom: 1px solid #a3a3a3;
}
.nav .menu {
  position: relative;
}
.nav .menu_contents {
  background: #fff;
  display: none;
  position: absolute;
  top: 56px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1100px;
  z-index: 9999;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-bottom: 50px;
}
.nav .menu_contents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 30px;
  padding-left: 60px;
  padding-bottom: 30px;
  padding-right: 60px;
}
.nav .menu_contents li {
}
.nav .menu_contents li:nth-of-type(4n) {
  margin-right: 0;
}
.nav .menu_contents li .img {
  margin-bottom: 20px;
}
.nav .menu_contents li .img a:hover img {
  opacity: 0.7;
}
.nav .menu_contents li .title {
}
.nav .menu_contents li .title a {
  font-size: 14px;
}
.nav .menu_contents li .title span {
  display: block;
  font-size: 12px;
}
.headerArea .__box .nav .menu_contents ul {
  margin: auto;
  max-width: 860px;
  padding: 0;
}
.headerArea .__box .nav .menu_contents ul li {
  width: calc(100% / 4 - 15px);
  margin-right: 15px;
  margin-bottom: 20px;
  text-align: left;
  position: relative;
}
.headerArea .__box ul.nav li.nav_list:nth-child(2) .menu_contents ul li {
  width: calc(100% / 3 - 15px);
  margin-right: 15px;
  margin-bottom: 20px;
  text-align: left;
  position: relative;
}
.headerArea
  .__box
  ul.nav
  li.nav_list
  .menu_contents
  ul:nth-child(3)
  li:nth-of-type(3n) {
  margin-right: 0px;
}
.headerArea .__box .nav .menu_contents ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -20px;
  width: 5px;
  height: 5px;
  border: 2px solid;
  border-color: #caa845 #caa845 transparent transparent;
  transform: rotate(45deg);
}
.headerArea .__box .c_Area .nav .menu_contents ul li:nth-child(4) {
  /*margin-right: 0px;*/
}
.headerArea .__box .c_Area .nav .menu_contents ul li a::after {
  content: none;
}
.headerArea
  .__box
  .c_Area
  ul.nav
  li.nav_list
  .menu_contents
  ul
  li
  a:hover::after {
  content: none;
}
.headerArea .__box .c_Area .nav .menu_contents ul li a:hover {
  border-bottom: none;
  padding: 0;
}
.headerArea .__box .c_Area .menu_contents ul.nav li:nth-child(1)::after {
  content: none;
}
.headerArea .__box .c_Area .menu_contents .ttl {
  margin: auto;
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: left;
  max-width: 840px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
.headerArea .__box .c_Area .menu_contents .ttl::before {
  content: "";
  width: 5px;
  height: 5px;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
  position: absolute;
  top: 12px;
  left: -25px;
  z-index: 1;
}
.headerArea .__box .c_Area .menu_contents .ttl::after {
  content: "";
  width: 22px;
  height: 22px;
  background: #caa845;
  position: absolute;
  border-radius: 50px;
  top: 5px;
  left: -30px;
}

.headerArea .r_Area ul li .open-btn {
  cursor: pointer;
  display: block;
  position: relative;
}
.headerArea .r_Area ul li .search-wrap {
  display: none;
  width: 527px;
  padding: 50px 50px 30px;
  background-color: #fff;
  position: absolute;
  z-index: 100;
  right: 12vw;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.headerArea .r_Area ul li .search-wrap form {
  position: relative;
  max-width: 100%;
  margin: auto;
}
.headerArea .r_Area ul li .search-wrap input {
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}
.headerArea .r_Area ul li .search-wrap input[type="text"] {
  width: 100%;
  padding: 15px 0px;
  transition: all 0.5s;
  letter-spacing: 0.05em;
  border: 3px solid #e8e8e8;
  border-radius: 10px;
  cursor: auto;
  padding-left: 15px;
}
.headerArea .r_Area ul li .search-wrap input[type="text"]::placeholder {
  color: #a3a3a3;
  padding-left: 10px;
}
.headerArea .r_Area ul li .search-wrap input[type="submit"] {
  position: absolute;
  top: 15px;
  right: 20px;
  background: url(https://bijinseikatsu.itembox.design/item/img/header/icon_search02.png)
    no-repeat;
  background-size: cover;
  width: 23px;
  height: 23px;
  border: none;
}
.headerArea .r_Area ul li:hover .search-wrap {
  display: block;
}

.headerArea .r_Area ul li div.open-btn {
  display: none;
}
.headerArea .r_Area ul li .search-wrap .ttl {
  margin-top: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.headerArea .r_Area ul li .search-wrap .wrap ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.headerArea .r_Area ul li .search-wrap .wrap ol li {
  background: #fff8e5;
  margin-right: 10px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
  width: auto;
  border-radius: 5px;
}
.headerArea .r_Area ul li .search-wrap .wrap ol li a {
  font-size: 12px;
  color: #333;
}

/** PC **/
@media only screen and (min-width: 768px) {
}
/** SP **/
@media only screen and (max-width: 767px) {
  .h_topArea {
  }
  .h_topArea .txt {
  }
  .headerArea {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .fs-l-page p.campaign_txt {
    font-size: 3vmin;
  }
  .headerArea .__box {
    width: 96%;
    margin: auto;
    padding: 3vmin 0 3vmin;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .headerArea .__box .navList {
    display: none;
  }
  .headerArea .__box .l_Area {
    position: static;
    margin-top: 3vmin;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .headerArea .__box .l_Area img {
  }
  .headerArea .__box .c_Area {
    position: static;
    width: 40%;
    margin-top: 2vmin;
  }
  .headerArea .__box .r_Area {
    position: static;
    margin-top: 3vmin;
  }

  header .menu {
    text-align: center;
    margin-right: 2vmin;
  }
  header .menu i {
    font-size: 8vmin;
    font-weight: 600;
  }
  header .menu span {
    font-size: 2.5vmin;
    display: block;
    line-height: 0;
    text-align: center;
  }
  header .menu i.fa-times {
  }
  header #menulist {
    display: none;
    position: absolute;
    z-index: 10;
    background: #fff;
    left: 0;
    right: 0;
  }

  header #menulist .listBox {
    /* width: 90%; */
    margin: auto;
  }
  header #menulist .listBox .list {
    padding: 2vmin 0;
  }
  header #menulist .listBox .list .ttl {
    font-size: 5vmin;
  }
  header #menulist .listBox .list a {
    color: #fff;
  }
  header #menulist .listBox .list a::after {
  }
  header #menulist .listBox .list a span {
  }

  header #menulist .listBox .list .subList {
  }
  header #menulist .listBox .list .subList li {
    padding: 1vmin 0;
  }

  .headerArea .__box .r_Area ul {
    width: auto;
  }
  .headerArea .__box .r_Area ul li {
    width: auto;
    margin-right: 3vmin;
  }
  .headerArea .__box .r_Area ul li:last-child {
    margin-right: 0;
  }
  .headerArea .__box .r_Area ul li.cart .fs-p-cartItemNumber {
    right: 0px;
  } 
  #fs_Top h1 {
    margin-left: 0;
    margin-top: 2vmin;
    margin-bottom: 2vmin;
    font-size: 3vmin;
    font-weight: normal;
    text-align: center;
  }
  .home .campaign_txt {
    background: #fffbef;
    padding-top: 1vmin;
    padding-bottom: 1vmin;
    text-align: center;
    font-size: 3vmin;
  }
  .headerArea .__box .l_Area .search-wrap {
    display: none;
  }
  .headerArea .__box .l_Area .open-btn {
    display: block;
    text-align: center;
    font-size: 2vmin;
    line-height: 18px;
  }
  .headerArea .__box .l_Area .open-btn img {
    max-width: 27px;
  }
  .headerArea #menulist .contents_box {
    background: #f3f3f3;
    padding: 5vmin;
  }
  .headerArea #menulist .contents_box .name {
    text-align: center;
    font-size: 5vmin;
    font-weight: 600;
    margin-bottom: 5vmin;
  }
  .headerArea #menulist .contents_box ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5vmin;
  }
  .headerArea #menulist .contents_box ul li {
    width: calc(100% / 3 - 2vmin);
    margin-right: 3vmin;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding-top: 2vmin;
    padding-bottom: 2vmin;
    text-align: center;
  }
  .headerArea #menulist .contents_box ul li:last-child {
    margin-right: 0px;
  }
  .headerArea #menulist .contents_box ul li a {
    font-size: 3vmin;
  }
  .headerArea #menulist .contents_box .txt {
    text-align: center;
    font-size: 3vmin;
  }
  .headerArea #menulist .contents_box .txt span {
    color: #ec729b;
  }
  .headerArea #menulist .item_list_area {
    width: 94%;
    margin: auto;
    margin-bottom: 10vmin;
  }
  .headerArea #menulist .item_list_area .ttl {
    font-size: 5vmin;
    font-weight: 600;
    margin-bottom: 5vmin;
    margin-left: 8vmin;
    margin-top: 5vmin;
    position: relative;
  }
  .headerArea #menulist .item_list_area .ttl::before {
    content: "";
    width: 5px;
    height: 5px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
    position: absolute;
    top: 12px;
    left: -25px;
    z-index: 1;
  }
  .headerArea #menulist .item_list_area .ttl::after {
    content: "";
    width: 22px;
    height: 22px;
    background: #caa845;
    position: absolute;
    border-radius: 50px;
    top: 5px;
    left: -30px;
  }
  .headerArea #menulist .item_list_area .nav_wrap ul li.nav_list {
    margin-bottom: 5vmin;
  }
  .headerArea #menulist .item_list_area .nav_wrap ul li.nav_list p.category {
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 3vmin;
    padding-bottom: 3vmin;
    padding-left: 8vmin;
    display: block;
    position: relative;
  }
  .headerArea
    #menulist
    .item_list_area
    .nav_wrap
    ul
    li.nav_list
    p.category::after {
    position: absolute;
    top: 3vmin;
    right: 5vmin;
    transform: translateY(-50%);
    content: "+";
    display: block;
    font-size: 8vmin;
    color: #caa845;
  }
  .headerArea
    #menulist
    .item_list_area
    .nav_wrap
    ul
    li.nav_list
    p.category.is-open:after {
    content: "-";
    font-size: 10vmin;
  }
  .headerArea #menulist .item_list_area .nav_wrap ul li.nav_list .sub_menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .headerArea
    #menulist
    .item_list_area
    .nav_wrap
    ul
    li.nav_list
    .sub_menu
    ul
    li {
    background: #fffcf3;
    width: calc(100% / 2 - 1vmin);
    margin-right: 1vmin;
    margin-bottom: 1vmin;
    position: relative;
  }
  .headerArea
    #menulist
    .item_list_area
    .nav_wrap
    ul
    li.nav_list
    .sub_menu
    ul
    li:nth-child(11) {
    padding-top: 2vmin;
  }
  .headerArea
    #menulist
    .item_list_area
    .nav_wrap
    ul
    li.nav_list
    .sub_menu
    ul
    li::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 3vmin;
    width: 5px;
    height: 5px;
    border: 2px solid;
    border-color: #d1b35c #d1b35c transparent transparent;
    transform: rotate(45deg);
    margin: auto;
  }
  .headerArea
    #menulist
    .item_list_area
    .nav_wrap
    ul
    li.nav_list
    .sub_menu
    ul
    li
    a {
    border-bottom: none;
    margin-bottom: 0;
    display: inherit;
    padding: 0;
    padding-top: 3vmin;
    padding-bottom: 3vmin;
    padding-left: 8vmin;
    font-size: 3vmin;
  }
  .headerArea #menulist .nav_wrap ul .sub_menu {
    display: none;
  }
  .headerArea #menulist .about_area {
    width: 94%;
    margin: auto;
    margin-bottom: 5vmin;
  }
  .headerArea #menulist .about_area .ttl {
    font-size: 5vmin;
    font-weight: 600;
    margin-bottom: 5vmin;
    margin-left: 8vmin;
    margin-top: 5vmin;
    position: relative;
  }
  .headerArea #menulist .about_area .ttl::before {
    content: "";
    width: 5px;
    height: 5px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
    position: absolute;
    top: 12px;
    left: -25px;
    z-index: 1;
  }
  .headerArea #menulist .about_area .ttl::after {
    content: "";
    width: 22px;
    height: 22px;
    background: #caa845;
    position: absolute;
    border-radius: 50px;
    top: 5px;
    left: -30px;
  }
  .headerArea #menulist .about_area ul li {
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 3vmin;
    padding-bottom: 3vmin;
    padding-left: 8vmin;
    display: block;
    position: relative;
  }
  .headerArea #menulist .about_area ul li::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 3vmin;
    width: 5px;
    height: 5px;
    border: 2px solid;
    border-color: #d1b35c #d1b35c transparent transparent;
    transform: rotate(45deg);
    margin: auto;
  }
  .headerArea #menulist .follow_area {
    margin-bottom: 7vmin;
  }
  .headerArea #menulist .follow_area .title_area {
    margin-bottom: 5vmin;
  }
  .headerArea #menulist .follow_area .title_area h2 {
    font-size: 5vmin;
  }
  .headerArea #menulist .follow_area .followListWrap ol {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .headerArea #menulist .follow_area .followListWrap ol li {
    margin-right: 15px;
  }
  .headerArea #menulist .follow_area .followListWrap ol li:last-child {
    margin-right: 0;
  }
  .headerArea #menulist .follow_area .followListWrap ol li img {
    width: 25px;
  }
  .headerArea #menulist .close-btn {
    background: #6f6f6f;
    padding-top: 3vmin;
    padding-bottom: 3vmin;
  }
  .headerArea #menulist .close-btn p {
    text-align: center;
    color: #fff;
  }
  .headerArea .l_Area .search-wrap {
    padding: 5vmin;
    background-color: #fff;
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .headerArea .l_Area .search-wrap form {
    position: relative;
    max-width: 100%;
    margin: auto;
  }
  .headerArea .l_Area .search-wrap form input {
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
  }
  .headerArea .l_Area .search-wrap form input[type="text"] {
    width: 100%;
    padding: 15px 0px;
    transition: all 0.5s;
    letter-spacing: 0.05em;
    border: 3px solid #e8e8e8;
    border-radius: 10px;
    cursor: auto;
  }
  .headerArea .l_Area .search-wrap form input[type="text"]::placeholder {
    color: #a3a3a3;
    padding-left: 10px;
  }
  .headerArea .l_Area .search-wrap form input[type="submit"] {
    position: absolute;
    top: 15px;
    right: 20px;
    background: url(https://bijinseikatsu.itembox.design/item/img/header/icon_search02.png)
      no-repeat;
    background-size: cover;
    width: 23px;
    height: 23px;
    border: none;
  }
  .headerArea .l_Area .search-wrap .wrap .ttl {
    margin-top: 20px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .headerArea .l_Area .search-wrap .wrap ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .headerArea .l_Area .search-wrap .wrap ol li {
    background: #fff8e5;
    margin-right: 10px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
    width: auto;
    border-radius: 5px;
  }
  .headerArea .l_Area .search-wrap .wrap ol li a {
    font-size: 12px;
    color: #333;
  }
  #fs_Top .title_area {
    margin-bottom: 5vmin;
  }
}

/* --------------------------------------------------------------------
/* MV
-------------------------------------------------------------------- */

#fs_Top .mvWrap .mv {
  text-align: center;
}
#fs_Top .mvWrap .mainvisual_box {
  width: auto;
  margin: 0 auto;
  overflow: hidden;
}
#fs_Top .mvWrap .mainvisual {
  position: relative;
}
#fs_Top .mvWrap .mainvisual img {
  width: 100%;
}
#fs_Top .mvWrap .mainvisual_flex {
  max-width: 100%;
  margin: auto;
  text-align: center;
  width: 1100px;
}
#fs_Top .mvWrap .mainvisual_flex .slick-list {
  overflow: visible;
  margin-bottom: 140px;
}

@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
  #fs_Top .mvWrap .mainvisual_flex {
    margin-top: 141px;
  }
}
#fs_Top .mvWrap .mainvisual_flex_:-ms-input-placeholder,
:root .selector {
  margin-top: 141px;
}
@supports (-ms-accelerator: true) {
  #fs_Top .mvWrap .mainvisual_flex {
    margin-top: 141px;
  }
}
@supports (-ms-ime-align: auto) and (not (-webkit-text-stroke: initial)) {
  #fs_Top .mvWrap .mainvisual_flex {
    margin-top: 141px;
  }
}
#fs_Top .mvWrap .mainvisual_flexitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#fs_Top .mvWrap .mainvisual_flexitem_detail {
  background-color: #030000;
  color: #fff;
  max-width: 1100px;
  width: 100%;
  text-align: center;
  margin: auto;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: auto;
}
#fs_Top .mvWrap .mainvisual_flexitem_wrap {
  width: 100%;
  margin: 0 auto;
}
#fs_Top .mvWrap .next-arrow {
  top: -30px;
  right: -35px;
}
#fs_Top .mvWrap .prev-arrow {
  top: -30px;
  left: -35px;
}
#fs_Top .mvWrap .slick-dots {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  margin-top: 25px;
  bottom: 125px;
  z-index: 1;
}
#fs_Top .mvWrap .slick-dots li button {
}
#fs_Top .mvWrap .prev-arrow {
  max-width: 35px;
  width: 100%;
  position: absolute;
  top: -180px;
  bottom: 0;
  margin: auto;
  z-index: 1;
  cursor: pointer;
}
#fs_Top .mvWrap .next-arrow {
  max-width: 35px;
  width: 100%;
  position: absolute;
  top: -180px;
  bottom: 0;
  margin: auto;
  z-index: 1;
  cursor: pointer;
}
#fs_Top .mvWrap figure {
  margin: 0;
}
#fs_Top .mvWrap .slick-slide {
  background: #000;
  width: fit-content;
}
#fs_Top .mvWrap .slick-slide img {
  opacity: 0.5;
  display: block;
}
#fs_Top .mvWrap .slick-current {
  background: none;
}
#fs_Top .mvWrap .slick-current img {
  opacity: inherit;
}
#fs_Top .mvWrap .slick-dots li button::before {
  content: "";
  font-size: initial;
  width: 50px;
  height: 3px;
  background: #000;
}
#fs_Top .mvWrap .slick-dots li {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

/** PC **/
@media only screen and (min-width: 768px) {
}
/** SP **/
@media only screen and (max-width: 767px) {
  #fs_Top .mvWrap {
    margin-bottom: 10vmin;
  }

  #fs_Top .mvWrap .prev-arrow {
    max-width: 14px;
    width: 100%;
    position: absolute;
    top: 50vmin;
    bottom: auto;
    margin: auto;
    z-index: 1;
    cursor: pointer;
    left: 5vmin;
  }
  #fs_Top .mvWrap .next-arrow {
    max-width: 14px;
    width: 100%;
    position: absolute;
    top: 50vmin;
    bottom: auto;
    margin: auto;
    z-index: 1;
    cursor: pointer;
    right: 5vmin;
  }
  #fs_Top .mvWrap .mainvisual_flex .slick-list {
    overflow: visible;
    margin-bottom: 10vmin;
  }
  #fs_Top .mvWrap .slick-dots {
    bottom: 10vmin;
    margin-top: 0;
  }
  #fs_Top .mvWrap .slick-dots li button::before {
    content: "";
    font-size: initial;
    width: 35px;
    height: 3px;
    background: #000;
  }
  #fs_Top .mvWrap .slick-dots li {
    width: 35px;
    height: 20px;
  }
}

/* --------------------------------------------------------------------
/* FEATURE
-------------------------------------------------------------------- */

#fs_Top .featureWrap {
  position: relative;
}
#fs_Top .featureWrap::before {
  content: "";
  background: url("https://bijinseikatsu.itembox.design/item/img/top/main_bg.png")
    no-repeat;
  background-size: cover;
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: 95px;
}
#fs_Top .featureWrap .flex_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#fs_Top .featureWrap .flex_box > div {
  width: calc(100% / 2 - 15px);
  margin-right: 25px;
}
#fs_Top .featureWrap .flex_box > div:last-child {
  margin-right: 0;
}
#fs_Top .featureWrap .img {
  margin-bottom: 20px;
}
#fs_Top .featureWrap .ttl {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
#fs_Top .featureWrap .feature_slider01 .prev-arrow {
  max-width: 15px;
  width: 100%;
  position: absolute;
  top: -30%;
  bottom: 0;
  margin: auto;
  z-index: 1;
  cursor: pointer;
  left: 0vmin;
}
#fs_Top .featureWrap .feature_slider01 .next-arrow {
  max-width: 15px;
  width: 100%;
  position: absolute;
  top: -30%;
  bottom: 0;
  margin: auto;
  z-index: 1;
  cursor: pointer;
  right: 0vmin;
}

/** PC **/
@media only screen and (min-width: 768px) {
  .feature_slider01 .box {
    width: 100%;
    max-width: 480px;
  }
  .feature_slider01 .slick-track{
    float: none;
    display: flex;
    left: -252px;
    gap: 25px;
  }
  .feature_slider01 .slick-list {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .feature_slider01 .slick-slide.slick-center,
  .feature_slider01 .slick-slide.slick-active {
    opacity: 1;
  }    
  .feature_slider01 .slick-slide,
  .feature_slider01 .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
    opacity: .5;
    transition: 0.3s ease-in-out;
  }  
}
/** SP **/
@media only screen and (max-width: 767px) {
  #fs_Top .featureWrap::before {
    top: -40vmin;
    height: 95px;
  }
  #fs_Top .featureWrap .feature_slider .slick-list {
    overflow: visible;
    margin-bottom: 10vmin;
  }
  #fs_Top .featureWrap .feature_slider .box {
    margin: 0 2vmin;
  }
  #fs_Top .featureWrap .prev-arrow {
    max-width: 15px;
    width: 100%;
    position: absolute;
    top: -45vmin;
    bottom: 0;
    margin: auto;
    z-index: 1;
    cursor: pointer;
    left: 0vmin;
  }
  #fs_Top .featureWrap .next-arrow {
    max-width: 15px;
    width: 100%;
    position: absolute;
    top: -45vmin;
    bottom: 0;
    margin: auto;
    z-index: 1;
    cursor: pointer;
    right: 0vmin;
  }
  #fs_Top .featureWrap .feature_slider01 .slick-list {
  overflow: visible;
  margin-bottom: 10vmin;
  }
  #fs_Top .featureWrap .feature_slider01 .box {
    margin: 0 2vmin;
  }
  #fs_Top .featureWrap .feature_slider01 .prev-arrow {
    top: -45vmin;
  }
  #fs_Top .featureWrap .feature_slider01 .next-arrow {
    top: -45vmin;
  }
}

/* --------------------------------------------------------------------
/* item
-------------------------------------------------------------------- */

#fs_Top .itemWrap {
  background: #f8f8f8;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 200px;
}
#fs_Top .itemWrap .img01 {
  position: absolute;
  top: -220px;
  left: 0;
}
#fs_Top .itemWrap .img02 {
  position: absolute;
  top: -300px;
  right: 0;
}
#fs_Top .itemWrap .img03 {
  position: absolute;
  bottom: -150px;
  right: 0;
  z-index: 2;
}
#fs_Top .itemWrap::before {
  content: "";
  background: url("https://bijinseikatsu.itembox.design/item/img/top/item_ph04.png")
    no-repeat;
  background-size: cover;
  width: 100%;
  height: 92px;
  position: absolute;
  top: -90px;
}
#fs_Top .itemWrap::after {
  content: "";
  background: url("https://bijinseikatsu.itembox.design/item/img/top/item_ph05.png")
    no-repeat;
  background-size: cover;
  width: 100%;
  height: 83px;
  position: absolute;
  bottom: -80px;
}
#fs_Top .itemWrap .prev-arrow {
  max-width: 35px;
  width: 100%;
  position: absolute;
  top: 0px;
  left: -35px;
  bottom: 0;
  margin: auto;
  z-index: 1;
  cursor: pointer;
}
#fs_Top .itemWrap .next-arrow {
  max-width: 35px;
  width: 100%;
  position: absolute;
  top: 0px;
  right: -35px;
  bottom: 0;
  margin: auto;
  z-index: 1;
  cursor: pointer;
}
#fs_Top .itemWrap .item_slider .box {
  background: #fff;
  padding: 10px 10px;
  margin: 0 5px;
  border-radius: 10px;
}
#fs_Top .itemWrap .item_slider .box .img {
  margin-bottom: 10px;
}
#fs_Top .itemWrap .item_slider .box .icon {
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#fs_Top .itemWrap .item_slider .box .icon .new {
  border: 2px solid #e12e4b;
  color: #fff;
  text-align: center;
  display: block;
  width: 50px;
  margin-right: 5px;
  border-radius: 5px;
}
#fs_Top .itemWrap .item_slider .box .icon .sale {
  border: 2px solid #eb6808;
  color: #eb6808;
  text-align: center;
  display: block;
  width: 50px;
  border-radius: 5px;
}
#fs_Top .itemWrap .item_slider .box .name {
  font-size: 16px;
  margin-bottom: 10px;
}
#fs_Top .itemWrap .item_slider .box .flex_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#fs_Top .itemWrap .item_slider .box .flex_box .category {
  background: #c9c9c9;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
}
#fs_Top .itemWrap .item_slider .box .flex_box .price {
  font-size: 20px;
}
#fs_Top .itemWrap .item_slider .box .flex_box .price span {
  font-size: 12px;
}
#fs_Top .itemWrap .slick-dots {
  bottom: -70px;
}
#fs_Top .itemWrap .slick-dots li {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
#fs_Top .itemWrap .slick-dots li button::before {
  content: "";
  font-size: initial;
  width: 50px;
  height: 3px;
  background: #000;
}

/** PC **/
@media only screen and (min-width: 768px) {
}
/** SP **/

@media only screen and (max-width: 767px) {
  #fs_Top .itemWrap {
    background: #f8f8f8;
    position: relative;
    padding-top: 5vmin;
    padding-bottom: 5vmin;
    margin-top: 40vmin;
  }
  #fs_Top .itemWrap .img01 {
    width: 20%;
    position: absolute;
    top: -30vmin;
    left: 0;
  }
  #fs_Top .itemWrap .img02 {
    position: absolute;
    top: -30vmin;
    right: 0;
    width: 20%;
  }
  #fs_Top .itemWrap .img03 {
    position: absolute;
    bottom: -27vmin;
    right: 0;
    z-index: 2;
    width: 20%;
  }
  #fs_Top .itemWrap .item_slider .box {
    min-height: 420px;
  }
  #fs_Top .itemWrap .prev-arrow {
    left: 0;
  }
  #fs_Top .itemWrap .next-arrow {
    right: 0;
  }
}

/* --------------------------------------------------------------------
/* ranking
-------------------------------------------------------------------- */

#fs_Top .rankingWrap {
  margin-top: 200px;
}

#fs_Top .rankingWrap .tabMenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#fs_Top .rankingWrap .tabMenu li {
  width: calc(100% / 5);
}

#fs_Top .rankingWrap .tabMenu li p {
  color: #868686;
  text-align: center;
  border-bottom: 1px solid #868686;
  padding-bottom: 10px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}
#fs_Top .rankingWrap .tabMenu li.active p {
  color: #c0a878;
  border-bottom: 1px solid #c0a878;
}
#fs_Top .rankingWrap .tabMenu li.active p::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #c0a878;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: auto;
}
#fs_Top .rankingWrap .tabContent {
  display: none;
}
#fs_Top .rankingWrap .tabContent.active {
  display: block;
}

#fs_Top .rankingWrap .prev-arrow {
  max-width: 35px;
  width: 100%;
  position: absolute;
  top: 0px;
  left: -35px;
  bottom: 0;
  margin: auto;
  z-index: 1;
  cursor: pointer;
}
#fs_Top .rankingWrap .next-arrow {
  max-width: 35px;
  width: 100%;
  position: absolute;
  top: 0px;
  right: -35px;
  bottom: 0;
  margin: auto;
  z-index: 1;
  cursor: pointer;
}
#fs_Top .rankingWrap .tabContent .box {
  margin: 0 10px;
  margin-top: 60px;
  position: relative;
}
#fs_Top .rankingWrap .tabContent .box::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 50px;
}
#fs_Top .rankingWrap .tabContent .box.box01::before {
  content: "1";
  background: #c0a878;
  color: #fff;
  font-size: 20px;
}
#fs_Top .rankingWrap .tabContent .box.box02::before {
  content: "2";
  background: #bebebe;
  color: #fff;
  font-size: 20px;
}
#fs_Top .rankingWrap .tabContent .box.box03::before {
  content: "3";
  background: #deacb7;
  color: #fff;
  font-size: 20px;
}
#fs_Top .rankingWrap .tabContent .box.box04::before {
  content: "4";
  border: 1px solid #828282;
  color: #828282;
  font-size: 20px;
}
#fs_Top .rankingWrap .tabContent .box .img {
  margin-bottom: 10px;
}
#fs_Top .rankingWrap .tabContent .box .name {
  font-size: 16px;
  margin-bottom: 10px;
}
#fs_Top .rankingWrap .tabContent .box .price {
  font-size: 20px;
  text-align: right;
}
#fs_Top .rankingWrap .tabContent .box .price span {
  font-size: 12px;
}

/** PC **/
@media only screen and (min-width: 768px) {
}
/** SP **/

@media only screen and (max-width: 767px) {
  #fs_Top .rankingWrap .tabMenu li p {
    font-size: 3vmin;
  }
  #fs_Top .rankingWrap .tabContent .box .name {
    font-size: 3vmin;
    margin-bottom: 10px;
  }
  #fs_Top .rankingWrap .tabContent .box .price {
    font-size: 4vmin;
    text-align: right;
  }
  #fs_Top .rankingWrap .prev-arrow {
    left: -5vmin;
    max-width: 25px;
  }
  #fs_Top .rankingWrap .next-arrow {
    right: -5vmin;
    max-width: 25px;
  }
  #fs_Top .rankingWrap {
    margin-top: 30vmin;
  }
  #fs_Top .rankingWrap .tabContent .box.box01::before {
    font-size: 3vmin;
  }
  #fs_Top .rankingWrap .tabContent .box.box02::before {
    font-size: 3vmin;
  }
  #fs_Top .rankingWrap .tabContent .box.box03::before {
    font-size: 3vmin;
  }
  #fs_Top .rankingWrap .tabContent .box.box04::before {
    font-size: 3vmin;
  }
  #fs_Top .rankingWrap .tabContent .box::before {
    top: -5vmin;
    width: 20px;
    height: 20px;
  }
}

/* --------------------------------------------------------------------
/* 最近チェックした商品
-------------------------------------------------------------------- */

#fs_Top .check_itemWrap {
  margin-top: 150px;
  background: #fffdf6;
  position: relative;
  padding-top: 100px;
  padding-bottom: 150px;
}
#fs_Top .check_itemWrap .img01 {
  position: absolute;
  top: -130px;
  left: 0;
}
#fs_Top .check_itemWrap .img02 {
  position: absolute;
  top: 40px;
  right: 0;
}
#fs_Top .check_itemWrap .img03 {
  position: absolute;
  bottom: -220px;
  left: 0;
  z-index: 2;
}
#fs_Top .check_itemWrap::before {
  content: "";
  background: url("https://bijinseikatsu.itembox.design/item/img/top/check_item08.png")
    no-repeat;
  background-size: cover;
  width: 100%;
  height: 76px;
  position: absolute;
  top: -75px;
}
#fs_Top .check_itemWrap::after {
  content: "";
  background: url("https://bijinseikatsu.itembox.design/item/img/top/check_item09.png")
    no-repeat;
  background-size: cover;
  width: 100%;
  height: 78px;
  position: absolute;
  bottom: -78px;
}
#fs_Top .check_itemWrap .check_item_slider .box {
  background: #fff;
  padding: 10px 10px;
  margin: 0 5px;
  border-radius: 10px;
}
#fs_Top .check_itemWrap .check_item_slider .box .img {
  margin-bottom: 10px;
}
#fs_Top .check_itemWrap .check_item_slider .box .name {
  font-size: 16px;
  margin-bottom: 10px;
}
#fs_Top .check_itemWrap .check_item_slider .box .flex_box .cosme {
  background: #eba9b7;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
}
#fs_Top .check_itemWrap .check_item_slider .box .flex_box .hair {
  background: #a8b8d9;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
}
#fs_Top .check_itemWrap .check_item_slider .box .flex_box .food {
  background: #adadad;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
}
#fs_Top .check_itemWrap .check_item_slider .box .flex_box .skin {
  background: #d5c29c;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
}
#fs_Top .check_itemWrap .check_item_slider .box .flex_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#fs_Top .check_itemWrap .prev-arrow {
  max-width: 35px;
  width: 100%;
  position: absolute;
  top: 0px;
  left: -35px;
  bottom: 0;
  margin: auto;
  z-index: 1;
  cursor: pointer;
}
#fs_Top .check_itemWrap .next-arrow {
  max-width: 35px;
  width: 100%;
  position: absolute;
  top: 0px;
  right: -35px;
  bottom: 0;
  margin: auto;
  z-index: 1;
  cursor: pointer;
}
#fs_Top .check_itemWrap .slick-dots {
  bottom: -70px;
}
#fs_Top .check_itemWrap .slick-dots li {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
#fs_Top .check_itemWrap .slick-dots li button::before {
  content: "";
  font-size: initial;
  width: 50px;
  height: 3px;
  background: #000;
}

/** PC **/
@media only screen and (min-width: 768px) {
}
/** SP **/

@media only screen and (max-width: 767px) {
  #fs_Top .check_itemWrap {
    margin-top: 35vmin;
    background: #fffdf6;
    position: relative;
    padding-top: 0;
    padding-bottom: 15vmin;
  }

  #fs_Top .check_itemWrap .img01 {
    position: absolute;
    top: -30vmin;
    left: 0;
    width: 20%;
  }
  #fs_Top .check_itemWrap .img02 {
    position: absolute;
    top: auto;
    right: 0;
    width: 20%;
    bottom: -15vmin;
    z-index: 1;
  }
  #fs_Top .check_itemWrap .check_item_slider .box {
    min-height: 400px;
    padding: 3vmin;
  }
  #fs_Top .check_itemWrap .check_item_slider .box .name {
    font-size: 4vmin;
    margin-bottom: 10px;
  }
  #fs_Top .check_itemWrap .check_item_slider .box .flex_box .cosme,
  #fs_Top .check_itemWrap .check_item_slider .box .flex_box .hair,
  #fs_Top .check_itemWrap .check_item_slider .box .flex_box .food,
  #fs_Top .check_itemWrap .check_item_slider .box .flex_box .skin {
    font-size: 3vmin;
  }
  #fs_Top .check_itemWrap .check_item_slider .box .flex_box .price {
    font-size: 4vmin;
  }
  #fs_Top .check_itemWrap .prev-arrow {
    left: 2vmin;
  }
  #fs_Top .check_itemWrap .next-arrow {
    right: 2vmin;
  }
  #fs_Top .check_itemWrap .img03 {
    position: absolute;
    bottom: -127vmin;
    left: 0;
    z-index: 2;
    width: 20%;
  }
}

/* --------------------------------------------------------------------
/* CATEGORY
-------------------------------------------------------------------- */

#fs_Top .categoryWrap {
  margin-top: 200px;
  position: relative;
}
#fs_Top .categoryWrap .categoryListWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#fs_Top .categoryWrap .categoryListWrap a {
  display: block;
  width: calc(100% / 3 - 7px);
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  border: 1px solid #515151;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  transition: 0.3s;
  cursor: pointer;
}
#fs_Top .categoryWrap .categoryListWrap a:hover {
  background: #d5c6a7;
  color: #fff;
  border: none;
}
#fs_Top .categoryWrap .categoryListWrap a:nth-of-type(3n) {
  margin-right: 0;
}
#fs_Top .categoryWrap .categoryListWrap a::after {
  content: "";
  background: url("https://bijinseikatsu.itembox.design/item/img/common/category_ph01.png")
    no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  width: 18px;
  height: 6px;
}
#fs_Top .categoryWrap .categoryListWrap a:hover::after {
  content: "";
  background: url("https://bijinseikatsu.itembox.design/item/img/common/category_ph02.png")
    no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  width: 18px;
  height: 6px;
}
#fs_Top .categoryWrap .all_link {
  text-align: right;
  margin-top: 30px;
  position: relative;
  padding-right: 30px;
}
#fs_Top .categoryWrap .all_link::after {
  content: "";
  background: url("https://bijinseikatsu.itembox.design/item/img/common/category_ph01.png")
    no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  margin: auto;
  width: 18px;
  height: 6px;
}

/** PC **/
@media only screen and (min-width: 768px) {
}
/** SP **/

@media only screen and (max-width: 767px) {
  #fs_Top .categoryWrap {
    margin-top: 20vmin;
    position: relative;
  }
  #fs_Top .categoryWrap .categoryListWrap a {
    width: calc(100% / 2 - 1vmin);
    margin-right: 1vmin;
    font-size: 3.5vmin;
  }
  #fs_Top .categoryWrap .categoryListWrap a:nth-of-type(3n) {
    margin-right: 1vmin;
  }
  #fs_Top .categoryWrap .categoryListWrap a:nth-of-type(2n) {
    margin-right: 0vmin;
  }
  #fs_Top .categoryWrap .categoryListWrap a::after {
    right: 3vmin;
    width: 15px;
    height: 5px;
  }
  #fs_Top .categoryWrap .all_link {
    margin-top: 5vmin;
    padding-right: 7vmin;
    font-size: 3vmin;
  }
}

/* --------------------------------------------------------------------
/* BRAND ITEM
-------------------------------------------------------------------- */

#fs_Top .brandWrap {
  margin-top: 150px;
  position: relative;
}
#fs_Top .brandWrap .brandListWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#fs_Top .brandWrap .brandListWrap > div {
  width: calc(100% / 3 - 10px);
  margin-right: 15px;
  margin-bottom: 30px;
}

#fs_Top .brandWrap .brandListWrap > div:nth-of-type(3n) {
  margin-right: 0px;
}
#fs_Top .brandWrap .img01 {
  position: absolute;
  top: -250px;
  right: 0;
}
#fs_Top .brandWrap .img02 {
  position: absolute;
  top: 800px;
  left: 0;
}
#fs_Top .brandWrap .img03 {
  position: absolute;
  bottom: -80px;
  right: 0;
  z-index: 2;
}
#fs_Top .brandWrap .brandListWrap .img {
  margin-bottom: 10px;
}
#fs_Top .brandWrap .brandListWrap .ttl {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
#fs_Top .brandWrap .brandListWrap .txt {
  font-size: 14px;
}

/** PC **/
@media only screen and (min-width: 768px) {
}
/** SP **/

@media only screen and (max-width: 767px) {
  #fs_Top .brandWrap {
    margin-top: 15vmin;
    position: relative;
  }

  #fs_Top .brandWrap .brandListWrap > div {
    width: calc(100% / 2 - 2vmin);
    margin-right: 3vmin;
    margin-bottom: 5vmin;
  }
  #fs_Top .brandWrap .brandListWrap > div:nth-of-type(3n) {
    margin-right: 3vmin;
  }
  #fs_Top .brandWrap .brandListWrap > div:nth-of-type(2n) {
    margin-right: 0vmin;
  }
  #fs_Top .brandWrap .brandListWrap .ttl {
    font-size: 4vmin;
    font-weight: 600;
  }
  #fs_Top .brandWrap .brandListWrap .txt {
    font-size: 3vmin;
  }
  #fs_Top .brandWrap .img01 {
    width: 20%;
    position: absolute;
    top: auto;
    right: 0;
    bottom: -25vmin;
    z-index: 1;
  }
  #fs_Top .brandWrap .img02 {
    position: absolute;
    top: auto;
    left: -5vmin;
    bottom: -125vmin;
    z-index: 1;
    width: 12%;
  }
  #fs_Top .brandWrap .img03 {
    display: none;
  }
}

/* --------------------------------------------------------------------
/* お悩み
-------------------------------------------------------------------- */

#fs_Top .nayamiWrap {
  margin-top: 100px;
  position: relative;
  background: #f8f8f8;
  padding-top: 100px;
  padding-bottom: 100px;
}
#fs_Top .nayamiWrap::before {
  content: "";
  background: url(https://bijinseikatsu.itembox.design/item/img/top/item_ph04.png)
    no-repeat;
  background-size: cover;
  width: 100%;
  height: 92px;
  position: absolute;
  top: -90px;
}
#fs_Top .nayamiWrap::after {
  /*content: "";
    background: url(../img/item_ph05.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 83px;
    position: absolute;
    bottom: -80px;*/
}
#fs_Top .nayamiWrap .nayamiListWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#fs_Top .nayamiWrap .nayamiListWrap a {
  background: #fff;
  border: 1px solid #515151;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  text-align: center;
  position: relative;
  width: calc(100% / 3 - 7px);
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  transition: 0.3s;
  cursor: pointer;
}
#fs_Top .nayamiWrap .nayamiListWrap a:nth-of-type(3n) {
  margin-right: 0;
}
#fs_Top .nayamiWrap .nayamiListWrap a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
}
#fs_Top .nayamiWrap .nayamiListWrap a:nth-child(1)::before {
  background: url("https://bijinseikatsu.itembox.design/item/img/top/nayami_ph01.png")
    no-repeat;
  background-size: cover;
  width: 36px;
  height: 30px;
}
#fs_Top .nayamiWrap .nayamiListWrap a:nth-child(2)::before {
  background: url("https://bijinseikatsu.itembox.design/item/img/top/nayami_ph02.png")
    no-repeat;
  background-size: cover;
  width: 30px;
  height: 32px;
}
#fs_Top .nayamiWrap .nayamiListWrap a:nth-child(3)::before {
  background: url("https://bijinseikatsu.itembox.design/item/img/top/nayami_ph03.png")
    no-repeat;
  background-size: cover;
  width: 36px;
  height: 31px;
}
#fs_Top .nayamiWrap .nayamiListWrap a:nth-child(4)::before {
  background: url("https://bijinseikatsu.itembox.design/item/img/top/nayami_ph04.png")
    no-repeat;
  background-size: cover;
  width: 36px;
  height: 20px;
}
#fs_Top .nayamiWrap .nayamiListWrap a:nth-child(5)::before {
  background: url("https://bijinseikatsu.itembox.design/item/img/top/nayami_ph05.png")
    no-repeat;
  background-size: cover;
  width: 38px;
  height: 28px;
}
#fs_Top .nayamiWrap .nayamiListWrap a:nth-child(6)::before {
  background: url("https://bijinseikatsu.itembox.design/item/img/top/nayami_ph06.png?20240122")
    no-repeat;
  background-size: cover;
  width: 24px;
  height: 35px;
}
#fs_Top .nayamiWrap .nayamiListWrap a:nth-child(7)::before {
  background: url("https://bijinseikatsu.itembox.design/item/img/top/nayami_ph07.png?20240122")
    no-repeat;
  background-size: cover;
  width: 26px;
  height: 31px;
}
#fs_Top .nayamiWrap .nayamiListWrap a:nth-child(8)::before {
  background: url("https://bijinseikatsu.itembox.design/item/img/top/nayami_ph08.png?20240122")
    no-repeat;
  background-size: cover;
  width: 23px;
  height: 30px;
  left: 24px;
}
#fs_Top .nayamiWrap .nayamiListWrap a::after {
  content: "";
  background: url(https://bijinseikatsu.itembox.design/item/img/common/category_ph01.png)
    no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  width: 18px;
  height: 6px;
}
#fs_Top .nayamiWrap .all_link {
  text-align: right;
  margin-top: 30px;
  position: relative;
  padding-right: 30px;
}
#fs_Top .nayamiWrap .all_link::after {
  content: "";
  background: url(https://bijinseikatsu.itembox.design/item/img/common/category_ph01.png)
    no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  margin: auto;
  width: 18px;
  height: 6px;
}

/** PC **/
@media only screen and (min-width: 768px) {
}
/** SP **/

@media only screen and (max-width: 767px) {
  #fs_Top .nayamiWrap {
    padding-top: 5vmin;
    padding-bottom: 5vmin;
  }
  #fs_Top .nayamiWrap .nayamiListWrap a {
    width: calc(100% / 2 - 1vmin);
    margin-right: 1vmin;
    font-size: 3vmin;
  }
  #fs_Top .nayamiWrap .nayamiListWrap a:nth-of-type(3n) {
    margin-right: 1vmin;
  }
  #fs_Top .nayamiWrap .nayamiListWrap a:nth-of-type(2n) {
    margin-right: 0vmin;
  }
  #fs_Top .nayamiWrap .nayamiListWrap a::after {
    right: 2vmin;
    width: 12px;
    height: 4px;
  }
  #fs_Top .nayamiWrap .nayamiListWrap a:nth-child(1)::before {
    width: 5vmin;
    height: 4vmin;
  }
  #fs_Top .nayamiWrap .nayamiListWrap a:nth-child(2)::before {
    width: 4vmin;
    height: 4vmin;
  }
  #fs_Top .nayamiWrap .nayamiListWrap a:nth-child(3)::before {
    width: 5vmin;
    height: 4vmin;
  }
  #fs_Top .nayamiWrap .nayamiListWrap a:nth-child(4)::before {
    width: 5vmin;
    height: 3vmin;
  }
  #fs_Top .nayamiWrap .nayamiListWrap a:nth-child(5)::before {
    width: 5vmin;
    height: 4vmin;
  }
  #fs_Top .nayamiWrap .nayamiListWrap a:nth-child(6)::before {
    width: 3vmin;
    height: 5vmin;
  }
  #fs_Top .nayamiWrap .nayamiListWrap a:nth-child(7)::before {
    width: 4vmin;
    height: 4vmin;
  }
  #fs_Top .nayamiWrap .nayamiListWrap a:nth-child(8)::before {
    width: 3vmin;
    height: 4vmin;
    left: 3.5vmin;
  }
  #fs_Top .nayamiWrap .all_link {
    text-align: right;
    margin-top: 3vmin;
    position: relative;
    padding-right: 7vmin;
    font-size: 3vmin;
  }
}

/* --------------------------------------------------------------------
/* CONCEPT
-------------------------------------------------------------------- */

#fs_Top .comceptWrap {
  background: url(https://bijinseikatsu.itembox.design/item/img/top/comcept_ph01.png)
    no-repeat;
  background-size: cover;
  color: #fff;
  height: 810px;
  padding-top: 170px;
}
#fs_Top .comceptWrap .title_area {
  margin-bottom: 30px;
}

#fs_Top .comceptWrap .comceptListWrap .sub_ttl {
  font-size: 22px;
  margin-bottom: 30px;
  text-align: center;
}
#fs_Top .comceptWrap .comceptListWrap .txt {
  font-size: 18px;
  margin-bottom: 30px;
  text-align: center;
}
#fs_Top .comceptWrap .comceptListWrap .logo {
  text-align: center;
  margin-top: 50px;
}

/** PC **/
@media only screen and (min-width: 768px) {
}
/** SP **/

@media only screen and (max-width: 767px) {
  #fs_Top .comceptWrap {
    height: auto;
    padding-top: 25vmin;
    padding-bottom: 20vmin;
  }
  #fs_Top .comceptWrap .comceptListWrap .sub_ttl {
    font-size: 5vmin;
    margin-bottom: 5vmin;
    text-align: center;
  }
  #fs_Top .comceptWrap .comceptListWrap .txt {
    font-size: 3vmin;
    margin-bottom: 5vmin;
    text-align: center;
  }
  #fs_Top .comceptWrap .comceptListWrap .logo {
    text-align: center;
    margin-top: 0;
  }
}

/* --------------------------------------------------------------------
/* merit
-------------------------------------------------------------------- */

#fs_Top .meritWrap {
  background: #fffdf6;
  margin: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
#fs_Top .meritWrap::after {
  content: "";
  background: url(https://bijinseikatsu.itembox.design/item/img/top/check_item09.png)
    no-repeat;
  background-size: cover;
  width: 100%;
  height: 78px;
  position: absolute;
  bottom: -78px;
}
#fs_Top .meritWrap h2 {
  color: #ab8b4a;
}
#fs_Top .meritWrap .meritListWrap .flex_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
#fs_Top .meritWrap .meritListWrap .flex_box > div {
  width: calc(100% / 4 - 12px);
  margin-right: 15px;
  background: #fff;
  border-radius: 150px;
  border: 1px solid #c0a878;
  padding-top: 35px;
  padding-bottom: 35px;
}
#fs_Top .meritWrap .meritListWrap .flex_box > div:last-child {
  margin-right: 0;
}
#fs_Top .meritWrap .meritListWrap .flex_box > div:nth-child(1) .img {
  margin-top: 20px;
}
#fs_Top .meritWrap .meritListWrap .flex_box > div:nth-child(4) .img {
  margin-top: 20px;
  margin-bottom: 30px;
}
#fs_Top .meritWrap .meritListWrap .flex_box .img {
  text-align: center;
  margin-bottom: 15px;
}
#fs_Top .meritWrap .meritListWrap .flex_box .txt {
  text-align: center;
  color: #caa846;
  font-weight: 600;
}
#fs_Top .meritWrap .meritListWrap .flex_box02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#fs_Top .meritWrap .meritListWrap .flex_box02 .img {
  width: calc(100% / 3 - 10px);
  margin-right: 15px;
  text-align: center;
}
#fs_Top .meritWrap .meritListWrap .flex_box02 .img:last-child {
  margin-right: 0px;
}
#fs_Top .meritWrap .img01 {
  position: absolute;
  bottom: -185px;
  right: 0;
  z-index: 2;
}

/** PC **/
@media only screen and (min-width: 768px) {
}
/** SP **/

@media only screen and (max-width: 767px) {
  #fs_Top .meritWrap {
    padding-top: 5vmin;
    padding-bottom: 10vmin;
    position: relative;
  }
  #fs_Top .meritWrap h2 {
    color: #ab8b4a;
    font-size: 6vmin;
  }
  #fs_Top .meritWrap .meritListWrap .flex_box .img {
    max-width: 35%;
    margin: auto;
    margin-bottom: 3vmin;
  }
  #fs_Top .meritWrap .meritListWrap .flex_box > div {
    width: calc(100% / 2 - 2vmin);
    margin-right: 2vmin;
    margin-bottom: 5vmin;
    padding-top: 7vmin;
    padding-bottom: 7vmin;
  }
  #fs_Top .meritWrap .meritListWrap .flex_box > div:nth-of-type(2n) {
    margin-right: 0;
  }
  #fs_Top .meritWrap .meritListWrap .flex_box .txt {
    text-align: center;
    color: #caa846;
    font-weight: 600;
    font-size: 3vmin;
  }
  #fs_Top .meritWrap .meritListWrap .flex_box > div:nth-child(4) .img {
    margin-bottom: 6vmin;
  }
  #fs_Top .meritWrap .meritListWrap .flex_box {
    margin-bottom: 3vmin;
  }
  #fs_Top .meritWrap .img01 {
    position: absolute;
    bottom: -20vmin;
    right: 0;
    z-index: 2;
    width: 20%;
  }
}

/* --------------------------------------------------------------------
/* column
-------------------------------------------------------------------- */

#fs_Top .columnWrap {
  margin-top: 200px;
}
#fs_Top .columnWrap .columnListWrap .flex_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#fs_Top .columnWrap .columnListWrap .flex_box > div {
  width: calc(100% / 3 - 14px);
  margin-right: 20px;
}
#fs_Top .columnWrap .columnListWrap .flex_box > div:last-child {
  margin-right: 0;
}
#fs_Top .columnWrap .columnListWrap .flex_box .ttl {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}
#fs_Top .columnWrap .columnListWrap .flex_box .txt {
  font-size: 14px;
}
#fs_Top .columnWrap .columnListWrap .all_link {
  text-align: right;
  margin-top: 80px;
  position: relative;
  padding-right: 50px;
}
#fs_Top .columnWrap .columnListWrap .all_link::after {
  content: "";
  background: url(https://bijinseikatsu.itembox.design/item/img/common/category_ph01.png)
    no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  margin: auto;
  width: 18px;
  height: 6px;
}

/** PC **/
@media only screen and (min-width: 768px) {
}
/** SP **/

@media only screen and (max-width: 767px) {
  #fs_Top .columnWrap {
    margin-top: 20vmin;
  }
  #fs_Top .columnWrap .columnListWrap .flex_box > div {
    width: calc(100% / 2 - 2vmin);
    margin-right: 3vmin;
  }
  #fs_Top .columnWrap .columnListWrap .flex_box > div:nth-of-type(2n) {
    margin-right: 0;
  }
  #fs_Top .columnWrap .columnListWrap .flex_box .ttl {
    font-size: 4vmin;
  }
  #fs_Top .columnWrap .columnListWrap .flex_box .txt {
    font-size: 3vmin;
  }
  #fs_Top .columnWrap .columnListWrap .all_link {
    text-align: right;
    margin-top: 10vmin;
    position: relative;
    padding-right: 7vmin;
    font-size: 3vmin;
  }
}

/* --------------------------------------------------------------------
/* news
-------------------------------------------------------------------- */

#fs_Top .newsWrap {
  margin-top: 150px;
  position: relative;
}
#fs_Top .newsWrap .newsListWrap dl dt {
  float: left;
  width: 100px;
  border-bottom: 1px solid #c3c6d5;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
#fs_Top .newsWrap .newsListWrap dl dd {
  overflow: hidden;
  border-bottom: 1px solid #c3c6d5;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
#fs_Top .newsWrap .newsListWrap .all_link {
  text-align: right;
  margin-top: 80px;
  position: relative;
  padding-right: 50px;
}
#fs_Top .newsWrap .newsListWrap .all_link::after {
  content: "";
  background: url(https://bijinseikatsu.itembox.design/item/img/common/category_ph01.png)
    no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  margin: auto;
  width: 18px;
  height: 6px;
}
#fs_Top .newsWrap .img01 {
  position: absolute;
  top: -130px;
  left: 0;
}
#fs_Top .newsWrap .img02 {
  position: absolute;
  bottom: -185px;
  right: 0;
  z-index: 2;
}

/** PC **/
@media only screen and (min-width: 768px) {
}
/** SP **/

@media only screen and (max-width: 767px) {
  #fs_Top .newsWrap {
    margin-top: 15vmin;
    position: relative;
  }
  #fs_Top .newsWrap .newsListWrap dl dt {
    width: 85px;
    padding-bottom: 3vmin;
    margin-bottom: 3vmin;
  }
  #fs_Top .newsWrap .newsListWrap dl dt a {
    font-size: 3vmin;
  }
  #fs_Top .newsWrap .newsListWrap dl dd {
    padding-bottom: 3vmin;
    margin-bottom: 3vmin;
  }
  #fs_Top .newsWrap .newsListWrap dl dd a {
    font-size: 3vmin;
  }
  #fs_Top .newsWrap .newsListWrap .all_link {
    text-align: right;
    margin-top: 10vmin;
    position: relative;
    padding-right: 7vmin;
    font-size: 3vmin;
  }
  #fs_Top .newsWrap .img01 {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 20%;
    top: auto;
    bottom: -12vmin;
  }
  #fs_Top .newsWrap .img02 {
    position: absolute;
    bottom: -125vmin;
    right: 0;
    z-index: 2;
    width: 20%;
  }
}

/* --------------------------------------------------------------------
/* info
-------------------------------------------------------------------- */

#fs_Top .infoWrap {
  background: #f8f8f8;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 200px;
}
#fs_Top .infoWrap::before {
  content: "";
  background: url("https://bijinseikatsu.itembox.design/item/img/top/item_ph04.png")
    no-repeat;
  background-size: cover;
  width: 100%;
  height: 92px;
  position: absolute;
  top: -90px;
}
#fs_Top .infoWrap::after {
  content: "";
  background: url("https://bijinseikatsu.itembox.design/item/img/top/item_ph05.png")
    no-repeat;
  background-size: cover;
  width: 100%;
  height: 83px;
  position: absolute;
  bottom: -80px;
}
#fs_Top .infoWrap .infoListWrap ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#fs_Top .infoWrap .infoListWrap ol li {
  background: #fff;
  border: 1px solid #828282;
  border-radius: 20px;
  width: calc(100% / 5 - 15px);
  margin-right: 15px;
  padding-top: 30px;
  padding-bottom: 20px;
}
#fs_Top .infoWrap .infoListWrap ol li:last-child {
  margin-right: 0;
}
#fs_Top .infoWrap .infoListWrap ol li .img {
  text-align: center;
  min-height: 80px;
}
#fs_Top .infoWrap .infoListWrap ol li:nth-child(4) .img {
  margin-bottom: 30px;
  min-height: inherit;
}
#fs_Top .infoWrap .infoListWrap ol li:nth-child(5) .img {
  margin-bottom: 35px;
  min-height: inherit;
}
#fs_Top .infoWrap .infoListWrap ol li .txt {
  text-align: center;
  line-height: 1.2;
}

/** PC **/
@media only screen and (min-width: 768px) {
}
/** SP **/

@media only screen and (max-width: 767px) {
  #fs_Top .infoWrap {
    background: #f8f8f8;
    position: relative;
    padding-top: 10vmin;
    padding-bottom: 0vmin;
    margin-top: 20vmin;
  }
  #fs_Top .infoWrap::after {
    bottom: -10vmin;
    z-index: -1;
  }
  #fs_Top .infoWrap .infoListWrap ol li {
    width: calc(100% / 3 - 2vmin);
    margin-right: 2vmin;
    margin-bottom: 3vmin;
    padding-top: 3vmin;
    padding-bottom: 3vmin;
  }
  #fs_Top .infoWrap .infoListWrap ol li:nth-child(3) {
    margin-right: 0vmin;
  }
  #fs_Top .infoWrap .infoListWrap ol li .txt {
    text-align: center;
    line-height: 1.2;
    font-size: 3vmin;
  }
  #fs_Top .infoWrap .infoListWrap ol li .img {
    text-align: center;
    min-height: inherit;
    margin-bottom: 3vmin;
  }
  #fs_Top .infoWrap .infoListWrap ol li .img img {
    max-width: 25%;
  }
  #fs_Top .infoWrap .infoListWrap ol li:nth-child(4) .img {
    margin-bottom: 5vmin;
    margin-top: 1vmin;
  }
  #fs_Top .infoWrap .infoListWrap ol li:nth-child(5) .img {
    margin-bottom: 3vmin;
  }
}

/* --------------------------------------------------------------------
/* follow
-------------------------------------------------------------------- */

#fs_Top .followWrap {
  margin-top: 200px;
  margin-bottom: 200px;
}
#fs_Top .followWrap .followListWrap ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#fs_Top .followWrap .followListWrap ol li {
  margin-right: 15px;
}
#fs_Top .followWrap .followListWrap ol li:last-child {
  margin-right: 0;
}
#fs_Top .followWrap .followListWrap ol li i {
  font-size: 30px;
}

/** PC **/
@media only screen and (min-width: 768px) {
}
/** SP **/

@media only screen and (max-width: 767px) {
  #fs_Top .followWrap {
    margin-top: 25vmin;
    margin-bottom: 15vmin;
  }
}

/* --------------------------------------------------------------------
/* 商品一覧
-------------------------------------------------------------------- */

.fs-c-productList__list {
  display: grid;
  grid-template-columns: calc(50% - 0px) calc(50% - 0px);
  grid-gap: 0px;
}
.fs-c-productList__list .fs-c-productListItem {
  border: 0;
  position: relative;
}
.fs-c-productList__list .fs-c-productList__list__item {
  padding: 16px 8px;
}
.fs-c-productList__list .fs-c-productListItem__productName.fs-c-productName {
  font-size: 14px;
}
.fs-c-productList__list .fs-c-productListItem form {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
.fs-c-productList__list .fs-c-productListItem form > * {
  flex-grow: 1;
}
.fs-c-productList__list .fs-c-productListItem__image__image {
  max-width: 100%;
  object-fit: contain;
}
.fs-c-productList__list .fs-c-productMark {
  gap: 5px;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.fs-c-productList__list .fs-c-productMark__mark {
  display: block;
  margin-right: 2px;
  font-size: 0.8em;
  line-height: 1;
  padding: 4px 8px;
}
.fs-c-productList__list .itemiconP {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff0de;
  color: #333;
  min-width: 60px;
  padding: 6px 4px;
  font-size: 12px;
  text-align: center;
}
.fs-c-productList__list .fs-c-productMark .fs-c-productMark__label {
  line-height: 12px;
}
.fs-c-productList__list .fs-c-productPrice {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.fs-c-productList__list
  .fs-c-productListItem
  .fs-c-productListItem__prices.fs-c-productPrices
  .fs-c-productPrice.fs-c-productPrice--selling
  .fs-c-productPrice__main__price.fs-c-price {
  color: #333;
}
.fs-c-productList__list
  .fs-c-productPrice__addon:where(:not([class*="--listed"])),
.fs-c-productList__list
  .fs-c-productPrice__main__addon:where(:not([class*="--listed"])) {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.1;
}
.fs-c-productList__list
  .fs-c-productPrice__addon:where(:not([class*="--listed"]))::before,
.fs-c-productPrice__main__addon:where(:not([class*="--listed"]))::before {
  content: "(";
}
.fs-c-productList__list
  .fs-c-productPrice__addon:where(:not([class*="--listed"]))::after,
.fs-c-productPrice__main__addon:where(:not([class*="--listed"]))::after {
  content: ")";
}
.fs-c-productList__list
  .fs-c-productListItem
  .fs-c-productListItem__control.fs-c-buttonContainer
  .fs-c-button--addToCart--list.fs-c-button--plain {
  line-height: 2.2em;
  padding: 0;
  width: 100%;
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic", "游ゴシック",
    "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", sans-serif;
}
.c-btn__01,
.btn-primary,
.fs-c-button--primary,
.fs-c-productListItem
  .fs-c-productListItem__control.fs-c-buttonContainer
  .fs-c-button--addToCart--list.fs-c-button--plain,
.c-btn__01_s {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  text-align: center;
  transition: 0.35s ease-in-out;
  background: #caa845;
  border-radius: 500px !important;
  color: #fff;
  padding: 2em 2.5em;
}
.fs-c-productList__list
  .fs-c-productListItem__prices.fs-c-productPrices
  .fs-c-productPrice.fs-c-productPrice--listed {
  display: none;
}
.fs-c-productList__list
  .fs-c-button--addToWishList--icon.fs-c-button--particular {
  display: none;
}
.fs-c-productList__list .fs-c-productName__name {
  display: none;
}
.fs-c-productList__list
  .fs-c-productListItem
  .fs-c-productListItem__productName {
  flex-grow: 100;
}


@media screen and (min-width: 600px) {
  .fs-c-productList__list {
    display: grid;
    grid-template-columns: calc(33.3333333333% - 0px) calc(33.3333333333% - 0px) calc(
        33.3333333333% - 0px
      );
    grid-gap: 0px;
  }
}

@media screen and (min-width: 768px) {
  .fs-c-productList__list {
    display: grid;
    grid-template-columns: calc(25% - 0px) calc(25% - 0px) calc(25% - 0px) calc(
        25% - 0px
      );
    grid-gap: 0px;
  }
  .fs-c-productList__list .fs-c-productListItem {
    padding: 0;
  }
  .c-btn__01,
  .btn-primary,
  .fs-c-button--primary,
  .fs-c-productListItem
    .fs-c-productListItem__control.fs-c-buttonContainer
    .fs-c-button--addToCart--list.fs-c-button--plain,
  .c-btn__01_s {
    padding: 2em 2.5em;
    max-width: 480px;
    margin: auto;
  }
}

@media screen and (min-width: 960px) {
  .fs-c-productList__list {
    display: grid;
    grid-template-columns:
      calc(20% - 0px) calc(20% - 0px) calc(20% - 0px) calc(20% - 0px)
      calc(20% - 0px);
    grid-gap: 0px;
  }
}

@media screen and (min-width: 1024px) {
  .fs-c-productList__list {
    gap: 40px;
    grid-template-columns:
      calc((100% - 120px) / 4) calc((100% - 120px) / 4) calc((100% - 120px) / 4)
      calc((100% - 120px) / 4);
  }
}

/* --------------------------------------------------------------------
/* 商品詳細
-------------------------------------------------------------------- */

.fs-c-productNumber {
  font-size: 14px;
}
.fs-c-productQuantityAndWishlist__wishlist.fs-c-buttonContainer
  .fs-c-button--particular
  .fs-c-button__label {
  display: none;
}
.fs-c-productPrice__main {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget {
  display: flex !important;
  align-items: center;
  max-width: 50vw !important;
}
.fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget::before {
  content: "数量";
  display: block;
  width: 5em;
}
.fs-c-quantity__select.fs-system-quantity-list {
  min-width: 60px;
}
.fs-c-button--particular.fs-c-button--addToWishList--detail::after {
  content: "\e919";
}
.fs-c-productQuantityAndWishlist__wishlist.fs-c-buttonContainer
  .fs-c-button--particular {
  background: #fff;
  border: 0px;
  border-radius: 3px;
  color: #3c3c3c;
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  box-shadow: none;
  display: flex;
}

.fs-c-productQuantityAndWishlist__wishlist.fs-c-buttonContainer
  .fs-c-button--particular.fs-c-button--addToWishList--detail,
.fs-c-productQuantityAndWishlist__wishlist.fs-c-buttonContainer
  .fs-c-button--particular.fs-c-button--removeFromWishList--detail {
  align-items: center;
  font-size: 1.2rem;
  padding: 0.2em 0.5em;
}
.fs-c-productPrices.fs-c-productPrices--productDetail
  .fs-c-productPrice.fs-c-productPrice--listed {
  display: none;
}
.fs-c-productPrice__main__label {
  display: none;
}
.fs-c-button--primary {
  background: #caa845;
  border: none;
  box-shadow: none;
}
.product_comment01 {
  margin-bottom: 100px;
  width: 750px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .product_comment01 {
    width: auto;
  }
}

.fs-c-productPrices--productDetail .fs-c-price {
  color: #caa845;
}
.fs-l-productLayout__item
  .fs-c-productPrice__addon:where(:not([class*="--listed"])),
.fs-l-productLayout__item
  .fs-c-productPrice__main__addon:where(:not([class*="--listed"])) {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.1;
}
.fs-l-productLayout__item
  .fs-c-productPrice__addon:where(:not([class*="--listed"]))::before,
.fs-c-productPrice__main__addon:where(:not([class*="--listed"]))::before {
  content: "(";
}
.fs-l-productLayout__item
  .fs-c-productPrice__addon:where(:not([class*="--listed"]))::after,
.fs-c-productPrice__main__addon:where(:not([class*="--listed"]))::after {
  content: ")";
}
/**レビュー**/
.fs-c-productReview {
  margin-bottom: 50px !important;
}
.fs-c-productReview .fs-c-buttonContainer--addReview--detail {}
.fs-c-productReview .fs-c-button--addReview--detail {
  border: 1px solid;
  padding: 5px 20px;
  border-radius: 4px;
  text-decoration: none; 
}
@media only screen and (max-width: 767px) {
  .fs-c-productReview {}
  .fs-c-productReview .fs-c-buttonContainer--addReview--detail {}
  .fs-c-productReview .fs-c-button--addReview--detail {}  
}
/* --------------------------------------------------------------------
/* フッター
-------------------------------------------------------------------- */

footer {
  background: #fcfcfc;
  padding-top: 100px;
  padding-bottom: 60px;
  position: relative;
}
footer::before {
  content: "";
  background: url("https://bijinseikatsu.itembox.design/item/img/footer/footer_ph01.png")
    no-repeat;
  background-size: cover;
  width: 172px;
  height: 107px;
  position: absolute;
  top: -90px;
  left: 0;
}
footer::after {
  content: "";
  background: url("https://bijinseikatsu.itembox.design/item/img/footer/footer_ph02.png")
    no-repeat;
  background-size: cover;
  width: 230px;
  height: 174px;
  position: absolute;
  top: -120px;
  right: 0;
}
footer .inner {
  width: 1100px;
  max-width: 100%;
}
footer .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer .flex .left {
  width: 365px;
}
footer .flex .left .logo {
  margin-bottom: 30px;
}
footer .flex .left .txt {
  margin-bottom: 30px;
}
footer .flex .left .contact {
  display: block;
  background: #fff;
  border: 1px solid #515151;
  border-radius: 5px;
  width: 325px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  position: relative;
}
footer .flex .left .contact::after {
  content: "";
  background: url(https://bijinseikatsu.itembox.design/item/img/common/category_ph01.png)
    no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 18px;
  height: 6px;
}

footer .flex .right {
  width: 600px;
}
footer .flex .right .foot_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer .flex .right .foot_nav .ttl {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 600;
}
footer .flex .right .foot_nav a {
  font-size: 14px;
}
footer .flex .right .foot_nav ol li {
  margin-bottom: 5px;
}
footer .flex .right .foot_nav .nav01 ol {
  margin-bottom: 30px;
}
footer .flex .right .foot_nav .nav01 ol:last-child {
  margin-bottom: 0;
}
footer .flex .right .foot_nav .nav01 {
  margin-right: 120px;
}
.copyright {
  font-size: 12px;
  word-break: break-all;
  font-family: freight-sans-pro, sans-serif;
  font-weight: 500;
  text-align: center;
  background: #d5c6a7;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
}
#stop {
  background: rgb(221 221 221 / 65%);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  text-align: center;
  position: fixed;
  right: 30px;
  bottom: 60px;
  padding-top: 5px;
  transition: all 0.4s ease-in-out 0s;
}

/** SP **/
@media only screen and (max-width: 767px) {
  footer {
    background: #fcfcfc;
    padding-top: 0px;
    padding-bottom: 10vmin;
    position: relative;
  }

  footer .flex .left {
    width: 100%;
    background: #fff;
    padding-bottom: 10vmin;
    margin-bottom: 10vmin;
  }
  footer::before {
    width: 20%;
    height: 46px;
    top: 65vmin;
    left: 3vmin;
    z-index: 1;
  }
  footer::after {
    width: 25%;
    height: 71px;
    top: 65vmin;
    right: 3vmin;
    z-index: 2;
  }

  footer .copyright {
    font-size: 3vmin;
    word-break: break-all;
    font-family: freight-sans-pro, sans-serif;
    font-weight: 500;
    padding-top: 2vmin;
    padding-bottom: 2vmin;
  }
  footer .flex .left .logo {
    margin-bottom: 5vmin;
    text-align: center;
  }
  footer .flex .left .logo img {
    max-width: 50%;
  }
  footer .flex .left .txt {
    margin-bottom: 5vmin;
    text-align: center;
    font-size: 3vmin;
  }
  footer .flex .left .sp .flex_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 5vmin;
    max-width: 90%;
  }
  footer .flex .left .contact {
    width: 48%;
    margin-right: 2vmin;
    padding-top: 3vmin;
    padding-bottom: 3vmin;
    font-size: 3vmin;
  }
  footer .flex .left .sp .flex_box .tel {
    display: block;
    background: #fff;
    border: 1px solid #515151;
    border-radius: 5px;
    width: 48%;
    padding-top: 3vmin;
    padding-bottom: 3vmin;
    text-align: center;
    position: relative;
    font-size: 3vmin;
  }
  footer .flex .left .contact::after {
    width: 13px;
    height: 4px;
  }
  footer .flex .left .sp .flex_box .tel::after {
    content: "";
    background: url(https://bijinseikatsu.itembox.design/item/img/common/category_ph01.png)
      no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    width: 13px;
    height: 4px;
  }
  footer .flex .right {
    width: 100%;
    margin-top: 5vmin;
  }
  footer .flex .right .foot_nav {
    max-width: 90%;
    margin: auto;
  }
  footer .flex .right .foot_nav .ttl {
    position: relative;
  }
  footer .flex .right .foot_nav .nav01 {
    margin-right: 0;
    margin-bottom: 5vmin;
    width: 100%;
  }
  footer .flex .right .foot_nav .nav02 {
    margin-bottom: 5vmin;
  }
  footer .flex .right .foot_nav .nav02,
  footer .flex .right .foot_nav .nav03 {
    width: 100%;
  }
  footer .flex .right .foot_nav .ttl {
    font-size: 5vmin;
    border-bottom: 3px solid #fff;
    padding-bottom: 5vmin;
    margin-bottom: 0;
  }
  footer .flex .right .foot_nav ol {
    display: none;
  }
  footer .flex .right .foot_nav .nav01 ol {
    margin-bottom: 0px;
  }
  footer .flex .right .foot_nav ol li {
    background: #fff;
    padding-left: 5vmin;
    padding-top: 2vmin;
    padding-bottom: 2vmin;
  }
  footer .flex .right .foot_nav ol li a {
    font-size: 3vmin;
  }
  footer .flex .right .foot_nav .ttl::after {
    position: absolute;
    top: 5vmin;
    right: 5vmin;
    transform: translateY(-50%);
    content: "+";
    display: block;
    font-size: 5vmin;
  }
  footer .flex .right .foot_nav .ttl.is-open:after {
    content: "-";
    font-size: 7vmin;
  }
}

/* --------------------------------------------------------------------
/* マイページ関係
-------------------------------------------------------------------- */
.fs-body-my-top .fs-l-account {}
.fs-p-accountInfo {
  padding: 20px;
}
.fs-p-accountInfo .fs-p-accountInfo__header {
  margin-bottom: 10px;
}
.fs-c-accountService {}
.fs-c-accountService .fs-c-accountService__page {}
.fs-c-accountService .fs-c-accountService__page.fs-c-accountService__page--accountDelete {}
.fs-c-accountService .fs-c-accountService__page.fs-c-accountService__page--accountDelete .fs-c-accountService__pageLink {
  border: 1px solid;
  padding: 5px 20px;
  border-radius: 4px;
  text-decoration: none;
}
.fs-body-my-account-settings .fs-c-inputTable {}
.fs-body-my-account-settings .fs-c-inputTable > tbody > tr {
  border-bottom: 1px solid #ccc;
}
/** SP **/
@media only screen and (max-width: 767px) {
  .fs-p-accountInfo {}
  .fs-p-accountInfo .fs-p-accountInfo__header {}
  .fs-c-accountService {}
  .fs-c-accountService .fs-c-accountService__page {}
  .fs-c-accountService .fs-c-accountService__page.fs-c-accountService__page--accountDelete {}
  .fs-c-accountService .fs-c-accountService__page.fs-c-accountService__page--accountDelete .fs-c-accountService__pageLink {} 
  .fs-body-my-account-settings .fs-c-inputTable {}
  .fs-body-my-account-settings .fs-c-inputTable > tbody > tr {}  
}