@charset "utf-8";

/* 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, 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,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
vertical-align: baseline}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block}
	
ol, ul {list-style: none}
blockquote, q {quotes: none}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none}
	
table {
border-collapse: collapse;
border-spacing : 0}

a { 
text-decoration : none;
color: #27C2F5;
}
/* End Reset */


body{
    font-family: "Ÿà–¾’©", YuMincho, "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
    transform: rotate(.03deg);
    line-height: 1.5;
    font-weight: normal;
    font-size: 14rem;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
    color: #333;
}

header{
	display: block;
	padding: 20px 0px 25px 0px;
	width: 100%;
	background: #000000;
	overflow: hidden;
}

header a {
	color: #ffffff;	
}

.headerNav {
	display: block;
	position: relative;
	overflow: hidden;
	width: 950px;
	margin: 0px auto;
}

.headerNav h1 {
	float: left;
}
.wrTopMain {
  position: relative;
  width: 100%;
  height: 598px;
  background : url(../images/bg03.png) repeat-x;
  overflow: hidden;
}
.wrTopMain .wrContainer {
  width: 1000px;
  height: 598px;
  background: url(../images/bg_main.png) no-repeat;
  margin: 0 auto;
  position: relative;
  no-repeat #FFF;
}
.mainMenu {
	display: block;
	position: absolute;
	bottom: 0;
	right: 10px;	
}

.mainMenu ul li {
	position: relative;
	float: left;
	margin-left: 35px;
	font-size:16px;
}

