@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1250px) {
  html {
    font-size: 1.28vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  background: #060606;
}

.js-drawer-overlay {
  display: none;
}
@media screen and (max-width: 767px) {
  .js-drawer-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    z-index: 99;
  }
  .js-drawer-overlay.is-active {
    opacity: 1;
    visibility: visible;
  }
}

a,
button {
  display: inline-block;
}
@media (hover: hover) {
  a,
  button {
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
  }
}

section {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  section {
    padding: 3.75rem 0;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
}
.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1250px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.c-btn {
  background: #ffdb01;
  padding: 17px 60px;
  color: #060606 !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  position: relative;
}
.c-btn::after {
  content: "";
  position: absolute;
  bottom: 3px;
  right: 3px;
  width: 13px;
  height: 13px;
  background: #060606;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media (hover: hover) {
  .c-btn {
    cursor: pointer;
  }
  .c-btn:hover {
    background: #fff;
    opacity: 1;
  }
  .c-btn:hover::after {
    background: #ffdb01;
  }
}
.c-btn.--contact {
  padding: 17px 30px;
}

.c-card a {
  display: block;
}
@media (hover: hover) {
  .c-card a:hover {
    opacity: 1;
  }
  .c-card a:hover .c-card__body {
    color: #e70113;
  }
}

.c-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 380/213;
}

