/******************************/
/* SLIDER */
/******************************/
@media screen and (max-width: 1030px) {
  .slider {
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
  }
}
#slider div {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#slider > div {
  display: none;
}
.bx-viewport #slider > div {
  display: block;
}
.bx-wrapper {
  z-index: 0;
}
.bx-wrapper img {
  width: 100%;
  height: auto;
}
.bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: 0 !important;
  left: 0 !important;
}
.bx-wrapper .bx-pager {
  bottom: -27px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 3px !important;
  padding-top: 15px;
  width: 25px !important;
  height: 1px !important;
  background: transparent !important;
  border-bottom: 1px solid #cccccc;
  border-radius: 0 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: transparent !important;
  border-bottom: 1px solid #000000;
}
/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
  width: 760px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    display: block;
    width: auto;
  }
}
.p-line-informaiton ul {
  flex: 1;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton ul {
    font-size: 12px;
  }
}
.p-line-informaiton li {
  margin-bottom: 15px;
}
.p-line-informaiton__ttl {
  position: relative;
  margin: 0 40px 0 0;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl {
    margin: 0;
  }
}
.p-line-informaiton__ttl:before {
  content: "";
  position: absolute;
  top: 7px;
  right: -20px;
  width: 1px;
  height: 10px;
  background: #d2d2d2;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl:before {
    content: none;
  }
}
/***** お知らせ *****/
.p-top-news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    display: block;
    margin-bottom: 45px;
  }
}
.p-top-news__ttl {
  box-sizing: border-box;
  margin-right: 25px;
  padding: 10px;
  width: 110px;
  border: 1px solid #b2b2b2;
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-news__ttl {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 5px;
    width: 70px;
    border: 1px solid #b2b2b2;
    font-size: 12px;
  }
}
.p-top-news__body {
  flex: 1;
  margin-bottom: 0;
}
/******************************/
/* TOP RECOMMEND */
/******************************/
.p-recommend.u-container {
  padding-bottom: 0;
}
/******************************/
/* NEW　ARRIVAL */
/******************************/
.p-new-item.u-container {
  padding-bottom: 0;
}
/******************************/
/* TOP RANKING */
/******************************/
.p-ranking-list .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.p-ranking-list .slick-prev, .p-ranking-list .slick-next {
  top: 80px;
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  z-index: 1;
  background: rgba(255,255,255,0.4);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev, .p-ranking-list .slick-next {
    top: 110px;
    width: 45px;
    height: 45px;
  }
}
.p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 15px;
  height: 15px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
    top: 15px;
  }
}
.p-ranking-list .slick-prev {
  left: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev {
    left: 0px;
  }
}
.p-ranking-list .slick-prev:before {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before {
    left: 17px;
  }
}
.p-ranking-list .slick-next {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next {
    right: 0px;
  }
}
.p-ranking-list .slick-next:before {
  left: 4px;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next:before {
    left: 13px;
  }
}
.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 25px;
  word-break: break-all;
}
@media screen and (max-width: 1030px) {
  .p-ranking-list__item {
    margin-right: 5px;
    margin-left: 5px;
  }
}
.p-ranking-list__img {
  position: relative;
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__img {
    text-align: center;
  }
}
.p-ranking-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-ranking-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-ranking-list__img img {
  display: inline-block !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  text-align: center;
}
.p-ranking-list__num {
  position: absolute;
  top: 0;
  left: 1px;
  width: 24px;
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;
  background: #000000;
  color: #ffffff;
  text-align: center;
}
.p-ranking-list__ttl img {
  vertical-align: middle;
}
.p-ranking-list__price {
  color: #909090;
  margin-top: 20px;
}
.p-ranking-list__btn {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-ranking-list__btn.is-added {
  color: #000000;
}
.p-ranking-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
/******************************/
/* TOP INFORMATION */
/******************************/
.p-information {
  padding-bottom: 0;
}
@media screen and (max-width: 1030px) {
  .p-information {
    padding-bottom: 45px;
  }
}
.p-information__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-information__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP FREE */
/******************************/
.p-free__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-free__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP BANNER */
/******************************/
.p-bnr {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1030px) {
  .p-bnr {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-bnr-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-bnr-list {
    display: block;
  }
}
.p-bnr-list__item {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 33.3333%;
}
@media screen and (max-width: 1030px) {
  .p-bnr-list__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr-list__item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    width: auto;
    text-align: center;
  }
}








/* # =================================================================
   # トップページ
   # ================================================================= */
.topFv {
  position: relative;
  margin: 0 0 min(7.2vw,120px);
}
.topFv .slArea {
  opacity: 0;
  animation: fadeIn 1s cubic-bezier(.24,.14,0,1) 0.4s forwards;
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.swiper-wrapper {
  /*transition-timing-function: cubic-bezier(.45,.04,.44,.99);*/
  transition-timing-function: cubic-bezier(.35,.09,0,1);
}

.topSwiper .swiper-slide.swiper-slide-active {
  z-index: 1;
}

.mvTxt {
  position: absolute;
  bottom: -30px;
  left: calc(18% - 30px);
  font-family: 'Barlow', sans-serif;
  font-size: clamp(1.5rem,1.5vw,1.8rem);
  letter-spacing: 0.2em;
  border-left: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  text-shadow: 0 0 20px #000;
  padding: 0 0 1em 1em;
  z-index: 1;
  opacity: 0;
    animation: fadeUp 1.8s cubic-bezier(.24,.14,0,1) 0.5s forwards;
}
.topSwiper .swiper-pagination {
  position: absolute;
  top: 0;
  right: calc(18% - 30px);
  bottom: auto;
  left: auto!important;
  width: 3px!important;
}
@media screen and (min-width: 601px) {
  /*.topSwiper {
    width: 70%;
    margin: 0 auto;
  }*/
  .slItemInner {
    opacity: 0.4;
    transition: all 1s cubic-bezier(.25,1.4,.47,1.03);
   
  }
  .topSwiper .swiper-slide {
    /*width: min(63vw, 1200px);*/
    width: 63vw;
  }
  .topSwiper .swiper-slide.swiper-slide-active .slItemInner, .topSwiper .swiper-slide.swiper-slide-duplicate-active .slItemInner {
    opacity: 1;
    /*transform: scale(1.4,1.4);*/
  }
  .mvTxt {
    left: calc(18% - 30px);
  }
}
@media screen and (min-width: 1601px) {
  .topSwiper .swiper-slide {
    /*width: min(63vw, 1200px);*/
    width: 1000px;
  }
  .mvTxt {
    left: calc(50% - 530px);
  }
  .topSwiper .swiper-pagination {
    right: calc(50% - 530px);
  }
}
@media screen and (max-width: 600px) {
  .topFv {
    min-height: calc(100svh - 80px);
    /*display: grid;
    place-content: center;*/
    
    margin: 0;
  }
  .topFv .slArea {
    padding: 0 30px 80px;
  }
  .topSwiper .swiper-wrapper {
    /*transform: translateX(2vw);
    left: 5vw;*/
  }
  .slItemInner {
    height: calc(100svh - 160px);
  }
  .slItemInner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mvTxt {
    left: 20px;
    bottom: 40px;
  }
  .topSwiper .swiper-pagination {
    right: -16px;
  }
}

.topSwiper .swiper-pagination .swiper-pagination-bullet {
  display: block;
  background: #707070;
  width: 100%;
  height: 20px;
  opacity: 0.5;
  border-radius: 0;
  margin: 0 0 8px!important;
}
.topSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {

  opacity: 1;
}


body {
  color: #EEE;
  background: #0E0E0E;
}
p {
  line-height: 2;
}
.slArea {
  position: relative;
  overflow: hidden;
}
#scTopAbout {
  font-family: YuGothic,'Yu Gothic', sans-serif;
  background: url("https://file003.shop-pro.jp/PA01500/163/img/top-about-bg.jpg") no-repeat center center / cover;
  padding: min(15vw,150px) 0;
  opacity: 0.3;
  transition: all 2s cubic-bezier(.24,.14,0,1);
}
#scTopAbout.act {
  opacity: 1;
}
#scTopAbout .logoRl {
  text-align: center;  
  padding-bottom: min(10vw,55px);
}
#scTopAbout .logoRl img {
  opacity: 0;
}
#scTopAbout .act .logoRl img {
  animation: fadeUp 1.8s cubic-bezier(.24,.14,0,1) 0.2s forwards;
}
#scTopAbout .txt {
  text-align: center;
  opacity: 0;
  letter-spacing: 0.05em;
}
#scTopAbout .act .txt {
  animation: fadeUp 1.8s cubic-bezier(.24,.14,0,1) 0.5s forwards;
}
@keyframes fadeUp {
  0% { opacity: 0; transform: translateY(15px); }
	100% { opacity: 1; transform: translateY(0); }
}
@media screen and (max-width: 600px) {
  #scTopAbout {
    padding: 0;
  }
  #scTopAbout .logoRl {
    background: url("https://file003.shop-pro.jp/PA01500/163/img/top-about-logo-bg.jpg") no-repeat center center / cover;
    padding: 75px 0 80px
  }
  #scTopAbout .logoRl img {
    width: 150px;
  }
  #scTopAbout .txt {
    text-align: left;
    padding: 60px 0;
  }
}

