@charset "UTF-8";
body{font-size: 16px;text-align: justify;line-height: 1.35em;}
#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/main.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;}
.fc_red{color: #C50003;}
.td_under{text-decoration: underline;}


.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;}
.font03{font-family: "din-2014-narrow", sans-serif;
font-weight: 800;
font-style: normal;}
.font04{font-family: "fot-rodin-pron", sans-serif!important;}
.font05{font-family: "din-condensed", 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.8em 0;
  align-items: center;
  justify-content: center;
}

.lp_cta_fixed .f_bottom .btn a{
	border: none;
    height: 3em;
    padding: 0;
    font-size: 0.9em;
}
.lp_cta_fixed .f_bottom .btn a.blue_view{text-shadow: none;}

.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.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: 60%;
  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%);
}
.btn p.l-color a.blue_view{    background: #f1f3f8;
    color: #030460;}
.btn p.l-color a.blue_view span.ic{    background-image: url(../images/playbtn02.png);}
.btn p.l-color a.blue_view:hover{ background: linear-gradient(to right, #0e89f3 0%, #00dcff 100%);filter: none;
  transition: filter 0.3s ease;color: #f1f3f8;
}
.btn p.l-color a.blue_view:hover span.ic{background-image: url(../images/playbtn.png);}

/* リードリンク */
.fix_btn_lead {text-align: center;}
.fix_btn_lead a {
  font-size: 1.1em;
  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;
	background: linear-gradient(to right, #0d3aff 0%, #02025a 100%);
        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;font-family: "zen-kaku-gothic-antique", sans-serif;}
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 .right p a {
  display: block;
 padding: 10px 0;
  color: #fff;
  transition: all .5s;
 }
 header.pc .right p a:hover {
 transform: translateY(-3px);
 transition: all .5s;
 text-shadow: 0 0 10px #d00e31;
  font-weight: bold;
 }
	ul.btn_box{max-width: 1500px;}
}
/*----------------------------
btn_box
----------------------------*/
ul.btn_box{display: flex;margin: 0 auto;width: 90%;flex-wrap: wrap;max-width: 1200px;}
ul.btn_box.two_ver{
	justify-content: center;
}
ul.btn_box.two_ver li{
	margin: 0;
}
ul.btn_box li{width: 33%;
    margin: 0 auto;
    max-width: 450px;
    min-width: 350px;}
ul.btn_box .btn a{font-size: clamp(18px, 1.5vw, 20px);}
/*----------------------------
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;
    font-weight: bold;}
.lead_txt span.fs_ll{background: none;padding: 0;}
/*----------------------------
trailer
----------------------------*/
.youtube {
  max-width: 700px;
  aspect-ratio:16/9;
	    margin: 0 auto;
}
iframe {
  width: 100%;
  height: 100%;
}
.flex_right {
  width: 30%;
}

@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: 80%;
  margin-top: 0;
 }
 .lp_cta_fixed .btn a {
  padding: 1.5vw 0 1vw;
 }
 .lp_cta_fixed .btn.one a {
  padding: 2.2vw 0;
   font-size: min(3.7vw,14px);
 }
	.fix_btn_lead{text-align: center;}
 .fix_btn_lead a {
  font-size: 0.85em;
 }
 .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: 0.8em;
 }
 .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;
}
}
.only_h1 h1 {
     margin: 0 auto 2em;
    position: relative;
    z-index: 90;
/*	background-image: url(../images/kv.webp);*/
    background-size: cover;width: 100%;
/*	margin-top: 60px;*/
}
.only_h1 h1.logo_b{max-width: 400px;
    margin: 20px auto 40px;width: 60%;}


.only_h1 h1 img{width: 100%;
    margin: 0 auto;
    text-align: center;
    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;}
.totop a {
 display: none!important;
}

