@media all and (min-width: 768px) {
  .menu {
    height: 125px;
  }
  .menu li a {
    top:24px;
  }
  #page-top>header {
    background-image: url(../img/lower_header_bg.png);
    background-size: contain;
  }
}


header p.logo a {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 110%;
}

@media all and (min-width: 768px) {
  #page-top>header {
    margin-bottom: -21px;
    z-index: 5;
    position: relative;
  }

  header p.logo a {
    width: 980px;
    height: 154.5px;
    margin: 0 auto;
  }

  header p.logo a.lazy-done {
    background-image: url(../img/lower_header.png);
    background-size: 100%;
  }
}

@media all and (max-width: 767px) {
  .menu {
    margin-top: -3vw;
    margin-bottom: -7vw;
  }

  header p.logo a {
    width: 100%;
    position: relative;
    height: 0;
    padding-top: 28.616024973985432%;
    transition-duration: 0.3s;
  }

  header p.logo a.lazy-done {
    background-image: url(../img/lower_header_smp.png);
    z-index: 5;
  }

  header p.logo a span {
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}

main>article {
  background-size: 50%;
  position: relative;
}

main>article>.inner {
  position: relative;
  overflow: hidden;
  z-index: 0;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6) inset;
  background-color: #ff59af;
  padding: 0 3vw;
}

main>article>.inner::before {
  content: "";
  position: absolute;
  width: 1500vw;
  height: 1500vw;
  top: -750vw;
  left: -750vw;
  z-index: -1;
  background: url(../img/bg_ptn.png) 0 0 repeat;
  background-blend-mode: multiply;
  background-size: 1%;
  transform: rotate(45deg);
}


body.intro article h1 {
  background-image: url(../img/intro_h1.png);
}

body.story article h1 {
  background-image: url(../img/story_h1.png?20210907);
}

body.story1 article h1 {
  background-image: url(../img/story1_h1.png?20210907);
}

body.news article h1 {
  background-image: url(../img/news_h1.png);
}

body.caststaff article h1 {
  background-image: url(../img/caststaff_h1.png);
}

body.chart article h1 {
  background-image: url(../img/chart_h1.png);
}

body.original article h1 {
  background-image: url(../img/original_h1.png);
}

body.music article h1 {
  background-image: url(../img/music_h1.png);
}
@media all and (max-width: 767px) {

  body.story article h1 {
    background-image: url(../img/story_h1_s.png?20210907);
  }
    body.story1 article h1 {
    background-image: url(../img/story1_h1_s.png?20210907);
  }
}

body.cmn article h1 {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 110%;
  /* background-position: center bottom; */
}

@media all and (min-width: 768px) {
  body.cmn article h1 {
    width: 980px;
    height: 130px;
    margin: 0 auto 5px;
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
    border-bottom: 5px solid #fff;
  }
}

@media all and (max-width: 767px) {
  body.cmn article h1 {
    width: 100%;
    position: relative;
    height: 0;
    padding-top: 25.672598%;
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
  }

  body.cmn article h1 span {
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}

div.contents {
  background-color: #fff;
}

@media all and (min-width: 768px) {
  div.contents {
    padding: 60px;
  }
}

@media all and (max-width: 767px) {
  div.contents {
    padding: 1em;
  }
}

/*	bknm
============================== */
#bknm {
  width: 100%;
}

#bknm h3 {
  font-weight: bold;
}

#bknm ul {
  margin: 1.5em auto 0;
}

#bknm li {
  display: inline-block;
  position: relative;
}

#bknm li a {
  display: inline-block;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 2px 5px hsla(234, 33%, 13%, 0.15);
  /* border: 1px solid #fff; */
}

#bknm li a:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

#bknm li a:hover:after {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  background-position: center;
}

#bknm li span.epn {
  padding: 4% 5%;
  font-size: 70%;
  color: #fff;
  position: absolute;
  bottom: -4px;
  right: -4px;
  margin: 0 auto;
  z-index: 1;
  background-color: #ae45bb;
  font-family: futura-pt, sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
}

#bknm li span.epn strong {
  font-size: 160%;
  letter-spacing: -0.05em;
}

#bknm {
  margin: 5% auto 0;
  box-shadow: none;
}

#bknm h3 {
  font-size: 4vw;
  margin: 0 0 7%;
  padding: 0.5em;
  background-color: #ae45bb;
  color: #fff;
}

#bknm ul {
  margin: 0 auto;
  padding: 0 2% 0 0;
}

#bknm li {
  width: 29%;
  height: auto;
  margin: 0 0 3% 3%;
}

#bknm li a {
  width: 100%;
  height: 0;
  padding: 66.66666666666% 0 0;
}

#bknm li a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#bknm li span {
  font-size: 3.5vw;
}

@media all and (min-width: 768px) {
  #bknm li {
    width: 21%;
  }

  #bknm h3 {
    font-size: 1.5rem;
    margin: 0 0 4%;
    font-family: futura-pt, sans-serif;
    font-weight: normal;
  }

  #bknm li span.epn strong {
    letter-spacing: 0.02em;
  }
}

/*	oa
============================== */
body.cmn p.oa {
  background-color: #db4367;
  color: #fff;
  /* font-family: futura-pt, sans-serif; */
  font-size: 150%;
  font-weight: bold;
  padding: 0.6em 0.8em;
  box-sizing: border-box;
  letter-spacing: 0.1em;
  border: 3px solid #db4367;
}

@media all and (min-width: 768px) {
  body.cmn p.oa {
    margin: -76px -60px 0;
    font-size: 210%;
  }
}

@media all and (max-width: 767px) {
  body.cmn p.oa {
    margin: -30px -15px 0;
  }
}
