@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDMincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Tokumin&display=swap');

body{font-family: 'Roboto', sans-serif; font-weight: 400; font-size:16px; color:#1a202c; line-height:20px; background:#fff;}
img{max-width:100%;}
h1,h2,h3,h4,h5,h6{margin:0; padding:0; font-family: 'GilroyLight', sans-serif;}
h2{font-size:40px; font-weight:600; color:#333; margin-bottom:30px;}
a:hover{text-decoration:none;}
ul{margin:0; padding:0;}
ul li{margin:0; padding: 0; list-style:none;}
label{color:#333; font-weight:400; display:block; font-size:13px;}
lable span{color:#333;}
.btn-primary{font-size: 16px; font-weight: 600; color: #fff; padding: 16px 24px; box-shadow: none; background: #5129F1; border-radius: 16px; position:relative; border: 0;}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover{border-color:transparent; background:transparent; color:#333;}
.btn-primary:hover, .btn-primary:active,.btn-primary:focus{border-color:transparent; background:#5129F1; color:#fff;}
.btn.active, .btn:active{box-shadow:none; border-color:transparent;background:transparent; color:#333;}
.btn.disabled, .btn.disabled:hover{background:#edf0f1; color:#a6a8a9; font-weight:300; border-color:transparent;}
.btn-default{background:transparent; border:2px solid #fff; font-size: 16px; font-weight: 600; font-weight:600; color:#fff; padding: 16px 24px; border-radius:16px;}
.btn-small{padding: 10px 40px;}
.form-control{height:44px; box-shadow: none; border: 1px solid #2A313C; padding: 11px 30px 11px 20px; height: auto; color: #A0AEC0; font-size: 14px; background:transparent;    border-radius: 8px;}
.form-control:focus{box-shadow:none;}
.form-control::-webkit-input-placeholder {color:#fff;}
.form-control::-moz-placeholder {color:#fff;}
.form-control:-ms-input-placeholder {color:#fff;}
.form-control:-moz-placeholder {color:#fff;}
.form-control.error{border-color:#c41c56;}
.form-control.error::-webkit-input-placeholder {color:#022736;}
.form-control.error::-moz-placeholder {color:#022736;}
.form-control.error:-ms-input-placeholder {color:#022736;}
.form-control.error:-moz-placeholder {color:#022736;}
.form-control.error + span{font-size:12px;color: #c41c56; font-weight:300;}
@media(min-width:1200px){.container{max-width:1054px; width:100%; z-index:1; position:relative;}}

header {
    position: sticky;
    top: 0px;
    z-index: 1100;
    padding: 20px 0;
    background-image: url(../img/headerBg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 70%;
}
header::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #11133980;
}

header .logo{width:200px;}
header .container{
	display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 9;
    position: relative;
}
header .headerright{width:calc(100% - 200px); display:flex; align-items:center;justify-content:flex-end;}
header .btn-account img{width:32px; height:32px;filter: invert(1);}
header .headercart{display:flex; align-items:center;}
header .headercart .star{width:45px; height:45px; position:relative; right:-15px;}
header .headercart .text{min-width:100px; background:#404040; border-radius:30px; color:#fff; font-size:16px; padding:5px 15px 5px 10px; text-align:right;}
header .headercart .plus{background:#D6001C; border-radius:50%; width:17px; height:17px; text-align:center; line-height:17px; color:#fff; position:relative; left:-8px;}
header .btn-back a{display: inline-block; background:url(../img/btn-back-arrow.svg) 6px 13px no-repeat rgba(0, 0, 0, 0.2); padding:10px 10px 11px 25px; color:#fff; font-weight:600; background-size:14px 14px; text-decoration:none; border-radius:8px;}
.main-container{ min-height: calc(100vh - 120px); display: flex; flex-direction: column; justify-content: space-between; }

body.opensidebar{overflow:hidden;}
.sidebar-portal{opacity:0; visibility:hidden; transition:0.5s all ease;}
body.opensidebar .sidebar-portal{opacity:1; visibility:visible;}
.sidebar-portal-content{position: fixed; z-index: 1; background: #fff; top: 0; right: -320px; width: 320px; height: 100vh; overflow: hidden;transition:0.5s all ease;}
body.opensidebar .sidebar-portal-content{right:0;}
.sidebar-shadow{position: fixed; left: 0px; top: 0px; width: 100vw; height: 100vh; background:rgba(0,0,0,0.46); z-index: 1;}
.sidebar-head{padding:20px; border-bottom:1px solid #ddd; font-size:20px; font-weight:700; position:relative;}
.btn-close-sidebar{position:absolute; right:15px; top:15px; width:32px; height:32px; background:#f5f5f5; border-radius:6px; display:flex; align-items:center; justify-content:center;}
.btn-close-sidebar img{width:12x; height:12px;}
.sidebar-content{padding:15px; height: calc(100vh - 60px); overflow: hidden; overflow-y: auto;}
.buypointsdiv{}
.buypointsdiv .possession-point{background:url(../img/icon-possession.svg) no-repeat; background-size: 16px 16px; padding: 0 0 0 25px; font-size: 12px; margin-bottom: 20px; background-position: 0 1px;}
.buypointsdiv .possession-text{font-weight:700; font-size: 20px; margin-bottom:20px;}
.point-expiry-div .btn, .buypointsdiv .btn{width:100%; margin-bottom:20px; padding: 10px;}
.redeem-coupon-div .btn{width:100%; margin-bottom:20px; padding: 10px;}
.css-1nlrkd1{margin-bottom:40px;}
.css-1nlrkd1 .chakra-link{border: 1px solid rgb(189, 189, 189); border-radius: 12px; display: block; padding: 20px 40px 20px 20px; color: #757575; text-decoration: none; background: url(../img/icon-arrow-right-gray.svg) no-repeat; background-size:20px 20px; background-position:calc(100% - 15px) 53%;}
.acquisition-history{}
.acquisition-history .css-ncfona{margin-bottom:50px;}
.acquisition-history .css-ncfona span{display:inline-block; border-bottom: 1px solid rgb(117, 117, 117);}
.acquisition-history p, .acquisition-history p a{color: #757575; font-size: 14px;}
.acquisition-history p small{font-family:13px;}
.page-title{color:#000; font-weight:700; font-size:18px; border-bottom: 1px solid #bdbdbd; padding:15px 0; margin-bottom:30px;}
.grid{
    max-width: 800px;
    margin: 0 auto 40px;
}
.grid .items{position:relative; padding:16px; border-radius: 12px; box-shadow: rgb(189, 189, 189) 2px 0px 5px 3px; height:290px;overflow:hidden; margin-bottom:30px;}
.grid .items:hover{opacity: 0.4;}
.grid .items .item-secondimg{margin-bottom:20px; line-height: 24px; font-size: 24px; color:#fff; font-weight:700; text-shadow: rgb(0, 0, 0) 0px 0px 8px; text-align:center;}
.grid .items .bgimg{height:258px; overflow:hidden;}
.grid .items .bgimg img{position: relative;}
.grid .item-content {
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 72%);
    position: absolute;
    bottom: 10px;
    left: 16px;
    right: 16px;
    z-index: 2;
}
.grid .item-content .text2{position: relative; text-align:center; z-index: 1; width: 100%; font-size:14px; color:#626262;}
.grid .item-content .text2 .f9{font-size:9px;}
.grid .item-content .bar{height: 18px; left: 0px; max-width: 326px; margin-inline: auto; padding: 2px; width: 100%; background: rgb(216, 216, 216); margin-bottom:3px;}
.grid .item-content .bar .subbar{height: 100%; width: 87.45%; background: rgb(98, 215, 96);}
.grid .item-content .bar .subbar.green{background: rgb(98, 215, 96);}
.grid .item-content .pricetag{text-align: center;}
.grid .item-content .pricetag .price {
    position: relative;
    bottom: -15px;
    background: url(../img/icon-tag.svg) no-repeat center;
    display: inline-block;
    padding: 5px 20px 0px 15px;
    font-weight: 600;
    color: #000;
}
.grid .item-content .pricetag .price img, .grid .item-content .pricetag .price span{display: inline-block; vertical-align: middle;}
.grid .item-content .pricetag .price img { width: 20px; }
.grid.details{margin-top:30px; max-width:462px;}
.grid.details .items{padding:0; border-radius:0; box-shadow:none; height:auto; overflow:hidden;}
.grid.details .items:hover{opacity:1;}
.grid.details .items .bgimg{height: auto;position: fixed; top: 0; left: 0; width: 100%; text-align: center;}
.grid.details .items.blurimg .bgimg{filter: blur(4px);}
.grid.details .item-content{position:fixed; z-index:111; bottom:0; left:0; right:0; text-align:center;}
.grid.details .item-secondimg{position:relative; top:0; left:0; right:0; transform:none; padding:0;}
.grid.details .item-secondimg img{max-height:200px;}
.grid.details .blurimg .bgimg{filter: blur(4px);}
.grid.details .detailimg{position: relative; z-index: 11;top: 100vh; box-shadow: 0 20px 50px 0px rgba(0,0,0,0.1);}
.grid.details .items .bgimg img{max-width: 450px;}
.btn-container{margin-bottom:20px;}
.btn-default{background:rgb(0 0 0 / 90%); color:#fff; font-weight:700; border-radius:8px; border:0;}
.btn-default:hover{background:rgb(0 0 0 / 90%);color:#fff;}
.btn-primary{background:#d6001c; color:#fff; font-weight:700; border-radius:8px; border:0;}
.btn-primary:hover{background:#000;}
.points .page-title{margin-bottom:0;}
.point-grid{background:#f5f5f5;}
.point-grid .topbar{background: #FAFAFA; padding:8px 10px; font-size:14px; display:flex; align-items:center; justify-content:space-between;}
.point-grid .topbar .text{font-weight:700;}
.point-grid .topbar .totalpoints{font-weight:700; font-size:16px; color:#000;}
.point-grid .subtext{font-weight:700; margin-bottom:20px;font-size:13px;}
.point-grid .item-container{padding:15px; background:#f5f5f5;}
.point-grid .items{display:flex; align-items:center; background:#fff; padding:20px; border-radius:15px; margin-bottom:10px;}
.point-grid .items .img{width:50px; height:50px; margin-right:20px;}
.point-grid .items .text{width:calc(100% - 140px);}
.point-grid .items .text .item-name{font-weight:700; color:#000; margin-bottom:5px;}
.point-grid .items .text .item-name span{font-size:24px; display:inline-block; vertical-align:middle;}
.point-grid .items .text p{color:#757575; margin-bottom:0;}
.point-grid .items .action{width:70px;}
.point-grid .items .action .btn{padding: 8px 20px;}
.history-items .items input{border: 0px; clip: rect(0px, 0px, 0px, 0px); height: 1px; width: 1px; margin: -1px; padding: 0px; overflow: hidden; white-space: nowrap; position: absolute;}
.history-items .items input:checked ~ .items-content{background:rgba(0, 0, 0, 0.4);}
.history-items .items input:checked ~ .items-content .img{opacity:0.5;}
.nav-tabs{border:0; margin-bottom:40px;}
.nav-tabs .nav-item{width:33.3333%;}
.nav-tabs .nav-item .nav-link{border: 0; width:100%; border-bottom: 3px solid #e2e8f0; color:#bdbdbd; font-weight:700;}
.nav-tabs .nav-item .nav-link.active{border-bottom: 3px solid #D6001C; color:#000000;}
.historypage .title{font-size: 18px; margin-bottom:15px; font-weight:700;}
.historypage .graytext{color:#bdbdbd; font-weight:700; font-size: 16px; margin-bottom:25px;}
.history-items .items{max-width:512px; position:relative; padding:15px 15px 15px 0; margin-bottom:10px;}
.history-items .items:after{content:""; display:block; width:20px; height:20px; position:absolute; right:8px; top:8px; background:url(../img/icon-check-circle.svg) no-repeat;background-size: 30px;}
.history-items .items .items-content{display: flex;align-items: center;justify-content: space-between; z-index: 5; border-radius: 8px; box-shadow:0 3px 5px 2px rgba(0,0,0,0.06);}
.history-items .items .items-content .left{width:90px; padding-right:10px;}
.history-items .items .items-content .img{position:relative;height: 95px; width: 70px; position: relative; box-shadow: var(--chakra-shadows-2xl); transform: rotate(-10deg); box-shadow:0 10px 20px rgb(0 0 0 / 30%);}
.history-items .items .items-content .img:after{content:""; display:block; width:30px; height:30px; position:absolute; bottom:5px; right:-15px;background:url(../img/iconP3.png) no-repeat; background-size:cover; background-position:bottom right;}
.historypage .tab-content{min-height: calc(100vh - 388px);}
.history-items .items .items-content .right{padding:10px 15px 5px;}
.history-items .items .items-content .right p{margin-bottom:1px; text-align:right;}
.history-items .items .items-content .right .text1{font-weight:700; color:#1a202c;}
.history-items .items .items-content .right .text2{font-weight:700; color:rgb(0 0 0 / 54%);}
.history-items .items .items-content .right .text3{font-weight:400; color:rgb(0 0 0 / 54%);}
.history-items .items .items-content .right .text4{font-weight:700; color:#1a202c;}
.history-items .items .items-content .right .text5{font-weight:600; color:rgb(0 0 0 / 54%);}
.history-items a{text-decoration:none;}
.history-tier2{display: flex; bottom: 0px; left: 0px; z-index: 1000; background: rgb(255, 255, 255); flex-direction: column; position: sticky; box-shadow: rgba(0, 0, 0, 0.4) 0px -4px 5px -5px; padding:20px 20px 0 20px;}
.history-tier2 .btn-container{margin-bottom:10px;}
.history-tier2 .btn-container .btn{width:100%; display:block; margin-bottom:10px; padding: 10px;}
.history-tier2 .btn-container .btn[disabled]{opacity:0.4;cursor: not-allowed;}
.red-point{margin-bottom:20px;}
.red-point .title{font-size:20px; font-weight:700; }
.mail-address .link{border: 1px solid rgb(189, 189, 189); border-radius: 12px; display: block; padding: 15px 30px 15px 15px; color: #757575; text-decoration: none; background: url(../img/icon-arrow-right-gray.svg) no-repeat; background-size: 20px 20px; background-position: calc(100% - 15px) 53%;}
.customlink{border: 1px solid #e2e8f0; border-radius: 8px; display: block; padding: 10px 40px 10px 10px; text-decoration: none; background: url(../img/icon-arrow-right.svg) no-repeat; background-size: 16px 16px; background-position: calc(100% - 10px) 53%; display:inline-block; color:#000; font-size:16px;}
.customlink:hover{background: url(../img/icon-arrow-right.svg) no-repeat #e2e8f0;background-size: 16px 16px; background-position: calc(100% - 10px) 53%;  color: #000; }
.headertitle{font-size:18px; font-weight:700;}
.lotry-title{color:#bdbdbd; font-size:18px; font-weight:700; margin-bottom:10px;}
.lottery-items .items:after{display:none;}
.lottery-items .items .items-content .right p{font-size:14px;}
.video-container{width:100%; height:100vh; position:relative;}
.video-container video{width:100%; height:100vh; object-fit:cover; object-position:center;position: relative; z-index: 1;}
.video-container .btn-container{position:absolute; z-index: 9; bottom:20px; right:20px; margin-bottom:0;}
.video-container .btn-container a{background:#fff; border-radius:6px; display:inline-block; padding:8px 15px; text-decoration:none; color:#000;}
.video-container .btn-container a svg{width:20px; height:20px; display:inline-block; margin-right:5px; vertical-align:middle;}
.video-container #video_overlay_text{position:absolute; z-index: 9; bottom:280px; right:120px; margin-bottom:0;}
.video-container #video_overlay_text p{background:#fff; border-radius:6px; display:inline-block; padding:8px 15px; text-decoration:none; color:#000;}
.videopage{width:100%; height:100vh; overflow:hidden;}
.cus-header .container{display:block;}
.cus-header .borderdiv{padding-bottom:10px; border-bottom:1px solid #f1f1f1; display:flex; align-items:center;}
/*.cus-header .logo{width:100px;}*/
.cus-header .pagetitle{width:calc(100% - 200px); text-align:center; font-weight:700; font-size:18px;}
/*.cus-header .headerright{width:100px;}*/
.login-link{color:#fff; font-weight:700; font-size:14px; text-decoration:none; margin-right:10px; display:inline-block;}
.bottombar{border-top: 1px solid #f1f1f1; background: #fff; position: sticky; left: 0; bottom: 0; height: 80px; padding: 10px 0; z-index: 100;}
.bottomnav{display:flex; align-items:center; justify-content:space-between; max-width:540px; margin:0 auto;}
.bottomnav .items{display: flex; align-items: center; justify-content: center; height: 60px;}
.bottomnav .items a{color:rgba(0,0,0,0.54); font-size:11px; text-decoration:none;}
.bottomnav .items .img{width:24px; height:24px; margin:0 auto 5px;}
.bottomnav .items span{display:block; text-align:center;}

.loginform{max-width: 640px; margin: 0 auto; padding: 32px 16px; /*min-height: 100vh;*/}
.loginform .title{display:flex; justify-content:space-between; margin-bottom:30px;}
.loginform .boldtext{font-size: 22px; font-weight: 700;}
.loginform .link a{color:#d6001c; font-weight:700; font-size: 15px;}
.form label{font-size: 15px; line-height: 1; margin-bottom: 8px;}
.form .form-group{margin-bottom:30px;}
.form-control{height: 44px; width: 100%; background: #f5f5f5; border: 1px solid rgb(0 0 0 / 12%); border-radius: 8px; font-size: 16px; padding: 0 16px; color:#000;}
.form-control.error{background: rgba(242,38,89,.08); border: 1px solid rgba(242,38,89,.4);}
.form-control::-webkit-input-placeholder{color: #000;}
.form-control::-moz-placeholder{color: #000;}
.form-control:-ms-input-placeholder{color: #000;}
.form-control:-moz-placeholder{color: #000;}
.form .btn{width: 100%; max-width: 420px; height: 44px; border-radius: 8px; font-size: 15px; font-weight: 700; transition: .2s; cursor: pointer;  line-height: 14px;}
.form .buttons{text-align:center; margin-bottom:20px;}
.showpwd{margin-bottom:30px;}
.forgotpwd{text-align:center; color: #333;font-size: 13px; line-height: 18px; max-width:360px; margin:0 auto;}
.forgotpwd a{color: #333; text-decoration:underline; font-size: 13px; line-height: 18px;}
.cus_checkbox{position:relative;}
.cus_checkbox input{position:absolute; cursor:pointer; top:0; left:0; width:100%; height:100%; opacity:0; z-index:1;}
.cus_checkbox span:before{content:""; display:inline-block; margin-right:10px; width:18px; height:18px; border:2px solid #e4e4e4; vertical-align: middle;border-radius: 3px;}
.cus_checkbox input:checked ~ span:before{background:#d6001c; border-color:#d6001c;}
.cus_checkbox span:after{content: ""; display: block; position: absolute; top: 50%; left: 7px; width: 5px; height: 10px; transform: translateY(-50%) rotate(40deg); border-bottom: 2px solid #fff; border-right: 2px solid #fff;}
.cus-header{background:#fff;padding-bottom: 0;}
.loginform{padding:30px 16px;}
.fgtpwdtext{font-size: 16px; font-weight: 600; margin-bottom: 24px; max-width: 500px;}
.btn.disabled, .btn:disabled, fieldset:disabled .btn{color:rgb(0 0 0 / 26%); background:#f1f1f1;}
.darkgreyfooter{width: 100%; background: rgb(0 0 0 / 87%); padding: 32px 24px; color: #fff; display: flex; justify-content: center;}
.darkgreyfooter .title{font-weight:700; margin-bottom:15px;}
.darkgreyfooter ul{margin:0; padding:0;}
.darkgreyfooter ul li{list-style:none; margin-bottom:5px;}
.darkgreyfooter ul li a{color:#fff; text-decoration:none; font-size:14px;}
.copyright{display:flex; align-items:center;justify-content: flex-start; margin-top:30px;}
.copyright img{height:22px; margin-right:20px;}
.addressbuttons .btn-primary{margin-top:30px;}
select.form-control{background:url(../img/select-arrow-down.png) #f5f5f5 no-repeat; background-position:calc(100% - 15px) 12px;}

.icon-arrow-back{position:relative; width: 24px; height: 24px; display: flex; align-items: center; justify-content: center;}
.icon-arrow-back:after, .icon-arrow-back:before{content: ""; position: absolute; width: 10px; height: 2px; background: #333; left: 50%;}
.icon-arrow-back:before{top: calc(50% + 2px);transform: translate(-50%,-50%) rotate(45deg);}
.icon-arrow-back:after{bottom: calc(50% + 2px);transform: translate(-50%,-50%) rotate(-45deg);}
.registerform{max-width: 100%; margin: 0 auto; padding: 32px 0; min-height: 100vh;}
.registerform .btn{max-width:100%;}
.modal.show{align-items:center; justify-content:center;}
.alertpopup .title{text-align:center; margin-bottom:20px; font-weight:700; font-size:20px;}
.alertpopup p.desc{text-align:center; margin-bottom:20px; font-size:16px;}
.alertpopup .modal-body{padding:30px 30px 0 30px;}
.alertpopup .modal-footer{border-top:0;padding:0 30px 30px 30px}
.alertpopup .modal-footer button{width:100%;padding: 10px 15px; font-weight:700;}
.alertpopup .modal-footer .btn-secondary{margin-top:10px;}
.btn-secondary{background:#e2e8f0; color:#333;    border: 0;}
@media(min-width: 576px){.modal-dialog{max-width:384px;}}




@media(max-width:767px){
header .logo{width:100px;}
header .headerright{width: calc(100% - 100px);}
header .btn-back a{font-size:14px;}
.nav-tabs .nav-item .nav-link{font-size:14px;}
.history-tier2{position:relative; padding: 20px 0 0;}
.historypage .nav-tabs .nav-item{width:100%;}
.mail-address{margin-bottom:20px;}
.mail-address .link{font-size:14px;}
}

header .headercart .plus{
	text-decoration: none !important;
}

.pricetag .bar .subbar.orange{
	background: orange !important;
}
.pricetag .bar .subbar.red{
	background: red !important;
}

/*bg color set form spin buttons*/
.pink-btn{
	background: #ffbbf5;
    font-weight: 700;
    border-radius: 8px;
    padding: 16px 24px;
    border: 0;
}
.blue-btn{
	background: #13b1d3;
    font-weight: 700;
    border-radius: 8px;
    padding: 16px 24px;
    border: 0;
}
.pink-btn:hover{
	background-color: #f4a2e8;
}
.blue-btn:hover{
	background-color: #00a5c8;
}

/*new changes on 22/06*/
.landing .items{background:#fff77e; padding:0; height: 450px;color: #626262 !important;}
.landing .items:hover{opacity:1;}
.landing .items .bgimg{height: 277px; border:6px solid #fff77e; overflow:hidden;}
.landing .items .bgimg img{border-radius:6px 6px 0 0;}
.landing .items .bgimg span{overflow: hidden; border-radius: 6px; display: inline-block;}
.landing .item-content .pricetag{background:#fff77e;}
/*.landing .item-content .text2{background:#fff77e;}*/
.landing .item-content .bar{background: #ededed; margin-bottom: 0; padding:0;border-radius: 20px; overflow: hidden;}
.price_row1 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 10px 0 5px;
}
.landing .item-content{bottom:13px;}
.landing .btnSpin-100card .item-content{bottom:21px;}
.landing .item-content .pricetag .price sub{bottom: -1px;margin-left:5px; font-weight:400; color:#626262; opacity:0.8;}
.landing .item-content .pricetag .price2{color:#552828;}
.landing .item-content .pricetag .price2 .valuetext{font-size:20px; font-weight:700;}
.landing .item-content .pricetag .price2 sub{bottom: 0px;margin-left:0; font-weight:400; color:#626262; opacity:0.8;}
.landing .item-content .pricetag .price span{font-size:20px; font-weight:700;}
.landing .item-content .pricetag .price2 span sub{margin-left:5px;}

.grid .items .hoverdiv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 9;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all ease;
}
.grid .items.soldout .hoverdiv{opacity:1; visibility:visible;}

@media(max-width:767px){
header .logo{width:100px;}
header .headerright{width: calc(100% - 100px);}
header .btn-back a{font-size:14px;}
.nav-tabs .nav-item .nav-link{font-size:14px;}
.history-tier2{position:relative; padding: 20px 0 0;}
.historypage .nav-tabs .nav-item{width:100%;}
.mail-address{margin-bottom:20px;}
.mail-address .link{font-size:14px;}
.videopage .container{padding:0;}
.videopage{position:relative;}
.video-container .btn-container{bottom:100px;}
.sidebar-content{padding-bottom: 120px;}
.point-expiry-div .btn, .buypointsdiv .btn, .redeem-coupon-div .btn{margin-bottom: 10px;}
.css-1nlrkd1{margin-bottom: 20px;}
.acquisition-history .css-ncfona{margin-bottom: 30px;}
.grid.details .items .bgimg img{max-width: 100%;}
table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > td.sorting_asc:before, table.dataTable thead > tr > td.sorting_desc:after{opacity:1 !important;}
/*.landing .items{height: 388px};*/
}
@media only screen and (max-width: 768px) {
  	/* For mobile phones: */
	.keep-btn-div{margin-top: 1rem;}
	.cancel-btn-div{margin-top: 1rem;}
	.cus-header .headerright{width: calc(100% - 100px);}
	.menu-form .form-main-div{
		width: 100% !important;
	}
}
div.dataTables_wrapper div.dataTables_length select {
    min-width: 80px !important;
}
textarea#address {
    padding-top: 8px;
}
textarea#address::placeholder {
    line-height: normal;
    padding-top: 4px;
    margin-top: -4px;
}
table.dataTable thead > tr > th.sorting:before{content:"" !important; display:block; width:12px; height:9px; background:url(../img/sorting-arrow-up.png) no-repeat; background-position:center;}
table.dataTable thead > tr > th.sorting:after{content:"" !important; display:block; width:12px; height:9px; background:url(../img/sorting-arrow-down.png) no-repeat; background-position:center;}

#start_date_time{
	color: #ffffff;
	font-weight: bold;
	/* position: absolute; */
    /* bottom: 15px; */
    width: 100%;
    padding-bottom: 15px;
}

.ml-0 {
    margin-left: 0 !important;
}

.hoverdiv {
  position: relative;
  text-align: center;
  font-family: Arial, sans-serif;
}

.sold-out-text {
    display: inline-block;
    position: relative;
    font-size: 58px;
    color: white;
    transform: rotate(326deg);
}
.coming-soon-text-div{
	position: absolute;
    z-index: 999;
    /*bottom: 33%;*/
    background-color: rgba(0,0,0,0.7);
    color: white;
    padding: 19px;
    border-radius: 15px;
    font-size: 30px;
    width: 100%;
    font-weight: bold;
    text-align: center;
    height: 240px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
@media (min-width: 575px) and (max-width: 768px) {
	.coming-soon-text-div{
		font-size: 26px;
	}
}
@media (min-width: 364px) and (max-width: 574px) {
	.coming-soon-text-div{
		/*bottom: 30%;*/
    	height: 303px;
	}
}
@media only screen and (max-width: 363px) {
	.coming-soon-text-div{
		/*bottom: 33%;*/
    	height: 303px;
	}
}
input::placeholder, textarea::placeholder{
	color: gray !important;
}

@media(max-width:1199px){
body.set-bg-image{background:none !important;}
/*body.set-bg-image:before{content:""; display:block; width:100%; height:100%; position:fixed; top:0; left:0; right:0; background:url(../../assets/images/背景画像.jpg) no-repeat; background-size:cover; }*/
body.set-bg-image header, body.set-bg-image .container-fluid, body.set-bg-image .main-container{position: relative;}
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: $card-bg;
    z-index: 9999;
}

#status {
    width: 90px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -45px;
    text-align: center;
}

.spinner-chase {
    margin: 0 auto 10px;
    width: 40px;
    height: 40px;
    position: relative;
    animation: spinner-chase 3.5s infinite linear both;
}

.chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: chase-dot 3.0s infinite ease-in-out both;
    &:before {
        content: '';
        display: block;
        width: 25%;
        height: 25%;
        background-color: #556ee6;
        border-radius: 100%;
        animation: chase-dot-before 3.0s infinite ease-in-out both;
    }

    &:nth-child(1) {
        animation-delay: -1.1s;
        &:before{
            animation-delay: -1.1s;
        }
    }
    &:nth-child(2) {
        animation-delay: -1.0s;
        &:before{
            animation-delay: -1.0s;
        }
    }
    &:nth-child(3) {
        animation-delay: -0.9s;
        &:before{
            animation-delay: -0.9s;
        }
    }
    &:nth-child(4) {
        animation-delay: -0.8s;
        &:before{
            animation-delay: -0.8s;
        }
    }
    &:nth-child(5) {
        animation-delay: -0.7s;
        &:before{
            animation-delay: -0.7s;
        }
    }
    &:nth-child(6) {
        animation-delay: -0.6s;
        &:before{
            animation-delay: -0.6s;
        }
    }
}

@keyframes spinner-chase {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes chase-dot {
    80%, 100% {
        transform: rotate(360deg);
    }
}

@keyframes chase-dot-before {
    50% {
        transform: scale(0.4);
    }
    100%, 0% {
        transform: scale(1.0);
    }
}

.btn-p {
    padding: 0.5rem 1rem !important
}

.one-play {
	height: 54px;
    padding: 10px;
    margin-right: 10px;
}

.grid .items .item-content .btn-default.ten-play{
	height: 54px;
    padding: 12px;
}

.btn-line {
    background: #06c755;
    color: #ffffff;
    padding: 8px 24px;
}
.btn-line img {
    margin-right: 5px;
    width: 27px;
}
.btn-line:hover {
    background:#000;
    color: #ffffff;
}

.bonus-point-color {
    color: #048f04 !important;
}

.image-pos {
	margin-top: 10px;
	right: 15px;
}

.icon-image{
	width: 25px !important;
}

.btn-image img {
    max-width: 22px;
    vertical-align: text-bottom;
    margin-right: 5px;
}

.paypay-note {
	color: #dc3545;
	text-align: left;
	margin-top: 1rem;
	font-size: 9px;
    FONT-VARIANT: JIS78;
    line-height: 1.5;
    margin-bottom: 0 !important;
}

.ml-7 {
    margin-left: 7px !important;
}


.btn-container.addNewBtn .btn-spin-100 {
    width: 100% !important;
    /* margin-right: 10px; */
}

.addNewBtn .btn-spin-100 {
    background: #F84400 !important;
    border: 4px solid #FFBA69 !important;
}

.grid .items .item-content .btn-default.play-100{
	height: 54px;
    padding: 12px;
    background: #F84400 !important;
    border: 4px solid #FFBA69 !important;
}

.delete_account-content label,
.delete_account-content ul,
.delete_account-content p {
    font-size: 14px !important;
}

.delete_account-content ul {
    padding: 10px 25px !important;
}

.delete_account-content ul li {
    list-style-type: disc !important;
}

.error-text {
    color: red !important;
}

/* .addNewBtn {
    min-height: 69px;
} */

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.btn-container.w-full .btn-spin-100{
    width: 326px !important;
}

.member-ship-bar {
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    height: 20px;
    left: 0px;
    max-width: 326px;
    margin-inline: auto;
    width: 100%;
    background: rgb(216, 216, 216);
    margin-bottom: 3px;
}

.member-ship-bar .subbar {
    background: #252422 !important;
    height: 100%;
}

.font-member-ship span{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}



/* ---------- Footer pages css start -------------- */

header.innerHeader {
    position: relative;
    width: 100%;
    min-height: 200px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
}

header.innerHeader::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/headerBg.jpg);
  background-position: center 75%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  height: 100%;
  width: 100%;
}

header.innerHeader .textBox {
  position: relative;
  z-index: 55;
  text-align: center;
}

header.innerHeader .textBox h3 {
  color: #fff;
  text-shadow: 
        -3px -3px 0 #101238,
         0px -3px 0 #101238,
         3px -3px 0 #101238,
         3px  0px 0 #101238,
         3px  3px 0 #101238,
         0px  3px 0 #101238,
        -3px  3px 0 #101238,
        -3px  0px 0 #101238,
        -4px -4px 0 #101238,
         4px -4px 0 #101238,
         4px  4px 0 #101238,
        -4px  4px 0 #101238;
  font-family: "Kaisei Tokumin", serif;
  font-weight: 800;
  font-size: 40px;
  letter-spacing: 4px;
}

footer.innerFooter {
   background: #111339;
    padding: 70px 20px 30px;
}

footer.innerFooter .footerBox .xicon {
  text-align: center;
}

footer.innerFooter .footerBox .menuBox ul li:not(:last-child) {
  margin-bottom: 10px;
}

footer.innerFooter .footerBox .menuBox ul li a {
    text-decoration: none;
    color: #FFFFFF;
    font-family: "Kaisei Tokumin", serif;
    font-weight: 500;
    font-size: 16px;
}

footer.innerFooter .footerBox .copyright {
  margin-top: 0;
  justify-content: end;
}

footer.innerFooter .footerBox .copyright p {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    font-family: "Kaisei Tokumin", serif;
}
footer.innerFooter .footerBox .copyright p span {
    font-size: 16px;
}

#about, #howtouse, #terms, #contact {
  padding: 40px 0;
}

.backTooripa {
    padding-left: 30px;
}

#contact .backTooripa {
    padding-left: 0 ;
}

.backTooripa .backoripa {
    font-size: 16px;
    color: #fff;
    font-family: "Kaisei Tokumin", serif;
    font-weight: 700;
    background: #252367;
    border-radius: 5px;
    text-decoration: none;
    padding: 10px 30px;
    margin-bottom: 30px;
    min-height: 45px;
    position: relative;
    box-shadow: 0px 2px 5px 0px #0000004D;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

#about .abouttextBox {
  padding: 50px 0;
}

#about .abouttextBox ul li {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding: 35px 30px 0;
    border-top: 1px solid #252367;
}

#about .abouttextBox ul li:not(:last-child) {
  margin-bottom: 35px;
}

#about .abouttextBox ul li:last-child {
  border-bottom: 1px solid #252367;
  padding-bottom: 35px;
}

#about .abouttextBox ul li h5 {
  font-family: "BIZ UDMincho", serif;
  font-weight: 400;
  color: #13191D;
}

#about .abouttextBox ul li p {
  margin-bottom: 0;
  color: #13191D;
  font-family: "BIZ UDMincho", serif;
  font-weight: 400;
}

#about .abouttextBox ul li p.blackp {
  color: #0D0D0D;
}

#howtouse .detailsBox {
  padding: 30px 50px 0;
}

#howtouse .detailsBox .firstBox {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#howtouse .rightPart .imgBox, #howtouse .rightPart {
  text-align: center;
}

#howtouse .rightPart .imgBox img {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}

#howtouse  p.roundp {
  position: relative;
  display: inline-block;
  padding: 12px 20px;
  border-radius: 5px;
  background-color: #fff;
  margin-top: 20px;
  font-family: 'Corporate-Logo-Medium-ver2';
}

#howtouse  p.roundp::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    padding: 2px;
    background: linear-gradient(143.7deg, #FEBEF2 0%, #4DBBFF 21.5%, #FFEEBC 43.5%, #98FFE5 70.5%, #F891BC 95.5%);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

#howtouse .heading h2 {
    font-size: 50px;
    font-family: 'Corporate-Logo-Medium-ver2';
    position: relative;
    color: #151515 !important;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 500;
}

#howtouse .heading h2::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  color: transparent;
  background: linear-gradient(143.7deg, #FEBEF2 0%, #4DBBFF 21.5%, #FFEEBC 43.5%, #98FFE5 70.5%, #F891BC 95.5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 5px transparent;
}

#howtouse .heading p {
  font-size: 14px;
  font-family: 'Corporate-Logo-Medium-ver2';
}

#howtouse .heading span {
  font-size: 22px;
  margin-left: 15px;
  background: linear-gradient(143.7deg, #FEBEF2 0%, #4DBBFF 21.5%, #FFEEBC 43.5%, #98FFE5 70.5%, #F891BC 95.5%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 2px transparent;
  color: #151515 !important;
  font-family: 'Corporate-Logo-Medium-ver2';
}

#howtouse .detailsBox .secondBox,
#howtouse .thirdBox {
  padding-top: 40px;
}

#howtouse .detailsBox .roundImg {
  text-align: center;
  padding-top: 30px;
}

#howtouse .detailsBox .roundImg .imgBox img {
  max-width: 500px;
  width: 100%;
}

#howtouse .thirdBox .comBox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
  gap: 10px;
}

#howtouse .thirdBox .comBox .box-box .boximg img {
  max-width: 140px;
}

#howtouse .thirdBox .comBox .box-box .boximg {
  margin-bottom: 20px;
}

#howtouse .thirdBox .comBox .box-box {
  padding-top: 30px;
}

#howtouse .thirdBox .comBox .box-box span {
  font-family: 'Corporate-Logo-Medium-ver2';
  color: #202020;
}

#howtouse .thirdBox .comBox .box-box p.purplebr {
    background-color: #444444;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 0.2px #E343BC;
    margin-bottom: 20px;
}

#howtouse .thirdBox .comBox .box-box p.bluebr {
  background-color: #444444;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.2px #2AD8F8;
  margin-bottom: 20px;
}

#terms .termsBox {
  padding: 50px 30px;
}

#terms .ourTextBox .box p {
  margin-bottom: 5px;
}

#terms .ourTextBox .box p span {
  color: #13191D;
}

#terms .ourTextBox .box {
  margin-bottom: 30px;
}

#terms .ourTextBox .box h6 {
  font-family: "BIZ UDMincho", serif;
  font-weight: 400;
  margin-bottom: 5px;
  color: #13191D;
  font-size: 16px;
}

#terms .ourTextBox .box p {
  font-size: 16px;
  font-family: "BIZ UDMincho", serif;
  font-weight: 400;
  color: #13191D;
}

#terms.privacy-policy .ourTextBox .box p,
#terms.privacy-policy .ourTextBox .box p span {
  color: #202020 !important;
}

#terms .ourTextBox .box p.start {
  padding-left: 30px;
}

#terms .ourTextBox .box p.space {
  padding-left: 15px;
}

#contact .contactBox {
  padding: 50px 40px;
}

#contact .contactBox .row {
  margin-bottom: 30px;
}

#contact .contactBox label span{
  color: #ff0000;
}

#contact .contactBox label {
  margin-bottom: 10px;
  color: #202020;
  font-family: "BIZ UDMincho", serif;
  font-size: 16px;
}

#contact .contactBox input {
  border: 1px solid #BEBEBE;
  box-shadow: none !important;
  outline: none;
  width: 100%;
  min-height: 40px;
  padding: 5px 15px;
}

#contact .contactBox textarea {
  resize: none;
  min-height: 120px;
  width: 100%;
  border: 1px solid #A7C3C8;
  box-shadow: none !important;
  outline: none;
  padding: 5px 15px;
}

#contact .contactBox .rowsBtn {
  text-align: center;
  margin-top: 50px;
}

#contact .contactBox .rowsBtn .btnSend {
  font-size: 20px;
  color: #000000;
  border-radius: 5px;
  background-color: #F9B300;
  box-shadow: none;
  cursor: pointer;
  font-family: "Kaisei Tokumin", serif;
  font-weight: 800;
  position: relative;
  text-decoration: none;
  padding: 10px 30px;
  width: 200px;
  display: inline-block;
  text-align: center;
  box-shadow: 0px 3px 10px 0px #00000040;
}


@media (max-width:767px) {
  #howtouse .detailsBox .firstBox,
  #howtouse .thirdBox .comBox {
    grid-template-columns: 1fr;
  }

  #howtouse .rightPart .imgBox img {
    max-width: 160px;
  }
}

@media (max-width:575px) {
  header.innerHeader {
    min-height: 100px;
  }
  header.innerHeader .textBox h3 {
    font-size: 26px;
  }

  .backTooripa .backoripa {
    margin-bottom: 0;
  }

  #terms .termsBox, #terms .termsBox, #contact .contactBox, #howtouse .detailsBox {
    padding: 30px 10px;
}
}

@media (max-width:479px) {
  .landing .item-content {
    bottom: 24px;
}

.item-content.item-custom-coming {
  bottom: 31px !important;
}
.item-content.item-custom-sold {
  bottom: 67px !important;
}

header .logo img {
  max-width: 130px;
}
header .headercart .text {
  max-width: 90px;
}
}

.login_btn {
    background-color: #F9B300 !important;
    color: #000000 !important;
    padding: 4px 10px;
    border-radius: 50px;
}

.landing .items::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    padding: 3px;
    background: linear-gradient(143.7deg, rgba(255, 243, 0, 0.6) 10.4%, rgba(249, 87, 0, 0.6) 50.96%, rgba(255, 243, 0, 0.6) 89.01%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
}

.landing .items .text-decoration-none {
    background: transparent;
    width: 100%;
    height: 100%;
    border: 0;
    display: flex;
    flex-direction: row;
}

.grid .item-content {
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 72%);
    position: absolute;
    bottom: 10px;
    left: 16px;
    right: 16px;
    z-index: 2;
}

.landing .items .bgimg {
    height: 277px;
    border: 6px solid #fff77e;
    overflow: hidden;
}

.landing .items::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #25236766;
    z-index: 1;
}

.landing .item-content .pricetag .price2 sub {
    bottom: 0px;
    margin-left: 0;
    font-weight: 400;
    color: #626262;
    opacity: 0.8;
}
.landing .item-content .pricetag .price {
    padding-right: 0;
    background: transparent;
    color: #626262;
    bottom: 0;
}

.landing .item-content .pricetag .price sub {
    bottom: -1px;
    margin-left: 5px;
    font-weight: 400;
    color: #626262;
    opacity: 0.8;
}

.grid .item-content .progress {
    border: 3px solid #000;
    border-radius: 0;
    height: 20px;
    transform: skewX(0deg) !important;
    background: #000;
    max-width: 100%;
}

.grid .item-content .progress .progress-bar {
    box-shadow: none;
    border: none !important;
    transform: skewX(-25deg) !important;
    background: #00EEC6;
    margin-left: -3px;
    position: relative;
}

.grid .item-content .progress .progress-bar.yellow{
  background: #F9B300;
}

.grid .item-content .progress .progress-bar.red{
  background: #FF0A00;
}

.grid .item-content .progress .progress-bar::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    top: 0;
    left: 0;
    background: #FFFFFF99;
    z-index: 5;
}

.btn-box {
    display: flex;
    align-items: center;
    margin-top: 10px;
    justify-content: space-between;
}

.btn-box .btn-common {
    color: #1F1F1F;
    font-family: "Kaisei Tokumin", serif;
    font-weight: 800;
    font-size: 20px;
    box-shadow: none;
    width: calc(50% - 5px);
    min-height: 50px;
    background: linear-gradient(180deg, #AAAAAA -10.83%, #EFEFEF 17.34%, #FFFFFF 34.95%, #FFFFFF 69.81%, #EFEFEF 86.74%, #AAAAAA 111.25%);
    box-shadow: 0px 5px 20px 0px #000000A6;
}

.btn-spin-100 {
    color: #271C24;
    font-size: 20px;
    background: linear-gradient(180deg, #E63A06 0%, #FFCC00 32.21%, #FFEA87 50%, #FFCC00 75%, #E63A06 100%);
    min-height: 50px;
    width: 100%;
    font-family: "Kaisei Tokumin", serif;
    font-weight: 800;
    box-shadow: 0px 5px 20px 0px #000000A6;
    text-shadow: 1.5px 1.5px 0px #FFFFFF;
}

.centerScrollbox {
    scrollbar-width: none;
    padding: 10px 0px 270px;
    text-align: center;
}

.centerScrollbox .textBox {
    padding: 0px;
}

.productdetails .btn-back a {
    font-size: 13px;
    display: inline-block;
    background: url(../../backend/img/btn-back-arrow-black.svg) 6px 13px no-repeat;
    padding: 10px 10px 11px 25px;
    color: #000;
    font-weight: 600;
    background-size: 14px 14px;
    text-decoration: none;
    border-radius: 8px;
}

.topimgBox {
    margin-bottom: 15px;
}

.centerScrollbox .alphaImg {
    padding: 10px 0;
}

.productdetails .btnFixBox {
    padding: 0px 20px 5px;
}

.btnFixBox {
    padding: 10px 20px 25px;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 800px;
    /* background: #fff; */
    width: 100%;
}

.grid .btnFixBox .pricetag {
    text-align: center;
}

.grid .btnFixBox .pricetag .price {
    position: relative;
    bottom: -15px;
    background: url(../../backend/img/icon-tag.svg) no-repeat center;
    display: inline-block;
    padding: 5px 20px 5px 15px;
    font-weight: 600;
    color: #000;
    z-index: 99;
}

.grid .btnFixBox .pricetag .price img {
    max-width: 20px;
}

.grid.detail .progress {
    border: 3px solid #000;
    border-radius: 0;
    height: 20px;
    transform: skewX(0deg) !important;
    background: #000;
    max-width: 100%;
}

.grid.detail .progress .progress-bar {
    box-shadow: none;
    border: none !important;
    transform: skewX(-25deg) !important;
    background: #00EEC6;
    margin-left: -3px;
    position: relative;
}

.point-text-sec {
    display: inline-flex;
    justify-content: center;
}

.point-sec {
    background: rgba(255, 255, 255, 0.6);
    width: 130px;
    padding: 10px;
    font-family: "Kaisei Tokumin", serif;
    font-weight: 800;
}

.btn-box.btn-detail {
    justify-content: center !important;
    margin-bottom: 10px;
    gap: 10px;
    width: 100%;
}

.btn-box.btn-detail img {
    max-width: 120px;
}
.coming-soon-text-div img {
  max-width: 200px;
  width: 100%;
}