/*=========================================================================
MODULE
=========================================================================*/
.d_none {
  display: none !important;
}

@media (min-width: 769px) {
  .for_sp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .for_pc {
    display: none !important;
  }
}
#pageTitle {
  font-size: 60px;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  #pageTitle {
    font-size: clamp(56px, 3.126vw, 60px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  #pageTitle {
    font-size: clamp(48px, 4.67vw, 56px);
  }
}
@media (max-width: 768px) {
  #pageTitle {
    font-size: clamp(40px, 6.25vw, 48px);
  }
}
@media (max-width: 480px) {
  #pageTitle {
    font-size: 8.333vw;
  }
}

.section_headline {
  font-size: 40px;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .section_headline {
    font-size: clamp(36px, 2.084vw, 40px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .section_headline {
    font-size: clamp(30px, 3.002vw, 36px);
  }
}
@media (max-width: 768px) {
  .section_headline {
    font-size: clamp(30px, 4.687vw, 36px);
  }
}
@media (max-width: 480px) {
  .section_headline {
    font-size: clamp(24px, 6.25vw, 30px);
  }
}

ul#naviList li a {
  font-size: 24px;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  ul#naviList li a {
    font-size: clamp(20px, 1.25vw, 24px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  ul#naviList li a {
    font-size: clamp(18px, 1.668vw, 20px);
  }
}
@media (max-width: 768px) {
  ul#naviList li a {
    font-size: clamp(18px, 2.604vw, 20px);
  }
}
@media (max-width: 480px) {
  ul#naviList li a {
    font-size: clamp(16px, 3.75vw, 18px);
  }
}

#Copy {
  font-size: 16px;
}
@media screen and (max-width: 1919px) {
  #Copy {
    font-size: clamp(14px, 0.833vw, 16px);
  }
}
@media screen and (max-width: 1200px) {
  #Copy {
    font-size: clamp(13px, 1.166vw, 14px);
  }
}
@media screen and (max-width: 900px) {
  #Copy {
    font-size: clamp(12px, 1.444vw, 13px);
  }
}
@media (max-width: 768px) {
  #Copy {
    font-size: clamp(13px, 1.822vw, 14px);
  }
}
@media (max-width: 480px) {
  #Copy {
    font-size: clamp(12px, 2.916vw, 13px);
  }
}

/* ----------------------------------------------------------- */
/* ----------------------------------------------------------------- */
ul#naviList li a {
  color: #dd1d5e;
}

/* reset styles */
/*=========================================================================
BASIC
=========================================================================*/
#Wrapper {
  background: #000;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/* ---------------------------------------------------------------- */
#mainContents {
  width: 100%;
  height: auto;
  margin: 0 auto;
  min-height: 100vh;
  position: relative;
  z-index: 1;
  padding: 90px 0 120px;
}
@media (max-width: 768px) {
  #mainContents {
    padding: 9% 0 12%;
  }
}

/* ---------------------------------------------------------------- */
.section_basic {
  width: 90%;
  height: auto;
  margin: 0 auto;
  max-width: 1366px;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .section_basic {
    padding: 6% 0;
  }
}
.section_basic:before, .section_basic:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 6px;
  background: #f3afcb;
  border-radius: 0.5em;
  -webkit-box-shadow: -1px -1px rgb(206, 36, 117), 1px -1px rgb(206, 36, 117), 1px 1px rgb(206, 36, 117), -1px 1px rgb(206, 36, 117), 0 0 0.1em rgb(206, 36, 117), 0 0 0.1em rgb(206, 36, 117) inset, 0 0 0.5em rgb(206, 36, 117), 0 0 0.5em rgb(206, 36, 117) inset, 0 0 0.5em rgb(206, 36, 117), 0 0 1em rgb(206, 36, 117), 0 0 0.5em rgb(206, 36, 117), 0 0 1em rgb(206, 36, 117);
          box-shadow: -1px -1px rgb(206, 36, 117), 1px -1px rgb(206, 36, 117), 1px 1px rgb(206, 36, 117), -1px 1px rgb(206, 36, 117), 0 0 0.1em rgb(206, 36, 117), 0 0 0.1em rgb(206, 36, 117) inset, 0 0 0.5em rgb(206, 36, 117), 0 0 0.5em rgb(206, 36, 117) inset, 0 0 0.5em rgb(206, 36, 117), 0 0 1em rgb(206, 36, 117), 0 0 0.5em rgb(206, 36, 117), 0 0 1em rgb(206, 36, 117);
  -webkit-animation: blink 0.1s infinite alternate;
          animation: blink 0.1s infinite alternate;
}
.section_basic:before {
  top: 0;
}
.section_basic:after {
  bottom: 0;
}

