@charset "UTF-8";
html {
  font-size: 62.5%;
  color: #3d3c39;
  scroll-behavior: smooth;
}

body {
  font-family: YakuHanJP_Narrow, "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.06em;
  line-height: 2;
  font-feature-settings: "palt";
  font-size: 1.6rem;
}

img {
  width: 100%;
  /* PCの右クリック禁止 */
  pointer-events: none;
  /* SPの長押し禁止 */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}

.pc {
  display: inline-block;
}

.sp {
  display: none;
}

/*===========
fadein
===========*/
.fade {
  opacity: 0;
  transition: 2s;
}

.fade.is-show {
  opacity: 1;
}

.mv {
  position: relative;
  background-image: url(../img/mv_back.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  padding-block: 5% 9%;
}
.mv .ttl {
  width: 60%;
  margin: 0 auto;
}
.mv .ttl.fadeIn {
  animation-name: fadeIn;
  animation-delay: 100ms;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform: translateY(-50px);
  opacity: 0;
}
@keyframes fadeIn {
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.mv .slogan {
  font-size: min(2.1875vw, 4.2rem);
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.16em;
  margin-block: 3% 1.2%;
}
.mv .slogan.fadeIn {
  animation-name: fadeIn;
  animation-delay: 200ms;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform: translateY(-50px);
  opacity: 0;
}
.mv .copy {
  font-size: min(0.8333333333vw, 1.6rem);
}
.mv .copy.fadeIn {
  animation-name: fadeIn;
  animation-delay: 300ms;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform: translateY(-50px);
  opacity: 0;
}
.mv .scrolldown {
  position: absolute;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15%;
  letter-spacing: 0;
}
.mv .scrolldown .chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}
.mv .scrolldown .chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}
.mv .scrolldown .chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}
.mv .scrolldown .chevron:before,
.mv .scrolldown .chevron:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}
.mv .scrolldown .chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}
.mv .scrolldown .chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}
@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
.mv .scrolldown .text {
  position: absolute;
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  top: 7rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  opacity: 0.25;
  animation: pulse 2s linear alternate infinite;
}
@keyframes pulse {
  to {
    opacity: 1;
  }
}

.lineup {
  font-family: "Anta", sans-serif;
  font-size: min(5.2083333333vw, 10rem);
  text-align: center;
  line-height: 1;
  padding-block: 4% 0;
}

.year {
  font-family: "Anta", sans-serif;
  font-size: min(3.3333333333vw, 6.4rem);
  text-align: center;
  line-height: 1;
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ac803a;
  position: relative;
  padding-block: 4% 5%;
}
.year::after {
  position: absolute;
  content: "";
  background-color: #3d3c39;
  width: 1px;
  height: 3vw;
  top: 65%;
  left: 50%;
}

