/* article-main */
.common-content-main:has(.article-main) {
  flex: 1;
  max-width: 856px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .article-main {
  }
}

/* article-wrap */
.article-wrap {
}

@media screen and (max-width: 768px) {
  .article-wrap {
    padding: 0 20px;
  }
}

/* article-header */
.article-header h1 {
  font-size: 2em;
  font-weight: 500;
  line-height: 1.5;
}

.article-header h1 {
  font-size: 2em;
  font-weight: 500;
  line-height: 1.5;
}

.page-actor .article-header h1 strong,
.page-musician .article-header h1 strong,
.page-cultural .article-header h1 strong {
  color: var(--text-color-blue);
}

.page-overseas .article-header h1 strong,
.page-athlete .article-header h1 strong,
.page-pickup .article-header h1 strong {
  color: var(--text-color-yellow);
}

.page-idol .article-header h1 strong,
.page-gravures .article-header h1 strong {
  color: var(--text-color-purple);
}

.page-voiceActor .article-header h1 strong,
.page-entertainer .article-header h1 strong {
  color: var(--text-color-green);
}

.article-header-info {
  display: flex;
  align-items: center;
  margin: 23px 0 0;
}

.article-header-info-left {
  display: flex;
  align-items: center;
  column-gap: 40px;
}

.article-header-info .common-category {
  font-size: 0.875em;
}

.article-header-info .common-date {
  font-size: 1em;
}

.article-header-info-right {
  display: flex;
  column-gap: 30px;
  margin: 0 0 0 auto;
  padding-right: 10px;
}


@media screen and (max-width: 768px) {
  .article-header {
    margin: 29px 0 0;
  }

  .article-header h1 {
    font-size: 1em;
    line-height: 1.625;
  }

  .article-header-info {
    align-items: flex-end;
    margin: 10px 0 0;
  }

  .article-header-info-left {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    row-gap: 4px;
  }

  .article-header-info .common-category {
    font-size: 0.625em;
  }

  .article-header-info .common-date {
    font-size: 0.75em;
  }

  .article-header-info-right {
    column-gap: 23px;
    padding-right: 0;
  }

}

/* 画像の右クリック禁止用 */
figure.imgGuard a {
  position: relative;
}

figure.imgGuard a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: transparent;
  content: "";
}

/* article-image */
.article-wrap > figure {
  margin: 36px 0 0;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
}

.article-wrap > figure.article-special-banner {
  max-width: 70%;
  margin: 40px auto;
}

.article-wrap > figure a {
  display: block;
  color: var(--link-color);
}

.article-wrap > figure a span {
  display: block;
  text-align: left;
  margin-bottom: 0.5em;
}

.article-wrap > figure img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.article-wrap > figure figcaption {
  margin: 20px 0 0;
  font-size: 0.875em;
  color: #707070;
  text-align: left;
}

.article-wrap > figure p {
  margin: 0;
  font-size: 0.85714em;
  text-align: right;
}

.article-wrap iframe {
  margin-top: 25px;
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 16 / 9;
}

@media screen and (max-width: 768px) {
  .article-wrap > figure {
    margin: 18px 0 0;
  }

  .article-wrap > p + figure {
    margin: 25px 0 0;
  }

  .article-wrap > figure figcaption {
    margin: 9px 0 0;
    font-size: 0.75em;
  }

  .article-wrap > figure p {
    font-size: 0.83333em;
  }
}

/* article-text */
.article-wrap > h2,
.qa-lead > h2 {
  margin: 40px 0 0;
  font-size: 1.25em;
  line-height: 2.11;
}

.article-wrap > p,
.article-wrap > h3,
.qa-lead > p,
.qa-lead > h3 {
  margin: 40px 0 0;
  font-size: 1.0625em;
  line-height: 2.11;
}


.article-wrap > p a,
.qa-lead > p a {
  color: #006cba;
}

@media screen and (max-width: 768px) {
  .qa-lead > h2,
  .article-wrap > h2{
    margin: 25px 0 0;
    font-size: 1.125em;
    line-height: 2;
  }

  .qa-lead > p,
  .qa-lead > h3,
  .article-wrap > p,
  .article-wrap > h3 {
    margin: 25px 0 0;
    font-size: 0.9375em;
  }
}

.article-wrap > .picture a {
  transition: all 0.3s ease;
}

@media screen and (min-width: 769px) {
  .article-wrap > .picture a:hover {
    opacity: 0.7;
  }
}

/* article-image-link */
.article-image-link {
  margin: 46px 0 0;
  text-align: center;
}

.article-image-link a {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  font-weight: 500;
  color: #006cba;
  text-decoration: underline;
}