#scTopScrn {
  color: #000;
  background: #EBEAEA;
}
.headKadoRl {
  font-family: 'Zen Antique', serif;
  writing-mode: vertical-rl;
  font-size: clamp(1.8rem,2.7vw,3rem);
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: 400;
  position: relative;
  padding: 1em;
  filter: blur(10px);
  opacity: 0;
  transform: translateY(1.5em);
  transition: all 1.5s cubic-bezier(.19,.32,0,1);
  z-index: 1;
}
.headKadoRl.act {
  opacity: 1;
  filter: blur(0);
  transform: translateY(-0);
}
.headKadoRl::before {
  content: "";
  width: 2.4em;
  height: 7em;
  top: 0;
}
.headKadoRl .txtLg {
  font-size: 1.6em;
}
.headKadoRl .kana {
  font-size: 0.6em;
  position: relative;
  display: inline-block;
  padding: 2.6em 0;
}
.headKadoRl .kana::before, .headKadoRl .kana::after {
  content: "";
  width: 1px;
  height: 1.3em;
  left: 50%;
  background: #000;
}
.headKadoRl .kana::before {
  top: 0.7em;
}
.headKadoRl .kana::after {
  bottom: 0.7em;
}
.rowTopShichirin {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
#scTopScrn .headKadoRl {
  order: 2;
  padding-left: 0;
}
#scTopScrn .headKadoRl::before {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  right: 0;
}
@media screen and (max-width: 600px) {
  .rowTopShichirin {
    justify-content: center;
  }
  #scTopScrn .headKadoRl {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.rowTopShichirin .contents {
  width: calc(100% - 200px);
  padding-top: 40px;
}
.rowTopShichirin .img {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.rowTopShichirin .img .pic1 {
  display: block;
  width: 52.6%;
  opacity: 0;
}
.rowTopShichirin .img .pic2 {
  display: block;
  width: 44.4%;
  margin-top: 15%;
  opacity: 0;
}
.rowTopShichirin .img.act .pic1 {
  animation: fadeUp 1.8s cubic-bezier(.24,.14,0,1) 0.2s forwards;
}
.rowTopShichirin .img.act .pic2 {
  animation: fadeUp 1.8s cubic-bezier(.24,.14,0,1) 0.4s forwards;
}
@media screen and (max-width: 1180px) {
  .rowTopShichirin .img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 820px) {
  .rowTopShichirin .contents {
    /*display: contents;*/
    width: calc(100% - 140px);
  }
  .rowTopShichirin .img {
    order: 1;
    
  }
  .rowTopShichirin .img + div {
    /*order: 3;
    width: 100%;*/
  }
}
@media screen and (max-width: 600px) {
  .rowTopShichirin .contents {
    width: 100%;
    padding-top: 35px;
  }
  .rowTopShichirin .img {
    display: block;
    width: 86%;
  }
  .rowTopShichirin .img .pic1 {
    width: 76%;
  }
  .rowTopShichirin .img .pic2 {
    width: 61%;
    margin: -40px 0 0 auto;
  }
}
.btnRoundArw {
  display: inline-block;
  min-width: 300px;
  position: relative;
  text-align: center;
  color: #EEE;
  background: #000;
  border: 1px solid #000;
  border-radius: 25px;
  padding: 8px 45px;
}
@media screen and (max-width: 600px) {
  .btnContainer {
    text-align: center;
  }
}


.parallax {
  overflow: hidden;
}
.prlxItem1 {
  height: min(30vw,450px);  
}
@media screen and (max-width: 600px) {
  .prlxItem1 {
    height: 55vw;  
  }
}
.rellax {
  transition: all 1s;
}
#scDetailScrn {
  background: url("https://file003.shop-pro.jp/PA01500/163/img/top-detail-scrn-bg.jpg") no-repeat center center / cover;
}
#scDetailScrn .container {
  width: min(86%, 1000px);
}
.detailScrnBlock {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.detailScrnBlock:not(:last-child) {
  margin-bottom: min(10vw,100px);
}
.detailScrnBlock:nth-of-type(odd) {
  justify-content: flex-end;
}
.detailScrnBlock:nth-of-type(even) {

}
.detailScrnBlock .img {
  width: 61%;
  opacity: 0;
}
.detailScrnBlock .img.act {
  animation: fadeUp 1.8s cubic-bezier(.24,.14,0,1) 0.2s forwards;
}
.detailScrnBlock .txt {
  width: 260px;
  position: relative;
  z-index: 1;
}
.detailScrnBlock:nth-of-type(odd) .txt {
  margin-right: -70px;
}
.detailScrnBlock:nth-of-type(even) .txt {
  order: 2;
  margin-left: -70px;
}
.detailScrnBlock:nth-of-type(even) .headKadoRl {
  margin-left: auto;
}
.detailScrnBlock .headKadoRl {
  font-size: clamp(2.6rem,3.3vw,4rem);
  padding: 0.8em 0.4em;
}
@media screen and (max-width: 600px) {
  #scDetailScrn .container {
    width: 100%;
  }
  .detailScrnBlock {
    
  }
  .detailScrnBlock:nth-of-type(3) {
    justify-content: space-between;
  }
  .detailScrnBlock .img {
    width: 100%;
    padding-top: 50px;
    margin-bottom: 20px;
  }
  .detailScrnBlock:nth-of-type(3) .img {
    width: calc(100% - 70px);
  }
  .detailScrnBlock .txt {
    display: contents;
    order: 2;
    position: static;
    width: 100%;
    margin: 0!important;
  }
  .detailScrnBlock p {
    
  }
  .detailScrnBlock:nth-of-type(1) p {
    padding: 0 7%;
  }
  .detailScrnBlock:nth-of-type(2), .detailScrnBlock:nth-of-type(3) {
    padding: 0 7%;
  }
  .detailScrnBlock:nth-of-type(1) .headKadoRl {
    position: absolute;
    top: 0;
    left: 7%;
  }
  .detailScrnBlock:nth-of-type(2) .headKadoRl {
    position: absolute;
    top: 0;
    right: 7%;
  }
  .detailScrnBlock p {
    order: 3;
  }
}
.detailScrnBlock .headKadoRl::before {
  width: 1.8em;
  height: 5em;
}
.detailScrnBlock:nth-of-type(odd) .headKadoRl::before {
  border-top: 1px solid #EEE;
  border-left: 1px solid #EEE;
  left: 0;
}
.detailScrnBlock:nth-of-type(even) .headKadoRl::before {
  border-top: 1px solid #EEE;
  border-right: 1px solid #EEE;
  right: 0;
}
.prlxItem2 {
  height: min(41vw,750px);
  /*padding: 7vw 15vw;
  background: #EBEAEA;*/
  text-align: center;
}
@media screen and (max-width: 600px) {
  .prlxItem2 {
    height: 60vw;
  }
}

