@charset "UTF-8";
/* ----------------------------------------
  BROWSER RESET
---------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

header, footer, nav, article, section, aside {
  display: block;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

img {
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}

input[type="submit"] {
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
}

input[type="text"],
input[type="email"],
textarea {
  border: 1px solid #e3e3e3;
  padding: 5px;
}

body {
  font: 13px/1.231 Helvetica, Arial,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", verdana, sans-serif;
  letter-spacing: 1.5px;
  -webkit-text-size-adjust: none;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #00cc33;
}

a img.opacity:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

:focus {
  -moz-outline-style: none;
}

::-moz-selection {
  color: black;
  background: #ce1d1d;
}

::selection {
  color: black;
  background: #ce1d1d;
}

/*  clearfix
-------------------------------------- */
/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}

/* ----------------------------------------
  FONTS
---------------------------------------- */
.gothic {
  font-family: Helvetica, Arial,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", verdana, sans-serif;
}

.mincho {font-family: "ＭＳ 明朝","MS Mincho","ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro", serif;}
.f50 {font-size: 50%;}
.f80 {font-size: 80%;}
.f90 {font-size: 90%;}
.f110 {font-size: 110%;}
.f120 {font-size: 120%;}
.f130 {font-size: 130%;}
.f9 {font-size: 9px !important;}
.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;}
.f17 {font-size: 17px !important;}
.f18 {font-size: 18px !important;}
.f19 {font-size: 19px !important;}
.f20 {font-size: 20px !important;}
.f25 {font-size: 25px !important;}
.f30 {font-size: 30px !important;}
/* ----------------------------------------
  LAYOUT
---------------------------------------- */
.left {
  float: left;display: inline;}
.right {float: right;display: inline;}
.clear {clear: both;}
.clearleft {clear: left;}
.clearright {clear: right;}
.aleft {text-align: left;}
.acenter {text-align: center;}
.aright {text-align: right;}
/* ----------------------------------------
  MARGIN
---------------------------------------- */
.m0 {margin: 0 !important;}
.m5 {margin: 5px !important;}
.m10 {margin: 10px !important;}
.m15 {margin: 15px !important;}
.m20 {margin: 20px !important;}
.m25 {margin: 25px !important;}
.m30 {margin: 30px !important;}
.m35 {margin: 35px !important;}
.m40 {margin: 40px !important;}
.mt0 {margin-top: 0 !important;}
.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt35 {margin-top: 35px !important;}
.mt40 {margin-top: 40px !important;}
.mr0 {margin-right: 0 !important;}
.mr5 {margin-right: 5px !important;}
.mr10 {margin-right: 10px !important;}
.mr15 {margin-right: 15px !important;}
.mr20 {margin-right: 20px !important;}
.mr25 {margin-right: 25px !important;}
.mr30 {margin-right: 30px !important;}
.mr35 {margin-right: 35px !important;}
.mr40 {margin-right: 40px !important;}
.mb0 {margin-bottom: 0 !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;}
.ml0 {margin-left: 0 !important;}
.ml5 {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.ml25 {margin-left: 25px !important;}
.ml30 {margin-left: 30px !important;}
.ml35 {margin-left: 35px !important;}
.ml40 {margin-left: 40px !important;}
/* ----------------------------------------
  PADDING
---------------------------------------- */
.p0 {padding: 0 !important;}
.p5 {padding: 5px !important;}
.p10 {padding: 10px !important;}
.p15 {padding: 15px !important;}
.p20 {padding: 20px !important;}
.p25 {padding: 25px !important;}
.p30 {padding: 30px !important;}
.p35 {padding: 35px !important;}
.p40 {padding: 40px !important;}
.pt0 {padding-top: 0 !important;}
.pt5 {padding-top: 5px !important;}
.pt10 {padding-top: 10px !important;}
.pt15 {padding-top: 15px !important;}
.pt20 {padding-top: 20px !important;}
.pt25 {padding-top: 25px !important;}
.pt30 {padding-top: 30px !important;}
.pt35 {padding-top: 35px !important;}
.pt40 {padding-top: 40px !important;}
.pr0 {padding-right: 0 !important;}
.pr5 {padding-right: 5px !important;}
.pr10 {padding-right: 10px !important;}
.pr15 {padding-right: 15px !important;}
.pr20 {padding-right: 20px !important;}
.pr25 {padding-right: 25px !important;}
.pr30 {padding-right: 30px !important;}
.pr35 {padding-right: 35px !important;}
.pr40 {padding-right: 40px !important;}
.pb0 {padding-bottom: 0 !important;}
.pb5 {padding-bottom: 5px !important;}
.pb10 {padding-bottom: 10px !important;}
.pb15 {padding-bottom: 15px !important;}
.pb20 {padding-bottom: 20px !important;}
.pb25 {padding-bottom: 25px !important;}
.pb30 {padding-bottom: 30px !important;}
.pb35 {padding-bottom: 35px !important;}
.pb40 {padding-bottom: 40px !important;}
.pl0 {padding-left: 0 !important;}
.pl5 {padding-left: 5px !important;}
.pl10 {padding-left: 10px !important;}
.pl15 {padding-left: 15px !important;}
.pl20 {padding-left: 20px !important;}
.pl25 {padding-left: 25px !important;}
.pl30 {padding-left: 30px !important;}
.pl35 {padding-left: 35px !important;}
.pl40 {padding-left: 40px !important;}
/* ----------------------------------------
  LINE HEIGHT
---------------------------------------- */
.lh110 {line-height: 110%;}
.lh120 {line-height: 120%;}
.lh130 {line-height: 130%;}
.lh140 {line-height: 140%;}
.lh150 {line-height: 150%;}
.lh160 {line-height: 160%;}
.lh170 {line-height: 170%;}
.lh180 {line-height: 180%;}
.lh190 {line-height: 190%;}
.lh200 {line-height: 200%;}
/* ----------------------------------------
  OTHER
---------------------------------------- */
.red {
  color: #F00;
}

.bold {
  font-weight: bold;
}

.txt_ind1 {
  text-indent: -1em;
  margin-left: 1em;
}

.txt_ind2 {
  text-indent: -1em;
  margin-left: 2em;
}

/*--------------------------------------
    COMMON STYLE
---------------------------------------*/
body{
  background: url(../images/bg_body.jpg);
}
.inner{
width: 1024px;
margin: 0 auto;
}
.section_title{
  margin: 0 0 40px 0;
}
.section_inner{
  width: 920px;
  margin: 0 auto;
}

/*--------------------------------------
    HEADER
---------------------------------------*/
#header_top{
  height: 150px;
}
#local_nav{
  background: url(../images/bg_g_nav.png);
  width: 100%;
  height: 150px;
  z-index: 100;
}
#local_nav_inner ul li {
  float: left;
}
#local_nav_inner ul li a{
  display: block;
  text-indent: -9999px;
  height: 150px;
  background: url(../images/g_nav.png);

}
#local_nav_inner ul li.nav1 a{ width: 224px; background-position: 0 top; }
#local_nav_inner ul li.nav1 a:hover,#local_nav_inner ul li.nav1.selected a{ background-position: 0 bottom; }

