@charset "UTF-8";

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

  reset

----------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-weight: normal;
  /* Yutaka added */
  vertical-align: baseline;
  box-sizing:border-box;
}

body {
  line-height: 1;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Yutaka added */
table, tr, th, td, caption {
  vertical-align: middle;
  text-align: left;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}


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

  body

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

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 14px;
  line-height: 1.8em;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  background: #00b2bc;
}

a {
  transition: all 0.3s ease;
  text-decoration: none;
  color: #000;
}
  a:hover {
  }

img, table {
  width:100%;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 13px;
  }
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}


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

  main

----------------------------------------------------------------------------------------------------*/
.main {
  background: #f1f1f1;
  overflow: hidden;
}


@media screen and (max-width: 768px) {
  .main {
  }
}

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

  animation

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

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 12%, 0);
    transform: translate3d(0, 12%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 12%, 0);
    transform: translate3d(0, 12%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -6%, 0);
    transform: translate3d(0, -6%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -6%, 0);
    transform: translate3d(0, -6%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d-(20%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@-webkit-keyframes fadeInLeft02 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft02 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeft02 {
  -webkit-animation-name: fadeInLeft02;
  animation-name: fadeInLeft02; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@-webkit-keyframes fadeInRight02 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight02 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRight02 {
  -webkit-animation-name: fadeInRight02;
  animation-name: fadeInRight02; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50% {
    opacity: 1; } }

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

  btn

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

.main-btn {
  display: block;
  position: relative;
  z-index: 333;
  background: #000;
}

  .main-btn:hover {
    background: #00b2bc;
  }

  .main-btn .btn-inner {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
  }

  .main-btn::before,
  .main-btn::after {
    content: "";
    position: absolute;
  }

/*---------- btn01 ----------*/


.main-btn01 {
  width: 80px;
  height: 80px;
}

  .main-btn01::before {
    top: 50%;
    right: 50%;
    margin: -9px -9px 0 0;
    width: 12px;
    height: 12px;
    border-top: 2px solid #f1f1f1;
    border-right: 2px solid #f1f1f1;
    transition: all 0.3s ease;
  }

    .main-btn01:hover::before {
      margin: -7px -7px 0 0;
      width: 8px;
      height: 8px;
      border-top: 2px solid #f1f1f1;
      border-right: 2px solid #f1f1f1;
      transition: all 0.3s ease;
    }

  .main-btn01::after {
    top: 50%;
    right: 50%;
    margin: -11px -2px 0 0;
    width: 2px;
    height: 20px;
    background: #f1f1f1;
    transform:rotate(45deg);
    transition: all 0.3s ease;
  }

    .main-btn01:hover::after {
      margin: -9px -2px 0 0;
      width: 2px;
      height: 16px;
      background: #f1f1f1;
      transition: all 0.3s ease;
    }

@media screen and (max-width: 1280px) {
  
  .main-btn01 {
    width: 6.2vw;
    height: auto;
    aspect-ratio: 1/1;
  }
}

@media screen and (max-width: 768px) {
  .main-btn01 {
    width: 11.0vw;
    aspect-ratio: 1/1;
  }

  .main-btn01::before {
    margin: -6px -6px 0 0;
    width: 8px;
    height: 8px;
  }

    .main-btn01:hover::before {
      margin: -5px -5px 0 0;
      width: 6px;
      height: 6px;
    }

  .main-btn01::after {
    margin: -7px -1px 0 0;
    width: 2px;
    height: 14px;
  }

    .main-btn01:hover::after {
      margin: -5px -1px 0 0;
      width: 2px;
      height: 10px;
    }
  
}


.main-btn02 {
  width: 60px;
  height: 60px;
}

  .main-btn02::before {
    top: 50%;
    right: 50%;
    margin: -7px -7px 0 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #f1f1f1;
    border-right: 2px solid #f1f1f1;
    transition: all 0.3s ease;
  }

    .main-btn02:hover::before {
      margin: -5px -5px 0 0;
      width: 6px;
      height: 6px;
      border-top: 2px solid #f1f1f1;
      border-right: 2px solid #f1f1f1;
      transition: all 0.3s ease;
    }

  .main-btn02::after {
    top: 50%;
    right: 50%;
    margin: -8px -1px 0 0;
    width: 2px;
    height: 16px;
    background: #f1f1f1;
    transform:rotate(45deg);
    transition: all 0.3s ease;
  }

    .main-btn02:hover::after {
      margin: -6px -1px 0 0;
      width: 2px;
      height: 12px;
      background: #f1f1f1;
      transition: all 0.3s ease;
    }

@media screen and (max-width: 1280px) {
  
  .main-btn02 {
    width: 4.72vw;
    height: auto;
    aspect-ratio: 1/1;
  }
}

@media screen and (max-width: 768px) {
  .main-btn02 {
    width: 9.0vw;
    aspect-ratio: 1/1;
  }

  .main-btn02::before {
    margin: -5px -5px 0 0;
    width: 7px;
    height: 7px;
  }

    .main-btn02:hover::before {
      margin: -4px -4px 0 0;
      width: 5px;
      height: 5px;
    }

  .main-btn02::after {
    margin: -6px -1px 0 0;
    width: 2px;
    height: 12px;
  }

    .main-btn02:hover::after {
      margin: -4px -1px 0 0;
      width: 2px;
      height: 9px;
    }
  
}

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

  ttl

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

  .spacing01 {
    letter-spacing: -0.40em;
  }

    .fw-900 {
      font-weight: 900;
    }

    .fw-800 {
      font-weight: 800;
    }

    .fw-700 {
      font-weight: 700;
    }

    .fw-600 {
      font-weight: 600;
    }

    .fw-500 {
      font-weight: 500;
    }

    .fw-400{
      font-weight: 400;
    }



/*---------- 背景色が伸びて出現 ----------*/

/*外の要素*/
.bgLRextendTrigger {
  display: inline-block;
  position: relative;
}

/*左から右*/
.bgLRextend::before{
  animation-name:bgLRextendAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 777;
}

.bgLRextendTrigger01.bgLRextend::before{
  background: #00b2bc;
}

.bgLRextendTrigger02.bgLRextend::before{
  background: #000;
}

.bgLRextendTrigger03.bgLRextend::before{
  background: #fff;
}

@keyframes bgLRextendAnime{
  0% {
    width: 0%
  }
  50% {
    width: 100%;
    left: auto;
  }
	50.1% {
		transform-origin:right;
    transform:scaleX(1);
	}
	100% {
		transform-origin:right;
		transform:scaleX(0);
	}
}

/*中の要素*/
.bgappearTrigger{
  display: inline-block;
  opacity: 0;
}

.bgappearTrigger.bgappear {
  opacity: 1;
  transition: all 0.0s 0.5s ease;
}


/*---------- ttl-area ----------*/

.ttl-area {
  position: relative;
  z-index: 333;
}

  .ttl-area .ttl-main01 {
    line-height: 1.3em;
    font-size: 54px;
  }

    .ttl-area .ttl-main01 .bgappearTrigger{
      font-weight: 900;
    }

  .ttl-area .ttl-main01 .spacing01{
    letter-spacing: -0.40em;
  }

    .ttl-area .ttl-main01 .fw-900{
      font-weight: 900;
    }

    .ttl-area .ttl-main01 .fw-400{
      font-weight: 400;
    }



    .ttl-area .ttl-sub01 {
      font-family: 'Jost', sans-serif;
      margin: 0 0 20px 0;
      font-size: 22px;
      color: #00a2ab;
    }

      .ttl-area .ttl-sub01 .ttl-text {
        font-weight: 500;
        display: inline-block;
        letter-spacing: 0.08em;
      }

        .ttl-area .ttl-sub01 .ttl-text01{
          padding: 0 80px 0 5px;
          position: relative;
        }

          .ttl-area .ttl-sub01 .ttl-text01::before {
            position: absolute;
            margin: -1px 0 0 0;
            top: 50%;
            right: 12px;
            content: "";
            display: block;
            width: 60px;
            height: 1px;
            background: #00a2ab;
          }


    .ttl-area .ttl-sub02 {
      font-family: 'Jost', sans-serif;
      margin: 60px 0 0 0;
      font-size: 146px;
      line-height: 1.06em;
    }

      .ttl-area .ttl-sub02 .bgappearTrigger{
        font-weight: 600;
      }

      .ttl-area .ttl-sub02 .ttl-text {
        display: block;
      }

        .ttl-area .ttl-sub02 .ttl-text-r {
          text-align: right;
        }


@media screen and (max-width: 1280px) {
  
  .ttl-area .ttl-main01 {
    font-size: 4.26vw;
  }
  
    .ttl-area .ttl-sub01 {
      margin: 0 0 1.46vw 0;
      font-size: 1.74vw;
    }


        .ttl-area .ttl-sub01 .ttl-text01{
          padding: 0 6.20vw 0 0.86vw;
        }

          .ttl-area .ttl-sub01 .ttl-text01::before {
            right: 0.86vw;
            width: 4.80vw;
          }
  
    .ttl-area .ttl-sub02 {
      margin: 4.70vw 0 0 0;
      font-size: 11.48vw;
    }

  
}


@media screen and (max-width: 768px) {

  .ttl-area .ttl-main01 {
    font-size: 8.0vw;
    white-space: nowrap;
  }
  
    .ttl-area .ttl-sub01 {
      margin: 0 0 2.40vw 0;
      font-size: 4.0vw;
    }
  
    .ttl-area .ttl-sub02 {
      margin: 4.70vw 0 0 0;
      white-space: nowrap;
      font-size: 17.00vw;
      line-height: 1.0em;
    }

  
}


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

  bg-text-area

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

/*---------- blur ----------*/

  img.blur01 {
    animation: blur-cycle 9s linear infinite, float-cycle 3s linear infinite;
    transition: filter 1.5s ease;
  }

    /* 3秒通常 → 3秒でblur(4px) → 3秒で戻る */
    @keyframes blur-cycle {
      0%, 33% {
        filter: blur(0);
      }
      66% {
        filter: blur(8px);
      }
      100% {
        filter: blur(0);
      }
    }

    /* 常時上下にゆらゆら（±4px） */
    @keyframes float-cycle {
      0%   { transform: translateY(0); }
      25%  { transform: translateY(-4px); }
      50%  { transform: translateY(0); }
      75%  { transform: translateY(4px); }
      100% { transform: translateY(0); }
    }


/*---------- vertical ----------*/

.vertical-text01{
  font-family: 'Jost', sans-serif;
  writing-mode: vertical-rl;
  font-weight: 600;
  font-size: 210px;
  line-height: 0.76em;
  white-space: nowrap;
}

@media screen and (max-width: 1280px) {
  .vertical-text01 {
    font-size: 16.40vw;
  }
}

@media screen and (max-width: 768px) {
  .vertical-text01 {
    font-size: 20.0vw;
  }
}

/*---------- marquee ----------*/

  .marquee-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 111;
  }

    .marquee-wrap .marquee {
      display: inline-block;
      font-family: 'Jost', sans-serif;
      font-weight: 600;
      font-size: 260px;
      color: #fff;
      text-shadow: 1px 1px #0bb7c1, -1px 1px #0bb7c1, 1px -1px #0bb7c1, -1px -1px #0bb7c1;
      line-height: 0.86em;
      animation: marquee01 30s linear infinite;
      opacity: 0.84;
    }

    .marquee-wrap .marquee02 {
      position: absolute;
      bottom: 0;
      left: 0;
      animation: marquee01 30s -15s linear infinite;
    }

      .marquee-wrap02 .marquee {
        color: #f2f2f2;
        animation: marquee02 30s linear infinite;
      }

      .marquee-wrap02 .marquee02 {
        animation: marquee02 30s -15s linear infinite;
      }


      @keyframes marquee01 {
        0%{
          transform: translateX(100%);
        }
        100%{
          transform: translateX(-100%);
        }
      }

      @keyframes marquee02 {
        0%{
          transform: translateX(-100%);
        }
        100%{
          transform: translateX(100%);
        }
      }

@media screen and (max-width: 1280px) {
  .marquee-wrap .marquee {
    font-size: 20.6vw;
  }
}


@media screen and (max-width: 768px) {
  .marquee-wrap .marquee {
    font-size: 30vw;
  }
}


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

  header

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

.header {
  transform: none !important;
  transition: none !important;
}

  .h-logo-area {
    position: fixed;
    top: 54px;
    left: 54px;
    display: block;
    width: 160px;
    mix-blend-mode: difference;
    z-index: 444;
  }

  .h-logo-area .h-logo {
    fill: #fff;
  }

    .h-logo-area .h-logo:hover{
      fill: #ac4b40;
    }

  .h-contact-area {
    position: fixed;
    top: 40px;
    right: 104px;
    height: 60px;
    width: 180px;
    background: #000;
    z-index: 444;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.14em;
  }

  .h-contact-area .contact-btn {
    text-align: center;
    font-family: 'Jost', sans-serif;
    color: #f2f2f2;
    font-weight: 500;
    font-size: 18px;
  }

    .h-contact-area:hover {
      background: #00b2bc;
    }


  .h-center-nav {
    position: fixed;
    top: 56px;
    left: 50%;
    z-index: 444;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, 0);
    mix-blend-mode: difference;
  }

    .h-center-nav .list {
      padding: 0 60px 0 0;
      position: relative;
    }

      .h-center-nav .list::before {
        position: absolute;
        margin: -1px 0 0 0;
        top: 50%;
        right: 12px;
        content: "";
        display: block;
        width: 40px;
        height: 1px;
        background: #fff;
      }

      .h-center-nav .list:last-child {
        padding: 0 0 0 0;
      }

      .h-center-nav .list:last-child::before {
        display: none;
      }


    .h-center-nav .nav-text{
      display: inline-block;
      font-family: 'Jost', sans-serif;
      letter-spacing: 0.12em;
      font-weight: 600;
      font-size: 20px;
      color: #fff;
    }

    .h-center-nav .nav-text:hover{
      color: #ac4b40;
    }

@media screen and (max-width: 1280px) {
  .h-logo-area {
    top: 4.40vw;
    left: 3.1vw;
    width: 12.4vw;
  }
  
  .h-contact-area {
    top: 3.20vw;
    right: 8.06vw;
    width: 13.90vw;
    height: auto;
    aspect-ratio: 18/6;
    letter-spacing: 0.14em;
  }

  .h-contact-area .contact-btn {
    font-size: 1.42vw;
  }

  .h-center-nav {
    top: 4.40vw;
  }

    .h-center-nav .list {
      padding: 0 4.6vw 0 0;
    }

      .h-center-nav .list::before {
        margin: -1px 0 0 0;
        top: 50%;
        right: 0.96vw;
        width: 3.2vw;
      }

    .h-center-nav .nav-text{
      letter-spacing: 0.12em;
      font-size: 1.62vw;
    }
  
}


@media screen and (max-width: 768px) {
  
  .h-logo-area {
    top: 3.0%;
    left: 4.0%;
    width: 37.0vw;
  }
  
  .h-contact-area {
    top: 1.0%;
    right: 15.0%;
    width: 30.0vw;
    aspect-ratio: 15/6;
    height: auto;
    letter-spacing: 0.14em;
  }

  .h-contact-area .contact-btn {
    font-size: 3.6vw;
  }
  
  .h-center-nav {
    padding: 0 4.4vw;
    top: inherit;
    left: 0;
    bottom: 2.0%;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    transform: translate(0, 0);
  }
  

    .h-center-nav .list {
      padding: 0 0 0 0;
    }

      .h-center-nav .list::before {
        margin: -1px 0 0 0;
        top: 50%;
        right:-13.4vw;
        width: 10.0vw;
        height: 1px;
      }

    .h-center-nav .nav-text {
      letter-spacing: 0.12em;
      font-size: 4.4vw;
    }
  
  
}

/* open-btn */

.open-btn01 {
  position: fixed;
  top: 40px;
  right: 40px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 555;
  background: #000;
  transition: all 0.3s ease;
}

  .open-btn01:hover {
    background: #00b2bc;
    transition: all 0.3s ease;
  }

  .open-btn01.open {
    background: #00b2bc;
    transition: all 0.3s ease;
  }

  .open-btn01 .border {
    display: block;
    position: absolute;
    height: 2px;
    width: 36%;
    background: #f2f2f2;
  }


  .open-btn01 .border01 {
    top:43%;
    left: 31%;
    transition: top 400ms 600ms cubic-bezier(0.23, 1, 0.32, 1),
                transform 600ms cubic-bezier(0.23, 1, 0.32, 1),
                background 400ms 600ms cubic-bezier(0.23, 1, 0.32, 1);
  }


  .open-btn01 .border02 {
    bottom:43%;
    left: 31%;
    transition: top 400ms 600ms cubic-bezier(0.23, 1, 0.32, 1),
                transform 600ms cubic-bezier(0.23, 1, 0.32, 1),
                background 400ms 600ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .open-btn01.open .border01 {
    top:48%;
    transform: rotate(45deg);
    transition: top 400ms cubic-bezier(0.23, 1, 0.32, 1),
                transform 400ms 600ms cubic-bezier(0.23, 1, 0.32, 1),
                background 400ms 600ms cubic-bezier(0.23, 1, 0.32, 1);
  }


  .open-btn01.open .border02 {
    bottom:48%;
    transform: rotate(-45deg);
    transition: top 400ms cubic-bezier(0.23, 1, 0.32, 1),
                transform 400ms 600ms cubic-bezier(0.23, 1, 0.32, 1),
                background 400ms 600ms cubic-bezier(0.23, 1, 0.32, 1);
  }


@media screen and (max-width: 1280px) {
  .open-btn01 {
    top: 3.16vw;
    right: 3.10vw;
    width: 4.68vw;
    height: auto;
    aspect-ratio: 1/1;
    transition: width 0ms 0ms ease; 
  }
}


@media screen and (max-width: 768px) {
  .open-btn01 {
    top: 1.0%;
    right: 2.0%;
    width: 12.0vw;
    height: auto;
    aspect-ratio: 1/1;
  }

}


/* g-nav */

.g-nav01 {
  position: fixed;
  z-index: 445;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  display: block;
  width: 0;
  height: 0;
  border-radius: 100%;
  overflow: hidden;
  background-color: #00b2bc;
  opacity: 0.2;
  transition: opacity 200ms 500ms ease,
              width 800ms 300ms ease,
              height 800ms 300ms ease;
}

.g-nav01.open  {
  animation-play-state: paused;
  width: 2400px;
  height: 2400px;
  overflow: hidden;
  opacity: 1;
  transition: opacity 400ms 500ms ease,
              width 800ms 400ms ease,
              height 800ms 400ms ease;
}

.g-nav01 ul {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}

.g-nav01 li {
  position: relative;
  display: block;
  width: 100%;
  margin: 24px 0;
  text-align: center;
  pointer-events: none;
  opacity: 0;
  transform: translateY(30px);
  transition: all 250ms linear;
}

.g-nav01 li:nth-child(1){
  transition-delay: 350ms;
}
.g-nav01 li:nth-child(2){
  transition-delay: 300ms;
}
.g-nav01 li:nth-child(3){
  transition-delay: 250ms;
}
.g-nav01 li:nth-child(4){
  transition-delay: 200ms;
}
.g-nav01 li:nth-child(5){
  transition-delay: 150ms;
}

.g-nav01 li:nth-child(6){
  transition-delay: 100ms;
}

.g-nav01 li:nth-child(7){
  transition-delay: 50ms;
}


.g-nav01 li a {
  font-family: 'Jost', sans-serif;
  font-size:56px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing:0.02em;
  display: inline-block;
  position: relative;
  color: #fff;
  transition: all 250ms linear;
}

.g-nav01 li a:hover{
  color: #ffff99;
  opacity: 1;
}

.g-nav01 li a:after{
  display: block;
  position: absolute;
  top: 50%;
  content: '';
  height: 2vh;
  margin-top: -1vh;
  width: 0;
  left: 0;
  background-color: #1ca9ac;
  opacity: 0.8;
  transition: width 250ms linear;
}
.g-nav01 li a:hover:after{
  width: 100%;
}

.g-nav01.open li {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 350ms ease,
              transform 250ms ease;
}
.g-nav01.open li:nth-child(1){
  transition-delay: 900ms;
}
.g-nav01.open li:nth-child(2){
  transition-delay: 980ms;
}
.g-nav01.open li:nth-child(3){
  transition-delay: 1060ms;
}
.g-nav01.open li:nth-child(4){
  transition-delay: 1140ms;
}
.g-nav01.open li:nth-child(5){
  transition-delay: 1220ms;
}
.g-nav01.open li:nth-child(6){
  transition-delay: 1300ms;
}
.g-nav01.open li:nth-child(7){
  transition-delay: 1380ms;
}

@media screen and (max-width: 1280px) {
  .g-nav01 li a {
    font-size: 4.76vw;
  }
}

@media screen and (max-width: 768px) {
  
  .g-nav01.open  {
    width: 2000px;
    height: 2000px;
  }

  .g-nav01 ul {
    transform: translateY(-47%);
  }  

  .g-nav01 li {
    margin: 1.4% 0;
    transform: translateY(30px);
  }

  .g-nav01 li a {
    font-size: 8.0vw;
  }

}

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

  contact

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

.contact {
  margin: 60px 0 0 0;
  padding: 280px 0 420px 0;
  position: relative;
}


    .contact .inner {
      position: relative;
      margin: auto;
      max-width: 1280px;
      padding: 0 40px;
      z-index: 333;
      text-align: center;
    }

      .contact .contact-btn01 {
        display: block;
        width: fit-content;
        position: relative;
        transition: all 0.3s ease;
      }

          .contact .contact-btn01::before {
            content: "";
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 100%;
            height: 12px;
            background: #000;
          }

          .contact .contact-btn01::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            background: #0bb7c1;
            transform: scaleX(0);
            transform-origin: left; 
            transition: all 0.3s ease;
            z-index: -1;
          }

            .contact .contact-btn01:hover::after {
              transform: scaleX(1);
            }

      .contact .btn-inner01{
        padding: 0 100px 0 0;
        font-family: 'Jost', sans-serif;
        font-weight: 600;
        font-size: 130px;
        letter-spacing: 0.04em;
        position: relative;
        line-height: 1.0em;
        transition: all 0.3s ease;
      }

        .contact .contact-btn01:hover .btn-inner01 {
          transform: scale(0.92);
        }

          .contact .btn-inner01::before {
            content: "";
            position: absolute;
            top: 34px;
            right: 0;
            width: 60px;
            height: 60px;
            border-top: 14px solid #000;
            border-right: 14px solid #000;
            transition: all 0.3s ease;
          }

          .contact .btn-inner01::after {
            content: "";
            position: absolute;
            top: 35px;
            right: 36px;
            width: 14px;
            height: 82px;
            background: #000;
            transform:rotate(45deg);
            transition: all 0.3s ease;
          }


    .contact .bg-text-area01 {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, 0);
      width: 100%;
      max-width: 1280px;
      height: 100%;
      z-index: 113;
    }

      .contact .bg-text01 {
        position: absolute;
        bottom: -12.0%;
        left: -12.0%;
        width: 124%;
      }


    .contact .bg-text-area02 {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      z-index: 111;
    }

      .contact .marquee-block02 {
        position: absolute;
        left: 0;
        bottom: -14%;
      }

