@charset "UTF-8";
/*
Theme Name: yu2020
Theme URI: http://you--create.com/
Description: デザイナー融のサイトテーマ
Version: 1.0
Author: Iguchi Noriko
Author URI: http://yu-creates.com/
*/
html {
  font-size: 62.5%;
  letter-spacing: 0.15em;
  overflow: auto;
  scroll-behavior: smooth;
}

body {
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", "Meiryo UI", sans-serif;
  width: 100%;
  height: auto;
  color: #A99079;
  text-align: center;
  background: #fff;
  overflow: hidden;
  min-width: 377px;
}

.wrapper {
  margin: 0 6.66% 0 6.66%;
}

h1 {
  font-family: "Bellota Text", cursive, sans-serif;
  float: right;
  font-size: 2.5rem;
  color: #fff;
  margin-right: 13.262%;
}

h2 {
  font-family: "Philosopher", "M PLUS 1p", sans-serif;
  line-height: 5.5em;
  font-size: 3.5rem;
}

h3 {
  font-family: "Bellota Text", cursive, "M PLUS 1p", sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 3em;
  color: #e1ce4f;
}
p {
  color: #000;
  line-height: 2;
}
a:link {
  color: #17b882;
}

.e {
  font-family: "Bellota Text", cursive, sans-serif;
  background: linear-gradient(transparent 90%, #e1ce4f 0%);
  line-height: 2em;
  margin-bottom: 1em;
}

/* 抜き文字のカラーアニメーション */
.strong,
.strong_e {
  color: #fff;
  opacity: 0.5;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000,
    1px -1px 0 #000, 0px 1px 0 #000, 0 -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
  animation: bg-color 12s infinite;
  -webkit-animation: bg-color 12s infinite;
}

.emp {
  font-size: 4rem;
}

.strong_e {
  font-family: "Josefin Sans", sans-serif;
}

#grd {
  display: block;
  position: fixed;
  top: 40%;
  margin: 0 auto;
  z-index: -1;
}

.bggray {
  background: #e1ce4f;
  padding: 0;
  color: #fff;
}
/*
--------------------------------------------HEADER */
#main_header {
  position: fixed;
  height: 100px;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.5em 2.5em;
  background: linear-gradient(
    -195deg,
    #e5d658,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0)
  );
  z-index: 1;
}
/*
----------------------------------------pagetop--*/

/*リンクを右下に固定*/
#page-top {
  display: none;
}
@media screen and (min-width: 751px) {
  #page-top {
    position: fixed;
    right: 5px;
    bottom: 100px;
    z-index: 5;
    /*はじめは非表示*/
    opacity: 0;
    transform: translateY(150px);
  }
}

/*　上に上がる動き　*/

#page-top.UpMove {
  animation: UpAnime 1s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(150px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove {
  animation: DownAnime 1s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(150px);
  }
}
/*画像の切り替えと動き*/
#page-top a {
  /*aタグの形状*/
  display: block;
  width: 33.38px;
  height: 43.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  /*背景画像の指定*/
  background: url("/img/pagetop@2x.png") no-repeat center;
  background-size: contain;
}

#page-top.floatAnime a {
  width: 45.4px;
  height: 44.71px;
  /*背景画像の指定*/
  background: url("/img/pagetop_hover@2x.png") no-repeat center;
  background-size: contain;
  /*アニメーションの指定*/
  animation: floatAnime 2s linear infinite;
  opacity: 0;
}

@keyframes floatAnime {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  25% {
    transform: translateX(-6px);
    opacity: 1;
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(6px);
    opacity: 1;
  }
}

/*Page Topと書かれたテキストの位置*/
#page-top span {
  position: absolute;
  bottom: -20px;
  right: 20px;
  color: #666;
}
/*検証のためのCSS*/
section {
  padding: 500px 0;
}

/*
------------------------------------------TOP--*/
section {
  padding-bottom: 10.98%;
}

