@charset "shift_jis";
/* CSS Document */



/* common */

body{
	font-family:dnp-shuei-mgothic-std, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
	word-break:break-all;
	background-color: #333;
	background-size: cover, cover;
	background-position: center center;
	background-attachment: fixed, fixed;
}

img{
	max-width:98%;
	height:auto;
	margin:auto;
}

p{
	line-height:120%;
	text-align:left;
}

p.indent-1 {
	padding-left:1em;
	text-indent:-1em;
}

table{
	width:auto;
	margin:auto;
}

th,td{
	vertical-align:top;
	font-weight:normal;
}

th{
	border-radius: 5px;
	text-align: center;
	color: #FFF;
	white-space: nowrap;
	font-weight: bold;
}
td{
	text-align: left;
}
a{
	color: #FC64AD;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
a:hover{
	opacity:0.8;
}

h3{
	font-size:180%;
	line-height:100%;
	margin-top:0.5em;
	margin-bottom:1em;
	text-align: center;
}
h3 span{
	font-size:50%;
}

.h3_wrap {
 text-align: center;
 }
 .h3_wrap h3 {
 position: relative;
 display: inline-block;
 padding-bottom: 15px;
 color: #E74392;
 font-size: 22px;
 font-size: 1.375rem;
	 margin-top: 2em;
 }
 .h3_wrap h3::before {
 content: "";
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 border-bottom: 4px solid #E74392;
 width : 100% ;
 width : -webkit-calc(100% - 100px) ;
 width : calc(100% - 100px) ;
 margin: 0 auto;
 }
 .h3_wrap2 h3 {
 position: relative;
 display: inline-block;
 padding-bottom: 15px;
 color: #35BFF0;
 font-size: 22px;
 font-size: 1.375rem;
 }
 .h3_wrap2 h3::before {
 content: "";
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 border-bottom: 4px solid #35BFF0;
 width : 100% ;
 width : -webkit-calc(100% - 100px) ;
 width : calc(100% - 100px) ;
 margin: 0 auto;
 }
 


h4.pink{
	color:#E84392;
	border-left:4px solid #E84392;
	padding:0.2em;
	padding-left:8px;
	border-radius:0px;
	text-align:left;
	margin-top:20px;
	margin-bottom:20px;
	background:#FDF3F3;
}

li{
	margin-left:2em;
	text-align: left;
}

img{
	vertical-align:top;
}

a img{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
a img:hover{
	opacity:0.8;
}

p{
	margin:5px;
}

input, textarea{
	background:#FFF;
	border:1px solid #CCC;
	border-radius:5px;
	padding:3px 8px;
	min-width:400px;
}

input[type="submit"]{
	background:#21AC38;
	text-align:center;
	display:block;
	color:#FFF;
	border-radius:3px;
	margin:1em auto;
	padding:10px 50px;	
}
input[type="submit"]:hover{
	opacity:.8;
	text-decoration:none;
	cursor:pointer;
}

.far, .fas, .fa{
	margin-right:0.5em;
	font-size:120%;
	padding-top:5px;
}

.box1000{
	width:1000px;
	max-width:100%;
	margin:auto;
}
.box1200{
	width:1200px;
	max-width:100%;
	margin:auto;
}
.box640{
	width:640px;
	max-width:100%;
	margin:auto;
}

.boxNoBack{
	background: rgba(255,255,255,0);
	padding: 1em;
	margin: 1em auto;
	border-radius: 5px;
	color: #FFF;
}
.boxNoBack h3{
	color: #FFF;
}
.boxNoBack .h3_wrap h3::before{
	border-bottom:4px solid #FFF;
}


.boxWhiteBack{
	background: rgba(255,255,255,1) ;
	padding: 1em;
	margin: 1em auto;
	border-radius: 5px;
	color: #444;
}

.textCenter{
	text-align:center;
}
.textRight{
	text-align:right;
}
.textLeft{
	text-align:left;
}

.fs20{
	font-size:20px;
}
.fs24{
	font-size:24px;
}
.fs30{
	font-size:30px;
}
.fs36{
	font-size:36px;
}

.small{
	font-size:70%;
}
.smaller{
	font-size:90%;
}
.larger{
	font-size:110%;
}
.large{
	font-size:130%;
}

.red{
	color:#E9572E !important;
}
.blue{
	color:#009ADF;
}
.yellow{
	color: #EDF15F;
}
.pink{
	color:#009ADF;
}
.caution{
	font-size:smaller;
	color:#666;
}
.hissu{
	background:#E9572E;
	color:#FFF;
	font-size:9px;
	padding:3px 8px;
	border-radius:5px;
	margin-left:10px;
}

a.linkDisabled{
	opacity:0.4;
	pointer-events: none;
	color:#666 !important;
}

.blueBack{
	background:url(../images/blueBack.png) fixed;
	text-align:center;
	padding:3em 10px;
	background: none;
	}
.grayBack{
	background:url(../images/grayBack.png) fixed;
	text-align:center;	
	background: none;
}
.pinkBack{
	background:url(../images/pinkBack.png) fixed;
	text-align:center;	
	background: none;
}
.flowerBack{
	background:#000 url(../images/flowerBack.jpg) top center fixed no-repeat;
	text-align:center;
	background-size:cover;
	color:#FFF;
}
.noBack{
	background:#FFF;
	text-align:center;	
}
.navyBack{
	background:rgba(43,31,134,0.05);
}
.navyBack strong{
	color:#2B1F85;
}
.historyBack{
	background:#000;
	color:#FFF;
	text-align:center;
	padding:1.5em 10px;
}

.historyBack h3{
	font-size:110%;
}
.historyBack ul{
	text-align:center;
	margin-bottom:0px;
	padding-bottom:0px;
}

.historyBack ul li{
	display:inline-block;
	margin:5px 0px;
	width:auto;
	word-break:break-all;
}
.historyBack img{
	max-height:72px;
	width:auto;
	height:auto;
}

.btnGreen{
	background:#8EB730;
	color:#FFF;
	border-radius:3px;
	padding:20px;
	font-size:120%;
	max-width:96%;
	display:inline-block;
}
.btnGreen_s{
	background:#8EB730;
	color:#FFF;
	border-radius:3px;
	padding:5px 20px;
	font-size:120%;
	max-width:96%;
	box-sizing:border-box;
}
.ticketBtn{
	background-color: #10AC7E;
	color: #FFF;
	border-radius: 3px;
	padding: 10px;
	margin: 10px;
	font-size: 120%;
	max-width: 96%;
}

.ticket td{
	padding: 10px 2px;
	box-sizing: border-box;
}

.ticket .otoku{
	margin-top: -30px;
	text-align: center;
}
.ticket .otoku img{
	width: 80%;
}

.btnBlue{
	background:#009ADF;
	color:#FFF;
	border-radius:3px;
	padding:8px;
	font-size:120%;
	display:block;
	width:130px;
	max-width:96%;
	text-align:center;
	margin:10px auto;
}
.btnYellow{
	background:#FFC926;
	color:#FFF;
	border-radius:3px;
	padding:8px;
	font-size:120%;
	display:block;
	width:130px;
	max-width:96%;
	text-align:center;
	margin:10px auto;
}
.btnPink{
	background:#E74392;
	color:#FFF;
	border-radius:3px;
	padding:8px;
	font-size:120%;
	display:block;
	width:130px;
	max-width:96%;
	text-align:center;
	margin:10px auto;
}
.kikakuBtn .btnPink{
	background:#E74392;
	color:#FFF;
	border-radius:3px;
	padding:8px;
	font-size:120%;
	display:block;
	width:130px;
	max-width:96%;
	text-align:center;
	margin:10px auto;
	border-bottom:none;
}
.btnDisabled{
	background:#DDDDDD;
	color:#FFF;
	border-radius:3px;
	padding:8px;
	font-size:120%;
	display:block;
	width:130px;
	max-width:96%;
	text-align:center;
	margin:10px auto;
	pointer-events: none;
}

/* header */

header{
	overflow:hidden;
	display:block;
	position:fixed;
	background:#000;
	width:100%;
	z-index:1000;
	padding-top: 6px;
	padding-bottom: 10px;
}

header .box{
	position:relative;
	width:100%;
	margin:auto;
}

header h1{
	text-align: center;
	padding:0% 1%;
	height: 80px;
}
header h1 img{
	width:auto;
	height: 100%;
}

header nav{
	display:inline-block;
	width:100%;
	margin:0%;
	font-size:14px;
	font-size:80%;
	font-weight:bold;
	overflow: hidden;
	vertical-align: top;
}

@media screen and (max-width:1250px) {
header nav{
	display:inline-block;
	width:100%;
	}
}
nav .nav-red{
	background:url("../images/menuBack-right.png") right no-repeat, #E43A42 url("../images/menuBack-left.png") left no-repeat;
	background-size: contain;
}
nav .nav-yellow{
	background:url("../images/menuBack-right.png") right no-repeat, #F6CC01 url("../images/menuBack-left.png") left no-repeat;
	background-size: contain;
}
nav .nav-orange{
	background:url("../images/menuBack-right.png") right no-repeat, #F66724 url("../images/menuBack-left.png") left no-repeat;
	background-size: contain;
}
nav .nav-purple{
	background:url("../images/menuBack-right.png") right no-repeat, #652E9E url("../images/menuBack-left.png") left no-repeat;
	background-size: contain;
}
nav .nav-blue{
	background:url("../images/menuBack-right.png") right no-repeat, #48BBD4 url("../images/menuBack-left.png") left no-repeat;
	background-size: contain;
}
nav .nav-green{
	background:url("../images/menuBack-right.png") right no-repeat, #238C00 url("../images/menuBack-left.png") left no-repeat;
	background-size: contain;
}
nav .nav-pink2{
	background:url("../images/menuBack-right.png") right no-repeat, #E74392 url("../images/menuBack-left.png") left no-repeat;
	background-size: contain;
}
nav .nav-pink{
	background:url("../images/menuBack-right2.png") right no-repeat, #FFA3B0 url("../images/menuBack-left2.png") left no-repeat;
	background-size: contain;
}
nav .nav-lightBlue{
	background:url("../images/menuBack-right2.png") right no-repeat, #AED8FD url("../images/menuBack-left2.png") left no-repeat;
	background-size: contain;
}
nav .nav-lightPurple{
	background:url("../images/menuBack-right2.png") right no-repeat, #C3A0E5 url("../images/menuBack-left2.png") left no-repeat;
	background-size: contain;
}
nav .nav-lightOrange{
	background:url("../images/menuBack-right2.png") right no-repeat, #FFBF98 url("../images/menuBack-left2.png") left no-repeat;
	background-size: contain;
}
nav .nav-lightYellow{
	background:url("../images/menuBack-right2.png") right no-repeat, #FFFC8D url("../images/menuBack-left2.png") left no-repeat;
	background-size: contain;
}
nav .under{
	background-color:#666;
	opacity: 0.5;
}
header nav .under a{
	pointer-events: none;
}
header nav ul{
	width:100%;
	text-align:center;
	margin: 0px;
}
header nav li{
	list-style:none;
	float:left;
	width:9%;
	text-align:center;
	vertical-align:middle;
	margin:1px 0px;
	padding: 1px 2px;
}

header nav#tifNav{
	color:#FFF;
}

header nav#tifNav .menuTitle{
	color:#E84392;
	background:#FFF;
	padding:2px 10px;
	display:inline-block;
	border-radius:2px;
	margin-top:5px;
}
header nav#tifNav a{
	color:#E84392;
	color: #FFF;
}
header nav#tifNav ul{
	padding: 0em 0px;
	padding-left: 10px;
}


