@charset "utf-8";

html, body {
  width:100%;
  height:auto;
  min-height:100%;
  background: #fff;
  /*font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;*/
  font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
  line-height: 1.75;
}

a,
a img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
	outline: none;
}

img {
	display: block;
	width: 100%;
}

.pc {
	display: block;
}
.sp {
	display: none;
}

@media only screen and (max-width:800px) {
  html, body {
    font-size: 13px;
    line-height: 1.75;
  }
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}



.wrapper {
	position: relative;
  width:100%;
  min-height:100vh;
	z-index: 0;
}

.inner {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 4% 0 0;
}

section {
  position: relative;
  margin: 0 auto;
  padding: 0;
  z-index: 2;
}

@media only screen and (max-width:800px) {
	.inner {
		width: 92%;
		max-width: 92%;
		margin: 0 auto;
		padding: 5% 0 0;
	}
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 9999999;
}
header .tw {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: 50px;
  height: 50px;
}
header .btn_menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  background: url("../img/full/icon_menu.svg") center center no-repeat;
  background-size: 100%;
  cursor: pointer;
}
header .btn_menu.active {
  background: url("../img/full/icon_menu_close.svg") center center no-repeat;
  background-size: 100%;
}

@media only screen and (max-width:800px) {
  header {
    height: 50px;
  }
  header .tw {
    top: 5px;
    left: 5px;
    width: 40px;
    height: 40px;
  }
  header .btn_menu {
    width: 50px;
    height: 50px;
  }
}

.videoWrap {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100vw;
  min-height: 100vh;
  width: auto;
  height: auto;
  /*background: url('poster.jpg') no-repeat;
  background-size: cover;*/
  background: #000;
  z-index: 1;
}
.videoWrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/full/bg_video_pattern.png") center top;
}

@media only screen and (max-width:800px) {
  video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
  }
}

.main {
	position: relative;
	width: 100%;
  height: 82vw;
  background: url("../img/full/bg_noise_navy.jpg") center top;
  z-index: 2;
  overflow: hidden;
}

