@charset "UTF-8";

/* TOP
====================================================*/

/* --- common --- */

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

html {
	min-width:320px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height:1.5;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	min-height:100%;
	position: relative;
	font-size:14px;
	letter-spacing:1.4;
	color:#212121;
	scroll-behavior:smooth;
}

body {
	min-height:100vh;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
}

a {
	color:#212121;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

ul {
	padding:0;
	margin:0;
}

ul li {
	list-style:none;
}

.sp_inline {
	display:inline-block !important;
}

.pc {
	display:none !important;
}

.pc_inline {
	display:none !important;
}

.w300 {
	width:300px !important;
}

.w350 {
	width:350px !important;
}

.w357 {
	width:357px !important;
}

.w406 {
	width:406px !important;
}

.w418 {
	width:418px !important;
}

.w427 {
	width:427px !important;
}

.w522 {
	width:522px !important;
}

.w558 {
	width:558px !important;
}

.w685 {
	width:685px !important;
}

.w702 {
	width:702px !important;
}

.pb20 {
	padding-bottom:20px !important;
}

.page_anchor {
	margin-top:0;
	padding-top:0;
}

.txt_u {
	text-decoration:underline !important;
}

.txt_16 {
	font-size:16px !important;
}

.txt_18 {
	font-size:18px !important;
}

.txt_20 {
	font-size:20px !important;
}


.txt_dash {
	font-family: sans-serif !important;
	letter-spacing:0;
}


/* --- header --- */

header {
	border-bottom:#E0E0E0 1px solid;
	background-color:#FFFFFF;
}

.header_wrap{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

header .logo {
	margin:10px 20px;
}

header .logo img {
	max-height:40px;
}

header .menu_wrap {
	display:none;
}

header .overlay {
	display:none;
}

header .menu_right .sns ul li.english a {
	background-color:#FA2A2D;
	background-image:url(../img/icon_en-arrow.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
}

header .menu_right .sns ul li.english a span {
	display:inline-block;
	background-image:url(../img/icon_en.png);
	background-repeat:no-repeat;
	background-position:center left;
}

header .menu_right .sns ul li.english a:hover {
	text-decoration:none;
}

header .menu_right .search_box input[type=submit] {
	display:none;
}

.fixed {
	position:fixed;
	top:0;
	left:0;
	z-index:200;
	width:100%;
}

menu {
	display:none;
}

.shop_wrap {
	width:100%;
	border-top:#E0E0E0 1px solid;
}

.shop_wrap ul {
	width:100%;
	max-width:1450px;
	margin:0 auto;
	padding:7px 12px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	line-height:1;
}

.shop_wrap ul li {
}

.shop_wrap ul li:nth-of-type(1) {
	width:50%;
	background-color:#5FC3FF;
	border-top-left-radius:30px;
	border-bottom-left-radius:30px;
}

.shop_wrap ul li:nth-of-type(2) {
	width:50%;
	background-color:#FF7862;
	border-top-right-radius:30px;
	border-bottom-right-radius:30px;
}

.shop_wrap ul li a {
	padding:13px 0;
	display:block;
	font-size:14px;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	letter-spacing:0.15em;
}

.shop_wrap ul li a:hover {
	text-decoration:none;
}


/* --- main --- */

section h2 {
	margin-bottom:5px;
	font-size:26px;
	font-weight:bold;
	text-align:center;
	letter-spacing:5;
}

section h2 + p {
	font-size:13px;
	text-align:center;
}

.more a {
	width:auto;
	margin:30px 0 50px;
	padding:15px 0;
	display:block;
	text-align:center;
	font-size:16px;
	border:#D1D1D1 1px solid;
	border-radius:30px;
	background-color:#FFFFFF;
	background-image:url(../img/more_arrow.png);
	background-repeat:no-repeat;
	background-size:24px auto;
	background-position:center right 20px;
}

.slider, .slider li {
	display:block;
}

.no1 img {
	display:block !important;
}

.no2 img, .no3 img, .no4 img , .no5 img {
	display:none !important;
}

.slider.slick-initialized .no2 img, .slider.slick-initialized .no3 img, .slider.slick-initialized .no4 img, .slider.slick-initialized .no5 img {
	display:block !important;
}

.slider.slick-initialized .slick-dots li {
	display:inline-block;
}

.slick-slide {
	height:auto;
}
 
.slick-slide img {
	width: 100%;
}

.slide-arrow {
	width:35px !important;
	position:absolute;
	top:50%;
	display:block;
	-webkit-transform:translate(0, -50%);
	-ms-transform:translate(0, -50%);
	transform:translate(0, -50%);
	cursor:pointer;
	z-index:100;
}

.prev-arrow {
	left:0;
}

.next-arrow {
	right:0;
}
 
.slick-dots {
	bottom:10px;
}

.slick-dots li + li {
	margin-left:40px;
}

.slick-dots li button:before {
	font-size:20px;
	line-height:20px;
	color:#E3E3E1;
}

.slick-dots li button:hover:before {
	color:#212121;
}

.slick-dots li.slick-active button:before {
	color:#212121;
}

.slick-dotted.slick-slider {
	margin-bottom:0 !important;
}

.yatate_banner ul {
	background-color:#000000;
	text-align:center;
}

.yatate_banner ul li:nth-of-type(3),
.yatate_banner ul li:nth-of-type(4) {
	background-color:#E50112;
}

.yatate_banner ul li img {
	margin:0 auto;
}

.event_banner ul {
	background-color:#000000;
	text-align:center;
}

.event_banner ul li img {
	margin:0 auto;
}

.top_banner ul {
	margin:20px 0;
	text-align:center;
}

.top_banner ul li {
	width:29%;
	display:inline-block;
}

.top_banner ul li +li {
	margin-left:10px;
}

.top_movie, .special {
	padding:30px 20px 30px;
	background-image:url(../img/bg_img.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top center;
}

.social {
	padding:30px 20px 30px;
	background-color:#F7F7F7;
}

.special {
	padding:30px 20px 10px;
}

.top_movie .movie_wrap {
	max-width:880px;
	margin:0 auto;
}

.top_movie .movie {
	position:relative;
	height:0;
	padding:0 0 56.25%;
	overflow:hidden;
}

.top_movie .movie iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.news {
	margin:30px 20px 0;
}

.news_genrelist, .feature_genrelist {
	width:auto;
	margin:40px auto 0;
	border:#C2C2C2 1px solid;
}

.news_genrelist ul, .feature_genrelist ul {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

.news_genrelist ul li, .feature_genrelist ul li {
	text-align:center;
	-webkit-box-flex:1;
	-ms-flex-positive:1;
	flex-grow:1;
}

.news_genrelist ul li + li, .feature_genrelist ul li + li {
	border-left:#C2C2C2 1px solid;
}

.news_genrelist ul li a, .feature_genrelist ul li a {
	padding:12px 0;
	display:block;
	font-size:10px;
}

.news_genrelist ul li.active a, .feature_genrelist ul li.active a {
	background-color:#212121;
	color:#FFFFFF;
}

.news_genrelist ul li a:hover, .feature_genrelist ul li a:hover {
	text-decoration:none;
	opacity:1.0;
	background-color:#212121;
	color:#FFFFFF;
}

.news_item_wrap, .feature_item_wrap {
	width:auto;
	margin:0 auto;
	display:none;
}

.news_item_wrap.show, .feature_item_wrap.show {
	display:block;
}

.news_item_wrap.showed, .feature_item_wrap.showed {
	display:block !important;
}

.news_item {
	padding:20px 0;
	border-bottom: 1px solid #EEEEEE;
}

.news_item {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position:relative;
}

.news_item > a {
	width:auto;
	height:auto;
	margin-right:20px;
	display:block;
}

.news_item > a img {
	width:60px;
	max-width:none;
}

.news_item .news_cont {
	width:auto;
}

.news_genre li {
	display:inline-block;
	margin-bottom:10px;
}

.news_genre li a {
	padding:3px 10px;
	background-color:#757575;
	font-size:12px;
	color:#FFFFFF;
	border-radius:6px;
}

.news_genre li a:hover {
	text-decoration:none;
	opacity:0.6;
}

.news_item .news_date {
	margin-top:0;
	font-weight:bold;
	color:#727272;
}

.news_item .news_link, .news_item .news_txt a {
	text-decoration:underline;
}

.news_item .news_link:hover, .news_item .news_txt a:hover {
	text-decoration:none;
}

.news_item .news_ttl {
	font-size:15px;
	margin:10px 0 15px;
	font-weight:bold;
}

.news_item .news_txt img, .news_item .news_txt iframe {
	display:none;
}

.news_item .news_txt {
	word-break:break-all !important;
	white-space:normal !important;
	display:-webkit-box !important;
	overflow:hidden !important;
	-webkit-line-clamp:2 !important;
	-webkit-box-orient:vertical !important;
	height:40px;
}

.news_item .news_titles {
	margin-top:20px;
}

.news_item .news_titles ul {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

.news_item .news_titles ul li {
	margin-right:5px;
	margin-bottom:3px;
}

.news_item .news_titles ul li a {
	padding:0 5px;
	font-size:12px;
	border:#727272 1px solid;
	border-radius:6px;
	color:#727272;
}

.news_item .news_titles ul li a:hover {
	text-decoration:none;
	background-color:#727272;
	color:#FFFFFF;
}

.special_item_wrap, .pickup_item_wrap {
	margin-left:0;
}

.special_item_wrap > ul, .pickup_item_wrap > ul, .footer_banner_wrap > ul{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	overflow-x:auto;
	-ms-overflow-style:none;
	scrollbar-width:none;
}

.special_item_wrap > ul::-webkit-scrollbar, 
.pickup_item_wrap > ul::-webkit-scrollbar,
.footer_banner_wrap > ul::-webkit-scrollbar {
	display:none;
}

.special_item_wrap > ul li {
	width:300px;
	-ms-flex-negative:0;
	flex-shrink:0;
	background-color:#FFFFFF;
}

.special_item_wrap > ul li + li {
	margin-left:30px;
}

.special_item_wrap > ul li a img {
	margin:0 auto;
	float:none !important;
}

.special_item_wrap .special_cont {
	width:100%;
	padding:15px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
}

.special_item_wrap .special_date {
	margin-bottom:12px;
	font-size:12px;
	color:#747474;
}

.special_item_wrap .special_ttl {
	font-weight:bold;
}

.special_item_wrap .special_txt {
	margin:12px 0;
	font-size:12px;
}

.special_item_wrap .special_tag {
	margin-top:auto;
	position:relative;
}

.special_item_wrap .special_tag li {
	width:auto;
	margin:0 5px 5px 0;
	padding:3px 5px;
	display:inline-block;
	background-color:#757575;
	font-size:10px;
	font-weight:normal !important;
	color:#FFFFFF;
	border-radius:6px;
}

.special_item_wrap a:hover {
	text-decoration:none;
}

.special_item_wrap li:hover {
	opacity:0.6;
}

.scroll_control_wrap {
	width:auto;
	margin:0 auto 30px;
	position:relative;
}

.scroll_control_wrap h2, .scroll_control_wrap p {
	display:inline-block;
}

.scroll_control_wrap h2 {
	margin-right:10px;
}

.scroll_control {
	position:absolute;
	top:0;
	right:0;
}

.scroll_control a {
	display:inline-block;
}

.scroll_control a + a {
	margin-left:1px;
}

.scroll_control img {
	width:48px;	
}

.titles .pickup {
	margin:20px 0 50px;
	padding:0 !important;
}

.titles .scroll_control_wrap {
	max-width:none !important;
	margin:0 !important;
}

.titles .pickup .subpage h2 {
    margin:0;
}

.titles .pickup .subpage h2 + p {
    margin:0 0 30px;
}


.titles .pickup_item_wrap {
    margin-left:0 !important;
}


.pickup {
	padding:30px 20px 20px;
}

.pickup_item_wrap > ul li {
	width:280px;
	-ms-flex-negative:0;
	flex-shrink:0;
}

.pickup_item_wrap > ul li img {
	width:auto;
	max-width:none;
	height:395;
	margin:0 auto;
}

.pickup_item_wrap > ul li + li {
	margin-left:20px;
}

.pickup_item_wrap > ul li div {
	margin-top:10px;
	text-align:center;
	font-weight:bold;
}

.social img {
	margin:50px auto 0;
	display:block;
}

.tw_embed {
	max-width:600px;
	max-height:570px;
	margin:50px auto 0;
	display:block;
	overflow-y:scroll;
}

.top .sns_share {
	margin:40px 0;
}


/* --- footer --- */

footer {
	margin-top:auto;
	border-top:#E0E0E0 1px solid;
	background-color:#FFFFFF;
}

#gototop {
	display:inline-block;
	position:fixed;
	bottom:41px;
	right:10px;
	z-index:3000;
}

#gototop a {
	width:45px;
	display:inline-block;
}

.footer_banner {
	width:auto;
	margin:40px auto;
	position:relative;
}

.footer_banner_control a:nth-of-type(1) {
	position:absolute;
	top:50%;
	left:10px;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
}

.footer_banner_control a:nth-of-type(2) {
	position:absolute;
	top:50%;
	right:10px;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
}

.footer_banner_control a img {
	width:25px;
}

.footer_banner_wrap > ul {
	width:auto;
	margin:0 40px;
	-ms-flex-negative:0;
	flex-shrink:0;
	background-color:#FFFFFF;
}

.footer_banner_wrap > ul li {
	width:100%;
	-ms-flex-negative:0;
	flex-shrink:0;
	background-color:#FFFFFF;
}

.footer_banner_wrap > ul li + li {
	margin-left:8px;
}

footer .notice {
	margin:30px 0 30px;
	text-align:center;
	font-size:9px;
	color:#9A9A9A;
}

footer .copyrights {
	padding:8px;
	background-color:#212121;
	font-size:8px;
	text-align:center;
	color:#FFFFFF;
}



/* Only SP */
@media only screen and (max-width: 800px) {


/* --- header --- */

.menu_sp {
	z-index:20000;
}

.menu_sp img {
	width:55px;
	padding:10px;
}

.menu_sp.open span {
	display: block;
	width: 0;
	height: 0;
	 overflow: hidden;
}

.menu_sp.open a {
	width:40px;
	height:40px;
	display:block;
	background-image:url(../img/close.png);
	background-size:40px auto;
	background-repeat:no-repeat;
	background-position:top center;
	position:fixed;
	top:0;
	right:0;
}

header .overlay.open {
	width:100%;
	height:100vh;
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
	background-color:#333333;
	opacity:0.9;
}

header .menu_wrap.open {
	width:100%;
	min-width:320px;
	display:block;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:10000;
	background-color:#FFFFFF;
	overflow-y:auto;
}


header .menu_wrap.open .menu {
	width:100%;
	margin-top:40px;
	background-color:#F2F2F2;
}


header .menu_wrap.open .menu li {
	padding:10px 20px;
	display:block;
	background-image:url(../img/footer_arrow_sp.png);
	background-size:10px auto;
	background-repeat:no-repeat;
	background-position:center right 15px;
}

header .menu_wrap.open .menu li a {
	padding:10px 20px 10px 35px;
	display:block;
	color:#6C6C6C;
	background-size:22px auto;
	background-repeat:no-repeat;
	background-position:center left;
}

header .menu li:nth-of-type(1) a {
	font-size:18px;
	background-image:url(../img/icon_home.png);
}

header .menu li:nth-of-type(2) a {
	font-size:18px;
	background-image:url(../img/icon_news.png);
}

header .menu li:nth-of-type(3) a {
	font-size:18px;
	background-image:url(../img/icon_haisin.png);
}

header .menu li:nth-of-type(4) a {
	font-size:18px;
	background-image:url(../img/icon_feature.png);
}

header .menu li:nth-of-type(5) a {
	font-size:18px;
	background-image:url(../img/icon_works.png);
}

header .menu li:nth-of-type(6) a {
	font-size:18px;
	background-image:url(../img/icon_event.png);
}

header .menu li:nth-of-type(7), 
header .menu li:nth-of-type(8),
header .menu li:nth-of-type(9),
header .menu li:nth-of-type(10) {
	background-color:#FFFFFF;
}

header .menu li:nth-of-type(7) a, 
header .menu li:nth-of-type(8) a, 
header .menu li:nth-of-type(9) a, 
header .menu li:nth-of-type(10) a {
	padding-left:0 !important;
}

header .menu_wrap.open .menu li + li {
	border-top:#E0E0E0 1px solid;
}

header .menu_wrap.open .menu li:nth-last-of-type(1) {
	border-bottom:#E0E0E0 1px solid;
}


header .menu li a {
	background-size:22px auto;
	background-repeat:no-repeat;
	background-position:top 34px center;
}

header .menu li a:hover {
	text-decoration:none;
}

header .menu_wrap.open .menu_right {
	text-align:center;
	margin:30px auto 20px;
}

header .menu_wrap.open .menu_right .sns ul li {
	display:inline-block;
	vertical-align:middle;
}

header .menu_wrap.open .menu_right .sns ul li:nth-of-type(1), header .menu_wrap.open .menu_right .sns ul li:nth-of-type(2) {
	width:100%;
	margin-left:0;
	padding-bottom:20px;
}

header .menu_wrap.open .menu_right .sns ul li:nth-of-type(2) a {
	text-decoration:underline;
}

header .menu_wrap.open .menu_right .sns ul li + li {
	margin-left:10px;
}

header .menu_wrap.open .menu_right .sns ul li.english a {
	width:100%;
	max-width:228px;
	margin:10px auto;
	padding:7px 0;
	display:block;
	border-radius:30px;
	font-size:18px;
	background-size:auto 14px;
	background-position:center right 15px;
}

header .menu_wrap.open .menu_right .sns ul li.english a span {
	padding-left:30px;
	background-size:auto 22px;
}

.search_box input[type=search],
.search_box input[type=text] {
	-webkit-appearance: none;
	display: inline-block;
	margin:30px auto 20px;
	padding: 15px 20px;
	box-sizing: border-box;
	border-radius:15px;
	border:none;
	background-color:#E8EBF0;
	background-image:url(../img/serach.png);
	background-repeat:no-repeat;
	background-size:16px auto;
	background-position:center right 15px;
}

.new_menu_wrap {
	display:none !important;
	height:0 !important;
}

header .menu_wrap.open .toBiz {
	width:100%;
	margin-top:30px;
	-webkit-box-ordinal-group:1;
	order:1;
}

.toBiz img {
	max-width:247px;
	margin:0 auto;
}


/* --- main --- */

.sp_menu_wrap  {
	margin:0;
	height:auto;
	border-top:#E0E0E0 1px solid;
	border-bottom:#E0E0E0 1px solid;
	background-color:#FFFFFF;
}

.sp_menu_wrap .menu {
	width:100%;
	margin:0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sp_menu_wrap li {
	display:block;
	width:100%;
	border-left:#E0E0E0 1px solid;
}

.sp_menu_wrap li a {
	display:block;
	padding:48px 2px 10px;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	background-size:22px auto;
	background-repeat:no-repeat;
	background-position:top 18px center;
}

.sp_menu_wrap li:nth-last-of-type(1) a {
	margin-top:1px;
	font-size:11px;
	letter-spacing:0;
}


.sp_menu_wrap li a:hover {
	text-decoration:none;
}

.sp_menu_wrap li:nth-of-type(1) a {
	background-image:url(../img/icon_news.png);
}

.sp_menu_wrap li:nth-of-type(2) a {
	background-image:url(../img/icon_haisin.png);
}

.sp_menu_wrap li:nth-of-type(3) a {
	background-image:url(../img/icon_feature.png);
	background-size:26px auto;
}

.sp_menu_wrap li:nth-of-type(4) a {
	background-image:url(../img/icon_works.png);
	background-size:30px auto;
}

.sp_menu_wrap li:nth-of-type(5) a {
	background-image:url(../img/icon_event_sp.png);
	background-size:26px auto;
	background-position:top 16px center;
}

.yatate_banner ul li img {
	width:100%;
}

.event_banner ul li img {
	width:100%;
}


/* --- footer --- */
	
.footer_menu ul {
	border-top:#E0E0E0 1px solid;
	border-bottom:#E0E0E0 1px solid;
}

.footer_menu ul + ul {
	border-top:none;
}

.footer_menu ul li {
	padding:10px 20px;
	display:block;
}

.footer_menu ul li a {
	padding:10px 20px;
	display:block;
	color:#6C6C6C;
	background-image:url(../img/footer_arrow_sp.png);
	background-size:10px auto;
	background-repeat:no-repeat;
	background-position:center right 5px;
}

.footer_menu ul li + li {
	border-top:#E0E0E0 1px solid;

}

}



/* Only PC */
@media only screen and (min-width: 801px) {

/* --- common --- */

a:hover, a:hover img {
	opacity:0.6;
}

.txt_u:hover {
	text-decoration:none !important;
}

.sp {
	display:none !important;
}

.sp_inline {
	display:none !important;
}

.pc {
	display:block !important;
}

.pc_inline {
	display:inline-block !important;
}

.pc_fixed {
	position:relative !important;
	top:auto !important;
	left:auto !important;
}

main.pc_fixed {
	margin-top:0 !important;
}


/* --- header --- */

header {
	height:180px;
	position:fixed;
	top:0;
	left:0;
	z-index:200;
	width:100%;
}

header .logo {
	width:auto;
	margin:0 30px;
}

header .logo img {
	max-height:80px;
}

header .menu_wrap {
	height:115px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

header .menu {
	margin:0;
	height:115px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

header .menu li {
	border-left:#E0E0E0 1px solid;
}

header .menu li a {
	display:block;
	width:120px;
	height:115px;
	padding-top:65px;
	font-size:16px;
	text-align:center;
	font-weight:bold;
	background-size:22px auto;
	background-repeat:no-repeat;
	background-position:top 34px center;
}

header .menu li a:hover {
	text-decoration:none;
}

header .menu li:nth-of-type(2) a {
	background-image:url(../img/icon_news.png);
}

header .menu li:nth-of-type(3) a {
	background-image:url(../img/icon_haisin.png);
}

header .menu li:nth-of-type(4) a {
	background-image:url(../img/icon_feature.png);
	background-size:26px auto;
}

header .menu li:nth-of-type(5) a {
	background-image:url(../img/icon_works.png);
	background-size:30px auto;
}

header .menu_right {
	width:450px;
	padding:20px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap: wrap;
	-ms-flex-pack:end;
	justify-content:flex-end;
}

header .menu_right .sns ul li {
	display:inline-block;
	vertical-align:middle;
}

header .menu_right .sns ul li + li {
	margin-left:4px;
}

header .menu_right .sns ul li a {
	text-decoration:underline;
	font-size:10px;
}

header .menu_right .sns ul li a:hover {
	text-decoration:none;
}

header .menu_right .sns ul li img {
	width:28px;
}

header .menu_right .sns ul li.english a {
	padding:3px 20px 3px 10px;
	display:inline-block;
	border-radius:13px;
	font-size:12px;
	background-image:url(../img/icon_en-arrow-pc.png);
	background-size:auto 10px;
	background-position:center right 7px;
}

header .menu_right .sns ul li.english a span {
	padding-left:20px;
	background-size:auto 16px;
}

.search_box {
	margin-top:15px;
	color:#A6A7A9;
}

.search_box input[type=search], 
.search_box input[type=text] {
	-webkit-appearance: none;
	display: inline-block;
	padding: 5px 20px;
	width:400px;
	box-sizing: border-box;
	border-radius: 15px;
	border:none;
	background-color:#E8EBF0;
	background-image:url(../img/serach.png);
	background-repeat:no-repeat;
	background-size:16px auto;
	background-position:center right 15px;
}

.menu_wrap .menu {
	display:none !important;	
}

menu {
	margin:0;
	padding:0;
	display:block;
}

.new_menu_wrap {
	position:fixed;
	top:180px;
	left:0;
	z-index:200;
	width:100%;
}

.new_menu_wrap .menu {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	border-bottom:#E0E0E0 1px solid;
	background-color:#FFFFFF;
}

.new_menu_wrap .menu li {
	width:20%;
	text-align:center;
	box-sizing: border-box;
}

.new_menu_wrap .menu li a {
	padding:15px 0;
	display:block;
	font-size:16px;
	font-weight:bold;
	cursor:default;
}

.new_menu_wrap .menu li a span {
	padding-left:22px;
	background-size:16px auto;
	background-repeat:no-repeat;
	background-position:top 6px left;
}


.new_menu_wrap .menu li:nth-of-type(1) a span {
	background-image:url(../img/icon_news.png);
}

.new_menu_wrap .menu li:nth-of-type(2) a span {
	background-image:url(../img/icon_haisin.png);
}

.new_menu_wrap .menu li:nth-of-type(3) a span {
	background-image:url(../img/icon_feature.png);
}

.new_menu_wrap .menu li:nth-of-type(4) a span {
	background-image:url(../img/icon_works.png);
}

.new_menu_wrap .menu li:nth-of-type(5) a span {
	background-image:url(../img/icon_event.png);
}

.new_menu_wrap .menu li a:hover {
	opacity:1.0;
	text-decoration:none;
	background-color:#000000;
}

.new_menu_wrap .menu li a:hover span {
    filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}

.new_menu_wrap .menu li.active a {
	background-color:#000000;
}

.new_menu_wrap .menu li.active a span {
    filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}

.new_menu_wrap .menu li + li {
	border-left:#E0E0E0 1px solid;
}

.sub_menu_wrap {
	width:100%;
	margin-top:-1px;
	padding:5px 0 20px;
	display:none;
	background-color:#000000;
	position:fixed;
	top:235px;
	left:0;
	z-index:200;
}

.sub_menu_wrap.show  {
	display:block;
}

.sub_menu_wrap ul {
	max-width:1140px;
	margin:0 auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

.sub_menu_wrap ul li {
	width:18%;
	margin:15px 1% 0;
	padding:8px 20px 8px 10px; 
	box-sizing: border-box;
	background-color:#FFFFFF;
	border-radius:6px;
	background-image: url(../img/top_arrow.png);
    background-size: 5px auto;
    background-repeat: no-repeat;
    background-position: center right 8px;
}

.sub_menu_wrap ul li a {
	display:block;
	font-size:14px;
	font-weight:bold;
}

.sub_menu_wrap ul.event_sub_menu li {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	align-items:center;
	position:relative;
}

.sub_menu_wrap ul.event_sub_menu li:not(:nth-of-type(1)) {
	padding:8px 0 8px 5px;
}

.sub_menu_wrap ul.event_sub_menu li:not(:nth-of-type(1)) a {
    font-size:8px;
}

.sub_menu_wrap ul.event_sub_menu li:nth-of-type(1), .sub_menu_wrap ul.event_sub_menu li:nth-of-type(2) {
	padding:8px 20px 8px 10px;
}

.sub_menu_wrap ul.event_sub_menu li:nth-of-type(6) a::after {
	content: "\A有料展示エリア";
	white-space:pre;
}

.sub_menu_wrap ul.event_sub_menu li:nth-of-type(n+5) {
	padding-right:24px !important;
	background-image:none;
}

.sub_menu_wrap ul.event_sub_menu li:nth-of-type(n+5)::after {
	content: "終了";
	color:#FA2A2D;
	font-size:10px;
	font-weight:bold;
	position:absolute;
	right:4px;
	top:50%;
	transform:translateY(-50%);
}

.sub_menu_wrap ul li a:hover {
	text-decoration:none;
}

.toBiz {
	margin:22px 20px 0 0;
}

.toBiz img {
	max-width:170px;
}

.shop_wrap {
	margin-top:-4px;
	border-top:none;
}

.shop_wrap ul {
	padding:0 12px 11px;
}

.shop_wrap ul li a {
	font-size:24px;
}



/* --- main --- */

.event_banner ul {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	justify-content:center;
}


main {
	margin-top:235px !important;
}

section h2 {
	margin-bottom:5px;
	font-size:36px;
	font-weight:bold;
	text-align:center;
	letter-spacing:5;
}

section h2 + p {
	font-size:14px;
	text-align:center;
}

.more a {
	width:450px;
	margin:60px auto 100px;
	font-size:16px;
}

.top .more a {
	margin:60px auto 60px;
}

.more a:hover {
	text-decoration:none;
}

.top .special .more a {
	margin:60px auto 0;
}

.main_img img {
	width:100%;
	height:auto;
	display:block;
}

.slide-arrow {
	width:60px !important;
}

.slide-arrow:hover {
	opacity:0.6;
}

.top_banner ul {
	margin:40px 0;
}

.top_banner ul li {
	width:auto;
}

.top_banner ul li +li {
	margin-left:40px;
}

.top_movie, .special {
	padding:60px 20px 80px;
	background-image:url(../img/bg_img.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top center;
}

.social {
	padding:60px 20px 80px;
}

.special {
	padding:60px 0;
}

.works_info {
	padding:60px 20px;
}

.works_wrap ul {
	width:1020px;
	margin:50px auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.works_wrap ul li a {
	width:320px;
	height:90px;
	margin:0 10px 20px 10px;
	display:block;
	background-color:#F7F7F7;
	background-size:35px auto;
	background-repeat:no-repeat;
	background-position:center right 30px;
}

.works_wrap ul li:nth-of-type(1) a {
	background-image:url(../img/icon_pickup.png);
}

.works_wrap ul li:nth-of-type(2) a {
	background-image:url(../img/icon_age.png);
	background-size:50px auto;
}

.works_wrap ul li:nth-of-type(3) a {
	background-image:url(../img/icon_keyword.png);
	background-size:45px auto;
}

.works_wrap ul li a:hover {
	text-decoration:none;
}

.works_wrap ul li p {
	padding:35px 0 0 25px;
	font-size:16px;
	font-weight:bold;
}

.news {
	margin:0;
}

.news_genrelist, .feature_genrelist {
	max-width:1000px;
}

.news_genrelist ul li a, .feature_genrelist ul li a {
	font-size:15px;
}

.news_item_wrap, .feature_item_wrap {
	max-width:1000px;
}

.news_item {
	margin:20px 0 0;
	padding:20px 0;
    border-bottom: 1px solid #EEEEEE;
}

.news_item > a {
	width:200px;
}

.news_item > a img {
	width:200px;
}

.news_item .news_cont {
	max-width:780px;
}

.news_item .news_titles ul li {

}

.special_item_wrap, .pickup_item_wrap {
	margin-left:calc(50% - 550px);
}

.special_item_wrap li:hover {
	opacity:0.6;
}

.scroll_control_wrap {
	max-width:1100px;
}

.pickup {
	padding:60px 20px 0;
}


/* --- footer --- */

.footer_banner {
	max-width:1200px;
}

.footer_banner_control a:nth-of-type(1) {
	left:0;
}

.footer_banner_control a:nth-of-type(2) {
	right:0;
}

.footer_banner_wrap > ul {
	max-width:1130px;
	margin:0 auto;
}

.footer_banner_wrap > ul li {
	width:276px;
}

.footer_menu {
	border-top:#E0E0E0 1px solid;
	text-align:center;
	color:#9A9A9A;
}

.footer_menu ul {
	text-align:center;
}

.footer_menu ul li {
	display:inline-block;
}

.footer_menu ul li + li {
	margin-left:25px;
}

.footer_menu ul li a {
	color:#6C6B69;
}

.footer_menu ul:nth-of-type(1) {
	margin:40px 0 5px 0;
}

.footer_menu ul:nth-of-type(1) li a {
	padding-left:13px;
	background-image:url(../img/footer_arrow.png);
	background-size:4px auto;
	background-repeat:no-repeat;
	background-position:center left;
	color:#6C6B69;
}

.footer_menu ul:nth-of-type(2) li a {
	padding:0 10px;
	font-size:12px;
	color:#9A9A9A;
}

.footer_menu ul:nth-of-type(2) {
	margin:0;
}

.footer_menu ul:nth-of-type(2) li {
	position: relative;
}

.footer_menu ul:nth-of-type(2) li + li {
	margin-left:0;
}

.footer_menu ul:nth-of-type(2) li + li:before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    height: 10px;
    margin-top: -5px;
    border-right: 1px solid #9A9A9A;
}

footer .notice {
	font-size:10px;
}

footer .copyrights {
	font-size:9px;
}

}


/* For adjust */
@media screen and (min-width: 801px) and (max-width: 1210px) {

header .logo {
	margin:0 20px;
}

header .menu li a {
	width:80px;
}

}


@media screen and (min-width: 1201px) {

.sub_menu_wrap ul.event_sub_menu li:nth-of-type(n+3)::after {
	font-size:12px;
	right:5px;
}

}