@media screen and (max-width: 1280px) {
  
.contact {
  margin: 4.40vw 0 0 0;
  padding: 21.20vw 0 32.80vw 0;
}

  .contact .inner {
    padding: 0 3.1vw;
  }

    .contact .btn-inner01{
      padding: 0 7.60vw 0 0;
      font-size: 10.00vw;
    }

      .contact .btn-inner01::before {
        top: 2.60vw;
        right: 0;
        width: 4.60vw;
        height: auto;
        aspect-ratio: 1 / 1;
        border-top: 1.20vw solid #000;
        border-right: 1.20vw solid #000;
      }

      .contact .btn-inner01::after {
        top: 2.70vw;
        right: 2.60vw;
        width: 1.20vw;
        height: 6.10vw;
      }

}

@media screen and (max-width: 768px) {
  
.contact {
  margin: 10.00vw 0 0 0;
  padding: 34.00vw 0 50.00vw 0;
}

    .contact .inner {
      max-width: inherit;
      padding: 0 5.2vw;
    }


        .contact .contact-btn01::before {
          bottom: -1.80vw;
          left: 0;
          width: 100%;
          height: 7px;
        }


      .contact .btn-inner01{
        padding: 0 12.40vw 0 0;
        font-size: 15.00vw;
        line-height: 1.0em;
      }

          .contact .btn-inner01::before {
            top: 3.00vw;
            right: 0;
            width: 7.60vw;
            height: auto;
            aspect-ratio: 1 / 1;
            border-top: 1.90vw solid #000;
            border-right: 1.90vw solid #000;
          }

          .contact .btn-inner01::after {
            top: 3.20vw;
            right: 4.70vw;
            width: 1.90vw;
            height: 10.00vw;
          }



      .contact .bg-text01 {
        bottom: -5.00vw;
        left: -3.20vw;
        width: 110vw;
      }


      .contact .marquee-block02 {
        position: absolute;
        left: 0;
        bottom: -14.00vw;
      }
  
  
}


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

  footer

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

