.slide {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #000; }
  @media screen and (min-width: 769px) {
    .slide {
      height: calc(100vh - 70px);
      margin-bottom: 10px; } }
  @media screen and (max-width: 768px) {
    .slide {
      height: calc(100vh - 90px); } }
  .slide h2 {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    text-align: right;
    line-height: 1.2;
    font-weight: 700;
    color: #FFF;
    z-index: 5; }
    @media screen and (min-width: 769px) {
      .slide h2 {
        font-size: 54px;
        right: 100px;
        letter-spacing: .1em } }
    @media screen and (max-width: 768px) {
      .slide h2 {
        font-size: 30px;
        right: 22px; } }
  .slide ul {
    width: 100%;
    height: 100%;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
    .slide ul li {
      width: 100%;
      height: 100%;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover; }
    .slide ul li a {
      display: block;
      width: 100%;
      height: 100%;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: cover; }
  .slide .icon span {
    opacity: 0.5;
    background-color: #FFF; }
    .slide .icon span.swiper-pagination-bullet-active {
      opacity: 1; }

.catalog_link {
  letter-spacing: .065em;
  font-weight: 500;
  font-family: 'Work Sans', sans-serif;
  line-height: 1.5 }
  @media screen and (min-width: 769px) {
    .catalog_link {
      margin-top: -10px;
      font-size: 32px; }
      .catalog_link a {
        height: 235px;
        transition: opacity .3s; }
        .catalog_link a:hover {
          opacity: .8; } }
  @media screen and (max-width: 768px) {
    .catalog_link {
      font-size: 18px; }
      .catalog_link a {
        height: 33.333vw; }
  }
  .catalog_link a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #4C4948;
    text-align: center; }

.category {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-color: #e6e6e6;
  font-family: 'Work Sans', sans-serif; }
  @media screen and (min-width: 769px) {
    .category {
      margin-bottom: 10px; } }
  @media screen and (max-width: 768px) {
    .category {
      margin-bottom: 8px; } }
  .category .inside {
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Work Sans', sans-serif;
    font-weight: 700; }
    .category .inside h3 {
      font-family: 'Work Sans', sans-serif; }
    .category .inside:before {
      content: "";
      width: 100%;
      height: 0;
      position: relative;
      display: block;
      padding-top: 112.5%; }
    .category .inside a {
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      color: #777; }
    .category .inside h3 {
      position: absolute;
      letter-spacing: .065em;
      font-weight: 500;
      font-family: 'Work Sans', sans-serif; }
    .category .inside p {
      position: absolute;
      line-height: 1.2;
      letter-spacing: .13em;
      font-weight: 600; }
      .category .inside p strong {
        display: block;
        letter-spacing: .08em; }
    @media screen and (min-width: 769px) {
      .category .inside {
        width: 33.3333%; }
        .category .inside h3 {
          top: 33px;
          left: 40px;
          line-height: 1.5;
          font-size: 28px; }
        .category .inside p {
          bottom: 40px;
          left: 40px;
          font-size: 16px; }
          .category .inside p strong {
            margin-bottom: 7px;
            font-size: 24px; } }
    @media screen and (max-width: 768px) {
      .category .inside {
        width: 50%; }
        .category .inside h3 {
          top: 12px;
          left: 15px;
          right: 15px;
          line-height: 1.2;
          font-size: 14px; }
        .category .inside p {
          bottom: 15px;
          left: 15px;
          font-size: 9px; }
          .category .inside p strong {
            margin-bottom: 2px;
            font-size: 15px; } }
    .category .inside a {
      -webkit-transition: background 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
      transition: background 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75); }
      .category .inside a p {
        -webkit-transform: translateY(100px);
            -ms-transform: translateY(100px);
                transform: translateY(100px);
        -webkit-transition: -webkit-transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: -webkit-transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1); }
      .category .inside a.isHover {
        background-color: rgba(255, 255, 255, 0.2); }
        .category .inside a.isHover p {
          -webkit-transform: translateY(0);
              -ms-transform: translateY(0);
                  transform: translateY(0); }

.bnr {
  width: 100%; }
  @media screen and (min-width: 769px) {
    .bnr {
      margin-bottom: 10px; }
      .bnr a {
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
        -webkit-transition: -webkit-filter 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
        transition: -webkit-filter 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
        transition: filter 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
        transition: filter 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75), -webkit-filter 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75); }
        .bnr a.isHover {
          -webkit-filter: grayscale(0%);
                  filter: grayscale(0%); }
    .bnr.type02 {
      }
      .bnr.type02 a {
        -webkit-filter: brightness(100%);
                filter: brightness(100%); }
        .bnr.type02 a.isHover {
          -webkit-filter: brightness(110%);
                  filter: brightness(110%); } }
  @media screen and (max-width: 768px) {
    .bnr {
      margin-bottom: 8px; } }
  .bnr img {
    width: 100%;
    height: auto; }
  .bnr a {
    display: block; }

/*# sourceMappingURL=index.css.map */
