@charset "UTF-8";
@keyframes hover {
  10% {
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    transform: translateX(1px) rotate(0);
  }
  100% {
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes loopbg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -750px;
  }
}
body {
  font-family: "Noto Sans JP", YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.l-wrap {
  background: url(../img/common/bg_white.png) repeat center center;
  background-size: 100%;
  opacity: 0;
  min-height: 100vh;
}
body.is-load .l-wrap {
  opacity: 1;
  display: flex;
  flex-direction: column;
}

.l-main {
  flex-grow: 1;
}

.l-content {
  position: relative;
}

.l-section {
  position: relative;
}
.l-section__ttl {
  position: relative;
  transform: translateY(30px);
  opacity: 0;
}
.is-active .l-section__ttl {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-section__inner {
  position: relative;
  width: 90%;
  max-width: 1290px;
  margin: 0 auto;
}
.l-section__inner.--in {
  width: 100%;
  max-width: none;
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-section__inner.--in {
    flex-direction: column-reverse;
    width: 94%;
    padding-bottom: 90px;
  }
}

.l-in {
  padding-top: 245px;
  margin-bottom: 101px;
}
@media screen and (max-width: 767px) {
  .l-in {
    padding-top: 29%;
    margin-bottom: 3%;
  }
}

.l-in_title {
  max-width: 610px;
  width: 64%;
  position: absolute;
  top: 40px;
  right: 79px;
}
@media screen and (max-width: 767px) {
  .l-in_title {
    width: 65%;
    right: 14px;
    top: 14px;
  }
}

.l-in_content {
  transform: translateY(30px);
  opacity: 0;
  width: 100%;
  margin-left: auto;
  background-color: #ffffff;
  position: relative;
}
.is-active .l-in_content {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}
@media screen and (max-width: 767px) {
  .l-in_content {
    width: 100%;
  }
}
.l-in_content::before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: -2px 4px 12px 3px #000000;
  opacity: 0.1;
}
.l-in_content-inner {
  padding: 9px 5.3% 53px;
}
@media screen and (max-width: 767px) {
  .l-in_content-inner {
    padding: 9px 8.3% 30px;
  }
}

.l-ticketbtn {
  position: -webkit-sticky;
  position: sticky;
  top: 75%;
  left: 0;
  height: 100%;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .l-ticketbtn {
    width: 74px;
    position: fixed;
    top: auto;
    height: auto;
    z-index: 1;
    left: 20px;
    bottom: 20px;
    margin-top: 0;
    transform: translateY(0);
  }
}
.l-ticketbtn-inner {
  transform: translateY(30px);
  opacity: 0;
}
.is-active .l-ticketbtn-inner {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
}
.l-ticketbtn a {
  display: block;
  width: 72%;
  max-width: 155px;
  transform: translateX(19%);
}
@media screen and (max-width: 767px) {
  .l-ticketbtn a {
    transform: translateX(0);
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-ticketbtn a:hover img {
    animation: hover 0.6s linear;
  }
}

.c-pagination {
  position: relative;
  margin: 49px auto 0;
  width: 44%;
  max-width: 440px;
}
@media screen and (max-width: 767px) {
  .c-pagination {
    width: 90%;
    margin: 27px auto 0;
    padding-bottom: 43px;
  }
}
.c-pagination__list {
  display: flex;
  justify-content: center;
}
.c-pagination__list-item + .c-pagination__list-item {
  margin-left: 33px;
}
@media screen and (max-width: 767px) {
  .c-pagination__list-item + .c-pagination__list-item {
    margin-left: 25px;
  }
}
.c-pagination__list-item.is-current {
  pointer-events: none;
}
.c-pagination__list-item.is-current a {
  color: #E9453B;
}
.c-pagination__list a {
  text-decoration: none;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 15px;
  display: inline-block;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 768px) {
  .c-pagination__list a:hover {
    color: #E0E4E7;
    transform: scale(1.1);
  }
}
@media screen and (max-width: 767px) {
  .c-pagination__list a {
    font-size: 14px;
  }
}
.c-pagination__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
@media screen and (max-width: 767px) {
  .c-pagination__nav {
    width: 19px;
    top: auto;
    bottom: 0;
    transform: translateY(0);
    left: 50%;
    transform: translateX(-50%);
  }
}
.c-pagination__nav svg {
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 768px) {
  .c-pagination__nav.-prev {
    left: 0;
  }
  .c-pagination__nav.-prev:hover svg {
    transform: translateX(-5px);
  }
}
@media screen and (max-width: 767px) {
  .c-pagination__nav.-prev {
    left: 38%;
  }
}
@media screen and (min-width: 768px) {
  .c-pagination__nav.-next {
    right: 0;
  }
  .c-pagination__nav.-next:hover svg {
    transform: translateX(5px);
  }
}
@media screen and (max-width: 767px) {
  .c-pagination__nav.-next {
    left: 63%;
  }
}
.c-pagination__nav svg {
  fill: #000000;
}

.c-btn_back {
  color: #000000;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  display: inline-block;
  padding-left: 55px;
  letter-spacing: 1.5px;
  font-size: 15px;
  position: relative;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 768px) {
  .c-btn_back:hover {
    transform: translateX(-5px);
  }
}
@media screen and (max-width: 767px) {
  .c-btn_back {
    padding-left: 30px;
    letter-spacing: 1.3px;
    font-size: 12px;
  }
}
.c-btn_back::before {
  content: "";
  width: 23px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  -webkit-mask: url(../img/common/icon_prav.svg) no-repeat center center;
  mask: url(../img/common/icon_prav.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #000000;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (max-width: 767px) {
  .c-btn_back::before {
    width: 16px;
    height: 13px;
  }
}

.c-btn {
  text-align: center;
  background-color: #E9453B;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  .c-btn:hover {
    animation: hover 0.6s linear;
  }
}
.c-btn__text {
  font-weight: 700;
  font-size: 23px;
  font-size: min(23px, 2.3vw);
  vertical-align: baseline;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .c-btn__text {
    font-size: 13px;
  }
}
.c-btn__inner {
  padding: 37px 11% 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-btn__inner {
    padding: 15px 11% 19px;
  }
}
.c-btn__inner::before {
  content: "";
  width: 17px;
  height: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4.5%;
  background: url(../img/common/icon_arrow-yellow.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .c-btn__inner::before {
    width: 11px;
    height: 9px;
  }
}
.c-btn a {
  display: block;
  text-decoration: none;
}

.p-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  min-height: 350px;
  z-index: 100;
  pointer-events: none;
}
body.menu-open .p-nav {
  pointer-events: painted;
  overflow: auto;
}
.p-nav__btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 74px;
  height: 74px;
  z-index: 1;
  pointer-events: all;
  background-color: #E9453B;
  cursor: pointer;
  transition: background-color 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transform-origin: top right;
}
@media screen and (min-width: 768px) {
  .p-nav__btn:hover {
    background-color: #000000;
    transform: scale(1.15);
    transition: background-color 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .p-nav__btn:hover .p-nav__btn-line {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .p-nav__btn {
    width: 37px;
    height: 37px;
  }
}
.p-nav__btn-line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000000;
  width: 35%;
  height: 4px;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.p-nav__btn-line:nth-child(1) {
  top: 40%;
}
body.menu-open .p-nav__btn-line:nth-child(1) {
  top: 50%;
}
.p-nav__btn-line:nth-child(2) {
  top: 60%;
}
body.menu-open .p-nav__btn-line:nth-child(2) {
  top: 50%;
}
.p-nav__content {
  background: #ffffff;
  display: flex;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-nav__content::before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../img/common/bg_white.png) repeat center center;
  background-size: 100%;
}
body.menu-open .p-nav__content {
  opacity: 1;
  pointer-events: painted;
}
.p-nav__content-outer {
  min-height: 100vh;
  width: 100%;
  display: flex;
  padding: 0 3.5% 0 5.5%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-nav__content-outer {
    padding: 0 5.5%;
  }
}
.p-nav__content-inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1170px;
  display: flex;
  align-items: center;
}
.height-over .p-nav__content-inner {
  align-items: initial;
}
.p-nav__other {
  flex-shrink: 0;
  width: 30%;
  max-width: 300px;
  margin-right: 7.4%;
}
@media screen and (max-width: 767px) {
  .p-nav__other {
    width: 40%;
    margin-right: 9.4%;
  }
}
.height-over .p-nav__other-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.p-nav__main {
  flex-grow: 1;
  padding: 50px 0;
}
.height-over .p-nav__main {
  display: flex;
  align-items: center;
}
.p-nav__main-list {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-nav__main-list {
    display: block;
  }
}
.p-nav__main-list-item {
  width: 50%;
  font-size: 38px;
  font-size: min(38px, 3.5vw);
  letter-spacing: 1.5px;
  line-height: 1.8;
  margin-bottom: 8px;
  transform: translateY(35px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
body.menu-open .p-nav__main-list-item:nth-of-type(1) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.08s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.08s;
}
body.menu-open .p-nav__main-list-item:nth-of-type(2) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.16s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.16s;
}
body.menu-open .p-nav__main-list-item:nth-of-type(3) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.24s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.24s;
}
body.menu-open .p-nav__main-list-item:nth-of-type(4) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.32s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.32s;
}
body.menu-open .p-nav__main-list-item:nth-of-type(5) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
}
body.menu-open .p-nav__main-list-item:nth-of-type(6) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.48s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.48s;
}
body.menu-open .p-nav__main-list-item:nth-of-type(7) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.56s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.56s;
}
body.menu-open .p-nav__main-list-item:nth-of-type(8) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.64s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.64s;
}
body.menu-open .p-nav__main-list-item:nth-of-type(9) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.72s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.72s;
}
body.menu-open .p-nav__main-list-item:nth-of-type(10) {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.8s, opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
}
@media screen and (min-width: 768px) {
  .p-nav__main-list-item:nth-of-type(2n) {
    padding-left: 3%;
  }
}
@media screen and (max-width: 767px) {
  .p-nav__main-list-item {
    display: block;
    width: 100%;
    font-size: 21px;
    letter-spacing: 0px;
    margin-bottom: 16px;
  }
}
.p-nav__main-list-item a {
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  color: #000000;
  display: inline-block;
  font-weight: 500;
  transition: color 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 768px) {
  .p-nav__main-list-item a:hover {
    animation: hover 0.65s linear;
  }
}
.p-nav__logo {
  max-width: 260px;
  width: 85%;
  margin-bottom: 49px;
}
@media screen and (min-width: 768px) {
  .p-nav__logo a:hover img {
    animation: hover 0.65s linear;
  }
}
@media screen and (max-width: 767px) {
  .p-nav__logo {
    width: 89%;
    margin-bottom: 38px;
  }
}
.p-nav__sns {
  padding-left: 9px;
}
@media screen and (max-width: 767px) {
  .p-nav__sns {
    padding-left: 3px;
  }
}
.p-nav__sns-ttl {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  letter-spacing: 1.5px;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .p-nav__sns-ttl {
    white-space: nowrap;
    font-size: 10px;
    letter-spacing: 0.5px;
    margin-bottom: 17px;
  }
}
.p-nav__sns-list {
  display: flex;
}
.p-nav__sns-list-item {
  width: 25px;
}
@media screen and (max-width: 767px) {
  .p-nav__sns-list-item {
    width: 20px;
  }
}
.p-nav__sns-list-item + .p-nav__sns-list-item {
  margin-left: 23px;
}
@media screen and (max-width: 767px) {
  .p-nav__sns-list-item + .p-nav__sns-list-item {
    margin-left: 19px;
  }
}
@media screen and (min-width: 768px) {
  .p-nav__sns-list-item:hover svg {
    animation: hover 0.65s linear;
  }
}