.article-image-link a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 20px;
  background: url(/shared/images/icon-camera.svg) center center no-repeat;
  content: "";
}

@media screen and (max-width: 768px) {
  .article-image-link {
    margin: 40px 0 0;
  }
}

/* article-pager-next */
.article-pager-next {
  margin: 40px auto 0;
}

/* article-person */
.article-person {
  position: relative;
  margin: 72px 0 0;
  padding: 0 40px 47px;
  background-color: var(--recommend-color);
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
}

.article-person::before {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background-color: #1a1a1a;
  content: "";
}

.article-person::after {
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 100%;
  height: 1px;
  background-color: #1a1a1a;
  content: "";
}

.article-person .article-person-heading .common-balloon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  right: 50%;
  top: -16px;
  width: 92px;
  transform: translateX(-50%);
  color: #fff;
  background: #1a1a1a;
}

.article-person .article-person-heading .common-balloon::before {
  background-color: #1a1a1a;
}

.article-person .article-person-title {
  margin: 32px 0 0;
  font-size: 1.5em;
  font-weight: 500;
  text-align: center;
}

.article-person .common-tags {
  margin: 40px 0 0;
}

@media screen and (max-width: 768px) {
  .article-person {
    margin: 0;
    padding: 0 40px 47px;
  }

  .article-person .article-person-heading .common-balloon {
    top: -14px;
    width: 66px;
  }

  .article-person .article-person-title {
    margin: 29px 0 0;
    font-size: 1.125em;
  }

  .article-person .common-tags {
    margin: 20px 0 0;
  }
}

/* article-comment */
.article-comment {
  position: relative;
  margin: 72px 0 0;
  padding: 0 40px 47px;
  scroll-margin-top: calc(72px + var(--header-height-pc));
}

.article-comment .article-comment-title {
  padding: 32px 0 0;
  font-size: 1.5em;
  font-weight: 500;
  text-align: center;
}

.article-comment .article-comment-heading .common-balloon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  right: 50%;
  top: -16px;
  width: 92px;
  transform: translateX(-50%);
  color: #fff;
  background: #1a1a1a;
}

.article-comment .article-comment-heading .common-balloon::before {
  background-color: #1a1a1a;
}

.article-comment .comment-note {
  font-size: 0.875em;
  margin: 32px 0 0 ;
}

@media screen and (max-width: 768px) {
  .article-comment {
    margin: 56px 0 0;
    scroll-margin-top: calc(56px + var(--header-height-sp));
  }

  .article-comment .article-comment-title {
    padding: 20px 0 0;
    font-size: 1.25em;
  }

  .article-comment .article-comment-heading .common-balloon {
    width: 72px;
  }

  .article-comment .comment-note {
    font-size: 0.75em;
    margin: 24px 0 0 ;
  }

  .common-related-block + .common-related-block .common-related-title {
    margin: 21px 0 0;
  }

  .common-related-block:last-child .common-related-title {
    margin: 44px 0 0;
  }

  .common-related {
    border-bottom: none;
  }

  .common-related::before,
  .common-related::after {
    content: none;
  }
}

@media screen and (max-width: 768px) {
  .common-fixed-menu {
    position: fixed;
    width: 100%;
    bottom: -124px;
    left: 0;
    z-index: 100;
    opacity: 0;
    transition: all 0.3s ease;
    padding: 0 18px 18px;
  }

  .common-fixed-menu.is-active {
    bottom: 0;
    opacity: 1;
  }

  .common-fixed-menu ul {
    display: flex;
    margin: 0;
    padding: 0;
    column-gap: 8px;
  }

  .common-fixed-menu ul li:first-child {
    margin-left: auto;
  }

  .common-fixed-menu ul li a {
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 1px 2px 4px rgba(0,0,0,0.2);
    background: none #fff;
    border: 1px solid var(--main-color-black);
  }
  .common-fixed-menu ul li a svg {
    width: 20px;
    height: 20px;
  }

  .common-fixed-menu ul li.fixed-item-good a svg path,
  .common-fixed-menu ul li.fixed-item-keep a svg path,
  .common-fixed-menu ul li.fixed-item-comment a svg path {
    fill: #707070;
  }

  .common-fixed-menu ul li.fixed-item-good.active a svg path {
    fill: #F89E9E;
  }
  .common-fixed-menu ul li.fixed-item-keep.active a svg path {
    fill: #E3D069;
  }
  .common-fixed-menu ul li.fixed-item-comment.active a svg path {
    fill: var(--comment-color);
  }
  .common-fixed-menu .fixed-item-more {
    margin-top: 16px;
  }
  .common-fixed-menu .fixed-item-more a {
    display: block;
    line-height: 44px;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    background-color: var(--main-color-gray);
    position: relative;
  }
  .common-fixed-menu .fixed-item-more a::before,
  .common-fixed-menu .fixed-item-more a::after {
    display: block;
    content: '';
    background: center center / contain no-repeat transparent;
    position: absolute;
    z-index: 1;
  }
  .common-fixed-menu .fixed-item-more a::before {
    top: 4px;
    left: 10px;
    width: 32px;
    height: 32px;
    margin-bottom: 3px;
    background-image: url(../images/icon-logo-white.svg);
  }
  .common-fixed-menu .fixed-item-more a::after {
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url(../images/article/fixed-arrow.svg);
  }
  .common-fixed-menu .fixed-item-more a span {
    display: block;
  }

}