#totop_btn {
 width: 12px;
}
#totop_btn.is-fixed {
 position: fixed;
 right: 20px;
 bottom: 100px;
}
.totop a {
 
}
a.cp_btn{
	    max-width: 350px;
    position: fixed;
    right: 0;
    bottom: 200px;
    width: 40%;
	z-index: 50;
}
a {
 display: block;
}
a.opacity:hover {
 opacity: .8;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
a.filter:hover{filter:saturate(200%) contrast(100%) brightness(150%);
  transition: filter 0.3s ease;}
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;
}
/* ==========================================================================
アンカーリンク調整
========================================================================== */


/* ==========================================================================
btn
========================================================================== */
.btn p {
 max-width: 500px;
 margin: 0.5em auto 0;
 padding: 4px;
 border-radius: 100px;
}
.btn a {
   background: #0092d9;
	    background: linear-gradient(to right, #0ba9f3 0%, #0985ef 100%);
   color: #fff;
   font-size: 22px;
   text-align: center;
   width: 100%;
   height: 65px;
   display: flex;
   align-items: center;
   justify-content: center;
   text-decoration: none;
   border-radius: 100px;
   box-sizing: border-box;
 line-height: 100%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;position: relative;
	    font-weight: 700;
    padding-right: 0.2em;
}
.btn a span.fs_ss{}
.btn a span.ic {
   display: block;
   background-image: url(../images/playbtn.png);
   background-size: 100% 100%;
   width: 30px;
   height: 30px;
   margin-left: 10px;
   -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
	position: absolute;
	right: 5%;
}
a.btn_view{position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.3em 0 0;
    height: 3em;
    font-size: 1.5em;
    font-weight: bold;
    border-radius: 10em;
    max-width: 450px;
    margin: 1.5em auto 0;
    color: #ffffff;
    background: linear-gradient(to right, #00eeff 0%, #0032ff 100%);
    text-shadow: 0px 0px 10px rgba(0, 10, 109, 1);
}
a.btn_view span.ic{ display: block;
   background-image: url(../images/playbtn.png);
   background-size: 100% 100%;
   width: 1.3em;
   height: 1.3em;
   margin-left: 10px;
   -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
	position: absolute;
	right: 10%;}
a.btn_view.b_gray{background: #45474B;text-shadow: none;}
a.btn_view:hover{opacity: 0.8;1}

/* ==========================================================================
非表示
========================================================================== */

/* ==========================================================================
共通
========================================================================== */
#works,#campaign{position: relative;padding: 4em 0 4em;}
.sec_inner{margin: 0 auto;max-width: 1000px;padding: 0 0 1em;position: relative;}


/*タイトル*/
h2.title_h2{ font-size: 2.5em;  text-shadow: 0px 0px 10px rgba(0, 10, 109, 1);
    text-align: center;
    margin: 0;
    max-width: 12em;
    padding: 0.5em;
    --dot-color: #aaa;
    color: #000;
    font-style: italic;
    /*background-image: repeating-linear-gradient(90deg, #fff 0 1px, transparent 1px 2px), repeating-linear-gradient(#fff 0 1px, var(--dot-color) 1px 2px);*/
}

.sub_title{position: absolute;
    font-size: 8em;
    rotate(90deg) translateY(-100%) scaleX(0.8);
    color: #f1f3f873;
    top: 0;
    transform-origin: top left;
	font-family: "din-2014-narrow", sans-serif;
font-weight: 700;
font-style: normal;
	/* transform: rotate(90deg);*/
    left: 1%;z-index: -1;opacity: 0.5;letter-spacing: -0.05em;}

/* ==========================================================================
section
========================================================================== */
body{ position: relative;padding: 0;background-image: url(../images/main.webp);
    background-size: cover;background-repeat: no-repeat;
    background-position: top;
	background-attachment: fixed;}
#fv {
	 position: relative;padding: 0;background-image: url(../images/main.webp);
    background-size: cover;background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
	z-index: 100;
 }
#fv .sec_inner{    max-width: 1600px;
    padding-top: 60px;}
#fv .h_title{font-family: "fot-rodin-pron", sans-serif;
    font-style: italic;
    font-size: 3vw;
    font-weight: 700;
    line-height: 1.45em;
    text-align: center;
	margin: 1em auto;}

