@charset "utf-8";

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

　   OPENING ANIMATION

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

.opening-animation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.opening-animation__inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.opening-animation__numbers {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
}

.opening-numbers__track {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -0.05em;
  will-change: transform;
  flex-shrink: 0;
}

.opening-number {
  display: inline-flex;
  align-items: baseline;
  color: #d0d0d0;
  transition: color 0.3s ease;
  position: relative;
  flex-shrink: 0;
  margin-right: 10rem;
}

.opening-number__digit {
  display: inline-block;
  width: 4rem;
  text-align: right;
  flex-shrink: 0;
}

.opening-number__percent {
  display: inline-block;
  flex-shrink: 0;
}

.opening-number.active {
  color: #1a1a1a;
}

.opening-animation.hide {
  pointer-events: none;
}

@media only screen and ( max-width : 767px ) {
  .opening-numbers__track {
    font-size: 4rem;
  }
  .opening-number {
    margin-right: 10rem;
  }
}

@media print, screen and ( min-width : 768px ) {
  .opening-numbers__track {
    font-size: 4rem;
  }
  .opening-number {
    margin-right: 10rem;
  }
}



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

　   MV

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

#mv {
  position: relative;
  width: 100%;
}

/* ヘッダー情報 */
.mv__header {
  z-index: 10;
  width: 100%;
  position: relative;
  border-top: .3rem solid #212121;
  border-bottom: .1rem solid #212121;
}

.mv__title {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  display: flex;
  justify-content: center;
}

.mv__title-char {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  line-height: 1;
}

.mv__title-space {
  width: 0.3em;
}




.mv__header-img {
  height: auto;
  width: 100%;
  display: block;
}

/* メインビジュアル */
.mv__hero {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.mv__hero:before {
  content: "";
  position: absolute;
  z-index: -1;
}

.mv__hero-inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.mv__hero-video {
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.mv__hero-video video,
.mv__hero-video .hero-apng-element {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}

.mv__hero-logo {
  position: absolute;
  z-index: 11;
}

.mv__logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  animation: rotate 20s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.hero-safari-container {
  position: relative;
}
.hero-safari-container .hero-img-element01,
.hero-safari-container .hero-img-element03 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.hero-safari-container .hero-img-element01 {
  z-index: 1;
}
.hero-safari-container .hero-img-element02 {
  position: relative;
  z-index: 2;
}
.hero-safari-container .hero-img-element03 {
  z-index: 3;
}

/* 左サイドバー */

.mv__hero-copy img {
  width: 100%;
}


/* 右サイドバー */

.mv__nav ul {
  border-top: 1px dashed #212121;
}
.mv__nav ul li {
  border-bottom: 1px dashed #212121;
}

.mv__nav-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.3s ease;
  display: block;
  position: relative;
  font-weight: 700;
}
.mv__nav-link:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/arrow.svg) no-repeat center / contain;
}



.mv__news-header {
  display: flex;
  justify-content: flex-end;
}

.mv__news-all {
  border: 1px solid #212121;
  background: transparent;
  cursor: pointer;
  transition: border-color 0.3s ease, color 0.3s ease;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mv__news-all:hover {
  background: #212121;
  color: #fff;
}
.mv__news-scroll {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #212121;
  margin-top: -1px;
}
.mv__news-item {
  will-change: transform;
}
.mv__news-item a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  white-space: nowrap;
  padding: 0.5rem 0;
  flex-shrink: 0;
  color: #1a1a1a;
}

.mv__news-date {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  color: #ccc;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin-right: 1.5rem;
}

.mv__news-category {
  background: #1a1a1a;
  color: #ffffff;
  padding: 0.2em 1em;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
}

.mv__news-title {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.4rem;
  font-weight: 700;
  width: 100%;
  margin-top: .2em;
}
.mv__hero-link {
  background: #212121;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  border-radius: 10rem;
  position: relative;
}
.mv__hero-link:hover {
  opacity: 1;
}
.mv__hero-link:before,
.mv__hero-link:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
  width: 2rem;
  transition: 0.3s;
}
.mv__hero-link:before {
  background: #fff;
  border-radius: 50%;
  height: 2rem;
  z-index: 1;
}
.mv__hero-link:hover:before {
  transform: translateY(-50%) scale(1.2);
}
.mv__hero-link:after {
  background: url(../img/arrow.svg) no-repeat center / contain;
  height: .8rem;
  z-index: 2;
}

