<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: 15px;
  left: 15px;
  width: 20%;
  max-width: 110px;
  z-index: 1000;
}
}
/* ----------------------------------------------------------------------------------------
今回追加した813px以上のcss(PC)
-------------------------------------------------------------------------------------------- */
body {
  font-family: "Noto Serif JP", serif;
  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/bg02.webp") no-repeat center center/100% 100% , url("../images/bg01.webp") no-repeat center center/100% 100% #122f3c;
  background-attachment: fixed;
  color: #fff;
}
h1 {
  width: 100%;
  background: url("../images/kv_bg.webp") no-repeat top left;
}
h1 img {
  width: 80%;
  margin: auto;
}
main h2 {
  font-family: Copperplate, "Copperplate Gothic Light", fantasy;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  text-align: center;
  line-height: 50% ;
}
main h2 span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
}
/*----------------------------
lead
----------------------------*/
.top_box {
  position: relative;
  text-align: center;
}
.date_img {
  max-width: 450px;
  margin: auto;
  width: 100%;
  padding: 30px 0;
}
.lead_img {
  margin: auto;
  width: 70%;
  text-align: left;
  position: relative;
  z-index: 2;
}
.p_relative {
  position: relative;
}
.line {
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 0;
}
.lead_img img {
  max-width: 350px;
  width: 100%;
}
.lead_tx {
  font-size: 18px;
  line-height: 180%;
  padding: 30px 0;
}
.lead_tx .yellow {
  color: #eede50;
}
.lead_tx .fz14px {
  font-size: 14px;
}
/*----------------------------
trailer
----------------------------*/
.flex_box {
  width: 70%;
  margin:  0 auto 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.youtube {
  width: 700px;
  aspect-ratio:16/9;
}
iframe {
  width: 100%;
  height: 100%;
}
.flex_right {
  width: 30%;
}
.btn a {
  display: block;
  text-align: center;
  width: 80%;
  margin: 30px auto 0;
  background: linear-gradient(90deg,rgba(153, 153, 58, 1) 0%, rgba(209, 192, 107, 1) 50%, rgba(186, 173, 60, 1) 100%);
  padding: 15px;
  color: #0a0a08;
  font-weight: 700;
  box-shadow: 5px 5px 0px 0px rgba(255,255,255,0.2);
  border-radius: 5px;
}
.btn a:hover {
  transform: translateX(5px) translateY(5px);
  box-shadow:0px 0px 0px 0px rgba(255,255,255,0);
  transition: all 0.2s ease-in;
}
/*----------------------------
story
----------------------------*/
.story_box {
  background: url("../images/bg_story.webp") no-repeat top left / 100% auto;
  padding: 80px 0;
}
.story_tx {
  width: 70%;
  margin: 30px auto 0;
  line-height: 180%;
   text-shadow: 0px 0px 10px rgba(11, 20, 29, 1);
}
/* ---------------------------------------
スチール
-----------------------------------------*/
.slider {
  margin: 0 auto 40px;
}
.slider li {
  max-width: 225px;
}
.slider li img {
  width: 100%;
  height: 100%;
}
/*----------------------------
cast
----------------------------*/
.cast_box {
  padding: 80px 0 40px;
}
.cast_box .group{
  background-color: rgba(255,255,255,0.1);
  margin: 50px auto;
  padding: 30px 0;
  width: 85%;
}
.group_name {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
}
.fz16px {
  font-size: 16px;
  font-weight: 500;
}
.main_cast {
  width: 50%;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main_cast .cast_img {
  width: 50%;
}
.main_cast .cast_tx {
  width: 45%;
}
.cast_wrap {
  display: flex;
  width: 70%;
  margin: 30px auto 0;
  flex-wrap: wrap;
  gap:0 8%;
}
.cast_wrap.two {
  justify-content: center;
  margin-top: 15px;
  padding-bottom: 30px;
}
.cast_list {
  width: 28%;
  text-align: center;
}
.cast_name {
  font-size: 18px;
  padding: 10px 0 5px;
  font-weight: 700;
}
.real_name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #bdbdc6;
  padding-bottom: 10px;
  border-bottom: 1px solid #bdbdc6;
}
.cast_discription {
  background-color: rgba(255,255,255,0.1);
  text-align: left;
  font-size: 14px;
  font-weight: 300;
  padding: 10px;
  margin-top: 10px;
  line-height: 150%;
}
.copy {
  font-size: 12px;
  text-align: center;
  padding-bottom: 10px;
}
.video_box{
  aspect-ratio:16/9;
	text-align: center;
	max-width: 700px;
	width: 100%;
	margin: 40px auto 60px;
}
/*----------------------------
追従
----------------------------*/
.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;
  }