.hatsunemiku {
  background-image: url(../img/miku_back.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-block: 7%;
}
.hatsunemiku .wrap {
  position: relative;
  width: 73vw;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 6%;
}
.hatsunemiku .wrap .miku_img {
  position: relative;
  width: 60%;
}
.hatsunemiku .wrap .miku_img span {
  position: absolute;
  bottom: 0;
  left: 32%;
  font-size: min(0.7291666667vw, 1.4rem);
  letter-spacing: 0;
}
.hatsunemiku .wrap .info {
  width: 33%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 24%;
}
.hatsunemiku .wrap .info .miku_logo {
  position: absolute;
  top: 0;
  left: -60%;
  width: 148%;
}
.hatsunemiku .wrap .info .met {
  position: relative;
  margin-bottom: 10%;
}
.hatsunemiku .wrap .info .met a {
  display: inline-block;
}
.hatsunemiku .wrap .info .met span {
  font-size: min(1.25vw, 2.4rem);
  position: absolute;
  right: 10%;
  bottom: 5%;
}
.hatsunemiku .wrap .info .text_box {
  width: 90%;
  margin: 0 auto 2vw;
  display: flex;
  flex-direction: column;
  gap: 1vw;
}
.hatsunemiku .wrap .info .text_box .about {
  font-size: min(1.0416666667vw, 2rem);
  line-height: 1;
}
.hatsunemiku .wrap .info .text_box .about a {
  color: #0071bc;
  text-decoration: underline;
}
.hatsunemiku .wrap .info .text_box .text {
  font-size: min(0.8333333333vw, 1.6rem);
  text-align: justify;
}
.hatsunemiku .wrap .info .text_box .orders {
  display: block;
  background-color: #fff;
  line-height: 1;
  padding: 1.3em 1.5em;
  font-size: min(0.8333333333vw, 1.6rem);
}

.origin .main {
  background-image: url(../img/gundam_back.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 1920/1080;
  position: relative;
}
.origin .main .wrap {
  width: 73vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
}
.origin .main .wrap .origin_logo {
  width: 44%;
}
.origin .main .wrap .text_box {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 1.4em;
}
.origin .main .wrap .text_box .text {
  font-size: min(0.8333333333vw, 1.6rem);
  text-align: justify;
  color: #fff;
}
.origin .main .wrap .text_box .orders {
  display: block;
  background-color: #fff;
  line-height: 1;
  padding: 1.3em 1.5em;
  font-size: min(0.8333333333vw, 1.6rem);
}
.origin .main .wrap .text_box span {
  font-size: min(0.7291666667vw, 1.4rem);
  color: #fff;
  text-align: right;
  display: block;
}
.origin .met_box {
  position: relative;
  z-index: 999;
  margin-top: -1.2%;
  background-image: url(../img/gundam_met_back.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 1920/1262;
}
.origin .met_box div a {
  display: inline-block;
}
.origin .met_box .tc_10 {
  position: absolute;
  width: 17vw;
  top: 20%;
  left: 15%;
}
.origin .met_box .tc_1 {
  position: absolute;
  width: 17vw;
  top: 20%;
  left: 47.5%;
}
.origin .met_box .tc_4 {
  position: absolute;
  width: 17vw;
  top: 20%;
  right: 2%;
}
.origin .met_box .tc_11 {
  position: absolute;
  width: 17vw;
  bottom: 5%;
  left: 15%;
}
.origin .met_box .tc_12 {
  position: absolute;
  width: 17vw;
  bottom: 5%;
  left: 47.5%;
}
.origin .met_box .tc_2 {
  position: absolute;
  width: 17vw;
  bottom: 5%;
  right: 2%;
}

.baribari .main {
  background-image: url(../img/baribari_back.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 2880/1677;
  position: relative;
}
.baribari .main .text {
  position: absolute;
  font-size: min(0.8333333333vw, 1.6rem);
  text-align: justify;
  top: 21%;
  right: 15%;
  width: 22vw;
}
.baribari .main .baribari_logo {
  position: absolute;
  width: 39vw;
  top: 69%;
  right: 12%;
}
.baribari .main span {
  position: absolute;
  font-size: min(0.7291666667vw, 1.4rem);
  bottom: 10%;
  right: 15%;
  text-align: right;
}
.baribari .color {
  width: 100%;
}
.baribari .met_box {
  background-image: url(../img/baribari_manga.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 2880/1145;
  display: flex;
  align-items: center;
}
.baribari .met_box ul {
  width: 60vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.baribari .met_box ul li {
  width: 23vw;
  position: relative;
}
.baribari .met_box ul li a {
  display: inline-block;
}
.baribari .met_box ul li p {
  position: absolute;
  bottom: -3%;
  left: 48%;
  font-size: min(1.25vw, 2.4rem);
  white-space: nowrap;
  background-color: #3d3c39;
  color: #fff;
  line-height: 1;
  padding: 0.5em 0.8em;
  font-weight: 500;
}
.baribari .met_box ul li p small {
  font-weight: 400;
}
.baribari .met_box ul li p.gun {
  left: 39%;
}

.quality {
  padding-block: 6%;
}
.quality .wrap {
  max-width: 140rem;
  width: 90%;
  margin: 0 auto;
}
.quality .wrap h2 {
  font-size: min(3.125vw, 6rem);
  color: #ac803a;
  text-align: center;
}
.quality .wrap .copy {
  font-size: min(0.8333333333vw, 1.6rem);
  text-align: center;
  margin-bottom: 3%;
}
.quality .wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.quality .wrap ul li {
  width: 32.5%;
}
.quality .wrap ul li a {
  display: flex;
  align-items: flex-end;
  width: 100%;
  aspect-ratio: 456/208;
  padding: 5%;
  line-height: 1;
  color: #fff;
  font-size: min(1.0416666667vw, 2rem);
  font-weight: 500;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.quality .wrap ul li a::after {
  position: absolute;
  content: "";
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: min(3vw, 5rem);
  height: min(3vw, 5rem);
  right: 3%;
  bottom: 6%;
}
.quality .wrap ul li:nth-child(1) a {
  background-image: url(../img/bunner1.png);
}
.quality .wrap ul li:nth-child(2) a {
  background-image: url(../img/bunner2.png);
}
.quality .wrap ul li:nth-child(3) a {
  background-image: url(../img/bunner3.png);
}

footer {
  background-color: #0c0c0c;
  padding-block: 6%;
}
footer .wrap {
  width: 34%;
  margin: 0 auto;
}
footer .wrap dl dd {
  color: #fff;
  font-size: min(0.875vw, 1.4rem);
  margin-block: 3% 6%;
  text-align: center;
}
footer .wrap ul {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
footer .wrap ul li a {
  display: block;
  line-height: 1;
  padding-block: 4%;
  font-size: min(1vw, 1.6rem);
  text-align: center;
  border-radius: 999px;
  background-color: #fff;
}
footer .wrap ul li:nth-child(1) a {
  background-color: #7c0b0b;
  color: #fff;
}
footer .wrap ul li:nth-child(2) a {
  background-color: #b78d07;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .mv {
    padding-block: 15% 33%;
  }
  .mv .ttl {
    width: 77%;
  }
  .mv .slogan {
    font-size: 4.6vw;
    margin-block: 11% 4%;
  }
  .mv .copy {
    font-size: 3.4vw;
    width: 83%;
    margin: 0 auto;
    text-align: justify;
  }
  .mv .scrolldown {
    bottom: 14%;
  }
  .lineup {
    font-size: 12vw;
    padding-block: 8% 0;
  }
  .year {
    font-size: 9vw;
    padding-block: 6% 9%;
  }
  .year::after {
    height: 5vw;
    top: 68%;
  }
  .hatsunemiku {
    padding-block: 12%;
  }
  .hatsunemiku .wrap {
    width: 86vw;
    gap: 2vw;
  }
  .hatsunemiku .wrap .miku_img {
    width: 100%;
  }
  .hatsunemiku .wrap .miku_img span {
    font-size: 2vw;
  }
  .hatsunemiku .wrap .info {
    width: 100%;
    padding-top: 6%;
  }
  .hatsunemiku .wrap .info .miku_logo {
    position: relative;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    width: 84%;
  }
  .hatsunemiku .wrap .info .met {
    width: 80%;
    margin: 2% auto 6%;
  }
  .hatsunemiku .wrap .info .met span {
    font-size: 3.2vw;
    right: 10%;
    bottom: 8%;
  }
  .hatsunemiku .wrap .info .text_box {
    width: 100%;
    margin: 0 auto 2vw;
    gap: 4vw;
  }
  .hatsunemiku .wrap .info .text_box .about {
    font-size: 4.4vw;
  }
  .hatsunemiku .wrap .info .text_box .text {
    font-size: 3.2vw;
  }
  .hatsunemiku .wrap .info .text_box .orders {
    font-size: 3.2vw;
  }
  .origin .main {
    background-image: url(../img/gundam_back_sp.png);
    background-position: top center;
    aspect-ratio: unset;
  }
  .origin .main .wrap {
    width: 86vw;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
    bottom: auto;
    padding-block: 82% 10%;
  }
  .origin .main .wrap .origin_logo {
    width: 80%;
    margin: auto;
  }
  .origin .main .wrap .text_box {
    width: 100%;
    margin-top: 7%;
    gap: 4vw;
  }
  .origin .main .wrap .text_box .text {
    font-size: 3.2vw;
  }
  .origin .main .wrap .text_box .orders {
    font-size: 3.2vw;
  }
  .origin .main .wrap .text_box span {
    font-size: 2.8vw;
  }
  .origin .met_box {
    margin-top: -6%;
    background-image: url(../img/gundam_met_back_sp.png);
    background-position: top center;
    aspect-ratio: 750/4120;
  }
  .origin .met_box .tc_10 {
    width: 58vw;
    top: 4%;
    left: unset;
    right: 7%;
  }
  .origin .met_box .tc_1 {
    width: 58vw;
    top: 21%;
    left: unset;
    right: 7%;
  }
  .origin .met_box .tc_4 {
    width: 58vw;
    top: 37.8%;
    right: 7%;
  }
  .origin .met_box .tc_11 {
    width: 58vw;
    bottom: 34.2%;
    left: unset;
    right: 7%;
  }
  .origin .met_box .tc_12 {
    width: 58vw;
    bottom: 17.5%;
    left: unset;
    right: 7%;
  }
  .origin .met_box .tc_2 {
    width: 58vw;
    bottom: 1.4%;
    left: unset;
    right: 7%;
  }
  .baribari .main {
    background-image: url(../img/baribari_back_sp.png);
    background-position: bottom center;
    aspect-ratio: unset;
    padding-block: 12% 89%;
    display: flex;
    flex-direction: column;
    gap: 4vw;
  }
  .baribari .main .text {
    position: relative;
    font-size: 3.2vw;
    text-align: justify;
    top: unset;
    right: unset;
    width: 86%;
    margin: auto;
    order: 2;
  }
  .baribari .main .baribari_logo {
    position: relative;
    width: 86%;
    margin: auto;
    top: unset;
    right: unset;
    order: 1;
  }
  .baribari .main span {
    position: relative;
    font-size: 2.8vw;
    width: 86%;
    margin: auto;
    bottom: unset;
    right: unset;
    order: 3;
  }
  .baribari .met_box {
    background-image: url(../img/baribari_manga_sp.png);
    aspect-ratio: 1125/1793;
  }
  .baribari .met_box ul {
    width: 60%;
    justify-content: space-between;
    flex-direction: column;
    gap: 16vw;
  }
  .baribari .met_box ul li {
    width: 100%;
  }
  .baribari .met_box ul li p {
    font-size: 3vw;
  }
  .quality {
    padding-block: 12%;
  }
  .quality .wrap {
    width: 84%;
  }
  .quality .wrap h2 {
    font-size: 7vw;
    margin-bottom: 3%;
  }
  .quality .wrap .copy {
    font-size: 3.2vw;
    text-align: justify;
    margin-bottom: 8%;
  }
  .quality .wrap ul {
    gap: 2vw;
  }
  .quality .wrap ul li {
    width: 100%;
  }
  .quality .wrap ul li a {
    padding: 6%;
    font-size: 4vw;
  }
  .quality .wrap ul li a::after {
    width: 8vw;
    height: 8vw;
    right: 4%;
    bottom: 8%;
  }
  footer {
    padding-block: 12%;
  }
  footer .wrap {
    width: 78%;
  }
  footer .wrap dl dd {
    font-size: 3.2vw;
    margin-block: 3% 6%;
  }
  footer .wrap ul {
    gap: 4vw;
  }
  footer .wrap ul li a {
    padding-block: 6%;
    font-size: 3.2vw;
  }
}/*# sourceMappingURL=style.css.map */