@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;
}


.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;}
/*--------------------------------
追従
----------------------------------*/
/* 追従キャンペーンボタン*/
.pop {
	position: fixed;
	max-width: 180px;
	bottom: 120px;
	right: 15px;
	z-index: 1000;
}
/* 固定フッターボタン */
.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: 16px;
  position: relative;
  display: flex;
  height: 3.5em;
  flex-wrap: wrap;
  padding: 0.8em 0;
  align-items: center;
  justify-content: center;
}

.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: 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 {

  }
header.pc {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 100;padding: 0;background: #0e659d96;
        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 .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;
 }
		/*oto_pc*/
 .oto_img{position: absolute;    max-width: 120px;}
.oto_img.oto01{top: 6%;
        right: 25%;
        max-width: 100px;}
.oto_img.oto02{         top: 28%;
        left: 8%;}
.oto_img.oto03{right: 0;
    top: -5%;}
.oto_img.oto04{top: 50%;
        right: 10%;}
.oto_img.oto05{  bottom: 2%;
        left: 10%;
        max-width: 100px;}
.oto_img.oto06{ top: 5%;
        left: 5%;}
.oto_img.oto07{ right: 15%;
        top: 85%;
        max-width: 100px;}
.oto_img.oto08{         top: 66%;
        left: 6%;}
.oto_img.oto09{left: 18%;
        top: 53%;
        max-width: 100px;}

}

@media screen and (max-width: 768px) {
/* 追従キャンペーンボタン*/
.pop {
	max-width: 120px;
	bottom: 90px;
	right: 0px;
}
.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 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 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;
}
}
.only_h1 h1 {
     margin: auto;
    position: relative;
    z-index: 90;
    background-image: url(../images/main.webp);
    background-position: center center;
    background-size: cover;
	margin-top: 60px;
}
.only_h1 h1 img{max-width: 1200px;
    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;
}
.totop a {
 display: none!important;
}
.wrapper {
 background: #000;
}
#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;
}
.font_n {
font-family: "Noto Sans JP", sans-serif;
font-weight: 400;
font-style: normal;
}
.font {
font-family: "vdl-logonatwin", sans-serif;
font-weight: 500;
font-style: normal;
}
.font02{font-family: "vdl-logona", sans-serif;
font-weight: 400;
font-style: normal;}
.font03{font-family: "sicprintempspetit", sans-serif;
font-weight: 400;
font-style: normal;}
.font03_b{font-family: "sicprintempspetit", sans-serif;
font-weight: 800;
font-style: normal;}
.font04{font-family: "fot-tsukumin-pr6n", sans-serif;
font-weight: 300;
font-style: normal;}
.font05{font-family: "aralet-n", sans-serif;
font-weight: 400;
font-style: normal;}
.wrapper .inner {
 width: 90%;
 max-width: 1100px;
 margin: auto;
}


/* ==========================================================================
btn
========================================================================== */
.btn p {
 max-width: 500px;
 margin: 20px auto 0;
 padding: 4px;
 border-radius: 100px;
 background: #fff
}
.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;
	padding-bottom: 0.2em;
}
.btn a span.fs_ss{}
.btn 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: 10%;
}

a.btn_view{    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5em 0;
    height: 3em;
    font-size: 1.1em;
    font-weight: bold;
    border-radius: 10em;
    width: 300px;
    margin: 1em auto 0;
    background: linear-gradient(to right, #fccc3d 0%, #ff5805 100%);
    text-shadow: 0px 0px 6px rgb(183 76 1);
	border: solid 3px #fff;}
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%;}

/* ==========================================================================
非表示
========================================================================== */
.d_none{display: none!important;}
.visi_h{visibility: hidden;}
/* ==========================================================================
section
========================================================================== */
section{}
#story,#staff,#relationship,#related,#sns,#campaign{border-bottom: 1px solid #fff;
    }

.sec_inner{margin: 0 auto;max-width: 1000px;padding: 3em 0 5em;position: relative;}

