@charset "utf-8";
/* CSS Document */
html {
  padding: 0;
  margin: 0;
  /*cursor: url(../../assets/img/paint.png) , auto;*/
  z-index: 99999;
  font-family: "Noto Sans JP", sans-serif;
}
ul {
    margin:0;
    padding: 0;
}
p {
  margin: 0;
  padding: 0;
}
body {
  position: relative;
  margin: 0;
  background-color: #000;
  z-index: 100;
　cursor: url(../../assets/img/paint.png) 4 4, auto;
}


/* ヘッダー */
#header_aria {
    position: relative;
    background: #100f17;
    height: 70px;
    box-sizing: border-box;
    padding: 0 40px;
    width: 100%;
    margin: auto;
    z-index: 999;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}
#header_aria .logo_box {
    position: absolute;
    left: 10px;
    top: 10px;
}
#header_aria ul.shop_icon_list {
    display: flex;
}
#header_aria ul.shop_icon_list li {
    list-style: none;
    margin-right:5px;
}
#header_aria ul.shop_icon_list li img {
    width: 50px;
}
@media screen and (max-width: 1200px) {
    #header_aria {
        background: rgba(0, 0, 0, 0.6);
    }
}
@media screen and (max-width: 768px) {
    #header_aria {
        position: fixed;
        height: 50px;
        padding: 0 30px;
    }
    #header_aria ul.shop_icon_list li img {
        width: 30px;
        height: auto;
    }
    #header_aria ul.shop_icon_list li {
        margin-right: 5px;
    }
}

/* ハンバーガー */
.nav_box {
  display: none;
}
#humBox_wrap {
  width: 60px;
  position: absolute;
  right: 20px;
  top: 5px;
}
#humBox {
  position: relative;
  height: 60px;
  width: 60px;
  z-index: 9999;
}
#humBox span {
  width: 40px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.4s;
}
#header_aria .nav_box nav {
  display: flex;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: -100vh;
  margin: auto;
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  overflow: hidden;
  opacity: 0;
  background-image: url(../../assets/img/info2_bk.png);
  background-color: #000103;
}
#header_aria .nav_box nav ul {
  padding: 100px;
}
#header_aria .nav_box nav ul li a {
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
#header_aria a:hover {
  opacity: 0.3;
  transition: 0.5s;
}
#header_aria .nav_box nav .logo img {
  width: 150px;
  margin: -20px auto 10px;
}
#header_aria .nav_box nav.open {
  top: 0;
  opacity: 1;
}
#header_aria .nav_box nav.open ul {
  opacity: 1;
  transition: opacity 0.3s ease-in;
}
#header_aria .nav_box nav.open ul li a {
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
    #header_aria {
        background: rgba(0, 0, 0, 0.6);
    }
    .nav_box {
        display: block;
    }
    #humBox_wrap {
        width: 60px;
        position: absolute;
        right: 20px;
        top: 5px;
    }
    #humBox {
        position: relative;
        height: 60px;
        width: 60px;
        z-index: 9999;
        cursor: pointer;
    }
    #humBox span {
        width: 40px;
        height: 3px;
        background: #fff;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        transition: 0.4s;
    }
    #humBox span::before {
        content: "";
        width: 100%;
        height: 3px;
        background: #fff;
        position: absolute;
        bottom: 12px;
        transition: 0.4s;
    }
     #humBox span::after {
        content: "";
        width: 100%;
        height: 3px;
        background: #fff;
        position: absolute;
        top: 12px;
        transition: 0.4s;
    }
     #humBox.active span {
    background: transparent;
  }
  #humBox.active span::before {
    transform: rotate(45deg);
    bottom: 0;
    background: #fff;
  }
  #humBox.active span::after {
    transform: rotate(-45deg);
    top: 0;
    background: #fff;
  }
}
@media screen and (max-width: 768px) {
    #humBox {
        position: relative;
        height: 40px;
        width: 40px;
    }
    #humBox_wrap {
        width: 40px;
        right: 20px;
        top: 5px;
    }
    #humBox span {
        width: 25px;
        height: 2px;
    }
    #humBox span::before {
        height: 2px;
        bottom: 9px;
    }
    #humBox span::after {
        height: 2px;
        top: 9px;
    }
    #header_aria .nav_box nav ul li a {
        font-size: 14px;
    }
}

/* サイド左 */
#wrapper {
    overflow: hidden;
}
#minions_logo {
    position: fixed;
    left: 0;
    top: 50px;
    width: calc((100% - 1000px) / 2);
    z-index: 997;
}
#minions_logo a {
    width: 80%;
    max-width: max-content;
    display: block;
    margin: auto;
    text-align: center;
}
#minions_logo a:hover {
  animation: shake 0.3s ease-in-out;
}
#minions_logo img {
    width: 100%;
    max-width: max-content;
}

@media screen and (max-width: 1400px) {
    #minions_logo {
        width: calc((100% - 800px) / 2);
    }
}
@media screen and (max-width: 1200px) {
    #minions_logo {
        display: none;
    }
}

/* サイド右 */
#fixed_nav {
    position: fixed;
    top: 50px;
    right: 0;
    width: calc((100% - 1000px) / 2);
}
.fix_list {
    width: 75%;
    margin: auto;
    max-width: 100px;
    display: block;
    flex-wrap: wrap;
    justify-content: center;
}
.fix_list a {
    display: block;
    position: relative;
    text-align: left;
    border-radius: 100%;
}
.fix_list a img {
    width: 100%;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: brightness(0.9) contrast(1); 
}
.fix_list a img:hover {
  transform: scale(1.03) translate(1px, -1px); 
  filter: brightness(1.2) contrast(1.3);
}
.futuristic-link::before {
 content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 255, 255, 0.2) 1px, 
    transparent 1px
  );
  background-size: 100% 3px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.futuristic-link:hover img {
  transform: scale(1.02) translate(1px, -1px); 
  filter: brightness(1.2) contrast(1.3); 
}
.futuristic-link:hover::before {
  opacity: 0.8;
}



