.l-wrapper {
  padding-top: 80px;
}

h1.page-title {
  font-size: 24px;
}

h2.page-sub-title {
  font-size: 18px;
}

.sc-title {
  font-size: 18px;
}

.works-morelink {
  padding: 10px 40px;
  display: inline-block;
  background-color: #fff;
  font-size: 20px;
  color: #000;
  border-radius: 32px;
  overflow: hidden;
}

.works-morelink:hover {
  background-color: #ddd;
  color: #000;
}

.vword {
  position: absolute;
  right: 2px;
  top: 0;
  font-size: 60px;
  font-weight: 700;
  word-break: keep-all;
  white-space: nowrap;
  color: #ddd;
  -webkit-transform: rotate(90deg) translateX(100%);
  transform: rotate(90deg) translateX(100%);
  transform-origin: right top;
  z-index: 0;
}

.dtp-figure {
  margin-top: 10vw;
  padding: 0 6%;
}

.profile-list {
  padding: 0 20px;
  width: 100%;
  border: 1px solid #fff;
}

.profile-li {
  padding: 20px 0;
  border-bottom: 1px solid #999;
}

.profile-list .profile-li:last-child {
  border-bottom: none;
}

.profile-li-title {
  margin-bottom: 20px;
  padding-right: 20px;
  position: relative;
  display: inline-block;
}

.profile-li-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.article-meta .cat a {
  padding: 4px;
  line-height: 1;
  display: inline-block;
  color: #fff;
  background-color: #999;
  border-radius: 16px;
}

.article-ft {
  margin-bottom: 60px;
}

.article-works-content-title {
  font-size: 20px;
}

.article-meta .cat a {
  padding: 4px;
  line-height: 1;
  display: inline-block;
  color: var(--co-color-white);
  background-color: var(--co-color-light);
  border-radius: 16px;
}

/* Slider
//////////////////////////////////////////////*/
.s-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
}

.slider {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 32px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1;
}

.s-container {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  z-index: 1;
}

.s-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.s-c-3d .s-slide {
  width: 540px;
  height: 380px;
  max-width: calc(100% - 48px);
  border-radius: 8px;
  background: #fff;
}

.s-slide-container {
  height: 100%;
}

.s-figure {
  height: 100%;
  display: block;
}

.s-figure img {
  -webkit-box-reflect: below 2px -webkit-linear-gradient(bottom, rgba(255, 0, 0, 0.2) 0%, transparent 32px, transparent 100%);
}

.s-txt {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 88px 16px 24px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  color: #fff;
}

.s-link {
  color: #fff;
}

.s-link:hover {
  color: #ddd;
}

.s-b-p,
.s-b-n {
  position: absolute;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

.s-b-p {
  left: 0;
}

.s-b-n {
  right: 0;
}

.s-b-p::before,
.s-b-n::before {
  font-size: 30px;
}

.s-nav {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate(0);
  z-index: 10;
}

.swiper-pagination-bullet {
  margin: 0 4px;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.2;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

@media screen and (min-width: 481px) {
  h1.page-title {
    font-size: 36px;
  }
  h2.page-sub-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 960px) {
  .vword {
    font-size: 100px;
  }
  .profile-li {
    width: 100%;
  }
  .profile-li-title {
    margin-bottom: 0;
    width: 120px;
  }
  .profile-li-title::after {
    content: none;
  }
  .profile-li-txt {
    -webkit-flex: 1;
    flex: 1;
  }
  .contact-form-item-title {
    margin-right: 20px;
    width: 140px;
  }
  .contact-form-item-input {
    -webkit-flex: 1;
    flex: 1;
  }
}