@charset "utf-8";

/* CSS Document */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}

img[src$=".svg"] {
    width: 100%;
    height: auto;
}

/*---------------------------------------------------------------
 common
-------------------------------------------------------------- */
html {
  font-size: 62.5%;
  /* 16px x 0.625 = 10px(=1rem) */
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #333;
  font-family: 'Noto Sans Japanese', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  font-size: 1.6rem;
  /* 16px */
  font-weight: 400;
  line-height: 1.8;
}
#container {
  width: 100%;
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

img {
  width: 100%;
  -webkit-backface-visibility: hidden;
}

.fade-in {
  transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}

a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #000;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

p {
  font-size: 1.4rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block;
}

.sp {
  display: none !important;
}

a span.buy {
  display: inline-block;
  border: 1px solid #505050;
  letter-spacing: 1px;
  box-sizing: border-box;
  padding: 0px 5px;
  line-height: 1.4;
  color: #fff;
  background-color: #505050;
  font-size: 12px;
  margin-left: 10px;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
  .pc { display: none !important;}
  .sp {display: block !important;}
}

.u-text-center {text-align: center;}

.u-fontstyle-normal {
  font-style: normal;
  font-size:1.2rem;
}

.u-text-small {
  font-size: 10px;
  text-align: center;
}

@media (min-width:481px) {
.u-text-small {font-size: 12px;}
}
/*-----------------------
 button
 -------------------------*/
 .button {
   display: block;
   width: 70%;
   text-align: center;
   text-decoration: none;
   line-height: 32px;
   outline: none;
   background-color: #666666;
   color: #fff;
   margin:0 auto;
   font-family: times;
   font-style:italic;
   font-size: 1.8rem;
   border: solid 2px #666666;
 }
 .button::before,
 .button::after {
   position: absolute;
   z-index: -1;
   display: block;
   content: '';
 }
 .button,
 .button::before,
 .button::after {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-transition: all .3s;
   transition: all .3s;
 }

 .button:hover {
   border:solid 2px #666666;
   box-sizing: border-box;
   background-color: #fff;
   color:#666666;
}
/*-----------------------
 mainImg
 -------------------------*/
.mainImg {
  background-image: url(../images/main_sp.jpg);
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 80px;
}

.mainImg__title {
  width: 80%;
  height: 12%;
  position: absolute;
  top: -10%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.3));
}

@media (min-width:481px) {
  .mainImg {
    background-image: url(../images/main_sp.jpg);
    position: relative;
    background-position: 65% 50%;
    margin: 0 auto 120px;
  }

  .mainImg__title {
    max-width: 500px;
    width: 70%;
    position: absolute;
  }
}

@media (min-width:1025px) {
  .mainImg {
    background-image: url(../images/main.jpg);
    background-position: left center;
  }

  .mainImg__title {
    max-width: 340px;
    left: -25%;
    top: -20%;
  }
}
/*-----------------------------
lead
 -----------------------------*/
 .lead {
   width: 80%;
   margin:0 auto 80px;
 }

 .lead__title {
   display:block;
   width: 80%;
   margin:0 auto;
 }

.lead__line {
  height: 1px;
  background-color: #000;
  width:50%;
  display: block;
  margin:30px auto;
}

.lead__title--center {
  display: block;
  text-align: center;
  font-weight: bold;
  margin-bottom:15px;
}


 .lead p {
   font-size:1.4rem;
   font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
   font-weight: 500;
 }

.code__title {
  text-align:center;
  font-family:'Times New Roman';
  font-size:2.0rem;
  width:60%;
  padding-top:15px;
  border-top:solid 1px #ccc;
  margin:0 auto 30px;
  margin-top:100px;
}

@media (min-width:769px) {
  .lead {
    max-width: 860px;
    text-align: center;
  }

  .lead__title {
    max-width:400px;
  }

  .lead__line {
    width:30%;
    max-width: 300px;
    margin:70px auto;
  }

  .lead__title--center {
    font-size: 1.6rem;

  }

  .code__title {
    max-width:300px;
    margin-top:150px;
    font-size:2.4rem;
  }
}

.styling__theme {
  margin:0 auto 30px;
  text-align: center;
  display: block;
 font-family: 'Noto Serif', serif;
 font-size: 2.2rem;
 letter-spacing: 1px;
}

.styling__theme--small {
  font-size:12px;
  text-decoration: underline;
  display: block;
}

.styling__lead {
  font-size:1.4rem;
  margin:70px auto 50px;
}

@media (min-width:769px) {
  .styling__lead {
    margin:120px auto 50px;
  }

  .styling__theme {
   font-size: 3rem;
  }

}

/*-----------------------------
styling box
 -----------------------------*/
.styling__comment {
  margin:30px auto;
  text-align: center;
  text-align: left;
}

