@charset "UTF-8";
* {box-sizing: border-box;}
html {font-size: 62.5%;}
body {
	min-width: 320px;
	font-size: 1.6em;
	line-height: 1.4em;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.6;
  letter-spacing: 0;
  background: #000;
}
h1, h2, h3, h4, h5, h6, p, a, li, ol, span, small, th, td, dd, dt, button, input, textarea, b, label {
/*	font-family: 'Noto Sans JP', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
	color: #221815;
	letter-spacing: 0.08em;
}
.Mincho {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
a, a:hover, a img, a:hover img {transition: 0.3s;}
img {max-width: 100%;}
a,a:focus {outline:none;}
button, input, input:focus {
	outline:none;
	padding: 0;
	border: 0;
	transition: 0.3s;
}
input::-moz-focus-inner, button::-moz-focus-inner {border:none;}
.absolute {position: absolute;}

h2 {
	color: #000;
	font-size: 4.0rem;
	font-weight: bold;
	text-align: left;
	margin-bottom: 20px;
  line-height: 4.6rem;
}
h3 {
  text-align: center;
  font-weight: bold;
  transform: translateX(1.2vw);
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

footer {
	text-align: center;
  padding: 30px 0;
  background: #231815;
}
footer a {display: inline-block;}
footer .copy {
	font-size: 1.2rem;
	margin-top: 3rem;
	padding: 10px;
	color: #fff;
	background-color: #e84965;
}




#content{
  margin: 0 auto;
  width: 650px;
}
h1{
  font-size: 150%;
}

h2{
  padding: 2px 4px;
  border-left: 7px solid #99ccff;
  border-bottom: 2px solid #99ccff;
  font-size: 100%;
}
p{
  margin-left: 2em;
}
.bgScroll {
	max-width: 1024px;
	background-size: 1024px;
	margin: 0 auto;
/*	height: 480px;*/
/*	height: 430px;*/
	height: 390px;
	background: #0C0B09;
	overflow-y: scroll;
/*  background: -webkit-linear-gradient(top, #00479c, #0C0B09);*/
  background: -moz-linear-gradient(top, #0C0B09, #103b6e, #0C0B09);
  background: -webkit-linear-gradient(top, #0C0B09, #103b6e, #0C0B09);
  background: linear-gradient(to bottom, #0C0B09, #103b6e, #0C0B09);
}
.bgScroll::-webkit-scrollbar {
	display: none;
}
.bgScroll {
 -ms-overflow-style:none;
}
.bgScroll p {
	color: #fff;
	margin: 0;
	font-size: 24px;
	line-height: 38px;
	text-align: center;
	letter-spacing: 0.06em;
}
.bgScroll p.textBold {
	font-size: 36px;
}
.bgScroll p.textBold.sp_contents {
  padding: 30px;
/*  position: relative;*/
  line-height: 46px;
}
.bgScroll p.textBold.sp_contents > span {
  position: relative;
  width: 80%;
  color: #fff;
}
.bgScroll p.textBold.sp_contents span::before,
.bgScroll p.textBold.sp_contents span::after {
	content: '';
	width: 20px;
	height: 30px;
	position: absolute;
}
.bgScroll p.textBold.sp_contents span::before {
	border-left: solid 2px #fff;
	border-top: solid 2px #fff;
  top: -10px;
  left: -1em;
}
.bgScroll p.textBold.sp_contents span::after {
	border-right: solid 2px #fff;
	border-bottom: solid 2px #fff;
  bottom: -10px;
  right: -1em;
}
/*.bgScroll p.textBold.sp_contents span span {
  color: #fff;
  display: block;
}*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
}
.pagetop a {
	display: block;
	text-decoration: none;
	padding: 20px 10px;
}
.pagetop a:hover {
	display: block;
	text-decoration: none;
	padding:20px 10px;
	opacity:0.75;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.maplink a {
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.maplink a:hover {
	opacity:0.80;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}
.pc_contents {
  display: block !important;
}
.sp_contents {
  display: none !important;
}



.ttl {
  z-index: 2;
  position: relative;
}
.concept ,
.map {
  margin: -112px auto 0px;
  width: 100%;
  text-align: center;
  z-index: -1;
  display: block;
  padding-top: 40px;
}
.map {
  margin: 0px auto;
  padding-top: 0px;
}
.artist {
  margin-top: -50px;
  width:100%;
  position: relative;
  z-index: -1;
}




@media screen and (min-width: 769px) {
	.list a:hover img {transform: scale(1.1);}
	.more button:hover {
		cursor: pointer;
		transition: 0.3s;
	}
	.sns a:hover {opacity: 0.7;}
	nav .sns a:hover {background-color: transparent;}
	h1 a:hover {opacity: 0.7;}
}


@media screen and (max-width: 999px) {
  .movie .style01 ,
  .movie .style02 ,
  .movie .style03 ,
  .movie .style04 {
    font-size: 2.2rem;
    font-size: 2.4vw;
    }
  .movie .style02 {
    top: 30vw;
    left: 33.4vw;
  }
  .movie .style03 {
    top: -33vw;
    right: 33.4vw;
  }
}
@media screen and (max-width: 768px) {
	html {font-size: 53%;}
	.sp_menu nav {padding: 120px 20px 50px;}
	nav .top li {width: 31.333%; margin-bottom: 2%;}
	nav .btm span::after {right: -10px;}
	section {margin-top: 5rem;}
	.list li {width: 31.333%;}
  
    .white-popup .detail_box .box_right .vertical_am,
  .lity-container .detail_box .box_right .vertical_am {
    margin-top: 45%;
  }
  .white-popup .detail_box .box_right p span.red,
  .lity-container .detail_box .box_right p span.red ,
  .white-popup .detail_box .box_right p span.blue,
  .lity-container .detail_box .box_right p span.blue {
    font-size: 1.25em;
  }
/*  .movie .style01 ,
  .movie .style02 ,
  .movie .style03 ,
  .movie .style04 {
    font-size: 2.0rem;
  }
  .movie .style02 {
    left: 19.2em;
  }
  .movie .style03 {
    right: 19.2em;
  }
  .movie .style04 {
    margin-top: -3%;
  }*/
  .movie .style02 {
    left: 46.4vw;
  }
  .movie .style03 {
    right: 46.4vw;
  }
  .visual {
    height: 82vh;
  }
  .visual div {
    height: 82vh;
  }
  .movie_contents01, .movie_contents02 {
    padding-top: 50%;
  }
  .movie .style01 {
/*    font-size: 2.0rem;*/
    top: -0.6em;
  }
  h3 {
    margin-bottom: 10px;
  }
  .movie .movie_inner {
    padding: 15px;
  }
  .sns li {
    margin: 0 30px 10px;
  }
  nav {
    margin-top: 4rem;
  }
  
  .pc_contents {
    display: none !important;
  }
  .sp_contents {
    display: block !important;
  }
  .bgScroll p {
    font-size: 16px;
    line-height: 26px;
  }
  .bgScroll p.textBold.sp_contents {
    font-size: 26px;
    padding: 20px;
    line-height: 38px;
    color: #fff;
  }
  .bgScroll p.textBold.sp_contents span {
    color: #fff;
  }

  
}/* 768px */


@media screen and (max-width: 600px) {
  .white-popup .detail_box .box_right .amu_text,
  .lity-container .detail_box .box_right .amu_text {
    line-height: 1.3em;
    font-size: 0.9em;
    margin-top: 15px;
  }
  .white-popup .detail_box .box_right p ,
  .lity-container .detail_box .box_right p {
    line-height: 1.5em;
  }
}




@media screen and (max-width : 520px) {
/*	.visual div {width:calc( 100% / 3 ); height: 50vw;}*/
/*	.visual div {width: 33.333vw;}*/
/*	.visual div.w2h1 {width: 33.333vw;}
	.visual div.w1h2 {height: 25vh;}
	.visual .no1 {background-position: 37% center;}
	.visual .no3, .visual .no10, .visual .no13 {display: none;}*/
	.visual .no8 {width: 33.333vw; left: 33.333vw;}
	.visual .no8 img {width: 90%;}
	.visual .no9 {left: 66.666vw;}
	.visual .no11 {background-position: 59% center;}
	.visual .no14 {top: 75vh; background-position: 0% 20%;}
  
    .visual {
    height: 44vh;
/*    height: 86vh;*/
  }
  .visual div {
    height: 44vh;
/*    height: 43vh;*/
  }
  .visual div.main_txt {
    transform: translate( -50% , 33vh );
  }
  .main_txt {
    width: 96vw;
    margin: 0 auto;
  }
  .main_txt img {
    width: 91vw;
  }
  h2 {
    font-size: 3.2rem;
    margin-bottom: 10px;
  }
  .catch p {
    font-size: 2.2rem;
    line-height: 3.6rem;
    text-align: justify;
  }
    
  section {
    margin-top: 4rem;
  }
  .movie01 ,
  .movie02 ,
  .movie03 {
/*    height: 200px !important;*/
    max-height: 200px !important;
  }
  .movie_contents02 {
    margin-top: 10px;
  }
  .movie .flex {
    display: block;
    margin-top: 0;
  }
  .movie .flex div {
    width: 100%;
  }
  .movie .style02 {
    left: 67.4vw;
    top: 42vw;
  }
  .movie .style03 {
    right: 67.4vw;
    top: -55vw;
}
  .movie h3 img {
    height: 34px;
  }
  #graphic h3 img {
    height: 42px;
  }
  nav h3 img {
    height: 36px;
  }
  .movie_contents01 div,
  .flex .movie_contents02 .movie02 + div,
  .flex .movie_contents02 .movie03 + div {
    bottom: 12vw;
  }


}/* 520px */

@media screen and (max-width: 480px) {
	html {font-size: 48%;}
	.sp_menu button {top: 10px; right: 10px;}
	.sp_menu button .Mborder {width: 15px; height: 15px;}
	.sp_menu button span.bar {width: 15px;}
	.sp_menu button.active .Mborder {width: 15px; height: 15px;}
	nav .top li {width: 48%;}
	nav .btm li {width: 98%; margin-bottom: 3%;}
	nav .top img {width: 50px;}
/*	.catch p br {display: none;}*/
	.catch p span {display: inline-block;}
  section.catch {margin-top: 1rem;}
	.list li {width: 48%;}
	.list p span {display: inline-block;}
	.sns li {margin: 0 10px;}
	footer .copy {margin-top: 3rem;}
  
  .movie .movie_inner {
    padding: 5px;
  }
  .movie .style01,
  .movie .style02,
  .movie .style03,
  .movie .style04 {
    font-size: 2.2rem;
    font-size: 2.8vw;
  }
  .movie .style01 {
    top: -1.6em;
    font-size: 2.8vw;
  }
  .movie .style02 {
    left: 65.4vw;
    top: 61vw;
  }
  .movie .style03 {
    right: 65.4vw;
    top: -62vw;
  }
  
}/* 480px */

@media screen and (max-width: 450px) {
}/* 450px */

@media screen and (max-width: 400px) {
  .white-popup .detail_box .box_right .vertical_am,
  .lity-container .detail_box .box_right .vertical_am {
    margin-top: 40%;
  }
  .white-popup .detail_box .box_right p span.red,
  .lity-container .detail_box .box_right p span.red,
  .white-popup .detail_box .box_right p span.blue,
  .lity-container .detail_box .box_right p span.blue {
    font-size: 1.2em;
  }
  .white-popup .detail_box .box_right .amu_text,
  .lity-container .detail_box .box_right .amu_text {
    font-size: 0.8em;
  }
}/* 400 */



/*2024追加CSS*/
.mv-img {
    max-width: 1024px;
    position: relative;
}

.t-logo{
	position: absolute;
    top: 2%;
    left: 2%;
}

.t-logo img{
	width: 100px;
}

.footer_inner {
    width: 1024px;
    position: relative;
}

.f-logo img{
	width: 80px;
}

.f-logo{
	position: absolute;
    bottom: 0%;
    left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-20%);
  margin:0;
  padding:0;
}

@media screen and (max-width: 1024px) {
	.mv-img {
    max-width: 100%;
}
	.footer_inner {
    width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.t-logo img{
	width: 60px;
}
	.f-logo img{
	width: 50px;
}
}

@media screen and (max-width: 500px) {
	.f-logo img{
	width: 40px;
}
}

@media screen and (max-width: 400px) {
	.f-logo img{
	width: 30px;
}
}