@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  position: relative;
}

html {
  overscroll-behavior: none;
  font-size: calc(100vw / 375 * 100);
  scroll-behavior: smooth !important;
  scroll-padding-top: 0px !important;
}
@media screen and (min-width: 768px) {
  html {
    font-size: min(calc(100vw / 1456 * 100), 100px);
    scroll-padding-top: 50px;
  }
}

strong {
  font-weight: 700;
}

a {
  transition: 0.3s;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  opacity: 0.6;
}

img {
  display: inline-block;
}

ul {
  list-style: none;
}

body {
  overscroll-behavior-y: none;
  font-weight: 500;
  color: white;
  background-color: black;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 150%;
  letter-spacing: 0;
  position: relative;
  will-change: top;
  -webkit-text-size-adjust: none;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 0.16rem;
  }
}
body * {
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  max-width: 100%;
  font-weight: inherit;
  color: inherit;
}

section {
  position: relative;
}

::-moz-selection {
  background: #ffffff;
  color: #000000;
}

::selection {
  background: #ffffff;
  color: #000000;
}

::-moz-selection {
  background: #ffffff;
  color: #000000;
}

figure img {
  display: block;
  width: 100%;
  height: 100%;
}

#fv-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

#fv-bg {
  position: relative;
  z-index: 2;
  min-height: 300vh;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 80vh, rgba(0, 0, 0, 0.85) 120vh, rgba(0, 0, 0, 0.85) 200vh, rgba(0, 0, 0, 0.85) 100%);
}

#fv {
  position: relative;
  height: 100vh;
}
#fv .l-logo {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  align-items: center;
  gap: 0.13rem;
}
#fv .l-logo img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: block;
}
#fv .l-logo--is {
  width: 2.53rem;
  height: 0.57rem;
}
@media screen and (min-width: 768px) {
  #fv .l-logo--is {
    width: 3.86rem;
    height: 0.87rem;
  }
}
#fv .l-logo--sf {
  width: 1.37rem;
  height: 0.18rem;
}
@media screen and (min-width: 768px) {
  #fv .l-logo--sf {
    width: 2.09rem;
    height: 0.28rem;
  }
}
#fv .l-desc {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.22rem;
  letter-spacing: 0.01em;
  font-weight: 700;
  text-align: center;
  position: absolute;
  z-index: 2;
  bottom: 16.73vh;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 768px) {
  #fv .l-desc {
    bottom: 30.59vh;
    font-size: 0.22rem;
    line-height: 0.32rem;
  }
}

#about {
  position: relaative;
  padding-bottom: 2.75rem;
}
@media screen and (min-width: 768px) {
  #about {
    padding-bottom: 2.66rem;
  }
}
#about .u-width {
  padding-top: 2.65rem;
}
@media screen and (min-width: 768px) {
  #about .u-width {
    padding-top: 2.03rem;
  }
}
#about .l-logo {
  position: absolute;
  top: 0.5rem;
  width: 100%;
  height: 3.21rem;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  #about .l-logo {
    width: 14.4rem;
    height: 8.3rem;
    top: 0.3rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
