/* Scss Document */
/* transition */
/* grad */
/* opacity */
/* inline-block */
/* font-family */
/* font size */
/* width */
/* border */
/* loader&mv */
#loading {
  background-color: #f8f8f8;
  height: calc(100% + 1px);
  width: 100%;
  position: fixed;
  z-index: 10000;
  margin-top: 0px;
  top: -1px;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation: loading-center-absolute 1s infinite;
  animation: loading-center-absolute 1s infinite;
  opacity: 0;
}

#player_cover {
  pointer-events: none;
  	/*
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;*/
}

#catch {
  display: none;
  text-align: center;
  position: relative;
  z-index: 101;
}
#catch a {
  pointer-events: auto;
}

#movie_bt {
  width: 264px;
  margin: 45px auto 0;
  border-top: 1px solid #0095d8;
  border-bottom: 1px solid #0095d8;
  position: relative;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
  -moz-transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
  -ms-transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
  -o-transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
  transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
}
#movie_bt:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 1px;
  background: #0095d8;
  -webkit-transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
  -moz-transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
  -ms-transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
  -o-transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
  transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
}
#movie_bt:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 0;
  width: 1px;
  background: #0095d8;
  -webkit-transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
  -moz-transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
  -ms-transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
  -o-transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
  transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
}
#movie_bt:hover:before, #movie_bt:hover:after {
  height: 100%;
}

#movie_cover {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  pointer-events: none;
}

#player_wrap {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin: 0;
  position: relative;
  background: #eee;
  pointer-events: none;
}

#catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  pointer-events: none;
}

/* section */
.section-content {
  display: table;
  width: 100%;
  height: 100%;
}

.section-content_inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}

.section-content_inner {
  opacity: 0;
  transition: opacity .5s ease 0.6s;
}
#section4 .section-content_inner, #section5 .section-content_inner {
  transition: opacity .5s ease 0.1s;
}

.section.is-show .section-content_inner {
  opacity: 1;
}

#section4.section.is-show .section-content_inner,
#section5.section.is-show .section-content_inner {
  opacity: 1;
}

.section2 {
  -webkit-transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
  -moz-transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
  -ms-transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
  -o-transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
  transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
}

.section2 .section-content {
  background: url(../../image/section2_bg.jpg) center center no-repeat;
  background-size: cover;
}

.section2.is-show {
  padding: 35px;
}

/* section3 */
.section3 {
  position: relative;
  overflow: hidden;
}
.section3 .section-content {
  position: relative;
  z-index: 200;
}
.section3:before {
  -webkit-transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
  -moz-transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
  -ms-transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
  -o-transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
  transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
  content: '';
  position: absolute;
  top: 0;
  left: 47%;
  height: 0;
  background: #0054a7;
  background: -moz-linear-gradient(-45deg, rgba(0, 84, 167, 0.4) 0%, rgba(0, 136, 206, 0.4) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(0, 84, 167, 0.4) 0%, rgba(0, 136, 206, 0.4) 100%);
  background: linear-gradient(-45deg, rgba(0, 84, 167, 0.4) 0%, rgba(0, 136, 206, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0054a7",endColorstr="#0088ce",GradientType=1);
  -webkit-transform: skewX(12deg);
  -moz-transform: skewX(12deg);
  -ms-transform: skewX(12deg);
  -o-transform: skewX(12deg);
  transform: skewX(12deg);
  width: 53%;
  transform-origin: top left;
  z-index: 1;
}

.section3.is-show:before {
  height: 100%;
}

#section3_bg_wrap {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

#section3_bg {
  height: 100%;
  overflow: hidden;
  background: #0054a7;
  background: -moz-linear-gradient(-45deg, #0054a7 0%, #87d6ff 100%);
  background: -webkit-linear-gradient(-45deg, #0054a7 0%, #87d6ff 100%);
  background: linear-gradient(-45deg, #0054a7 0%, #87d6ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0054a7",endColorstr="#87d6ff",GradientType=1);
}

#section3_bg li {
  position: absolute;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
}
#section3_bg li div {
  height: 100%;
  width: 100%;
}
#section3_bg li:nth-child(1) div {
  background: url(../../image/section3_bg1.png) center center no-repeat;
  background-size: cover;
  opacity: 0.4;
  transform: scale(1.2);
}
#section3_bg li:nth-child(2) div {
  background: url(../../image/section3_bg2.png) center center no-repeat;
  background-size: cover;
  opacity: 1;
}
#section3_bg li:nth-child(3) div {
  background: url(../../image/section3_bg3.png) left bottom no-repeat;
}
#section3_bg li:nth-child(4) div {
  background: url(../../image/section3_bg4.png) right top no-repeat;
}

