@charset "UTF-8";
/*共通*/
.container,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  max-width: 1280px; }

h3,
h4,
h5 {
  line-height: 1.5; }

.fs-c-documentColumn__heading {
  color: #101010; }

.fs-l-main {
  max-width: 1280px; }
  .fs-l-main h1.fs-c-heading.fs-c-heading--page {
    text-align: center;
    border: none;
    position: relative; }
  .fs-l-main h1.fs-c-heading.fs-c-heading--page::after {
    content: "";
    background: #101001;
    width: 50px;
    height: 2px;
    margin: auto;
    right: 0;
    bottom: -10px;
    left: 0;
    position: absolute; }

.bg-gray {
  background: url(../images/top/bg01.jpg); }

.bg-top {
  background: url(https://nailndeco.itembox.design/item/images/top/news_bg_left.png) no-repeat left, url(https://nailndeco.itembox.design/item/images/top/news_bg_right.png) no-repeat right;
  background-color: #e0e0e0; }
  @media (max-width: 959px) {
    .bg-top {
      background: #e0e0e0; } }

.grid {
  display: grid; }

.txt-red {
  color: #c12222; }

@media screen and (min-width: 1200px) {
  .col-xl-15 {
    width: 20%;
    float: left;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; } }
/*ボタン系*/
.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 75px;
  text-decoration: none;
  transition: 0.3s;
  margin: 0 auto;
  position: relative;
  font-size: 14px;
  line-height: 1.25; }
  @media (max-width: 767px) {
    .btn a {
      width: 100%;
      max-width: 350px; } }

.btn.btn-bg a {
  background-color: #101010;
  color: #fff; }

/*トップ共通*/
#fs_Top main.fs-l-main {
  /*max-width: 100%;*/
  /*padding: 0;*/ }
#fs_Top section.fs-l-pageMain {
  max-width: 100%; }
  #fs_Top section.fs-l-pageMain > section {
    padding-top: 58px;
    padding-bottom: 58px; }
    @media (max-width: 599px) {
      #fs_Top section.fs-l-pageMain > section {
        padding-top: 50px;
        padding-bottom: 50px; } }
@media (max-width: 599px) {
  #fs_Top .container {
    max-width: 450px; } }

/*トップ見出し*/
h2.top-title {
  font-size: 35px;
  margin: 0 auto 30px;
  line-height: 1; }
  @media (max-width: 599px) {
    h2.top-title {
      font-size: 28px;
      margin-bottom: 25px; } }
  h2.top-title::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background-color: #3e3e3e;
    margin: 10px auto 0; }
    @media (max-width: 599px) {
      h2.top-title::after {
        margin-top: 8px; } }

h3.top-title {
  background-color: #3e3e3e;
  color: #fff;
  font-size: 1em;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px; }

/*トップ検索*/
section.top-search p.txt.center {
  margin-bottom: 25px; }
section.top-search .panel2 {
  display: none; }
  section.top-search .panel2.is-active {
    display: block; }
section.top-search ul.tab-area2.row {
  margin: 0 auto;
  font-size: 18px; }
  section.top-search ul.tab-area2.row li {
    padding: 0px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 60px;
    color: #fff;
    font-weight: bold;
    position: relative; }