#scMovie {
  background: url("https://file003.shop-pro.jp/PA01500/163/img/movie-bg.jpg") no-repeat center center / cover;
  padding: min(15vw,150px) 0;
  position: relative;
}
#scMovie::before {
  content: "";
  background: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 1s;
  opacity: 0;
}
#scMovie.play::before {
  opacity: 0.7;
}
#scMovie .containerS {
  position: relative;
}
.movieArea video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#scTopCate {
  color: #000;
  /*background: url(https://file003.shop-pro.jp/PA01500/163/img/texture-light.jpg) repeat-y center top / cover;*/
  background: #FFF;
}
#scTopCate .container {
  width: min(86%, 1000px);
}
#scTopCate .headLine::after {
  background: #000;
}
.rowTopCate {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rowTopCate li {
  width: 21%;
}
@media screen and (max-width: 600px) {
  .rowTopCate li {
    width: 45%;
  }
}
.rowTopCate a {
  position: relative;
}
.rowTopCate img {
  border-radius: 300px;
}
.rowTopCate a div {
  /*font-family: 'Zen Antique', serif;*/
  font-size: clamp(1.4rem,1.3vw,1.6rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #000;
  display: grid;
  place-content: center;
  transition: all 0.2s;
  margin: 0.2em 0 min(8vw,25px);
}
.rowTopCate a:hover div {
  letter-spacing: 0.2em;
}
.rowTopCate a:hover img {
  opacity: 0.8;
}
.rowTopCate a:hover div {
  /*width: 150px;
  height: 150px;*/
}
@media screen and (max-width: 600px) {
  .rowTopCate a {
    width: 100%;
  }
  .rowTopCate a:not(:last-child) {
    margin-bottom: 30px;
  }
}

#scPickUp {
  color: #000;
  background: url("https://file003.shop-pro.jp/PA01500/163/img/texture-light.jpg") repeat-y center top / 100%;
}
#scPickUp .headLine {
  color: #000;
}
#scPickUp .headLine::after {
  background: #000;
}
#scPickUp .slArea {
  padding-bottom: 60px;
  margin: 0 35px;
}
@media screen and (max-width: 600px) {
  #scPickUp .slArea {
    margin: 0 4%;
  }
}