.styling__comment--point {
  margin:20px auto 30px;
  text-align: center;
  text-align: left;
  width: 90%;
}

.styling__comment--midashi {
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.6rem;
  display:block;
  font-weight: bold;
}


.styling__point {
  display: block;
  text-align: center;
  font-family: 'Noto Serif', serif;
  font-size: 2.0rem;
  margin: 50px auto 10px;
}

.point__comment--title {
  font-weight: bold;
  margin:20px auto 10px;
  display: block;
  text-align: center;
}

.styling__icon {
  width: 100%;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.styling__icon > li {
  width: 24%;
}

@media (min-width:481px) {
  .styling__icon > li {
    width: 20%;
  }

  .styling__point {
    margin: 100px auto 20px;
  }

  .styling__comment--point {
    margin:20px auto 30px;
    width: 550px;
  }
}


/*-----------------------------
block
 -----------------------------*/
.block {
  width: 100%;
  display: block;
  margin: 100px auto 0;
}

.block__s {
  width: 90%;
  display: block;
  margin: 50px auto 0;
}

.block__ss {
  width: 80%;
  display: block;
  margin: 100px auto 0;
}

.block__2col {
  display: flex;
  justify-content: space-between;
  margin-bottom:10px;
  flex-wrap: wrap;
}

.block__2col > div {
  width: 100%;
  margin-bottom:30px;
}

@media (min-width:481px) {
  .block {
    max-width: 680px;
    display: block;
    margin: 160px auto 0;
  }

  .block__ss {
    max-width: 680px;
  }

  .block__s {
    margin: 70px auto 0;
  }

  .block__2col > div {
    width: 32%;
  }

}


@media (min-width:769px) {
  .block {
    width: 100%;
    display: block;
  }
}

/*---------------------------------------------------------------
 styling
-------------------------------------------------------------- */

.credit {
  margin:20px auto 30px;
}

.credit li{
  font-size: 1.2rem;
  color: rgb(51, 51, 51);
  display: block;
  line-height: 130%;
  margin: 8px 0px 0px;
  text-align: center;
  text-decoration: none;
}


.credit li a {
  font-size: 1.2rem;
  color: rgb(51, 51, 51);
  display: block;
  line-height: 130%;
  margin: 8px 0px 0px;
  text-align: center;
  text-decoration: underline;
}

#styling .coordinate .credit li {
  width: 100%;
  margin: 0;
  padding: 10px 0;
  border-top: solid 1px #ccc;
}

#styling .coordinate .credit li:last-child {
  border-bottom: solid 1px #ccc;
}

#styling .coordinate .credit li a {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #333;
  text-decoration: none;
}

#styling .coordinate .credit li .left {
  width: 80%;
}

#styling .coordinate .credit li .right {
  width: 20%;
  text-align: right;
}

.credit__tax {
  font-size:1.0rem;
}
/*----------------------------
 notice
 ----------------------------*/
.notice {
  width: 90%;
  margin:30px auto 50px;
}

@media (min-width:769px) {
  .notice {
    width: 300px;
    margin:0 auto 120px;
  }

}

/*----------------------------
 archive
 ----------------------------*/
.archive {
     margin: 70px auto;
     width:80%;
 }

.archive__title {
  width: 60%;
  margin:0 auto 10px;
}

.archive__list {
  width:100%;
  margin:30px auto 0;
  display: flex;
  flex-direction: column;
}

.archive__list li {
  width:100%;
  margin-bottom:10px;
}

.styling__lead--midashi {
  text-align: center;
}

@media (min-width:481px) {
  .archive__list {
    max-width:600px;
    flex-direction: row;
    justify-content: space-between;
  }

  .archive__title {
    max-width: 320px;
    margin:160px auto 10px;
  }

  .archive__list li {
    width:48%;
    margin-bottom:10px;
  }

  .archive {
margin: 0 auto 70px;
}
}

/*---------------------------------------------------------------
 allitem
-------------------------------------------------------------- */
#allitem {
  margin-top: 60px;
}

#allitem a {
  width: 40%;
  margin: 0 auto 10px;
  padding: 10px;
  color: #333;
  font-size: 1.3rem;
  border: solid 1px #333;
  display: block;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: 'Noto Serif', serif;
}

#allitem a:hover {
  color: #fff;
  background: #333;
}

#allitem a span {
  font-size: 1.8rem;
}

@media (min-width:769px) {
  #allitem {
    margin-top: 80px;
  }

  #allitem a {
    width: 310px;
    padding: 20px;
    color: #333;
    font-size: 1.3rem;
    border: solid 1px #333;
    display: block;
    text-decoration: none;
    text-align: center;
  }
}

/*------------------------
profile
-------------------------*/
.profile {
  width: 80%;
  margin: 0 auto 50px;
}