.mainVisual {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.mainVisual.base {
  z-index: 1;
}
.base .mv4_1 {
  background-image: url("../img/full/mv4_1.jpg");
  z-index: 1;
}
.base .mv4_2 {
  background-image: url("../img/full/mv4_2.jpg");
	clip: rect(0, 9999px, 0, 0);
	-webkit-animation: noise01 7s linear infinite;
	animation: noise01 7s linear infinite;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
  z-index: 2;
  opacity: 0.5;
}
.mainVisual.layer3 {
  top: 4%;
  left: 10%;
  width: 88%;
  z-index: 2;
}
.layer3 .mv3_1 {
  background-image: url("../img/full/mv3_1.png");
  z-index: 1;
}
.layer3 .mv3_2 {
  background-image: url("../img/full/mv3_2.png");
	clip: rect(0, 9999px, 0, 0);
	-webkit-animation: noise02 5s linear infinite;
	animation: noise02 5s linear infinite;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
  z-index: 2;
  opacity: 0.6;
}
.mainVisual.layer2 {
  top: 9%;
  left: 18%;
  width: 86%;
  z-index: 3;
}
.layer2 .mv2_1 {
  background-image: url("../img/full/mv2_1.png");
  z-index: 1;
}
.layer2 .mv2_2 {
  background-image: url("../img/full/mv2_2.png");
	clip: rect(0, 9999px, 0, 0);
	-webkit-animation: noise01 11s linear infinite;
	animation: noise01 11s linear infinite;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
  z-index: 2;
  opacity: 0.75;
}
.mainVisual.layer1 {
  top: 28%;
  left: 5%;
  width: 34%;
  z-index: 4;
}
.layer1 .mv1_1 {
  background-image: url("../img/full/mv1_1.png");
  z-index: 1;
}
.layer1 .mv1_2 {
  background-image: url("../img/full/mv1_2.png");
	clip: rect(0, 9999px, 0, 0);
	-webkit-animation: noise02 7s linear infinite;
	animation: noise02 7s linear infinite;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
  z-index: 2;
  opacity: 0.9;
}

@media only screen and (max-width:800px) {
  .main {
    height: calc(240vw + 50px);
    background: url("../img/full/bg_noise_navy_sp.jpg") center top;
  }
  .main .base {
    background-image: url("../img/full/mv_sp.jpg");
    background-position: center top 50px;
    background-size: 100% auto;
  }
  .main .layer3 {
    display: none;
  }
  .main .layer2 {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/full/mv_sp2.jpg");
    background-position: center top;
    background-size: 100% auto;
    clip: rect(0, 9999px, 0, 0);
    -webkit-animation: noise01s 5s linear infinite;
	  animation: noise01s 5s linear infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 3;
  }
  .main .layer1 {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/full/mv_sp3.jpg");
    background-position: center top;
    background-size: 100% auto;
    clip: rect(0, 9999px, 0, 0);
    -webkit-animation: noise02s 6s linear infinite;
	  animation: noise02s 6s linear infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 4;
  }
  .mainVisual > div {
    display: none;
  }
}

@-webkit-keyframes noise01 {
  0% {
		clip: rect(0, 100vw, 0, 0)
	}
  1% {
		clip: rect(20vw, 100vw, 23vw, 0)
	}
  4% {
		clip: rect(30vw, 100vw, 32vw, 0)
	}
  9% {
		clip: rect(0, 100vw, 0, 0)
	}
  12% {
		clip: rect(0, 100vw, 0, 0)
	}
  17% {
		clip: rect(46vw, 100vw, 49vw, 0)
	}
  20% {
		clip: rect(54vw, 100vw, 56vw, 0)
	}
  23% {
		clip: rect(0, 100vw, 0, 0)
	}
  49% {
		clip: rect(0, 100vw, 0, 0)
	}
  53% {
		clip: rect(60vw, 100vw, 65vw, 0)
	}
  57% {
		clip: rect(40vw, 100vw, 44vw, 0)
	}
  61% {
		clip: rect(0, 100vw, 0, 0)
	}
  100% {
		clip: rect(0, 100vw, 0, 0)
	}
}

@keyframes noise01 {
  0% {
		clip: rect(0, 100vw, 0, 0)
	}
  1% {
		clip: rect(20vw, 100vw, 23vw, 0)
	}
  4% {
		clip: rect(30vw, 100vw, 32vw, 0)
	}
  9% {
		clip: rect(0, 100vw, 0, 0)
	}
  12% {
		clip: rect(0, 100vw, 0, 0)
	}
  17% {
		clip: rect(46vw, 100vw, 49vw, 0)
	}
  20% {
		clip: rect(54vw, 100vw, 56vw, 0)
	}
  23% {
		clip: rect(0, 100vw, 0, 0)
	}
  49% {
		clip: rect(0, 100vw, 0, 0)
	}
  53% {
		clip: rect(60vw, 100vw, 65vw, 0)
	}
  57% {
		clip: rect(40vw, 100vw, 44vw, 0)
	}
  61% {
		clip: rect(0, 100vw, 0, 0)
	}
  100% {
		clip: rect(0, 100vw, 0, 0)
	}
}

@-webkit-keyframes noise02 {
  0% {
		clip: rect(0, 100vw, 0, 0)
	}
  20% {
		clip: rect(0, 100vw, 0, 0)
	}
  22% {
		clip: rect(44vw, 100vw, 45vw, 0)
	}
  25% {
		clip: rect(38vw, 100vw, 40vw, 0)
	}
  28% {
		clip: rect(0, 100vw, 0, 0)
	}
  35% {
		clip: rect(0, 100vw, 0, 0)
	}
  38% {
		clip: rect(18vw, 100vw, 20vw, 0)
	}
  40% {
		clip: rect(12vw, 100vw, 13vw, 0)
	}
  42% {
		clip: rect(0, 100vw, 0, 0)
	}
  100% {
		clip: rect(0, 100vw, 0, 0)
	}
}

@keyframes noise02 {
  0% {
		clip: rect(0, 100vw, 0, 0)
	}
  20% {
		clip: rect(0, 100vw, 0, 0)
	}
  22% {
		clip: rect(44vw, 100vw, 45vw, 0)
	}
  25% {
		clip: rect(38vw, 100vw, 40vw, 0)
	}
  28% {
		clip: rect(0, 100vw, 0, 0)
	}
  35% {
		clip: rect(0, 100vw, 0, 0)
	}
  38% {
		clip: rect(18vw, 100vw, 20vw, 0)
	}
  40% {
		clip: rect(12vw, 100vw, 13vw, 0)
	}
  42% {
		clip: rect(0, 100vw, 0, 0)
	}
  100% {
		clip: rect(0, 100vw, 0, 0)
	}
}

@-webkit-keyframes noise01s {
  0% {
		clip: rect(0, 100vw, 0, 0)
	}
  3% {
		clip: rect(30vw, 100vw, 34vw, 0)
	}
  7% {
		clip: rect(35vw, 100vw, 37vw, 0)
	}
  9% {
		clip: rect(0, 100vw, 0, 0)
	}
  16% {
		clip: rect(0, 100vw, 0, 0)
	}
  19% {
		clip: rect(63vw, 100vw, 66vw, 0)
	}
  23% {
		clip: rect(68vw, 100vw, 71vw, 0)
	}
  26% {
		clip: rect(0, 100vw, 0, 0)
	}
  49% {
		clip: rect(0, 100vw, 0, 0)
	}
  52% {
		clip: rect(136vw, 100vw, 140vw, 0)
	}
  57% {
		clip: rect(145vw, 100vw, 148vw, 0)
	}
  60% {
		clip: rect(0, 100vw, 0, 0)
	}
  100% {
		clip: rect(0, 100vw, 0, 0)
	}
}

@keyframes noise01s {
  0% {
		clip: rect(0, 100vw, 0, 0)
	}
  3% {
		clip: rect(30vw, 100vw, 34vw, 0)
	}
  7% {
		clip: rect(35vw, 100vw, 37vw, 0)
	}
  9% {
		clip: rect(0, 100vw, 0, 0)
	}
  16% {
		clip: rect(0, 100vw, 0, 0)
	}
  19% {
		clip: rect(63vw, 100vw, 66vw, 0)
	}
  23% {
		clip: rect(68vw, 100vw, 71vw, 0)
	}
  26% {
		clip: rect(0, 100vw, 0, 0)
	}
  49% {
		clip: rect(0, 100vw, 0, 0)
	}
  52% {
		clip: rect(129vw, 100vw, 132vw, 0)
	}
  57% {
		clip: rect(137vw, 100vw, 140vw, 0)
	}
  60% {
		clip: rect(0, 100vw, 0, 0)
	}
  100% {
		clip: rect(0, 100vw, 0, 0)
	}
}

@-webkit-keyframes noise02s {
  0% {
		clip: rect(0, 100vw, 0, 0)
	}
  5% {
		clip: rect(0, 100vw, 0, 0)
	}
  8% {
		clip: rect(14vw, 100vw, 18vw, 0)
	}
  11% {
		clip: rect(17vw, 100vw, 19vw, 0)
	}
  13% {
		clip: rect(0, 100vw, 0, 0)
	}
  19% {
		clip: rect(0, 100vw, 0, 0)
	}
  22% {
		clip: rect(74vw, 100vw, 78vw, 0)
	}
  25% {
		clip: rect(77vw, 100vw, 79vw, 0)
	}
  28% {
		clip: rect(0, 100vw, 0, 0)
	}
  42% {
		clip: rect(0, 100vw, 0, 0)
	}
  45% {
		clip: rect(28vw, 100vw, 30vw, 0)
	}
  48% {
		clip: rect(37vw, 100vw, 40vw, 0)
	}
  52% {
		clip: rect(0, 100vw, 0, 0)
	}
  58% {
		clip: rect(0, 100vw, 0, 0)
	}
  61% {
		clip: rect(129vw, 100vw, 132vw, 0)
	}
  64% {
		clip: rect(137vw, 100vw, 140vw, 0)
	}
  67% {
		clip: rect(0, 100vw, 0, 0)
	}
  76% {
		clip: rect(0, 100vw, 0, 0)
	}
  79% {
		clip: rect(110vw, 100vw, 114vw, 0)
	}
  82% {
		clip: rect(125vw, 100vw, 128vw, 0)
	}
  86% {
		clip: rect(0, 100vw, 0, 0)
	}
  100% {
		clip: rect(0, 100vw, 0, 0)
	}
}

@keyframes noise02s {
  0% {
		clip: rect(0, 100vw, 0, 0)
	}
  5% {
		clip: rect(0, 100vw, 0, 0)
	}
  8% {
		clip: rect(14vw, 100vw, 18vw, 0)
	}
  11% {
		clip: rect(17vw, 100vw, 19vw, 0)
	}
  13% {
		clip: rect(0, 100vw, 0, 0)
	}
  19% {
		clip: rect(0, 100vw, 0, 0)
	}
  22% {
		clip: rect(74vw, 100vw, 78vw, 0)
	}
  25% {
		clip: rect(77vw, 100vw, 79vw, 0)
	}
  28% {
		clip: rect(0, 100vw, 0, 0)
	}
  42% {
		clip: rect(0, 100vw, 0, 0)
	}
  45% {
		clip: rect(28vw, 100vw, 30vw, 0)
	}
  48% {
		clip: rect(37vw, 100vw, 40vw, 0)
	}
  52% {
		clip: rect(0, 100vw, 0, 0)
	}
  58% {
		clip: rect(0, 100vw, 0, 0)
	}
  61% {
		clip: rect(129vw, 100vw, 132vw, 0)
	}
  64% {
		clip: rect(137vw, 100vw, 140vw, 0)
	}
  67% {
		clip: rect(0, 100vw, 0, 0)
	}
  76% {
		clip: rect(0, 100vw, 0, 0)
	}
  79% {
		clip: rect(110vw, 100vw, 114vw, 0)
	}
  82% {
		clip: rect(125vw, 100vw, 128vw, 0)
	}
  86% {
		clip: rect(0, 100vw, 0, 0)
	}
  100% {
		clip: rect(0, 100vw, 0, 0)
	}
}

.main .btn_postponed {
  position: absolute;
  top: 55%;
  left: 39%;
  width: 30%;
  background: url("../img/full/btn_roadshow_info_on.svg") center center no-repeat;
  background-size: 100% auto;
  z-index: 11;
  transition: .25s;
}
.main .btn_postponed:hover img {
  opacity: 0;
}
.main nav {
  position: absolute;
  top: 63%;
  left: 32%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 43%;
  z-index: 11;
}
.main nav a {
  display: block;
  width: 31%;
  margin: 0 1% 3%;
  transition: 0.15s;
}
.main nav a:hover {
  opacity: .5;
  transform: scale(1.05);
}
.main .btn_liver {
  position: absolute;
  right: 1%;
  bottom: 2%;
  width: 14%;
  z-index: 5;
}
.main .btn_bddvd {
  position: absolute;
  left: 1%;
  bottom: 2%;
  width: 14%;
  z-index: 5;
}

.main .btn_liver:hover,
.main .btn_bddvd:hover {
  opacity: .9;
  filter: saturate(250%);
}

@media only screen and (max-width:800px) {
  .main .btn_postponed {
    top: 53%;
    left: 10%;
    width: 80%;
  }
  .main nav {
    top: 59%;
    left: 5%;
    width: 90%;
  }
  .main .btn_liver {
    right: 5%;
    bottom: 1%;
    width: 42%;
    z-index: 5;
  }
  .main .btn_bddvd {
    left: 5%;
    bottom: 1%;
    width: 42%;
    z-index: 5;
  }
}

.main h2 {
  position: absolute;
  top: 72%;
  left: 17%;
  width: 66%;
  z-index: 10;
}

@media only screen and (max-width:800px) {
  .main h2 {
    top: 63%;
    left: 10%;
    width: 80%;
  }
}

.countdown {
  position: absolute;
  bottom: 2.5%;
  left: 38.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 30%;
  color: #0071BC;
  z-index: 2;
}
/*.countdown::before,
.countdown::after {
  content: "";
  position: absolute;
  flex-grow: 1;
  display: block;
	height: 1px;
	background: #0071BC;
}
.countdown:before {
  width: 10%;
	left: -12%;
}
.countdown:after {
  width: 10%;
	right: -12%;
}*/
.countdown .ato {
  width: 38%;
}
#countdown0501 {
  width: 62%;
  color: #0071BC;
  font-family: 'Tomorrow', sans-serif;
  font-style: italic;
  font-size: 3.5vw;
  line-height: 1em;
  text-align: right;
}
#countdown0501 div {
  display: inline-block;
}
#countdown0501 .num_hour {
  width: 28%;
}
#countdown0501 .num_minute,
#countdown0501 .num_second {
  width: 18%;
}
#countdown0501 img {
  display: inline-block;
}
#countdown0501 .hour {
  width: 13%;
  margin: 0 1%;
}
#countdown0501 .minute,
#countdown0501 .second {
  width: 6.5%;
  margin: 0 1%;
}
#countdown0501 .second {
  margin-right: 0;
}

