@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:900|Noto+Sans|Open+Sans:400,600,800");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
.category {
  margin: 10px auto;
  font-family: 'Noto Sans', sans-serif; }
  @media screen and (max-width: 767px) {
    .category {
      margin: 0 auto; } }
  .category > .category-tit {
    width: 100%;
    font-size: 5rem;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    background: #eee;
    line-height: 120px; }
    @media screen and (max-width: 767px) {
      .category > .category-tit {
        font-size: 4rem;
        line-height: 40px;
        padding: 36px 0 36px 0; } }

.category-mv {
  position: relative; }
  .category-mv .category-tit {
    font-size: 12rem;
    font-weight: 600;
    height: 1em;
    color: #FFF;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-shadow: 0px 0px 5px #000000;
    font-family: 'Open Sans', sans-serif;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .category-mv .category-tit {
        font-size: 4rem; } }
  .category-mv .jpn {
    font-size: 10rem;
    font-weight: 600;
    height: 1em;
    color: #FFF;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-shadow: 0px 0px 5px #000000;
    font-family: 'Open Sans', sans-serif;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .category-mv .jpn {
        font-size: 4rem; } }
  .category-mv img {
    display: block;
    width: 100%;
    margin: 0 auto; }

.category-subtit {
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 767px) {
    .category-subtit {
      margin-bottom: 5%; } }

.category-img {
  text-align: center; }

.category-slide {
  overflow: hidden;
  margin: 0 auto 80px; }

.category-slide__wrap {
  margin: auto;
  max-width: 960px; }

.category-slick .slick-slide {
  padding: 0 20px; }
.category-slick .slick-list {
  overflow: inherit; }
.category-slick img {
  display: block;
  width: 100%;
  height: auto; }
@media screen and (max-width: 767px) {
  .category-slick .slick-slide {
    padding: 0 8px; }
  .category-slick .slick-list {
    margin-left: 0px; } }

.category-nav {
  margin: 50px auto 80px;
  width: 960px; }
  @media screen and (max-width: 767px) {
    .category-nav {
      width: 100%;
      margin: 10% auto; } }
  .category-nav ul {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -js-display: flex; }
    @media screen and (max-width: 767px) {
      .category-nav ul {
        margin: 0 16px;
        justify-content: space-between; } }
  .category-nav li {
    width: 225px;
    box-sizing: border-box;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #000000;
    line-height: 1.7;
    margin: 20px 20px 0 0;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .category-nav li {
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        -webkit-transition: 0.2s;
        transition: 0.2s; }
        .category-nav li:hover {
          background: #000000; }
        .category-nav li:nth-of-type(-n+4) {
          margin-top: 0; }
        .category-nav li:nth-of-type(4n) {
          margin-right: 0; } }
    @media screen and (max-width: 767px) {
      .category-nav li {
        width: 48%;
        margin: 0 0 4% 0;
        font-size: 1.3rem;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center; } }
    .category-nav li.select {
      color: #FFF;
      background: #000000;
      padding: 10px 0; }
    .category-nav li a {
      display: block;
      padding: 10px 0;
      color: #000000; }
      @media screen and (min-width: 768px) {
        .category-nav li a:hover {
          color: #FFFFFF;
          text-decoration: none; } }

.category-item {
  margin: 0 auto 80px;
  width: 960px; }
  @media screen and (max-width: 767px) {
    .category-item {
      width: 100%; } }
  .category-item ul {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -js-display: flex; }
  .category-item li {
    box-sizing: border-box; }
    .category-item li a div {
      position: relative; }
    .category-item li.soldout a div:before {
      content: "売り切れ";
      font-size: 1.4rem;
      color: #FFF;
      text-align: center;
      line-height: 30px;
      background: rgba(0, 0, 0, 0.8);
      display: block;
      position: absolute;
      width: 100%;
      bottom: 0; }
  .category-item img {
    display: block;
    margin-bottom: 4px;
    width: 100%;
    height: auto; }
  .category-item .item-name,
  .category-item .description-lowya {
    display: none; }
  .category-item .catch-lowya {
    font-size: 1.3rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 4px; }
    @media screen and (max-width: 767px) {
      .category-item .catch-lowya {
        font-size: 1.1rem;
        font-weight: 100; } }
  .category-item .csv-price {
    font-size: 1.4rem;
    text-align: center;
    font-family: 'Lato', sans-serif; }
  @media screen and (min-width: 768px) {
    .category-item li {
      margin-top: 20px;
      margin-right: 20px;
      width: 225px; }
      .category-item li:nth-of-type(-n+4) {
        margin-top: 0; }
      .category-item li:nth-of-type(4n) {
        margin-right: 0; } }
  @media screen and (max-width: 767px) {
    .category-item ul {
      margin: 0 8px; }
    .category-item li {
      margin-top: 16px;
      padding: 0 8px;
      width: 50%; }
      .category-item li:nth-of-type(-n+2) {
        margin-top: 0; } }

.category-slider {
  width: 960px;
  height: 700px; }

.category-slider__wrap {
  margin: 50px auto 0;
  max-width: 960px; }

.category-slider__tit {
  position: absolute;
  z-index: 1;
  top: -50px;
  right: 0;
  left: 0;
  margin: auto;
  width: 220px;
  height: 110px; }

#risFil .risfHeadFootWrap {
  margin-bottom: 32px; }
  #risFil .risfHeadFootWrap .risfHeadPart {
    height: auto; }
    #risFil .risfHeadFootWrap .risfHeadPart .risfHeadCheck {
      width: auto; }
      #risFil .risfHeadFootWrap .risfHeadPart .risfHeadCheck li {
        font-size: 1.4rem; }

