.ly_footer {
  z-index: 10;
  position: relative;
}
.mbYTP_wrapper {
	top: 5vh!important;
}
.playerBox {
	width: 100%!important;
	height: 105vh!important;
	margin-top: -2.5vh!important;
	margin-left: 0!important;
}
@media (max-width: 750px) {
	
}
.un_mv_movie_sp_bg {
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/mv_sp.jpg);
	width: 100%;
	height: 100vh;
}
.un_brandindex .line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  z-index: 10;
  width: 137px;
  height: 100%;
  margin: 0 auto;
  transition: all 1.5s ease;
  transform: translate3d(0, 0, 0);
  z-index: 1;
}
.gecko .un_brandindex .line {
	transition: 0s;
}

@media (max-width: 750px) {
  .un_brandindex .line {
    display: none;
  }
}
.un_brandindex .line_parts {
  position: absolute;
  top: 0;
  bottom: 0;
  animation: kazariLoop 10s linear infinite;
}
@keyframes kazariLoop {
  from {
    background-position: top 1073px center;
  }
  to {
    background-position: top 0px center;
  }
}
.un_brandindex .line .line01 {
  width: 139px;
  background: url(../images/line01.png) repeat-y;
  left: 0;
  animation-duration: 6s;
}
.un_brandindex .line .line02 {
  width: 69px;
  background: url(../images/line02.png) repeat-y;
  left: 12px;
  animation-duration: 8s;
}
.un_brandindex .line .line03 {
  width: 111px;
  background: url(../images/line03.png) repeat-y;
  left: 50px;
  animation-duration: 10s;
}
.un_brandindex .line .line04 {
  width: 119px;
  background: url(../images/line04.png) repeat-y;
  left: 39px;
  animation-duration: 12s;
}
.un_brandindex .line .line05 {
  width: 136px;
  background: url(../images/line05.png) repeat-y;
  left: 39px;
  animation-duration: 14s;
}
.un_brandindex .line .line06 {
  width: 86px;
  background: url(../images/line06.png) repeat-y;
  left: 91px;
  animation-duration: 16s;
}
.un_brandindex .bg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 1.5s ease;
  transform: translate3d(0, 0, 0);
}
.gecko .un_brandindex .bg {
	transition: 0s;
}
@media (max-width: 750px) {
  .un_brandindex .bg {
    margin-top: 45px;
    height: calc(50% - 45px);
  }
}
.un_brandindex .bg01 {
  background: url(../images/pic02.jpg) center no-repeat;
  background-size: cover;
}
@media (max-width: 750px) {
  .un_brandindex .bg01 {
    background: url(../images/pic02_sp.jpg) center no-repeat;
    background-size: cover;
  }
}
.un_brandindex .bg02 {
  background: url(../images/pic03.jpg) center no-repeat;
  background-size: cover;
}
@media (max-width: 750px) {
  .un_brandindex .bg02 {
    background: url(../images/pic03_sp.jpg) center no-repeat;
    background-size: cover;
  }
}
.un_brandindex .bg03 {
  background: url(../images/pic04.jpg) center no-repeat;
  background-size: cover;
}
@media (max-width: 750px) {
  .un_brandindex .bg03 {
    background: url(../images/pic04_sp.jpg) center no-repeat;
    background-size: cover;
  }
}
.un_brandindex .bg04 {
  background: url(../images/pic05.jpg) center no-repeat;
  background-size: cover;
}
@media (max-width: 750px) {
  .un_brandindex .bg04 {
    background: url(../images/pic05_sp.jpg) center no-repeat;
    background-size: cover;
  }
}
.un_brandindex .bg05 {
  background: url(../images/pic06.jpg) center no-repeat;
  background-size: cover;
}
@media (max-width: 750px) {
  .un_brandindex .bg05 {
    background: url(../images/pic06_sp.jpg) center no-repeat;
    background-size: cover;
  }
}
.un_brandindex .bg06 {
  background: url(../images/pic07.jpg) center no-repeat;
  background-size: cover;
}
@media (max-width: 750px) {
  .un_brandindex .bg06 {
    background: url(../images/pic07_sp.jpg) center no-repeat;
    background-size: cover;
  }
}
.un_brandindex .bg07 {
  background: url(../images/pic08.jpg) center no-repeat;
  background-size: cover;
}
@media (max-width: 750px) {
  .un_brandindex .bg07 {
    background: url(../images/pic08_sp.jpg) center no-repeat;
    background-size: cover;
  }
}
.un_brandindex .bg08 {
  background: url(../images/pic09.jpg) center no-repeat;
  background-size: cover;
}
@media (max-width: 750px) {
  .un_brandindex .bg08 {
    background: url(../images/pic09_sp.jpg) center no-repeat;
    background-size: cover;
  }
}
.un_brandindex .bg09 {
  background: url(../images/pic10.jpg) center no-repeat;
  background-size: cover;
}
@media (max-width: 750px) {
  .un_brandindex .bg09 {
    background: url(../images/pic10_sp.jpg) center no-repeat;
    background-size: contain;
    height: 100%;
    transform: none !important;
  }
}
.un_brandindex .section.mv {
  position: relative;
  z-index: 10;
  width: 100%;
  height: auto;
  background: #000;
}
.un_brandindex .section.mv #ytPlayerWrap {
  height: 100vh;
}
.un_brandindex .section.mv .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 750px) {
  .un_brandindex .section.mv .title {
    width: 176px;
  }
}
.un_brandindex .section.mv .arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 24px;
  display: inline-block;
  padding-top: 70px;
  color: white;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.un_brandindex .section.mv .arrow span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  animation: sdb 1.5s infinite;
}
@keyframes sdb {
  0% {
    transform: rotate(45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(45deg) translate(20px, 20px);
    opacity: 0;
  }
}
.un_brandindex .section.item {
  position: relative;
  z-index: 10;
}
.un_brandindex .section.item .textarea {
  width: 660px;
  height: 400px;
  color: #e60012;
  padding: 84px 0 0 104px;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.7);
}
@media (max-width: 750px) {
  .un_brandindex .section.item .textarea {
    width: 100% !important;
    height: 50% !important;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 10px 20px 20px;
    justify-content: center;
  }
}
.un_brandindex .section.item .textarea.middle {
  justify-content: center;
  padding-top: 0;
}
.un_brandindex .section.item .textarea.right {
  margin-left: auto;
}
.un_brandindex .section.item .textarea.center {
  margin-left: auto;
  margin-right: auto;
}
.un_brandindex .section.item .textarea .title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 17px;
}
@media (max-width: 750px) {
  .un_brandindex .section.item .textarea .title {
    margin-bottom: 9px;
  }
}
.un_brandindex .section.item .textarea .title .title_num {
  margin-right: 5px;
  font-size: 122px;
  line-height: 39px;
}
@media (max-width: 750px) {
  .un_brandindex .section.item .textarea .title .title_num {
    font-size: 80px;
    line-height: 20px;
  }
}
.un_brandindex .section.item .textarea .title .title_num small {
  font-size: 66px;
}
@media (max-width: 750px) {
  .un_brandindex .section.item .textarea .title .title_num small {
    font-size: 35px;
  }
}
.un_brandindex .section.item .textarea .title .title_text {
  font-size: 60px;
  font-weight: 500;
  font-style: italic;
  line-height: 1;
}
@media (max-width: 750px) {
  .un_brandindex .section.item .textarea .title .title_text {
    font-size: 33px;
  }
}
.un_brandindex .section.item .textarea .subtitle {
  font-size: 34px;
  line-height: 44px;
  font-weight: bold;
  margin-bottom: 7px;
}
@media (max-width: 750px) {
  .un_brandindex .section.item .textarea .subtitle {
    font-size: 23px;
    line-height: 29px;
    margin-bottom: 4px;
  }
}
.un_brandindex .section.item .textarea .text {
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
}
@media (max-width: 750px) {
  .un_brandindex .section.item .textarea .text {
    font-size: 13px;
  }
  .un_brandindex .section.item .textarea .text br {
    display: none;
  }
}
.un_brandindex .section.item .textarea .text02 {
  font-size: 26px;
  line-height: 44px;
  font-weight: bold;
}
@media (max-width: 750px) {
  .un_brandindex .section.item .textarea .text02 {
    font-size: 15px;
    line-height: 26px;
  }
}
.un_brandindex .section .textarea {
  opacity: 0;
  transition: 0.3s 0.3s ease;
}
.un_brandindex .section .textarea_inner {
  opacity: 0;
  transform: translateY(40px);
  transition: 0.3s 0s ease;
}
.un_brandindex .section.active .textarea {
  opacity: 1;
  transition: 0.6s 0.5s ease;
}
.un_brandindex .section.active .textarea_inner {
  opacity: 1;
  transform: translateY(0);
  transition: 1s 0.8s ease;
}
.un_brandindex .section.sec16.item .textarea {
  padding-left: 0;
  padding-top: 30px;
  justify-content: center;
  align-items: center;
  width: 437px;
  height: 255px;
}
.un_brandindex .section.sec16.item .textarea_inner .text02 {
  display: flex;
  flex-direction: column;
  line-height: normal;
  text-align: center;
}
.un_brandindex .section.sec16.item .textarea_inner .text02 .num {
  font-size: 140px;
  font-weight: 400;
  line-height: 70px;
}
@media (max-width: 750px) {
  .un_brandindex .section.sec16.item .textarea_inner .text02 .num {
    font-size: 92px;
    line-height: 45px;
  }
}
.un_brandindex .section.sec16.item .textarea_inner .text02 .num small {
  font-size: 64px;
}
@media (max-width: 750px) {
  .un_brandindex .section.sec16.item .textarea_inner .text02 .num small {
    font-size: 48px;
  }
}
.un_brandindex .section.sec16.item .textarea_inner .text02_text {
  font-size: 28px;
}
@media (max-width: 750px) {
  .un_brandindex .section.sec16.item .textarea_inner .text02_text {
    font-size: 16px;
  }
}
@media (max-width: 750px) {
  .un_brandindex .section.sec18 {
    display: none;
  }
}
.un_brandindex .section.sec18.item .textarea {
  padding-left: 0;
  padding-top: 30px;
  justify-content: center;
  align-items: center;
  width: 636px;
  height: 255px;
}
.un_brandindex .section.sec18.item .textarea .title_num {
  font-size: 140px;
  line-height: 35px;
}
.un_brandindex_footer {
  position: relative;
  z-index: 10;
}
.un_brandindex_footer_textarea {
  color: #e60012;
  text-align: center;
  padding: 82px 0 0;
}
@media (max-width: 750px) {
  .un_brandindex_footer_textarea {
    padding-top: 43px;
  }
}
.un_brandindex_footer_textarea .title {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 27px;
}
@media (max-width: 750px) {
  .un_brandindex_footer_textarea .title {
    margin-bottom: 9px;
  }
}
.un_brandindex_footer_textarea .title .num {
  margin-right: 5px;
  font-size: 140px;
  line-height: 35px;
}
@media (max-width: 750px) {
  .un_brandindex_footer_textarea .title .num {
    font-size: 80px;
    line-height: 20px;
  }
}
.un_brandindex_footer_textarea .title .num small {
  font-size: 66px;
}
@media (max-width: 750px) {
  .un_brandindex_footer_textarea .title .num small {
    font-size: 35px;
  }
}
.un_brandindex_footer_textarea .title .text {
  font-size: 60px;
  font-weight: 500;
  font-style: italic;
  line-height: 1;
}
@media (max-width: 750px) {
  .un_brandindex_footer_textarea .title .text {
    font-size: 33px;
  }
}
.un_brandindex_footer_textarea .desc {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 46px;
}
@media (max-width: 750px) {
  .un_brandindex_footer_textarea .desc {
    font-size: 14px;
    margin-bottom: 21px;
  }
}
.un_brandindex_footer_textarea .bl_btn_border {
  color: #e60012;
  border-color: #e60012;
  width: 318px;
}
@media (max-width: 750px) {
  .un_brandindex_footer_textarea .bl_btn_border {
    width: 241px;
  }
}
.un_brandindex_footer_textarea .bl_btn_border:hover {
  color: white;
  background-color: #e60012;
}