header nav#tipNav{
	color:#FFF;
	width: 100%;
	height: 100%;
	text-align: right;
	margin-top: -10px;
}
header nav#tipNav ul{
	text-align:right;
	margin: 0px;
	display: flex;
	justify-content: flex-end;
	padding-right: 10px;
}
header nav#tipNav .menuTitle{
	color:#35BFF0;
	background:#FFF;
	padding:2px 10px;
	display:inline-block;
	border-radius:2px;
	margin-top:5px;
}
header nav#tipNav li{
	list-style:none;
	width:9%;
	text-align:center;
	vertical-align:middle;
	margin:1px 0px;
	padding: 4px 2px;
}
header nav#tipNav a{
	color:#35BFF0;
	color: #FFF;
	width: 100px;
}
header nav#subNav{
	width:auto;
	position:absolute;
	top:0px; right:0px;
	padding: 2px 10px;
}
header nav#subNav li{
	list-style:none;
	float:none;
	width:auto;
	text-align:center;
	vertical-align:middle;
}
header nav#subNav a{
	border:1px solid #666666;
	color:#666666;
	background: #FFF;
	padding:1px 8px;
	margin:1px 2px;
	display: block;
	font-size: 90%;
	line-height: 160%;
}
header nav#subNav li:first-child a{
	border:2px solid #EE806F;
	color:#EE806F;
	background: #FFF;
	padding:0px 5px;
	margin:2% 2px;
}

