a:hover,
a:focus {
	color: #0275d8;
	text-decoration: none;
	outline: none;
}

body {
	background: url(../images/musics/pop-bg.jpg);
	font-family: Taviraj, "Helvetica Neue", Helvetica, Arial, "Meiryo UI", "メイリオ", Meiryo, sans-serif;;
	padding-left: 60px;
	padding-right: 60px;
	font-size: 16px;
}

.hidden { display: none!important; }

.tm-footer-text {
	margin-bottom: 0;
	padding: 30px 15px;
}

.tm-container { 
	background-color: white; 
	padding: 20px 45px;
	max-width: 1600px;
}

.navbar-row { position: relative; }
.navbar-container {
	background-color: #cc9900; 
	position: absolute; 
	display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
	font-size: 0.6em;
	padding: 1.4em 1.8em; 

}
.navbar {
	color: white;
	padding: 0;	
}

.navbar-container.sticky {
	background-color: rgba(204, 153, 0, 0.9);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

.navbar-brand {
	color: white!important;
	font-size: 2em;
    padding: 0.4em 1em;
    border: 1px solid white;
}

.navbar-nav { flex-direction: row; }
.nav-item { font-size: 1.8em; }

.navbar-nav .nav-link,
.navbar-nav .nav-link:focus {
	color: white;
	padding: 0.625em 1.43em;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
	background-color: #9a6600;
	color: white;
	text-decoration: none;
}

.navbar-toggler { display: none; }
.tm-page-content { margin-top: 104px; }

.tm-section {
	background-image: url(../images/musics/pop-bg.jpg);
	background-position: bottom right;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	height: 600px;
	position: relative;
}

.tm-section::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.tm-section.blue::before {
	background-color: rgba(0,89,154,.8);
}
.tm-section.red::before {
	background-color: rgba(136,47,51,.8);
}
.tm-section.green::before {
	background-color: rgba(42,136,133,.8);
}

.tm-footer { 
	background: #cc9900;
	font-weight: 300;
	display: flex;
	align-items: center;
	color: white;
    text-align: center;
}

.tm-section-header {
	font-weight: 300;
	margin-bottom: 30px;
}

.tm-white-curve-left,
.tm-white-curve-right {
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
}

.tm-white-curve-right {	margin-right: -1px; }
.tm-white-curve-left,
.tm-white-curve-right {
	display: flex;
	padding-left: 0;
}

.tm-white-curve-left-rec,
.tm-white-curve-left-circle,
.tm-white-curve-right-rec,
.tm-white-curve-right-circle {
	position: absolute;
	background-color: white;	
	height: 100%;
}

.tm-white-curve-left-rec,
.tm-white-curve-right-rec {
	width: 300px;
}

.tm-white-curve-left-circle {
	width: 520px;
	right: 0;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
}

.tm-white-curve-right-rec {
	padding-right: 0;
	right: 0;
}

.tm-white-curve-right-circle {
	width: 520px;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
}

.tm-white-curve-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 50px;
	width: 85%;
	position: relative;
	z-index: 100;
}

.tm-white-curve-text button {
	margin-top: 20px;
	width: 120px;
}

.tm-white-curve-right > .tm-white-curve-text {
	margin-right: 0;
	margin-left: auto;
}

.blue-text { color: #00599a; }
.red-text { color: #882f33; }
.gray-text { color: #333333; }
.green-text {
	color: #2A8885;
	font-weight: 400;
}

@media screen and (max-width: 1300px) {
	.tm-white-curve-left-circle,
	.tm-white-curve-right-circle {
		width: 445px;
	}
}

@media screen and (max-width: 1060px) {
	.tm-section {
		height: auto;
	}

	.tm-section .tm-white-curve-left,
	.tm-section .tm-white-curve-right {
		width: 100%;
	}

	.tm-white-curve-left-rec, 
	.tm-white-curve-right-rec {
		width: 60%;
	}

	.tm-white-curve-text {
		padding-top: 2em;
		padding-bottom: 2em;
	}

	.tm-white-curve-left-circle, 
	.tm-white-curve-right-circle {
		width: 50%;
	}

	.tm-white-curve-left-circle { right: 1em; }
	.tm-white-curve-right-circle { left: 1em; }

	#tm-section-2,
	#tm-section-3 {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

@media screen and (max-width: 900px) {
	.navbar {
		position: absolute;
		right: 0;
		top: 72px;
		background-color: #cc9900;
		text-align: right;
		height: 0;
		overflow: hidden;
		transition: .5s;
	}

	.navbar.open { height: 190px; }
	.navbar-nav { flex-direction: column; }
	.navbar-nav .nav-item {	width: 180px; }

	.navbar-toggler {
		color: #fff;
		display: block;
		float: right;
		font-size: 28px;
	}
}

@media screen and (max-width: 800px) {	
	body { 
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 550px) {	
	.tm-container {
		padding-left: 30px;
		padding-right: 30px;
	}	
}

@media screen and (max-width: 480px) {
	.tm-white-curve-right > .tm-white-curve-text {
	    padding-right: 0;
	    padding-left: 2em;
	}

	.tm-section-header { margin-bottom: 0.5em; }
}

.progress {
	position: absolute;
    bottom: -1px;
    width: 100%;
    left: 0;
    height: 6px;
    border-radius: 0;
	background: rgba(0, 0, 0, 0);
}

.list-group-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}