section.top-search ul.tab-area2.row li:nth-child(1) {
  background-color: #eaeaea;
  color: #101010; }
section.top-search .panel-area2 .panel2:nth-child(1) .search-box, section.top-search .panel-area2 .panel2:nth-child(1) h3.search-title {
  background-color: #eaeaea; }
section.top-search ul.tab-area2.row li:nth-child(2) {
  background-color: #9f2117; }
section.top-search .panel-area2 .panel2:nth-child(2) .search-box, section.top-search .panel-area2 .panel2:nth-child(2) h3.search-title {
  background-color: #9f2117; }
section.top-search ul.tab-area2.row li:nth-child(3) {
  background-color: #e66f28; }
section.top-search .panel-area2 .panel2:nth-child(3) .search-box, section.top-search .panel-area2 .panel2:nth-child(3) h3.search-title {
  background-color: #e66f28; }
section.top-search ul.tab-area2.row li:nth-child(4) {
  background-color: #606060; }
section.top-search .panel-area2 .panel2:nth-child(4) .search-box, section.top-search .panel-area2 .panel2:nth-child(4) h3.search-title {
  background-color: #606060; }
section.top-search ul.tab-area2.row li:nth-child(5) {
  background-color: #101010; }
section.top-search .panel-area2 .panel2:nth-child(5) .search-box, section.top-search .panel-area2 .panel2:nth-child(5) h3.search-title {
  background-color: #101010; }
section.top-search .panel-area2 .panel2 .search-box {
  padding: 10px; }
  @media (max-width: 599px) {
    section.top-search .panel-area2 .panel2 .search-box {
      padding: 10px 15px; } }
  section.top-search .panel-area2 .panel2 .search-box > ul {
    background-color: #fff;
    padding: 30px; }
    @media (max-width: 599px) {
      section.top-search .panel-area2 .panel2 .search-box > ul {
        padding: 0 15px 25px; } }
section.top-search p.search-box-title {
  display: flex;
  align-items: center;
  height: 56px;
  padding: 0 20px;
  border: 1px solid #989898;
  margin-top: -1px;
  background-color: #f5f5f5;
  position: relative; }
  @media (max-width: 599px) {
    section.top-search p.search-box-title {
      border: 0;
      border-bottom: 1px solid #a5a5a5;
      height: 50px;
      margin-top: 0;
      background-color: #fff; } }
  section.top-search p.search-box-title::before, section.top-search p.search-box-title::after {
    content: "";
    display: block;
    background-color: #101010;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0; }
  section.top-search p.search-box-title::before {
    width: 2px;
    height: 14px;
    right: 26px; }
  section.top-search p.search-box-title.open::before {
    opacity: 0; }
  section.top-search p.search-box-title::after {
    width: 14px;
    height: 2px;
    right: 20px; }
  section.top-search p.search-box-title + div {
    max-width: 1100px;
    padding: 30px 0 60px;
    display: none; }
    @media (max-width: 599px) {
      section.top-search p.search-box-title + div {
        padding: 10px 0 25px;
        background-color: #f6f6f6; }
        section.top-search p.search-box-title + div ul {
          margin: 0 auto; } }
    section.top-search p.search-box-title + div li {
      padding: 0 15px; }
      section.top-search p.search-box-title + div li a {
        display: flex;
        align-items: center;
        padding: 0 20px;
        line-height: 1.4;
        height: 50px;
        border-bottom: 1px solid #cccccc;
        font-size: 14px;
        text-decoration: none; }
        section.top-search p.search-box-title + div li a:hover {
          background-color: #101010;
          color: #fff; }
      @media (max-width: 599px) {
        section.top-search p.search-box-title + div li {
          padding: 0 14px; }
          section.top-search p.search-box-title + div li a {
            padding: 0;
            height: 40px;
            border: 0; }
            section.top-search p.search-box-title + div li a:hover {
              background-color: transparent;
              color: #101010; }
            section.top-search p.search-box-title + div li a::before {
              content: "-";
              display: inline-block;
              margin-right: 5px; } }

h3.search-title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 17px 15px;
  margin: 0 auto;
  border-top: 1px solid #fff;
  cursor: pointer;
  position: relative; }

h3.search-title.iphn {
  color: #101010; }

section.top-search ul.tab-area2.row li::after, h3.search-title::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 5px;
  right: 18px;
  margin: auto 0; }

section.top-search ul.tab-area2.row li.is-active::after, h3.search-title.open::after {
  transform: rotate(-135deg);
  bottom: 0;
  top: 5px; }

/*トップスペシャル*/
section.top-special .container {
  background-color: #fff;
  padding: 58px 67px;
  max-width: 1340px; }
  @media (max-width: 599px) {
    section.top-special .container {
      max-width: 450px;
      padding: 0;
      background-color: transparent; } }
section.top-special ul.row {
  margin: 0 -2.94%; }
  section.top-special ul.row li {
    padding: 0 2.94%; }
@media (max-width: 767px) {
  section.top-special ul.row {
    margin: 0 auto;
    border-top: 1px solid #dcdcdc; }
    section.top-special ul.row li {
      border-bottom: 1px solid #dcdcdc;
      padding: 0; }
      section.top-special ul.row li > * {
        width: 100%; } }
section.top-special h3 {
  margin: 15px auto 7px;
  font-size: 14px;
  line-height: 1.5; }
  @media (max-width: 767px) {
    section.top-special h3 {
      margin: 0;
      padding: 16px;
      display: flex;
      align-items: center; } }

/*トップ新着商品*/
p.product-price {
  font-size: 10px; }
  p.product-price span {
    font-size: 1.4em; }

h3.product-name {
  font-size: 14px;
  margin: 1em auto 0; }

section.top-newitem .row {
  margin: 0 auto -30px; }
  section.top-newitem .row li {
    margin-bottom: 30px; }
section.top-newitem p.image {
  padding: 4px;
  text-align: center;
  border: 1px solid #d3d3d3; }

/*トップおすすめ商品*/
section.top-recommend ul.grid-recommend {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 10px; }
  @media (max-width: 599px) {
    section.top-recommend ul.grid-recommend {
      grid-template-rows: auto; } }
  section.top-recommend ul.grid-recommend li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border: 1px solid #d5d5d5; }
  section.top-recommend ul.grid-recommend li:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/3; }
  section.top-recommend ul.grid-recommend li:nth-child(4) {
    grid-column: 5/7;
    grid-row: 1/3; }
  section.top-recommend ul.grid-recommend li:nth-child(7) {
    grid-column: 3/5;
    grid-row: 2/4; }
  @media (max-width: 599px) {
    section.top-recommend ul.grid-recommend li:nth-child(1) {
      grid-column: 1/5;
      grid-row: 1/4; }
    section.top-recommend ul.grid-recommend li:nth-child(2) {
      grid-column: 5/7;
      grid-row: 1/2; }
    section.top-recommend ul.grid-recommend li:nth-child(3) {
      grid-column: 5/7;
      grid-row: 2/4; }
    section.top-recommend ul.grid-recommend li:nth-child(4) {
      grid-column: 1/4;
      grid-row: 4/9; }
    section.top-recommend ul.grid-recommend li:nth-child(5) {
      grid-column: 4/7;
      grid-row: 4/9; }
    section.top-recommend ul.grid-recommend li:nth-child(6) {
      grid-column: 1/3;
      grid-row: 9/11; }
    section.top-recommend ul.grid-recommend li:nth-child(7) {
      grid-column: 1/3;
      grid-row: 11/13; }
    section.top-recommend ul.grid-recommend li:nth-child(8) {
      grid-column: 3/7;
      grid-row: 9/13; }
    section.top-recommend ul.grid-recommend li:nth-child(n + 9) {
      display: none; } }
section.top-recommend .d-md-flex section {
  width: calc(50% - 5px);
  margin-top: 40px; }
  @media (max-width: 767px) {
    section.top-recommend .d-md-flex section {
      width: 100%; } }
  section.top-recommend .d-md-flex section:last-child {
    margin-left: auto; }
section.top-recommend ul.grid.grid-row-3 {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px; }
  section.top-recommend ul.grid.grid-row-3 li a {
    display: block;
    border: 1px solid #d5d5d5; }

/*トップランキング*/
@media (max-width: 767px) {
  section.top-ranking .container {
    max-width: 500px; } }
section.top-ranking ul.tab-area {
  justify-content: center;
  font-size: 14px;
  margin-bottom: 40px; }
  section.top-ranking ul.tab-area li {
    width: 200px;
    padding: 14px;
    text-align: center;
    margin: 0 5px 8px;
    position: relative;
    cursor: pointer; }
    section.top-ranking ul.tab-area li::after {
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      background-color: #dcdcdc;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
    section.top-ranking ul.tab-area li.is-active {
      background-color: #101010;
      color: #fff;
      font-weight: bold; }
      section.top-ranking ul.tab-area li.is-active::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        background-color: transparent;
        border-style: solid;
        border-width: 8px 4.5px 0 4.5px;
        border-color: #101010 transparent transparent transparent;
        position: absolute;
        bottom: -8px;
        left: 0;
        right: 0;
        margin: 0 auto; }
section.top-ranking li.panel {
  display: none; }
  section.top-ranking li.panel.is-active {
    display: block; }
  @media (max-width: 767px) {
    section.top-ranking li.panel li + li {
      margin-top: 30px; } }
  section.top-ranking li.panel li a::before {
    content: '';
    display: block;
    width: 79px;
    height: 30px; }
  section.top-ranking li.panel li p.image {
    border: 1px solid #d5d5d5;
    display: flex;
    align-items: center;
    justify-content: center; }
  section.top-ranking li.panel li:nth-child(1) a::before {
    background: url(../images/top/rank_num01.png) no-repeat center;
    background-size: contain; }
  section.top-ranking li.panel li:nth-child(2) a::before {
    background: url(../images/top/rank_num02.png) no-repeat center;
    background-size: contain; }
  section.top-ranking li.panel li:nth-child(3) a::before {
    background: url(../images/top/rank_num03.png) no-repeat center;
    background-size: contain; }
  section.top-ranking li.panel li:nth-child(4) a::before {
    background: url(../images/top/rank_num04.png) no-repeat center;
    background-size: contain; }
  section.top-ranking li.panel li:nth-child(5) a::before {
    background: url(../images/top/rank_num05.png) no-repeat center;
    background-size: contain; }

/*トップブログ*/
section.top-blog > .container {
  max-width: 1340px;
  padding: 0 67px; }
  @media (max-width: 1199px) {
    section.top-blog > .container {
      max-width: 960px;
      padding: 0; } }
  @media (max-width: 767px) {
    section.top-blog > .container {
      max-width: 500px; } }
  @media (max-width: 599px) {
    section.top-blog > .container {
      max-width: 450px; } }
section.top-blog ul {
  /*margin: 0 -2.94%;*/ }
  @media (max-width: 959px) {
    section.top-blog ul {
      margin: 0 -2%; } }
  @media (max-width: 767px) {
    section.top-blog ul {
      border-top: 1px solid #949494; } }
  section.top-blog ul li {
    /*padding: 0 2.94%;*/ }
    @media (max-width: 959px) {
      section.top-blog ul li {
        padding: 0 2%; } }
    section.top-blog ul li a {
      border-top: 1px solid #949494;
      border-bottom: 1px solid #949494; }
      @media (max-width: 767px) {
        section.top-blog ul li a {
          border-top: 0;
          align-items: center; } }
      section.top-blog ul li a > * {
        width: 50%; }
      @media (max-width: 1199px) {
        section.top-blog ul li a .image {
          display: flex;
          align-items: center;
          width: 35%; }
        section.top-blog ul li a .right {
          width: 65%; } }
      @media (max-width: 767px) {
        section.top-blog ul li a .image {
          width: 50%; }
        section.top-blog ul li a .right {
          width: 50%; } }
section.top-blog .right {
  padding: 14px 15px;
  font-size: 12px; }
section.top-blog p.btn.btn-bg {
  margin-top: 40px; }
section.top-blog .blog_icon {
  display: inline-block;
  padding: 0 8px;
  background-color: #c6ab99;
  color: #fff;
  margin-bottom: 8px; }
section.top-blog h3.blog-title {
  font-size: 14px;
  line-height: 1.714;
  margin: 0; }
section.top-blog p.date {
  margin-bottom: 5px; }

/*トップ強み*/
.top-strength h2.top-title.center {
  margin: 0 auto 0.65em; }
.top-strength ul {
  margin-top: 32px;
  justify-content: center; }
  .top-strength ul li {
    border: 1px solid #949494;
    font-size: 20px;
    padding: 22px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: -1px; }
    @media (max-width: 599px) {
      .top-strength ul li {
        font-size: 18px; } }
    @media screen and (max-width: 375px) {
      .top-strength ul li {
        font-size: 16px; } }
    .top-strength ul li p.txt {
      line-height: 1;
      margin-bottom: 10px; }
      .top-strength ul li p.txt span {
        font-size: 1.75em; }
    .top-strength ul li p.image {
      padding: 0 10px; }
    .top-strength ul li h3 {
      font-size: 18px;
      margin: 10px auto 0;
      font-weight: bold; }
      @media (max-width: 599px) {
        .top-strength ul li h3 {
          font-size: 16px; } }
      @media screen and (max-width: 375px) {
        .top-strength ul li h3 {
          font-size: 12px; } }
@media (max-width: 1199px) {
  .top-strength .container {
    max-width: 768px; }
  .top-strength ul li:nth-child(n + 3) {
    border-top: 0; } }
@media (max-width: 767px) {
  .top-strength .container {
    max-width: 500px; }
  .top-strength ul li:nth-child(n + 2) {
    border-top: 0; } }

/*トップ新着情報*/
section.top-news {
  font-size: 12px; }
  section.top-news .container {
    max-width: 960px; }
  section.top-news ul {
    border-top: 1px solid #949494; }
    section.top-news ul li {
      border-bottom: 1px solid #949494;
      /*background-color: #e0e0e0;*/ }
      section.top-news ul li a {
        padding: 19px 10px;
        align-items: center; }
        section.top-news ul li a p.date {
          min-width: 60px;
          margin-right: 40px; }
        section.top-news ul li a p.news_icon {
          min-width: 100px; }
          section.top-news ul li a p.news_icon span {
            display: inline-block;
            background-color: #101010;
            color: #fff;
            padding: 0 6px; }
        section.top-news ul li a h3.news-title {
          font-size: 14px;
          width: calc(100% - 200px);
          margin: 12px 0; }
          @media (max-width: 767px) {
            section.top-news ul li a h3.news-title {
              width: 100%;
              margin-bottom: 0; } }
  section.top-news p.btn {
    margin-top: 40px; }

/*商品詳細ページ*/
body#fs_ProductDetails .fs-l-pageMain {
  max-width: 1280px; }
body#fs_ProductDetails .fs-l-main {
  max-width: 1320px; }
body#fs_ProductDetails .fs-p-productDescription.fs-p-productDescription--full {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }
body#fs_ProductDetails .fs-c-productNameHeading__copy {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  display: block;
  margin-bottom: 30px; }
body#fs_ProductDetails span.fs-c-productNameHeading__name {
  font-size: 20px;
  display: block;
  line-height: 1.5em; }
body#fs_ProductDetails span.fs-c-productPrice__addon {
  color: #c12222; }
body#fs_ProductDetails .fs-c-radio__label {
  border: none;
  background-color: #fff; }
body#fs_ProductDetails .fs-l-productLayout__item.fs-l-productLayout__item--1 {
  background: #f2f2f2; }
body#fs_ProductDetails .fs-l-productLayout.fs-system-product {
  grid-template-columns: 50% calc(50% - 50px); }
  @media (max-width: 959px) {
    body#fs_ProductDetails .fs-l-productLayout.fs-system-product {
      display: block; } }
body#fs_ProductDetails div#fs_productCarouselMainImage {
  padding: 55px 80px 0px;
  border: 0; }
  @media (max-width: 959px) {
    body#fs_ProductDetails div#fs_productCarouselMainImage {
      padding: 0; } }
body#fs_ProductDetails .fs-c-productCarouselMainImage__image > img {
  max-width: 500px; }
body#fs_ProductDetails .fs-c-productCarouselMainImage {
  max-width: 640px; }
  @media (max-width: 767px) {
    body#fs_ProductDetails .fs-c-productCarouselMainImage {
      max-width: 100%; } }
  @media (max-width: 959px) {
    body#fs_ProductDetails .fs-c-productCarouselMainImage {
      max-width: 500px; } }
body#fs_ProductDetails .fs-c-slick .slick-prev {
  left: 0px; }
  @media (max-width: 959px) {
    body#fs_ProductDetails .fs-c-slick .slick-prev {
      display: none; } }
body#fs_ProductDetails .fs-c-slick .slick-next {
  right: 0px; }
  @media (max-width: 767px) {
    body#fs_ProductDetails .fs-c-slick .slick-next {
      display: none; } }
body#fs_ProductDetails .fs-c-productCarouselMainImage__thumbnailList > li {
  flex-basis: 90px;
  margin: 0 10px 10px 0; }
body#fs_ProductDetails .fs-c-productCarouselMainImage__thumbnailList {
  padding: 0 76px 50px; }
  @media (max-width: 767px) {
    body#fs_ProductDetails .fs-c-productCarouselMainImage__thumbnailList {
      justify-content: center;
      padding: 0; } }
body#fs_ProductDetails ul.fs-c-productCarouselMainImage__thumbnailList li img {
  max-width: 90px; }
@media (max-width: 767px) {
  body#fs_ProductDetails .fs-c-productCarouselMainImage__image > img {
    max-width: calc(100vw - 6.4vw);
    max-height: calc(100vw - 6.4vw); } }
