* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

.clear {
  clear: left;
}

.container {
  max-width: 1170px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

/* ヘッダー部分 */
header {
  height: 65px;
  width: 100%;
  font-size: 14px;
  background-color: rgba(34, 49, 52, 0.9);
  position :fixed;
  top: 0;
  z-index: 10;
}

.logo {
  width: 124px;
  margin-top: 20px;
}

.header-left {
  float: left;
}

.header-right {
  float: right;
  margin-right: -25px;
}

.header-right a {
  line-height: 65px;
  padding: 0 25px;
  color: white;
  display: block;
  float: left;
  transition: all 0.5s;
}

.header-right a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* メインタイトル */
.top-wrapper {
  padding: 180px 0 100px 0;
  background-image: url(./images/main_cover.jpg);
  background-size: cover;
  background-position: bottom;
  color: white;
  text-align: center;
  position: relative;
  height:100%;
}

.top-wrapper::before{
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}

.top-wrapper img {
  opacity: 0.8;
  width: 400px;
}

.top-wrapper p {
  opacity: 0.8;
}

/* コンテンツタイトル */
.contents-wrapper {
  padding: 100px 0 50px 0;
  background-image: url(./images/main_cover.jpg);
  background-size: cover;
  background-position: center;
  color: white;
  text-align: center;
  position: relative;
  height:100%;
}

.contents-wrapper::before{
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}

.contents-wrapper img {
  opacity: 0.8;
  width: 200px;
}

.contents-wrapper p {
  font-size: 22px;
  opacity: 0.8;
}

/* コンテンツタイトル */
.details-wrapper {
  padding: 50px 0;
  background-color: #f7f7f7;
  position: relative;
  content: '　';
  height:100%;
}

/* メニュー */
.menu-wrapper {
  padding-bottom: 80px;
  padding-left: 5%;
  padding-right: 5%;
  background-color: #f7f7f7;
  text-align: center;
}

.heading {
  padding-top: 20px;
  padding-bottom: 50px;
  color: #5f5d60;
}

.heading h2 {
  font-weight: 600;
}

.menu {
  float: left;
  width: 50%;
}

.menu-logo {
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  background-image: url(./images/main.png);
  background-size: 250px auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 250px;
  height: 250px;
  color: rgba(34, 49, 52, 0.9);
  font-family: "Impact", sans-serif;
  font-size: 24px;
  padding: 90px 0px;
}

.menu-logo:hover {
  background-image: url(./images/main_hover.png);
  color: rgba(34, 49, 52, 1);
}

.text-contents {
  width: 80%;
  display: inline-block;
  margin-top: 15px;
  font-size: 13px;
  color: #b3aeb5;
}

/* テキストコンテンツ */
.text-wrapper {
  padding-bottom: 80px;
  padding-left: 20%;
  padding-right: 20%;
  background-color: #f7f7f7;
}

.text-wrapper h2 {
  text-align:center;
}

.heading h3 {
  padding-top: 20px;
  font-weight: normal;
}

.text-wrapper p {
  text-align: left;
}

.space {
  padding-top: 20px;
}

.space-bottom {
  padding-bottom: 20px;
}

/* SHARE */
.share-wrapper {
  border-bottom: 1px solid #eee;
  padding-bottom: 80px;
  text-align: center;
  color: #e3e3e3;
}

.share {
  width: 80px;
  padding: 10px 10px 0 10px;
}

.share:hover{
  opacity: 0.65;
}

/* Footer */
footer {
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}

footer img {
  width: 125px;
}

footer p {
  color: #b3aeb5;
  font-size: 12px;
}

/* setlists */
.cbp_tmtimeline {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
}

/* The line */
.cbp_tmtimeline:before {
	content: '';
	position: absolute;
	top: 30px;
	bottom: 0;
	width: 10px;
	background: rgba(100, 204, 197, 0.4);
	left: 20%;
	margin-left: -10px;
}

/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
	display: block;
	width: 25%;
	padding-right: 100px;
	position: absolute;
}

.cbp_tmtimeline > li .cbp_tmtime span {
	display: block;
	text-align: right;
}

.cbp_tmtimeline > li .cbp_tmtime span:first-child {
	font-size: 0.9em;
	color: #64CCC5;
}

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
	font-size: 2.9em;
	color: #176B87;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
	color: #001C30;
}