.contents_wrap {
 padding: 60px 0;
}
.contents_wrap.first {
 padding-bottom: 50px;
}

#fv {
	 position: relative;padding: 0 0 4em;
	background: url(../images/bg_gray.webp);background-size: cover;
 }
#fv .sec_inner{    max-width: 1600px;
    padding-top: 60px;}

#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 .fv_lead{    text-align: center;
    padding: 5em 0 7em;margin: 0 auto;;
    max-width: 1000px;text-shadow: 2px 3px 3px rgb(0 0 0 / 8%)；}
#fv .fv_lead h2{ font-size: 2.4em;
    background: linear-gradient(90deg, #012959 0%, #4e93c1 55%, #01214a 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    padding: 0.2em;line-height: 1.35em;font-weight: bold;}
#fv .fv_lead h2 span{display: inline-block;}
#fv .fv_lead h2 + p{font-size: 1.2em;
    margin: 1.5em 0 0;
    line-height: 2.6em;
    text-shadow: 0 0 3px #e5e5e5, 0 0 3px #efefef, 0 0 3px #f3f3f3;
    color: #1275b7;}

/* ==========================================================================
story_PC
========================================================================== */

#story{margin: 0 auto 0;
    background: url(../images/bg_blue04.webp) center;
    background-size: cover;padding: 3em 0 0em;border-top: 1px solid #98b0c1;}
#story .title{margin: 50px auto;color: #71cddd57;}
#story .title::before{color: #0085c7}
	#story .sec_inner{max-width: 1300px;}
#story div.text-box{padding: 1em;
    background: #fdfcfc;border-radius: 10px;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);margin:1em;
}
#story div.text-box img{border: 3px solid #0a8ff1;}
#story div.text-box h2{    color: #0a8ff1;
    margin: 1em 0;
    font-size: 1.3em;
    font-weight: bold;text-align: center;}
#story div.text-box p{font-size: 0.9em;
    line-height: 1.45em;
    margin-top: 1em;color: #333;padding: 0 1em 1em;position: relative;min-height: 9em;background: linear-gradient(176deg, #006fc1 0%, #001b3f 100%);
    color: transparent;
    -webkit-background-clip: text;}
#story div.text-box a.btn{    background: linear-gradient(to right, #0ba9f3 0%, #0985ef 100%);
    color: #fff;
    font-size: 1em;border: #e5e5e5 3px solid;
    text-align: center;
    width: 80%;
    height: 3em;
    margin: 0 auto;
    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;}
#story .btn span.ic{width: 20px;
    height: 20px;}
/* ==========================================================================
staff cast _PC
========================================================================== */
#staff{background-image: url(../images/bg_paper.webp);
    background-size: contain;    background-repeat: repeat;z-index: 5}
#staff ul{    flex-wrap: wrap;/*background: #f1f1f1c7;box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);*/}
#staff ul li{        padding: 2em 1em;display: flex;/*background: #ffffffa8;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);border-radius: 10px;*/position:relative;}
#staff ul li .staff_txt{ width: 80%; align-items: center;display: flex;padding: 0 0 0 1em;}
#staff ul li .staff_txt  p{ 
    line-height: 1.35em;
    padding: 1em 0 0;}
#staff .img_l.cast img{border-radius: 100em;}
#staff ul li p.name{   font-size: 1.7em;position: relative;
    font-weight: bold;min-width: 5em;
    margin: 0 0 0.5em; color: #1b3165;line-height: 1.35em;padding: 0;}
#staff ul li p.name span{    
	display: block;
    border-top: 1px solid #03abf2;
    font-size: 0.65em;
    font-weight: normal;
    padding-left: 1em;
	text-align: left;padding-top: 0.2em;}

#staff ul li .staff_txt  p.p_work{      font-size: 0.85em;
    background: #e7e7e7d1;
    color: #166488;
    padding: 1em;
    text-align: left;
    line-height: 1.7em;}
#staff ul li .staff_txt  p.p_work span{display: block;
    border-bottom: 1px solid #166488;margin-bottom: 0.3em;
    max-width: 50%;}
