@charset "UTF-8";
@-webkit-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  40% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  60% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
  70% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  40% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  60% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
  70% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes show {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw / 37.5);
  }
}

body {
  font-size: 1.6rem;
  font-family: 'Sawarabi Gothic', Meiryo, sans-serif;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #ffffff;
  background: #000000;
  -webkit-overflow-scrolling: touch;
}

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

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

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

@media screen and (min-width: 768px) {
  .sp-view {
    display: none;
  }
}

.l-header {
  position: relative;
  padding-bottom: 135px;
}

.l-header::before {
  content: "";
  display: block;
  width: 657px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 258px;
  left: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: rotate(-22.2deg);
          transform: rotate(-22.2deg);
}

.l-header__head, .l-header__txt {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.l-header__txt {
  padding-left: 420px;
  margin-top: 30px;
  text-align: right;
}

.l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1680px;
  margin: auto;
  padding: 0 80px;
}

@media screen and (max-width: 767px) {
  .l-container {
    padding: 0 1.5rem;
  }
}

.l-container__left {
  position: fixed;
  top: 0;
  left: calc((100% - 1680px + 160px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% - 80px * 2) * 0.3);
  height: 100vh;
}

@media screen and (min-width: 768px) and (max-width: 1680px) {
  .l-container__left {
    left: 80px;
    width: calc((100% - 80px * 2) * 0.3);
  }
}

@media screen and (max-width: 767px) {
  .l-container__left {
    position: absolute;
    top: 100vh;
    left: 1.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: none;
    min-width: auto;
    width: calc(100% - 3rem);
    padding-right: 0;
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
  }
  .l-container__left.is-fixed {
    position: fixed;
    top: 0;
    opacity: 0.3;
  }
}

.l-container__right {
  width: 60%;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .l-container__right {
    max-width: none;
    min-width: auto;
    width: 100%;
    padding-top: 0;
  }
}

.l-inner {
  position: relative;
}

.l-footer {
  padding: 150px 0 50px;
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding: 10rem 0 5rem;
  }
}

.l-footer__snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 148px;
}

@media screen and (max-width: 767px) {
  .l-footer__snsList {
    margin-bottom: 4rem;
  }
}

.l-footer__snsList__item {
  width: 40px;
  margin-left: 60px;
}

@media screen and (max-width: 767px) {
  .l-footer__snsList__item {
    width: 4rem;
    margin-left: 2rem;
  }
}

.l-footer__logo {
  margin-bottom: 10px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .l-footer__logo {
    margin-bottom: 1rem;
  }
}

.l-footer__logo img {
  width: 145px;
}

@media screen and (max-width: 767px) {
  .l-footer__logo img {
    width: 14.3rem;
  }
}

.l-footer__copyright {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .l-footer__copyright {
    font-size: 1rem;
  }
}

.c-head {
  margin-bottom: 60px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-head {
    margin-bottom: 4rem;
  }
}

.c-head__en {
  display: block;
  height: 72px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .c-head__en {
    height: 3.75rem;
    margin-bottom: 0.5rem;
  }
}

.c-head__en img {
  width: auto;
  height: 100%;
}

.c-head__ja {
  font-size: 2.1rem;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .c-head__ja {
    font-size: 1.2rem;
  }
}

.c-font-montserrat {
  font-family: 'Montserrat', sans-serif;
}

.p-home__menuButton {
  position: fixed;
  top: 40px;
  right: 40px;
  width: 50px;
  height: 30px;
  z-index: 99;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-home__menuButton {
    top: 2rem;
    right: 1.5rem;
    width: 4rem;
    height: 2.5rem;
  }
}

