@charset "UTF-8";

img {
  width: 100%;
  height: auto;
}

/* text */
h2.article-title {
  color: #000;
  font-family: "Hiragino Sans";
  font-size: 25px;
  font-weight: 700;
  line-height: 140%;
}

h2.article-title span {
  display: block;
  font-size: 12px;
  line-height: normal;
}

h3.article-heading {
  color: #000;
  font-family: "Hiragino Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

p.article-intro,
p.article-text {
  position: relative;
  color: #000;
  font-family: "Hiragino Sans";
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
}

p.article-credit {
  color: #000;
  text-align: right;
  font-family: "Helvetica Neue";
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
}

div.profile-name {
  color: #000;
  font-family: "Hiragino Sans";
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
  text-align: left;
}

p.profile-description {
  color: #000;
  font-family: "Hiragino Sans";
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: 17px;
}

p.profile-sns {
  color: #999;
  font-family: "Hiragino Sans";
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  /* 160% */
}

/* block */
.wyh-article {
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 80px;
}

.name {
  filter: hue-rotate(180deg);
  /* 色相を180度回転させる */
  mix-blend-mode: exclusion;
  /* 除外モードでブレンドする */
  position: fixed;
  bottom: 0;
  z-index: 1;
}

@media (min-width: 540px) {
  .name {
    filter: none;
    mix-blend-mode: normal;
    bottom: 40px;
  }
}

.name img {
  width: 69px;
  height: 100%;
}

.wyh-article .link {
  text-decoration: underline;
  color: #000;
}

.wyh-article .container {
  padding: 0;
}

.article-media {
  margin-top: 80px;
}

.type-video {
  position: relative;
  z-index: 10;
}

.article-block {
  margin-top: 40px;
}

.article-title,
.article-intro {
  margin-top: 40px;
}

.article-credit {
  margin-top: 25px;
}

.article-credit .link {
  color: #000;
}

.profile-sns .link {
  color: #999;
}

.article-text {
  margin-top: 25px;
}

.article-name {
  display: block;
  font-family: "Hiragino Sans";
  font-size: 11px;
  font-weight: 700;
  line-height: 20px;
}

.article-head,
.article-content {
  padding-left: 100px;
  padding-right: 15px;
}

.profile-block {
  padding-left: 130px;
  padding-right: 15px;
}

.article-heading::before {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #000;
  position: relative;
  margin-bottom: 25px;
}

.video-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.video-item {
  width: 100%;
}

.video-hero video {
  pointer-events: none;
  /* ユーザーの操作を無効化 */
}

.profile-sns {
  margin-top: 10px;
}

.profile-block {
  margin-top: 40px;
}

.rotated-text {
  transform: rotate(90deg);
  transform-origin: left top;
  white-space: nowrap;
  text-align: center;
  width: 125px;
  height: 30px;
  position: absolute;
}

.normal-text {
  padding-left: 15px;
}

.campaign-block {
  margin-top: 40px;
}
.campaign-heading {
  color: #000;
  font-family: "Hiragino Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.image {
  margin-top: 15px;
}