.m-modal__close-btn {
  width: 74px !important;
  height: 74px !important;
  top: 0 !important;
  right: 0 !important;
  background-color: #E9453B;
  transition: background-color 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transform-origin: top right;
}
@media screen and (max-width: 767px) {
  .m-modal__close-btn {
    width: 37px !important;
    height: 37px !important;
  }
}
@media screen and (min-width: 768px) {
  .m-modal__close-btn:hover {
    background-color: #000000;
    transform: scale(1.15);
    transition: background-color 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .m-modal__close-btn:hover::before, .m-modal__close-btn:hover::after {
    background-color: #ffffff !important;
  }
}
.m-modal__close-btn::before, .m-modal__close-btn::after {
  width: 35% !important;
  height: 4px !important;
  top: 50% !important;
  left: 50% !important;
  background-color: #000000 !important;
  margin: 0 !important;
  transform: translate(-50%, -50%) rotate(0) !important;
}

.m-modal__bg {
  background-color: #ffffff !important;
  position: relative;
}
[data-modal-layout=load-img] .m-modal__bg {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.m-modal__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/bg_white.png) repeat top center;
  background-size: 1600px;
}
[data-modal-layout=load-img] .m-modal__bg::before {
  display: none;
}

.m-modal .m-modal__content {
  max-width: 1400px !important;
  width: 90% !important;
}
.m-modal .m-modal__content img {
  margin: 0 auto;
}