#local_nav_inner ul li.nav2 a{ width: 160px; background-position: -224px top; }
#local_nav_inner ul li.nav2 a:hover,#local_nav_inner ul li.nav2.selected a{ background-position: -224px bottom; }

#local_nav_inner ul li.nav3 a{ width: 160px; background-position: -384px top; }
#local_nav_inner ul li.nav3 a:hover,#local_nav_inner ul li.nav3.selected a{ background-position: -384px bottom; }

#local_nav_inner ul li.nav4 a{ width: 160px; background-position: -544px top; }
#local_nav_inner ul li.nav4 a:hover,#local_nav_inner ul li.nav4.selected a{ background-position: -544px bottom; }

#local_nav_inner ul li.nav5 a{ width: 160px; background-position: -704px top; }
#local_nav_inner ul li.nav5 a:hover,#local_nav_inner ul li.nav5.selected a,#page_company#local_nav_inner ul li.nav5.selected a{ background-position: -704px bottom; }

#local_nav_inner ul li.nav6 a{ width: 160px; background-position: -864px top; }
#local_nav_inner ul li.nav6 a:hover,#local_nav_inner ul li.nav6.selected a{ background-position: -864px bottom; }

.nav{
  position:absolute;
  top: 640px;
}
.fixed {
    position:fixed;
    top:0;
    left: 0;
}

/*--------------------------------------
    MAIN VISUAL
---------------------------------------*/
#main_visual{
  background: url(../images/bg_main_deep.jpg);
}
#main_visual .inner{
  position: relative;
}
.img_lapompon{
  position: absolute;
  z-index: 9999;
  right: 10px;
  top: 435px;
}
/*--------------------------------------
    CONTENTS
---------------------------------------*/
#fb{
  padding: 10px 0 25px 0;
}

#fb .inner{
  width:1024px;
  margin:0 auto;
  overflow:hidden;
}
#fb .inner .leftbox{
  background-image:url(../images/section_facebook.jpg);
  background-repeat:no-repeat;
  float:left;
}
#fb .inner .rightbox{
  background-image:url(../images/section_twitter.jpg);
  background-repeat:no-repeat;
  float:left;
}
#fb .inner iframe{
  margin-bottom:10px;
}
#fb .inner .tw_widget p{
}
#fb .inner p{
  text-align:center;
}

#fb .inner p a{
  color:#fff;
  font-size:24px;
  font-weight:900;
  display:inline-block;
  vertical-align:middle;
}
#fb .inner p a:hover{
  opacity: 0.8;
}

/*
#fb .like_box{
  float: left;
  width: 670px;
  background: #fff;
  border: 1px solid #dadada;
  box-shadow: 0px 0px 15px #ccc;
  height: 199px;
  padding: 10px 0 0 7px;
}
#fb .btn_facebook_page{
  float: right;
  width: 324px;
  box-shadow: 0px 0px 15px #ccc;
  height: 210px;
}
#fb .btn_facebook_page a:hover{
  opacity: 0.8;
}
*/

