#header.down {
  border: none;
}

.section {
  position: relative;
}

.visual {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100vh;
}
.visual video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.visual .typo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
}
.visual .typo .sup {
  display: block;
  font-size: 20px;
  font-weight: 600;
}
.visual .typo .title {
  display: block;
  margin-top: 12px;
  font-size: 70px;
  font-weight: bold;
  line-height: 1.22;
  letter-spacing: 0;
}
.visual .typo .desc {
  display: block;
  margin-top: 48px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 1024px) {
  .visual .typo .sup {
    font-size: 1.95vw;
  }
  .visual .typo .title {
    margin-top: 1.17vw;
    font-size: 6.83vw;
  }
  .visual .typo .desc {
    margin-top: 4.68vw;
    font-size: 1.95vw;
  }
}
@media screen and (max-width: 768px) {
  .visual .typo {
    padding: 0 20px;
  }
  .visual .typo .sup {
    font-size: 11px;
  }
  .visual .typo .title {
    margin-top: 5px;
    font-size: 40px;
    line-height: 1.125;
  }
  .visual .typo .desc {
    margin-top: 25px;
    font-size: 12px;
  }
}

.best {
  background: #00020d;
}
.best .best_typo .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: url(../img/main/main_best_bg.png) no-repeat center bottom/100% auto;
  background-attachment: fixed;
  color: #fff;
  font-size: 0;
  line-height: 1.1;
  text-align: center;
  transition: 0.5s;
}
.best .best_typo .title {
  transition: 0.5s;
}
.best .best_typo .title span {
  display: inline-block;
  margin-top: 0.5em;
  height: 0;
  overflow: hidden;
  font-size: 100px;
  font-weight: bold;
  transition-duration: 0.5s;
  opacity: 0;
}
.best .best_typo .title span:nth-child(1) {
  transition-delay: 0.07s;
}
.best .best_typo .title span:nth-child(2) {
  transition-delay: 0.14s;
}
.best .best_typo .title span:nth-child(3) {
  transition-delay: 0.21s;
}
.best .best_typo .title span:nth-child(4) {
  transition-delay: 0.28s;
}
.best .best_typo .title span:nth-child(5) {
  transition-delay: 0.35s;
}
.best .best_typo .title span:nth-child(6) {
  transition-delay: 0.42s;
}
.best .best_typo .title span:nth-child(7) {
  transition-delay: 0.49s;
}
.best .best_typo .title span:nth-child(8) {
  transition-delay: 0.56s;
}
.best .best_typo .title span:nth-child(9) {
  transition-delay: 0.63s;
}
.best .best_typo .title span:nth-child(10) {
  transition-delay: 0.7s;
}
.best .best_typo .title span:nth-child(11) {
  transition-delay: 0.77s;
}
.best .best_typo .title span:nth-child(12) {
  transition-delay: 0.84s;
}
.best .best_typo .title span:nth-child(13) {
  transition-delay: 0.91s;
}
.best .best_typo .title span:nth-child(14) {
  transition-delay: 0.98s;
}
.best .best_typo .title span:nth-child(15) {
  transition-delay: 1.05s;
}
.best .best_typo .title span:nth-child(16) {
  transition-delay: 1.12s;
}
.best .best_typo .title span:nth-child(17) {
  transition-delay: 1.19s;
}
.best .best_typo .title span:nth-child(18) {
  transition-delay: 1.26s;
}
.best .best_typo .title span:nth-child(19) {
  transition-delay: 1.33s;
}
.best .best_typo .title .empty {
  width: 0.25em;
}
.best .best_typo .title.aos-animate span {
  height: 1.1em;
  opacity: 1;
  margin-top: 0;
}
.best .best_typo.fix .inner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .best .best_typo .title span {
    font-size: 9vw;
  }
}
@media screen and (max-width: 768px) {
  .best .best_typo .inner {
    background-image: url(../img/main/main_best_bg_mo.png);
    background-size: auto 50%;
  }
  .best .best_typo .title span {
    font-size: 32px;
  }
}
.best .wrap_best {
  padding: 100vh 0 180px;
}
.best li:nth-child(even) {
  text-align: right;
}
.best li + li {
  margin-top: -50px;
}
.best .inr_item {
  display: inline-block;
  position: relative;
  cursor: none;
}
.best .inr_item .img {
  display: block;
  overflow: hidden;
}
.best .inr_item .img img {
  transition: 0.5s;
}
.best .inr_item:before, .best .inr_item:after {
  position: absolute;
  width: 0;
  height: 0;
  border: 2px solid #fff;
  transition: 0.3s;
  opacity: 0;
  z-index: 1;
  content: "";
}
.best .inr_item:before {
  left: 0;
  top: 0;
  border-right: none;
  border-bottom: none;
}
.best .inr_item:after {
  right: 0;
  bottom: 0;
  border-left: none;
  border-top: none;
}
@media screen and (min-width: 1024px) {
  .best .inr_item:hover:before, .best .inr_item:hover:after {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  .best .inr_item:hover .img img {
    transform: scale(1.05);
  }
}
.best .inr_item .tit {
  position: absolute;
  left: 48px;
  bottom: 48px;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
.best .inr_item .tit em {
  font-size: 38px;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .best .wrap_best {
    padding-bottom: 75px;
  }
  .best li + li {
    margin-top: 50px;
  }
  .best .inr_item {
    display: block;
  }
  .best .inr_item .img img {
    width: 100%;
    height: 69.4vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .best .inr_item .tit {
    left: 20px;
    bottom: 20px;
    font-size: 30px;
  }
  .best .inr_item .tit em {
    font-size: 21px;
  }
  .best .inr_item:before, .best .inr_item:after {
    border-width: 1px;
  }
  .best li.on .inr_item:before, .best li.on .inr_item:after {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  .best li.on .inr_item .img img {
    transform: scale(1.05);
  }
}

#cursor {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  pointer-events: none;
  will-change: transform;
}
#cursor .cur_cir {
  width: 140px;
  height: 140px;
  margin-top: -50%;
  margin-left: -50%;
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.3s cubic-bezier(0.25, 1, 0.5, 1), width 0.3s cubic-bezier(0.25, 1, 0.5, 1), height 0.3s cubic-bezier(0.25, 1, 0.5, 1), background-image 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transform: rotate(0) scale(1) !important;
  position: relative;
  opacity: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#cursor span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.04em;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  opacity: 0;
  transition-duration: 0.2s;
}
#cursor.pointer .cur_cir {
  width: 180px;
  height: 180px;
  opacity: 0.9;
  background: linear-gradient(135deg, #2871fa 0%, #6717cd 100%);
  border-radius: 50%;
}
#cursor.pointer span {
  opacity: 1;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  #cursor {
    display: none;
  }
}