#section3_inner_l {
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section3_inner_l p {
  width: 100%;
}

#section3_inner_r {
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
#section3_inner_r p {
  margin-top: 70px;
  font-weight: 300;
}

.section4 {
  background: url(../../image/block4.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
}
.section4 .section-content {
  table-layout: fixed;
}
.section4 .slider_wrap {
  padding: 60px 0;
}
.section4 .common_bt {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  transition-delay: 0.5s;
  opacity: 0;
  width: 75%;
  margin-top: -150px;
}
.section4 .common_bt a {
  padding: 25px 0 25px 20px;
  font-size: 16px;
  font-size: 1.6rem;
  background: #0054a7;
  background: -moz-linear-gradient(-45deg, rgba(0, 84, 167, 0.7) 0%, rgba(0, 136, 206, 0.7) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(0, 84, 167, 0.7) 0%, rgba(0, 136, 206, 0.7) 100%);
  background: linear-gradient(-45deg, rgba(0, 84, 167, 0.7) 0%, rgba(0, 136, 206, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0054a7",endColorstr="#0088ce",GradientType=1);
}
.section4 .slick-slide {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.section4 .slick-slide figure {
  background: #000;
  position: relative;
}
.section4 .slick-slide figure img {
  width: 100%;
}
.section4 .slick-slide figure p {
  background: #0054a7;
  background: -moz-linear-gradient(-45deg, #0054a7 0%, #0088ce 100%);
  background: -webkit-linear-gradient(-45deg, #0054a7 0%, #0088ce 100%);
  background: linear-gradient(-45deg, #0054a7 0%, #0088ce 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0054a7",endColorstr="#0088ce",GradientType=1);
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  transform: translate(-50%, -50%) skewX(-10deg);
  padding-top: 10px;
}
.section4 .slick-slide figure p span {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 15px;
  font-size: 1.5rem;
  transform: skewX(10deg);
  display: block;
  line-height: 1;
  font-style: italic;
}
.section4 .slick-slide figure p span:nth-child(2) {
  font-weight: 400;
  font-size: 34px;
  font-size: 3.4rem;
  letter-spacing: normal;
}
.section4 .slick-slide figure img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0.5;
}
.section4 .slick-current {
  transform: scale(1.1);
  overflow: visible;
  position: relative;
  z-index: 10000;
}
.section4 .slick-current figure {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}
.section4 .slick-current figure img {
  opacity: 1;
}
.section4 .slick-current .common_bt {
  opacity: 1;
}
.section4 .slick-list {
  overflow: visible;
}
.section4 .slick-arrow {
  z-index: 1000;
}
.section4 .slick-prev, .section4 .slick-next {
  background: none;
}
.section4 .slick-prev:before,
.section4 .slick-next:before,
.section4 .slick-prev:after,
.section4 .slick-next:after {
  background: #000;
}
.section4 .slick-prev:hover, .section4 .slick-next:hover {
  background: none;
}

.section5 {
  background: #0054a7;
  background: -moz-linear-gradient(-45deg, #0054a7 0%, #0088ce 100%);
  background: -webkit-linear-gradient(-45deg, #0054a7 0%, #0088ce 100%);
  background: linear-gradient(-45deg, #0054a7 0%, #0088ce 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0054a7",endColorstr="#0088ce",GradientType=1);
  position: relative;
}
.section5 ul {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  transform: translate(0, -10vh);
}
.section5 ul li {
  margin: 0 0 4vw 3vw;
  width: 30%;
}
.section5 ul li:nth-child(3n+1) {
  margin-left: 0;
}
.section5 ul li a {
  text-decoration: none;
}
.section5 ul li a img {
  width: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
  -moz-transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
  -ms-transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
  -o-transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
  transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.section5 ul li a:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.section5 ul li p {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 5px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.section5 #footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* scrollify */
.scrollify_pager {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 0;
  z-index: 1000;
}
.scrollify_pager li {
  display: block;
  margin: 20px;
}
.scrollify_pager li a {
  display: block;
  width: 10px;
  height: 10px;
  background: #f8f8f8;
  border-radius: 50%;
}
.scrollify_pager .is-current a {
  background: #047ac7;
}

/* slick */
.slick-prev, .slick-next {
  position: relative;
}

.slick-prev::before, .slick-next::before {
  position: absolute;
  z-index: 100;
  top: 50%;
  background: none !important;
  transform: translate(0, -100%);
  -webkit-transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
  -moz-transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
  -ms-transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
  -o-transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
  transition: all 0.5s cubic-bezier(0.66, 0.12, 0, 0.98);
}

.slick-prev::before {
  left: 110px;
  width: 40px;
  height: 40px;
  background: url(../../image/slick_prev.png) center center no-repeat !important;
  background-size: 100% !important;
  content: '' !important;
}

.slick-next::before {
  right: 110px;
  width: 40px;
  height: 40px;
  background: url(../../image/slick_next.png) center center no-repeat !important;
  background-size: 100% !important;
  content: '' !important;
}

/************************************************************************************************************************
sp 900
************************************************************************************************************************/
@media screen and (max-width: 900px) {
  #player_wrap {
    background: url(../../image/mv_sp.jpg) center center no-repeat;
    background-size: cover;
  }

  #player_cover img {
    width: 150px;
  }

  #catch {
    width: 90%;
  }
  #catch img {
    width: 100%;
    height: auto;
  }

  #movie_bt {
    width: 230px;
  }

  #section2 p {
    width: 85%;
    margin: 0 auto;
  }
  #section2 p img {
    width: 100%;
  }
  #section2.is-show {
    padding: 3vw;
  }

  #section3 {
    overflow: auto;
    padding: 10px 0;
  }
  #section3 .flex_free_bet {
    display: block;
  }
  #section3 .flex_free_bet img {
    width: 60%;
  }
  #section3 #section3_inner_r {
    margin-top: 50px;
    height: auto;
  }
  #section3 #section3_inner_r p {
    margin-top: 20px;
  }
  #section3 #section3_inner_r .t1 {
    font-size: 4.5rem;
  }
  #section3:before {
    top: auto;
    left: 0;
    height: 0;
    bottom: -15vw;
    width: 100%;
    -webkit-transform: skewY(-8deg);
    -moz-transform: skewY(-8deg);
    -ms-transform: skewY(-8deg);
    -o-transform: skewY(-8deg);
    transform: skewY(-8deg);
    transform-origin: bottom left;
  }
  #section3.is-show:before {
    height: 68%;
    left: 0;
    width: 100%;
  }

  .section4 .common_bt {
    width: 96%;
  }
  .section4 .common_bt a {
    padding: 18px 0 18px 8px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: normal;
  }
  .section4 .common_bt a:after {
    width: 30px;
  }
  .section4 .slick-slide figure p {
    width: 58px;
    height: 58px;
  }
  .section4 .slick-slide figure p span:nth-child(2) {
    font-size: 28px;
    font-size: 2.8rem;
  }

  .section5 {
    padding-top: 40px;
  }
  .section5 ul {
    width: auto;
    transform: translate(0);
  }
  .section5 ul li {
    width: 45%;
    margin: 5% 2%;
  }
  .section5 ul li p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .section5 ul li img {
    width: 100%;
  }
  .section5 ul li:nth-child(3n+1) {
    margin-left: 2%;
  }
  .section5 #footer {
    position: relative;
    padding-top: 30px;
    margin-top: 30px;
  }
  .section5 #footer img {
    width: 150px;
  }
  .section5 .section-content {
    height: auto;
  }

  .scrollify_pager {
    display: none;
  }

  .slick-prev::before {
    left: 9vw;
    width: 35px;
    height: 40px;
  }

  .slick-next::before {
    right: 9vw;
    width: 40px;
    height: 40px;
  }
}