/* main */


main{
	/*background:url(../image/photo1.jpg) top center no-repeat;*/
	/*background:url(../image/photo2.jpg) top -350px center no-repeat;*/
	background-size:cover;
	text-align:center;
	padding:0px;
	padding-top:210px;
}

main img{
	max-width:100%;
	height:auto;
	margin:auto;
}
main .swiper-slide{
	width:auto;
	max-width:90%;
}

main .swiper-slide-next, main .swiper-slide-prev{
	background:#000;
	pointer-events: none;
}
main .swiper-slide-next img, main .swiper-slide-prev img{
	opacity:0.5;
}

main h2{
	background:url(../images/tif_h2Back.jpg);
	background-size:cover;
	background-position: bottom;
	text-align:center;
	color:#FFF;
	font-size:180%;
	line-height:100%;
	padding:1em 1em;
}
main h2 span{
	font-size:60%;
}
main h2.tip_h2{
	background:url(../images/tip_h2Back.jpg);
	background-size:cover;
	background-position: bottom;
}

/* section */

section{
	padding:2em 1em;
	clear:both;
}

.kikakuTD{
	position:relative;
	padding-bottom:50px;
}
.kikakuBtn{
	position:absolute;
	bottom:0px;
	text-align:center;
	width:100%;
}

.greeting p{
	margin-bottom:1em;
}

