@charset "UTF-8";


/*3 points in 10 sec 1.What do you offer? 2.how do my life better? 3.what do I need to buy? */
/*Global / Desktop View*/

/******Begin Blogger Styles******/
* {
	word-break: normal;
	word-wrap: normal;
}

/*for post area*/
.main-outer {
	background-color: rgba(0, 0, 0, 0.670588);
	background-image: none;
}

.column-center-outer {
	width: 75%;
	margin-right: 5%;
	border-radius: 10px;
}

.main-inner .column-right-outer {
	width: 20%;
	border-radius: 10px;
}

/* Mobile blog post background */
.mobile-date-outer.date-outer {
	background-color: rgba(0, 0, 0, 0.670588);
    padding: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
/******End Blogger Styles******/

header {
	background-color: #FFFFFF;
	min-width: 0;
	opacity: 1;
	width: auto;
}
.float-left {
   
	padding-right: 10%;
	padding-left: 10%;
	padding-top: 150px;
	/*background-color: rgba(255,236,204,0.55);*/
	display: table;
	border-radius: 15px;
	
}
.page-title {
	color: white;
	font-family: amatic-sc;
	font-style: normal;
	font-weight: 700;
	font-size: 90px;
    
    text-align: center;
	/*display: table;
	color: #F5F5F5;*/
	width: 300px;
   
}
nav {
	text-align: center;
}

.artist-name{
    color: white;
    font-size: 50px;
    position: relative; top: 10px; left: 3%;
    
}
/* -------------------- */
/* ▼メニューバーの装飾 */
/* -------------------- */
ul.main-menu {
   margin: 0px;               /* メニューバー外側の余白(ゼロ) */
   padding: 0px 0px 0px 15px; /* メニューバー内側の余白(左に15px) */
  /* background-color: #cc0000;*/ /* バーの背景色(濃い赤色) */
}

/* -------------------------- */
/* ▼メインメニュー項目の装飾 */
/* -------------------------- */
ul.main-menu li {
   width: 100px;           /* メニュー項目の横幅(125px) */
   display: inline-block;  /* ★1:横並びに配置する */
   list-style-type: none;  /* ★2:リストの先頭記号を消す */
   position: relative;     /* ★3:サブメニュー表示の基準位置にする */
}
ul.main-menu a {
   background-color: #ffffff; /* メニュー項目の背景色(濃い赤色) */
   color: white;              /* メニュー項目の文字色(白色) */
   line-height: 40px;         /* メニュー項目のリンクの高さ(40px) */
   text-align: center;        /* メインメニューの文字列の配置(中央寄せ) */
   text-decoration: none;     /* メニュー項目の装飾(下線を消す) */
   font-weight: bold;         /* 太字にする */
   display: block;            /* ★4:項目内全域をリンク可能にする */
}
ul.main-menu a:hover {
   background-color: #ffdddd; /* メニュー項目にマウスが載ったときの背景色(淡いピンク) */
   color: #dd0000;            /* メニュー項目にマウスが載ったときの文字色(濃い赤色) */
}

/* ▼サブメニューは、とりあえず非表示にしておく */
ul.main-menu ul {
   display: none;       /* ★5:非表示にする */
}

ul.main-menu ul{
    display: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
    
}

ul.main-menu li:hover ul{
    display: block;
    
}

a:hover {
    color: red;
}

/*Music Menu CSS*/
ul, li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.category {
    display: inline-block;
    vertical-align: top;
	background-color: #f2f2f2;
	box-shadow: 0px 0px 10px #ccc;
	border: 1px solid #bbb;
	font-size: 15px;
	color: #666;
	font-weight: bold;
	width: 300px;
    margin-bottom: 30px;
}
.category a {
	text-decoration: none;
	color: #666;
}
.category a:hover {
	color: #ffffff;
}
.menu {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.music_menu{
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #f2f2f2;/*menu box のカラー*/
	font-weight: bold;
	padding-left: 20px;
	text-indent: 10;
	display: block;
	position: relative;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
	width: 280px;
}

.music_menu::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #739100;
    border-right: solid 2px #739100;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -6px;
}

.menu .open::before {
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    margin-top: -3px;
}
.menu .music_menu:hover ,.menu .open {
	background-color: #87aa58;
	color: #FFF;
}
.menu .music_menu:hover::before ,.menu .open::before{
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
}
.sub_menu li a{
	padding-top: 10px;
	padding-bottom: 10px;
	text-indent: 40px;
	background-color: #e3ecd1;
	display: block;
	position: relative;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
}
.sub_menu li a::before{
	content: '';
	width: 0;
	height: 0;
	border: solid 4px transparent;
	border-left: solid 6px #739100;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -4px;
	margin-left: 25px;
}
.sub_menu li a:hover{
	background-color: #9fbb79;
}
.sub_menu li a:hover::before {
	border-left: solid 6px #ffffff;
}

.third_menu li a{
	padding-left: 40px;
	border-top-style: none;
	padding-bottom: 6px;
	padding-top: 6px;	
}
.third_menu li a::before{
	margin-left: 65px;
}

/*Music Menu Untill here*/

.container {
	min-width: 1200px;
	margin-left: auto;
}
.mobile-view {
	display: none;
}
.desktop-view ul li {
	list-style-type: none;
	display: inline-block;
}
.desktop-view ul li a {
	text-decoration: none;
	color: #646464;
	font-family: amatic-sc;
	font-size: xx-large;
	font-style: normal;
	font-weight: 700;
	padding-right: 20px;
}

.website-logo {
	width: 500px;
    height: 81px; 
}
main {
	/*float: none;*/
	min-height: 1000px;
    
}
footer {
	height: 120px;
	background-color: #000000;
	margin-top: 0px;
	color: #FCFCFC;
}
.social-icon {
	float: left;
	margin-left: 30px;
	margin-top: 25px;
	width: auto;
}
.copyright {
	float: right;
	margin-right: 30px;
	margin-top: 25px;
}

.social-icon-fb {
	margin-right: 10px;
}
.social-icon-twitter {
	margin-right: 10px;
}
.social-icon-YT   {
	margin-right: 10px;
}

.main-image:before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(images/website_background.png) center no-repeat;
  background-position: 65% 0px;
  background-size:cover;
	/*background-image: url(images/website_background.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 65% 0px;
	background-attachment: fixed; */  
}
.bio {
    color: white;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}

