@charset "utf-8";

@media print, screen and (min-width: 768px) {
  .banner-area {
    margin-top: 60px;
  }

  .banner-area ul {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: flex-start;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .banner-area ul > li {
    margin-right: 35px;
  }

  .banner-area ul > li:nth-child(3n) {
    margin-right: 0;
  }

  .banner-area .container {
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .banner-area .contents {
    width: 100%;
    margin: 0;
    padding-bottom: 0;
  }

  .banner-area .heading-lv4.mens-type,
  .banner-area .heading-lv4.ladies-type {
    height: 100px;
    margin: 0 -15px;
    padding-top: 33px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
  }

  .banner-area .heading-lv4.mens-type {
    background-image: url("../../assets/images/men_background.jpg");
    background-position: 50% 0;
  }

  .banner-area .heading-lv4.ladies-type {
    background-image: url("../../assets/images/woman_background.jpg");
    background-position: 70% 0;
  }

  .banner-area .heading-lv4.mens-type .heading_title,
  .banner-area .heading-lv4.ladies-type .heading_title {
    margin: 0;
    color: #ffffff;
    font-size: 2.3rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
  }

  .banner-area .class-column-top {
    margin-top: 35px;
    padding: 0 15%;
  }

  .banner-area .class-column-top .column_item {
    position: relative;
    width: 100%;
    margin-top: 15px;
  }

  .banner-area .class-column-top .column_item.fashion-type {
    margin-top: 0;
    background: #f4f4f4;
  }

  .banner-area .class-column-top .column_item.sports-type {
    background: #f4f4fb;
  }

  .banner-area .class-column-top .column_item.business-type {
    margin-right: 0;
    background: #fbf4e6;
  }

  .banner-area .class-column-top .column_item .item-heading {
    position: absolute;
    top: 15px;
    left: -20px;
    margin: 0;
    color: #000000;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.3;
  }

  .banner-area .class-column-top .column_item .item-heading::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 34px;
    height: 1px;
    background: #000000;
  }

  .banner-area .class-column-top .column_item a {
    display: block;
    width: 100%;
    min-height: 188px;
    padding-top: 20px;
    color: #000000;
    text-align: center;
    text-decoration: none;
  }

  .banner-area .class-column-top .column_item .item-image {
    margin: 0;
  }

  .banner-area .class-column-top .column_item a img {
    width: auto;
    height: 145px;
  }
}

@media screen and (max-width: 767px) {
  .banner-area {
    margin-top: 42px;
  }

  .banner-area ul {
    display: block;
    margin: 0;
    padding: 0 12px;
    list-style: none;
  }

  .banner-area ul > li {
    width: 100% !important;
    margin: 0 !important;
  }

  .banner-area ul > li + li {
    margin-top: 26px !important;
  }

  .banner-area .container {
    max-width: none;
  }

  .banner-area .heading-lv4.mens-type,
  .banner-area .heading-lv4.ladies-type {
    height: 88px;
    margin: 0;
    padding-top: 30px;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .banner-area .heading-lv4.mens-type {
    background-image: url("../../assets/images/men_background.jpg");
    background-position: 50% 0;
  }

  .banner-area .heading-lv4.ladies-type {
    background-image: url("../../assets/images/woman_background.jpg");
    background-position: 70% 0;
  }

  .banner-area .heading_title {
    margin: 0;
    color: #ffffff;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
  }

  .banner-area .class-column-top {
    margin-top: 24px;
    padding: 0 12%;
  }

  .banner-area .class-column-top .column_item {
    position: relative;
    margin-top: 12px;
  }

  .banner-area .class-column-top .column_item.fashion-type {
    margin-top: 0;
    background: #f4f4f4;
  }

  .banner-area .class-column-top .column_item.sports-type {
    background: #f4f4fb;
  }

  .banner-area .class-column-top .column_item.business-type {
    background: #fbf4e6;
  }

  .banner-area .class-column-top .column_item a {
    display: block;
    min-height: 158px;
    padding-top: 18px;
    color: #000000;
    text-align: center;
    text-decoration: none;
  }

  .banner-area .class-column-top .column_item .item-heading {
    position: absolute;
    top: 14px;
    left: -16px;
    margin: 0;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.3;
  }

  .banner-area .class-column-top .column_item .item-heading::after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 34px;
    height: 1px;
    background: #000000;
  }

  .banner-area .class-column-top .column_item .item-image {
    margin: 0;
  }

  .banner-area .class-column-top .column_item img {
    width: auto;
    height: 118px;
  }
}
