@charset "utf-8";<style><!--
< !-- < !-- .section-header {
  display: none;
}
section-header, #shopify-section-article-template .rte.img-rte, .article__title, .article__date {
  display:none;
}
    .collection__wrapper {
      width: 100%;
      max-width: 1100px;
      padding-left: 100px;
      padding-right: 100px;
      padding-bottom: 100px;
      margin:0 auto;
    }
    @media screen and (max-width:750px) {
      .collection__wrapper {
        width: 100%;
        max-width: 1100px;
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 100px;
        margin:0 auto;
      }
    }


.section-header {
  display: none;
}

.collection-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 150px;
}

.col-row {
  width: 100%;
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.col-rap {
  position: relative;
  width: 50%;
}

.col-rap:before {
  content: '';
  display: block;
  padding-top: 143.7797%;
}

.col-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20px;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-1 {
  width: 90% !important;
  position: absolute;
  right: 0px;
  top: 20px;
  padding: 20px;
}

.img-4 {
  width: 90% !important;
}

.img-7 {
  width: 60% !important;
}

.img-8 {
  width: 95% !important;
  position: absolute;
  right: 20px;
  top: -5px;
}

.img-10 {
  width: 60% !important;
  position: absolute;
  right: 20px;
  bottom: 40px;
}

.img-11 {
  width: 80% !important;
}

.pc-hidden {
  display: none;
}

.sp-hidden {
  display: initial;
}

.sp-font2  {
  font-size: 10px;
}

@media screen and (max-width:768px) {
  .col-row {
    overflow: hidden;
    margin-top: 0px;
    display: initial;
  }

  .sp-margin {
    margin-top: 30px;
  }

  .col-rap {
    width: 100%;
    line-height: 0;
  }

  .collection-img {
    margin-top: 30px;
  }

  .img-1,
  .img-4,
  .img-7,
  .img-8,
  .img-10,
  .img-11 {
    width: 100% !important;
    margin-top: 30px;
    position: initial;
    top: initial;
    right: initial;
    bottom: initial;
    padding: initial;
  }

  .img-4 {
    margin-top: 0px;
  }

  .pc-hidden {
    display: initial;
  }

  .sp-hidden {
    display: none;
  }

  .sp-font {
    font-size: 12px;
  }

  .sp-font2 {
    font-size: 10px;
  }

  .col-content {
    position: initial;
    top: initial;
    left: initial;
    bottom: initial;
    right: initial;
    padding: 0px;
  }

  .col-rap:before {
    display: initial;
    padding-top: initial;
  }
}
--></style>