@media only screen and (max-width:800px) {
  .countdown {
    position: absolute;
    bottom: 24%;
    left: 12%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 76%;
    color: #0071BC;
    z-index: 2;
  }
  .countdown::before,
  .countdown::after {
    display: none;
  }
  #countdown0501 {
    font-size: 6.4vw;
  }
}

.countup {
  position: absolute;
  bottom: 6%;
  left: 21.2%;
  width: 57.6%;
}
.countup #countup_days {
  position: absolute;
  top: 31.85%;
  left: 29.5%;
  width: 18%;
  color: #B92029;
  font-family: 'Tomorrow', sans-serif;
  font-style: italic;
  font-size: 4.5vw;
  line-height: 1em;
  text-align: right;
}
.countup #countup_hours {
  position: absolute;
  top: 31.85%;
  left: 49.5%;
  width: 13%;
  color: #B92029;
  font-family: 'Tomorrow', sans-serif;
  font-style: italic;
  font-size: 4.5vw;
  line-height: 1em;
  text-align: right;
}

@media only screen and (max-width:800px) {
  .countup {
    position: absolute;
    bottom: 23%;
    left: 3%;
    width: 94%;
  }
  .countup #countup_days {
    top: 33%;
    left: 29.25%;
    width: 18%;
    color: #B92029;
    font-family: 'Tomorrow', sans-serif;
    font-style: italic;
    font-size: 6.75vw;
    line-height: 1em;
    text-align: right;
  }
  .countup #countup_hours {
    top: 33%;
    left: 49%;
    width: 13%;
    color: #B92029;
    font-family: 'Tomorrow', sans-serif;
    font-style: italic;
    font-size: 6.75vw;
    line-height: 1em;
    text-align: right;
  }
}