#about .l-logo::before {
  content: "";
  width: 3.23rem;
  height: 3.21rem;
  background-image: url("../img/common/loop.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  #about .l-logo::before {
    width: 8.36rem;
    height: 8.3rem;
  }
}
#about .l-logo::after {
  content: "";
  width: 3.75rem;
  height: 0.84rem;
  background-image: url("../img/common/logo_ig_hori.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0.76rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  #about .l-logo::after {
    width: 14.4rem;
    height: 3.26rem;
    top: 1.61rem;
  }
}
#about .l-heading {
  font-family: "Encode Sans", serif;
  font-size: 0.6rem;
  line-height: 0.75rem;
  letter-spacing: 0em;
  font-weight: 600;
  writing-mode: vertical-rl;
  position: absolute;
  top: 0.58rem;
  left: 0.14rem;
}
@media screen and (min-width: 768px) {
  #about .l-heading {
    font-size: 0.9rem;
    line-height: 1.13rem;
    top: 1.09rem;
    left: -0.19rem;
  }
}
#about .l-catch {
  text-align: center;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.21rem;
  line-height: 0.37rem;
  letter-spacing: 0em;
  font-weight: 700;
  margin-bottom: 0.67rem;
}
@media screen and (min-width: 768px) {
  #about .l-catch {
    font-size: 0.36rem;
    line-height: 0.6rem;
    letter-spacing: 0.05em;
    margin-bottom: 0.88rem;
  }
}
#about .l-desc {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 0.48rem;
}
@media screen and (min-width: 768px) {
  #about .l-desc {
    width: 6.67rem;
    font-size: 0.15rem;
    line-height: 0.24rem;
    margin: 0 auto 0.64rem;
  }
}
#about .l-bottom {
  width: 100%;
  position: relative;
}
#about .l-bottom::after {
  content: "";
  width: 0.025rem;
  height: 0.8rem;
  position: absolute;
  bottom: -0.4rem;
  left: 50%;
  transform: translate(-50%, 100%);
  border-left: 0.01rem solid white;
  border-top: 0.11rem solid white;
}
@media screen and (min-width: 768px) {
  #about .l-bottom::after {
    width: 0.02rem;
    height: 1.03rem;
    left: unset;
    transform: unset;
    right: 0;
    bottom: -0.11rem;
  }
}
#about .l-bottom img {
  width: 1.47rem;
  height: 0.33rem;
  margin: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  #about .l-bottom img {
    width: 1.28rem;
    height: 0.29rem;
  }
}

#series .l-heading {
  text-align: center;
  font-family: "Encode Sans", serif;
  font-size: 0.6rem;
  line-height: 0.75rem;
  letter-spacing: 0em;
  font-weight: 600;
  padding-bottom: 0.23rem;
  position: relative;
  display: block;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  #series .l-heading {
    font-size: 0.9rem;
    line-height: 1.13rem;
    padding-bottom: 0.34rem;
  }
}
#series .l-heading::after {
  content: "";
  width: 0.49rem;
  height: 0.01rem;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#another {
  padding-top: 0.81rem;
  padding-bottom: 1.46rem;
  background-image: url("../img/another/bg_sp.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #another {
    padding-top: 0.98rem;
    padding-bottom: 1.76rem;
    background-image: url("../img/another/bg_pc.webp");
  }
}
#another .l-heading {
  display: block;
  font-family: "Encode Sans", serif;
  font-size: 0.6rem;
  line-height: 0.6rem;
  letter-spacing: 0em;
  font-weight: 600;
  position: relative;
  width: 100%;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  #another .l-heading {
    font-size: 0.9rem;
    line-height: 1.13rem;
    margin-bottom: 0.68rem;
  }
}
#another .l-heading::after {
  content: "";
  width: 0.69rem;
  height: 0.025rem;
  border-left: 0.11rem solid white;
  border-bottom: 0.025rem solid white;
  position: absolute;
  bottom: 0.1rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  #another .l-heading::after {
    width: 1.03rem;
    height: 0.02rem;
    bottom: 0.21rem;
  }
}
#another .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #another .l-container {
    gap: 0.6rem;
    width: 8.91rem;
    margin-left: 1.19rem;
  }
}
#another .l-container .l-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #another .l-container .l-wrapper {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  #another .l-container .l-wrapper {
    gap: 0.59rem;
  }
}
#another .l-container .l-wrapper .l-image {
  width: 3.25rem;
  height: 2.16rem;
}
@media screen and (min-width: 768px) {
  #another .l-container .l-wrapper .l-image {
    width: 3.63rem;
    height: 2.42rem;
    flex: none;
  }
}
#another .l-container .l-wrapper .l-text {
  display: flex;
  flex-direction: column;
  gap: 0.26rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #another .l-container .l-wrapper .l-text {
    gap: 0.24rem;
  }
}
#another .l-container .l-wrapper .l-text h3 {
  display: flex;
  gap: 0.1rem;
  align-items: center;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #another .l-container .l-wrapper .l-text h3 {
    gap: 0.22rem;
    font-size: 0.2rem;
    line-height: 0.29rem;
  }
}
#another .l-container .l-wrapper .l-text h3::before {
  content: "";
  width: 0.02rem;
  height: 0.17rem;
  background-color: #939393;
  display: block;
}
@media screen and (min-width: 768px) {
  #another .l-container .l-wrapper .l-text h3::before {
    width: 0.12rem;
    height: 0.02rem;
  }
}
#another .l-container .l-wrapper .l-text p {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #another .l-container .l-wrapper .l-text p {
    font-size: 0.15rem;
    line-height: 0.24rem;
  }
}

