@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

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

body {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #000;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
}
body.looking {
  overflow: hidden;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:active, a.active {
  color: #605951;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
img.sp {
  display: none;
}

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.brsp {
  display: none;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: calc(var(--vh) * 100);
  min-height: 100%;
  background-color: #FFF;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  transition: opacity 0.75s ease-out;
}
#loader.hide {
  opacity: 0;
}
#loader .inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#loader .inner h2 {
  width: 300px;
  height: 88px;
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: #E5E9ED;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #000;
  display: block;
}

.title {
  width: 48px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 24px 0 0 0;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 11;
}
.title h2 {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  writing-mode: vertical-rl;
}

main {
  width: 100%;
  background-color: #FFF;
  padding: 0 48px 48px 48px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
main section#visual {
  width: 100%;
}
main section#visual:not(:last-child) {
  margin-bottom: 10px;
}
main section#visual .inner {
  width: 100%;
  height: 100vh;
  background-image: url(../images/visual.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
main section#visual .inner h1 {
  width: 300px;
  height: 88px;
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
}
main section .credits {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  opacity: 1;
  transition: all 0.5s ease-in 0s;
}
main section .credits.on {
  opacity: 1;
}
main section .credits .incredit > div:not(:last-child) {
  margin-bottom: 8px;
}
main section .credits .incredit > div.item-d-none dl dd a {
  display: none;
}
main section .credits .incredit > div.item-d-none dl dd a + span {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  display: inline-block;
}
main section .credits .incredit > div dl {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main section .credits .incredit > div dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section .credits .incredit > div dl dt span {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
}
main section .credits .incredit > div dl dd {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}
main section .credits .incredit > div dl dd:not(:first-child) {
  margin-left: 5px;
}
main section .credits .incredit > div dl dd span {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
}
main section .credits .incredit > div dl dd span:not(:first-child) {
  margin-left: 5px;
}
main section .credits .incredit > div dl dd a {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  text-decoration: underline;
  transition: all 0.1s ease-in;
}
main section .credits .incredit > div dl dd a:not(:first-child) {
  margin-left: 5px;
}
main section .credits .incredit > div dl dd a:hover {
  color: #E5E9ED;
}
main section .credits .incredit > div dl dd a + span {
  display: none;
}
main section#looks {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
main section#looks.on .swiper {
  opacity: 1;
}
main section#looks .line {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main section#looks .line:not(:last-child) {
  margin-bottom: 10px;
}
main section#looks .line.on .photo {
  opacity: 1;
}
main section#looks .line.on .movie {
  opacity: 1;
}
main section#looks .line .movie {
  line-height: 0;
  opacity: 0;
  transition: opacity 0.35s ease-in 0s;
  overflow: hidden;
  position: relative;
}
main section#looks .line .movie > div {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
main section#looks .line .movie > div video {
  width: 100%;
  height: auto;
}
main section#looks .line .photo {
  width: 100%;
  overflow: hidden;
  position: relative;
  opacity: 0;
  transition: opacity 0.35s ease-in 0s;
}
main section#looks .line .photo .inph {
  width: 100%;
}
main section#looks .line .credits {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 333;
  opacity: 0;
  pointer-events: none;
  transition: all 0.35s ease-in;
}
main section#looks .line .credits.on {
  opacity: 1;
  pointer-events: auto;
}
main section#looks .line .credits::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(25, 25, 25, 0.5);
  position: absolute;
  top: 0px;
  left: 0px;
}
main section#looks .line .credits .incredit {
  width: 100%;
  height: 100%;
  padding: 16px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
