#p-visual h1:before {
  content: "MAGAZINE";
}
@media screen and (max-width: 767px) {
  #p-visual h1:before {
    left: 7.03vw;
  }
}

@media screen and (max-width: 767px) {
  #p-visual h1:after {
    bottom: 7vw;
    top: auto;
  }
}

@media screen and (max-width: 767px) {
  body#column #p-visual h1 {
    text-align: left;
    padding: 7.03vw;
  }
}

.post-content .caption img {
  margin-bottom: 0.5rem;
}

.post-content .caption-text {
  display: block;
  text-align: center;
  font-size: 0.8em;
}

.post-content p {
  max-width: 100%;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
html.hidden {
  overflow: hidden;
}

.column_popup {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 100000;
}
.popup-banner {
  position: relative;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .popup-banner {
    width: 90%;
  }
}
.popup-banner a:hover {
  opacity: 1;
}
.popup-close {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  display: block;
  background: #5a5a5a;
  position: absolute;
  top: -15px;
  right: -15px;
  cursor: pointer;
  z-index: 9999999;
  color: #fff;
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .popup-close {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.popup-close:hover {
  background: #666;
}
.column_popup.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadeIn 0.7s;
          animation: fadeIn 0.7s;
}

#p-visual ._h1 {
  color: #000000;
  position: relative;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  line-height: 1.1;
  font-weight: bold;
}
#p-visual ._h1:before {
  content: "MAGAZINE";
  display: block;
  position: absolute;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #eeeeee;
  z-index: -1;
  font-size: 3.8rem;
  top: -90%;
}
#p-visual ._h1:after {
  content: "";
  width: 80.8%;
  height: 1px;
  right: 0;
  top: 0.9375rem;
  position: absolute;
  background-color: #e9e9e9;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #p-visual ._h1  {
    font-size: 2.1875rem;
  }
}
@media screen and (max-width: 767px) {
  #p-visual .p-visual__inner ._h1{
    font-size: 1.9rem;
    text-align: left;
    padding: 7.03vw;
  }
  #p-visual ._h1:before {
    font-size: 2.7rem;
    top: 15%;
  }
  #p-visual .p-visual__inner ._h1:after {
    bottom: 7vw;
    top: auto;
  }
}
/*# sourceMappingURL=styles.css.map */