#instagram {
  background-color: black;
  padding-top: 0.9rem;
  padding-bottom: 1.1rem;
  overflow-x: hidden;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #instagram {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
}
#instagram .l-heading {
  text-align: center;
  font-family: "Encode Sans", serif;
  font-size: 0.4rem;
  line-height: 0.5rem;
  letter-spacing: 0em;
  font-weight: 600;
  padding-bottom: 0.27rem;
  position: relative;
  display: block;
  margin-bottom: 0.51rem;
}
@media screen and (min-width: 768px) {
  #instagram .l-heading {
    font-size: 0.5rem;
    line-height: 0.64rem;
    padding-bottom: 0.42rem;
  }
}
#instagram .l-heading::after {
  content: "";
  width: 0.49rem;
  height: 0.01rem;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#instagram .l-slider {
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #instagram .l-slider {
    margin-bottom: 0.79rem;
  }
}
#instagram .l-slider .swiper-wrapper {
  height: 1.35rem;
  transition-timing-function: linear !important;
}
@media screen and (min-width: 768px) {
  #instagram .l-slider .swiper-wrapper {
    height: 20vw;
  }
}
#instagram .l-slider .swiper-wrapper .swiper-slide {
  max-height: 100%;
  aspect-ratio: 1/1;
  transition: 0.3s;
}
#instagram .l-slider .swiper-wrapper .swiper-slide:hover {
  opacity: 0.7;
}
#instagram .l-slider .swiper-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
}
#instagram .c-btn--arrow--round {
  margin: auto;
}

#contact {
  background-color: black;
  padding-top: 1.1rem;
  padding-bottom: 1.38rem;
  border-top: 0.01rem solid #434343;
  border-bottom: 0.01rem solid #434343;
}
#contact .l-heading {
  text-align: center;
  font-family: "Encode Sans", serif;
  font-size: 0.6rem;
  line-height: 0.75rem;
  letter-spacing: 0em;
  font-weight: 600;
  padding-bottom: 0.23rem;
  position: relative;
  display: block;
  margin-bottom: 0.51rem;
}
@media screen and (min-width: 768px) {
  #contact .l-heading {
    font-size: 0.9rem;
    line-height: 1.13rem;
    padding-bottom: 0.34rem;
  }
}
#contact .l-heading::after {
  content: "";
  width: 0.49rem;
  height: 0.01rem;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#contact .l-desc {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.51rem;
}
@media screen and (min-width: 768px) {
  #contact .l-desc {
    margin-bottom: 0.56rem;
  }
}
#contact .c-btn--arrow {
  width: 2.98rem;
  height: 0.78rem;
  margin: auto;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.22rem;
  letter-spacing: 0em;
  font-weight: 500;
  padding-right: 0.1rem;
}
@media screen and (min-width: 768px) {
  #contact .c-btn--arrow {
    width: 4.16rem;
    height: 0.78rem;
  }
}
#contact .c-btn--arrow::after {
  right: 0.26rem;
}

#wpadminbar {
  display: none;
}
@media screen and (min-width: 768px) {
  #wpadminbar {
    display: flex;
  }
}

