@charset "UTF-8";
/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none;
  vertical-align: top; }

table {
  border-collapse: collapse; }

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

textarea {
  overflow: auto;
  resize: vertical; }

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0; }

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation; }

/* --------------- variables --------------------- */
/* Break Point */
/* Color */
/*テキストに使うフォントカラー*/
/*テキスト内で使うリンクカラー*/
/* font */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

html {
  color: #000;
  line-height: 1.8;
  font-weight: 400;
  font-size: 14px;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","游ゴシック","メイリオ", sans-serif; }

body {
  background-color: #fff;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  min-width: 1060px;
  overflow-y: scroll; }
  body.fixed {
    padding-top: 90px; }

a {
  color: #000;
  text-decoration: none; }
  a:hover {
    color: #000; }

img {
  border: none;
  vertical-align: top; }

ul {
  list-style: none; }

input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0; }

input[type="text"] {
  border: 1px solid #a29b94; }

input[type="submit"] {
  border: none; }

.cf::after {
  content: "";
  clear: both;
  display: block; }

/*------------------- parts -------------------*/
.align_left {
  text-align: left !important; }

.align_right {
  text-align: right !important; }

.align_center {
  text-align: center !important; }

.normal {
  font-weight: normal !important; }

.bold {
  font-weight: bold !important; }

.bt {
  text-align: center;
  position: relative;
  width: 260px;
  margin: 0 auto;
  z-index: 1; }
  .bt:hover a {
    background: #e83428;
    border: 1px solid #e83428;
    color: #fff; }
  .bt:hover::after {
    background-color: transparent; }
  .bt:hover a::before {
    background: url(https://bconline.itembox.design/item/images/common/arrow_w.png) no-repeat;
    background-size: 8px; }
  .bt.s-size {
    width: 130px;
    text-align: left; }
    .bt.s-size a {
      font-size: 16px;
      padding: 10px;
      border-radius: 4px;
      padding: 10px 25px 10px 20px; }
    .bt.s-size a::before {
      background: url(https://bconline.itembox.design/item/images/common/arrow_r.png) no-repeat;
      background-size: 5px;
      width: 5px;
      height: 8px;
      margin-top: -4px;
      right: 15px; }
    .bt.s-size:hover a::before {
      background: url(https://bconline.itembox.design/item/images/common/arrow_w.png) no-repeat;
      background-size: 5px; }
  .bt::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #e83428;
    position: absolute;
    z-index: -1;
    border-radius: 6px;
    top: 2px;
    left: 2px;
    transition: all .4s; }
  .bt a {
    background: #fff;
    border: 1px solid #000;
    border-radius: 6px;
    line-height: 1;
    display: block;
    font-size: 22px;
    padding: 20px;
    position: relative;
    transition: all .4s; }
    .bt a:before {
      content: "";
      position: absolute;
      top: 50%;
      background: url(https://bconline.itembox.design/item/images/common/arrow.png) no-repeat;
      background-size: 8px;
      width: 8px;
      height: 11px;
      right: 20px;
      margin-top: -5px; }

.tab_link {
  position: relative; }
  .tab_link::after {
    content: "";
    display: inline-block;
    background: url(https://bconline.itembox.design/item/images/common/ico_tab.png) no-repeat right top;
    width: 14px;
    height: 14px;
    margin-left: 10px; }
  .tab_link:hover::after {
    background: url(https://bconline.itembox.design/item/images/common/ico_tab_hov.png) no-repeat right top; }

.inner {
  width: 1060px;
  margin: 0 auto; }

.ov:hover {
  opacity: .5; }

/*------------------- header -------------------*/
header {
  position: relative;
  z-index: 10; }
  header #header_top {
    background: #e83428; }
    header #header_top .inner {
      padding: 5px 0;
      position: relative; }
    header #header_top p {
      font-size: 12px;
      padding-right: 175px; }
      header #header_top p a {
        color: #fff;
        position: relative;
        text-decoration: none; }
        header #header_top p a:hover {
          text-decoration: underline; }
        header #header_top p a::after {
          content: "";
          background: url(https://bconline.itembox.design/item/images/common/arrow_w.png) no-repeat;
          background-size: 5px;
          width: 5px;
          height: 10px;
          display: inline-block;
          vertical-align: middle;
          margin: 2px 0 0 5px;
          padding-top: 1px; }
    header #header_top #members_login {
      position: absolute;
      top: 4px;
      right: 0;
      letter-spacing: -0.4em; }
      header #header_top #members_login li {
        width: 70px;
        display: inline-block;
        letter-spacing: normal;
        vertical-align: top;
        margin-right: 10px; }
        header #header_top #members_login li:not(:first-child) {
          margin-right: 0; }
        header #header_top #members_login li a {
          font-size: 11px;
          text-align: center;
          color: #fff;
          padding: 1px 1px 0;
          display: block;
          border: 1px solid #fff;
          transition: all .4s; }
          header #header_top #members_login li a:hover {
            background: #fff;
            color: #e83428; }
  header #header_middle {
    height: 90px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05); }
    header #header_middle.fixed {
      width: 100%;
      background: #fff;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 100;
      box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1); }
    header #header_middle .inner {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 100%; }
    header #header_middle #site_title img {
      width: 136px; }
  header nav > ul {
    letter-spacing: -0.4em;
    height: 90px; }
    header nav > ul > li {
      vertical-align: top;
      letter-spacing: normal;
      display: inline-block;
      font-size: 12px;
      text-align: center;
      line-height: 1;
      height: 100%; }
      header nav > ul > li:hover > a {
        color: #e83428;
        opacity: .5; }
      header nav > ul > li:hover span {
        border-bottom: 2px solid #e83428; }
      header nav > ul > li > a {
        color: #aaa;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
        padding: 0 25px;
        transition: all .5s; }
        header nav > ul > li > a.now {
          color: #e83428; }
          header nav > ul > li > a.now span {
            border-bottom: 2px solid #e83428; }
      header nav > ul > li span {
        display: block;
        text-transform: capitalize;
        font-family: "Quicksand", sans-serif;
        letter-spacing: 0.02em;
        font-size: 20px;
        font-weight: bold;
        color: #000;
        transition: all .5s;
        padding-bottom: 5px;
        border-bottom: 2px solid transparent; }
      header nav > ul > li.comingsoon {
        position: relative; }
        header nav > ul > li.comingsoon a {
          color: #dedede; }
          header nav > ul > li.comingsoon a:hover {
            cursor: default; }
        header nav > ul > li.comingsoon span {
          color: #dedede; }
        header nav > ul > li.comingsoon:hover a {
          opacity: 1; }
        header nav > ul > li.comingsoon:hover span {
          border-bottom: 2px solid #fff; }
        header nav > ul > li.comingsoon:after {
          content: "";
          background: url(https://bconline.itembox.design/item/images/common/comingsoon.png) no-repeat;
          background-size: cover;
          display: inline-block;
          position: absolute;
          width: 62px;
          height: 35px;
          top: 27px;
          left: 35px; }
    header nav > ul .parent {
      position: relative;
      z-index: 1; }
      header nav > ul .parent .megadrop {
        width: 100%;
        padding: 25px 25px 30px;
        position: fixed;
        top: 118px;
        left: 0;
        z-index: 100;
        background: url(https://bconline.itembox.design/item/images/common/main_bg.jpg) repeat center top;
        display: none;
        box-shadow: 0px 5px 5px 0px rgba(18, 14, 17, 0.15); }
        header nav > ul .parent .megadrop .wrap {
          margin: 0 auto;
          width: 790px;
          position: relative; }
          header nav > ul .parent .megadrop .wrap::before {
            content: "";
            position: absolute;
            top: -35px;
            left: 165px;
            width: 40px;
            height: 40px;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
            background: url(https://bconline.itembox.design/item/images/common/main_bg.jpg) repeat;
            z-index: -10;
            pointer-events: none; }
        header nav > ul .parent .megadrop .mega-title {
          font-size: 18px;
          padding-bottom: 15px;
          line-height: 1;
          margin-bottom: 15px; }
        header nav > ul .parent .megadrop .items {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          padding-bottom: 20px;
          border-bottom: 1px solid #a29b94;
          margin-bottom: 20px; }
          header nav > ul .parent .megadrop .items .item {
            flex-basis: 250px;
            width: 250px;
            text-align: left;
            margin-bottom: 10px; }
            header nav > ul .parent .megadrop .items .item a {
              color: #000;
              padding-right: 20px;
              width: 100%;
              display: block;
              background: url(https://bconline.itembox.design/item/images/common/arrow_r.png) no-repeat right 10px center;
              background-size: 5px 8px; }
              header nav > ul .parent .megadrop .items .item a:hover {
                color: #e43425; }
          header nav > ul .parent .megadrop .items ul {
            padding-left: 50px; }
          header nav > ul .parent .megadrop .items li {
            margin-bottom: 15px;
            font-size: 13px; }
            header nav > ul .parent .megadrop .items li:last-of-type {
              margin-bottom: 0; }
        header nav > ul .parent .megadrop .collabo_title {
          font-size: 16px;
          margin-bottom: 10px; }
          header nav > ul .parent .megadrop .collabo_title img {
            width: 40px;
            vertical-align: middle;
            margin-right: 10px; }
        header nav > ul .parent .megadrop .bt-group {
          letter-spacing: -0.4em; }
          header nav > ul .parent .megadrop .bt-group a {
            width: 250px;
            text-align: center;
            display: inline-block;
            letter-spacing: normal;
            background: url(https://bconline.itembox.design/item/images/common/arrow_r.png) no-repeat 90% center #fff;
            background-size: 5px 8px;
            vertical-align: top;
            padding: 15px;
            font-size: 16px;
            border-radius: 5px;
            color: #000;
            margin: 0 10px;
            transition: all .4s; }
            header nav > ul .parent .megadrop .bt-group a:hover {
              color: #fff;
              background: url(https://bconline.itembox.design/item/images/common/arrow_w.png) no-repeat 90% center #e83428;
              background-size: 5px auto; }
  header #sub_nav ul {
    letter-spacing: -0.4em; }
    header #sub_nav ul li {
      display: inline-block;
      letter-spacing: normal; }
      header #sub_nav ul li:not(:first-child) {
        margin-left: 20px; }
      header #sub_nav ul li img {
        vertical-align: middle; }
      header #sub_nav ul li:nth-child(1) img {
        height: 17px; }
      header #sub_nav ul li:nth-child(2) img {
        height: 20px; }
      header #sub_nav ul li:nth-child(3) img {
        height: 17px; }
      header #sub_nav ul li:nth-child(4) img {
        height: 18px; }

/*------------------- nav -------------------*/
/*------------------- main -------------------*/
main {
  overflow-x: hidden; }

/*------------------- footer -------------------*/
footer {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1); }
  footer .column2 {
    background: url(https://bconline.itembox.design/item/images/common/main_bg.jpg) repeat center top; }
  footer #footer_nav {
    background: url(https://bconline.itembox.design/item/images/common/footer_bg.jpg) repeat center top;
    background-size: 10px;
    padding: 40px 0 35px;
    position: relative; }
    footer #footer_nav .inner {
      padding-right: 40px;
      overflow: hidden; }
    footer #footer_nav .logo {
      width: 218px;
      float: left; }
      footer #footer_nav .logo img {
        width: 100%; }
    footer #footer_nav #footer_sitemap {
      float: right;
      width: 750px;
      padding-top: 10px;
      letter-spacing: -0.4em;
      overflow: hidden;
      display: table; }
      footer #footer_nav #footer_sitemap dl {
        display: table-cell;
        vertical-align: top; }
        footer #footer_nav #footer_sitemap dl:nth-child(1) {
          width: 250px; }
          footer #footer_nav #footer_sitemap dl:nth-child(1) dd {
            width: 50%; }
            footer #footer_nav #footer_sitemap dl:nth-child(1) dd:nth-last-child(-n+2) {
              margin-bottom: 0; }
        footer #footer_nav #footer_sitemap dl:nth-child(2) {
          width: 180px; }
        footer #footer_nav #footer_sitemap dl:nth-child(3) {
          width: 190px; }
        footer #footer_nav #footer_sitemap dl:nth-child(4) {
          text-align: center;
          letter-spacing: -0.4em; }
          footer #footer_nav #footer_sitemap dl:nth-child(4) dt {
            letter-spacing: normal;
            margin-bottom: 12px; }
          footer #footer_nav #footer_sitemap dl:nth-child(4) dd {
            width: 30px;
            margin: 0 4px;
            display: inline-block;
            vertical-align: middle; }
            footer #footer_nav #footer_sitemap dl:nth-child(4) dd a {
              display: block; }
            footer #footer_nav #footer_sitemap dl:nth-child(4) dd:first-of-type {
              margin-left: 0; }
            footer #footer_nav #footer_sitemap dl:nth-child(4) dd:last-of-type {
              margin-right: 0; }
        footer #footer_nav #footer_sitemap dl:not(:first-child) {
          border-left: 1px solid #a29b94;
          padding-left: 20px; }
        footer #footer_nav #footer_sitemap dl:not(:last-child) {
          padding-right: 35px; }
        footer #footer_nav #footer_sitemap dl dt {
          text-align: left;
          font-family: "Quicksand", sans-serif;
          letter-spacing: 0.02em;
          font-weight: bold;
          font-size: 18px;
          margin-bottom: 20px;
          letter-spacing: normal;
          line-height: 1; }
        footer #footer_nav #footer_sitemap dl dd {
          font-size: 13px;
          margin-bottom: 15px;
          display: inline-block;
          letter-spacing: normal;
          vertical-align: top;
          line-height: 1.1; }
          footer #footer_nav #footer_sitemap dl dd a:hover {
            color: #e43425; }
          footer #footer_nav #footer_sitemap dl dd:last-of-type {
            margin-bottom: 0; }
      footer #footer_nav #footer_sitemap .twitter {
        height: 25px; }
      footer #footer_nav #footer_sitemap .fb {
        height: 30px; }
      footer #footer_nav #footer_sitemap .instagram {
        height: 31px; }
  footer #copyright {
    color: #fff;
    text-align: center;
    background: #e83428;
    text-align: center;
    padding: 10px 0;
    font-size: 12px; }
    footer #copyright small {
      font-size: 12px; }

