@charset "UTF-8";
/* Base */
html, body {
  background: rgba(246, 246, 246, 0.3); }

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  color: #030000;
  line-height: 2.4;
  letter-spacing: 0.05em;
  font-feature-settings: normal; }
  @media only screen and (max-width: 821px) {
    body {
      font-size: 13px;
      line-height: 2; } }

a {
  color: #030000; }

::selection {
  background-color: rgba(255, 226, 0, 0.6); }

p {
  margin-bottom: 1.5em; }

h2, h3, h4, h5 {
  color: #030000; }

h2 {
  text-align: center;
  font-size: 2.8em;
  margin-bottom: .8em;
  line-height: 1; }
  @media only screen and (max-width: 821px) {
    h2 {
      font-size: 2em;
      margin-bottom: 0em;
      line-height: 2.4; } }
  h2.hdg {
    padding-top: 26px;
    background: url(_shared/image/mark.svg) 50% 0/36px no-repeat;
    margin-bottom: 1em;
    font-weight: 500;
    letter-spacing: .1em; }
    @media only screen and (max-width: 821px) {
      h2.hdg {
        padding-top: 24px;
        background: url(_shared/image/mark.svg) 50% 0/30x no-repeat;
        margin-bottom: 1.5em;
        line-height: 1; } }
    #introduction h2.hdg {
      line-height: 1.6;
      font-size: 2.4em;
      font-weight: 600;
      /*span{
      	border-bottom: .9px solid $black;
      	padding-bottom: 8px;
      }*/ }
      @media only screen and (max-width: 821px) {
        #introduction h2.hdg {
          font-size: 1.7em;
          margin-bottom: 1.6em;
          line-height: 1.8; } }
    h2.hdg img {
      width: 200px; }
      @media only screen and (max-width: 821px) {
        h2.hdg img {
          width: 180px; } }
    #bread h2.hdg {
      padding-top: 0;
      margin-bottom: .5em;
      background-image: none; }
      #bread h2.hdg img {
        width: 380px; }
        @media only screen and (max-width: 821px) {
          #bread h2.hdg img {
            width: 80%; } }
  h2 span {
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    display: block;
    letter-spacing: .1em;
    /*background-image: linear-gradient(
    	transparent 80%,
    	rgba($yellow, .25) 80%
    )*/ }
    @media only screen and (max-width: 821px) {
      h2 span {
        font-size: 18px;
        margin-top: 16px; } }
  .single h2, .blog h2, .category h2, #privacy-policy h2 {
    margin-bottom: 1.5em; }
    @media only screen and (max-width: 821px) {
      .single h2, .blog h2, .category h2, #privacy-policy h2 {
        font-size: 2.4em;
        margin-bottom: 1em; } }
  @media only screen and (max-width: 821px) {
    #privacy-policy h2 {
      font-size: 1.8em; } }
  #access h2 {
    margin-bottom: .8em; }
  @media only screen and (max-width: 821px) {
    #contact h2 {
      margin-bottom: .6em; } }

h3 {
  font-size: 1.5em;
  margin-bottom: 1.5em;
  text-align: center; }
  @media only screen and (max-width: 821px) {
    h3 {
      font-size: 1.3em; } }
  .blog h3, .category h3, .single h3 {
    margin-bottom: .4em; }
    @media only screen and (max-width: 821px) {
      .blog h3, .category h3, .single h3 {
        font-size: 1.2em; } }
  #bread h3 span {
    background: none; }
  #about02 h3 {
    font-size: 1.6em;
    line-height: 2;
    margin-bottom: 2em;
    /*padding: 1em 0 1em;
    background: url(_shared/image/circle00.svg) center 12px/100px no-repeat;*/ }
    @media only screen and (max-width: 821px) {
      #about02 h3 {
        font-size: 1.3em;
        margin-bottom: 1em; }
        #about02 h3 .sub {
          line-height: 1.6;
          display: inline-block;
          margin-top: 6px; } }
  #bread h3 {
    font-size: 1.3em;
    margin-bottom: 1em;
    text-align: left; }
    @media only screen and (max-width: 821px) {
      #bread h3 {
        text-align: center; } }
  #privacy-policy h3 {
    font-size: 1.1em;
    margin: 2em 0 1em;
    text-align: left; }

