@charset "UTF-8";
/* ----------------------------------------------------------------------------------------
固定css
-------------------------------------------------------------------------------------------- */
a {
 display: block;
}
a.opacity:hover {
 opacity: .6;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
/* ----------------------------------------------------------------------------------------
813px以上の固定css(PC)
-------------------------------------------------------------------------------------------- */
@media screen and (min-width: 813px) {
.sp {
  display: none;
 }
 .pc {
  display: block;
 }
.home {
  position: fixed;
  top: 20px;
  left: 20px;
  width: 20%;
  max-width: 130px;
  z-index: 1000;
}
}
/* ----------------------------------------------------------------------------------------
今回追加した813px以上のcss(PC)
-------------------------------------------------------------------------------------------- */
body {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP",YuGothic, "Yu Gothic medium", "Hiragino Sans",sans-serif!important;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 100%;
}
main {
  position: relative;
  z-index: 0;
  font-size: 16px;
  background: url("../images/bg_pc.webp") no-repeat top left /100% auto,url("../images/grid_white.webp") repeat top left /15px 15px ;
  background-attachment: fixed;
  background-color: #ffc600;
  line-height: 150%;
  color: #000c23;
}
 main#season2 {
  
	background: url("../images/bg_pc_white.webp") no-repeat top left /100% auto,url("../images/grid_white.webp") repeat top left /15px 15px ;
	background-attachment: fixed;
	background-color: #295c87;
	color: #fff;
}
.copy {
  text-align: center;
  font-size: 12px;
}
/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.5s ease-in;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}
.start {
  display: none;
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
  opacity: 0;
  transform: translateY(50px);
  }
  to {
  opacity: 1;
  transform: translateY(0);
  }
}
/* ----------------------------------------------
header
------------------------------------------------*/
.menu.pc {
  display: flex;
  justify-content: center;
  padding: 50px 0;
	flex-wrap: wrap;
}
.menu.pc .menu_name {
	padding: 0 4%;
	margin-top: 20px;
}
.menu.pc .menu_name a {
  display: block;
  text-align: center;
  font-family: Copperplate, "Copperplate Gothic Light", fantasy;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  position: relative;
	color: #000c23;
	width: 100%;
	 
}
#season2 .menu.pc .menu_name a {
  color: #fff;
}
.menu.pc .menu_name span{
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 400;
}
/*.menu.pc .menu_name:nth-of-type(n+2) {
  margin-left: 5%;
}*/
.menu.pc .menu_name::after {
  content:"";
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 0;
  width: 1px;
  height: 40px;
  background-color: #fff;
}
#season2 .menu.pc .menu_name::after {
  background-color: #000c23;
}
.menu.pc .menu_name:last-of-type::after {
  display: none;
}
.menu.pc .menu_name.line {
  position: relative;
}
.menu.pc .menu_name.line::before {
  background: #fff;
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -5px;
  margin: auto;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform .3s;
}
#season2 .menu.pc .menu_name.line::before {
  background: #000c23;
}
.menu.pc .menu_name.line:hover::before {
  transform-origin: center top;
  transform: scale(1, 1);
}
#season2 .menu.pc .menu_name.line.red a {
	color: #ffc600;
}
span.big {
	font-size: 120%;
}
/* ----------------------------------------------
TOP
------------------------------------------------*/
.top_wrap {
  background-color: #0d2144;
  /*background: url("../images/bg_h1.webp") no-repeat top center /100% auto #000c23;*/
  position: relative;
}
.season2 {
  width: 270px;
  position: absolute;
  top: 70px;
  left: 25px;
}
.season1_watch_btn {	
	position: absolute;
	width: 180px;
	right: 15px;
	bottom: 30px;
	animation: fuwafuwa 3s ease-in-out infinite alternate;
	animation-play-state: running; 
}
.season1_watch_btn:hover {	
	animation: none;
}
@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}
.pop {
	position: fixed;
	width: 13%;
	top: 50px;
	bottom: 0;
	right: 40px;
}
.norenn {
  position: absolute;
  width: 350px;
  top: -30px;
  right: -30px;
}
.top_lead {
  width: 60%;
  margin: auto;
}
h1{
  display: block;
  max-width: 1200px;
  margin: auto;
  width: 100%;
  
}
.lead {
  text-align: center;
  background-color: #fff;
  padding: 10px 0;
  font-size: 24px;
  font-weight: 600;
	color: #000c23;
}
.banner_tx {
	text-align: center;
}
.banner_tx a {
	font-weight: bold;
	display: inline-block;
	background-color: #ea543c;
	font-size: 18px;
}
/* ----------------------------------------------
SECTION
------------------------------------------------*/
.contents_wrap {
  padding: 60px 0;
}
main h2 {
  font-size: 16px;
  text-align: center;
  line-height: 180%;
  color: #fff;
  letter-spacing: 0.2rem;
}
main h2 span {
  font-family: Copperplate, "Copperplate Gothic Light", fantasy;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  color: #000c23;
}
#season2 h2 {
  color: #ff5639;
}
#season2 h2 span {
	color: #fff;
}
.cast_contents_wrap h2 span{
	color: #ffc600;
}
#season2 .cast_contents_wrap h2 span{
	color: #ff5639;
}
#season2 .cast_contents_wrap h2{
	color: #fff;
}
/*----------------------------------------------------------------
TRAILER
----------------------------------------------------------------*/
.youtube {
  width:700px;
  aspect-ratio:16/9;
	margin: auto;
}
iframe {
  width: 100%;
  height: 100%;
}
/* ----------------------------------------------
story
------------------------------------------------*/
.story_wrap {
  display: flex;
  align-items: center;
  position: relative;
  margin: auto;
  max-width: 1200px;
	width: 85%;
}
.mask {
  width: 100%;/*後で変更*/
  mask:linear-gradient(to left, transparent, black 5%, black 95%, transparent);
  margin: auto;
}
.btn-left{
  cursor: pointer;
  font-size: 40px;
  position: absolute;
  top: 250px;
  left: -50px;
}
.btn-right{
  cursor: pointer;
  font-size: 40px;
  position: absolute;
  top: 250px;
  right: -50px;
  display: block;
}
.off{
  visibility: hidden;
  opacity: 0; 
  transition:all 0.3s ease-in-out;
  display: none;
}
.story_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; /* ← これを追加 */
  width: 100%;
  margin: 30px auto;
	flex-wrap: nowrap;
	overflow-x: scroll;
  overflow-y: visible;
  scroll-snap-type:x mandatory;
  scroll-margin-inline-start:2.5em;
  /* IE, Edge 対応 */
 -ms-overflow-style: none;
 /* Firefox 対応 */
 scrollbar-width: none;
}
.story_list::-webkit-scrollbar {
  display: none;
}
.story {
	width: 450px;
	flex-shrink: 0;
	/*background-color:rgba(0,12,35,0.6);*/
	background-color: #fff;
	padding: 20px ;
	color: #000c23;
	box-shadow: 6px 6px rgba(0,16,46,0.2);
	background: url("../images/grid_navy.webp") repeat center top/15px 15px #fff;
	margin-right: 2%;
	align-self: flex-start;
}
.story:first-of-type {
	margin-left: 60px;
}
.story:last-of-type {
	margin-right: 50px;
}
.story_ttl {
	font-size: 20px;
	border-bottom: 1px solid #000c23;
	padding: 10px 0;
	margin-bottom: 10px;
	font-weight: bold;
}
.accordion {
  position: relative;
	font-size: 14px;
	line-height: 160%;
}
.js-accordion-btn {
  bottom: -10px;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  left: 50%;
	transform: translateX(-50%);
  transition: all .2s;
  z-index: 1;
}
.arrow-icon {
  transition: transform 0.3s ease;
}
.js-accordion-btn.is-show .arrow-icon {
  transform: rotate(180deg);
}