.m-modal {
  width: 100vw !important;
}
.m-modal.is-open {
  transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1) !important;
}

[data-modal] {
  cursor: pointer;
}
[data-modal] .p-cast__member-thumb-img {
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 768px) {
  [data-modal] .p-cast__member-thumb:hover .p-cast__member-thumb-img {
    transform: scale(1.05);
  }
}

[data-modal-icon] {
  position: absolute;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  top: 0%;
  right: 1%;
  width: 21%;
  padding-top: 21%;
  background-color: #009944;
  border-radius: 50%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  [data-modal-icon] {
    top: -1%;
    right: 0%;
    width: 23%;
    padding-top: 23%;
  }
}
[data-modal-icon]::before, [data-modal-icon]::after {
  content: "";
  width: 42%;
  height: 6px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  [data-modal-icon]::before, [data-modal-icon]::after {
    height: 3px;
  }
}
[data-modal-icon]::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.l-footer__pagetop {
  background-color: #E0E7ED;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .l-footer__pagetop:hover img {
    transform: translateY(-5px);
  }
}
.l-footer__pagetop-inner {
  padding: 36px 5% 38px;
}
@media screen and (max-width: 767px) {
  .l-footer__pagetop-inner {
    padding: 20px 5% 16px;
  }
}
.l-footer__pagetop-icon {
  margin: 0 auto;
  width: 21px;
}
.l-footer__pagetop-icon img {
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (max-width: 767px) {
  .l-footer__pagetop-icon {
    width: 12px;
  }
}
.l-footer__pagetop-icon img {
  width: 100%;
}
.l-footer__content {
  padding: 61px 5% 70px;
  background-color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer__content {
    padding: 32px 5% 30px;
  }
}
.l-footer__bannerlink {
  display: flex;
  margin-bottom: 56px;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .l-footer__bannerlink {
    margin-bottom: 1px;
    flex-wrap: wrap;
  }
}
.l-footer__bannerlink-item {
  display: inline-block;
  margin: 0 20px 20px;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .l-footer__bannerlink-item:hover img {
    animation: hover 0.6s linear;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__bannerlink-item {
    height: 39px;
    margin: 0 3.6%;
    margin-bottom: 6%;
  }
}
.l-footer__bannerlink-item img {
  max-width: none;
  height: 100%;
}
.l-footer__userdata {
  margin-bottom: 41px;
}
@media screen and (max-width: 767px) {
  .l-footer__userdata {
    margin-bottom: 22px;
  }
}
.l-footer__userdata a {
  text-decoration: none;
  color: #000000;
  font-size: 12px;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .l-footer__userdata a:hover::before {
    transform: scale(1, 1);
    transform-origin: left;
  }
}
.l-footer__userdata a::before {
  content: "";
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -4px;
  left: 0;
  background-color: #000000;
  transform-origin: right;
  transform: scale(0, 1);
}
@media screen and (max-width: 767px) {
  .l-footer__userdata a {
    font-size: 10px;
  }
}
.l-footer__contact {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .l-footer__contact {
    line-height: 1.65;
    font-size: 11px;
  }
}
.l-footer__copy {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    font-size: 10px;
  }
}