@charset "UTF-8";

/*--------------------------------------------------------------------------------
　▼ 共通　
--------------------------------------------------------------------------------*/
body {
    width: 100%;
    font-size: 14px;
    background: ghostwhite;
    color: #000;
    font-family: "メイリオ", Meiryo, Osaka, sans-serif;
}

#fixed-bar {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 0;
    z-index: 1000;
    font-size: 0;
}

.inner_box {
    width: 960px;
    margin: 0 auto;
}


/*--------------------------------------------------------------------------------
　▼ 設定　
--------------------------------------------------------------------------------*/
ul.inline_block { font-size: 0;}
ul.inline_block li { display: inline-block; font-size: 14px; vertical-align: top;}


/*--------------------------------------------------------------------------------
　▼ mobile_header　
--------------------------------------------------------------------------------*/
#m_header { display: none;}
#menu { display: none;}


/*--------------------------------------------------------------------------------
　▼ header　
--------------------------------------------------------------------------------*/
#header .logo { padding: 20px 20px 0;}
.main { padding: 30px 0;}


/*--------------------------------------------------------------------------------
　▼  共通　
--------------------------------------------------------------------------------*/
.anchor-point {
    position: relative;
    top: -95px;
}

.box { padding: 0 20px 30px;}
.box_title {
    text-align: center;
    font-size: 25px;
    color: deepskyblue;
    border-bottom: 1px solid deepskyblue;
}

.title_box {
    background: deepskyblue;
    padding: 10px;
    margin: 30px 0 0;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.in_box { padding: 20px 0 40px;}

.shadow {
  display: inline-block;
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
  margin: 0 0 20px;
  }


/*--------------------------------------------------------------------------------
　▼ メニュー　
--------------------------------------------------------------------------------*/
.fixed {
    position: fixed;
    top: 0;
    width: 960px;
    margin: 0 auto;
    z-index: 10000;
}
.nav_box { background: deepskyblue;}
ul.nav-pc { width: 90%; margin: 0 auto;}
ul.nav-pc li {
    display: inline-block;
    text-align: center;
    width: 20%;
    padding: 10px 0;
}
ul.nav-pc li a {
    font-size: 16px;
    padding: 10px 10px;
    display: block;
    border-left: 1px solid #fff;
}
ul.nav-pc li:last-child a { border-right: 1px solid #fff;}



/*--------------------------------------------------------------------------------
　▼ program
--------------------------------------------------------------------------------*/
#program .fl,
#program .fr {
    background: #000;
    width: 48.5%;
    padding: 30px;
}
.profile_box {
    width: 100%;
    display: table;
}
.photo,
.name {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}
.name { color: #fff; text-align: center;}
.name span.font25 { font-size: 25px;}
.w95 { width: 95%; margin: 0 auto;}

ul.ul03 li {
    width: 50%;
    padding-bottom: 25px;
}

ul.ul03 li:nth-child(odd) { padding-right: 1.5%;}
ul.ul03 li:nth-child(even) { padding-left: 1.5%;}


ul.ul03 li .text_box {
    padding: 20px 15px;
    line-height: 2em;
}



/*--------------------------------------------------------------------------------
　▼ INFORMATION TICKET
--------------------------------------------------------------------------------*/
table,
table tbody {
    width: 100%;
    border-spacing: 0;
}
table tr th {
    text-align: left;
    font-weight: normal;
    width: 27%;
    padding: 10px 0;
    border-bottom: 1px dotted #666666;
    border-collapse:collapse;
}
table tr td {
    padding: 10px 0 10px 10px;
    width: 73%;
    border-bottom: 1px dotted #666666;
    border-collapse:collapse;
    position: relative;
}
table tr td a {
    text-decoration: underline;
    color: #FF6600;
}
table tr td ul { padding: 0 0 0 13px;}
table tr td ul li { padding: 0 0 10px;}


.qr{
  float: right;
}



/*--------------------------------------------------------------------------------
　▼ goods
--------------------------------------------------------------------------------*/
/*#goods .title_box { background: none;}*/

ul.ul01 { padding: 40px 0 0;}
ul.ul01 li {
    width: 31%;
    margin: 0 0 30px;
    text-align: center;
}

ul.ul01 li:nth-child(3n - 1) { margin: 0 3.5% 30px;}
#goods .fl { width: 20%; text-align: left;}
#goods .fr { width: 80%; text-align: left;}
#goods .clear { clear: both;}

.img_box {
    padding-top: 100%;
    font-size: 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
}

.cd_title { font-size: 18px; color: deepskyblue; padding: 10px 0 20px;}


/*--------------------------------------------------------------------------------
　▼ footer
--------------------------------------------------------------------------------*/
#footer {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 50px 0;
}

#cast ul {
	text-align: center;
}