@charset "utf-8";
/*ページ共通*/

body.modal-open {
	overflow: hidden;
	height: 100%;
}

.navInner h2.no_open a {
	color: #333;
	display: block;
	width: 100%;
	padding: 0 !important;
}

.navInner h2.no_open::before, .navInner h2.no_open::after {
	content: none;
}

.navWrap.panel-active {
	overflow-y: auto;
	z-index: 12;
}

@media screen and (max-width: 1199px) {
	.navInner li a {
		padding: 15px 15px 15px 0 !important;
	}

	.navInner h2 {
		padding-right: 15px;
	}

	.navInner .accordion i {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(50%);
		font-size: 14px;
		margin-top: -7px;
	}

	.navInner h2::before {
		top: 60%;
	}

	.navInner h2::after {
		top: 60%;
	}
}
footer,.copyright{
	position: relative;
	z-index: 2;
}

.lp_wrap *{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.lp_wrap a{
	text-decoration: none;
}

.lp_wrap img{
	width: 100%;
}

.content_wrap{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.content_ttl{
	font-size: 110px;
	font-weight: 300;
	font-family: "din-2014", sans-serif;
	text-align: center;
	color: transparent;
	background: linear-gradient(180deg,	#103c96 0%,	#e2c0da 100%);
	background-clip: text;
	margin: 0 auto 40px;
	line-height: 1;
	opacity: 0.6;
}

.content_ttl br{
	line-height: 0;
}

.content_subttl{
	text-align: center;
	margin-bottom: 50px;
}

.content_subttl span{
	background-color: #c40317;
	display: inline-block;
	font-size: 18px;
	font-family: Noto Sans CJK JP;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 10px;
}
.content_text{
	font-size: 14px;
	color: #000000;
	text-align: center;
	line-height: 2;
	margin-bottom: 50px;
}

.pc_only{
	display: block;
}

.sp_only{
	display: none;
}

#movie{
	background: url("../img/bgi_b.png") center top no-repeat;
	background-size: cover;
	padding: 50px 0;
}
@media screen and (max-width:768px){
	#movie{padding: 0;}
	.content_wrap{padding: 20px;}
}

@media screen and (max-width:1200px){
	.content_wrap{
		padding: 20px 20px 60px;
		overflow-x: hidden;
	}
}
@media screen and (max-width:768px){
  .content_ttl{
    font-size: 70px;
  }
}
@media screen and (max-width:520px){
  .content_ttl{
    font-size: 55px;
    margin-bottom: 30px;
  }
  .content_subttl{
    margin-bottom: 30px;
  }
  .pc_only{
    display: none;
  }
  .sp_only{
    display: block;
  }
}

/*右ナビ*/
.right_sns{
  position: fixed;
  right: 30px;
  bottom: 50px;
  z-index: 3;
  display: grid;
  justify-content: center;
  align-items: center;
  gap: 20px;
  transition: opacity .3s ease, visibility .3s ease;
}
.right_sns.is-hidden{
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.right_sns p{
  writing-mode: vertical-rl;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 0px 0px 4px #fff, 0px 0px 4px #fff;
}
.right_sns .x{
  max-width: 27px;
  width: 100%;
  margin: 0 auto;
  filter: drop-shadow(0 0 2px #fff);
}
.right_sns .ticktok{
  max-width: 36px;
  width: 100%;
  margin: 0 auto;
  filter: drop-shadow(0 0 2px #fff);
}
@media screen and (max-width:1199px) {
  .right_sns{
    display: none;
  }
}


/*ファーストビュー*/
.mainVisual{
	background: url("../img/bgi.gif") top center no-repeat;
	background-size: cover;
	width: 100%;
	padding: 50px 0;
	text-align: center;
	margin-bottom: 50px;
}

.mainVisual img{
	width: 100%;
	max-width: 1200px;
}

@media screen and (max-width:1199px){
	.mainVisual{
		background: url("../img/bgi.gif") top center no-repeat;
		background-size: cover;
		width: 100%;
		padding: 20px;
		text-align: center;
		margin-bottom: 20px;
	}

	.mainVisual img{
		width: 100%;
		max-width: 1200px;
	}	
}

/*project*/
.project .content_wrap{
	padding: 0 0 50px;
}
.project_text{
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  color: #000;
  display: block;
}
.project_logo{
  max-width: 272px;
  width: 100%;
  text-align: center;
  margin: 0 auto 60px;
}
.project .content_text span{
  display: block;
  line-height: 2;
}
.project .content_text span:first-child{
  margin-bottom: 40px;
}

@media screen and (max-width:520px){
	.project_text{
		font-size: 20px;
	}
	.project_logo{
		width: 50%;
		margin: 0 auto 40px;
	}
}

/*character*/
.character{
	margin-bottom: 50px;
}
@media screen and (max-width:1199px){
	.character{
		margin-bottom: 0px;
	}
}

.character_wrap{
  position: relative;
  margin-top: 120px;
}
.character_tab{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  top: -140px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 5;
}
.character_tab li{
  max-width: 80px;
  width: min(80px, 18%);
}

/*character-切替*/
.character_wrap{
  position: relative;
  padding-top: 70px;
  z-index: 1;
}

.character_tab{
  position: relative;
  z-index: 9999;
}
.character_tab li{ position: relative; }
.character_tab li.is-active::after{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
  pointer-events: none;
}
.character_tab li a,
.character_tab li img{ display: block; }

.character_box{
  position: absolute;
  inset: 0;
  width: 100%;

  transform:
    translateX(calc(var(--pos, 0) * 45px))
    translateY(calc(var(--pos, 0) * -24px))
    scale(calc(1 - (var(--pos, 0) * 0.06)));

  z-index: calc(10 - var(--pos, 0));
  opacity: 1;

  box-shadow: 0 calc(var(--pos, 0) * 6px) calc(var(--pos, 0) * 18px) rgba(0,0,0,0.15);

  transition: transform 0.5s cubic-bezier(.22,.61,.36,1), box-shadow 0.5s ease, z-index 0s linear 0.5s;
  pointer-events: none;
}

.character_box.is-top{
  pointer-events: auto;
  box-shadow: 0 14px 32px rgba(0,0,0,0.25);
}

/* character-名刺
-------------------------------------------------- */
.character_box{
	background-repeat: no-repeat;
	background-size: contain;
	aspect-ratio: 1200 / 700;
	width: 100%;
	max-width: 1200px;
	border-radius: 30px;
	filter: drop-shadow(9px 9px 10px rgba(0, 0, 0, 0.2));
}

.character_box#character01{
	background-image: url("../img/intro_sota.png");
}

.character_box#character02{
	background-image: url("../img/intro_akane.png");
}

.character_box#character03{
	background-image: url("../img/intro_yui.png");
}

.character_box#character04{
	background-image: url("../img/intro_rui.png");
}

.character_btn_area{
	display: flex;
	justify-content: space-between;
	width: 43%;
	height: 21%;
	position: absolute;
}

#character01 .character_btn_area{
	bottom: -7%;
	right: 11%;
}

