/************************************************

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/*-------------------------------

#main

-------------------------------*/
/*-------------------------------

#top

-------------------------------*/
#top {
  position: relative;
}
#top-main {
  position: relative;
}
#main-txt {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 960px) {
  #main-txt {
    width: 100%;
    max-width: 850px;
  }
}

#logo,
#rs,
.busan,
.copy0,
.copy1,
.copy2 {
  opacity: 0;
}

#logo {
  width: 87%;
  margin: 0 auto;
  position: absolute;
  top: 62.5%;
  left: 0;
  right: 0;
}
@media screen and (min-width: 960px) {
  #logo {
    width: 46vw;
    top: 40vw;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}

#rs {
  position: absolute;
  width: 17%;
  bottom: 16%;
  right: 3%;
}
@media screen and (min-width: 960px) {
  #rs {
    width: 12vw;
    bottom: 0.7vw;
    right: 19.2vw;
  }
}

.busan {
  position: absolute;
  width: 30%;
  top: 17%;
  left: 1%;
}
@media screen and (min-width: 960px) {
  .busan {
    width: 16vw;
    top: 1vw;
    left: 20vw;
  }
}

.copy0 {
  position: absolute;
  top: 17%;
  right: 6%;
  width: 3.5%;
}
@media screen and (min-width: 960px) {
  .copy0 {
    width: 1.7vw;
    top: 2vw;
    left: 78vw;
  }
}

.copy1 {
  position: absolute;
  width: 9%;
  top: 26%;
  left: 7%;
}
@media screen and (min-width: 960px) {
  .copy1 {
    width: 3.5vw;
    top: 15vw;
    left: 25vw;
  }
}

.copy2 {
  position: absolute;
  width: 73.5%;
  bottom: 15.5%;
  left: 2%;
}
@media screen and (min-width: 960px) {
  .copy2 {
    width: 49vw;
    bottom: 0.7vw;
    left: 19vw;
  }
}

