@charset "UTF-8";
/* CSS Document */

body {
	letter-spacing: 0.1em;
	color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Voltaire', sans-serif;
	-webkit-font-smoothing: antialiased;
}

h1 {
	color: #fff; /* 変更：000→fff */
}
h2 {
	text-transform: uppercase;
	margin-bottom: 4rem;
	mix-blend-mode: overlay;
}

img {
	width: 100%;
	height: 100%;
}

.vh-area {
	width: 100vw;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	text-align: center;
}
@media (min-width: 1170px) {
  .vh-area {
	min-height: 100vh;
	background-attachment: fixed;
  }
}
.iphone .vh-area, .ipad .vh-area {
	background-attachment: initial;
}

.vh-area .container {
	padding: 4em 0 2em;
}
@media (min-width: 550px) {
  .vh-area .container { padding: 5.5em 0 5em; }
}
@media (min-width: 750px) {
  .vh-area .container { padding: 7.5em 0 7em; }
}

.bg-fixed {
	background-attachment: fixed;
}

#pagetitle {
	position: absolute;
	top: 20px;
	left: 30px;
	z-index: 1000;
}
#pagetitle a {
	text-decoration: none;
	color: #ccc; /* 変更：000→ccc */
}
#pagetitle h1 {
	font-size: 3.2rem;
	letter-spacing: 0;
	margin-bottom: 0;
	margin-left: -0.22rem;
}
#pagetitle h2 {
	font-size: 1rem;
	text-transform: none;
	letter-spacing: 0.15em;
}


/* MENU 
----------------------------------------------- */
#nav-toggle {
  position: fixed;
  top: 36px;
  right: 18px;
  cursor: pointer;
}
#nav-toggle > div {
  position: relative;
  width: 28px;
}
#nav-toggle span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #666; /* 変更：333→666 */
  position: absolute;
  transition: transform 0.5s ease-in-out, top 0.5s ease;
}
#nav-toggle span:nth-child(1) { top: 3px; }
#nav-toggle span:nth-child(2) { top: 14px; width: 80%; }
#nav-toggle:hover span:nth-child(1) { top: 2px; }
#nav-toggle:hover span:nth-child(2) { top: 15px; }

#nav-toggle:hover{
  opacity: 0.7;
  transition: 0.3s;
}

.open #nav-toggle span {
  background: #fff;
}
.open #nav-toggle span:nth-child(1) {
  top: 8px;
  transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 8px;
  transform: rotate(-45deg);
  width: 100%;
}

#nav-toggle p {
	margin-left: 40px;
	margin-bottom: 0;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.9em;
	color: #666; /* 変更：333→666 */
}
.open #nav-toggle p {
	color: #FFF;
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

#gloval-nav {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 4.8rem;
  opacity: 0;
  transition: opacity 0.5s ease, visibility 0.3s ease;
}
#gloval-nav a {
  font-family: 'Voltaire', sans-serif;
  display: block;
  color: #fff;
  line-height: 1.35;
  text-decoration: none;
  transition: color 0.3s ease;
}
/* Larger than phablet */
@media (min-width: 550px) {
  #gloval-nav a { font-size: 6.4rem; line-height: 1.5; }
}
#gloval-nav a:hover {
  color: #666;
}
#gloval-nav ul {
  list-style: none;
}
#gloval-nav ul li {
  opacity: 0;
  transform: translateX(200px);
  transition: transform 0.6s ease, opacity 0.2s ease;
}
#gloval-nav ul li:nth-child(2) { transition-delay: 0.1s; }
#gloval-nav ul li:nth-child(3) { transition-delay: 0.2s; }
#gloval-nav ul li:nth-child(4) { transition-delay: 0.3s; }
#gloval-nav ul li:nth-child(5) { transition-delay: 0.4s; }
#gloval-nav ul li:nth-child(6) { transition-delay: 0.5s; }
#gloval-nav ul li:nth-child(7) { transition-delay: 0.6s; }

/* open */
.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}
.open #gloval-nav li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.5s ease, opacity 0.9s ease;
}

