@import url("https://use.typekit.net/lfi3kpf.css");
@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;
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

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

body {
  color: #ede83a;
  font-family: franklin-gothic-atf, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
  overflow: scroll;
}
body.looking {
  overflow: hidden;
}
body.looking .sec {
  pointer-events: none;
}

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

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

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

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: 100vh;
  background-color: #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 999999;
  transition: opacity 1s ease-in-out 0.5s;
}
#loader .logo {
  width: 55%;
  position: relative;
}
#loader .logo h2 {
  width: 250px;
  height: 60px;
  background-image: url(../images/logo_wht.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: calc(50% + 170px);
  right: 7.5%;
  z-index: 5;
}
#loader .bar {
  width: 100%;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.25);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #FFF;
  display: block;
}
#loader.active h3 {
  opacity: 1;
}
#loader.complete {
  opacity: 0;
}

header {
  width: auto;
  position: fixed;
  left: 40px;
  top: 40px;
  z-index: 999;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
header h1 {
  width: 163px;
  height: 77px;
  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;
}
header.active {
  opacity: 1;
}

main {
  width: 100%;
  padding: 0px;
  margin: 0 0 115px 0;
  position: relative;
  box-sizing: border-box;
}
main #index {
  width: 100%;
  background-color: #FFF;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main #index .photo {
  width: 45%;
  height: 100vh;
  background-image: url(../images/visual.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  transition: opacity 0.5s ease-in 0s;
  opacity: 0;
}
main #index .photo p.show {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
}
main #index .text {
  width: 55%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}
main #index .text h2 {
  width: 250px;
  height: 60px;
  background-image: url(../images/logo_blk.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: calc(50% + 170px);
  right: 7.5%;
  z-index: 5;
}
main #index .text h3 {
  width: 320px;
  height: 40px;
  background-image: url(../images/text_opening.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;
  left: calc(50% - 160px);
  bottom: 50px;
  z-index: 1;
  transition: opacity 0.5s ease-in 2s;
  opacity: 0;
}
main #index .text .typo {
  width: calc(100% - 60px);
  margin-top: -100px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
