@charset "UTF-8";
/*! Writen  by SCSS */
/*下層ページ最初のセクション上部余白を統一する際は使用してみて下さい*/
.pre-inc {
  /*	限定コンテンツエリア	*/ }
  .pre-inc .section_cont {
    padding: 100px 0; }
    .pre-inc .section_cont.first_sec {
      padding-top: 80px; }
  .pre-inc .inner_main {
    position: relative; }
    .pre-inc .inner_main .main_bg {
      aspect-ratio: 1920/1080;
      background-position: top center;
      background-repeat: no-repeat;
      background-size: cover; }
      @media screen and (max-width: 480px) {
        .pre-inc .inner_main .main_bg {
          aspect-ratio: 75/108; } }
    .pre-inc .inner_main .page_name {
      position: absolute;
      inset: 0;
      bottom: auto;
      top: 27.78%;
      flex-direction: column;
      align-items: center;
      text-align: center;
      font-size: clamp(15px, 1.751vw, 21px);
      color: #FFF;
      row-gap: 20px; }
      .pre-inc .inner_main .page_name.black {
        color: #333; }
      .pre-inc .inner_main .page_name .en {
        font-size: 228%;
        line-height: 1; }
  .pre-inc .sec_ttl_group {
    justify-content: flex-start;
    column-gap: 3.75%;
    margin-bottom: clamp(40px, 5.834vw, 70px); }
    @media screen and (max-width: 820px) {
      .pre-inc .sec_ttl_group {
        column-gap: 30px; } }
    @media screen and (max-width: 480px) {
      .pre-inc .sec_ttl_group {
        flex-direction: column;
        row-gap: 30px;
        margin-bottom: 40px; } }
    .pre-inc .sec_ttl_group .sec_icon {
      position: relative;
      width: 18.75%; }
      @media screen and (max-width: 820px) {
        .pre-inc .sec_ttl_group .sec_icon {
          width: 25%; } }
      @media screen and (max-width: 480px) {
        .pre-inc .sec_ttl_group .sec_icon {
          width: 100%;
          max-width: 150px;
          margin: -10px auto 0; } }
    .pre-inc .sec_ttl_group .text_group {
      flex-grow: 1;
      flex-direction: column;
      row-gap: 20px; }
      @media screen and (max-width: 820px) {
        .pre-inc .sec_ttl_group .text_group {
          row-gap: 15px; } }
      @media screen and (max-width: 480px) {
        .pre-inc .sec_ttl_group .text_group {
          width: 100%; } }
      .pre-inc .sec_ttl_group .text_group .bimata_active {
        width: 48.31%;
        line-height: 0;
        position: relative; }
        @media screen and (max-width: 480px) {
          .pre-inc .sec_ttl_group .text_group .bimata_active {
            width: 90%; } }
        .pre-inc .sec_ttl_group .text_group .bimata_active .anno {
          position: absolute;
          left: 100%;
          top: 0;
          font-size: clamp(10px, 1vw, 12px); }
      .pre-inc .sec_ttl_group .text_group .sec_ttl {
        letter-spacing: -0.05em; }
  .pre-inc .sec_ttl {
    font-size: clamp(35px, 3.685vw, 70px);
    line-height: 1.25;
    font-family: YakuHanJP,"Noto Sans JP","游ゴシック","Yu Gothic",YuGothic,"游ゴシック体","Lucida Grande","Hiragino Kaku Gothic ProN", Meiryo,sans-serif;
    font-weight: 700; }
    @media screen and (max-width: 820px) {
      .pre-inc .sec_ttl {
        font-size: 4vw; } }
    @media screen and (max-width: 480px) {
      .pre-inc .sec_ttl {
        font-size: 7.8vw; } }
    .pre-inc .sec_ttl .meter {
      font-size: 30%;
      letter-spacing: normal; }
      @media screen and (max-width: 820px) {
        .pre-inc .sec_ttl .meter {
          font-size: 50%; } }
      @media screen and (max-width: 480px) {
        .pre-inc .sec_ttl .meter {
          display: block;
          margin-top: 5px; } }
  .pre-inc .sec_sub_ttl {
    font-size: clamp(20px, 1.875vw, 30px);
    line-height: 1.6;
    font-family: YakuHanJP,"Noto Sans JP","游ゴシック","Yu Gothic",YuGothic,"游ゴシック体","Lucida Grande","Hiragino Kaku Gothic ProN", Meiryo,sans-serif;
    font-weight: 700; }
    @media screen and (max-width: 480px) {
      .pre-inc .sec_sub_ttl {
        font-size: 15px; } }
    .pre-inc .sec_sub_ttl .small {
      font-size: 80%; }
    .pre-inc .sec_sub_ttl .meter {
      font-size: 50%;
      letter-spacing: normal; }
      @media screen and (max-width: 480px) {
        .pre-inc .sec_sub_ttl .meter {
          font-size: 80%; } }
    .pre-inc .sec_sub_ttl.border {
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
      @media screen and (max-width: 1200px) {
        .pre-inc .sec_sub_ttl.border {
          margin-bottom: 10px;
          padding-bottom: 10px; } }
      @media screen and (max-width: 480px) {
        .pre-inc .sec_sub_ttl.border {
          margin-bottom: 15px;
          padding-bottom: 15px; } }
  .pre-inc .sec_read {
    font-size: clamp(12px, 1.125vw, 18px);
    line-height: 2; }
  .pre-inc .read {
    font-size: clamp(12px, 1.167vw, 14px); }
  .pre-inc .lim_midashi_group {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    margin-bottom: clamp(40px, 5.834vw, 70px); }
  .pre-inc .lim_sec_ttl {
    font-size: clamp(23px, 2.5vw, 30px);
    color: #0c3579;
    line-height: 2;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .pre-inc .lim_sec_ttl {
        font-size: 5vw; } }
  .pre-inc .en_ttl {
    position: relative;
    padding-left: 2.61%; }
    @media screen and (max-width: 480px) {
      .pre-inc .en_ttl {
        left: auto;
        padding: 0 20px; } }
    .pre-inc .en_ttl.right {
      left: auto;
      right: 2.61%;
      margin-left: auto; }
      @media screen and (max-width: 480px) {
        .pre-inc .en_ttl.right {
          right: auto;
          margin-left: 0; } }
  .pre-inc .lim_midashi_group {
    display: flex;
    flex-direction: column;
    text-align: center;
    row-gap: 20px;
    margin-bottom: clamp(50px, 10vw, 100px); }
    @media screen and (max-width: 820px) {
      .pre-inc .lim_midashi_group {
        margin-bottom: 50px; } }
    @media screen and (max-width: 480px) {
      .pre-inc .lim_midashi_group {
        row-gap: 10px; } }
    .pre-inc .lim_midashi_group .gothic {
      font-size: clamp(20px, 3vw, 30px);
      color: #0c3579;
      font-weight: 600;
      line-height: 1;
      letter-spacing: -0.01em; }
      @media screen and (max-width: 480px) {
        .pre-inc .lim_midashi_group .gothic {
          font-size: 24px; } }
    .pre-inc .lim_midashi_group .jp {
      font-size: clamp(14px, 1.8vw, 18px); }
      @media screen and (max-width: 480px) {
        .pre-inc .lim_midashi_group .jp {
          font-size: 15px; } }
  .pre-inc .limited_content_area {
    padding: clamp(80px, 10vw, 120px) 0 clamp(100px, 13.334vw, 160px);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/common/bg_limited_content.jpg"); }
    @media screen and (max-width: 820px) {
      .pre-inc .limited_content_area {
        padding: 60px 0; } }
    @media screen and (max-width: 480px) {
      .pre-inc .limited_content_area {
        background-image: url("../images/common/bg_limited_content_sp.jpg"); } }
    .pre-inc .limited_content_area .lim_midashi_group {
      margin-bottom: clamp(35px, 6vw, 60px); }
    .pre-inc .limited_content_area .lim_cont_group {
      flex-direction: column;
      row-gap: 40px; }
      .pre-inc .limited_content_area .lim_cont_group .group_in {
        overflow: hidden;
        position: relative; }
        .pre-inc .limited_content_area .lim_cont_group .group_in.mouse_no {
          pointer-events: none; }
        .pre-inc .limited_content_area .lim_cont_group .group_in .image img {
          transition: 0.5s transform cubic-bezier(0, 0, 0.2, 1) 0s; }
        .pre-inc .limited_content_area .lim_cont_group .group_in .text_group {
          flex-direction: column;
          position: absolute;
          left: 6%;
          top: 17.15%;
          bottom: 17.15%;
          right: 0;
          color: #FFF; }
          @media screen and (max-width: 820px) {
            .pre-inc .limited_content_area .lim_cont_group .group_in .text_group {
              top: 30px;
              bottom: 30px; } }
          @media screen and (max-width: 480px) {
            .pre-inc .limited_content_area .lim_cont_group .group_in .text_group {
              top: 15px;
              bottom: 10px; } }
          .pre-inc .limited_content_area .lim_cont_group .group_in .text_group .cont_ttl {
            font-size: clamp(14px, 1.8vw, 18px); }
            @media screen and (max-width: 480px) {
              .pre-inc .limited_content_area .lim_cont_group .group_in .text_group .cont_ttl {
                font-size: 12px; } }
            .pre-inc .limited_content_area .lim_cont_group .group_in .text_group .cont_ttl .en {
              display: block;
              font-size: 266%;
              line-height: 1; }
          .pre-inc .limited_content_area .lim_cont_group .group_in .text_group .cont_read {
            font-size: clamp(15px, 2vw, 20px); }
            @media screen and (max-width: 480px) {
              .pre-inc .limited_content_area .lim_cont_group .group_in .text_group .cont_read {
                font-size: 11px; } }
  .pre-inc:not(.mobile) .limited_content_area .lim_cont_group .group_in:hover .image img {
    transform: scale(1.05); }

/*# sourceMappingURL=inner.css.map */