main section#looks .line.l1 {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0 10px;
}
main section#looks .line.l1 .photo.stretch {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
main section#looks .line.l1 .photo.stretch img {
  display: none;
}
main section#looks .line.l1 .photo:nth-child(1) {
  background-image: url(../images/photo1.jpg);
}
main section#looks .line.l1 .photo:nth-child(2) {
  width: calc(50% - 5px);
  flex-shrink: 0;
}
main section#looks .line.l1 .photo:nth-child(3) {
  background-image: url(../images/photo3.jpg);
}
main section#looks .line.l2 {
  width: 100%;
  gap: 0 10px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main section#looks .line.l2 .set {
  width: calc(50% - 5px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px 0;
}
main section#looks .line.l2 .set .photo {
  width: 100%;
}
main section#looks .line.l2 .set .photo.sp {
  display: none;
}
main section#looks .line.l2 .movie {
  width: calc(50% - 5px);
  position: relative;
}
main section#looks .line.l3, main section#looks .line.l7 {
  width: 100%;
}
main section#looks .line.l3 .photo, main section#looks .line.l7 .photo {
  width: 100%;
}
main section#looks .line.l4 {
  width: 100%;
  gap: 0 10px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main section#looks .line.l4 .photo {
  width: calc(50% - 5px);
}
main section#looks .line.l4 .photo:first-child {
  flex-shrink: 0;
}
main section#looks .line.l4 .photo.stretch {
  width: calc((50% - 5px) / 2 - 5px);
  background-image: url(../images/photo10.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
main section#looks .line.l4 .photo.stretch img {
  display: none;
}
main section#looks .line.l4 .movie {
  width: calc((50% - 5px) / 2 - 5px);
}
main section#looks .line.l4 .spswiper {
  display: none;
}
main section#looks .line.l5 {
  width: 100%;
  gap: 0 10px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main section#looks .line.l5 .photo {
  width: calc(50% - 5px);
}
main section#looks .line.l5 .photo:first-child {
  flex-shrink: 0;
}
main section#looks .line.l5 .photo.stretch1 {
  background-image: url(../images/photo12.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
main section#looks .line.l5 .photo.stretch1 img {
  display: none;
}
main section#looks .line.l5 .photo.stretch2 {
  background-image: url(../images/photo13.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
main section#looks .line.l5 .photo.stretch2 img {
  display: none;
}
main section#looks .line.l6 {
  width: 100%;
  gap: 0 10px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main section#looks .line.l6 .set {
  width: calc(50% - 5px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 10px;
}
main section#looks .line.l6 .set .photo {
  width: calc(50% - 5px);
}
main section#looks .line.l6 .set .wphoto {
  width: 100%;
}
main section#looks .line.l6 .photo.stretch {
  width: calc(50% - 5px);
  position: relative;
}
main section#looks .line.l6 .photo.stretch .swiper2,
main section#looks .line.l6 .photo.stretch .swiper-wrapper,
main section#looks .line.l6 .photo.stretch .swiper-slide {
  width: 100%;
  height: 100%;
}
main section#looks .line.l6 .photo.stretch .swiper2 img,
main section#looks .line.l6 .photo.stretch .swiper-wrapper img,
main section#looks .line.l6 .photo.stretch .swiper-slide img {
  display: none;
}
main section#looks .line.l6 .photo.stretch .swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
main section#looks .line.l6 .photo.stretch .swiper-slide.s1 {
  background-image: url(../images/photo17_1.jpg);
}
main section#looks .line.l6 .photo.stretch .swiper-slide.s2 {
  background-image: url(../images/photo17_2.jpg);
}
main section#looks .line.l6 .photo.stretch .sp {
  display: none;
}
main section#looks .line.l8 {
  gap: 0 10px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main section#looks .line.l8 .photo,
main section#looks .line.l8 .movie {
  width: calc(100% - 5px);
}
main section#looks .line.l8 .sp {
  display: none;
}
main section#looks .swiper {
  overflow: hidden;
}
main section#looks .swiper .swiper-wrapper {
  width: 100%;
  /*
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  display: flex;
  */
}

