@charset "utf-8";
* {
	position: relative;
}
#app-bg{
	background-color: #141a30;
}
#app-bg #app-content {
	width: 100%;
	box-shadow:none;
	background-image: url(https://c-image.asfes.jp/zR4gfSJw/14/sp79/bg.jpg?20250603065725);
	background-attachment: fixed;
    background-size: 100% auto;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, main, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video{
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}
a:hover {
    opacity: 0.8;
}
@media ( max-width: 750px) {
	#app-bg::after{
		background-size: auto 100vh;
	}
	#app-bg #app-content {
		background-image: url(https://c-image.asfes.jp/zR4gfSJw/14/sp79/bg_sp.jpg?20250603065725);
	}
	a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, main, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video{
		font-size: calc(100vw / 50)
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5) and (max-width: 767px) {
	#gb-footer > div li a {
		font-size: 100%
	}
}
#ttl{
	display: none;
}
/*  Common
====================================*/

.main-img {
	width: 100%;
	position: relative;
    text-align: center;
    background-image: url(https://c-image.asfes.jp/zR4gfSJw/14/sp79/main_bg.jpg?20250603065725);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.main-img h2{
	position: absolute;
	width: 100%;
    bottom: 1%;
    z-index: 10;
}
h2.cont{
    margin: 1.5rem auto -5.55rem;
    z-index: 10;
}
h2.cont:last-of-type {
    margin-bottom: -7.5rem;
}
section {
	position: relative;
	text-align: center;
    max-width: 710px;
    margin: 0 auto 0;
    padding: 5.937rem 0.75rem 2.712rem;
    border-radius: 1.25rem;
    box-shadow: inset 0 0 0 0.375rem #fff, inset 0 0 0 0.625rem #ff9900;
    background-color: #fff;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #fff3e2), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #fff3e2),color-stop(.75, #fff3e2), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 1.25rem 1.25rem;
}
section + h2.cont {
    margin-top: 2.5rem;
}
@media ( max-width: 750px) {
	.main-img {
		background-image: url(https://c-image.asfes.jp/zR4gfSJw/14/sp79/main_bg_sp.jpg?20250603065725));
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	section {
    	margin: 0 1.25rem 0;
	}
}
#nav{
    background-color: #fff;
    position: relative;
    padding: 0.75rem 0 1.425rem;
    border: solid 0.375rem #fff;
	border-left-width: 0;
	border-right-width: 0;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #e5ffeb), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #e5ffeb),color-stop(.75, #e5ffeb), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 1.25rem 1.25rem;
    box-shadow: 0 0 0.375rem 0 rgba(0, 0, 0, 0.5);
}
#nav::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
    width: calc(100% - 0px);
    height: calc(100% - 0.75rem);
	border: solid 0.375rem #478b17;
	border-left-width: 0;
	border-right-width: 0;
}
#nav ul{
	display: flex;
    justify-content: center;
    position: relative;
    z-index: 10;
}
section h2{
    position: absolute;
    top: -4.375rem;
}
section h3{
}
.bnr-area{
    margin: 1.1rem 0.625rem 0;
    background-color: #f90;
    border-radius: 1.25rem;
}
.time{
    display: block;
	padding: 0.887rem 0.937rem 1.237rem;
}
.txt{
	margin: 1.35rem 0 0;
    padding: 0.85rem;
    background-color: rgba(255,255,255,0.75);
}
.video{
    position: relative;
    height: 0;
    padding: 10% 0 45%;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    overflow: hidden;
    border-radius: 1.25rem;
    border: 0.375rem solid #008df0;
}
.video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#app-content hr{
    margin: 4.375rem 0 2.187rem;
    padding: 0;
    border: none;
    border-top: 2px solid #000;
    border-bottom: 2px solid #fff;
    opacity: 0.2;
    width: 100%;
}

section .bnr img{
    border: 0.375rem solid #ff9900;
    border-radius: 1.25rem;
}

