@charset "utf-8";
@media (max-width: 767px) {
#concept p {
  padding: 0;
}
}

@media (max-width: 767px) {
  .forPC {
    display: none;
  }
  .forSP {
    display: block;
  }
}
@media (min-width: 768px) {
  .forPC {
    display: block;
  }
  .forSP {
    display: none;
  }
}


/*=========スライダーのためのcss==================*/
#slider {
  width: 100%;
  height: 100vh; /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background:url("img/top_img_01.jpg") no-repeat center;
  background-size: cover;
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*========= レイアウトのためのCSS ===============*/

/*=========全体にかかるcss==================*/
.button-53 {
  background-color: #FF2D30;
  border: 0 solid #E5E7EB;
  box-sizing: border-box;
  color: #000000;
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.75rem;
  padding: .75rem 1.65rem;
  position: relative;
  text-align: center;
  text-decoration: none #000000 solid;
  text-decoration-thickness: auto;
  width: 100%;
  max-width: 250px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
	margin-top:30px; 
	border-radius:0.5rem;
}

.button-53:focus {
  outline: 0;
}

.button-53:after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 4px;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
}

.button-53:hover:after {
  bottom: 2px;
  left: 2px;
}

@media (min-width: 768px) {
  .button-53 {
    padding: .75rem 3rem;
    font-size: 1.25rem;
  }
}
a:hover, a:active {
  text-decoration: none;
}
span{
	color: #FF2D30;
}

p {
	font-size: 1.1rem;
	text-align: center;	
}


.title { 
	text-align: center; 
}
.text { 
	width: 90%;
	color: #FFFFFF;
	font-size: 1.1rem;
	text-align: left;	
	margin: 0 auto;
}

body {
  font-family: "Avenir Next", "Hiragino Kaku Gothic ProN W3", sans-serif;
}

li {
  list-style: none;
}

h1 {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 5rem;
  text-transform: uppercase;
  color: #fff;
	text-shadow: 0 0 15px #000;
	width: 100%;
	letter-spacing: -0.1em;
	font-weight: bold;}
h2{
	width: 90%;
	font-size: 1.1rem;
	text-align: left;	
	font-weight: normal;
	padding-bottom: 5px;
	margin: 0 auto;
}

h3 {
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  text-align: center;
  padding: 30px 0 25px 0;
  font-weight: normal;
}

h4 {
    color: #fff;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    border-bottom: solid #FF2D30 1px;
	padding-top: 1.5rem;
	padding-bottom: 1rem;
    text-align: center;
	margin-bottom: 2rem;
  letter-spacing:0.2rem;
	
}

summary{
	display: block;
	margin: 0 auto;
}

/*=========全体にかかるcss==================*/
.fadeIn {
  transition: 3s;
  opacity: 0;
}

.fadeIn.animated {
  opacity: 1;
}
/*=========class指定のcss==================*/
header{
width: 100%;
height: 7.5vh;
margin: 0 auto;
position:fixed;
top:0;
z-index: 10;
background-color: black;
opacity: 0.8;
}

nav ul{
width: 90%;
margin: 0 auto;
height: 7.5vh;
display: table;
text-align: center;
}

nav li{
display: table-cell;
min-width: 50px;
font-size: 2.5vh;
width: 25%;
}

nav a{
padding-top: 0.7rem;
display: block;
width: 100%;
text-decoration: none;
color: #fff;
padding-bottom: 0.5rem;
}

nav li.current{
border-bottom: 3px solid #545353;
}

nav li:hover{
color: #E7DA66;
border-bottom: 3px solid #FF2D30;
}

#sec1 {
   margin-top:-8vh;
  padding-top:8vh;
}
#sec2 {
   margin-top:-8vh;
  padding-top:8vh;
}
#sec3 {
   margin-top:-8vh;
  padding-top:8vh;
}

.wrapper {
  position: relative;
}

main{
  position: relative;
  width: 100%;
  min-height: 100vh;
}