.fix_list li {
  list-style: none;  
}
.fix_list li:nth-child(odd) {
    margin-left: -7%;
}
.fix_list li:nth-child(1) {
   margin-bottom: -11%;
}
.fix_list li:nth-child(2) {
   margin-bottom: -2%;
}
.fix_list li:nth-child(3) {
   margin-bottom: -13%;
}
.fix_list li:nth-child(4) {
   margin-bottom: -2%;
}
.fix_list li:nth-child(5) {
   margin-bottom: -12%;
}
#minions_logo, #fixed_nav {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
#minions_logo.show, #fixed_nav.show {
  animation: popIn 0.6s ease forwards;
  pointer-events: auto;
}
#minions_logo.hide, #fixed_nav.hide {
  animation: popOut 0.4s ease forwards;
  pointer-events: none;
}
#minions_logo {
    transition: filter 0.4s ease, transform 0.4s ease;
    filter: brightness(0.9) contrast(1);
}
@keyframes popIn {
  0% {
    transform: scale(0.5) rotate(-10deg);
    opacity: 0;
  }
  60% {
    transform: scale(1.1) rotate(3deg);
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}
@keyframes popOut {
  0% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
  60% {
    transform: scale(1.1) rotate(3deg);
    opacity: 1;
  }
  100% {
    transform: scale(0.5) rotate(-10deg);
    opacity: 0;
  }
}
@media screen and (max-width: 2000px) {
    .fix_list {
        max-width: 450px;
    }
}
@media screen and (max-width: 1400px) {
    #fixed_nav {
        width: calc((100% - 900px) / 2);
    }
    .fix_list {
        max-width: 250px;
    }
}
@media screen and (max-width: 1200px) {
    #fixed_nav {
        display: none;
    }
}


/* FV */
.fv {
    width:100%;
}
.fv img{
    width:100%;
    padding:0;
}

/* info1 */
#info1_bk {
    background-image: url(../../assets/img/info1_bk.png);
    background-position:top center;
}
.info1 {
    max-width:1000px;
    width:100%;
    margin:-10px auto 0;
    padding-bottom:140px;
}
.day {
    max-width:680px;
    width:100%;
    display:block;
    margin:0px auto 0;
    padding:51px 0 0;
    position: relative;
}
.mv {
    width:100%;
    margin:60px auto 0;
    position: relative;
}
.mv iframe{
    width: 615px;
    height: 341px;
    display:block;
    margin: 0 auto;
}
.Eventperiod{
    max-width:680px;
    width:100%;
    margin:-120px auto 0;
    position: relative;
    z-index: 3;
}
.Eventperiod img{
    width:100%;
}


/* info2 */
#info2_bk {
    background-image: url(../../assets/img/info2_bk.png);
    background-color: #000103;
    background-position:center;
}
.info2 {
    max-width:1000px;
    width:100%;
    margin:-10px auto 0;
    padding-top:130px;
    padding-bottom:130px;
}

.info2_text {
    max-width:800px;
    width:100%;
    text-align: center;
    margin: 0 auto;
}
.info2_text img {
    width:100%; 
}

/* footer上ボタン（TOPページ） */
.page_button {
    width:900px;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    margin:0 auto;
    gap:30px;
    padding-bottom:70px;
}
.page_button a:hover {
    transition: 0.5s;
    opacity: 0.6;
}

/* footer */
footer {
    max-width:650px;
    width:100%;
    margin:0 auto;
    color: #fff;
    text-align: center;
    padding: 84px 0 130px;
}
footer h2 {
    color: #fff;
    text-align: center;
    margin:0 auto;
    padding-bottom:5px;
    font-size: 22px;
    display:inline;
    border-bottom:1px solid #fff;
}
footer h2 a {
    text-decoration: none;
    color: #fff;
}
footer h2 a:hover {
    opacity: 0.5;
    transition: 0.5s;
}
.footer_link_list {
    display: flex;
    justify-content: space-between;
    margin-top:70px;
    margin-bottom: 80px;
}
footer ul {
    max-width: 1000px;
    margin: 0 auto;
}
.footer_link_list li {
    width: calc(50% - 0px);
    border: 1px solid #ccc;
    box-sizing: border-box;
    list-style: none;
}
.footer_link_list li a {
    display: flex;
    justify-content: center;
    background: #fff url(../img/bnrList02_tab_icon.svg) no-repeat bottom 10px right 10px / 15px;
}
.copyright {
    font-size: 13px;
}
@media screen and (max-width: 768px) {
  .fv {
    margin-top: 50px;
}
  .info1 {
    max-width: 100%;
    padding-bottom: 36px;
}
  .day {
    max-width: 90%;
    padding: 25px 0 0;
}
    .mv {
    width: 100%;
    margin: 0px auto 0;
    position: relative;
}
    .mv iframe {
    width: 90%;
    margin-top:30px;
}
    .Eventperiod {
    max-width: 90%;
    margin: 0 auto 0;
}
    .info2 {
    max-width: 90%;
    margin: -10px auto 0;
    padding-top: 50px;
    padding-bottom: 20px;
}
    .page_button {
    width: 95%;  
    gap: 8px;
    padding-bottom: 30px;
}
    .page_button a {
     width:46%;
}
    .page_button a img {
     width:100%;
}
    footer {
    max-width: 90%;
    width: 100%;
    padding: 40px 0 40px;
}
    .footer_link_list li {
        width: 100%;
    }
    .footer_link_list img {
        width: 100%;
    }
}







