@charset "UTF-8";
/* font-size */
/* sp-only ------------*/
/* pc-only ------------*/
/* hover-only ------------*/
/* flex ------------*/
/* Font Awesome 疑似要素 ------------*/
/* Edge用 ------------*/
/* IE用 ------------*/
/* Font styles ------------*/
/* Color styles ------------*/
/* 375pxデザイン時のpxからvwを計算 ------------*/
/* calc内で使いたい場合: calc( 100% - vw(10) ); */
#main {
  background: #000; }

.lcl-main {
  height: 870px;
  position: relative;
  background: url(../img/main/bg_01.jpg) center center/cover no-repeat;
  overflow: hidden;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .lcl-main {
      height: 186vw;
      background: url(../img/main/sp/bg_01.jpg) center center/cover no-repeat; } }
  @media screen and (max-width: 767px) {
    .lcl-main::after {
      content: "";
      display: block;
      width: 100%;
      height: 69.0666666667vw;
      position: absolute;
      left: 0;
      bottom: 0;
      background: linear-gradient(180deg, rgba(36, 34, 35, 0) -5.61%, #2d2d2f 50.92%, #252324 97.59%);
      z-index: 2; } }
  .lcl-main.scr-anin .lcl-main__img, .lcl-main.js-load .lcl-main__img {
    opacity: 0;
    transform: translateY(50px);
    transition: transform 2s ease, opacity 2s ease; }
    @media screen and (max-width: 767px) {
      .lcl-main.scr-anin .lcl-main__img, .lcl-main.js-load .lcl-main__img {
        transform: translateY(20px); } }
  .lcl-main.scr-anin .lcl-main__txt01,
  .lcl-main.scr-anin .lcl-main-logo,
  .lcl-main.scr-anin .lcl-main__txt02,
  .lcl-main.scr-anin .lcl-main__txt03, .lcl-main.js-load .lcl-main__txt01,
  .lcl-main.js-load .lcl-main-logo,
  .lcl-main.js-load .lcl-main__txt02,
  .lcl-main.js-load .lcl-main__txt03,
  .lcl-main.js-load .modal_box_in{
    opacity: 0;
    filter: blur(10px);
    transition: opacity 2s ease, filter 2s ease; }
  .lcl-main.scr-anin .lcl-main__txt01, .lcl-main.js-load .lcl-main__txt01 {
    transition-delay: 0.5s; }
  .lcl-main.scr-anin .lcl-main-logo, .lcl-main.js-load .lcl-main-logo {
    transition-delay: 0.7s; }
  .lcl-main.scr-anin .lcl-main__txt02, .lcl-main.js-load .lcl-main__txt02 {
    transition-delay: 0.9s; }
  .lcl-main.scr-anin .lcl-main__txt03, .lcl-main.js-load .lcl-main__txt03 {
    transition-delay: 1.1s; }
 .lcl-main.js-load .modal_box_in {
    transition-delay: 1.3s; }
  .lcl-main.scr-anin--on .lcl-main__img, .lcl-main.js-load--on .lcl-main__img {
    opacity: 1;
    transform: translateY(0); }
  .lcl-main.scr-anin--on .lcl-main__txt01,
  .lcl-main.scr-anin--on .lcl-main-logo,
  .lcl-main.scr-anin--on .lcl-main__txt02,
  .lcl-main.scr-anin--on .lcl-main__txt03, .lcl-main.js-load--on .lcl-main__txt01,
  .lcl-main.js-load--on .lcl-main-logo,
  .lcl-main.js-load--on .lcl-main__txt02,
  .lcl-main.js-load--on .lcl-main__txt03,
  .lcl-main.js-load--on .modal_box_in{
    opacity: 1;
    filter: blur(0); }
  .lcl-main .lcl-main__img {
    width: 413px;
    height: 1094px;
    position: absolute;
    left: 50%;
    top: -134px;
    margin-left: -430px;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .lcl-main .lcl-main__img {
        top: 7.7333333333vw;
        left: 30.1333333333vw;
        margin: 0;
        width: 48.5333333333vw;
        height: 128.2666666667vw; } }
    .lcl-main .lcl-main__img img {
      width: 100%; }
  .lcl-main .lcl-main__cnt {
    width: 550px;
    position: absolute;
    top: 160px;
    left: 50%;
    margin-left: -40px;
    z-index: 3; }
    @media screen and (max-width: 767px) {
      .lcl-main .lcl-main__cnt {
        width: 100%;
        top: 17.6vw;
        left: 0;
        margin: 0; } }
  .lcl-main .lcl-main__txt01 {
    text-align: center;
    font-size: 2.3rem;
    line-height: 1.7;
    letter-spacing: 0.4em;
    font-weight: 400;
    margin-bottom: 65px; }
    @media screen and (max-width: 767px) {
      .lcl-main .lcl-main__txt01 {
        font-size: 1.3rem;
        line-height: 1.7;
        letter-spacing: 0.4em;
        margin-bottom: 84.2666666667vw; } }
    .lcl-main .lcl-main__txt01 span {
      font-size: 0.9rem; }
      @media screen and (max-width: 767px) {
        .lcl-main .lcl-main__txt01 span {
          font-size: 0.8rem; } }
  .lcl-main .lcl-main-logo {
    width: 475px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto 65px; }
    @media screen and (max-width: 767px) {
      .lcl-main .lcl-main-logo {
        width: 72.8vw;
        margin: 0 auto 2.6666666667vw; } }
  .lcl-main .lcl-main-logo__01 {
    display: block;
    width: 100%; }
  .lcl-main .lcl-main-logo__02 {
    margin-top: 15px;
    width: 183px; }
    @media screen and (max-width: 767px) {
      .lcl-main .lcl-main-logo__02 {
        margin-top: 2.6666666667vw;
        width: 28vw; } }
  .lcl-main .lcl-main__txt02 {
    font-size: 2.6rem;
    text-align: center;
    line-height: 1.9;
    letter-spacing: 0.4em; }
    @media screen and (max-width: 767px) {
      .lcl-main .lcl-main__txt02 {
        font-size: 1.4rem;
        line-height: 1.6;
        letter-spacing: 0.4em; } }
  .lcl-main .lcl-main__txt03 {
    font-size: 0.9rem;
    text-align: center;
    line-height: 1.9;
    letter-spacing: 0.2em;
    margin-top: 100px; }
    @media screen and (max-width: 767px) {
      .lcl-main .lcl-main__txt03 {
        font-size: 0.8rem;
        margin-top: 2.6666666667vw; } }

.lcl-lead {
  background: url(../img/lead/bg_01.jpg) center center/cover no-repeat;
  padding: 127px 0 810px;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .lcl-lead {
      background: url(../img/lead/sp/bg_01.jpg) center center/cover no-repeat;
      padding: 21.3333333333vw 0 87.2vw; } }
  .lcl-lead.scr-anin::before {
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 1s ease, transform 1s ease; }
  .lcl-lead.scr-anin--on::before {
    opacity: 1;
    transform: translateY(0); }
  .lcl-lead.scr-anin--on .lcl-lead__img {
    opacity: 1; }
  .lcl-lead::before {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    margin: 0 auto;
    width: 1px;
    height: 40px;
    background: #d7bd96;
    top: -40px;
    border-top: 40px solid #fff; }
    @media screen and (max-width: 767px) {
      .lcl-lead::before {
        height: 5.8666666667vw;
        top: -5.8666666667vw;
        border-top: 5.8666666667vw solid #fff; } }
  .lcl-lead::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 370px;
    transform: rotate(180deg);
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%); }
    @media screen and (max-width: 767px) {
      .lcl-lead::after {
        height: 32vw; } }
  .lcl-lead .lcl-lead__in {
    overflow: hidden;
    position: relative; }
  .lcl-lead .lcl-lead-ttl {
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .lcl-lead .lcl-lead-ttl {
        margin-bottom: 8vw; } }
  .lcl-lead .lcl-lead-ttl__txt01 {
    display: block;
    text-align: center;
    font-size: 2.6rem;
    line-height: 1.5;
    letter-spacing: 0.4em;
    color: #fff;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .lcl-lead .lcl-lead-ttl__txt01 {
        font-size: 1.7rem;
        letter-spacing: 0.4em;
        line-height: 1.5;
        margin-bottom: 2.6666666667vw; } }
  .lcl-lead .lcl-lead-ttl__txt02 {
    display: block;
    font-size: 4.2rem;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.4em;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .lcl-lead .lcl-lead-ttl__txt02 {
        font-size: 2.2rem;
        letter-spacing: 0.4em;
        margin-bottom: 8vw; } }
  .lcl-lead .lcl-lead__txt01 {
    text-align: center;
    font-size: 2.6rem;
    line-height: 2;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 767px) {
      .lcl-lead .lcl-lead__txt01 {
        font-size: 1.7rem;
        line-height: 2;
        letter-spacing: 0.1em; } }
  .lcl-lead .lcl-lead__img {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -319px;
    width: 633px;
    opacity: 0;
    transition: opacity 1s ease; }
    @media screen and (max-width: 767px) {
      .lcl-lead .lcl-lead__img {
        width: 78.1333333333vw;
        bottom: -51.7333333333vw; } }

.lcl-cool {
  position: relative;
  z-index: 1;
  background: #000;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .lcl-cool {
      padding-bottom: 10.6666666667vw; } }
  .lcl-cool.scr-anin .lc-cool__jewel {
    opacity: 0;
    transform: rotate(10deg);
    filter: blur(0);
    transition: filter 1s 0.5s ease, transform 1.5s ease, opacity 1s ease; }
  .lcl-cool.scr-anin .lcl-cool-logo,
  .lcl-cool.scr-anin .lcl-cool__ttl01,
  .lcl-cool.scr-anin .lcl-cool__txt01 {
    opacity: 0;
    filter: blur(10px);
    transition: opacity 1s ease, filter 1s ease; }
  .lcl-cool.scr-anin .lcl-cool-logo {
    transition-delay: 1s; }
  .lcl-cool.scr-anin .lcl-cool__ttl01 {
    transition-delay: 1.5s; }
  .lcl-cool.scr-anin .lcl-cool__txt01 {
    transition-delay: 2s; }
  .lcl-cool.scr-anin--on .lc-cool__jewel {
    opacity: 0.7;
    transform: rotate(0deg);
    filter: blur(5px); }
    @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .lcl-cool.scr-anin--on .lc-cool__jewel {
        opacity: 1; } }
  .lcl-cool.scr-anin--on .lcl-cool-logo,
  .lcl-cool.scr-anin--on .lcl-cool__ttl01,
  .lcl-cool.scr-anin--on .lcl-cool__txt01 {
    opacity: 1;
    filter: blur(0); }
  .lcl-cool .lcl-cool__bg {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 524px;
    background: url(../img/cool/bg_01.jpg) center center/cover no-repeat; }
    @media screen and (max-width: 767px) {
      .lcl-cool .lcl-cool__bg {
        height: 100%;
        background: url(../img/cool/sp/bg_01.jpg) center center/cover no-repeat; } }
    .lcl-cool .lcl-cool__bg::after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
      transform: rotate(180deg); }
  .lcl-cool .lcl-cool__in {
    margin-top: 126px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .lcl-cool .lcl-cool__in {
        margin-top: 25.3333333333vw; } }
  .lcl-cool .lc-cool__jewel {
    width: 447px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    top: 40px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .lcl-cool .lc-cool__jewel {
        width: 72.2666666667vw;
        top: 2.1333333333vw; } }
    @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .lcl-cool .lc-cool__jewel {
        background: url(../img/cool/bg_02_ie.png) center center/contain no-repeat; }
        .lcl-cool .lc-cool__jewel img {
          opacity: 0; } }
  .lcl-cool .lcl-cool-logo {
    width: 410px;
    display: block;
    margin: 0 auto 46px; }
    @media screen and (max-width: 767px) {
      .lcl-cool .lcl-cool-logo {
        width: 51.2vw;
        margin-bottom: 8vw; } }
    .lcl-cool .lcl-cool-logo .ico_logo03 {
      display: block;
      width: 410px;
      height: 140px;
      margin-bottom: 12px; }
      @media screen and (max-width: 767px) {
        .lcl-cool .lcl-cool-logo .ico_logo03 {
          width: 51.2vw;
          height: 17.6vw;
          margin-bottom: 2.9333333333vw; } }
  .lcl-cool .lcl-cool-logo__txt {
    font-size: 2.6rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .lcl-cool .lcl-cool-logo__txt {
        font-size: 1.3rem;
        line-height: 1.6;
        letter-spacing: 0.1em; } }
  .lcl-cool .lcl-cool__ttl01 {
    text-align: center;
    font-size: 4.6rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.3em;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .lcl-cool .lcl-cool__ttl01 {
        font-size: 2.7rem;
        line-height: 1.5;
        letter-spacing: 0.3em;
        margin-bottom: 8vw; } }
  .lcl-cool .lcl-cool__txt01 {
    text-align: center;
    font-size: 2.6rem;
    line-height: 2;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 767px) {
      .lcl-cool .lcl-cool__txt01 {
        font-size: 1.5rem;
        letter-spacing: 0.1em; } }

