@charset "utf-8";<style><!--
.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, .img-rte {
  display:none;
}

.pc-hidden {
  display: none;
}

.collection-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 120px;
  max-width: 900px;
  width: 100%;
}

.collection-row div.middle-box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.font-inter {
  font-family: 'Inter', sans-serif !important;
  letter-spacing: 0.16em;
}

.collection-row p {
  font-size: 12px;
  margin-bottom: 0px;
}

.default-container {
  display: flex;
  width: 100%;
}

.default-container div {
  max-width: 600px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.description-container {
  display: flex;
  padding-top: 100px;
  background-color: #fff;
}

.cep-l {
  margin-top: 50px;
}

.cep-m {
  margin-top: 25px;
}

.cep-s {
  margin-top: 12.5px;
}

.collection-row-title {
  font-weight: 600;
  font-size: 18px !important;
}

.description {
  font-size: 10px !important;
  line-height: 1.7;
  color: #000;
  transform: scale(0.9);
  transform-origin: left;
}

.comment-title {
  border-left: 1px solid #000;
  padding-left: 10px;
  font-weight:bold;
}
.interviewer {
  
}
.designer {
}
.comment {
  margin-top:30px;
}
.profile {
  font-weight:normal;
  font-size:10px !important;
  margin-top:30px;
}
.img-main {
  width:80% !important;
}

@media screen and (max-width:768px) {
  .collection-row {
    margin-top: 70px;
  }

  .pc-hidden {
    display: block;
  }

  .sp-hidden {
    display: none;
  }

  .description-container {
    display: block;
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .description-container div:nth-child(even) {
    width: 100%;
    margin-top: 30px;
    padding-left: initial;
  }

  .description-container div:nth-child(odd) {
    width: 100%;
    padding-right: initial;
  }

  .default-container div {
    width: 100%;
    padding: 0;
  }

  .default-container div {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .img-main {
    width:100% !important;
  }

}
--></style>