@charset "UTF-8";
/* ----------------------------------------------------------------------------------------
固定css
-------------------------------------------------------------------------------------------- */
body {
  padding-bottom: 90px;
}
a {
 display: block;
}
a.opacity:hover {
 opacity: .6;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.totop a {
	display: none!important;
}
html {
	scroll-behavior: smooth;
}

/* ----------------------------------------------------------------------------------------
813px以上の固定css(PC)
-------------------------------------------------------------------------------------------- */
@media screen and (min-width: 813px) {

.sp {
  display: none;
 }
 .pc {
  display: block;
 }
.home {
  position: fixed;
  top: 15px;
  left: 15px;
  width: 20%;
  max-width: 140px;
  z-index: 1000;
}
  .point_wrap > li:first-of-type {
    width: 100%;
  }
  .mt_music {
    margin-top: 60px;
  }
  
.strike-target {
  position: relative;
  display: inline-block;
  z-index: 2;
  color: #fff17f;
}

.strike-target::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 97%;
  height: 10px;
  background: linear-gradient(90deg,#b7b8f2 10%, #dac2fc 40%,#b7b8f2 60%, #dac2fc 70%, #e0d0e6 90%);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1.5s ease;
  z-index: 1;
  opacity: .3
}
#story .strike-target::after {
  bottom: 7px;
  width: 100%;
}
.strike-target.active::after {
  transform: scaleX(1);
}

.kv {
  width: 100%;
  overflow: hidden;
}

.kv img {
  display: block;
  margin: 0 auto;
}
  .music_inner .flex_box {
    justify-content: space-between;
  }
  .music_inner > .flex_box:nth-of-type(n+2) {
    margin-top: 50px;
  }
  .music_inner .flex_r dl::before {
    left: calc(100% - 16px);
  }
}
/* ----------------------------------------------------------------------------------------
今回追加した813px以上のcss(PC)
-------------------------------------------------------------------------------------------- */
main {
  position: relative;
  z-index: 0;
  font-size: 16px;
  color: #fff;
	line-height: 1.2;
  background:url("../images/bg_spatter_sp.webp") no-repeat top center/100%,url("../images/bg_black_pc.webp") 0 0/900px;
  background-position: center;
  background-attachment: fixed;
  font-family: "Noto Sans JP", sans-serif;

}
/*----------------------------------------------------------------
汎用
----------------------------------------------------------------*/
.small {
	font-size: 75%;
}
.big {
	font-size: 125%;
}
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
.tac {
	text-align: center;
}
.ls5 {
	letter-spacing: 5px;
}
.ls0 {
	letter-spacing: 0;
}
.p15 {
	padding: 15px 0;
}
.gold_tx {
	color: #e1bd7a;
}
.mb20px {
  margin-bottom: 20px;
}


/*
.fade-in {
  opacity: 0;
  animation: fadeIn 0.8s ease-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
*/


/*----------------------------------------------------------------
flex
----------------------------------------------------------------*/
.flex_box {
	display: flex;
}
.flex_box.js {
	display: flex;
	justify-content: space-between;
}
.flex_box.jc {
	display: flex;
	justify-content: center;
}
.flex_box.ac {
	display: flex;
	align-items: center;
}
.flex_box.four {
	justify-content: space-between;
  gap:1.3%;
}
.flex_box.four > * {
	width: 24%;
}
.w50 {
	width: 50%;
}
.mw_1000 {
	max-width: 1000px;
	margin: auto;
	width: 90%;
}
.font {
  font-family: "vdl-logomaru", sans-serif;
}
  #music .flex_box.flex_r {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .music_inner .flex_r dl {
    padding-right: 50px;
    padding-left: 0;
    text-align: right;
  }
  .music_inner .flex_r dl::before {
    left: calc(100% - 16px);
  }
/*----------------------------------------------------------------
bg
----------------------------------------------------------------*/
.inner_wrap {
	padding: 100px 0;
	position: relative;
}
.parallax-container {
}
.parallax-content {
  clip-path: inset(0);
  width:100%;
  height:auto;
}
.parallax-content-1::after {
  content:'';
  position:fixed;
  top:0;
  left:0;
  z-index:-10;
  width:100%;
  height:100%;
  background-image: url("../images/bg_live_02.webp");
  background-size:cover;
  background-position: center;
}
.parallax-content-2::after{
  content:'';
  position:fixed;
  top:0;
  left:0;
  z-index:-10;
  width:100%;
  height:100vh;
  background: url("../images/bg_live_01.webp");
  background-size:cover;
  color:#000;
  background-position: center;
}
.parallax-content-3::after{
  content:'';
  position:fixed;
  top:0;
  left:0;
  z-index:-10;
  width:100%;
  height:100vh;
  background-image: url("../images/bg_live_02.webp");
  background-size:cover;
  color:#000;
  background-position: center;
}