#pagetop {
  width: 90px;
  height: 90px;
  position: absolute;
  top: -45px;
  right: 60px; }
  #pagetop a {
    font-family: "Quicksand", sans-serif;
    letter-spacing: 0.02em;
    font-weight: bold;
    display: block;
    border: 2px solid #e83428;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px rgba(18, 14, 17, 0.2);
    padding-left: 15px;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.2;
    background: url(https://bconline.itembox.design/item/images/common/ico_scroll_hov.png) no-repeat 15px center #fff;
    background-size: 12px 44px;
    transition: all .4s; }
    #pagetop a:hover {
      background: url(https://bconline.itembox.design/item/images/common/ico_scroll_hov.png) no-repeat 15px center #e83428;
      background-size: 12px 44px;
      color: #fff; }
      #pagetop a:hover img {
        opacity: 0; }
    #pagetop a img {
      width: 12px;
      margin-right: 5px;
      transition: all .4s; }

.fs-c-slick .slick-dots li.slick-active button:before {
  color: #e83428; }

section h2 {
  color: #aaa;
  text-align: center;
  font-weight: normal;
  line-height: 1;
  font-size: 14px;
  margin-bottom: 30px; }
  section h2 span {
    font-family: "Quicksand", sans-serif;
    letter-spacing: 0.02em;
    display: block;
    color: #000;
    font-weight: bold;
    font-size: 40px; }

.column2 {
  padding: 60px 0 80px; }

.evenCol {
  background: url(https://bconline.itembox.design/item/images/common/main_bg.jpg) repeat center top; }

/*------------------- slide -------------------*/
#slide_contents .items img {
  width: 100%; }

#slide_contents .items:not(:first-child) {
  display: none; }

#slide_contents .slick-indicator {
  background: #c9cacb;
  width: 100%;
  height: 3px;
  display: flex; }
  #slide_contents .slick-indicator li {
    position: relative;
    pointer-events: none;
    flex-grow: 1; }
    #slide_contents .slick-indicator li::after {
      content: "";
      height: 100%;
      position: absolute;
      width: 100%;
      top: 0;
      left: 2000px;
      transition: all 1s; }
    #slide_contents .slick-indicator li:first-of-type button {
      background: transparent; }
    #slide_contents .slick-indicator li:last-of-type::before {
      content: none; }
    #slide_contents .slick-indicator li.slick-active::after {
      left: 0;
      background: #e83428;
      -webkit-animation-name: indicator;
              animation-name: indicator;
      -webkit-animation-timing-function: linear;
              animation-timing-function: linear;
      -webkit-animation-duration: 4.5s;
              animation-duration: 4.5s; }
    #slide_contents .slick-indicator li:first-child.slick-active::after {
      -webkit-animation-delay: -1s;
              animation-delay: -1s; }
    #slide_contents .slick-indicator li.full::after {
      content: "";
      height: 100%;
      background: #e83428;
      position: absolute;
      width: 100%;
      top: 0;
      left: 0; }
  #slide_contents .slick-indicator button {
    border: none;
    text-indent: -9999px;
    width: 2px;
    height: 100%;
    background: #fff;
    z-index: 10;
    position: relative; }

#slide_contents.slick-initialized .items:not(:first-child) {
  display: block; }

/*------------------- collaboration -------------------*/
#collabo {
  padding-top: 60px;
  padding-bottom: 80px; }
  #collabo h2 {
    margin-bottom: 50px; }
  #collabo .corabo_list {
    display: flex; }
    #collabo .corabo_list > a {
      flex-basis: 340px;
      width: 340px;
      margin: 0 20px 15px 0;
      position: relative;
      padding: 0; }
      #collabo .corabo_list > a img {
        max-width: 100%; }
      #collabo .corabo_list > a:nth-of-type(n+4) {
        display: none; }
      #collabo .corabo_list > a::before {
        content: "";
        position: absolute;
        right: 0;
        top: 204px;
        border: 1px solid #000;
        border-radius: 6px 0 0;
        width: 20px;
        height: 20px;
        background: #fff;
        z-index: 1; }
      #collabo .corabo_list > a::after {
        content: "";
        background: url(https://bconline.itembox.design/item/images/common/arrow.png) no-repeat;
        background-size: 5px;
        width: 5px;
        height: 8px;
        position: absolute;
        top: 213px;
        right: 8px;
        margin-top: -2px;
        z-index: 1; }
      #collabo .corabo_list > a:hover {
        opacity: .5; }
      #collabo .corabo_list > a:hover::after {
        background: url(https://bconline.itembox.design/item/images/common/arrow_r.png) no-repeat;
        background-size: cover; }
      #collabo .corabo_list > a:nth-child(3n) {
        margin-right: 0; }
      #collabo .corabo_list > a a {
        display: block; }
      #collabo .corabo_list > a .thumb {
        transition: all .4s;
        position: relative; }
        #collabo .corabo_list > a .thumb img {
          width: 100%; }
      #collabo .corabo_list > a .fs-pt-column__heading {
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.4;
        font-weight: normal; }

/*------------------- feature -------------------*/
#feature {
  width: 520px;
  float: left; }
  #feature ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px; }
    #feature ul li {
      flex-basis: 250px;
      width: 250px; }
      #feature ul li:nth-child(odd) {
        margin-right: 20px; }
      #feature ul li a {
        display: block; }
  #feature .thumb {
    transition: all .4s; }
    #feature .thumb img {
      width: 100%; }
  #feature p {
    margin-top: 5px;
    font-size: 14px; }

/*------------------- news -------------------*/
#news {
  width: 430px;
  float: right; }
  #news article {
    border-bottom: 1px dashed #a29b94; }
    #news article:first-of-type {
      border-top: 1px dashed #a29b94; }
    #news article:last-of-type {
      margin-bottom: 20px; }
    #news article a {
      display: block;
      padding: 20px 0;
      font-size: 14px; }
      #news article a:hover h3 {
        color: #e83428; }
    #news article .news_date {
      color: #e83428; }
    #news article h3 {
      font-weight: normal;
      font-size: 14px;
      line-height: 1.4; }

/*------------------- ranking -------------------*/
#ranking {
  padding: 60px 0 80px; }
  #ranking h2 {
    margin-bottom: 40px; }
  #ranking .item {
    position: relative; }
    #ranking .item::before {
      font-family: "Quicksand", sans-serif;
      letter-spacing: 0.02em;
      border-radius: 50%;
      text-align: center;
      display: inline-block;
      position: absolute;
      border: 1px solid #000;
      background: #fff;
      font-weight: bold;
      z-index: 2; }
    #ranking .item:nth-child(1)::before {
      content: "1";
      font-size: 15px;
      width: 24px;
      height: 24px;
      line-height: 25px;
      top: -12px;
      left: 10px; }
    #ranking .item:nth-child(1)::before {
      background: #e83428;
      border: 1px solid #e83428;
      color: #fff; }
    #ranking .item:nth-child(2)::before {
      content: "2";
      font-size: 15px;
      width: 24px;
      height: 24px;
      line-height: 25px;
      top: -12px;
      left: 10px; }
    #ranking .item:nth-child(1)::before {
      background: #e83428;
      border: 1px solid #e83428;
      color: #fff; }
    #ranking .item:nth-child(3)::before {
      content: "3";
      font-size: 15px;
      width: 24px;
      height: 24px;
      line-height: 25px;
      top: -12px;
      left: 10px; }
    #ranking .item:nth-child(1)::before {
      background: #e83428;
      border: 1px solid #e83428;
      color: #fff; }
    #ranking .item:nth-child(4)::before {
      content: "4";
      font-size: 15px;
      width: 24px;
      height: 24px;
      line-height: 25px;
      top: -12px;
      left: 10px; }
    #ranking .item:nth-child(1)::before {
      background: #e83428;
      border: 1px solid #e83428;
      color: #fff; }
    #ranking .item:nth-child(5)::before {
      content: "5";
      font-size: 15px;
      width: 24px;
      height: 24px;
      line-height: 25px;
      top: -12px;
      left: 10px; }
    #ranking .item:nth-child(1)::before {
      background: #e83428;
      border: 1px solid #e83428;
      color: #fff; }
    #ranking .item:nth-child(6)::before {
      content: "6";
      font-size: 15px;
      width: 24px;
      height: 24px;
      line-height: 25px;
      top: -12px;
      left: 10px; }
    #ranking .item:nth-child(1)::before {
      background: #e83428;
      border: 1px solid #e83428;
      color: #fff; }
    #ranking .item:nth-child(7)::before {
      content: "7";
      font-size: 15px;
      width: 24px;
      height: 24px;
      line-height: 25px;
      top: -12px;
      left: 10px; }
    #ranking .item:nth-child(1)::before {
      background: #e83428;
      border: 1px solid #e83428;
      color: #fff; }
    #ranking .item:nth-child(8)::before {
      content: "8";
      font-size: 15px;
      width: 24px;
      height: 24px;
      line-height: 25px;
      top: -12px;
      left: 10px; }
    #ranking .item:nth-child(1)::before {
      background: #e83428;
      border: 1px solid #e83428;
      color: #fff; }
    #ranking .item:nth-child(9)::before {
      content: "9";
      font-size: 15px;
      width: 24px;
      height: 24px;
      line-height: 25px;
      top: -12px;
      left: 10px; }
    #ranking .item:nth-child(1)::before {
      background: #e83428;
      border: 1px solid #e83428;
      color: #fff; }
    #ranking .item:nth-child(10)::before {
      content: "10";
      font-size: 15px;
      width: 24px;
      height: 24px;
      line-height: 25px;
      top: -12px;
      left: 10px; }
    #ranking .item:nth-child(1)::before {
      background: #e83428;
      border: 1px solid #e83428;
      color: #fff; }

