﻿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: 700px;
}

ul.float-left li {
    float:left;
    margin-right:10px;
}

.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;
    overflow:hidden;
}

.border {
	border: 1px solid red;
	border-collapse:collapse;
}

.top {
    position: relative;
    min-height: 4000px;
    background: url("../../img/reserve/summer2026/01_BG.png") no-repeat;
}

.logo {
    position: absolute;
    width: 318px;
    height: 108px;
    top: 40px;
    left: 850px;
}

.char1 {
    position: absolute;
    top: 865px;
    left: -115px;
    width: 750px;
    height: 676px;
    background: url("../../img/reserve/summer2026/char1.png") no-repeat;
    opacity: 1;
}

.char2 {
    position: absolute;
    top: 1912px;
    left: 1403px;
    width: 711px;
    height: 594px;
    background: url("../../img/reserve/summer2026/char2.png") no-repeat;
    opacity: 1;
}

.message1 {
    position: absolute;
    left: 660px;
    top: 136px;
    width: 587px;
    height: 267px;
    z-index: 1;
    background: url("../../img/reserve/summer2026/message1.png") no-repeat;
    opacity: 1;
}

.date1 {
    position: absolute;
    left: 676px;
    top: 416px;
    width: 589px;
    height: 47px;
    z-index: 1;
    background: url("../../img/reserve/summer2026/date.png") no-repeat;
    opacity: 1;
}

.yb1 {
    position: absolute;
    left: 580px;
    top: 515px;
    width: 775px;
    height: 438px;
    z-index: 1;
    border: 2px solid black;
    box-shadow: 0 0 7px #61f5ff;
    background-color: rgba(0, 0, 0, 0.7);
}

.message2 {
    position: absolute;
    left: 771px;
    top: 134px;
    width: 360px;
    height: 132px;
    z-index: 1;
    background: url("../../img/reserve/summer2026/message2.png") no-repeat;
    opacity: 1;
}

.date2 {
    position: absolute;
    left: 676px;
    top: 276px;
    width: 589px;
    height: 47px;
    z-index: 1;
    background: url("../../img/reserve/summer2026/date.png") no-repeat;
    opacity: 1;
}

.yb2 {
    position: absolute;
    left: 657px;
    top: 629px;
    width: 621px;
    height: 351px;
    z-index: 1;
    border: 2px solid black;
    box-shadow: 0 0 7px #61f5ff;
    background-color: rgba(0, 0, 0, 0.7);
}

.link {
    position: absolute;
    left: 674px;
    top: 2253px;
    width: 563px;
    height: 120px;
    z-index: 1;
    background: url("../../img/reserve/summer2026/link.png") no-repeat;
}

.link:hover {
    background-position-y: 100%;
}

.btn_reserve {
    position:absolute;
    top: 354px;
    left: 705px;
    width: 527px;
    height: 249px;
    background:url("../../img/reserve/summer2026/reserve.png") no-repeat;
    cursor:pointer;
}

.btn_reserve:hover {
    background-position-y: 100%;
}

.channeling {
    position: relative;
    top: 3500px;
}

.btn_channel {
    width: 254px;
    height: 123px;
}

.btn_channel a {
    display: block;
    width: 100%;
    height: 100%;
}

.btn_channel:hover {
    background-position-y: 100%;
}

.steam {
	background:url("../../img/reserve/summer2026/channel/BUTTON_CHANNER_STEAM_254x123.png") no-repeat;
}

.hangame {
    background: url("../../img/reserve/summer2026/channel/BUTTON_CHANNER_HANGE_254x123.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;
}

.popup {
    background-image: url('../../img/reserve/summer2026/popup/POPUP_BG.png');
    width: 525px;
    height: 248px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #09431a;
    text-align: center;
    font-size: 18pt;
    font-weight:bold;
    line-height: 24pt;
    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/summer2026/popup/POPUP_CLOSE_35x35.png');
    width: 35px;
    height: 35px;
    top: -80px;
    right: 58px;
    cursor: pointer;
    border: none;
}

.close-btn:hover {
    background-position-y: 100%;
}