#top {
  padding-top: 0;
  background: #fff;
  margin-bottom: 115em;
}
.top {
  padding-top: 0;
  margin-bottom: 2em;
  margin-top: 0;
}
#workscontents,
#about {
  padding-top: 10.98%;
  margin-top: 20%;
  margin-bottom: 20%;
  padding-bottom: 10%;
}
#contact {
  margin-top: 10%;
}
@media screen and (min-width: 751px) {
  section {
    padding-bottom: 10.98%;
    margin: 0;
  }

  #top {
    padding: 0;
    background: #fff;
    z-index: 2;
    margin-bottom: 200em;
  }
  #workscontents,
  #luxy,
  #about {
    padding: 7.32% 0 0 0;
  }
  #workscontents {
    margin-top: 0;
  }
  #contact {
    margin-top: 5%;
  }
  h1 {
    font-family: "Bellota Text", cursive, sans-serif;
    float: right;
    font-size: 3rem;
    margin-right: 13.262%;
  }

  h2 {
    font-family: "Philosopher", sans-serif;
    line-height: 5.5em;
    font-size: 5rem;
  }
}

/* rogoロールオーバー */
#rogocontainer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10em;
  padding-bottom: 26.525%;
  margin-bottom: 5em;
}

#rogocontainer_c {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30%;
}

img.rogo {
  position: absolute;
  width: 31.825%;
  height: auto;
  left: 34.684%;
  transition: all 1s;
}

.rogo:hover {
  opacity: 0;
  transition: all 1.5s;
}

img.rogo-gd {
  position: absolute;
  width: 31.83%;
  left: 34.684%;
}

/* コンセプト */

h2.cp,
p.end {
  font-family: "Kosugi", sans-serif;
  text-align: justify;
  line-height: 6.5rem;
  letter-spacing: 1.5rem;
  font-size: 2.5rem;
  color: #000;
}

h2.cp {
  padding-top: 26.525%;
}

@media screen and (min-width: 751px) {
  #rogocontainer {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 25%;
    padding-bottom: 15%;
  }

  #rogocontainer_c {
    margin-bottom: 20%;
  }

  img.rogo {
    position: absolute;
    width: 18.305%;
    left: 41.235%;
  }

  img.rogo-gd {
    position: absolute;
    width: 18.301%;
    left: 41.235%;
  }

  h2.cp,
  p.end {
    font-family: "Kosugi", sans-serif;
    text-align: justify;
    line-height: 2.6em;
    letter-spacing: 0.8em;
    font-size: 4rem;
  }

  .emp {
    font-size: 150%;
  }
}

/*------------------パララックス------------------*/
#luxy {
  position: relative !important;
  background-color: #e1ce4f;
  padding-left: 20%;
  padding-bottom: 0;
}
#luxy h1 {
  width: 90%;
  letter-spacing: 0.5em;
  margin-top: 10.98%;
  margin-bottom: 10.98%;
}
/*写真と文章のセット　装飾のためのCSS*/
.area,
.areatop {
  left: 20%;
  margin: 0 auto 10% auto;
  padding: 0 20px;
  width: 100%;
}

.area figure {
  position: relative;
  width: 45%;
  line-height: 0;
}

.area:nth-child(2n) figure {
  left: 15%;
  margin: 0 1em 0;
}

.area .box {
  top: 60%;
  left: 5%;
  width: 60%;
  background: rgba(255, 255, 255, 0.9);
  padding: 3em;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

.area:nth-child(2n) .box {
  left: inherit;
  right: 30%;
  margin-bottom: 0;
}

.area h2 {
  font-family: "Philosopher", "Kosugi";
  letter-spacing: 1.5rem;
  line-height: 2em;
  font-size: 5.5rem;
}
.area h3.st2 {
  font-size: 2rem;
  letter-spacing: 0.2em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
  color: #fff;
  opacity: 0.5;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0 -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000;
}
.area P {
  font-size: 1.5rem;
  line-height: 2.5;
  text-align: left;
  color: #756f67;
}



/*＝＝＝＝＝＝＝＝＝＝＝タブレット以下*/

@media screen and (max-width: 768px) {
  #luxy {
    padding-left: 10.666%;
    margin-bottom: 10em;
  }
  .area {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
  }
  .area:nth-child(1n) {
    position: relative;
    width: 100%;
    top: 200px;
  }
  .area figure {
    width: 90%;
  }
  .area h2 {
    text-align: center;
    font-size: 3rem;
  }
}

