/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, menu, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}
/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
    display: none;
}
body {
  line-height: 1;
}
menu, ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}



*,
*::before,
*::after {
  box-sizing: border-box;
}

*[hidden] {
  display: none !important;
}

*:focus-visible {
  outline: 4px solid #fff;
  outline-offset: 2px;
  border-radius: 4px;
}

@-ms-viewport {
  width: device-width;
}

html {
  display: flex;
  min-height: 100%; /* [3] */
  overflow-y: scroll; /* [2] */
  font-family: "Special Elite", system-ui;
  font-size: 100%; /* [1] */
  line-height: 1.7; /* [1] */
  font-weight: 400;
  font-style: normal;
  color: #fff;
  background: #111;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth; /* [4] */
  scroll-padding-top: 20px;
}

body {
  width: 100%;
  margin: 0;
  font-family: "Special Elite", system-ui;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-size-adjust: none;
}

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

  &:hover {
    text-decoration: underline;
  }
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img,
svg {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
}





body {
  background: url('/background.jpg') center repeat-y;
  background-size: cover;
}

.c-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;

  @media (min-width: 1120px) {
    padding-top: 80px;
    padding-right: 80px;
    padding-bottom: 80px;
    padding-left: 80px;
  }

  @media (max-width: 1119px) {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }
}

.c-header__title {
  flex: 1 0 auto;

  @media (max-width: 719px) {
    font-size: 12px;
    line-height: 20px;
  }

  @media (min-width: 720px) {
    font-size: 14px;
    line-height: 22px;
  }
}

.c-header__description {
  flex: 0 0 auto;

  @media (max-width: 719px) {
    font-size: 12px;
    line-height: 20px;
  }

  @media (min-width: 720px) {
    font-size: 14px;
    line-height: 22px;
  }
}

.c-header__link {}

.c-header__button {
  flex: 0 0 auto;

  @media (max-width: 719px) {
    display: none !important;
  }

  @media (min-width: 720px) and (max-width: 1119px) {
    margin-left: 24px;
  }

  @media (min-width: 1120px) {
    margin-left: 40px;
  }
}

.c-button {
  display: inline-block;
  color: #fcc635;
  border: 2px solid #fcc635;
  border-radius: 8px;
  transition: color 0.1s ease, background-color 0.1s ease;

  @media (max-width: 719px) {
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    font-size: 14px;
    line-height: 22px;
  }

  @media (min-width: 720px) {
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
    font-size: 16px;
    line-height: 24px;
  }
}

.c-button:hover {
  text-decoration: none;
  color: #111;
  background-color: #fcc635;
}

.c-main {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;

  @media (max-width: 719px) {
    margin-top: 40px;
  }

  @media (min-width: 720px) and (max-width: 1119px) {
    margin-top: 60px;
  }

  @media (min-width: 1120px) {
    margin-top: 80px;
  }
}

.c-main__moon {
  font-size: 60px;
  text-align: center;
}

.c-main__diary {
  margin-top: 40px;
}

.c-main__box {

  @media (max-width: 719px) {
    margin-top: 40px;
  }

  @media (min-width: 720px) and (max-width: 1119px) {
    margin-top: 60px;
  }

  @media (min-width: 1120px) {
    margin-top: 80px;
  }
}