.itemSl .swiper-slide {
  
}
.itemSl .swiper-slide a {
  display: block;
}

.itemSl .swiper-button-prev, .itemSl .swiper-button-next {
  top: auto;
  bottom: 0;
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 20px;
}
.itemSl .swiper-button-prev:after, .itemSl .swiper-button-next:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #EEE;
  border-right: 1px solid #EEE;
  transform: rotate(45deg);
}
.itemSl .swiper-button-prev:after {
  transform: rotate(225deg);
  left: calc(50% - 3px);
}
.itemSl .swiper-button-next:after {
  right: calc(50% - 3px);
}
.itemSl .swiper-button-prev {
  left: calc(50% - 48px);
}
.itemSl .swiper-button-next {
  right: calc(50% - 48px);
}
.itemSl .img {
  margin-bottom: 12px;
}
.itemSl .productsName {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0.3em;
}
.itemSl .price {
  font-size: 1.2rem;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  background: #000;
  z-index: 100;
}
.loadingOn #loading {
  animation: loading2 0.6s ease-out 2.8s forwards;
}
@keyframes loading2 {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
#loading .logo1 {
  opacity: 0;
}
.loadingOn #loading .logo1 {
  animation: loading1 1.6s ease-out 0.2s forwards;
}
@keyframes loading1 {
  0% { opacity: 0; }
   30% { opacity: 1; }
   75% { opacity: 1; }
  100% { opacity: 0; }
}
#loading .logo2 {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.loadingOn #loading .logo2 {
  animation: loading1 1.8s ease-out 1.7s forwards;
}