/*----------------------------------------------------------------
BTN
----------------------------------------------------------------*/
.btn {
	position: relative;
	text-align: center;
}
.flex_box .btn {
	width: 48%;
}
.btn a {
	display: block;
	text-align: center;
	border-radius: 100px;
/*	background: linear-gradient(110deg,#ff87ba 0%,#7b96db 100%);*/
  background: #d479ff;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	position: relative;
	z-index: 0;
	width: 100%;
	min-height: 65px;
	align-content: center;
  line-height: 1;
  font-family: "vdl-logomaru", sans-serif;
  letter-spacing: 1px;
}
span.arrow {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	background: url("../images/arrow.webp") no-repeat center/35px;
	display: inline-block;
	width: 35px;
	height: 35px;
	transition: 0.2s all ease-in;
}
.btn.lemino a {
	background: linear-gradient(90deg, rgba(255,168,49,1) 0%, rgba(255,40,135,1) 100%);
	color: #fff;
  padding: 0;
}
.btn a:hover .arrow {
	transition: transform .3s cubic-bezier(.59,-0.01,.26,.9);
	transform:translateY(-50%) scale(1.2);
}
.btn.mw500 a {
	max-width: 500px;
	width: 90%;
	margin: auto;
}
.btn.cp a {
	background: linear-gradient(90deg,rgba(224, 25, 25, 1) 0%, rgba(148, 5, 19, 1) 100%);
	color: #fff;
}
/*----------------------------------------------------------------
header
----------------------------------------------------------------*/
.sns_list {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 20px	0;
}
.sns_list li {
	margin-right: 2%;
	font-size: min(2vw,24px);
	text-align: center;
	line-height: 1.3;
	letter-spacing: 3px;
}
.sns_list li a {
	transition: 0.2s all ease-in;
	color: #8ae6ff;
   font-family: "vdl-logomaru", sans-serif;
  font-weight: bold;
}
.sns_list li a span {
	transition: 0.2s all ease-in;
	color: #d479ff;
	font-size: min(1vw,14px);
  display: block;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
}
.sns_list li a img {
	max-width: 100px;
	margin-right: 1%;
	text-align: center;
	transition: 0.2s all ease-in;
}
.sns_list li :last-of-type{
	margin-right: 0;
}
.sns_list li a:hover {
  transform: translateY(-5px);
	transition: 0.2s all ease-in;
}
/*----------------------------------------------------------------
TOP
----------------------------------------------------------------*/
h1 {
  width: 100%;
	text-align: center;
	background: url("../images/kv_pc_bg.webp")no-repeat top center/auto 100vh,linear-gradient(90deg,#232347 0%,#232347 50%,#6fa7f4 50%, #6fa7f4 100%);
}
h1 img {
/*
  height: 100vh;
	margin: auto;
	width: auto;
*/
}
main h2 {
  margin-bottom: 70px;
  padding-top: 20px;
  text-align: center;
	line-height: 1.2;
	position: relative;
/*  background:url("../images/bg_ttl.webp") no-repeat center bottom/340px;*/
  letter-spacing: 3px;
  color: #dd94ff;
  font-weight: bold;
}
main h2 span {
	color: #fff;
	font-size: 48px;
	font-weight: bold;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 1px;
  font-family: "vdl-logomaru", sans-serif;
}
.shine {
  position: relative;
}
.shine::before,
.shine::after {
  position: absolute;
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background: url("../images/ic_shine.webp") 0 0/100%;
}
.shine::before {
  left: -30px;
  top: -10px; 
}
.shine::after {
  right: -20px;
  bottom: -5px;
  width: 20px;
  height: 20px;
}
.lead {
  text-align: center;
	font-size: 33px;
  padding:90px 0 120px;
  letter-spacing: 1.8px;
  line-height: 1.5;
}
.lead_tx {
margin-bottom: 50px;
}
.lead_tx_small {
  font-size: 60%;
}
.lead_tx_small + .lead_tx_small {
  margin-top: 30px;
}
.lead_tx_small span {
  letter-spacing: 0;
}
.top_date {
  text-align: center;
}
.top_date span {
  display: inline-block;
	text-align: center;
	font-size: 35px;
	line-height: 1.2;
	background: linear-gradient(90deg,#b7b8f2 10%, #dac2fc 40%,#b7b8f2 60%, #dac2fc 70%, #e0d0e6 90%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
}
.top_date_small {
  margin-top: 10px;
  margin-bottom: 50px;
	font-size: 28px;
	font-weight: normal;
  color: #adbff3;
  text-align: center;
}
/*----------------------------------------------------------------
TRAILER
----------------------------------------------------------------*/
.movie {
  padding-bottom: 30px;
}
.youtube {
  margin: 60px auto 0;
  max-width: 700px;
  aspect-ratio:16/9;

}
iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
video {
	width: 100%;
  height: 100%;
}
/*----------------------------------------------------------------
POINT
----------------------------------------------------------------*/
#point {
/*  position: relative;*/
  background: url("../images/bg_live_02.webp") no-repeat 0 0 /100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;


}
.point_wrap {
  max-width: 1200px;
  width: 90%;
  margin: auto;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.point_wrap > li {
  width: 48%;
  background: rgba(0,0,0,.5);
  border-radius: 10px;
}
.point_wrap > li:nth-of-type(n+2) {
  margin-top: 30px;
}
.point_wrap h3 {
  position: relative;
  left: 0;
  top: 0;
  font-size: 23px;
  color: #fff;
  background: #7ba9f7;
  padding: 10px 0 10px 45px;
  border-radius: 10px 10px 0 0;
  letter-spacing: 2px;

}
.point_wrap h3::before {
  position: absolute;
  content: '';
  display: block;
  width: 30px;
  height: 75px;
  left: 10px;
  transform: translateY(-50%);
  top: 50%;
  background: url("../images/ic_mic.webp") no-repeat 0 0 /100%;
}
.point_wrap dt {
  font-size: 22px;
    font-weight: normal;
  letter-spacing: 1px;
  color: #7ba9f7;
}
.point_wrap dd {
 margin-top: 20px;
  line-height: 1.5;
}
.point_wrap dd:nth-of-type(n+2) {
  margin-top: 15px;
}
.point_wrap dl {
  padding: 33px 30px;
}
/*----------------------------------------------------------------
STORY
----------------------------------------------------------------*/
#story {
  background: url("../images/bg_live_01.webp") no-repeat 0 0 /100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#story.inner_wrap {	
	text-align: center;
}
.story_tx {
	line-height: 2.5;
  letter-spacing: 1.5px;
	font-size: 1.0em;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	max-width: 1200px;
	width: 90%;
	margin: 15px auto 0;
  
}
.story_tx .strike-target {
  font-size: 160%;
  margin-bottom: 10px;
}
/*----------------------------------------------------------------
DIAGRAM
----------------------------------------------------------------*/
.diagram_img {
	width: 90%;
	max-width: 700px;
	margin: auto;
	background: linear-gradient(45deg,rgba(222, 180, 115, 1) 10%, rgba(255, 239, 206, 1) 40%,rgba(222, 180, 115, 1) 60%, rgba(255, 239, 206, 1) 70%, rgba(186, 148, 85, 1) 90%);
	padding: 1px;
}
/*--------------------------------------------------------
画像ポップアップ
---------------------------------------------------------*/
.photo_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	margin: auto;
	justify-content: center;
	max-width: 1200px;
	width: 90%;
}
.photo-item {
width: calc(100% / 3);
padding: 5px;
}
.photo-item img {
 display: block;
 overflow: hidden;
}
/*----------------------------------------------------------------
CAST
----------------------------------------------------------------*/
.cast_list {
	width: 90%;
	max-width: 1000px;
	margin: 30px auto;
}
.cast_wrap {
	width: 100%;
  -ms-align-items: center;
/*  align-items: center;*/
  text-align: center;
}
#message h3,
#cast h3 {
  position: relative;
  padding-top: 20px;
  padding-bottom: 70px;
  font-weight: 900;
  font-size: 35px;
  text-align: center;
  letter-spacing: 1px;
      background: linear-gradient(90deg, #78a3f1 10%, #dadef9 60%, #efc6ff 70%, #78a3f1 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#message h3::before,
#cast h3::before {
  position: absolute;
  content: '';
  display: block;
  width: 20px;
  height: 47px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: url("../images/ic_mic_w.webp") no-repeat 0 0 /100%;
}
#cast h3:nth-of-type(n+2) {
  margin-top: 130px;
}
.group_img  {
  width: 100%;
  margin: 20px auto 0;
  border-radius: 10px;
/*  box-shadow: 0 0 18px rgba(120,163,241,.5);*/
}
.group_img img {
  overflow: hidden;
  border-radius: 10px;
}
.cast_img {
  border-radius: 10px;
  margin-top: 20px;
/*  box-shadow: 0 0 18px rgba(120,163,241,.5);*/
}
.cast_img > div {
  border-radius: 10px;
  overflow: hidden;
}
.cast_tx { 
	width: 65%;
}
.cast_copy {
	color: #e1bd7a;
	font-size: 18px;
}
.cast_name {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	padding: 15px 0;
}
.cast_name span {
	font-size: 20px;
	color: #ccc;
}
.cast_discription {
	line-height: 1.5;
	margin-top: 15px;
}
.cast_discription small{
	color: #ccc;
}

