::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: rgba(135, 150, 165, .1);
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background: #df3716 linear-gradient(45deg, #222, #222);
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  border-radius: 8px;
  background-color: rgba(135, 150, 165, .1);
}
.mb-40 {
  margin-bottom: 40px;
}
.white-bg {
  background: #fff;
}
body.loaded #loading {
  display: none;
}
.page-loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: #fff;
  z-index: 999999;
}
.page-loader video {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
.loader {
  height: 100vh;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 100%;
}
.loader img {
  width: 145px;
}
header:after {
  content: "";
  position: fixed;
  background: -moz-linear-gradient(top, rgba(10, 10, 10, 1) 0, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(10, 10, 10, 1) 0, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(10, 10, 10, 1) 0, rgba(0, 0, 0, 0) 100%);
  height: 160px;
  left: 0;
  width: 100%;
  top: -15px;
  opacity: 0.55;
}
.mfp-wrap {
  z-index: 9999 !important;
}
.skip-video {
  background: #F06446;
  position: absolute;
  z-index: 888;
  bottom: 0;
  padding: 12px 25px 9px;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
  color: #fff;
  font-size: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  cursor: pointer;
}
.contents_in .side-scroll-list .side-scroll-item:nth-child(even), .contents_in .side-scroll-1-list .side-scroll-1-item:nth-child(even) {
  margin-top: 40px !important;
}
.contents {
  padding-top: 50px !important;
}
p.num.flex.en {
  position: absolute;
  width: 70px !important;
  display: block;
  max-width: 70px;
  margin-top: 0px !important;
}
.contents_in .side-scroll-list .merit_flex .image {
  max-width: 100%;
  width: 100%;
  margin-bottom: 15px;
}
.num_ttl {
  margin-left: 42px;
}
.movie-title {
  /*    margin-top: -60px;*/
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
}
.contents_in .side-scroll-list .merit_flex .num_ttl {
  max-width: 275px;
  width: 0;
}
.movie-title .en {
  font-size: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.movie-title span {
  font-weight: normal;
  display: block;
  line-height: normal;
}
.side-scroll-item .image img {
  height: 540px;
  object-fit: cover;
  width: 100%;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
}
#main_video {
  display: none;
}
.movie_wrap video {
  height: 100vh;
  object-fit: cover;
  /*  transform: scale(1.5);*/
}
.banner-text {
  padding: 35px 35px 50px 50px;
}
.banner-text h1 {
  font-size: 160px;
  color: #fff;
  line-height: normal;
  font-family: Dragraces;
  letter-spacing: 4px;
}
.parattl span {
  font-family: "Dragraces";
}
.text-animation svg {
  position: absolute;
  width: 100% !important;
  left: 0;
  bottom: 0;
}
.text-animation svg text {
  text-transform: uppercase;
  animation: stroke 5s alternate;
  stroke-width: 2;
  stroke: #fff;
  font-size: 140px;
}
.highlight-text {
  font-size: 38px;
  font-weight: 600;
}
li.side-scroll-item {
  position: relative;
}
.corporate-video-icon {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
  margin-top: -70px;
}
.corporate-video-icon img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}
.btn-corporate-video-pulse {
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  margin-bottom: 0px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  width: 70px;
  height: 70px;
}
.btn-corporate-video-pulse img {
  max-width: inherit;
  filter: invert(1);
  padding: 0; /*    width: 35px;*/
}
.btn-corporate-video-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  /*    border: 5px solid #0f689a;*/
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}
@keyframes stroke {
  0% {
    fill: rgba(72, 138, 20, 0);
    stroke: rgba(255, 255, 255, 1);
    stroke-dashoffset: 25%;
    stroke-dasharray: 0 50%;
    stroke-width: 2;
  }
  70% {
    fill: rgba(72, 138, 20, 0);
    stroke: rgba(255, 255, 255, 1);
  }
  80% {
    fill: rgba(72, 138, 20, 0);
    stroke: rgba(255, 255, 255, 1);
    stroke-width: 3;
  }
  100% {
    fill: rgb(142 194 67);
    stroke: rgba(255, 255, 255, 0);
    stroke-dashoffset: -25%;
    stroke-dasharray: 50% 0;
    stroke-width: 0;
  }
}
.awards-sec {
  padding-top: 0px !important;
}
.awards_contents {
    background: url(../images/bg-awards.jpg);
    padding: 120px 30px;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}
