@charset "UTF-8";
/*----------------------------------------
	clearfix
----------------------------------------*/
body {
  color: #fff;
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, serif;
  background-color: #000;
  color: #fff;
  font-feature-settings: "halt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}

* {
  box-sizing: border-box;
}

a {
  color: #fff;
  text-decoration: none;
  transition: all 0.1s ease;
  display: inline-block;
}
a:hover {
  opacity: 0.6;
}

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

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

table {
  width: 100%;
}

input, button {
  -webkit-appearance: none;
  font-family: "Zen Old Mincho", "游明朝", "Yu Mincho", YuMincho, serif;
}

a:focus,
input:focus {
  outline: none;
}

.js-view {
  opacity: 0;
  filter: blur(30px);
  transform: translateY(40px);
  transition: 0.5s;
}
.js-view.is-active {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

/*----------------------------------------
	reset
----------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, hgroup, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #fff;
  vertical-align: baseline;
}

header, footer, article, section, aside, hgroup, nav, menu, figure, figcaption, time {
  display: block;
}

li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

img {
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

hr {
  margin: 1em 0;
  padding: 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  padding: 0;
}

.clearfix {
  min-height: 1px;
  _height: 1%;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.l-header {
  padding: 40px;
  text-align: center;
}
@media only screen and (max-width: 919px) {
  .l-header {
    padding: 20px;
  }
}
.l-header h1 {
  max-width: 200px;
  line-height: 0;
  margin: 0 auto;
}

/*----------------------------------------
	footer
----------------------------------------*/
.l-footer {
  width: calc(100% - 40px);
  margin: 0 auto 20px auto;
}
@media only screen and (max-width: 919px) {
  .l-footer {
    width: calc(100% - 20px);
  }
}
.l-footer .inner .copyright {
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
}

.l-container--sub {
  margin-top: 130px;
}
@media only screen and (max-width: 919px) {
  .l-container--sub {
    margin-top: 90px;
  }
}

.c-fadein {
  opacity: 0;
  filter: blur(30px);
  transform: translateY(40px);
  transition: 0.5s;
}
.c-fadein.fadein {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.p-index {
  max-width: 600px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.p-index__mv figure {
  margin-bottom: 1em;
}
.p-index__mv h2 {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 400;
}
@media only screen and (max-width: 919px) {
  .p-index__mv h2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-index__mv p {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  margin-top: 0.5em;
}
@media only screen and (max-width: 919px) {
  .p-index__mv p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.c-breadcrumb {
  padding: 10px 20px;
}
.c-breadcrumb ul {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  gap: 10px !important;
}
@media only screen and (max-width: 919px) {
  .c-breadcrumb ul {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
.c-breadcrumb ul li {
  font-size: 13px;
  font-size: 0.8125rem;
  border: 0 !important;
  background: none !important;
}
.c-breadcrumb ul li:after {
  content: "-";
  margin-left: 10px;
}
.c-breadcrumb ul li:last-child:after {
  content: "";
}
.c-breadcrumb ul li a {
  font-size: 13px;
  font-size: 0.8125rem;
  border: 0 !important;
  display: inline !important;
  padding: 0 !important;
  background: none;
}

.c-contact {
  padding: 0;
  margin: 2em auto;
}
.c-contact .inner {
  padding: 2em;
  width: calc(100% - 40px);
  margin: 0 auto;
  text-align: center;
}
.c-contact .inner p {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 200%;
  margin-bottom: 1em;
}
@media only screen and (max-width: 919px) {
  .c-contact .inner p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.c-contact .inner a {
  background: #7e001d;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  display: block;
  border-radius: 2px;
  padding: 1em;
  max-width: 300px;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 919px) {
  .c-contact .inner a {
    max-width: 100%;
  }
}
.c-contact .inner a i {
  color: #fff;
  margin-right: 10px;
}

.c-table {
  margin: 40px auto;
}
.c-table .inner {
  margin: 0 auto;
}
.c-table .inner table {
  width: 100%;
}
.c-table .inner table tr th {
  word-break: keep-all;
}
.c-table .inner table tr th, .c-table .inner table tr td {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px;
  font-weight: 400;
}
.c-table .inner table tr th a, .c-table .inner table tr td a {
  text-decoration: underline;
}

.is-sp-visible {
  display: none;
}
@media only screen and (max-width: 919px) {
  .is-sp-visible {
    display: block !important;
  }
}

@media only screen and (max-width: 919px) {
  .is-sp-invisible {
    display: none !important;
  }
}

body.is-lock {
  overflow: hidden;
}
