@charset "UTF-8";
/* CSS Document */
body{
    width: 100%;
    height: 100%;
	margin:0;
    padding:0;
	font-size:16px;
    font-weight: normal;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	color: #ddd;
	background-color: #000;
}

p{
	line-height: 2.4em;
    color: #000;
}

.pc{
	display: block;
}
.sp{
	display: none !important;
}
/*----------------------------------------------*/
/* 全体 */
article{
    width: 100%;
    height: 100vh;
    display: flex;
}
section{
    width: 50%;
}
/*----------------------------------------------*/
/* 2025 */
#at2025_wrap{
    width: 50%;
    height: 100vh;
    background: url(../img/bg2025.png) no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.title_wrap{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 10;
}
.logo2025 img {
    max-width: 500px;
}
.title_2025 img{
    max-width: 300px;
    margin: 0 auto;
}

.chara01,.chara02,.chara03{
    max-width: 200px;
    position: absolute;
}
.chara01{
    bottom: 130px;
    left: 0;
}
.chara02{
    bottom: 0;
    left: 50px;
}
.chara03{
    bottom: 0;
    right: 0;
}
/*----------------------------------------------*/
/* 2024 */
#at2024_wrap{
    width: 50%;
    height: 100vh;
    background: url(../img/bg2024.png) no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
     overflow: hidden;
}
.logo2024 img {
    max-width: 500px;
}
.title_2024{
    position: relative;
}
.chara04{
    max-width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 10;
}
.title_day{
    max-width: 350px;
    margin: 0 auto;
}
.title_txt{
    text-align: center;
    color: #fff;
    font-weight: bold;
}
/*----------------------------------------------*/
/* リンクボタン */
.bottom_link{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 999;
}
.pc_TopLink{
    width: 200px;
    margin: 50px auto;
    background-color: rgba(0,0,0,.6);
    transition: 0.5s;
    position: relative;
    border-radius: 5px;
}
.pc_TopLink:hover {
	transform: translateY(3px);
}
.pc_TopLink::after{
    content: '';
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	background-color: #000;
    background: url(../img/PcLinkIcon.png) no-repeat center;
}
a.PcLinkBtn {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 200px;
	margin: auto;
	padding: 0.5rem 0 0.5rem 1.5rem;
	font-weight: bold;
	border: 2px solid #fff;
	border-radius: 5px;
	
}
/*------------スマホ用--------------*/
@media screen and (max-width: 800px) {
    article{
        display: block;
    }
    section{
        width: 100%;
    }
    #at2025_wrap{
        width: 100%;
        height: 50vh;
    }
    #at2024_wrap{
        width: 100%;
        height: 50vh;
    }
    .title_wrap{
    position: absolute;
    top: 40%;
    left: url(http://127.0.0.1:5500/img/bq_logo.png)50%;
    transform: translate(-50%, -40%);
    -webkit-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
    z-index: 10;
}
    .logo2025 img {
        max-width: 320px;
    }
    .logo2024 img {
        max-width: 320px;
    }
    .title_2025 img {
        max-width: 200px;
    }
    .title_2024 img {
        max-width: 320px;
    }
    .chara04 {
        max-width: 300px;
    }
    .title_day{
        max-width: 250px !important;
        margin: 0 auto;
    }
    .pc_TopLink {
        margin: 20px auto;
    }
    .chara01,.chara02,.chara03{
        max-width: 100px;
        position: absolute;
    }
    .chara01{
        bottom: 70px;
        left: 0;
    }
    .chara02{
        bottom: 0;
        left: 10px;
    }
    .chara03{
        bottom: 0;
        right: 0;
    }
}