@charset "UTF-8";
/*!
Theme Name: ナイトクロカンテーマ
Description: ナイトクロカンテーマ
Version: 1.0
Author: Artarakt
Author URI: http://artarakt.com
Version: 1.0
License: Artarakt
License URI: http://artarakt.com
*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

* {
  margin: 0;
  padding: 0; }

html, body {
  height: 100%; }

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased; }

img, picture, video, canvas, svg {
  display: inline-block;
  max-width: 100%; }

input, button, textarea, select {
  font: inherit; }

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word; }

a {
  text-decoration: none; }

#root, #__next {
  isolation: isolate; }

input[type="submit"],
input[type="button"] {
  background: 0;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #292726;
  background-image: url(images/bg.jpg);
  background-size: 100%;
  background-position: center;
  background-attachment: fixed; }

small {
  font-size: 90%; }

a {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s; }

a:hover {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.hidden {
  display: none; }

.sp {
  display: none !important; }

.pc {
  display: block !important; }

@media screen and (max-width: 420px) {
  body {
    font-size: 15px;
    line-height: 22px; }
  .sp {
    display: block !important; }
  .pc {
    display: none !important; } }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px; }

.center {
  text-align: center; }

.big {
  font-size: 26px; }

.medium {
  font-size: 22px; }

.ttl1 {
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 42px;
  font-weight: 500; }

.ttl2 {
  margin-bottom: 1rem;
  font-size: 32px;
  line-height: 42px;
  color: #d21277; }

@media screen and (max-width: 880px) {
  .flex {
    display: block; }
  .inner {
    padding: 0 20px; }
  .ttl1 {
    font-size: 26px;
    line-height: 32px; }
  .ttl2 {
    font-size: 24px;
    line-height: 30px; }
  .big {
    font-size: 20px; } }

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #d21277; }
  header nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 7px;
    background-color: black; }
    header nav a {
      display: block;
      margin: 0;
      padding: 0 7px;
      background-color: black;
      color: white; }

.container {
  padding: 30px 0;
  background: rgba(0, 0, 0, 0.6); }
  .container .box {
    width: 100%;
    padding: 40px;
    background-color: white;
    border-radius: 15px; }
    .container .box .card {
      padding-bottom: 25px;
      margin-bottom: 25px;
      border-bottom: 1px solid gray;
      font-size: 18px;
      line-height: 26px; }
      .container .box .card:last-of-type {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0; }
      .container .box .card p {
        margin-bottom: 0.5rem; }
      .container .box .card.flex {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .container .box .card .txt {
        margin-right: 25px; }
      .container .box .card .ttl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 1rem; }
        .container .box .card .ttl img {
          margin-right: 1rem; }
      .container .box .card .cat span {
        display: inline-block;
        padding: 0 5px;
        margin-right: 1rem;
        background-color: black;
        color: white; }

footer {
  width: 100%;
  padding: 40px;
  background-color: #292726;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: white; }
  footer .logo.flex {
    width: 100%;
    max-width: 660px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  footer p {
    padding-top: 1rem;
    width: 100%;
    text-align: right;
    font-size: 13px;
    line-height: 13px; }

@media screen and (max-width: 880px) {
  header nav {
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 5px 0; }
  .container {
    padding: 30px 0 0; }
    .container:last-of-type {
      padding: 30px 0; }
    .container .box {
      padding: 20px; }
      .container .box .card {
        font-size: 15px;
        line-height: 22px; }
        .container .box .card .cat span {
          display: block;
          margin-bottom: 5px;
          text-align: center; }
  footer .logo img {
    margin-bottom: 1rem; }
  footer p {
    margin-top: 2rem;
    text-align: left; } }

#PopUp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #PopUp nav {
    text-align: center;
    color: white; }
    #PopUp nav .choose {
      font-size: 2rem;
      margin-bottom: 4rem; }
    #PopUp nav .lang {
      display: block;
      margin-bottom: 4rem;
      font-size: 3rem;
      letter-spacing: 0.1em;
      color: white;
      cursor: pointer; }

.mv {
  padding: 15px 40px 40px;
  background-color: #d21277; }

.flow .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 30px; }

.flow .cards {
  width: 100%;
  max-width: 320px;
  padding: 30px 10px;
  background-color: #d21277;
  color: white;
  border-radius: 15px; }
  .flow .cards .big {
    font-weight: 700;
    margin-bottom: 1rem; }
  .flow .cards p:not(.big) {
    font-size: 14px; }

.snow .flex {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .snow .flex.rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

.snow p {
  font-size: 18px;
  line-height: 50px; }

.access .flex {
  margin-bottom: 60px;
  gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.access .map {
  width: 100%;
  max-width: 500px; }
  .access .map iframe {
    width: 100%;
    height: 360px; }

.access .txt {
  width: 100%;
  max-width: 460px; }
  .access .txt .medium {
    margin-bottom: 1rem; }
  .access .txt .ttl {
    margin: 1rem 0;
    padding: 5px;
    background-color: #292726;
    color: white; }
  .access .txt ul {
    list-style-type: none; }
    .access .txt ul li {
      margin-bottom: 0.5rem;
      list-style-type: none;
      font-size: 15px;
      line-height: 22px; }

@media screen and (max-width: 880px) {
  #PopUp nav {
    text-align: center;
    color: white; }
    #PopUp nav .choose {
      font-size: 1.2rem;
      margin-bottom: 2rem; }
    #PopUp nav .lang {
      margin-bottom: 3rem;
      font-size: 2rem; }
  .mv {
    padding: 0 0px; }
  .flow .cards {
    margin: 0 auto 1rem; }
  .access .map {
    margin-bottom: 2rem; }
  .access .txt ul li {
    font-size: 14px;
    line-height: 20px; }
  .access p.center {
    padding: 0 20px 30px; }
  .snow p {
    font-size: 15px;
    line-height: 24px;
    margin: 1rem 0 0; } }