.p-body {
  background-color: black;
  background-image: url("../img/bg/bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.p-header {
  z-index: 10000;
  width: 100%;
  height: 0.63rem;
  position: fixed;
  top: 0;
  left: 0;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.24rem;
  line-height: 0.35rem;
  letter-spacing: 0em;
  font-weight: 400;
  transition: 0.6s;
  animation: header-appear 0.3s forwards 0.5s;
}
@media screen and (min-width: 768px) {
  .p-header {
    z-index: 1000;
    height: 1.23rem;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    padding-top: 0.34rem;
  }
}
.p-header__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 1.96rem;
  height: 0.24rem;
  position: fixed;
  top: 0.15rem;
  left: 0.16rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    align-items: flex-start;
    width: 2.85rem;
    height: 0.38rem;
    position: relative;
    top: unset;
    left: unset;
  }
}
.p-header__logo h1 {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__logo h1 {
    transform: unset;
    bottom: -0.34rem;
    left: unset;
    right: calc(50% + 4.63rem);
  }
}
.p-header__logo h1 span {
  display: none;
}
.p-header__logo h1 img {
  display: block;
  transition: 0.3s;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
  width: 100%;
  height: 100%;
}
.p-header__sns {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__sns {
    display: flex;
    align-items: baseline;
    gap: 0.23rem;
    position: fixed;
    top: 0.42rem;
    right: 1.2rem;
    transition: 0.3s;
    filter: var(--f-color);
  }
}
.p-header__sns [href*="facebook.com"] {
  display: flex;
}
.p-header__sns [href*="facebook.com"]::before {
  content: "";
  width: 0.24rem;
  height: 0.24rem;
  background-image: url("../img/common/icon_facebook.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-header__sns [href*="facebook.com"]::before {
    width: 0.27rem;
    height: 0.27rem;
  }
}
.p-header__sns [href*="instagram.com"] {
  display: flex;
}
.p-header__sns [href*="instagram.com"]::before {
  content: "";
  width: 0.22rem;
  height: 0.22rem;
  background-image: url("../img/common/icon_instagram.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-header__sns [href*="instagram.com"]::before {
    width: 0.25rem;
    height: 0.25rem;
  }
}
.p-header__sns [href*="x.com"] {
  display: flex;
}
.p-header__sns [href*="x.com"]::before {
  content: "";
  width: 0.22rem;
  height: 0.22rem;
  background-image: url("../img/common/icon_x.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-header__sns [href*="x.com"]::before {
    width: 0.24rem;
    height: 0.24rem;
  }
}
.p-header__container {
  position: relative;
  z-index: 50;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__container {
    display: flex;
    width: 100%;
    padding-left: 0.37rem;
    padding-right: 0.44rem;
    box-shadow: unset;
    justify-content: space-between;
  }
}
.p-header__pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__pc {
    display: flex;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 0.05rem;
    align-items: center;
    justify-conntent: flex-end;
    gap: 0.52rem;
  }
}
.p-header__pc--nav {
  display: flex;
  gap: 0.4rem;
  font-family: "Encode Sans", serif;
  font-size: 0.16rem;
  line-height: 0.23rem;
  letter-spacing: 0em;
  font-weight: 600;
}
.p-header__pc--nav a {
  position: relative;
  display: block;
  white-space: nowrap;
}
.p-header__pc--nav a:hover {
  opacity: 1;
}
.p-header__pc--nav a:hover::before {
  transform: scale(1, 1);
  content: "";
  -webkit-transform-origin: left top;
  ransform-origin: left top;
  transform: scale(1, 1);
}
.p-header__pc--nav a::before {
  content: "";
  width: 100%;
  height: 0.015rem;
  position: absolute;
  bottom: -0.02rem;
  left: 0;
  transform: scale(0, 1);
  transform-origin: left center;
  display: block;
  position: absolute;
  bottom: -0.02rem;
  left: 0;
  width: 100%;
  height: 2px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.p-header__pc--direction {
  display: flex;
  height: 100%;
  align-items: center;
}
.p-header__pc--direction .c-btn--arrow {
  width: 1.64rem;
  height: 0.36rem;
}
.p-header__nav {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  color: white;
  transform: translateX(100%);
  transition: 0.3s;
  padding-top: 1.16rem;
  padding-left: 0.39rem;
  padding-right: 0.39rem;
  padding-bottom: 1rem;
  overflow-y: scroll;
  overflow-x: hidden;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    display: none;
  }
}
.p-header__nav::before {
  content: "";
  width: 5.46rem;
  height: 5.4rem;
  position: absolute;
  top: 0.06rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../img/common/loop.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-header__nav::after {
  content: "";
  width: 2.04rem;
  height: 1.41rem;
  position: absolute;
  top: 2.94rem;
  right: 0;
  background-image: url("../img/common/logo_ig_large.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-header__nav--container {
  display: flex;
  flex-direction: column;
  flex: none;
  max-height: unset;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  position: relative;
  z-index: 2;
}
.p-header__nav--logo {
  display: block;
  width: 1.96rem;
  height: 0.24rem;
  position: absolute;
  top: 0.16rem;
  left: 0.16rem;
}
.p-header__nav--logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-header__nav--link {
  display: flex;
  align-items: center;
  gap: 0.18rem;
  margin-bottom: 0.32rem;
  width: 100%;
  align-items: cnter;
}
@media screen and (min-width: 768px) {
  .p-header__nav--link {
    margin-top: unset;
    margin-bottom: 0.32rem;
    gap: 0.26rem;
    padding-bottom: unset;
    border: unset;
    padding-top: 0.23rem;
    margin-bottom: 0.25rem;
    height: unset;
  }
}
.p-header__nav--link a {
  font-family: "Encode Sans", serif;
  font-size: 0.18rem;
  line-height: 0.23rem;
  letter-spacing: 0em;
  font-weight: 600;
}
.p-header__nav--link [href*="instagram.com"] {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.p-header__nav--link [href*="instagram.com"]::before {
  content: "";
  width: 0.22rem;
  height: 0.22rem;
  background-image: url("../img/common/icon_instagram.svg");
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
  display: block;
}
@media screen and (min-width: 768px) {
  .p-header__nav--link [href*="instagram.com"]::before {
    width: 0.25rem;
    height: 0.25rem;
  }
}
.p-header__nav--list {
  display: flex;
  flex-direction: column;
  width: 100%;
  float: left;
  gap: 0.29rem;
  padding-left: 0.03rem;
  margin-bottom: 1.12rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav--list {
    gap: 0rem;
    margin-bottom: 0.68rem;
  }
}
.p-header__nav--list li {
  font-family: "Encode Sans", serif;
  font-size: 0.18rem;
  line-height: 0.23rem;
  letter-spacing: 0em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-header__nav--list li {
    font-size: 0.19rem;
    line-height: 0.5rem;
  }
}
.p-header__nav--list [href*="instagram.com"] {
  display: flex;
  margin-top: 0.07rem;
  width: -moz-fit-content;
  width: fit-content;
}
.p-header__nav--list [href*="instagram.com"]::before {
  content: "";
  width: 0.24rem;
  height: 0.24rem;
  background-image: url("../img/common/icon_instagram.svg");
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
  display: block;
}
@media screen and (min-width: 768px) {
  .p-header__nav--list [href*="instagram.com"]::before {
    width: 0.25rem;
    height: 0.25rem;
  }
}
.p-header__nav--info {
  margin-top: 0.29rem;
}
.p-header__nav--info strong {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.21rem;
  letter-spacing: 0em;
  font-weight: 700;
  margin-bottom: 0.08rem;
  display: block;
}
.p-header__nav--info span {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 500;
}
.p-header__nav--box {
  position: fixed;
  z-index: 100001;
  top: 0.23rem;
  right: 0.21rem;
  width: 0.27rem;
  height: 0.17rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-header__nav--box {
    display: none;
  }
}
.p-header__nav--box--check {
  display: none;
}
.p-header__nav--box--check:checked ~ .p-header__nav {
  transform: translateX(0);
}
.p-header__nav--box--check:checked ~ .p-header__nav--bg {
  pointer-events: all;
  opacity: 1;
}
.p-header__nav--box--check:checked ~ .p-header__nav--box {
  --color: #ffffff !important;
  --f-color: brightness(0) invert(1) !important;
}
.p-header__nav--box--check:checked ~ .p-header__nav--box::after {
  opacity: 0;
}
.p-header__nav--box--check:checked ~ .p-header__nav--box .p-header__nav--box--line:nth-of-type(1) {
  transform: translateY(-50%) rotate(28.05deg);
}
.p-header__nav--box--check:checked ~ .p-header__nav--box .p-header__nav--box--line:nth-of-type(2) {
  opacity: 0;
}
.p-header__nav--box--check:checked ~ .p-header__nav--box .p-header__nav--box--line:nth-of-type(3) {
  transform: translateY(-50%) rotate(-28.05deg);
}
.p-header__nav--box--line {
  position: absolute;
  z-index: 1;
  top: 50%;
  transition: 0.3s;
  width: 100%;
  height: 0.02rem;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .p-header__nav--box--line {
    height: 0.02rem;
  }
}
.p-header__nav--box--line:nth-of-type(1) {
  transform: translateY(calc(-0.07rem - 50%));
}
.p-header__nav--box--line:nth-of-type(2) {
  transform: translateY(-50%);
}
.p-header__nav--box--line:nth-of-type(3) {
  transform: translateY(calc(0.07rem - 50%));
}

.p-footer {
  position: relative;
  z-index: 500;
  width: 100%;
  background-color: #000000;
  padding-top: 1.05rem;
  padding-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 1.1rem;
    padding-bottom: 0.3rem;
  }
}
.p-footer__container {
  padding-left: 0.38rem;
  padding-right: 0.38rem;
  margin-bottom: 0.53rem;
  display: flex;
  flex-direction: column;
  gap: 0.63rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-footer__container {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    width: 10.8rem;
    margin: auto;
    margin-bottom: 1.25rem;
    padding-left: unset;
    padding-right: unset;
  }
}
.p-footer__top {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-footer__top {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-footer__bottom {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-footer__logo {
  width: 2.11rem;
  height: 0.72rem;
  margin: auto;
  margin-bottom: 0.4rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    width: 2.42rem;
    height: 0.83rem;
    margin-left: 0.57rem;
    margin-bottom: 0.78rem;
    margin-right: unset;
  }
}
.p-footer__logo img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.p-footer__catch {
  text-align: center;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.17rem;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-footer__catch {
    text-align: left;
  }
}
.p-footer__menu {
  display: flex;
  flex-direction: column;
  gap: 0.19rem;
  align-items: flex-start;
  font-family: "Encode Sans", serif;
  font-size: 0.18rem;
  line-height: 0.23rem;
  letter-spacing: 0em;
  font-weight: 600;
  margin-bottom: 0.28rem;
}
@media screen and (min-width: 768px) {
  .p-footer__menu {
    flex-direction: row;
    gap: 0.4rem;
    margin-bottom: 0.28rem;
  }
}
.p-footer__menu a {
  width: -moz-fit-content;
  width: fit-content;
}
.p-footer__sns {
  display: flex;
  gap: 0.3rem;
  margin-bottom: 0.61rem;
}
@media screen and (min-width: 768px) {
  .p-footer__sns {
    justify-content: flex-end;
    margin-bottom: 0.33rem;
  }
}
.p-footer__sns a {
  display: block;
}
.p-footer__sns a[href*="instagram.com"] {
  width: 0.22rem;
  height: 0.23rem;
  background-image: url("../img/common/icon_instagram.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-footer__company {
  display: flex;
  flex-direction: column;
  gap: 0.32rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-footer__company {
    flex-direction: row;
    gap: 0.45rem;
    align-items: center;
  }
}
.p-footer__company .c-btn--arrow {
  width: 2.98rem;
  height: 0.59rem;
}
@media screen and (min-width: 768px) {
  .p-footer__company .c-btn--arrow {
    width: 2.4rem;
  }
}
.p-footer__info {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  align-items: flex-start;
}
.p-footer__info strong {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.21rem;
  letter-spacing: 0em;
  font-weight: 700;
}
.p-footer__info span {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 500;
}
.p-footer__copyright {
  font-family: "Manrope", "Encode Sans", serif;
  text-align: center;
}

.p-work {
  padding-top: 0.7rem;
  padding-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-work__container {
    display: flex;
    justify-content: space-between;
  }
}
.p-work__image {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-work__image {
    display: flex;
    flex: none;
    gap: 0.58rem;
  }
}
.p-work__image--number {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: center;
  font-family: "Encode Sans", serif;
  font-size: 0.49rem;
  line-height: 0.61rem;
  letter-spacing: 0.07em;
  font-weight: 600;
  padding-bottom: 0.14rem;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
.p-work__image--number::before {
  content: "Series";
  font-family: "Encode Sans", serif;
  font-size: 0.2rem;
  line-height: 0.25rem;
  letter-spacing: 0em;
  font-weight: 600;
}
.p-work__image--number::after {
  content: "";
  width: 0.48rem;
  height: 0.01rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #986900;
  display: block;
}
.p-work__image--main {
  width: 3.89rem;
  height: 5.49rem;
  border: 0.01rem solid #2B2B2B;
}
.p-work__text {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-work__text {
    width: 4.86rem;
    flex: none;
  }
}
.p-work__text #logo-melodic {
  width: 1.44rem;
  height: 1.71rem;
  margin-bottom: 0.7rem;
}
@media screen and (min-width: 768px) {
  .p-work__text #logo-melodic {
    width: 1.8rem;
    height: 2.14rem;
    margin-bottom: 0.61rem;
  }
}
.p-work__text #logo-blooming {
  width: 1.44rem;
  height: 1.8rem;
  margin-bottom: 0.62rem;
}
@media screen and (min-width: 768px) {
  .p-work__text #logo-blooming {
    width: 1.86rem;
    height: 2.33rem;
    margin-bottom: 0.47rem;
  }
}
.p-work__text #logo-harmony {
  width: 1.63rem;
  height: 1.79rem;
  margin-bottom: 0.61rem;
}
@media screen and (min-width: 768px) {
  .p-work__text #logo-harmony {
    width: 2.05rem;
    height: 2.25rem;
    margin-bottom: 0.49rem;
  }
}
.p-work__text--image {
  border: 0.01rem solid #2B2B2B;
  width: 2.71rem;
  height: 3.82rem;
  margin-bottom: 0.69rem;
}
@media screen and (min-width: 768px) {
  .p-work__text--image {
    display: none;
  }
}
.p-work__text--content {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 0.7rem;
}
@media screen and (min-width: 768px) {
  .p-work__text--content {
    margin-bottom: unset;
    margin-bottom: auto;
  }
}
.p-work__text .c-btn--arrow--round {
  margin-top: 0.2rem;
}

