/*ボーダーの幅計算対策*/
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/*基本セット*/

img {
	border:none;
}



/*floatクリア*/
.clear-l{
	clear:left;
}
.clear-r{
	clear:right;
}



/*ここからFONT*/

.text8 { font-size:63％; }
.text9 { font-size:69％; }
.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }


.font-r { color:#FF0000;}

/*ここからNoto Sans Japaneseの太さ*/
.noto100 {font-weight:100;}
.noto200 {font-weight:200;}
.noto300 {font-weight:300;}
.noto400 {font-weight:400;}
.noto500 {font-weight:500;}
.noto600 {font-weight:600;}
.noto700 {font-weight:700;}
.noto800 {font-weight:800;}
.noto900 {font-weight:900;}



/*ここからbody*/
body {
	color: #000000;
	font-size:77%;
	background-color: #ffb9c4;
	width:100%;
	line-height: 1.5;
	margin: 0px;
	padding : 0px;
	font-family: 'Noto Sans Japanese', serif;
	font-style :oblique;
}

/*ここまでbody*/




#container {
	text-align: left;
	margin: 0px auto;
	padding : 0px;
	height: auto;
	width: 820px;
	position: relative;
	/*display: flex;*/
	background-attachment: fixed
}

#container::before {
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background-repeat: no-repeat;
    background-position: center top;
    background-image:url('./img/bg.jpg');
    background-size: cover;
}





/* ↓メニュー部分ここから↓ */










#header-menu {
	width:820px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	transform: skew(0deg,-7deg);
}


#header-menu .header-sns {
	background-image: url("./img/menu1.png");
	background-repeat: no-repeat;
	width:820px;
	height:210px;
	padding: 140px 0px 0px 0px;
	margin: 400px 0px 0px 0px;
	text-align:right;
}



#header-menu .header-sns a {
	height: 40px;
	text-decoration: none;
	margin: 0px 15px 0px 0px;
}



#header-menu ul {
	-webkit-box-pack: end;
	-moz-box-pack: end;
	box-pack: end;
	width: 820px;
	height: 58px;
	margin: 0px 0px 80px 0px;
	padding:0px 0px 0px 0px;
	background-color: #ffffff;
}

#header-menu ul li {
	color: #f77085;
	font-size: 20px;
	font-weight:bold;
	height: 30px;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	list-style-type: none;
	float:right;
	transform: skew(7deg,0deg);
}



#header-menu ul li a {
	color: #f77085;
	text-decoration: none;
	height: 30px;
}

#header-menu ul li a:hover {
	color: #ffa4b2;
	height: 30px;
}







/* ↑メニュー部分ここまで↑ */



