@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap");
@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: #646363;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
}
a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

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

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: #646363;
  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: column;
  justify-content: center;
  align-items: center;
  gap: 86px 0;
}
#loader .inner::after {
  content: "";
  width: 161px;
  height: 150px;
  background-image: url(../images/logo345red.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
#loader .inner h2 {
  width: 160px;
  height: 49px;
  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: #CCCCCC;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #FF0000;
  display: block;
}

.hum {
  width: 48px;
  height: 48px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 10px;
  right: 0px;
  z-index: 111;
  transition: all 0.2s ease-in 0s;
  cursor: pointer;
}
.hum:hover {
  opacity: 0.5;
}
.hum.on > div span:nth-child(1) {
  top: 5px;
  transform: rotate(-45deg);
}
.hum.on > div span:nth-child(2) {
  top: 5px;
  transform: rotate(45deg);
}
.hum > div {
  width: 20px;
  height: 20px;
  position: relative;
}
.hum > div span {
  width: 100%;
  height: 1px;
  background-color: #FFF;
  display: block;
  position: absolute;
  transition: all 0.35s ease-out;
  transform-origin: center;
}
.hum > div span:nth-child(1) {
  top: 0px;
}
.hum > div span:nth-child(2) {
  top: 9px;
}

nav {
  width: 100%;
  height: 100%;
  max-width: 305px;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 100;
  transition: all 0.2s ease-in 0s;
  clip-path: inset(0 0 0 100%);
}
nav.on {
  clip-path: inset(0 0 0 0);
}
nav .menu {
  width: 100%;
  height: 100%;
  background-color: #646363;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
nav .menu dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
nav .menu dl dd:not(:last-child) {
  margin-bottom: 24px;
}
nav .menu dl dd a {
  color: #FFF;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.2s ease-in 0s;
}
nav .menu dl dd a:hover {
  color: #CCCCCC;
}

main {
  width: 100%;
  padding: 0px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
main::before {
  content: "";
  width: 100%;
  height: 100vh;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
}
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 h5 {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 8px;
}
main section .credits .incredit h5:not(:first-child) {
  padding-top: 16px;
}
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: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  display: inline-block;
}
main section .credits .incredit > div.item-d-none dl dd a + span:not(:first-child) {
  margin-left: 5px;
}
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: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  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;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
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: #CCCCCC;
}
main section .credits .incredit > div dl dd a + span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  display: none;
}
main section#visual {
  width: 100%;
  display: flex;
  flex-wrap: mpwrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main section#visual.on .hero {
  opacity: 1;
}
main section#visual.on .title {
  opacity: 1;
}
main section#visual .hero {
  width: 100%;
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main section#visual .hero .inhero {
  width: 100%;
}
main section#visual .hero .inhero .swiper-wrapper .swiper-slide img {
  width: 100%;
}
main section#visual .hero .inhero .swiper-wrapper .swiper-slide img.sp {
  display: none;
}
main section#visual .hero .logo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main section#visual .hero .logo h2 {
  width: 350px;
  height: 107px;
  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;
}
main section#visual .title {
  width: 100%;
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in 0.5s;
}
main section#visual .title .mytitle {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main section#visual .title .mytitle h3 {
  width: 115px;
  height: 236px;
  background-image: url(../images/title.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: relative;
  transform: translateY(-200px);
}
main section#visual .title .photo {
  width: 100%;
}
main section#visual .title .photo-sp {
  display: none;
}
main section#looks {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 50px 0;
  position: relative;
}
main section#looks .line {
  text-align: left;
  width: 100%;
}
main section#looks .line.l8 .ph > figure:nth-child(2) {
  display: none;
}
main section#looks .line .ph {
  width: 100%;
}
main section#looks .line .ph.on > figure {
  opacity: 1;
}
main section#looks .line .ph > figure {
  width: 100%;
  opacity: 0;
  transition: all 0.35s ease-in 0s;
}
main section#looks .line .pset {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main section#looks .line .pset.on > figure {
  opacity: 1;
}
main section#looks .line .pset > figure {
  width: 50%;
  opacity: 0;
  transition: all 0.35s ease-in 0s;
}
main section#looks .line .pset > figure:nth-child(2) {
  transition-delay: 0.5s;
}
main section#looks .line .cset {
  width: 100%;
  padding: 20px 50px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main section#looks .line .cset.on .credits {
  opacity: 1;
}
main section#looks .line .cset .credits {
  width: 50%;
  opacity: 0;
  transition: all 0.35s ease-in 0.25s;
}
main section#looks .line .trio {
  width: 100%;
  overflow: hidden;
}
main section#looks .line .trio.on .swiper-wrapper .swiper-slide {
  opacity: 1;
}
main section#looks .line .trio .swiper-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section#looks .line .trio .swiper-wrapper .swiper-slide {
  width: 50%;
  opacity: 0;
  transition: all 0.35s ease-in 0s;
}
main section#looks .line .trio .swiper-wrapper .swiper-slide.p1 {
  transition-delay: 1s;
}
main section#looks .line .trio .swiper-wrapper .swiper-slide.p2 {
  transition-delay: 0.5s;
}
main section#looks .line .trio .swiper-wrapper .swiper-slide.p3 {
  transition-delay: 0s;
}

