@charset "utf-8";

.topMovieWrap > iframe,
.topMovieWrap > .js-replaceYoutube > img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  margin: 0;
  max-width: none !important;
  max-height: none !important;
  bottom: 0;
  left: 0;
  margin: auto;
}


.js-clickYouTubeModal {
  position: relative;
}

.js-clickYouTubeModal::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  z-index: 1;
  margin: auto;
}

.js-clickYouTubeModal::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #fff;
  width: 25%;
  height: 45%;
  z-index: 5;
  line-height: 1;
  background: url(../../images/main/tz/movie_play_bt.png) center / contain no-repeat;
  margin: auto;
}
/* KV */
#kv {
  overflow: hidden;
}
.kvInner {
  display: flex;
  width: 1500px;
  max-width: 95%;
  margin: auto;
}
.logo {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  justify-content: center;
  width: 30%;
}
.logo h1 {
  position:relative;
  margin: 0 0 30px;
}
.logo h1 img {
  width: 700px;
  max-width: 45vw;
}

@media screen and (min-width:1500px){
  .logo h1 {padding-top: 30%;}
}
.mainCatch {
  margin-bottom: 30px;
}
.top-youtubeWrap {
  width: 400px;
  max-width: 100%;
}

.visual {margin: -10% -15% -15% auto;} 

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .visual {width:90%; } 
}


@media screen and (min-width:900px) {
  #contents{margin-top:-25px;}
}
.contWrap {
  padding:50px 0 80px;
  font-weight: 700;
}
.contWrap .inner{
  width:1200px;
  max-width:100%;
  padding:0 60px;
  margin: auto;
  display:flex;
  justify-content:space-between;
}
.contWrap .inner>div{
  width:calc(50% - 40px);
}

h2{
  display:flex;
  flex-direction:column;
  align-items:center;
  height: 3.5em;
  color:#fff;
  filter: drop-shadow(1px 5px 0px rgba(0,0,0,0.1));
}
h2 b{
  max-height: 11vw;
}
h2 i{
  font-size:1.5rem;
}
h2 a{
  color: #fff!important;
  text-decoration:none;
}
h2 img{
  max-height:100%;
}
/* NEWS */
#nwu_001_t table,
#nwu_001_t tbody,
#nwu_001_t th,
#nwu_001_t td{display:block;}
#nwu_001_t tr{
  display:flex;
  background:#fff;
  margin-bottom:1em;
  border-radius:10px;
  filter: drop-shadow(0 0 0px #0000001c) brightness(1);
  cursor:pointer;
  transition:0.5s;
}
#nwu_001_t tr:last-child{
  margin-bottom:0;
}
#nwu_001_t td{
  padding:1em;
}
#nwu_001_t .day{
  width: 8.5em;
  flex-shrink:0;
  color:#e26081;
  background:
    linear-gradient( 50deg, #fff    18px, transparent 19px) right 8px top / 25px 32px repeat-y,
    linear-gradient(130deg, #fff    18px, transparent 19px) right 8px top / 25px 32px repeat-y,
    linear-gradient( 50deg, #f0afc0 18px, transparent 19px) right     top / 25px 32px repeat-y,
    linear-gradient(130deg, #f0afc0 18px, transparent 19px) right     top / 25px 32px repeat-y;
}
#nwu_001_t a{
  position:relative;
  color:inherit;
  text-decoration:none;
}
#nwu_001_t tr:hover {
  filter: drop-shadow(0.4em 0.4em 0px #0000001c) brightness(1.2);
}
#nwu_001_t tr:hover a{
  opacity:0.6;
}
.linkAllNews,
.twitterLink{
  display:flex;
  align-items:center;
  justify-content:center;
  height:200px;
  position: relative;
}
#nwu_001_t .linkAllNews a{
  position:relative;
  display:flex;
  justify-content:center;
  align-items:center;
  font-size:2rem;
  text-decoration:none;
  color:#fff;
  background-color: #24c4d7;
  background-image:
    radial-gradient(rgba(0,0,0,0.1) 1px, transparent 1px);
  background-size: 12px 12px;
  width:300px;
  max-width: 80%;
  height:60px;
  border-radius:30px;
  margin: auto;
  filter: drop-shadow(1px 3px 0px rgba(0,0,0,0.1));
}
#nwu_001_t .linkAllNews a::before{
  content:"";
  position:absolute;
  top:3px;
  left:3px;
  width:calc(100% - 6px);
  height:calc(100% - 6px);
  border:2px solid #fff;  
  border-radius:30px;  
}
#nwu_001_t .linkAllNews a::after{
  content:"";
  position:absolute;
  width:0.8em;
  height:0.8em;
  right:1.5em;
  top:0;
  bottom:0;
  margin:auto;
  border-style:solid;
  border-width:3px 3px 0 0;
  transform:rotate(45deg);
}
@media screen and (max-width:899px) {
  .kvInner{
    flex-direction:column-reverse;
    padding-bottom: 25px;
  }
  .visual{margin: -8% -20% auto;min-height:0%;}
  .logo{width:90%;margin: -56% auto 0;text-align: center;position: relative;}
  .logo h1 img{max-width:100%;}
  .top-youtubeWrap {margin:auto;margin-bottom: 60px;}
  .contWrap .inner{flex-direction:column;padding: 0 30px;}
  .contWrap .inner>div{
  width:100%;
  max-width: 600px;
  margin: auto;
  }
}
@media screen and (max-width:600px) {
  .contWrap .inner{padding: 0 20px;}
  #nwu_001_t tr{display:block;}
  #nwu_001_t .day{
    padding:1em 1em 2em;
    width: 100%;
    background:
      linear-gradient(-40deg, #fff    18px, transparent 19px) right bottom -4px / 25px 32px repeat-x,
      linear-gradient( 40deg, #fff    18px, transparent 19px) right bottom -4px / 25px 32px repeat-x,
      linear-gradient(-40deg, #f0afc0 18px, transparent 19px) right bottom / 25px 32px repeat-x,
      linear-gradient( 40deg, #f0afc0 18px, transparent 19px) right bottom / 25px 32px repeat-x;
  }
  #nwu_001_t td{
    padding-top:0;
  }
}