@media all and (max-width: 767px) {
  .showcase-01 {
    width: 100%;
    height: 100vh;
  }
  .showcase-01:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 50%);
    opacity: 1;
    transition: opacity 1s; }
  .showcase-01 .showcase-01-wrapper {
    width: 100%;
    height: 100%;
    background-color: #000;
    overflow: hidden; }
  .showcase-01 .showcase-01-wrapper:before {
    content: '';
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 20%);
    opacity: 0.6; }
  .showcase-01 .showcase-01-wrapper .slide-container {
    width: 100%;
    height: 100%; }
  .showcase-01 .showcase-01-wrapper .slide-container .slide-item {
    width: 100%;
    height: 100%; }
  .showcase-01 .showcase-01-wrapper .slide-container video {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .showcase-01 .showcase-01-wrapper .slide-container .container-01 {
    width: 100%;
    height: 100%; }
  .showcase-01 .showcase-01-wrapper .slide-container .container-01 img {
    width: 100%;
    height: 100%;
    margin: 0 !important;
    object-fit: cover; }
  .showcase-01 .showcase-01-wrapper .text-container {
    position: absolute;
    z-index: 2;
    top: 168px;
    left: 16px;
    color: #fff; }
  .showcase-01 .showcase-01-wrapper .text-container .text-static {
    transform: translateX(200px);
    opacity: 0;
    transition: opacity 1s, transform 1s 1.2s ease; }
  .showcase-01 .showcase-01-wrapper .text-container .text-variable {
    transform: translateY(300px);
    opacity: 0;
    transition: opacity 0.8s 1.5s, transform 1.5s 0.9s ease; }
  .showcase-01 .showcase-01-wrapper .text-container .text-variable .text-item {
    opacity: 0.1;
    transition: opacity 0.5s; }
  .showcase-01 .showcase-01-wrapper .text-container .text-variable .text-item.text-active {
    opacity: 1 !important; }
  .showcase-01 .showcase-01-wrapper .text-container .text-variable .text-item[data-text-position='1'] {
    opacity: 0.2; }
  .showcase-01 .showcase-01-wrapper .text-container .text-variable .text-item[data-text-position='2'] {
    opacity: 0.2; }
  .showcase-01 .showcase-01-wrapper .text-container .text-variable .text-item[data-text-position='-1'], .showcase-01 .showcase-01-wrapper .text-container .text-variable .text-item[data-text-position='-2'], .showcase-01 .showcase-01-wrapper .text-container .text-variable .text-item[data-text-position='-3'] {
    opacity: 0; }
  .showcase-01 .arrow-svg-container {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 32px;
    width: 172px;
    height: 198px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22172%22%20height%3D%22198%22%20viewBox%3D%220%200%20172%20198%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cpath%20d%3D%22M67.7652%20-6.61496e-06L67.7652%20135.692L-5.22327e-06%2078.5056L-3.172e-06%20125.433L86.0078%20198L172%20125.433L172%2078.5056L105.298%20134.796L105.298%20-8.25557e-06L67.7652%20-6.61496e-06Z%22%20fill%3D%22%23FF0000%22%2F%3E%20%3C%2Fsvg%3E%20");
    background-size: cover;
    opacity: 0;
    transition: opacity 1s; }
  .showcase-01.show-ready:after {
    opacity: .95; }
  .showcase-01.show-intro .showcase-01-wrapper .text-container .text-static {
    transform: translateX(0);
    opacity: 1; }
  .showcase-01.show-intro .showcase-01-wrapper .text-container .text-variable {
    transform: translateY(0);
    opacity: 1; }
  .showcase-01.show-intro .arrow-svg-container {
    opacity: 1; }
  .showcase-01.show-resize:after {
    opacity: 1; } }
/* Common sm, md, lg */
@media all and (min-width: 768px) {
  .showcase-01:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 50%);
    opacity: 1;
    transition: opacity 1s; }
  .showcase-01 .showcase-01-wrapper {
    width: 100%;
    height: 100%;
    background-color: #000;
    overflow: hidden; }
  .showcase-01 .showcase-01-wrapper .slide-container {
    width: 100%;
    height: 100%; }
  .showcase-01 .showcase-01-wrapper .slide-container .slide-item {
    width: 100%;
    height: 100%; }
  .showcase-01 .showcase-01-wrapper .slide-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50% !important; }
  .showcase-01 .showcase-01-wrapper .slide-container .container-01 {
    width: 100%;
    height: 100%; }
  .showcase-01 .showcase-01-wrapper .slide-container .container-01 img {
    width: 100%;
    height: 100%;
    margin: 0 !important;
    object-fit: cover; }
  .showcase-01 .showcase-01-wrapper .text-container {
    position: absolute;
    z-index: 2;
    top: 40%;
    left: 100px;
    display: flex;
    color: #fff; }
  .showcase-01 .showcase-01-wrapper .text-container .text-static {
    margin: 0 22px 0 0;
    transform: translateX(500px);
    opacity: 0;
    transition: opacity 1s, transform 1s 1.2s ease; }
  .showcase-01 .showcase-01-wrapper .text-container .text-variable {
    transform: translateY(500px);
    opacity: 0;
    transition: opacity 0.8s 1.5s, transform 1.5s 0.9s ease; }
  .showcase-01 .showcase-01-wrapper .text-container .text-variable .text-item {
    padding: 0 0 12px 0;
    opacity: 0.1;
    text-shadow: none;
    transition: opacity 0.5s; }
  .showcase-01 .showcase-01-wrapper .text-container .text-variable .text-item.text-active {
    opacity: 1 !important; }
  .showcase-01 .showcase-01-wrapper .text-container .text-variable .text-item[data-text-position='1'] {
    opacity: 0.2; }
  .showcase-01 .showcase-01-wrapper .text-container .text-variable .text-item[data-text-position='2'] {
    opacity: 0.2; }
  .showcase-01 .showcase-01-wrapper .text-container .text-variable .text-item[data-text-position='-2'], .showcase-01 .showcase-01-wrapper .text-container .text-variable .text-item[data-text-position='-3'] {
    opacity: .2; }
  .showcase-01 .showcase-01-wrapper:before {
    content: '';
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 20%);
    opacity: 0.6; }
  .showcase-01 .arrow-svg-container {
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: 90px;
    width: 584px;
    height: 670px;
    background-image: url("data:image/svg+xml,%3Csvg%20class%3D%22arrow-svg%22%20width%3D%22584%22%20height%3D%22670%22%20viewBox%3D%220%200%20584%20670%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cpath%20d%3D%22M230.086%20-1.00574e-05L230.086%20459.16L-1.76747e-05%20265.65L-1.07335e-05%20424.445L292.027%20670L584%20424.445L584%20265.65L357.523%20456.13L357.523%20-1.56278e-05L230.086%20-1.00574e-05Z%22%20fill%3D%22%23ffffff%22%20%2F%3E%20%3C%2Fsvg%3E");
    background-size: cover;
    opacity: 0;
    transition: opacity 1s; }
  .showcase-01.show-ready:after {
    opacity: .95; }
  .showcase-01.show-intro .showcase-01-wrapper .text-container .text-static {
    transform: translateX(0);
    opacity: 1; }
  .showcase-01.show-intro .showcase-01-wrapper .text-container .text-variable {
    transform: translateY(0);
    opacity: 1; }
  .showcase-01.show-intro .arrow-svg-container {
    opacity: .2; }
  .showcase-01.show-resize:after {
    opacity: 1; } }