body#fs_ProductDetails .fs-c-productSelection dt.fs-c-productSelection__name {
  display: block;
  width: 100%; }

/*商品一覧*/
body#fs_ProductSearch .fs-c-subgroupList__link::after,
body#fs_ProductCategory .fs-c-subgroupList__link::after {
  color: #101010;
  background: #fff; }
body#fs_ProductSearch .fs-c-subgroupList__link:hover,
body#fs_ProductSearch .fs-c-subgroupList__link:hover::after,
body#fs_ProductCategory .fs-c-subgroupList__link:hover,
body#fs_ProductCategory .fs-c-subgroupList__link:hover::after {
  color: #fff;
  background: #101010; }
body#fs_ProductSearch .fs-c-productList__list article.fs-c-productList__list__item,
body#fs_ProductCategory .fs-c-productList__list article.fs-c-productList__list__item {
  padding: 13px 12.5px 90px; }
body#fs_ProductSearch span.fs-c-productName__copy,
body#fs_ProductCategory span.fs-c-productName__copy {
  display: none; }
body#fs_ProductSearch .fs-l-sideArea,
body#fs_ProductCategory .fs-l-sideArea {
  max-width: 270px; }
body#fs_ProductSearch .fs-c-button--particular.fs-c-button--addToWishList--icon .fs-c-button__label,
body#fs_ProductCategory .fs-c-button--particular.fs-c-button--addToWishList--icon .fs-c-button__label {
  display: inline-block;
  color: #696969; }
