@charset "UTF-8";
:root {
  --red: #9e0000;
  --cen: "century-old-style-std", serif;
  --hira: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
  --hirab: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
  font-size: 10px;
  color: #000;
  line-height: 1.8;
  letter-spacing: 2px;
  font-family: var(--hira);
}

h2,
h3,
h4,
h5,
h6 {
  font-family: var(--hirab);
  line-height: 1.5;
}

html {
  scroll-behavior: smooth;
  scroll-padding: 80px;
}

body {
  background-color: #fff;
}

a {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.inner {
  width: 1300px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

header {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #fff;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 49;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 15vw;
  padding-left: 100px;
}
header .logo {
  width: 270px;
}
header .logo img:first-of-type {
  display: block;
}
header .logo img:last-of-type {
  display: none;
}
header.non-top0 {
  opacity: 0;
}
header.non-top0 .logo img:first-of-type {
  display: none;
}
header.non-top0 .logo img:last-of-type {
  display: block;
}
header.non-top {
  top: -100%;
  opacity: 1;
  transition-duration: 1s;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0 100px;
}
header.non-top .header__nav-list li a {
  color: #000;
}
header.active {
  top: 0;
  transition-duration: 1s;
}

#ham.non-top0 {
  opacity: 0;
}

#ham.non-top {
  opacity: 1;
  top: -100%;
  transition-duration: 1s;
  position: fixed;
}
#ham.non-top.fixed {
  top: 0;
  transition-duration: 1s;
}

.header__nav-list {
  display: flex;
  gap: 80px;
  align-items: center;
  padding-right: 50px;
}
.header__nav-list li a {
  color: #fff;
  font-size: 1.5rem;
}

#ham,
.sp-menu {
  display: none;
}

#top-mv {
  height: 100vh;
  max-height: 100vw;
  width: 100%;
  position: relative;
}

.mv01 {
  width: 85vw;
  height: calc(100% - 120px);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mv01 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  animation: zoom-loop 40s linear infinite;
}

@keyframes zoom-loop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.mv02 {
  width: 60vw;
  height: 100%;
  background-color: var(--red);
  position: absolute;
  top: 0;
  right: 0;
}

.top-mv__txt-bl {
  position: absolute;
  right: 7vw;
  top: 50%;
  transform: translateY(-50%);
  width: -moz-fit-content;
  width: fit-content;
  z-index: 3;
}

.top-mv__ttl {
  color: #fff;
  font-size: 9.5rem;
  line-height: 1;
  margin-bottom: 50px;
  text-align: right;
  font-family: var(--cen);
  font-weight: 400;
}

.top-mv__txt {
  font-size: 3.4rem;
  color: #fff;
  text-align: right;
}

.top-mv__scroll {
  position: absolute;
  bottom: 100px;
  left: 27%;
  display: flex;
  align-items: center;
  gap: 20px;
  transform: rotate(-90deg);
  z-index: 3;
}
.top-mv__scroll .txt {
  font-family: var(--cen);
  font-size: 1.7rem;
}
.top-mv__scroll .line-wrapper {
  width: 100px;
  height: 1px;
  position: relative;
  overflow: hidden;
  display: block;
}
.top-mv__scroll .line {
  width: 100px;
  height: 1px;
  background-color: #000;
  animation: scroll 1.8s cubic-bezier(0.65, 0.05, 0.36, 1) infinite;
  position: absolute;
}

@keyframes scroll {
  0% {
    transform: translateX(100%);
  }
  80% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
#top-about {
  padding: 120px 0 0;
  position: relative;
  overflow: hidden;
}

.base__ttl-bl {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}

.base__ttl {
  font-size: 1.8rem;
  font-family: var(--hirab);
}

.base__ttl-en {
  color: var(--red);
  font-family: var(--cen);
  font-size: 6.8rem;
  line-height: 0.9;
  font-weight: 400;
}