main #index .text .typo ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main #index .text .typo ul li {
  width: 48px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  transition: opacity 0.25s ease-in 0s;
  opacity: 0;
}
main #index .text .typo ul:not(:last-child) {
  margin-bottom: 40px;
}
main #index .text .typo ul:nth-child(1) {
  width: 184px;
}
main #index .text .typo ul:nth-child(1) li:nth-child(1) {
  background-image: url(../images/opng_txt1.svg);
  transition: opacity 0.25s ease-in 1s;
}
main #index .text .typo ul:nth-child(1) li:nth-child(2) {
  background-image: url(../images/opng_txt2.svg);
  margin-left: 18px;
  transition: opacity 0.25s ease-in 1.25s;
}
main #index .text .typo ul:nth-child(1) li:nth-child(3) {
  width: 56px;
  background-image: url(../images/opng_txt3.svg);
  margin-left: 14px;
  transition: opacity 0.25s ease-in 0.75s;
}
main #index .text .typo ul:nth-child(2) {
  width: 140px;
  align-self: center;
}
main #index .text .typo ul:nth-child(2) li:nth-child(1) {
  background-image: url(../images/opng_txt4.svg);
  transition: opacity 0.25s ease-in 0.75s;
}
main #index .text .typo ul:nth-child(2) li:nth-child(2) {
  background-image: url(../images/opng_txt5.svg);
  margin-left: 14px;
  transition: opacity 0.25s ease-in 1s;
}
main #index .text .typo ul:nth-child(2) li:nth-child(3) {
  background-image: url(../images/opng_txt6.svg);
  width: 14px;
  margin-left: 16px;
  transition: opacity 0.25s ease-in 1.25s;
}
main #index .text .typo ul:nth-child(3) {
  width: 174px;
  align-self: flex-end;
}
main #index .text .typo ul:nth-child(3) li:nth-child(1) {
  background-image: url(../images/opng_txt7.svg);
  transition: opacity 0.25s ease-in 0.5s;
}
main #index .text .typo ul:nth-child(3) li:nth-child(2) {
  background-image: url(../images/opng_txt8.svg);
  margin-left: 14px;
  transition: opacity 0.25s ease-in 1.25s;
}
main #index .text .typo ul:nth-child(3) li:nth-child(3) {
  background-image: url(../images/opng_txt9.svg);
  width: 46px;
  margin-left: 18px;
  transition: opacity 0.25s ease-in 1s;
}
main #index .text .typo ul:nth-child(4) {
  width: 212px;
  margin-left: 10vw;
}
main #index .text .typo ul:nth-child(4) li:nth-child(1) {
  background-image: url(../images/opng_txt9.svg);
  width: 46px;
  transition: opacity 0.25s ease-in 1s;
}
main #index .text .typo ul:nth-child(4) li:nth-child(2) {
  background-image: url(../images/opng_txt6.svg);
  width: 14px;
  margin-left: 16px;
  transition: opacity 0.25s ease-in 0.5s;
}
main #index .text .typo ul:nth-child(4) li:nth-child(3) {
  background-image: url(../images/opng_txt7.svg);
  margin-left: 20px;
  transition: opacity 0.25s ease-in 1.25s;
}
main #index .text .typo ul:nth-child(4) li:nth-child(4) {
  background-image: url(../images/opng_txt2.svg);
  margin-left: 20px;
  transition: opacity 0.25s ease-in 0.75s;
}
main #index.play .photo {
  opacity: 1;
}
main #index.play .text h3 {
  opacity: 1;
}
main #index.play .text .typo ul li {
  opacity: 1;
}
main #container1 {
  width: 100%;
  background-color: #000;
  margin-bottom: 365px;
}
main #container2 {
  width: 100%;
  padding: 365px 0 0 0;
  background-color: #FFF;
}
main .sec {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
main .sec.active::before {
  opacity: 1;
}
main .sec#sec1::before {
  background-image: url(../images/image1.jpg);
}
main .sec#sec2::before {
  background-image: url(../images/image2.jpg);
}
main .sec#sec3::before {
  background-image: url(../images/image3.jpg);
}
main .sec#sec4::before {
  background-image: url(../images/image4.jpg);
}
main .sec#sec5::before {
  background-image: url(../images/image5.jpg);
}
main .sec#sec6::before {
  background-image: url(../images/image6.jpg);
}
main .sec#sec7::before {
  background-image: url(../images/image7.jpg);
}
main .sec#sec8::before {
  background-image: url(../images/image8.jpg);
}
main .sec#sec9::before {
  background-image: url(../images/image9.jpg);
}
main .sec#sec10::before {
  background-image: url(../images/image10.jpg);
}
main .sec#sec11::before {
  background-image: url(../images/image11.jpg);
}
main .sec#sec12::before {
  background-image: url(../images/image12.jpg);
}
main .sec#sec13::before {
  background-image: url(../images/image13.jpg);
}
main .sec#sec14::before {
  background-image: url(../images/image14.jpg);
}
main .sec#sec15::before {
  background-image: url(../images/image15.jpg);
}
main .sec#sec1 {
  width: 100%;
  margin: 0 auto 200px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec#sec1 .inner {
  width: 50%;
}
main .sec#sec1 .inner p.show {
  position: absolute;
  bottom: 20px;
  z-index: 1;
}
main .sec#sec1 .inner:nth-child(1) p.show {
  right: 20px;
}
main .sec#sec1 .inner:nth-child(2) p.show {
  left: 20px;
}
main .sec#sec2 {
  width: 100%;
  margin: 0 auto 200px auto;
  position: relative;
}
main .sec#sec2 .inner {
  width: 500px;
  margin: 0 auto;
}
main .sec#sec2 .inner .photo .hover.type1 {
  left: calc(50% + 250px + 25px);
}
main .sec#sec2 .inner p.show {
  text-align: left;
  position: absolute;
  left: calc(50% + 250px + 25px);
  bottom: 0px;
}
main .sec#sec3 {
  width: 100%;
  margin: 0 auto 285px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec#sec3 .inner {
  width: 50%;
}
main .sec#sec3 .inner p.show {
  position: absolute;
  bottom: 20px;
  z-index: 1;
}
main .sec#sec3 .inner:nth-child(1) p.show {
  right: 20px;
}
main .sec#sec3 .inner:nth-child(2) p.show {
  left: 20px;
}
main .sec#sec4 {
  width: 100%;
  margin: 0 auto 280px auto;
  position: relative;
}
main .sec#sec4 .inner {
  width: 1000px;
  margin: 0 auto;
}
main .sec#sec4 .inner .photo p.show {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
}
main .sec#sec5 {
  width: 100%;
  margin: 0 auto 250px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec#sec5 .inner {
  width: 50%;
}
main .sec#sec5 .inner p.show {
  position: absolute;
  bottom: 20px;
  z-index: 1;
}
main .sec#sec5 .inner:nth-child(1) p.show {
  right: 20px;
}
main .sec#sec5 .inner:nth-child(2) p.show {
  left: 20px;
}
main .sec#sec6 {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main .sec#sec6 .inner {
  width: 450px;
  margin: 0 auto;
}
main .sec#sec6 .inner .photo {
  width: 100%;
  position: relative;
}
main .sec#sec6 .inner .photo .hover.type1 {
  position: fixed;
  left: calc(50% + 225px + 25px);
  bottom: calc(50% - 190px + 60px);
  opacity: 0;
  pointer-events: none;
}
main .sec#sec6 .inner .photo .hover.type1.active {
  opacity: 1;
  pointer-events: auto;
}
main .sec#sec6 .inner .photo .default::after {
  content: "";
  display: inline-block;
}
main .sec#sec6 .inner .photo .default div {
  width: 100%;
  position: sticky;
  top: calc(50% - 225px);
}
main .sec#sec6 .inner .photo .default div:nth-child(1) {
  margin-bottom: 50vh;
}
main .sec#sec6 .inner .photo .default div:nth-child(2) {
  margin-bottom: 50vh;
}
main .sec#sec6 .inner .photo .default div:nth-child(3) {
  margin-bottom: 50vh;
}
main .sec#sec6 .inner .photo p.show {
  text-align: left;
  position: fixed;
  left: calc(50% + 225px + 25px);
  bottom: calc(50% - 190px + 30px);
  display: none;
}
main .sec#sec6 .inner .photo p.show.active {
  display: block;
}
main .sec#sec7 {
  width: 100%;
  margin: 0 auto 270px auto;
  position: relative;
}
main .sec#sec7 .inner {
  width: 700px;
  margin: 0 auto;
}
main .sec#sec7 .inner .photo p.show {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
}
main .sec#sec8 {
  width: 100%;
  margin: 0 auto 270px auto;
  position: relative;
}
main .sec#sec8 .inner {
  width: 700px;
  margin: 0 auto;
}
main .sec#sec8 .inner .photo p.show {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
}
main .sec#sec9 {
  width: 100%;
  margin: 0 auto 270px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec#sec9 .inner {
  width: 100%;
}
main .sec#sec9 .inner .photo {
  width: 100%;
}
main .sec#sec9 .inner .photo .combo {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main .sec#sec9 .inner .photo .combo .default {
  width: 50%;
  opacity: 0;
}
main .sec#sec9 .inner .photo .combo .default:nth-child(1) {
  clip-path: inset(100% 0 0 0);
  transition: all 0.75s ease-out 0s;
}
main .sec#sec9 .inner .photo .combo .default:nth-child(2) {
  clip-path: inset(0 0 100% 0);
  transition: all 0.75s ease-out 0.5s;
}
main .sec#sec9 .inner .photo .hover {
  right: calc(50% + 20px);
}
main .sec#sec9 .inner p.show {
  position: absolute;
  left: calc(50% - 80px);
  bottom: 20px;
  z-index: 1;
}
main .sec#sec9 .inner.on .photo .combo .default {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}
main .sec#sec10 {
  width: 100%;
  margin: 0 auto 270px auto;
  position: relative;
}
main .sec#sec10 .inner {
  width: 700px;
  margin: 0 auto;
}
main .sec#sec10 .inner .photo p.show {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
}
main .sec#sec11 {
  width: 100%;
  margin: 0 auto 440px auto;
  position: relative;
}
main .sec#sec11 .inner {
  width: 700px;
  margin: 0 auto;
}
main .sec#sec11 .inner .photo p.show {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
}
main .sec#sec12 {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
main .sec#sec12 .inner {
  width: 100%;
  margin: 0 auto;
}
main .sec#sec12 .inner .photo p.show {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 1;
}
main .sec .inner .photo .default {
  width: 100%;
  position: relative;
}
.photo {
  position: relative;
}
.photo .hover {
  width: auto;
  position: absolute;
  bottom: 50px;
  z-index: 3;
  clip-path: inset(100% 0 0 0);
  opacity: 0;
  transition: all 0.25s ease-in;
}
.photo .hover .credits {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
.photo .hover .close {
  position: absolute;
  cursor: pointer;
  display: none;
}
.photo .hover .close span {
  color: #ede83a;
  font-family: franklin-gothic-atf, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
.photo .hover .close::before {
  content: "";
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  background-image: url(../images/close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.photo .hover.type1 {
  left: 20px;
}
.photo .hover.type1 .credits .credit dl.items__credit {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.photo .hover.type1 .credits .credit dl.items__credit dt {
  text-align: left;
}
.photo .hover.type1 .credits .credit dl.items__credit dd {
  text-align: left;
}
.photo .hover.type2 {
  right: 20px;
}
.photo .hover.type2 .credits .credit dl.items__credit {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
.photo .hover.type2 .credits .credit dl.items__credit dt {
  text-align: right;
}
.photo .hover.type2 .credits .credit dl.items__credit dd {
  text-align: right;
}
.photo.active .hover {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}

p.show {
  color: #FFF;
  font-family: franklin-gothic-atf, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8rem;
  letter-spacing: 0.1em;
  text-align: right;
  cursor: pointer;
}
p.show:hover {
  opacity: 0.8;
}

.credits .credit {
  width: 100%;
}
.credits .credit:not(:last-child) {
  margin-bottom: 20px;
}
.credits .credit dl.items__credit {
  width: 100%;
}
.credits .credit dl.items__credit dt {
  width: 100%;
}
.credits .credit dl.items__credit dt strong {
  white-space: nowrap;
  display: block;
}
.credits .credit dl.items__credit dt strong:first-child {
  color: #FFF;
  font-family: franklin-gothic-atf, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4rem;
  letter-spacing: 0em;
}
.credits .credit dl.items__credit dt strong:first-child span {
  color: #FFF;
  font-family: franklin-gothic-atf, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4rem;
  letter-spacing: 0em;
  padding: 0 0 0 5px;
  display: inline-block;
}
.credits .credit dl.items__credit dt strong:nth-child(2) {
  color: #FFF;
  font-family: franklin-gothic-atf, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4rem;
  letter-spacing: 0em;
}
.credits .credit dl.items__credit dt > span {
  color: #FFF;
  font-family: franklin-gothic-atf, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
.credits .credit dl.items__credit dd {
  width: 100%;
}
.credits .credit dl.items__credit dd a {
  color: #FFF;
  font-family: franklin-gothic-atf, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4rem;
  letter-spacing: 0em;
  text-decoration: underline;
}
.credits .credit dl.items__credit dd a.linelink {
  display: none;
}
.credits .credit dl.items__credit dd a.items__a:not([href]) {
  display: none;
}
.credits .credit dl.items__credit dd a.items__a:not([href]) + .linelink {
  display: inline-block;
}
.credits .credit dl.items__credit dd a:hover {
  color: #999;
}
.credits .credit dl.items__credit dd span {
  color: #FFF;
  font-family: franklin-gothic-atf, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4rem;
  letter-spacing: 0em;
}

footer {
  width: 100%;
  padding: 0 0 80px 0;
  margin: 0 auto;
  position: relative;
}
footer .inner {
  width: 100%;
}
footer .inner .credit {
  margin: 0 auto 160px auto;
}
footer .inner .credit .set div p {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
footer .inner .credit .set div p:not(:last-child) {
  margin-bottom: 5px;
}
footer .inner .credit .set div p span:nth-child(1) {
  color: #000;
  font-family: franklin-gothic-atf, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6rem;
  letter-spacing: 0em;
  order: 1;
}
footer .inner .credit .set div p span:nth-child(2) {
  color: #000;
  font-family: franklin-gothic-atf, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6rem;
  letter-spacing: 0em;
  order: 3;
}
footer .inner .credit .set div p::after {
  content: "/";
  color: #000;
  font-family: franklin-gothic-atf, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6rem;
  letter-spacing: 0em;
  padding: 0 5px;
  display: inline-block;
  order: 2;
}
footer .inner .banner {
  width: 630px;
  margin: 0 auto 145px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
footer .inner .banner .bnr1 {
  width: calc(50% - 5px);
  border: solid 1px #000;
}
footer .inner .banner .bnr1 a {
  width: 100%;
  height: 140px;
  background-image: url(../images/banner_text1.png);
  background-repeat: no-repeat;
  background-position: center 30px;
  background-size: 206px 87px;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  transition: all 0.25s ease-in 0s;
}
footer .inner .banner .bnr1 a:hover {
  opacity: 0.7;
}
footer .inner .banner .bnr2 {
  width: calc(50% - 5px);
  border: solid 1px #000;
}
footer .inner .banner .bnr2 a {
  width: 100%;
  height: 140px;
  background-image: url(../images/banner_text2.png);
  background-repeat: no-repeat;
  background-position: center 30px;
  background-size: 278px 100px;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  transition: all 0.25s ease-in 0s;
}
footer .inner .banner .bnr2 a:hover {
  opacity: 0.7;
}
footer .inner ul {
  margin-bottom: 45px;
}
footer .inner ul li:not(:last-child) {
  margin-bottom: 20px;
}
footer .inner ul li a span {
  color: #000;
  font-family: franklin-gothic-atf, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
footer .inner ul li a:hover span {
  opacity: 0.7;
}
footer .inner p {
  color: #000;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
footer .inner.active {
  opacity: 1;
}
footer .pgtop {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
footer .pgtop a {
  width: 100%;
  height: 100%;
  background-image: url(../images/btn_pagetop.svg);
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.25s ease-in 0s;
}
footer .pgtop a:hover {
  opacity: 0.7;
}

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

  html {
    height: -webkit-fill-available;
  }

  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }

  #loader {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  #loader .logo {
    width: 145px;
    position: relative;
  }
  #loader .logo h2 {
    width: 100%;
    height: 35px;
    position: static;
  }
  #loader .bar {
    width: 100%;
    height: 5px;
    background-color: rgba(255, 255, 255, 0.25);
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 5;
  }
  #loader .bar span {
    width: 0%;
    height: 100%;
    background-color: #FFF;
    display: block;
  }
  #loader.active h3 {
    opacity: 1;
  }
  #loader.complete {
    opacity: 0;
  }

  header {
    display: none;
  }

  main {
    width: 100%;
    padding: 0px;
    margin: 0 0 57px 0;
    position: relative;
    box-sizing: border-box;
  }
  main #index {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main #index .photo {
    width: 100%;
    height: 125vw;
  }
  main #index .photo .hover {
    width: 100%;
    height: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 3;
  }
  main #index .photo p.show {
    padding: 0px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 5;
  }
  main #index .photo::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    transition: all 0.25s ease-in 0s;
    opacity: 0;
    left: 0px;
    top: 0px;
    z-index: 1;
  }
  main #index .photo.active::after {
    opacity: 0.6;
  }
  main #index .text {
    width: 100%;
    padding: 0 0 30px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main #index .text h2 {
    width: 115px;
    height: 28px;
    top: 215px;
    right: 60px;
  }
  main #index .text h3 {
    width: 240px;
    height: 30px;
    position: static;
  }
  main #index .text .typo {
    width: 100%;
    padding: 30px 25px 0 25px;
    margin: 0 0 60px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }
  main #index .text .typo ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main #index .text .typo ul li {
    width: 21px;
    height: 31px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    transition: opacity 0.25s ease-in 0s;
    opacity: 0;
  }
  main #index .text .typo ul:not(:last-child) {
    margin-bottom: 20px;
  }
  main #index .text .typo ul:nth-child(1) {
    width: 81px;
  }
  main #index .text .typo ul:nth-child(1) li:nth-child(1) {
    background-image: url(../images/opng_txt1.svg);
    transition: opacity 0.25s ease-in 1s;
  }
  main #index .text .typo ul:nth-child(1) li:nth-child(2) {
    background-image: url(../images/opng_txt2.svg);
    margin-left: 8px;
    transition: opacity 0.25s ease-in 1.25s;
  }
  main #index .text .typo ul:nth-child(1) li:nth-child(3) {
    width: 25px;
    background-image: url(../images/opng_txt3.svg);
    margin-left: 6px;
    transition: opacity 0.25s ease-in 0.75s;
  }
  main #index .text .typo ul:nth-child(2) {
    width: 63px;
    align-self: center;
  }
  main #index .text .typo ul:nth-child(2) li:nth-child(1) {
    background-image: url(../images/opng_txt4.svg);
    transition: opacity 0.25s ease-in 0.75s;
  }
  main #index .text .typo ul:nth-child(2) li:nth-child(2) {
    background-image: url(../images/opng_txt5.svg);
    margin-left: 7px;
    transition: opacity 0.25s ease-in 1s;
  }
  main #index .text .typo ul:nth-child(2) li:nth-child(3) {
    background-image: url(../images/opng_txt6.svg);
    width: 6px;
    margin-left: 8px;
    transition: opacity 0.25s ease-in 1.25s;
  }
  main #index .text .typo ul:nth-child(3) {
    width: 77px;
    align-self: flex-end;
  }
  main #index .text .typo ul:nth-child(3) li:nth-child(1) {
    background-image: url(../images/opng_txt7.svg);
    transition: opacity 0.25s ease-in 0.5s;
  }
  main #index .text .typo ul:nth-child(3) li:nth-child(2) {
    background-image: url(../images/opng_txt8.svg);
    margin-left: 7px;
    transition: opacity 0.25s ease-in 1.25s;
  }
  main #index .text .typo ul:nth-child(3) li:nth-child(3) {
    background-image: url(../images/opng_txt9.svg);
    width: 20px;
    margin-left: 8px;
    transition: opacity 0.25s ease-in 1s;
  }
  main #index .text .typo ul:nth-child(4) {
    width: 92px;
    margin-left: 40px;
  }
  main #index .text .typo ul:nth-child(4) li:nth-child(1) {
    background-image: url(../images/opng_txt9.svg);
    width: 20px;
    transition: opacity 0.25s ease-in 1s;
  }
  main #index .text .typo ul:nth-child(4) li:nth-child(2) {
    background-image: url(../images/opng_txt6.svg);
    width: 6px;
    margin-left: 8px;
    transition: opacity 0.25s ease-in 0.5s;
  }
  main #index .text .typo ul:nth-child(4) li:nth-child(3) {
    background-image: url(../images/opng_txt7.svg);
    margin-left: 9px;
    transition: opacity 0.25s ease-in 1.25s;
  }
  main #index .text .typo ul:nth-child(4) li:nth-child(4) {
    background-image: url(../images/opng_txt2.svg);
    margin-left: 7px;
    transition: opacity 0.25s ease-in 0.75s;
  }
  main #index.play .photo {
    opacity: 1;
  }
  main #index.play .text h3 {
    opacity: 1;
  }
  main #index.play .text .typo ul li {
    opacity: 1;
  }
  main #container1 {
    padding: 105px 0 100px 0;
    margin-bottom: 0px;
  }
  main #container1 .sec .inner .photo.active .default img {
    opacity: 0.4;
  }
  main #container2 {
    width: 100%;
    padding: 118px 0 0 0;
  }
  main #container2 .sec .inner .photo.active .default img {
    opacity: 0.2;
  }
  main #container2 .sec .inner .photo.active .hover .credits .credit dl.items__credit dt strong:first-child {
    color: #000;
  }
  main #container2 .sec .inner .photo.active .hover .credits .credit dl.items__credit dt strong:first-child span {
    color: #000;
  }
  main #container2 .sec .inner .photo.active .hover .credits .credit dl.items__credit dt strong:nth-child(2) {
    color: #000;
  }
  main #container2 .sec .inner .photo.active .hover .credits .credit dl.items__credit dt > span {
    color: #000;
  }
  main #container2 .sec .inner .photo.active .hover .credits .credit dl.items__credit dd a {
    color: #000;
  }
  main #container2 .sec .inner .photo.active .hover .credits .credit dl.items__credit dd a:hover {
    color: #000;
  }
  main #container2 .sec .inner .photo.active .hover .credits .credit dl.items__credit dd span {
    color: #000;
  }
  main #container2 p.show {
    color: #000;
  }
  main .sec.active::before {
    opacity: 1;
  }
  main .sec#sec1 {
    width: 100%;
    margin: 0 auto 57px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec#sec1 .inner {
    width: 100%;
  }
  main .sec#sec1 .inner:not(:last-child) {
    margin-bottom: 57px;
  }
  main .sec#sec1 .inner .photo {
    width: 100%;
  }
  main .sec#sec1 .inner .photo .default {
    padding: 0 65px;
  }
  main .sec#sec1 .inner p.show {
    padding: 15px 65px 0 65px;
    position: relative;
    bottom: auto;
    z-index: 1;
  }
  main .sec#sec1 .inner:nth-child(1) p.show {
    right: auto;
  }
  main .sec#sec1 .inner:nth-child(2) p.show {
    left: auto;
  }
  main .sec#sec2 {
    width: calc(100% - 130px);
    margin: 0 auto 57px auto;
  }
  main .sec#sec2 .inner {
    width: 100%;
    margin: 0 auto;
  }
  main .sec#sec2 .inner .photo .hover.type1 {
    left: 0px;
  }
  main .sec#sec2 .inner p.show {
    text-align: right;
    position: relative;
    left: auto;
    bottom: auto;
  }
  main .sec#sec3 {
    width: 100%;
    margin: 0 auto 97px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec#sec3 .inner {
    width: 100%;
  }
  main .sec#sec3 .inner:not(:last-child) {
    margin-bottom: 57px;
  }
  main .sec#sec3 .inner .photo {
    width: 100%;
  }
  main .sec#sec3 .inner .photo .default {
    padding: 0 65px;
  }
  main .sec#sec3 .inner p.show {
    padding: 15px 65px 0 65px;
    position: relative;
    bottom: auto;
  }
  main .sec#sec3 .inner:nth-child(1) p.show {
    right: auto;
  }
  main .sec#sec3 .inner:nth-child(2) p.show {
    left: auto;
  }
  main .sec#sec4 {
    width: 100%;
    margin: 0 auto 97px auto;
    position: relative;
  }
  main .sec#sec4 .inner {
    width: 100%;
  }
  main .sec#sec4 .inner .photo p.show {
    padding: 15px 65px 0 65px;
    position: relative;
    right: auto;
    bottom: auto;
  }
  main .sec#sec5 {
    width: calc(100% - 130px);
    margin: 0 auto 57px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec#sec5 .inner {
    width: 100%;
  }
  main .sec#sec5 .inner:not(:last-child) {
    margin-bottom: 57px;
  }
  main .sec#sec5 .inner p.show {
    position: relative;
    bottom: auto;
    z-index: 1;
  }
  main .sec#sec5 .inner:nth-child(1) p.show {
    right: auto;
  }
  main .sec#sec5 .inner:nth-child(2) p.show {
    left: auto;
  }
  main .sec#sec6 {
    width: 100%;
    min-height: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec#sec6 .inner {
    width: calc(100% - 130px);
    margin: 0 auto;
  }
  main .sec#sec6 .inner .photo {
    width: 100%;
    position: relative;
  }
  main .sec#sec6 .inner .photo .hover.type1 {
    width: 100%;
    height: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0px;
    bottom: auto;
    opacity: 0;
    pointer-events: none;
  }
  main .sec#sec6 .inner .photo .hover.type1.active {
    opacity: 1;
    pointer-events: auto;
  }
  main .sec#sec6 .inner .photo .default {
    transition: all 0.75s ease-out 0s;
  }
  main .sec#sec6 .inner .photo .default::after {
    content: none;
  }
  main .sec#sec6 .inner .photo .default div {
    width: 100%;
    height: calc((100vw - 130px) * 0.8);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
    top: auto;
  }
  main .sec#sec6 .inner .photo .default div img {
    display: none;
  }
  main .sec#sec6 .inner .photo .default div:nth-child(1) {
    background-image: url(../images_sp/look09_1.jpg);
    margin-bottom: 7px;
    clip-path: inset(0 100% 0 0);
    transition: all 0.5s ease-out 0s;
  }
  main .sec#sec6 .inner .photo .default div:nth-child(2) {
    background-image: url(../images_sp/look09_2.jpg);
    margin-bottom: 7px;
    clip-path: inset(0 0 0 100%);
    transition: all 0.5s ease-out 0.3s;
  }
  main .sec#sec6 .inner .photo .default div:nth-child(3) {
    background-image: url(../images_sp/look09_3.jpg);
    margin-bottom: 0px;
    clip-path: inset(0 100% 0 0);
    transition: all 0.5s ease-out 0.6s;
  }
  main .sec#sec6 .inner .photo p.show {
    text-align: right;
    position: relative;
    left: auto;
    bottom: auto;
    display: block;
    z-index: 3;
  }
  main .sec#sec6 .inner .photo p.show.active {
    display: block;
  }
  main .sec#sec6 .inner.on .photo .default div {
    clip-path: inset(0 0 0 0);
  }
  main .sec#sec6 .inner.on .photo.active .default {
    opacity: 0.4;
  }
  main .sec#sec7 {
    width: 100%;
    margin: 0 auto 57px auto;
    position: relative;
  }
  main .sec#sec7 .inner {
    width: calc(100% - 130px);
    margin: 0 auto;
  }
  main .sec#sec7 .inner .photo p.show {
    position: relative;
    right: auto;
    bottom: auto;
  }
  main .sec#sec8 {
    width: 100%;
    margin: 0 auto 57px auto;
  }
  main .sec#sec8 .inner {
    width: calc(100% - 130px);
    margin: 0 auto;
  }
  main .sec#sec8 .inner .photo p.show {
    position: relative;
    right: auto;
    bottom: auto;
  }
  main .sec#sec9 {
    margin: 0 auto 80px auto;
  }
  main .sec#sec9 .inner {
    width: 100%;
  }
  main .sec#sec9 .inner .photo {
    width: 100%;
  }
  main .sec#sec9 .inner .photo .combo {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  main .sec#sec9 .inner .photo .combo .default {
    width: 50%;
    opacity: 0;
  }
  main .sec#sec9 .inner .photo .combo .default:nth-child(1) {
    clip-path: inset(100% 0 0 0);
    transition: all 0.5s ease-out 0s;
  }
  main .sec#sec9 .inner .photo .combo .default:nth-child(2) {
    clip-path: inset(0 0 100% 0);
    transition: all 0.5s ease-out 0.3s;
  }
  main .sec#sec9 .inner p.show {
    width: 100%;
    padding: 15px 15px 0 15px;
    position: relative;
    left: auto;
    bottom: auto;
  }
  main .sec#sec9 .inner.on .photo .combo .default {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
  main .sec#sec10 {
    margin: 0 auto 57px auto;
  }
  main .sec#sec10 .inner {
    width: calc(100% - 130px);
  }
  main .sec#sec10 .inner .photo p.show {
    position: relative;
    right: auto;
    bottom: auto;
  }
  main .sec#sec11 {
    margin: 0 auto 140px auto;
  }
  main .sec#sec11 .inner {
    width: calc(100% - 130px);
  }
  main .sec#sec11 .inner .photo p.show {
    position: relative;
    right: auto;
    bottom: auto;
  }
  main .sec#sec12 .inner .photo p.show {
    width: 100%;
    padding: 15px 65px 0 65px;
    position: relative;
    right: auto;
    bottom: auto;
  }
  main .sec .inner .photo .default {
    width: 100%;
    position: relative;
  }
  .photo {
    position: relative;
  }
  .photo .default img {
    transition: opacity 0.25s ease-in;
  }
  .photo .hover {
    width: 100%;
    height: calc(100% - 35px);
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    bottom: auto;
    z-index: 3;
  }
  .photo .hover .credits {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .photo .hover .credits.double {
    width: calc(100% - 20px);
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .photo .hover .credits.double .credit {
    width: 50%;
    padding: 10px;
    margin: 0px;
  }
  .photo .hover.type1 {
    left: 0px;
  }
  .photo .hover.type1 .credits .credit dl.items__credit {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .photo .hover.type1 .credits .credit dl.items__credit dt {
    text-align: center;
  }
  .photo .hover.type1 .credits .credit dl.items__credit dd {
    text-align: center;
  }
  .photo .hover.type2 {
    right: auto;
    left: 0px;
  }
  .photo .hover.type2 .credits .credit dl.items__credit {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .photo .hover.type2 .credits .credit dl.items__credit dt {
    text-align: center;
  }
  .photo .hover.type2 .credits .credit dl.items__credit dd {
    text-align: center;
  }
  .photo.active .hover {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }

  p.show {
    color: #FFF;
    font-family: franklin-gothic-atf, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.8rem;
    letter-spacing: 0.1em;
    text-align: right;
    padding: 15px 0 0 0;
  }
  p.show:hover {
    opacity: 0.8;
  }

  .credits .credit {
    width: 100%;
  }
  .credits .credit:not(:last-child) {
    margin-bottom: 20px;
  }
  .credits .credit dl.items__credit {
    width: 100%;
  }
  .credits .credit dl.items__credit dt {
    width: 100%;
  }
  .credits .credit dl.items__credit dt strong {
    white-space: nowrap;
    display: block;
  }
  .credits .credit dl.items__credit dt strong:first-child {
    color: #FFF;
    font-family: franklin-gothic-atf, sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.3rem;
    letter-spacing: 0em;
  }
  .credits .credit dl.items__credit dt strong:first-child span {
    color: #FFF;
    font-family: franklin-gothic-atf, sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.3rem;
    letter-spacing: 0em;
    padding: 0 0 0 5px;
    display: inline-block;
  }
  .credits .credit dl.items__credit dt strong:nth-child(2) {
    color: #FFF;
    font-family: franklin-gothic-atf, sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.3rem;
    letter-spacing: 0em;
  }
  .credits .credit dl.items__credit dt > span {
    color: #FFF;
    font-family: franklin-gothic-atf, sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  .credits .credit dl.items__credit dd {
    width: 100%;
  }
  .credits .credit dl.items__credit dd a {
    color: #FFF;
    font-family: franklin-gothic-atf, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.4rem;
    letter-spacing: 0em;
    text-decoration: underline;
  }
  .credits .credit dl.items__credit dd a:hover {
    color: #999;
  }
  .credits .credit dl.items__credit dd span {
    color: #FFF;
    font-family: franklin-gothic-atf, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.4rem;
    letter-spacing: 0em;
  }

  footer {
    width: 100%;
    padding: 0 0 80px 0;
    margin: 0 auto;
    position: relative;
  }
  footer .inner {
    width: 100%;
  }
  footer .inner .credit {
    margin: 0 auto 120px auto;
  }
  footer .inner .credit .set div p {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  footer .inner .credit .set div p:not(:last-child) {
    margin-bottom: 5px;
  }
  footer .inner .credit .set div p span:nth-child(1) {
    color: #000;
    font-family: franklin-gothic-atf, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6rem;
    letter-spacing: 0em;
    order: 1;
  }
  footer .inner .credit .set div p span:nth-child(2) {
    color: #000;
    font-family: franklin-gothic-atf, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6rem;
    letter-spacing: 0em;
    order: 3;
  }
  footer .inner .credit .set div p::after {
    content: "/";
    color: #000;
    font-family: franklin-gothic-atf, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6rem;
    letter-spacing: 0em;
    padding: 0 5px;
    display: inline-block;
    order: 2;
  }
  footer .inner .banner {
    width: calc(100% - 64px);
    margin: 0 auto 120px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  footer .inner .banner .bnr1 {
    width: 100%;
    margin-bottom: 12px;
  }
  footer .inner .banner .bnr1 a {
    background-repeat: no-repeat;
    background-position: center 30px;
    background-size: 206px 87px;
  }
  footer .inner .banner .bnr1 a:hover {
    opacity: 1;
  }
  footer .inner .banner .bnr2 {
    width: 100%;
  }
  footer .inner .banner .bnr2 a {
    background-repeat: no-repeat;
    background-position: center 30px;
    background-size: 278px 100px;
  }
  footer .inner .banner .bnr2 a:hover {
    opacity: 1;
  }
  footer .inner ul {
    margin-bottom: 50px;
  }
  footer .inner ul li:not(:last-child) {
    margin-bottom: 30px;
  }
  footer .inner ul li a span {
    color: #000;
    font-family: franklin-gothic-atf, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner ul li a:hover span {
    opacity: 1;
  }
  footer .inner p {
    color: #000;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner.active {
    opacity: 1;
  }
  footer .pgtop {
    right: 0px;
    bottom: 0px;
  }
  footer .pgtop a:hover {
    opacity: 1;
  }
}

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