body#fs_ProductSearch .fs-c-listControl,
body#fs_ProductCategory .fs-c-listControl {
  flex-direction: unset;
  align-items: center; }
  body#fs_ProductSearch .fs-c-listControl .fs-c-listControl__status,
  body#fs_ProductCategory .fs-c-listControl .fs-c-listControl__status {
    margin-bottom: 6px;
    font-size: 12px;
    margin-right: 25px; }

/*お気に入りボタン*/
body#fs_ProductSearch .fs-c-button--removeFromWishList--icon.fs-c-button--particular .fs-c-button__label,
body#fs_ProductSearch .fs-c-button--particular.fs-c-button--addToWishList--icon .fs-c-button__label,
body#fs_ProductCategory .fs-c-button--removeFromWishList--icon.fs-c-button--particular .fs-c-button__label,
body#fs_ProductCategory .fs-c-button--particular.fs-c-button--addToWishList--icon .fs-c-button__label {
  display: inline-block;
  color: #696969; }
body#fs_ProductSearch .fs-c-productListItem__control.fs-c-buttonContainer,
body#fs_ProductCategory .fs-c-productListItem__control.fs-c-buttonContainer {
  display: flex;
  background: #efefef;
  height: 45px;
  border-radius: 30px; }
body#fs_ProductSearch button.fs-c-button--removeFromWishList--icon.fs-c-button--particular,
body#fs_ProductSearch button.fs-c-button--addToWishList--icon.fs-c-button--particular,
body#fs_ProductCategory button.fs-c-button--removeFromWishList--icon.fs-c-button--particular,
body#fs_ProductCategory button.fs-c-button--addToWishList--icon.fs-c-button--particular {
  flex-direction: column-reverse;
  align-items: center;
  position: relative;
  width: 200px;
  margin: 0 auto; }