.lcl-about {
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
  background: #000;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .lcl-about {
      background: #000;
      padding-bottom: 12.8vw; } }
  .lcl-about.scr-anin .lcl-about-cnt__img {
    opacity: 0;
    transition: opacity 4s ease; }
  .lcl-about.scr-anin .lcl-about-cnt-ttl::before, .lcl-about.scr-anin .lcl-about-cnt-ttl::after {
    opacity: 0;
    transition: opacity 2s 0.75s ease; }
  .lcl-about.scr-anin .lcl-about-cnt-ttl__item {
    opacity: 0;
    filter: blur(10px);
    transition: opacity 2s 0.5s ease, filter 2s 0.5s ease; }
    .lcl-about.scr-anin .lcl-about-cnt-ttl__item:nth-child(n + 2) {
      transition-delay: 1s; }
  .lcl-about.scr-anin .lcl-about-ttl__02 {
    transition-delay: 1.3s; }
  .lcl-about.scr-anin--on .lcl-about-cnt__img {
    opacity: 1; }
  .lcl-about.scr-anin--on .lcl-about-cnt-ttl::before, .lcl-about.scr-anin--on .lcl-about-cnt-ttl::after {
    opacity: 1;
    filter: blur(0); }
  .lcl-about.scr-anin--on .lcl-about-cnt-ttl__item {
    opacity: 1;
    filter: blur(0); }
  .lcl-about .lcl-about-bg {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .lcl-about .lcl-about-bg {
        height: 158.9333333333vw; } }
    .lcl-about .lcl-about-bg .lcl-about-bg__in {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      background: url(../img/about/bg_01.jpg) center center/cover no-repeat;
      height: 100%;
      z-index: -1;
      animation: lcl-about__bg 30s ease-in-out infinite alternate; }
