@charset "UTF-8";
/*==========================================================================

   mixin

===========================================================================*/
/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
.g-header {
  background-color: rgba(255, 255, 255, 0);
}

.g-header .gnav__item--01 a {
  color: #0B8943;
}

.l-page__main {
  padding-top: 0;
  background: none;
}

.mv-completed body {
  overflow: auto;
}

.load-complete .page-index .l-page-wrapper {
  position: static;
  overflow: visible;
}

/* ページ開いて数秒間スクロールさせない
-----------------------------------------------------------------*/
body {
  overflow: hidden;
}

.load-complete body {
  overflow: auto;
}

.g-header {
  top: -100px;
}

.load-complete .g-header {
  -webkit-transition: top 0.6s cubic-bezier(0.075, 0.82, 0.165, 1), background-color 0.4s, height 0.4s;
  transition: top 0.6s cubic-bezier(0.075, 0.82, 0.165, 1), background-color 0.4s, height 0.4s;
  top: 0;
  transition-delay: .5s;
}

/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   sec-mv
---------------------------------------------------------------------------*/
.sec-mv {
  position: relative;
  z-index: 9;
  /* scene--01
  -----------------------------------------------------------------*/
  /* scene--02
  -----------------------------------------------------------------*/
  /* scene--03
  -----------------------------------------------------------------*/
  /* scene--04
  -----------------------------------------------------------------*/
  /* scene--end
  -----------------------------------------------------------------*/
  /* point
  -----------------------------------------------------------------*/
}

.sec-mv__content {
  position: relative;
  width: 100%;
  height: 100vh;
}
.sec-mv .sec-mv__scene {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sec-mv .sec-mv__skip {
  position: absolute;
  bottom: 50px;
  right: 58px;
  z-index: 8;
}
.sec-mv .sec-mv__skip button {
  padding: 10px;
  font-size: 22px;
  font-family: "Noto Serif JP", serif, sans-serif;
  border: 1px solid #000;
  line-height: 1;
  color: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sec-mv .sec-mv__skip button:hover {
  border: 1px solid #0B8943;
  color: #0B8943;
}
.sec-mv .sec-mv__scene--01 {
  background-color: #fff;
  z-index: 5;
}
.sec-mv .sec-mv__scene--01 .text-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  max-width: 100%;
  width: 100%;
  text-align: center;
  font-size: 34px;
  font-family: "Noto Serif JP", serif, sans-serif;
}
.sec-mv .sec-mv__scene--01 .text-wrap .text2 {
  color: #0B8943;
}
.sec-mv .sec-mv__scene--02 {
  background-image: url(../../img/index/mv_scene02.jpg);
  background-position: 50% 0;
  background-size: cover;
  z-index: 6;
}
.sec-mv .sec-mv__scene--02 .text {
  position: absolute;
  top: 25vh;
  left: 11.46vw;
  font-size: 36px;
  font-family: "Noto Serif JP", serif, sans-serif;
  color: #fff;
}
.sec-mv .sec-mv__scene--03 {
  background-image: url(../../img/index/mv_scene03.jpg);
  background-position: 50% 50%;
    background-size: cover;
  z-index: 7;
}
.sec-mv .sec-mv__scene--03 .text {
  position: absolute;
  top: 25vh;
  left: 50vw;
  transform: translateX(-50%);
  font-size: 36px;
  font-family: "Noto Serif JP", serif, sans-serif;
  color: #fff;
}
.sec-mv .sec-mv__scene--04 {
  background-image: url(../../img/index/mv_scene04.jpg);
  background-position: 50% 80%;
  background-size: cover;
  z-index: 8;
}
.sec-mv .sec-mv__scene--04 .text {
  position: absolute;
  top: 50vh;
  left: 50vw;
  transform: translate(-50%, -50%);
  font-size: 36px;
  font-family: "Noto Serif JP", serif, sans-serif;
  color: #fff;
  width: 50%;
}
.sec-mv .sec-mv__scene--end {
  position: relative;
  background-color: #4C8EBA;
  z-index: 9;
}
.sec-mv .sec-mv__scene--end::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../img/index/mv_bg.jpg);
  background-position: 50% 0;
  background-size: 100% auto;
  content: "";
  z-index: 9;
}
.sec-mv .sec-mv__scene--end .sec-mv__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 12;
  opacity: 0;
}
.sec-mv .sec-mv__scene--end .sec-mv__parklink-wrap {
  display: grid;
  grid-gap: 10px;
  justify-content: center;
  width: 92%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 13;
  /* transition: all .4s; */
}
.sec-mv__scene--end .sec-mv__parklink {
  width: 270px;
  margin: 0 auto;
}
.sec-mv__scene--end .sec-mv__parklink img {
  width: 270px;
  height: auto;
  transition: .4s;
}
.sec-mv .sec-mv__scene--end .sec-mv__badge {
  position: absolute;
  right: 50px;
  bottom: 50px;
  z-index: 11;
}
.sec-mv .sec-mv__scene--end .sec-mv__caption {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 11;
  display: none;
}
.sec-mv .sec-mv__scene--end .sec-mv__copy {
  order: -1;
  margin-bottom: 2rem;
}