body#fs_ProductSearch .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before,
body#fs_ProductSearch .fs-c-button--particular.fs-c-button--addToWishList--icon::before,
body#fs_ProductCategory .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before,
body#fs_ProductCategory .fs-c-button--particular.fs-c-button--addToWishList--icon::before {
  color: #696969;
  position: absolute;
  right: 2px;
  top: -5px; }
body#fs_ProductSearch .fs-c-button--removeFromWishList--icon.fs-c-button--particular .fs-c-button__label,
body#fs_ProductSearch .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before,
body#fs_ProductCategory .fs-c-button--removeFromWishList--icon.fs-c-button--particular .fs-c-button__label,
body#fs_ProductCategory .fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  color: #f25981; }
body#fs_ProductSearch button.fs-c-button--addToWishList--icon.fs-c-button--particular:hover,
body#fs_ProductCategory button.fs-c-button--addToWishList--icon.fs-c-button--particular:hover {
  background: none; }
body#fs_ProductSearch button.fs-c-button--removeFromWishList--icon.fs-c-button--particular:hover,
body#fs_ProductCategory button.fs-c-button--removeFromWishList--icon.fs-c-button--particular:hover {
  background: none; }

aside.fs-p-drawer.fs-l-sideArea ul.fs-pt-menu__submenu.fs-pt-menu--lv2 {
  display: none; }
