@charset "UTF-8";

/* MATERIALS */


/* INTERFACE */

html {
	scroll-behavior: smooth;
}

#mla_toparea video{
	width:100%;
}
#mla_toparea>a>img{
	width:100%;
}

#mla_bottomarea>img{
	width:100%;
}

#mla_toparea h1 img{
	width:100%;
}

#mla_toparea #mla_slide{
	padding:60px 0;
}

#mla_toparea #mla_slide h2{
	margin:0 0 40px;
	text-align:center;
	font-size:20px;
	font-weight:bold;
}

#mla_toparea #mla_slide>div{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

#mla_toparea #mla_slide>div>div{
	width:33.333333333333%;
	box-sizing:border-box;
	padding:0 5px 40px;
}

#mla_toparea #mla_slide>div>div:nth-of-type(even){
	position:relative;
	top:25px;
}


#mla_toparea #mla_slide>div>div a img{
	width:100%;
}

#mla_toparea #mla_bnr{
	max-width:960px;
	margin:0 auto;
	padding:60px 0;
}

#mla_toparea #mla_bnr a img{
	width:100%;
}


#mla_toparea .mla_shutter{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#b12317;
	z-index:9999;
}

#mla_toparea .mla_shutter::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	background-color: #fff;
	width: 0;
	height: 1px;
}

#mla_toparea .mla_shutter {
	-webkit-animation: byemla_shutter 2.6s forwards;
			animation: byemla_shutter 2.6s forwards;
}

#mla_toparea .mla_shutter::before {
	-webkit-animation: mla_shutterOpen 2.6s forwards;
			animation: mla_shutterOpen 2.6s forwards;
}

#mla_toparea .mla_content {
	-webkit-animation: contentScale 2.6s forwards;
			animation: contentScale 2.6s forwards;
}

@keyframes byemla_shutter {
	70% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		display: none;
		z-index: -1;
	}
}

@keyframes mla_shutterOpen {
	0% {
		width: 0;
		height: 1px;
	}
	50% {
		width: 100%;
		height: 1px;
	}
	90% {
		width: 100%;
		height: 100%;
	}
	100% {
		width: 100%;
		height: 100%;
	}
}

@keyframes contentScale {
	70% {
		-webkit-transform: perspective(800px) scale(0.9) rotateX(15deg);
				transform: perspective(800px) scale(0.9) rotateX(15deg);
	}
	100% {
		-webkit-transform: perspective(800px) scale(1) rotateX(0);
				transform: perspective(800px) scale(1) rotateX(0);
	}
}






#mla_bottomarea #mla_category h2 img{
	width:100%;
}

#mla_bottomarea #mla_category .wrap{
	padding:40px 20px 20px;
	background-color:#f6e2d0;
}

#mla_bottomarea #mla_categorylist{
	margin:0;
	padding:0;
	list-style-type:none;
	display:flex;
	flex-wrap:wrap;
}

#mla_bottomarea #mla_categorylist li{
	width:33.33333333%;
	padding:0 10px 20px;
	box-sizing:border-box;
}

#mla_bottomarea #mla_categorylist li img{
	width:100%;
}

#mla_bottomarea #mla_party{
	padding:0 20px 20px;
	background-color:#f6f3e7;
}

#mla_bottomarea #mla_party>img{
	width:100%;
}

#mla_bottomarea #mla_party>div{
	padding:40px 40px;
	background-color:#fff;
}

#mla_bottomarea #mla_party h2{
	margin:0 auto;
	padding:20px 0 0;
	position:relative;
	top:30px;
}

#mla_bottomarea #mla_party h2 img{
	width:100%;
	background-color:transparent;
}

#mla_bottomarea #mla_party .txt{
	max-width:800px;
	margin:0 auto;
	overflow:hidden;
}

#mla_bottomarea #mla_party .txt p{
	width:70%;
	margin:0 0 50px;
	text-align:justify;
	font-size:16px;
	color:#676767;
	float:left;
}

#mla_bottomarea #mla_party .txt img{
	width:25%;
	float:right;
}

#mla_bottomarea #mla_party .txt img.hishoku{
	margin:25px 0 0;
}

#mla_bottomarea #mla_party a.btn_more{
	display:table;
	margin:0 auto;
	padding:30px 100px;
	text-align:center;
	font-size:22px;
	font-weight:bold;
	line-height:1;
	color:#fff;
	background-color:#d63f1d;
}
#mla_bottomarea #mla_lineup a.btn_more{
	display:table;
	margin:0 auto;
	padding:30px 100px;
	text-align:center;
	font-size:22px;
	font-weight:bold;
	line-height:1;
	color:#fff;
	background-color:#d63f1d;
}