@media only screen and ( max-width : 767px ) {
  #mv {
    padding: 0 1.5rem 3rem;
  }
  #mv:after {
    content: "";
    width: calc(100% - 3rem);
    height: 1px;
    background: #212121;
    position: absolute;
    bottom: 0;
    left: 1.5rem;
    z-index: 1;
  }
  .mv__header {
    padding-bottom: 3.6rem;
  }
  .mv__title {
    font-size: 3.2rem;
    justify-content: flex-start;
    letter-spacing: 0.04em;
    margin-bottom: 1rem;
    flex-wrap: wrap;
  }
  .mv__title-space {
    display: none;
  }
  .mv__header-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mv__header-tel {
    width: 42%;
  }
  .mv__header-address {
    width: 50.4%;
  }
  .mv__header-name {
    width: 28.4%;
    position: absolute;
    right: 0;
    top: 4.7rem;
  }
  .mv__title-char {
    line-height: 1.2;
  }
  .mv__hero:before {
    background: url(../img/top/hero_bg_sp.png) no-repeat center / contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30.1rem;
    height: 31.4rem;
  }
  #mv__hero-container {
    margin-top: -6.5rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .mv__hero-logo {
    width: 9rem;
    height: 9rem;
    right: 2.5rem;
    top: 4rem;
  }
  .mv__sidebar-left {
    padding: 0 1.5rem;
    margin-top: -5rem;
  }
  .mv__hero-copy {
    width: 24rem;
  }
  .mv__hero-link {
    height: 4.5rem;
    width: 24rem;
    margin-top: 2.4rem;
  }
  .mv__lang-switcher {
    display: none;
  }
  .mv__nav {
    display: none;
  }
  .mv__sidebar-right {
    padding: 0 1.5rem;
  }
  .mv__news-all {
    height: 2.5rem;
    width: 8rem;
  }
}

