@charset "UTF-8";
/* CSS Document */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
* {
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
	list-style: none;
}
body {
	background: url("") repeat;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, span {
	margin: 0 auto;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
	list-style: none;
}
ul, li {
	list-style-type: none;
}
/*----------------------------------------  BLOCKS */

p i {
	font-size: 400% !important;
}
/* header */

header h1 {
	text-align: center;
}
header {
	padding: 20px 0 20px;
	border-bottom: solid #ccc 1px;
	width: 100%;
	background: url() repeat;
	margin-bottom: 40px;
}
#header {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 0px 3%;
}
/* menu */

h1.logo {
	float: left;
	width: 200px;
	margin-right: 40px;
	margin-top: 6px;
}
body, html {
	font-size: 100%;
	padding: 0;
	margin: 0;
}
/* Reset */
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a img:hover {
	opacity: 0.5;
	-moz-transition: opacity 0.5s linear 0s;
	-moz-transition-property: opacity;
	-moz-transition-duration: 0.2s;
	-moz-transition-timeing-function: linear;
	-moz-transition-timing-function: linear;
	-moz-transition-delay: 0s;
}
p {
	margin-bottom: 10px;
}
.container {
	width: 1200px;
	margin: 0 auto;
	padding: 0 0 40px!important;
}
.col-md-12 {
	padding: 0 !important;
}
.col-md-3 img {
	background-color: #000;
}
.tate {
	height: 205px;
}
.col-md-3 h2 {
	padding-top: 10px;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
}
.sns {
	float: right;
font-size:;
}
/* セクション */
.row {
	padding: 0 !important;
	margin: 0 !important;
}
/* footer */
footer {
	margin: 0 auto;
	width: 100%;
	padding-top: 10px;
	background-color: #000;
	overflow: hidden;
}
footer ul.row {
	padding: 10px 0 10px !important;
}
footer li.col-md-6 {
	text-align: center;
	font-size: 16px;
}
footer li.col-md-6 a {
	color: #fff;
}
footer p {
	clear: both;
	padding: 20px 0;
	text-align: center;
	color: #FFF;
	font-size: 0.8em;
}
footer p.copy {
	color: #FFF;
	text-align: center;
}

.bottom-r { text-align: right !important; padding-right:100px;}
.bottom-l { text-align: left !important; padding-left:100px;}
/* top he */
.scrollup {
	width: 42px;
	height: 42px;
	text-indent: -9999px;
	opacity: 0.8;
	position: fixed;
	bottom: 40px;
	right: 2%;
	display: none;
	background: url('../images/arrow.png') no-repeat;
	z-index: 99999;
}
/* Common style */
figure {
	position: relative;
	float: left;
	overflow: hidden;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
	margin-bottom: 10px;
}
figure img {
	position: relative;
	display: block;
	max-width: 100%;
	opacity: 0.8;
}
figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure figcaption::before,  figure figcaption::after {
	pointer-events: none;
}
figure figcaption, figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}
figure h2 span {
	font-weight: 800;
}
figure h2, figure p {
	margin: 0;
}
figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */

figure.effect-oscar {
}
figure.effect-oscar img {
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
figure.effect-oscar figcaption {
	padding: 3em;
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}
figure.effect-oscar figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
}
figure.effect-oscar h2 {
	margin: 20% 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
figure.effect-oscar figcaption::before, figure.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}
figure.effect-oscar:hover h2 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
figure.effect-oscar:hover figcaption::before, figure.effect-oscar:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-oscar:hover figcaption {
	background-color: rgba(58,52,42,0);
}
figure.effect-oscar:hover img {
	opacity: 0.4;
}
.effect-oscar {
	background-color: #000;
	width: 271px;
	height: 180px;
}
.effect-oscar img {
	text-align: center;
	margin: 0 auto;
}
.sub {
	padding: 15px 0 !important;
}