#staff ul li .staff_txt  p.p_prof{    width: 65%;
    margin: 0 1em 0 0;}
#staff ul li .staff_txt ul {padding: 1em;
    font-size: 0.9em;
    background: #f5f5f5;
    margin: 1em;
    max-width: 400px;}
#staff ul li .staff_txt ul li{padding: 0;
    box-shadow: none;
    background: none;}
#staff ul li .staff_txt ul li:nth-child(1){    border-bottom: 1px solid #666;}
#staff ul li.one{margin: 0 auto;}
#staff ul li .staff_txt{width: 100%;}
#staff ul li .staff_txt p.about{font-size: 0.95em;margin-top: 0;
    line-height: 1.6em;padding: 0 1em 1em;
    color: #165069;    }
#staff ul li .img_l{max-width: 200px;z-index: 5;}
#staff ul li.two .img_l{    display: flex;margin-bottom: 1em;
    width: 100%;
    max-width: none;}
#staff ul li.two .img_l.double img{max-width: 150px;}
#staff ul li.two .img_l.double img:nth-child(2){    transform: translate(40%, -5%);}
#staff ul li.two .cast_prof{min-width: 250px;}
/*#staff ul li.two::before,#staff ul li.two::after{
	content:'';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}
#staff ul li.two::before{border-left: solid 1px #ff5722;
  border-top: solid 1px #ff5722;
  top:0;
  left: 0}
#staff ul li.two::after{border-right: solid 1px #ff5722;
  border-bottom: solid 1px #ff5722;
  bottom:0;
  right: 0;}*/
#staff ul li.two .img_l div{display: flex;align-items: center;flex-wrap: wrap;}
#staff ul li.two .img_l img{max-width: 200px;}
#staff ul li.two{    width: 50%;    margin:0 auto;display: block;position: relative;}
#staff ul li:nth-child(2n){/*transform: translate(0%, -10%);*/}
#staff ul li:nth-child(2n+1){  /* transform: translate(0%, 20%);*/}
#staff .box_inner{
    padding: 1em 1em;
    margin: 0 auto 3em;
	color: #333;}
#staff ul li.two p.name{margin-left: 1em;}
#staff ul li.two p.name span.pop_com{    width: 11em;
    text-align: center;
    font-size: 0.5em;
    position: absolute;
    height: 2.5em;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 0;
    background: #ffffff;
        color: #03abf2;
    border-top: none;right: 0; box-shadow: 4px 2px 9px -3px rgb(163 163 163 / 40%);}
#staff ul li.one p.name span.pop_com{    width: 11em;
    text-align: center;
    font-size: 0.5em;
    position: absolute;
    height: 2.5em;
    justify-content: center;
    display: inline-block;
    align-items: center;
    padding: 0;
    background: #ffffff;
    color: #03abf2;
    border-top: none;
    display: flex;
    bottom: 0;
    left: 8em;box-shadow: 4px 2px 9px -3px rgb(163 163 163 / 40%); }
#staff ul li.one p.name span.pop_com.ver2{left: 13em;}

p.name span.pop_com img{    width: 1.2em;
    margin-left: 0.5em;
    margin-bottom: 0.1em;}