.product {
  display: flex;
  height: 100vh;
  align-items: center;
  background: #000;
  color: #fff;
  text-align: center;
}
.product .wfix {
  width: 100vw;
  padding: 75px 0;
}
.product .title {
  display: block;
  font-size: 50px;
  font-weight: bold;
}
.product .swiper-container {
  margin-top: 72px;
}
.product .swiper-slide {
  width: 550px;
  padding: 0 50px;
}
.product .swiper-slide:not(:first-child) {
  border-left: 1px solid #42434b;
}
.product .pager {
  display: none;
}
.product .thumb {
  text-align: center;
}
.product .conts {
  margin-top: 42px;
}
.product .tit {
  display: block;
  font-size: 28px;
  font-weight: bold;
}
.product .sub {
  display: block;
  color: #aaa;
}
.product .pagination {
  display: none;
}
@media screen and (max-width: 1024px) {
  .product .title {
    font-size: 4.88vw;
  }
  .product .swiper-container {
    margin-top: 7vw;
  }
  .product .swiper-slide {
    width: 53.7vw;
    padding: 0 4.88vw;
  }
  .product .conts {
    margin-top: 4vw;
  }
  .product .tit {
    font-size: 2.73vw;
  }
}
@media screen and (max-width: 768px) {
  .product .title {
    font-size: 30px;
  }
  .product .swiper-container {
    margin-top: 36px;
  }
  .product .swiper-slide {
    width: auto;
    border: none !important;
    padding: 0 60px;
  }
  .product .pager {
    display: block;
  }
  .product .pager button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px auto;
    z-index: 1;
    font-size: 0;
  }
  .product .pager .prev {
    left: 0;
    background-image: url(../img/main/ico_prev.png);
  }
  .product .pager .next {
    right: 0;
    background-image: url(../img/main/ico_next.png);
  }
  .product .conts {
    margin-top: 20px;
  }
  .product .tit {
    font-size: 16px;
  }
  .product .sub {
    margin-top: 4px;
    font-size: 11px;
  }
  .product .pagination {
    display: flex;
    width: 28% !important;
    min-width: 200px;
    height: 1px;
    margin: 40px auto 0;
    background: #666;
  }
  .product .pagination .swiper-pagination-bullet {
    position: relative;
    margin: 0 !important;
    width: 100%;
    height: 1px;
    background: #fff;
  }
}