.cast_kind dt {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}
.cast_kind dt span {
  display: block;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
  color: rgb(138, 230, 255);
  background: linear-gradient(90deg, #78a3f1 10%, #dadef9 60%, #efc6ff 70%, #78a3f1 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  
}
.concept {
  margin-top: 70px;
  padding-bottom: 35px;
  text-align: center;
}
.concept h4 {
  line-height: 1.5;
  font-size: 30px;
}
.concept h5 {
  margin-top: 35px;
  font-size: 22px;
}
.concept p {
  margin-top: 20px;
  letter-spacing: 1.5px;
  line-height: 2;
}
/*----------------------------------------------------------------
MESSAGE
----------------------------------------------------------------*/
#message h3 {
  font-size: 24px;
}
#message .youtube {
  margin-top: 20px;
  padding-bottom: 0;
}
.message_wrap > li:nth-of-type(n+2) {
  margin-top: 100px;
}
/*----------------------------------------------------------------
SCHEDULE
----------------------------------------------------------------*/
#shedule {

}
.schedule_table {
	max-width: 700px;
	margin: auto;
	width: 90%;
}
.w50per {
	width: 50%;
}
.schedule_table tr {
	border-bottom: 1px solid #fff;
	text-align: center;
	font-size: 30px;
}
.schedule_table tr:last-of-type {
	border-bottom: 0;
}
.schedule_table td {
	vertical-align: middle;
}
.schedule_table td{
	padding: 20px 0;
}
/*----------------------------------------------------------------
MUSIC
----------------------------------------------------------------*/
#music {
    background: url("../images/bg_live_02.webp") no-repeat 0 0 /100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.music_inner{
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
.music_inner dl {
  position: relative;
  padding-left: 50px;
}
.music_inner dl::before {
  position: absolute;
  display: block;
  content: '';
  width: 15px;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255,255,255,.5);
  border-radius: 100px;
}
.on_img {
  align-items: center;
}
.on_img_light {
  width: 60%;
}
.on_img_light .youtube {
  width: 90%;
  margin: 0 auto 0 0;
}
.on_img .music_img {
  width: 35%;
}
.music_ost {
  font-size: 20px;
  font-weight: normal;
}
.music_ttl {
  margin-top: 15px;
  font-size: 40px;
  color: #8ae6ff;
}
.music_artist {
  margin-top: 10px;
  font-size: 20px;
}
.music_date {
  margin-top: 30px;
  font-size: 20px;
}
.music_inner > .flex_box + * {
  margin-top: 80px;
}
.music_inner dl {
  padding-top: 20px;
  padding-bottom: 20px;
}
/*----------------------------------------------------------------
CAMPAIGN
----------------------------------------------------------------*/
.cp_wrap {
	max-width: 1000px;
	width: 90%;
	margin: auto;
	position: relative;
}
.end_overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.7);
	z-index: 5;
	font-size: 2em;
	text-align: center;
	align-content: center;
	font-weight: 600;
}
.cp_img {
  max-width: 800px;
  width: 100%;
  margin: auto;
}
.cp_ttl {
	font-size: 32px;
	font-weight: 800;
	text-align: center;
	line-height: 160%;
}
.cp_ttl span {
  font-size: 24px;
  background: linear-gradient(90deg,rgba(222, 180, 115, 1) 10%, rgba(255, 239, 206, 1) 40%,rgba(222, 180, 115, 1) 60%, rgba(255, 239, 206, 1) 70%, rgba(186, 148, 85, 1) 90%);
	/*-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
  color: #000;
  display: inline-block;
  padding: 5px 10px 3px;
  line-height: 1;
}
.cp_lead {
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	line-height: 1.6;
	padding-top: 20px;
}
.cp_tx {
	font-size: 18px;
	text-align: center;
	margin: 20px auto;
}
.cp_list {
	background-color:rgba(255,255,255,0.15);
	margin: 20px auto 0;
	padding: 20px;
}
.cp_list.attention {
	margin: 30px auto 60px;
	padding: 20px;
	font-size: 14px;
}
.cp_list li {
	text-indent: -1.2em;
	margin-left: 1.2em;
	padding: 5px 0;
	line-height: 1.4;
}
.cp_list.attention li {
	text-indent: -1.0em;
	margin-left: 1.0em;
	padding: 3px 0;
	font-weight: 400;
}
.cp_list .att_tx {
	text-indent: -1.0em;
	margin-left: 1.0em;
	font-size: 14px;
	padding: 3px 0;
}
.cp_list .list_ttl {
	border-bottom: 1px solid rgba(222, 180, 115, 1);
	font-weight: 600;
	font-size: 20px;
	text-indent: 0;
	margin-left:0;
	padding-bottom: 10px;
	margin-bottom: 10px;
  color: rgba(222, 180, 115, 1);
}
.cp_list.attention li.list_ttl {
	margin-left: 0;
	text-indent: 0;
	padding-bottom: 10px;
}
.cp_list li a {
	text-decoration: underline;
	color: #00D7FB;
	display: inline;
}
.cp_wrap {
	margin-bottom: 100px;
}
.btn.cp a {
	max-width: 500px;
	width: 100%;
	margin: 30px auto;
}
/* ----------------------------------------------------------
規約
------------------------------------------------------------*/
.tokuten_scroll {
  color: #fff; 
  overflow: hidden;
  width: 100%;
  margin:20px auto 0;
  font-size: 12px;
  font-weight: 300;
  padding: 1px;
}
.tokuten_scroll .inn {
  height: 200px;
  overflow-y: scroll;
  text-align: left;
  background-color: rgba(255,255,255,0.15);
  padding: 15px  ;
}
.tokuten_scroll .inn .inn_box {
  margin-bottom: 2em;
}
.tokuten_scroll .inn .inn_box > ul > li {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 0.3em;
}
.tokuten_scroll .inn .inn_box > ul > li a{
  color: #fff;
  display: inline;
  text-decoration: underline;
}
.tokuten_scroll .inn::-webkit-scrollbar {
    width: 12px;
    margin-right: 10px;
 }
.tokuten_scroll .inn::-webkit-scrollbar-thumb {
    background: #fff;
    width: 10px;
    border-radius: 100px;
}
.copy {
	text-align: center;
	font-size: 12px;
	padding: 20px 0;
}
/*----------------------------
追従
----------------------------*/
.lp_cta_fixed.is-fixed {
  padding: .5em;
  text-align: center;
  width: 100%;
  background-color:rgba(21,21,21,0.7);
  position: fixed;
  bottom: 0;
  left: 0;
  font-weight: 700;
	display: block;
	z-index: 55;
  }
.lp_cta_fixed .point_cp {
  text-decoration: underline;
  font-size: 14px;
	font-weight: normal;
}
.btn_wrap {
  display: flex;
  margin: auto;
  justify-content: center;
	width: 75%;
}
.btn.fix {
	width: 48%;
	margin-right: 2%;
}
.btn.fix:last-of-type {
	margin-right: 0;
}
.btn.fix::before {
  display: none;
}
.btn.fix a {
   font-size: 18px;
   margin: 0 20px 0 0;
	 border: 0;
	 letter-spacing: 0;
  min-height: 50px;
}
/* ----------------------------------------------------------------------------------------
今回追加した812px以下のcss(SP)
-------------------------------------------------------------------------------------------- */
@media screen and (max-width: 812px) {
main {
  position: relative;
  z-index: 0;
  font-size: 16px;
  color: #fff;
	line-height: 1.2;
background: none;
}
.bg-fixed {
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    url("../images/bg_spatter_sp.webp") no-repeat top center/150%,
    url("../images/bg_black_pc.webp") 0 0/900px;
}

.strike-target span{
  position: relative;
  display: inline-block;
  z-index: 2;
  color: #fff17f;
}

.strike-target span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(90deg,#b7b8f2 10%, #dac2fc 40%,#b7b8f2 60%, #dac2fc 70%, #e0d0e6 90%);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1.5s ease;
  z-index: 1;
  opacity: .3
}
#story .strike-target span::after {
  bottom: 3px;
}
.strike-target.active span::after {
  transform: scaleX(1);
}

/*----------------------------------------------------------------
flex
----------------------------------------------------------------*/
.flex_box {
	flex-direction: column;
}
.flex_box.js {
	flex-direction: column;
}
.flex_box.jc {
	flex-direction: column;
}
.flex_box.ac {
	flex-direction: column;
}
h1 {
  width: 100%;
	background: none;
}
h1 img {
	width: 100%;
	margin: auto;
	height: auto;
}
/*----------------------------------------------------------------
bg
----------------------------------------------------------------*/
.inner_wrap {
	padding: 50px 0 60px;
}
/*----------------------------------------------------------------
BTN
----------------------------------------------------------------*/
.flex_box .btn {
	width: 90%;
	margin: 10px auto;
}
.btn a {
	font-size: 16px;
	letter-spacing: 0;
	min-height: 50px;
}
.btn span {
	font-size: 12px;
}
span.arrow {
	background: url("../images/arrow.webp") no-repeat center/100%;
	width: 25px;
	height: 25px;
}
/*----------------------------------------------------------------
TOP
----------------------------------------------------------------*/
.top_date {
	padding:0 0 10px;
	line-height: 1.5;
	letter-spacing: 0;
}
  .top_date_small {
	font-size:min(5vw,20px);
  }
  .top_date span {
	font-size:min(5.5vw,24px);
  }
  .lead {
    padding-bottom: 80px;
    line-height: 1.5;
	font-size:min(5vw,24px);
}
  .lead_tx {
    margin-bottom: 20px;
  }
  .lead_tx_small {
    margin-top: 20px;
    font-size: 68%;
  }
  .lead_tx_small + .lead_tx_small {
    margin-top: 18px;
  }
.pop {	
	width: 27%;
	bottom: 85px;
	right: 5px;
	z-index: 999;
}
main h2 span {
	font-size: 32px;
}
main h2 {
  font-size: 14px;
  margin-bottom: 50px;
}
/*----------------------------------------------------------------
TRAILER
----------------------------------------------------------------*/
  .movie {
    padding-bottom: 0;
  }
.youtube {
  width:90%;
}
/*----------------------------------------------------------------
POINT
----------------------------------------------------------------*/
  .point_wrap > li {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .point_wrap h3 {
    font-size: 16px;
    padding: 5px 0 5px 35px;
  }
  .point_wrap dt {
    font-size: 18px;
  }
  .point_wrap dd {
    font-size: 14px;
  }
.point_wrap dl {
    padding: 30px 20px;
}
/*----------------------------------------------------------------
STORY
----------------------------------------------------------------*/
#story.inner_wrap p {	
	width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.story_tx {
	font-size: 13px;
	width: 100%;
  line-height: 2;
  text-align: left;
}
  .story_tx .strike-target {
    margin-top: 10px;
    font-size: 130%;
  }
/*----------------------------------------------------------------
DIAGRAM
----------------------------------------------------------------*/
.diagram_img {
	padding: 1px;
}
/*----------------------------------------------------------------
PHOTO
----------------------------------------------------------------*/
.photo_list {
	width: 95%;
	margin: auto;
}
.photo-item {
width: 48%;
padding: 0 3px;
margin-top: 2%;
}
/*----------------------------------------------------------------
CAST
----------------------------------------------------------------*/
.cast_list {
	width: 90%;
}
.cast_wrap {
	flex-direction: column;
	margin-bottom: 10%;
}
#message h3, #cast h3 {
	font-size:min(5vw,20px);
  padding-bottom: 60px;
}
  #message h3::before, #cast h3::before {
    width: 15px;
    height: 34px;
  }