aside.fs-p-drawer.fs-l-sideArea p.sidearea_mds {
  font-size: 20px;
  /* border-bottom: 1px solid; */
  font-weight: 600;
  line-height: 2.5em; }

/*サイドナビ*/
li.fs-pt-menu__item.fs-pt-menu__item--lv1 {
  border-top: 1px solid; }

.fs-p-sideMenu .fs-pt-menu__item + .fs-pt-menu__item {
  margin-top: 0px; }

.fs-p-sideMenu .fs-pt-menu__heading--lv1 {
  border: none; }

.fs-p-sideMenu a:hover {
  background: #101010;
  color: #ffffff; }

li.fs-pt-menu__item.fs-pt-menu__item--lv2 {
  background: #f6f6f6; }

span.fs-pt-menu__heading.fs-pt-menu__heading--lv1.has-nochildren {
  position: relative; }

span.fs-pt-menu__heading.fs-pt-menu__heading--lv1.has-nochildren::after,
span.fs-pt-menu__heading.fs-pt-menu__heading--lv1.has-nochildren::before {
  content: "";
  background: #101010;
  position: absolute;
  margin: auto;
  top: 0;
  right: 15px;
  bottom: 0; }

a.fs-pt-menu__link.fs-pt-menu__link--lv2,
a.fs-pt-menu__link {
  text-decoration: none; }

span.fs-pt-menu__heading.fs-pt-menu__heading--lv1.has-nochildren::after {
  width: 1px;
  height: 11px;
  right: 20px; }

span.fs-pt-menu__heading.fs-pt-menu__heading--lv1.has-nochildren::before {
  width: 11px;
  height: 1px; }

span.fs-pt-menu__heading.fs-pt-menu__heading--lv1.has-nochildren.open::after {
  display: none; }

span.fs-pt-menu__heading.fs-pt-menu__heading--lv1.has-children.has-nochildren::after,
span.fs-pt-menu__heading.fs-pt-menu__heading--lv1.has-children.has-nochildren::before {
  display: none; }

/*お知らせ 一欄*/
aside.fs-l-sideArea p.sidearea_mds {
  font-size: 18px;
  font-weight: 600;
  line-height: 2.5em;
  border-bottom: none;
  margin-bottom: 10px; }

body.customize-support section.top-news ul {
  margin-bottom: 50px; }
  body.customize-support section.top-news ul li {
    background: #fff;
    border: none; }
    body.customize-support section.top-news ul li a.active {
      background-color: #101010;
      color: #fff;
      padding: 10px 20px; }
body.customize-support ul.blog_category_navi {
  display: flex;
  justify-content: space-around;
  max-width: 600px;
  margin: 0 auto 50px;
  border: none; }
  body.customize-support ul.blog_category_navi ul.blog_category_navi li {
    border: none;
    background: #fff; }

/*ブログ 一欄*/
body.customize-support ul.news_list li a {
  padding: 40px 0;
  border-top: none; }
  body.customize-support ul.news_list li a:first-childfirst {
    border-top: 1px solid; }
  body.customize-support ul.news_list li a:nth-child(2) {
    border-top: 1px solid; }
body.customize-support ul.news_list li p.image {
  text-align: center; }

ul.blog_category_navi li a {
  border: none;
  padding: 5px 10px!important;; }

ul.blog_category_navi li a.active {
  background: #101010;
  color: #fff; }

/*ブログ 詳細*/
main.fs-l-main.blog {
  max-width: 1060px; }
  main.fs-l-main.blog h1.fs-c-heading.fs-c-heading--page.blog {
    font-size: 20px;
    text-align: left;
    border-bottom: 1px solid #949494;
    margin: 15px 0 50px;
    padding-bottom: 20px; }
    main.fs-l-main.blog h1.fs-c-heading.fs-c-heading--page.blog::after {
      display: none; }
  main.fs-l-main.blog span.info_news_icon {
    background: #3e3e3e;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    margin-right: 10px; }
  main.fs-l-main.blog p.date {
    display: flex;
    align-items: center; }

/*■■■特集ページ■■■*/
body.f-test-feature section.fs-l-pageMain p.item-btn {
  background: #101010;
  max-width: 200px;
  text-align: center;
  font-size: 14px; }
  body.f-test-feature section.fs-l-pageMain p.item-btn:hover {
    background: #fff;
    border: 1px solid;
    color: #101010;
    transition: 0.7s; }
body.f-test-feature section.fs-l-pageMain p.item-btn a {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  line-height: 2.5em; }
  body.f-test-feature section.fs-l-pageMain p.item-btn a:hover {
    color: #101010;
    transition: 0.7s; }

/*見出し 看板*/
section.feature.kanban {
  margin-bottom: 90px; }
  section.feature.kanban p.images {
    margin-bottom: 50px; }
    section.feature.kanban p.images img {
      max-width: 100%; }
  section.feature.kanban p.main-text {
    font-size: 14px;
    line-height: 2em; }

/*レイアウト1*/
section.feature-1 .sec1-box-wrap {
  border-bottom: 1px solid #949494;
  margin-bottom: 50px;
  padding-bottom: 40px; }
  @media (max-width: 767px) {
    section.feature-1 .sec1-box-wrap {
      text-align: center; } }
  section.feature-1 .sec1-box-wrap p.sec1-item-name {
    font-size: 20px;
    font-weight: 600;
    line-height: 2.5em; }
  section.feature-1 .sec1-box-wrap p.sec1-item-price {
    font-size: 20px; }
  section.feature-1 .sec1-box-wrap p.sec1-item-price {
    font-size: 20px;
    color: #c12222;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 35px; }
    section.feature-1 .sec1-box-wrap p.sec1-item-price span {
      font-size: 16px; }
  section.feature-1 .sec1-box-wrap p.sec1-item-description {
    font-size: 14px;
    margin-bottom: 30px; }
  @media (max-width: 767px) {
    section.feature-1 .sec1-box-wrap .item-btn {
      margin: 0 auto; } }

/*レイアウト2*/
section.feature-2 div.sec2-wrap:nth-child(odd) > p + ul {
  flex-direction: row-reverse; }
section.feature-2 .item-link-area {
  margin-bottom: 120px; }
section.feature-2 ul.item-link li {
  max-width: 320px;
  width: 100%;
  text-align: center;
  border-right: 1px solid #d3d3d3; }
  section.feature-2 ul.item-link li:last-child {
    border: none; }
  section.feature-2 ul.item-link li a {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center; }
    section.feature-2 ul.item-link li a::after {
      content: "";
      border-top: 9px solid #101010;
      border-right: 10px solid transparent;
      border-left: 10px solid transparent; }
section.feature-2 .sec2-wrap {
  background: #f2f2f2;
  padding: 30px;
  margin-bottom: 90px;
  position: relative; }
  section.feature-2 .sec2-wrap p.sec2-item-title {
    position: absolute;
    z-index: 9;
    top: -20px;
    background: #fff;
    border: 1px solid;
    text-align: left;
    padding: 0 30px; }
    section.feature-2 .sec2-wrap p.sec2-item-title::after {
      content: "";
      display: block;
      position: absolute;
      background: url(https://nailndeco.itembox.design/item/images/test/feature/feature_title_arrow.png) no-repeat top;
      background-size: contain;
      width: 15px;
      height: 15px; }
  section.feature-2 .sec2-wrap .sec2-glid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px; }
    section.feature-2 .sec2-wrap .sec2-glid p.images:first-child {
      grid-column: 1/3;
      grid-row: 1/3; }
  section.feature-2 .sec2-wrap p.item-btn {
    margin: 0 auto; }
section.feature-2 p.sec2-item-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 2em; }
section.feature-2 p.sec2-item-price.red {
  font-size: 20px;
  color: #c12222;
  font-weight: 600;
  line-height: 2em; }
section.feature-2 p.sec2-item-description {
  font-size: 14px;
  line-height: 2em;
  margin-bottom: 30px; }