.global {
  background: linear-gradient(to bottom, #fbfefe 0%, #e2f9f8 100%);
}
.global .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 930px;
  padding: 140px 0;
  background: url(../img/main/main_global.png) no-repeat center bottom;
}
.global .wfix {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  max-height: 650px;
}
.global .title {
  display: block;
  font-size: 80px;
  font-weight: bold;
}
.global .wrap_numbers {
  display: flex;
  justify-content: flex-end;
}
.global .wrap_numbers [class^=item]:not(:last-child) {
  margin-right: 96px;
}
.global .wrap_numbers .tit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  padding: 0 16px;
  border-radius: 45px;
  background: #094;
  color: #fff;
  font-weight: 700;
}
.global .wrap_numbers .tit:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  content: "";
}
.global .wrap_numbers .item1 .tit:before {
  background-image: url(../img/main/main_icon1.png);
}
.global .wrap_numbers .item2 .tit:before {
  background-image: url(../img/main/main_icon2.png);
}
.global .wrap_numbers .item3 .tit:before {
  background-image: url(../img/main/main_icon3.png);
}
.global .wrap_numbers .conts {
  margin-top: 12px;
  color: #004f23;
  font-size: 0;
  line-height: 1;
}
.global .wrap_numbers .wrap_num, .global .wrap_numbers .unit {
  vertical-align: baseline;
}
.global .wrap_numbers .wrap_num {
  display: inline-block;
  position: relative;
  font-size: 66px;
  font-weight: 800;
  letter-spacing: 0;
  text-align: right;
}
.global .wrap_numbers .wrap_num .origin {
  display: inline-block;
  padding-right: 10px;
  opacity: 0;
}
.global .wrap_numbers .wrap_num .num {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
}
.global .wrap_numbers .wrap_num em {
  display: inline-block;
  vertical-align: baseline;
  font-size: 30px;
}
.global .wrap_numbers .unit {
  display: inline-block;
  font-size: 26px;
  font-weight: 600;
}
@media screen and (max-width: 1540px) {
  .global .inner {
    min-height: 60vw;
    background-size: auto 90%;
  }
  .global .wfix {
    max-height: 42vw;
  }
  .global .title {
    font-size: 5.2vw;
  }
  .global .wrap_numbers [class^=item]:not(:last-child) {
    margin-right: 6.23vw;
  }
  .global .wrap_numbers .tit {
    height: 2.92vw;
    font-size: 14px;
  }
  .global .wrap_numbers .wrap_num {
    font-size: 4.28vw;
  }
}
@media screen and (max-width: 768px) {
  .global .inner {
    padding: 70px 0;
    background-size: 200% auto;
    background-position: center 120px;
  }
  .global .wfix {
    height: auto;
    max-height: none;
  }
  .global .title {
    font-size: 30px;
    line-height: 1;
  }
  .global .wrap_numbers {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 140px;
  }
  .global .wrap_numbers [class^=item] {
    margin: 0 0 30px 0;
  }
  .global .wrap_numbers .item1 {
    margin-bottom: 0;
  }
  .global .wrap_numbers .tit {
    height: 22px;
    padding: 0 8px;
    font-size: 11px;
    border-radius: 22px;
  }
  .global .wrap_numbers .tit:before {
    width: 10px;
    height: 10px;
    margin-right: 5px;
  }
  .global .wrap_numbers .conts {
    margin-top: 0;
  }
  .global .wrap_numbers .wrap_num {
    font-size: 30px;
  }
  .global .wrap_numbers .wrap_num .origin {
    padding-right: 0;
  }
  .global .wrap_numbers .wrap_num em {
    font-size: 18px;
  }
  .global .wrap_numbers .unit {
    font-size: 14px;
  }
}

