@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Marcellus');

.modal-backdrop.in{
	opacity: 0.7;
}
/*----------------------------------------------------------------------- */
/*Celebrating the 35th anniversary*/

.free-html .container-fluid {
	max-width: 100%;
	padding: 0;
}
#carousel-main{
	margin-bottom: -1px;
}
#carousel-main #tag{
	position: absolute;
	top: 0;
	left:5.5%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	/*	background-image: url("../images/logo_seal.png");*/
	background-repeat: no-repeat;
	font-family: 'Marcellus', serif;
	font-size: 44px;
	z-index: 10;
}
#carousel-main #tag img{
	max-width: 100%;
	height: auto;
}
@media screen and (min-width:768px) and (max-width: 1200px) {
	#carousel-main #tag{
		width: 8vw;
		max-width: 128px;
	}
}
@media screen and (max-width:767px) {
	#carousel-main #tag{
		width: 20vw;
	}
}
@media screen and (max-width:767px) {
	#carousel-main #tag img{
		max-width: 100%;
		height: auto;
	}
}
#carousel-main #tag h2{
	padding: 0;
	margin: 0;
}

#carousel-main .item{
	min-height: 54vw;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #1b0a00;
	letter-spacing: -0.5em;
	text-align: left;
}
@media screen and (max-width:767px) {
	#carousel-main .item{
		background-color: #1b0a00;
		height: auto;
		background-position: 0 0;
		padding-bottom: 15px;

	}
}
#carousel-main .item:before {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	content: "";
}
@media screen and (max-width:767px) {
	#carousel-main .item:before {
		display: none;
	}
}
#carousel-main .item .carousel-caption {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
	position: static;
	padding-left: 3%;
}
@media screen and (min-width:768px) and (max-width: 1110px) {
	#carousel-main .item .carousel-caption {
		max-width: 50%;
		padding-top: 8%;
	}
}
@media screen and (max-width:767px) {
	#carousel-main .item .carousel-caption {
		display: block;
		padding-top: calc(55% + 20px);
	}
}
#carousel-main .item .carousel-caption h3 {
	padding-top: 45px;
}
@media screen and (max-width:767px) {
	#carousel-main .item .carousel-caption h3 {
		padding-top: 110px;
	}
}
#carousel-main .carousel-control {
	position: absolute;
	top: calc(50% - 31px);
	width: 42px;
	height: 63px;
	border: none;
	padding: 0;
	margin: 0;
	outline: none;
	color: transparent;
	text-indent: -9999px;
	font-size: 1px;
	cursor: pointer;
}
@media screen and (max-width:767px) {
	#carousel-main .carousel-control {
		top: calc(50% - 22.5px);
		width: 30px;
		height: 45px;
		background-size: cover;
	}
}
#carousel-main .carousel-control:disabled{
	visibility: hidden;
}
#carousel-main .carousel-control.left {
	/*	background-image: url(../images/btn_prev.png);*/
	background-color: transparent;
	left: 0;
	opacity: 1;
	background-size: 42px 63px;
}
@media screen and (max-width:767px) {
	#carousel-main .carousel-control.left {
		background-size: cover;
	}
}
#carousel-main .carousel-control.right {
	/*	background-image: url(../images/btn_next.png);*/
	background-color: transparent;
	right: 0;
	opacity: 1;
	background-size: 42px 63px;
}
@media screen and (max-width:767px) {
	#carousel-main .carousel-control.right {
		background-size: cover;
	}
}
#carousel-main h3.heading {
	margin: 0;
	padding: 0;
	font-family: 'Marcellus', serif;
	font-size: 44px;
	color: #ffffff;
}
@media screen and (max-width:767px) {
	#carousel-main h3.heading {
		font-size: 6vw;
		/*color: #000;*/
		text-shadow: none;
	}
}
#carousel-main .descriptions {
	/*width: 27%;*/
	width: 85%; /* test */
	max-width: 600px;
	min-width: 310px; /* test */
	line-height: 1.6;
	margin: 3% auto;
}

