/* image */
img { width: 100%; height: auto; }
[data-aspect-ratio="375:500"]:before { padding-top: calc((500/375) * 100%) }

/* body */
body { background-color: #fff; }

/* section */
.coordinateItems .swiper-container { padding-bottom: 0; }
.imgLook .swiper-button-next,
.imgLook .swiper-button-prev { margin-top: -25px; }
.coordinateItems li .fr-body { margin-bottom: 0; }
.fr-linkButton { margin-bottom: 0; }
.fr-anchorButton.-noShadow { box-shadow: none; }

@media screen and (min-width: 813px) {

  /* section */
  a[href]:hover img { opacity: 0.5; }
  .swiper-button-next,
  .swiper-button-prev { margin-top: -33px; }
  .swiper-parent { overflow: hidden; }
  .productItems { max-width: 924px; margin-left: auto; margin-right: auto; }
  .imgLook .js-carousel-destroy li { width: 50%; }
  .imgLook .js-carousel-destroy li:first-child { padding-right: 12px; }
  .imgLook .js-carousel-destroy li:last-child { padding-left: 12px; }
  .imgLook .js-carousel .swiper-button-next,
  .imgLook .js-carousel .swiper-button-prev { margin-top: -40px; }
  .imgLook .swiper-container { padding-bottom: 0; }

}

@media screen and (max-width: 861px){
  body.layout_theory #mainWrap.stylingPage .main_wrap a{
    color: #1b1b1b;
    text-decoration: none;
  }
}

// Archive Link
    .winter_collection_content_08 {
      border-top: 1px solid #000;
      padding-top: 100px;
      margin-left: auto;
      margin-right: auto;

      @media screen and (min-width: $breakpoint) {
        width: calc(1220 / 1800 * 100%) ;
      }

      @media screen and (max-width: $breakpoint - 1){
        width: calc(640 / 750 * 100%) ;
        padding-top: 80px;
      }

      .archive_title {
        text-align: center;
        font-size: 30px;
        line-height: 1;
        font-family: "theory-web-ulweb-ul";
        margin-bottom: 100px;
        @media screen and (max-width: $breakpoint - 1){
          font-size: 28px;
          margin-bottom: 50px;
        }
      }

      .archive_list {
        width: calc( 1010 / 1220 * 100%);
        margin: 0 auto 240px;
        list-style: none;
        display: -webkit-flex;
        display:-ms-flexbox;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;


        @media screen and (max-width: $breakpoint - 1){
          width : calc(540 / 650 * 100%) ;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 150px;
          flex-direction: column;
        }

        .archive_list_item {
          width: calc(454 / 1010 * 100%);
          @media screen and (max-width: $breakpoint - 1){
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-direction: row;
          }
          a.header_adjust {
            display: block;
            position: relative;
            @media screen and (min-width: $breakpoint) {
              top: -107px;
            }
          }

          &:not(:last-child) {
            @media screen and (min-width: $breakpoint) {
              margin-bottom: 92px;
            }
            @media screen and (max-width: $breakpoint - 1){
              margin-bottom: 20px;
            }
          }

          figure{
            margin-bottom: 40px;
            margin-left: 0;
            margin-right: 0;
            @media screen and (max-width: $breakpoint - 1){
              width : 100%;
              margin-bottom: 6px;
            }
            img {
              margin: auto;
            }
          }
          p{
            font-size: 16px;
            line-height: 1.375;
            text-align: center;
            margin-bottom: 0;
            @media screen and (max-width: $breakpoint - 1){
              width : 100%;
              font-size: 14px;
              text-align: left;
              margin-bottom: 4px;
            }
          }
        }

        .archive_list_item_link {
          color: #555;
          &:hover {
            text-decoration: none;
          }
          @media screen and (max-width: $breakpoint - 1){
            width: 100%;
          }
        }
      }
    }