@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-------------------------
- z-index
- mv
- message_sec
- gallery_sec
- contents_sec
- after_talk_sec
-------------------------*/
/*=======================================
　z-index
=======================================*/
.message_sec,
.gallery_sec {
  position: relative;
}

.message_sec,
.gallery_sec {
  z-index: 1;
}

/*=======================================
　mv
=======================================*/
.mv {
  width: 100vw;
  height: 100dvh;
  overflow: hidden;
  position: relative;
  margin-bottom: 100vh;
}
.mv .movie {
  position: relative;
  position: fixed;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.mv .movie::after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  background: #000000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  mix-blend-mode: multiply;
}
.mv .movie.movie_dark::after {
  opacity: 0.8;
}
.mv .movie.movie_hidden {
  display: none;
}
.mv .movie video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  vertical-align: top;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv .scroll_down {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 26px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .mv .scroll_down {
    font-size: 12px;
  }
}
.mv .scroll_down img {
  vertical-align: baseline;
  margin: 0 4px;
}

/*=======================================
　message_sec
=======================================*/
.message_sec {
  background: var(--main_black);
  padding: 114px 0 129px;
}
@media screen and (max-width: 768px) {
  .message_sec {
    padding: 85px 0 95px;
  }
}
.message_sec .inner {
  max-width: 1058px;
}
@media screen and (max-width: 768px) {
  .message_sec .inner {
    width: 77.75%;
  }
}
.message_sec .inner .cmn_ttl01 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .message_sec .inner .cmn_ttl01 {
    margin-bottom: 25px;
  }
}
.message_sec .inner .copy {
	  margin-top: 62px;
	  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .message_sec .inner .copy {
    max-width: 163.75px;
    margin-bottom: 20px;
    margin-top: 42px;
  }
}
.message_sec .inner .txt {
  font-size: 24px;
  line-height: 1.916;
  font-weight: 300;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .message_sec .inner .txt {
    font-size: 16px;
    line-height: 1.9375;
  }
}
.message_sec .inner .txt:not(:last-of-type) {
  margin-bottom: 26px;
}
.message_sec .inner .txt__lar {
  font-weight: 400;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .message_sec .inner .txt__lar {
    font-size: 20px;
  }
}