.mainMenu ul li:hover:before {
    content: "";
    display: block;
    position: absolute;
    top: -6px;
    left: -15px;
    width: 3px;
    height: 100%;
    background-image: -webkit-linear-gradient(top,transparent 10px,#f27fd9 0);
    background-image: linear-gradient(180deg,transparent 10px,#f27fd9 0);
}

.navLink:before{
		content: "";
    display: block;
    position: absolute;
    top: -6px;
    left: -15px;
    width: 3px;
    height: 100%;
    background-image: -webkit-linear-gradient(top,transparent 10px,#ffffff 0);
    background-image: linear-gradient(180deg,transparent 10px,#ffffff 0);	
}

.navLink--on:before {
	  content: "";
    display: block;
    position: absolute;
    top: -6px;
    left: -15px;
    width: 3px;
    height: 100%;
    background-image: -webkit-linear-gradient(top,transparent 10px,#f27fd9 0);
    background-image: linear-gradient(180deg,transparent 10px,#f27fd9 0);
}

.outline {
  padding: 40px 0 10px 0;
  background:  url(../images/bg01.png) repeat;	
}
.outlinebox {
  padding: 40px 0;
  background:  url(../images/bg04.png) repeat;	
}
.outline_inner {
  width: 910px;
  margin: 0 auto;
  padding: 20px;
  background: rgba(255, 255, 255, 0.72);
}

.outline_inner h2 {
  text-align: center;
  margin-bottom: 20px;
}

.outline_inner dl {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	display: block;
	content: "";
	clear: both;
}

.outline_inner--sp dl {
  font-size: 16px;
}

.outline_inner--sp p {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
}
.outline_inner--sp .elgreen{
  color: #EB6CA3;
}
.outline_inner--sp .elcomm{
  color: #EB6CA3;
  font-size: 18px;
  margin-bottom: 5px
}
.outline_inner--sp .elnewcomm{
  color: #EB6CA3;
  font-size: 18px;
  margin-bottom: 5px;
  text-align: center;
}
.outline_inner--sp .elimg {
  margin-bottom: 20px;
  text-align: center;
}

.outline_inner--sp p .elend{
  text-align: center;
  color: #FF0000;
  display: block;
  margin-bottom: 20px;
}
.outline_inner dt {
	float: left;
        clear: left;
	padding: 2px;
        font-size: 15rem;
        font-size: 15px;
	font-weight: bold;
}

.outline_inner dd {
	display: table-cell;
	padding: 3px;
        font-size: 15rem;
        font-size: 15px;
	font-weight: bold;;
}
.outline_inner dd.elTxtL {
    font-size: 1.9rem;
    font-size: 19px;
    font-weight: bold;
    padding: 0 3px;
}
.outline_inner dd:after {
	display: block;
	content: "";
	clear: both;
}

.notice {
        font-size: 15rem;
        font-size: 15px;
}

.ticket {
	width: 100%;
	padding: 30px 0;
	background: url(../images/bg02.png) repeat;
}

.ticket_inner {
	width: 910px;
	margin: 0 auto;
	padding: 20px;
	border: 2px solid #000000;
}

.ticket_inner h2 {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}

.ticket_info {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.ticket_kan {
	margin-bottom: 30px;
	text-align: center;
}
.ticket_name {
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: bold;
}

.ticket_detail {
	margin-bottom: 20px;
}

.ticket_detail th {
	padding: 0 20px 5px 0;
           font-size: 15px;
	font-weight: bold;
	text-align: left;
}
.ticket_detail td {
           font-size: 15px;
	font-weight: bold;
}
.ticket_detail .nomal {
	font-weight: normal;
}

.ticket_detail a {
	color: #d790f1;
}

.ticket_attention {
	font-size: 15px;
            font-weight: bold;
}


.wrFooter {
  background-color: #D9F9F7;
  padding-top: 30px
}
.wrFooter .elTxtBox {
  font-size: 13px;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 90px;
  background: #000;
  padding-top: 15px;
}
.page_title {
	width: 950px;
	margin: 0 auto;
}
.elTitle {
  text-align: center;
  padding: 50px 0;
  background-color: #EFF9F8;
}
.outlinesoon_inner {
    width: 910px;
    height: 290px;
    margin: 0 auto;
    padding: 230px 0 0 0;
    background: rgba(255, 255, 255, 0.72);
    text-align: center;
}

.wrMain {
    width: 950px;
    margin: 0 auto;
    overflow: hidden;
}

.wrMain .wrSideBox {
    width: 255px;
    padding: 10px;
    float: left;
    background: #eff9f8;
    font-size: 14px;
    border: 1px solid #ACDCEF;
}

.wrMain .wrMainBox {
    width: 635px;
    float: right;
}

.wrMain .wrMainBox .elDetail {
    background: rgba(255, 255, 255, 0.72);
    padding: 20px 18px;
    margin-bottom: 30px;
}

.wrMain .wrMainBox .elDetail p.elend,
.outline_inner p.elend{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #27C2F5;
  display: block;
  margin-bottom: 15px;
}
.wrMain .wrMainBox .elDetail p.elcomm,
.outline_inner p.elcomm{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
}
.elDetail .elnewcomm,
.outline_inner .elnewcomm {
    color: #EB6CA3;
    font-size: 22px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
}
.wrMain .wrMainBox h2 {
    text-align: center;
    margin-bottom: 30px;
}

.wrMain .wrMainBox dl {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	display: block;
	content: "";
	clear: both;
}

.wrMain .wrMainBox dt {
	float: left;
        clear: left;
	padding: 3px;
        font-size: 15rem;
        font-size: 15px;
	font-weight: bold;
}

.wrMain .wrMainBox dd {
	display: table-cell;
	padding: 3px;
        font-size: 15rem;
        font-size: 15px;
	font-weight: bold;;
}
.wrMain .wrMainBox dd.elTxtL {
    font-size: 1.8rem;
    font-size: 18px;
    font-weight: bold;
    padding: 0 3px;
}
.wrMain .wrMainBox dd:after {
	display: block;
	content: "";
	clear: both;
}

.wrMain .wrMainBox .notice {
        font-size: 14rem;
        font-size: 14px;
}

iframe {
  background-color: #eff9f8;
}
.SandboxRoot.env-bp-min .timeline-Tweet-text {
    font-size: 13px;
}
.wrMain .elImg {
    display: block;
    margin: 0 auto 40px auto;
}

.wrBtn{
  text-align: center;
  padding-bottom: 20px;
}
.elBtn {
  display: inline-block;
  max-width: 180px;
  text-align: left;
  border: 2px solid #9ec34b;
  font-size: 16px;
  color: #9ec34b;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 4px;
  transition: .4s;
  font-size: 18px;
}

.elBtn:hover {
  background-color: #9ec34b;
  border-color: #cbe585;
  color: #FFF;
}
.mb30 {
  margin-bottom: 30px;
}
.mb20 {
  margin-bottom: 20px;
}
.elNote li {
    padding-left: 2em;
    text-indent: -1em;
}

.til01{
  background: linear-gradient(transparent 80%, #a7d6ff 80%);
  color: #EB6CA3;
  font-size: 22px;
  margin-bottom: 15px;
  text-align: center;
  font-weight: bold;
  display: block;
}
.fonts01{
  display: block;
  font-size: 12px;
  margin-top: 10px;

}
.btn01{
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #67c5ff;
  border: dashed 1px #67c5ff;
  background: #f2fcff;
  border-radius: 3px;
  transition: .4s;
  width: 130px;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  font-size: 15px;
}
.btn01:hover {
  background: #cbedff;
  color: #FFF;
}