@keyframes lcl-about__bg {
  0% {
    transform: scale(1) rotate(0deg); }
  50% {
    transform: scale(1.25) rotate(5deg); }
  100% {
    transform: scale(1.15) rotate(-5deg); } }
      @media screen and (max-width: 767px) {
        .lcl-about .lcl-about-bg .lcl-about-bg__in {
          background: url(../img/about/sp/bg_01.jpg) center center/cover no-repeat; } }
    .lcl-about .lcl-about-bg::before, .lcl-about .lcl-about-bg::after {
      content: "";
      display: block;
      width: 100%;
      height: 273px;
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
      z-index: 1; }
    @media screen and (max-width: 767px) {
      .lcl-about .lcl-about-bg::before {
        height: 30.1333333333vw; } }
    .lcl-about .lcl-about-bg::after {
      height: 568px;
      display: block;
      top: auto;
      bottom: 0;
      transform: rotate(180deg); }
      @media screen and (max-width: 767px) {
        .lcl-about .lcl-about-bg::after {
          height: 58.1333333333vw; } }
  .lcl-about .lcl-about__in {
    padding-top: 137px;
    width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .lcl-about .lcl-about__in {
        width: 100%;
        padding-top: 10.6666666667vw; } }
  .lcl-about .lcl-about__ttl {
    margin-bottom: 28px; }
    @media screen and (max-width: 767px) {
      .lcl-about .lcl-about__ttl {
        margin-bottom: 5.3333333333vw; } }
  .lcl-about .lcl-about-cnt {
    width: 870px;
    margin: 0 auto;
    position: relative;
    padding-left: 350px; }
    @media screen and (max-width: 767px) {
      .lcl-about .lcl-about-cnt {
        width: 100%;
        padding: 0; } }
  .lcl-about .lcl-about-cnt__img {
    width: 350px;
    position: absolute;
    left: 0;
    top: 100px; }
    @media screen and (max-width: 767px) {
      .lcl-about .lcl-about-cnt__img {
        left: 5.3333333333vw;
        top: 20vw;
        width: 40vw; } }
  .lcl-about .lcl-about-cnt__in {
    padding-top: 60px; }
    @media screen and (max-width: 767px) {
      .lcl-about .lcl-about-cnt__in {
        padding-top: 0; } }
  .lcl-about .lcl-about-cnt-ttl {
    margin-bottom: 40px;
    position: relative;
    text-align: center;
    	/*
        &::before,
        &::after {
          content: "";
          display: block;
          width: 70px;
          height: 1px;
          background: #c4c4c4;
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          right: 0;
          margin: auto;
          @include media_narrow {
            width: vw(67);
          }
        }
        &::before {
          transform: rotate(45deg);
        }
        &::after {
          transform: rotate(-45deg);
        }
    	 */ }
    @media screen and (max-width: 767px) {
      .lcl-about .lcl-about-cnt-ttl {
        margin-bottom: 10.6666666667vw; } }
  .lcl-about .lcl-about-cnt-ttl__item {
    font-size: 4rem;
    line-height: 1.6;
    letter-spacing: 0.3em;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .lcl-about .lcl-about-cnt-ttl__item {
        font-size: 2.4rem;
        line-height: 1.6;
        letter-spacing: 0.3em; } }
    .lcl-about .lcl-about-cnt-ttl__item:nth-child(n + 2) {
      margin-top: 86px; }
      @media screen and (max-width: 767px) {
        .lcl-about .lcl-about-cnt-ttl__item:nth-child(n + 2) {
          margin-top: 21.3333333333vw; } }
  .lcl-about .lcl-about-cnt-list {
    width: 420px;
    margin: 0 auto 50px; }
    @media screen and (max-width: 767px) {
      .lcl-about .lcl-about-cnt-list {
        width: 52vw;
        margin: 0 0 13.3333333333vw 46.9333333333vw; } }
  .lcl-about .lcl-about-cnt-list__item {
    padding-left: 60px;
    position: relative;
    font-size: 3.8rem;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.4em;
    color: #f7b98d; }
    @media screen and (max-width: 767px) {
      .lcl-about .lcl-about-cnt-list__item {
        font-size: 2.2rem;
        padding-left: 8.5333333333vw;
        line-height: 1.5;
        letter-spacing: 0.3em; } }
    .lcl-about .lcl-about-cnt-list__item::after {
      content: "";
      display: block;
      width: 43px;
      height: 34px;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto 0;
      background: url(../img/ico_check.png) center center/contain no-repeat; }
      @media screen and (max-width: 767px) {
        .lcl-about .lcl-about-cnt-list__item::after {
          width: 6.1333333333vw;
          height: 4.8vw; } }
    .lcl-about .lcl-about-cnt-list__item:nth-child(n + 2) {
      margin-top: 20px; }
      @media screen and (max-width: 767px) {
        .lcl-about .lcl-about-cnt-list__item:nth-child(n + 2) {
          margin-top: 1.3333333333vw; } }
  .lcl-about .lcl-about-cnt__img_2 {
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .lcl-about .lcl-about-cnt__img_2 {
        width: 53.3333333333vw;
        margin: 0 0 13.3333333333vw 44.8vw; } }
    .lcl-about .lcl-about-cnt__img_2 p {
      margin-top: 10px;
      font-size: 1.5rem;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 767px) {
        .lcl-about .lcl-about-cnt__img_2 p {
          font-size: 1.1rem; } }
  .lcl-about .lcl-about-ttl {
    text-align: center;
    margin-bottom: 15px;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .lcl-about .lcl-about-ttl {
        margin-bottom: 5.3333333333vw; } }
  .lcl-about .lcl-about-ttl__01 {
    display: block;
    font-size: 3rem;
    line-height: 2;
    font-weight: 700;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 767px) {
      .lcl-about .lcl-about-ttl__01 {
        font-size: 1.6rem;
        line-height: 2;
        letter-spacing: 0.1em; } }
  .lcl-about .lcl-about-ttl__02 {
    display: block;
    font-size: 3.6rem;
    line-height: 1.7;
    font-weight: 700;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 767px) {
      .lcl-about .lcl-about-ttl__02 {
        font-size: 2rem;
        line-height: 1.7;
        letter-spacing: 0.1em; } }
  .lcl-about .lcl-about__txt {
    font-size: 2.6rem;
    line-height: 2;
    letter-spacing: 0.1em;
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .lcl-about .lcl-about__txt {
        font-size: 1.7rem;
        line-height: 2;
        letter-spacing: 0.1em;
        margin-bottom: 8vw;
        padding: 0 4vw; } }
  .lcl-about .lcl-about__btn {
    margin-top: 80px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .lcl-about .lcl-about__btn {
        margin-top: 8vw; } }

.lcl-feature {
  background: #000;
  padding: 100px 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: -1px; }
  @media screen and (max-width: 767px) {
    .lcl-feature {
      padding: 16vw 0 18.1333333333vw; } }
  .lcl-feature .lcl-feature__in {
    width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .lcl-feature .lcl-feature__in {
        width: 100%; } }
  .lcl-feature .lcl-feature__ttl01 {
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .lcl-feature .lcl-feature__ttl01 {
        margin-bottom: 10.6666666667vw; } }
  .lcl-feature .lcl-feature__txt01 {
    font-size: 2.6rem;
    line-height: 1.5;
    letter-spacing: 0.4em;
    margin-bottom: 10px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .lcl-feature .lcl-feature__txt01 {
        font-size: 1.7rem;
        letter-spacing: 0.4em;
        margin-bottom: 2.6666666667vw; } }
  .lcl-feature .lcl-feature__txt02 {
    font-size: 4.2rem;
    line-height: 1.5;
    letter-spacing: 0.4em;
    margin-bottom: 40px;
    text-align: center;
    color: #f7b98d;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .lcl-feature .lcl-feature__txt02 {
        font-size: 2.2rem;
        letter-spacing: 0.2em;
        text-align: center;
        margin-bottom: 8vw; } }
  .lcl-feature .lcl-feature__txt03 {
    font-size: 2.6rem;
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 60px; }
    .lcl-feature .lcl-feature__txt03 strong {
      font-weight: 500; }
    @media screen and (max-width: 767px) {
      .lcl-feature .lcl-feature__txt03 {
        font-size: 1.7rem;
        letter-spacing: 0.1em;
        margin-bottom: 10.6666666667vw; } }
  .lcl-feature .lcl-feature-item {
    width: 650px;
    display: block;
    margin: 0 auto 90px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .lcl-feature .lcl-feature-item {
        margin-bottom: 19.7333333333vw;
        width: 100%; } }
  .lcl-feature .lcl-feature-item__img {
    width: 100%;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .lcl-feature .lcl-feature-item__img {
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 2.6666666667vw; }
        .lcl-feature .lcl-feature-item__img img {
          width: 89.3333333333vw; } }
  .lcl-feature .lcl-feature-item__txt01 {
    font-size: 2.4rem;
    line-height: 1.7;
    letter-spacing: 0.1em;
    color: #f7b98d;
    font-weight: 500;
    margin-bottom: 5px; }
    @media screen and (max-width: 767px) {
      .lcl-feature .lcl-feature-item__txt01 {
        font-size: 1.6rem;
        letter-spacing: 0.1em;
        margin-bottom: 1.3333333333vw; } }
  .lcl-feature .lcl-feature-item__txt02 {
    font-size: 2.8rem;
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-bottom: 22px; }
    @media screen and (max-width: 767px) {
      .lcl-feature .lcl-feature-item__txt02 {
        font-size: 2.2rem;
        letter-spacing: 0.1em;
        margin-bottom: 3.2vw; } }
  .lcl-feature .lcl-feature-item--02 {
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .lcl-feature .lcl-feature-item--02 .lcl-feature-item__img {
        justify-content: flex-start; } }
  .lcl-feature .lcl-feature-item__txt03 {
    font-size: 2.6rem;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-bottom: 25px; }
    @media screen and (max-width: 767px) {
      .lcl-feature .lcl-feature-item__txt03 {
        font-size: 2rem;
        line-height: 2;
        letter-spacing: 0.05em;
        margin-bottom: 2.9333333333vw; } }
  .lcl-feature .lcl-feature-item__txt04 {
    font-size: 1.3rem;
    line-height: 1.9;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 767px) {
      .lcl-feature .lcl-feature-item__txt04 {
        font-size: 1.1rem; } }