@media all and (min-width: 1180px) and (-webkit-min-device-pixel-ratio: 1.01) and (-webkit-max-device-pixel-ratio: 1.1) {
  .showcase-01 {
    height: 105.2631578947vh; } }
@media all and (min-width: 1180px) and (-webkit-min-device-pixel-ratio: 1.11) and (-webkit-max-device-pixel-ratio: 1.49) {
  .showcase-01 {
    height: 111.1111111111vh; } }
@media all and (min-width: 1180px) and (-webkit-min-device-pixel-ratio: 1.5) and (-webkit-max-device-pixel-ratio: 1.99) {
  .showcase-01 {
    height: 115vh; } }

.showcase-01 {
  width: 100%;
  height: 100vh;
}
@media all and (max-width: 1377px) {
  .showcase-01 {
    height: 85vh;
  }
  }
@media all and (max-width: 991px) {
  .showcase-01 {
    height: 95vh;
  }
  }
@media all and (max-width: 491px) {
  .showcase-01 {
    height: 100vh;
  }
  }



/* Common XS1 and XS2 */
/* XS1 */
body .showcase-01 {
  zoom: 0.925;
}
@media all and (max-width: 419px) {
  .c-wrapper {
    width: calc(100% - 32px); } }
/* XS2 */
@media all and (min-width: 420px) and (max-width: 767px) {
  .c-wrapper {
    width: calc(100% - 32px); } }