@media screen and (max-width:767px) {
	#carousel-main .descriptions {
		font-size: 12px;
		/*color: #000;*/
		text-shadow: none;
	}
}
@media screen and (max-width:767px) {
	#carousel-main .carousel-indicators{
		bottom: 15px !important;
		margin-bottom: 0;
	}
}
@media screen and (max-width:767px) {
	#carousel-main .carousel-indicators li{
		border-color: #ddd;
	}
	#carousel-main .carousel-indicators li.active{
		background-color: #ddd;
	}
}
#carousel-main a:hover{
	/*opacity: 0.7;*/
}
#carousel-main a span.btn {
	position: relative;
	display: inline-block;
	padding: 8px 50px;
	border: 1px solid #fff;
	background-color: #431f07;
	border-radius: 25px;
	text-shadow: 1px 1px 0 #1b0a00;
	transition: all 0.3s ease-out;
}
@media screen and (max-width:767px) {
	#carousel-main a span.btn {
		background-color: #431f08;
		color: #fff;
	}
}
#carousel-main a:hover span.btn{
	background-color: #774627;
}
#carousel-main a span.btn:hover{
	color: #fff;
}
#carousel-main a span.btn span.icon:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 8px;
	content: "";
	width: 10px;
	height: 5px;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #ffffff;
	transition: all 0.3s ease-out;
}
#carousel-main a:hover span.btn span.icon:after {
}

#modal-movie{
	text-align: center;
	/*padding-left: 15px;*/
	padding-right: 0 !important;
	white-space: nowrap;
}
@media screen and (max-width:767px) {
	#modal-movie{

	}
}

#modal-movie:after{
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

#modal-movie .movie-wrap{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#modal-movie .movie-wrap:before{
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
#modal-movie .movie{
	position: relative;
	vertical-align: middle;
	width: 90%;
	max-width: 1200px;
	display: inline-block;
}
@media screen and (min-width:768px) and (max-width:1380px) {
	#modal-movie .movie{
		width: 85%;
	}
}
@media screen and (max-width:767px) {
	#modal-movie .movie{
	}
}
#modal-movie .movie:before{
	display: block;
	width: 100%;
	padding-bottom: 56.75%;
	content: '';
}
@media screen and (max-width:767px) {
	#modal-movie .movie:before{

	}
}
#modal-movie .movie iframe{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#modal-movie .close {
	position: absolute;
	text-indent:-9999px;
	right: 0;
	top: 0 !important;
	/*	background-image: url(../images/brochure_close.png);*/
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 90px;
	height: 90px;
	z-index: 999;
	opacity: 1;
}
@media screen and (min-width:768px) and (max-width:1380px) {
	#modal-movie .close {
		width: 60px;
		height: 60px;
	}
}

@media screen and (max-width:767px) {
	#modal-movie .close {
		width: 60px;
		height: 60px;
		background-size: 30px auto;
	}
}

/*----------------------------------------------------------------------- */
/* Generations of Inspiration */
@media screen and (max-width:767px) {
	#d1772224 a:focus,
	#d1772224 a:hover {
		text-decoration: none;
	}
}

/*----------------------------------------------------------------------- */
/* Since Back in the Day... */
#wrapBackInTheDay a {
	display: block;
	padding: 8.5% 0 29%;
	/*	background-image: url(../images/back-in-the-day.jpg);*/
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	text-decoration: none;
	text-align: center;

}
#wrapBackInTheDay a:hover {
	/*filter: alpha(opacity=70);*/
	/*-moz-opacity: .70;*/
	/*opacity: .70;*/
}
#wrapBackInTheDay a>span {
	display: block;
	margin: 0 auto;
	text-align: center;
	color: #ffffff;
}
#wrapBackInTheDay a h3.heading {
	margin: 0;
	padding: 0;
	font-family: 'Marcellus', serif;
	font-size: 44px;
	color: #ffffff;
}
#wrapBackInTheDay a span.txt {
	width: 27%;
	max-width: 600px;
	min-width: 280px;
	line-height: 1.6;
	margin: 3% auto;
}
#wrapBackInTheDay a header + span.btn {
	margin: 3% auto;
}
#wrapBackInTheDay a span.btn {
	position: relative;
	display: inline-block;
	padding: 8px 50px;
	border: 1px solid #fff;
	background-color: #431f07;
	border-radius: 25px;
	text-shadow: 1px 1px 0 #1b0a00;
	transition: all 0.3s ease-out;
}
#wrapBackInTheDay a:hover span.btn {
	background-color: #774627;
}
#wrapBackInTheDay a span.btn span.icon:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 8px;
	content: "";
	width: 10px;
	height: 5px;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #ffffff;
	transition: all 0.3s ease-out;
}
#wrapBackInTheDay a:hover span.btn span.icon:after {

}
@media screen and (max-width:767px) {
#wrapBackInTheDay a {
	padding: 80% 5% 10%;
	background-color: #674c2a;
	/*	background-image: url(../images/back-in-the-day_sp.jpg);*/
	background-position: 50% 0;
	background-size: 100% auto;
}
#wrapBackInTheDay a span.heading {
	font-size: 28px;
}
}
/*----------------------------------------------------------------------- */
/* Brochure (Back in the day...) modal gallery */
#brochureModalContainer {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1301;
	overflow: hidden;
	display: none;
	transition: opacity 500ms;
	opacity: 0;
}
#brochureModalContainer.active {
	display: block;
}
#brochureModalContainer.visible {
	opacity: 1;
}
#brochureModalContainer:not(.visible) {
	pointer-events: none;
}
#brochurePrev, #brochureNext, #brochureClose {
	position: absolute;
	top: calc(50% - 31px);
	width: 42px;
	height: 63px;
	border: none;
	padding: 0;
	margin: 0;
	outline: none;
	color: transparent;
	text-indent: -9999px;
	font-size: 1px;
	cursor: pointer;
	background-size: 42px auto;
}

