@charset "UTF-8";
/* top.scss • v0.0.1 */
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/*==========================================================================

   mixin

===========================================================================*/
/*==========================================================================

   keyframes

===========================================================================*/
/* section
-----------------------------------------------------------------*/
.g-header {
  position: absolute;
  translate: 0 -100%;
  background-color: #fff;
}
.g-header.is-fixed {
  position: fixed;
  translate: 0 0;
}

/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   #sec-mv
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-mv {
  position: relative;
  padding-bottom: 68px;
}
@media only screen and (max-width: 767px) {
  .sec-mv {
    padding-bottom: 0;
  }
}
.sec-mv__op video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
}
.sec-mv__main {
  width: 100%;
  height: auto;
  background-color: #fff;
  z-index: 1;
}
.sec-mv__main video {
  display: block;
  width: 100%;
  height: auto;
}
/*--------------------------------------------------------------------------
   #sec-access
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-access {
  padding: 400px 0 90px;
}
@media only screen and (max-width: 767px) {
  .sec-access {
    padding: 80px 0 50px;
  }
}
.sec-access__hdg {
  text-align: center;
  margin-bottom: 50px;
}
.sec-access__hdg img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .sec-access__hdg img {
    width: 302px;
  }
}
.sec-access__txt {
  text-align: center;
  margin-bottom: 50px;
}
.sec-access__txt img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .sec-access__txt img {
    width: 276px;
  }
}

/*--------------------------------------------------------------------------
   #sec-project
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-project {
  position: relative;
}
.sec-project .project01 {
  position: relative;
  height: var(--project01-h, auto);
  width: 100%;
  overflow: hidden;
}
.sec-project .project01__fixed {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.sec-project .project01__fixed.is-fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
}
.sec-project .project01__fixed.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.sec-project .project01__fixed.is-fixed:not(.is-hide) {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.sec-project .project01 .l-wrap {
  padding-top: 20px;
  padding-bottom: 280px;
}
@media only screen and (max-width: 767px) {
  .sec-project .project01 .l-wrap {
    padding-bottom: 220px;
  }
}
.sec-project .project01__hdg {
  margin-bottom: 50px;
  color: #242424;
  text-align: center;
  font-family: "Zen Old Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1.6px;
}
@media only screen and (max-width: 767px) {
  .sec-project .project01__hdg {
    margin-bottom: 130px;
    font-size: 26px;
  }
}
.sec-project .project01__hdg .hdg2 {
  /* 前半は単色(#444)を広めに確保、後半を本来のグラデ */
  background: -webkit-gradient(linear, left top, right top, from(#65B3E3), to(#917EB1));
  background: linear-gradient(90deg, #65B3E3 0%, #917EB1 100%);
  background-size: 100% 100%;
  background-position: 0% 0;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-transition: background-position 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: background-position 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.sec-project .project01__img {
  margin-bottom: 150px;
}
@media only screen and (max-width: 767px) {
  .sec-project .project01__img {
    margin: 0 -20px 150px;
  }
}
.sec-project .project01__img img {
  width: 100%;
  height: auto;
}
.sec-project .project01__hdg2 {
  margin: 0 0 50px;
  color: #242424;
  text-align: center;
  font-family: "Nanum Myeongjo", "Zen Old Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 5.12px;
}
@media only screen and (max-width: 767px) {
  .sec-project .project01__hdg2 {
    font-size: clamp(18px, 7.5vw, 36px);
  }
}
.sec-project .project01__txt {
  color: #000;
  color: #242424;
  text-align: center;
  font-family: "Nanum Myeongjo", "Zen Old Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .sec-project .project01__txt {
    font-size: clamp(13px, 5.4166666667vw, 26px);
    line-height: 2;
  }
}
.sec-project .project01__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px auto 0;
}
@media only screen and (max-width: 767px) {
  .sec-project .project01__btn {
    margin: 54px auto 0;
  }
}
.sec-project .project02,
.sec-project .project03,
.sec-project .project04 {
  position: relative;
  height: var(--move-h, auto);
}
@media only screen and (max-width: 767px) {
  .sec-project .project02,
  .sec-project .project03,
  .sec-project .project04 {
    height: var(--move-h, auto);
  }
}
.sec-project .project02 .sec-project__move-inline,
.sec-project .project03 .sec-project__move-inline,
.sec-project .project04 .sec-project__move-inline {
  overflow: hidden;
  z-index: 9;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sec-project .project02 .sec-project__move-inline,
  .sec-project .project03 .sec-project__move-inline,
  .sec-project .project04 .sec-project__move-inline {
    top: 0;
  }
}
.sec-project .project02.is-fixed .sec-project__move-inline,
.sec-project .project03.is-fixed .sec-project__move-inline,
.sec-project .project04.is-fixed .sec-project__move-inline {
  position: fixed;
  top: 68px;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .sec-project .project02.is-fixed .sec-project__move-inline,
  .sec-project .project03.is-fixed .sec-project__move-inline,
  .sec-project .project04.is-fixed .sec-project__move-inline {
    top: 0;
  }
}
.sec-project .project02__img,
.sec-project .project03__img,
.sec-project .project04__img {
  position: relative;
  z-index: 9;
  height: calc(100vh - 68px);
  display: inline-block;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  contain: layout paint style;
  -webkit-transition: none;
  transition: none;
}
@media only screen and (max-width: 767px) {
  .sec-project .project02__img,
  .sec-project .project03__img,
  .sec-project .project04__img {
    height: calc(100vh - 70px);
  }
}
.sec-project .project02__img img,
.sec-project .project03__img img,
.sec-project .project04__img img {
  display: block;
  width: auto;
  height: calc(100vh - 68px);
  will-change: auto;
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition: none;
  transition: none;
}
@media only screen and (max-width: 767px) {
  .sec-project .project02__img img,
  .sec-project .project03__img img,
  .sec-project .project04__img img {
    height: calc(100vh - 70px);
  }
}
.sec-project .project02__img .c-btn-more,
.sec-project .project03__img .c-btn-more,
.sec-project .project04__img .c-btn-more {
  position: absolute;
  z-index: 10;
}
.sec-project .project02__img .c-btn-more a,
.sec-project .project03__img .c-btn-more a,
.sec-project .project04__img .c-btn-more a {
  width: 220px;
}
@media only screen and (max-width: 767px) {
  .sec-project .project02__img .c-btn-more a,
  .sec-project .project03__img .c-btn-more a,
  .sec-project .project04__img .c-btn-more a {
    width: 40px;
    height: 40px;
    padding: 0;
    border: 2px solid #fff;
    border-radius: 5px;
  }
  .sec-project .project02__img .c-btn-more a::before,
  .sec-project .project02__img .c-btn-more a span,
  .sec-project .project03__img .c-btn-more a::before,
  .sec-project .project03__img .c-btn-more a span,
  .sec-project .project04__img .c-btn-more a::before,
  .sec-project .project04__img .c-btn-more a span {
    display: none;
  }
  .sec-project .project02__img .c-btn-more a::after,
  .sec-project .project03__img .c-btn-more a::after,
  .sec-project .project04__img .c-btn-more a::after {
    position: static;
    translate: 0;
    background-image: url(../img/common/ico_btn_k.svg);
  }
}
.sec-project .project02__img .c-btn-more._direct,
.sec-project .project03__img .c-btn-more._direct,
.sec-project .project04__img .c-btn-more._direct {
  top: 65%;
  left: 45.82%;
  translate: -100% 0;
}
@media only screen and (max-width: 767px) {
  .sec-project .project02__img .c-btn-more._direct,
  .sec-project .project03__img .c-btn-more._direct,
  .sec-project .project04__img .c-btn-more._direct {
    top: 48.7%;
    left: 2.5%;
    translate: 0 0;
  }
}
.sec-project .project02__img .c-btn-more._future,
.sec-project .project03__img .c-btn-more._future,
.sec-project .project04__img .c-btn-more._future {
  top: 65%;
  left: 95.8%;
  translate: -100% 0;
}
@media only screen and (max-width: 767px) {
  .sec-project .project02__img .c-btn-more._future,
  .sec-project .project03__img .c-btn-more._future,
  .sec-project .project04__img .c-btn-more._future {
    top: 48.7%;
    left: 60%;
    translate: 0 0;
  }
}
.sec-project .project02__img .c-btn-more._harbor,
.sec-project .project03__img .c-btn-more._harbor,
.sec-project .project04__img .c-btn-more._harbor {
  top: 65%;
  left: 2.6%;
}
.sec-project .project02__img .c-btn-more._park,
.sec-project .project03__img .c-btn-more._park,
.sec-project .project04__img .c-btn-more._park {
  top: 65%;
  left: 52.6%;
}
.sec-project .project02__img .c-btn-more._trend,
.sec-project .project03__img .c-btn-more._trend,
.sec-project .project04__img .c-btn-more._trend {
  top: 65%;
  left: 45.9%;
  translate: -100% 0;
}
.sec-project .project02__img .c-btn-more._quiet,
.sec-project .project03__img .c-btn-more._quiet,
.sec-project .project04__img .c-btn-more._quiet {
  top: 65%;
  left: 95.8%;
  translate: -100% 0;
}
.sec-project .project02__women,
.sec-project .project03__women,
.sec-project .project04__women {
  pointer-events: none;
}
.sec-project .project02__women img,
.sec-project .project03__women img,
.sec-project .project04__women img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: calc(100vh - 68px);
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .sec-project .project02__women img,
  .sec-project .project03__women img,
  .sec-project .project04__women img {
    top: auto;
    bottom: 0;
    width: 100vw;
    height: auto;
  }
}
.sec-project .project03__women img {
  left: auto;
  right: 0;
}
.sec-project .project05 {
  position: relative;
  z-index: 10;
}
.sec-project .project05__txt {
  position: absolute;
  top: 172px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 右→左に列を並べて縦組みの慣例順序に */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 2.4rem; /* 列間 */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .sec-project .project05__txt {
    top: 100px;
    gap: 1.6rem;
  }
}
.sec-project .project05__txt span {
  font-family: "Zen Old Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: clamp(14px, 2.3333333333vw, 28px);
  font-weight: 500;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #fff;
  text-orientation: upright;
  letter-spacing: 0.3em;
  display: inline-block;
  text-shadow: 0 0 10px #1A70AD;
}
@media only screen and (max-width: 767px) {
  .sec-project .project05__txt span {
    font-size: 20px;
  }
}
.sec-project .project05__img {
  position: relative;
}
.sec-project .project05__img img {
  width: 100%;
  height: auto;
}
.sec-project .project05 figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.4px;
  z-index: 9999;
}
@media only screen and (max-width: 767px) {
  .sec-project .project05 figcaption {
    font-size: 11px;
  }
}

