/* CSS Document */

body {
    background-color: #0ce2e9;
}

#fp-wrap {
    background: url("../img/background.jpg") no-repeat center top fixed;
}

.fp-wrap-inner {
    background: url("../img/background-visual.png") no-repeat center top;
}

.cx_smartphoneview .fp-wrap-inner {
    background: url("../img/background-visual-sp.png") no-repeat center top;
}

/* engei 共通要素 */

.engei * {
    line-height: 1.3;
    box-sizing: border-box;
}

.engei a {
    cursor: pointer;
    transition: .3s;
}

.engei a:hover {
    opacity: 0.7;
}

.emtxt {
    width: 98%;
    margin: 0px auto 20px auto;
    border: 2px solid #fff;
    padding: 2%;
    color: white;
    box-sizing: border-box;
    font-weight: bold;
    line-height: 1.5em;
    letter-spacing: 1px;
}

/* engei header */

.engei-header {
    position: relative;
    height: 520px;
}

.engei-header h1 {
    margin-top: 164px;
    text-align: center;

}

.engei-twitter {
    position: absolute;
    top: 34px;
    right: 70px;
}

/* メニュー */

.engei-navi {
  	display: -webkit-flex;
   	display: flex;
   	-webkit-align-items:center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.engei-navi li {
    cursor: pointer;
    transition: .3s;
    padding: 5px 0;
}

.engei-navi li:hover {
    opacity: 0.7;
}

/* engei body */

.engei-body {
    background-color: #fff;
}

/* ムービー */

.engei-movie {
    position: relative;
	display: -webkit-flex;
   	display: flex;
   	-webkit-align-items:center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 12px 0 9px;
    margin-bottom: 10px;
    background-color: #000;
}

.engei-movie:before,
.engei-movie:after {
    content: "";
    position: absolute;
    left: 5px;
    width: 100%;
    height: 20px;
    background: url("../img/parts-film.png") no-repeat;
}

.engei-movie:before {
    top: 0;
    background-position: top left;
}

.engei-movie:after {
    bottom: 0;
    background-position: bottom left;
}

.engei-movie li {
    margin: 4px;
    cursor: pointer;
}

.engei-movie-wrap {
    position: relative;
    display: block;
}

.engei-movie-wrap:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 50%;
    width: 27px;
    height: 27px;
    margin-left: -13.5px;
    background: url("../img/parts-movie-play.png") no-repeat center center;
    z-index: 10;
}

.engei-movie-wrap:hover {
    opacity: 1;
}

.engei-movie-wrap img {
    transition: .3s;
}

.engei-movie-wrap:hover img {
    opacity: 0.7;
}

/* バナー */

.engei-banner {
    text-align: center;
    margin: 15px 0 10px;
}

.engei-banner img {
    cursor: pointer;
    transition: .3s;
}

.engei-banner img:hover {
    opacity: 0.7;
}

.engei-header + .engei-body .engei-banner {
    margin-top: 0;
}

/* スケジュール */

.engei-schedule {
    position: relative;
    margin-bottom: 18px;
    background: #fff url("../img/parts-background2.png") repeat-y left center;
}

.engei-schedule:after {
    content: "";
    position: relative;
    bottom: -5px;
    left: 0;
    display: block;
    width: 100%;
    height: 37px;
    background: url("../img/parts-footer.png") no-repeat left bottom;
}

.engei-schedule-body {
    max-height: 290px;
    overflow-y: scroll;
}

.engei-schedule-body::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

.engei-schedule-body::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.engei-schedule-item {
    display: -webkit-flex;
   	display: flex;
}

.engei-schedule-date {
    position: relative;
    font-size: 14px;
    color: #fff;
    width: 155px;
    min-width: 155px;
    padding: 10px 10px 10px 26px;
}

.engei-schedule-date:before {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    width: 1px;
    height: 100%;
    background-color: #fff;
}

.engei-schedule-date:after {
    content: "";
    position: absolute;
    top: 13px;
    left: 10px;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 6px solid transparent;
    transform: rotate(90deg);
}

.engei-schedule-text {
    font-size: 13px;
    width: auto;
    padding: 10px 10px 20px;
}

.engei-bnr{
	background:#ffffff;
	text-align:center;
	padding-bottom:20px;
}

/* modal内スケジュール */

.modal-content .engei-schedule {
    line-height: 1.6;
    overflow: hidden;
}

.modal-content .engei-schedule-body {
    max-height: 273px;
}

.modal-content .engei-schedule-date {
    width: 119px;
    min-width: 119px;
}

/* 出演者リスト */

.engei-guest {
    position: relative;
    margin-bottom: 30px;
    background: #fff url("../img/parts-background.png") repeat-y left top;
}

.engei-guest:after {
    content: "";
    position: relative;
    bottom: -5px;
    left: 0;
    display: block;
    width: 100%;
    height: 37px;
    background: url("../img/parts-footer2.png") no-repeat left bottom;
}

.engei-guest-copy,
.engei-guest-copy2 {
    text-align: center;
    margin: 10px 0;
}

.engei-guest ul {
    display: -webkit-flex;
   	display: flex;
   	-webkit-align-items:flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 0 5px;
    margin-right: -10px;
}

.engei-guest ul li {
    text-align: center;
    margin: 0 0 15px 0;
    width: 33%;
}
.engei-guest ul li.full {
    text-align: center;
    margin: 0 0 10px 0;
    width: 100%;
}
.engei-guest ul li.full ul {
    justify-content: center;
}
.engei-guest ul li.half {
    text-align: center;
    margin: 0 0 5px 0;
    width: 33%;
}
.engei-guest ul li.vs {
    width: auto;
    padding: 5px;
    line-height: 200px;
    color: #ffffff;
    font-weight: bold;
    font-size: 36px;
}.engei-guest-name {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    margin-top: -5px;
    margin-left: -5px;
}