.marker {
  background-image: linear-gradient(transparent 70%, rgba(255, 226, 0, 0.9) 70%); }

h4 {
  font-size: 1.3em;
  margin-bottom: 1em; }

h5 {
  font-size: 1em;
  margin-bottom: .5em; }
  @media only screen and (max-width: 821px) {
    h5 {
      margin-bottom: .2em; } }

dl {
  font-weight: bold; }
  dl div {
    grid-template-columns: 4fr 8fr; }
    @media only screen and (max-width: 821px) {
      dl div {
        display: block; } }
    dl div dd {
      padding-left: 0;
      border: none;
      font-weight: normal; }

.button {
  margin-top: 0;
  display: flex;
  justify-content: center; }
  @media only screen and (max-width: 821px) {
    .button {
      display: grid;
      justify-content: center; } }
  .button a {
    font-weight: bold;
    border: 1px solid #030000;
    border-radius: 2em;
    background-color: #eee;
    padding: 1.2em 2em;
    font-size: 1em;
    line-height: 1;
    display: flex;
    justify-content: center; }
    #access .button a {
      line-height: 1.5; }
    .button a i {
      margin-left: .5em;
      opacity: .9; }

.button-border a {
  border-bottom: 1px solid #ffe200; }

.photo-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 36px; }
  .photo-area img {
    border-radius: 24px; }

/* Layout */
main {
  width: 100%;
  min-width: 100%;
  padding: 0 0 0;
  /*.single &, .blog &, .category &, #contact &, #privacy-policy &{
  	padding: 10em 24px 0;
  }*/ }
  @media only screen and (max-width: 821px) {
    main {
      padding: 0 0 0; } }

.blog #content, .archive #content, .single #content, #privacy-policy #content {
  max-width: 960px;
  margin: 0 auto; }
  @media only screen and (max-width: 821px) {
    .blog #content, .archive #content, .single #content, #privacy-policy #content {
      margin-top: 2em; } }

.container {
  width: 86%;
  max-width: 1080px;
  padding: 0em; }
  @media only screen and (max-width: 821px) {
    .container {
      width: 100%;
      padding: 0em 2em 0; } }

.container-sm {
  width: 70%;
  max-width: 1080px;
  margin: 0 auto; }
  @media only screen and (max-width: 821px) {
    .container-sm {
      width: 100%; } }
  .single-item .container-sm {
    width: 80%; }
    @media only screen and (max-width: 821px) {
      .single-item .container-sm {
        width: 100%; } }

.row {
  gap: 2em 4em; }
  @media only screen and (max-width: 821px) {
    .row {
      gap: 2em; } }

section {
  padding-top: 12em;
  margin-bottom: 12em; }
  @media only screen and (max-width: 821px) {
    section {
      padding-top: 6em;
      margin-bottom: 0; } }
  .single section, .blog section, .category section, #privacy-policy section {
    padding-top: 0; }
  @media only screen and (min-height: 1200px) {
    .single-work section .row, .single-product section .row {
      opacity: 1 !important; } }

