/* ======================================================== */
/* MAIN VISUAL */
.c-mainvisual {
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  height: 100vh;
  min-height: 680px;
}
.c-mainvisual-slider{
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.c-mainvisual-slider::after {
  content: "";
  background-image: url('../images/top/mv-bg.png');
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.c-mainvisual__content{
  position: absolute;
  left: 180px;
  z-index: 3;
  color: #fff;
  bottom: 96px;
}
.c-mainvisual__title{
  font-size: 87px;
  line-height: 114px;
  font-weight: bold;
}
.c-mainvisual__title span{
  color: #9eb9cc;
  -webkit-text-fill-color: transparent; 
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #9eb9cc;
}
.c-mainvisual__img{
  width: 240px;
  margin: 28px 0 52px;
}
.c-mainvisual__txt{
  font-size: 28px;
  font-weight: bold;
  line-height: 45px;
  margin-top: 10px;
}
.mv-video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/** custom */
@media(max-width: 1024px){
  .c-mainvisual__content{
    left: 8%;
  }
}
@media(max-width: 768px){
  .c-mainvisual__content{
    padding: 0 40px;
    padding-left: 40px;
    width: 100%;
    bottom: 100px;
    left: 0;
  }
  .c-mainvisual__title{
    font-size: 44px;
    line-height: 1.5;
  }
  .c-mainvisual__img{
    width: 160px;
    margin: 15px 0 35px;
  }
  .c-mainvisual__txt{
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.8;
  }
  .c-mainvisual-slider::after{
    background-position: center;
    background-image: url(../images/top/mv-bg-sp.png);
  }
}
@media(max-width: 390px){
  .c-mainvisual__content{
    padding: 0 20px;
  }
  .c-mainvisual__title{
    font-size: 40px;
    line-height: 1.4;
  }
   .c-mainvisual__img{
    width: 120px;
    margin: 15px 0 20px;
  }
  .c-mainvisual__txt{
    font-size: 13px;
    line-height: 1.8;
  }
}
/*Scroll MV*/
#Y_sclorebox {
  position: absolute;
  bottom: 0px;
  z-index: 92;
  left: 80px;
}

#Y_sclorebox p {
  text-align: center;
  color: #fff;
  margin-bottom: 155px;
  margin-left: -21px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  transform: rotate(90deg);
  letter-spacing: 1px;
}

.scrolldown1 {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #414141;
  width: 1px;
  height: 128px;
}

.scrolldown1::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 20px;
  background: #0076C2;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 20px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 128px;
    opacity: 0;
  }
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
    transform: rotate(0deg) translate(0, 0);
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0, 135px);
    transform: rotate(0deg) translate(0, 135px);
    opacity: 1;
  }
}

