*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}blockquote,body,dd,dl,figure,h1,h2,h3,h4,hr,p{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0}ol,ul{list-style:"";margin:unset;padding:unset}button,h1,h2,h3,h4,input,label{line-height:1em}h1,h2,h3,h4{font-weight:normal}a{text-decoration:none;color:currentColor}a:not([class]){-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}button{overflow:visible;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;border:none;background:none;cursor:pointer}button:disabled{cursor:auto}img,svg{vertical-align:middle;max-width:100%}picture{max-width:100%}figure{margin:0}button,input,select,textarea{font:inherit}input[type=email],input[type=number],input[type=password],input[type=tel],input[type=text],input[type=url],textarea{font-size:1.6rem}textarea{field-sizing:content}textarea:not([rows]){min-height:10em;resize:vertical}:target{scroll-margin-block:5ex}hr{border:none}:root{--inter:Inter,sans-serif;--black:#071c09;--cream:#fffff5;--gray:#9a9a9a;--green:#009f99;--pale-green:#e9f5f5;--red:#b16a6a}html{font-size:10px}body{margin:0;background-color:var(--cream);font-family:"Noto Sans JP",serif;font-optical-sizing:auto;font-weight:400;font-style:normal}.layout{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:100vh}.header{padding:25px;background-color:var(--green);-webkit-box-shadow:0 3px 6px rgba(0,0,0,0.16);box-shadow:0 3px 6px rgba(0,0,0,0.16);color:var(--cream)}.header-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-column-gap:15px;-moz-column-gap:15px;column-gap:15px;font-size:36px;font-size:clamp(2rem,1.39rem + 1.61vw,3.6rem)}.header-title__letter{font-weight:700;line-height:1em}.header-title__icon img{width:1em;height:auto}main{padding:60px 20px 40px}.footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;row-gap:20px;padding-top:25px;padding-bottom:25px;background-color:var(--green);-webkit-box-shadow:0 -3px 6px rgba(0,0,0,0.16);box-shadow:0 -3px 6px rgba(0,0,0,0.16)}.footer-copy{color:#fff;font-family:var(--inter);font-size:12px}.footer-logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px;width:180px;height:36px;background-color:#fff}.footer-logo p{font-family:var(--inter);font-size:13px;line-height:1em}.content{width:100%;max-width:540px;margin-right:auto;margin-left:auto}.counter-input{position:relative}.counter-input input{display:block;width:100%;height:64px;padding-right:40px;padding-left:40px;border:1.5px solid var(--green);border-radius:10px;font-size:24px;font-weight:700;text-align:center}.counter-input input::-webkit-input-placeholder{color:rgba(7,28,9,0.2);font-size:18px;text-align:left}.counter-input input::-moz-placeholder{color:rgba(7,28,9,0.2);font-size:18px;text-align:left}.counter-input input:-ms-input-placeholder{color:rgba(7,28,9,0.2);font-size:18px;text-align:left}.counter-input input::-ms-input-placeholder{color:rgba(7,28,9,0.2);font-size:18px;text-align:left}.counter-input input::placeholder{color:rgba(7,28,9,0.2);font-size:18px;text-align:left}.counter-input input::-webkit-inner-spin-button,.counter-input input::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.counter-input__spinner{position:absolute;top:0;bottom:0;right:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.counter-input__spinner button{display:block}.counter-input__spinner button svg{fill:var(--green);display:block;width:11px;height:auto}.counter-trigger{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:5.97%;-moz-column-gap:5.97%;column-gap:5.97%;margin-top:25px}.counter-trigger li{-webkit-box-flex:1;-ms-flex:1;flex:1}.counter-trigger button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:50px;border-radius:25px;background-color:var(--green);font-size:18px}.counter-trigger button:not(:disabled){color:#fff}.counter-trigger button:disabled{background-color:#f0f0f0}.counter-result{margin-top:35px;padding-top:5px;padding-bottom:5px;border-top:1px solid var(--green);border-bottom:1px solid var(--green)}.counter-result ul{background-color:var(--pale-green)}.counter-result li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:10px;-webkit-box-flex:1;-ms-flex:1;flex:1;height:128px}.counter-result__lap p{font-weight:700}.counter-result__lap p:first-child{font-size:13px;letter-spacing:0.05em}.counter-result__lap p:last-child{font-size:18px;line-height:1em}.counter-result__lap p:last-child span{font-family:var(--inter);font-size:2em;letter-spacing:0.05em;line-height:1em}.counter-result__wpm{position:relative;background-color:var(--red);color:#fff}.counter-result__wpm:after,.counter-result__wpm:before{content:"";position:absolute}.counter-result__wpm:before{left:0}.counter-result__wpm:after{content:""}.counter-result__wpm p{font-weight:700}.counter-result__wpm p:first-child{font-size:15px;letter-spacing:0.05em}.counter-result__wpm p:last-child{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:66px;font-size:48px;line-height:1em}.history{margin-top:60px}.history-header__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px}.history-header__title h2{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-size:16px;font-weight:700;letter-spacing:0.05em}.history-header__title hr{-webkit-box-flex:1;-ms-flex:1;flex:1;display:block;border:none;border-top:1px solid}.history-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:10px;margin-top:10px}.history-button button{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:110px;height:28px;border:1px solid var(--black);border-radius:15px;font-size:13px;letter-spacing:0.05em}.history-button button:first-child{background-color:var(--black);color:#fff}.history-button button:last-child{color:var(--black)}.history-button button svg{position:absolute;top:50%;right:12px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;width:13px;height:11px;margin-top:-6px}.history-main{margin-top:30px}.history-main li{padding-top:16px;padding-bottom:16px;font-size:14px;letter-spacing:0.05em;line-height:1.5em}.history-main li:not(:first-child){border-top:1px solid #f4f4f4}.history-main li span{display:block}.history-main li span:first-child{color:#9a9a9a}.ico-watch__line{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}.ico-watch__path{fill:currentColor}@media screen and (min-width:481px){.history-button{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}}@media screen and (min-width:580px){.counter-result ul{display:-webkit-box;display:-ms-flexbox;display:flex}}@media screen and (min-width:768px){.footer{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px;padding-left:25px}.counter-trigger{-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px}.history-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px}.history-header__title{-webkit-box-flex:1;-ms-flex:1;flex:1}.history-button{margin-top:0}.history-main{overflow-y:auto;height:100%;max-height:116px;padding-right:25px}@supports (scrollbar-width:1px){.history-main{scrollbar-color:var(--black) #9a9a9a;scrollbar-width:2px}}@supports not (scrollbar-width:1px){.history-main::-webkit-scrollbar-track{background-color:#9a9a9a}.history-main::-webkit-scrollbar{width:2px}.history-main::-webkit-scrollbar-thumb{background-color:var(--black)}}.history-main ul{display:-ms-grid;display:grid;-ms-grid-columns:auto 40px 1fr;grid-template-columns:auto 1fr;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px}.history-main li{display:-ms-grid;display:grid;-ms-grid-columns:subgrid;grid-template-columns:subgrid;-ms-grid-column-span:2;grid-column:span 2}}