/*------------------- recommend -------------------*/
#recommend {
  width: 490px;
  float: left; }

/*------------------- checkitem -------------------*/
#checkitem {
  width: 490px;
  float: right; }

/*------------------- members -------------------*/
/*------------------- slick -------------------*/
.slick_items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  .slick_items .item-prev {
    position: absolute;
    color: #000;
    top: 90px;
    left: -29px;
    z-index: 10;
    font-size: 30px; }
    .slick_items .item-prev span {
      display: block;
      background: url(https://bconline.itembox.design/item/images/common/slick-arrow_left.png) no-repeat;
      width: 10px;
      height: 18px;
      background-size: cover; }
  .slick_items .item-next {
    position: absolute;
    text-align: center;
    color: #000;
    top: 90px;
    right: -29px;
    font-size: 30px; }
    .slick_items .item-next span {
      display: block;
      background: url(https://bconline.itembox.design/item/images/common/slick-arrow_right.png) no-repeat;
      width: 10px;
      height: 18px;
      background-size: cover; }
  .slick_items .slick-disabled {
    opacity: 0; }
  .slick_items .item {
    width: 160px;
    margin-right: 5px; }
    .slick_items .item a {
      display: block; }
    .slick_items .item .thumb {
      border: 1px solid #d8dadc;
      width: 160px;
      height: 192px;
      overflow: hidden;
      transition: all .4s;
      position: relative; }
      .slick_items .item .thumb img {
        width: auto;
        max-width: none;
        position: absolute;
        height: 192px;
        top: 0;
        left: -10%; }
    .slick_items .item p {
      word-break: break-all;
      color: #333;
      font-size: 14px;
      margin-top: 12px;
      line-height: 1.2; }
      .slick_items .item p .price {
        font-family: "Quicksand", sans-serif;
        letter-spacing: 0.02em;
        display: block;
        color: #000;
        font-weight: bold;
        line-height: 1;
        font-size: 20px;
        margin-top: 7px; }

/*
#recommend .slick_items .item:nth-of-type(n + 4), #checkitem .slick_items .item:nth-of-type(n + 4){
  @if $type == pc{
    display: none;
  }
}
*/
.fs-body-top .ichiran_page.corabo .ichiran_list {
  margin-bottom: 0; }
  .fs-body-top .ichiran_page.corabo .ichiran_list li:nth-of-type(n + 4) {
    display: none; }

.fs-body-top .ichiran_page.feature .ichiran_list {
  margin-bottom: 0; }
  .fs-body-top .ichiran_page.feature .ichiran_list li {
    margin-right: 0;
    margin-bottom: 0; }
    .fs-body-top .ichiran_page.feature .ichiran_list li:nth-of-type(n + 3) {
      display: none; }

.fs-body-top .news_area {
  margin-bottom: 20px;
  width: auto; }

.fs-body-top .news_area .news_list li {
  padding: 15px 0; }
  .fs-body-top .news_area .news_list li .ymd {
    margin-bottom: 0; }
  .fs-body-top .news_area .news_list li .title {
    font-size: 14px;
    margin-bottom: 0; }
    .fs-body-top .news_area .news_list li .title a {
      pointer-events: inherit; }
      .fs-body-top .news_area .news_list li .title a:hover {
        opacity: .5; }
  .fs-body-top .news_area .news_list li:nth-of-type(3) {
    border-bottom: 1px dashed #a29b94; }
  .fs-body-top .news_area .news_list li:nth-of-type(n + 4) {
    display: none; }
  .fs-body-top .news_area .news_list li .text {
    display: none; }

.fs-body-top .fs-l-pageMain {
  padding-bottom: 0; }

.fs-body-top footer .column2 {
  display: none; }

.fs-l-pageMain {
  width: 1060px;
  margin: 0 auto; }

.forSP {
  display: none !important; }

.eng {
  font-family: "Quicksand", sans-serif !important; }

/*
.corabo_list{
  @if $type == sp{
    .fs-pt-column__heading{
      font-size: 14px;
    }
    .fs-pt-column__image{
      position: relative;
      &::before{
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        border: 1px solid #000;
        border-radius: 6px 0 0;
        width: 20px;
        height: 20px;
        background: #fff;
        z-index: 1;
      }
      &::after{
        content: "";
        background: url(https://bconline.itembox.design/item/images/common/arrow.png) no-repeat;
        background-size: 5px;
        width: 5px;
        height: 10px;
        position: absolute;
        bottom: 5px;
        right: 8px;
        margin-top: -2px;
        z-index: 1;
      }
    }
  }
  @if $type == pc{
    display: flex;
    margin-bottom: 20px;
  }

  > a{
    @if $type == sp{
    }
    @if $type == pc{
      flex-basis: 340px;
      width: 340px;
      margin: 0 20px 15px 0;
      position: relative;
      padding: 0;

      img{
        max-width: 100%;
      }

      &:nth-of-type(n+4){
        display: none;
      }

      &::before{
        content: "";
        position: absolute;
        right: 0;
        top: 204px;
        border: 1px solid #000;
        border-radius: 6px 0 0;
        width: 20px;
        height: 20px;
        background: #fff;
        z-index: 1;
      }

      &::after{
        content: "";
        background: url(https://bconline.itembox.design/item/images/common/arrow.png) no-repeat;
        background-size: 5px;
        width: 5px;
        height: 8px;
        position: absolute;
        top: 213px;
        right: 8px;
        margin-top: -2px;
        z-index: 1;
      }
      &:hover{
        opacity: .5;
      }

      &:hover::after{
        background: url(https://bconline.itembox.design/item/images/common/arrow_r.png) no-repeat;
        background-size: cover;
      }
    }

    &:nth-child(3n){
      margin-right: 0;
    }

    &:not(:first-child){
      @if $type == sp{
        margin-top: 15px;
      }
      @if $type == pc{
      }
    }

    a{
      display: block;

      @if $type == sp{
        position: relative;
      }
      @if $type == pc{
      }

      &::before{
        @if $type == sp{
          content: "";
          position: absolute;
          right: 0;
          bottom: 0;
          border: 1px solid #000;
          border-radius: 6px 0 0;
          width: 20px;
          height: 20px;
          background: #fff;
          z-index: 1;
        }
        @if $type == pc{
        }
      }

      &::after{
        @if $type == sp{
          content: "";
          background: url(https://bconline.itembox.design/item/images/common/arrow.png) no-repeat;
          background-size: 5px;
          width: 5px;
          height: 10px;
          position: absolute;
          bottom: 5px;
          right: 8px;
          margin-top: -2px;
          z-index: 1;
        }
        @if $type == pc{
        }
      }
    }

    .thumb{
      @if $type == sp{
        &::before{
          content: "";
          position: absolute;
          right: 0;
          bottom: 0;
          border: 1px solid #000;
          border-radius: 6px 0 0;
          width: 20px;
          height: 20px;
          background: #fff;
          z-index: 1;
        }

        &::after{
          content: "";
          background: url(https://bconline.itembox.design/item/images/common/arrow.png) no-repeat;
          background-size: 5px;
          width: 5px;
          height: 8px;
          position: absolute;
          bottom: 6px;
          right: 8px;
          margin-top: -2px;
          z-index: 1;
        }
      }
      @if $type == pc{
        transition: all .4s;
        position: relative;
      }

      img{
        width: 100%;
      }
    }

    .fs-pt-column__heading{
      @if $type == pc{
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.4;
        font-weight: normal;
      }
    }
  }
}///コラボ一覧
*/
.ichiran_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px; }
  .ichiran_list li {
    width: 340px;
    margin-bottom: 30px;
    margin-right: 20px; }
    .ichiran_list li:nth-of-type(3n) {
      margin-right: 0; }
    .ichiran_list li a {
      display: block; }
      .ichiran_list li a .img {
        position: relative; }
        .ichiran_list li a .img::before {
          content: "";
          position: absolute;
          right: 0;
          bottom: 0;
          border: 1px solid #000;
          border-radius: 6px 0 0;
          width: 20px;
          height: 20px;
          background: #fff;
          z-index: 1; }
        .ichiran_list li a .img::after {
          content: "";
          background: url(https://bconline.itembox.design/item/images/common/arrow.png) no-repeat;
          background-size: 5px;
          width: 5px;
          height: 8px;
          position: absolute;
          bottom: 7px;
          right: 8px;
          margin-top: -2px;
          z-index: 1; }
      .ichiran_list li a:hover .img::after {
        background: url(https://bconline.itembox.design/item/images/common/arrow_r.png) no-repeat;
        background-size: cover; }
    .ichiran_list li .img {
      display: block;
      margin-bottom: 15px; }
      .ichiran_list li .img img {
        width: 100%; }
    .ichiran_list li .text {
      display: block;
      font-size: 14px; }

.corabo_main_img {
  background-color: #eeeaf0;
  text-align: center;
  margin-bottom: 50px;
  width: 100%;
  margin: 0 auto; }

.common_inner {
  width: 700px;
  margin: 0 auto; }

.commonH1 {
  color: #000;
  font-size: 32px;
  margin-bottom: 30px; }

.commonH2 {
  color: #aaa;
  text-align: center;
  font-weight: normal;
  line-height: 1;
  font-size: 14px;
  margin-bottom: 30px; }
  .commonH2 span {
    font-family: "Quicksand", sans-serif;
    letter-spacing: 0.02em;
    display: block;
    color: #000;
    font-weight: bold;
    font-size: 40px; }
  .commonH2.jp {
    color: #000;
    font-size: 28px; }

.commonH3 {
  color: #000;
  font-size: 20px;
  margin-bottom: 20px; }

p.line {
  border-bottom: 1px solid #cec9c3;
  margin-bottom: 50px; }

.commonH3_2 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px; }

p.text {
  font-size: 14px;
  color: #555555;
  line-height: 2;
  margin-bottom: 25px; }

.kome {
  display: block;
  padding-left: 1em;
  text-indent: -1em; }
  .kome:before {
    content: "※"; }

.text_link {
  text-decoration: underline; }
  .text_link:after {
    content: "";
    background: url(https://bconline.itembox.design/item/images/common/arrow_r.png) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    margin-left: 0.3em; }

.common_list {
  margin-bottom: 25px; }
  .common_list li {
    padding-left: 1em;
    text-indent: -0.8em;
    font-size: 14px;
    color: #555555;
    margin-bottom: 10px; }
    .common_list li:before {
      content: "・ "; }

hr {
  margin-bottom: 30px; }

.qa_box .qa:last-of-type {
  margin-bottom: 0; }

dl.qa {
  margin-bottom: 30px; }
  dl.qa dt {
    position: relative;
    color: #000;
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 30px; }
    dl.qa dt:before {
      content: "Q.";
      color: #e83428;
      font-size: 24px;
      font-family: "Quicksand", sans-serif;
      font-weight: bold;
      position: absolute;
      left: 0;
      top: -8px;
      display: inline-block; }
  dl.qa dd {
    color: #555555;
    font-size: 14px; }

.accordion_box {
  border: 1px solid #a29b94;
  margin-bottom: 100px; }
  .accordion_box .title {
    display: block;
    position: relative;
    color: #000;
    font-size: 20px;
    padding: 15px 50px 15px 20px; }
    .accordion_box .title:hover {
      cursor: pointer; }
    .accordion_box .title:after {
      content: "";
      width: 12px;
      height: 12px;
      background: url(https://bconline.itembox.design/item/images/common/ico_plus.png) no-repeat 96% center;
      background-size: 12px;
      position: absolute;
      top: 50%;
      right: 18px;
      margin-top: -6px; }
    .accordion_box .title.open::after {
      background: url(https://bconline.itembox.design/item/images/common/ico_minus.png) no-repeat 96% center;
      background-size: 12px; }
  .accordion_box .hide_box {
    border-top: 1px solid #a29b94;
    padding: 35px; }

.search_area {
  background-color: #efebe5;
  padding: 45px 90px;
  margin-bottom: 90px; }
  .search_area .form5col {
    display: flex;
    justify-content: center; }
    .search_area .form5col select {
      width: calc(25% - 20px);
      margin-right: 20px;
      font-size: 14px;
      border-radius: 6px;
      border: 1px solid #a29b94;
      padding: 15px 25px 15px 15px;
      position: relative;
      background: url(https://bconline.itembox.design/item/images/common/arrow_bottom.png) no-repeat #fff;
      background-size: 10px;
      background-position: top 22px right 12px; }
      .search_area .form5col select:hover {
        cursor: pointer; }
    .search_area .form5col button[type="submit"] {
      width: 20%;
      font-size: 20px;
      background-color: #000;
      color: #fff;
      border-radius: 6px;
      border: none;
      transition: all .4s; }
      .search_area .form5col button[type="submit"].search {
        background: url(https://bconline.itembox.design/item/images/common/ico_search_w.png) no-repeat #000;
        background-size: 18px;
        background-position: top 19px right 25px; }

.goods_cat_area {
  margin-bottom: 90px; }
  .goods_cat_area ul {
    display: flex;
    flex-wrap: wrap; }
    .goods_cat_area ul li {
      text-align: center;
      position: relative;
      background-color: #eee8e5;
      font-size: 14px;
      width: calc(16.6% - 7px);
      margin-bottom: 9px; }
      .goods_cat_area ul li:not(:nth-of-type(6n)) {
        margin-right: 9px; }
      .goods_cat_area ul li:hover:before {
        background: url(https://bconline.itembox.design/item/images/common/arrow_r.png) no-repeat;
        background-size: 6px; }
      .goods_cat_area ul li:hover a {
        color: #e83428; }
      .goods_cat_area ul li:before {
        content: "";
        position: absolute;
        top: 50%;
        background: url(https://bconline.itembox.design/item/images/common/arrow.png) no-repeat;
        background-size: 6px;
        width: 6px;
        height: 11px;
        right: 15px;
        margin-top: -5px; }
      .goods_cat_area ul li a {
        display: flex;
        align-items: center;
        width: 100%;
        height: 70px;
        justify-content: center; }

.item_introduction .img {
  margin-bottom: 50px; }

.catch {
  color: #000;
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px; }

.item_2col {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px; }
  .item_2col li {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    width: calc(50% - 10px); }
    .item_2col li:nth-of-type(odd) {
      margin-right: 20px; }
    .item_2col li .img_area {
      width: calc(50% - 10px);
      margin-right: 20px; }
    .item_2col li .text_area {
      width: calc(50% - 10px); }
      .item_2col li .text_area .title {
        display: block;
        margin-bottom: 10px; }
        .item_2col li .text_area .title:hover {
          color: #e83428; }
      .item_2col li .text_area .price {
        font-weight: bold;
        font-size: 20px; }
        .item_2col li .text_area .price .zei {
          font-size: 10px;
          color: #aaaaaa; }

.common2col {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px; }
  .common2col .box_1 {
    font-size: 14px;
    width: calc(50% - 10px);
    margin-right: 20px; }
  .common2col .box_2 {
    font-size: 14px;
    width: calc(50% - 10px); }

.item_list {
  margin-bottom: 50px; }
  .item_list li {
    border-top: 1px dashed #cfcac4; }
    .item_list li a {
      display: block;
      padding: 25px 35px 15px; }
      .item_list li a:hover .title {
        color: #e83428; }
      .item_list li a span.title {
        font-size: 14px;
        display: block;
        margin-bottom: 5px;
        position: relative; }
        .item_list li a span.title:before {
          content: "";
          width: 0.4em;
          height: 0.4em;
          border-radius: 50%;
          display: inline-block;
          background-color: #e8382c;
          position: absolute;
          top: 7px;
          left: -15px; }
      .item_list li a span.price {
        font-weight: bold;
        display: block;
        font-size: 20px; }
        .item_list li a span.price .zei {
          font-size: 10px;
          color: #aaaaaa; }
    .item_list li:last-of-type {
      border-bottom: 1px dashed #cfcac4; }

.bt.second:hover a:before {
  background: url(https://bconline.itembox.design/item/images/common/arrow_w.png) no-repeat;
  background-size: 8px; }

.bt.second a {
  font-size: 18px;
  margin-bottom: 50px; }
  .bt.second a:before {
    background: url(https://bconline.itembox.design/item/images/common/arrow_r.png) no-repeat;
    background-size: 8px; }

.bt.second:after {
  content: none; }

.news_area {
  margin-bottom: 80px;
  width: 700px;
  margin: 0 auto; }
  .news_area .news_list li {
    border-top: 1px dashed #a29b94;
    padding: 20px 0; }
    .news_area .news_list li a {
      display: block; }
      .news_area .news_list li a:hover .title {
        color: #e83428; }
    .news_area .news_list li:last-of-type {
      border-bottom: 1px dashed #a29b94; }
    .news_area .news_list li span {
      display: block; }
      .news_area .news_list li span.ymd {
        color: #e83428;
        font-size: 14px;
        margin-bottom: 8px; }
      .news_area .news_list li span.title {
        font-size: 16px;
        color: #000; }
    .news_area .news_list li p.text {
      margin-bottom: 0;
      line-height: 1.7;
      margin-top: 10px; }
  .news_area.detail {
    margin-top: 45px; }
    .news_area.detail .ymd {
      font-size: 14px;
      color: #e83428;
      display: block;
      margin-bottom: 15px; }
    .news_area.detail .detail_h1 {
      border-bottom: 1px dashed #a29b94;
      margin: 0;
      line-height: 1.3;
      font-size: 32px;
      padding-bottom: 60px; }
    .news_area.detail .detail_text {
      color: #555555;
      border-bottom: 1px dashed #a29b94;
      font-size: 16px;
      padding: 60px 0;
      margin-bottom: 45px; }

.fs-c-breadcrumb {
  background-color: #fff;
  font-size: 12px;
  padding: 15px 0; }
  .fs-c-breadcrumb .fs-c-breadcrumb__listItem:before {
    color: #e83428;
    font-weight: bold;
    padding: 0 3px; }
  .fs-c-breadcrumb a:hover {
    color: #e83428; }
  .fs-c-breadcrumb .fs-c-breadcrumb__list li:first-of-type {
    vertical-align: middle; }
    .fs-c-breadcrumb .fs-c-breadcrumb__list li:first-of-type a {
      text-indent: -9999px;
      background: url(https://bconline.itembox.design/item/images/common/ico_home.png) no-repeat top 1px left;
      width: 14px;
      height: 15px;
      display: inline-block; }
      .fs-c-breadcrumb .fs-c-breadcrumb__list li:first-of-type a:hover {
        background: url(https://bconline.itembox.design/item/images/common/ico_home_r.png) no-repeat top 1px left; }

.fs-pt-menu * {
  transition: none !important; }

.form_control {
  border: 1px solid #a29b94;
  padding: 10px;
  font-size: 14px; }

.search_wrap .search_inner {
  width: 880px;
  margin: 0 auto;
  background: url(https://bconline.itembox.design/item/images/common/main_bg.jpg) repeat;
  padding: 20px 90px 50px; }
  .search_wrap .search_inner .tr {
    padding: 40px 0;
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center; }
    .search_wrap .search_inner .tr .th {
      width: 160px;
      margin-right: 20px; }
    .search_wrap .search_inner .tr .td {
      font-size: 14px;
      width: calc(100% - 180px);
      /*
        &.attention_keyword{
          input[type="submit"]{
            border: none;
            font-size: 14px;
            border-radius: 6px;
            display: inline-block;
            margin-bottom: 10px;
            @if $type == sp{
              padding: 10px;
              background-color: #eeebe8;
            }
            @if $type == pc{
              background-color: #fff;
              padding: 10px;
              &:hover{
                color: $c_red;
              }
            }
          }
        }
        */ }
      .search_wrap .search_inner .tr .td.attention_keyword input[type="submit"] {
        border: none;
        font-size: 14px;
        border-radius: 6px;
        margin-bottom: 10px;
        background-color: #fff;
        padding: 10px; }
        .search_wrap .search_inner .tr .td.attention_keyword input[type="submit"]:hover {
          color: #e83428; }
      .search_wrap .search_inner .tr .td .price {
        width: 140px;
        display: inline-block; }
      .search_wrap .search_inner .tr .td .interval_txt {
        font-size: 14px; }
      .search_wrap .search_inner .tr .td.radio {
        display: flex;
        align-items: center; }
        .search_wrap .search_inner .tr .td.radio label {
          margin-right: 50px; }

#fs_ProductSearch .search_wrap .search_inner {
  width: 1060px;
  padding: 20px 60px 50px;
  display: flex;
  flex-wrap: wrap; }
  #fs_ProductSearch .search_wrap .search_inner .tr {
    width: 50%;
    padding-right: 50px;
    display: block; }
    #fs_ProductSearch .search_wrap .search_inner .tr .th {
      width: 100%;
      margin-bottom: 15px; }
    #fs_ProductSearch .search_wrap .search_inner .tr .td {
      width: 100%; }

.fs-c-noResultMessage {
  background: #fdeae9; }
  .fs-c-noResultMessage .fs-c-noResultMessage__title {
    color: #e83428; }

select {
  background: url(https://bconline.itembox.design/item/images/common/arrow_bottom.png) no-repeat top 50% right 20px #fff;
  background-size: 10px; }
  select.form_control {
    padding: 10px 45px 10px 10px; }

input[type="radio"] {
  background-color: #fff;
  border: 1px solid #a29b94;
  border-radius: 6px;
  width: 30px;
  height: 30px;
  margin-right: 10px; }
  input[type="radio"]:checked {
    background-color: #e83428;
    border: none;
    position: relative; }
    input[type="radio"]:checked:before {
      position: absolute;
      content: '';
      top: 9px;
      left: 8px;
      width: 10px;
      height: 6px;
      border-left: 3px solid #fff;
      border-bottom: 3px solid #fff;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }

.bt_submit {
  color: #fff;
  border: none;
  border-radius: 10px;
  background-color: #000;
  position: relative;
  padding: 20px;
  font-size: 24px;
  min-width: 340px;
  margin: 50px auto 0;
  display: block;
  transition: all .5s; }
  .bt_submit:hover {
    opacity: .5; }
  .bt_submit:after {
    content: "";
    background: url(https://bconline.itembox.design/item/images/common/ico_search_w.png) no-repeat #000;
    position: absolute;
    background-size: cover;
    width: 25px;
    height: 25px;
    top: 25px;
    right: 30px; }

.fs-c-productList__list__item {
  position: relative;
  border-bottom: none; }
  .fs-c-productList__list__item:hover .fs-c-productName__name {
    color: #e83428; }

.fs-c-productListItem__outOfStock {
  position: absolute;
  font-size: 12px;
  background-color: #aaaaaa;
  color: #fff;
  border: none;
  margin: 0;
  top: 16px;
  right: 8px; }

.fs-c-productListItem__viewMoreImageButton {
  display: none; }

.fs-c-productListItem__control {
  display: none; }

.fs-c-productName__copy {
  display: none; }

.fs-c-productListItem__productName {
  text-align: left;
  color: #333333;
  font-size: 14px;
  margin: 8px 0 0; }

.fs-c-productPrice__main {
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
  font-size: 20px; }

.fs-c-productPrice__addon {
  color: #aaaaaa;
  font-weight: bold;
  margin-left: 3px;
  font-size: 10px; }

.fs-c-productName__name {
  font-weight: normal;
  line-height: 1.3; }

.fs-c-inputTable > tbody > tr {
  flex-direction: row;
  align-items: center; }
  .fs-c-inputTable > tbody > tr th {
    width: 160px;
    margin-right: 20px; }
  .fs-c-inputTable > tbody > tr td {
    width: calc(100% - 180px); }

.fs-c-inputInformation__field {
  background: url(https://bconline.itembox.design/item/images/common/main_bg.jpg) repeat; }

.fs-c-slick .slick-prev, .fs-c-slick .slick-next {
  background: transparent; }
  .fs-c-slick .slick-prev:before, .fs-c-slick .slick-next:before {
    font-size: 30px; }

.fs-c-slick .slick-next {
  width: 30px;
  height: 100px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 5px 0 0 5px;
  z-index: 10;
  right: 0; }

.fs-c-slick .slick-prev {
  width: 30px;
  height: 100px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0 5px 5px 0;
  z-index: 10;
  left: 0; }

.fs-c-slick .slick-prev.slick-disabled, .fs-c-slick .slick-next.slick-disabled {
  background: none; }

.fs-c-slick .slick-prev.slick-disabled:before, .fs-c-slick .slick-next.slick-disabled:before {
  opacity: 0;
  background: none; }

.fs-c-productList__controller .fs-c-sortItems {
  display: none; }

.fs-c-productList__controller .fs-c-listControl {
  padding: 0 10px;
  justify-content: flex-start;
  margin: 20px 0; }

.sort_item_wrap {
  text-align: right;
  margin-bottom: -44px; }

select.sort_item {
  font-size: 14px;
  width: 160px;
  padding: 5px 10px 5px 15px; }

#header_middle .fs-p-scrollingCartButton__button {
  background: none;
  padding: 0; }
  #header_middle .fs-p-scrollingCartButton__button .fs-p-cartItemNumber {
    background: #e83428;
    font-size: 10px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -7px;
    right: -10px; }

.fs-l-account {
  margin-bottom: 60px; }
  .fs-l-account ul.fs-c-accountService {
    display: block !important;
    height: 240px;
    flex-basis: 63%; }
    .fs-l-account ul.fs-c-accountService li {
      height: 60px;
      margin: 0;
      width: 300px !important;
      float: left; }
      .fs-l-account ul.fs-c-accountService li a {
        border: none !important;
        border-bottom: 1px solid #cec9c3 !important;
        border-radius: 0 !important;
        width: 300px !important;
        text-align: left !important;
        padding-left: 15px !important;
        color: #000 !important;
        font-size: 16px !important;
        position: relative; }
        .fs-l-account ul.fs-c-accountService li a span:before {
          content: none; }
        .fs-l-account ul.fs-c-accountService li a:after {
          content: "";
          background: url(https://bconline.itembox.design/item/images/common/arrow_r.png) no-repeat;
          background-size: contain;
          display: inline-block;
          width: 0.6em;
          height: 0.6em;
          margin-left: 0.3em;
          position: absolute;
          top: calc(50% - 0.3em);
          right: 20px; }
        .fs-l-account ul.fs-c-accountService li a:hover {
          color: #e83428 !important; }
      .fs-l-account ul.fs-c-accountService li:nth-of-type(odd) {
        margin-right: 30px; }
      .fs-l-account ul.fs-c-accountService li:nth-of-type(1) a, .fs-l-account ul.fs-c-accountService li:nth-of-type(2) a {
        border-top: 1px solid #cec9c3 !important; }
      .fs-l-account ul.fs-c-accountService li:last-of-type a {
        border-bottom: none !important;
        width: auto !important;
        display: inline-block !important;
        margin-top: 15px;
        font-size: 14px !important; }
        .fs-l-account ul.fs-c-accountService li:last-of-type a:after {
          position: static; }
    .fs-l-account ul.fs-c-accountService:after {
      content: "";
      display: block;
      clear: both; }

.fs-c-wishlistProduct {
  border-top: 1px solid #d9d6d4;
  padding-top: 50px;
  margin-top: 50px; }
  .fs-c-wishlistProduct .fs-c-productImage__image {
    top: 0 !important; }
  .fs-c-wishlistProduct .fs-c-productListCarousel__list__item {
    max-width: 160px !important;
    min-width: 160px !important; }
  .fs-c-wishlistProduct .fs-c-productListItem__image {
    width: 160px; }
  .fs-c-wishlistProduct .fs-c-slick .slick-slide img {
    width: auto;
    max-width: none;
    position: absolute;
    height: 192px;
    top: 0;
    left: -10%; }
  .fs-c-wishlistProduct .fs-c-wishlistProduct__header .fs-c-wishlistProduct__title {
    color: #000;
    font-size: 32px;
    border-bottom: none; }
  .fs-c-wishlistProduct .fs-c-wishlistProduct__list {
    position: relative; }
  .fs-c-wishlistProduct .fs-c-productListCarousel__ctrl.slick-arrow {
    position: absolute;
    background: none; }
  .fs-c-wishlistProduct .fs-c-productListCarousel__ctrl--prev {
    left: -40px; }
  .fs-c-wishlistProduct .fs-c-productListCarousel__ctrl--next {
    right: -40px; }
  .fs-c-wishlistProduct .fs-c-productListCarousel__ctrl.slick-disabled {
    opacity: 0; }
  .fs-c-wishlistProduct .fs-c-productListCarousel__list__itemTrack .fs-c-productName__name {
    word-break: break-all;
    color: #333;
    font-size: 14px;
    line-height: 1.2;
    margin-top: 0; }
  .fs-c-wishlistProduct .fs-c-productListCarousel__list__itemTrack .fs-c-productPrice__main {
    font-family: "Quicksand", sans-serif;
    letter-spacing: 0.02em;
    display: block;
    color: #000;
    font-weight: bold;
    line-height: 1;
    font-size: 20px; }
  .fs-c-wishlistProduct .fs-c-productName__variation, .fs-c-wishlistProduct .fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
    display: none; }

.fs-l-pageMain.guide {
  width: 100%;
  max-width: 100%;
  padding-bottom: 0; }

.fs-body-custom .fs-l-pageMain.guide {
  width: 100%;
  max-width: 100%;
  padding-bottom: 0; }

.guide_wrap p {
  color: #555555;
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 2; }
  .guide_wrap p.img_right {
    overflow: hidden; }
    .guide_wrap p.img_right img {
      float: right; }

.guide_wrap .commonH1 {
  margin-bottom: 50px; }

.guide_wrap .commonH3 {
  margin-bottom: 20px; }

.guide_wrap .commonH4 {
  position: relative;
  margin-bottom: 20px;
  font-size: 16px;
  padding-left: 13px; }
  .guide_wrap .commonH4:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #e83428;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 0; }

.guide_wrap .guide_sec {
  margin-bottom: 50px; }

.guide_wrap .kome {
  margin-bottom: 0;
  font-size: 12px; }

.guide_wrap .guide_nav {
  width: 1060px;
  margin: 0 auto 60px; }
  .guide_wrap .guide_nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .guide_wrap .guide_nav ul li a {
      background: url(https://bconline.itembox.design/item/images/common/main_bg.jpg) repeat;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 170px;
      height: 80px;
      font-size: 14px;
      text-align: center; }
      .guide_wrap .guide_nav ul li a:after {
        content: "";
        background: url(https://bconline.itembox.design/item/images/common/arrow_bottom.png) no-repeat;
        background-size: cover;
        width: 9px;
        height: 6px;
        position: absolute;
        top: 37px;
        right: 20px; }
      .guide_wrap .guide_nav ul li a:hover {
        color: #e83428; }
        .guide_wrap .guide_nav ul li a:hover:after {
          background: url(https://bconline.itembox.design/item/images/common/arrow_r_bottom.png) no-repeat;
          background-size: cover; }

#nagare {
  background: url(https://bconline.itembox.design/item/images/common/main_bg.jpg) repeat;
  padding: 60px 0; }

#siharai {
  padding: 60px 0; }

.guide_inner_common {
  width: 700px;
  margin: 0 auto; }

.guide_inner_img {
  width: 1060px;
  margin: 0 auto; }

#soryo {
  background: url(https://bconline.itembox.design/item/images/common/main_bg.jpg) repeat;
  padding: 60px 0; }

#henpin {
  padding: 60px 0; }

#point {
  background: url(https://bconline.itembox.design/item/images/common/main_bg.jpg) repeat;
  padding: 60px 0; }

#calendar {
  padding: 60px 0; }
  #calendar .googlecalendar {
    margin-bottom: 50px; }
    #calendar .googlecalendar iframe {
      width: 100%;
      height: 500px; }

.fs-c-pagination {
  margin: 0 auto;
  padding-right: 135px; }
  .fs-c-pagination a.fs-c-pagination__item {
    width: 40px;
    height: 40px;
    margin: 0 5px;
    font-size: 14px;
    border-radius: 5px;
    cursor: default;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eeebe8;
    font-weight: bold; }
    .fs-c-pagination a.fs-c-pagination__item:hover {
      color: #e83428; }
  .fs-c-pagination span.fs-c-pagination__item {
    border-radius: 5px;
    cursor: default;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    font-size: 14px;
    font-weight: bold;
    margin: 0 5px; }
    .fs-c-pagination span.fs-c-pagination__item.is-active {
      color: #e83428; }
  .fs-c-pagination .fs-c-pagination__item--prev:before {
    content: "";
    background: url(https://bconline.itembox.design/item/images/common/arrow_l.png) no-repeat center;
    background-size: contain;
    height: 10px; }
  .fs-c-pagination .fs-c-pagination__item--prev:hover:before {
    background: url(https://bconline.itembox.design/item/images/common/arrow_l_r.png) no-repeat center;
    background-size: contain; }
  .fs-c-pagination .fs-c-pagination__item--next:before {
    content: "";
    background: url(https://bconline.itembox.design/item/images/common/arrow.png) no-repeat center;
    background-size: contain;
    height: 10px; }
  .fs-c-pagination .fs-c-pagination__item--next:hover:before {
    background: url(https://bconline.itembox.design/item/images/common/arrow_r.png) no-repeat center;
    background-size: contain; }

#fs_MyAddressBook .fs-p-announcement__title {
  display: none; }

#fs_MyAddressBook .fs-p-announcement__body {
  width: 700px;
  margin: 0 auto; }

#fs_MyAddressBook .fs-c-addressBookList__form {
  width: 700px;
  margin: 0 auto;
  display: block; }

#fs_MyAddressBook .fs-c-addressBookList__addButton {
  justify-content: center;
  margin-bottom: 50px; }
  #fs_MyAddressBook .fs-c-addressBookList__addButton a.fs-c-button--addToAddressbook {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    position: relative;
    transition: all .4s; }
    #fs_MyAddressBook .fs-c-addressBookList__addButton a.fs-c-button--addToAddressbook:before {
      content: "";
      position: absolute;
      top: 50%;
      background: url(https://bconline.itembox.design/item/images/common/arrow_r.png) no-repeat;
      background-size: 8px;
      width: 8px;
      height: 11px;
      right: 20px;
      margin-top: -5px; }
    #fs_MyAddressBook .fs-c-addressBookList__addButton a.fs-c-button--addToAddressbook:hover {
      background: #e83428;
      border: 1px solid #e83428;
      color: #fff; }
      #fs_MyAddressBook .fs-c-addressBookList__addButton a.fs-c-button--addToAddressbook:hover:before {
        background: url(https://bconline.itembox.design/item/images/common/arrow_w.png) no-repeat;
        background-size: 8px; }

#fs_MyAddressBook .fs-c-addressBookList__count {
  text-align: left;
  margin-bottom: 15px; }

#fs_MyAddressBook .fs-c-addressBookList__list tbody {
  border: none; }

#fs_MyAddressBook .fs-c-addressBookList__list tr {
  display: block;
  margin-bottom: 10px;
  background-color: #eeebe8;
  position: relative; }

#fs_MyAddressBook .fs-c-addressBookList__list td {
  display: block;
  border: none;
  padding: 0; }
  #fs_MyAddressBook .fs-c-addressBookList__list td:nth-of-type(1) {
    padding: 20px 150px 0 20px;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px; }
  #fs_MyAddressBook .fs-c-addressBookList__list td:nth-of-type(2) {
    padding: 0 150px 20px 20px;
    font-size: 16px;
    color: #555555; }
  #fs_MyAddressBook .fs-c-addressBookList__list td:nth-of-type(3) {
    position: absolute;
    right: 20px;
    top: 35px;
    top: calc(50% - 57px); }
    #fs_MyAddressBook .fs-c-addressBookList__list td:nth-of-type(3) .fs-c-buttonContainer {
      display: block; }
      #fs_MyAddressBook .fs-c-addressBookList__list td:nth-of-type(3) .fs-c-buttonContainer .fs-c-button--changeInfomation {
        display: block;
        margin-bottom: 10px; }
      #fs_MyAddressBook .fs-c-addressBookList__list td:nth-of-type(3) .fs-c-buttonContainer .fs-c-button--delete {
        display: block;
        margin-right: 0;
        background: #fff;
        border: 1px solid #000;
        color: #000; }

#fs_MyAddressBook .fs-c-buttonContainer {
  text-align: center; }

.fs-c-button--myPageTop, .fs-c-wishlistProduct__viewAllProducts.fs-c-viewAllProductsLink {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  position: relative;
  transition: all .4s;
  width: 100%;
  max-width: 352px;
  text-decoration: none !important;
  padding: 0.9em 1.6em 0.9em;
  border-radius: 6px;
  margin: 0 auto;
  text-align: center; }
  .fs-c-button--myPageTop:after, .fs-c-wishlistProduct__viewAllProducts.fs-c-viewAllProductsLink:after {
    content: "";
    position: absolute;
    top: 50%;
    background: url(https://bconline.itembox.design/item/images/common/arrow_r.png) no-repeat;
    background-size: 6px;
    width: 8px;
    height: 11px;
    right: 15px;
    margin-top: -4px; }
  .fs-c-button--myPageTop:hover, .fs-c-wishlistProduct__viewAllProducts.fs-c-viewAllProductsLink:hover {
    background: #e83428;
    border: 1px solid #e83428;
    color: #fff; }
    .fs-c-button--myPageTop:hover:after, .fs-c-wishlistProduct__viewAllProducts.fs-c-viewAllProductsLink:hover:after {
      background: url(https://bconline.itembox.design/item/images/common/arrow_w.png) no-repeat;
      background-size: 6px; }

.fs-c-wishlistProduct__viewAllProducts.fs-c-viewAllProductsLink {
  padding: 0.9em 3em 0.9em; }

.fs-c-wishlistProduct__footer {
  text-align: center;
  margin-top: 50px; }

.fs-c-slick .slick-next, .fs-c-slick .slick-prev {
  background: none; }

.fs-c-slick .slick-next:before {
  content: "";
  display: block;
  background: url(https://bconline.itembox.design/item/images/common/detail-arrow_right.png) no-repeat;
  width: 20px;
  height: 35px;
  background-size: cover; }

.fs-c-slick .slick-prev:before {
  content: "";
  display: block;
  background: url(https://bconline.itembox.design/item/images/common/detail-arrow_left.png) no-repeat;
  width: 20px;
  height: 35px;
  background-size: cover;
  margin-left: 10px; }

.fs-c-productListCarousel__ctrl--prev .fs-c-button--carousel::before {
  content: "";
  display: block;
  background: url(https://bconline.itembox.design/item/images/common/slick-arrow_left.png) no-repeat;
  width: 10px;
  height: 18px;
  background-size: cover; }

.fs-c-productListCarousel__ctrl--next .fs-c-button--carousel::before {
  content: "";
  display: block;
  background: url(https://bconline.itembox.design/item/images/common/slick-arrow_right.png) no-repeat;
  width: 10px;
  height: 18px;
  background-size: cover; }

.fs-c-history__info {
  margin-bottom: 30px !important; }
  .fs-c-history__info .fs-c-pointSummary {
    padding-bottom: 0; }
  .fs-c-history__info .fs-c-pointSummary__label--availablePoint {
    padding-left: 20px; }
  .fs-c-history__info .fs-c-pointSummary__value--availablePoint {
    padding-right: 20px;
    padding-bottom: 0; }
  .fs-c-history__info .fs-c-pointSummary__value--limitedPoint {
    padding-right: 20px; }

.fs-c-history__listContainer .fs-c-history__termCtrl {
  overflow: hidden; }

.fs-c-history__listContainer .fs-c-inputInformation__form {
  width: 160px;
  float: right; }

.fs-c-history__listContainer .fs-c-listControl {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  margin-top: -31px; }
  .fs-c-history__listContainer .fs-c-listControl:last-of-type {
    display: none; }

.fs-c-history__listContainer .fs-c-listControl__status {
  float: left; }

.fs-c-history__listContainer .fs-c-pointListTable th {
  background-color: #a29b94;
  border-right: 1px solid #fff;
  color: #fff; }

.fs-c-history__listContainer .fs-c-pointListTable .fs-c-pointListTable__data {
  font-size: 14px; }

.fs-c-history__listContainer .fs-c-pointListTable tr:nth-of-type(even) td {
  background-color: #eeebe8; }

.fs-c-orderTotalTable tr:first-of-type th, .fs-c-orderTotalTable tr:first-of-type td {
  border-top: none; }

.fs-c-orderTotalTable tr:last-of-type {
  border-bottom: none !important; }

#fs-cartContent-container {
  border-top: 1px solid #b2b2b2;
  padding-top: 15px; }

#fs_MyWishList .fs-p-announcement__body {
  width: 700px;
  margin: 0 auto; }

#fs_MyWishList .fs-c-productName__variation {
  display: none; }

.fs-c-productListItem__image {
  height: 192px;
  position: relative;
  overflow: hidden; }
  .fs-c-productListItem__image .fs-c-productListItem__image__image {
    position: absolute;
    top: -15%; }

.fs-c-productListItem__image__image {
  position: absolute;
  top: -15%; }

#fs_MyOrders .fs-c-orderHistoryItem__orderInfo dl:last-of-type {
  border-right: none;
  font-weight: bold; }

#fs_MyOrders .fs-c-button--viewOrderHistoryDetail:hover {
  text-decoration: none; }

#fs_MyOrders .fs-c-orderHistoryItem__body {
  padding: 0; }

#fs_MyOrders .fs-c-orderHistoryItem__product {
  padding: 20px 0; }

#fs_MyOrders .fs-c-listedProductName {
  display: block; }

#fs_MyOrders .fs-c-orderHistoryItem__deliveryInfo {
  display: block;
  margin-right: 10px; }
  #fs_MyOrders .fs-c-orderHistoryItem__deliveryInfo .fs-c-orderHistoryItem__deliveryStatus {
    text-align: center;
    margin-bottom: 7px; }

#fs_MyOrders .fs-c-orderHistoryItem__product + .fs-c-orderHistoryItem__product {
  border-top: 1px solid #cec9c3; }

#fs_MyOrders .fs-c-history__info {
  margin-top: 20px; }

#fs_MyOrders .fs-c-history__term {
  padding: 8px 15px; }

#fs_MyOrders .fs-c-history__total dt, #fs_MyOrders .fs-c-history__total dd {
  border-top: 1px solid #cec9c3; }
  #fs_MyOrders .fs-c-history__total dt:first-of-type, #fs_MyOrders .fs-c-history__total dd:first-of-type {
    border-top: none; }

#fs_MyOrders .fs-c-pairList {
  font-size: 16px; }

#fs_MyOrders .fs-c-history__quantity, #fs_MyOrders .fs-c-history__number {
  color: #555555; }

#fs_MyOrders .fs-p-announcement {
  padding: 10px; }

#fs_MyOrderDetails .fs-c-orderDetail__data .fs-c-orderDetailList {
  border: none;
  font-size: 16px;
  border: 1px solid #a29b94;
  margin-bottom: 50px; }

#fs_MyOrderDetails .fs-c-orderDetailList__date, #fs_MyOrderDetails .fs-c-orderDetailList__date + dd {
  background: #a29b94;
  font-size: 16px; }

#fs_MyOrderDetails h2.fs-c-heading.fs-c-heading--section {
  font-size: 32px;
  text-align: center;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 30px;
  color: #000; }

#fs_MyOrderDetails .fs-c-orderPerAddressee {
  padding-bottom: 0; }
  #fs_MyOrderDetails .fs-c-orderPerAddressee .fs-c-orderPerAddressee__heading {
    background: #a29b94;
    font-size: 16px;
    text-align: center;
    padding: 8px; }

#fs_MyOrderDetails .fs-c-orderPerAddressee__addressee {
  padding: 15px;
  font-size: 18px; }
  #fs_MyOrderDetails .fs-c-orderPerAddressee__addressee dt {
    margin-right: 15px; }

#fs_MyOrderDetails .fs-c-address {
  margin-bottom: 0;
  font-size: 18px;
  color: #000; }

#fs_MyOrderDetails .fs-c-cartTable__row .fs-c-price .fs-c-price__currencyMark, #fs_MyOrderDetails .fs-c-cartTable__row .fs-c-price .fs-c-price__value {
  font-size: 18px; }

#fs_MyOrderDetails .fs-c-deliveryInfoList {
  border: 1px solid #a29b94; }
  #fs_MyOrderDetails .fs-c-deliveryInfoList .fs-c-deliveryInfoList__deliveryStatus, #fs_MyOrderDetails .fs-c-deliveryInfoList .fs-c-deliveryInfoList__deliveryMethod {
    color: #fff;
    background: #a29b94;
    font-size: 16px;
    font-weight: normal; }
  #fs_MyOrderDetails .fs-c-deliveryInfoList dt, #fs_MyOrderDetails .fs-c-deliveryInfoList dd {
    border: none;
    font-size: 16px;
    padding-left: 6px; }
    #fs_MyOrderDetails .fs-c-deliveryInfoList dt:first-of-type, #fs_MyOrderDetails .fs-c-deliveryInfoList dd:first-of-type {
      border-bottom: 1px solid #b2b2b2; }

#fs_MyOrderDetails .fs-c-orderPaymentTable th, #fs_MyOrderDetails .fs-c-orderPaymentTable td {
  font-size: 16px;
  border: 1px solid #a29b94;
  padding-left: 6px; }

#fs_MyOrderDetails .fs-c-orderPaymentTable th {
  font-weight: normal;
  color: #fff;
  background: #a29b94; }

#fs_MyOrderDetails .fs-c-cartTable__headerCell {
  border-radius: 0; }

#fs_MyOrderDetails .fs-c-buttonContainer {
  text-align: center; }
  #fs_MyOrderDetails .fs-c-buttonContainer .fs-c-button--back {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    position: relative;
    transition: all .4s;
    width: 100%;
    max-width: 352px;
    text-decoration: none !important;
    padding: 0.9em 1.6em 0.9em;
    border-radius: 6px;
    margin: 0 auto;
    text-align: center; }
    #fs_MyOrderDetails .fs-c-buttonContainer .fs-c-button--back:after {
      content: "";
      position: absolute;
      top: 50%;
      background: url(https://bconline.itembox.design/item/images/common/arrow_r.png) no-repeat;
      background-size: 6px;
      width: 8px;
      height: 11px;
      right: 15px;
      margin-top: -4px; }
    #fs_MyOrderDetails .fs-c-buttonContainer .fs-c-button--back:hover {
      background: #e83428;
      border: 1px solid #e83428;
      color: #fff; }
      #fs_MyOrderDetails .fs-c-buttonContainer .fs-c-button--back:hover:after {
        background: url(https://bconline.itembox.design/item/images/common/arrow_w.png) no-repeat;
        background-size: 6px; }

#fs_Checkout .fs-c-checkout-buyerInfo {
  padding-top: 0; }

#fs_Checkout .fs-c-checkout-preview__title {
  border-bottom: none;
  text-align: left;
  font-size: 20px; }

#fs_Checkout .fs-c-checkout-pointInfo__usePoint__number {
  color: #e83428;
  font-family: "Quicksand", sans-serif;
  font-weight: bold; }

#fs_Checkout .fs-c-checkout-paymentMethodList .fs-c-checkout-paymentMethod {
  display: flex; }
  #fs_Checkout .fs-c-checkout-paymentMethodList .fs-c-checkout-paymentMethod .fs-c-checkout-paymentMethod__title {
    width: 15%; }