/*=======================================
　gallery_sec
=======================================*/
.gallery_sec {
  background: url("../img/top/gallery_bg.jpg") no-repeat;
  background-size: cover;
  overflow: hidden;
}
.gallery_sec .inner {
  width: 100%;
  position: relative;
  padding: 15.2777777778vw 0 11.1125vw;
}
@media screen and (max-width: 768px) {
  .gallery_sec .inner {
    padding: 29vw 0 20.7175vw;
  }
}
.gallery_sec .abs_img {
  position: absolute;
}
.gallery_sec .abs_img:nth-child(1) {
  width: 10vw;
  top: 2.6388888889vw;
  left: 10.4166666667vw;
}
@media screen and (max-width: 768px) {
  .gallery_sec .abs_img:nth-child(1) {
    display: none;
  }
}
.gallery_sec .abs_img:nth-child(2) {
  width: 19.9305555556vw;
  top: 2.2222222222vw;
  left: 40.0694444444vw;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  display: none;
}
@media screen and (max-width: 768px) {
  .gallery_sec .abs_img:nth-child(2) {
    display: none;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
.gallery_sec .abs_img:nth-child(3) {
  width: 14.7916666667vw;
  top: 2.7777777778vw;
  right: 6.875vw;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
@media screen and (max-width: 768px) {
  .gallery_sec .abs_img:nth-child(3) {
    width: 37.25vw;
    right: 4.25vw;
    top: 4.25vw;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}
.gallery_sec .abs_img:nth-child(4) {
  width: 19.3055555556vw;
  top: 27.5vw;
  left: 2.2916666667vw;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
@media screen and (max-width: 768px) {
  .gallery_sec .abs_img:nth-child(4) {
    width: 25.25vw;
    left: -3.25vw;
    top: auto;
    bottom: 16.25vw;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}
.gallery_sec .abs_img:nth-child(5) {
  width: 10.1388888889vw;
  top: 33.4027777778vw;
  left: 22.7777777778vw;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
@media screen and (max-width: 768px) {
  .gallery_sec .abs_img:nth-child(5) {
    width: 14vw;
    left: 15.25vw;
    top: auto;
    bottom: 5.75vw;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}
.gallery_sec .abs_img:nth-child(6) {
  width: 9.5138888889vw;
  top: 29.1666666667vw;
  right: 20.7638888889vw;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media screen and (max-width: 768px) {
  .gallery_sec .abs_img:nth-child(6) {
    width: 19vw;
    top: 7vw;
    left: 6.25vw;
    right: auto;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
}
.gallery_sec .abs_img:nth-child(7) {
  width: 14.7916666667vw;
  top: 23.8194444444vw;
  right: 4.1666666667vw;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media screen and (max-width: 768px) {
  .gallery_sec .abs_img:nth-child(7) {
    width: 27.25vw;
    right: -1.75vw;
    top: auto;
    bottom: 6.5vw;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}
.gallery_sec .logo,
.gallery_sec .txt,
.gallery_sec .cmn_btn01 {
  position: relative;
  z-index: 1;
}
.gallery_sec .logo {
  width: 66.84%;
  margin: 0 auto 2.8458333333vw;
}
@media screen and (max-width: 768px) {
  .gallery_sec .logo {
    width: 50%;
    margin-bottom: 14.13px;
  }
}
.gallery_sec .logo img {
  width: 100%;
}
.gallery_sec .txt {
  font-size: 1.6666666667vw;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (min-width: 1440px) {
  .gallery_sec .txt {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .gallery_sec .txt {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .gallery_sec .txt {
    font-size: 14px;
    line-height: 1.428;
    margin-bottom: 18px;
  }
}
.gallery_sec .cmn_btn01 {
  position: absolute;
  right: 5.5902777778vw;
  bottom: 2.5vw;
}
@media screen and (max-width: 768px) {
  .gallery_sec .cmn_btn01 {
    position: static;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .gallery_sec .cmn_btn01 a {
    -webkit-box-shadow: 0px 0px 8px #7A21E5;
            box-shadow: 0px 0px 8px #7A21E5;
  }
}

/*=======================================
　contents_sec
=======================================*/
.contents_sec {
  overflow: hidden;
}
.contents_sec::after {
  content: "";
  background: url("../img/top/contents_bg.jpg") no-repeat;
  background-size: cover !important;
  background-position: left bottom !important;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .contents_sec::after {
    background: url("../img/top/contents_bg_sp.jpg") no-repeat;
  }
}
.contents_sec .flow_text {
  background: url("../img/top/contents_roop.png") repeat-x left top/auto 100%;
  width: 100%;
  height: 124px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .contents_sec .flow_text {
    height: 53px;
    margin-bottom: 33px;
  }
}
.contents_sec .flow_text.is-left {
  -webkit-animation: flowBg-left 2000s linear infinite;
          animation: flowBg-left 2000s linear infinite;
}
@-webkit-keyframes flowBg-left {
  from {
    background-position: left top;
  }
  to {
    background-position: left -100000px top;
  }
}
@keyframes flowBg-left {
  from {
    background-position: left top;
  }
  to {
    background-position: left -100000px top;
  }
}
.contents_sec .inner {
  max-width: 1061px;
  margin-bottom: 67.83px;
}
@media screen and (max-width: 768px) {
  .contents_sec .inner {
    margin-bottom: 42.17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contents_sec .inner .cmn_ttl01 {
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .contents_sec .inner .cmn_ttl01 {
    margin-bottom: 40px;
  }
}
.contents_sec .inner .cmn_ttl01 span.jp {
  color: var(--main_purple);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.contents_sec .inner .cmn_ttl01 span.jp.is-show {
  -webkit-animation: color_change forwards 1s ease 0.3s;
          animation: color_change forwards 1s ease 0.3s;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.contents_sec .inner .cmn_ttl01 span.jp .bricolage {
  font-size: 72px;
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  .contents_sec .inner .cmn_ttl01 span.jp .bricolage {
    font-size: 38px;
  }
}
.contents_sec .inner .contents_item {
  width: 89.63%;
}
@media screen and (max-width: 768px) {
  .contents_sec .inner .contents_item {
    width: 100%;
  }
}
.contents_sec .inner .contents_item .img_area {
  width: 42.06%;
}
@media screen and (max-width: 768px) {
  .contents_sec .inner .contents_item .img_area {
    width: 100%;
    margin-bottom: 20.5px;
  }
}
.contents_sec .inner .contents_item .txt_area {
  width: 52.36%;
}
@media screen and (max-width: 768px) {
  .contents_sec .inner .contents_item .txt_area {
    width: 100%;
  }
}
.contents_sec .inner .contents_item .txt_area .ttl {
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  line-height: 1.25;
  position: relative;
  padding-right: calc(20px + 1em);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 300;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .contents_sec .inner .contents_item .txt_area .ttl {
    margin-bottom: 14px;
    font-size: 23px;
  }
}
.contents_sec .inner .contents_item .txt_area .ttl::after {
  content: "";
  background: url("../img/common/arrow02.svg") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .contents_sec .inner .contents_item .txt_area .ttl::after {
    width: 13px;
    height: 13px;
  }
}
.contents_sec .inner .contents_item .txt_area .txt {
  font-size: 18px;
  line-height: 1.777;
  font-weight: 300;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .contents_sec .inner .contents_item .txt_area .txt {
    font-size: 13px;
    line-height: 1.538;
  }
}
.contents_sec .inner .contents_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .contents_sec .inner .contents_item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .contents_sec .inner .contents_item a:hover {
    opacity: 1;
  }
  .contents_sec .inner .contents_item a:hover .ttl {
    color: var(--main_purple);
  }
  .contents_sec .inner .contents_item a:hover .ttl::after {
    top: calc(50% - 5px);
    right: -5px;
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .contents_sec .inner .contents_item a:hover {
    opacity: 1;
  }
  .contents_sec .inner .contents_item a:hover .ttl {
    color: var(--main_purple);
  }
  .contents_sec .inner .contents_item a:hover .ttl::after {
    top: calc(50% - 5px);
    right: -5px;
  }
}
.contents_sec .inner .contents_item:nth-of-type(even) {
  margin-left: auto;
}
.contents_sec .inner .contents_item:nth-of-type(even) a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .contents_sec .inner .contents_item:nth-of-type(even) a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contents_sec .inner .contents_item:nth-of-type(1) {
  margin-bottom: 110.46px;
}
@media screen and (max-width: 768px) {
  .contents_sec .inner .contents_item:nth-of-type(1) {
    margin-bottom: 35px;
  }
}
.contents_sec .contents_figure {
  width: 23.7673611111vw;
  margin: 0 auto 55px;
}
@media screen and (max-width: 768px) {
  .contents_sec .contents_figure {
    width: 53vw;
    margin-bottom: 40.17px;
  }
}
.contents_sec .contents_figure img {
  -webkit-animation: pyonpyon 3s infinite;
          animation: pyonpyon 3s infinite;
}
@-webkit-keyframes pyonpyon {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  5% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  15% {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes pyonpyon {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  5% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  15% {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
    -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
            animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.contents_sec .btm_animation_area {
  -webkit-transform: translateY(0.3472222222vw);
          transform: translateY(0.3472222222vw);
}
.contents_sec .btm_animation_area .wakuwaku > span {
  margin-bottom: 0.3472222222vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contents_sec .btm_animation_area .wakuwaku > span > span {
  font-size: 8.3333333333vw;
  font-weight: 100;
  display: inline-block;
  line-height: 1;
  -webkit-animation: bounce 0.6s ease infinite;
          animation: bounce 0.6s ease infinite;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 768px) {
  .contents_sec .btm_animation_area .wakuwaku > span > span {
    font-size: 13.25vw;
    -webkit-animation: bounce_sp 0.6s ease infinite;
            animation: bounce_sp 0.6s ease infinite;
  }
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
@-webkit-keyframes bounce_sp {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@keyframes bounce_sp {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@-webkit-keyframes color_change {
  0% {
    color: var(--main_purple);
  }
  100% {
    color: #fff;
  }
}

@keyframes color_change {
  0% {
    color: var(--main_purple);
  }
  100% {
    color: #fff;
  }
}
/*=======================================
　after_talk_sec
=======================================*/
.after_talk_sec {
  background: #ECEDF0;
  padding: 67px 0 104px;
  color: var(--main_black);
}
@media screen and (max-width: 768px) {
  .after_talk_sec {
    padding: 50px 0;
  }
}
.after_talk_sec .inner .cmn_ttl01 {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .after_talk_sec .inner .cmn_ttl01 {
    text-align: left;
  }
}
.after_talk_sec .inner .cmn_ttl01 span.en {
  color: var(--main_black);
}
.after_talk_sec .inner .cmn_ttl01 span.jp {
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .after_talk_sec .inner .cmn_ttl01 span.jp {
    font-size: 32px;
  }
}
.after_talk_sec .inner .cmn_ttl01 span.jp .bricolage {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .after_talk_sec .inner .cmn_ttl01 span.jp .bricolage {
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 300;
    font-size: 38px;
  }
}
.after_talk_sec .inner .txt {
  font-size: 18px;
  line-height: 1.666;
  margin-bottom: 29px;
  font-weight: 300;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .after_talk_sec .inner .txt {
    font-size: 13px;
    line-height: 1.538;
    text-align: left;
  }
}
.after_talk_sec .inner .modaal-btn {
  max-width: 836px;
  margin: 0 auto;
  display: block;
}

/* モーダル中身 */
.modaal-inner-wrapper {
  padding: 0;
}
.modaal-inner-wrapper .modaal-container {
  width: 80%;
  max-width: 980px;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.modaal-inner-wrapper .modaal-container .modaal-content-container {
  padding: 0;
}
.modaal-inner-wrapper .modaal-container .modaal-content-container iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

/* 閉じるボタン */
.modaal-close {
  position: absolute;
  right: -23.5px;
  top: -47px;
  cursor: pointer;
  z-index: 10;
  background: url("../img/common/modal_close.svg") no-repeat !important;
  background-size: cover !important;
  width: 46.5px;
  height: 30.5px;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .modaal-close {
    width: 30px;
    height: 20px;
    right: -10px;
    top: -30px;
  }
}
.modaal-close::before, .modaal-close::after {
  display: none;
}/*# sourceMappingURL=top.css.map */