<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("reset.css");
@import url("animate.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');/*闍ｱ隱�*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&amp;display=swap');/*髻灘嵜*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');/*郢ｫ菴灘ｭ�*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');/*邁｡菴灘ｭ�*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Dots&amp;display=swap');

:root{
	/*繝輔か繝ｳ繝域欠螳�*/
	--font_Zen:'Zen Dots', serif;
	--font_jp:"Noto Sans JP", sans-serif;/*譌･譛ｬ*/
	--font_en:'Noto Sans', sans-serif;/*闍ｱ隱�*/
	--font_kr:'Noto Sans KR', sans-serif;/*髻灘嵜*/
	--font_tc:'Noto Sans TC', sans-serif;/*郢ｫ菴灘ｭ�*/
	--font_sc:'Noto Sans SC', sans-serif;/*邁｡菴灘ｭ�*/
	
	/*繧ｫ繝ｩ繝ｼ謖�ｮ�*/
	--color__white:#ffffff;
	--color__black:#000000;
	--color__black2:#050505;
	--color__blue:#5BA4FF;
	--color__red:#D52800;
	--color__yellow:#FFE31E;
}

html{ scroll-behavior: smooth; overflow-x: hidden;}
body{ width: 100%; margin: auto; background-color: var(--color__black); font-family: var(--font_jp);}
main{ overflow-x: hidden;}

.clearfix { *zoom: 1;}
.clearfix:before,
.clearfix:after { display: table; line-height: 0; content: "";}
.clearfix:after { clear: both;}

/*髢句ｧ九∪縺ｧ縺ｮ譎る俣*/
.op{ opacity: 0;}
.delay-time01{ animation-delay: .1s;}
.delay-time02{ animation-delay: .2s;}
.delay-time03{ animation-delay: .3s;}
.delay-time04{ animation-delay: .4s;}
.delay-time05{ animation-delay: .5s;}
.delay-time06{ animation-delay: .6s;}
.delay-time07{ animation-delay: .7s;}
.delay-time08{ animation-delay: .8s;}
.delay-time09{ animation-delay: .9s;}
.delay-time10{ animation-delay: 1.0s;}
.delay-time11{ animation-delay: 1.1s;}
.delay-time12{ animation-delay: 1.2s;}
.delay-time13{ animation-delay: 1.3s;}
.delay-time14{ animation-delay: 1.4s;}
.delay-time15{ animation-delay: 1.5s;}
.delay-time16{ animation-delay: 1.6s;}
.delay-time17{ animation-delay: 1.7s;}
.delay-time18{ animation-delay: 1.8s;}
.delay-time19{ animation-delay: 1.9s;}
.delay-time20{ animation-delay: 2.0s;}
.delay-time21{ animation-delay: 2.1s;}
.delay-time22{ animation-delay: 2.2s;}
.delay-time23{ animation-delay: 2.3s;}
.delay-time24{ animation-delay: 2.4s;}
.delay-time25{ animation-delay: 2.5s;}
.delay-time26{ animation-delay: 2.6s;}
.delay-time27{ animation-delay: 2.7s;}
.delay-time28{ animation-delay: 2.8s;}
.delay-time29{ animation-delay: 2.9s;}
.delay-time30{ animation-delay: 3.0s;}
/*繧｢繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ縺ｮ繧ｹ繝斐�繝�*/
.delay-speed01{ animation-duration: .1s;}
.delay-speed02{ animation-duration: .2s;}
.delay-speed03{ animation-duration: .3s;}
.delay-speed04{ animation-duration: .4s;}
.delay-speed05{ animation-duration: .5s;}
.delay-speed06{ animation-duration: .6s;}
.delay-speed07{ animation-duration: .7s;}
.delay-speed08{ animation-duration: .8s;}
.delay-speed09{ animation-duration: .9s;}
.delay-speed10{ animation-duration: 1.0s;}
.delay-speed11{ animation-duration: 1.1s;}
.delay-speed12{ animation-duration: 1.2s;}
.delay-speed13{ animation-duration: 1.3s;}
.delay-speed14{ animation-duration: 1.4s;}
.delay-speed15{ animation-duration: 1.5s;}
.delay-speed16{ animation-duration: 1.6s;}
.delay-speed17{ animation-duration: 1.7s;}
.delay-speed18{ animation-duration: 1.8s;}

.forPC{ display: block;}
.forSP{ display: none;}

/*h1,h2,h3,h4,h5,li{ letter-spacing: 0.1em;}*/

p{ font-size: 14px; font-weight: normal; text-align: left; color: #000;}
p.indent-1 { padding-left:1em; text-indent:-1em;}
p.indent-15 { padding-left:1.5em; text-indent:-1.5em;}
a{ text-decoration: none; transition: .3s ease-in-out; -moz-transition: .3s ease-in-out; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; -ms-transition: .3s ease-in-out; outline: none; color: #595757; font-size: 14px;}
a:hover{ transition: .3s ease-in-out; -moz-transition: .3s ease-in-out; -webkit-transition: .3s ease-in-out; -o-transition: .3s ease-in-out; -ms-transition: .3s ease-in-out;}

.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

#wrapper_youtube{ opacity: .3 !important;}
.bg{ width: 100%; height: 100vh; position: fixed; z-index: -1; background-image: url(../images/mv-bg.jpg); background-size: cover; background-position: center center;}

/* header */
header{ width: 100%; position: fixed; background-color: var(--color__blue); border-bottom: 10px solid var(--color__black); z-index: 9999;}
header .platform{ width: 100%; max-width: 340px;}

/* language */
#language{ width: 100%; max-width: 220px; height: 50px; margin: 0; padding: 0; display: flex; justify-content: flex-end; list-style: none; transition: .3s ease-in-out; position: absolute; top: 24px; right: 20px; z-index: 99999; background-color: var(--color__black); border-radius: 100px;}
#language &gt; li{ list-style: none; width: 100%; text-align: center; font-size: 14px; padding: 0 10px; box-sizing: border-box; position: relative; margin: 0 0 0 0;}
#language &gt; li:nth-child(1){ background-size: 100%;}
#language &gt; li &gt; div{ width: 100%; height: 100%; display: flex; justify-content: space-around; align-items: center;}
#language &gt; li &gt; div &gt; p{ font-size: 14px; line-height: 1.2; font-weight: 500; color: var(--color__white); font-family: var(--font_Zen);}
#language &gt; li &gt; div &gt; span{ width: 14px; height: 12px; background-image: url(../images/arrow01.png); background-size: 100%; background-position: center center; background-repeat: no-repeat;}
#language &gt; li &gt; ul{ display: none; margin: auto; position: absolute; left: 0; width: 100%; z-index: 2; list-style: none;}
#language &gt; li &gt; ul &gt; li{ width: 100%; max-width: calc(100% - 80px); margin: 0 auto ; border-top: 4px solid transparent;}
#language &gt; li &gt; ul &gt; li &gt; a{ text-decoration: none; color: var(--color__black); width: 100%; display: block; background-color: var(--color__white); padding: 5px 10px; box-sizing: border-box; font-size: 12px; border-radius: 100px;}
#language &gt; li &gt; ul &gt; li &gt; a:hover{ background-color: var(--color__red); color: var(--color__white);}
#language.fixed{ display: none;}

/* mv */
#mv{ width: 100%; display: flex; justify-content: center; align-items: center; padding: 110px 0 0; box-sizing: border-box;}
#mv .pararaxArea{ position: relative; height: 100vh; min-height: 1100px; width: 100vw;}
#mv .pararaxArea .pulseOnce{ width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; padding: 100px 20px; box-sizing: border-box;}
#mv .pararaxArea .illst{ width: 100%; max-width: 888px; aspect-ratio: 1138 / 1313.252; background-image: url(../images/mv_illst.png); background-size: 100%; background-position: center center; background-repeat: no-repeat; position: absolute; transition: transform 0.6s linear 0.008s;}
#mv .pararaxArea .logo{ width: 100%; max-width: 630px; position: absolute; bottom: -340px; left: 0; right: 0; margin: auto; z-index: 2;}
#mv .pararaxArea .detail{ width: 100%; max-width: 730px; position: absolute; top: 60px; left: -840px; right: 0; margin: auto;}
#mv .pararaxArea .detail img:nth-child(1){ width: 100%;}
#mv .pararaxArea .detail img:nth-child(2){ width: 65%;}
#mv .pararaxArea .detail a{ width: 100%; max-width: 430px; background-image: url(../images/btn-bg.jpg); background-size: cover; padding: 20px; box-sizing: border-box; border-radius: 100px; border: 6px solid var(--color__black); display: block; margin-top: 40px;}
#mv .pararaxArea .detail a:hover{ opacity: .6}
#mv .pararaxArea .detail a p{ font-size: 25px; font-weight: bold; text-align: center; display: block; width: 100%; position: relative; padding: 0 43px; box-sizing: border-box;}
#mv .pararaxArea .detail a p::before{ content: ""; width: 24px; aspect-ratio: 27.6127 / 41.419; background-image: url(../images/arrow02.png); background-size: 100%; background-repeat: no-repeat; background-position: center center; position: absolute; top: 0; left: 10px; bottom: 0; margin: auto; animation:blink 0.5s ease-in-out infinite alternate;}
#mv .pararaxArea .detail a p::after{ content: ""; width: 24px; aspect-ratio: 27.6127 / 41.419; background-image: url(../images/arrow03.png); background-size: 100%; background-repeat: no-repeat; background-position: center center; position: absolute; top: 0; right: 10px; bottom: 0; margin: auto; animation:blink 0.5s ease-in-out infinite alternate;}
@media screen and (max-width:1630px){
	#mv .pararaxArea .detail{ max-width: 440px;}
	#mv .pararaxArea .detail a{ max-width: 300px; padding: 15px 20px; border: 4px solid var(--color__black);}
	#mv .pararaxArea .detail a p{ font-size: 18px;}
	#mv .pararaxArea .detail a p::before{ width: 14px;}
	#mv .pararaxArea .detail a p::after{ width: 14px;}
}
@media screen and (max-width:1320px){
	#mv .pararaxArea .detail{ top: 30px; left: -540px;}
}


/* news */
#news{ width: 100%; position: relative; z-index: 0; background-image: url(../images/bg01.jpg); background-size: cover; background-repeat: no-repeat; background-position: center center;}
#news .bg{ width: 100%; height: 167px; background : linear-gradient(-90deg, rgba(0, 255, 222, 1) 0%, rgba(104, 80, 230, 1) 100%);  position: relative;}
#news .bg::after{ content: ""; width: 50px; height: 15px;  background-image: url(../images/htitle-item.png); background-size: 50px; background-repeat: no-repeat; position: absolute; bottom: 0; right: 40px;}
#news .wrap{ width: 100%; max-width: 1460px; margin: auto; position: relative; padding: 145px 20px; box-sizing: border-box;}
#news .wrap .htitle{ width: calc(100% - 20px); position: absolute; top: -100px; left: 20px; margin: auto;}
#news .wrap .htitle p:nth-child(1){ font-size: 20px; color: var(--color__white);}
#news .wrap .htitle p:nth-child(2){ font-size: 110px; color: var(--color__white); font-family: var(--font_Zen); margin-top: -20px;}
#news .wrap .news-slick{ width: 100%;}
#news .wrap .news-slick .list{ width: calc(100% - 20px); border: 1px solid var(--color__white); padding: 30px 20px; box-sizing: border-box; background-color: var(--color__black2); margin: 0 20px;}
#news .wrap .news-slick .list a{ display: block; width: 100%;}
#news .wrap .news-slick .list a:hover{ opacity: .5}
#news .wrap .news-slick .list a.invalid{ pointer-events: none;}
#news .wrap .news-slick .list img{ width: 100%;}
#news .wrap .news-slick .list .date{ font-size: 10px; font-family: var(--font_Zen); color: var(--color__white); margin-top: 10px;}
#news .wrap .news-slick .list .text{ font-size: 16px; color: var(--color__white); margin-top: 5px; display: block;}
#news .wrap .news-slick .slick-prev{ width: 40px; height: 40px; background-color: var(--color__white); background-image: url(../images/arrow03.png); background-size: 20px; background-repeat: no-repeat; background-position: center center; border: 1px solid var(--color__black); box-sizing: border-box; left: -5px; z-index: 2;}
#news .wrap .news-slick .slick-next{ width: 40px; height: 40px; background-color: var(--color__white); background-image: url(../images/arrow02.png); background-size: 20px; background-repeat: no-repeat; background-position: center center; border: 1px solid var(--color__black); box-sizing: border-box; right: -5px; z-index: 2;}

#news .wrap .bnr-slick{ width: 100%; margin-top: 145px;}
#news .wrap .bnr-slick .list{ width: calc(100% - 20px); border: 1px solid var(--color__white); padding: 10px 10px; box-sizing: border-box; background-color: var(--color__black); margin: 0 20px;}
#news .wrap .bnr-slick .list a:hover{ opacity: .5;}
#news .wrap .bnr-slick .slick-prev{ width: 40px; height: 40px; background-color: var(--color__white); background-image: url(../images/arrow03.png); background-size: 20px; background-repeat: no-repeat; background-position: center center; border: 1px solid var(--color__black); box-sizing: border-box; left: -5px; z-index: 2;}
#news .wrap .bnr-slick .slick-next{ width: 40px; height: 40px; background-color: var(--color__white); background-image: url(../images/arrow02.png); background-size: 20px; background-repeat: no-repeat; background-position: center center; border: 1px solid var(--color__black); box-sizing: border-box; right: -5px; z-index: 2;}
@media screen and (max-width:1320px){
	#news .wrap .bnr-slick .list{ margin: 0 5px;}
}

/* about */
#about{ width: 100%; position: relative; padding: 145px 20px; box-sizing: border-box; background-color: var(--color__white); background-image: url(../images/about-bg.jpg); background-size: cover; background-position: center center;}
#about .wrap{ width: 100%; max-width: 1460px; margin: auto; position: relative; box-sizing: border-box; display: flex; justify-content: space-between;}
#about .wrap .left{ width: 100%; max-width: 926px; position: relative;}
#about .wrap .left .htitle{ width: 100%; position: relative; z-index: 3;}
#about .wrap .left .htitle p:nth-child(1){ font-size: 20px; color: #1E1E1E; font-family: var(--font_Zen); text-shadow: 0px 1px 10px rgba(255, 255, 255, 1);}
#about .wrap .left .htitle h2{ font-size: 60px; color: #1E1E1E; font-weight: bold; text-shadow: 0px 1px 10px rgba(255, 255, 255, 1); line-height: 1.2;}
#about .wrap .left &gt; p{ font-size: 20px; color: #1E1E1E; line-height: 2; font-weight: 600; margin-top: 40px; position: relative; z-index: 3; text-shadow: 0px 1px 10px rgba(255, 255, 255, 1);}
#about .wrap .left .img{ width: 100%; max-width: 640px; position: absolute; top: -140px; right: -570px; margin: auto; opacity: 0; z-index: 2;}
@media screen and (max-width:1510px){
	#about .wrap .left .img{ max-width: 490px; top: -100px; right: -360px;}
}
@media screen and (max-width:1100px){
	#about .wrap .left .img{ max-width: 490px; top: -100px; right: -120px;}
}

/* included */
#included{ width: 100%; position: relative; background-color: var(--color__black); background : linear-gradient(-90deg, rgba(33, 33, 56, 1) 0%, rgba(0, 0, 0, 1) 100%);}
#included .bg{ height: 100%; background-image: url(../images/included-bg.png); background-size: 70px; background-repeat: repeat; background-position: center center; z-index: 0; position: absolute;}
#included .wrap{ width: 100%; max-width: 1460px; margin: auto; padding: 145px 20px 72px; box-sizing: border-box; position: relative;}
#included .wrap .htitle p{ font-size: 110px; color: var(--color__white); font-family: var(--font_Zen); margin-top: -20px; display: flex; justify-content: flex-start; align-items: center;}
#included .wrap .htitle p:nth-child(2){ margin-top: -50px;}
#included .wrap .htitle p span{ font-size: 40px; font-weight: 600; color: var(--color__white); background-color: var(--color__black); font-family: var(--font_jp); margin-left: 20px; padding: 4px 10px 10px; box-sizing: border-box;}
#included .wrap .included-slick{ width: 100%; padding: 55px 60px 0; box-sizing: border-box;}
#included .wrap .included-slick .slick-prev{ width: 40px; height: 40px; background-color: var(--color__white); background-image: url(../images/arrow03.png); background-size: 20px; background-repeat: no-repeat; background-position: center center; border: 1px solid var(--color__black); box-sizing: border-box; left: -5px; z-index: 2;}
#included .wrap .included-slick .slick-next{ width: 40px; height: 40px; background-color: var(--color__white); background-image: url(../images/arrow02.png); background-size: 20px; background-repeat: no-repeat; background-position: center center; border: 1px solid var(--color__black); box-sizing: border-box; right: -5px; z-index: 2;}
#included .wrap .included-slick .list{ width: 100%; display: flex; justify-content: center; align-items: center;}
#included .wrap .included-slick .list .left{ width: 100%; max-width: 620px; aspect-ratio: 622 / 349.875; border-radius: 5px; overflow: hidden;}
#included .wrap .included-slick .list .right{ width: 100%; max-width: calc(100% - 620px - 20px); margin-left: 20px;}
#included .wrap .included-slick .list .right h2{ display: inline-block; background-color: var(--color__blue); font-size: 28px; font-weight: 600; color: var(--color__white); padding: 4px 20px 10px; box-sizing: border-box; border-radius: 10px; line-height: 1.2;}
#included .wrap .included-slick .list .right p{ display: inline-block; background-color: var(--color__black); font-size: 18px; font-weight: 600; color: var(--color__white); padding: 14px 20px 20px; box-sizing: border-box; border-radius: 10px; margin-top: 10px; width: 100%;}
#included .thumbnail{ background-color: var(--color__black); padding: 20px 0; box-sizing: border-box; cursor: pointer;}
#included .thumbnail .thumbnail-img{ margin: 0 10px; transition: opacity .3s linear; opacity: 0.5;}
#included .thumbnail .slick-current{ opacity: 1;}
@media screen and (max-width:1300px){
	#included .wrap .included-slick .list .left{ max-width: 440px;}
	#included .wrap .included-slick .list .right{ max-width: calc(100% - 440px - 20px);}
	#included .wrap .included-slick .list .right h2{ font-size: 22px;}
	#included .wrap .included-slick .list .right p{ font-size: 18px;}
}

/* product */
#product{ width: 100%; position: relative; z-index: 0; background-image: url(../images/bg01.jpg); background-size: cover; background-repeat: no-repeat; background-position: center center;}
#product .bg{ width: 100%; height: 167px; background : linear-gradient(-90deg, rgba(0, 255, 222, 1) 0%, rgba(104, 80, 230, 1) 100%);  position: relative;}
#product .bg::after{ content: ""; width: 50px; height: 15px;  background-image: url(../images/htitle-item.png); background-size: 50px; background-repeat: no-repeat; position: absolute; bottom: 0; right: 40px;}
#product .wrap{ width: 100%; max-width: 1460px; margin: auto; position: relative; padding: 145px 20px; box-sizing: border-box;}
#product .wrap .htitle{ width: calc(100% - 20px); position: absolute; top: -100px; left: 20px; margin: auto;}
#product .wrap .htitle p:nth-child(1){ font-size: 20px; color: var(--color__white);}
#product .wrap .htitle p:nth-child(2){ font-size: 110px; color: var(--color__white); font-family: var(--font_Zen); margin-top: -20px;}
#product .wrap .detail{ width: 100%; max-width: 1460px; margin: auto; position: relative; display: flex; justify-content: space-between; align-items: center;}
#product .wrap .detail .left{ width: 100%; max-width: 440px;}
#product .wrap .detail .right{ width: calc(100% - 440px - 100px); margin-left: 100px;}
#product .wrap .detail .right ul{ width: 100%; list-style: none;}
#product .wrap .detail .right ul li{ padding: 20px 40px; box-sizing: border-box; display: flex; justify-content: flex-start; align-items: flex-start; border-bottom: 1px solid #474747;}
#product .wrap .detail .right ul li p:nth-child(1){ font-size: 18px; font-weight: 600; color: var(--color__white); width: 200px; display: block;}
#product .wrap .detail .right ul li p:nth-child(2){ font-size: 18px; font-weight: 600; color: var(--color__white); width: calc(100% - 200px); display: block;}
#product .wrap .detail .right ul li p span{ font-size: 14px; color: var(--color__yellow); display: block; font-weight: normal;}
#product .wrap .btn{ width: 100%; max-width: 800px; margin: 40px auto 0; display: flex; justify-content: center; align-items: center;}
#product .wrap .btn a{ width: 100%; max-width: calc(100 / 3 - 20px); height: 85px; margin: auto 10px; padding: 0 20px 0 60px; box-sizing: border-box; border: 1px solid var(--color__white); position: relative; display: block;}
#product .wrap .btn a::before{ content: ""; position: absolute; top: 0; left: -1px; bottom: 0; margin: auto; width: 18px; background-image: url(../images/arrow04.png); background-size: 100%; background-repeat: no-repeat; background-position: center center; aspect-ratio: 27.6127 / 41.419;}
#product .wrap .btn a:hover{ opacity: .6;}
#product .wrap .btn a.switch{ background-color: #E60012; background-image: url(../images/btn-switch.png); background-size: 140px; background-repeat: no-repeat; background-position: center center;}
#product .wrap .btn a.ps5{ background-color: var(--color__black); background-image: url(../images/btn-ps5.png); background-size: 140px; background-repeat: no-repeat; background-position: center center;}
#product .wrap .btn a.steam{ background-color: #19212A; background-image: url(../images/btn-steam.png); background-size: 140px; background-repeat: no-repeat; background-position: center center;}
#product .wrap .btn a img{ width: 200px;}
@media screen and (max-width:1100px){
	#product .wrap .detail .left{ max-width: 380px;}
	#product .wrap .detail .right{ width: calc(100% - 380px - 50px); margin-left: 50px;}
}

/* bonus */
#bonus{ width: 100%; position: relative; z-index: 0; padding: 60px; box-sizing: border-box;}
#bonus .wrap{ width: 100%; background-color: rgba(0, 0, 0, 0.97); border-radius: 115px; padding: 40px 20px 100px; box-sizing: border-box;}
#bonus .wrap .htitle{ width: 100%;}
#bonus .wrap .htitle p{ font-size: 110px; color: var(--color__red); font-family: var(--font_Zen); margin: auto; text-align: center;}
#bonus .wrap .bonus01{ width: 100%; margin-top: 35px}
#bonus .wrap .bonus01 &gt; p{ font-size: 44px; font-weight: 600; color: var(--color__yellow); margin: 0 auto 0; text-align: center;}
#bonus .wrap .bonus01 .box{ width: 100%; max-width: 870px; margin: 20px auto 0; padding: 40px 60px; box-sizing: border-box; border: 1px solid var(--color__white);}
#bonus .wrap .bonus01 .box div{ margin-top: 15px;}
#bonus .wrap .bonus01 .box div p:nth-child(1){ font-size: 16px; color: var(--color__white);}
#bonus .wrap .bonus01 .box div p:nth-child(2){ font-size: 20px; font-weight: 600; color: var(--color__white);}
#bonus .wrap .bonus02{ width: 100%; margin-top: 145px;}
#bonus .wrap .bonus02 &gt; p{ font-size: 44px; font-weight: 600; color: var(--color__yellow); margin: 0 auto 0; text-align: center;}
#bonus .wrap .bonus02 .list{ display: flex; justify-content: space-between; flex-wrap: wrap; width: 100%; max-width: 870px; margin: auto;}
#bonus .wrap .bonus02 .list::after{ content: ""; width: 100%; max-width: 46%; margin: 10px auto 0; display: block;}
#bonus .wrap .bonus02 .list .box{ width: 100%; max-width: 46%; margin: 20px auto 0; padding: 20px 30px; box-sizing: border-box; border: 1px solid var(--color__white); display: flex; flex-direction: column;}
#bonus .wrap .bonus02 .box .text{ margin: 15px 0; flex-grow: 1;}
#bonus .wrap .bonus02 .box .text p:nth-child(1){ font-size: 14px; color: var(--color__yellow);}
#bonus .wrap .bonus02 .box .text p:nth-child(2){ font-size: 16px; font-weight: 600; color: var(--color__white);}
#bonus .wrap .bonus02 .box .text p:nth-child(2) .notes{ font-size: 12px; color: var(--color__red); font-weight: normal; display: block;}
#bonus .wrap .bonus02 .box .btn{ display: block; margin-top: auto;}
#bonus .wrap .bonus02 .box .btn a{ width: 100%; max-width: calc(100 / 3 - 20px); height: 56px; margin: 2px 0; padding: 0 20px 0 60px; box-sizing: border-box; border: 1px solid var(--color__white); position: relative; display: block;}
#bonus .wrap .bonus02 .box .btn a::before{ content: ""; position: absolute; top: 0; left: -1px; bottom: 0; margin: auto; width: 8px; background-image: url(../images/arrow04.png); background-size: 100%; background-repeat: no-repeat; background-position: center center; aspect-ratio: 27.6127 / 41.419;}
#bonus .wrap .bonus02 .box .btn a:hover{ opacity: .6;}
#bonus .wrap .bonus02 .box .btn a.switch{ background-color: #E60012; background-image: url(../images/btn-switch.png); background-size: 90px; background-repeat: no-repeat; background-position: center center;}
#bonus .wrap .bonus02 .box .btn a.ps5{ background-color: var(--color__black); background-image: url(../images/btn-ps5.png); background-size: 90px; background-repeat: no-repeat; background-position: center center;}
#bonus .wrap .bonus02 .box .btn a.steam{ background-color: #19212A; background-image: url(../images/btn-steam.png); background-size: 90px; background-repeat: no-repeat; background-position: center center;}
#bonus .wrap .bonus02 .box .btn a.none{ opacity: .1; pointer-events: none;}

/* footer */
footer{ width: 100%; position: relative; z-index: 0; padding: 60px 20px; box-sizing: border-box; background-color: var(--color__blue); background-image: url(../images/footer-bg.jpg); background-repeat: repeat-x; background-position: center bottom;}
footer .wrap{ width: 100%; max-width: 1060px; margin: auto; position: relative;}
footer .wrap .box{ width: 100%; display: flex; justify-content: center; align-items: flex-start;}
footer .wrap .box.mt20{ margin-top: 20px;}
footer .wrap .box.mt40{ margin-top: 40px; text-align: center;}
footer .wrap .box &gt; .left{ width: 100%; max-width: 520px;}
footer .wrap .box &gt; .left .btn{ width: 100%; list-style: none; display: flex; justify-content: space-between; align-items: center;}
footer .wrap .box &gt; .left .btn li{ width: 48%;}
footer .wrap .box &gt; .left .btn a{ display: block; width: 100%; background-color: var(--color__black); border-radius: 100px; text-align: center;  font-size: 16px; color: var(--color__white); padding: 10px 20px; box-sizing: border-box; position: relative;}
footer .wrap .box &gt; .left .btn a:hover{ opacity: .6;}
footer .wrap .box &gt; .left .btn a::before{ content: ""; position: absolute; top: 0; left: 14px; bottom: 0; margin: auto; width: 8px; height: 12px; background-image: url(../images/arrow04.png); background-size: 100%; background-repeat: no-repeat;}
footer .wrap .box &gt; .left .logo{ width: 100%; list-style: none; display: flex; justify-content: center; align-items: center; margin-top: 20px;}
footer .wrap .box &gt; .left .logo li:nth-child(1){ width: 100%; max-width: 70px; margin-right: 20px;}
footer .wrap .box &gt; .left .logo li:nth-child(2){ width: 100%; max-width: 220px;}
footer .wrap .box &gt; .right{ width: 100%; max-width: calc(100% - 520px - 40px); margin-left: 40px; background-color: var(--color__black); padding: 20px; box-sizing: border-box; display: flex; justify-content: space-between; align-items: flex-start;}
footer .wrap .box &gt; .right .left{ list-style: none; width: calc(100% - 100px - 10px); margin-right: 10px;}
footer .wrap .box &gt; .right .left li{ width: 100%; margin-top: 10px;}
footer .wrap .box &gt; .right .left li:nth-child(1){ margin-top: 0;}
footer .wrap .box &gt; .right .left li a{ font-size: 16px; color: #fff; position: relative; padding-left: 20px;}
footer .wrap .box &gt; .right .left li a:hover{ opacity: .6;}
footer .wrap .box &gt; .right .left li a::before{ content: ""; position: absolute; top: 0; left: 0; bottom: 0; margin: auto; width: 4px; height: 6px; background-image: url(../images/arrow04.png); background-size: 100%; background-repeat: no-repeat;}
footer .wrap .box &gt; .right .right{ list-style: none; width: 100px;}
footer .wrap .box &gt; .right .right li{ width: 100%; margin-top: 10px;}
footer .wrap .box &gt; .right .right li:nth-child(1){ margin-top: 0;}
footer .wrap .box &gt; .right .right li a{ font-size: 16px; color: #fff; position: relative; padding-left: 20px;}
footer .wrap .box &gt; .right .right li a:hover{ opacity: .6;}
footer .wrap .box &gt; .right .right li a::before{ content: ""; position: absolute; top: 0; left: 0; bottom: 0; margin: auto; width: 4px; height: 6px; background-image: url(../images/arrow04.png); background-size: 100%; background-repeat: no-repeat;}
footer .wrap .box .platform{ width: 100%; max-width: 250px; margin: auto;}
footer .wrap .box .text{ font-size: 16px; text-align: center;}
footer .wrap .box .text .ps-logo01{ width: 26px; height: 19px; display: inline-block; background-image: url(../images/ps-logo.png); background-size: 100%; background-repeat: no-repeat; background-position: center center; margin: 0 3px;}
footer .wrap .box .text .ps-logo02{ width: 58px; height: 14px; display: inline-block; background-image: url(../images/ps5-logo.png); background-size: 100%; background-repeat: no-repeat; background-position: center center; margin: 0 3px;}
footer .wrap #copy{ text-align: center; font-size: 14px; margin-top: 40px;}

#reservation{ width: 100%; max-width: 300px; position: fixed; bottom: 10px; right: 10px; z-index: 10;}
#reservation a{ width: 100%; background-image: url(../images/btn-bg.jpg); background-size: cover; padding: 15px 20px; box-sizing: border-box; border-radius: 10px; border: 3px solid var(--color__black); display: block;}
#reservation a:hover{ opacity: .6}
#reservation a p{ font-size: 20px; font-weight: bold; text-align: center; display: block; width: 100%; position: relative; padding: 0 43px; box-sizing: border-box;}
#reservation a p::before{ content: ""; width: 15px; aspect-ratio: 27.6127 / 41.419; background-image: url(../images/arrow02.png); background-size: 100%; background-repeat: no-repeat; background-position: center center; position: absolute; top: 0; left: 10px; bottom: 0; margin: auto; animation:blink 0.5s ease-in-out infinite alternate;}
#reservation a p::after{ content: ""; width: 15px; aspect-ratio: 27.6127 / 41.419; background-image: url(../images/arrow03.png); background-size: 100%; background-repeat: no-repeat; background-position: center center; position: absolute; top: 0; right: 10px; bottom: 0; margin: auto; animation:blink 0.5s ease-in-out infinite alternate;}
</pre></body></html>