/* CSS Document */
* { box-sizing: border-box;word-wrap:break-word; }
p { padding-bottom: 0; }
a { backface-visibility: hidden; -webkit-backface-visibility: hidden; text-decoration: none; color:#006699; transition:0.1s}
a:hover img { filter: alpha(opacity=80); opacity: .8;   }
a:hover{ color:#09C;}

body {
	color:#333;
	font-family: "メイリオ","Meiryo","MS PGothic","Osaka",Arial,sans-serif;
	font-size:14px;
	line-height:1.5em;
	min-width: 1000px;
	background-attachment: fixed;
	background-image:url(../images/bg.png);
}
h2,h3,h4,h5,h6 { font-family: "Oswald", メイリオ, Meiryo, "MS PGothic", Osaka, Arial, sans-serif; }

header { background: #fff; border-bottom: 2px solid #0099cc; width: 100%; position:relative; }
header h1,
header nav,
header nav li,
header aside li { float: left; margin-right: 3px; position: relative; }
header aside li{ height:62px; width:62px;}
header aside li img { height:100%;}
header h1 { line-height: 1em;}

header nav ul li a span{ position: absolute; bottom: 0; left:0px; width: 0%; height: 3px; background: #0099cc;
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

header nav ul li a:hover span,
header nav ul li a.active span{
  width: 100%;
}

/*header aside ul { position: absolute; top: 3px; right: 3px; }*/
.float-header-rightbox { width: 100%; }
.float-header-rightbox .header-rightbox01 { float: left; margin-right: 2%; width: calc(98% - 195px); }
.float-header-rightbox .snsbox { margin-right: 0; width: 195px; }

#search input,
#search button,
#search textarea,
#search select {margin: 0;padding: 0;background: none;border: none;border-radius: 0;outline: none;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
#search form { border-bottom: 2px solid #000; display: table; position: relative; margin-top: 1vw; width: 100%;}
#search .search-query { color: #000; display: table-cell; font-size: 16px; margin-left: 35px; padding: 10px 0 10px 5px;    width: calc(100% - 35px); }
#search .do-search {  color: #000; position: absolute; left: 0; top: calc(50% - 12px); }
#search input[type="submit"] { background: url(../images/icon_search.png) center no-repeat; cursor: pointer; height: 22px; width: 27px; }
#search input{ background:none;}

@media screen and (max-width: 1200px) {
header h1{  margin-right:0; width:174px; }
header h1 img{ width:100%; }
header nav li{ margin-right:0;}
header nav li img{ width:92%;}
header aside li{ height:55px; width:55px;}
.float-header-rightbox .header-rightbox01{ width: calc(98% - 174px);}

.float-header-rightbox .snsbox{ width:174px;}

}


footer { padding-bottom: 5vw; }
footer .foot-nav { border-top: 1px solid #333; border-bottom: 1px solid #333; margin-bottom: 3vw; width: 100%; }
footer .foot-nav ul { margin: 0 auto; width: 520px; }
footer .foot-nav ul li { float: left; }
footer .foot-nav ul li a { color: #333; display: block; font-size: 16px; line-height: 1em; padding: 1.5em 1.2em; text-align: center; text-decoration: none; }
footer .foot-nav ul li a img { vertical-align: bottom; }
footer .foot-nav ul li a:hover img{ opacity:0.7;} 
footer .center { margin-bottom: 1vw; text-align: center; }
footer .foot_bnr ul{ padding:15px 0 10px 0;}
footer .foot_bnr ul li{ display:inline-block; padding:0 2px;}
footer .foot_bnr ul li img{ width:150px;}

/* = alls
------------------------------------------------------------------------------------------*/
main { margin: 0 auto; width: 90%; max-width: 1200px; min-width:980px; }
.w1300{ max-width:1300px;}
main.detail_wrap{ width:100%; max-width:inherit; min-width:inherit;}
main.detail_wrap .w1300{ margin: 0 auto; width: 90%;  min-width:980px; }
@media screen and (max-width: 1200px) {
main { width: 95%;  }
main.detail_wrap{ width:100%;}
main.detail_wrap .w1300{ width:95%;}
}
.content-wrap-half { margin: 0 0 0 auto; max-width: 700px; }
.box01:last-of-type .content-wrap-half { margin: 0 auto 0 0; }
section { position: relative; width: 100%; }

/* = parts
------------------------------------------------------------------------------------------*/
.clearfix::after { content: ""; clear: both; display: block; }
.float-box .box01,
.float-box .box03,
.float-box .box04,
.float-box .box05,
.float-box .box01-info { float: left; margin: 0 auto; text-align: center; }
.float-box .box01 { width: 50%; }
.float-box .box03 { width: 32.33%; margin-right:1%; }
.float-box .box04 { margin-right: 1%; width: 24%; }
/*
.float-box .box04:nth-child(4),
.float-box .box04:nth-child(8),
.float-box .box04:nth-child(12),
.float-box .box04:nth-child(16),
.float-box .box04:nth-child(20) { margin-right: 0; }
*/
.float-box .box05 { margin-right: 1%; width: 19.2%; }
.float-box .box05:nth-child(5) { margin-right: 0; }
.table-box { display: table; width: 100%; }
.table-box .box01 { display: table-cell; padding: 0; vertical-align: middle; width: 50%; }
.float-list li { float: left; margin-right: 3px; }
.link-button img { width: 100%; }
/*.table-box .box01 img { width: 100%; }*/
header .box01:first-of-type { text-align: left; width: 65%; }
header .box01:last-of-type { width:35%; }
.pc-none { display: none; }
.sp-none { display: block; }
span { font-size: .8em; }
span a:link { font-weight: bold; }
.mb-1vw { margin-bottom: 1vw; }
.mb-2vw { margin-bottom: 2vw; }
.mb-3vw { margin-bottom: 3vw; }
.mb-4vw { margin-bottom: 4vw; }
.mb-5vw { margin-bottom: 5vw; }
.mb-01em { margin-bottom: .1em; }
.mb-02em { margin-bottom: .2em; }
.mb-03em { margin-bottom: .3em; }
.mb-04em { margin-bottom: .4em; }
.mb-05em { margin-bottom: .5em; }
.comment { font-style: oblique; }
.copyright { font-size: 10px; text-align: center; }
.active { display: block !important; }


@media screen and (max-width: 1200px) {
header .box01:first-of-type { width: 49%; }
header .box01:last-of-type { width:25%; }
header .box01:first-of-type img{    height: 60px; width: inherit;}
header h1{ width:inherit;}
}

@media screen and (min-width: 1500px) {
header .box01:first-of-type { width: 73%; }
header .box01:last-of-type { width:27%; }
}

/* = pickup-artist2
------------------------------------------------------------------------------------------*/
#pickup-artist2 { background: #fff; margin: 0 auto; padding-bottom: 10vw; }
#pickup-artist2 .content-wrap { height:30vw; margin: 0 auto; overflow:hidden; padding-top: 1%; width: 98%; max-width:1440px; max-height:452px; }
#pickup-artist2 .box01 img { width: 100%; }
#pickup-artist2 .newslider { margin-right: 1%; width: 77.5%; }
#pickup-artist2 .newslider-nav { margin-right: 0; position: relative; width: 21.5% !important;max-height:440px;  }

.slick-vertical .slick-slide:hover{ cursor:pointer;}

/* = sub-slide
------------------------------------------------------------------------------------------*/
#sub-slide { margin: -9vw auto 1.2vw; position: relative; }
#sub-slide .content-wrap { margin: 0!important; width: 99.9%; max-height:20vw; overflow-y:hidden; }
#sub-slide .content-wrap .slick-list{ margin-left:1%;}
#sub-slide .float-box .slick-slider .slick-track{ }
#sub-slide .float-box .box-subslide { background: #000; margin-right: 1.1vw; float: left; width:18.85vw; }
@media screen and (min-width: 1600px) {
#sub-slide .float-box .box-subslide { width:12.5vw; }
#sub-slide .content-wrap{ max-height:14vw;}
}
#sub-slide .float-box .box-subslide .sub_img{ line-height:0;}
#sub-slide .float-box .box-subslide a:hover .sub_img{ background-color:#FFF; transition:none;}
#sub-slide .float-box .box-subslide .sub_img img { width: 100%; }
#sub-slide .float-box .box-subslide .inner-wrap { padding: 10px; }
#sub-slide .float-box .box-subslide h2,
#sub-slide .float-box .box-subslide h2 a { color: #00ccff; font-size: 16px; font-weight: bold; line-height: 1.2em; text-align: left; margin-bottom:0.2em; }
#sub-slide .float-box .box-subslide p,
#sub-slide .float-box .box-subslide p a { color: #fff; text-align: left; line-height:1.4em; font-size:12px; margin:0; }


/* = top-rotation
------------------------------------------------------------------------------------------*/
.rotation_bnr{ text-align:left; padding:10px 1vw 0;}
.rotation_bnr::after {clear:both;display:block;height:0;line-height:0;visibility:hidden;font-size:0.1em;content:".";}
.rotation_bnr a{display: block;
    width: 49.8%;
    float: left;
    margin-bottom: 5px;
    margin-right: 0.4%;}
.rotation_bnr a:nth-of-type(2n){ margin-right:0;}
.rotation_bnr img{ width:100%!important; padding:0!important; margin:0;}

/* = infomation
------------------------------------------------------------------------------------------*/
#infomation { margin-bottom: 1.2vw; }
#infomation .box01-info:nth-child(2) { background: #fff; margin-left: 1.5%; padding:1vw 1vw 1vw 1.9vw; width: 57.5%; min-height: calc(2.2vw + 458px); }
#infomation .box01-info:nth-child(1) { background: #fff;  width: 41%;min-height: calc(2.2vw + 458px);  }
#infomation .box01-heading { font-size: 42px; font-weight: bold; line-height: 1em; }
@media screen and (max-width: 1120px) {
	#infomation .box01-heading { font-size: 36px; line-height:39px; }
}
#recommend .float-box { margin-bottom: 15px; }
#recommend .box01:nth-child(1) { text-align: left;  width: 40%;  }
#recommend .box01:nth-child(2) { width: 60%;}
.recommend-month-black,
.last-recommend-month-black,
.recommend-month-white { border-right: 2px solid #fff; color: #fff; font-size: 20px; font-weight: bold; line-height: 1em; height: 36px; width: 96px;  }
.last-recommend-month-black,
.recommend-month-black { background: #ccc; }
.last-recommend-month-black:hover,
.recommend-month-black:hover{ background-color:#aaa;}
.recommend-month-white { background: #0099cc; }
.recommend-month-white:hover{ background-color:#0099cc;}

.month-tab {overflow-y:auto;max-height: 400px; }

.month-tab li { border-bottom: 1px dotted #ccc; }
.month-tab a{ color:#333; display:block; display:table; width:100%; padding: 10px 0;}
.month-tab a:hover{ background-color:#eaeaea;}
.month-tab .a_img { display:table-cell; vertical-align:top; margin-right: 2%; width: 17%; }
.month-tab .a_img img { display:table-cell; vertical-align:top; width:86%; }
/*.month-tab .item:last-child { margin-right: 0; width: 80%; }*/
.month-tab .artist-name { color: #0099cc; font-size: 18px; line-height: 1.2em; margin-bottom: 5px; text-align: left; font-weight:bold; }
.month-tab .tour-title1,
.month-tab .tour-title2 { text-align: left; line-height:1.4em; }
.month-tab .item table{ margin-top:10px;}
.month-tab .item table td{text-align:left; line-height:1.2em; font-weight:bold; font-size:14px!important }
.month-tab .item table td:first-child{ width:6em!important;}
.month-tab .item table td.date { width:6em;  }
.month-tab .item table td.place { }

#under-information .month-tab{ max-height:inherit; overflow-y: inherit;}

#tabtitles table { float: left; width:25%;  font-family: "Oswald", メイリオ, Meiryo, "MS PGothic", Osaka, Arial, sans-serif;}
#tabtitles table a{ color:#FFF}
#tabtitles td { cursor: pointer; }
#tabs-2,
#tabs-3,
#tabs-4,
#tabs-5 { display: none; }

.social_tab .heading { background: #0099cc; padding: 17px 10px 0px 14px; }
.social_tab .heading ul {margin-top: -6px;}
.social_tab h5 { float: left; margin-bottom: 0; max-width: 237px; width: 17vw; line-height:0; }
.social_tab h5 img { width: 100%; }
.social_tab ul { float: right; }

#btn_tw,
#btn_fb { background: #006699; cursor: pointer; float: left; padding: 8px 0 4px;margin-bottom: -1px;  margin-right: 3px; text-align: center; max-width: 80px; width: 5vw; line-height:0; }
#btn_tw:hover,
#btn_fb:hover { opacity:0.8;}
#btn_tw.active,
#btn_fb.active { background: #fff; padding-bottom:5px;}
#btn_tw.active:hover,
#btn_fb.active:hover{ opacity:1;}
#btn_tw i,
#btn_fb i { color: #fff; font-size: 25px;}
#btn_tw i.active { color: #5ea9dd;}
#btn_fb i.active { color: #006699;}

.social_tab ul li { float: left; }
.social_tab .disnon { display: none; }

/* = presale-tickets
------------------------------------------------------------------------------------------*/
#presale-tickets {}
#presale-tickets h2 { font-size: 36px; font-weight: bold; line-height: 1em; margin-bottom: .4em; text-align: left; }
#presale-tickets .float-box { margin-bottom: 2em; }
#presale-tickets .content-wrap { background: #fff; border-radius: 12px; margin-bottom: 1.2vw; padding: 1.5vw 1vw 1.5vw 1.9vw; width: 100%; }
#presale-tickets .box01 { margin-right: 1%; width: 49.5%; }
#presale-tickets .box03 img,
#presale-tickets .box04 img { width: 100%; }
#presale-tickets .box03 .inner-wrap,
#presale-tickets .box04 .inner-wrap,
#presale-tickets .box-presale a{ display:block; color:#333;}
#presale-tickets .box-presale .inner-wrap { padding: .6em 0; }
#presale-tickets .artist-name { color: #0099cc; font-size: 18px; font-weight: bold; line-height: 1.2em; text-align: left; margin-bottom:3px; }
#presale-tickets .tour-title1 { margin-bottom: 0; text-align: left; line-height:1.4em; }
#presale-tickets .text-member { padding-top: 1em; margin-bottom:0; }
#presale-tickets .box03 ul li,
#presale-tickets .box04 ul li,
#presale-tickets .float-box .box-presale ul li { float: left; margin-right: 1%; width: 49.5%; }
#presale-tickets .box03 ul li:nth-child(2),
#presale-tickets .box04 ul li:nth-child(2),
#presale-tickets .float-box .box-presale ul li:nth-child(2) { margin-right: 0; }
.ticket-freeuser a,
.ticket-registuser a { color: #fff; display: block; font-weight: bold; padding: .6em 0; text-align: center; text-decoration: none; width: 100%; }
.ticket-freeuser a { background: #cc9900; }
.ticket-registuser a { background: #cc0000; }
.ticket-later { border: 2px solid #ccc; background: #fff; color: #0099cc; font-size: 16px; font-weight: bold; line-height: 1em; padding: .6em 0 .5em; text-align: center; }
.text-member { font-size: 14px; font-weight: bold; line-height: 1.2em; }
#presale-tickets .float-box .box-presale { float: left; margin-right: 1.2vw; width:270px; }
#presale-tickets .float-box .box-presale img { width: 100%; }

/*#presale-tickets .slick-track,
#presale-tickets .slick-active { width: 100% !important; }*/

/* = content-last
------------------------------------------------------------------------------------------*/
#content-last { margin-bottom: 3vw; }
#content-last .content-wrap { background: #0099cc; padding:10px 0.9vw 16px; position: relative; }
#content-last h2 { text-align: left; color: #fff; font-size: 28px; font-weight: bold; line-height: 1.1em; padding: 0 0 10px 0; }
#content-last h2 span{ font-size:18px; line-height:1em;}
#content-last .content-wrap .link-more-2 { background: #FFF; color: #0099cc; display: block; font-size: 14px; font-weight: bold; padding:9px 0 ; line-height: 1em; position: absolute; top: 8px; right: 1vw; text-align: center; text-decoration: none; width: 116px;  font-family: "Oswald", メイリオ, Meiryo, "MS PGothic", Osaka, Arial, sans-serif;}
#content-last .content-wrap .link-more-2:hover{ background-color:#006699; color:#fff;}

#Livereport ul { margin-bottom: 10px; }
#Livereport ul li { float: left; margin: 0 1% 1% 0; width: 49.5%; }
/*#Livereport ul li:first-child{ width:100%;}*/
#Livereport ul li:nth-child(even) { margin-right: 0; }
#Livereport ul li img { width: 100%; }
#Livereport .link-more { background: #fff; color: #0099cc; display: block; font-size: 22px; font-weight: bold; line-height: 1em; padding: 11px 0; text-align: center; width: 100%;  font-family: "Oswald", メイリオ, Meiryo, "MS PGothic", Osaka, Arial, sans-serif;}
#Livereport .link-more:hover{ background-color:#006699; color:#FFF;}
#top10 ul,
#news ul { background: #fff; }
#top10 li,
#news li { border-bottom: 1px solid #ccc;  position: relative; text-align: left; }
#news li { }
#news li a{ display:block; padding: 8px 12px; color:#333;}
#news li a:hover{ background-color:#e9e9e9;}

#news li div { text-align: left; }
#news li div.news-title{ line-height:1.4em;}

#top10 li a{ display:block;padding: 12px 0 10px 0;}
#top10 li a:hover{ background-color:#e9e9e9;}
#top10 li .no { padding: 0 6px; position: absolute; left: 0; top: 12px; }
#top10 li span { color: #242424; font-size: 14px; line-height: 1.2em; text-decoration: none; display: block; padding-left: 58px; padding-right: 62px;}
#top10 li .artist { position: absolute; right: 5px; top: 3px; width: 50px; }

#news .date { color: #0099cc; font-weight:bold; }

/* = online-registration
------------------------------------------------------------------------------------------*/
#online-registration { margin-bottom: 3vw; }
#online-registration .content-wrap { padding: 38px 0; }
#online-registration h2,
#online-registration h3,
#online-registration p { text-align: center; }
#online-registration h2 { font-size: 36px; line-height: 1.2em; margin-bottom: .5em; }
#online-registration h2 img { height: 4vw; max-height: 34px; }
#online-registration h3 { margin-bottom: 1.2em; }
#online-registration h3 img { height: 1.5vw; max-height: 24px; }
#online-registration p { color: #fff; font-size: 24px; font-weight: bold; line-height: 1.6em; margin-bottom: .8em; }
#online-registration .section-wrap { background: #0099cc; width: 100%; }
#online-registration .box01 { background: #cc0000; padding: 28px 0; }
#online-registration .box01:last-of-type { background: #cc9900; }
#online-registration .link-detail,
#online-registration .link-login,
#online-registration .link-login-2 { background: #fff; display: block; font-size: 24px; font-weight: bold; margin: 0 auto; line-height: 1.2em; padding: 16px 0 14px 0; text-align: center; text-decoration: none; }

#online-registration .link-detail { color: #006699; width: 30%; }
#online-registration .link-detail:hover{ background-color:#006699; color:#fff;}

#online-registration .link-login { color: #cc0000; width: 80%; }
#online-registration .link-login:hover{ background-color:#800; color:#FFF;}

#online-registration .link-login-2 { color: #996600; width: 80%; }
#online-registration .link-login-2:hover { background-color:#996600; color:#FFF; }

/* = under-content
------------------------------------------------------------------------------------------*/
#under-content { margin-top: 2.5vw; }
#under-content h1 { color: #333; font-size: 60px; font-weight: bold; line-height: 1em; margin-bottom: 2vw; text-align: center; font-family: "Oswald", メイリオ, Meiryo, "MS PGothic", Osaka, Arial, sans-serif;}
#under-content h1.member_tit{ line-height:50px; padding-top:10px;}
#under-content .content-wrap { background: #fff; padding: 20px 0; }
.list-nav {}
/*#under-content h2 { margin-bottom: 3vw; text-align: center; }
#under-content h3 { color: #0099cc; font-size: 20px; font-weight: bold; padding: .3em 0 0 1em; text-align: left; }*/

#under-content #presale-tickets h2 { font-size: 32px; line-height: 1em; margin-bottom: .3em; text-align: left; }
#under-content #presale-tickets .rightbox { margin-right: 0;}
#under-content #presale-tickets .artist-name,
#under-content #presale-tickets .tour-title1 { color: #fff; }
#under-content #presale-tickets .content-wrap { background: #0099cc; padding: 1vw 0.5vw 1vw 1.5vw; }

#under-content #presale-tickets .slick-prev, #under-content #presale-tickets .slick-next{top: 60px; width:45px; height:45px; background-size:cover;}
#under-content #presale-tickets .slick-prev{ left:-1.5vw;}

@media screen and (min-width: 1350px) {
#under-content #presale-tickets .slick-prev, #under-content #presale-tickets .slick-next{top: 46px;}
#under-content #presale-tickets .slick-prev{ left:-1vw;}
#under-content #presale-tickets .content-wrap { padding: 1vw 0.5vw 1vw 1vw; }
#under-content #presale-tickets .float-box .box-presale { width:190px; margin-right:0.5vw;}
}

#under-content #presale-tickets .ticket-later { font-size: 12px; line-height: 1.2em; }
@media screen and (max-width: 1400px) {
	#under-content #presale-tickets .box03 ul li { margin: 0 0 5px; width: 100%; }
}

/*list*/
#under-content .list-nav h3 { border-left: 6px solid #0099cc; color: #0099cc; font-size: 30px; font-weight: bold; margin: 0 0 12px; line-height: 1em; padding: 15px 0 20px .8em; text-align: left; }
#under-content .list-nav .float-box { margin-top:1px;}
#under-content .list-nav .float-box li { width: 49%;margin-left: 1%; }
#under-content .list-nav .float-box li a{ display:block;background: #fff; color: #0099cc; border-radius: 16px 16px 0 0; font-size: 20px; font-weight: bold; line-height: 1em; padding: 24px 0 20px; text-align: center; color:#0099cc;}
#under-content .list-nav .float-box li.at a{ background-color:#0099cc; color: #fff;}
#under-content .list-nav .float-box li a:hover{ background-color:#f1f1f1;}
#under-content .list-nav .float-box li.at a:hover{ background-color:#0099cc;}
#under-information .month-tab ul { border-bottom: none; border-top: 1px solid #ccc; padding-top:8px; }
#under-information .month-tab li { margin-right: 0; padding: 0;}
#under-information .month-tab li a{ padding:15px 1.4%;}

#under-information .under-infomation-heading {}
#under-information .under-infomation-heading h2 { color: #0099cc; font-size: 32px; font-weight: bold; line-height: 1em; margin-bottom: 0; padding: 16px 0 0 3.3%; text-align: left; }
#under-information .under-infomation-heading .leftbox { margin-right: 1%; width: 24%; }
#under-information .under-infomation-heading .rightbox { width: 75%; }
#under-information .under-infomation-heading .rightbox table { width: 19.2%; border-spacing: 0; margin-left:0.5%;}
#under-information .under-infomation-heading #tabtitles .month td { border: 1px solid #ccc; border-bottom:none; border-radius: 10px 10px 0 0; font-size: 34px; line-height: 1em; padding: 14px 0 0; margin-top: 13px; float: left; width: 100%; height: 62px; font-family: "Oswald", メイリオ, Meiryo, "MS PGothic", Osaka, Arial, sans-serif; font-weight:normal;
-webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;}
#under-information .under-infomation-heading #tabtitles .month td span{ font-weight:bold; font-size:22px; padding-left:3px;}
#under-information .under-infomation-heading #tabtitles .month .recommend-month-black { background: #fff; color: #ccc; }
#under-information .under-infomation-heading #tabtitles .month .recommend-month-black:hover{ background-color:#e9e9e9;}
#under-information .under-infomation-heading #tabtitles .month .recommend-month-white { background: #0099cc; border:none; color: #fff;  margin-top: 0; height: 75px; padding:21px 0 0; }
#under-information .under-infomation-heading #tabtitles .month .recommend-month-white:hover{ background-color:#0099cc;}

#under-information #list-data,
#under-information #list-artist { margin-bottom: 2vw; }
#under-information #list-artist { padding-top:0.5vw; max-width:1300px; overflow:hidden;}
#under-information #list-artist .float-box{ width:101%;}
#under-information #list-artist .float-box .box04 { background: #fff; margin-bottom: 1%; }
#under-information #list-artist .float-box .box04  a{ color:#333;}
#under-information #list-artist .float-box .box04 img { width: 100%; }
#under-information #list-artist .float-box .box04 .inner-wrap { padding: 1em; }
#under-information #list-artist .float-box .box04 .inner-wrap h3,
#under-information #list-artist .float-box .box04 .inner-wrap p { text-align: left; }
#under-information #list-artist .float-box .box04 .inner-wrap h3 { font-size: 16px; line-height: 1.2em; margin-bottom: 0; font-weight:bold;}

/*news*/
#under-content #under-news{ max-width:1200px; margin:0 auto;}
#under-content #under-news .table-box{ margin-bottom:2vw;}
#under-content #under-news dt.box01 { vertical-align: top; width: 25%; }
#under-content #under-news dd.box01 { padding: 13px 0 0 3%; width: 75%; }
#under-content #under-news dd.box01 a{ font-weight:bold; color:#0099cc;}
#under-content #under-news dd.box01 a:hover{ color: #00ccff;}
#under-content #under-news .sns-link { margin-left: auto; width: 75px; }
#under-content #under-news .sns-link dt { margin-right: 15px; }
#under-content #under-news .sns-link dd { margin-right: 0; }
#under-content #under-news .sns-link a { color: #666; display: block; font-size: 30px; height: 30px; line-height: 1em; }
#under-content #under-news .sns-link a i { vertical-align: top; }
#under-content #under-news .date { color: #999; font-size: 60px; font-weight: bold; line-height: 1.5em; text-align: right; font-family: "Oswald", メイリオ, Meiryo, "MS PGothic", Osaka, Arial, sans-serif; }
#under-content #under-news .title { color: #0099cc; font-size: 30px; font-weight: bold; line-height: 1.3em; margin-bottom: .8em; text-align: left; }
#under-content #under-news .body { font-size: 14px; line-height: 1.6em; text-align: left; }
#under-content #under-news .body img{ width:auto!important; height:auto!important; max-width:100%!important;}
#under-content #under-news .pagination{ padding-left:28%; margin-bottom: 4vw;}
#under-content #under-news .pagination ul { }
#under-content #under-news .pagination li a { background: #fff; color: #0099cc; font-size: 18px; font-weight: bold; float: left; line-height: 1em; margin: 0 1% 1% 0; padding: .4em 1.6em; text-align: center; text-decoration: none;  font-family: "Oswald", メイリオ, Meiryo, "MS PGothic", Osaka, Arial, sans-serif;}

/*reports*/
#under-content #under-report { margin-bottom: 2vw; max-width:1300px; overflow:hidden; }
#under-content #under-report .box03 { margin-bottom: 1%; }
#under-content #under-report .box03 img { width: 100%; overflow:hidden; }
#under-content #under-report .float-box{ width:101%;}

/*member*/
#under-content .whatonlinemember { font-size: 16px; line-height: 1.8em; margin-bottom: 2vw; text-align: left; }
#under-content .text-club { color: #cc0000; font-size: 1em; font-weight: bold; }
#under-content .text-member {  /*color: #ff9900;*/ text-align:left; font-size: 1em; }

#under-member .box01 { width: 49.5%; }
#under-member .online-club { background: #cc0000; margin-right: 1%; padding: 2.5em 1em 1em; border-radius:10px; }
#under-member#under-member .online-menu { background: #0099cc; margin-right: 0; padding: 2.5em 1em 1em; border-radius: 10px;}

#under-member .content-wrap{ background: #fff; padding: 15px 20px; width: 100%; }

#under-member .box03 {  margin-right: 0; padding: 23px 7px 7px; border-radius:10px;}
#under-member .box03.pratinum_member{ background-color:#cc0000;}
#under-member .box03.mobile_member{ background-color:#0066cc;}
#under-member .box03.mail_member{ background-color:#ff6633;}
#under-member .box03 .content-wrap{ padding: 15px 15px 140px;}

#under-member h2 { font-size: 14px; line-height: 1em; margin-bottom: 0; text-align: center; height:50px; }
#under-member li,
#under-member p { text-align: left; }
#under-member ul{ margin-bottom:18px;}
#under-member li{ font-size: 16px; line-height: 1.3em; margin-bottom: 6px; padding-left:80px; position:relative; min-height:28px; padding-top:3px;}
#under-member li img{ vertical-align: middle; position:absolute; left:0; top:0; }

#under-member .price_list{ margin-bottom:60px;}
#under-member .price_list .box03{ margin-right:1%; width:32.66%;}
#under-member .price_list .box03:last-child{ margin-right:0;}
#under-member .price_list li{ font-size:14px;  line-height:1.4em; padding-left:70px;}
#under-member .price_list .price_01{ font-weight:bold; font-size:22px; line-height:1.4em; margin:0; text-align:center; padding:15px 0 3px;}
#under-member .price_list .price_02{ font-weight:bold; font-size:20px; line-height:1.4em; margin:0; text-align:center; margin-bottom:20px;}
#under-member .price_list .price_01 strong{ font-size:36px;}
#under-member .price_list .price_02 strong{ font-size:24px;}

#under-member .price_list .member_link{position:absolute; bottom:-45px;  left:0;}
#under-member .price_list .member_link li{  min-height:inherit; width:90%; padding:0; margin:0 auto; line-height:0; margin-bottom:8px;}
#under-member .price_list .member_link li a{ display:block; background-color:#FFF;}
#under-member .price_list .member_link li img{ width:100%; position:inherit;}

/* new */
#under-member .box01.color_mail{ background-color:#ff6633;}
#under-member .box01.color_mail .detail-box{ color:#ff6633;}

#under-member .box01.color_mobile{ background-color:#0066cc;}
#under-member .box01.color_mobile .detail-box{ color:#0066cc;}
/* new */

#under-member .online-menu .member_menu{text-align:left; border-top:1px solid #ccc;} 
#under-member .online-menu .member_menu li{ border-bottom:1px solid #ccc; padding-left:0;} 
#under-member .online-menu .member_menu li a{ display:block; background-image:url(../images/member_menu_icon.png); background-repeat:no-repeat; background-position:0 12px; line-height:1em; padding:12px 0 12px 1.5em}
#under-member .online-menu .member_menu li a:hover{ background-color:#eee;}

#under-member .detail-box { border: 5px solid #ccc; font-size: 24px; font-weight: bold; line-height: 1em; margin-bottom: 15px; padding: 20px 0 16px 0; text-align: center; width: 100%; }
#under-member .online-club .detail-box { color: #cc0000; }
#under-member .online-member .detail-box { color: #ff9900; }
#under-member .online-club .link-button,
#under-member .online-member .link-button { margin-bottom: 16px; }
#under-member { margin-bottom: 2vw; }

#under-member h2.member_tit{ color:#fff; font-size:24px; line-height:1em; font-weight:bold;}

#under-member .notes{ font-size:12px; line-height:1.5em;}

/*company*/
#under-company .box01 { margin-right: 4%; width: 40%; }
#under-company .box01:last-of-type { margin-right: 0%; width: 56%; }
#under-company ul { margin-bottom: 2vw; }
#under-company .box01 img { border: 1px solid #333; width: 100%; }
#under-company .box01 dl { border-top: 1px solid #333; display: table; padding: 1.5em 0; width: 100%; }
#under-company .box01 dl:last-of-type { border-bottom: 1px solid #333; }
#under-company .box01 dt,
#under-company .box01 dd { color: #333; display: table-cell; font-size: 16px; line-height: 1.7em; text-align: left; }
#under-company .box01 dt { padding-right: 1em; width: 15%; }
#under-company .box01 dd { width: 80%; }
#under-company .tell  { background: #fff; margin-bottom: 2vw; width: 100%; }
#under-company .tell h3 { background: #0099cc; padding: 15px 0; text-align: center; color: #fff; font-weight: bold; font-size: 26px; line-height:1.2em;}
#under-company .tell p { font-size: 42px; font-weight: bold; line-height: 1.4em; padding: 1em 0 !important; text-align: center; font-family: "Oswald", メイリオ, Meiryo, "MS PGothic", Osaka, Arial, sans-serif;}
#under-company .tell p span { font-size: .6em }

/*privacy*/
#under-privacy { margin-bottom: 2vw; }
#under-privacy h2 { border-top: 1px solid #333; border-bottom: 1px solid #333; font-size: 30px; margin-bottom: .5em; padding: 1em 0; text-align: center; }
#under-privacy h3 { color: #0099cc; font-size: 24px; font-weight: bold; line-height: 1em; margin-bottom: .5em; }
#under-privacy p { font-size: 16px; line-height: 1.4em; margin-bottom: 2em; text-align: left; }

/*recruit*/
#under-recruit { margin-bottom: 2vw; }
#under-recruit .content-wrap { background: #fff; padding: 25px 30px 25px 0; width: 100%; }
#under-recruit .box01 { margin-right: 4%; width: 30%; }
#under-recruit .box01:last-of-type { margin-right: 0; width: 66%; padding-top:20px; }
#under-recruit .content-left h2 { background: #0099cc; color: #fff; font-size: 30px; font-weight: bold; line-height: 1em; margin-bottom: .3em; padding: .5em 0 .5em 4em; text-align: left; width: 100%; }
#under-recruit .content-left li { color: #0099cc; font-size: 30px; font-weight: bold; line-height: 1.4em; margin-bottom: .3em; padding-left: 3em; text-align: left; }
@media screen and (max-width: 1213px) {
	#under-recruit .content-left h2 { padding-left: 2.2em; }
	#under-recruit .content-left li { padding-left: 1.2em; }
}
#under-recruit .content-right h3 { border-bottom: 1px solid #ccc; font-size: 16px; line-height: 1.2em; margin-bottom: .5em; padding-bottom: .5em; text-align: left; }
#under-recruit .content-right p { font-size: 16px; line-height: 1.4em; text-align: left; margin-bottom: 2em; }

/*contact*/
#under-contact .tell  { background: #fff; margin-bottom: 2vw; width: 100%; }
#under-contact .tell h2 { background: #0099cc; font-size: 26px; line-height: 1.2em; margin-bottom: 0; padding: 15px 0; text-align: center; color:#fff; font-weight:bold; }
#under-contact .tell p { font-size: 42px; font-weight: bold; line-height: 1.4em; padding: 1em 0 !important; text-align: center; font-family: "Oswald", メイリオ, Meiryo, "MS PGothic", Osaka, Arial, sans-serif; }
#under-contact .tell p span { font-size: .6em }

/********************** slick *******************************/

#sub-slide a,
#presale-tickets a { backface-visibility: hidden; -webkit-backface-visibility: hidden;}
#sub-slide a:hover
#presale-tickets a:hover { background-color: #000; }

#sub-slide .slick-slider,
#presale-tickets .slick-slider { margin:0;}

#sub-slide .slick-slide a:hover img,
#presale-tickets .slick-slide a:hover img{ opacity:0.8!important;}
#pickup-artist2 button,
#sub-slide button,
#presale-tickets button { appearance: none; background-color: transparent; border: none; cursor: pointer; outline: none; overflow:hidden; padding: 0; text-indent:100%; white-space:nowrap; }
#sub-slide .slick-prev,
#sub-slide .slick-next,
#presale-tickets .slick-prev,
#presale-tickets .slick-next { border: none; cursor: pointer; height: 63px; position: absolute; top: calc(50% - 31px); transition: .2s; width: 66px; z-index: 1; }
#sub-slide .slick-prev:hover,
#sub-slide .slick-next:hover,
#presale-tickets .slick-prev:hover,
#presale-tickets .slick-next:hover { opacity: .8; } 
#sub-slide .slick-prev{ background: url(../images/arrow_left.png) center no-repeat; left: -0.2vw; }
#presale-tickets .slick-prev { background: url(../images/arrow_left.png) center no-repeat; left: -1.5vw; }
#sub-slide .slick-next{ background: url(../images/arrow_right.png) center no-repeat; right: 0; }
#presale-tickets .slick-next { background: url(../images/arrow_right.png) center no-repeat; right: -0.5vw; }
.slick-prev:before,
.slick-next:before {
    content:"";
}
.newslider.slick-initialized .slick-slide:hover{ background-color:#FFF;}
.newslider.slick-initialized .slick-slide:hover img{ opacity:0.9;}
.slick-disabled { display: none !important; }

#pickup-artist2 .newslider-nav .draggable { padding: 0 !important; position: relative; }
#pickup-artist2 .newslider-nav .slick-prev { display: none !important; }
#pickup-artist2 .newslider-nav .slick-next { background: url(../images/arrow_slide_bottom.png) center no-repeat; background-size: contain; border: none; cursor: pointer; height: 2.59vw; position: absolute; bottom: 0; left: 0; transition: .2s; width: 100%; z-index: 1; }
/*#pickup-artist2 .newslider-nav .slick-track { transform: translate3d(0px, 0, 0px) !important; }*/
#pickup-artist2 .newslider-nav .slick-slide img { opacity: .6; }
#pickup-artist2 .newslider-nav .slick-center img { opacity: 1 !important; }

/* = detail
------------------------------------------------------------------------------------------*/
#detail-header { background: #000; padding: 1vw 6vw 0; position: relative; }
#detail-header .leftbox { width: 66%; }
#detail-header .leftbox img { margin-left: 1vw; margin-bottom: -1vw; width: calc(100% - 1vw); }
#detail-header .rightbox { padding:0 2.5% 36px; position: relative; width: 34%; }
#detail-header h3.artist-name { border-bottom: 1px solid #0099cc; color: #fff; font-size: 28px; font-weight: bold; line-height: 1.2em; margin-bottom: .5em; padding-bottom: .5em; }
#detail-header h4.tour-name { color: #fff; font-size: 20px; font-weight: bold; line-height: 1.2em; margin-bottom: .5em; }
#detail-header p { color: #fff; }
#detail-header .sns-links { display: table; position: absolute; bottom: 1vw; left: 8.5%; width: 89%; }
#detail-header .sns-links p,
#detail-header .sns-links ul { display: table-cell; vertical-align: middle; }
#detail-header .sns-links p { font-size: 14px; font-family: "Oswald", sans-serif,メイリオ, Meiryo, "MS PGothic", Osaka, Arial, sans-serif; line-height: 1em; margin-right: 2%; width: 13%; }
#detail-header .sns-links ul { width: 83%; }
#detail-header .sns-links li { margin-right: 6px; }
#detail-header .sns-links li a { border-radius: 6px; display: block; height: 35px; line-height: 35px; text-align: center; width: 70px; }
#detail-header .sns-links li a i { color: #fff; font-size: 23px; line-height: 1em; vertical-align: middle; }
#detail-header .sns-links li.li a img { height: 30px; width: 30px; }
#detail-header .sns-links li.li a { background: #00b900; padding: 2.5px 20px; }
#detail-header .sns-links li.fb a { background: #3b5998; }
#detail-header .sns-links li.tw a { background: #00acee; }

@media screen and (max-width: 1400px) {
#detail-header { padding: 1vw 0 0 0; }
	#detail-header .sns-links p { width: 15%; }
	#detail-header .sns-links ul { width: 78%; }
	#detail-header .sns-links li a { height: 28px; line-height: 28px; width: 53px; }
	#detail-header .sns-links li a i { font-size: 17px; }
	#detail-header .sns-links li.li a img { height: 24px; width: 24px; }
	#detail-header .sns-links li.li a { padding: 2.5px 16px; }
}

#detail-content { margin-bottom:2vw;}
#detail-content .leftbox { width: 70%; }
#detail-content .rightbox { margin-left: 1%; width: 29%; }
#detail-content .content-wrap { margin-bottom: 1vw; }
#detail-content .content-wrap h2,
#detail-content .content-wrap h3,
#detail-content .content-wrap p { text-align: left; }
#detail-content .content-wrap h2 { font-size: 30px; line-height: 1em; margin-bottom: .5em; font-weight:bold; }
/*#detail-content .content-wrap h3 { line-height:  }*/
#detail-content .leftbox .content-wrap { padding: 21px 32px; }
#detail-content .leftbox .content-wrap a{}

#detail-content .leftbox .content-wrap.detail_info{ text-align:left;}
#detail-content .leftbox .content-wrap.detail_info span{ font-size:1em;}

#detail-content .text-red { color: #cc0000; font-size: 1em;}
#detail-content .text-blue { color: blue; font-size: 1em;}
#detail-content .schedule .schedule-when { line-height: 1em;font-family: "Oswald", メイリオ, Meiryo, "MS PGothic", Osaka, Arial, sans-serif;}
#detail-content .schedule .year { color: #006699; font-size: 16px; line-height: 1em; display:block;}
#detail-content .schedule .date { color: #006699; font-size: 30px; line-height: 1.1em; margin-bottom:0.2em; display:block;}
#detail-content .schedule .day { background: #000; color: #fff; font-size: 12px; font-weight: bold; line-height: 1em;padding:4px 0 6px;display: block; text-align: center; width: 100%; }
#detail-content .schedule .place { color: #006699; font-size: 28px; line-height: 1.2em;  font-weight:bold;display: block; float: left; width: 87%;}
#detail-content .schedule .date_detail{ clear:both; margin:0;}
#detail-content .schedule .map { background: #0099cc; color: #fff; font-size: 12px; font-weight: bold; line-height: 1em; padding:9px 20px;margin-top: -3px;text-align: center; display: block;float: right; }
#detail-content .schedule .map:hover{ background-color:#006699}
#detail-content .price {/* font-size: 20px; line-height: 1.4em;*/ font-size:1em; /* display:block;*/ }

#detail-content .schedule { border-bottom: 1px solid #0099cc; padding-bottom: 17px; margin-bottom: 11px; width: 100%;}
#detail-content .schedule td { text-align: left; vertical-align: top;}
#detail-content .schedule td:nth-child(1) { width: 9%; }
#detail-content .schedule td:nth-child(2) {  width: 85%; padding-left:3%; padding-top:15px; }

#detail-content .schedule_detail{ padding-top:5px; text-align:left;}

#detail-content .description .leftbox { width: 60%;}
#detail-content .description .leftbox p span{ font-size:14px!important; line-height:1.4em!important;}
#detail-content .description .rightbox { margin-left:3%; width: 37%;}
#detail-content .description img { margin-bottom: 1vw;}
#detail-content .description .artist-name { color: #006699; font-size: 22px; line-height: 1em; margin-bottom: .7em; font-weight:bold; font-family: "Oswald", メイリオ, Meiryo, "MS PGothic", Osaka, Arial, sans-serif;}
#detail-content .link-official { border: 3px solid #0099cc; color: #0099cc; display: block; font-size:16px; line-height: 1em; margin-bottom: 5px; padding: 12px 0; position: relative; font-family: "Oswald", メイリオ, Meiryo, "MS PGothic", Osaka, Arial, sans-serif;}
#detail-content .link-official::after { border: .4em solid transparent; border-left: .6em solid #0099cc; content: ""; display: block; position: absolute; top: calc(50% - .4em); right: 1em; }
#detail-content .link-official:hover{ background-color:#006699; color: #FFF; border:3px solid #006699;}

#detail-content .rightbox img { width: 100%;}
#detail-content .rightbox .inner-wrap { background: #fff; padding: 10px 12px; text-align: left;}
#detail-content .rightbox .inner-wrap a{  font-weight:bold;}
#detail-content .rightbox span{ line-height:1.5em; display:block; padding-top:10px;}
#detail-content .rightbox .club,
#detail-content .rightbox .member,
#detail-content .rightbox .ippan { padding: 8px; position: relative;}
#detail-content .rightbox .club { background: #cc0000; }
#detail-content .rightbox .member { background: #0066cc;}
#detail-content .rightbox .ippan { background: #0099cc;}
#detail-content .rightbox h2 { color: #fff; font-weight: bold; line-height: 1.2em; margin-bottom: 0; text-align: left;}
#detail-content .rightbox .club h2 { font-size: 18px; padding: 0 70px 8px 2px; }
#detail-content .rightbox .member h2 { font-size: 18px; padding:  0 70px 8px 2px;}
#detail-content .rightbox .ippan h2 { font-size: 16px; padding: 0 70px 8px 2px;}
#detail-content .rightbox .icon { background: #800000; color: #fff; font-size: 12px; line-height: 1em; padding:5px 10px; position: absolute; top: 8px; right: 8px;}
#detail-content .rightbox .club .icon { background: #800000;}
#detail-content .rightbox .member .icon { background: #003399;}
#detail-content .rightbox .title { color: #cc0000; font-size: 18px; line-height: 1.2em; margin-bottom:5px; font-weight:bold;}
#detail-content .rightbox p{ margin:0 0 1em;}
#detail-content .rightbox p.date{ margin-bottom:1em; font-size:16px; line-height:1.4em; font-weight:bold; font-family: "Oswald", メイリオ, Meiryo, "MS PGothic", Osaka, Arial, sans-serif;}
#detail-content .rightbox .ippan .table-date{ margin-bottom:8px;}
#detail-content .rightbox .ippan .table-date table { border: 1px solid #323561; border-collapse: collapse; margin-bottom: 3px; width: 100%;}
#detail-content .rightbox .ippan .table-date td { background: #323561; color: #fff; font-size: 11px; font-weight: bold; line-height: 1.4em; padding: 7px; width:55%; text-align:center; }
#detail-content .rightbox .ippan .table-date td:nth-child(2) { background: #fff; color: #cc0000; font-size: 18px; line-height: 1.4em; text-align: center;font-family: "Oswald", メイリオ, Meiryo, "MS PGothic", Osaka, Arial, sans-serif}
#detail-content .rightbox .ippan .playguide{ }
#detail-content .rightbox .ippan .playguide table{ border-spacing:0; margin-bottom:5px;width: 100%;}
#detail-content .rightbox .ippan .playguide table td { width: 40%; vertical-align:top; line-height:1.4em;}
#detail-content .rightbox .ippan .playguide table td:nth-child(2) { background: #e9e9e9; width: 60%; padding: 5px 5px 5px 10px;}
#detail-content .rightbox .ippan .playguide table td:nth-child(2) img{ margin-right:5px;}
#detail-content .rightbox .ippan .playguide .tell { width: 16px;}
#detail-content .rightbox .movie { padding-top:10px;margin-bottom:0.5vw;}
#detail-content .rightbox .movie h2 { color: #000; font-size: 30px; line-height: 1em; margin-bottom: 10px; text-align: left;}
#detail-content .rightbox .movie iframe { margin-bottom: 0.5vw;width:100%;}

#detail-content .rightbox .right_info a{ display:block; text-align:center;}

#detail-content .rightbox .about_link a{ display:block; text-align:center; border:3px solid #CCC; padding:8px 0 7px; font-size:13px; line-height:1em;}

/* = report-detail
------------------------------------------------------------------------------------------*/
main.report_wrap{ margin-top:0.5vw!important; }
main.report_wrap:before{ background-color:#000; content:""; width:100%; height:51.5vw; max-height:750px; display: block; position: absolute; left: 0; top: 0; z-index: -1;}
.report_detail{ width:100%; margin-bottom:2.4vw;}
.report_detail:after{ content: ""; clear: both; display: block; }
.report_detail img{ display:none;}
.report_detail .main-wide{ width:100%;}
.report_detail .main-wide h2{ display:none;}
.report_detail .main-wide p{ display:block;}
.report_detail .main-wide img{ width:100%; display:block;}
/* 左エリア */
.report_detail .main-narrow { width: 72%; float: left;}
.report_detail .main-narrow p{ display:block;}
.report_detail .live-report{ padding: 1.2vw 2.4vw 2.4vw; background-color:#FFF;}
.report_detail .live-report img{ display:none;}
.report_detail .live-report .artist-name { color: #0099cc; font-size: 36px; font-weight: bold; line-height: 1.2em; margin-bottom: .1em; font-family: "Oswald", メイリオ, Meiryo, "MS PGothic", Osaka, Arial, sans-serif;}
.report_detail .live-report .tour-name{ margin-bottom: .5em;font-size: 24px; line-height: 1.4em;  font-family: "Oswald", メイリオ, Meiryo, "MS PGothic", Osaka, Arial, sans-serif;}
.report_detail .live-report .tour-description{font-size: 16px; font-weight:bold; line-height: 1.4em; margin-bottom: 0;font-family: "Oswald", メイリオ, Meiryo, "MS PGothic", Osaka, Arial, sans-serif;}
.report_detail .live-report .report{ border-top: 1px solid rgb(204, 204, 204); margin-top: 20px; padding-top: 24px;}
.report_detail .live-report .report img{ width:100%; height:auto; display:block;}
/* 右エリア */
.report_detail .sidebar-right{ margin-left: 1%; width: 27%; float:right; }
.report_detail .sidebar-right table{ line-height:0; margin-bottom:10px; width:100%; background-color:#FFF;}
.report_detail .sidebar-right table td{ width:50%; padding:5px;}
.report_detail .sidebar-right table td:first-child{ text-align:right;}
.report_detail .sidebar-right table td:last-child{ text-align:left;}


.report_detail .sidebar-right p{ display:block;}
.report_detail .sidebar-right img{ display:block; width:100%; height:auto;}
.report_detail .sidebar-right .box .title img{ width:100%; height:auto;}
.report_detail .sidebar-right .set-list{ background: rgb(0, 153, 204); padding: 8px 8px 1px; margin-bottom:1vw;font-size: 14px; line-height: 1.7em;}
.report_detail .sidebar-right .set-list ul{text-align: left; background: rgb(255, 255, 255); padding: 0.5vw 1vw 1vw;}
.report_detail .sidebar-right .live-schedule{ background: rgb(0, 153, 204); padding: 8px; margin-bottom:1vw;font-size: 12px; line-height: 1.4em;}
.report_detail .sidebar-right .live-schedule ul{text-align: left; background: rgb(255, 255, 255); padding: 0.5vw 1vw 0.5vw;}
.report_detail .sidebar-right .live-schedule ul li{ border-bottom:1px dotted #aaa; padding-bottom:5px; margin-bottom:5px;}
.report_detail .sidebar-right .photo { margin-bottom:1vw;}
.report_detail .sidebar-right .photo li{ float:left; width: 49.5%; margin: 0px 1% 1% 0px;}
.report_detail .sidebar-right .photo li.even{ margin-right:0;}
.report_detail .sidebar-right .photo li img{ width:100%; height:auto;}
.report_detail .link-report{ clear:both; width:72%;}
.report_detail .link-report a { border: 5px solid #ccc; border-radius: 6px; color: #0099cc; display: block; font-size: 30px; font-weight: bold; line-height: 1em; padding: 20px 0; position: relative; text-align: center; text-decoration: none; width: 100%; font-family: "Oswald", メイリオ, Meiryo, "MS PGothic", Osaka, Arial, sans-serif; background-color:#FFF;}
.report_detail .link-report a:hover{ background-color:#006699; color: #FFF;}
.report_detail .link-report a:after { border: .3em solid transparent; border-left: .4em solid #0099cc; content: ""; position: absolute; right: .7em; top: calc(50% - .3em); }
/*


#report-detail {}
#report-detail-header { background: #000; padding: .5vw 0 5vw; position: relative; width: 100%; }
#report-detail-header .header-wrap { margin: 0 auto; width: 90%; }
#report-detail-header .header-wrap img { width: 100%; }
#report-detail-content { margin-top: -6vw; }
#report-detail-content .leftbox { width: 72%; }
#report-detail-content .rightbox { margin-left: 1%; width: 27%; }
#report-detail-content .content-wrap { margin-bottom: 3vw; }
#report-detail-content .content-wrap h2,
#report-detail-content .content-wrap h3,
#report-detail-content .content-wrap p { text-align: left; }
#report-detail-content .leftbox .content-wrap { padding:1.2vw 2.4vw 2.4vw; }
#report-detail-content .live-report-heading { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding-bottom: 24px; width: 100%; }
#report-detail-content .artist-name { color: #0099cc; font-size: 36px; font-weight: bold; line-height: 1.2em; margin-bottom: .1em; }
#report-detail-content .tour-name { margin-bottom: .5em;font-size: 24px; line-height: 1.4em;  }
#report-detail-content .tour-description{font-size: 16px; font-weight:bold; line-height: 1.4em; margin-bottom: 0;font-family: "Oswald", メイリオ, Meiryo, "MS PGothic", Osaka, Arial, sans-serif;}
#report-detail-content .report .report-title { font-size: 24px; line-height: 1.4em; margin-bottom: 1em; text-align: left; }
#report-detail-content .report p { font-size: 16px; line-height: 1.7em; margin-bottom: 1em; }
#report-detail-content .report img { width: 100%; }
#report-detail-content .report .link-report a { border: 5px solid #ccc; border-radius: 6px; color: #0099cc; display: block; font-size: 30px; font-weight: bold; line-height: 1em; padding: 20px 0; position: relative; text-align: center; text-decoration: none; width: 100%; font-family: "Oswald", メイリオ, Meiryo, "MS PGothic", Osaka, Arial, sans-serif;}
#report-detail-content .report .link-report a:hover{ background-color:#006699; color: #FFF;}
#report-detail-content .report .link-report a:after { border: .3em solid transparent; border-left: .4em solid #0099cc; content: ""; position: absolute; right: .7em; top: calc(50% - .3em); }
#report-detail-content .setlist,
#report-detail-content .live-schedule { background: #0099cc; padding:8px; }
#report-detail-content .setlist h2,
#report-detail-content .live-schedule h2 { color: #fff; font-size: 21px; font-weight: bold; line-height: 1.2em; margin-bottom:8px; padding-left:1px; }
#report-detail-content .rightbox .content-wrap{ margin-bottom:1vw;}
#report-detail-content .setlist .inner-wrap,
#report-detail-content .live-schedule .inner-wrap { background: #fff; padding: 0.5vw 1vw; text-align: left;}
#report-detail-content .setlist ul { margin-bottom: 1em; }
#report-detail-content .setlist ul:last-of-type { margin-bottom: 0; }
#report-detail-content .photo{ margin-bottom: 1vw;}
#report-detail-content .photo h2,
#report-detail-content .other h2{ font-weight:bold; text-align: left; color:#0099cc; margin-bottom:10px; font-size:24px; line-height:1em; }
#report-detail-content .other { }
#report-detail-content .other img{ width:100%;}
#report-detail-content .photo .float-box .box01 { margin: 0 1% 1% 0; width: 49.5%; }
#report-detail-content .photo .float-box .box01:nth-child(even) { margin-right: 0; }
#report-detail-content .photo .float-box .box01 img { width: 100%; }
*/


.youtube{ 		
line-height:0;		
/*		
position:relative;		
width:100%; margin:0 auto 10px;		
padding-top:56.25%;		
*/		
}		
.youtube iframe{		
/*		
position:absolute;		
top:0;		
right:0;		
height:100%;		
*/		
}

/* = search-result
------------------------------------------------------------------------------------------*/
#search_result{}
#search_result #live-info-list{}
#search_result #live-info-list li{margin-bottom:10px; }
#search_result #live-info-list li a{ display:block; background-color:#FFF; padding:10px; color:#333;}
#search_result #live-info-list li a:hover{ background-color:#f2f2f2;}
#search_result #live-info-list td{ vertical-align:top;}
#search_result #live-info-list td.photo{ padding-right:20px;}
#search_result #live-info-list h3.artist-name{ margin-bottom:5px; font-weight:bold; color:#006699;}
#search_result #live-info-list .ticket{ font-weight:bold; color: #C00;}

/* =ページトップ
------------------------------------------------------------------------------------------*/
.page_top{text-align: right;margin: 0; width:80px; text-align:center;position:fixed; right:30px; bottom:40px; z-index:10;}
.page_top a{background:#006699;display:block;border-radius: 50%;height:80px; width:80px; line-height:80px; color:#fff;font-family: "Oswald", メイリオ, Meiryo, "MS PGothic", Osaka, Arial, sans-serif;font-size:12px;
-webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;}
.page_top a:hover{background:#0099cc; text-decoration:none; cursor:pointer;}

/* =map
------------------------------------------------------------------------------------------*/
.hip_map_lb_map {
    margin: 0 auto;
    width: 95%;
    height: 95%;
}


/* =新システム説明 20170418
------------------------------------------------------------------------------------------*/
#under-member.newsystem{ background-color:#FFF; padding:2vw 2.5vw; font-size:16px; line-height:1.7em;}

.newsystem .new_lead { margin-bottom:20px;}
.newsystem .new_lead strong{ color:#C00; font-size:24px;}

#under-member.newsystem h2{ background-color:#0099cc; color:#fff; margin-bottom:20px; height:inherit; font-size:24px; font-weight:bold; line-height:1.5em; padding:10px 25px; text-align:left;}
#under-member.newsystem h3{ color:#0099cc; border-bottom:1px solid #0099cc; font-size:24px; font-weight:bold; padding-bottom:10px; margin-bottom:10px;}
#under-member.newsystem ul,
#under-member.newsystem ol{ margin-bottom:20px;}
#under-member.newsystem li{ margin-bottom:5px;}
#under-member.newsystem .new_block{ margin-bottom:30px;}

#under-member.newsystem .new_block strong{ font-size:24px;}

#under-member.newsystem .member_url{ line-height:1.5em; margin-bottom:10px; font-size:20px; font-weight:bold;}
#under-member.newsystem .member_url a{ color:#0099cc;}

/* top */
.top_newsystem_bnr{width:98%; margin:1vw auto 0; line-height:0;}
.top_newsystem_bnr img{ width:100%; }

/* member */
.member_newsystem_bnr{ width:100%; margin:0 auto 1vw;}
.member_newsystem_bnr img{ width:100%; }




