@charset "utf-8";

.dct_head{
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  transform: rotate(0.03deg);
  font-weight: 700;
  line-height: 1.25;
  padding: 0;
  margin-bottom: 40px;
}
.dct_head p.dct_headtxt{
  text-align: center;
  font-size: 1.5em;
  color: #ffffff;
  background: #003778;
  background: linear-gradient(to right, #00096E 0%,#1C2A5C 10%,#0F2A72 20%,#10365B 50%,#0F2A72 80%,#1C2A5C 90%,#01152B 100%);
  text-shadow: 0 0 16px rgba(233,171,191,0.40);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height:1.5;
}
.dct_head p.dct_headtxt span{
  font-size: 2.5rem;
}
.dct_head h1{
  max-width: 1280px;
  width:100%;
  aspect-ratio: 16/9;
}
.dct_head h1 img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.PRS_body p.dct_caption{
  margin:1em;
  text-align: center;
  font-size:1.25rem;
}

.dct_oa {
  font-size: 2em;
  line-height: 1.4 !important;
  color: #ffffff;
  text-align: center;
  background: #003778;
  background: linear-gradient(to top, #003778 0%, #1C2A5C 10%, #1A245B 20%, #1C2A5C 90%, #003778 100%);
  margin: 4px 0 1px !important;
  padding: 0.5em;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
.dct_head span{display: block;font-size: 1rem;}
.dct_head span.dct_cast{
  margin-top: 0.5em;
  
}
.dct_pictureblock{
  display: flex;
  justify-content: space-between;
}
.dct_pictureblock picture{
  display: block;
}
.dct_pictureblock picture img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.dct_description{
  padding:1em;
}


.dct_body{
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight:bold;
  line-height: 1.5;
  padding-bottom:2em;
}

.dct_picturebox{
  border-top: solid 1px #CCC;
  margin-bottom: 16px;
  text-align: center;
  padding-top:40px;
}
.dct_picturebox picture{
  display: block;
  max-width: 500px;
  aspect-ratio: 16/9;
  margin: 0 auto 8px;
}

.dct_body dl dt{margin-bottom: 8px;}
.dct_body dl dd:nth-last-of-type(n+2){margin-bottom: 24px;}



@media screen and (max-width:820px){
  .dct_head p.dct_headtxt{
    font-size:0.875rem;
  }
  .dct_head p.dct_headtxt span{
    font-size:1.25rem;
  }
  .PRS_body p.dct_caption{
    font-size: 1rem;
  }
  .dct_description{
    padding:1em 0;
  }
  .dct_picturebox picture{
    width:80%;
  }
  .dct_picturebox span{
    display:block;
  }

}