@charset "UTF-8";
body {
    background-repeat: no-repeat;
    background-image: url(bg_header.webp);
    background-position: 50% 40px;
    font-size: 18px;
    line-height: 2;
    background-color: #000;
    color: #500047;
}
body a {
    display: block;
    width: 100%;
    height: 100%;
}
#container {
    overflow-x: hidden;
    position: relative;
    width: 100%;
    min-width: 1100px;
    z-index: 10;
}
#movie {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1670px;
    height: 1000px;
    min-width: 1100px;
    margin-left: -835px;
}
#movie iframe {
    display: block;
    width: 1670px;
    height: 1000px;
    margin: 0 auto;
}
header {
    position: relative;
    width: 100%;
    height: 840px;
    background-repeat: repeat;
    background-image: url(bg_pattern.webp);
    text-indent: -9999px;
}
header:before,
header:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
header:before {
    background-repeat: no-repeat;
    background-image: url(bg_side.webp);
    background-position: 50% 0;
    z-index: 1;
}
header:after {
    background-repeat: no-repeat;
    background-image: url(bg_leaves.webp);
    background-position: 50% 0;
    z-index: 3;
}
header h1 {
    position: absolute;
    top: 40px;
    left: 50%;
    width: 140px;
    height: 50px;
    background-repeat: no-repeat;
    background-image: url(logo_icarus.webp);
    background-position: 50% 0;
    text-indent: -9999px;
    margin-left: -550px;
    cursor: pointer;
    z-index: 5;
}
header h2 {
    position: absolute;
    top: 250px;
    left: 50%;
    width: 870px;
    height: 280px;
    background-repeat: no-repeat;
    background-image: url(title.webp);
    background-position: 50% 0;
    margin-left: -680px;
    z-index: 4;
}
header .date:before,
header .date:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
}
header .date:before {
    top: 0;
    width: 1045px;
    height: 573px;
    margin-left: -80px;
    background-repeat: no-repeat;
    background-image: url(bg_fellow1.webp);
    background-position: 50% 0;
    z-index: 2;
}
header .date:after {
    top: 275px;
    width: 554px;
    height: 452px;
    margin-left: -50px;
    background-repeat: no-repeat;
    background-image: url(bg_fellow2.webp);
    background-position: 50% 0;
    z-index: 1;
}
header .thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(bg_header.webp);
    background-position: 50% 0;
}
header .btn_share {
    position: absolute;
    top: 520px;
    left: 50%;
    width: 160px;
    height: 50px;
    background-repeat: no-repeat;
    background-image: url(btn_share.webp);
    background-position: 50% 0;
    margin-left: -315px;
    cursor: pointer;
    z-index: 6;
}
nav {
    position: absolute;
    top: 720px;
    left: 0;
    width: 100%;
    height: 120px;
    background-repeat: no-repeat;
    background-image: url(bg_nav.webp);
    background-position: 50% 0;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
    z-index: 90;
}
nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
}
nav dl {
    position: relative;
    width: 1100px;
    height: 100%;
    margin: 0 auto;
}
nav dl:after {
    content: "";
    display: block;
    clear: both;
}
nav dl dt {
    display: none;
}
nav dl dd {
    float: left;
    position: relative;
    width: 25%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(nav.webp);
    background-position: 0 0;
    text-indent: -9999px;
    cursor: pointer;
}
nav dl dd:nth-child(2) {
    background-position: 0 0;
}
nav dl dd:nth-child(2).on {
    background-position: 0 100%;
}
nav dl dd:nth-child(3) {
    background-position: -275px 0;
}
nav dl dd:nth-child(3).on {
    background-position: -275px 100%;
}
nav dl dd:nth-child(4) {
    background-position: -550px 0;
}
nav dl dd:nth-child(4).on {
    background-position: -550px 100%;
}
nav dl dd:nth-child(5) {
    background-position: -825px 0;
}
nav dl dd:nth-child(5).on {
    background-position: -825px 100%;
}
nav dl dd:nth-child(6) {
    background-position: -1100px 0;
}
nav dl dd:nth-child(6).on {
    background-position: -1100px 100%;
}
#contents {
    position: relative;
    width: 100%;
    background-repeat: repeat;
    background-image: url(bg_content.webp);
    padding: 100px 0;
    background-color: #000;
    color: #a4b3ff;
}
.page {
    display: none;
    position: relative;
    width: 1100px;
    margin: 0 auto;
    z-index: 1;
}
h3 {
    text-align: center;
}
h4 {
    margin: 150px 0 30px;
}
.date {
    font-size: 20px;
    font-weight: 700;
}
.disc-list {
    font-size: 13px;
}
.disc-list li {
    list-style: disc;
    margin-left: 20px;
}
.order-list li {
    list-style: decimal;
    margin-left: 20px;
}
.mark-list {
    position: relative;
    width: 100%;
    font-size: 13px;
}
.mark-list li {
    position: relative;
    width: 100%;
    padding-left: 20px;
}
.mark-list li:before {
    content: "※";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 100%;
    display: block;
}
.img-list {
    position: relative;
    width: 100%;
}
.img-list li {
    position: relative;
    width: 100%;
    font-size: 20px;
}
.img-list li:after {
    content: "";
    display: block;
}
.frame {
    position: relative;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    border: 5px solid #683451;
}
.gallery {
    position: relative;
    width: 100%;
    margin: 20px auto;
}
.gallery .nav {
    position: relative;
    width: 100%;
    height: 46px;
    margin: 20px 0 20px -2px;
}
.gallery .nav li {
    display: inline-block;
    position: relative;
    height: 100%;
    margin: 0 4px;
    cursor: pointer;
}
.gallery .nav li:first-child {
    margin-left: 0;
}
.gallery .nav li:last-child {
    margin-right: 0;
}
.gallery .nav li.on:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 94%;
    border: 3px solid #a4b3ff;
    z-index: 1;
}
.gallery .img {
    position: relative;
    width: 100%;
    height: 500px;
}
.gallery .img li {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.gallery .img li:first-child {
    display: block;
}
.gallery-movies {
    position: relative;
    width: 100%;
    margin: 20px auto;
}
.gallery-movies .nav {
    position: relative;
    width: 100%;
    height: 46px;
    margin: 20px 0;
}
.gallery-movies .nav li {
    display: inline-block;
    position: relative;
    height: 100%;
    margin: 0 4px;
    cursor: pointer;
}
.gallery-movies .nav li:first-child {
    margin-left: 0;
}
.gallery-movies .nav li:last-child {
    margin-right: 0;
}
.gallery-movies .nav li.on:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 94%;
    border: 3px solid #a4b3ff;
    z-index: 1;
}
.gallery-movies .mov {
    overflow: hidden;
    position: relative;
    width: 950px;
    height: 500px;
    background-color: #000;
}
.gallery-movies .mov:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(ellora/frame.webp);
    background-position: 50% 0;
    z-index: 1;
}
.gallery-movies .mov iframe {
    display: block;
    position: absolute;
    top: -91px;
    left: -140px;
    width: 1200px;
    height: 682px;
    background-color: transparent;
    margin: 0 auto;
}
table {
    position: relative;
    width: 100%;
    margin: 20px auto;
    font-size: 14px;
}
table caption {
    display: none;
}
table tr th {
    padding: 5px 0;
    background-color: #500047;
    color: #fff;
}
table tr td {
    padding: 5px 10px;
    vertical-align: middle;
    border-bottom: 1px solid #500047;
}
table tr td img {
    width: 55px;
    height: 55px;
}
table tr td:nth-child(3) {
    text-align: center;
}
#bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position:
        50% 0,
        50% 100%;
}
.ellora #bg {
    background-image: url(bg_page1.webp), url(bg_footer.webp);
}
.level #bg {
    background-image: url(bg_page2.webp), url(bg_footer.webp);
}
.system #bg {
    background-position:
        50% 0,
        50% 1024px,
        50% 100%;
    background-image:
        url(bg_page3_1.webp), url(bg_page3_2.webp), url(bg_footer.webp);
}
.campaign #bg {
    background-image: url(bg_page4.webp), url(bg_footer.webp);
}
#ellora {
    display: block;
}
#ellora .itemlist {
    position: relative;
    width: 100%;
    margin: 50px 0;
}
#ellora .itemlist:after {
    content: "";
    display: block;
    clear: both;
}
#ellora .itemlist li {
    float: left;
    position: relative;
    width: 28%;
    margin-right: 3%;
}
#ellora .itemlist li:last-child {
    marign-right: 0;
}
#ellora .itemlist li .desc {
    position: relative;
    width: 77%;
    margin-left: 23%;
}
#ellora .itemlist li .desc strong {
    font-size: 20px;
}
#level h5 {
    margin: 50px 0 -10px;
}
#system h3 {
    margin-bottom: 280px;
}
#campaign h3 {
    margin-bottom: 20px;
}
#campaign h4 {
    margin: 50px 0 0 -5px;
}
#campaign h4:first-child {
    margin-top: 0;
}
#campaign .menu {
    position: relative;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-image: url(campaign/bg_nav.webp);
    background-position: 50% 0;
    text-indent: -9999px;
    margin: 50px auto 20px;
}
#campaign .menu ul {
    position: relative;
    width: 100%;
    padding: 47px 0 0 64px;
}
#campaign .menu ul:after {
    content: "";
    display: block;
    clear: both;
}
#campaign .menu ul li {
    position: relative;
    width: 320px;
    height: 130px;
    background-repeat: no-repeat;
    background-image: url(campaign/nav.webp);
    background-position: 50% 0;
    float: left;
    cursor: pointer;
    margin-right: 5px;
}
#campaign .menu ul li:nth-child(1) {
    background-position: 0 0;
}
#campaign .menu ul li:nth-child(1).on {
    background-position: 0 100%;
}
#campaign .menu ul li:nth-child(2) {
    background-position: -320px 0;
}
#campaign .menu ul li:nth-child(2).on {
    background-position: -320px 100%;
}
#campaign .menu ul li:nth-child(3) {
    margin-right: 0;
    background-position: -640px 0;
}
#campaign .menu ul li:nth-child(3).on {
    background-position: -640px 100%;
}
#campaign .tap-wrap {
    position: relative;
    width: 100%;
    padding: 40px 50px;
    border: 5px solid #371b48;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: inset 0 0 30px #fff;
    -moz-box-shadow: inset 0 0 30px #fff;
    box-shadow: inset 0 0 30px #fff;
    color: #500047;
}
#campaign .tap-wrap .tab {
    display: none;
}
#campaign .tap-wrap .tab:first-child {
    display: block;
}
#campaign .tap-wrap .btn_get {
    margin-top: 30px;
    cursor: pointer;
}
#campaign .tap-wrap .img-list {
    margin-top: 20px;
}
#campaign .tap-wrap .img-list li {
    margin-bottom: 60px;
    padding-left: 130px;
}
#campaign .tap-wrap .img-list li:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 95px;
}
#campaign .tap-wrap .img-list li:nth-child(1):after {
    background-repeat: no-repeat;
    background-image: url(campaign/icon_step1.webp);
    background-position: 50% 0;
}
#campaign .tap-wrap .img-list li:nth-child(2):after {
    background-repeat: no-repeat;
    background-image: url(campaign/icon_step2.webp);
    background-position: 50% 0;
}
#campaign .tap-wrap .img-list li:nth-child(3):after {
    background-repeat: no-repeat;
    background-image: url(campaign/icon_step3.webp);
    background-position: 50% 0;
}
#campaign .tap-wrap .img-list li:nth-child(4):after {
    background-repeat: no-repeat;
    background-image: url(campaign/icon_step4.html);
    background-position: 50% 0;
}
#campaign .tap-wrap .img-list li:nth-child(5):after {
    background-repeat: no-repeat;
    background-image: url(campaign/icon_step5.html);
    background-position: 50% 0;
}
#campaign .tap-wrap .img-list li .ss {
    margin: 30px 0;
}
#campaign .tap-wrap .sns {
    position: relative;
    width: 910px;
    height: 80px;
    text-indent: -9999px;
    margin: 50px auto;
}
#campaign .tap-wrap .sns:after {
    content: "";
    display: block;
    clear: both;
}
#campaign .tap-wrap .sns li {
    position: relative;
    width: 330px;
    height: 100%;
    float: left;
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
}
#campaign .tap-wrap .sns li.btn_twitter {
    margin-right: 30px;
    background-image: url(campaign/btn_twitter.webp);
}
#campaign .tap-wrap .sns li.btn_skype {
    background-image: url(campaign/btn_skype.webp);
    z-index: 1;
}
#campaign .tap-wrap .sns li.btn_howto {
    margin-left: -110px;
    background-image: url(campaign/btn_howto.webp);
}
#campaign .tap-wrap .btn_link {
    display: inline-block;
}
#campaign .tap-wrap .btn_link a {
    display: block;
    margin: 10px 0;
    padding: 3px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #500047;
    text-align: center;
    font-weight: 700;
    color: #fff !important;
}
#dialog {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 100;
}
#dialog .content {
    position: absolute;
    top: 200px;
    left: 50%;
    width: 820px;
    height: initial;
    background-repeat: repeat-y;
    background-image: url(dialog_middle.webp);
    margin-left: -410px;
    padding: 30px 60px;
    text-align: center;
}
#dialog .content:before,
#dialog .content:after {
    content: "";
    display: block;
    display: block;
}
#dialog .content:before {
    position: absolute;
    top: -85px;
    left: 0;
    width: 100%;
    height: 85px;
    background-repeat: no-repeat;
    background-image: url(dialog_top.webp);
    background-position: 50% 0;
}
#dialog .content:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 85px;
    background-repeat: no-repeat;
    background-image: url(dialog_bottom.webp);
    background-position: 50% 0;
}
#dialog .content .step {
    display: none;
}
#dialog .content h5 {
    margin-bottom: 20px;
    font-size: 28px;
}
#dialog .content .btn_close {
    position: absolute;
    top: -10px;
    right: 70px;
    width: 30px;
    height: 30px;
    background-color: #500047;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 30px;
    line-height: 1;
    color: #fff;
    z-index: 1;
    cursor: pointer;
}
#dialog .content input[type="submit"] {
    outline: none;
    display: inline-block;
    padding: 15px 25px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #500047;
    font-size: 20px;
    color: #fff;
}
#dialog .content .table-dialog {
    width: 88%;
    margin: 0 auto 20px;
    border-collapse: separate;
    border-spacing: 10px;
}
#dialog .content .table-dialog tr td {
    padding: 0;
}
#dialog .content .table-dialog tr td select {
    display: block;
    width: 100%;
    height: 50px;
    padding: 5px 10px;
    border: 1px solid #500047;
}
#dialog .content .order-list {
    background-repeat: no-repeat;
    background-image: url(campaign/img_skype.webp);
    background-position: 90% 50%;
    margin-top: 10px;
    padding-left: 30px;
    text-align: left;
    font-size: 14px;
}
#dialog .content .order-list li {
    margin: 20px 0 20px 20px;
}
.lnb {
    position: absolute;
    top: 1000px;
    left: 50%;
    width: 120px;
    height: 100px;
    text-indent: -9999px;
    margin-left: 570px;
    z-index: 80;
    cursor: pointer;
}
.lnb p {
    position: relative;
    width: 100%;
    height: 40px;
}
.lnb p:nth-child(1) {
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-image: url(../../common/btn_top.html);
    background-position: 50% 0;
}
.lnb p:nth-child(2) {
    background-repeat: no-repeat;
    background-image: url(../../common/btn_official.html);
    background-position: 50% 0;
}
footer {
    position: relative;
    width: 100%;
    background-color: #000;
    text-align: center;
    font-size: 12px;
    color: #a0a0a0;
}
footer ul li {
    display: inline-block;
    margin: 0 10px;
    padding: 50px 0;
}
content .step {
    display: none;
}
#dialog .content h5 {
    margin-bottom: 20px;
    font-size: 28px;
}
#dialog .content .btn_close {
    position: absolute;
    top: -10px;
    right: 70px;
    width: 30px;
    height: 30px;
    background-color: #500047;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 30px;
    line-height: 1;
    color: #fff;
    z-index: 1;
    cursor: pointer;
}
#dialog .content input[type="submit"] {
    outline: none;
    display: inline-block;
    padding: 15px 25px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #500047;
    font-size: 20px;
    color: #fff;
}
#dialog .content .table-dialog {
    width: 88%;
    margin: 0 auto 20px;
    border-collapse: separate;
    border-spacing: 10px;
}
#dialog .content .table-dialog tr td {
    padding: 0;
}
#dialog .content .table-dialog tr td select {
    display: block;
    width: 100%;
    height: 50px;
    padding: 5px 10px;
    border: 1px solid #500047;
}
#dialog .content .order-list {
    background-repeat: no-repeat;
    background-image: url(campaign/img_skype.webp);
    background-position: 90% 50%;
    margin-top: 10px;
    padding-left: 30px;
    text-align: left;
    font-size: 14px;
}
#dialog .content .order-list li {
    margin: 20px 0 20px 20px;
}
.lnb {
    position: absolute;
    top: 1000px;
    left: 50%;
    width: 120px;
    height: 100px;
    text-indent: -9999px;
    margin-left: 570px;
    z-index: 80;
    cursor: pointer;
}
.lnb p {
    position: relative;
    width: 100%;
    height: 40px;
}
.lnb p:nth-child(1) {
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-image: url(../../common/btn_top.html);
    background-position: 50% 0;
}
.lnb p:nth-child(2) {
    background-repeat: no-repeat;
    background-image: url(../../common/btn_official.html);
    background-position: 50% 0;
}
footer {
    position: relative;
    width: 100%;
    background-color: #000;
    text-align: center;
    font-size: 12px;
    color: #a0a0a0;
}
footer ul li {
    display: inline-block;
    margin: 0 10px;
    padding: 50px 0;
}