/* Common SM1 and SM2 */
/* SM1 */
@media all and (min-width: 768px) and (max-width: 1023px) {
  body .showcase-01 {
    zoom: 0.85; }

  .c-wrapper {
    width: 1320px; } }
/* SM2 */
@media all and (min-width: 1024px) and (max-width: 1179px) {
  body .showcase-01 {
    zoom: 0.87; }

  .c-wrapper {
    width: 1320px; } }
/* Common MD and LG */
/* MD */
@media all and (min-width: 1180px) and (max-width: 1679px) {
  body .showcase-01 {
    zoom: 0.925; }
  .c-wrapper {
    width: 1320px; } }
/* LG */
@media all and (min-width: 1680px) {
  .c-wrapper {
    width: 1320px; } }
/* Power */
/* Neutral */
/* System */
/* Information */
/* Warning */
/* Success */
/* Common xs1, xs2 */
@media all and (max-width: 767px) {
  .list-01 {
    background: #FFFFFF; }
  .list-01 .c-wrapper {
    padding: 48px 0 80px 0; }
  .list-01 .c-wrapper .c-column-01 {
    display: flex;
    flex-direction: column;
    margin-bottom: 48px; }
  .list-01 .c-wrapper .c-column-01 .c-item-01 {
    padding-right: 8px;
    margin-bottom: 24px;
    color: #141414; }
  .list-01 .c-wrapper .c-column-01 .c-item-02 {
    padding-right: 8px;
    color: #3D3D3D; }
  .list-01 .c-wrapper .c-column-02 {
    width: 100%; }
  .list-01 .c-wrapper .c-column-02 .c-container-01 {
    display: block;
    margin-bottom: 32px; }
  .list-01 .c-wrapper .c-column-02 .c-container-01 .c-item-01 .c-unit-01 img {
    width: calc(100% + 32px);
    margin: 0 0 0 -16px;
    height: 222px;
    object-fit: cover;
    object-position: center; }
  .list-01 .c-wrapper .c-column-02 .c-container-01 .c-item-01 .c-unit-02 {
    display: none;
    position: absolute;
    bottom: 0;
    left: -20px; }
  .list-01 .c-wrapper .c-column-02 .c-container-01 .c-item-03 {
    margin-top: 20px;
    color: #141414; }
  .list-01 .c-wrapper .c-column-02 .c-container-01:last-child {
    margin-bottom: 0; } }

@media all and (max-width: 767px) {
  .htone {
    font-size: 5em;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 88px;
    text-decoration: none; }

  .hero-title {
    font-size: 2em;
    font-weight: 300;
    letter-spacing: -0.01em;
    line-height: 50px;
    text-decoration: none; }

  .hero-title-thin {
    font-size: 2em;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 68px;
    text-decoration: none; }
}
.hero-title, .hero-title-thin {
  color: #fff;
  font-family: var(--default-font);
  text-shadow: 2px 2px 15px #00000094;

}
@media all and (min-width: 768px) {
  .htone {
    font-size: 15em;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 240px;
    text-decoration: none; }

  .hero-title {
    font-size: 3em;
    font-weight: 300;
    letter-spacing: -.01em;
    line-height: 80px;
    text-decoration: none;
  }

  .hero-title-thin {
    font-size: 3em;
    font-weight: 200;
    letter-spacing: -0.01em;
    line-height: 80px;
    text-decoration: none; }

  .heading-extra-large {
    font-size: 4em;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 72px;
    text-decoration: none; }

  .heading-extra-large-thin {
    font-size: 4em;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 72px;
    text-decoration: none; }

  .heading-large {
    font-size: 3em;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 60px;
    text-decoration: none; }

  .heading-medium {
    font-size: 2.25em;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 44px;
    text-decoration: none; }

  .heading-small {
    font-size: 1.5em;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 32px;
    text-decoration: none; }

  .heading-extra-small {
    font-size: 1.25em;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 28px;
    text-decoration: none; }

  .body-extra-large {
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 32px;
    text-decoration: none; }

  .body-large {
    font-size: 1.125em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 26px;
    text-decoration: none; }

  .body-medium {
    font-size: 1em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
    text-decoration: none; }

  .body-small {
    font-size: 0.875em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 20px;
    text-decoration: none; }

  .body-extra-small {
    font-size: 0.8125em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 18px;
    text-decoration: none; } }