@charset "UTF-8";
/* main colors */
/* トップページ */
.main_visual_catch {
  width: 195px;
  text-align: center;
}
@media (min-width: 920px) {
  .main_visual_catch {
    width: max(420px, 25vw);
  }
}
.main_visual_catch img {
  width: 100%;
}
.main_visual .square_btn {
  transition-delay: 2.5s;
}

.video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -2;
  overflow: hidden;
}
.video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #10394b;
  opacity: 0.3;
}
.video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  width: auto;
  height: auto;
}

.fixed_bg_section {
  position: relative;
  height: 360vh;
}
.fixed_bg_section .bg_images {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120vh;
}
.fixed_bg_section .bg_images .bg_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
}
.fixed_bg_section .bg_images .home_bg1 {
  background-image: url("../img/home/home_bg1_sp.jpg");
  background-image: image-set(url("../img/home/home_bg1_sp.jpg") 1x, url("../img/home/home_bg1_sp@2x.jpg") 2x);
  background-image: -webkit-image-set(url("../img/home/home_bg1_sp.jpg") 1x, url("../img/home/home_bg1_sp@2x.jpg") 2x);
}
@media (min-width: 920px) {
  .fixed_bg_section .bg_images .home_bg1 {
    background-image: url("../img/home/home_bg1.jpg");
    background-image: image-set(url("../img/home/home_bg1.jpg") 1x, url("../img/home/home_bg1@2x.jpg") 2x);
    background-image: -webkit-image-set(url("../img/home/home_bg1.jpg") 1x, url("../img/home/home_bg1@2x.jpg") 2x);
  }
}
.fixed_bg_section .bg_images .home_bg2 {
  background-image: url("../img/home/home_bg2_sp.jpg");
  background-image: image-set(url("../img/home/home_bg2_sp.jpg") 1x, url("../img/home/home_bg2_sp@2x.jpg") 2x);
  background-image: -webkit-image-set(url("../img/home/home_bg2_sp.jpg") 1x, url("../img/home/home_bg2_sp@2x.jpg") 2x);
}
@media (min-width: 920px) {
  .fixed_bg_section .bg_images .home_bg2 {
    background-image: url("../img/home/home_bg2.jpg");
    background-image: image-set(url("../img/home/home_bg2.jpg") 1x, url("../img/home/home_bg2@2x.jpg") 2x);
    background-image: -webkit-image-set(url("../img/home/home_bg2.jpg") 1x, url("../img/home/home_bg2@2x.jpg") 2x);
  }
}
.fixed_bg_section .bg_images .home_bg3 {
  background-image: url("../img/home/home_bg3_sp.jpg");
  background-image: image-set(url("../img/home/home_bg3_sp.jpg") 1x, url("../img/home/home_bg3_sp@2x.jpg") 2x);
  background-image: -webkit-image-set(url("../img/home/home_bg3_sp.jpg") 1x, url("../img/home/home_bg3_sp@2x.jpg") 2x);
}
@media (min-width: 920px) {
  .fixed_bg_section .bg_images .home_bg3 {
    background-image: url("../img/home/home_bg3.jpg");
    background-image: image-set(url("../img/home/home_bg3.jpg") 1x, url("../img/home/home_bg3@2x.jpg") 2x);
    background-image: -webkit-image-set(url("../img/home/home_bg3.jpg") 1x, url("../img/home/home_bg3@2x.jpg") 2x);
  }
}
.fixed_bg_section .bg_images .another_bg1 {
  background-image: url("../img/home/another_bg1_sp.jpg");
  background-image: image-set(url("../img/home/another_bg1_sp.jpg") 1x, url("../img/home/another_bg1_sp@2x.jpg") 2x);
  background-image: -webkit-image-set(url("../img/home/another_bg1_sp.jpg") 1x, url("../img/home/another_bg1_sp@2x.jpg") 2x);
}
@media (min-width: 920px) {
  .fixed_bg_section .bg_images .another_bg1 {
    background-image: url("../img/home/another_bg1.jpg");
    background-image: image-set(url("../img/home/another_bg1.jpg") 1x, url("../img/home/another_bg1@2x.jpg") 2x);
    background-image: -webkit-image-set(url("../img/home/another_bg1.jpg") 1x, url("../img/home/another_bg1@2x.jpg") 2x);
  }
}
.fixed_bg_section_second {
  height: 120vh;
}
.fixed_bg_section .text_triggers {
  position: relative;
  z-index: 1;
}
.fixed_bg_section .text_triggers .text_trigger {
  height: 120vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  z-index: 2;
  flex-direction: column-reverse;
}
@media (min-width: 920px) {
  .fixed_bg_section .text_triggers .text_trigger {
    font-size: max(20px, 1.5476190476vw);
    flex-direction: row;
  }
}
.fixed_bg_section .text_triggers .text_trigger_catch {
  display: flex;
  gap: 16px;
  margin-bottom: 68px;
  margin-left: 4px;
}
@media (min-width: 920px) {
  .fixed_bg_section .text_triggers .text_trigger_catch {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: max(20px, 15.4761904762vw);
    gap: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}
.fixed_bg_section .text_triggers .text_trigger_catch_inr {
  font-size: max(3.4666666667vw, 13px);
  writing-mode: tb;
  letter-spacing: 0.25em;
}
@media (min-width: 920px) {
  .fixed_bg_section .text_triggers .text_trigger_catch_inr {
    font-size: max(20px, 1.5476190476vw);
    line-height: 2.25;
  }
}
.fixed_bg_section .text_triggers .home_main {
  padding: 0 56px 0 52px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (min-width: 920px) {
  .fixed_bg_section .text_triggers .home_main {
    padding: 0 max(18.75vw, 200px) 0 max(16.6666666667vw, 160px);
  }
}
.fixed_bg_section .text_triggers .home_main_catch {
  display: flex;
  gap: 10px;
}
@media (min-width: 920px) {
  .fixed_bg_section .text_triggers .home_main_catch {
    gap: 30px;
  }
}
.fixed_bg_section .text_triggers .home_main_catch p {
  font-size: max(3.7333333333vw, 14px);
  writing-mode: vertical-lr;
  line-height: 1.25;
  letter-spacing: 0.25em;
}
@media (min-width: 920px) {
  .fixed_bg_section .text_triggers .home_main_catch p {
    font-size: max(20px, 1.7857142857vw);
  }
}
.fixed_bg_section .text_triggers .home_main_catch p:first-child {
  margin-top: 80px;
}
@media (min-width: 920px) {
  .fixed_bg_section .text_triggers .home_main_catch p:first-child {
    margin-top: 13.6904761905vw;
  }
}
.fixed_bg_section .text_triggers .home_main_text {
  display: flex;
  gap: 22px;
}
@media (min-width: 920px) {
  .fixed_bg_section .text_triggers .home_main_text {
    gap: 60px;
    letter-spacing: 0.25em;
  }
}
.fixed_bg_section .text_triggers .home_main_text p {
  font-size: max(2.9333333333vw, 11px);
  writing-mode: vertical-rl;
  line-height: 1.5;
  letter-spacing: 0.25em;
}
@media (min-width: 920px) {
  .fixed_bg_section .text_triggers .home_main_text p {
    font-size: max(14px, 1.130952381vw);
  }
}
.fixed_bg_section .text_triggers .home_main_text p:last-child {
  line-height: 2;
}
@media (min-width: 920px) {
  .fixed_bg_section .text_triggers .home_main_text p:last-child {
    line-height: 2.5;
  }
}
.fixed_bg_section .text_triggers .home_concept {
  justify-content: center;
  padding: 0 52px;
}
@media (min-width: 920px) {
  .fixed_bg_section .text_triggers .home_concept {
    padding: 0 max(11.9047619048vw, 160px);
    justify-content: flex-start;
  }
}
.fixed_bg_section .text_triggers .home_object {
  justify-content: center;
  padding: 0 52px;
}
@media (min-width: 920px) {
  .fixed_bg_section .text_triggers .home_object {
    padding: 0 max(11.9047619048vw, 160px);
    justify-content: flex-end;
  }
}
.fixed_bg_section .text_triggers .home_object .home_contents_title {
  margin-left: auto;
}
@media (min-width: 920px) {
  .fixed_bg_section .text_triggers .home_object .text_btn {
    margin-left: auto;
  }
}
.fixed_bg_section .text_triggers .home_evidence {
  justify-content: center;
  padding: 0 52px;
}
@media (min-width: 920px) {
  .fixed_bg_section .text_triggers .home_evidence {
    padding: 0 max(11.9047619048vw, 160px);
    justify-content: flex-start;
  }
}

.home_contents {
  display: flex;
  flex-direction: column;
}
.home_contents_title {
  display: none;
}
@media (min-width: 920px) {
  .home_contents_title {
    display: block;
    writing-mode: sideways-rl;
    position: relative;
    width: fit-content;
    font-size: max(16px, 1.25vw);
    margin-bottom: 11.5476190476vw;
    letter-spacing: 0.025em;
  }
}
@media (min-width: 920px) {
  .home_contents_title::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
    content: "";
    display: inline-block;
    width: 12px;
    height: 23px;
    background-image: url("../img/home/title_dot.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
  }
}
.home_contents_title_sp {
  font-size: max(2.6666666667vw, 10px);
  writing-mode: vertical-lr;
  position: relative;
  width: fit-content;
  height: fit-content;
  letter-spacing: 0.25em;
}
@media (min-width: 920px) {
  .home_contents_title_sp {
    display: none;
  }
}
.home_contents_title_sp::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -18px;
  content: "";
  display: inline-block;
  width: 6px;
  height: 16px;
  background-image: url("../img/home/title_dot.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.home_contents_text {
  font-size: max(2.6666666667vw, 10px);
  margin-bottom: 68px;
  text-align: center;
  line-height: 2.25;
  letter-spacing: 0.025em;
}
@media (min-width: 920px) {
  .home_contents_text {
    text-align: left;
    font-size: max(14px, 1.0714285714vw);
    margin-bottom: 7.1428571429vw;
  }
}

.home_landscape {
  width: 100%;
  position: relative;
  z-index: 1;
}
.home_landscape img {
  width: 100%;
}
@media (min-width: 920px) {
  .home_landscape_bg {
    width: 100%;
    height: 100vh;
  }
}
@media (min-width: 920px) {
  .home_landscape_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.home_reserve_bg {
  position: relative;
  width: 100%;
}
.home_reserve_bg img {
  width: 100%;
}
.home_reserve_body {
  position: absolute;
  padding: 0 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (min-width: 920px) {
  .home_reserve_body {
    max-width: 83.3333333333vw;
  }
}
.home_reserve_body_title {
  font-size: max(5.8666666667vw, 22px);
  text-align: center;
  font-weight: 400;
  line-height: 1.25;
  padding-bottom: 10px;
  margin-bottom: 30px;
  letter-spacing: 0.06em;
}
@media (min-width: 920px) {
  .home_reserve_body_title {
    font-size: max(20px, 2.1428571429vw);
    padding-bottom: 30px;
    margin-bottom: 5.2380952381vw;
  }
}
.home_reserve_body_title::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 12px;
  height: 1px;
  background-color: #fff;
}
@media (min-width: 920px) {
  .home_reserve_body_title::before {
    width: 30px;
  }
}
.home_reserve_body_top {
  font-size: max(3.7333333333vw, 14px);
  text-align: center;
  margin-bottom: 28px;
  letter-spacing: 0.175em;
}
@media (min-width: 920px) {
  .home_reserve_body_top {
    font-size: max(16px, 1.5476190476vw);
    margin-bottom: 2.380952381vw;
  }
}
.home_reserve_body_text {
  font-size: max(2.6666666667vw, 10px);
  text-align: center;
  margin-bottom: 90px;
  line-height: 2.15;
  letter-spacing: 0.025em;
}
@media (min-width: 920px) {
  .home_reserve_body_text {
    font-size: max(14px, 1.0714285714vw);
    margin-bottom: 5.9523809524vw;
  }
}
.home_reserve_body .text_btn {
  margin: 0 auto;
}
@media (min-width: 920px) {
  .home_reserve_body .text_btn {
    margin: 0 0 0 auto;
  }
}

.tou01_bg {
  width: 100%;
  position: relative;
  z-index: 1;
}
.tou01_bg img {
  width: 100%;
}/*# sourceMappingURL=home.css.map */