@charset "Shift_JIS";
/* ============================================
	ページ共通
============================================ */
*
{	margin:0px;
	padding:0px;
	outline:none;
	box-sizing:border-box;
}

/* 各ブラウザ　フォント指定
----------------------------------------------------------- */
body
{	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

img
{	border:0px;
	margin:0px;
	padding:0px;
	vertical-align:bottom;
	display:block;
	height:auto;
}

.pc
{	display:block !important;
}
.sp
{	display:none !important;
}

.is-eventNone
{	pointer-events: none;
}

.mb16
{	margin-bottom: 16px;
}
.tagline a
{	line-height:0;
}
.tagline span
{	line-height:20px;font-size:80%;letter-spacing: -.4px;
}
.logo-renai img
{	width:auto;
}

@media screen and (min-width:1000px)
{	.w90p{width:90%; margin:0 auto;}
}

.hero-image
{	width: 100%;min-height: 100%;height: auto;
	position:relative;
}
.hero-image #top-movie
{	width:100%;min-height:auto;
}
.hero-image video
{	width:100%;height:auto;
	vertical-align: bottom;
	z-index: -100;
	background: url(../img/movie/poster.jpg);background-size: cover;
	object-fit: cover;
}
.global-nav
{	position:relative;
}
h1
{	position:absolute;left:50%;
}


/* h3 */
h3
{	height:24px;
	margin:0 0 10px;
	font-size:13px;
	line-height:24px;
}
h3.bgr
{	background:#fe8100;
}
h3.bgb
{	color:#fe8100;
	background:#000000;
}

@media screen and (min-width: 1000px)
{
	h3
	{	height:32px;
		margin:0 0 40px;
		font-size:16px;
		line-height:32px;
	}
}


/* ============================================
	header
============================================ */
header
{	width:100%;
	position:fixed;
	top: 0;
	left: 0;
	z-index:800;
	background-color:#fe8100;
}

header .box
{	width:100%;
	height: 80px;
	padding:0px 0% 0px 0%;
	margin:0px auto 0px auto;
}
header .box:after
{	content: ".";
	display:block;
	visibility:hidden;
	height:0px;
	font-size:0em;
	line-height:0;
	clear:both;
}
header ul
{	display: block;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	float: right;
}
header ul:after
{	content: ".";
	display:block;
	visibility:hidden;
	height:0px;
	font-size:0em;
	line-height:0;
	clear:both;
}
header ul li.link
{	display:block;
	font-size:12px;
	line-height:12px;
	color: #ffffff;
	float: left;
	padding: 32px 0px 0px 0px;
}
header ul li.link a
{	display:inline-block;
	vertical-align: middle;
	margin:0px 10px 0px 10px;
	padding:0px 0px 0px 0px;
	font-size: 14px;
	line-height: 16px;
	color: #ffffff;
	letter-spacing: 1pt;
	text-decoration: none;
	transition:all .2s ease;
}
header ul li.link a:hover
{	opacity: 0.8;
}
header ul li.logo
{	display:block;
	float: left;
	margin:35px 40px 0px 40px;
	padding:0px 0px 0px 0px;
	transition:all .2s ease;
}
header ul li.logo a
{	display:inline-block;
	margin:35px 40px 0px 40px;
	padding:0px 0px 0px 0px;
	transition:all .2s ease;
}
header ul li.logo img
{	display:block;
	width: 105px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
header ul li.logo a:hover
{	opacity: 0.8;
}


/* ============================================
	下部メニュー
============================================ */

.popular_menu
{	width: 100%;
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: auto;
	overflow: hidden;
}

.popular_menu h2
{	background:url("/com/temp4/img/titles/title_back.jpg") repeat 0% top;
	padding:10px 0;
}

@media screen and (max-width:999px)
{
	.popular_menu h2
	{	margin:20px auto 0px auto;
	}
	.popular_menu h2 img
	{	width:auto;max-height:37px;height:4vw;
		margin:0px auto 4px auto;
	}
}
@media screen and (min-width:1000px)
{
	.popular_menu h2
	{
		margin:30px auto 0px auto;
	}
	.popular_menu h2 img
	{	margin:0px auto 8px auto;
		width:auto;height:37px;
	}
}
.popular_menu h2 span
{	display: block;
	font-size: 14px;font-weight: normal;
}

.popular_menu .box
{	width: 1000px;
	position:relative;
	margin: 0px auto 10px auto;
	padding: 30px 0px 0px 0px;
}
.popular_menu ul
{	display: block;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	list-style:none;
	position: relative;
	z-index:1;
}
.popular_menu ul:after
{	content: ".";
	display:block;
	visibility:hidden;
	height:0px;
	font-size:0em;
	line-height:0;
	clear:both;
}
.popular_menu ul li
{	display:block;
	width: 480px;
	margin: 0px 40px 40px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #000000;
	float: left;
}
.popular_menu ul li:nth-child(2n)
{	margin: 0px 0px 40px 0px;
}
.popular_menu ul li:after
{	content: ".";
	display:block;
	visibility:hidden;
	height:0px;
	font-size:0em;
	line-height:0;
	clear:both;
}
.popular_menu ul li img
{	display:block;
	width:160px;
	margin:0px;
	padding:0px 0px 0px 0px;
	float: left;
}
.popular_menu ul li h3
{	display:block;
	width: 190px;
	margin: 0px 0px 0px 0px;
	padding: 45px 0px 0px 30px;
	font-size:20px;
	line-height:24px;
	color: #fe8100;
	font-weight:600;
	letter-spacing: 1pt;
	float: left;
}
.popular_menu ul li h3 span
{	display: block;
	font-size:10px;
	color: #ffffff;
}
.popular_menu ul li a
{	display:table-cell;
	width: 100px;
	height: 30px;
	vertical-align: middle;
	margin:55px 0px 0px 0px;
	padding:8px 0px 0px 0px;
	font-size:10px;
	line-height:12px;
	color: #ffffff;
	border: 1px solid #ffffff;
	font-weight:500;
	text-decoration: none;
	text-align: center;
	transition:all .2s ease;
	float: left;
}
.popular_menu ul li a:hover
{	border: 1px solid #fe8100;
	background-color: #fe8100;
}

.top_bn02 h2
{	background:url("/com/temp4/img/titles/title_back.jpg") repeat 0% top;
	padding:10px 0;
}
@media screen and (max-width:999px)
{
	.top_bn02 h2
	{	margin:20px auto 0px auto;
	}
	.top_bn02 h2 img
	{	width:auto;max-height:37px;height:4vw;
		margin:0px auto 4px auto;
	}
}
@media screen and (min-width:1000px)
{
	.top_bn02 h2
	{	margin:30px auto 0px auto;
	}
	.top_bn02 h2 img
	{	margin:0px auto 8px auto;
		width:auto;height:37px;
	}
}
.top_bn02 h2 span
{	display: block;
	font-size: 14px;font-weight: normal;
}


/*ハンバーガーボタン*/
.el_humburger
{	position: fixed;
	top: 0px;
	left: 0px;
	width: 80px;
	height: 80px;
	padding-top: 30px;
	box-sizing: border-box;
	z-index: 1000;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	pointer-events: auto;
}
.el_humburger > span
{	display: block;
	width: 20px;
	margin: 0 auto 7px;
	height: 2px;
	background: #ffffff;
	transition: all 0.3s ease-in-out;
}
.el_humburger > span:last-child
{	margin-bottom: 0;
}
.js_humburgerOpen .el_humburger > span
{	background: #ffffff;
}
.js_humburgerOpen .el_humburger > span.top
{	transform: translateY(10px) rotate(-45deg);
}
.js_humburgerOpen .el_humburger > span.middle
{	opacity: 0;
}
.js_humburgerOpen .el_humburger > span.bottom
{	transform: translateY(-8px) rotate(45deg);
}
.el_humburgerButton.el_humburgerButton__close
{	top: 2%;
	right: 2%;
}
.el_humburgerButton__close > span
{	display: block;
	width: 25px;
	margin: 0 auto;
	height: 4px;
	background: #fff;
}
.el_humburgerButton__close > span.el_humburgerLineTop
{	transform: translateY(6px) rotate(-45deg);
}
.el_humburgerButton__close > span.el_humburgerLineBottom
{	transform: translateY(-6px) rotate(45deg);
}




/* ============================================
	ナビゲーション中身
============================================ */
.uq_spNavi
{	display: none;
//	background-color: rgba(256,25,100,40%);

}
.uq_spNavi.js_appear
{	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	z-index: 900;
}
.overlay
{	background-color: #fe8100;
	cursor: cursor;
	height: 100vh;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: all 0.6s;
	visibility: hidden;
	width: 100vw;
	z-index: 100;
}
.uq_spNavi.js_appear .overlay
{
  opacity: 0.4;
  visibility: visible;
}
.uq_spNavi_screen
{	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width:500px;
	background-color:#fe8100;
	z-index: 0;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 50px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 200;
}
.js_fixed
{	position: fixed;
	width: 40%;
	height: 100%;
}
.navigation
{	width: 100%;
	max-width: 500px;
	margin: 0px auto 0px auto;
	padding: 200px 0px 100px 0px;
	position: absolute;
	left: 50px;
	right: 0;
	top: 0;
	bottom: 0;
}
.navigation ul
{	display: block;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style:none;
}
.navigation ul:after
{	content: ".";
	display:block;
	visibility:hidden;
	height:0px;
	font-size:0em;
	line-height:0;
	clear:both;
}
.navigation ul li
{	position: relative;
	display:block;
	width: 50%;
	float:left;
	margin:0px 0px 0px 0px;
}
.navigation ul li a
{	display:block;
	width:100%;
	font-size: 14px;
	line-height: 16px;
	color: #ffffff;
	padding:0px 0px 0px 0px;
	margin:0px 0px 30px 0px;
	text-decoration: none;
	transition:all .2s ease;
}
.navigation ul li a:hover
{	text-decoration:underline;
}

/* ============================================
	フッター
============================================ */
footer
{	width:100%;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	background-color: #fe8100;
}
footer .box
{	width:1000px;
	margin:0px auto 0px auto;
	padding: 80px 0px 80px 0px;
	position: relative;
}
footer .box .set01
{	width:100%;
	margin:0px auto 50px auto;
	padding:0px;
	font-size:8px;
	line-height:10px;
	color: #ffffff;
}
footer .box .set01 .link_separater
{	display:inline-block;
}
footer .box .set01 .logo
{	display: inline-block;
	vertical-align: middle;
	width: 200px;
	margin:0px 30px 0px 0px;
	padding:0px;
	color: #ffffff;
}
footer .box .set01 a.link
{	display:inline-block;
	vertical-align: middle;
	text-align: center;
	font-size:9px;
	line-height:12px;
	margin: 0px;
	padding:0px 5px 0px 5px;
	color: #ffffff;
	text-decoration: none;
	transition:all .2s ease;
}
footer .box .set01 a.link:hover
{	text-decoration:underline;
}
footer .box .set01 .group-link
{ display: inline-flex;
	flex-flow: wrap;
	width: 45%;
}
footer .box ul
{	display: block;
	margin:0px auto 50px auto;
	padding:0px;
	list-style:none;
}
footer .box ul:after
{	content: ".";
	display:block;
	visibility:hidden;
	height:0px;
	font-size:0em;
	line-height:0;
	clear:both;
}
footer .box ul li
{	display:block;
	width:310px;
	padding: 0px 0px 0px 0px;
	margin:0px 35px 0px 0px;
	float: left;
}
footer .box ul li:last-child
{	margin:0px 0px 0px 0px;
}
footer .box ul li h3
{	position: relative;
	display:block;
	padding: 0px 0px 15px 0px;
	margin:0px 0px 15px 0px;
	color: #ffffff;
	font-size: 14px;
	line-height: 16px;
	border-bottom: 1px solid #ffffff;
}
footer .box ul li h3 span
{	position: absolute;
	top: 0;
	right: 0;
	display:block;
	font-size: 10px;
	text-align: right;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}
footer .box ul li a
{	display:inline-block;
	font-size:9px;
	line-height:14px;
	margin: 0px 3px 0px 0px;
	padding:0px;
	color: #ffffff;
	text-decoration: none;
	transition:all .2s ease;
}
footer .box ul li a:hover
{	text-decoration: underline;
}
footer .box ul li a img
{	width:100%;
}

footer .box .bn02
{	display: block;
	width: 350px;
	margin:0px 0px 0px 0px;
	padding:0px;
	position: absolute;
	top:80px;
	right: 0;
}
/*
footer .box .bn02 a
{	display:inline-block;
	position:static;
	width: 150px;
	margin:0px 0px 0px 10px;
	padding:0px;
}
*/
footer .box .bn02 .bnimg
{	display:inline-block;
	position:static;
	width: 47%;
	margin:0px 1% 0px 1%;
	padding:0px;
}
/*
footer .box .bn02 a img
//{	width:100%;
{	display:inline-block;
	position:static;
	width: 150px;
	margin:0px 0px 0px 10px;
	padding:0px;
}
*/


footer .box .copyright
{	display: block;
	margin:0px auto 0px auto;
	padding:0px;
	font-size: 10px;
	line-height: 12px;
	color: #ffffff;
	text-align: center;
}
/* ============================================
	追従
============================================ */
.cta_sp
{	display:none;
}

@media screen and (max-width: 1000px)
{

/* ============================================
	フッター
============================================ */
	footer .box
	{	width:90%;
	}
	footer .box .set01 a.logo
	{	display:block;
		width: 200px;
		margin:0px 0px 20px 0px;
	}
	footer .box ul li
	{	width:30%;
		margin:0px 5% 0px 0px;
	}

}

@media screen and (max-width: 1060px)
{
	.popular_menu .box
	{	width:90%;
		margin: 0px auto 20px auto;
		padding: 30px 0px 0px 0px;
	}
	.popular_menu ul
	{	margin:0px auto 0px auto;
	}
	.popular_menu ul li
	{	width: 450px;
		margin: 0px auto 20px auto;
		float:none;
	}
	.popular_menu ul li:nth-child(2n)
	{	margin: 0px auto 20px auto;
		float:none;
	}
	.popular_menu ul li img
	{	width:120px;
	}
	.popular_menu ul li h3
	{	width: 190px;
		padding: 30px 0px 0px 30px;
	}
	.popular_menu ul li a
	{	display:table-cell;
		width: 100px;
		height: 30px;
		margin:40px 0px 30px 0px;
	}

	footer .box .bn02
	{	margin:0px auto;

	}

}


@media screen and (max-width: 768px)
{
	.pc
	{	display:none !important;
	}
	.sp
	{	display:block !important;
	}

/* ============================================
	header
============================================ */
	header .box
	{	height: 80px;
	}
	header ul
	{	display: block;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		list-style:none;
		float: right;
	}
	header ul li
	{	display:block;
		float: left;
		margin: 20px 15px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	header ul li a
	{	display:block;
		width: 40px;
		margin:0px;
		padding:0px;
		transition:all .2s ease;
	}
	header ul li a img
	{	display:block;
		width:100%;
	}
	header a.logo_sp
	{	position: absolute;
		top: 10px;
		right: 0;
		left: 0;
		display:block;
		width: 140px;
		margin:auto;
		padding:0px 0px 0px 0px;
		transition:all .2s ease;
	}
	header a.logo_sp img
	{	display:block;
		width:100%;
	}


/*ハンバーガーボタン*/
	.el_humburger
	{	position: fixed;
		top: 0px;
		left: 0px;
		width: 80px;
		height: 80px;
		padding-top: 30px;
		box-sizing: border-box;
		z-index: 1000;
		transition: all 0.2s ease-in-out;
		cursor: pointer;
		pointer-events: auto;
	}
	.el_humburger > span
	{	display: block;
		width: 20px;
		margin: 0 auto 7px;
		height: 2px;
		background: #ffffff;
		transition: all 0.3s ease-in-out;
	}
	.el_humburger > span:last-child
	{	margin-bottom: 0;
	}
	.js_humburgerOpen .el_humburger > span
	{	background: #ffffff;
	}
	.js_humburgerOpen .el_humburger > span.top
	{	transform: translateY(10px) rotate(-45deg);
	}
	.js_humburgerOpen .el_humburger > span.middle
	{	opacity: 0;
	}
	.js_humburgerOpen .el_humburger > span.bottom
	{	transform: translateY(-8px) rotate(45deg);
	}
	.el_humburgerButton.el_humburgerButton__close
	{	top: 2%;
		right: 2%;
	}
	.el_humburgerButton__close > span
	{	display: block;
		width: 25px;
		margin: 0 auto;
		height: 4px;
		background: #fff;
	}
	.el_humburgerButton__close > span.el_humburgerLineTop
	{	transform: translateY(6px) rotate(-45deg);
	}
	.el_humburgerButton__close > span.el_humburgerLineBottom
	{	transform: translateY(-6px) rotate(45deg);
	}

/* ============================================
	ナビゲーション中身
============================================ */
	.uq_spNavi_screen
	{	width:300px;
	}
	.navigation
	{	width: 200px;
		max-width:300px;
		margin:50px auto 0px 10px;
		padding: 50px 0px 100px 0px;
	}
	.navigation ul li
	{	width: 100%;
		float:none;
		margin:0px 0px 0px 0px;
	}
	.navigation ul li a
	{	font-size: 14px;
		line-height: 16px;
		margin:0px 0px 25px 0px;
	}

/* ============================================
	フッター
============================================ */
	footer .box
	{	width:85%;
		padding: 50px 0px 20vw 0px;
	}
	footer .box .set01
	{	margin:0px auto 50px auto;
		text-align:left;
	}
	footer .box .set01 a.link
	{	display:block;
		text-align:left;
	}
	footer .box .set01 .link_separater
	{	display:none;
	}
	footer .box .set01 a.logo
	{	display:block;
		width: 200px;
		margin:0px auto 30px auto;
	}
	footer .box .set01 a.link
	{	display:block;
		font-size:12px;
		line-height:30px;
		margin: 0px;
		padding:0px 5px 0px 5px;
	}
	footer .box ul
	{	margin:0px auto 0px auto;
	}
	footer .box ul li
	{	width:100%;
		margin:0px 0px 20px 0px;
		float:none;
	}
	footer .box ul li h3
	{	padding: 0px 0px 15px 0px;
		margin:0px 0px 15px 0px;
		font-size: 16px;
		line-height: 18px;
	}
	footer .box ul li h3 span
	{	font-size: 12px;
	}
	footer .box ul li a
	{	display:block;
		font-size:14px;
		line-height:16px;
		margin: 0px 0px 20px 0px;
	}
	footer .box .bn02
	{	width:100%;
		margin:0px auto 20px auto;
		position: relative;
		top:inherit;
		right: inherit;
	}
/*
	footer .box .bn02 a
	{	display:inline-block;
	//	width:49%;
		margin:0px auto;
	}
*/
//	footer .box .bn02 a img
//	{	width:100%;
//	}
	footer .box .copyright
	{	font-size: 10px;
		line-height: 18px;
	}
/* ============================================
	追従
============================================ */
	.cta_sp
	{	display: block;
		position: fixed;
		bottom:0px;
		left: 0px;
		z-index: 90;
		width:100%;
		min-width: 100%;
		padding:0px 0px 0px 0px;
		margin:0px 0px 0px 0px;
		transition:all .5s ease;
		background-color: #000000;
		opacity: 0;
		transition: all 0.65s;
	}
	.cta_sp.isActive
	{	opacity: 1;
		transition: all 0.65s;
	}
	.cta_sp ul
	{	display: table;
		width: 100%;
		margin:0px auto 0px auto;
		padding:15px 0px 15px 0px;
		list-style:none;
	}
	.cta_sp ul:after
	{	content: ".";
		display:block;
		visibility:hidden;
		height:0px;
		font-size:0em;
		line-height:0;
		clear:both;
	}
	.cta_sp ul li
	{	display:table-cell;
		width:25%;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		vertical-align: middle;
		border-right: 1px solid #ffffff;
	}
	.cta_sp ul li:last-child
	{	border-right: 0px solid #ffffff;
	}
	.cta_sp ul li.phone a
	{	display:block;
		width:100%;
		margin:0px 0px 0px 0px;
		padding:7vw 0px 0px 0px;
		vertical-align: middle;
		font-size: 3vw;
		line-height: 3vw;
		color: #ffffff;
		text-align: center;
		text-decoration: none;
		font-weight: 500;
		background:url("/com/temp4/img/icons/icon_phone04.png") no-repeat 50% top;
		background-size:6vw;
		transition:all .5s ease;
	}
	.cta_sp ul li.line a
	{	display:block;
		width:100%;
		margin:0px 0px 0px 0px;
		padding:7vw 0px 0px 0px;
		vertical-align: middle;
		font-size: 3vw;
		line-height: 3vw;
		color: #ffffff;
		text-align: center;
		text-decoration: none;
		font-weight: 500;
		background:url("/com/temp4/img/icons/icon_line01.png") no-repeat 50% top;
		background-size:6vw;
		transition:all .5s ease;
	}
	.cta_sp ul li.access a
	{	display:block;
		width:100%;
		margin:0px 0px 0px 0px;
		padding:7vw 0px 0px 0px;
		vertical-align: middle;
		font-size: 3vw;
		line-height: 3vw;
		color: #ffffff;
		text-align: center;
		text-decoration: none;
		font-weight: 500;
		background:url("/com/temp4/img/icons/icon_map04.png") no-repeat 50% top;
		background-size:6vw;
		transition:all .5s ease;
	}
	.cta_sp ul li.schedule a
	{	display:block;
		width:100%;
		margin:0px 0px 0px 0px;
		padding:7vw 0px 0px 0px;
		vertical-align: middle;
		font-size: 3vw;
		line-height: 3vw;
		color: #ffffff;
		text-align: center;
		text-decoration: none;
		font-weight: 500;
		background:url("/com/temp4/img/icons/icon_sche01.png") no-repeat 50% top;
		background-size:6.5vw;
		transition:all .5s ease;
	}
	.cta_sp ul li.other a
	{	display:block;
		width:100%;
		margin:0px 0px 0px 0px;
		padding:7vw 0px 0px 0px;
		vertical-align: middle;
		font-size: 3vw;
		line-height: 3vw;
		color: #ffffff;
		text-align: center;
		text-decoration: none;
		font-weight: 500;
		background:url("/com/temp4/img/icons/icon_menu01.png") no-repeat 50% 0.5vw;
		background-size:4.5vw;
		transition:all .5s ease;
	}

/* ============================================
	下部メニュー
============================================ */
	.popular_menu .box
	{	width:90%;
		margin: 0px auto 20px auto;
		padding: 30px 0px 0px 0px;
	}
	.popular_menu ul
	{	margin:0px auto 0px auto;
	}
	.popular_menu ul li
	{	width: 450px;
		margin: 0px auto 20px auto;
		float:none;
	}
	.popular_menu ul li:nth-child(2n)
	{	margin: 0px auto 20px auto;
		float:none;
	}
	.popular_menu ul li img
	{	width:120px;
	}
	.popular_menu ul li h3
	{	width: 190px;
		padding: 30px 0px 0px 30px;
	}
	.popular_menu ul li a
	{	display:table-cell;
		width: 100px;
		height: 30px;
		margin:40px 0px 30px 0px;
	}

}






@media screen and (max-width: 600px)
{
/* ============================================
	header
============================================ */
	header .box
	{	//height: 60px;
	}
	header ul li
	{	margin: 20px 10px 0px 5px;
	}
	header ul li a
	{	width:35px;
	}
	header a.logo_sp
	{	top: 15px;
		width: 120px;
	}
/*ハンバーガーボタン*/
	.el_humburger
	{	width: 60px;
		height: 60px;
		padding-top: 30px;
	}

	.popular_menu ul li
	{	width: 450px;
	}

}


/* ============================================
	header
============================================ */

@media screen and (max-width: 500px)
{
	.popular_menu ul
	{	margin:0px auto 0px auto;
	}
	.popular_menu ul li
	{	width:100%;
		margin: 0px 0px 20px 0px;
		float:none;
	}
	.popular_menu ul li:nth-child(2n)
	{	margin: 0px 0px 20px 0px;
	}
	.popular_menu ul li img
	{	width:20vw;
	}
	.popular_menu ul li h3
	{	width: 46%;
		padding: 4vw 0px 0px 2.5vw;
		font-size:4vw;
		line-height:5vw;
	}
	.popular_menu ul li h3 span
	{	font-size:2vw;
	}
	.popular_menu ul li a
	{	display:table-cell;
		width: 22vw;
		height: auto;
		vertical-align: middle;
		margin:5vw 0px 0px 0px;
		padding:2vw 0px 2vw 0px;
		font-size:1.8vw;
		line-height:2vw;
	}

}

@media screen and (max-width: 600px)
{

	header ul li
	{	display:block;
		float: left;
		margin: 22px 4px 0px 4px;
		padding: 0px 0px 0px 0px;
	}
	header ul li a
	{	display:block;
		width: 40px;
		margin:0px;
		padding:0px;
		transition:all .2s ease;
	}

}


@media screen and (max-width: 480px)
{

	header ul li
	{	display:block;
		float: left;
		margin: 25px 4px 0px 4px;
		padding: 0px 0px 0px 0px;
	}
	header ul li a
	{	display:block;
		width: 36px;
		margin:0px;
		padding:0px;
		transition:all .2s ease;
	}

/* ============================================
	ナビゲーション中身
============================================ */
	.uq_spNavi_screen
	{	width:220px;
	}
	.navigation
	{	width: 150px;
		max-width:160px;
		margin:50px auto 0px 0px;
		padding: 30px 0px 100px 0px;
	}

	footer .box .bn02 .bnimg
	{	display:inline-block;
		position:static;
		width: 47%;
		margin:0px 1% 0px 1%;
		padding:0px;
	}

}


@media screen and (max-width: 440px)
{
	header ul li
	{	display:block;
		float: left;
		margin: 25px 2px 0px 2px;
		padding: 0px 0px 0px 0px;
	}
	header ul li a
	{	display:block;
		width: 30px;
		margin:0px;
		padding:0px;
		transition:all .2s ease;
	}
}


@media screen and (max-width: 370px)
{
	header a.logo_sp
	{	top: 20px;
		width: 90px;
	}
	header ul li
	{	display:block;
		float: left;
		margin: 30px 2px 0px 2px;
		padding: 0px 0px 0px 0px;
	}
	header ul li a
	{	display:block;
		width: 26px;
		margin:0px;
		padding:0px;
		transition:all .2s ease;
	}

	.popular_menu ul li h3
	{	width: 42%;
		padding: 3.5vw 0px 0px 2.5vw;
		font-size:4vw;
		line-height:6vw;
	}
	.popular_menu ul li h3 span
	{	font-size:2vw;
		line-height:3vw;
	}
	.popular_menu ul li a
	{	display:table-cell;
		width: 26vw;
		height: auto;
		vertical-align: middle;
		margin:5vw 0px 0px 0px;
		padding:2vw 0px 2vw 0px;
		font-size:1.6vw;
		line-height:2vw;
	}

/*
	footer .box .bn02 .bnimg
	{	display:inline-block;
		position:static;
		width: 120px;
		margin:0px 0px 0px 0px;
		padding:0px;
	}
*/

}


/* movie-button */
.movie-button
{	text-align: center;
	margin: 3vh auto;
}
.movie-button p span
{	font-weight: 700;
}
.movie-button p a
{	display: inline-block;
	color: #fff;
	padding: 1.5em 2em;
}
.movie-button .btn-bk a
{	background: linear-gradient(225deg, transparent .5em, #000000 .5em);
}
.movie-button .btn-rd a
{	background: linear-gradient(225deg, transparent .5em, #fe8100 .5em);
}


/* ============================================
	sp版は上部固定しない
============================================ */
@media screen and (max-width:430px)
{	header
	{	position: absolute;
		height: 80px;
	}
	header .box
	{	position: absolute;
	}
	.el_humburger
	{	position: absolute;
	}

}

/* ============================================
	sp版は上部固定しない
============================================ */
.pagetop
{	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 1;
	width:80px;
	height:80px;
	opacity:0.8;
	transition: all 0.65s;
}

@media screen and (max-width: 768px)
{
	.pagetop
	{	bottom: 110px;
	}
}
@media screen and (max-width: 420px)
{
	.pagetop
	{	bottom: 70px;
		width:50px;
		height:50px;
	}
}
@media screen and (max-width: 330px)
{
	.pagetop
	{	bottom: 65px;
		width:40px;
		height:40px;
	}
}
