@charset "UTF-8";
.m-wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .m-wrapper {
    max-width: 89.3%;
  }
}

.m-inline-block {
  display: inline-block;
}

.m-tellink {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .m-tellink {
    pointer-events: auto;
    text-decoration: underline;
  }
}

.for-ie {
  display: none;
  width: 100%;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 25px 5.35%;
  background-color: #F08300;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.for-ie .m-wrapper {
  position: relative;
  padding-right: 100px;
}
.for-ie a {
  text-decoration: underline;
}
.for-ie a:hover {
  text-decoration: none;
}
.for-ie button {
  width: 120px;
  text-align: center;
  line-height: 1;
  padding: 10px 10px 12px;
  border: 1px solid #fff;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.for-ie button:focus {
  outline: none;
}

.tCenter {
  text-align: center !important;
}

.tRight {
  text-align: right !important;
}

.tLeft {
  text-align: left !important;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.mT0 {
  margin-top: 0px !important;
}

.mT5 {
  margin-top: 5px !important;
}

.mT10 {
  margin-top: 10px !important;
}

.mT15 {
  margin-top: 15px !important;
}

.mT20 {
  margin-top: 20px !important;
}

.mT25 {
  margin-top: 25px !important;
}

.mT30 {
  margin-top: 30px !important;
}

.mT35 {
  margin-top: 35px !important;
}

.mT40 {
  margin-top: 40px !important;
}

.mT45 {
  margin-top: 45px !important;
}

.mT50 {
  margin-top: 50px !important;
}

.mB0 {
  margin-bottom: 0px !important;
}

.mB5 {
  margin-bottom: 5px !important;
}

.mB10 {
  margin-bottom: 10px !important;
}

.mB15 {
  margin-bottom: 15px !important;
}

.mB20 {
  margin-bottom: 20px !important;
}

.mB25 {
  margin-bottom: 25px !important;
}

.mB30 {
  margin-bottom: 30px !important;
}

.mB35 {
  margin-bottom: 35px !important;
}

.mB40 {
  margin-bottom: 40px !important;
}

.mB45 {
  margin-bottom: 45px !important;
}

.mB50 {
  margin-bottom: 50px !important;
}

.mL0 {
  margin-left: 0px !important;
}

.mL10 {
  margin-left: 10px !important;
}

.mL20 {
  margin-left: 20px !important;
}

.mL30 {
  margin-left: 30px !important;
}

.mR0 {
  margin-right: 0px !important;
}

.mR10 {
  margin-right: 10px !important;
}

.mR20 {
  margin-right: 20px !important;
}

.mR30 {
  margin-right: 30px !important;
}

.pT0 {
  padding-top: 0px !important;
}

.pT5 {
  padding-top: 5px !important;
}

.pT10 {
  padding-top: 10px !important;
}

.pT15 {
  padding-top: 15px !important;
}

.pT20 {
  padding-top: 20px !important;
}

.pT25 {
  padding-top: 25px !important;
}

.pT30 {
  padding-top: 30px !important;
}

.pT35 {
  padding-top: 35px !important;
}

.pT40 {
  padding-top: 40px !important;
}

.pT45 {
  padding-top: 45px !important;
}

.pT50 {
  padding-top: 50px !important;
}

.pB0 {
  padding-bottom: 0px !important;
}

.pB5 {
  padding-bottom: 5px !important;
}

.pB10 {
  padding-bottom: 10px !important;
}

.pB15 {
  padding-bottom: 15px !important;
}

.pB20 {
  padding-bottom: 20px !important;
}

.pB25 {
  padding-bottom: 25px !important;
}

.pB30 {
  padding-bottom: 30px !important;
}

.pB35 {
  padding-bottom: 35px !important;
}

.pB40 {
  padding-bottom: 40px !important;
}

.pB45 {
  padding-bottom: 45px !important;
}

.pB50 {
  padding-bottom: 50px !important;
}

.pL0 {
  padding-left: 0px !important;
}

.pL10 {
  padding-left: 10px !important;
}

.pL20 {
  padding-left: 20px !important;
}

.pL30 {
  padding-left: 30px !important;
}

.pR0 {
  padding-right: 0px !important;
}

.pR10 {
  padding-right: 10px !important;
}

.pR20 {
  padding-right: 20px !important;
}

.pR30 {
  padding-right: 30px !important;
}

.fadeIn {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.fadeIn.is-show {
  opacity: 1;
}

.fadeInUp {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}
.fadeInUp.is-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.zoomIn {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
.zoomIn.is-show {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.zoom-target {
  -webkit-animation: zoomPop 1s ease-in-out;
          animation: zoomPop 1s ease-in-out;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-target.is-active {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

@-webkit-keyframes zoomPop {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomPop {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.zoom-target2 {
  -webkit-animation: zoomPop2 2.3s;
          animation: zoomPop2 2.3s;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-target2.is-active {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

@-webkit-keyframes zoomPop2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  70% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomPop2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  70% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.m-pc-hidden {
  display: none;
}
@media screen and (max-width: 768px) {
  .m-pc-hidden {
    display: inline-block;
  }
}

.m-sp-hidden {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .m-sp-hidden {
    display: none;
  }
}

.visually-hidden {
  /**
   * a11y-css-resetから引用
   * https://github.com/mike-engel/a11y-css-reset
  **/
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/*******************************
Style
*******************************/
.l-main {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

#bg_wrapper .container {
  max-width: none !important;
}

.mv {
  position: relative;
  background: url(../img/mv_bg.png) center/cover no-repeat;
  overflow: hidden;
}
.mv__inner {
  position: relative;
  max-width: 1400px;
  margin-inline: auto;
}
.mv__title {
  position: relative;
  width: 62.3%;
  margin-inline: auto;
  padding: 9% 0 10%;
  text-align: center;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .mv__title {
    width: 97%;
    padding: 58.6% 0;
  }
}
.mv__item {
  position: absolute;
  z-index: 1;
}
.mv__item.release_date {
  width: 10.3%;
  top: 23.8%;
  left: 1.5%;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .mv__item.release_date {
    width: 18.4%;
    top: 32%;
    left: 5%;
  }
}
.mv__item.item_sand {
  width: 31.79%;
  top: -15%;
  left: -2.5%;
}
@media screen and (max-width: 640px) {
  .mv__item.item_sand {
    width: 60.7%;
    top: 11%;
    left: -10%;
  }
}
.mv__item.item_ltiki {
  width: 48.7%;
  top: -10.6%;
  left: 21.5%;
}
@media screen and (max-width: 640px) {
  .mv__item.item_ltiki {
    width: 90.4%;
    top: -7.1%;
    left: 1.9%;
  }
}
.mv__item.item_don {
  width: 43.79%;
  top: -12.6%;
  right: -8.6%;
}
@media screen and (max-width: 640px) {
  .mv__item.item_don {
    width: 78%;
    top: 11%;
    right: -12%;
    z-index: 2;
  }
}
.mv__item.item_milkfrance {
  width: 36.4%;
  bottom: 22.5%;
  right: -11.79%;
}
@media screen and (max-width: 640px) {
  .mv__item.item_milkfrance {
    width: 84%;
    bottom: 15%;
    right: -27.6%;
  }
}
.mv__item.item_yakisoba {
  width: 38.6%;
  bottom: -18.25%;
  right: -5.8%;
}
@media screen and (max-width: 640px) {
  .mv__item.item_yakisoba {
    width: 86%;
    bottom: -10.3%;
    right: -21.7%;
  }
}
.mv__item.item_koppe {
  width: 36.7%;
  bottom: -15.55%;
  right: 27%;
}
@media screen and (max-width: 640px) {
  .mv__item.item_koppe {
    width: 67.6%;
    bottom: -5.5%;
    left: -13.6%;
    z-index: 2;
  }
}
.mv__item.item_paff {
  width: 44.2%;
  bottom: -14.5%;
  left: -3.6%;
}
@media screen and (max-width: 640px) {
  .mv__item.item_paff {
    width: 64.5%;
    bottom: 12.8%;
    left: -7.3%;
  }
}

.lineup {
  position: relative;
  padding-block: 70px;
  background-color: #FFE5F2;
}
.lineup::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/bg_dot.png");
  background-repeat: repeat;
  background-size: 200px 200px;
  background-position: center;
}
.lineup__contents {
  position: relative;
  z-index: 1;
}
.lineup__title {
  display: grid;
  place-items: center;
  width: min(100%, 466px);
  margin-inline: auto;
}
@media screen and (max-width: 640px) {
  .lineup__title {
    width: 85%;
  }
}
.lineup__title img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.lineup__list {
  --column-gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px var(--column-gap);
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .lineup__list {
    margin-top: 20px;
    gap: 30px;
  }
}
.lineup__item {
  width: calc(50% - var(--column-gap) / 2);
}
@media screen and (max-width: 640px) {
  .lineup__item {
    width: 100%;
  }
}
.lineup__item ._img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 480/330;
  overflow: hidden;
  background-image: url("../img/lineup_stage.png");
  background-repeat: no-repeat;
  background-size: 100% 180px;
  background-position: bottom center;
}
.lineup__item ._img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.lineup__item ._body {
  margin-top: 20px;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
.lineup__item ._body.release-date {
  text-align: center;
}
.lineup__item ._body.release-date ._title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}
.lineup__item ._body.release-date ._title .release-date-img {
  width: 90px;
  margin-right: 13px;
}
@media screen and (max-width: 640px) {
  .lineup__item ._body.release-date ._title .release-date-img {
    width: 20%;
    margin-right: 10px;
  }
}
.lineup__item ._title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #F08300;
}
@media screen and (max-width: 768px) {
  .lineup__item ._title {
    font-size: 22px;
  }
}
.lineup__item ._title span:not([class]) {
  display: block;
  margin-block: 5px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .lineup__item ._title span:not([class]) {
    font-size: 15px;
  }
}
.lineup__item ._priceWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #231815;
}
@media screen and (max-width: 768px) {
  .lineup__item ._priceWrap {
    font-size: 14px;
  }
}
.lineup__item ._price {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.lineup__item ._price ._number {
  font-size: 40px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .lineup__item ._price ._number {
    font-size: 32px;
  }
}
.lineup__item ._price ._yen {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .lineup__item ._price ._yen {
    font-size: 18px;
  }
}
.lineup__kome {
  margin-top: 30px;
  text-align: right;
  font-size: 15px;
  font-weight: 700;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  color: #231815;
}
@media screen and (max-width: 640px) {
  .lineup__kome {
    margin-top: 40px;
    font-size: 12px;
  }
}

.l-footer {
  height: 677px;
  background-color: #ccc;
}/*# sourceMappingURL=style.css.map */