.footer {
  background: #000;
  color: #f1f1f1;
}

  .footer a {
    color: #f1f1f1;
  }

  .footer .footer-main {
    margin: auto;
    max-width: 1280px;
    display: flex;
    justify-content: space-between;
    padding: 100px 40px;
    position: relative;
  }

  .footer .block01 .text01 span {
    font: 600 44px/1.2em 'Jost', sans-serif;
    letter-spacing: 0.04em;
  }

  .footer .block02 {
    display: flex;
  }

    .footer .block02 .footer-nav {
      margin: 0 0 0 60px;
    }

    .footer .block02 .footer-nav .list {
      padding: 0 0 16px 0;
    }

      .footer .block02 .footer-nav .list:last-child {
        padding: 0 0 0 0;
      }


    .footer .block02 .list a {
      font: 500 18px/0.9em 'Jost', sans-serif;
      display: inline-block;
      position: relative;
      z-index: 1;
      letter-spacing: 0.06em;
    }

      .footer .footer-nav .list a::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #0bb7c1;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.3s ease;
        z-index: -1;
      }

      .footer .footer-nav .list a:hover::before {
        transform: scaleX(1);
      }

      .footer .footer-nav .list a:hover {
        color: #000;
      }

      .footer .footer-copy01 {
        position: absolute;
        left: 40px;
        bottom: 100px;
        font: 500 20px/1.2em 'Jost', sans-serif;
        letter-spacing: 0.06em;
      }


    .footer .bn-area .bn-main{
      display: flex;
    }

      .footer .bn-area .bn-list {
        width: calc(100% / 3);
      }

      .footer .bn-area .bn {
        display: flex;
        width: 100%;
        height: 140px;
        align-items: center;
        justify-content: center;
        border-top: 1px solid #999;
        border-right: 1px solid #999;
        letter-spacing: 0.06em;
        position: relative;
        z-index: 1;
      }

        .footer .bn-area .bn .bn-inner{
          font: 500 66px/1.2em 'Jost', sans-serif;
          letter-spacing: 0.06em;
        }

        .footer .bn-area .bn::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: #0bb7c1;
          transform: scaleX(0);
          transform-origin: left;
          transition: transform 0.3s ease;
          z-index: -1;
        }

        .footer .bn-area .bn:hover::before {
          transform: scaleX(1);
        }

        .footer .bn-area .bn:hover {
          color: #000;
          border-top: 1px solid #0bb7c1;
          border-right: 1px solid #0bb7c1;
        }

        .footer .bn-area .bn:hover .bn-inner{
          transform: scale(0.92);
          transition: transform 0.3s ease;
        }


      .footer .bn-area .bn-list:last-child .bn{
        border-right: none;
      }