.lcl-power {
  width: 100%;
  height: 698px;
  background: #000;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .lcl-power {
      height: auto; } }
  .lcl-power.scr-anin .lcl-power__ttl,
  .lcl-power.scr-anin .lcl-power__txt01,
  .lcl-power.scr-anin .lcl-power__txt02 {
    opacity: 0;
    filter: blur(10px);
    transition: opacity 2s ease, filter 2s ease; }
  .lcl-power.scr-anin .lcl-power__ttl {
    transition-delay: 0.25s; }
  .lcl-power.scr-anin .lcl-power__txt01 {
    transition-delay: 0.75s; }
  .lcl-power.scr-anin .lcl-power__txt02 {
    transition-delay: 1.25s; }
  .lcl-power.scr-anin--on .lcl-power__ttl,
  .lcl-power.scr-anin--on .lcl-power__txt01,
  .lcl-power.scr-anin--on .lcl-power__txt02 {
    opacity: 1;
    filter: blur(0); }
  .lcl-power .lcl-power__in {
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .lcl-power .lcl-power__in {
        display: block;
        width: 100%;
        padding-bottom: 72vw; } }
  .lcl-power .lcl-power__ttl {
    width: 370px;
    height: 135px; }
    @media screen and (max-width: 767px) {
      .lcl-power .lcl-power__ttl {
        width: 68.2666666667vw;
        height: 24.8vw;
        margin: 6.6666666667vw auto 0.12vw; } }
  .lcl-power .lcl-power__txt01 {
    font-size: 2.8rem;
    line-height: 1.5;
    letter-spacing: 0.3em;
    padding-left: 50px;
    margin-top: 15px;
    margin-bottom: 25px; }
    @media screen and (max-width: 767px) {
      .lcl-power .lcl-power__txt01 {
        margin: 0 0 2.6666666667vw;
        text-align: center;
        font-size: 1.9rem;
        letter-spacing: 0.3em;
        padding: 0; } }
  .lcl-power .lcl-power__strong {
    font-size: 4.6rem;
    letter-spacing: 0; }
    @media screen and (max-width: 767px) {
      .lcl-power .lcl-power__strong {
        font-size: 3rem; } }
  .lcl-power .lcl-power__txt02 {
    font-size: 2.2rem;
    line-height: 1.5;
    letter-spacing: 0.3em;
    padding-left: 50px; }
    @media screen and (max-width: 767px) {
      .lcl-power .lcl-power__txt02 {
        padding-left: 0;
        font-size: 1.7rem;
        line-height: 1.5;
        letter-spacing: 0.3em;
        text-align: center; } }
  .lcl-power .lcl-power__img {
    position: absolute;
    background: url(../img/power/img_01.png) center center/contain no-repeat;
    height: 698px;
    width: 902px;
    top: 0;
    right: -250px;
    z-index: -1; }
    @media screen and (max-width: 767px) {
      .lcl-power .lcl-power__img {
        width: 100%;
        height: 88.2666666667vw;
        left: 0;
        bottom: 0;
        top: auto;
        right: auto;
        background: url(../img/power/sp/img_01.png) center center/contain no-repeat; } }
    .lcl-power .lcl-power__img::after {
      content: "";
      display: block;
      width: 100px;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1;
      background: linear-gradient(-90deg, #000000 0%, rgba(0, 0, 0, 0) 100%); }
      @media screen and (max-width: 767px) {
        .lcl-power .lcl-power__img::after {
          display: none; } }

.lcl-point {
  background: #000;
  padding: 150px 0 100px; }
  @media screen and (max-width: 767px) {
    .lcl-point {
      padding: 16vw 0 21.3333333333vw; } }
  .lcl-point .lcl-point__in {
    width: 890px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .lcl-point .lcl-point__in {
        width: 100%; } }
  .lcl-point .lcl-point-ttl {
    text-align: center;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .lcl-point .lcl-point-ttl {
        margin-bottom: 4vw; } }
  .lcl-point .lcl-point-ttl__01 {
    display: block;
    font-size: 2.6rem;
    line-height: 1.9;
    letter-spacing: 0.4em;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .lcl-point .lcl-point-ttl__01 {
        font-size: 1.7rem;
        line-height: 1;
        letter-spacing: 0.4em;
        margin-bottom: 2.6666666667vw; } }
  .lcl-point .lcl-point-ttl__02 {
    font-size: 4.2rem;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.4em;
    color: #f7b98d; }
    @media screen and (max-width: 767px) {
      .lcl-point .lcl-point-ttl__02 {
        font-size: 2.2rem;
        line-height: 1.4;
        letter-spacing: 0.4em; } }
  .lcl-point .lcl-point__txt01 {
    text-align: center;
    font-size: 2.6rem;
    line-height: 2;
    letter-spacing: 0.1em;
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      .lcl-point .lcl-point__txt01 {
        font-size: 1.7rem;
        letter-spacing: 0.1em;
        margin-bottom: 18.6666666667vw; } }
  .lcl-point .lcl-point-list {
    margin-bottom: 100px; }
    @media screen and (max-width: 767px) {
      .lcl-point .lcl-point-list {
        margin-bottom: 8.8vw; } }
  .lcl-point .lcl-point-list__item:nth-child(n + 2) {
    margin-top: 100px; }
    @media screen and (max-width: 767px) {
      .lcl-point .lcl-point-list__item:nth-child(n + 2) {
        margin-top: 16vw; } }
  .lcl-point .lcl-point-list-no {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    color: #f7b98d;
    font-weight: 700;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .lcl-point .lcl-point-list-no {
        margin-bottom: 2.6666666667vw; } }
  .lcl-point .lcl-point-list-no__txt {
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.3em;
    margin-right: 14px; }
    @media screen and (max-width: 767px) {
      .lcl-point .lcl-point-list-no__txt {
        font-size: 1.2rem;
        letter-spacing: 0.3em;
        margin-right: 3.7333333333vw; } }
  .lcl-point .lcl-point-list-no__no {
    font-size: 3.2rem;
    line-height: 1;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 767px) {
      .lcl-point .lcl-point-list-no__no {
        font-size: 2rem;
        letter-spacing: 0.1em; } }
  .lcl-point .lcl-point-list__ttl {
    text-align: center;
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 0.3em;
    margin-bottom: 28px; }
    @media screen and (max-width: 767px) {
      .lcl-point .lcl-point-list__ttl {
        margin-bottom: 5.3333333333vw;
        font-size: 2.4rem;
        letter-spacing: 0.3em; } }
  .lcl-point .lcl-point-list-sbs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .lcl-point .lcl-point-list-sbs {
        display: block; } }
  .lcl-point .lcl-point-list-sbs__img {
    width: 400px; }
    @media screen and (max-width: 767px) {
      .lcl-point .lcl-point-list-sbs__img {
        width: 84vw;
        margin: 0 auto 4vw; } }
  .lcl-point .lcl-point-list-sbs__txt {
    width: 460px;
    font-size: 2.4rem;
    line-height: 1.8;
    font-weight: 500;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 767px) {
      .lcl-point .lcl-point-list-sbs__txt {
        width: 100%;
        padding: 0 4vw;
        text-align: center;
        font-size: 1.5rem;
        line-height: 1.8;
        letter-spacing: 0.1em; } }
  .lcl-point .lcl-point__btn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center; }

.lcl-voice {
  background: #000;
  position: relative;
  padding: 50px 0 100px;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .lcl-voice {
      padding: 13.3333333333vw 0 25.3333333333vw; } }
  .lcl-voice .lcl-voice__bg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../img/voice/bg_01.jpg) center center/cover no-repeat; }
    @media screen and (max-width: 767px) {
      .lcl-voice .lcl-voice__bg {
        height: 142.4vw;
        background: url(../img/voice/sp/bg_01.jpg) center center/cover no-repeat;
        top: 91.4666666667vw; } }
    .lcl-voice .lcl-voice__bg::before, .lcl-voice .lcl-voice__bg::after {
      content: "";
      display: block;
      width: 100%;
      position: absolute;
      left: 0;
      background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%); }
    .lcl-voice .lcl-voice__bg::before {
      height: 560px;
      top: 0; }
      @media screen and (max-width: 767px) {
        .lcl-voice .lcl-voice__bg::before {
          height: 58.1333333333vw; } }
    .lcl-voice .lcl-voice__bg::after {
      height: 193px;
      bottom: 0;
      transform: rotate(180deg); }
      @media screen and (max-width: 767px) {
        .lcl-voice .lcl-voice__bg::after {
          height: 58.1333333333vw; } }
  .lcl-voice .lcl-voice__in {
    width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .lcl-voice .lcl-voice__in {
        width: 100%;
        padding: 0 4vw; } }
  .lcl-voice .lcl-voice__ttl01 {
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .lcl-voice .lcl-voice__ttl01 {
        margin-bottom: 5.3333333333vw; } }
  .lcl-voice .lcl-voice__txt01 {
    text-align: center;
    font-size: 4.2rem;
    line-height: 1.6;
    letter-spacing: 0.3em;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .lcl-voice .lcl-voice__txt01 {
        font-size: 2.4rem;
        line-height: 1.6;
        letter-spacing: 0.3em;
        margin-bottom: 6.6666666667vw; } }
  .lcl-voice .lcl-vice-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch; }
    @media screen and (max-width: 767px) {
      .lcl-voice .lcl-vice-list {
        display: block; } }
  .lcl-voice .lcl-voice-list__item {
    width: 490px;
    padding: 50px 30px;
    border: 1px solid #535353; }
    @media screen and (max-width: 767px) {
      .lcl-voice .lcl-voice-list__item {
        width: 100%;
        padding: 8vw 5.3333333333vw; } }
    @media screen and (max-width: 767px) {
      .lcl-voice .lcl-voice-list__item:nth-child(n + 2) {
        margin-top: 5.3333333333vw; } }
    @media screen and (min-width: 768px) {
      .lcl-voice .lcl-voice-list__item:nth-child(n + 3) {
        margin-top: 20px; } }
    @media screen and (min-width: 768px) {
      .lcl-voice .lcl-voice-list__item:nth-child(2n) {
        transition-delay: 0.25s; } }
  .lcl-voice .lcl-voice-list__ttl {
    text-align: center;
    font-size: 2.6rem;
    line-height: 1.6;
    font-weight: 500;
    color: #f7b98d;
    letter-spacing: 0.15em;
    margin-bottom: 15px; }
    @media screen and (max-width: 767px) {
      .lcl-voice .lcl-voice-list__ttl {
        font-size: 1.8rem;
        line-height: 1.6;
        font-weight: 500;
        letter-spacing: 0.15em;
        margin-bottom: 4vw; } }
  .lcl-voice .lcl-voice-list__txt {
    font-size: 2rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
    margin-bottom: 15px; }
    @media screen and (max-width: 767px) {
      .lcl-voice .lcl-voice-list__txt {
        font-size: 1.3rem;
        line-height: 1.8;
        letter-spacing: 0.1em;
        margin-bottom: 4vw; } }
  .lcl-voice .lcl-voice-list__sub {
    font-size: 1.3rem;
    line-height: 1.6;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 767px) {
      .lcl-voice .lcl-voice-list__sub {
        font-size: 1.3rem;
        line-height: 1.6;
        letter-spacing: 0.1em; } }

.lcl-care {
  background: #000;
  padding: 40px 0 97px; }
  @media screen and (max-width: 767px) {
    .lcl-care {
      padding: 0; } }
  .lcl-care .lcl-care__ttl01 {
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .lcl-care .lcl-care__ttl01 {
        margin-bottom: 5.3333333333vw; } }
  .lcl-care .lcl-care__txt01 {
    font-size: 4.2rem;
    line-height: 1.6;
    letter-spacing: 0.3em;
    text-align: center;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .lcl-care .lcl-care__txt01 {
        font-size: 2.4rem;
        line-height: 1.8;
        letter-spacing: 0.3em;
        margin-bottom: 7.2vw; } }
  .lcl-care .lcl-care__txt02 {
    text-align: center;
    font-size: 2rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .lcl-care .lcl-care__txt02 {
        font-size: 1.3rem;
        line-height: 1.6;
        letter-spacing: 0.1em;
        margin-bottom: 9.0666666667vw; } }
  .lcl-care .lcl-care__img {
    margin: 0 auto;
    width: 597px;
    height: 1120px;
    position: relative;
    overflow: hidden;
    background: url(../img/care/img_01.png) center center/595px auto no-repeat; }
    .lcl-care .lcl-care__img::after {
      content: "";
      height: 150%;
      width: calc(100% + 4px);
      position: absolute;
      left: -2px;
      bottom: 0;
      display: block;
      background: linear-gradient(0deg, #000 70%, rgba(102, 102, 102, 0.8) 75%, rgba(0, 0, 0, 0) 100%);
      transition: bottom 3s ease; }
    .lcl-care .lcl-care__img.scr-anin--on::after {
      bottom: -150%; }
    @media screen and (max-width: 767px) {
      .lcl-care .lcl-care__img {
        width: 81.3333333333vw;
        height: 215.4666666667vw;
        background: url(../img/care/sp/img_01.png) center center/contain no-repeat; } }

.lcl-trust {
  position: relative;
  z-index: 1;
  background: #000;
  overflow: hidden; }
  .lcl-trust.scr-anin .lcl-trust__txt01,
  .lcl-trust.scr-anin .lcl-trust-ttl::before,
  .lcl-trust.scr-anin .lcl-trust-ttl::after,
  .lcl-trust.scr-anin .lcl-trust-ttl__item,
  .lcl-trust.scr-anin .lcl-trust__txt02 {
    opacity: 0;
    filter: blur(10px);
    transition: opacity 2s ease, filter 2s ease; }
  .lcl-trust.scr-anin .lcl-trust-ttl::before,
  .lcl-trust.scr-anin .lcl-trust-ttl::after {
    transition-delay: 0.5s; }
  .lcl-trust.scr-anin .lcl-trust-ttl__item {
    transition-delay: 0.25s; }
    .lcl-trust.scr-anin .lcl-trust-ttl__item:nth-child(n + 2) {
      transition-delay: 0.75s; }
  .lcl-trust.scr-anin .lcl-trust__txt02 {
    transition-delay: 1s; }
  .lcl-trust.scr-anin--on .lcl-trust__txt01,
  .lcl-trust.scr-anin--on .lcl-trust-ttl::before,
  .lcl-trust.scr-anin--on .lcl-trust-ttl::after,
  .lcl-trust.scr-anin--on .lcl-trust-ttl__item,
  .lcl-trust.scr-anin--on .lcl-trust__txt02 {
    opacity: 1;
    filter: blur(0); }
  .lcl-trust .lcl-trust-img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: -1; }
    @media screen and (max-width: 767px) {
      .lcl-trust .lcl-trust-img {
        height: 160vw; } }
    .lcl-trust .lcl-trust-img::after, .lcl-trust .lcl-trust-img::before {
      content: "";
      display: block;
      width: 100%;
      position: absolute;
      left: 0;
      background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
      z-index: 1; }
    .lcl-trust .lcl-trust-img::after {
      top: -1px;
      height: 408px; }
      @media screen and (max-width: 767px) {
        .lcl-trust .lcl-trust-img::after {
          height: 30.1333333333vw; } }
    .lcl-trust .lcl-trust-img::before {
      transform: rotate(180deg);
      height: 720px;
      bottom: 0; }
      @media screen and (max-width: 767px) {
        .lcl-trust .lcl-trust-img::before {
          height: 58.1333333333vw; } }
  .lcl-trust .lcl-trust-img__in {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/trust/bg_01.jpg) center center/cover no-repeat;
    animation: lcl-about__bg2 30s ease-in-out infinite alternate; }