footer {
  width: 100%;
  padding: 120px 0;
  margin: 0 auto;
  position: relative;
  clip-path: inset(0 0 0 0);
}
footer::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_footer.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
footer .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 1;
}
footer .inner dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-bottom: 48px;
}
footer .inner dl dt {
  background-image: url(../images/logo_black.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  width: 256px;
  height: 80px;
  margin-bottom: 40px;
}
footer .inner dl dd:not(:last-child) {
  margin-bottom: 24px;
}
footer .inner dl dd a {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
footer .inner dl dd a:hover {
  color: #E5E9ED;
}
footer .inner .staff p {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
}
footer .inner .staff p:not(:last-child) {
  margin-bottom: 48px;
}
footer .inner .pgtop {
  cursor: pointer;
  position: absolute;
  right: 20px;
  bottom: 0px;
  display: none;
}
footer .inner .pgtop p {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: underline;
  text-align: right;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  br.brsp {
    display: block;
  }

  img.pc {
    display: none;
  }
  img.sp {
    display: block;
  }

  #loader .inner h2 {
    width: 100px;
    height: 100px;
  }

  main {
    padding: 0 10px 10px 10px;
  }
  main section#visual {
    width: 100%;
  }
  main section#visual:not(:last-child) {
    margin-bottom: 5px;
  }
  main section#visual .inner {
    width: 100%;
    height: 100vh;
    background-image: url(../images_sp/visual.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
  }
  main section#visual .inner h1 {
    width: 220px;
    height: 65px;
    top: calc(100% - 65px);
    left: 0px;
  }
  main section .credits {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 1;
    transition: all 0.5s ease-in 0s;
  }
  main section .credits.on {
    opacity: 1;
  }
  main section .credits .incredit > div:not(:last-child) {
    margin-bottom: 4px;
  }
  main section .credits .incredit > div.item-d-none dl dd a {
    display: none;
  }
  main section .credits .incredit > div.item-d-none dl dd a + span {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    display: inline-block;
  }
  main section .credits .incredit > div dl {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section .credits .incredit > div dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section .credits .incredit > div dl dt span {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  main section .credits .incredit > div dl dd {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  main section .credits .incredit > div dl dd span {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  main section .credits .incredit > div dl dd span:not(:first-child) {
    margin-left: 5px;
  }
  main section .credits .incredit > div dl dd a {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    text-decoration: underline;
    transition: all 0.1s ease-in;
  }
  main section .credits .incredit > div dl dd a:not(:first-child) {
    margin-left: 5px;
  }
  main section .credits .incredit > div dl dd a:hover {
    color: #000;
  }
  main section .credits .incredit > div dl dd a + span {
    display: none;
  }
  main section#looks .line {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#looks .line:not(:last-child) {
    margin-bottom: 5px;
  }
  main section#looks .line.on .sp,
main section#looks .line.on .spswiper {
    opacity: 1;
  }
  main section#looks .line .sp,
main section#looks .line .spswiper {
    opacity: 0;
    transition: all 0.35s ease-in;
  }
  main section#looks .line .photo {
    width: 100%;
    overflow: hidden;
  }
  main section#looks .line .photo .inph:not(:last-child) {
    margin-bottom: 5px;
  }
  main section#looks .line .photo .credits {
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    opacity: 1;
    pointer-events: auto;
  }
  main section#looks .line .photo .credits::before {
    content: none;
  }
  main section#looks .line .photo .credits .incredit {
    width: 100%;
    height: auto;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#looks .line.l1 {
    width: 100%;
    gap: 5px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  main section#looks .line.l1 .photo:nth-child(1) {
    width: calc((100% - 5px) / 2);
    order: 2;
  }
  main section#looks .line.l1 .photo:nth-child(2) {
    width: 100%;
    order: 1;
  }
  main section#looks .line.l1 .photo:nth-child(3) {
    width: calc((100% - 5px) / 2);
    order: 3;
  }
  main section#looks .line.l1 .photo img {
    display: block !important;
  }
  main section#looks .line.l2 {
    width: 100%;
    gap: 5px;
    flex-direction: column;
  }
  main section#looks .line.l2 .set {
    width: 100%;
    gap: 5px 0;
    order: 2;
  }
  main section#looks .line.l2 .set .photo.sp {
    display: block;
  }
  main section#looks .line.l2 .movie {
    width: 100%;
    order: 1;
  }
  main section#looks .line.l2 .movie > div {
    position: relative;
  }
  main section#looks .line.l3 {
    display: none;
  }
  main section#looks .line.l4 {
    width: 100%;
    gap: 5px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  main section#looks .line.l4 .photo {
    width: 100%;
  }
  main section#looks .line.l4 .photo:first-child {
    flex-shrink: 0;
    order: 4;
  }
  main section#looks .line.l4 .photo.stretch {
    width: calc((100% - 5px) / 2);
    order: 1;
  }
  main section#looks .line.l4 .photo.stretch img {
    display: block;
  }
  main section#looks .line.l4 .photo .swiper {
    margin-bottom: 5px;
  }
  main section#looks .line.l4 .movie {
    width: calc((100% - 5px) / 2);
    order: 2;
  }
  main section#looks .line.l4 .spswiper {
    width: 100%;
    display: block;
    order: 3;
  }
  main section#looks .line.l5 {
    width: 100%;
    gap: 5px;
    flex-wrap: wrap;
  }
  main section#looks .line.l5 .photo {
    width: calc((100% - 5px) / 2);
  }
  main section#looks .line.l5 .photo.stretch {
    width: 100%;
  }
  main section#looks .line.l6 {
    flex-direction: column;
    gap: 5px;
  }
  main section#looks .line.l6 .set {
    width: 100%;
    order: 2;
  }
  main section#looks .line.l6 .set .photo {
    display: none;
  }
  main section#looks .line.l6 .photo.stretch {
    width: 100%;
    order: 1;
  }
  main section#looks .line.l6 .photo.stretch .swiper-slide {
    margin-bottom: 5px;
  }
  main section#looks .line.l6 .photo.stretch .swiper-slide img,
main section#looks .line.l6 .photo.stretch .swiper-slide picture {
    display: block !important;
  }
  main section#looks .line.l6 .photo.stretch .sp {
    width: 100%;
    display: block;
  }
  main section#looks .line.l6 .credits {
    margin-bottom: 5px;
  }
  main section#looks .line.l7 .swiper3 {
    width: 100%;
    margin-bottom: 5px;
  }
  main section#looks .line.l8 {
    flex-direction: column;
  }
  main section#looks .line.l8 .movie {
    width: 100%;
  }
  main section#looks .line.l8 .photo {
    width: 100%;
  }
  main section#looks .line.l8 .sp {
    width: 100%;
    margin-bottom: 5px;
    display: block;
  }
  main section#looks .swiper {
    overflow: hidden;
  }
  main section#looks .swiper .swiper-wrapper {
    width: 100%;
    /*
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    display: flex;
    */
  }

  footer {
    padding: 120px 0;
  }
}

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