/* qa */
.qa-lead {
  margin-top: 50px;
}

.qa-profile,
.qa-content {
  position: relative;
  margin: 53px 0 0;
  padding: 29px 40px 53px;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
}

.qa-profile::before,
.qa-content::before {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background-color: #1a1a1a;
  content: "";
}

.qa-profile::after,
.qa-content::after {
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 100%;
  height: 1px;
  background-color: #1a1a1a;
  content: "";
}

.page-actor .qa-profile,
.page-musician .qa-profile,
.page-cultural .qa-profile {
  background-color: var(--main-color-blue);
}

.page-overseas .qa-profile,
.page-athlete .qa-profile {
  background-color: var(--main-color-yellow);
}

.page-idol .qa-profile,
.page-gravures .qa-profile {
  background-color: var(--main-color-purple);
}

.page-voiceActor .qa-profile,
.page-entertainer .qa-profile {
  background-color: var(--main-color-green);
}

.page-actor .qa-content,
.page-musician .qa-content,
.page-cultural .qa-content {
  background-color: var(--thin-color-blue);
}

.page-overseas .qa-content,
.page-athlete .qa-content {
  background-color: var(--thin-color-yellow);
}

.page-idol .qa-content,
.page-gravures .qa-content {
  background-color: var(--thin-color-purple);
}

.page-voiceActor .qa-content,
.page-entertainer .qa-content {
  background-color: var(--thin-color-green);
}

.qa-profile .qa-profile-heading .common-balloon,
.qa-content .qa-content-heading .common-balloon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  right: 50%;
  top: -16px;
  width: 92px;
  transform: translateX(-50%);
  color: #fff;
  background: #1a1a1a;
}

.qa-profile .qa-profile-heading .common-balloon::before,
.qa-content .qa-content-heading .common-balloon::before {
  background-color: #1a1a1a;
}

.qa-profile > h3,
.qa-profile .qa-profile-name,
.qa-content .qa-content-title {
  margin: 0 auto;
  font-size: 1.5em;
  font-weight: 500;
  text-align: center;
}

.qa-profile > h3,
.qa-profile .qa-profile-name {
  margin-bottom: 16px;
}

.qa-profile > p,
.qa-profile .qa-profile-text {
  margin: 0 auto;
  font-size: 1.0625em;
  line-height: 2.11176;
}
.qa-profile > p + h3 {
  margin-top: 40px;
}

.qa-content .qa-items {
  margin: 0;
  padding: 0;
}

.qa-content .qa-items .qa-item {
  display: flex;
  margin: 46px 0 0;
}

.qa-content .qa-items .qa-item + .qa-item {
  margin: 42px 0 0;
}

.qa-content .qa-items .qa-item dt,
.qa-content .qa-items .qa-item dd {
  margin: 0;
  padding: 0;
}

.qa-content .qa-items .qa-item dt {
  width: 70px;
  padding-top: 16px;
}

.qa-content .qa-items .qa-item dd {
  width: calc(100% - 70px);
  padding-left: 22px;
}

.qa-content .qa-items .qa-item .qa-icon {
  width: 70px;
  height: 70px;
  background: center center no-repeat #fff;
  background-size: cover;
  border-radius: 50%;
}

.qa-content .qa-items .qa-item .qa-name {
  margin: 0 0 8px;
  font-size: 0.9375rem;
  line-height: 1;
  white-space: nowrap;
}

.qa-content .qa-items .qa-item .qa-message {
  display: inline-block;
  max-width: 82%;
  padding: 14px 24px;
  font-size: 1.0625rem;
  border-radius: 5px;
  background-color: #fff;
  position: relative;
}

