#fullpage {
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#fullpage ul li {
    list-style: none;
}

section {
    background-color: #000;
    color: #fff;
}

.bannerWrap {
    position: relative;
    background-image: url(https://asset.msi.com/event/2017/fansgathering/images/banner2.jpg);
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.bannerWrap {
    padding-top: 2%;
    padding-bottom: 2%;
}

.newsWrap {
    background-color: #f00;
    line-height: 1.4em;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    padding-top: 8px;
}

.newsWrap ul {
    display: inline-block;
    padding-left: 0;
}

.newsWrap a {
    color: #fff;
}

.attrWarp {
    position: relative;
    padding-top: 17%;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: cover;
    background-color: #f00;
    text-align: center;
    z-index: 3;
}

.attrContent {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    vertical-align: top;
    padding: 3% 3%;
    background-color: rgba(0, 0, 0, 0.8);
    padding-top: 5%;
    display: none;
}

.wind {
    background-image: url(https://asset.msi.com/event/2017/fansgathering/images/wind.jpg);
}

.fire {
    background-image: url(https://asset.msi.com/event/2017/fansgathering/images/fire.jpg);
}

.mine {
    background-image: url(https://asset.msi.com/event/2017/fansgathering/images/mine.jpg);
}

.water {
    background-image: url(https://asset.msi.com/event/2017/fansgathering/images/water.jpg);
}

.attrContent p {
    text-align: left;
    letter-spacing: -.5px;
    cursor: default;
    line-height: 1.5em;
    padding: 0 2%;
}

.attrImg {
    float: right;
    margin-top: -50%;
    margin-left: -5%;
}

.attrImg img {
    position: relative;
    z-index: 110;
}

.fourAttr .enter-btn {
    position: absolute;
    display: block;
    z-index: 2;
    font-weight: bold;
    color: #000;
    text-align: center;
    letter-spacing: -1px;
    cursor: pointer;
    transition: all 0.5s;
    padding-top: 1.5%;
    padding-left: 5%;
    padding-right: 5%;
    bottom: 8%;
    right: 35%;
}

.enter-btn::before {
    width: 100%;
    content: '';
    display: block;
    padding-top: 24%;
    position: absolute;
    background-color: #f00;
    top: 0;
    left: 0;
    z-index: -1;
    transform: skew(20deg);
    box-shadow: 5px 5px 0 #600;
    transition: all .1s;
}

.enter-btn:hover::before {
    transform: skew(-20deg);
}

.enter-btn:hover {
    color: #fff;
}


/*step2*/

.step2 {
    background-image: url(https://asset.msi.com/event/2017/fansgathering/images/s2Bg.jpg);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    
}

.step2Content {
    margin-top: 5%;
    margin-bottom: 5%;
}

.step2Content div:nth-child(5) img,
.step2Content div:nth-child(7) img {
    margin: 0 auto;
    width: 80%;
}

.startStamp {
    position: absolute;
    right: -20%;
    bottom: 50%;
}

.startStamp img {
    width: 70%;
}

.eventDetail p {
    margin-top: 4%;
    font-weight: bold;
    color: #f00;
}

.eventTime table th {
    text-align: center;
}

.guide table {
    width: 70%
}

table,
th,
td {
    border-collapse: collapse;
    border: 1px solid #fff;
    padding: 5px;
}

table tr:hover {
    background-color: #f00;
}

#map {
    margin-top: 4%;
    padding-bottom: 30%
}


/*step3*/

.resetBtn {
    width: 10%;
    margin: 0 auto;
    padding: 0.5% 0;
    letter-spacing: 3px;
    color: #a00;
    font-size: 1.3em;
    font-weight: bold;
    border: 1px solid #a00;
    cursor: pointer;
    transition: all 0.5s;
}

.resetBtn:hover {
    border: 1px solid #f00;
    color: #f00;
}

.step3 {
    /*background-image: url(https://asset.msi.com/event/2017/fansgathering/images/s3Bg.jpg);*/
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 5%;
	border-top: 12px solid #f00;
}

.weapon {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    /* background-color: #ff0; */
}

.weaponContent {
    position: relative;
    text-align: center;
    display: inline-block;
    width: calc(90%/3);
    margin-top: 2%;
    animation-delay: 2s;
}

.weaponContent img {
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.weaponContent h4 {
    margin-top: 0;
    font-size: 14px;
    line-height: 18px;
}

.weaponContent h4::before {
    content: '';
    display: block;
    width: 40%;
    height: 2px;
    padding-bottom: 2%;
    border-radius: 50%;
    box-shadow: 0 0 20px 10px #f00;
    background-color: rgba(255, 0, 0, 1);
    position: absolute;
    left: 30%;
    bottom: 35%;
    opacity: .3;
    z-index: 0;
    transition: all .5s;
}

.weaponContent .enter-btn {
    display: block;
    margin: 0 25%;
    width: 40%;
    padding-top: 2%;
    bottom: 15%;
    position: absolute;
    z-index: 2;
    font-size: 1.4em;
    font-weight: bold;
    color: #000;
    text-align: center;
    letter-spacing: -1px;
    cursor: pointer;
    transition: all 0.5s;
    /*background-color:#f00;*/
}

.weaponContent .enter-btn {
    position: relative;
    padding-bottom: 3%;
    margin-left: 31%;
    /* display: none; */
}

.weaponContent .enter-btn::before {
    width: 100%;
    content: '';
    display: block;
    position: absolute;
    background-color: #f00;
    top: 10%;
    left: 0;
    z-index: -1;
    transform: skew(20deg);
    box-shadow: 5px 5px 0 #600;
    transition: all .1s;
}

.weaponContent .enter-btn:hover::before {
    transform: skew(-20deg);
}

.chooseWeapon {
    margin-top: 8%;
    display: inline-block;
    padding: 1% 1% 1% 2%;
    border: 8px solid #f00;
    color: #f00;
    font-size: 2.5em;
    font-weight: bold;
    box-shadow: 0 0 11px 1px #f00 inset, 0 0 11px 1px #f00;
    text-shadow: 0 0 20px #f00;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .9);
}

.specialevent {
    margin-top: 5%;
    margin-bottom: 5%;
}

.event_warp {
    width: 100%;
    text-align: center;
}

.event_content {
    border: 1px solid #f00;
    width: 395px;
    height: 330px;
}

.event_title {
    color: #fff;
    background-color: #f00;
    padding: 3% 2%;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
}

.event_text {
    letter-spacing: -0.5px;
    padding: 5% 5% 0;
    height: 180px;
}

.event_text p {
    line-height: 1.8em;
}

.event_social {
    position: relative;
}

.event_social ul {
    text-align: center;
}

.event_one,
.event_two {
    display: inline-block;
    margin-right: 20px;
    margin-top: 3%;
    position: relative;
    z-index: 5;
    letter-spacing: -0.5px;
}

.lucky {
    margin-bottom: -12%;
}

.lucky img {
    position: relative;
    z-index: 3;
    margin-top: 5%;
}

.soc {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.soc li {
    display: inline-block;
    zoom: 1;
    font-size: 12px;
}

.soc li a {
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 42px;
    font-size: 24px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-right: 30px;
    color: #ffffff;
    background-color: none;
}

.soc-icon-last {
    margin: 0 !important;
}

.soc-facebook {
    background-color: #3e5b98;
}

.soc-facebook:before {
    content: '\f09a';
}

.soc-twitter {
    background-color: #4da7de;
}

.soc-twitter:before {
    content: '\f099';
}


/* .soc-instagram {
    background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
}

.soc-instagram:before {
    content: '\f16d';
} */

.soc li span {
    font-size: 14px;
    color: #ccc;
}

.step4 {
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.method {
    margin-top: 2%;
}

.method h4 {
    font-weight: bold;
    color: #f00;
}

.form {
    margin: 0 12%;
}

.formContent {
    position: relative;
    border: 5px solid #f00;
    padding: 3% 4% 2%;
    overflow: hidden;
    margin-bottom: 5%;
    margin-top: 2%;
}

.formContent::after {
    content: '';
    display: block;
    position: absolute;
    left: -50px;
    top: 0;
    height: 0;
    width: 0;
    border: 50px solid #f00;
    border-color: #f00 transparent transparent;
}

.formContent::before {
    content: '';
    display: block;
    position: absolute;
    right: -50px;
    top: 0;
    height: 0;
    width: 0;
    border: 50px solid #f00;
    border-color: #f00 transparent transparent;
}

.formtitle {
    width: 55%;
    margin: 0 auto;
    border: 10px solid #f00;
    color: #f00;
    font-size: 2.4em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 5px;
    padding: 2% 0 2% 2%;
}

.formtitle::after {
    content: '';
    display: block;
    position: absolute;
    left: -50px;
    bottom: 0px;
    height: 0;
    width: 0;
    border: 50px solid #f00;
    border-color: transparent transparent #f00 transparent;
}

.formtitle::before {
    content: '';
    display: block;
    position: absolute;
    right: -50px;
    bottom: 0px;
    height: 0;
    width: 0;
    border: 50px solid #f00;
    border-color: transparent transparent #f00 transparent;
}

form label {
    display: block;
    color: #f00;
    font-size: 1.3em;
    margin-bottom: 0;
    margin-top: 1%;
}

form input {
    width: 100%;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #f00;
    outline: none;
}

form select {
    width: 100%;
    background-color: transparent;
    border: 1px solid #f00;
    outline: none;
    padding: 2%;
}

form option {
    color: #f00;
    border: 0;
    background-color: #000;
}

form button {
    border: 0;
    background-color: transparent;
    margin-top: 5%;
    outline: none;
}

@-webkit-keyframes flash {
    0%,
    50%,
    100% {
        opacity: 0;
    }
    25%,
    75% {
        opacity: 1;
    }
}

@keyframes flash {
    0%,
    50%,
    100% {
        opacity: 0;
    }
    25%,
    75% {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 30%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

.step4 {
    position: relative;
}

.success {
    display: none;
    position: absolute;
    z-index: 99;
    width: 30%;
    left: 35%;
    top: 35%;
    padding: 2% 0;
    background-color: #000;
    color: #f00;
    border: 8px solid #f00;
    text-align: center;
    font-size: 1.3em;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: #f00;
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 2;
}

#return-to-top div {
    text-align: center;
    color: #fff;
    margin-top: -80%;
    margin-bottom: 4%;
    font-size: 12px;
    line-height: 14px;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 14px;
    top: 9px;
    font-size: 18px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: #970000;
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
