/*
style.css

(c) 2017 Makoto Kamimura (typgestalt.com)
Contact: info@typgestalt.com

last update: 2017.02.06
*/

/* Webfont */
@font-face {
    font-family: 'vignette';
    src: url('http://kokemusurecords.com/assets/fonts/vignette.eot');
    src: url('http://kokemusurecords.com/assets/fonts/vignette.eot?#iefix') format('embedded-opentype'),
         url('http://kokemusurecords.com/assets/fonts/vignette.woff') format('woff'),
         url('http://kokemusurecords.com/assets/fonts/vignette.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'kokemusu';
    src: url('http://kokemusurecords.com/assets/fonts/kokemusu.eot');
    src: url('http://kokemusurecords.com/assets/fonts/kokemusu.eot?#iefix') format('embedded-opentype'),
         url('http://kokemusurecords.com/assets/fonts/kokemusu.woff') format('woff'),
         url('http://kokemusurecords.com/assets/fonts/kokemusu.ttf') format('truetype'),
         url('http://kokemusurecords.com/assets/fonts/kokemusu.svg#kokemusu') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'kokemusu italic';
    src: url('http://kokemusurecords.com/assets/fonts/kokemusuitalic.eot');
    src: url('http://kokemusurecords.com/assets/fonts/kokemusuitalic.eot?#iefix') format('embedded-opentype'),
         url('http://kokemusurecords.com/assets/fonts/kokemusuitalic.woff') format('woff'),
         url('http://kokemusurecords.com/assets/fonts/kokemusuitalic.ttf') format('truetype'),
         url('http://kokemusurecords.com/assets/fonts/kokemusuitalic.svg#kokemusuitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@import url('https://fonts.googleapis.com/css?family=IM+Fell+Great+Primer:400i');

/* Base */
html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: "vignette", "kokemusu", "Hiragino Mincho ProN", serif;
	line-height: 2.1em;
	letter-spacing: .05em;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-text-autospace: ideograph-parenthesis;
	-moz-text-autospace: ideograph-parenthesis;
	-ms-text-autospace: ideograph-parenthesis;
	-o-text-autospace: ideograph-parenthesis;
	text-autospace: ideograph-parenthesis;
	word-wrap: break-word;
	word-break: normal;
	hanging-punctuation: force-end;
}

body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	color: #213525;
	background: #eef3ef;
}

section, nav, article, aside, header, footer, main, figure, figcaption, details, menu {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-size: inherit;
	font-weight: normal;
}

p, div, ul, li, figure {
	margin: 0;
	padding: 0;
	list-style: none;
}

img, canvas {
	height: auto;
	max-width: 100%;
}

/* Link */
a{
	color: #213525;
	text-decoration: none;
	-webkit-transition: color .5s ease-out;
	-moz-transition: color .5s ease-out;
	-ms-transition: color .5s ease-out;
	-o-transition: color .5s ease-out;
	transition: color .5s ease-out;
}
	
a[href]:hover{
	color: #fff;
	-webkit-transition: color 0.2s cubic-bezier(0,0.9,0.3,1);
	-moz-transition: color 0.2s cubic-bezier(0,0.9,0.3,1);
	-ms-transition: color 0.2s cubic-bezier(0,0.9,0.3,1);
	-o-transition: color 0.2s cubic-bezier(0,0.9,0.3,1);
	transition: color 0.2s cubic-bezier(0,0.9,0.3,1);
}
	
::-moz-selection{
	background: #324226;
	color: #111;
	text-shadow: none;
}

::selection {
	background: #324226;
	color: #111;
	text-shadow: none;
}

/* Typesetting */
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -8.2rem;
	overflow: hidden;
}

header{
	text-align: right;
	overflow: hidden;
	margin: 3rem 3rem 11rem 0;
}
main {
	overflow: hidden;
	margin: 0 1rem 8.2rem;
}

footer{
	display: none;
}

footer, #push {
	display:block;
	height: 8.2rem;
	margin: 0 0 0 2rem;
}