.top-about__cont-bl {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.takada-logo {
  width: 191px;
  margin: 0 auto 30px;
}

.aset-logo {
  width: 410px;
  margin: 0 auto 70px;
}

.top-about__cont-txt {
  text-align: center;
  line-height: 1.5;
  font-size: 4.6rem;
  padding-bottom: 70px;
  white-space: nowrap;
}

.top-about__swiper {
  line-height: 1;
  margin: 299px 0 150px;
  position: relative;
  z-index: -1;
}

.top-work__swiper {
  line-height: 1;
  margin: 100px 0 145px;
  position: relative;
  z-index: -1;
}

.top-about__swiper,
.top-work__swiper {
  opacity: 0.5;
}
.top-about__swiper .swiper-wrapper,
.top-work__swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.top-about__swiper .swiper-slide,
.top-work__swiper .swiper-slide {
  font-size: 10vw;
  color: #eeeeee;
  font-family: var(--cen);
}

.top-about__list-bl {
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}

.top-about__list {
  border-left: 1px solid #bfbfbf;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 1300px;
  max-width: 90%;
  margin: 0 auto;
}
.top-about__list li {
  border-right: 1px solid #bfbfbf;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.top-about__list li .ttl {
  font-size: 2.8rem;
  text-align: center;
  font-family: var(--hirab);
}
.top-about__list li .ttl-en {
  font-family: var(--cen);
  font-size: 1.6rem;
  text-align: center;
  color: var(--red);
  letter-spacing: 1px;
}

.top-about__txt-bl {
  padding: 80px 0 120px;
  width: 1024px;
  max-width: 90%;
  margin: 0 auto;
}
.top-about__txt-bl .txt {
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.top-about__txt-bl .txt:last-of-type {
  margin-bottom: 0;
}

.top-about__img {
  height: 600px;
  overflow: hidden;
}

#top-work {
  padding: 120px 0 0;
  position: relative;
  overflow: hidden;
}

.top-work__cont-bl {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 250px;
  width: 1200px;
  max-width: 90%;
  z-index: 2;
}
.top-work__cont-bl .ttl {
  font-size: 3.8rem;
  line-height: 1.5;
  width: 50%;
  padding-right: 30px;
  white-space: nowrap;
}
.top-work__cont-bl .txt {
  font-size: 1.8rem;
  width: 50%;
}

.top-work__list-bl {
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 100px;
}

.top-work__list {
  border-left: 1px solid #bfbfbf;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 1300px;
  max-width: 90%;
  margin: 0 auto;
}
.top-work__list li {
  border-right: 1px solid #bfbfbf;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  aspect-ratio: 1/1.65;
  overflow: hidden;
  position: relative;
  padding-bottom: 70px;
}
.top-work__list li .cont {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.top-work__list li .num {
  font-size: 15rem;
  font-family: var(--cen);
  color: #eddcdc;
  transform: translateX(-75%);
  line-height: 1;
  position: relative;
  z-index: 1;
  transition-duration: 0.5s;
  left: 0;
}
.top-work__list li .ttl {
  font-size: 2.8rem;
  transition-duration: 0.5s;
  margin-bottom: 30px;
}
.top-work__list li .ttl-en {
  font-family: var(--cen);
  font-size: 1.6rem;
  color: var(--red);
  letter-spacing: 1px;
  transition-duration: 0.5s;
}
.top-work__list li .txt {
  font-size: 1.5rem;
}
.top-work__list li .img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition-duration: 0.5s;
  overflow: hidden;
}
.top-work__list li:hover .img {
  opacity: 1;
  transition-duration: 0.5s;
}
.top-work__list li:hover .img img {
  transform: scale(1.1);
  transition-duration: 9s;
}
.top-work__list li:hover .num {
  color: #fff;
  opacity: 0.5;
  transition-duration: 0.5s;
}
.top-work__list li:hover .ttl {
  color: #fff;
  transition-duration: 0.5s;
}
.top-work__list li:hover .ttl-en {
  color: #fff;
  transition-duration: 0.5s;
}
.top-work__list li:hover .txt {
  color: #fff;
  transition-duration: 0.5s;
}

.top-work__img {
  height: 600px;
  overflow: hidden;
}

#top-company {
  padding: 120px 0;
}