.youtubeBox{
	width:1200px;
	max-width:100%;
	margin:auto;
}
.youtube {
  position: relative;
  width: 49%;
  padding-top: 28.125%;
  float:;
  margin:0.3% auto;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.youtube2 {
  position: relative;
  width: 60%;
  margin:0.3% auto;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
	line-height: 110%;
	padding: 10px;
	display:table-cell;
}
.youtube2 iframe {
  width: 60% !important;
  height: 100% !important;
}
.youtube3 {
  width: 33%;
  margin:0.3% auto;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
	line-height: 110%;
	padding: 10px;
	display:table-cell;
	display: inline-block;
}
.youtube3 iframe{
  width: 100%;
	height: 245px;
}
.youtube3 img{
  width: 100%;
	height: auto;
}

.bnr ul{
	text-align: center;
}
.bnr li{
	display:inline-block;
	width:24%;
	margin:0.3%;
	list-style:none;
	padding:0px;
	text-align: center;
	background: #222;
	border-radius: 5px;
}
.bnr li a{
	color: #FFF;
	font-size: 130%;
}
.bnr2 li{
	display:inline-block;
	width:10%;
	margin:0.3%;
	list-style:none;
	padding:0px;
}

#news{
	color: #FFF;
}
#news .leftBox{
	width:47.5%;
	display:inline-block;
	vertical-align:top;
	margin:3% 1%;
	box-sizing: border-box;
}
#news .rightBox{
	width:47.5%;
	display:inline-block;
	margin:3% 1%;
	box-sizing: border-box;
}

#news .twitterBack{
	background: url("../images/twitterBack.jpg") repeat-y;
	background-size: contain;
	box-sizing: border-box;
	padding: 10px;
}

#news .slide{
	background: none;
}

#news .whiteBack{
	background: #FFF;
}
#news .date{
	color: #333;
}

#tifNews{
	position: relative;
}

#tifNews p{
	text-align:left;
	font-size:90%;
	margin:0px;
	font-weight:normal;
	padding:10px;
	border-bottom:1px solid #EEEEEE;
}
.cat1, .cat3, .cat4, .cat5, .cat6, .cat7, .cat10, .cat11, .cat12, .cat13, .cat14{
	border:1px solid #E84392;
	color:#E84392;
	font-size:90%;
	padding:0px 10px;
	width:113px;
	display:inline-block;
	max-width:35%;
	text-align:center;
	vertical-align:top;
	margin-bottom: 10px;
}
.cat2, .cat8, .cat9{
	border:1px solid #35BFF0;
	color:#35BFF0;
	font-size:90%;
	padding:0px 10px;
	width:118px;
	display:inline-block;
	max-width:35%;
	text-align:center;
	vertical-align:top;
	margin-bottom: 10px;
}
#tifNews .date{
	font-weight:bold;
	text-align:left;
	padding:2px 10px;
	display:inline-block;
	width:40%;
}
#tifNews .title{
	display:inline-block;
	width:100%;
	vertical-align:top;
}
#tifNews a{
	color:#333;
	text-decoration:underline;
}
#tipNews{
	margin-top:1.5em;
	text-align:left;
	font-weight:normal;
}
#tipNews p{
	font-size:80%;
	line-height:160%;
}
#tipNews .photo{
	color:#E84392;
	font-size:90%;
	padding:0px 10px;
	width:120px;
	float:left;
	max-width:40%;
	text-align:center;
}
#tipNews .date{
	font-weight:bold;
}
#tipNews a{
	color:#666;
	background:rgba(190,235,250,0.2);
	padding:10px 5px;
	display:block;
	overflow:auto;
}

.main_ttl{
	margin-bottom:10px;
}
.main_date{
	margin-bottom:1em;
	font-size:120%;
	text-align:center;
}
.main_txt p iframe{
	width:640px;
	max-width:100%;
	margin:1em auto;
	display:block;
}

.tifNewsTitle{
	font-weight:normal;
	color:#E84392;
	text-align:left;
	position:relative;
	font-size:110%;
	top:-10px;
}

#tifNews .tifNewsTitle .toList a{
	background:#E9569A;
	color:#FFF;
	font-size:70%;
	padding:0px 4px 0px 8px;
	text-decoration:none;
	border-radius:3px;
	position:absolute;
	top:0px;
	right:0px;
}
.tipNewsTitle{
	font-weight:normal;
	color:#34BFF0;
	text-align:left;
	border-bottom:4px solid #BEEBFA;
	position:relative;
	font-size:110%;
}

#tipNews .tipNewsTitle .toList a{
	background:#35BFF0;
	color:#FFF;
	font-size:70%;
	padding:0px 4px 0px 8px;
	text-decoration:none;
	border-radius:3px;
	position:absolute;
	top:0px;
	right:0px;
}
.twitterTitle{
	font-weight:normal;
	color:#8578B6;
	text-align:left;
	border-bottom:4px solid #CAC4DF;
	font-size:110%;
	margin-bottom:1em;
}

/*
#twitter iframe{
	width: 100% !important;
}
.SandboxRoot.env-bp-970 .timeline-Tweet-text {
    font-size: 10.5pt !important;
    line-height: 14pt!important;
    }

.SandboxRoot.env-bp-820 .timeline-Tweet-text {
    font-size: 10.5pt !important;
    line-height: 14pt!important;
    }

*/
#twitter iframe { width: 740px !important; }