.top-black-item1 {
  width: 100%;
  height: 21.4vw;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
@media screen and (min-width: 960px) {
  .top-black-item1 {
    width: 18.51vw;
    height: 100%;
    margin: unset;
    left: 0;
  }
}

.top-black-item2 {
  width: 100%;
  height: 21.5vw;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
@media screen and (min-width: 960px) {
  .top-black-item2 {
    width: 18.51vw;
    height: 100%;
    margin: unset;
    right: 0;
    left: auto;
  }
}

.top-black-item1.slide-right {
  animation: slide-right 0.6s ease forwards;
}
@media screen and (min-width: 960px) {
  .top-black-item1.slide-right {
    animation: slide-top 0.6s ease forwards;
  }
}

.top-black-item2.slide-left {
  animation: slide-left 0.6s ease forwards;
}
@media screen and (min-width: 960px) {
  .top-black-item2.slide-left {
    animation: slide-bottom 0.6s ease forwards;
  }
}

@keyframes slide-right {
  0% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
}
@keyframes slide-left {
  0% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
  100% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
}
@keyframes slide-top {
  0% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
  100% {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
}
@keyframes slide-bottom {
  0% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
  100% {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
}
#top-contents {
  background: url(../img/common/bg_sp.webp) no-repeat top;
  background-size: cover;
  padding: 5%;
}
@media screen and (min-width: 960px) {
  #top-contents {
    background: url(../img/common/bg_pc.webp) no-repeat top;
    background-size: cover;
    padding: 20px 0;
  }
}

.billing {
  margin: 0 auto;
  width: 95%;
}
@media screen and (min-width: 960px) {
  .billing {
    margin: 20px auto 0;
    width: 30vw;
  }
}

@media screen and (min-width: 960px) {
  .top-btn-wrap {
    width: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 70px auto 30px;
  }
}

.top-btn {
  width: 70%;
  margin: 0 auto;
  margin: 50px auto 0;
  padding: 4%;
  background: #fff;
  display: block;
  text-align: center;
  color: #000;
  border-radius: 200px;
  font-size: 1.5em;
  font-family: "Goudy Bookletter 1911", serif;
  position: relative;
  border: none;
  border: solid 1px rgba(0, 0, 0, 0);
  transition: all 0.4s ease;
  transform: scale(1, 0.9);
}
@media screen and (min-width: 960px) {
  .top-btn {
    width: 250px;
    height: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
  .top-btn:hover {
    border: solid 1px #000;
  }
}
.top-btn:nth-child(2) {
  margin: 4% auto;
}
@media screen and (min-width: 960px) {
  .top-btn:nth-child(2) {
    margin: 0;
  }
}
.top-btn.theater {
  font-size: 1.2em;
  font-weight: bold;
  margin: 4% auto;
}
@media screen and (min-width: 960px) {
  .top-btn.theater {
    margin: 0;
  }
}
.top-btn .arrow {
  display: block;
  position: absolute;
  width: 2em;
  border-top: solid 1px #000;
  right: 15%;
  top: 50%;
}
.top-btn .arrow::before {
  content: "";
  width: 8px;
  height: 1px;
  background: #000;
  display: block;
  position: absolute;
  right: 0;
  transform: rotate(30deg);
  top: -3px;
}

.offi-sns-container {
  margin: 11% auto 6%;
}

.offi-sns-box {
  background: rgba(0, 80, 94, 0.3098039216);
  width: 90%;
  margin: 1% auto;
  padding: 4%;
  display: flex;
  justify-content: center;
  box-shadow: 0px 0px 20px -3px rgba(0, 0, 0, 0.4);
  /* box-shadow: 0px 0px 24px -5px rgba(255, 255, 255, 0.6) inset; */
  gap: 15px;
}

.offi-sns-btn {
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 200px;
  font-size: 1.3em;
  color: #000;
}

@media screen and (min-width: 960px) {
  .bnr-container {
    width: 850px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
}

.bnr-item {
  display: block;
  width: 90%;
  margin: 0 auto 6%;
}
@media screen and (min-width: 960px) {
  .bnr-item {
    width: 400px;
    margin: 0 auto 70px;
    transition: all 0.4s ease;
  }
  .bnr-item:hover {
    opacity: 0.7;
  }
}
.bnr-item:nth-last-child(1) {
  margin: 0 auto 12%;
}

.dvd-bnr {
  display: block;
  width: 90%;
  margin: 0 auto 6%;
}
@media screen and (min-width: 960px) {
  .dvd-bnr {
    width: 400px;
    margin: 0 auto 20px;
    transition: all 0.4s ease;
  }
  .dvd-bnr:hover {
    opacity: 0.7;
  }
}

.contents-ttl {
  font-family: "Goudy Bookletter 1911", serif;
  text-align: center;
  font-size: 1.7em;
  font-weight: normal;
  letter-spacing: 2px;
  transform: scale(1, 0.9);
}

#mvtk-widgets-container {
  margin: 0 auto 20px;
}

.mvtk-bnr-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  margin: 0 auto 50px;
}
@media screen and (min-width: 960px) {
  .mvtk-bnr-container {
    max-width: 430px;
    gap: 30px;
    margin: 0 auto 70px;
  }
}

.mvtk-item {
  display: block;
  width: 50%;
}
@media screen and (min-width: 960px) {
  .mvtk-item {
    transition: all 0.4s ease;
  }
  .mvtk-item:hover {
    opacity: 0.7;
  }
}

/*-------------------------------

#movie

-------------------------------*/
#trailer {
  padding: 0;
  position: relative;
}
@media screen and (min-width: 960px) {
  #trailer {
    padding: 100px 0 0;
  }
}
#trailer .contents-ttl {
  margin-top: -0.5em;
}

.pc-modal-movie, .pc {
  display: none;
}

.sp {
  display: block;
}