#fv .h_title span.black{background: #000;}
#fv .h_title span.grad{    background: linear-gradient(90deg, #ffbb2a 0%, #ff0975 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;position: relative;}

#fv .im_left{width: 100%;
    max-width: 800px;}
#fv .tx_right{width: 60%;
    padding: 2em;
    align-items: center;
    justify-content: center;
}
#fv .tx_right p{text-align: justify;align-items: center;justify-content: center;}


#fv .h_title02{    font-family: "fot-rodin-pron", sans-serif;
    font-style: italic;
    text-align: center;
    font-weight: 600;
    line-height: 1.35em;
    font-size: 2em;
    padding: 1em;}

#fv .lead_box{background: linear-gradient(to right, #0d3aff 0%, #02025a 100%);padding: 2em 0;     margin: 4em auto 0;}

/* ==========================================================================
navi_PC
========================================================================== */
#navi{background: #000;padding: 2em 0;z-index: 100;}
#navi ul{max-width: 1000px;display: flex;margin: 0 auto;}
#navi li{    background: #fff;    margin: 0 auto; }
#navi li a{border: 3px double #000;
    align-items: center;
    font-weight: bold;
    color: #000;
    padding: 0.5em 1em 0.3em;
    width: 12em;
    text-align: center;display: block;transition: color 0.5s ease;background: #fff;position: relative;}

#navi li a:hover {
  color: #fff;
}
#navi li a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
#navi li a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
#navi li a .text {
  position: relative;
}

/* ==========================================================================
配信作品_PC
========================================================================== */
#schedule{background:#00000038;    padding: 8em 0 5em;}
#schedule h2.title_h2{color: #fff;}
#schedule .lead_box{background: #f1f3f8;
    padding: 1em;    font-family: "fot-rodin-pron", sans-serif;}
#schedule .lead_txt{ font-weight: bold;
    font-size: 2em;
    line-height: 1.45em;
    text-align: center;
    color: #000e49;
    margin: 2em 0 1em;}
#schedule ul.match{font-size: 1.2em;
    line-height: 1.5em;
    margin: 0 auto;
    display: flex;flex-wrap: wrap;
    max-width: 1300px;}
#schedule ul.match li{    width: 16%;    min-width: 200px;
    margin: 0.5em auto 0;
    text-align: center;
    border: #2e4198 double 4px;
    color: #021982;
    padding: 1em 0.5em;
    font-weight: bold;
    line-height: 1.8em;
    display: flex;
	flex-flow: column;
    align-items: center;
    justify-content: center;}
#schedule .lead_box p.ad_txt{    text-align: center;
    margin: 1em auto;
    color: #262626;}
#schedule ul.match li h5{font-size: 1.1em;position: relative;}
#schedule ul.match li span{    font-size: 1.3em;}
#schedule h3{    font-weight: bold;
    font-size: 2em;
    margin: 2em auto 1em;
   padding: 0.5em 0 0.4em;
    color: #fff;}
#schedule .match_box{    background: #f1f3f8;
    border-radius: 12px;
	padding: 1em;}
#schedule .match_box +.match_box{margin-top: 2em;}
#schedule .game_list{}

#schedule .game_list li{    display: flex;    align-items: center;
    flex-flow: column;width: 90%;
    background: #030460;color: #fff;
    margin: 1em auto; box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.14);font-family: "din-2014-narrow",  "fot-rodin-pron",sans-serif; }
#schedule .game_list li a:hover{filter: saturate(200%) contrast(100%) brightness(150%);
  transition: filter 0.3s ease;
}
#schedule .game_list li + li{margin-top: 1em;text-align: center;}
#schedule .match_box h4{    font-weight: bold;    font-family: "fot-rodin-pron", sans-serif;
    position: relative;
    font-size: 1.5em;
    width: 100%;
    padding: 0.4em 1em 0.3em 0.5em;}
