/*------------------------------------------------------------
	BASE
------------------------------------------------------------*/
/*------------------------------------------------------------
	COLOR
------------------------------------------------------------*/
/*------------------------------------------------------------
	FONT
------------------------------------------------------------*/
/*------------------------------------------------------------
	FUNCTION
------------------------------------------------------------*/
/*------------------------------------------------------------
	MIXIN
------------------------------------------------------------*/
/*------------------------------------------------------------
	ABOUT
------------------------------------------------------------*/
.about {
  /*------------------------------
      FV
  ------------------------------*/
  /*------------------------------
      ABOUT1
  ------------------------------*/
  /*------------------------------
      ABOUT2
  ------------------------------*/
  /*------------------------------
      ABOUT3
  ------------------------------*/
  /*------------------------------
      HISTORY
  ------------------------------*/
}
.about .fv {
  position: relative;
  min-height: 100lvh;
  height: 433.5877862595vw;
}
@media screen and (min-width: 768px) {
  .about .fv {
    height: 143.75vw;
  }
}
.about .fv .inner {
  position: sticky;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100lvh;
}
.about .fv_title {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 6.6157760814vw;
  letter-spacing: 1.5267175573vw;
  color: #fff;
  writing-mode: vertical-rl;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 1s cubic-bezier(0.21, 0.51, 0.51, 1);
}
@media screen and (min-width: 768px) {
  .about .fv_title {
    font-size: 1.3541666667vw;
    letter-spacing: 0.3125vw;
  }
}
.about .fv_title.-show {
  opacity: 1;
}
.about .fv_bg {
  position: absolute;
  top: 0;
  height: 433.5877862595vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about .fv_bg {
    height: 143.75vw;
  }
}
.about .fv_bg_img {
  width: 100%;
  height: 100%;
  background: url("../img/about/sp_about_kv.jpg") center 0 no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .about .fv_bg_img {
    background: url("../img/about/about_kv.jpg") center 0 no-repeat;
    background-size: cover;
  }
}
.about .about1 {
  position: relative;
  min-height: 300lvh;
  margin-bottom: -100lvh;
}
.about .about1_bg {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100lvh;
}
.about .about1_bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/about/sp_about_img1.jpg") center 0 no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .about .about1_bg_img {
    background: url("../img/about/about_img1.jpg") center 0 no-repeat;
    background-size: cover;
  }
}
.about .about1 .inner {
  position: relative;
  z-index: 2;
  padding: 0 2.5445292621vw 0;
  min-height: 100lvh;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .about .about1 .inner {
    padding: 2.6041666667vw 5.2083333333vw 0;
  }
}
.about .about1 .inner > .-ja {
  display: flex;
  flex-flow: row-reverse;
  gap: 7.6335877863vw;
}
@media screen and (min-width: 768px) {
  .about .about1 .inner > .-ja {
    gap: 1.5625vw;
  }
}
.about .about1 .inner > .-ja h2 {
  display: flex;
  flex-flow: column;
  writing-mode: vertical-rl;
  font-size: 5.0890585242vw;
  letter-spacing: 1.0178117048vw;
  gap: 3.5623409669vw;
}
@media screen and (min-width: 768px) {
  .about .about1 .inner > .-ja h2 {
    font-size: 1.3541666667vw;
    letter-spacing: 0.3125vw;
    gap: 0.9375vw;
  }
}
.about .about1 .inner > .-ja p {
  display: flex;
  flex-flow: column;
  writing-mode: vertical-rl;
  font-size: 3.5623409669vw;
  letter-spacing: 0.6361323155vw;
  gap: 2.0356234097vw;
}
@media screen and (min-width: 768px) {
  .about .about1 .inner > .-ja p {
    font-size: 1.0416666667vw;
    letter-spacing: 0.2083333333vw;
    gap: 0.5208333333vw;
  }
}
.about .about1 .inner > .-en {
  position: relative;
  padding: 27.989821883vw 0 0;
}
@media screen and (min-width: 768px) {
  .about .about1 .inner > .-en {
    position: absolute;
    top: 10.7291666667vw;
    padding: 0;
  }
}
.about .about1 .inner > .-en h2 {
  font-size: 5.0890585242vw;
  line-height: 1.3;
  transition-delay: 500ms;
}
@media screen and (min-width: 768px) {
  .about .about1 .inner > .-en h2 {
    font-size: 1.3541666667vw;
    line-height: 1.2307692308;
  }
}
.about .about1 .inner > .-en h2 br {
  display: none;
}
@media screen and (min-width: 768px) {
  .about .about1 .inner > .-en h2 br {
    display: block;
  }
}
.about .about1 .inner > .-en p {
  padding: 2.5445292621vw 0 0;
  font-size: 3.5623409669vw;
  line-height: 1.1785714286;
  transition-delay: 500ms;
}
@media screen and (min-width: 768px) {
  .about .about1 .inner > .-en p {
    padding: 1.0416666667vw 0 0;
    font-size: 1.0416666667vw;
    line-height: 1.2;
  }
}
.about .about1 .inner > .-en p br {
  display: none;
}
@media screen and (min-width: 768px) {
  .about .about1 .inner > .-en p br {
    display: block;
  }
}
.about .about2 {
  position: relative;
  min-height: 200lvh;
}
.about .about2_bg {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100lvh;
}
.about .about2_bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/about/sp_about_img2.jpg") center 0 no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .about .about2_bg_img {
    background: url("../img/about/about_img2.jpg") center 0 no-repeat;
    background-size: cover;
  }
}
.about .about2 .inner {
  position: relative;
  z-index: 2;
  padding: 0 2.5445292621vw 0;
  min-height: 100lvh;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .about .about2 .inner {
    padding: 5.2083333333vw 5.2083333333vw 0;
  }
}
.about .about2 .inner > .-ja {
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-start;
  gap: 7.6335877863vw;
}
@media screen and (min-width: 768px) {
  .about .about2 .inner > .-ja {
    justify-content: flex-end;
    gap: 1.5625vw;
  }
}
.about .about2 .inner > .-ja h2 {
  display: flex;
  flex-flow: column;
  writing-mode: vertical-rl;
  font-size: 5.0890585242vw;
  letter-spacing: 1.0178117048vw;
  gap: 3.5623409669vw;
}
@media screen and (min-width: 768px) {
  .about .about2 .inner > .-ja h2 {
    font-size: 1.3541666667vw;
    letter-spacing: 0.3125vw;
    gap: 0.9375vw;
  }
}
.about .about2 .inner > .-ja p {
  display: flex;
  flex-flow: column;
  writing-mode: vertical-rl;
  font-size: 3.5623409669vw;
  letter-spacing: 0.6361323155vw;
  gap: 2.0356234097vw;
}
@media screen and (min-width: 768px) {
  .about .about2 .inner > .-ja p {
    font-size: 1.0416666667vw;
    letter-spacing: 0.2083333333vw;
    gap: 0.5208333333vw;
  }
}
.about .about2 .inner > .-en {
  position: relative;
  padding: 27.989821883vw 0 0;
}
@media screen and (min-width: 768px) {
  .about .about2 .inner > .-en {
    position: absolute;
    top: 18.75vw;
    right: 5.2083333333vw;
    padding: 0;
  }
}
.about .about2 .inner > .-en h2 {
  font-size: 5.0890585242vw;
  line-height: 1.3;
  transition-delay: 500ms;
}
@media screen and (min-width: 768px) {
  .about .about2 .inner > .-en h2 {
    font-size: 1.3541666667vw;
    line-height: 1.2307692308;
  }
}
.about .about2 .inner > .-en h2 br {
  display: none;
}
@media screen and (min-width: 768px) {
  .about .about2 .inner > .-en h2 br {
    display: block;
  }
}
.about .about2 .inner > .-en p {
  padding: 2.5445292621vw 0 0;
  font-size: 3.5623409669vw;
  line-height: 1.1785714286;
  transition-delay: 500ms;
}
@media screen and (min-width: 768px) {
  .about .about2 .inner > .-en p {
    padding: 1.0416666667vw 0 0;
    font-size: 1.0416666667vw;
    line-height: 1.2;
  }
}
.about .about2 .inner > .-en p br {
  display: none;
}
@media screen and (min-width: 768px) {
  .about .about2 .inner > .-en p br {
    display: block;
  }
}
.about .about3 {
  padding: 20.3562340967vw 0 25.4452926209vw;
}
@media screen and (min-width: 768px) {
  .about .about3 {
    padding: 3.125vw 5.2083333333vw;
  }
}
.about .about3 .inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .about .about3 .inner {
    min-height: 63.9583333333vw;
  }
}
.about .about3 .inner > .-ja {
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-start;
  gap: 7.6335877863vw;
  padding: 5.0890585242vw 7.6335877863vw 0;
}
@media screen and (min-width: 768px) {
  .about .about3 .inner > .-ja {
    display: block;
    gap: 0;
    padding: 0;
    width: 31.25vw;
  }
}
.about .about3 .inner > .-ja h2 {
  display: flex;
  flex-flow: column;
  writing-mode: vertical-rl;
  justify-content: flex-start;
  font-size: 5.0890585242vw;
  letter-spacing: 1.0178117048vw;
  gap: 3.5623409669vw;
}
@media screen and (min-width: 768px) {
  .about .about3 .inner > .-ja h2 {
    width: 100%;
    font-size: 1.3541666667vw;
    letter-spacing: 0.3125vw;
    gap: 0.9375vw;
  }
}
.about .about3 .inner > .-ja p {
  display: flex;
  flex-flow: column;
  writing-mode: vertical-rl;
  font-size: 3.5623409669vw;
  letter-spacing: 0.6361323155vw;
  gap: 2.0356234097vw;
}
@media screen and (min-width: 768px) {
  .about .about3 .inner > .-ja p {
    padding: 1.5625vw 0 0;
    font-size: 1.0416666667vw;
    letter-spacing: 0.2083333333vw;
    gap: 0.5208333333vw;
  }
}
.about .about3 .inner > .-en {
  padding: 5.0890585242vw 2.5445292621vw 0;
}
@media screen and (min-width: 768px) {
  .about .about3 .inner > .-en {
    position: absolute;
    bottom: 0;
    right: 58.3333333333vw;
    padding: 0;
  }
}
.about .about3 .inner > .-en h2 {
  font-size: 5.0890585242vw;
  line-height: 1.3;
  transition-delay: 500ms;
}
@media screen and (min-width: 768px) {
  .about .about3 .inner > .-en h2 {
    font-size: 1.3541666667vw;
    line-height: 1.2307692308;
  }
}
.about .about3 .inner > .-en h2 br {
  display: none;
}
@media screen and (min-width: 768px) {
  .about .about3 .inner > .-en h2 br {
    display: block;
  }
}
.about .about3 .inner > .-en p {
  padding: 2.5445292621vw 0 0;
  font-size: 3.5623409669vw;
  line-height: 1.1785714286;
  transition-delay: 500ms;
}
@media screen and (min-width: 768px) {
  .about .about3 .inner > .-en p {
    padding: 1.0416666667vw 0 0;
    font-size: 1.0416666667vw;
    line-height: 1.2;
  }
}
.about .about3 .inner > .-en p br {
  display: none;
}
@media screen and (min-width: 768px) {
  .about .about3 .inner > .-en p br {
    display: block;
  }
}
.about .about3_img {
  position: relative;
  width: 92.3664122137vw;
  height: 123.155216285vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .about .about3_img {
    position: absolute;
    top: 0;
    right: 0;
    width: 47.9166666667vw;
    height: 63.9583333333vw;
  }
}
.about .about3_img_bg {
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/home/home_about_img.jpg") 0 0 no-repeat;
  background-size: cover;
}
.about .history {
  position: relative;
}
.about .history_title {
  position: absolute;
  z-index: 2;
  top: 50lvh;
  right: 50vw;
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 2.5445292621vw;
  color: #fff;
  writing-mode: vertical-rl;
  transform: translate(50%, -50%);
  transition: all 1s cubic-bezier(0.21, 0.51, 0.51, 1);
}
@media screen and (min-width: 768px) {
  .about .history_title {
    gap: 0.5208333333vw;
  }
}
.about .history_title.-animate {
  opacity: 0;
}
.about .history_title.-fixed {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .about .history_title.-fixed {
    position: fixed;
  }
}
.about .history_title .-ja {
  font-size: 6.6157760814vw;
  letter-spacing: 1.5267175573vw;
}
@media screen and (min-width: 768px) {
  .about .history_title .-ja {
    font-size: 1.3541666667vw;
    letter-spacing: 0.3125vw;
  }
}
.about .history_title .-en {
  font-size: 5.0890585242vw;
}
@media screen and (min-width: 768px) {
  .about .history_title .-en {
    font-size: 1.0416666667vw;
  }
}
.about .history .history_title_side {
  display: none;
}
@media screen and (min-width: 768px) {
  .about .history .history_title_side {
    display: flex;
    bottom: auto;
    left: 92.3958333333vw;
    opacity: 0;
    transform: translate(0, -50%);
    transition-timing-function: linear;
  }
  .about .history .history_title_side.-animate {
    opacity: 1;
  }
}
.about .history .inner {
  position: relative;
  z-index: 3;
}
.about .history_bg {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100lvh;
  background: #000;
}
.about .history_bg_img {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../img/about/sp_about_img3.jpg") center 0 no-repeat;
  background-size: cover;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
}
@media screen and (min-width: 768px) {
  .about .history_bg_img {
    background: url("../img/about/about_img3.jpg") center 0 no-repeat;
    background-size: cover;
  }
}
.about .history_bg_img.-animate {
  opacity: 1;
}
.about .history_contents {
  padding: 25.4452926209vw 2.5445292621vw 12.7226463104vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about .history_contents {
    padding: 3.125vw 58.28125vw 3.125vw 7.1354166667vw;
    text-align: right;
  }
}
.about .history_contents_item {
  position: relative;
  margin-top: 10.1781170483vw;
  padding: 2.5445292621vw 11.7048346056vw 2.5445292621vw 2.5445292621vw;
  background: #fff;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .about .history_contents_item {
    margin-top: 6.25vw;
    padding: 0;
    display: inline-block;
  }
}
.about .history_contents_item:nth-child(1) {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .about .history_contents_item:nth-child(1) {
    top: 0;
    width: 32.34375vw;
  }
}
@media screen and (min-width: 768px) {
  .about .history_contents_item:nth-child(1) .history_contents_item_text {
    display: flex;
    gap: 2.0833333333vw;
  }
}
@media screen and (min-width: 768px) {
  .about .history_contents_item:nth-child(1) .history_contents_item_text > .-en {
    padding: 2.0833333333vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  .about .history_contents_item:nth-child(2) {
    margin-top: 18.75vw;
  }
}
@media screen and (min-width: 768px) {
  .about .history_contents_item:nth-child(3) {
    top: 59.0625vw;
    width: 36.5625vw;
  }
}
.about .history_contents_item:nth-child(3) .history_contents_item_text > .-ja h2 {
  top: 2.5445292621vw !important;
}
@media screen and (min-width: 768px) {
  .about .history_contents_item:nth-child(3) .history_contents_item_text > .-ja h2 {
    top: 1.0416666667vw !important;
  }
}
.about .history_contents_item:nth-child(3) .history_contents_item_text > .-ja p {
  padding: 0 0 0 !important;
}
@media screen and (min-width: 768px) {
  .about .history_contents_item:nth-child(3) .history_contents_item_text > .-ja p {
    padding: 2.0833333333vw 0 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .about .history_contents_item:nth-child(4) {
    width: 25.46875vw;
  }
}
.about .history_contents_item:nth-child(4) .-pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .about .history_contents_item:nth-child(4) .-pc {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  .about .history_contents_item:nth-child(4) .-sp {
    display: none !important;
  }
}
.about .history_contents_item:nth-child(4) .button_more {
  display: inline-block;
  margin-top: 5.0890585242vw;
  writing-mode: lr;
  letter-spacing: 0;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .about .history_contents_item:nth-child(4) .button_more {
    position: absolute;
    top: 22.3958333333vw;
    writing-mode: vertical-rl;
    margin-top: 0;
    letter-spacing: 0.3125vw;
  }
}
@media screen and (min-width: 768px) {
  .about .history_contents_item:nth-child(5) {
    top: 122.9166666667vw;
    width: 27.1875vw;
  }
}
@media screen and (min-width: 768px) {
  .about .history_contents_item:nth-child(6) {
    width: 31.875vw;
  }
}
@media screen and (min-width: 768px) {
  .about .history_contents_item:nth-child(odd) {
    position: absolute;
    left: 50%;
    margin-top: 0;
    padding: 1.0416666667vw 1.0416666667vw 1.0416666667vw 5.2083333333vw;
  }
}
.about .history_contents_item:nth-child(odd) .history_contents_item_img {
  margin-right: auto;
}
.about .history_contents_item:nth-child(odd) .history_contents_item_text > .-ja h2 {
  top: 2.5445292621vw;
  right: 2.5445292621vw;
}
@media screen and (min-width: 768px) {
  .about .history_contents_item:nth-child(odd) .history_contents_item_text > .-ja h2 {
    top: 1.0416666667vw;
    left: 1.1979166667vw;
    right: auto;
  }
}
@media screen and (min-width: 768px) {
  .about .history_contents_item:nth-child(odd) .history_contents_item_text > .-ja p {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .about .history_contents_item:nth-child(even) {
    padding: 1.0416666667vw 5.2083333333vw 1.0416666667vw 1.0416666667vw;
  }
}
.about .history_contents_item:nth-child(even) .history_contents_item_img {
  margin-left: auto;
}
.about .history_contents_item:nth-child(even) .history_contents_item_text > .-ja h2 {
  top: 2.5445292621vw;
  right: 2.5445292621vw;
}
@media screen and (min-width: 768px) {
  .about .history_contents_item:nth-child(even) .history_contents_item_text > .-ja h2 {
    top: 1.0416666667vw;
    right: 1.1979166667vw;
  }
}
.about .history_contents_item_img {
  width: 80.6615776081vw;
}
@media screen and (min-width: 768px) {
  .about .history_contents_item_img {
    width: 19.2708333333vw;
  }
}
.about .history_contents_item_img img {
  width: 100%;
}
.about .history_contents_item_text > .-ja h2 {
  position: absolute;
  writing-mode: vertical-rl;
  font-size: 5.0890585242vw;
  letter-spacing: 1.0178117048vw;
  gap: 3.5623409669vw;
}
@media screen and (min-width: 768px) {
  .about .history_contents_item_text > .-ja h2 {
    font-size: 1.3541666667vw;
    letter-spacing: 0.3125vw;
    gap: 0.9375vw;
  }
}
.about .history_contents_item_text > .-ja h2 .-en {
  display: inline;
  letter-spacing: 0;
}
.about .history_contents_item_text > .-ja p {
  display: flex;
  flex-flow: column;
  writing-mode: vertical-rl;
  flex-wrap: wrap;
  padding: 5.0890585242vw 0 0;
  width: 100%;
  font-size: 3.5623409669vw;
  letter-spacing: 0.6361323155vw;
  gap: 2.2900763359vw;
}
@media screen and (min-width: 768px) {
  .about .history_contents_item_text > .-ja p {
    flex-wrap: nowrap;
    padding: 2.0833333333vw 0 0;
    width: 100%;
    font-size: 1.0416666667vw;
    letter-spacing: 0.2083333333vw;
    gap: 0.4166666667vw;
  }
}
.about .history_contents_item_text > .-ja p > span {
  white-space: nowrap;
}
.about .history_contents_item_text > .-en {
  padding: 10.1781170483vw 0 0;
}
@media screen and (min-width: 768px) {
  .about .history_contents_item_text > .-en {
    padding: 2.0833333333vw 0 0;
  }
}
.about .history_contents_item_text > .-en h2 {
  font-size: 5.0890585242vw;
  line-height: 1.3;
  transition-delay: 500ms;
}
@media screen and (min-width: 768px) {
  .about .history_contents_item_text > .-en h2 {
    font-size: 1.3541666667vw;
    line-height: 1.2307692308;
  }
}
.about .history_contents_item_text > .-en p {
  padding: 5.0890585242vw 0 0;
  font-size: 3.5623409669vw;
  line-height: 1.1785714286;
  transition-delay: 500ms;
}
@media screen and (min-width: 768px) {
  .about .history_contents_item_text > .-en p {
    padding: 1.0416666667vw 0 0;
    font-size: 1.0416666667vw;
    line-height: 1.2;
  }
}
.about .history_timeline {
  display: inline-block;
  margin-top: 10.1781170483vw;
  padding: 2.5445292621vw;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .about .history_timeline {
    position: absolute;
    bottom: 3.125vw;
    left: 50%;
    margin-top: 0;
    padding: 1.0416666667vw;
  }
}
.en .about .fv_title {
  writing-mode: initial;
}

/*# sourceMappingURL=about.css.map */