/* HERO Area Layout
----------------------------------------------- */
.hero {
	display: flex;
	justify-content: center;
	align-items: center;
	/* background-image: url(../img/mainv_sp_3.jpg); 下記に変更 */
	background-color: #000; /* 追加 */
	background-image: url(../img/ss_05.jpg); /* 追加 */
	min-height: 100vh;
}
/* @media (min-width: 900px) {
  .hero { background-image: url(../img/mainv_pc_3.jpg); }
} 上記背景に伴い変更 */

.hero h1 {
	margin-bottom: 0;
}
#hero .container {
	padding: 0;
	position: absolute; /* 追加 */
}

.top_mov video {
    max-width: 80%;
} /* 追加 */


/* NEWS Page Layout
----------------------------------------------- */
.news.vh-area {
	min-height: 50vh;
}
.news .overlay {
	background: rgba(180, 190, 190, 0.3);
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	position: absolute;
	z-index: 1;
}
.news .container {
	z-index: 2;
}
.news .row {
	margin-bottom: 2em;
}

.news .description-list {
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid rgba(255,255,255,0.5);
	position: relative;
	font-size: 1.2rem;
}
.news .description-list dt {
	float: left;
	clear: left;
	padding: 1.8rem 2.4rem 1.8rem 0;
	text-align: left;
}
.news .description-list dd{
	margin-inline-start: 0;
	padding: 1.6rem 0;
	text-align: left;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

.news a {
	color: #fff;
}
.news a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.grad-item .description-list {
	border-top: 0;
}
.grad-btn {
	display: inline-block;
	background: transparent;
	border: 1px solid rgba(255,255,255,0.8);
	border-radius: 30px;
	padding: 10px 40px;
	margin-top: 4rem;
	font-size: 1.2rem;
	color: #fff;
	line-height: 1.5;
	cursor: pointer;
	text-decoration: none;
	transition: 0.3s;
}
.grad-btn:hover {
	background: #fff;
	color: #555;
}
.grad-btn::before {
	content: "もっと見る"
}
.grad-item {
	display: none;
}
.grad-trigger {
	display: none !important;
}
.grad-trigger:checked ~ .grad-btn::before {
	content: "閉じる"
}
.grad-trigger:checked ~ .grad-item {
	display: block;
}

@media (min-width: 550px) {
  .news .description-list { font-size: 1.4rem; }
  .news .description-list dt{ padding: 1.6rem 3.2rem 1.6rem 0; }
}
@media (min-width: 750px) {
  .news .description-list dt{ padding: 1.6rem 4.8rem 1.6rem 0; }
}
@media (min-width: 1000px) {
  .news .description-list dt{ padding: 1.6rem 6.4rem 1.6rem 0; }
}
@media (min-width: 1250px) {
  .news .description-list dt{ padding: 1.6rem 8rem 1.6rem 0; }
}

/* MOVIE Page Layout 
----------------------------------------------- */
.movie h3 {
	font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.05em;
}

.video {
	margin-bottom: 3em;
}

.embed-responsive{
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
	padding-top: 56.25%;
	margin-bottom: 3rem;
}
.embed-responsive iframe,
.embed-responsive img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.embed-responsive span img{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -32px;
	margin-left: -32px;
	width: 64px;
	height: 64px;
}
.embed-responsive a:hover {
	opacity: 0.8;
}

.movie .overlay {
	background: rgba(60, 60, 90, 0.15);
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	position: absolute;
	z-index: 0;
}

/* MUSIC Page Layout
----------------------------------------------- */
.mBg_apoptosis {
	background:linear-gradient(90deg,#A697F4 0%,#A697F4 50%,#D4B6F7 50%,#D4B6F7 100%);
}
.mBg_gibier {
	background:linear-gradient(90deg,#FFBADE 0%,#FFBADE 50%,#C2BFFF 50%,#C2BFFF 100%);
}
.mBg_OWL {
	background:linear-gradient(90deg,#D5AE65 0%,#D5AE65 50%,#74B581 50%,#74B581 100%);
}
.mBg_restless {
	background:linear-gradient(90deg,#99bee1 0%,#99bee1 50%,#cce3ee 50%,#cce3ee 100%);
}
.mBg_restless {
	background:linear-gradient(90deg,#99bee1 0%,#99bee1 50%,#cce3ee 50%,#cce3ee 100%);
}
.mBg_PARADE {
	background:linear-gradient(90deg,#b6c5d0 0%,#b6c5d0 50%,#de7c95 50%,#de7c95 100%);
}
.mBg_Shell {
	background:linear-gradient(90deg,#aeacee 0%,#aeacee 50%,#b9dfe8 50%,#b9dfe8 100%);
}

.music h3 {
	font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.05em;
	margin-bottom: 1rem;
}

.music .description-list {
	width: 100%;
	margin: 0 auto;
	max-width: 480px;
	border-top: 1px solid rgba(255,255,255,0.5);
	margin-bottom: 3em;
	position: relative;
}
.music .description-list dt {
	float: left;
	clear: left;
	padding: 1.6rem 0;
	text-align: left;
}
.music .description-list dd{
	margin-inline-start: 0;
	padding: 1.6rem 0 1.6rem;
	text-align: right;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

.jacket div img {
	margin-bottom: 2.5rem;
	max-width: 240px;
}
@media (min-width: 550px) {
  .jacket div img { max-width: 320px; }
}
@media (min-width: 750px) {
  .jacket div img { max-width: 480px; }
}

.music .row .row {
	width: 100%;
	margin: 0 auto;
	max-width: 480px;
}
.music .column,
.music .columns {
	margin-bottom: 2rem;
}

.cv-button1, .cv-button2 {
	display: inline-block;
	background: transparent;
	border: 2px solid rgba(255,255,255,0.8);
	border-radius: 30px;
	padding: 14px 20px;
	
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	
	line-height: 1.5;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	text-decoration: none;
	/* white-space: nowrap; */
}
.cv-button1:hover {
	background: #fff;
	color: #a39df5;
}
.cv-button2:hover {
	background: #fff;
	color: #2cbf51;
}

.music i {
	font-size: 1.5em;
	margin-right: 0.5rem;
	vertical-align: sub;
}

/* LIVE Page Layout
----------------------------------------------- */
@media (min-width: 550px) {
  .live h2 { margin-bottom: 5rem; }
}
@media (min-width: 750px) {
  .live h2 { margin-bottom: 7rem; }
}

.live .date {
	margin-bottom: 6em;
}
.live .date h3 {
	margin-bottom: 2.5rem;
}
.live .date h4 {
	letter-spacing: 0.05em;
	margin-bottom: 2.5rem;
}
.live .date p {
	margin-bottom: 1.5rem;
	font-size: 1.8rem;
	font-weight: 500;
}
.live a {
	color: #fff;
}
.live a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.liveinfo p {
	font-size: 1.2rem;
}
@media (min-width: 550px) {
  .liveinfo p { font-size: 1.5rem; }
}

/* PROFILE Page Layout 
----------------------------------------------- */
.profile p {
	font-size: 1.2rem;
	-webkit-font-smoothing: antialiased;
}
.profile-photo {
	margin-bottom: 3rem;
	mix-blend-mode: hue;
/*	mix-blend-mode: saturation;*/
}

@media (min-width: 550px) {
  .profile p { font-size: 1.4rem; }
}

/* CONTACT Page Layout 
----------------------------------------------- */
.contact.vh-area {
	min-height: 50vh;
}

.contact .overlay {
	background: rgba(60, 60, 60, 0.3);
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	position: absolute;
	z-index: 1;
}
.contact .container {
	z-index: 2;
}

.contact a {
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	color: #fff;
	text-decoration: none;
}
.contact a:hover {
	opacity: 0.6;
}

.social-icon ul {
	list-style: none;
}
.social-icon ul li {
	display: inline-block;
	margin: 2rem 1rem 0;
}
.social-icon ul li a {
	font-size: 3rem;
	letter-spacing: 0;
}

.contact p {
	font-size: 1.2rem;
}

@media (min-width: 550px) {
  .contact h2 { margin-bottom: 5rem; }
  .contact p { font-size: 1.5rem; }
  .contact a { font-size: 2.4rem; }
  .social-icon ul li { margin: 6rem 1rem 0; }
}
@media (min-width: 750px) {
  .contact h2 { margin-bottom: 7rem; }
}

/* Footer Layout */
footer {
	width: 100vw;
	padding: 6rem 0;
	text-align: center;
}
footer p {
	margin-bottom: 0;
	color: #666;
}
footer p small {
	font-size: 80%;
	letter-spacing: 0.15em;
}



/* Glitch Noise Text
----------------------------------------------- */
.glitch {
  color: #999;
  position: relative;
  width: 320px;
  margin: 0 auto;
  text-align:center;
  mix-blend-mode: difference; /* 変更：multiply→difference */
}
@media (min-width: 1440px) {
  .glitch { width: 400px; }
} /* 追加 */

@keyframes noise-anim {
  0% { clip: rect(57px, 9999px, 103px, 0); }
  5% { clip: rect(160px, 9999px, 52px, 0); }
  10% { clip: rect(138px, 9999px, 14px, 0); }
  15% { clip: rect(9px, 9999px, 59px, 0); }
  20% { clip: rect(45px, 9999px, 10px, 0); }
  25% { clip: rect(134px, 9999px, 92px, 0); }
  30% { clip: rect(174px, 9999px, 164px, 0); }
  35% { clip: rect(188px, 9999px, 126px, 0); }
  40% { clip: rect(185px, 9999px, 148px, 0); }
  45% { clip: rect(25px, 9999px, 184px, 0); }
  50% { clip: rect(81px, 9999px, 7px, 0); }
  55% { clip: rect(154px, 9999px, 159px, 0); }
  60% { clip: rect(17px, 9999px, 166px, 0); }
  65% { clip: rect(172px, 9999px, 22px, 0); }
  70% { clip: rect(124px, 9999px, 36px, 0); }
  75% { clip: rect(110px, 9999px, 155px, 0); }
  80% { clip: rect(53px, 9999px, 191px, 0); }
  85% { clip: rect(101px, 9999px, 66px, 0); }
  90% { clip: rect(94px, 9999px, 138px, 0); }
  95% { clip: rect(56px, 9999px, 8px, 0); }
  100% { clip: rect(106px, 9999px, 90px, 0); }
}
.glitch:after {
  content: attr(data-text);
  width: 320px;
  position: absolute;
  left: 3px;
  text-shadow: -1px 0 #fc0303;
  top: 0;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim 2s infinite linear alternate-reverse;
  opacity: 0.6;
}

@keyframes noise-anim-2 {
  0% { clip: rect(171px, 9999px, 198px, 0); }
  5% { clip: rect(98px, 9999px, 151px, 0); }
  10% { clip: rect(88px, 9999px, 4px, 0); }
  15% { clip: rect(105px, 9999px, 172px, 0); }
  20% { clip: rect(101px, 9999px, 89px, 0); }
  25% { clip: rect(169px, 9999px, 106px, 0); }
  30% { clip: rect(11px, 9999px, 18px, 0); }
  35% { clip: rect(20px, 9999px, 26px, 0); }
  40% { clip: rect(38px, 9999px, 20px, 0); }
  45% { clip: rect(66px, 9999px, 132px, 0); }
  50% { clip: rect(168px, 9999px, 125px, 0); }
  55% { clip: rect(165px, 9999px, 63px, 0); }
  60% { clip: rect(157px, 9999px, 182px, 0); }
  65% { clip: rect(101px, 9999px, 37px, 0); }
  70% { clip: rect(18px, 9999px, 110px, 0); }
  75% { clip: rect(159px, 9999px, 170px, 0); }
  80% { clip: rect(174px, 9999px, 6px, 0); }
  85% { clip: rect(81px, 9999px, 70px, 0); }
  90% { clip: rect(179px, 9999px, 180px, 0); }
  95% { clip: rect(75px, 9999px, 21px, 0); }
  100% { clip: rect(79px, 9999px, 177px, 0); }
}
.glitch:before {
  content: attr(data-text);
  width: 320px;
  position: absolute;
  left: -3px;
  text-shadow: 1px 0 #03fcfc;
  top: 0;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim-2 4s infinite linear alternate-reverse;
  opacity: 0.6;
}


/* Flickity Slider
----------------------------------------------- */
.flickity-button {
    background: hsla(0,0%,100%,0) !important;
	color: #fff !important;
}
.flickity-page-dots {
	bottom: 30px !important;
}
.flickity-page-dots .dot {
	background: #fff !important;
}

@media (min-width: 550px) {
  .movie.vh-area.slide2, .movie.vh-area.slide3 {
	background-attachment: initial;
  }
}