﻿
/* GENERAL STYLES
================================================== */
html {
    height:100%
}

body {
	color: #000;
    font-size: 16px;
    font-family: "Yu gothic", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4rem; 
	margin:0;
    padding:0;
    height:100%;
    width:100%;
    -webkit-font-smoothing:antialiased;
    -webkit-text-size-adjust:100%;
    background: url(../images/mainback.png) repeat;
}

*{box-sizing: border-box; margin: 0;padding: 0;}

ul{list-style:none;}

.wrapper {
    z-index:600;
    position:relative
}

/* .wrapper.fc{
	background: url(../images/single/bg_fc_C.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
} */

.sub .wrapper{
	background-size: 5px;
	margin-top: 80px;
}

a, a:hover, a:visited, a:active{text-decoration:none;}

.pc-none{display:none;}

/* テキスト設定 */
.caution{color: #f05602;}

.center{text-align:center!important;}

/* 入力フォーム */
input[type="text"], input[type="email"], input[type="tel"], textarea{width: 100%;}

header {
    width: 1050px;
    padding: 70px 50px 50px 80px;
    display: inline-block;
}


h1 {
    width: 300px;
    float: left;
    margin: 0;
}

h1 img {
    width: 300px;
}

.tell {
    width: 300px;
    float: right;
    font-size: 40px;
    font-style: normal;
}

.tell img.tellicon {
    width: 25px;
    padding-top: 10px;
}

.tell a {
    float: right;
}

.tell a:link {
    color: #1d2a53;
}

.tellAddress {
    padding-top: 10px;
    width: 280px;
}

.tell address {
    font-style: normal;  
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 120%;
}

.tell img {
    width: 50%;
}

.mainImg {
    width: 100%;
}

.mainMenu {
    padding: 120px;
    display:inline-block;
}

.mainMenu li {
    float: left;
    padding-right: 110px;
}

.mainMenu li:last-child {
    padding-right: 0px;
}

.mainMenu li img {
    width: 195px;
}

.mainMenu2 {
    padding: 0 120px;
    display:inline-block;
}

.mainMenu2 li {
    float: left;
    padding-right: 110px;
}

.mainMenu2 li:last-child {
    padding-right: 0px;
}

.mainMenu2 li img {
    width: 195px;
}


.obanzai {
    text-align: center;
    margin-bottom: 110px;
}

.obanzai img {
    width: 80%;
}

/* TOP_BG
================================================== */
#mainFrame {
    width: 1100px;
    margin: auto;
    background: url(../images/blueback.png) repeat;  
}

#mainBox {
    width: 1050px;
    margin: auto;
    background: url(../images/mainback.png) repeat;  
}

.map {
    width: 910px;
    height: 573px;
    padding: ;
    background: url(../images/map.png) center center / 910px 573px no-repeat;
    margin: 0 auto 170px auto;
    padding-top: 317px;
    padding-left: 20px;
}

.pc-none {
    display: none;
}

.lunchIn {
    padding-bottom: 20px;
}

.t_rightSonota {
    text-align: right;
}

.single-section .t_rightSonota img {
    width: 300px;
}

.dinnerTitle01 {
    text-align: center;
}

.single-section .dinnerTitle01 img {
    width: 500px;
    padding: 30px 0 10px 0;
}

.big-background {
    text-align:center;
    height:100%;
    min-height:100%;
    position:relative;
    overflow:hidden
}

.big-background .big-background-container {
	width: 1000px;
	max-width:100%;
	height: 100%;
    display:block;
	margin-left: auto; margin-right: auto;
	position: relative;
}

.big-background-title {
	background: rgba(39, 156, 230, 0.8);
	display: inline-block;
	width: 310px;
    height: 230px;
	padding: 30px 40px;
	position: absolute;
	bottom: 30px; left: -50px;
}

#top-head.header-sub2 {
    padding-bottom: 30px !important;
    height: 200px !important;
}

.header-sub .big-background-title{
	display: block;
    width: 150px;
    height: 120px;
	padding: 10px 8px;
	position: relative;
	margin: 0 auto 30px;
	bottom: auto; left: auto;
}

.big-background-btn:hover {
    color:#fff;
    background:rgba(255,255,255,0.20)
}

/*背景画像 */
*[class^="bg_img"]{
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	opacity: 0;
}
.bg_img01{
	background: url(../images/top/top_01.jpg);
	background-size: cover;
	background-position: center;
	animation: bgimage_fade 36s ease 0s infinite;
	opacity: 1;
}
.bg_img02{
	background: url(../images/top/top_02.JPG);
	background-size: cover;
	background-position: center;
	animation: bgimage_fade 36s ease 12s infinite;
}
.bg_img03{
	background: url(../images/top/top_03.JPG);
	background-size: cover;
	background-position: center;
	animation: bgimage_fade 36s ease 24s infinite;
}

/*背景画像切り替えアニメーション */
@keyframes bgimage_fade{
	0%{opacity:0;}
	10%{opacity:1;}
	36%{opacity:1; transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05);}
	46%{opacity:0;}
	100%{opacity:0;}
}

/*single*/

.big-background-single {
    text-align:center;
    overflow:hidden
}

#s_btn {
	width: 50px;
	height: 50px;
	background-size: 50px 50px;
}

/*HEADER MAIN-NAV
================================================== */
h1.single_logo {
    text-align: center;
    padding: 0px 0px;
    width: 10%;
    margin: auto;
    margin-top: 15px;
}