.p-home__menuButton span {
  display: inline-block;
  position: absolute;
  right: 0;
  background: #ffffff;
  height: 5px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media screen and (max-width: 767px) {
  .p-home__menuButton span {
    height: 0.3rem;
  }
}

.p-home__menuButton span:nth-child(1) {
  top: 0;
  width: 100%;
}

.p-home__menuButton span:nth-child(2) {
  top: 0;
  bottom: 0;
  width: 80%;
  margin: auto;
  -webkit-transform-origin: right;
          transform-origin: right;
}

.p-home__menuButton span:nth-child(3) {
  bottom: 0;
  width: 60%;
}

.p-home__menuButton.is-active span:nth-child(1), .p-home__menuButton.is-active span:nth-child(3) {
  top: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
}

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

.p-home__menuButton.is-active span:nth-child(2) {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  opacity: 0;
}

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

.p-home__menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  padding: 120px 40px 0;
  background: #000000;
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media screen and (max-width: 767px) {
  .p-home__menu {
    padding: 8rem 2rem 0;
  }
}

.p-home__menu.is-active {
  opacity: 1;
  visibility: visible;
}

.p-home__menu__list {
  text-align: right;
}

.p-home__menu__list__item:nth-child(n+2) {
  margin-top: 2rem;
}

.p-home__menu__list__item img {
  width: auto;
  height: 50px;
}

@media screen and (max-width: 767px) {
  .p-home__menu__list__item img {
    height: 3rem;
  }
}

.p-home__opening {
  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;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: #000000;
  z-index: 999;
  -webkit-transform: all 0.3s ease-out;
          transform: all 0.3s ease-out;
}

.p-home__opening__videoBox {
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-home__opening__videoBox {
    max-width: 800px;
    max-height: 800px;
    width: 100%;
    height: 70%;
  }
}

@media screen and (max-width: 767px) {
  .p-home__opening__videoBox {
    width: calc(100% - 3rem);
  }
}

.p-home__opening__animation {
  max-width: 800px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-home__opening__animation {
    height: 100%;
  }
}

.p-home__opening.is-finished {
  -webkit-animation: hide 0.5s ease-out 0.5s forwards;
          animation: hide 0.5s ease-out 0.5s forwards;
}

.p-home__opening.is-finished .p-home__opening__img {
  -webkit-animation: hide 0.2s ease-out forwards;
          animation: hide 0.2s ease-out forwards;
}

.p-home__opening.is-none {
  display: none;
}

.p-home__logo {
  position: relative;
  width: 100%;
}

.p-home__logo__catchphrase {
  width: 73%;
  margin: auto;
}

.p-home__logo img {
  width: 100%;
}

.p-home__catchphrase {
  position: relative;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .p-home__catchphrase {
    width: 100%;
  }
}

.p-home__catchphrase__img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-home__catchphrase__img {
    width: 90%;
  }
}

.p-home__catchphrase__img img {
  width: 100%;
}

.p-home__catchphrase__arrow {
  position: absolute;
  right: 0;
  bottom: 100px;
  left: 0;
  width: 38px;
  height: 27px;
  margin: auto;
  -webkit-animation: bounce 1.2s ease-in infinite, show 1.2s ease-out infinite;
          animation: bounce 1.2s ease-in infinite, show 1.2s ease-out infinite;
}

@media screen and (max-width: 767px) {
  .p-home__catchphrase__arrow {
    bottom: 15rem;
  }
}

.p-home__statement {
  padding-bottom: 150px;
}

@media screen and (max-width: 767px) {
  .p-home__statement {
    padding-top: 100vh;
    padding-bottom: 10rem;
  }
}

.p-home__statement__txt {
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.25;
}

@media screen and (max-width: 767px) {
  .p-home__statement__txt {
    font-size: 2.2rem;
    line-height: 1.75;
  }
}

.p-home__about {
  padding: 0 0 150px;
}

@media screen and (max-width: 767px) {
  .p-home__about {
    padding-bottom: 10rem;
  }
}

.p-home__about__inner {
  max-width: 1160px;
}

.p-home__about__txt {
  font-size: 2.1rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 2.25;
}