.intro {
  padding: 10% 0 0;
  background-image: url("../img/full/intro_bg_hd.jpg"), url("../img/full/bg_noise_white.jpg");
  background-repeat: repeat-x, repeat;
  background-position: center top, center top;
}
.intro h2 {
  width: 28%;
  margin: 0 auto;
}
.intro h3 {
  width: 76%;
  margin: 5% auto 3%;
}
.intro .tx {
  height: 12em;
  margin: 0 0 7%;
  overflow-y: auto;
}
.intro .phSet {
  position: relative;
}
.intro .phSet .ph1,
.intro .phSet .ph3,
.intro .phSet .ph4 {
  display: none;
}
.intro .phSet .ph2 {
  position: absolute;
  top: 7.25%;
  left: 8%;
  width: 31.25%;
  border-radius: 5px;
  overflow: hidden;
}
.intro .phSet .ph5 {
  position: absolute;
  top: 39.5%;
  left: 45%;
  width: 25.75%;
  border-radius: 5px;
  overflow: hidden;
}

@media only screen and (max-width:800px) {
  .intro {
    padding: 16% 0 0;
    background-image: url("../img/full/intro_bg_hd_sp.jpg"), url("../img/full/bg_noise_white.jpg");
    background-repeat: repeat-x, repeat;
    background-position: center top, center top;
  }
  .intro h2 {
    width: 60%;
    margin: 0 auto;
  }
  .intro h3 {
    width: 100%;
    margin: 5% auto 3%;
  }
  .intro .tx {
    height: 22em;
    margin: 0 0 8%;
    overflow-y: auto;
  }
  .intro .phSet {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 5% 2%;
    background: url("../img/full/bg_noise_navy.jpg") center top;
  }
  .intro .phSet .bg {
    display: none;
  }
  .intro .phSet .ph1,
  .intro .phSet .ph3,
  .intro .phSet .ph4 {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    margin: 1% 0;
  }
  .intro .phSet .ph2,
  .intro .phSet .ph5 {
    position: relative;
    top: 0;
    left: 0;
    margin: 1% 0;
  }
  .intro .phSet .ph1 {
    width: 49%;
  }
  .intro .phSet .ph2 {
    width: 49%;
  }
  .intro .phSet .ph3 {
    width: 29%;
  }
  .intro .phSet .ph4 {
    width: 29%;
  }
  .intro .phSet .ph5 {
    width: 38.25%;
  }
}