#staff .box_inner h3{
  font-weight: bold;
    padding: 0.5em 1em;
    --x-gradient: linear-gradient(90deg, #ffffff 0 100%);
    --y-gradient: linear-gradient(#ffffff 0 15px, transparent 0 calc(100% - 15px), #ffffff calc(100% - 15px));
    background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
    background-repeat: no-repeat;
    background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
    background-position: top, right, bottom, left;
    position: relative;
    text-align: center;
    width: 50%;
    margin: 0 auto 2em;
    color: #fff;
    letter-spacing: 0.05em;
    font-size: 1.2em;
    text-shadow: 0 0 3px #2882bb, 0 0 3px #2882bb, 0 0 3px #2882bb;}
/* ==========================================================================
相関図_PC
========================================================================== */
#relationship{padding-top: 2em; background: url(../images/bg_blue02.webp);background-size: cover;}
#relationship .sec_inner{padding: 0 0 5em;}
#relationship .title_box{background: none;}
#relationship img{    padding: 1em;
    background: #ffffff;
    margin: 1em auto 0;
    max-width: 800px;
    text-align: center;
    display: block;box-shadow: 6px 6px 10px -4px rgba(0, 0, 0, 0.4);}
/* ==========================================================================
関連作品_PC
========================================================================== */
#related{padding-top: 2em; background-image: linear-gradient(166deg, rgb(13 158 231), rgb(0 71 231));}
#related .title_box{background: none;}
#related .sec_inner{padding: 0 0 5em;}
#related .box_inner{
    padding: 1em 1em;
    margin: 1em auto;}
#related .box_inner + .box_inner{margin-top: 3em;}
#related .box_inner h3{margin: 0 auto; font-weight: bold;
    padding: 0.5em 1em;
  /*  --x-gradient: linear-gradient(90deg, #058ef3 0 100%);
    --y-gradient: linear-gradient(#058ef3 0 15px, transparent 0 calc(100% - 15px), #058ef3 calc(100% - 15px));
    background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
    background-repeat: no-repeat;
    background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
    background-position: top, right, bottom, left;*/
    position: relative;
    text-align: center;
    width: 50%;
    color: #fff;
    letter-spacing: 0.05em;
    font-size: 1.5em;
    text-shadow: 0 0 3px #297af0, 0 0 3px #297af0, 0 0 3px #2a7bf0;}
#related .box_inner.comic{padding: 1.5em 1em 1em;background: #ffffff1a;}
#related .box_inner.comic h3{    width: 100%;
    line-height: 1.5em;
    transform: rotate(0deg);}
#related .box_inner.comic h3 span{    background: #ffffff;font-size: 0.95em;
    display: inline-block;
    padding: 0.2em;
    color: #0a88e7;
    text-shadow: none;}
#related .box_inner.comic .tx_right{width: 60%;}
#related .box_inner.comic .im_left{    display: flex;width: 40%;
    justify-content: center;
    align-items: center;}
#related .box_inner.comic .im_left img{max-width: 300px;width: 70%;}
#related .im_left{padding: 1em;width: 50%;}
#related .tx_right{width: 50%;     display: flex;}
#related .tx_right p{color: #ffffff;
    justify-content: center;
    align-items: center;
    line-height: 1.6em;font-size: 0.95em;    margin: 1em auto 2em;}
#related .tx_right div{align-items: center;justify-content: center;width: 100%;padding-left: 1em;}
#related .tx_right h4{    font-size: 1.3em;
    margin: 0 0 0.5em;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 0.2em;}
#related .more_box{background: #0a97f0;background-image: url(../images/bg_sky.webp);    background-size: cover;
    padding: 2em 1em 1em;position: relative;
    margin: 1em;color: #013ac1;}
#related .more_box h4{font-weight: bold;
    font-size: 1.5em;
    text-align: center;
	border-bottom: 1px solid #fff;
    padding: 0 0 0.5em;}
#related .more_box h5{    text-align: center;
    font-size: 1.1em;
    margin: 1em auto;
    font-weight: bold;
    line-height: 1.45em;}
#related .more_box h5 span{display: inline-block;}
#related .more_box h5 span.txt_blue{    display: inline-block;
    background: #066de7;
    color: #fff;
    padding: 0.2em 0.2em 0 0.5em;}
#related .more_box ul{font-size: 1em;
    max-width: 600px;
    margin: 1em auto;
    background: #0052d3;
    padding: 1em;
	color: #fff;}
#related .more_box ul li{line-height: 1.6em;}
#related .more_box div.about{background: #ffffffa3;
    padding: 1em;
    margin: 1em auto 0;}
#related .more_box p.lead{text-align: center;
    margin: 1em;
    line-height: 1.6em;
    font-size: 1.1em;}