.c-bg--white {
  background-color: #ffffff;
  width: 100%;
}

.c-desc {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 40000;
}
@media screen and (min-width: 768px) {
  .c-desc {
    font-size: 0.16rem;
    line-height: 0.28rem;
    letter-spacing: 0.05em;
  }
}

.c-full {
  max-width: unset;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .c-full {
    transform: unset;
    left: unset;
    position: initial;
    width: auto;
    max-width: 100%;
  }
}

.c-overflow {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}
@media screen and (min-width: 768px) {
  .c-overflow {
    overflow-x: initial;
    padding-bottom: unset;
  }
}
.c-overflow > * {
  max-width: unset;
  width: -moz-fit-content;
  width: fit-content;
  height: unset;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start;
  padding-bottom: 0.1rem;
}
@media screen and (min-width: 768px) {
  .c-overflow > * {
    padding-bottom: unset;
  }
}

.c-btn, .c-btn--arrow, .c-btn--arrow--round {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.35rem;
  height: 0.6rem;
  color: white;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 700;
  border-radius: 0.04rem;
  border: 0.015rem solid white;
  transition: 0.3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.c-btn--arrow i, .c-btn--arrow--round i {
  font-family: "Encode Sans", serif;
  font-size: 0.14rem;
  line-height: 0.17rem;
  letter-spacing: 0.01em;
  font-weight: 600;
  font-style: normal;
}
.c-btn--arrow::after, .c-btn--arrow--round::after {
  content: "";
  width: 0.05rem;
  height: 0.08rem;
  background-image: url("../img/common/arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0.26rem;
  transform: translateY(-50%);
}
.c-btn--arrow--round {
  border-radius: 1rem;
  width: 2.54rem;
  height: 0.56rem;
}

.c-video {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-video {
    height: 20rem;
    margin-top: -11.1111111111vw;
    margin-bottom: -31.25vw;
  }
}
.c-video--wrapper {
  width: 100%;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 768px) {
  .c-video--wrapper {
    position: sticky;
    top: calc(50% - -0.01rem);
    transform: translateY(-50%);
    margin-top: 50%;
    max-height: 100vh;
  }
}
.c-video--content {
  position: relative;
  width: 100%;
  height: 100%;
}
.c-video--main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-video--title {
  position: absolute;
  top: -0.28rem;
  left: 0.25rem;
  transform: translateY(-100%);
  display: flex;
}
@media screen and (min-width: 768px) {
  .c-video--title {
    transform: unset;
    top: 0.61rem;
    left: 0.75rem;
    z-index: 2;
  }
}
.c-video--title span {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: center;
  font-family: "Encode Sans", serif;
  font-size: 0.27rem;
  line-height: 0.34rem;
  letter-spacing: 0.07em;
  font-weight: 600;
  padding-right: 0.16rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-video--title span {
    font-size: 0.49rem;
    line-height: 0.61rem;
    padding-right: 0.31rem;
  }
}
.c-video--title span::before {
  content: "Series";
  font-family: "Encode Sans", serif;
  font-size: 0.12rem;
  line-height: 0.15rem;
  letter-spacing: 0em;
  font-weight: 600;
  margin-bottom: -0.02rem;
}
@media screen and (min-width: 768px) {
  .c-video--title span::before {
    font-size: 0.2rem;
    line-height: 0.25rem;
    margin-bottom: -0.04rem;
  }
}
.c-video--title span::after {
  content: "";
  width: 0.02rem;
  height: 0.35rem;
  background-color: white;
  position: absolute;
  top: 0.05rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .c-video--title span::after {
    height: 0.64rem;
    top: 0.07rem;
  }
}
.c-video--title h3 {
  padding-left: 0.13rem;
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .c-video--title h3 {
    gap: 0.06rem;
    padding-left: 0.31rem;
  }
}
.c-video--title h3 strong {
  font-family: "Encode Sans", serif;
  font-size: 0.22rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-video--title h3 strong {
    font-size: 0.39rem;
    line-height: 0.49rem;
  }
}
.c-video--title h3 small {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-video--title h3 small {
    font-size: 0.14rem;
    line-height: 0.2rem;
  }
}

.u-width, .u-width--335-1280, .u-width--325-1080 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .u-width, .u-width--335-1280, .u-width--325-1080 {
    padding: 0;
    width: 10.8rem;
    padding-left: unset;
    padding-right: unset;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .u-width--335-1280 {
    width: 12.8rem;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
.swiper {
  opacity: 0;
  transition: 0.3s opacity ease;
  transition-delay: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.swiper.swiper-initialized {
  opacity: 1;
}

.swiper-warpper {
  transition-timing-function: linear;
}

[class^=simplebar] {
  max-width: unset;
}

.simplebar-track {
  background: #ACACAC !important;
  height: 0.08rem !important;
  width: 3.25rem;
  left: 50% !important;
  transform: translateX(-50%);
  border-radius: 0.1rem;
  overflow: hidden;
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  .simplebar-track {
    display: none;
  }
}

.simplebar-scrollbar {
  min-height: 0.08rem;
  background: transprarent !important;
  border-radius: 0.1rem;
}
.simplebar-scrollbar::before {
  height: 0.06rem;
  top: 0.01rem !important;
  z-index: 10;
  background: #626161 !important;
  opacity: 1 !important;
}

.simplebar-wrapper {
  position: relative;
}
.simplebar-wrapper::after {
  content: "";
  width: 1.5rem;
  height: 1.19rem;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../img/common/scroll.webp");
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
  transition-delay: 0.5s;
}
@media screen and (min-width: 768px) {
  .simplebar-wrapper::after {
    content: unset;
  }
}

.simplebar-scrolled::after {
  opacity: 0;
}

.js-fade {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  pointer-events: none;
  opacity: 0;
}
.js-fade--active {
  animation: fade-appear 0.5s forwards;
}

@keyframes fade-appear {
  0% {
    opacity: 0;
    transform: translateY(0.2rem);
    filter: blur(0.02rem);
  }
  100% {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
    filter: blur(0);
  }
}
.js-hover--zoomin {
  overflow: hidden;
}
.js-hover--zoomin img {
  transition: 1s;
}
.js-hover--zoomin:hover img {
  transform: scale(1.1);
}

.js-fv #fv-animation1 {
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  animation: 3s 0.2s forwards fv-width;
}
.js-fv #fv-animation2 {
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  animation: 3s 1s forwards fv-width;
}
.js-fv #fv-animation3 {
  opacity: 0;
  transform: translateY(0.5rem);
  animation: 1s 1.5s forwards fv-fade-up;
}
.js-fv #fv-animation4 {
  opacity: 0;
  transform: translateY(0.5rem);
  animation: 1s 2s forwards fv-fade-up;
}

@keyframes fv-width {
  0% {
    max-width: 0;
    opacity: 1;
  }
  100% {
    max-width: 100%;
    opacity: 1;
  }
}
@keyframes fv-fade-up {
  0% {
    opacity: 0;
    transform: translateY(0.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-load {
  position: fixed;
  z-index: 1000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 2s;
}
.js-load--hidden {
  opacity: 0;
  pointer-events: none;
  transition-delay: 3s;
}
.js-load__logo {
  width: 1.45rem;
  height: 1.87rem;
  opacity: 0;
  background-image: url("../img/common/logo_v.svg");
  background-size: contain;
  background-repeat: no-repeat;
  animation: 2s 1s forwards js-load-logo;
}

@keyframes js-load-logo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */