@charset "utf-8";

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.loading_l,
.loading_r{
  position: absolute;
  transition: 0.8s ease-in-out;
  width: 100%;
  height: 200%;
  background: #fff;
}
.loading_l {
  bottom: 49%;
  left: 0;
  transform: skewY(-25deg);
}
.loading_r {
  top: 49%;
  right: 0;
  transform: skewY(-25deg);
}
.loading__img{
  position:relative;
  z-index:10;
}
.loading__img img{width:95%;}
.loading__img::before{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:#fff;
  transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
}
.on .loading__img::before{transform:translateX(-100%);}
.is-loaded .loading__img{
  filter:blur(10px);
  opacity:0;
  transition:1s;
}
.is-loaded .loading_l{bottom: 300%;}
.is-loaded .loading_r {top: 300%;}


/* TopCont*/
#main_inner>div{width:100%;}
@media screen and (min-width:1001px){
  #main_inner {
    display: grid;
    grid-template-columns: 29% 71%;
    grid-template-rows: 1fr auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: -ms-grid;
    -ms-grid-columns: 29% 71%;
    -ms-grid-rows: auto auto;
  }
  .main_sa01 {
    grid-area: 1 / 1 / 3 / 2;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
  }
  .main_sa02 {
    grid-area: 1 / 2 / 2 / 3;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
  .main_sa03 {
    grid-area: 2 / 2 / 3 / 3;
    -ms-grid-column: 2;
    -ms-grid-row: 2;
  }
}
@media screen and (max-width:1000px){
  #main_inner {
  	display:flex;
  	flex-direction:column;
  }
  .main_sa01 { order:2 }
  .main_sa02 { order:1; }
  .main_sa03 { order:3; }
}
section{margin: 0 auto 80px;}
section>div {
  width: 100%;
  margin: auto;
}

/*Movie*/

.movieArea {
  padding: 80px 125px 0;
  position: relative;
}
.movieTtl{
  position:absolute;
  left: 0;
  top:0;
  bottom:0;
  margin:auto;
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  color: #9ce0dc;
  letter-spacing: 0.15em;
}
.topMovieWrap {
  position: relative;
  padding-top: calc(100% *  9 / 16);
  width: 100%;
  margin: auto;
}
.js-clickYouTubeModal::before,
.js-clickYouTubeModal::after {transition:.4s;}
.js-clickYouTubeModal::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.6;
  mix-blend-mode: hard-light;
  z-index:1;
  transition
}
.js-clickYouTubeModal::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 76px;
  height: 76px;
  background: url(../../images/main/common/playBtn.png)center center / contain no-repeat ;
  z-index:2;
}
.js-clickYouTubeModal:hover::before{
  opacity:0;
}
.js-clickYouTubeModal:hover::after{
  transform:scale(1.1);
  opacity:0.7;
}
.topMovieWrap iframe{
  position:absolute;
  top: 0;bottom: 0;left: 0;right: 0;
  width:100%;height:100%;
  z-index:0;
}
@media screen and (max-width:1000px){
  .movieArea{padding: 0;}
  .movieTtl{display:none;}
}
@media screen and (max-width:600px){
}
/* KV */
section.kv{margin-bottom: 0;}

