@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap";/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{margin:.67em 0;font-size:2em}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-size:1em;font-family:monospace,monospace}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-size:1em;font-family:monospace,monospace}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{margin:0;font-size:100%;line-height:1.15;font-family:inherit}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;display:table;max-width:100%;padding:0;color:inherit;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}html{font-size:62.5%}body{position:relative;color:#333;line-height:1.8;font-family:Helvetica Neue,Helvetica,ヒラギノ角ゴ ProN W3,Hiragino Kaku Gothic ProN,Arial,メイリオ,Meiryo,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;font-size:1.6 rem}h1,h2,h3,h4{font-weight:700}h2{font-size:24px;font-size:calc(24 / 10)rem}h3{font-size:18px;font-size:1.8 rem}h4{font-size:14px;font-size:calc(14 / 10)rem}a{outline:none;color:#e95433;text-decoration:underline;transition:opacity .3s}a:hover{color:#666;opacity:.8}form{width:100%}table{background-color:transparent}img{font-size:0;line-height:0;vertical-align:bottom}small{font-size:65%}*,*:before,*:after{box-sizing:border-box}.content{position:relative;max-width:900px;margin-right:auto;margin-left:auto;padding-bottom:30px}.content-ttl{font-size:20px;font-size:2 rem;text-align:center}.content-ttl>span{display:inline-block;margin-bottom:30px;padding:0 0 5px;border-bottom:1px solid #000}.sp-hide{display:none}.u-list-style-disc{padding-left:1.4em;list-style:disc}.u-list-style-mark{padding-left:1em}.u-list-style-mark li{text-indent:-1em}/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{display:inline-block;margin:0;padding:15px;overflow:visible;border:0;background-color:transparent;color:inherit;font:inherit;text-transform:none;cursor:pointer;transition-duration:.15s;transition-property:opacity,filter;transition-timing-function:linear}.hamburger:hover,.hamburger.is-active:hover{opacity:.7}.hamburger.is-active .hamburger-inner{background-color:#000}.hamburger.is-active .hamburger-inner:before,.hamburger.is-active .hamburger-inner:after{background-color:#000}.hamburger-box{display:inline-block;position:relative;width:40px;height:24px}.hamburger-inner{display:block;position:absolute;top:50%;width:40px;height:4px;margin-top:-2px;border-radius:4px;background-color:#000;transition-duration:.15s;transition-property:transform;transition-timing-function:ease}.hamburger-inner:before,.hamburger-inner:after{position:absolute;width:40px;height:4px;border-radius:4px;background-color:#000;transition-duration:.15s;transition-property:transform;transition-timing-function:ease}.hamburger-inner:before,.hamburger-inner:after{display:block;content:""}.hamburger-inner:before{top:-10px}.hamburger-inner:after{bottom:-10px}.hamburger--squeeze .hamburger-inner{transition-duration:75ms;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze .hamburger-inner:before{transition:top 75ms .12s ease,opacity 75ms ease}.hamburger--squeeze .hamburger-inner:after{transition:bottom 75ms .12s ease,transform 75ms cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze.is-active .hamburger-inner{transform:rotate(45deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--squeeze.is-active .hamburger-inner:before{top:0;opacity:0;transition:top 75ms ease,opacity 75ms .12s ease}.hamburger--squeeze.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg);transition:bottom 75ms ease,transform 75ms .12s cubic-bezier(.215,.61,.355,1)}.menu{z-index:999;position:fixed;top:0;width:100%;background-color:#fff;font-family:Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro,Yu Gothic,YuGothic,メイリオ,Meiryo,Arial,sans-serif}.menu #menu{display:flex;position:relative;align-items:center;justify-content:space-between;width:100%;max-width:1100px;margin:0 auto;background-color:transparent}.menu #main-logo{display:block}.menu #main-logo>span{width:300px;padding-top:5px;padding-left:8px}.menu #menu-but{display:none}.menu #menu-but>*{pointer-events:none}.menu #menu-but.hamburger{padding:0}.menu #menu-but.hamburger .hamburger-box{width:100%;height:100%}.menu #menu-but.hamburger .hamburger-box .hamburger-inner{width:100%;height:2px;border-radius:0}.menu #menu-but.hamburger .hamburger-box .hamburger-inner:before{width:100%;height:2px;border-radius:0}.menu #menu-but.hamburger .hamburger-box .hamburger-inner:after{width:100%;height:2px;border-radius:0}.menu #menu-cont{display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-start;width:100%;max-width:760px}.menu #menu-cont>a{padding:10px 6px 0;color:#707070;font-weight:700;text-decoration:none;opacity:1;transition:none}.menu #menu-cont>a:first-of-type{padding:10px 6px 0 10px}.menu #menu-cont>a:hover{opacity:1}.menu #menu-cont>a>span{display:block;width:166px;padding:6px 0;border:1px solid;border-radius:100px;background-color:#fff;box-shadow:0 2px 1px #0000001a;font-size:1.5rem;line-height:1;letter-spacing:-.03rem;text-align:center;opacity:1;transition:color .3s ease,background-color .3s ease,border-color .3s ease}.menu #menu-cont>a>span:hover{opacity:1}.menu #menu-cont>a.link1{color:#003ecb}.menu #menu-cont>a.link1:hover{color:#fff}.menu #menu-cont>a.link1:hover>span{border:1px solid #003ECB;background-color:#003ecb}.menu #menu-cont>a.link1:focus{color:#fff}.menu #menu-cont>a.link1:focus>span{border:1px solid #003ECB;background-color:#003ecb}.menu #menu-cont>a.link1.color_active{color:#fff;pointer-events:none}.menu #menu-cont>a.link1.color_active>span{position:relative;border:1px solid #003ECB;background-color:#003ecb;box-shadow:none}.menu #menu-cont>a.link1.color_active>span:after{position:absolute;right:0;bottom:-11px;left:0;width:10px;height:12px;margin:0 auto;background:url(../img/arrow_blue_menu.svg) center center/contain no-repeat;content:""}.menu #menu-cont>a.link2{color:#ed6d00}.menu #menu-cont>a.link2:hover{color:#fff}.menu #menu-cont>a.link2:hover>span{border:1px solid #ED6D00;background-color:#ed6d00}.menu #menu-cont>a.link2:focus{color:#fff}.menu #menu-cont>a.link2:focus>span{border:1px solid #ED6D00;background-color:#ed6d00}.menu #menu-cont>a.link2.color_active{color:#fff;pointer-events:none}.menu #menu-cont>a.link2.color_active>span{position:relative;border:1px solid #ED6D00;background-color:#ed6d00;box-shadow:none}.menu #menu-cont>a.link2.color_active>span:after{position:absolute;right:0;bottom:-11px;left:0;width:10px;height:12px;margin:0 auto;background:url(../img/arrow_orange_red_menu.svg) center center/contain no-repeat;content:""}.menu #menu-cont>a.link3{color:#d6c600}.menu #menu-cont>a.link3:hover{color:#fff}.menu #menu-cont>a.link3:hover>span{border:1px solid #D6C600;background-color:#d6c600}.menu #menu-cont>a.link3:focus{color:#fff}.menu #menu-cont>a.link3:focus>span{border:1px solid #D6C600;background-color:#d6c600}.menu #menu-cont>a.link3>span{position:relative}.menu #menu-cont>a.link3.color_active{color:#fff;pointer-events:none}.menu #menu-cont>a.link3.color_active>span{position:relative;border:1px solid #d6c600;background-color:#d6c600;box-shadow:none}.menu #menu-cont>a.link3.color_active>span:after{position:absolute;right:0;bottom:-11px;left:0;width:10px;height:12px;margin:0 auto;background:url(../img/arrow_orange_menu.svg) center center/contain no-repeat;content:""}.menu #menu-cont>a.link4{margin:0 0 0 auto;padding:22px 18px;background-color:#f62837;color:#fff;word-break:keep-all;transition:opacity .3s ease}.menu #menu-cont>a.link4:hover{opacity:.7}.menu #menu-cont>a.link4:focus{opacity:.7}.menu #menu-cont>a.link4.color_active{pointer-events:none}.menu #menu-cont>a.link4.color_active:hover{opacity:1}.menu #menu-cont>a.link4>span{width:auto;padding:0;border:none;border-radius:0;background-color:transparent;box-shadow:none;color:#fff}html{scroll-behavior:smooth}body{margin:0;padding:60px 0 0;border:none;background-color:#fff;color:#333;font-weight:400;font-size:1.6rem;font-family:Noto Sans JP,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Yu Gothic,YuGothic,Arial,メイリオ,Meiryo,sans-serif}h1,h2,h3,h4{font-weight:400}img{display:block;width:100%;height:auto}span{display:block}.pc-hide{display:none}.sp-hide{display:inline}header{height:554px;overflow:hidden;border-bottom:6px solid #F8EA39}header .header_inner{position:relative;width:100%;max-width:1600px;height:100%;margin:0 auto;overflow:hidden;background:linear-gradient(90deg,#fff 27%,#fff0 64%,#fff0),linear-gradient(90deg,#fff0 85%,#fff 96%,#fff),url(../img/main_visual_pic.jpg) center top/auto 100% no-repeat}header .main_visual{position:relative;max-width:980px;margin:-26px auto 0}header .main_visual_inner{position:relative;width:536px;margin:0 0 0 25px}header .main_visual_flag{width:512px}header .main_visual_prod{display:flex;position:absolute;top:183px;right:0;align-items:flex-start;justify-content:center;width:286px;height:343px}header .main_visual_prod_climeal{position:relative;width:150px;margin-top:155px;margin-right:-34px}header .main_visual_prod_riha{width:170px;margin-bottom:60px}.footer{padding:22px 0 0;border-top:1px solid #d9d9d9;background-color:#fff}.footer>ul{background:none!important}.footer a{background:none!important}.footer .foo_inner{max-width:630px;margin:0 auto}.footer .foo_inner_logo{margin:0 auto 12px}.footer .foo_inner_logo_brand{display:block;width:100%;max-width:400px;margin:0 auto 22px;padding-right:0}.footer .foo_inner_logo_brand img{width:100%}.footer .foo_inner_logo_ph{display:grid;grid-template-rows:146px;grid-template-columns:repeat(2,300px);width:100%;gap:30px}.footer .foo_inner_logo_list{width:100%;max-width:310px;height:100%;border-radius:10px;box-shadow:0 2px 4px #0000004d}.footer .foo_inner_logo_list dt{padding:10px 0 5px;border-radius:10px 10px 0 0;background-color:#f62837;color:#fff;font-weight:500;font-size:14px;font-family:Noto Sans JP,ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Yu Gothic,YuGothic,Arial,メイリオ,Meiryo,sans-serif;text-align:center}.footer .foo_inner_logo_list dd{margin:0 auto;padding-top:22px}.footer .foo_inner_logo_form{display:block;width:100%;height:100%;padding-right:0;text-decoration:none}.footer .foo_inner_logo_form:nth-of-type(1) .foo_inner_logo_list dd{width:min(100%,154px)}.footer .foo_inner_logo_form:nth-of-type(2) .foo_inner_logo_list dd{width:min(100%,167px)}.footer .foo_inner_txt{margin-bottom:10px;font-size:1.1rem;line-height:1;text-align:center}.footer .foo_inner_txt>span{display:inline-block;line-height:1}.footer .foo_inner_txt>span.hours{font-weight:700}.footer .foo_inner_txt>span.days{display:inline-block;margin-top:0;margin-left:5px}.footer .copy>p{margin:0 auto;padding:20px 0;color:#000;font-weight:700;font-size:min(2.9vw,1.2rem);font-family:ヒラギノ角ゴ ProN,Hiragino Kaku Gothic ProN,Yu Gothic,YuGothic,Arial,メイリオ,Meiryo,sans-serif;text-align:center}.footer.with-space{position:fixed;bottom:0;width:100%}.content{position:relative;max-width:100%}.content .inner{max-width:none;margin:0 auto}.content .inner a,.content .inner button{position:relative;text-decoration:none}h2{color:#333;font-weight:700;font-size:2.9rem;line-height:1;text-align:center}.frail_intro{border-bottom:6px solid #4DAA44}.frail_intro_inner{max-width:980px;margin:0 auto;padding:83px 71px 0}.frail_intro_tit{display:flex;position:relative;align-items:center;justify-content:center}.frail_intro_tit:after{z-index:-1;position:absolute;top:-16px;right:0;left:0;width:131px;height:198px;margin:0 auto;background:url(../img/question.svg) center top/contain no-repeat;content:""}.frail_intro_tit>span{display:inline-block}.frail_intro_tit_frail{width:164px;margin-left:20px}.frail_intro_tit_hatena{margin-top:-5px;margin-left:5px;font-weight:700;font-size:4.5rem;line-height:1}.frail_intro_txt{width:100%;margin:29px 0 25px;font-size:2rem}.frail_intro_pic{margin:0 auto}.midashi{max-width:878px;margin:0 auto 74px;padding:20px 20px 0}.midashi_intro_note{margin-bottom:110px;padding:0 0 0 17px;font-size:1.5rem;text-indent:-17px}.midashi_intro_note>span{font-size:1.2rem;text-indent:0}.midashi_inner{display:flex;align-items:center;justify-content:center;width:100%;padding:40px clamp(24px,(100vw - 880px) * 30 / 112 + 24px,54px);background:url(../img/midashi_bg_top.jpg) center top/100% auto no-repeat,url(../img/midashi_bg_bottom.jpg) center bottom/100% auto no-repeat,url(../img/midashi_bg_repeat.jpg) center top/100% auto repeat-y}.midashi_tit{display:flex;flex-wrap:wrap;align-content:center;align-items:center;justify-content:center;width:404px}.midashi_tit .big{width:100%;margin-bottom:20px;font-size:2.9rem;text-align:left}.midashi_tit .color{display:inline-block;width:147px;margin-right:10px}.midashi_tit .small{width:calc(100% - 157px);font-size:2.5rem;text-align:left}.midashi_list{font-size:1.8rem}.midashi_list>li{position:relative;margin-bottom:20px;padding:0 0 0 35px;line-height:1}.midashi_list>li:last-child{margin-bottom:0}.midashi_list>li:before{position:absolute;top:0;bottom:0;left:0;width:28px;height:23px;margin:auto 0;background:url(../img/midashi_arrow.svg) right center/contain no-repeat;content:""}.recover{width:min(981px,100%);margin:0 auto 130px}.recover_tit{margin-bottom:25px;font-weight:700;font-size:2.9rem;line-height:1.6}.recover_pic{width:414px;margin:0 auto}.recover_prod{display:flex;position:relative;align-items:flex-start;justify-content:center;width:min(981px,100%)}.recover_prod_tit{z-index:1;position:absolute;top:23px;right:0;left:0;width:calc(100% - 48px);max-width:932px;margin:0 auto;padding:13px 0;border-bottom:3px solid #333333;background-color:#4daa44;color:#fff;font-weight:700;font-size:2.9rem;line-height:1;text-align:center}.recover_prod_pic{margin:0 auto}.recover_prod_pic.high_calorie,.recover_prod_pic.climeal{width:144px}.recover_prod_pic.riha{width:156px}.recover_prod_txt.high_calorie{padding-top:38px;line-height:1.4}.recover_prod_txt.high_calorie .big{line-height:1.2068965517}.recover_prod_txt.high_calorie .small{margin-top:8px;line-height:1.2083333333}.recover_prod_txt.climeal{padding-top:57px}.recover_prod_txt.riha{padding-top:16px}.recover_prod_txt .big{font-size:2.9rem;line-height:1.4482758621}.recover_prod_txt .small{margin-top:10px;font-size:2.4rem;line-height:1.4583333333}.recover_prod_but{display:block;position:relative;max-width:260px;margin-top:33px;padding:13px 0 13px 20px;border-radius:50px;background-color:#fff;box-shadow:0 3px 6px #0000004d;font-size:1.8rem;line-height:1}.recover_prod_but:before{position:absolute;top:0;right:20px;bottom:0;width:14px;height:13px;margin:auto 0;background-position:center center;background-size:contain;background-repeat:no-repeat;content:""}.recover_prod_but.high_calorie{color:#0b5ec1}.recover_prod_but.high_calorie:before{background-image:url(../img/recover_but_arrow_high_calorie.svg)}.recover_prod_but.climeal{color:#ed6d00}.recover_prod_but.climeal:before{background-image:url(../img/recover_but_arrow_climeal.svg)}.recover_prod_but.riha{color:#4daa44}.recover_prod_but.riha:before{background-image:url(../img/recover_but_arrow_riha.svg)}.recover_prod.high_calorie{flex-basis:33.3333333333%;flex-direction:column;align-self:stretch;justify-content:space-between;padding:118px clamp(20px,(100vw - 768px) * 13 / 212 + 10px,33px) 40px;background-color:#95b9f7}.recover_prod.climeal{flex-basis:33.3333333333%;flex-direction:column;align-self:stretch;justify-content:space-between;padding:118px clamp(20px,(100vw - 768px) * 13 / 212 + 10px,33px) 40px;background-color:#ffa75c}.recover_prod.riha{flex-basis:33.3333333333%;flex-direction:column;align-self:stretch;justify-content:space-between;padding:94px clamp(20px,(100vw - 768px) * 10 / 212 + 10px,30px) 40px;background-color:#88c982}.product{padding:67px 0}.product_inner{display:flex;align-items:flex-start;justify-content:center;max-width:980px;margin:0 auto;padding:55px clamp(17px,(100vw - 870px) * 30 / 102 + 17px,47px) 47px clamp(37px,(100vw - 870px) * 41 / 102 + 37px,78px);gap:clamp(20px,(100vw - 768px) * 45 / 72 + 20px,65px);background:url(../img/product_top_line.jpg) left top/auto 5px repeat-x,#fff}.product_left{width:390px}.product_right{flex-basis:46.783625731%}.product_tit{margin-bottom:38px}.product_pic{margin-bottom:20px}.product_desc{width:100%;margin-bottom:31px;font-size:clamp(20px,17px + .391vw,22px)}.product_desc>span{margin-bottom:5px;padding:4px 0 6px 13px;line-height:1}.product_desc>span:last-of-type{margin-bottom:0}.product_includes>li{position:relative;padding:0 0 6px 16px;line-height:1.5}.product_includes>li:before{position:absolute;top:4px;left:0;width:16px;height:16px;background-position:right center;background-size:contain;background-repeat:no-repeat;content:""}.product_includes>li>span{padding-top:5px;font-size:1.2rem}.product_target{width:100%;padding:0 0 40px;background:url(../img/product_top_line.jpg) left bottom/auto 5px repeat-x;font-weight:700;font-size:2.2rem;line-height:1;text-align:center}.product_target>span{margin-top:14px}.product_target_list{margin-top:63px;font-size:1.8rem}.product_target_list>li{position:relative}.product_target_list>li:before{position:absolute;top:7px;left:0;width:16px;height:16px;background-position:right center;background-size:contain;background-repeat:no-repeat;content:""}.product_target_list>li>span{display:block;margin-bottom:8px;padding:6px 0 15px 22px;background-position:left bottom;background-size:auto 7px;background-repeat:repeat-x;line-height:1}.product_globe{position:relative;width:100%}.product_globe>span{z-index:1;position:relative;padding:25px 0;border-radius:100px;font-weight:700;font-size:1.6rem;text-align:center}.product_globe:after{z-index:0;position:absolute;top:-22px;right:0;left:0;width:53px;height:44px;margin:0 auto;background-position:center center;background-size:contain;background-repeat:no-repeat;content:""}.product.high_calorie{background-color:#c2daff}.product.high_calorie .product_inner{gap:clamp(20px,(100vw - 768px) * 32 / 72 + 20px,52px)}.product.high_calorie .product_right{flex-basis:48.3040935673%}.product.high_calorie .product_tit{margin-bottom:25px}.product.high_calorie .product_tit>span{width:219px;margin:0 auto}.product.high_calorie .product_pic>span{width:313px;margin:0 auto}.product.high_calorie .product_desc>span{background-color:#0b5ec133}.product.high_calorie .product_desc>span.add_sp_inner{display:none}.product.high_calorie .product_includes>li:before{background-image:url(../img/product_includes_bullet_high_calorie.svg)}.product.high_calorie .product_figure{display:flex;margin-top:20px;gap:20px}.product.high_calorie .product_figure figure{flex-basis:61.5384615385%}.product.high_calorie .product_figure .txt{flex-basis:33.3333333333%;font-size:1.2rem;line-height:1.4}.product.high_calorie .product_target{color:#0b5ec1;font-feature-settings:"palt" 1}.product.high_calorie .product_target_list{margin-top:77px;color:#0b5ec1}.product.high_calorie .product_target_list>li:before{background-image:url(../img/product_target_list_bullet_high_calorie.svg)}.product.high_calorie .product_target_list>li>span{background-image:url(../img/product_target_list_bg_high_calorie.jpg)}.product.high_calorie .product_target_list>li>span.remove_pc{display:none}.product.high_calorie .product_target_list>li>span .remove_sp{display:inline}.product.high_calorie .product_target_list>li>span .add_sp_inner{display:none}.product.high_calorie .product_globe{margin-top:75px}.product.high_calorie .product_globe>span{background-color:#dae8ff}.product.high_calorie .product_globe:after{background-image:url(../img/product_globe_arrow_high_calorie.jpg)}.product.climeal{background-color:#ffdaba}.product.climeal .product_tit{width:312px}.product.climeal .product_tit>span{width:219px;margin:0 auto}.product.climeal .product_pic{width:312px}.product.climeal .product_pic>span{width:304px;margin:0 auto}.product.climeal .product_desc>span{width:312px;background-color:#ed6d0033}.product.climeal .product_includes>li:before{background-image:url(../img/product_includes_bullet_climeal.svg)}.product.climeal .product_target,.product.climeal .product_target_list{color:#ed6d00}.product.climeal .product_target_list>li:before{background-image:url(../img/product_target_list_bullet_climeal.svg)}.product.climeal .product_target_list>li>span{background-image:url(../img/product_target_list_bg_climeal.jpg)}.product.climeal .product_globe{margin-top:75px}.product.climeal .product_globe>span{background-color:#ffe9d5}.product.climeal .product_globe:after{background-image:url(../img/product_globe_arrow_climeal.jpg)}.product.riha{background-color:#d1f5ce}.product.riha .product_tit{width:100%}.product.riha .product_tit>span{width:245px;margin:0 auto}.product.riha .product_pic{width:100%}.product.riha .product_pic>span{width:377px;margin:0 0 0 -5px}.product.riha .product_desc>span{width:365px;background-color:#4daa4433}.product.riha .product_desc>span:nth-of-type(2){margin-bottom:15px}.product.riha .product_includes>li:before{background-image:url(../img/product_includes_bullet_riha.svg)}.product.riha .product_target,.product.riha .product_target_list{color:#4daa44}.product.riha .product_target_list>li:before{background-image:url(../img/product_target_list_bullet_riha.svg)}.product.riha .product_target_list>li>span{background-image:url(../img/product_target_list_bg_riha.jpg)}.product.riha .product_target_list>li>span .remove_sp{display:inline}.product.riha .product_target_list>li>span .add_sp_inner{display:none}.product.riha .product_target_list>li .add_sp{display:none}.product.riha .product_globe{margin-top:65px}.product.riha .product_globe>span{background-color:#e3f9e2}.product.riha .product_globe:after{background-image:url(../img/product_globe_arrow_riha.jpg)}.uriba{margin:72px 0 93px}.uriba_inner{display:flex;align-items:flex-start;justify-content:center;max-width:980px;margin:0 auto;background-color:#e3f9e1}.uriba_reference{width:50%}.uriba_reference_tit{padding:18px 0;color:#333;font-size:2rem;line-height:1;text-align:center}.uriba_reference_pic{position:relative;width:100%;padding:120px 0 80px}.uriba_reference_pic>span{margin:0 auto}.uriba_reference_globe{z-index:1;position:absolute;padding:13px 15px 15px;border-radius:25px;color:#fff;font-weight:700;font-size:1.6rem;line-height:1.5;text-align:center}.uriba_reference_globe:before{z-index:-1;position:absolute;width:65px;height:65px;background-position:center center;background-size:contain;background-repeat:no-repeat;content:""}.uriba_reference_globe.the_top{top:0}.uriba_reference_globe.the_bottom{bottom:0}.uriba_reference.one .uriba_reference_tit{background-color:#ed6d0099}.uriba_reference.one .uriba_reference_pic>span{width:365px}.uriba_reference.one .uriba_reference_globe{background-color:#dbbc11}.uriba_reference.one .uriba_reference_globe.g_top{top:28px;left:28px}.uriba_reference.one .uriba_reference_globe.g_top:before{bottom:-43px;left:38px;background-image:url(../img/uriba_globe_tail_top_climeal.svg)}.uriba_reference.one .uriba_reference_globe.g_bottom{right:28px;bottom:28px}.uriba_reference.one .uriba_reference_globe.g_bottom:before{top:-32px;right:9px;background-image:url(../img/uriba_globe_tail_bottom_climeal.svg)}.uriba_reference.two .uriba_reference_tit{background-color:#4daa4499}.uriba_reference.two .uriba_reference_pic>span{width:325px}.uriba_reference.two .uriba_reference_globe{background-color:#6e9f6a}.uriba_reference.two .uriba_reference_globe.g_top{top:28px;right:28px}.uriba_reference.two .uriba_reference_globe.g_top:before{right:94px;bottom:-43px;background-image:url(../img/uriba_globe_tail_top_riha.svg)}.uriba_reference.two .uriba_reference_globe.g_bottom{bottom:28px;left:28px}.uriba_reference.two .uriba_reference_globe.g_bottom:before{top:-32px;left:10px;background-image:url(../img/uriba_globe_tail_bottom_riha.svg)}.manual{margin-bottom:160px}.manual_inner{position:relative;max-width:980px;margin:0 auto;padding:39px 0 41px 50px;border:3px solid #E60012;border-radius:30px;background:linear-gradient(120deg,#fff0 75%,#fff0,#e6001221 75%,#e6001221);font-size:clamp(15px,3.289vw - 10.23px,20px)}.manual_txt>span{display:inline;color:#e60012}.manual_pic{position:absolute;right:42px;bottom:18px;width:125px}.order_method{margin-bottom:90px}.order_method_top_wrap{box-shadow:0 5px 6px -1px #00000029}.order_method_top_tit{margin-bottom:15px;font-size:2.7rem;letter-spacing:.5rem}.order_method_top_txt{margin-bottom:25px;padding-bottom:30px;text-align:center}.order_method_inner{display:flex;align-items:flex-start;justify-content:center;-moz-column-gap:23px;column-gap:23px;flex-wrap:wrap}.order_method_subtit{width:100%;margin-bottom:25px}.order_method_subtit>span{width:165px;margin:0 auto}.order_method_packing{width:350px;padding:25px 35px 45px;border-width:14px;border-style:solid;border-radius:54px}.order_method_packing>h4{width:100%}.order_method_packing_prod{position:relative;padding-top:34px;font-size:1.8rem;line-height:1.6}.order_method_packing_prod:after{position:absolute;top:0;bottom:0;left:50%;width:calc(100% + 48px);height:1px;margin:auto;transform:translate(-50%);background-color:#ffdaba;content:""}.order_method_packing_prod>dd{align-self:center}.order_method_packing_prod>dd>span{margin:0 auto}.order_method_packing.high_calorie{align-self:stretch;border-color:#c2daff}.order_method_packing.high_calorie>h4>span{width:170px;margin:0 auto}.order_method_packing.high_calorie .order_method_packing_prod{padding-top:22px}.order_method_packing.high_calorie .order_method_packing_prod:after{content:initial}.order_method_packing.high_calorie .order_method_packing_prod .climeal_pack_tit_one{margin-bottom:20px}.order_method_packing.high_calorie .order_method_packing_prod .climeal_pack_pic_one{margin-bottom:35px}.order_method_packing.high_calorie .order_method_packing_prod .climeal_pack_pic_one>span{width:188px}.order_method_packing.climeal{align-self:stretch;border-color:#ffdaba}.order_method_packing.climeal>h4>span{width:160px;margin:0 auto}.order_method_packing.climeal .order_method_packing_prod .climeal_pack_tit_one{margin-bottom:25px}.order_method_packing.climeal .order_method_packing_prod .climeal_pack_tit_two{padding-top:35px}.order_method_packing.climeal .order_method_packing_prod .climeal_pack_pic_one{margin-bottom:35px}.order_method_packing.climeal .order_method_packing_prod .climeal_pack_pic_one>span{width:208px}.order_method_packing.climeal .order_method_packing_prod .climeal_pack_pic_two{margin-top:20px;padding:26px 0 15px}.order_method_packing.climeal .order_method_packing_prod .climeal_pack_pic_two>span{width:266px}.order_method_packing.riha{padding-top:40px;border-color:#d1f5ce}.order_method_packing.riha>h4>span{width:205px;margin:0 auto}.order_method_packing.riha .order_method_packing_prod:after{background-color:#d1f5ce}.order_method_packing.riha .order_method_packing_prod .riha_pack_tit_one{margin-bottom:25px}.order_method_packing.riha .order_method_packing_prod .riha_pack_tit_two{padding-top:35px}.order_method_packing.riha .order_method_packing_prod .riha_pack_pic_one{margin-bottom:35px;padding:12px 0 11px}.order_method_packing.riha .order_method_packing_prod .riha_pack_pic_one>span{width:242px}.order_method_packing.riha .order_method_packing_prod .riha_pack_pic_two{margin-top:20px}.order_method_packing.riha .order_method_packing_prod .riha_pack_pic_two>span{width:226px}.order_method_but_wrap{width:100%;margin-top:45px}.order_method_button{display:block;position:relative;width:376px;margin:0 auto;padding:30px 10px 30px 0;border-radius:100px;background-color:#e60012;box-shadow:0 3px 6px #00000080;color:#fff;font-size:2rem;line-height:1;text-align:center;opacity:1;transition:all .3s ease}.order_method_button:hover{color:#fff;opacity:.7}.order_method_button:after{position:absolute;top:0;right:27px;bottom:0;width:16px;height:18px;margin:auto 0;background:url(../img/arrow-white-but.svg) center center/contain no-repeat;content:""}.others{padding:38px 0 82px;background:#ed6d00}.others_tit{color:#fff;font-size:2.5rem}.others_txt{margin:17px 0 26px;color:#fff;line-height:1;text-align:center}.others_inner{display:flex;align-items:flex-end;justify-content:center;max-width:980px;height:180px;margin:0 auto;padding-top:0;padding-bottom:25px;background-color:#fff;box-shadow:0 3px 6px #00000029}.others_inner_prod{position:relative;width:245px}.others_inner_prod_box{display:flex;position:relative;flex-flow:column nowrap;align-items:center;justify-content:flex-end;width:100%;height:130px;padding-bottom:4px}.others_inner_prod_box:before{position:absolute;top:0;left:0;width:2px;height:100%;background:url(../img/others_line_blue.png) center bottom/contain repeat-y;content:""}.others_inner_prod_box:before:hover:before{opacity:1}.others_inner_prod_box>.pic{margin-bottom:10px}.others_inner_prod_box>.logo_arrow{display:flex;align-items:center;justify-content:center}.others_inner_prod_box>.logo_arrow .link_arrow{margin-left:5px}.others_inner_prod.p1 .others_inner_prod_box>.pic{width:185px}.others_inner_prod.p1 .others_inner_prod_box>.logo_arrow>.link_txt{width:100px}.others_inner_prod.p2 .others_inner_prod_box:after{position:absolute;top:0;right:0;width:2px;height:100%;background:url(../img/others_line_blue.png) center bottom/contain repeat-y;content:""}.others_inner_prod.p2 .others_inner_prod_box:before{position:absolute;top:0;left:0;width:2px;height:100%;background:url(../img/others_line_blue.png) center bottom/contain repeat-y;content:""}.others_inner_prod.p2 .others_inner_prod_box>.pic{width:83px;margin-bottom:20px}.others_inner_prod.p2 .others_inner_prod_box>.logo_arrow>.link_txt{width:130px}.top{display:flex;z-index:9999;position:fixed;right:30px;bottom:50px;flex-flow:column wrap;align-items:center;justify-content:center;width:65px;height:65px;border-radius:50px;background-color:#4daa44;color:#fff;opacity:0;transition:all .3s ease}.top:hover{cursor:pointer}.top>span{display:block;line-height:1;text-align:center}.top .top_arrow{width:20px;margin-top:-4px;transform:rotate(180deg)}.top .top_txt{width:100%;margin-top:6px}::-webkit-file-upload-button{position:relative;padding:15px 60px;border:none;border-radius:8px;background:#1b399f;color:#fff;font-weight:800;font-size:1.6rem;cursor:pointer}::-ms-browse{position:relative;padding:13px 60px;border:none;border-radius:8px;background:#1b399f;color:#fff;font-weight:800;font-size:1.6rem;cursor:pointer}@media screen and (min-width: 768px) and (max-width: 1024px){.menu{box-shadow:0 2px 4px #0003}.menu #main-logo>span{width:min(24.9vw,255px);padding-top:8px;padding-left:min(8px,2.6vw)}.menu #menu-cont>a>span{font-size:min(1.5rem,4.5vw)}}@media screen and (min-width: 1025px){.content{padding-bottom:50px}.content-ttl{font-size:30px;font-size:3 rem}.content-ttl>span{margin-bottom:40px;padding:0 50px 5px}.sp-hide{display:inline-block}.pc-hide{display:none}.menu{box-shadow:0 2px 4px #0003}.footer{padding:22px 0 0}.content{padding-bottom:0}}@media screen and (max-width: 1110px){.order_method_packing.riha{margin-top:23px}}@media screen and (max-width: 1000px){.recover_prod_txt .big{font-size:2.5rem}.recover_prod_txt .small{font-size:2rem}}@media screen and (max-width: 900px){.recover_prod_but{font-size:1.4rem}.recover_prod_but:before{right:15px;width:12px;height:11px}}@media screen and (max-width: 880px){.recover_prod_txt .big{font-size:2rem}.recover_prod_txt .small{font-size:1.7rem}}@media screen and (max-width: 860px){.product_target{font-size:1.8rem}.product_globe>span{font-size:1.3rem}}@media screen and (max-width: 767px){main{overflow:hidden}.menu{z-index:999;position:fixed;background-color:transparent}.menu #menu{position:relative;width:100%;max-width:100%;padding:15px 0 15px 13px;background-color:#fff;box-shadow:0 2px 4px #0003}.menu #main-logo>span{width:min(75vw,300px);padding-top:0}.menu #menu-but{display:block;position:relative;width:28px;height:21px;margin:0 15px 0 auto;border:none;background-color:transparent}.menu #menu-but .sp-icon{display:flex;position:absolute;top:0;right:0;bottom:0;left:0;flex-wrap:wrap;align-items:center;justify-content:center;width:100%;height:100%;margin:auto;padding:0}.menu #menu-but .sp-icon>span{display:block;width:100%;height:2px;background-color:#000}.menu #menu-cont>a>span{letter-spacing:normal}.menu #menu-cont>a.link1.color_active>span:after{content:none}.menu #menu-cont>a.link2.color_active>span:after{content:none}.menu #menu-cont{z-index:-1;position:fixed;top:0;left:0;flex-wrap:wrap;align-content:flex-start;align-items:center;justify-content:center;width:100%;height:0;overflow:hidden;background-color:#fff;transition:all .3s ease}.menu #menu-cont>a{display:block;width:100%;padding:0;color:#707070;text-align:center;text-decoration:none}.menu #menu-cont>a>span{display:block;width:255px;margin:0 auto;padding:10px 0;box-shadow:0 2px 1px #0000001a;font-size:1.6rem;line-height:1;transition:none}.menu #menu-cont>a.link1>span{border:1px solid #003ECB;text-align:center}.menu #menu-cont>a.link2{margin-top:30px}.menu #menu-cont>a.link2>span{text-align:center}.menu #menu-cont>a.link3{margin-top:30px}.menu #menu-cont>a.link3>span{border:1px solid #d6c600;text-align:center}.menu #menu-cont>a.link3.color_active>span:after{content:none}.menu #menu-cont>a.link4{margin-top:60px;margin-left:0;padding:0;background-color:transparent;color:#fff;font-weight:700}.menu #menu-cont>a.link4>span{width:186px;margin:0 auto;padding:20px 0;background-color:#e60012;text-align:center}.menu #menu-cont.is-active{align-content:flex-start;height:425px;margin:50px 0 0;padding:50px 0 0}body{padding:48px 0 0;border:none;font-size:1.6rem}.pc-hide{display:inline}.sp-hide{display:none}header{height:114vw}header .header_inner{width:100%;height:auto;background:url(../img/main_visual_pic_sp.jpg) center top/contain no-repeat}header .main_visual{width:100%;margin-top:-5.5vw}header .main_visual_inner{width:100%;margin:0}header .main_visual_flag{width:100%}header .main_visual_prod{top:auto;bottom:31.5vw;left:15.5vw;align-items:flex-end;width:57vw;height:auto}header .main_visual_prod_climeal{width:30vw;margin-top:auto;margin-right:-5.7vw;margin-bottom:-2vw}header .main_visual_prod_riha{width:32vw;margin-bottom:0}.footer{padding:30px 0 0}.footer .foo_inner{max-width:300px;margin:0 auto 10px}.footer .foo_inner_logo{margin-bottom:0}.footer .foo_inner_logo_brand{width:100%;margin-bottom:20px;padding-right:7px;padding-left:7px}.footer .foo_inner_logo_ph{grid-template-rows:auto;grid-template-columns:1fr;width:100%;max-width:300px;margin:0 auto;padding-right:7px;padding-left:7px;gap:20px}.footer .foo_inner_logo_list dd{padding:10px 0 20px}.footer .foo_inner_logo_form:hover{opacity:1}.footer .foo_inner_txt{margin-bottom:27px;font-size:1.6rem}.footer .foo_inner_txt>span.tit{font-size:1.6rem}.footer .foo_inner_txt>span.hours{font-size:1.8rem}.footer .foo_inner_txt>span.days{display:block;margin-top:8px;font-size:1.3rem}.footer .copy>p{padding-bottom:13px}.content{padding-bottom:0}h2{font-size:7vw}.frail_intro_inner{width:100%;padding:26vw 0 0}.frail_intro_tit{font-size:6.4vw}.frail_intro_tit:after{top:-17vw;width:25vw;height:37.8vw}.frail_intro_tit_frail{width:41vw;margin-left:2.3vw}.frail_intro_tit_hatena{margin-top:-1.33vw;margin-left:1.33vw;font-size:12vw}.frail_intro_txt{margin:4.8vw 0 40px;padding:0 4vw;font-size:1.8rem;line-height:2.1}.frail_intro_pic{width:100%;padding:0 2vw}.midashi{width:100%;margin:0 auto 30px;padding:20px 4vw 0}.midashi_intro_note{margin-bottom:51px;padding:0 0 0 4.1vw;text-indent:-4.7vw}.midashi_intro_note>span{text-indent:0;word-break:break-all}.midashi_inner{flex-wrap:wrap;padding:10.6vw 3vw 10.6vw 6.5vw;border-radius:3vw;background:url(../img/midashi_bg_sp_top.jpg) center top/100% auto no-repeat,url(../img/midashi_bg_sp_bottom.jpg) center bottom/100% auto no-repeat,url(../img/midashi_bg_sp_repeat.jpg) center top/100% auto repeat-y,#ffdaba}.midashi_tit{justify-content:flex-start;width:64vw;margin:0 auto 10.6vw;padding:0 0 0 2.4vw}.midashi_tit .big{margin-bottom:5.5vw;font-size:8.5vw}.midashi_tit .color{width:54.4vw;margin-right:0;margin-bottom:3.5vw}.midashi_tit .small{width:100%;font-size:7.46vw}.midashi_list{width:100%;font-size:4.26vw}.midashi_list>li{margin-bottom:5.5vw;padding:0 0 0 9.3vw}.midashi_list>li:before{width:6.8vw;height:5.5vw}.recover{width:100%;margin:0 auto 68px}.recover_tit{margin-bottom:12vw;font-size:5.9vw;line-height:2}.recover_pic{width:100%;margin-bottom:-1.5vw;padding:5.5vw 0 0;overflow:hidden}.recover_pic img{margin-bottom:5.7vw;transform:scale(1.2)}.recover_prod{flex-wrap:wrap;justify-content:space-between}.recover_prod_tit{top:6.6vw;width:93vw;padding:4.8vw 0;font-size:5.8vw}.recover_prod_pic{margin:0}.recover_prod_pic.high_calorie,.recover_prod_pic.climeal{width:38.4vw}.recover_prod_pic.riha{width:40.27vw}.recover_prod_txt.high_calorie{padding-top:1.07vw}.recover_prod_txt.high_calorie .small{margin-top:4px;line-height:1.4736842105}.recover_prod_txt.climeal,.recover_prod_txt.riha{padding-top:1.07vw}.recover_prod_txt .big{font-size:6.13vw;line-height:1.4}.recover_prod_txt .small{margin-top:2px;font-size:5.1vw;line-height:1.57}.recover_prod_but{width:100%;max-width:37.87vw;margin-top:1.6vw;padding:2.4vw 0 2.4vw 3.4vw;border-radius:3.2vw;box-shadow:0 .8vw 1.6vw #0000004d;font-size:4.2vw;line-height:1.6}.recover_prod_but:before{top:auto;right:3.2vw;bottom:3.8vw;width:3.73vw;height:3.46vw;margin:0}.recover_prod.high_calorie{flex-basis:initial;flex-direction:initial;padding:27.7vw 0 4.27vw 6.13vw}.recover_prod.climeal{flex-basis:initial;flex-direction:initial;padding:20px 8.8vw 5.33vw 6.13vw}.recover_prod.riha{flex-basis:initial;flex-direction:initial;padding:20px 3.73vw 5.33vw 5.33vw}.product{margin-bottom:19vw;padding:9.9vw 2.6vw 2.6vw;background:url(../img/product_top_line.jpg) left top/auto 1.33vw repeat-x}.product_inner{flex-wrap:wrap;width:100%;padding:16vw 0;gap:initial;background:#fff}.product_left{width:100%;padding:0 5.87vw}.product_right{flex-basis:initial;width:100%;padding:0 2.6vw}.product_tit{margin-bottom:10.1vw}.product_pic{margin-bottom:5.3vw}.product_desc{font-size:5.5vw}.product_desc>span{padding:1.06vw 0 1.6vw 3.4vw}.product_target{margin-top:17.6vw;padding:5.06vw 0 3.2vw;background:url(../img/product_top_line.jpg) left bottom/auto 1.33vw repeat-x,url(../img/product_top_line.jpg) left top/auto 1.33vw repeat-x;font-size:6.13vw}.product_target>span{margin-top:2vw;line-height:1.6}.product_target_list{margin-top:8vw;padding:0 3.5vw;font-size:4.8vw}.product_target_list>li:before{top:1.87vw;width:4.8vw;height:4.8vw}.product_target_list>li>span{padding:1.6vw 0 4vw 5.3vw;background-size:auto 1.9vw}.product_globe>span{padding:6.1vw 0;border-radius:26vw;font-size:3.7vw}.product_globe:after{top:-5.33vw;width:12.5vw;height:10.6vw}.product.high_calorie .product_inner{gap:initial}.product.high_calorie .product_right{flex-basis:initial}.product.high_calorie .product_tit{width:100%;margin-bottom:10.1vw}.product.high_calorie .product_tit>span{width:58.4vw}.product.high_calorie .product_pic{width:100%}.product.high_calorie .product_pic>span{width:81vw}.product.high_calorie .product_desc>span{width:100%}.product.high_calorie .product_desc>span.remove_sp{display:none}.product.high_calorie .product_desc>span.add_sp_inner{display:block}.product.high_calorie .product_includes>li{width:calc(100% + 4.27vw)}.product.high_calorie .product_figure{flex-direction:column;max-width:64vw;margin:26px auto 0;gap:2.67vw}.product.high_calorie .product_target{margin-top:15.2vw;line-height:1.4}.product.high_calorie .product_target>span{margin-top:0;line-height:1.4}.product.high_calorie .product_target_list{margin-top:30px}.product.high_calorie .product_target_list>li>span.remove_pc{display:block}.product.high_calorie .product_target_list>li>span .remove_sp{display:none}.product.high_calorie .product_target_list>li>span .add_sp_inner{display:inline}.product.high_calorie .product_globe{margin-top:12vw}.product.climeal .product_tit{width:100%}.product.climeal .product_tit>span{width:58.4vw}.product.climeal .product_pic{width:100%}.product.climeal .product_pic>span{width:81vw}.product.climeal .product_desc>span{width:100%}.product.climeal .product_globe{margin-top:12vw}.product.riha .product_tit>span{width:65vw}.product.riha .product_pic>span{width:100%;margin:0;transform:scale(1.04)}.product.riha .product_desc>span{width:100%}.product.riha .product_target_list>li>span .remove_sp{display:none}.product.riha .product_target_list>li>span .add_sp_inner{display:inline}.product.riha .product_target_list>li .add_sp{display:block}.product.riha .product_globe{margin-top:10vw}.uriba{margin:0 0 10.8vw}.uriba_inner{flex-wrap:wrap;width:100%}.uriba_reference{width:100%}.uriba_reference_tit{padding:2.7vw 0;font-size:5.3vw}.uriba_reference_pic{padding:24.5vw 0 17.3vw}.uriba_reference_globe{padding:3.4vw 4vw 4vw;border-radius:6.6vw;font-size:3.2vw}.uriba_reference_globe:before{width:14.6vw;height:14.6vw}.uriba_reference.one .uriba_reference_pic>span{width:74.5vw}.uriba_reference.one .uriba_reference_globe.g_top{top:5.6vw;left:5.6vw}.uriba_reference.one .uriba_reference_globe.g_top:before{bottom:-7.7vw;left:5.6vw}.uriba_reference.one .uriba_reference_globe.g_bottom{right:5.6vw;bottom:5.6vw}.uriba_reference.one .uriba_reference_globe.g_bottom:before{top:-6.6vw;right:.7vw}.uriba_reference.two .uriba_reference_pic>span{width:66.4vw}.uriba_reference.two .uriba_reference_globe.g_top{top:5.6vw;right:5.6vw}.uriba_reference.two .uriba_reference_globe.g_top:before{right:18.4vw;bottom:-8.5vw}.uriba_reference.two .uriba_reference_globe.g_bottom{bottom:5.6vw;left:5.6vw}.uriba_reference.two .uriba_reference_globe.g_bottom:before{top:-6.3vw;left:.6vw}.manual{margin-bottom:30vw}.manual_inner{width:89%;padding:7.5vw 9.3vw 13.3vw;border-radius:8vw;background:linear-gradient(158deg,#fff0 0,#fff0 58%,#e6001221 50%,#e6001221);font-size:4.8vw}.manual_pic{position:initial;right:auto;bottom:auto;width:41.8vw;margin:6vw auto 0}.order_method{margin-bottom:13.3vw}.order_method_top_wrap{box-shadow:0 1.33vw 1.6vw .2vw #00000029}.order_method_top_tit{margin-bottom:4vw;font-size:7.2vw;letter-spacing:1.33vw}.order_method_top_txt{margin-bottom:11vw;font-size:4.26vw;font-size:min(4.26vw,1.6rem)}.order_method_inner{-moz-column-gap:0;column-gap:0}.order_method_subtit{margin-bottom:8.8vw}.order_method_subtit>span{width:44vw}.order_method_packing{width:100%;padding:12.5vw 5.3vw 10.67vw;border-radius:14.9vw}.order_method_packing_prod:after{width:100%}.order_method_packing_prod{padding-top:9.3vw;font-size:4.8vw}.order_method_packing_prod>dt{width:100%;padding-left:6.67vw}.order_method_packing_prod>dd{align-self:flex-start;width:100%}.order_method_packing.high_calorie{margin-bottom:8vw}.order_method_packing.high_calorie>h4>span{width:45.34vw}.order_method_packing.high_calorie .order_method_packing_prod{padding-top:10.67vw}.order_method_packing.high_calorie .order_method_packing_prod .climeal_pack_tit_one{margin-bottom:7.2vw;padding-top:0}.order_method_packing.high_calorie .order_method_packing_prod .climeal_pack_pic_one{margin-bottom:0}.order_method_packing.high_calorie .order_method_packing_prod .climeal_pack_pic_one>span{width:50.14vw}.order_method_packing.climeal{margin-bottom:6.1vw}.order_method_packing.climeal>h4>span{width:42.66vw}.order_method_packing.climeal .order_method_packing_prod:after{top:3vw}.order_method_packing.climeal .order_method_packing_prod .climeal_pack_tit_one{margin-bottom:7.2vw;padding-top:0}.order_method_packing.climeal .order_method_packing_prod .climeal_pack_tit_two{padding-top:0}.order_method_packing.climeal .order_method_packing_prod .climeal_pack_pic_one{margin-bottom:18.6vw}.order_method_packing.climeal .order_method_packing_prod .climeal_pack_pic_one>span{width:55.4vw}.order_method_packing.climeal .order_method_packing_prod .climeal_pack_pic_two{margin-top:0;padding:7.4vw 0 0}.order_method_packing.climeal .order_method_packing_prod .climeal_pack_pic_two>span{width:70.6vw}.order_method_packing.riha{margin-top:0;padding-top:12.5vw}.order_method_packing.riha>h4>span{width:54vw}.order_method_packing.riha .order_method_packing_prod:after{top:-21vw}.order_method_packing.riha .order_method_packing_prod .riha_pack_tit_one{margin-bottom:7.2vw;padding-top:0}.order_method_packing.riha .order_method_packing_prod .riha_pack_tit_two{margin-bottom:8vw;padding-top:0}.order_method_packing.riha .order_method_packing_prod .riha_pack_pic_one{margin-bottom:19.4vw;padding:0}.order_method_packing.riha .order_method_packing_prod .riha_pack_pic_one>span{width:64.54vw}.order_method_packing.riha .order_method_packing_prod .riha_pack_pic_two>span{width:60.27vw}.order_method_button{width:79vw;padding:4vw 2.6vw 4vw 0;box-shadow:0 .8vw 1.6vw #00000080;font-size:4.8vw}.order_method_button:after{right:6.4vw;width:4vw;height:4vw}.others{padding:1px 0 48px}.others_tit{margin-top:11vw}.others_txt{font-size:4.26vw}.others_inner{flex-flow:column nowrap;align-items:center;width:94vw;height:auto;padding-bottom:0}.others_inner_prod{width:100%}.others_inner_prod_box{flex-flow:row nowrap;justify-content:flex-start;width:82.4vw;height:auto;margin:0 auto;padding-bottom:0}.others_inner_prod_box:before{top:auto;bottom:0;width:100%;height:2px;background:url(../img/others_line_blue_sm.png) left center/contain repeat-x}.others_inner_prod_box>.pic{width:40.5vw;margin-bottom:0}.others_inner_prod_box>.logo_arrow{justify-content:space-between;width:calc(100% - 40.5vw)}.others_inner_prod_box>.logo_arrow .link_arrow{margin-left:1.33vw}.others_inner_prod.p1 .others_inner_prod_box{padding:13.8vw 0 11.4vw}.others_inner_prod.p1 .others_inner_prod_box>.pic{width:40.5vw}.others_inner_prod.p1 .others_inner_prod_box>.pic img{width:34.7vw;margin:0}.others_inner_prod.p1 .others_inner_prod_box>.logo_arrow>.link_txt{width:26.6vw}.others_inner_prod.p2 .others_inner_prod_box{padding:8.2vw 0 10.1vw}.others_inner_prod.p2 .others_inner_prod_box:after{content:none}.others_inner_prod.p2 .others_inner_prod_box:before{content:none}.others_inner_prod.p2 .others_inner_prod_box>.pic{width:40.5vw;margin-bottom:0}.others_inner_prod.p2 .others_inner_prod_box>.pic img{width:22.1vw;margin:0 0 0 6.1vw}.others_inner_prod.p2 .others_inner_prod_box>.logo_arrow>.link_txt{width:34vw}.top{right:10px;bottom:25px;width:50px;height:50px}.top .top_arrow{width:15px}.top .top_txt{margin-top:4px;font-size:1.4rem}::-webkit-file-upload-button{padding:3.7vw 13vw;font-size:4.2vw}::-ms-browse{padding:3.7vw 13vw;font-size:4.2vw}}@media screen and (max-width: 350px){.recover_prod_txt .big{font-size:6vw}}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.menu #menu-cont>a>span{padding:8px 0 2px}.menu #menu-cont>a.link4{padding:25px 18px 19px}.others_inner_prod.p1 .others_inner_prod_box>.pic{height:90px}.others_inner_prod.p2 .others_inner_prod_box>.pic{height:82px}}