#related .im_left p.copy{text-align: right;
    font-size: 0.7em;
    margin: 0;
    color: #fff;
    line-height: 1em;
    padding: 0;
    font-weight: 400;
    opacity: 1;}
#related .more_box a.btn_view{background: #ef36ee;width:300px;color: #fff;}
/* ==========================================================================
campaign_PC
========================================================================== */
#campaign {
    padding-top: 2em;
    background: url(../images/bg_blue04.webp);
    background-size: cover;
}
#campaign .box_inner{    padding: 1em 1em;
    margin: 1em auto;}
#campaign .title {
    margin: 50px auto;
    color: #71cddd57;
}
#campaign .title::before {
    color: #0085c7;
}
#campaign h3{color: #1b3165;
    text-align: center;
    font-size: 1.5em;
    line-height: 1.2em;
    font-weight: bold;}
#campaign h3 span.sub{display: inline-block;
    background: #ff166f;
    padding: 0.2em 0.5em 0;
    margin-bottom: 0.5em;
    color: #fff;}
#campaign h3 span{color: #03acf2;}
#campaign ul.cp_box{color: #fff;
    max-width: 800px;
    margin: 2em auto 0;
    background: #249be9;
    padding: 1em;
    border-radius: 10px;}
#campaign ul.cp_box li{    font-size: 0.9em;
    line-height: 1.45em;
    text-indent: -1em;
    padding-left: 1em;}
#campaign ul.cp_box li.cp_h{font-weight: bold;}
#campaign .btn p.l-color{background: none;}
#campaign .btn p.l-color a{background: linear-gradient(to right, #fc8e3d 0%, #ff0576 100%);
    border: 5px solid #ededed;
    font-size: 1.2em;
    max-width: 450px;
    margin: 1em auto;padding: 0;}
#campaign .btn span.ic{right: 5%;}
#campaign img{display: block;margin: 1em auto;max-width: 800px;}

.end_overlay {
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	text-align: center;
	align-content: center;
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 55;
	font-size: 32px;
	line-height: 1.6;
}
/* ==========================================================================
SNS_PC
========================================================================== */
#sns{background: url(../images/bg_blue02.webp);
    background-size: cover;
    background-position: bottom;}
#sns .title_box{background: none;}
#sns .sec_inner{padding: 0 0 5em;}
#sns .sec_inner ul{    max-width: 500px;
    margin: 2em auto 0;
    padding: 0 0 1em;width: 80%;}
#sns .sec_inner ul li{width: 20%;    max-width: 70px;}


/* ==========================================================================
title共通_PC
========================================================================== */
.title_box{background: url(../images/bg_blue.webp);
    padding: 4em 0 5em;
    background-size: cover;
    background-position: center center;}

.title {
      position: relative;
    font-size: 5em;
    z-index: 2;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-weight: 400;
    color: #ffffff3d;    font-weight: bold;
}

.title::before {
	content: attr(data-en);
    display: block;
    color: #ffffff;
    font-size: 0.45em;
    width: 11em;
    margin: 0 auto;
    border-radius: 0;
    position: absolute;
    left: 0;
    right: 0;
    letter-spacing: 0.05em;
    font-weight: bold;
    /*text-shadow: 0 0 3px #4bb6ff, 0 0 3px #4bb6ff, 0 0 3px #4bb6ff;*/
	font-style: normal;    font-family: "sicprintempspetit", sans-serif;
	
	

}


/*movie*/
.movie {
 max-width: 900px;
    aspect-ratio: 16 / 9;
    margin: 0 auto 0;
    overflow: hidden;
    border-radius: 20px;
    border: 10px solid #fff;
	    background-image: url(../images/main.webp);
	width: 90%;
}
.movie iframe,
.movie video {
  width: 100%;
  height: 100%;
}

