.root#index .wrap .top {
  padding-top: 150px; }
  @media only screen and (max-width: 768px) {
    .root#index .wrap .top {
      padding-top: 90px; } }

.message__attention {
  width: 555px;
  margin: 0 auto;
  font-size: 12px;
  margin-bottom: 40px; }
  @media only screen and (max-width: 768px) {
    .message__attention {
      width: 85%;
      font-size: 10px; } }

.artistStaff__staff__creators__company > div:last-of-type {
  height: 14px; }
.artistStaff__staff__creators__company > div > a {
  transition: 0.3s; }
  .artistStaff__staff__creators__company > div > a:hover {
    opacity: 0.7; }
  .artistStaff__staff__creators__company > div > a > img {
    height: 100%;
    vertical-align: top; }

.l-header__lgContents__holder__gnav__nav__list__item:not(:nth-last-child(-n + 1))::after {
  position: absolute;
  top: 4px;
  right: 0;
  width: 1px;
  height: 15px;
  background-color: #d5cf9b;
  content: ""; }

.l-header__lgContents__holder__gnav__nav__list__item:last-child {
  padding-left: 25px; }

.l-footer__contact {
  width: 280px;
  margin: 0 auto;
  font-size: 14px;
  margin-bottom: 20px; }
  .l-footer__contact__text {
    text-align: center;
    margin-bottom: 5px; }
  .l-footer__contact__address {
    justify-content: center;
    display: flex;
    align-items: center;
    transition: 0.3s; }
    .l-footer__contact__address:hover {
      opacity: 0.7; }
    .l-footer__contact__address > i {
      width: 32px;
      height: 32px; }
      .l-footer__contact__address > i > img {
        height: 20px;
        padding-top: 6px; }
    .l-footer__contact__address > p {
      vertical-align: middle; }
.l-footer__logos {
  margin-bottom: 20px;
  width: 320px;
  justify-content: center; }
  @media only screen and (max-width: 768px) {
    .l-footer__logos {
      width: 200px;
      margin-bottom: 10px; } }
  .l-footer__logos__anc__ultraman {
    height: 24px; }
    @media only screen and (max-width: 768px) {
      .l-footer__logos__anc__ultraman {
        height: 15px; } }
  .l-footer__logos__anc__sign {
    height: 50px; }
    @media only screen and (max-width: 768px) {
      .l-footer__logos__anc__sign {
        height: 30px; } }
.l-footer__ultraman {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 130px; }
  @media only screen and (max-width: 768px) {
    .l-footer__ultraman {
      width: 90px; } }
  .l-footer__ultraman > a {
    margin: 0 auto;
    width: 100%; }
    .l-footer__ultraman > a > img {
      width: 130px; }
      @media only screen and (max-width: 768px) {
        .l-footer__ultraman > a > img {
          width: 90px;
          margin-bottom: auto; } }

.box__column__post__content__block__caption > p a {
  text-decoration: underline; }
  .box__column__post__content__block__caption > p a:hover {
    text-decoration: none; }