.news_new{
	background:#E9569A;
	color:#FFF;
	font-size:9px;
	padding:2px 4px 0px 4px;
	margin-left:4px;
	margin-top:-3px;
	display:inline-block;
	line-height:140%;
}
.news_new:before{
	content:"NEW";
}

.news-area .unitPhoto{
	width:30%;
	height:auto;
	display:inline-block;
	margin:1%;
	text-align:center;
	font-size:90%;
}
.kirakira.news-area .unitPhoto{
	background:#FFF;
	padding:4px;
	border-radius:5px;
}
.news-area .unitPhoto2{
	width:22%;
	height:auto;
	display:inline-block;
	margin:1%;
	text-align:center;
	font-size:90%;
}

.news-area .box::-webkit-scrollbar
{
        width:5px;
        background:#eee;
}
        .news-area .box::-webkit-scrollbar:horizontal
        {
                height:5px;
        }
.news-area .box::-webkit-scrollbar-button
{
        width:5px;
        height:5px;
        background:#CCC;
}
.news-area .box::-webkit-scrollbar-piece
{
        background:#eee;
}
        .news-area .box::-webkit-scrollbar-piece:start
        {
                background:#eee;
        }
.news-area .box::-webkit-scrollbar-thumb
{
        background:#CCC;
}
.news-area .box::-webkit-scrollbar-corner
{
        background:#CCC;
}

.news-area img.logo{
	width:60%;
}

#pagination ul{
	text-align:center;
	margin:1em auto;
}

#pagination li{
	display:inline-block;
	margin:2px;
}
#pagination a{
	padding:5px;
	text-align:center;
	padding:2px 6px;
	margin:4px 0px;
	background:#E74392;
	color:#FFF;
	text-decoration:none;
}

#TIPnews dl a{
	color:#2DBCEF;
}
.TIPnews_img{
	width:100%;
	height:auto;
	overflow:hidden;
	display:inline-block;
	position:relative;
}
.TIPnews_img img{
	width:100%;
	height:auto;
	max-width:none;
	margin:0%;
}

#TIPnews dl{
	border-bottom:1px solid #EEE;
	padding:10px;
	margin-bottom:4px;
	display:block;
	width:31%;
	margin:1%;
	display:inline-block;
	vertical-align:top;
}

#TIPnews dt{
	width:100%;
	display:inline-block;
}


#TIPnews dd{
	width:100%;
	display:inline-block;
	vertical-align:top;
	margin-left:6px;
	line-height:120%;
}

.TIPnews_date{
	margin-top:3px;
	color:#AAA;
}

.TIPnews_new{
	background:#E9569A;
	color:#FFF;
	font-size:10px;
	padding:2px 4px;
	position:relative;
	z-index:2000;
	top:-89px; left:0px;
}
.TIPnews_new:before{
	content:"NEW";
}

#aboutTIF{
	margin-bottom:20px;
}
#aboutTIF th p, #aboutTIF td p{
	padding:5px 10px;
	margin-bottom:0px;
	font-weight:bold;
}
#aboutTIF th{
	text-align:center;
	white-space:nowrap;
}
#aboutTIF th p{
	background:#E84392;
	border-radius:5px;
	color:#FFF;
}
#aboutTIF img{
	height:140px;
}


.unitBox{
	position:relative;
	width:23%;
	margin:0.8% 0.5%;
	display:inline-block;
	text-align:center;
	background:#222;
	padding:0.5%;
	vertical-align:top;
	font-size:90%;
	padding-bottom: 2%;
	border: 2px solid #EEE;
}
.unitBox .photo{
	overflow: hidden;
}

.unitPhoto{
	background: #222;
}
.unitLogo{
	background: #FFF;
	padding: 10px;
}
.unitBox2{
	width:17%;
	margin:1% 1%;
	padding:1%;
	display:inline-block;
    transition: 0.5s;
	border-radius:4px;
	vertical-align:top;
}
.unitBox:hover, .unitBox2:hover{
	cursor:pointer;
}
.unitBox p{
	margin-top:0px;
	margin-bottom:4px;
	letter-spacing:-1px;
	text-align:center;
}
.unitBox a{
	font-family:YuGothic, '游ゴシック', Arial,"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#444;
	font-weight:600;
}
.unitBox img{
	height:auto;
}
.unitBox .photo{
	position:relative;
}