#movie-container {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 50px;
  opacity: 0;
  transition: opacity 0.6s ease;
}
@media screen and (min-width: 960px) {
  #movie-container {
    width: 90%;
    max-width: 1280px;
  }
}
#movie-container.swiper-container-horizontal {
  opacity: 1;
}

.movie-thumb-box {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.movie-thumb-box img, .movie-thumb-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie-thumb-list li {
  width: 100%;
  padding: 0 40px;
}
@media screen and (min-width: 960px) {
  .movie-thumb-list li {
    max-width: 800px;
    margin: 0 auto;
  }
}

.movie-cap {
  padding: 15px 0;
  text-align: center;
  color: #333;
}

.play-icon {
  color: #e60027;
  width: 52px;
  height: 58px;
  font-size: 60px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  display: block;
  line-height: 1em;
}

.movie-thumb-box:hover .play-icon {
  opacity: 0.8;
}

.movie-thumb-list .slider-arrow {
  position: absolute;
  top: 50%;
  height: 60px;
  margin-top: -50px;
  color: #aaa;
  line-height: 36px;
  font-size: 28px;
  cursor: pointer;
  width: 30px;
  z-index: 10;
}
.movie-thumb-list .slider-arrow img {
  width: 100%;
}
.movie-thumb-list #trailer.pc {
  width: 40%;
}
.movie-thumb-list .slider-prev {
  left: 0;
}
.movie-thumb-list .slider-next {
  right: 0;
}

#trailer-play {
  padding: 30px;
}
#trailer-play a {
  transition: opacity 0.2s ease;
  opacity: 0.7;
}
#trailer-play a:hover {
  opacity: 1;
}

.swiper-container {
  padding: 0 0 20px;
}

.swiper-pagination-bullet {
  opacity: 1;
  background: #cdcdcd;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffb098;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.swiper-pagination {
  margin: 10px 0 0 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: auto;
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #000;
  top: calc(50% - 30px);
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  font-size: 25px;
}
@media screen and (min-width: 960px) {
  .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,
  .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    font-size: 35px;
  }
}

@media screen and (min-width: 960px) {
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: -40px;
  }
}

@media screen and (min-width: 960px) {
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: -40px;
  }
}

@media screen and (min-width: 960px) {
  .swiper-button-container {
    position: absolute;
    display: flex;
    width: 90%;
    max-width: 1300px;
    height: 80%;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}

.trailer-prev, .trailer-next {
  position: absolute;
  width: 35px;
  top: 50%;
  z-index: 1;
  background: #6988cb;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  .trailer-prev, .trailer-next {
    top: 36%;
    display: none;
  }
}

.trailer-prev {
  left: 4vw;
}
@media screen and (min-width: 960px) {
  .trailer-prev {
    left: 42px;
  }
}
.trailer-prev img {
  border: 1px solid #eee;
}

.trailer-next {
  right: 4vw;
}
@media screen and (min-width: 960px) {
  .trailer-next {
    right: 42px;
  }
}
.trailer-next img {
  border: 1px solid #eee;
}

.trailer-prev.swiper-button-disabled, .trailer-next.swiper-button-disabled {
  opacity: 0.1;
}

.ytp-large-play-button {
  display: none;
}

/* PC */
@media screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  #trailer {
    margin: 0 auto;
    padding: 0 0 20px;
  }
  .pc-modal-movie {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
  }
  .youtube {
    pointer-events: none;
  }
}
/*-------------------------------

#footer

-------------------------------*/
#footer {
  padding: 13% 5% 3%;
  background: url(../img/footer/bg_sp.webp) no-repeat top;
  background-size: cover;
}
@media screen and (min-width: 960px) {
  #footer {
    padding: 100px 0 10px;
    background: url(../img/footer/bg_pc.webp) no-repeat top;
    background-size: cover;
  }
}

@media screen and (min-width: 960px) {
  .footer-billing {
    width: 550px;
    margin: 0 auto;
  }
}

.cc {
  font-size: 11px;
  font-family: "Zen Old Mincho", serif;
  margin: 2em auto 0;
  text-align: center;
}