@media screen and (max-width: 767px) {
  .p-home__about__txt {
    font-size: 1.4rem;
  }
}

.p-home__event {
  padding: 0 0 150px;
  font-size: 2.1rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .p-home__event {
    padding-bottom: 10rem;
    font-size: 1.4rem;
    line-height: 2;
  }
}

.p-home__event__head {
  color: #E75524;
}

.p-home__event__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-home__event__flexbox__img {
  width: 45.5%;
}

@media screen and (max-width: 767px) {
  .p-home__event__flexbox__img {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.p-home__event__flexbox__txtBox {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .p-home__event__flexbox__txtBox {
    width: 100%;
  }
}

.p-home__event__date {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #707070;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-home__event__date {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}

.p-home__event__txt {
  line-height: 2.25;
}

.p-home__event__txt a {
  color: #FFFF00;
}

.p-home__company {
  padding: 0 0 150px;
}

@media screen and (max-width: 767px) {
  .p-home__company {
    padding-bottom: 10rem;
  }
}

.p-home__company__head {
  color: #FCA518;
}

.p-home__company__wrap {
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .p-home__company__wrap {
    margin-bottom: 8rem;
  }
}

.p-home__company__wrap:last-child {
  margin-bottom: 0;
}

.p-home__company__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .p-home__company__flexbox {
    margin-bottom: 4rem;
  }
}

.p-home__company__flexbox__left, .p-home__company__flexbox__right {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .p-home__company__flexbox__left, .p-home__company__flexbox__right {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-home__company__flexbox__left {
    margin-bottom: 2rem;
  }
}

.p-home__company__name {
  margin-bottom: 30px;
  font-size: 4.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}

.p-home__company__name::before {
  content: "■ ";
}

@media screen and (max-width: 767px) {
  .p-home__company__name {
    margin-bottom: 2rem;
    font-size: 2.3rem;
    line-height: 1.75;
  }
}

.p-home__company__description, .p-home__company__service, .p-home__company__release, .p-home__company__link {
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .p-home__company__description, .p-home__company__service, .p-home__company__release, .p-home__company__link {
    font-size: 1.4rem;
    line-height: 2;
  }
}

.p-home__company__description, .p-home__company__service {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .p-home__company__description, .p-home__company__service {
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .p-home__company__service, .p-home__company__release {
    font-size: 1.8rem;
  }
}

.p-home__company__service__head, .p-home__company__release__head {
  display: block;
  font-weight: bold;
}

.p-home__company__release a {
  color: #FFFF00;
}

.p-home__company__link {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .p-home__company__link {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .p-home__company__link {
    margin-bottom: 2rem;
  }
}

.p-home__schedule {
  padding: 0 0 150px;
}

@media screen and (max-width: 767px) {
  .p-home__schedule {
    padding: 0 0 10rem;
  }
}

.p-home__schedule__head {
  color: #5C58A0;
}

.p-home__schedule__list__item:nth-child(n+2) {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .p-home__schedule__list__item:nth-child(n+2) {
    margin-top: 1.5rem;
  }
}

.p-home__menter {
  padding: 0 0 150px;
}

@media screen and (max-width: 767px) {
  .p-home__menter {
    padding: 0 0 10rem;
  }
}

.p-home__menter__head {
  color: #C08D4E;
}

.p-home__menter__listWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .p-home__menter__listWrap {
    margin-bottom: 4rem;
  }
}

.p-home__menter__listWrap:last-child {
  margin-bottom: 0;
}

.p-home__menter__logo {
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .p-home__menter__logo {
    margin-bottom: 4rem;
  }
}

.p-home__menter__logo__kyoto {
  width: 345px;
}

@media screen and (max-width: 767px) {
  .p-home__menter__logo__kyoto {
    width: 18.7rem;
  }
}

.p-home__menter__logo__dentsu {
  width: 252px;
}

@media screen and (max-width: 767px) {
  .p-home__menter__logo__dentsu {
    width: 14.6rem;
  }
}

.p-home__menter__list {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .p-home__menter__list {
    width: 100%;
  }
}

.p-home__menter__list.--mgt20 {
  margin-top: 20px;
}

.p-home__menter__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-home__menter__list__item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 1.6rem;
  }
}

.p-home__menter__list__item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  text-align: right;
}

.p-home__menter__list__item:nth-child(n+2) {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-home__menter__list__item.--spReverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    text-align: right;
  }
}

