@charset "utf-8";

@media print, screen and (min-width:768px){
.for_sp {display:none;}
}

@media print, screen and (max-width:767px){
.for_pc {display:none;}
}


/* reset styles */
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-overflow-scrolling: touch;
}


html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset {
	margin: 0;
	padding: 0;
	font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 160%;
	zoom:1;
	-webkit-text-size-adjust:100%;
-moz-text-size-adjust:100%;
-ms-text-size-adjust:100%;
-o-text-size-adjust:100%;
text-size-adjust:100%;
	-webkit-overflow-scrolling: touch;
-webkit-font-smoothing:antialiased;
-moz-font-smoothing:antialiased;
-ms-font-smoothing:antialiased;
-o-font-smoothing:antialiased;
font-smoothing:antialiased;
}

/* ▼img▼*/
img {
	margin: 0px;
	padding: 0px;
}

a img {
	border:none;
	overflow: hidden;
	outline: none;
	}

/*それ以外の文字を隠すには▼▼これを使ってください。*/
em {font-size: 1px;visibility: hidden;text-decoration: none;}

/* ▼リンククリック時の点線を消す▼*/
a { outline: none; }

/* ▼リンク色 任意の色に変更してください▼*/
a {}
a:visited {}
a:hover {}
a:active {}


/*float調整は▼これ▼*/
/*以下の要素で「img/space1.gif」を囲んでおけば、WINDOWS IE でも空白が出る事はなくなります。
  ■■ 例：<div class="clearfloat"><img src="img/space1.gif" /></div> ■■ */
.clearfloat {
	clear: both;
	visibility: hidden;
	height: 0;
	overflow : hidden;
	font-size: 0;
	content : "";
}


/* スペース用空白を埋めるのに使用してください */
.space1 {display: block;height: 1px;width: 1px;}
.space1 img {display: block;clear: both;}

.space5 {height: 5px;margin: 0px;padding: 0px;}
.space7 {height: 7px;margin: 0px;padding: 0px;}
.space10 {height: 10px;}
.space20 {height: 20px;}
.space25 {height: 25px;}
.space30 {height: 30px;}
.space40 {height: 40px;}
.space50 {height: 50px;}
.space60 {height: 60px;}
.space70 {height: 70px;}
.space80 {height: 80px;}
.space90 {height: 90px;}
.space100 {height: 100px;}
.space110 {height: 110px;}
.space120 {height: 120px;}
.space130 {height: 130px;}
.space140 {height: 140px;}


/* 行間 */
p {line-height: 20px;}