/* ---------------------------------------------------------------- */
#pageTitle {
  color: #ce2475;
  font-family: "digi", serif !important;
  line-height: 160%;
  font-weight: 600;
  margin-bottom: 45px;
  text-align: center;
  text-shadow: -1px -1px 6px rgba(175, 35, 113, 0.4), 1px -1px 6px rgba(175, 35, 113, 0.4), 1px 1px 6px rgba(175, 35, 113, 0.4), -1px 1px 6px rgba(175, 35, 113, 0.4);
}
@media (max-width: 768px) {
  #pageTitle {
    margin-bottom: 4.5%;
  }
}

/* ---------------------------------------------------------------- */
.section_headline {
  color: #ce2475;
  font-family: "digi", serif !important;
  line-height: 160%;
  font-weight: 600;
  margin-bottom: 45px;
  text-align: center;
  text-shadow: -1px -1px 6px rgba(175, 35, 113, 0.4), 1px -1px 6px rgba(175, 35, 113, 0.4), 1px 1px 6px rgba(175, 35, 113, 0.4), -1px 1px 6px rgba(175, 35, 113, 0.4);
}
@media (max-width: 768px) {
  .section_headline {
    margin-bottom: 4.5%;
  }
}

/* ---------------------------------------------------------------- */
.one_period {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 90px;
}
@media (max-width: 768px) {
  .one_period {
    margin-bottom: 9%;
    width: 100%;
  }
}
.one_period:last-of-type {
  margin-bottom: 0;
}

/*=========================================================================
HEADER
=========================================================================*/
#Header {
  width: 100%;
  height: 80px;
  margin: 0 auto;
  position: sticky;
  z-index: 999;
  left: 0;
  top: 0;
}
@media (max-width: 768px) {
  #Header {
    height: 60px;
  }
}

#headerContents {
  width: 100%;
  height: 80px;
  margin: 0 auto;
  max-width: 1366px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  #headerContents {
    height: 60px;
  }
}

/*=========================================================================
SITE NAME
=========================================================================*/
#siteName {
  position: absolute;
  left: 3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: auto;
  width: 30%;
  max-width: 90px;
}
#siteName img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-animation: blink 0.1s infinite;
          animation: blink 0.1s infinite;
}
#siteName a {
  width: 100%;
  height: auto;
  display: block;
}
#siteName a:hover {
  opacity: 0.75;
}

/*=========================================================================
GLOBAL NAVI
=========================================================================*/
#globalNavi {
  width: 68%;
  height: auto;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  #globalNavi {
    position: fixed;
    z-index: -999;
    width: 100%;
    height: auto;
    min-height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    left: 0;
    top: 0;
    opacity: 0;
    background: #000;
    visibility: hidden;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  #globalNavi.open {
    opacity: 1;
    z-index: 99;
    left: 0;
    -webkit-transition: 0.1s all;
    transition: 0.1s all;
    visibility: visible;
  }
  #globalNavi:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 98%;
    height: 98%;
    top: 1%;
    left: 1%;
    border-radius: 0.5em;
    border-color: #ce2475;
    -webkit-box-shadow: -4px -4px rgb(206, 36, 117), 4px -4px rgb(206, 36, 117), 4px 4px rgb(206, 36, 117), -4px 4px rgb(206, 36, 117), 0 0 0.1em rgb(206, 36, 117), 0 0 0.1em rgb(206, 36, 117) inset, 0 0 0.5em rgb(206, 36, 117), 0 0 0.5em rgb(206, 36, 117) inset, 0 0 0.5em rgb(206, 36, 117), 0 0 1em rgb(206, 36, 117), 0 0 0.5em rgb(206, 36, 117), 0 0 1em rgb(206, 36, 117);
            box-shadow: -4px -4px rgb(206, 36, 117), 4px -4px rgb(206, 36, 117), 4px 4px rgb(206, 36, 117), -4px 4px rgb(206, 36, 117), 0 0 0.1em rgb(206, 36, 117), 0 0 0.1em rgb(206, 36, 117) inset, 0 0 0.5em rgb(206, 36, 117), 0 0 0.5em rgb(206, 36, 117) inset, 0 0 0.5em rgb(206, 36, 117), 0 0 1em rgb(206, 36, 117), 0 0 0.5em rgb(206, 36, 117), 0 0 1em rgb(206, 36, 117);
    -webkit-animation: blink 0.1s infinite alternate;
            animation: blink 0.1s infinite alternate;
  }
}

