@import url("https://use.typekit.net/eyo0dij.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.css");
html, body {
  width: 100%;
  height: auto;
}

body {
  height: 100%;
  left: 0px;
  top: 0px;
  margin: 0;
}

a:hover, a:active, a.active {
  color: rgb(113, 112, 112);
}

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

a {
  color: unset;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

/*all*/
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.posR {
  position: relative;
}

.posA {
  position: absolute;
}

.invisible {
  visibility: hidden;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadein {
  opacity: 0;
  transform: translate(0, 0px);
  transition: all 0.8s ease;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -7%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-15%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(15%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 15%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/*loader*/
body.loaded {
  position: static;
  overflow: scroll;
}

body.looking {
  overflow: hidden;
}

body.looking .sec {
  pointer-events: none;
}

#loader {
  width: 100%;
  height: 100vh;
  background-color: black;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 999999;
  transition: all 1s ease-in-out 0.5s;
}

#loader.complete {
  opacity: 0;
  pointer-events: none;
}

#loader .load .js_logo {
  width: 200px;
}

@media screen and (max-width: 768px) {
  #loader .load .js_logo {
    width: 150px;
    margin-top: 50px;
  }
}
#loader .load div:nth-of-type(2) {
  padding-top: 30px;
  color: black;
  animation: flash 1s linear infinite;
  text-align: center;
}

@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
/*gsap*/
.text-bottom {
  bottom: 0;
  font-size: 3vw;
  position: absolute;
}

.side-scroll {
  height: 100vh;
  display: flex;
  flex-wrap: nowrap;
}

.side-scroll-container {
  align-items: center;
  display: flex;
  height: 100vh;
  margin-inline: auto;
  overflow: hidden;
}

.side-scroll-list {
  display: flex;
  height: 100%;
}

.side-scroll-item {
  width: 100%;
  height: 100vh;
  position: relative;
}

#side01, #side02 {
  width: 300%;
}

#side03 {
  width: 200%;
}

#contentsAll {
  overflow: hidden;
}

/*font*/
.fontE1 {
  font-family: "ambroise-std", serif;
  font-weight: 400;
  font-style: normal;
}

.fontE1-1 {
  font-family: "baltica-extra-condensed", serif;
  font-weight: 400;
  font-style: normal;
}

.fontE1-2 {
  font-family: "scotch-display-compressed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fontE1-3 {
  font-family: "scotch-display-compressed", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.fontE2 {
  font-family: "petersburg-web", serif;
  font-weight: 400;
  font-style: normal;
}

.fontJ {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
}

.sticky_wrap {
  position: relative;
}

.sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  width: 100%;
  transform: translateZ(1px);
  background-color: black;
}

/*kv*/
#contentsAll .kv {
  width: 100%;
  margin: 0;
}
@media (max-width: 768px) {
  #contentsAll .kv {
    top: 0;
  }
}
#contentsAll .kv .tle {
  width: 100%;
  color: white;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#contentsAll .kv .tle p:first-of-type {
  font-size: 155px;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  #contentsAll .kv .tle p:first-of-type {
    font-size: 46px;
  }
}
#contentsAll .kv .tle p:last-of-type {
  font-size: 70px;
}
@media (max-width: 768px) {
  #contentsAll .kv .tle p:last-of-type {
    font-size: 21px;
  }
}
#contentsAll .lead {
  width: 100%;
  height: 150vh;
  background-image: url(https://feature-tool.bcg.staff-start.com/assets/uploads/202401/4ca32e3c-2d18-4a1d-a312-55218b2bc661/assets/img/kv.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 768px) {
  #contentsAll .lead {
    top: 0;
    height: 55vh;
  }
}
#contentsAll .lead::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.578);
  z-index: 2;
  width: 100%;
  height: 100%;
}
#contentsAll .lead-tle {
  transform: scaleY(-1);
  font-size: 187px;
  margin: 0 0 auto auto;
  position: relative;
  z-index: 5;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 120px;
}
@media (max-width: 768px) {
  #contentsAll .lead-tle {
    margin: 0 0 auto auto;
    font-size: 55px;
    line-height: 35px;
  }
}
#contentsAll .lead .flex {
  align-items: flex-end;
  width: 100%;
  margin: 45% auto 0 auto;
  position: relative;
  z-index: 5;
  flex-direction: column-reverse;
}
@media (max-width: 768px) {
  #contentsAll .lead .flex {
    margin: 30% auto 0 auto;
    flex-direction: row;
  }
}
#contentsAll .lead .flex .txt-left {
  font-size: 57px;
  rotate: 90deg;
  margin: 24% auto 0 -42%;
  position: relative;
  width: 100%;
  line-height: 0;
}
@media (max-width: 768px) {
  #contentsAll .lead .flex .txt-left {
    font-size: 17px;
    margin: auto 5% -68% -42%;
    line-height: 1;
  }
}
#contentsAll .lead .flex .txt-left::after {
  display: block;
  content: "";
  position: absolute;
  height: 1px;
  width: 90vh;
  background-color: black;
  top: -7vw;
  right: 74vw;
}
@media (max-width: 768px) {
  #contentsAll .lead .flex .txt-left::after {
    top: -5vw;
    right: 70vw;
    height: 1px;
    width: 60vh;
  }
}
#contentsAll .lead .flex .txt-right {
  font-size: 29px;
  width: 100%;
  margin: auto 0 0 auto;
  box-sizing: border-box;
  line-height: 31px;
  padding-left: 20%;
}
@media (max-width: 768px) {
  #contentsAll .lead .flex .txt-right {
    font-size: 14px;
    margin: auto 0 0 auto;
  }
}

