@charset "UTF-8";

a:hover {
filter: alpha(opacity=50);
opacity: 0.5;
}

#wrap {
width: 100%;
}

header h1
{
text-indent:100%;
white-space:nowrap;
overflow:hidden;
line-height: 0;
}
section {
padding: 0;
margin: 0;
}
footer {
text-align: center;
font-size: 0.75em;
line-height: 1.5em;
padding: 1em 0 2em 0;
}

/* *****デザインA（PC） ******/
#wrap {
min-width: 1200px;
margin: auto;
font-size: 16px;
line-height: 1.5em;
}

.inner {
padding: 50px 0;
width: 960px;
margin: auto;
}

/*ヘッダー*/
header {
width: 100%;
min-width: 1200px;
min-height: 200px;
box-sizing: border-box;
}
header h1 {
background: url(../img/pc_header-2.jpg);
background-position: center top;
background-repeat: no-repeat;
background-size: auto 100%;
height: 200px;
min-width: 1200px;
min-height: 170px;
}

/*メイン画像*/
#mvWrap {
width: 100%;
min-width: 1200px;
}
#mv {
width: 100%;
height: 0;
background: url(../img/pc_mv.jpg);
padding-top:54.2%;
background-size: cover;
background-position: left top;
background-repeat: no-repeat;
position: relative;

}
#mv h2 {
position: absolute;
left: 0;
top:0;
width: 100%;
height: 84px;
background: rgba(0,0,0,0.8);
display: flex;
justify-content: center;
align-items: center;
color: #fff;
font-size: 18px;
line-height: 1.5em;
text-align: center;
font-weight: 400;
}