/*--------------------------------------------------------------------------
   #sec-osakasix
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-osakasix {
  padding: 130px 0 0;
}
@media only screen and (max-width: 767px) {
  .sec-osakasix {
    padding: 120px 0 0;
  }
}
.sec-osakasix__hdg {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .sec-osakasix__hdg {
    margin-bottom: 30px;
  }
}
.sec-osakasix__hdg img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .sec-osakasix__hdg img {
    width: 302px;
  }
}
.sec-osakasix__img {
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-osakasix__img {
    margin: 0 -20px;
  }
}
.sec-osakasix__img img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .sec-osakasix__img img {
    width: 100%;
  }
}
.sec-osakasix__img figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 12px;
  font-family: "Zen Old Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.4px;
}
@media only screen and (max-width: 767px) {
  .sec-osakasix__img figcaption {
    font-size: 11px;
    color: #fff;
  }
}

/*--------------------------------------------------------------------------
   #sec-mv
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-special {
  padding: 180px 0 5px;
}
@media only screen and (max-width: 767px) {
  .sec-special {
    padding: 130px 0 5px;
  }
}
.sec-special__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .sec-special__ttl {
    margin-bottom: 30px;
  }
}
.sec-special__ttl ._en {
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-special__ttl ._en {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-special__ttl ._en img {
    width: 340px;
    height: auto;
  }
}
.sec-special__ttl ._ja {
  font-size: 14px;
  font-weight: 400;
  font-family: "Zen Old Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.7px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .sec-special__ttl ._ja {
    font-size: 14px;
  }
}
.sec-special__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .sec-special__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.sec-special__item {
  position: relative;
  width: calc(33.333% - 3px);
}
@media only screen and (max-width: 767px) {
  .sec-special__item {
    width: 100%;
  }
}
.sec-special__img {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .sec-special__img {
    width: 100%;
  }
}
.sec-special__img img {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  z-index: 1;
}
.sec-special__img figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.4px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .sec-special__img figcaption {
    font-size: 11px;
  }
}
.sec-special a {
  position: relative;
  display: block;
  background-color: #000;
}
.sec-special a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  z-index: 2;
}
.mode-pc .sec-special a:hover .sec-special__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.mode-pc .sec-special a:hover .sec-special__txt img {
  translate: 50% 0;
}
.sec-special__txtarea {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 3;
}
.sec-special__ttl-en {
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 5px 2px;
  background-color: #fff;
  font-size: clamp(22.5px, 4.5vw, 45px);
  font-weight: 400;
  font-family: "Nanum Myeongjo", serif;
  letter-spacing: 2.25px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-special__ttl-en {
    font-size: 36px;
  }
}
.sec-special__ttl-ja {
  display: inline-block;
  margin-bottom: 15px;
  padding: 7px 5px;
  background-color: #fff;
  font-size: clamp(8px, 1.6vw, 16px);
  font-weight: 400;
  font-family: "Zen Old Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.7px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-special__ttl-ja {
    margin-bottom: 20px;
    padding: 3px 5px;
    font-size: 16px;
  }
}
.sec-special__txt {
  position: relative;
  font-size: clamp(15px, 2.5vw, 30px);
  font-weight: 500;
  font-family: "Zen Old Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.8px;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-special__txt {
    font-size: 21px;
  }
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .sec-special .sec-special__item._gourmet .sec-special__ttl-en span {
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(#CF3937), to(#65B3E3));
    background: linear-gradient(90deg, #CF3937 0%, #65B3E3 100%);
    background-size: 100% 100%;
    background-position: 0 0;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}
.sec-special .sec-special__item._gourmet .sec-special__ttl-ja {
  color: #CF3937;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .sec-special .sec-special__item._voice .sec-special__ttl-en span {
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(#65B3E3), color-stop(99.64%, #917EB1));
    background: linear-gradient(90deg, #65B3E3 0%, #917EB1 99.64%);
    background-size: 100% 100%;
    background-position: 0 0;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}
.sec-special .sec-special__item._voice .sec-special__ttl-ja {
  color: #349CDD;
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .sec-special .sec-special__item._brand .sec-special__ttl-en span {
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(#242424), color-stop(99.64%, #65B3E3));
    background: linear-gradient(90deg, #242424 0%, #65B3E3 99.64%);
    background-size: 100% 100%;
    background-position: 0 0;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}
.sec-special .sec-special__item._brand .sec-special__ttl-ja {
  color: #242424;
}

/*--------------------------------------------------------------------------
   #sec-mv
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-map {
  position: relative;
  padding: 180px 0;
}
@media only screen and (max-width: 767px) {
  .sec-map {
    padding: 130px 0 90px;
  }
}
.sec-map__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.sec-map__ttl ._en {
  font-size: 76px;
  font-weight: 700;
  font-family: "Nanum Myeongjo", serif;
  font-weight: 700;
  letter-spacing: 3.4px;
  line-height: 1.3;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec-map__ttl ._en {
    font-size: 56px;
  }
}
@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .sec-map__ttl ._en span {
    display: inline-block;
    background: linear-gradient(86deg, #71AB84 0%, #65B3E3 100%);
    background-size: 100% 100%; /* 余裕を持たせる */
    background-position: 0 0; /* 初期は左 (単色領域のみ見える) */
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}
.sec-map__ttl ._ja {
  font-size: 14px;
  font-weight: 400;
  font-family: "Zen Old Mincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.7px;
  line-height: 1.5;
  color: #4A885E;
}
@media only screen and (max-width: 767px) {
  .sec-map__ttl ._ja {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-map__content {
    overflow: auto;
  }
}
@media only screen and (max-width: 767px) {
  .sec-map__img {
    width: 1000px;
  }
}
.sec-map__img img {
  width: 100%;
  height: auto;
}
.sec-map__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto 0;
}
.sec-map .obj {
  position: absolute;
  top: 51px;
  left: -10px;
  width: 95px;
}
@media only screen and (max-width: 767px) {
  .sec-map .obj {
    top: 91px;
    left: 5px;
    width: 67px;
  }
}
.sec-map .obj img {
  width: 100%;
  height: auto;
}