.story {
  padding: 0 0 8%;
  color: #fff;
  background: url("../img/full/bg_noise_navy.jpg") center top;
}
.story .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.story .txSet {
  width: 50%;
}
.story .phSet {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 45%;
}
.story h2 {
  width: 12.5%;
}
.story h3 {
  margin: 3% auto 1.5%;
  font-size: 20px;
}
.story .phSet .ph1 {
  width: 100%;
  margin: 0;
  line-height: 0;
  border-radius: 5px;
  overflow: hidden;
}
.story .phSet .ph2,
.story .phSet .ph3 {
  width: 48%;
  margin: 3.5% 0 0;
  line-height: 0;
  border-radius: 5px;
  overflow: hidden;
}

@media only screen and (max-width:800px) {
  .story .txSet {
    width: 100%;
  }
  .story .phSet {
    display: none;
  }
  .story h2 {
    width: 26%;
    margin: 0 auto;
  }
  .story h3 {
    margin: 6% auto 3%;
    font-size: 3.5vw;
    text-align: center;
  }
}

@media only screen and (max-width:420px) {
  .story h3 {
    font-size: 15px;
  }
}


.cast {
  margin-top: 35vw;
  padding: 4% 0 20%;
  color: #fff;
  background-image: url("../img/full/cast_bg_ft.jpg"), url("../img/full/bg_noise_navy.jpg");
  background-repeat: no-repeat, repeat;
  background-position: center bottom, center top;
  background-size: 100% auto, auto;
}
.cast h2 {
  width: 12.5%;
}
.cast .wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
.cast .wrap:first-of-type {
  margin: 4% 0 6%;
}
.cast .ph {
  width: 20%;
}
.cast .prof {
  width: 75%;
}
.cast h3 {
  margin: 0 0 1%;
  font-size: 24px;
  line-height: 1;
}
.cast h4 {
  font-size: 16px;
  line-height: 1.5;
}
.cast h4 span {
  display: inline;
}
.cast h4 br {
  display: none;
}
.cast .btn_comment {
  display: block;
  width: 20%;
  margin: -4% 0 3% 80%;
}
.cast .cardlink {
  display: none;
}