@keyframes sdb {
  0% {
    -webkit-transform: rotate(0deg) translate(0, 0);
    transform: rotate(0deg) translate(0, 0);
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0, 135px);
    transform: rotate(0deg) translate(0, 135px);
    opacity: 1;
  }
}
@media (max-width: 1024px){
  #Y_sclorebox{
    left: auto;
    right: 16px;
  }
  .scrolldown1{
    height: 55px;
  }
  #Y_sclorebox p{
    margin-bottom: 80px;
    font-size: 10px;
    margin-left: -24px;
  }
}
@media (max-width: 768px) {
  #Y_sclorebox{
    right: 10px;
  }
  .scrolldown1{
    height: 60px;
  }
  #Y_sclorebox p{
    font-size: 9px;
    margin-left: -22px;
    margin-bottom: 85px;
  }
  .scrolldown1::after {
    height: 15px;
  }
  
  @keyframes pathmove {
    0% {
      height: 0;
      top: 0;
      opacity: 0;
    }
    30% {
      height: 15px;
      opacity: 1;
    }
    100% {
      height: 0;
      top: 60px;
      opacity: 0;
    }
  }
}
/*End Scroll MV*/
/* MARQUEE */
.c-marquee__wrapper {
  position: relative;
  z-index: 1;
  height: 250px;
  overflow: hidden;
}
.c-marquee {
  width: 100vw;
  height: 100%;
  position: absolute;
  overflow: hidden;
  display: flex;
}
.c-marquee__content {
  flex-shrink: 0;
  display: inline-block;
  line-height: 285px;
  color: #D7DEE3;
  opacity: 0.1;
  font-weight: bold;
  font-size: 300px;
  white-space: nowrap;
  letter-spacing: 0;
  -webkit-animation-name: marquee;
  animation-name: marquee;
  -webkit-animation-duration: 80s;
  animation-duration: 80s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@keyframes marquee {
  from {
    transform: translateX(100vw);
  }
  to {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 1024px) {
  .c-marquee__wrapper {
    height: 140px;
  }
  .c-marquee__content {
    font-size: 150px;
    -webkit-animation-duration: 70s;
    animation-duration: 70s;
    line-height: 140px;
  }
}
@media screen and (max-width: 768px) {
  .c-marquee__wrapper {
    height: 161px;
    margin-top: 210px !important;
  }
  .c-marquee__content {
    font-size: 140px;
    -webkit-animation-duration: 60s;
    animation-duration: 60s;
    line-height: 130px;
  }
}
/* END MARQUEE */
/**Loading*/
.c-loading{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 999999999;
}
.c-loading .c-logo{
  top: 0;
  left: 0;
}
.c-loading .c-logo__content{
  color: #111;
  width: auto;
}
.c-loading .c-loading--logo{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  transform: translate(-50%, -50%);
}
@-webkit-keyframes flicker {
  0% { color: #0076C2; } 
  50% { color: #111;  } 
  100% { color: #0076C2;  } 
}
@-moz-keyframes flicker { 
  0% { color: #0076C2;  } 
  50% { color: #111;  }
  100% { color: #0076C2;  } 
}
@-o-keyframes flicker { 
  0% { color: #0076C2; } 
  50% { color: #111; } 
  100% { color: #0076C2;  } 
}
@keyframes flicker { 
  0% { color: #0076C2;  } 
  50% { color: #111;  }
  100% { color: #0076C2;  } 
} 
.flicker {
        background:#fff;
        font-size:24px;
        font-weight:bold;
  -webkit-animation: flicker 2s infinite;
  -moz-animation: flicker 2s infinite; 
  -o-animation: flicker 2s infinite; 
  animation: flicker 2s infinite;
}
.c-loading p{
  
font-size: 14px;
}
.c-loading p small{
  
font-size: 13px;
}
@media(max-width: 1024px){
  .c-loading .c-logo__img{
    flex: 0 0 40px;
  }
  .c-loading p{
    
    font-size: 14px;
      
    letter-spacing: 5px;
  }
  .c-loading p small{
    
    font-size: 13px;
      
    letter-spacing: 3.5px;
  }
}
/**--------------Ver2-------------**/
  .c-loading--logo .c-logo__logo{
    width: 253px;
    height: 40px;
    background-image: url('../images/common/logo-black.png');
    background-size: contain;
    margin-top: -6px;
  }
  @-webkit-keyframes flicker2 {
    0% { background-image: url('../images/common/logo-blue.png'); } 
    50% { background-image: url('../images/common/logo-black.png');  } 
    100% { background-image: url('../images/common/logo-blue.png');  } 
  }
  @-moz-keyframes flicker2 { 
    0% { background-image: url('../images/common/logo-blue.png'); } 
    50% { background-image: url('../images/common/logo-black.png');  } 
    100% { background-image: url('../images/common/logo-blue.png');  } 
  }
  @-o-keyframes flicker2 { 
    0% { background-image: url('../images/common/logo-blue.png'); } 
    50% { background-image: url('../images/common/logo-black.png');  } 
    100% { background-image: url('../images/common/logo-blue.png');  } 
  }
  @keyframes flicker2 { 
    0% { background-image: url('../images/common/logo-blue.png'); } 
    50% { background-image: url('../images/common/logo-black.png');  } 
    100% { background-image: url('../images/common/logo-blue.png');  } 
  } 
  .flicker2 {
    -webkit-animation: flicker2 2s infinite;
    -moz-animation: flicker2 2s infinite; 
    -o-animation: flicker2 2s infinite; 
    animation: flicker2 2s infinite;
  }
  @media(max-width: 1024px){
    .c-loading--logo .c-logo__logo{
      width: 230px;
      height: 35px;
      margin-top: 4px;
    }
  }
/**--------------End Ver2-------------**/
/**Block1*/
.top-block1.top-block1{
  padding-top: 330px;
  background-color: rgba(17, 17, 17, 0.9);
  backdrop-filter: blur(4px) brightness(150%);
}
.top-block1__content{
  max-width: 930px;
  color: #fff;
}
@media(max-width: 1024px){
  .top-block1.top-block1{
     padding-top: 120px;
  }
  .c-loading .c-loading--logo{
    width: 255px;
    padding-top: 40px;
  }
}
@media(max-width: 768px){
  .top-block1.top-block1{
     padding-top: 246px;
  }
}
/**End Block1*/
/**Block2*/
.top-block2::before{
  background-image: url('../images/top/bg1.png');
  background-size: cover;
  height: 60%;
  width: calc(100% + 120px);
  z-index: 0;
  position: absolute;
  top: 16%;
  left: 0;
}
.top-block2-bg1{
  position: relative;
  z-index: 1;
}
.top-block2-bg1::before,
.top-block2-bg1::after{
  content:'';
  background-color: #fff;
  width: 1245px;
  height: 1090px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  position: absolute;
  top: -240px;
  right: 0;
  z-index: -1;
}
.top-block2-bg1::after{
  right: auto;
  top: auto !important;
  bottom: -240px;
  left: 0;
  border-radius: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 1113px;
  width: 1310px;
}

.top-block2-infor{
  gap: 30px;
  max-width: 1280px;
  margin-top: 130px;
  position: relative;
  z-index: 2;
  align-items: center;
}
.top-block2-infor__imgs{
  width: 780px;
  display: flex;
  gap: 30px;
}
.top-block2-infor__imgs figure{
  width: 240px;
}
.top-block2-infor__imgs figure:nth-child(2){
  margin-top: -72px;
}
.top-block2-infor__imgs img{
  width: 100%;
  display: block;
}
.top-block2-infor__content{
  width: 400px;
  margin-top: -60px;
}
.top-block2-infor__link{
  display: flex;
  border-bottom: 1px solid #CCCCCC;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  gap: 28px;
  justify-content: flex-start;
  padding: 30px 20px;
  transition: all ease 0.4s;
}
.top-block2-infor__link::before{
  display: block;
  width: 60px;
  height: 1px;
  background-color: #0076C2;
  bottom: 0;
  left: 0;
  position: absolute;
  transition: all ease 0.4s;
}
.top-block2-infor__link::after{
  background-image: url('../images/common/ic-arr-right2.png');
  width: 9px;
  height: 16px;
  position: absolute;
  top: 52%;
  right: 20px;
  transform: translateY(-50%);
  transition: all ease 0.4s;
}
.top-block2-infor__link span{
  font-size: 20px;
  color: #CCCCCC;
} 
.top-block2-infor__link:hover::before{
  width: 100%;
}
.top-block2-infor__link:hover::after{
  background-image: url('../images/common/ic-arr-right2-hv.png');
}
.top-block2-infor__link:hover{
  color: #0076C2;
}
@media(max-width: 1300px){
  .top-block2-infor__imgs{
    width: 54%;
  }
  .top-block2-infor__content{
    width: 40%;
  }
}
@media(max-width: 1024px){
  .top-block2-bg1::before{
    top: -80px;
    width: 85%;
    height: 796px;
  }
  .top-block2-bg1::after{
    bottom: -80px;
    height: 796px;
    width: 80%;
    left: auto;
    right: 0;
  }
}
@media(max-width: 768px){
  .top-block2::before{
    width: 1920px;
    background-size: contain;
    height: 2118px;
    top: -10.5%;
    left: -135%;
  }
  .top-block2-bg1::before{
    top: -112px;
    width: 68%;
    height: 796px;
    border-top-left-radius: 0;
  }
  .top-block2-bg1::after{
    bottom: -100px;
    height: 898px;
    width: 70%;
    left: auto;
    right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 20px;
  }
  .top-block2{
    padding-top: 112px !important;
    padding-bottom: 100px !important;
    overflow: hidden;
  }

  .top-block2-infor{
    flex-wrap: wrap;
    gap: 60px;
    margin-top: 55px;
  }
  .top-block2-infor__imgs{
    width: 100%;
    gap: 18px;
  }
  .top-block2-infor__imgs figure:nth-child(2){
    margin-top: -33px;
  }
  .top-block2-infor__content{
    width: 100%;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2%;
  }
  .top-block2-infor__link{
    font-size: 14px;
    width: 47%;
    padding: 22px 10px;
  }
  .top-block2-infor__link span{
    color: #111;
    font-size: 14px;
    display: none;
  }
}
/**Infor2*/
.top-block2-infor2{
  max-width: 1450px;
  position: relative;
  z-index: 2;
  align-items: flex-end;
}
.top-block2-infor2__img{
  width: 780px;
  height: 510px;
}
.top-block2-infor2__img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}
.top-block2-infor2__content{
  width: 760px;
  margin-left: -120px;
  padding-left: 65px;
  background-color: #fff;
  padding: 60px 80px;
  padding-right: 60px;
  border-top-left-radius: 20px;
}
.top-block2-infor2__title{
  font-size: 48px;
}
.top-block2-infor2__title span{
  display: block;
  font-size: 20px;
  color: #0076C2;
}
.top-block2-infor2__txt{
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 2px;
}
@media(max-width: 1024px){
  .top-block2-infor2__img img{
    height: 400px;
  }
  .top-block2-infor2__content{
    padding: 35px 50px;
  }
}
@media(max-width: 768px){
  .top-block2-infor2{
    flex-wrap: wrap;
    margin-top: 160px !important;
  }
  .top-block2-infor2__img,
  .top-block2-infor2__content{
    width: 100%;
    margin: auto;
    padding: 0;
    position: relative;
    background-color: transparent;
    height: auto;
  }
  .top-block2-infor2__title{
    font-size: 26px;
    line-height: 1.3;
    /* position: absolute; */
    /* bottom: 30px; */
    /* left: 58.5%; */
    text-align: center;
    margin-top: 10px;
  }
  .top-block2-infor2__title span{
    font-size: 14px;
  }
  .top-block2-infor2__txt{
    font-size: 13px;
    line-height: 30px;
    text-align: center;
  }
  .top-block2-infor2__img img{
    max-width: 100%;
    height: 300px;
  }
  .top-block2-infor2 .u-txtRight{
    text-align: center;
  }
}
@media(max-width: 390px){
  .top-block2-infor2__title{
    font-size: 20px;
    left: 64%;
    line-height: 1.2;
    bottom: 40px;
  }
  .top-block2-infor2__title span{
    font-size: 13px;
  }
}
/**End Block2*/