#mla_bottomarea #mla_party ul{
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:15px;
	display:flex;
	flex-wrap:wrap;
}

#mla_bottomarea #mla_party ul li{
	width:25%;
	box-sizing:border-box;
	padding:0 10px 20px;
}

#mla_bottomarea #mla_party ul li img{
	width:100%;
	margin:0 0 10px;
}

#mla_bottomarea #mla_party ul li h3{
	margin:0 0 2px;
	text-align:justify;
	font-size:15px;
	line-height:1.3;
	font-weight:normal;
}

#mla_bottomarea #mla_party ul li p{
	margin:0 0 4px;
	font-size:18px;
	font-weight:bold;
	color:#d90000;
}

#mla_bottomarea #mla_party ul li a{
	color:#000;
	line-height:1.2;
}

#mla_bottomarea #mla_party ul li>a:last-of-type{
	display:inline-block;
	font-size:12px;
	color:#3083fd;
}

#mla_bottomarea #mla_party ul li a:hover{
	opacity:0.8;
	text-decoration:underline;
}

#mla_bottomarea #mla_lineup{
	padding:40px 0 60px;
}

#mla_bottomarea #mla_lineup h2 img{
	width:100%;
	margin:0 0 40px;
}

#mla_bottomarea #mla_lineup ul{
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:15px;
	display:flex;
	flex-wrap:wrap;
}

#mla_bottomarea #mla_lineup ul li{
	width:25%;
	box-sizing:border-box;
	padding:0 10px 20px;
}

#mla_bottomarea #mla_lineup ul li img{
	width:100%;
	margin:0 0 10px;
}

#mla_bottomarea #mla_lineup ul li h3{
	margin:0 0 2px;
	text-align:justify;
	font-size:15px;
	line-height:1.3;
	font-weight:normal;
}

#mla_bottomarea #mla_lineup ul li p{
	margin:0 0 4px;
	font-size:18px;
	font-weight:bold;
	color:#d90000;
}

#mla_bottomarea #mla_lineup ul li a{
	color:#000;
	line-height:1.2;
}

#mla_bottomarea #mla_lineup ul li>a:last-of-type{
	display:inline-block;
	font-size:12px;
	color:#3083fd;
}

#mla_bottomarea #mla_lineup ul li a:hover{
	opacity:0.8;
	text-decoration:underline;
}

#mla_bottomarea a.mla_btnmore{
	display:table;
	margin:0 auto;
	padding:20px 30px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	line-height:1;
	color:#fff;
	background-color:#d63f1d;
	border-radius:5px;
}

#mla_bottomarea #mla_commentary{
	
}

#mla_bottomarea #mla_commentary .wrap{
	background-color:#f4f4f4;
	padding:50px 20px 20px;
	border-top:5px solid #b7b7b7;
}

#mla_bottomarea #mla_commentary h2{
	margin:0 0 50px;
}

#mla_bottomarea #mla_commentary h2 img{
	width:100%;
	background-color:transparent;
}

#mla_bottomarea #mla_commentary section{
	overflow:hidden;
	margin:0 0 60px;
}

#mla_bottomarea #mla_commentary section img.right{
	width:420px;
	float:right;
	padding:0 0 0 30px;
	background-color:transparent;
}

#mla_bottomarea #mla_commentary section .txt.left{
	width:calc(100% - 450px);
	float:left;
}

#mla_bottomarea #mla_commentary section img.left{
	width:420px;
	float:left;
	padding:0 30px 0 0;
	background-color:transparent;
}

#mla_bottomarea #mla_commentary section .txt.right{
	width:calc(100% - 450px);
	float:right;
}

#mla_bottomarea #mla_commentary section .txt h3{
	margin:0 0 30px;
	font-size:22px;
	font-weight:bold;
	font-feature-settings:"palt";
}

#mla_bottomarea #mla_commentary section .txt p{
	margin:15px 0;
	text-align:justify;
	font-size:14px;
	font-weight:bold;
	line-height:1.7em;
	font-feature-settings:"palt";
}

#mla_bottomarea #mla_moviearea,
#mla_bottomarea #mla_moviearea02,
#mla_bottomarea #mla_moviearea03{
	margin:0 0 80px;
}

#mla_bottomarea #mla_moviearea h2,
#mla_bottomarea #mla_moviearea02 h2{
	margin:0 !important;
}

#mla_bottomarea #mla_moviearea03 h2{
	margin:0 0 20px;
	font-size:18px;
}