#fs_Checkout .fs-c-checkout-paymentMethodList .fs-c-checkout-paymentMethod__body > * {
  margin: 0; }

#fs_Checkout .fs-c-checkout-delivery__method {
  background: none;
  padding: 0; }
  #fs_Checkout .fs-c-checkout-delivery__method .fs-c-checkout-delivery__method__title {
    color: #000;
    font-size: 14px; }
  #fs_Checkout .fs-c-checkout-delivery__method .fs-c-checkout-delivery__method__message {
    border: none;
    padding: 0; }
    #fs_Checkout .fs-c-checkout-delivery__method .fs-c-checkout-delivery__method__message p {
      font-size: 14px;
      color: #555; }

#fs_Checkout .fs-c-checkout-buyerInfo__body, #fs_Checkout .fs-c-checkout-destination__body {
  background-color: #eeebe8;
  padding: 20px;
  position: relative;
  padding-right: 130px; }

#fs_Checkout .fs-c-address__zipCode {
  display: block; }

#fs_Checkout .fs-c-checkout-customerInfo__email {
  margin-bottom: 10px; }

#fs_Checkout .fs-c-checkout-customerInfo__tel {
  font-size: 16px;
  color: #555555; }

#fs_Checkout #fs_button_changeBuyer {
  position: absolute;
  right: 20px;
  top: calc(50% - 32px); }

