@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Noto+Sans+JP:wght@100..900&display=swap");
.pc_disp {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc_disp {
    display: block !important;
  }
}

.sp_disp {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .sp_disp {
    display: none !important;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

header.Header_Area .Header_Inner h1 a {
  display: flex;
  align-items: center;
}

#PageTop {
  background: #0F1331;
}

/*===============================
	lp css
================================*/
.MainColumn {
  position: relative;
  z-index: 1;
  margin: 0px auto 0px;
  color: #0F1331;
  overflow: hidden;
  max-width: 562px;
}
@media screen and (max-width: 768px) {
  .MainColumn {
    max-width: inherit;
  }
}

.Main {
  position: relative;
  margin: 0 auto;
  max-width: 562px;
}
@media screen and (max-width: 768px) {
  .Main {
    max-width: inherit;
  }
}

.MainColumn_Inner,
.MainInner {
  background: #fff;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .MainColumn_Inner,
  .MainInner {
    zoom: 1.5;
  }
}

@media screen and (min-width: 1000px) {
  .main_img {
    position: fixed;
    top: 14%;
    right: -1%;
    z-index: -1;
    width: min(22.8125vw, 438px);
  }
  .main_img.fixedBox {
    position: absolute;
    top: auto;
    bottom: 0;
    right: -400px;
  }
  .main_title {
    position: fixed;
    top: 36%;
    left: 4%;
    z-index: -1;
    width: min(16.875vw, 324px);
  }
  .main_title.fixedBox {
    position: absolute;
    top: auto;
    bottom: 3%;
    left: -340px;
  }
}
@media screen and (min-width: 768px) {
  .main_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
  }
}
@media screen and (min-width: 1500px) {
  .main_img {
    right: min(6.25vw, 120px);
  }
  .main_img.fixedBox {
    right: -400px;
  }
  .main_title {
    left: min(11.4583333333vw, 220px);
  }
  .main_title.fixedBox {
    left: -340px;
  }
}
@media screen and (max-width: 1000px) {
  .main_img,
  .main_title {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .main_bg {
    display: none;
  }
}
.quiz {
  padding: 30px 0px 50px;
}
@media screen and (max-width: 768px) {
  .quiz {
    padding: 8vw 0 13.3333333333vw;
  }
}
.quiz_title {
  padding: 0 20px;
  margin-bottom: 28px;
  font-family: "Anton", sans-serif;
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  .quiz_title {
    margin-bottom: 7.4666666667vw;
    font-size: 50px;
    font-size: 13.3333333333vw;
  }
}
.quiz_title span {
  margin-top: 10px;
  display: block;
  font-weight: bold;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .quiz_title span {
    margin-top: 2.6666666667vw;
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}
.quiz_list {
  margin-left: 20px;
}
.quiz_list li {
  position: relative;
  margin-right: 10px;
  padding: 17px 8px 0px;
  width: 158px;
  height: 280px;
  box-sizing: border-box;
  background: #fff;
  border: solid 1px #999;
}
@media screen and (max-width: 768px) {
  .quiz_list li {
    padding: 4.5333333333vw 2.1333333333vw 0;
    width: 42.1333333333vw;
    height: 74.6666666667vw;
  }
}
.quiz_list li img {
  display: block;
  margin: 0 auto;
  width: 129px;
}
@media screen and (max-width: 768px) {
  .quiz_list li img {
    width: 34.4vw;
  }
}
.quiz_list li p {
  margin-top: 15px;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 1.2;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .quiz_list li p {
    margin-top: 20px;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.quiz_list li .btn {
  display: block;
  width: 129px;
  height: 25px;
  line-height: 25px;
  border-radius: 2rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
}
@media screen and (max-width: 768px) {
  .quiz_list li .btn {
    width: 34.4vw;
    height: 6.6666666667vw;
    line-height: 6.6666666667vw;
    font-size: 13px;
    font-size: 3.4666666667vw;
    bottom: 4vw;
  }
}
.quiz_list li .btn.end {
  background: #0F1331;
}
.quiz_list li .btn.coming {
  background: #C9C9C9;
}
.quiz_list li .btn.entry {
  background: #D43C3D;
}
.quiz_notice {
  margin: 10px 20px 23px;
  line-height: 1.5;
  font-size: 13px;
}
.quiz_notice a{
  text-decoration: underline;
}
.quiz_notice a:hover{
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .quiz_notice {
    margin-bottom: 6.1333333333vw;
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}
.quiz_present {
  padding: 0 24px;
}

.Quiz_Slider {
  margin-right: 0px;
}

.Quiz_Slider .slick-list {
  padding-right: 10px;
}

.slick-prev, .slick-next {
  width: 34px;
  height: 34px;
  border: solid 2px #0F1331;
  border-radius: 50%;
  top: -27%;
  background: transparent;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .slick-prev, .slick-next {
    width: 9.0666666667vw;
    height: 9.0666666667vw;
    top: -20vw;
  }
}

.slick-next {
  right: 23px;
}
@media screen and (max-width: 768px) {
  .slick-next {
    right: 6.1333333333vw;
  }
}

.slick-prev {
  left: auto;
  right: 74px;
}
@media screen and (max-width: 768px) {
  .slick-prev {
    right: 19.7333333333vw;
  }
}

.slick-next:before,
.slick-prev:before {
  opacity: 1;
  content: "";
  font-size: 0;
  width: 0;
  height: 0;
  display: inline;
  left: auto;
  transform: none;
}

.slick-next:before {
  border-left: 9px solid #0F1331;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  right: 9px;
}
@media screen and (max-width: 768px) {
  .slick-next:before {
    border-left: 2.4vw solid #0F1331;
    border-top: 1.6vw solid transparent;
    border-bottom: 1.6vw solid transparent;
  }
}

.slick-prev:before {
  border-top: 6px solid transparent;
  border-right: 9px solid #0F1331;
  border-bottom: 6px solid transparent;
  position: relative;
  right: 1px;
  top: auto;
}
@media screen and (max-width: 768px) {
  .slick-prev:before {
    border-top: 1.6vw solid transparent;
    border-right: 2.4vw solid #0F1331;
    border-bottom: 1.6vw solid transparent;
  }
}

.slick-next:hover,
.slick-prev:hover,
.slick-next:focus,
.slick-prev:focus {
  background: transparent;
}

.present_title {
  padding: 5px 0;
  margin-bottom: 10px;
  background: #0F1331;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 19px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .present_title {
    font-size: 19px;
    font-size: 5.0666666667vw;
  }
}
.present_title span {
  color: #FF3F41;
}

.event {
  position: relative;
  z-index: 1;
  background: #ECECEC;
}
.event::before {
  background: #fff;
  content: "";
  display: block;
  width: 300px;
  height: 882px;
  position: absolute;
  top: 20px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .event::before {
    top: 5.3333333333vw;
    width: 80vw;
    height: 252.8vw;
  }
}
.event_title {
  position: absolute;
  top: 0;
  left: 0;
  height: 174px;
}
@media screen and (max-width: 768px) {
  .event_title {
    height: 46.4vw;
  }
}
.event_inner {
  padding-top: 28px;
  padding-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .event_inner {
    padding-top: 7.4666666667vw;
    padding-bottom: 12vw;
  }
}
.event .head {
  width: 290px;
  margin: 0 0 20px auto;
}
@media screen and (max-width: 768px) {
  .event .head {
    margin-bottom: 5.3333333333vw;
    width: 77.3333333333vw;
  }
}
.event .head .head_text {
  margin-bottom: 7px;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .event .head .head_text {
    margin-bottom: 1.8666666667vw;
    font-size: 5.3333333333vw;
  }
}
.event_list {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  margin: 0 25px;
}
@media screen and (max-width: 768px) {
  .event_list {
    gap: 0 5.3333333333vw;
  }
}
.event_list .img {
  width: 85px;
  height: 85px;
}
@media screen and (max-width: 768px) {
  .event_list .img {
    width: 22.6666666667vw;
    height: 22.6666666667vw;
  }
}
.event .event_list + .event_list {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #C9C9C9;
}
@media screen and (max-width: 768px) {
  .event .event_list + .event_list {
    padding-top: 8vw;
    margin-top: 8vw;
  }
}
.event_cont {
  flex-shrink: 1;
  width: 230px;
}
@media screen and (max-width: 768px) {
  .event_cont {
    width: 61.3333333333vw;
  }
}
.event_cont .head {
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #D43C3D;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .event_cont .head {
    margin-bottom: 2.6666666667vw;
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
}
.event_cont .head::before {
  background: #D43C3D;
  content: "";
  display: block;
  width: 2px;
  height: 9px;
  position: absolute;
  background-size: contain;
  top: 0%;
  left: 0%;
}
@media screen and (max-width: 768px) {
  .event_cont .head::before {
    width: 0.5333333333vw;
    height: 2.4vw;
  }
}
.event_cont .data {
  margin-bottom: 8px;
  font-weight: bold;
  color: #000;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .event_cont .data {
    margin-bottom: 2.1333333333vw;
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.event_cont .title {
  margin-bottom: 10px;
  font-weight: bold;
  color: #000;
  line-height: 1.2;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .event_cont .title {
    margin-bottom: 2.6666666667vw;
    font-size: 17px;
    font-size: 4.5333333333vw;
  }
}
.event_cont .text {
  margin-bottom: 17px;
  color: #000;
  line-height: 1.3;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .event_cont .text {
    margin-bottom: 4.5333333333vw;
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}
.event_cont .btn {
  display: block;
  width: 100%;
  height: 31px;
  line-height: 31px;
  border-radius: 2rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .event_cont .btn {
    height: 8.2666666667vw;
    line-height: 8.2666666667vw;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.event_cont .btn.open {
  background: #0F1331;
}
.event_cont .btn.coming {
  background: #C9C9C9;
}

.special {
  position: relative;
  z-index: 1;
  padding: 185px 0 40px;
}
@media screen and (max-width: 768px) {
  .special {
    padding-top: 49.3333333333vw;
  }
}
.special::before {
  background-image: linear-gradient(rgba(8, 101, 179, 0.02), #000B3D);
  content: "";
  display: block;
  width: 100%;
  height: 900px;
  position: absolute;
  background-size: contain;
  bottom: 0;
  left: 0%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .special::before {
    height: 240vw;
  }
}
.special_title {
  margin: 0 auto 22px;
  width: 335px;
}
@media screen and (max-width: 768px) {
  .special_title {
    width: 89.3333333333vw;
  }
}
.special_inner {
  padding: 0 23px 26px;
}
.special_inner.enjoy .special_head {
  background: #0F1331;
}
.special_inner.enjoy .special_article::before {
  border-bottom: 25px solid #0F1331;
  border-left: 25px solid transparent;
}
.special_inner.limited .special_head {
  background: #D43C3D;
}
.special_inner.limited .special_article::before {
  border-bottom: 25px solid #D43C3D;
  border-left: 25px solid transparent;
}
.special_head {
  width: 100%;
  padding: 3px 0;
  margin-bottom: 10px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .special_head {
    font-size: 15px;
    font-size: 4vw;
  }
}
.special_article {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 10px;
  padding: 5px 8px;
  background: #fff;
}
.special_article::before {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.special_article .img {
  width: 85px;
}
@media screen and (max-width: 768px) {
  .special_article .img {
    width: 22.6666666667vw;
  }
}
.special_article .text_inner {
  max-width: 208px;
}
@media screen and (max-width: 768px) {
  .special_article .text_inner {
    max-width: 55.4666666667vw;
  }
}
.special_article .data {
  position: relative;
  padding-left: 7px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #D43C3D;
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .special_article .data {
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
}
.special_article .data::before {
  background: #D43C3D;
  content: "";
  display: block;
  width: 2px;
  height: 9px;
  position: absolute;
  background-size: contain;
  top: 0%;
  left: 0%;
}
@media screen and (max-width: 768px) {
  .special_article .data::before {
    width: 0.5333333333vw;
    height: 2.4vw;
  }
}
.special_article .title {
  color: #000;
  font-weight: bold;
  line-height: 1.2;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .special_article .title {
    font-size: 17px;
    font-size: 4.5333333333vw;
  }
}
.special div.special_article {
  opacity: 0.7;
}
.special .special_article + .special_article {
  margin-top: 10px;
}

.schedule {
  padding: 30px 0 112px;
}
.schedule_title {
  margin: 0 auto 18px;
  width: 280px;
}
@media screen and (max-width: 768px) {
  .schedule_title {
    width: 74.6666666667vw;
  }
}
.schedule_list {
  max-width: 297px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 28px 17px;
}
@media screen and (max-width: 768px) {
  .schedule_list {
    gap: 7.4666666667vw 4.5333333333vw;
    max-width: 79.2vw;
  }
}
.schedule_list li, .schedule_list a, .schedule_list div {
  display: block;
  width: 140px;
}
@media screen and (max-width: 768px) {
  .schedule_list li, .schedule_list a, .schedule_list div {
    width: 37.3333333333vw;
  }
}
.schedule_list a {
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.5));
}

.quiz_list li .btn,
.schedule_list li .btn {
  display: none;
}

.notice {
  position: relative;
  z-index: 1;
  background: #0F1331;
  padding: 27px 20px 40px;
  color: #C9C9C9;
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .notice {
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
}
.notice::before {
  background: url("../../../../../common/img/campaign/2026/allstar_events/notice_bg.png") no-repeat;
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  background-size: contain;
  top: -59px;
  left: 0%;
}
@media screen and (max-width: 768px) {
  .notice::before {
    height: 16vw;
    top: -15.7333333333vw;
  }
}
.notice_title {
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .notice_title {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.notice_text {
  position: relative;
  padding-left: 20px;
  font-size: 11px;
  line-height: 1.55;
}
@media screen and (max-width: 768px) {
  .notice_text {
    padding-left: 5.3333333333vw;
    font-size: 11px;
    font-size: 2.9333333333vw;
  }
}
.notice_text a {
  color: #C9C9C9;
  border-bottom: 1px solid #C9C9C9;
}
.notice_text::before {
  content: "";
  display: block;
  background: #C9C9C9;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 3%;
  font-size: 5px;
}
@media screen and (max-width: 768px) {
  .notice_text::before {
    top: 1.8666666667vw;
  }
}

.parallax {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.parallax_img {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 130%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .parallax_img {
    height: 125%;
  }
}

@media screen and (min-width: 1000px) {
  .slick-prev, .slick-next {
    transition: 0.3s;
  }
  .slick-prev:hover, .slick-next:hover {
    opacity: 0.7;
  }
  .quiz_list li .btn.entry:hover {
    transition: 0.3s;
    opacity: 0.7;
  }
  .event_cont .btn.open:hover {
    transition: 0.3s;
    opacity: 0.7;
  }
  a.special_article:hover {
    transition: 0.3s;
    opacity: 0.7;
  }
  .schedule_list a:hover {
    transition: 0.3s;
    opacity: 0.7;
  }
}/*# sourceMappingURL=style.css.map */