#brochurePrev:disabled, #brochureNext:disabled {
	visibility: hidden;
}
#brochurePrev {
	/*	background-image: url(../images/btn_prev.png);*/
	background-color: transparent;
	left: 0;
}
#brochureNext {
	/*	background-image: url(../images/btn_next.png);*/
	background-color: transparent;
	right: 0;
}
#brochureClose {
	right: 0;
	top: 0 !important;
	/*	background-image: url(../images/brochure_close.png);*/
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 90px;
	height: 90px;
}
@media screen and (max-width:767px) {

	#brochureClose {
		width: 60px;
		height: 60px;
		background-size: 30px auto;
	}
}
article.brochureItem {
	position: absolute;
	left: calc(2% + 50px);
	top: 5%;
	width: calc(96% - 100px);
	height: 90%;
	display: none;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	align-items: center;
	justify-content: center;
}
article.brochureItem.visible {
	display: block;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	animation: 400ms brochureItemAppear;
}
/* Flexbox非対応 */
.no-flexboxtweener.no-flexbox article.brochureItem {
	text-align: center;
	position: relative;
	top: 50%;
	-o-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	height: auto;
	max-height: 90%;
}
.no-flexboxtweener.no-flexbox article.brochureItem > * {
	display: inline-block;
	text-align: left;
}
@keyframes brochureItemAppear {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
img.brochureItemImg {
	width: auto;
	height: auto;
	max-width: 40%;
	max-height: 80%;
}
div.brochureItemC img.brochureItemImg {
	max-width: 30%;
}
div.brochureItemBody {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 50%;
	color: #ffffff;
	padding: 0 0 0 5%;
	vertical-align: middle;
}
div.brochureItemBody h4 {
	margin: 0 0 50px 0;
	font-size: 22px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
div.brochureItemBody p {
	margin: 0;
}

@media screen and (max-width:767px) {
#brochureModalContainer {
	background: rgba(0, 0, 0, 0.85);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
article.brochureItem {
}
article.brochureItem.visible {
	display: block;
	text-align: center;
}
div.brochureItemImg {
	width: auto;
	margin: 0 20px;
	padding: 20px 0;
	background: #1d1d1d;
	text-align: center;
}
div.brochureItemImg img {
	width: 40%;
	min-width: 260px;
}
div.brochureItemBody {
	width: auto;
	padding: 40px;
	text-align: left;
}
div.brochureItemBody h4 {
	margin-bottom: 20px;
}
}
/*----------------------------------------------------------------------- */
/*Comments on Clavinova*/
#d1137980,
#d1772447 {
	padding: 20px 0;
	background: #ececec;
}
#d1138002,
#d1772447 {
	padding: 0 0 40px;
	background: #ececec;
}
a#d1764185-link {
	text-decoration: none;
}
#d1775473 h3 {
	text-align: center;
	font-family: 'Marcellus', serif;
	font-size: 44px;
	color: #431f08;
}
.gridpost-text, .color-namebar-buttons-rgba {
	background-color: #ffffff;
}
#d1772811 .container-fluid,
#d1772447 .container-fluid {
	max-width: none;
	padding: 0;
}
#d1772447 .container-fluid {
	max-width: 1200px;
}
#d1772811 .instagram,
#d1772447 .instagram {
	margin: 8px auto 30px;
	text-align: center;
}
#d1772447 .instagram {
	margin: 50px auto 0px;
}
#d1772811 .instagram a {
	text-decoration: none;
}
#d1772811 .instagram span,
#d1772447 .instagram span {
	position: relative;
	padding: 5px 0px 12px 70px;
	color: #431f08;
	font-size: 22px;
}
#d1772811 .instagram span::before,
#d1772447 .instagram span::before {
	content: "";
	display: block;
	position: absolute;
    width: 40px;
    height: 40px;
	top: 0;
    left: 0;
	background-size:  40px 40px;
	background-repeat: no-repeat;
}
#d1772811 .instagram a span {
	color: #431f08;
}
#d1772811 .instagram a:hover span {
	color: #5e3317;
}
@media screen and (max-width:767px) {
#d1138002{
	padding: 0 0 40px;
	background: #ececec;
}
#d1772447 {
	padding: 0 15px 40px;
	background: #ececec;
}
#d1775473 h3 {
	font-size: 28px;
}
#d1772447 .container-fluid {
	width: 100%;
}
}
@media screen and (max-width:480px) {
#d1772811 .instagram {
	margin: 40px auto 30px;
}
#d1772811 .instagram span,
#d1772447 .instagram span {
	padding: 55px 0 0;
}
#d1772447 .instagram {
	margin: 80px auto 0px;
}
#d1772811 .instagram span::before,
#d1772447 .instagram span::before {
	top: 0;
	left: 39%;
}
}