#fs_Checkout .fs-c-checkout-destination__control {
  position: absolute;
  right: 20px;
  top: calc(50% - 72px); }

#fs_Checkout .fs-c-button--standard {
  color: #000;
  border: 1px solid #000;
  background: #fff; }

#fs_Checkout #fs-addressInfo-container {
  margin-top: 0; }

#fs_Checkout .fs-c-checkout-destination__name {
  margin-bottom: 15px; }

#fs_Checkout #fs-paymentList-container, #fs_Checkout #fs-pointInfo-container {
  margin-top: 0; }

#fs_Checkout .fs-c-checkout-paymentMethod {
  border: none; }

#fs_Checkout .fs-c-checkout-paymentMethod__title {
  background: #fff; }

#fs_Checkout .fs-c-radio__radioLabelText {
  color: #000; }

#fs_Checkout .fs-c-checkout-paymentMethod__message {
  color: #555555;
  background-color: #eeebe8;
  padding: 10px; }

#fs_Checkout .fs-c-checkout-previewAndEdit__info {
  border: none; }
  #fs_Checkout .fs-c-checkout-previewAndEdit__info .fs-c-checkout-confirmationList__label, #fs_Checkout .fs-c-checkout-previewAndEdit__info .fs-c-checkout-pointInfo__usePoint__number, #fs_Checkout .fs-c-checkout-previewAndEdit__info .fs-c-checkout-pointInfo__usePoint__label {
    font-size: 20px; }

