@charset "UTF-8";*{-webkit-box-sizing:border-box;box-sizing:border-box}html,body,h1,h2,h3,h4,h5,h6,ul,ol,dl,li,dt,dd,p,div,img,a,table,tr,th,td{margin:0;padding:0;border:0;font-weight:400;font-size:100%;vertical-align:baseline}header,footer,nav,section,article,aside,figure,figcaption{display:block}body{line-height:1}body ol,body ul{list-style:none;list-style-type:none;margin:0;padding:0}img{max-width:100%;height:auto;vertical-align:bottom}a{text-decoration:none}body{color:#1a1a1a;font-family:Noto Sans JP}p{line-height:1.4;font-weight:500}a{-webkit-tap-highlight-color:rgba(0,0,0,0)}.payment-btn{display:block;background:#df4661;border-radius:24px;font-size:1rem;font-weight:500;font-family:Noto Sans JP;color:#fff;max-width:300px;width:90%;border:none;padding:10px;margin:0 auto;cursor:pointer;transition:all .5s;box-shadow:0 4px 4px #0003}.payment-btn:hover{transform:scale(.96)}.top-btn-wrap{text-align:center}.top-btn{display:inline-flex;justify-content:center;min-width:100px;padding:10px 20px;background:#0069b1;border-radius:24px;border:none;font-size:1rem;font-weight:500;font-family:Noto Sans JP;color:#fff;margin:0 auto;cursor:pointer;transition:all .5s;box-shadow:0 4px 4px #0003}.top-btn:hover{transform:scale(.96)}.loader{width:1em;height:1em;border:3px solid #FFF;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-screen{position:fixed;width:100%;height:100vh;background-color:#39393996;z-index:555;top:0;left:0;display:none}.payment-complete-close-loader{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:2em;height:2em;border:4px solid #FFF;border-bottom-color:transparent;border-radius:50%;box-sizing:border-box;animation:rotation 1s linear infinite}.sp-br{display:none}@media screen and (max-width: 767px){.sp-br{display:block}}#page-top{position:fixed;right:10px;bottom:10px;z-index:998;opacity:0;transform:translateY(100px)}@media screen and (max-width: 767px){#page-top{bottom:65px;z-index:150}}#page-top a{display:flex;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s}#page-top.up-move{animation:UpAnime .5s forwards}@keyframes UpAnime{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}#page-top.down-move{animation:DownAnime .5s forwards}@keyframes DownAnime{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100px)}}.caution-area{max-width:700px;width:90%;border-radius:10px;border:2px solid var(--BN, #F6B700);background:#fff;padding:20px 30px 20px 40px;margin:30px auto;position:relative}@media screen and (max-width: 1024px){.caution-area{margin:40px auto 0}}.caution-area:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#f6b7001a;border-radius:10px}@media screen and (max-width: 767px){.caution-area{width:90%;padding:10px 30px}}.caution-wrap .caution-text{position:relative;margin:8px 0;font-weight:700;font-size:clamp(.875rem,1.04vw,1rem);padding-left:10px;z-index:1}.caution-wrap .caution-text:before{position:absolute;content:"●";top:3px;left:-12px;font-size:60%;color:#f6b700}.caution-link{color:#df4661;font-weight:700;border-bottom:1px solid #DF4661;padding-bottom:1px;transition:1s}@media (hover: hover){.caution-link:hover{transition:1s;opacity:.7}}@media screen and (max-width: 767px){.caution-link{padding:0}}.user-info-area{max-width:600px;border-radius:10px;background:#e7e7e766;text-align:center;padding:30px;margin:60px auto}@media screen and (max-width: 767px){.user-info-area{width:90%;padding:20px 12px}}.user-name{position:relative;font-size:1.125rem;margin-bottom:30px}.user-name:before{content:"";display:inline-block;position:absolute;left:50%;bottom:-10px;width:350px;height:2px;-webkit-transform:translateX(-50%);transform:translate(-50%);background:#e0e0e0}@media screen and (max-width: 767px){.user-name:before{width:90%}}.user-name span{font-size:.875rem;font-weight:400}.user-name a{font-weight:550;pointer-events:none;text-decoration:none}.confirm-method{max-width:450px;margin:10px auto 20px;font-size:.75rem;text-align:left;padding:0 10px}.user-info-wrap{max-width:450px;background:#fff;border-radius:5px;padding:5px 20px 5px 10px;margin:10px auto;display:flex;flex-direction:column;gap:10px}.user-info{display:flex;align-items:center}.user-info dt{width:110px;min-width:100px;background:#00b0b9;color:#fff;border-radius:5px;padding:10px;font-size:.875rem;font-weight:550}.user-info dd{margin-left:10px;flex:1;word-break:break-all;text-align:left}.user-info dd a{pointer-events:none;text-decoration:none}.user-mail{position:relative;max-width:450px;background:#fff;border-radius:5px;display:flex;align-items:center;padding:5px 20px 5px 10px;margin:10px auto 0}.user-mail dt{width:110px;background:#0069b1;color:#fff;border-radius:5px;padding:10px;font-size:.875rem;font-weight:550}.user-mail .mail-text{max-width:350px;flex:1;margin-left:10px;margin-right:15px;word-break:break-all;text-align:left}@media screen and (max-width: 767px){.user-mail .mail-text{width:60%}}.user-mail .mail-text a{pointer-events:none;text-decoration:none;word-break:break-all;line-height:1.5}.user-mail .user-mail-icon{position:absolute;width:6%;right:10px;margin-left:10px;cursor:pointer}@media screen and (max-width: 767px){.user-mail .user-mail-icon{width:7%}}.user-info-area-modal{width:60%;max-width:550px;max-height:90%;border-radius:10px;background:#fff;box-shadow:0 0 10px #0003;border:none;text-align:center;position:relative;position:fixed;padding:40px 20px;transition:opacity .5s ease-out;top:50%;left:50%;transform:translate(-50%,-50%);overflow-y:auto;opacity:0;visibility:hidden}@media screen and (max-width: 767px){.user-info-area-modal{width:90%;padding:40px 0}}.user-info-area{margin:0 auto}@media screen and (max-width: 767px){.user-info-area{width:90%}}.user-info-area .user-info-title{font-size:clamp(.875rem,1.04vw,1rem);font-weight:700;text-align:left;padding:.1em .4em;border-left:solid 5px #00B0B9}.user-info-area .user-info-title-blue{margin-top:30px;border-left:solid 5px #0069B1}.next-button{display:block;background:#df4661;border-radius:24px;font-size:1rem;font-weight:500;font-family:Noto Sans JP;color:#fff;max-width:300px;width:90%;border:none;margin:20px auto 0;cursor:pointer;transition:all .5s;box-shadow:0 4px 4px #0003;padding:12px 8px;max-width:250px;text-align:center}.next-button:hover{transform:scale(.96)}.logout-button{display:block;background:#727272;border-radius:24px;font-size:1rem;font-weight:500;font-family:Noto Sans JP;max-width:300px;width:90%;border:none;margin:12px auto 0;cursor:pointer;transition:all .5s;box-shadow:0 4px 4px #0003;color:#fff;padding:12px 8px;max-width:250px;text-align:center}.logout-button:hover{transform:scale(.96)}.logout-button:focus{outline:none}.error-user-info{margin:30px auto 0}.user-info-subtext{font-size:.85rem;text-align:left;padding:15px 50px}@media screen and (max-width: 767px){.user-info-subtext{padding:15px 0;margin-inline:auto;width:90%}}.user-info-subtext p{line-height:2}@media screen and (max-width: 767px){.user-info-subtext p{line-height:1.5}}.user-info-area-modal-title{font-size:1.25rem;font-weight:700;margin:0 auto 20px}@media screen and (max-width: 767px){.sp-non{display:none}}.pc-non{display:none}@media screen and (max-width: 767px){.pc-non{display:block}}.submit-btn{display:block;background:#df4661;border-radius:24px;font-size:1rem;font-weight:500;font-family:Noto Sans JP;color:#fff;max-width:300px;width:90%;border:none;padding:10px;margin:0 auto;cursor:pointer;transition:all .5s;box-shadow:0 4px 4px #0003}.submit-btn:hover{transform:scale(.96)}.disabled-btn{display:block;background:#ebebeb;border-radius:24px;font-size:1rem;font-weight:500;font-family:Noto Sans JP;color:#fff;max-width:300px;width:90%;border:none;padding:10px;margin:0 auto;cursor:pointer;transition:all .5s;box-shadow:0 4px 4px #0003;color:#67676799;pointer-events:none;border:1px solid rgba(255,255,255,.5)}.disabled-btn:hover{transform:scale(.96)}.black-theme .top-contents .top-contents-right .caution_button{border:2px solid #22282F}.black-theme .top-contents .top-contents-right .caution_button .introduction:before{background-image:url(/build/assets/introduction_icon_black-C57nDcTD.svg)}.black-theme .top-contents .top-contents-right .caution_button .caution_button-text{color:#22282f}.black-theme .caution-area{border:2px solid rgba(134,134,134,.6);background:#fff;position:relative}.black-theme .caution-area:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#f3f3f380;border-radius:10px}.black-theme .caution-modal-box{border:2px solid rgba(134,134,134,.6);background:#f2f2f2}.black-theme .caution-text{z-index:1}.black-theme .caution-text:before{color:#86868699}.black-theme .item h4{border-left:solid 5px #22282F}.black-theme .item .payment{display:block;background:#df4661;border-radius:24px;font-size:1rem;font-weight:500;font-family:Noto Sans JP;color:#fff;max-width:300px;width:90%;border:none;padding:10px;cursor:pointer;transition:all .5s;box-shadow:0 4px 4px #0003;background:#22282f;position:absolute;bottom:1em;left:0;right:0;margin:0 auto}.black-theme .item .payment:hover{transform:scale(.96)}.black-theme .item .pickup-payment{display:block;font-size:clamp(1rem,1.3vw,1.25rem);background:#22282f;border-radius:34px;font-weight:500;font-family:Noto Sans JP;color:#fff;width:340px;border:none;padding:10px 20px;position:absolute;bottom:1em;left:0;right:0;margin:0 auto;cursor:pointer;transition:all .5s;box-shadow:0 4px 4px #0003}@media screen and (max-width: 767px){.black-theme .item .pickup-payment{width:80%;padding:10px}}.black-theme .item .pickup-payment:hover{transform:scale(.96)}.black-theme .next-button,.black-theme .payment-modal .confirm-payment{background:#22282f}.black-theme .payment-modal .free-item{background:#2b89d4}.black-theme .promo-modal .submit-btn{display:block;background:#df4661;border-radius:24px;font-size:1rem;font-weight:500;font-family:Noto Sans JP;color:#fff;max-width:300px;width:90%;border:none;padding:10px;margin:0 auto;cursor:pointer;transition:all .5s;box-shadow:0 4px 4px #0003;background:#22282f}.black-theme .promo-modal .submit-btn:hover{transform:scale(.96)}.black-theme .swiper-pagination-bullet-active{background-color:#22282f}.black-theme .swiper-button-prev:after{border-top:solid 4px #22282F;border-right:solid 4px #22282F}.black-theme .swiper-button-next:after{border-top:solid 4px #22282F;border-right:solid 4px #22282F}.blue-theme .top-contents .top-contents-right .caution_button{border:2px solid #0069B1}.blue-theme .top-contents .top-contents-right .caution_button .introduction:before{background-image:url(/build/assets/introduction_icon_blue-BH1qR641.svg)}.blue-theme .top-contents .top-contents-right .caution_button .caution_button-text{color:#0069b1}.blue-theme .caution-area{border:2px solid var(--BN, #0069B1);background:#fff;position:relative}.blue-theme .caution-area:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#4cb6ff1a;border-radius:10px}.blue-theme .caution-modal-box{border:2px solid var(--BN, #0069B1);background:#eef8ff}.blue-theme .caution-text{z-index:1}.blue-theme .caution-text:before{color:#0069b1}.blue-theme .item h4{border-left:solid 5px #0069B1}.blue-theme .item .payment{display:block;background:#df4661;border-radius:24px;font-size:1rem;font-weight:500;font-family:Noto Sans JP;color:#fff;max-width:300px;width:90%;border:none;padding:10px;cursor:pointer;transition:all .5s;box-shadow:0 4px 4px #0003;background:#0069b1;position:absolute;bottom:1em;left:0;right:0;margin:0 auto}.blue-theme .item .payment:hover{transform:scale(.96)}.blue-theme .item .pickup-payment{display:block;font-size:clamp(1rem,1.3vw,1.25rem);background:#0069b1;border-radius:34px;font-weight:500;font-family:Noto Sans JP;color:#fff;width:340px;border:none;padding:10px 20px;position:absolute;bottom:1em;left:0;right:0;margin:0 auto;cursor:pointer;transition:all .5s;box-shadow:0 4px 4px #0003}@media screen and (max-width: 767px){.blue-theme .item .pickup-payment{width:80%;padding:10px}}.blue-theme .item .pickup-payment:hover{transform:scale(.96)}.blue-theme .next-button,.blue-theme .payment-modal .confirm-payment{background:#0069b1}.blue-theme .item .pickup-wrap .item-text-area .free-item,.blue-theme .item .item-wrap .item-list .item-text-area .free-item,.blue-theme .payment-modal .free-item{background:#51d977}.blue-theme .promo-modal .submit-btn{display:block;background:#df4661;border-radius:24px;font-size:1rem;font-weight:500;font-family:Noto Sans JP;color:#fff;max-width:300px;width:90%;border:none;padding:10px;margin:0 auto;cursor:pointer;transition:all .5s;box-shadow:0 4px 4px #0003;background:#0069b1}.blue-theme .promo-modal .submit-btn:hover{transform:scale(.96)}.blue-theme .swiper-pagination-bullet-active{background-color:#0069b1}.blue-theme .swiper-button-prev:after{border-top:solid 4px #0069B1;border-right:solid 4px #0069B1}.blue-theme .swiper-button-next:after{border-top:solid 4px #0069B1;border-right:solid 4px #0069B1}.pink-theme .top-contents .top-contents-right .caution_button{border:2px solid #DF4661}.pink-theme .top-contents .top-contents-right .caution_button .introduction:before{background-image:url(/build/assets/introduction_icon_pink--xMztmQ5.svg)}.pink-theme .top-contents .top-contents-right .caution_button .caution_button-text{color:#df4661}.pink-theme .caution-area{border:2px solid var(--BN, #DF4661);background:#fff;position:relative}.pink-theme .caution-area:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#ff7e951a;border-radius:10px}.pink-theme .caution-modal-box{border:2px solid var(--BN, #DF4661);background:#fff3f5}.pink-theme .caution-text{z-index:1}.pink-theme .caution-text:before{color:#df4661}.pink-theme .payment-modal .free-item{background:#2b89d4}html[lang=en] .about .asterisk-text-wrap .asterisk-text,html[lang=es] .about .asterisk-text-wrap .asterisk-text,html[lang=pt] .about .asterisk-text-wrap .asterisk-text,html[lang=de] .about .asterisk-text-wrap .asterisk-text,html[lang=th] .about .asterisk-text-wrap .asterisk-text{padding-left:.5em;text-indent:-.5em;margin-bottom:0}html[lang=fr] .about .asterisk-text-wrap .asterisk-text{padding-left:.7em;text-indent:-.7em;margin-bottom:0}html[lang=ja] .news-text{line-break:loose}html[lang=en] .item .pickup-wrap .item-list .item-header .item-header-title,html[lang=es] .item .pickup-wrap .item-list .item-header .item-header-title,html[lang=pt] .item .pickup-wrap .item-list .item-header .item-header-title,html[lang=de] .item .pickup-wrap .item-list .item-header .item-header-title,html[lang=fr] .item .pickup-wrap .item-list .item-header .item-header-title,html[lang=th] .item .pickup-wrap .item-list .item-header .item-header-title{font-size:.875rem}html[lang=en] .item .pickup-wrap .item-list .item-header .item-header-title-daily,html[lang=en] .item .pickup-wrap .item-list .item-header .item-header-title-limited,html[lang=en] .item .pickup-wrap .item-list .item-header .item-header-title-weekly,html[lang=en] .item .pickup-wrap .item-list .item-header .item-header-title-monthly,html[lang=es] .item .pickup-wrap .item-list .item-header .item-header-title-daily,html[lang=es] .item .pickup-wrap .item-list .item-header .item-header-title-limited,html[lang=es] .item .pickup-wrap .item-list .item-header .item-header-title-weekly,html[lang=es] .item .pickup-wrap .item-list .item-header .item-header-title-monthly,html[lang=pt] .item .pickup-wrap .item-list .item-header .item-header-title-daily,html[lang=pt] .item .pickup-wrap .item-list .item-header .item-header-title-limited,html[lang=pt] .item .pickup-wrap .item-list .item-header .item-header-title-weekly,html[lang=pt] .item .pickup-wrap .item-list .item-header .item-header-title-monthly,html[lang=de] .item .pickup-wrap .item-list .item-header .item-header-title-daily,html[lang=de] .item .pickup-wrap .item-list .item-header .item-header-title-limited,html[lang=de] .item .pickup-wrap .item-list .item-header .item-header-title-weekly,html[lang=de] .item .pickup-wrap .item-list .item-header .item-header-title-monthly,html[lang=fr] .item .pickup-wrap .item-list .item-header .item-header-title-daily,html[lang=fr] .item .pickup-wrap .item-list .item-header .item-header-title-limited,html[lang=fr] .item .pickup-wrap .item-list .item-header .item-header-title-weekly,html[lang=fr] .item .pickup-wrap .item-list .item-header .item-header-title-monthly,html[lang=th] .item .pickup-wrap .item-list .item-header .item-header-title-daily,html[lang=th] .item .pickup-wrap .item-list .item-header .item-header-title-limited,html[lang=th] .item .pickup-wrap .item-list .item-header .item-header-title-weekly,html[lang=th] .item .pickup-wrap .item-list .item-header .item-header-title-monthly{color:#fff}html[lang=en] .item .pickup-wrap .item-list .item-header .item-header-title-daily:before,html[lang=en] .item .pickup-wrap .item-list .item-header .item-header-title-limited:before,html[lang=en] .item .pickup-wrap .item-list .item-header .item-header-title-weekly:before,html[lang=en] .item .pickup-wrap .item-list .item-header .item-header-title-monthly:before,html[lang=es] .item .pickup-wrap .item-list .item-header .item-header-title-daily:before,html[lang=es] .item .pickup-wrap .item-list .item-header .item-header-title-limited:before,html[lang=es] .item .pickup-wrap .item-list .item-header .item-header-title-weekly:before,html[lang=es] .item .pickup-wrap .item-list .item-header .item-header-title-monthly:before,html[lang=pt] .item .pickup-wrap .item-list .item-header .item-header-title-daily:before,html[lang=pt] .item .pickup-wrap .item-list .item-header .item-header-title-limited:before,html[lang=pt] .item .pickup-wrap .item-list .item-header .item-header-title-weekly:before,html[lang=pt] .item .pickup-wrap .item-list .item-header .item-header-title-monthly:before,html[lang=de] .item .pickup-wrap .item-list .item-header .item-header-title-daily:before,html[lang=de] .item .pickup-wrap .item-list .item-header .item-header-title-limited:before,html[lang=de] .item .pickup-wrap .item-list .item-header .item-header-title-weekly:before,html[lang=de] .item .pickup-wrap .item-list .item-header .item-header-title-monthly:before,html[lang=fr] .item .pickup-wrap .item-list .item-header .item-header-title-daily:before,html[lang=fr] .item .pickup-wrap .item-list .item-header .item-header-title-limited:before,html[lang=fr] .item .pickup-wrap .item-list .item-header .item-header-title-weekly:before,html[lang=fr] .item .pickup-wrap .item-list .item-header .item-header-title-monthly:before,html[lang=th] .item .pickup-wrap .item-list .item-header .item-header-title-daily:before,html[lang=th] .item .pickup-wrap .item-list .item-header .item-header-title-limited:before,html[lang=th] .item .pickup-wrap .item-list .item-header .item-header-title-weekly:before,html[lang=th] .item .pickup-wrap .item-list .item-header .item-header-title-monthly:before{content:"";display:inline-block;width:20px;height:20px;padding-right:5px;margin-left:10px;background-repeat:no-repeat;background-size:contain;margin-top:2px}html[lang=en] .item .pickup-wrap .item-list .item-header .item-header-title-daily:after,html[lang=en] .item .pickup-wrap .item-list .item-header .item-header-title-limited:after,html[lang=en] .item .pickup-wrap .item-list .item-header .item-header-title-weekly:after,html[lang=en] .item .pickup-wrap .item-list .item-header .item-header-title-monthly:after,html[lang=es] .item .pickup-wrap .item-list .item-header .item-header-title-daily:after,html[lang=es] .item .pickup-wrap .item-list .item-header .item-header-title-limited:after,html[lang=es] .item .pickup-wrap .item-list .item-header .item-header-title-weekly:after,html[lang=es] .item .pickup-wrap .item-list .item-header .item-header-title-monthly:after,html[lang=pt] .item .pickup-wrap .item-list .item-header .item-header-title-daily:after,html[lang=pt] .item .pickup-wrap .item-list .item-header .item-header-title-limited:after,html[lang=pt] .item .pickup-wrap .item-list .item-header .item-header-title-weekly:after,html[lang=pt] .item .pickup-wrap .item-list .item-header .item-header-title-monthly:after,html[lang=de] .item .pickup-wrap .item-list .item-header .item-header-title-daily:after,html[lang=de] .item .pickup-wrap .item-list .item-header .item-header-title-limited:after,html[lang=de] .item .pickup-wrap .item-list .item-header .item-header-title-weekly:after,html[lang=de] .item .pickup-wrap .item-list .item-header .item-header-title-monthly:after,html[lang=fr] .item .pickup-wrap .item-list .item-header .item-header-title-daily:after,html[lang=fr] .item .pickup-wrap .item-list .item-header .item-header-title-limited:after,html[lang=fr] .item .pickup-wrap .item-list .item-header .item-header-title-weekly:after,html[lang=fr] .item .pickup-wrap .item-list .item-header .item-header-title-monthly:after,html[lang=th] .item .pickup-wrap .item-list .item-header .item-header-title-daily:after,html[lang=th] .item .pickup-wrap .item-list .item-header .item-header-title-limited:after,html[lang=th] .item .pickup-wrap .item-list .item-header .item-header-title-weekly:after,html[lang=th] .item .pickup-wrap .item-list .item-header .item-header-title-monthly:after{content:"";display:inline-block;width:20px;height:20px;background-repeat:no-repeat;background-size:contain;margin-top:2px}html[lang=ja] .main-text-secondary,html[lang=zh_TW] .main-text-secondary{font-size:clamp(1rem,3.13vw,3rem)}html[lang=ja] .main-text-primary,html[lang=zh_TW] .main-text-primary{font-size:clamp(1.375rem,3.91vw,3.75rem)}html[lang=en] .introduction-section h3,html[lang=es] .introduction-section h3,html[lang=th] .introduction-section h3{padding:20px 10px}@media screen and (max-width: 767px){html[lang=en] .introduction-section h3,html[lang=es] .introduction-section h3,html[lang=th] .introduction-section h3{padding:10px}}html[lang=de] .introduction-section h3,html[lang=pt] .introduction-section h3{font-size:clamp(1.625rem,3.91vw,3.75em)}.bg-wrapper{position:fixed;top:78px;left:0;width:100vw;height:100vh;background-size:cover;background-position:center center;background-repeat:no-repeat;z-index:-1;pointer-events:none}@media screen and (max-width: 767px){.bg-wrapper{top:56px}}.bg-container{padding-bottom:60px}.gray-bg{border-radius:10px;background:#fffc;box-shadow:0 0 20px #00000040;max-width:1300px;width:85%;margin:30px auto;padding-bottom:44px}@media screen and (max-width: 767px){.gray-bg{background:none;box-shadow:none;margin:0;width:100%;padding:0}}.gray-bg .top-contents{background-color:#fffc;box-shadow:0 0 20px #00000026}@media screen and (max-width: 767px){.gray-bg .top-contents{background:none;box-shadow:none}}.gray-bg .main-contents-wrap{background:none;width:100%}@media screen and (max-width: 767px){.gray-bg .main-contents-wrap{width:95%;border-radius:10px;background:#fffc;box-shadow:0 0 20px #00000026;margin:20px auto 0;padding:15px 0}}.title-top-inner{max-width:1200px;margin-inline:auto}.top-contents-wrap{max-width:1200px;margin:0 auto;width:95%}@media screen and (max-width: 767px){.top-contents-wrap{width:100%}}.app-mv-img{width:100%;display:block;border-radius:10px}@media screen and (max-width: 767px){.app-mv-img{border-radius:0}}.top-contents{display:flex;justify-content:space-between;align-items:center;padding:10px 20px;margin:10px auto 0;border-radius:10px;max-width:1200px;width:95%;background-color:#d9d9d933}@media screen and (max-width: 1024px){.top-contents{padding:10px}}@media screen and (max-width: 767px){.top-contents{padding:0 10px}}@media screen and (max-width: 767px){.top-contents{display:block;background:none;width:100%;margin-top:0;box-shadow:none}}.top-contents .top-contents-left{display:flex;align-items:center;justify-content:center}.top-contents .top-contents-left .app-img{width:80px;flex-shrink:0;border-radius:4px}@media screen and (max-width: 767px){.top-contents .top-contents-left .app-img{width:60px}}.top-contents .top-contents-left .name-wrap{margin-left:20px;max-width:520px}@media screen and (max-width: 767px){.top-contents .top-contents-left .name-wrap{margin-left:10px}}.top-contents .top-contents-left .name-wrap .app-name{font-size:clamp(.875rem,1.17vw,1.125rem);font-weight:700}.top-contents .top-contents-left .name-wrap .top-region-name{font-size:clamp(.625rem,.78vw,.75rem)}.top-contents .top-contents-right{display:flex;justify-content:center;gap:10px}@media screen and (max-width: 767px){.top-contents .top-contents-right{flex-wrap:wrap;margin-top:10px;gap:5px}}.top-contents .top-contents-right button{background-color:transparent;border:none;cursor:pointer;outline:none;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:all .5s}.top-contents .top-contents-right button:hover{transform:scale(.96)}.top-contents .top-contents-right .caution_button{display:flex;justify-content:center;align-items:center;width:200px;height:56px;padding:10px 15px;background:#fff;border:2px solid #F6B700;border-radius:32px;box-shadow:0 4px 4px #00000026}@media screen and (max-width: 1024px){.top-contents .top-contents-right .caution_button{width:160px}}@media screen and (max-width: 767px){.top-contents .top-contents-right .caution_button{min-width:160px;height:48px}}.top-contents .top-contents-right .caution_button-icon{min-width:18px;min-height:18px;margin-right:5px;margin-bottom:1%;position:relative;background-size:contain}.top-contents .top-contents-right .caution_button-icon:before{content:"";display:block;width:100%;height:100%;position:absolute;left:0;top:0;background-size:contain;background-position:center;background-repeat:no-repeat}.top-contents .top-contents-right .caution_button-icon.introduction:before{background-image:url(/build/assets/introduction_icon-zeVRsWX3.svg)}.top-contents .top-contents-right .caution_button-icon-text{min-width:0}.top-contents .top-contents-right .caution_button .caution_button-text{font-size:clamp(.875rem,1.04vw,1rem);font-weight:700;color:#f6b700}.top-contents .top-contents-right .user-info_button{display:flex;justify-content:center;align-items:center;width:200px;height:56px;padding:10px 15px;background:#fff;border:2px solid #00B0B9;border-radius:32px;box-shadow:0 4px 4px #00000026}@media screen and (max-width: 1024px){.top-contents .top-contents-right .user-info_button{width:160px}}@media screen and (max-width: 767px){.top-contents .top-contents-right .user-info_button{min-width:160px;height:48px}}.top-contents .top-contents-right .user-info_button-icon{min-width:20px;min-height:20px;margin-right:5px;position:relative;background-size:contain}.top-contents .top-contents-right .user-info_button-icon:before{content:"";display:block;width:100%;height:100%;position:absolute;left:0;top:0;background-size:contain;background-position:center;background-repeat:no-repeat}.top-contents .top-contents-right .user-info_button-icon.account:before{background-image:url(/build/assets/account_icon-DNtuVk_M.svg)}.top-contents .top-contents-right .user-info_button-icon-text{min-width:0}.top-contents .top-contents-right .user-info_button .user-info_button-text{font-size:clamp(.875rem,1.04vw,1rem);font-weight:700;color:#00b0b9}.promotion-input-sp{display:none}@media screen and (max-width: 767px){.promotion-input-sp{display:block;width:100%;position:fixed;z-index:200;bottom:0;right:0;color:#fff;background:#f6b700;font-size:1.125rem;font-weight:500;font-family:Noto Sans JP;border:none;padding:15px 10%;margin:0;text-align:center}}.promotion-cancel-sp{display:none}@media screen and (max-width: 767px){.promotion-cancel-sp{display:block;width:100%;position:fixed;z-index:200;bottom:0;right:0;color:#f6b700;background:#fff8e6;font-size:1.125rem;font-weight:500;font-family:Noto Sans JP;border:2px solid #F6B700;padding:15px 10%;margin:0;text-align:center}}.promotion-input-pc{max-width:300px;border-radius:32px;color:#fff;background:#f6b700;font-size:1rem;line-height:100%;font-weight:500;font-family:Noto Sans JP;border:none;padding:10px 30px;cursor:pointer;transition:all .5s}.promotion-input-pc:hover{transform:scale(.96)}@media screen and (max-width: 767px){.promotion-input-pc{display:none}}.promotion-cancel-pc{max-width:300px;border-radius:32px;color:#fff;background:#00b0b9;font-size:1rem;line-height:100%;font-weight:500;font-family:Noto Sans JP;border:none;padding:10px 30px;cursor:pointer;transition:all .5s}.promotion-cancel-pc:hover{transform:scale(.96)}@media screen and (max-width: 767px){.promotion-cancel-pc{display:none}}.item{max-width:1200px;width:95%;margin:60px auto}@media screen and (max-width: 767px){.item{margin-top:30px}}.item h4{font-size:clamp(1.25rem,2.08vw,2rem);font-weight:700;padding:.1em .2em;border-left:solid 5px #DF4661;margin-bottom:30px}@media screen and (max-width: 767px){.item h4{margin:0 10px 30px}}.item .h-jewel{border-left:solid 5px #0069B1}.item .h-drop{border-left:solid 5px #F6B700}.item .item-wrap{display:grid;grid-template-columns:repeat(5,1fr);row-gap:20px;column-gap:15px;padding:0 10px}@media screen and (max-width: 1024px){.item .item-wrap{grid-template-columns:repeat(3,1fr);gap:20px;padding:0 10px}}@media screen and (max-width: 463px){.item .item-wrap{grid-template-columns:repeat(2,1fr);row-gap:20px;column-gap:10px;padding:0 10px}}.item .item-wrap .item-list{display:flex;flex-direction:column;border-radius:10px;box-shadow:0 0 10px #0003;position:relative;transition:1s;padding-top:5%;background-color:#fff;cursor:pointer}.item .item-wrap .item-list:hover{transition:1s;box-shadow:0 0 20px #0000004d;border-radius:10px}.item .item-wrap .item-list .item-content{display:flex;flex-direction:column;height:100%}.item .item-wrap .item-list .item-img-area{order:1;width:100%;height:150px;border-radius:10px 10px 0 0;overflow:hidden;position:relative}.item .item-wrap .item-list .item-img-area img{position:absolute;top:50%;left:50%;transform:translateY(-50%) translate(-50%);margin:auto;max-width:200px;width:70%;padding:5px 0}@media screen and (max-width: 1024px){.item .item-wrap .item-list .item-img-area img{width:70%;max-width:150px}}@media screen and (max-width: 767px){.item .item-wrap .item-list .item-img-area img{width:90%}}.item .item-wrap .item-list .item-text-area{order:2;display:flex;flex-direction:column;flex-grow:1;padding:10px 15px 15px}@media screen and (max-width: 767px){.item .item-wrap .item-list .item-text-area{padding:5px 7% 10px}}.item .item-wrap .item-list .item-text-area .item-title{font-size:clamp(.875rem,1.04vw,1rem);margin-bottom:10px;line-height:1.5;flex-grow:1}.item .item-wrap .item-list .item-text-area .item-description{font-size:.8125rem;color:#525252;margin-bottom:5px}.item .item-wrap .item-list .item-text-area .discount-price{color:#df4661}.item .item-wrap .item-list .item-text-area .item-sales-period{font-size:.75rem;flex-grow:1}.item .pickup-wrap{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;padding:0 10px}@media screen and (max-width: 1024px){.item .pickup-wrap{grid-template-columns:repeat(2,1fr);gap:20px;padding:0 10px}}@media screen and (max-width: 767px){.item .pickup-wrap{display:block;padding:0 10px}}.item .pickup-wrap .item-list{display:flex;flex-direction:column;border-radius:10px;box-shadow:0 0 10px #0003;min-height:190px;transition:1s;background-color:#fff;cursor:pointer}@media screen and (max-width: 767px){.item .pickup-wrap .item-list{max-width:350px;min-height:initial;margin:0 auto 20px}.item .pickup-wrap .item-list:last-child{margin-bottom:0}}.item .pickup-wrap .item-list:hover{transition:1s;box-shadow:0 0 20px #0000004d}.item .pickup-wrap .item-list.item-list-limited{background-color:#fff;position:relative}.item .pickup-wrap .item-list.item-list-limited:after{content:"";position:absolute;top:0;width:100%;height:100%;background:linear-gradient(254deg,#ff5e7b2e 1.01%,#f6b7002e 99.59%);border-radius:10px}.item .pickup-wrap .item-list.item-list-disabled{position:relative}.item .pickup-wrap .item-list.item-list-disabled:after{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;background:#00000059;z-index:100;border-radius:10px;cursor:initial}.item .pickup-wrap .item-list.item-list-disabled:hover{box-shadow:0 0 10px #0003}.item .pickup-wrap .item-list .item-header{min-height:40px;display:flex;align-items:center;text-align:center;overflow:hidden;z-index:1}.item .pickup-wrap .item-list .item-header:not(:has(.item-header-title)){justify-content:flex-end}.item .pickup-wrap .item-list .item-header .item-header-title{width:50%;height:40px;display:flex;justify-content:center;align-items:center;color:#fff;border-radius:10px 0;font-size:1rem;font-weight:700}.item .pickup-wrap .item-list .item-header .item-header-title-limited,.item .pickup-wrap .item-list .item-header .item-header-title-daily,.item .pickup-wrap .item-list .item-header .item-header-title-weekly,.item .pickup-wrap .item-list .item-header .item-header-title-monthly{color:#fff}.item .pickup-wrap .item-list .item-header .item-header-title-limited:before,.item .pickup-wrap .item-list .item-header .item-header-title-daily:before,.item .pickup-wrap .item-list .item-header .item-header-title-weekly:before,.item .pickup-wrap .item-list .item-header .item-header-title-monthly:before{content:"";display:inline-block;width:20px;height:20px;padding-right:5px;background-repeat:no-repeat;background-size:contain;margin-top:2px}.item .pickup-wrap .item-list .item-header .item-header-title-limited:after,.item .pickup-wrap .item-list .item-header .item-header-title-daily:after,.item .pickup-wrap .item-list .item-header .item-header-title-weekly:after,.item .pickup-wrap .item-list .item-header .item-header-title-monthly:after{content:"";display:inline-block;width:10px;height:20px;background-repeat:no-repeat;background-size:contain;margin-top:2px}.item .pickup-wrap .item-list .item-header .item-header-title-limited{background:linear-gradient(to top right,#f6b700,#ff5e7b)}.item .pickup-wrap .item-list .item-header .item-header-title-limited:before{background-image:url(/build/assets/time-XDoiwdbV.svg)}.item .pickup-wrap .item-list .item-header .item-header-title-daily{background-color:#00b0b9}.item .pickup-wrap .item-list .item-header .item-header-title-daily:before{background-image:url(/build/assets/update-DQ7O-qTc.svg)}.item .pickup-wrap .item-list .item-header .item-header-title-weekly{background-color:#df4661}.item .pickup-wrap .item-list .item-header .item-header-title-weekly:before{background-image:url(/build/assets/update-DQ7O-qTc.svg)}.item .pickup-wrap .item-list .item-header .item-header-title-monthly{background-color:#0069b1}.item .pickup-wrap .item-list .item-header .item-header-title-monthly:before{background-image:url(/build/assets/update-DQ7O-qTc.svg)}.item .pickup-wrap .item-list .item-header .item-header-period{font-size:.75rem;width:50%}.item .pickup-wrap .item-list .item-header .item-header-period time:before{content:"";display:inline-block;background-image:url(/build/assets/timer-CEU7otzK.svg);width:14px;height:14px;padding-right:3px;background-repeat:no-repeat;background-size:contain;vertical-align:bottom}.item .pickup-wrap .item-list .item-content{display:flex;flex:1;z-index:1}.item .pickup-wrap .item-list .item-img-area{width:50%;padding:5px 20px 15px;overflow:hidden;display:flex}.item .pickup-wrap .item-list .item-img-area img{margin:auto;width:100%;border-radius:10px;display:block}@media screen and (max-width: 1024px){.item .pickup-wrap .item-list .item-img-area img{max-width:175px;max-height:175px}}@media screen and (max-width: 767px){.item .pickup-wrap .item-list .item-img-area img{max-width:135px;max-height:135px}}.item .pickup-wrap .item-list .item-text-area{padding:15px 0 15px 20px;width:50%;display:flex;flex-direction:column}.item .pickup-wrap .item-list .item-text-area .limit-text{margin-top:0}.item .pickup-wrap .item-list .item-text-area .item-title{font-size:clamp(.875rem,1.04vw,1rem);font-weight:550;margin-bottom:10px;line-height:1.5;flex:1}.item .pickup-wrap .item-list .item-text-area .item-description{font-size:.8125rem;color:#525252;margin-bottom:5px;flex:1}.item .pickup-wrap .item-list .item-text-area .free-item{background:#2b89d4}@media screen and (max-width: 767px){.item .pickup-wrap .item-header-none .item-header{display:none}.item .pickup-wrap .item-header-none .item-img-area{padding:15px 20px}}.item .price-area .price-off{background:#df4661;color:#fff;font-weight:700;font-size:clamp(.75rem,.91vw,.875rem);padding:1px 4px;border-radius:2px;display:inline-block}.item .price-area .price-off span{margin-right:2px}.item .price-area .price-off-text-wrap{display:flex;align-items:baseline;flex-wrap:wrap}@media screen and (max-width: 767px){.item .price-area .price-off-text-wrap{flex-wrap:wrap}}.item .price-area .price-off-text{margin-right:5px;color:#727272;font-size:clamp(.75rem,.91vw,.875rem);text-decoration:line-through}.item .item-price{font-weight:700;font-size:clamp(1.25rem,1.56vw,1.5rem);line-height:120%}.item .item-price span{font-weight:700;font-size:.75rem;margin-right:5px}.item .pickup-payment{display:block;font-size:clamp(1rem,1.3vw,1.25rem);background:#df4661;border-radius:34px;font-weight:500;font-family:Noto Sans JP;color:#fff;width:340px;border:none;padding:10px 20px;position:absolute;bottom:1em;left:0;right:0;margin:0 auto;cursor:pointer;transition:all .5s;box-shadow:0 4px 4px #0003}@media screen and (max-width: 767px){.item .pickup-payment{width:80%;padding:10px}}.item .pickup-payment:hover{transform:scale(.96)}.item .purchased{display:block;color:#67676799;background:#ebebeb;border-radius:24px;font-size:1rem;font-weight:700;max-width:300px;width:90%;border:none;padding:10px;position:absolute;bottom:1em;left:0;right:0;margin:0 auto;box-shadow:0 4px 4px #0003;pointer-events:none}.item .pickup-purchased{display:block;font-size:clamp(1rem,1.3vw,1.25rem);background:#df4661;border-radius:34px;font-weight:500;font-family:Noto Sans JP;color:#fff;width:340px;border:none;padding:10px 20px;position:absolute;bottom:1em;left:0;right:0;margin:0 auto;cursor:pointer;transition:all .5s;box-shadow:0 4px 4px #0003;color:#67676799;background:#ebebeb;pointer-events:none}@media screen and (max-width: 767px){.item .pickup-purchased{width:80%;padding:10px}}.item .pickup-purchased:hover{transform:scale(.96)}.item .payment{display:block;background:#df4661;border-radius:24px;font-size:1rem;font-weight:500;font-family:Noto Sans JP;color:#fff;max-width:300px;width:90%;border:none;padding:10px;cursor:pointer;transition:all .5s;box-shadow:0 4px 4px #0003;position:absolute;bottom:1em;left:0;right:0;margin:0 auto}.item .payment:hover{transform:scale(.96)}.item-tag-wrap{display:flex}.limit-text{font-size:clamp(.75rem,.91vw,.875rem);color:#fff;padding:1px 4px;border-radius:2px;background:#030303;display:inline-block}.limited-text{background:#df4661;margin-right:5px}.promo-error{font-size:.875rem;color:red;margin-bottom:10px}.item-price-off{color:#df4661}html:has(.layer.is-open){overflow:hidden}.nothing-text{font-size:clamp(1rem,1.56vw,1.5rem);color:#676767;text-align:center;font-weight:600;margin:160px auto}@media screen and (max-width: 767px){.nothing-text{margin:80px auto}}.show-widget-error-text{display:none}.region-name{text-align:center;margin:10px 0}.item-sales-period{font-size:.75rem;margin:5px auto}.main-mv{position:relative;margin:0 auto;width:95%}@media screen and (max-width: 767px){.main-mv{width:100%}}.main-mv-img{width:100%;display:block;margin-bottom:70px;border-radius:20px;box-shadow:0 0 10px #00000040}@media screen and (max-width: 767px){.main-mv-img{border-radius:0;margin-bottom:40px}}.main-text-wrap{width:100%;position:absolute;text-align:center;top:50%;left:50%;transform:translateY(-50%) translate(-50%)}.main-text-wrap .main-text-secondary{font-size:clamp(.875rem,3.13vw,3rem);font-weight:700;padding:0 10px}.main-text-wrap .main-text-primary{font-size:clamp(1.125rem,3.91vw,3.75rem);text-shadow:0px 4px 4px rgba(0,0,0,.15);font-weight:700;padding:0 20px;color:#df4661;line-height:1.2}.app-title-container{width:95%;margin-inline:auto}.title-heading{position:relative;margin:20px auto 0;border-bottom:3px solid #D9D9D9}@media screen and (max-width: 767px){.title-heading{width:90%}}.title-heading:after{content:"";position:absolute;top:100%;left:0%;width:40%;border-bottom:3px solid #DF4661}.title-heading .game-title{font-weight:700;font-size:clamp(1rem,1.56vw,1.5rem);margin-left:40px;padding-bottom:10px}@media screen and (max-width: 1024px){.title-heading .game-title{margin-left:35px}}.title-heading .game-title:before{content:"";display:inline-block;background-image:url(/build/assets/game-icon-9XKld0Gz.svg);width:30px;height:30px;position:absolute;left:0;top:0;background-size:contain;background-position:center;background-repeat:no-repeat}@media screen and (max-width: 1024px){.title-heading .game-title:before{width:25px;height:25px}}.title-heading .asobi-title:before{content:"";display:inline-block;background-image:url(/build/assets/asobi-icon-DKyRP-1p.svg);width:30px;height:30px;position:absolute;left:0;top:0;background-size:contain;background-position:center;background-repeat:no-repeat}@media screen and (max-width: 1024px){.title-heading .asobi-title:before{width:25px;height:25px}}.title-heading .asobi-title span{font-size:clamp(.875rem,1.17vw,1.125rem)}.app-title-wrap{display:grid;place-items:center;grid-template-columns:repeat(auto-fit,16%);row-gap:20px;column-gap:4%;margin:60px auto;width:95%}@media screen and (max-width: 1024px){.app-title-wrap{margin:30px auto;grid-template-columns:repeat(auto-fit,22%);column-gap:4%;width:92%}}@media screen and (max-width: 767px){.app-title-wrap{grid-template-columns:repeat(auto-fit,31.333%);column-gap:3%}}@media screen and (max-width: 320px){.app-title-wrap{grid-template-columns:repeat(auto-fit,49%);column-gap:2%}}.app-title-list{display:grid;width:90%;grid-template-rows:subgrid;grid-row:span 1}@media screen and (max-width: 1024px){.app-title-list{max-width:150px;margin:auto}}.app-title-list .app-title{cursor:pointer}.app-title-list .app-title:hover img{transform:scale(1.1)}.app-title-list .app-title:hover .app-name{opacity:.7}.app-title-list .app-img{border-radius:10px;width:100%;overflow:hidden}.app-title-list .app-img img{width:100%;object-fit:cover;transition:transform .6s ease}.app-title-list .app-name{color:#1a1a1a;font-size:clamp(.75rem,1.04vw,1rem);font-weight:700;text-align:left;padding:10px 0;transition:1s}@media screen and (max-width: 1024px){.app-title-list .app-name{padding:5px}}@media screen and (max-width: 767px){.app-title-list .app-name{padding:5px 2px}}.introduction-section{margin-top:100px;background:url(/build/assets/introduction01-NJKMRWyU.png) no-repeat 2% 10%,url(/build/assets/introduction02-C0SNWZsy.png) no-repeat 100% 10%,url(/build/assets/introduction03-5t5v8g4B.png) no-repeat 0% 100%,url(/build/assets/introduction04-D2F-mgj1.png) no-repeat 95% 110%,url(/build/assets/introduction05-DzYbuuJs.png) no-repeat 100% 100%,url(/build/assets/introduction06-DhVURWsu.png) no-repeat 100% 30%,url(/build/assets/introduction07-CKb-Xq1E.png) no-repeat 15% 30%,url(/build/assets/introduction08-BzMZ8LVS.png) no-repeat 4% 80%,url(/build/assets/introduction09-BxAXmqNT.png) no-repeat 90% 60%,url(/build/assets/introduction10-f2-Ttm0b.png) no-repeat 15% 20%,linear-gradient(254deg,rgba(255,94,123,.15) 1.01%,var(--BN, rgba(246, 183, 0, .15)) 99.59%);background-size:10%,10%,30%,20%,10%,5%,10%,2%,2%,2%,cover}@media screen and (max-width: 767px){.introduction-section{margin-top:70px;background:url(/build/assets/introduction01-NJKMRWyU.png) no-repeat 2% 1%,url(/build/assets/introduction02-C0SNWZsy.png) no-repeat 100% 2%,url(/build/assets/introduction03-5t5v8g4B.png) no-repeat 0% 100%,url(/build/assets/introduction04-D2F-mgj1.png) no-repeat 90% 60%,url(/build/assets/introduction06-DhVURWsu.png) no-repeat 105% 10%,url(/build/assets/introduction07-CKb-Xq1E.png) no-repeat 15% 15%,url(/build/assets/introduction08-BzMZ8LVS.png) no-repeat 4% 90%,linear-gradient(254deg,rgba(255,94,123,.15) 1.01%,var(--BN, rgba(246, 183, 0, .15)) 99.59%);background-size:20%,20%,60%,30%,13%,30%,5%,cover}}.introduction-section .introduction-inner{max-width:1200px;margin-inline:auto;text-align:center;padding:80px 0 200px}@media screen and (max-width: 767px){.introduction-section .introduction-inner{width:90%;padding:60px 0}}.introduction-section h3{display:inline-block;font-size:clamp(1.625rem,4.56vw,4.375rem);font-weight:700;background:linear-gradient(254deg,#FF5E7B 1.01%,var(--BN, #F6B700) 99.59%);color:#fff;padding:10px}.introduction-section .introduction-wrap{margin:90px auto 50px;padding:0 40px}@media screen and (max-width: 767px){.introduction-section .introduction-wrap{margin:60px auto 50px}}@media screen and (max-width: 767px){.introduction-section .introduction-wrap{margin:30px auto;padding:0}}.introduction-section .introduction-wrap:last-child{margin:50px auto 0}.introduction-section .introduction-wrap .introduction-contents{display:flex;justify-content:center;align-items:stretch;column-gap:50px}@media screen and (max-width: 767px){.introduction-section .introduction-wrap .introduction-contents{display:block}}.introduction-section .introduction-wrap .introduction-contents .explanation{display:flex;flex-direction:column;max-width:650px;width:70%;text-align:left}@media screen and (max-width: 767px){.introduction-section .introduction-wrap .introduction-contents .explanation{width:100%}}.introduction-section .introduction-wrap .introduction-contents .explanation .introduction-text{font-size:clamp(1.25rem,1.82vw,1.75rem);font-weight:700;position:relative;padding-bottom:7px}.introduction-section .introduction-wrap .introduction-contents .explanation .introduction-text:after{content:"";position:absolute;top:100%;left:0%;width:95%;border-bottom:4px solid #DF4661}@media screen and (max-width: 767px){.introduction-section .introduction-wrap .introduction-contents .explanation .introduction-text:after{width:100%}}.introduction-section .introduction-wrap .introduction-contents .explanation .introduction-subtext{font-size:clamp(.875rem,1.56vw,1.5rem);width:95%;margin-top:30px}@media screen and (max-width: 767px){.introduction-section .introduction-wrap .introduction-contents .explanation .introduction-subtext{margin-top:10px}}.introduction-section .introduction-wrap .introduction-contents .explanation .introduction-subtext span{font-size:clamp(1.125rem,2.08vw,2rem);font-weight:700;background:linear-gradient(254deg,#FF5E7B 1.01%,var(--BN, #F6B700) 99.59%);background-repeat:no-repeat;background-size:100% 30%;background-position:bottom}.introduction-section .introduction-wrap .introduction-contents .introduction-img{width:30%}@media screen and (max-width: 767px){.introduction-section .introduction-wrap .introduction-contents .introduction-img{width:95%;margin:20px auto 0}}.introduction-section .introduction-wrap .introduction-more-btn{font-size:1rem;width:150px;border-radius:30px;background:#df4661;box-shadow:0 4px 4px #0003;margin:40px auto 0;transition:all .5s}@media (hover: hover){.introduction-section .introduction-wrap .introduction-more-btn:hover{transform:scale(.96)}}.introduction-section .introduction-wrap .introduction-more-btn a{color:#fff;display:block;text-align:center;font-weight:500;padding:12px 20px}.error{margin:0 auto 70px;text-align:center}.error .error-wrap{max-width:800px;border-radius:10px;background:#fef1f2;margin:50px auto;padding:40px}@media screen and (max-width: 1024px){.error .error-wrap{width:90%}}@media screen and (max-width: 767px){.error .error-wrap{padding:30px}}.error .error-title{font-size:clamp(1rem,1.56vw,1.5rem);font-weight:500;color:#4f4444}.error .error-icon{max-width:100px;min-width:80px;margin:30px auto 10px}@media screen and (max-width: 1024px){.error .error-icon{width:20%}}.error .app-error-wrap{max-width:1200px;width:80%;border-radius:10px;background:#fef1f2;margin:50px auto;padding:50px 40px}@media screen and (max-width: 1024px){.error .app-error-wrap{width:90%}}@media screen and (max-width: 767px){.error .app-error-wrap{padding:40px 15px 20px}}.error .error-text-wrap{margin:20px auto}@media screen and (max-width: 767px){.error .error-text-wrap{font-size:.875rem;text-align:left}}@media screen and (max-width: 767px){.error .error-text-wrap .app-error-text{padding:0 10px}}.error .error-text-wrap .error-text{font-size:clamp(.875rem,1.04vw,1rem)}.error .error-first-text-wrap{display:flex;justify-content:center;align-items:flex-start}.error .error-first-text-wrap img{margin-right:5px;margin-top:.25rem}.error .error-first-text{font-size:clamp(1rem,1.3vw,1.25rem);font-weight:700;margin-bottom:10px}.error .process-wrap{background:#fff;max-width:1000px;width:90%;padding:60px;margin:50px auto 30px}@media screen and (max-width: 767px){.error .process-wrap{margin:30px auto;width:100%;padding:30px 0}}.error .process-title-wrap{max-width:640px;width:100%;margin:auto}@media screen and (max-width: 767px){.error .process-title-wrap{width:92%}}.error .process-title{font-size:clamp(1rem,1.3vw,1.25rem);font-weight:700;padding:.1em .2em;border-left:solid 5px #DF4661;margin-bottom:30px;text-align:left}@media screen and (max-width: 767px){.error .process-title{margin:0 0 30px}}.error .process-img{max-width:640px;width:100%}@media screen and (max-width: 767px){.error .process-img{width:92%}}.error .error-user-mall-wrap{margin:30px auto;max-width:450px}.error .user-info-title{font-size:clamp(.875rem,1.04vw,1rem);font-weight:700;text-align:left;padding:.1em .4em;border-left:solid 5px #00B0B9}.error .user-info-title-blue{border-left:solid 5px #0069B1;max-width:450px;margin-bottom:-20px}.app-inner{max-width:1200px;margin:auto;padding:40px 0 30px}@media screen and (max-width: 1024px){.app-inner{width:100%;text-align:center;padding:40px 60px}}@media screen and (max-width: 767px){.app-inner{padding:40px 20px 20px}}.app-message{color:#fff;font-size:clamp(1.5rem,2.08vw,2rem);font-weight:550;text-shadow:0px 4px 4px rgba(0,0,0,.25);text-align:center}.text-shadow{text-shadow:0px 4px 4px rgb(0,0,0)}.app-content-wrap{display:flex;justify-content:center;align-items:flex-end;margin:30px auto 0}@media screen and (max-width: 1024px){.app-content-wrap{display:block}}.app-content-wrap .app-content{width:50%;text-align:right}@media screen and (max-width: 1024px){.app-content-wrap .app-content{width:100%;text-align:center}}.app-content-wrap .app-img-wrap{display:flex;align-items:center;justify-content:center;margin-right:20px}@media screen and (max-width: 1024px){.app-content-wrap .app-img-wrap{margin-right:0}}.app-content-wrap .app-img-wrap .app-icon{max-width:130px;border-radius:10px;margin-right:30px;width:20%}@media screen and (max-width: 1024px){.app-content-wrap .app-img-wrap .app-icon{width:30%}}@media screen and (max-width: 767px){.app-content-wrap .app-img-wrap .app-icon{margin-right:10px}}.app-content-wrap .app-img-wrap .app-logo{max-width:300px;width:50%}@media screen and (max-width: 1024px){.app-content-wrap .app-img-wrap .app-logo{width:65%}}.app-content-wrap .app-info{max-width:600px;border-radius:4px;color:#fff;font-size:clamp(.6875rem,.91vw,.875rem);padding:20px 10px;margin-top:20px}@media screen and (max-width: 1024px){.app-content-wrap .app-info{width:100%;max-width:500px;padding:15px 15px 15px 20px;margin:20px auto}}.app-content-wrap .app-info dl{display:flex;align-items:center;margin-bottom:10px;width:100%}.app-content-wrap .app-info .last-dl{margin-bottom:0}.app-content-wrap .app-info dt{font-weight:550;width:30%;text-align:left;vertical-align:middle;margin-left:10px}@media screen and (max-width: 767px){.app-content-wrap .app-info dt{margin-left:0;width:25%}}.app-content-wrap .app-info dd{width:70%;margin-left:10px;text-align:left;line-height:1.4;vertical-align:middle}@media screen and (max-width: 1024px){.app-content-wrap .app-info dd{margin-left:30px}}@media screen and (max-width: 767px){.app-content-wrap .app-info dd{margin-left:10px;width:75%}}.app-content-wrap .app-info .app-menu-wrap-sp{display:none;text-align:left;margin:20px 0 0 10px}@media screen and (max-width: 1024px){.app-content-wrap .app-info .app-menu-wrap-sp{display:block}}@media screen and (max-width: 767px){.app-content-wrap .app-info .app-menu-wrap-sp{margin-left:0}}.app-content-wrap .app-info .app-menu-wrap-sp .app-menu-list{margin-bottom:15px}.app-content-wrap .app-info .app-menu-wrap-sp .app-menu-list:last-child{margin-bottom:0}.app-content-wrap .app-info .app-menu-wrap-sp .app-menu-list a{color:#fff;font-weight:500;line-height:1.7;border-bottom:1px solid #fff;transition:1s}.app-content-wrap .app-info .app-menu-wrap-sp .app-menu-list a:hover{transition:1s;opacity:.7}.store-link-wrap{width:40%;margin-left:20px}@media screen and (max-width: 1024px){.store-link-wrap{display:flex;justify-content:center;width:100%;margin:20px auto 10px;text-align:center}}.store-link-wrap .store-apple{max-width:220px;margin-bottom:10px;line-height:1px;transition:all .5s;cursor:pointer}.store-link-wrap .store-apple:hover{transform:scale(.96)}@media screen and (max-width: 1024px){.store-link-wrap .store-apple{display:inline-block;margin-right:10px;margin-bottom:0}}.store-link-wrap .store-apple .store-apple-img{vertical-align:bottom;object-fit:contain}.store-link-wrap .store-google{max-width:270px;line-height:1px;transition:all .5s;cursor:pointer}.store-link-wrap .store-google:hover{transform:scale(.96)}@media screen and (max-width: 1024px){.store-link-wrap .store-google{display:inline-block}}.store-link-wrap .store-google .store-google-img{vertical-align:bottom;object-fit:contain}.store-link-wrap .app-menu-wrap{border-radius:4px;margin-top:20px;padding:20px;max-width:350px}@media screen and (max-width: 1024px){.store-link-wrap .app-menu-wrap{display:none}}.store-link-wrap .app-menu-wrap .app-menu-list{margin-bottom:15px}.store-link-wrap .app-menu-wrap .app-menu-list:last-child{margin-bottom:0}.store-link-wrap .app-menu-wrap .app-menu-list a{color:#fff;font-weight:500;font-size:.85rem;border-bottom:1px solid #fff;transition:1s}.store-link-wrap .app-menu-wrap .app-menu-list a:hover{transition:1s;opacity:.7}.en_store-link-wrap_pc{width:40%;margin-left:20px}@media screen and (max-width: 1024px){.en_store-link-wrap_pc{display:none}}.en_store-link-wrap_pc .store-apple{max-width:220px;margin-bottom:15px;line-height:1px;transition:all .5s;cursor:pointer}.en_store-link-wrap_pc .store-apple:hover{transform:scale(.96)}.en_store-link-wrap_pc .store-apple .store-apple-img{vertical-align:bottom;object-fit:contain}.en_store-link-wrap_pc .store-google{max-width:250px;line-height:1px;transition:all .5s;cursor:pointer}.en_store-link-wrap_pc .store-google:hover{transform:scale(.96)}.en_store-link-wrap_pc .store-google .store-google-img{vertical-align:bottom;object-fit:contain}.en_store-link-wrap_sp{display:none}@media screen and (max-width: 1024px){.en_store-link-wrap_sp{display:block;display:flex;gap:10px;width:100%;max-width:500px;margin:10px auto;text-align:center}}.en_store-link-wrap_sp .store-apple{line-height:1px;transition:all .5s;cursor:pointer}.en_store-link-wrap_sp .store-apple:hover{transform:scale(.96)}.en_store-link-wrap_sp .store-apple .store-apple-img{vertical-align:bottom;object-fit:contain}.en_store-link-wrap_sp .store-google{line-height:1px;transition:all .5s;cursor:pointer}.en_store-link-wrap_sp .store-google:hover{transform:scale(.96)}.en_store-link-wrap_sp .store-google .store-google-img{vertical-align:bottom;object-fit:contain}.app-notes{width:100%;color:#fff;font-size:.625rem;text-align:center;margin:10px auto 0;padding:15px}@media screen and (max-width: 767px){.app-notes{margin:0 auto;text-align:left}}.app-notes p{margin-bottom:3px}.app-sns-link{display:flex;justify-content:center;align-items:center}.app-sns-link .app-sns-text{color:#fff;font-weight:550;font-size:clamp(1rem,1.17vw,1.125rem);letter-spacing:.2rem}.app-sns-link .sns-icon{margin-left:20px;width:32px}@media screen and (max-width: 1024px){.app-sns-link .sns-icon{width:48px}}.store-link{display:block}.about{max-width:1200px;margin:70px auto}.about .about-text-wrap{margin-bottom:60px;padding:0 40px}@media screen and (max-width: 767px){.about .about-text-wrap{padding:0 20px}}.about .about-text-title{font-size:clamp(1.125rem,2.08vw,2rem);font-weight:700;border-bottom:solid 4px #DF4661;padding-bottom:20px;margin-bottom:30px}.about p{font-size:clamp(.875rem,1.04vw,1rem);padding:0 10px;margin-bottom:20px}@media screen and (max-width: 767px){.about p{padding:0}}.about .asterisk-text-wrap{padding:0 10px}@media screen and (max-width: 767px){.about .asterisk-text-wrap{padding:0}}.about .asterisk-text-wrap .asterisk-text{padding-left:1em;text-indent:-1em;margin-bottom:0}.about .about-detailed-wrap{background:#e7e7e766;padding:30px 20px;margin:40px auto}@media screen and (max-width: 767px){.about .about-detailed-wrap{padding:20px 10px}}.about .about-detailed-wrap h4{font-size:clamp(1rem,1.17vw,1.125rem);font-weight:700;line-height:1.4;padding:.1em .3em;border-left:solid 5px #DF4661;margin-bottom:20px}.about .about-detailed-wrap .site-link-wrap{margin:20px auto}.about .about-detailed-wrap .site-xsolla-link-area{padding:0 10px;margin-bottom:10px;transition:1s}@media screen and (max-width: 767px){.about .about-detailed-wrap .site-xsolla-link-area{padding:0}}.about .about-detailed-wrap .site-xsolla-link{font-size:clamp(.875rem,1.04vw,1rem);color:#1a1a1a;font-weight:700;text-decoration:underline;transition:1s}@media (hover: hover){.about .about-detailed-wrap .site-xsolla-link:hover{transition:1s;opacity:.7}}.about .about-detailed-wrap .site-link{display:inline-block;padding:0;margin-bottom:0}.about .about-detailed-wrap .bnid-method{font-weight:700;margin-bottom:20px}.about .about-detailed-wrap .bnid-method:last-child{margin-bottom:0}.about .about-detailed-wrap .bnid-method p{margin-top:3px}.about .about-detailed-wrap .last-text{margin-bottom:0}.about .about-detailed-wrap .process-title-wrap{max-width:700px;margin:40px auto 20px;background:#fff;text-align:center}@media screen and (max-width: 767px){.about .about-detailed-wrap .process-title-wrap{width:95%}}.about .about-detailed-wrap .process-title-wrap .process-img{max-width:640px;width:100%;margin:20px auto}@media screen and (max-width: 767px){.about .about-detailed-wrap .process-title-wrap .process-img{width:95%}}.about .first-process{margin:0 auto 40px}.about .about-store-link-wrap{display:flex;width:40%}@media screen and (max-width: 1024px){.about .about-store-link-wrap{width:50%}}@media screen and (max-width: 767px){.about .about-store-link-wrap{width:100%}}.about .about-store-link-wrap .store-apple{display:inline-block;line-height:1px;margin-right:15px;transition:all .5s}.about .about-store-link-wrap .store-apple:hover{transform:scale(.96)}@media screen and (max-width: 1024px){.about .about-store-link-wrap .store-apple{margin-right:10px}}.about .about-store-link-wrap .store-apple .store-apple-img{object-fit:contain}.about .about-store-link-wrap .store-google{display:inline-block;line-height:1px;transition:all .5s}.about .about-store-link-wrap .store-google:hover{transform:scale(.96)}.about .about-store-link-wrap .store-google .store-google-img{vertical-align:bottom;object-fit:contain}.about dl{margin-bottom:30px}.about dl:last-child{margin-bottom:0}.about dl dt{font-size:clamp(1rem,1.17vw,1.125rem);font-weight:700;margin-bottom:3px}.about dl dd{font-size:clamp(.875rem,1.04vw,1rem);line-height:1.4;font-weight:500}.about dl a{color:#1a1a1a;font-weight:500;text-decoration:underline;transition:1s}@media (hover: hover){.about dl a:hover{transition:1s;opacity:.7}}.about .content-text-wrap{margin:30px auto}.about .content-text{font-size:clamp(.875rem,1.04vw,1rem);margin-bottom:20px;padding:0}.about .content-text-right{text-align:right}.about .bnid-link{padding-top:180px;margin-top:-180px}.about .teams-first-text{font-size:clamp(.875rem,1.04vw,1rem);padding:0;margin-bottom:40px}@media screen and (max-width: 1024px){.about .teams-first-text{margin-bottom:20px}}.about .teams-content{margin:30px auto}.about .teams-content h3{font-size:clamp(1rem,1.17vw,1.125rem);font-weight:700;border-bottom:solid 2px #DF4661;padding-bottom:10px;margin-bottom:20px}.about .teams-content ul{padding:5px 10px}.about .teams-content ul li{font-size:clamp(.875rem,1.04vw,1rem);line-height:1.4;font-weight:500;padding-left:2.5em;text-indent:-2.5em;margin-bottom:15px}.about .teams-content ul li:last-child{margin-bottom:0}.about .teams-content ul .two-digit{padding-left:3em;text-indent:-3em}.about .teams-content .teams-sub-content{padding:10px 0}.about .teams-content .teams-sub-content li{padding-left:1em;text-indent:-1em}.about .teams-content .teams-sub-content li ul li{list-style-type:none;padding-left:.5em;text-indent:-.6em}.about .teams-content .teams-sub-content li ul li:first-child{margin-top:10px}.about .teams-content a{color:#1a1a1a;font-weight:500;text-decoration:underline;transition:1s}@media (hover: hover){.about .teams-content a:hover{transition:1s;opacity:.7}}.about .content-text-right-wrap{margin-top:80px}.breadcrumb-list{width:100%;background:#f5f5f5}.breadcrumb-list ul{max-width:1200px;width:90%;margin:auto;display:flex;padding:12px 0;overflow-x:auto}.breadcrumb-list ul li{font-size:clamp(.75rem,.91vw,.875rem);font-weight:500;flex-shrink:0}.breadcrumb-list ul li:after{content:">";padding:0 .6em;color:gray}.breadcrumb-list ul li:last-child:after{content:""}.breadcrumb-list ul li a{font-weight:500;color:#1a1a1a;text-decoration:underline;transition:1s}.breadcrumb-list ul li a:hover{transition:1s;opacity:.7}.news{max-width:1200px;margin:50px auto;width:90%}.news h4{font-size:clamp(1.25rem,2.08vw,2rem);font-weight:700;border-left:solid 5px #DF4661;padding:.3em .4em;line-height:1.2}.news .news-subtitle{font-size:1rem;margin:30px auto}.news .news-content-wrap{max-width:1200px;margin:40px auto 120px;padding:80px;border-radius:10px;background:#fff;box-shadow:0 0 10px #00000026}@media screen and (max-width: 1024px){.news .news-content-wrap{padding:60px 40px}}@media screen and (max-width: 767px){.news .news-content-wrap{padding:20px 20px 40px;margin:40px auto 60px}}.news .news-content-wrap ul .news-list-wrap{margin:30px auto;padding-bottom:30px;border-bottom:1px solid #D9D9D9}@media screen and (max-width: 1024px){.news .news-content-wrap ul .news-list-wrap{padding-bottom:25px}}.news .news-content-wrap ul .news-list-sub-wrap{display:flex;align-items:center}@media screen and (max-width: 1024px){.news .news-content-wrap ul .news-list-sub-wrap{margin-bottom:15px}}@media screen and (max-width: 767px){.news .news-content-wrap ul .news-list-sub-wrap{display:block}}.news .news-content-wrap .news-date{font-size:clamp(.875rem,1.04vw,1rem);margin-right:15px}@media screen and (max-width: 767px){.news .news-content-wrap .news-date{margin-bottom:3px}}.news .news-content-wrap .news-category-pink{display:inline-block;border-radius:4px;color:#fff;font-size:.75rem;padding:4px 8px;text-align:center;background:#df4661}.news .news-content-wrap .news-category-gray{display:inline-block;border-radius:4px;color:#fff;font-size:.75rem;padding:4px 8px;text-align:center;background:#9f9f9f}.news .news-content-wrap .news-category-blue{display:inline-block;border-radius:4px;color:#fff;font-size:.75rem;padding:4px 8px;text-align:center;background:#0069b1}.news .news-content-wrap .news-category-green{display:inline-block;border-radius:4px;color:#fff;font-size:.75rem;padding:4px 8px;text-align:center;background:#00b0b9}.news .news-content-wrap .news-title{margin-top:20px;line-height:1.4}@media screen and (max-width: 1024px){.news .news-content-wrap .news-title{margin-left:0;width:100%}}.news .news-content-wrap .news-title a{transition:1s;color:#1a1a1a;font-weight:500}@media (hover: hover){.news .news-content-wrap .news-title a:hover{transition:1s;opacity:.7}}.news .news-detail .news-date{margin:10px 0}.news .news-detail .news-title{font-size:clamp(1.125rem,1.43vw,1.375rem);font-weight:700;margin-bottom:20px;margin-left:0;line-height:1.4;padding-bottom:20px;border-bottom:1px solid #D9D9D9;width:100%}@media screen and (max-width: 767px){.news .news-detail .news-title{padding-bottom:15px}}.news .news-detail .news-text p{font-size:clamp(.875rem,1.04vw,1rem);line-height:1.6}.news .list-back{width:130px}.more-btn{font-size:1rem;width:150px;border-radius:30px;background:#df4661;text-align:center;margin:50px auto 0;box-shadow:0 4px 4px #0003;transition:all .5s;display:none}@media (hover: hover){.more-btn:hover{transform:scale(.96)}}.more-btn a{color:#fff;display:block;font-weight:500;padding:12px 20px}.top-news{width:100%;background:#505050}.top-news a{transition:1s}@media (hover: hover){.top-news a:hover{transition:1s;opacity:.7}}.top-news .top-news-wrap{font-size:clamp(.75rem,.91vw,.875rem);max-width:1000px;display:flex;justify-content:center;align-items:center;padding:10px;color:#fff;margin:0 auto}@media screen and (max-width: 767px){.top-news .top-news-wrap{padding:10px 5px}}.top-news .top-news-date-wrap{display:flex;align-items:center;margin-right:10px}@media screen and (max-width: 767px){.top-news .top-news-date-wrap{margin-right:5px}}.top-news .top-news-date-wrap img{margin-right:10px}@media screen and (max-width: 767px){.top-news .top-news-date-wrap img{margin-right:5px}}@media screen and (max-width: 767px){.top-news .top-news-date-wrap img{width:18%}}.top-news .top-news-date{font-weight:700;font-size:clamp(.625rem,.78vw,.75rem)}.top-news .top-news-category{padding:4px 8px;border-radius:4px;color:#fff;background:#ff5151;margin-right:10px;font-weight:700;font-size:clamp(.625rem,.85vw,.8125rem)}@media screen and (max-width: 767px){.top-news .top-news-category{margin-right:5px;padding:2px 8px}}.top-news .top-news-title{font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:60%}@media screen and (max-width: 767px){.top-news .top-news-title{max-width:40%}}.no-display{display:none}.region{max-width:1200px;margin:70px auto}@media screen and (max-width: 767px){.region{margin:40px auto}}.region .region-wrap{max-width:900px;margin:0 auto;padding:60px 20px;text-align:center;border-radius:10px;background:#fff;box-shadow:0 0 15px #00000026}@media screen and (max-width: 1024px){.region .region-wrap{width:90%}}@media screen and (max-width: 767px){.region .region-wrap{padding:20px;box-shadow:none}}.region .region-wrap h2{font-size:clamp(1.25rem,1.56vw,1.5rem);font-weight:700}.region .region-wrap .title-border{margin:0 auto;position:relative;max-width:520px;width:100%;padding-bottom:15px;border-bottom:3px solid #D9D9D9}.region .region-wrap .title-border:after{content:"";position:absolute;top:100%;left:0%;width:30%;border-bottom:3px solid #DF4661}.region .region-wrap .project-wrap{margin:50px auto;max-width:180px}@media screen and (max-width: 767px){.region .region-wrap .project-wrap{max-width:150px}}.region .region-wrap .project-wrap img{border-radius:10px}.region .region-wrap .project-wrap p{font-size:clamp(.875rem,1.04vw,1rem);font-weight:700;margin-top:10px}.region .region-wrap ul li{margin:0 auto 20px}.region .region-wrap ul li:last-child{margin-bottom:0}.region .region-wrap ul li a{display:block;margin:auto;font-size:clamp(.875rem,1.04vw,1rem);font-weight:700;max-width:330px;border-radius:4px;color:#1a1a1a;background:#f3f3f3;padding:20px 40px;box-shadow:0 4px 4px #0003;transition:.7s}.region .region-wrap ul li a:hover{color:#fff;background:#df4661;transition:.7s}.layer{background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:100%;height:100%;position:fixed;top:0;left:0;z-index:-1;opacity:0;visibility:hidden}.layer .is-open,.layer.is-open{z-index:999;opacity:1;visibility:visible}.promo-modal{width:60%;max-width:550px;border-radius:10px;border:none;text-align:center;position:relative;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);padding:50px 0 20px;transition:opacity .5s ease-out;opacity:0;visibility:hidden}@media screen and (max-width: 767px){.promo-modal{width:90%}}.promo-modal .complete-icon{margin:20px auto}.promo-modal .promotion-code{width:100%;max-width:300px;margin:0 auto 20px;font-size:1rem;font-weight:400;padding:.75em 1em;border-radius:4px;border:1px solid rgba(179,179,179,.6);background:#efefef}@media screen and (max-width: 767px){.promo-modal .promotion-code{width:90%}}.promo-modal .cancel-btn{display:block;background:#df4661;border-radius:24px;font-size:1rem;font-weight:500;font-family:Noto Sans JP;color:#fff;max-width:300px;width:90%;border:none;padding:10px;margin:0 auto;cursor:pointer;transition:all .5s;box-shadow:0 4px 4px #0003;background:#fff8e6;border:2px solid #F6B700;color:#f6b700}.promo-modal .cancel-btn:hover{transform:scale(.96)}.error-modal{width:60%;max-width:550px;border-radius:10px;border:none;text-align:center;position:relative;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);padding:50px 0 20px;transition:opacity .5s ease-out;opacity:0;visibility:hidden}@media screen and (max-width: 767px){.error-modal{width:90%}}.modal-title{font-size:1.25rem;font-weight:700;margin:10px auto 20px}.modal-text{font-size:1rem;margin-bottom:20px}.modal-subtext{font-size:.875rem;margin-bottom:15px}.modal-box{width:100%;max-height:calc(100 * var(--vh, 1vh) - 70px);border-radius:10px;padding:40px 30px;background:#fff;box-shadow:0 0 10px #0003;border:none;text-align:center;transition:opacity .5s ease-out;top:50%;left:50%;overflow-y:auto}@media screen and (max-width: 767px){.modal-box{padding:30px 10px}}.close-btn{position:absolute;top:10px;right:0%;border:none;border-radius:32px;background:#fff;box-shadow:0 0 10px #0003;cursor:pointer;padding:15px}.close-btn:focus{outline:none}.close-btn:before,.close-btn:after{content:"";position:absolute;top:50%;left:50%;width:3px;height:15px;background:#727272}.close-btn:before{transform:translate(-50%,-50%) rotate(45deg)}.close-btn:after{transform:translate(-50%,-50%) rotate(-45deg)}.payment-modal{width:60%;max-width:650px;border-radius:10px;padding:50px 0 20px;border:none;text-align:center;position:fixed;transition:opacity .5s ease-out;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;visibility:hidden}@media screen and (max-width: 767px){.payment-modal{width:90%}}.payment-modal .modal-item-title{font-size:1.125rem;padding-bottom:7px;margin-bottom:7px;border-bottom:1px solid #727272;line-height:1.5}.payment-modal .modal-item-description{font-size:.875rem;color:#525252;margin:7px auto 10px}.payment-modal .text-link{font-weight:550;color:#df4661;text-decoration:underline;transition:1s}@media (hover: hover){.payment-modal .text-link:hover{transition:1s;opacity:.7}}.payment-modal .payment-subtext{text-align:left;padding:0 40px;margin:20px auto 30px;font-size:.875rem;line-height:1.4;font-weight:500}@media screen and (max-width: 767px){.payment-modal .payment-subtext{padding:0 20px}}.payment-modal .modal-link-wrap{display:flex;justify-content:center;text-align:center;margin:20px auto 0}@media screen and (max-width: 1024px){.payment-modal .modal-link-wrap{display:block}}.payment-modal .modal-link-wrap .modal-link{color:#1a1a1a}.payment-modal .modal-link-wrap .fund-link{margin-right:20px}@media screen and (max-width: 1024px){.payment-modal .modal-link-wrap .fund-link{margin-right:0;margin-bottom:5px}}.payment-modal .modal-item-area{display:flex;justify-content:center;margin:40px auto;width:100%}@media screen and (max-width: 767px){.payment-modal .modal-item-area{display:block}}.payment-modal .modal-item-img-area{position:relative;width:40%;height:200px;margin-right:20px;overflow:hidden}@media screen and (max-width: 767px){.payment-modal .modal-item-img-area{width:100%;max-width:250px;max-height:170px;margin:0 auto}}.payment-modal .modal-item-img-area img{position:absolute;top:50%;left:50%;transform:translateY(-50%) translate(-50%);margin:auto;max-width:200px;width:90%;padding:5px}@media screen and (max-width: 767px){.payment-modal .modal-item-img-area img{width:70%}}.payment-modal .modal-text-area{width:40%;text-align:left}@media screen and (max-width: 767px){.payment-modal .modal-text-area{width:80%;margin:10px auto}}.payment-modal .confirm-payment{display:block;background:#df4661;border-radius:24px;font-size:1rem;font-weight:500;font-family:Noto Sans JP;color:#fff;max-width:300px;width:90%;border:none;padding:10px;margin:0 auto;cursor:pointer;transition:all .5s;box-shadow:0 4px 4px #0003}.payment-modal .confirm-payment:hover{transform:scale(.96)}.payment-modal .free-item{background:#2b89d4}.free-modal-title{font-size:clamp(1.125rem,4.13vw,1.25rem);font-weight:700;margin-bottom:20px}@media screen and (max-width: 767px){.free-modal-title{margin-bottom:15px;text-wrap:pretty}}.free-modal-item-area{width:100%;margin:40px auto 0}.free-modal-item-img-area{position:relative;height:200px}@media screen and (max-width: 767px){.free-modal-item-img-area{width:100%;max-width:250px;max-height:170px;margin:0 auto}}.free-modal-item-img-area img{position:absolute;top:50%;left:50%;transform:translateY(-50%) translate(-50%);margin:auto;max-width:200px;width:90%;padding:5px}@media screen and (max-width: 767px){.free-modal-item-img-area img{width:70%}}.free-modal-text-area{width:50%;text-align:left;margin:20px auto}@media screen and (max-width: 1024px){.free-modal-text-area{width:70%;max-width:450px;margin:10px auto}}.free-modal-item-title{font-size:1rem;font-weight:500;line-height:1.25;color:#1a1a1a;text-align:center}.free-item-subtext{font-size:clamp(.875rem,1.04vw,1rem);margin:20px auto}@media screen and (max-width: 767px){.free-item-subtext{max-width:450px;width:70%;text-align:left}}.top-user-info-modal-box{width:100%;max-height:calc(100vh - 70px);border-radius:10px;padding:40px 30px;background:#e7e7e7;box-shadow:0 0 10px #0003;border:none;text-align:center;transition:opacity .5s ease-out;top:50%;left:50%;overflow-y:auto}@media screen and (max-width: 767px){.top-user-info-modal-box{padding:30px 10px}}.top-user-info-modal{width:60%;max-width:550px;border-radius:10px;padding:50px 0 20px;border:none;text-align:center;position:fixed;transition:opacity .5s ease-out;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;visibility:hidden}@media screen and (max-width: 767px){.top-user-info-modal{width:90%}}.top-user-info-modal .user-info-wrap{max-width:400px;background:#fff;border-radius:5px;padding:5px 20px 5px 10px;margin:10px auto}.caution-modal-box{width:100%;max-height:calc(100vh - 70px);border-radius:10px;padding:20px 30px 20px 40px;background:#fff8e6;text-align:left;border:2px solid var(--BN, #F6B700);box-shadow:0 0 10px #0003;transition:opacity .5s ease-out;overflow-y:auto}@media screen and (max-width: 767px){.caution-modal-box{padding:20px 30px 20px 35px}}.caution-modal{width:60%;max-width:700px;border-radius:10px;padding:50px 0 20px;border:none;text-align:center;position:fixed;transition:opacity .5s ease-out;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;visibility:hidden}@media screen and (max-width: 767px){.caution-modal{width:90%}}.hidden{display:none}.modal-top-btn{padding:10px 12px}.promo-complete .modal-top-btn,.coupon-complete .modal-top-btn,.cancel-promo-complete .modal-top-btn{max-width:200px;width:100%;line-height:100%;display:inline-flex;justify-content:center;align-items:center}.promo-complete{margin-bottom:20px}.coupon-complete .promo-item-link{display:block;width:86%;margin:30px auto;border-radius:5px;cursor:pointer;transition:all .5s;box-shadow:0 4px 4px #0003}.coupon-complete .promo-item-link:hover{transform:scale(.96)}.coupon-complete .promo-item-link .app-mv-img{border-radius:5px;margin-top:0}@media screen and (max-width: 767px){.coupon-complete .promo-item-link{width:94%;margin:25px auto}}.cancel-promo-complete .modal-text{margin-bottom:30px}@media screen and (max-width: 767px){.cancel-promo-complete .modal-text{margin-bottom:20px}}.cancel-promo-complete .cancel-promo-complete-btn-wrap{display:flex;flex-direction:column;align-items:center}.cancel-promo-complete .cancel-promo-complete-btn-wrap button:first-of-type{margin-bottom:15px;height:50px;border:2px solid transparent}.cancel-promo-complete .cancel-promo-complete-btn-wrap button:last-of-type{border:2px solid #0069B1;color:#0069b1;height:50px;background-color:#fff}.cancel-promo-complete .cancel-promo-complete-btn-wrap button:last-of-type .loader{border-color:#0069b1;border-bottom-color:#fff}.after-payment-modal-bg{background-color:#fff;border-radius:10px}.after-payment-modal-box{width:100%;max-height:calc(100 * var(--vh, 1vh) - 70px);border-radius:10px;padding:45px 0 50px;background:url(/build/assets/introduction01-NJKMRWyU.png) no-repeat -3% 6%,url(/build/assets/introduction02-C0SNWZsy.png) no-repeat 109% -36%,url(/build/assets/introduction03-5t5v8g4B.png) no-repeat -48% 100%,url(/build/assets/introduction04-D2F-mgj1.png) no-repeat 88% 152%,url(/build/assets/introduction05-DzYbuuJs.png) no-repeat 100% 135%,url(/build/assets/introduction06-DhVURWsu.png) no-repeat 102% 10%,url(/build/assets/introduction07-CKb-Xq1E.png) no-repeat 25% 18%,url(/build/assets/introduction09-BxAXmqNT.png) no-repeat 87% 67%,url(/build/assets/introduction10-f2-Ttm0b.png) no-repeat 15% 16%,linear-gradient(150deg,#f6b70040,#ff5e7b40);background-size:12%,24%,60%,39%,29%,9%,8%,4%,3%;box-shadow:0 0 10px #0003;border:none;text-align:center;transition:opacity .5s ease-out;top:50%;left:50%;overflow-y:auto}@media screen and (max-width: 767px){.after-payment-modal-box{padding:36px 0 44px;background:url(/build/assets/introduction01-NJKMRWyU.png) no-repeat -2% -2%,url(/build/assets/introduction02-C0SNWZsy.png) no-repeat 97% -1%,url(/build/assets/introduction03-5t5v8g4B.png) no-repeat -18% 100%,url(/build/assets/introduction04-D2F-mgj1.png) no-repeat 88% 153%,url(/build/assets/introduction05-DzYbuuJs.png) no-repeat 100% 135%,url(/build/assets/introduction06-DhVURWsu.png) no-repeat 108% 21%,url(/build/assets/introduction07-CKb-Xq1E.png) no-repeat -28% 25%,url(/build/assets/introduction09-BxAXmqNT.png) no-repeat 107% 86%,url(/build/assets/introduction10-f2-Ttm0b.png) no-repeat 15% 16%,linear-gradient(150deg,#f6b70040,#ff5e7b40);background-size:25%,24%,60%,29%,15%,30%,10%,3%}}.after-payment-modal-box-container{width:80%;margin-inline:auto;background:#ffffffd9;position:relative;border-radius:10px;padding:40px 10px 30px}@media screen and (max-width: 1024px){.after-payment-modal-box-container{width:90%}}@media screen and (max-width: 767px){.after-payment-modal-box-container{width:95%;padding:20px 10px}}.after-payment-modal-box-container:before{position:absolute;content:"";background:#fff;top:0;left:0}.after-payment-modal-box-container img{width:86%;border-radius:10px}@media screen and (max-width: 767px){.after-payment-modal-box-container img{width:94%}}.after-payment-modal-box-container p{color:#282828;font-size:clamp(1rem,2.88vw,1.563rem);font-weight:700;line-height:1.2;margin:20px auto}.modal-caution-area{width:86%;border-radius:10px;border:2px solid var(--BN, #F6B700);background:#f6b7001a;padding:15px 20px;margin:20px auto}@media screen and (max-width: 767px){.modal-caution-area{width:94%;padding:10px 20px}}.modal-caution-wrap .modal-caution-text{position:relative;font-size:.75rem;font-weight:700;line-height:1.7;text-align:left;padding-left:1em}.modal-caution-wrap .modal-caution-text:before{position:absolute;content:"●";top:1em;left:0;font-size:50%;color:#f6b700}@media screen and (max-width: 767px){.main-contents-wrap{padding:15px 0}.has-bg{width:95%;margin:20px auto 10px;border-radius:10px;background:#fffc;box-shadow:0 0 20px #00000026}}.promo-box{width:100%;margin:50px auto 80px;text-align:center}@media screen and (max-width: 767px){.promo-box{margin:20px auto 40px;padding:0 10px}}.promo-title{font-size:clamp(1.25rem,2.08vw,2rem);font-weight:700;color:#282828;position:relative;margin-bottom:60px;display:inline-block}@media screen and (max-width: 767px){.promo-title{margin-bottom:50px}}.promo-title:after{position:absolute;content:"";background-color:#df4661;width:120%;height:3px;bottom:-20px;left:50%;transform:translate(-50%)}@media screen and (max-width: 767px){.promo-title:after{bottom:-23px}}.promo-subtext{font-size:clamp(.875rem,1.56vw,1.5rem);margin:0 auto 40px}@media screen and (max-width: 767px){.promo-subtext{margin:0 auto 30px}}.promo-login-btn{background-color:transparent;border:none;cursor:pointer;outline:none;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:min(90%,300px)}.promo-login-btn a{display:block;background:#df4661;font-size:1rem;font-weight:500;font-family:Noto Sans JP;color:#fff;max-width:300px;width:90%;border:none;margin:0 auto;cursor:pointer;transition:all .5s;box-shadow:0 4px 4px #0003;padding:14px 10px;border-radius:30px;font-weight:700;width:100%;align-content:center}.promo-login-btn a:hover{transform:scale(.96)}@media screen and (max-width: 767px){.promo-caution-area{margin-bottom:10px}}.promotion-code{width:100%;max-width:400px;margin:0 auto 30px;font-size:1rem;font-weight:400;padding:.75em 1em;border-radius:4px;border:1px solid rgba(179,179,179,.6);background:#efefef}@media screen and (max-width: 767px){.promotion-code{width:90%}}.promo-code-cancel{margin-top:20px}@media screen and (max-width: 767px){.promo-code-cancel{margin-top:15px}}.cancel-btn{display:block;background:#df4661;border-radius:24px;font-size:1rem;font-weight:500;font-family:Noto Sans JP;color:#fff;max-width:300px;width:90%;border:none;padding:10px;margin:0 auto;cursor:pointer;transition:all .5s;box-shadow:0 4px 4px #0003;background:#fff8e6;border:2px solid #F6B700;color:#f6b700}.cancel-btn:hover{transform:scale(.96)}.promo-code-error{margin:0 auto 20px}