.category_itemnamelink {
  position: relative;
  top: -16px;
  display: block;
  overflow: hidden;
  margin: 5px 0 0 0px;
  padding: 0px;
  width: 170px;
  height: 3em;
  line-height: 1.5;
  text-align: justify;
  text-decoration: none;
  text-justify: distribute;
  color: #000 !important;
  background-color: white; }
  .category_itemnamelink:hover {
    top: -17px;
    text-decoration: none; }

span.category_itemprice {
  position: relative;
  top: -10px;
  margin-bottom: -10px;
  padding: 0px;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  color: #f00 !important; }

span.category_itemtaxpostage {
  position: relative;
  top: -10px;
  margin-bottom: -10px;
  padding: 0px;
  font-size: 10px;
  white-space: nowrap;
  letter-spacing: 1.0; }

.not {
  text-align: right;
  white-space: nowrap;
  letter-spacing: -0.4; }

#risFil img {
  margin: -3px;
  padding: 0;
  font-size: 13px;
  border: 0; }
#risFil .risfClfx img {
  margin: 0;
  padding: 0;
  font-size: 13px;
  border: 0; }

.sofa-c {
  width: 740px;
  height: 15700px; }

.light-c {
  width: 740px;
  height: 4630px; }

.tv-c {
  width: 740px;
  height: 8240px; }

.st-c {
  width: 740px;
  height: 6650px; }

.pd-c {
  width: 740px;
  height: 8600px; }

.futon-c {
  width: 740px;
  height: 7550px; }

.oc-c {
  width: 740px;
  height: 5700px; }

.bed-c {
  width: 740px;
  height: 6000px; }

.dn-c {
  width: 740px;
  height: 5500px; }

.kitchen-c {
  width: 740px;
  height: 2750px; }

.lagmat-c-01 {
  width: 740px;
  height: 2950px; }

.lagmat-c-02 {
  width: 740px;
  height: 700px; }

.lagmat-c-03 {
  width: 740px;
  height: 500px; }

.garden-c {
  width: 740px;
  height: 4300px; }

.norzy-c {
  width: 740px;
  height: 2260px; }

#common-large {
  display: none;
  visibility: hidden; }

.header-chat {
  display: none; }

.MovieTitle {
  border-bottom: 1px solid;
  margin-bottom: 20px; }

li#MovieIndexTitB {
  padding: 20px 0 20px 0; }

li#MovieIndexTit {
  background: #e3e3e3;
  padding: 10px; }

li#MovieIndexComment {
  padding: 10px;
  margin-bottom: 10px; }

.MovieContainer {
  width: 100%;
  background: black; }
  .MovieContainer li {
    margin: 0 auto;
    text-align: center;
    width: 640px;
    display: block;
    padding: 20px;
    background: #000;
    color: white; }
  .MovieContainer p.MovieTop {
    text-align: right;
    padding: 20px;
    background: white;
    display: block; }
