

/* ==========================================================================

	Google Font

========================================================================== */

@import 'https://fonts.googleapis.com/css?family=Poiret One:300,400,500,600,700&subset=devanagari,latin-ext';
 @import 'https://fonts.googleapis.com/css?family=Josefin Slab&subset=cyrillic,cyrillic-ext,latin-ext';
@font-face {
	font-family: 'Poiret One', sans-serif;
	font-family: 'Josefin Slab', serif;
	
	}
/* ==========================================================================

	Base styles: opinionated defaults

========================================================================== */

body {
	background-color: #FFF;
	font-family: 'Poiret One', 'Raleway', Arial, sans-serif;
	color: #848484;
	font-weight: 300;
	font-size: 14px;
	line-height: 27px;
	overflow-x: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img, main {
	display: block
}
audio, canvas, video {
	display: inline-block;
*display:inline;
*zoom:1
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #a79f9b
}

::-moz-selection {
background: #222222;
color:#ffF;
text-shadow: none;
}
::selection {
	background: #222222;
	color: #ffF;
	text-shadow: none;
}
a, input, textarea, button, body, img {
	transition-delay: 0s;
	transition-duration: 0.6s;
	transition-property: all;
	transition-timing-function: ease;
}
a {
	text-decoration: none;
	outline: none;
	color: #a79f9b;
}
a:hover {
	text-decoration: none;
	color: #a79f9b;
}
a:focus, img:focus, button:focus, .btn:focus {
	outline: none;
	text-decoration: none;
}
/* ------------------------------------------------------------------------------
  common / 共通
-------------------------------------------------------------------------------*/

/* margin------------------------------------------------------------*/
.mgn-0auto {
	margin: 0 auto;
}
.mgn-2auto {
	margin: 2% auto;
}
.mgn-T05 {
	margin-top: 05px;
}
.mgn-T08 {
	margin-top: 8px;
}
.mgn-T10 {
	margin-top: 10px;
}
.mgn-T15 {
	margin-top: 15px;
}
.mgn-T20 {
	margin-top: 20px;
}
.mgn-T30 {
	margin-top: 30px;
}
.mgn-T40 {
	margin-top: 40px;
}
.mgn-T50 {
	margin-top: 50px;
}
.mgn-T60 {
	margin-top: 60px;
}
.mgn-T75 {
	margin-top: 60px;
}
.mgn-T120 {
	margin-top: 100px;
}
.mgn-T130 {
	margin-top: 130px;
}
.mgn-T140 {
	margin-top: 140px;
}
.mgn-T150 {
	margin-top: 150px;
	}
.mgn-T200 {
	margin-top: 200px;
	}

.mgn-t20 {
	margin-top: -20px;
}
.mgn-t30 {
	margin-top: -30px;
}
.mgn-B00 {
	margin-bottom: 0px;
}
.mgn-B05 {
	margin-bottom: 5px;
}
.mgn-B10 {
	margin-bottom: 10px;
}
.mgn-B15 {
	margin-bottom: 15px;
}
.mgn-B20 {
	margin-bottom: 20px;
}
.mgn-B30 {
	margin-bottom: 30px;
}
.mgn-B35 {
	margin-bottom: 35px;
}
.mgn-B40 {
	margin-bottom: 40px;
}
.mgn-B45 {
	margin-bottom: 45px;
}
.mgn-B50 {
	margin-bottom: 50px;
}
.mgn-B55 {
	margin-bottom: 55px;
}
.mgn-B60 {
	margin-bottom: 60px;
}
.mgn-B65 {
	margin-bottom: 65px;
}
.mgn-B70 {
	margin-bottom: 70px;
}
.mgn-B75 {
	margin-bottom: 75px;
}
.mgn-B80 {
	margin-bottom: 80px;
}
.mgn-B150 {
	margin-bottom: 150px;
}
.mgn-b90 {
	margin-bottom: -90px;
}
.mgn-b30 {
	margin-bottom: -30px;
}
.mgn-L05 {
	margin-left: 5px;
}
.mgn-L10 {
	margin-left: 10px;
}
.mgn-L13 {
	margin-left: 13px;
}
.mgn-L20 {
	margin-left: 20px;
}
.mgn-L30 {
	margin-left: 30px;
}
.mgn-L40 {
	margin-left: 40px;
}
.mgn-L55 {
	margin-left: 55px;
}
.mgn-L140 {
	margin-left: 140px;
}
.mgn-l15 {
	margin-left: -15px;
}
.mgn-l10 {
	margin-left: -10px;
}
.mgn-l20 {
	margin-left: -20px;
}
.mgn-l25 {
	margin-left: -25px;
}

.mgn-R05 {
	margin-right: 05px;
}
.mgn-R10 {
	margin-right: 10px;
}
.mgn-R15 {
	margin-right: 15px;
}
.mgn-R20 {
	margin-right: 20px;
}
.mgn-lr15 {
	margin-left: -15px;
	margin-right: -15px;
}
.mgn20-w91 {
	margin-bottom: 20px;
	width: 91%;
}
.mgn15-w91 {
	margin-bottom: 15px;
	width: 91%;
}
.mgn05-w91 {
	margin-bottom: 5px;
	width: 91%;
}


.mgn-pd {
	margin-top: -15px;
    padding-top: 50px;
	
	}
/* padding ------------------------------------------------------------*/
.pd-05 {
	padding: 5px;
}
.pd-10 {
	padding: 10px;
}
.pd-15 {
	padding: 15px;
}
.pd-20 {
	padding: 20px;
}
.pd-L10 {
	padding-left: 10px;
}
.pd-L20 {
	padding-left: 20px;
}
.pd-L35 {
	padding-left: 35px;
}

.pd-LR-00 {
	padding-right: 0px;
	padding-left: 0px;
}
.pd-R5 {
	padding-right: 5px;
	}
.pd-T10 {
	padding-top: 10px;
}
.pd-T20 {
	padding-top: 20px;
}
.pd-T30 {
	padding-top: 30px;
}
.pd-T50 {
	padding-top: 50px;
}
.pd-T60 {
	padding-top: 60px;
}
.pd-T70 {
	padding-top: 70px;
}
.pd-T12 {
	padding-top: 12px;
}
.pd-TB-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.pd-B10 {
	padding-bottom: 10px;
}
.pd-B15 {
	padding-bottom: 15px;
}
.pd-B20 {
	padding-bottom: 20px;
}

.pd-B30 {
	padding-bottom: 30px;
}

.line-h {
	line-height: 160%;
	}
.letter-s {
	letter-spacing: 140%;
	}
.v-aln {
	vertical-align: middle;
}

.heght30 {
	height: 30px;
}
/* font------------------------------------------------------------*/
.F-mincho {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.F-140 {
	font-size: 140%;
}
.f8 {
	font-size: 8px;
}
.f10 {
	font-size: 10px;
}
.f12 {
	font-size: 12px;
}
.f13 {
	font-size: 13px;
}
.f14 {
	font-size: 14px;
}
.f16 {
	font-size: 16px;
}

.f18 {
	font-size: 18px;
}
.f20 {
	font-size: 20px;
}
.f22 {
	font-size: 22px;
}
.f24 {
	font-size: 24px;
}
.fw700 {
	font-weight: 700;
}
.fwt {
	 font-weight: normal;
}
.bold {
	font-weight: bold;
}
/* color ------------------------------------------------------------*/
.fff {
	color: #fff;
}
.white {
	color: #fff;
}
.clr-5E {
	color: #5E5E5E;
}
.clr-f80 {
	color: #ff8080;
	}
.clr-gold {
	color: #a27d44;
	}
.clr-silver {
	color: #707070;
	}
	
/* float ------------------------------------------------------------*/
.FLT {
	float: left;
}
.FRT {
	float: right;
}
/* background-color ------------------------------------------------------------*/
.bgc-5E {
	background-color: #5E5E5E;
}
.bgc-f7 {
	background-color: #f7f7f7;
}
.bgc-1b{
	background-color: #1b1b1b;
}
.bgc-w {
	background-color: #fff;
}
.bgc-b {
	background-color: #000;
}
.bgc-red {
	background-color: red;
}

/* background-color ------------------------------------------------------------*/

.bdr-e4 {
    margin-top: 20px;
    padding: 8px 0;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

.bdrB-e4 {
    margin-bottom: 10px;
    padding: 8px 0;
    border-bottom: 1px solid #e4e4e4;
}
.bdrB-e4-mgn-b00 {
    margin-bottom: 0px;
    padding: 8px 0;
    border-bottom: 1px solid #e4e4e4;
}
.bdrB {
	border-bottom: 1px solid #fff;
	}
/* background-color ------------------------------------------------------------*/

/*.bgi-tmh03-01 {
	background-image:url(../images/tmh03-01.png);
	background-repeat-x: no-repeat;
	background-repeat-y: no-repeat;
}
*/

/* width ------------------------------------------------------------*/

.w-300 {
	width: 300px;
	}



/* ==========================================================================

	Header styles

========================================================================== */

.header {
	padding-top: 22px;
	padding-bottom: 3px
}
.header.header-fixed-top {
	width: 100%;
	position: fixed;
	top: 0;
	background-color: rgba(255,255,255,0.9);
	z-index: 60;
	padding: 10px 0
}
.header.header-fixed-top .menu-expanded {
	padding-top: 15px
}
.header hgroup {
	padding: 0 15px;
	overflow: hidden
}
.header hgroup h1 {
	padding: 0;
	margin: 0
}
.header hgroup h1 a {
	display: block;
	float: left;
	max-width: 81px
}
.main-menu {
	background-color: transparent;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	right: 0px;
	z-index: 2;
}
.menu, .linee {
	cursor: pointer;
}
.menu.over {
	background-color: rgba(255,255,255,0.8);
}
.nav-icon {
	float: right;
	font-family: 'Poiret One', sans-serif;
	display: block;
	position: relative;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 8px;
	color: #222222;
}
.nav-icon:hover {
	background-color: #202020;
	color: #dddddd;
}
.menu {
	transition: all 0.40s ease-out;
	width: 60px;
	height: 30px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
	border-radius: 100%;
}
.w-96 {
	width: 96px;
}

.nav-icon p {
	position: absolute;
	right: 0;
	top: 0;
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding-left: 11px
}
.over {
	transform: scale(100);
	transition: all 0.350s ease-in;
	cursor: default;
}
.linea1 {
	background: #222222;
	height: 2px;
	width: 15px;
	position: absolute;
	right: 33px;
	top: 33px;
	z-index: 90;
	transition: all 0.3s;
	opacity: 0
}
.linea1.overL1, .linea3.overL3 {
	opacity: 1
}
.linea2 {
	background: #222222;
	height: 2px;
	width: 15px;
	position: absolute;
	right: 33px;
	top: 38px;
	opacity: 1;
	transition: opacity 0.5s;
	z-index: 90;
	opacity: 0
}
.linea3 {
	background: #222222;
	height: 2px;
	width: 15px;
	position: absolute;
	right: 33px;
	top: 43px;
	z-index: 90;
	opacity: 0
}
.overL1 {
	animation: closetop 1s forwards;
	animation-direction: alternate;
	cursor: pointer;
}
.overL2 {
	opacity: 0;
	transition: opacity 0.5s;
	cursor: pointer;
}
.overL3 {
	animation: closebottom 1s forwards;
	animation-direction: alternate;
	cursor: pointer;
}
 @keyframes closetop {
 0% {
transform: translateY(5px) rotate(0deg);
}
 25% {
transform: translateY(5px) rotate(0deg);
}
 75% {
transform: translateY(5px) rotate(-45deg);
}
 100% {
transform: translateY(5px) rotate(-45deg);
}
}
 @keyframes closebottom {
 0% {
transform: translateY(0px) rotate(0deg);
}
 25% {
transform: translateY(-5px) rotate(0deg);
}
 75% {
transform: translateY(-5px) rotate(45deg);
}
 100% {
transform: translateY(-5px) rotate(45deg);
}
}
.main-menu {
	visibility: hidden;
	text-align: center;
	opacity: 0;
	transition: all 0.300s;
	transition-delay: 0s;
}
.overmain {
	visibility: visible;
	background-color: rgba(255,255,255,0.8);
	opacity: 1;
	z-index: 60;
	top: 0;
	padding-top: 10%;
	transition: all 0.400s;
	transition-delay: 0.370s;
}
.main-menu ul {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
}
.main-menu ul li {
	width: 100%;
	display: inline-block;
	font-family: 'Poiret One', sans-serif;
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 30px;
	font-weight: 400;
	position: relative;
	z-index: 1;
	transition: all 0.400s;
	transition-delay: 0.370s;
}
.main-menu ul li {
	position: relative;
	;
}
.main-menu ul li:after {
	content: "";
	position: absolute;
	bottom: 52%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 1px;
	background: #222222;
	z-index: 2;
	transition: width 0.3s;
	z-index: 1
}
.main-menu ul li:hover:after {
	width: 15%;
}
.main-menu ul li.active:after {
	width: 15%;
}
.main-menu ul li a {
	text-decoration: none;
	color: #222222;
	position: relative;
	z-index: 2;
	display: block
}
/* ==========================================================================

	Main Wrapper

========================================================================== */

.main-wrapper, .main-wrapper-inner {
	background-color: #FFF;
	position: relative;
	z-index: 6;
}
.wrapper {
	background-color: #FFF;
	
	position: relative;
	z-index: 6;
	margin-bottom: 296px
}
/* ==========================================================================

	Footer

========================================================================== */

.footer {
    background-color: #222222;
    position: fixed;
    z-index: 1;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 44px;
    padding-bottom: 6px;
    text-align: center;
    color: #999999;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 400;
}
.footer a {
	color: #999999;
}
.footer a:hover {
	color: #FFF;
}
.footer img {
	margin: 0 auto 7px;
}
.footer h3 {
	text-align: center;
	color: #FFF;
	font-family: 'Poiret One', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 21px;
	position: relative
}
.footer h3:after {
	content: "";
	margin: 0 auto;
	display: block;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	width: 63px;
	height: 3px;
	background-color: #FFF
}
.footer p {
	line-height: 12px;
	font-weight: 300
}
.footer-bot {
	padding-top: 58px
}
.copy-right {
	margin-left: 5px;
    padding: 15px;
    display: inline-block;
    float: left;
}
.padding-top {
	padding-top: 16px
}
.made-by i {
	color: #e8496a
}
.social {
	padding: 0;
    margin: 20px 0 0 0px;
    list-style: none;
    float: left;
}
.social li {
	display: inline-block;
	margin: 0 5px;
	font-size: 26px
}
/* ==========================================================================

	Inner

========================================================================== */

.main-wrapper-inner {
	margin-bottom: 396px
}
.wrapper-inner {
	margin: auto;
	width: 100%;
	max-width: 1031px;
	padding-top: 71px;
	padding-bottom: 20px
}
.inner-left {
	float: left;
	width: 100%;
	max-width: 331px
}
.inner-right {
	float: right;
	width: 100%;
	max-width: 700px
}
.wrapper-inner p {
	color: #a79f9b;
	font-size: 13px;
	line-height: 30px;
	font-weight: 400;
	padding-bottom: 20px;
	font-weight: 300
}
/* ==========================================================================

	home.php

========================================================================== */

h3.mgn-TB {
	margin: 10px 0 0;
    color: #a79f9b;
	}
.fv {
	margin:30px 0;
}
h2.tit01 {
	font-size: 30px;
	color: #a79f9b;
	border-bottom:1px solid #a79f9b;
	margin-bottom:30px;
	}
.info-m {
    width: 48%;
    margin-top: 30px;
    margin-left: 15px;
    background-color: #232323;
    padding: 12px;
	}
.info-m:hover {
	background-color: #f7f7f7;
    border: 1px solid #ddd;
	}
.info-w {
    width: 48%;
    margin-top: 30px;
    margin-left: 15px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    padding: 12px;
	}
.info-w:hover {
	background-color: #232323;
	color: #a79f9b;
	}
.txt-ain-l {
	text-align: left;
	}	
	
/* ==========================================================================

	Details Gallery

========================================================================== */

.details-content, .about-content, .contact-wrapper {
	overflow: hidden
}
.details-left header h3, .about-content h3 {
	color: #a79f9b;
	margin-top: 0
}
.details-left header h4, .details-left header h5 {
	font-size: 13px;
	margin-top: 0;
	font-weight: 400
}
.details-left header h4 {
	font-weight: 600;
	padding-top: 22px
}
.details-content header {
	margin-bottom: 67px
}
.details-content header h2, .details-content header h3 {
	font-size: 13px;
	font-weight: 400;
	margin-top: 0
}
.details-content header h2 {
	font-weight: 600;
}
.details-image {
	margin-bottom: 80px
}
.web-works {
	margin:0;
    padding: 30px 0 30px;
	}
.music-works {
	margin:0;
    padding: 30px 0 0;
    background-color: #282828;

	}

/* ==========================================================================

	About

========================================================================== */

.about-content {
	margin-bottom: 58px
}
.about-content header h4 {
	margin-top: 0
}
.about-content h3 {
	padding-bottom: 6px
}
/* ==========================================================================

	Contact

========================================================================== */

.map-wrapper {
	width: 100%;
	height: 453px;
	background-color: #e6e4e4
}
.map-wrapper #surabaya {
	width: 100%;
	height: 100%;
}
.contact-wrapper {
	margin-top: 80px;
	margin-bottom: 90px;
}
.contact-wrapper .phone {
	font-size: 16px;
	line-height: 17px;
	font-weight: 600;
	padding-bottom: 0;
	margin-bottom: 0
}
.contact-wrapper p a:hover {
	text-decoration: underline
}
.contact-wrapper header h4 {
	margin-top: 0
}
.contact-form {
	overflow: hidden;
	margin-top: 43px
}
.contact-form label {
	font-weight: 300;
	font-size: 14px;
	width: 100%;
	max-width: 315px;
	float: left;
	margin-bottom: 57px
}
.contact-form label+label {
	float: right
}
.contact-form label+label+div+label {
	float: none;
	max-width: 100%;
	margin-bottom: 43px
}
.contact-form label span {
	color: #fb5353
}
.contact-form label input, .contact-form label textarea {
	background-color: inherit;
	border: none;
	border-bottom: 1px solid #eeeeee;
	display: block;
	width: 100%;
	padding: 0 10px;
	outline: none
}
.contact-form label input:focus, .contact-form label textarea:focus {
	border-bottom-color: #404040
}
.contact-form input[type="submit"] {
	border: none;
	outline: none;
	cursor: pointer;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #FFF;
	line-height: 47px;
	background-color: #fb5353;
	padding: 0 29px
}
.contact-form input[type="submit"]:hover {
	background-color: #222222
}
.error_message {
	color: #e84d49
}
#success_page h3, #success_page p {
	color: #60ca6f
}
/* ==========================================================================

	Blog

========================================================================== */



.post {
	margin-bottom: 74px
}
.post figure {
	margin-bottom: 76px
}
.post .date {
	font-weight: 600;
	font-size: 16px;
	color: #a79f9b
}
.post .cat-pan a:hover, .post header h3 a:hover {
	text-decoration: underline
}
.post header h3 {
	margin-top: 0
}
.comments-pan {
	border-top: 1px solid #eeeeee;
	padding-top: 15px
}
.comments-pan h3 {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 34px;
	margin-bottom: 52px
}
.comments-reply, .reply-pan {
	padding: 0;
	margin: 0;
	list-style: none
}
.comments-reply li {
	display: block;
	border-bottom: 1px solid #eeeeee;
	overflow: hidden;
	padding-bottom: 51px;
	margin-bottom: 39px
}
.comments-reply li figure {
	float: left;
	width: 70px;
	height: 70px;
	background-color: #eeeeee;
	border-radius: 100%;
	overflow: hidden
}
.comments-reply li section {
	float: left;
	padding-left: 30px;
	font-size: 13px;
	line-height: 30px;
	color: #a79f9b;
	width: 92%;
}
.comments-reply li section .date-pan {
	font-size: 12px;
	line-height: 13px;
	padding-bottom: 25px
}
.comments-reply li section h4 {
	font-weight: 300;
	color: #404040;
	font-size: 16px;
	margin-bottom: 6px;
	margin-top: 0
}
.comments-reply li section h4 a {
	font-size: 12px;
	color: #fb5353;
	font-weight: 400;
	display: inline-block;
	padding-left: 20px
}
.reply-pan {
	clear: both;
	display: block;
	margin-left: 100px;
	padding-top: 39px
}
.reply-pan li {
	border-bottom: none;
	border-top: 1px solid #eeeeee;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 38px;
}
.commentys-form h4 {
	font-size: 24px;
	font-weight: 300
}
.commentys-form form {
	margin-top: 30px
}
.commentys-form input[type="text"], .commentys-form input[type="email"], .commentys-form input[type="url"], .commentys-form textarea {
	font-size: 14px;
	line-height: 22px;
	color: #404040;
	padding-bottom: 26px;
	border-bottom: 1px solid #eeeeee;
	width: 100%;
	display: block;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: transparent;
	outline: none
}
.commentys-form textarea {
	margin-top: 57px
}
.commentys-form input[type="text"]:focus, .commentys-form input[type="email"]:focus, .commentys-form input[type="url"]:focus, .commentys-form textarea:focus {
	border-bottom-color: #000
}
.commentys-form input[type="button"] {
	padding: 0 36px;
	text-transform: uppercase;
	display: inline-block;
	font-size: 14px;
	line-height: 47px;
	color: #FFF;
	font-weight: 300;
	text-align: center;
	border: none;
	outline: none;
	background-color: #fb5353;
	margin-top: 50px;
	margin-bottom: 60px
}
.commentys-form input[type="button"]:hover {
	background-color: #ff5c5c
}

/* ==========================================================================

	TOP

========================================================================== */

.music-link, .works-link {
	padding-left: 10px;
    border-left: 3px solid #262626;
	color:#262626;
}
.music-link:hover, .works-link:hover {
	padding: 5px 10px;
	color:#6C7B89;
	background-color: #c7c7c7;
    
}