/*スケジュール*/
.ScheduleArea {
background: #e2e2e2;
}
ul.scheduleList {
font-size: 0;
width: 960px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
ul.scheduleList li {
display: inline-block;
vertical-align: top;
width: 300px;
background: #000;
text-align: center;
padding: 10px;
font-size: 14px;
line-height: 1.5em;
color: #fff;
margin-right: 30px;
box-sizing: border-box;
}
ul.scheduleList li:last-child {
margin: 0;
}
ul.scheduleList li .date {
font-weight: 700;
font-size: 18px;
line-height: 1.25em;
margin-bottom: 0.5em;
margin-top: 0.5em;
font-feature-settings: "palt" 1;
}
ul.scheduleList li .date span {
font-size: 14px;
}
ul.scheduleList li .place {
font-weight: 500;
font-size: 16px;
line-height: 1.25em;
margin-bottom: 1em;
color: #c10077;
}
ul.scheduleList li .place span {
font-size: 14px;
}
ul.scheduleList li .timeArea {
margin: 0.5em auto 1em auto;
text-align: center;
}
ul.scheduleList li .timeArea h2 {
width: 120px;
margin: 0 auto 0.25em auto;
border: 1px solid #fff;
font-size: 12px;
line-height: 1.5em;
font-weight: 300;
}
ul.scheduleList li .timeArea h2 span {
font-size: 10px;
}
ul.scheduleList li .infoArea h2 {
font-size: 12px;
line-height: 1.5em;
}
ul.scheduleList li .infoArea h3 {
font-size: 16px;
line-height: 1.5em;
font-weight: 700;
}
.ScheduleArea .note {
font-size: 14px;
line-height: 1.5em;
text-align: center;
margin: 0.5em;
}
/*チケットについて*/
.TicketArea {
width: 720px;
margin: 30px auto;
}
.TicketArea ul.Ticket {
width: 720px;
padding:0;
margin: 10px 0;
box-sizing: border-box;
font-size: 0;
display: flex;
}
.TicketArea ul.Ticket li {
min-height: 24px;
vertical-align: top;
}
.TicketArea ul.Ticket li.head {
width: 176px;
text-align: center;
background: #999;
color: #fff;
font-size: 16px;
line-height: 1.5em;
border: 1px solid #999;
box-sizing: border-box;
}
.TicketArea ul.Ticket li.data {
width: 540px;
background: #fff;
font-size: 14px;
border: 1px solid #999;
box-sizing: border-box;
padding: 0 1em;
} 
.TicketArea ul.Ticket li.data span.font {
font-size: 16px;
}
.TicketArea ul.Ticket li.data small {
font-size: 12px;
}
.TicketArea .t_note p {
text-align: left;
font-size: 12px;
line-height: 1.5em;
text-indent: -1em;
margin-left: 1em;
}
/*申込受付期間について*/
.LimiteArea {
width: 100%;
}
.LimiteArea h2 {
background: #000;
text-align: center;
color: #fff;
font-size: 24px;
line-height: 1.65em;
font-weight: 500;
}
.LimiteArea h3 {
font-size: 24px;
line-height: 1.65em;
font-weight: 700;
color: #c10077;
text-align: center;
}
br.sp {
display: none;
}

/*FC入会*/
.FCArea {
background: #c10077;
}
.FCJoinWrap {
width: 100%;
border: 1px #fff solid;
padding: 0.75em;
box-sizing: border-box;
color: #fff;
text-align: center;
font-size: 20px;
line-height: 1.5em;
}
.FCJoinWrap h2 {
font-size: 30px;
line-height: 1.5em;
font-weight: 700;
margin-bottom: 0.25em;
}
.FCJoinWrap h3 {
width: 360px;
background: #000000;
text-align: center;
font-weight: 700;
margin: 1em auto 0.25em auto;
font-size: 20px;
line-height: 1.5em;
}
.FCJoinWrap h4 {
font-weight: 700;
font-size: 24px;
line-height: 1.5em;
}
.FCbtn {
width: 500px;
height: 72px;
margin: 1.5em auto 0.5em auto;
text-align: center;
background: #fff;
border-radius: 36px;
}
.FCbtn a {
color: #c10077;
text-decoration: none;
font-size: 30px;
line-height: 2.4em;
font-weight: 700;
font-feature-settings: "palt" 1;
}

/*お問い合わせ*/
.inquiryArea {
width: 800px;
margin: auto;
font-size: 16px;
line-height: 1.5em;
}
.inquiryArea h2 {
font-size: 18px;
line-height: 1.5em;
font-weight: 700;
border-bottom: 3px solid #000;
text-align: center;
}
.inquiryArea .inquiry {
margin: 0.5em 1em;
}

.inquiryArea h3 {
font-size: 16px;
line-height: 1.5em;
font-weight: 500;
}
.inquiry span, .inquiry a {
color: #c10077;
}

/* デザインB（タブレット） *************/
@media screen and (max-width : 1024px) {
/* タブレット用レイアウト に収めるデザインはこの中に記述 */
#wrap {
min-width: 600px;
margin: auto;
font-size: 14px;
line-height: 1.5em;
}
.inner {
padding: 5% 0;
width: 94%;
margin: auto;
}


header {
width: 100%;
min-width: 600px;
min-height: 150px;
box-sizing: border-box;
}
header h1 {
background: url(../img/pc_header-2.jpg);
background-position: center top;
background-repeat: no-repeat;
background-size: auto 100%;
height: 150px;
min-width: 600px;
min-height: 150px;
}
#mvWrap {
width: 100%;
min-width: 600px;
}
#mv {
width: 100%;
background: url(../img/pc_mv.jpg);
padding-top:54.2%;
background-size: cover;
background-position: left top;
background-repeat: no-repeat;
position: relative;
}
#mv h2 {
position: absolute;
left: 0;
top:0;
width: 100%;
height: 64px;
background: rgba(0,0,0,0.8);
display: flex;
justify-content: center;
align-items: center;
color: #fff;
font-size: 14px;
line-height: 1.5em;
text-align: center;
font-weight: 400;
}


