.ilust-brand-view-wrap {
  width: 100%;
  margin: 30px auto;
}

.ilust-brand-view-wrap .guide {
  width: 92%;
  min-width: 280px;
  max-width: 1400px;
  margin: 0 auto;
}

.ilust-view-head {
  display: flex;
  flex-wrap: wrap;
}

.ilust-view-head .brand_img {
  width: 15.875em;
  height: 15.875em;
}

.ilust-view-head .brand_img img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.875em;
  object-fit: cover;
  object-position: center;
  background-color: #f7f4ee;
}

.ilust-brand-info {
  width: calc(100% - 15.875em);
  padding-left: 2.375em;
  margin: 0;
  list-style: none;
}

.ilust-brand-info .name {
  font-size: 1.875em;
  line-height: 1.17em;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
  color: #222;
  font-weight: 700;
}

.ilust-brand-info li + li {
  margin-top: 1.5em;
}

.ilust-brand-info .info_cont {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: flex-start;
}

.ilust-brand-info .tit {
  font-size: 1.5em;
  color: #222;
  font-weight: 700;
}

.ilust-brand-info .desc {
  flex: 1;
  font-size: 1.375em;
  font-weight: 700;
  color: #ffabd5;
  word-break: break-word;
}

.ilust-brand-info .brand_url {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 10em;
  padding: 0.7em 1.2em 0.8em;
  border-radius: 5em;
  text-align: center;
  background-color: #f2f4f5;
  color: #333;
  text-decoration: none;
  transition: all 0.2s;
}

.ilust-brand-info .brand_url:hover {
  background-color: #dff7f7;
  color: #111;
}

.ilust-view-cont {
  margin-top: 3.125em;
}

.ilust-brand-detail + .ilust-brand-detail {
  padding-top: 3em;
}

.ilust-brand-detail .tit {
  font-size: 1.5em;
  color: #222;
  font-weight: 700;
}

.ilust-brand-detail .desc {
  line-height: 1.7;
  padding-top: 1em;
  color: #333;
  white-space: pre-wrap;
}

.ilust-brand-gallery {
  margin-top: 2.625em;
}

.ilust-brand-gallery-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ilust-brand-gallery-item {
  width: calc(25% - 18px);
}

.ilust-exh-container {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 0.875em;
  background-color: #f7f4ee;
}

.ilust-exh-mask {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: black;
  transform: translate(-50%, -50%);
  text-align: center;
}

.ilust-exh-desc {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 32px);
  transform: translate(-50%, -50%);
  text-align: center;
}

.ilust-exh-text {
  color: white;
  font-size: 13px;
  line-height: 1.5;
}

.ilust-exh-container:hover .ilust-exh-mask {
  opacity: 0.7;
}

.ilust-exh-container:hover .ilust-exh-desc {
  opacity: 1;
}

.ilust-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.ilust-view-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  width: 100%;
  margin: 3em auto 0;
}

.ilust-view-actions .list_btn {
  min-width: 96px;
  margin: 0;
  padding: 10px 20px 11px;
  height: auto;
  border-radius: 999px;
}

@media screen and (max-width: 1200px) {
  .ilust-brand-gallery-item {
    width: calc(33.3333% - 16px);
  }
}

@media screen and (max-width: 760px) {
  .ilust-view-head {
    flex-direction: column;
    align-items: center;
  }

  .ilust-brand-info {
    width: 100%;
    padding-left: 0;
    padding-top: 2.5em;
  }

  .ilust-brand-info .brand_url {
    width: 100%;
  }

  .ilust-brand-detail + .ilust-brand-detail {
    padding-top: 2em;
  }

  .ilust-brand-detail .desc {
    font-size: 1.05em;
  }

  .ilust-brand-gallery-list {
    gap: 18px;
  }

  .ilust-brand-gallery-item {
    width: calc(50% - 9px);
  }
}

@media screen and (max-width: 560px) {
  .ilust-view-head .brand_img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .ilust-brand-info .name {
    font-size: 1.6em;
  }

  .ilust-brand-info .tit {
    font-size: 1.2em;
  }

  .ilust-brand-info .desc {
    font-size: 1.05em;
  }

  .ilust-brand-gallery-item {
    width: 100%;
  }

  .ilust-view-actions {
    flex-direction: column;
    align-items: center;
  }
}