#app-content section hr{
    height: 0.375rem;
    width: calc(100% - 2.25rem);
    background-color: transparent;
    margin: 1.85rem auto 3.087rem;
    border: none;
    background-image: url(https://c-image.asfes.jp/zR4gfSJw/14/sp79/cont_01_hr.png?20250603065725);
    background-position: center;
	background-size: 100% auto;
    background-repeat: no-repeat;
    opacity: 1;
}
.sp-area{
	display: none;
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5) and (max-width: 767px) {
	section {
		margin: 0 1.25rem 0;
	}
	.main-img {
		background-size: auto 100%;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5){
	.sp-area{
		display: block;
	}
}
/*---- text ---*/
h1 {
	width: 100%;
	height: 5.312rem;
	text-indent: -9999px;
	display: none;
}
h2 {
    text-align: center;
}

/*  aside-area
====================================*/
/*---- extra-banner ---*/
#extra-banner{
    max-width: 660px;
    padding: 2.5rem;
    margin: 0 auto 4.375rem;
    background-image: url(https://c-image.asfes.jp/zR4gfSJw/14/sp79/link_back.png?20250603065725);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
@media ( max-width: 750px) {
	#extra-banner{
		margin-left: 1.25rem;
		margin-right: 1.25rem;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5) and (max-width: 767px) {
	#extra-banner{
		margin-left: auto;
		margin-right: auto;
	}
}
#extra-banner ul{
	margin: auto;
    text-align: center;
}
#extra-banner ul li:not(:first-of-type){
	margin-top: 1.875rem;
}
/*---- store-link ---*/
.store-link {
    padding-bottom: 4.375rem;
}
.store-link .store-link-box{
    max-width: 710px;
	margin: 0 auto 2.187rem;
	background-image: url(https://c-image.asfes.jp/zR4gfSJw/14/sp79/store_icon.png?20250603065725);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: auto 100%;
    padding-left: 6.9rem;
}
@media ( max-width: 750px) {
	.store-link .store-link-box{
		margin-left: 1.25rem;
		margin-right: 1.25rem;
	}
}
.store-link .store-link-box p.store-link-text{
	flex-basis:100%;
    font-size: 1.75rem;
    font-weight: bold;
	-moz-text-align-last: justify;
	text-align-last: justify;
	text-justify:inter-ideograph;
    margin:0 0.25rem 0.75rem 0.625rem ;
    letter-spacing: 0.0em;
    background-image: url(https://c-image.asfes.jp/zR4gfSJw/14/sp79/store_text.png?20250603065725);
    text-indent: -9999px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.store-link .store-link-box ul {
	margin:0 auto 0;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items: center;
}
.store-link .store-link-box ul li {
	margin: 0;
	flex: 1 0 calc(100% / 3);
    padding-left: 0.625rem;
}
/*---- btn-start ---*/
.btn-start {
	width: 100%;
	height: 8.75rem;
	z-index: 99;
	bottom: -6.25rem;
	display: flex;
	text-align: center;
	justify-content: space-around;
	align-items: center;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
    left: 0;
	background-image: url(https://c-image.asfes.jp/zR4gfSJw/14/sp79/bg_login_left.png?20250603065725), url(https://c-image.asfes.jp/zR4gfSJw/14/sp79/bg_login_right.png?20250603065725), url(https://c-image.asfes.jp/zR4gfSJw/14/sp79/bg_login.jpg?20250603065725);
	background-size: auto 100%, auto 100%, cover;
	background-position: 0%, 100%, center;
	background-repeat: no-repeat, no-repeat, repeat;
}
/*  gb-footer（SP用に上書く部分）
---------------------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio:1.5) and (max-width: 767px) {
	#gb-footer ul li {
		height: 5rem;
		border-bottom: 0.125rem solid rgba(255,255,255,0.3);
		font-size: 1.75rem;
	}
	#gb-footer ul li::after{
		width: 1.25rem;
		height: 1.25rem;
		border-top: 0.125rem solid #fff;
		border-right: 0.125rem solid #fff;
		right: 2.5rem;
		top: 50%;
		margin-top: -0.75rem;
	}
	#gb-footer ul li a{
		display:block;
		line-height: 5rem;
		padding-left: 2.5rem;
	}
	#gb-footer #copyright {
		text-align: center;
		padding: 2.5rem 0;
		font-size: 1.5rem;
	}
	#gb-footer #copyright #company {
		padding-top: 0.25rem;
	}
	#gb-footer #copyright #powered {
		margin-top: 0.625rem;
		font-size: 1.25rem;
	}
	.tool-tip-content {
		width: 400px;
		margin: 0 0 0 -200px;
		padding: 0.625rem 0.625rem 0.625rem 1.875rem;
		font-size: 1.5rem;
	}
	.tool-tip-content::after {
		margin: 0 0 0 -0.5rem;
		bottom: -1rem;
		border-left: 1rem solid transparent;
		border-right: 1rem solid transparent;
		border-top: 1rem solid #fef7e0;
	}
	.btn-page-top {
		right: 2.5rem;
		bottom: 2.5rem;
		width: 5.5rem;
		height: 5.5rem;
		transition: all 500ms 0s ease;
	}
	.btn-page-top span {
		width: 5.5rem;
		height: 5.5rem;
		border-radius: 0.625rem;
	}
	.btn-page-top span::before {
		border: 1.875rem transparent solid;
		border-top-width: 0;
		border-bottom-color: #fff;
		top: 0.75rem;
		left: 0.875rem;
		transform: scaleX(0.8);
		-transform: scaleX(0.8);
	}
	.btn-page-top span::after {
		height: 1.875rem;
		width: 1.25rem;
		top: 2.625rem;
		left: 2.125rem;
	}
	.store-link .store-link-box{
    	margin-bottom: 2.187rem;
    	padding-left: 8.75rem;
		max-width: calc(750px - 2.5rem);
	}
	.store-link .store-link-box p.store-link-text{
		margin-left: 0;
	}
	.store-link .store-link-box ul li:first-of-type{
		padding-left: 0;
    	padding-right: 0.625rem;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5){
	.store-link .store-link-box{
    	padding-left: 10.2em;
	}
}

/*  cont-01
====================================*/
section#cont-01 {
    box-shadow: inset 0 0 0 0.375rem #fff, inset 0 0 0 0.75rem #ff9900, 0 0 0.375rem 0 rgba(0, 0, 0, 0.5);
}
section#cont-01 ul{
	display: flex;
    flex-flow: wrap;
    width: 750px;
    margin: auto;
}
section#cont-01 li{
    width: calc(100% / 3);
}
section#cont-01 ul .slick-slide .bnr img{
    border: 0.375rem solid #ff9900;
    border-radius: 1.875rem;
}
.btn-gacha{
    margin-top: 1.77rem;
}
/*  cont-02
====================================*/
section#cont-02 {
    box-shadow: inset 0 0 0 0.375rem #fff, inset 0 0 0 0.75rem #ff5da9, 0 0 0.375rem 0 rgba(0, 0, 0, 0.5);
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #ffedf3), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #ffedf3),color-stop(.75, #ffedf3), color-stop(.75, transparent),to(transparent));
}
section#cont-02 .bnr-area{
	background-color: #ff5da9;
}
section#cont-02 .bnr img{
    border-color: #ff5da9;
}
section#cont-02 ul .slick-slide .bnr img{
    border: 0.375rem solid #ff5da9;
    border-radius: 1.875rem;
}
#app-content section#cont-02 hr{
    background-image: url(https://c-image.asfes.jp/zR4gfSJw/14/sp79/cont_02_hr.png?20250603065725);
    background-position: center;
	background-size: 100% auto;
    background-repeat: no-repeat;
}
/*  cont-03
====================================*/
section#cont-03 {
    box-shadow: inset 0 0 0 0.375rem #fff, inset 0 0 0 0.75rem #008df0, 0 0 0.375rem 0 rgba(0, 0, 0, 0.5);
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #e8f5ff), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #e8f5ff),color-stop(.75, #e8f5ff), color-stop(.75, transparent),to(transparent));
    padding-top: 7.76rem;
}
section#cont-03 .bnr-area{
	background-color: #008df0;
}
#app-content section#cont-03 hr{
    background-image: url(https://c-image.asfes.jp/zR4gfSJw/14/sp79/cont_03_hr.png?20250603065725);
    background-position: center;
	background-size: 100% auto;
    background-repeat: no-repeat;
}
section#cont-03 ul.slick-slider{
    width: 100%;
    margin: 1.25rem auto 0;
}
section#cont-03 .bnr img{
    border-color: #008df0;
}
section#cont-03 ul .slick-slide .bnr{
    margin:0 0.625rem;
}
section#cont-03 ul .slick-slide img{
	margin: auto;
}
section#cont-03 ul .slick-slide .txt{
    height: 14.1rem;
    display: flex;
}
.slick-arrow{
    position: absolute;
    top: 69%;
    border: none;
    text-indent: -9999px;
    width: 2.25rem;
    height: 4.75rem;
	background-image: url(https://c-image.asfes.jp/zR4gfSJw/14/sp79/cont_03_slider_prev.png?20250603065725);
	background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
	z-index: 10;
}
.slick-prev{
    left: -1.125rem;
    animation: bound1 1.6s ease-in-out 0s infinite;
}
.slick-next{
	background-image: url(https://c-image.asfes.jp/zR4gfSJw/14/sp79/cont_03_slider_next.png?20250603065725);
    right: -1.125rem;
    animation: bound2 1.6s ease-in-out 0s infinite;
}

@keyframes bound1 {
	0% {left:-1.125rem;opacity:1;}
	20% {left:-1.437rem;opacity: .9;}
	40% {left:-1.125rem;opacity:1;}
}
@keyframes bound2 {
	0% {right:-1.125rem;opacity:1;}
	20% {right:-1.437rem;opacity: .9;}
	40% {right:-1.125rem;opacity:1;}
}
.slick-dots li{
	display: inline-block;
}
.slick-dots button{
    background-color: transparent;
    border: none;
    text-indent: -9999px;
	background-image: url(https://c-image.asfes.jp/zR4gfSJw/14/sp79/dot.png?20250603065725);
	background-repeat: no-repeat;
    background-size: auto 100%;
	opacity: 0.5;
    width: 1.25rem;
    height: 1.25rem;
    margin: 1.1rem 0.687rem 0.625rem;
}
.slick-dots .slick-active button{
	opacity: 1;
}