.unitBox .camera{
	position:absolute;
	margin:0px;
	padding:0px;
	top:3px;
	left:3px;
	width:16%;
	height:auto;
}
.unitBox .new{
	position:absolute;
	background:none;
	color:#FFF;
	font-weight:normal;
	font-size:80%;
	margin:0px;
	padding:0px;
	bottom:0px;
	left:0px;
	z-index: 999;
}
.unitBox .new img{
	height:50px;
	width: auto;
}
.unitBox .year{
	position:absolute;
	background:none;
	color:#FFF;
	font-weight:normal;
	font-size:80%;
	margin:0px;
	padding:0px;
	padding-top: 2px;
	top:0px;
	left:2px;
	z-index: 999;
}
.unitBox .year img{
	height:90px;
	width: auto;
}
.unitBox .hatsu{
	position:absolute;
	background:#59B200;
	color:#FFF;
	font-weight:normal;
	font-size:80%;
	margin:0px;
	padding:4px 10px 2px 10px;
	bottom:0px;
	right:0px;
}
.unitBox .hatsu2{
	position:absolute;
	color:#FFF;
	font-weight:normal;
	font-size:80%;
	margin:0px;
	padding:0px;
	top:4px;
	right:4px;
	z-index: 999;
}
.unitBox .hatsu2 img{
	height:24px;
	width: auto;
}
.unitBox p.date{
	font-size: 80%;
	text-align: center;
	color: #FC64AD !important;	/*text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #FF55FF, 0 0 7px #FF55FF, 0 0 8px #FF55FF, 0 0 10px #FF55FF, 0 0 15px #FF55FF;*/
}

.vtifBox .unitBox{
	position:relative;
	width:40%;
	margin:0.8% 0.5%;
	display:inline-block;
	text-align:center;
	background:#222;
	padding:0.5%;
	vertical-align:top;
	font-size:90%;
	padding-bottom: 2%;
	border: 2px solid #EEE;
}

.vtifBox2 .unitBox{
	position:relative;
	width:56%;
	margin:0.8% 0.5%;
	display:inline-block;
	text-align:center;
	background:#222;
	padding:0.5%;
	vertical-align:top;
	font-size:90%;
	padding-bottom: 2%;
	border: 2px solid #EEE;
}

.caution-page ul{
	border:#FFE1E2 solid 4px;
	padding:10px;
	margin:1em;
}
.caution-page li{
	text-align:left;
	font-size:90%;
}


.remodal h1 img{
	max-width:320px;
	max-height:80px;
	width:auto;
	height:auto;
}
.remodal img{
	height:auto;
}

#section1{
	text-align: center;
	background: #FFF;
}
#section1 h2{
	margin-bottom:2em;
}
#section2{
	background-color: #FFF;
}

#section2 h2 {
	text-align: center;
	color: #EF7F52;
}

#section2 .box {
	text-align:left;
	width:650px;
	max-width:100%;
	margin:0em auto 2em auto;
	font-size:large;
}

#section2 .box h3{
	font-size:x-large;
	margin-bottom:10px;
	border-bottom:4px solid #2B1F86;
	width:fit-content;
}
#section2 .box p{
	margin-bottom:10px;
}
#section2 td{
	vertical-align:middle;
}
#section3{
	padding: 2em 1em;
	background-color: #FFF;
	color: #444;
	text-align: center;	
}
#section3 h3{
	margin-bottom:1em;
	font-size:x-large;
	color:#444;
}

#section3 ul{
	text-align:center;
}

#section3 ul li{
	display:inline-block;
	margin:10px 2px;
}
#section3 img{
	max-height:65px;
	width:auto;
	height:auto;
}

/* footer */
footer{
	padding:10px;
	text-align:center;
	font-size:small;	
	color:#666;
	background:#FFF;
	padding-top:20px;
	padding-bottom:150px;
	border-top:8px solid #FAFAFA;
}
footer p{
	text-align:center;
}

footer .copy{
	color:#444;
	margin-bottom:2em;
	font-size:120%;
}
footer .caution{
	font-weight:normal;
}

.ticketBox{
	position:fixed;
	bottom:0px;
	right:0;
	text-align: center;
	min-width: 380px;
	max-width: 23%;
	display:block;
	box-sizing:border-box;
	padding:0px 10px;
	animation: open 1.5s alternate linear;
	-ms-animation: open 1.5s alternate linear;
	-webkit-animation: open 1s alternate linear;
	-moz-animation: open 1.5s alternate linear;
	background: rgba(0,0,0,0.9);
	box-sizing: border-box;
	margin: 0px;
	
	display:block;
	z-index: 10000
}
.ticketBox img{
	width: 360px;
	max-width: 100%;
}

@keyframes open {
0% {bottom:-60px;}
50% {bottom:0px;}
100% {bottom:0px;}
}
	




.ticketBox span::before{
	content:"TOKYO IDOL FESTIVAL ";
}
.ticketBox span::after{
	content:"購入はこちらから！";
}



/* sponsor */
#sponsor table{
	width:70%;
	margin:auto;
}

#sponsor h3{
	font-size:100%;
	padding:0.3em;
	margin:0px;
	color:#E84392;
	margin-top:1em;
	margin-left:0.5em;
	letter-spacing:0.5em;
}
#sponsor h3:before{
	content:"《";
}
#sponsor h3:after{
	content:"》";
}