.accordion-text {
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
  transition: height 0.5s ease;
}

.accordion-text.is-hide {
  height: 100px;
}

/* テキストをグラデーションで隠す */
.accordion-text::before {
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 50%, rgba(255,255,255,.9) 100%);
  background:linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 50%, rgba(255,255,255,.9) 100%);
  bottom: 0;
  content: "";
  height: 60px; /* グラデーションで隠す高さ */
  position: absolute;
  width: 100%;
}
/* 閉じるボタンの位置 */
.js-accordion-btn.is-show {
  bottom: -10px;
}
/* 続きを見るボタンをクリックしたらテキストを隠しているグラデーションを消す */
.js-accordion-btn.is-show + .accordion-text::before {
  display: none;
}
 .js-accordion-text {
	transition: height 1.0s ease; /* ← ここで速度を調整 */
  overflow: hidden;
 }
/* ----------------------------------------------
NEWS
------------------------------------------------*/
#news.contents_wrap {
	text-align: center;
}
#campaign.contents_wrap {
	text-align: center;
}
.news_ttl {
	font-weight: 600;
	font-size: 22px;
	padding: 20px 0 10px;
	line-height: 180%;
}
.news_img {
	max-width: 700px;
	margin: auto;
	box-shadow: 6px 6px 4px rgba(0,16,46,0.2);
}
.news_list .news_block {
	padding: 30px 0;
	border: 1px solid #000c23;
	width: 70%;
	margin: auto;
	background-color: rgba(255,255,255,0.1);
	margin-bottom: 30px;
	position: relative;
}
.end_overray {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.60);
	text-align: center;
	align-content: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	font-size: 32px;
	line-height: 120%;
}
/* ----------------------------------------------
INTRODUCTION
------------------------------------------------*/
#introduction.contents_wrap {
	text-align: center;
}
/* ----------------------------------------------
INFORMATION
------------------------------------------------*/
.info_list {
  width: 50%;
  margin: 30px auto 80px;
  background-color:#fff;
  padding: 30px;
  box-shadow: 6px 6px rgba(0,16,46,0.2);
	color: #000c23;
}
.info_list li {
  padding: 10px 0;
  border-bottom: 1px solid #00102e;
}
.info_list li:last-of-type {
  border-bottom: 0;
}
/* ----------------------------------------------
CAST
------------------------------------------------*/
.cast_contents_wrap {
  position: relative;
  color: #fff;
}