/*--------------------------------------------------------------------------
   custom animation
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* mv
-----------------------------------------------------------------*/
.sec-mv__op {
  opacity: 0;
}

.sec-mv__main {
  opacity: 0;
}

.g-header {
  opacity: 0;
}

.is-loaded .sec-mv__op {
  opacity: 1;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.mv-start .sec-mv__op {
  opacity: 0 !important;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.mv-start .sec-mv__main {
  opacity: 1;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

.load-complete .g-header {
  opacity: 1;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

/* project01
-----------------------------------------------------------------*/
.project01__img + .project01__hdg2 + .project01__txt {
  opacity: 0;
  translate: 0 20px;
}

.project01__img + .project01__hdg2.is-animated + .project01__txt {
  opacity: 1;
  translate: 0 0;
  -webkit-transition: opacity 0.6s ease, translate 0.6s ease;
  transition: opacity 0.6s ease, translate 0.6s ease;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

/* sec-project__move
-----------------------------------------------------------------*/
.project02__women img,
.project03__women img,
.project04__women img {
  opacity: 0;
  translate: 0 5%;
  -webkit-transition: opacity 0.4s ease-in-out, translate 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s ease-in-out, translate 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.is-animate .project02__women img,
.is-animate .project03__women img,
.is-animate .project04__women img {
  opacity: 1;
  translate: 0 0;
}
/*# sourceMappingURL=top.css.map */