@keyframes lcl-about__bg2 {
  0% {
    transform: scale(1) rotate(0deg); }
  50% {
    transform: scale(1.25) rotate(5deg); }
  100% {
    transform: scale(1.15) rotate(-5deg); } }
    @media screen and (max-width: 767px) {
      .lcl-trust .lcl-trust-img__in {
        background: url(../img/trust/sp/bg_01.jpg) center center/cover no-repeat; } }
  .lcl-trust .lcl-trust__in {
    width: 1000px;
    margin: 0 auto;
    padding: 100px 0; }
    @media screen and (max-width: 767px) {
      .lcl-trust .lcl-trust__in {
        width: 100%;
        padding: 25.6vw 8vw 21.3333333333vw; } }
  .lcl-trust .lcl-trust__txt01 {
    text-align: center;
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin-bottom: 5px; }
    @media screen and (max-width: 767px) {
      .lcl-trust .lcl-trust__txt01 {
        font-size: 1.3rem;
        letter-spacing: 0.1em;
        margin-bottom: 2.6666666667vw; } }
  .lcl-trust .lcl-trust-ttl {
    text-align: center;
    position: relative;
    margin-bottom: 35px;
    	/*
        &::before,
        &::after {
          content: "";
          display: block;
          width: 1px;
          height: 70px;
          background: #c4c4c4;
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          right: 0;
          margin: auto;
          @include media_narrow {
            height: vw(67);
          }
        }
        &::before {
          transform: rotate(45deg);
        }
        &::after {
          transform: rotate(-45deg);
        }
    	  */ }
    @media screen and (max-width: 767px) {
      .lcl-trust .lcl-trust-ttl {
        margin-bottom: 5.3333333333vw; } }
  .lcl-trust .lcl-trust-ttl__item {
    display: block;
    font-size: 4rem;
    line-height: 1.6;
    letter-spacing: 0.3em;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .lcl-trust .lcl-trust-ttl__item {
        font-size: 2.4rem;
        letter-spacing: 0.3em; } }
    .lcl-trust .lcl-trust-ttl__item:nth-child(n + 2) {
      margin-top: 65px; }
  .lcl-trust .lcl-trust__txt02 {
    text-align: center;
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin-bottom: 100px; }
    @media screen and (max-width: 767px) {
      .lcl-trust .lcl-trust__txt02 {
        font-size: 1.3rem;
        line-height: 1.6;
        letter-spacing: 0.1em;
        margin-bottom: 16vw;
        text-align: left; } }
  .lcl-trust .lcl-trust-list {
    margin-bottom: 100px; }
    @media screen and (max-width: 767px) {
      .lcl-trust .lcl-trust-list {
        margin-bottom: 13.3333333333vw; } }
  .lcl-trust .lcl-trust-list__item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .lcl-trust .lcl-trust-list__item {
        display: block; } }
    .lcl-trust .lcl-trust-list__item:nth-child(n + 2) {
      margin-top: 90px; }
      @media screen and (max-width: 767px) {
        .lcl-trust .lcl-trust-list__item:nth-child(n + 2) {
          margin-top: 13.3333333333vw; } }
  .lcl-trust .lcl-trust-list__img {
    width: 523px; }
    @media screen and (max-width: 767px) {
      .lcl-trust .lcl-trust-list__img {
        width: 100%;
        margin-bottom: 7.2vw; } }
  .lcl-trust .lcl-trust-list__cnt {
    width: 425px; }
    @media screen and (max-width: 767px) {
      .lcl-trust .lcl-trust-list__cnt {
        width: 100%; } }
  .lcl-trust .lcl-trust-list__txt01 {
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 18px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .lcl-trust .lcl-trust-list__txt01 {
        font-size: 1.3rem;
        line-height: 1;
        letter-spacing: 0.1em;
        margin-bottom: 4vw; } }
  .lcl-trust .lcl-trust-list__ttl {
    font-size: 2.8rem;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #f7b98d;
    font-weight: 500;
    margin-bottom: 37px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .lcl-trust .lcl-trust-list__ttl {
        font-size: 1.7rem;
        letter-spacing: 0.1em;
        margin-bottom: 5.3333333333vw; } }
  .lcl-trust .lcl-trust-list__txt02 {
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 767px) {
      .lcl-trust .lcl-trust-list__txt02 {
        font-size: 1.3rem;
        letter-spacing: 0.1em; } }
  .lcl-trust .lcl-trust-list__item--reverse {
    flex-direction: row-reverse; }
  .lcl-trust .lcl-trust__btn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center; }