.cast_contents_wrap::before {
  display: inline-block;
  content: "";
  background: url("../images/bg_line_01.webp") no-repeat top left/100% auto;
  width: 100%;
  height: 320px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#season2 .cast_contents_wrap::before {
  background: url("../images/bg_line_03_season2.webp") repeat-y top left/100% auto;
	height: 100%;
}
.cast_contents_wrap::after {
  display: inline-block;
  content: "";
  background: url("../images/bg_line_02.webp") no-repeat top left/100% auto;
  width: 100%;
  height: 630px;
  position: absolute;
  bottom: 25%;
  left: 0;
  z-index: 1;
}
#season2 .cast_contents_wrap::after {
  /*background: url("../images/bg_line_02_season2.webp") no-repeat top left/100% auto;*/
  background: none;
}
.cast_list {
  background-color: #00102e;
  position: relative;
  padding-bottom: 100px;
}

.cast_list::before {
  display: inline-block;
  content: "";
  background: url("../images/circle_top.webp") no-repeat top center;
  width: 100%;
  height: 400px;
  position: absolute;
  top: -220px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.cast_flex {
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin: 60px auto 0;
  align-items: center;
  z-index: 5;
  position: relative;
}
.cast_flex.reverse {
  flex-direction: row-reverse;
}
.cast_img {
  width: 35%;
}
.cast_tx {
  width: 64%;
}
.cast_name {
  font-size: 30px;
  font-weight: 600;
}
.real_name {
  font-size: 18px;
  color: #ffc600;
  padding: 10px 0;
  border-bottom: 1px dashed #ffc600;
  margin-bottom: 10px;
}
#season2 .real_name {
  color: #ff5639;
  border-bottom: 1px dashed #ff5639;
}
.comment_btn a {
	border: 3px double #ff5639;
	padding: 10px ;
	text-align: center;
	max-width: 250px;
	margin-top: 15px;
	position: relative;
	/*color: #ff5639;
	border-radius: 100px;*/
	transition: 0.3s all ease-in-out;
}
.comment_btn a span.arrow {
	position: absolute;
	background: url( "../images/arrow.webp") no-repeat center center/50px 8px;
	width: 50px;
	height: 8px;
	top: 15px;
	right: -20px;
	transition: 0.3s all ease-in-out;
}
.comment_btn a:hover {
	letter-spacing: 0.2em;
}
.comment_btn a:hover span.arrow {
	right: -30px;
	
}
.song_box {
	padding: 100px 0 0;
	text-align: center;
	z-index: 8;
	position: relative;
}
.song_img {
	max-width: 600px;
	width: 90%;
	margin: 20px auto;
}
.song_box p {
	font-family: Copperplate, "Copperplate Gothic Light", fantasy;
	font-size: 24px;
	font-weight: bold;
	line-height: 160%;
}
/* ----------------------------------------------
コメント
------------------------------------------------*/
.comment {
  width: 70%;
  margin: 20px auto 0;
  font-weight: 400;
  font-size: 14px;
}
.comment li {
  padding-bottom: 15px;
}
.comment li.com_title {
  font-family: Copperplate, "Copperplate Gothic Light", fantasy;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  color: #ffc600;
  border-bottom: 1px dashed #fff;
  margin-bottom: 15px;
}
#season2 .comment li.com_title {
  color: #ff5639;
}
.comment li p span.question {
  color: #ffc600;
}
#season2 .comment li p span.question {
  color: #ff5d41;
	font-weight: bold;
}
/* ----------------------------------------------
関連作品
------------------------------------------------*/
/*#related.contents_wrap {
  background: url("../images/bg_pc.webp") no-repeat top left /100% auto,url("../images/grid_yellow.webp") repeat top left /15px 15px #fff;
}*/
.works_wrap {
  text-align: center;
  padding: 30px 0;
}
.works_wrap h3 {
  padding-bottom: 20px ;
  font-size: 22px;
  font-weight: 600;
  position: relative;
}
.works_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 70%;
  margin: auto;
}
.works_list.pt20 {
  padding-top: 20px;
}
.works {
  width: 22%;
  margin-right: 4%;
  position: relative;
  font-size: 14px;
  text-align: center;
  padding-bottom: 40px;
  line-height: 140%;
}
.works:nth-of-type(4n) {
  margin-right: 0;
}
.works:last-of-type {
  margin-right: 0;
}
.works a:hover {
 opacity: .6;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.works img {
  display: inline-block;
  margin-bottom: 8px;
  box-shadow: 3px 3px rgba(0,16,46,0.2);
}
.rental {
  display: inline;
  background-color: #fff;
  padding: 0 3px;
  color: #000c23;
  border-radius:8% 8% 0% 0% / 8% 8% 0% 0% ; 
  position: absolute;
  top: -20px;
  left: 0;
}
.copy {
  width: 70%;
  margin: auto;
  text-align: left;
  font-size: 10px;
}
/* ---------------------------------------
BTN
-----------------------------------------*/
.btn a {
  background-color: #ffc600;
  display: block;
  max-width: 500px;
  margin: 15px auto;
  border-radius: 100px;
  color:#000c23;
  padding: 15px 0;
  position: relative;
	font-size: 18px;
	font-weight: 600;
}
.btn a::after {
  content: "";
  display: inline-block;
  background: url("../images/playbtn.png") no-repeat center center/ 20px 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.btn a:hover::after {
  transition: all 0.2s ease-in;
	right: 15px;
}
.btn {
  position: relative;
}
.btn .coming {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(21,21,21,0.7);
  width: 70%;
  height: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  border-radius: 100px;
  text-align: center;
  padding: 10px 0;
  z-index: 3;
}
.story .btn a {
	background-color: #ff5639;
	color: #fff;
	text-align: center;
}
/* ------------------------------------
規約
--------------------------------------*/
.tokuten_scroll {
  color: #fff; 
  overflow: hidden;
  max-width: 700px;
  margin:0 auto ;
  font-size: 12px;
  font-weight: 400;
  padding: 1px;
}
.tokuten_scroll .inn {
  height: 200px;
  overflow-y: scroll;
  text-align: left;
  background-color: rgba(0,12,35,0.5);
  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 {
  padding: 40px 0 10px;
}
/* ---------------------------------------
PAGE TOPボタン
-----------------------------------------*/
.totop a {
 display: none;
}
#totop_btn {
 width: 110px;
}
#totop_btn.is-fixed {
 position: fixed;
 right: 15px;
 bottom: 100px;
 z-index: 1001;
}
.top.season1#totop_btn.is-fixed {
 position: fixed;
 right: 15px;
 bottom: 100px;
 z-index: 1001;
}
/*----------------------------
追従
----------------------------*/
#js-lp-fixed.is-fixeddis {
	display: block!important;
}
.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;
	opacity: 1.0;
  }