@media print, screen and ( min-width : 768px ) {
  #mv {
    width: 92.7%;
    margin: 0 auto;
    border-bottom: .3rem solid #212121;
  }
  .mv__header {
    margin-top: 1.8vw;
    padding-top: .7vw;
    padding-bottom: 2.19vw;
    height: 15.1vw;
  }
  .mv__header-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2.19vw;
  }
  #mv__hero-container {
    /* max-height: calc(100vh - 15.1vw); */
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
  }
  .mv__hero {
    margin-top: -8vw;
    width: 47.2vw;
  }
  .mv__hero:before {
    background: url(../img/top/hero_bg.png) no-repeat center / contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 51.46vw;
    height: 36vw;
  }
  .mv__hero-video {
  }
  .mv__hero-logo {
    width: 8.8vw;
    height: 8.8vw;
    top: 10%;
    right: 12%;
  }
  .mv__title {
    font-size: 5.86vw;
    /* flex-wrap: wrap; */
    justify-content: center;
  }
  .mv__title-break-space {
    flex-basis: 100%;
    width: 100%;
    height: 0;
    order: 1;
  }
  .mv__title-break-space ~ .mv__title-char {
    order: 1;
  }
  .mv__sidebar-left,
  .mv__sidebar-right {
    height: 100%;
    top: 0;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .mv__sidebar-left {
    width: 22vw;
    left: 0;
  }
  .mv__sidebar-right {
    width: 20.5vw;
    right: 0;
  }
  .mv__header-group {
    width: 52.8%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mv__header-tel {
    width: 48.73%;
  }
  .mv__header-address {
    width: 45.75%;
  }
  .mv__header-name {
    width: 14.9%;
  }
  .mv__hero-copy {
    margin-bottom: 3.7vw;
  }
  .mv__lang-switcher {
    position: absolute;
    bottom: 1.8vw;
    left: 0;
  }
  .mv__hero-link {
    width: 19vw;
    height: 3.7vw;
    font-size: 1.2vw;
  }
  .mv__hero-link:before,
  .mv__hero-link:after {
    right: 1.1vw;
    width: 1.5vw;
  }
  .mv__hero-link:before {
    height: 1.5vw;
  }
  .mv__hero-link:after {
    height: .6vw;
  }
  .mv__nav-link {
    font-size: 1.2vw;
    padding: 1.5vw .7vw;
  }
  .mv__nav-link:after {
    width: 1vw;
    height: .8vw;
    right: .7vw;
  }
  .mv__news {
    position: absolute;
    bottom: 1.8vw;
    right: 0;
    width: 20.5vw;
  }
  .mv__news-scroll {
    height: 5.5vw;
  }
  .mv__news-all {
    font-size: .9vw;
    width: 5.9vw;
    height: 1.8vw;
  }
  .mv__news-title,
  .mv__news-date {
    font-size: 1.02vw;
  }
  .mv__news-category {
    font-size: .9vw;
  }
  .mv__news-title {
    width: 100%;
  }
  
}


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

　   ABOUT

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

#about .container {
  position: relative;
}
#about .sec__title {
  text-align: right;
}
.about__img_wrap {
  position: relative;
}
.about_main_img {
  position: relative;
  margin: 0 auto;
  max-width: 42rem;
}
.about_main_img_copy {
  position: absolute;
  z-index: 3;
}
.about_main_img_copy img {
  width: 100%;
}
.about__img_item {
  position: absolute;
  z-index: 2;
}
.about__img_item02:before {
  content: "";
  position: absolute;
  background: #D9D9D9;
  z-index: 1;
}
.about__img_item02 img {
  position: relative;
  z-index: 2;
  display: block;
}
.about__copy_text {
  line-height: 2.4;
}

.about__since {
  color: #ccc;
}
.about__since_text_number {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
.about__since_text_since {
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.3em;
}
.about__copy {
  position: relative;
  z-index: 2;
}
@media only screen and ( max-width : 767px ) {
  #about {
    padding-top: 1rem;
    padding-bottom: 5rem;
    overflow: hidden;
  }
  #about .sec__title {
    margin-bottom: 3rem;
  }
  .about_main_img {
    max-width: 18.6rem;
    padding: 4rem 0;
  }
  .about__img_item01 {
    width: 11rem;
    top: 0;
    left: 0;
  }
  .about__img_item02 {
    width: 15.2rem;
    right: 0;
    bottom: 0;
  }
  .about__img_wrap:before {
    background: url(../img/top/about__bg01.png) no-repeat center / cover;
    width: 19rem;
    height: 12rem;
    position: absolute;
    top: -3rem;
    left: 3.6rem;
    z-index: -1;
    content: "";
  }
  .about__img_item02:before {
    bottom: -3.5rem;
    right: 8rem;
    width: 9.4rem;
    height: 9.4rem;
  }
  .about_main_img_copy01 {
    width: 2.8rem;
    right: -1.4rem;
    top: 2.4rem;
  }
  .about_main_img_copy02 {
    width: 2.8rem;
    left: -1.2rem;
    top: 11.8rem;
  }
  .en-US .about_main_img_copy01 {
    width: 4.24rem;
    right: -3.2rem;
    top: 2.4rem;
  }
  .en-US .about_main_img_copy02 {
    width: 4.2rem;
    left: -1.2rem;
    top: 11.8rem;
  }
  .about__since_text {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
  }
  .about__since_text span {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .about__since_text_number {
    font-size: 8rem;
  }
  .about__since_text_since {
    font-size: 2rem;
    padding-bottom: 1.5rem;
  }
  .about__copy_text {
    margin-bottom: 3.5rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  #about {
    padding-bottom: 23rem;
    padding-top: 2rem;
  }
  #about .sec__title {
    margin-bottom: 8rem;
  }
  .about__img_wrap:before {
    background: url(../img/top/about__bg01.png) no-repeat center / cover;
    width: 59rem;
    height: 35rem;
    position: absolute;
    top: -6rem;
    left: 13rem;
    z-index: -1;
    content: "";
  }
  .about__img_item02:before {
    top: 8rem;
    left: -10rem;
    width: 17rem;
    height: 17rem;
  }
  .about_main_img_copy01 {
    top: 0;
    right: -3.6rem;
    width: 6.2rem;
  }
  .about_main_img_copy02 {
    top: 10rem;
    left: -3.6rem;  
    width: 6.4rem;
  }
  .en-US .about_main_img_copy01 {
    top: 0;
    right: -6.6rem;
    width: 9.4rem;
  }
  .en-US .about_main_img_copy02 {
    top: 10rem;
    left: -3.6rem;  
    width: 9.6rem;
  }
  .about__img_item01 {
    top: 5rem;
    left: 7rem;
  }
  .about__img_item02 {
    right: 21.5rem;
    bottom: -8rem;
  }
  .about__copy {
    position: absolute;
    bottom: -10rem;
    left: 0;
    width: 40rem;
  }
  .about__copy_text {
    margin-bottom: 5rem;
  }
  .about__since {
    position: absolute;
    right: -3rem;
    bottom: -18rem;
    z-index: 10;
  }
  .about__since_text {
    display: flex;
    align-items: flex-end;
    flex-direction: row-reverse;
  }
  .about__since span {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .about__since_text_number {
    font-size: 18rem;
  }
  .about__since_text_since {
    font-size: 2rem;
    padding-bottom: 3rem;
  }
}




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

