.txt_fill_mask{width: 100%;}

/* main visual */
.main_visual{height: 100vh;min-height: 1000px;background-image: url('../img/main_visual_bg_250829.jpg');}
.mv_content_align{position: relative;height: calc(100% - 160px);}
.mv_content{position: absolute;top: 50%;left: 50%;width: 900px;height: 513px;margin-left: -450px;margin-top: -216px;background-image: url('../img/mv_content_bg.png');text-align: center;}
.mv_content_title{padding-top: 147px;margin-bottom: 78px;}
.mv_content_rows{display: block;}

.mv_aside_items{display: flex;align-items: center;height: 160px;color: #fff;}
.mv_aside_item{display: flex;justify-content: space-between;align-items: center;width: 50%;height: 100%;padding: 0 70px 0 80px;box-sizing: border-box;}
.mv_aside_item1{background-color: var(--red);}
.mv_aside_item2{background-color: var(--green);}
.mv_aside_main_text{margin-bottom: 10px;font-size: 28px;font-weight: 700;}
.mv_aside_sub_text{font-size: 20px;}
.mv_aside_number{display: flex;font-size: 60px;font-family: 'SBAggroB';letter-spacing: -0.03em;}

/* sales */
.sales{display: flex;justify-content: center;align-items: center;height: 100vh;min-height: 1000px;background-image: url('../img/sales_bg.jpg');text-align: center;}
.sales_inner{margin-top: -30px;}
.sales_title{margin-bottom: 30px;}
.sales_items_note{margin-bottom: 22px;font-size: 20px;color: #b9b9b9;}
.sales_items{display: flex;justify-content: center;align-items: center;gap: 14px;margin-bottom: 80px;}
.sales_item{display: flex;justify-content: center;position: relative;width: 300px;aspect-ratio: 1/1;padding-top: 90px;border-radius: 50%;box-sizing: border-box;}
.sales_item_text{position: relative;}
.sales_period{margin-bottom: 20px;font-size: 30px;}
.sales_basic{background-color: var(--ivory);color: var(--green);}
.sales_red{background-color: var(--red);color: var(--white);}
.sales_green{background-color: var(--green);color: var(--white);}
.sales_total{font-size: 40px;color: #fff;line-height: 1.2;}
.sales_total span{font-weight: 700;font-size: 50px;}
.sales_total .highlight{inset: -0.05em -0.2em;}

.sales_item .wave{position: absolute;left: 0;top: 0;width: 100%;height: 100%;opacity: 0.3;border-radius: 50%;box-sizing: border-box;}
.sales_item .wave01{animation: wave01 0.6s linear infinite;}
.sales_item .wave02{animation: wave02 0.6s linear infinite;}
.sales_item .wave01{animation: wave01 0.6s linear infinite;}
.sales_item .wave02{animation: wave02 0.6s linear infinite;}
.sales_red .wave{background-color: var(--red);}
.sales_green .wave{background-color: var(--green);}

@keyframes wave01 {
    0%{transform: scale(1);}
    100%{transform: scale(1.4);}
}
@keyframes wave02 {
    0%{transform: scale(1);}
    100%{transform: scale(1.2);}
}

@media screen and (max-width: 1600px) {
    .mv_aside_item{padding: 0 50px 0 40px;}
    .mv_aside_number{font-size: 46px;}
    .sales_item{width: 270px;padding-top: 70px;}
}

/* record */
.record{overflow: hidden;background-color: var(--red);}
.record_left{z-index: 1;position: relative;top: 0;left: 0;width: 20%;background-color: var(--red);}
.record_tit{padding: 70px 0 39px 70px;width: 12vw;}
.record_tit img{width: 100%;}
.record_txt{padding-left: 70px;color: var(--white);}
.record_right{position: relative;right: 0;width: 80%;background-color: var(--ivory);}
.record_boxes{width: 100%;height: 900px;color: var(--white);}
.record_box{position: relative;width: 50%;padding: 70px;justify-content: space-between;align-items: flex-end;box-sizing: border-box;border: 1px solid var(--red);}
.record_box.record_box05{width: 100%;}
.record_box_bg{background-size: cover;background-position: top center;background-repeat: no-repeat;height: 100%;}
.record_box01 .record_box_bg{background-image: url('../img/record_box01_250616.jpg');}
.record_box02 .record_box_bg{background-image: url('../img/record_box02_250616.jpg');}
.record_box03 .record_box_bg{background-image: url('../img/record_box03_250616.jpg');}
.record_box04 .record_box_bg{background-image: url('../img/record_box04_250616.jpg');}
.record_box05 .record_box_bg{background-image: url('../img/record_box05_250616.jpg');}
.record_box_top{align-items: flex-start;margin-bottom: 81px;width: 100%;position: relative;white-space: nowrap;}
.record_box_tit{line-height: 1.4;}
.record_box_center{width: 100%;height: 344px;position: relative}
.record_graph_wrap{bottom: 39px;width: 100%;justify-content: space-evenly;align-items: flex-end;}
.record_graph{width: 55px;background-color: rgba(255, 255, 255, 0.4);}
.record_graph01{height: 50px;}
.record_graph02{height: 76px;}
.record_graph03{height: 83px;}
.record_graph04{height: 56px;}
.record_graph_apple{height: 178px;background-image: url('../img/record_box_graph.png');}
.record_graph_brand{bottom: 7px;left: 50%;transform: translateX(-50%);white-space: nowrap;font-size: 13px;letter-spacing: -0.05em;}
.record_graph_cost{font-size: 15px;white-space: nowrap;top: -30px;left: 50%;transform: translateX(-50%);align-items: center;}
.record_graph_cost .num,
.record_graph_cost .dot{font-size: 35px;flex-wrap: 700;}
.record_graph_apple .record_graph_cost{top: -60px;font-size: 20px;}
.record_box_txt{bottom: 0;left: 50%;transform: translateX(-50%);white-space: nowrap;}
.record_box_btm span{display: block;}
.record_box_cost{margin-top: 15px;}
.record_box_btm{display: flex;flex-direction: column;align-items: flex-end;justify-content: space-between;position: relative;}
.record_box_btm_wrap:last-child{margin-top: 43px;}
@media screen and (max-width:1500px){
    .record_tit{padding: 70px 0 30px 30px;}
    .record_txt{padding-left: 30px;width: 150px;}
    .record_box{padding: 30px;}
    .record_box_txt{white-space: nowrap;}
}


/* cafe */
.cafe{width: 100%;}
.cafe_bg{width: 100%;height: 100vh;background-image: url('../img/curve_bg.png');background-size: cover;}
.cafe_tit{padding-top: 150px;}
.cafe_tit span{display: block;}
.cafe_tit01{margin-bottom: 12px;}
.cafe_highlight{bottom: -23px;left: 50%;transform: translateX(-50%);margin-left: 110px;}
.cafe_deco{position: absolute;top: 307px;left: 50%;transform: translateX(-50%);align-items: flex-end;}
.cafe_deco_txt{font-weight: 700;line-height: 1;}
.cafe_deco_txt:first-child{color: #bd042e;}
.cafe_deco_txt:nth-child(2){color: #9b0728;}
.cafe_deco_txt:last-child{color: #7d0822;}
.cafe_img{position: relative;height: 700px;margin: 60px auto 0;}
.cafe_img img{display: block;}
.cafe_box02{width: 303px;height: 407px;margin-top: 60px;}
.cafe_box02 video{width: 100%;}
.cafe_rotate{bottom: -75px;left: 350px;animation: rotation 25s linear infinite;}
.cafe_percent_twrap{top: 726px;left: 50%;align-items: flex-start;gap: 30px;}
.cafe_btm{width: 100%;margin-top: 300px;}
.apple_objects{max-width: 100vw;width: 100%;height: 1534px;top: 0;left: 0;}
.apple_object_bg{bottom: 0;left: 0;width: 100%;height: 980px; background-size: cover;background-position: bottom;background-repeat: no-repeat;background-image: url('../img/apple_object_bg.png');}
.cafe_btm .ball_area{left: 0;right: 0;width: 1920px;height: 1300px;margin: 0 auto;border-radius: 0 50% 0 50%;}
.cafe_btm_boxes{text-align: center;}
.cafe_btm_cont{position: relative;width: 100%;margin: -15px auto 0;max-width: 1300px;height: 360px;background-size: cover;background-position: center;background-repeat: no-repeat;}
.cafe_btm_box01{margin-bottom: 80px;}
.cafe_btm_box02{margin-bottom: 585px;}
.cafe_btm_tit01{align-items: center;}
.cafe_btm_box01 .cafe_btm_cont{background-image: url('../img/cafe_btm_box01.png');}
.cafe_btm_box02 .cafe_btm_cont{background-image: url('../img/cafe_btm_box02.png');}
.cafe_btm_cont01,
.cafe_btm_cont02{width: 640px;height: 360px;color: #fff;}
.cafe_btm_cont01 span,
.cafe_btm_cont02 span{position: relative;}
.cafe_btm_cont01 span.txt30,
.cafe_btm_cont02 span.txt30{font-weight: 700;display: block;}
.cafe_object{top: 400px;left: 0;offset-path: path('M.47.17s92.22,254,462,242.08C781.6,232,853.09,122,969.8,127.5c401,8.34,648.45,326.23,695.61,371.34,55.4,53,285,313.72,599,281.15,0,0,77.6-8.26,128.71-34');}
@keyframes move {
    0% {
        offset-distance: 0%;
    }
    100% {
        offset-distance: 100%;
    }
}

/* pie */
.pie{width: 100%;padding-top: 41px;background-color: var(--ivory);margin-top: -7px;}
.pie_tit_wrap{color: var(--red);text-align: center;gap: 30px;margin-bottom: 160px;}
.pie_tit_wrap .pie_tit03 .pie_tit03_01{margin-bottom: 134px;}
.pie_tit03 .txt_fill_wrap{transform-origin: left bottom;}
.pie_circle{position: absolute;bottom: -200px;left: 50%;transform: translateX(-50%);width: 750px;height: 750px;}
.pie_circle_line{width: 100%;height: 100%;}
.pie_circle_line svg{width: 100%;height: 100%;}
.pie_circle_dot{top: 2px;left: 50%;width: 10px;height: 10px;border-radius: 50%;background-color: var(--red);}
.pie_slide{width: 100%;height: 780px;}
.pie_slide_wrap{text-align: center;}
.pie_slide_tit{margin-bottom: 30px;}
.pie_slide_subtit{line-height: 1.5;margin-bottom: 37px;}
.pie_slide .swiper-slide{width: 490px;height: 288px;margin: 0;opacity: 1;transition: all 2s;}
.pie_slide .swiper-slide-active{opacity: 1;}
.pie_slide .swiper-slide-prev{opacity: 0;}
.pie_slide .swiper-slide-next{opacity: 0;}
.pie_sl{width: 500px;height: 100%;overflow: hidden;transition: all 0.6s;margin: 0 auto;}
.pie_sl_bg{left: 50%;transform: translateX(-50%);height: 780px;min-width: 1920px;max-width: 1920px;}
.pie_sl_bg_apple{position: absolute;}
.pie_slide span{color: var(--red);}
.pie_sl_bg_apple01{top: 273px;left: -30px;animation: tiktok01 0.5s none infinite;}
.pie_sl_bg_apple02{top: 64px;left: 192px;animation: tiktok02 0.5s none 0.2s infinite;}
.pie_sl_bg_apple03{top: 435px;left: 260px;animation: tiktok01 0.5s none infinite;}
.pie_sl_bg_apple04{top: 0;left: 552px;animation: tiktok02 0.5s none 0.2s infinite;}
.pie_sl_bg_apple10{top: 273px;left: 665px;animation: tiktok01 0.5s none infinite;}
.pie_sl_bg_apple06{top: 61px;right: 544px;animation: tiktok02 0.5s none 0.2s infinite;}
.pie_sl_bg_apple07{top: 284px;right: 406px;animation: tiktok01 0.5s none infinite;}
.pie_sl_bg_apple08{top: 206px;right: 80px;animation: tiktok02 0.5s none 0.2s infinite;}
.pie_sl_bg_apple09{top: 382px;right: 141px;animation: tiktok01 0.5s none infinite;}
.pie_sl_bg_apple05{animation: tiktok02 0.5s none 0.2s infinite;}
.pie_sl_txt{width: 100%;top: 0;left: 50%;transform: translateX(-50%);color: var(--red);gap: 30px;}
.pie_sl_box{bottom: 0;left: 0;width: 100%;height: 250px;background-color: var(--red);}
.pie_sl_twrap{z-index: 1;width: 544px;height: 215px;top: 621px;left: 50%;transform: translateX(-50%);justify-content: space-between;}
.pie_sl_object{margin-top: -20px;}
.pie_rotate_wrap{width: 100%;height: 100vh;background-color: var(--ivory);}
.pie_rotate_slide .swiper-slide{width: 100%;height: 100vh;background-color: var(--ivory);}
.pie_rotate_sl_bg{position: absolute;top: 30px;left: 50%;transform: translateX(-50%);height: 100%;min-width: 1920px;max-width: 1920px;}
.pie_rotate_bg_left{height: 100%;}
.pie_rotate_bg_left .pie_rotate_sl_bg_apple{position: absolute;}
.pie_rotate_bg_left .pie_rotate_sl_bg_apple01{top: 207px;left: 41px;animation: tiktok01 0.5s none infinite;}
.pie_rotate_bg_left .pie_rotate_sl_bg_apple02{top: 98px;left: 269px;animation: tiktok02 0.5s none 0.2s infinite;}
.pie_rotate_bg_left .pie_rotate_sl_bg_apple03{top: 486px;left: 20px;animation: tiktok01 0.5s none infinite;}
.pie_rotate_bg_left .pie_rotate_sl_bg_apple04{top: 216px;left: 475px;animation: tiktok02 0.5s none 0.2s infinite;}
.pie_rotate_bg_left .pie_rotate_sl_bg_apple05{top: 525px;left: 436px;animation: tiktok02 0.5s none 0.2s infinite;}
.pie_rotate_bg_left .pie_rotate_sl_bg_apple06{top: 354px;left: 270px;animation: tiktok02 0.5s none 0.2s infinite;}
.pie_rotate_bg_left .pie_rotate_sl_bg_apple07{top: 623px;left: 237px;animation: tiktok01 0.5s none infinite;}
.pie_rotate_bg_left .pie_rotate_sl_bg_apple08{top: 775px;left: 17px;animation: tiktok02 0.5s none 0.2s infinite;}
.pie_rotate_bg_left .pie_rotate_sl_bg_apple09{top: 864px;left: 241px;animation: tiktok02 0.5s none 0.2s infinite;}
.pie_rotate_bg_left .pie_rotate_sl_bg_apple10{top: 767px;left: 510px;animation: tiktok02 0.5s none 0.2s infinite;}
@keyframes tiktok01 {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(10deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
@keyframes tiktok02 {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(-20deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
.pie_rotate_bg_right{height: 100%;}
.pie_rotate_bg_right .pie_rotate_sl_bg_apple{position: absolute;}
.pie_rotate_bg_right .pie_rotate_sl_bg_apple01{top: 207px;right: 41px;animation: tiktok01 0.5s none infinite;}
.pie_rotate_bg_right .pie_rotate_sl_bg_apple02{top: 98px;right: 269px;animation: tiktok02 0.5s none 0.2s infinite;}
.pie_rotate_bg_right .pie_rotate_sl_bg_apple03{top: 486px;right: 20px;animation: tiktok01 0.5s none infinite;}
.pie_rotate_bg_right .pie_rotate_sl_bg_apple04{top: 216px;right: 475px;animation: tiktok02 0.5s none 0.2s infinite;}
.pie_rotate_bg_right .pie_rotate_sl_bg_apple05{top: 525px;right: 436px;animation: tiktok02 0.5s none 0.2s infinite;}
.pie_rotate_bg_right .pie_rotate_sl_bg_apple06{top: 354px;right: 270px;animation: tiktok02 0.5s none 0.2s infinite;}
.pie_rotate_bg_right .pie_rotate_sl_bg_apple07{top: 623px;right: 237px;animation: tiktok01 0.5s none infinite;}
.pie_rotate_bg_right .pie_rotate_sl_bg_apple08{top: 775px;right: 17px;animation: tiktok02 0.5s none 0.2s infinite;}
.pie_rotate_bg_right .pie_rotate_sl_bg_apple09{top: 864px;right: 241px;animation: tiktok02 0.5s none 0.2s infinite;}
.pie_rotate_bg_right .pie_rotate_sl_bg_apple10{top: 767px;right: 510px;animation: tiktok02 0.5s none 0.2s infinite;}
.pie_rotate_circle{width: 701px;height: 701px;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.pie_rotate_circle .rel{top: 0;left: 0;}
.pie_rotate_circle_bg{animation: rotation 50s linear infinite;width: 701px;height: 701px;}
.pie_rotate_slide .swiper-slide .pie_rotate_circle_bg01{background-image: url('../img/pie_rotate_txt_apple.png');}
.pie_rotate_slide .swiper-slide .pie_rotate_circle_bg02{background-image: url('../img/pie_rotate_txt_cream.png');}
.pie_rotate_slide .swiper-slide .pie_rotate_circle_bg03{background-image: url('../img/pie_rotate_txt_vanilla.png');}
@keyframes rotation {
    from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    }
    to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    }
}
.pie_rotate_circle_cont{top: 50%;left: 50%;transform: translate(-50%, -50%); gap: 32px;}

/* signature */
.signature{width: 100%;background-color: var(--ivory);}
.signature_wrap{width: 100%;height: 882px;position: relative;}
.signature_top{margin: 0 auto;width: 1820px;max-width: 1820px;height: 882px;background-image: url('../img/signature_top_bg.jpg');}
.signature_marquee{width: 100%; top: 240px;left: 0;}
.signature_marquee .marquee-items{display: flex;gap: 30px;}
.sig_deco01{left: 570px;top: 28px;}
.sig_deco02{right: 595px;top: 143px;}
.sig_deco03{left: 827px;top: 329px;opacity: 0.8;}
.signature_center{width: 100%;max-width: 1920px;padding-bottom: 130px;margin: 0 auto;}
.sig_center_tit{padding-top: 130px;}
.sig_center_rotate{position: absolute;top: 224px;left: 229px;width: 172px;height: 169px;animation: rotation 25s linear infinite reverse;background-image: url('../img/signature_rotate_txt.png');}
.sig_center_deco_wrap{gap: 10px;margin-top: 98px;}
.sig_center_deco{width: 1283px;height: 135px;background-image: url('../img/sig_center_deco.png');transition: all 0.3s;}
.sig_center_deco.on{background-image: url('../img/sig_center_deco_fill.png');background-repeat: no-repeat;background-position: center;background-size: cover;}
.sig_center_object{top: 50%;left: 50%;transform: translate(-50%,-50%);}
.sig_center_txt{margin-top: 122px;}
.signature_btm{padding-bottom: 105px;}
.sig_slide{width: 100%;max-width: 1820px;height: 600px;margin: 0 auto;}
.sig_sl_circle .swiper-container{width: 400px;top: 0;left: 50%;transform: translateX(-50%); z-index: 5;}
.sig_slide_sub .swiper-container{width: 400px;height: 100%;top: 50%;transform: translateY(-50%);right: 0;z-index: 5;}
.sig_sl{width: 100%;height: 100%;}
.sig_sl_bg_box{top: 50%;left: 0;transform: translateY(-50%);width: 100%;height: 475px;background-color: var(--green);}
.sig_sl_circle{z-index: 10;width: 600px;height: 600px;top: -13%;left: 50%;transform: translateX(-50%);background-image: url('../img/sig_sl_circle01.png');}
.sig_sl_bg_deco{top: -10px;left: 50%;transform: translateX(-54%);}
.sig_sl_tit{align-items: flex-start;gap: 15px;left: 0;top: 50%;transform: translateY(-50%);}
.sig_sl_sub{color: #124e1a;}
.sig_sl_tit .sig_sl_sub em.bold{color: #fff;}
.sig_sl_circle .sig_sl_cont{width: 100%;height: 100%;}
.sig_sl_cont_img{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);border-radius: 50%;}
.sig_slide_sub .sig_sl_menu{align-items: flex-end;gap: 5px;top: 50%;right: 0;transform: translateY(-50%);background-color: var(--green);width: 100%;height: 200px;}
.sig_btns{display: flex;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.sig_btn{background-size: cover;width: 41px;height: 22px;background-image: url('../img/sig_btn.png');}
.sig_btn_next{transform: rotateY(180deg);margin-left: 388px;}

/* deep */
.deep{width: 100%;height: 800px;background-image: url('../img/deep_bg.jpg');}
.deep_wrap{justify-content: space-between;align-items: center;}
.deep_tit{display: flex;flex-direction: column;align-items: flex-start;color: #fff;}
.deep_center{width: 721px;height: 676px;background-image: url('../img/deep_graph.png');}
.deep_graph{top: 52px;left: 50%;transform: translateX(-48%);}
.deep_center_object{top: 50%;left: 50%;transform: translate(-50%, -50%);}
.deep_center_object01{transform: translateX(-40px)rotate(-15deg);}
.deep_center_object02{transform: translateX(60px)rotate(15deg);}
.deep_right{flex-direction: column;align-items: center;}
.deep_right_cost{margin-top: -33px;}

/* sweet */
.sweet{width: 100%;padding-top: 119px;background-color: var(--ivory);}
.sweet_tit{margin-bottom: 68px;}
.sweet_cont{max-width: 1200px;margin: 0 auto;gap: 20px;margin-bottom: 150px;}
.sweet_cont_top{color: var(--red);align-items: center;}
.sweet_cont_btm{color: var(--red);align-items: center;}
.sweet_cont_line01{margin-left: 40px;width: 773px;height: 1px;background-color: var(--red);transform-origin: left top;}
.sweet_cont_line02{margin-right: 40px;width: 430px;height: 4px;background-color: var(--red);transform-origin: left top;}
.sweet_cont_btm span.txt30{z-index: 1;}
.sweet_object{width: 100%;height: 100%;}
.sweet_icecream{opacity: 1;top: -120px; left: 50%;transform: translateX(-50%);}
.sweet_pie{opacity: 0;top: -120px; left: 50%;transform: translateX(-50%);}
.sweet_drink{opacity: 0;top: -120px; left: 50%;transform: translateX(-50%);}
.sweet_marquee{width: 100%;height: 100px;border-top: 2px solid var(--red);border-bottom: 2px solid var(--red);background: #fff;box-sizing: border-box;}
.sweet_marquee .marquee-items{display: flex;gap: 31px;}

/* hot */
.hot{width: 100%;padding-top: 130px;background-color: #fff;}
.hot_tit{width: 100%;max-width: 1200px;margin: 0 auto 15px;margin-bottom: 15px;display: flex;justify-content: flex-end;}
.hot_tit .txt_fill_wrap{margin-right: 0;}
.hot_sub{display: block;color: var(--red);width: 100%;max-width: 1200px;margin: 0 auto;text-align: right;}
.hot_boxes{max-width: 1400px;margin: 0 auto;padding: 0 51px;}
.hot_box{position: relative;display: flex;align-items: center;height: 750px;}
.hot_box_left{width: 650px;height: 100%;}
.hot_box_right{width: 650px;height: 100%;display: flex;flex-direction: column;align-items: flex-start;justify-content: center;padding-left: 60px;}
.hot_box01 .hot_box_left{background-image: url('../img/hot_box01.jpg');}
.hot_box01 .hot_box_mini{background-image: url('../img/hot_box01_mini.jpg');top: 63px;right: 0;width: 210px;height: 240px;}
.hot_box01 .hot_box_deco{bottom: 18px;left: 508px;width: 373px;height: 94px;}
.hot_box02 .hot_box_left{background-image: url('../img/hot_box02.jpg');}
.hot_box02 .hot_box_mini{background-image: url('../img/hot_box02_mini.jpg');bottom: 110px;right: 0;width: 300px;height: 220px;}
.hot_box02 .hot_box_deco{bottom: 43px;left: 554px;width: 255px;height: 209px;}
.hot_box02 .hot_box_right{justify-content: flex-start;padding-top: 114px;}
.hot_box03 .hot_box_left{background-image: url('../img/hot_box03.jpg');}
.hot_box03 .hot_box_mini{background-image: url('../img/hot_box03_mini.jpg');bottom: 158px;right: 110px;width: 186px;height: 290px;}
.hot_box03 .hot_box_deco{bottom: 20px;right: 332px;width: 192px;height: 202px;}
.hot_box03 .hot_box_right{justify-content: flex-start;padding-top: 118px;}
.hot_box_logo{margin-bottom: 23px;}
.hot_box_tit{margin-bottom: 39px;}
.hot_box_txt{margin-bottom: 60px;line-height: 1.5;}
.hot_box03 .hot_box_txt{margin-bottom: 27px;line-height: 1.5;}
.hot_box_mini{position: absolute;}
.hot_box_deco{position: absolute;display: flex;flex-direction: column;}
.hot_box_deco01{width: 100%;height: 50%;transition: opacity 0.3s;}
.hot_box_deco01 span{position: absolute;top: 0;left: 0;}
.hot_box_deco02{width: 100%;height: 50%;transition: opacity 0.3s;}
.hot_box_deco02 span{position: absolute;top: 0;left: 0;}

/* new */
.new{padding: 150px 0;}
.new_tit{margin-bottom: 107px;gap: 20px;}
.new_boxes{width: 1300px;margin: 0 auto;position: relative;}
.new_box{position: relative;width: 100%;height: 140px;transition: all 0.4s ease-in-out;}
.new_box01{background-color: var(--red);}
.new_box02{background-color: var(--green);}
.new_box.on{height: 450px;overflow: hidden;}
.new_box.on .new_box_open{display: block;transition: all 0.4s;}
.new_box.on .new_box_close{display: none;transition: all 0.4s;}
.new_box_open{position: relative;display: none;color: #fff;height: 450px;}
.new_box_open_tit{margin-bottom: 30px;padding: 60px 0 0 100px;}
.new_box_open_txt{padding-left: 100px;}
.new_box01 .new_box_open_bg{width: 800px;height: 450px;background-image: url('../img/new_box01.png');top: 0;right: 0;}
.new_box02 .new_box_open_bg{width: 800px;height: 450px;background-image: url('../img/new_box02.png');top: 0;right: 0;}
.new_popup_txt{bottom: -1px;right: 0;}
.new_box_close{height: 100%;align-items: flex-start;padding-left: 100px;}
.new_box .new_box_deco{position: absolute;bottom: -1px;left: -1px;}
.new_deco{position: absolute;}
.new_deco01{left: -150px;top: -90px;}
.new_deco02{right: -130px;bottom: -100px;z-index: 1;}

/* interior */
.interior{width: 100%;height: 700px;}
.interior_boxes{height: 100%;display: flex;justify-content: space-between;align-items: center;}
.interior_box{height: 100%;text-align: center;}
.interior_left{width: calc(50% - 200px);background-image: url('../img/interior_box01.png');color: #fff;justify-content: flex-end;padding-bottom: 90px;}
.interior_right{width: calc(50% - 200px);background-image: url('../img/interior_box02.png');color: #fff;justify-content: flex-end;padding-bottom: 90px;}
.interior_center{width: 400px;background-color: var(--red);position: relative;z-index: 1;}
.interior_tit{margin-bottom: 31px;}
.interior_txt{color: #fff;text-align: center;}
.interior_sub_tit{margin-bottom: 20px;}

/* story */
.story{padding: 140px 0 120px;}
.story_tit{margin-bottom: 30px;}
.story_slide{margin-top: 61px;width: 100%;height: 450px;position: relative;}
.story_slide .swiper-slide{width: 800px;height: 100%;opacity: 0.5;transition: opacity 0.5s;}
.story_slide .swiper-slide-active{opacity: 1;}
.story_sl{width: 100%;height: 100%;position: relative;}
.story_slide .swiper-slide-active .story_sl_txt{opacity: 1;}
.story_sl_txt{opacity: 0;white-space: nowrap;text-align: center;bottom: 40px;left: 50%;transform: translateX(-50%);color: #fff;}
.story_sl_txt em{font-weight: 700;}
.story_btns{display: flex;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.story_btn{background-size: cover;width: 100px;height: 100px;background-image: url('../img/story_btn.png');}
.story_btn_next{transform: rotateY(180deg);margin-left: 900px;}

/* success */
.success{padding: 140px 0 100px;background-color: #fef0cd;}
.success_tit{margin-bottom: 30px;}
.success_slide{margin-top: 50px;width: 100%;position: relative;}
.success_slide .swiper-slide{width: 1190px;opacity: 0.2;transition: opacity 0.5s;}
.success_slide .swiper-slide-active{opacity: 1;}
.success_sl{width: calc(100% - 180px);margin-inline: 90px;position: relative;}
.success_video_blank{width:100%;aspect-ratio: 16 / 9;background-color: #000;}
.success_sl_txt{margin-top: 25px;white-space: nowrap;text-align: center;color: #000;}
.success_sl_txt em{font-weight: 700;color: #d50632;}
.success_btn{top: 235px;width: 100px;height: 100px;}
.success_btn_prev{background-image: url('../img/success_arrow_left.png');left: 50%;margin-left: -645px;}
.success_btn_next{background-image: url('../img/success_arrow_right.png');right: 50%;margin-right: -645px;}
.success_video_wrap {position: absolute;top: 0;left: 50%;width: 1010px;aspect-ratio: 16 / 9;overflow: hidden;transform: translateX(-50%);z-index: 1;box-sizing: border-box;}
.success_video_wrap .video_iframe {width: 100%;height: 100%;}
.success_video_wrap .video_iframe iframe {width: 100%;height: 100%;}
.success_swiper_bullets {display: flex;justify-content: center;align-items: center;margin-top: 50px;gap: 5px;}
.success_swiper_bullets .swiper-pagination-bullet {width: 10px;aspect-ratio: 1/1;border-radius: 10px;background-color: rgba(0, 0, 0, 0.3);transition: background-color 0.5s;}
.success_swiper_bullets .swiper-pagination-bullet-active {background-color: #124e1a;}

/* cost */
.cost{padding: 130px 0;}
.cost_tit{margin-bottom: 30px;}
.cost_box{width: 100%;max-width: 1200px;margin: 0 auto;}

/* store */
.store{width: 100%;margin-top: -130px;padding: 230px 0 100px;background-color: var(--ivory);}
.store_tit{text-align: center;}
.store_map{width: 1500px;height: 700px;margin: 40px auto 0;}
.place_find_tabs > li.on > a{background-color: var(--red);}