#character02 .character_btn_area,
#character03 .character_btn_area,
#character04 .character_btn_area{
	bottom: -7%;
	left: 7%;
}

.character_btn_area li{
	width: 47%;
	aspect-ratio: 24 / 7;
}

.character_btn_area li a{
	display: block;
	border-radius: 50px;
	padding: 8% 10%;
	transition: 0.3s;
	position: relative;
	overflow: hidden;
	text-align: center;
}
#character01 .character_btn_area li a{background: #4a587e;}
#character02 .character_btn_area li a{background: #f34a4f;}
#character03 .character_btn_area li a{background: #fa8f53;}
#character04 .character_btn_area li a{background: #1c603f;}

.character_btn_area li a::after{
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	transition: 0.3s;
}
#character01 .character_btn_area li a::after{background: #00b7f4;}
#character02 .character_btn_area li a::after{background: #fba9cc;}
#character03 .character_btn_area li a::after{background: #ffc733;}
#character04 .character_btn_area li a::after{background: #02977a;}

.character_btn_area li a:hover::after{
	left: 0;
}

.character_btn_area li a img{
	height: 100%;
	max-height: 25px;
	width: 100%;
	z-index: 10;
	position: relative;
}

@media screen and (max-width:768px){
	.character_box{
		background-repeat: no-repeat;
		background-size: contain;
		aspect-ratio: 1200 / 700;
		max-width: 1200px;
		width: 100%;
		border-radius: 25px;
		filter: drop-shadow(9px 9px 10px rgba(0, 0, 0, 0.2));
		transform:
		translateX(calc(var(--pos, 0) * 20px))
		translateY(calc(var(--pos, 0) * -24px))
		scale(calc(1 - (var(--pos, 0) * 0.06)));
	}
	.character_box#character01{background-image: url("../img/intro_sota.png");}
	.character_box#character02{background-image: url("../img/intro_akane.png");}
	.character_box#character03{background-image: url("../img/intro_yui.png");}
	.character_box#character04{background-image: url("../img/intro_rui.png");}
	
	.character_btn_area{
		display: flex;
		justify-content: space-between;
		width: 45%;
		height: 13%;
		position: absolute;
	}

	#character01 .character_btn_area{
		bottom: 1%;
		right: 11%;
	}

	#character02 .character_btn_area,
	#character03 .character_btn_area,
	#character04 .character_btn_area{
		bottom: 1%;
		left: 7%;
	}

	.character_btn_area li{
		width: 47%;
		aspect-ratio: 24 / 7;
	}

	.character_btn_area li a{
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 10px;
		padding: 8% 10%;
		transition: 0.3s;
		position: relative;
		overflow: hidden;
	}
	#character01 .character_btn_area li a{background: #4a587e;}
	#character02 .character_btn_area li a{background: #f34a4f;}
	#character03 .character_btn_area li a{background: #fa8f53;}
	#character04 .character_btn_area li a{background: #1c603f;}

	.character_btn_area li a::after{
		content: '';
		position: absolute;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100%;
		transition: 0.3s;
	}
	#character01 .character_btn_area li a::after{background: #00b7f4;}
	#character02 .character_btn_area li a::after{background: #fba9cc;}
	#character03 .character_btn_area li a::after{background: #ffc733;}
	#character04 .character_btn_area li a::after{background: #02977a;}

	.character_btn_area li a:hover::after{
		left: 0;
	}

	.character_btn_area li a img{
		height: 100%;
		max-height: 25px;
		width: 100%;
		z-index: 10;
		position: relative;
	}
}