.qa-content .qa-items .qa-item .qa-message:before {
  display: block;
  content: "";
  border: 0 solid transparent;
  border-width: 5px 10px;
  border-right-color: #fff;
  position: absolute;
  right: 100%;
  top: 22px;
}

.qa-content .qa-items .qa-item .qa-message p {
  margin: 0;
  line-height: 2.1167;
}

.qa-content .qa-items .qa-item .qa-message * + p {
  margin: 16px 0 0;
}

.qa-content .qa-items .qa-item .qa-message p + figure {
  margin: 16px 0 0;
}

.qa-content .qa-items .qa-item .qa-message img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 360px;
}

/* right */
.qa-content .qa-items .qa-item.qa-item-right {
  flex-direction: row-reverse;
}

.qa-content .qa-items .qa-item.qa-item-right dd {
  padding-left: 0;
  padding-right: 22px;
  text-align: right;
}

.qa-content .qa-items .qa-item.qa-item-right .qa-message {
  text-align: left;
}

.qa-content .qa-items .qa-item.qa-item-right .qa-message:before {
  right: auto;
  left: 100%;
  border-right: none;
  border-left-color: #fff;
}

@media screen and (max-width: 768px) {
  .qa-lead {
    margin-top: 42px;
  }

  .qa-profile {
    margin: 42px 0 0;
    padding: 27px 20px 42px;
  }

  .qa-content {
    margin: 52px 0 0;
    padding: 27px 20px 50px;
  }

  .qa-profile > h3,
  .qa-profile .qa-profile-name,
  .qa-content .qa-content-title {
    font-size: 1.125em;
  }
  
  .qa-profile > h3,
  .qa-profile .qa-profile-name {
    margin-bottom: 12px;
  }

  .qa-profile > p,
  .qa-profile .qa-profile-text {
    margin: 0 auto 0;
    font-size: 0.9375em;
    line-height: 2;
  }

  .qa-profile > p + h3 {
    margin-top: 32px;
  }

  .qa-content .qa-items .qa-item {
    margin: 37px 0 0;
  }

  .qa-content .qa-items .qa-item + .qa-item {
    margin: 32px 0 0;
  }

  .qa-content .qa-items .qa-item dt {
    width: 40px;
    padding-top: 16px;
  }

  .qa-content .qa-items .qa-item dd {
    width: calc(100% - 40px);
    padding-left: 20px;
  }

  .qa-content .qa-items .qa-item .qa-icon {
    width: 40px;
    height: 40px;
  }

  .qa-content .qa-items .qa-item .qa-name {
    margin: 0 0 5px;
    font-size: 0.75em;
  }

  .qa-content .qa-items .qa-item .qa-message {
    display: inline-block;
    max-width: 98%;
    padding: 10px;
    font-size: 0.9375em;
    box-sizing: border-box;
  }

  .qa-content .qa-items .qa-item .qa-message:before {
    top: 16px;
  }

  .qa-content .qa-items .qa-item .qa-message p {
    line-height: 1.75;
  }

  .qa-content .qa-items .qa-item .qa-message * + p {
    margin-top: 12px;
  }

  /* right */
  .qa-content .qa-items .qa-item.qa-item-right dd {
    padding-right: 20px;
  }
}



.login-only-mask {
  max-height: 180px;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.login-only-mask::after {
  display: block;
  content: '';
  width: 100%;
  height: 80px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to top, #fff, rgba(255,255,255,0));
}

.login-only-mask > p,
.login-only-mask > h3 {
  margin: 40px 0 0;
  font-size: 1.0625em;
  line-height: 2.11;
}


.article-login-only-message {
  position: relative;
  margin: 0;
  padding: 40px 0 55px;
  text-align: center;
  border-top: 1px solid var(--main-color-black);
  border-bottom: 1px solid var(--main-color-black);
  background-color: var(--thin-color-blue);
}

.page-overseas .article-login-only-message,
.page-athlete .article-login-only-message {
  background-color: var(--thin-color-yellow);
}

.page-idol .article-login-only-message,
.page-gravures .article-login-only-message {
  background-color: var(--thin-color-purple);
}

.page-voiceActor .article-login-only-message,
.page-entertainer .article-login-only-message {
  background-color: var(--thin-color-green);
}


.article-login-only-message::before,
.article-login-only-message::after {
  display: block;
  content: '';
  width: 100%;
  border-top: 1px solid var(--main-color-black);
  position: absolute;
  left: 0;
  bottom: 2px;
}
.article-login-only-message::after {
  bottom: 5px;
}
.article-login-only-message h2 {
  font-size: 1.0625em;
  margin: 0 0 0.5em;
}
.article-login-only-message p {
  font-size: 1em;
  margin: 0 0 30px;
}