.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: 18px;
   font-size: 19px;
   margin: 0;
}
.btn.fix.lemino a {
  background: linear-gradient(90deg, rgba(255,168,49,1) 0%, rgba(255,40,135,1) 100%);
  padding: 12px;
  color: #fff;
}
.btn.fix a .s_text {
  font-size: 14px;
}
/* ----------------------------------------------------------------------------------------
今回追加した812px以下のcss(SP)
-------------------------------------------------------------------------------------------- */
@media screen and (max-width: 812px) {
body {
  font-family: "Noto Serif JP", serif!important;
}
.wrapper::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url("../images/bg02_sp.webp") no-repeat center center/100% auto , url("../images/bg01_sp.webp") no-repeat center center/100% auto #122f3c;
}
main {
  background: none;
  font-weight: 400;
}
h1 img {
  width: 100%;
}
main h2 {
  font-size: 36px;
  line-height: 70% ;
}
/*----------------------------
lead
----------------------------*/
.top_box {
  width: 90%;
  margin: auto;
}
.date_img {
  width: 100%;
  padding: 10px 0 30px;
}
.lead_img {
  width: 60%;
}
.line {
  display: none;
}
.lead_tx {
  font-size: 16px;
  padding: 20px 0 50px;
}
.lead_tx .fz14px {
  font-size: 14px;
}
/*----------------------------
trailer
----------------------------*/
.flex_box {
  width: 90%;
  margin:  0 auto 80px;
  flex-direction: column;
}
.youtube {
  width: 100%;
  aspect-ratio:16/9;
  margin-top: 10px;
}
.flex_right {
  width: 100%;
}
.btn a {
  margin: 20px auto 0;
}
/*----------------------------
story
----------------------------*/
.story_box {
  background: url("../images/bg_story_sp.webp") no-repeat top left / 100% auto;
  padding: 70px 0;
}
.story_tx {
  width: 80%;
  margin: 20px auto 0;
}
/* ---------------------------------------
スチール
-----------------------------------------*/
.slider {
  margin: 0 auto 0;
}
/*----------------------------
cast
----------------------------*/
.cast_box {
  padding: 70px 0 30px;
}
.cast_box .group{
  margin: 30px auto;
  padding: 30px 0;
  width: 90%;
}
.cast_box .group.sec_team.pb0{
  padding-bottom: 0;
}
.main_cast {
  width: 80%;
  flex-direction: column;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main_cast .cast_img {
  width: 100%;
}
.main_cast .cast_tx {
  width: 100%;
}
.main_cast .cast_tx .cast_name{
  font-size: 22px;
  font-weight: 700;
}
.main_cast .cast_tx .real_name{
  font-size: 16px;
}
.main_cast .cast_tx .fz16px {
  font-size: 16px;
  font-weight: 500;
}
.main_cast .cast_tx .cast_discription{
  font-size: 14px;
  font-weight: 300;
  padding: 10px;
  margin-top: 10px;
  line-height: 150%;
}
.cast_wrap {
  /*flex-direction: column;*/
  width: 95%;
  gap:0 4%;
}
.cast_wrap.two {
  padding-bottom: 0;
}
.cast_list {
  width: 48%;
  margin: 0 auto 30px;
}
.cast_list:last-of-type {
  margin-bottom: 0;
}
.cast_name {
  font-size: 15px;
  padding: 10px 0;
  font-weight: 500;
}
.real_name {
  font-size: 14px;
  padding-bottom: 8px;
}
.cast_discription {
  background-color: rgba(255,255,255,0.1);
  text-align: left;
  font-size: 12px;
  font-weight: 300;
  padding: 5px;
  margin-top: 8px;
  line-height: 150%;
}
.fz16px {
  font-size: 14px;
  font-weight: 400;
}
.video_box{
	width: 90%;
	margin: 20px auto 40px;
}
/*----------------------------
追従
----------------------------*/
.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: 12px;
  padding: 20px 0;
}
.btn.fix.lemino a {
  padding: 13px 5px;
}
.btn.fix a .s_text {
  font-size: 9px;
}
}
/* ----------------------------------------------------------------------------------------
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;
 }
}
</pre></body></html>