@media screen and (max-width: 600px) {
  .area:nth-child(2n) figure {
    left: 0;
  }

  .area figure {
    width: 90%;
  }
  .area .box,
  .area:nth-child(2n) .box {
    position: relative;
    top: -150px;
    left: 0;
    right: inherit;
    padding: 20px;
    margin: 0;
  }
}
/*--------------//　　パララックス------------*/

/*
---------------------------------------------------ABOUT */
#about {
  position: absolute;
  width: 100%;
  margin: 0;
  margin-top: 150%;
  padding-top: 0;
  background: #fff;
  top: 230%;
}

#about h3 {
  margin: 0 0 1em 0;
}

.fadein {
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.8s;
}

.fadein2 {
  opacity: 0;
  transform: translateY(80px);
  transition: all 2s;
}

/* profile */

section.prof {
  padding: 6.66%;
  margin-bottom: 13.22%;
}

.container{
  max-width: 960px;
  margin: 3em auto;
}
section.prof p,
.normal {
  text-align: left;
  font-size: 1.6rem;
  line-height: 2.5em;
  margin-bottom: 6.666%;
}

#about .bggray {
  font-size: 3rem;
  line-height: 5rem;
}

.st {
  text-align: left;
  font-size: 2rem;
  line-height: 4rem;
  position: relative;
  display: inline-block;
  color: #000;
  margin-bottom: 1em;
}
.st2 {
  text-align: left;
  font-size: 3rem;
  line-height: 4rem;
  margin-bottom: 1.25em;
  font-weight: bolder;
  position: relative;
  display: inline-block;
}
.st2:hover {
  color: #17b882;
  transition: 0.5s;
}
.st3 {
  text-align: left;
  font-size: 1.5rem;
  position: relative;
  display: inline-block;
  color: rgb(193, 183, 188);
  line-height: 1.5em;
}
.stb:hover,
.st3:hover {
  color: #17b882;
  transition: 0.5s;
}

.st::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}

.st:hover::after {
  transform: scale(1, 1);
}

.reduc {
  font-size: 1.5rem;
  display: inline-block;
  color: #000;
}

@media screen and (min-width: 751px) {
  #about {
    top: 4000px;
    margin: 150% 0 0 0;
  }
  section.prof {
    display: inline-block;
    vertical-align: top;
    padding: 1.83%;
    margin: 0 25px;
  }
  section.prof p {
    margin: 1.2em;
    color: #756f67;
  }
  #aboutemp .emp {
    font-size: 3rem;
  }

  /* 文字の強調アニメーション */

  .st {
    text-decoration: none;
    font-size: 2.5rem;
    position: relative;
    display: inline-block;
    color: #000;
  }

  .st:hover::after {
    transform: scale(1, 1);
  }

  .st2 {
    display: inline-block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
  }

  .st2:hover {
    color: #17b882;
    transform: scale(1.2, 1.2);
  }
  .st:hover {
    color: #e1ce4f;
  }
}
@media screen and (max-width: 536px) {
  #about {
    top: 4200px;
      margin-top: 120%;
  }
  }
  @media screen and (min-width: 875px) {
    #about {
        margin: 100% 0 0 0;}
  }

/*
 ---------------------------------------------------contact */
#cont {
  width: 100%;
  padding-top: 50%;
  padding-bottom: 5%;
}
div.cont p {
  text-align: left;
  font-size: 1.5rem;
  letter-spacing: 0.25rem;
  line-height: 2em;
  margin: 0 auto;
}
div.ctp{
  max-width: 610px;
  margin: 0 auto;
}
#cont h2 {
  margin-top: 10%;
}
/* ----------thanksページ*/
#cont-thk {
  padding: 30% 0;
}
#cont-thk > .cont {
  margin-bottom: 20%;
  padding: 20%;
}
/* snsボタン */

div#sns {
  display: flex;
  position: relative;
  width: 150px;
  padding: 15% 0;
  margin: 0 auto;
  top: 0;
  justify-content: space-between;
  margin-bottom: 20%;
}