/*スケジュール*/
.ScheduleArea {
background: #e2e2e2;
}
ul.scheduleList {
font-size: 0;
width: 100%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
ul.scheduleList li {
display: inline-block;
vertical-align: top;
width: 32%;
background: #000;
text-align: center;
padding: 10px;
font-size: 12px;
line-height: 1.5em;
color: #fff;
margin-right: 2%;
box-sizing: border-box;
}
ul.scheduleList li:last-child {
margin: 0;
}
ul.scheduleList li .date {
font-weight: 700;
font-size: 18px;
line-height: 1.25em;
margin-bottom: 0.5em;
margin-top: 0.5em;
font-feature-settings: "palt" 1;
}
ul.scheduleList li .date span {
font-size: 14px;
}
ul.scheduleList li .place {
font-weight: 500;
font-size: 16px;
line-height: 1.25em;
margin-bottom: 1em;
color: #c10077;
}
ul.scheduleList li .place span {
font-size: 14px;
}
ul.scheduleList li .timeArea {
margin: 0.5em auto 1em auto;
text-align: center;
}
ul.scheduleList li .timeArea h2 {
width: 120px;
margin: 0 auto 0.25em auto;
border: 1px solid #fff;
font-size: 12px;
line-height: 1.5em;
font-weight: 300;
}
ul.scheduleList li .timeArea h2 span {
font-size: 10px;
}
ul.scheduleList li .infoArea h2 {
font-size: 12px;
line-height: 1.5em;
}
ul.scheduleList li .infoArea h3 {
font-size: 14px;
line-height: 1.5em;
font-weight: 700;
}
.ScheduleArea .note {
font-size: 12px;
line-height: 1.5em;
text-align: center;
margin: 0.5em;
}

/*チケットについて*/
.TicketArea {
width: 100%;
max-width: 720px;
margin: 5% auto;
}
.TicketArea ul.Ticket {
width: 100%;
padding:0;
margin: 2.5% 0;
box-sizing: border-box;
font-size: 0;
display: flex;
}
.TicketArea ul.Ticket li {
/*min-height: 24px;*/
vertical-align: top;
}
.TicketArea ul.Ticket li.head {
width: 25%;
text-align: center;
background: #999;
color: #fff;
font-size: 14px;
line-height: 1.5em;
border: 1px solid #999;
box-sizing: border-box;
}
.TicketArea ul.Ticket li.data {
width: 75%;
background: #fff;
font-size: 12px;
border: 1px solid #999;
box-sizing: border-box;
padding: 0 1em;
} 
.TicketArea ul.Ticket li.data span.font {
font-size: 14px;
}
.TicketArea ul.Ticket li.data small {
font-size: 10px;
}
.TicketArea .t_note p {
text-align: left;
font-size: 11px;
line-height: 1.5em;
text-indent: -1em;
margin-left: 1em;
}
/*申込受付期間について*/
.LimiteArea {
width: 100%;
max-width: 720px;
margin: auto;
}
.LimiteArea h2 {
background: #000;
text-align: center;
color: #fff;
font-size: 18px;
line-height: 1.65em;
font-weight: 500;
}
.LimiteArea h3 {
font-size: 18px;
line-height: 1.65em;
font-weight: 700;
color: #c10077;
text-align: center;
}
br.sp {
display: none;
}

/*新規入会*/
.FCJoinWrap {
width: 100%;
max-width: 720px;
margin: auto;
border: 1px #fff solid;
padding: 0.75em;
box-sizing: border-box;
color: #fff;
text-align: center;
font-size: 16px;
line-height: 1.5em;
}
.FCJoinWrap h2 {
font-size: 24px;
line-height: 1.5em;
font-weight: 700;
margin-bottom: 0.25em;
}
.FCJoinWrap h3 {
width: 300px;
background: #000000;
text-align: center;
font-weight: 700;
margin: 1em auto 0.25em auto;
font-size: 16px;
line-height: 1.5em;
}
.FCJoinWrap h4 {
font-weight: 700;
font-size: 18px;
line-height: 1.5em;
}
.FCbtn {
width: 420px;
height: 60px;
margin: 1.5em auto 0.5em auto;
text-align: center;
background: #fff;
border-radius: 30px;
}
.FCbtn a {
color: #c10077;
text-decoration: none;
font-size: 24px;
line-height: 2.5em;
font-weight: 700;
font-feature-settings: "palt" 1;
}
/*お問い合わせ*/
.inquiryArea {
width: 100%;
max-width: 720px;
margin: auto;
font-size: 12px;
line-height: 1.5em;
}
.inquiryArea h2 {
font-size: 16px;
line-height: 1.5em;
font-weight: 700;
border-bottom: 3px solid #000;
text-align: center;
}
.inquiryArea .inquiry {
margin: 0.5em 1em;
}

.inquiryArea h3 {
font-size: 14px;
line-height: 1.5em;
font-weight: 500;
}

}

/* デザインC(スマートフォン) **************/
@media screen and (max-width : 599px) {
/* スマートフォン用レイアウト に収めるデザインはこの中に記述 */
#wrap {
font-size: 12px;
line-height: 1.5em;
width: 100%;
min-width: 100%;
}
.inner {
padding: 5% 0;
width: 94%;
margin: auto;
}

header {
width: 100%;
min-width: 100%;
height: 0;
background: url(../img/sp_mv_ver2.jpg);
padding-top:100%;
background-size: contain;
background-position: left top;
background-repeat: no-repeat;
}
header h1, #mvArea {
display: none;
}
/*スケジュール*/
.ScheduleArea {
background: #e2e2e2;
}
ul.scheduleList {
font-size: 0;
width: 90%;
margin: auto;
}
ul.scheduleList li {
width: 100%;
background: #000;
text-align: center;
padding: 10px;
font-size: 12px;
line-height: 1.5em;
color: #fff;
box-sizing: border-box;
margin: 2.5% 0;
}

