@charset "utf-8";

body:before{
  content: "";
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: url(/store/techo/en/2021/sp/about/img/movie/bg.jpg) no-repeat center center;
  background-size: cover;
}
footer{
  background: #ffffff;
}
nav{
  background: #fff;
}
#contents{
  padding: 0;
}
#contents > header{
  background: #fff;
}
#contents > header h2.mv-title{
  width: 288px;
  margin: 0 auto;
  padding: 30px 0;
}
#contents > header h2.mv-title img{
  width: 100%;
}
.contents-detail{
  padding-bottom: 40px;
}

.tab{
  display: table;
  width: 100%;
  height: 54px;
  margin: 0 0 40px;
  background: #fff;
  border-bottom: 1px #ccc solid;
}
.tab > p{
  width: 33.33%;
  display: table-cell;
  vertical-align: middle;
}
.tab > p + p{
  border-left: 1px #ccc solid;
}
.tab p a{
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1.07;
  letter-spacing: -.04em;
  font-weight: bold;
  color: #1e1933;
  padding: 0 4px;
  text-decoration: none;
}
.tab p.current{
  background: #ffe100;
}
.tab p.current a{
  color: #1c3a83;
}

.btn-wrap{
  padding: 64px 0;
}
.btn-wrap p{
  width: 267px;
  margin: 0 auto 20px;
}
.btn-wrap p a{
  background: #ffe100;
  color: #1c3a83;
  font-size: 13px;
  display: block;
  padding: 4px 0;
  text-align: center;
  font-weight: bold;
  border-radius: 2px;
  text-decoration: none;
  position: relative;
}

.contents-inner {
  padding: 0 10px;
}

.contents-detail h3 {
  width: 185px;
  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: 24px auto 40px;
}
.contents-txt > p {
  font-size: 18px;
  line-height: 1.4;
}

.contents-btn {
  width: 26.7em;
  margin: 0 auto 0;
}

.contents-btn a.btn-primary {
  height: 30px;
}

.contents-btn a.btn-primary span {
  border-radius: 2px;
  background-color: #1e1a33;
  color: #fff;
  font-size: 13px;
}

.btn-wrap{
  padding: 48px 0;
  background: #ffffff;
}
.btn-wrap p{
  width: 267px;
  margin: 0 auto 20px;
}
.btn-wrap p:last-child {
  margin-bottom: 0;
}
.btn-wrap p a{
  background: #ffe100;
  color: #1c3a83;
  font-size: 13px;
  display: block;
  padding: 4px 0;
  text-align: center;
  font-weight: bold;
  border-radius: 2px;
  text-decoration: none;
  position: relative;
}

.director > figure {
  margin-bottom: 24px;
}

.director-comment h4,
.director-profile h4 {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.5;
}

.director-comment p,
.director-profile p {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.7;
}

.director-comment p:last-child,
.director-profile p:last-child {
  margin-bottom: 0;
}

.director-comment {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d2d1d6;
}

.director-profile cite {
  font-style: italic;
}

/*

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: 16px;
  line-height: 1.44;
  color: #000000;
}
.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;
}