/* Contents */
#hero {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: grid;
  justify-content: center;
  align-items: center;
  background-size: 78%;
  height: 100svh; }
  @media only screen and (max-width: 821px) {
    #hero {
      height: 100svh;
      padding: 0;
      margin: 0 auto; } }
  #hero #copy {
    position: absolute;
    bottom: 102px;
    left: 54px;
    font-size: 1.15em;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 400;
    line-height: 2; }
    @media only screen and (max-width: 821px) {
      #hero #copy {
        left: 24px;
        bottom: 64px;
        font-size: 1em;
        line-height: 1.8;
        padding-right: 36px; } }
  #hero #news {
    position: absolute;
    bottom: 84px;
    left: 54px;
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 821px) {
      #hero #news {
        padding: 0;
        padding-right: 24px;
        left: 24px;
        bottom: 44px;
        align-items: start;
        grid-gap: 1.2em; } }
    #hero #news a {
      display: flex;
      align-items: center; }
      @media only screen and (max-width: 821px) {
        #hero #news a {
          align-items: start; } }
    #hero #news h2 {
      font-size: 1em;
      margin-right: 0em;
      margin-bottom: 0;
      line-height: 1; }
      @media only screen and (max-width: 821px) {
        #hero #news h2 {
          font-size: .9em; } }
    #hero #news h3 {
      font-size: .8em;
      font-weight: normal;
      margin-bottom: 0;
      line-height: 1; }
      @media only screen and (max-width: 821px) {
        #hero #news h3 {
          text-align: left;
          font-size: .9em;
          max-width: calc(.9em*13);
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap; } }
    #hero #news .date {
      font-size: .8em;
      margin-right: .5em;
      line-height: 1; }
      @media only screen and (max-width: 821px) {
        #hero #news .date {
          font-size: .9em;
          margin-right: 1em; } }
  #hero #logo-area {
    width: 50vw;
    max-width: 360px; }
    @media only screen and (max-width: 821px) {
      #hero #logo-area {
        width: 50vw; } }
    #hero #logo-area p {
      text-align: center;
      line-height: 1;
      font-size: 1.5em;
      font-weight: bold;
      margin-bottom: 0; }
      #hero #logo-area p img {
        width: 100%; }

/* Header, Nav, Footer */
header {
  top: 0;
  z-index: 9999;
  padding: 32px 48px;
  height: 120px;
  box-sizing: border-box;
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 821px) {
    header {
      padding: 24px 24px;
      height: 96px;
      display: block;
      background: rgba(246, 246, 246, 0.3); } }
  header h1 {
    font-size: 18px;
    font-weight: bold;
    margin-right: 36px; }
    @media only screen and (max-width: 821px) {
      header h1 {
        font-size: 15px;
        line-height: 1.6; } }
    header h1 img {
      width: 260px;
      height: auto;
      display: block; }
      @media only screen and (max-width: 821px) {
        header h1 img {
          width: 200px; } }
  header #type {
    display: none;
    margin-bottom: 0;
    letter-spacing: .2em; }
    @media only screen and (max-width: 821px) {
      header #type {
        font-size: .9em;
        margin-top: 10px; } }
  header nav {
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 821px) {
      header nav {
        display: none; } }
    header nav ul {
      font-size: 1em;
      font-weight: bold;
      display: flex;
      margin-bottom: 0; }
      header nav ul li {
        text-align: left;
        border-right: 1px solid rgba(255, 226, 0, 0.5);
        line-height: 1.1;
        padding-right: .8em;
        margin-right: .8em; }
        header nav ul li:last-child {
          border: none;
          padding: 0;
          margin: 0; }
  header #sns {
    margin-left: auto;
    margin-bottom: 0;
    line-height: 1;
    font-size: 1.2em;
    display: flex;
    grid-gap: 10px; }
    @media only screen and (max-width: 821px) {
      header #sns {
        position: absolute;
        top: 28px;
        right: 24px;
        grid-gap: 6px; } }
    header #sns li {
      line-height: 1;
      border: none;
      margin-right: .4em; }
      header #sns li:last-child {
        padding-right: 0;
        margin-right: 0; }
      header #sns li i {
        opacity: 1; }

@media only screen and (max-width: 821px) {
  #nav-menu {
    display: none !important; } }