.c-card__body {
  margin-top: 1.5625rem;
  display: grid;
  gap: 0.625rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.c-card__body time {
  font-size: max(0.875rem, 10px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-card__body {
    margin-top: 0.9375rem;
    gap: 0.3125rem;
  }
}

.c-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-card__title {
    font-size: 1.125rem;
  }
}

.c-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.c-form__item:not(:first-child) {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-form__item:not(:first-child) {
    margin-top: 1.875rem;
  }
}

.c-form__label {
  font-size: max(1.125rem, 15px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .c-form__label {
    font-size: 1rem;
  }
}

.c-form__required {
  display: inline-block;
  font-size: max(0.875rem, 12px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #fff;
  background: #e70113;
  padding: 0.125rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-form__required {
    font-size: 0.8125rem;
  }
}

.c-form__optional {
  display: inline-block;
  font-size: max(0.875rem, 12px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #fff;
  background: #ffdb00;
  padding: 0.125rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-form__optional {
    font-size: 0.8125rem;
  }
}

.c-form__input {
  background: #fff;
  margin-top: 0.5rem;
  border: 1px solid #cccccc;
  border-radius: 0;
  font-size: max(0.9375rem, 13px);
  font-weight: 500;
  line-height: 1.4;
  width: 100%;
  height: max(3.75rem, 45px);
  padding: 0.625rem 1.25rem;
}

::-webkit-input-placeholder {
  color: #cccccc;
}

::-moz-placeholder {
  color: #cccccc;
}

::-ms-input-placeholder {
  color: #cccccc;
}

::placeholder {
  color: #cccccc;
}

.c-form__textarea {
  width: 100%;
  background: #fff;
  padding: 1.25rem;
  margin-top: 0.5rem;
  border: 1px solid #EEEEEE;
  border-radius: 0;
  height: 15.625rem;
  font-size: max(0.9375rem, 13px);
  font-weight: 500;
  line-height: 1.4;
}

.c-form__check input,
.c-form__check input {
  display: none;
}

.c-form__check {
  margin-top: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-form__check {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.9375rem 0;
  }
}

.c-form__check .wpcf7-list-item {
  padding-left: 30px;
  cursor: pointer;
  font-size: max(1rem, 14px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  position: relative;
  width: 176px;
}
@media screen and (max-width: 767px) {
  .c-form__check .wpcf7-list-item {
    width: 171px;
  }
}

.c-form__check .wpcf7-list-item-label::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-form__check .wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  top: 1px;
  left: 6px;
  width: 8px;
  height: 15px;
  border-right: 3px solid #060606;
  border-bottom: 3px solid #060606;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-form__check input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.c-form__submit {
  margin-top: 3.75rem;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  background: #ffdb01;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 767px) {
  .c-form__submit {
    margin-top: 3.125rem;
  }
}
.c-form__submit::after {
  content: "";
  position: absolute;
  bottom: 3px;
  right: 3px;
  width: 13px;
  height: 13px;
  background: #060606;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.c-form__submit input {
  background: none;
  border: none;
  padding: 17px 60px;
  color: #060606;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media (hover: hover) {
  .c-form__submit {
    cursor: pointer;
  }
  .c-form__submit:hover {
    background: #fff;
    opacity: 1;
  }
  .c-form__submit:hover::after {
    background: #ffdb01;
  }
}

.c-title.--white .c-title__en {
  color: #fff;
}

.c-title__en {
  font-family: "Anton", sans-serif;
  font-size: max(5rem, 55px);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-transform: uppercase;
  color: #ffdb01;
  display: block;
  border-bottom: 1px solid #e70113;
}
@media screen and (max-width: 767px) {
  .c-title__en {
    font-size: 3rem;
  }
}

.c-title__ja {
  margin-top: 0.3125rem;
  font-size: max(1.125rem, 15px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}
.c-title__ja::before {
  content: attr(data-num);
  font-weight: 400;
  font-family: "Anton", sans-serif;
  font-size: max(1.125rem, 15px);
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #ffdb01;
}

.p-about__box {
  margin-top: 3.75rem;
  display: grid;
  grid-template-columns: 32rem 1fr;
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-about__box {
    grid-template-columns: 1fr;
    margin-top: 2.5rem;
  }
}

.p-about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 512/328;
}

.p-about__body {
  display: grid;
  gap: 1.875rem;
}

.p-about__title {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #060606;
  background: -webkit-gradient(linear, left top, right top, color-stop(78%, #ffd400), to(#d90000));
  background: linear-gradient(90deg, #ffd400 78%, #d90000 100%);
  padding: 0.625rem 1.25rem 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-about__title {
    font-size: 1rem;
    padding: 0.625rem 0.3125rem;
  }
}

.p-about__text {
  font-size: max(1rem, 10px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-about__text {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}

.p-contact {
  background: url(../images/bg_img.webp) no-repeat center center/cover;
}

.p-contact__box {
  margin-top: 5rem;
  max-width: 800px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-contact__box {
    margin-top: 2.5rem;
  }
}

.p-flow_list {
  margin-top: 3.75rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.375rem;
}
@media screen and (max-width: 767px) {
  .p-flow_list {
    margin-top: 2.5rem;
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

.p-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}

.p-flow__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 370/219;
}

.p-flow__text {
  font-size: max(1rem, 10px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-left: 0.75rem;
}

.p-footer {
  position: relative;
  padding: 5.625rem 0 3.75rem;
	background: #060606ff;
}
.p-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.875rem;
  background: url(../images/bottom_line.webp) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding: 3.625rem 0 3.125rem;
  }
  .p-footer::before {
    height: 0.5rem;
  }
}

.p-footer__wrap {
  display: grid;
  grid-template-columns: 100px 1fr;
}
@media screen and (max-width: 767px) {
  .p-footer__wrap {
    grid-template-columns: 1fr;
  }
}

.p-footer__logo a {
  width: 100%;
}
.p-footer__logo a img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    text-align: center;
  }
  .p-footer__logo a {
    width: 5rem;
  }
}

.p-footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-footer__body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.875rem;
    max-width: 327px;
    margin-inline: auto;
  }
}

.p-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-footer__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.25rem 1.5625rem;
  }
}

.p-footer__item a {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding: 1.0625rem 1.25rem;
  position: relative;
}
.p-footer__item a::after {
  content: "";
  position: absolute;
  bottom: 0.75rem;
  left: 50%;
  width: calc(100% - 2.5rem);
  height: 2px;
  background: #ffdb01;
  display: block;
  -webkit-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media screen and (max-width: 767px) {
  .p-footer__item a {
    padding: 1.25rem 0;
    font-size: 0.875rem;
    width: 100%;
  }
  .p-footer__item a::after {
    display: none;
  }
}
@media (hover: hover) {
  .p-footer__item a:hover {
    opacity: 1;
  }
  .p-footer__item a:hover::after {
    -webkit-transform: translateX(-50%) scaleX(1);
            transform: translateX(-50%) scaleX(1);
  }
}

.p-footer__btn {
  margin-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer__btn {
    margin: 0;
  }
}

.p-footer__copy small {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100px;
  background: rgba(6, 6, 6, .5019607843);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 3.75rem;
  }
}

.p-header__inner {
  display: grid;
  grid-template-columns: 74px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 3rem;
  max-width: 1416px;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding: 0 1.5rem;
    grid-template-columns: 2.8125rem 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .p-header__logo {
    position: relative;
    z-index: 100;
  }
}

.p-header__logo a {
  display: block;
  width: 100%;
}
.p-header__logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header__nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-header__hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__hamburger {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 8px;
    position: relative;
    z-index: 100;
  }
}

.p-header__hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__hamburger.is-active span:nth-child(2) {
  display: none;
}

.p-header__hamburger.is-active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(7px);
          transform: rotate(45deg) translateY(7px);
}

