@import url("https://use.typekit.net/eyo0dij.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.css");
html, body {
  width: 100%;
  height: auto;
}

body {
  height: 100%;
  left: 0px;
  top: 0px;
  margin: 0;
}

a:hover, a:active, a.active {
  color: rgb(113, 112, 112);
}

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

i {
  font-style: normal;
}

form, section, p, div, ul, li, dl, dt, dd, a, span, input, textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.sp {
  display: none;
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

/*all*/
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.posR {
  position: relative;
}

.posA {
  position: absolute;
}

.invisible {
  visibility: hidden;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadein {
  opacity: 0;
  transform: translate(0, 0px);
  transition: all 0.8s ease;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -7%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-15%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(15%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 15%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/*loader*/
body.loaded {
  position: static;
  overflow: scroll;
}

body.looking {
  overflow: hidden;
}

body.looking .sec {
  pointer-events: none;
}

#loader {
  width: 100%;
  height: 100vh;
  background-color: white;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 999999;
  transition: all 1s ease-in-out 0.5s;
}

#loader.complete {
  opacity: 0;
  pointer-events: none;
}

#loader .load .js_logo {
  width: 200px;
}

@media screen and (max-width: 768px) {
  #loader .load .js_logo {
    width: 150px;
    margin-top: 50px;
  }
}
#loader .load div:nth-of-type(2) {
  padding-top: 30px;
  color: black;
  animation: flash 1s linear infinite;
  text-align: center;
}

@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
/*gsap*/
.container {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
}

.text-bottom {
  bottom: 0;
  font-size: 3vw;
  position: absolute;
}

.side-scroll {
  height: 100vh;
  width: 100%;
}

.side-scroll-container {
  align-items: center;
  display: flex;
  height: 100vh;
  margin-inline: auto;
  overflow: hidden;
  width: 100%;
}

.side-scroll-list {
  display: flex;
  gap: 3vw;
  height: 100%;
}

.side-scroll-item {
  width: 65vw;
}
@media (max-width: 768px) {
  .side-scroll-item {
    width: 200vw;
  }
}
.side-scroll-item#scrollBox6 {
  display: none;
}

@media (max-width: 768px) {
  #scrollBox2 {
    width: 210vw;
    margin-left: -4vw;
  }
  #scrollBox3 {
    width: 200vw;
    margin-left: -17vw;
  }
  #scrollBox4 {
    margin-left: -4%;
  }
  #scrollBox5 {
    width: 200vw;
    margin-left: -7%;
  }
  .box {
    height: 100vh;
  }
}
.anm1 {
  animation: anm1 5s infinite linear;
}

.anm2 {
  animation: anm2 3s infinite linear;
}