.cast_img {
	width: 60%;
	margin-right: 0;
	margin-bottom: 2%;
}
.cast_tx { 
	width: 100%;
	text-align: center;
}
.cast_copy {
	font-size: 16px;
}
.cast_name {
	font-size: 24px;
	padding: 10px 0;
}
.cast_name span {
	font-size: 16px;
	font-weight: normal;
}
.cast_discription {
	margin-top: 0;
	font-size: 14px;
	background-color: rgba(70,70,70,0.30);
	padding: 10px;
}
  #cast .flex_box.four > * {
    width: 100%;
  }
  .cast_kind {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cast_kind dt {
    width: 40%;
    text-align: left;
    font-size: 14px;
  }
  .cast_kind dd {
    width: 50%;
    max-width: 250px;
  }
  .cast_kind.no_img {
    width: 100%;
    padding: 30px 0;
  }
  .cast_kind dt span {
    font-size: 18px;
  }
  .cast_img{
    margin-top: 0;
  }
  .concept h4 {
  font-size:20px;
  }
  .concept h5 {
    font-size: 18px;
  }
  .concept p {
    font-size: 14px;
  }
  .concept {
    margin-top: 50px;
    padding-bottom: 5px;
  }
  .group_img,.cast_img,iframe {
    border-radius: 5px;
  }
/*----------------------------------------------------------------
MESSAGE
----------------------------------------------------------------*/
  #message h3, #cast h3 {
  font-size: min(4.5vw, 18px);
  padding-bottom: 60px;
  }
