@charset "utf-8";

#contents{
  width: 100%;
}
.mv{
  width: 100%;
  background: #ffffff;
  border-bottom: 3px solid #1e1933;
}
.mv-title{
  width: 592px;
  margin: 0 auto;
  padding: 26px 0 54px;
}
.mv-title img{
  width: 100%;
}
.tab{
  width: 960px;
  margin: 0 auto;
  display: table;
}
.tab p{
  width: 320px;
  display: table-cell;
}
.tab p a{
  display: block;
  text-decoration: none;
  text-align: center;
  color: #787585;
  padding: 21px 0;
  font-size: 16px;
  font-weight: bold;
}
.tab p.current a{
  background: #1e1933;
  color: #ffffff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.contents-detail{
  background: url(/store/techo/ja/2021/pc/about/img/movie/bg.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
}
.contents-detail {
  padding: 10em 0 5.4em;
}
.contents-detail h3 {
  width: 15.2em;
  margin: 0 auto;
}
.contents-detail h3 img {
  width: 100%;
  display: block;
}
.contents-video {
  border: 0.3em #ffe100 solid;
  padding: 0.6em;
  margin: 4.5em auto 0;
  background: #fff;
  width: 57.8em;
}
.contents-video > div {
  position: relative;
  padding-top: 56.25%;
}
.contents-video > div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contents-txt {
  display: table;
  margin: 4.8em auto 4.8em;
}
.contents-txt > p {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.contents-btn {
  width: 24em;
  margin: 0 auto 0;
}
.btn-wrap {
  width: 580px;
  margin: 0 auto;
  padding: 60px 0 64px;
  overflow: hidden;
  position: relative;
  z-index: 11;
}
.btn-wrap p{
  width: 240px;
  float: left;
  margin: 0;
}
.btn-wrap p:nth-child(1){
  margin-right: 100px;
}
.btn-wrap p a{
  padding-left: 0;
  text-decoration: none;
}
.btn-wrap p a:before{
 color: inherit;
}
.btn-wrap p a span{
  font-size: 14px;
}

.director > figure {
  margin-bottom: 32px;
}

.director-comment h4,
.director-profile h4 {
  margin-bottom: 24px;
  font-size: 16px;
}

.director-comment p,
.director-profile p {
  margin-bottom: 24px;
  font-size: 15px;
}

.director-comment p:last-child,
.director-profile p:last-child {
  margin-bottom: 0;
}

.director-comment {
  margin-bottom: 32px;
  padding-bottom: 48px;
  border-bottom: 1px solid #d2d1d6;
}

.director-profile p:last-child {
  font-size: 14px;
}

/*

modal

------------------------------------------------------------------*/
.modal-bg{
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 109;
  opacity: 0;
  visibility: hidden;
  background: rgba(0,0,0,0.8);
}
.modal-bg + .modal-bg{
  position: absolute;
  background: none;
  z-index: 110;
  height: auto;
}
.modal-bg.active {
  opacity: 1;
  visibility: visible;
}
.modal-element{
  display: none;
  width: 480px;
  background: #ffffff;
  padding: 60px 40px 40px;
  -webkit-box-sizing: border-box;
      box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -240px;
}
.btn-modal-close{
  position: absolute;
  width: 20px;
  top: 20px;
  right: 20px;
  margin: 0 0 0 0;
}
.btn-modal-close a{
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  display: block;
}
.btn-modal-close a:hover {
  -webkit-transform: scale(1.2);
      transform: scale(1.2);
}
.btn-modal-close img{
  width: 100%;
}
.modal-element .box {
  display: none;
}