@keyframes anm1 {
  from {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-1px);
  }
}
@keyframes anm2 {
  from {
    transform: rotate(0);
  }
  30% {
    transform: rotate(-10deg);
  }
  50% {
    transform: translate(10deg);
  }
  100% {
    transform: rotate(0);
  }
}
/*kvsec*/
.kvsec .top.left p img {
  animation-delay: 0.6s;
}
.kvsec.pc {
  width: 100vw;
  height: 100vh;
}
@media (max-width: 768px) {
  .kvsec.pc {
    display: none;
  }
}
.kvsec.pc .mrb1 {
  top: -4%;
  left: 0;
  width: 20%;
  z-index: -1;
}
.kvsec.pc .leftAll {
  width: 50%;
}
.kvsec.pc .leftAll .txtsec {
  padding: 5%;
}
.kvsec.pc .leftAll .txtsec p:nth-of-type(1) {
  width: 44%;
  margin-bottom: 3%;
}
.kvsec.pc .leftAll .txtsec p:nth-of-type(2) {
  width: 80%;
}
.kvsec.pc .leftAll .txtsec p:nth-of-type(3) {
  width: 60%;
  margin: -10% auto auto auto;
}
.kvsec.pc .rightAll {
  width: 50%;
  padding: 3%;
}
.kvsec.pc .rightAll .top .left {
  border: 2px solid #b81d25;
  width: 150px;
  height: 180px;
  overflow: hidden;
}
.kvsec.pc .rightAll .top .left p img {
  width: 270px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: -65px -46px;
     object-position: -65px -46px;
}
.kvsec.pc .rightAll .top .right {
  width: calc(100% - 170px);
}
.kvsec.pc .rightAll .top .right p:nth-of-type(1) {
  width: 50%;
  margin: 0 auto 3% 0;
}
.kvsec.pc .rightAll .top .right p:nth-of-type(2) {
  width: 100%;
  margin: 0 auto 5% 0;
  box-sizing: border-box;
  padding: 0 10% 0 0;
}
.kvsec.pc .rightAll .top .right p:nth-of-type(3) {
  width: 40%;
  margin: 0 10% 0 auto;
}
.kvsec.pc .rightAll .down {
  width: 60%;
  margin: -20% auto auto auto;
}
.kvsec.pc .rightAll .down p:nth-of-type(2) {
  width: 75%;
  margin: -5% auto auto auto;
}
.kvsec.pc .mrbsec {
  width: 70vw;
  bottom: 0;
  left: 0;
  height: auto;
  z-index: -1;
}
.kvsec.pc .mrbsec .secInner {
  width: 100%;
  height: 50vh;
}
.kvsec.pc .mrbsec .secInner .mrb {
  width: 40%;
}
.kvsec.pc .mrbsec .secInner .mrb:nth-of-type(1) {
  bottom: 20%;
  left: 0;
}
.kvsec.pc .mrbsec .secInner .mrb:nth-of-type(2) {
  bottom: 14%;
  left: 5%;
}
.kvsec.pc .mrbsec .secInner .mrb:nth-of-type(3) {
  bottom: -3%;
  left: 48%;
}
.kvsec.pc .mrbsec .secInner .mrb:nth-of-type(4) {
  left: 20%;
}
.kvsec.pc .mrbsec .secInner .mrb:nth-of-type(5) {
  left: 9%;
  width: 24%;
  bottom: 18%;
}
.kvsec.pc .mrbsec .secInner .mrb:nth-of-type(6) {
  bottom: -12%;
  left: 37%;
}
.kvsec.pc .mrbsec .secInner .mrb:nth-of-type(7) {
  left: -3%;
  bottom: -12%;
}
@media (max-width: 768px) {
  .kvsec.sp {
    height: 100vh;
    width: 100vw;
    overflow-x: hidden;
  }
  .kvsec.sp .top {
    width: 97%;
    margin: 3% 1% auto auto;
  }
  .kvsec.sp .top .left {
    width: 80px;
    height: 140px;
    border: 2px solid #b81d25;
    overflow: hidden;
  }
  .kvsec.sp .top .left img {
    width: 240px;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: -97px -46px;
       object-position: -97px -46px;
  }
  .kvsec.sp .top .right {
    width: 72%;
  }
  .kvsec.sp .top .right p:nth-of-type(1) {
    width: 70%;
    margin: 0 auto 2% 0;
  }
  .kvsec.sp .top .right p:nth-of-type(2) {
    width: 95%;
    margin: 0 auto 2% auto;
  }
  .kvsec.sp .top .right p:nth-of-type(3) {
    width: 55%;
    margin: 0 3% auto auto;
  }
  .kvsec.sp .down {
    width: 95%;
    margin: -20% -12% auto auto;
  }
  .kvsec.sp .down p:last-of-type {
    margin: -10% 26% auto auto;
    width: 60%;
  }
  .kvsec.sp .mrbsec {
    width: 80%;
    bottom: -6vw;
    z-index: -1;
  }
  .kvsec.sp .mrbsec .mrb1 {
    width: 80%;
    bottom: -6vw;
  }
  .kvsec.sp .mrbsec .mrb2 {
    width: 70%;
    bottom: -10vw;
    left: -8vw;
  }
}