@media screen and (min-width: 751px) {
  #cont-thk {
    padding-top: 20%;
  }

  div#sns {
    display: flex;
    position: relative;
    width: 150px;
    margin: 10.98% auto 23.333% auto;
    padding: 0;
    justify-content: space-between;
    margin-bottom: 20%;
  }
}

div#sns img {
  float: left;
}

img.online,
img.oninst,
img.ontwit {
  opacity: 0;
  position: absolute;
  transition: 0.5s;
}

img.online {
  left: 0;
  top: 39.8%;
}

img.oninst {
  left: 67%;
  top: 39.8%;
}

img.ontwit {
  left: 81.9%;
  top: 37%;
}
@media screen and (max-width: 721px) {
  img.online{display: none;}
  img.oninst {display: none;
  }

}
@media screen and (min-width: 751px) {
  img.online {
    left: 0;
    top: 0;
  }

  img.oninst {
    left:67%;
    top: 0;
  }

  img.ontwit {
    left: 81.9%;
    top: 0;
  }
}

img.online:hover,
img.oninst:hover,
img.ontwit:hover {
  opacity: 1;
}

/*---------------------------問い合わせフォーム*/

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #c1b7bc;
  font-size: 0.875em;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #c1b7bc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #c1b7bc;
  font-size: 0.875em;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #fff;
}

input::placeholder,
textarea::placeholder {
  color: #c1b7bc;
  font-size: 0.875em;
}

input:focus::placeholder,
textarea:focus::placeholder {
  color: #c1b7bc;
}

input::-ms-placeholder,
textarea::-ms-placeholder {
  color: #c1b7bc;
  font-size: 0.875em;
}

input:focus::-ms-placeholder,
textarea:focus::-ms-placeholder {
  color: #c1b7bc;
}

/* on hover placeholder */

input:hover::-webkit-input-placeholder,
textarea:hover::-webkit-input-placeholder {
  color: #fff;
  font-size: 0.875em;
}

input:hover:focus::-webkit-input-placeholder,
textarea:hover:focus::-webkit-input-placeholder {
  color: #fff;
}

input:hover::-moz-placeholder,
textarea:hover::-moz-placeholder {
  color: #fff;
  font-size: 0.875em;
}

input:hover:focus::-moz-placeholder,
textarea:hover:focus::-moz-placeholder {
  color: #cbc6c1;
}

input:hover::placeholder,
textarea:hover::placeholder {
  color: #fff;
  font-size: 0.875em;
}

input:hover:focus::placeholder,
textarea:hover:focus::placeholder {
  color: #cbc6c1;
}

input:hover::placeholder,
textarea:hover::placeholder {
  color: #fff;
  font-size: 0.875em;
}

input:hover:focus::-ms-placeholder,
textarea:hover:focus::-ms-placeholder {
  color: #fff;
}
#cform {
  color: #000;
  font-size: 2rem;
  padding-top: 2em;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
#cform-conf {
  background-color: #f2f0f0;
  color: #000;
  font-size: 2rem;
  padding: 5% 10%;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 20%;
}

#cform h2,
#cform-conf h2 {
  position: relative;
  font-size: 1.5rem;
  text-align: center;
}

#form {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

input {
  font-size: 1.5rem;
  width: 290px;
  height: 5em;
  padding: 0 1.5em;
  margin: 0;
  background: transparent;
  outline: none;
  color: #000;
  border: solid 1px #000;
  border-bottom: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

input:hover {
  background: #c1b7bc;
  color: #fff;
}

textarea {
  width: 290px;
  height: 300px;
  padding: 1.5em;
  background: transparent;
  outline: none;
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  border: solid 1px #000;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

textarea:hover {
  background: #c1b7bc;
  color: #fff;
}

#submit {
  width: 337px;
  padding: 0;
  margin: -5px 0px 0px 0px;
  font-size: 1.5rem;
  color: #000;
  outline: none;
  cursor: pointer;
  border: solid 1px #000;
  border-top: none;
}

#submit:hover {
  color: #fff;
}
.syomei {
  width: 100%;
  text-align: right !important;
}
p.thanks {
  padding: 1em 2em;
  margin: 0 auto;
  margin-top: 10%;
}
/*--pc--*/
@media screen and (min-width: 751px) {
  #cform,
  #cform-conf {
    padding: 5% 10%;
  }
  input {
    width: 500px;
  }

  input:hover {
    background: #c1b7bc;
    color: #fff;
  }

  textarea {
    width: 500px;
  }

  textarea:hover {
    background: #c1b7bc;
    color: #fff;
  }

  #submit {
    width: 548px;
  }
}