.lp_cta_fixed .point_cp {
  text-decoration: underline;
  font-size: 16px;
  padding-bottom: 10px;
}
.btn_wrap {
  display: flex;
  width: 70%;
  margin: auto;
  justify-content: space-between;
}
.btn.fix {
  width: 49%;
}
.btn.fix a {
   width: 100%;
   height: 55px;
   padding: 12px;
   font-size: 18px;
   margin: 0;
	 max-width: 1000px;
}
.btn.fix.lemino a {
  background: linear-gradient(90deg, rgba(255,168,49,1) 0%, rgba(255,40,135,1) 100%);
  
	color: #fff;
}
.btn.fix a .s_text {
  font-size: 14px;
}
.btn.fix a::after {
  content: "";
  display: inline-block;
  background: url("../images/playbtn.png") no-repeat center / 25px;
  width: 25px;
  height: 25px;
}
.btn.fix a:hover::after {
  transition: all 0.4s cubic-bezier(0.52,-0.37,0.45,1.4);
}
/* ----------------------------------------------------------
SEASON1
------------------------------------------------------------- */
/* -------------------------
CHART
---------------------------- */
.chart_img {
	margin:auto;
	max-width: 1000px;
	padding-top: 30px;
	z-index: 6;
	position: relative;
}
#chart .cast_list {
  padding-bottom: 40px;
}
/* -------------------------
INTRODUCTION
---------------------------- */
#introduction.contents_wrap {
	padding-bottom: 200px;
}
.intro_ttl {
	font-size: 30px;
	padding: 30px 0 20px;
	font-weight: 600;
	line-height: 180%;
}
.intro_tx {
	padding: 60px 15px 0;
	font-size: 16px;
}
.intro_tx .bold {
	font-weight: 600;
	font-size: 22px;
}
.intro_tx .m_bold {
	font-weight: 600;
	font-size: 18px;
}
.intro_tx .red {
	color: #a21b1b;
}
.intro_img {
	max-width: 500px;
	margin: auto;
}
#introduction .youtube {
	margin: 40px auto;
}
/* ----------------------------------------------------------------------------------------
今回追加した812px以下のcss(SP)
-------------------------------------------------------------------------------------------- */
@media screen and (max-width: 812px) {
.wrapper::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url("../images/bg_sp.webp") no-repeat top left /100% auto, url("../images/grid_white.webp") repeat top left /15px 15px #ffc600;
}
.wrapper#totop::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url("../images/bg_sp_white.webp") no-repeat top left /100% auto, url("../images/grid_white.webp") repeat top left /15px 15px #295c87;
}
body {
  font-family: Optima, Segoe,"Zen Kaku Gothic New", "Noto Sans JP",YuGothic, "Yu Gothic medium", "Hiragino Sans",sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 100%;
}
main {
  background: none;
}
main#season2 {
  background: none;
}
/* ----------------------------------------------
TOP
------------------------------------------------*/
.top_wrap {
  padding-top: 50px;
  /*background: url("../images/bg_h1_sp.webp") no-repeat top center /100% auto #000c23;*/
}
.pop {
	width: 110px;
	top: inherit;
	bottom: 200px!important;
	right: 10px;
}
.top_lead {
  width: 95% ;
}
h1{
  padding: 0 0;
}
.lead {
  font-size: 18px;
}
.season1_watch_btn {	
	width: 100px;
	right: 0;
	left: 10px!important;
	bottom: 190px;
}
.banner_tx {
	text-align: center;
}
.banner_tx a {
	display: inline-block;
	background-color: #ea543c;
	font-size: 15px;
	width: 100%	;
}
/* ----------------------------------------------
SECTION
------------------------------------------------*/
.contents_wrap {
  padding: 40px 0;
}
main h2 {
  font-size: 16px;
  line-height: 160%;
}
main h2 span {
  font-size: 30px;
}
/*----------------------------------------------------------------
TRAILER
----------------------------------------------------------------*/
.youtube {
  width:90%;
}
/* ----------------------------------------------
story
------------------------------------------------*/
.story_wrap {
	width: 100%;
}
.mask {
  width: 100%;/*後で変更*/
  mask:linear-gradient(to left, transparent, black 5%, black 95%, transparent);
}
.btn-left{
  left: 0px;
	z-index: 10;
}
.btn-right{
  right: 0px;
}
.story_list {
  margin: 30px auto;
  box-sizing: border-box;
}
.story_list::-webkit-scrollbar {
  display: none;
}
.story {
	width: 90%;
	flex-shrink: 0;
	margin-right: 2%;
	align-self: flex-start;
	padding: 15px ;
	box-shadow: 4px 6px rgba(0,16,46,0.2);
	background: url("../images/grid_navy.webp") repeat center top/12px 12px #fff;
}
.story:first-of-type {
	margin-left: 20px;
}
.story:last-of-type {
	margin-right: 20px;
}
.story_ttl {
	font-size: 18px;
	padding: 8px 0;
	margin-bottom: 5px;
}
/* ----------------------------------------------
NEWS
------------------------------------------------*/
.news_ttl {
	font-size: 18px;
}
.news_img {
	width: 90%;
}
.news_tx {
	font-size: 14px;
}
.news_list .news_block {
	padding: 5px 0 20px;
	width: 90%;
	margin-bottom: 20px;
}
/* ----------------------------------------------
INFORMATION
------------------------------------------------*/
.info_list {
  width: 90%;
  margin: 20px auto 80px;
  padding: 15px;
}
/* ----------------------------------------------
CAST
------------------------------------------------*/
.cast_contents_wrap::before {
  background: url("../images/bg_line_01_sp.webp") no-repeat top left/100% auto;
  height: 210px;
  position: absolute;
  top: 18%;
  left: 0;
  z-index: 1;
}
.cast_contents_wrap::after {
  background: url("../images/bg_line_02_sp.webp") no-repeat top left/100% auto;
  height: 300px;
  position: absolute;
  bottom: 150px;
  left: 0;
  z-index: 1;
}
#season2 .cast_contents_wrap::before {
  background: url("../images/bg_line_03_sp_season2.webp") repeat-y top left/100% auto;
	top: 0;
}
/*#season2 .cast_contents_wrap::after {
  background: url("../images/bg_line_02_sp_season2.webp") no-repeat top left/100% auto;
}*/
.cast_list {
  padding-bottom:40px;
}
.cast_list::before {
  background: url("../images/circle_top_sp.webp") no-repeat top center;
  height: 300px;
  top: -100px;
}
.cast_flex {
  width: 90%;
  margin: 0 auto;
  flex-direction: column;
  padding-top: 30px;
}
.cast_flex.reverse {
  flex-direction: row;
  flex-direction: column;
}
.cast_img {
  width: 80%;
  padding-bottom: 10px;
}
.cast_tx {
  width: 100%;
}
.cast_name {
  font-size: 24px;
  text-align: center;
}
.real_name {
  font-size: 16px;
  padding: 8px 0;
  text-align: center;
}
.cast_discription {
  font-size: 14px;
  font-weight: 400;
}
.comment {
  width: 90%;
  margin-top: 30px;
}
.comment_btn a {
	margin: 15px auto 0;
}
.song_box {
	padding: 60px 0 0;
}
.song_box p {
	font-size: 20px;
}
/* ----------------------------------------------
関連作品
------------------------------------------------*/
.works_wrap {
  padding: 30px 0 0;
}
.works_wrap h3 {
  padding-bottom: 20px ;
  font-size: 18px;
}
.works_list {
  width: 90%;
}
.works_list.pt20 {
  padding-top: 10px;
}
.works {
  width: 48%;
  margin-right: 2%;
  font-size: 12px;
  padding-bottom: 30px;
}
.works:nth-of-type(4n) {
  margin-right: 0;
}
.works:nth-of-type(2n) {
  margin-right: 0;
}
.works:last-of-type {
  margin-right: 0;
}
.rental {
  top: -18px;
  left: 0;
  padding: 0.5px 3px;
}
.copy {
  width: 90%;
}
/* ---------------------------------------
BTN
-----------------------------------------*/
.btn a {
  width: 90%;
  padding: 10px 0;
  font-size: 14px;
}
.btn a::after {
  background: url("../images/playbtn.png") no-repeat center center/ 15px 15px;
  width: 15px;
  height: 15px;
  right: 10px;
}
.btn .coming {
  width: 90%;
  height: 100%;
  font-size: 18px;
  padding: 10px 0;
}
/* ---------------------------------------
LIVE
-----------------------------------------*/
/* ------------------------------------
規約
--------------------------------------*/
.tokuten_scroll {
  width: 90%;
  font-size: 12px;
}
.tokuten_scroll .inn {
  height: 220px;
  padding: 10px  ;
}
.tokuten_scroll .inn .inn_box {
  margin-bottom: 2em;
}
.tokuten_scroll .inn::-webkit-scrollbar {
    width: 10px;
 }
