@charset "UTF-8";
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol, ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  border-spacing: 0;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  word-break: normal;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  -webkit-appearance: none;
  font: inherit;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  white-space: pre-line;
  resize: none;
  line-height: 1.5;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  html,
body {
    margin: 0;
  }
  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
  @page {
    margin: 0;
    size: 9.924in 14.028in;
  }
}
html {
  line-height: 1;
  opacity: 1;
}
html.is-loading {
  transition: opacity 0.25s ease;
  opacity: 0;
}

body {
  background-color: #384cf4;
  color: #000;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  transition: opacity 0.3s ease;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  overflow-y: scroll;
}
body.has-modal {
  position: fixed;
  width: 100%;
  overflow-y: hidden !important;
}

.hidden {
  display: none;
}

.trans {
  opacity: 1;
  transition: opacity 0.26s ease;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.8;
}

.container {
  overflow: hidden;
}

.font-montserrat {
  /* font-family: "Montserrat", sans-serif */
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

.load-font {
  opacity: 0;
  transition: opacity 0.26s;
}
.wf-active .load-font {
  opacity: 1;
}

@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }
  main {
    min-height: calc(100vh - 200px);
  }
  body {
    font-size: 0.14rem;
  }
  body.has-modal {
    padding-right: 22px;
  }
  .wrapper {
    max-width: 1368px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 50px;
  }
  .sm {
    display: none !important;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    font-size: 13.3333333333vw;
    min-height: 100vh;
  }
  body {
    font-size: 0.28rem;
  }
  main {
    min-height: calc(100vh - 2.8rem);
    padding-top: 1.3rem;
  }
  .container {
    min-width: 320px;
  }
  .wrapper {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .md {
    display: none !important;
  }
}
.header-site .header-wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.header-site .logo-image {
  display: block;
}
.header-site .header-logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.navigation-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
}
.navigation-list > li {
  list-style-type: none;
}
.navigation-list a {
  text-decoration: none;
  position: relative;
}