.title{
	font-family: 'kokemusu italic', serif;
	font-size:1.39rem;
	letter-spacing: .07em;
	line-height: 1.7em;
}

#topList{
	margin: 0 1rem 0 0;
	float: right;
}

#topList li{
	width: 30px;
	height: 400px;
	float: left;
	margin-left: 0px;
}

#topListen{
	font-size:1.24rem;
	letter-spacing: .09em;
	margin: 0 0 0 7rem;
	line-height: 2em;
	float: left;
}

.italic{
	font-size:117%;
	font-family: 'Cormorant Garamond', serif;
	font-style: italic;
	font-weight: 400;
	letter-spacing: .06em;
}

.dot{
	font-size:1.2rem;
	letter-spacing: 0;
	opacity: 0.3;
	-webkit-font-smoothing: none;
	font-smoothing: none;
}

.kokemusu001 {
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 20px;
	height: 400px;
	background: url("../images/index_001.jpg") no-repeat;
	background-size: 40px 400px;
}

.kokemusu001:after {
	content: "";
	position: absolute;
	top: 0; left: 0; bottom: 0; right: -20px;
	background: url("../images/index_001.jpg") no-repeat;
	background-size: 40px 400px;
	background-position: -20px 0;
	opacity: 0;
	-webkit-transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-ms-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
}

.kokemusu01en{
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 400px;
	height: 20px;
}

.kokemusu002 {
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 20px;
	height: 400px;
	background: url("../images/index_002.jpg") no-repeat;
	background-size: 40px 400px;
}

.kokemusu002:after {
	content: "";
	position: absolute;
	top: 0; left: 0; bottom: 0; right: -20px;
	background: url("../images/index_002.jpg") no-repeat;
	background-size: 40px 400px;
	background-position: -20px 0;
	opacity: 0;
	-webkit-transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-ms-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
}

.kokemusu003 {
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	width: 20px;
	height: 400px;
	background: url("../images/index_003.jpg") no-repeat;
	background-size: 40px 400px;
}

.kokemusu003:after {
 	content: "";
 	position: absolute;
	top: 0; left: 0; bottom: 0; right: -20px;
 	background: url("../images/index_003.jpg") no-repeat;
	background-size: 40px 400px;
	background-position: -20px 0;
	opacity: 0;
	-webkit-transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-ms-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
}

.kokemusu001:hover:after, .kokemusu002:hover:after, .kokemusu003:hover:after {
	opacity: 1;
	-webkit-transition: opacity 0.2s cubic-bezier(0,0.9,0.3,1);
	-moz-transition: opacity 0.2s cubic-bezier(0,0.9,0.3,1);
	-ms-transition: opacity 0.2s cubic-bezier(0,0.9,0.3,1);
	-o-transition: opacity 0.2s cubic-bezier(0,0.9,0.3,1);
	transition: opacity 0.2s cubic-bezier(0,0.9,0.3,1);
}

.copyright{
	width:12px;
	height: 279px;
	float:left;
	position: fixed;
	top: 19rem;
	left: 1.2em;
	z-index: -1;
}

@-moz-document url-prefix() {
	.copyright{
		transform-origin: 0 0;
		transform: rotate(90deg);
		left:3em;
	}
	.up30 {vertical-align:0em;}
}

.menubox1{
	margin:0 0 4rem 0;
}

.menu1{
	font-size:1.1rem;
}

.menu2{
	font-size:1.1rem;
	margin: 0 0 0 2.5rem;
}

.info{
	margin: 0 0 0 7.2rem;
}

.mainArtist{
	font-size:1.4rem;
	margin: 0 0 0.4rem;
}
.mainTitle{
	font-size:1.4rem;
	margin: 0 0 4rem;
}
.mainText{
	font-size:1.1rem;
	margin: 0 0 6rem;
}
.mainJacket{
	margin: 0 0 12rem;
}

/*yusyoku*/
#yusyokuMember{
	margin: 4rem 0 0 0;
	line-height: 2.6rem;
}

#yusyokuBio{
	margin: 3rem 0 17rem 0;
}

.yusyokuAct{
	margin: 1.2rem 0;
}

