@charset "utf-8";

body:before{
  content: "";
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: url(/store/techo/ja/2021/sp/about/img/movie/bg.jpg) no-repeat center center;
  background-size: cover;
}
footer{
  background: #ffffff;
}
nav{
  background: #fff;
}
#contents{
  padding: 0;
}
.mv{
  border-bottom: 2px solid #1e1a33;
  background: #fff;
}
.mv-title{
  width: 266px;
  margin: 0px auto;
  padding: 26px 0 34px;
}
.mv-title img{
  width: 100%;
}
.contents-detail{
  padding-bottom: 48px;
}

.tab{
  width: 100%;
  max-width: 300px;
  display: table;
  margin: 0 auto 40px;
  background: none;
}
.tab > p{
  width: 100px;
  display: table-cell;
  vertical-align: middle;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.tab p a{
  display: block;
  text-align: center;
  font-size: 10px;
  line-height: 1.45;
  font-weight: bold;
  color: #787585;
  padding: 5px 0;
  text-decoration: none;
}
.tab p.current{
  background: #1e1a33;
}
.tab p.current a{
  color: #ffffff;
}

.contents-inner {
  padding: 0 10px;
}

.contents-detail h3 {
  width: 110px;
  margin: 0 auto;
}

.contents-video {
  border: 3px #ffe100 solid;
  padding: 4px;
  margin: 40px -2px 0;
  background: #fff;
}
.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 {
  margin: 28px auto 32px;
  padding: 0 5px;
}
.contents-txt > p {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.1em;
}

.contents-btn {
  padding: 0 10px;
}

.btn-wrap{
  padding: 32px 20px 12px;
  background: #ffffff;
}
.btn-wrap p{
  /* width: 230px; */
  margin: 0 auto 20px;
}
.btn-wrap p a{
  background: #1e1933;
  color: #ffffff;
  font-size: 14px;
  display: block;
  padding: 8px 0;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  text-decoration: none;
  position: relative;
  padding-right: 15px;
}
.btn-wrap .mdi-arrow-right:before{
  position: absolute;
  top: 50%;
  right: 5px;
  font-size: 21px;
  margin-top: -10px;
}

.director > figure {
  margin-bottom: 32px;
  padding-top: 10px
}

.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: 56px;
  border-bottom: 1px solid #d2d1d6;
}

.director-profile p:last-child {
  font-size: 14px;
}

/*

modal

--------------------------------------------------------------- */
body.active,
html.active{
  overflow: hidden;
}
.modal-bg{
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  z-index: 110;
  opacity: 0;
  visibility: hidden;
}
.modal-bg.active {
  opacity: 1;
  visibility: visible;
}
.modal-element{
  overflow-y:auto;
  -webkit-overflow-scrolling: touch;
  display: none;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  overflow-y: scroll;
  width: 95%;
  max-height: 95vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
}
.modal-txt{
  font-size: 15px;
  color: #000000;
}
.modal-txt a{
  text-decoration: none;
  color: #2c8b00;
}
.btn-modal-close{
  width: 25px;
  margin: 25px auto 0;
  padding-bottom: 25px;
}
.btn-modal-close a{
  display: block;
}
.btn-modal-close img{
  width: 100%;
}
.modal-element .box {
  display: none;
}