/* header */
#top-head {
    /*     top: -100px;
    position: absolute;
    width: 100%;
    z-index: 500; 
    line-height: 1;
    height: 80px;*/
    margin: 0px auto 0;
	background: none;
}

#top-head.header-sub{/* header-sub */
    padding: 70px 50px 50px 80px;
	height: 230px;
}


#mobile-head{display: none;}

/* global-nav */
.nav-menu{display: none;}
.nav-menu ul{
	display: flex; -webkit-display: flex; display: -webkit-flex; display: -ms-flex; display: -webkit-box;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-left: 0; padding-right: 50px;}
.nav-menu ul li a {
	color: #000;
	font-size: 16px;
    font-weight: 700;
}
.nav-menu ul li a:hover{color:#000;}
.nav-menu ul li.fc_item a{color: #2f7fda; position: relative;}
.nav-menu ul li.fc_item a:before{
	content: "";
	display: block;
	width: 30px; height: 20px;
	background: url(../images/icon_fc.png) no-repeat;
	background-image: 100%;
	top: -20px; left: -20px;
	position: absolute;
}
/* グレーアウト */
.nav-menu ul li.fc_item.btn_none a{color: #d4d4d4; pointer-events: none;}

.login-menu{display: table-cell; width: 8%;}
.login-menu ul{
	display: flex;
	display: -webkit-flex;
	-webkit-display: flex;
	display: -ms-flex;
	display: -webkit-box;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.login-menu ul li.fanclub a, .login-menu ul li.login a{
	background-color:#2f7fda;
	padding:3px;
	margin-right:5px;
}
.login-menu ul li.fanclub a, .login-menu ul li.login a{color: #fff;}
.login-menu ul li.fanclub a:hover,.login-menu ul li.login a:hover {color: rgba(255,255,255,0.7);}
.login-menu ul li.login.btn_none a{background-color: #d4d4d4; pointer-events: none;}
.login-menu ul li.login.btn_none a:hover{color: #fff;}

.sns-menu{display: table-cell; width: 5%;}
.sns-menu ul{
	-webkit-display: flex;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: -webkit-box;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
	padding-left: 20px;
}
.sns-menu li a img{width: 20px;}
.sns-menu li.twitter a img{height: 16.25px;}
.sns-menu li.ameblo a img{height: 23px;}
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
/* 	position: fixed; */
    background: rgba(255,255,255,.95);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
	z-index:999;
}


/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {position: relative;}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #FFF;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}


#google_translate_element {
	display: none;
	z-index: 500;
	position: absolute;
	top: 15px;
	right: 10px;
}

.headerBox {
    width: 100%;
    display: inline-block;
}


/* ABOUT SECTION
================================================== */


/*基本背景*/
.about-section {
	background: url(../images/bg_pt01.png) repeat;
	background-size: 5px;
    background-color: rgba(255, 222, 41, 0.95);
    padding:130px 0px;
}

/*青背景*/
.about-section.type02{
	background: url(../images/bg_pt02.png) repeat;
	background-size: 5px;
	background-color: rgba(136, 236, 255, 0.95);
}

/*白背景*/
.about-section.type03{
	background-color: rgba(255, 255, 255, 0.95);
}

.about-section-container {
	width: 100%;
	max-width: 1000px;
	margin-left: auto; margin-right: auto;
    padding-bottom:50px
}

/* セクションタイトル */
h2.about-section-title {
	display: inline-block;
    font-family:'Alegreya Sans', sans-serif;
    font-size:70px;
    font-weight: 800;
	color:#fff;
	text-shadow: 5px 5px 0px #125dc3;
	padding:30px 35px;
	background: #279ce6;
    margin-bottom:22px;
    background-attachment:scroll;
    background-repeat:repeat-x;
    background-position:center center;
    text-transform:uppercase
}
/* タイトル画像 */
h2.about-section-title.title-img{
	display: block;
	background:none;
	padding: 0;
}

/* btn左寄せ */
.btn_right{
	text-align: right;
	margin-top: -30px;
}

/* more */
a.about-section-btn {
    font-family:'Alegreya Sans', sans-serif;
    font-size:26px;
    text-decoration:none;
    color: #fff !important;
    background:#279ce6;
    border: 2px solid #fff;
    padding:20px 70px 20px 20px;
    cursor:pointer;
    letter-spacing:2px;
    text-align:center;
    display:inline-block;
    -webkit-transition:.3s ease-in;
	transition:.3s ease-in;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
	position: relative;
	right: 30px;
}
/* 矢印 */
a.about-section-btn:before, a.about-section-btn:after{
	content: "";
	display: inline-block;
	position: absolute;
	-webkit-transition:.3s ease-in;
	transition:.3s ease-in-out;
}
a.about-section-btn:before{
	width: 40px; height: 2px;
	background: #fff;
	top: 50%;right: 11px;
}
a.about-section-btn:after{
	width: 10px; height: 10px;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	top: 50%; right: 12px;
	margin-top: -5px;
}

/* hover */
a.about-section-btn:hover{
	-webkit-transition:.3s ease-in-out;
	transition:.3s ease-in-out;
	box-shadow: -3px 2px 6px rgba(0,0,0,0.2);
	right: 20px;
}
a.about-section-btn:hover:before{
	-webkit-transition:.3s ease-in;
	transition:.3s ease-in-out;
	width: 50px;
}

.top_bnr_area{
	text-align:center;
	padding:10px 0;
	margin-bottom: 130px;
}

.top_bnr_area>*{
	display: inline-block;
	margin-bottom: 20px;
}


/* MOVIE SECTION
================================================== */

#movie-list{
	display:block;
	margin:auto;
	width:80%;
}

.carousel {
	width:100%;
}

/* SINGLE SECTION
================================================== */

.single-section {
	width: 100%;
	max-width: 1000px;
    padding: 10px 60px 100px;
	margin: 0 auto ;
}

.wrapper.fc .single-section{background: none;}

.single-section-container {
    text-align:center;
    padding-bottom:50px;
}

.single-section-title {
    text-align: left;
}

.single-section .single-section-title img {
    width: 250px;
    margin-bottom: 20px;
}

.single-section img {
    width: 100%;
}

.single-section-titleH4{
	color:#FF9900;
	border-bottom:1px solid #FFF;
}

a.single-section-btn {
    font-family:'Alegreya Sans', sans-serif;
    font-size:13px;
    text-transform:uppercase;
    text-decoration:none;
    color:#f1c40f;
    background:transparent;
    border:2px solid #f1c40f;
    padding:10px 14px;
    cursor:pointer;
    letter-spacing:2px;
    text-align:center;
    display:inline-block;
    -webkit-transition:.4s background ease;
    -moz-transition:.4s background ease;
    -o-transition:.4s background ease;
    transition:.4s background ease;
	margin-top:10px;
}

.single-section a:link, .single-section a:visited{
	color: #0764d0;
}

.single-section #acMenu a:link, .single-section #acMenu a:visited {
	color: #0764d0;
}

.single-section a:hover{
	color: #458fe6;
}

.single-section-btn:hover {
    color:#fff;
    background: #34495e;
}

.single-inner {
	color: #000;
	display: block;
	margin: 0 auto;
	padding: 60px;
	text-align: left;
	font-size: 14px;
    background: #fff;
	border: 2px solid #279ce6;
	overflow: hidden;
}

.single-inner.bg-none{
	background: none;
	border: none;
}

.single-inner p{margin-bottom: 10px;}
		.section--white {
			background: white;
			color: #555;
		}
		.disable-mouse {
			pointer-events: none;
		}
		body.disable-scroll {
			overflow: hidden;
		      	height: 100%;
		}
		.main-title {
			color: white;
			font-size: 100px;
		}

		.btn, .tile {
			display: block;
			width: 100%;
			height: 100;
			text-decoration: none;
			color: white;
			opacity: 0.85;
			cursor: pointer;
			transition: 0.25s ease;
		}

		.download-btn {
			background: pink;
			color: #3F51B5;
			font-size: 30px;
		}
		.btn--blue {
			background: #4A90E2;
		}
		.tile-container {
			overflow: hidden;
		}
		.btn:hover,
		.tile:hover {
			opacity: 1;
		}
		.modal {
			position: fixed;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			padding: 40px;
			background: #ebd5ff;
			color: white;
			z-index: 3000;
			visibility: hidden;
			opacity: 0;
			pointer-events: none;
                	transition: 200ms ease;
        		overflow: auto;
		}
		.modal .single-section-title {
			color: #333;
		}

		.modal-close-btn {
			display: block;
			position: absolute;
			top: 0;
			right: 0;
			background: url(../images/close.png) no-repeat center;
			width: 32px;
			height: 32px;
			padding: 32px;
			opacity: 0.8;
			cursor: pointer;
			transition: 0.3s ease;
		}
		.modal-close-btn:hover {
			opacity: 1;
		}

		.modal--2 { background: #4A90E2; }
		.modal--3 { background: #FFD200; }
		.modal--4 { background: #4CBB47; }
		.modal--5 { background: #362A6C; }
		.modal.show {
			opacity: 1;
			visibility: visible;
			pointer-events: auto;
		}
		.dialog {
			background: #4A90E2;
			min-width: 300px;
			left: 50%;
			right: auto;
			top: 30%;
			bottom: auto;
			box-shadow: 0 0 0 3000px rgba(0,0,0,0.4);
			-webkit-transform: translateX(-50%);
			-moz-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			transform: translateX(-50%);
		}
		.sidebar {
			left: auto;
			width: 300px;
			background: #8BC34A;
			-webkit-transform: translateX(100%);
			-moz-transform: translateX(100%);
			-ms-transform: translateX(100%);
			transform: translateX(100%);
			opacity: 1;
			visibility: visible;
		}
		.sidebar.show {
			-webkit-transform: translateX(0);
			-moz-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0);
		}
		.sidebar__block {
			border-radius: 5px;
			background: white;
			opacity: 0.3;
			margin-top: 32px;
		}
		.quote-box__bubble {
			position: relative;
			background: white;
			padding: 16px;
			color: #555;
			border-radius: 5px;
			max-width: 480px;
			margin: 0 auto 20px;
		}
		.quote-box__bubble:after {
			content: '';
			display: block;
			position: absolute;
			top: 100%;
			left: 50%;
			width: 0;
			height: 0;
			border: 10px solid transparent;
			border-top-color: white;
			border-top-width: 10px;
		}

.title06 {
	color: #f1c40f;
	font-size: 130%;
	padding-top: 20px;
	text-decoration: underline;
}

.title07 {
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 0px;
}


.tablestyle2{
	width: 100%;
	table-layout: fixed;
}
th.tablestyle2-tit{
	font-weight: bold;
	font-size: 15px;
	border-bottom: 1px solid #aaa;
}
.tablestyle2-item{
	font-weight: normal;
	font-size: 14px;
	color: #7d7d7d;
}
.title11 {
	display: inline-block;
	width: 45%;	  
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding: 15px 0;
	border: 2px solid #fff;
	text-align: center;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
	margin-right: 9%;
}
.title11.keireki{background:#B46427;}
.title11.stage{background:#19B17D;}

.txtbtn01{display: inline-block; width: 45%;}
.txtbtn01 a{
	display: block;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding: 15px 0;
	border: 2px solid #fff;
	text-align: center;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
}
.txtbtn01 a:link, .txtbtn01 a:visited, .txtbtn01 a:hover{color: #fff;}

.txtbtn01 a:after{
	content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	margin-left: 15px;
}

.txtbtn01.stage a{
	background:#19B17D;
}
.txtbtn01.keireki a{
	background:#B46427;
}

.submitBlock {
	float: right;
	margin: 43px auto 0;
	width: 270px;
}

.seadonObanzai li {
    width: 31%;
    float: left;
    margin-right: 2%;
}

.seadonObanzai li:nth-child(3) {
    margin-right: 0%;
}

.lunch01 {
    padding: 20px 0 50px 0;
}

.lunch02 {
    padding: 0px 0 100px 0;
}

.dinnerTitle02 {
    padding-top: 110px;
    display: inline-block;
}

.single-section img.dinnerTitle02Title {
    width: 200px;
}

.single-section .dinnerTitle01 .seadonObanzai img {
    width: 100%;
}

.dinnerBox {
    display: inline-block;
    width: 100%;
    padding-top: 50px;
}

.dinnerLeft {
    float: left;
    width: 300px;
}

.dinnerRight {
    float: right;
    width: 500px;
}

.dinnerRight li {
    padding-bottom: 10px;
}

.single-section .single-section-container .takeout01 {
    text-align: left;
    padding-top: 100px;
    padding-bottom: 20px;
}

.single-section .takeout01 img {
    width: 300px;
}

.single-section .takeout02 {
    padding: 50px 50px;
}

/* NEWS
================================================== */
.news-list,.news-list-detail {
	margin: 0 auto;
	padding: 50px;
	text-align: left;
}

.news-list-detail{
	background: #fff;
    border: 2px solid #279ce6;
}

.news-list li,.news-list-detail dt {
	padding: 25px 10px 25px;
	overflow: hidden;
}

.news-list li .title03 {
      padding: 20px;
}

.mg_day {
      padding:  0px 20px 10px 20px;
}

.news-list li #gallery-1 {
      padding: 20px;
}

.news-list .news-in {
      padding: 20px;
}

.news-list-detail .title04 {
	color: #004792;
}

.news-list li { border-bottom: 1px dotted #969696; }
.news-list-detail dt { border-bottom: 1px solid #969696; }

.news-list-detail dt {
	height: auto;
	overflow: hidden;
	font-size: 100%;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.news-list span,.news-list-detail dt span {
	padding: 2px 3px;
	color: #ffffff;
	margin: 0 6px;
	font-size: 75%;
}

.news-list .live,.news-list-detail .live {
	background: #f01653;
}

.news-list .event,.news-list-detail .event {
	background: #1687f0;
}

.news-list-detail dd {
	margin: 10px;
	word-wrap: break-word;
}

.news-list-detail dd img {
	margin: 10px 0 20px;
	max-width: 780px;
	max-height: auto;
	height: auto;
}

.news-list p,.news-in,.news-in p,.news-list-detail dd p {
	font-size: 100%;
	text-align: left;
}

.news-list p {
	margin: 0 0 5px 0;
}

.title03 {
	padding-bottom: 5px;
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 24px;
	line-height: 1.8rem;
}

.single-section .news-list span.more_news a:link,.single-section .news-list span.more_news a:visited {
	padding-left: 5px;
	text-decoration: underline;
	color: #ff9900;
	font-size: 75%;
}

.single-section .news-list span.more_news a:hover,.single-section .news-list span.more_news a:active {
	color: #ffffff;
}

.title04 {
	padding-bottom: 0px;
	margin-bottom: 0;
	font-size: 125%;
}

.ssba {
	padding-top: 15px;
}

.news-list-detail .ssba img ,.ssba img {
	width: 40px;
	margin-right: 5px;
}

.side-section-container {
	width: 20%;
	float: left;
	display: inline-block;
	font-family: 'Saira Extra Condensed',sans-serif;
}

.main-section-container {
	width: 100%;
/* 	width: 80%; cate出し時 */
	/* float: left; */
	display: inline-block;
}

.d_b {
	display: block !important;
}

.d_inb {
	display: inline-block !important;
}

.d_t {
	display: table !important;
}

.news-list2 {
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	text-align: left;
}

.news-list2 li {
	width: 100%;
	overflow: hidden;
	line-height: 195%;
	color: #333;
	/* border-bottom: 2px solid #7e8696; */
}
.news-list2 li:not(:last-child){margin-bottom: 30px;}

.news-list2 li a:link,.news-list2 li a:visited {
	color: #004792;
}


.news-lis2t li { border-bottom: 1px dotted #969696; }
.news-list-detail dt { border-bottom: 1px solid #969696; }

.news-list2 .live {
	background: #f01653;
}

.news-list2 .event {
	background: #1687f0;
}

.title09 {
	margin: 0 0 0px 0;
	font-size: 13px;
	color: #004792;
}

.cate_list {
	padding: 10px 0 20px 0;
	width: 870px;
	list-style-type: disc;
	margin-bottom: 30px;
	border-bottom: 1px dotted #929292;
}

.cate_list li {
	padding: 3px 5px;
	display: inline-block;
	margin-right: 5px;
	text-align: center;
	font-size: 12px;
	border-radius: 5px;
}

.cate_list li:nth-child(1) {
	background: #9ca6ff;
}

.cate_list li:nth-child(2) {
	background: #6ca9f0;
}

.cate_list li:nth-child(3) {
	background: #86ceff;
}

.cate_list li:nth-child(4) {
	background: #6cb1ff;
}

.cate_list li:nth-child(5) {
	background: #6cddf0;
}

.cate_list li:nth-child(6) {
	background: #69e3ff;
}

.cate_list li:nth-child(7) {
	background: #60f0ea;
}

.cate_list li:nth-child(8) {
	background: #7cffd7;
}

.cate_list a:link,.cate_list a:visited {
	color: #000000;
}
.cate_list a:hover {
	color: #333333;
}

.wd100 {
	width: 100%;
}

.cate_icon {
	padding: 3px;
    background: #677279;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    margin-left: 10px;
}

.cate_new_icon {
	padding: 3px;
	background: #f5df44;
	color: #000000;
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	margin-left: 5px;
}
/* Environment
================================================== */

.title01 {
	font-size: 22px;
	margin: 50px 0 10px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #279ce6;
}

.list2 {
	padding-left: 0;
}

.list2 li {
    display: block;
}

.liststyle1,.liststyle1 li {
	list-style: circle;
}

#member-table{border: 1px solid #717171; width:100%}

#member-table tr>*{
	padding: 5px;
	border-bottom: 1px solid #ccc;
}
#member-table tr:last-child>*{border-bottom: none;}

.member-table-title{width: 200px; border-right: 1px solid #ccc;}

/* Contact
================================================== */
.contact_form {
	width: 100%;
	display: inline-block;
	margin: 30px 0;
	border-top: 2px dotted #ffffff;
	border-bottom: 2px dotted #ffffff;
	padding: 30px 0;
}

.contact_form_box {
	width: 100%;
	display: inline-block;
}

.contact_form label {
	float: left;
	width: 20%;
	padding: 10px 0;
	clear:both;
}
.contact_form .contact_a {
	float: left;
	width: 65%;
	padding: 10px 0;
 	color: #000;
}
.contact_form .contact_a input, .contact_form .contact_a textarea{width: 100%;}


.form-honbun {
	width: 100%;
	height: 250px;
}

.btn-default {
	padding: 15px 50px;
	background: #cccccc;
	color: #000000;
	border-radius: 10px;
}

.wpcf7{
	width: 700px;
    margin: 20px auto !important;
}

.wpcf7-submit {
	padding: 10px 50px;
    color: #fff !important;
    margin: 20px auto;
    background: #279ce6 !important;
    border: none;
    font-weight: bold;
    font-size: 15px;
    font-weight: bold;
    transition: 0.3s;
}

.wpcf7-submit:hover {
	transition: 0.3s;
    color: #fff !important;
    background: #125dc3 !important;
}

.wpcf7-submit2 {
	padding: 10px 50px;
	color: #000 !important;
    font-weight: bold;
	margin: 20px auto;
	background: #f5df44 !important;
    font-size: 15px;
    border: none;
    transition: 0.3s;
}
.wpcf7-submit2:hover{
	transition: 0.3s;
	background: #ffeb62;
}

.wpcf7-not-valid-tip {
	display: block;
	color: #ff0534;
}

.screen-reader-response,.wpcf7-mail-sent-ok {
	color: #ff0534;
	font-weight: bold;
	font-size: 115%;
	padding: 10px 0 0 0;
}

.wpcf7-mail-sent-ok {
	/*padding: 10px 0 30px 0 !important;*/
}

.contact_kome {
	line-height: 100%
}

/* Coming soon
================================================== */
.cstitle {
	padding: 100px 0 20px 0;
}

.comingsoon {
	padding: 50px 0 100px 0;
	color: #333333;
}

/* SMALL VIDEO BACKGROUND
================================================== */
.small-background-section {
    font-family:'Exo 2',sans-serif;
    padding:100px 0;
    position:relative;
    width:100%;
    overflow:hidden
}

.small-background-container {
    position:relative;
    text-align:center
}

.small-background-title {
    font-size:40px;
    color:#279ce6;
    font-weight:300;
    z-index:10;
    display:inline-block;
    text-transform:uppercase;
    margin-bottom:20px;
    margin-top: 20px;
    position:relative;
    background-attachment:scroll;
    background-repeat:repeat-x;
    background-position:top center
}


/*commont
================================================== */
.sub-text{
	font-size:90%;
	color:#FFF;
	width:100%;
	line-height:2em;
	padding:24px 0;
}

/* Privacy
================================================== */
.list3 {
	padding: 0;
}


/*INFORMATION
================================================== */

#topics{
	width: 100%;
	max-width:1000px;
	margin: auto;
	text-align: left;
}

h2.topics-title{
	width: 100px;
	height: 100px;
	background-color: #000;
	position:relative;
	font-size: 122%;
	margin-top: 34px;
}

h2.topics-title span{
	color:#FFF;
	position: absolute;
	top: 36%;
	text-align: center;
	display: block;
	left: 25%;
}

#topics-list{
	width: 88%;
	margin-left: auto;
	background: #fff;
	border: 2px solid #279ce6;
	padding: 30px 30px 60px;
	margin-top: -45px;
}

ul#topics-list li{
	color:#000;
	font-weight: 700;
	border-bottom:1px solid #585858;
	padding: 28px 0 12px;
	overflow: hidden;
	position: relative;
}
ul#topics-list li a, ul#topics-list li a:visited, ul#topics-list li a:hover{color:#000;}
ul#topics-list li span.update{
	font-size:16px;
	color:#7d7d7d;
	display: block;
	margin-bottom: 10px;
}

.newicon {
	background: #f5df44;
	color: #000000;
	padding: 2px 5px;
	font-size: 10px;
	vertical-align: top;
}

ul#topics-list li:after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -3px;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
}

.top_bnr{
	padding:0px!important;
}

.top_bnr li{
	display:block;
	padding:12px 0;
	width:720px;
	margin:auto;

}

.top_bnr li img{
	width:100%;
}

.socials {
	padding-left:0px!important;
}

.addtoany_list {
	padding-top: 10px;
}

.addtoany_list a{
	padding:5px;
}

.addtoany_list img{
	width: 35px !important;
	height: 35px !important;
}

.wp-pagenavi {
	margin-top: 30px;
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

/* Top_Information */

.Top_Information{
	width:720px;
	border:1px solid #CCC;
	background-color: rgba(51,51,51,0.9);
	color:#FFF;
	margin:auto;
	padding:16px;

}

.Top_Information p{
	line-height:150%;
	font-size:14px!important;
	text-align:left;
	line-height:140%;
}


/* Login
================================================== */
.t_left {
	text-align: left;
}

.gray_frame {
	padding: 20px 50px;
	border: 3px solid #777777;
	width: 80%;
	margin: 0 auto;
}
.gray_frame input {
	color: #000000;
	width: 100%;
}
.gray_frame input[type="checkbox"]{width: auto;}

.gray_frame p {
	font-size: 100%;
}

.dis_ib {
	display: inline-block;
}


.wd80p {
	width: 80%;
}

.wd95p{
	width:95%;
	margin:auto;
	display:block;
}

.wd100p {
	width: 100%;
}

.m_lr_auto {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
    overflow: hidden;
}

.gray_frame_left {
	width: 25%;
    float: left;
    text-align: left;
    padding: 5px 0 0;
}

.gray_frame_right {
	width: 60%;
	float: right;
	text-align: left;
}

.box40 {
	width: 80%;
}

.pt10 {
	padding-top: 10px;
}

.ptb20 {
	padding: 20px 0;
}

.mb20 {
	margin-bottom: 20px;
}

.mt20 {
	margin-top: 20px;
}

.fontstyle1{
    color: #ff0000;
    font-weight: bold;
}

.war_red {
	background-color:#FFF;
	border:1px solid #CCC;
	color: #ff0000;
	font-weight: bold;
	padding: 10px;
}



.war_orange{
	color: #ff9900;
}

.small {
	font-size: 50%;
}

.log_bt {
	padding: 20px 0;
}

.log_bt >input[type="submit"], .single-section .log_bt >a{
    display: block;
    width: 320px;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    padding: 15px 0;
    background: #279ce6;
    border:none;
    margin-left: auto; margin-right: auto;
    transition: 0.3s;
}

.log_bt >input[type="submit"]:hover, .single-section .log_bt >a:hover{
    transition: 0.3s;
    color: #fff;
    background: #125dc3;
}

.bold {
	font-weight: bold;
}

#login_errmesg {
	color: #ffffff;
	padding-bottom: 10px;
}

.log_btn{
	width:20%;
	text-align:center;
	background-color:#000;
	color:#FFF!important;
	padding:6px 25px;
}


/* FC
================================================== */

.single-section-title2 {
	border-bottom: 1px solid #279ce6;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 25px;
	margin: 40px 0 10px;
	padding-bottom: 17px;
}

.kome {
	padding-left: 40px;
}

.single-inner.about_fc{
	background: none;
	border: none;
}

.about_fc .agree {
	border: 2px solid #e1e1e1;
	padding: 10px 20px;
	margin-top: 20px;
	height: 200px;
	overflow: auto;
}

/* FC Carrier
================================================== */
.flow_area{margin-top: 30px;}

.fc_carieer .commonbtn{
	width: 100%;
	max-width: 300px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	margin-left: auto; margin-right: auto;
}

.fc_carieer .commonbtn>*{
	display: block;
	padding: 20px 30px;
	color: #000 !important;
	background-color: #f5df44;
	background-image: none;
	font-size: 16px;
    font-weight: 500;
}

.btn_list_box{
	padding: 25px 0 20px;
	border-bottom: 1px dotted #dbdbdb;
	background:#fff;
}

.btn_list_box .btstyle01{margin-bottom: 10px;}

.small_cap{
	text-align:center;
	font-size: 13px;
	margin-bottom: 10px;
}
.small_cap a, .small_cap a:hover,.small_cap a:visited,.small_cap a:active{
	text-decoration:underline;
	color:#ff0f64 !important;
}

.title05 {
	color: #fff;
    background-color: #279ce6;
	padding: 15px 0;
	margin: 20px 10px;
	text-align: center;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 200%;
}

.title10 {	  
      color: #000;
	  font-size: 24px;
	  font-weight: bold;
      margin: 20px;
      padding: 15px 0;
      text-align: center;
}

.pt0 {
      padding-top: 0 !important;
}

.fanmenu a:hover {
	opacity: 0.5;
}

.ticket_bt01 {
	width: 330px;
	float: left;
	padding: 0 0 0 70px;
}

.ticket_bt_center{
	width:100%;
	text-align:center;
	display:block;
	margin:auto;
}

.ticket_bt02 {
	width: 330px;
	float: left;
}


.btn_2nd {
	width: 300px;
	height: 150px;
	background: url(../images/fanpage/2nd_bt.jpg);
	border: 0px;

}


.photo-list li {
	width: 45%;
	float: left;
	padding: 0 5% 20px 0;
}

.photo-list li img {
	width: 100%;
	border: 1px solid #bfbbbb;
}


.gallery-item{
    width: 33%;
    float: left;
    overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}

/* Live/Event
================================================== */
.tablestyle1 {
	margin: 30px auto 50px auto;
	width: 700px;
}

.tablestyle1 th {
	padding: 20px 30px;
	background: #6763ad;
	color: #ffffff;
	text-align: center;
	border-bottom: 2px solid #ffffff;
}

.tablestyle1 td {
	width: 400px;
	padding: 20px 30px;
	border-bottom: 2px dotted #cccccc;
}
/* Mypage
================================================== */
.mypage_menu {
	width: 240px;
	float: left;
}

.mypage_data {
	width: 530px;
	float: right;
}

.mypage_menu ul {
	margin: 0;
	padding: 0;
}

.mypage_menu li {
	list-style: none;
/* 	overflow: hidden; */
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
}

.mypage_menu li:last-child {
	border-bottom: none;
}

.mypage_menu li a {
	display: block;
	position: relative;
	z-index: 10;
	height: 40px;
	margin: 0;
	padding: 0px 10px 0px 50px;
	background: #279ce6;
	color: #fff;
	font-size: 12px;
	line-height: 40px;
	font-weight: bold;
	text-decoration: none;
}

.mypage_menu li a:link,.mypage_menu li a:visited {
	color: #ffffff;
}

.mypage_menu li a:hover {
	background: #cccccc;
}

.mypage_menu li a:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 19px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.mypage_menu li a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 25px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #434343;
}

.mypage_data_in {
	margin-top: 0;
	border: 3px solid #ebebeb;
}

.mypage_data_in dt {
	background: #279ce6;
	font-size: 130%;
	padding: 10px;
	color: #ffffff;
	font-weight: bold;
}

.mypage_data_in dd {
	background: #ffffff;
	font-size: 120%;
	padding: 10px;
	margin: 0;
    color: #000;
}

.note-area {
	border: 1px dotted #3a3a3a;
	padding: 20px 15px 10px;
	margin-top: 20px;
}

.note-title {
	font-weight: bold;
	color: #e21742;
	padding-bottom: 5px;
	font-size: 16px;
}


.title08 {
	color: #ff9900;
	font-size: 130%;
	padding-top: 0px;
	margin-top: 0;
}

.change_pass {
	width: 100%;
}

.change_pass label {
	display: block;
}

.mailmagazineForm .change_pass_text {
	width: 500px;
	margin: 0 0 20px 0;
}

.new_pass {
	padding: 20px 0 10px 0;
}

.new_pass span {
	font-weight: bold;
	font-size: 120%;
}

.change_pass_box {
	width: 520px !important;
	margin: 0 auto;
	display: block;
}

.change_pass_box .submitBlock {
	width: 520px !important;
	float: none;
	text-align: center;
}

.pass_retype {
	width: 100%;
	border-spacing: 5px;
	border-collapse: separate;
}

.pass_retype th {
	background: #cccccc;
	padding: 10px;
	color: #000000;
	width: 30%;
}

.pass_retype td {
	padding: 10px;
	border: 1px solid #cccccc;
}

.single-inner p.fs120 {
	font-size: 120%;
}

.mypage_set1 {
	text-align: center;
}

.t_center {
	text-align: center !important;
}



/* Present
================================================== */
.present_page {
	color: #ffffff;
}

.topbtn {
	text-align: center;
}

.present_page input,.topbtn a {
	width: 200px;
	padding: 20px;
	border: none;
	background: #ff0066;
	font-size: 18px;
	font-weight: bold;
	display: block;
	margin: 0 auto;
}

.topbtn a:link,.topbtn a:visited,.topbtn a:hover {
	color: #ffffff;
}

.mbpb0 {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.presentUl {
	width: 100%;
	margin: 0;
	padding: 0;
}

.presentUl li {
	width: 100%;
	border-bottom: 1px solid #ffffff;
	text-align: left;
	padding: 10px 0;
}

.pre_data {
	color: #ffffff;
}

.pre_new {
	color: #ff0066;
}
/* ボタン
================================================== */
.btstyle {
	text-align: center;
	padding: 20px 0;
}

.btstyleSubmit{
    padding: 13px;
    background-color: #e4e4e4;
    width: 50%;
    text-align: center;
}

.btstyle a,.btstyle input[type="submit"] {
	display: block;
	background: -moz-linear-gradient(left,  #e5678d 0%, #6763ad 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #e5678d 0%,#6763ad 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #e5678d 0%,#6763ad 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5678d', endColorstr='#6763ad',GradientType=1 ); /* IE6-9 */
	padding: 20px 30px;
	width: 400px;
	font-size: 15px;
	border: 3px solid #fff;
	font-weight: bold;
	margin: 0 auto;
	color: #ffffff;
}

.btstyle a:link,.btstyle a:visited {
	color: #ffffff;
}

.btstyle a:hover,.btstyle input:hover{
	color: #cccccc;
	opacity: 0.5;
}

.width100 {width: 100%;}

.btstyle01{text-align: center;}
.btstyle01 a{
	background: #fff;
    border: 4px double #95b3bb;
    border-radius: 50px;
    display: inline-block;
    font-size: 18px;
	font-weight: bold;
	color:#000 !important;
    line-height: 30px;
    padding: 10px 0;
    text-align: center;
    text-shadow: 0 0 3px rgb(255, 255, 255);
	width: 100%;
	max-width: 420px;
	box-shadow: 0px 0px 10px 0px rgba(7, 92, 152, 0.3) inset;
	position: relative;
}
.btstyle01 a:hover, .btstyle01 a:visited, .btstyle01 a:active{color:#000 !important;}
.btstyle01 a:after{
	content: "";
    display: inline-block;
    width: 10px; height: 10px;
    border-left: 1px solid #95b3bb;
    border-top: 2px solid #618994;
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 30px;
	margin-top: -7px;
	transition: 0.3s;
}
.btstyle01 a:hover:after{
	right:20px;
	transition: 0.3s;
}


.btnstyle3｛text-align: center;}
.btnstyle3>*{
    display: block;
    max-width: 300px;
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
    background: #125dc3;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

/*footer
================================================== */

#footer{
    background-color:#1d2a53;
	padding:50px 0;
	color: #ffffff;
}

#footer a:link, #footer a:visited{
	color:#ffffff!important;
}

.footer_ac{
	padding:0;
	text-align: center;
}

ul.footer_ac li{
	display: inline-block;
	font-size: 13px;
	text-decoration: #333;
}
ul.footer_ac li:not(:last-child){margin-right: 20px;}

.footer-menu{
	width: 100%;
	max-width: 1000px;
	margin-left: auto; margin-right: auto;
}

small{display: block; font-size: 12px; text-align: center; margin-top: 40px;}

video::-internal-media-controls-download-button {
 display:none;
}

video::-webkit-media-controls-enclosure {
 overflow:hidden;
}

video::-webkit-media-controls-panel {
 width: calc(100% + 30px); /* Adjust as needed */
}


/*===========================================================
メンバーギャラリー　lightbox
===========================================================*/
#lightbox{
	top: 30%!important;
}

#outerImageContainer{
    width: 660px!important;
    height: auto!important;
}

#lightboxImage {
    width: 640px!important;
     height: auto!important;
}

#imageDataContainer{
    width: 660px!important;
}

#hoverNav a{
    width: 15%!important;
    height: 100%!important;
}


.button1 {
	color:#ffffff;
	background:transparent;
	border-width:2px;
	border-style: solid;
	border-color: #279ce6;
	position:relative;
	margin:1em;
	display:inline-block;
	padding: 1.5em 1em;
	transition:all 0.5s ease-in-out;
	text-align:center;
	font-family:comfortaa;
	font-weight:bold;
	background: #279ce6;
	width: 100%;
	font-size: 18px;
	letter-spacing: 5px;
}

.button1:before, .button1:after {
	content:'';
	display:block;
	position:absolute;
	border-color:#279ce6;
	box-sizing:border-box;
	border-style:solid;
	width:2em;
	height:2em;
	transition:all 0.5s ease-in-out;
}

.button1:before {
	top:-6px;
	left:-6px;
	border-width:2px 0 0 2px;
	z-index:5;
}

.button1:after {
	bottom:-6px;
	right:-6px;
	border-width:0 2px 2px 0;
}

.button1:hover:before, .button1:hover:after {
	width:calc(100% + 12px);
	height:calc(100% + 12px);
	border-color:#40e0e2;
}

.button1:hover {
	color:#353535;
	background-color:#40e0e2;
	border-color:#40e0e2;
}

.panel {
	max-width:960px;
	text-align:center;
	position:relative;
	margin:auto;
}

.single-section a.button1:link,.single-section a.button1:visited {
	color: #ffffff;
}

.single-section a.button1:hover {
	color: #515151;
}

.eyecatch-list li {
	clear: both;
	margin-bottom: 30px;
	display: inline-block;
}

.eyecatch-list li h3 {
	margin-bottom: 10px;
}

.eyecatch_img {
	width: 150px;
	float: left;
}

.eyecatch_img img {
	width: 150px;
	height: auto;
}

.eyecatch-list .mg_day {
	width: 700px;
	float: right;
	text-align: left;
}

.character-in {
	padding: 50px 0;
}

.character-in-detail {
	margin-top: 50px;
}

.character-in-detail dt {
	border-bottom: 1px solid #969696;
	margin-bottom: 30px;
}

.character-in-detail dt .title04 {
	color: #004792;
	text-align: left;
	margin-bottom: 10px;
}

.character-in-detail p,.character-in-detail dd p {
	font-size: 100%;
	text-align: left;
}

.character-in-detail img {
	max-width: 600px;
	max-height: 600px;
	width: auto;
	height: auto;
	text-align: center;
	margin: 0 auto 30px;
}

.el1 .eyecatch-list li {
	width: 438px;
	float: left;
}

.el1 .eyecatch-list .mg_day {
	width: 285px;
	height: 150px;
	float: right;
	text-align: left;
	overflow: hidden;
}

.form1 .wpcf7-text {
	width: 600px;
}

.form1 textarea {
	width: 700px;
}

.form1 .wpcf7-submit {
	padding: 20px 80px;
}

.comingsoon {
	text-align: center;
	padding: 100px 0 100px;
}

.single-section .dinnerTitle01 .dinner01{
    width: 100%;
}


/* .single-section{
	position: relative;
    background: #effcff;
	padding-top: 80px;
	padding-bottom: 50px;
} */