*{margin:0;padding:0;box-sizing:border-box}html{font-size:62.5%;scroll-behavior:smooth}body{font-family:Avenir,ヒラギノ角ゴ ProN,HiraginoKakuGothic,游ゴシック Medium,Yu Gothic Medium,游ゴシック体,YuGothic,メイリオ,Meiryo,sans-serif;font-size:1.6rem;line-height:1.75;color:#151533;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--c-primary: #151533;--c-white: #ffffff;--c-black: #151533;--c-black-light: #5A6175;--c-gray-light: #F8F9FA;--c-pink: #FF6270;--c-yellow: #FFCC00;--c-green-light: #89E0C6;--c-blue: #7DD2FB;--c-green: #76CF94;--c-purple: #AD92F9;--c-gray-dark: #B9BFCD}.container{width:100%;min-height:100vh;position:relative;overflow-x:hidden}.header{position:fixed;top:0;left:0;right:0;height:100px;background-color:var(--c-white);z-index:1000;transition:all .3s ease}.header__inner{max-width:1200px;height:100%;margin:0 auto;padding:0 40px;display:flex;align-items:center;justify-content:space-between}.header__logo{height:64px}.header__logo img{height:100%}.header__nav{display:flex;align-items:center;gap:40px}.header__nav-item{color:var(--c-primary);text-decoration:none;font-size:1.6rem;font-weight:500;transition:opacity .3s ease}.header__nav-item:hover{opacity:.7}.header__nav-item--active{position:relative}.header__nav-item--active:after{content:"";position:absolute;bottom:-5px;left:0;right:0;height:2px;background-color:var(--c-primary)}.header__hamburger{display:none;width:30px;height:30px;cursor:pointer;flex-direction:column;justify-content:space-between;padding:6px 0}.header__hamburger span{display:block;height:2px;background-color:var(--c-primary);transition:all .3s ease}.main{padding-top:100px}.section{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden}.section__bg{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}.section__inner{position:relative;z-index:1;width:100%;max-width:1200px;margin:0 auto;padding:80px 40px}.section__row{display:flex;align-items:center;gap:80px}.section__col{flex:1}.section__col--md--full{flex:0 0 100%}.section__col--md--push{order:2}.section__col--md--pull{order:1}.section__index{display:inline-block;font-size:4.8rem;font-weight:700;color:var(--c-black-light);margin-bottom:16px;letter-spacing:.1em;line-height:1rem}.section--top{background-color:var(--c-gray-light);text-align:center}.section--top .section__inner{max-width:800px}h1,h2,h3,h4,h5{font-weight:700;line-height:1.3;color:var(--c-primary)}h2{font-size:4.8rem;margin-bottom:24px}h3{font-size:4.8rem;margin-bottom:20px}h4{font-size:3.6rem;margin-bottom:16px}p{font-size:2rem;line-height:1.8;color:var(--c-black-light)}.p--large{font-size:2rem}.summary{max-width:1200px}.section__col--md--full .summary{margin:0 auto}.app-icon{width:120px;height:120px;margin-bottom:40px}.app{width:100%;height:auto;display:block;margin:0 auto}.store{margin-top:40px}.btn-group{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.btn{display:inline-block;cursor:pointer;transition:all .3s ease}.btn--store{width:200px;height:60px;background-size:contain;background-repeat:no-repeat;background-position:center}.btn--store--apple{background-color:#151533;background-image:url(/images/img_store__apple.svg);border-radius:8px}.btn--store--google{background-image:url(/images/img_store__google.svg)}.btn--store:hover{transform:translateY(-2px);opacity:.9}.mood{position:absolute;width:80px;height:80px;opacity:.8;animation:float 6s ease-in-out infinite}.mood--amazing{top:10%;left:5%;width:100px;height:100px}.mood--happy{top:20%;right:10%;animation-delay:1s}.mood--calm{bottom:20%;left:8%;width:90px;height:90px;animation-delay:2s}.mood--okay{top:40%;right:5%;width:70px;height:70px;animation-delay:.5s}.mood--anxious{bottom:30%;right:15%;animation-delay:1.5s}.mood--sad{top:15%;left:40%;width:60px;height:60px;animation-delay:3s}.mood--terrible{bottom:10%;left:30%;width:85px;height:85px;animation-delay:2.5s}.bg--mood_balloons,.bg--hedgehog,.bg--butterfly,.bg--feelyou_balloon{position:absolute;opacity:.6}.bg--mood_balloons{width:300px;top:50%;left:-150px;transform:translateY(-50%)}.bg--hedgehog{width:200px;bottom:100px;right:10%}.bg--butterfly{width:60px;height:60px}.bg--butterfly--first{top:20%;right:20%;animation:flutter 8s ease-in-out infinite}.bg--butterfly--second{top:40%;left:10%;animation:flutter 10s ease-in-out infinite reverse}.bg--butterfly--third{bottom:30%;right:30%;animation:flutter 7s ease-in-out infinite}.bg--feelyou_balloon{width:100px;height:100px}.bg--feelyou_balloon--first{top:10%;left:20%;animation:float 6s ease-in-out infinite}.bg--feelyou_balloon--second{top:30%;right:15%;animation:float 8s ease-in-out infinite;animation-delay:1s}.bg--feelyou_balloon--third{bottom:20%;left:40%;animation:float 7s ease-in-out infinite;animation-delay:2s}.footer{background-color:var(--c-white);border-top:1px solid rgba(21,21,51,.1)}.footer__top{padding:40px 0;text-align:center}.footer__social{display:flex;justify-content:center;gap:24px}.btn--social{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:var(--c-gray-light);transition:all .3s ease}.btn--social:hover{background-color:var(--c-primary)}.btn--social:hover img{filter:brightness(0) invert(1)}.btn--social img{width:20px;height:20px}.footer__bottom{padding:40px 0;border-top:1px solid rgba(21,21,51,.1)}.footer__bottom-inner{max-width:1200px;margin:0 auto;padding:0 40px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:40px}.footer__nav{display:flex;gap:32px;flex-wrap:wrap}.footer__nav-item{color:var(--c-black-light);text-decoration:none;font-size:1.4rem;transition:color .3s ease}.footer__nav-item:hover{color:var(--c-primary)}.footer__copyright{font-size:1.4rem;color:var(--c-black-light)}.footer__copyright a{color:var(--c-black-light);text-decoration:none}.footer__copyright a:hover{text-decoration:underline}.footer__language{position:relative}.footer__language-select{padding:8px 32px 8px 16px;border:1px solid rgba(21,21,51,.2);border-radius:4px;background-color:var(--c-white);font-size:1.4rem;color:var(--c-primary);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23151533' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.mt--24{margin-top:24px}.p-absolute{position:absolute;width:100%;height:100%;top:0;left:0}.section__col--md--overlap{position:absolute;width:50%;height:100%}.section__col--md--overlap:first-child{left:0}.section__col--md--overlap:last-child{right:0}.section__col--md--none{display:none}@media (max-width: 992px){.section__col--md--overlap{position:relative;width:100%}.section__col--md--none{display:block}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes flutter{0%,to{transform:translate(0) rotate(0)}25%{transform:translate(30px,-20px) rotate(10deg)}50%{transform:translate(-20px,-40px) rotate(-5deg)}75%{transform:translate(40px,-10px) rotate(15deg)}}@media (max-width: 992px){.header{height:80px}.header__inner{padding:0 24px}.header__nav{display:none}.header__hamburger{display:flex}.main{padding-top:80px}.section__inner{padding:60px 24px}.section__row{flex-direction:column;gap:40px}.section__col--md--push,.section__col--md--pull{order:unset}h2{font-size:3.6rem}h3{font-size:2.8rem}h4{font-size:2.4rem}.app{max-width:260px}.mood{width:60px;height:60px}.mood--amazing{width:80px;height:80px}.mood--calm{width:70px;height:70px}.mood--okay{width:50px;height:50px}.mood--sad{width:45px;height:45px}.mood--terrible{width:65px;height:65px}.footer__bottom-inner{flex-direction:column;text-align:center}.footer__nav{justify-content:center}}@media (max-width: 768px){.header{height:60px}.main{padding-top:60px}.section{min-height:auto}.section__inner{padding:40px 20px}h2{font-size:2.8rem}h3{font-size:2.4rem}h4{font-size:2rem}p{font-size:1.4rem}.p--large{font-size:1.6rem}.app-icon{width:80px;height:80px;margin-bottom:24px}.btn--store{width:160px;height:48px}.bg--mood_balloons{width:200px}.bg--hedgehog{width:150px}.bg--butterfly{width:40px;height:40px}.bg--feelyou_balloon{width:60px;height:60px}}