footer {
  width: 100%;
  padding: 0 0 80px 0;
  margin: 0px auto;
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
footer.on {
  opacity: 1;
}
footer .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 100px 0;
}
footer .inner .etc {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0 64px;
}
footer .inner .etc dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 56px 0;
}
footer .inner .etc dl dt {
  width: 200px;
}
footer .inner .etc dl dd {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px 0;
}
footer .inner .etc dl dd p {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  text-align: left;
}
footer .inner .etc dl dd p.cs {
  width: 150px;
  height: 23px;
  background-image: url(../images/text_comingsoon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
footer .inner .etc > figure {
  width: 700px;
  border-radius: 350px;
  overflow: hidden;
}
footer .inner .wrap {
  width: calc(100% - 240px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
footer .inner .wrap .staff {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .inner .wrap .staff p {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 40px;
}
footer .inner .wrap .staff p span {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  text-align: left;
  white-space: nowrap;
}
footer .inner .wrap .staff p span:nth-child(1) {
  min-width: 120px;
}
footer .inner .wrap dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
footer .inner .wrap dl dt {
  width: 160px;
  margin-bottom: 40px;
}
footer .inner .wrap dl dt span {
  width: 100%;
  height: 49px;
  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;
}
footer .inner .wrap dl dd:not(:last-child) {
  margin-bottom: 8px;
}
footer .inner .wrap dl dd a {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.2s ease-in 0s;
}
footer .inner .wrap dl dd a:hover {
  color: #CCCCCC;
}
footer .inner .wrap > p {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
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::after {
    width: 50px;
    height: 47px;
  }
  #loader .inner h2 {
    width: 100px;
    height: 31px;
  }

  .hum {
    width: 48px;
    height: 48px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 1px;
    right: 0px;
    z-index: 111;
    transition: all 0.2s ease-in 0s;
    cursor: pointer;
  }
  .hum:hover {
    opacity: 0.75;
  }
  .hum.on > div span {
    background-color: #CCCCCC;
  }
  .hum.on > div span:nth-child(1) {
    top: 5px;
    transform: rotate(-30deg);
  }
  .hum.on > div span:nth-child(2) {
    top: 5px;
    transform: rotate(30deg);
  }
  .hum > div {
    width: 20px;
    height: 10px;
    position: relative;
  }
  .hum > div span {
    width: 100%;
    height: 1px;
    background-color: #FFF;
    display: block;
    position: absolute;
    transition: all 0.35s ease-out;
    transform-origin: center;
  }
  .hum > div span:nth-child(1) {
    top: 0px;
  }
  .hum > div span:nth-child(2) {
    top: 9px;
  }

  nav {
    width: 100%;
    height: 100%;
    max-width: 100%;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 100;
    transition: all 0.2s ease-in 0s;
    clip-path: inset(0 0 0 100%);
  }
  nav.on {
    clip-path: inset(0 0 0 0);
  }
  nav .menu {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  nav .menu dl dt {
    width: 150px;
    height: 47px;
    margin-bottom: 48px;
  }
  nav .menu dl dd:not(:last-child) {
    margin-bottom: 24px;
  }
  nav .menu dl dd a:hover {
    color: #CCCCCC;
  }

  main {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
  }
  main::before {
    content: "";
    width: 100%;
    height: 100vh;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -1;
  }
  main section#visual {
    width: 100%;
    display: flex;
    flex-wrap: mpwrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#visual.on .hero {
    opacity: 1;
  }
  main section#visual.on .title {
    opacity: 1;
  }
  main section#visual .hero {
    clip-path: inset(0 0 0 0);
  }
  main section#visual .hero .inhero .swiper-wrapper .swiper-slide img.pc {
    display: none;
  }
  main section#visual .hero .inhero .swiper-wrapper .swiper-slide img.sp {
    display: block;
  }
  main section#visual .hero .logo h2 {
    width: 250px;
    height: 77px;
  }
  main section#visual .title {
    width: 100%;
    position: relative;
    opacity: 0;
    transition: all 0.5s ease-in 0.5s;
    clip-path: inset(0 0 0 0);
  }
  main section#visual .title .mytitle {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  main section#visual .title .mytitle h3 {
    width: 115px;
    height: 236px;
    background-image: url(../images/title.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    position: relative;
    transform: translateY(-200px);
  }
  main section#visual .title .photo {
    display: none;
  }
  main section#visual .title .photo-sp {
    display: block;
  }
  main section#looks {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 0px;
    position: relative;
  }
  main section#looks .line {
    text-align: left;
    width: 100%;
  }
  main section#looks .line.l1 .pset > figure:nth-child(1) {
    order: 2;
    transition-delay: 0.5s;
  }
  main section#looks .line.l1 .pset > figure:nth-child(2) {
    order: 1;
    transition-delay: 0s;
  }
  main section#looks .line.l5 .pset > figure:nth-child(1) {
    order: 2;
    transition-delay: 0.5s;
  }
  main section#looks .line.l5 .pset > figure:nth-child(2) {
    order: 1;
    transition-delay: 0s;
  }
  main section#looks .line.l8 .ph > figure:nth-child(2) {
    width: 100%;
    display: block;
  }
  main section#looks .line.l9 .pset > figure:nth-child(1) {
    display: none;
  }
  main section#looks .line.l9 .cset .credits:nth-child(1) {
    display: none;
  }
  main section#looks .line .pset {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#looks .line .pset > figure {
    width: 100%;
  }
  main section#looks .line .cset {
    width: 100%;
    padding: 40px 24px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#looks .line .cset .credits {
    width: 100%;
    opacity: 0;
    transition: all 0.35s ease-in 0.25s;
  }
  main section#looks .line .trio {
    width: 100%;
    overflow: hidden;
  }
  main section#looks .line .trio.on .swiper-wrapper .swiper-slide {
    opacity: 1;
  }
  main section#looks .line .trio .swiper-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#looks .line .trio .swiper-wrapper .swiper-slide {
    width: 50%;
    opacity: 0;
    transition: all 0.35s ease-in 0s;
  }
  main section#looks .line .trio .swiper-wrapper .swiper-slide.p1 {
    transition-delay: 1s;
  }
  main section#looks .line .trio .swiper-wrapper .swiper-slide.p2 {
    transition-delay: 0.5s;
  }
  main section#looks .line .trio .swiper-wrapper .swiper-slide.p3 {
    transition-delay: 0s;
  }

  footer {
    width: 100%;
    padding: 0 0 80px 0;
    margin: 0px auto;
    position: relative;
    opacity: 0;
    transition: all 0.5s ease-in 0s;
  }
  footer.on {
    opacity: 1;
  }
  footer .inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 100px 0;
  }
  footer .inner .etc {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 100px 0;
  }
  footer .inner .etc dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 48px 0;
    order: 2;
  }
  footer .inner .etc dl dt {
    width: 200px;
  }
  footer .inner .etc dl dd {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  footer .inner .etc dl dd p {
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    text-align: center;
  }
  footer .inner .etc dl dd p.cs {
    width: 150px;
    height: 23px;
    background-image: url(../images/text_comingsoon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  footer .inner .etc > figure {
    width: calc(100% - 32px);
    border-radius: 100%;
    overflow: hidden;
    order: 1;
  }
  footer .inner .wrap {
    width: calc(100% - 48px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 48px 0;
  }
  footer .inner .wrap .staff {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .inner .wrap .staff p {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 40px;
  }
  footer .inner .wrap .staff p span {
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
    text-align: left;
    white-space: nowrap;
  }
  footer .inner .wrap .staff p span:nth-child(1) {
    min-width: 120px;
  }
  footer .inner .wrap dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }
  footer .inner .wrap dl dt {
    width: 160px;
    margin-bottom: 40px;
  }
  footer .inner .wrap dl dt span {
    width: 100%;
    height: 49px;
    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;
  }
  footer .inner .wrap dl dd:not(:last-child) {
    margin-bottom: 8px;
  }
  footer .inner .wrap dl dd a {
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    transition: all 0.2s ease-in 0s;
  }
  footer .inner .wrap dl dd a:hover {
    color: #CCCCCC;
  }
  footer .inner .wrap > p {
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  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;
  }
}

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