.ambassador {
  width: 1000px;
  margin: 50px auto;
  text-align: center; }

@media screen and (max-width: 767px) {
  .ambassador {
    width: 100%;
    padding: 0px 15px; } }


/*modal*/

.modal_box {
	width: 360px ;
	margin: 0 auto ;
}
.modal_box_in {
	width: 360px ;
   height: 55px;
	margin: 0 auto ;
	position: absolute ;
	bottom:50px ;
	left: 0 ;
	right: 0 ;
	z-index: 5 ;
	background: #fff ;
	border-radius: 8px ;
}
.button {
  padding: 0 2em;
  border: 0;
  width: 100%;
height: 55px ;
  position: relative;
	background: none ;
}

.button span {
     position: absolute;          /* 位置指定 */
   padding: 5px 0 0 20px;               /* 余白指定 */
   top:  0;                     /* 位置指定 */
   bottom:  0;                  /* 位置指定 */
   left:  0;                    /* 位置指定 */
   right:  0;                   /* 位置指定 */
   margin:  auto;               /* 中央寄せ */
  font-size: 16px;
  font-weight: bold;
   max-width:  320px;               /* 幅指定 */
   height: 55px;
	text-align: center ;
}

.button span::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 16px;
  height: 16px;
  margin: auto 0;
  background: url(../img/img_alert.png) center/cover no-repeat;
}

