@charset "UTF-8";
.mariaveiltexts {
  background: none;
}

.spaceArea [data-slidearea01c] {
  padding: 0 5%;
  overflow: hidden;
}
.spaceArea [data-slidearea01c] .content .link > .in .titleunder {
  font-family: "Bentham", serif;
  font-size: 2.5rem;
  display: block;
  margin-top: 6px;
  color: #A68C53;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .spaceArea [data-slidearea01c] .content .link > .in .titleunder {
    font-size: 2rem;
  }
}
.spaceArea [data-slidearea01c] .content .link > .in .titleunder span {
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .spaceArea [data-slidearea01c] .content .link > .in .titleunder span {
    font-size: 13px;
  }
}

.spaceArea .title01.title01Type01.type01_02:before {
  content: "Brand";
}

.contentWrapIn .dress-list {
  display: flex !important;
  justify-content: center;
  gap: 30px;
  margin: 30px 0;
}
@media screen and (max-width: 640px) {
  .contentWrapIn .dress-list {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
  }
}
@media screen and (max-width: 640px) {
  .contentWrapIn .dress-list .link {
    width: 47%;
  }
}

.type01-brand {
  font-family: "a-otf-ryumin-pr6n", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.type01-brand p {
  font-size: 16px;
  margin: 30px 0;
  color: #1a1a1a;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .type01-brand p {
    font-size: 13px;
    margin: 20px 0 0;
    text-align: left;
  }
}
.type01-brand .gallerybox_link {
  display: block;
  margin: 80px 0 0;
  position: relative;
  transition: 0.2s;
}
@media screen and (max-width: 640px) {
  .type01-brand .gallerybox_link {
    display: block;
    text-align: center;
    margin: 5rem 0 30px;
  }
}
.type01-brand .gallerybox_link .gallerybox_link_button {
  display: block;
  border: 1px solid #A48A53;
  line-height: 1;
  font-size: 2rem;
  letter-spacing: 0.1rem;
  margin: auto;
  position: relative;
  transition: 0.2s;
  padding: 30px 70px;
  color: #A48A53;
  max-width: 270px;
}
@media (max-width: 640px) {
  .type01-brand .gallerybox_link .gallerybox_link_button {
    padding: 2.5rem;
    font-size: 1.5rem;
    width: 75%;
  }
}
.type01-brand .gallerybox_link .gallerybox_link_button:before, .type01-brand .gallerybox_link .gallerybox_link_button:after {
  content: "";
  display: block;
  background-color: #A48A53;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.type01-brand .gallerybox_link .gallerybox_link_button:before {
  top: 0;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.type01-brand .gallerybox_link .gallerybox_link_button:after {
  bottom: 0;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
.type01-brand .gallerybox_link .gallerybox_link_button > * {
  position: relative;
  z-index: 1;
}
.type01-brand .gallerybox_link .gallerybox_link_button:hover {
  border: 1px solid rgba(0, 0, 0, 0);
  color: #FFF;
}
.type01-brand .gallerybox_link .gallerybox_link_button:hover:before, .type01-brand .gallerybox_link .gallerybox_link_button:hover:after {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.type01-brand-contents {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: left;
  gap: 50px;
  color: #1a1a1a;
}
@media screen and (max-width: 640px) {
  .type01-brand-contents {
    display: flex;
    flex-direction: column;
    gap: 0;
    font-size: 13px;
  }
}
@media screen and (max-width: 640px) {
  .type01-brand-contents ul li {
    display: flex;
  }
}

@media screen and (max-width: 640px) {
  .dress-top {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

._instabnr {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  ._instabnr {
    margin-top: 5rem;
  }
}
