@font-face {
  font-family: "UDD";
  src: url("../font/A-OTF-UDShinGoNTPro-DeBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "UDB";
  src: url("../font/A-OTF-UDShinGoNTPro-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "UDH";
  src: url("../font/A-OTF-UDShinGoNTPro-Heavy.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LOGOG";
  src: url("../font/LOGOG_BG.TTF") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "banana";
  src: url("../font/YDWbananaslipplus.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
#contents {
  width: 100%;
  margin: 0;
  padding: 0;
}
#contents.tag #main-contents {
  width: 100%;
  margin: 0;
}
#contents.tag #main-contents .fv {
  background-color: #222222;
  position: relative;
  border: 10px solid #f64b81;
  padding-top: 92px;
  padding-bottom: 84px;
  position: relative;
}
@media only screen and (max-width:960px) {
  #contents.tag #main-contents .fv {
    padding-top: 52px;
    padding-bottom: 24px;
  }
}
#contents.tag #main-contents .fv::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: center/cover no-repeat url("../img/single/fv_bg.webp");
}
@media only screen and (max-width:600px) {
  #contents.tag #main-contents .fv::before {
    background-image: url("../img/single/fv_bg-sp.webp");
  }
}
@media only screen and (max-width:400px) {
  #contents.tag #main-contents .fv::before {
    aspect-ratio: 423/280;
    height: auto;
    background-size: contain;
  }
}
#contents.tag #main-contents .fv .tag {
  position: absolute;
  top: -5px;
  left: 0;
  width: 204px;
  height: 38px;
}
@media only screen and (max-width:960px) {
  #contents.tag #main-contents .fv .tag {
    top: -1px;
    width: 116px;
    height: 24px;
  }
}
#contents.tag #main-contents .fv__inner {
  margin: 0 auto;
  padding: 91px 161px 91px 51px;
  border: 1px solid #f64b81;
  background-color: #333333;
  width: 73.4%;
}
@media only screen and (max-width:960px) {
  #contents.tag #main-contents .fv__inner {
    padding: 22px 21.8% 24px 20px;
    width: 78.4%;
    margin-left: 12px;
  }
}
#contents.tag #main-contents .fv__inner h1 {
  font-size: 32px;
  line-height: 1.625;
  color: #fff;
}
@media only screen and (max-width:960px) {
  #contents.tag #main-contents .fv__inner h1 {
    font-size: 22px;
  }
}
#contents.tag #main-contents .fv__inner p {
  color: #fff;
  text-align: left;
  font-size: 18px;
}
@media only screen and (max-width:960px) {
  #contents.tag #main-contents .fv__inner p {
    font-size: 16px;
  }
}
#contents.tag #main-contents .cps-post-main {
  padding: 0;
}
#contents.tag #main-contents .cps-post-main .content {
  width: 71.7%;
  max-width: 980px;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 70px;
}
@media only screen and (max-width:1250px) {
  #contents.tag #main-contents .cps-post-main .content {
    width: 90.6%;
  }
}
#contents.tag #main-contents .cps-post-main .content .archive-box .post-list-link {
  text-decoration: none;
}
/*# sourceMappingURL=tag.css.map */