/*----------------------------------------------------------------
MUSIC
----------------------------------------------------------------*/
  #music .flex_box {
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
  }
  .music_inner dl {
    padding-left: 16px;
  }
  .music_ost  {
    font-size: 14px;
  }
  .music_ttl  {
    font-size: 20px;
  }
  .music_artist {
    font-size: 14px;
  }
  .music_date  {
    font-size: 14px;
  }
  .music_inner dl::before {
    width: 7px;
  }
  .music_inner .flex_r dl::before {
    left: calc(100% - 7px);
  }
  .on_img .music_img {
    width: 39%;
  }
  .music_inner > .flex_box + * {
    margin-top: 40px;
  }
  .ost_youtube .youtube {
    width: 100%;
    margin-top: 30px;
  }
  .music_inner > .flex_box + .ost_youtube {
    margin-top: 0;
    margin-bottom: 50px;
  }
  .music_inner .flex_r dl  {
    padding-right: 16px;
  }
/*----------------------------------------------------------------
SCHEDULE
----------------------------------------------------------------*/
.schedule_table tr {
	font-size: 1.2em;
}
/*----------------------------------------------------------------
CAMPAIGN
----------------------------------------------------------------*/
.cp_wrap {
	margin-bottom: 0;
}
.cp_tx {
	font-size: 15px;
	margin: 20px auto;
}
.cp_ttl {
	font-size: 20px;
}
.cp_ttl span {
  font-size: 14px;
}
.cp_lead {
	font-size: 16px;
	padding-top: 10px;
}
.cp_list {
	margin: 20px auto 0;
	padding: 10px;
}
.cp_list li {
	padding: 5px 0;
	font-size: 14px;
	font-weight: 400!important;
}
.cp_list .list_ttl {
	padding-bottom: 8px;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 500;
}
.btn.cp a {
	font-size: 16px;
	letter-spacing: 0;
}
/*----------------------------------------------------------------
追従
----------------------------------------------------------------*/
.lp_cta_fixed .point_cp {
  font-size: 12px;
  padding-bottom: 5px;
}
.btn_wrap {
  display: flex;
  width: 98%;
  margin: auto;
  justify-content: space-between;
}
.btn.fix {
  width:100%;
}
.btn.fix a {
  margin-top: 0;
  width: 100%;
  margin-bottom: 0;
  font-size: 14px;
	border-radius: 5px;
	min-height: 40px;
	align-content: center;
}
/* ----------------------------------------------
ハンバーガーメニュー
------------------------------------------------*/
#nav-drawer {
  position: relative;
	font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