　   WORKS

--------------------------------------------------------------------------------------------- */
#works {
  position: relative;
}
.works_content {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.works_item_text_title {
  text-align: center;
  font-weight: 700;
}
.works_item_text_year {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 1.2rem;
  color: #ccc;
  text-align: center;
}
.works_item_img img {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}
.works_item a {
  display: block;
}
.works_item a:hover {
  opacity: 1;
}
.works_item a:hover img {
  filter: grayscale(0%);
}
.no-post__works {
  width: 100%;
}
@media only screen and ( max-width : 767px ) {
  #works {
    padding-top: 1rem;
  }
  #works:before {
    content: "";
    width: calc(100% - 3rem);
    height: 1px;
    background: #212121;
    position: absolute;
    top: 0;
    left: 1.5rem;
    z-index: 1;
  }
  #works .sec__title {
    margin-bottom: 1rem;
  }
  .works_content {
    justify-content:space-between;
    margin-bottom: 3.5rem;
  }
  .works_item {
    width: 47.8%;
  }
  .works_item:nth-child(odd) {
    margin-top: 3rem;
  }
  .works_item_text_title {
    font-size: 2rem;
    margin-top: 1rem;
  }
  .works_item_text_year {
    font-size: 1.6rem;
  }
  .works_item_img img {
    height: 25rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  #works {
    border-top: .3rem solid #212121;
    padding-top: 2rem;
    padding-bottom: 13rem;
  }
  #works .sec__title {
    margin-bottom: 13rem;
  }
  .works_content {
    margin-bottom: 5rem;
  }
  .works_content:before,
  .works_content:after {
    content: "";
    position: absolute;
    background: url(../img/top/works__bg.png) no-repeat center / cover;
    z-index: -1;
    width: 66rem;
    height: 59rem;
  }
  .works_content:before {
    top: -6rem;
    right: 7rem;
  }
  .works_content:after {
    bottom: -16rem;
    left: 7rem;
  }
  .works_item {
    width: 22%;
    margin-right: 4%;
    margin-top: 5rem;
  }
  .works_item:nth-child(2n) {
    margin-top: 0;
  }
  .works_item:nth-child(4n) {
    margin-right: 0;
  }
  .works_item_text {
    margin-top: 2.5rem;
  }
  .works_item_text_title {
    font-size: 2rem;
    margin-bottom: .5rem;
  }
  .works_item_img img {
    height: 37rem;
  }
}



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

　   XXX

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

@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
}