/*DOT LINE*/
.dot_line {border-bottom-width: 1px;border-bottom-style: dotted;border-bottom-color: #333333;}

/* フォントサイズなど */
.f10 {font-size: 10px !important;}
.f11 {font-size: 11px !important;}
.f12 {font-size: 12px !important;}
.f13 {font-size: 13px !important;}
.f14 {font-size: 14px !important;}
.f15 {font-size: 15px !important;}
.f16 {font-size: 16px !important;}
.f18 {font-size: 18px !important;}
.f20 {font-size: 20px !important;}
.f22 {font-size: 22px !important;}

/* フォント色 */
.red10 {color: #FF0000;font-size: 10px;}
.red {color: #d20101 !important;}
.orange {color: #FF6600;}
.blue {color: #0066FF;}
.pink {color: #FF33CC;}
.black {color: #000000;}
.gray {color: #999999;}
.gray10 {
	color: #999999;
	font-size: 10px;
	letter-spacing: 1px;
}

.bold {font-weight:bold;}
.indent {text-indent:-1em; padding-left:1em;}

/* padding */
.pd0 {padding:0px !important;}
.pl5 {padding-left:5px;}
.pl10 {padding-left:10px;}
.pl15 {padding-left:15px;}
.pl20 {padding-left:20px;}

/* margin */


.t5 {margin-top:5px !important;}
.t10 {margin-top:10px !important;}
.t12 {margin-top:12px !important;}
.t15 {margin-top:15px !important;}
.t18 {margin-top:18px !important;}
.t20 {margin-top:20px !important;}
.t25 {margin-top:25px !important;}
.t30 {margin-top:30px !important;}

.mb5 {margin-bottom:5px!important;}
.mb10 {margin-bottom:10px!important;}
.mb15 {margin-bottom:15px!important;}
.mb20 {margin-bottom:20px!important;}
.mb25 {margin-bottom:25px!important;}
.mb30 {margin-bottom:30px!important;}
.mb35 {margin-bottom:35px!important;}
.mb40 {margin-bottom:40px!important;}

.ml5 {margin-left:5px !important;}
.ml10 {margin-left:10px !important;}
.ml12 {margin-left:12px !important;}
.ml15 {margin-left:15px !important;}
.ml18 {margin-left:18px !important;}
.ml20 {margin-left:20px !important;}
.ml25 {margin-left:25px !important;}
.ml30 {margin-left:30px !important;}


/* 「このページのトップへ」はこれを使用 */
.anchor_top {
	font-size: 10px;
	text-align: right;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 10px;
}

/* clearfix */
.clearfix:after {
     content: ".";
     display: block;
     clear: both;
     height: 0;
     visibility: hidden;
}
/* IE6 */
* htm .clearfix {
     height: 1%;
}
/* IE7 */
*:first-child+html .clearfix {
     height: 1%;
}


/* rollover */
a {
	-moz-transition: .6s;
	-webkit-transition: .6s;
	-o-transition: .6s;
	-ms-transition: .6s;
	transition: .6s;
}
a:hover {}


.indent {text-indent:-1em;	padding-left:1em;}
.bold {font-weight:700;}

.left {text-align:left !important;}
.right {text-align:right !important;}
.center {text-align:center !important;}



/*===========================================

 → PAGE TOP
  
=========================================*/
#page-top {
	position: fixed;
	bottom: 50px;
	right: 30px;
	text-align:center;
}
#page-top a {
	display: block;
	text-decoration:none !important;
	-moz-transition: .6s;
	-webkit-transition: .6s;
	-o-transition: .6s;
	-ms-transition: .6s;
	transition: .6s;
	filter: alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;
}


#page-top a:hover {text-decoration:none !important;}

/*===============================================================

2018/10/22

================================================================*/
#live_detail, #live_detail p, #live_detail a {word-break:break-all;}


#mapBody {margin:0 auto; width:100%; height:auto;}
#gMap {position:relative; overflow:hidden; padding-top:40%;}
#gMap iframe {width:100%; height:100%; position:absolute; left:0; top:0; margin:auto;}

@charset "utf-8";
/* reset styles */

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-overflow-scrolling: touch;
}

html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset {
	margin: 0;
	padding: 0;
	font-family: HelveticaNeue,Helvetica,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif ;
	line-height: 160%;
	zoom:1;
-webkit-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
-moz-text-size-adjust:100%;
-ms-text-size-adjust:100%;
-o-text-size-adjust:100%;
text-size-adjust:100%;

	
-webkit-font-smoothing:antialiased;
-moz-font-smoothing:antialiased;
-ms-font-smoothing:antialiased;
-o-font-smoothing:antialiased;
font-smoothing:antialiased;
}


@media print, screen and (max-width:767px){
.spbr {display:none !important;}
}


/* ▼img▼*/
img {
	margin: 0px;
	padding: 0px;
}

a img {
	border:none;
	overflow: hidden;
	outline: none;
	}

/*それ以外の文字を隠すには▼▼これを使ってください。*/
em {font-size: 1px;visibility: hidden;text-decoration: none;}

/* ▼リンククリック時の点線を消す▼*/
a { outline: none; }

/* ▼リンク色 任意の色に変更してください▼*/
a {}
a:visited {}
a:hover {}
a:active {}


/*float調整は▼これ▼*/
/*以下の要素で「img/space1.gif」を囲んでおけば、WINDOWS IE でも空白が出る事はなくなります。
  ■■ 例：<div class="clearfloat"><img src="img/space1.gif" /></div> ■■ */
.clearfloat {
	clear: both;
	visibility: hidden;
	height: 0;
	overflow : hidden;
	font-size: 0;
	content : "";
}


/* スペース用空白を埋めるのに使用してください */
.space1 {display: block;height: 1px;width: 1px;}
.space1 img {display: block;clear: both;}

.space5 {height: 5px;margin: 0px;padding: 0px;}
.space7 {height: 7px;margin: 0px;padding: 0px;}
.space10 {height: 10px;}
.space20 {height: 20px;}
.space25 {height: 25px;}
.space30 {height: 30px;}
.space40 {height: 40px;}
.space50 {height: 50px;}
.space60 {height: 60px;}
.space70 {height: 70px;}
.space80 {height: 80px;}
.space90 {height: 90px;}
.space100 {height: 100px;}
.space110 {height: 110px;}
.space120 {height: 120px;}
.space130 {height: 130px;}
.space140 {height: 140px;}


/* 行間 */
p {line-height: 160%;}

/*DOT LINE*/
.dot_line {border-bottom-width: 1px;border-bottom-style: dotted;border-bottom-color: #333333;}

/* フォントサイズなど */
.f10 {font-size: 10px !important;}
.f11 {font-size: 11px !important;}
.f12 {font-size: 12px !important;}
.f13 {font-size: 13px !important;}
.f14 {font-size: 14px !important;}
.f15 {font-size: 15px !important;}
.f16 {font-size: 16px !important;}
.f18 {font-size: 18px !important;}
.f20 {font-size: 20px !important;}
.f22 {font-size: 22px !important;}

/* フォント色 */
.red10 {color: #FF0000;font-size: 10px;}
.red {color: #d20101 !important;}
.orange {color: #FF6600;}
.blue {color: #0066FF;}
.pink {color: #FF33CC;}
.black {color: #000000;}
.gray {color: #999999;}
.gray10 {
	color: #999999;
	font-size: 10px;
	letter-spacing: 1px;
}

.bold {font-weight:bold;}
.indent {text-indent:-1em; padding-left:1em;}

/* padding */
.pd0 {padding:0px !important;}
.pl5 {padding-left:5px;}
.pl10 {padding-left:10px;}
.pl15 {padding-left:15px;}
.pl20 {padding-left:20px;}

/* margin */


.t5 {margin-top:5px !important;}
.t10 {margin-top:10px !important;}
.t12 {margin-top:12px !important;}
.t15 {margin-top:15px !important;}
.t18 {margin-top:18px !important;}
.t20 {margin-top:20px !important;}
.t25 {margin-top:25px !important;}
.t30 {margin-top:30px !important;}

.mb5 {margin-bottom:5px!important;}
.mb10 {margin-bottom:10px!important;}
.mb15 {margin-bottom:15px!important;}
.mb20 {margin-bottom:20px!important;}
.mb25 {margin-bottom:25px!important;}
.mb30 {margin-bottom:30px!important;}
.mb35 {margin-bottom:35px!important;}
.mb40 {margin-bottom:40px!important;}

.ml5 {margin-left:5px !important;}
.ml10 {margin-left:10px !important;}
.ml12 {margin-left:12px !important;}
.ml15 {margin-left:15px !important;}
.ml18 {margin-left:18px !important;}
.ml20 {margin-left:20px !important;}
.ml25 {margin-left:25px !important;}
.ml30 {margin-left:30px !important;}


/* 「このページのトップへ」はこれを使用 */
.anchor_top {
	font-size: 10px;
	text-align: right;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 10px;
}

/* clearfix */
.clearfix:after {
     content: ".";
     display: block;
     clear: both;
     height: 0;
     visibility: hidden;
}
/* IE6 */
* htm .clearfix {
     height: 1%;
}
/* IE7 */
*:first-child+html .clearfix {
     height: 1%;
}


/* rollover */
a {
	-moz-transition: .2s;
	-webkit-transition: 2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}
a:hover {}


.indent {text-indent:-1em;	padding-left:1em;}
.bold {font-weight:900;}

.left {text-align:left !important;}
.right {text-align:right !important;}
.center {text-align:center !important;}



/*===========================================

 → PAGE TOP
  
=========================================*/
#page-top {
	position: fixed;
	bottom: 50px;
	right: 30px;
	text-align:center;
}

#page-top a {
display: block;
height:auto;
padding:10px 0;
color: #f33;
	font-weight: 600;
font-family: 'Cinzel', serif !Important;
/*border:1px solid transparent;*/
border-bottom: 0;
text-decoration:none !important;
-moz-transition: .2s;
-webkit-transition: .2s;
-o-transition: .2s;
-ms-transition: .62s;
transition: .2s;
	/*filter: alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;*/
}


#page-top a:hover {
text-decoration:none !important;
	color:#000;
	background:#f20;
	background:rgba(242,0,0,.4);
	/*border-color: #f20;*/
	
	}
	
	

/*===============================================================

2018/10/22

================================================================*/
#live_detail, #live_detail p, #live_detail a {word-break:break-all;}


#mapBody {margin:0 auto; width:100%; height:auto;}
#gMap {position:relative; overflow:hidden; padding-top:40%;}
#gMap iframe {width:100%; height:100%; position:absolute; left:0; top:0; margin:auto;}


/*===============================================================

2019/10/25

================================================================*/
#top_release_detailBox:last-of-type,
.songs:last-of-type,
#top_oneMoive:last-of-type{margin-bottom: 0;}


/*----------------------------------------------------------------------------------------------------- */
#textBanner {
width: 100%;
height: auto;
margin: 0 auto;
border: 3px solid #194BB0;
color: #fff;
}

#textBanner a {
line-height: 120%;
font-weight: 400;
background: #050505;
color: #fff;
display: block;
text-decoration: none;
font-weight: 600;
border-bottom: 1px solid #194BB0;
}
#textBanner a:last-of-type {border-bottom: 0;}

#textBanner a:hover {background: #194BB0; color: #050505;}

#textBanner a span {display: block; font-weight: 400;}

#bnrUpdate { color: #194BB0; }
#textBanner a:hover #bnrUpdate {color: #050505;}



#textBanner.pat02 {border: 3px solid #E80003;}
#textBanner.pat02 a {color:#E80003; border-bottom-color:#E80003;}
#textBanner.pat02 a #bnrUpdate {color: #fff;}
#textBanner.pat02 a:hover {background: #E80003; color: #050505;}
#textBanner.pat02 a:hover #bnrUpdate {color: #050505;}

#textBanner.pat03 {border: 3px solid #050505; font-size:130% !important;background: #E80003; }
#textBanner.pat03 a {color:#050505; border-bottom-color:#050505;background: #E80003; }
#textBanner.pat03 a #bnrUpdate {color: #fff;}
#textBanner.pat03 a:hover {background: #050505; color: #E80003;}
#textBanner.pat03 a:hover #bnrUpdate {color: #E80003;}


/*===============================================================

INFORMATION：CUSTOM 2019/10/25

================================================================*/
@font-face {
font-family: 'futura';
src: url('../fonts/FuturaStd-Book.eot');
src: url('../fonts/FuturaStd-Book.eot?#iefix') format('embedded-opentype'),
url('../fonts/FuturaStd-Book.woff') format('woff'),
url('../fonts/FuturaStd-Book.woff2') format('woff2'),
url('../fonts/FuturaStd-Book.ttf') format('truetype'),
url('../fonts/FuturaStd-Book.svg#alegre_sansregular') format('svg');
font-weight: normal;
font-style: normal;
}


@font-face {
font-family: 'futura_bold';
src: url('../fonts/FuturaStd-Medium.eot');
src: url('../fonts/FuturaStd-Medium.eot?#iefix') format('embedded-opentype'),
url('../fonts/FuturaStd-Medium.woff') format('woff'),
url('../fonts/FuturaStd-Medium.woff2') format('woff2'),
url('../fonts/FuturaStd-Medium.ttf') format('truetype'),
url('../fonts/FuturaStd-Medium.svg#alegre_sansregular') format('svg');
font-weight: 600;
font-style: normal;
}

/*----------------------------------------------------------------------------------------------------- */
#neo_tourTitle {font-weight: 400 !important; color: #050505; line-height: 140%; text-align: center; font-family: 'Cinzel', serif;}
#neo_tourTitle span {display: block;}


/*----------------------------------------------------------------------------------------------------- */
#tourHeadline {color: #e00;}


/*----------------------------------------------------------------------------------------------------- */
#neo_tourTitle.enigma {font-family: 'futura', sans-serif; letter-spacing: 8px; font-weight: 400 !important;}

#neo_tourTitle.instore {color: #fff;}

/*----------------------------------------------------------------------------------------------------- */
#top_infoBox {max-width: 540px; width: 92%; margin: 0 auto; height: auto; line-height: 160%; text-align: center; color: #e00;}
#top_infoBox p {line-height: 200%; font-weight: 600;}

/*----------------------------------------------------------------------------------------------------- */
#scheduleHeadline{line-height: 160%; color: #e00 !important; font-weight: 600;}



/*----------------------------------------------------------------------------------------------------- */
#live_dataBloc {width: 92%; height: auto; max-width: 800px;  margin:0 auto; text-align: left; line-height: 160%;}

/*----------------------------------------------------------------------------------------------------- */
.live_data_inner { border: 1px solid #050505;}

/*----------------------------------------------------------------------------------------------------- */
#live_dataHeadline {line-height: 140%;;}

/*----------------------------------------------------------------------------------------------------- */
dl#live_dataList {letter-spacing: -.4em;}
dl#live_dataList dd, dl#live_dataList dd  p {line-height: 160%;}
dl#live_dataList dt, dl#live_dataList dd, dl#live_dataList dd {display: inline-block; letter-spacing: 0; vertical-align: top;color: #050505;}
dl#live_dataList dt {  color: #e00; line-height: 120%;}

#Cap {font-weight: 600; color:  #e00; line-height: 160%; background: #FFF1FD;}


/*===================================================================================

RELEASE MOVIE

====================================================================================*/
#block_basic.release_movie {
	background:#fff;
	overflow:hidden;
}

#release_movieBox {
	width: 100%;
	height: auto;
	margin:0 auto ;
	max-width:950px;
}

/*----------------------------------------------------------------------------------------------------- */
#release_movieCap {text-align: center; color: #f00; line-height: 120%;}

/*----------------------------------------------------------------------------------------------------- */
#releaseMovie {

position: relative;
overflow: hidden;
width:92%;
height: auto;
margin:0 auto ;
padding-bottom: 56.25%;
}
#releaseMovie  iframe {position: absolute; left: 0; top: 0; width: 100%; height: 100%; margin: auto;}


/*----------------------------------------------------------------------------------------------------- */
#bgWihite.coming {background-image:none;}




/*===================================================================================

2019/12/02 CUSTOM

====================================================================================*/
.custom_red {color: #f00 !important;}

#btn_Privilege {margin: 0 auto; text-align: center;}
#btn_Privilege a {
position: relative;
text-decoration: none;
line-height: 120%;
font-weight: 600;
color: #000 !important;
background: #f00;
border: 2px solid #f00;
-o-border-radius: 4px;
-ms-border-radius: 4px;
-moz-border-radius: 4px;
-webkitborder-radius: 4px;
border-radius: 4px;
}

#btn_Privilege a:hover {color: #f00 !important; background: inherit;}

#btn_Privilege a:after {
content: "";
position: absolute;
right:8px;
top:65%;
width: 0px;
height: 0px;
margin:auto;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 10px solid transparent;
border-top: 10px solid #000;

-moz-transform: translate(0%, -50%);
-webkit-transform: translate(0%, -50%);
-o-transform: translate(0%, -50%);
-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);

-moz-transition: .2s;
-webkit-transition: .2s;
-o-transition: .2s;
-ms-transition: .2s;
transition: .2s;
}

#btn_Privilege a:hover:after {border-top-color:#f00; }

/*----------------------------------------------------------------------------------------------------- */
dl#info_eventList {text-align: left; width: 90%; height: auto; margin: 0 auto; max-width: 800px;}

dl#info_eventList dt {font-weight: 600; border-bottom: 1px solid #aaa; }
dl#info_eventList dt:first-of-type {border-top:1px solid #aaa;}

dl#info_eventList dd, dl#info_eventList dd p {line-height: 180%;}
dl#info_eventList dd {border-bottom: 1px solid #aaa; color: #f5f5f5;}
dl#info_eventList dd:last-of-type {border-bottom: 0; padding-bottom: 0; margin-bottom: 0;}

dl#info_eventList dd p:last-of-type {margin-bottom: 0;}

dl#info_eventList dt.caution { border-bottom: 0;  color: #f00; text-align: center;}
dl#info_eventList dd.caution{border:1px solid #aaa;}

/*----------------------------------------------------------------------------------------------------- */
#info_evDate {color: #f00; line-height: 140%;}

dl#info_eventList dt.caution #info_evHeadline{ color: #f00;}


/*----------------------------------------------------------------------------------------------------- */
ul#info_notesList {list-style-type: none; }
ul#info_notesList li {line-height: 160%; color: #f00;}
ul#info_notesList li:last-of-type {margin-bottom: 0;}


/*----------------------------------------------------------------------------------------------------- */
.section_basic {position: relative; height: auto; margin: 0 auto !important; width: 92%; max-width: 800px; text-align: left;}


/*----------------------------------------------------------------------------------------------------- */
dl#privilege_dataList { margin:  0 auto; height: auto; border: 1px solid #aaa; margin:  0 auto;}
dl#privilege_dataList dt, dl#privilege_dataList dd {color: #fff;}
dl#privilege_dataList dt, dl#privilege_dataList dd, dl#privilege_dataList dd p{line-height: 160%;}
dl#privilege_dataList dd:last-of-type {margin-bottom: 0;}



/*----------------------------------------------------------------------------------------------------- */
#privilege_topBox {width: 100%; height: auto; display: block; margin:  0 auto ;letter-spacing: 0; color: #f5f5f5; }

#prvi_topHeadline {font-weight: 600; line-height: 160%;}

#privilege_topBox , #privilege_topBox p {line-height: 160%;}

/*----------------------------------------------------------------------------------------------------- */
#prviCap {color: #f00; font-weight: 600; line-height: 120%;}

/*----------------------------------------------------------------------------------------------------- */
#info_customTitle {font-weight: 600; line-height: 140%; }



/*===============================================================
2020/08/03
================================================================*/
#product_detail.atten_box p:last-of-type {margin-bottom: 0;}
#product_detail.atten_box, #product_detail.atten_box p {line-height: 160%;}


/*------------------------------------------------------------------------------------------------------- */
#attenDate {font-weight: 600; line-height: 160%;}


/*------------------------------------------------------------------------------------------------------- */
#attenHeadline {font-weight: 600; line-height: 180%;}

/*------------------------------------------------------------------------------------------------------- */
#atten_infoBox {border:1px solid #aaa;}

/*------------------------------------------------------------------------------------------------------- */
.small01 {font-size: 90%;}



/*============================================================================================================
2022/06/07
=============================================================================================================*/
#main_visual {background-repeat: no-repeat; background-position: center top; background-size: cover;}
#main_visual.one {background-image:url(../img/top/main_visual.jpg);}
#main_visual.one2 {background-image:url(../img/top/visual2.jpg);}


/*------------------------------------------------------------------------------------------------------- */
#prof_visual {background-repeat: no-repeat; background-position: left top; background-size: cover;}
#prof_visual.p01 {background-image:url("../../profile/img/member01.jpg");}
#prof_visual.p02 {background-image:url("../../profile/img/member02.jpg");}


/*============================================================================================================
2022/06/17
=============================================================================================================*/
#logo.inner {position: static; margin: 0 auto;}


/*============================================================================================================
2022/06/18：TOP BANNER
=============================================================================================================*/
ul#top_eventBanner {list-style-type: none; width: 100%; height: auto; margin:0 auto;}
ul#top_eventBanner li, ul#top_eventBanner li a, ul#top_eventBanner li img {width: 100%; height: auto; display: block;}
ul#top_eventBanner li:last-of-type {margin-bottom: 0;}
ul#top_eventBanner li a:hover {filter: alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;}
ul#top_eventBanner li p {line-height: 140%; text-align: center;}




/*============================================================================================================
2023.11.22
=============================================================================================================*/
#main_visual {padding: 0; margin: 0 auto; display: block;}
#main_visual.visual231122 {background-image:url("../img/top/firstview.jpg");background-image:url("../img/top/firstview.svg");}

/*------------------------------------------------------------------------------------------------------- */
#movieCap {text-align: center; color: #f00; line-height: 100%;}

/* --------------------------------------------------------------------------------------------------------- */
#movie_capBox {width: 90%;margin: 0 auto; color: #fff;}
#movie_capBox, #movie_capBox p {line-height: 160%; color: #fff; text-align: left;}
#movie_capBox p:last-of-type {margin-bottom: 0;}

#movie_capBox a {text-decoration: none; color: #f00;}
#movie_capBox a:hover {color:#e20; text-decoration: underline;}

/* --------------------------------------------------------------------------------------------------------- */
#movieTitle {color: #f00;font-weight: 400;line-height: 140%; text-align: center;}
#movieTitle span {background: #f00; color: #000; display: inline-block;}


/*============================================================================================================
2025.06.30
=============================================================================================================*/
#main_visual.ver250630 {background-image:url("../img/top/firstview250630.jpg");background-image:url("../img/top/firstview250630.jpg");}

#prof_visual.ver250630, #prof_visual.ver250630 img {max-width: inherit; max-height: inherit; height: auto;}

#prof_visual.ver250630.p01 {background-image:url("../../profile/img/member01_250630.jpg");}
#prof_visual.ver250630.p02 {background-image:url("../../profile/img/member02_250630.jpg");}


/* --------------------------------------------------------------------------------------------------------- */
@media print, screen and (max-width:767px){
#prof_visual.ver250630  {width: 100%; margin: 0 auto 2%; padding: 0;}
#prof_visual.ver250630 img {max-width: inherit; max-height: inherit; height: auto; display: block;}

}



