@charset "UTF-8";
/*-----------base-----------*/
@import url("https://use.typekit.net/olm6vix.css");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

html, body {
  width: 100%;
  height: auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", "Hiragino Sans", "ＭＳ ゴシック", sans-serif;
}

html {
  color: #333;
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

/*-----------menu-----------*/
/*navi*/
.naviBox {
  position: fixed;
  right: 0;
  top: 0;
  width: 380px;
  height: 100vh;
  background: rgba(255, 255, 255, 0.95);
  z-index: 99;
  display: none;
}

.naviBox .naviIn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  color: #4c4b53;
  width: 260px;
  letter-spacing: 0.1em;
}

.naviBox .naviIn .heading {
  font-size: 2.6rem;
  margin-bottom: 24px;
}

.naviBox .naviIn ul li {
  margin-bottom: 20px;
}

.naviBox .naviIn .store {
  padding-top: 40px;
  border-top: 1px solid #CCC;
  margin-top: 40px;
}

.main_menu-trigger {
  opacity: 0;
}

.main_menu-trigger.on {
  -webkit-animation: fadeIn 0.8s ease-in 0s forwards;
          animation: fadeIn 0.8s ease-in 0s forwards;
}

.main_menu-trigger, .main_menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  z-index: 200;
}

.main_menu-trigger {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 28px;
  z-index: 200;
}

.main_menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
}

.main_menu-trigger span:nth-of-type(1) {
  top: 0;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.main_menu-trigger span:nth-of-type(2) {
  top: 10px;
}

.main_menu-trigger span:nth-of-type(3) {
  top: 20px;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.main_menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}

.main_menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.main_menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}

/*---------- contents ----------*/
#container {
  overflow: hidden;
}

/* mainVisual */
#mainVisual {
  margin-bottom: 120px;
  background: #f8f8f8;
  padding: 30px 0 100px;
}
#mainVisual .photo {
  margin: 0 auto 80px;
  width: calc(100% - 60px);
  position: relative;
}
#mainVisual .photo p {
  opacity: 0;
}
#mainVisual .photo p.main {
  -webkit-animation: fadeIn 0.8s ease-in 0s forwards;
          animation: fadeIn 0.8s ease-in 0s forwards;
}
#mainVisual .photo p.tit1 {
  width: 16.3%;
  position: absolute;
  top: 10%;
  right: 3.86%;
  -webkit-animation: fadeIn 0.8s ease-in 0.7s forwards;
          animation: fadeIn 0.8s ease-in 0.7s forwards;
}
#mainVisual .photo p.tit2 {
  width: 8.4%;
  position: absolute;
  top: 44%;
  left: 7%;
  -webkit-animation: fadeIn 0.8s ease-in 0.7s forwards;
          animation: fadeIn 0.8s ease-in 0.7s forwards;
}
#mainVisual .txt {
  width: 982px;
  margin: 0 auto;
}
#mainVisual .txt h3 {
  font-size: 3.3rem;
  line-height: 1;
  margin-bottom: 50px;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  opacity: 0;
  -webkit-animation: fadeIn 0.8s ease-in 1.2s forwards;
          animation: fadeIn 0.8s ease-in 1.2s forwards;
}
#mainVisual .txt h3 span {
  display: block;
  font-size: 1.9rem;
  margin-top: 12px;
}
#mainVisual .txt .leadTxt {
  opacity: 0;
  -webkit-animation: fadeIn 0.8s ease-in 1.6s forwards;
          animation: fadeIn 0.8s ease-in 1.6s forwards;
}
#mainVisual .txt .leadTxt p {
  font-size: 1.3rem;
  line-height: 2;
  margin-bottom: 20px;
}
#mainVisual .txt .leadTxt p.staff {
  font-size: 1rem;
  margin-top: 40px;
  color: #9a9a9a;
}

