@charset "utf-8";

/*
**************************************************************************
*	松竹 MET common.css
**************************************************************************/

@media (max-width: 767px) {
}


/* --------------------------------------------------
		common - reset YUI
-------------------------------------------------- */
/**
YUI 3.10.0 (build a03ce0e)
Copyright 2013 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/i
*/
/** cssreset */
html {
	color: #000;
	background: #FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse:collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input, textarea, select {
	*font-size: 100%;
}
legend {
	color: #000;
}

.indent{
	text-indent: -1.0em;
	margin-left: 1.0em;
}


/* --------------------------------------------------
		common - base
-------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
html {
	font-family: "Noto Sans Japanese", sans-serif;
	font-size: 62.5%;
	font-weight: 400;
	line-height: 1.7;
	color: #000000;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	height: 100%;
	overflow-y: scroll;
}
body {
	font-size: 1.6rem;
}
a {
	outline : none;
	color: #000000;
	text-decoration: underline;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	transition: color .4s cubic-bezier(0.215,0.61,0.355,1);
}
a:hover {
	color: #e5004f;
}
a.fade {
	transition: opacity .4s cubic-bezier(0.215,0.61,0.355,1);
}
a.fade:hover {
	opacity: 0.7;
}
img {
	vertical-align: bottom;
	max-width: 100%;
}
.cfx:after {
	content: "";
	display: table;
	clear: both;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.modBox-inr {
	position: relative;
	width: 100%;
	/*max-width: 1800px;*/
	max-width: 1400px;
	padding: 0 3.66569%;
	box-sizing: border-box;
	margin: 0 auto;
}
ul.inline {
	letter-spacing: -0.4em;
}
ul.inline > li {
	letter-spacing: 0;
	display: inline-block;
}
.font-G {
	font-family: "Noto Sans Japanese", sans-serif;
}
.font-M {
	font-family: "Noto Serif Japanese", serif;
}
.font-En {
	font-family: "Pinyon Script", serif;
}
.bold {
	font-weight: 700;
}

@media (max-width: 767px) {
body {
	font-size: 1.4rem;
}
a:hover {
	color: #000000;
}
a.fade:hover {
	opacity: 1;
}
img.w100 {
	width: 100%;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
.modBox-inr {
	padding: 0 5.33333%;
	max-width: none;
}
}


/* --------------------------------------------------
		header
-------------------------------------------------- */
.header {
	position: relative;
	z-index: 100;
	height: 60px;
}
.header a {
	text-decoration: none;
}
.headerNav-bg {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}
.headerNav-wrap {
	position: relative;
	z-index: 3;
	height: 100%;
	/*max-width: 1800px;*/
	max-width: 1400px;
	margin: 0 auto;
}
.headerNav-logo {
	float: left;
	margin-left: 16px;
	margin-top: 8px;
	overflow: hidden;
	font-size: 0;
}
.headerNav-logo a {
	float: left;
	margin-right: 20px;
}
.headerNav-logo .opera {
	width: 57px;
}
.headerNav-logo .met {
	width: 207px;
}
@media (max-width: 977px) {
.headerNav-logo .met {
	display: none;
}
}
.headerNavMain-list {
	float: right;
	margin-top: 7px;
	margin-right: 92px;/* english */
	max-width: 720px;
	min-width: 540px;
	width: 52.78593%;
}
.headerNavMain-list > li {
	position: relative;
	float: left;
	text-align: center;
	padding: 0 calc((100% - 525px) / 10);
}
.headerNavMain-list > li:before {
	content: "";
	position: absolute;
	top: 10%;
	width: 1px;
	height: 80%;
	left: 0;
	background-color: #cacaca;
	transform: rotate(35deg);
}
.headerNavMain-list > li:first-child:before {
	content: none;
}
.headerNavMain-list > li > a {
	position: relative;
	display: block;
	font-weight: 200;
	font-size: 1.4rem;
	padding: 10px 10px;
}
.headerNavMain-list > li > a.active {
	color: #e5004f;
}
.headerNavMain-list > li > a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 10px;
	background-color: #ffffff;
	pointer-events: none;
	transition: all .4s cubic-bezier(0.215,0.61,0.355,1);
}
.headerNavMain-list > li > a:hover:after,
.headerNavMain-list > li > a.active:after {
	bottom: -15px;
	background-color: #e5004f;
}
.headerNavSub-box {
	position: absolute;
	display: block;
	top: 75px;
	left: 0;
	width: 100%;
	padding: 0 10px 15px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.9);
	display: none;
}
.headerNavSub-box-inner {
	max-width: 1340px;
	margin: 0 auto;
}
.headerNavSub-list {
	text-align: center;
	font-size: 0;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.headerNavSub-list li {
	margin: 8px 4px 0;
}
.headerNavSub-list li a {
	position: relative;
	display: block;
	width: 260px;
	height: 100px;
	font-size: 1.4rem;
	color: #000000 !important;
}
.headerNavSub-list li .box {
	position: absolute;
	top: 0;
	left: 0;
	display: table;
	width: 100%;
	height: 100%;
	padding: 2px 2px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.8);
	opacity: 0;
	transition: opacity 0.4s cubic-bezier(0.215,0.61,0.355,1);
}
.headerNavSub-list li a:hover .box {
	opacity: 1;
}
.headerNavSub-list li p {
	display: table-cell;
	position: relative;
	text-align: center;
	vertical-align: middle;
	padding: 0 20px;
	border: 1px solid #e5004f;
}
.headerNavSub-list li p:after {
	content: "";
	position: absolute;
	display: block;
	bottom: 2px;
	left: 50%;
	margin-left: -12px;
	width: 22px;
	height: 13px;
	background-image: url(/met/img/arrow06_pink.png);
	background-size: 100% 100%;
}
.headerNavSub-list li span {
	display: inline-block;
	position: relative;
	text-align: left;
	padding-left: 35px;
}
.headerNavSub-list li:nth-child(10) p span {
	padding-left: 50px;
}
.headerNavSub-list li .font-En {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-size: 4.0rem;
}
.headerNavSub-past {
	text-align: right;
	margin-top: 15px;
	margin-right: 4px;
}
.headerNavSub-past a {
	display: inline-block;
	color: #ffffff !important;
	font-size: 1.4rem;
	font-weight: 200;
	padding: 4px 32px 4px 18px;
	background-color: #363636;
	background-image: url(/met/img/arrow05_white.png);
	background-size: 10px 15px;
	background-repeat: no-repeat;
	background-position: calc(100% - 15px) center;
	transition: background-color .4s cubic-bezier(0.215,0.61,0.355,1);
}
.headerNavSub-past a:hover {
	background-color: #e5004f;
}
.headerNav-language {
	position: absolute;
	display: block;
	top: 18px;
	right: 10px;
	width: 72px;
	font-weight: 200;
	font-size: 1.2rem;
	color: #ffffff !important;
	text-align: center;
	padding-bottom: 2px;
	background-color: #363636;
	transition: background-color .4s cubic-bezier(0.215,0.61,0.355,1);
}
.headerNav-language:hover {
	background-color: #e5004f;
}

