@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Cal+Sans&display=swap');

/*=============================================
RESET
===============================================*/
html, body {
        background: transparent;
}
body {
    background: #0a2031;
}

#container {
    background: transparent;
}
#wrap {
    background: transparent;
}
.detail #container {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}
/*=============================================
.zoom-bg
===============================================*/
.zoom-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	animation-duration: 10s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
.zoom-bg.svg1 {
	background-image: url('https://bullettrain.jp/real/wp-content/themes/real/images/bg1.jpg');
	animation-name: zoomIn;
	animation-delay: 0s;
	z-index: -1;
	opacity: 0;
}
.zoom-bg.svg2 {
	background-image: url('https://bullettrain.jp/real/wp-content/themes/real/images/bg2.jpg');
	animation-name: zoomIn;
	animation-delay: 3s;
	z-index: -2;
	opacity: 0;
}
.zoom-bg.svg3 {
	background-image: url('https://bullettrain.jp/real/wp-content/themes/real/images/bg3.jpg');
	animation-name: zoomIn;
	animation-delay: 6s;
	z-index: -3;
	opacity: 0;
}
.zoom-bg.svg4 {
	background-image: url('https://bullettrain.jp/real/wp-content/themes/real/images/bg4.jpg');
	animation-name: zoomIn;
	animation-delay: 9s;
	z-index: -4;
	opacity: 0;
}
@keyframes zoomIn {
	0% { background-size: 100%; opacity: 0; }
	50% { background-size: 300%; opacity: 0.4; }
	100% { background-size: 500%; opacity: 0; }
}

/*=============================================
FRAME
===============================================*/
.allContain{
    position: relative;
    padding: 0 24px 56px;
}
h2{
    max-width: 560px;
    margin: 0 auto;
}
section{
	color: #FFF;
}
section h3{
    text-align: center;
    font-size: 24px;
    color: #00e4ff;
    font-weight: 600;
}
.btn{
    text-align: center;
}
.btn a{
    display: inline-block;
    background: #00e4ff;
    color: #000;
    padding: 16px;
    font-size: 16px;
    margin-bottom: 56px;
    font-weight: 500;
}
.btn.btnBtm a{
    margin-bottom: 40px;
}
.btn.btnBlank a{
    margin-bottom: 40px;
    pointer-events: none;
    font-size: 14px;
    width: 75%;
    background: #aaa;
    color: #FFF;
}

.prize{
    border: 1px solid;
    border-radius: 24px;
    padding: 24px;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.prize .prizeTit{
    border-bottom: 1px solid;
    text-align: center;
    padding-bottom: 24px;
    font-size: 18px;
    font-weight: 600;
}
.prize .prizeinner{
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
}
.prize figure{
    display: flex;
    gap: 16px;
    padding: 0;
    line-height: 0;
    width: 40%;
    margin: 0;
}
.prize figure span{

}
.prize .number{
	display: flex;
    gap: 16px;
    padding: 0;
    margin: 0;
}
.prize .number span{
    font-family: "Cal Sans", sans-serif;
    display: flex;
    width: calc(100% / 3);
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    background: #FFF;
    border-radius: 100px;
    color: #05354e;
    font-size: clamp(34px, 11vw, 80px);
}

.prize .prizeTxt{
    text-align: left;
    font-size: 16px;
}
.prize .prizeName{
    text-align: center;
    background: #00E4FF;
    color: #000;
    padding: 8px;
    font-size: 16px;
    font-weight: 500;
}
.prize .prizeImage{

}
.method{
    background: #FFF;
    color: #000;
    padding: 24px;
    border-radius: 24px;
    margin-bottom: 24px;
}
.method .tit{
    display: block;
    font-size: 18px;
    border-bottom: 1px solid;
    text-align: center;
    padding: 0 0 24px;
    margin-bottom: 24px;
    line-height: 1em;
}
.method .methodList{

}
.method .methodList li{
    margin-bottom: 16px;
    font-size: 16px;
    position: relative;
    padding-left: 24px;
    font-weight: 500;
}
.method .methodList li:first-child{
    padding-left: 16px;
}
.method .methodList li:last-child{
	margin-bottom: 0;
}
.method .methodList li span{
    position: absolute;
    left: 0;
}

.attention{

}
.attention .tit{
    background: #00E4FF;
    color: #000;
    padding: 8px 16px;
    display: inline-block;
    margin-bottom: 16px;
    font-size: 16px;
}
.cautionList{
    margin-bottom: 40px;
}
.cautionList li{
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px;
    line-height: 1.6em;
}
.cautionList li:last-child{
	margin-bottom: 0;
}
.cautionList li span{
	position:absolute;
	left: 0;
}
.loginBox{
    color: #FFF;
    border: 1px solid;
    padding: 24px;
    border-radius: 24px;
}
.loginBox dt{
    text-align: center;
    margin-bottom: 16px;
}
.loginBox dd{

}
.btnSub{

}
.btnSub a{
    display: block;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    background: #FFF;
    text-decoration: none;
    padding: 8px;
    border-radius: 100px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
}


@media screen and (max-width: 959px){
h2 {
    width: 80%;
    max-width: 560px;
    margin: 0 auto;
    padding: 40px 0;
}
}
