@charset "utf-8";

/*
**************************************************************************
*	松竹 MET top.css
**************************************************************************/

@media (max-width: 767px) {
.header-nav-sp {
	display: none;
}
}


/* --------------------------------------------------
		visual
-------------------------------------------------- */
.visual {
	position: relative;
	background-image: url(../img/top/visual_bg01_1.jpg);
	background-position: center center;
	background-size: cover;
	border-left: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
}
.visual:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 27.55906%;
	background-image: url(../img/top/visual_bg01_2.png);
	background-position: center center;
	background-size: 100% 100%;
}
.visual .modBox-inr {
	z-index: 1;
	padding-bottom: 9%;
}
.visual .modBox-inr.out-priod {
	padding-bottom: 15%;
}
.visual-logo {
	width: 145px;
	padding-top: 40px;
	margin-bottom: 30px;
}
.visual-lead {
	width: 33.53028%;
	margin-bottom: 40px;
}
.visual-pickup {
	position: absolute;
	top: 70px;
	right: 3.66569%;
	width: 53.57143%;
}
.visualPickup-box {
	position: relative;
}
.visualPickup-image {
	width: 100%;
	border: 1px solid #ffffff;
	background-color: rgba(0,0,0,0.5);
	box-shadow: 10px 10px rgba(0,0,0,0.3);
}
.visualPickup-image img {
	width: 100%;
}
.visualPickup-image .modYt-button .icon:after {
	top: 10px;
	left: auto;
	right: 10px;
	margin: 0 0;
}
.visualPickup-body {
	position: absolute;
	left: -20px;
	bottom: -20px;
	color: #ffffff;
	line-height: 1.3;
}
.visualPickupBox-num {
	position: absolute !important;
	top: 10px;
	left: -15px;
	color: #d3bf82;
	font-size: 11.0rem;
	transform: translateX(-100%);
	letter-spacing: -0.1em;
	margin-top: 0 !important;
	line-height: 1.0;
}
.visualPickup-body p {
	margin-top: 2px;
}
.visualPickup-body p > span {
	display: inline-block;
}
.visualPickupBox-new > span {
	padding: 2px 10px 4px;
	font-size: 1.4rem;
	background-color: #a40000;
}
.visualPickupBox-title > span {
	padding: 0 10px 2px;
	font-size: 1.8rem;
	background-color: rgba(0,0,0,0.75);
}
.visualPickupBox-title em {
	font-size: 2.8rem;
}
.visualPickupBox-priod > span {
	padding: 0 10px 4px;
	font-size: 1.4rem;
	background-color: rgba(0,0,0,0.75);
}
.visualPickupBox-priod span span {
	font-weight: 200;
}
.visualPickupBox-priod em {
	font-size: 2.1rem;
}
.visualPicup-button {
	width: 80.55556%;
	margin: 30px auto 0;
}
.visualLineup-button {
	width: 25.84934%;
}

@media (max-width: 767px) {
.visual {
	border-left: none;
	border-right: none;
	background-image: url(../img/top/visual_bg01_1_sp.jpg);
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
}
.visual:after {
	content: none;
}
.visual .modBox-inr {
	padding-bottom: 0 !important;
}
.visual-logo {
	width: 23.13433%;
	padding-top: 20px;
	margin-bottom: 50px;
	margin-left: -1.49254%;
}
.visual-subtitle {
	position: absolute;
	width: 52%;
	top: 20px;
	right: 2.98507%;
}
.visual-lead {
	width: 100%;
}
.visual-pickup {
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
}
.visualPickup-box {
	margin: 0 2.98507%;
}
.visualPickup-body {
	position: relative;
	left: 0;
	bottom: 0;
}
.visualPickupBox-num {
	left: -30px;
	top: auto;
	bottom: -20px;
	font-size: 7.0rem;
	transform: translateX(0);
}
.visualPickup-body p {
	position: relative;
	margin-top: 10px;
}
.visualPickupBox-new {
	margin-top: 20px !important;
}
.visualPickupBox-new > span {
	padding: 2px 10px 4px;
	font-size: 1.2rem;
}
.visualPickupBox-title {
	margin-left: 10px;
}
.visualPickupBox-title > span {
	padding: 0 0;
	color: #000000;
	font-size: 1.6rem;
	background-color: transparent;
}
.visualPickupBox-title em {
	font-size: 2.1rem;
}
.visualPickupBox-priod {
	margin-left: 10px;
}
.visualPickupBox-priod > span {
	padding: 0 0;
	color: #000000;
	font-size: 1.2rem;
	background-color: transparent;
}
.visualPickupBox-priod em {
	font-size: 1.6rem;
}
.visualPicup-button {
	width: 94.02985%;
	margin: 20px auto;
}
.visualLineup-button {
	width: 94.02985%;
	margin: 0 auto;
}
}