.top-company__l {
  display: flex;
  margin-top: 100px;
}
.top-company__l .img {
  width: 50%;
}

.top-company__list {
  width: 50%;
  padding-right: 100px;
}
.top-company__list li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #bfbfbf;
  display: flex;
  align-items: center;
}
.top-company__list li .ttl {
  font-size: 1.8rem;
  width: 150px;
  font-family: var(--hira);
}
.top-company__list li .txt {
  width: calc(100% - 150px);
  font-size: 1.5rem;
}
.top-company__list li .txt a {
  text-decoration: none;
  color: #000;
}

footer {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.3rem;
  background-color: var(--red);
  letter-spacing: 0;
}

.under449 {
  display: none;
}

.add-name {
  display: block;
}
.add-name .add {
  display: inline-block;
  width: 85px;
  text-align: right;
  margin-right: 15px;
}

.js-load-fadein {
  opacity: 0;
  transition-duration: 1s;
}
.js-load-fadein.in {
  opacity: 1;
  transition-duration: 1s;
}

.js-fadeup {
  opacity: 0;
  transform: translateY(30px);
  transition-duration: 1s;
}
.js-fadeup.in {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 1s;
}

/*==================================================
背景色が伸びて出現
===================================*/
/*全共通*/
.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  /*　はみ出た色要素を隠す　*/
  opacity: 0;
  display: block;
  height: auto;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*右から左*/
.bgRLextend::before {
  animation-name: bgRLextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--red);
  /*伸びる背景色の設定*/
}

@keyframes bgRLextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgRLextendTrigger {
  opacity: 0;
}