.secTitle {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 60px;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.order1 {
  order: 1;
}

.order2 {
  order: 2;
}

.stylingBox {
  padding: 40px 60px 0;
  margin-bottom: 240px;
  position: relative;
}
.stylingBox.full {
  padding: 0;
}
.stylingBox.last {
  margin-bottom: 0;
}
.stylingBox .flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.stylingBox .mb {
  margin-bottom: 80px;
}
.stylingBox .w32 {
  width: 32%;
  transform: translate(0, 30px);
  transition: all 0.8s ease;
  opacity: 0;
}
.stylingBox .w32:first-child {
  transition-delay: 0.2s;
}
.stylingBox .w32:nth-child(2) {
  transition-delay: 0.5s;
}
.stylingBox .w32:last-child {
  transition-delay: 0.8s;
}
.stylingBox .w32.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.stylingBox .w48 {
  width: 48%;
}
.stylingBox .w70 {
  width: 70%;
}
.stylingBox .maC {
  margin: 0 auto 80px;
}
.stylingBox .mb0 {
  margin-bottom: 0;
}
.stylingBox .main {
  width: 49%;
}
.stylingBox .sub {
  width: 48%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.stylingBox .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.creditBox {
  width: 480px;
  margin: 40px auto;
  position: relative;
  z-index: 10;
  background: rgba(255, 255, 255, 0.95);
  padding: 10px 10px 1px 10px;
  box-sizing: border-box;
}
.creditBox .credit:first-child a {
  border-top: 1px dotted #333;
  padding-top: 10px;
}
.creditBox .credit a {
  font-size: 1.2rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px dotted #333;
  margin-bottom: 10px;
  line-height: 1.5;
}
.creditBox .credit a.mb0 {
  margin-bottom: 0;
}
.creditBox .credit a:hover {
  text-decoration: none;
  color: #CCC;
}
.creditBox .credit a:hover .buy {
  background-color: #FFF;
  color: #000;
}
.creditBox .credit a span {
  font-weight: normal;
}
.creditBox .credit a .item {
  width: 240px;
}
.creditBox .credit a .buy {
  width: 40px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  box-sizing: border-box;
  background-color: #000;
  color: #FFF;
}
.creditBox .creditNone {
  font-size: 1.2rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px dotted #333;
  margin-bottom: 10px;
  line-height: 1.5;
}
.creditBox .creditNone .mb0 {
  margin-bottom: 0;
}
.creditBox .creditNone .item {
  width: 100%;
}

#interviewCon {
  margin-bottom: 80px;
  background-color: #f8f8f8;
  padding: 140px 0;
}
#interviewCon .text {
  width: 800px;
  margin: 0 auto 140px;
}
#interviewCon .text h4 {
  font-size: 2.5rem;
  margin-bottom: 50px;
  font-weight: bold;
}
#interviewCon .text p {
  font-size: 1.3rem;
  line-height: 2;
  margin-bottom: 32px;
  position: relative;
  /*&.mt{margin-top: 72px;}*/
}
#interviewCon .text p span {
  font-weight: bold;
}
#interviewCon .text p.main {
  width: 100%;
  margin-bottom: 72px;
}
#interviewCon .text p.img {
  width: 480px;
  margin: 72px auto;
}
#interviewCon .text p.img2 {
  width: 640px;
  margin: 72px auto;
}
#interviewCon .text p.movWrap {
  width: 640px;
  margin: 72px auto;
  padding-top: 56.25%;
}
#interviewCon .text p.movWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#interviewCon .text p.qTxt {
  font-weight: bold;
  padding-left: 25px;
}
#interviewCon .text p.qTxt::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 12px;
}
#interviewCon .profile {
  width: 800px;
  margin: 0 auto;
  background-color: #4b6481;
  padding: 40px;
  box-sizing: border-box;
}
#interviewCon .profile .img {
  margin-bottom: 40px;
}
#interviewCon .profile .profileBox {
  width: 100%;
}
#interviewCon .profile .profText {
  margin-bottom: 28px;
  color: #FFF;
}
#interviewCon .profile .profText a {
  color: #fff;
  text-decoration: underline;
}
#interviewCon .profile .profText a:hover {
  text-decoration: none;
}
#interviewCon .profile .profText span {
  font-weight: bold;
  display: block;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.copyright {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 40px;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.return {
  margin-bottom: 100px;
}
.return a {
  display: block;
  width: 300px;
  margin: 0 auto;
  background-color: transparent;
  color: #000;
  text-align: center;
  height: 42px;
  line-height: 42px;
  border: 2px solid #000;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  font-size: 1.2rem;
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.return a:hover {
  text-decoration: none;
  color: #fff;
}
.return a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.return a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #333;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}

.bnr {
  width: 480px;
  margin: 0 auto 60px;
}

/*---------- fadein ----------*/
/* fadein */
.fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 0.8s ease;
}

.fadein2 {
  opacity: 0;
  transform: translate(0, -30px);
  transition: all 0.8s ease;
}

.fadein3 {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s ease;
}

.fadein4 {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 0.8s ease;
}

.fadein.scrollin, .fadein2.scrollin, .fadein3.scrollin, .fadein4.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeinL {
  opacity: 0;
  transform: translate(-40px, 0);
  transition: all 0.8s ease;
}

.fadeinL.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeinR {
  opacity: 0;
  transform: translate(40px, 0);
  transition: all 0.8s ease;
}

.fadeinR.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* colorBox */
.colorBox {
  position: relative;
}
.colorBox::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #000;
  transition: width 0.7s cubic-bezier(0.43, 0.05, 0.17, 1) 0.15s;
}