.drawer-hamburger {
  position: fixed;
  z-index: 100000 !important;
  padding: 22px 1.4rem 30px !important;
  width: 1.8rem !important;
  background-color: #fafaf6 !important; }
  .drawer-hamburger .drawer-hamburger-icon, .drawer-hamburger .drawer-hamburger-icon::after, .drawer-hamburger .drawer-hamburger-icon::before {
    height: 3px !important;
    background-color: #ffe200 !important; }
  .drawer-hamburger .drawer-hamburger-icon::after {
    top: 9px !important; }
  .drawer-hamburger .drawer-hamburger-icon::before {
    top: -9px !important; }

.drawer-nav {
  z-index: 100000 !important;
  color: rgba(255, 255, 255, 0.9) !important;
  background-color: rgba(255, 226, 0, 0.9);
  text-align: left;
  font-size: 15px !important;
  padding: 24px 24px !important;
  line-height: 1.5 !important;
  font-weight: bold !important; }
  .drawer-nav ul li {
    padding-bottom: .8em;
    margin-bottom: .8em;
    border-bottom: 1px dotted rgba(255, 226, 0, 0.3); }

footer {
  margin-top: 8em;
  padding: 11em 54px 4em;
  top: 100%;
  text-align: center; }
  @media only screen and (max-width: 821px) {
    footer {
      padding: 48px 2em 48px;
      margin-top: 0em;
      flex-direction: column;
      justify-content: center; } }
  footer h1 {
    text-align: left;
    margin-right: 2em; }
    @media only screen and (max-width: 821px) {
      footer h1 {
        margin: 0 0 1.5em; } }
    footer h1 img {
      width: 160px;
      height: auto; }
      @media only screen and (max-width: 821px) {
        footer h1 img {
          width: 160px; } }
  footer #copyright {
    margin-bottom: 0;
    font-size: .8em;
    opacity: .8; }
    @media only screen and (max-width: 821px) {
      footer #copyright {
        text-align: center;
        line-height: 1.6;
        margin-bottom: .8em; } }
  footer #privacy-policy {
    font-size: .9em;
    font-weight: bold;
    margin-left: auto;
    margin-bottom: 0; }
    @media only screen and (max-width: 821px) {
      footer #privacy-policy {
        margin-left: 0;
        margin-bottom: 1em; } }

#introduction {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0; }
  @media only screen and (max-width: 821px) {
    #introduction {
      max-width: auto; } }

#about01, #faq {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0; }
  @media only screen and (max-width: 821px) {
    #about01, #faq {
      max-width: auto; } }

#introduction h3 {
  font-size: 1.8em;
  letter-spacing: 0.06em; }
  @media only screen and (max-width: 821px) {
    #introduction h3 {
      font-size: 1.4em; } }
  #introduction h3 span {
    padding-bottom: 12px;
    border-bottom: 2px dotted #030000; }
    @media only screen and (max-width: 821px) {
      #introduction h3 span {
        padding-bottom: 8px; } }
#introduction #concept {
  text-align: center;
  background: #eee;
  padding: 48px;
  border-radius: 24px;
  margin-bottom: 54px; }
  @media only screen and (max-width: 821px) {
    #introduction #concept {
      border-radius: 16px;
      padding: 36px 24px 24px;
      margin-bottom: 40px; } }
  #introduction #concept h3 {
    margin-bottom: 40px; }
  #introduction #concept #point {
    display: flex;
    justify-content: center;
    align-items: start;
    grid-gap: 36px;
    margin: 36px 0 6px; }
    @media only screen and (max-width: 821px) {
      #introduction #concept #point {
        display: block; } }
    #introduction #concept #point div {
      width: 180px; }
      @media only screen and (max-width: 821px) {
        #introduction #concept #point div {
          width: 100%;
          margin-bottom: 24px; } }
      #introduction #concept #point div h4 {
        font-size: 1.1em;
        font-weight: bold;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        border: 1px solid #030000;
        background-color: #030000;
        color: #fff;
        display: grid;
        justify-content: center;
        align-items: center;
        margin: 0 auto 16px; }
      #introduction #concept #point div p {
        text-align: center;
        font-size: .9em;
        font-weight: bold;
        line-height: 1.92; }