.profile__01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.profile__img {
  width: 20%;
}

.profile__img img {
  border-radius: 50%;
}

.profile__name {
  width: 75%;
}

.profile__name p {
  font-size: 2rem;
}

.profile__name--italic {
  font-family: times;
  font-style: italic;
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
}

.profile__career {
  font-size: 1.2rem;
}

.profile__career a {
  text-decoration: underline;
}

@media (min-width:769px) {
  .profile {
    max-width: 600px;
    margin: 0 auto 50px;
  }

  .profile__01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
  }

  .profile__img {
    width: 15%;
  }

  .profile__img img {
    border-radius: 50%;
  }

  .profile__name {
    width: 80%;
  }

  .profile__name p {
    font-size: 2.4rem;
  }

  .profile__name--italic {
    font-family: times;
    font-style: italic;
    font-size: 1.8rem;
    font-weight: bold;
  }

  .profile__career {
    font-size: 1.2rem;
  }

  .profile__instagram {
    margin: 20px auto;
  }
}
/*---------------------------------------------------------------
 footer
-------------------------------------------------------------- */
footer {
  width: 100%;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  font-size: 1.1rem;
}

.footer__logo {
  width: 150px;
  margin: 0 auto 30px;
}

.fotter__staff {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.2rem;
}

/*--------------------
 animation
 ---------------------*/
.invisible {
  transition: opacity 0.5s ease;
  opacity: 0.0;
}

.visible {
  transition: opacity 0.5s ease;
  opacity: 1.0;
}

.

/*--------------------
ANIMATION
 ---------------------*/
 #menu {
     width: 96%;
     max-width: 960px;
     margin: 0 auto;
 }

 #menu span.line {
   display: block;
   width: 1px;
   height: 50px;
   margin: 50px auto 10px;
   transition: .5s;
   -webkit-transition: .5s;
 }

 .line.bar_repeat::before {
   content: "";
   display: block;
   width: 1px;
   height: 50px;
   background-color: #000;
   animation: bar-scale 1.5s cubic-bezier(0.645, 0.045, 0.355, 1) infinite, bar-transform-origin 1.5s steps(1) infinite;
}
@-webkit-keyframes scroll-line {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40% {
    -webkit-transform: translate3d(0, 185px, 0);
    transform: translate3d(0, 185px, 0); }
  75% {
    -webkit-transform: translate3d(0, 175px, 0);
    transform: translate3d(0, 175px, 0); }
  100% {
    -webkit-transform: translate3d(0, 280px, 0);
    transform: translate3d(0, 280px, 0); } }

@-webkit-keyframes triangle-bounce {
  0% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  50% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); } }

@-webkit-keyframes triangle-first {
  0%,
  20% {
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0); }
  30%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  100%,
  85% {
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0); } }

@-webkit-keyframes triangle-right {
  0%,
  25% {
    -webkit-transform: rotate(-163deg) translate3d(0, 40px, 0);
    transform: rotate(-163deg) translate3d(0, 40px, 0); }
  40%,
  84% {
    -webkit-transform: rotate(-163deg) translate3d(0, 0, 0);
    transform: rotate(-163deg) translate3d(0, 0, 0); }
  100%,
  90% {
    -webkit-transform: rotate(-163deg) translate3d(0, -37px, 0);
    transform: rotate(-163deg) translate3d(0, -37px, 0); } }

@-webkit-keyframes triangle-left {
  0%,
  33% {
    -webkit-transform: rotate(163deg) translate3d(0, -34px, 0);
    transform: rotate(163deg) translate3d(0, -34px, 0); }
  50%,
  88% {
    -webkit-transform: rotate(163deg) translate3d(0, 0, 0);
    transform: rotate(163deg) translate3d(0, 0, 0); }
  100%,
  95% {
    -webkit-transform: rotate(163deg) translate3d(0, 38px, 0);
    transform: rotate(163deg) translate3d(0, 38px, 0); } }

@-webkit-keyframes triangle-last {
  0%,
  87.5% {
    -webkit-transform: translate3d(-120px, 0, 0);
    transform: translate3d(-120px, 0, 0); }
  91% {
    -webkit-transform: translate3d(-80px, 0, 0);
    transform: translate3d(-80px, 0, 0); }
  100% {
    -webkit-transform: translate3d(45px, 0, 0);
    transform: translate3d(45px, 0, 0); } }

.animation-start .c-scroll-icon {
  opacity: 1;
  -webkit-transition: all 1.5s 1.2s;
  transition: all 1.5s 1.2s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: absolute;
  top: 70%;
  bottom: 0;
  left: -25%;
  right: 0;
  margin: auto;
  transform: translate(-50%, -30%);
 }
  @media screen and (max-width: 1025px) {
.animation-start .c-scroll-icon {
  left: 0;
  right: -5%;
      -webkit-transform: scale(0.8);
      transform: translate(-50%, 0%) scale(0.7); }
    }

