﻿body {
    padding: 0;
	margin: 0;
	width: 100%;
	min-width: 1020px;
	background-color: #000;
	font-size: 14pt;
	line-height: 1.2em;
	background-position: center top;
}

section {
    opacity:0;
    transition: all 0.4s;
}

section.show {
    opacity: 1;
    margin-top: 0;
}

.wraper * {
    font-family: 'Noto Sans JP', sans-serif!important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.pointer {
   cursor: pointer;
}

a:hover {
	cursor: pointer;
}

a:link {
	color: #000;
	border: 0;
}

a:visited {
	color: #000;
}

a {
	text-decoration:none;
}

a img {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

blockquote {
    display: inline-block;
    margin: 0;
}

ul {
    padding:0;
    margin:0;
    list-style-type:none;
}

ul.float-left{
    margin-left: 300px;
}

ul.float-left li {
    float:left;
    margin-right:15px;
}

.strong {
	font-weight: bold;
}

.large {
    font-size: larger;
}

.small {
    font-size: smaller;
}

.wraper {
	margin: 0 auto;
	max-width: 1920px;
	min-height: 1200px; 
    background-color: #fff;
}

.container {
    min-width: 1920px;
}

.border {
	border: 1px solid red;
	border-collapse:collapse;
}

.top {
    position: relative;
    min-height: 4830px;
    background: url("../../img/reserve/winter2026/01_BG.png") no-repeat;
}

.logo {
    position: absolute;
    width: 318px;
    height: 108px;
    top: 68px;
    left: 801px;
}

.elsword {
    position: absolute;
    top: 610px;
    left: 343px;
    width: 757px;
    height: 701px;
    background: url("../../img/reserve/winter2026/05_ELSWORD.png") no-repeat;
    opacity: 0;
}

.ara {
    position: absolute;
    top: 760px;
    left: 739px;
    width: 909px;
    height: 798px;
    background: url("../../img/reserve/winter2026/06_ARA.png") no-repeat;
    opacity: 0;
}

.message {
    position: absolute;
    left: 639px;
    top: 230px;
    width: 645px;
    height: 284px;
    z-index: 1;
    background: url("../../img/reserve/winter2026/03_LOGO_MAIN.png") no-repeat;
    opacity: 0;
}

.date {
    position: absolute;
    left: 634px;
    top: 507px;
    width: 658px;
    height: 78px;
    z-index: 1;
    background: url("../../img/reserve/winter2026/04_LOGO_DATE.png") no-repeat;
    opacity: 0;
}

.board {
    position: absolute;
    left: 0;
    top: 2852px;
    width: 1874px;
    height: 1798px;
    z-index: 1;
    background: url("../../img/reserve/winter2026/11_ROADMAP.png") no-repeat;
}

.btn_cube {
    position: absolute;
    left: 1013px;
    top: 2258px;
    width: 48px;
    height: 48px;
    z-index: 1;
    background: url("../../img/reserve/winter2026/08_CUBEPLUS_48X48.png") no-repeat;
    cursor: pointer;
}

.btn_cube:hover {
    background-position-y: -48px;
}

.link {
    position: absolute;
    left: 551px;
    top: 2671px;
    width: 818px;
    height: 153px;
    z-index: 1;
    background: url("../../img/reserve/winter2026/10_BTN_INFO_818x153.png") no-repeat;
}

.link:hover {
    background-position-y: -153px;
}

.btn_reserve {
    position:absolute;
    top: 1804px;
    left: 716px;
    width: 488px;
    height: 246px;
    background:url("../../img/reserve/winter2026/09_BTN_00_488x246.png") no-repeat;
    cursor:pointer;
}

.btn_reserve:hover {
    background-position-y: -246px;
}

.channeling {
    position: relative;
    top: 1742px;
    width: 1185px;
    margin: 0 auto;
}

.channeling_text {
    margin: 0 auto;
    background:url("../../img/reserve/winter2026/07_TITLE.png") no-repeat;
    width: 1174px;
    height: 135px;
}

.btn_channel {
    margin-top: 100px;
    width: 276px;
    height: 143px;
}

.btn_channel a {
    display: block;
    width: 100%;
    height: 100%;
}

.btn_channel:hover {
    background-position-y: -143px;
}

.steam {
	background:url("../../img/reserve/winter2026/channel/BUTTON_CHANNER_STEAM_276x143.png") no-repeat;
}

.hangame {
	background:url("../../img/reserve/winter2026/channel/BUTTON_CHANNER_HANGE_276x143.png") no-repeat;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.cube_content {
    background-image: url('../../img/reserve/winter2026/popup/CUBE_CONTENT.png');
    width: 1088px;
    height: 752px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #821e1e;
    text-align: center;
    font-size: 14pt;
    flex-direction: column;
}

.cube_close-btn {
    position: relative;
    background-image: url('../../img/reserve/winter2026/popup/BUTTON_CLOSE_POPUP.png');
    width: 60px;
    height: 60px;
    top: -373px;
    right: 31px;
    cursor: pointer;
    border: none;
}


.popup {
    background-image: url('../../img/reserve/winter2026/popup/BG.png');
    width: 611px;
    height: 400px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #003c9e;
    text-align: center;
    font-size: 14pt;
    flex-direction: column;
}

.f18 {
    font-size:20pt;
    line-height: 26pt;
}

.close-btn {
    position: relative;
    background-image: url('../../img/reserve/winter2026/popup/BUTTON_CLOSE_POPUP.png');
    width: 60px;
    height: 60px;
    top: -195px;
    right: 31px;
    cursor: pointer;
    border: none;
}

.popup_title {
    background-image: url('../../img/reserve/winter2026/popup/BG_TITLE.png');
    width: 611px;
    height: 400px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #003c9e;
    text-align: center;
    font-size: 14pt;
    flex-direction: column;
}

.popup_title .title {
    position: absolute;
    color: #fff;
    font-size: 22pt;
    top: 40px;
    font-weight: bold;
}

.popup_title .content {
    margin-top: 65px;
}

.close-btn {
    position: relative;
    background-image: url('../../img/reserve/winter2026/popup/BUTTON_CLOSE_POPUP.png');
    width: 60px;
    height: 60px;
    top: -195px;
    right: 31px;
    cursor: pointer;
    border: none;
}
