@charset "UTF-8";
/* -------------------------------- */
/*	common
/* -------------------------------- */
::-moz-selection {
  background: #001eff;
  color: #fff;
}
::selection {
  background: #001eff;
  color: #fff;
}

/* for Firefox */
::-moz-selection {
  background: #001eff;
  color: #fff;
}

html {
  background-color: #fff;
  font-family: proxima-nova, heisei-kaku-gothic-std, sans-serif;
  font-weight: 500;
  line-height: 1.3;
  font-size: 14px;
  letter-spacing: 0.05rem;
}

main {
  text-align: center;
}

a {
  display: block;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

/* -------------------------------- */
/*	layout
/* -------------------------------- */
img, video {
  width: 100%;
  vertical-align: bottom;
  pointer-events: none;
  touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body {
  position: relative;
}

.mtXS {
  margin-top: 0.5rem;
}

.mtS {
  margin-top: 1.25rem;
}

.mtM {
  margin-top: 2rem;
}

.mtL {
  margin-top: 3rem;
}

.mtXL {
  margin-top: 4rem;
}

/* -----	mv ----- */
.ph {
  position: relative;
}
.phKiri {
  mix-blend-mode: multiply;
  z-index: 1;
}
.phMain {
  z-index: 2;
}
.ph img {
  position: absolute;
  top: 0;
  left: 0;
}

.contents {
  position: relative;
}

main::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100lvh;
  background-image: url("../imgs/bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.mv {
  position: relative;
  width: 100%;
  height: 100lvh;
}
.mv h1 {
  width: 84.1333333333vw;
  margin: 0 auto;
  position: absolute;
  top: 13lvh;
  left: 0;
  right: 0;
  z-index: 5;
}
.mv .ph {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
  transition: position 0.3s ease;
}
.mv .ph img {
  position: absolute;
  top: 0;
  height: 100lvh;
  -o-object-fit: cover;
  object-fit: cover;
}
.mv .mvBlue {
  width: 100%;
  height: 100lvh;
  background: rgba(0, 30, 255, 0.8);
  z-index: 4;
  position: relative;
  /* マスクの適用 */
  -webkit-mask-image: linear-gradient(#000, #000), url("../imgs/star.svg");
  mask-image: linear-gradient(#000, #000), url("../imgs/star.svg");
  /* 位置調整 */
  -webkit-mask-position: center, center 70%;
  mask-position: center, center 70%;
  /* サイズ調整 */
  -webkit-mask-size: 100%, 88.4vw;
  mask-size: 100%, 88.4vw;
  /* 繰り返しなし */
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  /* 反転 */
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.contents-box {
  position: relative;
  margin-top: 100lvh;
  padding-top: 1rem;
}

h2 {
  display: inline-block;
  font-size: 3rem;
  font-family: dunbar-tall, sans-serif;
  font-weight: 800;
  font-style: italic;
}
h2 span {
  font-size: 1rem;
  display: block;
  font-weight: 500;
  font-style: normal;
}

.tit {
  display: flex;
  gap: 4vw;
  align-items: center;
  justify-content: center;
}
.tit .ic-new {
  width: 12.6666666667vw;
}

.txt {
  font-size: 1rem;
  text-align: center;
}
.txtM {
  font-weight: 900;
  font-size: 1.25rem;
}

.lineup {
  margin: 10% auto 0;
}
.lineup .tit {
  margin-right: 4rem;
}
.lineup .img01 {
  width: 94vw;
  margin-left: auto;
  margin-right: auto;
}
.lineup .img02 {
  width: 75.3333333333vw;
  margin-left: 2.6666666667vw;
}
.lineup .img03 {
  width: 75.3333333333vw;
  margin-right: 2.6666666667vw;
  margin-left: auto;
}
.lineup .img02-03 {
  background-image: url("../imgs/bg-heart.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.lineup .img05 {
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
}

.info {
  position: relative;
  background: rgba(101, 102, 111, 0.3);
  text-align: center;
  padding: 20% 10%;
  margin: 20% auto 0;
}
.info h2, .info h3, .info h4, .info p, .info a {
  color: #000;
}
.info h3 {
  font-weight: 700;
  font-size: 1.75rem;
  position: relative;
  display: inline-block;
}
.info h3::after {
  content: "୨୧ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ┈ ୨୧";
  position: relative;
  font-size: 1rem;
  display: block;
  margin-top: 0.5rem;
}
.info h3 a {
  border-bottom: solid 2px #fff;
  display: inline-block;
}
.info h3 a div {
  display: flex;
  align-items: center;
}
.info h3 a div svg {
  width: 1.5rem;
  fill: #fff;
  margin-left: 1.5rem;
}
.info dl {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.info dt {
  font-size: 1.25rem;
  display: inline-block;
  font-weight: 700;
  width: 14.5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.info dt::after {
  content: "✦";
  position: relative;
  font-size: 0.8rem;
  display: block;
}
.info dd {
  font-size: 1.25rem;
  display: inline-block;
  width: 80%;
  font-weight: 500;
}
.info a {
  color: #001eff;
  border-bottom: solid 1px #001eff;
  display: inline-block;
  white-space: nowrap;
  font-size: 1.25rem;
}
.info a svg {
  width: 1rem;
  fill: #001eff;
  vertical-align: middle;
}
.info li:not(:first-child) {
  padding-top: 6rem;
}
.info .imgOshinagaki {
  width: 80vw;
  height: 106.6666666667vw;
  overflow: hidden;
}

.collection {
  position: relative;
  padding: 20% 0 15%;
  margin: 0 auto;
}
.collection h3 {
  margin: 1rem auto 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #001eff;
}
.collection ul {
  text-align: center;
}
.collection ul li a .ogp {
  width: 80vw;
  height: 41.7333333333vw;
  overflow: hidden;
  margin: auto;
}

.btn {
  position: fixed;
  width: 7.4666666667vw;
  bottom: 6%;
  left: 0;
  z-index: 2;
  background-color: #001eff;
}

.ft {
  position: relative;
  width: 100%;
  margin: auto;
  padding: 10% 0 5%;
}
.ft .logo {
  width: 72vw;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 6.6666666667vw;
}
.ft .logo svg {
  fill: #000;
}
.ft .copyright {
  color: #000;
  font-size: 1rem;
  text-align: center;
}

/* -------------------------------- */
/*	hover
/* -------------------------------- */
/* -------------------------------- */
/*	fadein
/* -------------------------------- */
.fadein-top.animTit {
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform: scale(0.9);
}

.fadein {
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform: scale(0.9);
}

.fadein.scrollin, .fadein-top.scrollin-top {
  opacity: 1;
  transform: scale(1);
}

@media only screen and (max-width: 1023px) {
  html {
    font-size: 2.75vw;
  }
}

@media (768px <= width < 1160px) {
  html {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1024px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .contents {
    width: 100%;
    height: 100vh;
    margin: auto;
    z-index: 1;
  }
  .contents::after {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100lvh;
    z-index: 21;
    background-image: url("../imgs/pc/bg-tit.svg"), url("../imgs/pc/bg-catch.svg");
    background-size: auto 103vh, 20%;
    background-position: center left -0.4rem, center right 10%;
    background-repeat: no-repeat, no-repeat;
    pointer-events: none;
  }
  main {
    width: 100%;
    height: 100vh;
    position: relative;
    margin: auto;
    z-index: 1;
  }
  main::before {
    background-image: url("../imgs/pc/bg.webp");
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
  }
  main::after {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 500px;
    height: 100lvh;
    z-index: 20;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    box-sizing: content-box;
    pointer-events: none;
  }
  .mv {
    width: 501px;
    margin: auto;
  }
  .mv h1 {
    width: 400px;
    top: 15lvh;
  }
  .mv .mvBlue {
    -webkit-mask-size: 100%, 450px;
    mask-size: 100%, 450px;
  }
  .contents-box {
    width: 500px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
  }
  .tit {
    gap: 20px;
  }
  .tit .ic-new {
    width: 63.3333333333px;
  }
  .lineup .img01 {
    width: 470px;
  }
  .lineup .img02 {
    width: 376.6666666667px;
    margin-left: 13.3333333333px;
  }
  .lineup .img03 {
    width: 376.6666666667px;
    margin-right: 13.3333333333px;
  }
  .lineup .img05 {
    width: 400px;
  }
  .info .imgOshinagaki {
    width: 400px;
    height: 533.3333333333px;
  }
  .collection ul li a .ogp {
    width: 400px;
    height: 208.6666666667px;
  }
  .btnCol {
    width: 580px;
    height: 250px;
    position: fixed;
    bottom: 2%;
    right: 0;
    left: 0;
    z-index: -1;
    margin: auto;
  }
  .btn {
    position: relative;
    width: 40px;
    margin: auto;
    margin-right: 0;
    bottom: inherit;
    left: inherit;
    height: 250px;
  }
  .ft {
    padding: 20% 0 10%;
  }
  .ft .logo {
    width: 360px;
    margin-bottom: 33.3333333333px;
  }
}

@media (768px <= width < 1500px) {
  .contents::after {
    background-position: center left -0.4rem, center right 4% !important;
  }
}

@media (hover: hover) and (pointer: fine) {
  .info a:hover {
    color: #ff0096;
    border-bottom: solid 1px #ff0096;
  }
  .info a:hover svg {
    fill: #ff0096;
  }
  .btn:hover {
    background-color: #ff0096;
  }
  .linkHover {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .linkHover:hover {
    transform: scale(0.9);
  }
  .collection ul li a .ogp {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .collection ul li a:hover .ogp {
    transform: scale(0.9);
  }
  .collection ul li a:hover h3 {
    color: #ff0096;
  }
}