.sec-mv .sec-mv__scene--end .sec-mv__copy img {
  max-width: 600px;
  width: 100%;
  height: auto;
}

.sec-mv__point {
  position: relative;
  padding: 9px 10px 28px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #0B8843), color-stop(20%, #0B8843), color-stop(45%, #55AF46), to(#55AF46));
  background: linear-gradient(to right, #0B8843 0, #0B8843 20%, #55AF46 45%, #55AF46 100%);
  text-align: center;
}
.sec-mv__point .txt img {
  max-width: 100%;
  height: auto;
}

.sec-mv__no1 {
  position: relative;
  padding: 35px 10px 32px;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #00375A), color-stop(60%, #00375A), to(#2078A3));
  background: linear-gradient(to right, #00375A 0, #00375A 60%, #2078A3 100%);
  text-align: center;
}
.sec-mv__no1 .catch img {
  max-width: 100%;
  height: auto;
}
.sec-mv__no1 .txt01 {
  margin-top: 10px;
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: 20px;
  color: #fff;
}
.sec-mv__no1 .txt02 {
  margin-top: 10px;
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: 30px;
  color: #fff;
  line-height: 1.7;
}

/*--------------------------------------------------------------------------
   sec-information
---------------------------------------------------------------------------*/
.sec-information {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sec-information__hdg {
  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;
  width: 190px;
  padding: 15px 0;
  background-color: #000;
  font-family: "Heebo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.sec-information__body {
  width: calc(100% - 190px);
  padding: 15px 10px 15px 35px;
  background-color: #fff;
  border-bottom: 1px solid #D9D9D9;
}

.sec-information__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sec-information__item .date {
  width: 100px;
  font-size: 16px;
}

.sec-information__item .txt {
  width: calc(100% - 100px);
  margin-top: 2px;
}

.sec-information .swiper {
  height: 2em;
}

/* renew info */
.sec-info {
  padding: 100px 0;
}
.sec-info__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
}
.sec-info__hdg {
  width: 21%;
  font-size: 30px;
}
.sec-info__body {
  width: 79%;
  height: 180px;
  overflow: auto;
  padding-left: 50px;
  border-left: 1px solid #000;
}
.sec-info__list .date {
  font-size: 16px;
}
.sec-info__list .txt {
  margin-top: 5px;
  font-size: 18px;
}
.sec-info__list .txt + .date {
  margin-top: 20px;
}

/*--------------------------------------------------------------------------
   sec-link
---------------------------------------------------------------------------*/
.sec-link {
  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;
  width: 100%;
  background-color: #f6f6f6;
}

.sec-link__content {
  padding: 50px 0 60px;
}

/*--------------------------------------------------------------------------
   sec-concept
---------------------------------------------------------------------------*/
.sec-concept a {
  display: block;
}

.sec-concept .concept__intro {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 100;
  height: 56.25vw;
  padding: 7% 6%;
}

.sec-concept .concept__intro_wrap {
  top: 15vh;
  z-index: 100;
  padding: 3% 3%;
  width: 36vw;
  left: 0vw;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.4),0 0 10px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.4);
}

.sec-concept .concept__hdg {
  position: relative;
  margin: 0 0 1%;
  color: #fff;
  z-index: 2;
}

.sec-concept .concept__hdg .en {
  display: block;
  font-family: "Heebo", sans-serif;
  font-size: min(3.5vw, 50px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4),0 0 4px rgba(0, 0, 0, 0.4),0 0 4px rgba(0, 0, 0, 0.4),0 0 4px rgba(0, 0, 0, 0.4),0 0 4px rgba(0, 0, 0, 0.4),0 0 4px rgba(0, 0, 0, 0.4),0 0 4px rgba(0, 0, 0, 0.4);
}

.sec-concept .concept__hdg .ja {
  display: block;
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: min(1.1vw, 16px);
  font-weight: 400;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4),0 0 4px rgba(0, 0, 0, 0.4),0 0 4px rgba(0, 0, 0, 0.4),0 0 4px rgba(0, 0, 0, 0.4),0 0 4px rgba(0, 0, 0, 0.4),0 0 4px rgba(0, 0, 0, 0.4),0 0 4px rgba(0, 0, 0, 0.4);
}

.sec-concept .concept__txt {
  position: relative;
  margin: 0 0 2%;
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: min(2.5vw, 36px);
  color: #fff;
  line-height: 1.375;
  z-index: 2;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4),0 0 4px rgba(0, 0, 0, 0.4),0 0 4px rgba(0, 0, 0, 0.4),0 0 4px rgba(0, 0, 0, 0.4),0 0 4px rgba(0, 0, 0, 0.4),0 0 4px rgba(0, 0, 0, 0.4),0 0 4px rgba(0, 0, 0, 0.4);
}

.sec-concept .concept__more {
  position: relative;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sec-concept .concept__more span {
  display: block;
}

.sec-concept .concept__more svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: #38A045;
}

.sec-concept .concept__bg {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin-top: -56.25vw;
}

.sec-concept .concept__bg img {
  width: 100%;
}