@media only screen and (max-width:1000px) {
  .cast h3 {
    font-size: 20px;
    line-height: 1;
  }
  .cast h4 {
    font-size: 15px;
    line-height: 1.5;
  }
}

@media only screen and (max-width:800px) {
  .cast {
    margin-top: 110vw;
  }
  .cast h2 {
    width: 26%;
    margin: 0 auto;
  }
  .cast .wrap {
    align-items: center;
    border-radius: 3px;
    border: 1px solid #fff;
  }
  .cast .wrap::before {
    content: "+";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 24px;
    height: 24px;
    color: #444;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: 700;
    border-radius: 2px;
    background: #fff;
    cursor: pointer;
  } 
  .cast .ph {
    width: 34%;
  }
  .cast .prof {
    width: 66%;
    padding: 1% 5%;
    box-sizing: border-box;
  }
  .cast h3 {
    margin: 0 0 2%;
    font-size: 4vw;
    line-height: 1;
  }
  .cast h4 {
    font-size: 2.35vw;
    line-height: 1.5;
  }
  .cast h4 span {
    display: none;
  }
  .cast h4 br {
    display: inline;
  }
  .cast .btn_comment {
    display: none;
  }
  .cast .tx {
    display: none;
  }
  .cast .cardlink {
    position: absolute;
    top:0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
  }

}

.staff {
  padding: 0 0 8%;
  background: url("../img/full/bg_noise_white.jpg") center top;
}
.staff h2 {
  width: 12.5%;
}
.staff .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 3% 0 0;
}
.staff .profSet {
  width: 65%;
}
.staff .phSet {
  width: 30%;
}
.staff .ph {
  margin-top: 8%;
}
.staff .ph:first-of-type {
  margin-top: 0;
}
.staff .card {
  margin-top: 7%;
}
.staff .card:first-of-type {
  margin: 0;
}
.staff h3 {
  margin: 0 0 1%;
  font-size: 24px;
  line-height: 1;
}
.staff h3 span {
  font-size: 66%;
}
.staff h4 {
  font-size: 16px;
  line-height: 1.5;
}
.staff h4 span {
  display: inline;
}
.staff h4 br {
  display: none;
}
.staff .btn_comment {
  display: block;
  width: 23%;
  margin: -4% 0 3% 77%;
}
.staff .cardlink {
  display: none;
}