@media (max-width: 767px) {
.header {
	position: relative;
	z-index: 100;
	height: auto;
}
.header-nav-top {
	position: fixed;
	z-index: 1;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
}
.headerNav-bg {
	background-color: rgba(0,0,0,0.8);
}
.headerNav-wrap {
	height: calc(100% - 65px);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	max-width: none;
}
.headerNav-logo {
	float: none;
	padding: 10px 0;
	margin: 0 0;
}
.headerNav-logo .opera {
	width: 20.533333%;
	max-width: 77px;
	margin-left: 10px;
}
.headerNav-logo .met {
	display: block;
	float: right;
	width: 56.8%;
	max-width: 214px;
	margin-right: 10px;
}
.headerNavMain-list {
	float: none;
	margin: 0 0;
	max-width: none;
	min-width: 0;
	width: 100%;
	/* border-bottom: 1px solid rgba(255,255,255,0.6); no-english*/
}
.headerNavMain-list > li {
	float: none;
	text-align: center;
	padding: 0 0;
	border-top: 1px solid rgba(255,255,255,0.6);
}
.headerNavMain-list > li:before {
	content: none;
}
.headerNavMain-list > li > a {
	font-weight: 400;
	font-size: 1.8rem;
	padding: 8px 0;
	color: #ffffff !important;
}
.headerNavMain-list > li > a:after {
	content: none;
}
.headerNavSub-box {
	position: relative;
	top: 0;
	padding: 0 0;
	margin-bottom: 3px;
	background-color: transparent;
	display: block;
	border-top: 1px solid rgba(255,255,255,0.6);
}
.headerNavSub-box:after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	border-left: 1px solid rgba(255,255,255,0.6);
}
.headerNavSub-box-inner {
	max-width: none;
}
.headerNavSub-list {
	-ms-flex-pack: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.headerNavSub-list li {
	margin: 0 0;
	width: 50%;
	vertical-align: middle;
	border-bottom: 1px solid rgba(255,255,255,0.6);
	box-sizing: border-box;
}
.headerNavSub-list li a {
	width: 100%;
	height: 100%;
	color: #ffffff !important;
}
.headerNavSub-list li img {
	display: none;
}
.headerNavSub-list li .box {
	position: relative;
	display: block;
	padding: 0 0;
	background-color: transparent;
	opacity: 1;
}
.headerNavSub-list li p {
	display: inline-block;
	padding: 6px 4%;
	line-height: 1.3;
	border: none;
}
.headerNavSub-list li:nth-child(2n) p {
	padding-right: 8%;
}
.headerNavSub-list li:nth-child(2n+1) p {
	padding-left: 8%;
}
.headerNavSub-list li p:after {
	content: none;
}
.headerNavSub-list li span {
	text-align: center;
	padding-left: 0 !important;
}
.headerNavSub-list li .font-En {
	display: none;
}
.headerNavSub-past {
	display: none;
}
.headerNav-language {
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
	font-weight: 400;
	font-size: 1.8rem;
	padding: 8px 0;
	background-color: transparent !important;
	border-top: 1px solid rgba(255,255,255,0.6);
	border-bottom: 1px solid rgba(255,255,255,0.6);
}
.headerNavSns-list {
	max-width: 375px;
	margin: 10px auto;
	text-align: center;
}
.headerNavSns-list li {
	margin: 0 3.33333%;
	width: 40px;
}
.header-nav-btm {
	position: fixed;
	z-index: 4;
	display: table;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 64px;
	border-top: 1px solid #cacaca;
	background: -webkit-linear-gradient(top, #f1dd9f 0%, #7b5f0b 70%, #e5d08f 100%);
	background: linear-gradient(to bottom, #f1dd9f 0%, #7b5f0b 70%, #e5d08f 100%);
}
.headerNavBtm-item {
	display: table-cell;
	text-align: center;
	vertical-align: top;
}
.headerNavBtm-item a {
	position: relative;
	display: block;
	height: 100%;
	color: #ffffff;
}
.headerNavBtm-item a:after {
	content: "";
	position: absolute;
	display: block;
	top: 10px;
	right: 0;
	height: 43px;
	width: 1px;
	background-color: #cacaca;
}
.headerNavBtm-item a span {
	display: inline-block;
	font-size: 1.6rem;
	padding-top: 18px;
}
.toggle.headerNavBtm-item {
	width: 70px;
}
.toggle.headerNavBtm-item a {
	background-image: url(/met/img/header_nav_open.png);
	background-repeat: no-repeat;
	background-size: 30px 25px;
	background-position: center 12px;
}
.toggle.headerNavBtm-item a.open {
	background-image: url(/met/img/header_nav_close.png);
}
.toggle.headerNavBtm-item a:after {
	content: none;
}
.toggle.headerNavBtm-item a span {
	font-size: 1.2rem;
	padding-top: 36px;
}
.toggle.headerNavBtm-item a span:after {
	content: "open";
}
.toggle.headerNavBtm-item a.open span:after {
	content: "close";
}
.header-nav-sp {
	background-color: #ffffff;
}
.header-nav-sp .headerNav-logo {
	padding: 6px 0;
}
.header-nav-sp .opera {
	width: 16.53333%;
	max-width: 56px;
}
}


/* --------------------------------------------------
		modVisual
-------------------------------------------------- */
.modVisual {
	position: relative;
	margin: 0 10px 10px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.modVisual:after {
	content: "";
	position: absolute;
	display: block;
	bottom: -10px;
	left: 10px;
	width: calc(100% - 20px);
	height: 10px;
	background-color: rgba(54,46,43,0.5);
}
.modVisual .modBox-inr {
	max-width: 1400px;
	padding: 0 0;
}
.modVisual-box {
	height: 0;
	padding-bottom: 18.08333%;
}
.modVisual-title {
	position: absolute;
	top: 50%;
	left: 3.33333%;
	transform: translateY(-50%);
	font-size: 4.0rem;
	font-weight: 700;
	line-height: 1.3;
	color: #ffffff;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.7);
}
.modVisual-title a {
	color: #ffffff;
	text-decoration: none;
}

@media (max-width: 767px) {
.modVisual {
	margin: 0 0;
}
.modVisual:after {
	content: none;
}
.modVisual-box {
	height: 160px;
	padding-bottom: 0;
}
.modVisual-title {
	font-size: 3.0rem;
	line-height: 1.3;
}
}


/* --------------------------------------------------
		modLineup
-------------------------------------------------- */
.modLineup .modSec-title {
	padding: 70px 0;
}
.modLineup-list {
	margin: 0 auto;
	/*max-width: 1800px;*/
	max-width: 1400px;
}
.modLineup-list li {
	width: 260px;
	margin: 0 25px;
}
.modLineup-button {
	position: relative;
	text-decoration: none;
	display: block;
	font-size: 1.2rem;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #cccccc;
}
.modLineupBtn-image {
	position: relative;
	overflow: hidden;
}
.modLineupBtn-image img {
	width: 100%;
	transition: transform 2s cubic-bezier(0.215,0.61,0.355,1);
}
.modLineupBtn-image span {
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 0;
	color: #ffffff;
	padding: 0 10px;
	background-color: #a40000;
}
.modLineupBtn-body {
	position: relative;
	z-index: 2;
	padding: 10px 5px;
}
.modLineupBtn-body .num {
	position: absolute;
	top: -30px;
	left: -45px;
	font-size: 12rem;
	line-height: 1;
	color: #a0a0a0;
	opacity: 0.5;
	letter-spacing: -0.15em;
}
.active .modLineupBtn-body .num {
	color: #d3bf82;
}
.modLineupBtn-body .title-jp {
	position: relative;
	z-index: 2;
}
.modLineupBtn-body .title-jp span {
	font-size: 1.8rem;
	font-weight: 600;
}
.modLineupBtn-body .title-en {
	position: relative;
	z-index: 2;
	font-weight: 200;
}
.modLineupBtn-body .title-en span {
	font-size: 1.6rem;
	padding-right: 4px;
}
.modLineupBtn-body .date {
	position: relative;
	z-index: 2;
	font-size: 1.4rem;
}
.modLineupBtn-link {
	text-align: right;
	margin-bottom: 5px;
}
.modLineupBtn-now {
	position: absolute;
	left: 0;
	bottom: 5px;
	line-height: 1.0;
	padding: 2px 8px 4px;
	color: #ffffff;
	background-color: #aa9962;
}
.modLineup-button:hover .modLineupBtn-image img {
	transform: scale(1.12);
}

@media (max-width: 767px) {
.modLineup {
	display: none;
}
.modLineup .modSec-title {
	padding: 40px 0;
}
.modLineup-list {
	margin-top: -25px;
	max-width: none;
}
.modLineup-list li {
	width: 150px;
	margin: 25px 12px 0;
}
.modLineup-button {
	font-size: 1.0rem;
}
.modLineupBtn-body {
	padding: 5px 5px 10px;
}
.modLineupBtn-body .num {
	top: -10px;
	left: auto;
	right: 15px;
	font-size: 9.2rem;
}
.modLineupBtn-body .title-jp {
	font-size: 1.2rem;
}
.modLineupBtn-body .title-jp span {
	font-size: 1.3rem;
}
.modLineupBtn-body .title-en span {
	font-size: 1.4rem;
}
.modLineupBtn-body .date {
	font-size: 1.1rem;
}
.modLineupBtn-now {
	padding: 2px 6px 3px;
}
.modLineup-button:hover .modLineupBtn-image img {
	transform: scale(1);
}
}


/* --------------------------------------------------
		modPrice
-------------------------------------------------- */
.modPrice .modBox-inr {
	padding: 0 0;
}
.modPrice-box {
	margin: 0 auto 40px;
}
.modPrice-box a:hover {
	color: #000000;
	text-decoration: none;
}
.modPrice-borderbox {
	margin: 0 auto;
	padding: 4px 4px;
	border: 1px solid #978c80;
	box-sizing: border-box;
}
.modPrice-borderbox-inr {
	position: relative;
	padding: 0 6.75676%;
	border: 1px solid #978c80;
	font-size: 1.4rem;
	text-align: center;
	box-sizing: border-box;
}
.modPrice-priceTable {
	display: table;
	width: 115.625%;
	margin: 0 -7.8125%;
}
.modPrice-priceTable .box {
	position: relative;
	display: table-cell;
	padding: 25px 20px;
	font-weight: 600;
	font-size: 2.1rem;
	text-align: center;
	vertical-align: middle;
}
.modPrice-priceTable .box.line:before {
	content: "";
	position: absolute;
	top: 10%;
	left: 0;
	height: 80%;
	border-left: 1px solid #978c80;
}
.modPrice-priceTable .title {
	line-height: 1.4;
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 5px solid #978c80;
}
.modPrice-priceTable .text {
	font-weight: 600;
}
.modPrice-priceTable .text span {
	font-size: 4.0rem;
}
.modPrice-box-moviticket {
	margin-bottom: 20px;
}
.modPrice-movieTickets {
	display: block;
	border-radius: 10px 10px;
	background-color: #f0ede4;
	text-align: left;
	margin-bottom: 20px;
	padding-top: 3%;
}



.modPrice-movieTickets .image {
	display: flex;
	width: 94%;
	padding: 0 0;
	margin: 0 3%;
	position: relative;
	justify-content: space-between;
	top: 0;
	left: 0;
}
.modPrice-movieTickets .image div{
	position: relative;
	width: 32.5%;
	background: #e1ded6;
  }
.modPrice-movieTickets .image div::before {
	content: "";
	display: block;
	padding-top: 100%;
  }
.modPrice-movieTickets .image img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	max-width: 92%;
	max-height: 92%;
	width: auto;
	height: auto;
}
.modPrice-movieTickets .image01 {
	top: 0;
	left: 4%;
}
.modPrice-movieTickets .image02 {
	top: 0;
	left: 0;
	margin-top: 0;
}
.modPrice-movieTickets .image03 {
	top: 0;
	left: 0;
	margin-top: 0;
}
.modPrice-movieTickets .box {
	display: block;
	vertical-align: top;
	padding: 15px 15px;
}







.modPrice-movieTickets .title {
	font-size: 1.8rem;
	font-weight: 700;
}
.modPrice-movieTickets .text {
	font-size: 1.8rem;
	font-weight: 700;
	color: #c32922;
	margin-bottom: 10px;
}
.modPrice-buyTickets {
	margin-bottom: 20px;
}
.modPrice-list li {
	text-indent: -1.0em;
	margin-left: 1.0em;
}
.modPrice-pops {
	position: absolute;
	top: -30px;
	right: -30px;
	width: 150px;
	height: 150px;
	line-height: 1.4;
	color: #ffffff;
	background-color: #c32922;
	border-radius: 50% 50%;
	padding: 15px 15px;
	display: table;
	box-sizing: border-box;
}
.modPrice-pops-inr {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.modPrice-pops .title {
	font-size: 1.8rem;
	margin-bottom: 0.2em;
}
.modPrice-noteList {
	font-size: 1.4rem;
	margin: 0 auto;
}
.modPrice-noteList .links,
.modPrice-noteList .links a {
	color: #870204;
}
.modPrice-link {
	margin: 40px auto 0;
	width: 60.60606%;
	min-width: 400px;
}
.modPrice-box-repeater {
	margin: 40px auto 0;
}
.modPriceRepeater-box {
	text-align: left;
	font-size: 1.6rem;
	margin: 0 5% 40px;
}
.modPriceRepeater-list {
	font-size: 1.4rem;
	margin-top: 20px;
}
.modPriceRepeater-list li {
	text-indent: -1.0em;
	margin-left: 1.0em;
}
@media (max-width: 980px) {
.modPrice-pops {
	transform: scale(0.65);
	transform-origin: 100% 0%;
}
}



@media (max-width: 767px) {
	.modPrice-box {
		margin: 0 3.90625% 15px;
		width: auto;
	}
	.modPrice-box a:hover {
		text-decoration: underline;
	}
	.modPrice-borderbox-inr {
		padding: 0 6.25%;
		font-size: 1.2rem;
	}
	.modPrice-box-common {
		margin-bottom: 40px;
	}
	.modPrice-priceTable {
		display: block;
		width: 100%;
		margin: 0 0;
	}
	.modPrice-priceTable .box {
		display: block;
		padding: 20px 10px;
		font-size: 2.0rem;
	}
	.modPrice-priceTable .box.line:before {
		top: 0;
		left: 10%;
		width: 80%;
		height: auto;
		border-left: none;
		border-bottom: 1px solid #978c80;
	}
	.modPrice-priceTable .title {
		border-bottom-width: 4px;
	}
	.modPrice-priceTable .text span {
		font-size: 3.0rem;
	}
	.modPrice-movieTickets {
		position: relative;
		display: block;
		margin-top: 45px;
		margin-bottom: 15px;
		padding-top: 3%;
	}
	.modPrice-box-moviticket .modPrice-priceTable .box {
		padding-top: 30px;
	}
	.modPrice-movieTickets .image {
		display: flex;
		width: 94%;
		padding: 0 0;
		margin: 0 3%;
		position: relative;
		justify-content: space-between;
		top: 0;
		left: 0;
	}
	.modPrice-movieTickets .image div{
		position: relative;
		width: 32.5%;
		background: #e1ded6;
	  }
	.modPrice-movieTickets .image div::before {
		content: "";
		display: block;
		padding-top: 100%;
	  }
	.modPrice-movieTickets .image img {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		max-width: 92%;
		max-height: 92%;
		width: auto;
		height: auto;
	}
	.modPrice-movieTickets .image01 {
		top: 0;
		left: 4%;
	}
	.modPrice-movieTickets .image02 {
		top: 0;
		left: 0;
		margin-top: 0;
	}
	.modPrice-movieTickets .image03 {
		top: 0;
		left: 0;
		margin-top: 0;
	}
	.modPrice-movieTickets .box {
		display: block;
		vertical-align: top;
		padding: 15px 15px;
	}
	.modPrice-movieTickets .title {
		font-size: 1.6rem;
		font-weight: 700;
	}
	.modPrice-movieTickets .text {
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
	.modPrice-pops {
		transform: scale(1);
		top: -35px;
		right: -12%;
		width: 100px;
		height: 100px;
		padding: 5px 5px;
		font-size: 1.0rem;
	}
	.modPrice-pops .title {
		font-size: 1.3rem;
	}
	.modPrice-noteList {
		font-size: 1.0rem;
	}
	.modPrice-link {
		width: 92.1875%;
		min-width: 0;
		margin-top: 15px;
	}
	.modPrice-box-repeater {
		margin-top: 15px;
	}
	.modPriceRepeater-box {
		font-size: 1.4rem;
		margin: 0 0 20px;
	}
	.modPriceRepeater-list {
		font-size: 1.2rem;
		margin-top: 10px;
	}
	@media (max-width: 320px) {
	.modPrice-pops {
		transform: scale(0.9);
	}
	}
}

.id-top .modPrice-note{
    color: #fff;
}
.modPrice-note{
    font-size: 1.4rem;
    margin-top: 1.0em;
}
@media (max-width: 767px){
.modPrice-note {
    font-size: 1.2rem;
    margin-top: 10px;
}
}
.modPrice-note li{
	text-indent: -1.0em;
	margin-left: 1.0em;
}


  .mubichike-listBox{
    max-width: 500px;
    margin: 0 auto 20px;
    text-align: center;
  }
 .mubichike-listBox .box{
    display: inline-block;
    text-align: left;
    margin-bottom: 1em;
  }
  @media (max-width: 767px){
 .mubichike-listBox .box{
    margin-bottom: 2em;
  }
}



/* --------------------------------------------------
		modInfomation
-------------------------------------------------- */
.modInfomation {
	padding: 40px 0 55px;
	margin-bottom: 10px;
	background-color: #000000;
	background-image: url(/met/img/links_bg01.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}
.modInfomation-pagetop {
	display: block;
	width: 76px;
	height: 40px;
	text-indent: -9999px;
	margin: 0 auto 100px;
	background-image: url(/met/img/arrow01_white.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.modInfomation-bnr {
	margin: 0 auto 90px;
	/*max-width: 1800px;*/
	max-width: 1400px;
}
.modInfomationBnr-swiper li {
	width: 310px;
	margin: 0 25px;
}
.modInfomation-sns {
	text-align: center;
}
.modInfomation-sns li {
	width: 460px;
	margin: 30px 15px 0;
	vertical-align: top;
}
.fb-page.fb_iframe_widget,
.fb-page.fb_iframe_widget span,
.fb-page.fb_iframe_widget iframe[style] {
	width: 100% !important;
}

@media (max-width: 767px) {
.modInfomation {
	padding: 25px 0 35px;
	margin-bottom: 5px;
	background-attachment: scroll;
}
.modInfomation-pagetop {
	margin-bottom: 50px;
}
.modInfomation-bnr {
	margin-bottom: 25px;
	max-width: none;
}
.modInfomationBnr-swiper.noSwipe {
	padding: 0 5.33333%;
}
.modInfomationBnr-swiper.noSwipe .swiper-wrapper {
	display: block;
	text-align: center;
}
.modInfomationBnr-swiper.noSwipe li {
	display: inline-block;
	width: 250px;
	margin: 0 5px 10px;
	/*width: 60%;
	margin: 0 auto 10px;*/
}
.modInfomation-sns li {
	width: 100%;
	max-width: 500px;
	margin: 15px 0;
	overflow: hidden;
}
}


/* --------------------------------------------------
		modTheater
-------------------------------------------------- */
.modTheater-box {
	overflow-x: auto;
}
.modTheater-table {
	width: 100%;
	font-size: 1.4rem;
}
.modTheater-table tr:nth-child(2n+1) {
	background-color: #f0ede4;
}
.modTheater-table th {
	border: 1px solid #cccccc;
	border-bottom-width: 3px;
	padding: 10px 10px;
	background-color: #f5f5f5;
	text-align: center;
}
.modTheater-table td {
	border: 1px solid #cccccc;
	padding: 10px 10px;
	text-align: center;
}
.modTheater-table td.tl {
	text-align: left;
}
.modTheater-table td.tl a {
	text-decoration: none;
}
.modTheater-table td .icon-new {
	color: #ffffff;
	font-size: 1.2rem;
	padding: 0 4px;
	margin-left: 10px;
	background-color: #aa9962;
}
.modTheater-table td .note {
	font-size: 1.2rem;
	display: block;
	text-align: left;
}
.modTheater-table .w1 {
	width: 9.19913%;
}
.modTheater-table .w2 {
	width: 24.89177%;
}
.modTheater-table .w3 {
	width: 14.06926%;
}
.modTheater-table .w4 {
	width: 32.35932%;
}
.modTheater-table .w5 {
	width: 19.48052%;
}
.modTheater-note {
	margin-top: 20px;
	font-size: 1.4rem;
}
.modTheater-note li {
	text-indent: -1.0em;
	margin-left: 1.0em;
}

@media (max-width: 767px) {
.modTheater-table {
	border: 1px solid #cccccc;
	border-top: none;
}
.modTheater-table tr:first-child {
	display: none;
}
.modTheater-table tr:nth-child(2n+1) {
	background-color: transparent;
}
.modTheater-table td {
	display: block;
	width: 100%;
	border: none;
	border-top: 1px solid #e5e5e5;
	padding: 4px 10px;
	box-sizing: border-box;
}
.modTheater-table td:first-child {
	border-color: #cccccc;
}
.modTheater-table td:nth-child(-n+2) {
	background-color: #f2f2f2;
}
.modTheater-table td.tl {
	text-align: center;
}
.modTheater-table td .sp {
	display: inline-block;
	color: #626262;
	font-size: 1.2rem;
	padding-right: 0.5em;
}
.modTheater-table td a {
	text-decoration: none;
}
.modTheater-table td .note {
	text-align: center;
}
.modTheater-note {
	margin-top: 10px;
	font-size: 1.2rem;
}
}


/* --------------------------------------------------
		modNews
-------------------------------------------------- */
.modNews-swiper {
	margin-top: -20px;
	margin-bottom: 30px;
}
.modNews-swiper .swiper-wrapper {
	display: block;
}
.modNews-list li {
	margin-top: 20px;
}
.modNews-list li a {
	display: table;
	width: 100%;
	text-decoration: none;
	font-size: 1.4rem;
}
.modNews-list li .image {
	display: table-cell;
	width: 40.04329%;
	padding-right: 20px;
}
.modNews-list li .image span {
	display: block;
	overflow: hidden;
}
.modNews-list li .image img {
	width: 100%;
	transition: transform 2s cubic-bezier(0.215,0.61,0.355,1);
}
.modNews-list li a:hover img {
	transform: scale(1.12);
}
.modNews-list li .box {
	position: relative;
	display: table-cell;
	vertical-align: top;
	width: calc(59.95661% - 20px);
	padding: 5px 0 40px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.modNews-list li .type {
	font-size: 1.4rem;
	color: #ffffff;
	width: 120px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: -5px;
}
.modNews-list li .type.type-campaign {
	background-color: #c32922;
}
.modNews-list li .type.type-event {
	background-color: #556fb5;
}
.modNews-list li .title {
	font-size: 1.8rem;
	margin-bottom: 0.5em;
}
.modNews-list li .date {
	position: absolute;
	bottom: 5px;
	left: 0;
	font-size: 1.2rem;
}
.modNews-list li .btn {
	position: absolute;
	bottom: 5px;
	right: 0;
	font-size: 1.2rem;
}
.modNews-button {
	width: 60.60606%;
	margin: 0 auto;
	min-width: 400px;
}

@media (max-width: 767px) {
.modNews-swiper {
	margin: 0 -5.97015% 20px;
}
.modNews-swiper .swiper-wrapper {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.modNews-list li {
	width: 250px;
	margin: 0 12px;
}
.modNews-list li a {
	display: block;
	font-size: 1.2rem;
	border-bottom: 1px solid #cccccc;
}
.modNews-list li .image {
	display: block;
	width: 100%;
	padding-right: 0;
}
.modNews-list li a:hover img {
	transform: scale(1);
}
.modNews-list li .box {
	display: block;
	width: 100%;
	padding: 5px 5px 35px;
	border-top: none;
	border-bottom: none;
	box-sizing: border-box;
}
.modNews-list li .type {
	margin-left: -5px;
}
.modNews-list li .title {
	font-size: 1.6rem;
}
.modNews-list li .date {
	left: 5px;
}
.modNews-list li .btn {
	right: 5px;
}
.modNews-button {
	width: 92.1875%;
	min-width: 0;
}
}


/* --------------------------------------------------
		footer
-------------------------------------------------- */
.footer {
	text-align: center;
	background-color: #000000;
}
.footer .box01 {
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #333333;
}
.footer-met {
	width: 388px;
	margin: 0 auto 5px;
}
.footer-link a {
	font-size: 1.2rem;
	font-weight: 200;
	color: #c9c9c9;
	text-decoration: none;
}
.footer-link a:hover {
	text-decoration: underline;
}
.footer .box02 {
	padding-top: 35px;
	padding-bottom: 30px;
	background: #fff;
}
.footer-sns li {
	margin: 0 12px;
}
.footer-sns li a {
	display: block;
	width: 32px;
}
.footer .box03 {
	padding-bottom: 50px;
	font-size: 1.2rem;
	color: #5e5e5e;
	background: #fff;
}
.footer-credit {
	margin-bottom: 40px;
}
.footer-credit li {
	margin: 0 8px 10px;
	vertical-align: top;
}
.footer-credit li a {
	text-decoration: none;
}
.footer-credit li:nth-child(-n+3) img {
	height: 65px;
}
.footer-credit li:nth-child(4){
    margin-left: 40px;
}
.footer-credit li:nth-child(4) img {
	height: 20px;
	padding-top: 38px;
}
.footer-credit li:nth-child(5) img {
	height: 40px;
	padding-top: 18px;
}
.footer-credit li:nth-child(6) {
	padding-top: 38px;
}
.footer-credit li:nth-child(6) img {
	height: 18px;
}
.footer-copyright {
	color: #c9c9c9;
	font-size: 1.0rem;
	display: inline-block;
	margin: 0 0.5em;
}
.footer-creditlist{
	display: inline-block;
	margin: 0 0.5em;
}

@media (max-width: 767px) {
.footer {
	padding-bottom: 65px;
}
.footer .box01 {
	padding-top: 25px;
	padding-bottom: 25px;
}
.footer-met {
	width: 232px;
	margin-bottom: 2px;
}
.footer-link a {
	font-size: 1.0rem;
}
.footer-link a:hover {
	text-decoration: none;
}
.footer .box02 {
	padding-top: 20px;
	padding-bottom: 10px;
}
.footer .box03 {
	padding-bottom: 25px;
	font-size: 1.0rem;
}
.footer-credit li {
	margin-bottom: 15px;
}
.footer-credit li:nth-child(-n+3) img {
	height: 55px;
}
.footer-credit li:nth-child(4) {
    margin-left: 0;
}
.footer-credit li:nth-child(4) img {
	height: 20px;
	padding-top: 28px;
}
.footer-credit li:nth-child(5) img {
	height: 40px;
	padding-top: 7px;
}
.footer-credit li:nth-child(6) {
	padding-top: 30px;
}
.footer-credit li:nth-child(6) img {
	height: 15px;
	padding-top: 0;
}





}


/* --------------------------------------------------
		contents
-------------------------------------------------- */
.section {
	position: relative;
	padding-top: 70px;
	padding-bottom: 120px;
}
.modSec-title {
	text-align: center;
	font-size: 3.6rem;
	font-weight: 600;
	line-height: 1.2;
	padding: 90px 0;
	text-shadow: 1px 1px 0 #ffffff,-1px 1px 0 #ffffff, 1px -1px 0 #ffffff, -1px -1px 0 #ffffff;
	background-image: url(/met/img/sectitle_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 332px auto;
}
.modSec-title.modSec-white {
	color: #ffffff;
	text-shadow: none;
}
.mod2Line-button {
	display: block;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	text-decoration: none;
	padding: 1px 1px;
	border: 1px solid #cacaca;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.8);
	transition: border-color .4s cubic-bezier(0.215,0.61,0.355,1),
				background-color .4s cubic-bezier(0.215,0.61,0.355,1);
}
.mod2Line-button span {
	position: relative;
	display: block;
	padding: 10px 20px 20px;
	border: 1px solid #cacaca;
	background-image: url(/met/img/arrow02_gray.png);
	background-repeat: no-repeat;
	background-position: center calc(100% - 5px);
	background-size: 20px auto;
	transition: border-color .4s cubic-bezier(0.215,0.61,0.355,1);
}
.mod2Line-button span:after {
	content: "";
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translate(-50%);
	width: 20px;
	height: 12px;
	background-image: url(/met/img/arrow02_pink.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	opacity: 0;
	transition: border-color .4s cubic-bezier(0.215,0.61,0.355,1);
}
.mod2Line-button:hover {
	border-color: #e5004f;
}
.mod2Line-button:hover span,
.mod2Line-button.mod2Line-c02:hover span {
	border-color: #e5004f;
}
.mod2Line-button:hover span:after {
	opacity: 1;
}
.mod2Line-button.mod2Line-c02 {
	border-color: rgba(255,255,255,0);
	background-color: rgba(255,255,255,0.5);
}
.mod2Line-button.mod2Line-c02 span,
.mod2Line-button.mod2Line-c05 span {
	border-color: #ffffff;
	background-image: url(/met/img/arrow02_white.png);
}
.mod2Line-button.mod2Line-c02:hover,
.mod2Line-button.mod2Line-c05:hover {
	background-color: rgba(255,255,255,0.8);
}
.mod2Line-button.mod2Line-c02:hover span,
.mod2Line-button.mod2Line-c05:hover span {
	border-color: #e5004f;
}
.mod2Line-button.mod2Line-c03 {
	color: #e5004f;
	border-color: rgba(255,255,255,0);
}
.mod2Line-button.mod2Line-c04 {
	color: #e5004f;
	border-color: #e5004f;
}
.mod2Line-button.mod2Line-c03 span,
.mod2Line-button.mod2Line-c04 span {
	border-color: #e5004f;
	background-image: url(/met/img/arrow02_pink.png);
}
.mod2Line-button.mod2Line-c03 span:after,
.mod2Line-button.mod2Line-c04 span:after {
	background-image: url(/met/img/arrow02_white.png);
}
.mod2Line-button.mod2Line-c03:hover,
.mod2Line-button.mod2Line-c04:hover {
	color: #ffffff;
	background-color: #e5004f;
}
.mod2Line-button.mod2Line-c04:hover span,
.mod2Line-button.mod2Line-c03:hover span {
	border-color: #f280a7;
}
.mod2Line-button.mod2Line-c05 {
	color: #ffffff;
	border-color: #e5004f;
	background-color: #e5004f;
}
.mod2Line-button.mod2Line-c05 span {
	border-color: #f280a7;
}
.mod2Line-button.mod2Line-c05:hover {
	color: #e5004f;
	border-color: rgba(229,0,79,0);
}
.modYt-button,
.modYt-button .icon {
	position: relative;
	display: block;
}
.modYt-button .icon:after {
	content: "";
	position: absolute;
	z-index: 1;
	display: block;
	top: 50%;
	left: 50%;
	width: 48px;
	height: 48px;
	margin-top: -24px;
	margin-left: -24px;
	background-image: url(/met/img/icon_play01.png);
	background-size: 100% 100%;
	transition: opacity .4s cubic-bezier(0.215,0.61,0.355,1);
}
.modYt-button:hover .icon:after {
	opacity: 0.7;
}
.modAncher-button {
	position: relative;
	display: inline-block;
	color: #ffffff;
	font-size: 1.4rem;
	background-color: #e5004f;
	text-decoration: none;
	padding: 1px 30px 1px 14px;
	border: 1px solid #e5004f;
	transition: background-color .4s cubic-bezier(0.215,0.61,0.355,1);
}
.modAncher-button:before {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	right: 10px;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	background-image: url(/met/img/arrow06_white.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 14px auto;
}
.modAncher-button:after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	right: 10px;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	background-image: url(/met/img/arrow06_pink.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 14px auto;
	opacity: 0;
	transition: opacity .4s cubic-bezier(0.215,0.61,0.355,1);
}
.modAncher-button:hover {
	background-color: #ffffff;
}
.modAncher-button:hover:after {
	opacity: 1;
}
.modPdf-button {
	position: relative;
	display: inline-block;
	color: #ffffff;
	font-size: 1.4rem;
	background-color: #e5004f;
	text-decoration: none;
	padding: 1px 34px 1px 14px;
	border: 1px solid #e5004f;
	transition: background-color .4s cubic-bezier(0.215,0.61,0.355,1);
}
.modPdf-button:before {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	right: 10px;
	width: 18px;
	height: 22px;
	margin-top: -11px;
	background-image: url(/met/img/icon_pdf01_white.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 18px auto;
}
.modPdf-button:after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	right: 10px;
	width: 18px;
	height: 22px;
	margin-top: -11px;
	background-image: url(/met/img/icon_pdf01_pink.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 18px auto;
	opacity: 0;
	transition: opacity .4s cubic-bezier(0.215,0.61,0.355,1);
}
.modPdf-button:hover {
	background-color: #ffffff;
}
.modPdf-button:hover:after {
	opacity: 1;
}
.modLinkout-button {
	color: #e5004f !important;
	text-decoration: none;
}
.modLinkout-button span {
	position: relative;
	display: inline-block;
	width: 11px;
	height: 12px;
	padding-left: 3px;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 11px auto;
}
.modLinkout-button.modLinkout-i01 span {
	background-image: url(/met/img/icon_linkout01_pink.png);
}
.modLinkout-button.modLinkout-i02 span {
	background-image: url(/met/img/arrow07_pink.png);
}
.modLinkout-button:hover {
	text-decoration: underline;
}

@media (max-width: 767px) {
.section {
	padding-top: 35px;
	padding-bottom: 60px;
}
.modSec-title {
	font-size: 2.4rem;
	padding: 55px 0;
	background-size: 199px auto;
}
.mod2Line-button {
	margin-left: auto;
	margin-right: auto;
}
.mod2Line-button span {
	padding: 8px 15px 16px;
	background-position: center calc(100% - 2px);
}
.mod2Line-button span:after {
	content: none;
}
.mod2Line-button:hover {
	border-color: #cacaca;
}
.mod2Line-button:hover span {
	border-color: #cacaca;
}
.mod2Line-button.mod2Line-c02:hover {
	border-color: rgba(255,255,255,0);
	background-color: rgba(255,255,255,0.5);
}
.mod2Line-button.mod2Line-c02:hover span {
	border-color: #ffffff;
}
.mod2Line-button.mod2Line-c03:hover {
	color: #e5004f;
	border-color: rgba(255,255,255,0);
	background-color: rgba(255,255,255,0.8);
}
.mod2Line-button.mod2Line-c03:hover span,
.mod2Line-button.mod2Line-c04:hover span {
	border-color: #e5004f;
}
.mod2Line-button.mod2Line-c04:hover {
	color: #e5004f;
	border-color: #e5004f;
	background-color: rgba(255,255,255,0.8);
}
.mod2Line-button.mod2Line-c05:hover {
	color: #ffffff;
	border-color: #e5004f;
	background-color: #e5004f;
}
.mod2Line-button.mod2Line-c05:hover span {
	border-color: #f280a7;
}
.modYt-button:hover .icon:after {
	opacity: 1;
}
.modAncher-button:hover {
	color: #ffffff;
	background-color: #e5004f;
}
.modAncher-button:after {
	content: none;
}
.modPdf-button:hover {
	color: #ffffff;
	background-color: #e5004f;
}
.modPdf-button:after {
	content: none;
}
.modLinkout-button:hover {
	text-decoration: none;
}
}


/* --------------------------------------------------
		mod2Column
-------------------------------------------------- */
.mod2Column .article {
	position: relative;
	float: right;
	width: 70.85890%;
}
.mod2Column .aside {
	position: relative;
	z-index: 10;
	float: left;
	width: 21.47239%;
}
@media (min-width: 1277px) {
.mod2Column .article {
	width: calc(100% - 340px);
}
.mod2Column .aside {
	width: 250px;
}
}
.modAside-nav {
	margin-top: 110px;
}
.modAsideNav-list {
	margin-bottom: 20px;
	border-bottom: 1px solid #cccccc;
}
.modAsideNav-list li {
	padding: 14px 10px;
	border-top: 1px solid #cccccc;
	line-height: 1.4;
}
.modAsideNav-list li a {
	text-decoration: none;
}
.modAsideNav-lineup {
	margin-bottom: 30px;
}
.modAsideNav-lineup .modLineupBtn-body .num {
	left: auto;
	right: 15px;
}

@media (max-width: 767px) {
.mod2Column .article {
	float: none;
	width: 100%;
}
.mod2Column .aside {
	float: none;
	width: auto;
	margin-bottom: 10px;
}
.modAside-nav {
	margin-top: 0;
}
.modAsideNav-list {
	position: relative;
	margin-bottom: 10px;
	background-color: #e8e8e8;
	margin: 0 -5.97015%;
	border-top: 1px solid #c5c5c5;
	border-bottom: none;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.modAsideNav-list:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-top: 1px solid #c5c5c5;
}
.modAsideNav-list li {
	padding: 0 0;
	border-bottom: 1px solid #c5c5c5;
	box-sizing: border-box;
	text-align: center;
	width: 50%;
}
.modAsideNav-list li:nth-child(2n+1) {
	border-right: 1px solid #c5c5c5;
}
.modAsideNav-list li a {
	display: block;
	padding: 10px 10px;
	height: 100%;
	box-sizing: border-box;
}
}


/* --------------------------------------------------
		modSns
-------------------------------------------------- */
.modSns-share {
	position: absolute;
	z-index: 5;
	top: 50px;
	right: 0;
}
.modSnsShare-list li {
	display: inline-block;
	vertical-align: top;
	line-height: 0;
	letter-spacing: 0;
	margin-left: 6px;
}

@media (max-width: 767px) {
.modSns-share {
	position: relative;
	top: 0;
	margin-bottom: 20px;
}
.modSnsShare-list {
	text-align: right;
}
.modSnsShare-list li {
	margin-top: 10px;
}
}


/* --------------------------------------------------
		modPager
-------------------------------------------------- */
.modPager {
	position: relative;
	margin-top: 50px;
	text-align: center;
}
.modPager .modPager-button {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 500;
	text-decoration: none;
	box-sizing: border-box;
	border: 1px solid #e5004f;
	transition: background-color 0.4s cubic-bezier(0.215,0.61,0.355,1),
				border-color 0.4s cubic-bezier(0.215,0.61,0.355,1);
}
.modPager span.modPager-button,
.modPager .modPager-button span {
	display: block;
	padding: 2px 6px;
}
.modPager .modPager-button.active,
.modPager .modPager-button:hover {
	color: #ffffff;
	background-color: #e5004f;
	border-color: #e5004f !important;
}
.modPager .modPager-button.top {
	padding: 1px 1px;
}
.modPager .modPager-button.next,
.modPager .modPager-button.prev {
	position: absolute;
	bottom: 0;
	padding: 1px 1px;
	background-size: 12px auto;
	background-repeat: no-repeat;
}
.modPager .modPager-button.next:after,
.modPager .modPager-button.prev:after {
	content: "";
	position: absolute;
	top: 0;
	display: block;
	width: 12px;
	height: 100%;
	background-size: 12px auto;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0;
	transition: opacity 0.4s cubic-bezier(0.215,0.61,0.355,1);
}
.modPager .modPager-button.next {
	left: 0;
	background-image: url(../img/arrow08_pink.png);
	background-position: 15px center;
}
.modPager .modPager-button.next:after {
	left: 15px;
	background-image: url(../img/arrow08_white.png);
}
.modPager .modPager-button.prev {
	right: 0;
	background-image: url(../img/arrow07_pink.png);
	background-position: calc(100% - 15px) center;
}
.modPager .modPager-button.prev:after {
	right: 15px;
	background-image: url(../img/arrow07_white.png);
}
.modPager .modPager-button.next.active:after,
.modPager .modPager-button.prev.active:after,
.modPager .modPager-button.next:hover:after,
.modPager .modPager-button.prev:hover:after {
	opacity: 1;
}
.modPager .modPager-button.top span,
.modPager .modPager-button.next span,
.modPager .modPager-button.prev span {
	border: 1px solid #e5004f;
}
.modPager .modPager-button.top span {
	padding: 2px 15px 2px 15px;
}
.modPager .modPager-button.next span {
	padding: 2px 15px 2px 30px;
}
.modPager .modPager-button.prev span {
	padding: 2px 30px 2px 15px;
}
.modPager .modPager-button.num {
	border-color: #cccccc;
	min-width: 30px;
}
.modPager .modPager-list {
	display: inline-block;
	padding-bottom: 2px;
	vertical-align: top;
}
.modPager .modPager-list li {
	float: left;
	margin: 0 7px;
}

@media (max-width: 977px) {
.modPager {
	padding-bottom: 50px;
}
}

@media (max-width: 767px) {
.modPager {
	margin-top: 25px;
}
}


/* --------------------------------------------------
		swiper
-------------------------------------------------- */
.mod-swiper .swiper-button-prev,
.mod-swiper .swiper-button-next {
	width: 30px;
	height: 180px;
	margin-top: 0;
	transform: translateY(-50%);
	background-size: 40px auto;
	background-color: #d6d6d6;
	transition: background-color .4s cubic-bezier(0.215,0.61,0.355,1);
}
.mod-swiper .swiper-button-prev {
	left: 20px;
	background-position: left center;
	background-image: url(/met/img/arrow03_white.png);
}
.mod-swiper .swiper-button-next {
	right: 20px;
	background-position: right center;
	background-image: url(/met/img/arrow04_white.png);
}
.mod-swiper .swiper-button-prev:hover,
.mod-swiper .swiper-button-next:hover {
	background-color: #e5004f;
}
.mod-swiper.noSwipe .swiper-wrapper {
	-webkit-justify-content: center;
	justify-content: center;
}
.mod-swiper.noSwipe .swiper-button-prev,
.mod-swiper.noSwipe .swiper-button-next {
	display: none;
}

@media (max-width: 767px) {
.mod-swiper .swiper-button-prev,
.mod-swiper .swiper-button-next {
	width: 20px;
	height: 180px;
}
.mod-swiper .swiper-button-prev {
	left: 10px;
}
.mod-swiper .swiper-button-next {
	right: 10px;
}
.mod-swiper .swiper-button-prev:hover,
.mod-swiper .swiper-button-next:hover {
	background-color: #d6d6d6;
}
}


/* --------------------------------------------------
		magnificPopup
-------------------------------------------------- */
.mfp-fade.mfp-bg {
	opacity: 0.6;
	background-color: #ffffff;
	transition: opacity .4s cubic-bezier(0.215,0.61,0.355,1);
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	transition: opacity .4s cubic-bezier(0.215,0.61,0.355,1);
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.mfp-inline-holder.mfp-container,
.mfp-iframe-holder.mfp-container {
	padding: 0 10px;
}
.mfp-inline-holder .mfp-content,
.mfp-iframe-holder .mfp-content {
	margin-top: 60px;
	margin-bottom: 60px;
}
.mfp-inline-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	opacity: 1;
	font-size: 0;
	top: -55px !important;
	right: 0 !important;
	padding-right: 0 !important;
	width: 48px !important;
	height: 48px !important;
	transition: opacity .4s cubic-bezier(0.215,0.61,0.355,1);
	background-image: url(/met/img/icon_close02.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.mfp-inline-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover {
	opacity: 0.7;
}

@media (max-width: 767px) {
.mfp-inline-holder .mfp-content,
.mfp-iframe-holder .mfp-content {
	margin-top: 40px;
	margin-bottom: 40px;
}
.mfp-inline-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	top: -30px !important;
	width: 24px !important;
	height: 24px !important;
}
.mfp-inline-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover {
	opacity: 1;
}
}


/* --------------------------------------------------
		error
-------------------------------------------------- */
.error-text {
	text-align: center;
}

@media (max-width: 767px) {
}



/*
 FB公式バグ修正
 20201217
*/
.fb-like > span {
	width: 135px !important;
}
.fb-like iframe {
	width: 135px !important;
}



