@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP&display=swap");
@font-face {
  font-family: timeleap;
  src: url("./../../font/timeleap100.ttf"); }

/* 
*Font Name
	TimeLeap

*Font Version
	Version 1.00

*Copyright
	Design by kilo.
	Copyright (c) 2004-2006 Kilo Font Works.
	All Rights Reserved.
	HP : Second Wave ( http://www.ez0.net/ )
*/
.js-listin-item {
  opacity: 0;
  transition: opacity 0.5s , transform 0.7s;
  transform: translate(0, 10px); }
  .js-listin-item.active {
    opacity: 1;
    transform: translate(0, 0px); }

.js-fadein {
  opacity: 0;
  transition: 1s;
  transform: translate(0, 20px); }
  .js-fadein.active {
    opacity: 1;
    transform: translate(0, 0px); }

/* ---------------------------
上書き
--------------------------- */
.ly_content_main_inner {
  margin-top: 2.5rem; }

.ly_headerSP.is_scroll .bl_headerNavbarSP .bl_headerLogoSP a img {
  width: auto; }

.un_specialTab_inner {
  overflow: hidden; }
/* ---------------------------
オリジナル
--------------------------- */
.lp__kv {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .lp__kv_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    max-width: initial;
    height: 100%; }
    .lp__kv_bg .bgimg {
      width: 100%;
      height: 100%; }
    .lp__kv_bg video {
      position: absolute;
      top: 50%; }
  .lp__kv_cover {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2; }
    .lp__kv_cover.deactivate {
      display: none; }
  .lp__kv_inner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 3; }
    .lp__kv_inner .logo {
      display: block;
      margin: 0 auto; }
    .lp__kv_inner .date {
      display: block;
      margin: 0 auto; }
.lp__lead_txt {
  background: url("./../../images/unique/lead_bg.jpg") no-repeat center center;
  background-size: cover;
  text-align: center; }
  .lp__lead_txt .subtitle img {
    max-width: 100%; }
  .lp__lead_txt .title {
    color: #fff;
    line-height: 1em;
    letter-spacing: 0.2em;
    font-family: "Noto Serif JP", serif;
    font-weight: 400; }
  .lp__lead_txt .description {
    color: #fff;
    font-weight: 400; }
.lp__lead_slide {
  overflow: hidden; }
  .lp__lead_slide .lp_slider01 {
    display: none; }
    .lp__lead_slide .lp_slider01.slick-initialized {
      display: block; }
  .lp__lead_slide .lp_slider02 {
    display: none; }
    .lp__lead_slide .lp_slider02.slick-initialized {
      display: block; }
  .lp__lead_slide .img img {
    max-width: 100%; }
.lp__contents {
  position: relative; }
.lp__tabNav li.lp__tabNav_link {
  background-color: #023B5F;
  box-shadow: 0px 6px 0px 0px #036EAE inset;
  color: #fff;
  font-weight: 400; }
  .lp__tabNav li.lp__tabNav_link.slick-current {
    box-shadow: 0px 6px 0px 0px #023B5F inset;
    color: #036EAE;
    font-weight: 400; }
.lp__tab {
  position: relative; }
  .lp__tab_contents {
    overflow: hidden;
    letter-spacing: 0.1em; }
    .lp__tab_contents img {
      max-width: 100%; }
