@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

.font-os {
  font-family: "Oswald", sans-serif;
}

body,div,dl,dt,dd,ul,ol,li,p,h1,h2,h3,h4,h5,h6,th,td,pre,code,blockquote,form,fieldset,legend,input,textarea,figcaption,figure{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#FFF}hr{display:none}img{vertical-align:bottom}select,input,button,textarea{font-size:99%}table{font-size:inherit;font:100%;border-collapse:collapse;border-spacing:0}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}.hd{display:block;width:0;height:0;overflow:hidden}.cf:before,.cf:after{content:"";display:table}.cf:after{clear:both}.cf{*zoom:1}article,aside,details,figcaption,figure,footer,header,hgroup,hr,menu,nav,section,main{display:block}*{margin:0;padding:0;box-sizing:border-box;max-height:999999px;outline:none;}*:focus{outline: none;}button{background-color:transparent;border:none;cursor:pointer;outline:none;padding:0;}
/*-----------------------------------------------
 * Modal
 * Header
 * Parts
-------------------------------------------------*/
body{
    -webkit-text-size-adjust: 100%;
    background-color: #fff;
    color: #000;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-feature-settings: "palt";
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.07em;
    line-height: 1.8;
    word-wrap: break-word;
}
.pc{ display: block; }
.sp{ display: none; }
a{ color: #222; }
a:hover{ text-decoration: none; }
.ah { transition: opacity .3s ease; }
.ah:hover { opacity: .7; }
::selection{
    background: #6ccfee;
    color: #fff;
}
::-moz-selection{
    background: #6ccfee;
    color:#fff;
}
@media screen and (max-width:767px){ 
    html{ 
        font-size: 62.5%;
    }
    body{
        font-size: 10px; 
        font-size: 1rem;
        min-width: 320px;
    }
    .sp{ display: block; }
    .pc{ display: none; }
    .ah:hover { opacity: 1; }
}


/*-----------------------------------------------
 * Modal
-------------------------------------------------*/

/**
 * modalBox
 * 基盤のモーダル
 */
.modalBox{
    -webkit-overflow-scrolling: touch;
    background: rgba(0,0,0,.75);
    display: none;
    width: 100%;
    height: 100%;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.oneModal{
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

/* oneModalIn */
.oneModalIn{
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    min-width: 1200px;
    min-height: 100%;
    margin: 0 auto;
    position: relative;
}
.oneModalIn__cont{
    padding: 50px 0;
}
@media screen and (max-width:767px){
    .oneModalIn{
        min-width: 100%;
    }
    .oneModalIn__cont{
        width: 100%;
        padding: 30px 0;
    }
}

/**
 * closeBtn
 */
.closeBtn{
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
@media screen and (max-width:767px){
    .closeBtn{
        width: 40px;
        height: 40px;
    }
}
.closeBtn a{
    background: #000 url(../img/common/close.png) no-repeat 0 0 / 100%;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

/**
 * iframe
 */
/* common */
.commonIframe{
  width: 200%;
  height: 200%;
  display: block;
}

/* youtube */
.youtubeIframeWrap {
    width: 100%;
    /* max-width: 159.993vh; */
    position: relative;
}
@media screen and (max-width:767px){
    .youtubeIframeWrap {
        width: 100%;
        max-width: 100%;
    }
}
.youtubeIframeWrap:before{
    content: "";
    display: block;
    padding-top: 56.25%;
    z-index: 0;
}
.youtubeIframe{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}



/*-----------------------------------------------
 * Parts
-------------------------------------------------*/



/*-----------------------------------------------
 * ページ共通
-------------------------------------------------*/
/* 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,
q:before,
q:after {
  content: '';
  content: none;
}

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

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

body {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  color: #FFF;
  letter-spacing: .1em;
  background: #000;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 12px;
  }
}

body.-topLoadComplete {
  background: #000 url(../../assets/img/common/deco/deco_dotbg.svg) repeat left top/20px;
}

body.sub {
  background: #000 url(../../assets/img/common/deco/deco_dotbg.svg) repeat left top/20px;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  border-radius: 0px;
  background: #000;
}

::-webkit-scrollbar-thumb {
  background: #FFF;
  border-radius: 0px;
  margin: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}


/* ===============================================
# footer
=============================================== */

.l-footer {
  position: relative;
  margin-bottom: 50px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.-topLoadComplete .l-footer,
.-subLoadComplete .l-footer {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.85s cubic-bezier(0.18, 0.63, 0.19, 0.98);
  transition: opacity 0.8s, -webkit-transform 0.85s cubic-bezier(0.18, 0.63, 0.19, 0.98);
  transition: opacity 0.8s, transform 0.85s cubic-bezier(0.18, 0.63, 0.19, 0.98);
  transition: opacity 0.8s, transform 0.85s cubic-bezier(0.18, 0.63, 0.19, 0.98), -webkit-transform 0.85s cubic-bezier(0.18, 0.63, 0.19, 0.98);
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.l-footer__in {
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 32px;
}

.l-footer__txt {
  color: #666666;
  font-size: 12px;
  text-align: center;
  line-height: 1.667;
}

@media screen and (max-width: 768px) {
  .l-footer__txt {
    width: 110%;
    margin-left: -4%;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    font-size: 10px;
    line-height: 2;
  }
}

.l-footer__btn {
  width: 170px;
  margin: 24px auto 0;
}

@media screen and (max-width: 768px) {
  .l-footer__btn {
    width: 63.2vw;
    margin: 10px auto 24px;
  }
}

.l-footer__btn>a {
  display: block;
  height: 30px;
  border: 1px solid #666666;
  overflow: hidden;
  text-decoration: none;
  position: relative;
  text-align: center;
}

.l-footer__btn>a::before,
.l-footer__btn>a::after {
  content: '';
  position: absolute;
  height: 28px;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  background: rgba(255, 255, 255, 0.1);
  top: 0;
  width: calc(100% + 28px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-footer__btn>a::before {
  left: calc(-100% - 42px);
}

.l-footer__btn>a::after {
  left: calc(100% + 14px);
}

.l-footer__btn>a:hover::before {
  left: -14px;
}

.l-footer__btn>a:hover::after {
  left: -14px;
}

.l-footer__btn>a span {
  display: block;
  height: 28px;
  font-size: 12px;
  text-align: center;
  line-height: 27px;
  position: relative;
  z-index: 3;
  letter-spacing: 0.1em;
  padding-left: 0.1em;
  color: #666666;
}

@media screen and (max-width: 768px) {
  .l-footer__btn>a span {
    font-size: 10px;
    height: 25px;
  }
}

.l-footer__bnr {
  display: block;
  margin: 24px auto 0;
  text-align: center;
}

.l-footer__bnr a {
  display: inline-block;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.l-footer__bnr a:hover {
  opacity: .75;
}

.l-footer__copy {
  width: 12.5vw;
  min-width: 150px;
  min-height: 10px;
  background: url(../../assets/img/common/footer/footer_copy.svg) no-repeat center center/contain;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-footer__copy {
    width: 24vw;
    min-height: 6px;
  }
}

.l-footer__sns {
  margin: 0 auto;
  margin-top: 24px;
  margin-bottom: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .l-footer__sns {
    margin-top: 40px;
  }
}

.l-footer__sns--ttl {
  width: 32px;
  height: 10px;
  margin-right: 28px;
  background: url(../../assets/img/common/nav/nav_share.svg) no-repeat left top/contain;
}

@media screen and (max-width: 768px) {
  .l-footer__sns--ttl {
    width: 46px;
    height: 16px;
    margin-right: 40px;
  }
}

.l-footer__sns--link {
  width: 20px;
  height: 20px;
  display: block;
  -webkit-mask-size: 20px 20px;
  mask-size: 20px 20px;
  background: #FFF;
}

@media screen and (max-width: 768px) {
  .l-footer__sns--link {
    width: 32px;
    height: 32px;
    -webkit-mask-size: 32px 32px;
    mask-size: 32px 32px;
  }
}

.l-footer__sns--link:not(:last-child) {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .l-footer__sns--link:not(:last-child) {
    margin-right: 36px;
  }
}

.l-footer__sns--link.sns-tw {
  -webkit-mask-image: url(../../assets/img/common/icon/icon-tw.svg);
  mask-image: url(../../assets/img/common/icon/icon-tw.svg);
}

.l-footer__sns--link.sns-fb {
  -webkit-mask-image: url(../../assets/img/common/icon/icon-fb.svg);
  mask-image: url(../../assets/img/common/icon/icon-fb.svg);
}

.l-footer__sns--link.sns-ln {
  -webkit-mask-image: url(../../assets/img/common/icon/icon-line.svg);
  mask-image: url(../../assets/img/common/icon/icon-line.svg);
}

.l-footer__sns--link:hover {
  -webkit-transition: background .5s ease;
  transition: background .5s ease;
  background: #e02e2c;
}

@media screen and (max-width: 768px) {
  .l-footer__sns.nav-ani {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
}

@media screen and (max-width: 768px) {
  .l-footer__sns.nav-ani.is-ani {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}



/**
 * c-card-thumb
 */
.c-card-thumb__inner {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: (minmax(320px, 1fr))[auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.c-card-thumb__link {
  display: block;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  color: inherit;
  text-decoration: none;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.c-card-thumb__thumb {
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

.c-card-thumb__thumb::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.c-card-thumb__thumb img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
  vertical-align: top;
}

.c-card-thumb__body {
  margin: 20px;
}

.c-card-thumb__catch {
  font-size: 16px;
}

.c-card-thumb__txt {
  margin-top: 1em;
  font-size: 14px;
}

/**
 * c-card-media
 */
.c-card-media__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e7e7e7;
  color: inherit;
  text-decoration: none;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.c-card-media__link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0 20px 20px;
  padding-left: 20px;
  color: inherit;
  text-decoration: none;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.c-card-media__link:hover {
  background-color: #eee;
}

.c-card-media__thumb {
  width: 20%;
  position: relative;
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.c-card-media__body {
  width: calc(70% - 40px);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.c-card-media__catch {
  font-size: 16px;
}

.c-card-media__txt {
  margin-top: 1em;
  font-size: 14px;
}

/* ===============================================
# パーツ一覧整形用
=============================================== */
.parts-section {
  margin: 30px 0;
}

.parts-section__wrap {
  margin: 30px 0;
}

.parts-section__ttl {
  font-size: 22px;
  margin-bottom: 16px;
  border-left: 3px solid #000;
  padding-left: 16px;
}

.parts-section__subttl {
  font-size: 16px;
  margin-bottom: 16px;
  background: #eee;
  padding: 8px 16px;
}

.c-btn-link {
  width: 226px;
  border: 1px solid #FFF;
  margin: 0 auto;
  position: relative;
}

.c-btn-link>a {
  padding: 10px 0;
  display: block;
  text-align: center;
  letter-spacing: 0;
}

.c-btn-link .icon-plus {
  padding-left: 8px;
  position: relative;
}

.c-btn-link .icon-plus::before,
.c-btn-link .icon-plus::after {
  content: '';
  display: block;
  width: 2px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: -8px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #ffffff;
}

.c-btn-link .icon-plus::before {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-btn-link .icon-plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}

/* ===============================================
# モーダル
=============================================== */
.c-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  z-index: 9999;
}

@media screen and (min-width: 769px) {
  .c-modal {
    min-width: 1200px;
    min-height: 800px;
  }
}

@media screen and (max-width: 768px) {
  .c-modal {
    height: 100svh;
    min-height: 100vh;
  }
}

.c-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
}

@media screen and (max-width: 768px) {
  .c-modal__bg {
    height: 100svh;
    min-height: 100vh;
  }
}

.c-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 769px) {
  .c-modal__content {
    width: 960px;
    height: 540px;
  }
}

@media screen and (max-width: 768px) {
  .c-modal__content {
    width: 100%;
    -webkit-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
  }
}

.c-modal__content.-movie::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.c-modal__content.-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 769px) {
  .c-modal__content--in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 769px) {
  .c-modal__content--in .c-modal-staff__cmt {
    margin: 0;
  }
}

@media screen and (min-width: 769px) {
  .c-modal__content--img {
    margin-right: 32px;
  }
}

@media screen and (max-width: 768px) {
  .c-modal__content--img {
    margin-bottom: 28px;
  }
}

.c-modal__content--img img {
  display: block;
  margin: 0 auto;
}

.c-modal__close {
  position: absolute;
}

@media screen and (min-width: 769px) {
  .c-modal__close {
    top: 0;
    right: -100px;
  }

  .c-modal-staff .c-modal__close {
    top: -40px;
    right: 100px;
  }
}

@media screen and (max-width: 768px) {
  .c-modal__close {
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
}

.c-modal__close:hover .close-btn::before,
.c-modal__close:hover .close-btn::after {
  background-color: #e02e2c;
}

.c-modal .close-btn {
  display: block;
  width: 80px;
  height: 40px;
}

@media screen and (max-width: 768px) {
  .c-modal .close-btn {
    height: 24px;
  }
}

.c-modal .close-btn::before,
.c-modal .close-btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  background-color: #FFF;
  width: 2px;
  height: 72px;
}

@media screen and (max-width: 768px) {

  .c-modal .close-btn::before,
  .c-modal .close-btn::after {
    height: 60px;
  }
}

.c-modal .close-btn::before {
  -webkit-transform: translate(-50%, -50%) rotate(70deg);
  transform: translate(-50%, -50%) rotate(70deg);
}

.c-modal .close-btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(-70deg);
  transform: translate(-50%, -50%) rotate(-70deg);
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

/* ===============================================
# grid__container
=============================================== */
.c-grid__container {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: 250px;
}

@media screen and (min-width: 769px) {
  .c-grid__container {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  .c-grid__container {
    width: 100%;
    /*コンテナの余白幅を600pxに指定*/
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    grid-gap: 20px;
    grid-auto-rows: 125px;
  }
}

.c-grid__item {
  position: relative;
}

@media screen and (min-width: 769px) and (min-width: 769px) {

  .p-news .item-1,
  .p-goods .item-1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / span 2;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) {

  .p-news .item-10,
  .p-goods .item-10 {
    /* -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    grid-row: 3 / 5;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3 / span 2; */
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3 / 5;
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    grid-row: 3 / span 2;

  }
}

@media screen and (min-width: 769px) and (min-width: 769px) {

  .p-news .item-11,
  .p-goods .item-11 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 5;
    -ms-grid-row-span: 2;
    grid-row: 5 / span 2;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) {

  .p-news .item-20,
  .p-goods .item-20 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3 / 5;
    -ms-grid-row: 7;
    -ms-grid-row-span: 2;
    grid-row: 7 / span 2;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) {

  .p-news .item-21,
  .p-goods .item-21 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 9;
    -ms-grid-row-span: 2;
    grid-row: 9 / span 2;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) {

  .p-news .item-30,
  .p-goods .item-30 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3 / 5;
    -ms-grid-row: 11;
    -ms-grid-row-span: 2;
    grid-row: 11 / span 2;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) {

  .p-news .item-31,
  .p-goods .item-31 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 13;
    -ms-grid-row-span: 2;
    grid-row: 13 / span 2;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) {
  .p-news .item-40,
  .p-goods .item-40 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3 / 5;
    -ms-grid-row: 15;
    -ms-grid-row-span: 2;
    grid-row: 15 / span 2;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) {
  .p-news .item-46,
  .p-goods .item-46 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3 / 5;
    -ms-grid-row: 15;
    -ms-grid-row-span: 2;
    grid-row: 17 / span 2;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) {
  .p-news .item-50,
  .p-goods .item-50 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3 / 5;
    -ms-grid-row: 15;
    -ms-grid-row-span: 2;
    grid-row: 19 / span 2;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-news .item-1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-news .item-6 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 5;
    -ms-grid-row-span: 2;
    grid-row: 5 / 7;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-news .item-11 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 9;
    -ms-grid-row-span: 2;
    grid-row: 9 / 11;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-news .item-16 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 13;
    -ms-grid-row-span: 2;
    grid-row: 13 / 15;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-news .item-21 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 13;
    -ms-grid-row-span: 2;
    grid-row: 17 / 19;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-news .item-26 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 13;
    -ms-grid-row-span: 2;
    grid-row: 21 / 23;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-news .item-31 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 13;
    -ms-grid-row-span: 2;
    grid-row: 25 / 27;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-news .item-36 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 13;
    -ms-grid-row-span: 2;
    grid-row: 29 / 31;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-news .item-41 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 13;
    -ms-grid-row-span: 2;
    grid-row: 33 / 35;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-news .item-46 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 13;
    -ms-grid-row-span: 2;
    grid-row: 37 / 39;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-news .item-51 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 13;
    -ms-grid-row-span: 2;
    grid-row: 41 / 43;
  }
}

.fullBg {
  min-width: 1200px;
  min-height: 640px;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0px;
  left: 0px;
}

@media screen and (max-width: 768px) {
  .fullBg {
    min-width: 100%;
    min-height: auto;
    right: 24px;
    left: 24px;
  }
}

.fullBg__lineWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .fullBg__lineWrap {
    min-width: 1200px;
    height: 150%;
    max-height: 1400px;
  }
}

@media screen and (max-width: 768px) {
  .fullBg__lineWrap {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.fullBg__lineWrap:after,
.fullBg__lineWrap>div {
  content: "";
  display: block;
  width: calc(100% / 4);
  height: 100%;
  min-height: 100vh;
  border-right: 1px solid rgba(51, 51, 51, 0.5);
}

@media screen and (max-width: 768px) {

  .fullBg__lineWrap:after,
  .fullBg__lineWrap>div {
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 768px) {
  .fullBg__lineWrap:after {
    width: calc(100% / 4);
  }
}

.fullBg__lineWrap:before {
  border-left: 1px solid rgba(51, 51, 51, 0.5);
}

.p-cmn__bg {
  width: 100%;
  position: relative;
  z-index: -1 !important;
}

.p-cmn__bg::before {
  content: '';
  display: block;
  min-height: 110px;
  position: absolute;
  opacity: 0;
}

.-subLoadComplete .p-cmn__bg::before {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media screen and (min-width: 769px) {
  .p-cmn__bg::before {
    width: 63.33333vw;
    min-width: 760px;
    max-width: 1140px;
    height: 9.16667vw;
    min-height: 110px;
    max-height: 150px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 40px);
    transform: translate(-50%, 40px);
  }
}

@media screen and (max-width: 768px) {
  .p-cmn__bg::before {
    width: 85.33333vw;
    min-height: 60px;
    margin: 0 auto;
    position: absolute;
    top: -80px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index: -1;
  }
}

.p-cmn__bg.-news {
  top: 130px;
}

@media screen and (max-width: 768px) {
  .p-cmn__bg.-news {
    top: 0px;
  }
}

.p-cmn__bg.-news::before {
  background: url("../../assets/img/common/bg/bg_news.svg") no-repeat center center/contain;
}

.p-cmn__bg.-intro {
  top: 55px;
}

@media screen and (max-width: 768px) {
  .p-cmn__bg.-intro {
    top: 0px;
  }
}

.p-cmn__bg.-intro::before {
  background: url("../../assets/img/common/bg/bg_intro.svg") no-repeat center center/contain;
}

@media screen and (min-width: 769px) {
  .p-cmn__bg.-intro::before {
    width: 63.75vw;
    height: 9.16667vw;
  }
}

.p-cmn__bg.-staff {
  top: 50px;
}

.p-cmn__bg.-staff::before {
  background: url("../../assets/img/common/bg/bg_staff.svg") no-repeat center center/contain;
}

@media screen and (min-width: 769px) {
  .p-cmn__bg.-staff::before {
    width: 26.66667vw;
    min-width: 320px;
  }
}

.p-cmn__bg.-cast {
  top: 140px;
}

.p-cmn__bg.-cast::before {
  background: url("../../assets/img/common/bg/bg_cast.svg") no-repeat center center/contain;
}

@media screen and (min-width: 769px) {
  .p-cmn__bg.-cast::before {
    width: 22.5vw;
    min-width: 270px;
  }
}

.p-cmn__bg.-chara {
  top: 0;
}

.p-cmn__bg.-chara::before {
  background: url("../../assets/img/common/bg/bg_chara.svg") no-repeat center center/contain;
}

.p-cmn__bg.-staffcast {
  top: 0;
}

.p-cmn__bg.-staffcast::before {
  background: url("../../assets/img/common/bg/bg_staffcast.svg") no-repeat center center/contain;
}

.p-cmn__bg.-goods {
  top: 0;
}

.p-cmn__bg.-goods::before {
  content: '';
  display: block;
  background: url("../../assets/img/common/bg/bg_goods.svg") no-repeat center center/contain;
}

.p-cmn__bg.-movie {
  top: 0;
}

.p-cmn__bg.-movie::before {
  content: '';
  display: block;
  background: url("../../assets/img/common/bg/bg_movie.svg") no-repeat center center/contain;
}

.p-cmn__bg.-episodes {
  top: 0;
}

.p-cmn__bg.-episodes::before {
  content: '';
  display: block;
  background: url("../../assets/img/common/bg/bg_episodes.svg") no-repeat center center/contain;
}

@media screen and (max-width: 768px) {
  .p-cmn__bg.-goods::before {
    width: 44.66667vw;
    min-height: 54px;
    margin: 0 auto;
    position: absolute;
    top: -80px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index: -1;
  }
}

.p-cmn__bg.-comics {
  top: 0;
}

.p-cmn__bg.-comics::before {
  content: '';
  display: block;
  background: url("../../assets/img/common/bg/bg_comics.svg") no-repeat center center/contain;
}

@media screen and (max-width: 768px) {
  .p-cmn__bg.-comics::before {
    width: 52.66667vw;
    min-height: 53px;
    margin: 0 auto;
    position: absolute;
    top: -75px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index: -1;
  }
}

.p-cmn__bg.-onair {
  top: 0;
}

.p-cmn__bg.-onair::before {
  content: '';
  display: block;
  background: url("../../assets/img/common/bg/bg_onair.svg") no-repeat center center / contain;
}

@media screen and (max-width: 768px) {
  .p-cmn__bg.-onair::before {
    width: 52.66667vw;
    min-height: 53px;
    margin: 0 auto;
    position: absolute;
    top: -75px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index: -1;
  }
}

.p-cmn__bg.-music {
  top: 0;
}

.p-cmn__bg.-music::before {
  content: '';
  display: block;
  background: url("../../assets/img/common/bg/bg_music.svg") no-repeat center center/contain;
}

@media screen and (max-width: 768px) {
  .p-cmn__bg.-music::before {
    width: 52.66667vw;
    min-height: 53px;
    margin: 0 auto;
    position: absolute;
    top: -80px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index: -1;
  }
}

.p-cmn__bg.-bddvd::before {
  content: '';
  display: block;
  background: url("../../assets/img/common/bg/bg_bddvd.svg") no-repeat center center/contain;
}

@media screen and (max-width: 768px) {
  .p-cmn__bg.-bddvd::before {
    width: 100vw;
    min-height: 53px;
    margin: 0 auto;
    position: absolute;
    top: -80px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index: -1;
  }
}

.ani-motion-txt {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.ani-motion-txt:after {
  content: '';
  position: absolute;
  opacity: 1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #FFF;
  -webkit-transform: translate3d(-101%, 0, 0);
  transform: translate3d(-101%, 0, 0);
  z-index: 999;
}

.-show .ani-motion-txt:after {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.-show.-done .ani-motion-txt:after {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(103%, 0, 0);
  transform: translate3d(103%, 0, 0);
}

.ani-motion-txt>.ani-motion-inner {
  opacity: 0;
}

.-show.-done .ani-motion-txt>.ani-motion-inner {
  opacity: 1;
}

.u-cf::after {
  clear: both;
  content: "";
  display: block;
}

.u-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .u-ellipsis {
    -webkit-line-clamp: 3;
  }
}

@media screen and (min-width: 1200px) {
  .u-full-width {
    margin: 0 calc(50% - 50vw);
  }
}

.u-mt15 {
  margin-top: 15px;
}

.u-mt24 {
  margin-top: 24px;
}

.u-mb24 {
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .u-mb24 {
    margin-bottom: 12px;
  }
}

.u-font-bold {
  font-weight: 600;
}

.u-writing-vertical {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.u-hidden {
  display: none;
  opacity: 0;
  height: 0;
  margin: 0;
}

.u-iframe {
  position: relative;
  max-width: 1000px;
  margin: auto;
}

.u-iframe::before {
  content: "";
  display: block;
  padding-top: 56.25%;
  /*ここにつける*/
}

.u-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

@media screen and (min-width: 769px) {
  .ani-bg {
    -webkit-animation: mvan 3s linear forwards, mvan_bg 4s ease forwards;
    animation: mvan 3s linear forwards, mvan_bg 4s ease forwards;
  }
}

@media screen and (max-width: 768px) {
  .ani-bg {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@-webkit-keyframes mvan {
  0% {
    -webkit-filter: brightness(3) contrast(3) opacity(0) saturate(0);
    filter: brightness(3) contrast(3) opacity(0) saturate(0);
  }

  33% {
    -webkit-filter: brightness(1) contrast(1) opacity(1) saturate(0.4);
    filter: brightness(1) contrast(1) opacity(1) saturate(0.4);
  }

  66% {
    -webkit-filter: brightness(1) contrast(1) opacity(1) saturate(0.8);
    filter: brightness(1) contrast(1) opacity(1) saturate(0.8);
  }

  100% {
    -webkit-filter: brightness(1) contrast(1) opacity(1) saturate(1);
    filter: brightness(1) contrast(1) opacity(1) saturate(1);
  }
}

@keyframes mvan {
  0% {
    -webkit-filter: brightness(3) contrast(3) opacity(0) saturate(0);
    filter: brightness(3) contrast(3) opacity(0) saturate(0);
  }

  33% {
    -webkit-filter: brightness(1) contrast(1) opacity(1) saturate(0.4);
    filter: brightness(1) contrast(1) opacity(1) saturate(0.4);
  }

  66% {
    -webkit-filter: brightness(1) contrast(1) opacity(1) saturate(0.8);
    filter: brightness(1) contrast(1) opacity(1) saturate(0.8);
  }

  100% {
    -webkit-filter: brightness(1) contrast(1) opacity(1) saturate(1);
    filter: brightness(1) contrast(1) opacity(1) saturate(1);
  }
}

@-webkit-keyframes mvan_bg {
  0% {
    background-size: 100%;
  }

  100% {
    background-size: 106%;
  }
}

@keyframes mvan_bg {
  0% {
    background-size: 100%;
  }

  100% {
    background-size: 106%;
  }
}

/*
** ボタンホバー時のスラッシュアニメ（aタグに入れる）
*/
.ani-hover-slash {
  overflow: hidden;
  display: block;
  position: relative;
}

.ani-hover-slash::before,
.ani-hover-slash::after {
  content: '';
  position: absolute;
  height: 100%;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  background: rgba(255, 255, 255, 0.1);
  top: 0;
  width: calc(100% + 40px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ani-hover-slash::before {
  left: calc(-100% - 60px);
}

.ani-hover-slash::after {
  left: calc(100% + 30px);
}

.ani-hover-slash:hover::before {
  left: -20px;
}

.ani-hover-slash:hover::after {
  left: -20px;
}

/*
** ani-hide
*/
@-webkit-keyframes ani-hide {

  0%,
  99% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes ani-hide {

  0%,
  99% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes ani-mask {
  0% {
    width: 0%;
    left: 0%;
  }

  50% {
    width: calc(100% + 2px);
    left: 0%;
  }

  100% {
    width: 0%;
    left: 100%;
  }
}

@keyframes ani-mask {
  0% {
    width: 0%;
    left: 0%;
  }

  50% {
    width: calc(100% + 2px);
    left: 0%;
  }

  100% {
    width: 0%;
    left: 100%;
  }
}

.ani-wrap {
  position: relative;
}

.ani-wrap::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #000;
}

.ani-hide {
  height: 100%;
  z-index: 1;
}

@-webkit-keyframes ani-fadein {
  0% {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes ani-fadein {
  0% {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes ani-flash {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

@keyframes ani-flash {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

/**
* ボワッと出現するアニメ 
*/
.ani-blurIn {
  position: relative;
  opacity: 0;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-filter 1s cubic-bezier(0.25, 1, 0.5, 1) 0.1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.25s;
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-filter 1s cubic-bezier(0.25, 1, 0.5, 1) 0.1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.25s;
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1), filter 1s cubic-bezier(0.25, 1, 0.5, 1) 0.1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.25s;
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1), filter 1s cubic-bezier(0.25, 1, 0.5, 1) 0.1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.25s, -webkit-filter 1s cubic-bezier(0.25, 1, 0.5, 1) 0.1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.25s;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .ani-blurIn {
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.-subLoadComplete .ani-blurIn {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-filter: blur(0);
  filter: blur(0);
}

.ani-blurIn-top {
  opacity: 0;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  -webkit-transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-filter 1s cubic-bezier(0.25, 1, 0.5, 1) 0.1s;
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-filter 1s cubic-bezier(0.25, 1, 0.5, 1) 0.1s;
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1), filter 1s cubic-bezier(0.25, 1, 0.5, 1) 0.1s;
  transition: opacity 1s cubic-bezier(0.25, 1, 0.5, 1), filter 1s cubic-bezier(0.25, 1, 0.5, 1) 0.1s, -webkit-filter 1s cubic-bezier(0.25, 1, 0.5, 1) 0.1s;
}

.ani-blurIn-top.-show {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}

@-webkit-keyframes ani-loadingFadeOut {
  0% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }

  100% {
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
  }
}

@keyframes ani-loadingFadeOut {
  0% {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }

  100% {
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
  }
}

/**
* delay appear
*/
.ani-appear-x {
  opacity: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.-subLoadComplete .ani-appear-x {
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.85s cubic-bezier(0.18, 0.63, 0.19, 0.98);
  transition: opacity 0.8s, -webkit-transform 0.85s cubic-bezier(0.18, 0.63, 0.19, 0.98);
  transition: opacity 0.8s, transform 0.85s cubic-bezier(0.18, 0.63, 0.19, 0.98);
  transition: opacity 0.8s, transform 0.85s cubic-bezier(0.18, 0.63, 0.19, 0.98), -webkit-transform 0.85s cubic-bezier(0.18, 0.63, 0.19, 0.98);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.ani-appear-x.-delay-05 {
  -webkit-transition-delay: .05s;
  transition-delay: .05s;
}

.ani-appear-x.-delay-07 {
  -webkit-transition-delay: .07s;
  transition-delay: .07s;
}

.ani-appear-y {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.-subLoadComplete .ani-appear-y {
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.85s cubic-bezier(0.18, 0.63, 0.19, 0.98);
  transition: opacity 0.8s, -webkit-transform 0.85s cubic-bezier(0.18, 0.63, 0.19, 0.98);
  transition: opacity 0.8s, transform 0.85s cubic-bezier(0.18, 0.63, 0.19, 0.98);
  transition: opacity 0.8s, transform 0.85s cubic-bezier(0.18, 0.63, 0.19, 0.98), -webkit-transform 0.85s cubic-bezier(0.18, 0.63, 0.19, 0.98);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}