/*flex*/
.flex_box,
.flex_box.only {
 display: -webkit-flex;
 display: flex;
}
.flex_box.ai {
 -webkit-align-items: center;
 align-items: center;
}
.flex_box.js {
 justify-content: space-between;
}
.im_left {
 position: relative;
 width: 40%;
 z-index: 2;
}
.im_left p {
 margin-top: 5px;
 font-size: 17px;
 text-align: center;
}
.tx_right {
 width: 60%;
}


.flex_box.two {
 -webkit-flex-wrap: wrap;
 flex-wrap: wrap;
 gap:0 2%;
	margin-top: 2em;
}
.flex_box.two > * {
     width: 47.5%;
    margin: 0 auto 30px;
    border-radius: 20px;
    background: #ffffffde;
    padding: 0em 1em 1.5em 0;
}
.flex_box.three {
 -webkit-flex-wrap: wrap;
 flex-wrap: wrap;
 gap:0 2%;
}
.flex_box.three > * {
 width: 31%;
 margin-bottom: 10px;
}
.flex_box.three.four > * {
 width: 23%;
}

/*tokuten*/
.tokuten_scroll{    background: #44454d;
    padding: 1em;
    font-size: 0.8em;
    line-height: 1.3em;
    max-width: 800px;
    margin: 2em auto 5em;}
.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;
}
	.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: fixed;
  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: #2ab1fe;
  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: url(../images/bg_sp.webp) no-repeat top center / 100%, 
              url(../images/bg_all.webp) top center #06a3f7;
  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;
}

	
	/*oto_sp*/
	.oto_img{position: absolute;    max-width: 70px;        opacity: 0.6;}
	.oto_img.oto01{top: 3%;right: 0;}
	.oto_img.oto02{top: 53%;left: 0em;}
	.oto_img.oto03{top: -5%;right: 0;opacity: 1;}
	.oto_img.oto04{bottom: 30%;right: 0;}
	.oto_img.oto05{bottom: 0;left: 0;}
	.oto_img.oto06{ left: 0;top: -4%;opacity: 1;}
	.oto_img.oto07{right: 0px;top: 86%;}
	.oto_img.oto08{right: 1%;top: 14%;}
	.oto_img.oto09{left: 0%;top: 30%;max-width: 56px;}

	
	
/* .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;}
	#story, #staff, #relationship, #related,#campaign {    margin: 0 auto;padding: 0 0 3em;}
/* ==========================================================================
story_SP
========================================================================== */
	#story{background-size: contain;}
	#story div.text-box{padding: 1em 0.5em 1em;margin: 1em 5px;}
	#story div.text-box h2{    margin: 0.5em 0 0;
    font-size: 1.1em;}
	#story div.text-box p{font-size: 0.8em;padding: 0;}
	#story div.text-box a.btn{width: 90%;margin: 1em auto;
    height: 2.5em;}