#contents{
  padding: 0 0 40px 0;
}

#contents .inner{
  background: #fff;
  padding: 0 0 40px 0;
  box-shadow: 0 0 15px #999;
}
#contents.sp #section1 {
  overflow: hidden;
}
#section1 .img{
  position: relative;
}
.btn_fb a{
  position: absolute;
  bottom: 55px;
  left: 55px;
}
.btn_fb a:hover{
  opacity: 0.8;
}


#section5 .ticket{
  background: url(../images/section5_img3.jpg);
  width: 920px;
  height: 230px;
  margin: 0 0 20px 0;
  position: relative;
}
#section5 .ticket .btn_ticket a{
  width: 260px;
  height: 35px;
  display: block;
  background: url(../images/section5_btn_ticket.png);
  text-indent: -9999px;
  position: absolute;
  left: 237px;
  top: 165px;
}
#section5 .ticket .btn_ticket a:hover{
  background-position: left bottom;
}
.date{
  overflow: hidden;
  margin: 0 0 40px 0;
}
.date h3{
  text-indent: -9999px;
}
.date1,
.date2{
  width:448px;
  height: 400px;
}
.date1{
  background: url(../images/section2_bg1.jpg);
  float: left;
}
.date2{
  background: url(../images/section2_bg2.jpg);
  float: right;
}
.btn_date1_shop a,
.btn_date2_shop a{
  width: 388px;
  height:83px;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 270px;
  text-indent: -9999px;
}
.btn_date1_shop a{
  background: url(../images/section2_btn1.png);
}
.btn_date2_shop a{
  background: url(../images/section2_btn2.png);
}
.btn_date1_shop a:hover,
.btn_date2_shop a:hover{
  background-position: left bottom;
}

/*  license
-------------------------------------- */
#section3{
  height: 2780px;
}
#shops{

}
#shops .shops_contents {
  width:920px;
  position:relative;
  clear:both;
}
#shops ul{
  overflow: hidden;
  width: 900px;
  margin: 0 auto;
}
#shops ul li.tab{
  width:450px;
  height:110px;
  float:left;
  display:block;
  cursor: pointer;
  text-indent: -9999px;
}
#shops ul li#tab1{
  background: url(../images/section3_btn_tab1.jpg);
}
#shops ul li#tab2{
  background: url(../images/section3_btn_tab2.jpg);
}
#shops ul li#tab1.active,
#shops ul li#tab1:hover{
  background: url(../images/section3_btn_tab1.jpg);
  background-position: left bottom;
}
#shops ul li#tab2.active,
#shops ul li#tab2:hover{
  background: url(../images/section3_btn_tab2.jpg);
  background-position: left bottom;
}
#shops .content {
  width:920px;
  height: 2470px;
  top:110px;
  left:0;
  position:absolute;
}
#shops #tab1_content{
  background: url(../images/section3_bg_tab1.jpg);
}
#shops #tab2_content{
  background: url(../images/section3_bg_tab2.jpg);
}
#shops .content ul {
  overflow: hidden;
  width: 870px;
  margin: 30px auto;
}

#shops .content ul li{
  float: left;
}
#section7 .section_inner{
  width: 730px;
  padding: 30px 91px 40px 91px;
  border: 4px solid #dfdfdf;
  background:#fafafa;
}
.btn_contact a{
  width: 730px;
  height: 150px;
  display: block;
  background: url(../images/section7_btn.jpg);
  text-indent: -9999px;
}
.btn_contact a:hover{
  background-position: left bottom;
}
#access{
  overflow: hidden;
  margin: 0 0 20px 0;
}
#access .left,
#access .right{
  width: 440px;
}
#access .frame{
  width: 428px;
  height: 388px;
  border:3px solid #c3b681;
  padding: 3px;
  background: #fff;
}
.special_stage{
  position: relative;
  width: 920px;
  height: 1050px;
  background: url(../images/section4_event5.jpg);
  margin: 0 0 40px 0;
}
.special_stage .btn1 a,
.special_stage .btn2 a{
  position: absolute;
  left: 530px;
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}
.special_stage .btn1 a{
  top: 560px;
}
.special_stage .btn2 a{
  top: 605px;
}
.special_stage .btn1 a:hover,
.special_stage .btn2 a:hover{
  color: #ffff00;
}

#section4 .section_inner .concert{
  position:relative;
}

#section4 .section_inner .concert .btn_lpp a{
  position: absolute;
  top:590px;
  left: 520px;
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}

#section4 .section_inner .concert .btn_elf a{
  position: absolute;
  top:963px;
  left: 520px;
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}

#section4 .section_inner .concert .btn_siam a{
  position: absolute;
  top:1348px;
  left: 520px;
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}

#section4 .section_inner .concert .btn_pnf a{
  position: absolute;
  top:1733px;
  left: 520px;
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}

#section4 .section_inner .concert a:hover{
  color: #ffff00;
}

/*--------------------------------------
    FOOTER
---------------------------------------*/
.copy{
  text-align: center;
  padding: 0 0 40px 0;
}