/* --------------------------------------------------
		news
-------------------------------------------------- */
.news-list {
	margin: 0 auto;
	/*max-width: 1800px;*/
	max-width: 1400px;
}
.news-swiper li {
	width: 370px;
	margin: 0 25px;
}
.news-swiper li a {
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
}
.news-swiper li .image {
	position: relative;
	overflow: hidden;
}
.news-swiper li .image img {
	transition: transform 2s cubic-bezier(0.215,0.61,0.355,1);
}
.news-swiper li .title {
	position: relative;
	top: 0;
	font-size: 1.8rem;
	padding: 10px 10px 15px;
}
.news-swiper li .date {
	text-align: right;
	font-size: 1.2rem;
	margin-bottom: 5px;
}
.news-swiper li a:hover .image img {
	transform: scale(1.12);
}
.news-swiper.noSwipe .swiper-slide {
	margin: 0 25px;
}

@media (max-width: 767px) {
.news-list {
	max-width: none;
}
.news-swiper li {
	width: 250px;
	margin: 0 12px;
}
.news-swiper li .title {
	top: 0;
	font-size: 1.6rem;
	padding: 5px 5px 10px;
}
.news-swiper li a:hover .image img {
	transform: scale(1);
}
}


/* --------------------------------------------------
		midimage
-------------------------------------------------- */
.midimage {
	position: relative;
	height: 0;
	padding-bottom: 33.72434%;
	background-image: url(../img/top/midimage_bg.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

@media (max-width: 767px) {
.midimage {
	padding-bottom: 80%;
	background-attachment: scroll;
}
}


/* --------------------------------------------------
		modLineup
-------------------------------------------------- */
.modLineup-list {
	width: 100%;
	padding: 0 3.66569%;
	box-sizing: border-box;
	margin-top: -40px;
}
.modLineup-swiper {
	letter-spacing: 0;
}
.modLineup-swiper .swiper-wrapper {
	letter-spacing: -0.4em;
	text-align: center;
	height: auto;
	display: block;
}
.modLineup-list li {
	display: inline-block;
	letter-spacing: 0em;
	text-align: left;
	height: auto;
	margin-top: 40px;
}
.modLineupBtn-body .num {
	color: #d3bf82;
}

@media (max-width: 767px) {
.modLineup {
	display: block;
}
.modLineup-list {
	padding: 0 5.33333%;
	margin-top: -15px;
}
.modLineup-list li {
	width: 46.26866%;
	margin: 25px 0 0;
}
.modLineup-list li:nth-child(2n) {
	margin-left: 2.98507%;
}
.modLineup-list li:nth-child(2n+1) {
	margin-right: 2.98507%;
}
}


/* --------------------------------------------------
		modPrice
-------------------------------------------------- */
.modPrice {
	background-color: #000000;
	background-image: url(/met/img/price_bg01.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}
.modPrice .modBox-inr {
	padding: 0 3.66569%;
}
.modPrice-box {
	width: 58.54430%;
	min-width: 640px;
}
.modPrice-box a,
.modPrice-box a:hover {
	color: #ffffff;
}
.modPrice-borderbox {
	border-color: rgba(0,0,0,0.6);
	background-color: rgba(0,0,0,0.6);
}
.modPrice-borderbox-inr {
	color: #ffffff;
}
.modPrice-priceTable .title {
	color: #fff;
}
.modPrice-movieTickets,
.modPrice-movieTickets a,
.modPrice-movieTickets a:hover {
	color: #000000;
}
.modPrice-noteList {
	color: #ffffff;
}
.modPrice-noteList .links,
.modPrice-noteList .links a {
	color: #ffffff;
}
.modPrice-link {
	width: 41.05572%;
}
.modPrice-box-repeater {
	display: none;
}

@media (max-width: 767px) {
.modPrice {
	background-attachment: scroll;
}
.modPrice .modBox-inr {
	padding: 0 5.33333%;
}
.modPrice-box {
	width: auto;
	min-width: 0;
}
.modPrice-link {
	width: 92.1875%;
}
}


/* --------------------------------------------------
		aboutlive
-------------------------------------------------- */
.aboutlive-movie {
	float: left;
	width: 53.66569%;
	box-sizing: border-box;
	background-image: url(../img/top/aboutlive_bg.jpg);
	background-repeat: no-repeat;
	background-size: 81.81818% auto;
	margin-left: -3.96569%;
}
.aboutliveMovie-title {
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 1.4;
	padding: 10px 22.44937% 10px 7.33138%;
}
.aboutliveMovie-wrap {
	margin-left: 17.59531%;
}
.aboutliveMovie-inr {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.aboutliveMovie-inr iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.aboutlive-info {
	float: right;
	width: 50%;
	padding: 10px 5.53797% 0 3.16456%;
	box-sizing: border-box;
}
.aboutliveInfo-title {
	font-size: 2.4rem;
	line-height: 1.4;
	margin-bottom: 15px;
}
.aboutliveInfo-body {
	margin-bottom: 60px;
}
.aboutliveInfo-button {
	font-size: 1.8rem;
}

@media (max-width: 767px) {
.aboutlive-movie {
	float: none;
	width: 106.25%;
	margin-left: -6.25%;
	margin-bottom: 30px;
}
.aboutliveMovie-title {
	font-size: 1.4rem;
}
.aboutlive-info {
	float: none;
	width: 100%;
	padding: 0 0;
}
.aboutliveInfo-title {
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.aboutliveInfo-body {
	margin-bottom: 30px;
}
.aboutliveInfo-button {
	font-size: 1.6rem;
	width: 92.1875%;
}
}