.kvInner{
  position: relative;
}
.kvInner .picture,
.kvInner .picture img,
.kvCatch,
.kvCatch li{
    transition: 1.6s cubic-bezier(0.71, 0.15, 0.33, 0.93);
}
.kvInner .picture{
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	opacity:0;
}
.kvInner .picture:nth-child(1){
	position:relative;
}
.kvInner .picture img{width:100%;}
.kvTtl {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-weight: 600;
    background: #ff007f;
    z-index: 1;
    text-align: center;
}
.kvCatch {
    position: absolute;
    width: 10%;
}
.kvCatch li{position:absolute;top:0;left:0;opacity:0;}
.dots{
  position:absolute;
  bottom:32px;
  left:0;right:0;
  display:flex;
  flex-direction:row-reverse;
  justify-content:center;
}
.dots li{
  display:block;
  width:16px;
  height:16px;
  background:#fff;
  border-radius:50%;
  margin-right:8px;
  cursor: pointer;
}
.dots li:first-child{margin-right:0;}
/* **********
KV調整
********** */
[data-target="1"] .kvCatch {
    top: 29%;
    left:61%;
}
[data-target="2"] .kvCatch,
[data-target="7"] .kvCatch {
    top: 57%;
    left: 17%;
}
[data-target="3"] .kvCatch,
[data-target="8"] .kvCatch {
    top: 3%;
    left:78%;
}
[data-target="4"] .kvCatch,
[data-target="10"] .kvCatch {
    top: 3%;
    left:47%;
}
[data-target="5"] .kvCatch,
[data-target="9"] .kvCatch {
    top: 17%;
    left: 75%;
}
[data-target="6"] .kvCatch {
    width: 9.5%;
    top: 0%;
    left: 17%;
}
[data-select="1"]  .picture:nth-child(1),
[data-select="2"]  .picture:nth-child(2),
[data-select="3"]  .picture:nth-child(3),
[data-select="4"]  .picture:nth-child(4),
[data-select="5"]  .picture:nth-child(5),
[data-select="6"]  .picture:nth-child(6),
[data-select="7"]  .picture:nth-child(7),
[data-select="8"]  .picture:nth-child(8),
[data-select="9"]  .picture:nth-child(9),
[data-select="10"]  .picture:nth-child(10){
  opacity:1;
}
[data-select="1"]  .dots li:nth-child(1),
[data-select="2"]  .dots li:nth-child(2),
[data-select="3"]  .dots li:nth-child(3),
[data-select="4"]  .dots li:nth-child(4),
[data-select="5"]  .dots li:nth-child(5),
[data-select="6"]  .dots li:nth-child(6),
[data-select="7"]  .dots li:nth-child(7),
[data-select="8"]  .dots li:nth-child(8),
[data-select="9"]  .dots li:nth-child(9),
[data-select="10"]  .dots li:nth-child(10){
  background: #ff007f;
}

/* NEWS */
.newsinfowrap h2:first-letter{
	color: #ff007f;
}

section.newsinfo{margin: 80px auto;}
.newsinfoInner{width: 1000px;max-width: calc(100% - 80px);}
.newsHead {
    max-width: 80%;
    margin: 100px auto;
}

.newsinfowrap {
    display: flex;
    justify-content: space-between;
}

.newsinfowrap>div {
    width: 45%;
}
.newsinfowrap h2{
    font-size:2.4rem;
    letter-spacing:0.15em;
    border-bottom: 1px solid rgba(0,0,0,.2);
    padding-bottom: 1em;
    margin-bottom: 1em;
}
.newsinfoInner {
  
}

.twTimeline {
    height: 400px;
    overflow: auto;
}
#nwu_001_t table,#nwu_001_t tbody,#nwu_001_t th,#nwu_001_t td{
    display:block;
    text-align: left;
}
#nwu_001_t tr{
	display:flex;
	flex-wrap: wrap;
	margin-bottom: 1em;
}

.news td {
    width: 100%;
}
.news td.day {
  font-size:1.4rem;
}

.news a {
  color: inherit;
}

.news a.more {
  font-size:1.4rem;
  margin-left:30px;
  display: inline-flex;
  align-items: center;
  letter-spacing:0;
  text-decoration: none;
}
.news a.more::after{
  content:">";
  display: block;
  padding: 0.1em 0 0em 0.2em;
  height: 1em;
  line-height: 1;
}
@media screen and (min-width:1000px){
  .newsinfowrap {
    display: flex;
    justify-content: space-between;
  }

  .newsinfowrap>div {
    width: 45%;
  }
}
@media screen and (max-width:1000px){
  section.newsinfo{
  	margin: 60px auto;
  }
  .dots{
    bottom:3vw;
  }
  .dots li{
    width:12px;
    height:12px;
  }
  .newsinfowrap h2{
    padding-bottom: 0;
    border: none;
  }
  .newsinfoInner{max-width: calc(100% - 60px);}
}
@media screen and (max-width:600px){
  .dots{
    bottom:1vw;
  }
  .dots li{
    width:10px;
    height:10px;
  }
  .newsinfoInner{max-width: calc(100% - 40px);}
  section.newsinfo{
  	margin: 40px auto;
  }
  .newsinfowrap {
	flex-direction: column;
  }
  .newsinfowrap>div {
    width: 100%;
  }
  .newsinfowrap h2{text-align:center;}
  .news h2 a.more{display:none;}
  .news .linkBtn{
    display:block;
    text-align:center;
  }
  .news .linkBtn a{
    display:block;
    width:240px;
    height:30px;
    margin:auto;
    border:1px solid rgba(0,0,0,.2);
    border-radius:6px;
  }
  .news .linkBtn a::after{display:none;}
  #nwu_001_t tr{flex-direction:column;}
}