.p-header__hamburger.is-active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-7px);
          transform: rotate(-45deg) translateY(-7px);
}

.p-mv {
  padding-top: 100px;
}
.p-mv iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 767px) {
  .p-mv {
    padding-top: 3.75rem;
  }
}

.p-mv__slider {
  width: 100%;
  background: #fff;
  padding: 0.9375rem 0;
  margin-top: -0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-mv__slider {
    padding: 0.3125rem 0;
  }
}
.p-mv__slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-mv__slider .swiper-slide img {
  width: 100%;
}

.p-nav {
  height: inherit;
}
@media screen and (max-width: 767px) {
  .p-nav {
    background: #060606;
    width: 80%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 10;
    -webkit-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
    padding: 6.25rem 2.5rem 6.25rem;
    overflow-y: auto;
  }
  .p-nav.is-active {
    right: 0;
  }
}

.p-nav__list {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
  }
}

.p-nav__item {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-nav__item {
    width: 100%;
  }
}

.p-nav__item a {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding: 0.75rem;
  position: relative;
}
.p-nav__item a::after {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  width: calc(100% - 1.5rem);
  height: 2px;
  background: #ffdb01;
  display: block;
  -webkit-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media screen and (max-width: 767px) {
  .p-nav__item a {
    padding: 1.25rem 0;
    width: 100%;
  }
  .p-nav__item a::after {
    display: none;
  }
}
@media (hover: hover) {
  .p-nav__item a:hover {
    opacity: 1;
  }
  .p-nav__item a:hover::after {
    -webkit-transform: translateX(-50%) scaleX(1);
            transform: translateX(-50%) scaleX(1);
  }
}

.p-nav__btn {
  margin-left: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-nav__btn {
    margin-left: 0;
    margin-top: 1.875rem;
  }
}

.p-youtube {
  background: url(../images/bg_img.webp) no-repeat center center/cover;
}

.p-youtube__link {
  text-align: right;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-youtube__link {
    margin-top: 2.5rem;
  }
}

.p-youtube__list {
  margin-top: 3.75rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-youtube__list {
    grid-template-columns: 1fr;
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}
main{
	background-color:#060606ff;
}

a{
	color:#fff !important;
}

p{
		color:#fff !important;
}

.wpcf7-spinner {
    display: none !important;
}

.c-btn.--contact {
    color: #000 !important;
}
.c-title__ja {
		color:#fff !important;	
}


.p-footer__copy small {
			color:#fff !important;	
}
.hidden-fields-container{
	display:none !important;
}
/*# sourceMappingURL=styles.css.map */