.button:hover {
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
height: 100vh;
  width: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}

.modal-content {
background: #fff ;
  margin: 12% auto;
  width: 550px;
  animation-name: modalopen;
  animation-duration: 1s;
	padding: 15px ;
	border-radius: 10px;
}

@keyframes modalopen {
  from {opacity: 0}
  to {opacity: 1}
}

.modal-body {
	border: 1px solid #A88A22 ;
	padding: 40px 20px ;
	border-radius: 10px ;
	background: #F8F1E1 ;
	margin-top: 5px ;
}


.modal-body p.title_modal {
	text-align: center ;
	color: #A88A22 ;
	font-weight: bold ;
	font-size: 1.6rem ;
	margin-top: 10px ;

}

.modalClose {
  font-size: 3rem;
	font-weight: normal ;
	text-align: right ;
	color: #000 ;
}

.modal-body p.text_modal {
	font-size: 1.5rem ;
	line-height: 1.8 ;
	margin-top: 20px ;
}

.modalClose:hover {
  cursor: pointer;
}

.modal-body {
  padding: 10px 15px 20px 15px;
  color: black;
}

@media screen and (max-width: 767px) {
.modal_box {
  width: 100vw;
}
	
	.modal_box_in {
  width: 320px;
		height: 40px ;
	bottom:30px ;
}
	
.button {
height: 40px ;
}

.button span {
  font-size: 14px;
   max-width:  290px;
	height: 40px ;
	padding: 0 0 0 20px ;
	top:  -18px;   
}


.button span::before {
  top: 3px;
}
	
	
	.modal-content {
  width: 92vw;
  margin: 35% auto;
}
	
	
}


.pr_movie {
	width: 100% ;
	max-width: 1000px ;
	margin: 150px auto 80px auto ;
	padding: 0 20px ;
	text-align: center ;
}
.pr_movie h2 {
	font-size: 48px ;
	letter-spacing: 0.1em ;
}

.pr_movie p {
	font-size: 18px ;
	margin-top: 20px ;
}

@media screen and (max-width: 767px) {
.pr_movie {
	margin: 80px auto 150px auto ;
	padding: 0 20px ;
	text-align: center ;
}
	
.pr_movie h2 {
	font-size: 36px ;
}
.pr_movie p {
	font-size: 13px ;
}
	
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
	margin-top: 30px ;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}