.col2.colorBox::after {
  background-color: #FD6C04;
}

.active.colorBox::after {
  width: 0;
}

/* digit */
.digit {
  opacity: 0;
  transform: translateY(-5px);
  -webkit-clip-path: inset(0% 0% 2% 0%);
  clip-path: inset(0% 0% 2% 0%);
  transition: 0.7s cubic-bezier(0.1, 0, 0.25, 0.4);
}

.digit.right {
  transform: translateX(40px);
  -webkit-clip-path: inset(0 5% 3% 100%);
  clip-path: inset(0 5% 3% 100%);
  transition: 0.7s cubic-bezier(0.37, 0, 0.4, 0.8);
}

.digit.left {
  transform: translateX(-40px);
  -webkit-clip-path: inset(0 100% 3% 5%);
  clip-path: inset(0 100% 3% 5%);
  transition: 0.7s cubic-bezier(0.37, 0, 0.4, 0.8);
}

.digit.visible {
  opacity: 1;
  transform: none;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

/* anchor  */
.d-pageTop {
  display: block;
  position: fixed;
  right: 10px;
  bottom: 11px;
  width: 42px;
  height: 42px;
  background: hsla(0deg, 0%, 100%, 0.9);
  border-radius: 3px;
  border: 1px solid #999;
  z-index: 4;
}
.d-pageTop:after {
  content: "";
  position: absolute;
  top: 18px;
  left: 16px;
  width: 10px;
  height: 10px;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /*navi*/
  .naviBox {
    width: 48%;
  }
  .naviBox .naviIn {
    font-size: 1.3rem;
    width: 80%;
  }
  .naviBox .naviIn .heading {
    font-size: 2rem;
    margin-bottom: 24px;
  }
  .naviBox .naviIn ul li {
    margin-bottom: 20px;
  }
  .naviBox .naviIn .store {
    padding-top: 30px;
    border-top: 1px solid #CCC;
    margin-top: 30px;
  }
  .main_menu-trigger {
    position: fixed;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 28px;
    z-index: 200;
  }
  /*---------- contents ----------*/
  /* mainVisual */
  #mainVisual {
    margin-bottom: 80px;
    background: #f8f8f8;
    padding: 0 0 30px;
  }
  #mainVisual .photo {
    margin: 0 auto 50px;
    width: 100%;
    position: relative;
  }
  #mainVisual .photo p {
    opacity: 0;
  }
  #mainVisual .photo p.main {
    -webkit-animation: fadeIn 0.8s ease-in 0s forwards;
            animation: fadeIn 0.8s ease-in 0s forwards;
  }
  #mainVisual .photo p.tit1 {
    width: 67.2%;
    position: absolute;
    top: 5%;
    right: 0;
    left: 0;
    margin: auto;
  }
  #mainVisual .photo p.tit2 {
    width: 10.9%;
    position: absolute;
    top: 25.7%;
    left: 4%;
  }
  #mainVisual .txt {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  #mainVisual .txt h3 {
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 30px;
  }
  #mainVisual .txt h3 span {
    display: block;
    font-size: 1.4rem;
    margin-top: 12px;
  }
  #mainVisual .txt .leadTxt {
    opacity: 0;
    -webkit-animation: fadeIn 0.8s ease-in 1.6s forwards;
            animation: fadeIn 0.8s ease-in 1.6s forwards;
  }
  #mainVisual .txt .leadTxt p {
    font-size: 1.2rem;
    line-height: 2;
    margin-bottom: 18px;
  }
  #mainVisual .txt .leadTxt p.staff {
    font-size: 1rem;
    margin-top: 30px;
    color: #9a9a9a;
  }
  .secTitle {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
  .stylingBox {
    padding: 0 16px;
    margin-bottom: 120px;
    position: relative;
  }
  .stylingBox.full {
    padding: 0;
  }
  .stylingBox.last {
    margin-bottom: 0;
  }
  .stylingBox .flex {
    display: block;
    margin-bottom: 60px;
  }
  .stylingBox .mb {
    margin-bottom: 32px;
  }
  .stylingBox .w32 {
    width: 80%;
    transform: translate(0, 30px);
    transition: all 0.8s ease;
    opacity: 0;
  }
  .stylingBox .w32:first-child {
    transition-delay: 0s;
  }
  .stylingBox .w32:nth-child(2) {
    transition-delay: 0s;
    margin: 28px 0 28px auto;
  }
  .stylingBox .w32:last-child {
    transition-delay: 0s;
    margin: 0 auto;
  }
  .stylingBox .w32.scrollin {
    opacity: 1;
    transform: translate(0, 0);
  }
  .stylingBox .w48 {
    width: 86%;
  }
  .stylingBox .w48:last-child {
    margin: 24px 0 0 auto;
  }
  .stylingBox .w70 {
    width: 96%;
  }
  .stylingBox .maC {
    margin: 0 auto 32px;
  }
  .stylingBox .mb0 {
    margin-bottom: 0;
  }
  .stylingBox .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  .creditBox {
    width: 100%;
    margin: 32px auto;
    padding: 10px 10px 1px 10px;
  }
  .creditBox .credit:first-child a {
    border-top: 1px dotted #333;
    padding-top: 10px;
  }
  .creditBox .credit a {
    font-size: 1.2rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px dotted #333;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .creditBox .credit a.mb0 {
    margin-bottom: 0;
  }
  .creditBox .credit a:hover {
    text-decoration: none;
    color: #CCC;
  }
  .creditBox .credit a:hover .buy {
    background-color: #FFF;
    color: #000;
  }
  .creditBox .credit a span {
    font-weight: normal;
  }
  .creditBox .credit a .item {
    width: 200px;
  }
  .creditBox .credit a .buy {
    width: 40px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    box-sizing: border-box;
    background-color: #000;
    color: #FFF;
  }
  .creditBox .creditNone {
    font-size: 1.2rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px dotted #333;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .creditBox .creditNone .mb0 {
    margin-bottom: 0;
  }
  .creditBox .creditNone .item {
    width: 100%;
  }
  #interviewCon {
    margin-bottom: 60px;
    padding: 60px 0;
  }
  #interviewCon .text {
    width: calc(100% - 30px);
    margin: 0 auto 50px;
  }
  #interviewCon .text h4 {
    font-size: 1.8rem;
    margin-bottom: 35px;
    font-weight: bold;
  }
  #interviewCon .text p {
    font-size: 1.3rem;
    line-height: 1.9;
    margin-bottom: 22px;
    position: relative;
    /*&.mt{margin-top: 72px;}*/
  }
  #interviewCon .text p.main {
    width: 100%;
    margin-bottom: 48px;
  }
  #interviewCon .text p.img {
    width: 80%;
    margin: 48px auto;
  }
  #interviewCon .text p.img2 {
    width: 100%;
    margin: 48px auto;
  }
  #interviewCon .text p.movWrap {
    width: 100%;
    margin: 48px auto;
    padding-top: 56.25%;
  }
  #interviewCon .text p.qTxt {
    font-weight: bold;
    padding-left: 25px;
  }
  #interviewCon .text p.qTxt::before {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #333;
    position: absolute;
    left: 0;
    top: 12px;
  }
  #interviewCon .profile {
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    box-sizing: border-box;
  }
  #interviewCon .profile .img {
    margin-bottom: 40px;
  }
  #interviewCon .profile .profileBox {
    width: 100%;
  }
  #interviewCon .profile .profText {
    margin-bottom: 28px;
    color: #FFF;
  }
  #interviewCon .profile .profText a {
    color: #fff;
    text-decoration: underline;
  }
  #interviewCon .profile .profText a:hover {
    text-decoration: none;
  }
  #interviewCon .profile .profText span {
    font-weight: bold;
    display: block;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .copyright {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 40px;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  .return {
    margin-bottom: 100px;
  }
  .return a {
    display: block;
    width: 300px;
    margin: 0 auto;
    background-color: transparent;
    color: #000;
    text-align: center;
    height: 42px;
    line-height: 42px;
    border: 2px solid #000;
    position: relative;
    z-index: 1;
    transition: 0.3s;
    font-size: 1.2rem;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  .return a:hover {
    text-decoration: none;
    color: #fff;
  }
  .return a:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
  }
  .return a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #333;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease 0.3s;
  }
  .bnr {
    width: 480px;
    margin: 0 auto 60px;
  }
}/*# sourceMappingURL=style.css.map */