@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : base.css
Description : 共通
===================================================================== */
/* =====================================================================
    共通（大枠）
======================================================================*/
html {
  min-height: 100vh;
  font-size: calc(10 / 750 * 100vw);
}

.gDef-top-banner {
  background-color: #000;
}

#gDefFooter {
  position: relative;
  z-index: 2;
}

.wrapper {
  position: relative;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 3rem;
  line-height: 1;
  color: #000;
  background-color: #ff1a2d;
  overflow: hidden;
}
.wrapper img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.wrapper a {
  display: block;
  color: #000;
  word-wrap: break-word;
}

section,
main,
header,
footer {
  position: relative;
  z-index: 1;
}

.inner {
  position: relative;
  margin: 0 auto;
  width: calc(640 / 750 * 100%);
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: calc(10 / 1920 * 100vw);
  }
  .wrapper {
    font-size: 1.8rem;
    font-size: max(1.8rem, 14px);
  }
  .wrapper a,
  .wrapper button {
    transition: 0.3s ease;
  }
  .inner {
    width: 90%;
    max-width: 1024px;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 10px;
  }
}
/* =====================================================================
*    共通
* =================================================================== */
.bg_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg_wave {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000;
}
.bg_wave.bl::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -5.3rem;
  width: calc(477 / 750 * 100%);
  height: 5.4rem;
  background-image: url(../images/common/img_wave.svg);
  background-repeat: repeat-x;
  background-size: auto 100%;
  left: 0;
  background-position: bottom right;
}
@media screen and (min-width: 768px) {
  .bg_wave.bl::before {
    width: calc(797 / 1920 * 100%);
  }
}
.bg_wave.br::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -5.3rem;
  width: calc(477 / 750 * 100%);
  height: 5.4rem;
  background-image: url(../images/common/img_wave.svg);
  background-repeat: repeat-x;
  background-size: auto 100%;
  right: 0;
  background-position: bottom left;
}
@media screen and (min-width: 768px) {
  .bg_wave.br::before {
    width: calc(797 / 1920 * 100%);
  }
}

.sec_ttl,
.sec_ttl_right {
  margin-bottom: 3rem;
}
.sec_ttl .ja,
.sec_ttl_right .ja {
  display: block;
  font-weight: 700;
  color: #ff1a2d;
}
.sec_ttl .en,
.sec_ttl_right .en {
  display: block;
  margin-top: 0.1em;
  font-family: "Bungee", cursive;
  font-size: 12rem;
  color: #fff;
}
.sec_ttl .en small,
.sec_ttl_right .en small {
  font-size: 50%;
}

.sec_ttl_right {
  text-align: right;
}

.sec_ttl2 {
  text-align: center;
  margin-bottom: 8rem;
}
.sec_ttl2 span {
  position: relative;
  padding: 0 1.8em;
  font-size: 160%;
  font-weight: 900;
}
.sec_ttl2 span::before, .sec_ttl2 span::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.8em;
  height: 1em;
  background: url(../images/common/icon_arrowDown_b.png) no-repeat center/contain;
}
.sec_ttl2 span::after {
  left: auto;
  right: 0;
}

.btn1 {
  position: relative;
  margin-bottom: 2.4rem;
}
.btn1::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 0.8rem);
  height: calc(100% - 0.8rem);
  border: 0.3rem solid #fff1a2;
  -o-border-image: linear-gradient(to right, #a46512 0%, #ecc038 25%, #fff1a2 50%, #ecc038 75%, #a46512 100%);
     border-image: linear-gradient(to right, #a46512 0%, #ecc038 25%, #fff1a2 50%, #ecc038 75%, #a46512 100%);
  border-image-slice: 1;
  pointer-events: none;
  z-index: 1;
}
.btn1::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -2.4rem;
  left: 0;
  width: 100%;
  height: 2.4rem;
  background-size: auto auto;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 2px, #000 2px, #000 3px);
}
.btn1 a,
.btn1 button {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2.4rem 0;
  width: 100%;
  height: 100%;
  min-height: 12.8rem;
  font-size: 160%;
  font-weight: 900;
  color: #ffec1a;
  background: #000;
}
.btn1 a::after,
.btn1 button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.6rem;
  transform: translateY(-50%);
  width: 3.2rem;
  height: 4.8rem;
  border-radius: 0.8rem 0 0 0.8rem;
  background: #a46512 url(../images/common/icon_arrow_gold.svg) no-repeat center/40% auto;
}
.btn1 a svg,
.btn1 button svg {
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 2.2rem;
}
.btn1 .date {
  margin-top: 0.5em;
  font-size: 42%;
  font-weight: 700;
  color: #fff;
}
.btn1 .date em {
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 140%;
  color: #ff1a2d;
}