.main-logo img {
  width: 90%;
	max-width: 700px;
  margin: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(5px 5px 5px #000);
}
.contents{
	height: 100%;
	width: 100%;
    margin-top: -8vh;
    padding-top: 8vh;
    margin-bottom: 5vh;
	background-color: black;
}

.contents-wrapper{
	padding-bottom: 8vh;
	background-color: black;
}

.news{
	padding-top: 5vh;
	width: 80%;
	background-color: #000;
	color: #fff;
	margin: 0 auto;
}

.news li{
	font-size: 1.1rem;
	text-align: center;	
	margin: 0.5rem;
}
.news span{
font-weight:bold;
}

.content{
	padding-top: 5vh;
	margin-bottom: 150px;
	margin-top: -10px;
	background-color: #000;
}

.contents-wrapper{
     width: 100%;
     max-width: 850px;
     margin: auto;
 }
 .contents img {
     width: 100%;
 }
 .text-center {
     text-align: center;
 }
 .flexbox {
     display: flex;
 }
 .box1 {
     width: 33%;
     margin: auto;
 }
 .box2 {
     width: 33%;
     margin: auto;
 }
 .box3 {
     width: 33%;
     margin: auto;
 }

.box img{
	width: 60%;
	position: relative;
    left: -30px;
  filter: drop-shadow(5px 5px 5px #85d1f5) opacity(0.8)
	  ;}

.box{
  position: relative;
}

.box-text{
    position: absolute;
    top: 40%;
    left: 70%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
}

box-text a{
	  text-decoration: none;
}

.about{
	width: 80%;
	background-color: black;
	color: #fff;
	padding-bottom: 0;
	margin: 0 auto;
}

.about-text{
	margin: 0 auto;
}

.profile {
	width: 100%;
	background-color: black;
	color: #fff;
	margin: 20px auto;
	text-align: center;	
}

.profile span{
  font-size: 15px;
}

.profile__img {
	width: 80%;
  display: block;
  margin: 0 auto;
}

.profile__name {
  text-align:center;
  font-weight:bold;
  font-size:20px;
  margin: 1rem auto 1rem;
  letter-spacing:.1rem;
	color: #FF2D30;
}

.profile__desc {
  line-height:1.6rem;
}

.band-more{
	margin-top: 5vh;
}

.band-more p{
	text-align: left;
}

footer{
	width: 100%;
	height: 100%;
	background-color: black;
	padding: 10px 10px 10px 10px;
	opacity: 0.8;
}

.footer-logo{
  display: block;
	height: 25%;
  margin: 0 auto;
	margin-bottom: 20px;
}

footer p {
    width: 100%;
    height: auto;
    display: block;
    text-align: right;
    margin: 0 auto;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #FFF;
	background-color: black;
}

.sns{
  display: flex;
  justify-content: center;
    width: 100%;
	color: #FFF;
	margin: 0 auto;
	background-color: black;
}

.sns p{
	height: auto 0;
}

.copyright {
	margin-top:1em;
	
}
.production{
	margin-top: 1em;
	color: #FFFFFF;
	text-align: center;
}

a.btn{
	font-size: 1.2rem;
	text-decoration: none!important;
}

span.fa {
  display: flex;
  justify-content: center;
	width: 100px;
	margin: 30px;
	color: #fff;
}
/*=========UFO==================*/
.hoshisora{
	width: 100%;
	max-height: 1200px;
}
.cattle-mutilation{
	  position: relative;
}

.ufo{
  position: absolute;
  top: 60%;
  left: 50%;
	width: 70%;
	max-width: 500px;
  transform: translate(-50%, -50%);
}

.object img{
	width: 45%;
	max-width: 250px;
}
.ushi{
  top: 58%;
  left: 50%;
}
.man{
  top: 73%;
  left: 50%;
}
.track{
  top: 87%;
  left: 50%;
}
.fadeIn {
  transition: 2s;
  opacity: 0;
}

.fadeIn.animated {
  opacity: 1;
}