/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
	margin: 0 0 15px 25%;
	background: rgba(23, 107, 135, 0.8);
	color: #DAFFFB;
	padding: 2em;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4;
	position: relative;
	border-radius: 5px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
	background: rgba(0, 28, 48, 0.8);
}

.cbp_tmtimeline > li .cbp_tmlabel h2 {
	margin-top: 0px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid rgba(218, 255, 251, 0.4);
}

/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: rgba(23, 107, 135, 0.8);
	border-width: 10px;
	top: 10px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
	border-right-color: rgba(0, 28, 48, 0.8);
}

/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
	width: 40px;
	height: 40px;
	line-height: 40px;
	-webkit-font-smoothing: antialiased;
	position: relative;
	background: #176B87;
  background-image: url(./images/main_icon_white.png);
  background-size: 35px auto;
  background-repeat: no-repeat;
  background-position: center;
	border-radius: 50%;
	box-shadow: 0 0 0 8px #176B87;
	text-align: center;
	left: 20%;
	top: 35px;
	margin: 0 0 0 -25px;
}

.cbp_tmtimeline > li .cbp_tmicon_2 {
  background: #001C30;
  background-image: url(./images/main_icon_white.png);
  background-size: 35px auto;
  background-repeat: no-repeat;
  background-position: center;
	box-shadow: 0 0 0 8px #001C30;
}

.cbp_tmtimeline > li .cbp_tmicon_3 {
  background: #64CCC5;
  background-image: url(./images/main_icon_white.png);
  background-size: 35px auto;
  background-repeat: no-repeat;
  background-position: center;
	box-shadow: 0 0 0 8px #64CCC5;
}

.info-wrapper {
  margin: 0 auto;
  background-color: #f7f7f7;
  position: relative;
  overflow: hidden;
}

.info-wrapper ul {
  position: relative;
  left: 50%;
  float: left;
  width: 100%;
}

.info-wrapper ul li {
  position: relative;
  left: -50%;
  float: left;
  list-style: none;
}

.cbp_tmicon_top {
	width: 25px;
	height: 25px;
	-webkit-font-smoothing: antialiased;
	border-radius: 50%;
	background: #176B87;
  background-image: url(./images/main_icon_white.png);
  background-size: 25px auto;
  background-repeat: no-repeat;
  background-position: center;
	box-shadow: 0 0 0 4px #176B87;
}

.cbp_tmicon_top2 {
  background: #001C30;
  background-image: url(./images/main_icon_white.png);
  background-size: 25px auto;
  background-repeat: no-repeat;
  background-position: center;
	box-shadow: 0 0 0 4px #001C30;
}

.cbp_tmicon_top3 {
  background: #64CCC5;
  background-image: url(./images/main_icon_white.png);
  background-size: 25px auto;
  background-repeat: no-repeat;
  background-position: center;
	box-shadow: 0 0 0 4px #64CCC5;
}

.info_text {
  padding: 20px 50px 0 25px;
  display: block;
  margin: 0 auto;
}

/*abc wrapper*/
.accbox {
    margin: 0 auto;
    padding: 0 20px;
    width: 400px;
    float: left;
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 13px 12px;
    font-weight: bold;
    cursor :pointer;
    transition: all 0.5s;
    border-bottom: 1px solid #eee;
}

/*アイコンを表示*/
.accbox label:before {
    content: '+';
    padding-right: 8px;
}

/*ラベルホバー時*/
.accbox label:hover {
    opacity : 0.5;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px;
    opacity: 1;
}

.accbox .accshow p {
    margin: 15px 10px}

/*アイコンを入れ替える*/
.cssacc:checked + label:before {
    content: '−';
}

ul.index-list {
	padding: 0 0.5em;
	list-style-type: none;
}

ul.index-list li {
	position:relative;
	padding: 0.5em;
	margin-bottom: 4px;
	border-left : 30px solid #f7f7f7;
}

ul.index-list li.index{
	position:relative;
	padding: 0.5em;
	margin-bottom: 4px;
	border-left : none;
  border-bottom: 1px dashed #eee;
}

ul.index-list li:last-of-type {
	border-bottom: none;
}

.songs-wrapper {
  margin: 0 auto;
  overflow: hidden;
}

/* details */
.details-wrapper {
  padding-bottom: 100px;
  padding-left: 20%;
  padding-right: 20%;
  background-color: #f7f7f7;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.details-wrapper h2 {
  text-align:center;
}

.details-wrapper p {
  text-align: left;
}