.title {
	width:820px;
	height:110px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-size: auto;
 	background: linear-gradient(-225deg, #f77085 0%, #ffffff 100%);
	transform: skew(0deg,-7deg);
}

.title .name {
	width: 820px;
	color: #f77085;
	font-size:70px;
	text-align:right;
	padding: 16px 20px 0px 20px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	transform: skew(7deg,0deg);
}


.contents-container {
	width: 820px;
	height:auto;
	margin: 0px 0px 80px 0px;
	padding: 40px 40px 60px 40px;
	background-color: rgba(255,255,255,0.8);
	transform: skew(0deg,-7deg);
	color: #6f5b5b;
	font-size:16px;
	font-weight: bold;
	font-style: normal;
	text-shadow:
	2px 2px 2px #ffffff, -2px -2px 2px #ffffff,
	-2px 2px 2px #ffffff,  2px -2px 2px #ffffff,
	2px 0 2px #ffffff, -2px  0 2px #ffffff,
	0 2px 2px #ffffff,  0 -2px 2px #ffffff;
}


.contents {
	width: 780px;
	height:auto;
	margin: 0px 0px 40px 0px;
	padding: 0px 40px 0px 0px;
}


.contents .date {
	width: 180px;
	height:auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 40px 0px 0px;
}


.contents .date .new {
	font-weight: bold;
	color: #f77085;
}


.contents .news-title {
	width: 580;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	margin: 10px 0px 0px 0px;
	padding: 0px 40px 40px 0px;
}

.contents .text {
	width: 580;
	height:auto;
	margin: 0px 0px 10px 0px;
	padding: 0px 40px 0px 0px;
	overflow-wrap: break-word;
}

.contents .text a {
	color: #574848;
	text-decoration: underline dotted;
	text-decoration-color: #f77085;
	text-decoration-thickness: 0.1px;
	text-underline-offset: 3px; /* 文字とアンダーラインの間隔 */
}

.contents .text a:hover {
	color: #a38b8b;
}



.contents .text .red {
	font-weight: bold;
	color: #f77085;
}



.contents .text .uchikeshi {
	text-decoration: line-through;
}


.contents-img {
	width: 780px;
	height:auto;
	margin: 0px 0px 30px 0px;
	padding: 0px 30px 30px 0px;
  	border-bottom: 2px solid;
  	border-image: linear-gradient(to right, #f77085, #ffffff) 1;
      flex-wrap: wrap;
}

.contents-img .bio-img {
	width: 304px;
	height: 276px;
	margin: -5px 40px 0px 0px;
	padding: 0px 0px 0px 0px;
	transform: skew(0deg,7deg);
	float:left;
}

.contents-img .bio-txt {
	width: 400px;
	height:auto;
	margin: 0px 0px 10px 0px;
	padding: 0px 20px 0px 0px;
	overflow-wrap: break-word;
	height: 30px;
}

.contents-img .artist-name {
	font-size: 36px;
	font-weight:bold;
	margin: 0px 0px 40px 0px;
}



.contents-img .text a {
	color: #816b6b;
	text-decoration: none;
}

.contents-img .text a:hover {
	color: #a38b8b;
}








.contents-container .more {
	color : #f77085;
	font-size:22px;
	width: 90px;
	height:auto;
	margin: 0px -20px 0px 40px;
	padding: 0px 0px 6px 6px;
	display: flex;  
  	border: 1px solid;
  	border-image: #f77085;
	float:right;
}

.contents-container .more a {
	color : #f77085;
	font-size:22px;
	text-decoration: none;
	height: 30px;
	transform: skew(7deg,0deg);
}

















/*ここからディスコグラフィー*/


.contents-disco {
	width: 780px;
	height:auto;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	display: flex;  
  	border-bottom: 2px solid;
  	border-image: linear-gradient(to right, #f77085, #ffffff) 1;
}



.contents-disco .title-l {
	color: #f77085;
	font-size: 28px;
	font-weight:bold;
	margin: 0px 0px 0px 0px;
}


.contents-disco-s {
	width: 200px;
	height:auto;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	display: flex;  
  	border-bottom: 2px solid;
  	border-image: linear-gradient(to right, #f77085, #ffffff) 1;
}



.contents-disco-s .title-s {
	color: #f77085;
	font-size: 18px;
	font-weight:bold;
	margin: 0px 0px 0px 0px;
}


.contents-disco-disc {
	width: 780px;
	height:auto;
	margin: 0px 0px 30px -10px;
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	font-weight:normal;
}


.contents-disco-disc .disc-title {
	font-size: 22px;
	font-weight:bold;
}


.contents-disco-disc img {
	width: 34px;
	margin: 0px 0px -4px 0px;
}



.contents-disco-disc .youtube {
	margin: 0px 0px 0px 12px;
}











/*ここまでディスコグラフィー*/








/* ↓お問い合わせここから↓ */


#contactbox {
	width: 820px;
	height:auto;
	margin:50px auto 200px auto;
	padding: 40px 40px 60px 40px;
	background-color: rgba(255,255,255,0.8);
	transform: skew(0deg,-7deg);
	color: #816b6b;
	font-size:16px;
}


.contact_list_title {
	background-color: rgba(255,255,255,0.8);
	margin:100px auto 0px auto;
	padding: 20px;
}

.contact_button_box{
  display: flex;
  justify-content: center;
    flex-wrap: wrap;
	margin: 0px 0px 100px 0px;
}

.contact_button{
	border-radius: 100px;
	display: block;
	width: 200px;
	padding: 15px;
	box-sizing: border-box;
	background: #a91b42;
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	margin: 10px 5px 10px 5px;
	border-color: #ffffff;
	border-style:solid;
	cursor: pointer;

}

.contact_button:hover{
	background: #db5176;
}









/*ここまでお問い合わせ*/


.fotter {
	width:820px;
	height:110px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-size: auto;
 	background: #f77085;
	transform: skew(0deg,-7deg);
}

.fotter .name {
	width: 820px;
	color: #ffffff;
	font-size:18px;
	text-align:center;
	padding: 40px 20px 0px 20px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	transform: skew(7deg,0deg);
}






/*ここからポップアップ*/




.modal {
display: block;
width: 700px;
/* width: 700px; */
max-width: 100%;
height: 557px;
/* height: 788px; */
/* height: 394px; */
position: fixed;
z-index: 100;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
/* margin: -200px 0 0 -200px; */
background: white;
box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.9);
}
.closed {
  display: none;
}

.modal-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 50;
background: rgba(0, 0, 0, 0.6);
}
.modal-guts {
position: absolute;
top: 0;
left: 0;
width: 100%;
overflow: auto;
padding: 0px 0px 0px 0px;
}
.modal .close-button {
position: absolute;
z-index: 1;
top: 20px;
right: 20px;
border: 0;
background: black;
color: white;
padding: 5px 10px;
font-size: 1.3rem;
  	border: 1px solid;
  	border-image: #ffffff;
}
.open-button {
border: 0;
background: lightgreen;
color: white;
padding: 10px 20px;
border-radius: 10px;
font-size: 21px;
}

/*
.popupimg {
width: 100%;
height: auto;

}*/


