#sponsor ul{
	text-align:center;
}
#sponsor li{
	display:inline-block;
	height:30px;
	margin:4px;
	text-decoration:none;
}
#sponsor li.h80{
	height:80px;
}
#sponsor li.h50{
	height:46px;
}
#sponsor li.h30{
	height:30px;
}
#sponsor img{
	max-height:100%;
	width:auto;
	vertical-align:middle;
}

/* add */

.text{
	font-weight:bold;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:x-large;
	color:#E84292;
}

.logo img{
	max-width:100%;
}
.spOnly{
	display:none;
}

#lineup .h3_wrap h3{
	color: #FFF;
	border-color: #FFF;
}

#lineup .h3_wrap h3::before {
 content: "";
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 border-bottom: 4px solid #FFF;
 width : 100% ;
 width : -webkit-calc(100% - 100px) ;
 width : calc(100% - 100px) ;
 margin: 0 auto;
 }

#lineup .box1000 h4{
	margin:2em 1em 1em 1em;
	border-bottom:1px dotted #FFF;
	color: #FFF;
}

#lineup .box1000 p{
	color: #FFF;
}
.lineupIndex ul{
	text-align:center;
	font-size:90%;
	background:#FFF;
	border:4px solid #FFE7E7;
	padding:1em;
	margin:1em;
}
.lineupIndex li{
	list-style:none;
	display:inline-block;
	margin:2px;
	border:none;
}
.lineupIndex li a{
	background:#FFF6F6;
	text-decoration:none;
	border-radius:5px;
	padding:1px 10px;
	display:inline-block;
}


/* video ondemand 落とし 
#tipNav li:last-child a{
	pointer-events: none;
	opacity:0.4;
	color:#999 !important;
}
*/

/* ポイント3倍！
.ticketBox{
	padding:20px auto;
}
.ticketBtn{
	background-color: #EBDC16;
	color: #9E1719;
	border-radius: 3px;
	padding: 16px 10px;
	margin: 10px;
	font-size: 130%;
	max-width: 99%;
	font-weight:bold;
}

.ticketBtn:after{
	content:"ポイント3倍！";
	background:#9E1719;
	color:#FFF;
	padding:5px;
	margin-left:10px;
	border-radius:5px;
} 
*/
 
 
.kirakira{
	width:96%;
	max-width:96%;
	margin:2em auto;
	padding:10px;
	border:6px solid #FFC90F;
	background:#FFFDED url(../images/kirakiraBack.png) fixed;
	border-radius:10px;
}
.kirakira h4{
	margin:0px;
}
.kirakira li {
	text-align:left;
	list-style:none;
	color: #F9588F;
	font-weight:bold;
	font-size:120%;
}
.kirakira li p{
	font-weight:bold;
	font-size:120%;
}
.kirakira p{
	font-weight:bold;
	font-size:100%;
}
.kirakira p.caution{
	color:#444;
	font-size:80%;
	font-weight:normal;
	margin-top:10px;
}

/* ennnichi */

.ennichi{
	background:url(../images/ennichi/back.png) fixed;
}

/* ennnichi */

.tgif{
	background:url(../images/tgif/back.jpg) fixed;
	background-size: cover;
}

/* ennnichi */

.idoling{
	background:url(../images/idoling/back.jpg) fixed;
}

.sparklingnight{
	background:url(../images/sparklingnight/back.jpg) fixed;
	background-size:cover;
	padding:0px;
}

.sparklingnight .box1000{
	background:rgba(255,255,255,.7);
	padding:30px 20px;
}

.memoList ul{
	margin:1em 0px;
	padding:0.5em;
	border:4px solid #FFE7E7;
	border-radius:5px;
}
.memoList li{
	margin-left:2em;
	line-height:200%;
	border-bottom:1px dotted #FFE7E7;
	text-align:left;
	color:#444;
	font-weight:normal;
}

.tgifLineup .unitBox{
	cursor:default;
}

.tvBox{
	margin: 2% auto;
	width:850px;
	max-width: 90%;
	background-color: #FFF7F7;
	border: 4px solid #E86E70;
	padding: 10px 20px;
}

.tvBox h3{
	color:#E84392;
}



.buppan table{
	width:1000px;
	max-width:100%;
	margin:2em auto;
	background:#FFF;
}
.buppan th{
	white-space:nowrap;
	background-color:#FFF4F4;
	color:#444;
	border-radius:0px;
}
.buppan th, .buppan td{
	font-size:smaller;
	padding:3px;
	border-bottom:1px dotted #FFDBDB;
	color:#444;
}

a.btnPink{
	background-color:#E84392;
	border-bottom:4px solid #CF2F7A;
	color:#FFF;
	text-align:center;
	padding:5px 10px;
	width:350px;
	max-width:96.5%;
	margin:auto;
	text-decoration:none;
	border-radius:5px;
	display:block;
}
.greetingTdBg{
	color:#FFF !important;
}

.btn_newslist{
	margin-top:1.5em;
}

