@charset "utf-8";

body,h1,h2,p,ul,ol{
  margin: 0;
  padding: 0;}

body {
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
background-color: #f3d9eb;}

a {color: rgb(90, 87, 83);
	transition: all 0.5s;}

a:hover {color: wheat;
	transition: all 0.5s;}


header{width: 1000px;
	margin: 20px auto;
  display: flex;}

header h1 img {width: 150px;
margin-left: 60px;
text-align: center;}


.sns{font-size: 2.5em;
  margin:0.5em 0 0 auto;}

.sns a{color: #000;
  transition: .5s ease;
  margin-right: 0.3em}

.sns a:hover{color:#ff00a8;}

nav {background-color: rgb(78, 73, 63);}

nav ul {width: 1000px;
	margin: 0 auto;
	list-style: none;
  display: flex;}

nav ul li {
	width: 25%;
  text-align: center;}

nav ul li a {
	display: block;
	text-decoration: none;
	color:#fff;
  padding: 10px 0;
  transition: all 0.5s;}

nav a:hover {
	background-color: rgb(159, 250, 151);
	color: black;}



.main_visual img {width: 100%;
height: 800px;}


.coverBox, .innerBox {width: 1000px;
  margin: 30px auto;
  display:flex;
  flex-wrap: wrap;
  align-items: flex-start;}


.topPage{position: relative;} 

.topPage a{
  position: absolute;
  bottom: 20px;
  right: 40px; 
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color:black;
  background-color: beige;
  padding: 10px 20px;
  border-radius: 50%; 
  transition: 0.5s ease;}

.topPage a:hover{
  color:black;
  background-color: beige;
  opacity: 0.5;}


footer {color: white;
  width: 100%;
	text-align: center;
	background-color: #000;
  padding: 20px 0;}



.news_box {
	width: 480px;
	padding: 30px;
	margin:0 30px 30px 0;
	background-color: rgb(36, 35, 33);}

.news_box:nth-of-type(even){margin-right: 0;}

.news_box h2 {
	font-size: 24px;
	color: rgb(226, 247, 108);
	border-bottom: 1px solid rgb(236, 105, 225);
	margin-bottom: 20px;}

.news_box p {
	color: #fff;
	line-height: 1.5;
	margin-bottom: 20px;}

.news_box a {
	color: #fff;
	background-color: #ff00a8;
	padding: 10px 30px;
	border-radius: 5px;
	text-decoration: none;}

.news_box a:hover {
	background-color: #fff;
	transition: all 0.5s;
	color: #ff00a8;}

.news_box img,.news_box iframe {
	width: 100%;
	margin-bottom: 10px;}

.news_box h3{color: #fff;}

.wh{color: #fff;}

/*問い合わせ*/
.news_box2 h2{color: red;}

.news_box2 p{color: #070406;}

.news_box2 img{margin-left: 100px}

/*ディスコグラフィーのcss*/
/*.discography {
	width: 100%;
	padding: 30px;
	margin-bottom: 30px;
	background-color: thistle;}

.discographyBox{display: flex;}

.discographyBox img{width: 50%;}

.discography h3 {
	font-size: 20px;
	color: purple;
	border-bottom: 1px solid brown;
	margin-bottom: 20px;}

.discography p,.discography p a{color:black;
	margin-bottom: 10px;}

.discography ol{margin-left: 50px;}
    
.discography ol li {
	color: white;
	line-height: 2;}*/

	.discography {
		width: 100%;
		padding: 30px;
		margin-bottom: 30px;
		background-color: #000;}
	
	.discographyBox{display: flex;}
	
	.discographyBox img{width: 50%;}
	
	.discography h2 {
		font-size: 20px;
		color: #fff;
		border-bottom: 1px solid #ff00a8;
		margin-bottom: 20px;}
	
	.discography p,.discography p a{color:#fff;
		margin-bottom: 10px;}
	
	.discography ol{margin-left: 50px;}
		
	.discography ol li {
		color: rgb(244, 244, 248);
		line-height: 2;}

.red{color: red;}

/*区切り線*/
/*.line1{border-top: #ff00a8;}←ミス*/
.hr2 {
	border-top: 5px solid rgb(240, 233, 233);
  }
  hr {
	padding: 20px 0;
	border: none;
  }