.header_logo,
.mv_header,
.language_button {
  position: absolute;
}
.header_logo.fixed,
.mv_header.fixed,
.language_button.fixed {
  position: fixed;
}

@media only screen and (max-width: 767px) {
  .mv_header {
    display: block;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 30;
}
.modal .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
.modal .close {
  position: absolute;
  top: 2.4rem;
  right: 3rem;
  display: inline-block;
  padding-right: 1.6rem;
  color: #ffffff;
}
.modal .close:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 1rem;
  height: 1rem;
  background-image: url("../images/icon/close.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.modal .iframe {
  position: relative;
  display: block;
  margin: auto;
  width: 80%;
  width: 100%;
  height: fit-content;
  z-index: 1;
}
.modal .iframe .ratio {
  padding-top: calc(100svh - 20rem);
}
.modal.show {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  .modal .close {
    right: 2rem;
  }
  .modal .iframe {
    width: 100%;
  }
  .modal .iframe .ratio {
    padding-top: 57%;
  }
}

.home {
  padding-bottom: 0;
}
.home .bg.swiper {
  display: none;
  position: absolute;
  padding-top: 0;
}
.home .bg.swiper .ratio {
  padding-top: 169%;
  padding-top: 250svh;
  height: auto;
}
.home .bg.swiper .ratio img {
  right: initial;
  bottom: initial;
  width: 110%;
  width: 110vw;
}
@keyframes filled_with_stars {
  0% {
    clip-path: circle(0vw at calc(3.2rem + 19.6vw + 4rem) calc(100svh - 10rem - 1rem - 2.5rem));
  }
  100% {
    clip-path: circle(100vw at calc(3.2rem + 19.6vw + 4rem) calc(100svh - 10rem - 1rem - 2.5rem));
  }
}
@keyframes filled_with_black {
  0% {
    clip-path: circle(100vw at calc(3.2rem + 19.6vw + 4rem) calc(100svh - 10rem - 1rem - 2.5rem));
  }
  100% {
    clip-path: circle(0vw at calc(3.2rem + 19.6vw + 4rem) calc(100svh - 10rem - 1rem - 2.5rem));
  }
}
.home .bg.movie .ratio {
  padding-top: 100svh;
}
.home .bg.movie .ratio:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
@media only screen and (max-width: 860px) {
  .home .bg {
    padding-top: 0;
  }
  .home .bg.swiper .ratio {
    padding-top: 250svh;
  }
}
.home .mv {
  position: relative;
  height: auto;
}
.home .mv .kv {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
  z-index: 15;
}
.home .mv .kv .meteor {
  display: none;
  position: absolute;
  left: calc(3.2rem + 19.6vw + 0.5rem + 12.36rem);
  bottom: 19.99rem;
  width: 100vw;
  height: 0.3rem;
  transform: rotate(-34.5deg);
  transform-origin: left bottom;
  z-index: 1;
}
.home .mv .kv .meteor:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  height: 0.3rem;
  transform: scaleX(0);
  background-color: #ffffff;
  border-radius: 0.3rem;
  transform-origin: left;
}
.home .mv .kv .meteor.shooting_star:before {
  animation: shooting_star 2.2s 0.1s ease forwards;
}
@keyframes shooting_star {
  0% {
    opacity: 1;
    transform: scaleX(0);
  }
  20% {
    transform: scaleX(1);
  }
  60% {
    transform-origin: left;
  }
  63% {
    opacity: 1;
  }
  66% {
    transform: scaleX(1);
    transform-origin: right;
  }
  100% {
    opacity: 0;
    transform: scaleX(0);
    transform-origin: right;
  }
}
.home .mv .concept {
  position: absolute;
  left: 8rem;
  bottom: calc(80svh + 11.5rem + 8.49rem + 1rem);
  bottom: 90svh;
  bottom: 10svh;
  z-index: 16;
}
.home .mv .concept p span {
  display: block;
  color: #ffffff;
  line-height: 2.4;
}
.home .mv .concept p span span {
  display: inline-block;
  color: #ffffff;
}
.home .mv .concept p span span:nth-of-type(1) {
  animation-delay: 0.06s;
}
.home .mv .concept p span span:nth-of-type(2) {
  animation-delay: 0.21s;
}
.home .mv .concept p span span:nth-of-type(3) {
  animation-delay: 0.16s;
}
.home .mv .concept p span span:nth-of-type(4) {
  animation-delay: 0.11s;
}
.home .mv .concept p span span:nth-of-type(5) {
  animation-delay: 0.31s;
}
.home .mv .concept p span span:nth-of-type(6) {
  animation-delay: 0.36s;
}
.home .mv .concept p span span:nth-of-type(7) {
  animation-delay: 0.26s;
}
.home .mv .concept p span span:nth-of-type(8) {
  animation-delay: 0.41s;
}
.home .mv .concept p span span:nth-of-type(9) {
  animation-delay: 0.46s;
}
.home .mv .concept p span span:nth-of-type(10) {
  animation-delay: 0.51s;
}
.home .mv .concept p span span:nth-of-type(11) {
  animation-delay: 0.56s;
}
.home .mv .concept p span span:nth-of-type(12) {
  animation-delay: 0.61s;
}
.home .mv .concept p span span:nth-of-type(13) {
  animation-delay: 0.66s;
}
.home .mv .concept p span span:nth-of-type(14) {
  animation-delay: 0.71s;
}
.home .mv .concept p span span:nth-of-type(15) {
  animation-delay: 0.76s;
}
.home .mv .concept p span span:nth-of-type(16) {
  animation-delay: 0.81s;
}
.home .mv .concept p span span:nth-of-type(17) {
  animation-delay: 0.86s;
}
.home .mv .concept p span span:nth-of-type(18) {
  animation-delay: 0.91s;
}
.home .mv .concept p span span:nth-of-type(19) {
  animation-delay: 0.96s;
}
.home .mv .concept p span span:nth-of-type(20) {
  animation-delay: 1.01s;
}
.home .mv .concept p span span:nth-of-type(21) {
  animation-delay: 1.06s;
}
.home .mv .concept p span span:nth-of-type(22) {
  animation-delay: 1.11s;
}
.home .mv .concept p span span:nth-of-type(23) {
  animation-delay: 1.16s;
}
.home .mv .concept p span span:nth-of-type(24) {
  animation-delay: 1.21s;
}
.home .mv .concept p span span:nth-of-type(25) {
  animation-delay: 1.26s;
}
.home .mv .concept p span span:nth-of-type(26) {
  animation-delay: 1.31s;
}
.home .mv .concept p span span:nth-of-type(27) {
  animation-delay: 1.36s;
}
.home .mv .concept p span span:nth-of-type(28) {
  animation-delay: 1.41s;
}
.home .mv .concept p span span:nth-of-type(29) {
  animation-delay: 1.46s;
}
.home .mv .concept p span span:nth-of-type(30) {
  animation-delay: 1.51s;
}
.home .mv .concept p span span:nth-of-type(31) {
  animation-delay: 1.56s;
}
.home .mv .concept p span span:nth-of-type(32) {
  animation-delay: 1.61s;
}
.home .mv .concept p span span:nth-of-type(33) {
  animation-delay: 1.66s;
}
.home .mv .concept p span span:nth-of-type(34) {
  animation-delay: 1.71s;
}
.home .mv .concept p span span:nth-of-type(35) {
  animation-delay: 1.76s;
}
.home .mv .concept p span span:nth-of-type(36) {
  animation-delay: 1.81s;
}
.home .mv .concept p span span:nth-of-type(37) {
  animation-delay: 1.86s;
}
.home .mv .concept p span span:nth-of-type(38) {
  animation-delay: 1.91s;
}
.home .mv .concept p span span:nth-of-type(39) {
  animation-delay: 1.96s;
}
.home .mv .concept p span span:nth-of-type(40) {
  animation-delay: 2.01s;
}
.home .mv .concept p span span:nth-of-type(41) {
  animation-delay: 2.06s;
}
.home .mv .concept p span span:nth-of-type(42) {
  animation-delay: 2.11s;
}
.home .mv .concept p span span:nth-of-type(43) {
  animation-delay: 2.16s;
}
.home .mv .concept p span span:nth-of-type(44) {
  animation-delay: 2.21s;
}
.home .mv .concept p span span:nth-of-type(45) {
  animation-delay: 2.26s;
}
.home .mv .concept p span span:nth-of-type(46) {
  animation-delay: 2.31s;
}
.home .mv .concept p span span:nth-of-type(47) {
  animation-delay: 2.36s;
}
.home .mv .concept p span span:nth-of-type(48) {
  animation-delay: 2.41s;
}
.home .mv .concept p span span:nth-of-type(49) {
  animation-delay: 2.46s;
}
.home .mv .concept p span span:nth-of-type(50) {
  animation-delay: 2.51s;
}
.home .mv .concept p span span:nth-of-type(51) {
  animation-delay: 2.56s;
}
.home .mv .concept p span span:nth-of-type(52) {
  animation-delay: 2.61s;
}
.home .mv .concept p span span:nth-of-type(53) {
  animation-delay: 2.66s;
}
.home .mv .concept p span span:nth-of-type(54) {
  animation-delay: 2.71s;
}
.home .mv .concept p span span:nth-of-type(55) {
  animation-delay: 2.76s;
}
.home .mv .concept p span span:nth-of-type(56) {
  animation-delay: 2.81s;
}
.home .mv .concept p span span:nth-of-type(57) {
  animation-delay: 2.86s;
}
.home .mv .concept p span span:nth-of-type(58) {
  animation-delay: 2.91s;
}
.home .mv .concept p span span:nth-of-type(59) {
  animation-delay: 2.96s;
}
.home .mv .concept p span span:nth-of-type(60) {
  animation-delay: 3.01s;
}
.home .mv .concept p span span:nth-of-type(61) {
  animation-delay: 3.06s;
}
.home .mv .concept p span span:nth-of-type(62) {
  animation-delay: 3.11s;
}
.home .mv .concept p span span:nth-of-type(63) {
  animation-delay: 3.16s;
}
.home .mv .concept p span span:nth-of-type(64) {
  animation-delay: 3.21s;
}
.home .mv .concept p span span:nth-of-type(65) {
  animation-delay: 3.26s;
}
.home .mv .concept p span span:nth-of-type(66) {
  animation-delay: 3.31s;
}
.home .mv .concept p span span:nth-of-type(67) {
  animation-delay: 3.36s;
}
.home .mv .concept p span span:nth-of-type(68) {
  animation-delay: 3.41s;
}
.home .mv .concept p span span:nth-of-type(69) {
  animation-delay: 3.46s;
}
.home .mv .concept p span span:nth-of-type(70) {
  animation-delay: 3.51s;
}
.home .mv .concept p.en span {
  line-height: 2;
}
.home .mv .movie {
  position: relative;
  position: absolute;
  right: 8rem;
  bottom: 10svh;
  width: 16rem;
  z-index: 16;
}
.home .mv .movie .thumbnail {
  position: relative;
  display: block;
  margin: auto;
  width: 100%;
  height: fit-content;
}
.home .mv .movie .thumbnail:before {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background-image: url("../images/icon/play.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.home .mv .movie .thumbnail .ratio {
  padding-top: 56.25%;
  border-radius: 0.4rem;
}
.home .mv .movie .endless {
  margin: 0.4rem auto 0;
  width: calc(100% - 0.8rem);
  height: fit-content;
  mix-blend-mode: difference;
  z-index: 1;
}
.home .mv .movie .endless .endless_item p {
  margin-right: 1.2rem;
  font-size: 1.1rem;
  color: #ffffff;
  letter-spacing: -0.08em;
}
@media only screen and (max-width: 860px) {
  .home .mv .kv .meteor {
    top: calc(100svh - 8rem - 1rem - 1.6512rem - 2.9789473684rem);
    top: calc(100svh - 30rem);
    left: 12.1368421053rem;
    bottom: initial;
  }
  .home .mv .concept {
    left: 2.4rem;
    bottom: calc(48svh + 4.8rem);
    bottom: 20rem;
  }
  .home .mv .concept p span {
    display: block;
    color: #ffffff;
    line-height: 2.4;
  }
  .home .mv .concept p span span {
    display: inline-block;
    color: #ffffff;
  }
  .home .mv .movie {
    left: 2.4rem;
    right: initial;
    bottom: calc(48svh - 12rem);
    bottom: 4.8rem;
    width: 16rem;
  }
}
.home .scroll_contents {
  padding: 16rem 3rem 0;
  padding: 12rem 3rem 0;
  width: calc(100% - 17.6rem - 6rem);
  width: calc(100% - 6.6rem - 6rem);
}
.home .scroll_contents section .section_title h2 {
  font-size: 4rem;
}
.home .scroll_contents section .more {
  position: relative;
  margin-left: auto;
  width: fit-content;
  width: 24rem;
}
.home .scroll_contents section .more .asterisk {
  font-size: 1.2rem;
}
.home .scroll_contents section .more img {
  margin-bottom: 0.2rem;
  width: 1rem;
}
.home .scroll_contents section .more a {
  position: relative;
  margin-left: auto;
  padding-top: 13.5rem;
}
.home .scroll_contents section .more a span {
  display: inline-block;
}
.home .scroll_contents section .more a .arrow {
  font-size: 1.3rem;
  line-height: 1.2;
}
.home .scroll_contents section .more a .arrow span {
  font-size: 1.3rem;
  line-height: 1.2;
}
.home .scroll_contents section .more a .star_trail {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 27rem;
  height: 1px;
  transform: rotate(-34.5deg);
  transform-origin: top right;
  overflow: hidden;
}
.home .scroll_contents section .more a .star_trail:before, .home .scroll_contents section .more a .star_trail:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #3F1377;
  transform: translate3d(-100%, 0px, 0px);
  transition: all 0s 0s ease-in-out;
}
.home .scroll_contents section .more a .star_trail:after {
  transform: translate3d(0%, 0px, 0px);
}
.home .scroll_contents section .more a.draw .star_trail:before {
  transform: translate3d(0%, 0px, 0px);
  transition: all 0.4s 0.2s ease-in-out;
}
.home .scroll_contents section .more a.draw .star_trail:after {
  transform: translate3d(100%, 0px, 0px);
}
.home .scroll_contents section .more a:hover .star_trail:before {
  transform: translate3d(0%, 0px, 0px);
  transition: all 0.2s 0.4s ease-in-out;
}
.home .scroll_contents section .more a:hover .star_trail:after {
  transform: translate3d(100%, 0px, 0px);
  transition: all 0.2s 0s ease-in-out;
}
.home .scroll_contents.scrolled {
  width: calc(100% - 6rem);
}
@media only screen and (max-width: 860px) {
  .home .scroll_contents {
    padding: 10rem 1rem 0;
    width: calc(100% - 2rem - 2rem);
  }
  .home .scroll_contents section .section_title h2 {
    font-size: 3.5rem;
  }
  .home .scroll_contents section .more {
    width: 25rem;
    width: 20.5rem;
    line-height: 1;
  }
  .home .scroll_contents section .more a {
    padding-top: 11rem;
  }
  .home .scroll_contents section .more a .star_trail {
    width: 22.4rem;
  }
  .home .scroll_contents section .more a .star_trail:before {
    transform: translate3d(-100%, 0px, 0px);
    transition: all 0s 0s ease-in-out;
  }
  .home .scroll_contents section .more a .star_trail:after {
    transform: translate3d(0%, 0px, 0px);
    transition: all 0s 0s ease-in-out;
  }
  .home .scroll_contents section .more a:hover .star_trail:before {
    transform: translate3d(-100%, 0px, 0px);
  }
  .home .scroll_contents section .more a:hover .star_trail:after {
    transform: translate3d(0%, 0px, 0px);
  }
  .home .scroll_contents.scrolled {
    width: calc(100% - 2rem);
  }
}
.home .news {
  padding-bottom: 13rem;
}
.home .news .section_title {
  padding-bottom: 8rem;
  padding-bottom: 0;
}
.home .news .wrap {
  margin-top: 2rem;
  padding-left: 4rem;
  padding-right: 3rem;
}
.home .news .wrap .list {
  margin-left: auto;
  width: 60%;
  width: 64%;
}
.home .news .wrap .list ul li {
  margin-bottom: 3rem;
}
.home .news .wrap .list ul li a {
  display: flex;
  padding-right: 6rem;
  width: calc(100% - 6rem);
}
.home .news .wrap .list ul li a:after {
  top: 2rem;
  bottom: initial;
}
.home .news .wrap .list ul li a .thumbnail {
  display: block;
  width: 6rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.home .news .wrap .list ul li a .text {
  width: calc(100% - 9rem);
}
.home .news .wrap .list ul li a .text .title {
  width: fit-content;
  max-width: 100%;
  white-space: pre;
  text-overflow: ellipsis;
  overflow: hidden;
}
.home .news .wrap .list ul li a .text .data {
  margin-top: 1rem;
}
.home .news .wrap .list ul li a .text .data span {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.2;
}
.home .news .wrap .list ul li a .text .data .category {
  margin-right: 1rem;
  padding: 0.6rem 0.8rem;
  border: 1px solid #C0C0C0;
  border-radius: 0.6rem;
}
.home .news .wrap .list ul li a .text .data .date {
  letter-spacing: -0.04em;
}
.home .news .wrap .list ul li a i {
  top: 2rem;
  bottom: initial;
}
.home .news .wrap .list ul li:last-of-type {
  margin-bottom: 0;
}
.home .news .more {
  margin-right: 3rem;
}
@media only screen and (max-width: 860px) {
  .home .news {
    padding-bottom: 12rem;
  }
  .home .news .section_title {
    padding-bottom: 6rem;
  }
  .home .news .wrap {
    margin-top: 0;
    padding-left: 2rem;
    padding-right: 1rem;
  }
  .home .news .wrap .category_filter {
    margin-left: auto;
  }
  .home .news .wrap .category_filter label {
    position: relative;
  }
  .home .news .wrap .category_filter label:after {
    content: "";
    position: absolute;
    top: 0;
    right: 1.6rem;
    bottom: 0;
    display: block;
    margin: auto;
    width: 0.8rem;
    height: 0.8rem;
    background-image: url("../images/icon/toggle.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .home .news .wrap .category_filter label select {
    padding: 0.6rem 4.8rem 0.6rem 1.6rem;
    width: calc(100% - 2px - 6.4rem);
    border: 1px solid #C0C0C0;
    border-radius: 0.4rem;
  }
  .home .news .wrap .list {
    width: 100%;
  }
  .home .news .wrap .list ul li a {
    padding-right: 3rem;
    width: calc(100% - 3rem);
  }
  .home .news .wrap .list ul li a:after {
    top: 1.6rem;
  }
  .home .news .wrap .list ul li a .thumbnail {
    width: 4.8rem;
  }
  .home .news .wrap .list ul li a .text {
    width: calc(100% - 7rem);
  }
  .home .news .wrap .list ul li a .text .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    width: 100%;
    max-width: 100%;
    -webkit-line-clamp: 2;
    line-height: 1.6;
    white-space: initial;
  }
  .home .news .wrap .list ul li a .text .data {
    margin-top: 1rem;
  }
  .home .news .wrap .list ul li a .text .data span {
    display: inline-block;
    font-size: 1.1rem;
  }
  .home .news .wrap .list ul li a .text .data .category {
    margin-right: 1rem;
  }
  .home .news .wrap .list ul li a i {
    top: 1.6rem;
  }
  .home .news .more {
    margin-top: 3.5rem;
    margin-right: 1rem;
  }
}
.home .brand {
  position: relative;
  padding-bottom: 20rem;
  overflow: hidden;
}
.home .brand .wrap {
  position: relative;
}
.home .brand:before {
  content: "";
  position: absolute;
  top: 15.3rem;
  left: 0;
  right: 0;
  bottom: 20rem;
  display: block;
  margin: 0 auto;
  width: 1px;
  height: calc(100% - 15.3rem - 20rem);
  background-color: #3F1377;
  transform: scaleY(0);
  transition: all 0.6s ease;
  transform-origin: top;
}
.home .brand.en_line:before {
  top: 12.4rem;
  height: calc(100% - 12.4rem - 20rem);
}
.home .brand.draw_line:before {
  transform: scaleY(1);
}
.home .brand .section_title {
  padding-bottom: 8rem;
}
.home .brand .section_title:before {
  content: none;
}
.home .brand .item {
  position: relative;
  margin-bottom: 2rem;
}
.home .brand .item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 1px;
  height: 100%;
  background-color: #3F1377;
  transform: scaleY(0);
  transition: all 0.6s ease;
  transform-origin: top;
}
.home .brand .item .visual {
  padding: 0 3rem;
  width: calc(50% - 6rem);
}
.home .brand .item .visual .image {
  padding: 3rem;
  background-color: #1A1A1A;
  border-radius: 0.4rem;
  overflow: hidden;
}
.home .brand .item .visual .image .ratio {
  border-radius: 0.4rem;
}
.home .brand .item .text {
  position: relative;
  padding: 6rem 0 4rem 6rem;
  width: calc(50% - 6rem);
}
.home .brand .item .text .title {
  width: 50%;
}
.home .brand .item .text .title h3 {
  font-size: 3.5rem;
}
.home .brand .item .text .title .heading {
  margin-top: 1rem;
  font-size: 1.2rem;
}
.home .brand .item .text .title p {
  margin-top: 8rem;
  line-height: 1.6;
}
.home .brand .item .text .image {
  position: absolute;
  width: 15rem;
}
.home .brand .item .text .image .ratio {
  border-radius: 0.2rem;
}
.home .brand .item .more {
  position: absolute;
  right: 3rem;
  bottom: 4rem;
}
.home .brand .item.draw_line:before {
  transform: scaleY(1);
}
.home .brand .item.no_line:before {
  content: none;
  top: -24rem;
  height: calc(100% + 24rem);
}
.home .brand .item.no_line .visual .image {
  padding-right: 20rem;
  padding-bottom: 15rem;
}
.home .brand .item.no_line .text .image {
  top: 6rem;
  right: 0;
}
.home .brand .list .item:nth-of-type(odd):before {
  right: 0;
}
.home .brand .list .item:nth-of-type(odd) .visual .image {
  padding-top: 15rem;
  padding-left: 20rem;
}
.home .brand .list .item:nth-of-type(odd) .text {
  order: -1;
}
.home .brand .list .item:nth-of-type(odd) .text .image {
  left: 6rem;
  bottom: 4rem;
}
.home .brand .list .item:nth-of-type(even):before {
  left: 0;
}
.home .brand .list .item:nth-of-type(even) .visual .image {
  padding-right: 20rem;
  padding-bottom: 15rem;
}
.home .brand .list .item:nth-of-type(even) .text .image {
  top: 6rem;
  right: 0;
}
.home .brand .list .item:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 860px) {
  .home .brand {
    padding-bottom: 12rem;
  }
  .home .brand:before {
    content: none;
  }
  .home .brand .line_l {
    position: initial;
  }
  .home .brand .section_title {
    padding-bottom: 6rem;
  }
  .home .brand .item {
    position: relative;
    margin-bottom: 2rem;
    padding: 2rem;
    padding-right: 1rem;
  }
  .home .brand .item:before {
    content: none;
  }
  .home .brand .item .visual {
    padding: 0;
    width: 100%;
  }
  .home .brand .item .visual .image {
    padding: 2rem;
  }
  .home .brand .item .text {
    padding: 3rem 0 0;
    width: 100%;
  }
  .home .brand .item .text .title {
    width: 100%;
  }
  .home .brand .item .text .title h3 {
    font-size: 3.5rem;
  }
  .home .brand .item .text .title .heading {
    margin-top: 0.4rem;
  }
  .home .brand .item .text .title p {
    margin-top: 4.8rem;
  }
  .home .brand .item .text .image {
    position: absolute;
    width: 15rem;
  }
  .home .brand .item .more {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 3.5rem;
  }
  .home .brand .item.draw_line:before {
    transform: scale(1);
  }
  .home .brand .item.no_line:before {
    content: none;
    top: -24rem;
    height: calc(100% + 24rem);
  }
  .home .brand .item.no_line .visual .image {
    padding-right: 10rem;
    padding-bottom: 8rem;
  }
  .home .brand .item.no_line .text .image {
    top: 6rem;
    right: 0;
  }
  .home .brand .list .item:nth-of-type(odd):before {
    right: 0;
  }
  .home .brand .list .item:nth-of-type(odd) .visual .image {
    padding-top: 8rem;
    padding-left: 10rem;
  }
  .home .brand .list .item:nth-of-type(odd) .text {
    order: 1;
  }
  .home .brand .list .item:nth-of-type(even):before {
    left: 0;
  }
  .home .brand .list .item:nth-of-type(even) .visual .image {
    padding-right: 10rem;
    padding-bottom: 8rem;
  }
  .home .brand .list .item:last-of-type {
    margin-bottom: 0;
  }
}