.p-home__menter__list__item__photo {
  max-width: 210px;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .p-home__menter__list__item__photo {
    max-width: none;
    width: 47%;
  }
}

.p-home__menter__list__item__name {
  width: 50%;
  padding: 0 1em;
}

@media screen and (max-width: 767px) {
  .p-home__menter__list__item__name {
    width: 47%;
    padding: 0;
  }
}

.p-home__menter__list__item__logo {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .p-home__menter__list__item__logo {
    margin-bottom: 0.5rem;
  }
}

.p-home__menter__list__item__logo.--usagi img {
  max-width: 144px;
}

@media screen and (max-width: 767px) {
  .p-home__menter__list__item__logo.--usagi img {
    max-width: 11.5rem;
  }
}

.p-home__menter__list__item__logo.--makuake img {
  max-width: 158px;
}

@media screen and (max-width: 767px) {
  .p-home__menter__list__item__logo.--makuake img {
    max-width: 7.9rem;
  }
}

.p-home__menter__list__item__logo.--y img {
  max-width: 131px;
}

@media screen and (max-width: 767px) {
  .p-home__menter__list__item__logo.--y img {
    max-width: 6.5rem;
  }
}

.p-home__menter__list__item__logo.--fce img {
  max-width: 93px;
}

@media screen and (max-width: 767px) {
  .p-home__menter__list__item__logo.--fce img {
    max-width: 4.6rem;
  }
}

.p-home__menter__list__item__logo.--moton img {
  max-width: 133px;
}

@media screen and (max-width: 767px) {
  .p-home__menter__list__item__logo.--moton img {
    max-width: 6.6rem;
  }
}

.p-home__menter__list__item__logo.--ndc img {
  max-width: 153px;
}

@media screen and (max-width: 767px) {
  .p-home__menter__list__item__logo.--ndc img {
    max-width: 7.6rem;
  }
}

.p-home__menter__list__item__notes {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .p-home__menter__list__item__notes {
    font-size: 1.2rem;
  }
}

.p-home__supporter {
  padding: 0 0 150px;
}

@media screen and (max-width: 767px) {
  .p-home__supporter {
    padding: 0 0 10rem;
  }
}

.p-home__supporter__head {
  color: #0092E5;
}

.p-home__supporter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-home__supporter__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-home__supporter__list__item {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .p-home__supporter__list__item {
    max-width: none;
    width: 47%;
  }
  .p-home__supporter__list__item:nth-child(n+3) {
    margin-top: -6rem;
  }
}

.p-home__supporter__list__item:nth-child(2n) {
  padding-top: 25%;
}

@media screen and (max-width: 767px) {
  .p-home__supporter__list__item:nth-child(2n) {
    padding-top: 10.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-home__supporter__list__item:nth-child(6) {
    padding-top: 0;
    margin-left: 25%;
  }
}

.p-home__archive {
  padding: 0 0 150px;
}

@media screen and (max-width: 767px) {
  .p-home__archive {
    padding: 0 0 10rem;
  }
}

.p-home__archive__head {
  color: #767676;
}

.p-home__contact__head {
  margin-bottom: 60px;
  font-size: 4.2rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .p-home__contact__head {
    margin-bottom: 4rem;
    font-size: 2.1rem;
  }
}

.p-home__contact__txt {
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .p-home__contact__txt {
    font-size: 1.4rem;
  }
}
/*# sourceMappingURL=style.css.map */