.main_wrap {background:#fff;}
.sticky_menu{height: 197px;line-height: 98px;flex-wrap: wrap;justify-content: space-between;background: #d3cdc2;}
.sticky_menu a{background: #292a2c;width:calc(100% / 3 - 1px);flex:initial;color:#fff;font-weight: 400;}
.sticky_menu a:nth-child(n+4){width:calc(100% / 4 - 1px);}
.sticky_menu a.active{background: #0084ff;color: #fff;font-weight: 400;}

.box{
  -webkit-mask:
    radial-gradient(circle 38px at left center, transparent 98%, black 100%),
    radial-gradient(circle 38px at right center, transparent 98%, black 100%),
    linear-gradient(black, black);
  -webkit-mask-composite: destination-out;
  mask:
    radial-gradient(circle 38px at left center, transparent 98%, black 100%),
    radial-gradient(circle 38px at right center, transparent 98%, black 100%),
    linear-gradient(black, black);
  mask-composite: exclude;
  position:relative;
}

.limited-badge_img {
	position:absolute; 
	right:0;
	top:0;
	}

.limited-badge{
    position:absolute;
    top:0;
    right:0;
    width:18%;
    aspect-ratio:1;
    overflow:hidden;
}

.limited-badge span{
    position:absolute;
    top:22%;
    right:-30%;
    width:137%;
    padding:7px 0;
    background:linear-gradient(
        -135deg,
        #6717cd 0%,
        #2871fa 100%
    );
    color:#fff;
    font-size:clamp(15px,3.1rem,31px);
    font-weight:700;
    text-align:center;
    line-height:1.2;

    transform:rotate(45deg);
    box-shadow:0 3px 10px rgba(0,0,0,.15);
}

.sec02{background: url('../img/07/sec02_bg3.jpg') center top; background-size:cover;}
.sec03{background: url('../img/07/sec03_bg1.jpg') center top; background-size:cover;}
.sec04{background: url('../img/07/sec04_bg.jpg') center top;padding-bottom: 100px; background-size:cover;}
.sec06{background: url('../img/07/sec06_bg.jpg') center top;padding-bottom: 100px; background-size:cover;}
.sec07{background: url('../img/07/sec07_bg.jpg') center top;padding-bottom: 100px; background-size:cover;}


.box:has(.top_text){padding-top: 80px;}

.top_text.color4 {color:#5854ef;}
.top_text.color6 {color:#0367ea;}
.top_text.color62 {color:#e04d2a;}
.top_text.color7 {color:#533ee6;}
.box .price{background: linear-gradient(#161ab9 0%, #5a42ec 100%);
background-clip: text;
-webkit-background-clip: text;
color: transparent;}
.box .price.color4{background: linear-gradient(#09bbfe 0%, #5a42ec 100%);
background-clip: text;
-webkit-background-clip: text;
color: transparent;}
.box .price.color6{background: linear-gradient(#015eea 0%, #00c0fa 100%);
background-clip: text;
-webkit-background-clip: text;
color: transparent;}
.box .price.color62{background: linear-gradient(#f28e26 0%, #fd644f 100%);
background-clip: text;
-webkit-background-clip: text;
color: transparent;}

.sec02 .box .tit.sm {font-size:4.3rem;}
.sec02 .box .tit.sm .smm {font-size:2rem;}
.sec02 .box .btnPg {font-size:3.3rem; font-weight:600; color:#fff; display:flex; width:37.7rem; height:6.3rem; justify-content:center; align-items:center; border-radius:12rem; margin-bottom:15px; }
.sec02 .box .tit span.top_text.btn {margin-top:-70px;}
.box:has(.top_text.btn) {padding-top:50px;}

.sec02 .box {padding-top:160px !important;}
.sec02 .box.hasTxt {padding-top:120px !important;}

.sec02 .box .btnPg.bronze {background: linear-gradient(
	   75deg,
    #edc9c6 0%,
	#c48f8b 52%,
    #ca7f78 100%
);
}
.sec02 .box .btnPg.silver {background: linear-gradient(
	   76deg,
    #e1deda 0%,
	#898886 52%,
    #a9a9a9 100%
);
}
.sec02 .box .btnPg.gold {background: linear-gradient(
	   75deg,
    #e9c79a 0%,
	#a57c48 45%,
    #e7bd88 100%
);
}

.box .tit span.top_text {font-size:2.5rem;}

@media (max-width: 900px){
    .box{
  -webkit-mask:
    radial-gradient(circle 10px at left center, transparent 98%, black 100%),
    radial-gradient(circle 10px at right center, transparent 98%, black 100%),
    linear-gradient(black, black);
  -webkit-mask-composite: destination-out;
  mask:
    radial-gradient(circle 10px at left center, transparent 98%, black 100%),
    radial-gradient(circle 10px at right center, transparent 98%, black 100%),
    linear-gradient(black, black);
  mask-composite: exclude;
}
.box:has(.top_text){padding-top: 20px}
.box .tit span.top_text{margin-top: -10px;}
.sec02 .box .tit span.top_text.btn {margin-top:-10px;}

.limited-badge_img {width:23vw;}
.sec02 .box.hasTxt {padding-top:8vw !important;}
.sec02 .box {padding-top:10vw !important;}


}

@media (max-width: 769px){
.sec02 .box .tit.sm {font-size:18px;}
.sec02 .box .tit.sm .smm {font-size:15px;}
.sec02 .box .btnPg {font-size:16px; display:inline-block; padding:5px 20px; text-align:center; width:auto; height:auto;}
.limited-badge_img {width:18vw;}
.sec02 .box.hasTxt {padding-top:8vw !important;}
.box:has(.top_text) {padding:30px 15px;}
}