@media print, (min-width: 768px) {
  .header-site {
    padding: 17px 20px;
  }
  .header-site .navigation-list > li {
    margin-bottom: 10px;
  }
  .header-logo {
    position: relative;
    top: 8px;
  }
  .header-logo .logo-top {
    display: block;
    margin-left: 29px;
  }
  .header-wrapper {
    max-width: 1857px;
    margin: 0 auto;
  }
  .navigation-list {
    padding-right: 9px;
    padding-top: 5px;
  }
  .navigation-list a {
    font-size: 0.16rem;
    line-height: 1.75;
    padding: 0 16px;
    display: block;
    color: #fff;
  }
  .navigation-list a:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 17px;
    right: 13px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
    -ms-transform: scale(0, 1);
        transform: scale(0, 1);
    -ms-transform-origin: right top;
        transform-origin: right top;
    transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  }
  .navigation-list a:hover:after {
    -ms-transform-origin: left top;
        transform-origin: left top;
    -ms-transform: scale(1, 1);
        transform: scale(1, 1);
  }
  .navigation-list .menu-active a:after {
    -ms-transform: scale(1, 1);
        transform: scale(1, 1);
  }
}
@media print, (min-width: 768px) and (max-width: 1070px) {
  .header-site .header-wrapper {
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .header-site .header-logo {
    margin-right: 30px;
    top: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .logo-image {
    margin-right: 0.3rem;
  }
  .logo-top {
    width: 3rem;
  }
  .logo-top img {
    width: 100%;
  }
  .header-site {
    position: fixed;
    width: 100%;
    height: 0.94rem;
    left: 0;
    top: 0;
    padding: 0.1rem 0.2rem;
    z-index: 999;
  }
  .header-navigation {
    position: fixed;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    left: 0;
    top: 0;
    z-index: 400;
    overflow-y: auto;
  }
  .logo-image {
    width: 2rem;
  }
  .logo-image img {
    width: 100%;
  }
  .navigation-inner {
    position: relative;
    width: 100%;
    padding: 1rem 0;
    overflow: auto;
  }
  .navigation-list {
    max-width: 4rem;
    margin: 0 auto;
    -ms-flex-pack: center;
        justify-content: center;
    padding-left: 0;
  }
  .navigation-list > li {
    width: 3.2rem;
    opacity: 0;
    text-align: center;
    font-size: 0;
    transition: all 70ms cubic-bezier(0, 0.995, 0.99, 1);
  }
  .navigation-list > li:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  .navigation-list > li.animate {
    font-size: 0.28rem;
    opacity: 1;
    transition: all 150ms cubic-bezier(0, 0.995, 0.99, 1);
  }
  .navigation-list > li.animate:nth-child(1) {
    transition-delay: 0s;
  }
  .navigation-list > li.animate:nth-child(2) {
    transition-delay: 0.03s;
  }
  .navigation-list > li.animate:nth-child(3) {
    transition-delay: 0.06s;
  }
  .navigation-list > li.animate:nth-child(4) {
    transition-delay: 0.09s;
  }
  .navigation-list > li.animate:nth-child(5) {
    transition-delay: 0.12s;
  }
  .navigation-list > li.animate:nth-child(6) {
    transition-delay: 0.15s;
  }
  .navigation-list > li.animate:nth-child(7) {
    transition-delay: 0.18s;
  }
  .navigation-list > li.animate:nth-child(8) {
    transition-delay: 0.21s;
  }
  .navigation-list > li.animate:nth-child(9) {
    transition-delay: 0.24s;
  }
  .navigation-list > li.animate:nth-child(10) {
    transition-delay: 0.27s;
  }
  .navigation-list > li.animate:nth-child(11) {
    transition-delay: 0.3s;
  }
  .navigation-list > li.animate:nth-child(12) {
    transition-delay: 0.33s;
  }
  .navigation-list > li.animate:nth-child(13) {
    transition-delay: 0.36s;
  }
  .navigation-list > li.animate:nth-child(14) {
    transition-delay: 0.39s;
  }
  .navigation-list > li.animate:nth-child(15) {
    transition-delay: 0.42s;
  }
  .navigation-list > li.animate:nth-child(16) {
    transition-delay: 0.45s;
  }
  .navigation-list > li.animate:nth-child(17) {
    transition-delay: 0.48s;
  }
  .navigation-list > li.animate:nth-child(18) {
    transition-delay: 0.51s;
  }
  .navigation-list > li.animate:nth-child(19) {
    transition-delay: 0.54s;
  }
  .navigation-list > li.animate:nth-child(20) {
    transition-delay: 0.57s;
  }
  .navigation-list > li.animate:nth-child(21) {
    transition-delay: 0.6s;
  }
  .navigation-list a {
    color: #4a89dc;
    letter-spacing: 0.03rem;
    display: inline-block;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-navigation {
    pointer-events: none;
  }
  .header-navigation.is-active {
    pointer-events: auto;
  }
  .circle-animate {
    position: absolute;
    width: 0;
    height: 0;
    top: 0.34rem;
    right: 0.2rem;
    background: #fff;
    opacity: 1;
    border-radius: 50%;
    z-index: 400;
    transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
  }
  .circle-animate.expand {
    width: 210vw;
    height: 200vh;
    min-height: 16rem;
    top: -5.6rem;
    right: -5.65rem;
    transition: all 400ms cubic-bezier(0, 0.995, 0.99, 1);
  }
}
@media only screen and (max-width: 767.98px) {
  .button-menu {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    padding: 0.1rem;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 700;
  }
  .button-menu span {
    position: absolute;
    display: block;
    width: 0.4rem;
    height: 0.03rem;
    left: 0.22rem;
    background: #fff;
    border-radius: 0.02rem;
    transition: all 200ms ease-out;
  }
  .button-menu span:nth-child(1) {
    top: 0.3rem;
  }
  .button-menu span:nth-child(2) {
    top: 0.4rem;
  }
  .button-menu span:nth-child(3) {
    top: 0.5rem;
  }
  .button-menu span.collapse {
    top: 0.37rem;
    background: #4a89dc;
    transition: all 70ms ease-out;
  }
  .button-menu span.rotate30 {
    -ms-transform: rotate(30deg);
        transform: rotate(30deg);
    transition: all 50ms ease-out;
  }
  .button-menu span.rotate150 {
    -ms-transform: rotate(150deg);
        transform: rotate(150deg);
    transition: all 50ms ease-out;
  }
  .button-menu span.rotate45 {
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    transition: all 100ms ease-out;
  }
  .button-menu span.rotate135 {
    -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    transition: all 100ms ease-out;
  }
}
.footer-site {
  position: relative;
}
.footer-site small {
  display: block;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}
.footer-site small span {
  margin: 0 5px;
  color: transparent;
  text-shadow: 0 0 #fff;
}
.footer-site .to-top {
  position: absolute;
  z-index: 100;
}
.footer-site .to-top span {
  display: block;
}
.footer-site .to-top span::before {
  content: "";
  display: block;
  background-color: #fff;
  margin: 0 auto;
}

@media print, (min-width: 768px) {
  .footer-site .wrapper {
    padding-bottom: 40px;
    max-width: 1780px;
  }
  .footer-site .footer-wrapper {
    max-width: 1668px;
  }
  .footer-site .footer-wrapper small {
    font-size: 0.16rem;
  }
  .footer-site small {
    text-align: right;
    font-size: 0.18rem;
  }
  .footer-site .to-top {
    bottom: 158px;
    right: 103px;
  }
  .footer-site .to-top span::before {
    width: 4px;
    height: 105px;
    margin-bottom: 15px;
    border-radius: 2px;
  }
  .footer-site .to-top img {
    width: 12px;
    height: 33px;
  }
}
@media print, (min-width: 768px) and (max-width: 1070px) {
  .footer-site .to-top {
    bottom: 100px;
  }
}
@media print, (min-width: 768px) and (max-width: 1555px) {
  .footer-site .to-top {
    right: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-site {
    padding: 0.2rem 0 0.6rem;
    margin-top: 0.6rem;
  }
  .footer-site small {
    font-size: 0.23rem;
    text-align: center;
  }
  .footer-site .to-top {
    bottom: 1.28rem;
    right: 0.2rem;
  }
  .footer-site .to-top span::before {
    width: 0.04rem;
    height: 1.05rem;
    margin-bottom: 0.15rem;
    border-radius: 0.02rem;
  }
  .footer-site .to-top img {
    width: 0.2rem;
    height: 0.8rem;
  }
}
.background {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: -1;
}
@media print, (min-width: 768px) {
  .background {
    top: -300px;
    bottom: -300px;
  }
}
@media only screen and (max-width: 767.98px) {
  .background {
    top: -3rem;
    bottom: -3rem;
  }
}

@keyframes lineMove1 {
  to {
    transform: rotate(-15deg) translateX(130vw);
  }
}
@keyframes lineMove2 {
  to {
    transform: rotate(-15deg) translateX(130vw);
  }
}
@keyframes lineMove3 {
  to {
    transform: rotate(-15deg) translateX(130vw);
  }
}
@keyframes lineMove4 {
  to {
    transform: rotate(-15deg) translateX(130vw);
  }
}
@keyframes lineMove5 {
  to {
    transform: rotate(-15deg) translateX(130vw);
  }
}
@keyframes lineMove6 {
  to {
    transform: rotate(-15deg) translateX(130vw);
  }
}
@keyframes lineMove7 {
  to {
    transform: rotate(-15deg) translateX(130vw);
  }
}
@keyframes lineMove8 {
  to {
    transform: rotate(-15deg) translateX(130vw);
  }
}
@keyframes lineMove9 {
  to {
    transform: rotate(-15deg) translateX(130vw);
  }
}
@keyframes lineMove10 {
  to {
    transform: rotate(-15deg) translateX(130vw);
  }
}
@keyframes lineMoveSP1 {
  to {
    transform: rotate(-15deg) translateX(160vw);
  }
}
@keyframes lineMoveSP2 {
  to {
    transform: rotate(-15deg) translateX(160vw);
  }
}
@keyframes lineMoveSP3 {
  to {
    transform: rotate(-15deg) translateX(160vw);
  }
}
@keyframes lineMoveSP4 {
  to {
    transform: rotate(-15deg) translateX(160vw);
  }
}
@keyframes lineMoveSP5 {
  to {
    transform: rotate(-15deg) translateX(160vw);
  }
}
@keyframes lineMoveSP6 {
  to {
    transform: rotate(-15deg) translateX(160vw);
  }
}
@keyframes lineMoveSP7 {
  to {
    transform: rotate(-15deg) translateX(160vw);
  }
}
@keyframes lineMoveSP8 {
  to {
    transform: rotate(-15deg) translateX(160vw);
  }
}
@keyframes lineMoveSP9 {
  to {
    transform: rotate(-15deg) translateX(160vw);
  }
}
@keyframes lineMoveSP10 {
  to {
    transform: rotate(-15deg) translateX(160vw);
  }
}
.background-line-shapes,
.background-shapes {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.background-line-shapes .line {
  position: absolute;
  -ms-transform: rotate(-15deg);
      transform: rotate(-15deg);
}
.background-line-shapes .line:nth-child(1) {
  background-color: rgba(255, 51, 249, 0.5);
  top: 99vh;
  animation: lineMove1 40s linear infinite;
  animation-delay: 30s;
}
.background-line-shapes .line:nth-child(2) {
  background-color: #0df2fe;
  top: 2vh;
  animation: lineMoveSP2 49s linear infinite;
  animation-delay: 16s;
}
.background-line-shapes .line:nth-child(3) {
  background-color: rgba(255, 51, 249, 0.5);
  top: 80vh;
  animation: lineMove3 46s linear infinite;
  animation-delay: 24s;
}
.background-line-shapes .line:nth-child(4) {
  background-color: rgba(255, 51, 249, 0.5);
  top: 51vh;
  animation: lineMove4 58s linear infinite;
  animation-delay: 3s;
}
.background-line-shapes .line:nth-child(5) {
  background-color: #0df2fe;
  top: 37vh;
  animation: lineMove5 49s linear infinite;
  animation-delay: 7s;
}
.background-line-shapes .line:nth-child(6) {
  background-color: rgba(255, 51, 249, 0.5);
  top: 65vh;
  animation: lineMove6 50s linear infinite;
  animation-delay: 4s;
}
.background-line-shapes .line:nth-child(7) {
  background-color: #ff33f9;
  top: 77vh;
  animation: lineMove7 58s linear infinite;
  animation-delay: 27s;
}
.background-line-shapes .line:nth-child(8) {
  background-color: #ff33f9;
  top: 45vh;
  animation: lineMove8 53s linear infinite;
  animation-delay: 3s;
}
.background-line-shapes .line:nth-child(9) {
  background-color: #ff33f9;
  top: 15vh;
  animation: lineMove9 55s linear infinite;
  animation-delay: 1s;
}
.background-line-shapes .line:nth-child(10) {
  background-color: #ff33f9;
  top: 41vh;
  animation: lineMove10 41s linear infinite;
  animation-delay: 15s;
}

@media print, (min-width: 768px) {
  .background-line-shapes .line:nth-child(1) {
    left: -200px;
    width: 86px;
    height: 2px;
    border-radius: 1px;
  }
  .background-line-shapes .line:nth-child(2) {
    left: -200px;
    width: 180px;
    height: 3px;
    border-radius: 2px;
  }
  .background-line-shapes .line:nth-child(3) {
    left: -200px;
    width: 126px;
    height: 8px;
    border-radius: 4px;
  }
  .background-line-shapes .line:nth-child(4) {
    left: -200px;
    width: 146px;
    height: 7px;
    border-radius: 4px;
  }
  .background-line-shapes .line:nth-child(5) {
    left: -200px;
    width: 183px;
    height: 7px;
    border-radius: 4px;
  }
  .background-line-shapes .line:nth-child(6) {
    left: -200px;
    width: 170px;
    height: 4px;
    border-radius: 2px;
  }
  .background-line-shapes .line:nth-child(7) {
    left: -200px;
    width: 156px;
    height: 4px;
    border-radius: 2px;
  }
  .background-line-shapes .line:nth-child(8) {
    left: -200px;
    width: 101px;
    height: 5px;
    border-radius: 3px;
  }
  .background-line-shapes .line:nth-child(9) {
    left: -200px;
    width: 150px;
    height: 3px;
    border-radius: 2px;
  }
  .background-line-shapes .line:nth-child(10) {
    left: -200px;
    width: 131px;
    height: 7px;
    border-radius: 4px;
  }
}
@media only screen and (max-width: 767.98px) {
  .background-line-shapes .line:nth-child(1) {
    left: -2rem;
    width: 0.94rem;
    height: 0.02rem;
    border-radius: 1px;
  }
  .background-line-shapes .line:nth-child(2) {
    left: -2rem;
    width: 0.77rem;
    height: 0.05rem;
    border-radius: 0.03rem;
  }
  .background-line-shapes .line:nth-child(3) {
    left: -2rem;
    width: 0.97rem;
    height: 0.03rem;
    border-radius: 0.02rem;
  }
  .background-line-shapes .line:nth-child(4) {
    left: -2rem;
    width: 0.87rem;
    height: 0.03rem;
    border-radius: 0.02rem;
  }
  .background-line-shapes .line:nth-child(5) {
    left: -2rem;
    width: 0.83rem;
    height: 0.05rem;
    border-radius: 0.03rem;
  }
  .background-line-shapes .line:nth-child(6) {
    left: -2rem;
    width: 0.94rem;
    height: 0.05rem;
    border-radius: 0.03rem;
  }
  .background-line-shapes .line:nth-child(7) {
    left: -2rem;
    width: 0.99rem;
    height: 0.06rem;
    border-radius: 0.03rem;
  }
  .background-line-shapes .line:nth-child(8) {
    left: -2rem;
    width: 0.79rem;
    height: 0.05rem;
    border-radius: 0.03rem;
  }
  .background-line-shapes .line:nth-child(9) {
    left: -2rem;
    width: 0.94rem;
    height: 0.05rem;
    border-radius: 0.03rem;
  }
  .background-line-shapes .line:nth-child(10) {
    left: -2rem;
    width: 0.95rem;
    height: 0.04rem;
    border-radius: 0.02rem;
  }
}
.background-shapes .shape0 {
  fill: none;
  stroke: #ff33f9;
  stroke-miterlimit: 10;
}
.background-shapes .shape1 {
  fill: #0df2fe;
}
.background-shapes .shape2 {
  fill: none;
  stroke: #0df2fe;
  stroke-width: 3;
  stroke-miterlimit: 10;
}
.background-shapes .shape3 {
  fill: none;
  stroke: #f60dc0;
  stroke-width: 3;
  stroke-miterlimit: 10;
}
.background-shapes .shape4 {
  fill: #ff33f9;
}
.background-shapes .shape5 {
  fill: #f60dc0;
}
.background-shapes .shape6 {
  opacity: 0.7;
  fill: #0df2fe;
  enable-background: new;
}
.background-shapes .shape7 {
  fill: none;
  stroke: #f60dc0;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
.background-shapes .shape8 {
  opacity: 0.8;
  fill: #0df2fe;
  enable-background: new;
}
.background-shapes .shape9 {
  opacity: 0.8;
  fill: none;
  stroke: #0df2fe;
  stroke-width: 3;
  stroke-miterlimit: 10;
  enable-background: new;
}
.background-shapes .shape10 {
  opacity: 0.4;
  fill: none;
  stroke: #0df2fe;
  stroke-width: 3;
  stroke-miterlimit: 10;
  enable-background: new;
}
.background-shapes .image-shapes {
  enable-background: new 0 0 2088.2 4154.2;
}

.title-primary {
  position: relative;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #fff;
}
.title-primary::before {
  content: "";
  position: absolute;
  background-color: #fff;
  left: 0;
}
.title-primary span {
  display: block;
}

@media print, (min-width: 768px) {
  .title-primary {
    margin-bottom: 42px;
    padding-left: 10px;
    margin-left: 17px;
    font-size: 0.72rem;
  }
  .title-primary::before {
    right: 14px;
    height: 3px;
    bottom: 3px;
  }
  .title-primary span {
    margin-left: 68px;
    letter-spacing: 0.01em;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-primary {
    margin-bottom: 0.9rem;
    margin-left: 0.2rem;
    font-size: 0.7rem;
  }
  .title-primary::before {
    right: 0.14rem;
    height: 0.03rem;
    bottom: 0;
  }
  .title-primary span {
    margin-left: 0.4rem;
  }
}
.title-secondary {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.01em;
  opacity: 0;
  transition: opacity 0.26s;
}
.wf-active .title-secondary {
  opacity: 1;
}

@media print, (min-width: 768px) {
  .title-secondary {
    font-size: 0.56rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-secondary {
    font-size: 0.5rem;
    margin-bottom: 0.8rem;
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounce-in-left {
  animation-name: bounceInLeft;
}

.animated {
  animation-duration: 1.2s;
  animation-fill-mode: both;
}

@media print {
  .wow {
    visibility: visible !important;
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-up {
  animation-name: fade-in-up;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  animation-name: fade-in;
}
@keyframes fade-in-left {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fade-in-left {
  animation-name: fade-in-left;
}
@keyframes fade-in-right {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fade-in-right {
  animation-name: fade-in-right;
}
@keyframes fade-in-down {
  0% {
    opacity: 0;
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-down {
  animation-name: fade-in-down;
}

.works-common {
  padding: 0;
  margin: 0;
  list-style: none;
}
.works-common .works-time {
  color: #e80db2;
  font-weight: bold;
  letter-spacing: 0.002em;
  text-align: center;
}
.works-common .works-time time {
  letter-spacing: 0.004em;
}
.works-common .works-title {
  font-weight: 800;
}
.works-common .works-description {
  font-weight: 300;
  margin-bottom: 0;
}
.works-common .works-content {
  width: 100%;
}
.works-common .works-image {
  position: relative;
}
.works-common .works-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media print, (min-width: 768px) {
  .works-common {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .works-common .works-title {
    font-size: 0.14rem;
    line-height: 1.2;
    min-height: 40px;
    margin-bottom: 4px;
  }
  .works-common .works-description {
    font-size: 0.13rem;
    line-height: 1.2;
  }
  .works-common .works-time {
    font-size: 0.15rem;
  }
  .works-common .works-time time {
    font-size: 0.19rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .works-common {
    margin-bottom: 0;
  }
  .works-common .works-title {
    margin-bottom: 0.1rem;
    min-height: 0.62rem;
  }
  .works-common .works-time {
    font-size: 0.2rem;
  }
  .works-common .works-time time {
    font-size: 0.25rem;
  }
  .works-common .works-title,
.works-common .works-description {
    font-size: 0.22rem;
  }
}
.button-common {
  position: relative;
  display: inline-block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  background-color: transparent;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #0df2fe 50%);
  transition: background-position 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.6s ease 0s, background-color 0.5s ease;
  background-size: 200% 100%;
}
.button-common:hover {
  background-color: #0df2fe;
  background-position: -100% 100%;
}

@media print, (min-width: 768px) {
  .button-common {
    border: 2px solid #0df2fe;
    padding: 5px 10px;
    min-width: 265px;
    font-size: 0.28rem;
    border-radius: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common {
    border: 1px solid #0df2fe;
    padding: 0.14rem 0.2rem;
    min-width: 4rem;
    font-size: 0.28rem;
    border-radius: 0.4rem;
    margin-top: 0.5rem;
  }
}
.news-common {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  font-weight: 600;
  line-height: 1.75;
}
.news-common a {
  display: -ms-flexbox;
  display: flex;
}
.news-common .news-time {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.news-common .news-description {
  margin-bottom: 0;
}

@media print, (min-width: 768px) {
  .news-common,
.news-common .news-description {
    font-size: 0.14rem;
  }
  .news-common a {
    padding: 11px 0;
    margin-bottom: 2px;
  }
  .news-common li {
    padding-top: 2px;
  }
  .news-common .news-time {
    width: 100%;
    max-width: 173px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .news-common,
.news-common .news-description {
    font-size: 0.24rem;
  }
  .news-common a {
    padding: 0.11rem 0;
    margin-bottom: 0.02rem;
  }
  .news-common li {
    padding-top: 0.02rem;
  }
  .news-common .news-time {
    width: 1.75rem;
    padding-right: 0.2rem;
  }
}
@keyframes fadeInModal {
  0% {
    transform: translateY(200%);
  }
  100% {
    transform: translateY(0);
  }
}
.block-image {
  position: relative;
  display: block;
}

.hover-border {
  text-decoration: none;
  display: block;
  color: #000;
}
.hover-border:hover .mark {
  opacity: 1;
}
.hover-border:hover .mark span {
  font-size: 0.28rem;
  display: inline-block;
  font-weight: 500;
  opacity: 1;
  -ms-transform: translate(-50%, -50%) scale(1, 1);
      transform: translate(-50%, -50%) scale(1, 1);
  transition-delay: 0.3s;
  text-decoration: underline;
  white-space: nowrap;
}
.hover-border .mark {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0 solid rgba(33, 0, 212, 0.4);
  opacity: 0;
  transition: all 0.4s ease-in-out;
  text-align: center;
}
.hover-border .mark span {
  color: #fff;
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%) scale(0, 0);
      transform: translate(-50%, -50%) scale(0, 0);
  opacity: 0;
  transition: transform 0.2s ease-in 0.1s, opacity 0.1s ease-in-out;
  min-width: max-content;
}
@media print, (min-width: 768px) {
  .hover-border:hover .mark {
    border-width: 110px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hover-border:hover .mark {
    border-width: 1.1rem;
  }
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.modal-common {
  display: none;
  z-index: 90992;
  color: #000;
  overflow-y: scroll;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.modal-common .modal-fade {
  animation: fadeInModal 0.5s ease forwards;
}
.modal-common .modal-cell {
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}
.modal-common .modal-inner {
  background-color: #fff;
  margin: auto;
  -ms-transform: translateY(200%);
      transform: translateY(200%);
}
.modal-common .modal-window {
  margin: auto 0;
  background: #fff;
  position: relative;
}
.modal-common .modal-close {
  background: url(../img/common/close_icn_modal.svg) no-repeat center/100% auto;
  position: absolute;
  cursor: pointer;
  z-index: 10;
}
.modal-common .content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal-common .content-description,
.modal-common .content-title {
  font-weight: 600;
}
.modal-common .modal-video {
  display: block;
  margin: 0 auto;
}
.modal-common .modal-video iframe {
  width: 100%;
  height: 100%;
}
.modal-common .modal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media print, (min-width: 768px) {
  .modal-common .modal-inner,
.modal-common .modal-window {
    width: 100%;
    max-width: 996px;
    border-radius: 12px;
  }
  .modal-common .modal-body {
    padding: 100px 82px 90px;
  }
  .modal-common .modal-close {
    width: 29px;
    height: 30px;
    top: 38px;
    right: 105px;
  }
  .modal-common .content-title {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 0.24rem;
    line-height: 1.75;
    border-bottom: 2px solid #333;
  }
  .modal-common .content-wrapper {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 73px;
  }
  .modal-common .content-image {
    width: 270px;
    height: 270px;
    margin-top: 3px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .modal-common .content-description {
    margin-top: -3px;
    padding-left: 27px;
    line-height: 1.7857142857;
  }
  .modal-common .content-description p {
    margin-bottom: 0;
  }
  .modal-common .content-description p:not(:last-child) {
    margin-bottom: 24px;
  }
  .modal-common .modal-video {
    width: 518px;
    height: 280px;
  }
  .modal-common .modal-video + .modal-video {
    margin-top: 40px;
  }
  .modal-common .modal-cell {
    padding: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .modal-common .modal-cell {
    padding: 0.4rem;
    min-height: 100%;
  }
  .modal-common .modal-inner,
.modal-common .modal-window {
    width: 6.5rem;
    border-radius: 0.15rem;
  }
  .modal-common .modal-body {
    padding: 1rem 0.38rem 0.6rem;
  }
  .modal-common .modal-close {
    width: 0.6rem;
    height: 0.6rem;
    top: 0.2rem;
    right: 0.3rem;
    background-size: 0.4rem 0.4rem;
  }
  .modal-common .content-title {
    margin-bottom: 0.4rem;
    padding-bottom: 0.1rem;
    font-size: 0.3rem;
    line-height: 1.75;
    border-bottom: 2px solid #333;
  }
  .is-iphone .modal-common .content-title {
    letter-spacing: -0.02em;
  }
  .modal-common .content-image {
    width: 2.7rem;
    height: 2.7rem;
    margin: 0 auto 0.4rem;
  }
  .modal-common .content-description {
    line-height: 1.7857142857;
  }
  .modal-common .content-description p {
    margin-bottom: 0;
  }
  .modal-common .content-description p:not(:last-child) {
    margin-bottom: 0.25rem;
  }
  .modal-common .modal-video {
    width: 100%;
    height: 2.9rem;
    margin-top: 0.4rem;
  }
}

.modal-common-gallery {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90992;
  color: #000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow-x: hidden;
  overflow-y: scroll;
}
.modal-common-gallery.is-modal-ready {
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.modal-common-gallery.is-modal-ready .modal-viewport {
  animation: fadeInModal 0.5s ease forwards;
}
.modal-common-gallery.is-modal-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modal-common-gallery .button-modal-close {
  background: url(../img/common/close_icn_modal.svg) no-repeat center/100% auto;
  position: absolute;
  cursor: pointer;
  z-index: 10;
}
.modal-common-gallery .button-modal-arrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 50%;
  z-index: 80;
  cursor: pointer;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  opacity: 1;
  transition: opacity 0.3s;
}
.modal-common-gallery .button-modal-arrow:hover {
  opacity: 0.8;
}
.modal-common-gallery .button-modal-arrow.is-next span {
  background-image: url(../img/studio/button_icn_next.svg);
}
.modal-common-gallery .button-modal-arrow.is-previous span {
  background-image: url(../img/studio/button_icn_prev.svg);
}
.modal-common-gallery .button-modal-arrow span {
  background-size: auto 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
}
.modal-common-gallery .modal-viewport {
  width: 100%;
  min-height: 100%;
  position: relative;
  -ms-transform: translateY(150%);
      transform: translateY(150%);
}
.modal-common-gallery .modal-frame {
  width: 100%;
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.modal-common-gallery .modal-item {
  max-width: 100%;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.modal-common-gallery .item-wrapper {
  background-color: #fff;
  position: relative;
}
.modal-common-gallery .item-content {
  position: relative;
}
.modal-common-gallery .content-title, .modal-common-gallery .content-description {
  font-weight: 600;
}
.modal-common-gallery .content-video {
  display: block;
  margin: 0 auto;
}
.modal-common-gallery .content-video iframe {
  width: 100%;
  height: 100%;
}
.modal-common-gallery .content-image img {
  object-fit: contain;
}
@media print, (min-width: 768px) {
  .modal-common-gallery .content-image img {
    width: 750px;
    max-width: 74vw;
    max-height: 70vh;
  }
  .modal-common-gallery .button-modal-arrow {
    width: 36px;
    height: 34px;
  }
  .modal-common-gallery .button-modal-arrow.is-next {
    right: 15px;
  }
  .modal-common-gallery .button-modal-arrow.is-previous {
    left: 10px;
  }
  .modal-common-gallery .button-modal-arrow span {
    width: 18px;
    height: 19px;
  }
  .modal-common-gallery .button-modal-close {
    width: 29px;
    height: 30px;
    top: 25px;
    right: 50px;
  }
  .modal-common-gallery .modal-item {
    padding: 40px;
  }
  .modal-common-gallery .item-wrapper {
    max-width: 870px;
    padding: 108px 58px 80px;
    border-radius: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .modal-common-gallery .modal-item {
    width: 6.7rem;
  }
  .modal-common-gallery .content-image {
    width: 5.6rem;
    margin: 0 auto;
  }
  .modal-common-gallery .content-image img {
    max-height: 65vh;
    width: 100%;
  }
  .modal-common-gallery .button-modal-close {
    width: 0.6rem;
    height: 0.6rem;
    top: 0.2rem;
    right: 0.3rem;
    background-size: 0.4rem 0.4rem;
  }
  .modal-common-gallery .button-modal-arrow {
    width: 0.55rem;
    height: 0.55rem;
  }
  .modal-common-gallery .button-modal-arrow.is-next {
    right: 0;
  }
  .modal-common-gallery .button-modal-arrow.is-previous {
    left: 0;
  }
  .modal-common-gallery .button-modal-arrow span {
    width: 0.18rem;
    height: 0.19rem;
  }
  .modal-common-gallery .modal-item {
    padding: 0.4rem 0;
  }
  .modal-common-gallery .item-wrapper {
    max-width: 100%;
    padding: 1.2rem 0.38rem 0.6rem;
    border-radius: 0.15rem;
    max-height: 90vh;
  }
}

@media print, (orientation: landscape) and (max-width: 767.98px) {
  .modal-common-gallery .item-wrapper {
    max-height: 85vh;
    padding-top: 0.6rem;
  }
  .modal-common-gallery .content-image img {
    max-height: 65vh;
  }
  .modal-common-gallery .button-modal-close {
    background-size: 0.3rem 0.3rem;
    top: 0;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.top-down {
  display: block;
  position: fixed;
  z-index: 10;
}
.top-down span {
  display: block;
}
.top-down span::after {
  content: "";
  display: block;
  background-color: #fff;
}

@media print, (min-width: 768px) {
  .top-down {
    right: 98px;
    bottom: 65px;
  }
  .top-down span::after {
    width: 4px;
    height: 105px;
    margin: 12px auto 0;
    border-radius: 2px;
  }
  .top-down img {
    width: 12px;
    height: 64px;
  }
}
@media print, (min-width: 768px) and (max-width: 1555px) {
  .top-down {
    right: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .top-down {
    width: 0.19rem;
    right: 0.2rem;
    bottom: 1.2rem;
  }
  .top-down span::after {
    width: 0.04rem;
    height: 1.05rem;
    margin: 0.25rem auto 0;
    border-radius: 0.02rem;
  }
  .top-down img {
    width: 100%;
  }
}
@media print, (orientation: landscape) and (max-width: 767.98px) {
  .top-down {
    bottom: 0.2rem;
    width: 0.1rem;
  }
}
.section-top-keyvisual .wrapper-keyvisual {
  position: relative;
  height: 100%;
}
.section-top-keyvisual .keyvisual-title,
.section-top-keyvisual .text-star {
  position: absolute;
  margin-bottom: 0;
}
.section-top-keyvisual .keyvisual-title {
  transition: opacity 0.26s;
  right: 0;
  text-align: right;
  font-weight: 500;
  color: #fff;
}
.section-top-keyvisual .text-star {
  font-weight: 500;
  line-height: 1;
  z-index: -1;
  color: #8b8b8b;
  opacity: 0.5;
}
.section-top-keyvisual .keyvisual img {
  width: 100%;
}

@media print, (min-width: 768px) {
  .section-top-keyvisual {
    padding: 0 90px;
  }
  .section-top-keyvisual .wrapper-keyvisual {
    max-width: 1672px;
    padding-top: 13.4vh;
    margin: 0 auto;
  }
  .section-top-keyvisual .keyvisual-title {
    margin-right: 36px;
    font-size: 1.15rem;
    bottom: 28px;
    clip: rect(0, 0, 161px, 0);
  }
  .is-tablet .section-top-keyvisual .keyvisual-title {
    bottom: 268px;
  }
  .section-top-keyvisual .text-star {
    font-size: 3rem;
    bottom: 16px;
    right: 50px;
  }
  .is-tablet .section-top-keyvisual .text-star {
    bottom: 288px;
  }
  .section-top-keyvisual .keyvisual {
    max-width: 991px;
  }
}
@media print, (min-width: 1921px) {
  .section-top-keyvisual .wrapper-keyvisual {
    padding-top: 120px;
  }
}
@media print, (min-width: 768px) and (max-width: 1130px) {
  .section-top-keyvisual .keyvisual-title {
    font-size: 9vw;
  }
  .section-top-keyvisual .text-star {
    font-size: 28vw;
  }
}
@media print, (min-width: 768px) and (max-width: 1000px) {
  .section-top-keyvisual .wrapper-keyvisual {
    margin-top: 50px;
  }
  .section-top-keyvisual .keyvisual-title {
    margin-top: 140px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-keyvisual .wrapper-keyvisual {
    padding-top: 30vh;
  }
  .section-top-keyvisual .keyvisual-title {
    margin-right: 0.5rem;
    font-size: 0.83rem;
    bottom: 2.5rem;
    clip: rect(0, 0, 1.19rem, 0);
  }
  .section-top-keyvisual .text-star {
    font-size: 1.5rem;
    bottom: 2.7rem;
    right: 0.85rem;
  }
}
@media only screen and (max-width: 374px) {
  .section-top-keyvisual .keyvisual-title {
    bottom: 3rem;
  }
  .section-top-keyvisual .text-star {
    bottom: 3.3rem;
  }
}
@media print, (orientation: landscape) and (max-width: 767.98px) {
  .section-top-keyvisual {
    height: 8rem !important;
  }
  .top-down {
    bottom: 0.3rem;
  }
}
@media print, (max-width: 376px) {
  .section-top .wrapper-top {
    padding-top: 3.8rem;
  }
  .section-top .top-title {
    bottom: 4rem;
  }
  .section-top .text-star {
    bottom: 4.2rem;
  }
}
.section-top-works .works-common {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
}
.section-top-works .works-common > li {
  list-style-type: none;
  text-align: center;
}
.section-top-works .works-common a {
  text-align: center;
  color: #fff;
}
.section-top-works .works-title {
  min-height: auto;
}
.section-top-works .works-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0;
}

@media print, (min-width: 768px) {
  .section-top-works {
    padding: 10px 0 100px;
  }
  .section-top-works .wrapper {
    max-width: 1130px;
  }
  .section-top-works .works-common {
    margin-bottom: 8px;
  }
  .section-top-works .works-common > li {
    width: 21.36%;
    margin: 0 1.82% 46px;
  }
  .section-top-works .works-common a {
    font-size: 0.13rem;
  }
  .section-top-works .works-title {
    margin-bottom: 20px;
  }
  .section-top-works .works-time {
    margin-bottom: 5px;
  }
  .section-top-works .block-image {
    margin-bottom: 8px;
  }
  .section-top-works .works-image {
    padding-bottom: 100%;
  }
}
@media print, (min-width: 810px) and (max-width: 1070px) {
  .section-top-works .works-common a:hover .mark {
    border-width: 9.15vw;
  }
}
@media print, (min-width: 768px) and (max-width: 809px) {
  .section-top-works .works-common a:hover .mark {
    border-width: 9.05vw;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-works .works-common {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .section-top-works .works-common > li {
    width: 3.3rem;
    margin-bottom: 0.4rem;
  }
  .section-top-works .works-time {
    margin-bottom: 0.15rem;
  }
  .section-top-works .works-image {
    height: 2.2rem;
  }
  .section-top-works .block-image {
    margin: 0 auto;
    width: 2.2rem;
    margin-bottom: 0.2rem;
  }
}
.section-top-movies .slider {
  position: relative;
}
.section-top-movies .slider-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.section-top-movies .slider-video {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.section-top-movies .slick-arrow {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  border: 0;
  padding: 0;
  background: center/100% auto no-repeat;
  top: 50%;
  cursor: pointer;
}
.section-top-movies .slick-arrow.slick-next {
  background-image: url(../img/common/arrow_next.png);
}
.section-top-movies .slick-arrow.slick-prev {
  background-image: url(../img/common/arrow_prev.png);
}
.section-top-movies .slick-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
}
.section-top-movies .slick-dots > li {
  border-radius: 50%;
  display: block;
  overflow: hidden;
  background: #fff;
  opacity: 0.8;
  outline: none;
  list-style-type: none;
  transition: opacity 0.26s;
  cursor: pointer;
}
.section-top-movies .slick-dots > li button {
  text-indent: -99999px;
}
.section-top-movies .slick-dots > li.slick-active, .section-top-movies .slick-dots > li:hover {
  opacity: 1;
}

@media print, (min-width: 768px) {
  .section-top-movies {
    padding-bottom: 394px;
  }
  .section-top-movies .title-primary {
    margin-bottom: 166px;
  }
  .section-top-movies .wrapper {
    max-width: 1640px;
  }
  .section-top-movies .slider {
    width: 91%;
    margin: 0 auto;
  }
  .section-top-movies .slider-wrapper {
    margin: 0 15px;
  }
  .section-top-movies .slider-video {
    padding-bottom: 53.8%;
  }
  .section-top-movies .slick-arrow {
    width: 15px;
    height: 20px;
    margin-top: -10px;
  }
  .section-top-movies .slick-arrow.slick-next {
    right: -54px;
    margin-top: -48px;
  }
  .section-top-movies .slick-arrow.slick-prev {
    left: -53px;
    margin-top: -47px;
  }
  .section-top-movies .slick-dots {
    margin-top: 72px;
  }
  .section-top-movies .slick-dots > li {
    width: 10px;
    height: 10px;
    margin: 0 31px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-movies {
    padding: 0.8rem 0;
  }
  .section-top-movies .slider {
    width: 90%;
    margin: 0 auto;
  }
  .section-top-movies .slider-wrapper {
    margin: 0 15px;
  }
  .section-top-movies .slider-video {
    padding-bottom: 53.8%;
  }
  .section-top-movies .slick-arrow {
    width: 0.6rem;
    height: 0.6rem;
    background-size: 0.3rem 0.38rem;
    margin-top: 1.4rem;
  }
  .section-top-movies .slick-arrow.slick-next {
    right: -0.04rem;
  }
  .section-top-movies .slick-arrow.slick-prev {
    left: -0.04rem;
  }
  .section-top-movies .slick-dots {
    margin-top: 0.7rem;
    padding: 0 0.8rem;
  }
  .section-top-movies .slick-dots > li {
    width: 0.2rem;
    height: 0.2rem;
    margin: 0 0.2rem 0.2rem;
  }
}
.section-top-news .news-common,
.section-top-news .news-common a {
  color: #fff;
}

@media print, (min-width: 768px) {
  .section-top-news {
    padding-bottom: 70px;
  }
  .section-top-news .wrapper {
    max-width: 962px;
  }
  .section-top-news .title-primary {
    margin-bottom: 150px;
  }
  .section-top-news .news-common {
    margin-bottom: 106px;
  }
  .section-top-news .news-common > li {
    display: -ms-flexbox;
    display: flex;
    padding: 7px 0;
  }
  .section-top-news .news-common > li:not(:last-child) {
    border-bottom: 3px solid #fff;
  }
  .section-top-news .news-common a {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .section-top-news .news-common .news-time {
    padding-left: 33px;
    max-width: 207px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-top-news {
    padding-bottom: 1rem;
  }
  .section-top-news .news-common > li {
    display: -ms-flexbox;
    display: flex;
    padding: 0.11rem 0;
  }
  .section-top-news .news-common > li:not(:last-child) {
    border-bottom: 0.03rem solid #fff;
  }
}
@media print, (min-width: 768px) {
  .wf-active .clip {
    animation: clipReact 2s linear 1s forwards;
  }
}
@media only screen and (max-width: 767.98px) {
  .wf-active .clip {
    animation: clipReactSP 2s linear 1s forwards;
  }
}
@keyframes clipReactSP {
  from {
    clip: rect(0, 0, 1.19rem, 0);
  }
  to {
    clip: rect(0, 6.58rem, 1.19rem, 0);
  }
}
@keyframes clipReact {
  from {
    clip: rect(0, 0, 161px, 0);
  }
  to {
    clip: rect(0, 890px, 161px, 0);
  }
}
/*# sourceMappingURL=top.css.map */