.btn2 {
  text-align: center;
}
.btn2 a {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 2.4rem 8rem;
  min-width: 44rem;
  border-radius: 3em;
  font-size: 106%;
  color: #fff;
  background: #000;
}
.btn2 a svg {
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 2.2rem;
  fill: #ff1a2d;
}

.btn_apply {
  margin-bottom: 2.4rem;
}
.btn_apply::before {
  display: none;
}
.btn_apply a {
  padding: 1.4rem 0;
}
.btn_apply a dt {
  letter-spacing: 0.2em;
}
.btn_apply a .date em {
  color: #ff1a2d;
}
.btn_apply a::after {
  display: none;
}
.btn_apply a svg {
  fill: #fff;
}

.movie_embed {
  position: relative;
}
.movie_embed_inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie_embed_inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie_embed.movie_short .movie_embed_inner {
  padding-top: 175.5%;
}

@media screen and (min-width: 768px) {
  .sec_ttl .en,
  .sec_ttl_right .en {
    font-size: 400%;
  }
  .sec_ttl2 {
    margin-bottom: 4rem;
  }
  .sec_ttl2 span {
    font-size: 266%;
  }
  .btn1 a,
  .btn1 button {
    min-height: 15rem;
    font-size: 266%;
  }
  .btn1 a::after,
  .btn1 button::after {
    width: 4rem;
    height: 4.8rem;
  }
  .btn1 a svg,
  .btn1 button svg {
    position: relative;
    right: 0;
    transform: translateY(0%);
    transition: 0.3s ease;
  }
  .btn1 a:hover,
  .btn1 button:hover {
    background: #4c080d;
  }
  .btn1 a:hover svg,
  .btn1 button:hover svg {
    right: -3rem;
  }
  .btn2 a {
    min-width: 32rem;
  }
  .btn2 a svg {
    width: 1.1rem;
    height: 1.6rem;
    transition: 0.3s ease;
  }
  .btn2 a:hover svg {
    right: 1rem;
  }
  .btn_apply {
    background: #000;
  }
  .btn_apply a {
    margin: 0 auto;
    max-width: 640px;
  }
  .btn_apply a:hover {
    background: #000;
  }
}
/* =====================================================================
*    header
* =================================================================== */
.fix_content_pc {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
}

.rightSide_link li {
  margin: 0.6rem 0;
  width: 7.2rem;
  height: 28rem;
  min-height: 150px;
}
.rightSide_link li::after {
  display: none;
}
.rightSide_link li a {
  font-size: 2rem;
  writing-mode: vertical-rl;
}
.rightSide_link li a::after {
  top: auto;
  bottom: 3rem;
  left: 50%;
  right: auto;
  transform: translate(-50%, 0);
  width: 1.2rem;
  height: 1.6rem;
  background: url(../images/common/icon_arrow_gold.svg) no-repeat center/100% auto;
  transition: 0.3s ease;
}
.rightSide_link li a:hover {
  background: #000;
}
.rightSide_link li a:hover::after {
  transform: translate(0%, 0);
}

/* =====================================================================
    animation
======================================================================*/
.anime_sticker {
  display: flex;
  justify-content: flex-start;
  padding: 1rem 0;
  width: -moz-max-content;
  width: max-content;
  height: 19.4rem;
}
.anime_sticker > * {
  width: 302.5rem;
  height: 100%;
  background: url(../images/common/img_sticker.png) round center top/100% 100%;
}
.anime_sticker_1 {
  animation: loopLeft 150s -75s linear infinite;
}
.anime_sticker_2 {
  animation: loopRight 150s linear infinite;
}