/* --------
 ---------------------------------------------footer */
footer {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    345deg,
    #e5d658,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0)
  );
  z-index: 0;
}

small {
  color: #c1b7bc;
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  small {
    font-size: 1.5rem;
    margin-left: 100px;
  }
}

/* ---------------------------------------------------
 -------------------------------------workscontennts */
body#work-ws {
  background: linear-gradient(
    -195deg,
    #fff,
    rgba(194, 233, 242, 1),
    rgba(194, 233, 242, 0),
    rgba(194, 233, 242, 0.8),
    rgba(255, 255, 255, 1)
  );
}

body#work-ap {
  background: linear-gradient(
    -195deg,
    #fff,
    rgba(242, 208, 194, 1),
    rgba(242, 208, 194, 0),
    rgba(242, 208, 194, 0.8),
    rgba(255, 255, 255, 1)
  );
}
#workscontents h2.e {
  font-family: "Philosopher", cursive, sans-serif;
  font-size: 3rem;
  background: linear-gradient(transparent 70%, #e1ce4f 0%);
  line-height: 2rem;
  padding-bottom: 0.2em;
}
#worksdesc h3 {
  font-size: 2rem;
  margin-bottom: 10.98%;
}

#workscontents p,
#worksdesc p {
  font-size: 1.5rem;
  text-align: justify;
  line-height: 2em;
  max-width: 820px;
  margin: 0 auto;
  margin-bottom: 10.98%;
}

div.workp,
div.workps {
  width: 86.206%;
  height: auto;
  padding: 6.666%;
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 13.262%;
}

div.workp img {
  width: 97.864%;
  max-width: 500px;
  height: auto;
  margin: 0 auto;
}

div.workps img {
  width: 45%;
  max-width: 350px;
  height: auto;
  margin: 0 auto;
}

.footnv {
  width: 275px;
  margin: 0 auto;
  display: flex;
  position: relative;
  justify-content: space-between;
  z-index: 100;
}

.footnv {
  margin-bottom: 100px;
}

@media screen and (min-width: 751px) {
  .footnv {
    padding-left: 6.666%;
  }
}

.prev a,
.next a {
  position: relative;
  font-family: "Philosopher", sans-serif;
  font-size: 2.5rem;
  text-decoration: none;
  color: #b4b4b4;
}

.prev a::after,
.next a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}

.prev a:hover::after,
.next a:hover::after {
  transform: scale(1, 1);
}

section.prof p > img{
  width: 100%;
}
img.waku{
/* border:3px solid #fff;
box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3)); */
width: 100%;
}
@media screen and (max-width: 820px) {
  img.waku {
    width: 100%;
}}
div.flex{
  display: flex;
}
@media screen and (max-width: 940px) {
  div.flex {
  flex-direction: column;
    }
}

/* contact button */
a.btn_29 {
  /* display: block; */
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 80%;
  margin: auto;
  padding: 1rem 4rem;
  position: relative;
  border-radius: 100vw;
  border: 1px solid #e5d658;
  font-weight: bold;
  letter-spacing: 2px;
  background: transparent;
  color: #e5d658;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

a.btn_29:hover {
  color: #fff;
  background: #e5d658;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

a.btn_29:hover::before {
  -webkit-animation: sh02 0.5s 0s linear;
  -moz-animation: sh02 0.5s 0s linear;
  animation: light 0.5s 0s linear;
}

a.btn_29::before {
  content: '';
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 50px 30px #fff;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

@keyframes light {
  from {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
    left: 100%;
  }
}