#schedule .match_box h4.t_title{    text-align: center;
    color: #030460;
    margin: 1em 0 0;
    font-weight: 700;}
#schedule .game_list li div{display: flex;flex-flow: row;    justify-content: center;align-items: center;flex-wrap: wrap;width: 100%;}
#schedule .game_list li a.btn{    max-width: 140px;min-width: 150px;
        background: #f1f3f8;
    color: #030460;
    display: flex;
    align-items: center;
    border-radius: 2em;
    height: 2.5em;
    font-weight: bold;
    position: relative;
    width: 100%;
    justify-content: center;
    padding-right: 1em;}
#schedule .game_list li a.btn span.ic{     display: block;
    background-image: url(../images/playbtn02.png);
    background-size: 100% 100%;
    width: 20px;
    height: 21px;
    margin-left: 10px;
    -webkit-transition: all 300ms 
ease-in-out;
    transition: all 300ms 
ease-in-out;
    position: absolute;
    right: 5%;}
#schedule .game_list li a.btn:hover{background: linear-gradient(to right, #0e89f3 0%, #00dcff 100%);filter: none;
  transition: filter 0.3s ease;color: #f1f3f8;}
#schedule .game_list li a.btn:hover span.ic{background-image: url(../images/playbtn.png);}
#schedule .game_list li a.btn.b_gray{background: #6f6f6f;pointer-events: none;color: #fff;}
#schedule .game_list li a.btn.b_gray span.ic{background-image: url(../images/playbtn.png);}
#schedule .game_list li a.btn.b_gray:hover{opacity: 0.1;}
#schedule .game_list p.date{font-size: 3em;font-weight: 700;   align-items: center;
    display: flex;width: 30%;margin-right: 10px;font-family: "din-condensed", sans-serif;
font-weight: 400;
font-style: normal;}
#schedule .game_list p.date span{font-weight: 800;background: #fff;
    color: #030460;
    padding: 10px 5px 7px;
    margin: 0 5px;
    font-size: 0.5em !important;}
#schedule .game_list div.game_vs{    display: flex;max-width: 350px;
    font-size: 3em;
    font-weight: 700;
    margin: 0 15px;
    align-items: anchor-center;}
#schedule .game_list p.t_logo{max-width: 145px;
    margin: 0 10px 10px;
    font-size: 12px;
    text-align: center;
    line-height: 1.25em;        display: flex;
        flex-flow: column;
        align-items: center;}

#schedule .sec_inner + .title_h2{margin-top: 3em;}
#schedule .title_h2 span{font-size: 0.65em;
    text-align: center;
    display: block;
    margin: 0 0 0.5em;}
#schedule ul.cont{width: 100%;}
#schedule ul.cont li{ display: flex; width: 100%;margin: 1em auto;}
#schedule ul li .cont_txt{padding: 0.5em 1em 0.5em 2em;width: 100%;margin: 0 auto;text-align: left;}
#schedule ul li .cont_txt h3{text-align: left;
    border-bottom: 1px solid #000;
    display: inline-block;
    padding-bottom: 0.3em;}
#schedule ul li .cont_txt p{font-size: 1em;}
#schedule ul li img{width: 100%;    max-width: 600px;    width: 120px;
    display: block;}
#schedule a.btn_view{max-width: 450px;}

/*tab*/
 #schedule .tabs {
    display: flex;
    cursor: pointer;
  }
  #schedule .tab {
    padding: 10px 20px;
    background: #dfdfdf;
    margin: 0 auto;
    width: 100%;
    color: #02025a;
    display: flex;
    align-items: center;
    text-align: center;
    line-height: 2em;
    border: 1px solid #f1f3f8;
  }
  #schedule .tab.active {
    background: #fff;
    border-bottom: none;
    font-weight: bold;
	  background: linear-gradient(to right, #0d3aff 0%, #02025a 100%);
    color: #fff;
  }
  #schedule .tab-content {
    display: none;
	  padding: 1em 0 0;
  }
  #schedule .tab-content.active {
    display: block;
  }