/*----------------------------------------------------------------------- */
/*Clavinova Chronicle*/
#d1764185 {
	background: #431f08;
	color: #ffffff;
	text-decoration: none;
}
#d1137982:hover {
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
}
#d1764185 .container-fluid {
	position: relative;
	margin: 0 auto;
	padding: 3.8%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#d1764185 h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: 'Marcellus', serif;
	font-size: 44px;
	line-height: 1;
}
#d1764185 p {
	margin: 0;
	font-family: 'Marcellus', serif;
	font-size: 24px;
}
#d1764185 ul {
	position: absolute;
	top: 50%;
	right: 3.8%;
	margin: -9px 0 0 0;
	padding: 0;
}
#d1764185 li {
	color: #ab943d;
	font-size: 18px;
	line-height: 1;
}

@media screen and (max-width:767px) {
#d1764185 .container-fluid {
	padding: 20px 0;
}
#d1764185 h3 {
	font-size: 28px;
	text-align: center;
}
#d1764185 p {
	margin: 0 0 10px;
	text-align: center;
	font-size: 18px;
}
#d1764185 ul {
	position: relative;
	top: auto;
	right: auto;
	margin: 0 auto;
	text-align: center;
}
#d1764185 ul li {
	display: inline-block;
	font-size: 16px;
	text-align: center;
}
#d1764185 ul li span {
	text-align: center;
	padding-left: 10px;
}
}
/*----------------------------------------------------------------------- */
/*Current Series*/
#d1773736 {
	padding: 40px 0;
}
#d1773736 h2 {
	font-family: 'Marcellus', serif;
	font-size: 44px;
	line-height: 1;
	color: #431f08;
	text-align: center;
}
#d1137983+.container-fluid {
	max-width: none;
	margin: 0;
	padding: 0 0 7% 0;
	text-align: center;
}
#d1137983+.container-fluid .row {
	margin: 0;
}
#d1137983+.container-fluid .list-inline-img {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	display: block;
}
#d1137983+.container-fluid .list-inline-img li {
	display: block;
	padding-right: 1px;
}
#d1137983+.container-fluid section:last-child .list-inline-img li {
	padding-right: 0;
}
#d1137983+.container-fluid h3.heading {
	margin: 40px 0 0 0;
	font-family: 'Marcellus', serif;
	font-size: 30px;
	line-height: 1;
	text-align: center;
	color: #431f08;
}
#d1137983+.container-fluid p {
	margin: 40px 15%;
	line-height: 1.6;
	text-align: center;
	color: #431f08;
}
#d1137983+.container-fluid a {
	text-decoration: none;
	display: block;

}
#d1137983+.container-fluid span.seemingly-link {
	display: inline-block;
	padding: 8px 20px;
	background-color: #431f08;
	color: #ffffff;
	border-radius: 25px;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease-out;
}
#d1137983+.container-fluid a:hover span.seemingly-link {
	background-color: #774627;
}
.grid section.col-sm-4, .grid section.col-xs-12, section.col-sm-4, section.col-xs-12 {
	margin: 0;
	padding: 0;
}

@media screen and (max-width:767px) {
#d1773736 {
	padding: 30px 0;
}
#d1773736 h2 {
	margin: 0;
	font-size: 28px;
}
#d1137983+.container-fluid h3.heading {
	margin: 30px 0 0 0;
	font-size: 24px;
}
#d1137983+.container-fluid p {
	margin: 20px;
}
#d1137983+.container-fluid .row .list-unstyled {
	margin: 0 0 40px 0;
}
}
/*end*/