/*character-プロフィール*/
.profileModal{
  display:none;
  position:fixed;
  inset:0;
  z-index:9999;
}
.profileModal.is-active{ display:block; }

.profileModal_overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.6);
}
.profileModal_wrap{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  max-width: 1200px;
  width: 100%;
  background:#fff;
  padding:40px;                 /* 白フチの太さ */
  box-shadow:0 20px 60px rgba(0,0,0,.35);
  box-sizing:border-box;
}
.profileModal_body{
  width:100%;
  height:100%;
  overflow:hidden;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
}
.profileModal_body img{
  width:100%;
  height:100%;
  display:block;
}
.profileModal_close{
  position:absolute;
  right:10px;
  top:10px;
  width:44px;
  height:44px;
  border:none;
  border-radius:999px;
  background:#000;
  color:#fff;
  font-size:28px;
  line-height:44px;
  cursor:pointer;
}

@media screen and (max-width:1366px) {
  .profileModal_wrap{
    width: 70%;
    top: 55%;
  }

}

@media (max-width: 768px){
  .profileModal_wrap{
    width: 95%;
    padding:10px;
    top: 50%;
  }
  .profileModal_close{
    width:40px;
    height:40px;
    font-size:20px;
    line-height:40px;
    right: 0px;
    top: -30px;
  }

}