#introduction #time-line {
  background: #eee;
  padding: 48px;
  border-radius: 24px; }
  @media only screen and (max-width: 821px) {
    #introduction #time-line {
      border-radius: 16px;
      padding: 36px 24px 48px;
      display: block; } }
  #introduction #time-line #time-line-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    grid-gap: 54px; }
    @media only screen and (max-width: 821px) {
      #introduction #time-line #time-line-inner {
        display: block; } }
    #introduction #time-line #time-line-inner dl div {
      display: grid;
      grid-template-columns: 3fr 7fr;
      border-bottom: 0.9px solid #030000; }
      @media only screen and (max-width: 821px) {
        #introduction #time-line #time-line-inner dl div {
          border-bottom: 0.8px solid #030000; } }
      #introduction #time-line #time-line-inner dl div dt, #introduction #time-line #time-line-inner dl div dd {
        font-size: .9em;
        padding: 16px 0;
        line-height: 1.68; }
      #introduction #time-line #time-line-inner dl div dt {
        font-weight: bold; }
      #introduction #time-line #time-line-inner dl div dd {
        font-weight: normal; }

#about01 p {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.1em;
  text-align: center; }
  @media only screen and (max-width: 821px) {
    #about01 p {
      font-size: 1em;
      text-align: left; }
      #about01 p br {
        display: none; } }
#about01 dl {
  display: grid;
  grid-template-columns: 3fr 9fr;
  grid-gap: 1em; }
  @media only screen and (max-width: 821px) {
    #about01 dl {
      display: block;
      text-align: center; } }
  #about01 dl dt, #about01 dl dd {
    padding-bottom: .8em; }
  @media only screen and (max-width: 821px) {
    #about01 dl dt {
      padding-bottom: 0;
      margin-bottom: 4px; } }
  #about01 dl dd {
    font-weight: normal;
    border-bottom: 1px dotted #030000; }
    @media only screen and (max-width: 821px) {
      #about01 dl dd {
        border-bottom: 0.9px dotted #030000;
        padding-bottom: 20px;
        margin-bottom: 20px; } }

#faq dl {
  display: block; }
  #faq dl dt {
    display: flex;
    align-items: start;
    border-bottom: 1px dotted rgba(3, 0, 0, 0.5);
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    gap: 1em;
    cursor: pointer;
    font-weight: normal; }
    @media only screen and (max-width: 821px) {
      #faq dl dt {
        padding-top: 1em;
        padding-bottom: 1em;
        gap: .5em; } }
    #faq dl dt span {
      font-size: 1em;
      font-weight: bold;
      margin-right: .5em;
      display: inline-block; }
      @media only screen and (max-width: 821px) {
        #faq dl dt span {
          font-size: 1em; } }
    #faq dl dt:hover {
      background-color: #fff;
      transition: .3s; }
  #faq dl dd {
    display: none; }
    #faq dl dd div {
      display: flex;
      align-items: start;
      justify-content: start;
      padding-top: 1.2em;
      padding-bottom: .8em;
      border-bottom: 1px solid rgba(3, 0, 0, 0.5);
      font-weight: normal; }
      @media only screen and (max-width: 821px) {
        #faq dl dd div {
          padding-top: 1.2em;
          padding-bottom: 0.8em;
          margin-bottom: .6em; } }
      #faq dl dd div span {
        font-size: 1em;
        font-weight: bold;
        margin-right: .5em;
        display: inline-block; }
        @media only screen and (max-width: 821px) {
          #faq dl dd div span {
            font-size: 1em; } }

@media only screen and (max-width: 821px) {
  #access {
    padding: 0em;
    margin-top: 6em; } }
#access #address {
  display: grid;
  grid-template-columns: 3fr 9fr;
  grid-gap: 1em; }
  @media only screen and (max-width: 821px) {
    #access #address {
      display: block; }
      #access #address p {
        margin-bottom: 0; } }