/*contents*/
.side-scroll-item .sec {
  height: -moz-fit-content;
  height: fit-content;
}
.side-scroll-item .sec p a img {
  transition: 1s all;
}
.side-scroll-item .sec p a img:hover {
  transform: scale(1.4, 1.4);
  transition: 1s all;
}
.side-scroll-item .box1 #sec1 {
  width: 45%;
  margin: 1% auto auto 7%;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .side-scroll-item .box1 #sec1 {
    margin: 1% auto auto 3%;
  }
}
.side-scroll-item .box1 #sec1 p:last-of-type {
  width: 47%;
  margin: -22% auto auto 5%;
}
.side-scroll-item .box1 #sec2 {
  width: 45%;
}
@media (max-width: 768px) {
  .side-scroll-item .box1 #sec2 {
    width: 47%;
    margin: 5% auto auto -13%;
  }
}
.side-scroll-item .box1 #sec2 p:nth-of-type(1) {
  width: 60%;
  margin: 4% auto auto -2%;
  position: relative;
  z-index: 3;
}
.side-scroll-item .box1 #sec2 p:nth-of-type(2) {
  width: 45%;
  margin: 6% auto auto -17%;
}
.side-scroll-item .box1 #sec2 p:nth-of-type(3) {
  width: 50%;
  margin: 59% auto auto -111%;
}
@media (max-width: 768px) {
  .side-scroll-item .box1 #sec2 p:nth-of-type(3) {
    margin: 46% auto auto -121%;
  }
}
.side-scroll-item .box1 #sec2 p:nth-of-type(4) {
  width: 37%;
  margin: 51% auto auto -9%;
}
.side-scroll-item .box1 #sec2 p:nth-of-type(5) {
  width: 40%;
  margin: 64% auto auto 3%;
}
.side-scroll-item .box1 #sec3 {
  width: 20%;
  margin: -14% auto auto 11%;
}
@media (max-width: 768px) {
  .side-scroll-item .box1 #sec3 {
    width: 25%;
    margin: -20% auto auto 2%;
  }
}
.side-scroll-item .box1 #sec4 {
  width: 25%;
  margin: -7% auto auto -8%;
}
@media (max-width: 768px) {
  .side-scroll-item .box1 #sec4 {
    width: 29%;
  }
}
.side-scroll-item .box1 #sec4 p:nth-of-type(1) {
  width: 90%;
}
.side-scroll-item .box1 #sec4 p:nth-of-type(2) {
  width: 90%;
  margin: -3% auto auto 5%;
  position: relative;
  z-index: 3;
}
.side-scroll-item .box1 #sec4 p:nth-of-type(3) {
  width: 65%;
  margin: -30% -49% auto -30%;
}
.side-scroll-item .box1 #mrb1 {
  position: absolute;
  width: 32%;
  bottom: -6%;
}
@media (max-width: 768px) {
  .side-scroll-item .box1 #mrb1 {
    width: 29%;
  }
}
.side-scroll-item .box1 #sec5 {
  width: 30%;
}
.side-scroll-item .box1 #sec5 p:nth-of-type(1) {
  width: 60%;
  margin: 3% auto auto auto;
}
.side-scroll-item .box1 #sec5 p:nth-of-type(2) {
  width: 100%;
  margin: -20% auto auto -14%;
}
.side-scroll-item .box2 #sec6 {
  position: relative;
  z-index: 5;
}
.side-scroll-item .box2 #sec6 .left {
  width: 50%;
  margin-top: 1%;
}
.side-scroll-item .box2 #sec6 .left p:first-of-type {
  width: 60%;
}
.side-scroll-item .box2 #sec6 .left p:last-of-type {
  width: 60%;
  position: relative;
  margin: 13% auto auto -28%;
  z-index: 3;
}
.side-scroll-item .box2 #sec6 .right {
  width: 50%;
  margin: -2% auto auto -25%;
  flex-direction: column;
}
.side-scroll-item .box2 #sec6 .right p:first-of-type {
  width: 60%;
  margin: 0 auto;
}
.side-scroll-item .box2 #sec6 .right p:last-of-type {
  width: 60%;
  margin: -19% auto auto 45%;
}
.side-scroll-item .box2 #sec7 .secInner p:first-of-type {
  width: 32%;
  margin: 0 auto auto -4%;
  position: relative;
  z-index: 3;
}
.side-scroll-item .box2 #sec7 .secInner p:last-of-type {
  width: 40%;
  margin: 0% auto auto -40%;
}
.side-scroll-item .box2 #sec8 {
  width: 44%;
  margin: -1% auto auto auto;
}
.side-scroll-item .box2 #sec8 .secInner {
  position: relative;
}
.side-scroll-item .box2 #sec8 .secInner p:nth-of-type(1) {
  width: 46%;
  margin: 0 auto;
}
.side-scroll-item .box2 #sec8 .secInner p:nth-of-type(2) {
  width: 46%;
  margin: 0 auto;
}
.side-scroll-item .box2 #sec8 .secInner p:nth-of-type(3) {
  width: 46%;
  margin: 0 auto;
}
.side-scroll-item .box2 #sec8 .secInner p:nth-of-type(4) {
  width: 46%;
  margin: 0 auto;
}
.side-scroll-item .box2 #sec8 .secInner p:nth-of-type(5) {
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.side-scroll-item .box2 #sec9 {
  width: 45%;
  margin: -13% auto auto auto;
}
.side-scroll-item .box3 {
  margin-left: -2%;
}
.side-scroll-item .box3 .mrb1_box3 {
  width: 20%;
  left: -19vw;
  top: -1vw;
}
@media (max-width: 768px) {
  .side-scroll-item .box3 .mrb1_box3 {
    left: -58vw;
    top: -6vw;
  }
}
.side-scroll-item .box3 .mrb2_box3 {
  width: 31%;
  bottom: 20vw;
  left: -21vw;
  rotate: 12deg;
}
@media (max-width: 768px) {
  .side-scroll-item .box3 .mrb2_box3 {
    bottom: 70vw;
    left: -61vw;
  }
}
.side-scroll-item .box3 #sec10 {
  width: 45%;
  position: relative;
  z-index: 3;
  margin: auto auto auto -12%;
}
.side-scroll-item .box3 #sec11 {
  width: 45%;
  margin: 1% auto auto -3%;
  position: relative;
  z-index: 5;
}
.side-scroll-item .box3 #sec11 p:nth-of-type(1) {
  width: 60%;
  margin: 1% auto auto -28%;
}
.side-scroll-item .box3 #sec11 p:nth-of-type(2) {
  width: 60%;
  margin: 20% auto auto -48%;
}
.side-scroll-item .box3 #sec11 p:nth-of-type(3) {
  width: 40%;
  margin: 54% auto auto -96%;
}
.side-scroll-item .box3 #sec11 p:nth-of-type(4) {
  width: 40%;
  margin: 60% auto auto 9%;
}
.side-scroll-item .box3 #santa-1 {
  width: 45%;
  margin: -15% auto auto -2%;
}
.side-scroll-item .box3 #sec12 {
  width: 30%;
  margin: -13% auto auto -26%;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .side-scroll-item .box3 #sec12 {
    margin: -16% auto auto -26%;
  }
}
.side-scroll-item .box3 #sec12 p:nth-of-type(1) {
  width: 90%;
  margin: 3% auto auto -5%;
}
.side-scroll-item .box3 #sec12 p:nth-of-type(2) {
  width: 65%;
  margin: 5% auto auto 21%;
}
.side-scroll-item .box3 #sec12 p:nth-of-type(3) {
  width: 65%;
  margin: 5% auto auto auto;
}
.side-scroll-item .box3 #sec13 {
  width: 25%;
  margin: 0% auto auto -20%;
}
.side-scroll-item#scrollBox4 {
  margin-left: -4%;
}
.side-scroll-item#scrollBox4 .box4 {
  width: 70%;
}
.side-scroll-item#scrollBox4 .box4 .mrb_box4 {
  width: 21%;
  top: 1vw;
  left: -16vw;
  rotate: -6deg;
  z-index: -2000;
}
@media (max-width: 768px) {
  .side-scroll-item#scrollBox4 .box4 .mrb_box4 {
    left: -46vw;
    width: 22%;
  }
}
.side-scroll-item#scrollBox4 .box4 #sec14 {
  width: 54%;
  margin-top: 1%;
}
.side-scroll-item#scrollBox4 .box4 #sec14 p:nth-of-type(1) {
  width: 50%;
  margin-left: -22%;
}
.side-scroll-item#scrollBox4 .box4 #sec14 p:nth-of-type(2) {
  width: 50%;
  margin: 0 auto auto 10%;
}
.side-scroll-item#scrollBox4 .box4 #sec14 p:nth-of-type(3) {
  width: 50%;
  margin: -39% auto auto -3%;
}
.side-scroll-item#scrollBox4 .box4 #sec15 {
  width: 33%;
  margin: 3% auto auto -4%;
}
.side-scroll-item#scrollBox4 .box4 #sec16 {
  width: 80%;
  margin-top: -4%;
}
.side-scroll-item#scrollBox4 .box4 #sec16 p:nth-of-type(1) {
  width: 80%;
  margin: -12% auto auto -1%;
  box-sizing: border-box;
}
.side-scroll-item#scrollBox4 .box4 #sec16 p:nth-of-type(2) {
  width: 35%;
  margin: 1% -19% auto auto;
}
.side-scroll-item#scrollBox4 .box4 #sec16 p:nth-of-type(3) {
  width: 30%;
  margin: -20% auto auto 62%;
}
.side-scroll-item#scrollBox4 .box4 #sec16 p:nth-of-type(4) {
  width: 43%;
  margin: -33% auto auto 7%;
}
.side-scroll-item#scrollBox5 {
  margin-left: -6%;
}
.side-scroll-item#scrollBox5 .box5 #mrb2 {
  width: 21%;
  bottom: 20%;
  left: 13%;
}
@media (max-width: 768px) {
  .side-scroll-item#scrollBox5 .box5 #mrb2 {
    width: 16%;
  }
}
.side-scroll-item#scrollBox5 .box5 #sec17 {
  width: 32%;
}
@media (max-width: 768px) {
  .side-scroll-item#scrollBox5 .box5 #sec17 {
    width: 24%;
  }
}
.side-scroll-item#scrollBox5 .box5 #sec17 p:first-of-type {
  position: relative;
  z-index: 3;
  margin: auto auto auto -14%;
}
.side-scroll-item#scrollBox5 .box5 #sec17 p:last-of-type {
  margin-top: -9%;
}
.side-scroll-item#scrollBox5 .box5 #sec18 {
  width: 85%;
  margin: 1% -20% auto auto;
}
@media (max-width: 768px) {
  .side-scroll-item#scrollBox5 .box5 #sec18 {
    width: 78%;
    margin: 1% -4% auto auto;
  }
}
.side-scroll-item#scrollBox5 .box5 #sec19 {
  width: 30%;
  margin: -10% auto auto 33%;
}
@media (max-width: 768px) {
  .side-scroll-item#scrollBox5 .box5 #sec19 {
    width: 35%;
    margin: -14% auto auto 16%;
  }
}
.side-scroll-item#scrollBox5 .box5 #sec20 {
  width: 60%;
  margin: -1% auto auto 33%;
}
@media (max-width: 768px) {
  .side-scroll-item#scrollBox5 .box5 #sec20 {
    margin: -12% auto auto 33%;
  }
}
.side-scroll-item#scrollBox5 .box5 #sec20 p:first-of-type {
  width: 50%;
}
.side-scroll-item#scrollBox5 .box5 #sec20 p:last-of-type {
  width: 50%;
  margin: -20% auto auto -10%;
}
@media (max-width: 768px) {
  .side-scroll-item#scrollBox5 .box5 #sec20 p:last-of-type {
    margin: -6% auto auto -8%;
  }
}
.side-scroll-item#scrollBox5 .box5 #sec21 {
  width: 40%;
  margin: -35% auto auto -3%;
}
@media (max-width: 768px) {
  .side-scroll-item#scrollBox5 .box5 #sec21 {
    margin: -27% auto auto -9%;
  }
}
.side-scroll-item#scrollBox5 .box5 #sec21 p:nth-of-type(1) {
  width: 60%;
  margin: -3% auto auto 0;
}
@media (max-width: 768px) {
  .side-scroll-item#scrollBox5 .box5 #sec21 p:nth-of-type(1) {
    margin: 4% auto auto 13%;
  }
}
.side-scroll-item#scrollBox5 .box5 #sec21 p:nth-of-type(2) {
  width: 100%;
  position: relative;
  margin: -5% auto auto -24%;
  z-index: 3;
}
@media (max-width: 768px) {
  .side-scroll-item#scrollBox5 .box5 #sec21 p:nth-of-type(2) {
    margin: -12% auto auto -24%;
  }
}
.side-scroll-item#scrollBox5 .box5 #sec21 p:nth-of-type(3) {
  width: 80%;
  margin: -43% -45% auto auto;
}
.side-scroll-item#scrollBox5 .box5 #sec21 p:nth-of-type(4) {
  width: 100%;
  margin: -29% -100% auto auto;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .side-scroll-item#scrollBox5 .box5 #sec21 p:nth-of-type(4) {
    margin: -35% -90% auto auto;
  }
}
.side-scroll-item#scrollBox5 .box5 #sec21 p:nth-of-type(5) {
  width: 100%;
  margin: -40% -160% auto auto;
}
@media (max-width: 768px) {
  .side-scroll-item#scrollBox5 .box5 #sec21 p:nth-of-type(5) {
    margin: -54% -172% auto auto;
  }
}
.side-scroll-item#scrollBox5 .box5 #sec22 {
  display: none;
}
@media (max-width: 768px) {
  .side-scroll-item#scrollBox5 .box5 #sec22 {
    display: block;
    width: 50%;
    margin: -53% -28% auto auto;
    position: relative;
    z-index: -1;
  }
}
.side-scroll-item#scrollBox5 .box5 #santa2 {
  position: absolute;
  width: 54%;
  right: -30vw;
  top: 10vw;
  z-index: -1;
}