.news {
  padding: 140px 0;
  background: #fff;
}
.news .hd_news {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news .hd_news .title {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.2;
}
.news .hd_news .more {
  display: inline-block;
  position: relative;
  padding-right: 36px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.news .hd_news .more:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 26px;
  height: 26px;
  transform: translateY(-50%);
  background: url(../img/ico_more.png) no-repeat right center/contain;
  transition: 0.2s;
  content: "";
}
@media screen and (min-width: 1024px) {
  .news .hd_news .more:hover:after {
    right: -5px;
  }
}
.news .wrap_news {
  margin-top: 56px;
}
.news .wrap_news .swiper-slide {
  width: 640px;
}
.news .wrap_news .thumb {
  position: relative;
  width: 640px;
  overflow: hidden;
}
.news .wrap_news .thumb img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.news .wrap_news .thumb:after {
  position: absolute;
  top: -140px;
  left: -140px;
  width: 140px;
  height: 140px;
  background: #fff;
  transform: rotate(45deg);
  transition: 0.3s;
  content: "";
}
@media screen and (min-width: 1024px) {
  .news .wrap_news .thumb:hover img {
    transform: scale(1.05);
  }
  .news .wrap_news .thumb:hover:after {
    top: -70px;
    left: -70px;
  }
}
.news .wrap_news .conts {
  margin-top: 38px;
}
.news .wrap_news .tit {
  display: block;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .news {
    padding: vw 0;
  }
  .news .hd_news .title {
    font-size: 4.88vw;
  }
  .news .hd_news .more {
    padding-right: 3.5vw;
  }
  .news .hd_news .more:after {
    width: 2.54vw;
    height: 2.54vw;
  }
  .news .wrap_news {
    margin-top: 5.46vw;
  }
  .news .wrap_news .swiper-slide {
    width: 62.5vw;
  }
  .news .wrap_news .thumb {
    width: 62.5vw;
  }
  .news .wrap_news .thumb img {
    height: 43.9vw;
  }
  .news .wrap_news .thumb:after {
    top: -13.67vw;
    left: -13.67vw;
    height: 13.67vw;
  }
  .news .wrap_news .conts {
    margin-top: 3.7vw;
  }
  .news .wrap_news .tit {
    font-size: 2.34vw;
  }
}
@media screen and (max-width: 768px) {
  .news {
    padding: 75px 0;
  }
  .news .hd_news {
    display: block;
    text-align: center;
  }
  .news .hd_news .title {
    font-size: 25px;
  }
  .news .hd_news .more {
    display: none;
  }
  .news .wrap_news {
    margin-top: 42px;
  }
  .news .wrap_news .swiper-slide {
    width: 100%;
  }
  .news .wrap_news .thumb {
    width: 100%;
  }
  .news .wrap_news .thumb img {
    height: auto;
  }
  .news .wrap_news .thumb:after {
    top: -70px;
    left: -70px;
    width: 70px;
    height: 70px;
  }
  .news .wrap_news .conts {
    margin-top: 20px;
  }
  .news .wrap_news .tit {
    font-size: 12px;
    text-align: center;
  }
  .news .swiper-slide-active .thumb:after {
    top: -35px;
    left: -35px;
  }
  .news .swiper-pagination {
    position: relative;
    bottom: auto !important;
    left: auto !important;
    margin-top: 35px;
  }
  .news .swiper-pagination .swiper-pagination-bullet {
    margin: 0 7px !important;
  }
  .news .swiper-pagination .swiper-pagination-bullet-active {
    background: #094;
  }
}