.sec-concept .concept__bg-txt {
  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;
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec-concept .concept__bg-txt p {
  width: 580px;
  max-width: 60%;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="10" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge><feGaussianBlur in="SourceAlpha" stdDeviation="10" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge><feGaussianBlur in="SourceAlpha" stdDeviation="10" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 0 10px rgb(0, 0, 0)) drop-shadow(0 0 10px rgb(0, 0, 0)) drop-shadow(0 0 10px rgb(0, 0, 0));
  filter: drop-shadow(0 0 10px rgb(0, 0, 0)) drop-shadow(0 0 10px rgb(0, 0, 0)) drop-shadow(0 0 10px rgb(0, 0, 0));
}

.sec-concept .concept__item {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sec-concept .concept__item-img img {
  width: 100%;
}

.sec-concept .concept__item-txt {
  position: absolute;
  top: 0;
}

.sec-concept .concept__item-txt img {
  width: 100%;
}

.sec-concept .concept__item._item_1 .concept__item-txt {
  left: 0;
  width: 27%;
  margin: calc(25% + 80px) 0 0 6%;
}

.sec-concept .concept__item._item_2 .concept__item-txt {
  right: 0;
  width: 31%;
  margin: calc(6% + 80px) 18% 0 0;
}

.sec-concept .concept__item._item_3 {
  position: relative;
}
.sec-concept .concept__item._item_3 .c-img-caption {
    position: absolute;
    bottom: 0;
    right: 0;
}
.sec-concept .concept__item._item_3 .concept__item-txt {
  left: 0;
  width: 32%;
  margin: calc(25% + 120px) 0 0 6%;
}

/*--------------------------------------------------------------------------
   sec-project
---------------------------------------------------------------------------*/
.sec-project {
  position: relative;
  z-index: 0;
  padding: 100px 0;
}

.sec-project__hdg {
  text-align: center;
}
.sec-project__hdg img {
  max-width: 100%;
  height: auto;
}
.sec-project__txt {
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: 22px;
  text-align: center;
}

.sec-project__image {
  position: relative;
  max-width: 1346px;
  width: 100%;
  margin: 30px auto 0;
}
.sec-project__image .badge {
  position: absolute;
  top: 0;
  left: 0;
}

.sec-project__img {
}
.sec-project__img img {
  width: 100%;
  height: auto;
}

.sec-project__body {
  max-width: 1440px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 40px 10px 20px;
}

.sec-project .js-yokoscroll-area {
  overflow: hidden;
}

.sec-project__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-left: 11.8vw;
}

.sec-project__list-item {
  width: 76.38vw;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
}

.sec-project__list-item:not(:first-of-type) {
  margin-left: 3.472vw;
}

.sec-project__list-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sec-project__concept {
  height: 350vh;
  margin-bottom: -100vh;
}

.sec-project__concept-bg {
  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;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 0;
  width: 100%;
  height: 100vh;
  padding: 0 0 100px;
}