/*contents*/
#contentsAll .sml {
  width: 100vw;
  height: 100%;
  margin: 0;
}
#contentsAll .sml .itemm {
  font-family: "alternate-gothic-no-2-d", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 19px;
}
@media (max-width: 768px) {
  #contentsAll .sml .itemm {
    font-size: 13px;
  }
}
#contentsAll .sml .plus {
  cursor: pointer;
  position: absolute;
  bottom: 13px;
  right: 13px;
  width: 30px;
  height: 30px;
  z-index: 200;
}
#contentsAll .sml .plus::before {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1px;
  height: 100%;
}
#contentsAll .sml .plus::after {
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
  height: 1px;
}
#contentsAll .sml .plus::before, #contentsAll .sml .plus::after {
  content: "";
  transition: 0.6s all 0s ease;
  position: absolute;
  background: #fff;
}
#contentsAll .sml .plus.on::before {
  opacity: 0;
}
#contentsAll .sml .plus.on::after {
  background: #fff;
}
#contentsAll .sml .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.463);
  line-height: 2;
  z-index: 100;
  opacity: 0;
  transition: 0.4s all 0s ease;
}
#contentsAll .sml .cover.active {
  display: block;
  opacity: 1;
}
#contentsAll .sml .cover .itemm {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 80%;
}
@media (max-width: 768px) {
  #contentsAll .sml .cover .itemm {
    left: 5%;
    width: 90%;
    height: auto;
    overflow: scroll;
    bottom: 30px;
  }
}
#contentsAll .sml .active .slidein {
  transform: translate(0);
  opacity: 1;
}
#contentsAll .sml .active .slidein_inner {
  transform: translate(0);
  opacity: 1;
}
#contentsAll .sml .slidein_inner {
  display: block;
  transform: translate(0, -100%);
  transition: 0.6s all 0s ease;
}
#contentsAll .sml .cover .itemm div {
  margin-bottom: 10px;
  position: relative;
  color: white;
  font-size: 25px;
}
@media (max-width: 768px) {
  #contentsAll .sml .cover .itemm div {
    font-size: 13px;
  }
}
#contentsAll .sml .cover .itemm div a::after {
  display: inline-block;
  content: "BUY";
  margin-left: 15px;
  text-decoration: underline;
  text-underline-offset: 5px;
}
#contentsAll .sml .cover .itemm div div.aftN a::after {
  display: none;
}
#contentsAll .colL {
  background-color: #787498;
}
#contentsAll .colB {
  background-color: #9FB5D9;
}
#contentsAll .colYl {
  background-color: #FED75E;
}
#contentsAll .lastsec {
  background-color: #363636;
  color: white;
  padding: 15% 0 5% 0;
  text-align: center;
}
#contentsAll .lastsec .stcr {
  font-size: 15px;
  line-height: 32px;
}
@media (max-width: 768px) {
  #contentsAll .lastsec .stcr {
    font-size: 13px;
    line-height: 30px;
  }
}
#contentsAll .lastsec a.ins {
  width: 5%;
  margin: 10% auto;
  display: block;
}
@media (max-width: 768px) {
  #contentsAll .lastsec a.ins {
    width: 11%;
  }
}
#contentsAll .lastsec a.shoppg {
  font-size: 17px;
  border: 1px solid white;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 0 auto 15% auto;
  display: block;
  transition: background-color 0.3s linear;
  padding: 1% 2%;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
}
#contentsAll .lastsec a.shoppg:hover {
  background-color: white;
  color: #363636;
}
@media (max-width: 768px) {
  #contentsAll .lastsec a.shoppg {
    padding: 2% 4%;
  }
}
#contentsAll .lastsec .copybcs {
  font-size: 11px;
}

.sml3-1, .sml3-2 {
  background-color: #787498;
}

.delay1 {
  animation-delay: 0.3s;
}/*# sourceMappingURL=style.css.map */