@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;border-radius:10px;border:2px solid var(--BN, #F6B700);background:#f6b7001a;padding:20px 30px 20px 40px;margin:40px auto}@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}.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}.user-info{display:flex;align-items:center}.user-info:last-child{margin-top:10px}.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%}}.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}.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:#f3f3f380}.black-theme .caution-modal-box{border:2px solid rgba(134,134,134,.6);background:#f2f2f2}.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)}.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:#4cb6ff1a}.blue-theme .caution-modal-box{border:2px solid var(--BN, #0069B1);background:#eef8ff}.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)}.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:#ff7e951a}.pink-theme .caution-modal-box{border:2px solid var(--BN, #DF4661);background:#fff3f5}.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}.title-top-inner{max-width:1200px;margin-inline:auto}.top-contents-wrap{max-width:1200px;margin:30px auto 0;width:95%}@media screen and (max-width: 767px){.top-contents-wrap{width:100%;margin:0 auto}}.app-mv-img{width:100%;display:block;border-radius:20px}@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 30px;margin-top:10px;border-radius:10px;background:#d9d9d933}@media screen and (max-width: 1024px){.top-contents{padding:10px 20px}}@media screen and (max-width: 767px){.top-contents{display:block;background: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;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}}.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;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}}.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}.about-btn{margin:auto;max-width:700px;width:100%;padding:30px 40px;color:#0069b1;background-color:#fff;font-size:clamp(.875rem,1.43vw,1.375rem);font-weight:700;border-radius:90px;border:5px solid #0069B1;display:flex;justify-content:center;align-items:center;transition:all .5s;box-shadow:0 4px 4px #0003}@media screen and (max-width: 1024px){.about-btn{max-width:500px;font-size:1rem}}@media screen and (max-width: 767px){.about-btn{max-width:300px;font-size:.875rem;padding:10px 20px;border:4px solid #0069B1}}.about-btn-icon{width:21px;height:21px;margin-left:10px;position:relative;background-size:contain}.about-btn-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}.about-btn-icon.arrow:before{background-image:url(/build/assets/about-btn-arrow-Da04aku3.svg)}.about-btn-icon-text{min-width:0}.about-btn:hover{transform:scale(.96)}.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}}.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}}.promotion-input-pc{max-width:300px;border-radius:32px;color:#fff;background:#f6b700;font-size:1rem;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;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}.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%;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;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:linear-gradient(254deg,#ff5e7b2e 1.01%,#f6b7002e 99.59%)}.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}.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-content{display:flex;flex: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: 767px){.item .pickup-wrap .item-list .item-img-area img{max-width:170px}}.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}.promo-error-common{display:none;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}.header-utility-login-btn{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;transition:1s;margin-right:20px}.header-utility-login-btn:hover{transition:1s;opacity:.7}.header-utility-pc{display:flex;align-items:center}@media screen and (max-width: 767px){.header-utility-pc{display:none}}.header-utility-pc .header-utility-login-ic{width:20px}.header-utility-pc .header-utility-login-txt{padding:0 10px;font-size:13px;font-weight:700;line-height:1;color:#fff;white-space:nowrap}.header-utility-sp{display:none}@media screen and (max-width: 767px){.header-utility-sp{display:block;text-align:center}}.header-utility-sp .header-utility-login-ic{max-width:20px}.header-utility-sp .header-utility-login-txt{display:block;padding-top:5%;font-size:10px;font-weight:700;line-height:1;color:#fff}.header-right{display:flex}.app-title-wrap{display:grid;grid-template-columns:repeat(auto-fit,16%);row-gap:20px;column-gap:4%;max-width:1000px;margin:60px auto}@media screen and (max-width: 1024px){.app-title-wrap{margin:40px auto;grid-template-columns:repeat(auto-fit,22%);column-gap:4%;width:80%}}@media screen and (max-width: 767px){.app-title-wrap{grid-template-columns:repeat(auto-fit,31.333%);column-gap:3%;width:92%}}@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}}.main-about-btn{margin:auto;max-width:700px;padding:30px 40px;color:#0069b1;background-color:#fff;font-size:clamp(.875rem,1.43vw,1.375rem);font-weight:700;border-radius:90px;border:5px solid #0069B1;display:flex;justify-content:center;align-items:center;transition:all .5s;box-shadow:0 4px 4px #0003}@media screen and (max-width: 1024px){.main-about-btn{max-width:500px;font-size:1rem}}@media screen and (max-width: 767px){.main-about-btn{max-width:300px;font-size:.875rem;padding:10px 20px;border:4px solid #0069B1;margin-top:60px}}.main-about-btn:hover{transform:scale(.96)}.error{margin:30px auto;display:flex;width:64.5rem;padding:3rem;flex-direction:column;align-items:center;gap:2.5rem;flex-shrink:0;background:#002e4ecc;background-blend-mode:overlay,multiply}@media screen and (max-width: 1024px){.error{width:90%;padding:2rem}}.error .error-title{font-size:clamp(1rem,1.56vw,1.5rem);font-weight:500;color:#fff}.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 .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);color:#fff}.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;color:#fff}.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;color:#fff}.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}@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}}.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}.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{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}}.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;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;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{height:100%;object-fit:contain}.store-link-wrap .store-google{max-width:270px;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{height:100%;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;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{height:100%;object-fit:contain}.en_store-link-wrap_pc .store-google{max-width:270px;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{height:100%;object-fit:contain}.en_store-link-wrap_pc .app-menu-wrap{border-radius:4px;margin-top:20px;padding:20px;max-width:350px}@media screen and (max-width: 1024px){.en_store-link-wrap_pc .app-menu-wrap{display:none}}.en_store-link-wrap_pc .app-menu-wrap .app-menu-list{margin-bottom:15px}.en_store-link-wrap_pc .app-menu-wrap .app-menu-list:last-child{margin-bottom:0}.en_store-link-wrap_pc .app-menu-wrap .app-menu-list a{color:#fff;font-weight:500;font-size:.85rem;border-bottom:1px solid #fff;transition:1s}.en_store-link-wrap_pc .app-menu-wrap .app-menu-list a:hover{transition:1s;opacity:.7}.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{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{height:100%;object-fit:contain}.en_store-link-wrap_sp .store-google{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{height:100%;object-fit:contain}.en_store-link-wrap_sp .app-menu-wrap{border-radius:4px;margin-top:20px;padding:20px;max-width:350px}@media screen and (max-width: 1024px){.en_store-link-wrap_sp .app-menu-wrap{display:none}}.en_store-link-wrap_sp .app-menu-wrap .app-menu-list{margin-bottom:15px}.en_store-link-wrap_sp .app-menu-wrap .app-menu-list:last-child{margin-bottom:0}.en_store-link-wrap_sp .app-menu-wrap .app-menu-list a{color:#fff;font-weight:500;font-size:.85rem;border-bottom:1px solid #fff;transition:1s}.en_store-link-wrap_sp .app-menu-wrap .app-menu-list a:hover{transition:1s;opacity:.7}.app-notes{color:#fff;font-size:.625rem;text-align:center;margin:20px auto 0}@media screen and (max-width: 1024px){.app-notes{margin:0 auto;text-align:left;max-width:500px}}.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}}.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}.about .about-store-link-wrap .store-apple{display:inline-block;height:70px;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}}@media screen and (max-width: 767px){.about .about-store-link-wrap .store-apple{max-height:50px}}.about .about-store-link-wrap .store-apple .store-apple-img{height:100%;object-fit:contain}.about .about-store-link-wrap .store-google{display:inline-block;height:70px;transition:all .5s}.about .about-store-link-wrap .store-google:hover{transform:scale(.96)}@media screen and (max-width: 767px){.about .about-store-link-wrap .store-google{max-height:50px}}.about .about-store-link-wrap .store-google .store-google-img{height:100%;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}.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-content-wrap{max-width:1200px;margin:40px auto;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:40px 20px}}.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{border-radius:4px;color:#fff;font-size:.75rem;padding:4px 8px;text-align:center;background:#df4661}@media screen and (max-width: 767px){.news .news-content-wrap .news-category-pink{display:inline-block}}.news .news-content-wrap .news-category-gray{border-radius:4px;color:#fff;font-size:.75rem;padding:4px 8px;text-align:center;background:#9f9f9f}@media screen and (max-width: 767px){.news .news-content-wrap .news-category-gray{display:inline-block}}.news .news-content-wrap .news-category-blue{border-radius:4px;color:#fff;font-size:.75rem;padding:4px 8px;text-align:center;background:#0069b1}@media screen and (max-width: 767px){.news .news-content-wrap .news-category-blue{display:inline-block}}.news .news-content-wrap .news-category-green{border-radius:4px;color:#fff;font-size:.75rem;padding:4px 8px;text-align:center;background:#00b0b9}@media screen and (max-width: 767px){.news .news-content-wrap .news-category-green{display:inline-block}}.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}.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 .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}.promo-modal .submit-btn:hover{transform:scale(.96)}.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)}.promo-modal .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}.promo-modal .disabled-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(100svh - 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-item-area{margin:40px auto 20px;width:100%}.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-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:6px 12px}.bgCol-gray{background-color:#464646;opacity:.6;width:100vw;height:100vh}#bgCol{position:fixed;display:block;background:url(/build/assets/bg-BGveVdPO.jpg) center center no-repeat;background-size:cover;width:100%;height:100vh;overflow:hidden;z-index:-1;top:0;left:0}#bgCol:before,#bgCol:after{content:"";position:absolute;top:0;left:0;background:url(/build/assets/bg-BGveVdPO.jpg) center center no-repeat;background-size:cover;width:100%;height:100%;z-index:-1;-webkit-animation:bgScale 5s linear infinite;animation:bgScale 5s linear infinite}#bgCol:after{-webkit-animation-delay:2.5s;animation-delay:2.5s}@-webkit-keyframes bgScale{0%{-webkit-transform:scale(1);transform:scale(1);opacity:0}50%{-webkit-transform:scale(1.25);transform:scale(1.25);opacity:1}to{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}@keyframes bgScale{0%{-webkit-transform:scale(1);transform:scale(1);opacity:0}50%{-webkit-transform:scale(1.25);transform:scale(1.25);opacity:1}to{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}}#bgCol span:before,#bgCol span:after{content:"";position:absolute;top:50%;background:url(/build/assets/img_obj_circle-DEVQlnyT.png) center top no-repeat;background-size:cover;aspect-ratio:1/1}#bgCol span:before{-webkit-animation:bgCircle01 20s linear infinite;animation:bgCircle01 20s linear infinite}@-webkit-keyframes bgCircle01{0%{-webkit-transform:rotateZ(0deg);transform:rotate(0)}50%{-webkit-transform:rotateZ(180deg);transform:rotate(180deg)}to{-webkit-transform:rotateZ(360deg);transform:rotate(360deg)}}@keyframes bgCircle01{0%{-webkit-transform:rotateZ(0deg);transform:rotate(0)}50%{-webkit-transform:rotateZ(180deg);transform:rotate(180deg)}to{-webkit-transform:rotateZ(360deg);transform:rotate(360deg)}}#bgCol span:after{-webkit-animation:bgCircle02 20s linear infinite;animation:bgCircle02 20s linear infinite}@-webkit-keyframes bgCircle02{0%{-webkit-transform:rotateZ(0deg);transform:rotate(0)}50%{-webkit-transform:rotateZ(-180deg);transform:rotate(-180deg)}to{-webkit-transform:rotateZ(-360deg);transform:rotate(-360deg)}}@keyframes bgCircle02{0%{-webkit-transform:rotateZ(0deg);transform:rotate(0)}50%{-webkit-transform:rotateZ(-180deg);transform:rotate(-180deg)}to{-webkit-transform:rotateZ(-360deg);transform:rotate(-360deg)}}@media screen and (max-width: 767px){#bgCol span:nth-child(1):before{left:-20vw;width:90vw;margin-top:calc(-45vw - 45vh)}}@media screen and (min-width: 600px){#bgCol span:nth-child(1):before{left:30vw;width:min(40vw,800px);margin-top:calc(-30vw - 37.5vh)}}@media screen and (max-width: 767px){#bgCol span:nth-child(1):after{right:-20vw;width:60vw;margin-top:calc(-30vw - 12.5vh)}}@media screen and (min-width: 600px){#bgCol span:nth-child(1):after{right:-20vw;width:min(40vw,800px);margin-top:calc(-30vw - 15vh)}}@media screen and (max-width: 767px){#bgCol span:nth-child(2):before{left:-20vw;width:60vw;margin-top:calc(-30vw + 12.5vh)}}@media screen and (min-width: 600px){#bgCol span:nth-child(2):before{left:-25vw;width:min(75vw,1500px);margin-top:calc(-30vw + 20vh)}}@media screen and (max-width: 767px){#bgCol span:nth-child(2):after{right:-20vw;width:90vw;margin-top:calc(-45vw + 45vh)}}@media screen and (min-width: 600px){#bgCol span:nth-child(2):after{right:10vw;width:min(30vw,600px);margin-top:calc(-30vw + 55vh)}}header{display:flex;justify-content:space-between;align-items:center;height:7rem;position:relative;z-index:999}.logo{width:10.75rem;display:block;margin-left:5rem}@media screen and (max-width: 767px){.logo{margin-left:1rem}}.header__nav-item-language{display:flex;align-items:center;cursor:pointer;position:relative;margin-right:5rem;padding:.5625rem;border-radius:.3125rem;border:1px solid #FFF;background:#ffffff1a;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}@media screen and (max-width: 767px){.header__nav-item-language{margin-right:1rem}}.header__nav-item-language .language-button{display:flex;align-items:center;color:#fff;transition:1s}@media screen and (max-width: 1024px){.header__nav-item-language .language-button{display:block;text-align:center}}.header__nav-item-language .language-button p{font-weight:700;font-size:1rem}@media screen and (max-width: 1024px){.header__nav-item-language .language-button p{font-size:.5625rem}}.header__nav-item-language .language-button img{margin-right:10px}@media screen and (max-width: 1024px){.header__nav-item-language .language-button img{margin-right:0}}.header__nav-item-language .language-button .header-triangle{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:7px solid #fff;margin:5px 0 0 5px}@media screen and (max-width: 1024px){.header__nav-item-language .language-button .header-triangle{display:none}}.header__nav-item-language .language-button .header-triangle.triangle{transform:rotate(180deg)}@media (hover: hover){.header__nav-item-language .language-button:hover{transition:1s;opacity:.7}}.header__nav-language-menu{position:absolute;top:160%;right:0;border-radius:.3125rem;border:1px solid #FFF;background:#ffffff1a;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);width:100%;min-width:150px;text-align:center;z-index:10000}@media screen and (max-width: 1024px){.header__nav-language-menu{top:120%;width:120px;background:#fff}}.header__nav-language-menu li{padding:12px}@media screen and (max-width: 1024px){.header__nav-language-menu li{padding:10px}}.header__nav-language-menu li a{color:#fff;font-weight:700;position:relative;font-size:.875rem}@media screen and (max-width: 1024px){.header__nav-language-menu li a{font-size:.875rem;color:#000}}.header__nav-language-menu li a:after{position:absolute;left:0;content:"";width:100%;height:2px;background:#fff;bottom:-2px;visibility:hidden;opacity:0;transition:.5s}@media screen and (max-width: 1024px){.header__nav-language-menu li a:after{background:#000}}.header__nav-language-menu li a:hover:after{visibility:visible;opacity:1;transition:.5s}.header__nav-language-menu.language-hidden{display:none}.header__nav-language-menu .active{opacity:1}.header__nav-language-menu .active a{color:red;cursor:default}.promo-code-wrap{display:flex;justify-content:center;align-items:center}.promo-code{width:100vw;text-align:center}.promo-code-box{margin:30px auto;display:flex;width:64.5rem;padding:5rem 3rem;flex-direction:column;align-items:center;gap:2.5rem;flex-shrink:0;background:#002e4ecc;background-blend-mode:overlay,multiply}@media screen and (max-width: 1024px){.promo-code-box{width:90%;padding:2rem}}@media screen and (max-width: 1024px){.promo-code-box{gap:1.5rem;padding:2rem 1rem}}.promo-code-title{width:80%}@media screen and (max-width: 767px){.promo-code-title{width:100%}}.promo-code-text{font-size:1.375rem;color:#fff;margin-bottom:30px}@media screen and (max-width: 1024px){.promo-code-text{font-size:1rem;margin-bottom:0}}.promo-code-text span{color:#f02a2b}#topBnr.half{width:calc(50% - .5em);display:-webkit-flex;display:flex}#topBnr li.half .btn{min-width:initial;width:100%;display:grid;place-content:center}.btn{position:relative;display:block;background:#000;max-width:400px;font-size:1.2rem;font-weight:700;line-height:1.2rem;text-align:center;padding:1rem 2rem;border:solid 1px #fff000;box-sizing:border-box;overflow:hidden;transition:color .3s}.btn span{color:#fff000;word-break:break-all;text-decoration:none;transition:all .3s}.btn:before,.btn:after{content:"";position:absolute;background:#fff000}.btn:before{top:5px;left:0;width:1em;height:1px}.btn:after{bottom:-.5em;right:-.5em;width:1.75em;height:calc(100% + 2em);-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:skewX(-45deg);transform:skew(-45deg);transition:width .2s}@media screen and (min-width: 1030px){.btn:hover span{color:#000}.btn:hover:after{width:calc(100% + 2em)}}.btn span{position:relative;z-index:20}.btnCol{display:flex;-webkit-justify-content:center;justify-content:center;font-weight:700;margin-top:1em}.promo-main-btn{max-width:700px;padding:10px 20px;color:#000;font-size:clamp(.875rem,1.43vw,1.375rem);border-radius:3.75rem;border:1px solid #9DF;background:#fff;display:flex;justify-content:center;align-items:center;transition:all .5s;margin-top:50px auto 0}@media screen and (max-width: 1024px){.promo-main-btn{max-width:500px;font-size:1rem}}@media screen and (max-width: 767px){.promo-main-btn{max-width:300px;font-size:.875rem;padding:10px 20px}}.promo-main-btn:hover{transform:scale(.96)}.custom-form{width:100%;max-width:600px;margin:0 auto;padding:20px;box-sizing:border-box}.custom-form-group-wrap{width:100%;max-width:500px}.custom-form-group{display:flex;flex-direction:column;width:100%;max-width:500px}.custom-form-bottom-text{color:#fff;text-align:left;font-size:.875rem;line-height:150%}.custom-label{font-weight:700;color:#fff;text-align:left;position:relative;padding-left:10px;margin-bottom:5px}.custom-label:before{content:"";width:3px;height:16px;background-color:#f5e828;position:absolute;left:0;top:50%;transform:translateY(-50%)}.custom-input{width:100%;padding:10px;height:40px;border:none;border-radius:.3125rem;background:#0d2536;box-shadow:0 0 7.2px #326dda;color:#fff;outline:none;font-weight:700;transition:all .3s ease-in-out;text-align:left;margin-top:5px;margin-bottom:20px}.custom-input::placeholder{color:#a0a0a0}.custom-input:focus,.custom-input:not(:placeholder-shown){border:1px solid rgba(255,255,255,.2);background:#144c74cc}.promo-label{text-align:center;color:#f5e828;font-weight:700;margin-bottom:10px;padding-left:0;line-height:1.4}.promo-label:before{content:none}.custom-btn{position:relative;display:block;background:#000;max-width:100%;width:420px;font-size:1.2rem;font-weight:700;line-height:1.2rem;text-align:center;padding:1rem 2rem;border:solid 1px #fff000;box-sizing:border-box;overflow:hidden;cursor:pointer;transition:color .3s;margin-left:auto;margin-right:auto}.custom-btn span{color:#fff000;word-break:break-all;text-decoration:none;transition:all .3s;position:relative;z-index:20}.custom-btn:before,.custom-btn:after{content:"";position:absolute;background:#fff000}.custom-btn:before{top:5px;left:0;width:1rem;height:1px}.custom-btn:after{bottom:-.5rem;right:-.5rem;width:1.75rem;height:calc(100% + 2rem);transform-origin:right bottom;transform:skew(-45deg);transition:width .2s ease-in-out}.custom-btn:hover span{color:#000}.custom-btn:hover:after{width:calc(100% + 2rem)}@media screen and (max-width: 768px){.custom-form{padding:10px;width:100%}.custom-input{padding:10px;height:36px}.custom-btn{width:90%;padding:1rem;font-size:1rem}.custom-btn:after{width:1.75rem}}#confirmation-box{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;padding:50px;background-color:#fff;border-radius:10px}@media screen and (max-width: 767px){#confirmation-box{width:90%;padding:50px 20px}}.account-info-title{color:#0e4c6c;border-bottom:1px solid #0E4C6C;text-align:center;font-weight:700;padding-bottom:10px;margin-bottom:20px}.account-info-wrap{display:flex;align-items:center;margin-bottom:10px}.account-info{display:inline-block;color:#0e4c6c;font-weight:700}.icon-box{display:inline-block;width:16px;height:16px;background:linear-gradient(to bottom left,#0e4c6c 50%,#f5e828 50%);margin-right:5px}.info-box{display:inline-block;background-color:#e2e9ed;padding:5px 10px;border-radius:5px;margin-bottom:20px;width:100%;color:#464646}.proceed-btn,.cancel-btn,.promo-close-btn{display:block;width:250px;padding:10px 20px;border:none;border-radius:20px;font-size:16px;cursor:pointer;margin:10px auto;text-align:center;font-weight:700;color:#fff}@media screen and (max-width: 767px){.proceed-btn,.cancel-btn,.promo-close-btn{max-width:250px;width:90%}}.proceed-btn{background-color:#df4661}.cancel-btn{background-color:#727272}.promo-close-btn{background-color:#0069b1}#modal-overlay{position:absolute}.account-info-next-text{margin:40px 0;text-align:center}.account-info-next-sm-text{font-size:.875rem;line-height:1.25rem;margin-top:5px;display:inline-block}.fixed-banner{position:fixed;right:20px;bottom:20vh;padding:0;margin:0;background:transparent;display:inline-block;line-height:0;left:auto;width:fit-content;z-index:990}@media screen and (max-width: 1024px){.fixed-banner{bottom:40vh;right:10px}}@media screen and (max-width: 767px){.fixed-banner{bottom:10px}}.fixed-banner:hover{opacity:.7;transition:1s}.fixed-banner img{display:block;width:100%;max-width:220px}@media screen and (max-width: 1024px){.fixed-banner img{max-width:150px}}@media screen and (max-width: 767px){.fixed-banner img{max-width:100px}}.banner-area a{transition:1s}.banner-area a:hover{opacity:.7;transition:1s}.footer{height:100px;background-color:#f2f2f2}@media screen and (max-width: 1024px){.footer{height:170px}}@media screen and (max-width: 767px){.footer{height:200px}}.sp-only{display:none}@media screen and (max-width: 767px){.sp-only{display:block}}@media screen and (max-width: 767px){.pc-only{display:none}}.terms-title{font-weight:400;line-height:0;border-bottom:solid 1px #0e4c6c;width:100%;text-align:left;color:#fff;font-weight:700;font-size:1.25rem}@media screen and (max-width: 767px){.terms-title{font-size:1rem}}.terms-title span{position:relative;display:inline-block;line-height:1.2em;padding:.75em 3.75em .75em calc(.75em + 5px);overflow:hidden;z-index:10}.terms-title span:before{content:"";position:absolute;top:0;left:0;height:100%;z-index:-1;background:#0e4c6c;width:100%;-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:skewX(45deg);transform:skew(45deg)}.terms-title span:after{top:0;left:0;height:100%;z-index:-1;background:#fff000;width:5px;-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:skewY(45deg);transform:skewY(45deg);content:"";position:absolute}.terms-text{color:#fff;text-align:left;width:100%;line-height:2.25rem}@media screen and (max-width: 767px){.terms-text{font-size:1rem;line-height:2rem}}.terms-text .sm-text{font-size:.8rem}.terms-text .yellow-text{color:#fff000;font-weight:700;transition:all .3s}.terms-text .yellow-text:hover{opacity:.7}.terms-text-title{font-size:1.25rem;line-height:2.25rem}@media screen and (max-width: 767px){.terms-text-title{font-size:1rem;line-height:2rem}}.terms-btn{margin:50px 0}.connection-modal{width:90%;max-width:900px;text-align:left;background-color:#fff;padding:50px;border-radius:10px;margin:30px auto}.connection-modal-text{color:#0e4c6c;max-width:660px;margin:auto}.connection-modal-info{width:400px;margin:30px auto}@media screen and (max-width: 767px){.connection-modal-info{width:90%}}.connection-modal-img{margin:20px 0}