@media screen and (max-width: 1280px) {
  
  .footer .footer-main {
    padding: 7.90vw 3.10vw;
  }

  .footer .block01 .text01 span {
    font-size: 3.40vw;
  }

  .footer .block01 .text02 {
    margin: 6.00vw 0 0 0;
    font-size: 1.50vw;
  }

    .footer .block02 .footer-nav {
      margin: 0 0 0 4.40vw;
    }

    .footer .block02 .footer-nav .list {
      padding: 0 0 1.2vw 0;
    }

    .footer .block02 .list a {
      font-size: 1.40vw;
    }
  
      .footer .footer-copy01 {
        left: 3.10vw;
        bottom: 7.90vw;
        font-size: 1.50vw;
      }
  

      .footer .bn-area .bn {
        height: 10.60vw;
      }

        .footer .bn-area .bn .bn-inner{
          font-size: 5.14vw;
        }

        .footer .bn-area .bn::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: #0bb7c1;
          transform: scaleX(0);
          transform-origin: left;
          transition: transform 0.3s ease;
          z-index: -1;
        }

        .footer .bn-area .bn:hover::before {
          transform: scaleX(1);
        }

        .footer .bn-area .bn:hover {
          color: #000;
          border-top: 1px solid #0bb7c1;
          border-right: 1px solid #0bb7c1;
        }

        .footer .bn-area .bn:hover .bn-inner{
          transform: scale(0.92);
          transition: transform 0.3s ease;
        }


      .footer .bn-area .bn-list:last-child .bn{
        border-right: none;
      }
  
}
  
