@charset "UTF-8";:root{--black-color:#333;--white-color:#F8F5F0;--primary-color:#F7B19D;--accent-color:#E9B567;--sub-color01:#A3B2B6;--sub-color02:#BED0CA;--sub-color03:#5D9090}:root{--content-width-sm:800px;--content-width:960px;--content-width-lg:1088px}:root{--z-index-back:-1;--z-index-default:1;--z-index-title:50;--z-index-header:100;--z-index-menu:150;--z-index-modal:200}body{color:var(--black-color);font-size:18px;font-family:"Noto Sans JP",serif;line-height:1.8;letter-spacing:.1em;background:linear-gradient(to bottom,var(--white-color) 50%,var(--primary-color))}:focus{outline:0}button,span{-webkit-tap-highlight-color:transparent;cursor:pointer}.l_container,.l_container-lg{width:100%;padding:0 16px;margin:0 auto}.l_container{max-width:calc(var(--content-width) + 32px)}.l_container-lg{max-width:calc(var(--content-width-lg) + 32px)}.l_contents{padding:136px 0 80px}@media screen and (min-width:1080px){.l_contents{padding:160px 0 80px}}.l_header{height:80px;width:100vw;padding:0 16px;display:flex;justify-content:space-between;align-items:center;position:fixed;top:0;left:0;z-index:var(--z-index-header);backdrop-filter:blur(3px)}@media screen and (min-width:1080px){.l_header{padding:0 80px}}.l_header-logo{display:flex;align-items:center;justify-content:center}.l_header-logo_icon{width:150px;height:auto}.l_header-logo_link{height:100%;display:flex;align-items:center;white-space:nowrap}.l_header-nav{display:none;position:fixed;top:0;right:0;bottom:0;width:90vw;height:100vh;background:rgba(247,177,157,.8);z-index:var(--z-index-menu);transition:opacity .5s,visibility .5s;opacity:0;visibility:hidden}@media screen and (min-width:1080px){.l_header-nav{display:block;position:static;background:0 0;width:auto;height:auto;opacity:1;pointer-events:inherit;visibility:visible}}.l_header-nav_list{position:absolute;top:120px;left:40%;width:100%;transform:translate(-40%,0)}@media screen and (min-width:1080px){.l_header-nav_list{display:flex;align-items:center;gap:0 24px;position:static;transform:none;width:auto}}.l_header-nav_item{text-align:center;font-weight:700;color:var(--white-color);white-space:nowrap}@media screen and (min-width:1080px){.l_header-nav_item{height:100%;display:flex;align-items:center;justify-content:center}}.l_header-nav_item a:hover{text-shadow:-1px 1px 5px #f7b19d,1px -1px 5px #f7b19d}.l_header-nav_item:not(:first-child){margin-top:40px}@media screen and (min-width:1080px){.l_header-nav_item:not(:first-child){margin-top:0}}.l_header-nav_btn{width:156px;height:54px;margin:0 auto;display:flex;justify-content:center;align-items:center;background:var(--accent-color);border-radius:20px 0 20px 20px;box-shadow:0 8px 8px rgba(0,0,0,.15)}@media screen and (min-width:1080px){.l_header-nav_btn{padding:16px 40px;width:auto;height:80px;border-radius:0 0 20px 20px;background:var(--accent-color);box-shadow:0 8px 8px rgba(0,0,0,.15)}}.l_header-nav_btn__line{background:var(--sub-color03)}.l_footer{width:100%;height:auto;text-align:center;padding:32px 0 112px;position:relative}@media screen and (min-width:1080px){.l_footer{padding:32px 0}}.l_footer-logo{width:250px;height:auto;margin:0 auto}.l_footer-logo_link{width:100%;height:auto}.l_footer-logo_icon{width:250px;height:135px;object-fit:cover}.l_footer-copyright{font-size:16px}.l_footer_list{width:100%;height:auto;display:flex;justify-content:center;align-items:center;background-attachment:fixed;position:fixed;bottom:0;left:0;z-index:var(--z-index-menu)}@media screen and (min-width:1080px){.l_footer_list{display:none}}.l_footer_item{width:calc(100vw / 2);height:80px;display:flex;justify-content:center;align-items:center;background:var(--accent-color);border-radius:20px 20px 0 0}.l_footer_item__line{background:var(--sub-color03)}.l_footer_link{font-weight:700;color:var(--white-color);text-align:center}.m_hamburger{width:45px;height:32px;position:relative;z-index:var(--z-index-menu)}@media screen and (min-width:1080px){.m_hamburger{display:none}}.m_hamburger-bar{width:100%;height:3px;position:absolute;background:var(--white-color);border-radius:10px;left:50%;transition:.3s}.m_hamburger-bar:first-child{top:0;transform:translate(-50%,0)}.m_hamburger-bar:nth-child(2){top:50%;transform:translate(-50%,-50%)}.m_hamburger-bar:last-child{top:100%;transform:translate(-50%,-100%)}.m_section_title{font-size:80px;font-family:"Pinyon Script",serif;color:var(--sub-color03);text-shadow:8px 8px 8px rgba(0,0,0,.25);transform:rotate(-13deg);position:absolute;top:20px;left:16px;z-index:var(--z-index-title)}@media screen and (min-width:1080px){.m_section_title{font-size:96px;top:40px;left:calc(50% - 512px)}}.m_dotted{border-bottom:16px dotted var(--sub-color01)}.m_section_btn-wrap{width:228px;height:59px;background:var(--accent-color);border-radius:100px;box-shadow:4px 4px 4px rgba(0,0,0,.25);padding:16px 48px;display:flex;justify-content:center;align-items:center;margin:64px auto 0;position:relative;z-index:var(--z-index-default);overflow:hidden;transition:all .3s ease}@media screen and (min-width:1080px){.m_section_btn-wrap{margin:64px 0 0 auto}}.m_section_btn-wrap:hover::before{transform:scaleX(1);transform-origin:left}.m_section_btn-wrap::before{position:absolute;top:0;left:0;content:"";display:block;width:100%;height:100%;background:var(--primary-color);transform:scaleX(0);transform-origin:right;transition:all .5s ease;transition-property:transform}.m_section_btn{font-family:"M PLUS Rounded 1c",serif;color:var(--black-color);text-align:center;letter-spacing:.2em;position:relative}.m_section_btn::after{content:"";position:absolute;top:50%;right:-20px;transform:translateY(-50%);border:5px solid transparent;border-left:8px solid var(--black-color);margin-left:8px}.m_contact_btn-wrap{width:294px;height:93px;background:var(--accent-color);border-radius:100px;padding:32px 40px;display:flex;justify-content:center;align-items:center;box-shadow:4px 4px 4px rgba(0,0,0,.25)}.m_contact_btn{font-size:24px;font-weight:700;color:var(--white-color);text-align:center;letter-spacing:.08em}.m_contact_btn-wrap__line{background:var(--sub-color03)}.m_kv{width:100vw;height:90vh}.m_kv-inner{position:relative;height:100%}.m_kv_title-wrap{position:absolute;top:50%;left:10%;transform:translate(0,-50%)}.m_kv_title{font-size:80px;font-family:"Pinyon Script",serif;color:var(--white-color);text-shadow:8px 8px 8px rgba(0,0,0,.25)}@media screen and (min-width:1080px){.m_kv_title{font-size:96px}}.top_kv{height:100vh;background:linear-gradient(rgba(0,0,0,.25),rgba(0,0,0,.25)),url(../img/top-kv02.webp) 76% 0/cover;background-attachment:fixed;position:relative;animation:fadeIn 2s ease-out}@keyframes fadeIn{from{opacity:.3}to{opacity:1}}.top_kv-inner{position:relative;height:100%}.top_kv_box{max-width:100%;position:absolute;top:200px;text-align:left}@media screen and (min-width:1080px){.top_kv_box{top:320px}}.top_kv_copy{font-size:32px;font-family:"M PLUS Rounded 1c",serif;color:var(--white-color);text-shadow:0 4px 4px rgba(0,0,0,.25);letter-spacing:.15em}@media screen and (min-width:768px){.top_kv_copy{font-size:42px}}@media screen and (min-width:1200px){.top_kv_copy{font-size:48px}}@media screen and (min-width:1080px){.br-lg{display:none}}.top_concept{background:linear-gradient(rgba(0,0,0,.25),rgba(0,0,0,.25)),url(../img/top-kv02.webp) 76% 0/cover;background-attachment:fixed;position:relative;animation:fadeIn 2s ease-out}@keyframes fadeIn{from{opacity:.3}to{opacity:1}}.top_concept_content{position:relative;z-index:var(--z-index-default);display:inline-block;width:343px;height:auto;background-color:rgba(248,245,240,.7);border-radius:20px;padding:24px}@media screen and (min-width:1080px){.top_concept_content{width:470px;padding:32px}}.top_concept::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:inherit;z-index:var(--z-index-back)}.top_concept_title{color:var(--white-color)}.top_concept_text{font-size:16px;text-align:justify}@media screen and (min-width:1080px){.top_concept_text{font-size:18px}}.top_concept_text:not(:first-child){margin-top:16px}.top_point{font-size:24px;font-weight:700;letter-spacing:.6em;background:linear-gradient(transparent 0,transparent 50%,var(--accent-color) 50%,var(--accent-color)100%)}@media screen and (min-width:1080px){.top_point{font-size:26px}}.top_service{position:relative}.top_section_content{display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:40px}@media screen and (min-width:768px){.top_section_content{flex-direction:row;flex-wrap:wrap;justify-content:space-around}}@media screen and (min-width:1080px){.top_section_content{flex-direction:row;flex-wrap:nowrap}}.top_service_section{display:inline-block;max-width:343px;height:auto;background:linear-gradient(to right,var(--accent-color),var(--primary-color));border-radius:20px;padding:48px 24px;box-shadow:8px 8px 8px rgba(0,0,0,.25)}.top_service_title-wrap{display:flex;justify-content:left;align-items:center}.top_service_img-wrap{width:100px;height:100px;text-align:center}.top_service_img{width:100%;height:100%;object-fit:cover}.top_service_title{font-size:32px;font-weight:700;color:var(--white-color);text-shadow:0 4px 4px rgba(0,0,0,.25);margin-left:16px;line-height:1.2}.top_service_dotted-box{width:295px;height:16px;margin:24px 0}.top_service_text-box{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:16px;padding:16px;background-color:var(--white-color);border-radius:20px}.top_service_text{font-size:24px;font-weight:700;text-align:left;letter-spacing:.2em;line-height:1.2}.top_service_sub-text{text-align:left;letter-spacing:.2em;line-height:1.2}.top_portfolio{position:relative}.top_portfolio_content{position:relative}.top_portfolio_section{display:flex;align-items:center;justify-content:center;flex-direction:column;width:294px;height:473px;background:var(--white-color);border-radius:20px}.top_portfolio_img-wrap{width:100%;height:294px;text-align:center;background:var(--sub-color01);border-radius:20px 20px 0 0}.top_portfolio_img{width:100%;height:100%;object-fit:cover;border-radius:20px 20px 0 0}.top_portfolio_text-wrap{display:flex;justify-content:space-between;align-items:left;flex-direction:column;width:100%;height:179px;padding:16px}.top_portfolio_title{font-size:22px;line-height:1.2;font-weight:700;text-align:left}.top_portfolio_text{text-align:left;line-height:1.2}.top_portfolio_link{font-size:16px;display:block;text-align:right;text-decoration:underline}.swiper{width:85%}.swiper-container{position:relative}.swiper-button-next::after,.swiper-button-prev::after{color:var(--sub-color01);font-weight:bolder}.top_profile{position:relative}.top_profile_img-wrap{width:250px;height:250px;text-align:center;animation:3s ease-out 0s 1 fadeIn}@media screen and (min-width:1080px){.top_profile_img-wrap{width:400px;height:400px}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.top_profile_img{width:100%;height:100%;object-fit:cover;border-radius:1000px}.top_profile_text-wrap{width:100%;height:auto;padding:0 16px;display:flex;justify-content:center;align-items:left;flex-direction:column}@media screen and (min-width:768px){.top_profile_text-wrap{width:60%;padding:0}}@media screen and (min-width:1080px){.top_profile_text-wrap{width:50%;padding:0}}.top_profile_title{font-size:24px;font-weight:700;text-align:left;letter-spacing:.4em}@media screen and (min-width:1080px){.top_profile_title{font-size:32px}}.top_profile_text{text-align:left;letter-spacing:.2em;line-height:1.3;margin-top:16px}@media screen and (min-width:1080px){.top_profile_text{font-size:22px;margin-top:40px}}.top_profile_skill{font-size:16px;text-align:left;letter-spacing:.2em;line-height:1.6}@media screen and (min-width:1080px){.top_profile_skill{font-size:18px}}.top_profile_skill__title{font-weight:700;margin-top:16px}@media screen and (min-width:1080px){.top_profile_skill__title{margin-top:40px}}.top_contact{position:relative}@media screen and (min-width:768px){.top_contact_content{flex-direction:column;align-items:start;justify-content:start}}.top_contact_text-wrap{display:flex;justify-content:center;align-items:center;flex-direction:column;margin-top:40px;padding:0 16px;gap:16px}@media screen and (min-width:768px){.top_contact_text-wrap{align-items:start}}.top_contact_title{width:100%;max-width:448px;font-size:22px;line-height:1.2;text-align:justify}@media screen and (min-width:768px){.top_contact_title{font-size:24px;width:100%;max-width:100%}}.top_contact_text{width:100%;max-width:448px;font-size:16px;line-height:1.2;text-align:justify}@media screen and (min-width:768px){.top_contact_text{font-size:18px;width:100%;max-width:100%}}.top_contact_link-box{width:100%;max-width:448px;height:auto;display:flex;justify-content:space-between;align-items:center;flex-direction:column;padding:24px 16px;gap:24px;background:var(--white-color);border-radius:20px;box-shadow:4px 4px 4px rgba(0,0,0,.25)}@media screen and (min-width:768px){.top_contact_link-box{flex-direction:row;padding:32px;width:100%;max-width:100%;height:auto}}.top_contact_text-box{display:flex;justify-content:center;align-items:flex-start;flex-direction:column;gap:24px}.top_contact_link-title{font-size:20px;font-weight:700;text-align:left}@media screen and (min-width:1080px){.top_contact_link-title{font-size:22px}}.top_contact_link-text{font-size:16px;line-height:1.2;text-align:left}@media screen and (min-width:1080px){.top_contact_link-text{font-size:18px}}.portfolio_body{background:linear-gradient(to bottom,var(--white-color) 50%,var(--sub-color01))}.portfolio_kv{background:linear-gradient(rgba(0,0,0,.25),rgba(0,0,0,.25)),url(../img/top-kv02.webp) 80% 30%/cover;background-attachment:fixed}.portfolio_container{display:flex;justify-content:center;align-items:center;flex-direction:row;flex-wrap:wrap;gap:38px}.portfolio_section{box-shadow:8px 8px 8px rgba(0,0,0,.25)}.portfolio-single_kv{background:linear-gradient(rgba(190,202,208,.25),rgba(190,202,208,.25)),url(../img/portfolio001.jpg) 20% center/cover;background-attachment:fixed}.portfolio-single02_kv{background:linear-gradient(rgba(190,202,208,.25),rgba(190,202,208,.25)),url(../img/portfolio01.webp) center center/cover;background-attachment:fixed}.portfolio-single03_kv{background:linear-gradient(rgba(190,202,208,.25),rgba(190,202,208,.25)),url(../img/portfolio03.jpg) center center/cover;background-attachment:fixed}.portfolio-single04_kv{background:linear-gradient(rgba(190,202,208,.25),rgba(190,202,208,.25)),url(../img/portfolio04.png) center center/cover;background-attachment:fixed}.portfolio-single05_kv{background:linear-gradient(rgba(190,202,208,.25),rgba(190,202,208,.25)),url(../img/portfolio05.png) center center/cover;background-attachment:fixed}.portfolio-single_container{display:flex;justify-content:center;align-items:flex-start;flex-direction:column;gap:40px;width:100%}.portfolio_section_title-wrap{display:flex;justify-content:center;align-items:flex-start;flex-direction:column;gap:16px;width:100%}.portfolio_section_title{font-size:28px;font-weight:700}@media screen and (min-width:1080px){.portfolio_section_title{font-size:64px}}.portfolio_section_subtitle{font-size:20px;font-weight:700}@media screen and (min-width:1080px){.portfolio_section_subtitle{font-size:32px}}.portfolio_section_content{display:flex;justify-content:flex-start;align-items:center;flex-direction:column;gap:40px;width:100%}.portfolio_text-wrap{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:8px}.portfolio_text{word-break:break-all;line-height:2}@media screen and (min-width:1080px){.portfolio_text{font-size:24px}}.portfolio_point{font-weight:700;margin-right:16px;position:relative;pointer-events:none}.portfolio_point::after{content:"";border-style:solid;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:8px solid var(--accent-color);border-right:0;position:absolute;top:50%;right:-12px;transform:translate(0,-50%)}.portfolio_link{text-decoration:underline}.portfolio_img-wrap{width:calc((100% - 32px)/ 3);height:auto;display:flex;align-items:start;justify-content:center;gap:16px}.portfolio_PCimg-wrap{width:100%;height:auto;display:flex;align-items:start;justify-content:center;flex-direction:column;gap:16px}.profile_kv{background:linear-gradient(rgba(190,202,208,.25),rgba(190,202,208,.25)),url(../img/family.jpg) center top/cover}.profile_container{max-width:100%}@media screen and (min-width:768px){.profile_container{width:80%;max-width:960px}}.profile_section_title-wrap{display:flex;flex-direction:column;gap:64px}.profile_section_title-box{display:flex;flex-direction:column;gap:24px}@media screen and (min-width:768px){.profile_section_title-box{flex-direction:row;align-items:center;gap:0 94px}}.profile_section_title{font-size:56px;font-weight:700;letter-spacing:.4em}@media screen and (min-width:768px){.profile_section_title{font-size:64px;white-space:nowrap}}.profile_section_subtitle{font-size:24px;letter-spacing:.4em}@media screen and (min-width:768px){.profile_section_subtitle{font-size:32px}}.profile_text{font-size:20px}@media screen and (min-width:1080px){.profile_text{font-size:24px}}.profile_content{display:flex;flex-direction:column;margin-top:64px;gap:24px}.profile_content_text-wrap{display:flex;flex-direction:column;gap:16px}.profile_content_title{width:80px;font-size:24px;letter-spacing:.4em;background:linear-gradient(transparent 0,transparent 50%,var(--accent-color) 50%,var(--accent-color)100%)}@media screen and (min-width:1080px){.profile_content_title{font-size:32px;width:100px}}.profile_content_text{line-height:2}@media screen and (min-width:1080px){.profile_content_text{font-size:24px}}.profile_bold{font-weight:700}.contact_kv{background:linear-gradient(rgba(0,0,0,.25),rgba(0,0,0,.25)),url(../img/top-kv02.webp) 80% 30%/auto;background-size:cover}.contact_section_text{font-size:20px}@media screen and (min-width:1080px){.contact_section_text{font-size:24px}}.contact_form{display:flex;flex-direction:column}.contact_form_table{display:flex;flex-direction:column;margin-top:64px}.contact_form_tr{display:flex;flex-direction:column;gap:16px}.contact_form_tr:not(:first-child){margin-top:40px}.contact_form_th{font-size:24px;font-weight:700;position:relative;height:50px;display:flex;align-items:center;padding:0 16px}.contact_form_th::before{content:"";width:8px;height:50px;background:var(--primary-color);position:absolute;top:0;left:0}.contact_form_th-sp{font-size:14px;font-weight:400;padding:8px 16px;background:var(--accent-color);color:var(--white-color);border-radius:30px;margin-left:24px;pointer-events:none}.contact_form_td{border:1px solid var(--black-color);border-radius:8px;background:var(--white-color);height:auto;display:flex;justify-content:start;align-items:center;padding:24px}.contact_form_table_input{font-size:20px;width:100%}.contact_form-select{width:100%;height:auto;font-size:20px}.contact_form_td__select{position:relative;width:100%}.contact_form_td__select::after{border-left:8px solid transparent;border-right:8px solid transparent;border-top:16px solid var(--black-color);content:"";position:absolute;right:40px;top:50%;transform:translateY(-50%);width:0}.contact_form-textarea{width:100%;height:300px;font-size:20px}.contact_form_checkbox-wrap{display:flex;align-items:center;justify-content:center;margin-top:64px}.contact_form_checkbox-lbl{font-size:16px;display:block;position:relative;margin:1em 0;padding-left:28px;cursor:pointer;user-select:none}.contact_form_checkbox-lbl input{display:none}.contact_form_checkmark{position:absolute;top:50%;left:0;transform:translate(0,-50%);height:20px;width:20px;border:solid 1px var(--black-color);border-radius:3px;box-sizing:border-box}.contact_form_checkmark:after{content:"";position:absolute;top:0;left:0;width:24px;height:12px;border:solid var(--black-color);border-width:0 0 5px 5px;transform:rotate(-45deg);opacity:0}.contact_form_checkbox-lbl input:checked+.contact_form_checkmark:after{opacity:1}.contact_form_submit-btn{width:228px;height:59px;background:var(--accent-color);border-radius:100px;box-shadow:4px 4px 4px rgba(0,0,0,.25);padding:16px 48px;display:flex;justify-content:center;align-items:center;margin:24px auto 0;color:var(--black-color);padding:8px 24px;cursor:pointer}.contact_form_submit-btn:disabled{background-color:#ccc;cursor:not-allowed}.contact_form_link{border-bottom:1px solid var(--black-color)}.thanks_kv{background:linear-gradient(rgba(0,0,0,.25),rgba(0,0,0,.25)),url(../img/thanks_kv.jpg) center 20%/auto;background-size:cover;height:40vh}.thanks_contents{padding:64px 16px}.thanks_container{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:24px;max-width:640px;background:rgba(248,245,240,.25);border-radius:40px;padding:16px}.thanks_title{font-size:28px;font-weight:700}.thanks_text-wrap{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:16px}.thanks_text{text-align:left}.thanks_check{font-weight:700}.thanks_back-wrap{width:294px;height:88px;background:var(--primary-color);padding:32px 40px;border-radius:100px;display:flex;align-items:center;justify-content:center}.thanks_link{font-size:20px;font-weight:700;color:var(--white-color)}.notfound_kv{background:linear-gradient(rgba(0,0,0,.25),rgba(0,0,0,.25)),url(../img/thanks_kv.jpg) center 20%/auto;background-size:cover;height:40vh}.notfound_container{display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:left}.notfound_title{font-size:28px;font-weight:700}.notfound_text-wrap{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;margin-top:40px}.notfound_text{text-align:left}.notfound_back-wrap{margin-top:80px}.privacypolicy_kv{background:linear-gradient(rgba(0,0,0,.25),rgba(0,0,0,.25)),url(../img/top-kv02.webp) 76% 0/cover;background-attachment:fixed}.privacy_container{display:flex;align-items:start;justify-content:center;flex-direction:column;gap:64px}.privacy_section_title{font-size:28px;font-weight:700}@media screen and (min-width:1080px){.privacy_section_title{font-size:36px}}.privacy_section{display:flex;align-items:start;justify-content:center;flex-direction:column;gap:32px;width:100%}.privacy_section_txt{text-align:left}@media screen and (min-width:1080px){.privacy_section_txt{font-size:24px}}.privacy_section_inner{display:flex;align-items:start;justify-content:center;flex-direction:column;gap:16px;width:100%}.privacy_section_subtitle{font-size:24px;font-weight:700;text-align:left}@media screen and (min-width:1080px){.privacy_section_subtitle{font-size:26px}}.privacy_section_link{border-bottom:1px solid var(--black-color)}.js_navigation{pointer-events:none;opacity:0;transition:opacity .5s}@media screen and (min-width:1080px){.js_navigation{pointer-events:auto;opacity:1}}.js_navigation.is-active{display:block;opacity:1;visibility:visible;pointer-events:inherit}.js_hamburger.is-active .m_hamburger-bar:first-child{top:50%;transform:translate(-50%,0) rotate(45deg);background:var(--white-color)}.js_hamburger.is-active .m_hamburger-bar:nth-child(2){opacity:0}.js_hamburger.is-active .m_hamburger-bar:last-child{top:50%;transform:translate(-50%,0) rotate(-45deg);background:var(--white-color)}.js_point{display:inline-block;background-repeat:no-repeat;background-size:0;transition:background-size 1.5s}.js_point.active{background-size:85%}