/* ==========================================================================
staff　cast_SP
========================================================================== */	
	#staff .box_inner{margin: 1em auto 0;        width: 100%;}
	#staff .box_inner h3{font-size: 1em;width: 80%;background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;margin: 0 auto 1em;}
	#staff ul{display: block;}
	#staff ul li{padding: 1em 0;}
	#staff ul li.one .img_l{    max-width: 300px;
    width: 60%;margin: 0 auto;
    text-align: center;
    display: block;}
	#staff ul li.two {    width: 100%;margin: 1em auto 0;}
	#staff ul li.two .img_l {    width: 100%;padding-bottom: 0;flex-wrap: wrap;}
	#staff ul li + li{margin-top: 0.5em;}
	#staff ul li p{font-size: 0.8em;}
	

	#staff ul li.two .staff_txt p + p{font-size: 0.8em}
	#staff ul li .staff_txt{padding: 0;}
	#staff ul li .staff_txt ul {    padding: 1em;    font-size: 0.8em;    max-width: 100%;    width: 100%;
		margin: 1em auto 0;}
	
	#staff ul li.one{display: block;}
	#staff ul li.two .staff_txt p{        font-size: 0.8em;}
	#staff ul li.two .img_l img{max-width: 150px;}
	#staff ul li p.name{font-size: 1.2em}
	#staff ul li.two .cast_prof{min-width: auto;}
	
	#staff ul li.one p.name{font-size: 1.2em;text-align: center;margin-top: 0.5em;}
	#staff ul li p.name span{font-size: 0.7em;padding-left: 1em;}
	#staff ul li .staff_txt p.p_prof{width: 100%;font-size: 0.8em;margin-right: 0;}
	#staff ul li .staff_txt p.p_work{width: 100%;margin-top: 1em;font-size: 0.8em}
	#staff ul li .staff_txt p.about{font-size: 0.8em;}
	#staff ul li.staff p.name{border-bottom: 1px solid #03abf2;}
	#staff ul li.staff p.name span{display: inline-block;border: none;}
	#staff ul li.two p.name span.pop_com{position: relative;font-size: 0.7em;}
	#staff ul li.one p.name span.pop_com{width: 11em;
    font-size: 0.7em;
    position: relative;
    display: block;
    background: #ffffff;
    color: #03abf2;
    border-top: none;
    bottom: 0;
    left: 0;
    padding: 0.2em;
    text-align: center;margin:0 auto 5px;}
	#staff ul li.one p.name span.pop_com.ver2{left: 0;}
	#staff ul li.one p.name span.pop_com img{    margin-bottom: 0.3em;}
	#staff ul li.two .img_l.double p.name span.pop_com{position: absolute;
    top: 50%;
    left: 110%;}
	#staff ul li.two .img_l.double img:nth-child(2) {
    transform: translate(10%, 0%);
}
/* ==========================================================================
相関図_SP
========================================================================== */	
	#relationship .title{font-size: 2.3em;}
	#relationship .title::before {font-size: 0.7em;}
	#relationship img{width: 90%;margin-top: 1em;}
/* ==========================================================================
関連作品_SP
========================================================================== */	
	#related .sec_inner{padding: 0em 0 2em;}
	#related .flex_box{display: block;}
	#related .box_inner{margin: 0 auto 0;    width: 94%;padding: 1em 0.5em;}
	#related .im_left,#related .tx_right,#related .box_inner.comic .tx_right,#related .box_inner.comic .im_left{width: 100%;font-size: 0.8em;}
	#related .tx_right div{padding-left: 0;}
	#related .box_inner h3{        width: 80%; font-size: 1em;
        margin: 0 auto;
        text-align: center;}
	#related .box_inner.comic h3{font-size: 0.9em;text-align: center;padding:0; }
	#related .more_box h5{font-size: 0.9em;}
	#related .more_box{margin: 1em auto;padding: 2em 0.5em 1em;}
	#related .more_box ul{font-size: 0.8em;margin: 0.5em;}
	#related .more_box div.about{padding: 0;}
	#related .more_box p.lead{text-align: left;font-size: 0.85em;text-align: justify;}
/* ==========================================================================
campaign_SP
========================================================================== */
	#campaign .title{margin: 1em auto;}
	#campaign .sec_inner{width: 94%;margin: 0 auto;}
	#campaign h3{font-size: 1.2em;}
	#campaign ul.cp_box{font-size: 0.9em;}
	#campaign .btn p.l-color a{height: 3em;margin: 0 auto;font-size: 1em;}
	#campaign .tokuten_scroll{margin: 2em auto 3em;}
	#campaign .btn span.ic{right: 3%;}
	#campaign .btn_wrap{flex-direction: column;}
	#campaign .btn_wrap .btn{width: 90%;}
	#campaign .btn p.l-color{margin: 0 auto;}
	
/* ==========================================================================
共通_SP
========================================================================== */
	#story, #staff, #relationship, #related, #sns,#campaign{padding: 0;}
	
	
	
	
 #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;
  }
 .wrapper {
   /*background:url("../images/bg_lead.webp") no-repeat center top,url("../images/bg_all.webp") top center;*/
   background-attachment: fixed;
  background-color: #fbfbfb;
 }
 /*ヘッダー*/
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: fixed;
  top: 14px;
  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; /* ボタンと同じ高さに調整 */
}
}