ul.scheduleList li .date {
font-weight: 700;
font-size: 18px;
line-height: 1.25em;
margin-bottom: 0.5em;
margin-top: 0.5em;
font-feature-settings: "palt" 1;
}
ul.scheduleList li .date span {
font-size: 14px;
}
ul.scheduleList li .place {
font-weight: 500;
font-size: 16px;
line-height: 1.25em;
margin-bottom: 1em;
color: #c10077;
}
ul.scheduleList li .place span {
font-size: 14px;
}
ul.scheduleList li .timeArea {
margin: 0.5em auto 1em auto;
text-align: center;
}
ul.scheduleList li .timeArea h2 {
width: 120px;
margin: 0 auto 0.25em auto;
border: 1px solid #fff;
font-size: 12px;
line-height: 1.5em;
font-weight: 300;
}
ul.scheduleList li .timeArea h2 span {
font-size: 10px;
}
ul.scheduleList li .infoArea h2 {
font-size: 12px;
line-height: 1.5em;
}
ul.scheduleList li .infoArea h3 {
font-size: 14px;
line-height: 1.5em;
font-weight: 700;
}
.ScheduleArea .note {
font-size: 10px;
line-height: 1.5em;
margin: 0.5em;
text-align: left;
}
/*チケットについて*/
.TicketArea {
width: 90%;
margin: 5% auto;
}
.TicketArea ul.Ticket {
width: 100%;
padding:0;
margin: 2.5% 0;
box-sizing: border-box;
font-size: 0;
display: block;
}
.TicketArea ul.Ticket li {
/*min-height: 24px;*/
vertical-align: top;
}
.TicketArea ul.Ticket li.head {
width: 100%;
text-align: center;
background: #999;
color: #fff;
font-size: 12px;
line-height: 1.5em;
border: 1px solid #999;
box-sizing: border-box;
}
.TicketArea ul.Ticket li.data {
width: 100%;
background: #fff;
font-size: 10px;
border: 1px solid #999;
box-sizing: border-box;
padding: 0 1em;
} 
.TicketArea ul.Ticket li.data span.font {
font-size: 12px;
}
.TicketArea ul.Ticket li.data small {
font-size: 10px;
}
.TicketArea .t_note p {
text-align: left;
font-size: 10px;
line-height: 1.5em;
text-indent: -1em;
margin-left: 1em;
}
/*申込受付期間について*/
.LimiteArea {
width: 100%;
}
.LimiteArea h2 {
background: #000;
text-align: center;
color: #fff;
font-size: 16px;
line-height: 1.65em;
font-weight: 500;
}
.LimiteArea h3 {
font-size: 16px;
line-height: 1.65em;
font-weight: 700;
color: #c10077;
text-align: left;
}
br.sp {
display: block;
}
/*新規入会*/
.FCJoinWrap {
width: 100%;
border: 1px #fff solid;
padding: 0.75em;
box-sizing: border-box;
color: #fff;
text-align: center;
font-size: 14px;
line-height: 1.5em;
}
.FCJoinWrap h2 {
font-size: 18px;
line-height: 1.5em;
font-weight: 700;
margin-bottom: 0.25em;
}
.FCJoinWrap h3 {
width: 300px;
background: #000000;
text-align: center;
font-weight: 700;
margin: 1em auto 0.25em auto;
font-size: 14px;
line-height: 1.5em;
}
.FCJoinWrap h4 {
font-weight: 700;
font-size: 16px;
line-height: 1.5em;
}
.FCbtn {
width: 90%;
max-width: 320px;
height: 40px;
margin: 1.5em auto 0.5em auto;
text-align: center;
background: #fff;
border-radius: 20px;
}
.FCbtn a {
color: #c10077;
text-decoration: none;
font-size: 16px;
line-height: 2.5em;
font-weight: 700;
font-feature-settings: "palt" 1;
}
/*お問い合わせ*/
.inquiryArea {
width: 100%;
font-size: 10px;
line-height: 1.5em;
}
.inquiryArea h2 {
font-size: 14px;
line-height: 1.5em;
font-weight: 700;
border-bottom: 3px solid #000;
text-align: center;
}
.inquiryArea .inquiry {
margin: 0.5em 1em;
}

.inquiryArea h3 {
font-size: 12px;
line-height: 1.5em;
font-weight: 500;
}


}

/* ------------------------------------
	トップに戻る
------------------------------------ */
#page_top{
  width: 40px;
  height: 40px;
  position: fixed;
  right: 15px;
  bottom: 15px;;
  background: #666;
  opacity: 0.6;
  border-radius: 50%;
  }
#page_top a{
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  font-size: 18px;
  color: #fff;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}