/*ボイス*/
.modal{
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 60px;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  overflow-y: scroll;
  background-color: rgba(0,0,0,0.5);
  padding: 20px 3%;
}
.modal.is-open{
  display:block;
}
.modal-content{
  width: 100%;
  animation-name: modalopen;
  animation-duration: 1s;
}
.modal-content img{
  display: block;
  width: auto;
  height: 95vh;
  margin: 0 auto;
}
.modalClose{
  display: block;
  width: 60px;
  font-size: 40px;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
  position: fixed;
  top: 30px;
  right: 50px;
  z-index: 10;
  background: #000000;
  cursor: pointer;
}
.modal-voice{
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: #ffffff;
  padding: 100px;
  animation-name: modalopen;
  animation-duration: 1s;
  position: relative;
  z-index: 1;
}
.voiceClose{
  display: block;
  width: 60px;
  aspect-ratio: 1 / 1;
  font-size: 40px;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
  position: absolute;
  top: 30px;
  right: 50px;
  z-index: 10;
  background: #000000;
  cursor: pointer;
}
.voiceList li{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px 0;
}

.voiceList li span{
  display: block;
  width: 15%;
}

.voiceList li p{
  display: block;
  width: 50%;
  margin-right: 5%;
  text-align: left;
}

.voiceList li audio{
  display: block;
  width: 30%;
}

.voiceList li:not(:last-child){
  border-bottom: 1px solid #cccccc;
}
.modal-profile{
  width: 100%;
  animation-name: modalopen;
  animation-duration: 1s;
}
.modal-profile div{
  width: 100%;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 40px;
  padding: 40px;
  position: relative;
}
.modal-profile img{
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.profileClose{
  display: block;
  width: 40px;
  font-size: 30px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  background: #000000;
  cursor: pointer;
  border-radius: 100%;
}
@media screen and (max-width:768px) {
  .modal-voice{
    padding: 30px;
  }
  .voiceClose{
    font-size: 20px;
    width: 40px;
    line-height: 40px;
    top: 0px;
    right: 0px;
  }
  .voiceList li span{
    display: block;
    width: 20%;
  }
  .voiceList li p{
    display: block;
    width: 75%;
    margin-left: 5%;
    margin-right: 0%;
    text-align: left;
  }
  .voiceList li audio{
    display: block;
    width: 100%;
    margin-top: 20px;
  }
}
/* 最低限の表示制御 */



/*drama*/
#drama{
	padding-bottom: 50px;
}
.drama_pc{display: block;}
.drama_pc li{margin-bottom: 40px;}
.drama_sp{display: none;}
@media screen and (max-width:768px){
	.drama_pc{display: none;}
	.drama_sp{display: block;}
	.drama_sp li{margin-bottom: 40px;}
	#drama{padding-bottom: 0px;}
}


/*story*/
.story{
  margin-top: 50px;
  margin-bottom: 50px;
}
.story_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
.story_list li{
  width: calc(100% / 2 - 20px);
}
@media screen and (max-width:520px){
  .story_list{
    display: grid;
    gap: 30px;
  }
  .story_list li{
    width: 100%;
  }
}

