@charset "UTF-8";
@import url("global.css");
.description .lead {
  line-height: 1.45;
  margin-bottom: 20px;
  font-size: clamp(16px, 2.3vw, 20px); }

@keyframes titlelogo {
  0% {
    transform: translateY(20px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
@keyframes titlebgcover_works {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.sec_point .point_block.is-animated .bg_point::after {
  animation: titlebgcover_works .5s linear .5s 1;
  animation-fill-mode: both; }
.sec_point .point_block.is-animated .text_area {
  animation: titlelogo 0.5s cubic-bezier(0.52, 0.08, 0.18, 1.5) 1s 1;
  animation-fill-mode: both; }

.sec_point .point_block {
  height: 100vh;
  position: relative; }
  .sec_point .point_block .bg_point {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
    .sec_point .point_block .bg_point::after {
      content: "";
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.25);
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
      opacity: 0; }
  .sec_point .point_block .wrapper {
    height: 100%;
    position: relative;
    z-index: 2; }
  .sec_point .point_block .text_area {
    width: 46%;
    position: absolute;
    bottom: 100px;
    color: #fff;
    opacity: 0; }
    .sec_point .point_block .text_area .num {
      font-size: 16px;
      font-family: "Spline Sans Mono", monospace, sans-serif; }
    .sec_point .point_block .text_area .lead {
      margin-bottom: 20px;
      line-height: 1.45;
      font-size: clamp(18px, 2.9vw, 28px); }
  .sec_point .point_block:nth-of-type(odd) .text_area {
    left: 0; }
  .sec_point .point_block:nth-of-type(even) .text_area {
    right: 0; }

.sec_gallery {
  background: #000;
  padding: 120px 0 80px;
  margin-bottom: 100px;
  position: relative; }
  .sec_gallery .sec_title {
    position: absolute;
    right: 4vw;
    top: 30px;
    color: #707070;
    opacity: .5;
    letter-spacing: 0;
    font-size: clamp(50px, 10.4vw, 80px);
    font-family: "Spline Sans Mono", monospace, sans-serif; }
  .sec_gallery #postfotorama .fotorama__wrap {
    margin: 0 auto; }
  .sec_gallery #postfotorama .fotorama__stage {
    margin-bottom: 0; }
  .sec_gallery #postfotorama .fotorama__caption {
    bottom: 15px;
    left: 0;
    right: 0; }
  .sec_gallery #postfotorama .fotorama__caption__wrap {
    display: block;
    text-align: center;
    padding: 10px 30px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0));
    line-height: 1.4;
    font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
    font-size: 14px; }
  .sec_gallery #postfotorama .fotorama__thumb-border {
    border-color: rgba(204, 204, 204, 0.9);
    mix-blend-mode: multiply; }

.sec_video {
  margin: 0 auto 120px; }
  .sec_video .sec_title {
    margin-bottom: 40px;
    text-align: center; }
  .sec_video .wrapper {
    max-width: 800px; }
  .sec_video .video {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    margin: 0 auto;
    position: relative; }
    .sec_video .video iframe {
      width: 100%;
      height: 100%;
      aspect-ratio: 16 / 9;
      position: absolute;
      top: 0;
      left: 0;
      object-fit: contain;
      object-position: center; }

.sec_access {
  margin-bottom: 100px;
  position: relative; }
  .sec_access .text_area {
    margin-right: auto;
    width: 40%;
    min-height: 500px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    padding-right: 60px; }
    .sec_access .text_area dl {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      margin-bottom: 10px; }
      .sec_access .text_area dl dt {
        width: 100px; }
      .sec_access .text_area dl dd .atention {
        font-size: 80%; }
  .sec_access .map_area {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60%;
    height: 100%; }
    .sec_access .map_area iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      filter: grayscale(100%); }

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1600px)

------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 1300px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  .sec_access .text_area {
    width: 45%; }
  .sec_access .map_area {
    width: 55%; } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 960px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  .sec_point .point_block {
    height: 70vh; }
    .sec_point .point_block .bg_point::after {
      background: rgba(0, 0, 0, 0.35); }
    .sec_point .point_block .text_area {
      width: 55%;
      bottom: 60px; }
    .sec_point .point_block:nth-of-type(odd) .text_area {
      left: 6vw; }
    .sec_point .point_block:nth-of-type(even) .text_area {
      right: 6vw; }

  .sec_gallery {
    margin-bottom: 70px; }
    .sec_gallery .sec_title {
      right: 2vw;
      top: 30px; }

  .sec_video {
    margin: 0 auto 70px; }
    .sec_video .sec_title {
      margin-bottom: 30px; }

  .sec_access {
    margin-bottom: 80px; }
    .sec_access .text_area {
      margin-right: 0;
      margin-bottom: 30px;
      width: 100%;
      min-height: initial;
      padding-right: 0; }
      .sec_access .text_area dl dt {
        width: 80px; }
    .sec_access .map_area {
      position: relative;
      top: auto;
      right: auto;
      bottom: auto;
      width: 100%;
      height: 350px; } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-4 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  .description .lead {
    margin-bottom: 10px; }

  .sec_point .point_block {
    height: 80vh; }
    .sec_point .point_block .text_area {
      width: auto;
      bottom: 40px; }
      .sec_point .point_block .text_area .num {
        font-size: 14px; }
    .sec_point .point_block:nth-of-type(odd) .text_area {
      left: 4vw;
      right: 4vw; }
    .sec_point .point_block:nth-of-type(even) .text_area {
      right: 4vw;
      left: 4vw; }

  .sec_gallery {
    padding: 60px 0 30px;
    margin-bottom: 40px; }
    .sec_gallery .sec_title {
      top: 10px; }

  .sec_video {
    margin: 0 auto 30px; }
    .sec_video .sec_title {
      margin-bottom: 20px; }

  .sec_access {
    margin-bottom: 60px; }
    .sec_access .text_area {
      margin-bottom: 20px; }
      .sec_access .text_area dl {
        margin-bottom: 6px; }
    .sec_access .map_area {
      height: 300px; } }