.bio-img {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    margin-right:50px;
}

.col {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    margin-right:50px;
}

.song-col {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    margin-right: 50px;
    margin-bottom: 80px;
}

.row:before, .row:after {
    display: table;
    line-height: 0;
    content: "";

}
.tms-playlist {
	padding-top: 200px;
	padding-left: 200px;
	padding-right: 100px;
}
.spotify-playlist {
	padding-top: 250px;
	padding-left: 200px;
}

.yt-playlist {
	padding-top: 250px;
	padding-left: 200px;
}

.tms-song {
	margin-right: 80px;
}

.song-box {
	margin-right: 50px;
    margin-bottom: 30px;
}
.tms-title {
	text-align: center;
	display: table;
	color: #F5F5F5;
	width: 300px;
    
    
    /*margin-left: 20px;
    margin-right:50px;*/
    margin-left: 0%;
}
.music-lists {
	/*padding-right: 200px;*/
	padding-left: 200px;
	padding-top: 250px;
   
}
.song-title {
	color: #FCFCFC;
	font-style: normal;
	font-weight: 700;
	font-size: xx-large;
    
    text-align: center;
	/*display: table;*/
	/*color: #F5F5F5;*/
	width: 300px;

}
.artists   {
	margin-bottom: 100px;
    background-color: rgba( 20, 10, 0, 0.55 );
    padding-bottom: 30px;
    padding-right: 30px;
}

.song   {
	margin-bottom: 100px;
    margin-right: 50%;
    background-color: rgba( 20, 10, 0, 0.55 );
    padding-bottom: 30px;
    padding-right: 30px;
}
.col-lg {
	width: 330px;
	height: auto;
}

.menu-lg {
	width: 280px;
	height: auto;
}

.responsive-image {
	width: 100%;
	height: auto;
	display: block;
}


.responsive-playlist {
	width: 100%;
	display: block;
}