@media (max-width: 2399px) {
  .top-about__swiper {
    margin: 350px 0 150px;
  }
  .top-work__cont-bl {
    top: 200px;
  }
  .top-work__swiper {
    margin: 70px 0 120px;
  }
}
@media (max-width: 1999px) {
  .top-work__cont-bl {
    top: 175px;
  }
  .top-work__swiper {
    margin: 75px 0 120px;
  }
}
@media (max-width: 1599px) {
  .top-work__swiper {
    margin: 90px 0 120px;
  }
  .top-work__cont-bl {
    top: 175px;
  }
}
@media (max-width: 1399px) {
  .top-company__list {
    padding-right: 50px;
  }
  .top-work__list li .num {
    transform: translateX(-16px);
    position: absolute;
    font-size: 9rem;
    top: 73px;
  }
  .top-work__list li .cont {
    position: absolute;
    top: 170px;
  }
  .top-mv__ttl {
    font-size: 8.5rem;
    margin-bottom: 30px;
  }
  .top-mv__txt {
    font-size: 2.8rem;
  }
  .top-about__swiper {
    margin: 372px 0 125px;
  }
}
@media (max-width: 1199px) {
  header .logo {
    width: 250px;
  }
  header {
    padding-right: 15vw;
    padding-left: 30px;
  }
  .header__nav-list {
    gap: 50px;
    padding-right: 20px;
  }
  .top-mv__ttl {
    font-size: 7vw;
    margin-bottom: 20px;
  }
  .top-mv__txt {
    font-size: 2.4rem;
  }
  .top-mv__scroll {
    left: 10%;
  }
  .base__ttl-en {
    font-size: 5.8rem;
  }
  .base__ttl {
    font-size: 1.7rem;
  }
  .takada-logo {
    width: 160px;
    margin: 0 auto 25px;
  }
  .aset-logo {
    width: 300px;
    margin: 0 auto 50px;
  }
  .top-about__cont-txt {
    font-size: 3.2rem;
    padding-bottom: 0;
  }
  .top-about__cont-bl {
    top: 130px;
  }
  .top-about__swiper {
    margin: 245px 0 80px;
  }
  .top-about__list li .ttl {
    font-size: 2.3rem;
  }
  .top-about__list li .ttl-en {
    font-size: 1.5rem;
  }
  .top-about__img {
    height: 400px;
  }
  .top-work__cont-bl .ttl {
    font-size: 3vw;
  }
  .top-work__cont-bl {
    top: 145px;
  }
  .top-work__swiper {
    margin: 78px 0;
  }
  .top-work__img {
    height: 400px;
  }
  .top-work__list li .num {
    font-size: 8vw;
    top: 3vw;
  }
  .top-work__list li .cont {
    top: 11vw;
  }
  .top-work__list li .ttl {
    font-size: 2.3rem;
    margin-bottom: 15px;
  }
  .top-company__l {
    margin-top: 80px;
  }
  .top-company__list li .ttl {
    font-size: 1.6rem;
    width: 120px;
  }
  .top-company__list li .txt {
    width: calc(100% - 120px);
  }
  header.non-top {
    padding: 0 30px;
  }
}
@media (max-width: 834px) {
  html {
    scroll-padding: 40px;
  }
  .header__nav {
    display: none;
  }
  #top-mv {
    max-height: 160vw;
  }
  header {
    padding-right: 0;
    padding-left: 10px;
    height: 40px;
  }
  header .logo {
    width: 150px;
    line-height: 1;
    height: 22.5px;
  }
  .header__nav {
    display: none;
  }
  .mv01 {
    width: calc(100% - 40px);
    height: calc(100% - 65px);
  }
  .mv02 {
    width: calc(100% - 115px);
  }
  .top-mv__scroll {
    left: 0;
    bottom: 45px;
    gap: 10px;
  }
  .top-mv__scroll .txt {
    font-size: 1rem;
  }
  .top-mv__scroll .line-wrapper {
    width: 60px;
  }
  .top-mv__scroll .line {
    width: 60px;
  }
  #ham {
    cursor: pointer;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    z-index: 100;
  }
  #ham .ham {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #ham .ham span {
    width: 50%;
    left: 25%;
    height: 2px;
    background-color: #000;
    display: block;
    position: absolute;
    transition-duration: 0.8s;
  }
  #ham .ham span:nth-child(1) {
    top: 35%;
  }
  #ham .ham span:nth-child(2) {
    top: 50%;
  }
  #ham .ham span:nth-child(3) {
    top: 65%;
  }
  #ham.active .ham span {
    transition-duration: 0.8s;
  }
  #ham.active .ham span:nth-child(1) {
    top: 45%;
    transform: rotate(45deg);
  }
  #ham.active .ham span:nth-child(2) {
    top: 50%;
    opacity: 0;
  }
  #ham.active .ham span:nth-child(3) {
    top: 45%;
    transform: rotate(-45deg);
  }
  .sp-menu {
    display: block;
    width: 100%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: -100%;
    left: 0;
    transition-duration: 0.6s;
    z-index: 50;
  }
  .sp-menu.active {
    top: 0;
    transition-duration: 0.6s;
  }
  .sp-menu__nav-list li {
    margin-bottom: 20px;
  }
  .sp-menu__nav-list li:last-of-type {
    margin-bottom: 0;
  }
  .sp-menu__nav-list li a {
    font-size: 1.5rem;
    color: #000;
    font-family: var(--hirab);
  }
  .sp-menu-wrapper {
    position: relative;
    padding: 70px 30px 40px;
  }
  .sp-menu__logo {
    width: 150px;
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .base__ttl-en {
    font-size: 3.2rem;
  }
  .base__ttl {
    font-size: 1.5rem;
  }
  #top-about {
    padding: 60px 0 0;
  }
  .top-about__cont-bl {
    top: 60px;
  }
  .takada-logo {
    width: 120px;
    margin: 10px auto 10px;
  }
  .aset-logo {
    width: 250px;
    margin: 0 auto 31px;
  }
  .top-about__cont-txt {
    font-size: clamp(2.3rem, 4vw, 2.8rem);
  }
  .top-about__swiper {
    margin: 165px 0 68px;
  }
  .top-about__list {
    grid-template-columns: repeat(2, 1fr);
    width: 500px;
  }
  .top-about__list li:nth-of-type(1) {
    border-bottom: 1px solid #bfbfbf;
  }
  .top-about__list li:nth-of-type(2) {
    border-bottom: 1px solid #bfbfbf;
  }
  .top-about__list li .ttl {
    font-size: 2rem;
  }
  .top-about__list li .ttl-en {
    font-size: 1.3rem;
  }
  .top-about__txt-bl {
    padding: 50px 0 60px;
  }
  .top-about__txt-bl .txt {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .top-about__img {
    height: 50vw;
  }
  #top-work {
    padding: 60px 0 0;
  }
  .top-work__cont-bl .ttl {
    font-size: 2.4rem;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .top-work__swiper {
    margin: 104px 0 90px;
  }
  .top-work__cont-bl .txt {
    font-size: 1.5rem;
    width: 100%;
  }
  .top-work__cont-bl {
    top: 95px;
    flex-direction: column;
  }
  .top-work__list {
    grid-template-columns: 1fr;
  }
  .top-work__list li {
    aspect-ratio: initial;
    padding-bottom: 0;
    height: 170px;
  }
  .top-work__list li .num {
    font-size: 70px;
    top: 50%;
    transform: translate(-16px, -50%);
    opacity: 0.4;
    color: #fff;
  }
  .top-work__list li .cont {
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 0 20px 0 69px;
  }
  .top-work__list li .ttl-en {
    font-size: 1.3rem;
    color: #fff;
  }
  .top-work__list li .ttl {
    font-size: 2rem;
    margin-bottom: 9px;
    color: #fff;
  }
  .top-work__list li .txt {
    font-size: 1.4rem;
    color: #fff;
  }
  .top-work__list li .img {
    opacity: 1;
  }
  .top-work__list li .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top-work__list li:hover img {
    animation: initial;
  }
  .top-work__img {
    height: 50vw;
  }
  .top-work__list-bl {
    margin-bottom: 50px;
  }
  #top-company {
    padding: 60px 0 30px;
  }
  .top-company__l {
    margin-top: 40px;
    flex-direction: column-reverse;
  }
  .top-company__l .img {
    width: 100%;
    margin-bottom: 30px;
  }
  .top-company__list {
    padding-right: 0;
    width: 100%;
  }
  .top-company__list li .ttl {
    font-size: 1.5rem;
    width: 114px;
  }
  .top-company__list li .txt {
    width: calc(100% - 114px);
    font-size: 1.4rem;
  }
  footer {
    height: 50px;
    font-size: 1.1rem;
  }
  .top-company__list li {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  header.non-top {
    padding: 0 0 0 10px;
  }
}
@media (max-width: 639px) {
  .top-work__swiper {
    margin: 104px 0 135px;
  }
}
@media (max-width: 449px) {
  .top-about__cont-txt {
    font-size: clamp(2rem, 4vw, 2.8rem);
  }
  .top-about__swiper .swiper-slide,
  .top-work__swiper .swiper-slide {
    font-size: 9.2vw;
  }
  .top-about__list li .ttl {
    font-size: 1.8rem;
  }
  .top-about__list li .ttl-en {
    font-size: 1.2rem;
  }
  .top-work__cont-bl {
    top: 82px;
  }
  .top-work__swiper {
    margin: 115px 0 140px;
  }
  .top-company__list li {
    align-items: flex-start;
    flex-direction: column;
  }
  .top-company__list li .txt {
    width: 100%;
  }
  .top-mv__txt {
    text-align: left;
    font-size: 1.6rem;
  }
  .under449 {
    display: inline-block;
  }
  .top-mv__ttl {
    font-size: 4rem;
    line-height: 1.3;
    margin-bottom: 20px;
    text-align: left;
  }
  .top-mv__txt-bl {
    right: auto;
    left: 7vw;
  }
}/*# sourceMappingURL=style.css.map */