#schedule .tab-content.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #0d3aff 0%, #02025a 100%);
}
#schedule .tab-content p.ad_txt{text-align: left;color: #262626;width: 90%;margin: 0 auto;}

/* ==========================================================================
関連作品_PC
========================================================================== */
#works{background: #f1f3f8;    padding: 8em 0px 3em;}
#works .sub_title{    color: #02177b42;}
#works h2.title_h2{color: #0325b6;text-shadow: 0px 0px 10px rgb(255 255 255);}
#works .lead_txt{    font-weight: bold;
    font-family: "fot-rodin-pron", sans-serif;
    font-size: 2em;
    line-height: 1.45em;
    text-align: center;
    background: #021d8b;
    color: #fff;
    margin: 0 auto 1em;
    padding: 1em;}
#works ul.cont{display: flex;
    flex-wrap: wrap;}
#works ul.cont li a{display: block;}
#works ul.cont li a:hover{opacity: 0.8;}
#works ul.cont li{width: 48%;margin: 1em auto 1.5em;box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.14);}
#works ul.cont li img{width: 100%;}
#works ul.cont li h3{color: #021d8b;
    font-size: 1em;
    text-align: center;
    font-weight: bold;
    background: #ffffff;
    padding: 0.5em 0 0.2em;}
#works ul.cont li a.btn_view{width: 90%; max-width: 300px;font-size: 1em;border: solid 2px #fff;}
#works p.copy_p{    font-size: 0.8em;
    margin: 3em auto 0;line-height: 1.3em;}


/* ==========================================================================
CAMPAIGN_PC
========================================================================== */


/* ==========================================================================
Other_PC
========================================================================== */
/*tokuten*/
.tokuten_scroll .inn {
    padding-right: 2em;
    height: 230px;
    overflow-y: scroll;
    text-align: left;
}
.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;
}

@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;
	 margin: 0 auto 1em;
}

 .common_footer_wrapper .footer_inner {
  width: 93%!important;
 }
 #totop_btn {
 width: 10px;
}
#totop_btn.is-fixed {
 position: fixed;
 right: 10px;
 bottom: 100px;
}
	a.cp_btn{bottom: 80px;width: 45%;}
 .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: linear-gradient(to right, #0d3aff 0%, #02025a 100%);
  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: #f1f3f8;
}

header button.c-hamburger::before {
  display: none;
}

/* Hamburger Lines */
.c-hamburger span {
  display: block;
  position: relative;
  left: 50%;
  width: 30px;
  height: 2px;
  background: #0c38fb;
  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;
}

/* ==========================================================================
共通_SP
========================================================================== */
	#works, #campaign{position: relative;
    padding: 3em 0 1em;}
	h2.title_h2{font-size: 2em;text-align: left;}
	.sub_title{font-size: 6em;top: 10px;}
	a.totop{    display: block;
    width: 50px;
    position: fixed;
    right: 0px;
    bottom: 0px;z-index: 1000;}
	/* .contents*/
	.flex_box{flex-wrap: wrap;}
	.title_box{    padding: 2em 0 1px;}
	.sec_inner{padding: 0em 0 2em;width: 90%;}
	