/* ---------------------------------------
PAGE TOPボタン
-----------------------------------------*/
#totop_btn {
 width: 80px;
}
#totop_btn.is-fixed {
 right: 2px;
 bottom: 90px;
}
.top.season1#totop_btn.is-fixed {
 right: 2px;
 bottom: 90px;
}
/*----------------------------
追従
----------------------------*/
.lp_cta_fixed {
	z-index: 10;
}
.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: 98%;
}
.btn.fix a {
  margin-top: 0;
  width: 98%;
  height: 55px;
  margin-bottom: 0;
  font-size: 11px;
  padding: 13px 5px;
}
.btn.fix.lemino a {
  padding: 13px 5px;
}
.btn.fix a .s_text {
  font-size: 9px;
}
.btn.fix a::after {
  display: none;
}
.story .btn a {
	width: 100%;
}
/* ----------------------------------------------------------
SEASON1
------------------------------------------------------------- */
/* -------------------------
CHART
---------------------------- */
.chrat_box {
	position: relative;
}
.chart_img {
	margin:auto;
	width: 90%;
	padding-top: 30px;
	padding-bottom: 40px;
}
.chart_img.scroll_x {
  overflow-x: scroll;       /* 横スクロールを許可 */
  -webkit-overflow-scrolling: touch; /* iOSでスムーズスクロール */
}
.chart_img.scroll_x img {
  min-width: 600px;       /* 画像の横幅を指定（必要に応じて調整） */
  display: block;
}
.scroll_down{
  position:absolute;
  bottom:1%;
  right:50%;
  animation: arrowmove 1s ease-in-out infinite;
	font-family: Copperplate, "Copperplate Gothic Light", fantasy;
	font-weight: bold;
}
.scroll_down a{
  position: absolute;
  left: 10px;
  bottom: -7px;
  color: #fff;
  font-size: 14px;
  letter-spacing: .2em;
  text-decoration: none;
  text-transform: uppercase;
}
.scroll_down:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 4px;
    width: 2px;
    height: 10px;
    background: #fff;
    transform: skewX(045deg);
}
.scroll_down:after{
  content:"";
  position: absolute;
  bottom: 0;
  right: -1px;
  width: 80px;
  height: 1px;
  background:#fff;
}
@keyframes arrowmove{
   0%{right:50%}
   50%{right:51%}
   100%{right:50%}
}
#chart .cast_list {
  padding-bottom: 100px;
}
/* -------------------------
INTRODUCTION
---------------------------- */
#introduction.contents_wrap {
	padding-bottom: 80px;
}
.intro_ttl {
	font-size: 18px;
	padding: 30px 0 20px;
}
.intro_tx {
	padding: 30px 15px 0 ;
	font-size: 14px;
}
.intro_tx .bold {
	font-size: 18px;
}
.intro_tx .m_bold {
	font-size: 16px;
}
.intro_img {
	width: 90%;
}
#introduction .youtube {
	margin: 20px auto;
}
/* ----------------------------------------------
ハンバーガーメニュー
------------------------------------------------*/
#nav-drawer {
  position: relative;
}
.nav-unshown {
  display:none;/*チェックボックス等は非表示に*/
}
/*アイコンのスペース*/
#nav-open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 40px;
  height:40px;
  right: 10px;
  top: 5px;
  z-index: 99999;
	background-color: #ffc600;
	border-radius: 100%;
}
/*ハンバーガーの形をCSSで表現*/
#nav-open span,
#nav-open span:before,
#nav-open span:after {
  position: absolute;
  height: 2px;/*線の太さ*/
  width: 16px;/*長さ*/
  background:  #000c23;
  display: block;
  content: '';
  cursor: pointer;
  transition: 0.5s;
  z-index: 9999;
  border-radius: 20px;
}
#nav-open span:before {
  bottom: 7px;
}
#nav-open span:after {
  top: 7px;
}
/* アイコンがクリックされたら真ん中の線を透明にする */
#nav-input:checked ~ #nav-open span {
  background: rgba(255, 255, 255, 0);
  box-shadow: none;
}
/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#nav-input:checked ~ #nav-open span::before {
  bottom: 0;
  transform: rotate(225deg);
}
#nav-input:checked ~ #nav-open span::after {
  top: 0;
  transform: rotate(-225deg);
}  
/*閉じる用の薄黒箇所*/
#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000c23;
  opacity: 0;
  transition: .3s ease-in-out;
}
/*メニューの中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  width: 90%;
  max-width: 300px;
  height: 100%;
  background:#000c23;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  color: #fff;
}
.nav_item {
  text-align: center;
  font-size: 20px;
  padding-top: 100px;
  position: relative;
}
.nav_item::before {
  display: inline-block;
  content: "";
  background: url("../images/bg_line_01_sp.webp") no-repeat center center/100% auto;
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: -50%;
  left: 0;
}
.nav_item li a {
  display: inline-block;
  margin: 30px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  color: #ffc600;
}
.nav_item a span {
  font-size: 22px;
  font-weight: bold;
  font-family: Copperplate, "Copperplate Gothic Light", fantasy;
  color: #fff;
}
/*チェックがついたら表示させる*/
#nav-input:checked ~ #nav-close {
  opacity: .5;
  display: block;
}
#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.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) {
  .lead {
    font-size: 16px;
  }
  .works_wrap h3 {
    font-size: 16px;
  }
}
/* ----------------------------------------------------------------------------------------
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;
  }
 .sp {
  display: block;
 }
 .pc {
  display: none;
 }
 .home {
  position: fixed;
  top: 14px;
  left: 12px;
  width: 100px;
  max-width: 150px;
  z-index: 1000;
 }
}