.nav-unshown {
  display:none;/*チェックボックス等は非表示に*/
}
/*アイコンのスペース*/
#nav-open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 50px;
  height:50px;
  right: 0;
  top: 0;
  z-index: 99999;
	/*background: linear-gradient(90deg,rgba(254, 241, 59, 1) 0%, rgba(238, 136, 0, 1) 100%);*/
	color: #d479ff;
}
/*ハンバーガーの形をCSSで表現*/
#nav-open span.nav_line {
	position: absolute;
	right: 15px;
  height: 1px;/*線の太さ*/
  width: 20px;/*長さ*/
  background:  #d479ff;
  display: block;
  content: '';
  cursor: pointer;
  transition: 0.5s;
  z-index: 9999;
}
#nav-open span.nav_line.first {
	top: 18px;
	width: 30px;
}
#nav-open span.nav_line.second {
	top: 26px;
}
#nav-open span.nav_menu {
	position: absolute;
	font-size: 9px;
	bottom: 0;
	right: 15px;
}
/* アイコンがクリックされたらMENUを消す */
#nav-input:checked ~ #nav-open span.nav_menu {
  opacity: 0;
}
/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#nav-input:checked ~ #nav-open span.nav_line.first {
  transform: rotate(225deg);
	top: 26px;
}
#nav-input:checked ~ #nav-open span.nav_line.second {
  transform: rotate(-225deg);
	width: 30px;
}  
/*閉じる用の薄黒箇所*/
#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  opacity: 0;
  transition: .3s ease-in-out;
}
/*メニューの中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  height: 100vh;
  transition: .5s ease-in-out;
  -webkit-transform: translateY(-105%);
  transform: translateY(-105%);
  color: #8ae6ff;
  background-image: url("../images/bg_live_02.webp");
  background-size:cover;
  background-position: center;
	opacity: 0;
}
.nav_item {
  text-align: center;
  font-size: 20px;
  padding: 100px 20px 0;
  position: relative;
}
.nav_item li{
	padding-bottom: 15px;
	margin: 0 0 15px;
}
.nav_item li:last-of-type{
	border-bottom:0 dashed #791f97;
}
.nav_item li a {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  font-family: "vdl-logomaru", sans-serif;
}
.nav_item li a span {
	font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  color: #d479ff;
}
  .hum_sns_p {
    position: relative;
  }
.hum_sns {
	position: absolute;
  max-width: 120px;
  width: 25%;
  bottom: 0;
  right: 5px;
  z-index: 2;
  transform: translateY(50%)
}
  
.gentle-tilt {
  animation: gentleTilt 4s ease-in-out infinite;
}

@keyframes gentleTilt {
  0%, 100% {
    transform: rotate(-3deg) translateY(50%);
  }
  50% {
    transform: rotate(3deg) translateY(50%);
  }
}

/*チェックがついたら表示させる*/
#nav-input:checked ~ #nav-close {
  opacity: .5;
  display: block;
}
#nav-input:checked ~ #nav-open span.nav_line{
  background-color: #fff;
}
#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
	opacity: 1;
	height: 100vh;
}
.header_menu{
 display: flex;
 display: -moz-flex;
 display: -o-flex;
 display: -webkit-flex;
 display: -ms-flex;
 flex-direction: row;
 -moz-flex-direction: row;
 -o-flex-direction: row;
 -webkit-flex-direction: row;
 -ms-flex-direction: row;
}
}
@media screen and (max-width: 370px) {
	.btn::before {
	display: none;
}
}
/* ----------------------------------------------------------------------------------------
812px以下の固定css(SP)
-------------------------------------------------------------------------------------------- */
@media screen and (max-width: 812px) {
 .common_footer_wrapper .footer_inner {
  width: 93%!important;
 }
 /*ユーザーエージェント出し分け用*/
.iphone .android_show, .iphone .pc_show {display:none;}
.android .iphone_show, .android .pc_show {display:none;}
.pc .iphone_show, .pc .android_show {display:none;}
.pc .visible .iphone_show, .pc .visible .android_show {display:block;}
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", Helvetica, sans-serif;
  }
 .sp {
  display: block;
 }
 .pc {
  display: none;
 }
 .home {
  position: fixed;
  top: 14px;
  left: 10px;
  width: 20%;
  max-width: 130px;
  z-index: 1000;
 }
}