#fs_Checkout .fs-c-checkout-previewAndEdit {
  background-color: #eeebe8;
  padding: 20px; }

#fs_Checkout .fs-c-checkout-pointInfo__usePoint__number {
  color: #e83428; }

#fs_Checkout .fs-c-returnedSpecialContract {
  padding: 0 15px; }

#fs_Checkout .fs-c-checkout-checkoutMethodList--uncollapsed .fs-c-checkout-checkoutMethod:not(.is-active) .fs-c-checkout-checkoutMethod__title:not(.is-active) {
  background: #eeebe8; }

#fs_Checkout .fs-c-checkout-checkoutMethod.is-active .fs-c-checkout-checkoutMethod__title {
  background: #a29b94; }

#fs_Checkout .fs-c-checkout-checkoutMethod.is-active .fs-c-radio__radioLabelText {
  color: #fff; }

#fs_Checkout .fs-c-checkout-checkoutMethod.is-active {
  border: 2px solid #a29b94; }

#fs_Checkout .fs-c-inputInformation__field {
  background: #fff;
  padding: 20px; }

#fs_Checkout .fs-c-checkout-checkoutMethod__body .fs-c-inputInformation {
  padding-bottom: 0; }

#fs_Checkout .fs-c-checkout-addresseeList .fs-c-checkout-addressee {
  background-color: #eeebe8;
  border: none; }