.anime_text {
  display: flex;
  justify-content: flex-start;
  width: -moz-max-content;
  width: max-content;
  height: 8.5rem;
  border-top: 1.2rem double;
  border-bottom: 1.2rem double;
}
.anime_text > * {
  position: relative;
  padding: 1.2rem 0;
  width: 403rem;
  height: 100%;
}
.anime_text > *::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/top/txt_NEWSTARAUDITION.svg) round center/auto 100%;
}
.anime_text_1 {
  animation: loopLeft 155s -77.5s linear infinite;
}
.anime_text_2 {
  animation: loopRight 155s linear infinite;
}

.anime_photo {
  position: relative;
  display: flex;
  justify-content: flex-start;
  width: -moz-max-content;
  width: max-content;
  height: 24rem;
}
.anime_photo > * {
  width: 432.2rem;
  height: 100%;
}
.anime_photo_1 {
  animation: loopLeft 100s -50s linear infinite;
  animation-direction: reverse;
}
.anime_photo_2 {
  animation: loopRight 100s linear infinite;
  animation-direction: reverse;
}

.anime_sticker.reverse > *,
.anime_text.reverse > *,
.anime_photo.reverse > * {
  animation-direction: reverse;
}

@keyframes loopLeft {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes loopRight {
  from {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0%);
  }
}
/* =====================================================================
*    banner
* =================================================================== */
.banner_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.banner_list li {
  margin-bottom: 3rem;
  width: calc(600 / 640 * 100%);
}
.banner_list li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .banner_list li {
    width: calc(600 / 1024 * 100%);
  }
  .banner_list li a:hover {
    transform: scale(1.05);
  }
}
/* =====================================================================
    movie
======================================================================*/
.movie {
  padding: 16rem 0 8rem;
}
.movie .bg_wave {
  position: absolute;
  top: 8rem;
  height: 30rem;
}
.movie .bg_wave::before {
  width: calc(157 / 750 * 100%);
}
.movie .inner::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  margin: calc(-64 / 640 * 100%) calc(-170 / 640 * 100%) 0 0;
  width: calc(401 / 640 * 100%);
  padding-top: calc(383 / 640 * 100%);
  background: url(../images/newstar/img_deco2.png) no-repeat center/contain;
}
.movie_list {
  position: relative;
  margin-left: auto;
  width: calc(550 / 640 * 100%);
}
.movie_list li {
  margin-bottom: 4rem;
}
.movie_list li::before {
  content: "";
  position: absolute;
  display: block;
  top: 1.6rem;
  right: -1.6rem;
  width: 100%;
  height: 100%;
  background: #ff1a2d;
  border-radius: 1.6rem;
}
.movie_list li .movie_embed_inner {
  border-radius: 1.6rem;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .movie {
    padding: 20rem 0 17rem;
  }
  .movie .bg_wave {
    height: 36rem;
  }
  .movie .bg_wave::before {
    bottom: -11.1rem;
    height: 11.2rem;
    width: calc(317 / 1920 * 100%);
  }
  .movie .bg_wave::after {
    content: "";
    position: absolute;
    display: block;
    bottom: -5.3rem;
    width: calc(477 / 750 * 100%);
    height: 5.4rem;
    background-image: url(../images/common/img_wave.svg);
    background-repeat: repeat-x;
    background-size: auto 100%;
    right: 0;
    background-position: bottom left;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .movie .bg_wave::after {
    width: calc(797 / 1920 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .movie .inner::before {
    margin: calc(-66 / 1024 * 100%) calc(-103 / 1024 * 100%) 0 0;
    width: calc(240 / 1024 * 100%);
    padding-top: calc(229 / 1024 * 100%);
  }
  .movie_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .movie_list li {
    margin: 0 calc(27 / 1024 * 100%) calc(27 / 1024 * 100%) 0;
    width: calc(320 / 1024 * 100%);
  }
  .movie_list li:nth-child(3n), .movie_list li:last-child {
    margin-right: 0;
  }
  .movie_list li.movie_short {
    width: calc(230 / 1024 * 100%);
  }
  .btn_youtube {
    position: absolute;
    top: 3.4rem;
    right: 0;
  }
}
/* =====================================================================
*    footer
* =================================================================== */
.fix_content_sp {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .fix_content_sp {
    display: none;
  }
}
.fix_content_sp.fixed {
  position: fixed;
}

.footer_logo {
  margin: 0 auto 2rem;
  width: 68rem;
  filter: drop-shadow(0px 0px 0.4em #fff) drop-shadow(0px 0px 0.4em #fff) drop-shadow(0px 0px 0.4em #fff);
}
.footer_link {
  display: flex;
}
.footer_link li {
  flex: 1;
  margin: 0;
}
.footer_link li a {
  padding: 2rem 0;
  font-size: 2.9rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .footer_link li a::after {
    width: 1em;
    height: 1.4em;
  }
}

@media screen and (min-width: 768px) {
  .fix_content_sp {
    position: absolute !important;
  }
  .footer_link li a {
    font-size: 3.2rem;
  }
}
/* =====================================================================
*    popup
* =================================================================== */
.popup {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  z-index: 99999;
}

.popup_area {
  display: flex;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.popup_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
}

.popup_inner {
  position: relative;
  margin: auto;
  align-self: flex-start;
  padding: 5.5em 0;
  width: 100%;
}

.popup_close {
  position: absolute;
  top: 16rem;
  right: 2rem;
  width: 3em;
  height: 3em;
  z-index: 3;
}
.popup_close::before {
  content: "";
  display: block;
  width: 1px;
  padding-top: 100%;
  background-color: #fff;
  transform: rotate(45deg);
  margin: 0 auto;
}
.popup_close::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  width: 1px;
  margin: 0 auto;
  padding-top: 100%;
  background-color: #fff;
  transform: rotate(-45deg);
}

.popup_list {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ff6d2d;
}
.popup_list > li {
  position: relative;
  display: none;
  margin: 0 auto;
  padding: 12rem 0;
  width: calc(640 / 750 * 100%);
  z-index: 2;
}

.popup_movie_embed {
  position: relative;
  padding-top: 56.25%;
}
.popup_movie_embed iframe,
.popup_movie_embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popup_close2 {
  margin: 1em auto 0;
  padding: 0.5em;
  width: 30rem;
  font-size: 2.8rem;
  text-align: center;
  background: #ff1a2d;
  color: #fff;
  border: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  .popup_bg {
    cursor: pointer;
  }
  .popup_inner {
    width: 90%;
    max-width: 1024px;
  }
  .popup_movie .popup_inner {
    max-width: 120vh;
  }
  .popup_close {
    right: 12rem;
    cursor: pointer;
  }
  .popup_list > li {
    width: calc(1024 / 1240 * 100%);
  }
  .popup_close2 {
    width: 50rem;
    transition: 0.3s ease;
    cursor: pointer;
  }
  .popup_close2:hover {
    background-color: #ffec1a;
  }
}/*# sourceMappingURL=base.css.map */opup_movie_embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popup_close2 {
  margin: 1em auto 0;
  padding: 0.5em;
  width: 30rem;
  font-size: 2.8rem;
  text-align: center;
  background: #ff1a2d;
  color: #fff;
  border: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  .popup_bg {
    cursor: pointer;
  }
  .popup_inner {
    width: 90%;
    max-width: 1024px;
  }
  .popup_movie .popup_inner {
    max-width: 120vh;
  }
  .popup_close {
    right: 12rem;
    cursor: pointer;
  }
  .popup_list > li {
    width: calc(1024 / 1240 * 100%);
  }
  .popup_close2 {
    width: 50rem;
    transition: 0.3s ease;
    cursor: pointer;
  }
  .popup_close2:hover {
    background-color: #ffec1a;
  }
}
/*# sourceMappingURL=base.css.map */