/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
}

hr {
  height: 0;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

button {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

figure {
  margin: 0;
}

address {
  font-style: normal;
}

body {
  position: relative;
  margin: 0;
  background: #fff;
  color: #1B1B1B;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  font-feature-settings: "palt";
}

@media (min-width: 768px) {
  .only-sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .only-pc {
    display: none;
  }
}

.timerex-header {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.75rem;
}
.timerex-header__logo {
  aspect-ratio: 83/52;
  width: 100%;
  max-width: 5.1875rem;
  margin: 0 auto;
}

.timerex-footer {
  display: block;
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 8.875rem;
  padding: 1.5rem 0;
  background: #8B070D;
  color: #fff;
}
.timerex-footer__inner {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0 2.5rem;
  font-size: 0.6875rem;
  text-align: center;
}
.timerex-footer__logo {
  width: 100%;
  max-width: 5.1875rem;
  margin: 1rem auto 0;
  aspect-ratio: 135/45;
}
.timerex-footer__logo img {
  width: 100%;
  height: auto;
}

.timerex-body__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 12.625rem);
  padding: 1.5rem 0.5rem;
}
@media (min-width: 768px) {
  .timerex-body__container {
    padding: 2rem 0.5rem;
  }
}
.timerex-body__title {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.timerex-body__title.--thanks {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .timerex-body__title.--thanks {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .timerex-body__title {
    margin-bottom: 2rem;
    font-size: 1.5rem;
  }
}
.timerex-body__txt {
  font-size: 1.125rem;
  line-height: 1.8;
  text-align: center;
}
@media (min-width: 768px) {
  .timerex-body__txt {
    font-size: 1.25rem;
  }
}