/*rival*/
.rival{
  margin-bottom: 50px;
}
.rival_list{
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.rival_list li{
  width: calc(100% / 4 - 15px);
}
@media screen and (max-width:520px){
  .rival_list{
    display: grid;
    justify-content: center;
  }
  .rival_list li{
    width: 100%;
    margin: auto;
  }
}


/*movie*/
.movie{
  margin-bottom: 50px;
}
.movie_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
.movie_list li{
  width: calc(100% / 2 - 20px);
}
.movie_list li iframe{
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
@media screen and (max-width:520px){
  .movie_list{
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .movie_list li{
    width: 100%;
    margin: auto;
  }
}


/*product*/
.product{
  margin-bottom: 50px;
}


/*news*/
.news{
  margin-bottom: 50px;
}
.news_wrap{
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 80px;
  margin: 0 auto;
  padding: 0;
}
.news_list{
  width: 100%;
}
.news_list li{
  padding: 30px 0;
  border-bottom: 1px solid #242430;
  display: flex;
  align-items: flex-start;
}
.news_date{
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  /* margin-right: 80px; */
  width: 20%;
}
.news_text{
  display: inline-block;
  font-size: 14px;
  color: #242430;
  width: 65%;
}
@media screen and (max-width:1200px) {
  .news_wrap{
    padding: 0 20px;
  }

}
@media screen and (max-width:768px){
  .news_date{
    margin-right: 40px;
  }
}

@media screen and (max-width:520px){
  .news_wrap{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}

/*credit*/
.credit{
  background-color: #f1f1f1;
}
.credit .content_wrap{
  padding-top: 50px;
  padding-bottom: 50px;
}
.credit_ttl{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px;
}
.credit_list{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 30px;
  margin-bottom: 70px;
}
.credit_list.illustrator{
  justify-content: flex-start;
}
.credit_list li{
  width: calc(100% / 4 - 15px);
}
.credit_list.mb40{
  margin-bottom: 40px;
}
.credit_name{
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.credit_name a{
  color: #000;
  opacity: 1;
}
.credit_name a:hover{
  opacity: 0.6;
}
.credit_name i{
  display: inline-flex;
  margin-left: 10px;
}
.credit_name span{
  display: block;
  font-size: 14px;
  font-weight: bold;
}
.credit_name span.blue{
  color: #036eb8;
}
.credit_name span.red{
  color: #e60012;
}
.credit_name span.yellow{
  color: #f08300;
}
.credit_name span.green{
  color: #13ae67;
}
.credit_name span.black{
  color: #000000;
}
@media screen and (max-width:520px){
  .credit_list{
    flex-wrap: wrap;
  }
  .credit_list li{
    width: calc(100% / 2 - 15px);
  }

}

.guide_btn{
  position: relative;
  max-width: 280px;
  width: 100%;
  display: block;
  width: 100%;
  background-color: #000;
  border: 1px solid #000000;
  font-size: 14px;
  text-align: center;
  color: #fff;
  padding: 25px 0;
  margin: 0 auto;
  overflow: hidden;
  transition: color 0.3s ease;
  z-index: 1;
}
.guide_btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: left 0.3s ease;
  z-index: -1;
}
.guide_btn::before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 45%;
  right: 20px;
  transform: rotate(45deg);
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}/* hover */
.guide_btn:hover {
  color: #000;
}

.guide_btn:hover::after {
  left: 0;
}

.guide_btn:hover::before {
  border-top: solid 2px #000;
  border-right: solid 2px #000;
}
@media screen and (max-width:768px){
  .guide_btn{
    padding: 15px 0;
  }
  .credit_name{
    font-size: 16px;
  }
  .credit_name span{
    font-size: 13px;
  }
}

.bottom_sns{
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 15px 0;
}
.bottom_sns .x{
  max-width: 27px;
  width: 100%;
  margin: 0;
  filter: brightness(0) invert(1);
}
.bottom_sns .ticktok{
  max-width: 40px;
  width: 100%;
  margin: 0;
}


/*セーフバー周りの指定*/
.veil{display: none;}

@supports (-webkit-touch-callout: none){
	.veil{
		position: sticky;
		top: 0;
		z-index: 10000;
		display: block;
		pointer-events: none;
	}
	.veil-overlay{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		backdrop-filter: blur(1px);
	}
}

/* ショートストーリー
-------------------------------------------------- */
.drama_list li{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 20px;
}

.drama_list li a{
	display: block;	
}

.drama_list li a img{
	width: 100%;
}