.share-ttl {
  font-size: 1em;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 20px;
}

/* PC */
@media screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
#movie-area {
  display: block;
  overflow: hidden;
  height: -webkit-fill-available;
  height: 100vh;
  left: 0;
  position: sticky;
  top: 0;
  width: 100%;
  background: #000;
  border: solid 14px #e1e9ea;
}
#movie-area::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 1;
  background: #000;
  opacity: 0.2;
}

#movie-area span {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  display: block;
  background: url(../common/img/overlay.png) repeat;
  background-size: 2px;
}

#movie-area video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  min-width: 100%;
}
@media screen and (min-width: 960px) {
  #movie-area video {
    min-height: 100%;
    height: auto;
  }
}

#intro {
  padding: 8% 7%;
  color: #fff;
  position: relative;
}
#intro .contents-ttl {
  color: #fff;
}

.intro-lead {
  font-weight: 900;
  font-size: 1.2em;
  line-height: 1.7;
  margin-bottom: 1em;
  font-family: "Zen Old Mincho", serif;
  position: relative;
  padding: 20px 10px;
  text-align: center;
  transform: scale(1, 0.9);
}
.intro-lead .bg-w {
  background: #fff;
  color: #036eb8;
  display: inline;
  padding: 0 5px;
}
.intro-lead .bg-b {
  background: #036eb8;
  color: #fff;
  display: inline;
  padding: 0 5px;
}

.intro-txt {
  margin-bottom: 3em;
}
@media screen and (min-width: 960px) {
  .intro-txt {
    max-width: 1000px;
    margin: 0 auto 5vw;
  }
}

.story-full-ph0 {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  background: url(../img/story/bg.webp) no-repeat center;
  background-size: cover;
}

#story {
  width: 88%;
  margin: 0 auto 15%;
  padding: 5%;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 960px) {
  #story {
    max-width: 1000px;
  }
}
#story .contents-ttl {
  margin: 0.7em auto;
}

.story-sticky-container {
  padding: 0 0 0.1px;
}

.story-full-ph1 {
  position: relative;
}

#cast {
  background: #e1e9ea;
  position: relative;
  padding: 7% 0 5%;
}
#cast .contents-ttl {
  margin: 0 auto 1em;
}

.cast-name {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1em auto;
  transform: scale(1, 0.9);
  font-weight: bold;
  gap: 1em;
}
.cast-name dt {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.7em;
  font-weight: bold;
}
.cast-name dd {
  color: #036eb8;
  font-size: 1.3em;
  font-weight: bold;
}
.cast-name dd span {
  font-size: 0.85em;
}

.cast-prof-btn {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85%;
  margin: 0 auto;
  padding: 5px 0;
  text-align: center;
  color: #000;
  font-family: "Goudy Bookletter 1911", serif;
  transform: scale(1, 0.9);
  font-size: 1.3em;
}
.cast-prof-btn .zen {
  font-family: "Zen Old Mincho", serif;
  font-size: 0.8em;
}
.cast-prof-btn .plus {
  width: 1em;
  height: 0.8em;
  background: #000;
  display: flex;
  position: relative;
  margin-left: 1em;
  align-items: center;
  justify-content: center;
}
.cast-prof-btn .plus::before {
  content: "";
  width: 70%;
  height: 1px;
  background: #e1e9ea;
  display: block;
  position: relative;
}
.cast-prof-btn .plus::after {
  content: "";
  width: 1px;
  height: 70%;
  background: #e1e9ea;
  display: block;
  position: absolute;
}
@media screen and (min-width: 960px) {
  .cast-prof-btn {
    transition: all 0.4s ease;
  }
  .cast-prof-btn:hover {
    background: #000;
    color: #e1e9ea;
  }
  .cast-prof-btn:hover .plus {
    background: #e1e9ea;
  }
  .cast-prof-btn:hover .plus::before, .cast-prof-btn:hover .plus::after {
    background: #000;
  }
}

