/* -------------------------------- */
/*	common
/* -------------------------------- */
::-moz-selection {
  background: #e9504d;
  color: #fff;
}
::selection {
  background: #e9504d;
  color: #fff;
}

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

html {
  background-color: #fff;
  font-family: "DM Sans", "Zen Kaku Gothic New", monospace;
  font-weight: 500;
  line-height: 1.3;
  font-size: 14px;
  letter-spacing: 0.1rem;
}

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-top.png"), url("../imgs/bg-bottom.png"), url("../imgs/bg.jpg");
  background-size: 100%, 100%, cover;
  background-position: top center, bottom center, center;
  background-repeat: no-repeat, no-repeat, no-repeat;
  z-index: -1;
}

.mv h1 {
  width: 93.2vw;
  margin: -7% auto 0 -7%;
}
.mv .ph {
  width: 100%;
  height: 102.6666666667vw;
  margin-top: -10%;
}
.mv .phKiri {
  mix-blend-mode: multiply;
  z-index: 1;
}
.mv .phMain {
  z-index: 2;
}
.mv .ph img {
  position: absolute;
  top: 0;
  left: 0;
}

.txt {
  font-weight: 500;
  font-size: 1rem;
  color: #2799c5;
  text-align: center;
}

.txtLast {
  font-weight: 800;
  letter-spacing: 0.3rem;
}

.lineup {
  width: 90.6666666667vw;
  margin: 30% auto 0;
}
.lineup .ph {
  width: 100%;
  height: 60.2666666667vw;
}
.lineup .ph.yoko {
  height: 42.9333333333vw;
}
.lineup ul li:not(:first-child) {
  padding-top: 3rem;
  background-image: url("../imgs/dc-line.png");
  background-size: 27.4666666667vw;
  background-repeat: no-repeat;
  background-position: top center;
}
.lineup ul li:not(:last-child) {
  padding-bottom: 6.1rem;
}

.itembox {
  overflow: hidden;
  border-radius: 4vw;
  margin-left: auto;
  margin-right: auto;
}
.itembox.yoko {
  width: 90.6666666667vw;
  height: 60.2666666667vw;
}
.itembox.tate {
  width: 64vw;
  height: 113.7333333333vw;
}