#fp-nav {
	padding-top: 90px;
  right: 30px !important;
}
@media (max-width: 750px) {
  #fp-nav {
    padding-top: 50px;
    right: 10px !important;
  }
}
#fp-nav ul li {
  margin: 0;
  width: 14px !important;
  height: 14px !important;
  display: flex;
}
@media (max-width: 750px) {
  #fp-nav ul li {
    width: 10px !important;
    height: 10px !important;
  }
}

#fp-nav ul li:nth-child(3),
#fp-nav ul li:nth-child(5),
#fp-nav ul li:nth-child(7),
#fp-nav ul li:nth-child(9),
#fp-nav ul li:nth-child(11),
#fp-nav ul li:nth-child(13),
#fp-nav ul li:nth-child(15),
#fp-nav ul li:nth-child(17)  {
	display: none;
}

@media (min-width: 751px) {
	#fp-nav ul li:nth-child(19) {
		display: none;
	}
	#fp-nav ul li:nth-child(21) {
		display: none;
	}
}
@media (max-width: 750px) {
	#fp-nav ul li:nth-child(20) {
		display: none;
	}
	#fp-nav ul li {
		width: 10px !important;
		height: 10px !important;
	}
}

#fp-nav ul li + li {
  margin-top: 15px;
}

@media (max-width: 750px) {
  #fp-nav ul li + li {
    margin-top: 15px;
  }
}
#fp-nav ul li a {
  width: 14px !important;
  height: 14px !important;
  border: 1px solid #e60012;
  background: #e60012;
  border-radius: 50%;
}
@media (max-width: 750px) {
  #fp-nav ul li a {
    width: 10px !important;
    height: 10px !important;
  }
}
#fp-nav ul li a span {
  display: none;
}
#fp-nav ul li a.active {
  background-color: #fff;
}
@media (min-width: 750px) {
	#fp-nav ul li a:hover {
		background-color: #fff;
	}
}

.movie_btn_wrap {
	position: absolute;
	right: 30px;
	top: 120px;
	z-index: 100;
}
.movie_btn_on button {
	display: none;
	width: 40px;
	height: 40px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../../images/icon_sound_on.png);
	border: none;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.movie_btn_off button {
	display: none;
	width: 40px;
	height: 40px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../../images/icon_sound_on.png);
	border: none;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.movie_btn_on.is_active button,
.movie_btn_off.is_active button {
	display: block;
}
@media (min-width: 750px) {
	.un_header_bland .bl_cmnwrap01 {
		position: relative;
	}
	.un_header_bland .bl_header_right {
		padding-right: 60px;
	}
}
@media (max-width: 930px) and (min-width: 750px) {
	
}
@media (max-width: 750px) {
	
}