@charset "UTF-8";
body {
  font-size: 16px;
  text-align: justify;
}
#sns_ {
  text-align: center;
  padding: 50px 0 0;
}
#sns_ h2 {
  font-size: min(4vw, 18px);
}
#sns_ .flex_box {
  max-width: 120px;
  margin: 10px auto 0;
}
#sns_ .flex_box > * {
  width: 48%;
}
.noto-sans-jp-<uniquifier > {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.wrapper {
  background-image: url(../images/kv.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
}
.img_cover {
  position: relative;
  pointer-events: none !important
}
.img_cover::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
/*装飾*/
.fs_l {
  font-size: 1.25em !important;
}
.fs_ll {
  font-size: 1.45em !important;
}
.fs_s {
  font-size: 0.85em !important;
}
.fs_ss {
  font-size: 0.65em !important;
}
.fs_18 {
  font-size: 17px !important;
}
.mt-1em {
  margin-top: 1em;
}
.mt-2em {
  margin-top: 2em;
}
.pl-2em {
  padding-left: 2em !important;
}
.pr-2em {
  padding-right: 2em !important;
}
.fc_blue {
  color: #1cbafb !important;
}
.fc_pink {
  color: #f16892 !important;
}
.fc_gray {
  color: #636363 !important;
}
.ta-left {
  text-align: left !important;
}
.ta-right {
  text-align: right !important;
}
.ta-center {
  text-align: center !important;
}
.d_ib {
  display: inline-block !important;
}
.mw600 {
  max-width: 600px;
  margin: 0 auto;
}
.font_n {
  font-family: "m-plus-1p", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font_b {
  font-family: "m-plus-1p", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.font02_a {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font02_n {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/*--------------------------------
追従
----------------------------------*/
/* 固定フッターボタン */
.footer_btn {
  position: fixed;
  bottom: 0;
  transition: transform 0.3s ease;
}
.hidden {
  transform: translateY(100%);
}
/* 固定CTAエリア */
.lp_cta_fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  font-family: "source-han-sans-japanese", sans-serif;
  padding: 0.5em;
  line-height: 1.5;
  z-index: 999;
  display: block !important;
}
/* テキストとボタン */
.bottom_bnr p {
  font-size: 20px;
  margin-bottom: 5px;
}
.lp_cta_fixed .btn a {
  margin-top: 0;
  font-size: 1em;
  position: relative;
  display: flex;
  /*height: 3.5em;*/
  flex-wrap: wrap;
  padding: 0.4em 0;
  align-items: center;
  justify-content: center;
  color: #000;
}
.lp_cta_fixed .btn.one a {
  padding-top: 1em;
  padding-bottom: 1em;
}
.lp_cta_fixed .btn a .small_btn {
  font-size: 14px;
}
.lp_cta_fixed .btn span.fs_l {
  font-size: 1.15em !important;
}
.lp_cta_fixed .btn a span.ic {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  display: block;
  background-image: url("../images/playbtn_b.png");
  background-size: 100% 100%;
  width: 25px;
  height: 25px;
  transition: all 300ms ease-in-out;
}
.lp_cta_fixed .btn a:hover span.ic {
  transform: translateY(-50%);
}
/* ボタンラッパー */
.btn_wrap {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.btn_wrap .btn {
  width: 49%;
  margin: 0 auto;
}
.lp_cta_fixed .btn_wrap {
  width: 70%;
  max-width: 720px;
  margin-top: 5px;
}
.lp_cta_fixed .fix_btn_end {
  max-width: 720px;
  margin: 5px auto 0;
  font-size: 14px;
}
.lp_cta_fixed .fix_btn_end.btn a {
  width: 100%;
  max-width: 100%;
  height: 40px;
  padding-top: 0.8em;
}
.lp_cta_fixed .btn p {
  margin-top: 0;
}
.btn p.l-color {
  border: none;
}
.btn p.l-color a {
  background: linear-gradient(to right, #fc8e3d 0%, #ff0576 100%);
}
/* リードリンク */
.fix_btn_lead a {
  font-size: 17px;
  text-decoration: underline;
}
/* テキストリンク */
.cp_text_link {
  position: absolute;
  bottom: 5px;
  right: 0;
  background: #000;
  width: 18%;
}
.cp_text_link a {
  display: block;
  padding: 0.7em 0;
  text-align: center;
  font-size: min(1.6vw, 18px);
  border-top: 6px solid;
  border-left: 6px solid;
  border-bottom: 6px solid;
  border-image: linear-gradient(to right, #fc8e3d, #ff0576) 1;
  color: #ffbb2c;
  background: linear-gradient(to right, #ffbb2c 0%, #ff0576 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 130%;
  font-weight: bold;
}
@media print, screen and (min-width: 813px) {
  /*ヘッダー*/
  header.pc {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 0;
    background: #00000096;
    height: 60px;
  }
  .header_pc {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 12px 25px;
  }
  header.pc .home {
    width: 120px;
  }
  header.pc .right {
    position: absolute;
    top: 1em;
    right: 0;
    padding: 0 1em 0 0;
  }
  header.pc .right p {
    position: relative;
    display: inline-block;
    margin-top: 5px;
    margin-left: 10px;
    font-size: 16px;
    line-height: 70%;
    font-weight: 600;
  }
  .header_pc .x_link {
    top: 5px;
    right: 10px;
    position: absolute;
    width: 55px;
  }
  header.pc .right p a {
    display: block;
    padding: 10px 0;
    color: #fff;
    transition: all .5s;
    text-decoration: none;
    text-shadow: 0 0 3px #2882bb, 0 0 3px #2882bb, 0 0 3px #2882bb;
    ;
  }
  header.pc .right p a:hover {
    transform: translateY(-3px);
    transition: all .5s;
    text-shadow: 0 0 10px #fed73e;
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) {
  .lp_cta_fixed .btn {
    width: 100%;
  }
  .lp_cta_fixed .btn_wrap {
    width: 100%;
  }
  .lp_cta_fixed .btn_wrap .btn {
    width: 49%;
    margin-top: 0;
  }
  .lp_cta_fixed .btn.one a {
    padding: 2.2vw 0;
    font-size: min(3.7vw, 14px);
  }
  .fix_btn_lead a {
    font-size: min(3vw, 14px);
  }
  .cp_text_link {
    width: 38%;
    bottom: 85px;
  }
  .cp_text_link a {
    font-size: min(3.5vw, 14px);
    border-width: 4px;
  }
  .lp_cta_fixed .fix_btn_end.btn a {}
  .lp_cta_fixed .btn a {
    font-size: min(2.6vw, 14px);
  }
  .lp_cta_fixed .btn a span.small_btn {
    font-size: min(2.2vw, 10px);
  }
  .lp_cta_fixed .btn a span.ic {
    display: none;
  }
  .lp_cta_fixed .btn span.fs_l {
    font-size: 1.35em !important;
    padding-top: 0.2em;
    display: block;
  }
}
.slick-dots li button:before {
  font-size: 18px !important;
}
#footer_lemino_inc_3 .objects.pc, #footer_lemino_inc_3 .objects.sp {
  display: none !important;
}
a.totop {
  display: block;
  width: 50px;
  position: fixed;
  right: 10px;
  bottom: 50px;
  z-index: 1000;
}
a.totop img {
  border: solid 2px #fff;
  border-radius: 10em;
}
.totop a {
  display: none !important;
}
#totop_btn {
  width: 12px;
}
#totop_btn.is-fixed {
  position: fixed;
  right: 20px;
  bottom: 100px;
}
.totop a {}
a {
  display: block;
}
a.opacity:hover {
  opacity: .8;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
footer {
  color: #FFF;
  position: relative;
  background: #fc8e3d;
  background: -moz-linear-gradient(left, #fc8e3d 0%, #ff0576 100%);
  background: -webkit-linear-gradient(left, #fc8e3d 0%, #ff0576 100%);
  background: linear-gradient(to right, #fc8e3d 0%, #ff0576 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8e3d', endColorstr='#ff0576', GradientType=1);
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  font-size: 12px;
}
body .wrapper, .wrapper {
  color: #fff;
}
/* ----------------------------------------------------------------------------------------
今回追加した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;
}
#first {
  padding: 0;
}
h1 {
  width: 100%;
  text-align: center;
  background: url("../images/kv_bg.webp") no-repeat top left;
}
h1 img {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
main h2 {
  font-family: Copperplate, "Copperplate Gothic Light", fantasy;
  font-style: normal;
  font-weight: bold;
  font-size: 3em;
  text-align: center;
  line-height: 1.1em;
  margin: 1em auto 0;
  color: #f4e9e3;
}
main h2 span {
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 0.75em;
}
main h2 + p {
  margin: 0.3em auto 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5em;
  color: #f4e9e3;
}
/*----------------------------
lead
----------------------------*/
.lead_txt {
  text-align: center;
  margin: 2em auto;
  font-size: 2.5em;
  line-height: 1.45em;
}
.lead_txt span {
  color: #f3da0e;
  color: #000;
  background: #f3da0e;
  padding: 0 0.5em;
  font-weight: bold;
}
/*----------------------------
trailer
----------------------------*/
.youtube {
  width: 700px;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
iframe {
  width: 100%;
  height: 100%;
}
.flex_right {
  width: 30%;
}
.btn a {
  display: block;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
  color: #0a0a08;
  font-weight: 700;
  border-radius: 5px;
}
.btn a:hover {
  opacity: 0.8;
}
/*----------------------------
共通＿PC
----------------------------*/
section + section {
  margin-top: 5em;
}
section {
  padding: 4em 1em;
}
section .sec_inner {
  text-align: center;
}
a.btn_view {
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: bold;
  font-size: 1.2em;
  height: 2.5em;
  width: 300px;
  border-radius: 10px;
  margin: 1em auto;
  box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 47%);
  padding-left: 1em;
}
a.btn_view span {
  display: block;
  background-image: url(../images/playbtn_b.png);
  background-size: 100% 100%;
  width: 1em;
  height: 1em;
  margin-left: 10px;
}
a.gray {
  pointer-events: none;
  background-image: linear-gradient(136deg, rgba(176, 176, 176, 1), rgba(233, 233, 233, 1) 50%, rgba(172, 172, 172, 1));
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2em;
  height: 2.5em;
  width: 300px;
  border-radius: 10px;
  margin: 1em auto;
  box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 47%);
}

h4.s_title {
  display: inline-block;
  position: relative;
  z-index: 1;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(11, 20, 29, 1);
  font-size: 1.3em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 5em;
}
h4.s_title::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: rgb(244 233 227 / 34%);
  font-size: 5rem;
  z-index: -1;
  text-shadow: none;
}
h4.s_title::after {
  content: '';
  position: absolute;
  display: block;
  height: 3px;
  border-radius: 10em;
  bottom: -2.5em;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 5%;
  min-width: 100px;
  background: linear-gradient(90deg, #ffffff 0%, #f4e9e3 100%);
}
/*----------------------------
story
----------------------------*/
#story {
  background: url("../images/bg_story.webp") no-repeat center center / cover fixed;
  padding: 7em 0;
}
#story h4.s_title::before {
  content: 'STORY';
}
#story p {
  text-align: center;
  line-height: 2.2em;
  font-size: 1.3em;
  color: #ffffff;
  text-shadow: 2px 3px 3px rgb(0 0 0 / 85%);
}
.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);
}
/*----------------------------
関連作品
----------------------------*/
#works {
  background: #00000024;
  padding: 7em 0 3em;
}
#works h4.s_title::before {
  content: 'ARTWORK';
}
.works_box {
  text-align: center;
  padding: 2em 1em 0em;
  margin: 0 auto;
  max-width: 1200px;
}
.works_box + .works_box {
  margin-top: 2em;
}
.works_box h3 {
  text-align: center;
  font-size: 1.2em;
  display: inline-block;
  padding: 0.5em 1em;
  color: #f3da0e;
  position: relative;
}
.works_box h3::before, .works_box h3::after {
  content: '';
  background: #f3da0e;
  height: 2px;
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  width: 50%;
}
.works_box h3::before {
  left: -50%;
}
.works_box h3::after {
  right: -50%;
}
.works_box ul {
  display: flex;
  flex-wrap: wrap;
  margin: 1em auto;
  width: 100%;
}
.works_box ul li {
  width: 25%;
  padding: 0.5em;
  margin: 0 0 2em;
}
.works_box ul li a {
  display: block;
}
.works_box ul li a:hover {
  opacity: 0.8;
}
.works_box ul li img {}
.works_box ul li h5 {
  text-align: center;
  margin-top: 0.5em;
  font-size: 0.9em;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
#works .copy {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1em;
  text-align: left;
  font-size: 0.9em;
  line-height: 1.3em;
}
p.copy.footer {
  font-size: 0.8em;
  text-align: center;
  padding: 2em 1em;
  margin: 0 auto;
  line-height: 1.3em;
  background: #020202b0;
}
/* ---------------------------------------
スチール
-----------------------------------------*/
.slider {
  margin: 0 auto 40px;
}
.slider li {
  max-width: 225px;
}
.slider li img {
  width: 100%;
  height: 100%;
}
/*----------------------------
cast
----------------------------*/
#cast h4.s_title::before {
  content: 'CAST';
}
.cast_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1000px;
  background: #ffffff26;
  padding: 2em;
}
.cast_list li {
  width: 32%;
  margin: 0 auto;
}
.cast_list li img {
  max-width: 280px;
  margin: 0 auto 1em;
}
.cast_list li h5 {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.cast_list li h5 span {
  display: block;
  font-size: 0.9em;
  color: #ffffffad;
  border-top: 1px solid #fff;
  width: 80%;
  margin: 0.5em auto 0;
  padding-top: 0.3em;
}
.cast_list li p {
  background: #00000057;
  padding: 1em;
  margin: 1em 1em 0;
  text-align: left;
  font-size: 0.9em;
  min-height: 16em;
  line-height: 1.45em;
}
.cast_list li p span {
  display: block;
  font-size: 1.1em;
  line-height: 1.35em;
  margin-bottom: 0.5em;
}
/*----------------------------
相関図
----------------------------*/
#relation {
  padding-top: 0;
}
#relation img {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
/*----------------------------
追従
----------------------------*/
.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 {
    font-weight: 400;
  }
  h1 {
    margin-top: 50px;
  }
  h1 img {
    width: 100%;
  }
  main h2 {
    font-size: 1.7em;
    line-height: 1.2em;
  }
  main h2 + p {
    font-size: 1.2em;
  }
  /*----------------------------
共通＿SP
----------------------------*/
  section + section {
    margin-top: 0em;
  }
  h4.s_title::before {
    font-size: 3rem;
  }
  section {
    padding: 3em 1em;
  }
  /*----------------------------
lead
----------------------------*/
  #first {
    padding: 0;
  }
  .lead_txt {
    font-size: 1.2em;
    line-height: 1.5em;
  }
  .lead_txt span {
    font-size: 1.2em;
  }
  .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: 90%;
    aspect-ratio: 16/9;
    margin-top: 10px;
  }
  .flex_right {
    width: 100%;
  }
  .btn a {
    margin: 20px auto 0;
  }
  /*----------------------------
story_SP
----------------------------*/
  #story {
    padding: 3em 0;
  }
  #story p {
    line-height: 2em;
    font-size: 0.85em;
    padding: 0 1em;
  }
  .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;
  }
  /*----------------------------
関連作品_SP
----------------------------*/
  #works {
    padding: 3em 0 2em;
  }
  .works_box {
    padding: 0;
  }
  .works_box h3::before, .works_box h3::after {
    display: none;
  }
  .works_box ul li {
    width: 50%;
    margin: 0px 0 1em;
  }
  .works_box ul li:nth-child(2n+1) {
    margin-left: 0;
    padding-left: 0;
  }
  .works_box ul li:nth-child(2n) {
    margin-right: 0;
    padding-right: 0;
  }
  .works_box ul li h5 {
    font-size: 0.8em;
  }
  #works .copy {
    font-size: 0.7em;
  }
  /* ---------------------------------------
スチール
-----------------------------------------*/
  .slider {
    margin: 0 auto 0;
  }
  /*----------------------------
cast_SP
----------------------------*/
  .cast_list {
    padding: 1em 0.5em;
  }
  .cast_list li {
    width: 100%;
    margin: 0 auto;
    padding: 0.5em;
    font-size: 0.75em;
  }
  .cast_list li.two {
    width: 50%;
  }
  .cast_list li p {
    padding: 0.5em;
    margin: 1em 0em 0;
    min-height: auto;
  }
  .cast_list li.two p {
    min-height: 15em;
  }
}
@media screen and (max-width: 812px) {
  .lp_cta_fixed .btn p {
    border-width: 1px;
  }
  .btn p.l-color {
    padding: 3px;
  }
  .only_h1 {
    padding-top: 0;
  }
  .only_h1 h1 {
    margin-top: 50px;
  }
  .common_footer_wrapper .footer_inner {
    width: 93% !important;
  }
  #totop_btn {
    width: 10px;
  }
  #totop_btn.is-fixed {
    position: fixed;
    right: 10px;
    bottom: 100px;
  }
  .loader {
    width: 50%;
    height: 30%;
  }
  #loader_wrap {
    z-index: 5000;
  }
  #fv_inner .top_btn {
    position: absolute;
    bottom: 25%;
    right: 0;
    width: 30%;
  }
  #fv_inner .top_btn a {
    display: block;
    transition: all .5s;
  }
  #fv_inner .top_btn a:hover {
    transform: translateY(5px);
    transition: all .5s;
  }
  /* SPフッター812*/
  /*ユーザーエージェント出し分け用*/
  .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;
  }
  .footer_lemino_inc_3 .subfoot {
    margin-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
    height: calc(290px / 2 * 0.75);
  }
  .footer_lemino_inc_3 .subfoot .x .tit, .footer_lemino_inc_3 .subfoot .yt .tit {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
  }
  .footer_lemino_inc_3 .subfoot .x a, .footer_lemino_inc_3 .subfoot .yt a {
    display: block;
    background-image: url(../../teaser/common/images/x.png);
    background-size: calc(96px / 2) calc(96px / 2);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 55px;
    height: calc(96px / 2);
    color: #fff;
    display: flex;
    align-items: center;
    text-decoration: none;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 160%;
  }
  #news .footer_lemino_inc_3 .subfoot .x a {
    display: block;
    background-image: url(../../../teaser/common/images/x.png);
  }
  .footer_lemino_inc_3 .subfoot .x a, .footer_lemino_inc_3 .subfoot .yt a {
    background-position: center;
  }
  .footer_lemino_inc_3 .subfoot .yt a {
    background-image: url(../../teaser/common/images/yt.png);
  }
  #news .footer_lemino_inc_3 .subfoot .yt a {
    display: block;
    background-image: url(../../../teaser/common/images/yt.png);
  }
  .footer_lemino_inc_3 .end {
    padding-top: 12vw;
    padding-bottom: 4vw;
  }
  .footer_lemino_inc_3 .end .backtop a {
    padding-top: 2vw;
    padding-bottom: 2vw;
    margin-bottom: 4vw;
    background-color: #151515;
    font-size: 16px;
  }
  .footer_lemino_inc_3 .subfoot .tit {
    position: absolute;
    top: 0;
    left: 51%;
    transform: translateX(-50%);
    font-size: 13px;
  }
  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: "hiragino-kaku-gothic-pron", sans-serif;
    color: #4d4d4d;
  }
  .btn a {
    font-size: 18px;
    font-weight: 400;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .home {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 20%;
    max-width: 130px;
    z-index: 1000;
    padding-top: 10px;
  }
  /* ヘッダー*/
  /* Hamburger Text */
  .c-hamburger__text {
    display: none !important;
  }
  /* Header */
  .l-header {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #fff;
    z-index: 999;
  }
  /* Navigation Inner */
  .p-nav__inner {
    width: 100%;
  }
  /* Hamburger Button */
  .c-hamburger {
    position: relative;
    width: inherit;
    height: inherit;
    margin: 0;
    border-radius: 0 0 0 10px;
    cursor: pointer;
  }
  header button.c-hamburger {
    background: #fff;
  }
  header button.c-hamburger::before {
    display: none;
  }
  /* Hamburger Lines */
  .c-hamburger span {
    display: block;
    position: relative;
    left: 50%;
    width: 30px;
    height: 2px;
    background: #d00f31;
    transform: translateX(-50%);
    transition: all 0.4s;
  }
  .c-hamburger span:nth-of-type(1) {
    top: -4px;
  }
  .c-hamburger span:nth-of-type(2) {
    top: 1px;
  }
  .c-hamburger span:nth-of-type(3) {
    top: 6px;
  }
  /* Hamburger Text (Redundant but kept for reference) */
  .c-hamburger .c-hamburger__text {
    display: block;
    top: 12px;
    background: transparent;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
  }
  /* Hamburger Active State */
  .c-hamburger.is-active span:nth-of-type(1) {
    top: 0;
    transform: translateX(-50%) rotate(225deg);
  }
  .c-hamburger.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .c-hamburger.is-active span:nth-of-type(3) {
    top: -4px;
    transform: translateX(-50%) rotate(-225deg);
  }
  /* Navigation Panel */
  .p-header__nav {
    display: flex;
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: transparent;
    font-weight: 700;
    color: #fff;
    opacity: 0;
    transition: 0.6s;
    z-index: 10;
  }
  .p-header__nav.is-active {
    position: fixed;
    top: 0;
    right: 0;
    background: #242429fc;
    opacity: 1;
    transition: 0.6s;
  }
  /* Header Inner */
  .p-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: inherit;
    padding: 13px 20px;
  }
  /* Header Title */
  .p-header__title {
    width: 100%;
    max-width: 120px;
    height: 48px;
    background: lightgray;
  }
  .p-header__title a {
    display: block;
    width: 100%;
    height: auto;
  }
  .p-header__title a img {
    height: 100%;
  }
  /* Hamburger Container */
  .p-header__hamburger {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 100%;
    z-index: 100;
  }
  /* Navigation List */
  .p-nav {
    padding: 72px 0;
  }
  .p-nav__list {
    display: block;
    width: 100%;
    padding: 0 30px;
  }
  .p-nav__list li span {
    display: block;
    padding: 7px 15px 5px;
    border-radius: 100px;
    color: #fff;
  }
  /* Navigation Item */
  .p-nav__item {
    position: relative;
    width: 100%;
  }
  .p-nav__link {
    display: block;
    width: 80%;
    margin: 0 auto;
    height: 100%;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 2px;
    color: #fff;
  }
  .p-nav__link img {
    width: 50px;
  }
  /* ==========================================================================
共通_SP
========================================================================== */
  #live, #streaming, #works, #campaign {
    position: relative;
    padding: 2em 1em 1em;
  }
  h2.title_h2 {
    font-size: 1.5em;
  }
  .sub_title {
    display: none;
  }
  a.totop {
    display: block;
    width: 30px;
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 1000;
  }
  /* ==========================================================================
生配信_SP
========================================================================== */
  /* ==========================================================================
配信作品_SP
========================================================================== */
  #streaming ul.cont li {
    flex-direction: column;
    font-size: 0.9em;
  }
  #streaming ul li .cont_txt {
    padding: 0;
  }
  #streaming ul li .cont_txt + .cont_txt {
    margin-top: 2em;
  }
  #streaming .st_box + .st_box {
    margin-top: 1em;
  }
  /* ==========================================================================
出演作品_SP
========================================================================== */
  #works ul.cont li {
    width: 48%;
    margin: 1em auto 1.5em;
  }
  #works ul.cont li a.btn_view {
    width: 95%;
    max-width: 300px;
    font-size: 0.9em;
    border: solid 2px #fff;
    height: 2.5em;
  }
  #works ul.cont li h3 {
    color: #fff;
    font-size: 0.8em;
    min-height: 2.8em;
    line-height: 1.3em;
  }
  /* ==========================================================================
キャンペーン_SP
========================================================================== */
  #campaign h3 {
    font-size: 0.9em;
  }
  #campaign ul {
    font-size: 0.8em;
  }
  #campaign a.btn_view {
    margin: 2em auto;
  }
  #campaign a.btn_view {
    font-size: 1em;
  }
  #campaign .tokuten_scroll {
    font-size: 0.8em;
  }
  #campaign .tokuten_scroll .inn {
    height: 120px;
  }
  /* .contents*/
  .flex_box {
    flex-wrap: wrap;
  }
  .title_box {
    padding: 2em 0 1px;
  }
  .sec_inner {
    padding: 0em 0 2em;
  }
  #fv .fv_lead {
    margin: 0 auto 0em;
    padding: 3em 0 0.1em;
  }
  #fv .fv_lead h2 {
    line-height: 1.45em;
    font-size: 1.3em;
  }
  #fv .fv_lead h2 + p {
    font-size: 0.8em;
    width: 90%;
    margin: 1.5em auto 4em;
  }
  #fv .sec_inner {
    padding-top: 40px;
  }
  #fv .flex_box {
    flex-wrap: wrap;
  }
  #fv .tx_right {
    width: 100%;
  }
  .title {
    font-size: 2.3em;
    margin-bottom: 1em;
  }
  .title::before {
    font-size: 0.65em;
  }
  #fv {
    margin-top: 10px;
  }
  .flex_box {
    margin-left: auto;
    margin-right: auto;
  }
  .contents_wrap.first {
    padding-top: 30px;
  }
  .btn {
    max-width: 500px;
    width: 90%;
    margin: 20px auto 0;
  }
  .btn a {
    height: 48px;
    border-width: 1px;
  }
  .btn a span.ic {
    width: 20px;
    height: 20px;
  }
  .btn p {
    padding: 3px;
    border-width: 4px;
  }
  .movie {
    width: 90%;
    aspect-ratio: 16 / 9;
    border: 5px solid #fff;
    border-radius: 10px;
  }
  .flex_box.only .im_left {
    width: 65%;
  }
  .flex_box.only .tx_right {
    width: 35%;
  }
  .flex_box.two > .flex_box {
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
  }
  .im_left p {
    font-size: 14px;
  }
  .flex_box.two > .flex_box:nth-of-type(2n) {
    margin-right: 0;
  }
  .flex_box.two > .flex_box:nth-of-type(n+3) {
    margin-top: 20px;
  }
  .flex_box.three > * {
    width: 83%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .flex_box.three.four > * {
    width: 47%;
  }
  .tokuten_scroll {
    font-size: 12px;
    padding: 1.5em;
  }
  .tokuten_scroll .inn {
    padding-right: 0.5em;
  }
  footer {
    height: 40px;
  }
  .wrapper {
    position: relative;
    background: none;
    z-index: 1;
    background: #fbfbfb;
    background-size: auto;
    background-position: unset;
    background-attachment: fixed;
    background-repeat: no-repeat;
  }
}
.flex_box.three.four > *:nth-of-type(4), .flex_box.three > *:nth-of-type(2) {
  margin-top: 50px;
}
.flex_box.two > .flex_box:nth-of-type(2n) {
  margin-right: 0;
}
.flex_box.two > .flex_box:nth-of-type(n+3) {
  margin-top: 30px;
}
.flex_box.four > li:nth-of-type(4n) {
  margin-right: 0;
}
/*PCフッター813*/
.footer_lemino_inc_3 .subfoot {
  height: calc(230px / 2);
}
.footer_lemino_inc_3 .totop a {
  height: calc(300px / 2);
}
.footer_lemino_inc_3 .subfoot .tit {
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 15px;
}
.footer_lemino_inc_3 .subfoot .x a, .footer_lemino_inc_3 .subfoot .yt a {
  background-position: center;
}
.footer_lemino_inc_3 .end {
  padding-top: 0;
  padding-bottom: 50px;
}
/*ヘッダー*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 1em 3.2em;
  text-align: center;
}
.home {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 15%;
  max-width: 110px;
  z-index: 1000;
  padding-top: 14px;
}
.home_sp {
  position: absolute;
  top: 0px;
  left: 20px;
  width: 20%;
  max-width: 110px;
  z-index: 1000;
  padding-top: 14px;
}
header .right li {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  margin-left: 10px;
  font-size: 16px;
  line-height: 70%;
}
.footer_fix {
  margin: 2% auto;
}
.lp_cta_fixed .lp_fv_cta_btn {
  width: min(44vw, 450px);
}
.page_title {
  color: #0af;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  font-weight: 300;
  margin: 0;
  padding: 20px 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .1);
  text-transform: uppercase;
}
/* PEN STYLES ========== */
.menu {
  padding-top: 50px;
  z-index: 1
}
.menu, .menu .menu_title, .menu ul li a, .menu ul li a:after, .menu ul li a:before {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.menu {
  position: relative;
  margin: 0;
}
.menu ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.menu ul li {
  display: inline-block;
  border-right: 3px solid #f3f275;
}
.menu ul li:last-of-type {
  border: none;
}
.menu ul li a {
  color: #fff;
  display: block;
  padding: 0 20px;
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 20px;
  font-weight: bold;
}
.menu ul li a span {
  color: #d66508;
}
.blur {
  font-size: 60px;
}
.blur:hover {
  animation: text-blur 0.5s;
}
}
@keyframes text-blur {
  0% {
    filter: blur(0);
  }
  50% {
    filter: blur(4px); /* ぼかしの強さ */
  }
  100% {
    filter: blur(0);
  }
}
/* アニメーションスタイル */
/* ---------------------------- */
/* アニメーション前 */
.u-fade-type-up {
  transform: translateY(50px);
  opacity: 0;
}
/* トリガー発火でis-activeを付与 */
.u-fade-type-up.is-active {
  transition: .6s;
  transform: translateY(0);
  opacity: 1;
}
/*フェードアップ*/
.fadeup.is-active {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.slide-items {
  width: 100%;
  margin: auto;
}
.slick-slide {
  box-sizing: border-box;
  padding: 0 10px; /* スライド間の余白を確保 */
}
.slide-items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
.popup-content {
  background-image: url(../images/bg_paper.webp);
  background-size: cover;
  background-repeat: repeat;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1em;
  max-width: 600px;
  width: 90%;
  border-radius: 10px;
  border: 4px solid #00c2ff;
  position: relative;
}
.popup-content span.close {
  color: #ffffff;
  font-weight: bold;
  font-size: 2em;
  position: absolute;
  top: -0.5em;
  right: -0.5em;
  background: #00c2ff;
  border-radius: 10em;
  width: 1.5em;
  text-align: center;
  height: 1.5em;
  padding: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.popup-content img {
  max-width: 250px;
  display: block;
  margin: 0 auto;
}
.popup-content h2 {
  color: #1b3165;
  font-size: 1.8em;
  margin: 0.5em 0;
  border-bottom: 1px solid #1b3165;
  padding-bottom: 0.3em;
}
.popup-content h2 span {
  font-size: 0.7em;
  margin-left: 0.5em;
}
.popup-content p {
  color: #43547b;
  font-size: 0.9em;
  line-height: 1.35em;
  text-align: justify;
  padding: 0 1em 1em;
}
.popup-content p.com {
  overflow-y: scroll;
  max-height: 20em;
}
.clickable {
  cursor: pointer;
}
@media screen and (max-width: 812px) {
  .popup-content span.close {
    font-size: 1.2em;
  }
  .popup-content h2 {
    font-size: 1.5em;
  }
  .popup-content p {
    font-size: 0.8em;
  }
}
/*テキスト表示*/
.text-box {
  position: relative; /* グラデーションのために必要 */
}
.clamp-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  word-break: break-word;
  line-height: 1.6;
  font-size: 14px;
  position: relative;
}
/* グラデーション */
.clamp-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3em;
  background: linear-gradient(to bottom, #fdfdfdad 0%, #fdfcfc 50%, #fdfcfc 100%);
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.5s ease;
}
/* 展開時はグラデーション非表示 */
.clamp-text.expanded::after {
  opacity: 0;
}
/* 行数が5行以下のときにグラデーションを完全に消す */
.clamp-text.no-gradient::after {
  display: none;
}
/* 展開時のテキスト */
.clamp-text.expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
}
/* 「もっとみる」ボタン */
.toggle-button {
  background-color: transparent;
  border: none;
  color: #0988ef;
  font-weight: bold;
  margin: 0 auto 1em;
}
.toggle-button.hidden {
  visibility: hidden; /* 表示は消すが、スペースは維持 */
}
.toggle-button.hidden::after {
  content: "";
  display: block;
  height: 1em; /* ボタンと同じ高さに調整 */
}
@media screen and (max-width: 812px) {
  .toggle-button {
    margin: 0 auto 0em;
    padding: 0;
    font-size: 1em;
  }
  .toggle-button.hidden::after {
    content: "";
    display: block;
    height: 0em; /* ボタンと同じ高さに調整 */
  }
}
/*追加*/
.pop {
  max-width: 450px;
  position: fixed;
  right: 0;
  bottom: 106px;
  z-index: 999;
  /*animation: fuwafuwa 2s ease-in-out infinite alternate; */
}
.pop a {
  position: relative;
  z-index: 999;
}
a.btn_view.campaign_btn {
  padding-left: 0;
}
.btn. a {
  pointer-events: none;
  background-image: linear-gradient(325deg, rgba(145, 175, 175, 1), rgba(206, 193, 199, 1));
  color: #fff;
}
#campaign {
  background: url("../images/bg_story.webp") no-repeat center center / cover fixed;
  padding: 7em 1em;
}
#campaign h4.s_title::before {
  content: 'CAMPAIGN';
}
.cp_im.column_size {
  max-width: 1000px;
  width: 100%;
  margin: 25px auto;
}
p.campaign {
  line-height: 1.5;
  margin-top: 10px;
}
.campaign_list {
  background-color: rgba(229, 240, 255, 0.4);
  max-width: 1000px;
  margin: 50px auto 30px;
  padding: 20px;
  text-align: left;
}
.campaign_list li {
  text-indent: -1.5em;
  margin-left: 1.5em;
  padding: 5px 0;
  font-size: 16px;
  line-height: 1.5;
}
.campaign_list li span {
  font-size: 0.75em;
}
.campaign_list .list_ttl {
  border-bottom: 1px solid #324170;
  font-weight: 600;
  font-size: 20px;
  text-indent: 0;
  margin-left Shorthand property to set values for the thickness of the margin area. If left is omitted, it is the same as right. If bottom is omitted it is the same as top, if right is omitted it is the same as top. Negative values for margin properties are allowed, but there may be implementation-specific limits.. Widely available across major browsers (Baseline since January 2018) Learn more Don't show
: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/* ------------------------------------
規約
--------------------------------------*/
.tokuten_scroll {
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto 70px;
  font-size: 12px;
  font-weight: 500;
}
.tokuten_scroll .inn {
  height: 250px;
  overflow-y: scroll;
  text-align: left;
  background-color: rgba(229, 240, 255, 0.4);
  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 {
  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;
}
@media screen and (max-width: 812px) {
  .pop {
    width: 60%;
    bottom: 96px;
    z-index: 999;
    /*animation: fuwafuwa 2s ease-in-out infinite alternate; */
  }
  a.btn_view.campaign_btn {
    max-width: 250px;
  }
a.gray.campaign_btn {
    max-width: 250px;
    font-size: 1em;
  }
  .cp_im.column_size {
    max-width: 700px;
    width: 100%;
  }
  /* ------------------------------------
規約
--------------------------------------*/
  .tokuten_scroll {
    width: 100%;
    font-size: 12px !important;
    padding: 0;
  }
  .tokuten_scroll .inn {
    height: 220px !important;
    padding: 10px;
  }
  .tokuten_scroll .inn .inn_box {
    margin-bottom: 2em;
  }
  .tokuten_scroll .inn::-webkit-scrollbar {
    width: 10px;
  }
}
@media(min-width:751px) {
  .sp {
    display: none !important;
  }
}
@media(max-width:750px) {
  .pc {
    display: none !important;
  }
  #campaign h2 {
    font-size: 1.5em;
    white-space: normal;
    word-break: break-word;
  }
}
@media screen and (max-width: 426px) {
  .pop {
    bottom: 93px;
    width: 60%;
  }
}
@media screen and (max-width: 376px) {
  .pop {
    bottom: 92px;
    width: 60%;
  }
}
@media screen and (max-width: 321px) {
  .pop {
    bottom: 90px;
    width: 60%;
  }
  #campaign h2 {
    font-size: 1.3em;
  }
}