.lastsec {
  height: 100vh;
}
@media (max-width: 768px) {
  .lastsec {
    width: 100vw;
    overflow-x: hidden;
    height: auto;
  }
}
.lastsec .linksec {
  width: 80%;
  padding: 15% 0;
  box-sizing: border-box;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .lastsec .linksec {
    padding: 10% 0;
  }
}
.lastsec .linksec .stcr {
  font-size: 12px;
  text-align: center;
  margin: 5% auto 15% auto;
}
.lastsec .linksec-txt {
  width: 30%;
  text-align: center;
  margin: 0 auto 4% auto;
}
@media (max-width: 768px) {
  .lastsec .linksec-txt {
    width: 80%;
    margin: 0 auto 6% auto;
  }
}
.lastsec .copybcs {
  width: 100%;
  text-align: center;
  font-size: 11px;
  padding-bottom: 3%;
  box-sizing: border-box;
}
.lastsec .kvback {
  display: none;
}
@media (max-width: 768px) {
  .lastsec .kvback {
    display: block;
    width: 100vw;
  }
  .lastsec .kvback .txtsec {
    width: 95%;
    margin: 2% auto auto auto;
  }
  .lastsec .kvback .txtsec p:nth-of-type(1) {
    width: 55%;
    margin: 0 auto 2% 0;
  }
  .lastsec .kvback .txtsec p:nth-of-type(2) {
    width: 90%;
    margin: 0 auto auto 0;
  }
  .lastsec .kvback .txtsec p:nth-of-type(3) {
    width: 80%;
    margin: -20% -1% auto auto;
  }
  .lastsec .kvback .mrbsec {
    width: 90vw;
    bottom: 0;
    left: -1vw;
    height: auto;
    z-index: -1;
  }
  .lastsec .kvback .mrbsec .secInner {
    width: 100%;
    height: 50vh;
  }
  .lastsec .kvback .mrbsec .secInner .mrb {
    width: 80%;
  }
  .lastsec .kvback .mrbsec .secInner .mrb:nth-of-type(1) {
    bottom: 20%;
    left: 0;
    animation-delay: 0.3s;
  }
  .lastsec .kvback .mrbsec .secInner .mrb:nth-of-type(2) {
    bottom: 14%;
    left: 5%;
    animation-delay: 0.5s;
  }
  .lastsec .kvback .mrbsec .secInner .mrb:nth-of-type(3) {
    bottom: -3%;
    left: 48%;
    animation-delay: 0.7s;
  }
  .lastsec .kvback .mrbsec .secInner .mrb:nth-of-type(4) {
    left: 20%;
    animation-delay: 0.4s;
  }
  .lastsec .kvback .mrbsec .secInner .mrb:nth-of-type(5) {
    left: 9%;
    width: 24%;
    bottom: 18%;
    animation-delay: 0.6s;
  }
  .lastsec .kvback .mrbsec .secInner .mrb:nth-of-type(6) {
    bottom: -12%;
    left: 37%;
    animation-delay: 0.5s;
  }
  .lastsec .kvback .mrbsec .secInner .mrb:nth-of-type(7) {
    left: -3%;
    bottom: -12%;
    animation-delay: 0.3s;
  }
}