@media screen and (min-width: 960px) {
  .cast-wrap0 .cast-item {
    width: 450px;
    margin: 3em auto;
  }
}

.cast-sub-container {
  display: flex;
  flex-wrap: wrap;
  gap: 3em 0;
  margin: 3em auto;
}
@media screen and (min-width: 960px) {
  .cast-sub-container {
    gap: 4em 0;
    margin: 4em auto;
  }
}
.cast-sub-container .cast-wrap1,
.cast-sub-container .cast-wrap2,
.cast-sub-container .cast-wrap3 {
  display: contents;
}
@media screen and (min-width: 960px) {
  .cast-sub-container .cast-wrap1,
  .cast-sub-container .cast-wrap2,
  .cast-sub-container .cast-wrap3 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 0 auto;
    gap: 20px;
  }
}
@media screen and (min-width: 960px) {
  .cast-sub-container .cast-wrap3 {
    width: 620px;
    gap: 50px 20px;
    flex-wrap: wrap;
  }
}
.cast-sub-container .cast-item {
  width: 50%;
}
@media screen and (min-width: 960px) {
  .cast-sub-container .cast-item {
    width: 300px;
  }
}
.cast-sub-container .cast-name {
  flex-direction: column;
  gap: 0.5em;
  font-size: 12px;
}

.modaal-wrapper {
  height: 100svh !important;
  overflow: visible;
}

.cast-modal {
  display: none;
  width: 86%;
  margin: 0 auto;
  padding: 20px;
}

.modaal-content-container {
  padding: 4%;
}

.modaal-inner-wrapper {
  padding: 0;
}

.modaal-container {
  background: #fff;
  box-shadow: none;
  height: auto;
  width: 90%;
  height: calc(97vh - 60px);
  color: #000;
  position: unset;
  margin: 60px auto;
}
@media screen and (min-width: 960px) {
  .modaal-container {
    width: 80%;
    max-width: 1000px;
    height: auto;
    max-height: 89vh;
    overflow: scroll;
  }
}

.modaal-content {
  height: 100%;
  overflow-y: scroll;
}

.modaal-wrapper .modaal-close {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 5px;
  right: 5px;
  border-radius: 50%;
  background: #fff;
  width: 45px;
  height: 45px;
}
.modaal-wrapper .modaal-close::before, .modaal-wrapper .modaal-close::after {
  background: #000;
  top: auto;
  left: auto;
  width: 1px;
  height: 33px;
}
.modaal-wrapper .modaal-close:hover {
  background: none;
}

.modaal-close:before {
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.modaal-close:after {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.modaal-overlay {
  z-index: 9998;
}

.modaal-container .cast-name {
  margin: 1.5em auto;
  font-size: 12px;
}
@media screen and (min-width: 960px) {
  .modaal-container .cast-name {
    font-size: 15px;
  }
}
.modaal-container .staff-name {
  margin: 1em auto;
}
.modaal-container .artist-name {
  margin: 1em auto;
}
@media screen and (min-width: 960px) {
  .modaal-container .cast-img {
    width: 50%;
    margin: 0 auto;
  }
}

.modal-txt-ttl {
  font-family: "Goudy Bookletter 1911", serif;
  font-size: 1.3em;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  line-height: 1;
  margin: 0 auto 1em;
  padding: 2px 4px;
  transform: scale(1, 0.9);
}

.modal-txt-item {
  margin: 0 auto 2em;
}

#staff {
  background: url(../img/staff/bg_sp.webp) no-repeat top;
  background-size: cover;
  position: relative;
  padding: 7% 0 17%;
  color: #fff;
}
@media screen and (min-width: 960px) {
  #staff {
    background: url(../img/staff/bg_pc.webp) no-repeat top;
    background-size: cover;
    padding: 70px 0 140px;
  }
}
#staff .contents-ttl {
  margin: 0 auto 1em;
}