#mla_bottomarea #mla_moviearea video,
#mla_bottomarea #mla_moviearea02 video,
#mla_bottomarea #mla_moviearea03 video{
	width:100%;
}

#mla_bottomarea #mla_info{
	padding:50px 20px;
}

#mla_bottomarea #mla_info h2{
	margin:0 0 20px;
	font-size:18px;
}

#mla_bottomarea #mla_info table{
	width:100%;
}

#mla_bottomarea #mla_info table th{
	padding:20px;
	border:1px solid #ddd;
}

#mla_bottomarea #mla_info table td{
	padding:20px;
	border:1px solid #ddd;
}







#mla_yappari{
	padding:0 20px 20px;
	background-color:#000;
}

#mla_yappari>img{
	width:100%;
}

#mla_yappari>div{
	padding:40px 40px;
	background-color:#fff;
}

#mla_yappari h2{
	margin:0 auto;
	padding:20px 0 0;
	position:relative;
	top:30px;
}

#mla_yappari h2 img{
	width:100%;
	background-color:transparent;
}

#mla_yappari .txt{
	max-width:800px;
	margin:0 auto;
	overflow:hidden;
}

#mla_yappari .txt p{
	width:70%;
	margin:0 0 50px;
	text-align:justify;
	font-size:16px;
	color:#676767;
	float:left;
}

#mla_yappari .txt img{
	width:25%;
	float:right;
}

#mla_yappari .txt img.hishoku{
	margin:25px 0 0;
}

#mla_yappari a.btn_more{
	display:table;
	margin:0 auto;
	padding:30px 100px;
	text-align:center;
	font-size:22px;
	font-weight:bold;
	line-height:1;
	color:#fff;
	background-color:#d63f1d;
}



#mla_yappari ul{
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:15px;
	display:flex;
	flex-wrap:wrap;
}

#mla_yappari ul li{
	width:25%;
	box-sizing:border-box;
	padding:0 10px 20px;
}

#mla_yappari ul li img{
	width:100%;
	margin:0 0 10px;
}

#mla_yappari ul li h3{
	margin:0 0 2px;
	text-align:justify;
	font-size:15px;
	line-height:1.3;
	font-weight:normal;
}

#mla_yappari ul li p{
	margin:0 0 4px;
	font-size:18px;
	font-weight:bold;
	color:#d90000;
}

#mla_yappari ul li a{
	color:#000;
	line-height:1.2;
}

#mla_yappari ul li>a:last-of-type{
	display:inline-block;
	font-size:12px;
	color:#3083fd;
}

#mla_yappari ul li a:hover{
	opacity:0.8;
	text-decoration:underline;
}




#mla_roastbeafparty{
	padding:0 20px 20px;
	background-color:#000;
}

#mla_roastbeafparty>img{
	width:100%;
}

#mla_roastbeafparty>div{
	padding:40px 40px;
	background-color:#fff;
}

#mla_roastbeafparty h2{
	margin:0 auto;
	padding:20px 0 0;
	position:relative;
	top:30px;
}

#mla_roastbeafparty h2 img{
	width:100%;
	background-color:transparent;
}

#mla_roastbeafparty .txt{
	max-width:800px;
	margin:0 auto;
	overflow:hidden;
}

#mla_roastbeafparty .txt p{
	width:70%;
	margin:0 0 50px;
	text-align:justify;
	font-size:16px;
	color:#676767;
	float:left;
}

#mla_roastbeafparty .txt img{
	width:25%;
	float:right;
}

#mla_roastbeafparty .txt img.hishoku{
	margin:25px 0 0;
}

#mla_roastbeafparty a.btn_more{
	display:table;
	margin:0 auto;
	padding:30px 100px;
	text-align:center;
	font-size:22px;
	font-weight:bold;
	line-height:1;
	color:#fff;
	background-color:#d63f1d;
}

#mla_roastbeafparty ul{
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:15px;
	display:flex;
	flex-wrap:wrap;
}

#mla_roastbeafparty ul li{
	width:25%;
	box-sizing:border-box;
	padding:0 10px 20px;
}

#mla_roastbeafparty ul li img{
	width:100%;
	margin:0 0 10px;
}

#mla_roastbeafparty ul li h3{
	margin:0 0 2px;
	text-align:justify;
	font-size:15px;
	line-height:1.3;
	font-weight:normal;
}

#mla_roastbeafparty ul li p{
	margin:0 0 4px;
	font-size:18px;
	font-weight:bold;
	color:#d90000;
}

#mla_roastbeafparty ul li a{
	color:#000;
	line-height:1.2;
}

#mla_roastbeafparty ul li>a:last-of-type{
	display:inline-block;
	font-size:12px;
	color:#3083fd;
}