ul#naviList {
  width: 90%;
  height: auto;
  max-width: 1366px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  ul#naviList {
    display: block;
    position: absolute;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
ul#naviList li {
  margin-right: 4%;
  font-family: "digi", serif !important;
}
@media (max-width: 768px) {
  ul#naviList li {
    margin: 0 auto 1.5rem;
    text-align: center;
  }
  ul#naviList li:last-of-type {
    margin-bottom: 0;
  }
}
ul#naviList li a {
  text-decoration: none;
  color: #ce2475;
  font-weight: 600;
}
@media (max-width: 768px) {
  ul#naviList li a {
    color: #ce2475;
    text-align: center;
    font-size: clamp(30px, 4.687vw, 36px);
  }
}
@media (max-width: 480px) {
  ul#naviList li a {
    font-size: clamp(32px, 6.25vw, 36px);
  }
}
ul#naviList li a:hover {
  color: #f3afcb;
  text-shadow: 1px 1px 4px rgba(196, 47, 77, 0.9), -1px -1px 4px rgba(196, 47, 77, 0.9), 1px -1px 4px rgba(196, 47, 77, 0.9), -1px 1px 4px rgba(196, 47, 77, 0.9);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
@media (max-width: 768px) {
  ul#naviList {
    padding: 6% 0;
  }
}

#page-Bio ul#naviList li.mn-biography a,
#page-Live ul#naviList li.mn-live a,
#page-Disco ul#naviList li.mn-discography a,
#page-Info ul#naviList li.mn-information a {
  color: #f3afcb;
  text-shadow: 1px 1px 4px rgba(196, 47, 77, 0.9), -1px -1px 4px rgba(196, 47, 77, 0.9), 1px -1px 4px rgba(196, 47, 77, 0.9), -1px 1px 4px rgba(196, 47, 77, 0.9);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

/*=========================================================================
HANGBURGER ICON
=========================================================================*/
@media screen and (min-width: 769px) {
  #menu-trigger {
    display: none;
  }
}
@media (max-width: 768px) {
  #menu-trigger {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    width: 60px;
    height: 60px;
    cursor: pointer;
  }
  #menu-trigger span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 3px;
    background: #ce2475;
    display: block;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  #menu-trigger span:first-of-type {
    top: 28%;
  }
  #menu-trigger span:nth-of-type(2) {
    top: 50%;
  }
  #menu-trigger span:nth-of-type(3) {
    top: 72%;
  }
  #menu-trigger:hover span {
    -webkit-box-shadow: 0 0 10px rgba(196, 47, 77, 0.9);
            box-shadow: 0 0 10px rgba(196, 47, 77, 0.9);
  }
  #menu-trigger.active span {
    color: #f3afcb;
    -webkit-box-shadow: 0 0 10px rgba(196, 47, 77, 0.9);
            box-shadow: 0 0 10px rgba(196, 47, 77, 0.9);
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    top: 65%;
  }
  #menu-trigger.active span:first-of-type {
    left: 45%;
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
            transform: rotate(45deg) translate(-50%, -50%);
  }
  #menu-trigger.active span:nth-of-type(2) {
    -webkit-transform: rotate(90deg) translate(-50%, -50%);
            transform: rotate(90deg) translate(-50%, -50%);
    width: 0;
    opacity: 0;
  }
  #menu-trigger.active span:nth-of-type(3) {
    top: 62%;
    left: 10%;
    -webkit-transform: rotate(135deg) translate(-50%, -50%);
            transform: rotate(135deg) translate(-50%, -50%);
  }
}

/*=========================================================================
FOOTER
=========================================================================*/
#Footer {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 30px 0;
}
@media (max-width: 768px) {
  #Footer {
    padding: 3% 0;
  }
}
#Footer #footerContents {
  width: 90%;
  height: auto;
  margin: 0 auto;
  max-width: 1200px;
}

/* ---------------------------------------------------------------- */
#Copy {
  color: #ce2475;
  font-family: "digi", serif !important;
  text-align: center;
  width: 100%;
  font-weight: 600;
}