.staff-container {
  width: 90%;
  margin: 0 auto;
  border-top: solid 1px rgba(255, 255, 255, 0.3098039216);
  border-bottom: solid 1px rgba(255, 255, 255, 0.3098039216);
}
@media screen and (min-width: 960px) {
  .staff-container {
    max-width: 630px;
  }
}

.staff-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3% 2%;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3098039216);
}
@media screen and (min-width: 960px) {
  .staff-item {
    padding: 15px 10px;
  }
}
.staff-item .en {
  font-family: "Goudy Bookletter 1911", serif;
}

.staff-wrap1 .staff-item:last-child {
  border-bottom: none;
}

.staff-name {
  line-height: 1.5;
  transform: scale(1, 0.9);
}
.staff-name dt {
  font-weight: 500;
}
.staff-name dd {
  font-size: 1.6em;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
}

.staff-prof-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Goudy Bookletter 1911", serif;
  transform: scale(1, 0.9);
  font-size: 1.3em;
}
.staff-prof-btn .zen {
  font-family: "Zen Old Mincho", serif;
  font-size: 0.8em;
}
.staff-prof-btn .plus {
  width: 1em;
  height: 0.8em;
  background: #fff;
  display: flex;
  position: relative;
  margin-left: 0.5em;
  align-items: center;
  justify-content: center;
}
.staff-prof-btn .plus::before {
  content: "";
  width: 70%;
  height: 1px;
  background: #133d43;
  display: block;
  position: relative;
}
.staff-prof-btn .plus::after {
  content: "";
  width: 1px;
  height: 70%;
  background: #133d43;
  display: block;
  position: absolute;
}
@media screen and (min-width: 960px) {
  .staff-prof-btn {
    transition: all 0.4s ease;
  }
  .staff-prof-btn:hover {
    background: #fff;
    color: #133d43;
  }
}

.staff-ph {
  position: relative;
}

#song {
  background: url(../img/common/bg_sp.webp) no-repeat top;
  background-size: cover;
  position: relative;
  padding: 7% 0 17%;
}
@media screen and (min-width: 960px) {
  #song {
    background: url(../img/common/bg_pc.webp) no-repeat top;
    background-size: cover;
    padding: 70px 0 140px;
  }
}
#song .contents-ttl {
  margin: 0 auto 1em;
}

@media screen and (min-width: 960px) {
  .song-img {
    width: 450px;
    margin: 1em auto;
  }
}

.artist-name {
  text-align: center;
  font-family: "Goudy Bookletter 1911", serif;
  transform: scale(1, 0.9);
  font-size: 1.3em;
  margin: 1.5em auto 0;
}

.song-ttl {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 2em;
  font-weight: bold;
  transform: scale(1, 0.9);
  line-height: 0.8;
  margin: 0.5em auto 1em;
}
.song-ttl span {
  font-size: 12px;
}

.song-prof-btn {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85%;
  margin: 0 auto;
  padding: 5px 0;
  text-align: center;
  color: #000;
  font-family: "Goudy Bookletter 1911", serif;
  transform: scale(1, 0.9);
  font-size: 1.3em;
}
.song-prof-btn .plus {
  width: 1em;
  height: 0.8em;
  background: #000;
  display: flex;
  position: relative;
  margin-left: 1em;
  align-items: center;
  justify-content: center;
}
.song-prof-btn .plus::before {
  content: "";
  width: 70%;
  height: 1px;
  background: #e1e9ea;
  display: block;
  position: relative;
}
.song-prof-btn .plus::after {
  content: "";
  width: 1px;
  height: 70%;
  background: #e1e9ea;
  display: block;
  position: absolute;
}
@media screen and (min-width: 960px) {
  .song-prof-btn {
    transition: all 0.4s ease;
    width: 450px;
  }
  .song-prof-btn:hover {
    background: #000;
    color: #e1e9ea;
  }
  .song-prof-btn:hover .plus {
    background: #e1e9ea;
  }
  .song-prof-btn:hover .plus::before, .song-prof-btn:hover .plus::after {
    background: #000;
  }
}