/* ==========================================================================
配信作品_SP
========================================================================== */
	#schedule{    padding: 4em 0 1em;}
	#schedule .lead_txt{font-size: 1.1em;margin: 1em 0 1em;}
	#schedule ul.match{    flex-flow: column;}
	#schedule ul.match li{    width: 100%;
    padding: 0.2em;
    font-size: 0.8em;        display: flex;
        flex-flow: row;}
	#schedule ul.match li + li{margin-top: 0.5em;}
	#schedule ul.match li h5{display: inline-block;
    margin-right: 1em;}
	#schedule h3{    font-size: 1.6em;
    margin: 1em auto 1em;
    padding: 0.5em 0 0.4em;}
	#schedule .game_list li{        width: 100%;
        padding: 1em 1em 0;}
	#schedule .game_list li + li {    margin-top: 1em;}
	#schedule .game_list li div{flex-flow: column;}
	
	#schedule .game_list p.date{font-size: 2.5em;
        width: 100%;
        justify-content: center;
        margin: 10px auto 0;}
	#schedule .game_list p.date span{padding: 5px 5px 3px;}
	#schedule .game_list div.game_vs{margin: 20px 0 0;
    padding: 0;        flex-flow: row;}
	#schedule a.btn_view{    font-size: 1.2em;
    padding-right: 1em;}

	#schedule .tab{padding: 0;}
	#schedule .tabs{ flex-flow: column;}
	#schedule .match_box h4{font-size: 1.1em;}
	#schedule .game_list li a.btn{max-width: 200px;padding: 0;margin: 0.5em auto 1em;}
	#schedule .game_list p.t_logo{       
	margin: 0 5px 10px;
    font-size: 11px;}
	#schedule ul li img{width: 80px;}
	
/* ==========================================================================
出演作品_SP
========================================================================== */
	#works .lead_txt{font-size: 1.2em;}
	
	#works ul.cont li{    width: 48%;
    margin: 1em auto 0;}
	#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{ font-size: 0.8em;
    min-height: 2.8em;
    line-height: 1.3em;}
	#works a.btn_view{max-width: 450px;
    text-align: center;
    font-size: 1.2em;
    padding-right: 1em;}
/* ==========================================================================
キャンペーン_SP
========================================================================== */

/* ==========================================================================
FV_SP
========================================================================== */
	#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: 85px; }
	#fv .h_title{font-size: 5.5vw;}
	#fv .btn_wrap .btn{width: 90%;}
	#fv .lead_box{    padding: 1em 0;margin: 2em auto;}
	#fv .h_title02{    font-size: 1.2em;}
	
	

 .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;
 }
/*----------------------
btn_box_SP
-----------------------*/
	ul.btn_box,.lp_cta_fixed ul.btn_box{width: 96%;}
	ul.btn_box li,.lp_cta_fixed ul.btn_box li{width: 50%;min-width: unset;}
	ul.btn_box .btn a,.lp_cta_fixed ul.btn_box .btn a{font-size: 0.9em;height: 40px;font-weight: bold;}
	ul.btn_box .btn a span.ic,.lp_cta_fixed ul.btn_box .btn a span.ic{width: 15px;
        height: 15px;}
	ul.btn_box li:nth-child(3),.lp_cta_fixed ul.btn_box li:nth-child(3){width: 75%;}
	
	ul.btn_box.two_ver {
		flex-direction: column;
	}
	ul.btn_box.two_ver li {
		width: 80%;
		margin: auto;
	}
	.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-image: url(../images/main.webp);
	 background-size: auto;
        background-position: unset;
        background-attachment: fixed;
	 background-repeat: no-repeat;
 }
}

/*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);
  }
}


.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;}
	
}

/*スライダー*/
.slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slide-track {
  display: flex;
  width: 10080px; /* PC時：140px × 36 × 2 */
  animation: scroll 60s linear infinite;
}

.slide {
  width: 140px;
  flex-shrink: 0;
}

.slide img {
  width: 100%;
  height: auto;
  display: block;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-5040px); /* PC時：140px × 36枚分だけ左へ */
  }
}

/* スマホ対応 */
@media screen and (max-width: 750px) {
  .slide {
    width: 70px;
  }

  .slide-track {
    width: 5760px; /* SP時：80px × 36 × 2 */
    animation: scroll-sp 60s linear infinite;
  }

  @keyframes scroll-sp {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-2880px); /* SP時：80px × 36枚分だけ左へ */
    }
  }
}
