:root {
  --color-primary: #FF7728;
  --color-primary-bg: #FFF7F3;
  --color-secondary: #FFD432;
  --text-primary: #404040; }

html {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.03em;
  color: var(--text-primary); }

.wrap {
  background-color: white; }

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin: 0; }
  body h2 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2rem;
    line-height: 1.33;
    text-align: center; }
    body h2 span {
      font-size: 1.25rem; }
  body h3 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1;
    text-align: center;
    margin-top: 0;
    margin-bottom: 1rem; }
  body h4 {
    text-align: center;
    margin: 0 0 0.5rem 0; }
  body .img {
    width: 100%; }
    body .img img {
      width: 100%; }
  body section {
    width: 100%; }
  body .fadeIn {
    animation-name: fadeInAnime;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0; }
@keyframes fadeInAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  body .fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 1.0s;
    animation-fill-mode: forwards;
    opacity: 0; }
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
  body .zip {
    display: block;
    position: relative;
    width: 100%;
    height: fit-content;
    padding: 0;
    margin: 0;
    bottom: -1px; }
    body .zip img {
      display: block; }
    body .zip .img_sp {
      display: block; }
    body .zip .img_pc {
      display: none; }
  body .section_top {
    display: flex;
    justify-content: center; }
  body #top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 1rem 1rem 1rem; }
    body #top div {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: center; }
    body #top .top_illust {
      margin-bottom: 1rem; }
      body #top .top_illust img {
        width: 85%; }
    body #top .top_text_container {
      flex-direction: column;
      align-items: center; }
      body #top .top_text_container .top_logo {
        text-align: center; }
        body #top .top_text_container .top_logo img {
          width: 55%; }
        body #top .top_text_container .top_logo h1 {
          margin: 0 0 0.5rem 0; }
      body #top .top_text_container .top_description {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-weight: 700;
        width: fit-content; }
        body #top .top_text_container .top_description p {
          width: fit-content;
          line-height: 1.33;
          margin: 0 0 1rem 0; }
        body #top .top_text_container .top_description .day {
          font-size: 2rem;
          line-height: 1; }
        body #top .top_text_container .top_description .week {
          font-size: 0.75rem; }
        body #top .top_text_container .top_description .annotation {
          font-weight: 400;
          font-size: 0.75rem; }
        body #top .top_text_container .top_description .free {
          font-size: 1.25rem;
          color: var(--color-primary); }
        body #top .top_text_container .top_description :first-child {
          margin-bottom: 0.5rem; }
  body #hajimeteno {
    background-color: var(--color-primary);
    color: white;
    padding: 0.5rem 1.5rem 2.5rem 1.5rem; }
    body #hajimeteno h2 {
      margin: 0; }
    body #hajimeteno .lead {
      line-height: 1.75;
      letter-spacing: 0.03em;
      font-weight: 700; }
  body #kigurumi-kazoku {
    padding: 2.5rem 1.5rem; }
    body #kigurumi-kazoku p {
      margin-bottom: 1.5rem; }
  body #highlights {
    background-color: var(--color-secondary);
    padding: 0.5rem 1.5rem 2.5rem 1.5rem; }
    body #highlights .hightlights_wrap {
      margin-bottom: 1rem; }
  body #access {
    padding: 2.5rem 1.5rem 1.25rem 1.5rem; }
    body #access .access_logo {
      margin-bottom: 0.5rem;
      text-align: center;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: center; }
      body #access .access_logo img {
        display: block;
        width: 60%; }
    body #access .access_container .access_link {
      margin-bottom: 0.5rem; }
      body #access .access_container .access_link a {
        font-weight: 700;
        text-decoration: none;
        color: var(--text-primary); }
        body #access .access_container .access_link a :after {
          content: url("../images/open_in_new_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24.svg");
          height: 1rem;
          display: inline-block;
          padding: 0; }
    body #access .access_container p {
      margin: 0 0 0.5rem 0; }
  body #profile {
    padding: 1.25rem 1.5rem 2.5rem 1.5rem; }
    body #profile .profile_container .img {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: center;
      margin-bottom: 0.5rem; }
      body #profile .profile_container .img img {
        width: 7.75rem; }
    body #profile .profile_container p {
      margin: 0 0 0.5rem 0; }
    body #profile .profile_container .profile_SNS-link {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: center; }
      body #profile .profile_container .profile_SNS-link a {
        margin-right: 0.5rem; }
        body #profile .profile_container .profile_SNS-link a img {
          width: 1.5rem; }
      body #profile .profile_container .profile_SNS-link :last-child {
        margin-right: 0; }
  body footer {
    font-size: 0.875rem;
    text-align: center;
    padding: 0.5rem 0;
    margin: 0;
    width: 100%;
    background-color: var(--color-primary); }

@media screen and (min-width: 676px) {
  body .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%; }
  body h2 {
    width: 80%; }
  body h3 {
    width: 80%; }
  body .zip .img_sp {
    display: none; }
  body .zip .img_pc {
    display: block; }
  body #top {
    max-width: 1200px;
    flex-direction: row-reverse;
    margin: 3rem;
    padding: 0; }
    body #top .top_illust {
      justify-content: flex-start;
      width: 50%;
      margin-bottom: 0; }
    body #top .top_text_container {
      width: 30%;
      align-items: flex-start; }
      body #top .top_text_container .top_logo {
        width: fit-content; }
        body #top .top_text_container .top_logo h1 {
          margin-bottom: 1rem; }
          body #top .top_text_container .top_logo h1 img {
            width: 100%; }
      body #top .top_text_container .top_description {
        align-items: flex-start;
        margin-left: 1rem; }
  body #hajimeteno {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0.5rem 0rem 2.5rem 0rem; }
    body #hajimeteno .hajimeteno_container {
      display: flex;
      flex-direction: column;
      align-items: center;
      max-width: 1200px; }
      body #hajimeteno .hajimeteno_container p {
        width: 50%; }
  body #kigurumi-kazoku {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    max-width: 1200px;
    margin: auto; }
    body #kigurumi-kazoku .kigurumi-kazoku_container {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-direction: row-reverse; }
      body #kigurumi-kazoku .kigurumi-kazoku_container .img {
        width: 50%; }
      body #kigurumi-kazoku .kigurumi-kazoku_container p {
        width: 50%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center; }
  body #highlights {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0.5rem 0 2.5rem 0; }
    body #highlights .highlights_container {
      display: flex;
      width: 80%;
      max-width: 1200px; }
  body #access {
    width: 80%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center; }
    body #access .access_container {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: flex-end; }
      body #access .access_container .access_text_container {
        width: 30%;
        margin-right: 2rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start; }
        body #access .access_container .access_text_container .access_logo {
          justify-content: flex-start;
          width: 100%; }
      body #access .access_container .access_map {
        width: 50%; }
  body #profile {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center; }
    body #profile .profile_container {
      width: 50%; } }
