@charset "utf-8";
/* CSS Document */

.k_movie_box {position: relative; width: 100%; height: 100vh; overflow: hidden;}
.k_movie_box video {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; object-fit: cover;}

.k_sc_btn_area{display:flex;flex-wrap:wrap;justify-content:space-between;margin:30px auto 20px;width:986px;}
.k_sc_btn{display:flex;align-items:center;width:236px;height:56px;background-color:#FBEEE6;background-image:url('/img/kids/Frame1000003828.svg');background-repeat:no-repeat;background-size:16px auto;background-position:16px center;padding-left:40px;box-sizing:border-box;font-size:16px;font-family:"Shippori Antique",sans-serif;font-weight:500;cursor:pointer;transition:background-color 0.2s ease;margin-bottom:10px;border-radius:8px;text-decoration:none;color:#333;}
.k_sc_btn:hover{background-color:#D85802;color:#fff;}

.k_msg_area{text-align:center;position:relative;padding:100px 0 0;border-top:1px solid #9A2020;}
.k_msg_area h2{font-size:34px;font-weight:900;font-family:'Zen Old Mincho',serif;display:flex;align-items:center;justify-content:center;gap:8px;margin:0 auto;}
.k_msg_area h2::before{content:'';display:inline-block;width:33px;height:36px;background-image:url('/img/kids/star.svg');background-repeat:no-repeat;background-size:contain;flex-shrink:0;}
.k_msg_area h3{font-size:44px;font-weight:900;font-family:'Zen Old Mincho',serif;text-align:center;}
.k_kids_img{position:absolute;left:0;bottom:0;width:164px;}
.k_kids_img img{width:100%;}
.k_msg_txt{padding:20px 0 50px;font-weight:500;}

.k_back{background: url(/img/kids/back.png) center center / 1440px auto repeat;padding:50px 0 100px;position:relative;}
.k_play_area{display:flex;justify-content:space-between;}
.k_play_box{width:280px;}
.k_play_box img{width:100%;border-radius:10px;}
.k_play_box h3{font-family: "Shippori Antique", sans-serif;font-weight:500;font-size:20px;color:#fff;text-align:center;margin:0 auto;}
.k_mask_box{position:relative;width:280px;height:134px;background-image:url('/img/kids/mask.svg');background-repeat:no-repeat;background-size:contain;margin:20px 0;}
.k_mask_box p{position:absolute;top:0;left:0;width:100%;height:110px;display:flex;align-items:center;justify-content:center;margin:0;padding:0 20px;box-sizing:border-box;font-size:14px;color:#fff;line-height:1.6;}
.k_play_area2{display:flex;justify-content:space-around;margin-top:70px;align-items:center;}
.k_gacha_txt{width:622px;color:#fff;}
.k_gacha_txt h2{font-family:'Zen Old Mincho',serif;font-size:20px;font-weight:900;letter-spacing:0.2em;}
.k_gacha_txt h3{font-family:'Zen Old Mincho',serif;font-size:36px;font-weight:900;display:flex;align-items:center;gap:12px;margin:10px 0 30px;}
.k_gacha_txt h3::before{content:'';display:inline-block;width:49px;height:82px;background-image:url('/img/kids/hana.svg');background-repeat:no-repeat;background-size:contain;flex-shrink:0;}
.k_gacha_img{width:438px;}
.k_gacha_img img{border-radius:10px;}

.k_menu_area{display:flex;justify-content:space-between;align-items:center;}
.k_menu_txt{width:466px;}
.k_menu_txt h2{font-size:44px;font-weight:900;font-family:'Zen Old Mincho',serif;position:relative;padding-top:25px;padding-left:0;margin-bottom:30px;}
.k_menu_txt h2::before{content:'';display:block;width:48px;height:30px;background-image:url('/img/kids/crown.svg');background-repeat:no-repeat;background-size:contain;position:absolute;top:0;left:0;}
.k_menu_img_sp{display:none;}
.k_pdf_btn{display:flex;align-items:center;justify-content:center;gap:12px;width:330px;height:72px;background:#fff;border:1px solid #9A2020;border-radius:8px;padding:0 16px;box-sizing:border-box;cursor:pointer;transition:background 0.2s ease;margin:30px 0;box-shadow:0 2px 8px rgba(0,0,0,0.12);}
.k_pdf_btn::before{content:'';display:inline-block;width:32px;height:32px;background-image:url('/img/kids/pdf.svg');background-repeat:no-repeat;background-size:contain;flex-shrink:0;}
.k_pdf_btn span{font-size:16px;color:#9A2020;transition:color 0.2s ease;}
.k_pdf_btn::after{content:'';display:inline-block;width:24px;height:54px;background-image:url('/img/kids/arrow_d.svg');background-repeat:no-repeat;background-size:contain;flex-shrink:0;}
.k_pdf_btn:hover{background:#D85802;}
.k_pdf_btn:hover span{color:#fff;}
.k_menu_txt p{color:#9A2020;font-size:14px;}
.k_menu_img{width:594px;}
.k_menu_img img{width:100%;border-radius:8px;}

.k_age_box{background:#FFF7EE;border:4px solid #D85802;padding:30px 50px;border-radius:10px;text-align:center;margin-top:80px;}
.k_age_box h2{font-size:44px;font-weight:900;font-family:'Zen Old Mincho',serif;position:relative;display:flex;align-items:center;justify-content:center;gap:12px;margin:0 auto;}
.k_age_box h2::before{content:'';display:inline-block;width:53px;height:60px;background-image:url('/img/kids/age.svg');background-repeat:no-repeat;background-size:contain;flex-shrink:0;}
.k_age_box h3{font-size:20px;color:#D85802;font-weight:500;}
.k_age_box h3::before{content:'\FF3C';padding-right:0.2em;}
.k_age_box h3::after{content:'／';}
.k_age_price{width:849px;margin:10px auto 30px;}
.k_age_price p{color:#9A2020;font-size:14px;margin-top:30px;}
.k_age_price img{width:100%;}

.k_btn_area{display:flex;justify-content:space-around;}
.k_btn_basic, .k_btn_deluxe, .k_btn_premium{display:flex;align-items:center;justify-content:center;gap:8px;width:330px;height:72px;background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.12);padding:0 16px;box-sizing:border-box;cursor:pointer;transition:background 0.2s ease;}
.k_btn_basic{border:1px solid #D85802;}
.k_btn_deluxe{border:1px solid #9A2020;}
.k_btn_premium{border:1px solid #AA7F22;}
.k_btn_basic span, .k_btn_deluxe span, .k_btn_premium span{font-size:16px;font-weight:700;}
.k_btn_basic span{color:#D85802;}
.k_btn_deluxe span{color:#9A2020;}
.k_btn_premium span{color:#AA7F22;}
.k_btn_basic::after{content:'';display:inline-block;width:24px;height:54px;background-image:url('/img/kids/arrow_b.svg');background-repeat:no-repeat;background-size:contain;flex-shrink:0;}
.k_btn_deluxe::after{content:'';display:inline-block;width:24px;height:54px;background-image:url('/img/kids/arrow_d.svg');background-repeat:no-repeat;background-size:contain;flex-shrink:0;}
.k_btn_premium::after{content:'';display:inline-block;width:24px;height:54px;background-image:url('/img/kids/arrow_p.svg');background-repeat:no-repeat;background-size:contain;flex-shrink:0;}
.k_btn_basic:hover{background:rgba(216,88,2,0.08);}
.k_btn_deluxe:hover{background:rgba(154,32,32,0.08);}
.k_btn_premium:hover{background:rgba(170,127,34,0.08);}

.k_sp_back{background:#FFF7EE;padding:100px 0;}
h2.k_sp{font-size:44px;font-weight:900;font-family:'Zen Old Mincho',serif;position:relative;display:flex;align-items:center;justify-content:center;gap:12px;margin:0 auto;letter-spacing:-0.02em;}
h2.k_sp::before{content:'';display:inline-block;width:52px;height:51px;background-image:url('/img/kids/hana2.svg');background-repeat:no-repeat;background-size:contain;flex-shrink:0;}
h2.k_sp > span{font-size:34px;letter-spacing:-0.3em;}
.k_sp_msg{display:flex;align-items:center;justify-content:center;width:920px;margin:20px auto 30px;font-weight:500;}
.k_sp_msg::before{content:'';display:block;width:90px;height:90px;background-image:url('/img/kids/kids_l.png');background-repeat:no-repeat;background-size:contain;flex-shrink:0;}
.k_sp_msg::after{content:'';display:block;width:90px;height:90px;background-image:url('/img/kids/kids_r.png');background-repeat:no-repeat;background-size:contain;flex-shrink:0;}
.k_sp_msg p{flex:1;text-align:center;}
.k_sp_msg span{color:#D85802;font-size:20px;letter-spacing:-0.05em;}
.k_sp_card_box{display:flex;align-items:center;justify-content:space-between;width:1120px;margin:0 auto;background:#fff;padding:10px 30px;border-radius:10px;}
.k_sp_card_txt{background#fff;font-size:24px;font-family: "Shippori Antique", sans-serif;font-weight:500;}
.k_sp_card_txt span{font-size:32px;color:#D85802;}
.k_sp_card_img{width:482px;}
.k_sp_card_img img{width:100%;}
.k_sp_msg_l, .k_sp_msg_r{display:none;}

.k_sp4_area{display:flex;justify-content:space-between;flex-wrap:wrap;margin:50px auto 0;}
.k_sp4_box1{border-bottom:1px solid #D85802;border-right:1px solid #D85802;width:50%;display:flex;flex-wrap:wrap;justify-content:space-between;padding:0 10px 20px 0;}
.k_sp4_box2{border-bottom:1px solid #D85802;width:50%;display:flex;flex-wrap:wrap;justify-content:space-between;padding:0 0 20px 20px;}
.k_sp4_box3{border-right:1px solid #D85802;width:50%;display:flex;flex-wrap:wrap;justify-content:space-between;padding:30px 10px 0 0;}
.k_sp4_box4{width:50%;display:flex;flex-wrap:wrap;justify-content:space-between;padding:30px 0 0 20px;}
.k_sp4_box1 h3{display:flex;align-items:center;font-weight:500;font-family:"Shippori Antique",sans-serif;font-size:24px;margin-bottom:30px;gap:15px;}
.k_sp4_box1 h3::before{content:'';display:inline-block;width:90px;height:87px;background-image:url('/img/kids/s1.svg');background-repeat:no-repeat;background-size:contain;flex-shrink:0;}
.k_sp4_box1 h3 > span{display:block;}
.k_sp4_box1 h3 > span em{color:#D85802;font-style:normal;background-image:linear-gradient(#FBCF00,#FBCF00);background-repeat:no-repeat;background-size:100% 8px;background-position:0 85%;}

.k_sp4_box2 h3{display:flex;align-items:center;font-weight:500;font-family:"Shippori Antique",sans-serif;font-size:24px;margin-bottom:30px;gap:15px;}
.k_sp4_box2 h3::before{content:'';display:inline-block;width:90px;height:87px;background-image:url('/img/kids/s2.svg');background-repeat:no-repeat;background-size:contain;flex-shrink:0;}
.k_sp4_box2 h3 > span{display:block;}
.k_sp4_box2 h3 > span em{color:#D85802;font-style:normal;background-image:linear-gradient(#FBCF00,#FBCF00);background-repeat:no-repeat;background-size:100% 8px;background-position:0 85%;}

.k_sp4_box3 h3{display:flex;align-items:center;font-weight:500;font-family:"Shippori Antique",sans-serif;font-size:24px;margin-bottom:30px;gap:15px;}
.k_sp4_box3 h3::before{content:'';display:inline-block;width:90px;height:87px;background-image:url('/img/kids/s3.svg');background-repeat:no-repeat;background-size:contain;flex-shrink:0;}
.k_sp4_box3 h3 > span{display:block;}
.k_sp4_box3 h3 > span em{color:#D85802;font-style:normal;background-image:linear-gradient(#FBCF00,#FBCF00);background-repeat:no-repeat;background-size:100% 8px;background-position:0 85%;}

.k_sp4_box4 h3{display:flex;align-items:center;font-weight:500;font-family:"Shippori Antique",sans-serif;font-size:24px;margin-bottom:30px;gap:15px;}
.k_sp4_box4 h3::before{content:'';display:inline-block;width:90px;height:87px;background-image:url('/img/kids/s4.svg');background-repeat:no-repeat;background-size:contain;flex-shrink:0;}
.k_sp4_box4 h3 > span{display:block;}
.k_sp4_box4 h3 > span em{color:#D85802;font-style:normal;background-image:linear-gradient(#FBCF00,#FBCF00);background-repeat:no-repeat;background-size:100% 8px;background-position:0 85%;}
.k_sp4_box_txt{width:318px;text-align:justify;font-weight:500;line-height:1.75;}
.k_sp4_box_img{width:235px;}
.k_sp4_box_img img{width:100%;}
.k_sp4_box_txt span{color:#D85802;}

.k_goods_area{display:flex;justify-content:space-between;flex-wrap:wrap;}
.k_goods_img{width:594px;}
.k_goods_img img{width:100%;border-radius:10px;}
.k_goods_txt{width:466px;line-height:1.75;font-weight:500;}
.k_goods_txt h2{font-size:44px;font-weight:900;font-family:'Zen Old Mincho',serif;position:relative;padding-top:35px;padding-left:0;margin-bottom:30px;line-height:1.5;}
.k_goods_txt h2::before{content:'';display:block;width:46px;height:36px;background-image:url('/img/kids/star2.svg');background-repeat:no-repeat;background-size:contain;position:absolute;top:0;left:0;}

.k_fac_back{background:#9A2020;padding:100px 0;}
h2.k_fac{font-size:44px;font-weight:900;font-family:'Zen Old Mincho',serif;position:relative;text-align:center;color:#fff;padding-top:54px;}
h2.k_fac::before{content:'';display:block;width:48px;height:44px;background-image:url('/img/kids/star3.svg');background-repeat:no-repeat;background-size:contain;position:absolute;top:0;left:50%;transform:translateX(-50%);}
.k_fac_area{display:flex;justify-content:space-between;flex-wrap:wrap;margin:50px auto;}
.k_fac_box{width:338px;color:#fff;font-size:14px;line-height:1.75;}
.k_fac_box h3{font-family:"Shippori Antique",sans-serif;font-size:24px;margin:20px 0;line-height:1.5;}
.k_fac_box img{width:100%;border-radius:10px;}
.k_fac_back p{font-size:14px;font-weight:400;text-align:right;color:#fff;}

.k_ini_area{display:flex;justify-content:space-between;flex-wrap:wrap;margin-bottom:100px;}
.k_ini_txt_u{width:502px;line-height:1.75;}
.k_ini_txt_u h2{font-size:44px;font-weight:900;font-family:'Zen Old Mincho',serif;position:relative;padding-top:45px;padding-left:0;margin-bottom:30px;line-height:1.5;}
.k_ini_txt_u h2::before{content:'';display:block;width:47px;height:53px;background-image:url('/img/kids/ini1.svg');background-repeat:no-repeat;background-size:contain;position:absolute;top:0;left:0;}
.k_ini_img_u{width:594px;}
.k_ini_img_u img{width:100%;}
.k_ini_txt_u p,.k_ini_txt_b p{margin-bottom:1.5em;}
.k_ini_txt_b span{color:#D85802;}
.k_ini_txt_b{width:564px;line-height:1.75;}
.k_ini_txt_b h2{font-size:44px;font-weight:900;font-family:'Zen Old Mincho',serif;position:relative;padding-top:45px;padding-left:0;margin-bottom:30px;line-height:1.5;}
.k_ini_txt_b h2::before{content:'';display:block;width:64px;height:49px;background-image:url('/img/kids/ini2.svg');background-repeat:no-repeat;background-size:contain;position:absolute;top:0;left:0;}
.k_ini_img_b{width:532px;}
.k_ini_img_b img{width:100%;}
.k_ini_btn{display:flex;align-items:center;justify-content:center;width:350px;height:72px;border:1px solid #9A2020;color:#9A2020;background:#fff;text-decoration:none;font-size:16px;font-weight:700;transition:all 0.3s ease;border-radius:10px;position:relative;margin:50px 0 0;filter:drop-shadow(0px 0px 3px rgba(0,0,0,0.3));}
.k_ini_btn a{color:#9A2020;display:flex;align-items:center;justify-content:center;width:100%;height:100%;text-decoration:none;}
.k_ini_btn:hover{background:#D85802;color:#fff;border:1px solid #D85802;}
.k_ini_btn:hover a{color:#fff;}
.k_ini_btn a::after{content:"";display:inline-block;width:24px;height:38px;margin-left:15px;background-image:url("/img/arrow.svg");background-size:contain;background-repeat:no-repeat;background-position:center;}


/* 1000px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 999px){
.k_sc_btn_area{display:flex;flex-wrap:wrap;justify-content:space-between;margin:30px auto 20px;width:94%;}
.k_sc_btn{width:49%;height:56px;background-color:#FBEEE6;background-image:url('/img/kids/Frame1000003828.svg');background-repeat:no-repeat;background-size:16px auto;background-position:16px center;padding-left:40px;box-sizing:border-box;font-size:13px;font-family:"Shippori Antique",sans-serif;font-weight:500;cursor:pointer;transition:background-color 0.2s ease;margin-bottom:10px;border-radius:8px;text-decoration:none;color:#333;}
.k_kids_img{display:none;}

.k_play_area2{display:flex;justify-content:center;flex-wrap:wrap;margin-top:70px;align-items:center;}
.k_gacha_txt{width:100%;color:#fff;}
.k_gacha_txt h2{font-family:'Zen Old Mincho',serif;font-size:16px;font-weight:900;letter-spacing:0.2em;}
.k_gacha_txt h3{font-family:'Zen Old Mincho',serif;font-size:24px;font-weight:900;display:flex;align-items:center;gap:12px;margin:10px 0 30px;}
.k_gacha_txt h3::before{content:'';display:inline-block;width:30px;height:53px;background-image:url('/img/kids/hana.svg');background-repeat:no-repeat;background-size:contain;flex-shrink:0;}
.k_gacha_img{width:100%;margin-top:50px;}
.k_gacha_img img{width:100%;}

.k_menu_area{display:flex;justify-content:center;flex-wrap:wrap;align-items:center;}
.k_menu_txt{width:100%;}
.k_menu_img{display:none;}
.k_menu_img_sp{display:block;width:100%;margin:30px auto;}
.k_menu_img_sp img{width:100%;border-radius:10px;}
.k_menu_txt h2{font-size:28px;text-align:center;padding-top:35px;}
.k_menu_txt h2::before{left:50%;transform:translateX(-50%);}

.k_age_price{width:100%;margin:10px auto 30px;}
.k_age_price img{width:100%;}
.k_age_price p{color:#9A2020;font-size:14px;margin-top:30px;}

.k_sp_msg{flex-direction:row !important;flex-wrap:wrap;width:100%;justify-content:center;}
.k_sp_msg::before{display:none;}
.k_sp_msg::after{display:none;}
.k_sp_msg_l, .k_sp_msg_r{display:block;width:90px;height:90px;object-fit:contain;margin:0 15px 30px;}
.k_sp_msg p{font-size:14px;text-align:left;flex-basis:100%;margin:0;}
.k_sp_msg span{font-size:14px;}

.k_sp_card_box{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;width:100%;margin:0 auto;background:#fff;padding:20px;border-radius:10px;}
.k_sp_card_txt{background#fff;font-size:18px;font-family: "Shippori Antique", sans-serif;font-weight:500;text-align:center;}
.k_sp_card_txt span{font-size:20px;color:#D85802;}
.k_sp_card_img{width:100%;margin-top:20px;}

.k_goods_area{display:flex;justify-content:center;flex-wrap:wrap;}
.k_goods_img{width:100%;order:2;margin-top:50px;}
.k_goods_img img{width:100%;border-radius:10px;}
.k_goods_txt{width:100%;line-height:1.75;font-weight:500;order:1;}
.k_goods_txt h2{font-size:28px;font-weight:900;font-family:'Zen Old Mincho',serif;position:relative;padding-top:35px;padding-left:0;margin-bottom:30px;line-height:1.5;text-align:center;}
.k_goods_txt h2::before{content:'';display:block;width:46px;height:36px;background-image:url('/img/kids/star2.svg');background-repeat:no-repeat;background-size:contain;position:absolute;left:50%;transform:translateX(-50%);}

}

/* 750px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 749px){
.k_msg_area h2{font-size:20px;font-weight:900;font-family:'Zen Old Mincho',serif;display:flex;align-items:center;justify-content:center;gap:8px;margin:0 auto;}
.k_msg_area h2::before{content:'';display:inline-block;width:21px;height:22px;background-image:url('/img/kids/star.svg');background-repeat:no-repeat;background-size:contain;flex-shrink:0;}
.k_msg_area h3{font-size:24px;font-weight:900;font-family:'Zen Old Mincho',serif;text-align:center;}
.k_msg_txt{text-align:left;}

.k_play_area{display:flex;justify-content:flex-start;overflow-x:scroll;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:10px;padding:0 10px;box-sizing:border-box;scrollbar-width:none;}
.k_play_area::-webkit-scrollbar{display:none;}
.k_play_box{min-width:270px;width:270px;background:#fff;border-radius:10px;padding:15px;box-sizing:border-box;scroll-snap-align:start;flex-shrink:0;}
.k_play_box img{width:100%;border-radius:10px;}
.k_play_box h3{font-family:"Shippori Antique",sans-serif;font-weight:500;font-size:20px;color:#9A2020;text-align:center;margin:0 auto;}
.k_mask_box{width:100%;height:134px;background-size:contain;}

.k_pdf_btn{display:flex;align-items:center;justify-content:center;gap:12px;width:240px;height:60px;background:#fff;border:1px solid #9A2020;border-radius:8px;padding:0 16px;box-sizing:border-box;cursor:pointer;transition:background 0.2s ease;margin:30px 0;box-shadow:0 2px 8px rgba(0,0,0,0.12);margin:30px auto;}
.k_pdf_btn::before{content:'';display:inline-block;width:21px;height:21px;background-image:url('/img/kids/pdf.svg');background-repeat:no-repeat;background-size:contain;flex-shrink:0;}
.k_pdf_btn span{font-size:15px;color:#9A2020;transition:color 0.2s ease;}
.k_pdf_btn::after{content:'';display:inline-block;width:15px;height:32px;background-image:url('/img/kids/arrow_d.svg');background-repeat:no-repeat;background-size:contain;flex-shrink:0;}

.k_age_box{background:#FFF7EE;border:4px solid #D85802;padding:30px 20px;border-radius:10px;text-align:center;margin-top:80px;}
.k_age_box{font-size:14px;text-align:left;}
.k_age_box h2{font-size:28px;font-weight:900;font-family:'Zen Old Mincho',serif;position:relative;display:flex;align-items:center;justify-content:center;gap:12px;margin:0 auto;}
.k_age_box h2::before{content:'';display:inline-block;width:26px;height:29px;background-image:url('/img/kids/age.svg');background-repeat:no-repeat;background-size:contain;flex-shrink:0;}
.k_age_box h3{font-size:16px;color:#D85802;font-weight:500;text-align:center;margin:30px auto 20px;}

.k_btn_area{display:flex;justify-content:center;flex-wrap:wrap;}
.k_btn_basic, .k_btn_deluxe, .k_btn_premium{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:72px;background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.12);padding:0 16px;box-sizing:border-box;cursor:pointer;transition:background 0.2s ease;margin-bottom:20px;}
.k_age_price p{text-align:center;}

.k_sp_back{background:#FFF7EE;padding:50px 0;}
h2.k_sp{font-size:28px;flex-direction:column;gap:6px;text-align:center;}
h2.k_sp::before{width:42px;height:41px;}
h2.k_sp > span{font-size:28px;letter-spacing:normal;}
.k_sp_txt{font-size:28px;line-height:1.5;}
.k_sp_txt span{font-size:28px;letter-spacing:normal;}

.k_sp4_area{display:flex;justify-content:center;flex-wrap:wrap;margin:50px auto 0;}
.k_sp4_box1{border-bottom:1px solid #D85802;border-right:none;width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;padding:30px 0;}
.k_sp4_box2{border-bottom:1px solid #D85802;width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;padding:30px 0;}
.k_sp4_box3{border-right:none;width:100%;border-bottom:1px solid #D85802;display:flex;flex-wrap:wrap;justify-content:space-between;padding:30px 0;}
.k_sp4_box4{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;padding:30px 0;}
.k_sp4_box1 h3,.k_sp4_box2 h3,.k_sp4_box3 h3,.k_sp4_box4 h3{align-items:flex-start;}
.k_sp4_box1 h3::before,.k_sp4_box2 h3::before,.k_sp4_box3 h3::before,.k_sp4_box4 h3::before{width:64px;height:62px;}
.k_sp4_box_txt{width:100%;text-align:justify;font-weight:500;line-height:1.75;}
.k_sp4_box_img{margin:20px auto 0;}

.k_fac_area{display:flex;justify-content:flex-start;overflow-x:scroll;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:10px;padding:0 calc(50% - 125px);box-sizing:border-box;scrollbar-width:none;margin:30px auto;flex-wrap:nowrap;gap:20px;}
.k_fac_area::-webkit-scrollbar{display:none;}
.k_fac_box{min-width:250px;width:250px;flex-shrink:0;scroll-snap-align:center;}
.k_fac_box h3{font-family:"Shippori Antique",sans-serif;font-size:20px;margin:20px 0;line-height:1.5;}
.k_fac_back p{font-size:12px;font-weight:400;text-align:left;color:#fff;}

.k_ini_area{display:flex;justify-content:center;flex-wrap:wrap;margin-bottom:100px;}
.k_ini_txt_u{width:100%;line-height:1.75;font-size:14px;}
.k_ini_txt_b{width:100%;line-height:1.75;font-size:14px;}
.k_ini_img_u,.k_ini_img_b{display:none;}
.k_ini_txt_u h2{font-size:28px;text-align:center;padding-top:63px;}
.k_ini_txt_u h2::before{left:50%;transform:translateX(-50%);}
.k_ini_txt_b h2{font-size:28px;text-align:center;padding-top:63px;}
.k_ini_txt_b h2::before{left:50%;transform:translateX(-50%);}
.k_ini_btn{display:flex;align-items:center;justify-content:center;width:240px;height:60px;border:1px solid #9A2020;color:#9A2020;background:#fff;text-decoration:none;font-size:14px;font-weight:700;transition:all 0.3s ease;border-radius:10px;position:relative;margin:50px 0 0;filter:drop-shadow(0px 0px 3px rgba(0,0,0,0.3));margin:50px auto 0;}
}