/*Tablet view*/
@media ( min-width : 401px ) and (max-width : 1053px ){
header {
	
}
.mobile-view {
	display: none;
}

.expand {
	display: block;
}
    
.website-logo {
	width: 50%;
    height: auto; 
}

.spotify-playlist {
	padding-top: 100px;
	padding-left: 10%;
}
    
.yt-playlist {
	padding-top: 100px;
	padding-left: 10%;
}
    
.tms-song {
	margin-bottom: 50px;
	
}
    
.tms-title {
	text-align: center;
	display: table;
	color: #F5F5F5;
	width: 300px;
    
    margin-left: 0%;
   
}    

.song-box {
	margin-bottom: 0px;
	
}
    
.music-lists {
    padding-top: 100px;
	padding-right: 100px;
	padding-left: 10%;
	
}

.float-left {
   
	padding-right: 10%;
	padding-left: 10%;
	padding-top: 15%;
	/*background-color: rgba(255,236,204,0.55);*/
	display: table;
	border-radius: 15px;
	
}
    

    
 .bio {
    color: white;
    display: inline-block;
    vertical-align: top;
    margin-left: 3%;
    margin-right: 3%;
}   
    
 .bio-img {
    display: inline-block;
    vertical-align: top;
    margin-left: 0%;
    margin-right: 7%;
    width: 300px;
    height: auto;
}
    
 .col {
    display: inline-block;
    vertical-align: top;
    margin-left: 0%;
    margin-right: 20%;
    margin-bottom: 50px;
    width: 300px;
    height: auto;
}
    
 .song-col {
    display: inline-block;
    vertical-align: top;
    margin-left: 0%;
    margin-right: 30%;
    margin-bottom: 0px;
    width: 300px;
    height: auto;
}
    
.artists   {
	margin-bottom: 100px;
	background-color: rgba( 20, 10, 0, 0.55 );
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
}
    
.responsive-playlist {
	width: 100%;
	display: block;
    
}
    
}

/*Mobile view*/
@media (max-width: 400px){

header {
	
}
.mobile-view {
	display: block;
}
.desktop-view {
	display: none;
}
.expand {
	display: block;
}
.desktop-view ul li {
	display: block;
}
    
.website-logo {
	width: 90%;
    height: auto; 
}
.spotify-playlist {
	padding-top: 200px;
	padding-left: 0%;
    /*padding-right: 0%;*/
}
    
.yt-playlist {
	padding-top: 200px;
	padding-left: 0%;
    /*padding-right: 0%;*/
}    

.tms-song {
	margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
}
    
.tms-title {
	text-align: center;
	display: table;
	color: #F5F5F5;
	width: 98%;
    margin-left: 0%;
}

.song-box {
	margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
}    

.music-lists {
    padding-top: 100px;
    padding-left: 0%;

	
}



.float-left {
	padding-right: 0px;
	padding-left: 10px;
	padding-top: 100px;
	/*background-color: rgba(255,236,204,0.55);*/
	display: table;
	border-radius: 15px;
	
}
    
.bio {
    color: white;
    margin-right: 10%;
    margin-left: 10%;
}

 .bio-img {
    display: inline-block;
    vertical-align: top;
    margin-right: 10%;
    margin-left: 10%;
}
    
 .col {
    display: inline-block;
    vertical-align: top;
    margin-right: 10%;
    margin-left: 10%;
    margin-bottom: 50px;
}
    
.song-col {
    /*display: inline-block;*/
    vertical-align: top;
    display: center;
    /*margin-right: 10%;
    margin-left: 10%;*/
    margin-bottom: 0px;
}
   
    
.category {
    display: inline-block;
    vertical-align: top;
	/*background-color: #f2f2f2;
	box-shadow: 0px 0px 10px #ccc;
	border: 1px solid #bbb;
	font-size: 15px;
	color: #666;
	font-weight: bold;*/
	/*width: 300px;*/
    margin-bottom: 30px;
}.col-xs {
	width: 85%;
	height: auto;
}

.menu-xs {
	width: 77.6%;
	height: auto;
}
    
.responsive-playlist {
	width: 100%;
	display: block;
    
}
    
.category {
    display: inline-block;
    vertical-align: top;
	background-color: #f2f2f2;
	/*box-shadow: 0px 0px 10px #ccc;*/
	border: 1px solid #bbb;
	font-size: 15px;
	color: #666;
	font-weight: bold;
	/*width: 300px;*/
    
    margin-left: 20px;/*I added here, then it looks a little center*/
}
    
.artists   {
	margin-bottom: 100px;
	background-color: rgba( 20, 10, 0, 0.55 );
	padding-bottom: 30px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 20px;
	margin-left: 6px;
}
    
}