.lp__about_ttl {
  text-align: center; }
  .lp__about_ttl .subtitle > span {
    position: relative;
    color: #023B5F;
    font-weight: 700; }
    .lp__about_ttl .subtitle > span::before, .lp__about_ttl .subtitle > span::after {
      content: "";
      position: absolute;
      display: block;
      height: 1px;
      background-color: #023B5F; }
    .lp__about_ttl .subtitle > span::before {
      top: 50%;
      transform: translate(0%, -50%); }
    .lp__about_ttl .subtitle > span::after {
      top: 50%;
      right: -15px;
      transform: translate(0%, -50%); }
  .lp__about_ttl .title-in {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: flex-end;
    border-bottom: 1px solid #023B5F; }
    .lp__about_ttl .title-in:after {
      content: "";
      position: absolute;
      left: 50%;
      display: block;
      background: url("./../../images/unique/about_parts.svg") no-repeat center center;
      background-size: contain;
      transform: translate(-50%, 0); }
  .lp__about_ttl .title .main {
    color: #023B5F;
    font-family: "Noto Serif JP", serif;
    font-size: 40px;
    line-height: 1em;
    letter-spacing: 0.1em; }
  .lp__about_ttl .title .sub {
    color: #023B5F;
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    line-height: 1em;
    letter-spacing: 0.1em; }
.lp__about_txt {
  color: #023B5F;
  text-align: center; }
.lp__about_banner .banner {
  display: block;
  width: 100%; }
  .lp__about_banner .banner:hover {
    opacity: 0.8; }
    .lp__about_banner .banner:hover .img img {
      transform: scale(1.1); }
.lp__about_banner .img {
  position: relative;
  overflow: hidden;
  z-index: 2;
  display: block; }
  .lp__about_banner .img img {
    width: 100%;
    transition: 0.5s; }
.lp__about_banner .txt {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: 0;
  z-index: 5; }
  .lp__about_banner .txt .label {
    display: block; }
  .lp__about_banner .txt .title {
    display: block; }
.lp__filmography_ttl {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #3088D1; }
  .lp__filmography_ttl:before, .lp__filmography_ttl:after {
    content: "";
    position: absolute;
    display: block; }
.lp__filmography_list {
  position: relative; }
.lp__filmography_item_head {
  position: relative;
  z-index: 2; }
  .lp__filmography_item_head .txt {
    text-align: center; }
  .lp__filmography_item_head .top {
    position: relative;
    line-height: 1em; }
    .lp__filmography_item_head .top .year {
      position: relative;
      color: #DFE6EA;
      font-family: "timeleap";
      line-height: 1em; }
    .lp__filmography_item_head .top .copy {
      position: absolute;
      left: 50%;
      bottom: 0.7em;
      width: 100%;
      font-weight: 700;
      text-align: center;
      transform: translate(-50%, 0);
      letter-spacing: 0; }
  .lp__filmography_item_head .line {
    width: 1px;
    background: #1c1c1c; }
.lp__filmography_item_body {
  position: relative;
  background: #EFF2F4; }
  .lp__filmography_item_body:before, .lp__filmography_item_body:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%; }
  .lp__filmography_item_body:before {
    top: 0;
    left: 0;
    transform: translate(0, -100%); }
  .lp__filmography_item_body:after {
    bottom: 0px;
    left: 0;
    transform: translate(0, 100%); }
  .lp__filmography_item_body .subimgs {
    display: flex;
    overflow-y: hidden;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none; }
    .lp__filmography_item_body .subimgs::-webkit-scrollbar {
      display: none; }
  .lp__filmography_item_body .btns {
    position: relative;
    z-index: 3; }
  .lp__filmography_item_body .morecontents {
    display: none; }
    .lp__filmography_item_body .morecontents .comment {
      background: #fff; }
      .lp__filmography_item_body .morecontents .comment p.title {
        font-weight: 700; }
  .lp__filmography_item_body .js-morebtn {
    cursor: pointer;
    transition: 0.3s; }
    .lp__filmography_item_body .js-morebtn:hover {
      background-color: #EFF2F4 !important; }
  .lp__filmography_item_body .morebtn .lp__bdrBtn {
    position: relative;
    display: block;
    background: #fff;
    margin: 0 auto; }
    .lp__filmography_item_body .morebtn .lp__bdrBtn .icon {
      position: absolute;
      transform-origin: center center;
      transform: translate(0, -50%);
      transition: 0.3s;
      line-height: 1em; }
    .lp__filmography_item_body .morebtn .lp__bdrBtn .plus {
      display: block; }
    .lp__filmography_item_body .morebtn .lp__bdrBtn .minus {
      display: none; }
    .lp__filmography_item_body .morebtn .lp__bdrBtn.is-active .plus {
      display: none; }
    .lp__filmography_item_body .morebtn .lp__bdrBtn.is-active .minus {
      display: block;
      top: 55%; }
  .lp__filmography_item_body .linkbtn .lp__fillBtn {
    display: flex;
    margin: 0 auto;
    background: #3088D1; }
.lp__filmography_item--01 .poster {
  order: 1; }
.lp__filmography_item--01 .txt {
  order: 2; }
.lp__filmography_item--01 .lp__filmography_item_body::before {
  background: url("./../../images/unique/filmography_item_bg03.png") no-repeat center right;
  background-size: 100% auto; }
.lp__filmography_item--01 .lp__filmography_item_body::after {
  background: url("./../../images/unique/filmography_item_bg04.png") no-repeat center left;
  background-size: 100% auto; }
.lp__filmography_item--02 .poster {
  order: 2; }
.lp__filmography_item--02 .txt {
  order: 1; }
.lp__filmography_item--02 .lp__filmography_item_body::before {
  background: url("./../../images/unique/filmography_item_bg01.png") no-repeat center left;
  background-size: 100% auto; }
.lp__filmography_item--02 .lp__filmography_item_body::after {
  background: url("./../../images/unique/filmography_item_bg02.png") no-repeat center right;
  background-size: 100% auto; }
.lp__link {
  margin-bottom: 80px; }
  .lp__link_list {
    background: #EFF2F4;
    padding: 40px; }
  .lp__link_item {
    display: block;
    font-weight: 700; }
    .lp__link_item:last-child {
      margin-bottom: 0; }
    .lp__link_item svg {
      display: inline-block; }
      .lp__link_item svg * {
        fill: #3088D1; }
  .lp__link_bnr {
    margin-top: 40px; }
  @media screen and (max-width: 768px) {
  .ly_content_main_inner {
    margin-top: 1.5rem; }
      .lp__kv_bg {
        width: 135vw; }
        .lp__kv_bg video {
          width: 100%;
          left: 35%;
          transform: translate(-50%, -50%); }
      .lp__kv_inner {
        min-height: 56.25vw;
        padding-bottom: 1.25vw; }
        .lp__kv_inner .logo {
          width: 62.5vw; }
        .lp__kv_inner .date {
          width: 30vw; }
    .lp__lead_txt {
      margin-top: 0.625vw;
      padding: 10vw 6.25vw 15vw; }
    .lp__lead_txt .subtitle {
      width: 38.125vw;
      margin: 0 auto 2.5vw; }
      .lp__lead_txt .title {
        font-size: 7.5vw; }
      .lp__lead_txt .description {
        margin-top: 4.375vw;
        font-size: 3.4375vw;
        line-height: 1.54545;
        letter-spacing: 0.1em;
        font-weight: 400; }
      .lp__lead_slide .lp_slider01 {
        margin-top: 0.625vw; }
      .lp__lead_slide .lp_slider02 {
        width: 116vw;
        margin-top: 0.625vw;
        margin-left: -16vw; }
    .lp__lead_slide .img {
      width: 34vw;
      margin-right: 0.625vw; }
      .lp__tab_contents {
        font-size: 3.75vw;
        line-height: 1.83333; }
  .lp__about {
    padding: 15vw 6.25vw 0; }
    .lp__about_ttl .subtitle {
      margin-bottom: 1.25vw; }
      .lp__about_ttl .subtitle > span {
        font-size: 2.5vw; }
        .lp__about_ttl .subtitle > span::before, .lp__about_ttl .subtitle > span::after {
          width: 1.875vw; }
        .lp__about_ttl .subtitle > span::before {
          left: -2.8125vw; }
        .lp__about_ttl .subtitle > span::after {
          right: -2.8125vw; }
      .lp__about_ttl .title-in {
        padding-bottom: 2.8125vw; }
        .lp__about_ttl .title-in:after {
          width: 2.5vw;
          height: 2.5vw;
          bottom: -2.1875vw; }
      .lp__about_ttl .title .main {
        font-size: 7.5vw; }
      .lp__about_ttl .title .sub {
        font-size: 5vw; }
    .lp__about_txt {
      width: 100%;
      margin: 7.5vw auto 0;
      font-size: 3.75vw;
      line-height: 1.83333; }
  .lp__about_banner {
    margin-top: 16.875vw; }
    .lp__about_banner .txt {
      width: 100%;
      margin-top: -3.75vw;
      padding: 0; }
      .lp__about_banner .txt:before {
        content: "";
        position: absolute;
        top: -3.125vw;
        left: 0;
        display: block;
        width: 33.75vw;
        height: 7.5vw;
        background: #fff;
        z-index: 4; }
      .lp__about_banner .txt .label {
        position: relative;
        z-index: 5;
        width: 28.125vw;
        margin-bottom: 2.5vw; }
      .lp__about_banner .txt .title {
        font-size: 3.75vw;
        line-height: 1.58333;
        font-weight: 700; }
    .lp__about_banner .txt .ico {
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 0.1em;
      fill: #3088D1;
      width: 3.75vw;
      height: 3.75vw; }
  .lp__filmography {
    margin-top: 15vw;
    padding: 0 6.25vw 12.5vw; }
    .lp__filmography_ttl {
      padding: 3.75vw 0; }
      .lp__filmography_ttl:before, .lp__filmography_ttl:after {
        width: 3.4375vw;
        height: calc(100% - 14px);
        background: url("./../../images/unique/filmography_side.png") repeat-y top left;
        background-size: auto 166%; }
    .lp__filmography_ttl:before {
      top: 7px;
      left: 10px; }
    .lp__filmography_ttl:after {
      top: 7px;
      right: 10px; }
    .lp__filmography_ttl .icon {
      width: 11.875vw;
      margin-right: 2.5vw; }
    .lp__filmography_ttl .txt {
      width: 53.125vw; }
    .lp__filmography_list:after {
      content: "";
      position: absolute;
      top: 7.5vw;
      left: 3.125vw;
      display: block;
      width: 2px;
      height: 90%;
      background: #EFF2F4; }
  .lp__filmography_item {
    margin-top: 12.5vw;
    margin-bottom: 27.5vw; }
    .lp__filmography_item:last-child {
      margin-bottom: 15vw; }
    .lp__filmography_item_head .poster {
      width: 50vw;
      margin: 0 auto; }
      .lp__filmography_item_head .txt {
        width: 100%;
        padding-bottom: 10vw; }
      .lp__filmography_item_head .top:after {
        content: "";
        position: absolute;
        left: 1.875vw;
        top: 50%;
        transform: translate(0, -50%);
        display: block;
        width: 3.125vw;
        height: 3.125vw;
        background: #EFF2F4;
        border-radius: 50%; }
        .lp__filmography_item_head .top .year {
          font-size: 15vw; }
        .lp__filmography_item_head .top .copy {
          font-size: 2.5vw; }
      .lp__filmography_item_head .line {
        height: 5vw;
        margin: 0.9375vw auto 2.5vw; }
    .lp__filmography_item_body {
      padding: 7.5vw 4.6875vw 0; }
      .lp__filmography_item_body:before, .lp__filmography_item_body:after {
        height: 15vw; }
      .lp__filmography_item_body:before {
        top: 1px; }
      .lp__filmography_item_body:after {
        bottom: 1px; }
      .lp__filmography_item_body .subimgs .item {
        width: 25.3125vw;
        flex: 0 0 25.3125vw; }
        .lp__filmography_item_body .subimgs .item + .item {
          margin-left: 0.9375vw; }
    .lp__filmography_item_body .description {
      margin-top: 10vw; }
    .lp__filmography_item_body .description p {
      font-size: 3.75vw;
      line-height: 1.83333; }
      .lp__filmography_item_body .description p + p {
        margin-top: 1.5em; }
      .lp__filmography_item_body .btns {
        margin-top: 7.5vw; }
        .lp__filmography_item_body .btns .el_bdrBtn {
          line-height: 1em; }
      .lp__filmography_item_body .morecontents {
        margin-top: 10vw; }
        .lp__filmography_item_body .morecontents .comment {
          border-radius: 1.875vw;
          padding: 5vw; }
        .lp__filmography_item_body .morecontents .comment p {
          font-size: 3.75vw;
          line-height: 1.83333; }
          .lp__filmography_item_body .morecontents .comment p.title {
            margin-left: 6.25vw;
            font-size: 4.375vw; }
        .lp__filmography_item_body .morecontents .comment p + p {
          margin-top: 2.5vw; }
        .lp__filmography_item_body .morebtn .lp__bdrBtn .icon {
          top: 50%;
          right: 5vw;
          width: 4.375vw; }
    .lp__filmography_item_body .linkbtn {
      margin-top: 5vw; }
      .lp__filmography_item_body .linkbtn .lp__fillBtn {
        width: 100%; }
  .lp__filmography_item.y2021 .logo {
    width: 59.375vw; }
  .lp__filmography_item.y2018 .logo {
    width: 41.875vw; }
  .lp__filmography_item.y2015 .logo {
    width: 45vw; }
  .lp__filmography_item.y2012 .logo {
    width: 75.625vw; }
  .lp__filmography_item.y2009 .logo {
    width: 45vw; }
  .lp__filmography_item.y2006 .logo {
    width: 53.125vw; }
    .lp__filmography_item--01 .lp__filmography_item_body::before {
      background-size: auto 100%; }
    .lp__filmography_item--01 .lp__filmography_item_body::after {
      background-size: auto 100%; }
    .lp__filmography_item--02 .lp__filmography_item_body::before {
      background: url("./../../images/unique/filmography_item_bg03.png") no-repeat center right;
      background-size: auto 100%; }
    .lp__filmography_item--02 .lp__filmography_item_body::after {
      background: url("./../../images/unique/filmography_item_bg04.png") no-repeat center left;
      background-size: auto 100%; }
    .lp__link {
      margin: 0 6.25vw 31.25vw; }
      .lp__link_list {
        padding: 10vw 7.5vw;
        border-radius: 2.5vw; }
      .lp__link_item {
        margin-bottom: 2.5vw;
        font-size: 3.75vw;
        letter-spacing: 0; }
        .lp__link_item svg {
          width: 3.75vw;
          margin-right: 1.875vw; }
      .lp__link_bnr {
        margin-top: 12.5vw; } }
  @media screen and (min-width: 769px) {
      .lp__kv_bg {
        width: 100%; }
        .lp__kv_bg video {
          width: 142%;
          left: 50%;
          transform: translate(-50%, -50%); }
      .lp__kv_inner {
        min-height: 640px;
        width: 100%;
        padding-bottom: 24px; }
        .lp__kv_inner .logo {
          width: 622px; }
        .lp__kv_inner .date {
          width: 220px; }
    .lp__lead_txt {
      margin-top: 4px;
      padding: 40px; }
    .lp__lead_txt .subtitle {
      margin: 0 auto 12px; }
      .lp__lead_txt .title {
        font-size: 48px; }
      .lp__lead_txt .description {
        margin-top: 32px;
        font-size: 16px;
        line-height: 1.5625;
        letter-spacing: 0.15em; }
      .lp__lead_slide .lp_slider01 {
        margin-top: 4px; }
      .lp__lead_slide .lp_slider02 {
        width: calc(100% + 160px);
        margin-top: 4px;
        margin-left: -160px; }
    .lp__lead_slide .img {
      width: 320px;
      margin-right: 4px; }
      .lp__tab_contents {
        font-size: 16px;
        line-height: 1.5625; }
  .lp__about {
    padding: 64px 0 0; }
    .lp__about_ttl .subtitle {
      margin-bottom: 8px; }
      .lp__about_ttl .subtitle > span {
        font-size: 12px; }
        .lp__about_ttl .subtitle > span::before, .lp__about_ttl .subtitle > span::after {
          width: 10px; }
        .lp__about_ttl .subtitle > span::before {
          left: -15px; }
        .lp__about_ttl .subtitle > span::after {
          right: -15px; }
      .lp__about_ttl .title-in {
        padding-bottom: 12px; }
        .lp__about_ttl .title-in:after {
          width: 8px;
          height: 8px;
          bottom: -7px; }
      .lp__about_ttl .title .main {
        font-size: 40px; }
      .lp__about_ttl .title .sub {
        font-size: 20px; }
    .lp__about_txt {
      width: 480px;
      margin: 38px auto 0;
      font-size: 16px;
      line-height: 1.5625; }
  .lp__about_banner {
    margin-top: 64px; }
    .lp__about_banner .txt {
      width: 494px;
      margin-top: -60px;
      padding: 32px 0 0 32px;
      background: #fff; }
      .lp__about_banner .txt .label {
        width: 122px;
        margin-bottom: 8px; }
      .lp__about_banner .txt .title {
        font-size: 16px;
        line-height: 1.5625; }
    .lp__about_banner .txt .ico {
      display: none; }
  .lp__filmography {
    margin-top: 80px;
    padding-bottom: 80px; }
    .lp__filmography_ttl {
      padding: 21px 0 18px; }
      .lp__filmography_ttl:before, .lp__filmography_ttl:after {
        width: 13px;
        height: calc(100% - 24px);
        background: url("./../../images/unique/filmography_side.png") repeat-y center left;
        background-size: auto 100%; }
    .lp__filmography_ttl:before {
      top: 12px;
      left: 12px; }
    .lp__filmography_ttl:after {
      top: 12px;
      right: 12px; }
    .lp__filmography_ttl .icon {
      width: 76px;
      margin-right: 32px; }
    .lp__filmography_ttl .txt {
      width: 320px; }
  .lp__filmography_item {
    margin-top: 50px;
    margin-bottom: 130px; }
    .lp__filmography_item:last-child {
      margin-bottom: 80px; }
    .lp__filmography_item_head {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .lp__filmography_item_head .poster {
      width: 296px;
      flex: 0 0 296px;
      margin: 0 40px; }
      .lp__filmography_item_head .txt {
        width: calc(100% - 296px);
        padding-bottom: 80px; }
        .lp__filmography_item_head .top .year {
          font-size: 65px; }
        .lp__filmography_item_head .top .copy {
          font-size: 12px; }
      .lp__filmography_item_head .line {
        height: 40px;
        margin: 8px auto 16px; }
    .lp__filmography_item_body {
      padding: 32px 40px 0px; }
      .lp__filmography_item_body:before, .lp__filmography_item_body:after {
        height: 80px; }
      .lp__filmography_item_body .subimgs .item {
        width: 195px;
        flex: 0 0 195px; }
        .lp__filmography_item_body .subimgs .item + .item {
          margin-left: 7px; }
    .lp__filmography_item_body .description {
      margin-top: 40px; }
    .lp__filmography_item_body .description p {
      font-size: 14px;
      line-height: 1.57143; }
      .lp__filmography_item_body .description p + p {
        margin-top: 1em; }
      .lp__filmography_item_body .btns {
        transform: translate(0, 30px); }
      .lp__filmography_item_body .morecontents {
        margin-top: 32px; }
        .lp__filmography_item_body .morecontents .comment {
          border-radius: 6px;
          padding: 40px; }
        .lp__filmography_item_body .morecontents .comment p {
          font-size: 14px;
          line-height: 1.57143; }
          .lp__filmography_item_body .morecontents .comment p.title {
            margin-left: 24px;
            font-size: 16px; }
        .lp__filmography_item_body .morecontents .comment p + p {
          margin-top: 1.5em; }
        .lp__filmography_item_body .morebtn .lp__bdrBtn .icon {
          top: 50%;
          right: 16px;
          width: 14px; }
    .lp__filmography_item_body .linkbtn {
      margin-top: 16px; }
      .lp__filmography_item_body .linkbtn .lp__fillBtn {
        width: 345px; }
  .lp__filmography_item.y2012 .copy {
    font-size: 10px; }
  .lp__filmography_item.y2012 .logo {
    width: 140px; }
  .lp__filmography_item.y2012 .poster {
    margin-top: 32px; }
      .lp__link_item {
        margin-bottom: 12px;
        font-size: 12px; }
        .lp__link_item svg {
          width: 12px;
          margin-right: 8px; } }