#access .text-indent {
  display: block;
  margin-left: 0.5em; }
#access .map {
  margin: 1em 0 2em; }
  @media only screen and (max-width: 821px) {
    #access .map {
      padding: 0em 0 1em;
      padding-top: 150%; } }
  #access .map iframe {
    border-radius: 20px; }
#access a {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 1em; }
@media only screen and (max-width: 821px) {
  #access .button a {
    line-height: 1.6; } }

#link-ec img {
  width: 120px; }
  @media only screen and (max-width: 821px) {
    #link-ec img {
      width: 120px; } }

.icon-circle {
  display: grid;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #030000;
  border-radius: 2em; }
  @media only screen and (max-width: 821px) {
    .icon-circle {
      width: 32px;
      height: 32px; } }
  .icon-circle a {
    line-height: 1; }

.disabled {
  border-color: #888 !important; }
  .disabled a {
    cursor: default; }

#contact {
  padding: 6em 0 8em; }
  @media only screen and (max-width: 821px) {
    #contact #contact-form p {
      margin-bottom: .5em; } }

/*  */
.blog .post, .archive .post, .category .post {
  display: grid;
  grid-template-columns: 3fr 9fr;
  grid-gap: 3em;
  margin-bottom: 4em; }
  @media only screen and (max-width: 821px) {
    .blog .post, .archive .post, .category .post {
      padding-bottom: 1em;
      display: block; } }
  .blog .post .post-header, .archive .post .post-header, .category .post .post-header {
    margin-bottom: 1em; }
    @media only screen and (max-width: 821px) {
      .blog .post .post-header, .archive .post .post-header, .category .post .post-header {
        margin-top: 1.2em; } }
    .blog .post .post-header h3, .archive .post .post-header h3, .category .post .post-header h3 {
      text-align: left; }
    .blog .post .post-header .post-meta, .archive .post .post-header .post-meta, .category .post .post-header .post-meta {
      text-align: left; }

.single .post .post-header {
  margin-bottom: 2em; }
  @media only screen and (max-width: 821px) {
    .single .post .post-header {
      margin-bottom: 1em; } }
  .single .post .post-header .post-meta {
    text-align: center; }
.single .post .post-content p {
  text-align: left; }

#title {
  padding: 12em 0 6em;
  margin-bottom: 0em; }
  @media only screen and (max-width: 821px) {
    #title {
      padding: 12em 0 4em; } }
  #title h2 {
    margin-bottom: 0; }

.bg {
  background: #fff;
  padding: 6em 6em;
  border-radius: 80px; }
  @media only screen and (max-width: 821px) {
    .bg {
      padding: 2em 2em;
      border-radius: 24px; } }

/*  */
#splash {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  height: 100svh;
  background-color: #fff; }
  #splash #splash-logo {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0; }
    #splash #splash-logo img {
      width: 120px; }
      @media only screen and (max-width: 821px) {
        #splash #splash-logo img {
          width: 60px; } }

#logo {
  opacity: 0; }

.splash-bg {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  height: 100vh;
  background-color: #ccc; }

body.appear .splash-bg {
  transform: scale(1, 0);
  animation: splashAnime .8s ease forwards; }
@keyframes splashAnime {
  0% {
    opacity: 1;
    transform: scale(1, 0);
    transform-origin: top left; }
  50% {
    transform: scale(1.1);
    transform-origin: top left; }
  50.0001% {
    transform-origin: bottom left; }
  100% {
    transform: scale(1, 0);
    transform-origin: bottom left; } }
body.appear #wrapper {
  animation: wrapperAnime .4s ease 1.2s forwards; }
@keyframes wrapperAnime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.bgImgAnime {
  animation: bgImgAnime  1s ease-in-out forwards; }
@keyframes bgImgAnime {
  0% {
    background-position: 50% 40px; }
  100% {
    background-position: 50% 0px; } }

/*# sourceMappingURL=style.css.map */