.sid {
		background: url(https://www.sonymusic.co.jp/artist_photo/sid/photo.jpg) center center no-repeat #000;
		background-size: contain;
	}
	
	.tij {
		background: url(https://www.sonymusic.co.jp/artist_photo/thisisjapan/photo.jpg) center center no-repeat #000;
		background-size: contain;
	}
	
	.gw {
		background: url(https://www.sonymusic.co.jp/artist_photo/GuitarWolf/photo.jpg) center center no-repeat #000;
		background-size: contain;
	}
	
/* demo */
.demo {
	padding: 0 20px 40px !important;
}
.col-md-3 h3 {
	border-left: solid #333 5px;
	padding-left: 5px;
	font-size: 20px;
}
.col-md-3 h1 {
	font-family: "Lato", sans-serif;
}
.col-md-9 p {
	line-height: 145%;
	margin-bottom: 20px;
}
/* pp */
p.pp {
	float: right;
	display: block;
	font-style: italic;
	font-size: 14px;
	color: #333;
}
.col-md-9 h3 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
}
.see { font-size: 13px; color: #333; }

/* LINE */
h2.line-title { font-size: 20px; margin-bottom: 10px; padding-bottom: 10px; font-weight: bold; }
h3.line-use { font-weight: bold; font-size: 16px; margin-bottom: 8px;}
.line-text { font-size: 14px; line-height: 150%; }

/* banner */
.sp-none { display: none; }
.event-banner { margin: 0 auto; text-align: center; overflow: hidden; padding: 40px 0px 20px 0; }
.event-banner img { border: solid #ccc 2px; }


 @media screen and (max-width: 50em) {
figure {
	display: inline-block;
	float: none;
	margin: 10px auto;
	width: 100%;
}
}
 @media (min-height: 750px) {
.index-top {
	height: 650px;
}
}
.col-md-8.side-photo {
	padding-left: 0;
}


/* Landscape phones and down */

@media (max-width: 480px) {
header {
	padding: 20px 0 0px;
	border-bottom: none;
}
.container {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.center {
	padding: 0;
}
footer p.copy {
	font-size: 10px;
}
footer .col-md-6 {
	margin-bottom: 10px;
}
/* top-text */

.menu-bg {
	margin-bottom: 20px
}
.effect-oscar {
	background-color: #000;
	width: 100%;
	height: 215px;
}
.col-md-6 h2 {
	margin-bottom: 10px;
	padding: 0px 0px 20px;
	border-bottom: dotted 1px #ccc;
}
/* demo */
.demo {
	padding: 0 0px 40px !important;
}
.col-md-3 h1 {
	font-size: 25px;
	font-family: "Lato", sans-serif;
	text-align: center;
	margin-bottom: 20px;
	border-bottom: solid 2px #333;
	padding-bottom: 20px
}
.col-md-3 h2 { margin-bottom: 10px; padding-top: 0px;}
.col-md-9 h2 {
	font-size: 16px;
}
.col-md-3 h3 {
	border-left: solid #333 5px;
	padding-left: 5px;
	font-size: 16px;
	margin-bottom: 10px;
}
.col-md-9 p {
	font-size: 13px;
}
.col-md-9 h3 {
	font-size: 14px;
}
p.pp {
	padding-top: 20px !important;
}

.sp-dell { display: none;}

.bottom-r { text-align: center !important; padding-right:0;}
.bottom-l { text-align: center !important; padding-left:0;}

/* LINE */
.line-bg { padding: 15px;  margin: 15px;
background-color: #FFF;
border: 1px solid #DDD;
border-radius: 5px;
transition: all 0.2s ease-in-out 0s; }
h2.line-title { font-size: 16px; margin-bottom: 10px; padding-bottom: 10px; font-weight: bold; }
h3.line-use { font-weight: bold; font-size: 16px; margin-bottom: 8px;}
.line-text { font-size: 14px; line-height: 150%; }

/* banner */
.pc-none { display: none; }
.sp-none { display:block;}
.event-banner { position: relative; padding: 15px; }
.event-banner img { border: solid #ccc 1px; }

.tate {
	height: 214px;
}
p i {
	font-size: 500% !important;
}
}