@media only screen and (max-width:1000px) {
  .staff {
    padding: 0;
  }
  .staff .inner {
    width: 100%;
    max-width: 100%;
  }
  .staff .profSet {
    width: 92%;
    margin: 0 auto;
  }
  .staff .phSet {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 6% 0 0;
  }
  .staff .ph {
    width: 33.33%;
    margin-top: 0;
  }
  .staff .card {
    margin-top: 7%;
  }
  .staff .card:first-of-type {
    margin: 0;
  }
  .staff h3 {
    font-size: 20px;
    line-height: 1;
  }
  .staff h4 {
    font-size: 15px;
    line-height: 1.5;
  }
}

@media only screen and (max-width:800px) {
  .staff h2 {
    width: 26%;
    margin: 0 auto;
  }
  .staff h3 {
    margin: 0 0 2%;
    font-size: 4vw;
    line-height: 1;
  }
  .staff h4 {
    font-size: 2.35vw;
    line-height: 1.5;
  }
  .staff h4 span {
    display: none;
  }
  .staff h4 br {
    display: inline;
  }
  .staff .directer {
    position: relative;
    padding: 3% 20%;
    border-radius: 3px;
    border: 1px solid #000;
  }
  .staff .directer::before {
    content: "+";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 24px;
    height: 24px;
    color: #bbb;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: 700;
    border-radius: 2px;
    background: #000;
    cursor: pointer;
  }
  .staff .directer .tx {
    display: none;
  }
  .staff .btn_comment {
    display: none;
  }
  .staff .cardlink {
    position: absolute;
    top:0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
  }
}





.billing {
  margin-top: 35vw;
  padding: 5% 0 0;
  background: #000;
}
.billing .inner {
  padding: 0;  
}
.billing h3 {
  width: 80%;
  margin: 0 auto;
}

@media only screen and (max-width:800px) {
  .billing {
    margin-top: 110vw;
  }
  .billing h3 {
    width: 100%;
  }
}



.modalWrap {
  display: none;
}

.commentModal {
  padding: 5%;
  box-sizing: border-box;
  color: #fff;
  background: url("../img/full/bg_noise_navy.jpg") center top;
}
.commentModal .wrap,
.commentModal .prof {
  display: none;
}
.commentModal .comment h2 {
  margin: 0 0 1em;
  font-size: 18px;
}

@media only screen and (max-width:800px) {
  .commentModal {
    min-height: 90vh;
  }
  .commentModal .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .commentModal .wrap .ph {
    width: 34%;
  }
  .commentModal .wrap .prof {
    width: 62%;
  }
  .commentModal .prof {
    display: block;
  }
  .commentModal h3 {
    margin: 0 0 2%;
    font-size: 3.75vw;
    line-height: 1;
  }
  .commentModal h4 {
    font-size: 2.35vw;
    line-height: 1.5;
  }
  .commentModal .tx {
    width: 100%;
    margin: 1em 0 2em;
  }
  .commentModal .comment h2 {
    margin: 0 0 0.25em;
  }
}

/*-----------------------------------------
** streaming
-----------------------------------------*/
/*
#streaming {
	padding:40px 0 30px;
}
#streaming p.center{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

ul.streaming-logo{
	padding: 0;
	letter-spacing: -.4em;
	text-align: center;
	width: 90%;
	margin: 0 auto 0;
	font-size: 12px;
}
ul.streaming-logo li{
    margin: 0.8% 1% 0 0;
    padding: 0;
    width: 11.5%;
	display:inline-block;
	list-style:none;
	letter-spacing: normal;
}
ul.streaming-logo li a{
	margin:0;
	padding: 5px 0;
	width:100%;
	display:block;
	border:#ddd 1px solid;
	text-align:center;
	background:#fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
ul.streaming-logo img {
	display: block;
	width: 100%;
}
ul.streaming-logo p{
	letter-spacing: normal;
}
ul.streaming-logo p.left{
	text-align: left;
}
ul.streaming-logo p.right{
	text-align: right;
}
*/