.awards-list {
  column-count: 4;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  gap: 10px;
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}
.awards-list li {
  padding: 15px 5px;
  background: rgb(34 34 34 / 18%);
}
.awards-list .item img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.awards-list .item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  filter: grayscale(1);
}
.text-center {
  text-align: center;
}
.title-h1 {
  font-size: 50px;
  text-transform: uppercase;
  line-height: 46px;
}
.sub-ttile {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: normal;
  color: #fc7f15;
}
.light-color {
  color: #ecf2f0;
}
.movie_modal .movie_modal_wrap iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.mr-project__lists .xb-item--date {
  font-size: 20px;
  font-weight: 500;
  color: var(--color-white);
}
.xb-item--date {
  font-size: 22px;
  display: block;
  line-height: normal;
  margin-bottom: 10px;
}
.orange-color {
  color: #fc7f15;
}
.available-col {
  margin-right: 15px;
}
.available-on .available-col:last-child {
  margin-right: 0;
}
.available-on {
  display: flex;
  margin-top: 20px;
  justify-content: center;
}
.movie-available-block {
  text-align: center;
}
.table-movie-details .marginlr {
  padding: 0 25px;
}
.movie-available-block {
  text-align: center;
  position: relative;
  bottom: 0;
  margin: 40px auto 0;
  width: 65%;
  left: 0;
}
.social-icon img {
  max-width: 100%;
  /*  filter: invert(1);*/
}
.people__social svg {
  width: 20px;
  height: 20px;
  filter: invert(1);
}
.actor-section {
  background: #f9f9f9;
  padding-bottom: 100px;
  padding-top: 100px !important;
}
.gallery-section {
  /*  padding-top: 100px !important;*/
  padding-bottom: 50px;
}
.counter-sec {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.icon-img img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}
.level {
  background-color: #f06035;
  padding: 0rem 0;
  color: #ffffff;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.level-item {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
  text-align: center;
  padding: 45px 0px;
}
.level > .level-item:not(.is-narrow) {
  flex-grow: 1;
  border-right: 1px solid #ff7249;
}
.icon-img {
  margin-bottom: 20px;
}
.level > .level-item:not(.is-narrow) {
  flex-grow: 1;
}
.level-item .heading {
  font-size: 20px;
  text-transform: uppercase;
}
.level-item p.title {
  font-size: 50px;
  line-height: normal;
}
.movie-logo img {
  max-width: 220px;
  height: 98px;
  object-fit: contain;
}
.table-movie-details {
  text-align: left;
}
.songs-sec {
  padding-top: 0px !important;
}
.mobile-slider-gallery .corporate-video-icon img {
  width: 38px;
}
.white-color {
  color: #fff;
}
.gallery-section {
  background: url(../chhello-divas/gallery-background.jpg) !important;
  background-attachment: fixed !important;
  background-position: center center !important;
  background-size: cover !important;
}
.gallery-section:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  background: rgb(18 18 18 / 96%);
}
.media-section {
  background: url(../chhello-divas/news-background.jpg) !important;
  background-attachment: fixed !important;
  background-position: center center !important;
  background-size: cover !important;
}
.mobile-slider-gallery .corporate-video-icon {
  opacity: 0;
}
.mobile-slider-gallery .merit_flex:hover .corporate-video-icon {
  opacity: 1;
}
.skills-section {
  padding-top: 100px !important;
  background: url(../images/skills-bg.jpg);
  background-attachment: fixed;
  background-position: center center;
}
.skills-overlay {
  background: rgb(0 0 0 / 85%);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
}
.skillcontainer {
  align-items: center;
  justify-content: center;
  padding: 100px 50px 100px;
}
.skillcontainer .wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
.skillcontainer .wrapper .card {
  background: #262626;
  width: calc(25% - 20px);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  padding: 35px;
}
.wrapper .card:hover {
  background-color: #ffcf00;
  color: black;
  transform: translateY(-14px);
  transition: background 1s, color 1s, transform 0.5s;
}
.skillcontainer .wrapper .card .circle {
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  cursor: default;
}
.skillcontainer .card .circle .box, .skillcontainer .card .circle .box span {
  position: absolute;
  top: 50%;
  left: 50%;
}
.skillcontainer .card .circle .box {
  height: 100%;
  width: 100%;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  transition: all 0.2s;
}
.skillcontainer .card .circle:hover .box {
  transform: translate(-50%, -50%) scale(0.91);
}
.skillcontainer .card .circle .box span, .skillcontainer .wrapper .card .text {
  background: -webkit-linear-gradient(left, #e37750, #f15e29);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.skillcontainer .circle .box span {
  font-size: 38px;
  font-weight: 600;
  transform: translate(-45%, -45%);
  transition: all 0.1s;
}
.skillcontainer .card .circle:hover .box span {
  transform: translate(-45%, -45%) scale(1.09);
}
.skillcontainer .card .text {
  font-size: 22px;
  font-weight: 600;
  margin-top: 10px;
  line-height: normal;
  text-align: center;
}
.news-iframe iframe {
  height: 100vh;
}
.contents_in .side-scroll-2-list .side-scroll-2-item:nth-child(even) {
  margin-left: -100px !important;
  z-index: 999 !important;
  width: 500px !important;
}
.contents_in .side-scroll-2-list .side-scroll-2-item:nth-child(2n+1) {
  margin-left: -100px !important;
}
.side-scroll-2-item .merit_flex img {
  filter: blur(0.5px);
}
.contents_in .side-scroll-2-list .side-scroll-2-item {
  background: #dddddd;
}
copyright img {
  max-width: 75px;
  position: relative;
  top: -4px;
}
.mobile-slider-gallery .swiper-slide img {
  object-position: top;
}
.footer-sp-txt{
    color: #f2612d;
    font-weight: bold;
}
.movie-main-btn {
    position: absolute;
    background: transparent;
    border-radius: 20px;
    padding: 5px 20px;
    border: 2px dashed #f2612d;
    color: #fff;    
    bottom: 80px;
    right: 180px;
	z-index: 999;
}
.movie-main-btn:hover {
    background: #f15a22;
    color: #fff;
    border: 2px dashed #0e0e0e;
}
@media(max-width: 753px) {
  .skillcontainer .wrapper {
    max-width: 700px;
  }
  .skillcontainer .wrapper .card {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }
}
@media(max-width: 505px) {
  .skillcontainer .wrapper {
    max-width: 500px;
  }
  .skillcontainer .wrapper .card {
    width: 100%;
  }
}
@media screen and (min-width: 767px) and (max-width: 1199px) {
  .breadlist_cont {
    display: none;
  }
  header {
    top: 20px;
  }
  header .logo {
    top: 0px;
    left: 20px;
  }
  ul.headnavi {
    top: 20px;
    right: 20px;
  }
  .title-h1, .contents_in .four_ttl, .contents_in .four_ttl strong {
    font-size: 40px !important;
    line-height: 36px;
  }
  .contents {
    padding-right: 0px !important;
  }
  .side-scroll-item .image img {
    height: 460px !important;
  }
  .about-movie .contents_in {
    padding: 0 20px 50px;
  }
  .movie_cont .movie_box .movie_in:nth-of-type(1), .movie_cont .movie_box .movie_in {
    width: 100%;
  }
  footer .foot_bottom {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 50px;
  }
  .foot_area {
    padding-right: 0px;
  }
  footer .foot_bottom .foot_link_area .foot_link_area_in {
    display: inline-flex;
    width: 100%;
  }
  footer .foot_bottom .foot_link_area .own_wrap {
    margin-top: 0;
  }
  .level-item p.title {
    font-size: 36px;
  }
  .level-item .heading {
    font-size: 16px;
  }
  .skillcontainer .wrapper .card {
    width: calc(25% - 10px) !important;
    padding: 20px !important;
  }
  .skillcontainer .card .text {
    font-size: 18px !important;
    height: 48px;
  }
  .highlight-text {
    font-size: 30px !important;
  }
  .section--columns .columns_txt .columns_txt_in .columns_read {
    font-size: 18px !important;
  }
  .section--columns .columns_txt {
    padding: 0 80px !important;
  }
  .skillcontainer.contents_in {
    padding: 0 20px 50px;
  }
}
@media screen and (max-width: 1025px) {
  .movie_wrap video {
    object-fit: contain;
    background: #000;
  }
  .movie-available-block {
    position: relative;
    bottom: auto;
    margin: 20px auto 0px;
    width: 100%;
  }
  .available-on img {
    width: 50px;
    height: 50px;
    padding: 8px;
  }
  .table-movie-details .marginlr {
    padding: 0 10px;
  }
  .skillcontainer .wrapper .card .circle, .circle canvas {
    width: 120px !important;
    height: 120px !important;
  }
}
@media screen and (max-width: 767px) {
  header .logo {
    top: 0px;
    left: 15px;
    width: auto;
  }
  ul.headnavi {
    left: 50%;
    top: auto;
    bottom: 15px;
    right: auto;
    transform: translateX(-50%) !important;
  }
  .logo img {
    max-width: 160px;
  }
	
	header:after{
		display: none;
	}
	
.movie-main-btn {
    top: 25px;
    right: 25px;
    bottom: auto;
}
	
  .movie-logo img {
    max-width: 200px !important;
    height: auto;
    object-fit: contain;
  }
  .contents.skills-section {
    padding-top: 0;
  }
  .skillcontainer {
    padding: 0px 20px 80px !important;
  }
  .banner-text h1 {
    font-size: 42px !important;
    line-height: inherit !important;
    letter-spacing: 2px !important;
  }
  .section--columns {
    padding: 50px 20px !important;
  }
  .movie_cont .movie_box .movie_in {
    width: 100% !important
  }
  .about-home-text {
    line-height: 1.7 !important;
    font-size: 18px !important;
  }
  .about-home-text .highlight-text {
    font-size: 25px;
    font-weight: 600;
    line-height: normal;
  }
  .title-h1 {
    font-size: 34px;
    line-height: 38px;
  }
  .pickup_wrap .pickup_in .pickup {
    padding: 0 20px !important;
  }
  .awards_contents {
    padding: 60px 20px;
  }
  .awards-list {
    column-count: 2;
    grid-template-columns: repeat(2, 1fr);
  }
  .section--showcase {
    text-align: center;
  }
  .bg_wrap {
    background: #111 !important;
  }
  .section--showcase {
    padding-top: 50px !important;
    padding-bottom: 0;
  }
  .contents_in .four_ttl {
    color: #f9f9f9 !important;
    line-height: 25px;
  }
  .contents_in .side-scroll-list .merit_flex .image {
    max-width: 100% !important;
    width: 100% !important;
  }
  .num_ttl {
    margin-left: 0px !important;
  }
  .side-scroll-item .image img {
    border-radius: 25px;
    height: 450px;
  }
  .movie-title .en {
    font-size: 18px !important;
  }
  .movie-title span {
    font-size: 16px !important;
  }
  .movie-title {
    margin-left: 0;
    padding: 15px 0;
  }
  .movie-title span.jp {
    color: #999;
  }
  .pickup_wrap .pickup_in .pick_box_wrap .pick_box .box_in {
    padding: 40px 20px !important;
  }
  .pickup_wrap::before {
    top: 152px !important;
  }
  .level-item p.title {
    font-size: 34px;
  }
  .level-item .heading {
    font-size: 14px;
  }
  .level-item {
    padding: 25px 0px;
  }
  .icon-img img {
    width: 50px;
    height: 50px;
  }
  .foot_logo img {
    max-width: 160px;
  }
  .contents_in .four_ttl {
    margin: 10px 0 30px;
    font-size: 26px !important;
  }
  .actor-section {
    padding-bottom: 60px;
    padding-top: 60px !important;
  }
  .section--showcase .contents_in {
    padding-bottom: 80px;
  }
  footer .foot_bottom .foot_link_area .foot_link_area_in .page_link_wrap {
    width: 100%;
  }
  footer .foot_bottom .foot_link_area .foot_link_area_in .page_link_wrap .pagelink {
    display: inline;
  }
  .foot_link_area .pagelink li {
    display: inline;
    margin-right: 15px;
  }
  footer .foot_bottom .foot_link_area .foot_link_area_in .page_link_wrap .pagelink:nth-child(2) {
    margin: 15px 0;
    display: inline-block;
  }
}