.c-scroll-icon {
  width: 21px;
  height: 100px;
  opacity: 0;
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);}

.c-scroll-icon-line-mask {
  position: relative;
  overflow: hidden;
  width: 20px;
  height: 100px;
  margin: 0 auto; }

.c-scroll-icon-line {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 150px;
  border-left: 1px solid #fff;
  top: -150px;
  left: 10px;
  -webkit-animation: scroll-line 3s infinite;
  animation: scroll-line 3s infinite;
  -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.c-scroll-icon-triangle {
  position: relative;
  width: 20px;
  height: 30px;
  margin: -10px auto 0;
  -webkit-animation: triangle-bounce 3s infinite;
  animation: triangle-bounce 3s infinite; }

.c-scroll-icon-triangle-mask.first {
  width: 40px;
  height: 5px;
  right: 0;
  overflow: hidden; }

.c-scroll-icon-triangle-mask {
  position: absolute; }

.c-scroll-icon-triangle-line.first {
  border-bottom: 1px solid #fff;
  width: 30px;
  right: 0;
  -webkit-animation: triangle-first 3s infinite;
  animation: triangle-first 3s infinite;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.c-scroll-icon-triangle-line {
  position: absolute; }

.c-scroll-icon-triangle-mask.right {
  width: 10px;
  height: 30px;
  overflow: hidden;
  right: 0; }

.c-scroll-icon-triangle-line.right {
  border-left: 1px solid #fff;
  height: 44px;
  -webkit-transform: rotate(-163deg);
  transform: rotate(-163deg);
  right: 5px;
  top: -6px;
  -webkit-animation: triangle-right 3s infinite;
  animation: triangle-right 3s infinite;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.c-scroll-icon-triangle-mask.left {
  width: 10px;
  height: 30px;
  overflow: hidden;
  left: 1; }

.c-scroll-icon-triangle-line.left {
  border-left: 1px solid #fff;
  height: 40px;
  -webkit-transform: rotate(163deg);
  transform: rotate(163deg);
  left: 5px;
  top: -3px;
  -webkit-animation: triangle-left 3s infinite;
  animation: triangle-left 3s infinite;
  -webkit-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.c-scroll-icon-triangle-mask.last {
  width: 40px;
  height: 5px;
  overflow: hidden; }

.c-scroll-icon-triangle-line.last {
  border-bottom: 1px solid #fff;
  width: 120px;
  left: 0;
  -webkit-animation: triangle-last 3s infinite;
  animation: triangle-last 3s infinite;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.fuwatAnime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnime;
  -ms-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important; }

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@keyframes curtain {
  0% {
    top: 0;
    opacity: 1; }
  100% {
    top: -100vh;
    opacity: 0; } }

@keyframes opacity {
  0% {
    opacity: 1;
    filter: grayscale(0%); }
  100% {
    opacity: 0.4;
    filter: grayscale(70%); } }

@keyframes bg-size {
  0% {
    opacity: 0.8;
    transform: scale(1.2); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes bar {
  0% {
    transform-origin: top;
    -webkit-transform-origin: top;
    transform: scaleY(1);
    -webkit-transform: scaleY(1); }
  10% {
    transform-origin: top;
    -webkit-transform-origin: top;
    transform: scaleY(0);
    -webkit-transform: scaleY(0); }
  80% {
    transform-origin: top;
    -webkit-transform-origin: top;
    transform: scaleY(1);
    -webkit-transform: scaleY(1); }
  100% {
    transform-origin: top;
    -webkit-transform-origin: top;
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

@keyframes bar-scale {
  0% {
    transform: scaleY(1); }
  30% {
    transform: scaleY(0); }
  100% {
    transform: scaleY(1); } }

@keyframes bar-transform-origin {
  0% {
    transform-origin: center bottom; }
  30% {
    transform-origin: center top; }
  100% {
    transform-origin: center bottom; } }

@keyframes scale {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.2); } }

.inviewfadeIn {
  opacity: 0;
  transition: .6s; }

.fadeIn {
  opacity: 1.0; }

/* loading
--------------------------------------*/
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 1;
  z-index: 99999; }
  #loader-bg #loading {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (min-width: 1000px) {
      #loader-bg #loading {
        width: 100%;
        margin: auto;
        height: 100%; } }
    @media screen and (max-width: 999px) {
      #loader-bg #loading {
        width: 100%;
        margin: auto;
        height: 100%; } }
    @media screen and (min-width: 1000px) {
      #loader-bg #loading div {
        width: 20%;
        margin: auto; } }
    @media screen and (max-width: 999px) {
      #loader-bg #loading div {
        width: 40%;
        margin: auto; } }
