@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@500&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:focus, *:focus {
  outline: none;
}

/* -----------------------------------------
	common 
-----------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  color: #fff;
  background-color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  word-wrap: break-word;
  font-family: "Noto Sans JP", sans-serif;
}
body.is-open {
  overflow: hidden;
  width: 100%;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

article {
  overflow: hidden;
}

.l_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.l_continar {
  width: 1140px;
  margin: 0 auto;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .logo {
  width: 140px;
  margin-left: 70px;
  margin-top: 30px;
}

#menu_trigger {
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
  height: 80px;
  cursor: pointer;
  z-index: 1001;
}
#menu_trigger span {
  top: 39px;
  left: 22px;
  display: block;
  width: 120px;
  height: 1px;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#menu_trigger span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#menu_trigger span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#menu_trigger.is-open {
  right: 40px;
  top: 40px;
}
#menu_trigger.is-open span {
  background-color: #000;
}
#menu_trigger.is-open span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menu_trigger.is-open span:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#menu_content {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  text-align: center;
  background-color: #000;
}
#menu_content .menu_content_inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#menu_content ul li {
  padding-bottom: 60px;
}
#menu_content ul li:last-child {
  padding-bottom: 0;
}
#menu_content ul li a {
  color: #fff;
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: 0.33em;
  font-weight: 500;
  line-height: 1;
}

.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.link a {
  display: block;
  overflow: hidden;
  width: 50%;
  position: relative;
}
.link a span {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
.link a img {
  width: 100%;
}

.movie a {
  display: block;
  position: relative;
}
.movie a .icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.movie a .icon img {
  width: 82px;
}
.movie a .icon span {
  padding-top: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.3em;
  display: block;
}
.movie a .txt {
  z-index: 2;
  position: absolute;
  bottom: 25px;
  right: 25px;
  font-size: 14px;
  font-size: 1.4rem;
}

#footer {
  background-color: #0d0d0d;
  padding-top: 150px;
  position: relative;
}
#footer .footer_inner {
  border-bottom: 1px solid #7c7c7c;
}
#footer .logo_wrap {
  width: 1250px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
}
#footer .stella_logo {
  width: 140px;
}
#footer .shimano_logo {
  width: 200px;
}
#footer small {
  display: block;
  width: 1250px;
  margin: 0 auto;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 20px 0;
}

@media screen and (max-width: 1260px) {
  .l_continar {
    width: 90.4761904762vw;
  }
  #header .logo {
    width: 11.1111111111vw;
    margin-left: 5.5555555556vw;
    margin-top: 2.380952381vw;
  }
  #menu_trigger {
    width: 6.3492063492vw;
    height: 6.3492063492vw;
  }
  #menu_trigger span {
    top: 3.0952380952vw;
    left: 1.746031746vw;
    width: 2.8571428571vw;
    height: 0.2380952381vw;
  }
  #menu_trigger span:before {
    top: -0.873015873vw;
  }
  #menu_trigger span:after {
    bottom: -0.873015873vw;
  }
  #menu_content ul li {
    padding-bottom: 4.7619047619vw;
  }
  #menu_content ul li a {
    font-size: 2.5396825397vw;
  }
  .link a span {
    font-size: 1.9047619048vw;
  }
  .movie a .icon img {
    width: 6.5079365079vw;
  }
  .movie a .icon span {
    padding-top: 1.5873015873vw;
    font-size: 0.9523809524vw;
  }
  .movie a .txt {
    bottom: 1.9841269841vw;
    right: 1.9841269841vw;
    font-size: 1.1111111111vw;
  }
  #footer {
    padding-top: 11.9047619048vw;
  }
  #footer .logo_wrap {
    width: 99.2063492063vw;
    padding-bottom: 1.5873015873vw;
  }
  #footer .stella_logo {
    width: 11.1111111111vw;
  }
  #footer .shimano_logo {
    width: 15.873015873vw;
  }
  #footer small {
    width: 99.2063492063vw;
    font-size: 1.0317460317vw;
    padding: 1.5873015873vw 0;
  }
}
@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .l_continar {
    width: 100%;
  }
  #header .logo {
    width: 29.0666666667vw;
    margin-left: 2.6666666667vw;
    margin-top: 4vw;
  }
  #menu_trigger {
    width: 13.8666666667vw;
    height: 13.8666666667vw;
  }
  #menu_trigger span {
    top: 6.5333333333vw;
    left: 2.9333333333vw;
    width: 8vw;
    height: 0.6666666667vw;
  }
  #menu_trigger span:before {
    top: -2.4vw;
  }
  #menu_trigger span:after {
    bottom: -2.4vw;
  }
  #menu_content ul li {
    padding-bottom: 8vw;
  }
  #menu_content ul li a {
    font-size: 5.3333333333vw;
  }
  .link {
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
  }
  .link a {
    width: 100%;
  }
  .link a span {
    font-size: 4.2666666667vw;
  }
  .movie a .icon img {
    width: 10.9333333333vw;
  }
  .movie a .icon span {
    padding-top: 2.6666666667vw;
    font-size: 1.6vw;
  }
  .movie a .txt {
    bottom: 3.3333333333vw;
    right: 3.3333333333vw;
    font-size: 1.8666666667vw;
  }
  #footer {
    padding-top: 0;
    background-color: #000;
  }
  #footer .logo_wrap {
    width: 100%;
    padding: 0 4.6666666667vw 4vw;
  }
  #footer .stella_logo {
    width: 25.3333333333vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #footer .shimano_logo {
    width: 26.6666666667vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #footer small {
    width: 100%;
    font-size: 2.6666666667vw;
    padding: 4vw 4.6666666667vw;
  }
}
.slideup {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  -webkit-transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.slideup.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
}

.slideleft {
  opacity: 0;
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
  -webkit-transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.slideleft.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
}

.slideright {
  opacity: 0;
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  -webkit-transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.slideright.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
          transform: translate3d(0, 0px, 0);
}

.move_pic {
  transition: opacity 0.5s linear, -webkit-transform 1s cubic-bezier(0.36, 0.14, 0, 1);
  -webkit-transition: opacity 0.5s linear, -webkit-transform 1s cubic-bezier(0.36, 0.14, 0, 1);
  transition: transform 1s cubic-bezier(0.36, 0.14, 0, 1), opacity 0.5s linear;
  transition: transform 1s cubic-bezier(0.36, 0.14, 0, 1), opacity 0.5s linear, -webkit-transform 1s cubic-bezier(0.36, 0.14, 0, 1);
  opacity: 0;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.move_pic.active {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.move_txt .f {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding-bottom: 0.1em;
  /*
  -webkit-transform:translate(0,20%);
  transform:translate(0,20%);
  */
}
.move_txt .f .i {
  vertical-align: bottom;
  display: inline-block;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.move_txt .f:nth-child(1) {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.04s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.04s;
}
.move_txt .f:nth-child(1) .i {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.04s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.04s;
}
.move_txt .f:nth-child(2) {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.08s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.08s;
}
.move_txt .f:nth-child(2) .i {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.08s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.08s;
}
.move_txt .f:nth-child(3) {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.12s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.12s;
}
.move_txt .f:nth-child(3) .i {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.12s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.12s;
}
.move_txt .f:nth-child(4) {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.16s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.16s;
}
.move_txt .f:nth-child(4) .i {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.16s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.16s;
}
.move_txt .f:nth-child(5) {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.2s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.2s;
}
.move_txt .f:nth-child(5) .i {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.2s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.2s;
}
.move_txt .f:nth-child(6) {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.24s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.24s;
}
.move_txt .f:nth-child(6) .i {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.24s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.24s;
}
.move_txt .f:nth-child(7) {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.28s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.28s;
}
.move_txt .f:nth-child(7) .i {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.28s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.28s;
}
.move_txt .f:nth-child(8) {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.32s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.32s;
}
.move_txt .f:nth-child(8) .i {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.32s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.32s;
}
.move_txt .f:nth-child(9) {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.36s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.36s;
}
.move_txt .f:nth-child(9) .i {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.36s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.36s;
}
.move_txt .f:nth-child(10) {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.4s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.4s;
}
.move_txt .f:nth-child(10) .i {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.4s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.4s;
}
.move_txt .f:nth-child(11) {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.44s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.44s;
}
.move_txt .f:nth-child(11) .i {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.44s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.44s;
}
.move_txt .f:nth-child(12) {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.48s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.48s;
}
.move_txt .f:nth-child(12) .i {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.48s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.48s;
}
.move_txt .f:nth-child(13) {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.52s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.52s;
}
.move_txt .f:nth-child(13) .i {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.52s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.52s;
}
.move_txt .f:nth-child(14) {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.56s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.56s;
}
.move_txt .f:nth-child(14) .i {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.56s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.56s;
}
.move_txt .f:nth-child(15) {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.6s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.6s;
}
.move_txt .f:nth-child(15) .i {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.6s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.6s;
}
.move_txt .f:nth-child(16) {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.64s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.64s;
}
.move_txt .f:nth-child(16) .i {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.64s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.64s;
}
.move_txt .f:nth-child(17) {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.68s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.68s;
}
.move_txt .f:nth-child(17) .i {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.68s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.68s;
}
.move_txt .f:nth-child(18) {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.72s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.72s;
}
.move_txt .f:nth-child(18) .i {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.72s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.72s;
}
.move_txt .f:nth-child(19) {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.76s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.76s;
}
.move_txt .f:nth-child(19) .i {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.76s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.76s;
}
.move_txt .f:nth-child(20) {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.8s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.8s;
}
.move_txt .f:nth-child(20) .i {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.8s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.8s;
}
.move_txt .f:nth-child(21) {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.84s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.84s;
}
.move_txt .f:nth-child(21) .i {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.84s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.84s;
}
.move_txt .f:nth-child(22) {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.88s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.88s;
}
.move_txt .f:nth-child(22) .i {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.88s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.88s;
}
.move_txt .f:nth-child(23) {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.92s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.92s;
}
.move_txt .f:nth-child(23) .i {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.92s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.92s;
}
.move_txt .f:nth-child(24) {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.96s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.96s;
}
.move_txt .f:nth-child(24) .i {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.96s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 0.96s;
}
.move_txt .f:nth-child(25) {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 1s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 1s;
}
.move_txt .f:nth-child(25) .i {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 1s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 1s;
}
.move_txt .f:nth-child(26) {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 1.04s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 1.04s;
}
.move_txt .f:nth-child(26) .i {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 1.04s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 1.04s;
}
.move_txt .f:nth-child(27) {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 1.08s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 1.08s;
}
.move_txt .f:nth-child(27) .i {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 1.08s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 1.08s;
}
.move_txt .f:nth-child(28) {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 1.12s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 1.12s;
}
.move_txt .f:nth-child(28) .i {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 1.12s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 1.12s;
}
.move_txt .f:nth-child(29) {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 1.16s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 1.16s;
}
.move_txt .f:nth-child(29) .i {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 1.16s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 1.16s;
}
.move_txt .f:nth-child(30) {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 1.2s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 1.2s;
}
.move_txt .f:nth-child(30) .i {
  -webkit-transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 1.2s;
  transition: 1s cubic-bezier(0.36, 0.14, 0, 1) 1.2s;
}
.move_txt.active .f {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.move_txt.active .f .i {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mfp-iframe-holder .mfp-close {
  overflow: hidden;
  font-size: 0;
  opacity: 1;
}
.mfp-iframe-holder .mfp-close:after {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/common/movie_close.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 1260px) {
  .mfp-iframe-holder .mfp-close:after {
    width: 2.380952381vw;
    height: 2.380952381vw;
  }
}
@media screen and (max-width: 750px) {
  .mfp-iframe-holder .mfp-close:after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}