@media screen and (max-width: 768px) {

  .footer .footer-main {
    max-width: inherit;
    display: block;
    padding: 7.20vw 5.2vw;
  }

  .footer .block01 .text01 span {
    font-size: 8.20vw;
  }

  .footer .block02 {
    display:block;
    margin: 6.00vw 0 0 0;
  }

    .footer .block02 .footer-nav {
      margin: 0 0 0 0;
    }

    .footer .block02 .footer-nav .list {
      padding: 0 0 1.00vw 0;
    }

    .footer .block02 .list a {
      font-size: 5.00vw;
    }

      .footer .footer-copy01 {
        margin: 6.00vw 0 0 0;
        position: inherit;
        left: inherit;
        bottom: inherit;
        font-size: 4.90vw;
        white-space: nowrap;
      }

      .footer .bn-area .bn {
        height: 22.00vw;
      }

        .footer .bn-area .bn .bn-inner{
          font-size: 6.40vw;
        }

}


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

  page-top

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

.page-top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: none;
}
  .page-top a {
    display: block;
    width: 60px;
    height: 60px;
    position: relative;
    background: #113377;
    color: #fff;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
  }
    .page-top a::before {
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -12px 0 0 0;
      display: block;
      content: '';
      width: 1px;
      height: 24px;
      background: #fff;
      transition: all 0.3s ease;
    }
    .page-top a::after {
      position: absolute;
      margin: 0 0 0 -4px;
      top: 19px;
      left: 50%;
      display: block;
      content: '';
      width: 8px;
      height: 8px;
      border-top: 1px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
      .page-top a:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha(opacity=70)";
      }

@media screen and (max-width: 768px) {
  .page-top {
    width: 40px;
    height: 40px;
  }
    .page-top a {
      width: 40px;
      height: 40px;
    }
      .page-top a::before {
        margin: -9px 0 0 0;
        width: 1px;
        height: 18px; }
      .page-top a::after {
        margin: 0 0 0 -3px;
        top: 12px;
        width: 6px;
        height: 6px;
  }
}