#fs_Checkout .fs-c-checkout-pointSetting.is-active .fs-c-checkout-pointSetting__title, #fs_Checkout .fs-c-checkout-deliveryMethod.is-active .fs-c-checkout-deliveryMethod__title {
  background: #a29b94; }

#fs_Checkout .fs-c-checkout-pointSetting.is-active .fs-c-radio__radioLabelText, #fs_Checkout .fs-c-checkout-deliveryMethod.is-active .fs-c-radio__radioLabelText {
  color: #fff; }

#fs_Checkout .fs-c-checkout-pointSetting.is-active {
  border: none; }

#fs_Checkout .fs-c-checkout-deliveryMethod.is-active {
  border: 2px solid #a29b94; }

th.fs-c-inputTable__headerCell label {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.fs-c-dropdown::after {
  line-height: 1.7; }

.fs-c-addressbookRemoveField {
  width: 550px; }

.fs-c-productCarouselMainImage__thumbnailList {
  flex-wrap: wrap; }
  .fs-c-productCarouselMainImage__thumbnailList > li {
    margin: 0 8px 8px 0px; }

.mB0 {
  margin-bottom: 0px !important; }

.mB10 {
  margin-bottom: 10px !important; }

@media screen and (min-width: 960px) {
  .fs-c-productList__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 25% 25% 25% 25%;
    grid-template-columns: 25% 25% 25% 25%; }
  .fs-c-productList__list > *:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1; }
  .fs-c-productList__list > *:nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1; }
  .fs-c-productList__list > *:nth-child(3) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1; }
  .fs-c-productList__list > *:nth-child(4) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 1;
    grid-row: 1; }
  .fs-c-productList__list > *:nth-child(5) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2; }
  .fs-c-productList__list > *:nth-child(6) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2; }
  .fs-c-productList__list > *:nth-child(7) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 2;
    grid-row: 2; }
  .fs-c-productList__list > *:nth-child(8) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 2;
    grid-row: 2; }
  .fs-c-productList__list > *:nth-child(9) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3; }
  .fs-c-productList__list > *:nth-child(10) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3; }
  .fs-c-productList__list > *:nth-child(11) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 3;
    grid-row: 3; }
  .fs-c-productList__list > *:nth-child(12) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 3;
    grid-row: 3; }
  .fs-c-productList__list > *:nth-child(13) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4; }
  .fs-c-productList__list > *:nth-child(14) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 4;
    grid-row: 4; }
  .fs-c-productList__list > *:nth-child(15) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 4;
    grid-row: 4; }
  .fs-c-productList__list > *:nth-child(16) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 4;
    grid-row: 4; }
  .fs-c-productList__list > *:nth-child(17) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5; }
  .fs-c-productList__list > *:nth-child(18) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 5;
    grid-row: 5; }
  .fs-c-productList__list > *:nth-child(19) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 5;
    grid-row: 5; }
  .fs-c-productList__list > *:nth-child(20) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 5;
    grid-row: 5; }
  .fs-c-productList__list > *:nth-child(21) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 6;
    grid-row: 6; }
  .fs-c-productList__list > *:nth-child(22) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 6;
    grid-row: 6; }
  .fs-c-productList__list > *:nth-child(23) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 6;
    grid-row: 6; }
  .fs-c-productList__list > *:nth-child(24) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 6;
    grid-row: 6; }
  .fs-c-productList__list > *:nth-child(25) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 7;
    grid-row: 7; }
  .fs-c-productList__list > *:nth-child(26) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 7;
    grid-row: 7; }
  .fs-c-productList__list > *:nth-child(27) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 7;
    grid-row: 7; }
  .fs-c-productList__list > *:nth-child(28) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 7;
    grid-row: 7; }
  .fs-c-productList__list > *:nth-child(29) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 8;
    grid-row: 8; }
  .fs-c-productList__list > *:nth-child(30) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 8;
    grid-row: 8; }
  .fs-c-productList__list > *:nth-child(31) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 8;
    grid-row: 8; }
  .fs-c-productList__list > *:nth-child(32) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 8;
    grid-row: 8; }
  .fs-c-productList__list > *:nth-child(33) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 9;
    grid-row: 9; }
  .fs-c-productList__list > *:nth-child(34) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 9;
    grid-row: 9; }
  .fs-c-productList__list > *:nth-child(35) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 9;
    grid-row: 9; }
  .fs-c-productList__list > *:nth-child(36) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 9;
    grid-row: 9; }
  .fs-c-productList__list > *:nth-child(37) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 10;
    grid-row: 10; }
  .fs-c-productList__list > *:nth-child(38) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 10;
    grid-row: 10; }
  .fs-c-productList__list > *:nth-child(39) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 10;
    grid-row: 10; }
  .fs-c-productList__list > *:nth-child(40) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 10;
    grid-row: 10; }
  .fs-c-productList__list > *:nth-child(41) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 11;
    grid-row: 11; }
  .fs-c-productList__list > *:nth-child(42) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 11;
    grid-row: 11; }
  .fs-c-productList__list > *:nth-child(43) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 11;
    grid-row: 11; }
  .fs-c-productList__list > *:nth-child(44) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 11;
    grid-row: 11; }
  .fs-c-productList__list > *:nth-child(45) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 12;
    grid-row: 12; }
  .fs-c-productList__list > *:nth-child(46) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 12;
    grid-row: 12; }
  .fs-c-productList__list > *:nth-child(47) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 12;
    grid-row: 12; }
  .fs-c-productList__list > *:nth-child(48) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 12;
    grid-row: 12; }
  .fs-c-productList__list > *:nth-child(49) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 13;
    grid-row: 13; }
  .fs-c-productList__list > *:nth-child(50) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 13;
    grid-row: 13; }
  .fs-c-productList__list > *:nth-child(51) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 13;
    grid-row: 13; }
  .fs-c-productList__list > *:nth-child(52) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 13;
    grid-row: 13; }
  .fs-c-productList__list > *:nth-child(53) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 14;
    grid-row: 14; }
  .fs-c-productList__list > *:nth-child(54) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 14;
    grid-row: 14; }
  .fs-c-productList__list > *:nth-child(55) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 14;
    grid-row: 14; }
  .fs-c-productList__list > *:nth-child(56) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 14;
    grid-row: 14; }
  .fs-c-productList__list > *:nth-child(57) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 15;
    grid-row: 15; }
  .fs-c-productList__list > *:nth-child(58) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 15;
    grid-row: 15; }
  .fs-c-productList__list > *:nth-child(59) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 15;
    grid-row: 15; }
  .fs-c-productList__list > *:nth-child(60) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 15;
    grid-row: 15; }
  .fs-c-productList__list > *:nth-child(61) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 16;
    grid-row: 16; }
  .fs-c-productList__list > *:nth-child(62) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 16;
    grid-row: 16; }
  .fs-c-productList__list > *:nth-child(63) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 16;
    grid-row: 16; }
  .fs-c-productList__list > *:nth-child(64) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 16;
    grid-row: 16; }
  .fs-c-productList__list > *:nth-child(65) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 17;
    grid-row: 17; }
  .fs-c-productList__list > *:nth-child(66) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 17;
    grid-row: 17; }
  .fs-c-productList__list > *:nth-child(67) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 17;
    grid-row: 17; }
  .fs-c-productList__list > *:nth-child(68) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 17;
    grid-row: 17; }
  .fs-c-productList__list > *:nth-child(69) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 18;
    grid-row: 18; }
  .fs-c-productList__list > *:nth-child(70) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 18;
    grid-row: 18; }
  .fs-c-productList__list > *:nth-child(71) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 18;
    grid-row: 18; }
  .fs-c-productList__list > *:nth-child(72) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 18;
    grid-row: 18; }
  .fs-c-productList__list > *:nth-child(73) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 19;
    grid-row: 19; }
  .fs-c-productList__list > *:nth-child(74) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 19;
    grid-row: 19; }
  .fs-c-productList__list > *:nth-child(75) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 19;
    grid-row: 19; }
  .fs-c-productList__list > *:nth-child(76) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 19;
    grid-row: 19; }
  .fs-c-productList__list > *:nth-child(77) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 20;
    grid-row: 20; }
  .fs-c-productList__list > *:nth-child(78) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 20;
    grid-row: 20; }
  .fs-c-productList__list > *:nth-child(79) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 20;
    grid-row: 20; }
  .fs-c-productList__list > *:nth-child(80) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 20;
    grid-row: 20; }
  .fs-c-productList__list > *:nth-child(81) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 21;
    grid-row: 21; }
  .fs-c-productList__list > *:nth-child(82) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 21;
    grid-row: 21; }
  .fs-c-productList__list > *:nth-child(83) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 21;
    grid-row: 21; }
  .fs-c-productList__list > *:nth-child(84) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 21;
    grid-row: 21; }
  .fs-c-productList__list > *:nth-child(85) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 22;
    grid-row: 22; }
  .fs-c-productList__list > *:nth-child(86) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 22;
    grid-row: 22; }
  .fs-c-productList__list > *:nth-child(87) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 22;
    grid-row: 22; }
  .fs-c-productList__list > *:nth-child(88) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 22;
    grid-row: 22; }
  .fs-c-productList__list > *:nth-child(89) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 23;
    grid-row: 23; }
  .fs-c-productList__list > *:nth-child(90) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 23;
    grid-row: 23; }
  .fs-c-productList__list > *:nth-child(91) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 23;
    grid-row: 23; }
  .fs-c-productList__list > *:nth-child(92) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 23;
    grid-row: 23; }
  .fs-c-productList__list > *:nth-child(93) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 24;
    grid-row: 24; }
  .fs-c-productList__list > *:nth-child(94) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 24;
    grid-row: 24; }
  .fs-c-productList__list > *:nth-child(95) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 24;
    grid-row: 24; }
  .fs-c-productList__list > *:nth-child(96) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 24;
    grid-row: 24; }
  .fs-c-productList__list > *:nth-child(97) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 25;
    grid-row: 25; }
  .fs-c-productList__list > *:nth-child(98) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 25;
    grid-row: 25; }
  .fs-c-productList__list > *:nth-child(99) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 25;
    grid-row: 25; }
  .fs-c-productList__list > *:nth-child(100) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 25;
    grid-row: 25; }
  .fs-c-productList__list > *:nth-child(101) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 26;
    grid-row: 26; }
  .fs-c-productList__list > *:nth-child(102) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 26;
    grid-row: 26; }
  .fs-c-productList__list > *:nth-child(103) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 26;
    grid-row: 26; }
  .fs-c-productList__list > *:nth-child(104) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 26;
    grid-row: 26; }
  .fs-c-productList__list > *:nth-child(105) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 27;
    grid-row: 27; }
  .fs-c-productList__list > *:nth-child(106) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 27;
    grid-row: 27; }
  .fs-c-productList__list > *:nth-child(107) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 27;
    grid-row: 27; }
  .fs-c-productList__list > *:nth-child(108) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 27;
    grid-row: 27; }
  .fs-c-productList__list > *:nth-child(109) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 28;
    grid-row: 28; }
  .fs-c-productList__list > *:nth-child(110) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 28;
    grid-row: 28; }
  .fs-c-productList__list > *:nth-child(111) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 28;
    grid-row: 28; }
  .fs-c-productList__list > *:nth-child(112) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 28;
    grid-row: 28; }
  .fs-c-productList__list > *:nth-child(113) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 29;
    grid-row: 29; }
  .fs-c-productList__list > *:nth-child(114) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 29;
    grid-row: 29; }
  .fs-c-productList__list > *:nth-child(115) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 29;
    grid-row: 29; }
  .fs-c-productList__list > *:nth-child(116) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 29;
    grid-row: 29; }
  .fs-c-productList__list > *:nth-child(117) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 30;
    grid-row: 30; }
  .fs-c-productList__list > *:nth-child(118) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 30;
    grid-row: 30; }
  .fs-c-productList__list > *:nth-child(119) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 30;
    grid-row: 30; }
  .fs-c-productList__list > *:nth-child(120) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 30;
    grid-row: 30; }
  .fs-c-productList__list > *:nth-child(121) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 31;
    grid-row: 31; }
  .fs-c-productList__list > *:nth-child(122) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 31;
    grid-row: 31; }
  .fs-c-productList__list > *:nth-child(123) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 31;
    grid-row: 31; }
  .fs-c-productList__list > *:nth-child(124) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 31;
    grid-row: 31; }
  .fs-c-productList__list > *:nth-child(125) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 32;
    grid-row: 32; }
  .fs-c-productList__list > *:nth-child(126) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 32;
    grid-row: 32; }
  .fs-c-productList__list > *:nth-child(127) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 32;
    grid-row: 32; }
  .fs-c-productList__list > *:nth-child(128) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 32;
    grid-row: 32; }
  .fs-c-productList__list > *:nth-child(129) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 33;
    grid-row: 33; }
  .fs-c-productList__list > *:nth-child(130) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 33;
    grid-row: 33; }
  .fs-c-productList__list > *:nth-child(131) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 33;
    grid-row: 33; }
  .fs-c-productList__list > *:nth-child(132) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 33;
    grid-row: 33; }
  .fs-c-productList__list > *:nth-child(133) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 34;
    grid-row: 34; }
  .fs-c-productList__list > *:nth-child(134) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 34;
    grid-row: 34; }
  .fs-c-productList__list > *:nth-child(135) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 34;
    grid-row: 34; }
  .fs-c-productList__list > *:nth-child(136) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 34;
    grid-row: 34; }
  .fs-c-productList__list > *:nth-child(137) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 35;
    grid-row: 35; }
  .fs-c-productList__list > *:nth-child(138) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 35;
    grid-row: 35; }
  .fs-c-productList__list > *:nth-child(139) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 35;
    grid-row: 35; }
  .fs-c-productList__list > *:nth-child(140) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 35;
    grid-row: 35; }
  .fs-c-productList__list > *:nth-child(141) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 36;
    grid-row: 36; }
  .fs-c-productList__list > *:nth-child(142) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 36;
    grid-row: 36; }
  .fs-c-productList__list > *:nth-child(143) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 36;
    grid-row: 36; }
  .fs-c-productList__list > *:nth-child(144) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 36;
    grid-row: 36; }
  .fs-c-productList__list > *:nth-child(145) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 37;
    grid-row: 37; }
  .fs-c-productList__list > *:nth-child(146) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 37;
    grid-row: 37; }
  .fs-c-productList__list > *:nth-child(147) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 37;
    grid-row: 37; }
  .fs-c-productList__list > *:nth-child(148) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 37;
    grid-row: 37; }
  .fs-c-productList__list > *:nth-child(149) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 38;
    grid-row: 38; }
  .fs-c-productList__list > *:nth-child(150) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 38;
    grid-row: 38; }
  .fs-c-productList__list > *:nth-child(151) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 38;
    grid-row: 38; }
  .fs-c-productList__list > *:nth-child(152) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 38;
    grid-row: 38; }
  .fs-c-productList__list > *:nth-child(153) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 39;
    grid-row: 39; }
  .fs-c-productList__list > *:nth-child(154) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 39;
    grid-row: 39; }
  .fs-c-productList__list > *:nth-child(155) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 39;
    grid-row: 39; }
  .fs-c-productList__list > *:nth-child(156) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 39;
    grid-row: 39; }
  .fs-c-productList__list > *:nth-child(157) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 40;
    grid-row: 40; }
  .fs-c-productList__list > *:nth-child(158) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 40;
    grid-row: 40; }
  .fs-c-productList__list > *:nth-child(159) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 40;
    grid-row: 40; }
  .fs-c-productList__list > *:nth-child(160) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 40;
    grid-row: 40; }
  .fs-c-productList__list > *:nth-child(161) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 41;
    grid-row: 41; }
  .fs-c-productList__list > *:nth-child(162) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 41;
    grid-row: 41; }
  .fs-c-productList__list > *:nth-child(163) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 41;
    grid-row: 41; }
  .fs-c-productList__list > *:nth-child(164) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 41;
    grid-row: 41; }
  .fs-c-productList__list > *:nth-child(165) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 42;
    grid-row: 42; }
  .fs-c-productList__list > *:nth-child(166) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 42;
    grid-row: 42; }
  .fs-c-productList__list > *:nth-child(167) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 42;
    grid-row: 42; }
  .fs-c-productList__list > *:nth-child(168) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 42;
    grid-row: 42; }
  .fs-c-productList__list > *:nth-child(169) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 43;
    grid-row: 43; }
  .fs-c-productList__list > *:nth-child(170) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 43;
    grid-row: 43; }
  .fs-c-productList__list > *:nth-child(171) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 43;
    grid-row: 43; }
  .fs-c-productList__list > *:nth-child(172) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 43;
    grid-row: 43; }
  .fs-c-productList__list > *:nth-child(173) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 44;
    grid-row: 44; }
  .fs-c-productList__list > *:nth-child(174) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 44;
    grid-row: 44; }
  .fs-c-productList__list > *:nth-child(175) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 44;
    grid-row: 44; }
  .fs-c-productList__list > *:nth-child(176) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 44;
    grid-row: 44; }
  .fs-c-productList__list > *:nth-child(177) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 45;
    grid-row: 45; }
  .fs-c-productList__list > *:nth-child(178) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 45;
    grid-row: 45; }
  .fs-c-productList__list > *:nth-child(179) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 45;
    grid-row: 45; }
  .fs-c-productList__list > *:nth-child(180) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 45;
    grid-row: 45; }
  .fs-c-productList__list > *:nth-child(181) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 46;
    grid-row: 46; }
  .fs-c-productList__list > *:nth-child(182) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 46;
    grid-row: 46; }
  .fs-c-productList__list > *:nth-child(183) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 46;
    grid-row: 46; }
  .fs-c-productList__list > *:nth-child(184) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 46;
    grid-row: 46; }
  .fs-c-productList__list > *:nth-child(185) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 47;
    grid-row: 47; }
  .fs-c-productList__list > *:nth-child(186) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 47;
    grid-row: 47; }
  .fs-c-productList__list > *:nth-child(187) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 47;
    grid-row: 47; }
  .fs-c-productList__list > *:nth-child(188) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 47;
    grid-row: 47; }
  .fs-c-productList__list > *:nth-child(189) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 48;
    grid-row: 48; }
  .fs-c-productList__list > *:nth-child(190) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 48;
    grid-row: 48; }
  .fs-c-productList__list > *:nth-child(191) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 48;
    grid-row: 48; }
  .fs-c-productList__list > *:nth-child(192) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 48;
    grid-row: 48; }
  .fs-c-productList__list > *:nth-child(193) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 49;
    grid-row: 49; }
  .fs-c-productList__list > *:nth-child(194) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 49;
    grid-row: 49; }
  .fs-c-productList__list > *:nth-child(195) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 49;
    grid-row: 49; }
  .fs-c-productList__list > *:nth-child(196) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 49;
    grid-row: 49; }
  .fs-c-productList__list > *:nth-child(197) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 50;
    grid-row: 50; }
  .fs-c-productList__list > *:nth-child(198) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 50;
    grid-row: 50; }
  .fs-c-productList__list > *:nth-child(199) {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 50;
    grid-row: 50; }
  .fs-c-productList__list > *:nth-child(200) {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 50;
    grid-row: 50; } }

@-webkit-keyframes indicator {
  0% {
    width: 0;
    left: 0; }
  100% {
    width: 100%; } }

@keyframes indicator {
  0% {
    width: 0;
    left: 0; }
  100% {
    width: 100%; } }

/*# sourceMappingURL=map/layout.css.map */

/*
     FILE ARCHIVED ON 22:16:58 Sep 03, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:46:30 Mar 19, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  RedisCDXSource: 2.11
  esindex: 0.011
  CDXLines.iter: 17.557 (3)
  PetaboxLoader3.resolve: 32.903
  LoadShardBlock: 120.764 (3)
  PetaboxLoader3.datanode: 126.386 (4)
  captures_list: 146.496
  exclusion.robots.policy: 0.123
  exclusion.robots: 0.135
  load_resource: 89.09
*/