.details {
  margin: 0 auto;
  text-align: center;
}

.details p {
  display: inline-block;
  vertical-align: middle;
}

.details_text {
  padding-left: 10px;
}

.details_info p {
  padding-left: 10%;
  padding-right: 10%;
}

.details_table {
  width: 100%;
  margin-top: 15px;
  padding : 0 12px;
  font-weight: 300;
}

.details_table th {
  border-bottom: solid 1px #d6dde3;
  font-size: 14px;
}

td.details_p, td.details_day {
  border-bottom: dashed 1px #d6dde3;
  font-size: 14px;
}

.details_live td{
  border-bottom: none;
}

th.details_p, td.details_p {
  padding: 10px;
  text-align: center;
}

th.details_40, td.details_40 {
  width: 40%;
}

th.details_35, td.details_35 {
  width: 35%;
}

th.details_30, td.details_30 {
  width: 30%;
}

th.details_2030, td.details_2030 {
  width: 20%;
}

th.details_4030, td.details_4030 {
  width: 40%;
}

th.details_20, td.details_20 {
  width: 20%;
}

th.details_10, td.details_10 {
  width: 10%;
}

th.details_5, td.details_5 {
  width: 5%;
}

.details_box {
  width: 100%;
  padding: 0;
}

.details_box label {
  display: block;
  padding: 0 8px 4px 8px;
  font-weight: bold;
  cursor :pointer;
  transition: all 0.5s;
  border-bottom: 1px dashed #d6dde3;
}

.details_box label:before {
  content: '';
  padding: 0;
}

.detailsacc:checked + label + .accshow {
  height: auto;
  padding: 5px;
  opacity: 1;
}

.setlist_info {
  margin: 0 10%;
  border-left: 1px dashed #d6dde3;
  list-style: none;
  text-align: left;
  letter-spacing: 1px;
  font-size: 14px;
}
.main td, .encore td, .wencore td {
  padding: 0px 5px;
}

td.Num {
  text-align: right;
  padding: 0 5px;
  width: 60px;
}

td.Title {
  text-align: left;
  padding: 0 5px;
}

td.changebg{
  background: #e6eaee;
}

td.addbg{
  background: #d6dde3;
}

td.encore {
  background: #e6eaee;
}

td.wencore {
  background: #d6dde3;
}

.gototop {
  height: 45px;
  width: 100%;
  font-size: 14px;
  background-color: rgba(34, 49, 52, 0);
  position :fixed;
  bottom: 0;
  z-index: 10;
}

.gototop-left {
  float: left;
}

.gototop-right {
  float: right;
}

.gototop a {
  line-height: 45px;
  width: 45px;
  padding: 0 15px;
  color: #666;
  display: block;
  float: right;
  transition: all 0.5s;
  background-color: rgba(34, 49, 52, 0.0);
  border: 1px solid #d6dde3;
}

.gototop a:hover {
  background-color: rgba(34, 49, 52, 0.9);
  color: #d6dde3;
}

.songs_info p {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  padding: 0 15px;
  margin: 6px auto 4px;
}

.songs_info {
  margin: 40px auto;
}

.songs_info table {
  margin: 0px auto;
  border: none;
}

.songs_info th {
  border: solid 1px rgb(23, 107, 135);
  padding: 4px 2px 4px 2px;
}

td.songfirst p {
  text-align: left;
}

.pr {
  margin: 15px auto;
  width: 100%;
}

.pr2 {
  margin: 15px auto;
  margin-top:75px;
  width: 100%;
}

/* TL */
.timeline-003 {
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 0;
}

.timeline-003 li {
    display: flex;
    flex: 1 1;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    color: #969da3;
    font-size: .8em;
}

.timeline-003 li.prev,
.timeline-003 li.current {
    color: #001C30;
}

.timeline-003 li::before {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-bottom: 6px;
    content: '';
    border: 2px solid #d6dde3;
    border-radius: 50%;
    background-color: #fff;
}

.timeline-003 li.prev::before,
.timeline-003 li.current::before {
    border-color: #001C30;
}

.timeline-003 li:not(:last-child)::after {
    position: absolute;
    top: 8px;
    left: 50%;
    z-index: -1;
    width: 100%;
    height: 2px;
    background-color: #d6dde3;
    content: '';
}

.timeline-003 li.current::before,
.timeline-003 li.prev::after {
    background-color: #001C30;
}