.c-diary {

  @media (min-width: 720px) {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  @media (max-width: 1119px) {
    margin-right: -24px;
    margin-left: -24px;
  }

  @media (min-width: 1120px) {
    margin-right: -40px;
    margin-left: -40px;
  }
}

.c-diary__item {

  @media (max-width: 719px) {
    padding-right: 24px;
    padding-left: 24px;
  }

  @media (min-width: 720px) {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.c-diary__item:first-child {
  flex: 0 0 100%;
  width: 100%;
  text-align: center;

  @media (max-width: 719px) {
    padding-bottom: 40px;
  }

  @media (min-width: 720px) and (max-width: 1119px) {
    padding-bottom: 60px;
  }

  @media (min-width: 1120px) {
    padding-bottom: 80px;
  }
}

.c-diary__item:not(:first-child) {

  @media (max-width: 719px) {
    margin-top: 40px;
  }

  @media (min-width: 720px) {
    flex: 0 0 50%;
    width: 50%;
  }

  @media (min-width: 720px) and (max-width: 1119px) {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  @media (min-width: 1120px) {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.c-diary__label {
  color: #e4d0bc;
}

.c-diary__item:first-child .c-diary__label {

  @media (max-width: 719px) {
    font-size: 16px;
    line-height: 24px;
  }

  @media (min-width: 720px) and (max-width: 1119px) {
    font-size: 18px;
    line-height: 26px;
  }

  @media (min-width: 1120px) {
    font-size: 20px;
    line-height: 28px;
  }
}

.c-diary__item:not(:first-child) .c-diary__label {

  @media (max-width: 1119px) {
    font-size: 12px;
    line-height: 20px;
  }

  @media (min-width: 1120px) {
    font-size: 14px;
    line-height: 22px;
  }
}

.c-diary__text {}

.c-diary__item:first-child .c-diary__text {

  @media (max-width: 719px) {
    font-size: 20px;
    line-height: 28px;
  }

  @media (min-width: 720px) and (max-width: 1119px) {
    font-size: 26px;
    line-height: 34px;
  }

  @media (min-width: 1120px) {
    font-size: 32px;
    line-height: 40px;
  }
}

.c-diary__item:first-child .c-diary__text:not(:first-child) {
  margin-top: 12px;
}

.c-diary__item:not(:first-child) .c-diary__text {

  @media (max-width: 719px) {
    font-size: 14px;
    line-height: 22px;
  }

  @media (min-width: 720px) and (max-width: 1119px) {
    font-size: 16px;
    line-height: 24px;
  }

  @media (min-width: 1120px) {
    font-size: 20px;
    line-height: 28px;
  }
}

.c-diary__item:not(:first-child) .c-diary__text:not(:first-child) {
  margin-top: 6px;
}

.c-diary__text a {
  color: #fcc635;
  text-decoration: underline;
}

.c-diary__text a:hover {
  text-decoration: none;
}

.c-box {
  text-align: center;
  background-color: #060606;
  border-radius: 24px;

  @media (max-width: 719px) {
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
  }

  @media (min-width: 720px) and (max-width: 1119px) {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  @media (min-width: 1120px) {
    padding-top: 56px;
    padding-right: 56px;
    padding-bottom: 56px;
    padding-left: 56px;
  }
}

.c-box__text {

  @media (max-width: 719px) {
    font-size: 14px;
    line-height: 22px;
  }

  @media (min-width: 720px) and (max-width: 1119px) {
    font-size: 18px;
    line-height: 26px;
  }

  @media (min-width: 1120px) {
    font-size: 20px;
    line-height: 28px;
  }
}

.c-box__button {

  @media (max-width: 719px) {
    margin-top: 12px;
  }

  @media (min-width: 720px) and (max-width: 1119px) {
    margin-top: 16px;
  }

  @media (min-width: 1120px) {
    margin-top: 24px;
  }
}

.c-footer {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  font-size: 14px;
  line-height: 22px;

  @media (min-width: 480px) {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  @media (max-width: 719px) {
    margin-top: 40px;
    padding-bottom: 40px;
  }

  @media (min-width: 720px) and (max-width: 1119px) {
    margin-top: 60px;
    padding-bottom: 60px;
  }

  @media (min-width: 1120px) {
    margin-top: 80px;
    padding-bottom: 80px;
  }
}

.c-footer__side {

  @media (max-width: 479px) {
    text-align: center;
  }
}

.c-footer__side:first-child {

  @media (min-width: 480px) {
    flex: 0 1 auto;
    max-width: 720px;
    margin-right: 80px;
  }
}

.c-footer__side:not(:first-child) {

  @media (max-width: 479px) {
    margin-top: 40px;
  }

  @media (min-width: 480px) {
    flex: 0 0 auto;
  }
}

.c-footer__text {}

.c-footer__list {}

.c-footer__item {}

.c-footer__link {
  text-decoration: underline;
  color: #fcc635;
}

.c-footer__link:hover {
  text-decoration: none;
}
