@charset "UTF-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

.clearfix {zoom:1;}
.clearfix:after { content: ""; display: block; clear: both;}

h1,h2,h3,h4.h5 {
	margin: 0;
	padding: 0;
}

body {
	font-size: 13px;
	font-family: 'Open Sans',Arial, Helvetica, sans-serif;
}

/* ============ header ============ */
header {
	width: 1180px;
	margin: 0 auto;
}
header h1 {
	padding: 32px 0 30px;
	margin: 0;
	line-height: 0;
}
@media screen and (max-width:1179px){
	header {
		width: 100%;
	}
	header h1 {
    	padding: 6px 0 8px 8px;
	}
	header h1 img {
		width: 124px;
    	height: auto;
	}
}
/* ============ footer ============ */
footer {
	font-size: 14px;
	color: #333333;
	background-color: #d8d8d8;
	text-align: center;
	margin-top: 60px;
}
.footer_sns {
	padding: 50px 0;
}
.footer_link a {
	text-decoration: none;
	color: #333333;
}
.footer_copyright {
	padding: 20px 0;
}
@media screen and (max-width:1179px){
	footer {
		font-size: 11px;
	}
	.footer_sns {
		padding: 20px 0;
	}
	.footer_sns img {
		width: 35px;
		height: auto;
	}
	.footer_link {
		padding: 0 40px;
		line-height: 1.8;
	}
}
/* ============ nav ============ */
nav.globalnav {
	background-color: #1ebfb9;
	color: #FFFFFF;
}
nav.globalnav ul {
	width: 1180px;
	margin: 0 auto;
	list-style: none;
	border-left: 1px solid #FFFFFF;
	padding: 0;
}
nav.globalnav ul li {
	float: left;
	border-right: 1px solid #FFFFFF;
}
nav.globalnav ul li a {
	display: block;
	width: 195px;
	padding: 20px 0;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
nav.globalnav ul li a:hover {
	background-color: #158985;
}
@media screen and (max-width:1179px){
	nav.globalnav {
		min-width: 320px;
	}
	nav.globalnav ul {
		width: 100%;
		border-left: 0;
	}
	nav.globalnav ul li {
		width: 33.1%;
		border-bottom: 1px solid #FFFFFF;
	}
	nav.globalnav ul li:nth-child(3n) {
		border-right: 0;
	}
	nav.globalnav ul li:nth-child(4) {
		clear: left;
	}
	nav.globalnav ul li a {
		width: 100%;
		margin: 0 auto;
		font-size: 10px;
		padding: 14px 0;
	}
}

/* ============ [ common ] block ============ */
.block {
	width: 100%;
	padding: 10px 0 30px;
}
.block:nth-child(2n) {
	background-color: #EEEEEE;
}
.block_title {
	font-size: 32px;
	text-align: center;
	margin-bottom: 20px;
}
.block_caption {
	font-size: 16px;
	text-align: center;
	margin: 10px 0 40px;
	color: #333333;
}
.block_title img {
    margin: 0 15px -6px 0;
}
.block_inner {
	width: 1180px;
	margin: 0 auto;
}
@media screen and (max-width:1179px){

h3.about_leadtxt2 {
    text-align: center;
    font-size: 120%;
}
	.block {
		padding: 10px 0 40px;
	}
	.block_inner {
		width: 100%;
	}
	.block_title {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.block_caption {
		font-size: 11px;
		text-align: center;
		margin: 10px 10px 20px;
	}
	.block_title img {
		height: 20px;
		width: auto;
    	margin: 0 8px -4px 0;
	}
}

/* ============ about us ============ */
.about_block {
	background: url(//ticket.pia.jp/piasp/inbound/smash-image1/smashbg.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
	position: relative;
    padding: 60px 0;
}
.about_inner {
	background-color: rgba(255,255,255,0.75);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#77FFFFFF,EndColorStr=#77FFFFFF);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#77FFFFFF,EndColorStr=#77FFFFFF)";
	text-align: center;
	padding: 30px 0;
}
.about_inner:not(:target){
    filter: none;
    -ms-filter: none;
}
.about_title {
	margin-top: 10px;
}
.about_leadtxt {
    font-size: 22px;
}



.about_detail {
    font-size: 16px;
	color: #333333;
	line-height: 1.8;
	padding: 20px;
}
@media screen and (max-width:1179px){
	.about_block {
		padding: 50px 0;
	}
	.about_inner {
		background: #FFFFFF;
		margin-top: 134px;
		padding: 0;
	}
	.about_leadtxt {
	    width: 100%;
		height: 134px;
		font-size: 12px;
		position: absolute;
		top: 0;
		background: url(//ticket.pia.jp/piasp/inbound/smash-image1/smashbg.jpg) no-repeat center 80%;
		background-size: cover;
		margin: 0;
	}
	.about_leadtxt span {
		display: block;
		background-color: rgba(255,255,255,0.75);
		margin: 30px;
		padding: 20px;
	}
	.about_detail {
	    font-size: 11px;
		padding: 0 15px;
	}
}
/* ============ just announced & recommend ============ */
.just_inner, .recommend_inner {
	width: 1230px;
}
/* ============ [ common ] label ============ */
.label {
	font-size: 12px;
	line-height: 0;
	float: left;
    margin-right: 8px;
	border-width: 2px;
    padding: 8px 4px;
    text-align: center;
    font-weight: bold;
}
.label_music {
	color: #F65454;
	border: 2px solid #F65454;
}
.label_sports {
	color: #7050e7;
	border: 2px solid #7050e7;
}
.label_theater {
	color: #32bd63;
	border: 2px solid #32bd63;
}
.label_event {
	color: #3f9bf2;
	border: 2px solid #3f9bf2;
}
@media screen and (max-width:1179px){
	.label {
		font-size: 10px;
		border-width: 1px;
		margin-right: 4px;
		padding: 6px 4px;
	}
}

/* ============ [ common ] box ============ */
.box_3col {
	width: 29.3%;
	float: left;
	margin: 0 2% 50px;
}
.box_3col_inner {
	height: 360px;
	color: #333333;
}
.box_4col {
	width: 21%;
	float: left;
	margin: 0 2% 100px;
}
.box_4col:nth-child(5) {
	clear: both;
}
.box_3col_title, .box_4col_title {
	padding-top: 10px;
}
.box_4col_inner {
	color: #333333;
}
.box_3col_title h2, .box_4col_title h2 {
	font-size: 14px;
}
.box_3col_title h2 {
    float: left;
    width: 270px;
}
.box_4col_title h2 {
    float: left;
    width: 170px;
}
.box_3col_img img, .box_4col_img img {
	width: 100%;
	height: auto;
}
ul.box_3col_detail_list, ul.box_4col_detail_list {
	list-style: none;
	padding: 0;
	margin: 8px 0;
    font-size: 12px;
}
ul.box_3col_detail_list li, ul.box_4col_detail_list li {
	padding-bottom: 2px;
}
ul.box_3col_detail_list li span, ul.box_4col_detail_list li span {
	display: block;
	float: left;
	font-weight: bold;
	width: 50px;
}
.button_view a {
	display: block;
	background-color: #ff840c;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    margin: 0 auto;
	padding: 13px 0;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.button_view a:hover {
	background-color: #d76a00;
}
.box_3col .button_view a {
	width: 200px;
	font-size: 16px;
	padding: 13px 0;
}
.box_4col .button_view a {
	width: 140px;
	font-size: 14px;
	padding: 10px 0;
}
@media screen and (max-width:1179px){
	.just_inner, .recommend_inner {
		width: 100%;
	}
	.box_3col_inner {
		height: auto;
	}
	.box_4col_inner {
		height: auto;
		padding-bottom: 5px;
	}
	.box_4col_title {
		padding-top: 0px;
	}
	.box_3col_title img, .box_4col_title img {
		width: auto;
		height: 20px;
	}
	.box_3col_title h2 {
	    font-size: 12px;
	}
	.box_4col_title h2 {
	    font-size: 10px;
		margin: 0;
	}
	.box_3col_title h2, .box_4col_title h2 {
    	float: none;
    	width: auto;
	}
	ul.box_3col_detail_list {
		font-size: 11px;
	}
	ul.box_4col_detail_list {
		font-size: 10px;
	}
	ul.box_4col_detail_list li span {
	    width: 50px;
	}
}
@media screen and (max-width:768px){
	.box_3col {
		width: 92%;
		float: none;
		margin: 0 auto;
		padding-bottom: 35px;
	}
	.box_3col:last-child, .box_4col:last-child {
		padding-bottom: 0px;
	}
	.box_4col {
		width: 92%;
		float: none;
		margin: 0 auto;
		padding-bottom: 35px;
	}
	.box_3col_img, .box_4col_img {
		text-align: center;
	}
	.box_4col .box_4col_img {
		float: left;
		width: 50%;
	}
	.box_4col .box_4col_detail {
		float: right;
		width: 47%;
	}
	.box_3col .button_view a {
		width: 92%;
	}
	.box_4col .button_view a {
		width: 100%;
	}
}

/* ============ pagetop ============ */
.pagetop {
	display: none;
	margin: 0;
	padding: 0;
}
.pagetop p {
	margin: 0;
	padding: 0;
	position: fixed;
	right: 30px;
	bottom: 30px
}
.move-pagetop {
	opacity: 0.8;
	display: block;
	width: 50px;
	height: 50px;
	cursor: pointer;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}
@media screen and (min-width:1180px){
	.move-pagetop:hover {
		opacity: 1.0;
	}

.box_4col {
    height: 360px;
}

h3.about_leadtxt2 {
    text-align: center;
    font-size: 150%;
}
}
@media screen and (max-width:768px){
	.pagetop p {
		right: 10px;
		bottom: 10px
	}
	.move-pagetop {
		width: 40px;
		height: 40px;
	}
	.move-pagetop img {
		width: 40px;
		height: 40px;
	}
}