.sec-project__concept-txt {
  position: relative;
  color: #fff;
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: 18px;
  line-height: 2.5;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.sec-project__concept-txt .concept__more {
  overflow: hidden;
  width: 400px;
  height: 60px;
  margin: 30px auto 0;
  border-radius: 30px;
  border: 1px solid #0B8843;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
}

.sec-project__concept-txt .concept__more a {
  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;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#0B8843), to(#55AF46));
  background: linear-gradient(to bottom, #0B8843 0%, #55AF46 100%);
  z-index: 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.sec-project__concept-txt .concept__more a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.sec-project__concept-txt .concept__more svg {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
  fill: #ffffff;
}

.sec-project__concept-txt .concept__more a:hover {
  color: #0B8843;
}

.sec-project__concept-txt .concept__more a:hover::before {
  opacity: 1;
}

.sec-project__concept-txt .concept__more a:hover svg {
  fill: #0B8843;
}

/*--------------------------------------------------------------------------
   sec-feature
---------------------------------------------------------------------------*/
.sec-feature {
  position: relative;
  margin-top: 170px;
  padding-bottom: 50px;
}

.sec-feature::after {
  content: "";
  position: absolute;
  top: 55px;
  left: 0;
  width: 720px;
  height: 870px;
  background: #F6F6F6;
  z-index: -1;
}

.sec-feature__content {
  position: relative;
  padding-left: 130px;
}

.sec-feature__hdg {
  font-family: "Heebo", sans-serif;
  font-size: 120px;
  font-weight: 400;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#53AF46), to(#118C43));
  background: linear-gradient(to bottom, #53AF46 0%, #118C43 100%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}

.sec-feature__txt {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: 24px;
  color: #3A9950;
}

.sec-feature .js-yokoscroll-area {
  overflow: hidden;
}

.sec-feature__list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.sec-feature .feature {
  position: relative;
  max-width: 1100px;
  height: calc(100vh - 315px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 50px;
}

.sec-feature .feature a {
  position: relative;
  display: block;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sec-feature .feature a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 32%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .66)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .66) 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mode-pc .sec-feature .feature a:hover::after, .mode-sp .sec-feature .feature a:active::after {
  height: 100%;
}

.mode-pc .sec-feature .feature a:hover .feature__more, .mode-sp .sec-feature .feature a:active .feature__more {
  background-color: #38A045;
}

.mode-pc .sec-feature .feature a:hover .feature__more svg, .mode-sp .sec-feature .feature a:active .feature__more svg {
  fill: #fff;
}

.sec-feature .feature__img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sec-feature .feature__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sec-concept figcaption,
.sec-feature figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.sec-concept .concept__bg figcaption{
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  z-index: 2;
}


.sec-feature .feature__hdg {
  position: absolute;
  bottom: 22%;
  left: 5.8%;
  color: #fff;
  z-index: 2;
}

.sec-feature .feature__hdg .en {
  display: block;
  font-family: "Heebo", sans-serif;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}

.sec-feature .feature__hdg .ja {
  display: block;
  font-family: "Noto Serif JP", serif, sans-serif;
  font-weight: 400;
}

.sec-feature .feature__txt {
  position: absolute;
  bottom: 5%;
  left: 5.8%;
  font-family: "Noto Serif JP", serif, sans-serif;
  font-size: 36px;
  color: #fff;
  line-height: 1.375;
  z-index: 2;
}

.sec-feature .feature__more {
  position: absolute;
  right: 5.8%;
  bottom: 6.15%;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sec-feature .feature__more span {
  display: block;
}

.sec-feature .feature__more svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: #38A045;
}

/*--------------------------------------------------------------------------
   custom animation
---------------------------------------------------------------------------*/
/* sec-mv
-----------------------------------------------------------------*/
.sec-mv__skip {
  opacity: 0;
}

/* scene--01
-----------------------------------------------------------------*/
.sec-mv__scene--01 .text1 {
  opacity: 0;
  translate: 0 -100px;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="5" /></filter></svg>#filter');
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.sec-mv__scene--01 .text2 {
  opacity: 0;
  translate: 0 -100px;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="5" /></filter></svg>#filter');
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

/* scene--02
-----------------------------------------------------------------*/
.sec-mv__scene--02 {
  translate: 0 -100%;
}
.sec-mv__scene--02 .text {
  opacity: 0;
  translate: 0 -100px;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="5" /></filter></svg>#filter');
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

/* scene--03
-----------------------------------------------------------------*/
.sec-mv__scene--03 {
  translate: 0 -100%;
}
.sec-mv__scene--03 .text {
  opacity: 0;
  translate: 0 -100px;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="5" /></filter></svg>#filter');
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

/* scene--04
-----------------------------------------------------------------*/
.sec-mv__scene--04 {
  translate: 0 -100%;
}
.sec-mv__scene--04 .text {
  opacity: 0;
  translate: 0 -100px;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="5" /></filter></svg>#filter');
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

/* scene--end
-----------------------------------------------------------------*/
.sec-mv__scene--end {
  pointer-events: none;
  opacity: 0;
}
.sec-mv__scene--end::before {
  background-position: 50% 0%;
}
.sec-mv__scene--end .sec-mv__cover {
  opacity: 1;
}
.sec-mv__scene--end .sec-mv__parklink img {
  opacity: 0;
  /* translate: 0 -100px; */
}
.sec-mv__scene--end .sec-mv__prot img {
  opacity: 0;
  translate: 0 -50px;
}
.sec-mv__scene--end .sec-mv__badge {
  opacity: 0;
}
.sec-mv__scene--end .sec-mv__caption {
  opacity: 0;
}
.sec-mv__scene--end .sec-mv__logo {
  opacity: 0;
}
.sec-mv__scene--end .sec-mv__copy img,
.sec-mv__scene--end .sec-mv__copy span {
  opacity: 0;
}

.mv-scene1 .sec-mv__skip {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

/* scene--01
-----------------------------------------------------------------*/
.mv-scene1 .sec-mv__scene--01 .text1 {
  opacity: 1;
  translate: 0 0;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transition: opacity 0.6s ease-in-out, translate 1s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-filter 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, translate 1s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-filter 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, translate 1s cubic-bezier(0.075, 0.82, 0.165, 1), filter 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, translate 1s cubic-bezier(0.075, 0.82, 0.165, 1), filter 1s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-filter 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.mv-scene1 .sec-mv__scene--01 .text2 {
  opacity: 1;
  translate: 0 0;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transition: opacity 0.6s ease-in-out, translate 1s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-filter 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, translate 1s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-filter 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, translate 1s cubic-bezier(0.075, 0.82, 0.165, 1), filter 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, translate 1s cubic-bezier(0.075, 0.82, 0.165, 1), filter 1s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-filter 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

/* scene--02
-----------------------------------------------------------------*/
.mv-scene2 .sec-mv__scene--02 {
  translate: 0 0;
  -webkit-transition: translate 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: translate 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.mv-scene2 .sec-mv__scene--02 .text {
  opacity: 1;
  translate: 0 0;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transition: opacity 1s ease-in-out, translate 1.5s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-filter 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 1s ease-in-out, translate 1.5s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-filter 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 1s ease-in-out, translate 1.5s cubic-bezier(0.075, 0.82, 0.165, 1), filter 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 1s ease-in-out, translate 1.5s cubic-bezier(0.075, 0.82, 0.165, 1), filter 0.6s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-filter 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

/* scene--03
-----------------------------------------------------------------*/
.mv-scene3 .sec-mv__scene--03 {
  translate: 0 0;
  -webkit-transition: translate 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: translate 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.mv-scene3 .sec-mv__scene--03 .text {
  opacity: 1;
  translate: 0 0;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transition: opacity 1s ease-in-out, translate 1.5s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-filter 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 1s ease-in-out, translate 1.5s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-filter 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 1s ease-in-out, translate 1.5s cubic-bezier(0.075, 0.82, 0.165, 1), filter 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 1s ease-in-out, translate 1.5s cubic-bezier(0.075, 0.82, 0.165, 1), filter 0.6s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-filter 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

/* scene--04
-----------------------------------------------------------------*/
.mv-scene4 .sec-mv__scene--04 {
  translate: 0 0;
  -webkit-transition: translate 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: translate 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.mv-scene4 .sec-mv__scene--04 .text {
  opacity: 1;
  translate: 0 0;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transition: opacity 1s ease-in-out, translate 1.5s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-filter 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 1s ease-in-out, translate 1.5s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-filter 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 1s ease-in-out, translate 1.5s cubic-bezier(0.075, 0.82, 0.165, 1), filter 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 1s ease-in-out, translate 1.5s cubic-bezier(0.075, 0.82, 0.165, 1), filter 0.6s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-filter 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

/* scene--end
-----------------------------------------------------------------*/
.mv-scene-end .sec-mv__scene--end {
  pointer-events: all;
  opacity: 1;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
/* .mv-scene-end .sec-mv__scene--end .sec-mv__parklink img {
  opacity: 1;
  translate: 0 0;
  -webkit-transition: opacity 1s ease-in-out, translate 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 1s ease-in-out, translate 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
} */
.mv-scene-end .sec-mv__scene--end .sec-mv__cover {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.mv-scene-end2 .sec-mv__scene--end::before {
  background-position: 50% 100%;
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.mv-scene-end2.mv-scene-end--animstop .sec-mv__scene--end::before{
  background-position: 100% auto!important;
  transition: 0s;
}
.mv-scene-end2 .sec-mv__scene--end .sec-mv__parklink-wrap {
  /* -webkit-transition: top 16s ease-in-out;
  transition: top 1s ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s; */
  top: 280px;
}
.mv-scene-end2 .sec-mv__scene--end .sec-mv__prot img {
  opacity: 1;
  translate: 0 0;
  -webkit-transition: opacity 0.6s ease-in-out, translate 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 0.6s ease-in-out, translate 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.mv-scene-end2 .sec-mv__scene--end .sec-mv__prot--st1 img {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.mv-scene-end2 .sec-mv__scene--end .sec-mv__prot--st2 img {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.mv-scene-end2 .sec-mv__scene--end .sec-mv__prot--st3 img {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}
.mv-scene-end2 .sec-mv__scene--end .sec-mv__prot--st4 img {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}
.mv-scene-end2 .sec-mv__scene--end .sec-mv__prot--main img {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}
.mv-scene-end2 .sec-mv__scene--end .sec-mv__badge {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.mv-scene-end2 .sec-mv__scene--end .sec-mv__caption {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.mv-scene-end2 .sec-mv__scene--end .sec-mv__logo {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
.mv-scene-end2 .sec-mv__scene--end .sec-mv__parklink img {
  opacity: 1;
  -webkit-transition: opacity 1s ease-in-out, translate 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 1s ease-in-out, translate 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.mv-scene-end2 .sec-mv__scene--end .sec-mv__copy{
}
.mv-scene-end2 .sec-mv__scene--end .sec-mv__copy img,
.mv-scene-end2 .sec-mv__scene--end .sec-mv__copy span {
  opacity: 1;
  /* translate: 0 0; */
  -webkit-transition: opacity 1s ease-in-out, translate 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 1s ease-in-out, translate 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-delay: 2.0s;
          transition-delay: 2.0s;
}
.mv-scene-end2 .sec-mv__scene--end .sec-mv__copy span {
    position: relative;
    font-size: min(8.5vw, 4.6rem);
    font-family: "Noto Serif JP", serif, sans-serif;
    color:#7B003C;
    background-image: linear-gradient(
		70deg,
		rgba(123, 0, 60, 1)  45%, 
		#fff 50%,
		rgba(123, 0, 60, 1) 55% 
	);
	  background-size: 500% 100%;
    background-clip: text;
  	-webkit-background-clip: text;
	  color: transparent;
    animation: shine 3s infinite;
    animation-delay: 3s;
}
@keyframes shine {
	0% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.mv-scene-end2 .sec-mv__scene--end .sec-mv__copy span::after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 10%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.4) 90%, rgba(255, 255, 255, 0) 100%);
  filter: blur(60px);
  /* text-shadow: 0 0 6px rgba(255, 255, 255, 0.6),0 0 6px rgba(255, 255, 255, 0.6),0 0 6px rgba(255, 255, 255, 0.6) */
  }




.mv-scene-end2 .sec-mv__scene--end .sec-mv__copy span sub {
  color:#7B003C;
  font-size: min(2vw, 1.3rem);
  margin-left: -0.5em;
}



/* sec-project__list
-----------------------------------------------------------------*/
.is-animated.sec-project__list-item:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.is-animated.sec-project__list-item:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.is-animated.sec-project__list-item:nth-child(3) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

@media only screen and (max-width: 767px) {
  .sec-mv__start {
    padding: 30px 6%;
  }
  .sec-mv__start p {
    font-size: 20px;
  }
  .sec-mv__start p img{
    max-width: 100%;
  }	
  .sec-mv__start p small {
    font-size: 16px;
  }
  .sec-concept .concept__intro {
    top: 0;
    height: 100vh;
    padding-top: 8%;
  }
  .sec-concept .concept__intro_wrap {
    width: auto;
    background: none;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.4),0 0 10px rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.4);
  }
  .sec-concept .concept__bg {
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
    margin-top: -100vh;
    margin-bottom: 100px;
  }
  @-webkit-keyframes concept-bg {
    0% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }
    100% {
      -webkit-transform: translateX(calc(-100% + 100vw));
      transform: translateX(calc(-100% + 100vw));
    }
  }
  @keyframes concept-bg {
    0% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }
    100% {
      -webkit-transform: translateX(calc(-100% + 100vw));
      transform: translateX(calc(-100% + 100vw));
    }
  }
  .sec-concept .concept__bg picture {
    display: block;
    width: 130vh;
    min-width: 200%;
    height: 100vh;
  }
  .sec-concept .concept__bg picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
  }
  .sec-concept .concept__bg-txt {
    height: 100vh;
  }
  .sec-concept .concept__bg-txt p {
    width: 80%;
    max-width: 80%;
  }
  .sec-concept .concept__hdg .en {
    font-size: 46px;
  }
  .sec-concept .concept__hdg .ja {
    font-size: 14px;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.4),0 0 4px rgba(0, 0, 0, 0.4),0 0 4px rgba(0, 0, 0, 0.4),0 0 4px rgba(0, 0, 0, 0.4),0 0 4px rgba(0, 0, 0, 0.4),0 0 4px rgba(0, 0, 0, 0.4),0 0 4px rgba(0, 0, 0, 0.4);
  }
  .sec-concept .concept__item {
    top: 0;
    height: 100vh;
  }
  .sec-concept .concept__txt {
    font-size: 20px;
    line-height: 1.6;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.4),0 0 4px rgba(0, 0, 0, 0.4),0 0 4px rgba(0, 0, 0, 0.4),0 0 4px rgba(0, 0, 0, 0.4),0 0 4px rgba(0, 0, 0, 0.4),0 0 4px rgba(0, 0, 0, 0.4),0 0 4px rgba(0, 0, 0, 0.4);
  }
  .sec-concept .concept__item-img {
    height: 100%;
  }
  .sec-concept .concept__item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
  }
  .sec-concept .concept__item-txt picture {
    display: block;
    position: relative;
  }
  .sec-concept .concept__item._item_1 .concept__item-txt {
    width: 12.5%;
    margin: calc(20% + 200px) 0 0 8%;
  }
  .sec-concept .concept__item._item_1 .concept__item-txt picture {
    left: 40px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .sec-concept .concept__item._item_2 .concept__item-txt {
    width: 13%;
    margin: calc(-7vw + 200px) 13% 0 0;
  }
  .sec-concept .concept__item._item_2 .concept__item-txt picture {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  .sec-concept .concept__item._item_3 .concept__item-txt {
    width: 12.5%;
    margin: calc(20% + 228px) 0 0 10%;
  }
  .sec-concept .concept__item._item_3 .concept__item-txt picture {
    left: 40px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .g-header {
    position: absolute;
  }
  .g-header__logo {
    /*display: none;*/
  }

  .g-header.is-fixed {
    position: absolute;
    background-color: rgba(255, 255, 255, 0);
  }

  .sec-mv__content {
    height: 100vh;
    height: calc(var(--vh) * 100);
  }
  
  .sec-mv__content {
    height: 100vh;
    height: calc(var(--vh) * 100);
  }
  .sec-mv .sec-mv__skip {
    bottom: 20px;
    right: 22px;
  }
  .sec-mv .sec-mv__skip button {
    padding: 8px;
    font-size: 18px;
  }
  .sec-mv .sec-mv__scene--01 .text-wrap {
    font-size: 21px;
  }
  .sec-mv .sec-mv__scene--02 {
    background-image: url(../../img/index/mv_scene02_sp.jpg);
    background-position: 50% 0;
    background-size: cover;
  }
  .sec-mv .sec-mv__scene--02 .text {
    top: 50vh;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.2em;
    transform: translateY(-50%);
  }
  .sec-mv .sec-mv__scene--02 .text img {
    max-width: calc(100% - 20px);
  }
  .sec-mv .sec-mv__scene--03 {
    background-image: url(../../img/index/mv_scene03_sp.jpg);
    background-position: 50% 0;
    background-size: cover;
  }
  .sec-mv .sec-mv__scene--03 .text {
    top: 30vh;
    width: 80%;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.2em;
  }
  .sec-mv .sec-mv__scene--03 .text img {
    max-width: calc(100% - 20px);
  }
  .sec-mv .sec-mv__scene--04 {
    background-image: url(../../img/index/mv_scene04_sp.jpg);
    background-position: 50% 0;
    background-size: cover;
  }
  .sec-mv .sec-mv__scene--04 .text {
    width: 100%;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.2em;
  }
  .sec-mv .sec-mv__scene--04 .text img {
    max-width: calc(100% - 20px);
  }
  .sec-mv .sec-mv__scene--end::before {
    height: 100vh;
    height: calc(var(--vh) * 100);
    background-image: url(../../img/index/mv_bg_sp.jpg);
    background-position: 50% 0;
    background-size: 100% auto;
  }

  .sec-mv .sec-mv__scene--end .sec-mv__logo {
    position: absolute;
    top: 42px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 234px;
    z-index: 11;
  }
  .sec-mv .sec-mv__scene--end .sec-mv__logo img {
    width: 100%;
    height: auto;
  }
  .sec-mv .sec-mv__scene--end .sec-mv__copy {
    /* translate: -50% calc(-100% - 20px); */
  }
  .sec-mv .sec-mv__scene--end .sec-mv__copy {
    order: 0;
  }
  .sec-mv .sec-mv__scene--end .sec-mv__copy img {
    width: 100%;
    height: auto;
  }
  .sec-mv .sec-mv__scene--end .sec-mv__badge {
    /* left: 50%;
    transform: translateX(-50%); */
    right: 20px;
    bottom: 20px;
  }
  .sec-mv .sec-mv__scene--end .sec-mv__badge img {
    width: 140px;
    height: auto;
  }

  .sec-mv__point {
    padding: 25px 10px 40px;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #55AF46), color-stop(95%, #0B8843), to(#0B8843));
    background: linear-gradient(to right bottom, #55AF46 0, #0B8843 95%, #0B8843 100%);
  }
  .sec-mv__point .txt {
    width: 90%;
    margin-left: 2%;
  }
  .sec-mv__point .txt img {
    max-width: none;
    width: 100%;
  }

  .sec-mv__no1 {
    padding: 30px 20px 28px;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0, #00375A), color-stop(60%, #00375A), to(#2078A3));
    background: linear-gradient(to right, #00375A 0, #00375A 60%, #2078A3 100%);
  }
  .sec-mv__no1 .catch img {
  }
  .sec-mv__no1 .txt01 {
    margin-top: 10px;
    font-size: 10px;
  }
  .sec-mv__no1 .txt02 {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.5;
  }
  .sec-mv__no1 .txt02 img {
    max-width: 100%;
    height: auto;
  }
  .sec-information {
    display: block;
  }
  .sec-information__hdg {
    width: auto;
  }
  .sec-information__body {
    width: auto;
    padding: 20px 20px;
  }
  .sec-information__item {
    display: block;
  }
  .sec-information__item .date {
    width: auto;
    font-size: 12px;
  }
  .sec-information__item .txt {
    width: auto;
    margin-top: 5px;
    white-space: normal;
    text-overflow: inherit;
    font-size: 10px;
  }
  .sec-information .swiper {
    height: 4em;
  }

  /* renew info */
  .sec-info {
    padding: 30px 20px;
  }
  .sec-info__content {
    display: block;
    max-width: none;
  }
  .sec-info__hdg {
    width: auto;
    font-size: 16px;
    text-align: center;
  }
  .sec-info__body {
    width: auto;
    height: 80px;
    padding: 20px 0 0;
    border-left: 0;
    border-top: 1px solid #000;
  }
  .sec-info__list .date {
    font-size: 12px;
  }
  .sec-info__list .txt {
    font-size: 10px;
  }
  .sec-info__list .txt + .date {
    margin-top: 10px;
  }

  .sec-link__content {
    padding-bottom: 50px;
  }


  .sec-project__hdg {
    width: 87%;
    margin: 0 auto 15px;
  }
  .sec-project__img {
    width: auto;
    margin: 0 -20px;
  }
  .sec-project__body {
    height: auto;
    min-height: 0;
    padding: 20px 20px 10px;
  }
  .sec-project__list {
    padding-left: 0;
  }
  .sec-project__list-item {
    width: auto;
    height: 72vw; /*650*/
  }
  .sec-project__list-item:not(:first-of-type) {
    margin-left: 0;
  }
  .sec-project__txt {
    line-height: 2.26;
  }
  @keyframes concept-bg {
    0% {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
    }
    100% {
      -webkit-transform: translateX(calc(-100% + 100vw));
      transform: translateX(calc(-100% + 100vw));
    }
  }
  .sec-project__concept-bg {
    overflow: hidden;
    top: 0;
    padding-bottom: 0;
  }
  .sec-project__concept-bg::before {
    width: 130vh;
    min-width: 200%;
  }
  .sec-project__concept-txt {
    font-size: 15px;
    line-height: 2;
    text-align: center;
  }
  .sec-project__concept-txt .concept__more {
    width: 230px;
    height: 60px;
    margin-top: 20px;
    font-size: 15px;
  }
  .sec-project__concept-txt .concept__more svg {
    right: 20px;
    width: 15px;
    height: 15px;
  }

  .sec-project {
    padding: 30px 0;
  }
  
  .sec-project__hdg {
  }
  .sec-project__hdg img {
  }
  .sec-project__txt {
    font-size: 12px;
  }
  
  .sec-project__image {
    max-width: none;
    width: 100%;
    margin: 30px auto 0;
  }
  .sec-project__image .badge {
    position: absolute;
    top: -20px;
    left: -20px;
  }
  .sec-project__image .badge img {
    width: 84px;
    height: 84px;
  }
  



  .sec-feature {
    margin-top: 90px;
    padding-bottom: 20px;
  }
  .sec-feature::after {
    top: 20px;
    width: 93.75%;
    height: 200px;
  }
  .sec-feature__content {
    padding-left: 0;
  }
  .sec-feature__hdg {
    padding: 0 20px;
    font-size: 45px;
  }
  .sec-feature__txt {
    padding: 0 20px;
    font-size: 18px;
  }
  .sec-feature .js-yokoscroll-area {
    overflow: visible;
  }
  .sec-feature__list {
    overflow: visible;
    display: block;
  }
  .sec-feature .feature {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    height: 100vh;
    padding-right: 0;
  }
  .sec-feature .feature a::after {
    top: 0;
    bottom: auto;
    height: 43.75%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .66)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .66) 100%);
  }
  .sec-feature .feature__img {
    aspect-ratio: inherit;
    height: auto;
  }
  .sec-feature .feature__img img {
    height: 100vh;
  }
  .sec-feature .feature__hdg {
    top: 55px;
    bottom: auto;
    left: 6.25%;
  }
  .sec-feature .feature__hdg .en {
    font-size: 46px;
  }
  .sec-feature .feature__hdg .ja {
    font-size: 14px;
  }
  .sec-feature .feature__txt {
    top: 134px;
    bottom: auto;
    left: 6.25%;
    font-size: 20px;
    line-height: 1.6;
  }
  .sec-feature .feature__more {
    top: 217px;
    right: auto;
    bottom: auto;
    left: 6.25%;
  }
  .sec-mv .sec-mv__scene--01 .text1 {
    translate: 0 -50px;
  }
  .sec-mv .sec-mv__scene--01 .text2 {
    translate: 0 -50px;
  }
  .sec-mv .sec-mv__scene--01 .text3 {
    translate: 0 -50px;
  }
  .sec-mv .sec-mv__scene--end::before {
    background-position: center top;
  }
  .mv-scene-end2 .sec-mv__scene--end::before {
    background-position: center bottom;
  }
  .mv-scene-end2 .sec-mv__scene--end .sec-mv__parklink-wrap {
    top: 30%;
  }
  .sec-mv__scene--end .sec-mv__parklink {
    width: 200px;
  }
  .sec-mv__scene--end .sec-mv__parklink img {
    width: 100%;
    height: auto;
  }
@media only screen and (max-width: 767px) {
    .sec-mv .sec-mv__scene--end .sec-mv__copy {
        text-align: center;
    }
}

  .is-animated.sec-project__list-item:nth-child(1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .is-animated.sec-project__list-item:nth-child(2) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .is-animated.sec-project__list-item:nth-child(3) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}

@media only screen and (max-width: 767px) and (max-height: 520px) {


}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .sec-information__hdg {
    width: 140px;
  }
  .sec-information__body {
    width: calc(100% - 140px);
  }
}

@media screen and (min-width: 768px) and (max-width: 980px) {
  .sec-feature__hdg {
    font-size: 90px;
  }
  .sec-feature .feature {
    height: calc(100vh - 260px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .sec-feature {
    margin-top: 11.8vw;
    padding-bottom: 3.47vw;
  }
  .sec-feature::after {
    top: 6.25vw;
    width: 50vw;
    height: 60.4vw;
  }
  .sec-feature__content {
    padding-left: 9vw;
  }
  .sec-feature__txt {
    margin-top: 2.08vw;
    margin-bottom: 2.08vw;
  }
  .sec-feature .feature {
    width: 76.38vw;
    padding-right: 3.47vw;
  }
  .sec-feature .feature__hdg .en {
    font-size: 3.47vw;
  }
  .sec-feature .feature__hdg .ja {
    font-size: 0.97vw;
  }
  .sec-feature .feature__txt {
    font-size: 2.5vw;
  }
}

@media screen and (min-width: 981px) and (max-width: 1200px) {
  .sec-feature__hdg {
    font-size: 100px;
  }
  .sec-feature .feature {
    height: calc(100vh - 290px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .sec-feature__txt {
    font-size: 20px;
  }
}

@media screen and (max-height: 850px) {
  .sec-feature .feature__hdg {
    bottom: 32%;
  }
}


.sec-mv__copy2{
	position: relative;
    padding: 35px 15px 25px;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #F5D62E), color-stop(20%, #F5D62E), color-stop(45%, #FEEF79), to(#FEEF79));
    background: linear-gradient(to right, #F5D62E 0, #FEEF79 20%, #F5D62E 45%, #FEEF79 100%);
    text-align: center;
}
@media screen and (max-width: 768px) {
	.sec-mv__copy2{
    padding: 20px 15px 15px;
	}

}


.sec-mv__copy2 .copy2 img{
    max-width: 100%;
    height: auto;	
}


	
}