#mla_roastbeafparty ul li a:hover{
	opacity:0.8;
	text-decoration:underline;
}

#mla_fathersday{
	background-color:#f3f9fa;
	padding:50px 20px 20px;
}

#mla_fathersday .fathersday_overview{
	overflow:hidden;
	padding:30px 0;
	text-align:center;
	border-bottom:1px dotted #47a1b3;
}

#mla_fathersday .fathersday_overview:last-of-type{
	border-bottom:none;
}

#mla_fathersday .fathersday_overview>img{
	width:400px;
	background-color:transparent;
}

#mla_fathersday h2{
	padding:30px 0 0;
	background-image:url("../images/fathersday_ico01.png");
	background-repeat:no-repeat;
	background-size:40px;
	background-position:top center;
}

#mla_fathersday .fathersday_overview h2{
	margin:30px 0;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	font-feature-settings:"palt";
	color:#006ba8;
}

#mla_fathersday .fathersday_overview h3{
	margin:0 0 15px;
	text-align:left;
	font-size:17px;
	font-weight:bold;
	font-feature-settings:"palt";
	color:#47a1b3;
}

#mla_fathersday .fathersday_overview h3 span{
	display:inline-block;
	margin:0 8px 0 0;
	padding:5px 10px;
	background-color:#47a1b3;
	color:#fff;
}

#mla_fathersday .fathersday_overview .txt.left{
	width:calc(100% - 450px);
	float:left;
}

#mla_fathersday .fathersday_overview img.right{
	width:420px;
	float:right;
	padding:0 0 0 30px;
	background-color:transparent;
}

#mla_fathersday .fathersday_overview .txt p{
	margin:0 0 15px;
	text-align:justify;
	font-size:14px;
	line-height:1.7em;
	font-feature-settings:"palt";
}

#mla_fathersday .fathersday_overview ul.datelist{
	display:table;
	margin:0 auto 15px;
	text-align:left;
	font-size:15px;
	border-top:1px solid #47a1b3;
}

#mla_fathersday .fathersday_overview ul.datelist li{
	padding:15px;
	border-bottom:1px solid #47a1b3;
}

#mla_fathersday .fathersday_yurai{
	padding:30px 0;
	border-bottom:1px dotted #47a1b3;
}

#mla_fathersday .fathersday_yurai>div{
	display:flex;
	margin:20px 0;
}

#mla_fathersday .fathersday_yurai>div>div{
	width:33.33333333333%;
	box-sizing:border-box;
	padding:0 20px;
}

#mla_fathersday .fathersday_yurai h2{
	margin:30px 0;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	font-feature-settings:"palt";
	color:#006ba8;
}

#mla_fathersday .fathersday_yurai h3{
	margin:0 0 15px;
	text-align:center;
	font-size:17px;
	font-weight:bold;
	font-feature-settings:"palt";
	color:#47a1b3;
}

#mla_fathersday .fathersday_yurai h3 span{
	display:table;
	margin:0 auto 4px;
	padding:5px 10px;
	color:#fff;
	background-color:#47a1b3;
	border-radius:10px;
}

#mla_fathersday .fathersday_yurai p{
	text-align:justify;
	font-size:14px;
	line-height:1.7em;
	font-feature-settings:"palt";
}

#mla_fathersday .fathersday_yurai.large p{
	font-size:17px;
}

#mla_fathersday .fathersday_card{
	padding:30px 0;
	border-bottom:1px dotted #47a1b3;
}

#mla_fathersday .fathersday_card h2{
	margin:30px 0;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	font-feature-settings:"palt";
	color:#006ba8;
}

#mla_fathersday .fathersday_card h3{
	margin:0 0 15px;
	text-align:center;
	font-size:17px;
	font-weight:bold;
	font-feature-settings:"palt";
	color:#47a1b3;
}

#mla_fathersday .fathersday_card p{
	margin:0 0 30px;
	text-align:justify;
	font-size:14px;
	line-height:1.7em;
	font-feature-settings:"palt";
}

#mla_fathersday .fathersday_card>p{
	padding:0 40px;
}

#mla_fathersday .fathersday_card ul{
	padding:0 0 0 20px;
	font-size:14px;
	font-weight:bold;
	color:#006ba8;
}

#mla_fathersday .fathersday_card ul li{
	list-style-type:disc;
	margin:0 0 10px;
}

#mla_fathersday .fathersday_card>div{
	padding:0 40px;
}

#mla_fathersday .fathersday_card>div>div{
	padding:30px;
	border-top:1px solid #ddd;
}
