html{scrollbar-gutter:stable}body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}a{color:inherit;text-decoration:none;cursor:pointer}a:active,a:focus,a:hover{text-decoration:underline}ol{list-style:none;display:contents}button{border:none;background:none;cursor:pointer;color:#000}li{list-style:none}*{box-sizing:border-box}progress{-webkit-appearance:none}progress::-webkit-progress-bar{background-color:#fff5e1}progress::-webkit-progress-value{background-color:#ffde9f}progress::-moz-progress-bar{background-color:#ffde9f}progress::-ms-fill{background-color:#ffde9f}figure{margin:0}.header{position:fixed;top:0;background-color:#fff5e1;transition:.5s}.header,.topNav{width:100%;z-index:3}.topNav{display:flex;justify-content:center;margin:0 auto;background:#ffde9f;color:#000}.header.hidden{transform:translateY(-100%);transition:.5s}.siteTitle{display:flex;flex-direction:row;align-items:center;max-width:1024px;width:100%;justify-content:space-between;padding-left:1rem;padding-right:1rem;box-sizing:border-box}.craftTerminalTitle{font-size:.6rem;padding-left:0;padding-right:0;font-weight:700;text-align:center}.sd{display:flex;flex-direction:row;justify-content:center;align-items:center}.text{font-size:.8rem;margin:0 1rem}.link{text-decoration:none}.appear{animation:appear .5s}.sd .appear{display:flex;justify-content:center}.sd .appear a{margin-right:20px;font-size:.8rem}.sd .appear a:last-child{margin-right:0}@keyframes appear{0%{opacity:0}to{opacity:1}}.mainNav{margin:auto;justify-content:center}.mainNav,.menu{display:flex;max-width:1024px}.menu{padding:12px 1rem;justify-content:space-between;align-items:center;width:100%;box-sizing:border-box}.menu h1{font-size:1.5rem}@media (max-width:768px){.menu h1{font-size:1rem}}.menu ul{display:flex;list-style:none;padding:0;margin:0}.menu li{margin-right:20px;font-size:1.2rem}.menu li:last-child{margin-right:0}.hamburger-button{display:inline-flex;justify-content:center;align-items:center;width:60px;height:60px;background-color:#fff;border-radius:50%;cursor:pointer;transition:transform .3s}.hamburger{position:fixed;display:inline-block;cursor:pointer;height:30px;width:30px;right:70px;top:0;background-color:transparent;transition:.5s;z-index:9999}.hamburger.open{transform:translateY(30%);transition:.5s}.hamburger:hover .hamburger-inner{background-color:#000}.hamburger-inner{position:relative}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{display:block;width:30px;height:2px;background-color:#000;border-radius:2px;transition:transform .3s}.hamburger-inner:after,.hamburger-inner:before{content:"";position:absolute}.hamburger-inner:before{top:-10px}.hamburger-inner:after{bottom:-10px}.hamburger-button:hover{transform:scale(1.1)}.hamburger-button.active .hamburger-inner{transform:rotate(45deg)}.hamburger-button.active .hamburger-inner:before{transform:translateY(10px) rotate(90deg)}.hamburger-button.active .hamburger-inner:after{transform:translateY(-10px) rotate(90deg)}.hamburger.hidden{transform:translateY(-1000%);transition:.4s}.underHamburger-button{display:inline-flex;justify-content:center;align-items:center;width:60px;height:60px;background-color:#fff;border-radius:50%;box-shadow:0 0 10px rgba(0,0,0,.4);cursor:pointer}.underHamburger{position:fixed;display:inline-block;cursor:pointer;height:30px;width:30px;right:52px;bottom:52px;background-color:transparent;transition:.5s;z-index:9999}.underHamburger:hover .underHamburger-inner{background-color:#000}.underHamburger-inner{display:block;position:relative;width:30px;height:2px;background-color:#000;border-radius:2px}.underHamburger-inner:after,.underHamburger-inner:before{content:"";display:block;position:absolute;width:30px;height:2px;background-color:#000;border-radius:2px}.underHamburger-inner:before{top:-10px}.underHamburger-inner:after{bottom:-10px}.underHamburger-button:hover{transform:scale(1.1)}.underHamburger-button.active .underHamburger-inner{transform:rotate(45deg)}.underHamburger-button.active .underHamburger-inner:before{transform:translateY(10px) rotate(90deg)}.underHamburger-button.active .underHamburger-inner:after{transform:translateY(-10px) rotate(90deg)}.menuList{position:fixed;top:0;right:0;width:auto;height:100vh;background-color:#fff;z-index:10000;transition:.7s;padding:1rem 5rem 5rem 1rem;box-shadow:0 0 10px rgba(0,0,0,.2)}@media screen and (max-width:768px){.menuList{width:100%;padding:1rem 1rem 8rem;box-shadow:unset}}.menuList.hidden{transform:translateX(100%);transition:.3s}.menuList .menuList__Ul__Bottom{display:flex;flex-direction:column;justify-content:flex-end;height:100%}.menuList li{margin-bottom:1rem;font-size:1.5rem;font-weight:700;color:#333;cursor:pointer}.closeButton{display:inline-block;transform:rotate(45deg);width:20px;height:20px;margin-bottom:5rem;position:relative;cursor:pointer}.closeButton:after,.closeButton:before{content:"";display:inline-block;background-color:#333;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}.closeButton:before{width:2px;height:16px}.closeButton:after{width:16px;height:2px}.logo{font-family:bc-alphapipe,sans-serif;font-weight:"bold";font-style:"normal";color:green}.Container{margin:0 auto;min-height:80vh}@media screen and (max-width:768px){.Container{width:100%}}.Heading{max-width:880px;line-height:1.15;font-size:3rem;margin:auto auto 3rem}@media screen and (max-width:768px){.Heading{width:90%;font-size:2rem;margin-top:4rem;margin-bottom:2rem}}.Heading--left{text-align:left;max-width:1000px}.PageTitle{margin:13rem auto 5rem;text-align:center}.Section{margin:0 auto 5rem;display:flex;justify-content:center;max-width:1000px;padding:1rem;flex-wrap:nowrap;align-items:center}@media screen and (max-width:768px){.Section{flex-direction:column;padding:2rem 0}}.Section__ColorSchemaSnd{background-color:#053d27;color:#fff}.Section__inner{width:45%;padding:0 2rem}.Section__inner--full{width:100%;padding:0 2rem}@media screen and (max-width:768px){.Section__inner{width:100%;padding:0 2rem}}.Section__memberProfile{width:100%;padding:0 2rem;text-align:center}.MemberProfile__title{font-size:1.5rem;margin-bottom:2rem;font-weight:700}.MemberProfile__detailQ{color:#00aa28e7}.MemberProfile__image,.Section__image{width:55%;padding:0 2rem}.MemberProfile__image{margin:0 auto}@media screen and (max-width:768px){.Section__image{width:100%;padding:0 2rem}}.Pagination,.Pagination__Inner{display:flex;justify-content:center;align-items:center;margin:0 auto;max-width:1000px;padding:1rem}.PaginationButton{display:flex;justify-content:center;align-items:center;height:50px;border-radius:5px;padding:10px;transition:.3s}.PaginationButton,.PaginationButton--More{font-size:1.5rem;line-height:50px;text-align:center;cursor:pointer}.PaginationButton--More{padding:0 20px;transition:.1s;border:2px solid #ffa600e7}.PaginationButton:hover{transform:rotate(8deg)}@media screen and (max-width:768px){.PaginationButton--More{transition:unset}.PaginationButton:hover{transform:unset}}.loading-overlay{position:relative}.loading-overlay.loading{opacity:.5;pointer-events:none}.loading-spinner-container{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:9999;display:flex;justify-content:center;align-items:center;width:100%;height:100%}.loading-spinner{width:40px;height:40px;border-radius:50%;border:4px solid coral;border-top-color:transparent;animation:spin 1s linear infinite}.loading-background-1{background-color:rgba(255,127,80,.8);animation:fadeIn .5s ease-in-out}.loading-background-2{background-color:#ffde9f;animation:pulse 1s ease-in-out infinite alternate}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes fadeIn{0%{opacity:0}to{opacity:.8}}.RenderBlock-Heading2{margin-top:5rem}.RenderBlock-Image{width:600px;height:100%;object-fit:cover;object-position:left}@media screen and (max-width:768px){.RenderBlock-Image{width:100%;object-position:left}}.UserData_External_Transmission_Body,.UserData_External_Transmission_Head{display:flex;width:100%;gap:2rem;text-align:left;align-items:center;padding:0}.UserData_External_Transmission_Head>li{width:100%;max-width:300px;font-weight:700}.UserData_External_Transmission_Body>li{width:100%;max-width:300px}.UserData_External_Transmission_Body__Outer{display:flex;flex-wrap:nowrap;align-items:center;gap:1rem}@media screen and (max-width:768px){.UserData_External_Transmission_Body{flex-wrap:wrap;gap:1rem;box-shadow:0 0 5px rgba(0,0,0,.3);padding:2rem}}.NotFound{flex-direction:column;height:100vh}.NotFound,.NotFound__Inner{display:flex;justify-content:center;align-items:center}.NotFound__Inner{gap:1rem}.NotFound__Inner img{width:60px}.NotFound__Inner p{font-weight:700}.List_Item--Modern{list-style:disc}.List_Item--Number{list-style:decimal}.footer{width:100%;min-height:4rem;border-top:1px solid #eaeaea;display:flex;justify-content:center;align-items:center;background-color:#fff5e1}.footer__inner{max-width:1000px;width:100%;margin:auto;padding:2rem}.footer__inner__menu{display:flex;flex-wrap:wrap;justify-content:space-between}.footer__inner__left__logo{margin:auto 0;width:100%;text-align:center}.footer__inner__left__logo img{width:50px}.footer__inner__right__menu{width:auto;text-align:center;margin:1rem auto 0}.footer__inner__right__menu ul{padding:0;width:100%;display:flex;gap:2rem}.footer__inner__right__menu__subList{font-size:small}.footer__inner__copy{margin-top:2rem;text-align:center}.footer__inner__left__description p{margin:0}.firstTopMargin{height:120px}.firstView{text-align:center;position:relative}.firstView_img{height:400px;background-image:url(/first_view_one.jpeg);background-size:cover;background-position:50%;position:relative}.firstView_img:before{content:"";position:absolute;top:0;left:0;width:100%;height:inherit;background:#ffdd9fe7}.firstView__inner{position:absolute;top:0;width:100%;height:100%;align-content:center;display:grid;padding:0 2rem}.firstView__inner__left__title{margin:0 auto 2rem;text-align:center;display:flex;gap:1rem;width:-moz-fit-content;width:fit-content}.firstView__inner__left__title span{margin:auto}@media screen and (max-width:768px){.firstView__inner__left__title{flex-direction:column}}.air{margin:5rem auto 1rem;text-align:center}.airTitle{font-size:3rem}@media screen and (max-width:768px){.air{margin:5rem auto 1rem}.airTitle{font-size:2rem}}.Container{margin:0 auto 100px;max-width:1200px;width:100%;padding-left:2rem;padding-right:2rem;box-sizing:border-box}@media screen and (max-width:768px){.Container{width:100%;padding-left:1rem;padding-right:1rem}}.marginTop140{margin-top:140px}@media screen and (max-width:768px){.marginTop140{margin-top:116px}}.ComponentMenu{max-width:1024px;margin:auto}.ComponentMenu__ul{display:flex;gap:.5rem;padding:0}.ComponentMenu__li{list-style:none;font-size:1rem;font-weight:700;padding:.5rem;cursor:pointer;color:#b1b1b1}.ComponentMenu--activeComponent{color:#000;transition:.1s;border-bottom:2px solid #fead16e7}.PostsHeader{align-items:center;margin-bottom:2rem}.Posts,.PostsHeader{display:flex;justify-content:space-between}.Posts{width:1000px;flex-wrap:wrap;margin:auto;padding:0;list-style:none;gap:1rem}@media screen and (max-width:768px){.Posts{width:100%;max-width:350px;justify-content:center}}.PostContainer--Col1{width:1000px;max-width:1000px;display:flex;border-bottom:1px solid #00000030}.PostContainer--Col3{width:calc(33.33% - 2rem)}.PostContainer--Col4{width:calc(25% - 2rem)}@media screen and (max-width:768px){.PostContainer--Col1{width:100%;height:unset;overflow-x:scroll}.PostContainer--Col3{width:300px;height:unset}.PostContainer--Col4{width:calc(50% - 2rem);height:unset;display:flex;flex-wrap:wrap}}.PostContainer__Table{display:flex;flex-wrap:nowrap;align-items:center;width:100%}@media screen and (max-width:768px){.PostContainer__Table{overflow-x:scroll}.PostContainer__Table::-webkit-scrollbar{height:0}}.UIPattern{margin:0 auto 1rem;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;width:1000px}@media screen and (max-width:768px){.UIPattern{width:90%}}.UIPattern_Cell_Selection,.UIPattern_Patterns{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;width:100%}.UIPattern_Patterns{border-bottom:1px solid #00000030}.UIPattern_Cell_Selection__Col,.UIPattern_Cell_Selection__Col--Active,.UIPattern_Patterns__Title,.UIPattern_Patterns__Title--Active{cursor:pointer}.UIPattern_Cell_Selection__Col,.UIPattern_Patterns__Title{font-weight:400;color:hsla(0,0%,50%,.542);margin-top:12px;margin-bottom:12px;font-size:1rem;border:2px solid #fead16e7;padding:.5rem 1rem;border-radius:50px}.UIPattern_Cell_Selection__Col--Active,.UIPattern_Patterns__Title--Active{font-weight:700;font-size:1rem;margin-top:12px;margin-bottom:12px;border:2px solid #fead16e7;padding:.5rem 1rem;border-radius:50px;background-color:#ffa600e7;color:#fff}.UIPattern--Icon{font-size:1rem}.Post--Col3,.Post--Col4{margin:0 0 2rem;border-radius:50%;position:relative;z-index:-1;box-shadow:0 0 10px rgba(0,0,0,.2);background-size:cover;background-position:50%;object-fit:cover}.Post--Col3{height:275px;width:275px}.Post--Col4{height:200px;width:200px}.Post--Col1{height:100px;width:100px;border-radius:50%;object-fit:cover}.Post--Col1--Table{width:100px}.widthNone{width:0}.Post--Col3:before{content:"";display:block;position:absolute;width:100%;height:100%;top:0;left:0;opacity:.1;border-radius:50%;z-index:-2}@media screen and (max-width:768px){.Post--Col4{height:128px;width:128px}.Post--Col1{height:48px;width:48px}.widthNone{width:unset}}.Posts:after{content:"";display:block;width:calc(33.33% - 2rem)}.Post__Card{border-radius:5px;border:1px solid #00000030;width:calc(50% - 8px)}.Post__Card:before .Post__Card:after{width:calc(50% - 1rem)}@media screen and (max-width:768px){.Post__Card{border-radius:5px}.Post__Card,.Post__Card:before .Post__Card:after{width:calc(100% - 1rem)}.Posts:after{content:"";display:block;width:calc(50% - 2rem)}.Post{width:calc(100% - 1rem);margin:2rem auto 4rem;min-height:280px;height:auto}}.PostContent{background-color:#fff;margin:.5rem 0 1.5rem;border-radius:10px;width:100%;text-align:center;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.PostContent--Table{display:flex;flex-wrap:nowrap;align-items:center;margin:auto 12px;text-align:unset;justify-content:flex-start;width:-moz-fit-content;width:fit-content}@media screen and (max-width:768px){.PostContent--Table{flex-wrap:wrap;margin:auto}.PostContent--Table:last-child{margin:auto 8px}}.PostShopName,.PostTitle{display:inline-block;margin:unset;width:100%}.PostTitle{font-size:1rem;font-weight:700;padding:.1rem .5rem}@media screen and (max-width:768px){.PostTitle{font-size:12px}}.PostShopName{font-size:.8rem;color:gray;padding:.1rem .5rem}@media screen and (max-width:768px){.PostShopName{font-size:10px}}.PostShopName--Table,.PostTitle--Table{width:max-content;max-width:160px;min-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (max-width:768px){.PostShopName--Table,.PostTitle--Table{font-size:12px;min-width:88px;max-width:88px}}.CardTitle{font-size:1rem;font-weight:700;margin:1rem 1rem 0}.CardSummary{margin:0 1rem 1rem}.PostDate{font-size:.8rem;padding:0 .5rem;margin:unset}.PostImageBox{width:"100%";height:"100%";cursor:pointer;transition:.3s;border-radius:50%;display:flex;margin:auto;justify-content:center}.PostImageBox:hover{opacity:.8;transform:scale(1.1);transition:.3s}.PostImageBox--Table{order:-1}@media screen and (max-width:768px){.PostImageBox:hover{opacity:1;transform:scale(1)}}.PostImageBox_Flex{display:flex;flex-wrap:nowrap;justify-content:space-between}.Post1column_Image{width:calc(100% - 1rem);height:150px;border-radius:5px;margin:1rem}.unsetHover:hover{transform:unset}@media screen and (max-width:768px){.PostImageBox_Flex{flex-wrap:wrap}.Post1column_Image{width:100%;height:150px;border-radius:5px}}.MemberComment{position:absolute;margin:0 auto 5rem;display:flex;justify-content:center;max-width:1000px;padding:1rem;flex-wrap:nowrap;align-items:center;top:-30px;right:10px}.MemberComment__Post{position:relative;margin-bottom:50px;border-radius:50%;background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.2);height:50px;width:50px}.Post__Parameters{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;margin:0 auto 4rem;padding:0;list-style:none;width:100%;max-width:1000px;gap:.1rem}.Post__Parameters--Table{flex-wrap:nowrap;margin:auto}@media screen and (max-width:768px){.Post__Parameters{gap:0 .3rem;width:auto}}.Post__Parameter{display:flex;align-items:center;flex-wrap:wrap;margin:0 auto;padding:0;list-style:none;width:100%;max-width:1000px;gap:1rem}@media screen and (max-width:768px){.Post__Parameter{width:80%}}@media screen and (max-width:768px){.PostParameter--nav{gap:0}.PostParameter--nav>li{width:max-content;font-size:8px}}.ParameterTitle{font-size:1rem;font-weight:700;margin:.1rem 0;min-width:30%}.ParameterTitle--Table{display:none}@media screen and (max-width:768px){.ParameterTitle{font-size:10px;margin:auto}}.Post__Parameter>.progress{width:50%}@media screen and (max-width:768px){.Post__Parameter>.progress{width:50%;height:10px;margin:auto}}.Post__Parameter>.progress--Table{width:100%;margin:auto 8px}.Pie{display:flex;justify-content:center;align-items:center;margin:auto 8px;width:40px;height:40px;border-radius:50%}@media screen and (max-width:768px){.Pie{width:30px;height:30px;margin:auto;font-size:8px}}.Parameters,.Parameters__Inner{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;margin:0 auto;padding:0;list-style:none;width:100%;max-width:1000px;gap:1rem}.Parameters__Inner__Item__Title__Content{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;margin:8px auto auto}.Parameters__Inner__Item__Title{font-size:1rem;font-weight:700;margin:0 10px 0 0;padding:0;width:100%;text-align:center}.Parameters__Inner__Item__Title__Icon{font-size:larger;font-weight:700}.Parameters__Inner__Item__Content{font-size:1rem;font-weight:700;margin:20px 0 0;padding:0;width:100%;text-align:center;display:flex;align-items:center}@media screen and (max-width:768px){.Parameters__Inner__Item__Content{flex-wrap:wrap;gap:20px 0;justify-content:center}.Parameters__Inner__Item__Title__Icon{font-size:20px}}.Parameters__Inner__Item__Content__Item{border:2px solid #fead16e7;border-radius:50px;padding:.5rem 1rem;font-size:1rem;margin:0 10px;cursor:pointer;color:#000}.Parameters__Inner__Item__Content__Item--Active,.Parameters__Inner__Item__Content__Item:hover{background-color:#ffa600e7;color:#fff;transition:.1s}.Parameters__Inner__Item__Content__Item_Icon{border-radius:50%;background:#ffb864;padding:8px;margin-left:16px;cursor:pointer}.Parameters__Inner__Item__Content__Item_Icon:hover{opacity:.6;transition:.1s}.Parameters__ScoreText{font-size:.8rem;margin-bottom:40px;color:gray}.Parameters--Fixed{position:fixed;top:0;left:0;min-width:100%;z-index:100;background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.4)}.open-para{transition:.3s;transform:translateY(0)}.hidden-para{transition:.3s;transform:translateY(-100%)}.Parameters--Fixed .Parameters__Inner{max-width:unset;width:max-content}.Parameters--Fixed .Parameters__Inner__Item__Content{display:flex;flex-wrap:wrap;justify-content:flex-start;width:100%;margin-top:8px;margin-bottom:12px}.Parameters--Fixed .Parameters__Inner__Item__Content__Item{font-size:.5rem;width:max-content;padding:.3rem .7rem;margin:0 4px}.Parameters--Fixed .Parameters__Inner__Item__Content__Item_Icon{padding:4px;margin-left:8px}.Parameters--Fixed .Parameters__ScoreText,.pc-only{display:none}@media (min-width:768px){.pc-only{display:block}}.sp-only{display:block}@media (min-width:768px){.sp-only{display:none}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.Modal--show{animation:fade-in .1s}.Modal--hide{animation:fade-out .1s}.Content--show{opacity:1;transition:.5s}.Content--hide{opacity:0;transition:.1s}.Content--none{transition:1.1s;display:none}.show{transition:opacity .2s;opacity:1}.hide{transition:opacity 0s;opacity:0}.Modal{z-index:10000}.Modal,.Modal__overlay{position:fixed;top:0;left:0;width:100%;height:100%}.Modal__overlay{z-index:10001;background-color:#fff}.Modal__content{position:fixed;top:50%;left:50%;z-index:10002;transform:translate(-50%,-50%);width:100%;max-width:1000px;height:100%;overflow-y:scroll;padding:2rem}@media screen and (max-width:768px){.Modal__content{padding:.5rem}}.Content{position:relative;width:100%;height:100%;background-color:#fff;border-radius:10px;padding:2rem;text-align:center;margin:auto}.Content__item{display:flex;align-items:center;align-content:center;justify-content:center}@media screen and (max-width:768px){.Content__item{flex-direction:column}}.Content__title{font-size:2rem;margin-bottom:2rem;text-align:center}.Content__detail{width:40%}@media screen and (max-width:768px){.Content__detail{width:100%}}.Content__graph{padding-top:100px;width:60%}.graphSize{width:100%}@media screen and (max-width:768px){.Content__graph{padding-top:50px;width:100%}.graphSize{height:100%;width:100%;margin:auto}}.Content__image{display:block;object-fit:cover;background-position:50%;background-size:cover;border-radius:5px;margin:auto}.Content__list{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.Content__list__item{width:100%;height:100%;padding:1rem;border-radius:10px;text-align:center}.Content__list__item__title{font-size:1.5rem;margin-bottom:1rem}.Content__Box{max-width:600px;margin:auto}.Content_SubHedging{font-size:1.5rem;margin-bottom:1rem;text-align:left}@media screen and (max-width:768px){.Content_SubHedging{margin-top:100px}}.Content__comment{padding-bottom:50px;text-align:left}.Content__comment__text,.Content__feature{line-height:2.5;letter-spacing:2px;padding-top:20px;padding-bottom:50px;margin:auto;white-space:pre-wrap;text-align:left}.Content__list__item__button,.Content__list__item__button--back,.Content__list__item__button--link,.Content__list__item__button--next{display:flex;position:fixed;justify-content:center;align-items:center;width:50px;height:50px;border-radius:50%;font-size:1.5rem;line-height:50px;text-align:center;cursor:pointer;padding:10px;transition:.3s;z-index:10003}.Content__list__item__button{top:50px;left:100px;background-color:#fff5e1}.Content__list__item__button--back{position:fixed;top:50px;left:170px;background-color:#ffbf71;color:#fff}.Content__list__item__button--next{position:fixed;top:50px;left:240px;background-color:#ffbf71;color:#fff}.Content__list__item__button--link{position:fixed;top:50px;left:310px;background-color:#fff5e1}@media screen and (max-width:768px){.Content__list__item__button{bottom:20px;left:15px;top:unset;text-align:center}.Content__list__item__button--back{bottom:20px;left:85px;top:unset;text-align:center}.Content__list__item__button--next{bottom:20px;left:155px;top:unset;text-align:center}.Content__list__item__button--link{bottom:20px;left:225px;top:unset;text-align:center}}.Content__comment__member{display:flex;align-items:center;align-content:center;margin-bottom:20px}.Content__comment__text{position:relative;padding:1rem;margin-bottom:50px;border-radius:10px;background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.2)}.EC__buttons{display:flex;justify-content:center;align-items:center;margin:auto;padding-bottom:150px}.EC__button{display:inline-block;width:200px;height:50px;border-radius:10px;background-color:#ffbf71;color:#fff;font-size:1.5rem;line-height:50px;text-align:center;cursor:pointer;transition:.3s;margin:auto}*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:root{--background:0 0% 100%;--foreground:240 10% 3.9%;--card:0 0% 100%;--card-foreground:240 10% 3.9%;--popover:0 0% 100%;--popover-foreground:240 10% 3.9%;--primary:240 5.9% 10%;--primary-foreground:0 0% 98%;--secondary:240 4.8% 95.9%;--secondary-foreground:240 5.9% 10%;--muted:240 4.8% 95.9%;--muted-foreground:240 3.8% 45%;--accent:240 4.8% 95.9%;--accent-foreground:240 5.9% 10%;--destructive:0 72% 51%;--destructive-foreground:0 0% 98%;--input:240 5.9% 90%;--ring:240 5.9% 10%;--radius:0.5rem}*,:after,:before{--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::-webkit-backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.absolute{position:absolute}.relative{position:relative}.mb-4{margin-bottom:1rem}.mt-2{margin-top:.5rem}.mt-20{margin-top:5rem}.block{display:block}.flex{display:flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.aspect-square{aspect-ratio:1/1}.h-3{height:.75rem}.h-4{height:1rem}.min-h-48{min-height:12rem}.w-32{width:8rem}.w-48{width:12rem}.w-full{width:100%}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.cursor-pointer{cursor:pointer}.resize{resize:both}.grid-cols-\[80px_1fr\]{grid-template-columns:80px 1fr}.items-center{align-items:center}.gap-2{gap:.5rem}.gap-4{gap:1rem}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.border{border-width:1px}.border-2{border-width:2px}.bg-muted{background-color:hsl(var(--muted))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-orange-50{--tw-bg-opacity:1;background-color:rgb(255 247 237/var(--tw-bg-opacity))}.bg-orange-50\/10{background-color:rgba(255,247,237,.1)}.bg-orange-50\/30{background-color:rgba(255,247,237,.3)}.object-cover{object-fit:cover}.p-6{padding:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.italic{font-style:italic}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-slate-700{--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity))}.underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-inner,.shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-inner{--tw-shadow:inset 0 2px 4px 0 rgba(0,0,0,.05);--tw-shadow-colored:inset 0 2px 4px 0 var(--tw-shadow-color)}.shadow-2xl{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)}.shadow-2xl,.shadow-xl{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)}.blur{--tw-blur:blur(8px)}.blur,.invert{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.invert{--tw-invert:invert(100%)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}