@charset "UTF-8";

@font-face {
  font-family: "AGaramondPro";
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("../font/AGaramondPro-Regular.otf") format("opentype");
}

:root {
  --font-en: "AGaramondPro", sans-serif;
}

/* ===================
  　　各サイト対応用
=================== */
html {
  -webkit-text-size-adjust: 100%;
}

#Wrap {
  width: 100% !important;
}

#FooterWrap {
  position: relative;
  z-index: 2;
}

a:hover {
  opacity: unset;
}

#TO2024AW .pc_only {
  display: block;
}


/*--------------------------------
            アニメーション
--------------------------------*/

  .loadfade {
    opacity: 0;
    transition: opacity 1.8s;
  }

  .loadfade.active {
    opacity: 1;
  }

#TO2024AW .mv_area.loadfade {
  opacity: 0;
  animation: opa2 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
  -webkit-mask-image: linear-gradient(0deg, transparent, transparent 39.6666666667%, rgba(0, 0, 0, 0.02) 43.3333333333%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.18) 46.6666666667%, rgba(0, 0, 0, 0.32) 48.3333333333%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.68) 51.6666666667%, rgba(0, 0, 0, 0.82) 53.3333333333%, rgba(0, 0, 0, 0.92) 55%, rgba(0, 0, 0, 0.98) 56.6666666667%, #000 58.3333333333%, #000);
  mask-image: linear-gradient(0deg, transparent, transparent 39.6666666667%, rgba(0, 0, 0, 0.02) 43.3333333333%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.18) 46.6666666667%, rgba(0, 0, 0, 0.32) 48.3333333333%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.68) 51.6666666667%, rgba(0, 0, 0, 0.82) 53.3333333333%, rgba(0, 0, 0, 0.92) 55%, rgba(0, 0, 0, 0.98) 56.6666666667%, #000 58.3333333333%, #000);
  -webkit-mask-size: 100% max(300%, 100vh);
  mask-size: 100% max(300%, 100vh);
  -webkit-mask-position: center 100%;
  mask-position: center 100%;
  -webkit-mask-repeat: none;
  mask-repeat: none;
  transform: translateZ(0);
  transition: -webkit-mask-position 2s linear;
  transition: mask-position 2s linear;
  transition: mask-position 2s linear, -webkit-mask-position 2s linear;
}

#TO2024AW .mv_area.loadfade.active {
  -webkit-mask-position: center 0;
  mask-position: center 0;
}

@keyframes opa2 {
  0% {
    opacity: 0;
    filter: blur(15px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
  }
}
/*--------------------------------
            // アニメーション
--------------------------------*/


/* ==============================
            TO2024AW
============================== */
#TO2024AW {
  text-align: center;
  font-family: var(--font-en);
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
  background: url(../img/mv_pc.jpg) no-repeat;
  background-size: cover;
  padding: 19.5rem 0;
}

#TO2024AW .to_logo {
  width: 20rem;
  margin: auto;
}

#TO2024AW .aw_collection {
  margin-top: 3.5rem;
}

#TO2024AW .page_ttl {
  width: 33rem;
  margin: 5rem auto 0;
}

#TO2024AW .pae_date {
  margin-top: 9.7rem;
}

#TO2024AW .commingsoon {
  margin-top: 1rem;
  font-size: 2.2rem;
}

#TO2024AW .lineup {
  font-size: 2.4rem;
  position: relative;
  margin-top: 6rem;
  z-index: 0;
}

#TO2024AW .lineup::before {
  position: absolute;
  display: block;
  content: "";
  width: 10rem;
  height: 0.07rem;
  background: #fff;
  bottom: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

#TO2024AW .lineup a {
  color: #fff;
}



@media only screen and (min-width: 768px) and (max-width: 1600px) {
  html {
    /* font-size: 0.7142857143vw; */
    font-size: calc(10* (100vw / 1600));
  }
}


@media screen and (max-width: 768px) {
  #TO2024AW .sp_only {
    display: none;
  }

/* ==============================
            TO2024AW
============================== */
#TO2024AW {
  font-size: calc(24 *(100vw/750));
  background: url(../img/mv_sp.jpg) no-repeat;
  background-size: cover;
  padding: calc(197*(100vw / 750)) 0;
}

#TO2024AW .to_logo {
  width: calc(264 *(100vw/750));
}

#TO2024AW .aw_collection {
  font-size: calc(26 *(100vw/750));
  margin-top: calc(33*(100vw / 750));
}

#TO2024AW .page_ttl {
  width: calc(420*(100vw / 750));
  margin: calc(47*(100vw / 750)) auto 0;
}

#TO2024AW .pae_date {
  margin-top: calc(114*(100vw / 750));
}

#TO2024AW .commingsoon {
  margin-top: calc(16*(100vw / 750));
  font-size: calc(28 *(100vw/750));
}

#TO2024AW .lineup {
  font-size: calc(34 *(100vw/750));
  margin-top: calc(76*(100vw / 750));
}

#TO2024AW .lineup::before {
  width: calc(140*(100vw / 750));
  height: calc(2*(100vw / 750));
  bottom: calc(7*(100vw / 750));
}

#FooterWrap {
  margin-top: calc(-40*(100vw / 750));
}

}













