.mv {
  content: "";
  background: url("../img/mv-bg.svg") no-repeat center/cover;
  width: 100%;
  height: 100%;
  height: 100vh;
  overflow: hidden;
}
.mv-content {
  position: absolute;
  top: calc(50% - 30px);
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 360px;
  width: 100%;
  text-align: center;
}
.mv-title {
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.mv-lead {
  font-size: 15px;
  display: block;
  margin-top: 11px;
}
.mv-img {
  width: 300px;
  height: auto;
}

.sec {
  padding: 40px 0;
}
.sec-new-designer {
  background: url("../img/new-designer-bg.svg") no-repeat center bottom/cover;
}
.sec-ledend-designer {
  background: url("../img/ledend-designer-bg.svg") no-repeat center bottom/cover;
}
.sec-all-designer {
  background: url("../img/all-designer-bg.svg") no-repeat center bottom/cover;
  background-size: cover;
  min-height: 400px;
  position: relative;
}
.sec-company {
  background: url("../img/company-bg.svg") no-repeat center bottom/cover;
}
.sec-goods {
  padding: 40px 0 0;
}
.sec-info {
  padding: 40px 0 0;
}
.sec-media {
  padding: 40px 0;
}

.container {
  text-align: center;
}

.title {
  font-size: 22px;
  font-weight: bold;
  color: #363636;
  text-align: center;
  margin-bottom: 20px;
}
.title > span {
  font-size: 14px;
  display: block;
  margin-top: 8px;
  font-weight: normal;
}

.btn {
  font-size: 16px;
  display: inline-block;
  width: 100%;
  max-width: 320px;
  color: #fff;
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0.1882352941);
  padding: 16px 8px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border-radius: 100px;
  margin-top: 32px;
}
.btn-color {
  background-image: linear-gradient(90deg, rgba(0, 136, 51, 0.5) 26%, rgb(8, 35, 86));
  border: solid #fff 2px;
}
.btn-small {
  font-size: 12px;
  max-width: 200px;
  margin-top: 0;
  padding: 8px 12px;
  box-shadow: 0px 0px 3px rgba(0, 0, 18, 0.1294117647);
  background-color: #fff;
  color: #333333;
}

.list {
  display: flex;
  flex-wrap: wrap;
  max-width: 390px;
  padding-left: 0;
  justify-content: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 12px;
}
.list::after {
  content: "";
  display: block;
  width: 48%;
}
.list-item {
  background-color: #fff;
  border-radius: 14px;
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.04), inset -2px -2px 4px rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 12px;
  width: 48%;
}
.list-item__img {
  border-radius: 12px;
}
.list-item-title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 4px;
}
.list-item-tax {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  row-gap: 8px;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.list-item-tax-label {
  font-size: 12px;
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, rgb(2, 0, 36) 0%, rgb(235, 242, 163) 0%, rgb(190, 243, 255) 100%);
  border-radius: 50px;
  padding: 5px 10px;
  margin-left: 0;
  margin-right: 0;
}
.list-item-rare {
  max-width: 90px !important;
}
.list-box {
  margin-bottom: 30px;
}
.list-sns {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.list-sns__box {
  padding: 8px;
  border-radius: 50px;
  background: #fff;
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.04), inset -2px -2px 4px rgba(255, 255, 255, 0.8);
  position: relative;
  height: 40px;
  width: 40px;
  display: inline-block;
}

.card {
  background: #fff;
  border-radius: 20px;
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.04), inset -2px -2px 4px rgba(255, 255, 255, 0.8);
  padding: 16px;
  transition: all 0.3s ease;
  text-align: center;
  width: 150px;
  max-width: 150px;
  min-width: 150px;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 47%;
}
.card > a {
  width: 100%;
}
.card-slide {
  max-width: 160px !important;
  width: 160px !important;
  justify-content: center;
}
.card-name {
  font-size: 16px;
  font-weight: bold;
  margin: 8px 0 4px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-job {
  margin-bottom: 8px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 8px;
}
.card-rare {
  width: 90px !important;
}
.card-goods-icon {
  border-radius: 8px;
  box-shadow: 0px 0px 3px rgba(0, 0, 18, 0.1294117647);
}
.card-company-ad {
  max-width: 100% !important;
  padding: 0;
  box-shadow: none;
  border-radius: 8px;
}
.card-company-ad__img {
  border-radius: 8px;
  box-shadow: 0px 0px 3px rgba(0, 0, 18, 0.1294117647);
}
.card-company-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 8px 0 4px 0;
}
.card-company-capture {
  border-radius: 8px;
}
.card-company-link {
  width: 100%;
}

.category-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.category-item {
  margin: 0;
}
.category-item__link {
  font-size: 12px;
  font-weight: bold;
  background-color: #fff;
  border-radius: 100px;
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.04), inset -2px -2px 4px rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 8px 16px;
  display: block;
}

.news-list {
  background-color: #fff;
  padding: 20px 20px 8px 20px;
  border-radius: 14px;
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.04), inset -2px -2px 4px rgba(255, 255, 255, 0.8);
}
.news-list__item {
  padding-bottom: 16px;
}
.news-list__item:nth-child(n+2) {
  border-top: solid 1px #F1F1F1;
  padding-top: 16px;
}
.news-title {
  font-size: 16px;
  font-weight: bold;
}
.news-date {
  font-size: 14px;
  color: #878787;
  margin-bottom: 4px;
}

.note-archive {
  margin: 40px 20px 60px;
}
.note-archive__item a {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.note-archive__item:not(:first-child) {
  margin-top: 30px;
}
.note-archive__heading {
  margin-bottom: 4px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.note-archive__date {
  font-size: 1.4rem;
  color: #888;
}
.note-archive__image {
  order: -1;
  margin: 0 -20px 12px;
}
.note-archive__image img {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=main.css.map */