@charset "UTF-8";
body {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2em;
  color: #fff;
  background: #000;
}
body a {
  color: #fff;
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
}

.sp_only {
  display: none;
}

.bold {
  font-weight: bold;
}

.inner {
  box-sizing: content-box;
  max-width: 1280px;
  padding: 0 2%;
  position: relative;
  margin: 0 auto;
}

img {
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .inner {
    padding: 0 5%;
  }
}

@media screen and (max-width: 767px) {
  body {
    align-items: flex-start;
    line-height: 1.4em;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
/*----------------------------------
セクション名やクラス名
----------------------------------*/
/*----- 小見出し -----*/
/*----------------------------------------------------- */
/*  header           */
/*----------------------------------------------------- */
.header {
  background-color: rgb(0 0 0 / 80%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 101;
}
.header .inner {
  max-width: 1600px;
  display: flex;
  align-items: center;
  padding: 9.5px 3%;
}
.header_wrap {
    top: 0;
    flex: 1;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    opacity: 1;
    width: unset;
    transform: translateX(0);
    opacity: 1;
    width: unset;
    transform: translateX(0);
    position: unset;
    background: none;
    visibility: unset;
    padding: unset;
}

.header_inner {
  display: flex;
  justify-content: space-between;
}

.header_logo {
  min-width: 286.21px;
}
.header_logo img {
  vertical-align: bottom;
  width: 286.21px;
}

.header_nav {
  display: flex;
  margin-left: 10em;
}
.header_nav li {
  margin-left: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_nav li:first-of-type{
  margin-left: 0;
}
.header_nav a {
  font-weight: bold;
  white-space: nowrap;
}

.header_language {
  display: flex;
  margin-right: 50px;
}
.header_language li + li {
  margin-left: 10px;
}
.header_language .active {
  border: 1px solid #fff;
  font-size: 14px;
  padding: 0 10px;
}

.header_sns {
  display: flex;
  margin: 0 0 0 auto;
}
.header_sns li {
  width: 30px;
}
.header_sns li + li {
  margin-left: 10px;
}
.header_sns a {
  transition: 0.3s ease-in-out;
}
.header_sns a:hover {
  opacity: 0.7;
}

.header_links,
.menu_toggle {
  display: none;
}

@media screen and (max-width: 1380px) {
  .header {
    height: auto;
  }
  .header_wrap{
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 45px;
    right: 0;
    bottom: 0;
    width: 75%;
    padding: 100px 5% 0;
  }
  .header_inner {
    display: block;
  }
  .header_logo img {
    height: 45px;
    width: unset;
  }
  .header_nav {
    display: block;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 40px;
    margin-left: 0;
  }
  .header_nav li {
    margin-left: 0;
    padding: 10px 0 10px 30px;
  }
  .header_nav a {
    font-size: .9em;
  }
  .header_language {
    display: flex;
    margin-right: 0;
    font-size: 17px;
    margin: 0 0 30px 30px;
  }
  .header_language li + li {
    margin-left: 20px;
  }
  .header_language .active {
    font-size: 13px;
  }
  .header_sns {
    margin: 0 0 30px 30px;
  }
  .header_sns li {
    width: 35px;
  }
  .header_sns li + li {
    margin-left: 15px;
  }
  .header_links {
    font-size: 14px;
    font-weight: bold;
    margin-left: 30px;
  }
  .header_links li + li {
    margin-top: 20px;
  }
  .menu_toggle {
    display: block;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background: url(../images/menu.png) center center no-repeat;
    background-size: contain;
  }
  .is-open {
    overflow: hidden;
  }

  .is-open .drawerMenu{
    transform: translateX(0);
    opacity: 1;
    height: 100%;
  }
  .is-open .header_wrap {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
  .is-open .menu_toggle {
    background: url(../images/menu_on.png) center center no-repeat;
    background-size: contain;
    z-index: 100;
  }
}
@media screen and (max-width: 425px) {
  .header_logo img {
    height: 34.42px;
  }
  .mv_logo {
    top: 65px;
    right: -5%;
  }
}
/*----------------------------------------------------- */
/*  mv           */
/*----------------------------------------------------- */
.mv {
  /*background: url(../images/bg_mv.png) center center no-repeat;*/
  background-size: cover;
  position: relative;
}
.mv .inner {
  position: static;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  align-items: center;
}

.mv_ttl {
  padding: 130px 0 0;
  max-width: 405px;
  width: 28vw;
  transform: translateX(-6%);
  margin: 0 auto 100px;
}

.mv_txt {
  font-size: 36px;
  position: absolute;
  top: 48%;
  left: 65%;
}

.mv_logo {
  position: absolute;
  top: 120px;
  right: 0;
  transform: translateX(-40%);
  max-width: 160px;
}

.mv_countdown {
  width: 100%;
  max-width: 260.43px;
  height: 59.23px;
  aspect-ratio: 260.43 / 59.23;
  margin: 0 auto 0px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-weight: bold;
  color: #000;
  line-height: 1;
  z-index: 2;
  position: absolute;
  top: 88%;
  left: 50%;
  transform: translateX(-65%);
}
.mv_countdown em {
  font-family: "DS-Digital", sans-serif;
  display: block;
  color: #0000FF;
  font-size: 2em;
  margin: 0px 15px 0 20px;
  line-height: 1;
  letter-spacing: 0.1em;
}
.mv_countdown span {
  padding-top: 25px;
  font-size: 18px;
}
.mv_countdown p {
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  .mv {
    /*background: url(../images/bg_mv_sp.png) center center no-repeat;*/
    background-size: cover;
    position: relative;
    height: 666px;
  }
  .mv_ttl {
    padding: 100px 0 0;
    max-width: 50%;
    width: 50%;
    transform: translateX(-5%);
    margin: 0 auto 50px;
  }
  .mv_txt {
    font-size: 4vw;
    position: static;
    text-align: center;
    margin-bottom: 110px;
  }
  .mv_countdown {
    left: auto;
    transform: unset;
  }
  .mv_countdown em {
    font-size: 3em;
    margin: 0px 10px 0;
  }
  .mv_countdown span {
    padding-top: 10px;
  }
}
@media screen and (max-width: 1024px){
  .mv_logo {
    position: absolute;
    top: 80px;
    right: 4%;
    max-width: 90px;
  }
  .mv_countdown {
    width: 250px;
    height: 50px;
    margin: 0 auto 10px;
    border-radius: 10px;
    font-size: 1em;
    position: absolute;
    bottom: 0;
  }
}
/*ここから追加*/
.mv.video-wrapper {
  position: relative;
  width: 100%;
  /* height: 100vh; */
  height: auto;
  overflow: hidden;
}

.mv .inner::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  width: 100vw;
  display: block;
  height: 200px;
  background: linear-gradient(rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 1) 100%);
  z-index: 1;
}

/* 背景動画 */
.background-video {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
  z-index: -1;
  opacity: 1; /* 初期状態を非表示 */
  transition: opacity 0.5s ease-in-out; /* スムーズな切り替え */
}

/* PC版動画の表示 */
@media screen and (min-width: 768px) {
  .background-video.pc-video {
    opacity: 1;
  }
  .mv .inner::after {
    display: none;
  }
}

/* SP版動画の表示 */
@media screen and (max-width: 767px) {
  .background-video.sp-video {
    opacity: 1;
  }
}


/*----------------------------------------------------- */
/*  intro           */
/*----------------------------------------------------- */
.intro {
  padding: 830px 0 0;
  padding: 0;
  position: relative;
  /* overflow: hidden; */
  overflow: visible;
  /*margin-top: -300px;*/
  z-index: 4;
  margin-bottom: 10px;
}
.intro::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -2500px;
  width: 2000px;
  height: 6000px;
  background: #3e3e3e;
  transform: rotate(45deg);
  z-index: -1;
}
.intro .shapes {
  width: 402px;
  width: 20vw;
  position: absolute;
  top: 140px;
  right: calc(50% + 450px);
}

.intro_ttl {
  text-align: center;
  margin-bottom: 100px;
}
.intro_ttl h2 {
  font-size: 2.778em;
  font-weight: bold;
  line-height: 2;
  position: relative;
  opacity: 0;
　transform: translateX(100%);
}
/*
.intro_ttl h2::after {
  content: "移動本能";
  color: #fff;
  font-size: 120px;
  position: absolute;
  top: -30px;
  left: 27%;
  letter-spacing: 0.1em;
  text-shadow: 2px 2px 10px #695EA3, -2px 2px 10px #695EA3, 2px -2px 10px #695EA3, -2px -2px 10px #695EA3;
}
*/
.intro_ttl p {
  font-size: 28px;
  font-weight: bold;
  color: #CBCBCB;
}

.intro_wrap01 {
  max-width: 874px;
  margin: 0 auto 80px;
  line-height: 2em;
  text-align: center;
}
.intro_wrap01 p {
  font-size: 1.2em;
  font-weight: bold;
}
.intro_wrap01 p + p {
  margin-top: 50px;
}

.intro_subttl {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 2.4em;
  letter-spacing: 0.2em;
  margin-bottom: 70px;
  /*text-shadow: 2px 2px 10px #cfcfcf, -2px 2px 10px #cfcfcf, 2px -2px 10px #cfcfcf, -2px -2px 10px #cfcfcf;*/
}

.intro_wrap02 {
  position: relative;
  max-width: 731px;
  margin: 0 auto 430px;
  /*z-index: 5;*/
}
.intro_wrap02 p {
  font-size: 1.2em;
  line-height: 2em;
}
.intro_wrap02 p + p {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .intro {
    padding: 230px 0 0;
    /* padding: 0; */
    margin-top: -200px;
  }
  .intro::after {
    content: "";
    position: absolute;
    top: -655vw;
    width: 291vw;
  }
  .intro .shapes {
    width: 42.93vw;
    position: absolute;
    top: 50px;
    right: auto;
    left: 0;
  }
  .intro_ttl {
    text-align: left;
    margin-bottom: 60px;
  }
  .intro_ttl h2 {
    font-size: 3.6em;
    line-height: 1.4;
    text-align: center;
  }
  .intro_ttl h2::after {
    font-size: 60px;
    top: 30px;
    left: 5%;
  }
  .intro_ttl p {
    font-size: 14px;
  }
  .intro_wrap01 {
    margin: 0 auto 30px;
  }
  .intro_wrap01 p {
    font-size: 1.8em;
    line-height: 2em;
  }
  .intro_wrap01 p + p {
    margin-top: 30px;
  }
  .intro_subttl {
    font-size: 3.2em;
    margin-bottom: 50px;
  }
  .intro_wrap02 {
    margin: 0 auto;
  }
  .intro_wrap02 p {
    font-size: 1.8em;
    line-height: 2em;
  }
  .intro_wrap02 p + p {
    margin-top: 30px;
  }
}
@media screen and (max-width: 425px) {
  .intro_ttl h2 {
    font-size: 1.8em;
  }
  .intro_wrap01 p {
    font-size: .9em;
  }
  .intro_subttl {
    font-size: 1.6em;
  }
  .intro_wrap02 p {
    font-size: .9em;
  }
}
/*----------------------------------------------------- */
/*  top-concept-intro           */
/*----------------------------------------------------- */
.top-concept-intro {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  padding-top: 0;
  overflow: visible;
  margin-bottom: 80px;
}
.top-concept-intro .shapes {
  width: 402px;
  width: 20vw;
  position: absolute;
  top: 0px;
  right: calc(50% + 450px);
}

.top-concept-intro_ttl {
  font-size: 2.4em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
}

.top-concept-intro_txt {
  font-size: 3.6em;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}
.top-concept-intro_txt.txt01 {
  text-shadow: 2px 2px 20px #4CA223, -2px 2px 20px #4CA223, 2px -2px 20px #4CA223, -2px -2px 20px #4CA223;
}
.top-concept-intro_txt.txt02 {
  text-shadow: 2px 2px 20px #5B62A6, -2px 2px 20px #5B62A6, 2px -2px 20px #5B62A6, -2px -2px 20px #5B62A6;
}
.top-concept-intro_txt.txt03 {
  text-shadow: 2px 2px 20px #53B6EA, -2px 2px 20px #53B6EA, 2px -2px 20px #53B6EA, -2px -2px 20px #53B6EA;
  margin-bottom: 60px;
}
.concept-details-wrapper {
  margin-bottom: 100px;
}
.top-concept-intro_details {
  max-width: 731px;
  margin: 0 auto;
  text-align: left;
  font-size: 1.2em;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .top-concept-intro_ttl {
    font-size: 1.6em;
  }
}

@media screen and (max-width: 767px) {
  .top-concept-intro {
    padding-top: 300px;
    margin-bottom: 0;
    padding-top: 0px;
  }
  .top-concept-intro .shapes {
    width: 42.93vw;
    position: absolute;
    top: 150px;
    right: auto;
    left: 0;
  }
  .top-concept-intro_ttl {
    font-size: 2.5em;
    margin-bottom: 20px;
    line-height: 2em;
  }
  .top-concept-intro_txt {
    font-size: 4em;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .top-concept-intro_details {
    max-width: 500px;
    font-size: 1.8em;
  }
}
@media screen and (max-width: 425px) {
  .top-concept-intro_ttl {
    font-size: 1.25em;
  }
  .top-concept-intro_txt {
    font-size: 2em;
  }
  .top-concept-intro_details {;
    font-size: .9em;
  }
}
/*----------------------------------------------------- */
/*  top-contept01           */
/*----------------------------------------------------- */
.top-contept .inner {
  position: relative;
  height: 800px;
  padding: 80px 2%;
  margin: 0 auto;
}
.top-contept_ttl {
  text-align: right;
}
.top-contept_ttl img {
  /*max-width: 42.17%;*/
  max-width: 450px;
  height: 189.77px;
}
.top-contept_txt {
  font-size: 2.333em;
  font-weight: bold;
  position: absolute;
  bottom: 230px;
  left: 0;
  line-height: 1.4em;
}
.top-contept_btn {
  display: block;
  width: 250px;
  height: 60px;
  line-height: 56px;
  border: 1px solid #707070;
  outline: 1px solid #fff;
  background: url(../images/ico_arrow_btn.png) left 20px center no-repeat;
  background-size: 13px;
  text-align: center;
  font-size: 1.111em;
  font-weight: bold;
  position: absolute;
  bottom: 100px;
  left: 0;
}
.top-contept_btn.contept_btn01 {
  background: #4CA223;
}
.top-contept01 {
  background: url(../images/bg_top-contept01.png) center center no-repeat;
  background-size: cover;
}
.top-contept01 .top-contept_txt {
  color: #fff;
  text-shadow: 2px 2px 10px #4CA223, -2px 2px 10px #4CA223, 2px -2px 10px #4CA223, -2px -2px 10px #4CA223;
}
@media screen and (max-width: 1320px) {
  .top-contept .inner {
    padding: 20px 0;
    margin: 80px 5%;
  }
}

@media screen and (max-width: 1024px) {
  .top-contept_txt {
    font-size: 1.5em;
  }
  .top-contept02 .top-contept_txt {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 767px) {
  .top-contept .inner {
    position: relative;
    height: 500px;
    padding: 20px 5% 100px;
    margin: 0 auto;
  }
  .top-contept_ttl {
    margin: 0 0 0 auto;
  }
  .top-contept_txt {
    font-size: 2em;
    font-weight: bold;
    position: absolute;
    bottom: 100px;
    left: 5%;
    width: 90%;
    line-height: 2em;
  }
  .top-contept_btn {
    width: 130px;
    height: 30px;
    line-height: 28px;
    background: url(../images/ico_arrow_btn.png) left 10px center no-repeat;
    background-size: 7px;
    font-size: 1.444em;
    bottom: 45px;
    left: 5%;
  }
  .top-contept01 {
    background: url(../images/bg_top-contept01.png) center center no-repeat;
    background-size: cover;
  }
  .top-contept_ttl img {
    max-width: 50%;
    height: auto;
  }
}
@media screen and (max-width: 425px) {
  .top-contept_txt {
    font-size: 1em;
  }
  .top-contept_btn {
    font-size: 0.722em;
  }
}
/*----------------------------------------------------- */
/*  top-contept02           */
/*----------------------------------------------------- */
.top-contept02 {
  background: url(../images/bg_top-contept02.png) center center no-repeat;
  background-size: cover;
}
.top-contept02 .top-contept_txt {
  font-size: 2.2em;
  margin-right: 0;
  color: #fff;
  text-shadow: 2px 2px 10px #5B62A6, -2px 2px 10px #5B62A6, 2px -2px 10px #5B62A6, -2px -2px 10px #5B62A6;
}
@media screen and (max-width: 767px) {
  .top-contept02 .top-contept_txt {
    font-size: .9em;
  }
}
.top-contept_btn.contept_btn02 {
  background: linear-gradient(to right, #645BA6, #5B62A6, #7394CA, #B9DCF0);
}

/*----------------------------------------------------- */
/*  top-contept03           */
/*----------------------------------------------------- */
.top-contept03 {
  background: url(../images/bg_top-contept03.png) right center no-repeat;
  background-size: cover;
}
.top-contept03 .top-contept_txt {
  color: #fff;
  text-shadow: 2px 2px 10px #53B6EA, -2px 2px 10px #53B6EA, 2px -2px 10px #53B6EA, -2px -2px 10px #53B6EA;
}
.top-contept_btn.contept_btn03 {
  background: #53B6EA;
}


/*----------------------------------------------------- */
/*  future           */
/*----------------------------------------------------- */
.future {
  padding-top: 0;
  padding-bottom: 200px;
}

.future_pic {
  position: relative;
}
.future_pic .shapes {
  max-width: 402px;
  width: 20vw;
  position: absolute;
  top: 100px;
  right: calc(50% + 450px);
}

.future_ttl {
  font-size: 3.6em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

.future_subttl {
  font-size: 2.4em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.future_txt {
  max-width: 792px;
  margin: 0 auto 200px;
  font-size: 1.2em;
}
.future_txt p + p {
  margin-top: 40px;
}
.future_details-container {
  display: flex;
  flex-direction: row;
  gap: 82px;
  max-width: 1366px;
  margin: 0 auto;
}
.future_details-wrapper {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.future_details_ttl {
  margin-left: 0;
  padding: 30px 20px;
  color: #ffffff;
  font-size: 1.444em;
  font-weight: bold;
  text-align: center;
  position: relative;
  display: inline-block;
  clip-path: polygon(60px 0, 100% 0, 100% 100%, 0 100%);
}
.future__details_txt {
  padding: 24px 0 80px;
  overflow: visible;
  white-space: normal;
  width: auto;
}

@media screen and (max-width: 767px) {
  .future {
    padding-top: 0;
    padding-bottom: 0;
  }
  .future_pic {
    position: relative;
    z-index: -2;
  }
  .future_pic .shapes {
    width: 42.93vw;
    position: absolute;
    top: 60px;
    right: auto;
    left: 0;
  }
  .future_ttl {
    font-size: 3.6em;
    margin-bottom: 30px;
    line-height: 1.25em;
  }
  .future_subttl {
    font-size: 2.5em;
    margin-bottom: 50px;
  }
  .future_txt {
    margin: 0 auto 100px;
    font-size: 1.8em;
    line-height: 2em;
  }
  .future_txt p + p {
    margin-top: 30px;
  }
  .bg_sp {
    position: relative;
    overflow: hidden;
  }
  .bg_sp::after {
    content: "";
    position: absolute;
    top: -103vw;
    width: 150vw;
    left: 0;
    height: 3000px;
    background: #3e3e3e;
    transform: rotate(45deg);
    z-index: -1;
  }
  .future_details-container {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .future_details-wrapper {
    width: 100%;
  }
  .future_details_ttl {
    font-size: 1.8em;
    padding: 10px 20px;
    margin-left: 40px;
    background-color: #2E2C2C;
  }
  .future__details_txt {
    padding: 24px 5% 80px;
    font-size: 1.444em;
    line-height: 2em;
  }
}
@media screen and (max-width: 425px) {
  .future_ttl {
    font-size: 1.8em;
  }
  .future_subttl {
    font-size: 1.25em;
  }
  .future_details_ttl {
    font-size: 0.9em
  }
  .future_txt {
    font-size: 0.9em;
  }
  .future__details_txt {
    padding: 24px 5% 80px;
    font-size: 0.722em;
    line-height: 2em;
  }
}
/*----------------------------------------------------- */
/*  sec_bg-image          */
/*----------------------------------------------------- */
.sec_bg-image{
  position: relative;
  height: 100vh;
}
@media screen and (min-width: 767px) {
  .sec_bg-image{
    height: auto;
  }
}
/*.sec_bg-image::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 150px;
  background: linear-gradient(rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 1) 60%);
}
@media screen and (min-width: 767px) {
  .sec_bg-image::after{
    height: 3000px;
    background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
  }
}*/



/*----------------------------------------------------- */
/*  lab           */
/*----------------------------------------------------- */
.lab .shapes {
  display: none;
}

.lab_ttl {
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}

.lab_txt {
  max-width: 760px;
  margin: 0 auto 200px;
}

@media screen and (max-width: 767px) {
  .lab {
    padding-top: 250px;
    position: relative;
  }
  .lab .shapes {
    display: block;
    width: 42.93vw;
    position: absolute;
    top: 100px;
    right: auto;
    left: 0;
  }
  .lab_ttl {
    font-size: 20px;
    margin-bottom: 50px;
  }
  .lab_txt {
    margin: 0 auto 40px;
  }
}
/*----------------------------------------------------- */
/*  about           */
/*----------------------------------------------------- */
.about {
  padding: 0 0 100px;
  /* padding: 300px 0 160px; */
  /* background: url(../images/bg_about_01.png), url(../images/bg_about_02.png) #3e3e3e;
  background-position: left top, right bottom;
  background-size: 560px, 560px;
  background-repeat: no-repeat; */
  position: relative;
  overflow: hidden;
}
.about .shapes {
  max-width: 402px;
  width: 20vw;
  position: absolute;
  top: 200px;
  right: calc(50% + 450px);
}

.about_txt01 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}

.about_ttl {
  font-size: 2.4em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}

.about_txt02 {
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.about_txt03 {
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 100px;
}

.about_txt04 {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 100px;
}
.about_txt05 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.about_logo {
  max-width: 294px;
  margin: 0 auto 100px;
}

.about_box {
  max-width: 900px;
  background: #000;
  margin: 0 auto 100px;
  padding: 60px 100px;
  position: relative;
}
.about_box::before,
.about_box::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  background: transparent;
}
.about_box::before {
  top: 0;
  left: 0;
  border-width: 0 90px 90px 0;
  border-color: transparent #2E2C2C transparent transparent;
  transform: rotate(-90deg);
}
.about_box::after {
  bottom: 0;
  right: 0;
  border-width: 90px 0 0 90px;
  border-color: transparent transparent transparent #2E2C2C;
  transform: rotate(-90deg);
}
.about_box h3 {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.about_btn {
  display: block;
  width: 400px;
  height: 70px;
  line-height: 65px;
  margin: 0 auto;
  border: 1px solid #fff;
  background: url(../images/ico_arrow_btn.png) left 20px center no-repeat;
  background-size: 13px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.about_btn + .about_btn {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .about {
    /* padding: 250px 0 60px;
    background: url(../images/bg_about_01.png) #3e3e3e;
    background-position: left top;
    background-size: 250px;
    background-repeat: no-repeat; */
    position: relative;
    overflow: hidden;
  }
  .about .shapes {
    width: 42.93vw;
    position: absolute;
    top: 80px;
    right: auto;
    left: 0;
  }
  .about_txt01 {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .about_ttl {
    font-size: 2.5em;
    margin-bottom: 20px;
  }
  .about_txt02 {
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  .about_txt03 {
    font-size: 1.8em;
    margin-bottom: 20px;
  }
  .about_txt04 {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .about_txt05 {
    margin-bottom: 20px;
  }
  .about_logo {
    max-width: 36%;
    transform: translateX(-5%);
    margin: 0 auto 40px;
  }
  .about_box {
    margin: 0 auto 50px;
    padding: 40px 15px;
  }
  .about_box::before {
    border-width: 0 40px 40px 0;
  }
  .about_box::after {
    border-width: 40px 0 0 40px;
  }
  .about_box h3 {
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 16px;
  }
  .about_box p {
    font-size: 1.444em;
  }
  .about_box .about_txt05 {
    font-size: 1em;
  }
  .about_btn {
    display: block;
    width: 75%;
    height: 35px;
    line-height: 32px;
    background: url(../images/ico_arrow_btn.png) left 10px center no-repeat;
    background-size: 7px;
    font-size: 1.444em;
  }
  .about_btn + .about_btn {
    margin-top: 20px;
  }
  #download-buttons label {
    font-size: 1.8em;
  }
  #download-buttons h2 {
    font-size: 1.444em;
  }
  .about_txt05 {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 425px) {
  .about_txt01 {
    font-size: .9em;
  }
  .about_ttl {
    font-size: 1.25em;
  }
  .about_txt02 {
    font-size: .9em;
  }
  .about_txt03 {
    font-size: .9em;
  }
  #download-buttons label {
    font-size: .9em;
  }
  #download-buttons h2 {
    font-size: 0.722em;
  }
  .about_btn {
    font-size: 0.722em;
  }
  .about_box h3 {
    font-size: .9em;
  }
  .about_txt05 {
    font-size: .9em;
  }
  .about_box p {
    font-size: 0.722em;
  }
}
/*----------------------------------------------------- */
/*  top-news           */
/*----------------------------------------------------- */
.top-news {
  background: #fff;
  color: #000;
  padding: 100px 0 60px;
}

.top-news_ttl {
  font-size: 3em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}

.top-news_list {
  margin-bottom: 50px;
}
.top-news_list li {
  border-bottom: 1px solid #707070;
  padding: 30px 60px;
  display: flex;
}
.top-news_list li span {
  display: block;
  margin-right: 60px;
}
.top-news_list li a {
  color: #000;
  float: 1;
}

.top-news_btn {
  display: block;
  border-top: 1px solid #8D8D8D;
  border-bottom: 1px solid #8D8D8D;
  text-align: center;
  max-width: 640px;
  margin: 0 auto 200px;
}
.top-news_btn span {
  font-size: 22px;
  color: #8D8D8D;
  padding-right: 30px;
  background: url(../images/ico_arrow_btn02.png) right center no-repeat;
  background-size: 12px;
}

.top-news_bnr {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.top-news_bnr li {
  width: 46%;
}

.top-news_note {
  font-size: 12px;
  text-align: right;
}
.hidden {
    display: none !important;
  }

@media screen and (max-width: 767px) {
  .top-news {
    padding: 50px 0 60px;
  }
  .top-news_ttl {
    font-size: 3.6em;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 0;
    border-bottom: 1px solid #707070;
  }
  .top-news_list {
    margin-bottom: 30px;
  }
  .top-news_list li {
    border-bottom: 1px solid #707070;
    padding: 20px 0px;
    display: block;
    font-size: 1.556em;
    line-height: 2em;
  }
  .top-news_list li span {
    display: block;
    margin: 0 0 20px;
  }
  .top-news_btn {
    display: block;
    border-top: 1px solid #8D8D8D;
    border-bottom: 1px solid #8D8D8D;
    text-align: center;
    margin: 0 auto 50px;
    padding: 10px 0;
  }
  .top-news_btn span {
    font-size: 14px;
    padding-right: 15px;
    background: url(../images/ico_arrow_btn02.png) right center no-repeat;
    background-size: 6px;
  }
  .top-news_bnr {
    display: block;
    margin-bottom: 20px;
  }
  .top-news_bnr li {
    width: 100%;
  }
  .top-news_bnr li + li {
    margin-top: 25px;
  }
  .top-news_note {
    font-size: 12px;
    text-align: right;
  }
}
@media screen and (max-width: 425px) {
  .top-news_ttl {
    font-size: 1.8em;
  }
  .top-news_list li {
    font-size: 0.778em;
  }
}
/*----------------------------------------------------- */
/*  top-news           */
/*----------------------------------------------------- */
.top_bnr {
  background: #f2f2f2;
  padding: 80px 0 170px;
}

.top_bnr_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top_bnr_list li {
  width: 30%;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .top_bnr {
    padding: 40px 0 80px;
  }
  .top_bnr_list {
    display: block;
  }
  .top_bnr_list li {
    width: 100%;
    margin-bottom: 20px;
  }
}
/*----------------------------------------------------- */
/*  footer           */
/*----------------------------------------------------- */
.footer {
  position: relative;
  padding: 80px 0 30px;
}

.page_top {
  position: absolute;
  top: -150px;
  right: 0;
}
.page_top a {
  display: block;
  width: 88px;
}

.footer_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  flex-wrap: wrap;
  gap: 20px;
}
.footer_wrap div {
  display: flex;
  margin-left: auto;
}

.footer_list {
  display: flex;
}
.footer_list li + li {
  margin-left: 80px;
}
.footer_list a {
  font-size: 18px;
}

.footer_language {
  display: flex;
  margin-right: 80px;
  font-size: 18px;
}
.footer_language li + li {
  margin-left: 20px;
}
.footer_language .active {
  border: 1px solid #fff;
  padding: 0 10px;
}
.footer_language li,
.footer_list li{
  white-space: nowrap;
}

.footer_sns {
  display: flex;
  margin: 0 0 0 auto;
}
.footer_sns li {
  width: 40px;
}
.footer_sns li + li {
  margin-left: 20px;
}
.footer_sns a {
  transition: 0.3s ease-in-out;
}
.footer_sns a:hover {
  opacity: 0.7;
}

.footer_copy {
  text-align: center;
  font-size: .66em;
}

@media screen and (max-width: 767px) {
  .footer {
    position: relative;
    padding: 40px 0 20px;
  }
  .page_top {
    top: -80px;
    right: 5%;
  }
  .page_top a {
    width: 44px;
  }
  .footer_wrap {
    display: block;
    margin-bottom: 60px;
  }
  .footer_wrap div {
    display: block;
  }
  .footer_list {
    display: block;
    border-top: 1px solid #fff;
    margin-bottom: 60px;
  }
  .footer_list li {
    border-bottom: 1px solid #fff;
    padding: 15px 0;
    background: url(../images/ico_arrow_btn03.png) right center no-repeat;
    background-size: 14px;
  }
  .footer_list li + li {
    margin: 0;
  }
  .footer_list a {
    font-size: 14px;
  }
  .footer_language {
    margin: 0 0 20px;
    font-size: 17px;
    justify-content: center;
  }
  .footer_language li + li {
    margin-left: 20px;
  }
  .footer_sns {
    justify-content: center;
    margin: 0 auto 30px;
  }
  .footer_sns li {
    width: 35px;
  }
  .footer_sns li + li {
    margin-left: 20px;
  }
  .footer_copy {
    font-size: 10px;
    text-align: center;
  }
}

/* パララックス */
/* ビデオのラッパー */
/*.mv  .inner{
  z-index: 1;
}*/
.video-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
}
.video-wrapper:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    /*background-image: radial-gradient(black 20%, transparent 20%),
        radial-gradient(black 20%, transparent 20%);*/
    background-size: 6px 6px;
    background-position: 0 0, 3px 3px;
    background: linear-gradient(rgba(0, 0, 0, 0) 90%, rgb(0 0 0) 100%);
}
@media screen and (max-width:768px) {
  .video-wrapper:after {
    background: none;
  }
}
video {
    position: absolute;
}
/* 背景スライド */
 /* .box {
  width: 3000px;
  height: 6000px;
  background-color: #3e3e3e;
  position: absolute;
  top: 6%;
  left: -63%;
  transform: translateY(30%) rotate(-45deg);
} */


/* クラスつけ外しによる移動 */
.box_wrap{
  position: relative;
}
 .box {
  width: 3000px;
  height: 6000px;
  background-color: #3e3e3e;
  position: absolute;
  top: -354px;
  left: 90px;
  rotate: -45deg;
  transform: translateY(20%);
  transition: transform 2s ease;
}

.in-view .box{
transform: translateY(0);
}

.box_bottom{
  width: 3020px;
  height: 5000px;
  background-color: #000;
  position: absolute;
  top: 115%; /* 画面の垂直方向中央 */
  left: -100%;
  transform: translateY(-20%) rotate(-45deg); /* 四角形を45度回転 */
}
.intro::after,.intro_ttl h2::after{
  content: initial;
}
/* .intro .shapes{
  top: -200px;
  right: calc(50% + -25px);
} */

@media screen and (min-width:768px) {
  .box {
  width: 3020px;
  height: 5000px;
  top: -458px; /* 画面の垂直方向中央 */
  left: 0;
  transform: translateY(20%);
  }
}

/*　光る文字　 */
#text_box {
  opacity: 0;
  margin: 0;
  padding: 0;
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 7rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  top: 0;
  left: 27%;
  /* transition: opacity 1s ease-in-out; 表示の際にアニメーションを付ける */
}

.disappear_text {
opacity: 1; /* 初期状態は不透明 */
transition: opacity 1s ease-in-out; /* 1秒かけてopacityを変更 */
}


.glow {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #695EA3, 0 0 40px #695EA3, 0 0 50px #695EA3, 0 0 60px #695EA3, 0 0 70px #695EA3;
    /* opacity: 0; */
    /* 最初は透明 */
}

/* フェードインテキスト */
.fade-in-text_left {
  font-size: 2rem;
  opacity: 0;
  transform: translateX(100px); /* 右側に配置しておく */
  transition: opacity 1s ease-out, transform 1s ease-out; /* フェードインとスライドインのトランジション */
}

/* フェードインテキストが表示されたときのアニメーション */
.fade-in-text_left.active {
  opacity: 1;
  transform: translateX(0); /* 元の位置に移動 */
}
    /* フェードインテキスト */
.fade-in-text_Y {
  opacity: 0;
  transform: translateY(100px); /* 右側に配置しておく */
  transition: opacity 1s ease-out, transform 1s ease-out; /* フェードインとスライドインのトランジション */
}

/* フェードインテキストが表示されたときのアニメーション */
.fade-in-text_Y.active {
  opacity: 1;
  transform: translateY(0); /* 元の位置に移動 */
}

/* スライドインアニメーションの初期設定 */
.shapes {
  opacity: 0; /* 最初は透明 */
  transform: translate(100px, -100px); /* 右斜め上に配置 */
  transition: transform 1.0s ease-out, opacity 1.0s ease-out; /* トランジション設定 */
}

/* スライドインする時に付与されるクラス */
.shapes.active {
  opacity: 1;
  transform: translate(0, 0); /* 元の位置に移動 */
}

@media screen and (max-width: 767px) {
#text_box {
  font-size: 4rem;
  left: 10%;
}
}

/* 一文字づつ表示 */
/* 初期状態では文字は透明 */
/*.txt-order span {
opacity: 0;
display: inline-block;
transition: opacity 0.5s ease;
}
/* activeクラスが追加された際に1文字ずつ表示 */
/*.txt-order.active span {
opacity: 1;
animation: fadeIn 0.5s forwards;
}
/* 各文字を1文字ずつ順番に表示するためのアニメーション */
/*@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
/* 各文字に異なる遅延時間を設定 */
/*.txt-order span:nth-child(1) {
animation-delay: 0s;
}
.txt-order span:nth-child(2) {
animation-delay: 0.1s;
}
.txt-order span:nth-child(3) {
animation-delay: 0.2s;
}
.txt-order span:nth-child(4) {
animation-delay: 0.3s;
}
.txt-order span:nth-child(5) {
animation-delay: 0.4s;
}
.txt-order span:nth-child(6) {
animation-delay: 0.5s;
}
/* 必要に応じて、さらに文字数に合わせて設定を増やす */

/* 爪 */
.shapes_wrap{
  position: relative;
  display: inline-block;
  width: 100%;
}

.pic_shapes1, .pic_shapes2, .pic_shapes3 {
  position: absolute;
  z-index: 100;
   opacity: 0;
    transform: translate(3000%, -5000%); /* 初期位置を右上に設定 */
}

.pic_shapes1{
  top: -200px;
    left: 40px;
  width: 75px;
      transition: opacity 2s ease, transform 2s ease; /* アニメーションのトランジション */
}
.pic_shapes2{
  top: -200px;
    left: 0;
  width: 175px;
      transition: opacity 3s ease, transform 3s ease; /* アニメーションのトランジション */
}
.pic_shapes3{
  top: -120px;
    left: 80px;
  width: 75px;
      transition: opacity 5s ease, transform 5s ease; /* アニメーションのトランジション */
}

.visible .pic_shapes {
    opacity: 1;
    transform: translate(0, 0); /* 表示時の位置 */
}

.hidden .pic_shapes {
    opacity: 0;
    transform: translate(-300%, 500%); /* 消える時の位置を左下に設定 */
}

@media screen and (min-width:768px) {
  .pic_shapes1{
    top: -340px;
    left: 80px;
    width: 135px;/* SPの1.8倍 */
  }
  .pic_shapes2{
    top: -320px;
    left: 0;
    width: 315px;/* SPの1.8倍 */
  }
  .pic_shapes3{
    top: -180px;
    left: 160px;
    width: 135px;/* SPの1.8倍 */
  }
}

/*----------------------------------------------------- */
/*  gallery_mv           */
/*----------------------------------------------------- */
.gallery_mv {
  background: url(../images/gallery/bg_gallery_pc.png) center center no-repeat;
  background-size: cover;
  position: relative;
}
.gallery_mv .inner {
  max-width: 100%;
  height: 1080px;
  position: relative;
}
.gallery_mv .inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 50px;
  background: linear-gradient(rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 1) 100%);
  z-index: 1;
}
.gallery_mv_ttl {
  position: absolute;
  bottom: 100px;
  left: 10%;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
}
.gallery_mv_ttl span {
  font-size: 28px;
  font-weight: bold;
  color: #CBCBCB;
}

.gallery_mv_logo {
  max-width: 294px;
  position: absolute;
  top: 114px;
  right: 50px;
}

@media screen and (max-width: 767px) {
  .gallery_mv {
    background: url(../images/gallery/bg_gallery_sp.png) center center no-repeat;
    background-size: cover;
    position: relative;
  }
  .gallery_mv .inner {
    height: 666px;
  }
  .gallery_mv_ttl {
    bottom: 60px;
    font-size: 30px;
  }
  .gallery_mv_ttl span {
    font-size: 14px;
  }
  .gallery_mv_logo {
    max-width: 40%;
    top: 90px;
    right: 7%;
  }
}
/*----------------------------------------------------- */
/*  gallery_intro           */
/*----------------------------------------------------- */
.gallery_intro {
  padding: 145px 0;
}

.gallery_intro_ttl {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  position: relative;
  margin-bottom: 70px;
}
.gallery_intro_ttl::after {
  content: "";
  position: absolute;
  top: -50px;
  right: calc(50% + 400px);
  width: 150px;
  height: 150px;
  background: url(../images/pic_shapes.png) no-repeat;
  background-size: contain;
}

.gallery_intro_txt {
  max-width: 670px;
  margin: 0 auto;
  position: relative;
  background: url(../images/gallery/bg_intro.png) center center no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery_intro_txt:before {
  display: block;
  padding-top: 105%;
  content: "";
}

.gallery_intro_txt img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 2%;
  opacity: 0; /* デフォルトで画像を非表示 */
  animation: fade 18s infinite ease-in-out; /* アニメーション適用 */
}

/* 各画像に遅延時間を設定 */
.gallery_intro_txt img:nth-child(1) {
  animation-delay: 0s;
}
.gallery_intro_txt img:nth-child(2) {
  animation-delay: 6s;
}
.gallery_intro_txt img:nth-child(3) {
  animation-delay: 12s;
}
/*
.gallery_intro_txt img:nth-child(4) {
  animation-delay: 18s;
}
.gallery_intro_txt img:nth-child(5) {
  animation-delay: 24s;
}
*/

@keyframes fade {
  0%, 25% { opacity: 0; }   /* 最初は非表示 */
  25%, 35% { opacity: 1; }  /* この間は完全に表示 */
  35%, 100% { opacity: 0; } /* 残りは非表示 */
}

@media screen and (max-width: 767px) {
  .gallery_intro_txt img {
    left: 0%;
  }
  .gallery_intro {
    padding: 80px 0;
  }
  .gallery_intro_ttl {
    font-size: 20px;
    margin-bottom: 80px;
  }
  .gallery_intro_ttl::after {
    content: "";
    position: absolute;
    top: -50px;
    right: auto;
    left: -2%;
    width: 75px;
    height: 75px;
    background: url(../images/pic_shapes.png) no-repeat;
    background-size: contain;
  }
}
/*----------------------------------------------------- */
/*  gallery_case           */
/*----------------------------------------------------- */
.gallery_case {
  padding: 0 0 160px;
}
.gallery_case .inner {
  max-width: 1280px;
}

.gallery_case_ttl {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 70px;
}

.gallery_case_txt {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 70px;
}

.gallery_case_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 20px;
}
.gallery_case_list li {
  width: 30%;
  text-align: center;
  margin-bottom: 70px;
  width: calc((100% - 40px) / 3);
}
.gallery_case_list li p {
  text-align: center;
  font-size: 18px;
  margin: 30px 0 0;
}
.gallery_case_list img {
  width: 360px;
}

.gallery_case_btn {
  display: block;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  margin: 50px auto 0;
  padding: 5px 0;
}
.gallery_case_btn span {
  font-size: 18px;
  padding-right: 30px;
  background: url(../images/ico_arrow_btn04.png) right center no-repeat;
  background-size: 10px;
}
@media screen and (max-width: 767px) {
  .gallery_case {
    padding: 0 0 120px;
  }
  .gallery_case_ttl {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .gallery_case_txt {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .gallery_case_list {
    display: block;
    margin-bottom: 70px;
  }
  .gallery_case_list li {
    width: 100%;
    margin-bottom: 50px;
  }
  .gallery_case_list li p {
    font-size: 14px;
    margin: 15px 0 0;
  }
}
/*----------------------------------------------------- */
/*  gallery_logo           */
/*----------------------------------------------------- */
.gallery_logo {
  padding: 0 0 260px;
}
.gallery_logo .inner {
  max-width: 1366px;
}

.gallery_logo_ttl {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 70px;
  position: relative;
}

.gallery_logo_ttl::after {
  content: "";
  position: absolute;
  top: -50px;
  right: calc(50% + 400px);
  width: 150px;
  height: 150px;
  background: url(../images/pic_shapes.png) no-repeat;
  background-size: contain;
}


.gallery_logo_txt {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 130px;
}

.gallery_logo_pic {
  max-width: 294px;
  margin: 0 auto 120px;
  transform: translateX(-15%);
}

.gallery_logo_btn {
  display: block;
  max-width: 380px;
  height: 60px;
  line-height: 55px;
  margin: 0 auto 200px;
  border: 1px solid #fff;
  background: url(../images/ico_arrow_btn.png) left 20px center no-repeat;
  background-size: 12px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .gallery_logo {
    padding: 0 0 120px;
  }
  .gallery_logo_ttl {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .gallery_logo_ttl::after {
    content: "";
    position: absolute;
    top: -50px;
    right: auto;
    left: -2%;
    width: 75px;
    height: 75px;
    background: url(../images/pic_shapes.png) no-repeat;
    background-size: contain;
  }
  .gallery_logo_txt {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 70px;
  }
  .gallery_logo_pic {
    max-width: 55%;
    margin: 0 auto 70px;
    transform: translateX(-15%);
  }
  .gallery_logo_btn {
    display: block;
    max-width: 70%;
    height: 35px;
    line-height: 30px;
    margin: 0 auto 60px;
    background: url(../images/ico_arrow_btn.png) left 10px center no-repeat;
    background-size: 8px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
  }
}
/*----------------------------------------------------- */
/*  gallery_about           */
/*----------------------------------------------------- */
.gallery_about {
  background: #2e2c2c;
  padding: 50px;
}

.gallery_about_ttl {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 30px;
}
.gallery_about_txt {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 100px;
}
.gallery_about_pic {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  pointer-events: none;
}

.gallery_about_pic picture,
.gallery_about_pic video {
  position: sticky;
  width: 100%;
  height: auto;
  display: block;
}

.gallery_about_pic video {
  margin: 80px 0 24px;
  width: 100%;
  height: auto;
  clip-path: inset(0% 34.7%);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.gallery_about_pic video::-webkit-media-controls {
  display: none !important;
}

.gallery_about_pic video::-moz-media-controls {
  display: none !important;
}

.gallery_about_pic video::media-controls {
  display: none !important;
}

.gallery_about_pic video::-webkit-media-controls-play-button {
  display: none !important;
}

.gallery_about_pic video::-moz-media-controls-play-button {
  display: none !important;
}

.gallery_about_pic p {
  font-size: 17px;
  text-align: center;
}


@media screen and (max-width: 767px) {
  .gallery_about {
    padding: 40px 10px 50px;
  }
  .gallery_about_ttl {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .gallery_about_txt {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .gallery_about_pic video {
    width: 300%;
    margin: 24px 0 12px;
  }
}
/*----------------------------------------------------- */
/*  confirmation           */
/*----------------------------------------------------- */
#confirmation {
  display: none;
}

.modaal-container {
  max-width: 1280px;
  /* height: 80vh;
  overflow-y: scroll; */
}

.modaal-content-container {
  padding: 100px 150px;
  padding: 80px;
}

.confirmation_inner {
  max-height: 400px;
  max-height: unset;
}

.confirmation_scroll {
  height: 450px;
  overflow-y: scroll;
  margin-bottom: 50px;
  padding-right: 15px;
  font-size: 1.6875em;
}

.confirmation_scroll::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.confirmation_scroll::-webkit-scrollbar-thumb {
    background: #000;
}
.confirmation_scroll::-webkit-scrollbar-track {
    background: #fff;
    border: 1px solid #707070;
}

.confirmation_note {
  margin-bottom: 50px;
}
.confirmation_note a {
  color: #000;
  text-decoration: underline;
}

.modaal-wrapper .modaal-close {
  position: absolute;
  right: 5px;
  top: 10px;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 32px;
  background: url(../images/close_btn.png) no-repeat;
  background-size: contain;
}


.modaal-close:focus, .modaal-close:hover {
  opacity: 0.7;
}

.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  display: none;
}

.modaal-close span {
  display: none;
}

.modaal-close:after, .modaal-close:before {
  display: none;
}

/* .confirmation_btn {
  display: block;
  max-width: 500px;
  height: 90px;
  line-height: 85px;
  margin: 0 auto;
  color: #000;
  border: 1px solid #000;
  background: url(../images/ico_arrow_btn05.png) left 20px center no-repeat;
  background-size: 12px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
} */
.confirmation_btn {
  display: inline-block;
  max-width: 500px;
  height: unset;
  line-height: unset;
  margin: 0 auto;
  color: #000;
  border: 1px solid #000;
  background: url(../images/ico_arrow_btn05.png) left 20px center no-repeat;
  background-size: 12px;
  text-align: center;
  font-weight: bold;
  padding: 6px 22px;
  box-sizing: border-box;
  position: relative;
}
.confirmation_btn:before{
  content: "▶︎";
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .modaal-container {
    height: unset;
  }
  .modaal-content-container {
    padding: 70px 5%;
  }
  .confirmation_scroll {
    height: 260px;
    overflow-y: scroll;
    margin-bottom: 30px;
    font-size: .8em;
  }
  .confirmation_note {
    margin-bottom: 30px;
  }
  .modaal-wrapper .modaal-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 20px;
  }
  .confirmation_btn {
    /* max-width: 80%;
    height: 40px;
    line-height: 35px;
    background: url(../images/ico_arrow_btn05.png) left 10px center no-repeat;
    background-size: 12px; */
    font-size: 13px;
  }
}
/*----------------------------------------------------- */
/*  concept_mv           */
/*----------------------------------------------------- */
.concept_mv .inner {
  max-width: 1280px;
  height: 1080px;
}

.concept_mv01 {
  background: url(../images/concept/bg_concept_01.png) center center no-repeat;
  background-size: cover;
}

.concept_mv02 {
  background: url(../images/concept/bg_concept_02.png) center center no-repeat;
  background-size: cover;
}

.concept_mv03 {
  background: url(../images/concept/bg_concept_03.png) center center no-repeat;
  background-size: cover;
}

.concept_mv_ttl {
  position: absolute;
  top: 140px;
  right: 0;
  max-width: 540px;
}

@media screen and (max-width: 767px) {
  .concept_mv .inner {
    height: 666px;
  }
  .concept_mv01 {
    background: url(../images/concept/bg_concept_01_sp.png) center center no-repeat;
    background-size: cover;
  }
  .concept_mv02 {
    background: url(../images/concept/bg_concept_02_sp.png) center center no-repeat;
    background-size: cover;
  }
  .concept_mv03 {
    background: url(../images/concept/bg_concept_03_sp.png) center center no-repeat;
    background-size: cover;
  }
  .concept_mv_ttl {
    position: static;
    max-width: 100%;
    margin-top: 100px;
  }
}
/*----------------------------------------------------- */
/*  concept           */
/*----------------------------------------------------- */
.concept {
  padding: 100px 0 260px;
}
.concept .inner {
  max-width: 1280px;
}

.concept_ttl_wrap {
  text-align: center;
}
.concept_ttl_wrap .pic {
  max-width: 400px;
  margin: 0 auto 60px;
}
.concept_ttl_wrap h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 60px;
}

.concept_txt {
  font-size: 20px;
  text-align: center;
  margin-bottom: 150px;
}

@media screen and (max-width: 767px) {
  .concept {
    padding: 50px 0 100px;
  }
  .concept_ttl_wrap {
    text-align: center;
  }
  .concept_ttl_wrap .pic {
    max-width: 80%;
    margin: 0 auto 30px;
  }
  .concept_ttl_wrap h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .concept_txt {
    font-size: 16px;
    margin-bottom: 60px;
  }
}
/*----------------------------------------------------- */
/*  concept 01          */
/*----------------------------------------------------- */
.content01_pic01 {
  margin-bottom: 170px;
}

.content01_wrap01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 160px;
}
.content01_wrap01 .pic {
  width: 40%;
}
.content01_wrap01 .txt {
  width: 50%;
}

.content01_wrap02 {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto 100px;
}
.content01_wrap02 .pic {
  width: 45%;
}
.content01_wrap02 .txt {
  width: 50%;
}

.content01_pic02 {
  margin-bottom: 80px;
}

.content01_txt {
  max-width: 640px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .content01_pic01 {
    margin-bottom: 60px;
  }
  .content01_wrap01 {
    display: block;
    margin-bottom: 60px;
  }
  .content01_wrap01 .pic {
    width: 40%;
    margin: 0 auto 20px;
  }
  .content01_wrap01 .txt {
    width: 100%;
  }
  .content01_wrap02 {
    flex-direction: column-reverse;
    margin: 0 auto 60px;
  }
  .content01_wrap02 .pic {
    width: 40%;
    margin: 0 auto 20px;
  }
  .content01_wrap02 .txt {
    width: 100%;
  }
  .content01_pic02 {
    margin-bottom: 60px;
  }
  .content01_txt {
    max-width: 640px;
    margin: 0 auto;
  }
}
/*----------------------------------------------------- */
/*  concept 02          */
/*----------------------------------------------------- */
.content02_pic01 {
  max-width: 730px;
  margin: 0 auto 120px;
}

.content02_pic02 {
  margin-bottom: 80px;
}

.content02_pic02 + .content02_wrap01 {
  margin-top: 170px;
}

.content02_wrap01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
.content02_wrap01 .pic {
  width: 40%;
}
.content02_wrap01 .txt {
  width: 50%;
}

.content02_wrap02 + .content02_wrap01 {
  margin-top: 200px;
}

.content02_wrap02 .content02_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.content02_wrap02 .content02_list li {
  width: 31%;
}
.content02_wrap02 .txt {
  max-width: 640px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .content02_pic01 {
    max-width: 80%;
    margin: 0 auto 60px;
  }
  .content02_pic02 {
    margin-bottom: 40px;
  }
  .content02_pic02 + .content02_wrap01 {
    margin-top: 60px;
  }
  .content02_wrap01 {
    display: block;
    margin-bottom: 60px;
  }
  .content02_wrap01 .pic {
    width: 40%;
    margin: 0 auto 20px;
  }
  .content02_wrap01 .txt {
    width: 100%;
  }
  .content02_wrap02 + .content02_wrap01 {
    margin-top: 60px;
  }
  .content02_wrap02 .content02_list {
    margin-bottom: 40px;
  }
  .content02_wrap02 .content02_list li {
    width: 31%;
  }
  .content02_wrap02 .txt {
    max-width: 640px;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=style.css.map */
