/* s5 reset */
.s5-container {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.s5-frontLoginContainer,
.s5-breadcrumbs {
  display: none;
}

.s5-pageFooter {
  position: relative;
  z-index: 10;
}

.s5-returnToTop {
  margin-top: 0;
}

html {
  font-size: 100%;
}

/* slider */
.slider {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  z-index: 0;
  -webkit-transform: scale(1.14);
          transform: scale(1.14);
  -webkit-transition: opacity 0, -webkit-transform 0;
  transition: opacity 0, -webkit-transform 0;
  transition: opacity 0, transform 0;
  transition: opacity 0, transform 0, -webkit-transform 0;
}
.slider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.slider-item.current {
  z-index: 2;
  opacity: 1;
  -webkit-animation: fadeInScaleOut 7.2s linear both;
          animation: fadeInScaleOut 7.2s linear both;
}
.slider-item.current.hide {
  z-index: 1;
}
.slider-item.first {
  opacity: 0 !important;
}
.slider-bar {
  position: absolute;
  bottom: 0;
  height: 2px;
  background: #fff;
  -webkit-animation: sliderBar 6s linear infinite;
          animation: sliderBar 6s linear infinite;
  z-index: 20;
}
.slider-ctrl {
  display: block;
  display: none;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: transparent;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 30;
}
.slider-ctrl img {
  width: 100%;
  height: auto;
}

@-webkit-keyframes sliderBar {
  0%, 5% {
    width: 0;
  }
  95%, 100% {
    width: 100%;
  }
}

@keyframes sliderBar {
  0%, 5% {
    width: 0;
  }
  95%, 100% {
    width: 100%;
  }
}
@-webkit-keyframes current-slide {
  0% {
    -webkit-transform: scale(1.14);
            transform: scale(1.14);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes current-slide {
  0% {
    -webkit-transform: scale(1.14);
            transform: scale(1.14);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fadeInScaleOut {
  0% {
    -webkit-transform: scale(1.14);
            transform: scale(1.14);
    opacity: 0;
  }
  22.2% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeInScaleOut {
  0% {
    -webkit-transform: scale(1.14);
            transform: scale(1.14);
    opacity: 0;
  }
  22.2% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
/* modal */
.modal.is-open .modal-overlay {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.modal.is-loading {
  display: none;
}

.modal-overlay,
.modal-container {
  will-change: transform;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  background: rgba(0, 0, 0, 0.8);
}

.modal-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.modal-container .modal-close {
  position: fixed;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 16px;
  height: 16px;
  right: 20px;
  top: 20px;
  z-index: 1;
  border: 0;
  cursor: pointer;
  background: transparent;
}

@media screen and (min-width: 641px) {
  .modal-container .modal-close {
    width: 32px;
    height: 32px;
    top: 30px;
    right: 30px;
  }
}
.modal-container .modal-close:hover,
.modal-container .modal-close:focus {
  opacity: 0.7;
}

.modal-container .modal-close img {
  width: 100%;
  height: auto;
}

.modal-content {
  padding: 0;
  width: 100%;
}

@media screen and (min-width: 641px) {
  .modal-content {
    padding: 40px;
    max-width: 1190px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
}
.modal-video-content {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}

.modal-video-content video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* modules */
br.bsp {
  display: inline-block;
}
@media screen and (min-width: 640px) {
  br.bsp {
    display: none;
  }
}
br.nbsp {
  display: none;
}
@media screen and (min-width: 640px) {
  br.nbsp {
    display: inline-block;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 640px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 640px) {
  .sp {
    display: none;
  }
}

sup {
  vertical-align: super;
  font-size: 0.7em;
  font-family: "M PLUS 1p", sans-serif;
}

.mplus {
  font-family: "M PLUS 1p", sans-serif;
}

.pause-animation {
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important;
  -webkit-transition: none !important;
  transition: none !important;
}

.bg-normal {
  background: #f4f4f4;
}
.bg-black {
  background: #000;
  color: #fff;
}
.bg-white {
  background: #fff;
}
.bg-tp-black {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.mod-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.mod-inner-m {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 30px;
}
.mod-btnbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
@media screen and (min-width: 640px) {
  .mod-btnbox {
    margin-top: 40px;
  }
}
.mod-btn {
  width: 150px;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 200px;
  border: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
  background: #000;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 640px) {
  .mod-btn {
    width: 150px;
    height: 45px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.mod-btn:hover, .mod-btn:focus-visible {
  background: #fff;
  color: #000;
  text-decoration: none;
}

/* page style */
.lvp {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
  -webkit-font-smoothing: antialiased;
}
.lvp-video-ctrl {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 30px;
  height: 30px;
}
.lvp-video-ctrl-btn {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  z-index: 1;
}
.lvp-video-ctrl-btn img[alt="Play Video"] {
  margin-left: 2px;
}
.lvp-video-ctrl-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lvp-bg {
  width: 100%;
  height: 100lvh;
  position: fixed;
  top: 0;
  left: 0;
}
.lvp-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.lvp-gnav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
  background: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (min-width: 640px) {
  .lvp-gnav {
    background: #fff !important;
  }
}
.lvp-gnav.is-open {
  background: #f4f4f4;
}
.lvp-gnav-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 0;
  padding-left: 20px;
}
@media screen and (min-width: 640px) {
  .lvp-gnav-inner {
    height: 64px;
    padding-left: 30px;
    padding-right: 30px;
    width: calc(100% - 60px);
  }
}
.lvp-gnav-logo {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.lvp-gnav-logo img {
  width: 180px;
  height: auto;
}
@media screen and (min-width: 360px) {
  .lvp-gnav-logo img {
    width: 224px;
  }
}
@media screen and (min-width: 640px) {
  .lvp-gnav-logo img {
    width: 275px;
  }
}
.lvp-gnav-ham {
  margin: 0;
  padding: 0;
  position: relative;
  background: transparent;
  border: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
@media screen and (min-width: 640px) {
  .lvp-gnav-ham {
    display: none;
  }
}
.lvp-gnav-ham[aria-expanded=true] .lvp-gnav-ham-line {
  top: 50%;
  -webkit-transition: top 0.16s, -webkit-transform 0.24s 0.16s;
  transition: top 0.16s, -webkit-transform 0.24s 0.16s;
  transition: top 0.16s, transform 0.24s 0.16s;
  transition: top 0.16s, transform 0.24s 0.16s, -webkit-transform 0.24s 0.16s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.lvp-gnav-ham[aria-expanded=true] .lvp-gnav-ham-line:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.lvp-gnav-ham[aria-expanded=true] .lvp-gnav-ham-line:nth-of-type(2) {
  opacity: 0;
}
.lvp-gnav-ham[aria-expanded=true] .lvp-gnav-ham-line:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.lvp-gnav-ham-inner {
  width: 20px;
  height: 13px;
  position: relative;
}
.lvp-gnav-ham-line {
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  -webkit-transition: top 0.24s 0.16s, -webkit-transform 0.16s;
  transition: top 0.24s 0.16s, -webkit-transform 0.16s;
  transition: top 0.24s 0.16s, transform 0.16s;
  transition: top 0.24s 0.16s, transform 0.16s, -webkit-transform 0.16s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.lvp-gnav-ham-line:nth-of-type(1) {
  top: 0;
  will-change: transform;
}
.lvp-gnav-ham-line:nth-of-type(2) {
  top: 50%;
  will-change: opacity;
}
.lvp-gnav-ham-line:nth-of-type(3) {
  top: 100%;
  will-change: transform;
}
.lvp-gnav-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0px;
  background: #f4f4f4;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 640px) {
  .lvp-gnav-menu {
    position: static;
    opacity: 1 !important;
    width: auto !important;
    height: auto !important;
    background: transparent;
    display: block;
  }
}
.lvp-gnav-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-6vh);
          transform: translateY(-6vh);
}
@media screen and (min-width: 640px) {
  .lvp-gnav-menu-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.lvp-gnav-menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 640px) {
  .lvp-gnav-menu-item {
    height: 100%;
  }
}
.lvp-gnav-menu-item:nth-of-type(n + 2) {
  margin-top: 45px;
}
@media screen and (min-width: 640px) {
  .lvp-gnav-menu-item:nth-of-type(n + 2) {
    margin-top: 0;
    margin-left: 35px;
  }
}
.lvp-gnav-menu-link {
  position: relative;
}
@media screen and (min-width: 640px) {
  .lvp-gnav-menu-link {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.lvp-gnav-menu-link[aria-current=page]::after, .lvp-gnav-menu-link:hover::after, .lvp-gnav-menu-link:focus-visible::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.lvp-gnav-menu-link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #bebebe;
}
@media screen and (min-width: 640px) {
  .lvp-gnav-menu-link::after {
    height: 5px;
  }
}
.lvp-gnav-menu-link img {
  width: auto;
  height: 21px;
}
@media screen and (min-width: 640px) {
  .lvp-gnav-menu-link img {
    height: 10px;
  }
}
.lvp-kv, .lvp-contents, .lvp-aside {
  position: relative;
}
.lvp-kv-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
}
.lvp-kv-bg img,
.lvp-kv-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.lvp-kv-inner {
  position: relative;
  z-index: 1;
  height: calc(100svh - 50px - 50px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 640px) {
  .lvp-kv-inner {
    height: calc(100svh - 70px - 64px);
  }
}
.lvp-kv-textbox {
  -webkit-transform: translateY(-2svh);
          transform: translateY(-2svh);
  padding: 0 20px;
}
.lvp-kv-title {
  margin: 0;
  color: #fff;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .lvp-kv-title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.lvp-kv-logo {
  max-width: 552px;
  width: 100%;
  height: auto;
}
.lvp-intro {
  text-align: center;
  padding: 84px 0;
}
@media screen and (min-width: 640px) {
  .lvp-intro {
    padding: 120px;
  }
}
.lvp-intro-title {
  margin: 0;
  padding: 0;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 640px) {
  .lvp-intro-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.lvp-intro-text {
  margin: 0;
  margin-top: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 640px) {
  .lvp-intro-text {
    font-size: 16px;
    font-size: 1rem;
  }
}
.lvp-works-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lvp-works-list-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #000;
  color: #fff !important;
  height: 100%;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
.lvp-works-list-title:focus {
  outline: 0;
}
.lvp-works-list-title:hover, .lvp-works-list-title:focus-visible {
  text-decoration: none;
  background: #4c4c4c;
}
.lvp-works-list-title-text {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-weight: 400;
}
@media screen and (min-width: 980px) {
  .lvp-works-list-title-text {
    font-size: 16px;
    font-size: 1rem;
  }
}
.lvp-works-list.c3 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  background: #000;
}
.lvp-works-list.c3 .lvp-works-item {
  width: 100%;
  height: 220px;
  height: 56.4102564103vw;
}
@media screen and (min-width: 360px) {
  .lvp-works-list.c3 .lvp-works-item {
    width: 50%;
    height: 110px;
    height: 28.2051282051vw;
  }
}
@media screen and (min-width: 980px) {
  .lvp-works-list.c3 .lvp-works-item {
    width: 33.3333333333%;
    height: 263.3306666667px;
    height: 18.8093333333vw;
  }
}
.lvp-works-list.c3 .lvp-works-meta {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 25px;
}
.lvp-works-list.c3 .lvp-works-meta-num {
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (min-width: 640px) {
  .lvp-works-list.c3 .lvp-works-meta-num {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.lvp-works-list.c3 .lvp-works-meta-title {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 2px;
}
@media screen and (min-width: 640px) {
  .lvp-works-list.c3 .lvp-works-meta-title {
    margin-top: 5px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.lvp-works-list.c3 .lvp-works-meta-caption {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 640px) {
  .lvp-works-list.c3 .lvp-works-meta-caption {
    font-size: 16px;
    font-size: 1rem;
  }
}
.lvp-works-list.c5 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  background: #000;
}
.lvp-works-list.c5 .lvp-works-item {
  width: 100%;
  height: 220px;
  height: 56.4102564103vw;
}
@media screen and (min-width: 360px) {
  .lvp-works-list.c5 .lvp-works-item {
    width: 50%;
    height: 110px;
    height: 28.2051282051vw;
  }
}
@media screen and (min-width: 980px) {
  .lvp-works-list.c5 .lvp-works-item {
    width: 20%;
    height: 157.9984px;
    height: 11.2856vw;
  }
}
.lvp-works-list.c5 .lvp-works-meta {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 25px;
}
.lvp-works-list.c5 .lvp-works-meta-num {
  font-size: 10px;
  font-size: 0.625rem;
}
.lvp-works-list.c5 .lvp-works-meta-title {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 2px;
}
@media screen and (min-width: 640px) {
  .lvp-works-list.c5 .lvp-works-meta-title {
    margin-top: 5px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.lvp-works-list.c5 .lvp-works-meta-caption {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 640px) {
  .lvp-works-list.c5 .lvp-works-meta-caption {
    font-size: 16px;
    font-size: 1rem;
  }
}
.lvp-works-list.c4 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  background: #000;
}
.lvp-works-list.c4 .lvp-works-item {
  width: 100%;
  height: 220px;
  height: 56.4102564103vw;
}
@media screen and (min-width: 360px) {
  .lvp-works-list.c4 .lvp-works-item {
    width: 50%;
    height: 110px;
    height: 28.2051282051vw;
  }
}
@media screen and (min-width: 980px) {
  .lvp-works-list.c4 .lvp-works-item {
    width: 25%;
    height: 197.498px;
    height: 14.107vw;
  }
}
.lvp-works-list.c4 .lvp-works-meta {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 25px;
}
.lvp-works-list.c4 .lvp-works-meta-num {
  font-size: 10px;
  font-size: 0.625rem;
}
.lvp-works-list.c4 .lvp-works-meta-title {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 2px;
}
@media screen and (min-width: 640px) {
  .lvp-works-list.c4 .lvp-works-meta-title {
    margin-top: 5px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.lvp-works-list.c4 .lvp-works-meta-caption {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 640px) {
  .lvp-works-list.c4 .lvp-works-meta-caption {
    font-size: 16px;
    font-size: 1rem;
  }
}
.lvp-works-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  height: 220px;
  height: 56.4102564103vw;
}
@media screen and (min-width: 640px) {
  .lvp-works-item {
    height: 550px;
    height: 39.2857142857vw;
  }
}
@media screen and (min-width: 980px) {
  .lvp-works-item {
    height: 350px;
    height: 25vw;
  }
}
.lvp-works-link {
  position: relative;
  display: block;
  height: 100%;
}
.lvp-works-link:hover .lvp-works-thumb img, .lvp-works-link:focus-visible .lvp-works-thumb img {
  -webkit-transform-origin: 50% 10%;
          transform-origin: 50% 10%;
}
.lvp-works-thumb {
  overflow: hidden;
  height: 100%;
}
.lvp-works-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform-origin: 50% 90%;
          transform-origin: 50% 90%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.lvp-works-meta {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: #fff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: visible;
  opacity: 1;
}
.lvp-works-meta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 18, 18, 0.65);
}
.lvp-works-meta-inner {
  position: relative;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  text-align: center;
}
.lvp-works-meta-num, .lvp-works-meta-title {
  margin: 0;
}
.lvp-works-meta-num {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 640px) {
  .lvp-works-meta-num {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.lvp-works-meta-num span {
  font-weight: 700;
}
.lvp-works-meta-title {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 1.5;
  margin-top: 4px;
}
@media screen and (min-width: 640px) {
  .lvp-works-meta-title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 8px;
  }
}
.lvp-works-meta-caption {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
}
@media screen and (min-width: 640px) {
  .lvp-works-meta-caption {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.lvp-contact {
  display: block;
  text-align: center;
  padding: 84px 0;
  text-decoration: none;
  -webkit-transition: 0 !important;
  transition: 0 !important;
  color: #fff;
}
@media screen and (min-width: 640px) {
  .lvp-contact {
    padding: 120px 0;
  }
}
.lvp-contact:hover, .lvp-contact:focus-visible {
  text-decoration: none;
  -webkit-transition: 0 !important;
  transition: 0 !important;
  color: #fff;
}
.lvp-contact:hover .lvp-contact-text::before, .lvp-contact:focus-visible .lvp-contact-text::before {
  opacity: 1;
}
.lvp-contact-title, .lvp-contact-text {
  margin: 0;
  padding: 0;
  -webkit-transition: 0;
  transition: 0;
}
.lvp-contact-title img {
  width: 148px;
  height: auto;
}
@media screen and (min-width: 640px) {
  .lvp-contact-title img {
    width: 169px;
  }
}
.lvp-contact-text {
  margin-top: 10px;
  position: relative;
  display: inline-block;
}
.lvp-contact-text span {
  margin-left: 10px;
  display: inline-block;
}
.lvp-contact-text::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #aaaaaa;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}