.mov {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.info {
  position: relative;
  background: rgba(36, 166, 216, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  text-align: center;
  padding: 20% 10%;
  margin: 30% auto 0;
}
.info h2, .info h3, .info h4, .info p, .info a {
  color: #fff;
}
.info h2 {
  font-size: 2.25rem;
}
.info h3 {
  font-size: 2rem;
  position: relative;
  display: inline-block;
}
.info h3::before {
  content: "";
  position: absolute;
  top: 40%;
  transform: translate(-90%, -50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 22.9333333333vw;
  height: 19.6vw;
  background-image: url("../imgs/txt-dc.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.info h3.titBooth::before {
  transform: translate(-60%, -50%);
}
.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 h4 {
  font-size: 1.5rem;
  padding: 0 0 0.75rem;
  display: inline-block;
  border-bottom: solid 1px #fff;
  width: 100%;
}
.info p {
  font-size: 1.25rem;
}
.info p.txtNote {
  font-size: 0.75rem;
  line-height: 2;
}
.info p a {
  color: #fff;
  border-bottom: solid 2px #fff;
  display: inline-block;
  white-space: nowrap;
}
.info p a svg {
  width: 1rem;
  fill: #fff;
  vertical-align: middle;
}
.info p a.linkNone {
  border-bottom: none;
}
.info li:not(:first-child) {
  padding-top: 6rem;
  background-image: url("../imgs/dc-line.png");
  background-size: 27.4666666667vw;
  background-repeat: no-repeat;
  background-position: top center;
}
.info li:not(:last-child) {
  padding-bottom: 6.1rem;
}
.info .txtEnd {
  width: 100%;
  line-height: 2;
  background: rgba(1, 142, 223, 0.2);
  display: block;
  font-size: 1.25rem;
  padding: 0.5rem 0;
}
.info .imgOshinagaki {
  width: 80vw;
  height: 106.6666666667vw;
  overflow: hidden;
  border-radius: 4vw;
}

.collection {
  position: relative;
  color: #e9504d;
  padding: 20% 10% 7rem;
  margin: 0 auto 7rem;
  background-image: url("../imgs/dc-line.png");
  background-size: 27.4666666667vw;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.collection h2 {
  margin: auto;
  width: 54.6666666667vw;
}
.collection h3 {
  margin: 1.5rem auto 0;
  font-size: 1.5rem;
  font-weight: 800;
}
.collection ul li a .ogp {
  width: 80vw;
  height: 41.7333333333vw;
  overflow: hidden;
  border-radius: 4vw;
}
.btn {
  position: fixed;
  width: 40vw;
  height: 42vw;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -6%;
  left: -6%;
  z-index: 99;
}
.btnBg {
  animation: 15s linear infinite rotation;
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btnTxt {
  width: 20vw;
  position: absolute;
  margin: -7% 0 0 2%;
}

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

/* -------------------------------- */
/*	hover
/* -------------------------------- */
/* -------------------------------- */
/*	fadein
/* -------------------------------- */
.fadein-top {
  opacity: 0;
  transition: all 0.7s;
  filter: blur(10px);
}

.fadein {
  opacity: 0;
  transition: all 0.7s;
  filter: blur(10px);
}

.fadein.scrollin, .fadein-top.scrollin-top {
  opacity: 1;
  filter: none;
}

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

@media (768px <= width < 1160px) {
  html {
    font-size: 14px;
  }
  .btnCol {
    width: 90% !important;
    z-index: 1 !important;
  }
}

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

@media only screen and (min-width: 768px) {
  body::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100lvh;
    background-color: #ffffeb;
    background-image: url("../imgs/bg-pc-top.png"), url("../imgs/bg-pc-bottom.png");
    background-size: 100%, 100%;
    background-position: top center, bottom center;
    background-repeat: no-repeat, no-repeat;
    z-index: -1;
  }
  .contents {
    width: 100%;
    height: 100vh;
    margin: auto;
    z-index: 1;
  }
  .contents-box {
    width: 500px;
    overflow: hidden;
    margin: auto;
  }
  main {
    width: 100%;
    height: 100vh;
    position: relative;
    margin: auto;
    z-index: 1;
  }
  main::before {
    width: 500px;
  }
  main::after {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 500px;
    height: 100lvh;
    z-index: -1;
    border-left: 2px solid #e9504d;
    border-right: 2px solid #e9504d;
    box-sizing: content-box;
  }
  .mv h1 {
    width: 466px;
  }
  .mv .ph {
    height: 513.3333333333px;
  }
  .txt {
    font-size: 1rem;
  }
  .lineup {
    width: 453.3333333333px;
  }
  .lineup .ph {
    height: 301.3333333333px;
  }
  .lineup .ph.yoko {
    height: 214.6666666667px;
  }
  .lineup ul li:not(:first-child) {
    background-size: 137.3333333333px;
  }
  .itembox {
    border-radius: 20px;
  }
  .itembox.yoko {
    width: 453.3333333333px;
    height: 301.3333333333px;
  }
  .itembox.tate {
    width: 320px;
    height: 568.6666666667px;
  }
  .info h3::before {
    width: 114.6666666667px;
    height: 98px;
  }
  .info p.txtNote {
    font-size: 1rem;
  }
  .info li:not(:first-child) {
    background-size: 137.3333333333px;
  }
  .info .imgOshinagaki {
    width: 400px;
    height: 533.3333333333px;
    border-radius: 20px;
  }
  .collection {
    background-size: 137.3333333333px;
  }
  .collection h2 {
    width: 273.3333333333px;
  }
  .collection ul li a .ogp {
    width: 400px;
    height: 208.6666666667px;
    border-radius: 20px;
  }
  .btnCol {
    width: 1000px;
    height: 213.3333333333px;
    position: fixed;
    bottom: 2%;
    right: 0;
    left: 0;
    z-index: -1;
    margin: auto;
  }
  .btn {
    position: relative;
    width: 200px;
    height: 210px;
    margin: auto;
    margin-right: 0;
    bottom: inherit;
    left: inherit;
  }
  .btnTxt {
    width: 100px;
    position: absolute;
    margin: 0;
  }
  .ft {
    padding: 20% 0 10%;
  }
  .ft .logo {
    width: 360px;
    margin-bottom: 33.3333333333px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .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 h3 {
    transition: all 0.4s ease;
  }
  .collection ul li a:hover .ogp {
    transform: scale(0.9);
  }
  .collection ul li a:hover h3 {
    color: #2799c5;
  }
}