.light {
  text-align: center;
  position: absolute;
  width: 200%;
  height: 200%;
  left: -40%;
  top: -51%;
  animation-name: flicker;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.light {
  position: absolute;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.3+0,0+50 */
  background: radial-gradient(ellipse at center, #cccccc 0%, rgba(219, 116, 116, 0) 40%, rgba(16, 49, 211, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4dffffff", endColorstr="#00ffffff",GradientType=1 );
}

@keyframes flicker {
  from {
    opacity: 0.5;
  }
  4% {
    opacity: 0.7;
  }
  8% {
    opacity: 0.45;
  }
  12% {
    opacity: 0.65;
  }
  16% {
    opacity: 0.3;
  }
  20% {
    opacity: 0.5;
  }
  24% {
    opacity: 0.6;
  }
  28% {
    opacity: 0.25;
  }
  32% {
    opacity: 0.3;
  }
  36% {
    opacity: 0.55;
  }
  40% {
    opacity: 0.4;
  }
  44% {
    opacity: 0.6;
  }
  48% {
    opacity: 0.35;
  }
  52% {
    opacity: 0.2;
  }
  56% {
    opacity: 0.7;
  }
  60% {
    opacity: 0.5;
  }
  64% {
    opacity: 0.65;
  }
  68% {
    opacity: 0.35;
  }
  72% {
    opacity: 0.5;
  }
  76% {
    opacity: 0.4;
  }
  80% {
    opacity: 0.65;
  }
  84% {
    opacity: 0.4;
  }
  88% {
    opacity: 0.35;
  }
  92% {
    opacity: 0.6;
  }
  96% {
    opacity: 0.3;
  }
  to {
    opacity: 0.5;
  }
}/*# sourceMappingURL=style.css.map */