#topMenu{
	margin: 0px;
}
#topMenu li{
	list-style: none;
	width: 50%;
	float: left;
	margin: 0px;
	padding: 2%;
}
#topMenu li img{
	width:100%;
	height: auto;
}
a img{
	transition-duration: 0.5s
}
a img:hover{
	transform: scale3d(1.1,1.1,1.1);
}

.swiper-slide-duplicate-prev , .swiper-slide-duplicate-next {
	opacity: 0.5;
}

.swiper-slide-duplicate-prev a, .swiper-slide-duplicate-next a{
	opacity: 0;
}

header nav#tifNav li a{
 display: block;
 position: relative; /* .enと.jaの絶対配置の基準 */
 transition: .5s; /* 0.5秒で値をなめらかに変化させる */
 height: 1.5em;
}
header nav#tipNav a{
 display:inline-block;
 position: relative; /* .enと.jaの絶対配置の基準 */
 transition: .5s; /* 0.5秒で値をなめらかに変化させる */
 height: 1.5em;
	white-space: nowrap;
}
header nav#tipNav li:first-child a, header nav#tipNav li:nth-child(3) a{
	width: 60px;
}
.on,.off {
 display: block; /* position指定がある時は無くても可 */
 position: absolute; /* .enと.jaを重ねて表示 */
 transition: .5s; /* 0.5秒で値をなめらかに変化させる */
	width: 100%;
	text-align: center;
}
.on{
	opacity: 1;
}

.off{
	opacity: 0;
}

a:hover .on{
	opacity: 0;
}
a:hover .off{
	opacity: 1;
}

#document.timeline-Widget {
    max-width: 100% !important;
    width: 100% !important;
    }

div.timeline-Widget {
    max-width: 100% !important;
    width: 100% !important;
    }

.timeline {
    max-width: 100% !important;
    width: 100% !important;
    }

/* ここから下を追記 */
.SandboxRoot.env-bp-970 .timeline-Tweet-text {
    font-size: 10.5pt !important;
    line-height: 14pt!important;
    }

.SandboxRoot.env-bp-820 .timeline-Tweet-text {
    font-size: 10.5pt !important;
    line-height: 14pt!important;
    }

.camera{
	position: absolute;
	top:-1px;
	right:-1px;
	width: 20px;
	height: 20px;
}
	.stagecontent{
	font-family:"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		color: #000 !important;
	}


.neonBlue{
	box-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #00D9D9, 0 0 7px #00D9D9, 0 0 8px #00D9D9, 0 0 10px #00D9D9, 0 0 15px #00D9D9;
	display: block;
	overflow: auto;
}
.neonPink{
	box-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #FF55FF, 0 0 7px #FF55FF, 0 0 8px #FF55FF, 0 0 10px #FF55FF, 0 0 15px #FF55FF;
	display: block;
	overflow: auto;
}
.neonYellow{
	box-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #FFFF73, 0 0 7px #FFFF73, 0 0 8px #FFFF73, 0 0 10px #FFFF73, 0 0 15px #FFFF73;
	display: block;
	overflow: auto;
}
.neonGreen{
	box-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #00D96D, 0 0 7px #00D96D, 0 0 8px #00D96D, 0 0 10px #00D96D, 0 0 15px #00D96D;
	display: block;
	overflow: auto;
}
.neonPurple{
	box-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 4px #B16AB8, 0 0 7px #B16AB8, 0 0 8px #B16AB8, 0 0 10px #B16AB8, 0 0 15px #B16AB8;
	display: block;
	overflow: auto;
}

.bangkok{
	background: #6117A0;
	color: #FFF;
	border: 2px solid #FFF;
	padding: 15px 10px;
	border-radius: 5px;
	margin-top: 2em;
}

.vtif{
	background-color: #24A0E5;
	color: #FFF;
	border: 2px solid #FFF;
	padding: 15px 10px;
	border-radius: 5px;
	margin-top: 2em;
}

.vtif2{
	background-color: #E17BC4;
	color: #FFF;
	border: 2px solid #FFF;
	padding: 15px 10px;
	border-radius: 5px;
	margin-top: 2em;
}

.idolshowcasetitle{
	background: #6117A0;
	color: #FFF;
	border: 2px solid #FFF;
	padding: 15px 10px;
	border-radius: 5px;
	margin-top: 2em;
}

.tgif .unitBox{
	background: #FFF;
	cursor: default;
}

.tgif .year{
	top:0px;
}

.flowerBox{
	text-align:center;
}

.flowerBox1{
	width:24%;
	display:inline-block;
}
.flowerBox2{
	width:19%;
	display:inline-block;
}
.flowerBox3{
	width:19%;
	display:inline-block;
}

.mapBottom{
	width: 100%;
	vertical-align: top;
	background: url("../images/mapBottomBack.jpg") top center;
	background-size: 100%;
}

.mapBottom img{
	width: 30%;
	height: auto;
	float: left;
	margin-right: 10px;
}
.mapBottom td{
	color:#FFF;
	padding:10px;
	width: 50%;
	line-height: 120%;
	font-size: 90%;
}